@n3wth/ui 0.9.0 → 0.9.1

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/dist/styles.css CHANGED
@@ -100,7 +100,9 @@
100
100
  --color-grey-200: #e8e8ed;
101
101
  --color-grey-300: #c7c7cc;
102
102
  --color-grey-400: #86868b;
103
+ --color-grey-500: #78787d;
103
104
  --color-grey-600: #6e6e73;
105
+ --color-grey-700: #48484a;
104
106
  --color-grey-800: #1d1d1f;
105
107
 
106
108
  /* Accent */
@@ -181,7 +183,9 @@
181
183
  --color-grey-200: #e8e8ed;
182
184
  --color-grey-300: #c7c7cc;
183
185
  --color-grey-400: #86868b;
186
+ --color-grey-500: #78787d;
184
187
  --color-grey-600: #6e6e73;
188
+ --color-grey-700: #48484a;
185
189
  --color-grey-800: #1d1d1f;
186
190
 
187
191
  --color-accent: #ffffff;
@@ -219,7 +223,9 @@
219
223
  --color-grey-200: #3a3a3c;
220
224
  --color-grey-300: #48484a;
221
225
  --color-grey-400: #636366;
226
+ --color-grey-500: #757579;
222
227
  --color-grey-600: #8e8e93;
228
+ --color-grey-700: #aeaeb2;
223
229
  --color-grey-800: #e5e5ea;
224
230
 
225
231
  --color-accent: #1d1d1f;
package/dist/theme.css CHANGED
@@ -39,7 +39,9 @@
39
39
  --color-grey-200: #e8e8ed;
40
40
  --color-grey-300: #c7c7cc;
41
41
  --color-grey-400: #86868b;
42
+ --color-grey-500: #78787d;
42
43
  --color-grey-600: #6e6e73;
44
+ --color-grey-700: #48484a;
43
45
  --color-grey-800: #1d1d1f;
44
46
  --color-accent-soft: rgba(255, 255, 255, 0.15);
45
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n3wth/ui",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "Atomic design system for Newth sites - flat, minimal, iOS-inspired",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -71,6 +71,7 @@
71
71
  "globals": "^17.3.0",
72
72
  "gsap": "^3.14.2",
73
73
  "jsdom": "^28.0.0",
74
+ "posthog-js": "^1.381.0",
74
75
  "react": "^19.2.4",
75
76
  "react-dom": "^19.2.4",
76
77
  "react-router": "^7.13.0",