Skip to content

Commit

Permalink
Project update. [p][robotic]
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswrks committed May 4, 2024
1 parent 1e5627d commit 7abd3cc
Show file tree
Hide file tree
Showing 13 changed files with 462 additions and 444 deletions.
2 changes: 1 addition & 1 deletion .browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Apr 12, 2024 9:39 AM UTC.
# Last generated May 4, 2024 7:13 AM UTC.

[production]
node >= 20.9.0
Expand Down
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Apr 12, 2024 9:39 AM UTC.
# Last generated May 4, 2024 7:13 AM UTC.

# Locals

Expand Down
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Apr 12, 2024 9:39 AM UTC.
# Last generated May 4, 2024 7:13 AM UTC.

# Default

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Apr 12, 2024 9:39 AM UTC.
# Last generated May 4, 2024 7:13 AM UTC.

# Locals

Expand Down
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Generated data.
# <generated:start>

# Last generated Apr 12, 2024 9:39 AM UTC.
# Last generated May 4, 2024 7:13 AM UTC.

# Locals

Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Apr 12, 2024 9:39 AM UTC.
# Last generated May 4, 2024 7:13 AM UTC.

# Packages

Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @note This entire file will be updated automatically.
* @note Instead of editing here, please review `./settings.mjs`.
*
* Last generated using `./settings.mjs` Apr 12, 2024 9:39 AM UTC.
* Last generated using `./settings.mjs` May 4, 2024 7:13 AM UTC.
*/
{
"editor.formatOnType": false,
Expand Down
2 changes: 1 addition & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Apr 12, 2024 9:39 AM UTC.
# Last generated May 4, 2024 7:13 AM UTC.

# Locals

Expand Down
8 changes: 7 additions & 1 deletion dev/.files/tailwind/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -391,11 +391,17 @@ export default /* not async compatible */ ({ themesConfig } = {}) => {
from: { opacity: 1 },
to: { opacity: 0 },
},
'blink': {
'25%': { opacity: 0.5 },
'50%': { opacity: 0 },
'100%': { opacity: 0.5 },
},
},
animation: {
'fade-in': 'fade-in 150ms linear',
'fade-out': 'fade-out 150ms linear',
'subtle-fade-in': 'subtle-fade-in 150ms linear',
'fade-out': 'fade-out 150ms linear',
'blink': 'blink 1s linear',
},
},
},
Expand Down
874 changes: 443 additions & 431 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
}
},
"dependencies": {
"@clevercanyon/utilities": "^1.0.959"
"@clevercanyon/utilities": "^1.0.960"
},
"peerDependencies": {},
"peerDependenciesMeta": {},
"optionalDependencies": {},
"bundleDependencies": [],
"devDependencies": {
"@clevercanyon/dev-deps": "^1.0.383"
"@clevercanyon/dev-deps": "^1.0.384"
},
"overrides": {},
"cpu": ["x64", "arm64"],
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @note This entire file will be updated automatically.
* @note Instead of editing here, please review `./tsconfig.mjs`.
*
* Last generated using `./tsconfig.mjs` Apr 12, 2024 9:39 AM UTC.
* Last generated using `./tsconfig.mjs` May 4, 2024 7:13 AM UTC.
*/
{
"include": ["./src/**/*", "./dev-types.d.ts"],
Expand Down
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# @note This entire file will be updated automatically.
# @note Instead of editing here, please review `./wrangler.mjs`.
#
# Last generated using `./wrangler.mjs` Apr 12, 2024 9:39 AM UTC.
# Last generated using `./wrangler.mjs` May 4, 2024 7:13 AM UTC.
##

send_metrics = false
Expand Down

0 comments on commit 7abd3cc

Please sign in to comment.