@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,414 @@
|
|
|
1
|
+
@layer base {
|
|
2
|
+
:where(:root, [data-uik-theme]) {
|
|
3
|
+
--uik-border-danger: 0.68 0.140 25;
|
|
4
|
+
--uik-border-default: 0.90 0.009 260;
|
|
5
|
+
--uik-border-focus: 0.60 0.160 250;
|
|
6
|
+
--uik-border-info: 0.68 0.140 210;
|
|
7
|
+
--uik-border-muted: 0.94 0.007 260;
|
|
8
|
+
--uik-border-strong: 0.85 0.010 260;
|
|
9
|
+
--uik-border-success: 0.68 0.140 145;
|
|
10
|
+
--uik-border-warning: 0.74 0.140 85;
|
|
11
|
+
--uik-component-alert-danger-bg: 0.45 0.160 25;
|
|
12
|
+
--uik-component-alert-danger-border: 0.45 0.160 25;
|
|
13
|
+
--uik-component-alert-danger-fg: 0.99 0.005 260;
|
|
14
|
+
--uik-component-alert-info-bg: 0.45 0.160 210;
|
|
15
|
+
--uik-component-alert-info-border: 0.45 0.160 210;
|
|
16
|
+
--uik-component-alert-info-fg: 0.99 0.005 260;
|
|
17
|
+
--uik-component-alert-neutral-bg: 0.94 0.007 260;
|
|
18
|
+
--uik-component-alert-neutral-border: 0.90 0.009 260;
|
|
19
|
+
--uik-component-alert-neutral-fg: 0.20 0.014 260;
|
|
20
|
+
--uik-component-alert-success-bg: 0.45 0.160 145;
|
|
21
|
+
--uik-component-alert-success-border: 0.45 0.160 145;
|
|
22
|
+
--uik-component-alert-success-fg: 0.99 0.005 260;
|
|
23
|
+
--uik-component-alert-warning-bg: 0.50 0.140 85;
|
|
24
|
+
--uik-component-alert-warning-border: 0.50 0.140 85;
|
|
25
|
+
--uik-component-alert-warning-fg: 0.20 0.014 260;
|
|
26
|
+
--uik-component-badge-base-border-width: var(--uik-border-width-1);
|
|
27
|
+
--uik-component-badge-base-font-size: var(--uik-typography-font-size-1);
|
|
28
|
+
--uik-component-badge-base-font-weight: var(--uik-typography-font-weight-medium);
|
|
29
|
+
--uik-component-badge-base-line-height: var(--uik-typography-line-height-1);
|
|
30
|
+
--uik-component-badge-base-padding-x: var(--uik-space-2);
|
|
31
|
+
--uik-component-badge-base-padding-y: var(--uik-space-1);
|
|
32
|
+
--uik-component-badge-base-radius: var(--uik-radius-full);
|
|
33
|
+
--uik-component-badge-danger-bg: 0.45 0.160 25;
|
|
34
|
+
--uik-component-badge-danger-border: 0.45 0.160 25;
|
|
35
|
+
--uik-component-badge-danger-fg: 0.99 0.005 260;
|
|
36
|
+
--uik-component-badge-danger-shadow: var(--uik-shadow-0);
|
|
37
|
+
--uik-component-badge-default-bg: 0.94 0.007 260;
|
|
38
|
+
--uik-component-badge-default-border: 0.90 0.009 260;
|
|
39
|
+
--uik-component-badge-default-fg: 0.20 0.014 260;
|
|
40
|
+
--uik-component-badge-default-shadow: var(--uik-shadow-0);
|
|
41
|
+
--uik-component-badge-outline-bg: 0.99 0.005 260;
|
|
42
|
+
--uik-component-badge-outline-border: 0.90 0.009 260;
|
|
43
|
+
--uik-component-badge-outline-fg: 0.20 0.014 260;
|
|
44
|
+
--uik-component-badge-outline-shadow: var(--uik-shadow-0);
|
|
45
|
+
--uik-component-badge-secondary-bg: 0.97 0.006 260;
|
|
46
|
+
--uik-component-badge-secondary-border: 0.94 0.007 260;
|
|
47
|
+
--uik-component-badge-secondary-fg: 0.20 0.014 260;
|
|
48
|
+
--uik-component-badge-secondary-shadow: var(--uik-shadow-0);
|
|
49
|
+
--uik-component-box-bg: 0.99 0.005 260;
|
|
50
|
+
--uik-component-box-bg-opacity: var(--uik-opacity-0);
|
|
51
|
+
--uik-component-box-border-color: 0.90 0.009 260;
|
|
52
|
+
--uik-component-box-border-opacity: var(--uik-opacity-0);
|
|
53
|
+
--uik-component-box-border-width: var(--uik-border-width-0);
|
|
54
|
+
--uik-component-box-padding-0: var(--uik-space-0);
|
|
55
|
+
--uik-component-box-padding-1: var(--uik-space-1);
|
|
56
|
+
--uik-component-box-padding-2: var(--uik-space-2);
|
|
57
|
+
--uik-component-box-padding-3: var(--uik-space-3);
|
|
58
|
+
--uik-component-box-padding-4: var(--uik-space-4);
|
|
59
|
+
--uik-component-box-padding-5: var(--uik-space-5);
|
|
60
|
+
--uik-component-box-padding-6: var(--uik-space-6);
|
|
61
|
+
--uik-component-box-radius: var(--uik-radius-0);
|
|
62
|
+
--uik-component-button-base-border-width: var(--uik-border-width-1);
|
|
63
|
+
--uik-component-button-base-disabled-opacity: var(--uik-state-disabled-opacity);
|
|
64
|
+
--uik-component-button-base-focus-ring: 0.60 0.160 250;
|
|
65
|
+
--uik-component-button-base-focus-ring-offset: var(--uik-focus-ring-offset-default);
|
|
66
|
+
--uik-component-button-base-focus-ring-opacity: var(--uik-focus-ring-opacity);
|
|
67
|
+
--uik-component-button-base-focus-ring-width: var(--uik-focus-ring-width);
|
|
68
|
+
--uik-component-button-base-font-family: var(--uik-typography-font-family-sans);
|
|
69
|
+
--uik-component-button-base-font-size: var(--uik-typography-font-size-2);
|
|
70
|
+
--uik-component-button-base-font-weight: var(--uik-typography-font-weight-medium);
|
|
71
|
+
--uik-component-button-base-gap: var(--uik-layout-control-gap-2);
|
|
72
|
+
--uik-component-button-base-line-height: var(--uik-typography-line-height-2);
|
|
73
|
+
--uik-component-button-base-transition-duration: var(--uik-motion-duration-2);
|
|
74
|
+
--uik-component-button-base-transition-ease: var(--uik-motion-ease-standard);
|
|
75
|
+
--uik-component-button-danger-bg-active: 0.31 0.120 25;
|
|
76
|
+
--uik-component-button-danger-bg-default: 0.45 0.160 25;
|
|
77
|
+
--uik-component-button-danger-bg-hover: 0.38 0.140 25;
|
|
78
|
+
--uik-component-button-danger-border: 0.45 0.160 25;
|
|
79
|
+
--uik-component-button-danger-fg: 0.99 0.005 260;
|
|
80
|
+
--uik-component-button-danger-shadow: var(--uik-shadow-1);
|
|
81
|
+
--uik-component-button-ghost-bg-active: 0.94 0.007 260;
|
|
82
|
+
--uik-component-button-ghost-bg-default: 0.99 0.005 260;
|
|
83
|
+
--uik-component-button-ghost-bg-hover: 0.97 0.006 260;
|
|
84
|
+
--uik-component-button-ghost-border: 0.90 0.009 260;
|
|
85
|
+
--uik-component-button-ghost-fg: 0.20 0.014 260;
|
|
86
|
+
--uik-component-button-ghost-shadow: var(--uik-shadow-0);
|
|
87
|
+
--uik-component-button-lg-height: var(--uik-size-control-lg);
|
|
88
|
+
--uik-component-button-lg-icon-size: var(--uik-size-icon-lg);
|
|
89
|
+
--uik-component-button-lg-padding-x: var(--uik-layout-control-padding-x-4);
|
|
90
|
+
--uik-component-button-lg-padding-y: var(--uik-layout-control-padding-y-3);
|
|
91
|
+
--uik-component-button-lg-radius: var(--uik-radius-4);
|
|
92
|
+
--uik-component-button-link-bg-active: 0.99 0.005 260;
|
|
93
|
+
--uik-component-button-link-bg-default: 0.99 0.005 260;
|
|
94
|
+
--uik-component-button-link-bg-hover: 0.99 0.005 260;
|
|
95
|
+
--uik-component-button-link-border: 0.90 0.009 260;
|
|
96
|
+
--uik-component-button-link-decoration-hover: solid;
|
|
97
|
+
--uik-component-button-link-fg: 0.45 0.160 250;
|
|
98
|
+
--uik-component-button-link-shadow: var(--uik-shadow-0);
|
|
99
|
+
--uik-component-button-link-underline-offset: 0.2rem;
|
|
100
|
+
--uik-component-button-md-height: var(--uik-size-control-md);
|
|
101
|
+
--uik-component-button-md-icon-size: var(--uik-size-icon-md);
|
|
102
|
+
--uik-component-button-md-padding-x: var(--uik-layout-control-padding-x-3);
|
|
103
|
+
--uik-component-button-md-padding-y: var(--uik-layout-control-padding-y-2);
|
|
104
|
+
--uik-component-button-md-radius: var(--uik-radius-3);
|
|
105
|
+
--uik-component-button-outline-bg-active: 0.94 0.007 260;
|
|
106
|
+
--uik-component-button-outline-bg-default: 0.99 0.005 260;
|
|
107
|
+
--uik-component-button-outline-bg-hover: 0.97 0.006 260;
|
|
108
|
+
--uik-component-button-outline-border: 0.90 0.009 260;
|
|
109
|
+
--uik-component-button-outline-fg: 0.20 0.014 260;
|
|
110
|
+
--uik-component-button-outline-shadow: var(--uik-shadow-0);
|
|
111
|
+
--uik-component-button-secondary-bg-active: 0.85 0.010 260;
|
|
112
|
+
--uik-component-button-secondary-bg-default: 0.94 0.007 260;
|
|
113
|
+
--uik-component-button-secondary-bg-hover: 0.90 0.009 260;
|
|
114
|
+
--uik-component-button-secondary-border: 0.90 0.009 260;
|
|
115
|
+
--uik-component-button-secondary-fg: 0.20 0.014 260;
|
|
116
|
+
--uik-component-button-secondary-shadow: var(--uik-shadow-0);
|
|
117
|
+
--uik-component-button-sm-height: var(--uik-size-control-sm);
|
|
118
|
+
--uik-component-button-sm-icon-size: var(--uik-size-icon-sm);
|
|
119
|
+
--uik-component-button-sm-padding-x: var(--uik-layout-control-padding-x-2);
|
|
120
|
+
--uik-component-button-sm-padding-y: var(--uik-layout-control-padding-y-1);
|
|
121
|
+
--uik-component-button-sm-radius: var(--uik-radius-3);
|
|
122
|
+
--uik-component-button-solid-bg-active: 0.31 0.120 250;
|
|
123
|
+
--uik-component-button-solid-bg-default: 0.45 0.160 250;
|
|
124
|
+
--uik-component-button-solid-bg-hover: 0.38 0.140 250;
|
|
125
|
+
--uik-component-button-solid-border: 0.45 0.160 250;
|
|
126
|
+
--uik-component-button-solid-fg: 0.99 0.005 260;
|
|
127
|
+
--uik-component-button-solid-shadow: var(--uik-shadow-1);
|
|
128
|
+
--uik-component-checkbox-accent: 0.45 0.160 250;
|
|
129
|
+
--uik-component-checkbox-size: var(--uik-size-icon-md);
|
|
130
|
+
--uik-component-heading-color-danger: 0.45 0.160 25;
|
|
131
|
+
--uik-component-heading-color-default: 0.20 0.014 260;
|
|
132
|
+
--uik-component-heading-color-info: 0.45 0.160 210;
|
|
133
|
+
--uik-component-heading-color-muted: 0.48 0.016 260;
|
|
134
|
+
--uik-component-heading-color-strong: 0.20 0.014 260;
|
|
135
|
+
--uik-component-heading-color-success: 0.45 0.160 145;
|
|
136
|
+
--uik-component-heading-color-warning: 0.50 0.140 85;
|
|
137
|
+
--uik-component-heading-line-height-1: var(--uik-typography-line-height-8);
|
|
138
|
+
--uik-component-heading-line-height-2: var(--uik-typography-line-height-7);
|
|
139
|
+
--uik-component-heading-line-height-3: var(--uik-typography-line-height-6);
|
|
140
|
+
--uik-component-heading-line-height-4: var(--uik-typography-line-height-5);
|
|
141
|
+
--uik-component-heading-line-height-5: var(--uik-typography-line-height-4);
|
|
142
|
+
--uik-component-heading-line-height-6: var(--uik-typography-line-height-4);
|
|
143
|
+
--uik-component-heading-size-1: var(--uik-typography-font-size-8);
|
|
144
|
+
--uik-component-heading-size-2: var(--uik-typography-font-size-7);
|
|
145
|
+
--uik-component-heading-size-3: var(--uik-typography-font-size-6);
|
|
146
|
+
--uik-component-heading-size-4: var(--uik-typography-font-size-5);
|
|
147
|
+
--uik-component-heading-size-5: var(--uik-typography-font-size-4);
|
|
148
|
+
--uik-component-heading-size-6: var(--uik-typography-font-size-3);
|
|
149
|
+
--uik-component-heading-weight: var(--uik-typography-font-weight-semibold);
|
|
150
|
+
--uik-component-icon-color-danger: 0.45 0.160 25;
|
|
151
|
+
--uik-component-icon-color-default: 0.20 0.014 260;
|
|
152
|
+
--uik-component-icon-color-info: 0.45 0.160 210;
|
|
153
|
+
--uik-component-icon-color-inverse: 0.99 0.005 260;
|
|
154
|
+
--uik-component-icon-color-muted: 0.48 0.016 260;
|
|
155
|
+
--uik-component-icon-color-success: 0.45 0.160 145;
|
|
156
|
+
--uik-component-icon-color-warning: 0.50 0.140 85;
|
|
157
|
+
--uik-component-icon-size-lg: var(--uik-size-icon-lg);
|
|
158
|
+
--uik-component-icon-size-md: var(--uik-size-icon-md);
|
|
159
|
+
--uik-component-icon-size-sm: var(--uik-size-icon-sm);
|
|
160
|
+
--uik-component-icon-size-xs: var(--uik-size-icon-xs);
|
|
161
|
+
--uik-component-input-base-bg: 0.99 0.005 260;
|
|
162
|
+
--uik-component-input-base-border-default: 0.90 0.009 260;
|
|
163
|
+
--uik-component-input-base-border-focus: 0.60 0.160 250;
|
|
164
|
+
--uik-component-input-base-border-hover: 0.85 0.010 260;
|
|
165
|
+
--uik-component-input-base-border-width: var(--uik-border-width-1);
|
|
166
|
+
--uik-component-input-base-disabled-opacity: var(--uik-field-disabled-opacity);
|
|
167
|
+
--uik-component-input-base-fg: 0.20 0.014 260;
|
|
168
|
+
--uik-component-input-base-focus-ring: 0.60 0.160 250;
|
|
169
|
+
--uik-component-input-base-focus-ring-offset: var(--uik-focus-ring-offset-default);
|
|
170
|
+
--uik-component-input-base-focus-ring-opacity: var(--uik-focus-ring-opacity);
|
|
171
|
+
--uik-component-input-base-focus-ring-width: var(--uik-focus-ring-width);
|
|
172
|
+
--uik-component-input-base-font-size: var(--uik-typography-font-size-2);
|
|
173
|
+
--uik-component-input-base-font-weight: var(--uik-typography-font-weight-regular);
|
|
174
|
+
--uik-component-input-base-height: var(--uik-size-control-md);
|
|
175
|
+
--uik-component-input-base-line-height: var(--uik-typography-line-height-2);
|
|
176
|
+
--uik-component-input-base-padding-x: var(--uik-layout-control-padding-x-3);
|
|
177
|
+
--uik-component-input-base-padding-y: var(--uik-layout-control-padding-y-2);
|
|
178
|
+
--uik-component-input-base-placeholder: 0.48 0.016 260;
|
|
179
|
+
--uik-component-input-base-radius: var(--uik-radius-3);
|
|
180
|
+
--uik-component-input-base-selection-bg: 0.82 0.080 250;
|
|
181
|
+
--uik-component-input-base-selection-fg: 0.20 0.014 260;
|
|
182
|
+
--uik-component-input-base-shadow: var(--uik-shadow-0);
|
|
183
|
+
--uik-component-link-fg-default: 0.45 0.160 250;
|
|
184
|
+
--uik-component-link-fg-hover: 0.38 0.140 250;
|
|
185
|
+
--uik-component-link-underline-offset: var(--uik-space-1);
|
|
186
|
+
--uik-component-nav-indent: var(--uik-space-3);
|
|
187
|
+
--uik-component-nav-item-active-bg: 0.97 0.006 260;
|
|
188
|
+
--uik-component-nav-item-bg: 0.99 0.005 260;
|
|
189
|
+
--uik-component-nav-item-gap: var(--uik-layout-control-gap-2);
|
|
190
|
+
--uik-component-nav-item-height: var(--uik-size-control-sm);
|
|
191
|
+
--uik-component-nav-item-hover-bg: 0.97 0.006 260;
|
|
192
|
+
--uik-component-nav-item-padding-x: var(--uik-layout-control-padding-x-1);
|
|
193
|
+
--uik-component-nav-item-padding-y: var(--uik-layout-control-padding-y-1);
|
|
194
|
+
--uik-component-nav-item-radius: var(--uik-radius-2);
|
|
195
|
+
--uik-component-nav-text-active: 0.20 0.014 260;
|
|
196
|
+
--uik-component-nav-text-default: 0.20 0.014 260;
|
|
197
|
+
--uik-component-nav-text-hover: 0.20 0.014 260;
|
|
198
|
+
--uik-component-nav-toggle-fg: 0.48 0.016 260;
|
|
199
|
+
--uik-component-progress-bar-bg: 0.45 0.160 250;
|
|
200
|
+
--uik-component-progress-height: var(--uik-space-2);
|
|
201
|
+
--uik-component-progress-min-width: var(--uik-size-control-xl);
|
|
202
|
+
--uik-component-progress-radius: var(--uik-radius-full);
|
|
203
|
+
--uik-component-progress-track-bg: 0.97 0.006 260;
|
|
204
|
+
--uik-component-radio-accent: 0.45 0.160 250;
|
|
205
|
+
--uik-component-radio-group-gap: var(--uik-layout-control-gap-2);
|
|
206
|
+
--uik-component-radio-size: var(--uik-size-icon-md);
|
|
207
|
+
--uik-component-select-base-bg: 0.99 0.005 260;
|
|
208
|
+
--uik-component-select-base-border-default: 0.90 0.009 260;
|
|
209
|
+
--uik-component-select-base-border-focus: 0.60 0.160 250;
|
|
210
|
+
--uik-component-select-base-border-hover: 0.85 0.010 260;
|
|
211
|
+
--uik-component-select-base-fg: 0.20 0.014 260;
|
|
212
|
+
--uik-component-select-base-font-size: var(--uik-typography-font-size-3);
|
|
213
|
+
--uik-component-select-base-line-height: var(--uik-typography-line-height-4);
|
|
214
|
+
--uik-component-select-base-padding-x: var(--uik-layout-control-padding-x-3);
|
|
215
|
+
--uik-component-select-base-padding-y: var(--uik-layout-control-padding-y-2);
|
|
216
|
+
--uik-component-select-base-radius: var(--uik-radius-3);
|
|
217
|
+
--uik-component-select-base-shadow: var(--uik-shadow-0);
|
|
218
|
+
--uik-component-shell-activity-bar-bg: 0.97 0.006 260;
|
|
219
|
+
--uik-component-shell-activity-bar-fg: 0.48 0.016 260;
|
|
220
|
+
--uik-component-shell-activity-bar-width: 3.25rem;
|
|
221
|
+
--uik-component-shell-divider-color: 0.94 0.007 260;
|
|
222
|
+
--uik-component-shell-scrollbar-thumb: 0.78 0.012 260;
|
|
223
|
+
--uik-component-shell-scrollbar-track: 0.97 0.006 260;
|
|
224
|
+
--uik-component-shell-secondary-sidebar-bg: 0.99 0.005 260;
|
|
225
|
+
--uik-component-shell-secondary-sidebar-width: 18rem;
|
|
226
|
+
--uik-component-shell-sidebar-bg: 0.99 0.005 260;
|
|
227
|
+
--uik-component-shell-sidebar-fg: 0.20 0.014 260;
|
|
228
|
+
--uik-component-shell-sidebar-width: 16rem;
|
|
229
|
+
--uik-component-shell-status-bar-bg: 0.97 0.006 260;
|
|
230
|
+
--uik-component-shell-status-bar-fg: 0.48 0.016 260;
|
|
231
|
+
--uik-component-shell-status-bar-height: 2.25rem;
|
|
232
|
+
--uik-component-spinner-indicator-danger: 0.45 0.160 25;
|
|
233
|
+
--uik-component-spinner-indicator-default: 0.20 0.014 260;
|
|
234
|
+
--uik-component-spinner-indicator-info: 0.45 0.160 210;
|
|
235
|
+
--uik-component-spinner-indicator-muted: 0.48 0.016 260;
|
|
236
|
+
--uik-component-spinner-indicator-primary: 0.45 0.160 250;
|
|
237
|
+
--uik-component-spinner-indicator-success: 0.45 0.160 145;
|
|
238
|
+
--uik-component-spinner-indicator-warning: 0.50 0.140 85;
|
|
239
|
+
--uik-component-spinner-size-lg: var(--uik-size-icon-lg);
|
|
240
|
+
--uik-component-spinner-size-md: var(--uik-size-icon-md);
|
|
241
|
+
--uik-component-spinner-size-sm: var(--uik-size-icon-sm);
|
|
242
|
+
--uik-component-spinner-track: 0.94 0.007 260;
|
|
243
|
+
--uik-component-stack-gap-1: var(--uik-layout-control-gap-1);
|
|
244
|
+
--uik-component-stack-gap-2: var(--uik-layout-control-gap-2);
|
|
245
|
+
--uik-component-stack-gap-3: var(--uik-layout-control-gap-3);
|
|
246
|
+
--uik-component-stack-gap-4: var(--uik-layout-control-gap-4);
|
|
247
|
+
--uik-component-stack-gap-5: var(--uik-layout-control-gap-5);
|
|
248
|
+
--uik-component-stack-gap-6: var(--uik-layout-control-gap-6);
|
|
249
|
+
--uik-component-surface-bg-card: 0.99 0.005 260;
|
|
250
|
+
--uik-component-surface-bg-default: 0.99 0.005 260;
|
|
251
|
+
--uik-component-surface-bg-elevated: 0.99 0.005 260;
|
|
252
|
+
--uik-component-surface-bg-muted: 0.97 0.006 260;
|
|
253
|
+
--uik-component-surface-bg-popover: 0.99 0.005 260;
|
|
254
|
+
--uik-component-surface-border-color-bordered: 0.90 0.009 260;
|
|
255
|
+
--uik-component-surface-border-color-default: 0.90 0.009 260;
|
|
256
|
+
--uik-component-surface-border-width-bordered: var(--uik-border-width-1);
|
|
257
|
+
--uik-component-surface-border-width-default: var(--uik-border-width-0);
|
|
258
|
+
--uik-component-surface-radius: var(--uik-radius-3);
|
|
259
|
+
--uik-component-surface-shadow-card: var(--uik-elevation-card-shadow);
|
|
260
|
+
--uik-component-surface-shadow-default: var(--uik-shadow-0);
|
|
261
|
+
--uik-component-surface-shadow-elevated: var(--uik-elevation-card-shadow);
|
|
262
|
+
--uik-component-surface-shadow-popover: var(--uik-elevation-popover-shadow);
|
|
263
|
+
--uik-component-switch-height: var(--uik-size-control-sm);
|
|
264
|
+
--uik-component-switch-padding: var(--uik-space-2);
|
|
265
|
+
--uik-component-switch-thumb-bg: 0.99 0.005 260;
|
|
266
|
+
--uik-component-switch-thumb-shadow: var(--uik-shadow-1);
|
|
267
|
+
--uik-component-switch-thumb-size: var(--uik-size-icon-md);
|
|
268
|
+
--uik-component-switch-track-bg-checked: 0.45 0.160 250;
|
|
269
|
+
--uik-component-switch-track-bg-default: 0.97 0.006 260;
|
|
270
|
+
--uik-component-switch-track-border-checked: 0.45 0.160 250;
|
|
271
|
+
--uik-component-switch-track-border-default: 0.90 0.009 260;
|
|
272
|
+
--uik-component-switch-width: var(--uik-size-control-xl);
|
|
273
|
+
--uik-component-text-color-danger: 0.45 0.160 25;
|
|
274
|
+
--uik-component-text-color-default: 0.20 0.014 260;
|
|
275
|
+
--uik-component-text-color-info: 0.45 0.160 210;
|
|
276
|
+
--uik-component-text-color-muted: 0.48 0.016 260;
|
|
277
|
+
--uik-component-text-color-strong: 0.20 0.014 260;
|
|
278
|
+
--uik-component-text-color-success: 0.45 0.160 145;
|
|
279
|
+
--uik-component-text-color-warning: 0.50 0.140 85;
|
|
280
|
+
--uik-component-text-line-height-lg: var(--uik-typography-line-height-4);
|
|
281
|
+
--uik-component-text-line-height-md: var(--uik-typography-line-height-4);
|
|
282
|
+
--uik-component-text-line-height-sm: var(--uik-typography-line-height-3);
|
|
283
|
+
--uik-component-text-line-height-xl: var(--uik-typography-line-height-5);
|
|
284
|
+
--uik-component-text-size-lg: var(--uik-typography-font-size-4);
|
|
285
|
+
--uik-component-text-size-md: var(--uik-typography-font-size-3);
|
|
286
|
+
--uik-component-text-size-sm: var(--uik-typography-font-size-2);
|
|
287
|
+
--uik-component-text-size-xl: var(--uik-typography-font-size-5);
|
|
288
|
+
--uik-component-text-weight-bold: var(--uik-typography-font-weight-bold);
|
|
289
|
+
--uik-component-text-weight-medium: var(--uik-typography-font-weight-medium);
|
|
290
|
+
--uik-component-text-weight-regular: var(--uik-typography-font-weight-regular);
|
|
291
|
+
--uik-component-text-weight-semibold: var(--uik-typography-font-weight-semibold);
|
|
292
|
+
--uik-component-textarea-base-bg: 0.99 0.005 260;
|
|
293
|
+
--uik-component-textarea-base-border-default: 0.90 0.009 260;
|
|
294
|
+
--uik-component-textarea-base-border-focus: 0.60 0.160 250;
|
|
295
|
+
--uik-component-textarea-base-border-hover: 0.85 0.010 260;
|
|
296
|
+
--uik-component-textarea-base-fg: 0.20 0.014 260;
|
|
297
|
+
--uik-component-textarea-base-font-size: var(--uik-typography-font-size-3);
|
|
298
|
+
--uik-component-textarea-base-line-height: var(--uik-typography-line-height-4);
|
|
299
|
+
--uik-component-textarea-base-min-height: var(--uik-size-control-lg);
|
|
300
|
+
--uik-component-textarea-base-padding-x: var(--uik-layout-control-padding-x-3);
|
|
301
|
+
--uik-component-textarea-base-padding-y: var(--uik-layout-control-padding-y-3);
|
|
302
|
+
--uik-component-textarea-base-placeholder: 0.48 0.016 260;
|
|
303
|
+
--uik-component-textarea-base-radius: var(--uik-radius-3);
|
|
304
|
+
--uik-component-textarea-base-shadow: var(--uik-shadow-0);
|
|
305
|
+
--uik-component-tree-view-indent: var(--uik-space-3);
|
|
306
|
+
--uik-component-tree-view-item-active-bg: 0.97 0.006 260;
|
|
307
|
+
--uik-component-tree-view-item-bg: 0.99 0.005 260;
|
|
308
|
+
--uik-component-tree-view-item-gap: var(--uik-layout-control-gap-2);
|
|
309
|
+
--uik-component-tree-view-item-height: var(--uik-size-control-sm);
|
|
310
|
+
--uik-component-tree-view-item-hover-bg: 0.97 0.006 260;
|
|
311
|
+
--uik-component-tree-view-item-padding-x: var(--uik-layout-control-padding-x-1);
|
|
312
|
+
--uik-component-tree-view-item-radius: var(--uik-radius-2);
|
|
313
|
+
--uik-component-tree-view-text-branch: 0.20 0.014 260;
|
|
314
|
+
--uik-component-tree-view-text-hover: 0.20 0.014 260;
|
|
315
|
+
--uik-component-tree-view-text-leaf: 0.48 0.016 260;
|
|
316
|
+
--uik-component-tree-view-toggle-fg: 0.48 0.016 260;
|
|
317
|
+
--uik-elevation-card-shadow: var(--uik-shadow-1);
|
|
318
|
+
--uik-elevation-modal-shadow: var(--uik-shadow-4);
|
|
319
|
+
--uik-elevation-popover-shadow: var(--uik-shadow-3);
|
|
320
|
+
--uik-field-bg: 0.99 0.005 260;
|
|
321
|
+
--uik-field-border-default: 0.90 0.009 260;
|
|
322
|
+
--uik-field-border-focus: 0.60 0.160 250;
|
|
323
|
+
--uik-field-border-hover: 0.85 0.010 260;
|
|
324
|
+
--uik-field-disabled-opacity: 0.5;
|
|
325
|
+
--uik-field-fg: 0.20 0.014 260;
|
|
326
|
+
--uik-field-placeholder: 0.48 0.016 260;
|
|
327
|
+
--uik-focus-ring-default: 0.60 0.160 250;
|
|
328
|
+
--uik-focus-ring-offset-bg: 0.99 0.005 260;
|
|
329
|
+
--uik-focus-ring-offset-default: var(--uik-border-width-1);
|
|
330
|
+
--uik-focus-ring-opacity: 0.85;
|
|
331
|
+
--uik-focus-ring-width: var(--uik-outline-width-1);
|
|
332
|
+
--uik-icon-danger: 0.45 0.160 25;
|
|
333
|
+
--uik-icon-default: 0.20 0.014 260;
|
|
334
|
+
--uik-icon-info: 0.45 0.160 210;
|
|
335
|
+
--uik-icon-inverse: 0.99 0.005 260;
|
|
336
|
+
--uik-icon-muted: 0.48 0.016 260;
|
|
337
|
+
--uik-icon-success: 0.45 0.160 145;
|
|
338
|
+
--uik-icon-warning: 0.50 0.140 85;
|
|
339
|
+
--uik-intent-danger-bg-active: 0.31 0.120 25;
|
|
340
|
+
--uik-intent-danger-bg-default: 0.45 0.160 25;
|
|
341
|
+
--uik-intent-danger-bg-hover: 0.38 0.140 25;
|
|
342
|
+
--uik-intent-danger-border-default: 0.45 0.160 25;
|
|
343
|
+
--uik-intent-danger-border-hover: 0.38 0.140 25;
|
|
344
|
+
--uik-intent-danger-fg: 0.99 0.005 260;
|
|
345
|
+
--uik-intent-danger-ring: 0.60 0.160 25;
|
|
346
|
+
--uik-intent-info-bg-active: 0.31 0.120 210;
|
|
347
|
+
--uik-intent-info-bg-default: 0.45 0.160 210;
|
|
348
|
+
--uik-intent-info-bg-hover: 0.38 0.140 210;
|
|
349
|
+
--uik-intent-info-border-default: 0.45 0.160 210;
|
|
350
|
+
--uik-intent-info-border-hover: 0.38 0.140 210;
|
|
351
|
+
--uik-intent-info-fg: 0.99 0.005 260;
|
|
352
|
+
--uik-intent-info-ring: 0.60 0.160 210;
|
|
353
|
+
--uik-intent-neutral-bg-active: 0.85 0.010 260;
|
|
354
|
+
--uik-intent-neutral-bg-default: 0.94 0.007 260;
|
|
355
|
+
--uik-intent-neutral-bg-hover: 0.90 0.009 260;
|
|
356
|
+
--uik-intent-neutral-border-default: 0.90 0.009 260;
|
|
357
|
+
--uik-intent-neutral-border-hover: 0.85 0.010 260;
|
|
358
|
+
--uik-intent-neutral-fg: 0.20 0.014 260;
|
|
359
|
+
--uik-intent-neutral-ring: 0.68 0.014 260;
|
|
360
|
+
--uik-intent-primary-bg-active: 0.31 0.120 250;
|
|
361
|
+
--uik-intent-primary-bg-default: 0.45 0.160 250;
|
|
362
|
+
--uik-intent-primary-bg-hover: 0.38 0.140 250;
|
|
363
|
+
--uik-intent-primary-border-default: 0.45 0.160 250;
|
|
364
|
+
--uik-intent-primary-border-hover: 0.38 0.140 250;
|
|
365
|
+
--uik-intent-primary-fg: 0.99 0.005 260;
|
|
366
|
+
--uik-intent-primary-ring: 0.60 0.160 250;
|
|
367
|
+
--uik-intent-success-bg-active: 0.31 0.120 145;
|
|
368
|
+
--uik-intent-success-bg-default: 0.45 0.160 145;
|
|
369
|
+
--uik-intent-success-bg-hover: 0.38 0.140 145;
|
|
370
|
+
--uik-intent-success-border-default: 0.45 0.160 145;
|
|
371
|
+
--uik-intent-success-border-hover: 0.38 0.140 145;
|
|
372
|
+
--uik-intent-success-fg: 0.99 0.005 260;
|
|
373
|
+
--uik-intent-success-ring: 0.60 0.160 145;
|
|
374
|
+
--uik-intent-warning-bg-active: 0.34 0.110 85;
|
|
375
|
+
--uik-intent-warning-bg-default: 0.50 0.140 85;
|
|
376
|
+
--uik-intent-warning-bg-hover: 0.42 0.130 85;
|
|
377
|
+
--uik-intent-warning-border-default: 0.50 0.140 85;
|
|
378
|
+
--uik-intent-warning-border-hover: 0.42 0.130 85;
|
|
379
|
+
--uik-intent-warning-fg: 0.20 0.014 260;
|
|
380
|
+
--uik-intent-warning-ring: 0.66 0.150 85;
|
|
381
|
+
--uik-scrim-color: 0.20 0.014 260;
|
|
382
|
+
--uik-scrim-opacity: 0.4;
|
|
383
|
+
--uik-scrollbar-thumb-default: 0.78 0.012 260;
|
|
384
|
+
--uik-scrollbar-thumb-hover: 0.68 0.014 260;
|
|
385
|
+
--uik-scrollbar-track: 0.97 0.006 260;
|
|
386
|
+
--uik-selection-bg: 0.82 0.080 250;
|
|
387
|
+
--uik-selection-fg: 0.20 0.014 260;
|
|
388
|
+
--uik-separator-color: 0.94 0.007 260;
|
|
389
|
+
--uik-separator-radius: var(--uik-radius-full);
|
|
390
|
+
--uik-separator-thickness: var(--uik-border-width-1);
|
|
391
|
+
--uik-state-active-opacity: 0.1;
|
|
392
|
+
--uik-state-disabled-opacity: 0.5;
|
|
393
|
+
--uik-state-hover-opacity: 0.06;
|
|
394
|
+
--uik-state-selected-opacity: 0.12;
|
|
395
|
+
--uik-surface-bg: 0.99 0.005 260;
|
|
396
|
+
--uik-surface-card: 0.99 0.005 260;
|
|
397
|
+
--uik-surface-elevated-1: 0.99 0.005 260;
|
|
398
|
+
--uik-surface-elevated-2: 0.97 0.006 260;
|
|
399
|
+
--uik-surface-muted: 0.97 0.006 260;
|
|
400
|
+
--uik-surface-popover: 0.99 0.005 260;
|
|
401
|
+
--uik-text-danger: 0.45 0.160 25;
|
|
402
|
+
--uik-text-default: 0.20 0.014 260;
|
|
403
|
+
--uik-text-disabled: 0.58 0.015 260;
|
|
404
|
+
--uik-text-info: 0.45 0.160 210;
|
|
405
|
+
--uik-text-inverse: 0.99 0.005 260;
|
|
406
|
+
--uik-text-link-default: 0.45 0.160 250;
|
|
407
|
+
--uik-text-link-hover: 0.38 0.140 250;
|
|
408
|
+
--uik-text-muted: 0.48 0.016 260;
|
|
409
|
+
--uik-text-secondary: 0.58 0.015 260;
|
|
410
|
+
--uik-text-strong: 0.20 0.014 260;
|
|
411
|
+
--uik-text-success: 0.45 0.160 145;
|
|
412
|
+
--uik-text-warning: 0.50 0.140 85;
|
|
413
|
+
}
|
|
414
|
+
}
|