@abgov/design-tokens 2.2.2 → 2.2.4
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, 14 Apr 2026 19:54:23 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -222,6 +222,7 @@
|
|
|
222
222
|
--goa-work-side-menu-color-bg: transparent;
|
|
223
223
|
--goa-work-side-menu-width-closed: 4.5rem;
|
|
224
224
|
--goa-work-side-menu-width-open: 17.5rem;
|
|
225
|
+
--goa-work-side-menu-height: 100vh;
|
|
225
226
|
--goa-tooltip-max-width: 400px;
|
|
226
227
|
--goa-temporary-notification-animation-distance: 100px;
|
|
227
228
|
--goa-temporary-notification-transition-duration: 0.3s;
|
|
@@ -304,6 +305,7 @@
|
|
|
304
305
|
--goa-date-input-day-color-bg: transparent;
|
|
305
306
|
--goa-date-input-day-size: 2.5rem;
|
|
306
307
|
--goa-date-input-calendar-width: 280px;
|
|
308
|
+
--goa-container-shadow: none;
|
|
307
309
|
--goa-callout-l-with-heading-body-padding: 0 1.25rem 1.25rem;
|
|
308
310
|
--goa-callout-body-padding: 1.25rem;
|
|
309
311
|
--goa-button-tertiary-text-decoration: none;
|
|
@@ -879,7 +881,6 @@
|
|
|
879
881
|
--goa-container-heading-padding: var(--goa-space-s);
|
|
880
882
|
--goa-container-padding-compact: var(--goa-space-m);
|
|
881
883
|
--goa-container-padding: var(--goa-space-xl);
|
|
882
|
-
--goa-container-shadow: var(--goa-shadow-200);
|
|
883
884
|
--goa-container-border: var(--goa-border-width-s) solid var(--goa-color-greyscale-200);
|
|
884
885
|
--goa-container-border-radius: var(--goa-border-radius-xl);
|
|
885
886
|
--goa-checkbox-size: var(--goa-space-l);
|
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, 14 Apr 2026 19:54:23 GMT
|
|
4
4
|
|
|
5
5
|
$goa-accordion-color-bg-heading: #ffffff;
|
|
6
6
|
$goa-accordion-color-bg-content: #ffffff;
|
|
@@ -241,7 +241,7 @@ $goa-checkbox-label-font-size-compact: 400 1rem/1.375rem acumin-variable, helvet
|
|
|
241
241
|
$goa-checkbox-size: 1.5rem;
|
|
242
242
|
$goa-container-border-radius: 0.75rem;
|
|
243
243
|
$goa-container-border: 1px solid #cdcdcd;
|
|
244
|
-
$goa-container-shadow:
|
|
244
|
+
$goa-container-shadow: none;
|
|
245
245
|
$goa-container-padding: 2rem;
|
|
246
246
|
$goa-container-padding-compact: 1rem;
|
|
247
247
|
$goa-container-heading: 600 1.25rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
@@ -941,6 +941,7 @@ $goa-tooltip-gap: 0.25rem;
|
|
|
941
941
|
$goa-tooltip-max-width: 400px;
|
|
942
942
|
$goa-tooltip-padding: 1rem;
|
|
943
943
|
$goa-tooltip-text-size: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
944
|
+
$goa-work-side-menu-height: 100vh;
|
|
944
945
|
$goa-work-side-menu-width-open: 17.5rem;
|
|
945
946
|
$goa-work-side-menu-width-closed: 4.5rem;
|
|
946
947
|
$goa-work-side-menu-color-bg: transparent;
|