@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/package.json CHANGED
@@ -1,6 +1,15 @@
1
1
  {
2
2
  "name": "@eventuras/ratio-ui",
3
- "version": "1.0.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
- "@eventuras/logger": "workspace:*",
90
- "@internationalized/date": "^3.12.0",
91
- "@internationalized/number": "^3.6.5",
92
- "@react-aria/overlays": "^3.31.2",
93
- "@react-stately/data": "^3.15.2",
94
- "@storybook/react": "^10.3.4",
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.7.0",
101
- "react-aria-components": "^1.16.0",
102
- "react-stately": "^3.45.0",
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.1"
103
+ "tailwindcss-react-aria-components": "^2.1.0",
104
+ "@eventuras/logger": "0.8.0"
105
105
  },
106
106
  "devDependencies": {
107
- "@eventuras/eslint-config": "workspace:*",
108
- "@eventuras/typescript-config": "workspace:*",
109
- "@eventuras/vite-config": "workspace:*",
110
- "@storybook/addon-a11y": "^10.3.4",
111
- "@storybook/addon-docs": "^10.3.4",
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.2",
118
- "@vitest/coverage-v8": "^4.1.2",
119
- "autoprefixer": "10.4.27",
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.4",
118
+ "eslint-plugin-storybook": "^10.3.5",
122
119
  "playwright": "^1.59.1",
123
- "postcss": "^8.5.8",
124
- "react-dom": "^19.2.4",
125
- "storybook": "^10.3.4",
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.5",
129
- "vitest": "^4.1.2"
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: #fafcfd;
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 90s ease-in-out infinite alternate;
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: 110s;
257
+ animation-duration: 55s;
258
258
  }
259
259
 
260
260
  @keyframes losol-organic-flow {