@eventuras/ratio-ui 1.0.0 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +674 -0
- package/dist/blocks/Error/Error.d.ts +1 -1
- package/dist/blocks/Error/Error.d.ts.map +1 -1
- package/dist/blocks/Error/Error.js +1 -1
- package/dist/blocks/Error/index.d.ts +1 -1
- package/dist/blocks/Error/index.d.ts.map +1 -1
- package/dist/blocks/Error/index.js +2 -2
- package/dist/blocks/NotFound/NotFound.js +1 -1
- package/dist/core/Card/Card.js +1 -1
- package/dist/core/CommandPalette/CommandPalette.js +8 -8
- package/dist/core/PageOverlay/PageOverlay.d.ts +4 -4
- package/dist/node_modules/.pnpm/tailwind-merge@3.5.0/node_modules/tailwind-merge/dist/bundle-mjs.js +1 -1
- package/dist/ratio-ui.css +1 -1
- package/package.json +48 -39
- package/src/global.css +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eventuras/ratio-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
|
+
"homepage": "https://github.com/losol/eventuras/tree/main/libs/ratio-ui#readme",
|
|
5
|
+
"bugs": {
|
|
6
|
+
"url": "https://github.com/losol/eventuras/issues"
|
|
7
|
+
},
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/losol/eventuras.git",
|
|
11
|
+
"directory": "libs/ratio-ui"
|
|
12
|
+
},
|
|
4
13
|
"type": "module",
|
|
5
14
|
"exports": {
|
|
6
15
|
".": {
|
|
@@ -70,15 +79,6 @@
|
|
|
70
79
|
"src/global.css",
|
|
71
80
|
"src/tokens"
|
|
72
81
|
],
|
|
73
|
-
"scripts": {
|
|
74
|
-
"build": "tsc && vite build",
|
|
75
|
-
"build:all": "pnpm run build && pnpm run storybook:build",
|
|
76
|
-
"dev": "pnpm run storybook",
|
|
77
|
-
"storybook": "storybook dev -p 6006 --no-open",
|
|
78
|
-
"storybook:build": "storybook build",
|
|
79
|
-
"test": "vitest run",
|
|
80
|
-
"test:watch": "vitest"
|
|
81
|
-
},
|
|
82
82
|
"overrides": {
|
|
83
83
|
"storybook": "$storybook",
|
|
84
84
|
"vite": {
|
|
@@ -86,50 +86,59 @@
|
|
|
86
86
|
}
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@
|
|
90
|
-
"@internationalized/
|
|
91
|
-
"@
|
|
92
|
-
"@react-
|
|
93
|
-
"@react
|
|
94
|
-
"@
|
|
95
|
-
"@swc/helpers": "^0.5.20",
|
|
89
|
+
"@internationalized/date": "^3.12.1",
|
|
90
|
+
"@internationalized/number": "^3.6.6",
|
|
91
|
+
"@react-aria/overlays": "^3.32.0",
|
|
92
|
+
"@react-stately/data": "^3.16.0",
|
|
93
|
+
"@storybook/react": "^10.3.5",
|
|
94
|
+
"@swc/helpers": "^0.5.21",
|
|
96
95
|
"@tailwindcss/postcss": "^4.2.2",
|
|
97
96
|
"@tailwindcss/vite": "^4.2.2",
|
|
98
97
|
"ajv": "^8.18.0",
|
|
99
98
|
"clsx": "^2.1.1",
|
|
100
|
-
"lucide-react": "^1.
|
|
101
|
-
"react-aria-components": "^1.
|
|
102
|
-
"react-stately": "^3.
|
|
99
|
+
"lucide-react": "^1.8.0",
|
|
100
|
+
"react-aria-components": "^1.17.0",
|
|
101
|
+
"react-stately": "^3.46.0",
|
|
103
102
|
"tailwind-merge": "^3.5.0",
|
|
104
|
-
"tailwindcss-react-aria-components": "^2.0
|
|
103
|
+
"tailwindcss-react-aria-components": "^2.1.0",
|
|
104
|
+
"@eventuras/logger": "0.8.0"
|
|
105
105
|
},
|
|
106
106
|
"devDependencies": {
|
|
107
|
-
"@
|
|
108
|
-
"@
|
|
109
|
-
"@
|
|
110
|
-
"@storybook/addon-
|
|
111
|
-
"@storybook/
|
|
112
|
-
"@storybook/addon-themes": "^10.3.4",
|
|
113
|
-
"@storybook/addon-vitest": "^10.3.4",
|
|
114
|
-
"@storybook/react-vite": "^10.3.4",
|
|
107
|
+
"@storybook/addon-a11y": "^10.3.5",
|
|
108
|
+
"@storybook/addon-docs": "^10.3.5",
|
|
109
|
+
"@storybook/addon-themes": "^10.3.5",
|
|
110
|
+
"@storybook/addon-vitest": "^10.3.5",
|
|
111
|
+
"@storybook/react-vite": "^10.3.5",
|
|
115
112
|
"@types/react": "^19.2.14",
|
|
116
113
|
"@types/react-dom": "^19.2.3",
|
|
117
|
-
"@vitest/browser-playwright": "^4.1.
|
|
118
|
-
"@vitest/coverage-v8": "^4.1.
|
|
119
|
-
"autoprefixer": "10.
|
|
114
|
+
"@vitest/browser-playwright": "^4.1.4",
|
|
115
|
+
"@vitest/coverage-v8": "^4.1.4",
|
|
116
|
+
"autoprefixer": "10.5.0",
|
|
120
117
|
"clsx": "^2.1.1",
|
|
121
|
-
"eslint-plugin-storybook": "^10.3.
|
|
118
|
+
"eslint-plugin-storybook": "^10.3.5",
|
|
122
119
|
"playwright": "^1.59.1",
|
|
123
|
-
"postcss": "^8.5.
|
|
124
|
-
"react-dom": "^19.2.
|
|
125
|
-
"storybook": "^10.3.
|
|
120
|
+
"postcss": "^8.5.10",
|
|
121
|
+
"react-dom": "^19.2.5",
|
|
122
|
+
"storybook": "^10.3.5",
|
|
126
123
|
"tailwindcss": "^4.2.2",
|
|
127
124
|
"typescript": "6.0.2",
|
|
128
|
-
"vite": "8.0.
|
|
129
|
-
"vitest": "^4.1.
|
|
125
|
+
"vite": "8.0.8",
|
|
126
|
+
"vitest": "^4.1.4",
|
|
127
|
+
"@eventuras/typescript-config": "1.0.0",
|
|
128
|
+
"@eventuras/vite-config": "0.2.1",
|
|
129
|
+
"@eventuras/eslint-config": "1.0.3"
|
|
130
130
|
},
|
|
131
131
|
"peerDependencies": {
|
|
132
132
|
"react": "^19.0.0",
|
|
133
133
|
"react-dom": "^19.0.0"
|
|
134
|
+
},
|
|
135
|
+
"scripts": {
|
|
136
|
+
"build": "tsc && vite build",
|
|
137
|
+
"build:all": "pnpm run build && pnpm run storybook:build",
|
|
138
|
+
"dev": "pnpm run storybook",
|
|
139
|
+
"storybook": "storybook dev -p 6006 --no-open",
|
|
140
|
+
"storybook:build": "storybook build",
|
|
141
|
+
"test": "vitest run",
|
|
142
|
+
"test:watch": "vitest"
|
|
134
143
|
}
|
|
135
|
-
}
|
|
144
|
+
}
|
package/src/global.css
CHANGED
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
background-size: auto, auto, auto, auto, auto, 5px 5px;
|
|
182
182
|
background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat;
|
|
183
183
|
background-blend-mode: normal, normal, normal, normal, screen, multiply;
|
|
184
|
-
background-color: #
|
|
184
|
+
background-color: #f0f2f4;
|
|
185
185
|
|
|
186
186
|
/* Elegant mask to blend edges */
|
|
187
187
|
-webkit-mask-image: radial-gradient(
|
|
@@ -250,11 +250,11 @@
|
|
|
250
250
|
/* Smooth organic drift animation */
|
|
251
251
|
@media (prefers-reduced-motion: no-preference) {
|
|
252
252
|
body::before {
|
|
253
|
-
animation: losol-organic-flow
|
|
253
|
+
animation: losol-organic-flow 45s ease-in-out infinite alternate;
|
|
254
254
|
}
|
|
255
255
|
|
|
256
256
|
:root[data-theme="dark"] body::before {
|
|
257
|
-
animation-duration:
|
|
257
|
+
animation-duration: 55s;
|
|
258
258
|
}
|
|
259
259
|
|
|
260
260
|
@keyframes losol-organic-flow {
|