From 45c7634aba296328408ef61ac19ae32309f009cc Mon Sep 17 00:00:00 2001 From: taysea Date: Mon, 21 Oct 2024 15:59:20 -0700 Subject: [PATCH] Update tokens from Figma --- .../tokens/component/component.default.json | 474 ++++++++++++++---- .../tokens/primitive/primitives.base.json | 12 + design-tokens/tokens/semantic/color.dark.json | 2 +- .../tokens/semantic/color.light.json | 2 +- yarn.lock | 205 +++++--- 5 files changed, 519 insertions(+), 176 deletions(-) diff --git a/design-tokens/tokens/component/component.default.json b/design-tokens/tokens/component/component.default.json index d1229ffa0..1bc4874f0 100644 --- a/design-tokens/tokens/component/component.default.json +++ b/design-tokens/tokens/component/component.default.json @@ -1041,10 +1041,10 @@ } }, "small": { - "primary": { + "default": { "paddingX": { "$type": "number", - "$value": "{button.small.default.paddingX}", + "$value": "{component.small.paddingX.wide}", "$description": "", "$extensions": { "com.figma": { @@ -1056,7 +1056,7 @@ }, "paddingY": { "$type": "number", - "$value": 4, + "$value": "{component.small.paddingY}", "$description": "", "$extensions": { "com.figma": { @@ -1068,7 +1068,7 @@ }, "borderRadius": { "$type": "number", - "$value": "{button.small.default.borderRadius}", + "$value": "{radius.full}", "$description": "", "$extensions": { "com.figma": { @@ -1080,7 +1080,7 @@ }, "borderWidth": { "$type": "number", - "$value": 0, + "$value": "{base.static.borderWidth.default}", "$description": "", "$extensions": { "com.figma": { @@ -1092,7 +1092,7 @@ }, "minHeight": { "$type": "number", - "$value": "{button.small.default.minHeight}", + "$value": "{component.small.minHeight}", "$description": "", "$extensions": { "com.figma": { @@ -1104,7 +1104,7 @@ }, "fontSize": { "$type": "number", - "$value": "{button.small.default.fontSize}", + "$value": "{component.small.fontSize}", "$description": "", "$extensions": { "com.figma": { @@ -1116,7 +1116,7 @@ }, "lineHeight": { "$type": "number", - "$value": "{button.small.default.lineHeight}", + "$value": "{component.small.lineHeight}", "$description": "", "$extensions": { "com.figma": { @@ -1128,7 +1128,7 @@ }, "gapX": { "$type": "number", - "$value": "{button.small.default.gapX}", + "$value": "{component.small.textToIconX}", "$description": "", "$extensions": { "com.figma": { @@ -1141,7 +1141,7 @@ "iconOnly": { "paddingX": { "$type": "number", - "$value": "{button.small.default.iconOnly.paddingX}", + "$value": "{button.small.default.iconOnly.paddingY}", "$description": "", "$extensions": { "com.figma": { @@ -1153,7 +1153,7 @@ }, "paddingY": { "$type": "number", - "$value": "{button.small.default.iconOnly.paddingY}", + "$value": 5, "$description": "", "$extensions": { "com.figma": { @@ -1165,7 +1165,7 @@ }, "borderRadius": { "$type": "number", - "$value": "{button.small.primary.borderRadius}", + "$value": "{button.small.default.borderRadius}", "$description": "", "$extensions": { "com.figma": { @@ -1177,7 +1177,7 @@ }, "borderWidth": { "$type": "number", - "$value": "{button.small.primary.borderWidth}", + "$value": "{button.small.default.borderWidth}", "$description": "", "$extensions": { "com.figma": { @@ -1189,7 +1189,7 @@ }, "minHeight": { "$type": "number", - "$value": "{button.small.primary.minHeight}", + "$value": "{button.small.default.minHeight}", "$description": "", "$extensions": { "com.figma": { @@ -1199,9 +1199,21 @@ } } }, + "minWidth": { + "$type": "number", + "$value": "{button.small.default.iconOnly.minHeight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["ALL_SCOPES"], + "codeSyntax": {} + } + } + }, "fontSize": { "$type": "number", - "$value": "{button.small.primary.fontSize}", + "$value": "{button.small.default.fontSize}", "$description": "", "$extensions": { "com.figma": { @@ -1213,7 +1225,7 @@ }, "lineHeight": { "$type": "number", - "$value": "{button.small.primary.lineHeight}", + "$value": "{button.small.default.lineHeight}", "$description": "", "$extensions": { "com.figma": { @@ -1225,7 +1237,7 @@ }, "gapX": { "$type": "number", - "$value": "{button.small.primary.gapX}", + "$value": "{button.small.default.gapX}", "$description": "", "$extensions": { "com.figma": { @@ -1237,7 +1249,7 @@ } } }, - "secondary": { + "primary": { "paddingX": { "$type": "number", "$value": "{button.small.default.paddingX}", @@ -1361,7 +1373,7 @@ }, "borderRadius": { "$type": "number", - "$value": "{button.small.secondary.borderRadius}", + "$value": "{button.small.primary.borderRadius}", "$description": "", "$extensions": { "com.figma": { @@ -1373,7 +1385,7 @@ }, "borderWidth": { "$type": "number", - "$value": "{button.small.secondary.borderWidth}", + "$value": "{button.small.primary.borderWidth}", "$description": "", "$extensions": { "com.figma": { @@ -1385,7 +1397,7 @@ }, "minHeight": { "$type": "number", - "$value": "{button.small.secondary.minHeight}", + "$value": "{button.small.primary.minHeight}", "$description": "", "$extensions": { "com.figma": { @@ -1395,71 +1407,60 @@ } } }, - "fontSize": { + "minWidth": { "$type": "number", - "$value": "{button.small.secondary.fontSize}", + "$value": "{button.small.default.iconOnly.minWidth}", "$description": "", "$extensions": { "com.figma": { "hiddenFromPublishing": false, - "scopes": ["FONT_SIZE"], + "scopes": ["ALL_SCOPES"], "codeSyntax": {} } } }, - "lineHeight": { + "fontSize": { "$type": "number", - "$value": "{button.small.secondary.lineHeight}", + "$value": "{button.small.primary.fontSize}", "$description": "", "$extensions": { "com.figma": { "hiddenFromPublishing": false, - "scopes": ["LINE_HEIGHT"], + "scopes": ["FONT_SIZE"], "codeSyntax": {} } } }, - "gapX": { + "lineHeight": { "$type": "number", - "$value": "{button.small.secondary.gapX}", + "$value": "{button.small.primary.lineHeight}", "$description": "", "$extensions": { "com.figma": { "hiddenFromPublishing": false, - "scopes": ["GAP"], + "scopes": ["LINE_HEIGHT"], "codeSyntax": {} } } - } - }, - "hover": { - "boxShadow": { - "$type": "shadow", - "$value": [ - { - "offsetX": "{base.static.spacing.none}", - "offsetY": "{base.static.spacing.none}", - "blur": "{base.static.spacing.none}", - "spread": "{base.dimension.25}", - "color": "{button.secondary.hover.borderColor}", - "inset": true - } - ], + }, + "gapX": { + "$type": "number", + "$value": "{button.small.primary.gapX}", "$description": "", "$extensions": { "com.figma": { "hiddenFromPublishing": false, - "scopes": ["ALL_SCOPES"], + "scopes": ["GAP"], "codeSyntax": {} } } } } }, - "default": { + "secondary": { "paddingX": { "$type": "number", - "$value": 12, + "$value": "{button.small.default.paddingX}", "$description": "", "$extensions": { "com.figma": { @@ -1471,7 +1472,7 @@ }, "paddingY": { "$type": "number", - "$value": 2, + "$value": "{button.small.default.paddingY}", "$description": "", "$extensions": { "com.figma": { @@ -1483,7 +1484,7 @@ }, "borderRadius": { "$type": "number", - "$value": "{radius.full}", + "$value": "{button.small.default.borderRadius}", "$description": "", "$extensions": { "com.figma": { @@ -1495,7 +1496,7 @@ }, "borderWidth": { "$type": "number", - "$value": "{base.static.borderWidth.small}", + "$value": "{button.small.default.borderWidth}", "$description": "", "$extensions": { "com.figma": { @@ -1507,7 +1508,7 @@ }, "minHeight": { "$type": "number", - "$value": "{component.small.minHeight}", + "$value": "{button.small.default.minHeight}", "$description": "", "$extensions": { "com.figma": { @@ -1519,7 +1520,7 @@ }, "fontSize": { "$type": "number", - "$value": "{component.small.fontSize}", + "$value": "{button.small.default.fontSize}", "$description": "", "$extensions": { "com.figma": { @@ -1531,7 +1532,7 @@ }, "lineHeight": { "$type": "number", - "$value": "{component.small.lineHeight}", + "$value": "{button.small.default.lineHeight}", "$description": "", "$extensions": { "com.figma": { @@ -1543,7 +1544,7 @@ }, "gapX": { "$type": "number", - "$value": "{component.xsmall.textToIconX}", + "$value": "{button.small.default.gapX}", "$description": "", "$extensions": { "com.figma": { @@ -1556,7 +1557,7 @@ "iconOnly": { "paddingX": { "$type": "number", - "$value": "{button.small.default.iconOnly.paddingY}", + "$value": "{button.small.default.iconOnly.paddingX}", "$description": "", "$extensions": { "com.figma": { @@ -1568,7 +1569,7 @@ }, "paddingY": { "$type": "number", - "$value": 4, + "$value": "{button.small.default.iconOnly.paddingY}", "$description": "", "$extensions": { "com.figma": { @@ -1580,7 +1581,7 @@ }, "borderRadius": { "$type": "number", - "$value": "{button.small.default.borderRadius}", + "$value": "{button.small.secondary.borderRadius}", "$description": "", "$extensions": { "com.figma": { @@ -1592,7 +1593,7 @@ }, "borderWidth": { "$type": "number", - "$value": "{button.small.default.borderWidth}", + "$value": "{button.small.secondary.borderWidth}", "$description": "", "$extensions": { "com.figma": { @@ -1604,7 +1605,7 @@ }, "minHeight": { "$type": "number", - "$value": "{button.small.default.minHeight}", + "$value": "{button.small.secondary.minHeight}", "$description": "", "$extensions": { "com.figma": { @@ -1614,9 +1615,21 @@ } } }, + "minWidth": { + "$type": "number", + "$value": "{button.small.default.iconOnly.minWidth}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["ALL_SCOPES"], + "codeSyntax": {} + } + } + }, "fontSize": { "$type": "number", - "$value": "{button.small.default.fontSize}", + "$value": "{button.small.secondary.fontSize}", "$description": "", "$extensions": { "com.figma": { @@ -1628,7 +1641,7 @@ }, "lineHeight": { "$type": "number", - "$value": "{button.small.default.lineHeight}", + "$value": "{button.small.secondary.lineHeight}", "$description": "", "$extensions": { "com.figma": { @@ -1640,7 +1653,7 @@ }, "gapX": { "$type": "number", - "$value": "{button.small.default.gapX}", + "$value": "{button.small.secondary.gapX}", "$description": "", "$extensions": { "com.figma": { @@ -1650,12 +1663,35 @@ } } } + }, + "hover": { + "boxShadow": { + "$type": "shadow", + "$value": [ + { + "offsetX": "{base.static.spacing.none}", + "offsetY": "{base.static.spacing.none}", + "blur": "{base.static.spacing.none}", + "spread": "{base.dimension.25}", + "color": "{button.secondary.hover.borderColor}", + "inset": true + } + ], + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["ALL_SCOPES"], + "codeSyntax": {} + } + } + } } }, "toolbar": { "paddingX": { "$type": "number", - "$value": "{base.static.spacing.xsmall}", + "$value": "{component.small.paddingX.default}", "$description": "", "$extensions": { "com.figma": { @@ -1667,7 +1703,7 @@ }, "paddingY": { "$type": "number", - "$value": 3, + "$value": "{button.small.default.paddingY}", "$description": "", "$extensions": { "com.figma": { @@ -1810,6 +1846,18 @@ } } }, + "minWidth": { + "$type": "number", + "$value": "{button.small.default.iconOnly.minHeight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["ALL_SCOPES"], + "codeSyntax": {} + } + } + }, "fontSize": { "$type": "number", "$value": "{button.small.toolbar.fontSize}", @@ -1853,7 +1901,7 @@ "default": { "paddingX": { "$type": "number", - "$value": 18, + "$value": "{component.medium.paddingX.wide}", "$description": "", "$extensions": { "com.figma": { @@ -1865,7 +1913,7 @@ }, "paddingY": { "$type": "number", - "$value": 4, + "$value": "{component.medium.paddingY}", "$description": "", "$extensions": { "com.figma": { @@ -1889,7 +1937,7 @@ }, "borderWidth": { "$type": "number", - "$value": "{base.static.borderWidth.small}", + "$value": "{base.static.borderWidth.default}", "$description": "", "$extensions": { "com.figma": { @@ -1913,7 +1961,7 @@ }, "fontSize": { "$type": "number", - "$value": 19, + "$value": "{base.dimension.475}", "$description": "", "$extensions": { "com.figma": { @@ -1962,7 +2010,7 @@ }, "paddingY": { "$type": "number", - "$value": 7, + "$value": 8, "$description": "", "$extensions": { "com.figma": { @@ -2008,6 +2056,18 @@ } } }, + "minWidth": { + "$type": "number", + "$value": "{button.medium.default.iconOnly.minHeight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["ALL_SCOPES"], + "codeSyntax": {} + } + } + }, "fontSize": { "$type": "number", "$value": "{button.medium.default.fontSize}", @@ -2085,7 +2145,7 @@ }, "borderWidth": { "$type": "number", - "$value": 0, + "$value": "{button.medium.default.borderWidth}", "$description": "", "$extensions": { "com.figma": { @@ -2204,6 +2264,18 @@ } } }, + "minWidth": { + "$type": "number", + "$value": "{button.medium.default.iconOnly.minWidth}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["ALL_SCOPES"], + "codeSyntax": {} + } + } + }, "fontSize": { "$type": "number", "$value": "{button.medium.primary.fontSize}", @@ -2245,7 +2317,7 @@ "secondary": { "paddingX": { "$type": "number", - "$value": "{button.medium.default.paddingX}", + "$value": "{component.medium.paddingX.wide}", "$description": "", "$extensions": { "com.figma": { @@ -2257,7 +2329,7 @@ }, "paddingY": { "$type": "number", - "$value": "{button.medium.default.paddingY}", + "$value": 4, "$description": "", "$extensions": { "com.figma": { @@ -2281,7 +2353,7 @@ }, "borderWidth": { "$type": "number", - "$value": "{button.medium.default.borderWidth}", + "$value": "{base.static.borderWidth.small}", "$description": "", "$extensions": { "com.figma": { @@ -2342,7 +2414,7 @@ "iconOnly": { "paddingX": { "$type": "number", - "$value": "{button.medium.default.iconOnly.paddingX}", + "$value": "{button.medium.secondary.iconOnly.paddingY}", "$description": "", "$extensions": { "com.figma": { @@ -2354,7 +2426,7 @@ }, "paddingY": { "$type": "number", - "$value": "{button.medium.default.iconOnly.paddingY}", + "$value": 7, "$description": "", "$extensions": { "com.figma": { @@ -2400,6 +2472,18 @@ } } }, + "minWidth": { + "$type": "number", + "$value": "{button.medium.default.iconOnly.minWidth}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["ALL_SCOPES"], + "codeSyntax": {} + } + } + }, "fontSize": { "$type": "number", "$value": "{button.medium.secondary.fontSize}", @@ -2619,6 +2703,18 @@ } } }, + "minWidth": { + "$type": "number", + "$value": "{button.medium.default.iconOnly.minWidth}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["ALL_SCOPES"], + "codeSyntax": {} + } + } + }, "fontSize": { "$type": "number", "$value": "{button.medium.toolbar.fontSize}", @@ -2662,7 +2758,7 @@ "default": { "paddingX": { "$type": "number", - "$value": "{base.static.spacing.medium}", + "$value": "{component.large.paddingX.wide}", "$description": "", "$extensions": { "com.figma": { @@ -2674,7 +2770,7 @@ }, "paddingY": { "$type": "number", - "$value": 7, + "$value": "{component.large.paddingY}", "$description": "", "$extensions": { "com.figma": { @@ -2686,7 +2782,7 @@ }, "borderRadius": { "$type": "number", - "$value": "{radius.full}", + "$value": "{base.static.radius.xlarge}", "$description": "", "$extensions": { "com.figma": { @@ -2698,7 +2794,7 @@ }, "borderWidth": { "$type": "number", - "$value": "{base.static.borderWidth.small}", + "$value": "{base.static.borderWidth.default}", "$description": "", "$extensions": { "com.figma": { @@ -2793,6 +2889,18 @@ } } }, + "minWidth": { + "$type": "number", + "$value": "{button.large.default.iconOnly.minHeight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["WIDTH_HEIGHT"], + "codeSyntax": {} + } + } + }, "fontSize": { "$type": "number", "$value": "{button.large.default.fontSize}", @@ -2843,7 +2951,7 @@ }, "paddingY": { "$type": "number", - "$value": 11, + "$value": 12, "$description": "", "$extensions": { "com.figma": { @@ -2870,7 +2978,7 @@ }, "paddingY": { "$type": "number", - "$value": 9, + "$value": "{button.large.default.paddingY}", "$description": "", "$extensions": { "com.figma": { @@ -2894,7 +3002,7 @@ }, "borderWidth": { "$type": "number", - "$value": 0, + "$value": "{button.large.default.borderWidth}", "$description": "", "$extensions": { "com.figma": { @@ -2989,6 +3097,18 @@ } } }, + "minWidth": { + "$type": "number", + "$value": "{button.large.default.iconOnly.minWidth}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["WIDTH_HEIGHT"], + "codeSyntax": {} + } + } + }, "fontSize": { "$type": "number", "$value": "{button.large.primary.fontSize}", @@ -3066,7 +3186,7 @@ }, "paddingY": { "$type": "number", - "$value": "{button.large.default.paddingY}", + "$value": 7, "$description": "", "$extensions": { "com.figma": { @@ -3090,7 +3210,7 @@ }, "borderWidth": { "$type": "number", - "$value": "{button.large.default.borderWidth}", + "$value": "{base.static.borderWidth.small}", "$description": "", "$extensions": { "com.figma": { @@ -3185,6 +3305,18 @@ } } }, + "minWidth": { + "$type": "number", + "$value": "{button.large.default.iconOnly.minWidth}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["WIDTH_HEIGHT"], + "codeSyntax": {} + } + } + }, "fontSize": { "$type": "number", "$value": "{button.large.secondary.fontSize}", @@ -3404,6 +3536,18 @@ } } }, + "minWidth": { + "$type": "number", + "$value": "{button.large.default.iconOnly.minWidth}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["WIDTH_HEIGHT"], + "codeSyntax": {} + } + } + }, "fontSize": { "$type": "number", "$value": "{button.large.toolbar.fontSize}", @@ -3506,6 +3650,18 @@ } } }, + "minWidth": { + "$type": "number", + "$value": "{button.xlarge.default.iconOnly.minHeight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["WIDTH_HEIGHT"], + "codeSyntax": {} + } + } + }, "fontSize": { "$type": "number", "$value": "{button.xlarge.default.fontSize}", @@ -3556,7 +3712,7 @@ }, "paddingY": { "$type": "number", - "$value": 22, + "$value": 23, "$description": "", "$extensions": { "com.figma": { @@ -3569,7 +3725,7 @@ }, "paddingX": { "$type": "number", - "$value": "{base.dimension.750}", + "$value": "{component.xlarge.paddingX.wide}", "$description": "", "$extensions": { "com.figma": { @@ -3581,7 +3737,7 @@ }, "paddingY": { "$type": "number", - "$value": 19, + "$value": "{component.xlarge.paddingY}", "$description": "", "$extensions": { "com.figma": { @@ -3605,7 +3761,7 @@ }, "borderWidth": { "$type": "number", - "$value": "{base.static.borderWidth.small}", + "$value": "{base.static.borderWidth.default}", "$description": "", "$extensions": { "com.figma": { @@ -3702,6 +3858,18 @@ } } }, + "minWidth": { + "$type": "number", + "$value": "{button.xlarge.default.iconOnly.minWidth}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["WIDTH_HEIGHT"], + "codeSyntax": {} + } + } + }, "fontSize": { "$type": "number", "$value": "{button.xlarge.primary.fontSize}", @@ -3777,7 +3945,7 @@ }, "paddingY": { "$type": "number", - "$value": 21, + "$value": "{button.xlarge.default.paddingY}", "$description": "", "$extensions": { "com.figma": { @@ -3801,7 +3969,7 @@ }, "borderWidth": { "$type": "number", - "$value": 0, + "$value": "{button.xlarge.default.borderWidth}", "$description": "", "$extensions": { "com.figma": { @@ -3898,6 +4066,18 @@ } } }, + "minWidth": { + "$type": "number", + "$value": "{button.xlarge.default.iconOnly.minWidth}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["WIDTH_HEIGHT"], + "codeSyntax": {} + } + } + }, "fontSize": { "$type": "number", "$value": "{button.xlarge.secondary.fontSize}", @@ -3973,7 +4153,7 @@ }, "paddingY": { "$type": "number", - "$value": "{button.xlarge.default.paddingY}", + "$value": 19, "$description": "", "$extensions": { "com.figma": { @@ -3997,7 +4177,7 @@ }, "borderWidth": { "$type": "number", - "$value": "{button.xlarge.default.borderWidth}", + "$value": "{base.static.borderWidth.small}", "$description": "", "$extensions": { "com.figma": { @@ -4117,6 +4297,18 @@ } } }, + "minWidth": { + "$type": "number", + "$value": "{button.xlarge.default.iconOnly.minWidth}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["WIDTH_HEIGHT"], + "codeSyntax": {} + } + } + }, "fontSize": { "$type": "number", "$value": "{button.xlarge.toolbar.fontSize}", @@ -4525,7 +4717,7 @@ "$extensions": { "com.figma": { "hiddenFromPublishing": false, - "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"], "codeSyntax": {} } } @@ -4962,7 +5154,7 @@ "enabled": { "background": { "$type": "color", - "$value": "#00000000", + "$value": "{color.background.default}", "$description": "", "$extensions": { "com.figma": { @@ -4988,7 +5180,7 @@ "hover": { "background": { "$type": "color", - "$value": "#00000000", + "$value": "{color.background.default}", "$description": "", "$extensions": { "com.figma": { @@ -7929,9 +8121,33 @@ "codeSyntax": {} } } + }, + "iconColor": { + "$type": "color", + "$value": "{color.icon.default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["ALL_FILLS", "STROKE_COLOR"], + "codeSyntax": {} + } + } } }, "hover": { + "iconColor": { + "$type": "color", + "$value": "{color.icon.default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["ALL_FILLS", "STROKE_COLOR"], + "codeSyntax": {} + } + } + }, "textColor": { "$type": "color", "$value": "{color.text.default}", @@ -7946,6 +8162,18 @@ } }, "focus": { + "iconColor": { + "$type": "color", + "$value": "{color.icon.default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["ALL_FILLS", "STROKE_COLOR"], + "codeSyntax": {} + } + } + }, "textColor": { "$type": "color", "$value": "{color.text.default}", @@ -7960,6 +8188,18 @@ } }, "disabled": { + "iconColor": { + "$type": "color", + "$value": "{color.icon.default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["ALL_FILLS", "STROKE_COLOR"], + "codeSyntax": {} + } + } + }, "textColor": { "$type": "color", "$value": "{color.text.default}", @@ -7974,6 +8214,18 @@ } }, "readOnly": { + "iconColor": { + "$type": "color", + "$value": "{color.icon.default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["ALL_FILLS", "STROKE_COLOR"], + "codeSyntax": {} + } + } + }, "textColor": { "$type": "color", "$value": "{color.text.default}", @@ -7989,6 +8241,18 @@ }, "status": { "critical": { + "iconColor": { + "$type": "color", + "$value": "{color.icon.default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["ALL_FILLS", "STROKE_COLOR"], + "codeSyntax": {} + } + } + }, "textColor": { "$type": "color", "$value": "{color.text.default}", @@ -10464,7 +10728,7 @@ }, "wide": { "$type": "number", - "$value": 9, + "$value": "{base.dimension.225}", "$description": "", "$extensions": { "com.figma": { @@ -10564,7 +10828,7 @@ "paddingX": { "narrow": { "$type": "number", - "$value": 5, + "$value": "{base.static.spacing.xxsmall}", "$description": "", "$extensions": { "com.figma": { @@ -10588,7 +10852,7 @@ }, "wide": { "$type": "number", - "$value": 9, + "$value": "{base.static.spacing.small}", "$description": "", "$extensions": { "com.figma": { @@ -10712,7 +10976,7 @@ }, "wide": { "$type": "number", - "$value": 15, + "$value": "{base.dimension.450}", "$description": "", "$extensions": { "com.figma": { @@ -10812,7 +11076,7 @@ "paddingX": { "narrow": { "$type": "number", - "$value": 9, + "$value": "{base.dimension.225}", "$description": "", "$extensions": { "com.figma": { @@ -10824,7 +11088,7 @@ }, "default": { "$type": "number", - "$value": 18, + "$value": "{base.dimension.450}", "$description": "", "$extensions": { "com.figma": { @@ -10836,7 +11100,7 @@ }, "wide": { "$type": "number", - "$value": 24, + "$value": "{base.dimension.600}", "$description": "", "$extensions": { "com.figma": { @@ -10936,7 +11200,7 @@ "paddingX": { "narrow": { "$type": "number", - "$value": 16, + "$value": "{base.dimension.500}", "$description": "", "$extensions": { "com.figma": { @@ -10948,7 +11212,7 @@ }, "default": { "$type": "number", - "$value": 24, + "$value": "{base.dimension.600}", "$description": "", "$extensions": { "com.figma": { diff --git a/design-tokens/tokens/primitive/primitives.base.json b/design-tokens/tokens/primitive/primitives.base.json index 9faab8f20..182ab6183 100644 --- a/design-tokens/tokens/primitive/primitives.base.json +++ b/design-tokens/tokens/primitive/primitives.base.json @@ -1991,6 +1991,18 @@ "codeSyntax": {} } } + }, + "full": { + "$type": "number", + "$value": "{base.dimension.9600}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["ALL_SCOPES"], + "codeSyntax": {} + } + } } }, "borderWidth": { diff --git a/design-tokens/tokens/semantic/color.dark.json b/design-tokens/tokens/semantic/color.dark.json index 9b29637f5..d0b6e1c50 100644 --- a/design-tokens/tokens/semantic/color.dark.json +++ b/design-tokens/tokens/semantic/color.dark.json @@ -227,7 +227,7 @@ }, "unknown": { "$type": "color", - "$value": "{base.color.grey.1200}", + "$value": "{base.color.white.opacity6}", "$description": "", "$extensions": { "com.figma": { diff --git a/design-tokens/tokens/semantic/color.light.json b/design-tokens/tokens/semantic/color.light.json index 270a5085c..f6962235d 100644 --- a/design-tokens/tokens/semantic/color.light.json +++ b/design-tokens/tokens/semantic/color.light.json @@ -227,7 +227,7 @@ }, "unknown": { "$type": "color", - "$value": "{base.color.grey.50}", + "$value": "{base.color.black.opacity4}", "$description": "", "$extensions": { "com.figma": { diff --git a/yarn.lock b/yarn.lock index 6a1db0a21..5f80507e5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2225,17 +2225,17 @@ integrity sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw== "@mdx-js/loader@^3.0.1": - version "3.0.1" - resolved "https://registry.yarnpkg.com/@mdx-js/loader/-/loader-3.0.1.tgz#d21e5bd50b38a4713559586dcdaa987ef9dc02c9" - integrity sha512-YbYUt7YyEOdFxhyuCWmLKf5vKhID/hJAojEUnheJk4D8iYVLFQw+BAoBWru/dHGch1omtmZOPstsmKPyBF68Tw== + version "3.1.0" + resolved "https://registry.yarnpkg.com/@mdx-js/loader/-/loader-3.1.0.tgz#715fdab11d0c9567e45049c16a7d9c83cec88214" + integrity sha512-xU/lwKdOyfXtQGqn3VnJjlDrmKXEvMi1mgYxVmukEUtVycIz1nh7oQ40bKTd4cA7rLStqu0740pnhGYxGoqsCg== dependencies: "@mdx-js/mdx" "^3.0.0" source-map "^0.7.0" "@mdx-js/mdx@^3.0.0": - version "3.0.1" - resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-3.0.1.tgz#617bd2629ae561fdca1bb88e3badd947f5a82191" - integrity sha512-eIQ4QTrOWyL3LWEe/bu6Taqzq2HQvHcyTMaOrI95P2/LmJE7AsfPfgJGuFLPVqBUE1BC1rik3VIhU+s9u72arA== + version "3.1.0" + resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-3.1.0.tgz#10235cab8ad7d356c262e8c21c68df5850a97dc3" + integrity sha512-/QxEhPAvGwbQmy1Px8F899L5Uc2KZ6JtXwlCgJmjSTBedwOZkByYcBG4GceIGPXRDsmfxhHazuS+hlOShRLeDw== dependencies: "@types/estree" "^1.0.0" "@types/estree-jsx" "^1.0.0" @@ -2243,14 +2243,15 @@ "@types/mdx" "^2.0.0" collapse-white-space "^2.0.0" devlop "^1.0.0" - estree-util-build-jsx "^3.0.0" estree-util-is-identifier-name "^3.0.0" - estree-util-to-js "^2.0.0" + estree-util-scope "^1.0.0" estree-walker "^3.0.0" - hast-util-to-estree "^3.0.0" hast-util-to-jsx-runtime "^2.0.0" markdown-extensions "^2.0.0" - periscopic "^3.0.0" + recma-build-jsx "^1.0.0" + recma-jsx "^1.0.0" + recma-stringify "^1.0.0" + rehype-recma "^1.0.0" remark-mdx "^3.0.0" remark-parse "^11.0.0" remark-rehype "^11.0.0" @@ -2262,9 +2263,9 @@ vfile "^6.0.0" "@mdx-js/react@^3.0.1": - version "3.0.1" - resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.0.1.tgz#997a19b3a5b783d936c75ae7c47cfe62f967f746" - integrity sha512-9ZrPIU4MGf6et1m1ov3zKf+q9+deetI51zprKB1D/z3NOb+rUxxtEl3mCjW5wTGh6VhRdwPueh1oRzi6ezkA8A== + version "3.1.0" + resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.1.0.tgz#c4522e335b3897b9a845db1dbdd2f966ae8fb0ed" + integrity sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ== dependencies: "@types/mdx" "^2.0.0" @@ -2996,9 +2997,9 @@ integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== "@types/lodash@^4.14.72": - version "4.17.10" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.10.tgz#64f3edf656af2fe59e7278b73d3e62404144a6e6" - integrity sha512-YpS0zzoduEhuOWjAotS6A5AVCva7X4lVlYLF0FYHAY9sdraBfnatttHItlWeZdGhuEkf+OzMNg2ZYAx8t+52uQ== + version "4.17.12" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.12.tgz#25d71312bf66512105d71e55d42e22c36bcfc689" + integrity sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ== "@types/mdast@^4.0.0": version "4.0.4" @@ -3035,16 +3036,16 @@ "@types/node" "*" "@types/node@*": - version "22.7.6" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.7.6.tgz#3ec3e2b071e136cd11093c19128405e1d1f92f33" - integrity sha512-/d7Rnj0/ExXDMcioS78/kf1lMzYk4BZV8MZGTBKzTGZ6/406ukkbYlIsZmMPhcR5KlkunDHQLrtAVmSq7r+mSw== + version "22.7.7" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.7.7.tgz#6cd9541c3dccb4f7e8b141b491443f4a1570e307" + integrity sha512-SRxCrrg9CL/y54aiMCG3edPKdprgMVGDXjA3gB8UmmBW5TcXzRUYAh8EWzTnSJFAd1rgImPELza+A3bJ+qxz8Q== dependencies: undici-types "~6.19.2" "@types/node@^20.14.5", "@types/node@^20.4.5": - version "20.16.12" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.12.tgz#61cc9be049584b472fa31e465aa0ab3c090dac56" - integrity sha512-LfPFB0zOeCeCNQV3i+67rcoVvoN5n0NVuR2vLG0O5ySQMgchuZlC4lgz546ZOJyDtj5KIgOxy+lacOimfqZAIA== + version "20.16.13" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.13.tgz#148c152d757dc73f8d65f0f6f078f39050b85b0c" + integrity sha512-GjQ7im10B0labo8ZGXDGROUl9k0BNyDgzfGpb4g/cl+4yYDWVKcozANF4FGr4/p0O/rAkQClM6Wiwkije++1Tg== dependencies: undici-types "~6.19.2" @@ -3247,9 +3248,9 @@ integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ== "@vitejs/plugin-react@^4.2.1": - version "4.3.2" - resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.3.2.tgz#1e13f666fe3135b477220d3c13b783704636b6e4" - integrity sha512-hieu+o05v4glEBucTcKMK3dlES0OeJlD9YVOAPraVMOInBCwzumaIFiUjr4bHK7NPgnAHgiskUoceKercrN8vg== + version "4.3.3" + resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.3.3.tgz#28301ac6d7aaf20b73a418ee5c65b05519b4836c" + integrity sha512-NooDe9GpHGqNns1i8XDERg0Vsg5SSYRhRxxyTGogUdkdNt47jal+fbuYi+Yfq6pzRCKXyoPcWisfxE6RIM3GKA== dependencies: "@babel/core" "^7.25.2" "@babel/plugin-transform-react-jsx-self" "^7.24.7" @@ -3624,13 +3625,18 @@ aria-hidden@^1.1.1: dependencies: tslib "^2.0.0" -aria-query@5.1.3, aria-query@~5.1.3: +aria-query@5.1.3: version "5.1.3" resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.1.3.tgz#19db27cd101152773631396f7a95a3b58c22c35e" integrity sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ== dependencies: deep-equal "^2.0.5" +aria-query@^5.3.2: + version "5.3.2" + resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.3.2.tgz#93f81a43480e33a338f19163a3d10a50c01dcd59" + integrity sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw== + array-buffer-byte-length@^1.0.0, array-buffer-byte-length@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz#1e5583ec16763540a27ae52eed99ff899223568f" @@ -4119,14 +4125,14 @@ browser-process-hrtime@^1.0.0: integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow== browserslist@^4.21.10, browserslist@^4.23.3, browserslist@^4.24.0: - version "4.24.0" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.24.0.tgz#a1325fe4bc80b64fda169629fc01b3d6cecd38d4" - integrity sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A== + version "4.24.2" + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.24.2.tgz#f5845bc91069dbd55ee89faf9822e1d885d16580" + integrity sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg== dependencies: - caniuse-lite "^1.0.30001663" - electron-to-chromium "^1.5.28" + caniuse-lite "^1.0.30001669" + electron-to-chromium "^1.5.41" node-releases "^2.0.18" - update-browserslist-db "^1.1.0" + update-browserslist-db "^1.1.1" bs-logger@^0.2.6: version "0.2.6" @@ -4221,7 +4227,7 @@ camelize@^1.0.0: resolved "https://registry.yarnpkg.com/camelize/-/camelize-1.0.1.tgz#89b7e16884056331a35d6b5ad064332c91daa6c3" integrity sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ== -caniuse-lite@^1.0.30001579, caniuse-lite@^1.0.30001646, caniuse-lite@^1.0.30001663: +caniuse-lite@^1.0.30001579, caniuse-lite@^1.0.30001646, caniuse-lite@^1.0.30001669: version "1.0.30001669" resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001669.tgz#fda8f1d29a8bfdc42de0c170d7f34a9cf19ed7a3" integrity sha512-DlWzFDJqstqtIVx1zeSpIMLjunf5SmwOw0N2Ck/QSQdS8PLS4+9HrLaYei4w8BIAL7IB/UEDu889d8vhCTPA0w== @@ -5178,7 +5184,7 @@ ejs@^3.1.10: dependencies: jake "^10.8.5" -electron-to-chromium@^1.5.28: +electron-to-chromium@^1.5.41: version "1.5.41" resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.41.tgz#eae1ba6c49a1a61d84cf8263351d3513b2bcc534" integrity sha512-dfdv/2xNjX0P8Vzme4cfzHqnPm5xsZXwsolTYr0eyW18IUmNyG08vL+fttvinTfhKfIKdRoqkDIC9e9iWQCNYQ== @@ -5356,7 +5362,7 @@ es-get-iterator@^1.1.3: isarray "^2.0.5" stop-iteration-iterator "^1.0.0" -es-iterator-helpers@^1.0.19: +es-iterator-helpers@^1.0.19, es-iterator-helpers@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.1.0.tgz#f6d745d342aea214fe09497e7152170dc333a7a6" integrity sha512-/SurEfycdyssORP/E+bj4sEu1CWw4EmLDsHynHwSXQ7utgbrMRWW195pTrCjFgFCddf/UkYm3oqKPRq5i8bJbw== @@ -5413,6 +5419,26 @@ es-to-primitive@^1.2.1: is-date-object "^1.0.1" is-symbol "^1.0.2" +esast-util-from-estree@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/esast-util-from-estree/-/esast-util-from-estree-2.0.0.tgz#8d1cfb51ad534d2f159dc250e604f3478a79f1ad" + integrity sha512-4CyanoAudUSBAn5K13H4JhsMH6L9ZP7XbLVe/dKybkxMO7eDyLsT8UHl9TRNrU2Gr9nz+FovfSIjuXWJ81uVwQ== + dependencies: + "@types/estree-jsx" "^1.0.0" + devlop "^1.0.0" + estree-util-visit "^2.0.0" + unist-util-position-from-estree "^2.0.0" + +esast-util-from-js@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/esast-util-from-js/-/esast-util-from-js-2.0.1.tgz#5147bec34cc9da44accf52f87f239a40ac3e8225" + integrity sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw== + dependencies: + "@types/estree-jsx" "^1.0.0" + acorn "^8.0.0" + esast-util-from-estree "^2.0.0" + vfile-message "^4.0.0" + esbuild@^0.21.3: version "0.21.5" resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.21.5.tgz#9ca301b120922959b766360d8ac830da0d02997d" @@ -5597,11 +5623,11 @@ eslint-plugin-import@^2.26.0: tsconfig-paths "^3.15.0" eslint-plugin-jsx-a11y@^6.4.1: - version "6.10.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.0.tgz#36fb9dead91cafd085ddbe3829602fb10ef28339" - integrity sha512-ySOHvXX8eSN6zz8Bywacm7CvGNhUtdjvqfQDVe6020TUK34Cywkw7m0KsCCk1Qtm9G1FayfTN1/7mMYnYO2Bhg== + version "6.10.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.1.tgz#87003835bad8875e023aa5db26f41a0c9e6a8fa9" + integrity sha512-zHByM9WTUMnfsDTafGXRiqxp6lFtNoSOWBY6FonVRn3A+BUwN1L/tdBXT40BcBJi0cZjOGTXZ0eD/rTG9fEJ0g== dependencies: - aria-query "~5.1.3" + aria-query "^5.3.2" array-includes "^3.1.8" array.prototype.flatmap "^1.3.2" ast-types-flow "^0.0.8" @@ -5609,14 +5635,14 @@ eslint-plugin-jsx-a11y@^6.4.1: axobject-query "^4.1.0" damerau-levenshtein "^1.0.8" emoji-regex "^9.2.2" - es-iterator-helpers "^1.0.19" + es-iterator-helpers "^1.1.0" hasown "^2.0.2" jsx-ast-utils "^3.3.5" language-tags "^1.0.9" minimatch "^3.1.2" object.fromentries "^2.0.8" safe-regex-test "^1.0.3" - string.prototype.includes "^2.0.0" + string.prototype.includes "^2.0.1" eslint-plugin-jsx@^0.1.0: version "0.1.0" @@ -5640,9 +5666,9 @@ eslint-plugin-react-hooks@^4.6.0: integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ== eslint-plugin-react-refresh@^0.4.5, eslint-plugin-react-refresh@^0.4.6: - version "0.4.12" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.12.tgz#73d61c7fcbe3f7280edb6579380b4350d2f547ed" - integrity sha512-9neVjoGv20FwYtCP6CB1dzR1vr57ZDNOXst21wd2xJ/cTlM2xLq0GWVlSNTdMn/4BtP6cHYBMCSp1wFBJ9jBsg== + version "0.4.13" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.13.tgz#ed7330da09b6192e6fa9b1b217ad979afbc898bf" + integrity sha512-f1EppwrpJRWmqDTyvAyomFVDYRtrS7iTEqv3nokETnMiMzs2SSTmKRTACce4O2p4jYyowiSMvpdwC/RLcMFhuQ== eslint-plugin-react@3.4.2: version "3.4.2" @@ -5810,6 +5836,14 @@ estree-util-is-identifier-name@^3.0.0: resolved "https://registry.yarnpkg.com/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz#0b5ef4c4ff13508b34dcd01ecfa945f61fce5dbd" integrity sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg== +estree-util-scope@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/estree-util-scope/-/estree-util-scope-1.0.0.tgz#9cbdfc77f5cb51e3d9ed4ad9c4adbff22d43e585" + integrity sha512-2CAASclonf+JFWBNJPndcOpA8EMJwa0Q8LUFJEKqXLW6+qBvbFZuF5gItbQOs/umBUkjviCSDCbBwU2cXbmrhQ== + dependencies: + "@types/estree" "^1.0.0" + devlop "^1.0.0" + estree-util-to-js@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/estree-util-to-js/-/estree-util-to-js-2.0.0.tgz#10a6fb924814e6abb62becf0d2bc4dea51d04f17" @@ -6548,7 +6582,7 @@ grommet-theme-hpe@5.7.0: "grommet@https://github.com/grommet/grommet/tarball/stable": version "2.41.0" - resolved "https://github.com/grommet/grommet/tarball/stable#ff7e163a05512574ce5caded58668f788f1931a5" + resolved "https://github.com/grommet/grommet/tarball/stable#5e07faf197ac68c4f8686045455ef46fa01ba8a6" dependencies: "@emotion/is-prop-valid" "^1.3.1" grommet-icons "^4.12.1" @@ -7330,13 +7364,6 @@ is-potential-custom-element-name@^1.0.1: resolved "https://registry.yarnpkg.com/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz#171ed6f19e3ac554394edf78caa05784a45bebb5" integrity sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ== -is-reference@^3.0.0: - version "3.0.2" - resolved "https://registry.yarnpkg.com/is-reference/-/is-reference-3.0.2.tgz#154747a01f45cd962404ee89d43837af2cba247c" - integrity sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg== - dependencies: - "@types/estree" "*" - is-regex@^1.1.4: version "1.1.4" resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958" @@ -10063,15 +10090,6 @@ pause-stream@0.0.11: dependencies: through "~2.3" -periscopic@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/periscopic/-/periscopic-3.1.0.tgz#7e9037bf51c5855bd33b48928828db4afa79d97a" - integrity sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw== - dependencies: - "@types/estree" "^1.0.0" - estree-walker "^3.0.0" - is-reference "^3.0.0" - picocolors@^1.0.0, picocolors@^1.0.1, picocolors@^1.1.0: version "1.1.1" resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" @@ -10603,6 +10621,46 @@ rechoir@^0.8.0: dependencies: resolve "^1.20.0" +recma-build-jsx@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/recma-build-jsx/-/recma-build-jsx-1.0.0.tgz#c02f29e047e103d2fab2054954e1761b8ea253c4" + integrity sha512-8GtdyqaBcDfva+GUKDr3nev3VpKAhup1+RvkMvUxURHpW7QyIvk9F5wz7Vzo06CEMSilw6uArgRqhpiUcWp8ew== + dependencies: + "@types/estree" "^1.0.0" + estree-util-build-jsx "^3.0.0" + vfile "^6.0.0" + +recma-jsx@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/recma-jsx/-/recma-jsx-1.0.0.tgz#f7bef02e571a49d6ba3efdfda8e2efab48dbe3aa" + integrity sha512-5vwkv65qWwYxg+Atz95acp8DMu1JDSqdGkA2Of1j6rCreyFUE/gp15fC8MnGEuG1W68UKjM6x6+YTWIh7hZM/Q== + dependencies: + acorn-jsx "^5.0.0" + estree-util-to-js "^2.0.0" + recma-parse "^1.0.0" + recma-stringify "^1.0.0" + unified "^11.0.0" + +recma-parse@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/recma-parse/-/recma-parse-1.0.0.tgz#c351e161bb0ab47d86b92a98a9d891f9b6814b52" + integrity sha512-OYLsIGBB5Y5wjnSnQW6t3Xg7q3fQ7FWbw/vcXtORTnyaSFscOtABg+7Pnz6YZ6c27fG1/aN8CjfwoUEUIdwqWQ== + dependencies: + "@types/estree" "^1.0.0" + esast-util-from-js "^2.0.0" + unified "^11.0.0" + vfile "^6.0.0" + +recma-stringify@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/recma-stringify/-/recma-stringify-1.0.0.tgz#54632030631e0c7546136ff9ef8fde8e7b44f130" + integrity sha512-cjwII1MdIIVloKvC9ErQ+OgAtwHBmcZ0Bg4ciz78FtbT8In39aAYbaA7zvxQ61xVMSPE8WxhLwLbhif4Js2C+g== + dependencies: + "@types/estree" "^1.0.0" + estree-util-to-js "^2.0.0" + unified "^11.0.0" + vfile "^6.0.0" + reflect.getprototypeof@^1.0.4: version "1.0.6" resolved "https://registry.yarnpkg.com/reflect.getprototypeof/-/reflect.getprototypeof-1.0.6.tgz#3ab04c32a8390b770712b7a8633972702d278859" @@ -10683,6 +10741,15 @@ regjsparser@^0.11.0: dependencies: jsesc "~3.0.2" +rehype-recma@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/rehype-recma/-/rehype-recma-1.0.0.tgz#d68ef6344d05916bd96e25400c6261775411aa76" + integrity sha512-lqA4rGUf1JmacCNWWZx0Wv1dHqMwxzsDWYMTowuplHF3xH0N/MmrZ/G3BDZnzAkRmxDadujCjaKM2hqYdCBOGw== + dependencies: + "@types/estree" "^1.0.0" + "@types/hast" "^3.0.0" + hast-util-to-estree "^3.0.0" + remark-gfm@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/remark-gfm/-/remark-gfm-4.0.0.tgz#aea777f0744701aa288b67d28c43565c7e8c35de" @@ -10696,9 +10763,9 @@ remark-gfm@^4.0.0: unified "^11.0.0" remark-mdx@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/remark-mdx/-/remark-mdx-3.0.1.tgz#8f73dd635c1874e44426e243f72c0977cf60e212" - integrity sha512-3Pz3yPQ5Rht2pM5R+0J2MrGoBSrzf+tJG94N+t/ilfdh8YLyyKYtidAYwTveB20BoHAcwIopOUqhcmh2F7hGYA== + version "3.1.0" + resolved "https://registry.yarnpkg.com/remark-mdx/-/remark-mdx-3.1.0.tgz#f979be729ecb35318fa48e2135c1169607a78343" + integrity sha512-Ngl/H3YXyBV9RcRNdlYsZujAmhsxwzxpDzpDEhFBVAGthS4GDgnctpDjgFl/ULx5UEDzqtW1cyBSNKqYYrqLBA== dependencies: mdast-util-mdx "^3.0.0" micromark-extension-mdxjs "^3.0.0" @@ -11090,9 +11157,9 @@ serve-static@1.16.2: send "0.19.0" set-cookie-parser@^2.5.1: - version "2.7.0" - resolved "https://registry.yarnpkg.com/set-cookie-parser/-/set-cookie-parser-2.7.0.tgz#ef5552b56dc01baae102acb5fc9fb8cd060c30f9" - integrity sha512-lXLOiqpkUumhRdFF3k1osNXCy9akgx/dyPZ5p8qAg9seJzXr5ZrlqZuWIMuY6ejOsVLE6flJ5/h3lsn57fQ/PQ== + version "2.7.1" + resolved "https://registry.yarnpkg.com/set-cookie-parser/-/set-cookie-parser-2.7.1.tgz#3016f150072202dfbe90fadee053573cc89d2943" + integrity sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ== set-function-length@^1.2.1: version "1.2.2" @@ -11416,7 +11483,7 @@ string-width@^5.0.1, string-width@^5.1.2: emoji-regex "^9.2.2" strip-ansi "^7.0.1" -string.prototype.includes@^2.0.0: +string.prototype.includes@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz#eceef21283640761a81dbe16d6c7171a4edf7d92" integrity sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg== @@ -12454,7 +12521,7 @@ unquote@^1.1.1: resolved "https://registry.yarnpkg.com/unquote/-/unquote-1.1.1.tgz#8fded7324ec6e88a0ff8b905e7c098cdc086d544" integrity sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg== -update-browserslist-db@^1.1.0: +update-browserslist-db@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz#80846fba1d79e82547fb661f8d141e0945755fe5" integrity sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==