@vsn-ux/gaia-styles 0.5.19 → 0.6.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/dist/all-10pt.css +514 -226
- package/dist/all-no-reset-10pt.css +507 -225
- package/dist/all-no-reset.css +507 -225
- package/dist/all.css +514 -226
- package/dist/base.css +1 -1
- package/dist/components/avatar.css +11 -2
- package/dist/components/badge.css +45 -12
- package/dist/components/button.css +19 -3
- package/dist/components/calendar.css +52 -20
- package/dist/components/card.css +112 -9
- package/dist/components/checkbox.css +17 -2
- package/dist/components/container.css +1 -1
- package/dist/components/datepicker.css +90 -1
- package/dist/components/dropdown.css +108 -4
- package/dist/components/form-field.css +19 -3
- package/dist/components/input.css +17 -2
- package/dist/components/link.css +22 -3
- package/dist/components/menu.css +102 -5
- package/dist/components/modal.css +12 -3
- package/dist/components/notification.css +14 -5
- package/dist/components/progress-bar.css +5 -5
- package/dist/components/progress-indicator.css +19 -4
- package/dist/components/quick-filter-button.css +18 -2
- package/dist/components/radio.css +25 -7
- package/dist/components/segmented-control.css +20 -5
- package/dist/components/select.css +49 -7
- package/dist/components/switch.css +22 -9
- package/dist/components/tabs.css +19 -3
- package/dist/components/tag.css +31 -16
- package/dist/components/text-area.css +17 -2
- package/dist/components/text-size.css +14 -14
- package/dist/components/tooltip.css +19 -7
- package/dist/components.css +293 -132
- package/dist/design-tokens.css +214 -93
- package/dist/design-tokens.d.ts +294 -197
- package/dist/design-tokens.js +552 -2153
- package/dist/docs/Avatar.md +52 -0
- package/dist/docs/Badge.md +60 -0
- package/dist/docs/Button.md +60 -0
- package/dist/docs/Calendar.md +468 -0
- package/dist/docs/Card.md +57 -0
- package/dist/docs/Checkbox.md +112 -0
- package/dist/docs/Container.md +62 -0
- package/dist/docs/Datepicker.md +107 -0
- package/dist/docs/Dropdown.md +152 -0
- package/dist/docs/FormField.md +101 -0
- package/dist/docs/Input.md +84 -0
- package/dist/docs/Link.md +109 -0
- package/dist/docs/Menu.md +316 -0
- package/dist/docs/Modal.md +337 -0
- package/dist/docs/Notification.md +341 -0
- package/dist/docs/ProgressBar.md +87 -0
- package/dist/docs/ProgressIndicator.md +217 -0
- package/dist/docs/QuickFilterButton.md +74 -0
- package/dist/docs/Radio.md +106 -0
- package/dist/docs/SegmentedControl.md +69 -0
- package/dist/docs/Select.md +411 -0
- package/dist/docs/Switch.md +97 -0
- package/dist/docs/Tabs.md +129 -0
- package/dist/docs/Tag.md +154 -0
- package/dist/docs/TextArea.md +51 -0
- package/dist/docs/TextSize.md +63 -0
- package/dist/docs/Tooltip.md +95 -0
- package/dist/reset.css +8 -2
- package/package.json +33 -32
- package/src/design-tokens/desktop-overrides.json +62 -0
- package/src/design-tokens/dtcg-tokens.json +1345 -184
- package/src/design-tokens/resolver.json +22 -0
- package/src/styles/all-10pt.css +1 -0
- package/src/styles/all-no-reset-10pt.css +1 -0
- package/src/styles/all-no-reset.css +1 -0
- package/src/styles/all.css +1 -0
- package/src/styles/components/badge.css +6 -6
- package/src/styles/components/button.css +2 -2
- package/src/styles/components/calendar.css +4 -4
- package/src/styles/components/card.css +8 -4
- package/src/styles/components/checkbox.css +1 -1
- package/src/styles/components/datepicker.css +1 -1
- package/src/styles/components/dropdown.css +2 -2
- package/src/styles/components/form-field.css +1 -1
- package/src/styles/components/input.css +1 -1
- package/src/styles/components/link.css +1 -1
- package/src/styles/components/menu.css +2 -2
- package/src/styles/components/notification.css +1 -1
- package/src/styles/components/progress-bar.css +1 -1
- package/src/styles/components/progress-indicator.css +1 -1
- package/src/styles/components/quick-filter-button.css +1 -1
- package/src/styles/components/radio.css +1 -1
- package/src/styles/components/segmented-control.css +3 -3
- package/src/styles/components/select.css +1 -1
- package/src/styles/components/switch.css +3 -3
- package/src/styles/components/tabs.css +2 -2
- package/src/styles/components/tag.css +12 -17
- package/src/styles/components/text-area.css +1 -1
- package/src/styles/components/text-size.css +7 -7
- package/src/styles/theme.css +16 -8
- package/src/styles/utilities.css +34 -0
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.
|
|
1
|
+
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
2
3
|
.ga-radio-group {
|
|
3
4
|
display: inline-flex;
|
|
4
5
|
flex-direction: column;
|
|
@@ -29,14 +30,13 @@
|
|
|
29
30
|
background-color: var(--ga-color-surface-action);
|
|
30
31
|
&::after {
|
|
31
32
|
position: absolute;
|
|
32
|
-
top: calc(1/2 * 100%);
|
|
33
|
-
left: calc(1/2 * 100%);
|
|
33
|
+
top: calc(1 / 2 * 100%);
|
|
34
|
+
left: calc(1 / 2 * 100%);
|
|
34
35
|
display: block;
|
|
35
36
|
height: calc(0.25rem * 1);
|
|
36
37
|
width: calc(0.25rem * 1);
|
|
37
|
-
--tw-translate-x: calc(calc(1/2 * 100%) * -1);
|
|
38
|
-
|
|
39
|
-
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
|
|
38
|
+
--tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
|
|
39
|
+
--tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
|
|
40
40
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
41
41
|
border-radius: calc(infinity * 1px);
|
|
42
42
|
background-color: #fff;
|
|
@@ -87,6 +87,11 @@
|
|
|
87
87
|
border-width: 2px;
|
|
88
88
|
border-color: var(--ga-color-border-action);
|
|
89
89
|
color: #fff;
|
|
90
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
91
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
92
|
+
transition-duration: var(--tw-duration, 0s);
|
|
93
|
+
transition-duration: var(--ga-duration-fast);
|
|
94
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
90
95
|
}
|
|
91
96
|
.ga-radio-button__label {
|
|
92
97
|
min-height: calc(0.25rem * 4);
|
|
@@ -97,7 +102,7 @@
|
|
|
97
102
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
98
103
|
));
|
|
99
104
|
letter-spacing: var(--tw-tracking, calc(
|
|
100
|
-
var(--ga-text-md-
|
|
105
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
101
106
|
));
|
|
102
107
|
--tw-leading: calc(0.25rem * 4);
|
|
103
108
|
line-height: calc(0.25rem * 4);
|
|
@@ -140,3 +145,16 @@
|
|
|
140
145
|
syntax: "*";
|
|
141
146
|
inherits: false;
|
|
142
147
|
}
|
|
148
|
+
@layer properties {
|
|
149
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
150
|
+
*, ::before, ::after, ::backdrop {
|
|
151
|
+
--tw-outline-style: solid;
|
|
152
|
+
--tw-translate-x: 0;
|
|
153
|
+
--tw-translate-y: 0;
|
|
154
|
+
--tw-translate-z: 0;
|
|
155
|
+
--tw-content: "";
|
|
156
|
+
--tw-border-style: solid;
|
|
157
|
+
--tw-leading: initial;
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.
|
|
1
|
+
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
2
3
|
.ga-segmented-control {
|
|
3
4
|
display: inline-flex;
|
|
4
5
|
align-items: center;
|
|
@@ -7,7 +8,7 @@
|
|
|
7
8
|
border-radius: var(--ga-radius);
|
|
8
9
|
border-style: var(--tw-border-style);
|
|
9
10
|
border-width: 1px;
|
|
10
|
-
border-color: var(--ga-color-border-
|
|
11
|
+
border-color: var(--ga-color-border-tertiary);
|
|
11
12
|
padding: calc(0.25rem * 0.5);
|
|
12
13
|
vertical-align: middle;
|
|
13
14
|
font-size: calc(
|
|
@@ -17,7 +18,7 @@
|
|
|
17
18
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
18
19
|
));
|
|
19
20
|
letter-spacing: var(--tw-tracking, calc(
|
|
20
|
-
var(--ga-text-md-
|
|
21
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
21
22
|
));
|
|
22
23
|
.ga-segmented-control__button {
|
|
23
24
|
display: inline-flex;
|
|
@@ -36,6 +37,11 @@
|
|
|
36
37
|
line-height: calc(0.25rem * 1);
|
|
37
38
|
white-space: nowrap;
|
|
38
39
|
color: var(--ga-color-text-action);
|
|
40
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
41
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
42
|
+
transition-duration: var(--tw-duration, 0s);
|
|
43
|
+
transition-duration: var(--ga-duration-instant);
|
|
44
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
39
45
|
&.ga-segmented-control__button--selected, &:hover {
|
|
40
46
|
border-color: var(--ga-color-border-action);
|
|
41
47
|
}
|
|
@@ -49,7 +55,7 @@
|
|
|
49
55
|
&:focus-visible {
|
|
50
56
|
outline-style: var(--tw-outline-style);
|
|
51
57
|
outline-width: 2px;
|
|
52
|
-
outline-offset:
|
|
58
|
+
outline-offset: 1px;
|
|
53
59
|
outline-color: var(--ga-color-border-focus);
|
|
54
60
|
}
|
|
55
61
|
&.ga-segmented-control__button--icon-only {
|
|
@@ -66,7 +72,7 @@
|
|
|
66
72
|
padding: 0;
|
|
67
73
|
margin: -1px;
|
|
68
74
|
overflow: hidden;
|
|
69
|
-
clip:
|
|
75
|
+
clip-path: inset(50%);
|
|
70
76
|
white-space: nowrap;
|
|
71
77
|
border-width: 0;
|
|
72
78
|
}
|
|
@@ -85,3 +91,12 @@
|
|
|
85
91
|
inherits: false;
|
|
86
92
|
initial-value: solid;
|
|
87
93
|
}
|
|
94
|
+
@layer properties {
|
|
95
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
96
|
+
*, ::before, ::after, ::backdrop {
|
|
97
|
+
--tw-border-style: solid;
|
|
98
|
+
--tw-leading: initial;
|
|
99
|
+
--tw-outline-style: solid;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.
|
|
1
|
+
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
2
3
|
.ga-native-select {
|
|
3
4
|
position: relative;
|
|
4
5
|
select {
|
|
@@ -19,7 +20,7 @@
|
|
|
19
20
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
20
21
|
));
|
|
21
22
|
letter-spacing: var(--tw-tracking, calc(
|
|
22
|
-
var(--ga-text-md-
|
|
23
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
23
24
|
));
|
|
24
25
|
--tw-leading: 1;
|
|
25
26
|
line-height: 1;
|
|
@@ -27,9 +28,9 @@
|
|
|
27
28
|
.ga-native-select__arrow {
|
|
28
29
|
pointer-events: none;
|
|
29
30
|
position: absolute;
|
|
30
|
-
top: calc(1/2 * 100%);
|
|
31
|
+
top: calc(1 / 2 * 100%);
|
|
31
32
|
right: calc(0.25rem * 2);
|
|
32
|
-
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
|
|
33
|
+
--tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
|
|
33
34
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
34
35
|
}
|
|
35
36
|
}
|
|
@@ -56,13 +57,18 @@
|
|
|
56
57
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
57
58
|
));
|
|
58
59
|
letter-spacing: var(--tw-tracking, calc(
|
|
59
|
-
var(--ga-text-md-
|
|
60
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
60
61
|
));
|
|
61
62
|
--tw-leading: 1;
|
|
62
63
|
line-height: 1;
|
|
64
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
65
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
66
|
+
transition-duration: var(--tw-duration, 0s);
|
|
67
|
+
transition-duration: var(--ga-duration-instant);
|
|
68
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
63
69
|
&.ga-select--expanded {
|
|
64
70
|
border-color: var(--ga-color-border-focus);
|
|
65
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
71
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
66
72
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
67
73
|
--tw-ring-color: var(--ga-color-border-focus);
|
|
68
74
|
}
|
|
@@ -86,7 +92,7 @@
|
|
|
86
92
|
}
|
|
87
93
|
&.ga-select--invalid {
|
|
88
94
|
border-color: var(--ga-color-border-error);
|
|
89
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
95
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
90
96
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
91
97
|
--tw-ring-color: var(--ga-color-border-error);
|
|
92
98
|
&:not(.ga-select--empty) {
|
|
@@ -225,6 +231,11 @@
|
|
|
225
231
|
syntax: "*";
|
|
226
232
|
inherits: false;
|
|
227
233
|
}
|
|
234
|
+
@property --tw-shadow-alpha {
|
|
235
|
+
syntax: "<percentage>";
|
|
236
|
+
inherits: false;
|
|
237
|
+
initial-value: 100%;
|
|
238
|
+
}
|
|
228
239
|
@property --tw-inset-shadow {
|
|
229
240
|
syntax: "*";
|
|
230
241
|
inherits: false;
|
|
@@ -234,6 +245,11 @@
|
|
|
234
245
|
syntax: "*";
|
|
235
246
|
inherits: false;
|
|
236
247
|
}
|
|
248
|
+
@property --tw-inset-shadow-alpha {
|
|
249
|
+
syntax: "<percentage>";
|
|
250
|
+
inherits: false;
|
|
251
|
+
initial-value: 100%;
|
|
252
|
+
}
|
|
237
253
|
@property --tw-ring-color {
|
|
238
254
|
syntax: "*";
|
|
239
255
|
inherits: false;
|
|
@@ -276,3 +292,29 @@
|
|
|
276
292
|
inherits: false;
|
|
277
293
|
initial-value: solid;
|
|
278
294
|
}
|
|
295
|
+
@layer properties {
|
|
296
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
297
|
+
*, ::before, ::after, ::backdrop {
|
|
298
|
+
--tw-border-style: solid;
|
|
299
|
+
--tw-leading: initial;
|
|
300
|
+
--tw-translate-x: 0;
|
|
301
|
+
--tw-translate-y: 0;
|
|
302
|
+
--tw-translate-z: 0;
|
|
303
|
+
--tw-shadow: 0 0 #0000;
|
|
304
|
+
--tw-shadow-color: initial;
|
|
305
|
+
--tw-shadow-alpha: 100%;
|
|
306
|
+
--tw-inset-shadow: 0 0 #0000;
|
|
307
|
+
--tw-inset-shadow-color: initial;
|
|
308
|
+
--tw-inset-shadow-alpha: 100%;
|
|
309
|
+
--tw-ring-color: initial;
|
|
310
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
311
|
+
--tw-inset-ring-color: initial;
|
|
312
|
+
--tw-inset-ring-shadow: 0 0 #0000;
|
|
313
|
+
--tw-ring-inset: initial;
|
|
314
|
+
--tw-ring-offset-width: 0px;
|
|
315
|
+
--tw-ring-offset-color: #fff;
|
|
316
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
317
|
+
--tw-outline-style: solid;
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.
|
|
1
|
+
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
2
3
|
.ga-switch {
|
|
3
4
|
position: relative;
|
|
4
5
|
display: inline-flex;
|
|
@@ -17,6 +18,11 @@
|
|
|
17
18
|
border-width: 1px;
|
|
18
19
|
border-color: var(--ga-color-border-action);
|
|
19
20
|
background-color: var(--ga-color-surface-primary);
|
|
21
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
22
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
23
|
+
transition-duration: var(--tw-duration, 0s);
|
|
24
|
+
transition-duration: var(--ga-duration-fast);
|
|
25
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
20
26
|
}
|
|
21
27
|
.ga-switch__check-icon {
|
|
22
28
|
position: absolute;
|
|
@@ -27,8 +33,8 @@
|
|
|
27
33
|
transition-property: opacity;
|
|
28
34
|
transition-timing-function: var(--tw-ease, ease);
|
|
29
35
|
transition-duration: var(--tw-duration, 0s);
|
|
30
|
-
|
|
31
|
-
transition-
|
|
36
|
+
transition-duration: var(--ga-duration-fast);
|
|
37
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
32
38
|
}
|
|
33
39
|
.ga-switch__slider {
|
|
34
40
|
pointer-events: none;
|
|
@@ -43,8 +49,8 @@
|
|
|
43
49
|
transition-property: transform, translate, scale, rotate;
|
|
44
50
|
transition-timing-function: var(--tw-ease, ease);
|
|
45
51
|
transition-duration: var(--tw-duration, 0s);
|
|
46
|
-
|
|
47
|
-
transition-
|
|
52
|
+
transition-duration: var(--ga-duration-fast);
|
|
53
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
48
54
|
}
|
|
49
55
|
.ga-switch__label {
|
|
50
56
|
-webkit-user-select: none;
|
|
@@ -116,10 +122,6 @@
|
|
|
116
122
|
inherits: false;
|
|
117
123
|
initial-value: solid;
|
|
118
124
|
}
|
|
119
|
-
@property --tw-duration {
|
|
120
|
-
syntax: "*";
|
|
121
|
-
inherits: false;
|
|
122
|
-
}
|
|
123
125
|
@property --tw-translate-x {
|
|
124
126
|
syntax: "*";
|
|
125
127
|
inherits: false;
|
|
@@ -140,3 +142,14 @@
|
|
|
140
142
|
inherits: false;
|
|
141
143
|
initial-value: solid;
|
|
142
144
|
}
|
|
145
|
+
@layer properties {
|
|
146
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
147
|
+
*, ::before, ::after, ::backdrop {
|
|
148
|
+
--tw-border-style: solid;
|
|
149
|
+
--tw-translate-x: 0;
|
|
150
|
+
--tw-translate-y: 0;
|
|
151
|
+
--tw-translate-z: 0;
|
|
152
|
+
--tw-outline-style: solid;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
}
|
package/dist/components/tabs.css
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
/*! tailwindcss v4.
|
|
1
|
+
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
2
3
|
.ga-tabs {
|
|
3
4
|
display: flex;
|
|
4
5
|
gap: calc(0.25rem * 2);
|
|
5
6
|
&.ga-tabs--keyline {
|
|
6
|
-
border-color: var(--ga-color-border-
|
|
7
|
+
border-color: var(--ga-color-border-tertiary);
|
|
7
8
|
}
|
|
8
9
|
.ga-tabs__tab {
|
|
9
10
|
position: relative;
|
|
@@ -21,13 +22,18 @@
|
|
|
21
22
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
22
23
|
));
|
|
23
24
|
letter-spacing: var(--tw-tracking, calc(
|
|
24
|
-
var(--ga-text-md-
|
|
25
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
25
26
|
));
|
|
26
27
|
--tw-leading: calc(0.25rem * 4);
|
|
27
28
|
line-height: calc(0.25rem * 4);
|
|
28
29
|
--tw-font-weight: 500;
|
|
29
30
|
font-weight: 500;
|
|
30
31
|
color: var(--ga-color-text-action);
|
|
32
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
33
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
34
|
+
transition-duration: var(--tw-duration, 0s);
|
|
35
|
+
transition-duration: var(--ga-duration-instant);
|
|
36
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
31
37
|
&.ga-tabs__tab--selected {
|
|
32
38
|
border-color: var(--ga-color-border-action);
|
|
33
39
|
--tw-font-weight: 600;
|
|
@@ -121,3 +127,13 @@
|
|
|
121
127
|
inherits: false;
|
|
122
128
|
initial-value: "";
|
|
123
129
|
}
|
|
130
|
+
@layer properties {
|
|
131
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
132
|
+
*, ::before, ::after, ::backdrop {
|
|
133
|
+
--tw-leading: initial;
|
|
134
|
+
--tw-font-weight: initial;
|
|
135
|
+
--tw-border-style: solid;
|
|
136
|
+
--tw-content: "";
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
package/dist/components/tag.css
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.
|
|
1
|
+
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
2
3
|
.ga-tag {
|
|
3
4
|
box-sizing: content-box;
|
|
4
5
|
display: inline-flex;
|
|
@@ -67,6 +68,11 @@
|
|
|
67
68
|
--tw-border-style: dashed;
|
|
68
69
|
border-style: dashed;
|
|
69
70
|
background-color: var(--ga-color-surface-primary);
|
|
71
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
72
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
73
|
+
transition-duration: var(--tw-duration, 0s);
|
|
74
|
+
transition-duration: var(--ga-duration-instant);
|
|
75
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
70
76
|
&:hover {
|
|
71
77
|
background-color: var(--ga-color-surface-action-hover-2);
|
|
72
78
|
.ga-tag__icon {
|
|
@@ -89,6 +95,11 @@
|
|
|
89
95
|
border-style: solid;
|
|
90
96
|
background-color: var(--ga-color-surface-primary);
|
|
91
97
|
color: var(--ga-color-text-action);
|
|
98
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
99
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
100
|
+
transition-duration: var(--tw-duration, 0s);
|
|
101
|
+
transition-duration: var(--ga-duration-instant);
|
|
102
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
92
103
|
&:hover {
|
|
93
104
|
border-color: var(--ga-color-border-action-hover);
|
|
94
105
|
.ga-tag__icon {
|
|
@@ -107,7 +118,7 @@
|
|
|
107
118
|
color: var(--ga-color-icon-on-primary);
|
|
108
119
|
}
|
|
109
120
|
}
|
|
110
|
-
&.ga-tag--utility-grey, &.ga-tag--utility-indigo, &.ga-tag--utility-teal, &.ga-tag--utility-lime, &.ga-tag--utility-purple, &.ga-tag--utility-pink, &.ga-tag--utility-rose, &.ga-tag--utility-
|
|
121
|
+
&.ga-tag--utility-grey, &.ga-tag--utility-indigo, &.ga-tag--utility-teal, &.ga-tag--utility-lime, &.ga-tag--utility-purple, &.ga-tag--utility-pink, &.ga-tag--utility-rose, &.ga-tag--utility-blue, &.ga-tag--utility-green, &.ga-tag--utility-orange, &.ga-tag--utility-disabled {
|
|
111
122
|
border-radius: var(--ga-radius);
|
|
112
123
|
padding-left: calc(0.25rem * 1.5);
|
|
113
124
|
.ga-tag__icon {
|
|
@@ -116,47 +127,43 @@
|
|
|
116
127
|
}
|
|
117
128
|
&.ga-tag--utility-grey {
|
|
118
129
|
border-color: var(--ga-color-utility-grey);
|
|
119
|
-
background-color: var(--ga-color-utility-grey-
|
|
130
|
+
background-color: var(--ga-color-utility-grey-accent);
|
|
120
131
|
}
|
|
121
132
|
&.ga-tag--utility-indigo {
|
|
122
133
|
border-color: var(--ga-color-utility-indigo);
|
|
123
|
-
background-color: var(--ga-color-utility-indigo-
|
|
134
|
+
background-color: var(--ga-color-utility-indigo-accent);
|
|
124
135
|
}
|
|
125
136
|
&.ga-tag--utility-teal {
|
|
126
137
|
border-color: var(--ga-color-utility-teal);
|
|
127
|
-
background-color: var(--ga-color-utility-teal-
|
|
138
|
+
background-color: var(--ga-color-utility-teal-accent);
|
|
128
139
|
}
|
|
129
140
|
&.ga-tag--utility-lime {
|
|
130
141
|
border-color: var(--ga-color-utility-lime);
|
|
131
|
-
background-color: var(--ga-color-utility-lime-
|
|
142
|
+
background-color: var(--ga-color-utility-lime-accent);
|
|
132
143
|
}
|
|
133
144
|
&.ga-tag--utility-purple {
|
|
134
145
|
border-color: var(--ga-color-utility-purple);
|
|
135
|
-
background-color: var(--ga-color-utility-purple-
|
|
146
|
+
background-color: var(--ga-color-utility-purple-accent);
|
|
136
147
|
}
|
|
137
148
|
&.ga-tag--utility-pink {
|
|
138
149
|
border-color: var(--ga-color-utility-pink);
|
|
139
|
-
background-color: var(--ga-color-utility-pink-
|
|
150
|
+
background-color: var(--ga-color-utility-pink-accent);
|
|
140
151
|
}
|
|
141
152
|
&.ga-tag--utility-rose {
|
|
142
153
|
border-color: var(--ga-color-utility-rose);
|
|
143
|
-
background-color: var(--ga-color-utility-rose-
|
|
144
|
-
}
|
|
145
|
-
&.ga-tag--utility-yellow {
|
|
146
|
-
border-color: var(--ga-color-utility-yellow);
|
|
147
|
-
background-color: var(--ga-color-utility-yellow-light);
|
|
154
|
+
background-color: var(--ga-color-utility-rose-accent);
|
|
148
155
|
}
|
|
149
156
|
&.ga-tag--utility-blue {
|
|
150
157
|
border-color: var(--ga-color-utility-blue);
|
|
151
|
-
background-color: var(--ga-color-utility-blue-
|
|
158
|
+
background-color: var(--ga-color-utility-blue-accent);
|
|
152
159
|
}
|
|
153
160
|
&.ga-tag--utility-green {
|
|
154
161
|
border-color: var(--ga-color-utility-green);
|
|
155
|
-
background-color: var(--ga-color-utility-green-
|
|
162
|
+
background-color: var(--ga-color-utility-green-accent);
|
|
156
163
|
}
|
|
157
164
|
&.ga-tag--utility-orange {
|
|
158
165
|
border-color: var(--ga-color-utility-orange);
|
|
159
|
-
background-color: var(--ga-color-utility-orange-
|
|
166
|
+
background-color: var(--ga-color-utility-orange-accent);
|
|
160
167
|
}
|
|
161
168
|
&.ga-tag--utility-disabled {
|
|
162
169
|
border-color: var(--ga-color-border-disabled);
|
|
@@ -189,3 +196,11 @@
|
|
|
189
196
|
inherits: false;
|
|
190
197
|
initial-value: solid;
|
|
191
198
|
}
|
|
199
|
+
@layer properties {
|
|
200
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
201
|
+
*, ::before, ::after, ::backdrop {
|
|
202
|
+
--tw-border-style: solid;
|
|
203
|
+
--tw-outline-style: solid;
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.
|
|
1
|
+
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
2
3
|
textarea.ga-text-area {
|
|
3
4
|
display: inline-flex;
|
|
4
5
|
width: 100%;
|
|
@@ -17,10 +18,15 @@ textarea.ga-text-area {
|
|
|
17
18
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
18
19
|
));
|
|
19
20
|
letter-spacing: var(--tw-tracking, calc(
|
|
20
|
-
var(--ga-text-md-
|
|
21
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
21
22
|
));
|
|
22
23
|
--tw-leading: calc(0.25rem * 6);
|
|
23
24
|
line-height: calc(0.25rem * 6);
|
|
25
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
26
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
27
|
+
transition-duration: var(--tw-duration, 0s);
|
|
28
|
+
transition-duration: var(--ga-duration-instant);
|
|
29
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
24
30
|
&:hover {
|
|
25
31
|
border-color: var(--ga-color-border-action-hover);
|
|
26
32
|
}
|
|
@@ -60,3 +66,12 @@ textarea.ga-text-area {
|
|
|
60
66
|
inherits: false;
|
|
61
67
|
initial-value: solid;
|
|
62
68
|
}
|
|
69
|
+
@layer properties {
|
|
70
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
71
|
+
*, ::before, ::after, ::backdrop {
|
|
72
|
+
--tw-border-style: solid;
|
|
73
|
+
--tw-leading: initial;
|
|
74
|
+
--tw-outline-style: solid;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.
|
|
2
|
-
.ga-text-
|
|
1
|
+
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
|
+
.ga-text-helper {
|
|
3
3
|
font-size: calc(
|
|
4
4
|
var(--ga-text-xs-font-size) * var(--ga-base-scaling-factor, 1)
|
|
5
5
|
);
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
var(--ga-text-xs-line-height) * var(--ga-base-scaling-factor, 1)
|
|
8
8
|
));
|
|
9
9
|
letter-spacing: var(--tw-tracking, calc(
|
|
10
|
-
var(--ga-text-xs-
|
|
10
|
+
var(--ga-text-xs-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
11
11
|
));
|
|
12
12
|
}
|
|
13
|
-
.ga-text-
|
|
13
|
+
.ga-text-caption {
|
|
14
14
|
font-size: calc(
|
|
15
15
|
var(--ga-text-sm-font-size) * var(--ga-base-scaling-factor, 1)
|
|
16
16
|
);
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
));
|
|
20
20
|
letter-spacing: var(--tw-tracking, 0);
|
|
21
21
|
}
|
|
22
|
-
.ga-text-
|
|
22
|
+
.ga-text-body {
|
|
23
23
|
font-size: calc(
|
|
24
24
|
var(--ga-text-md-font-size) * var(--ga-base-scaling-factor, 1)
|
|
25
25
|
);
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
28
28
|
));
|
|
29
29
|
letter-spacing: var(--tw-tracking, calc(
|
|
30
|
-
var(--ga-text-md-
|
|
30
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
31
31
|
));
|
|
32
32
|
}
|
|
33
|
-
.ga-text-
|
|
33
|
+
.ga-text-heading {
|
|
34
34
|
font-size: calc(
|
|
35
35
|
var(--ga-text-lg-font-size) * var(--ga-base-scaling-factor, 1)
|
|
36
36
|
);
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
var(--ga-text-lg-line-height) * var(--ga-base-scaling-factor, 1)
|
|
39
39
|
));
|
|
40
40
|
letter-spacing: var(--tw-tracking, calc(
|
|
41
|
-
var(--ga-text-lg-
|
|
41
|
+
var(--ga-text-lg-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
42
42
|
));
|
|
43
43
|
}
|
|
44
|
-
.ga-text-
|
|
44
|
+
.ga-text-title {
|
|
45
45
|
font-size: calc(
|
|
46
46
|
var(--ga-text-xl-font-size) * var(--ga-base-scaling-factor, 1)
|
|
47
47
|
);
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
var(--ga-text-xl-line-height) * var(--ga-base-scaling-factor, 1)
|
|
50
50
|
));
|
|
51
51
|
letter-spacing: var(--tw-tracking, calc(
|
|
52
|
-
var(--ga-text-xl-
|
|
52
|
+
var(--ga-text-xl-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
53
53
|
));
|
|
54
54
|
}
|
|
55
|
-
.ga-text-
|
|
55
|
+
.ga-text-headline {
|
|
56
56
|
font-size: calc(
|
|
57
57
|
var(--ga-text-2xl-font-size) * var(--ga-base-scaling-factor, 1)
|
|
58
58
|
);
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
var(--ga-text-2xl-line-height) * var(--ga-base-scaling-factor, 1)
|
|
61
61
|
));
|
|
62
62
|
letter-spacing: var(--tw-tracking, calc(
|
|
63
|
-
var(--ga-text-2xl-
|
|
63
|
+
var(--ga-text-2xl-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
64
64
|
));
|
|
65
65
|
}
|
|
66
|
-
.ga-text-
|
|
66
|
+
.ga-text-display {
|
|
67
67
|
font-size: calc(
|
|
68
68
|
var(--ga-text-3xl-font-size) * var(--ga-base-scaling-factor, 1)
|
|
69
69
|
);
|
|
@@ -71,6 +71,6 @@
|
|
|
71
71
|
var(--ga-text-3xl-line-height) * var(--ga-base-scaling-factor, 1)
|
|
72
72
|
));
|
|
73
73
|
letter-spacing: var(--tw-tracking, calc(
|
|
74
|
-
var(--ga-text-3xl-
|
|
74
|
+
var(--ga-text-3xl-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
75
75
|
));
|
|
76
76
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.
|
|
1
|
+
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
2
3
|
.ga-tooltip {
|
|
3
4
|
position: relative;
|
|
4
5
|
max-width: calc(0.25rem * 100);
|
|
@@ -12,7 +13,7 @@
|
|
|
12
13
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
13
14
|
));
|
|
14
15
|
letter-spacing: var(--tw-tracking, calc(
|
|
15
|
-
var(--ga-text-md-
|
|
16
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
16
17
|
));
|
|
17
18
|
color: var(--ga-color-text-on-action);
|
|
18
19
|
&.ga-tooltip--top-start, &.ga-tooltip--top-center, &.ga-tooltip--top-end, &.ga-tooltip--bottom-start, &.ga-tooltip--bottom-center, &.ga-tooltip--bottom-end, &.ga-tooltip--left-start, &.ga-tooltip--left-center, &.ga-tooltip--left-end, &.ga-tooltip--right-start, &.ga-tooltip--right-center, &.ga-tooltip--right-end {
|
|
@@ -21,7 +22,6 @@
|
|
|
21
22
|
position: absolute;
|
|
22
23
|
}
|
|
23
24
|
&::before {
|
|
24
|
-
content: var(--tw-content);
|
|
25
25
|
--tw-content: '';
|
|
26
26
|
content: var(--tw-content);
|
|
27
27
|
}
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
left: calc(0.25rem * 4);
|
|
61
61
|
}
|
|
62
62
|
&.ga-tooltip--top-center::before, &.ga-tooltip--bottom-center::before {
|
|
63
|
-
left: calc(1/2 * 100%);
|
|
64
|
-
--tw-translate-x: calc(calc(1/2 * 100%) * -1);
|
|
63
|
+
left: calc(1 / 2 * 100%);
|
|
64
|
+
--tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
|
|
65
65
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
66
66
|
}
|
|
67
67
|
&.ga-tooltip--top-end::before, &.ga-tooltip--bottom-end::before {
|
|
@@ -89,8 +89,8 @@
|
|
|
89
89
|
top: calc(0.25rem * 4);
|
|
90
90
|
}
|
|
91
91
|
&.ga-tooltip--left-center::before, &.ga-tooltip--right-center::before {
|
|
92
|
-
top: calc(1/2 * 100%);
|
|
93
|
-
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
|
|
92
|
+
top: calc(1 / 2 * 100%);
|
|
93
|
+
--tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
|
|
94
94
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
95
95
|
}
|
|
96
96
|
&.ga-tooltip--left-end::before, &.ga-tooltip--right-end::before {
|
|
@@ -131,3 +131,15 @@
|
|
|
131
131
|
syntax: "*";
|
|
132
132
|
inherits: false;
|
|
133
133
|
}
|
|
134
|
+
@layer properties {
|
|
135
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
136
|
+
*, ::before, ::after, ::backdrop {
|
|
137
|
+
--tw-content: "";
|
|
138
|
+
--tw-border-style: solid;
|
|
139
|
+
--tw-translate-x: 0;
|
|
140
|
+
--tw-translate-y: 0;
|
|
141
|
+
--tw-translate-z: 0;
|
|
142
|
+
--tw-font-weight: initial;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
}
|