@ismail-elkorchi/ui-tokens 0.1.0 → 0.1.1
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/README.md +113 -10
- package/dist/base.css +986 -0
- package/dist/index.css +1646 -1
- package/dist/index.d.ts +7 -0
- package/dist/index.js +38 -0
- package/dist/themes/uik-dark.css +657 -0
- package/dist/themes/uik-density-comfortable.css +26 -0
- package/dist/themes/uik-density-compact.css +26 -0
- package/dist/themes/uik-light.css +420 -0
- package/dist/themes/uik-theme-base.css +414 -0
- package/dist/tokens.resolved.dark.comfortable.json +2355 -0
- package/dist/tokens.resolved.dark.compact.json +2377 -0
- package/dist/tokens.resolved.light.comfortable.json +2355 -0
- package/dist/tokens.resolved.light.compact.json +2377 -0
- package/dist/uik-tailwind.compat.css +638 -0
- package/dist/uik-tailwind.strict.css +659 -0
- package/package.json +44 -9
- package/dist/theme.css +0 -45
|
@@ -0,0 +1,659 @@
|
|
|
1
|
+
@theme {
|
|
2
|
+
--blur-*: initial;
|
|
3
|
+
--border-width-*: initial;
|
|
4
|
+
--color-*: initial;
|
|
5
|
+
--delay-*: initial;
|
|
6
|
+
--duration-*: initial;
|
|
7
|
+
--ease-*: initial;
|
|
8
|
+
--font-*: initial;
|
|
9
|
+
--font-weight-*: initial;
|
|
10
|
+
--leading-*: initial;
|
|
11
|
+
--opacity-*: initial;
|
|
12
|
+
--outline-width-*: initial;
|
|
13
|
+
--radius-*: initial;
|
|
14
|
+
--shadow-*: initial;
|
|
15
|
+
--spacing-*: initial;
|
|
16
|
+
--text-*: initial;
|
|
17
|
+
--tracking-*: initial;
|
|
18
|
+
--transition-*: initial;
|
|
19
|
+
--z-*: initial;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@theme inline {
|
|
23
|
+
--blur-uik-0: var(--uik-blur-0);
|
|
24
|
+
--blur-uik-1: var(--uik-blur-1);
|
|
25
|
+
--blur-uik-2: var(--uik-blur-2);
|
|
26
|
+
--blur-uik-3: var(--uik-blur-3);
|
|
27
|
+
--border-width-uik-0: var(--uik-border-width-0);
|
|
28
|
+
--border-width-uik-1: var(--uik-border-width-1);
|
|
29
|
+
--border-width-uik-2: var(--uik-border-width-2);
|
|
30
|
+
--border-width-uik-4: var(--uik-border-width-4);
|
|
31
|
+
--border-width-uik-component.badge.base.border-width: var(--uik-component-badge-base-border-width);
|
|
32
|
+
--border-width-uik-component.button.base.border-width: var(--uik-component-button-base-border-width);
|
|
33
|
+
--border-width-uik-component.input.base.border-width: var(--uik-component-input-base-border-width);
|
|
34
|
+
--border-width-uik-separator.thickness: var(--uik-separator-thickness);
|
|
35
|
+
--color-uik-accent.1: oklch(var(--uik-color-accent-1));
|
|
36
|
+
--color-uik-accent.10: oklch(var(--uik-color-accent-10));
|
|
37
|
+
--color-uik-accent.11: oklch(var(--uik-color-accent-11));
|
|
38
|
+
--color-uik-accent.12: oklch(var(--uik-color-accent-12));
|
|
39
|
+
--color-uik-accent.2: oklch(var(--uik-color-accent-2));
|
|
40
|
+
--color-uik-accent.3: oklch(var(--uik-color-accent-3));
|
|
41
|
+
--color-uik-accent.4: oklch(var(--uik-color-accent-4));
|
|
42
|
+
--color-uik-accent.5: oklch(var(--uik-color-accent-5));
|
|
43
|
+
--color-uik-accent.6: oklch(var(--uik-color-accent-6));
|
|
44
|
+
--color-uik-accent.7: oklch(var(--uik-color-accent-7));
|
|
45
|
+
--color-uik-accent.8: oklch(var(--uik-color-accent-8));
|
|
46
|
+
--color-uik-accent.9: oklch(var(--uik-color-accent-9));
|
|
47
|
+
--color-uik-border.danger: oklch(var(--uik-border-danger));
|
|
48
|
+
--color-uik-border.default: oklch(var(--uik-border-default));
|
|
49
|
+
--color-uik-border.focus: oklch(var(--uik-border-focus));
|
|
50
|
+
--color-uik-border.info: oklch(var(--uik-border-info));
|
|
51
|
+
--color-uik-border.muted: oklch(var(--uik-border-muted));
|
|
52
|
+
--color-uik-border.strong: oklch(var(--uik-border-strong));
|
|
53
|
+
--color-uik-border.success: oklch(var(--uik-border-success));
|
|
54
|
+
--color-uik-border.warning: oklch(var(--uik-border-warning));
|
|
55
|
+
--color-uik-component.alert.danger.bg: oklch(var(--uik-component-alert-danger-bg));
|
|
56
|
+
--color-uik-component.alert.danger.border: oklch(var(--uik-component-alert-danger-border));
|
|
57
|
+
--color-uik-component.alert.danger.fg: oklch(var(--uik-component-alert-danger-fg));
|
|
58
|
+
--color-uik-component.alert.info.bg: oklch(var(--uik-component-alert-info-bg));
|
|
59
|
+
--color-uik-component.alert.info.border: oklch(var(--uik-component-alert-info-border));
|
|
60
|
+
--color-uik-component.alert.info.fg: oklch(var(--uik-component-alert-info-fg));
|
|
61
|
+
--color-uik-component.alert.neutral.bg: oklch(var(--uik-component-alert-neutral-bg));
|
|
62
|
+
--color-uik-component.alert.neutral.border: oklch(var(--uik-component-alert-neutral-border));
|
|
63
|
+
--color-uik-component.alert.neutral.fg: oklch(var(--uik-component-alert-neutral-fg));
|
|
64
|
+
--color-uik-component.alert.success.bg: oklch(var(--uik-component-alert-success-bg));
|
|
65
|
+
--color-uik-component.alert.success.border: oklch(var(--uik-component-alert-success-border));
|
|
66
|
+
--color-uik-component.alert.success.fg: oklch(var(--uik-component-alert-success-fg));
|
|
67
|
+
--color-uik-component.alert.warning.bg: oklch(var(--uik-component-alert-warning-bg));
|
|
68
|
+
--color-uik-component.alert.warning.border: oklch(var(--uik-component-alert-warning-border));
|
|
69
|
+
--color-uik-component.alert.warning.fg: oklch(var(--uik-component-alert-warning-fg));
|
|
70
|
+
--color-uik-component.badge.danger.bg: oklch(var(--uik-component-badge-danger-bg));
|
|
71
|
+
--color-uik-component.badge.danger.border: oklch(var(--uik-component-badge-danger-border));
|
|
72
|
+
--color-uik-component.badge.danger.fg: oklch(var(--uik-component-badge-danger-fg));
|
|
73
|
+
--color-uik-component.badge.default.bg: oklch(var(--uik-component-badge-default-bg));
|
|
74
|
+
--color-uik-component.badge.default.border: oklch(var(--uik-component-badge-default-border));
|
|
75
|
+
--color-uik-component.badge.default.fg: oklch(var(--uik-component-badge-default-fg));
|
|
76
|
+
--color-uik-component.badge.outline.bg: oklch(var(--uik-component-badge-outline-bg));
|
|
77
|
+
--color-uik-component.badge.outline.border: oklch(var(--uik-component-badge-outline-border));
|
|
78
|
+
--color-uik-component.badge.outline.fg: oklch(var(--uik-component-badge-outline-fg));
|
|
79
|
+
--color-uik-component.badge.secondary.bg: oklch(var(--uik-component-badge-secondary-bg));
|
|
80
|
+
--color-uik-component.badge.secondary.border: oklch(var(--uik-component-badge-secondary-border));
|
|
81
|
+
--color-uik-component.badge.secondary.fg: oklch(var(--uik-component-badge-secondary-fg));
|
|
82
|
+
--color-uik-component.box.bg: oklch(var(--uik-component-box-bg));
|
|
83
|
+
--color-uik-component.box.border.color: oklch(var(--uik-component-box-border-color));
|
|
84
|
+
--color-uik-component.button.base.focus-ring: oklch(var(--uik-component-button-base-focus-ring));
|
|
85
|
+
--color-uik-component.button.danger.bg.active: oklch(var(--uik-component-button-danger-bg-active));
|
|
86
|
+
--color-uik-component.button.danger.bg.default: oklch(var(--uik-component-button-danger-bg-default));
|
|
87
|
+
--color-uik-component.button.danger.bg.hover: oklch(var(--uik-component-button-danger-bg-hover));
|
|
88
|
+
--color-uik-component.button.danger.border: oklch(var(--uik-component-button-danger-border));
|
|
89
|
+
--color-uik-component.button.danger.fg: oklch(var(--uik-component-button-danger-fg));
|
|
90
|
+
--color-uik-component.button.ghost.bg.active: oklch(var(--uik-component-button-ghost-bg-active));
|
|
91
|
+
--color-uik-component.button.ghost.bg.default: oklch(var(--uik-component-button-ghost-bg-default));
|
|
92
|
+
--color-uik-component.button.ghost.bg.hover: oklch(var(--uik-component-button-ghost-bg-hover));
|
|
93
|
+
--color-uik-component.button.ghost.border: oklch(var(--uik-component-button-ghost-border));
|
|
94
|
+
--color-uik-component.button.ghost.fg: oklch(var(--uik-component-button-ghost-fg));
|
|
95
|
+
--color-uik-component.button.link.bg.active: oklch(var(--uik-component-button-link-bg-active));
|
|
96
|
+
--color-uik-component.button.link.bg.default: oklch(var(--uik-component-button-link-bg-default));
|
|
97
|
+
--color-uik-component.button.link.bg.hover: oklch(var(--uik-component-button-link-bg-hover));
|
|
98
|
+
--color-uik-component.button.link.border: oklch(var(--uik-component-button-link-border));
|
|
99
|
+
--color-uik-component.button.link.fg: oklch(var(--uik-component-button-link-fg));
|
|
100
|
+
--color-uik-component.button.outline.bg.active: oklch(var(--uik-component-button-outline-bg-active));
|
|
101
|
+
--color-uik-component.button.outline.bg.default: oklch(var(--uik-component-button-outline-bg-default));
|
|
102
|
+
--color-uik-component.button.outline.bg.hover: oklch(var(--uik-component-button-outline-bg-hover));
|
|
103
|
+
--color-uik-component.button.outline.border: oklch(var(--uik-component-button-outline-border));
|
|
104
|
+
--color-uik-component.button.outline.fg: oklch(var(--uik-component-button-outline-fg));
|
|
105
|
+
--color-uik-component.button.secondary.bg.active: oklch(var(--uik-component-button-secondary-bg-active));
|
|
106
|
+
--color-uik-component.button.secondary.bg.default: oklch(var(--uik-component-button-secondary-bg-default));
|
|
107
|
+
--color-uik-component.button.secondary.bg.hover: oklch(var(--uik-component-button-secondary-bg-hover));
|
|
108
|
+
--color-uik-component.button.secondary.border: oklch(var(--uik-component-button-secondary-border));
|
|
109
|
+
--color-uik-component.button.secondary.fg: oklch(var(--uik-component-button-secondary-fg));
|
|
110
|
+
--color-uik-component.button.solid.bg.active: oklch(var(--uik-component-button-solid-bg-active));
|
|
111
|
+
--color-uik-component.button.solid.bg.default: oklch(var(--uik-component-button-solid-bg-default));
|
|
112
|
+
--color-uik-component.button.solid.bg.hover: oklch(var(--uik-component-button-solid-bg-hover));
|
|
113
|
+
--color-uik-component.button.solid.border: oklch(var(--uik-component-button-solid-border));
|
|
114
|
+
--color-uik-component.button.solid.fg: oklch(var(--uik-component-button-solid-fg));
|
|
115
|
+
--color-uik-component.checkbox.accent: oklch(var(--uik-component-checkbox-accent));
|
|
116
|
+
--color-uik-component.heading.color.danger: oklch(var(--uik-component-heading-color-danger));
|
|
117
|
+
--color-uik-component.heading.color.default: oklch(var(--uik-component-heading-color-default));
|
|
118
|
+
--color-uik-component.heading.color.info: oklch(var(--uik-component-heading-color-info));
|
|
119
|
+
--color-uik-component.heading.color.muted: oklch(var(--uik-component-heading-color-muted));
|
|
120
|
+
--color-uik-component.heading.color.strong: oklch(var(--uik-component-heading-color-strong));
|
|
121
|
+
--color-uik-component.heading.color.success: oklch(var(--uik-component-heading-color-success));
|
|
122
|
+
--color-uik-component.heading.color.warning: oklch(var(--uik-component-heading-color-warning));
|
|
123
|
+
--color-uik-component.icon.color.danger: oklch(var(--uik-component-icon-color-danger));
|
|
124
|
+
--color-uik-component.icon.color.default: oklch(var(--uik-component-icon-color-default));
|
|
125
|
+
--color-uik-component.icon.color.info: oklch(var(--uik-component-icon-color-info));
|
|
126
|
+
--color-uik-component.icon.color.inverse: oklch(var(--uik-component-icon-color-inverse));
|
|
127
|
+
--color-uik-component.icon.color.muted: oklch(var(--uik-component-icon-color-muted));
|
|
128
|
+
--color-uik-component.icon.color.success: oklch(var(--uik-component-icon-color-success));
|
|
129
|
+
--color-uik-component.icon.color.warning: oklch(var(--uik-component-icon-color-warning));
|
|
130
|
+
--color-uik-component.input.base.bg: oklch(var(--uik-component-input-base-bg));
|
|
131
|
+
--color-uik-component.input.base.border.default: oklch(var(--uik-component-input-base-border-default));
|
|
132
|
+
--color-uik-component.input.base.border.focus: oklch(var(--uik-component-input-base-border-focus));
|
|
133
|
+
--color-uik-component.input.base.border.hover: oklch(var(--uik-component-input-base-border-hover));
|
|
134
|
+
--color-uik-component.input.base.fg: oklch(var(--uik-component-input-base-fg));
|
|
135
|
+
--color-uik-component.input.base.focus-ring: oklch(var(--uik-component-input-base-focus-ring));
|
|
136
|
+
--color-uik-component.input.base.placeholder: oklch(var(--uik-component-input-base-placeholder));
|
|
137
|
+
--color-uik-component.input.base.selection.bg: oklch(var(--uik-component-input-base-selection-bg));
|
|
138
|
+
--color-uik-component.input.base.selection.fg: oklch(var(--uik-component-input-base-selection-fg));
|
|
139
|
+
--color-uik-component.link.fg.default: oklch(var(--uik-component-link-fg-default));
|
|
140
|
+
--color-uik-component.link.fg.hover: oklch(var(--uik-component-link-fg-hover));
|
|
141
|
+
--color-uik-component.nav.item.active-bg: oklch(var(--uik-component-nav-item-active-bg));
|
|
142
|
+
--color-uik-component.nav.item.bg: oklch(var(--uik-component-nav-item-bg));
|
|
143
|
+
--color-uik-component.nav.item.hover-bg: oklch(var(--uik-component-nav-item-hover-bg));
|
|
144
|
+
--color-uik-component.nav.text.active: oklch(var(--uik-component-nav-text-active));
|
|
145
|
+
--color-uik-component.nav.text.default: oklch(var(--uik-component-nav-text-default));
|
|
146
|
+
--color-uik-component.nav.text.hover: oklch(var(--uik-component-nav-text-hover));
|
|
147
|
+
--color-uik-component.nav.toggle.fg: oklch(var(--uik-component-nav-toggle-fg));
|
|
148
|
+
--color-uik-component.progress.bar.bg: oklch(var(--uik-component-progress-bar-bg));
|
|
149
|
+
--color-uik-component.progress.track.bg: oklch(var(--uik-component-progress-track-bg));
|
|
150
|
+
--color-uik-component.radio.accent: oklch(var(--uik-component-radio-accent));
|
|
151
|
+
--color-uik-component.select.base.bg: oklch(var(--uik-component-select-base-bg));
|
|
152
|
+
--color-uik-component.select.base.border.default: oklch(var(--uik-component-select-base-border-default));
|
|
153
|
+
--color-uik-component.select.base.border.focus: oklch(var(--uik-component-select-base-border-focus));
|
|
154
|
+
--color-uik-component.select.base.border.hover: oklch(var(--uik-component-select-base-border-hover));
|
|
155
|
+
--color-uik-component.select.base.fg: oklch(var(--uik-component-select-base-fg));
|
|
156
|
+
--color-uik-component.shell.activity-bar.bg: oklch(var(--uik-component-shell-activity-bar-bg));
|
|
157
|
+
--color-uik-component.shell.activity-bar.fg: oklch(var(--uik-component-shell-activity-bar-fg));
|
|
158
|
+
--color-uik-component.shell.divider.color: oklch(var(--uik-component-shell-divider-color));
|
|
159
|
+
--color-uik-component.shell.scrollbar.thumb: oklch(var(--uik-component-shell-scrollbar-thumb));
|
|
160
|
+
--color-uik-component.shell.scrollbar.track: oklch(var(--uik-component-shell-scrollbar-track));
|
|
161
|
+
--color-uik-component.shell.secondary-sidebar.bg: oklch(var(--uik-component-shell-secondary-sidebar-bg));
|
|
162
|
+
--color-uik-component.shell.sidebar.bg: oklch(var(--uik-component-shell-sidebar-bg));
|
|
163
|
+
--color-uik-component.shell.sidebar.fg: oklch(var(--uik-component-shell-sidebar-fg));
|
|
164
|
+
--color-uik-component.shell.status-bar.bg: oklch(var(--uik-component-shell-status-bar-bg));
|
|
165
|
+
--color-uik-component.shell.status-bar.fg: oklch(var(--uik-component-shell-status-bar-fg));
|
|
166
|
+
--color-uik-component.spinner.indicator.danger: oklch(var(--uik-component-spinner-indicator-danger));
|
|
167
|
+
--color-uik-component.spinner.indicator.default: oklch(var(--uik-component-spinner-indicator-default));
|
|
168
|
+
--color-uik-component.spinner.indicator.info: oklch(var(--uik-component-spinner-indicator-info));
|
|
169
|
+
--color-uik-component.spinner.indicator.muted: oklch(var(--uik-component-spinner-indicator-muted));
|
|
170
|
+
--color-uik-component.spinner.indicator.primary: oklch(var(--uik-component-spinner-indicator-primary));
|
|
171
|
+
--color-uik-component.spinner.indicator.success: oklch(var(--uik-component-spinner-indicator-success));
|
|
172
|
+
--color-uik-component.spinner.indicator.warning: oklch(var(--uik-component-spinner-indicator-warning));
|
|
173
|
+
--color-uik-component.spinner.track: oklch(var(--uik-component-spinner-track));
|
|
174
|
+
--color-uik-component.surface.bg.card: oklch(var(--uik-component-surface-bg-card));
|
|
175
|
+
--color-uik-component.surface.bg.default: oklch(var(--uik-component-surface-bg-default));
|
|
176
|
+
--color-uik-component.surface.bg.elevated: oklch(var(--uik-component-surface-bg-elevated));
|
|
177
|
+
--color-uik-component.surface.bg.muted: oklch(var(--uik-component-surface-bg-muted));
|
|
178
|
+
--color-uik-component.surface.bg.popover: oklch(var(--uik-component-surface-bg-popover));
|
|
179
|
+
--color-uik-component.surface.border.color.bordered: oklch(var(--uik-component-surface-border-color-bordered));
|
|
180
|
+
--color-uik-component.surface.border.color.default: oklch(var(--uik-component-surface-border-color-default));
|
|
181
|
+
--color-uik-component.switch.thumb.bg: oklch(var(--uik-component-switch-thumb-bg));
|
|
182
|
+
--color-uik-component.switch.track.bg.checked: oklch(var(--uik-component-switch-track-bg-checked));
|
|
183
|
+
--color-uik-component.switch.track.bg.default: oklch(var(--uik-component-switch-track-bg-default));
|
|
184
|
+
--color-uik-component.switch.track.border.checked: oklch(var(--uik-component-switch-track-border-checked));
|
|
185
|
+
--color-uik-component.switch.track.border.default: oklch(var(--uik-component-switch-track-border-default));
|
|
186
|
+
--color-uik-component.text.color.danger: oklch(var(--uik-component-text-color-danger));
|
|
187
|
+
--color-uik-component.text.color.default: oklch(var(--uik-component-text-color-default));
|
|
188
|
+
--color-uik-component.text.color.info: oklch(var(--uik-component-text-color-info));
|
|
189
|
+
--color-uik-component.text.color.muted: oklch(var(--uik-component-text-color-muted));
|
|
190
|
+
--color-uik-component.text.color.strong: oklch(var(--uik-component-text-color-strong));
|
|
191
|
+
--color-uik-component.text.color.success: oklch(var(--uik-component-text-color-success));
|
|
192
|
+
--color-uik-component.text.color.warning: oklch(var(--uik-component-text-color-warning));
|
|
193
|
+
--color-uik-component.textarea.base.bg: oklch(var(--uik-component-textarea-base-bg));
|
|
194
|
+
--color-uik-component.textarea.base.border.default: oklch(var(--uik-component-textarea-base-border-default));
|
|
195
|
+
--color-uik-component.textarea.base.border.focus: oklch(var(--uik-component-textarea-base-border-focus));
|
|
196
|
+
--color-uik-component.textarea.base.border.hover: oklch(var(--uik-component-textarea-base-border-hover));
|
|
197
|
+
--color-uik-component.textarea.base.fg: oklch(var(--uik-component-textarea-base-fg));
|
|
198
|
+
--color-uik-component.textarea.base.placeholder: oklch(var(--uik-component-textarea-base-placeholder));
|
|
199
|
+
--color-uik-component.tree-view.item.active-bg: oklch(var(--uik-component-tree-view-item-active-bg));
|
|
200
|
+
--color-uik-component.tree-view.item.bg: oklch(var(--uik-component-tree-view-item-bg));
|
|
201
|
+
--color-uik-component.tree-view.item.hover-bg: oklch(var(--uik-component-tree-view-item-hover-bg));
|
|
202
|
+
--color-uik-component.tree-view.text.branch: oklch(var(--uik-component-tree-view-text-branch));
|
|
203
|
+
--color-uik-component.tree-view.text.hover: oklch(var(--uik-component-tree-view-text-hover));
|
|
204
|
+
--color-uik-component.tree-view.text.leaf: oklch(var(--uik-component-tree-view-text-leaf));
|
|
205
|
+
--color-uik-component.tree-view.toggle.fg: oklch(var(--uik-component-tree-view-toggle-fg));
|
|
206
|
+
--color-uik-danger.1: oklch(var(--uik-color-danger-1));
|
|
207
|
+
--color-uik-danger.10: oklch(var(--uik-color-danger-10));
|
|
208
|
+
--color-uik-danger.11: oklch(var(--uik-color-danger-11));
|
|
209
|
+
--color-uik-danger.12: oklch(var(--uik-color-danger-12));
|
|
210
|
+
--color-uik-danger.2: oklch(var(--uik-color-danger-2));
|
|
211
|
+
--color-uik-danger.3: oklch(var(--uik-color-danger-3));
|
|
212
|
+
--color-uik-danger.4: oklch(var(--uik-color-danger-4));
|
|
213
|
+
--color-uik-danger.5: oklch(var(--uik-color-danger-5));
|
|
214
|
+
--color-uik-danger.6: oklch(var(--uik-color-danger-6));
|
|
215
|
+
--color-uik-danger.7: oklch(var(--uik-color-danger-7));
|
|
216
|
+
--color-uik-danger.8: oklch(var(--uik-color-danger-8));
|
|
217
|
+
--color-uik-danger.9: oklch(var(--uik-color-danger-9));
|
|
218
|
+
--color-uik-dataviz.cat.1: oklch(var(--uik-color-dataviz-cat-1));
|
|
219
|
+
--color-uik-dataviz.cat.10: oklch(var(--uik-color-dataviz-cat-10));
|
|
220
|
+
--color-uik-dataviz.cat.11: oklch(var(--uik-color-dataviz-cat-11));
|
|
221
|
+
--color-uik-dataviz.cat.12: oklch(var(--uik-color-dataviz-cat-12));
|
|
222
|
+
--color-uik-dataviz.cat.2: oklch(var(--uik-color-dataviz-cat-2));
|
|
223
|
+
--color-uik-dataviz.cat.3: oklch(var(--uik-color-dataviz-cat-3));
|
|
224
|
+
--color-uik-dataviz.cat.4: oklch(var(--uik-color-dataviz-cat-4));
|
|
225
|
+
--color-uik-dataviz.cat.5: oklch(var(--uik-color-dataviz-cat-5));
|
|
226
|
+
--color-uik-dataviz.cat.6: oklch(var(--uik-color-dataviz-cat-6));
|
|
227
|
+
--color-uik-dataviz.cat.7: oklch(var(--uik-color-dataviz-cat-7));
|
|
228
|
+
--color-uik-dataviz.cat.8: oklch(var(--uik-color-dataviz-cat-8));
|
|
229
|
+
--color-uik-dataviz.cat.9: oklch(var(--uik-color-dataviz-cat-9));
|
|
230
|
+
--color-uik-dataviz.div.1: oklch(var(--uik-color-dataviz-div-1));
|
|
231
|
+
--color-uik-dataviz.div.10: oklch(var(--uik-color-dataviz-div-10));
|
|
232
|
+
--color-uik-dataviz.div.11: oklch(var(--uik-color-dataviz-div-11));
|
|
233
|
+
--color-uik-dataviz.div.2: oklch(var(--uik-color-dataviz-div-2));
|
|
234
|
+
--color-uik-dataviz.div.3: oklch(var(--uik-color-dataviz-div-3));
|
|
235
|
+
--color-uik-dataviz.div.4: oklch(var(--uik-color-dataviz-div-4));
|
|
236
|
+
--color-uik-dataviz.div.5: oklch(var(--uik-color-dataviz-div-5));
|
|
237
|
+
--color-uik-dataviz.div.6: oklch(var(--uik-color-dataviz-div-6));
|
|
238
|
+
--color-uik-dataviz.div.7: oklch(var(--uik-color-dataviz-div-7));
|
|
239
|
+
--color-uik-dataviz.div.8: oklch(var(--uik-color-dataviz-div-8));
|
|
240
|
+
--color-uik-dataviz.div.9: oklch(var(--uik-color-dataviz-div-9));
|
|
241
|
+
--color-uik-dataviz.seq.1: oklch(var(--uik-color-dataviz-seq-1));
|
|
242
|
+
--color-uik-dataviz.seq.2: oklch(var(--uik-color-dataviz-seq-2));
|
|
243
|
+
--color-uik-dataviz.seq.3: oklch(var(--uik-color-dataviz-seq-3));
|
|
244
|
+
--color-uik-dataviz.seq.4: oklch(var(--uik-color-dataviz-seq-4));
|
|
245
|
+
--color-uik-dataviz.seq.5: oklch(var(--uik-color-dataviz-seq-5));
|
|
246
|
+
--color-uik-dataviz.seq.6: oklch(var(--uik-color-dataviz-seq-6));
|
|
247
|
+
--color-uik-dataviz.seq.7: oklch(var(--uik-color-dataviz-seq-7));
|
|
248
|
+
--color-uik-dataviz.seq.8: oklch(var(--uik-color-dataviz-seq-8));
|
|
249
|
+
--color-uik-dataviz.seq.9: oklch(var(--uik-color-dataviz-seq-9));
|
|
250
|
+
--color-uik-field.bg: oklch(var(--uik-field-bg));
|
|
251
|
+
--color-uik-field.border.default: oklch(var(--uik-field-border-default));
|
|
252
|
+
--color-uik-field.border.focus: oklch(var(--uik-field-border-focus));
|
|
253
|
+
--color-uik-field.border.hover: oklch(var(--uik-field-border-hover));
|
|
254
|
+
--color-uik-field.fg: oklch(var(--uik-field-fg));
|
|
255
|
+
--color-uik-field.placeholder: oklch(var(--uik-field-placeholder));
|
|
256
|
+
--color-uik-focus.ring.default: oklch(var(--uik-focus-ring-default));
|
|
257
|
+
--color-uik-focus.ring.offset.bg: oklch(var(--uik-focus-ring-offset-bg));
|
|
258
|
+
--color-uik-icon.danger: oklch(var(--uik-icon-danger));
|
|
259
|
+
--color-uik-icon.default: oklch(var(--uik-icon-default));
|
|
260
|
+
--color-uik-icon.info: oklch(var(--uik-icon-info));
|
|
261
|
+
--color-uik-icon.inverse: oklch(var(--uik-icon-inverse));
|
|
262
|
+
--color-uik-icon.muted: oklch(var(--uik-icon-muted));
|
|
263
|
+
--color-uik-icon.success: oklch(var(--uik-icon-success));
|
|
264
|
+
--color-uik-icon.warning: oklch(var(--uik-icon-warning));
|
|
265
|
+
--color-uik-info.1: oklch(var(--uik-color-info-1));
|
|
266
|
+
--color-uik-info.10: oklch(var(--uik-color-info-10));
|
|
267
|
+
--color-uik-info.11: oklch(var(--uik-color-info-11));
|
|
268
|
+
--color-uik-info.12: oklch(var(--uik-color-info-12));
|
|
269
|
+
--color-uik-info.2: oklch(var(--uik-color-info-2));
|
|
270
|
+
--color-uik-info.3: oklch(var(--uik-color-info-3));
|
|
271
|
+
--color-uik-info.4: oklch(var(--uik-color-info-4));
|
|
272
|
+
--color-uik-info.5: oklch(var(--uik-color-info-5));
|
|
273
|
+
--color-uik-info.6: oklch(var(--uik-color-info-6));
|
|
274
|
+
--color-uik-info.7: oklch(var(--uik-color-info-7));
|
|
275
|
+
--color-uik-info.8: oklch(var(--uik-color-info-8));
|
|
276
|
+
--color-uik-info.9: oklch(var(--uik-color-info-9));
|
|
277
|
+
--color-uik-intent.danger.bg.active: oklch(var(--uik-intent-danger-bg-active));
|
|
278
|
+
--color-uik-intent.danger.bg.default: oklch(var(--uik-intent-danger-bg-default));
|
|
279
|
+
--color-uik-intent.danger.bg.hover: oklch(var(--uik-intent-danger-bg-hover));
|
|
280
|
+
--color-uik-intent.danger.border.default: oklch(var(--uik-intent-danger-border-default));
|
|
281
|
+
--color-uik-intent.danger.border.hover: oklch(var(--uik-intent-danger-border-hover));
|
|
282
|
+
--color-uik-intent.danger.fg: oklch(var(--uik-intent-danger-fg));
|
|
283
|
+
--color-uik-intent.danger.ring: oklch(var(--uik-intent-danger-ring));
|
|
284
|
+
--color-uik-intent.info.bg.active: oklch(var(--uik-intent-info-bg-active));
|
|
285
|
+
--color-uik-intent.info.bg.default: oklch(var(--uik-intent-info-bg-default));
|
|
286
|
+
--color-uik-intent.info.bg.hover: oklch(var(--uik-intent-info-bg-hover));
|
|
287
|
+
--color-uik-intent.info.border.default: oklch(var(--uik-intent-info-border-default));
|
|
288
|
+
--color-uik-intent.info.border.hover: oklch(var(--uik-intent-info-border-hover));
|
|
289
|
+
--color-uik-intent.info.fg: oklch(var(--uik-intent-info-fg));
|
|
290
|
+
--color-uik-intent.info.ring: oklch(var(--uik-intent-info-ring));
|
|
291
|
+
--color-uik-intent.neutral.bg.active: oklch(var(--uik-intent-neutral-bg-active));
|
|
292
|
+
--color-uik-intent.neutral.bg.default: oklch(var(--uik-intent-neutral-bg-default));
|
|
293
|
+
--color-uik-intent.neutral.bg.hover: oklch(var(--uik-intent-neutral-bg-hover));
|
|
294
|
+
--color-uik-intent.neutral.border.default: oklch(var(--uik-intent-neutral-border-default));
|
|
295
|
+
--color-uik-intent.neutral.border.hover: oklch(var(--uik-intent-neutral-border-hover));
|
|
296
|
+
--color-uik-intent.neutral.fg: oklch(var(--uik-intent-neutral-fg));
|
|
297
|
+
--color-uik-intent.neutral.ring: oklch(var(--uik-intent-neutral-ring));
|
|
298
|
+
--color-uik-intent.primary.bg.active: oklch(var(--uik-intent-primary-bg-active));
|
|
299
|
+
--color-uik-intent.primary.bg.default: oklch(var(--uik-intent-primary-bg-default));
|
|
300
|
+
--color-uik-intent.primary.bg.hover: oklch(var(--uik-intent-primary-bg-hover));
|
|
301
|
+
--color-uik-intent.primary.border.default: oklch(var(--uik-intent-primary-border-default));
|
|
302
|
+
--color-uik-intent.primary.border.hover: oklch(var(--uik-intent-primary-border-hover));
|
|
303
|
+
--color-uik-intent.primary.fg: oklch(var(--uik-intent-primary-fg));
|
|
304
|
+
--color-uik-intent.primary.ring: oklch(var(--uik-intent-primary-ring));
|
|
305
|
+
--color-uik-intent.success.bg.active: oklch(var(--uik-intent-success-bg-active));
|
|
306
|
+
--color-uik-intent.success.bg.default: oklch(var(--uik-intent-success-bg-default));
|
|
307
|
+
--color-uik-intent.success.bg.hover: oklch(var(--uik-intent-success-bg-hover));
|
|
308
|
+
--color-uik-intent.success.border.default: oklch(var(--uik-intent-success-border-default));
|
|
309
|
+
--color-uik-intent.success.border.hover: oklch(var(--uik-intent-success-border-hover));
|
|
310
|
+
--color-uik-intent.success.fg: oklch(var(--uik-intent-success-fg));
|
|
311
|
+
--color-uik-intent.success.ring: oklch(var(--uik-intent-success-ring));
|
|
312
|
+
--color-uik-intent.warning.bg.active: oklch(var(--uik-intent-warning-bg-active));
|
|
313
|
+
--color-uik-intent.warning.bg.default: oklch(var(--uik-intent-warning-bg-default));
|
|
314
|
+
--color-uik-intent.warning.bg.hover: oklch(var(--uik-intent-warning-bg-hover));
|
|
315
|
+
--color-uik-intent.warning.border.default: oklch(var(--uik-intent-warning-border-default));
|
|
316
|
+
--color-uik-intent.warning.border.hover: oklch(var(--uik-intent-warning-border-hover));
|
|
317
|
+
--color-uik-intent.warning.fg: oklch(var(--uik-intent-warning-fg));
|
|
318
|
+
--color-uik-intent.warning.ring: oklch(var(--uik-intent-warning-ring));
|
|
319
|
+
--color-uik-neutral.1: oklch(var(--uik-color-neutral-1));
|
|
320
|
+
--color-uik-neutral.10: oklch(var(--uik-color-neutral-10));
|
|
321
|
+
--color-uik-neutral.11: oklch(var(--uik-color-neutral-11));
|
|
322
|
+
--color-uik-neutral.12: oklch(var(--uik-color-neutral-12));
|
|
323
|
+
--color-uik-neutral.2: oklch(var(--uik-color-neutral-2));
|
|
324
|
+
--color-uik-neutral.3: oklch(var(--uik-color-neutral-3));
|
|
325
|
+
--color-uik-neutral.4: oklch(var(--uik-color-neutral-4));
|
|
326
|
+
--color-uik-neutral.5: oklch(var(--uik-color-neutral-5));
|
|
327
|
+
--color-uik-neutral.6: oklch(var(--uik-color-neutral-6));
|
|
328
|
+
--color-uik-neutral.7: oklch(var(--uik-color-neutral-7));
|
|
329
|
+
--color-uik-neutral.8: oklch(var(--uik-color-neutral-8));
|
|
330
|
+
--color-uik-neutral.9: oklch(var(--uik-color-neutral-9));
|
|
331
|
+
--color-uik-scrim.color: oklch(var(--uik-scrim-color)/var(--uik-scrim-opacity));
|
|
332
|
+
--color-uik-scrollbar.thumb.default: oklch(var(--uik-scrollbar-thumb-default));
|
|
333
|
+
--color-uik-scrollbar.thumb.hover: oklch(var(--uik-scrollbar-thumb-hover));
|
|
334
|
+
--color-uik-scrollbar.track: oklch(var(--uik-scrollbar-track));
|
|
335
|
+
--color-uik-selection.bg: oklch(var(--uik-selection-bg));
|
|
336
|
+
--color-uik-selection.fg: oklch(var(--uik-selection-fg));
|
|
337
|
+
--color-uik-separator.color: oklch(var(--uik-separator-color));
|
|
338
|
+
--color-uik-success.1: oklch(var(--uik-color-success-1));
|
|
339
|
+
--color-uik-success.10: oklch(var(--uik-color-success-10));
|
|
340
|
+
--color-uik-success.11: oklch(var(--uik-color-success-11));
|
|
341
|
+
--color-uik-success.12: oklch(var(--uik-color-success-12));
|
|
342
|
+
--color-uik-success.2: oklch(var(--uik-color-success-2));
|
|
343
|
+
--color-uik-success.3: oklch(var(--uik-color-success-3));
|
|
344
|
+
--color-uik-success.4: oklch(var(--uik-color-success-4));
|
|
345
|
+
--color-uik-success.5: oklch(var(--uik-color-success-5));
|
|
346
|
+
--color-uik-success.6: oklch(var(--uik-color-success-6));
|
|
347
|
+
--color-uik-success.7: oklch(var(--uik-color-success-7));
|
|
348
|
+
--color-uik-success.8: oklch(var(--uik-color-success-8));
|
|
349
|
+
--color-uik-success.9: oklch(var(--uik-color-success-9));
|
|
350
|
+
--color-uik-surface.bg: oklch(var(--uik-surface-bg));
|
|
351
|
+
--color-uik-surface.card: oklch(var(--uik-surface-card));
|
|
352
|
+
--color-uik-surface.elevated.1: oklch(var(--uik-surface-elevated-1));
|
|
353
|
+
--color-uik-surface.elevated.2: oklch(var(--uik-surface-elevated-2));
|
|
354
|
+
--color-uik-surface.muted: oklch(var(--uik-surface-muted));
|
|
355
|
+
--color-uik-surface.popover: oklch(var(--uik-surface-popover));
|
|
356
|
+
--color-uik-text.danger: oklch(var(--uik-text-danger));
|
|
357
|
+
--color-uik-text.default: oklch(var(--uik-text-default));
|
|
358
|
+
--color-uik-text.disabled: oklch(var(--uik-text-disabled));
|
|
359
|
+
--color-uik-text.info: oklch(var(--uik-text-info));
|
|
360
|
+
--color-uik-text.inverse: oklch(var(--uik-text-inverse));
|
|
361
|
+
--color-uik-text.link.default: oklch(var(--uik-text-link-default));
|
|
362
|
+
--color-uik-text.link.hover: oklch(var(--uik-text-link-hover));
|
|
363
|
+
--color-uik-text.muted: oklch(var(--uik-text-muted));
|
|
364
|
+
--color-uik-text.secondary: oklch(var(--uik-text-secondary));
|
|
365
|
+
--color-uik-text.strong: oklch(var(--uik-text-strong));
|
|
366
|
+
--color-uik-text.success: oklch(var(--uik-text-success));
|
|
367
|
+
--color-uik-text.warning: oklch(var(--uik-text-warning));
|
|
368
|
+
--color-uik-warning.1: oklch(var(--uik-color-warning-1));
|
|
369
|
+
--color-uik-warning.10: oklch(var(--uik-color-warning-10));
|
|
370
|
+
--color-uik-warning.11: oklch(var(--uik-color-warning-11));
|
|
371
|
+
--color-uik-warning.12: oklch(var(--uik-color-warning-12));
|
|
372
|
+
--color-uik-warning.2: oklch(var(--uik-color-warning-2));
|
|
373
|
+
--color-uik-warning.3: oklch(var(--uik-color-warning-3));
|
|
374
|
+
--color-uik-warning.4: oklch(var(--uik-color-warning-4));
|
|
375
|
+
--color-uik-warning.5: oklch(var(--uik-color-warning-5));
|
|
376
|
+
--color-uik-warning.6: oklch(var(--uik-color-warning-6));
|
|
377
|
+
--color-uik-warning.7: oklch(var(--uik-color-warning-7));
|
|
378
|
+
--color-uik-warning.8: oklch(var(--uik-color-warning-8));
|
|
379
|
+
--color-uik-warning.9: oklch(var(--uik-color-warning-9));
|
|
380
|
+
--delay-uik-0: var(--uik-motion-delay-0);
|
|
381
|
+
--delay-uik-1: var(--uik-motion-delay-1);
|
|
382
|
+
--delay-uik-2: var(--uik-motion-delay-2);
|
|
383
|
+
--duration-uik-1: var(--uik-motion-duration-1);
|
|
384
|
+
--duration-uik-2: var(--uik-motion-duration-2);
|
|
385
|
+
--duration-uik-3: var(--uik-motion-duration-3);
|
|
386
|
+
--duration-uik-4: var(--uik-motion-duration-4);
|
|
387
|
+
--duration-uik-5: var(--uik-motion-duration-5);
|
|
388
|
+
--duration-uik-6: var(--uik-motion-duration-6);
|
|
389
|
+
--duration-uik-component.button.base.transition-duration: var(--uik-component-button-base-transition-duration);
|
|
390
|
+
--ease-uik-component.button.base.transition-ease: var(--uik-component-button-base-transition-ease);
|
|
391
|
+
--ease-uik-emphasized: var(--uik-motion-ease-emphasized);
|
|
392
|
+
--ease-uik-entrance: var(--uik-motion-ease-entrance);
|
|
393
|
+
--ease-uik-exit: var(--uik-motion-ease-exit);
|
|
394
|
+
--ease-uik-linear: var(--uik-motion-ease-linear);
|
|
395
|
+
--ease-uik-standard: var(--uik-motion-ease-standard);
|
|
396
|
+
--font-uik-component.button.base.font-family: var(--uik-component-button-base-font-family);
|
|
397
|
+
--font-uik-mono: var(--uik-typography-font-family-mono);
|
|
398
|
+
--font-uik-sans: var(--uik-typography-font-family-sans);
|
|
399
|
+
--font-weight-uik-bold: var(--uik-typography-font-weight-bold);
|
|
400
|
+
--font-weight-uik-component.badge.base.font-weight: var(--uik-component-badge-base-font-weight);
|
|
401
|
+
--font-weight-uik-component.button.base.font-weight: var(--uik-component-button-base-font-weight);
|
|
402
|
+
--font-weight-uik-component.input.base.font-weight: var(--uik-component-input-base-font-weight);
|
|
403
|
+
--font-weight-uik-medium: var(--uik-typography-font-weight-medium);
|
|
404
|
+
--font-weight-uik-regular: var(--uik-typography-font-weight-regular);
|
|
405
|
+
--font-weight-uik-semibold: var(--uik-typography-font-weight-semibold);
|
|
406
|
+
--leading-uik-1: var(--uik-typography-line-height-1);
|
|
407
|
+
--leading-uik-10: var(--uik-typography-line-height-10);
|
|
408
|
+
--leading-uik-2: var(--uik-typography-line-height-2);
|
|
409
|
+
--leading-uik-3: var(--uik-typography-line-height-3);
|
|
410
|
+
--leading-uik-4: var(--uik-typography-line-height-4);
|
|
411
|
+
--leading-uik-5: var(--uik-typography-line-height-5);
|
|
412
|
+
--leading-uik-6: var(--uik-typography-line-height-6);
|
|
413
|
+
--leading-uik-7: var(--uik-typography-line-height-7);
|
|
414
|
+
--leading-uik-8: var(--uik-typography-line-height-8);
|
|
415
|
+
--leading-uik-9: var(--uik-typography-line-height-9);
|
|
416
|
+
--leading-uik-component.badge.base.line-height: var(--uik-component-badge-base-line-height);
|
|
417
|
+
--leading-uik-component.button.base.line-height: var(--uik-component-button-base-line-height);
|
|
418
|
+
--leading-uik-component.heading.line-height.1: var(--uik-component-heading-line-height-1);
|
|
419
|
+
--leading-uik-component.heading.line-height.2: var(--uik-component-heading-line-height-2);
|
|
420
|
+
--leading-uik-component.heading.line-height.3: var(--uik-component-heading-line-height-3);
|
|
421
|
+
--leading-uik-component.heading.line-height.4: var(--uik-component-heading-line-height-4);
|
|
422
|
+
--leading-uik-component.heading.line-height.5: var(--uik-component-heading-line-height-5);
|
|
423
|
+
--leading-uik-component.heading.line-height.6: var(--uik-component-heading-line-height-6);
|
|
424
|
+
--leading-uik-component.input.base.line-height: var(--uik-component-input-base-line-height);
|
|
425
|
+
--leading-uik-component.select.base.line-height: var(--uik-component-select-base-line-height);
|
|
426
|
+
--leading-uik-component.text.line-height.lg: var(--uik-component-text-line-height-lg);
|
|
427
|
+
--leading-uik-component.text.line-height.md: var(--uik-component-text-line-height-md);
|
|
428
|
+
--leading-uik-component.text.line-height.sm: var(--uik-component-text-line-height-sm);
|
|
429
|
+
--leading-uik-component.text.line-height.xl: var(--uik-component-text-line-height-xl);
|
|
430
|
+
--leading-uik-component.textarea.base.line-height: var(--uik-component-textarea-base-line-height);
|
|
431
|
+
--opacity-uik-0: var(--uik-opacity-0);
|
|
432
|
+
--opacity-uik-10: var(--uik-opacity-10);
|
|
433
|
+
--opacity-uik-100: var(--uik-opacity-100);
|
|
434
|
+
--opacity-uik-20: var(--uik-opacity-20);
|
|
435
|
+
--opacity-uik-30: var(--uik-opacity-30);
|
|
436
|
+
--opacity-uik-40: var(--uik-opacity-40);
|
|
437
|
+
--opacity-uik-50: var(--uik-opacity-50);
|
|
438
|
+
--opacity-uik-60: var(--uik-opacity-60);
|
|
439
|
+
--opacity-uik-70: var(--uik-opacity-70);
|
|
440
|
+
--opacity-uik-80: var(--uik-opacity-80);
|
|
441
|
+
--opacity-uik-90: var(--uik-opacity-90);
|
|
442
|
+
--opacity-uik-component.box.border.opacity: var(--uik-component-box-border-opacity);
|
|
443
|
+
--opacity-uik-field.disabled.opacity: var(--uik-field-disabled-opacity);
|
|
444
|
+
--opacity-uik-focus.ring.opacity: var(--uik-focus-ring-opacity);
|
|
445
|
+
--opacity-uik-scrim.opacity: var(--uik-scrim-opacity);
|
|
446
|
+
--opacity-uik-state.active.opacity: var(--uik-state-active-opacity);
|
|
447
|
+
--opacity-uik-state.disabled.opacity: var(--uik-state-disabled-opacity);
|
|
448
|
+
--opacity-uik-state.hover.opacity: var(--uik-state-hover-opacity);
|
|
449
|
+
--opacity-uik-state.selected.opacity: var(--uik-state-selected-opacity);
|
|
450
|
+
--outline-width-uik-1: var(--uik-outline-width-1);
|
|
451
|
+
--outline-width-uik-2: var(--uik-outline-width-2);
|
|
452
|
+
--outline-width-uik-component.button.base.focus-ring-width: var(--uik-component-button-base-focus-ring-width);
|
|
453
|
+
--outline-width-uik-component.input.base.focus-ring-width: var(--uik-component-input-base-focus-ring-width);
|
|
454
|
+
--outline-width-uik-focus.ring.width: var(--uik-focus-ring-width);
|
|
455
|
+
--radius-uik-0: var(--uik-radius-0);
|
|
456
|
+
--radius-uik-1: var(--uik-radius-1);
|
|
457
|
+
--radius-uik-2: var(--uik-radius-2);
|
|
458
|
+
--radius-uik-3: var(--uik-radius-3);
|
|
459
|
+
--radius-uik-4: var(--uik-radius-4);
|
|
460
|
+
--radius-uik-5: var(--uik-radius-5);
|
|
461
|
+
--radius-uik-component.badge.base.radius: var(--uik-component-badge-base-radius);
|
|
462
|
+
--radius-uik-component.box.radius: var(--uik-component-box-radius);
|
|
463
|
+
--radius-uik-component.button.lg.radius: var(--uik-component-button-lg-radius);
|
|
464
|
+
--radius-uik-component.button.md.radius: var(--uik-component-button-md-radius);
|
|
465
|
+
--radius-uik-component.button.sm.radius: var(--uik-component-button-sm-radius);
|
|
466
|
+
--radius-uik-component.input.base.radius: var(--uik-component-input-base-radius);
|
|
467
|
+
--radius-uik-component.nav.item.radius: var(--uik-component-nav-item-radius);
|
|
468
|
+
--radius-uik-component.progress.radius: var(--uik-component-progress-radius);
|
|
469
|
+
--radius-uik-component.select.base.radius: var(--uik-component-select-base-radius);
|
|
470
|
+
--radius-uik-component.surface.radius: var(--uik-component-surface-radius);
|
|
471
|
+
--radius-uik-component.textarea.base.radius: var(--uik-component-textarea-base-radius);
|
|
472
|
+
--radius-uik-component.tree-view.item.radius: var(--uik-component-tree-view-item-radius);
|
|
473
|
+
--radius-uik-full: var(--uik-radius-full);
|
|
474
|
+
--radius-uik-separator.radius: var(--uik-separator-radius);
|
|
475
|
+
--shadow-uik-0: var(--uik-shadow-0);
|
|
476
|
+
--shadow-uik-1: var(--uik-shadow-1);
|
|
477
|
+
--shadow-uik-2: var(--uik-shadow-2);
|
|
478
|
+
--shadow-uik-3: var(--uik-shadow-3);
|
|
479
|
+
--shadow-uik-4: var(--uik-shadow-4);
|
|
480
|
+
--shadow-uik-component.badge.danger.shadow: var(--uik-component-badge-danger-shadow);
|
|
481
|
+
--shadow-uik-component.badge.default.shadow: var(--uik-component-badge-default-shadow);
|
|
482
|
+
--shadow-uik-component.badge.outline.shadow: var(--uik-component-badge-outline-shadow);
|
|
483
|
+
--shadow-uik-component.badge.secondary.shadow: var(--uik-component-badge-secondary-shadow);
|
|
484
|
+
--shadow-uik-component.button.danger.shadow: var(--uik-component-button-danger-shadow);
|
|
485
|
+
--shadow-uik-component.button.ghost.shadow: var(--uik-component-button-ghost-shadow);
|
|
486
|
+
--shadow-uik-component.button.link.shadow: var(--uik-component-button-link-shadow);
|
|
487
|
+
--shadow-uik-component.button.outline.shadow: var(--uik-component-button-outline-shadow);
|
|
488
|
+
--shadow-uik-component.button.secondary.shadow: var(--uik-component-button-secondary-shadow);
|
|
489
|
+
--shadow-uik-component.button.solid.shadow: var(--uik-component-button-solid-shadow);
|
|
490
|
+
--shadow-uik-component.input.base.shadow: var(--uik-component-input-base-shadow);
|
|
491
|
+
--shadow-uik-component.select.base.shadow: var(--uik-component-select-base-shadow);
|
|
492
|
+
--shadow-uik-component.surface.shadow.card: var(--uik-component-surface-shadow-card);
|
|
493
|
+
--shadow-uik-component.surface.shadow.default: var(--uik-component-surface-shadow-default);
|
|
494
|
+
--shadow-uik-component.surface.shadow.elevated: var(--uik-component-surface-shadow-elevated);
|
|
495
|
+
--shadow-uik-component.surface.shadow.popover: var(--uik-component-surface-shadow-popover);
|
|
496
|
+
--shadow-uik-component.switch.thumb.shadow: var(--uik-component-switch-thumb-shadow);
|
|
497
|
+
--shadow-uik-component.textarea.base.shadow: var(--uik-component-textarea-base-shadow);
|
|
498
|
+
--shadow-uik-elevation.card.shadow: var(--uik-elevation-card-shadow);
|
|
499
|
+
--shadow-uik-elevation.modal.shadow: var(--uik-elevation-modal-shadow);
|
|
500
|
+
--shadow-uik-elevation.popover.shadow: var(--uik-elevation-popover-shadow);
|
|
501
|
+
--shadow-uik-inset.1: var(--uik-shadow-inset-1);
|
|
502
|
+
--spacing-uik-0: var(--uik-space-0);
|
|
503
|
+
--spacing-uik-1: var(--uik-space-1);
|
|
504
|
+
--spacing-uik-10: var(--uik-space-10);
|
|
505
|
+
--spacing-uik-11: var(--uik-space-11);
|
|
506
|
+
--spacing-uik-12: var(--uik-space-12);
|
|
507
|
+
--spacing-uik-2: var(--uik-space-2);
|
|
508
|
+
--spacing-uik-3: var(--uik-space-3);
|
|
509
|
+
--spacing-uik-4: var(--uik-space-4);
|
|
510
|
+
--spacing-uik-5: var(--uik-space-5);
|
|
511
|
+
--spacing-uik-6: var(--uik-space-6);
|
|
512
|
+
--spacing-uik-7: var(--uik-space-7);
|
|
513
|
+
--spacing-uik-8: var(--uik-space-8);
|
|
514
|
+
--spacing-uik-9: var(--uik-space-9);
|
|
515
|
+
--spacing-uik-component.badge.base.padding-x: var(--uik-component-badge-base-padding-x);
|
|
516
|
+
--spacing-uik-component.badge.base.padding-y: var(--uik-component-badge-base-padding-y);
|
|
517
|
+
--spacing-uik-component.box.border.width: var(--uik-component-box-border-width);
|
|
518
|
+
--spacing-uik-component.box.padding.0: var(--uik-component-box-padding-0);
|
|
519
|
+
--spacing-uik-component.box.padding.1: var(--uik-component-box-padding-1);
|
|
520
|
+
--spacing-uik-component.box.padding.2: var(--uik-component-box-padding-2);
|
|
521
|
+
--spacing-uik-component.box.padding.3: var(--uik-component-box-padding-3);
|
|
522
|
+
--spacing-uik-component.box.padding.4: var(--uik-component-box-padding-4);
|
|
523
|
+
--spacing-uik-component.box.padding.5: var(--uik-component-box-padding-5);
|
|
524
|
+
--spacing-uik-component.box.padding.6: var(--uik-component-box-padding-6);
|
|
525
|
+
--spacing-uik-component.button.base.focus-ring-offset: var(--uik-component-button-base-focus-ring-offset);
|
|
526
|
+
--spacing-uik-component.button.base.gap: var(--uik-component-button-base-gap);
|
|
527
|
+
--spacing-uik-component.button.lg.height: var(--uik-component-button-lg-height);
|
|
528
|
+
--spacing-uik-component.button.lg.icon-size: var(--uik-component-button-lg-icon-size);
|
|
529
|
+
--spacing-uik-component.button.lg.padding-x: var(--uik-component-button-lg-padding-x);
|
|
530
|
+
--spacing-uik-component.button.lg.padding-y: var(--uik-component-button-lg-padding-y);
|
|
531
|
+
--spacing-uik-component.button.link.underline.offset: var(--uik-component-button-link-underline-offset);
|
|
532
|
+
--spacing-uik-component.button.md.height: var(--uik-component-button-md-height);
|
|
533
|
+
--spacing-uik-component.button.md.icon-size: var(--uik-component-button-md-icon-size);
|
|
534
|
+
--spacing-uik-component.button.md.padding-x: var(--uik-component-button-md-padding-x);
|
|
535
|
+
--spacing-uik-component.button.md.padding-y: var(--uik-component-button-md-padding-y);
|
|
536
|
+
--spacing-uik-component.button.sm.height: var(--uik-component-button-sm-height);
|
|
537
|
+
--spacing-uik-component.button.sm.icon-size: var(--uik-component-button-sm-icon-size);
|
|
538
|
+
--spacing-uik-component.button.sm.padding-x: var(--uik-component-button-sm-padding-x);
|
|
539
|
+
--spacing-uik-component.button.sm.padding-y: var(--uik-component-button-sm-padding-y);
|
|
540
|
+
--spacing-uik-component.checkbox.size: var(--uik-component-checkbox-size);
|
|
541
|
+
--spacing-uik-component.heading.size.1: var(--uik-component-heading-size-1);
|
|
542
|
+
--spacing-uik-component.heading.size.2: var(--uik-component-heading-size-2);
|
|
543
|
+
--spacing-uik-component.heading.size.3: var(--uik-component-heading-size-3);
|
|
544
|
+
--spacing-uik-component.heading.size.4: var(--uik-component-heading-size-4);
|
|
545
|
+
--spacing-uik-component.heading.size.5: var(--uik-component-heading-size-5);
|
|
546
|
+
--spacing-uik-component.heading.size.6: var(--uik-component-heading-size-6);
|
|
547
|
+
--spacing-uik-component.icon.size.lg: var(--uik-component-icon-size-lg);
|
|
548
|
+
--spacing-uik-component.icon.size.md: var(--uik-component-icon-size-md);
|
|
549
|
+
--spacing-uik-component.icon.size.sm: var(--uik-component-icon-size-sm);
|
|
550
|
+
--spacing-uik-component.icon.size.xs: var(--uik-component-icon-size-xs);
|
|
551
|
+
--spacing-uik-component.input.base.focus-ring-offset: var(--uik-component-input-base-focus-ring-offset);
|
|
552
|
+
--spacing-uik-component.input.base.height: var(--uik-component-input-base-height);
|
|
553
|
+
--spacing-uik-component.input.base.padding-x: var(--uik-component-input-base-padding-x);
|
|
554
|
+
--spacing-uik-component.input.base.padding-y: var(--uik-component-input-base-padding-y);
|
|
555
|
+
--spacing-uik-component.link.underline.offset: var(--uik-component-link-underline-offset);
|
|
556
|
+
--spacing-uik-component.nav.indent: var(--uik-component-nav-indent);
|
|
557
|
+
--spacing-uik-component.nav.item.gap: var(--uik-component-nav-item-gap);
|
|
558
|
+
--spacing-uik-component.nav.item.height: var(--uik-component-nav-item-height);
|
|
559
|
+
--spacing-uik-component.nav.item.padding-x: var(--uik-component-nav-item-padding-x);
|
|
560
|
+
--spacing-uik-component.nav.item.padding-y: var(--uik-component-nav-item-padding-y);
|
|
561
|
+
--spacing-uik-component.progress.height: var(--uik-component-progress-height);
|
|
562
|
+
--spacing-uik-component.progress.min-width: var(--uik-component-progress-min-width);
|
|
563
|
+
--spacing-uik-component.radio-group.gap: var(--uik-component-radio-group-gap);
|
|
564
|
+
--spacing-uik-component.radio.size: var(--uik-component-radio-size);
|
|
565
|
+
--spacing-uik-component.select.base.padding-x: var(--uik-component-select-base-padding-x);
|
|
566
|
+
--spacing-uik-component.select.base.padding-y: var(--uik-component-select-base-padding-y);
|
|
567
|
+
--spacing-uik-component.shell.activity-bar.width: var(--uik-component-shell-activity-bar-width);
|
|
568
|
+
--spacing-uik-component.shell.secondary-sidebar.width: var(--uik-component-shell-secondary-sidebar-width);
|
|
569
|
+
--spacing-uik-component.shell.sidebar.width: var(--uik-component-shell-sidebar-width);
|
|
570
|
+
--spacing-uik-component.shell.status-bar.height: var(--uik-component-shell-status-bar-height);
|
|
571
|
+
--spacing-uik-component.spinner.size.lg: var(--uik-component-spinner-size-lg);
|
|
572
|
+
--spacing-uik-component.spinner.size.md: var(--uik-component-spinner-size-md);
|
|
573
|
+
--spacing-uik-component.spinner.size.sm: var(--uik-component-spinner-size-sm);
|
|
574
|
+
--spacing-uik-component.stack.gap.1: var(--uik-component-stack-gap-1);
|
|
575
|
+
--spacing-uik-component.stack.gap.2: var(--uik-component-stack-gap-2);
|
|
576
|
+
--spacing-uik-component.stack.gap.3: var(--uik-component-stack-gap-3);
|
|
577
|
+
--spacing-uik-component.stack.gap.4: var(--uik-component-stack-gap-4);
|
|
578
|
+
--spacing-uik-component.stack.gap.5: var(--uik-component-stack-gap-5);
|
|
579
|
+
--spacing-uik-component.stack.gap.6: var(--uik-component-stack-gap-6);
|
|
580
|
+
--spacing-uik-component.surface.border.width.bordered: var(--uik-component-surface-border-width-bordered);
|
|
581
|
+
--spacing-uik-component.surface.border.width.default: var(--uik-component-surface-border-width-default);
|
|
582
|
+
--spacing-uik-component.switch.height: var(--uik-component-switch-height);
|
|
583
|
+
--spacing-uik-component.switch.padding: var(--uik-component-switch-padding);
|
|
584
|
+
--spacing-uik-component.switch.thumb.size: var(--uik-component-switch-thumb-size);
|
|
585
|
+
--spacing-uik-component.switch.width: var(--uik-component-switch-width);
|
|
586
|
+
--spacing-uik-component.text.size.lg: var(--uik-component-text-size-lg);
|
|
587
|
+
--spacing-uik-component.text.size.md: var(--uik-component-text-size-md);
|
|
588
|
+
--spacing-uik-component.text.size.sm: var(--uik-component-text-size-sm);
|
|
589
|
+
--spacing-uik-component.text.size.xl: var(--uik-component-text-size-xl);
|
|
590
|
+
--spacing-uik-component.textarea.base.min-height: var(--uik-component-textarea-base-min-height);
|
|
591
|
+
--spacing-uik-component.textarea.base.padding-x: var(--uik-component-textarea-base-padding-x);
|
|
592
|
+
--spacing-uik-component.textarea.base.padding-y: var(--uik-component-textarea-base-padding-y);
|
|
593
|
+
--spacing-uik-component.tree-view.indent: var(--uik-component-tree-view-indent);
|
|
594
|
+
--spacing-uik-component.tree-view.item.gap: var(--uik-component-tree-view-item-gap);
|
|
595
|
+
--spacing-uik-component.tree-view.item.height: var(--uik-component-tree-view-item-height);
|
|
596
|
+
--spacing-uik-component.tree-view.item.padding-x: var(--uik-component-tree-view-item-padding-x);
|
|
597
|
+
--spacing-uik-control.gap.1: var(--uik-layout-control-gap-1);
|
|
598
|
+
--spacing-uik-control.gap.2: var(--uik-layout-control-gap-2);
|
|
599
|
+
--spacing-uik-control.gap.3: var(--uik-layout-control-gap-3);
|
|
600
|
+
--spacing-uik-control.gap.4: var(--uik-layout-control-gap-4);
|
|
601
|
+
--spacing-uik-control.gap.5: var(--uik-layout-control-gap-5);
|
|
602
|
+
--spacing-uik-control.gap.6: var(--uik-layout-control-gap-6);
|
|
603
|
+
--spacing-uik-control.lg: var(--uik-size-control-lg);
|
|
604
|
+
--spacing-uik-control.md: var(--uik-size-control-md);
|
|
605
|
+
--spacing-uik-control.padding-x.1: var(--uik-layout-control-padding-x-1);
|
|
606
|
+
--spacing-uik-control.padding-x.2: var(--uik-layout-control-padding-x-2);
|
|
607
|
+
--spacing-uik-control.padding-x.3: var(--uik-layout-control-padding-x-3);
|
|
608
|
+
--spacing-uik-control.padding-x.4: var(--uik-layout-control-padding-x-4);
|
|
609
|
+
--spacing-uik-control.padding-x.5: var(--uik-layout-control-padding-x-5);
|
|
610
|
+
--spacing-uik-control.padding-x.6: var(--uik-layout-control-padding-x-6);
|
|
611
|
+
--spacing-uik-control.padding-y.1: var(--uik-layout-control-padding-y-1);
|
|
612
|
+
--spacing-uik-control.padding-y.2: var(--uik-layout-control-padding-y-2);
|
|
613
|
+
--spacing-uik-control.padding-y.3: var(--uik-layout-control-padding-y-3);
|
|
614
|
+
--spacing-uik-control.padding-y.4: var(--uik-layout-control-padding-y-4);
|
|
615
|
+
--spacing-uik-control.padding-y.5: var(--uik-layout-control-padding-y-5);
|
|
616
|
+
--spacing-uik-control.padding-y.6: var(--uik-layout-control-padding-y-6);
|
|
617
|
+
--spacing-uik-control.sm: var(--uik-size-control-sm);
|
|
618
|
+
--spacing-uik-control.xl: var(--uik-size-control-xl);
|
|
619
|
+
--spacing-uik-focus.ring.offset.default: var(--uik-focus-ring-offset-default);
|
|
620
|
+
--spacing-uik-gutter: var(--uik-layout-gutter);
|
|
621
|
+
--spacing-uik-hit-target.min: var(--uik-size-hit-target-min);
|
|
622
|
+
--spacing-uik-icon.lg: var(--uik-size-icon-lg);
|
|
623
|
+
--spacing-uik-icon.md: var(--uik-size-icon-md);
|
|
624
|
+
--spacing-uik-icon.sm: var(--uik-size-icon-sm);
|
|
625
|
+
--spacing-uik-icon.xs: var(--uik-size-icon-xs);
|
|
626
|
+
--spacing-uik-panel.width.lg: var(--uik-layout-panel-width-lg);
|
|
627
|
+
--spacing-uik-panel.width.md: var(--uik-layout-panel-width-md);
|
|
628
|
+
--spacing-uik-panel.width.sm: var(--uik-layout-panel-width-sm);
|
|
629
|
+
--text-uik-1: var(--uik-typography-font-size-1);
|
|
630
|
+
--text-uik-10: var(--uik-typography-font-size-10);
|
|
631
|
+
--text-uik-2: var(--uik-typography-font-size-2);
|
|
632
|
+
--text-uik-3: var(--uik-typography-font-size-3);
|
|
633
|
+
--text-uik-4: var(--uik-typography-font-size-4);
|
|
634
|
+
--text-uik-5: var(--uik-typography-font-size-5);
|
|
635
|
+
--text-uik-6: var(--uik-typography-font-size-6);
|
|
636
|
+
--text-uik-7: var(--uik-typography-font-size-7);
|
|
637
|
+
--text-uik-8: var(--uik-typography-font-size-8);
|
|
638
|
+
--text-uik-9: var(--uik-typography-font-size-9);
|
|
639
|
+
--text-uik-component.badge.base.font-size: var(--uik-component-badge-base-font-size);
|
|
640
|
+
--text-uik-component.button.base.font-size: var(--uik-component-button-base-font-size);
|
|
641
|
+
--text-uik-component.input.base.font-size: var(--uik-component-input-base-font-size);
|
|
642
|
+
--text-uik-component.select.base.font-size: var(--uik-component-select-base-font-size);
|
|
643
|
+
--text-uik-component.textarea.base.font-size: var(--uik-component-textarea-base-font-size);
|
|
644
|
+
--tracking-uik-normal: var(--uik-typography-letter-spacing-normal);
|
|
645
|
+
--tracking-uik-tight: var(--uik-typography-letter-spacing-tight);
|
|
646
|
+
--tracking-uik-wide: var(--uik-typography-letter-spacing-wide);
|
|
647
|
+
--transition-uik-colors: var(--uik-motion-transition-colors);
|
|
648
|
+
--transition-uik-shadow: var(--uik-motion-transition-shadow);
|
|
649
|
+
--transition-uik-transform: var(--uik-motion-transition-transform);
|
|
650
|
+
--z-uik-context.modal: var(--uik-z-context-modal);
|
|
651
|
+
--z-uik-context.overlay: var(--uik-z-context-overlay);
|
|
652
|
+
--z-uik-context.page: var(--uik-z-context-page);
|
|
653
|
+
--z-uik-context.toast: var(--uik-z-context-toast);
|
|
654
|
+
--z-uik-local.base: var(--uik-z-local-base);
|
|
655
|
+
--z-uik-local.dropdown: var(--uik-z-local-dropdown);
|
|
656
|
+
--z-uik-local.overlay: var(--uik-z-local-overlay);
|
|
657
|
+
--z-uik-local.sticky: var(--uik-z-local-sticky);
|
|
658
|
+
--z-uik-local.tooltip: var(--uik-z-local-tooltip);
|
|
659
|
+
}
|