@nexxtmove/ui 1.3.2 → 1.3.3

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@nexxtmove/ui",
3
3
  "type": "module",
4
- "version": "1.3.2",
4
+ "version": "1.3.3",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.ts",
@@ -113,6 +113,17 @@
113
113
  --color-brands-google: oklch(63.039% 0.18003 259.95533);
114
114
  --color-brands-tiktok: oklch(63.451% 0.25395 16.82869);
115
115
  --color-brands-whatsapp: oklch(76.095% 0.20146 149.74008);
116
+ --color-yellow-50: oklch(98.368% 0.01059 100.83239);
117
+ --color-yellow-100: oklch(95.814% 0.02653 99.92039);
118
+ --color-yellow-200: oklch(93.256% 0.06003 102.33209);
119
+ --color-yellow-300: oklch(90.398% 0.09432 101.47911);
120
+ --color-yellow-400: oklch(87.635% 0.13397 101.26883);
121
+ --color-yellow-500: oklch(84.92% 0.17048 101.62037);
122
+ --color-yellow-600: oklch(70.556% 0.14179 101.46368);
123
+ --color-yellow-700: oklch(56.751% 0.11269 101.29896);
124
+ --color-yellow-800: oklch(42.725% 0.08495 101.41972);
125
+ --color-yellow-900: oklch(28.975% 0.0576 102.22885);
126
+ --color-yellow-950: oklch(21.884% 0.04426 103.48365);
116
127
  --color-button-bg-primary-default: var(--color-cornflower-blue-500);
117
128
  --color-button-bg-primary-hover: var(--color-cornflower-blue-400);
118
129
  --color-button-bg-primary-focussed: var(--color-cornflower-blue-500);