Skip to content

Commit

Permalink
Merge pull request #367 from Sage/stepFlowAmends
Browse files Browse the repository at this point in the history
feat(data): adding new type tokens to support step flow changes
  • Loading branch information
ljemmo authored May 24, 2024
2 parents 6581286 + 29a86c6 commit c3ecb3d
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2853,7 +2853,18 @@
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.400",
"lineHeight": "$lineHeights.500",
"fontSize": "$fontSizes.200",
"fontSize": "$fontSizes.100",
"letterSpacing": "0%",
"paragraphSpacing": "0px"
},
"type": "typography"
},
"l": {
"value": {
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.500",
"lineHeight": "$lineHeights.500",
"fontSize": "$fontSizes.400",
"letterSpacing": "0%",
"paragraphSpacing": "0px"
},
Expand Down Expand Up @@ -6453,7 +6464,6 @@
"typography.dialog.title.l": "S:7f1bf6b9c04334d85be0c237dad8f417a0f87a41,",
"typography.dialog.title.xl": "S:3111f8f4e1adfc1113fa52bb33aa81d790fda787,",
"typography.dialog.title.xxl": "S:02719d7f10ee2ce93acc38738b6c609082e5d55f,",
"typography.dialog.subtitle.m": "S:8a98612d6f1250ca9aef8acfcce454043c32fa57,",
"typography.dialog.paragraph.xs": "S:042f9558611959b528a8f81b227535a69bed3839,",
"typography.dialog.paragraph.s": "S:0706f485bc9a752ba9e78c06bfdb044480424939,",
"typography.dialog.paragraph.ms": "S:9f1560a7ae490c3a24be7042a08afd099ecd5bd1,",
Expand Down Expand Up @@ -6833,7 +6843,9 @@
"colors.semantic.notification.transparent": "S:affc106bfa3f7cd6805d04f1385eefece4787aa6,",
"colors.semantic.notification.yin.100": "S:ed6fd804b2cbca522ce679d0af9347b84c0f093a,",
"colors.semantic.notification.yang.100": "S:71e56287d27095eaa8f32e53da5296c505e92f78,",
"typography.badge.label.s": "S:cae5a27986a182ed5f1bbb83a216c4ad879201fa,"
"typography.badge.label.s": "S:cae5a27986a182ed5f1bbb83a216c4ad879201fa,",
"typography.dialog.subtitle.m": "S:8a98612d6f1250ca9aef8acfcce454043c32fa57,",
"typography.dialog.subtitle.l": "S:bb990b1e610af5e0f402167e565df00b8cdece7e,"
}
}
],
Expand Down

0 comments on commit c3ecb3d

Please sign in to comment.