@abgov/design-tokens 1.4.2 → 1.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/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Tue,
|
|
3
|
+
* Generated on Tue, 12 Nov 2024 22:14:51 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -121,6 +121,7 @@
|
|
|
121
121
|
--goa-color-interactive-disabled: #80b7e1;
|
|
122
122
|
--goa-color-interactive-hover: #004f84;
|
|
123
123
|
--goa-color-interactive-default: #0070c4;
|
|
124
|
+
--goa-side-menu-parent-color-bg-selected: #CEDFEE;
|
|
124
125
|
--goa-side-menu-parent-color-bg-hover: #CEDFEE;
|
|
125
126
|
--goa-side-menu-child-border-width: 4px;
|
|
126
127
|
--goa-drawer-transition-time: 200ms;
|
package/dist/tokens.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Tue,
|
|
3
|
+
// Generated on Tue, 12 Nov 2024 22:14:51 GMT
|
|
4
4
|
|
|
5
5
|
$goa-letter-spacing-button: 0.0125rem;
|
|
6
6
|
$goa-font-weight-bold: 700;
|
|
@@ -119,6 +119,7 @@ $goa-color-interactive-error: #ec040b;
|
|
|
119
119
|
$goa-color-interactive-disabled: #80b7e1;
|
|
120
120
|
$goa-color-interactive-hover: #004f84;
|
|
121
121
|
$goa-color-interactive-default: #0070c4;
|
|
122
|
+
$goa-side-menu-parent-color-bg-selected: #CEDFEE;
|
|
122
123
|
$goa-side-menu-parent-color-bg-hover: #CEDFEE;
|
|
123
124
|
$goa-side-menu-child-border-width: 4px;
|
|
124
125
|
$goa-drawer-transition-time: 200ms;
|