@abgov/design-tokens 2.3.0 → 2.3.2
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.
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"type": "color"
|
|
81
81
|
},
|
|
82
82
|
"dropdown-item-color-text": {
|
|
83
|
-
"value": "{color.text.
|
|
83
|
+
"value": "{color.text.secondary}",
|
|
84
84
|
"type": "color"
|
|
85
85
|
},
|
|
86
86
|
"dropdown-item-color-text-disabled": {
|
|
@@ -171,4 +171,4 @@
|
|
|
171
171
|
"value": "{typography.body.s}",
|
|
172
172
|
"type": "other"
|
|
173
173
|
}
|
|
174
|
-
}
|
|
174
|
+
}
|
package/dist/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Tue, 14 Apr 2026
|
|
3
|
+
* Generated on Tue, 14 Apr 2026 21:48:46 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -830,7 +830,7 @@
|
|
|
830
830
|
--goa-drawer-padding: var(--goa-space-m);
|
|
831
831
|
--goa-drawer-actions-padding-bottom: var(--goa-space-l);
|
|
832
832
|
--goa-drawer-actions-padding-top: var(--goa-space-m);
|
|
833
|
-
--goa-drawer-content-padding-vertical: var(--goa-space-
|
|
833
|
+
--goa-drawer-content-padding-vertical: var(--goa-space-l);
|
|
834
834
|
--goa-drawer-content-padding-horizontal: var(--goa-space-l);
|
|
835
835
|
--goa-drawer-offset: var(--goa-space-m);
|
|
836
836
|
--goa-drawer-border-radius: var(--goa-border-radius-3xl);
|
|
@@ -1184,7 +1184,7 @@
|
|
|
1184
1184
|
--goa-dropdown-item-color-text-selected-hover: var(--goa-color-text-light);
|
|
1185
1185
|
--goa-dropdown-item-color-text-hover: var(--goa-color-text-default);
|
|
1186
1186
|
--goa-dropdown-item-color-text-disabled: var(--goa-color-text-disabled);
|
|
1187
|
-
--goa-dropdown-item-color-text: var(--goa-color-text-
|
|
1187
|
+
--goa-dropdown-item-color-text: var(--goa-color-text-secondary);
|
|
1188
1188
|
--goa-dropdown-item-color-bg-disabled: var(--goa-input-color-background-disabled);
|
|
1189
1189
|
--goa-dropdown-item-color-bg: var(--goa-input-color-background-default);
|
|
1190
1190
|
--goa-dropdown-color-text-error: var(--goa-input-color-text-error);
|
package/dist/tokens.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Tue, 14 Apr 2026
|
|
3
|
+
// Generated on Tue, 14 Apr 2026 21:48:46 GMT
|
|
4
4
|
|
|
5
5
|
$goa-accordion-color-bg-heading: #ffffff;
|
|
6
6
|
$goa-accordion-color-bg-content: #ffffff;
|
|
@@ -325,7 +325,7 @@ $goa-drawer-overlay-color: rgba(51, 51, 51, 0.5);
|
|
|
325
325
|
$goa-drawer-border-radius: 1.5rem;
|
|
326
326
|
$goa-drawer-offset: 1rem;
|
|
327
327
|
$goa-drawer-content-padding-horizontal: 1.5rem;
|
|
328
|
-
$goa-drawer-content-padding-vertical:
|
|
328
|
+
$goa-drawer-content-padding-vertical: 1.5rem;
|
|
329
329
|
$goa-drawer-actions-padding-top: 1rem;
|
|
330
330
|
$goa-drawer-actions-padding-bottom: 1.5rem;
|
|
331
331
|
$goa-drawer-heading-typography: 600 1.5rem/1.75rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
@@ -352,7 +352,7 @@ $goa-dropdown-item-color-bg-disabled: #e9e9e9;
|
|
|
352
352
|
$goa-dropdown-item-color-bg-hover: #f2f0f0;
|
|
353
353
|
$goa-dropdown-item-color-bg-selected: #006dcc;
|
|
354
354
|
$goa-dropdown-item-color-bg-selected-hover: #045092;
|
|
355
|
-
$goa-dropdown-item-color-text: #
|
|
355
|
+
$goa-dropdown-item-color-text: #6f6f6f;
|
|
356
356
|
$goa-dropdown-item-color-text-disabled: #4d4d4d;
|
|
357
357
|
$goa-dropdown-item-color-text-hover: #000000;
|
|
358
358
|
$goa-dropdown-item-color-text-selected: #ffffff;
|