@abgov/design-tokens 2.2.3 → 2.3.0

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.
@@ -12,7 +12,7 @@
12
12
  "type": "border"
13
13
  },
14
14
  "container-shadow": {
15
- "value": "{shadow.200}",
15
+ "value": "none",
16
16
  "type": "other"
17
17
  },
18
18
  "container-padding": {
@@ -165,4 +165,4 @@
165
165
  },
166
166
  "type": "border"
167
167
  }
168
- }
168
+ }
@@ -99,6 +99,28 @@
99
99
  "type": "color",
100
100
  "description": "Progress bar fill color"
101
101
  },
102
+ "temporary-notification-shadow": {
103
+ "value": [
104
+ {
105
+ "x": "0",
106
+ "y": "0",
107
+ "blur": "2",
108
+ "spread": "0",
109
+ "color": "rgba(0,0,0,0.3)",
110
+ "type": "dropShadow"
111
+ },
112
+ {
113
+ "x": "0",
114
+ "y": "16",
115
+ "blur": "32",
116
+ "spread": "-8",
117
+ "color": "rgba(0,0,0,0.35)",
118
+ "type": "dropShadow"
119
+ }
120
+ ],
121
+ "type": "boxShadow",
122
+ "description": "Raised shadow for notification surface"
123
+ },
102
124
  "temporary-notification-transition-duration": {
103
125
  "value": "0.3s",
104
126
  "type": "time",
package/dist/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 13 Apr 2026 16:49:30 GMT
3
+ * Generated on Tue, 14 Apr 2026 20:31:42 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -226,6 +226,7 @@
226
226
  --goa-tooltip-max-width: 400px;
227
227
  --goa-temporary-notification-animation-distance: 100px;
228
228
  --goa-temporary-notification-transition-duration: 0.3s;
229
+ --goa-temporary-notification-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3), 0px 16px 32px -8px rgba(0,0,0,0.35);
229
230
  --goa-temporary-notification-progress-bar-height: 6px;
230
231
  --goa-temporary-notification-min-width-desktop: 360px;
231
232
  --goa-temporary-notification-max-width: 640px;
@@ -305,6 +306,7 @@
305
306
  --goa-date-input-day-color-bg: transparent;
306
307
  --goa-date-input-day-size: 2.5rem;
307
308
  --goa-date-input-calendar-width: 280px;
309
+ --goa-container-shadow: none;
308
310
  --goa-callout-l-with-heading-body-padding: 0 1.25rem 1.25rem;
309
311
  --goa-callout-body-padding: 1.25rem;
310
312
  --goa-button-tertiary-text-decoration: none;
@@ -880,7 +882,6 @@
880
882
  --goa-container-heading-padding: var(--goa-space-s);
881
883
  --goa-container-padding-compact: var(--goa-space-m);
882
884
  --goa-container-padding: var(--goa-space-xl);
883
- --goa-container-shadow: var(--goa-shadow-200);
884
885
  --goa-container-border: var(--goa-border-width-s) solid var(--goa-color-greyscale-200);
885
886
  --goa-container-border-radius: var(--goa-border-radius-xl);
886
887
  --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 Mon, 13 Apr 2026 16:49:30 GMT
3
+ // Generated on Tue, 14 Apr 2026 20:31:42 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: 0px 3px 1px -1px #1a1a1a12;
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;
@@ -912,6 +912,7 @@ $goa-temporary-notification-progress-bar-height: 6px;
912
912
  $goa-temporary-notification-progress-bar-border-radius: 0.625rem;
913
913
  $goa-temporary-notification-progress-bar-color-bg: #9f9f9f;
914
914
  $goa-temporary-notification-progress-bar-color-fill: #ffffff;
915
+ $goa-temporary-notification-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3), 0px 16px 32px -8px rgba(0,0,0,0.35);
915
916
  $goa-temporary-notification-transition-duration: 0.3s;
916
917
  $goa-temporary-notification-animation-distance: 100px;
917
918
  $goa-text-area-border: inset 0 0 0 1px #808080;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/design-tokens",
3
- "version": "2.2.3",
3
+ "version": "2.3.0",
4
4
  "main": "./index.js",
5
5
  "repository": {
6
6
  "type": "git",