@vsn-ux/gaia-styles 0.4.1 → 0.4.3
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-no-reset-10pt.css +46 -32
- package/dist/all-no-reset.css +46 -32
- package/dist/all.css +50 -33
- package/dist/base.css +1 -1
- package/dist/components/avatar.css +10 -9
- package/dist/components/badge.css +25 -24
- package/dist/components/button.css +13 -11
- package/dist/components/card.css +10 -9
- package/dist/components/checkbox.css +11 -10
- package/dist/components/dropdown.css +12 -11
- package/dist/components/form-field.css +12 -11
- package/dist/components/input.css +11 -10
- package/dist/components/menu.css +12 -11
- package/dist/components/notification.css +10 -9
- package/dist/components/radio.css +15 -14
- package/dist/components/segmented-control.css +24 -11
- package/dist/components/select.css +14 -13
- package/dist/components/switch.css +14 -13
- package/dist/components/tag.css +10 -9
- package/dist/components/text-area.css +11 -10
- package/dist/components/tooltip.css +14 -13
- package/dist/components.css +46 -32
- package/package.json +1 -1
- package/src/styles/components/button.css +1 -1
- package/src/styles/components/segmented-control.css +6 -2
|
@@ -1,33 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
2
|
-
@
|
|
3
|
-
@layer base {
|
|
4
|
-
*, ::before, ::after, ::backdrop {
|
|
5
|
-
--tw-border-style: solid;
|
|
6
|
-
--tw-font-weight: initial;
|
|
7
|
-
--tw-leading: initial;
|
|
8
|
-
--tw-shadow: 0 0 #0000;
|
|
9
|
-
--tw-shadow-color: initial;
|
|
10
|
-
--tw-shadow-alpha: 100%;
|
|
11
|
-
--tw-inset-shadow: 0 0 #0000;
|
|
12
|
-
--tw-inset-shadow-color: initial;
|
|
13
|
-
--tw-inset-shadow-alpha: 100%;
|
|
14
|
-
--tw-ring-color: initial;
|
|
15
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
16
|
-
--tw-inset-ring-color: initial;
|
|
17
|
-
--tw-inset-ring-shadow: 0 0 #0000;
|
|
18
|
-
--tw-ring-inset: initial;
|
|
19
|
-
--tw-ring-offset-width: 0px;
|
|
20
|
-
--tw-ring-offset-color: #fff;
|
|
21
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
22
|
-
--tw-outline-style: solid;
|
|
23
|
-
--tw-content: "";
|
|
24
|
-
--tw-translate-x: 0;
|
|
25
|
-
--tw-translate-y: 0;
|
|
26
|
-
--tw-translate-z: 0;
|
|
27
|
-
--tw-duration: initial;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
}
|
|
1
|
+
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
31
3
|
:root {
|
|
32
4
|
--ga-color-black: #000000;
|
|
33
5
|
--ga-color-blue-10: #edf4fe;
|
|
@@ -338,7 +310,7 @@
|
|
|
338
310
|
&.ga-badge--muted {
|
|
339
311
|
background-color: #fff;
|
|
340
312
|
color: var(--ga-color-cyan-70);
|
|
341
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
313
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
342
314
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
343
315
|
--tw-ring-color: var(--ga-color-grey-40);
|
|
344
316
|
--tw-ring-inset: inset;
|
|
@@ -365,6 +337,7 @@
|
|
|
365
337
|
line-height: calc(0.4rem * 1);
|
|
366
338
|
--tw-font-weight: 700;
|
|
367
339
|
font-weight: 700;
|
|
340
|
+
white-space: nowrap;
|
|
368
341
|
&:focus-visible {
|
|
369
342
|
outline-style: var(--tw-outline-style);
|
|
370
343
|
outline-width: 2px;
|
|
@@ -1181,6 +1154,7 @@
|
|
|
1181
1154
|
vertical-align: middle;
|
|
1182
1155
|
--tw-leading: calc(0.4rem * 1);
|
|
1183
1156
|
line-height: calc(0.4rem * 1);
|
|
1157
|
+
white-space: nowrap;
|
|
1184
1158
|
color: var(--ga-color-text-action);
|
|
1185
1159
|
&.ga-segmented-control__button--selected, &:hover {
|
|
1186
1160
|
border-color: var(--ga-color-border-action);
|
|
@@ -1196,12 +1170,23 @@
|
|
|
1196
1170
|
outline-color: var(--ga-color-border-focus);
|
|
1197
1171
|
}
|
|
1198
1172
|
&.ga-segmented-control__button--icon-only {
|
|
1199
|
-
padding-inline: 0.
|
|
1173
|
+
padding-inline: calc(0.4rem * 2.25);
|
|
1200
1174
|
&:hover {
|
|
1201
1175
|
color: var(--ga-color-icon-action-hover);
|
|
1202
1176
|
}
|
|
1203
1177
|
}
|
|
1204
1178
|
}
|
|
1179
|
+
.ga-segmented-control__button-sr-label {
|
|
1180
|
+
position: absolute;
|
|
1181
|
+
width: 1px;
|
|
1182
|
+
height: 1px;
|
|
1183
|
+
padding: 0;
|
|
1184
|
+
margin: -1px;
|
|
1185
|
+
overflow: hidden;
|
|
1186
|
+
clip: rect(0, 0, 0, 0);
|
|
1187
|
+
white-space: nowrap;
|
|
1188
|
+
border-width: 0;
|
|
1189
|
+
}
|
|
1205
1190
|
}
|
|
1206
1191
|
.ga-native-select {
|
|
1207
1192
|
position: relative;
|
|
@@ -1850,3 +1835,32 @@
|
|
|
1850
1835
|
syntax: "*";
|
|
1851
1836
|
inherits: false;
|
|
1852
1837
|
}
|
|
1838
|
+
@layer properties {
|
|
1839
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
1840
|
+
*, ::before, ::after, ::backdrop {
|
|
1841
|
+
--tw-border-style: solid;
|
|
1842
|
+
--tw-font-weight: initial;
|
|
1843
|
+
--tw-leading: initial;
|
|
1844
|
+
--tw-shadow: 0 0 #0000;
|
|
1845
|
+
--tw-shadow-color: initial;
|
|
1846
|
+
--tw-shadow-alpha: 100%;
|
|
1847
|
+
--tw-inset-shadow: 0 0 #0000;
|
|
1848
|
+
--tw-inset-shadow-color: initial;
|
|
1849
|
+
--tw-inset-shadow-alpha: 100%;
|
|
1850
|
+
--tw-ring-color: initial;
|
|
1851
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
1852
|
+
--tw-inset-ring-color: initial;
|
|
1853
|
+
--tw-inset-ring-shadow: 0 0 #0000;
|
|
1854
|
+
--tw-ring-inset: initial;
|
|
1855
|
+
--tw-ring-offset-width: 0px;
|
|
1856
|
+
--tw-ring-offset-color: #fff;
|
|
1857
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
1858
|
+
--tw-outline-style: solid;
|
|
1859
|
+
--tw-content: "";
|
|
1860
|
+
--tw-translate-x: 0;
|
|
1861
|
+
--tw-translate-y: 0;
|
|
1862
|
+
--tw-translate-z: 0;
|
|
1863
|
+
--tw-duration: initial;
|
|
1864
|
+
}
|
|
1865
|
+
}
|
|
1866
|
+
}
|
package/dist/all-no-reset.css
CHANGED
|
@@ -1,33 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
2
|
-
@
|
|
3
|
-
@layer base {
|
|
4
|
-
*, ::before, ::after, ::backdrop {
|
|
5
|
-
--tw-border-style: solid;
|
|
6
|
-
--tw-font-weight: initial;
|
|
7
|
-
--tw-leading: initial;
|
|
8
|
-
--tw-shadow: 0 0 #0000;
|
|
9
|
-
--tw-shadow-color: initial;
|
|
10
|
-
--tw-shadow-alpha: 100%;
|
|
11
|
-
--tw-inset-shadow: 0 0 #0000;
|
|
12
|
-
--tw-inset-shadow-color: initial;
|
|
13
|
-
--tw-inset-shadow-alpha: 100%;
|
|
14
|
-
--tw-ring-color: initial;
|
|
15
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
16
|
-
--tw-inset-ring-color: initial;
|
|
17
|
-
--tw-inset-ring-shadow: 0 0 #0000;
|
|
18
|
-
--tw-ring-inset: initial;
|
|
19
|
-
--tw-ring-offset-width: 0px;
|
|
20
|
-
--tw-ring-offset-color: #fff;
|
|
21
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
22
|
-
--tw-outline-style: solid;
|
|
23
|
-
--tw-content: "";
|
|
24
|
-
--tw-translate-x: 0;
|
|
25
|
-
--tw-translate-y: 0;
|
|
26
|
-
--tw-translate-z: 0;
|
|
27
|
-
--tw-duration: initial;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
}
|
|
1
|
+
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
31
3
|
:root {
|
|
32
4
|
--ga-color-black: #000000;
|
|
33
5
|
--ga-color-blue-10: #edf4fe;
|
|
@@ -338,7 +310,7 @@
|
|
|
338
310
|
&.ga-badge--muted {
|
|
339
311
|
background-color: #fff;
|
|
340
312
|
color: var(--ga-color-cyan-70);
|
|
341
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
313
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
342
314
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
343
315
|
--tw-ring-color: var(--ga-color-grey-40);
|
|
344
316
|
--tw-ring-inset: inset;
|
|
@@ -365,6 +337,7 @@
|
|
|
365
337
|
line-height: calc(0.25rem * 1);
|
|
366
338
|
--tw-font-weight: 700;
|
|
367
339
|
font-weight: 700;
|
|
340
|
+
white-space: nowrap;
|
|
368
341
|
&:focus-visible {
|
|
369
342
|
outline-style: var(--tw-outline-style);
|
|
370
343
|
outline-width: 2px;
|
|
@@ -1181,6 +1154,7 @@
|
|
|
1181
1154
|
vertical-align: middle;
|
|
1182
1155
|
--tw-leading: calc(0.25rem * 1);
|
|
1183
1156
|
line-height: calc(0.25rem * 1);
|
|
1157
|
+
white-space: nowrap;
|
|
1184
1158
|
color: var(--ga-color-text-action);
|
|
1185
1159
|
&.ga-segmented-control__button--selected, &:hover {
|
|
1186
1160
|
border-color: var(--ga-color-border-action);
|
|
@@ -1196,12 +1170,23 @@
|
|
|
1196
1170
|
outline-color: var(--ga-color-border-focus);
|
|
1197
1171
|
}
|
|
1198
1172
|
&.ga-segmented-control__button--icon-only {
|
|
1199
|
-
padding-inline: 0.
|
|
1173
|
+
padding-inline: calc(0.25rem * 2.25);
|
|
1200
1174
|
&:hover {
|
|
1201
1175
|
color: var(--ga-color-icon-action-hover);
|
|
1202
1176
|
}
|
|
1203
1177
|
}
|
|
1204
1178
|
}
|
|
1179
|
+
.ga-segmented-control__button-sr-label {
|
|
1180
|
+
position: absolute;
|
|
1181
|
+
width: 1px;
|
|
1182
|
+
height: 1px;
|
|
1183
|
+
padding: 0;
|
|
1184
|
+
margin: -1px;
|
|
1185
|
+
overflow: hidden;
|
|
1186
|
+
clip: rect(0, 0, 0, 0);
|
|
1187
|
+
white-space: nowrap;
|
|
1188
|
+
border-width: 0;
|
|
1189
|
+
}
|
|
1205
1190
|
}
|
|
1206
1191
|
.ga-native-select {
|
|
1207
1192
|
position: relative;
|
|
@@ -1850,3 +1835,32 @@
|
|
|
1850
1835
|
syntax: "*";
|
|
1851
1836
|
inherits: false;
|
|
1852
1837
|
}
|
|
1838
|
+
@layer properties {
|
|
1839
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
1840
|
+
*, ::before, ::after, ::backdrop {
|
|
1841
|
+
--tw-border-style: solid;
|
|
1842
|
+
--tw-font-weight: initial;
|
|
1843
|
+
--tw-leading: initial;
|
|
1844
|
+
--tw-shadow: 0 0 #0000;
|
|
1845
|
+
--tw-shadow-color: initial;
|
|
1846
|
+
--tw-shadow-alpha: 100%;
|
|
1847
|
+
--tw-inset-shadow: 0 0 #0000;
|
|
1848
|
+
--tw-inset-shadow-color: initial;
|
|
1849
|
+
--tw-inset-shadow-alpha: 100%;
|
|
1850
|
+
--tw-ring-color: initial;
|
|
1851
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
1852
|
+
--tw-inset-ring-color: initial;
|
|
1853
|
+
--tw-inset-ring-shadow: 0 0 #0000;
|
|
1854
|
+
--tw-ring-inset: initial;
|
|
1855
|
+
--tw-ring-offset-width: 0px;
|
|
1856
|
+
--tw-ring-offset-color: #fff;
|
|
1857
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
1858
|
+
--tw-outline-style: solid;
|
|
1859
|
+
--tw-content: "";
|
|
1860
|
+
--tw-translate-x: 0;
|
|
1861
|
+
--tw-translate-y: 0;
|
|
1862
|
+
--tw-translate-z: 0;
|
|
1863
|
+
--tw-duration: initial;
|
|
1864
|
+
}
|
|
1865
|
+
}
|
|
1866
|
+
}
|
package/dist/all.css
CHANGED
|
@@ -1,33 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
2
|
-
@
|
|
3
|
-
@layer base {
|
|
4
|
-
*, ::before, ::after, ::backdrop {
|
|
5
|
-
--tw-border-style: solid;
|
|
6
|
-
--tw-font-weight: initial;
|
|
7
|
-
--tw-leading: initial;
|
|
8
|
-
--tw-shadow: 0 0 #0000;
|
|
9
|
-
--tw-shadow-color: initial;
|
|
10
|
-
--tw-shadow-alpha: 100%;
|
|
11
|
-
--tw-inset-shadow: 0 0 #0000;
|
|
12
|
-
--tw-inset-shadow-color: initial;
|
|
13
|
-
--tw-inset-shadow-alpha: 100%;
|
|
14
|
-
--tw-ring-color: initial;
|
|
15
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
16
|
-
--tw-inset-ring-color: initial;
|
|
17
|
-
--tw-inset-ring-shadow: 0 0 #0000;
|
|
18
|
-
--tw-ring-inset: initial;
|
|
19
|
-
--tw-ring-offset-width: 0px;
|
|
20
|
-
--tw-ring-offset-color: #fff;
|
|
21
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
22
|
-
--tw-outline-style: solid;
|
|
23
|
-
--tw-content: "";
|
|
24
|
-
--tw-translate-x: 0;
|
|
25
|
-
--tw-translate-y: 0;
|
|
26
|
-
--tw-translate-z: 0;
|
|
27
|
-
--tw-duration: initial;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
}
|
|
1
|
+
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
31
3
|
:root {
|
|
32
4
|
--ga-color-black: #000000;
|
|
33
5
|
--ga-color-blue-10: #edf4fe;
|
|
@@ -362,7 +334,10 @@
|
|
|
362
334
|
}
|
|
363
335
|
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
|
364
336
|
::placeholder {
|
|
365
|
-
color:
|
|
337
|
+
color: currentColor;
|
|
338
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
339
|
+
color: color-mix(in oklab, currentColor 50%, transparent);
|
|
340
|
+
}
|
|
366
341
|
}
|
|
367
342
|
}
|
|
368
343
|
textarea {
|
|
@@ -481,7 +456,7 @@
|
|
|
481
456
|
&.ga-badge--muted {
|
|
482
457
|
background-color: #fff;
|
|
483
458
|
color: var(--ga-color-cyan-70);
|
|
484
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
459
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
485
460
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
486
461
|
--tw-ring-color: var(--ga-color-grey-40);
|
|
487
462
|
--tw-ring-inset: inset;
|
|
@@ -508,6 +483,7 @@
|
|
|
508
483
|
line-height: calc(0.25rem * 1);
|
|
509
484
|
--tw-font-weight: 700;
|
|
510
485
|
font-weight: 700;
|
|
486
|
+
white-space: nowrap;
|
|
511
487
|
&:focus-visible {
|
|
512
488
|
outline-style: var(--tw-outline-style);
|
|
513
489
|
outline-width: 2px;
|
|
@@ -1324,6 +1300,7 @@
|
|
|
1324
1300
|
vertical-align: middle;
|
|
1325
1301
|
--tw-leading: calc(0.25rem * 1);
|
|
1326
1302
|
line-height: calc(0.25rem * 1);
|
|
1303
|
+
white-space: nowrap;
|
|
1327
1304
|
color: var(--ga-color-text-action);
|
|
1328
1305
|
&.ga-segmented-control__button--selected, &:hover {
|
|
1329
1306
|
border-color: var(--ga-color-border-action);
|
|
@@ -1339,12 +1316,23 @@
|
|
|
1339
1316
|
outline-color: var(--ga-color-border-focus);
|
|
1340
1317
|
}
|
|
1341
1318
|
&.ga-segmented-control__button--icon-only {
|
|
1342
|
-
padding-inline: 0.
|
|
1319
|
+
padding-inline: calc(0.25rem * 2.25);
|
|
1343
1320
|
&:hover {
|
|
1344
1321
|
color: var(--ga-color-icon-action-hover);
|
|
1345
1322
|
}
|
|
1346
1323
|
}
|
|
1347
1324
|
}
|
|
1325
|
+
.ga-segmented-control__button-sr-label {
|
|
1326
|
+
position: absolute;
|
|
1327
|
+
width: 1px;
|
|
1328
|
+
height: 1px;
|
|
1329
|
+
padding: 0;
|
|
1330
|
+
margin: -1px;
|
|
1331
|
+
overflow: hidden;
|
|
1332
|
+
clip: rect(0, 0, 0, 0);
|
|
1333
|
+
white-space: nowrap;
|
|
1334
|
+
border-width: 0;
|
|
1335
|
+
}
|
|
1348
1336
|
}
|
|
1349
1337
|
.ga-native-select {
|
|
1350
1338
|
position: relative;
|
|
@@ -1993,3 +1981,32 @@
|
|
|
1993
1981
|
syntax: "*";
|
|
1994
1982
|
inherits: false;
|
|
1995
1983
|
}
|
|
1984
|
+
@layer properties {
|
|
1985
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
1986
|
+
*, ::before, ::after, ::backdrop {
|
|
1987
|
+
--tw-border-style: solid;
|
|
1988
|
+
--tw-font-weight: initial;
|
|
1989
|
+
--tw-leading: initial;
|
|
1990
|
+
--tw-shadow: 0 0 #0000;
|
|
1991
|
+
--tw-shadow-color: initial;
|
|
1992
|
+
--tw-shadow-alpha: 100%;
|
|
1993
|
+
--tw-inset-shadow: 0 0 #0000;
|
|
1994
|
+
--tw-inset-shadow-color: initial;
|
|
1995
|
+
--tw-inset-shadow-alpha: 100%;
|
|
1996
|
+
--tw-ring-color: initial;
|
|
1997
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
1998
|
+
--tw-inset-ring-color: initial;
|
|
1999
|
+
--tw-inset-ring-shadow: 0 0 #0000;
|
|
2000
|
+
--tw-ring-inset: initial;
|
|
2001
|
+
--tw-ring-offset-width: 0px;
|
|
2002
|
+
--tw-ring-offset-color: #fff;
|
|
2003
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
2004
|
+
--tw-outline-style: solid;
|
|
2005
|
+
--tw-content: "";
|
|
2006
|
+
--tw-translate-x: 0;
|
|
2007
|
+
--tw-translate-y: 0;
|
|
2008
|
+
--tw-translate-z: 0;
|
|
2009
|
+
--tw-duration: initial;
|
|
2010
|
+
}
|
|
2011
|
+
}
|
|
2012
|
+
}
|
package/dist/base.css
CHANGED
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
2
|
-
@
|
|
3
|
-
@layer base {
|
|
4
|
-
*, ::before, ::after, ::backdrop {
|
|
5
|
-
--tw-border-style: solid;
|
|
6
|
-
--tw-font-weight: initial;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
}
|
|
1
|
+
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
10
3
|
.ga-avatar {
|
|
11
4
|
display: inline-flex;
|
|
12
5
|
height: calc(0.25rem * 10);
|
|
@@ -44,3 +37,11 @@
|
|
|
44
37
|
syntax: "*";
|
|
45
38
|
inherits: false;
|
|
46
39
|
}
|
|
40
|
+
@layer properties {
|
|
41
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
42
|
+
*, ::before, ::after, ::backdrop {
|
|
43
|
+
--tw-border-style: solid;
|
|
44
|
+
--tw-font-weight: initial;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -1,26 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
2
|
-
@
|
|
3
|
-
@layer base {
|
|
4
|
-
*, ::before, ::after, ::backdrop {
|
|
5
|
-
--tw-leading: initial;
|
|
6
|
-
--tw-font-weight: initial;
|
|
7
|
-
--tw-shadow: 0 0 #0000;
|
|
8
|
-
--tw-shadow-color: initial;
|
|
9
|
-
--tw-shadow-alpha: 100%;
|
|
10
|
-
--tw-inset-shadow: 0 0 #0000;
|
|
11
|
-
--tw-inset-shadow-color: initial;
|
|
12
|
-
--tw-inset-shadow-alpha: 100%;
|
|
13
|
-
--tw-ring-color: initial;
|
|
14
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
15
|
-
--tw-inset-ring-color: initial;
|
|
16
|
-
--tw-inset-ring-shadow: 0 0 #0000;
|
|
17
|
-
--tw-ring-inset: initial;
|
|
18
|
-
--tw-ring-offset-width: 0px;
|
|
19
|
-
--tw-ring-offset-color: #fff;
|
|
20
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
1
|
+
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
24
3
|
.ga-badge {
|
|
25
4
|
display: inline-block;
|
|
26
5
|
border-radius: calc(infinity * 1px);
|
|
@@ -69,7 +48,7 @@
|
|
|
69
48
|
&.ga-badge--muted {
|
|
70
49
|
background-color: #fff;
|
|
71
50
|
color: var(--ga-color-cyan-70);
|
|
72
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
51
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
73
52
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
74
53
|
--tw-ring-color: var(--ga-color-grey-40);
|
|
75
54
|
--tw-ring-inset: inset;
|
|
@@ -152,3 +131,25 @@
|
|
|
152
131
|
inherits: false;
|
|
153
132
|
initial-value: 0 0 #0000;
|
|
154
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-leading: initial;
|
|
138
|
+
--tw-font-weight: initial;
|
|
139
|
+
--tw-shadow: 0 0 #0000;
|
|
140
|
+
--tw-shadow-color: initial;
|
|
141
|
+
--tw-shadow-alpha: 100%;
|
|
142
|
+
--tw-inset-shadow: 0 0 #0000;
|
|
143
|
+
--tw-inset-shadow-color: initial;
|
|
144
|
+
--tw-inset-shadow-alpha: 100%;
|
|
145
|
+
--tw-ring-color: initial;
|
|
146
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
147
|
+
--tw-inset-ring-color: initial;
|
|
148
|
+
--tw-inset-ring-shadow: 0 0 #0000;
|
|
149
|
+
--tw-ring-inset: initial;
|
|
150
|
+
--tw-ring-offset-width: 0px;
|
|
151
|
+
--tw-ring-offset-color: #fff;
|
|
152
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
}
|
|
@@ -1,14 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
2
|
-
@
|
|
3
|
-
@layer base {
|
|
4
|
-
*, ::before, ::after, ::backdrop {
|
|
5
|
-
--tw-leading: initial;
|
|
6
|
-
--tw-font-weight: initial;
|
|
7
|
-
--tw-outline-style: solid;
|
|
8
|
-
--tw-border-style: solid;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
}
|
|
1
|
+
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
12
3
|
.ga-button {
|
|
13
4
|
display: inline-flex;
|
|
14
5
|
height: calc(0.25rem * 10);
|
|
@@ -26,6 +17,7 @@
|
|
|
26
17
|
line-height: calc(0.25rem * 1);
|
|
27
18
|
--tw-font-weight: 700;
|
|
28
19
|
font-weight: 700;
|
|
20
|
+
white-space: nowrap;
|
|
29
21
|
&:focus-visible {
|
|
30
22
|
outline-style: var(--tw-outline-style);
|
|
31
23
|
outline-width: 2px;
|
|
@@ -125,3 +117,13 @@
|
|
|
125
117
|
inherits: false;
|
|
126
118
|
initial-value: solid;
|
|
127
119
|
}
|
|
120
|
+
@layer properties {
|
|
121
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
122
|
+
*, ::before, ::after, ::backdrop {
|
|
123
|
+
--tw-leading: initial;
|
|
124
|
+
--tw-font-weight: initial;
|
|
125
|
+
--tw-outline-style: solid;
|
|
126
|
+
--tw-border-style: solid;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
}
|
package/dist/components/card.css
CHANGED
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
2
|
-
@
|
|
3
|
-
@layer base {
|
|
4
|
-
*, ::before, ::after, ::backdrop {
|
|
5
|
-
--tw-border-style: solid;
|
|
6
|
-
--tw-outline-style: solid;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
}
|
|
1
|
+
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
10
3
|
.ga-card {
|
|
11
4
|
display: inline-block;
|
|
12
5
|
border-radius: var(--ga-radius);
|
|
@@ -47,3 +40,11 @@
|
|
|
47
40
|
inherits: false;
|
|
48
41
|
initial-value: solid;
|
|
49
42
|
}
|
|
43
|
+
@layer properties {
|
|
44
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
45
|
+
*, ::before, ::after, ::backdrop {
|
|
46
|
+
--tw-border-style: solid;
|
|
47
|
+
--tw-outline-style: solid;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -1,13 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
2
|
-
@
|
|
3
|
-
@layer base {
|
|
4
|
-
*, ::before, ::after, ::backdrop {
|
|
5
|
-
--tw-border-style: solid;
|
|
6
|
-
--tw-outline-style: solid;
|
|
7
|
-
--tw-leading: initial;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
1
|
+
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
11
3
|
.ga-checkbox {
|
|
12
4
|
position: relative;
|
|
13
5
|
display: inline-flex;
|
|
@@ -108,3 +100,12 @@
|
|
|
108
100
|
syntax: "*";
|
|
109
101
|
inherits: false;
|
|
110
102
|
}
|
|
103
|
+
@layer properties {
|
|
104
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
105
|
+
*, ::before, ::after, ::backdrop {
|
|
106
|
+
--tw-border-style: solid;
|
|
107
|
+
--tw-outline-style: solid;
|
|
108
|
+
--tw-leading: initial;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
@@ -1,14 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
2
|
-
@
|
|
3
|
-
@layer base {
|
|
4
|
-
*, ::before, ::after, ::backdrop {
|
|
5
|
-
--tw-border-style: solid;
|
|
6
|
-
--tw-leading: initial;
|
|
7
|
-
--tw-font-weight: initial;
|
|
8
|
-
--tw-content: "";
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
}
|
|
1
|
+
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
12
3
|
.ga-dropdown {
|
|
13
4
|
display: flex;
|
|
14
5
|
max-height: calc(0.25rem * 81);
|
|
@@ -135,3 +126,13 @@
|
|
|
135
126
|
inherits: false;
|
|
136
127
|
initial-value: "";
|
|
137
128
|
}
|
|
129
|
+
@layer properties {
|
|
130
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
131
|
+
*, ::before, ::after, ::backdrop {
|
|
132
|
+
--tw-border-style: solid;
|
|
133
|
+
--tw-leading: initial;
|
|
134
|
+
--tw-font-weight: initial;
|
|
135
|
+
--tw-content: "";
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
@@ -1,14 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
2
|
-
@
|
|
3
|
-
@layer base {
|
|
4
|
-
*, ::before, ::after, ::backdrop {
|
|
5
|
-
--tw-leading: initial;
|
|
6
|
-
--tw-outline-style: solid;
|
|
7
|
-
--tw-font-weight: initial;
|
|
8
|
-
--tw-border-style: solid;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
}
|
|
1
|
+
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
12
3
|
.ga-form-field {
|
|
13
4
|
display: flex;
|
|
14
5
|
flex-direction: column;
|
|
@@ -98,3 +89,13 @@
|
|
|
98
89
|
inherits: false;
|
|
99
90
|
initial-value: solid;
|
|
100
91
|
}
|
|
92
|
+
@layer properties {
|
|
93
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
94
|
+
*, ::before, ::after, ::backdrop {
|
|
95
|
+
--tw-leading: initial;
|
|
96
|
+
--tw-outline-style: solid;
|
|
97
|
+
--tw-font-weight: initial;
|
|
98
|
+
--tw-border-style: solid;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
@@ -1,13 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
2
|
-
@
|
|
3
|
-
@layer base {
|
|
4
|
-
*, ::before, ::after, ::backdrop {
|
|
5
|
-
--tw-border-style: solid;
|
|
6
|
-
--tw-outline-style: solid;
|
|
7
|
-
--tw-leading: initial;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
1
|
+
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
11
3
|
.ga-input {
|
|
12
4
|
display: flex;
|
|
13
5
|
height: calc(0.25rem * 10);
|
|
@@ -96,3 +88,12 @@
|
|
|
96
88
|
syntax: "*";
|
|
97
89
|
inherits: false;
|
|
98
90
|
}
|
|
91
|
+
@layer properties {
|
|
92
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
93
|
+
*, ::before, ::after, ::backdrop {
|
|
94
|
+
--tw-border-style: solid;
|
|
95
|
+
--tw-outline-style: solid;
|
|
96
|
+
--tw-leading: initial;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
package/dist/components/menu.css
CHANGED
|
@@ -1,14 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
2
|
-
@
|
|
3
|
-
@layer base {
|
|
4
|
-
*, ::before, ::after, ::backdrop {
|
|
5
|
-
--tw-border-style: solid;
|
|
6
|
-
--tw-leading: initial;
|
|
7
|
-
--tw-content: "";
|
|
8
|
-
--tw-font-weight: initial;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
}
|
|
1
|
+
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
12
3
|
.ga-menu {
|
|
13
4
|
display: flex;
|
|
14
5
|
max-height: calc(0.25rem * 81);
|
|
@@ -195,3 +186,13 @@
|
|
|
195
186
|
syntax: "*";
|
|
196
187
|
inherits: false;
|
|
197
188
|
}
|
|
189
|
+
@layer properties {
|
|
190
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
191
|
+
*, ::before, ::after, ::backdrop {
|
|
192
|
+
--tw-border-style: solid;
|
|
193
|
+
--tw-leading: initial;
|
|
194
|
+
--tw-content: "";
|
|
195
|
+
--tw-font-weight: initial;
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
}
|
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
2
|
-
@
|
|
3
|
-
@layer base {
|
|
4
|
-
*, ::before, ::after, ::backdrop {
|
|
5
|
-
--tw-border-style: solid;
|
|
6
|
-
--tw-font-weight: initial;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
}
|
|
1
|
+
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
10
3
|
.ga-notification {
|
|
11
4
|
display: inline-flex;
|
|
12
5
|
flex-direction: row;
|
|
@@ -83,3 +76,11 @@
|
|
|
83
76
|
syntax: "*";
|
|
84
77
|
inherits: false;
|
|
85
78
|
}
|
|
79
|
+
@layer properties {
|
|
80
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
81
|
+
*, ::before, ::after, ::backdrop {
|
|
82
|
+
--tw-border-style: solid;
|
|
83
|
+
--tw-font-weight: initial;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
@@ -1,17 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
2
|
-
@
|
|
3
|
-
@layer base {
|
|
4
|
-
*, ::before, ::after, ::backdrop {
|
|
5
|
-
--tw-outline-style: solid;
|
|
6
|
-
--tw-translate-x: 0;
|
|
7
|
-
--tw-translate-y: 0;
|
|
8
|
-
--tw-translate-z: 0;
|
|
9
|
-
--tw-content: "";
|
|
10
|
-
--tw-border-style: solid;
|
|
11
|
-
--tw-leading: initial;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
}
|
|
1
|
+
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
15
3
|
.ga-radio-group {
|
|
16
4
|
display: inline-flex;
|
|
17
5
|
flex-direction: column;
|
|
@@ -147,3 +135,16 @@
|
|
|
147
135
|
syntax: "*";
|
|
148
136
|
inherits: false;
|
|
149
137
|
}
|
|
138
|
+
@layer properties {
|
|
139
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
140
|
+
*, ::before, ::after, ::backdrop {
|
|
141
|
+
--tw-outline-style: solid;
|
|
142
|
+
--tw-translate-x: 0;
|
|
143
|
+
--tw-translate-y: 0;
|
|
144
|
+
--tw-translate-z: 0;
|
|
145
|
+
--tw-content: "";
|
|
146
|
+
--tw-border-style: solid;
|
|
147
|
+
--tw-leading: initial;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
@@ -1,13 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
2
|
-
@
|
|
3
|
-
@layer base {
|
|
4
|
-
*, ::before, ::after, ::backdrop {
|
|
5
|
-
--tw-border-style: solid;
|
|
6
|
-
--tw-leading: initial;
|
|
7
|
-
--tw-outline-style: solid;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
1
|
+
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
11
3
|
.ga-segmented-control {
|
|
12
4
|
display: inline-flex;
|
|
13
5
|
align-items: center;
|
|
@@ -38,6 +30,7 @@
|
|
|
38
30
|
vertical-align: middle;
|
|
39
31
|
--tw-leading: calc(0.25rem * 1);
|
|
40
32
|
line-height: calc(0.25rem * 1);
|
|
33
|
+
white-space: nowrap;
|
|
41
34
|
color: var(--ga-color-text-action);
|
|
42
35
|
&.ga-segmented-control__button--selected, &:hover {
|
|
43
36
|
border-color: var(--ga-color-border-action);
|
|
@@ -53,12 +46,23 @@
|
|
|
53
46
|
outline-color: var(--ga-color-border-focus);
|
|
54
47
|
}
|
|
55
48
|
&.ga-segmented-control__button--icon-only {
|
|
56
|
-
padding-inline: 0.
|
|
49
|
+
padding-inline: calc(0.25rem * 2.25);
|
|
57
50
|
&:hover {
|
|
58
51
|
color: var(--ga-color-icon-action-hover);
|
|
59
52
|
}
|
|
60
53
|
}
|
|
61
54
|
}
|
|
55
|
+
.ga-segmented-control__button-sr-label {
|
|
56
|
+
position: absolute;
|
|
57
|
+
width: 1px;
|
|
58
|
+
height: 1px;
|
|
59
|
+
padding: 0;
|
|
60
|
+
margin: -1px;
|
|
61
|
+
overflow: hidden;
|
|
62
|
+
clip: rect(0, 0, 0, 0);
|
|
63
|
+
white-space: nowrap;
|
|
64
|
+
border-width: 0;
|
|
65
|
+
}
|
|
62
66
|
}
|
|
63
67
|
@property --tw-border-style {
|
|
64
68
|
syntax: "*";
|
|
@@ -74,3 +78,12 @@
|
|
|
74
78
|
inherits: false;
|
|
75
79
|
initial-value: solid;
|
|
76
80
|
}
|
|
81
|
+
@layer properties {
|
|
82
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
83
|
+
*, ::before, ::after, ::backdrop {
|
|
84
|
+
--tw-border-style: solid;
|
|
85
|
+
--tw-leading: initial;
|
|
86
|
+
--tw-outline-style: solid;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
@@ -1,16 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
2
|
-
@
|
|
3
|
-
@layer base {
|
|
4
|
-
*, ::before, ::after, ::backdrop {
|
|
5
|
-
--tw-border-style: solid;
|
|
6
|
-
--tw-leading: initial;
|
|
7
|
-
--tw-translate-x: 0;
|
|
8
|
-
--tw-translate-y: 0;
|
|
9
|
-
--tw-translate-z: 0;
|
|
10
|
-
--tw-outline-style: solid;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
}
|
|
1
|
+
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
14
3
|
.ga-native-select {
|
|
15
4
|
position: relative;
|
|
16
5
|
select {
|
|
@@ -150,3 +139,15 @@
|
|
|
150
139
|
inherits: false;
|
|
151
140
|
initial-value: solid;
|
|
152
141
|
}
|
|
142
|
+
@layer properties {
|
|
143
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
144
|
+
*, ::before, ::after, ::backdrop {
|
|
145
|
+
--tw-border-style: solid;
|
|
146
|
+
--tw-leading: initial;
|
|
147
|
+
--tw-translate-x: 0;
|
|
148
|
+
--tw-translate-y: 0;
|
|
149
|
+
--tw-translate-z: 0;
|
|
150
|
+
--tw-outline-style: solid;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
}
|
|
@@ -1,16 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
2
|
-
@
|
|
3
|
-
@layer base {
|
|
4
|
-
*, ::before, ::after, ::backdrop {
|
|
5
|
-
--tw-border-style: solid;
|
|
6
|
-
--tw-duration: initial;
|
|
7
|
-
--tw-translate-x: 0;
|
|
8
|
-
--tw-translate-y: 0;
|
|
9
|
-
--tw-translate-z: 0;
|
|
10
|
-
--tw-outline-style: solid;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
}
|
|
1
|
+
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
14
3
|
.ga-switch {
|
|
15
4
|
position: relative;
|
|
16
5
|
display: inline-flex;
|
|
@@ -151,3 +140,15 @@
|
|
|
151
140
|
inherits: false;
|
|
152
141
|
initial-value: solid;
|
|
153
142
|
}
|
|
143
|
+
@layer properties {
|
|
144
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
145
|
+
*, ::before, ::after, ::backdrop {
|
|
146
|
+
--tw-border-style: solid;
|
|
147
|
+
--tw-duration: initial;
|
|
148
|
+
--tw-translate-x: 0;
|
|
149
|
+
--tw-translate-y: 0;
|
|
150
|
+
--tw-translate-z: 0;
|
|
151
|
+
--tw-outline-style: solid;
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
}
|
package/dist/components/tag.css
CHANGED
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
2
|
-
@
|
|
3
|
-
@layer base {
|
|
4
|
-
*, ::before, ::after, ::backdrop {
|
|
5
|
-
--tw-border-style: solid;
|
|
6
|
-
--tw-outline-style: solid;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
}
|
|
1
|
+
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
10
3
|
.ga-tag {
|
|
11
4
|
box-sizing: content-box;
|
|
12
5
|
display: inline-flex;
|
|
@@ -191,3 +184,11 @@
|
|
|
191
184
|
inherits: false;
|
|
192
185
|
initial-value: solid;
|
|
193
186
|
}
|
|
187
|
+
@layer properties {
|
|
188
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
189
|
+
*, ::before, ::after, ::backdrop {
|
|
190
|
+
--tw-border-style: solid;
|
|
191
|
+
--tw-outline-style: solid;
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
}
|
|
@@ -1,13 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
2
|
-
@
|
|
3
|
-
@layer base {
|
|
4
|
-
*, ::before, ::after, ::backdrop {
|
|
5
|
-
--tw-border-style: solid;
|
|
6
|
-
--tw-outline-style: solid;
|
|
7
|
-
--tw-leading: initial;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
1
|
+
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
11
3
|
.ga-text-area {
|
|
12
4
|
display: flex;
|
|
13
5
|
width: calc(0.25rem * 50);
|
|
@@ -70,3 +62,12 @@
|
|
|
70
62
|
syntax: "*";
|
|
71
63
|
inherits: false;
|
|
72
64
|
}
|
|
65
|
+
@layer properties {
|
|
66
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
67
|
+
*, ::before, ::after, ::backdrop {
|
|
68
|
+
--tw-border-style: solid;
|
|
69
|
+
--tw-outline-style: solid;
|
|
70
|
+
--tw-leading: initial;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
@@ -1,16 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
2
|
-
@
|
|
3
|
-
@layer base {
|
|
4
|
-
*, ::before, ::after, ::backdrop {
|
|
5
|
-
--tw-content: "";
|
|
6
|
-
--tw-border-style: solid;
|
|
7
|
-
--tw-translate-x: 0;
|
|
8
|
-
--tw-translate-y: 0;
|
|
9
|
-
--tw-translate-z: 0;
|
|
10
|
-
--tw-font-weight: initial;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
}
|
|
1
|
+
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
14
3
|
.ga-tooltip {
|
|
15
4
|
position: relative;
|
|
16
5
|
max-width: calc(0.25rem * 100);
|
|
@@ -136,3 +125,15 @@
|
|
|
136
125
|
syntax: "*";
|
|
137
126
|
inherits: false;
|
|
138
127
|
}
|
|
128
|
+
@layer properties {
|
|
129
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
130
|
+
*, ::before, ::after, ::backdrop {
|
|
131
|
+
--tw-content: "";
|
|
132
|
+
--tw-border-style: solid;
|
|
133
|
+
--tw-translate-x: 0;
|
|
134
|
+
--tw-translate-y: 0;
|
|
135
|
+
--tw-translate-z: 0;
|
|
136
|
+
--tw-font-weight: initial;
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
package/dist/components.css
CHANGED
|
@@ -1,33 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
2
|
-
@
|
|
3
|
-
@layer base {
|
|
4
|
-
*, ::before, ::after, ::backdrop {
|
|
5
|
-
--tw-border-style: solid;
|
|
6
|
-
--tw-font-weight: initial;
|
|
7
|
-
--tw-leading: initial;
|
|
8
|
-
--tw-shadow: 0 0 #0000;
|
|
9
|
-
--tw-shadow-color: initial;
|
|
10
|
-
--tw-shadow-alpha: 100%;
|
|
11
|
-
--tw-inset-shadow: 0 0 #0000;
|
|
12
|
-
--tw-inset-shadow-color: initial;
|
|
13
|
-
--tw-inset-shadow-alpha: 100%;
|
|
14
|
-
--tw-ring-color: initial;
|
|
15
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
16
|
-
--tw-inset-ring-color: initial;
|
|
17
|
-
--tw-inset-ring-shadow: 0 0 #0000;
|
|
18
|
-
--tw-ring-inset: initial;
|
|
19
|
-
--tw-ring-offset-width: 0px;
|
|
20
|
-
--tw-ring-offset-color: #fff;
|
|
21
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
22
|
-
--tw-outline-style: solid;
|
|
23
|
-
--tw-content: "";
|
|
24
|
-
--tw-translate-x: 0;
|
|
25
|
-
--tw-translate-y: 0;
|
|
26
|
-
--tw-translate-z: 0;
|
|
27
|
-
--tw-duration: initial;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
}
|
|
1
|
+
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
31
3
|
.ga-avatar {
|
|
32
4
|
display: inline-flex;
|
|
33
5
|
height: calc(0.25rem * 10);
|
|
@@ -104,7 +76,7 @@
|
|
|
104
76
|
&.ga-badge--muted {
|
|
105
77
|
background-color: #fff;
|
|
106
78
|
color: var(--ga-color-cyan-70);
|
|
107
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
79
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
108
80
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
109
81
|
--tw-ring-color: var(--ga-color-grey-40);
|
|
110
82
|
--tw-ring-inset: inset;
|
|
@@ -131,6 +103,7 @@
|
|
|
131
103
|
line-height: calc(0.25rem * 1);
|
|
132
104
|
--tw-font-weight: 700;
|
|
133
105
|
font-weight: 700;
|
|
106
|
+
white-space: nowrap;
|
|
134
107
|
&:focus-visible {
|
|
135
108
|
outline-style: var(--tw-outline-style);
|
|
136
109
|
outline-width: 2px;
|
|
@@ -947,6 +920,7 @@
|
|
|
947
920
|
vertical-align: middle;
|
|
948
921
|
--tw-leading: calc(0.25rem * 1);
|
|
949
922
|
line-height: calc(0.25rem * 1);
|
|
923
|
+
white-space: nowrap;
|
|
950
924
|
color: var(--ga-color-text-action);
|
|
951
925
|
&.ga-segmented-control__button--selected, &:hover {
|
|
952
926
|
border-color: var(--ga-color-border-action);
|
|
@@ -962,12 +936,23 @@
|
|
|
962
936
|
outline-color: var(--ga-color-border-focus);
|
|
963
937
|
}
|
|
964
938
|
&.ga-segmented-control__button--icon-only {
|
|
965
|
-
padding-inline: 0.
|
|
939
|
+
padding-inline: calc(0.25rem * 2.25);
|
|
966
940
|
&:hover {
|
|
967
941
|
color: var(--ga-color-icon-action-hover);
|
|
968
942
|
}
|
|
969
943
|
}
|
|
970
944
|
}
|
|
945
|
+
.ga-segmented-control__button-sr-label {
|
|
946
|
+
position: absolute;
|
|
947
|
+
width: 1px;
|
|
948
|
+
height: 1px;
|
|
949
|
+
padding: 0;
|
|
950
|
+
margin: -1px;
|
|
951
|
+
overflow: hidden;
|
|
952
|
+
clip: rect(0, 0, 0, 0);
|
|
953
|
+
white-space: nowrap;
|
|
954
|
+
border-width: 0;
|
|
955
|
+
}
|
|
971
956
|
}
|
|
972
957
|
.ga-native-select {
|
|
973
958
|
position: relative;
|
|
@@ -1615,3 +1600,32 @@
|
|
|
1615
1600
|
syntax: "*";
|
|
1616
1601
|
inherits: false;
|
|
1617
1602
|
}
|
|
1603
|
+
@layer properties {
|
|
1604
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
1605
|
+
*, ::before, ::after, ::backdrop {
|
|
1606
|
+
--tw-border-style: solid;
|
|
1607
|
+
--tw-font-weight: initial;
|
|
1608
|
+
--tw-leading: initial;
|
|
1609
|
+
--tw-shadow: 0 0 #0000;
|
|
1610
|
+
--tw-shadow-color: initial;
|
|
1611
|
+
--tw-shadow-alpha: 100%;
|
|
1612
|
+
--tw-inset-shadow: 0 0 #0000;
|
|
1613
|
+
--tw-inset-shadow-color: initial;
|
|
1614
|
+
--tw-inset-shadow-alpha: 100%;
|
|
1615
|
+
--tw-ring-color: initial;
|
|
1616
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
1617
|
+
--tw-inset-ring-color: initial;
|
|
1618
|
+
--tw-inset-ring-shadow: 0 0 #0000;
|
|
1619
|
+
--tw-ring-inset: initial;
|
|
1620
|
+
--tw-ring-offset-width: 0px;
|
|
1621
|
+
--tw-ring-offset-color: #fff;
|
|
1622
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
1623
|
+
--tw-outline-style: solid;
|
|
1624
|
+
--tw-content: "";
|
|
1625
|
+
--tw-translate-x: 0;
|
|
1626
|
+
--tw-translate-y: 0;
|
|
1627
|
+
--tw-translate-z: 0;
|
|
1628
|
+
--tw-duration: initial;
|
|
1629
|
+
}
|
|
1630
|
+
}
|
|
1631
|
+
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
.ga-button {
|
|
2
|
-
@apply text-md inline-flex h-10 cursor-pointer items-center justify-center gap-2 rounded px-4 align-middle leading-1 font-bold;
|
|
2
|
+
@apply text-md inline-flex h-10 cursor-pointer items-center justify-center gap-2 rounded px-4 align-middle leading-1 font-bold whitespace-nowrap;
|
|
3
3
|
|
|
4
4
|
&:focus-visible {
|
|
5
5
|
@apply outline-2 outline-offset-2 outline-(--ga-color-border-focus);
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
@apply text-md inline-flex items-center justify-center gap-0.5 rounded border border-(--ga-color-border-primary) p-0.5 align-middle;
|
|
3
3
|
|
|
4
4
|
.ga-segmented-control__button {
|
|
5
|
-
@apply inline-flex h-9 cursor-pointer items-center justify-center gap-2 rounded border border-transparent bg-(--ga-color-surface-primary) px-4 align-middle leading-1 text-(--ga-color-text-action);
|
|
5
|
+
@apply inline-flex h-9 cursor-pointer items-center justify-center gap-2 rounded border border-transparent bg-(--ga-color-surface-primary) px-4 align-middle leading-1 whitespace-nowrap text-(--ga-color-text-action);
|
|
6
6
|
|
|
7
7
|
&.ga-segmented-control__button--selected,
|
|
8
8
|
&:hover {
|
|
@@ -18,11 +18,15 @@
|
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
&.ga-segmented-control__button--icon-only {
|
|
21
|
-
@apply px-
|
|
21
|
+
@apply px-2.25;
|
|
22
22
|
|
|
23
23
|
&:hover {
|
|
24
24
|
@apply text-(--ga-color-icon-action-hover);
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
|
+
|
|
29
|
+
.ga-segmented-control__button-sr-label {
|
|
30
|
+
@apply sr-only;
|
|
31
|
+
}
|
|
28
32
|
}
|