aetherx-dt-ui 0.1.1 → 0.1.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.
@@ -135,16 +135,16 @@ All components use CSS custom properties prefixed with \`--dt-\` defined in \`ba
135
135
 
136
136
  | Token | Default (Light) | Description |
137
137
  |-------|-----------------|-------------|
138
- | \`--dt-primary\` | \`hsl(220 72% 50%)\` | Brand/primary color |
139
- | \`--dt-primary-hover\` | \`hsl(220 72% 42%)\` | Primary hover state |
138
+ | \`--dt-primary\` | \`hsl(190 100% 35%)\` | Brand/primary color (RGB 0, 150, 178) |
139
+ | \`--dt-primary-hover\` | \`hsl(190 100% 28%)\` | Primary hover state |
140
140
  | \`--dt-primary-foreground\` | \`hsl(0 0% 100%)\` | Text on primary bg |
141
- | \`--dt-secondary\` | \`hsl(220 14% 94%)\` | Secondary background |
142
- | \`--dt-secondary-foreground\` | \`hsl(220 10% 20%)\` | Text on secondary bg |
141
+ | \`--dt-secondary\` | \`hsl(220 13% 46%)\` | Secondary color (RGB 102, 112, 133) |
142
+ | \`--dt-secondary-foreground\` | \`hsl(0 0% 100%)\` | Text on secondary bg |
143
143
  | \`--dt-destructive\` | \`hsl(0 72% 51%)\` | Destructive/danger color |
144
144
  | \`--dt-success\` | \`hsl(142 72% 40%)\` | Success color |
145
145
  | \`--dt-warning\` | \`hsl(38 92% 50%)\` | Warning color |
146
- | \`--dt-border\` | \`hsl(220 13% 88%)\` | Border color |
147
- | \`--dt-ring\` | \`hsl(220 72% 50%)\` | Focus ring color |
146
+ | \`--dt-border\` | \`hsl(190 13% 88%)\` | Border color |
147
+ | \`--dt-ring\` | \`hsl(190 100% 35%)\` | Focus ring color |
148
148
  | \`--dt-radius-sm\` | \`0.25rem\` | Small border radius |
149
149
  | \`--dt-radius-md\` | \`0.375rem\` | Medium border radius |
150
150
  | \`--dt-radius-lg\` | \`0.5rem\` | Large border radius |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aetherx-dt-ui",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Lightweight, customizable Vue components for DT projects",
5
5
  "type": "module",
6
6
  "bin": {