Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cds-snc/gcds-tokens
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7bc9dc62097c1203e032f3d9f55855a0db0f5e32
Choose a base ref
...
head repository: cds-snc/gcds-tokens
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 12dc49f4d344d5d650623ab3553c736c400fa17e
Choose a head ref
  • 9 commits
  • 23 files changed
  • 3 contributors

Commits on Feb 20, 2025

  1. chore(deps): update dependency prettier to v3.5.1 (#405)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 20, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    4955ca2 View commit details

Commits on Feb 24, 2025

  1. chore(deps): update dependency style-dictionary to v4.3.3 (#409)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 24, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    317035d View commit details

Commits on Feb 25, 2025

  1. chore: synced file(s) with cds-snc/site-reliability-engineering (#410)

    * chore: synced local '.github/workflows/s3-backup.yml' with remote 'tools/sre_file_sync/s3-backup.yml'
    
    * chore: synced local '.github/workflows/ossf-scorecard.yml' with remote 'tools/sre_file_sync/ossf-scorecard.yml'
    
    ---------
    
    Co-authored-by: sre-read-write[bot] <92993749+sre-read-write[bot]@users.noreply.github.com>
    sre-read-write[bot] authored Feb 25, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9b584e3 View commit details

Commits on Mar 3, 2025

  1. chore(deps): update dependency prettier to v3.5.2 (#413)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 3, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9e62c40 View commit details
  2. chore(deps): lock file maintenance (#414)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 3, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    b226886 View commit details

Commits on Mar 11, 2025

  1. chore: synced local '.github/workflows/ossf-scorecard.yml' with remot…

    …e 'tools/sre_file_sync/ossf-scorecard.yml' (#415)
    
    Co-authored-by: sre-read-write[bot] <92993749+sre-read-write[bot]@users.noreply.github.com>
    sre-read-write[bot] authored Mar 11, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    cb83d5c View commit details
  2. feat: Start button component tokens (#416)

    ethanWallace authored Mar 11, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d35e442 View commit details
  3. remove: Remove old button tokens (#418)

    ethanWallace authored Mar 11, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    eb09acd View commit details
  4. chore: GCDS Tokens Release v2.7.0 (#417)

    * chore: GCDS Tokens Release v2.7.0
    
    * Format date on changelog
    
    ---------
    
    Co-authored-by: sre-read-write[bot] <92993749+sre-read-write[bot]@users.noreply.github.com>
    Co-authored-by: Ethan Wallace <ethan.wallace.91@gmail.com>
    sre-read-write[bot] and ethanWallace authored Mar 11, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    12dc49f View commit details
2 changes: 1 addition & 1 deletion .github/workflows/ossf-scorecard.yml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ jobs:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@e46782f7871619d6c6fdee79dacc84f2d7738a50
uses: ossf/scorecard-action@169c9b9248e36d400bebded8160c7fe2cbbc7762
with:
results_file: ossf-results.json
results_format: json
2 changes: 1 addition & 1 deletion .github/workflows/s3-backup.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:
fetch-depth: 0 # retrieve all history

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
with:
aws-access-key-id: ${{ secrets.AWS_S3_BACKUP_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_S3_BACKUP_SECRET_ACCESS_KEY }}
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.6.0"
".": "2.7.0"
}
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,22 @@

All notable changes to this project will be documented in this file.

## [2.6.0](https://github.com/cds-snc/gcds-tokens/compare/gcds-tokens-v2.5.0...gcds-tokens-v2.6.0) (2025-02-19)
## [2.7.0](https://github.com/cds-snc/gcds-tokens/compare/gcds-tokens-v2.6.0...gcds-tokens-v2.7.0)

Released on 2025-03-11

### :rocket: New Features

* Start button component tokens ([#416](https://github.com/cds-snc/gcds-tokens/issues/416)) ([d35e442](https://github.com/cds-snc/gcds-tokens/commit/d35e44210dddc3243781fbe65c5c9206582b6b76))


### :no_entry: Remove

* Remove old button tokens ([#418](https://github.com/cds-snc/gcds-tokens/issues/418)) ([eb09acd](https://github.com/cds-snc/gcds-tokens/commit/eb09acd25815244fed334c49829dc6fe4c30e5fc))

## [2.6.0](https://github.com/cds-snc/gcds-tokens/compare/gcds-tokens-v2.5.0...gcds-tokens-v2.6.0)

Released on 2025-02-19


### :rocket: New Features
102 changes: 83 additions & 19 deletions build/figma/figma.tokens.json
Original file line number Diff line number Diff line change
@@ -81,6 +81,10 @@
"700": {
"value": "#03662A",
"type": "color"
},
"800": {
"value": "#023b1a",
"type": "color"
}
},
"purple": {
@@ -1464,16 +1468,27 @@
}
},
"font": {
"value": {
"fontFamily": "'Noto Sans', sans-serif",
"fontWeight": "500",
"lineHeight": "140%",
"fontSize": "1.25rem"
"desktop": {
"value": {
"fontFamily": "'Noto Sans', sans-serif",
"fontWeight": "500",
"lineHeight": "140%",
"fontSize": "1.25rem"
},
"type": "typography"
},
"type": "typography"
"mobile": {
"value": {
"fontFamily": "'Noto Sans', sans-serif",
"fontWeight": "500",
"lineHeight": "140%",
"fontSize": "1.125rem"
},
"type": "typography"
}
},
"padding": {
"value": "0.625rem 0.75rem",
"value": "0.625rem 1rem",
"type": "spacing"
},
"primary": {
@@ -1560,28 +1575,77 @@
}
},
"disabled": {
"opacity": {
"value": "50%",
"type": "other"
}
}
},
"small": {
"font": {
"desktop": {
"value": {
"fontFamily": "'Noto Sans', sans-serif",
"fontWeight": "400",
"lineHeight": "155%",
"fontSize": "1.125rem"
},
"type": "typography"
},
"mobile": {
"value": {
"fontFamily": "'Noto Sans', sans-serif",
"fontWeight": "400",
"lineHeight": "150%",
"fontSize": "1rem"
},
"type": "typography"
}
},
"padding": {
"value": "0.375rem 1rem",
"type": "spacing"
}
},
"start": {
"default": {
"background": {
"value": "#D6D9DD",
"value": "#03662A",
"type": "color"
},
"text": {
"value": "#545961",
"value": "#FFF",
"type": "color"
}
}
},
"small": {
},
"hover": {
"background": {
"value": "#023b1a",
"type": "color"
}
},
"font": {
"value": {
"fontFamily": "'Noto Sans', sans-serif",
"fontWeight": "400",
"lineHeight": "160%",
"fontSize": "80%"
"desktop": {
"value": {
"fontFamily": "'Noto Sans', sans-serif",
"fontWeight": "600",
"lineHeight": "145%",
"fontSize": "1.375rem"
},
"type": "typography"
},
"type": "typography"
"mobile": {
"value": {
"fontFamily": "'Noto Sans', sans-serif",
"fontWeight": "500",
"lineHeight": "140%",
"fontSize": "1.25rem"
},
"type": "typography"
}
},
"padding": {
"value": "0.75rem",
"value": "0.75rem 2rem",
"type": "spacing"
}
},
102 changes: 83 additions & 19 deletions build/tailwind/tailwind.tokens.json
Original file line number Diff line number Diff line change
@@ -81,6 +81,10 @@
"700": {
"value": "#03662A",
"type": "color"
},
"800": {
"value": "#023b1a",
"type": "color"
}
},
"purple": {
@@ -1464,16 +1468,27 @@
}
},
"font": {
"value": {
"fontFamily": "'Noto Sans', sans-serif",
"fontWeight": "500",
"lineHeight": "140%",
"fontSize": "1.25rem"
"desktop": {
"value": {
"fontFamily": "'Noto Sans', sans-serif",
"fontWeight": "500",
"lineHeight": "140%",
"fontSize": "1.25rem"
},
"type": "typography"
},
"type": "typography"
"mobile": {
"value": {
"fontFamily": "'Noto Sans', sans-serif",
"fontWeight": "500",
"lineHeight": "140%",
"fontSize": "1.125rem"
},
"type": "typography"
}
},
"padding": {
"value": "0.625rem 0.75rem",
"value": "0.625rem 1rem",
"type": "spacing"
},
"primary": {
@@ -1560,28 +1575,77 @@
}
},
"disabled": {
"opacity": {
"value": "50%",
"type": "other"
}
}
},
"small": {
"font": {
"desktop": {
"value": {
"fontFamily": "'Noto Sans', sans-serif",
"fontWeight": "400",
"lineHeight": "155%",
"fontSize": "1.125rem"
},
"type": "typography"
},
"mobile": {
"value": {
"fontFamily": "'Noto Sans', sans-serif",
"fontWeight": "400",
"lineHeight": "150%",
"fontSize": "1rem"
},
"type": "typography"
}
},
"padding": {
"value": "0.375rem 1rem",
"type": "spacing"
}
},
"start": {
"default": {
"background": {
"value": "#D6D9DD",
"value": "#03662A",
"type": "color"
},
"text": {
"value": "#545961",
"value": "#FFF",
"type": "color"
}
}
},
"small": {
},
"hover": {
"background": {
"value": "#023b1a",
"type": "color"
}
},
"font": {
"value": {
"fontFamily": "'Noto Sans', sans-serif",
"fontWeight": "400",
"lineHeight": "160%",
"fontSize": "80%"
"desktop": {
"value": {
"fontFamily": "'Noto Sans', sans-serif",
"fontWeight": "600",
"lineHeight": "145%",
"fontSize": "1.375rem"
},
"type": "typography"
},
"type": "typography"
"mobile": {
"value": {
"fontFamily": "'Noto Sans', sans-serif",
"fontWeight": "500",
"lineHeight": "140%",
"fontSize": "1.25rem"
},
"type": "typography"
}
},
"padding": {
"value": "0.75rem",
"value": "0.75rem 2rem",
"type": "spacing"
}
},
1 change: 1 addition & 0 deletions build/web/css/base.css
Original file line number Diff line number Diff line change
@@ -22,6 +22,7 @@
--gcds-color-green-100: #e6f6ec;
--gcds-color-green-500: #289f58; /* Must contrast 3:1 with white */
--gcds-color-green-700: #03662a; /* Must contrast 7:1 with white */
--gcds-color-green-800: #023b1a;
--gcds-color-purple-700: #7532b8; /* Must contrast 7:1 with white */
--gcds-color-orange-700: #be5a00; /* Must contrast 7:1 with white */
--gcds-color-red-100: #fbddda;
1 change: 1 addition & 0 deletions build/web/css/base/color.css
Original file line number Diff line number Diff line change
@@ -22,6 +22,7 @@
--gcds-color-green-100: #e6f6ec;
--gcds-color-green-500: #289f58; /* Must contrast 3:1 with white */
--gcds-color-green-700: #03662a; /* Must contrast 7:1 with white */
--gcds-color-green-800: #023b1a;
--gcds-color-purple-700: #7532b8; /* Must contrast 7:1 with white */
--gcds-color-orange-700: #be5a00; /* Must contrast 7:1 with white */
--gcds-color-red-100: #fbddda;
19 changes: 13 additions & 6 deletions build/web/css/components.css
Original file line number Diff line number Diff line change
@@ -138,8 +138,9 @@
--gcds-button-danger-default-background: #a62a1e;
--gcds-button-danger-default-text: #ffffff;
--gcds-button-danger-hover-background: #822117;
--gcds-button-font: 500 1.25rem/140% 'Noto Sans', sans-serif;
--gcds-button-padding: 0.625rem 0.75rem;
--gcds-button-font-desktop: 500 1.25rem/140% 'Noto Sans', sans-serif;
--gcds-button-font-mobile: 500 1.125rem/140% 'Noto Sans', sans-serif;
--gcds-button-padding: 0.625rem 1rem;
--gcds-button-primary-default-background: #26374a;
--gcds-button-primary-default-text: #ffffff;
--gcds-button-primary-hover-background: #2b4380;
@@ -155,10 +156,16 @@
--gcds-button-shared-focus-box-shadow: 0 0 0 0.125rem #ffffff;
--gcds-button-shared-focus-outline-width: 0.25rem;
--gcds-button-shared-focus-text: #ffffff;
--gcds-button-shared-disabled-background: #d6d9dd;
--gcds-button-shared-disabled-text: #545961;
--gcds-button-small-font: 400 80%/160% 'Noto Sans', sans-serif;
--gcds-button-small-padding: 0.75rem;
--gcds-button-shared-disabled-opacity: 50%;
--gcds-button-small-font-desktop: 400 1.125rem/155% 'Noto Sans', sans-serif;
--gcds-button-small-font-mobile: 400 1rem/150% 'Noto Sans', sans-serif;
--gcds-button-small-padding: 0.375rem 1rem;
--gcds-button-start-default-background: #03662a;
--gcds-button-start-default-text: #ffffff;
--gcds-button-start-hover-background: #023b1a;
--gcds-button-start-font-desktop: 600 1.375rem/145% 'Noto Sans', sans-serif;
--gcds-button-start-font-mobile: 500 1.25rem/140% 'Noto Sans', sans-serif;
--gcds-button-start-padding: 0.75rem 2rem;
--gcds-button-width: fit-content;
--gcds-card-background-color: #ffffff;
--gcds-card-box-shadow: 0 0.125rem 0.5rem 0.125rem #00000019;
19 changes: 13 additions & 6 deletions build/web/css/components/button.css
Original file line number Diff line number Diff line change
@@ -8,8 +8,9 @@
--gcds-button-danger-default-background: #a62a1e;
--gcds-button-danger-default-text: #ffffff;
--gcds-button-danger-hover-background: #822117;
--gcds-button-font: 500 1.25rem/140% 'Noto Sans', sans-serif;
--gcds-button-padding: 0.625rem 0.75rem;
--gcds-button-font-desktop: 500 1.25rem/140% 'Noto Sans', sans-serif;
--gcds-button-font-mobile: 500 1.125rem/140% 'Noto Sans', sans-serif;
--gcds-button-padding: 0.625rem 1rem;
--gcds-button-primary-default-background: #26374a;
--gcds-button-primary-default-text: #ffffff;
--gcds-button-primary-hover-background: #2b4380;
@@ -25,9 +26,15 @@
--gcds-button-shared-focus-box-shadow: 0 0 0 0.125rem #ffffff;
--gcds-button-shared-focus-outline-width: 0.25rem;
--gcds-button-shared-focus-text: #ffffff;
--gcds-button-shared-disabled-background: #d6d9dd;
--gcds-button-shared-disabled-text: #545961;
--gcds-button-small-font: 400 80%/160% 'Noto Sans', sans-serif;
--gcds-button-small-padding: 0.75rem;
--gcds-button-shared-disabled-opacity: 50%;
--gcds-button-small-font-desktop: 400 1.125rem/155% 'Noto Sans', sans-serif;
--gcds-button-small-font-mobile: 400 1rem/150% 'Noto Sans', sans-serif;
--gcds-button-small-padding: 0.375rem 1rem;
--gcds-button-start-default-background: #03662a;
--gcds-button-start-default-text: #ffffff;
--gcds-button-start-hover-background: #023b1a;
--gcds-button-start-font-desktop: 600 1.375rem/145% 'Noto Sans', sans-serif;
--gcds-button-start-font-mobile: 500 1.25rem/140% 'Noto Sans', sans-serif;
--gcds-button-start-padding: 0.75rem 2rem;
--gcds-button-width: fit-content;
}
Loading