@abgov/design-tokens 2.3.1 → 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.
package/dist/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Tue, 14 Apr 2026 21:
|
|
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);
|
package/dist/tokens.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Tue, 14 Apr 2026 21:
|
|
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;
|