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.
- package/dist/cli/index.mjs +6 -6
- package/package.json +1 -1
package/dist/cli/index.mjs
CHANGED
|
@@ -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(
|
|
139
|
-
| \`--dt-primary-hover\` | \`hsl(
|
|
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
|
|
142
|
-
| \`--dt-secondary-foreground\` | \`hsl(
|
|
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(
|
|
147
|
-
| \`--dt-ring\` | \`hsl(
|
|
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 |
|