kaleido-ui 0.1.69 → 0.1.70

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.
@@ -167,33 +167,33 @@
167
167
  --color-chart-4: var(--chart-4);
168
168
  --color-chart-5: var(--chart-5);
169
169
 
170
- /* App semantic colors (slate identity) — channel-backed for <alpha-value>.
171
- These intentionally override the shadcn-style --color-primary/--color-secondary
172
- mappings above so brand utilities (bg-primary, bg-secondary, text-content-*,
173
- border-border-*, bg-status-*/10, ) resolve to the canonical slate palette. */
174
- --color-surface-base: rgb(var(--app-surface-base) / <alpha-value>);
175
- --color-surface-raised: rgb(var(--app-surface-raised) / <alpha-value>);
176
- --color-surface-overlay: rgb(var(--app-surface-overlay) / <alpha-value>);
177
- --color-surface-elevated: rgb(var(--app-surface-elevated) / <alpha-value>);
178
- --color-surface-high: rgb(var(--app-surface-high) / <alpha-value>);
179
- --color-primary: rgb(var(--app-primary) / <alpha-value>);
180
- --color-primary-emphasis: rgb(var(--app-primary-emphasis) / <alpha-value>);
181
- --color-primary-foreground: rgb(var(--app-primary-foreground) / <alpha-value>);
182
- --color-secondary: rgb(var(--app-secondary) / <alpha-value>);
183
- --color-secondary-emphasis: rgb(var(--app-secondary-emphasis) / <alpha-value>);
184
- --color-secondary-foreground: rgb(var(--app-secondary-foreground) / <alpha-value>);
185
- --color-content-primary: rgb(var(--app-content-primary) / <alpha-value>);
186
- --color-content-secondary: rgb(var(--app-content-secondary) / <alpha-value>);
187
- --color-content-tertiary: rgb(var(--app-content-tertiary) / <alpha-value>);
188
- --color-content-inverse: rgb(var(--app-content-inverse) / <alpha-value>);
189
- --color-border-subtle: rgb(var(--app-border-subtle) / <alpha-value>);
190
- --color-border-default: rgb(var(--app-border-default) / <alpha-value>);
191
- --color-border-strong: rgb(var(--app-border-strong) / <alpha-value>);
192
- --color-status-success: rgb(var(--app-status-success) / <alpha-value>);
193
- --color-status-danger: rgb(var(--app-status-danger) / <alpha-value>);
194
- --color-status-warning: rgb(var(--app-status-warning) / <alpha-value>);
195
- --color-status-info: rgb(var(--app-status-info) / <alpha-value>);
196
- --color-divider: rgb(var(--app-divider) / <alpha-value>);
170
+ /* App semantic colors (slate identity) — channel-backed via the --app-* vars.
171
+ These intentionally override the shadcn-style --color-primary / --color-secondary
172
+ mappings above so the brand utilities (bg-primary, bg-secondary, text-content-x,
173
+ border-border-x, bg-status-x with opacity) resolve to the canonical slate palette. */
174
+ --color-surface-base: rgb(var(--app-surface-base));
175
+ --color-surface-raised: rgb(var(--app-surface-raised));
176
+ --color-surface-overlay: rgb(var(--app-surface-overlay));
177
+ --color-surface-elevated: rgb(var(--app-surface-elevated));
178
+ --color-surface-high: rgb(var(--app-surface-high));
179
+ --color-primary: rgb(var(--app-primary));
180
+ --color-primary-emphasis: rgb(var(--app-primary-emphasis));
181
+ --color-primary-foreground: rgb(var(--app-primary-foreground));
182
+ --color-secondary: rgb(var(--app-secondary));
183
+ --color-secondary-emphasis: rgb(var(--app-secondary-emphasis));
184
+ --color-secondary-foreground: rgb(var(--app-secondary-foreground));
185
+ --color-content-primary: rgb(var(--app-content-primary));
186
+ --color-content-secondary: rgb(var(--app-content-secondary));
187
+ --color-content-tertiary: rgb(var(--app-content-tertiary));
188
+ --color-content-inverse: rgb(var(--app-content-inverse));
189
+ --color-border-subtle: rgb(var(--app-border-subtle));
190
+ --color-border-default: rgb(var(--app-border-default));
191
+ --color-border-strong: rgb(var(--app-border-strong));
192
+ --color-status-success: rgb(var(--app-status-success));
193
+ --color-status-danger: rgb(var(--app-status-danger));
194
+ --color-status-warning: rgb(var(--app-status-warning));
195
+ --color-status-info: rgb(var(--app-status-info));
196
+ --color-divider: rgb(var(--app-divider));
197
197
  --color-status-success-subtle: rgb(var(--app-status-success) / 0.15);
198
198
  --color-status-danger-subtle: rgb(var(--app-status-danger) / 0.15);
199
199
  --color-status-warning-subtle: rgb(var(--app-status-warning) / 0.15);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kaleido-ui",
3
- "version": "0.1.69",
3
+ "version": "0.1.70",
4
4
  "description": "KaleidoSwap shared UI library — design tokens, web components (Tailwind + Radix), and React Native components extending WDK UI Kit",
5
5
  "license": "MIT",
6
6
  "type": "module",