Skip to content

Commit

Permalink
refactor(tokens): changed a wrongly wired border
Browse files Browse the repository at this point in the history
  • Loading branch information
Vandapanda committed Nov 11, 2024
1 parent 7e4c678 commit 369601d
Showing 1 changed file with 81 additions and 80 deletions.
161 changes: 81 additions & 80 deletions packages/tokens/tokensstudio-generated/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@
"blue-light": {
"$type": "color",
"$value": "#BFD3E7"
},
"green-night": {
"$type": "color",
"$value": "#55E543"
},
"red-night": {
"$type": "color",
"$value": "#FFC2C2"
}
},
"sandgrey": {
Expand Down Expand Up @@ -760,6 +768,14 @@
"neutral": {
"$type": "color",
"$value": "{post.core.color.sandgrey.006}"
},
"success-solo": {
"$type": "color",
"$value": "{post.core.color.notification.green}"
},
"error-solo": {
"$type": "color",
"$value": "{post.core.color.notification.red}"
}
},
"interactive": {
Expand Down Expand Up @@ -1518,6 +1534,14 @@
"information-light": {
"$type": "color",
"$value": "{post.core.color.notification.blue-light}"
},
"success-solo": {
"$type": "color",
"$value": "{post.core.color.notification.green-night}"
},
"error-solo": {
"$type": "color",
"$value": "{post.core.color.notification.red-night}"
}
},
"interactive": {
Expand Down Expand Up @@ -5482,14 +5506,6 @@
"$type": "color",
"$value": "{post.scheme.color.interactive.primary.disabled.fg1}"
},
"selected-bg": {
"$type": "color",
"$value": "{post.scheme.color.interactive.primary.selected.bg1}"
},
"selected-fg": {
"$type": "color",
"$value": "{post.scheme.color.interactive.primary.selected.fg1}"
},
"enabled-stroke": {
"$type": "color",
"$value": "{post.scheme.color.interactive.primary.enabled.stroke}"
Expand All @@ -5498,10 +5514,6 @@
"$type": "color",
"$value": "{post.scheme.color.interactive.primary.hover.stroke}"
},
"selected-stroke": {
"$type": "color",
"$value": "{post.scheme.color.interactive.primary.selected.stroke1}"
},
"disabled-stroke": {
"$type": "color",
"$value": "{post.scheme.color.interactive.primary.disabled.stroke}"
Expand Down Expand Up @@ -6749,14 +6761,6 @@
"$type": "color",
"$value": "{post.scheme.color.interactive.primary.disabled.fg1}"
},
"selected-bg": {
"$type": "color",
"$value": "{post.scheme.color.interactive.primary.selected.bg1}"
},
"selected-fg": {
"$type": "color",
"$value": "{post.scheme.color.interactive.primary.selected.fg1}"
},
"enabled-stroke": {
"$type": "color",
"$value": "{post.scheme.color.interactive.primary.enabled.stroke}"
Expand All @@ -6769,10 +6773,6 @@
"$type": "color",
"$value": "{post.scheme.color.interactive.primary.disabled.stroke}"
},
"selected-stroke": {
"$type": "color",
"$value": "{post.scheme.color.interactive.primary.selected.stroke1}"
},
"gap": {
"block": {
"group": {
Expand All @@ -6784,10 +6784,6 @@
"text-start": {
"$type": "spacing",
"$value": "{post.device.spacing.gap.inline.12}"
},
"group": {
"$type": "spacing",
"$value": "tbd"
}
}
},
Expand Down Expand Up @@ -7796,7 +7792,7 @@
"border-style": {
"default": {
"$type": "other",
"$value": "{post.checkbox.border-style.default}"
"$value": "{post.core.border-style.solid}"
},
"disabled": {
"$type": "other",
Expand Down Expand Up @@ -7849,6 +7845,10 @@
"start": {
"$type": "spacing",
"$value": "{post.device.spacing.padding.block.29}"
},
"end": {
"$type": "spacing",
"$value": "{post.device.spacing.padding.block.3}"
}
}
}
Expand Down Expand Up @@ -8045,7 +8045,7 @@
"Components/Validation": {
"post": {
"validation": {
"list": {
"group": {
"gap": {
"inline": {
"$type": "spacing",
Expand All @@ -8059,15 +8059,41 @@
"$value": "{post.device.spacing.padding.12}"
}
}
},
"icon": {
"size": {
"$type": "sizing",
"$value": "{post.device.sizing.interactive.icon.size}"
},
"padding": {
"$type": "spacing",
"$value": "{post.device.spacing.padding.1}"
}
}
},
"error": {
"$type": "color",
"$value": "{post.scheme.color.signal.error-dark}"
"$value": "{post.scheme.color.signal.error-solo}"
},
"success": {
"$type": "color",
"$value": "{post.scheme.color.signal.success-dark}"
"$value": "{post.scheme.color.signal.success-solo}"
},
"input": {
"padding": {
"block": {
"$type": "spacing",
"$value": "{post.device.spacing.padding.block.5}"
},
"inline": {
"$type": "spacing",
"$value": "{post.device.spacing.padding.2}"
}
}
},
"font-size": {
"$type": "fontSizes",
"$value": "{post.device.font-size.9}"
}
}
}
Expand Down Expand Up @@ -8245,11 +8271,11 @@
"small": {
"$type": "typography",
"$value": {
"fontFamily": "{post.device.font-family.default}",
"fontWeight": "{post.device.font-weight.regular}",
"fontFamily": "{post.body.font-family}",
"fontWeight": "{post.body.font-weight}",
"fontSize": "{post.device.font-size.9}",
"lineHeight": "{post.device.line-height.label}",
"letterSpacing": "{post.core.letter-spacing.default}"
"lineHeight": "{post.body.line-height}",
"letterSpacing": "{post.body.letter-spacing}"
}
},
"smaller": {
Expand Down Expand Up @@ -8492,7 +8518,7 @@
},
"auto": {
"$type": "spacing",
"$value": "\"auto\""
"$value": "auto"
}
},
"padding": {
Expand Down Expand Up @@ -8865,9 +8891,9 @@
}
}
},
"Helpers/Palette": {
"Palettes": {
"post": {
"helper": {
"palettes": {
"color": {
"default": {
"bg": {
Expand Down Expand Up @@ -8899,7 +8925,7 @@
"$value": "{post.theme.color.palettes.brand.fg}"
}
},
"emphasis": {
"accent": {
"bg": {
"$type": "color",
"$value": "{post.theme.color.palettes.accent.bg}"
Expand Down Expand Up @@ -9002,6 +9028,8 @@
"post.core.color.notification.red-light": "dc8a3f925a29ec749bed302314c141a7483ca160",
"post.core.color.notification.orange-light": "d5f216e93abaa8bd3b7be2708846595265f69acb",
"post.core.color.notification.blue-light": "96e994c2e2920dcba3de3f9a2ba7b43bf914cb79",
"post.core.color.notification.green-night": "3199517b27ac3fe0ab99e52e1b4721f07491796d",
"post.core.color.notification.red-night": "f6e214da94b642f7eb2b0593c1e2da44e88749ba",
"post.core.color.sandgrey.100": "3f0c5233089d823bb75769a5e022748cef8d6beb",
"post.core.color.sandgrey.000": "0f66c4e1b53dbf13095454ed0247b0e8c3d889e0",
"post.core.color.sandgrey.002": "e9a3ff986fba3d9d8d34a948ee34993b206ddf1c",
Expand Down Expand Up @@ -9136,6 +9164,8 @@
"post.scheme.color.signal.warning-light": "89302ce07bdf3dda8857ae055241ba5e55af16c7",
"post.scheme.color.signal.information-dark": "04907dc5972eef19d828ea38aafba62220824b5c",
"post.scheme.color.signal.information-light": "92a36e527934b27f741ef1d21ccd77f46081bcea",
"post.scheme.color.signal.success-solo": "005074d4749ba0d64a11e8a5c742c48631c98dca",
"post.scheme.color.signal.error-solo": "93e0cd4e7a5f9b2a33a76c9c0f3ab60dc5543f66",
"post.scheme.color.interactive.button.primary.enabled.fg": "2a55e0da7a6a77af2ab682cfee46da43264624cf",
"post.scheme.color.interactive.button.primary.enabled.bg": "cb811102b963d3ff5f0cfd0cdadb6d1de116e562",
"post.scheme.color.interactive.button.primary.enabled.stroke": "0a8ee2da5e2d582cb354ee8710efaef60c332a75",
Expand Down Expand Up @@ -9316,6 +9346,8 @@
"post.scheme.color.signal.information-light": "92a36e527934b27f741ef1d21ccd77f46081bcea",
"post.scheme.color.signal.neutral-dark": "790da7ad43fa67de3b2da99582d332791fb09e9f",
"post.scheme.color.signal.neutral": "daad7eeff08d93aeed6c1ad67af23e58bdffd198",
"post.scheme.color.signal.success-solo": "005074d4749ba0d64a11e8a5c742c48631c98dca",
"post.scheme.color.signal.error-solo": "93e0cd4e7a5f9b2a33a76c9c0f3ab60dc5543f66",
"post.scheme.color.interactive.button.primary.enabled.fg": "2a55e0da7a6a77af2ab682cfee46da43264624cf",
"post.scheme.color.interactive.button.primary.enabled.bg": "cb811102b963d3ff5f0cfd0cdadb6d1de116e562",
"post.scheme.color.interactive.button.primary.enabled.stroke": "0a8ee2da5e2d582cb354ee8710efaef60c332a75",
Expand Down Expand Up @@ -9551,6 +9583,8 @@
"post.device.spacing.padding.inline.7": "119d660b20f161bb94da756fdf2bc0c889115aaa",
"post.device.spacing.padding.inline.9": "cc8ef1e866b261b2cd183c99e60f5eb3ee64b724",
"post.device.spacing.margin.4": "da53f4155b9f08ff30bddf3a07a176a6d7eeb94b",
"post.device.spacing.margin.5": "6b9e8903badb94a863a91be42b4cc6c9468c6038",
"post.device.spacing.margin.6": "b2fad29f5f794f25b5ad4b6969e8e19bbd1b62aa",
"post.device.sizing.interactive.icon.height": "23ca5ccbf3e98e4780aa20aef636cb50fad8809e",
"post.device.sizing.interactive.icon.width": "8fea35207b61496ef007e6cf83e7983d1386be76",
"post.device.sizing.interactive.icon.size": "a7269590e4d43349d7c74194f91278bacc6d7955",
Expand Down Expand Up @@ -9729,6 +9763,8 @@
"post.device.spacing.margin.2": "a03e875bcb67b48b5fe0cd53d733c77d6824e86f",
"post.device.spacing.margin.3": "eaf0d9d533154fc10cd38699804e027093e4d482",
"post.device.spacing.margin.4": "da53f4155b9f08ff30bddf3a07a176a6d7eeb94b",
"post.device.spacing.margin.5": "6b9e8903badb94a863a91be42b4cc6c9468c6038",
"post.device.spacing.margin.6": "b2fad29f5f794f25b5ad4b6969e8e19bbd1b62aa",
"post.device.sizing.interactive.icon.height": "23ca5ccbf3e98e4780aa20aef636cb50fad8809e",
"post.device.sizing.interactive.icon.width": "8fea35207b61496ef007e6cf83e7983d1386be76",
"post.device.sizing.interactive.icon.size": "a7269590e4d43349d7c74194f91278bacc6d7955",
Expand Down Expand Up @@ -9941,6 +9977,8 @@
"post.device.spacing.margin.2": "a03e875bcb67b48b5fe0cd53d733c77d6824e86f",
"post.device.spacing.margin.3": "eaf0d9d533154fc10cd38699804e027093e4d482",
"post.device.spacing.margin.4": "da53f4155b9f08ff30bddf3a07a176a6d7eeb94b",
"post.device.spacing.margin.5": "6b9e8903badb94a863a91be42b4cc6c9468c6038",
"post.device.spacing.margin.6": "b2fad29f5f794f25b5ad4b6969e8e19bbd1b62aa",
"post.device.sizing.interactive.icon.height": "23ca5ccbf3e98e4780aa20aef636cb50fad8809e",
"post.device.sizing.interactive.icon.width": "8fea35207b61496ef007e6cf83e7983d1386be76",
"post.device.sizing.interactive.icon.size": "a7269590e4d43349d7c74194f91278bacc6d7955",
Expand Down Expand Up @@ -9986,6 +10024,7 @@
"post.device.border-width.focus": "36b85b12779fa51b466bbb29ec9f9a54b1ab7dcc",
"post.device.border-width.alternative2": "ee4d9dfc6effe80e3529f2cf085a3e3c60cdda30",
"post.device.border-width.alternative1": "3304b579ebb55075ec45251e69d38c803cecf378",
"post.device.border-width.quote": "1c2f3d93f282058f554db3737d1b131c886b81f4",
"post.device.grid.sizing.gutter": "c96f1602983aa56f2a1a13cbba9b908b06fd0e05",
"post.device.grid.sizing.container.max-width": "a4dfb3cf0e2934a7d714a31ae35fded45be08be9",
"post.device.grid.padding.inline.container": "ac3bea992f765c2b35b8b7b8e0213bc1471cd22c",
Expand Down Expand Up @@ -10479,11 +10518,8 @@
"post.checkbox.hover-fg": "4cd3a35c6d41c8bf0f327dc00edce076b43375f9",
"post.checkbox.disabled-bg": "17a75265c1ba9ab24f81d178854bcc374d386772",
"post.checkbox.disabled-fg": "f67e1029d1f7c3fc93b33b2c7662af38106ac1a7",
"post.checkbox.selected-bg": "dfc50424925d3bb701a5e28e2ee112ca1fb13c4a",
"post.checkbox.selected-fg": "fd045802c80e76ee3028a5299bd519c39b479a46",
"post.checkbox.enabled-stroke": "baeb6a8bfd531712283a81c79867de6406094263",
"post.checkbox.hover-stroke": "09fd9bb754b50d6b5d66a08cb9b5aa02b81f1eb1",
"post.checkbox.selected-stroke": "9f457bf24e972f9f8a7d551d304675edee096461",
"post.checkbox.disabled-stroke": "450e5256bebdcb568e9093e4dd3bfaa329f76d39",
"post.checkbox.gap.block.group": "c87709f94c2c59282e5bcfc93d28ea57339d29be",
"post.checkbox.gap.inline.text-start": "6a0ccb17874af047442e69a9ea84440679f3a4e7",
Expand Down Expand Up @@ -10716,15 +10752,11 @@
"post.radio-button.hover-fg": "317132a0c272589edf4a4b14e0ae72f2f7ce18a4",
"post.radio-button.disabled-bg": "c09bc9b42df8004a531165fe1745cfd79cdb9a3e",
"post.radio-button.disabled-fg": "02139795f587accc9430208032da5a645a1917e9",
"post.radio-button.selected-bg": "3897745b964bb30eb717691a728002a210ba7e90",
"post.radio-button.selected-fg": "575b9dbb58033e0ae4a7c879cac441faf4ec5236",
"post.radio-button.enabled-stroke": "d478c213676bcf2eb1ea055a37705d9f6eb33c26",
"post.radio-button.hover-stroke": "efd5e0b0f302879c355da5d057adaf8ffe41471e",
"post.radio-button.disabled-stroke": "5b28478865af1ccb34fa372cc316bba7c0eec8c2",
"post.radio-button.selected-stroke": "e97845dba6dea97d27e389675a9f4ad2073ad586",
"post.radio-button.gap.block.group": "9c16987226587efbda8b6ca5dac00608be1e4408",
"post.radio-button.gap.inline.text-start": "54a8f76477a5a63522d360c6816e113b363647a5",
"post.radio-button.gap.inline.group": "0d348d17ca88dc80d153be265c58c3ff2c501b4f",
"post.radio-button.icon.padding.block.inner": "f32af0ee66b9ed5d12d8b4f13d7c53e4c3d917e7",
"post.radio-button.icon.padding.block.container": "7226e0dc94e9d28902b5f19ffc2849b9a09a3e96",
"post.radio-button.icon.padding.inline.inner": "5002aa9fc58b02f27ae1920ed02a8eb25171ffe6",
Expand Down Expand Up @@ -11076,38 +11108,6 @@
"post.theme.color.palettes.alternate.fg": "96a7f4c12efb74f3da27770f2014a52032056121"
}
},
{
"id": "5c4385f51d1d6b16489886f5e10e35906b66e2d2",
"name": "Palette",
"$figmaStyleReferences": {},
"selectedTokenSets": {
"core": "source",
"Scheme/Light": "source",
"Scheme/Dark": "source",
"Channel/EDK": "source",
"Channel/IDK": "source",
"Theme/Post": "source",
"Theme/Cargo": "source",
"Helpers/Palette": "enabled"
},
"$figmaVariableReferences": {
"post.helper.color.default.bg": "78e4de909d2083079acd570d14ec5711bcfd767e",
"post.helper.color.default.fg": "1119ec593790541d7462d13d5b0921203eb2f306",
"post.helper.color.default.bg-scheme": "b6c306cfa928090412bf2cb11cc10d9cdffcab5f",
"post.helper.color.alternate.bg": "68b59e1f466cfabba4034dd98eb36d149dcea898",
"post.helper.color.alternate.fg": "1de537d276551eb2e4405949d04ac2235953687b",
"post.helper.color.alternate.bg-scheme": "9652e919941b0d2ee51f75f3cf8f09709a8e3529",
"post.helper.color.brand.bg": "154c666338ba0bbaa6b937440b16ea6379c921f1",
"post.helper.color.brand.fg": "662e59cf84b469528b4912250de6c6b4e63e6fbe",
"post.helper.color.brand.bg-scheme": "35e3fb74f1d179155ceaa634eac2125de1201f6d",
"post.helper.color.emphasis.bg": "804b4156a383d9664e9c8554dda79db09e5e43ad",
"post.helper.color.emphasis.fg": "b51ad3628fe85ca59f9af070f7fbc3f631b3a124",
"post.helper.color.emphasis.bg-scheme": "5dff219fb8818db014a49bdfe6fa579a8cd34590"
},
"$figmaCollectionId": "VariableCollectionId:6402:53852",
"$figmaModeId": "6402:0",
"group": "Helpers"
},
{
"id": "de151f32ac85175085c129c9d55429225636cfb7",
"name": "Focus",
Expand Down Expand Up @@ -11197,6 +11197,7 @@
"Components/Button",
"Components/Checkbox",
"Components/Close",
"Components/Container",
"Components/Dropdown",
"Components/Form footer",
"Components/Grid",
Expand All @@ -11223,7 +11224,7 @@
"Utilities/Spacing",
"Utilities/Color",
"Utilities/Typo",
"Helpers/Palette",
"Palettes",
"Helpers/Focus"
]
}
Expand Down

0 comments on commit 369601d

Please sign in to comment.