Skip to content

Commit

Permalink
Merge branch 'master' into amend-docs-sage-casing
Browse files Browse the repository at this point in the history
  • Loading branch information
druhill authored Nov 24, 2023
2 parents c76ddea + c19d15a commit 23c42e8
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 5 deletions.
58 changes: 53 additions & 5 deletions data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1046,13 +1046,19 @@
}
},
"positive": {
"500": {
"value": "#008A21",
"400": {
"value": "#33A14D",
"type": "color"
},
"500": {
"value": "#00821F",
"type": "color",
"description": "Was #008A21 (not accessible on #F2F5F6)"
},
"600": {
"value": "#006e1a",
"type": "color"
"value": "#006819",
"type": "color",
"description": "Was #006E1A but 500 token was darkened, so 600 had to be darkened too."
},
"transparent": {
"value": "$colors.transparent",
Expand Down Expand Up @@ -1871,6 +1877,10 @@
"value": "80px",
"type": "sizing"
},
"1100": {
"value": "88px",
"type": "sizing"
},
"1200": {
"value": "96px",
"type": "sizing"
Expand All @@ -1879,10 +1889,34 @@
"value": "104px",
"type": "sizing"
},
"1500": {
"value": "120px",
"type": "sizing"
},
"1600": {
"value": "128px",
"type": "sizing"
},
"2000": {
"value": "160px",
"type": "sizing",
"description": "Tile"
},
"2500": {
"value": "200px",
"type": "sizing",
"description": "Tile"
},
"3000": {
"value": "240px",
"type": "sizing",
"description": "Tile"
},
"7000": {
"value": "560px",
"type": "sizing",
"description": "Tile"
},
"010": {
"value": "1px",
"type": "sizing"
Expand Down Expand Up @@ -2486,6 +2520,19 @@
"textCase": "none"
},
"type": "typography"
},
"s": {
"value": {
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.500",
"lineHeight": "$lineHeights.500",
"fontSize": "$fontSizes.010",
"letterSpacing": "0%",
"paragraphSpacing": "0",
"textDecoration": "none",
"textCase": "none"
},
"type": "typography"
}
}
},
Expand Down Expand Up @@ -6757,7 +6804,8 @@
"typography.loader.message.s": "S:4a6572460940bd35cdd9b1e935834cc8a14545ae,",
"typography.loader.message.m": "S:a17fab112b1f11144f3e6dbd2a3add598464fa56,",
"typography.loader.message.l": "S:c84e8f784a534e8e7c232e59d001a6251c7c35bc,",
"typography.loader.message.xl": "S:eabf409acf6dda0aef4212f4b522a2e9c2f10dbf,"
"typography.loader.message.xl": "S:eabf409acf6dda0aef4212f4b522a2e9c2f10dbf,",
"colors.semantic.positive.400": "S:96d6a2632dc536e74a6c463c78000812a0e611d0,"
}
}
],
Expand Down
43 changes: 43 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
# [4.31.0](https://github.com/Sage/design-tokens/compare/v4.30.0...v4.31.0) (2023-11-22)


### Features

* **data:** add 1 typogrraphy token for badge. ([734aa74](https://github.com/Sage/design-tokens/commit/734aa747e4d04602e4015cc2d917df33e695e7a1))

# [4.30.0](https://github.com/Sage/design-tokens/compare/v4.29.0...v4.30.0) (2023-11-21)


### Features

* **data:** semantic.positive 500 and 600 darkened to meet WCAG requirements on #F2F5F6 ([689eedd](https://github.com/Sage/design-tokens/commit/689eedd9eaa7e25f3c774320cf5d6dfb8d8b43b8)), closes [#F2F5F6](https://github.com/Sage/design-tokens/issues/F2F5F6)
* **data:** Sync Figma styles with tokens ([e835410](https://github.com/Sage/design-tokens/commit/e835410a1c8aec4057e229a10aeaf3a071a178ba))

# [4.29.0](https://github.com/Sage/design-tokens/compare/v4.28.0...v4.29.0) (2023-11-16)


### Features

* **data:** adding positive 400 bg color ([d26b9c9](https://github.com/Sage/design-tokens/commit/d26b9c912fcba89dd49478b1fa76652eb58f2127))

# [4.28.0](https://github.com/Sage/design-tokens/compare/v4.27.0...v4.28.0) (2023-11-14)


### Features

* **data:** add 1 size token for tile ([5bfe37d](https://github.com/Sage/design-tokens/commit/5bfe37dc58876b49d9493bbc914ee1f3218795c8))

# [4.27.0](https://github.com/Sage/design-tokens/compare/v4.26.0...v4.27.0) (2023-11-13)


### Features

* **data:** add 3 new size token for tile ([b7a261e](https://github.com/Sage/design-tokens/commit/b7a261e2d03d1cb30cf97daa09df12a576a9e08a))

# [4.26.0](https://github.com/Sage/design-tokens/compare/v4.25.0...v4.26.0) (2023-10-24)


### Features

* **data:** add 2 size token for button toggle asset M and L. ([37161f8](https://github.com/Sage/design-tokens/commit/37161f835527ecc7916a446e4d8992b7fab4e902))

# [4.25.0](https://github.com/Sage/design-tokens/compare/v4.24.0...v4.25.0) (2023-09-21)


Expand Down

0 comments on commit 23c42e8

Please sign in to comment.