@abgov/design-tokens 2.4.1 → 2.4.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.
@@ -309,7 +309,7 @@
309
309
  "type": "color"
310
310
  },
311
311
  "button-tertiary-color-bg-mobile": {
312
- "value": "{color.greyscale.100}",
312
+ "value": "transparent",
313
313
  "type": "color"
314
314
  },
315
315
  "button-tertiary-color-text": {
package/dist/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 15 Apr 2026 16:45:29 GMT
3
+ * Generated on Wed, 15 Apr 2026 16:47:56 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -315,6 +315,7 @@
315
315
  --goa-button-letter-spacing: 0.0125rem;
316
316
  --goa-button-tertiary-focus-color-bg: transparent;
317
317
  --goa-button-tertiary-hover-color-bg: transparent;
318
+ --goa-button-tertiary-color-bg-mobile: transparent;
318
319
  --goa-button-tertiary-color-bg: transparent;
319
320
  --goa-button-compact-gap: 0.375rem;
320
321
  --goa-button-outline-offset: 2px;
@@ -957,7 +958,6 @@
957
958
  --goa-button-tertiary-focus-border: var(--goa-border-width-s) solid var(--goa-color-greyscale-black);
958
959
  --goa-button-tertiary-hover-border: var(--goa-border-width-s) solid var(--goa-color-greyscale-black);
959
960
  --goa-button-tertiary-border: var(--goa-border-width-s) solid var(--goa-color-greyscale-200);
960
- --goa-button-tertiary-color-bg-mobile: var(--goa-color-greyscale-100);
961
961
  --goa-button-secondary-inverse-focus-border: var(--goa-border-width-none) solid transparent;
962
962
  --goa-button-secondary-inverse-hover-border: var(--goa-border-width-none) solid transparent;
963
963
  --goa-button-secondary-inverse-border: var(--goa-border-width-none) solid transparent;
package/dist/tokens.scss CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 15 Apr 2026 16:45:29 GMT
3
+ // Generated on Wed, 15 Apr 2026 16:47:55 GMT
4
4
 
5
5
  $goa-accordion-color-bg-heading: #ffffff;
6
6
  $goa-accordion-color-bg-content: #ffffff;
@@ -141,7 +141,7 @@ $goa-button-secondary-inverse-border: 0px solid transparent;
141
141
  $goa-button-secondary-inverse-hover-border: 0px solid transparent;
142
142
  $goa-button-secondary-inverse-focus-border: 0px solid transparent;
143
143
  $goa-button-tertiary-color-bg: transparent;
144
- $goa-button-tertiary-color-bg-mobile: #f2f0f0;
144
+ $goa-button-tertiary-color-bg-mobile: transparent;
145
145
  $goa-button-tertiary-color-text: #000000;
146
146
  $goa-button-tertiary-border: 1px solid #cdcdcd;
147
147
  $goa-button-tertiary-hover-color-bg: transparent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/design-tokens",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "main": "./index.js",
5
5
  "repository": {
6
6
  "type": "git",