@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
package/dist/base.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-avatar {
|
|
3
4
|
display: inline-flex;
|
|
4
5
|
height: calc(0.25rem * 10);
|
|
@@ -33,7 +34,7 @@
|
|
|
33
34
|
var(--ga-text-2xl-line-height) * var(--ga-base-scaling-factor, 1)
|
|
34
35
|
));
|
|
35
36
|
letter-spacing: var(--tw-tracking, calc(
|
|
36
|
-
var(--ga-text-2xl-
|
|
37
|
+
var(--ga-text-2xl-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
37
38
|
));
|
|
38
39
|
}
|
|
39
40
|
}
|
|
@@ -46,3 +47,11 @@
|
|
|
46
47
|
syntax: "*";
|
|
47
48
|
inherits: false;
|
|
48
49
|
}
|
|
50
|
+
@layer properties {
|
|
51
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
52
|
+
*, ::before, ::after, ::backdrop {
|
|
53
|
+
--tw-border-style: solid;
|
|
54
|
+
--tw-font-weight: initial;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.
|
|
1
|
+
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
2
3
|
.ga-badge {
|
|
3
4
|
display: inline-block;
|
|
4
5
|
border-radius: calc(infinity * 1px);
|
|
@@ -32,33 +33,33 @@
|
|
|
32
33
|
color: var(--ga-color-text-action);
|
|
33
34
|
}
|
|
34
35
|
&.ga-badge--information {
|
|
35
|
-
background-color: var(--ga-color-utility-blue-
|
|
36
|
+
background-color: var(--ga-color-utility-blue-accent);
|
|
36
37
|
color: var(--ga-color-text-information);
|
|
37
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
38
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
38
39
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
39
40
|
--tw-ring-color: var(--ga-color-border-information);
|
|
40
41
|
--tw-ring-inset: inset;
|
|
41
42
|
}
|
|
42
43
|
&.ga-badge--error {
|
|
43
|
-
background-color: var(--ga-color-utility-red-
|
|
44
|
+
background-color: var(--ga-color-utility-red-accent);
|
|
44
45
|
color: var(--ga-color-text-error);
|
|
45
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
46
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
46
47
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
47
48
|
--tw-ring-color: var(--ga-color-border-error);
|
|
48
49
|
--tw-ring-inset: inset;
|
|
49
50
|
}
|
|
50
51
|
&.ga-badge--warning {
|
|
51
|
-
background-color: var(--ga-color-utility-orange-
|
|
52
|
+
background-color: var(--ga-color-utility-orange-accent);
|
|
52
53
|
color: var(--ga-color-text-warning);
|
|
53
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
54
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
54
55
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
55
56
|
--tw-ring-color: var(--ga-color-border-warning);
|
|
56
57
|
--tw-ring-inset: inset;
|
|
57
58
|
}
|
|
58
59
|
&.ga-badge--success {
|
|
59
|
-
background-color: var(--ga-color-utility-green-
|
|
60
|
+
background-color: var(--ga-color-utility-green-accent);
|
|
60
61
|
color: var(--ga-color-text-success);
|
|
61
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
62
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
62
63
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
63
64
|
--tw-ring-color: var(--ga-color-border-success);
|
|
64
65
|
--tw-ring-inset: inset;
|
|
@@ -68,7 +69,7 @@
|
|
|
68
69
|
color: var(--ga-color-text-disable-selected);
|
|
69
70
|
}
|
|
70
71
|
&.ga-badge--disabled-inverted {
|
|
71
|
-
background-color: var(--ga-color-icon-
|
|
72
|
+
background-color: var(--ga-color-icon-on-primary);
|
|
72
73
|
color: var(--ga-color-text-disabled);
|
|
73
74
|
}
|
|
74
75
|
}
|
|
@@ -83,7 +84,7 @@
|
|
|
83
84
|
}
|
|
84
85
|
&.ga-badge--muted {
|
|
85
86
|
background-color: var(--ga-color-icon-on-primary);
|
|
86
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
87
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
87
88
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
88
89
|
--tw-ring-color: var(--ga-color-text-disabled);
|
|
89
90
|
--tw-ring-inset: inset;
|
|
@@ -104,7 +105,7 @@
|
|
|
104
105
|
background-color: var(--ga-color-icon-on-disabled);
|
|
105
106
|
}
|
|
106
107
|
&.ga-badge--disabled-inverted {
|
|
107
|
-
background-color: var(--ga-color-icon-
|
|
108
|
+
background-color: var(--ga-color-icon-on-primary);
|
|
108
109
|
}
|
|
109
110
|
}
|
|
110
111
|
}
|
|
@@ -125,6 +126,11 @@
|
|
|
125
126
|
syntax: "*";
|
|
126
127
|
inherits: false;
|
|
127
128
|
}
|
|
129
|
+
@property --tw-shadow-alpha {
|
|
130
|
+
syntax: "<percentage>";
|
|
131
|
+
inherits: false;
|
|
132
|
+
initial-value: 100%;
|
|
133
|
+
}
|
|
128
134
|
@property --tw-inset-shadow {
|
|
129
135
|
syntax: "*";
|
|
130
136
|
inherits: false;
|
|
@@ -134,6 +140,11 @@
|
|
|
134
140
|
syntax: "*";
|
|
135
141
|
inherits: false;
|
|
136
142
|
}
|
|
143
|
+
@property --tw-inset-shadow-alpha {
|
|
144
|
+
syntax: "<percentage>";
|
|
145
|
+
inherits: false;
|
|
146
|
+
initial-value: 100%;
|
|
147
|
+
}
|
|
137
148
|
@property --tw-ring-color {
|
|
138
149
|
syntax: "*";
|
|
139
150
|
inherits: false;
|
|
@@ -171,3 +182,25 @@
|
|
|
171
182
|
inherits: false;
|
|
172
183
|
initial-value: 0 0 #0000;
|
|
173
184
|
}
|
|
185
|
+
@layer properties {
|
|
186
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
187
|
+
*, ::before, ::after, ::backdrop {
|
|
188
|
+
--tw-leading: initial;
|
|
189
|
+
--tw-font-weight: initial;
|
|
190
|
+
--tw-shadow: 0 0 #0000;
|
|
191
|
+
--tw-shadow-color: initial;
|
|
192
|
+
--tw-shadow-alpha: 100%;
|
|
193
|
+
--tw-inset-shadow: 0 0 #0000;
|
|
194
|
+
--tw-inset-shadow-color: initial;
|
|
195
|
+
--tw-inset-shadow-alpha: 100%;
|
|
196
|
+
--tw-ring-color: initial;
|
|
197
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
198
|
+
--tw-inset-ring-color: initial;
|
|
199
|
+
--tw-inset-ring-shadow: 0 0 #0000;
|
|
200
|
+
--tw-ring-inset: initial;
|
|
201
|
+
--tw-ring-offset-width: 0px;
|
|
202
|
+
--tw-ring-offset-color: #fff;
|
|
203
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
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
|
.ga-button {
|
|
3
4
|
display: inline-flex;
|
|
4
5
|
height: calc(0.25rem * 10);
|
|
@@ -16,13 +17,18 @@
|
|
|
16
17
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
17
18
|
));
|
|
18
19
|
letter-spacing: var(--tw-tracking, calc(
|
|
19
|
-
var(--ga-text-md-
|
|
20
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
20
21
|
));
|
|
21
22
|
--tw-leading: calc(0.25rem * 1);
|
|
22
23
|
line-height: calc(0.25rem * 1);
|
|
23
24
|
--tw-font-weight: 500;
|
|
24
25
|
font-weight: 500;
|
|
25
26
|
white-space: nowrap;
|
|
27
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
28
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
29
|
+
transition-duration: var(--tw-duration, 0s);
|
|
30
|
+
transition-duration: var(--ga-duration-instant);
|
|
31
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
26
32
|
.ga-icon {
|
|
27
33
|
color: var(--ga-color-icon-action);
|
|
28
34
|
}
|
|
@@ -48,7 +54,7 @@
|
|
|
48
54
|
background-color: var(--ga-color-surface-action-hover);
|
|
49
55
|
}
|
|
50
56
|
&:active {
|
|
51
|
-
background-color: var(--ga-color-
|
|
57
|
+
background-color: var(--ga-color-surface-action);
|
|
52
58
|
}
|
|
53
59
|
&:disabled {
|
|
54
60
|
background-color: var(--ga-color-surface-disabled);
|
|
@@ -149,3 +155,13 @@
|
|
|
149
155
|
inherits: false;
|
|
150
156
|
initial-value: solid;
|
|
151
157
|
}
|
|
158
|
+
@layer properties {
|
|
159
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
160
|
+
*, ::before, ::after, ::backdrop {
|
|
161
|
+
--tw-leading: initial;
|
|
162
|
+
--tw-font-weight: initial;
|
|
163
|
+
--tw-outline-style: solid;
|
|
164
|
+
--tw-border-style: solid;
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
/*! tailwindcss v4.
|
|
1
|
+
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
2
3
|
.ga-calendar {
|
|
3
4
|
width: calc(0.25rem * 70);
|
|
4
5
|
background-color: #fff;
|
|
5
6
|
--tw-numeric-figure: lining-nums;
|
|
6
|
-
font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
|
|
7
7
|
--tw-slashed-zero: slashed-zero;
|
|
8
|
-
font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
|
|
9
8
|
--tw-numeric-spacing: tabular-nums;
|
|
10
9
|
font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
|
|
11
10
|
.ga-calendar__header {
|
|
@@ -33,7 +32,7 @@
|
|
|
33
32
|
var(--ga-text-lg-line-height) * var(--ga-base-scaling-factor, 1)
|
|
34
33
|
));
|
|
35
34
|
letter-spacing: var(--tw-tracking, calc(
|
|
36
|
-
var(--ga-text-lg-
|
|
35
|
+
var(--ga-text-lg-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
37
36
|
));
|
|
38
37
|
--tw-font-weight: 600;
|
|
39
38
|
font-weight: 600;
|
|
@@ -49,6 +48,11 @@
|
|
|
49
48
|
}
|
|
50
49
|
.ga-calendar__navigation-button {
|
|
51
50
|
cursor: pointer;
|
|
51
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
52
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
53
|
+
transition-duration: var(--tw-duration, 0s);
|
|
54
|
+
transition-duration: var(--ga-duration-instant);
|
|
55
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
52
56
|
&:hover {
|
|
53
57
|
@media (hover: hover) {
|
|
54
58
|
color: var(--ga-color-icon-action-hover);
|
|
@@ -95,13 +99,18 @@
|
|
|
95
99
|
var(--ga-text-lg-line-height) * var(--ga-base-scaling-factor, 1)
|
|
96
100
|
));
|
|
97
101
|
letter-spacing: var(--tw-tracking, calc(
|
|
98
|
-
var(--ga-text-lg-
|
|
102
|
+
var(--ga-text-lg-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
99
103
|
));
|
|
100
104
|
--tw-leading: calc(0.25rem * 10);
|
|
101
105
|
line-height: calc(0.25rem * 10);
|
|
102
106
|
--tw-font-weight: 500;
|
|
103
107
|
font-weight: 500;
|
|
104
108
|
color: var(--ga-color-text-action);
|
|
109
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
110
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
111
|
+
transition-duration: var(--tw-duration, 0s);
|
|
112
|
+
transition-duration: var(--ga-duration-instant);
|
|
113
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
105
114
|
&:not(.ga-calendar__year--disabled, .ga-calendar__month--disabled):hover {
|
|
106
115
|
color: var(--ga-color-text-action-hover);
|
|
107
116
|
text-decoration-line: underline;
|
|
@@ -116,7 +125,7 @@
|
|
|
116
125
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
117
126
|
));
|
|
118
127
|
letter-spacing: var(--tw-tracking, calc(
|
|
119
|
-
var(--ga-text-md-
|
|
128
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
120
129
|
));
|
|
121
130
|
color: var(--ga-color-text-on-action);
|
|
122
131
|
}
|
|
@@ -141,9 +150,14 @@
|
|
|
141
150
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
142
151
|
));
|
|
143
152
|
letter-spacing: var(--tw-tracking, calc(
|
|
144
|
-
var(--ga-text-md-
|
|
153
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
145
154
|
));
|
|
146
155
|
color: var(--ga-color-text-body);
|
|
156
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
157
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
158
|
+
transition-duration: var(--tw-duration, 0s);
|
|
159
|
+
transition-duration: var(--ga-duration-instant);
|
|
160
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
147
161
|
&:hover {
|
|
148
162
|
background-color: var(--ga-color-surface-action-hover-2);
|
|
149
163
|
color: var(--ga-color-text-action-hover);
|
|
@@ -151,12 +165,12 @@
|
|
|
151
165
|
&.ga-calendar__day--current::after {
|
|
152
166
|
position: absolute;
|
|
153
167
|
bottom: calc(0.25rem * 2);
|
|
154
|
-
left: calc(1/2 * 100%);
|
|
168
|
+
left: calc(1 / 2 * 100%);
|
|
155
169
|
height: calc(0.25rem * 0.5);
|
|
156
170
|
width: calc(0.25rem * 5);
|
|
157
|
-
--tw-translate-x: calc(calc(1/2 * 100%) * -1);
|
|
171
|
+
--tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
|
|
158
172
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
159
|
-
transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
|
|
173
|
+
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
160
174
|
border-radius: var(--ga-radius);
|
|
161
175
|
background-color: var(--ga-color-surface-action);
|
|
162
176
|
--tw-content: '';
|
|
@@ -165,12 +179,12 @@
|
|
|
165
179
|
&.ga-calendar__day--special::after {
|
|
166
180
|
position: absolute;
|
|
167
181
|
bottom: calc(0.25rem * 2);
|
|
168
|
-
left: calc(1/2 * 100%);
|
|
182
|
+
left: calc(1 / 2 * 100%);
|
|
169
183
|
height: calc(0.25rem * 1);
|
|
170
184
|
width: calc(0.25rem * 1);
|
|
171
|
-
--tw-translate-x: calc(calc(1/2 * 100%) * -1);
|
|
185
|
+
--tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
|
|
172
186
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
173
|
-
transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
|
|
187
|
+
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
174
188
|
border-radius: calc(infinity * 1px);
|
|
175
189
|
background-color: var(--ga-color-surface-action);
|
|
176
190
|
--tw-content: '';
|
|
@@ -213,7 +227,7 @@
|
|
|
213
227
|
border-block-style: var(--tw-border-style);
|
|
214
228
|
border-block-width: 1px;
|
|
215
229
|
border-color: var(--ga-color-border-success);
|
|
216
|
-
background-color: var(--ga-color-success-
|
|
230
|
+
background-color: var(--ga-color-success-accent);
|
|
217
231
|
color: var(--ga-color-text-body);
|
|
218
232
|
}
|
|
219
233
|
&.ga-calendar__day--selected-range-end {
|
|
@@ -258,7 +272,7 @@
|
|
|
258
272
|
var(--ga-text-xs-line-height) * var(--ga-base-scaling-factor, 1)
|
|
259
273
|
));
|
|
260
274
|
letter-spacing: var(--tw-tracking, calc(
|
|
261
|
-
var(--ga-text-xs-
|
|
275
|
+
var(--ga-text-xs-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
262
276
|
));
|
|
263
277
|
--tw-font-weight: 500;
|
|
264
278
|
font-weight: 500;
|
|
@@ -310,27 +324,22 @@
|
|
|
310
324
|
@property --tw-rotate-x {
|
|
311
325
|
syntax: "*";
|
|
312
326
|
inherits: false;
|
|
313
|
-
initial-value: rotateX(0);
|
|
314
327
|
}
|
|
315
328
|
@property --tw-rotate-y {
|
|
316
329
|
syntax: "*";
|
|
317
330
|
inherits: false;
|
|
318
|
-
initial-value: rotateY(0);
|
|
319
331
|
}
|
|
320
332
|
@property --tw-rotate-z {
|
|
321
333
|
syntax: "*";
|
|
322
334
|
inherits: false;
|
|
323
|
-
initial-value: rotateZ(0);
|
|
324
335
|
}
|
|
325
336
|
@property --tw-skew-x {
|
|
326
337
|
syntax: "*";
|
|
327
338
|
inherits: false;
|
|
328
|
-
initial-value: skewX(0);
|
|
329
339
|
}
|
|
330
340
|
@property --tw-skew-y {
|
|
331
341
|
syntax: "*";
|
|
332
342
|
inherits: false;
|
|
333
|
-
initial-value: skewY(0);
|
|
334
343
|
}
|
|
335
344
|
@property --tw-content {
|
|
336
345
|
syntax: "*";
|
|
@@ -342,3 +351,26 @@
|
|
|
342
351
|
inherits: false;
|
|
343
352
|
initial-value: solid;
|
|
344
353
|
}
|
|
354
|
+
@layer properties {
|
|
355
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
356
|
+
*, ::before, ::after, ::backdrop {
|
|
357
|
+
--tw-ordinal: initial;
|
|
358
|
+
--tw-slashed-zero: initial;
|
|
359
|
+
--tw-numeric-figure: initial;
|
|
360
|
+
--tw-numeric-spacing: initial;
|
|
361
|
+
--tw-numeric-fraction: initial;
|
|
362
|
+
--tw-font-weight: initial;
|
|
363
|
+
--tw-leading: initial;
|
|
364
|
+
--tw-translate-x: 0;
|
|
365
|
+
--tw-translate-y: 0;
|
|
366
|
+
--tw-translate-z: 0;
|
|
367
|
+
--tw-rotate-x: initial;
|
|
368
|
+
--tw-rotate-y: initial;
|
|
369
|
+
--tw-rotate-z: initial;
|
|
370
|
+
--tw-skew-x: initial;
|
|
371
|
+
--tw-skew-y: initial;
|
|
372
|
+
--tw-content: "";
|
|
373
|
+
--tw-border-style: solid;
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
}
|
package/dist/components/card.css
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
/*! tailwindcss v4.
|
|
1
|
+
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
2
3
|
.ga-card {
|
|
3
4
|
display: inline-block;
|
|
4
5
|
border-radius: var(--ga-radius);
|
|
5
6
|
border-style: var(--tw-border-style);
|
|
6
7
|
border-width: 1px;
|
|
7
|
-
border-color: var(--ga-color-border-
|
|
8
|
+
border-color: var(--ga-color-border-tertiary);
|
|
8
9
|
background-color: #fff;
|
|
9
10
|
padding: calc(0.25rem * 4);
|
|
10
11
|
font-size: calc(
|
|
@@ -14,19 +15,34 @@
|
|
|
14
15
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
15
16
|
));
|
|
16
17
|
letter-spacing: var(--tw-tracking, calc(
|
|
17
|
-
var(--ga-text-md-
|
|
18
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
18
19
|
));
|
|
19
20
|
&.ga-card--selectable {
|
|
21
|
+
position: relative;
|
|
20
22
|
cursor: pointer;
|
|
23
|
+
transition-property: color,background-color,border-color,box-shadow;
|
|
24
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
25
|
+
transition-duration: var(--tw-duration, 0s);
|
|
26
|
+
transition-duration: var(--ga-duration-instant);
|
|
27
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
21
28
|
&:hover:not(.ga-card--selected) {
|
|
22
29
|
border-color: var(--ga-color-border-action-hover);
|
|
23
30
|
background-color: var(--ga-color-surface-action-hover-2);
|
|
31
|
+
--tw-shadow: var(--ga-shadow-north);
|
|
32
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
24
33
|
}
|
|
25
34
|
&:focus-visible {
|
|
26
|
-
|
|
27
|
-
outline-
|
|
28
|
-
|
|
29
|
-
|
|
35
|
+
--tw-outline-style: none;
|
|
36
|
+
outline-style: none;
|
|
37
|
+
}
|
|
38
|
+
&:focus-visible::after {
|
|
39
|
+
position: absolute;
|
|
40
|
+
inset: calc(5px * -1);
|
|
41
|
+
border-style: var(--tw-border-style);
|
|
42
|
+
border-width: 2px;
|
|
43
|
+
border-color: var(--ga-color-border-focus);
|
|
44
|
+
--tw-content: '';
|
|
45
|
+
content: var(--tw-content);
|
|
30
46
|
}
|
|
31
47
|
}
|
|
32
48
|
&.ga-card--disabled {
|
|
@@ -44,8 +60,95 @@
|
|
|
44
60
|
inherits: false;
|
|
45
61
|
initial-value: solid;
|
|
46
62
|
}
|
|
47
|
-
@property --tw-
|
|
63
|
+
@property --tw-shadow {
|
|
48
64
|
syntax: "*";
|
|
49
65
|
inherits: false;
|
|
50
|
-
initial-value:
|
|
66
|
+
initial-value: 0 0 #0000;
|
|
67
|
+
}
|
|
68
|
+
@property --tw-shadow-color {
|
|
69
|
+
syntax: "*";
|
|
70
|
+
inherits: false;
|
|
71
|
+
}
|
|
72
|
+
@property --tw-shadow-alpha {
|
|
73
|
+
syntax: "<percentage>";
|
|
74
|
+
inherits: false;
|
|
75
|
+
initial-value: 100%;
|
|
76
|
+
}
|
|
77
|
+
@property --tw-inset-shadow {
|
|
78
|
+
syntax: "*";
|
|
79
|
+
inherits: false;
|
|
80
|
+
initial-value: 0 0 #0000;
|
|
81
|
+
}
|
|
82
|
+
@property --tw-inset-shadow-color {
|
|
83
|
+
syntax: "*";
|
|
84
|
+
inherits: false;
|
|
85
|
+
}
|
|
86
|
+
@property --tw-inset-shadow-alpha {
|
|
87
|
+
syntax: "<percentage>";
|
|
88
|
+
inherits: false;
|
|
89
|
+
initial-value: 100%;
|
|
90
|
+
}
|
|
91
|
+
@property --tw-ring-color {
|
|
92
|
+
syntax: "*";
|
|
93
|
+
inherits: false;
|
|
94
|
+
}
|
|
95
|
+
@property --tw-ring-shadow {
|
|
96
|
+
syntax: "*";
|
|
97
|
+
inherits: false;
|
|
98
|
+
initial-value: 0 0 #0000;
|
|
99
|
+
}
|
|
100
|
+
@property --tw-inset-ring-color {
|
|
101
|
+
syntax: "*";
|
|
102
|
+
inherits: false;
|
|
103
|
+
}
|
|
104
|
+
@property --tw-inset-ring-shadow {
|
|
105
|
+
syntax: "*";
|
|
106
|
+
inherits: false;
|
|
107
|
+
initial-value: 0 0 #0000;
|
|
108
|
+
}
|
|
109
|
+
@property --tw-ring-inset {
|
|
110
|
+
syntax: "*";
|
|
111
|
+
inherits: false;
|
|
112
|
+
}
|
|
113
|
+
@property --tw-ring-offset-width {
|
|
114
|
+
syntax: "<length>";
|
|
115
|
+
inherits: false;
|
|
116
|
+
initial-value: 0px;
|
|
117
|
+
}
|
|
118
|
+
@property --tw-ring-offset-color {
|
|
119
|
+
syntax: "*";
|
|
120
|
+
inherits: false;
|
|
121
|
+
initial-value: #fff;
|
|
122
|
+
}
|
|
123
|
+
@property --tw-ring-offset-shadow {
|
|
124
|
+
syntax: "*";
|
|
125
|
+
inherits: false;
|
|
126
|
+
initial-value: 0 0 #0000;
|
|
127
|
+
}
|
|
128
|
+
@property --tw-content {
|
|
129
|
+
syntax: "*";
|
|
130
|
+
inherits: false;
|
|
131
|
+
initial-value: "";
|
|
132
|
+
}
|
|
133
|
+
@layer properties {
|
|
134
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
135
|
+
*, ::before, ::after, ::backdrop {
|
|
136
|
+
--tw-border-style: solid;
|
|
137
|
+
--tw-shadow: 0 0 #0000;
|
|
138
|
+
--tw-shadow-color: initial;
|
|
139
|
+
--tw-shadow-alpha: 100%;
|
|
140
|
+
--tw-inset-shadow: 0 0 #0000;
|
|
141
|
+
--tw-inset-shadow-color: initial;
|
|
142
|
+
--tw-inset-shadow-alpha: 100%;
|
|
143
|
+
--tw-ring-color: initial;
|
|
144
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
145
|
+
--tw-inset-ring-color: initial;
|
|
146
|
+
--tw-inset-ring-shadow: 0 0 #0000;
|
|
147
|
+
--tw-ring-inset: initial;
|
|
148
|
+
--tw-ring-offset-width: 0px;
|
|
149
|
+
--tw-ring-offset-color: #fff;
|
|
150
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
151
|
+
--tw-content: "";
|
|
152
|
+
}
|
|
153
|
+
}
|
|
51
154
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.
|
|
1
|
+
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
2
3
|
.ga-checkbox {
|
|
3
4
|
position: relative;
|
|
4
5
|
display: inline-flex;
|
|
@@ -15,6 +16,11 @@
|
|
|
15
16
|
border-width: 2px;
|
|
16
17
|
border-color: var(--ga-color-border-action);
|
|
17
18
|
color: #fff;
|
|
19
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
20
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
21
|
+
transition-duration: var(--tw-duration, 0s);
|
|
22
|
+
transition-duration: var(--ga-duration-fast);
|
|
23
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
18
24
|
.ga-checkbox__marker__indicator-checked, .ga-checkbox__marker__indicator-indeterminate {
|
|
19
25
|
display: none;
|
|
20
26
|
}
|
|
@@ -82,7 +88,7 @@
|
|
|
82
88
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
83
89
|
));
|
|
84
90
|
letter-spacing: var(--tw-tracking, calc(
|
|
85
|
-
var(--ga-text-md-
|
|
91
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
86
92
|
));
|
|
87
93
|
--tw-leading: calc(0.25rem * 4);
|
|
88
94
|
line-height: calc(0.25rem * 4);
|
|
@@ -105,3 +111,12 @@
|
|
|
105
111
|
syntax: "*";
|
|
106
112
|
inherits: false;
|
|
107
113
|
}
|
|
114
|
+
@layer properties {
|
|
115
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
116
|
+
*, ::before, ::after, ::backdrop {
|
|
117
|
+
--tw-border-style: solid;
|
|
118
|
+
--tw-outline-style: solid;
|
|
119
|
+
--tw-leading: initial;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.
|
|
1
|
+
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
2
3
|
.ga-datepicker {
|
|
3
4
|
border-radius: var(--ga-radius);
|
|
4
5
|
border-style: var(--tw-border-style);
|
|
@@ -6,6 +7,8 @@
|
|
|
6
7
|
border-color: var(--ga-color-border-primary);
|
|
7
8
|
background-color: var(--ga-color-surface-primary);
|
|
8
9
|
padding: calc(0.25rem * 4);
|
|
10
|
+
--tw-shadow: var(--ga-shadow-north);
|
|
11
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
9
12
|
.ga-datepicker__footer {
|
|
10
13
|
margin-top: calc(0.25rem * 2);
|
|
11
14
|
}
|
|
@@ -28,3 +31,89 @@
|
|
|
28
31
|
inherits: false;
|
|
29
32
|
initial-value: solid;
|
|
30
33
|
}
|
|
34
|
+
@property --tw-shadow {
|
|
35
|
+
syntax: "*";
|
|
36
|
+
inherits: false;
|
|
37
|
+
initial-value: 0 0 #0000;
|
|
38
|
+
}
|
|
39
|
+
@property --tw-shadow-color {
|
|
40
|
+
syntax: "*";
|
|
41
|
+
inherits: false;
|
|
42
|
+
}
|
|
43
|
+
@property --tw-shadow-alpha {
|
|
44
|
+
syntax: "<percentage>";
|
|
45
|
+
inherits: false;
|
|
46
|
+
initial-value: 100%;
|
|
47
|
+
}
|
|
48
|
+
@property --tw-inset-shadow {
|
|
49
|
+
syntax: "*";
|
|
50
|
+
inherits: false;
|
|
51
|
+
initial-value: 0 0 #0000;
|
|
52
|
+
}
|
|
53
|
+
@property --tw-inset-shadow-color {
|
|
54
|
+
syntax: "*";
|
|
55
|
+
inherits: false;
|
|
56
|
+
}
|
|
57
|
+
@property --tw-inset-shadow-alpha {
|
|
58
|
+
syntax: "<percentage>";
|
|
59
|
+
inherits: false;
|
|
60
|
+
initial-value: 100%;
|
|
61
|
+
}
|
|
62
|
+
@property --tw-ring-color {
|
|
63
|
+
syntax: "*";
|
|
64
|
+
inherits: false;
|
|
65
|
+
}
|
|
66
|
+
@property --tw-ring-shadow {
|
|
67
|
+
syntax: "*";
|
|
68
|
+
inherits: false;
|
|
69
|
+
initial-value: 0 0 #0000;
|
|
70
|
+
}
|
|
71
|
+
@property --tw-inset-ring-color {
|
|
72
|
+
syntax: "*";
|
|
73
|
+
inherits: false;
|
|
74
|
+
}
|
|
75
|
+
@property --tw-inset-ring-shadow {
|
|
76
|
+
syntax: "*";
|
|
77
|
+
inherits: false;
|
|
78
|
+
initial-value: 0 0 #0000;
|
|
79
|
+
}
|
|
80
|
+
@property --tw-ring-inset {
|
|
81
|
+
syntax: "*";
|
|
82
|
+
inherits: false;
|
|
83
|
+
}
|
|
84
|
+
@property --tw-ring-offset-width {
|
|
85
|
+
syntax: "<length>";
|
|
86
|
+
inherits: false;
|
|
87
|
+
initial-value: 0px;
|
|
88
|
+
}
|
|
89
|
+
@property --tw-ring-offset-color {
|
|
90
|
+
syntax: "*";
|
|
91
|
+
inherits: false;
|
|
92
|
+
initial-value: #fff;
|
|
93
|
+
}
|
|
94
|
+
@property --tw-ring-offset-shadow {
|
|
95
|
+
syntax: "*";
|
|
96
|
+
inherits: false;
|
|
97
|
+
initial-value: 0 0 #0000;
|
|
98
|
+
}
|
|
99
|
+
@layer properties {
|
|
100
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
101
|
+
*, ::before, ::after, ::backdrop {
|
|
102
|
+
--tw-border-style: solid;
|
|
103
|
+
--tw-shadow: 0 0 #0000;
|
|
104
|
+
--tw-shadow-color: initial;
|
|
105
|
+
--tw-shadow-alpha: 100%;
|
|
106
|
+
--tw-inset-shadow: 0 0 #0000;
|
|
107
|
+
--tw-inset-shadow-color: initial;
|
|
108
|
+
--tw-inset-shadow-alpha: 100%;
|
|
109
|
+
--tw-ring-color: initial;
|
|
110
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
111
|
+
--tw-inset-ring-color: initial;
|
|
112
|
+
--tw-inset-ring-shadow: 0 0 #0000;
|
|
113
|
+
--tw-ring-inset: initial;
|
|
114
|
+
--tw-ring-offset-width: 0px;
|
|
115
|
+
--tw-ring-offset-color: #fff;
|
|
116
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|