@viglet/viglet-design-system 2026.2.43 → 2026.2.45

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/preset.css CHANGED
@@ -114,6 +114,44 @@
114
114
  --vg-product-turing: #4169e1;
115
115
  --vg-product-shio: #ff6347;
116
116
  --vg-product-dumont: #006400;
117
+
118
+ /* ── Back-compat aliases ──────────────────────────────────────────────
119
+ Older consumers (and pre-2026.2.42 DS versions) defined these names
120
+ directly. Aliasing keeps `var(--background)`, `var(--border)`, etc.
121
+ resolving correctly. New code should prefer `--vg-*` to avoid
122
+ collisions with consumer-defined tokens. */
123
+ --background: var(--vg-background);
124
+ --foreground: var(--vg-foreground);
125
+ --card: var(--vg-card);
126
+ --card-foreground: var(--vg-card-foreground);
127
+ --popover: var(--vg-popover);
128
+ --popover-foreground: var(--vg-popover-foreground);
129
+ --primary: var(--vg-primary);
130
+ --primary-foreground: var(--vg-primary-foreground);
131
+ --secondary: var(--vg-secondary);
132
+ --secondary-foreground: var(--vg-secondary-foreground);
133
+ --muted: var(--vg-muted);
134
+ --muted-foreground: var(--vg-muted-foreground);
135
+ --accent: var(--vg-accent);
136
+ --accent-foreground: var(--vg-accent-foreground);
137
+ --destructive: var(--vg-destructive);
138
+ --border: var(--vg-border);
139
+ --input: var(--vg-input);
140
+ --ring: var(--vg-ring);
141
+ --radius: var(--vg-radius);
142
+ --chart-1: var(--vg-chart-1);
143
+ --chart-2: var(--vg-chart-2);
144
+ --chart-3: var(--vg-chart-3);
145
+ --chart-4: var(--vg-chart-4);
146
+ --chart-5: var(--vg-chart-5);
147
+ --sidebar: var(--vg-sidebar);
148
+ --sidebar-foreground: var(--vg-sidebar-foreground);
149
+ --sidebar-primary: var(--vg-sidebar-primary);
150
+ --sidebar-primary-foreground: var(--vg-sidebar-primary-foreground);
151
+ --sidebar-accent: var(--vg-sidebar-accent);
152
+ --sidebar-accent-foreground: var(--vg-sidebar-accent-foreground);
153
+ --sidebar-border: var(--vg-sidebar-border);
154
+ --sidebar-ring: var(--vg-sidebar-ring);
117
155
  }
118
156
 
119
157
  .dark,