diff --git a/data/tokens.json b/data/tokens.json index 9b5e063b..d81a57dc 100644 --- a/data/tokens.json +++ b/data/tokens.json @@ -704,6 +704,11 @@ "type": "color", "description": "NOT for text" }, + "010": { + "value": "#0000001A", + "type": "color", + "description": "subtle outline element divider on light surface" + }, "030": { "value": "$colors.yin.030", "type": "color" @@ -719,11 +724,6 @@ "090": { "value": "$colors.yin.090", "type": "color" - }, - "010": { - "value": "#0000001A", - "type": "color", - "description": "subtle outline element divider on light surface" } }, "yang": { @@ -731,15 +731,15 @@ "value": "$colors.yang.100", "type": "color" }, - "080": { - "value": "$colors.yang.080", - "type": "color", - "description": "Search on dark placeholder" - }, "030": { "value": "#ffffff4D", "type": "color", "description": "subtle outline element divider on dark surface" + }, + "080": { + "value": "$colors.yang.080", + "type": "color", + "description": "Search on dark placeholder" } }, "disabled": { @@ -1987,6 +1987,10 @@ "value": "2px", "type": "spacing" }, + "035": { + "value": "3px", + "type": "spacing" + }, "050": { "value": "4px", "type": "spacing" @@ -6685,7 +6689,13 @@ "typography.note.date.m": "S:54365fda8a8b58f8f34e6ce76670325535231def,", "typography.note.paragraph.m": "S:4fefd90fcf73695068e1a7dc40c354fb838bd35b,", "typography.note.paragraphList.m": "S:48ef2832cf98bf778b1b7220865bb95ded834261,", - "typography.note.title.m": "S:daf5a238944fbf51412a09f4ab8267bd9ca8df00," + "typography.note.title.m": "S:daf5a238944fbf51412a09f4ab8267bd9ca8df00,", + "colors.utility.yin.010": "S:796c4044e0ea43972d19515e4cce89b0fa7eddc8,", + "colors.utility.yang.030": "S:c44a489cd8a7c7634ef490b610209f317e31bee0,", + "colors.action.minor.700": "S:2cf7331e6668fabf1b610e3895014f2fa3af02b2,", + "colors.action.minor.gray.700": "S:0daa3a42362d71fde83d011e238da70f5994d20c,", + "colors.components.leftnav.winter.standard.background-child": "S:200eea5dacb46245235caed5262689363f5a2591,", + "colors.components.leftnav.winter.standard.divider-on-dark": "S:47fb10a8f7f0de38371aeb5ee134cc651bd7700e," } } ], diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ada12540..b8a643fe 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.24.0](https://github.com/Sage/design-tokens/compare/v4.23.0...v4.24.0) (2023-09-21) + + +### Features + +* **data:** adding a new token spacing.035 for padding in skeleton text ([1e21129](https://github.com/Sage/design-tokens/commit/1e2112951e6c23ac3af05f0fd66f505cc7710342)) + # [4.23.0](https://github.com/Sage/design-tokens/compare/v4.22.0...v4.23.0) (2023-08-16)