@duskmoon-dev/core 1.18.1 → 1.18.2

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.
@@ -9,20 +9,20 @@
9
9
  --theme-family: "duskmoon";
10
10
  --theme-pair: "moonlight";
11
11
  --theme-description: "Warm amber/coral";
12
- --color-primary: oklch(72% 0.17 75);
13
- --color-primary-content: oklch(25% 0.03 95.91);
12
+ --color-primary: oklch(52% 0.17 75);
13
+ --color-primary-content: oklch(100% 0 0);
14
14
  --color-primary-container: oklch(95% 0.035 95.91);
15
15
  --color-on-primary-container: oklch(25% 0.03 95.91);
16
- --color-secondary: oklch(62% 0.19 20);
16
+ --color-secondary: oklch(55% 0.19 20);
17
17
  --color-secondary-content: oklch(100% 0 0);
18
18
  --color-secondary-container: oklch(94% 0.05 87.01);
19
19
  --color-on-secondary-container: oklch(25% 0.05 87.01);
20
- --color-tertiary: oklch(80% 0.085 235);
21
- --color-tertiary-content: oklch(18% 0.010 235);
20
+ --color-tertiary: oklch(52% 0.085 235);
21
+ --color-tertiary-content: oklch(100% 0 0);
22
22
  --color-tertiary-container: oklch(95% 0.035 235);
23
23
  --color-on-tertiary-container: oklch(22% 0.012 235);
24
- --color-accent: oklch(85.23% 0.14 327);
25
- --color-accent-content: oklch(41% 0.112 45.904);
24
+ --color-accent: oklch(52% 0.14 327);
25
+ --color-accent-content: oklch(100% 0 0);
26
26
  --color-neutral: oklch(0% 0 0);
27
27
  --color-neutral-content: oklch(80% 0.015 50);
28
28
  --color-neutral-variant: oklch(50% 0.02 260);
@@ -58,16 +58,16 @@
58
58
  --color-info-content: oklch(91.94% 0.114 254.39);
59
59
  --color-info-container: oklch(95% 0.03 235);
60
60
  --color-on-info-container: oklch(35% 0.08 235);
61
- --color-success: oklch(67.21% 0.19 133.55);
62
- --color-success-content: oklch(27.21% 0.19 133.55);
61
+ --color-success: oklch(50% 0.19 133.55);
62
+ --color-success-content: oklch(100% 0 0);
63
63
  --color-success-container: oklch(93% 0.04 150);
64
64
  --color-on-success-container: oklch(30% 0.08 150);
65
- --color-warning: oklch(68.19% 0.203 42.44);
66
- --color-warning-content: oklch(18.19% 0.6 42);
65
+ --color-warning: oklch(52% 0.203 42.44);
66
+ --color-warning-content: oklch(100% 0 0);
67
67
  --color-warning-container: oklch(93% 0.05 80);
68
68
  --color-on-warning-container: oklch(38% 0.10 80);
69
- --color-error: oklch(61.17% 0.237 28.15);
70
- --color-error-content: oklch(90.01% 0.153 84.78);
69
+ --color-error: oklch(52% 0.237 28.15);
70
+ --color-error-content: oklch(100% 0 0);
71
71
  --color-error-container: oklch(93% 0.04 25);
72
72
  --color-on-error-container: oklch(32% 0.10 25);
73
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duskmoon-dev/core",
3
- "version": "1.18.1",
3
+ "version": "1.18.2",
4
4
  "description": "DuskMoonUI - Tailwind CSS v4 plugin with Material Design 3 color system and component styles",
5
5
  "type": "module",
6
6
  "main": "./dist/index.css",