From d4c15a1f77da617cc13da96a9f2316170a2b9094 Mon Sep 17 00:00:00 2001 From: JohanFX Date: Mon, 21 Aug 2023 08:59:20 +0200 Subject: [PATCH 001/547] feat: New core --- tokens.json | 667 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 667 insertions(+) diff --git a/tokens.json b/tokens.json index a81bd98a0..87a132f4e 100644 --- a/tokens.json +++ b/tokens.json @@ -665,6 +665,672 @@ } } }, + "core-v2": { + "core": { + "color": { + "black": { + "value": "#1a202b", + "type": "color" + }, + "white": { + "value": "#ffffff", + "type": "color" + }, + "neutral": { + "50": { + "value": "hsla({core.color.customPrimary.hue},50%,98%,1)", + "type": "color" + }, + "75": { + "value": "hsla({core.color.customPrimary.hue},45%,96%,1)", + "type": "color" + }, + "100": { + "value": "hsla({core.color.customPrimary.hue},40%,94%,1)", + "type": "color" + }, + "200": { + "value": "hsla({core.color.customPrimary.hue},36%,89%,1)", + "type": "color" + }, + "300": { + "value": "hsla({core.color.customPrimary.hue},20%,80%,1)", + "type": "color" + }, + "400": { + "value": "hsla({core.color.customPrimary.hue},12%,68%,1)", + "type": "color" + }, + "500": { + "value": "hsla({core.color.customPrimary.hue},10%,54%,1)", + "type": "color" + }, + "600": { + "value": "hsla({core.color.customPrimary.hue},10%,44%,1)", + "type": "color" + }, + "700": { + "value": "hsla({core.color.customPrimary.hue},16%,34%,1)", + "type": "color" + }, + "800": { + "value": "hsla({core.color.customPrimary.hue},20%,20%,1)", + "type": "color" + }, + "900": { + "value": "hsla({core.color.customPrimary.hue},20%,12%,1)", + "type": "color" + } + }, + "primary": { + "100": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.4}%,1)", + "type": "color" + }, + "200": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.3}%,1)", + "type": "color" + }, + "300": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.2}%,1)", + "type": "color" + }, + "400": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.1}%,1)", + "type": "color" + }, + "500": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{core.color.customPrimary.lightness}%,1)", + "type": "color" + }, + "600": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.1}%,1)", + "type": "color" + }, + "700": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.2}%,1)", + "type": "color" + }, + "800": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.3}%,1)", + "type": "color" + }, + "900": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.4}%,1)", + "type": "color" + } + }, + "accent": { + "100": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.up.4}%,1)", + "type": "color" + }, + "200": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.up.3}%,1)", + "type": "color" + }, + "300": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.up.2}%,1)", + "type": "color" + }, + "400": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.up.1}%,1)", + "type": "color" + }, + "500": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{core.color.customAccent.lightness}%,1)", + "type": "color" + }, + "600": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.down.1}%,1)", + "type": "color" + }, + "700": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.down.2}%,1)", + "type": "color" + }, + "800": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.down.3}%,1)", + "type": "color" + }, + "900": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.down.4}%,1)", + "type": "color" + } + }, + "danger": { + "100": { + "value": "#f7dede", + "type": "color" + }, + "200": { + "value": "#f0bebe", + "type": "color" + }, + "300": { + "value": "#e07c7c", + "type": "color" + }, + "400": { + "value": "#d95c5c", + "type": "color" + }, + "500": { + "value": "#d13b3b", + "type": "color" + }, + "600": { + "value": "#b52a2a", + "type": "color" + }, + "700": { + "value": "#912222", + "type": "color" + }, + "800": { + "value": "#6d1919", + "type": "color" + }, + "900": { + "value": "#481111", + "type": "color" + } + }, + "success": { + "100": { + "value": "#e4f4e6", + "type": "color" + }, + "200": { + "value": "#c9e9cd", + "type": "color" + }, + "300": { + "value": "#aedeb5", + "type": "color" + }, + "400": { + "value": "#77c783", + "type": "color" + }, + "500": { + "value": "#5cbc6a", + "type": "color" + }, + "600": { + "value": "#44a552", + "type": "color" + }, + "700": { + "value": "#368442", + "type": "color" + }, + "800": { + "value": "#296331", + "type": "color" + }, + "900": { + "value": "#1b4221", + "type": "color" + } + }, + "attention": { + "100": { + "value": "#fef3e1", + "type": "color" + }, + "200": { + "value": "#fbdaa6", + "type": "color" + }, + "300": { + "value": "#f8c16b", + "type": "color" + }, + "400": { + "value": "#f6b54d", + "type": "color" + }, + "500": { + "value": "#f39c12", + "type": "color" + }, + "600": { + "value": "#d98a0b", + "type": "color" + }, + "700": { + "value": "#ba7609", + "type": "color" + }, + "800": { + "value": "#9b6208", + "type": "color" + }, + "900": { + "value": "#7c4f06", + "type": "color" + } + }, + "customPrimary": { + "hue": { + "value": "216", + "type": "color" + }, + "saturation": { + "value": "80", + "type": "color" + }, + "lightness": { + "value": "55", + "type": "color" + }, + "hsla": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{core.color.customPrimary.lightness}%,1)", + "type": "color" + } + }, + "customAccent": { + "hue": { + "value": "60", + "type": "color" + }, + "saturation": { + "value": "100", + "type": "color" + }, + "lightness": { + "value": "78", + "type": "color" + }, + "hsla": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{core.color.customAccent.lightness}%,1)", + "type": "color" + } + } + }, + "dimension": { + "0": { + "value": "0*{core.dimension.root}", + "type": "sizing" + }, + "50": { + "value": "0.25*{core.dimension.root}", + "type": "sizing" + }, + "100": { + "value": "0.5*{core.dimension.root}", + "type": "sizing" + }, + "150": { + "value": "0.75*{core.dimension.root}", + "type": "sizing" + }, + "200": { + "value": "1*{core.dimension.root}", + "type": "sizing" + }, + "250": { + "value": "1.25*{core.dimension.root}", + "type": "sizing" + }, + "300": { + "value": "1.5*{core.dimension.root}", + "type": "sizing" + }, + "350": { + "value": "1.75*{core.dimension.root}", + "type": "sizing" + }, + "400": { + "value": "2*{core.dimension.root}", + "type": "sizing" + }, + "500": { + "value": "2.5*{core.dimension.root}", + "type": "sizing" + }, + "600": { + "value": "3*{core.dimension.root}", + "type": "sizing" + }, + "700": { + "value": "3.5*{core.dimension.root}", + "type": "sizing" + }, + "800": { + "value": "4*{core.dimension.root}", + "type": "sizing" + }, + "900": { + "value": "4.5*{core.dimension.root}", + "type": "sizing" + }, + "1000": { + "value": "5*{core.dimension.root}", + "type": "sizing" + }, + "static": { + "0": { + "value": "0", + "type": "sizing" + }, + "10": { + "value": "1", + "type": "sizing" + }, + "25": { + "value": "2", + "type": "sizing" + }, + "50": { + "value": "4", + "type": "sizing" + }, + "100": { + "value": "8", + "type": "sizing" + }, + "150": { + "value": "12", + "type": "sizing" + }, + "200": { + "value": "16", + "type": "sizing" + }, + "250": { + "value": "20", + "type": "sizing" + }, + "300": { + "value": "24", + "type": "sizing" + }, + "350": { + "value": "28", + "type": "sizing" + }, + "400": { + "value": "32", + "type": "sizing" + }, + "450": { + "value": "36", + "type": "sizing" + }, + "500": { + "value": "40", + "type": "sizing" + }, + "550": { + "value": "44", + "type": "sizing" + }, + "600": { + "value": "48", + "type": "sizing" + }, + "700": { + "value": "56", + "type": "sizing" + }, + "800": { + "value": "64", + "type": "sizing" + }, + "900": { + "value": "72", + "type": "sizing" + }, + "1000": { + "value": "80", + "type": "sizing" + } + }, + "root": { + "value": "16", + "type": "sizing" + }, + "percentage": { + "50": { + "value": "50%", + "type": "sizing" + }, + "100": { + "value": "100%", + "type": "sizing" + } + }, + "breakpoint": { + "xsm": { + "value": "320px", + "type": "sizing" + }, + "sm": { + "value": "640px", + "type": "sizing" + }, + "md": { + "value": "1007px", + "type": "sizing" + }, + "lg": { + "value": "1440px", + "type": "sizing" + } + } + }, + "font": { + "family": { + "main": { + "value": "Lexend", + "type": "fontFamilies" + }, + "alt": { + "value": "Inter", + "type": "fontFamilies" + }, + "code": { + "value": "Courier new", + "type": "fontFamilies" + } + }, + "weight": { + "light": { + "value": "300", + "type": "fontWeights" + }, + "regular": { + "value": "400", + "type": "fontWeights" + }, + "medium": { + "value": "500", + "type": "fontWeights" + }, + "bold": { + "value": "600", + "type": "fontWeights" + } + }, + "lineHeight": { + "100": { + "value": "{core.dimension.200}", + "type": "lineHeights" + }, + "200": { + "value": "{core.dimension.250}", + "type": "lineHeights" + }, + "300": { + "value": "{core.dimension.300}", + "type": "lineHeights" + }, + "400": { + "value": "{core.dimension.350}", + "type": "lineHeights" + }, + "500": { + "value": "{core.dimension.400}", + "type": "lineHeights" + }, + "600": { + "value": "{core.dimension.500}", + "type": "lineHeights" + }, + "700": { + "value": "{core.dimension.600}", + "type": "lineHeights" + } + }, + "size": { + "50": { + "value": "roundTo({core.font.size.75} / {util.font.scale}, 0)", + "type": "fontSizes" + }, + "75": { + "value": "roundTo({util.font.base} / {util.font.scale}, 0)", + "type": "fontSizes" + }, + "100": { + "value": "{util.font.base}", + "type": "fontSizes" + }, + "200": { + "value": "roundTo({util.font.base} * {util.font.scale}, 0)", + "type": "fontSizes" + }, + "300": { + "value": "roundTo({core.font.size.200} * {util.font.scale}, 0)", + "type": "fontSizes" + }, + "400": { + "value": "roundTo({core.font.size.300} * {util.font.scale}, 0)", + "type": "fontSizes" + }, + "500": { + "value": "roundTo({core.font.size.400} * {util.font.scale}, 0)", + "type": "fontSizes" + }, + "600": { + "value": "roundTo({core.font.size.500} * {util.font.scale}, 0)", + "type": "fontSizes" + } + } + } + }, + "util": { + "color": { + "primary": { + "lightness": { + "scale": { + "value": "1.15", + "type": "other" + }, + "up": { + "1": { + "value": "roundTo({core.color.customPrimary.lightness} * {util.color.primary.lightness.scale})", + "type": "other" + }, + "2": { + "value": "roundTo({util.color.primary.lightness.up.1} * {util.color.primary.lightness.scale})", + "type": "other" + }, + "3": { + "value": "roundTo({util.color.primary.lightness.up.2} * {util.color.primary.lightness.scale})", + "type": "other" + }, + "4": { + "value": "roundTo({util.color.primary.lightness.up.3} * {util.color.primary.lightness.scale})", + "type": "other" + } + }, + "down": { + "1": { + "value": "roundTo({core.color.customPrimary.lightness} / {util.color.primary.lightness.scale})", + "type": "other" + }, + "2": { + "value": "roundTo({util.color.primary.lightness.down.1} / {util.color.primary.lightness.scale})", + "type": "other" + }, + "3": { + "value": "roundTo({util.color.primary.lightness.down.2} / {util.color.primary.lightness.scale})", + "type": "other" + }, + "4": { + "value": "roundTo({util.color.primary.lightness.down.3} / {util.color.primary.lightness.scale})", + "type": "other" + } + } + } + }, + "accent": { + "lightness": { + "scale": { + "value": "8", + "type": "other" + }, + "up": { + "1": { + "value": "{core.color.customAccent.lightness} + {util.color.accent.lightness.scale}", + "type": "other" + }, + "2": { + "value": "{util.color.accent.lightness.up.1} + {util.color.accent.lightness.scale}", + "type": "other" + }, + "3": { + "value": "{util.color.accent.lightness.up.2} + {util.color.accent.lightness.scale}", + "type": "other" + }, + "4": { + "value": "{util.color.accent.lightness.up.3} + {util.color.accent.lightness.scale}", + "type": "other" + } + }, + "down": { + "1": { + "value": "{core.color.customAccent.lightness} - {util.color.accent.lightness.scale}", + "type": "other" + }, + "2": { + "value": "{util.color.accent.lightness.down.1} - {util.color.accent.lightness.scale}", + "type": "other" + }, + "3": { + "value": "{util.color.accent.lightness.down.2} - {util.color.accent.lightness.scale}", + "type": "other" + }, + "4": { + "value": "{util.color.accent.lightness.down.3} - {util.color.accent.lightness.scale}", + "type": "other" + } + } + } + }, + "colorDebug": { + "value": "#9747FF", + "type": "color" + }, + "debugColorContainer": { + "value": "#ebdcff", + "type": "color" + } + }, + "font": { + "scale": { + "value": "1.125", + "type": "other" + }, + "base": { + "value": "16", + "type": "other" + } + } + } + }, "global": { "global": { "shadow": { @@ -5477,6 +6143,7 @@ "$metadata": { "tokenSetOrder": [ "core", + "core-v2", "global", "component" ] From 4850203a1f29d1fb1088c8093d2c217416452232 Mon Sep 17 00:00:00 2001 From: JohanFX Date: Mon, 21 Aug 2023 09:54:09 +0200 Subject: [PATCH 002/547] Feat: new rebranding colours --- tokens.json | 282 ++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 252 insertions(+), 30 deletions(-) diff --git a/tokens.json b/tokens.json index 87a132f4e..e268954b9 100644 --- a/tokens.json +++ b/tokens.json @@ -678,123 +678,135 @@ }, "neutral": { "50": { - "value": "hsla({core.color.customPrimary.hue},50%,98%,1)", + "value": "#F8F9FB", "type": "color" }, "75": { - "value": "hsla({core.color.customPrimary.hue},45%,96%,1)", + "value": "rgba(0,0,0,0)", "type": "color" }, "100": { - "value": "hsla({core.color.customPrimary.hue},40%,94%,1)", + "value": "#F2F4F8", "type": "color" }, "200": { - "value": "hsla({core.color.customPrimary.hue},36%,89%,1)", + "value": "#DDE1E6", "type": "color" }, "300": { - "value": "hsla({core.color.customPrimary.hue},20%,80%,1)", + "value": "#C1C7CD", "type": "color" }, "400": { - "value": "hsla({core.color.customPrimary.hue},12%,68%,1)", + "value": "#A2A9B0", "type": "color" }, "500": { - "value": "hsla({core.color.customPrimary.hue},10%,54%,1)", + "value": "#878D96", "type": "color" }, "600": { - "value": "hsla({core.color.customPrimary.hue},10%,44%,1)", + "value": "#697077", "type": "color" }, "700": { - "value": "hsla({core.color.customPrimary.hue},16%,34%,1)", + "value": "#4D5358", "type": "color" }, "800": { - "value": "hsla({core.color.customPrimary.hue},20%,20%,1)", + "value": "#343A3F", "type": "color" }, "900": { - "value": "hsla({core.color.customPrimary.hue},20%,12%,1)", + "value": "#21272A", "type": "color" } }, "primary": { + "50": { + "value": "#EBF2F2", + "type": "color" + }, + "75": { + "value": "#CFE2E0", + "type": "color" + }, "100": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.4}%,1)", + "value": "#C0D8D5", "type": "color" }, "200": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.3}%,1)", + "value": "#A2C5C1", "type": "color" }, "300": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.2}%,1)", + "value": "#77ABA5", "type": "color" }, "400": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.1}%,1)", + "value": "#5D9A93", "type": "color" }, "500": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{core.color.customPrimary.lightness}%,1)", + "value": "#348178", "type": "color" }, "600": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.1}%,1)", + "value": "#2F756D", "type": "color" }, "700": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.2}%,1)", + "value": "#255C55", "type": "color" }, "800": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.3}%,1)", + "value": "#1D4742", "type": "color" }, "900": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.4}%,1)", + "value": "#163632", "type": "color" } }, "accent": { + "50": { + "value": "#F6EBFF", + "type": "color" + }, "100": { - "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.up.4}%,1)", + "value": "#E2BFFE", "type": "color" }, "200": { - "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.up.3}%,1)", + "value": "#D5A1FE", "type": "color" }, "300": { - "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.up.2}%,1)", + "value": "#C176FD", "type": "color" }, "400": { - "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.up.1}%,1)", + "value": "#B55BFD", "type": "color" }, "500": { - "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{core.color.customAccent.lightness}%,1)", + "value": "#A332FC", "type": "color" }, "600": { - "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.down.1}%,1)", + "value": "#942EE5", "type": "color" }, "700": { - "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.down.2}%,1)", + "value": "#7424B3", "type": "color" }, "800": { - "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.down.3}%,1)", + "value": "#5A1C8B", "type": "color" }, "900": { - "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.down.4}%,1)", + "value": "#44156A", "type": "color" } }, @@ -947,6 +959,216 @@ "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{core.color.customAccent.lightness}%,1)", "type": "color" } + }, + "slateGrey": { + "50": { + "value": "#E7E9E9", + "type": "color" + }, + "100": { + "value": "#B4BABB", + "type": "color" + }, + "200": { + "value": "#90989A", + "type": "color" + }, + "300": { + "value": "#5D6A6C", + "type": "color" + }, + "400": { + "value": "#0D2023", + "type": "color" + }, + "500": { + "value": "#0D2023", + "type": "color" + }, + "600": { + "value": "#0C1D20", + "type": "color" + }, + "700": { + "value": "#091719", + "type": "color" + }, + "800": { + "value": "#071213", + "type": "color" + }, + "900": { + "value": "#050D0F", + "type": "color" + } + }, + "jungle": { + "50": { + "value": "#EAEDEC", + "type": "color" + }, + "100": { + "value": "#BFC6C3", + "type": "color" + }, + "200": { + "value": "#9FAAA7", + "type": "color" + }, + "300": { + "value": "#74847E", + "type": "color" + }, + "400": { + "value": "#596C65", + "type": "color" + }, + "500": { + "value": "#2F473F", + "type": "color" + }, + "600": { + "value": "#2B4139", + "type": "color" + }, + "700": { + "value": "#21322D", + "type": "color" + }, + "800": { + "value": "#1A2723", + "type": "color" + }, + "900": { + "value": "#141E1A", + "type": "color" + } + }, + "lime": { + "50": { + "value": "#F2F5EA", + "type": "color" + }, + "100": { + "value": "#D6E1BE", + "type": "color" + }, + "200": { + "value": "#C2D29F", + "type": "color" + }, + "300": { + "value": "#A7BD73", + "type": "color" + }, + "400": { + "value": "#95B158", + "type": "color" + }, + "500": { + "value": "#7B9D2E", + "type": "color" + }, + "600": { + "value": "#708F2A", + "type": "color" + }, + "700": { + "value": "#576F21", + "type": "color" + }, + "800": { + "value": "#445619", + "type": "color" + }, + "900": { + "value": "#344213", + "type": "color" + } + }, + "indigo": { + "50": { + "value": "#F1F0FF", + "type": "color" + }, + "100": { + "value": "#D4CFFE", + "type": "color" + }, + "200": { + "value": "#BFB8FE", + "type": "color" + }, + "300": { + "value": "#A297FD", + "type": "color" + }, + "400": { + "value": "#9083FD", + "type": "color" + }, + "500": { + "value": "#7464FC", + "type": "color" + }, + "600": { + "value": "#6A5BE5", + "type": "color" + }, + "700": { + "value": "#5247B3", + "type": "color" + }, + "800": { + "value": "#40378B", + "type": "color" + }, + "900": { + "value": "#312A6A", + "type": "color" + } + }, + "coral": { + "50": { + "value": "#FFEEF1", + "type": "color" + }, + "100": { + "value": "#FFCAD3", + "type": "color" + }, + "200": { + "value": "#FFB0BD", + "type": "color" + }, + "300": { + "value": "#FF8C9F", + "type": "color" + }, + "400": { + "value": "#FF768D", + "type": "color" + }, + "500": { + "value": "#FF5470", + "type": "color" + }, + "600": { + "value": "#E84C66", + "type": "color" + }, + "700": { + "value": "#B53C50", + "type": "color" + }, + "800": { + "value": "#8C2E3E", + "type": "color" + }, + "900": { + "value": "#6B232F", + "type": "color" + } } }, "dimension": { @@ -1124,7 +1346,7 @@ "font": { "family": { "main": { - "value": "Lexend", + "value": "Albert Sans", "type": "fontFamilies" }, "alt": { From 2c84cd4c3d6880789d7a097fda18af22cbdd5d73 Mon Sep 17 00:00:00 2001 From: JohanFX Date: Mon, 21 Aug 2023 11:42:16 +0200 Subject: [PATCH 003/547] feat: new golbal_v2, new component_v2. edit: core_v2 --- tokens.json | 4862 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 4846 insertions(+), 16 deletions(-) diff --git a/tokens.json b/tokens.json index e268954b9..c2d055fc3 100644 --- a/tokens.json +++ b/tokens.json @@ -665,7 +665,4823 @@ } } }, - "core-v2": { + "global": { + "global": { + "shadow": { + "100": { + "value": [ + { + "color": "rgba({core.color.neutral.200}, 0.08)", + "type": "dropShadow", + "x": "0", + "y": "2", + "blur": "0", + "spread": "0" + }, + { + "color": "rgba({core.color.black}, 0.08)", + "type": "dropShadow", + "x": "0", + "y": "10", + "blur": "36", + "spread": "0" + } + ], + "type": "boxShadow" + }, + "200": { + "value": [ + { + "color": "rgba({core.color.neutral.200}, 0.16)", + "type": "dropShadow", + "x": "0", + "y": "2", + "blur": "0", + "spread": "0" + }, + { + "color": "rgba({core.color.black}, 0.12)", + "type": "dropShadow", + "x": "0", + "y": "10", + "blur": "36", + "spread": "0" + } + ], + "type": "boxShadow" + }, + "300": { + "value": [ + { + "color": "rgba({core.color.neutral.200}, 0.24)", + "type": "dropShadow", + "x": "0", + "y": "2", + "blur": "0", + "spread": "0" + }, + { + "color": "rgba({core.color.black}, 0.16)", + "type": "dropShadow", + "x": "0", + "y": "10", + "blur": "36", + "spread": "0" + } + ], + "type": "boxShadow" + }, + "400": { + "value": [ + { + "color": "rgba({core.color.neutral.200}, 0.08)", + "type": "dropShadow", + "x": "-100", + "y": "0", + "blur": "60", + "spread": "0" + }, + { + "color": "rgba({core.color.black}, 0.05)", + "type": "dropShadow", + "x": "-32", + "y": "0", + "blur": "32", + "spread": "0" + } + ], + "type": "boxShadow" + } + }, + "focus": { + "default": { + "value": { + "x": "0", + "y": "0", + "blur": "0", + "spread": "3", + "color": "{core.color.primary.300}", + "type": "dropShadow" + }, + "type": "boxShadow" + } + }, + "content": { + "color": { + "text": { + "default": { + "value": "{core.color.neutral.700}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.neutral.800}", + "type": "color" + }, + "muted": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "subtle": { + "value": "{core.color.neutral.300}", + "type": "color" + }, + "default--reverse": { + "value": "{core.color.white}", + "type": "color" + } + }, + "icon": { + "default": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.neutral.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.neutral.300}", + "type": "color" + }, + "default--reverse": { + "value": "{core.color.white}", + "type": "color" + } + }, + "primary": { + "default": { + "value": "{core.color.primary.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.primary.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.primary.300}", + "type": "color" + }, + "subtle": { + "value": "{core.color.primary.100}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{core.color.neutral.700}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.neutral.800}", + "type": "color" + }, + "muted": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "subtle": { + "value": "{core.color.neutral.100}", + "type": "color" + } + }, + "negative": { + "default": { + "value": "{core.color.danger.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.danger.600}", + "type": "color" + }, + "muted": { + "value": "{core.color.danger.300}", + "type": "color" + }, + "subtle": { + "value": "{core.color.danger.100}", + "type": "color" + } + }, + "positive": { + "default": { + "value": "{core.color.success.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.success.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.success.300}", + "type": "color" + }, + "subtle": { + "value": "{core.color.success.100}", + "type": "color" + } + }, + "transparent": { + "value": "transparent", + "type": "color" + }, + "disabled": { + "value": "{core.color.neutral.300}", + "type": "color" + }, + "attention": { + "default": { + "value": "{core.color.attention.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.attention.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.attention.300}", + "type": "color" + }, + "subtle": { + "value": "{core.color.attention.100}", + "type": "color" + } + } + }, + "typo": { + "heading": { + "xlg": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.bold}", + "lineHeight": "{core.font.lineHeight.600}px", + "fontSize": "{core.font.size.600}px" + }, + "type": "typography" + }, + "lg": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.bold}", + "lineHeight": "{core.font.lineHeight.500}px", + "fontSize": "{core.font.size.500}px" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.bold}", + "lineHeight": "{core.font.lineHeight.400}px", + "fontSize": "{core.font.size.400}px" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.bold}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.300}px" + }, + "type": "typography" + }, + "xsm": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.bold}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.200}px" + }, + "type": "typography" + } + }, + "body": { + "lg": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.200}px" + }, + "type": "typography" + }, + "lg--bold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.200}px" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.100}px" + }, + "type": "typography" + }, + "md--bold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.100}px" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "sm--bold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + } + }, + "caption": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.100}", + "fontSize": "{core.font.size.50}" + }, + "type": "typography" + } + }, + "typoMobile": { + "heading": { + "xlg": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.bold}", + "lineHeight": "{core.font.lineHeight.500}px", + "fontSize": "{core.font.size.500}px" + }, + "type": "typography" + }, + "lg": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.bold}", + "lineHeight": "{core.font.lineHeight.400}px", + "fontSize": "{core.font.size.400}px" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.bold}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.300}px" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.bold}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.200}px" + }, + "type": "typography" + }, + "xsm": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.bold}", + "lineHeight": "{core.font.lineHeight.100}px", + "fontSize": "{core.font.size.100}px" + }, + "type": "typography" + } + }, + "body": { + "lg": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.100}px" + }, + "type": "typography" + }, + "lg--bold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.100}px" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "md--bold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.100}px", + "fontSize": "{core.font.size.50}px" + }, + "type": "typography" + }, + "sm--bold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.100}px", + "fontSize": "{core.font.size.50}px" + }, + "type": "typography" + } + }, + "caption": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.100}", + "fontSize": "{core.font.size.50}" + }, + "type": "typography" + } + } + }, + "background": { + "color": { + "surface": { + "default": { + "value": "{core.color.white}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.neutral.200}", + "type": "color" + }, + "muted": { + "value": "{core.color.neutral.100}", + "type": "color" + }, + "subtle": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "default--reverse": { + "value": "{core.color.neutral.700}", + "type": "color" + } + }, + "primary": { + "default": { + "value": "{core.color.primary.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.primary.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.primary.200}", + "type": "color" + }, + "subtle": { + "value": "{core.color.primary.100}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{core.color.neutral.700}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.neutral.800}", + "type": "color" + }, + "muted": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "subtle": { + "value": "{core.color.neutral.50}", + "type": "color" + } + }, + "accent": { + "default": { + "value": "{core.color.accent.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.accent.900}", + "type": "color" + }, + "subtle": { + "value": "{core.color.accent.300}", + "type": "color" + } + }, + "negative": { + "default": { + "value": "{core.color.danger.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.danger.600}", + "type": "color" + }, + "muted": { + "value": "{core.color.danger.200}", + "type": "color" + }, + "subtle": { + "value": "{core.color.danger.100}", + "type": "color" + } + }, + "positive": { + "default": { + "value": "{core.color.success.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.success.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.success.200}", + "type": "color" + }, + "subtle": { + "value": "{core.color.success.100}", + "type": "color" + } + }, + "transparent": { + "value": "transparent", + "type": "color" + }, + "disabled": { + "value": "{core.color.neutral.75}", + "type": "color" + }, + "overlay": { + "default": { + "value": "rgb({core.color.neutral.100},0.5)", + "type": "color" + } + }, + "attention": { + "default": { + "value": "{core.color.attention.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.attention.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.attention.200}", + "type": "color" + }, + "subtle": { + "value": "{core.color.attention.100}", + "type": "color" + } + } + } + }, + "border": { + "width": { + "sm": { + "value": "{core.dimension.static.10}px", + "type": "borderWidth" + }, + "md": { + "value": "{core.dimension.static.25}px", + "type": "borderWidth" + }, + "lg": { + "value": "{core.dimension.static.50}px", + "type": "borderWidth" + } + }, + "radius": { + "sm": { + "value": "2px", + "type": "borderRadius" + }, + "md": { + "value": "4px", + "type": "borderRadius" + }, + "lg": { + "value": "8px", + "type": "borderRadius" + }, + "rounded": { + "value": "99em", + "type": "borderRadius" + }, + "circle": { + "value": "{core.dimension.percentage.50}", + "type": "borderRadius" + } + }, + "color": { + "line": { + "default": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.neutral.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.neutral.300}", + "type": "color" + }, + "subtle": { + "value": "{core.color.neutral.100}", + "type": "color" + }, + "default--reverse": { + "value": "{core.color.white}", + "type": "color" + } + }, + "primary": { + "default": { + "value": "{core.color.primary.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.primary.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.primary.200}", + "type": "color" + }, + "subtle": { + "value": "{core.color.primary.100}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{core.color.neutral.700}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.neutral.800}", + "type": "color" + }, + "muted": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "subtle": { + "value": "{core.color.neutral.50}", + "type": "color" + } + }, + "negative": { + "default": { + "value": "{core.color.danger.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.danger.600}", + "type": "color" + }, + "muted": { + "value": "{core.color.danger.200}", + "type": "color" + }, + "subtle": { + "value": "{core.color.danger.100}", + "type": "color" + } + }, + "positive": { + "default": { + "value": "{core.color.success.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.success.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.success.200}", + "type": "color" + }, + "subtle": { + "value": "{core.color.success.100}", + "type": "color" + } + }, + "transparent": { + "value": "transparent", + "type": "color" + }, + "disabled": { + "default": { + "value": "{core.color.neutral.300}", + "type": "color" + }, + "muted": { + "value": "{core.color.neutral.75}", + "type": "color" + } + }, + "overlay": { + "default": { + "value": "rgb({core.color.neutral.100},0.5)", + "type": "color" + } + }, + "attention": { + "default": { + "value": "{core.color.attention.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.attention.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.attention.200}", + "type": "color" + }, + "subtle": { + "value": "{core.color.attention.100}", + "type": "color" + } + } + } + }, + "spacing": { + "padding": { + "3xsm": { + "value": "{core.dimension.static.25}px", + "type": "spacing" + }, + "2xsm": { + "value": "{core.dimension.static.50}px", + "type": "spacing" + }, + "1xsm": { + "value": "{core.dimension.static.75}px", + "type": "spacing" + }, + "xsm": { + "value": "{core.dimension.static.100}px", + "type": "spacing" + }, + "sm": { + "value": "{core.dimension.static.150}px", + "type": "spacing" + }, + "md": { + "value": "{core.dimension.static.200}px", + "type": "spacing" + }, + "lg": { + "value": "{core.dimension.static.300}px", + "type": "spacing" + }, + "xlg": { + "value": "{core.dimension.static.400}px", + "type": "spacing" + }, + "2xlg": { + "value": "{core.dimension.static.500}px", + "type": "spacing" + }, + "3xlg": { + "value": "{core.dimension.static.600}px", + "type": "spacing" + } + }, + "gap": { + "none": { + "value": "{core.dimension.static.0}px", + "type": "spacing" + }, + "sm": { + "value": "{core.dimension.static.50}px", + "type": "spacing" + }, + "md": { + "value": "{core.dimension.static.100}px", + "type": "spacing" + }, + "lg": { + "value": "{core.dimension.static.200}px", + "type": "spacing" + }, + "xlg": { + "value": "{core.dimension.static.400}px", + "type": "spacing" + } + } + }, + "icon": { + "size": { + "xsm": { + "value": "{core.dimension.100}px", + "type": "sizing" + }, + "sm": { + "value": "{core.dimension.150}px", + "type": "sizing" + }, + "md": { + "value": "{core.dimension.200}px", + "type": "sizing" + }, + "lg": { + "value": "{core.dimension.250}px", + "type": "sizing" + }, + "xlg": { + "value": "{core.dimension.300}px", + "type": "sizing" + }, + "2xlg": { + "value": "{core.dimension.400}px", + "type": "sizing" + } + } + }, + "control": { + "size": { + "50": { + "value": "{core.dimension.static.100} px", + "type": "sizing" + }, + "100": { + "value": "{core.dimension.static.200}px", + "type": "sizing" + }, + "200": { + "value": "{core.dimension.static.250}px", + "type": "sizing" + }, + "300": { + "value": "{core.dimension.static.300}px", + "type": "sizing" + }, + "400": { + "value": "{core.dimension.static.350}px", + "type": "sizing" + }, + "500": { + "value": "{core.dimension.static.400}px", + "type": "sizing" + }, + "600": { + "value": "{core.dimension.static.450}px", + "type": "sizing" + }, + "700": { + "value": "{core.dimension.static.500}px", + "type": "sizing" + }, + "800": { + "value": "{core.dimension.static.550}px", + "type": "sizing" + }, + "900": { + "value": "{core.dimension.static.600}px", + "type": "sizing" + }, + "1000": { + "value": "{core.dimension.static.700}px", + "type": "sizing" + } + } + } + } + }, + "component": { + "button": { + "content": { + "color": { + "primary": { + "default": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.secondary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + }, + "terciary": { + "default": { + "value": "{global.content.color.primary.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.muted}", + "type": "color" + }, + "down": { + "value": "{global.content.color.primary.muted}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.primary.emphasis}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.content.color.negative.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "down": { + "value": "{global.content.color.negative.default}", + "type": "color" + } + } + }, + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + } + }, + "background": { + "color": { + "primary": { + "default": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.background.color.primary.default}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{global.background.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.secondary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.background.color.secondary.default}", + "type": "color" + } + }, + "terciary": { + "default": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.muted}", + "type": "color" + }, + "down": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.background.color.negative.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.negative.default}", + "type": "color" + }, + "down": { + "value": "{global.background.color.negative.subtle}", + "type": "color" + } + } + } + }, + "border": { + "color": { + "primary": { + "default": { + "value": "{global.border.color.primary.default}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.primary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.border.color.primary.emphasis}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{global.border.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.secondary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.border.color.secondary.emphasis}", + "type": "color" + } + }, + "terciary": { + "default": { + "value": "{global.border.color.line.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "down": { + "value": "{global.border.color.line.muted}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.border.color.negative.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.negative.default}", + "type": "color" + }, + "down": { + "value": "{global.border.color.negative.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.border.color.negative.default}", + "type": "color" + } + } + }, + "width": { + "value": "{global.border.width.md}", + "type": "borderWidth" + }, + "radius": { + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "rounded": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + } + } + }, + "spacing": { + "padding": { + "vertical": { + "md": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + } + }, + "horizontal": { + "md": { + "value": "{global.spacing.padding.lg}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + } + } + }, + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + } + }, + "buttonText": { + "content": { + "color": { + "primary": { + "default": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.primary.default}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.secondary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.secondary.default}", + "type": "color" + } + }, + "terciary": { + "default": { + "value": "{global.content.color.primary.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.primary.subtle}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.content.color.negative.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.negative.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.negative.default}", + "type": "color" + } + } + }, + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + } + }, + "background": { + "color": { + "primary": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.transparent}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.secondary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.transparent}", + "type": "color" + } + }, + "terciary": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.transparent}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.negative.muted}", + "type": "color" + }, + "down": { + "value": "{global.background.color.transparent}", + "type": "color" + } + } + } + }, + "border": { + "color": { + "primary": { + "default": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.border.color.primary.subtle}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.secondary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.border.color.secondary.subtle}", + "type": "color" + } + }, + "terciary": { + "default": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.border.color.primary.subtle}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.negative.muted}", + "type": "color" + }, + "down": { + "value": "{global.border.color.negative.subtle}", + "type": "color" + } + } + }, + "radius": { + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + } + }, + "width": { + "value": "{global.border.width.md}", + "type": "borderWidth" + } + }, + "spacing": { + "padding": { + "vertical": { + "md": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + } + }, + "horizontal": { + "md": { + "value": "{global.spacing.padding.lg}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + } + } + }, + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + } + }, + "buttonIcon": { + "content": { + "color": { + "primary": { + "default": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.secondary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + }, + "terciary": { + "default": { + "value": "{global.content.color.primary.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.primary.subtle}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.text.muted}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.content.color.negative.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "down": { + "value": "{global.content.color.negative.default}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.content.color.negative.emphasis}", + "type": "color" + } + } + } + }, + "background": { + "color": { + "primary": { + "default": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "down--reverse": { + "value": "{global.background.color.transparent}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{global.background.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.secondary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.background.color.secondary.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.background.color.secondary.subtle}", + "type": "color" + }, + "down--reverse": { + "value": "{global.background.color.transparent}", + "type": "color" + } + }, + "terciary": { + "default": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.muted}", + "type": "color" + }, + "down": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + }, + "default-reverse": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover-reverse": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "down-reverse": { + "value": "{global.background.color.transparent}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.background.color.negative.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.negative.default}", + "type": "color" + }, + "down": { + "value": "{global.background.color.negative.subtle}", + "type": "color" + }, + "default--reverse": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.background.color.negative.muted}", + "type": "color" + }, + "down--reverse": { + "value": "{global.background.color.transparent}", + "type": "color" + } + } + } + }, + "border": { + "radius": { + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "rounded": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + } + }, + "width": { + "value": "{global.border.width.md}", + "type": "borderWidth" + }, + "color": { + "primary": { + "default": { + "value": "{global.border.color.primary.default}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.primary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.border.color.primary.emphasis}", + "type": "color" + }, + "default--reverse": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.border.color.primary.subtle}", + "type": "color" + }, + "down--reverse": { + "value": "{global.border.color.primary.subtle}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{global.border.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.secondary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.border.color.secondary.emphasis}", + "type": "color" + }, + "default-reverse": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover-reverse": { + "value": "{global.border.color.secondary.subtle}", + "type": "color" + }, + "down-reverse": { + "value": "{global.border.color.secondary.subtle}", + "type": "color" + } + }, + "terciary": { + "default": { + "value": "{global.border.color.line.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "down": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "default-reverse": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.border.color.primary.subtle}", + "type": "color" + }, + "down--reverse": { + "value": "{global.border.color.primary.subtle}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.border.color.negative.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.negative.default}", + "type": "color" + }, + "down": { + "value": "{global.border.color.negative.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.border.color.negative.muted}", + "type": "color" + }, + "down--reverse": { + "value": "{global.border.color.negative.subtle}", + "type": "color" + } + } + } + }, + "spacing": { + "padding": { + "md": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + } + } + } + }, + "buttonAction": { + "content": { + "color": { + "primary": { + "default": { + "value": "{global.content.color.secondary.muted}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "down": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.text.subtle}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "down--reverse": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.content.color.secondary.muted}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.negative.default}", + "type": "color" + }, + "down": { + "value": "{global.content.color.negative.default}", + "type": "color" + } + } + }, + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.100}px", + "fontSize": "{core.font.size.50}px" + }, + "type": "typography" + } + }, + "background": { + "color": { + "primary": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.background.color.secondary.default}", + "type": "color" + }, + "down--reverse": { + "value": "{global.background.color.secondary.muted}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.negative.subtle}", + "type": "color" + }, + "down": { + "value": "{global.content.color.negative.subtle}", + "type": "color" + } + } + } + }, + "border": { + "color": { + "primary": { + "default": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.border.color.secondary.default}", + "type": "color" + }, + "down--reverse": { + "value": "{global.border.color.secondary.muted}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.negative.subtle}", + "type": "color" + }, + "down": { + "value": "{global.border.color.line.muted}", + "type": "color" + } + } + }, + "width": { + "value": "{global.border.width.md}", + "type": "borderWidth" + }, + "radius": { + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "rounded": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + } + } + }, + "spacing": { + "padding": { + "sm": { + "value": "{global.spacing.padding.3xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + } + }, + "gap": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + } + } + }, + "input": { + "content": { + "color": { + "default": { + "value": "{global.content.color.text.emphasis}", + "type": "color" + }, + "selected": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "placeholder": { + "value": "{global.content.color.text.muted}", + "type": "color" + }, + "icon": { + "value": "{global.content.color.icon.default}", + "type": "color" + } + }, + "typo": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + } + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "subtle": { + "value": "{global.border.color.line.subtle}", + "type": "color" + } + }, + "radius": { + "sm": { + "value": "{global.border.radius.sm}", + "type": "borderRadius" + }, + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + }, + "spacing": { + "padding": { + "vertical": { + "md": { + "value": "7px", + "type": "spacing" + }, + "sm": { + "value": "3px", + "type": "spacing" + } + }, + "horizontal": { + "sm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + } + }, + "all": { + "value": "{global.spacing.padding.sm}", + "type": "spacing" + } + }, + "gap": { + "none": { + "value": "{core.dimension.static.0}px", + "type": "spacing" + }, + "sm": { + "value": "{core.dimension.static.50}px", + "type": "spacing" + }, + "md": { + "value": "{core.dimension.static.100}px", + "type": "spacing" + }, + "lg": { + "value": "{core.dimension.static.200}px", + "type": "spacing" + } + } + } + }, + "label": { + "spacing": { + "gap": { + "none": { + "value": "{global.spacing.gap.none}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + } + } + }, + "content": { + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "subtle": { + "value": "{global.content.color.text.muted}", + "type": "color" + } + }, + "typo": { + "01": { + "value": "{global.content.typo.body.sm--bold}", + "type": "typography" + }, + "02": { + "value": "{global.content.typo.body.sm}", + "type": "typography" + }, + "03": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.light}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + } + } + } + }, + "helpText": { + "content": { + "color": { + "default": { + "value": "{global.content.color.text.muted}", + "type": "color" + }, + "emphasis": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "phatic": { + "value": "{global.content.color.negative.default}", + "type": "color" + } + }, + "typo": { + "value": "{global.content.typo.caption}", + "type": "typography" + } + } + }, + "radio": { + "size": { + "sm": { + "value": "10px", + "type": "sizing" + }, + "md": { + "value": "{global.control.size.200}", + "type": "sizing" + } + }, + "content": { + "color": { + "default": { + "value": "{global.content.color.transparent}", + "type": "color" + }, + "icon": { + "value": "{global.content.color.text.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.text.muted}", + "type": "color" + }, + "selected": { + "value": "{global.content.color.primary.default}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "selected": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "default--reverse": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "selected--reverse": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "border": { + "radius": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "color": { + "default": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.primary.muted}", + "type": "color" + }, + "selected": { + "value": "{global.border.color.primary.default}", + "type": "color" + } + } + }, + "spacing": { + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + }, + "paddings": { + "md": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.padding.lg}", + "type": "spacing" + } + } + } + }, + "checkbox": { + "size": { + "md": { + "value": "{global.control.size.200}", + "type": "sizing" + } + }, + "content": { + "color": { + "default": { + "value": "{global.content.color.transparent}", + "type": "color" + }, + "selected": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "contrast": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.emphasis}", + "type": "color" + }, + "selected": { + "value": "{global.background.color.primary.default}", + "type": "color" + } + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.primary.emphasis}", + "type": "color" + }, + "selected": { + "value": "{global.border.color.primary.default}", + "type": "color" + } + }, + "radius": { + "value": "{global.border.radius.sm}", + "type": "borderRadius" + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + }, + "spacing": { + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + }, + "paddings": { + "md": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.padding.lg}", + "type": "spacing" + } + } + } + }, + "toggle": { + "size": { + "inner": { + "value": "{global.control.size.100}", + "type": "sizing" + }, + "width": { + "value": "{global.control.size.500}", + "type": "sizing" + } + }, + "spacing": { + "padding": { + "value": "{global.spacing.padding.3xsm}", + "type": "spacing" + }, + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + }, + "content": { + "color": { + "default": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "selected": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.muted}", + "type": "color" + } + } + }, + "background": { + "color": { + "unselected": { + "default": { + "value": "{global.background.color.surface.emphasis}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.muted}", + "type": "color" + } + }, + "selected": { + "default": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.emphasis}", + "type": "color" + } + } + } + }, + "border": { + "radius": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + } + } + }, + "badge": { + "content": { + "typo": { + "sm": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.100}px", + "fontSize": "{core.font.size.50}px" + }, + "type": "typography" + }, + "sm--bold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.bold}", + "lineHeight": "{core.font.lineHeight.100}px", + "fontSize": "{core.font.size.50}px" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "md--bold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.bold}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + } + }, + "color": { + "default--reverse": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + } + } + }, + "background": { + "color": { + "neutral": { + "default": { + "value": "{global.background.color.surface.muted}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.emphasis}", + "type": "color" + }, + "default--reverse": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + }, + "primary": { + "default": { + "value": "{global.background.color.primary.default}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.background.color.negative.default}", + "type": "color" + }, + "default--warning": { + "value": "{global.background.color.attention.default}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{global.background.color.secondary.default}", + "type": "color" + } + } + } + }, + "border": { + "radius": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + }, + "color": { + "default--reverse": { + "value": "{global.border.color.line.default--reverse}", + "type": "color" + }, + "default": { + "value": "{global.border.color.line.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.line.default}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + }, + "size": { + "sm": { + "value": "{core.dimension.100}px", + "type": "sizing" + }, + "md": { + "value": "{core.dimension.150}px", + "type": "sizing" + }, + "lg": { + "value": "{core.dimension.200}px", + "type": "sizing" + }, + "xlg": { + "value": "{core.dimension.400}px", + "type": "sizing" + }, + "2xlg": { + "value": "{core.dimension.600}px", + "type": "sizing" + } + }, + "spacing": { + "padding": { + "sm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.padding.sm}", + "type": "spacing" + } + } + } + }, + "avatar": { + "size": { + "xsm": { + "value": "{global.control.size.100}", + "type": "sizing" + }, + "sm": { + "value": "{global.control.size.300}", + "type": "sizing" + }, + "md": { + "value": "{global.control.size.500}", + "type": "sizing" + }, + "xmd": { + "value": "{global.control.size.900}", + "type": "sizing" + }, + "lg": { + "value": "{global.control.size.1000}", + "type": "sizing" + }, + "xlg": { + "value": "120px", + "type": "sizing" + } + }, + "content": { + "typo": { + "sm": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.bold}", + "fontSize": "{core.font.size.50}", + "textCase": "uppercase", + "lineHeight": "{core.font.lineHeight.100}" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.bold}", + "fontSize": "{core.font.size.100}", + "textCase": "uppercase" + }, + "type": "typography" + }, + "lg": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.bold}", + "fontSize": "{core.font.size.400}", + "textCase": "uppercase" + }, + "type": "typography" + }, + "xlg": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.bold}", + "fontSize": "56px", + "textCase": "uppercase" + }, + "type": "typography" + } + }, + "color": { + "default": { + "value": "{global.border.color.line.default--reverse}", + "type": "color" + } + } + }, + "background": { + "color": { + "10": { + "value": "#EC62D8", + "type": "color" + }, + "01": { + "value": "#DC5571", + "type": "color" + }, + "02": { + "value": "#F26262", + "type": "color" + }, + "03": { + "value": "#E36B2B", + "type": "color" + }, + "04": { + "value": "#E8C642", + "type": "color" + }, + "05": { + "value": "#96D47F", + "type": "color" + }, + "06": { + "value": "#50B579", + "type": "color" + }, + "07": { + "value": "#4F96FF", + "type": "color" + }, + "08": { + "value": "#7449F4", + "type": "color" + }, + "09": { + "value": "#B462F2", + "type": "color" + } + } + }, + "border": { + "radius": { + "circle": { + "value": "{global.border.radius.circle}", + "type": "borderRadius" + }, + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + } + } + } + }, + "colorPicker": { + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "border": { + "radius": { + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "rounded": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + } + }, + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + }, + "spacing": { + "gap": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "padding": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + } + }, + "size": { + "md": { + "value": "{global.control.size.100}", + "type": "sizing" + } + } + }, + "calendar": { + "content": { + "typo": { + "md": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.100}px", + "fontSize": "{core.font.size.50}px" + }, + "type": "typography" + } + }, + "color": { + "calendarButton": { + "default": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + }, + "weekName": { + "default": { + "value": "{global.content.color.text.subtle}", + "type": "color" + } + }, + "weekday": { + "default": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "down": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "default--weekend": { + "value": "{global.content.color.negative.default}", + "type": "color" + } + } + } + }, + "spacing": { + "padding": { + "vertical": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "horizontal": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + } + }, + "gap": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + } + }, + "border": { + "radius": { + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "rounded": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + } + } + }, + "background": { + "color": { + "calendarButton": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.surface.muted}", + "type": "color" + }, + "default--reverse": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.background.color.primary.emphasis}", + "type": "color" + }, + "down--reverse": { + "value": "{global.background.color.primary.default}", + "type": "color" + } + }, + "weekday": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "default--alt": { + "value": "{global.background.color.primary.muted}", + "type": "color" + } + }, + "range": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.primary.default}", + "type": "color" + } + } + } + }, + "size": { + "md": { + "value": "{global.control.size.600}", + "type": "sizing" + } + } + }, + "popover": { + "background": { + "color": { + "enabled": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "spacing": { + "padding": { + "vertical": { + "xsm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + } + }, + "horizontal": { + "xsm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + } + } + }, + "gap": { + "value": "{input.spacing.gap.lg}", + "type": "spacing" + } + }, + "border": { + "color": { + "enabled": { + "value": "{global.border.color.secondary.subtle}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + } + } + }, + "drawer": { + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "spacing": { + "gap": { + "sm": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.gap.xlg}", + "type": "spacing" + } + }, + "padding": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + } + }, + "shadow": { + "left": { + "value": "{global.shadow.400}", + "type": "boxShadow" + }, + "top": { + "value": [ + { + "x": "0", + "y": "100", + "blur": "60", + "spread": "0", + "color": "rgba({core.color.neutral.200}, 0.08)", + "type": "dropShadow" + }, + { + "x": "0", + "y": "32", + "blur": "32", + "spread": "0", + "color": "rgba({core.color.black},0.05)", + "type": "dropShadow" + } + ], + "type": "boxShadow" + } + }, + "content": { + "color": { + "default": { + "value": "{global.content.color.text.emphasis}", + "type": "color" + } + }, + "typo": { + "value": "{global.content.typo.heading.md}", + "type": "typography" + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.line.muted}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + } + }, + "link": { + "content": { + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "color": { + "default": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.primary.muted}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.primary.subtle}", + "type": "color" + } + } + }, + "spacing": { + "padding": { + "horizontal": { + "value": "{global.spacing.padding.3xsm}", + "type": "spacing" + } + }, + "gap": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + } + } + }, + "border": { + "radius": { + "value": "{global.border.radius.sm}", + "type": "borderRadius" + } + } + }, + "divider": { + "size": { + "sm": { + "value": "{core.dimension.static.10}px", + "type": "sizing" + } + }, + "background": { + "color": { + "default": { + "value": "{global.border.color.line.subtle}", + "type": "color" + } + } + } + }, + "tab": { + "content": { + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.text.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.primary.default}", + "type": "color" + } + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.primary.muted}", + "type": "color" + }, + "down": { + "value": "{global.border.color.primary.default}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.lg}", + "type": "borderWidth" + }, + "radius": { + "value": "{global.border.radius.sm}", + "type": "borderRadius" + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.transparent}", + "type": "color" + } + } + }, + "spacing": { + "padding": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + } + }, + "segmentedControl": { + "content": { + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.text.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.primary.default}", + "type": "color" + } + } + }, + "spacing": { + "padding": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "selected": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "border": { + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "color": { + "default": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "selected": { + "value": "{global.border.color.primary.default}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + } + }, + "dropzone": { + "spacing": { + "padding": { + "value": "{global.spacing.padding.lg}", + "type": "spacing" + }, + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + }, + "content": { + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.emphasis}", + "type": "color" + }, + "default--subtle": { + "value": "{global.content.color.text.muted}", + "type": "color" + }, + "default--icon": { + "value": "{global.content.color.primary.muted}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + } + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.primary.muted}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.primary.emphasis}", + "type": "color" + } + }, + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + } + }, + "modal": { + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "spacing": { + "padding": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "gap": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + } + }, + "border": { + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "color": { + "default": { + "value": "{global.border.color.line.default--reverse}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.md}", + "type": "borderWidth" + } + } + }, + "dropdown": { + "content": { + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "default--alt": { + "value": "{global.content.color.text.muted}", + "type": "color" + } + }, + "typo": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + } + }, + "spacing": { + "padding": { + "sm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + } + }, + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.surface.muted}", + "type": "color" + }, + "active": { + "value": "{global.background.color.surface.muted}", + "type": "color" + } + } + }, + "border": { + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "color": { + "default": { + "value": "{global.border.color.line.muted}", + "type": "color" + } + } + } + }, + "score": { + "content": { + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "muted": { + "value": "{global.content.color.text.muted}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + }, + "typo": { + "sm": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.100}px", + "fontSize": "{core.font.size.50}px", + "textCase": "none" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.bold}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px", + "textCase": "none" + }, + "type": "typography" + }, + "lg--bold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.bold}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.100}px", + "textCase": "none" + }, + "type": "typography" + }, + "lg": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.100}px", + "textCase": "none", + "letterSpacing": "", + "paragraphSpacing": "{core.font.lineHeight.300}px" + }, + "type": "typography" + }, + "xlg": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.500}px", + "fontSize": "{core.font.size.400}px", + "textCase": "none" + }, + "type": "typography" + }, + "2xlg": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.bold}", + "lineHeight": "{core.font.lineHeight.600}px", + "fontSize": "{core.font.size.600}px", + "textCase": "none" + }, + "type": "typography" + } + } + }, + "background": { + "color": { + "neutral": { + "default": { + "value": "{global.background.color.surface.muted}", + "type": "color" + }, + "emphasis": { + "value": "{global.background.color.surface.emphasis}", + "type": "color" + }, + "subtle": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "active": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + }, + "positive": { + "default": { + "value": "{global.background.color.positive.default}", + "type": "color" + }, + "emphasis": { + "value": "{global.background.color.positive.emphasis}", + "type": "color" + }, + "muted": { + "value": "{global.background.color.positive.muted}", + "type": "color" + } + }, + "attention": { + "default": { + "value": "{global.background.color.attention.default}", + "type": "color" + }, + "emphasis": { + "value": "{global.background.color.attention.emphasis}", + "type": "color" + }, + "muted": { + "value": "{global.background.color.attention.subtle}", + "type": "color" + } + }, + "negative": { + "default": { + "value": "{global.background.color.negative.default}", + "type": "color" + }, + "emphasis": { + "value": "{global.background.color.negative.emphasis}", + "type": "color" + }, + "muted": { + "value": "{global.background.color.negative.muted}", + "type": "color" + } + } + } + }, + "border": { + "color": { + "neutral": { + "default": { + "value": "{global.background.color.surface.muted}", + "type": "color" + }, + "emphasis": { + "value": "{global.background.color.surface.emphasis}", + "type": "color" + }, + "active": { + "value": "{global.background.color.primary.default}", + "type": "color" + } + }, + "positive": { + "default": { + "value": "{global.background.color.positive.default}", + "type": "color" + }, + "emphasis": { + "value": "{global.background.color.positive.emphasis}", + "type": "color" + }, + "muted": { + "value": "{global.background.color.positive.muted}", + "type": "color" + } + }, + "attention": { + "default": { + "value": "{global.background.color.attention.default}", + "type": "color" + }, + "emphasis": { + "value": "{global.background.color.attention.emphasis}", + "type": "color" + }, + "muted": { + "value": "{global.background.color.attention.subtle}", + "type": "color" + } + }, + "negative": { + "default": { + "value": "{global.background.color.negative.default}", + "type": "color" + }, + "emphasis": { + "value": "{global.background.color.negative.emphasis}", + "type": "color" + }, + "muted": { + "value": "{global.background.color.negative.muted}", + "type": "color" + } + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "radius": { + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "lg": { + "value": "{global.border.radius.lg}", + "type": "borderRadius" + } + } + }, + "spacing": { + "padding": { + "md": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "xlg": { + "value": "{global.spacing.padding.xlg}", + "type": "spacing" + } + }, + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + } + }, + "tree": { + "content": { + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "fontSize": "{core.font.size.75}px", + "lineHeight": "{core.font.lineHeight.300}px" + }, + "type": "typography" + }, + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + } + } + }, + "spacing": { + "gap": { + "sm": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + }, + "padding": { + "vertical": { + "value": "{global.spacing.padding.2xsm} - {tree.border.width}", + "type": "spacing" + }, + "horizontal": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + } + } + }, + "border": { + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "color": { + "default": { + "value": "{global.border.color.line.default--reverse}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.line.subtle}", + "type": "color" + }, + "default-alt": { + "value": "{global.border.color.primary.default}", + "type": "color" + }, + "hover-alt": { + "value": "{global.border.color.line.default}", + "type": "color" + } + }, + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + } + } + } + }, + "breadcrumbs": { + "content": { + "typo": { + "default": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.light}", + "lineHeight": "{core.font.lineHeight.200}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + }, + "hover": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.light}", + "lineHeight": "{core.font.lineHeight.200}", + "fontSize": "{core.font.size.75}", + "textDecoration": "underline" + }, + "type": "typography" + }, + "current": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.200}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + } + }, + "color": { + "default": { + "value": "{global.content.color.secondary.muted}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "default--alt": { + "value": "{global.content.color.secondary.emphasis}", + "type": "color" + } + } + } + }, + "breadcrumb": { + "spacing": { + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + } + }, + "pager": { + "content": { + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.light}", + "lineHeight": "{core.font.lineHeight.200}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + }, + "typo--bold": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.200}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + }, + "color": { + "default": { + "value": "{global.content.color.secondary.default}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "selected": { + "value": "{global.background.color.transparent}", + "type": "color" + } + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "selected": { + "value": "{global.border.color.primary.muted}", + "type": "color" + } + }, + "radius": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + }, + "size": { + "md": { + "value": "{global.control.size.900}", + "type": "sizing" + } + }, + "spacing": { + "gap": { + "lg": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + } + } + }, + "tooltip": { + "content": { + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.200}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + }, + "color": { + "default": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "default-reverse": { + "value": "{global.content.color.text.default}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default--reverse}", + "type": "color" + }, + "default--alt": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "default-reverse": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "spacing": { + "padding": { + "vertical": { + "sm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.sm}", + "type": "spacing" + } + }, + "horizontal": { + "sm": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.sm}", + "type": "spacing" + } + } + }, + "gap": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + } + }, + "border": { + "radius": { + "value": "{global.border.radius.sm}", + "type": "borderRadius" + } + } + }, + "banner": { + "content": { + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.light}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "typo--bold": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "success": { + "value": "{global.content.color.positive.emphasis}", + "type": "color" + }, + "error": { + "value": "{global.content.color.negative.emphasis}", + "type": "color" + }, + "warning": { + "value": "{global.content.color.attention.emphasis}", + "type": "color" + }, + "info": { + "value": "{global.content.color.primary.emphasis}", + "type": "color" + } + } + }, + "spacing": { + "padding": { + "vertical": { + "xsm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.sm}", + "type": "spacing" + } + }, + "horizontal": { + "sm": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.lg}", + "type": "spacing" + } + } + }, + "gap": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + } + }, + "background": { + "color": { + "success": { + "value": "{global.content.color.positive.subtle}", + "type": "color" + }, + "error": { + "value": "{global.background.color.negative.subtle}", + "type": "color" + }, + "warning": { + "value": "{global.background.color.attention.subtle}", + "type": "color" + }, + "info": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + } + } + }, + "border": { + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + } + } + }, + "chip": { + "content": { + "typo": { + "sm": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.100}px", + "fontSize": "{core.font.size.50}px" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + } + }, + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.muted}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.emphasis}", + "type": "color" + }, + "default--alt": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover--alt": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + } + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.line.default}", + "type": "color" + }, + "default--alt": { + "value": "{global.border.color.line.default}", + "type": "color" + }, + "hover--alt": { + "value": "{global.border.color.line.emphasis}", + "type": "color" + }, + "empty": { + "value": "{global.border.color.transparent}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "radius": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + } + }, + "spacing": { + "padding": { + "horizontal": { + "sm": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + } + }, + "vertical": { + "sm": { + "value": "3px", + "type": "spacing" + } + } + } + } + }, + "toast": { + "spacing": { + "padding": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "gap": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + } + }, + "content": { + "color": { + "default": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "default--alt": { + "value": "{global.content.color.text.subtle}", + "type": "color" + }, + "default--alt--reverse": { + "value": "{global.content.color.text.muted}", + "type": "color" + } + }, + "typo": { + "sm": { + "value": "{global.content.typo.caption}", + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default--reverse}", + "type": "color" + }, + "default--reverse": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "border": { + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "color": { + "default": { + "value": "{global.border.color.line.emphasis}", + "type": "color" + }, + "default--reverse": { + "value": "{global.border.color.line.muted}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + } + }, + "menu": { + "spacing": { + "padding": { + "md": { + "value": "{global.spacing.padding.sm}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.padding.lg}", + "type": "spacing" + } + }, + "gap": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + } + }, + "content": { + "color": { + "main": { + "default": { + "value": "{global.content.color.text.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "active": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + }, + "sub": { + "default": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "active": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + } + }, + "typo": { + "md": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "fontSize": "{core.font.size.75}px", + "lineHeight": "{core.font.lineHeight.200}px" + }, + "type": "typography" + } + } + }, + "background": { + "color": { + "main": { + "default": { + "value": "{global.background.color.secondary.emphasis}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "active": { + "value": "{global.background.color.secondary.default}", + "type": "color" + } + }, + "sub": { + "default": { + "value": "{global.background.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "active": { + "value": "{global.background.color.primary.default}", + "type": "color" + } + } + } + }, + "size": { + "md": { + "value": "{global.control.size.900}", + "type": "sizing" + } + } + }, + "stepper": { + "content": { + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "fontSize": "{core.font.size.75}", + "lineHeight": "{core.font.lineHeight.200}" + }, + "type": "typography" + }, + "color": { + "default": { + "value": "{global.content.color.text.muted}", + "type": "color" + }, + "completed": { + "value": "{global.content.color.positive.default}", + "type": "color" + } + } + }, + "spacing": { + "gap": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + }, + "padding": { + "md": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + } + } + }, + "background": { + "color": { + "active": { + "value": "{global.background.color.primary.default}", + "type": "color" + } + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "active": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "completed": { + "value": "{global.background.color.positive.default}", + "type": "color" + } + }, + "radius": { + "value": "{global.border.radius.circle}", + "type": "borderRadius" + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + }, + "size": { + "sm": { + "value": "{global.icon.size.sm}", + "type": "sizing" + }, + "md": { + "value": "{global.icon.size.lg}", + "type": "sizing" + } + } + }, + "accordion": { + "content": { + "typo": { + "md": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.100}px" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + } + }, + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "default--alt": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + } + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.line.subtle}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "radius": { + "value": "{global.border.radius.lg}", + "type": "borderRadius" + } + }, + "spacing": { + "padding": { + "md": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.padding.lg}", + "type": "spacing" + } + }, + "gap": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + } + } + }, + "table": { + "content": { + "typo": { + "md": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + }, + "md--bold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.200}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.100}", + "fontSize": "{core.font.size.50}" + }, + "type": "typography" + } + }, + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.line.subtle}", + "type": "color" + }, + "emphasis": { + "value": "{global.border.color.line.default}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.md}", + "type": "borderWidth" + }, + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + } + }, + "spacing": { + "padding": { + "sm": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + }, + "gaps": { + "sm": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + } + } + } + }, + "timeline": { + "content": { + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + }, + "typo": { + "value": "{global.content.typo.body.sm--bold}", + "type": "typography" + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default--reverse}", + "type": "color" + }, + "default--reverse": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "spacing": { + "gap": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + }, + "padding": { + "value": "{global.spacing.padding.lg}", + "type": "spacing" + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.line.emphasis}", + "type": "color" + }, + "default--reverse": { + "value": "{global.border.color.line.default--reverse}", + "type": "color" + } + }, + "width": { + "sm": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "md": { + "value": "{global.border.width.md}", + "type": "borderWidth" + } + } + } + }, + "swiper": { + "size": { + "md": { + "value": "{global.control.size.900}", + "type": "sizing" + } + }, + "content": { + "color": { + "default": { + "value": "{global.content.color.icon.default}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.muted}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.emphasis}", + "type": "color" + } + } + }, + "spacing": { + "gap": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + }, + "padding": { + "value": "{global.spacing.padding.3xlg}", + "type": "spacing" + } + }, + "border": { + "radius": { + "value": "{global.border.radius.sm}", + "type": "borderRadius" + } + } + }, + "comunica": { + "content": { + "typo": { + "01": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + }, + "02": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + } + }, + "color": { + "default": { + "value": "{global.content.color.text.emphasis}", + "type": "color" + }, + "default--alt": { + "value": "{global.content.color.text.subtle}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + }, + "muted": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "emphasis": { + "value": "{global.background.color.surface.muted}", + "type": "color" + } + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "default--alt": { + "value": "{global.border.color.primary.emphasis}", + "type": "color" + } + }, + "width": { + "sm": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "md": { + "value": "{global.border.width.md}", + "type": "borderWidth" + } + }, + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + } + }, + "spacing": { + "padding": { + "sm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "xlg": { + "value": "96px", + "type": "spacing" + } + }, + "gap": { + "sm": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + } + } + } + }, + "menuLibrary": { + "content": { + "color": { + "main": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "active": { + "value": "{global.content.color.primary.default}", + "type": "color" + } + }, + "sub": { + "default": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "active": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + } + } + }, + "background": { + "color": { + "main": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + }, + "active": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + } + }, + "sub": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "active": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + } + } + } + }, + "core_v2": { "core": { "color": { "black": { @@ -1249,6 +6065,10 @@ "value": "4", "type": "sizing" }, + "75": { + "value": "6", + "type": "sizing" + }, "100": { "value": "8", "type": "sizing" @@ -1553,7 +6373,7 @@ } } }, - "global": { + "global_v2": { "global": { "shadow": { "100": { @@ -1846,7 +6666,7 @@ "body": { "lg": { "value": { - "fontFamily": "{core.font.family.alt}", + "fontFamily": "{core.font.family.main}", "fontWeight": "{core.font.weight.regular}", "lineHeight": "{core.font.lineHeight.300}px", "fontSize": "{core.font.size.200}px" @@ -1855,7 +6675,7 @@ }, "lg--bold": { "value": { - "fontFamily": "{core.font.family.alt}", + "fontFamily": "{core.font.family.main}", "fontWeight": "{core.font.weight.medium}", "lineHeight": "{core.font.lineHeight.300}px", "fontSize": "{core.font.size.200}px" @@ -1864,7 +6684,7 @@ }, "md": { "value": { - "fontFamily": "{core.font.family.alt}", + "fontFamily": "{core.font.family.main}", "fontWeight": "{core.font.weight.regular}", "lineHeight": "{core.font.lineHeight.300}px", "fontSize": "{core.font.size.100}px" @@ -1882,7 +6702,7 @@ }, "sm": { "value": { - "fontFamily": "{core.font.family.alt}", + "fontFamily": "{core.font.family.main}", "fontWeight": "{core.font.weight.regular}", "lineHeight": "{core.font.lineHeight.200}px", "fontSize": "{core.font.size.75}px" @@ -1891,7 +6711,7 @@ }, "sm--bold": { "value": { - "fontFamily": "{core.font.family.alt}", + "fontFamily": "{core.font.family.main}", "fontWeight": "{core.font.weight.medium}", "lineHeight": "{core.font.lineHeight.200}px", "fontSize": "{core.font.size.75}px" @@ -1960,7 +6780,7 @@ "body": { "lg": { "value": { - "fontFamily": "{core.font.family.alt}", + "fontFamily": "{core.font.family.main}", "fontWeight": "{core.font.weight.regular}", "lineHeight": "{core.font.lineHeight.300}px", "fontSize": "{core.font.size.100}px" @@ -2139,7 +6959,7 @@ "type": "color" }, "disabled": { - "value": "{core.color.neutral.75}", + "value": "{core.color.neutral.500}", "type": "color" }, "overlay": { @@ -2350,6 +7170,10 @@ "value": "{core.dimension.static.50}px", "type": "spacing" }, + "1xsm": { + "value": "{core.dimension.static.75}px", + "type": "spacing" + }, "xsm": { "value": "{core.dimension.static.100}px", "type": "spacing" @@ -2432,6 +7256,10 @@ }, "control": { "size": { + "50": { + "value": "{core.dimension.static.100} px", + "type": "sizing" + }, "100": { "value": "{core.dimension.static.200}px", "type": "sizing" @@ -2476,7 +7304,7 @@ } } }, - "component": { + "component_v2": { "button": { "content": { "color": { @@ -3462,7 +8290,7 @@ }, "typo": { "value": { - "fontFamily": "{core.font.family.alt}", + "fontFamily": "{core.font.family.main}", "fontWeight": "{core.font.weight.regular}", "lineHeight": "{core.font.lineHeight.300}px", "fontSize": "{core.font.size.75}px" @@ -3805,7 +8633,7 @@ "toggle": { "size": { "inner": { - "value": "{global.control.size.100}", + "value": "{global.control.size.50}", "type": "sizing" }, "width": { @@ -3815,7 +8643,7 @@ }, "spacing": { "padding": { - "value": "{global.spacing.padding.3xsm}", + "value": "{global.spacing.padding.1xsm} {global.spacing.padding.2xsm}", "type": "spacing" }, "gap": { @@ -3826,7 +8654,7 @@ "content": { "color": { "default": { - "value": "{global.content.color.text.default--reverse}", + "value": "{global.content.color.primary.default}", "type": "color" }, "selected": { @@ -6365,9 +11193,11 @@ "$metadata": { "tokenSetOrder": [ "core", - "core-v2", "global", - "component" + "component", + "core_v2", + "global_v2", + "component_v2" ] } } \ No newline at end of file From 5d3964a77e7cce1e0208bf6900fa5fcfeb61455c Mon Sep 17 00:00:00 2001 From: JohanFX Date: Mon, 21 Aug 2023 16:16:01 +0200 Subject: [PATCH 004/547] updated: inputs, toggles, checkbox and links. --- tokens.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/tokens.json b/tokens.json index c2d055fc3..23f6dba97 100644 --- a/tokens.json +++ b/tokens.json @@ -6371,6 +6371,10 @@ "type": "other" } } + }, + "underline": { + "value": "underline", + "type": "textDecoration" } }, "global_v2": { @@ -6959,7 +6963,7 @@ "type": "color" }, "disabled": { - "value": "{core.color.neutral.500}", + "value": "{core.color.neutral.100}", "type": "color" }, "overlay": { @@ -9331,9 +9335,10 @@ "typo": { "value": { "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.regular}", + "fontWeight": "{core.font.weight.medium}", "lineHeight": "{core.font.lineHeight.300}px", - "fontSize": "{core.font.size.75}px" + "fontSize": "{core.font.size.75}px", + "textDecoration": "{underline}" }, "type": "typography" }, From a83f9d349d17d6c29d9c4e5d28b74dd75caf4f50 Mon Sep 17 00:00:00 2001 From: JohanFX Date: Tue, 22 Aug 2023 15:50:57 +0200 Subject: [PATCH 005/547] Feat: new size --- tokens.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tokens.json b/tokens.json index 23f6dba97..e40730973 100644 --- a/tokens.json +++ b/tokens.json @@ -7549,6 +7549,10 @@ "sm": { "value": "{global.spacing.padding.md}", "type": "spacing" + }, + "xs": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" } } }, @@ -7778,6 +7782,10 @@ "sm": { "value": "{global.spacing.padding.md}", "type": "spacing" + }, + "xs": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" } } }, From 18e3972adb14997e79d8fa6e0d4f3a033c62f979 Mon Sep 17 00:00:00 2001 From: JohanFX Date: Tue, 22 Aug 2023 18:05:27 +0200 Subject: [PATCH 006/547] - --- tokens.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokens.json b/tokens.json index e40730973..2412586d1 100644 --- a/tokens.json +++ b/tokens.json @@ -6170,7 +6170,7 @@ "type": "fontFamilies" }, "alt": { - "value": "Inter", + "value": "Albert Sans", "type": "fontFamilies" }, "code": { From 5ae4553b136375ec8ea3a6509e5bd319f5602578 Mon Sep 17 00:00:00 2001 From: JohanFX Date: Wed, 23 Aug 2023 09:29:53 +0200 Subject: [PATCH 007/547] change: button texts, added new colour of check in dropdown --- tokens.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tokens.json b/tokens.json index 2412586d1..fff2afba3 100644 --- a/tokens.json +++ b/tokens.json @@ -7384,7 +7384,7 @@ "typo": { "value": { "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.regular}", + "fontWeight": "{core.font.weight.medium}", "lineHeight": "{core.font.lineHeight.200}px", "fontSize": "{core.font.size.75}px" }, @@ -7625,7 +7625,7 @@ "typo": { "value": { "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.regular}", + "fontWeight": "{core.font.weight.medium}", "lineHeight": "{core.font.lineHeight.200}px", "fontSize": "{core.font.size.75}px" }, @@ -9602,6 +9602,10 @@ "default--icon": { "value": "{global.content.color.primary.muted}", "type": "color" + }, + "check--icon": { + "value": "{global.content.color.positive.default}", + "type": "color" } } }, From 591c14a291ea2125c44fda7a0b38eb0666d9f3f1 Mon Sep 17 00:00:00 2001 From: JohanFX Date: Wed, 23 Aug 2023 10:28:21 +0200 Subject: [PATCH 008/547] feat: new size --- tokens.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tokens.json b/tokens.json index fff2afba3..7c63e4832 100644 --- a/tokens.json +++ b/tokens.json @@ -7194,6 +7194,10 @@ "value": "{core.dimension.static.300}px", "type": "spacing" }, + "xlslg": { + "value": "{core.dimension.static.350}px", + "type": "spacing" + }, "xlg": { "value": "{core.dimension.static.400}px", "type": "spacing" @@ -10676,6 +10680,10 @@ "md": { "value": "{global.control.size.900}", "type": "sizing" + }, + "lg": { + "value": "{global.control.size.1000}", + "type": "sizing" } } }, From c7e77a4bd6c22fcda3f9ed3d55dc3be9150d001d Mon Sep 17 00:00:00 2001 From: JohanFX Date: Wed, 23 Aug 2023 11:02:10 +0200 Subject: [PATCH 009/547] New colors T-T --- tokens.json | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/tokens.json b/tokens.json index 7c63e4832..57e6a6484 100644 --- a/tokens.json +++ b/tokens.json @@ -6617,6 +6617,18 @@ "value": "{core.color.attention.100}", "type": "color" } + }, + "jungle": { + "500": { + "value": "{core.color.jungle.500}", + "type": "color" + } + }, + "slateGrey": { + "500": { + "value": "{core.color.slateGrey.500}", + "type": "color" + } } }, "typo": { @@ -10588,11 +10600,11 @@ "spacing": { "padding": { "md": { - "value": "{global.spacing.padding.sm}", + "value": "{global.spacing.padding.md}", "type": "spacing" }, - "lg": { - "value": "{global.spacing.padding.lg}", + "xlslg": { + "value": "{global.spacing.padding.xlslg}", "type": "spacing" } }, From 2e6e89c0fd7b6f6d398bb1fde76d96e94c1fc745 Mon Sep 17 00:00:00 2001 From: JohanFX Date: Wed, 23 Aug 2023 11:16:50 +0200 Subject: [PATCH 010/547] feat: new color leemons --- tokens.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/tokens.json b/tokens.json index 57e6a6484..af2ff7549 100644 --- a/tokens.json +++ b/tokens.json @@ -5985,6 +5985,48 @@ "value": "#6B232F", "type": "color" } + }, + "leemons": { + "50": { + "value": "#EFFACC", + "type": "color" + }, + "100": { + "value": "#E7F7B0", + "type": "color" + }, + "200": { + "value": "#DBF38A", + "type": "color" + }, + "300": { + "value": "#CBED54", + "type": "color" + }, + "400": { + "value": "#C1E933", + "type": "color" + }, + "500": { + "value": "#B1E400", + "type": "color" + }, + "600": { + "value": "#A1CF00", + "type": "color" + }, + "700": { + "value": "#7EA200", + "type": "color" + }, + "800": { + "value": "#617D00", + "type": "color" + }, + "900": { + "value": "#4A6000", + "type": "color" + } } }, "dimension": { From 4e6fc52d069ea430eeec2d9ca4321610086232dd Mon Sep 17 00:00:00 2001 From: JohanFX Date: Wed, 23 Aug 2023 12:46:24 +0200 Subject: [PATCH 011/547] feat: delete color ocean 75 --- tokens.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tokens.json b/tokens.json index af2ff7549..589930ccf 100644 --- a/tokens.json +++ b/tokens.json @@ -5540,11 +5540,7 @@ }, "primary": { "50": { - "value": "#EBF2F2", - "type": "color" - }, - "75": { - "value": "#CFE2E0", + "value": "#E0EBEB", "type": "color" }, "100": { From 0308af1d7378595c3eb5923a2e268763ad0791f6 Mon Sep 17 00:00:00 2001 From: JohanFX Date: Thu, 24 Aug 2023 15:28:02 +0200 Subject: [PATCH 012/547] feat: create menu --- tokens.json | 106 ++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 86 insertions(+), 20 deletions(-) diff --git a/tokens.json b/tokens.json index 589930ccf..dc9796c1c 100644 --- a/tokens.json +++ b/tokens.json @@ -5580,7 +5580,7 @@ "type": "color" } }, - "accent": { + "purple": { "50": { "value": "#F6EBFF", "type": "color" @@ -5898,7 +5898,7 @@ "type": "color" } }, - "indigo": { + "accent": { "50": { "value": "#F1F0FF", "type": "color" @@ -6938,6 +6938,10 @@ "subtle": { "value": "{core.color.primary.100}", "type": "color" + }, + "verySubtle": { + "value": "{core.color.primary.50}", + "type": "color" } }, "secondary": { @@ -6960,7 +6964,7 @@ }, "accent": { "default": { - "value": "{core.color.accent.500}", + "value": "{core.color.accent.600}", "type": "color" }, "emphasis": { @@ -7039,6 +7043,12 @@ "value": "{core.color.attention.100}", "type": "color" } + }, + "leemons": { + "subtle": { + "value": "{core.color.leemons.50}", + "type": "color" + } } } }, @@ -7094,7 +7104,7 @@ "type": "color" }, "subtle": { - "value": "{core.color.neutral.100}", + "value": "{core.color.neutral.200}", "type": "color" }, "default--reverse": { @@ -7211,6 +7221,12 @@ "value": "{core.color.attention.100}", "type": "color" } + }, + "leemons": { + "default": { + "value": "{core.color.leemons.500}", + "type": "color" + } } } }, @@ -7274,6 +7290,10 @@ "value": "{core.dimension.static.100}px", "type": "spacing" }, + "slg": { + "value": "{core.dimension.static.150}px", + "type": "spacing" + }, "lg": { "value": "{core.dimension.static.200}px", "type": "spacing" @@ -8852,6 +8872,12 @@ "value": "{global.background.color.secondary.default}", "type": "color" } + }, + "accent": { + "default": { + "value": "{global.background.color.accent.default}", + "type": "color" + } } } }, @@ -10637,6 +10663,18 @@ "menu": { "spacing": { "padding": { + "xms": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + }, + "xsm": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.padding.sm}", + "type": "spacing" + }, "md": { "value": "{global.spacing.padding.md}", "type": "spacing" @@ -10647,7 +10685,7 @@ } }, "gap": { - "value": "{global.spacing.gap.lg}", + "value": "{global.spacing.gap.slg}", "type": "spacing" } }, @@ -10655,29 +10693,29 @@ "color": { "main": { "default": { - "value": "{global.content.color.text.subtle}", + "value": "{global.content.color.text.default}", "type": "color" }, "hover": { - "value": "{global.content.color.text.default--reverse}", + "value": "{global.content.color.text.default}", "type": "color" }, "active": { - "value": "{global.content.color.text.default--reverse}", + "value": "{global.content.color.text.emphasis}", "type": "color" } }, "sub": { "default": { - "value": "{global.content.color.text.default--reverse}", + "value": "{global.content.color.text.default}", "type": "color" }, "hover": { - "value": "{global.content.color.text.default--reverse}", + "value": "{global.content.color.text.default}", "type": "color" }, "active": { - "value": "{global.content.color.text.default--reverse}", + "value": "{global.content.color.text.emphasis}", "type": "color" } } @@ -10688,7 +10726,7 @@ "fontFamily": "{core.font.family.main}", "fontWeight": "{core.font.weight.medium}", "fontSize": "{core.font.size.75}px", - "lineHeight": "{core.font.lineHeight.200}px" + "lineHeight": "{core.font.lineHeight.100}" }, "type": "typography" } @@ -10698,29 +10736,29 @@ "color": { "main": { "default": { - "value": "{global.background.color.secondary.emphasis}", + "value": "{global.background.color.surface.default}", "type": "color" }, "hover": { - "value": "{global.background.color.primary.default}", + "value": "{global.background.color.primary.verySubtle}", "type": "color" }, "active": { - "value": "{global.background.color.secondary.default}", + "value": "{global.background.color.leemons.subtle}", "type": "color" } }, "sub": { "default": { - "value": "{global.background.color.secondary.default}", + "value": "{global.background.color.surface.default}", "type": "color" }, "hover": { - "value": "{global.background.color.primary.default}", + "value": "{global.background.color.primary.verySubtle}", "type": "color" }, "active": { - "value": "{global.background.color.primary.default}", + "value": "{global.background.color.leemons.subtle}", "type": "color" } } @@ -10735,6 +10773,34 @@ "value": "{global.control.size.1000}", "type": "sizing" } + }, + "border": { + "color": { + "main": { + "active": { + "value": "{global.border.color.leemons.default}", + "type": "color" + }, + "default": { + "value": "{global.border.color.line.subtle}", + "type": "color" + } + }, + "sub": { + "default": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.line.default}", + "type": "color" + }, + "active": { + "value": "{global.border.color.leemons.default}", + "type": "color" + } + } + } } }, "stepper": { @@ -11238,11 +11304,11 @@ "type": "color" }, "hover": { - "value": "{global.background.color.surface.subtle}", + "value": "{global.background.color.surface.default}", "type": "color" }, "active": { - "value": "{global.background.color.primary.subtle}", + "value": "{global.background.color.primary.verySubtle}", "type": "color" } }, From 50a1cdfa12b3fe7550db1f411c3f3c8ace666716 Mon Sep 17 00:00:00 2001 From: JohanFX Date: Thu, 24 Aug 2023 15:43:04 +0200 Subject: [PATCH 013/547] - From b9fdcd90fc502696c47aa492c244a079acd19b70 Mon Sep 17 00:00:00 2001 From: JohanFX Date: Fri, 25 Aug 2023 10:54:39 +0200 Subject: [PATCH 014/547] feat: headerCreate --- tokens.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/tokens.json b/tokens.json index dc9796c1c..76951f076 100644 --- a/tokens.json +++ b/tokens.json @@ -11328,6 +11328,50 @@ } } } + }, + "headerCreate": { + "spacing": { + "padding": { + "lg": { + "value": "{global.spacing.padding.lg}", + "type": "spacing" + } + } + }, + "border": { + "width": { + "sm": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + } + } + }, + "HeaderCreate": { + "content": { + "color": { + "default": { + "value": "{global.content.color.text.emphasis}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "border": { + "color": { + "hover": { + "value": "{global.background.color.surface.emphasis}", + "type": "color" + } + } + } } }, "$themes": [], From bd96ea5518cf2dc8983756c41a19e4c6e8b05ef5 Mon Sep 17 00:00:00 2001 From: JohanFX Date: Fri, 25 Aug 2023 13:21:20 +0200 Subject: [PATCH 015/547] feat: create steppers --- tokens.json | 48 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 36 insertions(+), 12 deletions(-) diff --git a/tokens.json b/tokens.json index 76951f076..e022d1dc1 100644 --- a/tokens.json +++ b/tokens.json @@ -7286,6 +7286,10 @@ "value": "{core.dimension.static.50}px", "type": "spacing" }, + "xsm": { + "value": "{core.dimension.static.75}px", + "type": "spacing" + }, "md": { "value": "{core.dimension.static.100}px", "type": "spacing" @@ -10808,19 +10812,23 @@ "typo": { "value": { "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.medium}", - "fontSize": "{core.font.size.75}", + "fontWeight": "{core.font.weight.bold}", + "fontSize": "{core.font.size.100}", "lineHeight": "{core.font.lineHeight.200}" }, "type": "typography" }, "color": { - "default": { - "value": "{global.content.color.text.muted}", + "pending": { + "value": "{global.content.color.secondary.muted}", + "type": "color" + }, + "active": { + "value": "{global.content.color.primary.default}", "type": "color" }, "completed": { - "value": "{global.content.color.positive.default}", + "value": "{global.content.color.primary.default}", "type": "color" } } @@ -10830,16 +10838,28 @@ "value": "{global.spacing.gap.sm}", "type": "spacing" }, + "xsm": { + "value": "{global.spacing.gap.xsm}", + "type": "spacing" + }, "padding": { - "md": { - "value": "{global.spacing.padding.md}", + "xsm": { + "value": "{global.spacing.padding.xsm}", "type": "spacing" } } }, "background": { "color": { + "pending": { + "value": "{global.background.color.secondary.subtle}", + "type": "color" + }, "active": { + "value": "{global.background.color.primary.verySubtle}", + "type": "color" + }, + "completed": { "value": "{global.background.color.primary.default}", "type": "color" } @@ -10851,12 +10871,8 @@ "value": "{global.border.color.line.muted}", "type": "color" }, - "active": { - "value": "{global.background.color.primary.default}", - "type": "color" - }, "completed": { - "value": "{global.background.color.positive.default}", + "value": "{global.background.color.primary.default}", "type": "color" } }, @@ -10864,6 +10880,10 @@ "value": "{global.border.radius.circle}", "type": "borderRadius" }, + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, "width": { "value": "{global.border.width.sm}", "type": "borderWidth" @@ -10877,6 +10897,10 @@ "md": { "value": "{global.icon.size.lg}", "type": "sizing" + }, + "xlg": { + "value": "{global.icon.size.xlg}", + "type": "sizing" } } }, From c3523cf7c437609999c23246b45e7d52f4ca30bf Mon Sep 17 00:00:00 2001 From: JohanFX Date: Mon, 28 Aug 2023 09:49:36 +0200 Subject: [PATCH 016/547] edit: stepper tokens --- tokens.json | 57 ++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 43 insertions(+), 14 deletions(-) diff --git a/tokens.json b/tokens.json index e022d1dc1..55853d925 100644 --- a/tokens.json +++ b/tokens.json @@ -6519,14 +6519,14 @@ "content": { "color": { "text": { - "default": { - "value": "{core.color.neutral.700}", - "type": "color" - }, "emphasis": { "value": "{core.color.neutral.800}", "type": "color" }, + "default": { + "value": "{core.color.neutral.700}", + "type": "color" + }, "muted": { "value": "{core.color.neutral.500}", "type": "color" @@ -6541,14 +6541,14 @@ } }, "icon": { - "default": { - "value": "{core.color.neutral.500}", - "type": "color" - }, "emphasis": { "value": "{core.color.neutral.700}", "type": "color" }, + "default": { + "value": "{core.color.neutral.500}", + "type": "color" + }, "muted": { "value": "{core.color.neutral.300}", "type": "color" @@ -6577,16 +6577,20 @@ } }, "secondary": { + "emphasis": { + "value": "{core.color.neutral.800}", + "type": "color" + }, "default": { "value": "{core.color.neutral.700}", "type": "color" }, - "emphasis": { - "value": "{core.color.neutral.800}", + "muted": { + "value": "{core.color.neutral.600}", "type": "color" }, - "muted": { - "value": "{core.color.neutral.500}", + "mutedSuble": { + "value": "{core.color.neutral.400}", "type": "color" }, "subtle": { @@ -10818,8 +10822,21 @@ }, "type": "typography" }, + "typo-pending": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "fontSize": "{core.font.size.75}", + "lineHeight": "{core.font.lineHeight.200}" + }, + "type": "typography" + }, "color": { "pending": { + "value": "{global.content.color.secondary.mutedSuble}", + "type": "color" + }, + "pending-text": { "value": "{global.content.color.secondary.muted}", "type": "color" }, @@ -10828,7 +10845,7 @@ "type": "color" }, "completed": { - "value": "{global.content.color.primary.default}", + "value": "{global.content.color.text.emphasis}", "type": "color" } } @@ -10852,13 +10869,17 @@ "background": { "color": { "pending": { - "value": "{global.background.color.secondary.subtle}", + "value": "{global.background.color.primary.verySubtle}", "type": "color" }, "active": { "value": "{global.background.color.primary.verySubtle}", "type": "color" }, + "active--reverse": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, "completed": { "value": "{global.background.color.primary.default}", "type": "color" @@ -10871,6 +10892,14 @@ "value": "{global.border.color.line.muted}", "type": "color" }, + "active": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "active--reverse": { + "value": "{global.border.color.line.default--reverse}", + "type": "color" + }, "completed": { "value": "{global.background.color.primary.default}", "type": "color" From 41cdd8d2b9615e7537ad83d0e428df0fd25e2d3a Mon Sep 17 00:00:00 2001 From: JohanFX Date: Mon, 28 Aug 2023 10:00:44 +0200 Subject: [PATCH 017/547] stepper --- tokens.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokens.json b/tokens.json index 55853d925..dcb318e88 100644 --- a/tokens.json +++ b/tokens.json @@ -10877,7 +10877,7 @@ "type": "color" }, "active--reverse": { - "value": "{global.background.color.surface.default}", + "value": "{global.background.color.surface.emphasis}", "type": "color" }, "completed": { From 49c0d281f9ff390687edaf690ab1d875800f2d9c Mon Sep 17 00:00:00 2001 From: JohanFX Date: Mon, 28 Aug 2023 10:04:00 +0200 Subject: [PATCH 018/547] - --- tokens.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokens.json b/tokens.json index dcb318e88..e516caad5 100644 --- a/tokens.json +++ b/tokens.json @@ -10817,7 +10817,7 @@ "value": { "fontFamily": "{core.font.family.main}", "fontWeight": "{core.font.weight.bold}", - "fontSize": "{core.font.size.100}", + "fontSize": "{core.font.size.75}", "lineHeight": "{core.font.lineHeight.200}" }, "type": "typography" From 663791889aebfedb6438442e1c6c04d74b96d069 Mon Sep 17 00:00:00 2001 From: JohanFX Date: Mon, 28 Aug 2023 12:32:11 +0200 Subject: [PATCH 019/547] new text size --- tokens.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/tokens.json b/tokens.json index e516caad5..e8c00323a 100644 --- a/tokens.json +++ b/tokens.json @@ -6265,6 +6265,10 @@ } }, "size": { + "25": { + "value": "roundTo( {core.font.size.300} - {core.font.size.50}, 0)", + "type": "fontSizes" + }, "50": { "value": "roundTo({core.font.size.75} / {util.font.scale}, 0)", "type": "fontSizes" @@ -6413,6 +6417,12 @@ "underline": { "value": "underline", "type": "textDecoration" + }, + "font": { + "uppercase": { + "value": "uppercase", + "type": "textCase" + } } }, "global_v2": { @@ -8795,12 +8805,12 @@ "badge": { "content": { "typo": { - "sm": { + "xs": { "value": { "fontFamily": "{core.font.family.alt}", "fontWeight": "{core.font.weight.regular}", "lineHeight": "{core.font.lineHeight.100}px", - "fontSize": "{core.font.size.50}px" + "fontSize": "{core.font.size.25}" }, "type": "typography" }, From f3272c86a648ff0b52c046f996d43f4a90d0b057 Mon Sep 17 00:00:00 2001 From: JohanFX Date: Mon, 28 Aug 2023 12:42:51 +0200 Subject: [PATCH 020/547] updated: badge --- tokens.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/tokens.json b/tokens.json index e8c00323a..26d676b5f 100644 --- a/tokens.json +++ b/tokens.json @@ -6301,6 +6301,10 @@ "value": "roundTo({core.font.size.500} * {util.font.scale}, 0)", "type": "fontSizes" } + }, + "uppercase": { + "value": "uppercase", + "type": "textCase" } } }, @@ -6417,12 +6421,6 @@ "underline": { "value": "underline", "type": "textDecoration" - }, - "font": { - "uppercase": { - "value": "uppercase", - "type": "textCase" - } } }, "global_v2": { @@ -8808,9 +8806,10 @@ "xs": { "value": { "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.regular}", + "fontWeight": "{core.font.weight.bold}", "lineHeight": "{core.font.lineHeight.100}px", - "fontSize": "{core.font.size.25}" + "fontSize": "{core.font.size.25}", + "textCase": "{core.font.uppercase}" }, "type": "typography" }, From 1f9ad52e135c37ac6256e19c9e2cc036a463d32c Mon Sep 17 00:00:00 2001 From: JohanFX Date: Tue, 29 Aug 2023 09:17:59 +0200 Subject: [PATCH 021/547] - --- tokens.json | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/tokens.json b/tokens.json index 26d676b5f..e7a3fb114 100644 --- a/tokens.json +++ b/tokens.json @@ -6669,9 +6669,13 @@ } }, "jungle": { - "500": { + "default": { "value": "{core.color.jungle.500}", "type": "color" + }, + "muted": { + "value": "{core.color.jungle.400}", + "type": "color" } }, "slateGrey": { @@ -7061,6 +7065,16 @@ "value": "{core.color.leemons.50}", "type": "color" } + }, + "jungle": { + "default": { + "value": "{core.color.jungle.500}", + "type": "color" + }, + "draft": { + "value": "{core.color.jungle.400}", + "type": "color" + } } } }, @@ -8813,6 +8827,15 @@ }, "type": "typography" }, + "sm": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.100}px", + "fontSize": "{core.font.size.50}" + }, + "type": "typography" + }, "sm--bold": { "value": { "fontFamily": "{core.font.family.alt}", @@ -8895,6 +8918,12 @@ "value": "{global.background.color.accent.default}", "type": "color" } + }, + "jungle": { + "draft": { + "value": "{global.background.color.jungle.draft}", + "type": "color" + } } } }, @@ -8903,6 +8932,10 @@ "value": "{global.border.radius.rounded}", "type": "borderRadius" }, + "md-radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, "color": { "default--reverse": { "value": "{global.border.color.line.default--reverse}", From 13d3f976a395ddac45fb32219ef68cb7b22d9371 Mon Sep 17 00:00:00 2001 From: JohanFX Date: Tue, 29 Aug 2023 10:59:26 +0200 Subject: [PATCH 022/547] edit: prymary color scale, change color menu --- tokens.json | 46 +++++++++++++++++++++++++++------------------- 1 file changed, 27 insertions(+), 19 deletions(-) diff --git a/tokens.json b/tokens.json index e7a3fb114..44c1b4fe3 100644 --- a/tokens.json +++ b/tokens.json @@ -5540,43 +5540,43 @@ }, "primary": { "50": { - "value": "#E0EBEB", + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.5}%,1)", "type": "color" }, "100": { - "value": "#C0D8D5", + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.4}%,1)", "type": "color" }, "200": { - "value": "#A2C5C1", + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.3}%,1)", "type": "color" }, "300": { - "value": "#77ABA5", + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.2}%,1)", "type": "color" }, "400": { - "value": "#5D9A93", + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.1}%,1)", "type": "color" }, "500": { - "value": "#348178", + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{core.color.customPrimary.lightness}%,1)", "type": "color" }, "600": { - "value": "#2F756D", + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.1}%,1)", "type": "color" }, "700": { - "value": "#255C55", + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.2}%,1)", "type": "color" }, "800": { - "value": "#1D4742", + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.3}%,1)", "type": "color" }, "900": { - "value": "#163632", + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.4}%,1)", "type": "color" } }, @@ -5738,15 +5738,15 @@ }, "customPrimary": { "hue": { - "value": "216", + "value": "173", "type": "color" }, "saturation": { - "value": "80", + "value": "43", "type": "color" }, "lightness": { - "value": "55", + "value": "35", "type": "color" }, "hsla": { @@ -6313,7 +6313,7 @@ "primary": { "lightness": { "scale": { - "value": "1.15", + "value": "1.21", "type": "other" }, "up": { @@ -6332,6 +6332,10 @@ "4": { "value": "roundTo({util.color.primary.lightness.up.3} * {util.color.primary.lightness.scale})", "type": "other" + }, + "5": { + "value": "roundTo({util.color.primary.lightness.up.4} * {util.color.primary.lightness.scale})", + "type": "other" } }, "down": { @@ -6350,6 +6354,10 @@ "4": { "value": "roundTo({util.color.primary.lightness.down.3} / {util.color.primary.lightness.scale})", "type": "other" + }, + "5": { + "value": "roundTo( {util.color.primary.lightness.down.4} / {util.color.primary.lightness.scale})", + "type": "other" } } } @@ -10790,11 +10798,11 @@ "type": "color" }, "hover": { - "value": "{global.background.color.primary.verySubtle}", + "value": "{global.background.color.secondary.subtle}", "type": "color" }, "active": { - "value": "{global.background.color.leemons.subtle}", + "value": "{global.background.color.primary.verySubtle}", "type": "color" } }, @@ -10808,7 +10816,7 @@ "type": "color" }, "active": { - "value": "{global.background.color.leemons.subtle}", + "value": "{global.background.color.primary.verySubtle}", "type": "color" } } @@ -10828,7 +10836,7 @@ "color": { "main": { "active": { - "value": "{global.border.color.leemons.default}", + "value": "{global.border.color.primary.default}", "type": "color" }, "default": { @@ -10846,7 +10854,7 @@ "type": "color" }, "active": { - "value": "{global.border.color.leemons.default}", + "value": "{global.border.color.primary.default}", "type": "color" } } From 9c337a7fca5b589056f7c905e96701b19aafa80f Mon Sep 17 00:00:00 2001 From: JohanFX Date: Tue, 29 Aug 2023 15:38:02 +0200 Subject: [PATCH 023/547] feat: dark mode menu - change color chips --- tokens.json | 122 +++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 102 insertions(+), 20 deletions(-) diff --git a/tokens.json b/tokens.json index 44c1b4fe3..f81471976 100644 --- a/tokens.json +++ b/tokens.json @@ -6023,6 +6023,44 @@ "value": "#4A6000", "type": "color" } + }, + "info": { + "100": { + "value": "#E8F0FC", + "type": "color" + }, + "200": { + "value": "#B1CDF6", + "type": "color" + }, + "300": { + "value": "#7EACF1", + "type": "color" + }, + "400": { + "value": "#5592EC", + "type": "color" + }, + "500": { + "value": "#307AE8", + "type": "color" + }, + "600": { + "value": "#1867DC", + "type": "color" + }, + "700": { + "value": "#155AC1", + "type": "color" + }, + "800": { + "value": "#134FAA", + "type": "color" + }, + "900": { + "value": "#104593", + "type": "color" + } } }, "dimension": { @@ -6575,20 +6613,20 @@ } }, "primary": { - "default": { - "value": "{core.color.primary.500}", - "type": "color" - }, - "emphasis": { - "value": "{core.color.primary.700}", + "subtle": { + "value": "{core.color.primary.100}", "type": "color" }, "muted": { "value": "{core.color.primary.300}", "type": "color" }, - "subtle": { - "value": "{core.color.primary.100}", + "default": { + "value": "{core.color.primary.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.primary.700}", "type": "color" } }, @@ -6947,24 +6985,32 @@ } }, "primary": { - "default": { - "value": "{core.color.primary.500}", + "verySubtle": { + "value": "{core.color.primary.50}", "type": "color" }, - "emphasis": { - "value": "{core.color.primary.700}", + "subtle": { + "value": "{core.color.primary.100}", "type": "color" }, "muted": { "value": "{core.color.primary.200}", "type": "color" }, - "subtle": { - "value": "{core.color.primary.100}", + "default": { + "value": "{core.color.primary.500}", "type": "color" }, - "verySubtle": { - "value": "{core.color.primary.50}", + "emphasis": { + "value": "{core.color.primary.700}", + "type": "color" + }, + "strong": { + "value": "{core.color.primary.800}", + "type": "color" + }, + "dark": { + "value": "{core.color.primary.900}", "type": "color" } }, @@ -8921,9 +8967,9 @@ "type": "color" } }, - "accent": { + "info": { "default": { - "value": "{global.background.color.accent.default}", + "value": "{core.color.info.500}", "type": "color" } }, @@ -10761,6 +10807,10 @@ "active": { "value": "{global.content.color.text.emphasis}", "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.icon.default--reverse}", + "type": "color" } }, "sub": { @@ -10775,6 +10825,10 @@ "active": { "value": "{global.content.color.text.emphasis}", "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.icon.default--reverse}", + "type": "color" } } }, @@ -10797,13 +10851,25 @@ "value": "{global.background.color.surface.default}", "type": "color" }, + "default--dark": { + "value": "{global.background.color.primary.dark}", + "type": "color" + }, "hover": { "value": "{global.background.color.secondary.subtle}", "type": "color" }, + "hover--dark": { + "value": "{global.background.color.primary.strong}", + "type": "color" + }, "active": { "value": "{global.background.color.primary.verySubtle}", "type": "color" + }, + "active--dark": { + "value": "{global.background.color.primary.emphasis}", + "type": "color" } }, "sub": { @@ -10811,13 +10877,25 @@ "value": "{global.background.color.surface.default}", "type": "color" }, + "default---dark": { + "value": "{global.background.color.primary.dark}", + "type": "color" + }, "hover": { - "value": "{global.background.color.primary.verySubtle}", + "value": "{global.background.color.secondary.subtle}", + "type": "color" + }, + "hover--dark": { + "value": "{global.background.color.primary.strong}", "type": "color" }, "active": { "value": "{global.background.color.primary.verySubtle}", "type": "color" + }, + "active--dark": { + "value": "{global.background.color.primary.emphasis}", + "type": "color" } } } @@ -10849,10 +10927,14 @@ "value": "{global.border.color.line.muted}", "type": "color" }, - "hover": { + "default--dark": { "value": "{global.border.color.line.default}", "type": "color" }, + "hover": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, "active": { "value": "{global.border.color.primary.default}", "type": "color" From 9238a2d18fb7354408c12b695efd8a4bdaa86f38 Mon Sep 17 00:00:00 2001 From: JohanFX Date: Tue, 29 Aug 2023 16:44:44 +0200 Subject: [PATCH 024/547] menu --- tokens.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/tokens.json b/tokens.json index f81471976..0eddc2a0e 100644 --- a/tokens.json +++ b/tokens.json @@ -7129,6 +7129,24 @@ "value": "{core.color.jungle.400}", "type": "color" } + }, + "info": { + "default": { + "value": "{core.color.info.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.info.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.info.200}", + "type": "color" + }, + "subtle": { + "value": "{core.color.info.100}", + "type": "color" + } } } }, @@ -7307,6 +7325,24 @@ "value": "{core.color.leemons.500}", "type": "color" } + }, + "info": { + "default": { + "value": "{core.color.info.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.info.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.info.200}", + "type": "color" + }, + "subtle": { + "value": "{core.color.info.100}", + "type": "color" + } } } }, From d460f0ad89dffffa9e7381d931057aae6917d209 Mon Sep 17 00:00:00 2001 From: JohanFX Date: Thu, 31 Aug 2023 12:43:32 +0200 Subject: [PATCH 025/547] - --- tokens.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokens.json b/tokens.json index 0eddc2a0e..8915dec7d 100644 --- a/tokens.json +++ b/tokens.json @@ -8999,7 +8999,7 @@ }, "secondary": { "default": { - "value": "{global.background.color.secondary.default}", + "value": "{global.background.color.secondary.muted}", "type": "color" } }, From acecf870531beada0a1d093da7c33e30165b388a Mon Sep 17 00:00:00 2001 From: fermarinsanchez Date: Thu, 31 Aug 2023 13:55:40 +0200 Subject: [PATCH 026/547] feat(components): Add Mantine NavBar export to bubbles-ui/components Ref: #epic/NavMenu-1 --- packages/components/src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/components/src/index.js b/packages/components/src/index.js index 23195cf83..0e92388ac 100644 --- a/packages/components/src/index.js +++ b/packages/components/src/index.js @@ -16,6 +16,7 @@ export { Progress, ScrollArea, HoverCard, + NavBar, } from '@mantine/core'; export * from '@mantine/spotlight'; export { From 3844f60f7294e2d5211ee1c01fb4799e10ef394d Mon Sep 17 00:00:00 2001 From: fermarinsanchez Date: Thu, 31 Aug 2023 14:17:31 +0200 Subject: [PATCH 027/547] fix(components): fix sintax of NavBar to Navbar Ref: #epic/NavMenu-1 --- packages/components/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/src/index.js b/packages/components/src/index.js index 0e92388ac..ae6a3a387 100644 --- a/packages/components/src/index.js +++ b/packages/components/src/index.js @@ -16,7 +16,7 @@ export { Progress, ScrollArea, HoverCard, - NavBar, + Navbar, } from '@mantine/core'; export * from '@mantine/spotlight'; export { From 57549f2f8aa3b2f4ba3b973a1def8042700274ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Go=CC=81mez=20Cimarro?= Date: Fri, 1 Sep 2023 12:18:07 +0200 Subject: [PATCH 028/547] feat: Test --- .idea/.gitignore | 5 + .idea/bubbles.iml | 15 + .idea/codeStyles/Project.xml | 62 ++ .idea/codeStyles/codeStyleConfig.xml | 5 + .idea/inspectionProfiles/Project_Default.xml | 7 + .idea/modules.xml | 8 + .idea/vcs.xml | 6 + tokens.json | 671 +------------------ 8 files changed, 111 insertions(+), 668 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/bubbles.iml create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 000000000..b58b603fe --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/bubbles.iml b/.idea/bubbles.iml new file mode 100644 index 000000000..79710b0c6 --- /dev/null +++ b/.idea/bubbles.iml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 000000000..c130df99c --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,62 @@ + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 000000000..79ee123c2 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 000000000..9c6941105 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,7 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 000000000..fd4382af1 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 000000000..35eb1ddfb --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/tokens.json b/tokens.json index 8915dec7d..8ec023c5b 100644 --- a/tokens.json +++ b/tokens.json @@ -1,670 +1,5 @@ { - "core": { - "core": { - "color": { - "black": { - "value": "#1a202b", - "type": "color" - }, - "white": { - "value": "#ffffff", - "type": "color" - }, - "neutral": { - "50": { - "value": "hsla({core.color.customPrimary.hue},50%,98%,1)", - "type": "color" - }, - "75": { - "value": "hsla({core.color.customPrimary.hue},45%,96%,1)", - "type": "color" - }, - "100": { - "value": "hsla({core.color.customPrimary.hue},40%,94%,1)", - "type": "color" - }, - "200": { - "value": "hsla({core.color.customPrimary.hue},36%,89%,1)", - "type": "color" - }, - "300": { - "value": "hsla({core.color.customPrimary.hue},20%,80%,1)", - "type": "color" - }, - "400": { - "value": "hsla({core.color.customPrimary.hue},12%,68%,1)", - "type": "color" - }, - "500": { - "value": "hsla({core.color.customPrimary.hue},10%,54%,1)", - "type": "color" - }, - "600": { - "value": "hsla({core.color.customPrimary.hue},10%,44%,1)", - "type": "color" - }, - "700": { - "value": "hsla({core.color.customPrimary.hue},16%,34%,1)", - "type": "color" - }, - "800": { - "value": "hsla({core.color.customPrimary.hue},20%,20%,1)", - "type": "color" - }, - "900": { - "value": "hsla({core.color.customPrimary.hue},20%,12%,1)", - "type": "color" - } - }, - "primary": { - "100": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.4}%,1)", - "type": "color" - }, - "200": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.3}%,1)", - "type": "color" - }, - "300": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.2}%,1)", - "type": "color" - }, - "400": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.1}%,1)", - "type": "color" - }, - "500": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{core.color.customPrimary.lightness}%,1)", - "type": "color" - }, - "600": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.1}%,1)", - "type": "color" - }, - "700": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.2}%,1)", - "type": "color" - }, - "800": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.3}%,1)", - "type": "color" - }, - "900": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.4}%,1)", - "type": "color" - } - }, - "accent": { - "100": { - "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.up.4}%,1)", - "type": "color" - }, - "200": { - "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.up.3}%,1)", - "type": "color" - }, - "300": { - "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.up.2}%,1)", - "type": "color" - }, - "400": { - "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.up.1}%,1)", - "type": "color" - }, - "500": { - "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{core.color.customAccent.lightness}%,1)", - "type": "color" - }, - "600": { - "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.down.1}%,1)", - "type": "color" - }, - "700": { - "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.down.2}%,1)", - "type": "color" - }, - "800": { - "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.down.3}%,1)", - "type": "color" - }, - "900": { - "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.down.4}%,1)", - "type": "color" - } - }, - "danger": { - "100": { - "value": "#f7dede", - "type": "color" - }, - "200": { - "value": "#f0bebe", - "type": "color" - }, - "300": { - "value": "#e07c7c", - "type": "color" - }, - "400": { - "value": "#d95c5c", - "type": "color" - }, - "500": { - "value": "#d13b3b", - "type": "color" - }, - "600": { - "value": "#b52a2a", - "type": "color" - }, - "700": { - "value": "#912222", - "type": "color" - }, - "800": { - "value": "#6d1919", - "type": "color" - }, - "900": { - "value": "#481111", - "type": "color" - } - }, - "success": { - "100": { - "value": "#e4f4e6", - "type": "color" - }, - "200": { - "value": "#c9e9cd", - "type": "color" - }, - "300": { - "value": "#aedeb5", - "type": "color" - }, - "400": { - "value": "#77c783", - "type": "color" - }, - "500": { - "value": "#5cbc6a", - "type": "color" - }, - "600": { - "value": "#44a552", - "type": "color" - }, - "700": { - "value": "#368442", - "type": "color" - }, - "800": { - "value": "#296331", - "type": "color" - }, - "900": { - "value": "#1b4221", - "type": "color" - } - }, - "attention": { - "100": { - "value": "#fef3e1", - "type": "color" - }, - "200": { - "value": "#fbdaa6", - "type": "color" - }, - "300": { - "value": "#f8c16b", - "type": "color" - }, - "400": { - "value": "#f6b54d", - "type": "color" - }, - "500": { - "value": "#f39c12", - "type": "color" - }, - "600": { - "value": "#d98a0b", - "type": "color" - }, - "700": { - "value": "#ba7609", - "type": "color" - }, - "800": { - "value": "#9b6208", - "type": "color" - }, - "900": { - "value": "#7c4f06", - "type": "color" - } - }, - "customPrimary": { - "hue": { - "value": "216", - "type": "color" - }, - "saturation": { - "value": "80", - "type": "color" - }, - "lightness": { - "value": "55", - "type": "color" - }, - "hsla": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{core.color.customPrimary.lightness}%,1)", - "type": "color" - } - }, - "customAccent": { - "hue": { - "value": "60", - "type": "color" - }, - "saturation": { - "value": "100", - "type": "color" - }, - "lightness": { - "value": "78", - "type": "color" - }, - "hsla": { - "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{core.color.customAccent.lightness}%,1)", - "type": "color" - } - } - }, - "dimension": { - "0": { - "value": "0*{core.dimension.root}", - "type": "sizing" - }, - "50": { - "value": "0.25*{core.dimension.root}", - "type": "sizing" - }, - "100": { - "value": "0.5*{core.dimension.root}", - "type": "sizing" - }, - "150": { - "value": "0.75*{core.dimension.root}", - "type": "sizing" - }, - "200": { - "value": "1*{core.dimension.root}", - "type": "sizing" - }, - "250": { - "value": "1.25*{core.dimension.root}", - "type": "sizing" - }, - "300": { - "value": "1.5*{core.dimension.root}", - "type": "sizing" - }, - "350": { - "value": "1.75*{core.dimension.root}", - "type": "sizing" - }, - "400": { - "value": "2*{core.dimension.root}", - "type": "sizing" - }, - "500": { - "value": "2.5*{core.dimension.root}", - "type": "sizing" - }, - "600": { - "value": "3*{core.dimension.root}", - "type": "sizing" - }, - "700": { - "value": "3.5*{core.dimension.root}", - "type": "sizing" - }, - "800": { - "value": "4*{core.dimension.root}", - "type": "sizing" - }, - "900": { - "value": "4.5*{core.dimension.root}", - "type": "sizing" - }, - "1000": { - "value": "5*{core.dimension.root}", - "type": "sizing" - }, - "static": { - "0": { - "value": "0", - "type": "sizing" - }, - "10": { - "value": "1", - "type": "sizing" - }, - "25": { - "value": "2", - "type": "sizing" - }, - "50": { - "value": "4", - "type": "sizing" - }, - "100": { - "value": "8", - "type": "sizing" - }, - "150": { - "value": "12", - "type": "sizing" - }, - "200": { - "value": "16", - "type": "sizing" - }, - "250": { - "value": "20", - "type": "sizing" - }, - "300": { - "value": "24", - "type": "sizing" - }, - "350": { - "value": "28", - "type": "sizing" - }, - "400": { - "value": "32", - "type": "sizing" - }, - "450": { - "value": "36", - "type": "sizing" - }, - "500": { - "value": "40", - "type": "sizing" - }, - "550": { - "value": "44", - "type": "sizing" - }, - "600": { - "value": "48", - "type": "sizing" - }, - "700": { - "value": "56", - "type": "sizing" - }, - "800": { - "value": "64", - "type": "sizing" - }, - "900": { - "value": "72", - "type": "sizing" - }, - "1000": { - "value": "80", - "type": "sizing" - } - }, - "root": { - "value": "16", - "type": "sizing" - }, - "percentage": { - "50": { - "value": "50%", - "type": "sizing" - }, - "100": { - "value": "100%", - "type": "sizing" - } - }, - "breakpoint": { - "xsm": { - "value": "320px", - "type": "sizing" - }, - "sm": { - "value": "640px", - "type": "sizing" - }, - "md": { - "value": "1007px", - "type": "sizing" - }, - "lg": { - "value": "1440px", - "type": "sizing" - } - } - }, - "font": { - "family": { - "main": { - "value": "Lexend", - "type": "fontFamilies" - }, - "alt": { - "value": "Inter", - "type": "fontFamilies" - }, - "code": { - "value": "Courier new", - "type": "fontFamilies" - } - }, - "weight": { - "light": { - "value": "300", - "type": "fontWeights" - }, - "regular": { - "value": "400", - "type": "fontWeights" - }, - "medium": { - "value": "500", - "type": "fontWeights" - }, - "bold": { - "value": "600", - "type": "fontWeights" - } - }, - "lineHeight": { - "100": { - "value": "{core.dimension.200}", - "type": "lineHeights" - }, - "200": { - "value": "{core.dimension.250}", - "type": "lineHeights" - }, - "300": { - "value": "{core.dimension.300}", - "type": "lineHeights" - }, - "400": { - "value": "{core.dimension.350}", - "type": "lineHeights" - }, - "500": { - "value": "{core.dimension.400}", - "type": "lineHeights" - }, - "600": { - "value": "{core.dimension.500}", - "type": "lineHeights" - }, - "700": { - "value": "{core.dimension.600}", - "type": "lineHeights" - } - }, - "size": { - "50": { - "value": "roundTo({core.font.size.75} / {util.font.scale}, 0)", - "type": "fontSizes" - }, - "75": { - "value": "roundTo({util.font.base} / {util.font.scale}, 0)", - "type": "fontSizes" - }, - "100": { - "value": "{util.font.base}", - "type": "fontSizes" - }, - "200": { - "value": "roundTo({util.font.base} * {util.font.scale}, 0)", - "type": "fontSizes" - }, - "300": { - "value": "roundTo({core.font.size.200} * {util.font.scale}, 0)", - "type": "fontSizes" - }, - "400": { - "value": "roundTo({core.font.size.300} * {util.font.scale}, 0)", - "type": "fontSizes" - }, - "500": { - "value": "roundTo({core.font.size.400} * {util.font.scale}, 0)", - "type": "fontSizes" - }, - "600": { - "value": "roundTo({core.font.size.500} * {util.font.scale}, 0)", - "type": "fontSizes" - } - } - } - }, - "util": { - "color": { - "primary": { - "lightness": { - "scale": { - "value": "1.15", - "type": "other" - }, - "up": { - "1": { - "value": "roundTo({core.color.customPrimary.lightness} * {util.color.primary.lightness.scale})", - "type": "other" - }, - "2": { - "value": "roundTo({util.color.primary.lightness.up.1} * {util.color.primary.lightness.scale})", - "type": "other" - }, - "3": { - "value": "roundTo({util.color.primary.lightness.up.2} * {util.color.primary.lightness.scale})", - "type": "other" - }, - "4": { - "value": "roundTo({util.color.primary.lightness.up.3} * {util.color.primary.lightness.scale})", - "type": "other" - } - }, - "down": { - "1": { - "value": "roundTo({core.color.customPrimary.lightness} / {util.color.primary.lightness.scale})", - "type": "other" - }, - "2": { - "value": "roundTo({util.color.primary.lightness.down.1} / {util.color.primary.lightness.scale})", - "type": "other" - }, - "3": { - "value": "roundTo({util.color.primary.lightness.down.2} / {util.color.primary.lightness.scale})", - "type": "other" - }, - "4": { - "value": "roundTo({util.color.primary.lightness.down.3} / {util.color.primary.lightness.scale})", - "type": "other" - } - } - } - }, - "accent": { - "lightness": { - "scale": { - "value": "8", - "type": "other" - }, - "up": { - "1": { - "value": "{core.color.customAccent.lightness} + {util.color.accent.lightness.scale}", - "type": "other" - }, - "2": { - "value": "{util.color.accent.lightness.up.1} + {util.color.accent.lightness.scale}", - "type": "other" - }, - "3": { - "value": "{util.color.accent.lightness.up.2} + {util.color.accent.lightness.scale}", - "type": "other" - }, - "4": { - "value": "{util.color.accent.lightness.up.3} + {util.color.accent.lightness.scale}", - "type": "other" - } - }, - "down": { - "1": { - "value": "{core.color.customAccent.lightness} - {util.color.accent.lightness.scale}", - "type": "other" - }, - "2": { - "value": "{util.color.accent.lightness.down.1} - {util.color.accent.lightness.scale}", - "type": "other" - }, - "3": { - "value": "{util.color.accent.lightness.down.2} - {util.color.accent.lightness.scale}", - "type": "other" - }, - "4": { - "value": "{util.color.accent.lightness.down.3} - {util.color.accent.lightness.scale}", - "type": "other" - } - } - } - }, - "colorDebug": { - "value": "#9747FF", - "type": "color" - }, - "debugColorContainer": { - "value": "#ebdcff", - "type": "color" - } - }, - "font": { - "scale": { - "value": "1.125", - "type": "other" - }, - "base": { - "value": "16", - "type": "other" - } - } - } - }, + "global": { "global": { "shadow": { @@ -5481,7 +4816,7 @@ } } }, - "core_v2": { + "core": { "core": { "color": { "black": { @@ -11606,4 +10941,4 @@ "component_v2" ] } -} \ No newline at end of file +} From 26670d108e69987ff73e46c77a902cead8b5351e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Go=CC=81mez=20Cimarro?= Date: Fri, 1 Sep 2023 12:30:59 +0200 Subject: [PATCH 029/547] Test --- tokens.json | 669 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 667 insertions(+), 2 deletions(-) diff --git a/tokens.json b/tokens.json index 8ec023c5b..9712d27c6 100644 --- a/tokens.json +++ b/tokens.json @@ -1,5 +1,670 @@ { - + "core": { + "core": { + "color": { + "black": { + "value": "#1a202b", + "type": "color" + }, + "white": { + "value": "#ffffff", + "type": "color" + }, + "neutral": { + "50": { + "value": "hsla({core.color.customPrimary.hue},50%,98%,1)", + "type": "color" + }, + "75": { + "value": "hsla({core.color.customPrimary.hue},45%,96%,1)", + "type": "color" + }, + "100": { + "value": "hsla({core.color.customPrimary.hue},40%,94%,1)", + "type": "color" + }, + "200": { + "value": "hsla({core.color.customPrimary.hue},36%,89%,1)", + "type": "color" + }, + "300": { + "value": "hsla({core.color.customPrimary.hue},20%,80%,1)", + "type": "color" + }, + "400": { + "value": "hsla({core.color.customPrimary.hue},12%,68%,1)", + "type": "color" + }, + "500": { + "value": "hsla({core.color.customPrimary.hue},10%,54%,1)", + "type": "color" + }, + "600": { + "value": "hsla({core.color.customPrimary.hue},10%,44%,1)", + "type": "color" + }, + "700": { + "value": "hsla({core.color.customPrimary.hue},16%,34%,1)", + "type": "color" + }, + "800": { + "value": "hsla({core.color.customPrimary.hue},20%,20%,1)", + "type": "color" + }, + "900": { + "value": "hsla({core.color.customPrimary.hue},20%,12%,1)", + "type": "color" + } + }, + "primary": { + "100": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.4}%,1)", + "type": "color" + }, + "200": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.3}%,1)", + "type": "color" + }, + "300": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.2}%,1)", + "type": "color" + }, + "400": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.1}%,1)", + "type": "color" + }, + "500": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{core.color.customPrimary.lightness}%,1)", + "type": "color" + }, + "600": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.1}%,1)", + "type": "color" + }, + "700": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.2}%,1)", + "type": "color" + }, + "800": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.3}%,1)", + "type": "color" + }, + "900": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.4}%,1)", + "type": "color" + } + }, + "accent": { + "100": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.up.4}%,1)", + "type": "color" + }, + "200": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.up.3}%,1)", + "type": "color" + }, + "300": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.up.2}%,1)", + "type": "color" + }, + "400": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.up.1}%,1)", + "type": "color" + }, + "500": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{core.color.customAccent.lightness}%,1)", + "type": "color" + }, + "600": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.down.1}%,1)", + "type": "color" + }, + "700": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.down.2}%,1)", + "type": "color" + }, + "800": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.down.3}%,1)", + "type": "color" + }, + "900": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.down.4}%,1)", + "type": "color" + } + }, + "danger": { + "100": { + "value": "#f7dede", + "type": "color" + }, + "200": { + "value": "#f0bebe", + "type": "color" + }, + "300": { + "value": "#e07c7c", + "type": "color" + }, + "400": { + "value": "#d95c5c", + "type": "color" + }, + "500": { + "value": "#d13b3b", + "type": "color" + }, + "600": { + "value": "#b52a2a", + "type": "color" + }, + "700": { + "value": "#912222", + "type": "color" + }, + "800": { + "value": "#6d1919", + "type": "color" + }, + "900": { + "value": "#481111", + "type": "color" + } + }, + "success": { + "100": { + "value": "#e4f4e6", + "type": "color" + }, + "200": { + "value": "#c9e9cd", + "type": "color" + }, + "300": { + "value": "#aedeb5", + "type": "color" + }, + "400": { + "value": "#77c783", + "type": "color" + }, + "500": { + "value": "#5cbc6a", + "type": "color" + }, + "600": { + "value": "#44a552", + "type": "color" + }, + "700": { + "value": "#368442", + "type": "color" + }, + "800": { + "value": "#296331", + "type": "color" + }, + "900": { + "value": "#1b4221", + "type": "color" + } + }, + "attention": { + "100": { + "value": "#fef3e1", + "type": "color" + }, + "200": { + "value": "#fbdaa6", + "type": "color" + }, + "300": { + "value": "#f8c16b", + "type": "color" + }, + "400": { + "value": "#f6b54d", + "type": "color" + }, + "500": { + "value": "#f39c12", + "type": "color" + }, + "600": { + "value": "#d98a0b", + "type": "color" + }, + "700": { + "value": "#ba7609", + "type": "color" + }, + "800": { + "value": "#9b6208", + "type": "color" + }, + "900": { + "value": "#7c4f06", + "type": "color" + } + }, + "customPrimary": { + "hue": { + "value": "216", + "type": "color" + }, + "saturation": { + "value": "80", + "type": "color" + }, + "lightness": { + "value": "55", + "type": "color" + }, + "hsla": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{core.color.customPrimary.lightness}%,1)", + "type": "color" + } + }, + "customAccent": { + "hue": { + "value": "60", + "type": "color" + }, + "saturation": { + "value": "100", + "type": "color" + }, + "lightness": { + "value": "78", + "type": "color" + }, + "hsla": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{core.color.customAccent.lightness}%,1)", + "type": "color" + } + } + }, + "dimension": { + "0": { + "value": "0*{core.dimension.root}", + "type": "sizing" + }, + "50": { + "value": "0.25*{core.dimension.root}", + "type": "sizing" + }, + "100": { + "value": "0.5*{core.dimension.root}", + "type": "sizing" + }, + "150": { + "value": "0.75*{core.dimension.root}", + "type": "sizing" + }, + "200": { + "value": "1*{core.dimension.root}", + "type": "sizing" + }, + "250": { + "value": "1.25*{core.dimension.root}", + "type": "sizing" + }, + "300": { + "value": "1.5*{core.dimension.root}", + "type": "sizing" + }, + "350": { + "value": "1.75*{core.dimension.root}", + "type": "sizing" + }, + "400": { + "value": "2*{core.dimension.root}", + "type": "sizing" + }, + "500": { + "value": "2.5*{core.dimension.root}", + "type": "sizing" + }, + "600": { + "value": "3*{core.dimension.root}", + "type": "sizing" + }, + "700": { + "value": "3.5*{core.dimension.root}", + "type": "sizing" + }, + "800": { + "value": "4*{core.dimension.root}", + "type": "sizing" + }, + "900": { + "value": "4.5*{core.dimension.root}", + "type": "sizing" + }, + "1000": { + "value": "5*{core.dimension.root}", + "type": "sizing" + }, + "static": { + "0": { + "value": "0", + "type": "sizing" + }, + "10": { + "value": "1", + "type": "sizing" + }, + "25": { + "value": "2", + "type": "sizing" + }, + "50": { + "value": "4", + "type": "sizing" + }, + "100": { + "value": "8", + "type": "sizing" + }, + "150": { + "value": "12", + "type": "sizing" + }, + "200": { + "value": "16", + "type": "sizing" + }, + "250": { + "value": "20", + "type": "sizing" + }, + "300": { + "value": "24", + "type": "sizing" + }, + "350": { + "value": "28", + "type": "sizing" + }, + "400": { + "value": "32", + "type": "sizing" + }, + "450": { + "value": "36", + "type": "sizing" + }, + "500": { + "value": "40", + "type": "sizing" + }, + "550": { + "value": "44", + "type": "sizing" + }, + "600": { + "value": "48", + "type": "sizing" + }, + "700": { + "value": "56", + "type": "sizing" + }, + "800": { + "value": "64", + "type": "sizing" + }, + "900": { + "value": "72", + "type": "sizing" + }, + "1000": { + "value": "80", + "type": "sizing" + } + }, + "root": { + "value": "16", + "type": "sizing" + }, + "percentage": { + "50": { + "value": "50%", + "type": "sizing" + }, + "100": { + "value": "100%", + "type": "sizing" + } + }, + "breakpoint": { + "xsm": { + "value": "320px", + "type": "sizing" + }, + "sm": { + "value": "640px", + "type": "sizing" + }, + "md": { + "value": "1007px", + "type": "sizing" + }, + "lg": { + "value": "1440px", + "type": "sizing" + } + } + }, + "font": { + "family": { + "main": { + "value": "Lexend", + "type": "fontFamilies" + }, + "alt": { + "value": "Inter", + "type": "fontFamilies" + }, + "code": { + "value": "Courier new", + "type": "fontFamilies" + } + }, + "weight": { + "light": { + "value": "300", + "type": "fontWeights" + }, + "regular": { + "value": "400", + "type": "fontWeights" + }, + "medium": { + "value": "500", + "type": "fontWeights" + }, + "bold": { + "value": "600", + "type": "fontWeights" + } + }, + "lineHeight": { + "100": { + "value": "{core.dimension.200}", + "type": "lineHeights" + }, + "200": { + "value": "{core.dimension.250}", + "type": "lineHeights" + }, + "300": { + "value": "{core.dimension.300}", + "type": "lineHeights" + }, + "400": { + "value": "{core.dimension.350}", + "type": "lineHeights" + }, + "500": { + "value": "{core.dimension.400}", + "type": "lineHeights" + }, + "600": { + "value": "{core.dimension.500}", + "type": "lineHeights" + }, + "700": { + "value": "{core.dimension.600}", + "type": "lineHeights" + } + }, + "size": { + "50": { + "value": "roundTo({core.font.size.75} / {util.font.scale}, 0)", + "type": "fontSizes" + }, + "75": { + "value": "roundTo({util.font.base} / {util.font.scale}, 0)", + "type": "fontSizes" + }, + "100": { + "value": "{util.font.base}", + "type": "fontSizes" + }, + "200": { + "value": "roundTo({util.font.base} * {util.font.scale}, 0)", + "type": "fontSizes" + }, + "300": { + "value": "roundTo({core.font.size.200} * {util.font.scale}, 0)", + "type": "fontSizes" + }, + "400": { + "value": "roundTo({core.font.size.300} * {util.font.scale}, 0)", + "type": "fontSizes" + }, + "500": { + "value": "roundTo({core.font.size.400} * {util.font.scale}, 0)", + "type": "fontSizes" + }, + "600": { + "value": "roundTo({core.font.size.500} * {util.font.scale}, 0)", + "type": "fontSizes" + } + } + } + }, + "util": { + "color": { + "primary": { + "lightness": { + "scale": { + "value": "1.15", + "type": "other" + }, + "up": { + "1": { + "value": "roundTo({core.color.customPrimary.lightness} * {util.color.primary.lightness.scale})", + "type": "other" + }, + "2": { + "value": "roundTo({util.color.primary.lightness.up.1} * {util.color.primary.lightness.scale})", + "type": "other" + }, + "3": { + "value": "roundTo({util.color.primary.lightness.up.2} * {util.color.primary.lightness.scale})", + "type": "other" + }, + "4": { + "value": "roundTo({util.color.primary.lightness.up.3} * {util.color.primary.lightness.scale})", + "type": "other" + } + }, + "down": { + "1": { + "value": "roundTo({core.color.customPrimary.lightness} / {util.color.primary.lightness.scale})", + "type": "other" + }, + "2": { + "value": "roundTo({util.color.primary.lightness.down.1} / {util.color.primary.lightness.scale})", + "type": "other" + }, + "3": { + "value": "roundTo({util.color.primary.lightness.down.2} / {util.color.primary.lightness.scale})", + "type": "other" + }, + "4": { + "value": "roundTo({util.color.primary.lightness.down.3} / {util.color.primary.lightness.scale})", + "type": "other" + } + } + } + }, + "accent": { + "lightness": { + "scale": { + "value": "8", + "type": "other" + }, + "up": { + "1": { + "value": "{core.color.customAccent.lightness} + {util.color.accent.lightness.scale}", + "type": "other" + }, + "2": { + "value": "{util.color.accent.lightness.up.1} + {util.color.accent.lightness.scale}", + "type": "other" + }, + "3": { + "value": "{util.color.accent.lightness.up.2} + {util.color.accent.lightness.scale}", + "type": "other" + }, + "4": { + "value": "{util.color.accent.lightness.up.3} + {util.color.accent.lightness.scale}", + "type": "other" + } + }, + "down": { + "1": { + "value": "{core.color.customAccent.lightness} - {util.color.accent.lightness.scale}", + "type": "other" + }, + "2": { + "value": "{util.color.accent.lightness.down.1} - {util.color.accent.lightness.scale}", + "type": "other" + }, + "3": { + "value": "{util.color.accent.lightness.down.2} - {util.color.accent.lightness.scale}", + "type": "other" + }, + "4": { + "value": "{util.color.accent.lightness.down.3} - {util.color.accent.lightness.scale}", + "type": "other" + } + } + } + }, + "colorDebug": { + "value": "#9747FF", + "type": "color" + }, + "debugColorContainer": { + "value": "#ebdcff", + "type": "color" + } + }, + "font": { + "scale": { + "value": "1.125", + "type": "other" + }, + "base": { + "value": "16", + "type": "other" + } + } + } + }, "global": { "global": { "shadow": { @@ -4816,7 +5481,7 @@ } } }, - "core": { + "core_v2": { "core": { "color": { "black": { From 3f0483783d747d18690500c5ff099bc7e356b70e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Go=CC=81mez=20Cimarro?= Date: Fri, 1 Sep 2023 12:42:56 +0200 Subject: [PATCH 030/547] Rename v2 versions to without version. --- tokens.json | 5492 +-------------------------------------------------- 1 file changed, 4 insertions(+), 5488 deletions(-) diff --git a/tokens.json b/tokens.json index 9712d27c6..fe59fc71a 100644 --- a/tokens.json +++ b/tokens.json @@ -1,5487 +1,6 @@ { + "core": { - "core": { - "color": { - "black": { - "value": "#1a202b", - "type": "color" - }, - "white": { - "value": "#ffffff", - "type": "color" - }, - "neutral": { - "50": { - "value": "hsla({core.color.customPrimary.hue},50%,98%,1)", - "type": "color" - }, - "75": { - "value": "hsla({core.color.customPrimary.hue},45%,96%,1)", - "type": "color" - }, - "100": { - "value": "hsla({core.color.customPrimary.hue},40%,94%,1)", - "type": "color" - }, - "200": { - "value": "hsla({core.color.customPrimary.hue},36%,89%,1)", - "type": "color" - }, - "300": { - "value": "hsla({core.color.customPrimary.hue},20%,80%,1)", - "type": "color" - }, - "400": { - "value": "hsla({core.color.customPrimary.hue},12%,68%,1)", - "type": "color" - }, - "500": { - "value": "hsla({core.color.customPrimary.hue},10%,54%,1)", - "type": "color" - }, - "600": { - "value": "hsla({core.color.customPrimary.hue},10%,44%,1)", - "type": "color" - }, - "700": { - "value": "hsla({core.color.customPrimary.hue},16%,34%,1)", - "type": "color" - }, - "800": { - "value": "hsla({core.color.customPrimary.hue},20%,20%,1)", - "type": "color" - }, - "900": { - "value": "hsla({core.color.customPrimary.hue},20%,12%,1)", - "type": "color" - } - }, - "primary": { - "100": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.4}%,1)", - "type": "color" - }, - "200": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.3}%,1)", - "type": "color" - }, - "300": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.2}%,1)", - "type": "color" - }, - "400": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.1}%,1)", - "type": "color" - }, - "500": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{core.color.customPrimary.lightness}%,1)", - "type": "color" - }, - "600": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.1}%,1)", - "type": "color" - }, - "700": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.2}%,1)", - "type": "color" - }, - "800": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.3}%,1)", - "type": "color" - }, - "900": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.4}%,1)", - "type": "color" - } - }, - "accent": { - "100": { - "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.up.4}%,1)", - "type": "color" - }, - "200": { - "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.up.3}%,1)", - "type": "color" - }, - "300": { - "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.up.2}%,1)", - "type": "color" - }, - "400": { - "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.up.1}%,1)", - "type": "color" - }, - "500": { - "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{core.color.customAccent.lightness}%,1)", - "type": "color" - }, - "600": { - "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.down.1}%,1)", - "type": "color" - }, - "700": { - "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.down.2}%,1)", - "type": "color" - }, - "800": { - "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.down.3}%,1)", - "type": "color" - }, - "900": { - "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.down.4}%,1)", - "type": "color" - } - }, - "danger": { - "100": { - "value": "#f7dede", - "type": "color" - }, - "200": { - "value": "#f0bebe", - "type": "color" - }, - "300": { - "value": "#e07c7c", - "type": "color" - }, - "400": { - "value": "#d95c5c", - "type": "color" - }, - "500": { - "value": "#d13b3b", - "type": "color" - }, - "600": { - "value": "#b52a2a", - "type": "color" - }, - "700": { - "value": "#912222", - "type": "color" - }, - "800": { - "value": "#6d1919", - "type": "color" - }, - "900": { - "value": "#481111", - "type": "color" - } - }, - "success": { - "100": { - "value": "#e4f4e6", - "type": "color" - }, - "200": { - "value": "#c9e9cd", - "type": "color" - }, - "300": { - "value": "#aedeb5", - "type": "color" - }, - "400": { - "value": "#77c783", - "type": "color" - }, - "500": { - "value": "#5cbc6a", - "type": "color" - }, - "600": { - "value": "#44a552", - "type": "color" - }, - "700": { - "value": "#368442", - "type": "color" - }, - "800": { - "value": "#296331", - "type": "color" - }, - "900": { - "value": "#1b4221", - "type": "color" - } - }, - "attention": { - "100": { - "value": "#fef3e1", - "type": "color" - }, - "200": { - "value": "#fbdaa6", - "type": "color" - }, - "300": { - "value": "#f8c16b", - "type": "color" - }, - "400": { - "value": "#f6b54d", - "type": "color" - }, - "500": { - "value": "#f39c12", - "type": "color" - }, - "600": { - "value": "#d98a0b", - "type": "color" - }, - "700": { - "value": "#ba7609", - "type": "color" - }, - "800": { - "value": "#9b6208", - "type": "color" - }, - "900": { - "value": "#7c4f06", - "type": "color" - } - }, - "customPrimary": { - "hue": { - "value": "216", - "type": "color" - }, - "saturation": { - "value": "80", - "type": "color" - }, - "lightness": { - "value": "55", - "type": "color" - }, - "hsla": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{core.color.customPrimary.lightness}%,1)", - "type": "color" - } - }, - "customAccent": { - "hue": { - "value": "60", - "type": "color" - }, - "saturation": { - "value": "100", - "type": "color" - }, - "lightness": { - "value": "78", - "type": "color" - }, - "hsla": { - "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{core.color.customAccent.lightness}%,1)", - "type": "color" - } - } - }, - "dimension": { - "0": { - "value": "0*{core.dimension.root}", - "type": "sizing" - }, - "50": { - "value": "0.25*{core.dimension.root}", - "type": "sizing" - }, - "100": { - "value": "0.5*{core.dimension.root}", - "type": "sizing" - }, - "150": { - "value": "0.75*{core.dimension.root}", - "type": "sizing" - }, - "200": { - "value": "1*{core.dimension.root}", - "type": "sizing" - }, - "250": { - "value": "1.25*{core.dimension.root}", - "type": "sizing" - }, - "300": { - "value": "1.5*{core.dimension.root}", - "type": "sizing" - }, - "350": { - "value": "1.75*{core.dimension.root}", - "type": "sizing" - }, - "400": { - "value": "2*{core.dimension.root}", - "type": "sizing" - }, - "500": { - "value": "2.5*{core.dimension.root}", - "type": "sizing" - }, - "600": { - "value": "3*{core.dimension.root}", - "type": "sizing" - }, - "700": { - "value": "3.5*{core.dimension.root}", - "type": "sizing" - }, - "800": { - "value": "4*{core.dimension.root}", - "type": "sizing" - }, - "900": { - "value": "4.5*{core.dimension.root}", - "type": "sizing" - }, - "1000": { - "value": "5*{core.dimension.root}", - "type": "sizing" - }, - "static": { - "0": { - "value": "0", - "type": "sizing" - }, - "10": { - "value": "1", - "type": "sizing" - }, - "25": { - "value": "2", - "type": "sizing" - }, - "50": { - "value": "4", - "type": "sizing" - }, - "100": { - "value": "8", - "type": "sizing" - }, - "150": { - "value": "12", - "type": "sizing" - }, - "200": { - "value": "16", - "type": "sizing" - }, - "250": { - "value": "20", - "type": "sizing" - }, - "300": { - "value": "24", - "type": "sizing" - }, - "350": { - "value": "28", - "type": "sizing" - }, - "400": { - "value": "32", - "type": "sizing" - }, - "450": { - "value": "36", - "type": "sizing" - }, - "500": { - "value": "40", - "type": "sizing" - }, - "550": { - "value": "44", - "type": "sizing" - }, - "600": { - "value": "48", - "type": "sizing" - }, - "700": { - "value": "56", - "type": "sizing" - }, - "800": { - "value": "64", - "type": "sizing" - }, - "900": { - "value": "72", - "type": "sizing" - }, - "1000": { - "value": "80", - "type": "sizing" - } - }, - "root": { - "value": "16", - "type": "sizing" - }, - "percentage": { - "50": { - "value": "50%", - "type": "sizing" - }, - "100": { - "value": "100%", - "type": "sizing" - } - }, - "breakpoint": { - "xsm": { - "value": "320px", - "type": "sizing" - }, - "sm": { - "value": "640px", - "type": "sizing" - }, - "md": { - "value": "1007px", - "type": "sizing" - }, - "lg": { - "value": "1440px", - "type": "sizing" - } - } - }, - "font": { - "family": { - "main": { - "value": "Lexend", - "type": "fontFamilies" - }, - "alt": { - "value": "Inter", - "type": "fontFamilies" - }, - "code": { - "value": "Courier new", - "type": "fontFamilies" - } - }, - "weight": { - "light": { - "value": "300", - "type": "fontWeights" - }, - "regular": { - "value": "400", - "type": "fontWeights" - }, - "medium": { - "value": "500", - "type": "fontWeights" - }, - "bold": { - "value": "600", - "type": "fontWeights" - } - }, - "lineHeight": { - "100": { - "value": "{core.dimension.200}", - "type": "lineHeights" - }, - "200": { - "value": "{core.dimension.250}", - "type": "lineHeights" - }, - "300": { - "value": "{core.dimension.300}", - "type": "lineHeights" - }, - "400": { - "value": "{core.dimension.350}", - "type": "lineHeights" - }, - "500": { - "value": "{core.dimension.400}", - "type": "lineHeights" - }, - "600": { - "value": "{core.dimension.500}", - "type": "lineHeights" - }, - "700": { - "value": "{core.dimension.600}", - "type": "lineHeights" - } - }, - "size": { - "50": { - "value": "roundTo({core.font.size.75} / {util.font.scale}, 0)", - "type": "fontSizes" - }, - "75": { - "value": "roundTo({util.font.base} / {util.font.scale}, 0)", - "type": "fontSizes" - }, - "100": { - "value": "{util.font.base}", - "type": "fontSizes" - }, - "200": { - "value": "roundTo({util.font.base} * {util.font.scale}, 0)", - "type": "fontSizes" - }, - "300": { - "value": "roundTo({core.font.size.200} * {util.font.scale}, 0)", - "type": "fontSizes" - }, - "400": { - "value": "roundTo({core.font.size.300} * {util.font.scale}, 0)", - "type": "fontSizes" - }, - "500": { - "value": "roundTo({core.font.size.400} * {util.font.scale}, 0)", - "type": "fontSizes" - }, - "600": { - "value": "roundTo({core.font.size.500} * {util.font.scale}, 0)", - "type": "fontSizes" - } - } - } - }, - "util": { - "color": { - "primary": { - "lightness": { - "scale": { - "value": "1.15", - "type": "other" - }, - "up": { - "1": { - "value": "roundTo({core.color.customPrimary.lightness} * {util.color.primary.lightness.scale})", - "type": "other" - }, - "2": { - "value": "roundTo({util.color.primary.lightness.up.1} * {util.color.primary.lightness.scale})", - "type": "other" - }, - "3": { - "value": "roundTo({util.color.primary.lightness.up.2} * {util.color.primary.lightness.scale})", - "type": "other" - }, - "4": { - "value": "roundTo({util.color.primary.lightness.up.3} * {util.color.primary.lightness.scale})", - "type": "other" - } - }, - "down": { - "1": { - "value": "roundTo({core.color.customPrimary.lightness} / {util.color.primary.lightness.scale})", - "type": "other" - }, - "2": { - "value": "roundTo({util.color.primary.lightness.down.1} / {util.color.primary.lightness.scale})", - "type": "other" - }, - "3": { - "value": "roundTo({util.color.primary.lightness.down.2} / {util.color.primary.lightness.scale})", - "type": "other" - }, - "4": { - "value": "roundTo({util.color.primary.lightness.down.3} / {util.color.primary.lightness.scale})", - "type": "other" - } - } - } - }, - "accent": { - "lightness": { - "scale": { - "value": "8", - "type": "other" - }, - "up": { - "1": { - "value": "{core.color.customAccent.lightness} + {util.color.accent.lightness.scale}", - "type": "other" - }, - "2": { - "value": "{util.color.accent.lightness.up.1} + {util.color.accent.lightness.scale}", - "type": "other" - }, - "3": { - "value": "{util.color.accent.lightness.up.2} + {util.color.accent.lightness.scale}", - "type": "other" - }, - "4": { - "value": "{util.color.accent.lightness.up.3} + {util.color.accent.lightness.scale}", - "type": "other" - } - }, - "down": { - "1": { - "value": "{core.color.customAccent.lightness} - {util.color.accent.lightness.scale}", - "type": "other" - }, - "2": { - "value": "{util.color.accent.lightness.down.1} - {util.color.accent.lightness.scale}", - "type": "other" - }, - "3": { - "value": "{util.color.accent.lightness.down.2} - {util.color.accent.lightness.scale}", - "type": "other" - }, - "4": { - "value": "{util.color.accent.lightness.down.3} - {util.color.accent.lightness.scale}", - "type": "other" - } - } - } - }, - "colorDebug": { - "value": "#9747FF", - "type": "color" - }, - "debugColorContainer": { - "value": "#ebdcff", - "type": "color" - } - }, - "font": { - "scale": { - "value": "1.125", - "type": "other" - }, - "base": { - "value": "16", - "type": "other" - } - } - } - }, - "global": { - "global": { - "shadow": { - "100": { - "value": [ - { - "color": "rgba({core.color.neutral.200}, 0.08)", - "type": "dropShadow", - "x": "0", - "y": "2", - "blur": "0", - "spread": "0" - }, - { - "color": "rgba({core.color.black}, 0.08)", - "type": "dropShadow", - "x": "0", - "y": "10", - "blur": "36", - "spread": "0" - } - ], - "type": "boxShadow" - }, - "200": { - "value": [ - { - "color": "rgba({core.color.neutral.200}, 0.16)", - "type": "dropShadow", - "x": "0", - "y": "2", - "blur": "0", - "spread": "0" - }, - { - "color": "rgba({core.color.black}, 0.12)", - "type": "dropShadow", - "x": "0", - "y": "10", - "blur": "36", - "spread": "0" - } - ], - "type": "boxShadow" - }, - "300": { - "value": [ - { - "color": "rgba({core.color.neutral.200}, 0.24)", - "type": "dropShadow", - "x": "0", - "y": "2", - "blur": "0", - "spread": "0" - }, - { - "color": "rgba({core.color.black}, 0.16)", - "type": "dropShadow", - "x": "0", - "y": "10", - "blur": "36", - "spread": "0" - } - ], - "type": "boxShadow" - }, - "400": { - "value": [ - { - "color": "rgba({core.color.neutral.200}, 0.08)", - "type": "dropShadow", - "x": "-100", - "y": "0", - "blur": "60", - "spread": "0" - }, - { - "color": "rgba({core.color.black}, 0.05)", - "type": "dropShadow", - "x": "-32", - "y": "0", - "blur": "32", - "spread": "0" - } - ], - "type": "boxShadow" - } - }, - "focus": { - "default": { - "value": { - "x": "0", - "y": "0", - "blur": "0", - "spread": "3", - "color": "{core.color.primary.300}", - "type": "dropShadow" - }, - "type": "boxShadow" - } - }, - "content": { - "color": { - "text": { - "default": { - "value": "{core.color.neutral.700}", - "type": "color" - }, - "emphasis": { - "value": "{core.color.neutral.800}", - "type": "color" - }, - "muted": { - "value": "{core.color.neutral.500}", - "type": "color" - }, - "subtle": { - "value": "{core.color.neutral.300}", - "type": "color" - }, - "default--reverse": { - "value": "{core.color.white}", - "type": "color" - } - }, - "icon": { - "default": { - "value": "{core.color.neutral.500}", - "type": "color" - }, - "emphasis": { - "value": "{core.color.neutral.700}", - "type": "color" - }, - "muted": { - "value": "{core.color.neutral.300}", - "type": "color" - }, - "default--reverse": { - "value": "{core.color.white}", - "type": "color" - } - }, - "primary": { - "default": { - "value": "{core.color.primary.500}", - "type": "color" - }, - "emphasis": { - "value": "{core.color.primary.700}", - "type": "color" - }, - "muted": { - "value": "{core.color.primary.300}", - "type": "color" - }, - "subtle": { - "value": "{core.color.primary.100}", - "type": "color" - } - }, - "secondary": { - "default": { - "value": "{core.color.neutral.700}", - "type": "color" - }, - "emphasis": { - "value": "{core.color.neutral.800}", - "type": "color" - }, - "muted": { - "value": "{core.color.neutral.500}", - "type": "color" - }, - "subtle": { - "value": "{core.color.neutral.100}", - "type": "color" - } - }, - "negative": { - "default": { - "value": "{core.color.danger.500}", - "type": "color" - }, - "emphasis": { - "value": "{core.color.danger.600}", - "type": "color" - }, - "muted": { - "value": "{core.color.danger.300}", - "type": "color" - }, - "subtle": { - "value": "{core.color.danger.100}", - "type": "color" - } - }, - "positive": { - "default": { - "value": "{core.color.success.500}", - "type": "color" - }, - "emphasis": { - "value": "{core.color.success.700}", - "type": "color" - }, - "muted": { - "value": "{core.color.success.300}", - "type": "color" - }, - "subtle": { - "value": "{core.color.success.100}", - "type": "color" - } - }, - "transparent": { - "value": "transparent", - "type": "color" - }, - "disabled": { - "value": "{core.color.neutral.300}", - "type": "color" - }, - "attention": { - "default": { - "value": "{core.color.attention.500}", - "type": "color" - }, - "emphasis": { - "value": "{core.color.attention.700}", - "type": "color" - }, - "muted": { - "value": "{core.color.attention.300}", - "type": "color" - }, - "subtle": { - "value": "{core.color.attention.100}", - "type": "color" - } - } - }, - "typo": { - "heading": { - "xlg": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.bold}", - "lineHeight": "{core.font.lineHeight.600}px", - "fontSize": "{core.font.size.600}px" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.bold}", - "lineHeight": "{core.font.lineHeight.500}px", - "fontSize": "{core.font.size.500}px" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.bold}", - "lineHeight": "{core.font.lineHeight.400}px", - "fontSize": "{core.font.size.400}px" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.bold}", - "lineHeight": "{core.font.lineHeight.300}px", - "fontSize": "{core.font.size.300}px" - }, - "type": "typography" - }, - "xsm": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.bold}", - "lineHeight": "{core.font.lineHeight.200}px", - "fontSize": "{core.font.size.200}px" - }, - "type": "typography" - } - }, - "body": { - "lg": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.300}px", - "fontSize": "{core.font.size.200}px" - }, - "type": "typography" - }, - "lg--bold": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.medium}", - "lineHeight": "{core.font.lineHeight.300}px", - "fontSize": "{core.font.size.200}px" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.300}px", - "fontSize": "{core.font.size.100}px" - }, - "type": "typography" - }, - "md--bold": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.medium}", - "lineHeight": "{core.font.lineHeight.300}px", - "fontSize": "{core.font.size.100}px" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.200}px", - "fontSize": "{core.font.size.75}px" - }, - "type": "typography" - }, - "sm--bold": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.medium}", - "lineHeight": "{core.font.lineHeight.200}px", - "fontSize": "{core.font.size.75}px" - }, - "type": "typography" - } - }, - "caption": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.100}", - "fontSize": "{core.font.size.50}" - }, - "type": "typography" - } - }, - "typoMobile": { - "heading": { - "xlg": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.bold}", - "lineHeight": "{core.font.lineHeight.500}px", - "fontSize": "{core.font.size.500}px" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.bold}", - "lineHeight": "{core.font.lineHeight.400}px", - "fontSize": "{core.font.size.400}px" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.bold}", - "lineHeight": "{core.font.lineHeight.300}px", - "fontSize": "{core.font.size.300}px" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.bold}", - "lineHeight": "{core.font.lineHeight.200}px", - "fontSize": "{core.font.size.200}px" - }, - "type": "typography" - }, - "xsm": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.bold}", - "lineHeight": "{core.font.lineHeight.100}px", - "fontSize": "{core.font.size.100}px" - }, - "type": "typography" - } - }, - "body": { - "lg": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.300}px", - "fontSize": "{core.font.size.100}px" - }, - "type": "typography" - }, - "lg--bold": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.medium}", - "lineHeight": "{core.font.lineHeight.300}px", - "fontSize": "{core.font.size.100}px" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.200}px", - "fontSize": "{core.font.size.75}px" - }, - "type": "typography" - }, - "md--bold": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.medium}", - "lineHeight": "{core.font.lineHeight.200}px", - "fontSize": "{core.font.size.75}px" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.100}px", - "fontSize": "{core.font.size.50}px" - }, - "type": "typography" - }, - "sm--bold": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.medium}", - "lineHeight": "{core.font.lineHeight.100}px", - "fontSize": "{core.font.size.50}px" - }, - "type": "typography" - } - }, - "caption": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.100}", - "fontSize": "{core.font.size.50}" - }, - "type": "typography" - } - } - }, - "background": { - "color": { - "surface": { - "default": { - "value": "{core.color.white}", - "type": "color" - }, - "emphasis": { - "value": "{core.color.neutral.200}", - "type": "color" - }, - "muted": { - "value": "{core.color.neutral.100}", - "type": "color" - }, - "subtle": { - "value": "{core.color.neutral.50}", - "type": "color" - }, - "default--reverse": { - "value": "{core.color.neutral.700}", - "type": "color" - } - }, - "primary": { - "default": { - "value": "{core.color.primary.500}", - "type": "color" - }, - "emphasis": { - "value": "{core.color.primary.700}", - "type": "color" - }, - "muted": { - "value": "{core.color.primary.200}", - "type": "color" - }, - "subtle": { - "value": "{core.color.primary.100}", - "type": "color" - } - }, - "secondary": { - "default": { - "value": "{core.color.neutral.700}", - "type": "color" - }, - "emphasis": { - "value": "{core.color.neutral.800}", - "type": "color" - }, - "muted": { - "value": "{core.color.neutral.500}", - "type": "color" - }, - "subtle": { - "value": "{core.color.neutral.50}", - "type": "color" - } - }, - "accent": { - "default": { - "value": "{core.color.accent.500}", - "type": "color" - }, - "emphasis": { - "value": "{core.color.accent.900}", - "type": "color" - }, - "subtle": { - "value": "{core.color.accent.300}", - "type": "color" - } - }, - "negative": { - "default": { - "value": "{core.color.danger.500}", - "type": "color" - }, - "emphasis": { - "value": "{core.color.danger.600}", - "type": "color" - }, - "muted": { - "value": "{core.color.danger.200}", - "type": "color" - }, - "subtle": { - "value": "{core.color.danger.100}", - "type": "color" - } - }, - "positive": { - "default": { - "value": "{core.color.success.500}", - "type": "color" - }, - "emphasis": { - "value": "{core.color.success.700}", - "type": "color" - }, - "muted": { - "value": "{core.color.success.200}", - "type": "color" - }, - "subtle": { - "value": "{core.color.success.100}", - "type": "color" - } - }, - "transparent": { - "value": "transparent", - "type": "color" - }, - "disabled": { - "value": "{core.color.neutral.75}", - "type": "color" - }, - "overlay": { - "default": { - "value": "rgb({core.color.neutral.100},0.5)", - "type": "color" - } - }, - "attention": { - "default": { - "value": "{core.color.attention.500}", - "type": "color" - }, - "emphasis": { - "value": "{core.color.attention.700}", - "type": "color" - }, - "muted": { - "value": "{core.color.attention.200}", - "type": "color" - }, - "subtle": { - "value": "{core.color.attention.100}", - "type": "color" - } - } - } - }, - "border": { - "width": { - "sm": { - "value": "{core.dimension.static.10}px", - "type": "borderWidth" - }, - "md": { - "value": "{core.dimension.static.25}px", - "type": "borderWidth" - }, - "lg": { - "value": "{core.dimension.static.50}px", - "type": "borderWidth" - } - }, - "radius": { - "sm": { - "value": "2px", - "type": "borderRadius" - }, - "md": { - "value": "4px", - "type": "borderRadius" - }, - "lg": { - "value": "8px", - "type": "borderRadius" - }, - "rounded": { - "value": "99em", - "type": "borderRadius" - }, - "circle": { - "value": "{core.dimension.percentage.50}", - "type": "borderRadius" - } - }, - "color": { - "line": { - "default": { - "value": "{core.color.neutral.500}", - "type": "color" - }, - "emphasis": { - "value": "{core.color.neutral.700}", - "type": "color" - }, - "muted": { - "value": "{core.color.neutral.300}", - "type": "color" - }, - "subtle": { - "value": "{core.color.neutral.100}", - "type": "color" - }, - "default--reverse": { - "value": "{core.color.white}", - "type": "color" - } - }, - "primary": { - "default": { - "value": "{core.color.primary.500}", - "type": "color" - }, - "emphasis": { - "value": "{core.color.primary.700}", - "type": "color" - }, - "muted": { - "value": "{core.color.primary.200}", - "type": "color" - }, - "subtle": { - "value": "{core.color.primary.100}", - "type": "color" - } - }, - "secondary": { - "default": { - "value": "{core.color.neutral.700}", - "type": "color" - }, - "emphasis": { - "value": "{core.color.neutral.800}", - "type": "color" - }, - "muted": { - "value": "{core.color.neutral.500}", - "type": "color" - }, - "subtle": { - "value": "{core.color.neutral.50}", - "type": "color" - } - }, - "negative": { - "default": { - "value": "{core.color.danger.500}", - "type": "color" - }, - "emphasis": { - "value": "{core.color.danger.600}", - "type": "color" - }, - "muted": { - "value": "{core.color.danger.200}", - "type": "color" - }, - "subtle": { - "value": "{core.color.danger.100}", - "type": "color" - } - }, - "positive": { - "default": { - "value": "{core.color.success.500}", - "type": "color" - }, - "emphasis": { - "value": "{core.color.success.700}", - "type": "color" - }, - "muted": { - "value": "{core.color.success.200}", - "type": "color" - }, - "subtle": { - "value": "{core.color.success.100}", - "type": "color" - } - }, - "transparent": { - "value": "transparent", - "type": "color" - }, - "disabled": { - "default": { - "value": "{core.color.neutral.300}", - "type": "color" - }, - "muted": { - "value": "{core.color.neutral.75}", - "type": "color" - } - }, - "overlay": { - "default": { - "value": "rgb({core.color.neutral.100},0.5)", - "type": "color" - } - }, - "attention": { - "default": { - "value": "{core.color.attention.500}", - "type": "color" - }, - "emphasis": { - "value": "{core.color.attention.700}", - "type": "color" - }, - "muted": { - "value": "{core.color.attention.200}", - "type": "color" - }, - "subtle": { - "value": "{core.color.attention.100}", - "type": "color" - } - } - } - }, - "spacing": { - "padding": { - "3xsm": { - "value": "{core.dimension.static.25}px", - "type": "spacing" - }, - "2xsm": { - "value": "{core.dimension.static.50}px", - "type": "spacing" - }, - "1xsm": { - "value": "{core.dimension.static.75}px", - "type": "spacing" - }, - "xsm": { - "value": "{core.dimension.static.100}px", - "type": "spacing" - }, - "sm": { - "value": "{core.dimension.static.150}px", - "type": "spacing" - }, - "md": { - "value": "{core.dimension.static.200}px", - "type": "spacing" - }, - "lg": { - "value": "{core.dimension.static.300}px", - "type": "spacing" - }, - "xlg": { - "value": "{core.dimension.static.400}px", - "type": "spacing" - }, - "2xlg": { - "value": "{core.dimension.static.500}px", - "type": "spacing" - }, - "3xlg": { - "value": "{core.dimension.static.600}px", - "type": "spacing" - } - }, - "gap": { - "none": { - "value": "{core.dimension.static.0}px", - "type": "spacing" - }, - "sm": { - "value": "{core.dimension.static.50}px", - "type": "spacing" - }, - "md": { - "value": "{core.dimension.static.100}px", - "type": "spacing" - }, - "lg": { - "value": "{core.dimension.static.200}px", - "type": "spacing" - }, - "xlg": { - "value": "{core.dimension.static.400}px", - "type": "spacing" - } - } - }, - "icon": { - "size": { - "xsm": { - "value": "{core.dimension.100}px", - "type": "sizing" - }, - "sm": { - "value": "{core.dimension.150}px", - "type": "sizing" - }, - "md": { - "value": "{core.dimension.200}px", - "type": "sizing" - }, - "lg": { - "value": "{core.dimension.250}px", - "type": "sizing" - }, - "xlg": { - "value": "{core.dimension.300}px", - "type": "sizing" - }, - "2xlg": { - "value": "{core.dimension.400}px", - "type": "sizing" - } - } - }, - "control": { - "size": { - "50": { - "value": "{core.dimension.static.100} px", - "type": "sizing" - }, - "100": { - "value": "{core.dimension.static.200}px", - "type": "sizing" - }, - "200": { - "value": "{core.dimension.static.250}px", - "type": "sizing" - }, - "300": { - "value": "{core.dimension.static.300}px", - "type": "sizing" - }, - "400": { - "value": "{core.dimension.static.350}px", - "type": "sizing" - }, - "500": { - "value": "{core.dimension.static.400}px", - "type": "sizing" - }, - "600": { - "value": "{core.dimension.static.450}px", - "type": "sizing" - }, - "700": { - "value": "{core.dimension.static.500}px", - "type": "sizing" - }, - "800": { - "value": "{core.dimension.static.550}px", - "type": "sizing" - }, - "900": { - "value": "{core.dimension.static.600}px", - "type": "sizing" - }, - "1000": { - "value": "{core.dimension.static.700}px", - "type": "sizing" - } - } - } - } - }, - "component": { - "button": { - "content": { - "color": { - "primary": { - "default": { - "value": "{global.content.color.primary.default}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.primary.emphasis}", - "type": "color" - }, - "down": { - "value": "{global.content.color.primary.default}", - "type": "color" - }, - "default--reverse": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" - } - }, - "secondary": { - "default": { - "value": "{global.content.color.secondary.default}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.secondary.emphasis}", - "type": "color" - }, - "down": { - "value": "{global.content.color.secondary.default}", - "type": "color" - }, - "default--reverse": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" - } - }, - "terciary": { - "default": { - "value": "{global.content.color.primary.subtle}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.primary.muted}", - "type": "color" - }, - "down": { - "value": "{global.content.color.primary.muted}", - "type": "color" - }, - "default--reverse": { - "value": "{global.content.color.primary.emphasis}", - "type": "color" - } - }, - "phatic": { - "default": { - "value": "{global.content.color.negative.default}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" - }, - "down": { - "value": "{global.content.color.negative.default}", - "type": "color" - } - } - }, - "typo": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.200}px", - "fontSize": "{core.font.size.75}px" - }, - "type": "typography" - } - }, - "background": { - "color": { - "primary": { - "default": { - "value": "{global.background.color.primary.default}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.primary.emphasis}", - "type": "color" - }, - "down": { - "value": "{global.background.color.primary.default}", - "type": "color" - } - }, - "secondary": { - "default": { - "value": "{global.background.color.secondary.default}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.secondary.emphasis}", - "type": "color" - }, - "down": { - "value": "{global.background.color.secondary.default}", - "type": "color" - } - }, - "terciary": { - "default": { - "value": "{global.background.color.surface.subtle}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.surface.muted}", - "type": "color" - }, - "down": { - "value": "{global.background.color.surface.subtle}", - "type": "color" - } - }, - "phatic": { - "default": { - "value": "{global.background.color.negative.subtle}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.negative.default}", - "type": "color" - }, - "down": { - "value": "{global.background.color.negative.subtle}", - "type": "color" - } - } - } - }, - "border": { - "color": { - "primary": { - "default": { - "value": "{global.border.color.primary.default}", - "type": "color" - }, - "hover": { - "value": "{global.border.color.primary.emphasis}", - "type": "color" - }, - "down": { - "value": "{global.border.color.primary.emphasis}", - "type": "color" - } - }, - "secondary": { - "default": { - "value": "{global.border.color.secondary.default}", - "type": "color" - }, - "hover": { - "value": "{global.border.color.secondary.emphasis}", - "type": "color" - }, - "down": { - "value": "{global.border.color.secondary.emphasis}", - "type": "color" - } - }, - "terciary": { - "default": { - "value": "{global.border.color.line.subtle}", - "type": "color" - }, - "hover": { - "value": "{global.border.color.line.muted}", - "type": "color" - }, - "down": { - "value": "{global.border.color.line.muted}", - "type": "color" - } - }, - "phatic": { - "default": { - "value": "{global.border.color.negative.subtle}", - "type": "color" - }, - "hover": { - "value": "{global.border.color.negative.default}", - "type": "color" - }, - "down": { - "value": "{global.border.color.negative.default}", - "type": "color" - }, - "default--reverse": { - "value": "{global.border.color.negative.default}", - "type": "color" - } - } - }, - "width": { - "value": "{global.border.width.md}", - "type": "borderWidth" - }, - "radius": { - "md": { - "value": "{global.border.radius.md}", - "type": "borderRadius" - }, - "rounded": { - "value": "{global.border.radius.rounded}", - "type": "borderRadius" - } - } - }, - "spacing": { - "padding": { - "vertical": { - "md": { - "value": "{global.spacing.padding.xsm}", - "type": "spacing" - }, - "sm": { - "value": "{global.spacing.padding.2xsm}", - "type": "spacing" - } - }, - "horizontal": { - "md": { - "value": "{global.spacing.padding.lg}", - "type": "spacing" - }, - "sm": { - "value": "{global.spacing.padding.md}", - "type": "spacing" - } - } - }, - "gap": { - "value": "{global.spacing.gap.md}", - "type": "spacing" - } - } - }, - "buttonText": { - "content": { - "color": { - "primary": { - "default": { - "value": "{global.content.color.primary.default}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.primary.emphasis}", - "type": "color" - }, - "down": { - "value": "{global.content.color.primary.default}", - "type": "color" - } - }, - "secondary": { - "default": { - "value": "{global.content.color.secondary.default}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.secondary.emphasis}", - "type": "color" - }, - "down": { - "value": "{global.content.color.secondary.default}", - "type": "color" - } - }, - "terciary": { - "default": { - "value": "{global.content.color.primary.subtle}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.primary.emphasis}", - "type": "color" - }, - "down": { - "value": "{global.content.color.primary.subtle}", - "type": "color" - } - }, - "phatic": { - "default": { - "value": "{global.content.color.negative.default}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.negative.emphasis}", - "type": "color" - }, - "down": { - "value": "{global.content.color.negative.default}", - "type": "color" - } - } - }, - "typo": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.200}px", - "fontSize": "{core.font.size.75}px" - }, - "type": "typography" - } - }, - "background": { - "color": { - "primary": { - "default": { - "value": "{global.background.color.transparent}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.primary.subtle}", - "type": "color" - }, - "down": { - "value": "{global.background.color.transparent}", - "type": "color" - } - }, - "secondary": { - "default": { - "value": "{global.background.color.transparent}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.secondary.subtle}", - "type": "color" - }, - "down": { - "value": "{global.background.color.transparent}", - "type": "color" - } - }, - "terciary": { - "default": { - "value": "{global.background.color.transparent}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.primary.subtle}", - "type": "color" - }, - "down": { - "value": "{global.background.color.transparent}", - "type": "color" - } - }, - "phatic": { - "default": { - "value": "{global.background.color.transparent}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.negative.muted}", - "type": "color" - }, - "down": { - "value": "{global.background.color.transparent}", - "type": "color" - } - } - } - }, - "border": { - "color": { - "primary": { - "default": { - "value": "{global.border.color.transparent}", - "type": "color" - }, - "hover": { - "value": "{global.border.color.primary.subtle}", - "type": "color" - }, - "down": { - "value": "{global.border.color.primary.subtle}", - "type": "color" - } - }, - "secondary": { - "default": { - "value": "{global.border.color.transparent}", - "type": "color" - }, - "hover": { - "value": "{global.border.color.secondary.subtle}", - "type": "color" - }, - "down": { - "value": "{global.border.color.secondary.subtle}", - "type": "color" - } - }, - "terciary": { - "default": { - "value": "{global.border.color.transparent}", - "type": "color" - }, - "hover": { - "value": "{global.border.color.primary.subtle}", - "type": "color" - }, - "down": { - "value": "{global.border.color.primary.subtle}", - "type": "color" - } - }, - "phatic": { - "default": { - "value": "{global.border.color.transparent}", - "type": "color" - }, - "hover": { - "value": "{global.border.color.negative.muted}", - "type": "color" - }, - "down": { - "value": "{global.border.color.negative.subtle}", - "type": "color" - } - } - }, - "radius": { - "md": { - "value": "{global.border.radius.md}", - "type": "borderRadius" - } - }, - "width": { - "value": "{global.border.width.md}", - "type": "borderWidth" - } - }, - "spacing": { - "padding": { - "vertical": { - "md": { - "value": "{global.spacing.padding.xsm}", - "type": "spacing" - }, - "sm": { - "value": "{global.spacing.padding.2xsm}", - "type": "spacing" - } - }, - "horizontal": { - "md": { - "value": "{global.spacing.padding.lg}", - "type": "spacing" - }, - "sm": { - "value": "{global.spacing.padding.md}", - "type": "spacing" - } - } - }, - "gap": { - "value": "{global.spacing.gap.md}", - "type": "spacing" - } - } - }, - "buttonIcon": { - "content": { - "color": { - "primary": { - "default": { - "value": "{global.content.color.primary.default}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.primary.emphasis}", - "type": "color" - }, - "down": { - "value": "{global.content.color.primary.default}", - "type": "color" - }, - "default--reverse": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" - } - }, - "secondary": { - "default": { - "value": "{global.content.color.secondary.default}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.secondary.emphasis}", - "type": "color" - }, - "down": { - "value": "{global.content.color.secondary.default}", - "type": "color" - }, - "default--reverse": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" - } - }, - "terciary": { - "default": { - "value": "{global.content.color.primary.subtle}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.primary.emphasis}", - "type": "color" - }, - "down": { - "value": "{global.content.color.primary.subtle}", - "type": "color" - }, - "default--reverse": { - "value": "{global.content.color.text.muted}", - "type": "color" - } - }, - "phatic": { - "default": { - "value": "{global.content.color.negative.default}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" - }, - "down": { - "value": "{global.content.color.negative.default}", - "type": "color" - }, - "hover--reverse": { - "value": "{global.content.color.negative.emphasis}", - "type": "color" - } - } - } - }, - "background": { - "color": { - "primary": { - "default": { - "value": "{global.background.color.primary.default}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.primary.emphasis}", - "type": "color" - }, - "down": { - "value": "{global.background.color.primary.default}", - "type": "color" - }, - "default--reverse": { - "value": "{global.background.color.transparent}", - "type": "color" - }, - "hover--reverse": { - "value": "{global.background.color.primary.subtle}", - "type": "color" - }, - "down--reverse": { - "value": "{global.background.color.transparent}", - "type": "color" - } - }, - "secondary": { - "default": { - "value": "{global.background.color.secondary.default}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.secondary.emphasis}", - "type": "color" - }, - "down": { - "value": "{global.background.color.secondary.default}", - "type": "color" - }, - "default--reverse": { - "value": "{global.background.color.transparent}", - "type": "color" - }, - "hover--reverse": { - "value": "{global.background.color.secondary.subtle}", - "type": "color" - }, - "down--reverse": { - "value": "{global.background.color.transparent}", - "type": "color" - } - }, - "terciary": { - "default": { - "value": "{global.background.color.surface.subtle}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.surface.muted}", - "type": "color" - }, - "down": { - "value": "{global.background.color.surface.subtle}", - "type": "color" - }, - "default-reverse": { - "value": "{global.background.color.transparent}", - "type": "color" - }, - "hover-reverse": { - "value": "{global.background.color.primary.subtle}", - "type": "color" - }, - "down-reverse": { - "value": "{global.background.color.transparent}", - "type": "color" - } - }, - "phatic": { - "default": { - "value": "{global.background.color.negative.subtle}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.negative.default}", - "type": "color" - }, - "down": { - "value": "{global.background.color.negative.subtle}", - "type": "color" - }, - "default--reverse": { - "value": "{global.background.color.transparent}", - "type": "color" - }, - "hover--reverse": { - "value": "{global.background.color.negative.muted}", - "type": "color" - }, - "down--reverse": { - "value": "{global.background.color.transparent}", - "type": "color" - } - } - } - }, - "border": { - "radius": { - "md": { - "value": "{global.border.radius.md}", - "type": "borderRadius" - }, - "rounded": { - "value": "{global.border.radius.rounded}", - "type": "borderRadius" - } - }, - "width": { - "value": "{global.border.width.md}", - "type": "borderWidth" - }, - "color": { - "primary": { - "default": { - "value": "{global.border.color.primary.default}", - "type": "color" - }, - "hover": { - "value": "{global.border.color.primary.emphasis}", - "type": "color" - }, - "down": { - "value": "{global.border.color.primary.emphasis}", - "type": "color" - }, - "default--reverse": { - "value": "{global.border.color.transparent}", - "type": "color" - }, - "hover--reverse": { - "value": "{global.border.color.primary.subtle}", - "type": "color" - }, - "down--reverse": { - "value": "{global.border.color.primary.subtle}", - "type": "color" - } - }, - "secondary": { - "default": { - "value": "{global.border.color.secondary.default}", - "type": "color" - }, - "hover": { - "value": "{global.border.color.secondary.emphasis}", - "type": "color" - }, - "down": { - "value": "{global.border.color.secondary.emphasis}", - "type": "color" - }, - "default-reverse": { - "value": "{global.border.color.transparent}", - "type": "color" - }, - "hover-reverse": { - "value": "{global.border.color.secondary.subtle}", - "type": "color" - }, - "down-reverse": { - "value": "{global.border.color.secondary.subtle}", - "type": "color" - } - }, - "terciary": { - "default": { - "value": "{global.border.color.line.subtle}", - "type": "color" - }, - "hover": { - "value": "{global.border.color.line.muted}", - "type": "color" - }, - "down": { - "value": "{global.border.color.line.muted}", - "type": "color" - }, - "default-reverse": { - "value": "{global.border.color.transparent}", - "type": "color" - }, - "hover--reverse": { - "value": "{global.border.color.primary.subtle}", - "type": "color" - }, - "down--reverse": { - "value": "{global.border.color.primary.subtle}", - "type": "color" - } - }, - "phatic": { - "default": { - "value": "{global.border.color.negative.subtle}", - "type": "color" - }, - "hover": { - "value": "{global.border.color.negative.default}", - "type": "color" - }, - "down": { - "value": "{global.border.color.negative.default}", - "type": "color" - }, - "default--reverse": { - "value": "{global.border.color.transparent}", - "type": "color" - }, - "hover--reverse": { - "value": "{global.border.color.negative.muted}", - "type": "color" - }, - "down--reverse": { - "value": "{global.border.color.negative.subtle}", - "type": "color" - } - } - } - }, - "spacing": { - "padding": { - "md": { - "value": "{global.spacing.padding.xsm}", - "type": "spacing" - }, - "sm": { - "value": "{global.spacing.padding.2xsm}", - "type": "spacing" - } - } - } - }, - "buttonAction": { - "content": { - "color": { - "primary": { - "default": { - "value": "{global.content.color.secondary.muted}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.primary.default}", - "type": "color" - }, - "down": { - "value": "{global.content.color.primary.default}", - "type": "color" - }, - "default--reverse": { - "value": "{global.content.color.text.subtle}", - "type": "color" - }, - "hover--reverse": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" - }, - "down--reverse": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" - } - }, - "phatic": { - "default": { - "value": "{global.content.color.secondary.muted}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.negative.default}", - "type": "color" - }, - "down": { - "value": "{global.content.color.negative.default}", - "type": "color" - } - } - }, - "typo": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.medium}", - "lineHeight": "{core.font.lineHeight.100}px", - "fontSize": "{core.font.size.50}px" - }, - "type": "typography" - } - }, - "background": { - "color": { - "primary": { - "default": { - "value": "{global.background.color.transparent}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.primary.subtle}", - "type": "color" - }, - "down": { - "value": "{global.background.color.primary.subtle}", - "type": "color" - }, - "hover--reverse": { - "value": "{global.background.color.secondary.default}", - "type": "color" - }, - "down--reverse": { - "value": "{global.background.color.secondary.muted}", - "type": "color" - } - }, - "phatic": { - "default": { - "value": "{global.background.color.transparent}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.negative.subtle}", - "type": "color" - }, - "down": { - "value": "{global.content.color.negative.subtle}", - "type": "color" - } - } - } - }, - "border": { - "color": { - "primary": { - "default": { - "value": "{global.border.color.transparent}", - "type": "color" - }, - "hover": { - "value": "{global.border.color.primary.subtle}", - "type": "color" - }, - "down": { - "value": "{global.border.color.line.muted}", - "type": "color" - }, - "hover--reverse": { - "value": "{global.border.color.secondary.default}", - "type": "color" - }, - "down--reverse": { - "value": "{global.border.color.secondary.muted}", - "type": "color" - } - }, - "phatic": { - "default": { - "value": "{global.border.color.transparent}", - "type": "color" - }, - "hover": { - "value": "{global.border.color.negative.subtle}", - "type": "color" - }, - "down": { - "value": "{global.border.color.line.muted}", - "type": "color" - } - } - }, - "width": { - "value": "{global.border.width.md}", - "type": "borderWidth" - }, - "radius": { - "md": { - "value": "{global.border.radius.md}", - "type": "borderRadius" - }, - "rounded": { - "value": "{global.border.radius.rounded}", - "type": "borderRadius" - } - } - }, - "spacing": { - "padding": { - "sm": { - "value": "{global.spacing.padding.3xsm}", - "type": "spacing" - }, - "md": { - "value": "{global.spacing.padding.2xsm}", - "type": "spacing" - } - }, - "gap": { - "value": "{global.spacing.gap.sm}", - "type": "spacing" - } - } - }, - "input": { - "content": { - "color": { - "default": { - "value": "{global.content.color.text.emphasis}", - "type": "color" - }, - "selected": { - "value": "{global.content.color.primary.default}", - "type": "color" - }, - "placeholder": { - "value": "{global.content.color.text.muted}", - "type": "color" - }, - "icon": { - "value": "{global.content.color.icon.default}", - "type": "color" - } - }, - "typo": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.300}px", - "fontSize": "{core.font.size.75}px" - }, - "type": "typography" - } - }, - "background": { - "color": { - "default": { - "value": "{global.background.color.surface.default}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.surface.subtle}", - "type": "color" - } - } - }, - "border": { - "color": { - "default": { - "value": "{global.border.color.line.muted}", - "type": "color" - }, - "subtle": { - "value": "{global.border.color.line.subtle}", - "type": "color" - } - }, - "radius": { - "sm": { - "value": "{global.border.radius.sm}", - "type": "borderRadius" - }, - "md": { - "value": "{global.border.radius.md}", - "type": "borderRadius" - } - }, - "width": { - "value": "{global.border.width.sm}", - "type": "borderWidth" - } - }, - "spacing": { - "padding": { - "vertical": { - "md": { - "value": "7px", - "type": "spacing" - }, - "sm": { - "value": "3px", - "type": "spacing" - } - }, - "horizontal": { - "sm": { - "value": "{global.spacing.padding.2xsm}", - "type": "spacing" - }, - "md": { - "value": "{global.spacing.padding.xsm}", - "type": "spacing" - } - }, - "all": { - "value": "{global.spacing.padding.sm}", - "type": "spacing" - } - }, - "gap": { - "none": { - "value": "{core.dimension.static.0}px", - "type": "spacing" - }, - "sm": { - "value": "{core.dimension.static.50}px", - "type": "spacing" - }, - "md": { - "value": "{core.dimension.static.100}px", - "type": "spacing" - }, - "lg": { - "value": "{core.dimension.static.200}px", - "type": "spacing" - } - } - } - }, - "label": { - "spacing": { - "gap": { - "none": { - "value": "{global.spacing.gap.none}", - "type": "spacing" - }, - "sm": { - "value": "{global.spacing.gap.sm}", - "type": "spacing" - }, - "md": { - "value": "{global.spacing.gap.md}", - "type": "spacing" - }, - "lg": { - "value": "{global.spacing.gap.lg}", - "type": "spacing" - } - } - }, - "content": { - "color": { - "default": { - "value": "{global.content.color.text.default}", - "type": "color" - }, - "subtle": { - "value": "{global.content.color.text.muted}", - "type": "color" - } - }, - "typo": { - "01": { - "value": "{global.content.typo.body.sm--bold}", - "type": "typography" - }, - "02": { - "value": "{global.content.typo.body.sm}", - "type": "typography" - }, - "03": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.light}", - "lineHeight": "{core.font.lineHeight.200}px", - "fontSize": "{core.font.size.75}px" - }, - "type": "typography" - } - } - } - }, - "helpText": { - "content": { - "color": { - "default": { - "value": "{global.content.color.text.muted}", - "type": "color" - }, - "emphasis": { - "value": "{global.content.color.text.default}", - "type": "color" - }, - "phatic": { - "value": "{global.content.color.negative.default}", - "type": "color" - } - }, - "typo": { - "value": "{global.content.typo.caption}", - "type": "typography" - } - } - }, - "radio": { - "size": { - "sm": { - "value": "10px", - "type": "sizing" - }, - "md": { - "value": "{global.control.size.200}", - "type": "sizing" - } - }, - "content": { - "color": { - "default": { - "value": "{global.content.color.transparent}", - "type": "color" - }, - "icon": { - "value": "{global.content.color.text.subtle}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.text.muted}", - "type": "color" - }, - "selected": { - "value": "{global.content.color.primary.default}", - "type": "color" - } - } - }, - "background": { - "color": { - "default": { - "value": "{global.background.color.surface.default}", - "type": "color" - }, - "selected": { - "value": "{global.background.color.primary.subtle}", - "type": "color" - }, - "default--reverse": { - "value": "{global.background.color.primary.subtle}", - "type": "color" - }, - "selected--reverse": { - "value": "{global.background.color.surface.default}", - "type": "color" - } - } - }, - "border": { - "radius": { - "value": "{global.border.radius.rounded}", - "type": "borderRadius" - }, - "width": { - "value": "{global.border.width.sm}", - "type": "borderWidth" - }, - "color": { - "default": { - "value": "{global.border.color.line.muted}", - "type": "color" - }, - "hover": { - "value": "{global.border.color.primary.muted}", - "type": "color" - }, - "selected": { - "value": "{global.border.color.primary.default}", - "type": "color" - } - } - }, - "spacing": { - "gap": { - "value": "{global.spacing.gap.md}", - "type": "spacing" - }, - "paddings": { - "md": { - "value": "{global.spacing.padding.md}", - "type": "spacing" - }, - "lg": { - "value": "{global.spacing.padding.lg}", - "type": "spacing" - } - } - } - }, - "checkbox": { - "size": { - "md": { - "value": "{global.control.size.200}", - "type": "sizing" - } - }, - "content": { - "color": { - "default": { - "value": "{global.content.color.transparent}", - "type": "color" - }, - "selected": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" - } - } - }, - "background": { - "color": { - "default": { - "value": "{global.background.color.surface.default}", - "type": "color" - }, - "contrast": { - "value": "{global.background.color.primary.subtle}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.primary.emphasis}", - "type": "color" - }, - "selected": { - "value": "{global.background.color.primary.default}", - "type": "color" - } - } - }, - "border": { - "color": { - "default": { - "value": "{global.border.color.line.muted}", - "type": "color" - }, - "hover": { - "value": "{global.border.color.primary.emphasis}", - "type": "color" - }, - "selected": { - "value": "{global.border.color.primary.default}", - "type": "color" - } - }, - "radius": { - "value": "{global.border.radius.sm}", - "type": "borderRadius" - }, - "width": { - "value": "{global.border.width.sm}", - "type": "borderWidth" - } - }, - "spacing": { - "gap": { - "value": "{global.spacing.gap.md}", - "type": "spacing" - }, - "paddings": { - "md": { - "value": "{global.spacing.padding.md}", - "type": "spacing" - }, - "lg": { - "value": "{global.spacing.padding.lg}", - "type": "spacing" - } - } - } - }, - "toggle": { - "size": { - "inner": { - "value": "{global.control.size.100}", - "type": "sizing" - }, - "width": { - "value": "{global.control.size.500}", - "type": "sizing" - } - }, - "spacing": { - "padding": { - "value": "{global.spacing.padding.3xsm}", - "type": "spacing" - }, - "gap": { - "value": "{global.spacing.gap.md}", - "type": "spacing" - } - }, - "content": { - "color": { - "default": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" - }, - "selected": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.primary.muted}", - "type": "color" - } - } - }, - "background": { - "color": { - "unselected": { - "default": { - "value": "{global.background.color.surface.emphasis}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.primary.muted}", - "type": "color" - } - }, - "selected": { - "default": { - "value": "{global.background.color.primary.default}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.primary.emphasis}", - "type": "color" - } - } - } - }, - "border": { - "radius": { - "value": "{global.border.radius.rounded}", - "type": "borderRadius" - } - } - }, - "badge": { - "content": { - "typo": { - "sm": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.100}px", - "fontSize": "{core.font.size.50}px" - }, - "type": "typography" - }, - "sm--bold": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.bold}", - "lineHeight": "{core.font.lineHeight.100}px", - "fontSize": "{core.font.size.50}px" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.300}px", - "fontSize": "{core.font.size.75}px" - }, - "type": "typography" - }, - "md--bold": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.bold}", - "lineHeight": "{core.font.lineHeight.300}px", - "fontSize": "{core.font.size.75}px" - }, - "type": "typography" - } - }, - "color": { - "default--reverse": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" - }, - "default": { - "value": "{global.content.color.text.default}", - "type": "color" - } - } - }, - "background": { - "color": { - "neutral": { - "default": { - "value": "{global.background.color.surface.muted}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.surface.emphasis}", - "type": "color" - }, - "default--reverse": { - "value": "{global.background.color.surface.default}", - "type": "color" - } - }, - "primary": { - "default": { - "value": "{global.background.color.primary.default}", - "type": "color" - } - }, - "phatic": { - "default": { - "value": "{global.background.color.negative.default}", - "type": "color" - }, - "default--warning": { - "value": "{global.background.color.attention.default}", - "type": "color" - } - }, - "secondary": { - "default": { - "value": "{global.background.color.secondary.default}", - "type": "color" - } - } - } - }, - "border": { - "radius": { - "value": "{global.border.radius.rounded}", - "type": "borderRadius" - }, - "color": { - "default--reverse": { - "value": "{global.border.color.line.default--reverse}", - "type": "color" - }, - "default": { - "value": "{global.border.color.line.subtle}", - "type": "color" - }, - "hover": { - "value": "{global.border.color.line.default}", - "type": "color" - } - }, - "width": { - "value": "{global.border.width.sm}", - "type": "borderWidth" - } - }, - "size": { - "sm": { - "value": "{core.dimension.100}px", - "type": "sizing" - }, - "md": { - "value": "{core.dimension.150}px", - "type": "sizing" - }, - "lg": { - "value": "{core.dimension.200}px", - "type": "sizing" - }, - "xlg": { - "value": "{core.dimension.400}px", - "type": "sizing" - }, - "2xlg": { - "value": "{core.dimension.600}px", - "type": "sizing" - } - }, - "spacing": { - "padding": { - "sm": { - "value": "{global.spacing.padding.2xsm}", - "type": "spacing" - }, - "md": { - "value": "{global.spacing.padding.xsm}", - "type": "spacing" - }, - "lg": { - "value": "{global.spacing.padding.sm}", - "type": "spacing" - } - } - } - }, - "avatar": { - "size": { - "xsm": { - "value": "{global.control.size.100}", - "type": "sizing" - }, - "sm": { - "value": "{global.control.size.300}", - "type": "sizing" - }, - "md": { - "value": "{global.control.size.500}", - "type": "sizing" - }, - "xmd": { - "value": "{global.control.size.900}", - "type": "sizing" - }, - "lg": { - "value": "{global.control.size.1000}", - "type": "sizing" - }, - "xlg": { - "value": "120px", - "type": "sizing" - } - }, - "content": { - "typo": { - "sm": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.bold}", - "fontSize": "{core.font.size.50}", - "textCase": "uppercase", - "lineHeight": "{core.font.lineHeight.100}" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.bold}", - "fontSize": "{core.font.size.100}", - "textCase": "uppercase" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.bold}", - "fontSize": "{core.font.size.400}", - "textCase": "uppercase" - }, - "type": "typography" - }, - "xlg": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.bold}", - "fontSize": "56px", - "textCase": "uppercase" - }, - "type": "typography" - } - }, - "color": { - "default": { - "value": "{global.border.color.line.default--reverse}", - "type": "color" - } - } - }, - "background": { - "color": { - "10": { - "value": "#EC62D8", - "type": "color" - }, - "01": { - "value": "#DC5571", - "type": "color" - }, - "02": { - "value": "#F26262", - "type": "color" - }, - "03": { - "value": "#E36B2B", - "type": "color" - }, - "04": { - "value": "#E8C642", - "type": "color" - }, - "05": { - "value": "#96D47F", - "type": "color" - }, - "06": { - "value": "#50B579", - "type": "color" - }, - "07": { - "value": "#4F96FF", - "type": "color" - }, - "08": { - "value": "#7449F4", - "type": "color" - }, - "09": { - "value": "#B462F2", - "type": "color" - } - } - }, - "border": { - "radius": { - "circle": { - "value": "{global.border.radius.circle}", - "type": "borderRadius" - }, - "md": { - "value": "{global.border.radius.md}", - "type": "borderRadius" - } - } - } - }, - "colorPicker": { - "background": { - "color": { - "default": { - "value": "{global.background.color.surface.default}", - "type": "color" - } - } - }, - "border": { - "radius": { - "md": { - "value": "{global.border.radius.md}", - "type": "borderRadius" - }, - "rounded": { - "value": "{global.border.radius.rounded}", - "type": "borderRadius" - } - }, - "color": { - "default": { - "value": "{global.background.color.surface.default}", - "type": "color" - } - }, - "width": { - "value": "{global.border.width.sm}", - "type": "borderWidth" - } - }, - "spacing": { - "gap": { - "value": "{global.spacing.padding.md}", - "type": "spacing" - }, - "padding": { - "value": "{global.spacing.padding.md}", - "type": "spacing" - } - }, - "size": { - "md": { - "value": "{global.control.size.100}", - "type": "sizing" - } - } - }, - "calendar": { - "content": { - "typo": { - "md": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.medium}", - "lineHeight": "{core.font.lineHeight.300}px", - "fontSize": "{core.font.size.75}px" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.100}px", - "fontSize": "{core.font.size.50}px" - }, - "type": "typography" - } - }, - "color": { - "calendarButton": { - "default": { - "value": "{global.content.color.secondary.default}", - "type": "color" - }, - "default--reverse": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" - } - }, - "weekName": { - "default": { - "value": "{global.content.color.text.subtle}", - "type": "color" - } - }, - "weekday": { - "default": { - "value": "{global.content.color.secondary.default}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.primary.default}", - "type": "color" - }, - "down": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" - }, - "default--weekend": { - "value": "{global.content.color.negative.default}", - "type": "color" - } - } - } - }, - "spacing": { - "padding": { - "vertical": { - "value": "{global.spacing.padding.xsm}", - "type": "spacing" - }, - "horizontal": { - "value": "{global.spacing.padding.xsm}", - "type": "spacing" - } - }, - "gap": { - "value": "{global.spacing.gap.lg}", - "type": "spacing" - } - }, - "border": { - "radius": { - "md": { - "value": "{global.border.radius.md}", - "type": "borderRadius" - }, - "rounded": { - "value": "{global.border.radius.rounded}", - "type": "borderRadius" - } - } - }, - "background": { - "color": { - "calendarButton": { - "default": { - "value": "{global.background.color.surface.default}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.surface.subtle}", - "type": "color" - }, - "down": { - "value": "{global.background.color.surface.muted}", - "type": "color" - }, - "default--reverse": { - "value": "{global.background.color.primary.default}", - "type": "color" - }, - "hover--reverse": { - "value": "{global.background.color.primary.emphasis}", - "type": "color" - }, - "down--reverse": { - "value": "{global.background.color.primary.default}", - "type": "color" - } - }, - "weekday": { - "default": { - "value": "{global.background.color.transparent}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.primary.subtle}", - "type": "color" - }, - "down": { - "value": "{global.background.color.primary.default}", - "type": "color" - }, - "default--alt": { - "value": "{global.background.color.primary.muted}", - "type": "color" - } - }, - "range": { - "default": { - "value": "{global.background.color.transparent}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.primary.subtle}", - "type": "color" - }, - "down": { - "value": "{global.background.color.primary.default}", - "type": "color" - } - } - } - }, - "size": { - "md": { - "value": "{global.control.size.600}", - "type": "sizing" - } - } - }, - "popover": { - "background": { - "color": { - "enabled": { - "value": "{global.background.color.surface.default}", - "type": "color" - } - } - }, - "spacing": { - "padding": { - "vertical": { - "xsm": { - "value": "{global.spacing.padding.2xsm}", - "type": "spacing" - }, - "sm": { - "value": "{global.spacing.padding.xsm}", - "type": "spacing" - }, - "md": { - "value": "{global.spacing.padding.md}", - "type": "spacing" - } - }, - "horizontal": { - "xsm": { - "value": "{global.spacing.padding.2xsm}", - "type": "spacing" - }, - "sm": { - "value": "{global.spacing.padding.xsm}", - "type": "spacing" - }, - "md": { - "value": "{global.spacing.padding.md}", - "type": "spacing" - } - } - }, - "gap": { - "value": "{input.spacing.gap.lg}", - "type": "spacing" - } - }, - "border": { - "color": { - "enabled": { - "value": "{global.border.color.secondary.subtle}", - "type": "color" - } - }, - "width": { - "value": "{global.border.width.sm}", - "type": "borderWidth" - }, - "radius": { - "value": "{global.border.radius.md}", - "type": "borderRadius" - } - } - }, - "drawer": { - "background": { - "color": { - "default": { - "value": "{global.background.color.surface.default}", - "type": "color" - } - } - }, - "spacing": { - "gap": { - "sm": { - "value": "{global.spacing.gap.lg}", - "type": "spacing" - }, - "md": { - "value": "{global.spacing.gap.xlg}", - "type": "spacing" - } - }, - "padding": { - "value": "{global.spacing.padding.md}", - "type": "spacing" - } - }, - "shadow": { - "left": { - "value": "{global.shadow.400}", - "type": "boxShadow" - }, - "top": { - "value": [ - { - "x": "0", - "y": "100", - "blur": "60", - "spread": "0", - "color": "rgba({core.color.neutral.200}, 0.08)", - "type": "dropShadow" - }, - { - "x": "0", - "y": "32", - "blur": "32", - "spread": "0", - "color": "rgba({core.color.black},0.05)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - } - }, - "content": { - "color": { - "default": { - "value": "{global.content.color.text.emphasis}", - "type": "color" - } - }, - "typo": { - "value": "{global.content.typo.heading.md}", - "type": "typography" - } - }, - "border": { - "color": { - "default": { - "value": "{global.border.color.line.muted}", - "type": "color" - } - }, - "width": { - "value": "{global.border.width.sm}", - "type": "borderWidth" - } - } - }, - "link": { - "content": { - "typo": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.300}px", - "fontSize": "{core.font.size.75}px" - }, - "type": "typography" - }, - "color": { - "default": { - "value": "{global.content.color.primary.default}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.primary.emphasis}", - "type": "color" - }, - "down": { - "value": "{global.content.color.primary.muted}", - "type": "color" - }, - "default--reverse": { - "value": "{global.content.color.primary.subtle}", - "type": "color" - } - } - }, - "spacing": { - "padding": { - "horizontal": { - "value": "{global.spacing.padding.3xsm}", - "type": "spacing" - } - }, - "gap": { - "value": "{global.spacing.gap.sm}", - "type": "spacing" - } - }, - "background": { - "color": { - "default": { - "value": "{global.background.color.transparent}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.primary.subtle}", - "type": "color" - }, - "down": { - "value": "{global.background.color.primary.subtle}", - "type": "color" - } - } - }, - "border": { - "radius": { - "value": "{global.border.radius.sm}", - "type": "borderRadius" - } - } - }, - "divider": { - "size": { - "sm": { - "value": "{core.dimension.static.10}px", - "type": "sizing" - } - }, - "background": { - "color": { - "default": { - "value": "{global.border.color.line.subtle}", - "type": "color" - } - } - } - }, - "tab": { - "content": { - "typo": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.200}px", - "fontSize": "{core.font.size.75}px" - }, - "type": "typography" - }, - "color": { - "default": { - "value": "{global.content.color.text.default}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.text.emphasis}", - "type": "color" - }, - "down": { - "value": "{global.content.color.primary.default}", - "type": "color" - } - } - }, - "border": { - "color": { - "default": { - "value": "{global.border.color.transparent}", - "type": "color" - }, - "hover": { - "value": "{global.border.color.primary.muted}", - "type": "color" - }, - "down": { - "value": "{global.border.color.primary.default}", - "type": "color" - } - }, - "width": { - "value": "{global.border.width.lg}", - "type": "borderWidth" - }, - "radius": { - "value": "{global.border.radius.sm}", - "type": "borderRadius" - } - }, - "background": { - "color": { - "default": { - "value": "{global.background.color.transparent}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.surface.subtle}", - "type": "color" - }, - "down": { - "value": "{global.background.color.transparent}", - "type": "color" - } - } - }, - "spacing": { - "padding": { - "value": "{global.spacing.padding.md}", - "type": "spacing" - }, - "gap": { - "value": "{global.spacing.gap.md}", - "type": "spacing" - } - } - }, - "segmentedControl": { - "content": { - "typo": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.200}px", - "fontSize": "{core.font.size.75}px" - }, - "type": "typography" - }, - "color": { - "default": { - "value": "{global.content.color.text.default}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.text.emphasis}", - "type": "color" - }, - "down": { - "value": "{global.content.color.primary.default}", - "type": "color" - } - } - }, - "spacing": { - "padding": { - "value": "{global.spacing.padding.md}", - "type": "spacing" - }, - "gap": { - "value": "{global.spacing.gap.md}", - "type": "spacing" - } - }, - "background": { - "color": { - "default": { - "value": "{global.background.color.surface.subtle}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.primary.subtle}", - "type": "color" - }, - "selected": { - "value": "{global.background.color.surface.default}", - "type": "color" - } - } - }, - "border": { - "radius": { - "value": "{global.border.radius.md}", - "type": "borderRadius" - }, - "color": { - "default": { - "value": "{global.background.color.surface.subtle}", - "type": "color" - }, - "hover": { - "value": "{global.border.color.line.muted}", - "type": "color" - }, - "selected": { - "value": "{global.border.color.primary.default}", - "type": "color" - } - }, - "width": { - "value": "{global.border.width.sm}", - "type": "borderWidth" - } - } - }, - "dropzone": { - "spacing": { - "padding": { - "value": "{global.spacing.padding.lg}", - "type": "spacing" - }, - "gap": { - "value": "{global.spacing.gap.md}", - "type": "spacing" - } - }, - "content": { - "color": { - "default": { - "value": "{global.content.color.text.default}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.primary.emphasis}", - "type": "color" - }, - "default--subtle": { - "value": "{global.content.color.text.muted}", - "type": "color" - }, - "default--icon": { - "value": "{global.content.color.primary.muted}", - "type": "color" - } - } - }, - "background": { - "color": { - "default": { - "value": "{global.background.color.surface.default}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.primary.subtle}", - "type": "color" - } - } - }, - "border": { - "color": { - "default": { - "value": "{global.border.color.primary.muted}", - "type": "color" - }, - "hover": { - "value": "{global.border.color.primary.emphasis}", - "type": "color" - } - }, - "radius": { - "value": "{global.border.radius.md}", - "type": "borderRadius" - }, - "width": { - "value": "{global.border.width.sm}", - "type": "borderWidth" - } - } - }, - "modal": { - "background": { - "color": { - "default": { - "value": "{global.background.color.surface.default}", - "type": "color" - } - } - }, - "spacing": { - "padding": { - "value": "{global.spacing.padding.md}", - "type": "spacing" - }, - "gap": { - "value": "{global.spacing.gap.lg}", - "type": "spacing" - } - }, - "border": { - "radius": { - "value": "{global.border.radius.md}", - "type": "borderRadius" - }, - "color": { - "default": { - "value": "{global.border.color.line.default--reverse}", - "type": "color" - } - }, - "width": { - "value": "{global.border.width.md}", - "type": "borderWidth" - } - } - }, - "dropdown": { - "content": { - "color": { - "default": { - "value": "{global.content.color.text.default}", - "type": "color" - }, - "default--alt": { - "value": "{global.content.color.text.muted}", - "type": "color" - } - }, - "typo": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.300}px", - "fontSize": "{core.font.size.75}px" - }, - "type": "typography" - } - }, - "spacing": { - "padding": { - "sm": { - "value": "{global.spacing.padding.2xsm}", - "type": "spacing" - }, - "md": { - "value": "{global.spacing.padding.xsm}", - "type": "spacing" - } - }, - "gap": { - "value": "{global.spacing.gap.md}", - "type": "spacing" - } - }, - "background": { - "color": { - "default": { - "value": "{global.background.color.surface.default}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.surface.subtle}", - "type": "color" - }, - "down": { - "value": "{global.background.color.surface.muted}", - "type": "color" - }, - "active": { - "value": "{global.background.color.surface.muted}", - "type": "color" - } - } - }, - "border": { - "radius": { - "value": "{global.border.radius.md}", - "type": "borderRadius" - }, - "width": { - "value": "{global.border.width.sm}", - "type": "borderWidth" - }, - "color": { - "default": { - "value": "{global.border.color.line.muted}", - "type": "color" - } - } - } - }, - "score": { - "content": { - "color": { - "default": { - "value": "{global.content.color.text.default}", - "type": "color" - }, - "muted": { - "value": "{global.content.color.text.muted}", - "type": "color" - }, - "default--reverse": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" - } - }, - "typo": { - "sm": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.100}px", - "fontSize": "{core.font.size.50}px", - "textCase": "none" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.bold}", - "lineHeight": "{core.font.lineHeight.200}px", - "fontSize": "{core.font.size.75}px", - "textCase": "none" - }, - "type": "typography" - }, - "lg--bold": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.bold}", - "lineHeight": "{core.font.lineHeight.300}px", - "fontSize": "{core.font.size.100}px", - "textCase": "none" - }, - "type": "typography" - }, - "lg": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.300}px", - "fontSize": "{core.font.size.100}px", - "textCase": "none", - "letterSpacing": "", - "paragraphSpacing": "{core.font.lineHeight.300}px" - }, - "type": "typography" - }, - "xlg": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.500}px", - "fontSize": "{core.font.size.400}px", - "textCase": "none" - }, - "type": "typography" - }, - "2xlg": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.bold}", - "lineHeight": "{core.font.lineHeight.600}px", - "fontSize": "{core.font.size.600}px", - "textCase": "none" - }, - "type": "typography" - } - } - }, - "background": { - "color": { - "neutral": { - "default": { - "value": "{global.background.color.surface.muted}", - "type": "color" - }, - "emphasis": { - "value": "{global.background.color.surface.emphasis}", - "type": "color" - }, - "subtle": { - "value": "{global.background.color.surface.subtle}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.primary.subtle}", - "type": "color" - }, - "active": { - "value": "{global.background.color.surface.default}", - "type": "color" - } - }, - "positive": { - "default": { - "value": "{global.background.color.positive.default}", - "type": "color" - }, - "emphasis": { - "value": "{global.background.color.positive.emphasis}", - "type": "color" - }, - "muted": { - "value": "{global.background.color.positive.muted}", - "type": "color" - } - }, - "attention": { - "default": { - "value": "{global.background.color.attention.default}", - "type": "color" - }, - "emphasis": { - "value": "{global.background.color.attention.emphasis}", - "type": "color" - }, - "muted": { - "value": "{global.background.color.attention.subtle}", - "type": "color" - } - }, - "negative": { - "default": { - "value": "{global.background.color.negative.default}", - "type": "color" - }, - "emphasis": { - "value": "{global.background.color.negative.emphasis}", - "type": "color" - }, - "muted": { - "value": "{global.background.color.negative.muted}", - "type": "color" - } - } - } - }, - "border": { - "color": { - "neutral": { - "default": { - "value": "{global.background.color.surface.muted}", - "type": "color" - }, - "emphasis": { - "value": "{global.background.color.surface.emphasis}", - "type": "color" - }, - "active": { - "value": "{global.background.color.primary.default}", - "type": "color" - } - }, - "positive": { - "default": { - "value": "{global.background.color.positive.default}", - "type": "color" - }, - "emphasis": { - "value": "{global.background.color.positive.emphasis}", - "type": "color" - }, - "muted": { - "value": "{global.background.color.positive.muted}", - "type": "color" - } - }, - "attention": { - "default": { - "value": "{global.background.color.attention.default}", - "type": "color" - }, - "emphasis": { - "value": "{global.background.color.attention.emphasis}", - "type": "color" - }, - "muted": { - "value": "{global.background.color.attention.subtle}", - "type": "color" - } - }, - "negative": { - "default": { - "value": "{global.background.color.negative.default}", - "type": "color" - }, - "emphasis": { - "value": "{global.background.color.negative.emphasis}", - "type": "color" - }, - "muted": { - "value": "{global.background.color.negative.muted}", - "type": "color" - } - } - }, - "width": { - "value": "{global.border.width.sm}", - "type": "borderWidth" - }, - "radius": { - "md": { - "value": "{global.border.radius.md}", - "type": "borderRadius" - }, - "lg": { - "value": "{global.border.radius.lg}", - "type": "borderRadius" - } - } - }, - "spacing": { - "padding": { - "md": { - "value": "{global.spacing.padding.xsm}", - "type": "spacing" - }, - "lg": { - "value": "{global.spacing.padding.md}", - "type": "spacing" - }, - "xlg": { - "value": "{global.spacing.padding.xlg}", - "type": "spacing" - } - }, - "gap": { - "value": "{global.spacing.gap.md}", - "type": "spacing" - } - } - }, - "tree": { - "content": { - "typo": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.regular}", - "fontSize": "{core.font.size.75}px", - "lineHeight": "{core.font.lineHeight.300}px" - }, - "type": "typography" - }, - "color": { - "default": { - "value": "{global.content.color.text.default}", - "type": "color" - } - } - }, - "spacing": { - "gap": { - "sm": { - "value": "{global.spacing.gap.sm}", - "type": "spacing" - }, - "md": { - "value": "{global.spacing.gap.md}", - "type": "spacing" - } - }, - "padding": { - "vertical": { - "value": "{global.spacing.padding.2xsm} - {tree.border.width}", - "type": "spacing" - }, - "horizontal": { - "value": "{global.spacing.padding.xsm}", - "type": "spacing" - } - } - }, - "border": { - "width": { - "value": "{global.border.width.sm}", - "type": "borderWidth" - }, - "color": { - "default": { - "value": "{global.border.color.line.default--reverse}", - "type": "color" - }, - "hover": { - "value": "{global.border.color.line.subtle}", - "type": "color" - }, - "default-alt": { - "value": "{global.border.color.primary.default}", - "type": "color" - }, - "hover-alt": { - "value": "{global.border.color.line.default}", - "type": "color" - } - }, - "radius": { - "value": "{global.border.radius.md}", - "type": "borderRadius" - } - }, - "background": { - "color": { - "default": { - "value": "{global.background.color.surface.default}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.surface.subtle}", - "type": "color" - } - } - } - }, - "breadcrumbs": { - "content": { - "typo": { - "default": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.light}", - "lineHeight": "{core.font.lineHeight.200}", - "fontSize": "{core.font.size.75}" - }, - "type": "typography" - }, - "hover": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.light}", - "lineHeight": "{core.font.lineHeight.200}", - "fontSize": "{core.font.size.75}", - "textDecoration": "underline" - }, - "type": "typography" - }, - "current": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.medium}", - "lineHeight": "{core.font.lineHeight.200}", - "fontSize": "{core.font.size.75}" - }, - "type": "typography" - } - }, - "color": { - "default": { - "value": "{global.content.color.secondary.muted}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.primary.default}", - "type": "color" - }, - "default--alt": { - "value": "{global.content.color.secondary.emphasis}", - "type": "color" - } - } - } - }, - "breadcrumb": { - "spacing": { - "gap": { - "value": "{global.spacing.gap.md}", - "type": "spacing" - } - } - }, - "pager": { - "content": { - "typo": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.light}", - "lineHeight": "{core.font.lineHeight.200}", - "fontSize": "{core.font.size.75}" - }, - "type": "typography" - }, - "typo--bold": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.medium}", - "lineHeight": "{core.font.lineHeight.200}", - "fontSize": "{core.font.size.75}" - }, - "type": "typography" - }, - "color": { - "default": { - "value": "{global.content.color.secondary.default}", - "type": "color" - } - } - }, - "background": { - "color": { - "default": { - "value": "{global.background.color.transparent}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.primary.subtle}", - "type": "color" - }, - "down": { - "value": "{global.background.color.primary.subtle}", - "type": "color" - }, - "selected": { - "value": "{global.background.color.transparent}", - "type": "color" - } - } - }, - "border": { - "color": { - "default": { - "value": "{global.border.color.transparent}", - "type": "color" - }, - "hover": { - "value": "{global.border.color.primary.subtle}", - "type": "color" - }, - "down": { - "value": "{global.border.color.line.muted}", - "type": "color" - }, - "selected": { - "value": "{global.border.color.primary.muted}", - "type": "color" - } - }, - "radius": { - "value": "{global.border.radius.rounded}", - "type": "borderRadius" - }, - "width": { - "value": "{global.border.width.sm}", - "type": "borderWidth" - } - }, - "size": { - "md": { - "value": "{global.control.size.900}", - "type": "sizing" - } - }, - "spacing": { - "gap": { - "lg": { - "value": "{global.spacing.gap.lg}", - "type": "spacing" - }, - "md": { - "value": "{global.spacing.gap.md}", - "type": "spacing" - } - } - } - }, - "tooltip": { - "content": { - "typo": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.medium}", - "lineHeight": "{core.font.lineHeight.200}", - "fontSize": "{core.font.size.75}" - }, - "type": "typography" - }, - "color": { - "default": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" - }, - "default-reverse": { - "value": "{global.content.color.text.default}", - "type": "color" - } - } - }, - "background": { - "color": { - "default": { - "value": "{global.background.color.surface.default--reverse}", - "type": "color" - }, - "default--alt": { - "value": "{global.background.color.primary.default}", - "type": "color" - }, - "default-reverse": { - "value": "{global.background.color.surface.default}", - "type": "color" - } - } - }, - "spacing": { - "padding": { - "vertical": { - "sm": { - "value": "{global.spacing.padding.2xsm}", - "type": "spacing" - }, - "md": { - "value": "{global.spacing.padding.sm}", - "type": "spacing" - } - }, - "horizontal": { - "sm": { - "value": "{global.spacing.padding.xsm}", - "type": "spacing" - }, - "md": { - "value": "{global.spacing.padding.sm}", - "type": "spacing" - } - } - }, - "gap": { - "value": "{global.spacing.gap.lg}", - "type": "spacing" - } - }, - "border": { - "radius": { - "value": "{global.border.radius.sm}", - "type": "borderRadius" - } - } - }, - "banner": { - "content": { - "typo": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.light}", - "lineHeight": "{core.font.lineHeight.300}px", - "fontSize": "{core.font.size.75}px" - }, - "type": "typography" - }, - "typo--bold": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.medium}", - "lineHeight": "{core.font.lineHeight.300}px", - "fontSize": "{core.font.size.75}px" - }, - "type": "typography" - }, - "color": { - "default": { - "value": "{global.content.color.text.default}", - "type": "color" - }, - "success": { - "value": "{global.content.color.positive.emphasis}", - "type": "color" - }, - "error": { - "value": "{global.content.color.negative.emphasis}", - "type": "color" - }, - "warning": { - "value": "{global.content.color.attention.emphasis}", - "type": "color" - }, - "info": { - "value": "{global.content.color.primary.emphasis}", - "type": "color" - } - } - }, - "spacing": { - "padding": { - "vertical": { - "xsm": { - "value": "{global.spacing.padding.2xsm}", - "type": "spacing" - }, - "sm": { - "value": "{global.spacing.padding.xsm}", - "type": "spacing" - }, - "md": { - "value": "{global.spacing.padding.sm}", - "type": "spacing" - } - }, - "horizontal": { - "sm": { - "value": "{global.spacing.padding.md}", - "type": "spacing" - }, - "md": { - "value": "{global.spacing.padding.lg}", - "type": "spacing" - } - } - }, - "gap": { - "value": "{global.spacing.gap.lg}", - "type": "spacing" - } - }, - "background": { - "color": { - "success": { - "value": "{global.content.color.positive.subtle}", - "type": "color" - }, - "error": { - "value": "{global.background.color.negative.subtle}", - "type": "color" - }, - "warning": { - "value": "{global.background.color.attention.subtle}", - "type": "color" - }, - "info": { - "value": "{global.background.color.primary.subtle}", - "type": "color" - } - } - }, - "border": { - "radius": { - "value": "{global.border.radius.md}", - "type": "borderRadius" - } - } - }, - "chip": { - "content": { - "typo": { - "sm": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.100}px", - "fontSize": "{core.font.size.50}px" - }, - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.300}px", - "fontSize": "{core.font.size.75}px" - }, - "type": "typography" - } - }, - "color": { - "default": { - "value": "{global.content.color.text.default}", - "type": "color" - } - } - }, - "background": { - "color": { - "default": { - "value": "{global.background.color.surface.muted}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.surface.emphasis}", - "type": "color" - }, - "default--alt": { - "value": "{global.background.color.transparent}", - "type": "color" - }, - "hover--alt": { - "value": "{global.background.color.surface.subtle}", - "type": "color" - } - } - }, - "border": { - "color": { - "default": { - "value": "{global.border.color.line.muted}", - "type": "color" - }, - "hover": { - "value": "{global.border.color.line.default}", - "type": "color" - }, - "default--alt": { - "value": "{global.border.color.line.default}", - "type": "color" - }, - "hover--alt": { - "value": "{global.border.color.line.emphasis}", - "type": "color" - }, - "empty": { - "value": "{global.border.color.transparent}", - "type": "color" - } - }, - "width": { - "value": "{global.border.width.sm}", - "type": "borderWidth" - }, - "radius": { - "value": "{global.border.radius.rounded}", - "type": "borderRadius" - } - }, - "spacing": { - "padding": { - "horizontal": { - "sm": { - "value": "{global.spacing.padding.xsm}", - "type": "spacing" - } - }, - "vertical": { - "sm": { - "value": "3px", - "type": "spacing" - } - } - } - } - }, - "toast": { - "spacing": { - "padding": { - "value": "{global.spacing.padding.md}", - "type": "spacing" - }, - "gap": { - "value": "{global.spacing.gap.lg}", - "type": "spacing" - } - }, - "content": { - "color": { - "default": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" - }, - "default--reverse": { - "value": "{global.content.color.text.default}", - "type": "color" - }, - "default--alt": { - "value": "{global.content.color.text.subtle}", - "type": "color" - }, - "default--alt--reverse": { - "value": "{global.content.color.text.muted}", - "type": "color" - } - }, - "typo": { - "sm": { - "value": "{global.content.typo.caption}", - "type": "typography" - }, - "md": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.medium}", - "lineHeight": "{core.font.lineHeight.300}", - "fontSize": "{core.font.size.75}" - }, - "type": "typography" - } - } - }, - "background": { - "color": { - "default": { - "value": "{global.background.color.surface.default--reverse}", - "type": "color" - }, - "default--reverse": { - "value": "{global.background.color.surface.default}", - "type": "color" - } - } - }, - "border": { - "radius": { - "value": "{global.border.radius.md}", - "type": "borderRadius" - }, - "color": { - "default": { - "value": "{global.border.color.line.emphasis}", - "type": "color" - }, - "default--reverse": { - "value": "{global.border.color.line.muted}", - "type": "color" - } - }, - "width": { - "value": "{global.border.width.sm}", - "type": "borderWidth" - } - } - }, - "menu": { - "spacing": { - "padding": { - "md": { - "value": "{global.spacing.padding.sm}", - "type": "spacing" - }, - "lg": { - "value": "{global.spacing.padding.lg}", - "type": "spacing" - } - }, - "gap": { - "value": "{global.spacing.gap.lg}", - "type": "spacing" - } - }, - "content": { - "color": { - "main": { - "default": { - "value": "{global.content.color.text.subtle}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" - }, - "active": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" - } - }, - "sub": { - "default": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" - }, - "active": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" - } - } - }, - "typo": { - "md": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.medium}", - "fontSize": "{core.font.size.75}px", - "lineHeight": "{core.font.lineHeight.200}px" - }, - "type": "typography" - } - } - }, - "background": { - "color": { - "main": { - "default": { - "value": "{global.background.color.secondary.emphasis}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.primary.default}", - "type": "color" - }, - "active": { - "value": "{global.background.color.secondary.default}", - "type": "color" - } - }, - "sub": { - "default": { - "value": "{global.background.color.secondary.default}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.primary.default}", - "type": "color" - }, - "active": { - "value": "{global.background.color.primary.default}", - "type": "color" - } - } - } - }, - "size": { - "md": { - "value": "{global.control.size.900}", - "type": "sizing" - } - } - }, - "stepper": { - "content": { - "typo": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.medium}", - "fontSize": "{core.font.size.75}", - "lineHeight": "{core.font.lineHeight.200}" - }, - "type": "typography" - }, - "color": { - "default": { - "value": "{global.content.color.text.muted}", - "type": "color" - }, - "completed": { - "value": "{global.content.color.positive.default}", - "type": "color" - } - } - }, - "spacing": { - "gap": { - "value": "{global.spacing.gap.sm}", - "type": "spacing" - }, - "padding": { - "md": { - "value": "{global.spacing.padding.md}", - "type": "spacing" - } - } - }, - "background": { - "color": { - "active": { - "value": "{global.background.color.primary.default}", - "type": "color" - } - } - }, - "border": { - "color": { - "default": { - "value": "{global.border.color.line.muted}", - "type": "color" - }, - "active": { - "value": "{global.background.color.primary.default}", - "type": "color" - }, - "completed": { - "value": "{global.background.color.positive.default}", - "type": "color" - } - }, - "radius": { - "value": "{global.border.radius.circle}", - "type": "borderRadius" - }, - "width": { - "value": "{global.border.width.sm}", - "type": "borderWidth" - } - }, - "size": { - "sm": { - "value": "{global.icon.size.sm}", - "type": "sizing" - }, - "md": { - "value": "{global.icon.size.lg}", - "type": "sizing" - } - } - }, - "accordion": { - "content": { - "typo": { - "md": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.medium}", - "lineHeight": "{core.font.lineHeight.300}px", - "fontSize": "{core.font.size.100}px" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.200}px", - "fontSize": "{core.font.size.75}px" - }, - "type": "typography" - } - }, - "color": { - "default": { - "value": "{global.content.color.text.default}", - "type": "color" - } - } - }, - "background": { - "color": { - "default": { - "value": "{global.background.color.surface.default}", - "type": "color" - }, - "default--alt": { - "value": "{global.background.color.surface.subtle}", - "type": "color" - } - } - }, - "border": { - "color": { - "default": { - "value": "{global.border.color.line.subtle}", - "type": "color" - } - }, - "width": { - "value": "{global.border.width.sm}", - "type": "borderWidth" - }, - "radius": { - "value": "{global.border.radius.lg}", - "type": "borderRadius" - } - }, - "spacing": { - "padding": { - "md": { - "value": "{global.spacing.padding.md}", - "type": "spacing" - }, - "lg": { - "value": "{global.spacing.padding.lg}", - "type": "spacing" - } - }, - "gap": { - "value": "{global.spacing.gap.lg}", - "type": "spacing" - } - } - }, - "table": { - "content": { - "typo": { - "md": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.200}", - "fontSize": "{core.font.size.75}" - }, - "type": "typography" - }, - "md--bold": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.medium}", - "lineHeight": "{core.font.lineHeight.200}", - "fontSize": "{core.font.size.75}" - }, - "type": "typography" - }, - "sm": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.100}", - "fontSize": "{core.font.size.50}" - }, - "type": "typography" - } - }, - "color": { - "default": { - "value": "{global.content.color.text.default}", - "type": "color" - } - } - }, - "background": { - "color": { - "default": { - "value": "{global.background.color.surface.default}", - "type": "color" - } - } - }, - "border": { - "color": { - "default": { - "value": "{global.border.color.line.subtle}", - "type": "color" - }, - "emphasis": { - "value": "{global.border.color.line.default}", - "type": "color" - } - }, - "width": { - "value": "{global.border.width.md}", - "type": "borderWidth" - }, - "radius": { - "value": "{global.border.radius.md}", - "type": "borderRadius" - } - }, - "spacing": { - "padding": { - "sm": { - "value": "{global.spacing.gap.sm}", - "type": "spacing" - }, - "md": { - "value": "{global.spacing.gap.md}", - "type": "spacing" - } - }, - "gaps": { - "sm": { - "value": "{global.spacing.gap.sm}", - "type": "spacing" - }, - "md": { - "value": "{global.spacing.gap.md}", - "type": "spacing" - }, - "lg": { - "value": "{global.spacing.gap.lg}", - "type": "spacing" - } - } - } - }, - "timeline": { - "content": { - "color": { - "default": { - "value": "{global.content.color.text.default}", - "type": "color" - }, - "default--reverse": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" - } - }, - "typo": { - "value": "{global.content.typo.body.sm--bold}", - "type": "typography" - } - }, - "background": { - "color": { - "default": { - "value": "{global.background.color.surface.default--reverse}", - "type": "color" - }, - "default--reverse": { - "value": "{global.background.color.surface.default}", - "type": "color" - } - } - }, - "spacing": { - "gap": { - "value": "{global.spacing.gap.sm}", - "type": "spacing" - }, - "padding": { - "value": "{global.spacing.padding.lg}", - "type": "spacing" - } - }, - "border": { - "color": { - "default": { - "value": "{global.border.color.line.emphasis}", - "type": "color" - }, - "default--reverse": { - "value": "{global.border.color.line.default--reverse}", - "type": "color" - } - }, - "width": { - "sm": { - "value": "{global.border.width.sm}", - "type": "borderWidth" - }, - "md": { - "value": "{global.border.width.md}", - "type": "borderWidth" - } - } - } - }, - "swiper": { - "size": { - "md": { - "value": "{global.control.size.900}", - "type": "sizing" - } - }, - "content": { - "color": { - "default": { - "value": "{global.content.color.icon.default}", - "type": "color" - } - } - }, - "background": { - "color": { - "default": { - "value": "{global.background.color.surface.muted}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.surface.emphasis}", - "type": "color" - } - } - }, - "spacing": { - "gap": { - "value": "{global.spacing.gap.lg}", - "type": "spacing" - }, - "padding": { - "value": "{global.spacing.padding.3xlg}", - "type": "spacing" - } - }, - "border": { - "radius": { - "value": "{global.border.radius.sm}", - "type": "borderRadius" - } - } - }, - "comunica": { - "content": { - "typo": { - "01": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.300}", - "fontSize": "{core.font.size.75}" - }, - "type": "typography" - }, - "02": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.medium}", - "lineHeight": "{core.font.lineHeight.300}", - "fontSize": "{core.font.size.75}" - }, - "type": "typography" - } - }, - "color": { - "default": { - "value": "{global.content.color.text.emphasis}", - "type": "color" - }, - "default--alt": { - "value": "{global.content.color.text.subtle}", - "type": "color" - } - } - }, - "background": { - "color": { - "default": { - "value": "{global.background.color.surface.subtle}", - "type": "color" - }, - "muted": { - "value": "{global.background.color.surface.default}", - "type": "color" - }, - "emphasis": { - "value": "{global.background.color.surface.muted}", - "type": "color" - } - } - }, - "border": { - "color": { - "default": { - "value": "{global.border.color.line.muted}", - "type": "color" - }, - "default--alt": { - "value": "{global.border.color.primary.emphasis}", - "type": "color" - } - }, - "width": { - "sm": { - "value": "{global.border.width.sm}", - "type": "borderWidth" - }, - "md": { - "value": "{global.border.width.md}", - "type": "borderWidth" - } - }, - "radius": { - "value": "{global.border.radius.md}", - "type": "borderRadius" - } - }, - "spacing": { - "padding": { - "sm": { - "value": "{global.spacing.padding.2xsm}", - "type": "spacing" - }, - "md": { - "value": "{global.spacing.padding.xsm}", - "type": "spacing" - }, - "lg": { - "value": "{global.spacing.padding.md}", - "type": "spacing" - }, - "xlg": { - "value": "96px", - "type": "spacing" - } - }, - "gap": { - "sm": { - "value": "{global.spacing.gap.sm}", - "type": "spacing" - }, - "md": { - "value": "{global.spacing.gap.md}", - "type": "spacing" - }, - "lg": { - "value": "{global.spacing.gap.lg}", - "type": "spacing" - } - } - } - }, - "menuLibrary": { - "content": { - "color": { - "main": { - "default": { - "value": "{global.content.color.text.default}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.text.default}", - "type": "color" - }, - "active": { - "value": "{global.content.color.primary.default}", - "type": "color" - } - }, - "sub": { - "default": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" - }, - "active": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" - } - } - } - }, - "background": { - "color": { - "main": { - "default": { - "value": "{global.background.color.surface.default}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.surface.subtle}", - "type": "color" - }, - "active": { - "value": "{global.background.color.primary.subtle}", - "type": "color" - } - }, - "sub": { - "default": { - "value": "{global.background.color.surface.default}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.surface.default}", - "type": "color" - }, - "active": { - "value": "{global.background.color.surface.default}", - "type": "color" - } - } - } - } - } - }, - "core_v2": { "core": { "color": { "black": { @@ -6469,7 +988,7 @@ "type": "textDecoration" } }, - "global_v2": { + "global": { "global": { "shadow": { "100": { @@ -7502,7 +2021,7 @@ } } }, - "component_v2": { + "component": { "button": { "content": { "color": { @@ -11600,10 +6119,7 @@ "tokenSetOrder": [ "core", "global", - "component", - "core_v2", - "global_v2", - "component_v2" + "component" ] } } From b620aa8abf8e7a864acc73bafe01c33eeab208ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Go=CC=81mez=20Cimarro?= Date: Fri, 1 Sep 2023 16:06:25 +0200 Subject: [PATCH 031/547] feat: Change font. --- packages/components/src/ThemeProvider.js | 2 +- packages/components/src/tokens.compiled.js | 1618 ++++++++++++++------ 2 files changed, 1132 insertions(+), 488 deletions(-) diff --git a/packages/components/src/ThemeProvider.js b/packages/components/src/ThemeProvider.js index b0c0eae0d..a84f3a0ea 100644 --- a/packages/components/src/ThemeProvider.js +++ b/packages/components/src/ThemeProvider.js @@ -69,7 +69,7 @@ const ThemeProvider = ({ children, theme }) => { diff --git a/packages/components/src/tokens.compiled.js b/packages/components/src/tokens.compiled.js index c6acbb57c..4eee520d4 100644 --- a/packages/components/src/tokens.compiled.js +++ b/packages/components/src/tokens.compiled.js @@ -4,15 +4,15 @@ export default { "color": { "primary": { "default": { - "value": "#307ae8", + "value": "#338077", "type": "color" }, "hover": { - "value": "#155ac1", + "value": "#235851", "type": "color" }, "down": { - "value": "#307ae8", + "value": "#338077", "type": "color" }, "default--reverse": { @@ -22,15 +22,15 @@ export default { }, "secondary": { "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "hover": { - "value": "#29313d", + "value": "#343A3F", "type": "color" }, "down": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "default--reverse": { @@ -40,19 +40,19 @@ export default { }, "terciary": { "default": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" }, "hover": { - "value": "#7eacf1", + "value": "#4cb8ab", "type": "color" }, "down": { - "value": "#7eacf1", + "value": "#4cb8ab", "type": "color" }, "default--reverse": { - "value": "#155ac1", + "value": "#235851", "type": "color" } }, @@ -73,8 +73,8 @@ export default { }, "typo": { "value": { - "fontFamily": "Lexend", - "fontWeight": 400, + "fontFamily": "Albert Sans", + "fontWeight": 500, "lineHeight": "20px", "fontSize": "14px" }, @@ -85,43 +85,43 @@ export default { "color": { "primary": { "default": { - "value": "#307ae8", + "value": "#338077", "type": "color" }, "hover": { - "value": "#155ac1", + "value": "#235851", "type": "color" }, "down": { - "value": "#307ae8", + "value": "#338077", "type": "color" } }, "secondary": { "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "hover": { - "value": "#29313d", + "value": "#343A3F", "type": "color" }, "down": { - "value": "#495465", + "value": "#4D5358", "type": "color" } }, "terciary": { "default": { - "value": "#f7f9fc", + "value": "#F8F9FB", "type": "color" }, "hover": { - "value": "#eaeef6", + "value": "#F2F4F8", "type": "color" }, "down": { - "value": "#f7f9fc", + "value": "#F8F9FB", "type": "color" } }, @@ -145,43 +145,43 @@ export default { "color": { "primary": { "default": { - "value": "#307ae8", + "value": "#338077", "type": "color" }, "hover": { - "value": "#155ac1", + "value": "#235851", "type": "color" }, "down": { - "value": "#155ac1", + "value": "#235851", "type": "color" } }, "secondary": { "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "hover": { - "value": "#29313d", + "value": "#343A3F", "type": "color" }, "down": { - "value": "#29313d", + "value": "#343A3F", "type": "color" } }, "terciary": { "default": { - "value": "#eaeef6", + "value": "#DDE1E6", "type": "color" }, "hover": { - "value": "#c2cad6", + "value": "#C1C7CD", "type": "color" }, "down": { - "value": "#c2cad6", + "value": "#C1C7CD", "type": "color" } }, @@ -239,6 +239,10 @@ export default { "sm": { "value": "16px", "type": "spacing" + }, + "xs": { + "value": "8px", + "type": "spacing" } } }, @@ -253,43 +257,43 @@ export default { "color": { "primary": { "default": { - "value": "#307ae8", + "value": "#338077", "type": "color" }, "hover": { - "value": "#155ac1", + "value": "#235851", "type": "color" }, "down": { - "value": "#307ae8", + "value": "#338077", "type": "color" } }, "secondary": { "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "hover": { - "value": "#29313d", + "value": "#343A3F", "type": "color" }, "down": { - "value": "#495465", + "value": "#4D5358", "type": "color" } }, "terciary": { "default": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" }, "hover": { - "value": "#155ac1", + "value": "#235851", "type": "color" }, "down": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" } }, @@ -310,8 +314,8 @@ export default { }, "typo": { "value": { - "fontFamily": "Lexend", - "fontWeight": 400, + "fontFamily": "Albert Sans", + "fontWeight": 500, "lineHeight": "20px", "fontSize": "14px" }, @@ -326,7 +330,7 @@ export default { "type": "color" }, "hover": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" }, "down": { @@ -340,7 +344,7 @@ export default { "type": "color" }, "hover": { - "value": "#f7f9fc", + "value": "#F8F9FB", "type": "color" }, "down": { @@ -354,7 +358,7 @@ export default { "type": "color" }, "hover": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" }, "down": { @@ -386,11 +390,11 @@ export default { "type": "color" }, "hover": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" }, "down": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" } }, @@ -400,11 +404,11 @@ export default { "type": "color" }, "hover": { - "value": "#f7f9fc", + "value": "#F8F9FB", "type": "color" }, "down": { - "value": "#f7f9fc", + "value": "#F8F9FB", "type": "color" } }, @@ -414,11 +418,11 @@ export default { "type": "color" }, "hover": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" }, "down": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" } }, @@ -468,6 +472,10 @@ export default { "sm": { "value": "16px", "type": "spacing" + }, + "xs": { + "value": "8px", + "type": "spacing" } } }, @@ -482,15 +490,15 @@ export default { "color": { "primary": { "default": { - "value": "#307ae8", + "value": "#338077", "type": "color" }, "hover": { - "value": "#155ac1", + "value": "#235851", "type": "color" }, "down": { - "value": "#307ae8", + "value": "#338077", "type": "color" }, "default--reverse": { @@ -500,15 +508,15 @@ export default { }, "secondary": { "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "hover": { - "value": "#29313d", + "value": "#343A3F", "type": "color" }, "down": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "default--reverse": { @@ -518,19 +526,19 @@ export default { }, "terciary": { "default": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" }, "hover": { - "value": "#155ac1", + "value": "#235851", "type": "color" }, "down": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" }, "default--reverse": { - "value": "#7e8795", + "value": "#878D96", "type": "color" } }, @@ -558,15 +566,15 @@ export default { "color": { "primary": { "default": { - "value": "#307ae8", + "value": "#338077", "type": "color" }, "hover": { - "value": "#155ac1", + "value": "#235851", "type": "color" }, "down": { - "value": "#307ae8", + "value": "#338077", "type": "color" }, "default--reverse": { @@ -574,7 +582,7 @@ export default { "type": "color" }, "hover--reverse": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" }, "down--reverse": { @@ -584,15 +592,15 @@ export default { }, "secondary": { "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "hover": { - "value": "#29313d", + "value": "#343A3F", "type": "color" }, "down": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "default--reverse": { @@ -600,7 +608,7 @@ export default { "type": "color" }, "hover--reverse": { - "value": "#f7f9fc", + "value": "#F8F9FB", "type": "color" }, "down--reverse": { @@ -610,15 +618,15 @@ export default { }, "terciary": { "default": { - "value": "#f7f9fc", + "value": "#F8F9FB", "type": "color" }, "hover": { - "value": "#eaeef6", + "value": "#F2F4F8", "type": "color" }, "down": { - "value": "#f7f9fc", + "value": "#F8F9FB", "type": "color" }, "default-reverse": { @@ -626,7 +634,7 @@ export default { "type": "color" }, "hover-reverse": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" }, "down-reverse": { @@ -680,15 +688,15 @@ export default { "color": { "primary": { "default": { - "value": "#307ae8", + "value": "#338077", "type": "color" }, "hover": { - "value": "#155ac1", + "value": "#235851", "type": "color" }, "down": { - "value": "#155ac1", + "value": "#235851", "type": "color" }, "default--reverse": { @@ -696,25 +704,25 @@ export default { "type": "color" }, "hover--reverse": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" }, "down--reverse": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" } }, "secondary": { "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "hover": { - "value": "#29313d", + "value": "#343A3F", "type": "color" }, "down": { - "value": "#29313d", + "value": "#343A3F", "type": "color" }, "default-reverse": { @@ -722,25 +730,25 @@ export default { "type": "color" }, "hover-reverse": { - "value": "#f7f9fc", + "value": "#F8F9FB", "type": "color" }, "down-reverse": { - "value": "#f7f9fc", + "value": "#F8F9FB", "type": "color" } }, "terciary": { "default": { - "value": "#eaeef6", + "value": "#DDE1E6", "type": "color" }, "hover": { - "value": "#c2cad6", + "value": "#C1C7CD", "type": "color" }, "down": { - "value": "#c2cad6", + "value": "#C1C7CD", "type": "color" }, "default-reverse": { @@ -748,11 +756,11 @@ export default { "type": "color" }, "hover--reverse": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" }, "down--reverse": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" } }, @@ -802,19 +810,19 @@ export default { "color": { "primary": { "default": { - "value": "#7e8795", + "value": "#697077", "type": "color" }, "hover": { - "value": "#307ae8", + "value": "#338077", "type": "color" }, "down": { - "value": "#307ae8", + "value": "#338077", "type": "color" }, "default--reverse": { - "value": "#c2cad6", + "value": "#C1C7CD", "type": "color" }, "hover--reverse": { @@ -828,7 +836,7 @@ export default { }, "phatic": { "default": { - "value": "#7e8795", + "value": "#697077", "type": "color" }, "hover": { @@ -843,7 +851,7 @@ export default { }, "typo": { "value": { - "fontFamily": "Lexend", + "fontFamily": "Albert Sans", "fontWeight": 500, "lineHeight": "16px", "fontSize": "12px" @@ -859,19 +867,19 @@ export default { "type": "color" }, "hover": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" }, "down": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" }, "hover--reverse": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "down--reverse": { - "value": "#7e8795", + "value": "#878D96", "type": "color" } }, @@ -899,19 +907,19 @@ export default { "type": "color" }, "hover": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" }, "down": { - "value": "#c2cad6", + "value": "#C1C7CD", "type": "color" }, "hover--reverse": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "down--reverse": { - "value": "#7e8795", + "value": "#878D96", "type": "color" } }, @@ -925,7 +933,7 @@ export default { "type": "color" }, "down": { - "value": "#c2cad6", + "value": "#C1C7CD", "type": "color" } } @@ -966,25 +974,25 @@ export default { "content": { "color": { "default": { - "value": "#29313d", + "value": "#343A3F", "type": "color" }, "selected": { - "value": "#307ae8", + "value": "#338077", "type": "color" }, "placeholder": { - "value": "#7e8795", + "value": "#878D96", "type": "color" }, "icon": { - "value": "#7e8795", + "value": "#878D96", "type": "color" } }, "typo": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 400, "lineHeight": "24px", "fontSize": "14px" @@ -999,7 +1007,7 @@ export default { "type": "color" }, "hover": { - "value": "#f7f9fc", + "value": "#F8F9FB", "type": "color" } } @@ -1007,11 +1015,11 @@ export default { "border": { "color": { "default": { - "value": "#c2cad6", + "value": "#C1C7CD", "type": "color" }, "subtle": { - "value": "#eaeef6", + "value": "#DDE1E6", "type": "color" } }, @@ -1101,18 +1109,18 @@ export default { "content": { "color": { "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "subtle": { - "value": "#7e8795", + "value": "#878D96", "type": "color" } }, "typo": { "01": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 500, "lineHeight": "20px", "fontSize": "14px" @@ -1121,7 +1129,7 @@ export default { }, "02": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 400, "lineHeight": "20px", "fontSize": "14px" @@ -1130,7 +1138,7 @@ export default { }, "03": { "value": { - "fontFamily": "Lexend", + "fontFamily": "Albert Sans", "fontWeight": 300, "lineHeight": "20px", "fontSize": "14px" @@ -1144,11 +1152,11 @@ export default { "content": { "color": { "default": { - "value": "#7e8795", + "value": "#878D96", "type": "color" }, "emphasis": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "phatic": { @@ -1158,7 +1166,7 @@ export default { }, "typo": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 400, "lineHeight": 16, "fontSize": 12 @@ -1185,15 +1193,15 @@ export default { "type": "color" }, "icon": { - "value": "#c2cad6", + "value": "#C1C7CD", "type": "color" }, "hover": { - "value": "#7e8795", + "value": "#878D96", "type": "color" }, "selected": { - "value": "#307ae8", + "value": "#338077", "type": "color" } } @@ -1205,11 +1213,11 @@ export default { "type": "color" }, "selected": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" }, "default--reverse": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" }, "selected--reverse": { @@ -1229,15 +1237,15 @@ export default { }, "color": { "default": { - "value": "#c2cad6", + "value": "#C1C7CD", "type": "color" }, "hover": { - "value": "#b1cdf6", + "value": "#74c8be", "type": "color" }, "selected": { - "value": "#307ae8", + "value": "#338077", "type": "color" } } @@ -1285,15 +1293,15 @@ export default { "type": "color" }, "contrast": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" }, "hover": { - "value": "#155ac1", + "value": "#235851", "type": "color" }, "selected": { - "value": "#307ae8", + "value": "#338077", "type": "color" } } @@ -1301,15 +1309,15 @@ export default { "border": { "color": { "default": { - "value": "#c2cad6", + "value": "#C1C7CD", "type": "color" }, "hover": { - "value": "#155ac1", + "value": "#235851", "type": "color" }, "selected": { - "value": "#307ae8", + "value": "#338077", "type": "color" } }, @@ -1342,7 +1350,7 @@ export default { "toggle": { "size": { "inner": { - "value": "16px", + "value": "8 px", "type": "sizing" }, "width": { @@ -1352,7 +1360,7 @@ export default { }, "spacing": { "padding": { - "value": "2px", + "value": "6px 4px", "type": "spacing" }, "gap": { @@ -1363,7 +1371,7 @@ export default { "content": { "color": { "default": { - "value": "#ffffff", + "value": "#338077", "type": "color" }, "selected": { @@ -1371,7 +1379,7 @@ export default { "type": "color" }, "hover": { - "value": "#b1cdf6", + "value": "#74c8be", "type": "color" } } @@ -1380,21 +1388,21 @@ export default { "color": { "unselected": { "default": { - "value": "#d9e1ed", + "value": "#DDE1E6", "type": "color" }, "hover": { - "value": "#b1cdf6", + "value": "#74c8be", "type": "color" } }, "selected": { "default": { - "value": "#307ae8", + "value": "#338077", "type": "color" }, "hover": { - "value": "#155ac1", + "value": "#235851", "type": "color" } } @@ -1410,18 +1418,28 @@ export default { "badge": { "content": { "typo": { + "xs": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 600, + "lineHeight": "16px", + "fontSize": 8, + "textCase": "uppercase" + }, + "type": "typography" + }, "sm": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 400, "lineHeight": "16px", - "fontSize": "12px" + "fontSize": 12 }, "type": "typography" }, "sm--bold": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 600, "lineHeight": "16px", "fontSize": "12px" @@ -1430,7 +1448,7 @@ export default { }, "md": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 400, "lineHeight": "24px", "fontSize": "14px" @@ -1439,7 +1457,7 @@ export default { }, "md--bold": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 600, "lineHeight": "24px", "fontSize": "14px" @@ -1453,7 +1471,7 @@ export default { "type": "color" }, "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" } } @@ -1462,11 +1480,11 @@ export default { "color": { "neutral": { "default": { - "value": "#eaeef6", + "value": "#F2F4F8", "type": "color" }, "hover": { - "value": "#d9e1ed", + "value": "#DDE1E6", "type": "color" }, "default--reverse": { @@ -1476,7 +1494,7 @@ export default { }, "primary": { "default": { - "value": "#307ae8", + "value": "#338077", "type": "color" } }, @@ -1492,7 +1510,19 @@ export default { }, "secondary": { "default": { - "value": "#495465", + "value": "#878D96", + "type": "color" + } + }, + "info": { + "default": { + "value": "#307AE8", + "type": "color" + } + }, + "jungle": { + "draft": { + "value": "#596C65", "type": "color" } } @@ -1503,17 +1533,21 @@ export default { "value": "99em", "type": "borderRadius" }, + "md-radius": { + "value": "4px", + "type": "borderRadius" + }, "color": { "default--reverse": { "value": "#ffffff", "type": "color" }, "default": { - "value": "#eaeef6", + "value": "#DDE1E6", "type": "color" }, "hover": { - "value": "#7e8795", + "value": "#878D96", "type": "color" } }, @@ -1575,6 +1609,10 @@ export default { "value": "32px", "type": "sizing" }, + "xmd": { + "value": "48px", + "type": "sizing" + }, "lg": { "value": "56px", "type": "sizing" @@ -1588,7 +1626,7 @@ export default { "typo": { "sm": { "value": { - "fontFamily": "Lexend", + "fontFamily": "Albert Sans", "fontWeight": 600, "fontSize": 12, "textCase": "uppercase", @@ -1598,7 +1636,7 @@ export default { }, "md": { "value": { - "fontFamily": "Lexend", + "fontFamily": "Albert Sans", "fontWeight": 600, "fontSize": 16, "textCase": "uppercase" @@ -1607,7 +1645,7 @@ export default { }, "lg": { "value": { - "fontFamily": "Lexend", + "fontFamily": "Albert Sans", "fontWeight": 600, "fontSize": 23, "textCase": "uppercase" @@ -1616,7 +1654,7 @@ export default { }, "xlg": { "value": { - "fontFamily": "Lexend", + "fontFamily": "Albert Sans", "fontWeight": 600, "fontSize": "56px", "textCase": "uppercase" @@ -1741,7 +1779,7 @@ export default { "typo": { "md": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 500, "lineHeight": "24px", "fontSize": "14px" @@ -1750,7 +1788,7 @@ export default { }, "sm": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 400, "lineHeight": "16px", "fontSize": "12px" @@ -1761,7 +1799,7 @@ export default { "color": { "calendarButton": { "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "default--reverse": { @@ -1771,17 +1809,17 @@ export default { }, "weekName": { "default": { - "value": "#c2cad6", + "value": "#C1C7CD", "type": "color" } }, "weekday": { "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "hover": { - "value": "#307ae8", + "value": "#338077", "type": "color" }, "down": { @@ -1831,23 +1869,23 @@ export default { "type": "color" }, "hover": { - "value": "#f7f9fc", + "value": "#F8F9FB", "type": "color" }, "down": { - "value": "#eaeef6", + "value": "#F2F4F8", "type": "color" }, "default--reverse": { - "value": "#307ae8", + "value": "#338077", "type": "color" }, "hover--reverse": { - "value": "#155ac1", + "value": "#235851", "type": "color" }, "down--reverse": { - "value": "#307ae8", + "value": "#338077", "type": "color" } }, @@ -1857,15 +1895,15 @@ export default { "type": "color" }, "hover": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" }, "down": { - "value": "#307ae8", + "value": "#338077", "type": "color" }, "default--alt": { - "value": "#b1cdf6", + "value": "#74c8be", "type": "color" } }, @@ -1875,11 +1913,11 @@ export default { "type": "color" }, "hover": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" }, "down": { - "value": "#307ae8", + "value": "#338077", "type": "color" } } @@ -1940,7 +1978,7 @@ export default { "border": { "color": { "enabled": { - "value": "#f7f9fc", + "value": "#F8F9FB", "type": "color" } }, @@ -1983,7 +2021,7 @@ export default { "left": { "value": [ { - "color": "#d9e1ed14", + "color": "#dde1e614", "type": "dropShadow", "x": -100, "y": 0, @@ -2008,7 +2046,7 @@ export default { "y": 100, "blur": 60, "spread": 0, - "color": "#d9e1ed14", + "color": "#dde1e614", "type": "dropShadow" }, { @@ -2026,13 +2064,13 @@ export default { "content": { "color": { "default": { - "value": "#29313d", + "value": "#343A3F", "type": "color" } }, "typo": { "value": { - "fontFamily": "Lexend", + "fontFamily": "Albert Sans", "fontWeight": 600, "lineHeight": "28px", "fontSize": "23px" @@ -2043,7 +2081,7 @@ export default { "border": { "color": { "default": { - "value": "#c2cad6", + "value": "#C1C7CD", "type": "color" } }, @@ -2057,28 +2095,29 @@ export default { "content": { "typo": { "value": { - "fontFamily": "Lexend", - "fontWeight": 400, + "fontFamily": "Albert Sans", + "fontWeight": 500, "lineHeight": "24px", - "fontSize": "14px" + "fontSize": "14px", + "textDecoration": "underline" }, "type": "typography" }, "color": { "default": { - "value": "#307ae8", + "value": "#338077", "type": "color" }, "hover": { - "value": "#155ac1", + "value": "#235851", "type": "color" }, "down": { - "value": "#7eacf1", + "value": "#4cb8ab", "type": "color" }, "default--reverse": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" } } @@ -2102,11 +2141,11 @@ export default { "type": "color" }, "hover": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" }, "down": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" } } @@ -2128,7 +2167,7 @@ export default { "background": { "color": { "default": { - "value": "#eaeef6", + "value": "#DDE1E6", "type": "color" } } @@ -2138,7 +2177,7 @@ export default { "content": { "typo": { "value": { - "fontFamily": "Lexend", + "fontFamily": "Albert Sans", "fontWeight": 400, "lineHeight": "20px", "fontSize": "14px" @@ -2147,15 +2186,15 @@ export default { }, "color": { "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "hover": { - "value": "#29313d", + "value": "#343A3F", "type": "color" }, "down": { - "value": "#307ae8", + "value": "#338077", "type": "color" } } @@ -2167,11 +2206,11 @@ export default { "type": "color" }, "hover": { - "value": "#b1cdf6", + "value": "#74c8be", "type": "color" }, "down": { - "value": "#307ae8", + "value": "#338077", "type": "color" } }, @@ -2191,7 +2230,7 @@ export default { "type": "color" }, "hover": { - "value": "#f7f9fc", + "value": "#F8F9FB", "type": "color" }, "down": { @@ -2215,7 +2254,7 @@ export default { "content": { "typo": { "value": { - "fontFamily": "Lexend", + "fontFamily": "Albert Sans", "fontWeight": 400, "lineHeight": "20px", "fontSize": "14px" @@ -2224,15 +2263,15 @@ export default { }, "color": { "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "hover": { - "value": "#29313d", + "value": "#343A3F", "type": "color" }, "down": { - "value": "#307ae8", + "value": "#338077", "type": "color" } } @@ -2250,11 +2289,11 @@ export default { "background": { "color": { "default": { - "value": "#f7f9fc", + "value": "#F8F9FB", "type": "color" }, "hover": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" }, "selected": { @@ -2270,15 +2309,15 @@ export default { }, "color": { "default": { - "value": "#f7f9fc", + "value": "#F8F9FB", "type": "color" }, "hover": { - "value": "#c2cad6", + "value": "#C1C7CD", "type": "color" }, "selected": { - "value": "#307ae8", + "value": "#338077", "type": "color" } }, @@ -2302,19 +2341,23 @@ export default { "content": { "color": { "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "hover": { - "value": "#155ac1", + "value": "#235851", "type": "color" }, "default--subtle": { - "value": "#7e8795", + "value": "#878D96", "type": "color" }, "default--icon": { - "value": "#7eacf1", + "value": "#4cb8ab", + "type": "color" + }, + "check--icon": { + "value": "#5cbc6a", "type": "color" } } @@ -2326,7 +2369,7 @@ export default { "type": "color" }, "hover": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" } } @@ -2334,11 +2377,11 @@ export default { "border": { "color": { "default": { - "value": "#b1cdf6", + "value": "#74c8be", "type": "color" }, "hover": { - "value": "#155ac1", + "value": "#235851", "type": "color" } }, @@ -2392,17 +2435,17 @@ export default { "content": { "color": { "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "default--alt": { - "value": "#7e8795", + "value": "#878D96", "type": "color" } }, "typo": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 400, "lineHeight": "24px", "fontSize": "14px" @@ -2433,15 +2476,15 @@ export default { "type": "color" }, "hover": { - "value": "#f7f9fc", + "value": "#F8F9FB", "type": "color" }, "down": { - "value": "#eaeef6", + "value": "#F2F4F8", "type": "color" }, "active": { - "value": "#eaeef6", + "value": "#F2F4F8", "type": "color" } } @@ -2457,7 +2500,7 @@ export default { }, "color": { "default": { - "value": "#c2cad6", + "value": "#C1C7CD", "type": "color" } } @@ -2467,11 +2510,11 @@ export default { "content": { "color": { "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "muted": { - "value": "#7e8795", + "value": "#878D96", "type": "color" }, "default--reverse": { @@ -2482,7 +2525,7 @@ export default { "typo": { "sm": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 400, "lineHeight": "16px", "fontSize": "12px", @@ -2492,7 +2535,7 @@ export default { }, "md": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 600, "lineHeight": "20px", "fontSize": "14px", @@ -2502,7 +2545,7 @@ export default { }, "lg--bold": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 600, "lineHeight": "24px", "fontSize": "16px", @@ -2512,7 +2555,7 @@ export default { }, "lg": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 400, "lineHeight": "24px", "fontSize": "16px", @@ -2524,7 +2567,7 @@ export default { }, "xlg": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 400, "lineHeight": "32px", "fontSize": "23px", @@ -2534,7 +2577,7 @@ export default { }, "2xlg": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 600, "lineHeight": "40px", "fontSize": "29px", @@ -2548,19 +2591,19 @@ export default { "color": { "neutral": { "default": { - "value": "#eaeef6", + "value": "#F2F4F8", "type": "color" }, "emphasis": { - "value": "#d9e1ed", + "value": "#DDE1E6", "type": "color" }, "subtle": { - "value": "#f7f9fc", + "value": "#F8F9FB", "type": "color" }, "hover": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" }, "active": { @@ -2616,15 +2659,15 @@ export default { "color": { "neutral": { "default": { - "value": "#eaeef6", + "value": "#F2F4F8", "type": "color" }, "emphasis": { - "value": "#d9e1ed", + "value": "#DDE1E6", "type": "color" }, "active": { - "value": "#307ae8", + "value": "#338077", "type": "color" } }, @@ -2711,7 +2754,7 @@ export default { "content": { "typo": { "value": { - "fontFamily": "Lexend", + "fontFamily": "Albert Sans", "fontWeight": 400, "fontSize": "14px", "lineHeight": "24px" @@ -2720,7 +2763,7 @@ export default { }, "color": { "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" } } @@ -2758,15 +2801,15 @@ export default { "type": "color" }, "hover": { - "value": "#eaeef6", + "value": "#DDE1E6", "type": "color" }, "default-alt": { - "value": "#307ae8", + "value": "#338077", "type": "color" }, "hover-alt": { - "value": "#7e8795", + "value": "#878D96", "type": "color" } }, @@ -2782,7 +2825,7 @@ export default { "type": "color" }, "hover": { - "value": "#f7f9fc", + "value": "#F8F9FB", "type": "color" } } @@ -2793,7 +2836,7 @@ export default { "typo": { "default": { "value": { - "fontFamily": "Lexend", + "fontFamily": "Albert Sans", "fontWeight": 300, "lineHeight": 20, "fontSize": 14 @@ -2802,7 +2845,7 @@ export default { }, "hover": { "value": { - "fontFamily": "Lexend", + "fontFamily": "Albert Sans", "fontWeight": 300, "lineHeight": 20, "fontSize": 14, @@ -2812,7 +2855,7 @@ export default { }, "current": { "value": { - "fontFamily": "Lexend", + "fontFamily": "Albert Sans", "fontWeight": 500, "lineHeight": 20, "fontSize": 14 @@ -2822,15 +2865,15 @@ export default { }, "color": { "default": { - "value": "#7e8795", + "value": "#697077", "type": "color" }, "hover": { - "value": "#307ae8", + "value": "#338077", "type": "color" }, "default--alt": { - "value": "#29313d", + "value": "#343A3F", "type": "color" } } @@ -2848,7 +2891,7 @@ export default { "content": { "typo": { "value": { - "fontFamily": "Lexend", + "fontFamily": "Albert Sans", "fontWeight": 300, "lineHeight": 20, "fontSize": 14 @@ -2857,7 +2900,7 @@ export default { }, "typo--bold": { "value": { - "fontFamily": "Lexend", + "fontFamily": "Albert Sans", "fontWeight": 500, "lineHeight": 20, "fontSize": 14 @@ -2866,7 +2909,7 @@ export default { }, "color": { "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" } } @@ -2878,11 +2921,11 @@ export default { "type": "color" }, "hover": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" }, "down": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" }, "selected": { @@ -2898,15 +2941,15 @@ export default { "type": "color" }, "hover": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" }, "down": { - "value": "#c2cad6", + "value": "#C1C7CD", "type": "color" }, "selected": { - "value": "#b1cdf6", + "value": "#74c8be", "type": "color" } }, @@ -2942,7 +2985,7 @@ export default { "content": { "typo": { "value": { - "fontFamily": "Lexend", + "fontFamily": "Albert Sans", "fontWeight": 500, "lineHeight": 20, "fontSize": 14 @@ -2955,7 +2998,7 @@ export default { "type": "color" }, "default-reverse": { - "value": "#495465", + "value": "#4D5358", "type": "color" } } @@ -2963,11 +3006,11 @@ export default { "background": { "color": { "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "default--alt": { - "value": "#307ae8", + "value": "#338077", "type": "color" }, "default-reverse": { @@ -3015,7 +3058,7 @@ export default { "content": { "typo": { "value": { - "fontFamily": "Lexend", + "fontFamily": "Albert Sans", "fontWeight": 300, "lineHeight": "24px", "fontSize": "14px" @@ -3024,7 +3067,7 @@ export default { }, "typo--bold": { "value": { - "fontFamily": "Lexend", + "fontFamily": "Albert Sans", "fontWeight": 500, "lineHeight": "24px", "fontSize": "14px" @@ -3033,7 +3076,7 @@ export default { }, "color": { "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "success": { @@ -3049,7 +3092,7 @@ export default { "type": "color" }, "info": { - "value": "#155ac1", + "value": "#235851", "type": "color" } } @@ -3101,7 +3144,7 @@ export default { "type": "color" }, "info": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" } } @@ -3118,7 +3161,7 @@ export default { "typo": { "sm": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 400, "lineHeight": "16px", "fontSize": "12px" @@ -3127,7 +3170,7 @@ export default { }, "md": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 400, "lineHeight": "24px", "fontSize": "14px" @@ -3137,7 +3180,7 @@ export default { }, "color": { "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" } } @@ -3145,11 +3188,11 @@ export default { "background": { "color": { "default": { - "value": "#eaeef6", + "value": "#F2F4F8", "type": "color" }, "hover": { - "value": "#d9e1ed", + "value": "#DDE1E6", "type": "color" }, "default--alt": { @@ -3157,7 +3200,7 @@ export default { "type": "color" }, "hover--alt": { - "value": "#f7f9fc", + "value": "#F8F9FB", "type": "color" } } @@ -3165,19 +3208,19 @@ export default { "border": { "color": { "default": { - "value": "#c2cad6", + "value": "#C1C7CD", "type": "color" }, "hover": { - "value": "#7e8795", + "value": "#878D96", "type": "color" }, "default--alt": { - "value": "#7e8795", + "value": "#878D96", "type": "color" }, "hover--alt": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "empty": { @@ -3229,22 +3272,22 @@ export default { "type": "color" }, "default--reverse": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "default--alt": { - "value": "#c2cad6", + "value": "#C1C7CD", "type": "color" }, "default--alt--reverse": { - "value": "#7e8795", + "value": "#878D96", "type": "color" } }, "typo": { "sm": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 400, "lineHeight": 16, "fontSize": 12 @@ -3253,7 +3296,7 @@ export default { }, "md": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 500, "lineHeight": 24, "fontSize": 14 @@ -3265,7 +3308,7 @@ export default { "background": { "color": { "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "default--reverse": { @@ -3281,11 +3324,11 @@ export default { }, "color": { "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "default--reverse": { - "value": "#c2cad6", + "value": "#C1C7CD", "type": "color" } }, @@ -3298,17 +3341,29 @@ export default { "menu": { "spacing": { "padding": { - "md": { + "xms": { + "value": "4px", + "type": "spacing" + }, + "xsm": { + "value": "8px", + "type": "spacing" + }, + "sm": { "value": "12px", "type": "spacing" }, - "lg": { - "value": "24px", + "md": { + "value": "16px", + "type": "spacing" + }, + "xlslg": { + "value": "28px", "type": "spacing" } }, "gap": { - "value": "16px", + "value": "12px", "type": "spacing" } }, @@ -3316,28 +3371,36 @@ export default { "color": { "main": { "default": { - "value": "#c2cad6", + "value": "#4D5358", "type": "color" }, "hover": { - "value": "#ffffff", + "value": "#4D5358", "type": "color" }, "active": { + "value": "#343A3F", + "type": "color" + }, + "default--reverse": { "value": "#ffffff", "type": "color" } }, "sub": { "default": { - "value": "#ffffff", + "value": "#4D5358", "type": "color" }, "hover": { - "value": "#ffffff", + "value": "#4D5358", "type": "color" }, "active": { + "value": "#343A3F", + "type": "color" + }, + "default--reverse": { "value": "#ffffff", "type": "color" } @@ -3346,10 +3409,10 @@ export default { "typo": { "md": { "value": { - "fontFamily": "Lexend", + "fontFamily": "Albert Sans", "fontWeight": 500, "fontSize": "14px", - "lineHeight": "20px" + "lineHeight": 16 }, "type": "typography" } @@ -3359,29 +3422,53 @@ export default { "color": { "main": { "default": { - "value": "#29313d", + "value": "#ffffff", + "type": "color" + }, + "default--dark": { + "value": "#193e3a", "type": "color" }, "hover": { - "value": "#307ae8", + "value": "#F8F9FB", + "type": "color" + }, + "hover--dark": { + "value": "#1d4944", "type": "color" }, "active": { - "value": "#495465", + "value": "#def2f0", + "type": "color" + }, + "active--dark": { + "value": "#235851", "type": "color" } }, "sub": { "default": { - "value": "#495465", + "value": "#ffffff", + "type": "color" + }, + "default---dark": { + "value": "#193e3a", "type": "color" }, "hover": { - "value": "#307ae8", + "value": "#F8F9FB", + "type": "color" + }, + "hover--dark": { + "value": "#1d4944", "type": "color" }, "active": { - "value": "#307ae8", + "value": "#def2f0", + "type": "color" + }, + "active--dark": { + "value": "#235851", "type": "color" } } @@ -3391,6 +3478,42 @@ export default { "md": { "value": "48px", "type": "sizing" + }, + "lg": { + "value": "56px", + "type": "sizing" + } + }, + "border": { + "color": { + "main": { + "active": { + "value": "#338077", + "type": "color" + }, + "default": { + "value": "#DDE1E6", + "type": "color" + } + }, + "sub": { + "default": { + "value": "#C1C7CD", + "type": "color" + }, + "default--dark": { + "value": "#878D96", + "type": "color" + }, + "hover": { + "value": "#C1C7CD", + "type": "color" + }, + "active": { + "value": "#338077", + "type": "color" + } + } } } }, @@ -3398,7 +3521,16 @@ export default { "content": { "typo": { "value": { - "fontFamily": "Lexend", + "fontFamily": "Albert Sans", + "fontWeight": 600, + "fontSize": 14, + "lineHeight": 20 + }, + "type": "typography" + }, + "typo-pending": { + "value": { + "fontFamily": "Albert Sans", "fontWeight": 500, "fontSize": 14, "lineHeight": 20 @@ -3406,12 +3538,20 @@ export default { "type": "typography" }, "color": { - "default": { - "value": "#7e8795", + "pending": { + "value": "#A2A9B0", + "type": "color" + }, + "pending-text": { + "value": "#697077", + "type": "color" + }, + "active": { + "value": "#338077", "type": "color" }, "completed": { - "value": "#5cbc6a", + "value": "#343A3F", "type": "color" } } @@ -3421,17 +3561,33 @@ export default { "value": "4px", "type": "spacing" }, + "xsm": { + "value": "6px", + "type": "spacing" + }, "padding": { - "md": { - "value": "16px", + "xsm": { + "value": "8px", "type": "spacing" } } }, "background": { "color": { + "pending": { + "value": "#def2f0", + "type": "color" + }, "active": { - "value": "#307ae8", + "value": "#def2f0", + "type": "color" + }, + "active--reverse": { + "value": "#DDE1E6", + "type": "color" + }, + "completed": { + "value": "#338077", "type": "color" } } @@ -3439,15 +3595,19 @@ export default { "border": { "color": { "default": { - "value": "#c2cad6", + "value": "#C1C7CD", "type": "color" }, "active": { - "value": "#307ae8", + "value": "#C1C7CD", + "type": "color" + }, + "active--reverse": { + "value": "#ffffff", "type": "color" }, "completed": { - "value": "#5cbc6a", + "value": "#338077", "type": "color" } }, @@ -3455,6 +3615,10 @@ export default { "value": "50%", "type": "borderRadius" }, + "md": { + "value": "4px", + "type": "borderRadius" + }, "width": { "value": "1px", "type": "borderWidth" @@ -3468,6 +3632,10 @@ export default { "md": { "value": "20px", "type": "sizing" + }, + "xlg": { + "value": "24px", + "type": "sizing" } } }, @@ -3476,7 +3644,7 @@ export default { "typo": { "md": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 500, "lineHeight": "24px", "fontSize": "16px" @@ -3485,7 +3653,7 @@ export default { }, "sm": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 400, "lineHeight": "20px", "fontSize": "14px" @@ -3495,7 +3663,7 @@ export default { }, "color": { "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" } } @@ -3507,7 +3675,7 @@ export default { "type": "color" }, "default--alt": { - "value": "#f7f9fc", + "value": "#F8F9FB", "type": "color" } } @@ -3515,7 +3683,7 @@ export default { "border": { "color": { "default": { - "value": "#eaeef6", + "value": "#DDE1E6", "type": "color" } }, @@ -3550,7 +3718,7 @@ export default { "typo": { "md": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 400, "lineHeight": 20, "fontSize": 14 @@ -3559,7 +3727,7 @@ export default { }, "md--bold": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 500, "lineHeight": 20, "fontSize": 14 @@ -3568,7 +3736,7 @@ export default { }, "sm": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 400, "lineHeight": 16, "fontSize": 12 @@ -3578,7 +3746,7 @@ export default { }, "color": { "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" } } @@ -3594,11 +3762,11 @@ export default { "border": { "color": { "default": { - "value": "#eaeef6", + "value": "#DDE1E6", "type": "color" }, "emphasis": { - "value": "#7e8795", + "value": "#878D96", "type": "color" } }, @@ -3642,7 +3810,7 @@ export default { "content": { "color": { "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "default--reverse": { @@ -3652,7 +3820,7 @@ export default { }, "typo": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 500, "lineHeight": "20px", "fontSize": "14px" @@ -3663,7 +3831,7 @@ export default { "background": { "color": { "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "default--reverse": { @@ -3685,7 +3853,7 @@ export default { "border": { "color": { "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "default--reverse": { @@ -3715,7 +3883,7 @@ export default { "content": { "color": { "default": { - "value": "#7e8795", + "value": "#878D96", "type": "color" } } @@ -3723,11 +3891,11 @@ export default { "background": { "color": { "default": { - "value": "#eaeef6", + "value": "#F2F4F8", "type": "color" }, "hover": { - "value": "#d9e1ed", + "value": "#DDE1E6", "type": "color" } } @@ -3754,7 +3922,7 @@ export default { "typo": { "01": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 400, "lineHeight": 24, "fontSize": 14 @@ -3763,7 +3931,7 @@ export default { }, "02": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 500, "lineHeight": 24, "fontSize": 14 @@ -3773,11 +3941,11 @@ export default { }, "color": { "default": { - "value": "#29313d", + "value": "#343A3F", "type": "color" }, "default--alt": { - "value": "#c2cad6", + "value": "#C1C7CD", "type": "color" } } @@ -3785,7 +3953,7 @@ export default { "background": { "color": { "default": { - "value": "#f7f9fc", + "value": "#F8F9FB", "type": "color" }, "muted": { @@ -3793,7 +3961,7 @@ export default { "type": "color" }, "emphasis": { - "value": "#eaeef6", + "value": "#F2F4F8", "type": "color" } } @@ -3801,11 +3969,11 @@ export default { "border": { "color": { "default": { - "value": "#c2cad6", + "value": "#C1C7CD", "type": "color" }, "default--alt": { - "value": "#155ac1", + "value": "#235851", "type": "color" } }, @@ -3864,15 +4032,15 @@ export default { "color": { "main": { "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "hover": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "active": { - "value": "#307ae8", + "value": "#338077", "type": "color" } }, @@ -3900,11 +4068,11 @@ export default { "type": "color" }, "hover": { - "value": "#f7f9fc", + "value": "#ffffff", "type": "color" }, "active": { - "value": "#e8f0fc", + "value": "#def2f0", "type": "color" } }, @@ -3925,12 +4093,56 @@ export default { } } }, + "headerCreate": { + "spacing": { + "padding": { + "lg": { + "value": "24px", + "type": "spacing" + } + } + }, + "border": { + "width": { + "sm": { + "value": "1px", + "type": "borderWidth" + } + } + } + }, + "HeaderCreate": { + "content": { + "color": { + "default": { + "value": "#343A3F", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "#ffffff", + "type": "color" + } + } + }, + "border": { + "color": { + "hover": { + "value": "#DDE1E6", + "type": "color" + } + } + } + }, "global": { "shadow": { "100": { "value": [ { - "color": "#d9e1ed14", + "color": "#dde1e614", "type": "dropShadow", "x": 0, "y": 2, @@ -3951,7 +4163,7 @@ export default { "200": { "value": [ { - "color": "#d9e1ed29", + "color": "#dde1e629", "type": "dropShadow", "x": 0, "y": 2, @@ -3972,7 +4184,7 @@ export default { "300": { "value": [ { - "color": "#d9e1ed3d", + "color": "#dde1e63d", "type": "dropShadow", "x": 0, "y": 2, @@ -3993,7 +4205,7 @@ export default { "400": { "value": [ { - "color": "#d9e1ed14", + "color": "#dde1e614", "type": "dropShadow", "x": -100, "y": 0, @@ -4019,7 +4231,7 @@ export default { "y": 0, "blur": 0, "spread": 3, - "color": "#7eacf1", + "color": "#4cb8ab", "type": "dropShadow" }, "type": "boxShadow" @@ -4028,20 +4240,20 @@ export default { "content": { "color": { "text": { - "default": { - "value": "#495465", + "emphasis": { + "value": "#343A3F", "type": "color" }, - "emphasis": { - "value": "#29313d", + "default": { + "value": "#4D5358", "type": "color" }, "muted": { - "value": "#7e8795", + "value": "#878D96", "type": "color" }, "subtle": { - "value": "#c2cad6", + "value": "#C1C7CD", "type": "color" }, "default--reverse": { @@ -4050,16 +4262,16 @@ export default { } }, "icon": { - "default": { - "value": "#7e8795", + "emphasis": { + "value": "#4D5358", "type": "color" }, - "emphasis": { - "value": "#495465", + "default": { + "value": "#878D96", "type": "color" }, "muted": { - "value": "#c2cad6", + "value": "#C1C7CD", "type": "color" }, "default--reverse": { @@ -4068,38 +4280,42 @@ export default { } }, "primary": { - "default": { - "value": "#307ae8", + "subtle": { + "value": "#a4dbd4", "type": "color" }, - "emphasis": { - "value": "#155ac1", + "muted": { + "value": "#4cb8ab", "type": "color" }, - "muted": { - "value": "#7eacf1", + "default": { + "value": "#338077", "type": "color" }, - "subtle": { - "value": "#e8f0fc", + "emphasis": { + "value": "#235851", "type": "color" } }, "secondary": { - "default": { - "value": "#495465", + "emphasis": { + "value": "#343A3F", "type": "color" }, - "emphasis": { - "value": "#29313d", + "default": { + "value": "#4D5358", "type": "color" }, "muted": { - "value": "#7e8795", + "value": "#697077", + "type": "color" + }, + "mutedSuble": { + "value": "#A2A9B0", "type": "color" }, "subtle": { - "value": "#eaeef6", + "value": "#F2F4F8", "type": "color" } }, @@ -4144,7 +4360,7 @@ export default { "type": "color" }, "disabled": { - "value": "#c2cad6", + "value": "#C1C7CD", "type": "color" }, "attention": { @@ -4164,13 +4380,29 @@ export default { "value": "#fef3e1", "type": "color" } + }, + "jungle": { + "default": { + "value": "#2F473F", + "type": "color" + }, + "muted": { + "value": "#596C65", + "type": "color" + } + }, + "slateGrey": { + "500": { + "value": "#0D2023", + "type": "color" + } } }, "typo": { "heading": { "xlg": { "value": { - "fontFamily": "Lexend", + "fontFamily": "Albert Sans", "fontWeight": 600, "lineHeight": "40px", "fontSize": "29px" @@ -4179,7 +4411,7 @@ export default { }, "lg": { "value": { - "fontFamily": "Lexend", + "fontFamily": "Albert Sans", "fontWeight": 600, "lineHeight": "32px", "fontSize": "26px" @@ -4188,7 +4420,7 @@ export default { }, "md": { "value": { - "fontFamily": "Lexend", + "fontFamily": "Albert Sans", "fontWeight": 600, "lineHeight": "28px", "fontSize": "23px" @@ -4197,7 +4429,7 @@ export default { }, "sm": { "value": { - "fontFamily": "Lexend", + "fontFamily": "Albert Sans", "fontWeight": 600, "lineHeight": "24px", "fontSize": "20px" @@ -4206,7 +4438,7 @@ export default { }, "xsm": { "value": { - "fontFamily": "Lexend", + "fontFamily": "Albert Sans", "fontWeight": 600, "lineHeight": "20px", "fontSize": "18px" @@ -4217,7 +4449,7 @@ export default { "body": { "lg": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 400, "lineHeight": "24px", "fontSize": "18px" @@ -4226,7 +4458,7 @@ export default { }, "lg--bold": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 500, "lineHeight": "24px", "fontSize": "18px" @@ -4235,7 +4467,7 @@ export default { }, "md": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 400, "lineHeight": "24px", "fontSize": "16px" @@ -4244,7 +4476,7 @@ export default { }, "md--bold": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 500, "lineHeight": "24px", "fontSize": "16px" @@ -4253,7 +4485,7 @@ export default { }, "sm": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 400, "lineHeight": "20px", "fontSize": "14px" @@ -4262,7 +4494,7 @@ export default { }, "sm--bold": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 500, "lineHeight": "20px", "fontSize": "14px" @@ -4272,7 +4504,7 @@ export default { }, "caption": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 400, "lineHeight": 16, "fontSize": 12 @@ -4284,7 +4516,7 @@ export default { "heading": { "xlg": { "value": { - "fontFamily": "Lexend", + "fontFamily": "Albert Sans", "fontWeight": 600, "lineHeight": "32px", "fontSize": "26px" @@ -4293,7 +4525,7 @@ export default { }, "lg": { "value": { - "fontFamily": "Lexend", + "fontFamily": "Albert Sans", "fontWeight": 600, "lineHeight": "28px", "fontSize": "23px" @@ -4302,7 +4534,7 @@ export default { }, "md": { "value": { - "fontFamily": "Lexend", + "fontFamily": "Albert Sans", "fontWeight": 600, "lineHeight": "24px", "fontSize": "20px" @@ -4311,7 +4543,7 @@ export default { }, "sm": { "value": { - "fontFamily": "Lexend", + "fontFamily": "Albert Sans", "fontWeight": 600, "lineHeight": "20px", "fontSize": "18px" @@ -4320,7 +4552,7 @@ export default { }, "xsm": { "value": { - "fontFamily": "Lexend", + "fontFamily": "Albert Sans", "fontWeight": 600, "lineHeight": "16px", "fontSize": "16px" @@ -4331,7 +4563,7 @@ export default { "body": { "lg": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 400, "lineHeight": "24px", "fontSize": "16px" @@ -4340,7 +4572,7 @@ export default { }, "lg--bold": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 500, "lineHeight": "24px", "fontSize": "16px" @@ -4349,7 +4581,7 @@ export default { }, "md": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 400, "lineHeight": "20px", "fontSize": "14px" @@ -4358,7 +4590,7 @@ export default { }, "md--bold": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 500, "lineHeight": "20px", "fontSize": "14px" @@ -4367,7 +4599,7 @@ export default { }, "sm": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 400, "lineHeight": "16px", "fontSize": "12px" @@ -4376,7 +4608,7 @@ export default { }, "sm--bold": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 500, "lineHeight": "16px", "fontSize": "12px" @@ -4386,7 +4618,7 @@ export default { }, "caption": { "value": { - "fontFamily": "Inter", + "fontFamily": "Albert Sans", "fontWeight": 400, "lineHeight": 16, "fontSize": 12 @@ -4403,69 +4635,81 @@ export default { "type": "color" }, "emphasis": { - "value": "#d9e1ed", + "value": "#DDE1E6", "type": "color" }, "muted": { - "value": "#eaeef6", + "value": "#F2F4F8", "type": "color" }, "subtle": { - "value": "#f7f9fc", + "value": "#F8F9FB", "type": "color" }, "default--reverse": { - "value": "#495465", + "value": "#4D5358", "type": "color" } }, "primary": { + "verySubtle": { + "value": "#def2f0", + "type": "color" + }, + "subtle": { + "value": "#a4dbd4", + "type": "color" + }, + "muted": { + "value": "#74c8be", + "type": "color" + }, "default": { - "value": "#307ae8", + "value": "#338077", "type": "color" }, "emphasis": { - "value": "#155ac1", + "value": "#235851", "type": "color" }, - "muted": { - "value": "#b1cdf6", + "strong": { + "value": "#1d4944", "type": "color" }, - "subtle": { - "value": "#e8f0fc", + "dark": { + "value": "#193e3a", "type": "color" } }, "secondary": { "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "emphasis": { - "value": "#29313d", + "value": "#343A3F", "type": "color" }, "muted": { - "value": "#7e8795", + "value": "#878D96", "type": "color" }, "subtle": { - "value": "#f7f9fc", + "value": "#F8F9FB", "type": "color" } }, "accent": { "default": { - "value": "#ffff8f", + "value": "#6A5BE5", "type": "color" }, "emphasis": { - "value": "#ebeb00", + "value": "#312A6A", "type": "color" }, "subtle": { - "value": "#ffffe0", + "value": "#A297FD", "type": "color" } }, @@ -4510,12 +4754,12 @@ export default { "type": "color" }, "disabled": { - "value": "#f0f4f9", + "value": "#F2F4F8", "type": "color" }, "overlay": { "default": { - "value": "#eaeef680", + "value": "#f2f4f880", "type": "color" } }, @@ -4536,24 +4780,58 @@ export default { "value": "#fef3e1", "type": "color" } - } - } - }, - "border": { - "width": { - "sm": { - "value": "1px", - "type": "borderWidth" }, - "md": { - "value": "2px", - "type": "borderWidth" + "leemons": { + "subtle": { + "value": "#EFFACC", + "type": "color" + } }, - "lg": { - "value": "4px", - "type": "borderWidth" - } - }, + "jungle": { + "default": { + "value": "#2F473F", + "type": "color" + }, + "draft": { + "value": "#596C65", + "type": "color" + } + }, + "info": { + "default": { + "value": "#307AE8", + "type": "color" + }, + "emphasis": { + "value": "#155AC1", + "type": "color" + }, + "muted": { + "value": "#B1CDF6", + "type": "color" + }, + "subtle": { + "value": "#E8F0FC", + "type": "color" + } + } + } + }, + "border": { + "width": { + "sm": { + "value": "1px", + "type": "borderWidth" + }, + "md": { + "value": "2px", + "type": "borderWidth" + }, + "lg": { + "value": "4px", + "type": "borderWidth" + } + }, "radius": { "sm": { "value": "2px", @@ -4579,19 +4857,19 @@ export default { "color": { "line": { "default": { - "value": "#7e8795", + "value": "#878D96", "type": "color" }, "emphasis": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "muted": { - "value": "#c2cad6", + "value": "#C1C7CD", "type": "color" }, "subtle": { - "value": "#eaeef6", + "value": "#DDE1E6", "type": "color" }, "default--reverse": { @@ -4601,37 +4879,37 @@ export default { }, "primary": { "default": { - "value": "#307ae8", + "value": "#338077", "type": "color" }, "emphasis": { - "value": "#155ac1", + "value": "#235851", "type": "color" }, "muted": { - "value": "#b1cdf6", + "value": "#74c8be", "type": "color" }, "subtle": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" } }, "secondary": { "default": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "emphasis": { - "value": "#29313d", + "value": "#343A3F", "type": "color" }, "muted": { - "value": "#7e8795", + "value": "#878D96", "type": "color" }, "subtle": { - "value": "#f7f9fc", + "value": "#F8F9FB", "type": "color" } }, @@ -4677,17 +4955,17 @@ export default { }, "disabled": { "default": { - "value": "#c2cad6", + "value": "#C1C7CD", "type": "color" }, "muted": { - "value": "#f0f4f9", + "value": "#00000000", "type": "color" } }, "overlay": { "default": { - "value": "#eaeef680", + "value": "#f2f4f880", "type": "color" } }, @@ -4708,6 +4986,30 @@ export default { "value": "#fef3e1", "type": "color" } + }, + "leemons": { + "default": { + "value": "#B1E400", + "type": "color" + } + }, + "info": { + "default": { + "value": "#307AE8", + "type": "color" + }, + "emphasis": { + "value": "#155AC1", + "type": "color" + }, + "muted": { + "value": "#B1CDF6", + "type": "color" + }, + "subtle": { + "value": "#E8F0FC", + "type": "color" + } } } }, @@ -4721,6 +5023,10 @@ export default { "value": "4px", "type": "spacing" }, + "1xsm": { + "value": "6px", + "type": "spacing" + }, "xsm": { "value": "8px", "type": "spacing" @@ -4737,6 +5043,10 @@ export default { "value": "24px", "type": "spacing" }, + "xlslg": { + "value": "28px", + "type": "spacing" + }, "xlg": { "value": "32px", "type": "spacing" @@ -4759,10 +5069,18 @@ export default { "value": "4px", "type": "spacing" }, + "xsm": { + "value": "6px", + "type": "spacing" + }, "md": { "value": "8px", "type": "spacing" }, + "slg": { + "value": "12px", + "type": "spacing" + }, "lg": { "value": "16px", "type": "spacing" @@ -4803,6 +5121,10 @@ export default { }, "control": { "size": { + "50": { + "value": "8 px", + "type": "sizing" + }, "100": { "value": "16px", "type": "sizing" @@ -4858,123 +5180,131 @@ export default { }, "neutral": { "50": { - "value": "#f7f9fc", + "value": "#F8F9FB", "type": "color" }, "75": { - "value": "#f0f4f9", + "value": "#00000000", "type": "color" }, "100": { - "value": "#eaeef6", + "value": "#F2F4F8", "type": "color" }, "200": { - "value": "#d9e1ed", + "value": "#DDE1E6", "type": "color" }, "300": { - "value": "#c2cad6", + "value": "#C1C7CD", "type": "color" }, "400": { - "value": "#a4abb7", + "value": "#A2A9B0", "type": "color" }, "500": { - "value": "#7e8795", + "value": "#878D96", "type": "color" }, "600": { - "value": "#656e7b", + "value": "#697077", "type": "color" }, "700": { - "value": "#495465", + "value": "#4D5358", "type": "color" }, "800": { - "value": "#29313d", + "value": "#343A3F", "type": "color" }, "900": { - "value": "#181d25", + "value": "#21272A", "type": "color" } }, "primary": { + "50": { + "value": "#def2f0", + "type": "color" + }, "100": { - "value": "#e8f0fc", + "value": "#a4dbd4", "type": "color" }, "200": { - "value": "#b1cdf6", + "value": "#74c8be", "type": "color" }, "300": { - "value": "#7eacf1", + "value": "#4cb8ab", "type": "color" }, "400": { - "value": "#5592ec", + "value": "#3d998e", "type": "color" }, "500": { - "value": "#307ae8", + "value": "#338077", "type": "color" }, "600": { - "value": "#1867dc", + "value": "#2a6a62", "type": "color" }, "700": { - "value": "#155ac1", + "value": "#235851", "type": "color" }, "800": { - "value": "#134faa", + "value": "#1d4944", "type": "color" }, "900": { - "value": "#104593", + "value": "#193e3a", "type": "color" } }, - "accent": { + "purple": { + "50": { + "value": "#F6EBFF", + "type": "color" + }, "100": { - "value": "hsla(60,100%,110%,1)", + "value": "#E2BFFE", "type": "color" }, "200": { - "value": "hsla(60,100%,102%,1)", + "value": "#D5A1FE", "type": "color" }, "300": { - "value": "#ffffe0", + "value": "#C176FD", "type": "color" }, "400": { - "value": "#ffffb8", + "value": "#B55BFD", "type": "color" }, "500": { - "value": "#ffff8f", + "value": "#A332FC", "type": "color" }, "600": { - "value": "#ffff66", + "value": "#942EE5", "type": "color" }, "700": { - "value": "#ffff3d", + "value": "#7424B3", "type": "color" }, "800": { - "value": "#ffff14", + "value": "#5A1C8B", "type": "color" }, "900": { - "value": "#ebeb00", + "value": "#44156A", "type": "color" } }, @@ -5094,19 +5424,19 @@ export default { }, "customPrimary": { "hue": { - "value": 216, + "value": 173, "type": "color" }, "saturation": { - "value": 80, + "value": 43, "type": "color" }, "lightness": { - "value": 55, + "value": 35, "type": "color" }, "hsla": { - "value": "#307ae8", + "value": "#338077", "type": "color" } }, @@ -5127,6 +5457,296 @@ export default { "value": "#ffff8f", "type": "color" } + }, + "slateGrey": { + "50": { + "value": "#E7E9E9", + "type": "color" + }, + "100": { + "value": "#B4BABB", + "type": "color" + }, + "200": { + "value": "#90989A", + "type": "color" + }, + "300": { + "value": "#5D6A6C", + "type": "color" + }, + "400": { + "value": "#0D2023", + "type": "color" + }, + "500": { + "value": "#0D2023", + "type": "color" + }, + "600": { + "value": "#0C1D20", + "type": "color" + }, + "700": { + "value": "#091719", + "type": "color" + }, + "800": { + "value": "#071213", + "type": "color" + }, + "900": { + "value": "#050D0F", + "type": "color" + } + }, + "jungle": { + "50": { + "value": "#EAEDEC", + "type": "color" + }, + "100": { + "value": "#BFC6C3", + "type": "color" + }, + "200": { + "value": "#9FAAA7", + "type": "color" + }, + "300": { + "value": "#74847E", + "type": "color" + }, + "400": { + "value": "#596C65", + "type": "color" + }, + "500": { + "value": "#2F473F", + "type": "color" + }, + "600": { + "value": "#2B4139", + "type": "color" + }, + "700": { + "value": "#21322D", + "type": "color" + }, + "800": { + "value": "#1A2723", + "type": "color" + }, + "900": { + "value": "#141E1A", + "type": "color" + } + }, + "lime": { + "50": { + "value": "#F2F5EA", + "type": "color" + }, + "100": { + "value": "#D6E1BE", + "type": "color" + }, + "200": { + "value": "#C2D29F", + "type": "color" + }, + "300": { + "value": "#A7BD73", + "type": "color" + }, + "400": { + "value": "#95B158", + "type": "color" + }, + "500": { + "value": "#7B9D2E", + "type": "color" + }, + "600": { + "value": "#708F2A", + "type": "color" + }, + "700": { + "value": "#576F21", + "type": "color" + }, + "800": { + "value": "#445619", + "type": "color" + }, + "900": { + "value": "#344213", + "type": "color" + } + }, + "accent": { + "50": { + "value": "#F1F0FF", + "type": "color" + }, + "100": { + "value": "#D4CFFE", + "type": "color" + }, + "200": { + "value": "#BFB8FE", + "type": "color" + }, + "300": { + "value": "#A297FD", + "type": "color" + }, + "400": { + "value": "#9083FD", + "type": "color" + }, + "500": { + "value": "#7464FC", + "type": "color" + }, + "600": { + "value": "#6A5BE5", + "type": "color" + }, + "700": { + "value": "#5247B3", + "type": "color" + }, + "800": { + "value": "#40378B", + "type": "color" + }, + "900": { + "value": "#312A6A", + "type": "color" + } + }, + "coral": { + "50": { + "value": "#FFEEF1", + "type": "color" + }, + "100": { + "value": "#FFCAD3", + "type": "color" + }, + "200": { + "value": "#FFB0BD", + "type": "color" + }, + "300": { + "value": "#FF8C9F", + "type": "color" + }, + "400": { + "value": "#FF768D", + "type": "color" + }, + "500": { + "value": "#FF5470", + "type": "color" + }, + "600": { + "value": "#E84C66", + "type": "color" + }, + "700": { + "value": "#B53C50", + "type": "color" + }, + "800": { + "value": "#8C2E3E", + "type": "color" + }, + "900": { + "value": "#6B232F", + "type": "color" + } + }, + "leemons": { + "50": { + "value": "#EFFACC", + "type": "color" + }, + "100": { + "value": "#E7F7B0", + "type": "color" + }, + "200": { + "value": "#DBF38A", + "type": "color" + }, + "300": { + "value": "#CBED54", + "type": "color" + }, + "400": { + "value": "#C1E933", + "type": "color" + }, + "500": { + "value": "#B1E400", + "type": "color" + }, + "600": { + "value": "#A1CF00", + "type": "color" + }, + "700": { + "value": "#7EA200", + "type": "color" + }, + "800": { + "value": "#617D00", + "type": "color" + }, + "900": { + "value": "#4A6000", + "type": "color" + } + }, + "info": { + "100": { + "value": "#E8F0FC", + "type": "color" + }, + "200": { + "value": "#B1CDF6", + "type": "color" + }, + "300": { + "value": "#7EACF1", + "type": "color" + }, + "400": { + "value": "#5592EC", + "type": "color" + }, + "500": { + "value": "#307AE8", + "type": "color" + }, + "600": { + "value": "#1867DC", + "type": "color" + }, + "700": { + "value": "#155AC1", + "type": "color" + }, + "800": { + "value": "#134FAA", + "type": "color" + }, + "900": { + "value": "#104593", + "type": "color" + } } }, "dimension": { @@ -5207,6 +5827,10 @@ export default { "value": 4, "type": "sizing" }, + "75": { + "value": 6, + "type": "sizing" + }, "100": { "value": 8, "type": "sizing" @@ -5304,11 +5928,11 @@ export default { "font": { "family": { "main": { - "value": "Lexend", + "value": "Albert Sans", "type": "fontFamilies" }, "alt": { - "value": "Inter", + "value": "Albert Sans", "type": "fontFamilies" }, "code": { @@ -5365,6 +5989,10 @@ export default { } }, "size": { + "25": { + "value": 8, + "type": "fontSizes" + }, "50": { "value": 12, "type": "fontSizes" @@ -5397,6 +6025,10 @@ export default { "value": 29, "type": "fontSizes" } + }, + "uppercase": { + "value": "uppercase", + "type": "textCase" } } }, @@ -5405,42 +6037,50 @@ export default { "primary": { "lightness": { "scale": { - "value": 1.15, + "value": 1.21, "type": "other" }, "up": { "1": { - "value": 63, + "value": 42, "type": "other" }, "2": { - "value": 72, + "value": 51, "type": "other" }, "3": { - "value": 83, + "value": 62, "type": "other" }, "4": { - "value": 95, + "value": 75, + "type": "other" + }, + "5": { + "value": 91, "type": "other" } }, "down": { "1": { - "value": 48, + "value": 29, "type": "other" }, "2": { - "value": 42, + "value": 24, "type": "other" }, "3": { - "value": 37, + "value": 20, "type": "other" }, "4": { - "value": 32, + "value": 17, + "type": "other" + }, + "5": { + "value": 14, "type": "other" } } @@ -5509,5 +6149,9 @@ export default { "type": "other" } } + }, + "underline": { + "value": "underline", + "type": "textDecoration" } } \ No newline at end of file From c319398bfed7a8d94f3c662d93269a43de0ad91e Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 1 Sep 2023 14:22:05 +0000 Subject: [PATCH 032/547] chore: version bump --- packages/calendars/CHANGELOG.md | 9 +++++++++ packages/calendars/package.json | 6 +++--- packages/components/CHANGELOG.md | 8 ++++++++ packages/components/package.json | 4 ++-- packages/editors/CHANGELOG.md | 9 +++++++++ packages/editors/package.json | 6 +++--- packages/icons/CHANGELOG.md | 6 ++++++ packages/icons/package.json | 2 +- packages/leemons/CHANGELOG.md | 11 +++++++++++ packages/leemons/package.json | 10 +++++----- packages/notifications/CHANGELOG.md | 9 +++++++++ packages/notifications/package.json | 6 +++--- 12 files changed, 69 insertions(+), 17 deletions(-) diff --git a/packages/calendars/CHANGELOG.md b/packages/calendars/CHANGELOG.md index 716d6a31c..33e239679 100644 --- a/packages/calendars/CHANGELOG.md +++ b/packages/calendars/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/calendars +## 1.1.110 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.1.110 + - @bubbles-ui/icons@1.1.110 + ## 1.1.109 ### Patch Changes diff --git a/packages/calendars/package.json b/packages/calendars/package.json index e77ac5bfc..735686711 100644 --- a/packages/calendars/package.json +++ b/packages/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/calendars", - "version": "1.1.109", + "version": "1.1.110", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -57,8 +57,8 @@ "rrule": "^2.6.8" }, "peerDependencies": { - "@bubbles-ui/components": "^1.1.109", - "@bubbles-ui/icons": "^1.1.109", + "@bubbles-ui/components": "^1.1.110", + "@bubbles-ui/icons": "^1.1.110", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 40ee9af7b..ae014c723 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,13 @@ # @bubbles-ui/components +## 1.1.110 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/icons@1.1.110 + ## 1.1.109 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 4c133fab9..411e24b2d 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/components", - "version": "1.1.109", + "version": "1.1.110", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -60,7 +60,7 @@ "chromatic": "npx chromatic --project-token=7b10302a7b6b --build-script-name=build:storybook:raw" }, "dependencies": { - "@bubbles-ui/icons": "^1.1.109", + "@bubbles-ui/icons": "^1.1.110", "@emotion/react": "^11.10.0", "@heroicons/react": "^1.0.5", "@leemonade/react-dnd-treeview": "^1.5.44", diff --git a/packages/editors/CHANGELOG.md b/packages/editors/CHANGELOG.md index 233357212..08bbc3075 100644 --- a/packages/editors/CHANGELOG.md +++ b/packages/editors/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/editors +## 1.1.110 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.1.110 + - @bubbles-ui/icons@1.1.110 + ## 1.1.109 ### Patch Changes diff --git a/packages/editors/package.json b/packages/editors/package.json index 2364ef643..21a6d818a 100644 --- a/packages/editors/package.json +++ b/packages/editors/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/editors", - "version": "1.1.109", + "version": "1.1.110", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -79,8 +79,8 @@ "styled-icons": "^10.45.0" }, "peerDependencies": { - "@bubbles-ui/components": "^1.1.109", - "@bubbles-ui/icons": "^1.1.109", + "@bubbles-ui/components": "^1.1.110", + "@bubbles-ui/icons": "^1.1.110", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 1843479ed..4c24e74a0 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @bubbles-ui/icons +## 1.1.110 + +### Patch Changes + +- Versions bump + ## 1.1.109 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 1168414b5..87f035a51 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/icons", - "version": "1.1.109", + "version": "1.1.110", "description": "The Bubbles Design System icons library.", "license": "MIT", "repository": { diff --git a/packages/leemons/CHANGELOG.md b/packages/leemons/CHANGELOG.md index 86cda5cb0..e0faf9414 100644 --- a/packages/leemons/CHANGELOG.md +++ b/packages/leemons/CHANGELOG.md @@ -1,5 +1,16 @@ # @bubbles-ui/leemons +## 1.1.110 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.1.110 + - @bubbles-ui/calendars@1.1.110 + - @bubbles-ui/editors@1.1.110 + - @bubbles-ui/icons@1.1.110 + ## 1.1.109 ### Patch Changes diff --git a/packages/leemons/package.json b/packages/leemons/package.json index 4ea25ba7f..d462720fb 100644 --- a/packages/leemons/package.json +++ b/packages/leemons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/leemons", - "version": "1.1.109", + "version": "1.1.110", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -74,10 +74,10 @@ "ajv": "6.12.6" }, "peerDependencies": { - "@bubbles-ui/calendars": "^1.1.109", - "@bubbles-ui/components": "^1.1.109", - "@bubbles-ui/editors": "^1.1.109", - "@bubbles-ui/icons": "^1.1.109", + "@bubbles-ui/calendars": "^1.1.110", + "@bubbles-ui/components": "^1.1.110", + "@bubbles-ui/editors": "^1.1.110", + "@bubbles-ui/icons": "^1.1.110", "dayjs": "^1.10.7", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index 3df115b8a..2c9e2cb80 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/notifications +## 1.1.110 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.1.110 + - @bubbles-ui/icons@1.1.110 + ## 1.1.109 ### Patch Changes diff --git a/packages/notifications/package.json b/packages/notifications/package.json index 006756902..0dc9a18b7 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/notifications", - "version": "1.1.109", + "version": "1.1.110", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -52,8 +52,8 @@ "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@bubbles-ui/components": "^1.1.109", - "@bubbles-ui/icons": "^1.1.109", + "@bubbles-ui/components": "^1.1.110", + "@bubbles-ui/icons": "^1.1.110", "@mantine/core": "5.2.4", "@mantine/hooks": "5.2.4", "react": "^17.0.2", From bbdcce53fa9896278e19ef07749ebb71192f6260 Mon Sep 17 00:00:00 2001 From: JohanFX Date: Wed, 6 Sep 2023 16:20:35 +0200 Subject: [PATCH 033/547] feat: card library --- tokens.json | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 118 insertions(+), 2 deletions(-) diff --git a/tokens.json b/tokens.json index fe59fc71a..ca610c010 100644 --- a/tokens.json +++ b/tokens.json @@ -1,5 +1,4 @@ { - "core": { "core": { "color": { @@ -6112,6 +6111,123 @@ } } } + }, + "cardLibrary": { + "spacing": { + "padding": { + "horizontal": { + "sm": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "xsm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + } + }, + "vertical": { + "sm": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "xsm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + } + } + }, + "gap": { + "value": "{input.spacing.gap.lg}", + "type": "spacing" + } + }, + "content": { + "color": { + "emphasis": { + "value": "{global.content.color.text.emphasis}", + "type": "color" + }, + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "muted": { + "value": "{global.content.color.text.muted}", + "type": "color" + }, + "icon": { + "value": "{global.content.color.icon.default}", + "type": "color" + } + }, + "typo": { + "lg": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.200}", + "fontSize": "{core.font.size.200}" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.100}", + "fontSize": "{core.font.size.50}" + }, + "type": "typography" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "border": { + "color": { + "subtle": { + "value": "{global.border.color.line.subtle}", + "type": "color" + } + }, + "radius": { + "sm": { + "value": "{global.border.radius.sm}", + "type": "borderRadius" + }, + "circle": { + "value": "{global.border.radius.circle}", + "type": "borderRadius" + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + } } }, "$themes": [], @@ -6122,4 +6238,4 @@ "component" ] } -} +} \ No newline at end of file From 73d4d185a7b27a39b77dfa8098cf420b55d5bebb Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 6 Sep 2023 14:34:55 +0000 Subject: [PATCH 034/547] chore: version bump --- packages/calendars/CHANGELOG.md | 9 +++++++++ packages/calendars/package.json | 6 +++--- packages/components/CHANGELOG.md | 8 ++++++++ packages/components/package.json | 4 ++-- packages/editors/CHANGELOG.md | 9 +++++++++ packages/editors/package.json | 6 +++--- packages/icons/CHANGELOG.md | 6 ++++++ packages/icons/package.json | 2 +- packages/leemons/CHANGELOG.md | 11 +++++++++++ packages/leemons/package.json | 10 +++++----- packages/notifications/CHANGELOG.md | 9 +++++++++ packages/notifications/package.json | 6 +++--- 12 files changed, 69 insertions(+), 17 deletions(-) diff --git a/packages/calendars/CHANGELOG.md b/packages/calendars/CHANGELOG.md index 33e239679..34e626193 100644 --- a/packages/calendars/CHANGELOG.md +++ b/packages/calendars/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/calendars +## 1.1.111 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.1.111 + - @bubbles-ui/icons@1.1.111 + ## 1.1.110 ### Patch Changes diff --git a/packages/calendars/package.json b/packages/calendars/package.json index 735686711..a9f1056fb 100644 --- a/packages/calendars/package.json +++ b/packages/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/calendars", - "version": "1.1.110", + "version": "1.1.111", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -57,8 +57,8 @@ "rrule": "^2.6.8" }, "peerDependencies": { - "@bubbles-ui/components": "^1.1.110", - "@bubbles-ui/icons": "^1.1.110", + "@bubbles-ui/components": "^1.1.111", + "@bubbles-ui/icons": "^1.1.111", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index ae014c723..6ffdf7efc 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,13 @@ # @bubbles-ui/components +## 1.1.111 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/icons@1.1.111 + ## 1.1.110 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 411e24b2d..245e2959d 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/components", - "version": "1.1.110", + "version": "1.1.111", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -60,7 +60,7 @@ "chromatic": "npx chromatic --project-token=7b10302a7b6b --build-script-name=build:storybook:raw" }, "dependencies": { - "@bubbles-ui/icons": "^1.1.110", + "@bubbles-ui/icons": "^1.1.111", "@emotion/react": "^11.10.0", "@heroicons/react": "^1.0.5", "@leemonade/react-dnd-treeview": "^1.5.44", diff --git a/packages/editors/CHANGELOG.md b/packages/editors/CHANGELOG.md index 08bbc3075..dab05c407 100644 --- a/packages/editors/CHANGELOG.md +++ b/packages/editors/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/editors +## 1.1.111 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.1.111 + - @bubbles-ui/icons@1.1.111 + ## 1.1.110 ### Patch Changes diff --git a/packages/editors/package.json b/packages/editors/package.json index 21a6d818a..97081e076 100644 --- a/packages/editors/package.json +++ b/packages/editors/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/editors", - "version": "1.1.110", + "version": "1.1.111", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -79,8 +79,8 @@ "styled-icons": "^10.45.0" }, "peerDependencies": { - "@bubbles-ui/components": "^1.1.110", - "@bubbles-ui/icons": "^1.1.110", + "@bubbles-ui/components": "^1.1.111", + "@bubbles-ui/icons": "^1.1.111", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 4c24e74a0..c414f06fd 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @bubbles-ui/icons +## 1.1.111 + +### Patch Changes + +- Versions bump + ## 1.1.110 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 87f035a51..86236e582 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/icons", - "version": "1.1.110", + "version": "1.1.111", "description": "The Bubbles Design System icons library.", "license": "MIT", "repository": { diff --git a/packages/leemons/CHANGELOG.md b/packages/leemons/CHANGELOG.md index e0faf9414..b45684103 100644 --- a/packages/leemons/CHANGELOG.md +++ b/packages/leemons/CHANGELOG.md @@ -1,5 +1,16 @@ # @bubbles-ui/leemons +## 1.1.111 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.1.111 + - @bubbles-ui/calendars@1.1.111 + - @bubbles-ui/editors@1.1.111 + - @bubbles-ui/icons@1.1.111 + ## 1.1.110 ### Patch Changes diff --git a/packages/leemons/package.json b/packages/leemons/package.json index d462720fb..194d63be3 100644 --- a/packages/leemons/package.json +++ b/packages/leemons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/leemons", - "version": "1.1.110", + "version": "1.1.111", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -74,10 +74,10 @@ "ajv": "6.12.6" }, "peerDependencies": { - "@bubbles-ui/calendars": "^1.1.110", - "@bubbles-ui/components": "^1.1.110", - "@bubbles-ui/editors": "^1.1.110", - "@bubbles-ui/icons": "^1.1.110", + "@bubbles-ui/calendars": "^1.1.111", + "@bubbles-ui/components": "^1.1.111", + "@bubbles-ui/editors": "^1.1.111", + "@bubbles-ui/icons": "^1.1.111", "dayjs": "^1.10.7", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index 2c9e2cb80..4a129c63c 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/notifications +## 1.1.111 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.1.111 + - @bubbles-ui/icons@1.1.111 + ## 1.1.110 ### Patch Changes diff --git a/packages/notifications/package.json b/packages/notifications/package.json index 0dc9a18b7..e84150b0e 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/notifications", - "version": "1.1.110", + "version": "1.1.111", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -52,8 +52,8 @@ "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@bubbles-ui/components": "^1.1.110", - "@bubbles-ui/icons": "^1.1.110", + "@bubbles-ui/components": "^1.1.111", + "@bubbles-ui/icons": "^1.1.111", "@mantine/core": "5.2.4", "@mantine/hooks": "5.2.4", "react": "^17.0.2", From 6ddeebbd7006c2d5f3f4ec061ce2ed44cef0ce4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Go=CC=81mez=20Cimarro?= Date: Thu, 7 Sep 2023 15:20:12 +0200 Subject: [PATCH 035/547] .idea --- .../2bad414ce77ae691faf937786d35e8e4ba2a2b7f | 3 +++ .../4e2502707e85d8cd2f426385228db8c0d1b08e6b | 0 .../670faacdea0a007579b778a31326b7b1802f325d | 0 .../7030d0b2f71b999ff89a343de08c414af32fc93a | 0 .../75af26703041827af39edebdd5baf00fcdf1842e | 0 .../8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d | 0 .../9d655cdcc32356984407680972e20428fbe70cb3 | 0 .../c99100035f2236fdf0d18121cd0755c16474a20b | 2 ++ .../dd49e725aeebc0b9a6011c23c78c088edc0c565a | 0 .../e21869cab1b16ee98c8654bb09ad4a057d4e7b85 | 0 .../e7f6beccf061b19b9f88278c2ce5c1227c086978 | 0 .idea/sonarlint/issuestore/index.pb | 23 +++++++++++++++++++ .../2bad414ce77ae691faf937786d35e8e4ba2a2b7f | 0 .../4e2502707e85d8cd2f426385228db8c0d1b08e6b | 0 .../670faacdea0a007579b778a31326b7b1802f325d | 0 .../7030d0b2f71b999ff89a343de08c414af32fc93a | 0 .../75af26703041827af39edebdd5baf00fcdf1842e | 0 .../8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d | 0 .../9d655cdcc32356984407680972e20428fbe70cb3 | 0 .../c99100035f2236fdf0d18121cd0755c16474a20b | 0 .../dd49e725aeebc0b9a6011c23c78c088edc0c565a | 0 .../e21869cab1b16ee98c8654bb09ad4a057d4e7b85 | 0 .../e7f6beccf061b19b9f88278c2ce5c1227c086978 | 0 .idea/sonarlint/securityhotspotstore/index.pb | 23 +++++++++++++++++++ 24 files changed, 51 insertions(+) create mode 100644 .idea/sonarlint/issuestore/2/b/2bad414ce77ae691faf937786d35e8e4ba2a2b7f create mode 100644 .idea/sonarlint/issuestore/4/e/4e2502707e85d8cd2f426385228db8c0d1b08e6b create mode 100644 .idea/sonarlint/issuestore/6/7/670faacdea0a007579b778a31326b7b1802f325d create mode 100644 .idea/sonarlint/issuestore/7/0/7030d0b2f71b999ff89a343de08c414af32fc93a create mode 100644 .idea/sonarlint/issuestore/7/5/75af26703041827af39edebdd5baf00fcdf1842e create mode 100644 .idea/sonarlint/issuestore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d create mode 100644 .idea/sonarlint/issuestore/9/d/9d655cdcc32356984407680972e20428fbe70cb3 create mode 100644 .idea/sonarlint/issuestore/c/9/c99100035f2236fdf0d18121cd0755c16474a20b create mode 100644 .idea/sonarlint/issuestore/d/d/dd49e725aeebc0b9a6011c23c78c088edc0c565a create mode 100644 .idea/sonarlint/issuestore/e/2/e21869cab1b16ee98c8654bb09ad4a057d4e7b85 create mode 100644 .idea/sonarlint/issuestore/e/7/e7f6beccf061b19b9f88278c2ce5c1227c086978 create mode 100644 .idea/sonarlint/issuestore/index.pb create mode 100644 .idea/sonarlint/securityhotspotstore/2/b/2bad414ce77ae691faf937786d35e8e4ba2a2b7f create mode 100644 .idea/sonarlint/securityhotspotstore/4/e/4e2502707e85d8cd2f426385228db8c0d1b08e6b create mode 100644 .idea/sonarlint/securityhotspotstore/6/7/670faacdea0a007579b778a31326b7b1802f325d create mode 100644 .idea/sonarlint/securityhotspotstore/7/0/7030d0b2f71b999ff89a343de08c414af32fc93a create mode 100644 .idea/sonarlint/securityhotspotstore/7/5/75af26703041827af39edebdd5baf00fcdf1842e create mode 100644 .idea/sonarlint/securityhotspotstore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d create mode 100644 .idea/sonarlint/securityhotspotstore/9/d/9d655cdcc32356984407680972e20428fbe70cb3 create mode 100644 .idea/sonarlint/securityhotspotstore/c/9/c99100035f2236fdf0d18121cd0755c16474a20b create mode 100644 .idea/sonarlint/securityhotspotstore/d/d/dd49e725aeebc0b9a6011c23c78c088edc0c565a create mode 100644 .idea/sonarlint/securityhotspotstore/e/2/e21869cab1b16ee98c8654bb09ad4a057d4e7b85 create mode 100644 .idea/sonarlint/securityhotspotstore/e/7/e7f6beccf061b19b9f88278c2ce5c1227c086978 create mode 100644 .idea/sonarlint/securityhotspotstore/index.pb diff --git a/.idea/sonarlint/issuestore/2/b/2bad414ce77ae691faf937786d35e8e4ba2a2b7f b/.idea/sonarlint/issuestore/2/b/2bad414ce77ae691faf937786d35e8e4ba2a2b7f new file mode 100644 index 000000000..95a601f29 --- /dev/null +++ b/.idea/sonarlint/issuestore/2/b/2bad414ce77ae691faf937786d35e8e4ba2a2b7f @@ -0,0 +1,3 @@ + +Vjavascript:S1481 "3Remove the declaration of the unused 'cx' variable.(æ¿ÁÓ8ÑŸçø¥1 +Sjavascript:S1854 "0Remove this useless assignment to variable "cx".(æ¿ÁÓ8ÑŸçø¥1 \ No newline at end of file diff --git a/.idea/sonarlint/issuestore/4/e/4e2502707e85d8cd2f426385228db8c0d1b08e6b b/.idea/sonarlint/issuestore/4/e/4e2502707e85d8cd2f426385228db8c0d1b08e6b new file mode 100644 index 000000000..e69de29bb diff --git a/.idea/sonarlint/issuestore/6/7/670faacdea0a007579b778a31326b7b1802f325d b/.idea/sonarlint/issuestore/6/7/670faacdea0a007579b778a31326b7b1802f325d new file mode 100644 index 000000000..e69de29bb diff --git a/.idea/sonarlint/issuestore/7/0/7030d0b2f71b999ff89a343de08c414af32fc93a b/.idea/sonarlint/issuestore/7/0/7030d0b2f71b999ff89a343de08c414af32fc93a new file mode 100644 index 000000000..e69de29bb diff --git a/.idea/sonarlint/issuestore/7/5/75af26703041827af39edebdd5baf00fcdf1842e b/.idea/sonarlint/issuestore/7/5/75af26703041827af39edebdd5baf00fcdf1842e new file mode 100644 index 000000000..e69de29bb diff --git a/.idea/sonarlint/issuestore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d b/.idea/sonarlint/issuestore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d new file mode 100644 index 000000000..e69de29bb diff --git a/.idea/sonarlint/issuestore/9/d/9d655cdcc32356984407680972e20428fbe70cb3 b/.idea/sonarlint/issuestore/9/d/9d655cdcc32356984407680972e20428fbe70cb3 new file mode 100644 index 000000000..e69de29bb diff --git a/.idea/sonarlint/issuestore/c/9/c99100035f2236fdf0d18121cd0755c16474a20b b/.idea/sonarlint/issuestore/c/9/c99100035f2236fdf0d18121cd0755c16474a20b new file mode 100644 index 000000000..5ac258f6e --- /dev/null +++ b/.idea/sonarlint/issuestore/c/9/c99100035f2236fdf0d18121cd0755c16474a20b @@ -0,0 +1,2 @@ + +Wjavascript:S1135"4Complete the task associated to this "TODO" comment.(ȼ˜Ò8ò“çø¥1 \ No newline at end of file diff --git a/.idea/sonarlint/issuestore/d/d/dd49e725aeebc0b9a6011c23c78c088edc0c565a b/.idea/sonarlint/issuestore/d/d/dd49e725aeebc0b9a6011c23c78c088edc0c565a new file mode 100644 index 000000000..e69de29bb diff --git a/.idea/sonarlint/issuestore/e/2/e21869cab1b16ee98c8654bb09ad4a057d4e7b85 b/.idea/sonarlint/issuestore/e/2/e21869cab1b16ee98c8654bb09ad4a057d4e7b85 new file mode 100644 index 000000000..e69de29bb diff --git a/.idea/sonarlint/issuestore/e/7/e7f6beccf061b19b9f88278c2ce5c1227c086978 b/.idea/sonarlint/issuestore/e/7/e7f6beccf061b19b9f88278c2ce5c1227c086978 new file mode 100644 index 000000000..e69de29bb diff --git a/.idea/sonarlint/issuestore/index.pb b/.idea/sonarlint/issuestore/index.pb new file mode 100644 index 000000000..c2d617c39 --- /dev/null +++ b/.idea/sonarlint/issuestore/index.pb @@ -0,0 +1,23 @@ + +C +scripts/generate.js,9/d/9d655cdcc32356984407680972e20428fbe70cb3 +P + packages/components/package.json,6/7/670faacdea0a007579b778a31326b7b1802f325d +< + package.json,7/0/7030d0b2f71b999ff89a343de08c414af32fc93a +; + tokens.json,7/5/75af26703041827af39edebdd5baf00fcdf1842e +9 + README.md,8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d +X +(packages/components/src/ThemeProvider.js,c/9/c99100035f2236fdf0d18121cd0755c16474a20b +q +Apackages/leemons/src/library/LibraryCardBasic/LibraryCardBasic.js,2/b/2bad414ce77ae691faf937786d35e8e4ba2a2b7f +[ ++packages/leemons/src/multilanguage/index.js,4/e/4e2502707e85d8cd2f426385228db8c0d1b08e6b +„ +Tpackages/leemons/src/dataset/DatasetItemDrawer/components/FieldConfigLocale/index.js,d/d/dd49e725aeebc0b9a6011c23c78c088edc0c565a +d +4packages/components/src/informative/Avatar/Avatar.js,e/2/e21869cab1b16ee98c8654bb09ad4a057d4e7b85 +Z +*packages/components/src/tokens.compiled.js,e/7/e7f6beccf061b19b9f88278c2ce5c1227c086978 \ No newline at end of file diff --git a/.idea/sonarlint/securityhotspotstore/2/b/2bad414ce77ae691faf937786d35e8e4ba2a2b7f b/.idea/sonarlint/securityhotspotstore/2/b/2bad414ce77ae691faf937786d35e8e4ba2a2b7f new file mode 100644 index 000000000..e69de29bb diff --git a/.idea/sonarlint/securityhotspotstore/4/e/4e2502707e85d8cd2f426385228db8c0d1b08e6b b/.idea/sonarlint/securityhotspotstore/4/e/4e2502707e85d8cd2f426385228db8c0d1b08e6b new file mode 100644 index 000000000..e69de29bb diff --git a/.idea/sonarlint/securityhotspotstore/6/7/670faacdea0a007579b778a31326b7b1802f325d b/.idea/sonarlint/securityhotspotstore/6/7/670faacdea0a007579b778a31326b7b1802f325d new file mode 100644 index 000000000..e69de29bb diff --git a/.idea/sonarlint/securityhotspotstore/7/0/7030d0b2f71b999ff89a343de08c414af32fc93a b/.idea/sonarlint/securityhotspotstore/7/0/7030d0b2f71b999ff89a343de08c414af32fc93a new file mode 100644 index 000000000..e69de29bb diff --git a/.idea/sonarlint/securityhotspotstore/7/5/75af26703041827af39edebdd5baf00fcdf1842e b/.idea/sonarlint/securityhotspotstore/7/5/75af26703041827af39edebdd5baf00fcdf1842e new file mode 100644 index 000000000..e69de29bb diff --git a/.idea/sonarlint/securityhotspotstore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d b/.idea/sonarlint/securityhotspotstore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d new file mode 100644 index 000000000..e69de29bb diff --git a/.idea/sonarlint/securityhotspotstore/9/d/9d655cdcc32356984407680972e20428fbe70cb3 b/.idea/sonarlint/securityhotspotstore/9/d/9d655cdcc32356984407680972e20428fbe70cb3 new file mode 100644 index 000000000..e69de29bb diff --git a/.idea/sonarlint/securityhotspotstore/c/9/c99100035f2236fdf0d18121cd0755c16474a20b b/.idea/sonarlint/securityhotspotstore/c/9/c99100035f2236fdf0d18121cd0755c16474a20b new file mode 100644 index 000000000..e69de29bb diff --git a/.idea/sonarlint/securityhotspotstore/d/d/dd49e725aeebc0b9a6011c23c78c088edc0c565a b/.idea/sonarlint/securityhotspotstore/d/d/dd49e725aeebc0b9a6011c23c78c088edc0c565a new file mode 100644 index 000000000..e69de29bb diff --git a/.idea/sonarlint/securityhotspotstore/e/2/e21869cab1b16ee98c8654bb09ad4a057d4e7b85 b/.idea/sonarlint/securityhotspotstore/e/2/e21869cab1b16ee98c8654bb09ad4a057d4e7b85 new file mode 100644 index 000000000..e69de29bb diff --git a/.idea/sonarlint/securityhotspotstore/e/7/e7f6beccf061b19b9f88278c2ce5c1227c086978 b/.idea/sonarlint/securityhotspotstore/e/7/e7f6beccf061b19b9f88278c2ce5c1227c086978 new file mode 100644 index 000000000..e69de29bb diff --git a/.idea/sonarlint/securityhotspotstore/index.pb b/.idea/sonarlint/securityhotspotstore/index.pb new file mode 100644 index 000000000..aa5873b82 --- /dev/null +++ b/.idea/sonarlint/securityhotspotstore/index.pb @@ -0,0 +1,23 @@ + +9 + README.md,8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d +; + tokens.json,7/5/75af26703041827af39edebdd5baf00fcdf1842e +< + package.json,7/0/7030d0b2f71b999ff89a343de08c414af32fc93a +C +scripts/generate.js,9/d/9d655cdcc32356984407680972e20428fbe70cb3 +P + packages/components/package.json,6/7/670faacdea0a007579b778a31326b7b1802f325d +X +(packages/components/src/ThemeProvider.js,c/9/c99100035f2236fdf0d18121cd0755c16474a20b +q +Apackages/leemons/src/library/LibraryCardBasic/LibraryCardBasic.js,2/b/2bad414ce77ae691faf937786d35e8e4ba2a2b7f +„ +Tpackages/leemons/src/dataset/DatasetItemDrawer/components/FieldConfigLocale/index.js,d/d/dd49e725aeebc0b9a6011c23c78c088edc0c565a +[ ++packages/leemons/src/multilanguage/index.js,4/e/4e2502707e85d8cd2f426385228db8c0d1b08e6b +d +4packages/components/src/informative/Avatar/Avatar.js,e/2/e21869cab1b16ee98c8654bb09ad4a057d4e7b85 +Z +*packages/components/src/tokens.compiled.js,e/7/e7f6beccf061b19b9f88278c2ce5c1227c086978 \ No newline at end of file From 1a9bfcd5d29021983bcc58949c49381a4c20d5d6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 7 Sep 2023 13:33:00 +0000 Subject: [PATCH 036/547] chore: version bump --- packages/calendars/CHANGELOG.md | 9 +++++++++ packages/calendars/package.json | 6 +++--- packages/components/CHANGELOG.md | 8 ++++++++ packages/components/package.json | 4 ++-- packages/editors/CHANGELOG.md | 9 +++++++++ packages/editors/package.json | 6 +++--- packages/icons/CHANGELOG.md | 6 ++++++ packages/icons/package.json | 2 +- packages/leemons/CHANGELOG.md | 11 +++++++++++ packages/leemons/package.json | 10 +++++----- packages/notifications/CHANGELOG.md | 9 +++++++++ packages/notifications/package.json | 6 +++--- 12 files changed, 69 insertions(+), 17 deletions(-) diff --git a/packages/calendars/CHANGELOG.md b/packages/calendars/CHANGELOG.md index 34e626193..d8ce0c66e 100644 --- a/packages/calendars/CHANGELOG.md +++ b/packages/calendars/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/calendars +## 1.1.112 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.1.112 + - @bubbles-ui/icons@1.1.112 + ## 1.1.111 ### Patch Changes diff --git a/packages/calendars/package.json b/packages/calendars/package.json index a9f1056fb..25d1dd083 100644 --- a/packages/calendars/package.json +++ b/packages/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/calendars", - "version": "1.1.111", + "version": "1.1.112", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -57,8 +57,8 @@ "rrule": "^2.6.8" }, "peerDependencies": { - "@bubbles-ui/components": "^1.1.111", - "@bubbles-ui/icons": "^1.1.111", + "@bubbles-ui/components": "^1.1.112", + "@bubbles-ui/icons": "^1.1.112", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 6ffdf7efc..808968f47 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,13 @@ # @bubbles-ui/components +## 1.1.112 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/icons@1.1.112 + ## 1.1.111 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 245e2959d..181a7c6c4 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/components", - "version": "1.1.111", + "version": "1.1.112", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -60,7 +60,7 @@ "chromatic": "npx chromatic --project-token=7b10302a7b6b --build-script-name=build:storybook:raw" }, "dependencies": { - "@bubbles-ui/icons": "^1.1.111", + "@bubbles-ui/icons": "^1.1.112", "@emotion/react": "^11.10.0", "@heroicons/react": "^1.0.5", "@leemonade/react-dnd-treeview": "^1.5.44", diff --git a/packages/editors/CHANGELOG.md b/packages/editors/CHANGELOG.md index dab05c407..9fac716f1 100644 --- a/packages/editors/CHANGELOG.md +++ b/packages/editors/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/editors +## 1.1.112 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.1.112 + - @bubbles-ui/icons@1.1.112 + ## 1.1.111 ### Patch Changes diff --git a/packages/editors/package.json b/packages/editors/package.json index 97081e076..9d7d80222 100644 --- a/packages/editors/package.json +++ b/packages/editors/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/editors", - "version": "1.1.111", + "version": "1.1.112", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -79,8 +79,8 @@ "styled-icons": "^10.45.0" }, "peerDependencies": { - "@bubbles-ui/components": "^1.1.111", - "@bubbles-ui/icons": "^1.1.111", + "@bubbles-ui/components": "^1.1.112", + "@bubbles-ui/icons": "^1.1.112", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index c414f06fd..682a7ee9f 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @bubbles-ui/icons +## 1.1.112 + +### Patch Changes + +- Versions bump + ## 1.1.111 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 86236e582..1682372d7 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/icons", - "version": "1.1.111", + "version": "1.1.112", "description": "The Bubbles Design System icons library.", "license": "MIT", "repository": { diff --git a/packages/leemons/CHANGELOG.md b/packages/leemons/CHANGELOG.md index b45684103..67c2637c5 100644 --- a/packages/leemons/CHANGELOG.md +++ b/packages/leemons/CHANGELOG.md @@ -1,5 +1,16 @@ # @bubbles-ui/leemons +## 1.1.112 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.1.112 + - @bubbles-ui/calendars@1.1.112 + - @bubbles-ui/editors@1.1.112 + - @bubbles-ui/icons@1.1.112 + ## 1.1.111 ### Patch Changes diff --git a/packages/leemons/package.json b/packages/leemons/package.json index 194d63be3..edcf32911 100644 --- a/packages/leemons/package.json +++ b/packages/leemons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/leemons", - "version": "1.1.111", + "version": "1.1.112", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -74,10 +74,10 @@ "ajv": "6.12.6" }, "peerDependencies": { - "@bubbles-ui/calendars": "^1.1.111", - "@bubbles-ui/components": "^1.1.111", - "@bubbles-ui/editors": "^1.1.111", - "@bubbles-ui/icons": "^1.1.111", + "@bubbles-ui/calendars": "^1.1.112", + "@bubbles-ui/components": "^1.1.112", + "@bubbles-ui/editors": "^1.1.112", + "@bubbles-ui/icons": "^1.1.112", "dayjs": "^1.10.7", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index 4a129c63c..f31514ca8 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/notifications +## 1.1.112 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.1.112 + - @bubbles-ui/icons@1.1.112 + ## 1.1.111 ### Patch Changes diff --git a/packages/notifications/package.json b/packages/notifications/package.json index e84150b0e..aaff25833 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/notifications", - "version": "1.1.111", + "version": "1.1.112", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -52,8 +52,8 @@ "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@bubbles-ui/components": "^1.1.111", - "@bubbles-ui/icons": "^1.1.111", + "@bubbles-ui/components": "^1.1.112", + "@bubbles-ui/icons": "^1.1.112", "@mantine/core": "5.2.4", "@mantine/hooks": "5.2.4", "react": "^17.0.2", From 0fba0c58c8895434346c1b76e6d0ea6282bcfab7 Mon Sep 17 00:00:00 2001 From: Johan Sosa Date: Thu, 7 Sep 2023 20:28:32 +0200 Subject: [PATCH 037/547] chore: Version bump --- packages/calendars/package.json | 6 +++--- packages/components/package.json | 6 +++--- packages/editors/package.json | 6 +++--- packages/icons/package.json | 2 +- packages/leemons/package.json | 10 +++++----- packages/notifications/package.json | 6 +++--- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/packages/calendars/package.json b/packages/calendars/package.json index 25d1dd083..a6e895f9d 100644 --- a/packages/calendars/package.json +++ b/packages/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/calendars", - "version": "1.1.112", + "version": "1.2.1", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -57,8 +57,8 @@ "rrule": "^2.6.8" }, "peerDependencies": { - "@bubbles-ui/components": "^1.1.112", - "@bubbles-ui/icons": "^1.1.112", + "@bubbles-ui/components": "^1.2.0", + "@bubbles-ui/icons": "^1.2.0", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/components/package.json b/packages/components/package.json index 181a7c6c4..2037165be 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/components", - "version": "1.1.112", + "version": "1.2.1", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -60,7 +60,7 @@ "chromatic": "npx chromatic --project-token=7b10302a7b6b --build-script-name=build:storybook:raw" }, "dependencies": { - "@bubbles-ui/icons": "^1.1.112", + "@bubbles-ui/icons": "^1.2.0", "@emotion/react": "^11.10.0", "@heroicons/react": "^1.0.5", "@leemonade/react-dnd-treeview": "^1.5.44", @@ -139,5 +139,5 @@ }, "readme": "ERROR: No README data found!", "homepage": "https://github.com/leemonade/bubbles#readme", - "_id": "@bubbles-ui/components@1.1.1" + "_id": "@bubbles-ui/components@1.2.1" } diff --git a/packages/editors/package.json b/packages/editors/package.json index 9d7d80222..b0a06edee 100644 --- a/packages/editors/package.json +++ b/packages/editors/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/editors", - "version": "1.1.112", + "version": "1.2.1", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -79,8 +79,8 @@ "styled-icons": "^10.45.0" }, "peerDependencies": { - "@bubbles-ui/components": "^1.1.112", - "@bubbles-ui/icons": "^1.1.112", + "@bubbles-ui/components": "^1.2.0", + "@bubbles-ui/icons": "^1.2.0", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/icons/package.json b/packages/icons/package.json index 1682372d7..788a54629 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/icons", - "version": "1.1.112", + "version": "1.2.1", "description": "The Bubbles Design System icons library.", "license": "MIT", "repository": { diff --git a/packages/leemons/package.json b/packages/leemons/package.json index edcf32911..4544d5c38 100644 --- a/packages/leemons/package.json +++ b/packages/leemons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/leemons", - "version": "1.1.112", + "version": "1.2.1", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -74,10 +74,10 @@ "ajv": "6.12.6" }, "peerDependencies": { - "@bubbles-ui/calendars": "^1.1.112", - "@bubbles-ui/components": "^1.1.112", - "@bubbles-ui/editors": "^1.1.112", - "@bubbles-ui/icons": "^1.1.112", + "@bubbles-ui/calendars": "^1.2.0", + "@bubbles-ui/components": "^1.2.0", + "@bubbles-ui/editors": "^1.2.0", + "@bubbles-ui/icons": "^1.2.0", "dayjs": "^1.10.7", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/packages/notifications/package.json b/packages/notifications/package.json index aaff25833..3fe1c809b 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/notifications", - "version": "1.1.112", + "version": "1.2.1", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -52,8 +52,8 @@ "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@bubbles-ui/components": "^1.1.112", - "@bubbles-ui/icons": "^1.1.112", + "@bubbles-ui/components": "^1.2.0", + "@bubbles-ui/icons": "^1.2.0", "@mantine/core": "5.2.4", "@mantine/hooks": "5.2.4", "react": "^17.0.2", From 984aefdacd37d8c33495133ac4836ceaa60bcba3 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 7 Sep 2023 18:40:51 +0000 Subject: [PATCH 038/547] chore: version bump --- packages/calendars/CHANGELOG.md | 9 +++++++++ packages/calendars/package.json | 6 +++--- packages/components/CHANGELOG.md | 8 ++++++++ packages/components/package.json | 4 ++-- packages/editors/CHANGELOG.md | 9 +++++++++ packages/editors/package.json | 6 +++--- packages/icons/CHANGELOG.md | 6 ++++++ packages/icons/package.json | 2 +- packages/leemons/CHANGELOG.md | 11 +++++++++++ packages/leemons/package.json | 10 +++++----- packages/notifications/CHANGELOG.md | 9 +++++++++ packages/notifications/package.json | 6 +++--- 12 files changed, 69 insertions(+), 17 deletions(-) diff --git a/packages/calendars/CHANGELOG.md b/packages/calendars/CHANGELOG.md index d8ce0c66e..12551d348 100644 --- a/packages/calendars/CHANGELOG.md +++ b/packages/calendars/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/calendars +## 1.2.2 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.2 + - @bubbles-ui/icons@1.2.2 + ## 1.1.112 ### Patch Changes diff --git a/packages/calendars/package.json b/packages/calendars/package.json index a6e895f9d..0f47a9d68 100644 --- a/packages/calendars/package.json +++ b/packages/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/calendars", - "version": "1.2.1", + "version": "1.2.2", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -57,8 +57,8 @@ "rrule": "^2.6.8" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.0", - "@bubbles-ui/icons": "^1.2.0", + "@bubbles-ui/components": "^1.2.2", + "@bubbles-ui/icons": "^1.2.2", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 808968f47..caf41a971 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,13 @@ # @bubbles-ui/components +## 1.2.2 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/icons@1.2.2 + ## 1.1.112 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 2037165be..81b5ffb70 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/components", - "version": "1.2.1", + "version": "1.2.2", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -60,7 +60,7 @@ "chromatic": "npx chromatic --project-token=7b10302a7b6b --build-script-name=build:storybook:raw" }, "dependencies": { - "@bubbles-ui/icons": "^1.2.0", + "@bubbles-ui/icons": "^1.2.2", "@emotion/react": "^11.10.0", "@heroicons/react": "^1.0.5", "@leemonade/react-dnd-treeview": "^1.5.44", diff --git a/packages/editors/CHANGELOG.md b/packages/editors/CHANGELOG.md index 9fac716f1..b4f459ed4 100644 --- a/packages/editors/CHANGELOG.md +++ b/packages/editors/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/editors +## 1.2.2 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.2 + - @bubbles-ui/icons@1.2.2 + ## 1.1.112 ### Patch Changes diff --git a/packages/editors/package.json b/packages/editors/package.json index b0a06edee..becce1bf6 100644 --- a/packages/editors/package.json +++ b/packages/editors/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/editors", - "version": "1.2.1", + "version": "1.2.2", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -79,8 +79,8 @@ "styled-icons": "^10.45.0" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.0", - "@bubbles-ui/icons": "^1.2.0", + "@bubbles-ui/components": "^1.2.2", + "@bubbles-ui/icons": "^1.2.2", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 682a7ee9f..bc6478f51 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @bubbles-ui/icons +## 1.2.2 + +### Patch Changes + +- Versions bump + ## 1.1.112 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 788a54629..82143068d 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/icons", - "version": "1.2.1", + "version": "1.2.2", "description": "The Bubbles Design System icons library.", "license": "MIT", "repository": { diff --git a/packages/leemons/CHANGELOG.md b/packages/leemons/CHANGELOG.md index 67c2637c5..9c6bbe54c 100644 --- a/packages/leemons/CHANGELOG.md +++ b/packages/leemons/CHANGELOG.md @@ -1,5 +1,16 @@ # @bubbles-ui/leemons +## 1.2.2 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.2 + - @bubbles-ui/calendars@1.2.2 + - @bubbles-ui/editors@1.2.2 + - @bubbles-ui/icons@1.2.2 + ## 1.1.112 ### Patch Changes diff --git a/packages/leemons/package.json b/packages/leemons/package.json index 4544d5c38..228b5b17e 100644 --- a/packages/leemons/package.json +++ b/packages/leemons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/leemons", - "version": "1.2.1", + "version": "1.2.2", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -74,10 +74,10 @@ "ajv": "6.12.6" }, "peerDependencies": { - "@bubbles-ui/calendars": "^1.2.0", - "@bubbles-ui/components": "^1.2.0", - "@bubbles-ui/editors": "^1.2.0", - "@bubbles-ui/icons": "^1.2.0", + "@bubbles-ui/calendars": "^1.2.2", + "@bubbles-ui/components": "^1.2.2", + "@bubbles-ui/editors": "^1.2.2", + "@bubbles-ui/icons": "^1.2.2", "dayjs": "^1.10.7", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index f31514ca8..e939889be 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/notifications +## 1.2.2 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.2 + - @bubbles-ui/icons@1.2.2 + ## 1.1.112 ### Patch Changes diff --git a/packages/notifications/package.json b/packages/notifications/package.json index 3fe1c809b..3ca988c70 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/notifications", - "version": "1.2.1", + "version": "1.2.2", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -52,8 +52,8 @@ "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.0", - "@bubbles-ui/icons": "^1.2.0", + "@bubbles-ui/components": "^1.2.2", + "@bubbles-ui/icons": "^1.2.2", "@mantine/core": "5.2.4", "@mantine/hooks": "5.2.4", "react": "^17.0.2", From abdbf8db5548ae2b97ab57e6f838edf1fd697d4d Mon Sep 17 00:00:00 2001 From: JohanFX Date: Fri, 8 Sep 2023 15:29:29 +0200 Subject: [PATCH 039/547] feat: tokens card library, new box shadow --- tokens.json | 183 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 180 insertions(+), 3 deletions(-) diff --git a/tokens.json b/tokens.json index ca610c010..6091a24cf 100644 --- a/tokens.json +++ b/tokens.json @@ -862,6 +862,19 @@ "value": "uppercase", "type": "textCase" } + }, + "shadow": { + "100": { + "value": { + "x": "0", + "y": "10", + "blur": "36", + "spread": "0", + "color": "{core.color.neutral.300}", + "type": "dropShadow" + }, + "type": "boxShadow" + } } }, "util": { @@ -2890,7 +2903,16 @@ }, "hover": { "value": "{global.background.color.primary.subtle}", - "type": "color" + "type": "color", + "$extensions": { + "studio.tokens": { + "modify": { + "type": "alpha", + "value": "0.15", + "space": "lch" + } + } + } }, "down": { "value": "{global.background.color.primary.subtle}", @@ -2903,6 +2925,19 @@ "down--reverse": { "value": "{global.background.color.secondary.muted}", "type": "color" + }, + "hover--reverse-transparent": { + "value": "{global.background.color.surface.default}", + "type": "color", + "$extensions": { + "studio.tokens": { + "modify": { + "type": "alpha", + "value": "0.15", + "space": "lch" + } + } + } } }, "phatic": { @@ -2933,7 +2968,7 @@ "type": "color" }, "down": { - "value": "{global.border.color.line.muted}", + "value": "{global.border.color.primary.default}", "type": "color" }, "hover--reverse": { @@ -2961,7 +2996,7 @@ } }, "width": { - "value": "{global.border.width.md}", + "value": "{global.border.width.sm}", "type": "borderWidth" }, "radius": { @@ -5495,6 +5530,10 @@ } } } + }, + "shadow": { + "value": "{global.shadow.200}", + "type": "boxShadow" } }, "stepper": { @@ -6228,6 +6267,144 @@ "type": "borderWidth" } } + }, + "buttonActionLibrary": { + "spacing": { + "padding": { + "sm": { + "value": "{global.spacing.padding.3xsm}", + "type": "spacing" + } + }, + "gap": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + } + }, + "content": { + "color": { + "primary": { + "default": { + "value": "{global.content.color.icon.default--reverse}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.icon.default--reverse}", + "type": "color" + }, + "down": { + "value": "{global.content.color.icon.default--reverse}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.content.color.negative.default}", + "type": "color" + }, + "down": { + "value": "{global.content.color.negative.default}", + "type": "color" + } + } + } + }, + "background": { + "color": { + "primary": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.default}", + "type": "color", + "$extensions": { + "studio.tokens": { + "modify": { + "type": "alpha", + "value": "0.15", + "space": "lch" + } + } + } + }, + "active": { + "value": "{global.background.color.surface.default}", + "type": "color", + "$extensions": { + "studio.tokens": { + "modify": { + "type": "alpha", + "value": "0.15", + "space": "lch" + } + } + } + } + }, + "phatic": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + } + }, + "border": { + "color": { + "primary": { + "default": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "down": { + "value": "{global.border.color.line.default--reverse}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.border.color.secondary.default}", + "type": "color" + }, + "down--reverse": { + "value": "{global.border.color.secondary.muted}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.negative.subtle}", + "type": "color" + }, + "down": { + "value": "{global.border.color.line.muted}", + "type": "color" + } + } + }, + "radius": { + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "rounded": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + } } }, "$themes": [], From 27b0d4c58d246fa50e4fd42610f55f8132108b1e Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 8 Sep 2023 13:41:14 +0000 Subject: [PATCH 040/547] chore: version bump --- packages/calendars/CHANGELOG.md | 9 +++++++++ packages/calendars/package.json | 6 +++--- packages/components/CHANGELOG.md | 8 ++++++++ packages/components/package.json | 4 ++-- packages/editors/CHANGELOG.md | 9 +++++++++ packages/editors/package.json | 6 +++--- packages/icons/CHANGELOG.md | 6 ++++++ packages/icons/package.json | 2 +- packages/leemons/CHANGELOG.md | 11 +++++++++++ packages/leemons/package.json | 10 +++++----- packages/notifications/CHANGELOG.md | 9 +++++++++ packages/notifications/package.json | 6 +++--- 12 files changed, 69 insertions(+), 17 deletions(-) diff --git a/packages/calendars/CHANGELOG.md b/packages/calendars/CHANGELOG.md index 12551d348..6759cee42 100644 --- a/packages/calendars/CHANGELOG.md +++ b/packages/calendars/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/calendars +## 1.2.3 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.3 + - @bubbles-ui/icons@1.2.3 + ## 1.2.2 ### Patch Changes diff --git a/packages/calendars/package.json b/packages/calendars/package.json index 0f47a9d68..3d2c2890b 100644 --- a/packages/calendars/package.json +++ b/packages/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/calendars", - "version": "1.2.2", + "version": "1.2.3", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -57,8 +57,8 @@ "rrule": "^2.6.8" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.2", - "@bubbles-ui/icons": "^1.2.2", + "@bubbles-ui/components": "^1.2.3", + "@bubbles-ui/icons": "^1.2.3", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index caf41a971..65177e809 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,13 @@ # @bubbles-ui/components +## 1.2.3 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/icons@1.2.3 + ## 1.2.2 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 81b5ffb70..e211edfd0 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/components", - "version": "1.2.2", + "version": "1.2.3", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -60,7 +60,7 @@ "chromatic": "npx chromatic --project-token=7b10302a7b6b --build-script-name=build:storybook:raw" }, "dependencies": { - "@bubbles-ui/icons": "^1.2.2", + "@bubbles-ui/icons": "^1.2.3", "@emotion/react": "^11.10.0", "@heroicons/react": "^1.0.5", "@leemonade/react-dnd-treeview": "^1.5.44", diff --git a/packages/editors/CHANGELOG.md b/packages/editors/CHANGELOG.md index b4f459ed4..e420c90f5 100644 --- a/packages/editors/CHANGELOG.md +++ b/packages/editors/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/editors +## 1.2.3 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.3 + - @bubbles-ui/icons@1.2.3 + ## 1.2.2 ### Patch Changes diff --git a/packages/editors/package.json b/packages/editors/package.json index becce1bf6..7a150b32b 100644 --- a/packages/editors/package.json +++ b/packages/editors/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/editors", - "version": "1.2.2", + "version": "1.2.3", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -79,8 +79,8 @@ "styled-icons": "^10.45.0" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.2", - "@bubbles-ui/icons": "^1.2.2", + "@bubbles-ui/components": "^1.2.3", + "@bubbles-ui/icons": "^1.2.3", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index bc6478f51..15ab42714 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @bubbles-ui/icons +## 1.2.3 + +### Patch Changes + +- Versions bump + ## 1.2.2 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 82143068d..f3c324095 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/icons", - "version": "1.2.2", + "version": "1.2.3", "description": "The Bubbles Design System icons library.", "license": "MIT", "repository": { diff --git a/packages/leemons/CHANGELOG.md b/packages/leemons/CHANGELOG.md index 9c6bbe54c..1354cd718 100644 --- a/packages/leemons/CHANGELOG.md +++ b/packages/leemons/CHANGELOG.md @@ -1,5 +1,16 @@ # @bubbles-ui/leemons +## 1.2.3 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.3 + - @bubbles-ui/calendars@1.2.3 + - @bubbles-ui/editors@1.2.3 + - @bubbles-ui/icons@1.2.3 + ## 1.2.2 ### Patch Changes diff --git a/packages/leemons/package.json b/packages/leemons/package.json index 228b5b17e..e8164f464 100644 --- a/packages/leemons/package.json +++ b/packages/leemons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/leemons", - "version": "1.2.2", + "version": "1.2.3", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -74,10 +74,10 @@ "ajv": "6.12.6" }, "peerDependencies": { - "@bubbles-ui/calendars": "^1.2.2", - "@bubbles-ui/components": "^1.2.2", - "@bubbles-ui/editors": "^1.2.2", - "@bubbles-ui/icons": "^1.2.2", + "@bubbles-ui/calendars": "^1.2.3", + "@bubbles-ui/components": "^1.2.3", + "@bubbles-ui/editors": "^1.2.3", + "@bubbles-ui/icons": "^1.2.3", "dayjs": "^1.10.7", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index e939889be..cbd2f8164 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/notifications +## 1.2.3 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.3 + - @bubbles-ui/icons@1.2.3 + ## 1.2.2 ### Patch Changes diff --git a/packages/notifications/package.json b/packages/notifications/package.json index 3ca988c70..b83909986 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/notifications", - "version": "1.2.2", + "version": "1.2.3", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -52,8 +52,8 @@ "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.2", - "@bubbles-ui/icons": "^1.2.2", + "@bubbles-ui/components": "^1.2.3", + "@bubbles-ui/icons": "^1.2.3", "@mantine/core": "5.2.4", "@mantine/hooks": "5.2.4", "react": "^17.0.2", From c16408c7dd325b92fa543fd8e5622678574f9117 Mon Sep 17 00:00:00 2001 From: JohanFX Date: Wed, 13 Sep 2023 11:01:27 +0200 Subject: [PATCH 041/547] new tokens card --- tokens.json | 38 ++++++++++++++++++++++++++++++++------ 1 file changed, 32 insertions(+), 6 deletions(-) diff --git a/tokens.json b/tokens.json index 6091a24cf..e69e5c1d2 100644 --- a/tokens.json +++ b/tokens.json @@ -15,10 +15,6 @@ "value": "#F8F9FB", "type": "color" }, - "75": { - "value": "rgba(0,0,0,0)", - "type": "color" - }, "100": { "value": "#F2F4F8", "type": "color" @@ -1149,7 +1145,7 @@ "type": "color" }, "muted": { - "value": "{core.color.primary.300}", + "value": "{core.color.primary.200}", "type": "color" }, "default": { @@ -4040,11 +4036,23 @@ "default": { "value": "{global.background.color.surface.default}", "type": "color" + }, + "muted": { + "value": "{global.background.color.surface.muted}", + "type": "color" } } }, "spacing": { "gap": { + "xxs": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + }, + "xs": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + }, "sm": { "value": "{global.spacing.gap.lg}", "type": "spacing" @@ -4091,11 +4099,23 @@ "default": { "value": "{global.content.color.text.emphasis}", "type": "color" + }, + "icon": { + "value": "{global.content.color.icon.emphasis}", + "type": "color" } }, "typo": { "value": "{global.content.typo.heading.md}", "type": "typography" + }, + "typo-regular": { + "value": "{accordion.content.typo.sm}", + "type": "typography" + }, + "typo-bold": { + "value": "{global.content.typo.body.sm--bold}", + "type": "typography" } }, "border": { @@ -4459,7 +4479,7 @@ "type": "color" }, "default--alt": { - "value": "{global.content.color.text.muted}", + "value": "{global.content.color.icon.default}", "type": "color" } }, @@ -6266,6 +6286,12 @@ "value": "{global.border.width.sm}", "type": "borderWidth" } + }, + "shadow": { + "hover": { + "value": "{global.shadow.100}", + "type": "boxShadow" + } } }, "buttonActionLibrary": { From 5946da17807c9e27754efe136bab996f161ff56f Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 13 Sep 2023 09:15:39 +0000 Subject: [PATCH 042/547] chore: version bump --- packages/calendars/CHANGELOG.md | 9 +++++++++ packages/calendars/package.json | 6 +++--- packages/components/CHANGELOG.md | 8 ++++++++ packages/components/package.json | 4 ++-- packages/editors/CHANGELOG.md | 9 +++++++++ packages/editors/package.json | 6 +++--- packages/icons/CHANGELOG.md | 6 ++++++ packages/icons/package.json | 2 +- packages/leemons/CHANGELOG.md | 11 +++++++++++ packages/leemons/package.json | 10 +++++----- packages/notifications/CHANGELOG.md | 9 +++++++++ packages/notifications/package.json | 6 +++--- 12 files changed, 69 insertions(+), 17 deletions(-) diff --git a/packages/calendars/CHANGELOG.md b/packages/calendars/CHANGELOG.md index 6759cee42..6ad7f1feb 100644 --- a/packages/calendars/CHANGELOG.md +++ b/packages/calendars/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/calendars +## 1.2.4 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.4 + - @bubbles-ui/icons@1.2.4 + ## 1.2.3 ### Patch Changes diff --git a/packages/calendars/package.json b/packages/calendars/package.json index 3d2c2890b..bd9cacc95 100644 --- a/packages/calendars/package.json +++ b/packages/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/calendars", - "version": "1.2.3", + "version": "1.2.4", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -57,8 +57,8 @@ "rrule": "^2.6.8" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.3", - "@bubbles-ui/icons": "^1.2.3", + "@bubbles-ui/components": "^1.2.4", + "@bubbles-ui/icons": "^1.2.4", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 65177e809..c2c2587f0 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,13 @@ # @bubbles-ui/components +## 1.2.4 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/icons@1.2.4 + ## 1.2.3 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index e211edfd0..5e6f828f0 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/components", - "version": "1.2.3", + "version": "1.2.4", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -60,7 +60,7 @@ "chromatic": "npx chromatic --project-token=7b10302a7b6b --build-script-name=build:storybook:raw" }, "dependencies": { - "@bubbles-ui/icons": "^1.2.3", + "@bubbles-ui/icons": "^1.2.4", "@emotion/react": "^11.10.0", "@heroicons/react": "^1.0.5", "@leemonade/react-dnd-treeview": "^1.5.44", diff --git a/packages/editors/CHANGELOG.md b/packages/editors/CHANGELOG.md index e420c90f5..998577be8 100644 --- a/packages/editors/CHANGELOG.md +++ b/packages/editors/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/editors +## 1.2.4 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.4 + - @bubbles-ui/icons@1.2.4 + ## 1.2.3 ### Patch Changes diff --git a/packages/editors/package.json b/packages/editors/package.json index 7a150b32b..21ba2bab1 100644 --- a/packages/editors/package.json +++ b/packages/editors/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/editors", - "version": "1.2.3", + "version": "1.2.4", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -79,8 +79,8 @@ "styled-icons": "^10.45.0" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.3", - "@bubbles-ui/icons": "^1.2.3", + "@bubbles-ui/components": "^1.2.4", + "@bubbles-ui/icons": "^1.2.4", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 15ab42714..3abe55fbb 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @bubbles-ui/icons +## 1.2.4 + +### Patch Changes + +- Versions bump + ## 1.2.3 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index f3c324095..ac637e7ce 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/icons", - "version": "1.2.3", + "version": "1.2.4", "description": "The Bubbles Design System icons library.", "license": "MIT", "repository": { diff --git a/packages/leemons/CHANGELOG.md b/packages/leemons/CHANGELOG.md index 1354cd718..5172a78c8 100644 --- a/packages/leemons/CHANGELOG.md +++ b/packages/leemons/CHANGELOG.md @@ -1,5 +1,16 @@ # @bubbles-ui/leemons +## 1.2.4 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.4 + - @bubbles-ui/calendars@1.2.4 + - @bubbles-ui/editors@1.2.4 + - @bubbles-ui/icons@1.2.4 + ## 1.2.3 ### Patch Changes diff --git a/packages/leemons/package.json b/packages/leemons/package.json index e8164f464..ad95a417b 100644 --- a/packages/leemons/package.json +++ b/packages/leemons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/leemons", - "version": "1.2.3", + "version": "1.2.4", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -74,10 +74,10 @@ "ajv": "6.12.6" }, "peerDependencies": { - "@bubbles-ui/calendars": "^1.2.3", - "@bubbles-ui/components": "^1.2.3", - "@bubbles-ui/editors": "^1.2.3", - "@bubbles-ui/icons": "^1.2.3", + "@bubbles-ui/calendars": "^1.2.4", + "@bubbles-ui/components": "^1.2.4", + "@bubbles-ui/editors": "^1.2.4", + "@bubbles-ui/icons": "^1.2.4", "dayjs": "^1.10.7", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index cbd2f8164..4d2b2be5f 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/notifications +## 1.2.4 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.4 + - @bubbles-ui/icons@1.2.4 + ## 1.2.3 ### Patch Changes diff --git a/packages/notifications/package.json b/packages/notifications/package.json index b83909986..c6f679da0 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/notifications", - "version": "1.2.3", + "version": "1.2.4", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -52,8 +52,8 @@ "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.3", - "@bubbles-ui/icons": "^1.2.3", + "@bubbles-ui/components": "^1.2.4", + "@bubbles-ui/icons": "^1.2.4", "@mantine/core": "5.2.4", "@mantine/hooks": "5.2.4", "react": "^17.0.2", From 8c19ec5c6fd40a8049b0d02f4119b0a35599750e Mon Sep 17 00:00:00 2001 From: fermarinsanchez Date: Wed, 20 Sep 2023 12:51:39 +0200 Subject: [PATCH 043/547] feat(components): Create FavButton component Ref: #epic/MainLibrary-0 --- .../src/form/FavButton/FavButton.constants.js | 10 ++++ .../src/form/FavButton/FavButton.js | 25 ++++++++++ .../src/form/FavButton/FavButton.mdx | 48 +++++++++++++++++++ .../src/form/FavButton/FavButton.stories.js | 48 +++++++++++++++++++ .../src/form/FavButton/FavButton.styles.js | 24 ++++++++++ .../components/src/form/FavButton/index.js | 2 + .../src/form/IconButton/IconButton.js | 2 +- .../src/form/IconButton/IconButton.stories.js | 9 ++-- .../src/form/IconButton/IconButton.styles.js | 17 +++++++ packages/components/src/form/index.js | 1 + 10 files changed, 182 insertions(+), 4 deletions(-) create mode 100644 packages/components/src/form/FavButton/FavButton.constants.js create mode 100644 packages/components/src/form/FavButton/FavButton.js create mode 100644 packages/components/src/form/FavButton/FavButton.mdx create mode 100644 packages/components/src/form/FavButton/FavButton.stories.js create mode 100644 packages/components/src/form/FavButton/FavButton.styles.js create mode 100644 packages/components/src/form/FavButton/index.js diff --git a/packages/components/src/form/FavButton/FavButton.constants.js b/packages/components/src/form/FavButton/FavButton.constants.js new file mode 100644 index 000000000..2ae8fb929 --- /dev/null +++ b/packages/components/src/form/FavButton/FavButton.constants.js @@ -0,0 +1,10 @@ +import PropTypes from 'prop-types'; + +export const FAV_BUTTON_DEFAULT_PROPS = { + isActive: false, + isParentHovered: false, +}; +export const FAV_BUTTON_PROP_TYPES = { + isActive: PropTypes.boolean, + isParentHovered: PropTypes.boolean, +}; diff --git a/packages/components/src/form/FavButton/FavButton.js b/packages/components/src/form/FavButton/FavButton.js new file mode 100644 index 000000000..f576177f0 --- /dev/null +++ b/packages/components/src/form/FavButton/FavButton.js @@ -0,0 +1,25 @@ +import React, { useState } from 'react'; +import { Box } from '@mantine/core'; +import { FavButtonStyles } from './FavButton.styles'; +import { FAV_BUTTON_DEFAULT_PROPS, FAV_BUTTON_PROP_TYPES } from './FavButton.constants'; +import { LoveItIcon } from '@bubbles-ui/icons/outline'; + +const FavButton = ({ isActive, isParentHovered }) => { + const [active, setActive] = useState(isActive); + const { classes, cx } = FavButtonStyles({ isActive, isParentHovered }, { name: 'FavButton' }); + + const handleIsActive = () => { + setActive(!active); + }; + + return ( + handleIsActive()}> + + + ); +}; + +FavButton.defaultProps = FAV_BUTTON_DEFAULT_PROPS; +FavButton.propTypes = FAV_BUTTON_PROP_TYPES; + +export { FavButton }; diff --git a/packages/components/src/form/FavButton/FavButton.mdx b/packages/components/src/form/FavButton/FavButton.mdx new file mode 100644 index 000000000..acb567151 --- /dev/null +++ b/packages/components/src/form/FavButton/FavButton.mdx @@ -0,0 +1,48 @@ +import { Story, Props, Source, Preview } from '@storybook/addon-docs'; +import { Box } from '@mantine/core'; +import * as stories from './FavButton.stories.js'; +import { FavButton } from './FavButton.js'; +import { ThemeProvider } from './../../ThemeProvider'; + +# **name** + +[Source code]() + +## Table of Contents + + + + +- [Overview](#overview) +- [Component API](#component-api) +- [References](#references) +- [Feedback](#feedback) + +## Overview + +**name** is ... + + + Fav button + + +## Component API + + + + + + + +## References + +[MDN: ARIA **name**(sentenceCase) role]() + +[W3: Role attribute](https://www.w3.org/WAI/PF/HTML/wiki/RoleAttribute) + +[W3: ARIA **name**(sentenceCase) role example]() + +## Feedback + +Help us improve this component by providing feedback, asking questions on Slack, or updating this file on +[GitHub]() diff --git a/packages/components/src/form/FavButton/FavButton.stories.js b/packages/components/src/form/FavButton/FavButton.stories.js new file mode 100644 index 000000000..e6021f760 --- /dev/null +++ b/packages/components/src/form/FavButton/FavButton.stories.js @@ -0,0 +1,48 @@ +import React from 'react'; +import { Box } from '@mantine/core'; +import { FavButton } from './FavButton'; +import { FAV_BUTTON_DEFAULT_PROPS } from './FavButton.constants'; +import mdx from './FavButton.mdx'; + +export default { + title: 'Atoms/Form/FavButton', + parameters: { + component: FavButton, + docs: { + page: mdx, + }, + design: { + type: 'figma', + // url: 'https://www.figma.com/file/kcSXz3QZFByFDTumNgzPpV/?node-id=2962%3A31342', + }, + }, + argTypes: { + // myBooleanProp: { control: { type: 'boolean' } }, + // mySelectProp: { options: ['Hello', 'World'], control: { type: 'select' } }, + }, +}; + +const containerStyles = { + backgroundColor: '#fafafa', + width: 50, + height: 50, + borderRadius: '12px', + display: 'grid', + placeContent: 'center', +}; + +const Template = ({ ...props }) => { + return ( + + + + ); +}; + +export const Playground = Template.bind({}); + +Playground.args = { + // myBooleanProp: false, + // mySelectProp: 'Hello' + ...FAV_BUTTON_DEFAULT_PROPS, +}; diff --git a/packages/components/src/form/FavButton/FavButton.styles.js b/packages/components/src/form/FavButton/FavButton.styles.js new file mode 100644 index 000000000..e6ff41eb8 --- /dev/null +++ b/packages/components/src/form/FavButton/FavButton.styles.js @@ -0,0 +1,24 @@ +import { createStyles } from '@mantine/styles'; +import { getFontExpressive } from '../../theme.mixins'; + +export const FavButtonStyles = createStyles((theme, { isActive, isParentHovered }) => { + console.log('theme', theme); + const leemonsStyles = theme.other; + return { + root: { + ...getFontExpressive(theme.fontSizes['2']), + minWidth: '24px', + maxWidth: '24px', + minHeight: '24px', + maxHeight: '24px', + borderRadius: '50%', + backgroundColor: isParentHovered ? leemonsStyles.core.color.white : 'transparent', + display: 'grid', + placeContent: 'center', + }, + loveIcon: { + stroke: theme.colors.fatic01, + fill: isActive ? theme.colors.fatic01 : 'transparent', + }, + }; +}); diff --git a/packages/components/src/form/FavButton/index.js b/packages/components/src/form/FavButton/index.js new file mode 100644 index 000000000..6b33cddfc --- /dev/null +++ b/packages/components/src/form/FavButton/index.js @@ -0,0 +1,2 @@ +export * from './FavButton'; +export * from './FavButton.constants'; diff --git a/packages/components/src/form/IconButton/IconButton.js b/packages/components/src/form/IconButton/IconButton.js index a8ff0d9e3..82908e62b 100644 --- a/packages/components/src/form/IconButton/IconButton.js +++ b/packages/components/src/form/IconButton/IconButton.js @@ -5,7 +5,7 @@ import { ActionIcon as MantineActionIcon } from '@mantine/core'; import { IconButtonStyles } from './IconButton.styles'; export const ICON_BUTTON_SIZES = ['xs', 'sm', 'md', 'lg']; -export const ICON_BUTTON_VARIANTS = ['default', 'transparent']; +export const ICON_BUTTON_VARIANTS = ['default', 'transparent', 'menuButton']; export const ICON_BUTTON_COLORS = ['positive', 'negative', 'primary']; export const ICON_BUTTON_DEFAULT_PROPS = { diff --git a/packages/components/src/form/IconButton/IconButton.stories.js b/packages/components/src/form/IconButton/IconButton.stories.js index 5386ea076..4a8b4fa79 100644 --- a/packages/components/src/form/IconButton/IconButton.stories.js +++ b/packages/components/src/form/IconButton/IconButton.stories.js @@ -1,4 +1,5 @@ import React from 'react'; +import { Box } from '../../layout'; import { ChevronRightIcon } from '@bubbles-ui/icons/outline'; import { IconButton, @@ -31,9 +32,11 @@ export default { const Template = ({ ...props }) => { return ( - - - + + + + + ); }; diff --git a/packages/components/src/form/IconButton/IconButton.styles.js b/packages/components/src/form/IconButton/IconButton.styles.js index c9cdf91af..61306ddda 100644 --- a/packages/components/src/form/IconButton/IconButton.styles.js +++ b/packages/components/src/form/IconButton/IconButton.styles.js @@ -84,6 +84,23 @@ const getVariant = (variant, theme, color) => { }, }, transparent: {}, + menuButton: { + width: 30, + positive: { + backgroundColor: 'transparent', + '&:hover': { + backgroundColor: 'rgba(255, 255, 255, 0.15) !important', + }, + '&:active': { + backgroundColor: 'rgba(255, 255, 255, 0.15) !important', + borderColor: theme.colors.interactive01, + }, + '&:focus': { + backgroundColor: 'rgba(255, 255, 255, 0.15) !important', + borderColor: '#fff', + }, + }, + }, }; return variants[variant][color]; }; diff --git a/packages/components/src/form/index.js b/packages/components/src/form/index.js index cd566af98..d06553c47 100644 --- a/packages/components/src/form/index.js +++ b/packages/components/src/form/index.js @@ -33,3 +33,4 @@ export * from './Autocomplete'; export * from './ImagePreviewInput'; export * from './SearchInput'; export * from './ScoreInput'; +export * from './FavButton'; From 479ffd3b66a15ead9cda986939b09d70f936cfaa Mon Sep 17 00:00:00 2001 From: fermarinsanchez Date: Fri, 22 Sep 2023 07:41:47 +0200 Subject: [PATCH 044/547] fix(components): Revome debug traces Ref: #epic/MainLibrary-0 --- packages/components/src/form/FavButton/FavButton.styles.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/components/src/form/FavButton/FavButton.styles.js b/packages/components/src/form/FavButton/FavButton.styles.js index e6ff41eb8..55f9e3f37 100644 --- a/packages/components/src/form/FavButton/FavButton.styles.js +++ b/packages/components/src/form/FavButton/FavButton.styles.js @@ -2,7 +2,6 @@ import { createStyles } from '@mantine/styles'; import { getFontExpressive } from '../../theme.mixins'; export const FavButtonStyles = createStyles((theme, { isActive, isParentHovered }) => { - console.log('theme', theme); const leemonsStyles = theme.other; return { root: { From 40cf2e42d808f1fe525b8039efd74330d68f36b2 Mon Sep 17 00:00:00 2001 From: fermarinsanchez Date: Fri, 22 Sep 2023 12:05:32 +0200 Subject: [PATCH 045/547] fix(components): Adjust icon on FavButton component Ref: #epic/MainLibrary-0 --- .../src/form/FavButton/FavButton.styles.js | 12 +- packages/components/src/tokens.compiled.js | 357 +++++++++++++++++- 2 files changed, 348 insertions(+), 21 deletions(-) diff --git a/packages/components/src/form/FavButton/FavButton.styles.js b/packages/components/src/form/FavButton/FavButton.styles.js index 55f9e3f37..c63c1431b 100644 --- a/packages/components/src/form/FavButton/FavButton.styles.js +++ b/packages/components/src/form/FavButton/FavButton.styles.js @@ -5,17 +5,15 @@ export const FavButtonStyles = createStyles((theme, { isActive, isParentHovered const leemonsStyles = theme.other; return { root: { - ...getFontExpressive(theme.fontSizes['2']), - minWidth: '24px', - maxWidth: '24px', - minHeight: '24px', - maxHeight: '24px', + padding: 5, borderRadius: '50%', backgroundColor: isParentHovered ? leemonsStyles.core.color.white : 'transparent', - display: 'grid', - placeContent: 'center', + display: 'flex', + alignItems: 'center', + justifyContent: 'center', }, loveIcon: { + paddingTop: 1, stroke: theme.colors.fatic01, fill: isActive ? theme.colors.fatic01 : 'transparent', }, diff --git a/packages/components/src/tokens.compiled.js b/packages/components/src/tokens.compiled.js index 4eee520d4..59cdf1976 100644 --- a/packages/components/src/tokens.compiled.js +++ b/packages/components/src/tokens.compiled.js @@ -44,11 +44,11 @@ export default { "type": "color" }, "hover": { - "value": "#4cb8ab", + "value": "#74c8be", "type": "color" }, "down": { - "value": "#4cb8ab", + "value": "#74c8be", "type": "color" }, "default--reverse": { @@ -867,7 +867,7 @@ export default { "type": "color" }, "hover": { - "value": "#a4dbd4", + "value": "#a4dbd426", "type": "color" }, "down": { @@ -881,6 +881,10 @@ export default { "down--reverse": { "value": "#878D96", "type": "color" + }, + "hover--reverse-transparent": { + "value": "#ffffff26", + "type": "color" } }, "phatic": { @@ -911,7 +915,7 @@ export default { "type": "color" }, "down": { - "value": "#C1C7CD", + "value": "#338077", "type": "color" }, "hover--reverse": { @@ -939,7 +943,7 @@ export default { } }, "width": { - "value": "2px", + "value": "1px", "type": "borderWidth" }, "radius": { @@ -1998,11 +2002,23 @@ export default { "default": { "value": "#ffffff", "type": "color" + }, + "muted": { + "value": "#F2F4F8", + "type": "color" } } }, "spacing": { "gap": { + "xxs": { + "value": "4px", + "type": "spacing" + }, + "xs": { + "value": "8px", + "type": "spacing" + }, "sm": { "value": "16px", "type": "spacing" @@ -2066,6 +2082,10 @@ export default { "default": { "value": "#343A3F", "type": "color" + }, + "icon": { + "value": "#4D5358", + "type": "color" } }, "typo": { @@ -2076,6 +2096,24 @@ export default { "fontSize": "23px" }, "type": "typography" + }, + "typo-regular": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 400, + "lineHeight": "20px", + "fontSize": "14px" + }, + "type": "typography" + }, + "typo-bold": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 500, + "lineHeight": "20px", + "fontSize": "14px" + }, + "type": "typography" } }, "border": { @@ -2113,7 +2151,7 @@ export default { "type": "color" }, "down": { - "value": "#4cb8ab", + "value": "#74c8be", "type": "color" }, "default--reverse": { @@ -2353,7 +2391,7 @@ export default { "type": "color" }, "default--icon": { - "value": "#4cb8ab", + "value": "#74c8be", "type": "color" }, "check--icon": { @@ -3515,6 +3553,27 @@ export default { } } } + }, + "shadow": { + "value": [ + { + "color": "#dde1e629", + "type": "dropShadow", + "x": 0, + "y": 2, + "blur": 0, + "spread": 0 + }, + { + "color": "#1a202b1f", + "type": "dropShadow", + "x": 0, + "y": 10, + "blur": 36, + "spread": 0 + } + ], + "type": "boxShadow" } }, "stepper": { @@ -4137,6 +4196,266 @@ export default { } } }, + "cardLibrary": { + "spacing": { + "padding": { + "horizontal": { + "sm": { + "value": "8px", + "type": "spacing" + }, + "md": { + "value": "16px", + "type": "spacing" + }, + "xsm": { + "value": "4px", + "type": "spacing" + } + }, + "vertical": { + "sm": { + "value": "8px", + "type": "spacing" + }, + "md": { + "value": "16px", + "type": "spacing" + }, + "xsm": { + "value": "4px", + "type": "spacing" + } + } + }, + "gap": { + "value": "16px", + "type": "spacing" + } + }, + "content": { + "color": { + "emphasis": { + "value": "#343A3F", + "type": "color" + }, + "default": { + "value": "#4D5358", + "type": "color" + }, + "muted": { + "value": "#878D96", + "type": "color" + }, + "icon": { + "value": "#878D96", + "type": "color" + } + }, + "typo": { + "lg": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 500, + "lineHeight": 20, + "fontSize": 18 + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 400, + "lineHeight": 20, + "fontSize": 14 + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 400, + "lineHeight": 16, + "fontSize": 12 + }, + "type": "typography" + } + } + }, + "background": { + "color": { + "default": { + "value": "#ffffff", + "type": "color" + } + } + }, + "border": { + "color": { + "subtle": { + "value": "#DDE1E6", + "type": "color" + } + }, + "radius": { + "sm": { + "value": "2px", + "type": "borderRadius" + }, + "circle": { + "value": "50%", + "type": "borderRadius" + } + }, + "width": { + "value": "1px", + "type": "borderWidth" + } + }, + "shadow": { + "hover": { + "value": [ + { + "color": "#dde1e614", + "type": "dropShadow", + "x": 0, + "y": 2, + "blur": 0, + "spread": 0 + }, + { + "color": "#1a202b14", + "type": "dropShadow", + "x": 0, + "y": 10, + "blur": 36, + "spread": 0 + } + ], + "type": "boxShadow" + } + } + }, + "buttonActionLibrary": { + "spacing": { + "padding": { + "sm": { + "value": "2px", + "type": "spacing" + } + }, + "gap": { + "value": "4px", + "type": "spacing" + } + }, + "content": { + "color": { + "primary": { + "default": { + "value": "#ffffff", + "type": "color" + }, + "hover": { + "value": "#ffffff", + "type": "color" + }, + "down": { + "value": "#ffffff", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "#d13b3b", + "type": "color" + }, + "down": { + "value": "#d13b3b", + "type": "color" + } + } + } + }, + "background": { + "color": { + "primary": { + "default": { + "value": "transparent", + "type": "color" + }, + "hover": { + "value": "#ffffff26", + "type": "color" + }, + "active": { + "value": "#ffffff26", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "#ffffff", + "type": "color" + } + } + } + }, + "border": { + "color": { + "primary": { + "default": { + "value": "transparent", + "type": "color" + }, + "hover": { + "value": "transparent", + "type": "color" + }, + "down": { + "value": "#ffffff", + "type": "color" + }, + "hover--reverse": { + "value": "#4D5358", + "type": "color" + }, + "down--reverse": { + "value": "#878D96", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "transparent", + "type": "color" + }, + "hover": { + "value": "#f7dede", + "type": "color" + }, + "down": { + "value": "#C1C7CD", + "type": "color" + } + } + }, + "radius": { + "md": { + "value": "4px", + "type": "borderRadius" + }, + "rounded": { + "value": "99em", + "type": "borderRadius" + } + }, + "width": { + "value": "1px", + "type": "borderWidth" + } + } + }, "global": { "shadow": { "100": { @@ -4285,7 +4604,7 @@ export default { "type": "color" }, "muted": { - "value": "#4cb8ab", + "value": "#74c8be", "type": "color" }, "default": { @@ -4959,8 +5278,9 @@ export default { "type": "color" }, "muted": { - "value": "#00000000", - "type": "color" + "value": "{core.color.neutral.75}", + "type": "color", + "failedToResolve": true } }, "overlay": { @@ -5183,10 +5503,6 @@ export default { "value": "#F8F9FB", "type": "color" }, - "75": { - "value": "#00000000", - "type": "color" - }, "100": { "value": "#F2F4F8", "type": "color" @@ -6030,6 +6346,19 @@ export default { "value": "uppercase", "type": "textCase" } + }, + "shadow": { + "100": { + "value": { + "x": 0, + "y": 10, + "blur": 36, + "spread": 0, + "color": "#C1C7CD", + "type": "dropShadow" + }, + "type": "boxShadow" + } } }, "util": { From b2e6f1f4276e0047e5baf3d70f656f320c27baa4 Mon Sep 17 00:00:00 2001 From: fermarinsanchez Date: Fri, 22 Sep 2023 13:07:01 +0200 Subject: [PATCH 046/547] feat(components): Export Skeletons to consume in Leemons Ref: #epic/MainLibrary-0 --- packages/components/src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/components/src/index.js b/packages/components/src/index.js index 23195cf83..f61e68ad9 100644 --- a/packages/components/src/index.js +++ b/packages/components/src/index.js @@ -16,6 +16,7 @@ export { Progress, ScrollArea, HoverCard, + Skeleton, } from '@mantine/core'; export * from '@mantine/spotlight'; export { From bca9bf9c93037243fcdf752fa47931eb6d7021f7 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 25 Sep 2023 15:44:28 +0000 Subject: [PATCH 047/547] chore: version bump --- packages/calendars/CHANGELOG.md | 9 +++++++++ packages/calendars/package.json | 6 +++--- packages/components/CHANGELOG.md | 8 ++++++++ packages/components/package.json | 4 ++-- packages/editors/CHANGELOG.md | 9 +++++++++ packages/editors/package.json | 6 +++--- packages/icons/CHANGELOG.md | 6 ++++++ packages/icons/package.json | 2 +- packages/leemons/CHANGELOG.md | 11 +++++++++++ packages/leemons/package.json | 10 +++++----- packages/notifications/CHANGELOG.md | 9 +++++++++ packages/notifications/package.json | 6 +++--- 12 files changed, 69 insertions(+), 17 deletions(-) diff --git a/packages/calendars/CHANGELOG.md b/packages/calendars/CHANGELOG.md index 6ad7f1feb..f5183def3 100644 --- a/packages/calendars/CHANGELOG.md +++ b/packages/calendars/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/calendars +## 1.2.5 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.5 + - @bubbles-ui/icons@1.2.5 + ## 1.2.4 ### Patch Changes diff --git a/packages/calendars/package.json b/packages/calendars/package.json index bd9cacc95..008a76274 100644 --- a/packages/calendars/package.json +++ b/packages/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/calendars", - "version": "1.2.4", + "version": "1.2.5", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -57,8 +57,8 @@ "rrule": "^2.6.8" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.4", - "@bubbles-ui/icons": "^1.2.4", + "@bubbles-ui/components": "^1.2.5", + "@bubbles-ui/icons": "^1.2.5", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index c2c2587f0..592453aa9 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,13 @@ # @bubbles-ui/components +## 1.2.5 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/icons@1.2.5 + ## 1.2.4 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 5e6f828f0..85e094c59 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/components", - "version": "1.2.4", + "version": "1.2.5", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -60,7 +60,7 @@ "chromatic": "npx chromatic --project-token=7b10302a7b6b --build-script-name=build:storybook:raw" }, "dependencies": { - "@bubbles-ui/icons": "^1.2.4", + "@bubbles-ui/icons": "^1.2.5", "@emotion/react": "^11.10.0", "@heroicons/react": "^1.0.5", "@leemonade/react-dnd-treeview": "^1.5.44", diff --git a/packages/editors/CHANGELOG.md b/packages/editors/CHANGELOG.md index 998577be8..92e7f04e9 100644 --- a/packages/editors/CHANGELOG.md +++ b/packages/editors/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/editors +## 1.2.5 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.5 + - @bubbles-ui/icons@1.2.5 + ## 1.2.4 ### Patch Changes diff --git a/packages/editors/package.json b/packages/editors/package.json index 21ba2bab1..80988f8c0 100644 --- a/packages/editors/package.json +++ b/packages/editors/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/editors", - "version": "1.2.4", + "version": "1.2.5", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -79,8 +79,8 @@ "styled-icons": "^10.45.0" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.4", - "@bubbles-ui/icons": "^1.2.4", + "@bubbles-ui/components": "^1.2.5", + "@bubbles-ui/icons": "^1.2.5", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 3abe55fbb..55d6bb9ee 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @bubbles-ui/icons +## 1.2.5 + +### Patch Changes + +- Versions bump + ## 1.2.4 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index ac637e7ce..a76687025 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/icons", - "version": "1.2.4", + "version": "1.2.5", "description": "The Bubbles Design System icons library.", "license": "MIT", "repository": { diff --git a/packages/leemons/CHANGELOG.md b/packages/leemons/CHANGELOG.md index 5172a78c8..02b17c836 100644 --- a/packages/leemons/CHANGELOG.md +++ b/packages/leemons/CHANGELOG.md @@ -1,5 +1,16 @@ # @bubbles-ui/leemons +## 1.2.5 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.5 + - @bubbles-ui/calendars@1.2.5 + - @bubbles-ui/editors@1.2.5 + - @bubbles-ui/icons@1.2.5 + ## 1.2.4 ### Patch Changes diff --git a/packages/leemons/package.json b/packages/leemons/package.json index ad95a417b..f14b35651 100644 --- a/packages/leemons/package.json +++ b/packages/leemons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/leemons", - "version": "1.2.4", + "version": "1.2.5", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -74,10 +74,10 @@ "ajv": "6.12.6" }, "peerDependencies": { - "@bubbles-ui/calendars": "^1.2.4", - "@bubbles-ui/components": "^1.2.4", - "@bubbles-ui/editors": "^1.2.4", - "@bubbles-ui/icons": "^1.2.4", + "@bubbles-ui/calendars": "^1.2.5", + "@bubbles-ui/components": "^1.2.5", + "@bubbles-ui/editors": "^1.2.5", + "@bubbles-ui/icons": "^1.2.5", "dayjs": "^1.10.7", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index 4d2b2be5f..a66cd076a 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/notifications +## 1.2.5 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.5 + - @bubbles-ui/icons@1.2.5 + ## 1.2.4 ### Patch Changes diff --git a/packages/notifications/package.json b/packages/notifications/package.json index c6f679da0..eaa892263 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/notifications", - "version": "1.2.4", + "version": "1.2.5", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -52,8 +52,8 @@ "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.4", - "@bubbles-ui/icons": "^1.2.4", + "@bubbles-ui/components": "^1.2.5", + "@bubbles-ui/icons": "^1.2.5", "@mantine/core": "5.2.4", "@mantine/hooks": "5.2.4", "react": "^17.0.2", From 0b535e5e83f323f2ca9b1fcf1060e156f205d290 Mon Sep 17 00:00:00 2001 From: fermarinsanchez Date: Tue, 26 Sep 2023 14:05:41 +0200 Subject: [PATCH 048/547] feat(components): Changes in FavButton state selected and AvatarsGroup Ref: #epic/MainLibrary-0 --- packages/components/src/form/FavButton/FavButton.js | 2 +- packages/components/src/form/FavButton/FavButton.styles.js | 6 ++++-- packages/components/src/index.js | 1 + .../components/src/informative/AvatarsGroup/AvatarsGroup.js | 6 +++--- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/packages/components/src/form/FavButton/FavButton.js b/packages/components/src/form/FavButton/FavButton.js index f576177f0..e78444974 100644 --- a/packages/components/src/form/FavButton/FavButton.js +++ b/packages/components/src/form/FavButton/FavButton.js @@ -6,7 +6,7 @@ import { LoveItIcon } from '@bubbles-ui/icons/outline'; const FavButton = ({ isActive, isParentHovered }) => { const [active, setActive] = useState(isActive); - const { classes, cx } = FavButtonStyles({ isActive, isParentHovered }, { name: 'FavButton' }); + const { classes } = FavButtonStyles({ isActive, isParentHovered }, { name: 'FavButton' }); const handleIsActive = () => { setActive(!active); diff --git a/packages/components/src/form/FavButton/FavButton.styles.js b/packages/components/src/form/FavButton/FavButton.styles.js index c63c1431b..a87f9d045 100644 --- a/packages/components/src/form/FavButton/FavButton.styles.js +++ b/packages/components/src/form/FavButton/FavButton.styles.js @@ -1,8 +1,8 @@ import { createStyles } from '@mantine/styles'; -import { getFontExpressive } from '../../theme.mixins'; export const FavButtonStyles = createStyles((theme, { isActive, isParentHovered }) => { const leemonsStyles = theme.other; + const isIconActive = isActive ? 'rgba(255,255,255, 0.5)' : theme.colors.fatic01; return { root: { padding: 5, @@ -13,8 +13,10 @@ export const FavButtonStyles = createStyles((theme, { isActive, isParentHovered justifyContent: 'center', }, loveIcon: { + position: 'relative', + zIndex: 1, paddingTop: 1, - stroke: theme.colors.fatic01, + stroke: isParentHovered ? theme.colors.fatic01 : isIconActive, fill: isActive ? theme.colors.fatic01 : 'transparent', }, }; diff --git a/packages/components/src/index.js b/packages/components/src/index.js index f61e68ad9..63d80c9b8 100644 --- a/packages/components/src/index.js +++ b/packages/components/src/index.js @@ -17,6 +17,7 @@ export { ScrollArea, HoverCard, Skeleton, + keyframes, } from '@mantine/core'; export * from '@mantine/spotlight'; export { diff --git a/packages/components/src/informative/AvatarsGroup/AvatarsGroup.js b/packages/components/src/informative/AvatarsGroup/AvatarsGroup.js index eaaee2250..4552e04c7 100644 --- a/packages/components/src/informative/AvatarsGroup/AvatarsGroup.js +++ b/packages/components/src/informative/AvatarsGroup/AvatarsGroup.js @@ -87,9 +87,9 @@ const AvatarsGroup = ({ } if (n) { n = ( - ({ paddingLeft: theme.spacing[4], paddingTop: theme.spacing[1] })}> - - ({n}) + ({ paddingLeft: theme.spacing[5], paddingTop: theme.spacing[1] })}> + + {n <= 99 ? `(${n})` : '+99'} ); From 86c74e2b7f976b799c6e1a1d47b25eccf94cffc2 Mon Sep 17 00:00:00 2001 From: Banshee-92 <138103229+Banshee-92@users.noreply.github.com> Date: Fri, 29 Sep 2023 12:46:20 +0200 Subject: [PATCH 049/547] Update tokens.json --- tokens.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tokens.json b/tokens.json index e69e5c1d2..f9846a47b 100644 --- a/tokens.json +++ b/tokens.json @@ -7,7 +7,7 @@ "type": "color" }, "white": { - "value": "#ffffff", + "value": "#fffff5", "type": "color" }, "neutral": { @@ -6441,4 +6441,4 @@ "component" ] } -} \ No newline at end of file +} From 59e4ee9543738651efe35d70e005c3a99b5bec5a Mon Sep 17 00:00:00 2001 From: Banshee-92 <138103229+Banshee-92@users.noreply.github.com> Date: Fri, 29 Sep 2023 12:46:38 +0200 Subject: [PATCH 050/547] Update tokens.json --- tokens.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokens.json b/tokens.json index f9846a47b..d0c6b60a3 100644 --- a/tokens.json +++ b/tokens.json @@ -7,7 +7,7 @@ "type": "color" }, "white": { - "value": "#fffff5", + "value": "#ffffff", "type": "color" }, "neutral": { From 3675c409fcf1a9dd2bf2f5df742e3cbc8f4a2068 Mon Sep 17 00:00:00 2001 From: Banshee-92 <138103229+Banshee-92@users.noreply.github.com> Date: Fri, 29 Sep 2023 13:29:33 +0200 Subject: [PATCH 051/547] New core colors --- tokens.json | 380 +++------------------------------------------------- 1 file changed, 20 insertions(+), 360 deletions(-) diff --git a/tokens.json b/tokens.json index d0c6b60a3..4ae21c5d1 100644 --- a/tokens.json +++ b/tokens.json @@ -53,86 +53,24 @@ } }, "primary": { - "50": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.5}%,1)", - "type": "color" - }, "100": { "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.4}%,1)", "type": "color" }, "200": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.3}%,1)", - "type": "color" - }, - "300": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.2}%,1)", - "type": "color" - }, - "400": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.1}%,1)", - "type": "color" - }, - "500": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{core.color.customPrimary.lightness}%,1)", - "type": "color" - }, - "600": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.1}%,1)", - "type": "color" - }, - "700": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.2}%,1)", - "type": "color" - }, - "800": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.3}%,1)", - "type": "color" - }, - "900": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.4}%,1)", - "type": "color" - } - }, - "purple": { - "50": { - "value": "#F6EBFF", - "type": "color" - }, - "100": { - "value": "#E2BFFE", - "type": "color" - }, - "200": { - "value": "#D5A1FE", + "value": "#E2FF7A", "type": "color" }, "300": { - "value": "#C176FD", + "value": "#B4E600", "type": "color" }, "400": { - "value": "#B55BFD", + "value": "#98C200", "type": "color" }, "500": { - "value": "#A332FC", - "type": "color" - }, - "600": { - "value": "#942EE5", - "type": "color" - }, - "700": { - "value": "#7424B3", - "type": "color" - }, - "800": { - "value": "#5A1C8B", - "type": "color" - }, - "900": { - "value": "#44156A", + "value": "#4A6000", "type": "color" } }, @@ -250,330 +188,60 @@ "type": "color" } }, - "customPrimary": { - "hue": { - "value": "173", - "type": "color" - }, - "saturation": { - "value": "43", - "type": "color" - }, - "lightness": { - "value": "35", - "type": "color" - }, - "hsla": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{core.color.customPrimary.lightness}%,1)", - "type": "color" - } - }, - "customAccent": { - "hue": { - "value": "60", - "type": "color" - }, - "saturation": { - "value": "100", - "type": "color" - }, - "lightness": { - "value": "78", - "type": "color" - }, - "hsla": { - "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{core.color.customAccent.lightness}%,1)", - "type": "color" - } - }, - "slateGrey": { - "50": { - "value": "#E7E9E9", - "type": "color" - }, + "info": { "100": { - "value": "#B4BABB", + "value": "#E8F0FC", "type": "color" }, "200": { - "value": "#90989A", + "value": "#B1CDF6", "type": "color" }, "300": { - "value": "#5D6A6C", + "value": "#7EACF1", "type": "color" }, "400": { - "value": "#0D2023", + "value": "#5592EC", "type": "color" }, "500": { - "value": "#0D2023", + "value": "#307AE8", "type": "color" }, "600": { - "value": "#0C1D20", + "value": "#1867DC", "type": "color" }, "700": { - "value": "#091719", + "value": "#155AC1", "type": "color" }, "800": { - "value": "#071213", + "value": "#134FAA", "type": "color" }, "900": { - "value": "#050D0F", + "value": "#104593", "type": "color" } }, - "jungle": { - "50": { - "value": "#EAEDEC", - "type": "color" - }, + "secondary": { "100": { - "value": "#BFC6C3", - "type": "color" - }, - "200": { - "value": "#9FAAA7", - "type": "color" - }, - "300": { - "value": "#74847E", - "type": "color" - }, - "400": { - "value": "#596C65", - "type": "color" - }, - "500": { - "value": "#2F473F", - "type": "color" - }, - "600": { - "value": "#2B4139", - "type": "color" - }, - "700": { - "value": "#21322D", - "type": "color" - }, - "800": { - "value": "#1A2723", - "type": "color" - }, - "900": { - "value": "#141E1A", + "value": "#0C1F22", "type": "color" } }, - "lime": { - "50": { - "value": "#F2F5EA", - "type": "color" - }, + "tertiary": { "100": { - "value": "#D6E1BE", - "type": "color" - }, - "200": { - "value": "#C2D29F", - "type": "color" - }, - "300": { - "value": "#A7BD73", - "type": "color" - }, - "400": { - "value": "#95B158", - "type": "color" - }, - "500": { - "value": "#7B9D2E", - "type": "color" - }, - "600": { - "value": "#708F2A", - "type": "color" - }, - "700": { - "value": "#576F21", - "type": "color" - }, - "800": { - "value": "#445619", - "type": "color" - }, - "900": { - "value": "#344213", + "value": "#2F463F", "type": "color" } }, "accent": { - "50": { - "value": "#F1F0FF", - "type": "color" - }, - "100": { - "value": "#D4CFFE", - "type": "color" - }, - "200": { - "value": "#BFB8FE", - "type": "color" - }, - "300": { - "value": "#A297FD", - "type": "color" - }, - "400": { - "value": "#9083FD", - "type": "color" - }, - "500": { - "value": "#7464FC", - "type": "color" - }, - "600": { - "value": "#6A5BE5", - "type": "color" - }, - "700": { - "value": "#5247B3", - "type": "color" - }, - "800": { - "value": "#40378B", - "type": "color" - }, - "900": { - "value": "#312A6A", - "type": "color" - } - }, - "coral": { - "50": { - "value": "#FFEEF1", - "type": "color" - }, "100": { - "value": "#FFCAD3", - "type": "color" - }, - "200": { - "value": "#FFB0BD", - "type": "color" - }, - "300": { - "value": "#FF8C9F", - "type": "color" - }, - "400": { - "value": "#FF768D", - "type": "color" - }, - "500": { "value": "#FF5470", "type": "color" - }, - "600": { - "value": "#E84C66", - "type": "color" - }, - "700": { - "value": "#B53C50", - "type": "color" - }, - "800": { - "value": "#8C2E3E", - "type": "color" - }, - "900": { - "value": "#6B232F", - "type": "color" - } - }, - "leemons": { - "50": { - "value": "#EFFACC", - "type": "color" - }, - "100": { - "value": "#E7F7B0", - "type": "color" - }, - "200": { - "value": "#DBF38A", - "type": "color" - }, - "300": { - "value": "#CBED54", - "type": "color" - }, - "400": { - "value": "#C1E933", - "type": "color" - }, - "500": { - "value": "#B1E400", - "type": "color" - }, - "600": { - "value": "#A1CF00", - "type": "color" - }, - "700": { - "value": "#7EA200", - "type": "color" - }, - "800": { - "value": "#617D00", - "type": "color" - }, - "900": { - "value": "#4A6000", - "type": "color" - } - }, - "info": { - "100": { - "value": "#E8F0FC", - "type": "color" - }, - "200": { - "value": "#B1CDF6", - "type": "color" - }, - "300": { - "value": "#7EACF1", - "type": "color" - }, - "400": { - "value": "#5592EC", - "type": "color" - }, - "500": { - "value": "#307AE8", - "type": "color" - }, - "600": { - "value": "#1867DC", - "type": "color" - }, - "700": { - "value": "#155AC1", - "type": "color" - }, - "800": { - "value": "#134FAA", - "type": "color" - }, - "900": { - "value": "#104593", - "type": "color" } } }, @@ -970,14 +638,6 @@ } } } - }, - "colorDebug": { - "value": "#9747FF", - "type": "color" - }, - "debugColorContainer": { - "value": "#ebdcff", - "type": "color" } }, "font": { @@ -1513,7 +1173,7 @@ }, "primary": { "verySubtle": { - "value": "{core.color.primary.50}", + "value": "{core.color.primary.100}", "type": "color" }, "subtle": { @@ -6441,4 +6101,4 @@ "component" ] } -} +} \ No newline at end of file From 8612b540ba0f8662a5a984faf4239f859dfbe816 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 29 Sep 2023 11:41:35 +0000 Subject: [PATCH 052/547] chore: version bump --- packages/calendars/CHANGELOG.md | 9 +++++++++ packages/calendars/package.json | 6 +++--- packages/components/CHANGELOG.md | 8 ++++++++ packages/components/package.json | 4 ++-- packages/editors/CHANGELOG.md | 9 +++++++++ packages/editors/package.json | 6 +++--- packages/icons/CHANGELOG.md | 6 ++++++ packages/icons/package.json | 2 +- packages/leemons/CHANGELOG.md | 11 +++++++++++ packages/leemons/package.json | 10 +++++----- packages/notifications/CHANGELOG.md | 9 +++++++++ packages/notifications/package.json | 6 +++--- 12 files changed, 69 insertions(+), 17 deletions(-) diff --git a/packages/calendars/CHANGELOG.md b/packages/calendars/CHANGELOG.md index f5183def3..b8a6210b9 100644 --- a/packages/calendars/CHANGELOG.md +++ b/packages/calendars/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/calendars +## 1.2.6 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.6 + - @bubbles-ui/icons@1.2.6 + ## 1.2.5 ### Patch Changes diff --git a/packages/calendars/package.json b/packages/calendars/package.json index 008a76274..00c0e537c 100644 --- a/packages/calendars/package.json +++ b/packages/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/calendars", - "version": "1.2.5", + "version": "1.2.6", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -57,8 +57,8 @@ "rrule": "^2.6.8" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.5", - "@bubbles-ui/icons": "^1.2.5", + "@bubbles-ui/components": "^1.2.6", + "@bubbles-ui/icons": "^1.2.6", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 592453aa9..151ff1923 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,13 @@ # @bubbles-ui/components +## 1.2.6 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/icons@1.2.6 + ## 1.2.5 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 85e094c59..7a3cbe480 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/components", - "version": "1.2.5", + "version": "1.2.6", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -60,7 +60,7 @@ "chromatic": "npx chromatic --project-token=7b10302a7b6b --build-script-name=build:storybook:raw" }, "dependencies": { - "@bubbles-ui/icons": "^1.2.5", + "@bubbles-ui/icons": "^1.2.6", "@emotion/react": "^11.10.0", "@heroicons/react": "^1.0.5", "@leemonade/react-dnd-treeview": "^1.5.44", diff --git a/packages/editors/CHANGELOG.md b/packages/editors/CHANGELOG.md index 92e7f04e9..00e163f51 100644 --- a/packages/editors/CHANGELOG.md +++ b/packages/editors/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/editors +## 1.2.6 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.6 + - @bubbles-ui/icons@1.2.6 + ## 1.2.5 ### Patch Changes diff --git a/packages/editors/package.json b/packages/editors/package.json index 80988f8c0..ffa90115d 100644 --- a/packages/editors/package.json +++ b/packages/editors/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/editors", - "version": "1.2.5", + "version": "1.2.6", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -79,8 +79,8 @@ "styled-icons": "^10.45.0" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.5", - "@bubbles-ui/icons": "^1.2.5", + "@bubbles-ui/components": "^1.2.6", + "@bubbles-ui/icons": "^1.2.6", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 55d6bb9ee..5ce97a67c 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @bubbles-ui/icons +## 1.2.6 + +### Patch Changes + +- Versions bump + ## 1.2.5 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index a76687025..9941ffa23 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/icons", - "version": "1.2.5", + "version": "1.2.6", "description": "The Bubbles Design System icons library.", "license": "MIT", "repository": { diff --git a/packages/leemons/CHANGELOG.md b/packages/leemons/CHANGELOG.md index 02b17c836..58c6f3311 100644 --- a/packages/leemons/CHANGELOG.md +++ b/packages/leemons/CHANGELOG.md @@ -1,5 +1,16 @@ # @bubbles-ui/leemons +## 1.2.6 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.6 + - @bubbles-ui/calendars@1.2.6 + - @bubbles-ui/editors@1.2.6 + - @bubbles-ui/icons@1.2.6 + ## 1.2.5 ### Patch Changes diff --git a/packages/leemons/package.json b/packages/leemons/package.json index f14b35651..269d9fa8c 100644 --- a/packages/leemons/package.json +++ b/packages/leemons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/leemons", - "version": "1.2.5", + "version": "1.2.6", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -74,10 +74,10 @@ "ajv": "6.12.6" }, "peerDependencies": { - "@bubbles-ui/calendars": "^1.2.5", - "@bubbles-ui/components": "^1.2.5", - "@bubbles-ui/editors": "^1.2.5", - "@bubbles-ui/icons": "^1.2.5", + "@bubbles-ui/calendars": "^1.2.6", + "@bubbles-ui/components": "^1.2.6", + "@bubbles-ui/editors": "^1.2.6", + "@bubbles-ui/icons": "^1.2.6", "dayjs": "^1.10.7", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index a66cd076a..1baf8dfcc 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/notifications +## 1.2.6 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.6 + - @bubbles-ui/icons@1.2.6 + ## 1.2.5 ### Patch Changes diff --git a/packages/notifications/package.json b/packages/notifications/package.json index eaa892263..9f39cffc0 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/notifications", - "version": "1.2.5", + "version": "1.2.6", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -52,8 +52,8 @@ "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.5", - "@bubbles-ui/icons": "^1.2.5", + "@bubbles-ui/components": "^1.2.6", + "@bubbles-ui/icons": "^1.2.6", "@mantine/core": "5.2.4", "@mantine/hooks": "5.2.4", "react": "^17.0.2", From 201e9ae2bfebe896fe4059da6e0be5aac5cd7c6f Mon Sep 17 00:00:00 2001 From: fermarinsanchez Date: Fri, 29 Sep 2023 20:25:39 +0200 Subject: [PATCH 053/547] feat(components): Add new icons to FileIcon component and fix eslint config Ref: #epic/MainLibrary-0 --- .eslintrc.json | 48 +- .prettierrc | 1 + package.json | 9 + packages/calendars/babel.config.js | 2 +- packages/components/babel.config.js | 2 +- packages/components/package.json | 4 +- packages/components/src/form/Button/Button.js | 6 +- .../ActivityAnswersBar/ActivityAnswersBar.js | 20 +- .../informative/AvatarsGroup/AvatarsGroup.js | 2 +- .../AssetAudioIcon.constants.js | 12 + .../FileIcon/AssetAudioIcon/AssetAudioIcon.js | 29 + .../src/misc/FileIcon/AssetAudioIcon/index.js | 1 + .../AssetBookmarkIcon.constants.js | 12 + .../AssetBookmarkIcon/AssetBookmarkIcon.js | 30 + .../misc/FileIcon/AssetBookmarkIcon/index.js | 1 + .../AssetImageIcon.constants.js | 12 + .../FileIcon/AssetImageIcon/AssetImageIcon.js | 32 + .../src/misc/FileIcon/AssetImageIcon/index.js | 1 + .../AssetVideoIcon.constants.js | 12 + .../FileIcon/AssetVideoIcon/AssetVideoIcon.js | 29 + .../src/misc/FileIcon/AssetVideoIcon/index.js | 1 + .../components/src/misc/FileIcon/FileIcon.js | 35 +- .../src/typography/TextClamp/TextClamp.js | 48 +- packages/editors/babel.config.js | 2 +- packages/icons/src/solid/asset-task.svg | 2 +- packages/icons/src/solid/bookmarks.svg | 0 packages/leemons/babel.config.js | 2 +- packages/notifications/babel.config.js | 2 +- yarn.lock | 6277 ++++++++++------- 29 files changed, 3815 insertions(+), 2819 deletions(-) create mode 100644 packages/components/src/misc/FileIcon/AssetAudioIcon/AssetAudioIcon.constants.js create mode 100644 packages/components/src/misc/FileIcon/AssetAudioIcon/AssetAudioIcon.js create mode 100644 packages/components/src/misc/FileIcon/AssetAudioIcon/index.js create mode 100644 packages/components/src/misc/FileIcon/AssetBookmarkIcon/AssetBookmarkIcon.constants.js create mode 100644 packages/components/src/misc/FileIcon/AssetBookmarkIcon/AssetBookmarkIcon.js create mode 100644 packages/components/src/misc/FileIcon/AssetBookmarkIcon/index.js create mode 100644 packages/components/src/misc/FileIcon/AssetImageIcon/AssetImageIcon.constants.js create mode 100644 packages/components/src/misc/FileIcon/AssetImageIcon/AssetImageIcon.js create mode 100644 packages/components/src/misc/FileIcon/AssetImageIcon/index.js create mode 100644 packages/components/src/misc/FileIcon/AssetVideoIcon/AssetVideoIcon.constants.js create mode 100644 packages/components/src/misc/FileIcon/AssetVideoIcon/AssetVideoIcon.js create mode 100644 packages/components/src/misc/FileIcon/AssetVideoIcon/index.js mode change 100755 => 100644 packages/icons/src/solid/bookmarks.svg diff --git a/.eslintrc.json b/.eslintrc.json index b8fdc313e..e4d6c756b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,39 +1,47 @@ { "env": { "browser": true, + "commonjs": true, "es2021": true, - "node": true, - "jest": true + "node": true }, "globals": { "leemons": true }, - "extends": [ - "plugin:react/recommended", - "airbnb-base", - "prettier" - ], - "parser": "babel-eslint", + "extends": ["plugin:react/recommended", "plugin:sonarjs/recommended", "airbnb-base", "prettier"], + "settings": { + "react": { + "version": "detect" + } + }, + "parser": "@babel/eslint-parser", "parserOptions": { + "requireConfigFile": false, + "babelOptions": { + "babelrc": false, + "configFile": false, + "presets": ["@babel/preset-env"], + "plugins": ["@babel/plugin-syntax-jsx"] + }, + "ecmaVersion": 2020, "ecmaFeatures": { "jsx": true - }, - "ecmaVersion": 12, - "sourceType": "module" + } }, - "plugins": [ - "react", - "import", - "prettier" - ], + "plugins": ["react", "sonarjs", "import", "prettier"], "rules": { "no-plusplus": "off", "import/no-dynamic-requires": "off", "import/no-extraneous-dependencies": "off", "react/react-in-jsx-scope": "off", "no-underscore-dangle": "off", - "prettier/prettier": ["error", {}, { - "usePrettierrc": true - }] + "prettier/prettier": [ + 2, + {}, + { + "usePrettierrc": true + } + ], + "import/no-names-as-default": "off" } -} +} \ No newline at end of file diff --git a/.prettierrc b/.prettierrc index d5a9f0f64..850234775 100644 --- a/.prettierrc +++ b/.prettierrc @@ -6,3 +6,4 @@ "trailingCommas": "es5", "singleQuote": true } + diff --git a/package.json b/package.json index 93d2b89d4..4d69609a6 100644 --- a/package.json +++ b/package.json @@ -41,14 +41,23 @@ "react-dom": "^17.0.1" }, "devDependencies": { + "@babel/eslint-parser": "^7.22.15", "better-spawn": "^1.0.4", "chalk": "^4.1.1", "chromatic": "^6.11.4", + "eslint": "^8.50.0", + "eslint-config-airbnb-base": "^15.0.0", + "eslint-config-prettier": "^9.0.0", + "eslint-plugin-import": "^2.28.1", + "eslint-plugin-prettier": "^5.0.0", + "eslint-plugin-react": "^7.33.2", + "eslint-plugin-sonarjs": "^0.21.0", "execa": "5.1.1", "fs-extra": "^10.0.0", "generate-template-files": "^3.2.0", "madge": "^5.0.1", "npm-run-all": "^4.1.5", + "prettier": "^3.0.3", "tsc-silent": "^1.2.2", "typescript": "^4.7.3", "webpack": "5", diff --git a/packages/calendars/babel.config.js b/packages/calendars/babel.config.js index e52c5c136..fe14be3c1 100644 --- a/packages/calendars/babel.config.js +++ b/packages/calendars/babel.config.js @@ -27,7 +27,7 @@ module.exports = { '@babel/plugin-syntax-dynamic-import', '@babel/plugin-syntax-import-meta', '@babel/plugin-proposal-class-properties', - '@babel/plugin-proposal-export-namespace-from', + '@babel/plugin-transform-export-namespace-from', '@babel/plugin-proposal-export-default-from', ], }; diff --git a/packages/components/babel.config.js b/packages/components/babel.config.js index e52c5c136..fe14be3c1 100644 --- a/packages/components/babel.config.js +++ b/packages/components/babel.config.js @@ -27,7 +27,7 @@ module.exports = { '@babel/plugin-syntax-dynamic-import', '@babel/plugin-syntax-import-meta', '@babel/plugin-proposal-class-properties', - '@babel/plugin-proposal-export-namespace-from', + '@babel/plugin-transform-export-namespace-from', '@babel/plugin-proposal-export-default-from', ], }; diff --git a/packages/components/package.json b/packages/components/package.json index 85e094c59..5d1693a24 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -102,7 +102,9 @@ }, "devDependencies": { "@babel/cli": "^7.15.7", - "@babel/core": "^7.15.8", + "@babel/core": "^7.22.15", + "@babel/eslint-parser": "^7.22.15", + "@babel/plugin-syntax-jsx": "^7.22.5", "@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/preset-env": "^7.15.8", "@babel/preset-react": "^7.14.5", diff --git a/packages/components/src/form/Button/Button.js b/packages/components/src/form/Button/Button.js index 2e9da9671..aa0b961b9 100644 --- a/packages/components/src/form/Button/Button.js +++ b/packages/components/src/form/Button/Button.js @@ -41,9 +41,9 @@ export const Button = forwardRef( useAria, ariaLabel, textAlign, - compact, //UNUSED - gradient, //UNUSED - radius, //UNUSED + compact, // UNUSED + gradient, // UNUSED + radius, // UNUSED ...props }, ref diff --git a/packages/components/src/informative/ActivityAnswersBar/ActivityAnswersBar.js b/packages/components/src/informative/ActivityAnswersBar/ActivityAnswersBar.js index 41942442c..4f9df1d41 100644 --- a/packages/components/src/informative/ActivityAnswersBar/ActivityAnswersBar.js +++ b/packages/components/src/informative/ActivityAnswersBar/ActivityAnswersBar.js @@ -1,14 +1,14 @@ import React, { useEffect, useState } from 'react'; +import { ResponsiveBar } from '@nivo/bar'; +import { groupBy } from 'lodash'; import { Box } from '../../layout'; import { Select } from '../../form'; -import { COLORS } from '../../'; -import { ResponsiveBar } from '@nivo/bar'; +import { COLORS } from '../..'; import { ActivityAnswersBarStyles } from './ActivityAnswersBar.styles'; import { ACTIVITY_ANSWERS_BAR_DEFAULT_PROPS, ACTIVITY_ANSWERS_BAR_PROP_TYPES, } from './ActivityAnswersBar.constants'; -import { groupBy } from 'lodash'; import { CustomBar } from './CustomBar'; import { getFontProductive } from '../../theme.mixins'; import { CustomLegend } from './CustomLegend'; @@ -49,14 +49,12 @@ const ActivityAnswersBar = ({ useEffect(() => { const groupedData = groupBy(data, selectedGroup); - const newData = Object.keys(groupedData).map((key) => { - return { - [selectedGroup]: key, - OK: groupedData[key].filter((item) => item.status === 'OK').length, - KO: groupedData[key].filter((item) => item.status === 'KO').length, - null: groupedData[key].filter((item) => item.status === null).length, - }; - }); + const newData = Object.keys(groupedData).map((key) => ({ + [selectedGroup]: key, + OK: groupedData[key].filter((item) => item.status === 'OK').length, + KO: groupedData[key].filter((item) => item.status === 'KO').length, + null: groupedData[key].filter((item) => item.status === null).length, + })); const longestKeyCharacters = Math.max(...Object.keys(groupedData).map((key) => key.length)); setLongestKeyCharacters(longestKeyCharacters); setRenderedData(newData); diff --git a/packages/components/src/informative/AvatarsGroup/AvatarsGroup.js b/packages/components/src/informative/AvatarsGroup/AvatarsGroup.js index 4552e04c7..be9edc49f 100644 --- a/packages/components/src/informative/AvatarsGroup/AvatarsGroup.js +++ b/packages/components/src/informative/AvatarsGroup/AvatarsGroup.js @@ -88,7 +88,7 @@ const AvatarsGroup = ({ if (n) { n = ( ({ paddingLeft: theme.spacing[5], paddingTop: theme.spacing[1] })}> - + {n <= 99 ? `(${n})` : '+99'} diff --git a/packages/components/src/misc/FileIcon/AssetAudioIcon/AssetAudioIcon.constants.js b/packages/components/src/misc/FileIcon/AssetAudioIcon/AssetAudioIcon.constants.js new file mode 100644 index 000000000..ba1dbcb6d --- /dev/null +++ b/packages/components/src/misc/FileIcon/AssetAudioIcon/AssetAudioIcon.constants.js @@ -0,0 +1,12 @@ +import PropTypes from 'prop-types'; + +export const ASSET_AUDIO_ICON_DEFAULT_PROPS = { + width: 24, + height: 24, + color: '#7E8795', +}; +export const ASSET_AUDIO_ICON_PROP_TYPES = { + width: PropTypes.number, + height: PropTypes.number, + color: PropTypes.string, +}; diff --git a/packages/components/src/misc/FileIcon/AssetAudioIcon/AssetAudioIcon.js b/packages/components/src/misc/FileIcon/AssetAudioIcon/AssetAudioIcon.js new file mode 100644 index 000000000..6e08fdaed --- /dev/null +++ b/packages/components/src/misc/FileIcon/AssetAudioIcon/AssetAudioIcon.js @@ -0,0 +1,29 @@ +import React from 'react'; +import { + ASSET_AUDIO_ICON_PROP_TYPES, + ASSET_AUDIO_ICON_DEFAULT_PROPS, +} from './AssetAudioIcon.constants'; + +const AssetAudioIcon = ({ width, height, color }) => ( + + + +); + +AssetAudioIcon.defaultProps = ASSET_AUDIO_ICON_DEFAULT_PROPS; +AssetAudioIcon.propTypes = ASSET_AUDIO_ICON_PROP_TYPES; + +AssetAudioIcon.displayName = 'AssetAudioIcon'; +export { AssetAudioIcon }; diff --git a/packages/components/src/misc/FileIcon/AssetAudioIcon/index.js b/packages/components/src/misc/FileIcon/AssetAudioIcon/index.js new file mode 100644 index 000000000..3871060f5 --- /dev/null +++ b/packages/components/src/misc/FileIcon/AssetAudioIcon/index.js @@ -0,0 +1 @@ +export * from './AssetAudioIcon'; diff --git a/packages/components/src/misc/FileIcon/AssetBookmarkIcon/AssetBookmarkIcon.constants.js b/packages/components/src/misc/FileIcon/AssetBookmarkIcon/AssetBookmarkIcon.constants.js new file mode 100644 index 000000000..358be1c62 --- /dev/null +++ b/packages/components/src/misc/FileIcon/AssetBookmarkIcon/AssetBookmarkIcon.constants.js @@ -0,0 +1,12 @@ +import PropTypes from 'prop-types'; + +export const ASSET_BOOKMARK_ICON_DEFAULT_PROPS = { + width: 24, + height: 24, + color: '#7E8795', +}; +export const ASSET_BOOKMARK_ICON_PROP_TYPES = { + width: PropTypes.number, + height: PropTypes.number, + color: PropTypes.string, +}; diff --git a/packages/components/src/misc/FileIcon/AssetBookmarkIcon/AssetBookmarkIcon.js b/packages/components/src/misc/FileIcon/AssetBookmarkIcon/AssetBookmarkIcon.js new file mode 100644 index 000000000..18f033a2a --- /dev/null +++ b/packages/components/src/misc/FileIcon/AssetBookmarkIcon/AssetBookmarkIcon.js @@ -0,0 +1,30 @@ +import React from 'react'; +import { + ASSET_BOOKMARK_ICON_PROP_TYPES, + ASSET_BOOKMARK_ICON_DEFAULT_PROPS, +} from './AssetBookmarkIcon.constants'; + +const AssetBookmarkIcon = ({ width, height, color }) => ( + + + + + +); + +AssetBookmarkIcon.defaultProps = ASSET_BOOKMARK_ICON_DEFAULT_PROPS; +AssetBookmarkIcon.propTypes = ASSET_BOOKMARK_ICON_PROP_TYPES; + +AssetBookmarkIcon.displayName = 'AssetBookmarkIcon'; +export { AssetBookmarkIcon }; diff --git a/packages/components/src/misc/FileIcon/AssetBookmarkIcon/index.js b/packages/components/src/misc/FileIcon/AssetBookmarkIcon/index.js new file mode 100644 index 000000000..41753759f --- /dev/null +++ b/packages/components/src/misc/FileIcon/AssetBookmarkIcon/index.js @@ -0,0 +1 @@ +export * from './AssetBookmarkIcon'; diff --git a/packages/components/src/misc/FileIcon/AssetImageIcon/AssetImageIcon.constants.js b/packages/components/src/misc/FileIcon/AssetImageIcon/AssetImageIcon.constants.js new file mode 100644 index 000000000..7eb3cff82 --- /dev/null +++ b/packages/components/src/misc/FileIcon/AssetImageIcon/AssetImageIcon.constants.js @@ -0,0 +1,12 @@ +import PropTypes from 'prop-types'; + +export const ASSET_IMAGE_ICON_DEFAULT_PROPS = { + width: 24, + height: 24, + color: '#7E8795', +}; +export const ASSET_IMAGE_ICON_PROP_TYPES = { + width: PropTypes.number, + height: PropTypes.number, + color: PropTypes.string, +}; diff --git a/packages/components/src/misc/FileIcon/AssetImageIcon/AssetImageIcon.js b/packages/components/src/misc/FileIcon/AssetImageIcon/AssetImageIcon.js new file mode 100644 index 000000000..af67378ac --- /dev/null +++ b/packages/components/src/misc/FileIcon/AssetImageIcon/AssetImageIcon.js @@ -0,0 +1,32 @@ +import React from 'react'; +import { + ASSET_IMAGE_ICON_PROP_TYPES, + ASSET_IMAGE_ICON_DEFAULT_PROPS, +} from './AssetImageIcon.constants'; + +const AssetImageIcon = ({ width, height, color }) => ( +
+ + + + + +
+); + +AssetImageIcon.defaultProps = ASSET_IMAGE_ICON_DEFAULT_PROPS; +AssetImageIcon.propTypes = ASSET_IMAGE_ICON_PROP_TYPES; + +AssetImageIcon.displayName = 'AssetImageIcon'; +export { AssetImageIcon }; diff --git a/packages/components/src/misc/FileIcon/AssetImageIcon/index.js b/packages/components/src/misc/FileIcon/AssetImageIcon/index.js new file mode 100644 index 000000000..6fa02bbd8 --- /dev/null +++ b/packages/components/src/misc/FileIcon/AssetImageIcon/index.js @@ -0,0 +1 @@ +export * from './AssetImageIcon'; diff --git a/packages/components/src/misc/FileIcon/AssetVideoIcon/AssetVideoIcon.constants.js b/packages/components/src/misc/FileIcon/AssetVideoIcon/AssetVideoIcon.constants.js new file mode 100644 index 000000000..5c64f3824 --- /dev/null +++ b/packages/components/src/misc/FileIcon/AssetVideoIcon/AssetVideoIcon.constants.js @@ -0,0 +1,12 @@ +import PropTypes from 'prop-types'; + +export const ASSET_VIDEO_ICON_DEFAULT_PROPS = { + width: 24, + height: 24, + color: '#7E8795', +}; +export const ASSET_VIDEO_ICON_PROP_TYPES = { + width: PropTypes.number, + height: PropTypes.number, + color: PropTypes.string, +}; diff --git a/packages/components/src/misc/FileIcon/AssetVideoIcon/AssetVideoIcon.js b/packages/components/src/misc/FileIcon/AssetVideoIcon/AssetVideoIcon.js new file mode 100644 index 000000000..3b7f4d8db --- /dev/null +++ b/packages/components/src/misc/FileIcon/AssetVideoIcon/AssetVideoIcon.js @@ -0,0 +1,29 @@ +import React from 'react'; +import { + ASSET_VIDEO_ICON_PROP_TYPES, + ASSET_VIDEO_ICON_DEFAULT_PROPS, +} from './AssetVideoIcon.constants'; + +const AssetVideoIcon = ({ width, height, color }) => ( + + + +); + +AssetVideoIcon.defaultProps = ASSET_VIDEO_ICON_DEFAULT_PROPS; +AssetVideoIcon.propTypes = ASSET_VIDEO_ICON_PROP_TYPES; + +AssetVideoIcon.displayName = 'AssetVideoIcon'; +export { AssetVideoIcon }; diff --git a/packages/components/src/misc/FileIcon/AssetVideoIcon/index.js b/packages/components/src/misc/FileIcon/AssetVideoIcon/index.js new file mode 100644 index 000000000..3e8b03d61 --- /dev/null +++ b/packages/components/src/misc/FileIcon/AssetVideoIcon/index.js @@ -0,0 +1 @@ +export * from './AssetVideoIcon'; diff --git a/packages/components/src/misc/FileIcon/FileIcon.js b/packages/components/src/misc/FileIcon/FileIcon.js index a12774106..ca6a1a257 100644 --- a/packages/components/src/misc/FileIcon/FileIcon.js +++ b/packages/components/src/misc/FileIcon/FileIcon.js @@ -1,22 +1,26 @@ import React from 'react'; import PropTypes from 'prop-types'; -import { FileIconStyles } from './FileIcon.styles'; -import { Box } from '../../layout/'; -import { Text } from '../../typography'; import { - AssetBookmarkIcon, + // AssetBookmarkIcon, AssetPathIcon, - AssetTaskIcon, - MeetingCameraIcon, + // AssetTaskIcon, + // MeetingCameraIcon, PluginCurriculumIcon, - VolumeControlMediumIcon, + // VolumeControlMediumIcon, } from '@bubbles-ui/icons/solid/'; import { - FormImageAttachIcon, + // FormImageAttachIcon, PluginFeedbackIcon, PluginTestIcon, } from '@bubbles-ui/icons/outline/'; -import { FileItemDisplay } from '../../informative/'; +import { FileIconStyles } from './FileIcon.styles'; +import { Box } from '../../layout/Box'; +import { Text } from '../../typography/Text'; +import { AssetVideoIcon } from './AssetVideoIcon'; +import { FileItemDisplay } from '../../informative/FileItemDisplay'; +import { AssetAudioIcon } from './AssetAudioIcon'; +import { AssetImageIcon } from './AssetImageIcon'; +import { AssetBookmarkIcon } from './AssetBookmarkIcon'; export const FILE_ICON_DEFAULT_PROPS = { size: 16, @@ -33,15 +37,14 @@ export const FILE_ICON_PROP_TYPES = { }; const FileIcon = ({ fileType, fileExtension, label, size, color, iconStyle, ...props }) => { - const { classes, cx } = FileIconStyles({ size, color }); + const { classes } = FileIconStyles({ size, color }); const FileTypeIcon = [ - { key: 'video', value: }, - { key: 'audio', value: }, - { key: 'image', value: }, + { key: 'video', value: }, + { key: 'audio', value: }, + { key: 'image', value: }, { key: 'bookmark', value: }, { key: 'path', value: }, - { key: 'task', value: }, { key: 'curriculum', value: }, { key: 'tests', value: }, { key: 'questionBank', value: }, @@ -60,9 +63,9 @@ const FileIcon = ({ fileType, fileExtension, label, size, color, iconStyle, ...p ) : ( diff --git a/packages/components/src/typography/TextClamp/TextClamp.js b/packages/components/src/typography/TextClamp/TextClamp.js index 804f5d010..c0b1ee724 100644 --- a/packages/components/src/typography/TextClamp/TextClamp.js +++ b/packages/components/src/typography/TextClamp/TextClamp.js @@ -1,7 +1,7 @@ import React from 'react'; import PropTypes from 'prop-types'; import Clamp from 'react-multiline-clamp'; -import { Button } from '../../form'; +import { Button } from '../../form/Button'; export const TEXT_CLAMP_DEFAULT_PROPS = { lines: 2, @@ -32,30 +32,28 @@ const TextClamp = ({ showLess, onShowMore, ...props -}) => { - return ( - ( - - )} - showLessElement={({ toggle }) => ( - - )} - onShowMore={onShowMore} - > - {React.cloneElement(children, { style: { hyphens: 'auto' } })} - - ); -}; +}) => ( + ( + + )} + showLessElement={({ toggle }) => ( + + )} + onShowMore={onShowMore} + > + {React.cloneElement(children, { style: { hyphens: 'auto' } })} + +); TextClamp.defaultProps = TEXT_CLAMP_DEFAULT_PROPS; TextClamp.propTypes = TEXT_CLAMP_PROP_TYPES; diff --git a/packages/editors/babel.config.js b/packages/editors/babel.config.js index e52c5c136..fe14be3c1 100644 --- a/packages/editors/babel.config.js +++ b/packages/editors/babel.config.js @@ -27,7 +27,7 @@ module.exports = { '@babel/plugin-syntax-dynamic-import', '@babel/plugin-syntax-import-meta', '@babel/plugin-proposal-class-properties', - '@babel/plugin-proposal-export-namespace-from', + '@babel/plugin-transform-export-namespace-from', '@babel/plugin-proposal-export-default-from', ], }; diff --git a/packages/icons/src/solid/asset-task.svg b/packages/icons/src/solid/asset-task.svg index 2e55e7286..4c48cf29b 100644 --- a/packages/icons/src/solid/asset-task.svg +++ b/packages/icons/src/solid/asset-task.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/packages/icons/src/solid/bookmarks.svg b/packages/icons/src/solid/bookmarks.svg old mode 100755 new mode 100644 diff --git a/packages/leemons/babel.config.js b/packages/leemons/babel.config.js index e52c5c136..fe14be3c1 100644 --- a/packages/leemons/babel.config.js +++ b/packages/leemons/babel.config.js @@ -27,7 +27,7 @@ module.exports = { '@babel/plugin-syntax-dynamic-import', '@babel/plugin-syntax-import-meta', '@babel/plugin-proposal-class-properties', - '@babel/plugin-proposal-export-namespace-from', + '@babel/plugin-transform-export-namespace-from', '@babel/plugin-proposal-export-default-from', ], }; diff --git a/packages/notifications/babel.config.js b/packages/notifications/babel.config.js index e52c5c136..fe14be3c1 100644 --- a/packages/notifications/babel.config.js +++ b/packages/notifications/babel.config.js @@ -27,7 +27,7 @@ module.exports = { '@babel/plugin-syntax-dynamic-import', '@babel/plugin-syntax-import-meta', '@babel/plugin-proposal-class-properties', - '@babel/plugin-proposal-export-namespace-from', + '@babel/plugin-transform-export-namespace-from', '@babel/plugin-proposal-export-default-from', ], }; diff --git a/yarn.lock b/yarn.lock index 359d764df..d2940c42a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,22 +2,27 @@ # yarn lockfile v1 -"@ampproject/remapping@^2.1.0": - version "2.2.0" - resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d" - integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w== +"@aashutoshrathi/word-wrap@^1.2.3": + version "1.2.6" + resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf" + integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA== + +"@ampproject/remapping@^2.2.0": + version "2.2.1" + resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.1.tgz#99e8e11851128b8702cd57c33684f1d0f260b630" + integrity sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg== dependencies: - "@jridgewell/gen-mapping" "^0.1.0" + "@jridgewell/gen-mapping" "^0.3.0" "@jridgewell/trace-mapping" "^0.3.9" "@babel/cli@^7.15.7": - version "7.19.3" - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.19.3.tgz#55914ed388e658e0b924b3a95da1296267e278e2" - integrity sha512-643/TybmaCAe101m2tSVHi9UKpETXP9c/Ff4mD2tAwkdP6esKIfaauZFc67vGEM6r9fekbEGid+sZhbEnSe3dg== + version "7.23.0" + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.23.0.tgz#1d7f37c44d4117c67df46749e0c86e11a58cc64b" + integrity sha512-17E1oSkGk2IwNILM4jtfAvgjt+ohmpfBky8aLerUfYZhiPNg7ca+CRCxZn8QDxwNhV/upsc2VHBCqGFIR+iBfA== dependencies: - "@jridgewell/trace-mapping" "^0.3.8" + "@jridgewell/trace-mapping" "^0.3.17" commander "^4.0.1" - convert-source-map "^1.1.0" + convert-source-map "^2.0.0" fs-readdir-recursive "^1.1.0" glob "^7.2.0" make-dir "^2.1.0" @@ -26,17 +31,18 @@ "@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents.3" chokidar "^3.4.0" -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.18.6", "@babel/code-frame@^7.5.5", "@babel/code-frame@^7.8.3": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a" - integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q== +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.5.5", "@babel/code-frame@^7.8.3": + version "7.22.13" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== dependencies: - "@babel/highlight" "^7.18.6" + "@babel/highlight" "^7.22.13" + chalk "^2.4.2" -"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.0", "@babel/compat-data@^7.20.1": - version "7.20.1" - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30" - integrity sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ== +"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.20", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9": + version "7.22.20" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.20.tgz#8df6e96661209623f1975d66c35ffca66f3306d0" + integrity sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw== "@babel/core@7.12.9": version "7.12.9" @@ -60,81 +66,94 @@ semver "^5.4.1" source-map "^0.5.0" -"@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.15.8", "@babel/core@^7.7.5": - version "7.20.2" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.2.tgz#8dc9b1620a673f92d3624bd926dc49a52cf25b92" - integrity sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g== - dependencies: - "@ampproject/remapping" "^2.1.0" - "@babel/code-frame" "^7.18.6" - "@babel/generator" "^7.20.2" - "@babel/helper-compilation-targets" "^7.20.0" - "@babel/helper-module-transforms" "^7.20.2" - "@babel/helpers" "^7.20.1" - "@babel/parser" "^7.20.2" - "@babel/template" "^7.18.10" - "@babel/traverse" "^7.20.1" - "@babel/types" "^7.20.2" - convert-source-map "^1.7.0" +"@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.15.8", "@babel/core@^7.22.15", "@babel/core@^7.7.5": + version "7.23.0" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.0.tgz#f8259ae0e52a123eb40f552551e647b506a94d83" + integrity sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ== + dependencies: + "@ampproject/remapping" "^2.2.0" + "@babel/code-frame" "^7.22.13" + "@babel/generator" "^7.23.0" + "@babel/helper-compilation-targets" "^7.22.15" + "@babel/helper-module-transforms" "^7.23.0" + "@babel/helpers" "^7.23.0" + "@babel/parser" "^7.23.0" + "@babel/template" "^7.22.15" + "@babel/traverse" "^7.23.0" + "@babel/types" "^7.23.0" + convert-source-map "^2.0.0" debug "^4.1.0" gensync "^1.0.0-beta.2" - json5 "^2.2.1" - semver "^6.3.0" + json5 "^2.2.3" + semver "^6.3.1" -"@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.20.1", "@babel/generator@^7.20.2": - version "7.20.3" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.3.tgz#e58c9ae2f7bf7fdf4899160cf1e04400a82cd641" - integrity sha512-Wl5ilw2UD1+ZYprHVprxHZJCFeBWlzZYOovE4SDYLZnqCOD11j+0QzNeEWKLLTWM7nixrZEh7vNIyb76MyJg3A== +"@babel/eslint-parser@^7.22.15": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.22.15.tgz#263f059c476e29ca4972481a17b8b660cb025a34" + integrity sha512-yc8OOBIQk1EcRrpizuARSQS0TWAcOMpEJ1aafhNznaeYkeL+OhqnDObGFylB8ka8VFF/sZc+S4RzHyO+3LjQxg== dependencies: - "@babel/types" "^7.20.2" - "@jridgewell/gen-mapping" "^0.3.2" - jsesc "^2.5.1" + "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1" + eslint-visitor-keys "^2.1.0" + semver "^6.3.1" -"@babel/helper-annotate-as-pure@^7.16.0", "@babel/helper-annotate-as-pure@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb" - integrity sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA== +"@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.23.0": + version "7.23.0" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== dependencies: - "@babel/types" "^7.18.6" + "@babel/types" "^7.23.0" + "@jridgewell/gen-mapping" "^0.3.2" + "@jridgewell/trace-mapping" "^0.3.17" + jsesc "^2.5.1" -"@babel/helper-builder-binary-assignment-operator-visitor@^7.18.6": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz#acd4edfd7a566d1d51ea975dff38fd52906981bb" - integrity sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw== +"@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882" + integrity sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg== dependencies: - "@babel/helper-explode-assignable-expression" "^7.18.6" - "@babel/types" "^7.18.9" + "@babel/types" "^7.22.5" -"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.20.0": - version "7.20.0" - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz#6bf5374d424e1b3922822f1d9bdaa43b1a139d0a" - integrity sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ== +"@babel/helper-builder-binary-assignment-operator-visitor@^7.22.5": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz#5426b109cf3ad47b91120f8328d8ab1be8b0b956" + integrity sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw== dependencies: - "@babel/compat-data" "^7.20.0" - "@babel/helper-validator-option" "^7.18.6" - browserslist "^4.21.3" - semver "^6.3.0" + "@babel/types" "^7.22.15" -"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.20.2": - version "7.20.2" - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.2.tgz#3c08a5b5417c7f07b5cf3dfb6dc79cbec682e8c2" - integrity sha512-k22GoYRAHPYr9I+Gvy2ZQlAe5mGy8BqWst2wRt8cwIufWTxrsVshhIBvYNqC80N0GSFWTsqRVexOtfzlgOEDvA== - dependencies: - "@babel/helper-annotate-as-pure" "^7.18.6" - "@babel/helper-environment-visitor" "^7.18.9" - "@babel/helper-function-name" "^7.19.0" - "@babel/helper-member-expression-to-functions" "^7.18.9" - "@babel/helper-optimise-call-expression" "^7.18.6" - "@babel/helper-replace-supers" "^7.19.1" - "@babel/helper-split-export-declaration" "^7.18.6" - -"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.19.0": - version "7.19.0" - resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.19.0.tgz#7976aca61c0984202baca73d84e2337a5424a41b" - integrity sha512-htnV+mHX32DF81amCDrwIDr8nrp1PTm+3wfBN9/v8QJOLEioOCOG7qNyq0nHeFiWbT3Eb7gsPwEmV64UCQ1jzw== +"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.22.15", "@babel/helper-compilation-targets@^7.22.5", "@babel/helper-compilation-targets@^7.22.6": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz#0698fc44551a26cf29f18d4662d5bf545a6cfc52" + integrity sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw== dependencies: - "@babel/helper-annotate-as-pure" "^7.18.6" - regexpu-core "^5.1.0" + "@babel/compat-data" "^7.22.9" + "@babel/helper-validator-option" "^7.22.15" + browserslist "^4.21.9" + lru-cache "^5.1.1" + semver "^6.3.1" + +"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.22.11", "@babel/helper-create-class-features-plugin@^7.22.15", "@babel/helper-create-class-features-plugin@^7.22.5": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.15.tgz#97a61b385e57fe458496fad19f8e63b63c867de4" + integrity sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg== + dependencies: + "@babel/helper-annotate-as-pure" "^7.22.5" + "@babel/helper-environment-visitor" "^7.22.5" + "@babel/helper-function-name" "^7.22.5" + "@babel/helper-member-expression-to-functions" "^7.22.15" + "@babel/helper-optimise-call-expression" "^7.22.5" + "@babel/helper-replace-supers" "^7.22.9" + "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" + "@babel/helper-split-export-declaration" "^7.22.6" + semver "^6.3.1" + +"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.22.5": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz#5ee90093914ea09639b01c711db0d6775e558be1" + integrity sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w== + dependencies: + "@babel/helper-annotate-as-pure" "^7.22.5" + regexpu-core "^5.3.1" + semver "^6.3.1" "@babel/helper-define-polyfill-provider@^0.1.5": version "0.1.5" @@ -150,207 +169,182 @@ resolve "^1.14.2" semver "^6.1.2" -"@babel/helper-define-polyfill-provider@^0.3.3": - version "0.3.3" - resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz#8612e55be5d51f0cd1f36b4a5a83924e89884b7a" - integrity sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww== +"@babel/helper-define-polyfill-provider@^0.4.2": + version "0.4.2" + resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.2.tgz#82c825cadeeeee7aad237618ebbe8fa1710015d7" + integrity sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw== dependencies: - "@babel/helper-compilation-targets" "^7.17.7" - "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-compilation-targets" "^7.22.6" + "@babel/helper-plugin-utils" "^7.22.5" debug "^4.1.1" lodash.debounce "^4.0.8" resolve "^1.14.2" - semver "^6.1.2" -"@babel/helper-environment-visitor@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be" - integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg== +"@babel/helper-environment-visitor@^7.22.20", "@babel/helper-environment-visitor@^7.22.5": + version "7.22.20" + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== -"@babel/helper-explode-assignable-expression@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz#41f8228ef0a6f1a036b8dfdfec7ce94f9a6bc096" - integrity sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg== +"@babel/helper-function-name@^7.22.5", "@babel/helper-function-name@^7.23.0": + version "7.23.0" + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== dependencies: - "@babel/types" "^7.18.6" + "@babel/template" "^7.22.15" + "@babel/types" "^7.23.0" -"@babel/helper-function-name@^7.18.9", "@babel/helper-function-name@^7.19.0": - version "7.19.0" - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c" - integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w== +"@babel/helper-hoist-variables@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== dependencies: - "@babel/template" "^7.18.10" - "@babel/types" "^7.19.0" + "@babel/types" "^7.22.5" -"@babel/helper-hoist-variables@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" - integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== +"@babel/helper-member-expression-to-functions@^7.22.15": + version "7.23.0" + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz#9263e88cc5e41d39ec18c9a3e0eced59a3e7d366" + integrity sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA== dependencies: - "@babel/types" "^7.18.6" + "@babel/types" "^7.23.0" -"@babel/helper-member-expression-to-functions@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz#1531661e8375af843ad37ac692c132841e2fd815" - integrity sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg== +"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.7", "@babel/helper-module-imports@^7.22.15", "@babel/helper-module-imports@^7.22.5": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0" + integrity sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w== dependencies: - "@babel/types" "^7.18.9" + "@babel/types" "^7.22.15" -"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.0", "@babel/helper-module-imports@^7.16.7", "@babel/helper-module-imports@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e" - integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA== - dependencies: - "@babel/types" "^7.18.6" - -"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.20.2": - version "7.20.2" - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz#ac53da669501edd37e658602a21ba14c08748712" - integrity sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA== - dependencies: - "@babel/helper-environment-visitor" "^7.18.9" - "@babel/helper-module-imports" "^7.18.6" - "@babel/helper-simple-access" "^7.20.2" - "@babel/helper-split-export-declaration" "^7.18.6" - "@babel/helper-validator-identifier" "^7.19.1" - "@babel/template" "^7.18.10" - "@babel/traverse" "^7.20.1" - "@babel/types" "^7.20.2" - -"@babel/helper-optimise-call-expression@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe" - integrity sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA== +"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.23.0": + version "7.23.0" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.0.tgz#3ec246457f6c842c0aee62a01f60739906f7047e" + integrity sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw== + dependencies: + "@babel/helper-environment-visitor" "^7.22.20" + "@babel/helper-module-imports" "^7.22.15" + "@babel/helper-simple-access" "^7.22.5" + "@babel/helper-split-export-declaration" "^7.22.6" + "@babel/helper-validator-identifier" "^7.22.20" + +"@babel/helper-optimise-call-expression@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz#f21531a9ccbff644fdd156b4077c16ff0c3f609e" + integrity sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw== dependencies: - "@babel/types" "^7.18.6" + "@babel/types" "^7.22.5" "@babel/helper-plugin-utils@7.10.4": version "7.10.4" resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375" integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.19.0", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": - version "7.20.2" - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz#d1b9000752b18d0877cff85a5c376ce5c3121629" - integrity sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ== - -"@babel/helper-remap-async-to-generator@^7.18.6", "@babel/helper-remap-async-to-generator@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz#997458a0e3357080e54e1d79ec347f8a8cd28519" - integrity sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA== - dependencies: - "@babel/helper-annotate-as-pure" "^7.18.6" - "@babel/helper-environment-visitor" "^7.18.9" - "@babel/helper-wrap-function" "^7.18.9" - "@babel/types" "^7.18.9" - -"@babel/helper-replace-supers@^7.18.6", "@babel/helper-replace-supers@^7.19.1": - version "7.19.1" - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.19.1.tgz#e1592a9b4b368aa6bdb8784a711e0bcbf0612b78" - integrity sha512-T7ahH7wV0Hfs46SFh5Jz3s0B6+o8g3c+7TMxu7xKfmHikg7EAZ3I2Qk9LFhjxXq8sL7UkP5JflezNwoZa8WvWw== - dependencies: - "@babel/helper-environment-visitor" "^7.18.9" - "@babel/helper-member-expression-to-functions" "^7.18.9" - "@babel/helper-optimise-call-expression" "^7.18.6" - "@babel/traverse" "^7.19.1" - "@babel/types" "^7.19.0" - -"@babel/helper-simple-access@^7.19.4", "@babel/helper-simple-access@^7.20.2": - version "7.20.2" - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9" - integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA== - dependencies: - "@babel/types" "^7.20.2" - -"@babel/helper-skip-transparent-expression-wrappers@^7.18.9": - version "7.20.0" - resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz#fbe4c52f60518cab8140d77101f0e63a8a230684" - integrity sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg== - dependencies: - "@babel/types" "^7.20.0" - -"@babel/helper-split-export-declaration@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075" - integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA== - dependencies: - "@babel/types" "^7.18.6" - -"@babel/helper-string-parser@^7.19.4": - version "7.19.4" - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63" - integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw== - -"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1": - version "7.19.1" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2" - integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w== - -"@babel/helper-validator-option@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8" - integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw== - -"@babel/helper-wrap-function@^7.18.9": - version "7.19.0" - resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.19.0.tgz#89f18335cff1152373222f76a4b37799636ae8b1" - integrity sha512-txX8aN8CZyYGTwcLhlk87KRqncAzhh5TpQamZUa0/u3an36NtDpUP6bQgBCBcLeBs09R/OwQu3OjK0k/HwfNDg== - dependencies: - "@babel/helper-function-name" "^7.19.0" - "@babel/template" "^7.18.10" - "@babel/traverse" "^7.19.0" - "@babel/types" "^7.19.0" - -"@babel/helpers@^7.12.5", "@babel/helpers@^7.20.1": - version "7.20.1" - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.1.tgz#2ab7a0fcb0a03b5bf76629196ed63c2d7311f4c9" - integrity sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg== - dependencies: - "@babel/template" "^7.18.10" - "@babel/traverse" "^7.20.1" - "@babel/types" "^7.20.0" - -"@babel/highlight@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf" - integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g== - dependencies: - "@babel/helper-validator-identifier" "^7.18.6" - chalk "^2.0.0" +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295" + integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg== + +"@babel/helper-remap-async-to-generator@^7.22.5", "@babel/helper-remap-async-to-generator@^7.22.9": + version "7.22.20" + resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz#7b68e1cb4fa964d2996fd063723fb48eca8498e0" + integrity sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw== + dependencies: + "@babel/helper-annotate-as-pure" "^7.22.5" + "@babel/helper-environment-visitor" "^7.22.20" + "@babel/helper-wrap-function" "^7.22.20" + +"@babel/helper-replace-supers@^7.22.20", "@babel/helper-replace-supers@^7.22.5", "@babel/helper-replace-supers@^7.22.9": + version "7.22.20" + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz#e37d367123ca98fe455a9887734ed2e16eb7a793" + integrity sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw== + dependencies: + "@babel/helper-environment-visitor" "^7.22.20" + "@babel/helper-member-expression-to-functions" "^7.22.15" + "@babel/helper-optimise-call-expression" "^7.22.5" + +"@babel/helper-simple-access@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz#4938357dc7d782b80ed6dbb03a0fba3d22b1d5de" + integrity sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w== + dependencies: + "@babel/types" "^7.22.5" + +"@babel/helper-skip-transparent-expression-wrappers@^7.20.0", "@babel/helper-skip-transparent-expression-wrappers@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz#007f15240b5751c537c40e77abb4e89eeaaa8847" + integrity sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q== + dependencies: + "@babel/types" "^7.22.5" + +"@babel/helper-split-export-declaration@^7.22.6": + version "7.22.6" + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== + dependencies: + "@babel/types" "^7.22.5" + +"@babel/helper-string-parser@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== + +"@babel/helper-validator-identifier@^7.22.20": + version "7.22.20" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== + +"@babel/helper-validator-option@^7.22.15": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz#694c30dfa1d09a6534cdfcafbe56789d36aba040" + integrity sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA== + +"@babel/helper-wrap-function@^7.22.20": + version "7.22.20" + resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz#15352b0b9bfb10fc9c76f79f6342c00e3411a569" + integrity sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw== + dependencies: + "@babel/helper-function-name" "^7.22.5" + "@babel/template" "^7.22.15" + "@babel/types" "^7.22.19" + +"@babel/helpers@^7.12.5", "@babel/helpers@^7.23.0": + version "7.23.1" + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.1.tgz#44e981e8ce2b9e99f8f0b703f3326a4636c16d15" + integrity sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA== + dependencies: + "@babel/template" "^7.22.15" + "@babel/traverse" "^7.23.0" + "@babel/types" "^7.23.0" + +"@babel/highlight@^7.22.13": + version "7.22.20" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== + dependencies: + "@babel/helper-validator-identifier" "^7.22.20" + chalk "^2.4.2" js-tokens "^4.0.0" -"@babel/parser@^7.0.0", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.20.1", "@babel/parser@^7.20.2": - version "7.20.3" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.3.tgz#5358cf62e380cf69efcb87a7bb922ff88bfac6e2" - integrity sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg== - -"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2" - integrity sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ== - dependencies: - "@babel/helper-plugin-utils" "^7.18.6" +"@babel/parser@^7.0.0", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.22.15", "@babel/parser@^7.23.0": + version "7.23.0" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== -"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.9.tgz#a11af19aa373d68d561f08e0a57242350ed0ec50" - integrity sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg== +"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.15.tgz#02dc8a03f613ed5fdc29fb2f728397c78146c962" + integrity sha512-FB9iYlz7rURmRJyXRKEnalYPPdn87H5no108cyuQQyMwlpJ2SJtpIUBI27kdTin956pz+LPypkPVPUTlxOmrsg== dependencies: - "@babel/helper-plugin-utils" "^7.18.9" - "@babel/helper-skip-transparent-expression-wrappers" "^7.18.9" - "@babel/plugin-proposal-optional-chaining" "^7.18.9" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-proposal-async-generator-functions@^7.20.1": - version "7.20.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.1.tgz#352f02baa5d69f4e7529bdac39aaa02d41146af9" - integrity sha512-Gh5rchzSwE4kC+o/6T8waD0WHEQIsDmjltY8WnWRXHUdH8axZhuH86Ov9M72YhJfDrZseQwuuWaaIT/TmePp3g== +"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.22.15": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.22.15.tgz#2aeb91d337d4e1a1e7ce85b76a37f5301781200f" + integrity sha512-Hyph9LseGvAeeXzikV88bczhsrLrIZqDPxO+sSmAunMPaGrBGhfMWzCPYTtiW9t+HzSE2wtV8e5cc5P6r1xMDQ== dependencies: - "@babel/helper-environment-visitor" "^7.18.9" - "@babel/helper-plugin-utils" "^7.19.0" - "@babel/helper-remap-async-to-generator" "^7.18.9" - "@babel/plugin-syntax-async-generators" "^7.8.4" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" + "@babel/plugin-transform-optional-chaining" "^7.22.15" -"@babel/plugin-proposal-class-properties@^7.12.1", "@babel/plugin-proposal-class-properties@^7.18.6": +"@babel/plugin-proposal-class-properties@^7.12.1": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3" integrity sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ== @@ -358,67 +352,26 @@ "@babel/helper-create-class-features-plugin" "^7.18.6" "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-proposal-class-static-block@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.18.6.tgz#8aa81d403ab72d3962fc06c26e222dacfc9b9020" - integrity sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw== - dependencies: - "@babel/helper-create-class-features-plugin" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/plugin-syntax-class-static-block" "^7.14.5" - "@babel/plugin-proposal-decorators@^7.12.12": - version "7.20.2" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.20.2.tgz#1c6c32b2a44b154ebeec2bb534f9eaebdb541fb6" - integrity sha512-nkBH96IBmgKnbHQ5gXFrcmez+Z9S2EIDKDQGp005ROqBigc88Tky4rzCnlP/lnlj245dCEQl4/YyV0V1kYh5dw== + version "7.23.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.23.0.tgz#66d9014173b3267a9ced3e69935138bc64ffb5c8" + integrity sha512-kYsT+f5ARWF6AdFmqoEEp+hpqxEB8vGmRWfw2aj78M2vTwS2uHW91EF58iFm1Z9U8Y/RrLu2XKJn46P9ca1b0w== dependencies: - "@babel/helper-create-class-features-plugin" "^7.20.2" - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/helper-replace-supers" "^7.19.1" - "@babel/helper-split-export-declaration" "^7.18.6" - "@babel/plugin-syntax-decorators" "^7.19.0" - -"@babel/plugin-proposal-dynamic-import@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz#72bcf8d408799f547d759298c3c27c7e7faa4d94" - integrity sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw== - dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/plugin-syntax-dynamic-import" "^7.8.3" + "@babel/helper-create-class-features-plugin" "^7.22.15" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-replace-supers" "^7.22.20" + "@babel/helper-split-export-declaration" "^7.22.6" + "@babel/plugin-syntax-decorators" "^7.22.10" "@babel/plugin-proposal-export-default-from@^7.12.1": - version "7.18.10" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.18.10.tgz#091f4794dbce4027c03cf4ebc64d3fb96b75c206" - integrity sha512-5H2N3R2aQFxkV4PIBUR/i7PUSwgTZjouJKzI8eKswfIjT0PhvzkPn0t0wIS5zn6maQuvtT0t1oHtMUz61LOuow== + version "7.22.17" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.22.17.tgz#91b60cd338f501cccdf549af2308768911ec5fbb" + integrity sha512-cop/3quQBVvdz6X5SJC6AhUv3C9DrVTM06LUEXimEdWAhCSyOJIr9NiZDU9leHZ0/aiG0Sh7Zmvaku5TWYNgbA== dependencies: - "@babel/helper-plugin-utils" "^7.18.9" - "@babel/plugin-syntax-export-default-from" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-syntax-export-default-from" "^7.22.5" -"@babel/plugin-proposal-export-namespace-from@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz#5f7313ab348cdb19d590145f9247540e94761203" - integrity sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA== - dependencies: - "@babel/helper-plugin-utils" "^7.18.9" - "@babel/plugin-syntax-export-namespace-from" "^7.8.3" - -"@babel/plugin-proposal-json-strings@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz#7e8788c1811c393aff762817e7dbf1ebd0c05f0b" - integrity sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ== - dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/plugin-syntax-json-strings" "^7.8.3" - -"@babel/plugin-proposal-logical-assignment-operators@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.9.tgz#8148cbb350483bf6220af06fa6db3690e14b2e23" - integrity sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q== - dependencies: - "@babel/helper-plugin-utils" "^7.18.9" - "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" - -"@babel/plugin-proposal-nullish-coalescing-operator@^7.12.1", "@babel/plugin-proposal-nullish-coalescing-operator@^7.18.6": +"@babel/plugin-proposal-nullish-coalescing-operator@^7.12.1": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz#fdd940a99a740e577d6c753ab6fbb43fdb9467e1" integrity sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA== @@ -426,14 +379,6 @@ "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" -"@babel/plugin-proposal-numeric-separator@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz#899b14fbafe87f053d2c5ff05b36029c62e13c75" - integrity sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q== - dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/plugin-syntax-numeric-separator" "^7.10.4" - "@babel/plugin-proposal-object-rest-spread@7.12.1": version "7.12.1" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.1.tgz#def9bd03cea0f9b72283dac0ec22d289c7691069" @@ -443,35 +388,27 @@ "@babel/plugin-syntax-object-rest-spread" "^7.8.0" "@babel/plugin-transform-parameters" "^7.12.1" -"@babel/plugin-proposal-object-rest-spread@^7.12.1", "@babel/plugin-proposal-object-rest-spread@^7.20.2": - version "7.20.2" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.2.tgz#a556f59d555f06961df1e572bb5eca864c84022d" - integrity sha512-Ks6uej9WFK+fvIMesSqbAto5dD8Dz4VuuFvGJFKgIGSkJuRGcrwGECPA1fDgQK3/DbExBJpEkTeYeB8geIFCSQ== +"@babel/plugin-proposal-object-rest-spread@^7.12.1": + version "7.20.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz#aa662940ef425779c75534a5c41e9d936edc390a" + integrity sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg== dependencies: - "@babel/compat-data" "^7.20.1" - "@babel/helper-compilation-targets" "^7.20.0" + "@babel/compat-data" "^7.20.5" + "@babel/helper-compilation-targets" "^7.20.7" "@babel/helper-plugin-utils" "^7.20.2" "@babel/plugin-syntax-object-rest-spread" "^7.8.3" - "@babel/plugin-transform-parameters" "^7.20.1" - -"@babel/plugin-proposal-optional-catch-binding@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz#f9400d0e6a3ea93ba9ef70b09e72dd6da638a2cb" - integrity sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw== - dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" + "@babel/plugin-transform-parameters" "^7.20.7" -"@babel/plugin-proposal-optional-chaining@^7.12.7", "@babel/plugin-proposal-optional-chaining@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.9.tgz#e8e8fe0723f2563960e4bf5e9690933691915993" - integrity sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w== +"@babel/plugin-proposal-optional-chaining@^7.12.7": + version "7.21.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz#886f5c8978deb7d30f678b2e24346b287234d3ea" + integrity sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA== dependencies: - "@babel/helper-plugin-utils" "^7.18.9" - "@babel/helper-skip-transparent-expression-wrappers" "^7.18.9" + "@babel/helper-plugin-utils" "^7.20.2" + "@babel/helper-skip-transparent-expression-wrappers" "^7.20.0" "@babel/plugin-syntax-optional-chaining" "^7.8.3" -"@babel/plugin-proposal-private-methods@^7.12.1", "@babel/plugin-proposal-private-methods@^7.18.6": +"@babel/plugin-proposal-private-methods@^7.12.1": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz#5209de7d213457548a98436fa2882f52f4be6bea" integrity sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA== @@ -479,24 +416,21 @@ "@babel/helper-create-class-features-plugin" "^7.18.6" "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-proposal-private-property-in-object@^7.12.1", "@babel/plugin-proposal-private-property-in-object@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.18.6.tgz#a64137b232f0aca3733a67eb1a144c192389c503" - integrity sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw== +"@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2": + version "7.21.0-placeholder-for-preset-env.2" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz#7844f9289546efa9febac2de4cfe358a050bd703" + integrity sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w== + +"@babel/plugin-proposal-private-property-in-object@^7.12.1": + version "7.21.11" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.11.tgz#69d597086b6760c4126525cfa154f34631ff272c" + integrity sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw== dependencies: "@babel/helper-annotate-as-pure" "^7.18.6" - "@babel/helper-create-class-features-plugin" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-create-class-features-plugin" "^7.21.0" + "@babel/helper-plugin-utils" "^7.20.2" "@babel/plugin-syntax-private-property-in-object" "^7.14.5" -"@babel/plugin-proposal-unicode-property-regex@^7.18.6", "@babel/plugin-proposal-unicode-property-regex@^7.4.4": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz#af613d2cd5e643643b65cded64207b15c85cb78e" - integrity sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/plugin-syntax-async-generators@^7.8.4": version "7.8.4" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d" @@ -518,12 +452,12 @@ dependencies: "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-syntax-decorators@^7.19.0": - version "7.19.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.19.0.tgz#5f13d1d8fce96951bea01a10424463c9a5b3a599" - integrity sha512-xaBZUEDntt4faL1yN8oIFlhfXeQAWJW7CLKYsHTUqriCUbj8xOra8bfxxKGi/UwExPFBuPdH4XfHc9rGQhrVkQ== +"@babel/plugin-syntax-decorators@^7.22.10": + version "7.22.10" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.22.10.tgz#7d83ea04d893c442b78ebf4c3cbac59a7211deff" + integrity sha512-z1KTVemBjnz+kSEilAsI4lbkPOl5TvJH7YDSY1CTIzvLWJ+KHXp+mRe8VPmfnyvqOPqar1V2gid2PleKzRUstQ== dependencies: - "@babel/helper-plugin-utils" "^7.19.0" + "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-syntax-dynamic-import@^7.8.3": version "7.8.3" @@ -532,12 +466,12 @@ dependencies: "@babel/helper-plugin-utils" "^7.8.0" -"@babel/plugin-syntax-export-default-from@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.18.6.tgz#8df076711a4818c4ce4f23e61d622b0ba2ff84bc" - integrity sha512-Kr//z3ujSVNx6E9z9ih5xXXMqK07VVTuqPmqGe6Mss/zW5XPeLZeSDZoP9ab/hT4wPKqAgjl2PnhPrcpk8Seew== +"@babel/plugin-syntax-export-default-from@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.22.5.tgz#ac3a24b362a04415a017ab96b9b4483d0e2a6e44" + integrity sha512-ODAqWWXB/yReh/jVQDag/3/tl6lgBueQkk/TcfW/59Oykm4c8a55XloX0CTk2k2VJiFWMgHby9xNX29IbCv9dQ== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-syntax-export-namespace-from@^7.8.3": version "7.8.3" @@ -546,19 +480,26 @@ dependencies: "@babel/helper-plugin-utils" "^7.8.3" -"@babel/plugin-syntax-flow@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.18.6.tgz#774d825256f2379d06139be0c723c4dd444f3ca1" - integrity sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A== +"@babel/plugin-syntax-flow@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.22.5.tgz#163b820b9e7696ce134df3ee716d9c0c98035859" + integrity sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" + +"@babel/plugin-syntax-import-assertions@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.22.5.tgz#07d252e2aa0bc6125567f742cd58619cb14dce98" + integrity sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg== + dependencies: + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-syntax-import-assertions@^7.20.0": - version "7.20.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz#bb50e0d4bea0957235390641209394e87bdb9cc4" - integrity sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ== +"@babel/plugin-syntax-import-attributes@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.22.5.tgz#ab840248d834410b829f569f5262b9e517555ecb" + integrity sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg== dependencies: - "@babel/helper-plugin-utils" "^7.19.0" + "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-syntax-import-meta@^7.10.4": version "7.10.4" @@ -581,12 +522,12 @@ dependencies: "@babel/helper-plugin-utils" "^7.10.4" -"@babel/plugin-syntax-jsx@^7.17.12", "@babel/plugin-syntax-jsx@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz#a8feef63b010150abd97f1649ec296e849943ca0" - integrity sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q== +"@babel/plugin-syntax-jsx@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz#a6b68e84fb76e759fc3b93e901876ffabbe1d918" + integrity sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-syntax-logical-assignment-operators@^7.10.4": version "7.10.4" @@ -644,345 +585,480 @@ dependencies: "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-syntax-typescript@^7.20.0": - version "7.20.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.20.0.tgz#4e9a0cfc769c85689b77a2e642d24e9f697fc8c7" - integrity sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ== +"@babel/plugin-syntax-typescript@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.22.5.tgz#aac8d383b062c5072c647a31ef990c1d0af90272" + integrity sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ== dependencies: - "@babel/helper-plugin-utils" "^7.19.0" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-arrow-functions@^7.12.1", "@babel/plugin-transform-arrow-functions@^7.18.6": +"@babel/plugin-syntax-unicode-sets-regex@^7.18.6": version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.18.6.tgz#19063fcf8771ec7b31d742339dac62433d0611fe" - integrity sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ== + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz#d49a3b3e6b52e5be6740022317580234a6a47357" + integrity sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg== dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.18.6" "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-transform-async-to-generator@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.18.6.tgz#ccda3d1ab9d5ced5265fdb13f1882d5476c71615" - integrity sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag== +"@babel/plugin-transform-arrow-functions@^7.12.1", "@babel/plugin-transform-arrow-functions@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.22.5.tgz#e5ba566d0c58a5b2ba2a8b795450641950b71958" + integrity sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw== dependencies: - "@babel/helper-module-imports" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/helper-remap-async-to-generator" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-block-scoped-functions@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz#9187bf4ba302635b9d70d986ad70f038726216a8" - integrity sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ== +"@babel/plugin-transform-async-generator-functions@^7.22.15": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.15.tgz#3b153af4a6b779f340d5b80d3f634f55820aefa3" + integrity sha512-jBm1Es25Y+tVoTi5rfd5t1KLmL8ogLKpXszboWOTTtGFGz2RKnQe2yn7HbZ+kb/B8N0FVSGQo874NSlOU1T4+w== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-environment-visitor" "^7.22.5" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-remap-async-to-generator" "^7.22.9" + "@babel/plugin-syntax-async-generators" "^7.8.4" -"@babel/plugin-transform-block-scoping@^7.12.12", "@babel/plugin-transform-block-scoping@^7.20.2": - version "7.20.2" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.2.tgz#f59b1767e6385c663fd0bce655db6ca9c8b236ed" - integrity sha512-y5V15+04ry69OV2wULmwhEA6jwSWXO1TwAtIwiPXcvHcoOQUqpyMVd2bDsQJMW8AurjulIyUV8kDqtjSwHy1uQ== +"@babel/plugin-transform-async-to-generator@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.22.5.tgz#c7a85f44e46f8952f6d27fe57c2ed3cc084c3775" + integrity sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ== dependencies: - "@babel/helper-plugin-utils" "^7.20.2" + "@babel/helper-module-imports" "^7.22.5" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-remap-async-to-generator" "^7.22.5" -"@babel/plugin-transform-classes@^7.12.1", "@babel/plugin-transform-classes@^7.20.2": - version "7.20.2" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.20.2.tgz#c0033cf1916ccf78202d04be4281d161f6709bb2" - integrity sha512-9rbPp0lCVVoagvtEyQKSo5L8oo0nQS/iif+lwlAz29MccX2642vWDlSZK+2T2buxbopotId2ld7zZAzRfz9j1g== +"@babel/plugin-transform-block-scoped-functions@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.22.5.tgz#27978075bfaeb9fa586d3cb63a3d30c1de580024" + integrity sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA== dependencies: - "@babel/helper-annotate-as-pure" "^7.18.6" - "@babel/helper-compilation-targets" "^7.20.0" - "@babel/helper-environment-visitor" "^7.18.9" - "@babel/helper-function-name" "^7.19.0" - "@babel/helper-optimise-call-expression" "^7.18.6" - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/helper-replace-supers" "^7.19.1" - "@babel/helper-split-export-declaration" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" + +"@babel/plugin-transform-block-scoping@^7.12.12", "@babel/plugin-transform-block-scoping@^7.22.15": + version "7.23.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.0.tgz#8744d02c6c264d82e1a4bc5d2d501fd8aff6f022" + integrity sha512-cOsrbmIOXmf+5YbL99/S49Y3j46k/T16b9ml8bm9lP6N9US5iQ2yBK7gpui1pg0V/WMcXdkfKbTb7HXq9u+v4g== + dependencies: + "@babel/helper-plugin-utils" "^7.22.5" + +"@babel/plugin-transform-class-properties@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.22.5.tgz#97a56e31ad8c9dc06a0b3710ce7803d5a48cca77" + integrity sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.22.5" + "@babel/helper-plugin-utils" "^7.22.5" + +"@babel/plugin-transform-class-static-block@^7.22.11": + version "7.22.11" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.22.11.tgz#dc8cc6e498f55692ac6b4b89e56d87cec766c974" + integrity sha512-GMM8gGmqI7guS/llMFk1bJDkKfn3v3C4KHK9Yg1ey5qcHcOlKb0QvcMrgzvxo+T03/4szNh5lghY+fEC98Kq9g== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.22.11" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-syntax-class-static-block" "^7.14.5" + +"@babel/plugin-transform-classes@^7.12.1", "@babel/plugin-transform-classes@^7.22.15": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.22.15.tgz#aaf4753aee262a232bbc95451b4bdf9599c65a0b" + integrity sha512-VbbC3PGjBdE0wAWDdHM9G8Gm977pnYI0XpqMd6LrKISj8/DJXEsWqgRuTYaNE9Bv0JGhTZUzHDlMk18IpOuoqw== + dependencies: + "@babel/helper-annotate-as-pure" "^7.22.5" + "@babel/helper-compilation-targets" "^7.22.15" + "@babel/helper-environment-visitor" "^7.22.5" + "@babel/helper-function-name" "^7.22.5" + "@babel/helper-optimise-call-expression" "^7.22.5" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-replace-supers" "^7.22.9" + "@babel/helper-split-export-declaration" "^7.22.6" globals "^11.1.0" -"@babel/plugin-transform-computed-properties@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.18.9.tgz#2357a8224d402dad623caf6259b611e56aec746e" - integrity sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw== +"@babel/plugin-transform-computed-properties@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.22.5.tgz#cd1e994bf9f316bd1c2dafcd02063ec261bb3869" + integrity sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg== dependencies: - "@babel/helper-plugin-utils" "^7.18.9" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/template" "^7.22.5" -"@babel/plugin-transform-destructuring@^7.12.1", "@babel/plugin-transform-destructuring@^7.20.2": - version "7.20.2" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.20.2.tgz#c23741cfa44ddd35f5e53896e88c75331b8b2792" - integrity sha512-mENM+ZHrvEgxLTBXUiQ621rRXZes3KWUv6NdQlrnr1TkWVw+hUjQBZuP2X32qKlrlG2BzgR95gkuCRSkJl8vIw== +"@babel/plugin-transform-destructuring@^7.12.1", "@babel/plugin-transform-destructuring@^7.22.15": + version "7.23.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.0.tgz#6447aa686be48b32eaf65a73e0e2c0bd010a266c" + integrity sha512-vaMdgNXFkYrB+8lbgniSYWHsgqK5gjaMNcc84bMIOMRLH0L9AqYq3hwMdvnyqj1OPqea8UtjPEuS/DCenah1wg== dependencies: - "@babel/helper-plugin-utils" "^7.20.2" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-dotall-regex@^7.18.6", "@babel/plugin-transform-dotall-regex@^7.4.4": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz#b286b3e7aae6c7b861e45bed0a2fafd6b1a4fef8" - integrity sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg== +"@babel/plugin-transform-dotall-regex@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.22.5.tgz#dbb4f0e45766eb544e193fb00e65a1dd3b2a4165" + integrity sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw== dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-create-regexp-features-plugin" "^7.22.5" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-duplicate-keys@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz#687f15ee3cdad6d85191eb2a372c4528eaa0ae0e" - integrity sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw== +"@babel/plugin-transform-duplicate-keys@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.22.5.tgz#b6e6428d9416f5f0bba19c70d1e6e7e0b88ab285" + integrity sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw== dependencies: - "@babel/helper-plugin-utils" "^7.18.9" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-exponentiation-operator@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz#421c705f4521888c65e91fdd1af951bfefd4dacd" - integrity sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw== +"@babel/plugin-transform-dynamic-import@^7.22.11": + version "7.22.11" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.22.11.tgz#2c7722d2a5c01839eaf31518c6ff96d408e447aa" + integrity sha512-g/21plo58sfteWjaO0ZNVb+uEOkJNjAaHhbejrnBmu011l/eNDScmkbjCC3l4FKb10ViaGU4aOkFznSu2zRHgA== dependencies: - "@babel/helper-builder-binary-assignment-operator-visitor" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-syntax-dynamic-import" "^7.8.3" -"@babel/plugin-transform-flow-strip-types@^7.18.6": - version "7.19.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.19.0.tgz#e9e8606633287488216028719638cbbb2f2dde8f" - integrity sha512-sgeMlNaQVbCSpgLSKP4ZZKfsJVnFnNQlUSk6gPYzR/q7tzCgQF2t8RBKAP6cKJeZdveei7Q7Jm527xepI8lNLg== +"@babel/plugin-transform-exponentiation-operator@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.22.5.tgz#402432ad544a1f9a480da865fda26be653e48f6a" + integrity sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g== dependencies: - "@babel/helper-plugin-utils" "^7.19.0" - "@babel/plugin-syntax-flow" "^7.18.6" + "@babel/helper-builder-binary-assignment-operator-visitor" "^7.22.5" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-for-of@^7.12.1", "@babel/plugin-transform-for-of@^7.18.8": - version "7.18.8" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.8.tgz#6ef8a50b244eb6a0bdbad0c7c61877e4e30097c1" - integrity sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ== +"@babel/plugin-transform-export-namespace-from@^7.22.11": + version "7.22.11" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.22.11.tgz#b3c84c8f19880b6c7440108f8929caf6056db26c" + integrity sha512-xa7aad7q7OiT8oNZ1mU7NrISjlSkVdMbNxn9IuLZyL9AJEhs1Apba3I+u5riX1dIkdptP5EKDG5XDPByWxtehw== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" -"@babel/plugin-transform-function-name@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz#cc354f8234e62968946c61a46d6365440fc764e0" - integrity sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ== +"@babel/plugin-transform-flow-strip-types@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.22.5.tgz#0bb17110c7bf5b35a60754b2f00c58302381dee2" + integrity sha512-tujNbZdxdG0/54g/oua8ISToaXTFBf8EnSb5PgQSciIXWOWKX3S4+JR7ZE9ol8FZwf9kxitzkGQ+QWeov/mCiA== dependencies: - "@babel/helper-compilation-targets" "^7.18.9" - "@babel/helper-function-name" "^7.18.9" - "@babel/helper-plugin-utils" "^7.18.9" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-syntax-flow" "^7.22.5" -"@babel/plugin-transform-literals@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz#72796fdbef80e56fba3c6a699d54f0de557444bc" - integrity sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg== +"@babel/plugin-transform-for-of@^7.12.1", "@babel/plugin-transform-for-of@^7.22.15": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.22.15.tgz#f64b4ccc3a4f131a996388fae7680b472b306b29" + integrity sha512-me6VGeHsx30+xh9fbDLLPi0J1HzmeIIyenoOQHuw2D4m2SAU3NrspX5XxJLBpqn5yrLzrlw2Iy3RA//Bx27iOA== dependencies: - "@babel/helper-plugin-utils" "^7.18.9" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-member-expression-literals@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz#ac9fdc1a118620ac49b7e7a5d2dc177a1bfee88e" - integrity sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA== +"@babel/plugin-transform-function-name@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.22.5.tgz#935189af68b01898e0d6d99658db6b164205c143" + integrity sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-compilation-targets" "^7.22.5" + "@babel/helper-function-name" "^7.22.5" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-modules-amd@^7.19.6": - version "7.19.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.19.6.tgz#aca391801ae55d19c4d8d2ebfeaa33df5f2a2cbd" - integrity sha512-uG3od2mXvAtIFQIh0xrpLH6r5fpSQN04gIVovl+ODLdUMANokxQLZnPBHcjmv3GxRjnqwLuHvppjjcelqUFZvg== +"@babel/plugin-transform-json-strings@^7.22.11": + version "7.22.11" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.22.11.tgz#689a34e1eed1928a40954e37f74509f48af67835" + integrity sha512-CxT5tCqpA9/jXFlme9xIBCc5RPtdDq3JpkkhgHQqtDdiTnTI0jtZ0QzXhr5DILeYifDPp2wvY2ad+7+hLMW5Pw== dependencies: - "@babel/helper-module-transforms" "^7.19.6" - "@babel/helper-plugin-utils" "^7.19.0" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-syntax-json-strings" "^7.8.3" -"@babel/plugin-transform-modules-commonjs@^7.19.6": - version "7.19.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.19.6.tgz#25b32feef24df8038fc1ec56038917eacb0b730c" - integrity sha512-8PIa1ym4XRTKuSsOUXqDG0YaOlEuTVvHMe5JCfgBMOtHvJKw/4NGovEGN33viISshG/rZNVrACiBmPQLvWN8xQ== +"@babel/plugin-transform-literals@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.22.5.tgz#e9341f4b5a167952576e23db8d435849b1dd7920" + integrity sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g== dependencies: - "@babel/helper-module-transforms" "^7.19.6" - "@babel/helper-plugin-utils" "^7.19.0" - "@babel/helper-simple-access" "^7.19.4" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-modules-systemjs@^7.19.6": - version "7.19.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.19.6.tgz#59e2a84064b5736a4471b1aa7b13d4431d327e0d" - integrity sha512-fqGLBepcc3kErfR9R3DnVpURmckXP7gj7bAlrTQyBxrigFqszZCkFkcoxzCp2v32XmwXLvbw+8Yq9/b+QqksjQ== +"@babel/plugin-transform-logical-assignment-operators@^7.22.11": + version "7.22.11" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.22.11.tgz#24c522a61688bde045b7d9bc3c2597a4d948fc9c" + integrity sha512-qQwRTP4+6xFCDV5k7gZBF3C31K34ut0tbEcTKxlX/0KXxm9GLcO14p570aWxFvVzx6QAfPgq7gaeIHXJC8LswQ== dependencies: - "@babel/helper-hoist-variables" "^7.18.6" - "@babel/helper-module-transforms" "^7.19.6" - "@babel/helper-plugin-utils" "^7.19.0" - "@babel/helper-validator-identifier" "^7.19.1" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" -"@babel/plugin-transform-modules-umd@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz#81d3832d6034b75b54e62821ba58f28ed0aab4b9" - integrity sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ== +"@babel/plugin-transform-member-expression-literals@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.22.5.tgz#4fcc9050eded981a468347dd374539ed3e058def" + integrity sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew== dependencies: - "@babel/helper-module-transforms" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-named-capturing-groups-regex@^7.19.1": - version "7.19.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.19.1.tgz#ec7455bab6cd8fb05c525a94876f435a48128888" - integrity sha512-oWk9l9WItWBQYS4FgXD4Uyy5kq898lvkXpXQxoJEY1RnvPk4R/Dvu2ebXU9q8lP+rlMwUQTFf2Ok6d78ODa0kw== +"@babel/plugin-transform-modules-amd@^7.22.5": + version "7.23.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.0.tgz#05b2bc43373faa6d30ca89214731f76f966f3b88" + integrity sha512-xWT5gefv2HGSm4QHtgc1sYPbseOyf+FFDo2JbpE25GWl5BqTGO9IMwTYJRoIdjsF85GE+VegHxSCUt5EvoYTAw== dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.19.0" - "@babel/helper-plugin-utils" "^7.19.0" + "@babel/helper-module-transforms" "^7.23.0" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-new-target@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz#d128f376ae200477f37c4ddfcc722a8a1b3246a8" - integrity sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw== +"@babel/plugin-transform-modules-commonjs@^7.22.15", "@babel/plugin-transform-modules-commonjs@^7.23.0": + version "7.23.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.0.tgz#b3dba4757133b2762c00f4f94590cf6d52602481" + integrity sha512-32Xzss14/UVc7k9g775yMIvkVK8xwKE0DPdP5JTapr3+Z9w4tzeOuLNY6BXDQR6BdnzIlXnCGAzsk/ICHBLVWQ== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-module-transforms" "^7.23.0" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-simple-access" "^7.22.5" -"@babel/plugin-transform-object-super@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz#fb3c6ccdd15939b6ff7939944b51971ddc35912c" - integrity sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA== +"@babel/plugin-transform-modules-systemjs@^7.22.11": + version "7.23.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.0.tgz#77591e126f3ff4132a40595a6cccd00a6b60d160" + integrity sha512-qBej6ctXZD2f+DhlOC9yO47yEYgUh5CZNz/aBoH4j/3NOlRfJXJbY7xDQCqQVf9KbrqGzIWER1f23doHGrIHFg== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/helper-replace-supers" "^7.18.6" + "@babel/helper-hoist-variables" "^7.22.5" + "@babel/helper-module-transforms" "^7.23.0" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-validator-identifier" "^7.22.20" -"@babel/plugin-transform-parameters@^7.12.1", "@babel/plugin-transform-parameters@^7.20.1": - version "7.20.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.3.tgz#7b3468d70c3c5b62e46be0a47b6045d8590fb748" - integrity sha512-oZg/Fpx0YDrj13KsLyO8I/CX3Zdw7z0O9qOd95SqcoIzuqy/WTGWvePeHAnZCN54SfdyjHcb1S30gc8zlzlHcA== +"@babel/plugin-transform-modules-umd@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.22.5.tgz#4694ae40a87b1745e3775b6a7fe96400315d4f98" + integrity sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ== dependencies: - "@babel/helper-plugin-utils" "^7.20.2" + "@babel/helper-module-transforms" "^7.22.5" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-property-literals@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz#e22498903a483448e94e032e9bbb9c5ccbfc93a3" - integrity sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg== +"@babel/plugin-transform-named-capturing-groups-regex@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz#67fe18ee8ce02d57c855185e27e3dc959b2e991f" + integrity sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-create-regexp-features-plugin" "^7.22.5" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-react-display-name@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.18.6.tgz#8b1125f919ef36ebdfff061d664e266c666b9415" - integrity sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA== +"@babel/plugin-transform-new-target@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.22.5.tgz#1b248acea54ce44ea06dfd37247ba089fcf9758d" + integrity sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-react-jsx-development@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.18.6.tgz#dbe5c972811e49c7405b630e4d0d2e1380c0ddc5" - integrity sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA== +"@babel/plugin-transform-nullish-coalescing-operator@^7.22.11": + version "7.22.11" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.22.11.tgz#debef6c8ba795f5ac67cd861a81b744c5d38d9fc" + integrity sha512-YZWOw4HxXrotb5xsjMJUDlLgcDXSfO9eCmdl1bgW4+/lAGdkjaEvOnQ4p5WKKdUgSzO39dgPl0pTnfxm0OAXcg== dependencies: - "@babel/plugin-transform-react-jsx" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" -"@babel/plugin-transform-react-jsx@^7.12.12", "@babel/plugin-transform-react-jsx@^7.18.6": - version "7.19.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.19.0.tgz#b3cbb7c3a00b92ec8ae1027910e331ba5c500eb9" - integrity sha512-UVEvX3tXie3Szm3emi1+G63jyw1w5IcMY0FSKM+CRnKRI5Mr1YbCNgsSTwoTwKphQEG9P+QqmuRFneJPZuHNhg== +"@babel/plugin-transform-numeric-separator@^7.22.11": + version "7.22.11" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.22.11.tgz#498d77dc45a6c6db74bb829c02a01c1d719cbfbd" + integrity sha512-3dzU4QGPsILdJbASKhF/V2TVP+gJya1PsueQCxIPCEcerqF21oEcrob4mzjsp2Py/1nLfF5m+xYNMDpmA8vffg== dependencies: - "@babel/helper-annotate-as-pure" "^7.18.6" - "@babel/helper-module-imports" "^7.18.6" - "@babel/helper-plugin-utils" "^7.19.0" - "@babel/plugin-syntax-jsx" "^7.18.6" - "@babel/types" "^7.19.0" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-syntax-numeric-separator" "^7.10.4" -"@babel/plugin-transform-react-pure-annotations@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.18.6.tgz#561af267f19f3e5d59291f9950fd7b9663d0d844" - integrity sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ== +"@babel/plugin-transform-object-rest-spread@^7.22.15": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.22.15.tgz#21a95db166be59b91cde48775310c0df6e1da56f" + integrity sha512-fEB+I1+gAmfAyxZcX1+ZUwLeAuuf8VIg67CTznZE0MqVFumWkh8xWtn58I4dxdVf080wn7gzWoF8vndOViJe9Q== dependencies: - "@babel/helper-annotate-as-pure" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/compat-data" "^7.22.9" + "@babel/helper-compilation-targets" "^7.22.15" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" + "@babel/plugin-transform-parameters" "^7.22.15" -"@babel/plugin-transform-regenerator@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.18.6.tgz#585c66cb84d4b4bf72519a34cfce761b8676ca73" - integrity sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ== +"@babel/plugin-transform-object-super@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.22.5.tgz#794a8d2fcb5d0835af722173c1a9d704f44e218c" + integrity sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - regenerator-transform "^0.15.0" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-replace-supers" "^7.22.5" -"@babel/plugin-transform-reserved-words@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz#b1abd8ebf8edaa5f7fe6bbb8d2133d23b6a6f76a" - integrity sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA== +"@babel/plugin-transform-optional-catch-binding@^7.22.11": + version "7.22.11" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.22.11.tgz#461cc4f578a127bb055527b3e77404cad38c08e0" + integrity sha512-rli0WxesXUeCJnMYhzAglEjLWVDF6ahb45HuprcmQuLidBJFWjNnOzssk2kuc6e33FlLaiZhG/kUIzUMWdBKaQ== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" -"@babel/plugin-transform-shorthand-properties@^7.12.1", "@babel/plugin-transform-shorthand-properties@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz#6d6df7983d67b195289be24909e3f12a8f664dc9" - integrity sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw== +"@babel/plugin-transform-optional-chaining@^7.22.15": + version "7.23.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.0.tgz#73ff5fc1cf98f542f09f29c0631647d8ad0be158" + integrity sha512-sBBGXbLJjxTzLBF5rFWaikMnOGOk/BmK6vVByIdEggZ7Vn6CvWXZyRkkLFK6WE0IF8jSliyOkUN6SScFgzCM0g== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" + "@babel/plugin-syntax-optional-chaining" "^7.8.3" -"@babel/plugin-transform-spread@^7.12.1", "@babel/plugin-transform-spread@^7.19.0": - version "7.19.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.19.0.tgz#dd60b4620c2fec806d60cfaae364ec2188d593b6" - integrity sha512-RsuMk7j6n+r752EtzyScnWkQyuJdli6LdO5Klv8Yx0OfPVTcQkIUfS8clx5e9yHXzlnhOZF3CbQ8C2uP5j074w== +"@babel/plugin-transform-parameters@^7.12.1", "@babel/plugin-transform-parameters@^7.20.7", "@babel/plugin-transform-parameters@^7.22.15": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.22.15.tgz#719ca82a01d177af358df64a514d64c2e3edb114" + integrity sha512-hjk7qKIqhyzhhUvRT683TYQOFa/4cQKwQy7ALvTpODswN40MljzNDa0YldevS6tGbxwaEKVn502JmY0dP7qEtQ== dependencies: - "@babel/helper-plugin-utils" "^7.19.0" - "@babel/helper-skip-transparent-expression-wrappers" "^7.18.9" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-sticky-regex@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz#c6706eb2b1524028e317720339583ad0f444adcc" - integrity sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q== +"@babel/plugin-transform-private-methods@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.22.5.tgz#21c8af791f76674420a147ae62e9935d790f8722" + integrity sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-create-class-features-plugin" "^7.22.5" + "@babel/helper-plugin-utils" "^7.22.5" + +"@babel/plugin-transform-private-property-in-object@^7.22.11": + version "7.22.11" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.22.11.tgz#ad45c4fc440e9cb84c718ed0906d96cf40f9a4e1" + integrity sha512-sSCbqZDBKHetvjSwpyWzhuHkmW5RummxJBVbYLkGkaiTOWGxml7SXt0iWa03bzxFIx7wOj3g/ILRd0RcJKBeSQ== + dependencies: + "@babel/helper-annotate-as-pure" "^7.22.5" + "@babel/helper-create-class-features-plugin" "^7.22.11" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-syntax-private-property-in-object" "^7.14.5" -"@babel/plugin-transform-template-literals@^7.12.1", "@babel/plugin-transform-template-literals@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz#04ec6f10acdaa81846689d63fae117dd9c243a5e" - integrity sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA== +"@babel/plugin-transform-property-literals@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.22.5.tgz#b5ddabd73a4f7f26cd0e20f5db48290b88732766" + integrity sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ== dependencies: - "@babel/helper-plugin-utils" "^7.18.9" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-typeof-symbol@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz#c8cea68263e45addcd6afc9091429f80925762c0" - integrity sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw== +"@babel/plugin-transform-react-display-name@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.22.5.tgz#3c4326f9fce31c7968d6cb9debcaf32d9e279a2b" + integrity sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw== dependencies: - "@babel/helper-plugin-utils" "^7.18.9" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-typescript@^7.18.6": - version "7.20.2" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.20.2.tgz#91515527b376fc122ba83b13d70b01af8fe98f3f" - integrity sha512-jvS+ngBfrnTUBfOQq8NfGnSbF9BrqlR6hjJ2yVxMkmO5nL/cdifNbI30EfjRlN4g5wYWNnMPyj5Sa6R1pbLeag== +"@babel/plugin-transform-react-jsx-development@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.22.5.tgz#e716b6edbef972a92165cd69d92f1255f7e73e87" + integrity sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A== dependencies: - "@babel/helper-create-class-features-plugin" "^7.20.2" - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/plugin-syntax-typescript" "^7.20.0" + "@babel/plugin-transform-react-jsx" "^7.22.5" -"@babel/plugin-transform-unicode-escapes@^7.18.10": - version "7.18.10" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz#1ecfb0eda83d09bbcb77c09970c2dd55832aa246" - integrity sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ== +"@babel/plugin-transform-react-jsx@^7.12.12", "@babel/plugin-transform-react-jsx@^7.22.15", "@babel/plugin-transform-react-jsx@^7.22.5": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.22.15.tgz#7e6266d88705d7c49f11c98db8b9464531289cd6" + integrity sha512-oKckg2eZFa8771O/5vi7XeTvmM6+O9cxZu+kanTU7tD4sin5nO/G8jGJhq8Hvt2Z0kUoEDRayuZLaUlYl8QuGA== dependencies: - "@babel/helper-plugin-utils" "^7.18.9" + "@babel/helper-annotate-as-pure" "^7.22.5" + "@babel/helper-module-imports" "^7.22.15" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-syntax-jsx" "^7.22.5" + "@babel/types" "^7.22.15" -"@babel/plugin-transform-unicode-regex@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz#194317225d8c201bbae103364ffe9e2cea36cdca" - integrity sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA== +"@babel/plugin-transform-react-pure-annotations@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.22.5.tgz#1f58363eef6626d6fa517b95ac66fe94685e32c0" + integrity sha512-gP4k85wx09q+brArVinTXhWiyzLl9UpmGva0+mWyKxk6JZequ05x3eUcIUE+FyttPKJFRRVtAvQaJ6YF9h1ZpA== dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-annotate-as-pure" "^7.22.5" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/preset-env@^7.12.11", "@babel/preset-env@^7.15.8": - version "7.20.2" - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.20.2.tgz#9b1642aa47bb9f43a86f9630011780dab7f86506" - integrity sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg== +"@babel/plugin-transform-regenerator@^7.22.10": + version "7.22.10" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.22.10.tgz#8ceef3bd7375c4db7652878b0241b2be5d0c3cca" + integrity sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw== dependencies: - "@babel/compat-data" "^7.20.1" - "@babel/helper-compilation-targets" "^7.20.0" - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/helper-validator-option" "^7.18.6" - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6" - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.9" - "@babel/plugin-proposal-async-generator-functions" "^7.20.1" - "@babel/plugin-proposal-class-properties" "^7.18.6" - "@babel/plugin-proposal-class-static-block" "^7.18.6" - "@babel/plugin-proposal-dynamic-import" "^7.18.6" - "@babel/plugin-proposal-export-namespace-from" "^7.18.9" - "@babel/plugin-proposal-json-strings" "^7.18.6" - "@babel/plugin-proposal-logical-assignment-operators" "^7.18.9" - "@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.6" - "@babel/plugin-proposal-numeric-separator" "^7.18.6" - "@babel/plugin-proposal-object-rest-spread" "^7.20.2" - "@babel/plugin-proposal-optional-catch-binding" "^7.18.6" - "@babel/plugin-proposal-optional-chaining" "^7.18.9" - "@babel/plugin-proposal-private-methods" "^7.18.6" - "@babel/plugin-proposal-private-property-in-object" "^7.18.6" - "@babel/plugin-proposal-unicode-property-regex" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" + regenerator-transform "^0.15.2" + +"@babel/plugin-transform-reserved-words@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.22.5.tgz#832cd35b81c287c4bcd09ce03e22199641f964fb" + integrity sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA== + dependencies: + "@babel/helper-plugin-utils" "^7.22.5" + +"@babel/plugin-transform-shorthand-properties@^7.12.1", "@babel/plugin-transform-shorthand-properties@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.22.5.tgz#6e277654be82b5559fc4b9f58088507c24f0c624" + integrity sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA== + dependencies: + "@babel/helper-plugin-utils" "^7.22.5" + +"@babel/plugin-transform-spread@^7.12.1", "@babel/plugin-transform-spread@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.22.5.tgz#6487fd29f229c95e284ba6c98d65eafb893fea6b" + integrity sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg== + dependencies: + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" + +"@babel/plugin-transform-sticky-regex@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.22.5.tgz#295aba1595bfc8197abd02eae5fc288c0deb26aa" + integrity sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw== + dependencies: + "@babel/helper-plugin-utils" "^7.22.5" + +"@babel/plugin-transform-template-literals@^7.12.1", "@babel/plugin-transform-template-literals@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.22.5.tgz#8f38cf291e5f7a8e60e9f733193f0bcc10909bff" + integrity sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA== + dependencies: + "@babel/helper-plugin-utils" "^7.22.5" + +"@babel/plugin-transform-typeof-symbol@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.22.5.tgz#5e2ba478da4b603af8673ff7c54f75a97b716b34" + integrity sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA== + dependencies: + "@babel/helper-plugin-utils" "^7.22.5" + +"@babel/plugin-transform-typescript@^7.22.15": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.22.15.tgz#15adef906451d86349eb4b8764865c960eb54127" + integrity sha512-1uirS0TnijxvQLnlv5wQBwOX3E1wCFX7ITv+9pBV2wKEk4K+M5tqDaoNXnTH8tjEIYHLO98MwiTWO04Ggz4XuA== + dependencies: + "@babel/helper-annotate-as-pure" "^7.22.5" + "@babel/helper-create-class-features-plugin" "^7.22.15" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-syntax-typescript" "^7.22.5" + +"@babel/plugin-transform-unicode-escapes@^7.22.10": + version "7.22.10" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.22.10.tgz#c723f380f40a2b2f57a62df24c9005834c8616d9" + integrity sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg== + dependencies: + "@babel/helper-plugin-utils" "^7.22.5" + +"@babel/plugin-transform-unicode-property-regex@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.22.5.tgz#098898f74d5c1e86660dc112057b2d11227f1c81" + integrity sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.22.5" + "@babel/helper-plugin-utils" "^7.22.5" + +"@babel/plugin-transform-unicode-regex@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.22.5.tgz#ce7e7bb3ef208c4ff67e02a22816656256d7a183" + integrity sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.22.5" + "@babel/helper-plugin-utils" "^7.22.5" + +"@babel/plugin-transform-unicode-sets-regex@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.22.5.tgz#77788060e511b708ffc7d42fdfbc5b37c3004e91" + integrity sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.22.5" + "@babel/helper-plugin-utils" "^7.22.5" + +"@babel/preset-env@^7.12.11", "@babel/preset-env@^7.15.8": + version "7.22.20" + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.20.tgz#de9e9b57e1127ce0a2f580831717f7fb677ceedb" + integrity sha512-11MY04gGC4kSzlPHRfvVkNAZhUxOvm7DCJ37hPDnUENwe06npjIRAfInEMTGSb4LZK5ZgDFkv5hw0lGebHeTyg== + dependencies: + "@babel/compat-data" "^7.22.20" + "@babel/helper-compilation-targets" "^7.22.15" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-validator-option" "^7.22.15" + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.22.15" + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.22.15" + "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2" "@babel/plugin-syntax-async-generators" "^7.8.4" "@babel/plugin-syntax-class-properties" "^7.12.13" "@babel/plugin-syntax-class-static-block" "^7.14.5" "@babel/plugin-syntax-dynamic-import" "^7.8.3" "@babel/plugin-syntax-export-namespace-from" "^7.8.3" - "@babel/plugin-syntax-import-assertions" "^7.20.0" + "@babel/plugin-syntax-import-assertions" "^7.22.5" + "@babel/plugin-syntax-import-attributes" "^7.22.5" + "@babel/plugin-syntax-import-meta" "^7.10.4" "@babel/plugin-syntax-json-strings" "^7.8.3" "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" @@ -992,91 +1068,108 @@ "@babel/plugin-syntax-optional-chaining" "^7.8.3" "@babel/plugin-syntax-private-property-in-object" "^7.14.5" "@babel/plugin-syntax-top-level-await" "^7.14.5" - "@babel/plugin-transform-arrow-functions" "^7.18.6" - "@babel/plugin-transform-async-to-generator" "^7.18.6" - "@babel/plugin-transform-block-scoped-functions" "^7.18.6" - "@babel/plugin-transform-block-scoping" "^7.20.2" - "@babel/plugin-transform-classes" "^7.20.2" - "@babel/plugin-transform-computed-properties" "^7.18.9" - "@babel/plugin-transform-destructuring" "^7.20.2" - "@babel/plugin-transform-dotall-regex" "^7.18.6" - "@babel/plugin-transform-duplicate-keys" "^7.18.9" - "@babel/plugin-transform-exponentiation-operator" "^7.18.6" - "@babel/plugin-transform-for-of" "^7.18.8" - "@babel/plugin-transform-function-name" "^7.18.9" - "@babel/plugin-transform-literals" "^7.18.9" - "@babel/plugin-transform-member-expression-literals" "^7.18.6" - "@babel/plugin-transform-modules-amd" "^7.19.6" - "@babel/plugin-transform-modules-commonjs" "^7.19.6" - "@babel/plugin-transform-modules-systemjs" "^7.19.6" - "@babel/plugin-transform-modules-umd" "^7.18.6" - "@babel/plugin-transform-named-capturing-groups-regex" "^7.19.1" - "@babel/plugin-transform-new-target" "^7.18.6" - "@babel/plugin-transform-object-super" "^7.18.6" - "@babel/plugin-transform-parameters" "^7.20.1" - "@babel/plugin-transform-property-literals" "^7.18.6" - "@babel/plugin-transform-regenerator" "^7.18.6" - "@babel/plugin-transform-reserved-words" "^7.18.6" - "@babel/plugin-transform-shorthand-properties" "^7.18.6" - "@babel/plugin-transform-spread" "^7.19.0" - "@babel/plugin-transform-sticky-regex" "^7.18.6" - "@babel/plugin-transform-template-literals" "^7.18.9" - "@babel/plugin-transform-typeof-symbol" "^7.18.9" - "@babel/plugin-transform-unicode-escapes" "^7.18.10" - "@babel/plugin-transform-unicode-regex" "^7.18.6" - "@babel/preset-modules" "^0.1.5" - "@babel/types" "^7.20.2" - babel-plugin-polyfill-corejs2 "^0.3.3" - babel-plugin-polyfill-corejs3 "^0.6.0" - babel-plugin-polyfill-regenerator "^0.4.1" - core-js-compat "^3.25.1" - semver "^6.3.0" + "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6" + "@babel/plugin-transform-arrow-functions" "^7.22.5" + "@babel/plugin-transform-async-generator-functions" "^7.22.15" + "@babel/plugin-transform-async-to-generator" "^7.22.5" + "@babel/plugin-transform-block-scoped-functions" "^7.22.5" + "@babel/plugin-transform-block-scoping" "^7.22.15" + "@babel/plugin-transform-class-properties" "^7.22.5" + "@babel/plugin-transform-class-static-block" "^7.22.11" + "@babel/plugin-transform-classes" "^7.22.15" + "@babel/plugin-transform-computed-properties" "^7.22.5" + "@babel/plugin-transform-destructuring" "^7.22.15" + "@babel/plugin-transform-dotall-regex" "^7.22.5" + "@babel/plugin-transform-duplicate-keys" "^7.22.5" + "@babel/plugin-transform-dynamic-import" "^7.22.11" + "@babel/plugin-transform-exponentiation-operator" "^7.22.5" + "@babel/plugin-transform-export-namespace-from" "^7.22.11" + "@babel/plugin-transform-for-of" "^7.22.15" + "@babel/plugin-transform-function-name" "^7.22.5" + "@babel/plugin-transform-json-strings" "^7.22.11" + "@babel/plugin-transform-literals" "^7.22.5" + "@babel/plugin-transform-logical-assignment-operators" "^7.22.11" + "@babel/plugin-transform-member-expression-literals" "^7.22.5" + "@babel/plugin-transform-modules-amd" "^7.22.5" + "@babel/plugin-transform-modules-commonjs" "^7.22.15" + "@babel/plugin-transform-modules-systemjs" "^7.22.11" + "@babel/plugin-transform-modules-umd" "^7.22.5" + "@babel/plugin-transform-named-capturing-groups-regex" "^7.22.5" + "@babel/plugin-transform-new-target" "^7.22.5" + "@babel/plugin-transform-nullish-coalescing-operator" "^7.22.11" + "@babel/plugin-transform-numeric-separator" "^7.22.11" + "@babel/plugin-transform-object-rest-spread" "^7.22.15" + "@babel/plugin-transform-object-super" "^7.22.5" + "@babel/plugin-transform-optional-catch-binding" "^7.22.11" + "@babel/plugin-transform-optional-chaining" "^7.22.15" + "@babel/plugin-transform-parameters" "^7.22.15" + "@babel/plugin-transform-private-methods" "^7.22.5" + "@babel/plugin-transform-private-property-in-object" "^7.22.11" + "@babel/plugin-transform-property-literals" "^7.22.5" + "@babel/plugin-transform-regenerator" "^7.22.10" + "@babel/plugin-transform-reserved-words" "^7.22.5" + "@babel/plugin-transform-shorthand-properties" "^7.22.5" + "@babel/plugin-transform-spread" "^7.22.5" + "@babel/plugin-transform-sticky-regex" "^7.22.5" + "@babel/plugin-transform-template-literals" "^7.22.5" + "@babel/plugin-transform-typeof-symbol" "^7.22.5" + "@babel/plugin-transform-unicode-escapes" "^7.22.10" + "@babel/plugin-transform-unicode-property-regex" "^7.22.5" + "@babel/plugin-transform-unicode-regex" "^7.22.5" + "@babel/plugin-transform-unicode-sets-regex" "^7.22.5" + "@babel/preset-modules" "0.1.6-no-external-plugins" + "@babel/types" "^7.22.19" + babel-plugin-polyfill-corejs2 "^0.4.5" + babel-plugin-polyfill-corejs3 "^0.8.3" + babel-plugin-polyfill-regenerator "^0.5.2" + core-js-compat "^3.31.0" + semver "^6.3.1" "@babel/preset-flow@^7.12.1": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.18.6.tgz#83f7602ba566e72a9918beefafef8ef16d2810cb" - integrity sha512-E7BDhL64W6OUqpuyHnSroLnqyRTcG6ZdOBl1OKI/QK/HJfplqK/S3sq1Cckx7oTodJ5yOXyfw7rEADJ6UjoQDQ== + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.22.15.tgz#30318deb9b3ebd9f5738e96da03a531e0cd3165d" + integrity sha512-dB5aIMqpkgbTfN5vDdTRPzjqtWiZcRESNR88QYnoPR+bmdYoluOzMX9tQerTv0XzSgZYctPfO1oc0N5zdog1ew== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/helper-validator-option" "^7.18.6" - "@babel/plugin-transform-flow-strip-types" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-validator-option" "^7.22.15" + "@babel/plugin-transform-flow-strip-types" "^7.22.5" -"@babel/preset-modules@^0.1.5": - version "0.1.5" - resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.5.tgz#ef939d6e7f268827e1841638dc6ff95515e115d9" - integrity sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA== +"@babel/preset-modules@0.1.6-no-external-plugins": + version "0.1.6-no-external-plugins" + resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz#ccb88a2c49c817236861fee7826080573b8a923a" + integrity sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA== dependencies: "@babel/helper-plugin-utils" "^7.0.0" - "@babel/plugin-proposal-unicode-property-regex" "^7.4.4" - "@babel/plugin-transform-dotall-regex" "^7.4.4" "@babel/types" "^7.4.4" esutils "^2.0.2" "@babel/preset-react@^7.12.10", "@babel/preset-react@^7.14.5": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.18.6.tgz#979f76d6277048dc19094c217b507f3ad517dd2d" - integrity sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg== + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.22.15.tgz#9a776892b648e13cc8ca2edf5ed1264eea6b6afc" + integrity sha512-Csy1IJ2uEh/PecCBXXoZGAZBeCATTuePzCSB7dLYWS0vOEj6CNpjxIhW4duWwZodBNueH7QO14WbGn8YyeuN9w== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/helper-validator-option" "^7.18.6" - "@babel/plugin-transform-react-display-name" "^7.18.6" - "@babel/plugin-transform-react-jsx" "^7.18.6" - "@babel/plugin-transform-react-jsx-development" "^7.18.6" - "@babel/plugin-transform-react-pure-annotations" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-validator-option" "^7.22.15" + "@babel/plugin-transform-react-display-name" "^7.22.5" + "@babel/plugin-transform-react-jsx" "^7.22.15" + "@babel/plugin-transform-react-jsx-development" "^7.22.5" + "@babel/plugin-transform-react-pure-annotations" "^7.22.5" "@babel/preset-typescript@^7.12.7": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.18.6.tgz#ce64be3e63eddc44240c6358daefac17b3186399" - integrity sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ== + version "7.23.0" + resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.23.0.tgz#cc6602d13e7e5b2087c811912b87cf937a9129d9" + integrity sha512-6P6VVa/NM/VlAYj5s2Aq/gdVg8FSENCg3wlZ6Qau9AcPaoF5LbN1nyGlR9DTRIw9PpxI94e+ReydsJHcjwAweg== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/helper-validator-option" "^7.18.6" - "@babel/plugin-transform-typescript" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-validator-option" "^7.22.15" + "@babel/plugin-syntax-jsx" "^7.22.5" + "@babel/plugin-transform-modules-commonjs" "^7.23.0" + "@babel/plugin-transform-typescript" "^7.22.15" "@babel/register@^7.12.1": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.18.9.tgz#1888b24bc28d5cc41c412feb015e9ff6b96e439c" - integrity sha512-ZlbnXDcNYHMR25ITwwNKT88JiaukkdVj/nG7r3wnuXkOTHc60Uy05PwMCPre0hSkY68E6zK3xz+vUJSP2jWmcw== + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.22.15.tgz#c2c294a361d59f5fa7bcc8b97ef7319c32ecaec7" + integrity sha512-V3Q3EqoQdn65RCgTLwauZaTfd1ShhwPmbBv+1dkZV/HpCGMKVyn6oFcRlI7RaKqiDQjX2Qd3AuoEguBgdjIKlg== dependencies: clone-deep "^4.0.1" find-cache-dir "^2.0.0" @@ -1084,52 +1177,50 @@ pirates "^4.0.5" source-map-support "^0.5.16" -"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.1.5", "@babel/runtime@^7.10.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.15.4", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.3", "@babel/runtime@^7.19.0", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": - version "7.20.1" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.1.tgz#1148bb33ab252b165a06698fde7576092a78b4a9" - integrity sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg== - dependencies: - regenerator-runtime "^0.13.10" - -"@babel/runtime@^7.20.1": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.0.tgz#5b55c9d394e5fcf304909a8b00c07dc217b56673" - integrity sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw== - dependencies: - regenerator-runtime "^0.13.11" - -"@babel/template@^7.12.7", "@babel/template@^7.18.10": - version "7.18.10" - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71" - integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA== - dependencies: - "@babel/code-frame" "^7.18.6" - "@babel/parser" "^7.18.10" - "@babel/types" "^7.18.10" - -"@babel/traverse@^7.1.6", "@babel/traverse@^7.12.11", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.4.5": - version "7.20.1" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.1.tgz#9b15ccbf882f6d107eeeecf263fbcdd208777ec8" - integrity sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA== - dependencies: - "@babel/code-frame" "^7.18.6" - "@babel/generator" "^7.20.1" - "@babel/helper-environment-visitor" "^7.18.9" - "@babel/helper-function-name" "^7.19.0" - "@babel/helper-hoist-variables" "^7.18.6" - "@babel/helper-split-export-declaration" "^7.18.6" - "@babel/parser" "^7.20.1" - "@babel/types" "^7.20.0" +"@babel/regjsgen@^0.8.0": + version "0.8.0" + resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310" + integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA== + +"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.1.5", "@babel/runtime@^7.10.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.15.4", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.3", "@babel/runtime@^7.19.0", "@babel/runtime@^7.20.1", "@babel/runtime@^7.20.7", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": + version "7.23.1" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.1.tgz#72741dc4d413338a91dcb044a86f3c0bc402646d" + integrity sha512-hC2v6p8ZSI/W0HUzh3V8C5g+NwSKzKPtJwSpTjwl0o297GP9+ZLQSkdvHz46CM3LqyoXxq+5G9komY+eSqSO0g== + dependencies: + regenerator-runtime "^0.14.0" + +"@babel/template@^7.12.7", "@babel/template@^7.22.15", "@babel/template@^7.22.5": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== + dependencies: + "@babel/code-frame" "^7.22.13" + "@babel/parser" "^7.22.15" + "@babel/types" "^7.22.15" + +"@babel/traverse@^7.1.6", "@babel/traverse@^7.12.11", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.23.0", "@babel/traverse@^7.4.5": + version "7.23.0" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.0.tgz#18196ddfbcf4ccea324b7f6d3ada00d8c5a99c53" + integrity sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw== + dependencies: + "@babel/code-frame" "^7.22.13" + "@babel/generator" "^7.23.0" + "@babel/helper-environment-visitor" "^7.22.20" + "@babel/helper-function-name" "^7.23.0" + "@babel/helper-hoist-variables" "^7.22.5" + "@babel/helper-split-export-declaration" "^7.22.6" + "@babel/parser" "^7.23.0" + "@babel/types" "^7.23.0" debug "^4.1.0" globals "^11.1.0" -"@babel/types@^7.12.11", "@babel/types@^7.12.6", "@babel/types@^7.12.7", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.2.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.4.4": - version "7.20.2" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.2.tgz#67ac09266606190f496322dbaff360fdaa5e7842" - integrity sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog== +"@babel/types@^7.12.11", "@babel/types@^7.12.6", "@babel/types@^7.12.7", "@babel/types@^7.2.0", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.4.4": + version "7.23.0" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== dependencies: - "@babel/helper-string-parser" "^7.19.4" - "@babel/helper-validator-identifier" "^7.19.1" + "@babel/helper-string-parser" "^7.22.5" + "@babel/helper-validator-identifier" "^7.22.20" to-fast-properties "^2.0.0" "@base2/pretty-print-object@1.0.1": @@ -1142,13 +1233,13 @@ resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@changesets/apply-release-plan@^6.1.3": - version "6.1.3" - resolved "https://registry.yarnpkg.com/@changesets/apply-release-plan/-/apply-release-plan-6.1.3.tgz#3bcc0bd57ba00d50d20df7d0141f1a9b2134eaf7" - integrity sha512-ECDNeoc3nfeAe1jqJb5aFQX7CqzQhD2klXRez2JDb/aVpGUbX673HgKrnrgJRuQR/9f2TtLoYIzrGB9qwD77mg== +"@changesets/apply-release-plan@^6.1.4": + version "6.1.4" + resolved "https://registry.yarnpkg.com/@changesets/apply-release-plan/-/apply-release-plan-6.1.4.tgz#09293256090737ecd2f683842d6d732034a5e3c8" + integrity sha512-FMpKF1fRlJyCZVYHr3CbinpZZ+6MwvOtWUuO8uo+svcATEoc1zRDcj23pAurJ2TZ/uVz1wFHH6K3NlACy0PLew== dependencies: "@babel/runtime" "^7.20.1" - "@changesets/config" "^2.3.0" + "@changesets/config" "^2.3.1" "@changesets/get-version-range-type" "^0.3.2" "@changesets/git" "^2.0.0" "@changesets/types" "^5.2.1" @@ -1159,19 +1250,19 @@ outdent "^0.5.0" prettier "^2.7.1" resolve-from "^5.0.0" - semver "^5.4.1" + semver "^7.5.3" -"@changesets/assemble-release-plan@^5.2.3": - version "5.2.3" - resolved "https://registry.yarnpkg.com/@changesets/assemble-release-plan/-/assemble-release-plan-5.2.3.tgz#5ce6191c6e193d40b566a7b0e01690cfb106f4db" - integrity sha512-g7EVZCmnWz3zMBAdrcKhid4hkHT+Ft1n0mLussFMcB1dE2zCuwcvGoy9ec3yOgPGF4hoMtgHaMIk3T3TBdvU9g== +"@changesets/assemble-release-plan@^5.2.4": + version "5.2.4" + resolved "https://registry.yarnpkg.com/@changesets/assemble-release-plan/-/assemble-release-plan-5.2.4.tgz#d42fd63f4297a2e630e8e0a49f07d4ff5f5ef7bc" + integrity sha512-xJkWX+1/CUaOUWTguXEbCDTyWJFECEhmdtbkjhn5GVBGxdP/JwaHBIU9sW3FR6gD07UwZ7ovpiPclQZs+j+mvg== dependencies: "@babel/runtime" "^7.20.1" "@changesets/errors" "^0.1.4" - "@changesets/get-dependents-graph" "^1.3.5" + "@changesets/get-dependents-graph" "^1.3.6" "@changesets/types" "^5.2.1" "@manypkg/get-packages" "^1.1.3" - semver "^5.4.1" + semver "^7.5.3" "@changesets/changelog-git@^0.1.14": version "0.1.14" @@ -1181,18 +1272,18 @@ "@changesets/types" "^5.2.1" "@changesets/cli@^2.26.0": - version "2.26.0" - resolved "https://registry.yarnpkg.com/@changesets/cli/-/cli-2.26.0.tgz#f215ddb2b41574ffd0dda9cd77fac927ba048fd3" - integrity sha512-0cbTiDms+ICTVtEwAFLNW0jBNex9f5+fFv3I771nBvdnV/mOjd1QJ4+f8KtVSOrwD9SJkk9xbDkWFb0oXd8d1Q== + version "2.26.2" + resolved "https://registry.yarnpkg.com/@changesets/cli/-/cli-2.26.2.tgz#8914dd6ef3ea425a7d5935f6c35a8b7ccde54e45" + integrity sha512-dnWrJTmRR8bCHikJHl9b9HW3gXACCehz4OasrXpMp7sx97ECuBGGNjJhjPhdZNCvMy9mn4BWdplI323IbqsRig== dependencies: "@babel/runtime" "^7.20.1" - "@changesets/apply-release-plan" "^6.1.3" - "@changesets/assemble-release-plan" "^5.2.3" + "@changesets/apply-release-plan" "^6.1.4" + "@changesets/assemble-release-plan" "^5.2.4" "@changesets/changelog-git" "^0.1.14" - "@changesets/config" "^2.3.0" + "@changesets/config" "^2.3.1" "@changesets/errors" "^0.1.4" - "@changesets/get-dependents-graph" "^1.3.5" - "@changesets/get-release-plan" "^3.0.16" + "@changesets/get-dependents-graph" "^1.3.6" + "@changesets/get-release-plan" "^3.0.17" "@changesets/git" "^2.0.0" "@changesets/logger" "^0.0.5" "@changesets/pre" "^1.0.14" @@ -1201,7 +1292,7 @@ "@changesets/write" "^0.2.3" "@manypkg/get-packages" "^1.1.3" "@types/is-ci" "^3.0.0" - "@types/semver" "^6.0.0" + "@types/semver" "^7.5.0" ansi-colors "^4.1.3" chalk "^2.1.0" enquirer "^2.3.0" @@ -1214,18 +1305,18 @@ p-limit "^2.2.0" preferred-pm "^3.0.0" resolve-from "^5.0.0" - semver "^5.4.1" + semver "^7.5.3" spawndamnit "^2.0.0" term-size "^2.1.0" tty-table "^4.1.5" -"@changesets/config@^2.3.0": - version "2.3.0" - resolved "https://registry.yarnpkg.com/@changesets/config/-/config-2.3.0.tgz#bff074d6492fa772cee139f9a04efa4cd56445bb" - integrity sha512-EgP/px6mhCx8QeaMAvWtRrgyxW08k/Bx2tpGT+M84jEdX37v3VKfh4Cz1BkwrYKuMV2HZKeHOh8sHvja/HcXfQ== +"@changesets/config@^2.3.1": + version "2.3.1" + resolved "https://registry.yarnpkg.com/@changesets/config/-/config-2.3.1.tgz#3d4a1dc866c3623375180b30f69fccdf0e3efebf" + integrity sha512-PQXaJl82CfIXddUOppj4zWu+987GCw2M+eQcOepxN5s+kvnsZOwjEJO3DH9eVy+OP6Pg/KFEWdsECFEYTtbg6w== dependencies: "@changesets/errors" "^0.1.4" - "@changesets/get-dependents-graph" "^1.3.5" + "@changesets/get-dependents-graph" "^1.3.6" "@changesets/logger" "^0.0.5" "@changesets/types" "^5.2.1" "@manypkg/get-packages" "^1.1.3" @@ -1239,25 +1330,25 @@ dependencies: extendable-error "^0.1.5" -"@changesets/get-dependents-graph@^1.3.5": - version "1.3.5" - resolved "https://registry.yarnpkg.com/@changesets/get-dependents-graph/-/get-dependents-graph-1.3.5.tgz#f94c6672d2f9a87aa35512eea74550585ba41c21" - integrity sha512-w1eEvnWlbVDIY8mWXqWuYE9oKhvIaBhzqzo4ITSJY9hgoqQ3RoBqwlcAzg11qHxv/b8ReDWnMrpjpKrW6m1ZTA== +"@changesets/get-dependents-graph@^1.3.6": + version "1.3.6" + resolved "https://registry.yarnpkg.com/@changesets/get-dependents-graph/-/get-dependents-graph-1.3.6.tgz#5e19e7b0bfbc7dc38e1986eaaa7016ff377ed888" + integrity sha512-Q/sLgBANmkvUm09GgRsAvEtY3p1/5OCzgBE5vX3vgb5CvW0j7CEljocx5oPXeQSNph6FXulJlXV3Re/v3K3P3Q== dependencies: "@changesets/types" "^5.2.1" "@manypkg/get-packages" "^1.1.3" chalk "^2.1.0" fs-extra "^7.0.1" - semver "^5.4.1" + semver "^7.5.3" -"@changesets/get-release-plan@^3.0.16": - version "3.0.16" - resolved "https://registry.yarnpkg.com/@changesets/get-release-plan/-/get-release-plan-3.0.16.tgz#5d9cfc4ffda02c496ef0fde407210de8e3a0fb19" - integrity sha512-OpP9QILpBp1bY2YNIKFzwigKh7Qe9KizRsZomzLe6pK8IUo8onkAAVUD8+JRKSr8R7d4+JRuQrfSSNlEwKyPYg== +"@changesets/get-release-plan@^3.0.17": + version "3.0.17" + resolved "https://registry.yarnpkg.com/@changesets/get-release-plan/-/get-release-plan-3.0.17.tgz#8aabced2795ffeae864696b60ee3031f8a94c5f3" + integrity sha512-6IwKTubNEgoOZwDontYc2x2cWXfr6IKxP3IhKeK+WjyD6y3M4Gl/jdQvBw+m/5zWILSOCAaGLu2ZF6Q+WiPniw== dependencies: "@babel/runtime" "^7.20.1" - "@changesets/assemble-release-plan" "^5.2.3" - "@changesets/config" "^2.3.0" + "@changesets/assemble-release-plan" "^5.2.4" + "@changesets/config" "^2.3.1" "@changesets/pre" "^1.0.14" "@changesets/read" "^0.5.9" "@changesets/types" "^5.2.1" @@ -1355,44 +1446,43 @@ resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9" integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ== -"@discoveryjs/json-ext@^0.5.3", "@discoveryjs/json-ext@^0.5.7": +"@discoveryjs/json-ext@^0.5.3": version "0.5.7" resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70" integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw== -"@emotion/babel-plugin@^11.10.5": - version "11.10.5" - resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.10.5.tgz#65fa6e1790ddc9e23cc22658a4c5dea423c55c3c" - integrity sha512-xE7/hyLHJac7D2Ve9dKroBBZqBT7WuPQmWcq7HSGb84sUuP4mlOWoB8dvVfD9yk5DHkU1m6RW7xSoDtnQHNQeA== +"@emotion/babel-plugin@^11.11.0": + version "11.11.0" + resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.11.0.tgz#c2d872b6a7767a9d176d007f5b31f7d504bb5d6c" + integrity sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ== dependencies: "@babel/helper-module-imports" "^7.16.7" - "@babel/plugin-syntax-jsx" "^7.17.12" "@babel/runtime" "^7.18.3" - "@emotion/hash" "^0.9.0" - "@emotion/memoize" "^0.8.0" - "@emotion/serialize" "^1.1.1" + "@emotion/hash" "^0.9.1" + "@emotion/memoize" "^0.8.1" + "@emotion/serialize" "^1.1.2" babel-plugin-macros "^3.1.0" convert-source-map "^1.5.0" escape-string-regexp "^4.0.0" find-root "^1.1.0" source-map "^0.5.7" - stylis "4.1.3" + stylis "4.2.0" -"@emotion/cache@^11.10.5": - version "11.10.5" - resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.10.5.tgz#c142da9351f94e47527ed458f7bbbbe40bb13c12" - integrity sha512-dGYHWyzTdmK+f2+EnIGBpkz1lKc4Zbj2KHd4cX3Wi8/OWr5pKslNjc3yABKH4adRGCvSX4VDC0i04mrrq0aiRA== +"@emotion/cache@^11.11.0": + version "11.11.0" + resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.11.0.tgz#809b33ee6b1cb1a625fef7a45bc568ccd9b8f3ff" + integrity sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ== dependencies: - "@emotion/memoize" "^0.8.0" - "@emotion/sheet" "^1.2.1" - "@emotion/utils" "^1.2.0" - "@emotion/weak-memoize" "^0.3.0" - stylis "4.1.3" + "@emotion/memoize" "^0.8.1" + "@emotion/sheet" "^1.2.2" + "@emotion/utils" "^1.2.1" + "@emotion/weak-memoize" "^0.3.1" + stylis "4.2.0" -"@emotion/hash@^0.9.0": - version "0.9.0" - resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.9.0.tgz#c5153d50401ee3c027a57a177bc269b16d889cb7" - integrity sha512-14FtKiHhy2QoPIzdTcvh//8OyBlknNs2nXRwIhG904opCby3l+9Xaf/wuPvICBF0rc1ZCNBd3nKe9cd2mecVkQ== +"@emotion/hash@^0.9.1": + version "0.9.1" + resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.9.1.tgz#4ffb0055f7ef676ebc3a5a91fb621393294e2f43" + integrity sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ== "@emotion/is-prop-valid@^0.8.2": version "0.8.8" @@ -1402,51 +1492,51 @@ "@emotion/memoize" "0.7.4" "@emotion/is-prop-valid@^1.1.0": - version "1.2.0" - resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.2.0.tgz#7f2d35c97891669f7e276eb71c83376a5dc44c83" - integrity sha512-3aDpDprjM0AwaxGE09bOPkNxHpBd+kA6jty3RnaEXdweX1DF1U3VQpPYb0g1IStAuK7SVQ1cy+bNBBKp4W3Fjg== + version "1.2.1" + resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.2.1.tgz#23116cf1ed18bfeac910ec6436561ecb1a3885cc" + integrity sha512-61Mf7Ufx4aDxx1xlDeOm8aFFigGHE4z+0sKCa+IHCeZKiyP9RLD0Mmx7m8b9/Cf37f7NAvQOOJAbQQGVr5uERw== dependencies: - "@emotion/memoize" "^0.8.0" + "@emotion/memoize" "^0.8.1" "@emotion/memoize@0.7.4": version "0.7.4" resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb" integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw== -"@emotion/memoize@^0.8.0": - version "0.8.0" - resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.0.tgz#f580f9beb67176fa57aae70b08ed510e1b18980f" - integrity sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA== +"@emotion/memoize@^0.8.1": + version "0.8.1" + resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.1.tgz#c1ddb040429c6d21d38cc945fe75c818cfb68e17" + integrity sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA== "@emotion/react@^11.10.0": - version "11.10.5" - resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.10.5.tgz#95fff612a5de1efa9c0d535384d3cfa115fe175d" - integrity sha512-TZs6235tCJ/7iF6/rvTaOH4oxQg2gMAcdHemjwLKIjKz4rRuYe1HJ2TQJKnAcRAfOUDdU8XoDadCe1rl72iv8A== + version "11.11.1" + resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.11.1.tgz#b2c36afac95b184f73b08da8c214fdf861fa4157" + integrity sha512-5mlW1DquU5HaxjLkfkGN1GA/fvVGdyHURRiX/0FHl2cfIfRxSOfmxEH5YS43edp0OldZrZ+dkBKbngxcNCdZvA== dependencies: "@babel/runtime" "^7.18.3" - "@emotion/babel-plugin" "^11.10.5" - "@emotion/cache" "^11.10.5" - "@emotion/serialize" "^1.1.1" - "@emotion/use-insertion-effect-with-fallbacks" "^1.0.0" - "@emotion/utils" "^1.2.0" - "@emotion/weak-memoize" "^0.3.0" + "@emotion/babel-plugin" "^11.11.0" + "@emotion/cache" "^11.11.0" + "@emotion/serialize" "^1.1.2" + "@emotion/use-insertion-effect-with-fallbacks" "^1.0.1" + "@emotion/utils" "^1.2.1" + "@emotion/weak-memoize" "^0.3.1" hoist-non-react-statics "^3.3.1" -"@emotion/serialize@^1.1.1": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.1.1.tgz#0595701b1902feded8a96d293b26be3f5c1a5cf0" - integrity sha512-Zl/0LFggN7+L1liljxXdsVSVlg6E/Z/olVWpfxUTxOAmi8NU7YoeWeLfi1RmnB2TATHoaWwIBRoL+FvAJiTUQA== +"@emotion/serialize@^1.1.2": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.1.2.tgz#017a6e4c9b8a803bd576ff3d52a0ea6fa5a62b51" + integrity sha512-zR6a/fkFP4EAcCMQtLOhIgpprZOwNmCldtpaISpvz348+DP4Mz8ZoKaGGCQpbzepNIUWbq4w6hNZkwDyKoS+HA== dependencies: - "@emotion/hash" "^0.9.0" - "@emotion/memoize" "^0.8.0" - "@emotion/unitless" "^0.8.0" - "@emotion/utils" "^1.2.0" + "@emotion/hash" "^0.9.1" + "@emotion/memoize" "^0.8.1" + "@emotion/unitless" "^0.8.1" + "@emotion/utils" "^1.2.1" csstype "^3.0.2" -"@emotion/sheet@^1.2.1": - version "1.2.1" - resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.2.1.tgz#0767e0305230e894897cadb6c8df2c51e61a6c2c" - integrity sha512-zxRBwl93sHMsOj4zs+OslQKg/uhF38MB+OMKoCrVuS0nyTkqnau+BM3WGEoOptg9Oz45T/aIGs1qbVAsEFo3nA== +"@emotion/sheet@^1.2.2": + version "1.2.2" + resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.2.2.tgz#d58e788ee27267a14342303e1abb3d508b6d0fec" + integrity sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA== "@emotion/stylis@^0.8.4": version "0.8.5" @@ -1458,30 +1548,62 @@ resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed" integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg== -"@emotion/unitless@^0.8.0": - version "0.8.0" - resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.8.0.tgz#a4a36e9cbdc6903737cd20d38033241e1b8833db" - integrity sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw== +"@emotion/unitless@^0.8.1": + version "0.8.1" + resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.8.1.tgz#182b5a4704ef8ad91bde93f7a860a88fd92c79a3" + integrity sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ== -"@emotion/use-insertion-effect-with-fallbacks@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.0.tgz#ffadaec35dbb7885bd54de3fa267ab2f860294df" - integrity sha512-1eEgUGmkaljiBnRMTdksDV1W4kUnmwgp7X9G8B++9GYwl1lUdqSndSriIrTJ0N7LQaoauY9JJ2yhiOYK5+NI4A== +"@emotion/use-insertion-effect-with-fallbacks@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.1.tgz#08de79f54eb3406f9daaf77c76e35313da963963" + integrity sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw== -"@emotion/utils@^1.2.0": - version "1.2.0" - resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.2.0.tgz#9716eaccbc6b5ded2ea5a90d65562609aab0f561" - integrity sha512-sn3WH53Kzpw8oQ5mgMmIzzyAaH2ZqFEbozVVBSYp538E06OSE6ytOp7pRAjNQR+Q/orwqdQYJSe2m3hCOeznkw== +"@emotion/utils@^1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.2.1.tgz#bbab58465738d31ae4cb3dbb6fc00a5991f755e4" + integrity sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg== -"@emotion/weak-memoize@^0.3.0": - version "0.3.0" - resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.3.0.tgz#ea89004119dc42db2e1dba0f97d553f7372f6fcb" - integrity sha512-AHPmaAx+RYfZz0eYu6Gviiagpmiyw98ySSlQvCUhVGDRtDFe4DBS0x1bSjdF3gqUDYOczB+yYvBTtEylYSdRhg== +"@emotion/weak-memoize@^0.3.1": + version "0.3.1" + resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz#d0fce5d07b0620caa282b5131c297bb60f9d87e6" + integrity sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww== + +"@eslint-community/eslint-utils@^4.2.0": + version "4.4.0" + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59" + integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA== + dependencies: + eslint-visitor-keys "^3.3.0" + +"@eslint-community/regexpp@^4.6.1": + version "4.9.0" + resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.9.0.tgz#7ccb5f58703fa61ffdcbf39e2c604a109e781162" + integrity sha512-zJmuCWj2VLBt4c25CfBIbMZLGLyhkvs7LznyVX5HfpzeocThgIj5XQK4L+g3U36mMcx8bPMhGyPpwCATamC4jQ== + +"@eslint/eslintrc@^2.1.2": + version "2.1.2" + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.2.tgz#c6936b4b328c64496692f76944e755738be62396" + integrity sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g== + dependencies: + ajv "^6.12.4" + debug "^4.3.2" + espree "^9.6.0" + globals "^13.19.0" + ignore "^5.2.0" + import-fresh "^3.2.1" + js-yaml "^4.1.0" + minimatch "^3.1.2" + strip-json-comments "^3.1.1" + +"@eslint/js@8.50.0": + version "8.50.0" + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.50.0.tgz#9e93b850f0f3fa35f5fa59adfd03adae8488e484" + integrity sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ== "@figspec/components@^1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@figspec/components/-/components-1.0.1.tgz#47d7e24999974b18c6daa810299624d4370fc7da" - integrity sha512-UvnEamPEAMh9HExViqpobWmX25g1+soA9kcJu+It3VerMa7CeVyaIbQydNf1Gys5v/rxJVdTDRgQ7OXW2zAAig== + version "1.0.2" + resolved "https://registry.yarnpkg.com/@figspec/components/-/components-1.0.2.tgz#00f697b37cfb45862563d0bd15d7f633caa4bc29" + integrity sha512-rTjjH7wvM55ZuX+MRVPND1cs4Z4JspJvKc9lzGxm/8gD4dLfgeFztQuNy+daGglaxcGXLXTuJ2oJtZ0/lmRKmw== dependencies: lit "^2.1.3" @@ -1493,17 +1615,20 @@ "@figspec/components" "^1.0.1" "@lit-labs/react" "^1.0.2" -"@floating-ui/core@^1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.0.1.tgz#00e64d74e911602c8533957af0cce5af6b2e93c8" - integrity sha512-bO37brCPfteXQfFY0DyNDGB3+IMe4j150KFQcgJ5aBP295p9nBGeHEs/p0czrRbtlHq4Px/yoPXO/+dOCcF4uA== +"@floating-ui/core@^1.4.2": + version "1.5.0" + resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.5.0.tgz#5c05c60d5ae2d05101c3021c1a2a350ddc027f8c" + integrity sha512-kK1h4m36DQ0UHGj5Ah4db7R0rHemTqqO0QLvUqi1/mUUp3LuAWbWxdxSIf/XsnH9VS6rRVPLJCncjRzUvyCLXg== + dependencies: + "@floating-ui/utils" "^0.1.3" -"@floating-ui/dom@^1.0.0": - version "1.0.4" - resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.0.4.tgz#cc0f2a03db7193b1b932b90d09c5c81235682a60" - integrity sha512-maYJRv+sAXTy4K9mzdv0JPyNW5YPVHrqtY90tEdI6XNpuLOP26Ci2pfwPsKBA/Wh4Z3FX5sUrtUFTdMYj9v+ug== +"@floating-ui/dom@^1.2.1": + version "1.5.3" + resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.5.3.tgz#54e50efcb432c06c23cd33de2b575102005436fa" + integrity sha512-ClAbQnEqJAKCJOEbbLo5IUlZHkNszqhuxS4fHAVxRPXPya6Ysf2G8KypnYcOTpx6I8xcgF9bbHb6g/2KpbV8qA== dependencies: - "@floating-ui/core" "^1.0.1" + "@floating-ui/core" "^1.4.2" + "@floating-ui/utils" "^0.1.3" "@floating-ui/react-dom-interactions@^0.10.1": version "0.10.3" @@ -1514,11 +1639,16 @@ aria-hidden "^1.1.3" "@floating-ui/react-dom@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@floating-ui/react-dom/-/react-dom-1.0.0.tgz#e0975966694433f1f0abffeee5d8e6bb69b7d16e" - integrity sha512-uiOalFKPG937UCLm42RxjESTWUVpbbatvlphQAU6bsv+ence6IoVG8JOUZcy8eW81NkU+Idiwvx10WFLmR4MIg== + version "1.3.0" + resolved "https://registry.yarnpkg.com/@floating-ui/react-dom/-/react-dom-1.3.0.tgz#4d35d416eb19811c2b0e9271100a6aa18c1579b3" + integrity sha512-htwHm67Ji5E/pROEAr7f8IKFShuiCKHwUC/UY4vC3I5jiSvGFAYnSYiZO5MlGmads+QqvUkR9ANHEguGrDv72g== dependencies: - "@floating-ui/dom" "^1.0.0" + "@floating-ui/dom" "^1.2.1" + +"@floating-ui/utils@^0.1.3": + version "0.1.4" + resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.1.4.tgz#19654d1026cc410975d46445180e70a5089b3e7d" + integrity sha512-qprfWkn82Iw821mcKofJ5Pk9wgioHicxcQMxx+5zt5GSKoqdWvgG5AxVmpmUUjzTLPVSH5auBrhI93Deayn/DA== "@gar/promisify@^1.0.1": version "1.1.3" @@ -1530,6 +1660,25 @@ resolved "https://registry.yarnpkg.com/@heroicons/react/-/react-1.0.6.tgz#35dd26987228b39ef2316db3b1245c42eb19e324" integrity sha512-JJCXydOFWMDpCP4q13iEplA503MQO3xLoZiKum+955ZCtHINWnx26CUxVxxFQu/uLb4LW3ge15ZpzIkXKkJ8oQ== +"@humanwhocodes/config-array@^0.11.11": + version "0.11.11" + resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.11.tgz#88a04c570dbbc7dd943e4712429c3df09bc32844" + integrity sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA== + dependencies: + "@humanwhocodes/object-schema" "^1.2.1" + debug "^4.1.1" + minimatch "^3.0.5" + +"@humanwhocodes/module-importer@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c" + integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA== + +"@humanwhocodes/object-schema@^1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45" + integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA== + "@istanbuljs/load-nyc-config@^1.0.0": version "1.1.0" resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced" @@ -1578,53 +1727,45 @@ "@types/yargs" "^15.0.0" chalk "^4.0.0" -"@jridgewell/gen-mapping@^0.1.0": - version "0.1.1" - resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996" - integrity sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w== - dependencies: - "@jridgewell/set-array" "^1.0.0" - "@jridgewell/sourcemap-codec" "^1.4.10" - "@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2": - version "0.3.2" - resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9" - integrity sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A== + version "0.3.3" + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" + integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ== dependencies: "@jridgewell/set-array" "^1.0.1" "@jridgewell/sourcemap-codec" "^1.4.10" "@jridgewell/trace-mapping" "^0.3.9" -"@jridgewell/resolve-uri@3.1.0": - version "3.1.0" - resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78" - integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w== +"@jridgewell/resolve-uri@^3.1.0": + version "3.1.1" + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== -"@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1": +"@jridgewell/set-array@^1.0.1": version "1.1.2" resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== -"@jridgewell/source-map@^0.3.2": - version "0.3.2" - resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.2.tgz#f45351aaed4527a298512ec72f81040c998580fb" - integrity sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw== +"@jridgewell/source-map@^0.3.3": + version "0.3.5" + resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.5.tgz#a3bb4d5c6825aab0d281268f47f6ad5853431e91" + integrity sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ== dependencies: "@jridgewell/gen-mapping" "^0.3.0" "@jridgewell/trace-mapping" "^0.3.9" -"@jridgewell/sourcemap-codec@1.4.14", "@jridgewell/sourcemap-codec@^1.4.10": - version "1.4.14" - resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24" - integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14": + version "1.4.15" + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== -"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.14", "@jridgewell/trace-mapping@^0.3.8", "@jridgewell/trace-mapping@^0.3.9": - version "0.3.17" - resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985" - integrity sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g== +"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9": + version "0.3.19" + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811" + integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw== dependencies: - "@jridgewell/resolve-uri" "3.1.0" - "@jridgewell/sourcemap-codec" "1.4.14" + "@jridgewell/resolve-uri" "^3.1.0" + "@jridgewell/sourcemap-codec" "^1.4.14" "@juggle/resize-observer@^3.3.1": version "3.4.0" @@ -1657,20 +1798,22 @@ prop-types "^15.7.2" react-is "^16.9.0" -"@linaria/core@3.0.0-beta.13": - version "3.0.0-beta.13" - resolved "https://registry.yarnpkg.com/@linaria/core/-/core-3.0.0-beta.13.tgz#049c5be5faa67e341e413a0f6b641d5d78d91056" - integrity sha512-3zEi5plBCOsEzUneRVuQb+2SAx3qaC1dj0FfFAI6zIJQoDWu0dlSwKijMRack7oO9tUWrchfj3OkKQAd1LBdVg== - "@lit-labs/react@^1.0.2": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@lit-labs/react/-/react-1.1.0.tgz#665cf27cc83c5d0c6782ead5b906bd250619442b" - integrity sha512-uvdOtzACm1WzTySpKnqXth62iPL+4yDow7cSZH7m7jHbDr+tZVXn44DJ5IoJuMjEevORRe57lNrOywFW6d4Fyg== + version "1.2.1" + resolved "https://registry.yarnpkg.com/@lit-labs/react/-/react-1.2.1.tgz#5b421502cdf68a3639dec431318eeed2285f1c0e" + integrity sha512-DiZdJYFU0tBbdQkfwwRSwYyI/mcWkg3sWesKRsHUd4G+NekTmmeq9fzsurvcKTNVa0comNljwtg4Hvi1ds3V+A== -"@lit/reactive-element@^1.3.0", "@lit/reactive-element@^1.4.0": - version "1.4.2" - resolved "https://registry.yarnpkg.com/@lit/reactive-element/-/reactive-element-1.4.2.tgz#65d659e89d1a7e2f4f2b547182aef0a224f4adb7" - integrity sha512-VMOxsWh/QDwrxPsgkSQnuZ+8mfNy1OTjzzUdLBvvZtpahwPTHTeVZ51RZRqO4xfKVrR+btIPA8D01IL3xeG66w== +"@lit-labs/ssr-dom-shim@^1.0.0", "@lit-labs/ssr-dom-shim@^1.1.0": + version "1.1.1" + resolved "https://registry.yarnpkg.com/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.1.1.tgz#64df34e2f12e68e78ac57e571d25ec07fa460ca9" + integrity sha512-kXOeFbfCm4fFf2A3WwVEeQj55tMZa8c8/f9AKHMobQMkzNUfUj+antR3fRPaZJawsa1aZiP/Da3ndpZrwEe4rQ== + +"@lit/reactive-element@^1.3.0", "@lit/reactive-element@^1.6.0": + version "1.6.3" + resolved "https://registry.yarnpkg.com/@lit/reactive-element/-/reactive-element-1.6.3.tgz#25b4eece2592132845d303e091bad9b04cdcfe03" + integrity sha512-QuTgnG52Poic7uM1AN5yJ09QMe0O28e10XzSvWDz02TJiiKee4stsiownEIadWm8nYzyDAyT+gKzUoZmiWQtsQ== + dependencies: + "@lit-labs/ssr-dom-shim" "^1.0.0" "@mantine/core@5.5.5": version "5.5.5" @@ -1808,6 +1951,13 @@ resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz#323d72dd25103d0c4fbdce89dadf574a787b1f9b" integrity sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ== +"@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1": + version "5.1.1-v1" + resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz#dbf733a965ca47b1973177dc0bb6c889edcfb129" + integrity sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg== + dependencies: + eslint-scope "5.1.1" + "@nivo/annotations@0.79.1": version "0.79.1" resolved "https://registry.yarnpkg.com/@nivo/annotations/-/annotations-0.79.1.tgz#c1b93a1facf55e3f32e2af1b8fb0ba1bebc01910" @@ -1916,7 +2066,7 @@ resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b" integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw== -"@nodelib/fs.walk@^1.2.3": +"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8": version "1.2.8" resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a" integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg== @@ -1940,10 +2090,22 @@ mkdirp "^1.0.4" rimraf "^3.0.2" +"@pkgr/utils@^2.3.1": + version "2.4.2" + resolved "https://registry.yarnpkg.com/@pkgr/utils/-/utils-2.4.2.tgz#9e638bbe9a6a6f165580dc943f138fd3309a2cbc" + integrity sha512-POgTXhjrTfbTV63DiFXav4lBHiICLKKwDeaKn9Nphwj7WH6m0hMMCaJkMyRWjgtPFyRKRVoMXXjczsTQRDEhYw== + dependencies: + cross-spawn "^7.0.3" + fast-glob "^3.3.0" + is-glob "^4.0.3" + open "^9.1.0" + picocolors "^1.0.0" + tslib "^2.6.0" + "@pmmmwh/react-refresh-webpack-plugin@^0.5.3": - version "0.5.8" - resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.8.tgz#da3383761e2c0c440610819f3204769022a38d12" - integrity sha512-wxXRwf+IQ6zvHSJZ+5T2RQNEsq+kx4jKRXfFvdt3nBIUzJUAvXEFsUeoaohDe/Kr84MTjGwcuIUPNcstNJORsA== + version "0.5.11" + resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.11.tgz#7c2268cedaa0644d677e8c4f377bc8fb304f714a" + integrity sha512-7j/6vdTym0+qZ6u4XbSAxrWBGYSdCfTzySkj7WAFgDLmSyWlOrWvpyzxlFh5jtw9dn0oL/jtW+06XfFiisN3JQ== dependencies: ansi-html-community "^0.0.8" common-path-prefix "^3.0.0" @@ -1951,14 +2113,14 @@ error-stack-parser "^2.0.6" find-up "^5.0.0" html-entities "^2.1.0" - loader-utils "^2.0.0" + loader-utils "^2.0.4" schema-utils "^3.0.0" source-map "^0.7.3" "@popperjs/core@^2.5.3", "@popperjs/core@^2.9.0": - version "2.11.6" - resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.6.tgz#cee20bd55e68a1720bdab363ecf0c821ded4cd45" - integrity sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw== + version "2.11.8" + resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.8.tgz#6b79032e760a0899cd4204710beede972a3a185f" + integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A== "@radix-ui/number@1.0.0": version "1.0.0" @@ -2110,40 +2272,36 @@ "@react-spring/shared" "~9.3.0" "@react-spring/types" "~9.3.0" -"@remirror/core-constants@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@remirror/core-constants/-/core-constants-2.0.0.tgz#a52f89059d93955e00810023cc76b4f7db9650bf" - integrity sha512-vpePPMecHJllBqCWXl6+FIcZqS+tRUM2kSCCKFeEo1H3XUEv3ocijBIPhnlSAa7g6maX+12ATTgxrOsLpWVr2g== - dependencies: - "@babel/runtime" "^7.13.10" +"@remirror/core-constants@^2.0.2": + version "2.0.2" + resolved "https://registry.yarnpkg.com/@remirror/core-constants/-/core-constants-2.0.2.tgz#f05eccdc69e3a65e7d524b52548f567904a11a1a" + integrity sha512-dyHY+sMF0ihPus3O27ODd4+agdHMEmuRdyiZJ2CCWjPV5UFmn17ZbElvk6WOGVE4rdCJKZQCrPV2BcikOMLUGQ== -"@remirror/core-helpers@^2.0.1": - version "2.0.1" - resolved "https://registry.yarnpkg.com/@remirror/core-helpers/-/core-helpers-2.0.1.tgz#6847666a009ada8c9b9f3a093c13a6d07a95d9bb" - integrity sha512-s8M1pn33aBUhduvD1QR02uUQMegnFkGaTr4c1iBzxTTyg0rbQstzuQ7Q8TkL6n64JtgCdJS9jLz2dONb2meBKQ== +"@remirror/core-helpers@^3.0.0": + version "3.0.0" + resolved "https://registry.yarnpkg.com/@remirror/core-helpers/-/core-helpers-3.0.0.tgz#3a35c2346bc23ebc3cee585b7840b5567755c5f1" + integrity sha512-tusEgQJIqg4qKj6HSBUFcyRnWnziw3neh4T9wOmsPGHFC3w9kl5KSrDb9UAgE8uX6y32FnS7vJ955mWOl3n50A== dependencies: - "@babel/runtime" "^7.13.10" - "@linaria/core" "3.0.0-beta.13" - "@remirror/core-constants" "^2.0.0" - "@remirror/types" "^1.0.0" + "@remirror/core-constants" "^2.0.2" + "@remirror/types" "^1.0.1" "@types/object.omit" "^3.0.0" - "@types/object.pick" "^1.3.1" + "@types/object.pick" "^1.3.2" "@types/throttle-debounce" "^2.1.0" - case-anything "^2.1.10" + case-anything "^2.1.13" dash-get "^1.0.2" - deepmerge "^4.2.2" + deepmerge "^4.3.1" fast-deep-equal "^3.1.3" make-error "^1.3.6" object.omit "^3.0.0" object.pick "^1.3.0" throttle-debounce "^3.0.1" -"@remirror/types@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@remirror/types/-/types-1.0.0.tgz#cc8764440089a2ada71f149c409739575b73b12e" - integrity sha512-7HQbW7k8VxrAtfzs9FxwO6XSDabn8tSFDi1wwzShOnU+cvaYpfxu0ygyTk3TpXsag1hgFKY3ZIlAfB4WVz2LkQ== +"@remirror/types@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@remirror/types/-/types-1.0.1.tgz#768502497a0fbbc23338a1586b893f729310cf70" + integrity sha512-VlZQxwGnt1jtQ18D6JqdIF+uFZo525WEqrfp9BOc3COPpK4+AWCgdnAWL+ho6imWcoINlGjR/+3b6y5C1vBVEA== dependencies: - type-fest "^2.0.0" + type-fest "^2.19.0" "@restart/hooks@^0.3.25": version "0.3.27" @@ -2225,28 +2383,28 @@ estree-walker "^2.0.1" picomatch "^2.2.2" -"@rollup/pluginutils@^5.0.2": - version "5.0.2" - resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.0.2.tgz#012b8f53c71e4f6f9cb317e311df1404f56e7a33" - integrity sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA== +"@rollup/pluginutils@^5.0.4": + version "5.0.4" + resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.0.4.tgz#74f808f9053d33bafec0cc98e7b835c9667d32ba" + integrity sha512-0KJnIoRI8A+a1dqOYLxH8vBf8bphDmty5QvIm2hqm7oFCFYKCAZWWd2hXgMibaPsNDhI0AtpYfQZJG47pt/k4g== dependencies: "@types/estree" "^1.0.0" estree-walker "^2.0.2" picomatch "^2.3.1" "@storybook/addon-a11y@^6.4.19", "@storybook/addon-a11y@^6.4.9": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/addon-a11y/-/addon-a11y-6.5.13.tgz#3934b12dc2f3bf7a1a1bc660aa7b84b856bc2b6c" - integrity sha512-+Tcl/4LWRh3ygLUZFGvkjT42CF/tJcP+kgsIho7i2MxpgZyD6+BUhL9srPZusjbR+uHcHXJ/yxw/vxFQ+UCTLA== - dependencies: - "@storybook/addons" "6.5.13" - "@storybook/api" "6.5.13" - "@storybook/channels" "6.5.13" - "@storybook/client-logger" "6.5.13" - "@storybook/components" "6.5.13" - "@storybook/core-events" "6.5.13" + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/addon-a11y/-/addon-a11y-6.5.16.tgz#9288a6c1d111fa4ec501d213100ffff91757d3fc" + integrity sha512-/e9s34o+TmEhy+Q3/YzbRJ5AJ/Sy0gjZXlvsCrcRpiQLdt5JRbN8s+Lbn/FWxy8U1Tb1wlLYlqjJ+fYi5RrS3A== + dependencies: + "@storybook/addons" "6.5.16" + "@storybook/api" "6.5.16" + "@storybook/channels" "6.5.16" + "@storybook/client-logger" "6.5.16" + "@storybook/components" "6.5.16" + "@storybook/core-events" "6.5.16" "@storybook/csf" "0.0.2--canary.4566f4d.1" - "@storybook/theming" "6.5.13" + "@storybook/theming" "6.5.16" axe-core "^4.2.0" core-js "^3.8.2" global "^4.4.0" @@ -2256,18 +2414,18 @@ ts-dedent "^2.0.0" util-deprecate "^1.0.2" -"@storybook/addon-actions@6.5.13", "@storybook/addon-actions@^6.4.19", "@storybook/addon-actions@^6.4.9": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-6.5.13.tgz#84535dda78c7fe15fc61f19a23ed1440952f3c76" - integrity sha512-3Tji0gIy95havhTpSc6CsFl5lNxGn4O5Y1U9fyji+GRkKqDFOrvVLYAHPtLOpYdEI5tF0bDo+akiqfDouY8+eA== +"@storybook/addon-actions@6.5.16", "@storybook/addon-actions@^6.4.19", "@storybook/addon-actions@^6.4.9": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-6.5.16.tgz#2d7679f64899bef165a338582cb928102a09e364" + integrity sha512-aADjilFmuD6TNGz2CRPSupnyiA/IGkPJHDBTqMpsDXTUr8xnuD122xkIhg6UxmCM2y1c+ncwYXy3WPK2xXK57g== dependencies: - "@storybook/addons" "6.5.13" - "@storybook/api" "6.5.13" - "@storybook/client-logger" "6.5.13" - "@storybook/components" "6.5.13" - "@storybook/core-events" "6.5.13" + "@storybook/addons" "6.5.16" + "@storybook/api" "6.5.16" + "@storybook/client-logger" "6.5.16" + "@storybook/components" "6.5.16" + "@storybook/core-events" "6.5.16" "@storybook/csf" "0.0.2--canary.4566f4d.1" - "@storybook/theming" "6.5.13" + "@storybook/theming" "6.5.16" core-js "^3.8.2" fast-deep-equal "^3.1.3" global "^4.4.0" @@ -2281,18 +2439,18 @@ util-deprecate "^1.0.2" uuid-browser "^3.1.0" -"@storybook/addon-backgrounds@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/addon-backgrounds/-/addon-backgrounds-6.5.13.tgz#37629db582501aa22bddf492a9f01d6614aaa993" - integrity sha512-b4JX7JMY7e50y1l6g71D+2XWV3GO0TO2z1ta8J6W4OQt8f44V7sSkRQaJUzXdLjQMrA+Anojuy1ZwPjVeLC6vg== +"@storybook/addon-backgrounds@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/addon-backgrounds/-/addon-backgrounds-6.5.16.tgz#a93ea53955f714b4a4432dda1b88942cc87dd390" + integrity sha512-t7qooZ892BruhilFmzYPbysFwpULt/q4zYXNSmKVbAYta8UVvitjcU4F18p8FpWd9WvhiTr0SDlyhNZuzvDfug== dependencies: - "@storybook/addons" "6.5.13" - "@storybook/api" "6.5.13" - "@storybook/client-logger" "6.5.13" - "@storybook/components" "6.5.13" - "@storybook/core-events" "6.5.13" + "@storybook/addons" "6.5.16" + "@storybook/api" "6.5.16" + "@storybook/client-logger" "6.5.16" + "@storybook/components" "6.5.16" + "@storybook/core-events" "6.5.16" "@storybook/csf" "0.0.2--canary.4566f4d.1" - "@storybook/theming" "6.5.13" + "@storybook/theming" "6.5.16" core-js "^3.8.2" global "^4.4.0" memoizerific "^1.11.3" @@ -2300,47 +2458,47 @@ ts-dedent "^2.0.0" util-deprecate "^1.0.2" -"@storybook/addon-controls@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/addon-controls/-/addon-controls-6.5.13.tgz#14c8f9379337768bf03f59d19f1a16f3c41418ab" - integrity sha512-lYq3uf2mlVevm0bi6ueL3H6TpUMRYW9s/pTNTVJT225l27kLdFR9wEKxAkCBrlKaTgDLJmzzDRsJE3NLZlR/5Q== +"@storybook/addon-controls@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/addon-controls/-/addon-controls-6.5.16.tgz#5017805b8ca413edf6e9d87b90a9436e79eb5e59" + integrity sha512-kShSGjq1MjmmyL3l8i+uPz6yddtf82mzys0l82VKtcuyjrr5944wYFJ5NTXMfZxrO/U6FeFsfuFZE/k6ex3EMg== dependencies: - "@storybook/addons" "6.5.13" - "@storybook/api" "6.5.13" - "@storybook/client-logger" "6.5.13" - "@storybook/components" "6.5.13" - "@storybook/core-common" "6.5.13" + "@storybook/addons" "6.5.16" + "@storybook/api" "6.5.16" + "@storybook/client-logger" "6.5.16" + "@storybook/components" "6.5.16" + "@storybook/core-common" "6.5.16" "@storybook/csf" "0.0.2--canary.4566f4d.1" - "@storybook/node-logger" "6.5.13" - "@storybook/store" "6.5.13" - "@storybook/theming" "6.5.13" + "@storybook/node-logger" "6.5.16" + "@storybook/store" "6.5.16" + "@storybook/theming" "6.5.16" core-js "^3.8.2" lodash "^4.17.21" ts-dedent "^2.0.0" -"@storybook/addon-docs@6.5.13", "@storybook/addon-docs@^6.4.19", "@storybook/addon-docs@^6.4.9": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/addon-docs/-/addon-docs-6.5.13.tgz#fd82893946b0fa6f0657f16bf6a94637ab4b7532" - integrity sha512-RG/NjsheD9FixZ789RJlNyNccaR2Cuy7CtAwph4oUNi3aDFjtOI8Oe9L+FOT7qtVnZLw/YMjF+pZxoDqJNKLPw== +"@storybook/addon-docs@6.5.16", "@storybook/addon-docs@^6.4.19", "@storybook/addon-docs@^6.4.9": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/addon-docs/-/addon-docs-6.5.16.tgz#3de912f51fb8e48b9a53b11a5b1cede067acbe70" + integrity sha512-QM9WDZG9P02UvbzLu947a8ZngOrQeAKAT8jCibQFM/+RJ39xBlfm8rm+cQy3dm94wgtjmVkA3mKGOV/yrrsddg== dependencies: "@babel/plugin-transform-react-jsx" "^7.12.12" "@babel/preset-env" "^7.12.11" "@jest/transform" "^26.6.2" "@mdx-js/react" "^1.6.22" - "@storybook/addons" "6.5.13" - "@storybook/api" "6.5.13" - "@storybook/components" "6.5.13" - "@storybook/core-common" "6.5.13" - "@storybook/core-events" "6.5.13" + "@storybook/addons" "6.5.16" + "@storybook/api" "6.5.16" + "@storybook/components" "6.5.16" + "@storybook/core-common" "6.5.16" + "@storybook/core-events" "6.5.16" "@storybook/csf" "0.0.2--canary.4566f4d.1" - "@storybook/docs-tools" "6.5.13" + "@storybook/docs-tools" "6.5.16" "@storybook/mdx1-csf" "^0.0.1" - "@storybook/node-logger" "6.5.13" - "@storybook/postinstall" "6.5.13" - "@storybook/preview-web" "6.5.13" - "@storybook/source-loader" "6.5.13" - "@storybook/store" "6.5.13" - "@storybook/theming" "6.5.13" + "@storybook/node-logger" "6.5.16" + "@storybook/postinstall" "6.5.16" + "@storybook/preview-web" "6.5.16" + "@storybook/source-loader" "6.5.16" + "@storybook/store" "6.5.16" + "@storybook/theming" "6.5.16" babel-loader "^8.0.0" core-js "^3.8.2" fast-deep-equal "^3.1.3" @@ -2353,36 +2511,36 @@ util-deprecate "^1.0.2" "@storybook/addon-essentials@^6.4.19", "@storybook/addon-essentials@^6.4.9": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/addon-essentials/-/addon-essentials-6.5.13.tgz#274b8e6b556af4cd43b63fab361fa7d19c704e76" - integrity sha512-G9FVAWV7ixjVLWeLgIX+VT90tcAk6yQxfZQegfg5ucRilGysJCDaNnoab4xuuvm1R40TfFhba3iAGZtQYsddmw== - dependencies: - "@storybook/addon-actions" "6.5.13" - "@storybook/addon-backgrounds" "6.5.13" - "@storybook/addon-controls" "6.5.13" - "@storybook/addon-docs" "6.5.13" - "@storybook/addon-measure" "6.5.13" - "@storybook/addon-outline" "6.5.13" - "@storybook/addon-toolbars" "6.5.13" - "@storybook/addon-viewport" "6.5.13" - "@storybook/addons" "6.5.13" - "@storybook/api" "6.5.13" - "@storybook/core-common" "6.5.13" - "@storybook/node-logger" "6.5.13" + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/addon-essentials/-/addon-essentials-6.5.16.tgz#815991366a4a90b60bf0aa4022eb0bb0c2bb536d" + integrity sha512-TeoMr6tEit4Pe91GH6f8g/oar1P4M0JL9S6oMcFxxrhhtOGO7XkWD5EnfyCx272Ok2VYfE58FNBTGPNBVIqYKQ== + dependencies: + "@storybook/addon-actions" "6.5.16" + "@storybook/addon-backgrounds" "6.5.16" + "@storybook/addon-controls" "6.5.16" + "@storybook/addon-docs" "6.5.16" + "@storybook/addon-measure" "6.5.16" + "@storybook/addon-outline" "6.5.16" + "@storybook/addon-toolbars" "6.5.16" + "@storybook/addon-viewport" "6.5.16" + "@storybook/addons" "6.5.16" + "@storybook/api" "6.5.16" + "@storybook/core-common" "6.5.16" + "@storybook/node-logger" "6.5.16" core-js "^3.8.2" regenerator-runtime "^0.13.7" ts-dedent "^2.0.0" "@storybook/addon-links@^6.4.19", "@storybook/addon-links@^6.4.9": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/addon-links/-/addon-links-6.5.13.tgz#816816907e28ca1cccb58908360628d1b3914513" - integrity sha512-K/LYYu9R/Xoah5h9MNh4mSHOic3q5csqjderLqr2YW/KPYiuNubgvzEbAAbzI5xq5JrtAZqnINrZUv2A4CyYbQ== + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/addon-links/-/addon-links-6.5.16.tgz#cacb20cd0656f0681a874709d428d3f3577828c3" + integrity sha512-P/mmqK57NGXnR0i3d/T5B0rIt0Lg8Yq+qionRr3LK3AwG/4yGnYt4GNomLEknn/eEwABYq1Q/Z1aOpgIhNdq5A== dependencies: - "@storybook/addons" "6.5.13" - "@storybook/client-logger" "6.5.13" - "@storybook/core-events" "6.5.13" + "@storybook/addons" "6.5.16" + "@storybook/client-logger" "6.5.16" + "@storybook/core-events" "6.5.16" "@storybook/csf" "0.0.2--canary.4566f4d.1" - "@storybook/router" "6.5.13" + "@storybook/router" "6.5.16" "@types/qs" "^6.9.5" core-js "^3.8.2" global "^4.4.0" @@ -2391,95 +2549,95 @@ regenerator-runtime "^0.13.7" ts-dedent "^2.0.0" -"@storybook/addon-measure@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/addon-measure/-/addon-measure-6.5.13.tgz#05c0e9813fee84a13ba1172444ea99ee083acdbd" - integrity sha512-pi5RFB9YTnESRFtYHAVRUrgEI5to0TFc4KndtwcCKt1fMJ8OFjXQeznEfdj95PFeUvW5TNUwjL38vK4LhicB+g== +"@storybook/addon-measure@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/addon-measure/-/addon-measure-6.5.16.tgz#7f7bfdc0b624fbf18386b20a5e460027bf87115c" + integrity sha512-DMwnXkmM2L6POTh4KaOWvOAtQ2p9Tr1UUNxz6VXiN5cKFohpCs6x0txdLU5WN8eWIq0VFsO7u5ZX34CGCc6gCg== dependencies: - "@storybook/addons" "6.5.13" - "@storybook/api" "6.5.13" - "@storybook/client-logger" "6.5.13" - "@storybook/components" "6.5.13" - "@storybook/core-events" "6.5.13" + "@storybook/addons" "6.5.16" + "@storybook/api" "6.5.16" + "@storybook/client-logger" "6.5.16" + "@storybook/components" "6.5.16" + "@storybook/core-events" "6.5.16" "@storybook/csf" "0.0.2--canary.4566f4d.1" core-js "^3.8.2" global "^4.4.0" -"@storybook/addon-outline@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/addon-outline/-/addon-outline-6.5.13.tgz#e4233e7d268cd0e1b814c253e8756fb459a341bf" - integrity sha512-8d8taPheO/tryflzXbj2QRuxHOIS8CtzRzcaglCcioqHEMhOIDOx9BdXKdheq54gdk/UN94HdGJUoVxYyXwZ4Q== +"@storybook/addon-outline@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/addon-outline/-/addon-outline-6.5.16.tgz#6985b6a0b0122db36561c81dde2aa851604657b7" + integrity sha512-0du96nha4qltexO0Xq1xB7LeRSbqjC9XqtZLflXG7/X3ABoPD2cXgOV97eeaXUodIyb2qYBbHUfftBeA75x0+w== dependencies: - "@storybook/addons" "6.5.13" - "@storybook/api" "6.5.13" - "@storybook/client-logger" "6.5.13" - "@storybook/components" "6.5.13" - "@storybook/core-events" "6.5.13" + "@storybook/addons" "6.5.16" + "@storybook/api" "6.5.16" + "@storybook/client-logger" "6.5.16" + "@storybook/components" "6.5.16" + "@storybook/core-events" "6.5.16" "@storybook/csf" "0.0.2--canary.4566f4d.1" core-js "^3.8.2" global "^4.4.0" regenerator-runtime "^0.13.7" ts-dedent "^2.0.0" -"@storybook/addon-toolbars@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/addon-toolbars/-/addon-toolbars-6.5.13.tgz#0e67552786f08a6c0a443eaaef21ee565acca839" - integrity sha512-Qgr4wKRSP+gY1VaN7PYT4TM1um7KY341X3GHTglXLFHd8nDsCweawfV2shaX3WxCfZmVro8g4G+Oest30kLLCw== +"@storybook/addon-toolbars@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/addon-toolbars/-/addon-toolbars-6.5.16.tgz#9de04f9cc64b68d6cb680aa1c4fbf874e11afa32" + integrity sha512-y3PuUKiwOWrAvqx1YdUvArg0UaAwmboXFeR2bkrowk1xcT+xnRO3rML4npFeUl26OQ1FzwxX/cw6nknREBBLEA== dependencies: - "@storybook/addons" "6.5.13" - "@storybook/api" "6.5.13" - "@storybook/client-logger" "6.5.13" - "@storybook/components" "6.5.13" - "@storybook/theming" "6.5.13" + "@storybook/addons" "6.5.16" + "@storybook/api" "6.5.16" + "@storybook/client-logger" "6.5.16" + "@storybook/components" "6.5.16" + "@storybook/theming" "6.5.16" core-js "^3.8.2" regenerator-runtime "^0.13.7" -"@storybook/addon-viewport@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/addon-viewport/-/addon-viewport-6.5.13.tgz#97771ed2f4ca1bef83d25174ce07db8557cdf795" - integrity sha512-KSfeuCSIjncwWGnUu6cZBx8WNqYvm5gHyFvkSPKEu0+MJtgncbUy7pl53lrEEr6QmIq0GRXvS3A0XzV8RCnrSA== - dependencies: - "@storybook/addons" "6.5.13" - "@storybook/api" "6.5.13" - "@storybook/client-logger" "6.5.13" - "@storybook/components" "6.5.13" - "@storybook/core-events" "6.5.13" - "@storybook/theming" "6.5.13" +"@storybook/addon-viewport@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/addon-viewport/-/addon-viewport-6.5.16.tgz#226aa0ab93df68264269eb31adb104e7e48f6c68" + integrity sha512-1Vyqf1U6Qng6TXlf4SdqUKyizlw1Wn6+qW8YeA2q1lbkJqn3UlnHXIp8Q0t/5q1dK5BFtREox3+jkGwbJrzkmA== + dependencies: + "@storybook/addons" "6.5.16" + "@storybook/api" "6.5.16" + "@storybook/client-logger" "6.5.16" + "@storybook/components" "6.5.16" + "@storybook/core-events" "6.5.16" + "@storybook/theming" "6.5.16" core-js "^3.8.2" global "^4.4.0" memoizerific "^1.11.3" prop-types "^15.7.2" regenerator-runtime "^0.13.7" -"@storybook/addons@6.5.13", "@storybook/addons@^6.4.19", "@storybook/addons@^6.4.9": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/addons/-/addons-6.5.13.tgz#61ec5eab07879400d423d60bb397880d10ee5e73" - integrity sha512-18CqzNnrGMfeZtiKz+R/3rHtSNnfNwz6y6prIQIbWseK16jY8ELTfIFGviwO5V2OqpbHDQi5+xQQ63QAIb89YA== +"@storybook/addons@6.5.16", "@storybook/addons@^6.4.19", "@storybook/addons@^6.4.9": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/addons/-/addons-6.5.16.tgz#07e8f2205f86fa4c9dada719e3e096cb468e3cdd" + integrity sha512-p3DqQi+8QRL5k7jXhXmJZLsE/GqHqyY6PcoA1oNTJr0try48uhTGUOYkgzmqtDaa/qPFO5LP+xCPzZXckGtquQ== dependencies: - "@storybook/api" "6.5.13" - "@storybook/channels" "6.5.13" - "@storybook/client-logger" "6.5.13" - "@storybook/core-events" "6.5.13" + "@storybook/api" "6.5.16" + "@storybook/channels" "6.5.16" + "@storybook/client-logger" "6.5.16" + "@storybook/core-events" "6.5.16" "@storybook/csf" "0.0.2--canary.4566f4d.1" - "@storybook/router" "6.5.13" - "@storybook/theming" "6.5.13" + "@storybook/router" "6.5.16" + "@storybook/theming" "6.5.16" "@types/webpack-env" "^1.16.0" core-js "^3.8.2" global "^4.4.0" regenerator-runtime "^0.13.7" -"@storybook/api@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/api/-/api-6.5.13.tgz#8671e580721ff68d209fcde2975f967ae79b7d64" - integrity sha512-xVSmB7/IuFd6G7eiJjbI2MuS7SZunoUM6d+YCWpjiehfMeX47MXt1gZtOwFrgJC1ShZlefXFahq/dvxwtmWs+w== +"@storybook/api@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/api/-/api-6.5.16.tgz#897915b76de05587fd702951d5d836f708043662" + integrity sha512-HOsuT8iomqeTMQJrRx5U8nsC7lJTwRr1DhdD0SzlqL4c80S/7uuCy4IZvOt4sYQjOzW5fOo/kamcoBXyLproTA== dependencies: - "@storybook/channels" "6.5.13" - "@storybook/client-logger" "6.5.13" - "@storybook/core-events" "6.5.13" + "@storybook/channels" "6.5.16" + "@storybook/client-logger" "6.5.16" + "@storybook/core-events" "6.5.16" "@storybook/csf" "0.0.2--canary.4566f4d.1" - "@storybook/router" "6.5.13" + "@storybook/router" "6.5.16" "@storybook/semver" "^7.3.2" - "@storybook/theming" "6.5.13" + "@storybook/theming" "6.5.16" core-js "^3.8.2" fast-deep-equal "^3.1.3" global "^4.4.0" @@ -2491,28 +2649,28 @@ ts-dedent "^2.0.0" util-deprecate "^1.0.2" -"@storybook/builder-webpack4@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/builder-webpack4/-/builder-webpack4-6.5.13.tgz#35b22c49562d72934a0bc311657989f3b43be575" - integrity sha512-Agqy3IKPv3Nl8QqdS7PjtqLp+c0BD8+/3A2ki/YfKqVz+F+J34EpbZlh3uU053avm1EoNQHSmhZok3ZlWH6O7A== +"@storybook/builder-webpack4@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/builder-webpack4/-/builder-webpack4-6.5.16.tgz#ac468d244835a7f3bd01936398fee47244da35c1" + integrity sha512-YqDIrVNsUo8r9xc6AxsYDLxVYtMgl5Bxk+8/h1adsOko+jAFhdg6hOcAVxEmoSI0TMASOOVMFlT2hr23ppN2rQ== dependencies: "@babel/core" "^7.12.10" - "@storybook/addons" "6.5.13" - "@storybook/api" "6.5.13" - "@storybook/channel-postmessage" "6.5.13" - "@storybook/channels" "6.5.13" - "@storybook/client-api" "6.5.13" - "@storybook/client-logger" "6.5.13" - "@storybook/components" "6.5.13" - "@storybook/core-common" "6.5.13" - "@storybook/core-events" "6.5.13" - "@storybook/node-logger" "6.5.13" - "@storybook/preview-web" "6.5.13" - "@storybook/router" "6.5.13" + "@storybook/addons" "6.5.16" + "@storybook/api" "6.5.16" + "@storybook/channel-postmessage" "6.5.16" + "@storybook/channels" "6.5.16" + "@storybook/client-api" "6.5.16" + "@storybook/client-logger" "6.5.16" + "@storybook/components" "6.5.16" + "@storybook/core-common" "6.5.16" + "@storybook/core-events" "6.5.16" + "@storybook/node-logger" "6.5.16" + "@storybook/preview-web" "6.5.16" + "@storybook/router" "6.5.16" "@storybook/semver" "^7.3.2" - "@storybook/store" "6.5.13" - "@storybook/theming" "6.5.13" - "@storybook/ui" "6.5.13" + "@storybook/store" "6.5.16" + "@storybook/theming" "6.5.16" + "@storybook/ui" "6.5.16" "@types/node" "^14.0.10 || ^16.0.0" "@types/webpack" "^4.41.26" autoprefixer "^9.8.6" @@ -2545,26 +2703,26 @@ webpack-virtual-modules "^0.2.2" "@storybook/builder-webpack5@^6.4.22": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/builder-webpack5/-/builder-webpack5-6.5.13.tgz#b40a6fc0ff22b6e7c7e1a46a8fc3c24cf14833f8" - integrity sha512-juNH31ZljWbaoBD6Yx2/iQ4G66UBkwq+cFUqLzgVROKMXmYaT0AJYbfyY8CgGqcXkc+sqNA63yWaLWd8/K9vTg== + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/builder-webpack5/-/builder-webpack5-6.5.16.tgz#2f260e29fbc87f6f3bb3212459048ce37f3fb54e" + integrity sha512-kh8Sofm1sbijaHDWtm0sXabqACHVFjikU/fIkkW786kpjoPIPIec1a+hrLgDsZxMU3I7XapSOaCFzWt6FjVXjg== dependencies: "@babel/core" "^7.12.10" - "@storybook/addons" "6.5.13" - "@storybook/api" "6.5.13" - "@storybook/channel-postmessage" "6.5.13" - "@storybook/channels" "6.5.13" - "@storybook/client-api" "6.5.13" - "@storybook/client-logger" "6.5.13" - "@storybook/components" "6.5.13" - "@storybook/core-common" "6.5.13" - "@storybook/core-events" "6.5.13" - "@storybook/node-logger" "6.5.13" - "@storybook/preview-web" "6.5.13" - "@storybook/router" "6.5.13" + "@storybook/addons" "6.5.16" + "@storybook/api" "6.5.16" + "@storybook/channel-postmessage" "6.5.16" + "@storybook/channels" "6.5.16" + "@storybook/client-api" "6.5.16" + "@storybook/client-logger" "6.5.16" + "@storybook/components" "6.5.16" + "@storybook/core-common" "6.5.16" + "@storybook/core-events" "6.5.16" + "@storybook/node-logger" "6.5.16" + "@storybook/preview-web" "6.5.16" + "@storybook/router" "6.5.16" "@storybook/semver" "^7.3.2" - "@storybook/store" "6.5.13" - "@storybook/theming" "6.5.13" + "@storybook/store" "6.5.16" + "@storybook/theming" "6.5.16" "@types/node" "^14.0.10 || ^16.0.0" babel-loader "^8.0.0" babel-plugin-named-exports-order "^0.0.2" @@ -2588,51 +2746,51 @@ webpack-hot-middleware "^2.25.1" webpack-virtual-modules "^0.4.1" -"@storybook/channel-postmessage@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/channel-postmessage/-/channel-postmessage-6.5.13.tgz#cdb36cf4180bd75687c0c4ec75248044ac975828" - integrity sha512-R79MBs0mQ7TV8M/a6x/SiTRyvZBidDfMEEthG7Cyo9p35JYiKOhj2535zhW4qlVMESBu95pwKYBibTjASoStPw== +"@storybook/channel-postmessage@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/channel-postmessage/-/channel-postmessage-6.5.16.tgz#06167c0a66c06b2b5f8ff01d1dd436fff8119a15" + integrity sha512-fZZSN29dsUArWOx7e7lTdMA9+7zijVwCwbvi2Fo4fqhRLh1DsTb/VXfz1FKMCWAjNlcX7QQvV25tnxbqsD6lyw== dependencies: - "@storybook/channels" "6.5.13" - "@storybook/client-logger" "6.5.13" - "@storybook/core-events" "6.5.13" + "@storybook/channels" "6.5.16" + "@storybook/client-logger" "6.5.16" + "@storybook/core-events" "6.5.16" core-js "^3.8.2" global "^4.4.0" qs "^6.10.0" telejson "^6.0.8" -"@storybook/channel-websocket@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/channel-websocket/-/channel-websocket-6.5.13.tgz#b7a55149295a77004bb156a4ceefc44839f52bb3" - integrity sha512-kwh667H+tzCiNvs92GNwYOwVXdj9uHZyieRAN5rJtTBJ7XgLzGkpTEU50mWlbc0nDKhgE0qYvzyr5H393Iy5ug== +"@storybook/channel-websocket@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/channel-websocket/-/channel-websocket-6.5.16.tgz#41f69ca9444a4dfbf72580b4696900c5b1d2b817" + integrity sha512-wJg2lpBjmRC2GJFzmhB9kxlh109VE58r/0WhFtLbwKvPqsvGf82xkBEl6BtBCvIQ4stzYnj/XijjA8qSi2zpOg== dependencies: - "@storybook/channels" "6.5.13" - "@storybook/client-logger" "6.5.13" + "@storybook/channels" "6.5.16" + "@storybook/client-logger" "6.5.16" core-js "^3.8.2" global "^4.4.0" telejson "^6.0.8" -"@storybook/channels@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/channels/-/channels-6.5.13.tgz#f3f86b90a7832484ee3dcbc6845f5a47f62f028f" - integrity sha512-sGYSilE30bz0jG+HdHnkv0B4XkAv2hP+KRZr4xmnv+MOOQpRnZpJ5Z3HVU16s17cj/83NWihKj6BuKcEVzyilg== +"@storybook/channels@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/channels/-/channels-6.5.16.tgz#3fb9a3b5666ecb951a2d0cf8b0699b084ef2d3c6" + integrity sha512-VylzaWQZaMozEwZPJdyJoz+0jpDa8GRyaqu9TGG6QGv+KU5POoZaGLDkRE7TzWkyyP0KQLo80K99MssZCpgSeg== dependencies: core-js "^3.8.2" ts-dedent "^2.0.0" util-deprecate "^1.0.2" -"@storybook/client-api@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/client-api/-/client-api-6.5.13.tgz#0bd89339c08898e0409c5a1dd719ed4807b400cb" - integrity sha512-uH1mAWbidPiuuTdMUVEiuaNOfrYXm+9QLSP1MMYTKULqEOZI5MSOGkEDqRfVWxbYv/iWBOPTQ+OM9TQ6ecYacg== +"@storybook/client-api@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/client-api/-/client-api-6.5.16.tgz#13e5a7c3d1f0f951ec4ef51cfcf2c5aafb560e12" + integrity sha512-i3UwkzzUFw8I+E6fOcgB5sc4oU2fhvaKnqC1mpd9IYGJ9JN9MnGIaVl3Ko28DtFItu/QabC9JsLIJVripFLktQ== dependencies: - "@storybook/addons" "6.5.13" - "@storybook/channel-postmessage" "6.5.13" - "@storybook/channels" "6.5.13" - "@storybook/client-logger" "6.5.13" - "@storybook/core-events" "6.5.13" + "@storybook/addons" "6.5.16" + "@storybook/channel-postmessage" "6.5.16" + "@storybook/channels" "6.5.16" + "@storybook/client-logger" "6.5.16" + "@storybook/core-events" "6.5.16" "@storybook/csf" "0.0.2--canary.4566f4d.1" - "@storybook/store" "6.5.13" + "@storybook/store" "6.5.16" "@types/qs" "^6.9.5" "@types/webpack-env" "^1.16.0" core-js "^3.8.2" @@ -2647,43 +2805,43 @@ ts-dedent "^2.0.0" util-deprecate "^1.0.2" -"@storybook/client-logger@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/client-logger/-/client-logger-6.5.13.tgz#83f332dd9bb4ff1696d16b0cc24561df90905264" - integrity sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA== +"@storybook/client-logger@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/client-logger/-/client-logger-6.5.16.tgz#955cc46b389e7151c9eb1585a75e6a0605af61a1" + integrity sha512-pxcNaCj3ItDdicPTXTtmYJE3YC1SjxFrBmHcyrN+nffeNyiMuViJdOOZzzzucTUG0wcOOX8jaSyak+nnHg5H1Q== dependencies: core-js "^3.8.2" global "^4.4.0" -"@storybook/components@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/components/-/components-6.5.13.tgz#a05fc969458760b348d640f26c2cad310ab35030" - integrity sha512-6Hhx70JK5pGfKCkqMU4yq/BBH+vRTmzj7tZKfPwba+f8VmTMoOr/2ysTQFRtXryiHB6Z15xBYgfq5x2pIwQzLQ== +"@storybook/components@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/components/-/components-6.5.16.tgz#f8dc51213bc08fe32154be964e1e8b0e2f670ed6" + integrity sha512-LzBOFJKITLtDcbW9jXl0/PaG+4xAz25PK8JxPZpIALbmOpYWOAPcO6V9C2heX6e6NgWFMUxjplkULEk9RCQMNA== dependencies: - "@storybook/client-logger" "6.5.13" + "@storybook/client-logger" "6.5.16" "@storybook/csf" "0.0.2--canary.4566f4d.1" - "@storybook/theming" "6.5.13" + "@storybook/theming" "6.5.16" core-js "^3.8.2" memoizerific "^1.11.3" qs "^6.10.0" regenerator-runtime "^0.13.7" util-deprecate "^1.0.2" -"@storybook/core-client@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/core-client/-/core-client-6.5.13.tgz#5e2a155af5773c4211a0e1fcd72e0cefea52b7ae" - integrity sha512-YuELbRokTBdqjbx/R4/7O4rou9kvbBIOJjlUkor9hdLLuJ3P0yGianERGNkZFfvcfMBAxU0p52o7QvDldSR3kA== - dependencies: - "@storybook/addons" "6.5.13" - "@storybook/channel-postmessage" "6.5.13" - "@storybook/channel-websocket" "6.5.13" - "@storybook/client-api" "6.5.13" - "@storybook/client-logger" "6.5.13" - "@storybook/core-events" "6.5.13" +"@storybook/core-client@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/core-client/-/core-client-6.5.16.tgz#ed2328fd38c6111fe887f6a91b28d9dc2b17092a" + integrity sha512-14IRaDrVtKrQ+gNWC0wPwkCNfkZOKghYV/swCUnQX3rP99defsZK8Hc7xHIYoAiOP5+sc3sweRAxgmFiJeQ1Ig== + dependencies: + "@storybook/addons" "6.5.16" + "@storybook/channel-postmessage" "6.5.16" + "@storybook/channel-websocket" "6.5.16" + "@storybook/client-api" "6.5.16" + "@storybook/client-logger" "6.5.16" + "@storybook/core-events" "6.5.16" "@storybook/csf" "0.0.2--canary.4566f4d.1" - "@storybook/preview-web" "6.5.13" - "@storybook/store" "6.5.13" - "@storybook/ui" "6.5.13" + "@storybook/preview-web" "6.5.16" + "@storybook/store" "6.5.16" + "@storybook/ui" "6.5.16" airbnb-js-shims "^2.2.1" ansi-to-html "^0.6.11" core-js "^3.8.2" @@ -2695,10 +2853,10 @@ unfetch "^4.2.0" util-deprecate "^1.0.2" -"@storybook/core-common@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/core-common/-/core-common-6.5.13.tgz#941fe2aea3326c2d524d095870a4150b9f9b1845" - integrity sha512-+DVZrRsteE9pw0X5MNffkdBgejQnbnL+UOG3qXkE9xxUamQALnuqS/w1BzpHE9WmOHuf7RWMKflyQEW3OLKAJg== +"@storybook/core-common@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/core-common/-/core-common-6.5.16.tgz#db80aa6f220a576a83db821f720e103190a914ae" + integrity sha512-2qtnKP3TTOzt2cp6LXKRTh7XrI9z5VanMnMTgeoFcA5ebnndD4V6BExQUdYPClE/QooLx6blUWNgS9dFEpjSqQ== dependencies: "@babel/core" "^7.12.10" "@babel/plugin-proposal-class-properties" "^7.12.1" @@ -2722,7 +2880,7 @@ "@babel/preset-react" "^7.12.10" "@babel/preset-typescript" "^7.12.7" "@babel/register" "^7.12.1" - "@storybook/node-logger" "6.5.13" + "@storybook/node-logger" "6.5.16" "@storybook/semver" "^7.3.2" "@types/node" "^14.0.10 || ^16.0.0" "@types/pretty-hrtime" "^1.0.0" @@ -2739,7 +2897,7 @@ glob "^7.1.6" handlebars "^4.7.7" interpret "^2.2.0" - json5 "^2.1.3" + json5 "^2.2.3" lazy-universal-dotenv "^3.0.1" picomatch "^2.3.0" pkg-dir "^5.0.0" @@ -2751,30 +2909,30 @@ util-deprecate "^1.0.2" webpack "4" -"@storybook/core-events@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/core-events/-/core-events-6.5.13.tgz#a8c0cc92694f09981ca6501d5c5ef328db18db8a" - integrity sha512-kL745tPpRKejzHToA3/CoBNbI+NPRVk186vGxXBmk95OEg0TlwgQExP8BnqEtLlRZMbW08e4+6kilc1M1M4N5w== +"@storybook/core-events@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/core-events/-/core-events-6.5.16.tgz#b1c265dac755007dae172d9d4b72656c9e5d7bb3" + integrity sha512-qMZQwmvzpH5F2uwNUllTPg6eZXr2OaYZQRRN8VZJiuorZzDNdAFmiVWMWdkThwmyLEJuQKXxqCL8lMj/7PPM+g== dependencies: core-js "^3.8.2" -"@storybook/core-server@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/core-server/-/core-server-6.5.13.tgz#5f0f13b73122f73b9d27962616815305da2a5b28" - integrity sha512-vs7tu3kAnFwuINio1p87WyqDNlFyZESmeh9s7vvrZVbe/xS/ElqDscr9DT5seW+jbtxufAaHsx+JUTver1dheQ== +"@storybook/core-server@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/core-server/-/core-server-6.5.16.tgz#f40de3413de49388129d29c74e5e48321af03f12" + integrity sha512-/3NPfmNyply395Dm0zaVZ8P9aruwO+tPx4D6/jpw8aqrRSwvAMndPMpoMCm0NXcpSm5rdX+Je4S3JW6JcggFkA== dependencies: "@discoveryjs/json-ext" "^0.5.3" - "@storybook/builder-webpack4" "6.5.13" - "@storybook/core-client" "6.5.13" - "@storybook/core-common" "6.5.13" - "@storybook/core-events" "6.5.13" + "@storybook/builder-webpack4" "6.5.16" + "@storybook/core-client" "6.5.16" + "@storybook/core-common" "6.5.16" + "@storybook/core-events" "6.5.16" "@storybook/csf" "0.0.2--canary.4566f4d.1" - "@storybook/csf-tools" "6.5.13" - "@storybook/manager-webpack4" "6.5.13" - "@storybook/node-logger" "6.5.13" + "@storybook/csf-tools" "6.5.16" + "@storybook/manager-webpack4" "6.5.16" + "@storybook/node-logger" "6.5.16" "@storybook/semver" "^7.3.2" - "@storybook/store" "6.5.13" - "@storybook/telemetry" "6.5.13" + "@storybook/store" "6.5.16" + "@storybook/telemetry" "6.5.16" "@types/node" "^14.0.10 || ^16.0.0" "@types/node-fetch" "^2.5.7" "@types/pretty-hrtime" "^1.0.0" @@ -2809,18 +2967,18 @@ ws "^8.2.3" x-default-browser "^0.4.0" -"@storybook/core@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/core/-/core-6.5.13.tgz#4c657c5d8d243f1187dad8763a275d555426957e" - integrity sha512-kw1lCgbsxzUimGww6t5rmuWJmFPe9kGGyzIqvj4RC4BBcEsP40LEu9XhSfvnb8vTOLIULFZeZpdRFfJs4TYbUw== +"@storybook/core@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/core/-/core-6.5.16.tgz#ae994f01327fe81b6e652963c35bac7a74f0da06" + integrity sha512-CEF3QFTsm/VMnMKtRNr4rRdLeIkIG0g1t26WcmxTdSThNPBd8CsWzQJ7Jqu7CKiut+MU4A1LMOwbwCE5F2gmyA== dependencies: - "@storybook/core-client" "6.5.13" - "@storybook/core-server" "6.5.13" + "@storybook/core-client" "6.5.16" + "@storybook/core-server" "6.5.16" -"@storybook/csf-tools@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/csf-tools/-/csf-tools-6.5.13.tgz#cb5cd26083a594bf31b19a66a250ad94863822f6" - integrity sha512-63Ev+VmBqzwSwfUzbuXOLKBD5dMTK2zBYLQ9anTVw70FuTikwTsGIbPgb098K0vsxRCgxl7KM7NpivHqtZtdjw== +"@storybook/csf-tools@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/csf-tools/-/csf-tools-6.5.16.tgz#367889a3ddb33c93261129104ec2958215ec5459" + integrity sha512-+WD4sH/OwAfXZX3IN6/LOZ9D9iGEFcN+Vvgv9wOsLRgsAZ10DG/NK6c1unXKDM/ogJtJYccNI8Hd+qNE/GFV6A== dependencies: "@babel/core" "^7.12.10" "@babel/generator" "^7.12.11" @@ -2844,33 +3002,33 @@ dependencies: lodash "^4.17.15" -"@storybook/docs-tools@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/docs-tools/-/docs-tools-6.5.13.tgz#00c7041ac7bc827d12731face909351a5af0cb3f" - integrity sha512-hB+hk+895ny4SW84j3X5iV55DHs3bCfTOp7cDdcZJdQrlm0wuDb4A6d4ffNC7ZLh9VkUjU6ST4VEV5Bb0Cptow== +"@storybook/docs-tools@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/docs-tools/-/docs-tools-6.5.16.tgz#1ec5433eeab63a214d37ffc4660cdaec9704ac39" + integrity sha512-o+rAWPRGifjBF5xZzTKOqnHN3XQWkl0QFJYVDIiJYJrVll7ExCkpEq/PahOGzIBBV+tpMstJgmKM3lr/lu/jmg== dependencies: "@babel/core" "^7.12.10" "@storybook/csf" "0.0.2--canary.4566f4d.1" - "@storybook/store" "6.5.13" + "@storybook/store" "6.5.16" core-js "^3.8.2" doctrine "^3.0.0" lodash "^4.17.21" regenerator-runtime "^0.13.7" -"@storybook/manager-webpack4@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/manager-webpack4/-/manager-webpack4-6.5.13.tgz#73350ac3e8a10494158df3c1ea01dd7f329bec8e" - integrity sha512-pURzS5W3XM0F7bCBWzpl7TRsuy+OXFwLXiWLaexuvo0POZe31Ueo2A1R4rx3MT5Iee8O9mYvG2XTmvK9MlLefQ== +"@storybook/manager-webpack4@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/manager-webpack4/-/manager-webpack4-6.5.16.tgz#7033228d38f048ceff3d403ba918d7f206b926a5" + integrity sha512-5VJZwmQU6AgdsBPsYdu886UKBHQ9SJEnFMaeUxKEclXk+iRsmbzlL4GHKyVd6oGX/ZaecZtcHPR6xrzmA4Ziew== dependencies: "@babel/core" "^7.12.10" "@babel/plugin-transform-template-literals" "^7.12.1" "@babel/preset-react" "^7.12.10" - "@storybook/addons" "6.5.13" - "@storybook/core-client" "6.5.13" - "@storybook/core-common" "6.5.13" - "@storybook/node-logger" "6.5.13" - "@storybook/theming" "6.5.13" - "@storybook/ui" "6.5.13" + "@storybook/addons" "6.5.16" + "@storybook/core-client" "6.5.16" + "@storybook/core-common" "6.5.16" + "@storybook/node-logger" "6.5.16" + "@storybook/theming" "6.5.16" + "@storybook/ui" "6.5.16" "@types/node" "^14.0.10 || ^16.0.0" "@types/webpack" "^4.41.26" babel-loader "^8.0.0" @@ -2899,19 +3057,19 @@ webpack-virtual-modules "^0.2.2" "@storybook/manager-webpack5@^6.4.22": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/manager-webpack5/-/manager-webpack5-6.5.13.tgz#3d88d4ec7dfce6413da944e94e28f3b7a1af4b51" - integrity sha512-lQEZacSfeRsbqfJE7TVk35Hm1vkr0I2i1pyYqM+4862gRbMh1nJQXbJ5GqZ+Fo/bf0ZfyFZ32jGDIJAFdlpkuQ== + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/manager-webpack5/-/manager-webpack5-6.5.16.tgz#48b223557d9633614ff8c6e3227c01a57ab4eb55" + integrity sha512-OtxXv8JCe0r/0rE5HxaFicsNsXA+fqZxzokxquFFgrYf/1Jg4d7QX6/pG5wINF+5qInJfVkRG6xhPzv1s5bk9Q== dependencies: "@babel/core" "^7.12.10" "@babel/plugin-transform-template-literals" "^7.12.1" "@babel/preset-react" "^7.12.10" - "@storybook/addons" "6.5.13" - "@storybook/core-client" "6.5.13" - "@storybook/core-common" "6.5.13" - "@storybook/node-logger" "6.5.13" - "@storybook/theming" "6.5.13" - "@storybook/ui" "6.5.13" + "@storybook/addons" "6.5.16" + "@storybook/core-client" "6.5.16" + "@storybook/core-common" "6.5.16" + "@storybook/node-logger" "6.5.16" + "@storybook/theming" "6.5.16" + "@storybook/ui" "6.5.16" "@types/node" "^14.0.10 || ^16.0.0" babel-loader "^8.0.0" case-sensitive-paths-webpack-plugin "^2.3.0" @@ -2953,10 +3111,10 @@ prettier ">=2.2.1 <=2.3.0" ts-dedent "^2.0.0" -"@storybook/node-logger@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/node-logger/-/node-logger-6.5.13.tgz#f4833ae220efe841747c4fead26419d6625af8d9" - integrity sha512-/r5aVZAqZRoy5FyNk/G4pj7yKJd3lJfPbAaOHVROv2IF7PJP/vtRaDkcfh0g2U6zwuDxGIqSn80j+qoEli9m5A== +"@storybook/node-logger@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/node-logger/-/node-logger-6.5.16.tgz#d57fd6204c2abfbc297551d98ad5475dd73207cc" + integrity sha512-YjhBKrclQtjhqFNSO+BZK+RXOx6EQypAELJKoLFaawg331e8VUfvUuRCNB3fcEWp8G9oH13PQQte0OTjLyyOYg== dependencies: "@types/npmlog" "^4.1.2" chalk "^4.1.0" @@ -2964,24 +3122,24 @@ npmlog "^5.0.1" pretty-hrtime "^1.0.3" -"@storybook/postinstall@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/postinstall/-/postinstall-6.5.13.tgz#b57b68682b853fd451061c06becd1eff18a75cf8" - integrity sha512-qmqP39FGIP5NdhXC5IpAs9cFoYx9fg1psoQKwb9snYb98eVQU31uHc1W2MBUh3lG4AjAm7pQaXJci7ti4jOh3g== +"@storybook/postinstall@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/postinstall/-/postinstall-6.5.16.tgz#20aa02fd4513fa0b60ed838b413c46f351f64f60" + integrity sha512-08K2q+qN6pqyPW7PHLCZ5G5Xa6Wosd6t0F16PQ4abX2ItlJLabVoJN5mZ0gm/aeLTjD8QYr8IDvacu4eXh0SVA== dependencies: core-js "^3.8.2" -"@storybook/preview-web@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/preview-web/-/preview-web-6.5.13.tgz#332cac4c95e3fd760c9eb8448dfa50fdb3b6255b" - integrity sha512-GNNYVzw4SmRua3dOc52Ye6Us4iQbq5GKQ56U3iwnzZM3TBdJB+Rft94Fn1/pypHujEHS8hl5Xgp9td6C1lLCow== +"@storybook/preview-web@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/preview-web/-/preview-web-6.5.16.tgz#1d32a72be25776f9597e33ffc1914f3430fae689" + integrity sha512-IJnvfe2sKCfk7apN9Fu9U8qibbarrPX5JB55ZzK1amSHVmSDuYk5MIMc/U3NnSQNnvd1DO5v/zMcGgj563hrtg== dependencies: - "@storybook/addons" "6.5.13" - "@storybook/channel-postmessage" "6.5.13" - "@storybook/client-logger" "6.5.13" - "@storybook/core-events" "6.5.13" + "@storybook/addons" "6.5.16" + "@storybook/channel-postmessage" "6.5.16" + "@storybook/client-logger" "6.5.16" + "@storybook/core-events" "6.5.16" "@storybook/csf" "0.0.2--canary.4566f4d.1" - "@storybook/store" "6.5.13" + "@storybook/store" "6.5.16" ansi-to-html "^0.6.11" core-js "^3.8.2" global "^4.4.0" @@ -3007,23 +3165,23 @@ tslib "^2.0.0" "@storybook/react@^6.4.19", "@storybook/react@^6.4.9": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/react/-/react-6.5.13.tgz#9b02c4515b6c6a13ce92f1bb4869c20c8ae05dfa" - integrity sha512-4gO8qihEkVZ8RNm9iQd7G2iZz4rRAHizJ6T5m58Sn21fxfyg9zAMzhgd0JzXuPXR8lTTj4AvRyPv1Qx7b43smg== + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/react/-/react-6.5.16.tgz#f7b82ba87f5bb73b4e4e83cce298a98710a88398" + integrity sha512-cBtNlOzf/MySpNLBK22lJ8wFU22HnfTB2xJyBk7W7Zi71Lm7Uxkhv1Pz8HdiQndJ0SlsAAQOWjQYsSZsGkZIaA== dependencies: "@babel/preset-flow" "^7.12.1" "@babel/preset-react" "^7.12.10" "@pmmmwh/react-refresh-webpack-plugin" "^0.5.3" - "@storybook/addons" "6.5.13" - "@storybook/client-logger" "6.5.13" - "@storybook/core" "6.5.13" - "@storybook/core-common" "6.5.13" + "@storybook/addons" "6.5.16" + "@storybook/client-logger" "6.5.16" + "@storybook/core" "6.5.16" + "@storybook/core-common" "6.5.16" "@storybook/csf" "0.0.2--canary.4566f4d.1" - "@storybook/docs-tools" "6.5.13" - "@storybook/node-logger" "6.5.13" + "@storybook/docs-tools" "6.5.16" + "@storybook/node-logger" "6.5.16" "@storybook/react-docgen-typescript-plugin" "1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0" "@storybook/semver" "^7.3.2" - "@storybook/store" "6.5.13" + "@storybook/store" "6.5.16" "@types/estree" "^0.0.51" "@types/node" "^14.14.20 || ^16.0.0" "@types/webpack-env" "^1.16.0" @@ -3047,12 +3205,12 @@ util-deprecate "^1.0.2" webpack ">=4.43.0 <6.0.0" -"@storybook/router@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/router/-/router-6.5.13.tgz#c8bfed96f2343b097d416cfc95194038365fce94" - integrity sha512-sf5aogfirH5ucD0d0hc2mKf2iyWsZsvXhr5kjxUQmgkcoflkGUWhc34sbSQVRQ1i8K5lkLIDH/q2s1Zr2SbzhQ== +"@storybook/router@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/router/-/router-6.5.16.tgz#28fb4d34e8219351a40bee1fc94dcacda6e1bd8b" + integrity sha512-ZgeP8a5YV/iuKbv31V8DjPxlV4AzorRiR8OuSt/KqaiYXNXlOoQDz/qMmiNcrshrfLpmkzoq7fSo4T8lWo2UwQ== dependencies: - "@storybook/client-logger" "6.5.13" + "@storybook/client-logger" "6.5.16" core-js "^3.8.2" memoizerific "^1.11.3" qs "^6.10.0" @@ -3066,30 +3224,30 @@ core-js "^3.6.5" find-up "^4.1.0" -"@storybook/source-loader@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/source-loader/-/source-loader-6.5.13.tgz#40e6e42888b8c12b43a505ffa6c6f1f2cebb0b0d" - integrity sha512-tHuM8PfeB/0m+JigbaFp+Ld0euFH+fgOObH2W9rjEXy5vnwmaeex/JAdCprv4oL+LcDQEERqNULUUNIvbcTPAg== +"@storybook/source-loader@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/source-loader/-/source-loader-6.5.16.tgz#b691a024e6ff36bbd1144ecb4a65986f0e149741" + integrity sha512-fyVl4jrM/5JLrb48aqXPu7sTsmySQaVGFp1zfeqvPPlJRFMastDrePm5XGPN7Qjv1wsKmpuBvuweFKOT1pru3g== dependencies: - "@storybook/addons" "6.5.13" - "@storybook/client-logger" "6.5.13" + "@storybook/addons" "6.5.16" + "@storybook/client-logger" "6.5.16" "@storybook/csf" "0.0.2--canary.4566f4d.1" core-js "^3.8.2" estraverse "^5.2.0" global "^4.4.0" - loader-utils "^2.0.0" + loader-utils "^2.0.4" lodash "^4.17.21" prettier ">=2.2.1 <=2.3.0" regenerator-runtime "^0.13.7" -"@storybook/store@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/store/-/store-6.5.13.tgz#0281bdf0e24c880f85ea75ae47b6a84e8545b5f8" - integrity sha512-GG6lm+8fBX1tNUnX7x3raBOjYhhf14bPWLtYiPlxDTFEMs3sJte7zWKZq6NQ79MoBLL6jjzTeolBfDCBw6fiWQ== +"@storybook/store@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/store/-/store-6.5.16.tgz#b308701293a3a11bfcc766770584495874fd17da" + integrity sha512-g+bVL5hmMq/9cM51K04e37OviUPHT0rHHrRm5wj/hrf18Kd9120b3sxdQ5Dc+HZ292yuME0n+cyrQPTYx9Epmw== dependencies: - "@storybook/addons" "6.5.13" - "@storybook/client-logger" "6.5.13" - "@storybook/core-events" "6.5.13" + "@storybook/addons" "6.5.16" + "@storybook/client-logger" "6.5.16" + "@storybook/core-events" "6.5.16" "@storybook/csf" "0.0.2--canary.4566f4d.1" core-js "^3.8.2" fast-deep-equal "^3.1.3" @@ -3103,13 +3261,13 @@ ts-dedent "^2.0.0" util-deprecate "^1.0.2" -"@storybook/telemetry@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/telemetry/-/telemetry-6.5.13.tgz#a190001f679ce7899c72b53710765685281fe567" - integrity sha512-PFJEfGbunmfFWabD3rdCF8EHH+45578OHOkMPpXJjqXl94vPQxUH2XTVKQgEQJbYrgX0Vx9Z4tSkdMHuzYDbWQ== +"@storybook/telemetry@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/telemetry/-/telemetry-6.5.16.tgz#b13c8133e02c28e37b7716c987e7414b1ddc5363" + integrity sha512-CWr5Uko1l9jJW88yTXsZTj/3GTabPvw0o7pDPOXPp8JRZiJTxv1JFaFCafhK9UzYbgcRuGfCC8kEWPZims7iKA== dependencies: - "@storybook/client-logger" "6.5.13" - "@storybook/core-common" "6.5.13" + "@storybook/client-logger" "6.5.16" + "@storybook/core-common" "6.5.16" chalk "^4.1.0" core-js "^3.8.2" detect-package-manager "^2.0.1" @@ -3121,74 +3279,74 @@ read-pkg-up "^7.0.1" regenerator-runtime "^0.13.7" -"@storybook/theming@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-6.5.13.tgz#3f905eb9f72ddc28d096384290999057987f3083" - integrity sha512-oif5NGFAUQhizo50r+ctw2hZNLWV4dPHai+L/gFvbaSeRBeHSNkIcMoZ2FlrO566HdGZTDutYXcR+xus8rI28g== +"@storybook/theming@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-6.5.16.tgz#b999bdb98945b605b93b9dfdf7408535b701e2aa" + integrity sha512-hNLctkjaYLRdk1+xYTkC1mg4dYz2wSv6SqbLpcKMbkPHTE0ElhddGPHQqB362md/w9emYXNkt1LSMD8Xk9JzVQ== dependencies: - "@storybook/client-logger" "6.5.13" + "@storybook/client-logger" "6.5.16" core-js "^3.8.2" memoizerific "^1.11.3" regenerator-runtime "^0.13.7" -"@storybook/ui@6.5.13": - version "6.5.13" - resolved "https://registry.yarnpkg.com/@storybook/ui/-/ui-6.5.13.tgz#16b25fd839cdafc2b9989c548bc1ffb711b33dee" - integrity sha512-MklJuSg4Bc+MWjwhZVmZhJaucaeEBUMMa2V9oRWbIgZOdRHqdW72S2vCbaarDAYfBQdnfaoq1GkSQiw+EnWOzA== - dependencies: - "@storybook/addons" "6.5.13" - "@storybook/api" "6.5.13" - "@storybook/channels" "6.5.13" - "@storybook/client-logger" "6.5.13" - "@storybook/components" "6.5.13" - "@storybook/core-events" "6.5.13" - "@storybook/router" "6.5.13" +"@storybook/ui@6.5.16": + version "6.5.16" + resolved "https://registry.yarnpkg.com/@storybook/ui/-/ui-6.5.16.tgz#c73bf456e672ecf2370b4365070088487fc0ce57" + integrity sha512-rHn/n12WM8BaXtZ3IApNZCiS+C4Oc5+Lkl4MoctX8V7QSml0SxZBB5hsJ/AiWkgbRxjQpa/L/Nt7/Qw0FjTH/A== + dependencies: + "@storybook/addons" "6.5.16" + "@storybook/api" "6.5.16" + "@storybook/channels" "6.5.16" + "@storybook/client-logger" "6.5.16" + "@storybook/components" "6.5.16" + "@storybook/core-events" "6.5.16" + "@storybook/router" "6.5.16" "@storybook/semver" "^7.3.2" - "@storybook/theming" "6.5.13" + "@storybook/theming" "6.5.16" core-js "^3.8.2" memoizerific "^1.11.3" qs "^6.10.0" regenerator-runtime "^0.13.7" resolve-from "^5.0.0" -"@styled-icons/bootstrap@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/bootstrap/-/bootstrap-10.46.0.tgz#fc70c883a3ee94038a873f6cd4484e9623f41579" - integrity sha512-Lbf65X45/M+I8j2czmR79+qmA2IK5XqihF7zH32XXN62+V+cgDxDNXlkz6xGkUk0TK/DVx7BxIfIx1EG5kyUhg== +"@styled-icons/bootstrap@10.47.0": + version "10.47.0" + resolved "https://registry.yarnpkg.com/@styled-icons/bootstrap/-/bootstrap-10.47.0.tgz#c3e363dfe87b732a5da818f320f90f5ab4961b84" + integrity sha512-xpnPdrLhAhpTRE4iljQIEK73twVj7VPglwHSL+8nQdH7EsW5RJIOWsmlkZMyqhQHN0H7fGmT10F3/6OQhSpfGg== dependencies: - "@babel/runtime" "^7.19.0" + "@babel/runtime" "^7.20.7" "@styled-icons/styled-icon" "^10.7.0" -"@styled-icons/boxicons-logos@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/boxicons-logos/-/boxicons-logos-10.46.0.tgz#2e829b6c664a8de179648ee31bef43703e31c62a" - integrity sha512-+i85m0XqTN1VJPWqQuBgELuh0fljE5vrFtoXSlBNXLuRDSFXg587S+3SzoqgD5q0b/lkP9hNUUTJtKi7zjfOnA== +"@styled-icons/boxicons-logos@10.47.0": + version "10.47.0" + resolved "https://registry.yarnpkg.com/@styled-icons/boxicons-logos/-/boxicons-logos-10.47.0.tgz#8a21a61d202e3ae2dfdec24d80897c3262777841" + integrity sha512-eDZfiTjBth4MsCX83ZfiWIoYGU494NxZgAxyf7S0ky2ZRsJnq/Cs7crH4hKWUTaLvCo0XRJmLeA3Us2tZFiItg== dependencies: - "@babel/runtime" "^7.19.0" + "@babel/runtime" "^7.20.7" "@styled-icons/styled-icon" "^10.7.0" -"@styled-icons/boxicons-regular@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/boxicons-regular/-/boxicons-regular-10.46.0.tgz#4b1cbccaec01cae908194ba289343573949a9612" - integrity sha512-lru8i8Q62gC5UZchdpSC0gJgov7cCU114YBhK8JRdLJ8gQFPJgxOafSnqHtcHf3e4TvuSMcXBH9Z/gOjUzEb7g== +"@styled-icons/boxicons-regular@10.47.0": + version "10.47.0" + resolved "https://registry.yarnpkg.com/@styled-icons/boxicons-regular/-/boxicons-regular-10.47.0.tgz#6318dd8ba9bfbf143c3a32c9d1c72479d376bd3a" + integrity sha512-z8KczDp4VArXvOn8i2j66Xs4oX9oiiJEhMoHydY3uC9kdtImcxhZ/xHPrgTJLkbK6f5ikwB4CKVnSqQGzzAJNw== dependencies: - "@babel/runtime" "^7.19.0" + "@babel/runtime" "^7.20.7" "@styled-icons/styled-icon" "^10.7.0" -"@styled-icons/boxicons-solid@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/boxicons-solid/-/boxicons-solid-10.46.0.tgz#d2ba65b4ea3dc2e34557e8f8c44c3a066cc2a108" - integrity sha512-fXbuFeXmrcHquTqYzRl7a9ZNSqPlr4vgAEItpb8bk/81G3Jo//TJKC0QOtwDtWkeqisx5WFFfpd/7H8D82CSIg== +"@styled-icons/boxicons-solid@10.47.0": + version "10.47.0" + resolved "https://registry.yarnpkg.com/@styled-icons/boxicons-solid/-/boxicons-solid-10.47.0.tgz#1b84245f3cbb8837e9ff2a6bd3563276e49d8e21" + integrity sha512-M795TXYtSJCpfr+ukHZfH9mA0j5MPlB5vwRCnU3O+dojAYla/zoaSashjhUbmlgzKNwALWNfzOqicSCAzU2fhg== dependencies: - "@babel/runtime" "^7.19.0" + "@babel/runtime" "^7.20.7" "@styled-icons/styled-icon" "^10.7.0" -"@styled-icons/crypto@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/crypto/-/crypto-10.46.0.tgz#ce5441f92ba5303456798dc5e9c4ee4379309e8f" - integrity sha512-V0vxzm2mJv0iECLC+cBVowqnKHSeAjaY5I7rvpN7UETuggM3kEBznNo45PBJB2hxbjUfKARfjWm5GDVNYwCf0Q== +"@styled-icons/crypto@10.47.0": + version "10.47.0" + resolved "https://registry.yarnpkg.com/@styled-icons/crypto/-/crypto-10.47.0.tgz#056ff80eb342b6fa200736cb975b5d0988a3f47c" + integrity sha512-2hSOo1yb3ZEEOJAv9OBZLf3KQ8ujJrLw1uVDINJa7zLGuSfEWawnlkv/T2B0zQkOm0Hb6gikTRTAkLr4gyIS4Q== dependencies: - "@babel/runtime" "^7.19.0" + "@babel/runtime" "^7.20.7" "@styled-icons/styled-icon" "^10.7.0" "@styled-icons/entypo-social@10.46.0": @@ -3231,52 +3389,52 @@ "@babel/runtime" "^7.19.0" "@styled-icons/styled-icon" "^10.7.0" -"@styled-icons/fa-brands@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/fa-brands/-/fa-brands-10.46.0.tgz#af11fd39d00616cb74a6925c1bff36f19621bb24" - integrity sha512-SAxmTrec9FlXQMrAD4h+BakyRfLeiebjcbkdnmM0kU+PTQ+EazPPtb4eAnkB2wYBgLEbXjXItAiMi0BcRZw6iw== +"@styled-icons/fa-brands@10.47.0": + version "10.47.0" + resolved "https://registry.yarnpkg.com/@styled-icons/fa-brands/-/fa-brands-10.47.0.tgz#f21190720a614319ef52d39afe0f2518ae0bbd16" + integrity sha512-w+G31+61nBnjxzCwMs+H9rNm9jl+HhtRgZYvNd+2NKQn1dRbHbBVXzQEHCOL6hksvkDbIa0iPrenqMU6pB+wZQ== dependencies: - "@babel/runtime" "^7.19.0" + "@babel/runtime" "^7.20.7" "@styled-icons/styled-icon" "^10.7.0" -"@styled-icons/fa-regular@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/fa-regular/-/fa-regular-10.46.0.tgz#65954f0970d62b946a0fb98e00f11cc85c1be3c9" - integrity sha512-VdjLeXxJeymmlL+Rt2vub5ZsJHuQJYsi3E7svEiec/f7U73kK4DyQ3l0dgQS6hhfAhn6unoOwpsV1URsrb+skA== +"@styled-icons/fa-regular@10.47.0": + version "10.47.0" + resolved "https://registry.yarnpkg.com/@styled-icons/fa-regular/-/fa-regular-10.47.0.tgz#0c2e3196bec0706d2cb7fce5f7f49fdefc15e3b1" + integrity sha512-UL/MwhwlJ5SbcioI+UBR8KocYt6i+20akKn1ZNj0Pjgm2kv2odEJSWWkHCxh8J7T7s0q/Wvs3CMsBTMrKdKDpQ== dependencies: - "@babel/runtime" "^7.19.0" + "@babel/runtime" "^7.20.7" "@styled-icons/styled-icon" "^10.7.0" -"@styled-icons/fa-solid@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/fa-solid/-/fa-solid-10.46.0.tgz#58cb396955db9b9f19fa1982f52e7d7bfad5af13" - integrity sha512-P6WxqPaBp9EbgPOlfOw9vFKie/+3D51AzFwgeTDs/7CWUpyoDjpRE2dFsPwxAHo0qbF/nspkkrpn+qft2Rdkvg== +"@styled-icons/fa-solid@10.47.0": + version "10.47.0" + resolved "https://registry.yarnpkg.com/@styled-icons/fa-solid/-/fa-solid-10.47.0.tgz#011ffe890054f10957e247a798214c304e2f95c3" + integrity sha512-8AJjbOAkvPlB/ypFzWo++CZxRDlFQfvWQSjWzVU/v/4kjGRWIiVB+rJrTB7joDUd5Oas/se4cSiDkSA+XR/Fqg== dependencies: - "@babel/runtime" "^7.19.0" + "@babel/runtime" "^7.20.7" "@styled-icons/styled-icon" "^10.7.0" -"@styled-icons/feather@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/feather/-/feather-10.46.0.tgz#404c7c37ba2bba9c0c6a2cbb953ae9451820be0d" - integrity sha512-Pluic9wCJENvuhc/QXwmnJ/VP575k+c3BGdEZRzI7uBfZcSvG9hXoLWaLrxQNIWI46hCZFSlkZQGTKZ7dAxC9Q== +"@styled-icons/feather@10.47.0": + version "10.47.0" + resolved "https://registry.yarnpkg.com/@styled-icons/feather/-/feather-10.47.0.tgz#20e1bbc38e12a99fbda3889a8d1d025b3a8ce76f" + integrity sha512-w6F3s1B4DaQGLr4AZZ0PffZQOnPSRqr3npHoTvk4Juz4uTjw9/oHolcrTxPyJas9gXAV1kCLbeiaxTR6JVxJPw== dependencies: - "@babel/runtime" "^7.19.0" + "@babel/runtime" "^7.20.7" "@styled-icons/styled-icon" "^10.7.0" -"@styled-icons/fluentui-system-filled@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/fluentui-system-filled/-/fluentui-system-filled-10.46.0.tgz#2f29105472eb8e124d838c96cdca0ad63cf0b817" - integrity sha512-qo05JapoosiGwMLtgmQNREydNudMiNKFdj2XgauvAz71X5x591gPMwIzHn4ssoYnk2kMRswN8/ohJZAnEW/Tnw== +"@styled-icons/fluentui-system-filled@10.47.0": + version "10.47.0" + resolved "https://registry.yarnpkg.com/@styled-icons/fluentui-system-filled/-/fluentui-system-filled-10.47.0.tgz#82abb14956b867657722a2558d08ef9024879a2e" + integrity sha512-jAO8bs9SY/5Xu2vxg5sJmnD5YA966G2m2qU4ezlDbLDIXSaX/1qUBUivBFSWCDn4q5rslegzD1rhc9FncgPbSw== dependencies: - "@babel/runtime" "^7.19.0" + "@babel/runtime" "^7.20.7" "@styled-icons/styled-icon" "^10.7.0" -"@styled-icons/fluentui-system-regular@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/fluentui-system-regular/-/fluentui-system-regular-10.46.0.tgz#16c4cff965ddf96f37c133b17f59e9ca228266d8" - integrity sha512-Ojn2nGx2NY2QnELYG07k7uPXQ6jZ4MKeloby3wNgyncmcMikANPeMs0IJXWeUlW3YcOGMjnVYPq/A8v7QPJ0dQ== +"@styled-icons/fluentui-system-regular@10.47.0": + version "10.47.0" + resolved "https://registry.yarnpkg.com/@styled-icons/fluentui-system-regular/-/fluentui-system-regular-10.47.0.tgz#f82d96d22748b994212e751e89924526131f4ea8" + integrity sha512-x1TmxKS6mpX+QJw8ismT3rNa6TPvKYftmQRy57LbdNE9L5FkyWldrumPboZGKWi/oNiBn6SBelPeqv8LPFXNHQ== dependencies: - "@babel/runtime" "^7.19.0" + "@babel/runtime" "^7.20.7" "@styled-icons/styled-icon" "^10.7.0" "@styled-icons/foundation@10.46.0": @@ -3287,20 +3445,20 @@ "@babel/runtime" "^7.19.0" "@styled-icons/styled-icon" "^10.7.0" -"@styled-icons/heroicons-outline@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/heroicons-outline/-/heroicons-outline-10.46.0.tgz#ddd4f5f8e240743f028f5446c789b54b6b2496fa" - integrity sha512-VRzbF7jMUxpZsPaYOpbRZ5uIIlQgyA63/1E74jNxcH5USqp87Ukr7+GXStDbgR+0rNMFfBiBUbeWBnkVlDhRsw== +"@styled-icons/heroicons-outline@10.47.0": + version "10.47.0" + resolved "https://registry.yarnpkg.com/@styled-icons/heroicons-outline/-/heroicons-outline-10.47.0.tgz#6b413931003a640faf98b82bedaf864b1a479143" + integrity sha512-C7bcJ/YPVKACoQLSBDM9DkgmrO1HmqAaru9kqYK2V+GaGUW5raf6dyTLo7GUYt/CJ7p3qWxsBz3SX6djzdaODQ== dependencies: - "@babel/runtime" "^7.19.0" + "@babel/runtime" "^7.20.7" "@styled-icons/styled-icon" "^10.7.0" -"@styled-icons/heroicons-solid@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/heroicons-solid/-/heroicons-solid-10.46.0.tgz#56682bf988797d21847fb6a90e996091ce32c19e" - integrity sha512-cm2TxlYdW4WhQmDxDj+bVgY74WQglwwFpb6FWVX752+ZCY7ljedujCDYpShj9IYX8F56jFQCg9/Ijd46LpjoRQ== +"@styled-icons/heroicons-solid@10.47.0": + version "10.47.0" + resolved "https://registry.yarnpkg.com/@styled-icons/heroicons-solid/-/heroicons-solid-10.47.0.tgz#4457463fe15c8bf8c357bf22dd16d3e579a5e163" + integrity sha512-j+tJx2NzLG2tc91IXJVwKNjsI/osxmak+wmLfnfBsB+49srpxMYjuLPMtl9ZY/xgbNsWO36O+/N5Zf5bkgiKcQ== dependencies: - "@babel/runtime" "^7.19.0" + "@babel/runtime" "^7.20.7" "@styled-icons/styled-icon" "^10.7.0" "@styled-icons/icomoon@10.46.0": @@ -3335,52 +3493,52 @@ "@babel/runtime" "^7.19.0" "@styled-icons/styled-icon" "^10.7.0" -"@styled-icons/material-outlined@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/material-outlined/-/material-outlined-10.46.0.tgz#ee14a81e26ac0d7780be5109b14456772d79529a" - integrity sha512-4TTzv/R/V7yUeO1n4xjlcipLIDBs6RzpMeiF5jrzC2hnaLhF304bV3rPlCPzmlTi433CCWo7cadb0p+tePsvzQ== +"@styled-icons/material-outlined@10.47.0": + version "10.47.0" + resolved "https://registry.yarnpkg.com/@styled-icons/material-outlined/-/material-outlined-10.47.0.tgz#d799a14c1cbbd4d730d046d9f791f108e907fd34" + integrity sha512-/QeDSGXlfRoIsgx4g4Hb//xhsucD4mJJsNPk/e1XzckxkNG+YHCIjbAHzDwxwNfSCJYcTDcOp2SZcoS7iyNGlw== dependencies: - "@babel/runtime" "^7.19.0" + "@babel/runtime" "^7.20.7" "@styled-icons/styled-icon" "^10.7.0" -"@styled-icons/material-rounded@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/material-rounded/-/material-rounded-10.46.0.tgz#b2cd05c0a1d1753d458192b51c36f321e7c59698" - integrity sha512-XVdZLoa1ETblaojgbKfDiCWXqfSpcGdnaXd1kc2jKTtS0gp4brje9mndsXnvRLjpUw1H4WhOI4ty9/Cmz1Hvig== +"@styled-icons/material-rounded@10.47.0": + version "10.47.0" + resolved "https://registry.yarnpkg.com/@styled-icons/material-rounded/-/material-rounded-10.47.0.tgz#c2a9e8277ba88949caffe08d42360d7aa45afaa8" + integrity sha512-+ByhDd1FJept3k8iBDxMWSzmIh29UrgZTIzh2pADWldGrsD/2JKdsC7knQghSj9uCevHNMKEeVaYBQMLoNUjvw== dependencies: - "@babel/runtime" "^7.19.0" + "@babel/runtime" "^7.20.7" "@styled-icons/styled-icon" "^10.7.0" -"@styled-icons/material-sharp@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/material-sharp/-/material-sharp-10.46.0.tgz#e310193318cb057d9d32a1efe1182b8199e66a50" - integrity sha512-cbUPayb4wd967hDZFeNdnWbfaaLa1MaUEqsejLx6hVtW1+mz2+jZKvB897sVUvFbRF0CjIjEtuV6sxB64VWO9g== +"@styled-icons/material-sharp@10.47.0": + version "10.47.0" + resolved "https://registry.yarnpkg.com/@styled-icons/material-sharp/-/material-sharp-10.47.0.tgz#d019acd9acf49e81b81a10d0ccf06356d301ab7f" + integrity sha512-U9bjvur/vawfiBhE75efNOF4WkSAygn26bQvHFJPc71ZCisvgJncnlSmR0rUgWnu7Cp/qg6faDH5CKDXBmGWCA== dependencies: - "@babel/runtime" "^7.19.0" + "@babel/runtime" "^7.20.7" "@styled-icons/styled-icon" "^10.7.0" -"@styled-icons/material-twotone@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/material-twotone/-/material-twotone-10.46.0.tgz#e09427cc2ee9bf2c99872df0710a136b38ef2012" - integrity sha512-aTI0f1YrwY5b0nbxHXi5/0784hty3OjxQeiyViC6C7IpbYqvwEmfpS2VMZC+MzOTNW3mNFGhiT2nZXpzuUDZGQ== +"@styled-icons/material-twotone@10.47.0": + version "10.47.0" + resolved "https://registry.yarnpkg.com/@styled-icons/material-twotone/-/material-twotone-10.47.0.tgz#0308c1b26cc42c77ed3f4f82150666192dfee262" + integrity sha512-c4Q1r0EJaDEI1/IsBWo0Mo8lZZvtA/3Or1ScUcmjwKBZxpR8960uGy4CReLzBPALC4L6aPiM1H168fz39fm4oQ== dependencies: - "@babel/runtime" "^7.19.0" + "@babel/runtime" "^7.20.7" "@styled-icons/styled-icon" "^10.7.0" -"@styled-icons/material@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/material/-/material-10.46.0.tgz#394814fcb2afa8c9dfdaeedc92ffcb82713d83b5" - integrity sha512-kE4G51Y4YxNf+6jtnKrQl8+xYVwhOiOmJWkAPtY2DYOKYszMEZzH7qUcQzhLvGQuj12/h+oSpBDP/IEPcDIyXQ== +"@styled-icons/material@10.47.0": + version "10.47.0" + resolved "https://registry.yarnpkg.com/@styled-icons/material/-/material-10.47.0.tgz#23c19f9659cd135ea44550b88393621bb81f81b4" + integrity sha512-6fwoLPHg3P9O/iXSblQ67mchgURJvhU7mfba29ICfpg62zJ/loEalUgspm1GGtYVSPtkejshVWUtV99dXpcQfg== dependencies: - "@babel/runtime" "^7.19.0" + "@babel/runtime" "^7.20.7" "@styled-icons/styled-icon" "^10.7.0" -"@styled-icons/octicons@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/octicons/-/octicons-10.46.0.tgz#f4ca06a2aa19c2baf3b18eb45e3d410fac800561" - integrity sha512-lso641QwWs+BF4KTSCMDWP3vTbd5yLcmaSnyfE5CNu9dHG4TDCvos3xNSeTuIUchyRXvsaYu7pHaxLwYqdoTmA== +"@styled-icons/octicons@10.47.0": + version "10.47.0" + resolved "https://registry.yarnpkg.com/@styled-icons/octicons/-/octicons-10.47.0.tgz#a062f275730c1bf70df0b19fe41e9f0db9c24f5d" + integrity sha512-JOqEbwbh23u/AdaINod8ZeVN5MEcOvkSeMTwGIPaPgz5PNuWRj/+1LpixmBeZjAr/WhB0pxZBBwA+e91BelQCA== dependencies: - "@babel/runtime" "^7.19.0" + "@babel/runtime" "^7.20.7" "@styled-icons/styled-icon" "^10.7.0" "@styled-icons/open-iconic@10.46.0": @@ -3526,219 +3684,181 @@ "@svgr/hast-util-to-babel-ast" "^5.5.0" svg-parser "^2.0.2" -"@tiptap/core@^2.0.0-beta.202": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/core/-/core-2.0.0-beta.202.tgz#be4c6a200e81875c552e1cc15ae9c6cdd86c37c2" - integrity sha512-KnOcZBtkWoDT7EsVLiJr9DyBnQcKJQHI8kOhNIL0snUrksr25q8xBW05iYqw6cGAF7iu1cFM80VikfgefsZUpw== - dependencies: - prosemirror-commands "^1.3.1" - prosemirror-keymap "^1.2.0" - prosemirror-model "^1.18.1" - prosemirror-schema-list "^1.2.2" - prosemirror-state "^1.4.1" - prosemirror-transform "^1.7.0" - prosemirror-view "^1.28.2" +"@tiptap/core@^2.1.11": + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/core/-/core-2.1.11.tgz#06bbd189c6b2dffe58b1c80f848737d76fb012bd" + integrity sha512-1W2DdjpPwfphHgQ3Qm4s5wzCnEjiXm1TeZ+6/zBl89yKURXgv8Mw1JGdj/NcImQjtDcsNn97MscACK3GKbEJBA== -"@tiptap/extension-blockquote@^2.0.0-beta.202": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-blockquote/-/extension-blockquote-2.0.0-beta.202.tgz#91168b32387ed0ce4d03dd3b6c802682287ede3c" - integrity sha512-weLbMxM7VfI4hJsThw1+mB4jbQnVFizmzRlGU40LKMzEU5yIgIhuaomQ02Z7V0cRgfXsoKX9oc0BYGiO0Ra6/g== +"@tiptap/extension-blockquote@^2.1.11": + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-blockquote/-/extension-blockquote-2.1.11.tgz#f91729fb7f328384243c37516fab55ab2efa01a4" + integrity sha512-IEVe3goA0rgp1G8Wm733BSRJiy71Vh2fmTCyZKWmc2A6GREVSy1X3fCvAo6pMENRObhjIoaBQUCE3p4iJYOxqg== -"@tiptap/extension-bold@^2.0.0-beta.202": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-bold/-/extension-bold-2.0.0-beta.202.tgz#877309e7b84701c22865517f09cbc5d288aa9369" - integrity sha512-AsfoChIleoSbY9gAuhbLF8BAEhHPrRKofmU09xJ62SBkL1rtgci8YzJYhL9leQCM4n1MQZEDeVf0ho75HeTPMA== +"@tiptap/extension-bold@^2.1.11": + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-bold/-/extension-bold-2.1.11.tgz#a890d278ba932d91081dc91b75d2b3579a276f5c" + integrity sha512-vhdkBtvd029ufOYt2ug49Gz+RLKSczO/CCqKYBqBmpIpsifyK7M6jkgamvAQg3c/vYk0LNcKiL2dp0Jp7L+5Gw== -"@tiptap/extension-bubble-menu@^2.0.0-beta.202": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-bubble-menu/-/extension-bubble-menu-2.0.0-beta.202.tgz#614999a0ca42fe5e8868b154ea5c53d058288462" - integrity sha512-Xa0BO5liIHitaxj70JbbmiC70Yg9+EcF9airfI32uOFNHwgEKyXVb5MRyQadRSmXnwPMPLVGWgf3Kg/5rnDqeg== +"@tiptap/extension-bubble-menu@^2.1.11": + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-bubble-menu/-/extension-bubble-menu-2.1.11.tgz#3cc3d8be3108932f15c36e9b00948219cc92ab0f" + integrity sha512-WFJJpZvl9DP94Y5RQZB/THDxvDbrTo8tuhjT7yWlhseJ6zyhWmRXdutt39wfSZNFxitv/As+s7cO9aYLML/TVg== dependencies: - prosemirror-state "^1.4.1" - prosemirror-view "^1.28.2" tippy.js "^6.3.7" -"@tiptap/extension-bullet-list@^2.0.0-beta.202": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-bullet-list/-/extension-bullet-list-2.0.0-beta.202.tgz#1826ec86a83cc2feba3f90b3015c0e642a925f8c" - integrity sha512-Su+GvRGyW9FTBtcFjvNkkYwzDRo+1O2YTNOZi1Z/OkDqbg3g89kRue78avs0nHW7HEgdhCap+z8KtAPrie4eBg== +"@tiptap/extension-bullet-list@^2.1.11": + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-bullet-list/-/extension-bullet-list-2.1.11.tgz#bb72bbd8b7aaeb8c03ba9575886f7c1faec8e4e5" + integrity sha512-SOOVH2aSmdMtjWL7TTLbN72xbAFz2G5jifT4UCXb7Qx6LsyhNCyDCu0ukOW8rSosGoSdmBXxAsD9sBJ1jEOmZw== "@tiptap/extension-character-count@^2.0.0-beta.25": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-character-count/-/extension-character-count-2.0.0-beta.202.tgz#aa4db795bcaba60678b2d331735d4e81291a9560" - integrity sha512-pKlksYfN/eAzIL819z/KU1yAFXxgNiioLWq8osJvHggFzmp2LEhp7erilnaeAfo5TbQ2P2KVwMPcRtt5939Fhw== - dependencies: - prosemirror-model "^1.18.1" - prosemirror-state "^1.4.1" + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-character-count/-/extension-character-count-2.1.11.tgz#a2e8d58ae808e353238c1eec373f73108b78bffb" + integrity sha512-qR50YtvY+hgskUQSlHl/Bitx6xPJVQ2wuNWdw48s8LOjrE2cqAmAj7BmeBrh9481EbhgXZrt3m6UygFiMfiCiA== "@tiptap/extension-code-block-lowlight@^2.0.0-beta.68": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-code-block-lowlight/-/extension-code-block-lowlight-2.0.0-beta.202.tgz#a94635bbe26f94eec0aef08682ebc6cadd3ca05f" - integrity sha512-FnYBl0Bgir+KkSScK4bUKVfvmEb2Q0aeDQh53umCeCGpVIzyO6JqggNqtBh0RqnJDptCSoP72fq7lu8uhQtYhw== - dependencies: - prosemirror-model "^1.18.1" - prosemirror-state "^1.4.1" - prosemirror-view "^1.28.2" + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-code-block-lowlight/-/extension-code-block-lowlight-2.1.11.tgz#6eec38c3b8662fae81ec2f117a2d18564f1fbb1a" + integrity sha512-k3olDvsRYO32JR9hyNa6VLqUdhwcpLwvR4Z6tJ66jHag5rsfP/7JZxJhrX9A1AF/jRCILdTiq9DTKybHieFjsw== -"@tiptap/extension-code-block@^2.0.0-beta.202": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-code-block/-/extension-code-block-2.0.0-beta.202.tgz#a76fcb90e8e22082bedd9853f7a9bd0a541a800e" - integrity sha512-tfK9khIroGjsXQvk2K/9z1/UyQrB4+zghkjyK1xikzRmhgfOeqQzA0TDrFrz7ywFXmSFQ7GnnYAp+RW6r6wyUg== - dependencies: - prosemirror-state "^1.4.1" +"@tiptap/extension-code-block@^2.1.11": + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-code-block/-/extension-code-block-2.1.11.tgz#5fa34d41d87f365d6bc1f8fdf3d5da0c5182df7c" + integrity sha512-QhmhCCWqg/5qLXpZ3sl2A0rqJqV8zMOegcxUFaqcJMOqNbsuHcRgc9C+1hWSVLbCmstB7M6sgF02QpTBOkYHxg== -"@tiptap/extension-code@^2.0.0-beta.202": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-code/-/extension-code-2.0.0-beta.202.tgz#5d4352a6cc4a2d16262472fb11c54cfca24bd40a" - integrity sha512-XwAr7ysSWJVZWHNXDaNBTPH1CTyVxHnPv/PiCWTGhf8Fkx7R7xW2QCUKx4ablwxFlTY7H8xGmCujaewUQBdO5w== +"@tiptap/extension-code@^2.1.11": + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-code/-/extension-code-2.1.11.tgz#c4f8fee03a8866ea189c112e907e17ea8aaa8f74" + integrity sha512-G0UEbMFunujy/F86yHN0/dumPLbwTis9C+6IQv1XRPNsV28U0MgxBhlPcJUgyO5lwuleePDxiBVcRv2XrysgKw== "@tiptap/extension-color@^2.0.0-beta.9": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-color/-/extension-color-2.0.0-beta.202.tgz#0fc326e6b0fbb5f43e551b6b142d67eb1ff2f0b2" - integrity sha512-P8rBd2V3UfE9EkmnZ7sXMJihmx+P+fBe0WKo8lSSX+808869ds8YNFGv043wqY/1BnTNqC49GDo0ceP2/9cM1A== + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-color/-/extension-color-2.1.11.tgz#be6989bb2d6630fc8f8e3c81add6fdfe1b77c790" + integrity sha512-xfSfZRnNd40YtFfrXvzpGa2OZsRAZapq0Ce09q7bCEpudhiD7yIIVOjOjggagllOFnafKTwKkFaDLIA0K0eIwg== -"@tiptap/extension-document@^2.0.0-beta.202": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-document/-/extension-document-2.0.0-beta.202.tgz#fa2b1a42075b1a6bfbcd9564289dfbf7347c903c" - integrity sha512-UsDSe93QtnuDrUo11wYCMtp7XlTIBvL5HNhx+enLRY7B8nUhX+d78u1BzspTpCkMYKcdwDmAGfIYMqqPViPEvA== +"@tiptap/extension-document@^2.1.11": + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-document/-/extension-document-2.1.11.tgz#76782660420900acb6301a5ba69c27054139b622" + integrity sha512-L/iLuqxvJep33ycCFNrnUhdR0VtcZyeNnqB+ZvVHzEwLoRud+LBy44lpEdBrAFsvRm3DG14m/FGYL+TfaD0vxA== -"@tiptap/extension-dropcursor@^2.0.0-beta.202": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-dropcursor/-/extension-dropcursor-2.0.0-beta.202.tgz#a7e2b3c66dfb5c05077c05991fccd5e4166bdc1d" - integrity sha512-4Q3LnqvMnxP0KdX7tIgCoTCKg949rg351m0wguVb1bo4v9lA0zfJpSgqjQ1Xs2vaYVBwkFjLoqrfhTRn5mnopQ== - dependencies: - prosemirror-dropcursor "1.5.0" +"@tiptap/extension-dropcursor@^2.1.11": + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-dropcursor/-/extension-dropcursor-2.1.11.tgz#1a23efec39c3e59c1b7eeb970ed2facdbe1f920d" + integrity sha512-MiJepRpHlu93aInOMW8NeRCvm9VE5rL0MA9TONY/IspJFGFIqonc/01J6t33JQa3Xh/x3xAfis4nKa/UazeVJw== -"@tiptap/extension-floating-menu@^2.0.0-beta.202": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-floating-menu/-/extension-floating-menu-2.0.0-beta.202.tgz#9f895a04cd93cf4b41542ef3b09f3c90bfd0e215" - integrity sha512-09liirOFsPDFRLS2FiFdnfzyyOQwwyVXLzI6MzUOw5RZbOsGJ5kB8jZdkXvsAIiOs0YYsH3fyOyWirIwSRhBTQ== +"@tiptap/extension-floating-menu@^2.1.11": + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-floating-menu/-/extension-floating-menu-2.1.11.tgz#3013924727ad95a1cd484e4bc426912b63e1a444" + integrity sha512-ExeoOQ6nT0CY0eWx6WjbG+osurXLXa7XrqIdhCAcTmzBAlGiKt8khX9qaZ+QF+BRK1r1lja2KX+5/fpLK7Dt1g== dependencies: - prosemirror-state "^1.4.1" - prosemirror-view "^1.28.2" tippy.js "^6.3.7" "@tiptap/extension-focus@^2.0.0-beta.40": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-focus/-/extension-focus-2.0.0-beta.202.tgz#f56fbc8c2eb640af478ec5e77caf4bc7743fd498" - integrity sha512-zSJo/r8YTsAL7X/OCpvymgNkW8hyUFnzyup+tUXFiTrReH/Ql5VpVSAJgJ4q46xBh0OikcnFj1P8suPOi30sAQ== - dependencies: - prosemirror-state "^1.4.1" - prosemirror-view "^1.28.2" - -"@tiptap/extension-gapcursor@^2.0.0-beta.202": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-gapcursor/-/extension-gapcursor-2.0.0-beta.202.tgz#567fb6281068db7fb5da2092550e83e01530d8cf" - integrity sha512-jOPMPPnTfVuc5YpFTcQM42/cg1J3+OeHitYb1/vBMpaNinVijuafsK14xDoVP8+sydKVgtBzYkfP/faN82I9iA== - dependencies: - prosemirror-gapcursor "^1.3.1" - -"@tiptap/extension-hard-break@^2.0.0-beta.202": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-hard-break/-/extension-hard-break-2.0.0-beta.202.tgz#f82c29f71082ae44c361964fb42e6e78d339dc29" - integrity sha512-Nr9BXeP+dXS5vLP/C2voTrhl+4YkDHBtPlc+5xm5NPBn04slTGSPO2lgV3YrMsfUOMNXHqeob1lq4qiLF4pybQ== - -"@tiptap/extension-heading@^2.0.0-beta.202": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-heading/-/extension-heading-2.0.0-beta.202.tgz#da12041c626825f8a3f3173ac922e11f2df55cbf" - integrity sha512-sF271jSWHgtoJLDNFLS7eyUcUStl7mBDQNJIENWVI+lFu2Ax8GmO7AoB74Q6L5Zaw4h73L6TAvaafHIXurz7tA== - -"@tiptap/extension-history@^2.0.0-beta.202": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-history/-/extension-history-2.0.0-beta.202.tgz#d94770367a1a7b4e8f81f36d8b1731ca1fbc6879" - integrity sha512-BLwaOWmFHBQjOonojYHl1Po27IHxgjSAPw+ijMKtKzqa2msJRJevjC4tBaX5s/YrB7PQ2tFE7rfJED4HLjBm6w== - dependencies: - prosemirror-history "^1.3.0" - -"@tiptap/extension-horizontal-rule@^2.0.0-beta.202": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-2.0.0-beta.202.tgz#12da36ea8ede0e720c7b2e5d1a2dd4c255798b2f" - integrity sha512-ut2Im/TNQynnuqdoY9yOjMDUKmxn97ERVEpqcQSaIgqBuF6bjk60Wa13ob6oS2g6vqXxwWFrnQVz48A9TcF5FQ== - dependencies: - prosemirror-state "^1.4.1" + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-focus/-/extension-focus-2.1.11.tgz#ef3b587ba73e3201809304df0f313e91a71b9b9d" + integrity sha512-suAtZphGdKuHdetLGTNH99oH7/LVKfv4kBFm8HyNAFLflh2tf6KCWI5ka840Aq3IFYtnMkwbMgxTx4bz3OsfEg== + +"@tiptap/extension-gapcursor@^2.1.11": + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-gapcursor/-/extension-gapcursor-2.1.11.tgz#77bcd8d886405c10ddbc251186d88be752db2ec4" + integrity sha512-P/xjyhSOVyop5XXbNtRPgrooQrSlpYblwR67ClI9FAC7uQliuOwi5VcndmEItjWWSe85kJa2IHjOS7mLYvJe8A== + +"@tiptap/extension-hard-break@^2.1.11": + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-hard-break/-/extension-hard-break-2.1.11.tgz#49fd0954fab4448dd3a975f2b20340ab9c0d8b95" + integrity sha512-qhiPe6FA0b6PPb/ITlgSnY0l9tEVmXZ9e7eSjvks12ORfqL/dofSCLtChHWvhZxugzo92xejG2hXLi6lyOLbkg== + +"@tiptap/extension-heading@^2.1.11": + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-heading/-/extension-heading-2.1.11.tgz#fa9802e006a47a8d3afd652e67cde4e68afeb1d0" + integrity sha512-QBtl0S1aDFB+F1wvTrS5iGdNUEeXp+WuTddj+L2f5EP4KqG2x7sj7e7ENMy20g/l8tbKwzd3AZZydvClH4Ybbw== + +"@tiptap/extension-history@^2.1.11": + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-history/-/extension-history-2.1.11.tgz#80a6a8887c8a5a4b73f06285a273928d4c51d7b5" + integrity sha512-88dovV2O9icmBn0IvaArFFeS6X5ts6BxZPu5VbGML8KBL8iAu+Og7RXEPdOy5e13K0K4V21fDpO3n7KdvNOAYQ== + +"@tiptap/extension-horizontal-rule@^2.1.11": + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-2.1.11.tgz#e423a2b41123ef7f8d778a1cd026e6606e7be28b" + integrity sha512-uvHPa2YCKnDhtSBSZB3lk5U4H3wRKP0DNvVx4Y2F7MdQianVzcyOd1pZYO9BQs+lUB1aZots6doE69Zqz3mU2Q== "@tiptap/extension-image@^2.0.0-beta.27": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-image/-/extension-image-2.0.0-beta.202.tgz#5e50fdf7d7ac67b3475b1cfba71fb3acaddab0df" - integrity sha512-aHPJMXuoMgToTYkGZsz2ue8gKzes+B92qb9lVRYlY9f+r/tC2K4q3HMtx6qvh8l4Dei5/yeV9TqliY79E9A5dg== + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-image/-/extension-image-2.1.11.tgz#96990fbea4e5fee1e23cb03849144645ca328fac" + integrity sha512-dFFRvzl9F4fEcG95nyka72TeV127C1UVaMm816GHoFlVEFGV4yJ8NKgzT3UEDgFcs6OPwPlt8tuHuDeYm7EVOQ== -"@tiptap/extension-italic@^2.0.0-beta.202": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-italic/-/extension-italic-2.0.0-beta.202.tgz#0a991167dd06064bdf3c811d638d04cea9029206" - integrity sha512-vgSLy4KDp6AmnAHLHXe/nWeNbLnyUXxmf4U4+esebAV5Hu2F7LgceknFt9D8AGEtYUU+/fYKSeE2NGJgTQG9lA== +"@tiptap/extension-italic@^2.1.11": + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-italic/-/extension-italic-2.1.11.tgz#31b5d096e7bd15e855644a0066eb750140b1a57a" + integrity sha512-QmDsHtnBBit/1KtQpBPxjSPjDC1mVKtoNTgsEwMWK6YAkCKOKPj7oPEqqjaNZIRMKPPzE5XCsfBoS3jtVmo+6A== "@tiptap/extension-link@^2.0.0-beta.36": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-link/-/extension-link-2.0.0-beta.202.tgz#2b10ef877937bf2d491fffaf3e0545105f61b6fb" - integrity sha512-/9bZd43dMkzmo7SCCDtEscgdFKCat9yZAyAyg+PHYdhI8Lbqv5GfjxzBbx58v7jEP1eDKFnwTDFVwAsxCE9f0w== + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-link/-/extension-link-2.1.11.tgz#88cb79513b5fdf1dea3dbe38af95009692734c1d" + integrity sha512-Dn8hq4ld8br53fE4/QUZ7/y6ejY/kqAxeNhtud+OZKRs6VRn/CQd0H6A26opL+mKAK0kzrs0rh7rJPpHvahx/Q== dependencies: - linkifyjs "^3.0.5" - prosemirror-model "^1.18.1" - prosemirror-state "^1.4.1" + linkifyjs "^4.1.0" -"@tiptap/extension-list-item@^2.0.0-beta.202": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-list-item/-/extension-list-item-2.0.0-beta.202.tgz#32bc4beacb0f692abfc8283760292a6354f070dc" - integrity sha512-15yAsO+CCM8ievdX4oxg8kMBVFqhzVAw7pU6E8KL76kIwWCIIyVW6hU3VZdglyBVnAG0ws5/DaZ4VRFtVPRDvg== +"@tiptap/extension-list-item@^2.1.11": + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-list-item/-/extension-list-item-2.1.11.tgz#466e4d1dcad153b4e52678b08d2bf073339c2dc9" + integrity sha512-YhwHaPGhffsFsg/zjCu1G24//j/BTRDRZbZXmMwp77m1yEqPULcWyoWrI+gUzetQxJRD/ruAucqjLtoLLfICmQ== -"@tiptap/extension-ordered-list@^2.0.0-beta.202": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-ordered-list/-/extension-ordered-list-2.0.0-beta.202.tgz#5b5987d3a1c98e579071e70485db2e82bf638ed9" - integrity sha512-PpJn8EtS8MLZ4NN9R3crmrivbjTMHjuSE2Ab3Y9TdeR9x9DIF23O/EkunnkPUiBUx6sNADprEWJIQesgpakrtw== +"@tiptap/extension-ordered-list@^2.1.11": + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-ordered-list/-/extension-ordered-list-2.1.11.tgz#19c993090bc2aca6d8fed8b9c8759dd4816f06db" + integrity sha512-/tghfEJ5U7WFbF8xyOqRJks8KxP/lRjnroMXMglaushSMx8PYPo1dZDB/dJZw7ksy47MAaKJfKlx3gyN2CPXBQ== -"@tiptap/extension-paragraph@^2.0.0-beta.202": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-paragraph/-/extension-paragraph-2.0.0-beta.202.tgz#5a395a8107bfc767f80335a0cf7f89278ad0cf20" - integrity sha512-QI86DMUAz5froDJJXpbFV0I+iSFikjhQ8W5clYDbnrP/clRI/FYxklQ3oxSk4VzGBGB5EaBJf+jD7htLKb39UA== +"@tiptap/extension-paragraph@^2.1.11": + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-paragraph/-/extension-paragraph-2.1.11.tgz#6d0eb3d7509e1d467526f2658a147db52dd225d6" + integrity sha512-gXMgJ2CU3X4yh1wKnb8RdbDmhITB76pH6DX0uWprmEgvzNMN3Qw+h5uBD9lgxg1WVghbCmkG9mY9J4PPbPTLxw== "@tiptap/extension-placeholder@^2.0.0-beta.46": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-placeholder/-/extension-placeholder-2.0.0-beta.202.tgz#fe3b032619dea30858f16135cef3b5e8f871d1c7" - integrity sha512-HIJwyhLs7Aq3jH4JRpNlpjFtF7PyoOO6YgqLu2GYhUCVQeVEuqD8zKe8Xphja92cHB5jVLteOspa7FFfWr+9NA== - dependencies: - prosemirror-model "^1.18.1" - prosemirror-state "^1.4.1" - prosemirror-view "^1.28.2" + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-placeholder/-/extension-placeholder-2.1.11.tgz#ba115f714dd48d5bbc65df277b74f357ff3b100e" + integrity sha512-laHYRFxJWj6m72Yf1v6Q5nF2nvwWpQlKUj6Yu/yluOOoVE92HpLqCAvA8RamqLtPiw5VxR3v3oCY0WNeQRvyIg== -"@tiptap/extension-strike@^2.0.0-beta.202": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-strike/-/extension-strike-2.0.0-beta.202.tgz#8bf200fb044e5b2401edef26e26920b94ab35249" - integrity sha512-cs87UI/VTkmSfIwlHpm7nAPXok2bAQvxmNJ1y7UPzTATVl+ixP1F4aIkwiYk+X7rE/Sys+09PGg1Pr1shwUUkQ== +"@tiptap/extension-strike@^2.1.11": + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-strike/-/extension-strike-2.1.11.tgz#738df0eebb6ab997783e01434397156601017bcb" + integrity sha512-UnjeSVgu3bDuyjjUdWsUErRCoQKAHCzH/pAiqTEPEEdFYgZFQPBpcJICRVdlYjRmI2ZKh6d0TMUS55m7ckmwmQ== "@tiptap/extension-subscript@^2.0.0-beta.10": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-subscript/-/extension-subscript-2.0.0-beta.202.tgz#730e0181c5b8d623fb4674d568d5ef4f3bd986d5" - integrity sha512-s/90xjDJGlWxontzyL0howpdTEbnl5EyvIDDYdAwalnHOGkyfWq8JMxL3klnxUL+Rn10sjatHnEYaLS2A5tN+Q== + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-subscript/-/extension-subscript-2.1.11.tgz#76ee1469528c597c52d5a9c20f4fcb77055d6ff2" + integrity sha512-KXPrcN2i9edOyjsYc+WmXtRNod5rcA402NJEXKsSg/Lr7ezstdeE9CqVVpipdKDRBv5avJcSdCe3TiDLnFggBw== "@tiptap/extension-superscript@^2.0.0-beta.10": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-superscript/-/extension-superscript-2.0.0-beta.202.tgz#d756fb63585f8214ce3a7e2333978f2fb68b1259" - integrity sha512-kDOc+Sf1N5LzKWDBrTYBWaQFG40z3dCt/ljIMDWJt3Vka8ahnH4kcXhW9eNZLeIWavoj+M+4th+CPSfMdAYJbg== + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-superscript/-/extension-superscript-2.1.11.tgz#1aa6c0d35a012c282c38dee709e31a71c3efe71e" + integrity sha512-Lhbg2Yhm0XWcBmdbvbRnF+2oVPWlAkCffMvB8hDRlJlrntzTp5Xv/FqNeO+VzkH6oU0oBiKL5jWYXZG7IQsZdQ== "@tiptap/extension-text-align@^2.0.0-beta.29": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-text-align/-/extension-text-align-2.0.0-beta.202.tgz#37c73e884fb0d9ebe2a519d398b2da52672b7a4b" - integrity sha512-cB5SBKRTn730BBwtPQaKfc7uYgI7bGuD1UbsdF8UY93vIsRjdRO4McNlvgfDrb8WrD460PsOOXx18YwX1+3T/Q== + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-text-align/-/extension-text-align-2.1.11.tgz#4ce2e4e9586f64ef71bc75be9b40322499847023" + integrity sha512-mRUouUZviU7OjzMbW5O728HsRl/T/Gue4DuNWaY2hiddlJWOpDmO/FYRR7JaAQjTr+16NCofRwgfWdJL3nyv5w== "@tiptap/extension-text-style@^2.0.0-beta.23": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-text-style/-/extension-text-style-2.0.0-beta.202.tgz#73706d44434787a88ddd2cbc5feb17cb48cd26cd" - integrity sha512-dTA3rdkSkANGXtObNEEk7h6+pEOP4iANZF8D0RiNK+c5dKpCfKswVAuddm5q2PMcgYgep5bv/sorAqOIire2rQ== + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-text-style/-/extension-text-style-2.1.11.tgz#b2fbea4f52b68f339b4941103ea2e03d1ac996a3" + integrity sha512-+JDWmcSUyFKzMDm/1xqlk7e0qPJ1nQ/UKIRuDeRtqgbxTyEw4fNlkV2k7GHCoELXqxUoplzweLID+kM1Vk2OaA== -"@tiptap/extension-text@^2.0.0-beta.202": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-text/-/extension-text-2.0.0-beta.202.tgz#d0152f547572a14c4e0e88287acb2b0c311fef04" - integrity sha512-6UsfU9xvKTxHfZYxVJy5DSQ0ibnhC403KLRQ4ePwpJql0TotBx93/CBfPCVLFEwF86HNhf1fFUCx+j2wuwVxmA== +"@tiptap/extension-text@^2.1.11": + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-text/-/extension-text-2.1.11.tgz#f67ac1a782a8ee1d30885680e52bba3ef19322f9" + integrity sha512-Iey0EXYv9079+lbHMvZtLc6XcYfKrq++msEXuFFNHxvL0i/XzndhGf+qlDhLROLgEtDiiTqzOBBwFCGlFjbDow== "@tiptap/extension-underline@^2.0.0-beta.22": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/extension-underline/-/extension-underline-2.0.0-beta.202.tgz#68104f46c3bde4b36f8bbf902a02befc8221c98f" - integrity sha512-aZ2BdBDopL7KNDQZZ707VIF6S2FUHGMQxJvfGPrgvCHY5lu34B9F/FGCMPd5VAZC0vaJlHTQ30FWkeQjIDetWg== + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/extension-underline/-/extension-underline-2.1.11.tgz#05cd5e9ca768d3544031d6879b372fdcdbd8974a" + integrity sha512-2C/jDNRV3WHfM5kgx6xB/1ooBciQ9j02gJVJkTHeLpz6zUWkxrRgU/u+FvZxGVBVskasJsQnsYMG9pAqwd9R8A== "@tiptap/pm@^2.0.0-beta.220": - version "2.0.0-beta.220" - resolved "https://registry.yarnpkg.com/@tiptap/pm/-/pm-2.0.0-beta.220.tgz#04e4c98e4d042ea8d67148ec6676f7078c6bac5a" - integrity sha512-O9mGcmwUpEr630HY9RylIyZJKnpXi3xWINWNiAEfRJ1br5j5pHRoVRJQ1HzU+6+Z+i/8qp3zRHGLTBqihaZETA== + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/pm/-/pm-2.1.11.tgz#023c854d447a6509d52da0be890539037582cf39" + integrity sha512-vBIAic+H8fjHfT8r2qJkAOxdx1Iiss9+qMyujAoIdPkiyjEc4+sXcM0qSYgIr6KL5icITyuK8J7x/V62VfB7Uw== dependencies: prosemirror-changeset "^2.2.0" prosemirror-collab "^1.3.0" @@ -3760,38 +3880,37 @@ prosemirror-view "^1.28.2" "@tiptap/react@^2.0.0-beta.105": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/react/-/react-2.0.0-beta.202.tgz#a74e11c7d765d660e82b484bda211da1218d6c19" - integrity sha512-K0vjWOhqBFSN68wdIWvfUOer38GbBdOi80cZH7bafZQbka2gD8l6v0qknwM4KxOiq9FpqGBOVmGQs0ukgWGSDA== + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/react/-/react-2.1.11.tgz#d049ebba81ad7750175da413bf13df3814f2feac" + integrity sha512-OLU4uqMeCE/LKz/GY2P1JRykUgHJDoPROHUa1IOnVpj/1FbbBHDyurT3eomwsVzScTULbrKGwrS3ada6QAmTTA== dependencies: - "@tiptap/extension-bubble-menu" "^2.0.0-beta.202" - "@tiptap/extension-floating-menu" "^2.0.0-beta.202" - prosemirror-view "^1.28.2" + "@tiptap/extension-bubble-menu" "^2.1.11" + "@tiptap/extension-floating-menu" "^2.1.11" "@tiptap/starter-kit@^2.0.0-beta.171": - version "2.0.0-beta.202" - resolved "https://registry.yarnpkg.com/@tiptap/starter-kit/-/starter-kit-2.0.0-beta.202.tgz#0605dfb9fa7b8d16778795b402115a92886541f1" - integrity sha512-hmtHgSKMAYtPNA12pa6kPortaKtsz4D6a18KncP26cWkuIwSBZLANls8L7vBISAcbIKRrSizsmqDBoDrFqtQcg== - dependencies: - "@tiptap/core" "^2.0.0-beta.202" - "@tiptap/extension-blockquote" "^2.0.0-beta.202" - "@tiptap/extension-bold" "^2.0.0-beta.202" - "@tiptap/extension-bullet-list" "^2.0.0-beta.202" - "@tiptap/extension-code" "^2.0.0-beta.202" - "@tiptap/extension-code-block" "^2.0.0-beta.202" - "@tiptap/extension-document" "^2.0.0-beta.202" - "@tiptap/extension-dropcursor" "^2.0.0-beta.202" - "@tiptap/extension-gapcursor" "^2.0.0-beta.202" - "@tiptap/extension-hard-break" "^2.0.0-beta.202" - "@tiptap/extension-heading" "^2.0.0-beta.202" - "@tiptap/extension-history" "^2.0.0-beta.202" - "@tiptap/extension-horizontal-rule" "^2.0.0-beta.202" - "@tiptap/extension-italic" "^2.0.0-beta.202" - "@tiptap/extension-list-item" "^2.0.0-beta.202" - "@tiptap/extension-ordered-list" "^2.0.0-beta.202" - "@tiptap/extension-paragraph" "^2.0.0-beta.202" - "@tiptap/extension-strike" "^2.0.0-beta.202" - "@tiptap/extension-text" "^2.0.0-beta.202" + version "2.1.11" + resolved "https://registry.yarnpkg.com/@tiptap/starter-kit/-/starter-kit-2.1.11.tgz#8874ddc14397020d98bf8fc60dc2c7c7164e2a77" + integrity sha512-kZXwuo9yxrs1ASxluRKjXThjdcy90d7owJxnJWD7SyEwXaXYc4h+Ar1M9rP3jieCDBuRTtCgvAOKbVbhnRJ2jg== + dependencies: + "@tiptap/core" "^2.1.11" + "@tiptap/extension-blockquote" "^2.1.11" + "@tiptap/extension-bold" "^2.1.11" + "@tiptap/extension-bullet-list" "^2.1.11" + "@tiptap/extension-code" "^2.1.11" + "@tiptap/extension-code-block" "^2.1.11" + "@tiptap/extension-document" "^2.1.11" + "@tiptap/extension-dropcursor" "^2.1.11" + "@tiptap/extension-gapcursor" "^2.1.11" + "@tiptap/extension-hard-break" "^2.1.11" + "@tiptap/extension-heading" "^2.1.11" + "@tiptap/extension-history" "^2.1.11" + "@tiptap/extension-horizontal-rule" "^2.1.11" + "@tiptap/extension-italic" "^2.1.11" + "@tiptap/extension-list-item" "^2.1.11" + "@tiptap/extension-ordered-list" "^2.1.11" + "@tiptap/extension-paragraph" "^2.1.11" + "@tiptap/extension-strike" "^2.1.11" + "@tiptap/extension-text" "^2.1.11" "@trysound/sax@0.2.0": version "0.2.0" @@ -3806,25 +3925,25 @@ postcss "5 - 7" "@types/eslint-scope@^3.7.3": - version "3.7.4" - resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.4.tgz#37fc1223f0786c39627068a12e94d6e6fc61de16" - integrity sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA== + version "3.7.5" + resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.5.tgz#e28b09dbb1d9d35fdfa8a884225f00440dfc5a3e" + integrity sha512-JNvhIEyxVW6EoMIFIvj93ZOywYFatlpu9deeH6eSx6PE3WHYvHaQtmHmQeNw7aA81bYGBPPQqdtBm6b1SsQMmA== dependencies: "@types/eslint" "*" "@types/estree" "*" "@types/eslint@*": - version "8.4.10" - resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.4.10.tgz#19731b9685c19ed1552da7052b6f668ed7eb64bb" - integrity sha512-Sl/HOqN8NKPmhWo2VBEPm0nvHnu2LL3v9vKo8MEq0EtbJ4eVzGPl41VNPvn5E1i5poMk4/XD8UriLHpJvEP/Nw== + version "8.44.3" + resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.44.3.tgz#96614fae4875ea6328f56de38666f582d911d962" + integrity sha512-iM/WfkwAhwmPff3wZuPLYiHX18HI24jU8k1ZSH7P8FHwxTjZ2P6CoX2wnF43oprR+YXJM6UUxATkNvyv/JHd+g== dependencies: "@types/estree" "*" "@types/json-schema" "*" "@types/estree@*", "@types/estree@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2" - integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ== + version "1.0.2" + resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.2.tgz#ff02bc3dc8317cd668dfec247b750ba1f1d62453" + integrity sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA== "@types/estree@0.0.39": version "0.0.39" @@ -3837,11 +3956,11 @@ integrity sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ== "@types/glob@*": - version "8.0.0" - resolved "https://registry.yarnpkg.com/@types/glob/-/glob-8.0.0.tgz#321607e9cbaec54f687a0792b2d1d370739455d2" - integrity sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA== + version "8.1.0" + resolved "https://registry.yarnpkg.com/@types/glob/-/glob-8.1.0.tgz#b63e70155391b0584dce44e7ea25190bbc38f2fc" + integrity sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w== dependencies: - "@types/minimatch" "*" + "@types/minimatch" "^5.1.2" "@types/node" "*" "@types/glob@^7.1.1": @@ -3853,23 +3972,23 @@ "@types/node" "*" "@types/graceful-fs@^4.1.2": - version "4.1.5" - resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.5.tgz#21ffba0d98da4350db64891f92a9e5db3cdb4e15" - integrity sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw== + version "4.1.7" + resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.7.tgz#30443a2e64fd51113bc3e2ba0914d47109695e2a" + integrity sha512-MhzcwU8aUygZroVwL2jeYk6JisJrPl/oov/gsgGCue9mkgl9wjGbzReYQClxiUgFDnib9FuHqTndccKeZKxTRw== dependencies: "@types/node" "*" "@types/hast@^2.0.0": - version "2.3.4" - resolved "https://registry.yarnpkg.com/@types/hast/-/hast-2.3.4.tgz#8aa5ef92c117d20d974a82bdfb6a648b08c0bafc" - integrity sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g== + version "2.3.6" + resolved "https://registry.yarnpkg.com/@types/hast/-/hast-2.3.6.tgz#bb8b05602112a26d22868acb70c4b20984ec7086" + integrity sha512-47rJE80oqPmFdVDCD7IheXBrVdwuBgsYwoczFvKmwfo2Mzsnt+V9OONsYauFmICb6lQPpCuXYJWejBNs4pDJRg== dependencies: - "@types/unist" "*" + "@types/unist" "^2" "@types/hoist-non-react-statics@^3.3.0": - version "3.3.1" - resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#1124aafe5118cb591977aeb1ceaaed1070eb039f" - integrity sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA== + version "3.3.2" + resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#dc1e9ded53375d37603c479cc12c693b0878aa2a" + integrity sha512-YIQtIg4PKr7ZyqNPZObpxfHsHEmuB8dXCxd6qVcGuQVDK2bpsF7bYNnBJ4Nn7giuACZg+WewExgrtAJ3XnA4Xw== dependencies: "@types/react" "*" hoist-non-react-statics "^3.3.0" @@ -3885,9 +4004,9 @@ integrity sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg== "@types/is-ci@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@types/is-ci/-/is-ci-3.0.0.tgz#7e8910af6857601315592436f030aaa3ed9783c3" - integrity sha512-Q0Op0hdWbYd1iahB+IFNQcWXFq4O0Q5MwQP7uN0souuQ4rPg1vEYcnIOfr1gY+M+6rc8FGoRaBO1mOOvL29sEQ== + version "3.0.1" + resolved "https://registry.yarnpkg.com/@types/is-ci/-/is-ci-3.0.1.tgz#802da8f2376d9bf5c20ac17c9f869aed2b532297" + integrity sha512-mnb1ngaGQPm6LFZaNdh3xPOoQMkrQb/KBPhPPN2p2Wk8XgeUqWj6xPnvyQ8rvcK/VFritVmQG8tvQuy7g+9/nQ== dependencies: ci-info "^3.1.0" @@ -3902,23 +4021,23 @@ integrity sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g== "@types/istanbul-lib-report@*": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#c14c24f18ea8190c118ee7562b7ff99a36552686" - integrity sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg== + version "3.0.1" + resolved "https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz#412e0725ef41cde73bfa03e0e833eaff41e0fd63" + integrity sha512-gPQuzaPR5h/djlAv2apEG1HVOyj1IUs7GpfMZixU0/0KXT3pm64ylHuMUI1/Akh+sq/iikxg6Z2j+fcMDXaaTQ== dependencies: "@types/istanbul-lib-coverage" "*" "@types/istanbul-reports@^3.0.0": - version "3.0.1" - resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz#9153fe98bba2bd565a63add9436d6f0d7f8468ff" - integrity sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw== + version "3.0.2" + resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.2.tgz#edc8e421991a3b4df875036d381fc0a5a982f549" + integrity sha512-kv43F9eb3Lhj+lr/Hn6OcLCs/sSM8bt+fIaP11rCYngfV6NVjzWXJ17owQtDQTL9tQ8WSLUrGsSJ6rJz0F1w1A== dependencies: "@types/istanbul-lib-report" "*" "@types/json-schema@*", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.7", "@types/json-schema@^7.0.8": - version "7.0.11" - resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3" - integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ== + version "7.0.13" + resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.13.tgz#02c24f4363176d2d18fc8b70b9f3c54aba178a85" + integrity sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ== "@types/json5@^0.0.29": version "0.0.29" @@ -3926,39 +4045,39 @@ integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== "@types/lodash@^4.14.167": - version "4.14.188" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.188.tgz#e4990c4c81f7c9b00c5ff8eae389c10f27980da5" - integrity sha512-zmEmF5OIM3rb7SbLCFYoQhO4dGt2FRM9AMkxvA3LaADOF1n8in/zGJlWji9fmafLoNyz+FoL6FE0SLtGIArD7w== + version "4.14.199" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.199.tgz#c3edb5650149d847a277a8961a7ad360c474e9bf" + integrity sha512-Vrjz5N5Ia4SEzWWgIVwnHNEnb1UE1XMkvY5DGXrAeOGE9imk0hgTHh5GyDjLDJi9OTCn9oo9dXH1uToK1VRfrg== "@types/mdast@^3.0.0": - version "3.0.10" - resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-3.0.10.tgz#4724244a82a4598884cbbe9bcfd73dff927ee8af" - integrity sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA== + version "3.0.13" + resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-3.0.13.tgz#b7ba6e52d0faeb9c493e32c205f3831022be4e1b" + integrity sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg== dependencies: - "@types/unist" "*" + "@types/unist" "^2" -"@types/minimatch@*": +"@types/minimatch@*", "@types/minimatch@^5.1.2": version "5.1.2" resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca" integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA== "@types/minimist@^1.2.0": - version "1.2.2" - resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c" - integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== + version "1.2.3" + resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.3.tgz#dd249cef80c6fff2ba6a0d4e5beca913e04e25f8" + integrity sha512-ZYFzrvyWUNhaPomn80dsMNgMeXxNWZBdkuG/hWlUvXvbdUH8ZERNBGXnU87McuGcWDsyzX2aChCv/SVN348k3A== "@types/node-fetch@^2.5.7": - version "2.6.2" - resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.2.tgz#d1a9c5fd049d9415dce61571557104dec3ec81da" - integrity sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A== + version "2.6.6" + resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.6.tgz#b72f3f4bc0c0afee1c0bc9cff68e041d01e3e779" + integrity sha512-95X8guJYhfqiuVVhRFxVQcf4hW/2bCuoPwDasMf/531STFoNoWTT7YDnWdXHEZKqAGUigmpG31r2FE70LwnzJw== dependencies: "@types/node" "*" - form-data "^3.0.0" + form-data "^4.0.0" "@types/node@*": - version "18.11.9" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.9.tgz#02d013de7058cea16d36168ef2fc653464cfbad4" - integrity sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg== + version "20.7.1" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.7.1.tgz#06d732ead0bd5ad978ef0ea9cbdeb24dc8717514" + integrity sha512-LT+OIXpp2kj4E2S/p91BMe+VgGX2+lfO+XTpfXhh+bCk2LkQtHZSub8ewFBMGP5ClysPjTDFa4sMI8Q3n4T0wg== "@types/node@10.12.7": version "10.12.7" @@ -3971,14 +4090,14 @@ integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ== "@types/node@^14.0.10 || ^16.0.0", "@types/node@^14.14.20 || ^16.0.0": - version "16.18.3" - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.3.tgz#d7f7ba828ad9e540270f01ce00d391c54e6e0abc" - integrity sha512-jh6m0QUhIRcZpNv7Z/rpN+ZWXOicUUQbSoWks7Htkbb9IjFQj4kzcX/xFCkjstCj5flMsN8FiSvt+q+Tcs4Llg== + version "16.18.54" + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.54.tgz#4a63bdcea5b714f546aa27406a1c60621236a132" + integrity sha512-oTmGy68gxZZ21FhTJVVvZBYpQHEBZxHKTsGshobMqm9qWpbqdZsA5jvsuPZcHu0KwpmLrOHWPdEfg7XDpNT9UA== "@types/normalize-package-data@^2.4.0": - version "2.4.1" - resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301" - integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw== + version "2.4.2" + resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.2.tgz#9b0e3e8533fe5024ad32d6637eb9589988b6fdca" + integrity sha512-lqa4UEhhv/2sjjIQgjX8B+RBjj47eo0mzGasklVJ78UKGQY1r0VpB9XHDaZZO9qzEFDdy4MrXLuEaSmPrPSe/A== "@types/npmlog@^4.1.2": version "4.1.4" @@ -3986,11 +4105,11 @@ integrity sha512-WKG4gTr8przEZBiJ5r3s8ZIAoMXNbOgQ+j/d5O4X3x6kZJRLNvyUJuUK/KoG3+8BaOHPhp2m7WC6JKKeovDSzQ== "@types/object.omit@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@types/object.omit/-/object.omit-3.0.0.tgz#0d31e1208eac8fe2ad5c9499a1016a8273bbfafc" - integrity sha512-I27IoPpH250TUzc9FzXd0P1BV/BMJuzqD3jOz98ehf9dQqGkxlq+hO1bIqZGWqCg5bVOy0g4AUVJtnxe0klDmw== + version "3.0.1" + resolved "https://registry.yarnpkg.com/@types/object.omit/-/object.omit-3.0.1.tgz#1b9de058cf94344b9284308a41b17e3a356ed18e" + integrity sha512-24XD34UeRWw505TsMNBrQ4bES2s8IxiFC59mmNUFhTz9IX2hAtA7gQ8wVww1i17QmhBYILg5iqYP2y7aqA3pwQ== -"@types/object.pick@^1.3.1": +"@types/object.pick@^1.3.2": version "1.3.2" resolved "https://registry.yarnpkg.com/@types/object.pick/-/object.pick-1.3.2.tgz#9eb28118240ad8f658b9c9c6caf35359fdb37150" integrity sha512-sn7L+qQ6RLPdXRoiaE7bZ/Ek+o4uICma/lBFPyJEKDTPTBP1W8u0c4baj3EiS4DiqLs+Hk+KUGvMVJtAw3ePJg== @@ -4011,24 +4130,24 @@ integrity sha512-VjID5MJb1eGKthz2qUerWT8+R4b9N+CHvGCzg9fn4kWZgaF9AhdYikQio3R7wV8YY1NsQKPaCwKz1Yff+aHNUQ== "@types/prop-types@*": - version "15.7.5" - resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf" - integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w== + version "15.7.7" + resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.7.tgz#f9361f7b87fd5d8188b2c998db0a1f47e9fb391a" + integrity sha512-FbtmBWCcSa2J4zL781Zf1p5YUBXQomPEcep9QZCfRfQgTxz3pJWiDFLebohZ9fFntX5ibzOkSsrJ0TEew8cAog== "@types/q@^1.5.1": - version "1.5.5" - resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.5.tgz#75a2a8e7d8ab4b230414505d92335d1dcb53a6df" - integrity sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ== + version "1.5.6" + resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.6.tgz#a6edffe8283910e46dc7a573621f928e6b47fa56" + integrity sha512-IKjZ8RjTSwD4/YG+2gtj7BPFRB/lNbWKTiSj3M7U/TD2B7HfYCxvp2Zz6xA2WIY7pAuL1QOUPw8gQRbUrrq4fQ== "@types/qs@^6.9.5": - version "6.9.7" - resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb" - integrity sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw== + version "6.9.8" + resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.8.tgz#f2a7de3c107b89b441e071d5472e6b726b4adf45" + integrity sha512-u95svzDlTysU5xecFNTgfFG5RUWu1A9P0VzgpcIiGZA9iraHOdSzcxMxQ55DyeRaGCSxQi7LxXDI4rzq/MYfdg== "@types/react-redux@^7.1.20": - version "7.1.24" - resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.24.tgz#6caaff1603aba17b27d20f8ad073e4c077e975c0" - integrity sha512-7FkurKcS1k0FHZEtdbbgN8Oc6b+stGSfZYjQGicofJ0j4U0qIn/jaSvnP2pLwZKiai3/17xqqxkkrxTgN8UNbQ== + version "7.1.27" + resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.27.tgz#1afb31f7354bf787e162c10ff3fa19bafa9e6b57" + integrity sha512-xj7d9z32p1K/eBmO+OEy+qfaWXtcPlN8f1Xk3Ne0p/ZRQ867RI5bQ/bpBtxbqU1AHNhKJSgGvld/P2myU2uYkg== dependencies: "@types/hoist-non-react-statics" "^3.3.0" "@types/react" "*" @@ -4036,9 +4155,9 @@ redux "^4.0.0" "@types/react@*", "@types/react@>=16.9.11": - version "18.0.25" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.25.tgz#8b1dcd7e56fe7315535a4af25435e0bb55c8ae44" - integrity sha512-xD6c0KDT4m7n9uD4ZHi02lzskaiqcBxf4zi+tXZY98a04wvc0hi/TcCPC2FOESZi51Nd7tlUeOJY8RofL799/g== + version "18.2.23" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.23.tgz#60ad6cf4895e93bed858db0e03bcc4ff97d0410e" + integrity sha512-qHLW6n1q2+7KyBEYnrZpcsAmU/iiCh9WGCKgXvMxx89+TYdJWRjZohVIo9XTcoLhfX3+/hP0Pbulu3bCZQ9PSA== dependencies: "@types/prop-types" "*" "@types/scheduler" "*" @@ -4052,24 +4171,24 @@ "@types/node" "*" "@types/scheduler@*": - version "0.16.2" - resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39" - integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew== + version "0.16.4" + resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.4.tgz#fedc3e5b15c26dc18faae96bf1317487cb3658cf" + integrity sha512-2L9ifAGl7wmXwP4v3pN4p2FLhD0O1qsJpvKmNin5VA8+UvNVb447UDaAEV6UdrkA+m/Xs58U1RFps44x6TFsVQ== -"@types/semver@^6.0.0": - version "6.2.3" - resolved "https://registry.yarnpkg.com/@types/semver/-/semver-6.2.3.tgz#5798ecf1bec94eaa64db39ee52808ec0693315aa" - integrity sha512-KQf+QAMWKMrtBMsB8/24w53tEsxllMj6TuA80TT/5igJalLI/zm0L3oXRbIAl4Ohfc85gyHX/jhMwsVkmhLU4A== +"@types/semver@^7.5.0": + version "7.5.3" + resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.3.tgz#9a726e116beb26c24f1ccd6850201e1246122e04" + integrity sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw== "@types/source-list-map@*": - version "0.1.2" - resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.2.tgz#0078836063ffaf17412349bba364087e0ac02ec9" - integrity sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA== + version "0.1.3" + resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.3.tgz#077e15c87fe06520e30396a533bd9848e735ce9b" + integrity sha512-I9R/7fUjzUOyDy6AFkehCK711wWoAXEaBi80AfjZt1lIkbe6AcXKd3ckQc3liMvQExWvfOeh/8CtKzrfUFN5gA== "@types/tapable@^1", "@types/tapable@^1.0.5": - version "1.0.8" - resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.8.tgz#b94a4391c85666c7b73299fd3ad79d4faa435310" - integrity sha512-ipixuVrh2OdNmauvtT51o3d8z12p6LtFW9in7U79der/kwejjdNchQC5UMn5u/KxNoM7VHHOs/l8KS8uHxhODQ== + version "1.0.9" + resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.9.tgz#1481a4236267dd2d0ca2a637adb90f0ccb3d69c4" + integrity sha512-fOHIwZua0sRltqWzODGUM6b4ffZrf/vzGUmNXdR+4DzuJP42PMbM5dLKcdzlYvv8bMJ3GALOzkk1q7cDm2zPyA== "@types/throttle-debounce@^2.1.0": version "2.1.0" @@ -4077,45 +4196,45 @@ integrity sha512-5eQEtSCoESnh2FsiLTxE121IiE60hnMqcb435fShf4bpLRjEu1Eoekht23y6zXS9Ts3l+Szu3TARnTsA0GkOkQ== "@types/trusted-types@^2.0.2": - version "2.0.2" - resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.2.tgz#fc25ad9943bcac11cceb8168db4f275e0e72e756" - integrity sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg== + version "2.0.4" + resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.4.tgz#2b38784cd16957d3782e8e2b31c03bc1d13b4d65" + integrity sha512-IDaobHimLQhjwsQ/NMwRVfa/yL7L/wriQPMhw1ZJall0KX6E1oxk29XMDeilW5qTIg5aoiqf5Udy8U/51aNoQQ== "@types/uglify-js@*": - version "3.17.1" - resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.17.1.tgz#e0ffcef756476410e5bce2cb01384ed878a195b5" - integrity sha512-GkewRA4i5oXacU/n4MA9+bLgt5/L3F1mKrYvFGm7r2ouLXhRKjuWwo9XHNnbx6WF3vlGW21S3fCvgqxvxXXc5g== + version "3.17.2" + resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.17.2.tgz#a2ba86fd524f6281a7655463338c546f845b29c3" + integrity sha512-9SjrHO54LINgC/6Ehr81NjAxAYvwEZqjUHLjJYvC4Nmr9jbLQCIZbWSvl4vXQkkmR1UAuaKDycau3O1kWGFyXQ== dependencies: source-map "^0.6.1" -"@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.2", "@types/unist@^2.0.3": - version "2.0.6" - resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d" - integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ== +"@types/unist@^2", "@types/unist@^2.0.0", "@types/unist@^2.0.2", "@types/unist@^2.0.3": + version "2.0.8" + resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.8.tgz#bb197b9639aa1a04cf464a617fe800cccd92ad5c" + integrity sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw== "@types/warning@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@types/warning/-/warning-3.0.0.tgz#0d2501268ad8f9962b740d387c4654f5f8e23e52" - integrity sha512-t/Tvs5qR47OLOr+4E9ckN8AmP2Tf16gWq+/qA4iUGS/OOyHVO8wv2vjJuX8SNOUTJyWb+2t7wJm6cXILFnOROA== + version "3.0.1" + resolved "https://registry.yarnpkg.com/@types/warning/-/warning-3.0.1.tgz#a62d1d2b7f34376da84ee0afe0145152e62b9699" + integrity sha512-ywJmriP+nvjBKNBEMaNZgj2irZHoxcKeYcyMLbqhYKbDVn8yCIULy2Ol/tvIb37O3IBeZj3RU4tXqQTtGwoAMg== -"@types/webpack-env@^1.16.0", "@types/webpack-env@^1.17.0": - version "1.18.0" - resolved "https://registry.yarnpkg.com/@types/webpack-env/-/webpack-env-1.18.0.tgz#ed6ecaa8e5ed5dfe8b2b3d00181702c9925f13fb" - integrity sha512-56/MAlX5WMsPVbOg7tAxnYvNYMMWr/QJiIp6BxVSW3JJXUVzzOn64qW8TzQyMSqSUFM2+PVI4aUHcHOzIz/1tg== +"@types/webpack-env@^1.16.0": + version "1.18.2" + resolved "https://registry.yarnpkg.com/@types/webpack-env/-/webpack-env-1.18.2.tgz#0264bc30c0c4a073118ce5b26c5ef143da4374df" + integrity sha512-BFqcTHHTrrI8EBmIzNAmLPP3IqtEG9J1IPFWbPeS/F0/TGNmo0pI5svOa7JbMF9vSCXQCvJWT2gxLJNVuf9blw== "@types/webpack-sources@*": - version "3.2.0" - resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-3.2.0.tgz#16d759ba096c289034b26553d2df1bf45248d38b" - integrity sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg== + version "3.2.1" + resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-3.2.1.tgz#98670b35fa799c44ac235910f3fda9bfdcdbc2c6" + integrity sha512-iLC3Fsx62ejm3ST3PQ8vBMC54Rb3EoCprZjeJGI5q+9QjfDLGt9jeg/k245qz1G9AQnORGk0vqPicJFPT1QODQ== dependencies: "@types/node" "*" "@types/source-list-map" "*" source-map "^0.7.3" "@types/webpack@^4.41.26", "@types/webpack@^4.41.8": - version "4.41.33" - resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.33.tgz#16164845a5be6a306bcbe554a8e67f9cac215ffc" - integrity sha512-PPajH64Ft2vWevkerISMtnZ8rTs4YmRbs+23c402J0INmxDKCrhZNvwZYtzx96gY2wAtXdrK1BS2fiC8MlLr3g== + version "4.41.34" + resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.34.tgz#8cf616be84b39c8fb26f9459d4470a5514df2477" + integrity sha512-CN2aOGrR3zbMc2v+cKqzaClYP1ldkpPOgtdNvgX+RmlWCSWxHxpzz6WSCVQZRkF8D60ROlkRzAoEpgjWQ+bd2g== dependencies: "@types/node" "*" "@types/tapable" "^1" @@ -4125,14 +4244,14 @@ source-map "^0.6.0" "@types/yargs-parser@*": - version "21.0.0" - resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.0.tgz#0c60e537fa790f5f9472ed2776c2b71ec117351b" - integrity sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA== + version "21.0.1" + resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.1.tgz#07773d7160494d56aa882d7531aac7319ea67c3b" + integrity sha512-axdPBuLuEJt0c4yI5OZssC19K2Mq1uKdrfZBzuxLvaztgqUtFYZUNw7lETExPYJR9jdEoIg4mb7RQKRQzOkeGQ== "@types/yargs@^15.0.0": - version "15.0.14" - resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.14.tgz#26d821ddb89e70492160b66d10a0eb6df8f6fb06" - integrity sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ== + version "15.0.16" + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.16.tgz#258009dc52907e8f03041eb64ffdac297ba4b208" + integrity sha512-2FeD5qezW3FvLpZ0JpfuaEWepgNLl9b2gQYiz/ce0NhoB1W/D+VZu98phITXkADYerfr/jb7JcDcVhITsc9bwg== dependencies: "@types/yargs-parser" "*" @@ -4162,13 +4281,13 @@ "@typescript-eslint/types" "4.33.0" eslint-visitor-keys "^2.0.0" -"@webassemblyjs/ast@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7" - integrity sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw== +"@webassemblyjs/ast@1.11.6", "@webassemblyjs/ast@^1.11.5": + version "1.11.6" + resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.6.tgz#db046555d3c413f8966ca50a95176a0e2c642e24" + integrity sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q== dependencies: - "@webassemblyjs/helper-numbers" "1.11.1" - "@webassemblyjs/helper-wasm-bytecode" "1.11.1" + "@webassemblyjs/helper-numbers" "1.11.6" + "@webassemblyjs/helper-wasm-bytecode" "1.11.6" "@webassemblyjs/ast@1.9.0": version "1.9.0" @@ -4179,30 +4298,30 @@ "@webassemblyjs/helper-wasm-bytecode" "1.9.0" "@webassemblyjs/wast-parser" "1.9.0" -"@webassemblyjs/floating-point-hex-parser@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz#f6c61a705f0fd7a6aecaa4e8198f23d9dc179e4f" - integrity sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ== +"@webassemblyjs/floating-point-hex-parser@1.11.6": + version "1.11.6" + resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz#dacbcb95aff135c8260f77fa3b4c5fea600a6431" + integrity sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw== "@webassemblyjs/floating-point-hex-parser@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz#3c3d3b271bddfc84deb00f71344438311d52ffb4" integrity sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA== -"@webassemblyjs/helper-api-error@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz#1a63192d8788e5c012800ba6a7a46c705288fd16" - integrity sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg== +"@webassemblyjs/helper-api-error@1.11.6": + version "1.11.6" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz#6132f68c4acd59dcd141c44b18cbebbd9f2fa768" + integrity sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q== "@webassemblyjs/helper-api-error@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz#203f676e333b96c9da2eeab3ccef33c45928b6a2" integrity sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw== -"@webassemblyjs/helper-buffer@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz#832a900eb444884cde9a7cad467f81500f5e5ab5" - integrity sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA== +"@webassemblyjs/helper-buffer@1.11.6": + version "1.11.6" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.6.tgz#b66d73c43e296fd5e88006f18524feb0f2c7c093" + integrity sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA== "@webassemblyjs/helper-buffer@1.9.0": version "1.9.0" @@ -4228,34 +4347,34 @@ dependencies: "@webassemblyjs/ast" "1.9.0" -"@webassemblyjs/helper-numbers@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz#64d81da219fbbba1e3bd1bfc74f6e8c4e10a62ae" - integrity sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ== +"@webassemblyjs/helper-numbers@1.11.6": + version "1.11.6" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz#cbce5e7e0c1bd32cf4905ae444ef64cea919f1b5" + integrity sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g== dependencies: - "@webassemblyjs/floating-point-hex-parser" "1.11.1" - "@webassemblyjs/helper-api-error" "1.11.1" + "@webassemblyjs/floating-point-hex-parser" "1.11.6" + "@webassemblyjs/helper-api-error" "1.11.6" "@xtuc/long" "4.2.2" -"@webassemblyjs/helper-wasm-bytecode@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz#f328241e41e7b199d0b20c18e88429c4433295e1" - integrity sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q== +"@webassemblyjs/helper-wasm-bytecode@1.11.6": + version "1.11.6" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz#bb2ebdb3b83aa26d9baad4c46d4315283acd51e9" + integrity sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA== "@webassemblyjs/helper-wasm-bytecode@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz#4fed8beac9b8c14f8c58b70d124d549dd1fe5790" integrity sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw== -"@webassemblyjs/helper-wasm-section@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz#21ee065a7b635f319e738f0dd73bfbda281c097a" - integrity sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg== +"@webassemblyjs/helper-wasm-section@1.11.6": + version "1.11.6" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.6.tgz#ff97f3863c55ee7f580fd5c41a381e9def4aa577" + integrity sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g== dependencies: - "@webassemblyjs/ast" "1.11.1" - "@webassemblyjs/helper-buffer" "1.11.1" - "@webassemblyjs/helper-wasm-bytecode" "1.11.1" - "@webassemblyjs/wasm-gen" "1.11.1" + "@webassemblyjs/ast" "1.11.6" + "@webassemblyjs/helper-buffer" "1.11.6" + "@webassemblyjs/helper-wasm-bytecode" "1.11.6" + "@webassemblyjs/wasm-gen" "1.11.6" "@webassemblyjs/helper-wasm-section@1.9.0": version "1.9.0" @@ -4267,10 +4386,10 @@ "@webassemblyjs/helper-wasm-bytecode" "1.9.0" "@webassemblyjs/wasm-gen" "1.9.0" -"@webassemblyjs/ieee754@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz#963929e9bbd05709e7e12243a099180812992614" - integrity sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ== +"@webassemblyjs/ieee754@1.11.6": + version "1.11.6" + resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz#bb665c91d0b14fffceb0e38298c329af043c6e3a" + integrity sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg== dependencies: "@xtuc/ieee754" "^1.2.0" @@ -4281,10 +4400,10 @@ dependencies: "@xtuc/ieee754" "^1.2.0" -"@webassemblyjs/leb128@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.11.1.tgz#ce814b45574e93d76bae1fb2644ab9cdd9527aa5" - integrity sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw== +"@webassemblyjs/leb128@1.11.6": + version "1.11.6" + resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.11.6.tgz#70e60e5e82f9ac81118bc25381a0b283893240d7" + integrity sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ== dependencies: "@xtuc/long" "4.2.2" @@ -4295,30 +4414,16 @@ dependencies: "@xtuc/long" "4.2.2" -"@webassemblyjs/utf8@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.11.1.tgz#d1f8b764369e7c6e6bae350e854dec9a59f0a3ff" - integrity sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ== +"@webassemblyjs/utf8@1.11.6": + version "1.11.6" + resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.11.6.tgz#90f8bc34c561595fe156603be7253cdbcd0fab5a" + integrity sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA== "@webassemblyjs/utf8@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.9.0.tgz#04d33b636f78e6a6813227e82402f7637b6229ab" integrity sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w== -"@webassemblyjs/wasm-edit@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz#ad206ebf4bf95a058ce9880a8c092c5dec8193d6" - integrity sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA== - dependencies: - "@webassemblyjs/ast" "1.11.1" - "@webassemblyjs/helper-buffer" "1.11.1" - "@webassemblyjs/helper-wasm-bytecode" "1.11.1" - "@webassemblyjs/helper-wasm-section" "1.11.1" - "@webassemblyjs/wasm-gen" "1.11.1" - "@webassemblyjs/wasm-opt" "1.11.1" - "@webassemblyjs/wasm-parser" "1.11.1" - "@webassemblyjs/wast-printer" "1.11.1" - "@webassemblyjs/wasm-edit@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz#3fe6d79d3f0f922183aa86002c42dd256cfee9cf" @@ -4333,16 +4438,30 @@ "@webassemblyjs/wasm-parser" "1.9.0" "@webassemblyjs/wast-printer" "1.9.0" -"@webassemblyjs/wasm-gen@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz#86c5ea304849759b7d88c47a32f4f039ae3c8f76" - integrity sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA== +"@webassemblyjs/wasm-edit@^1.11.5": + version "1.11.6" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.6.tgz#c72fa8220524c9b416249f3d94c2958dfe70ceab" + integrity sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw== + dependencies: + "@webassemblyjs/ast" "1.11.6" + "@webassemblyjs/helper-buffer" "1.11.6" + "@webassemblyjs/helper-wasm-bytecode" "1.11.6" + "@webassemblyjs/helper-wasm-section" "1.11.6" + "@webassemblyjs/wasm-gen" "1.11.6" + "@webassemblyjs/wasm-opt" "1.11.6" + "@webassemblyjs/wasm-parser" "1.11.6" + "@webassemblyjs/wast-printer" "1.11.6" + +"@webassemblyjs/wasm-gen@1.11.6": + version "1.11.6" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.6.tgz#fb5283e0e8b4551cc4e9c3c0d7184a65faf7c268" + integrity sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA== dependencies: - "@webassemblyjs/ast" "1.11.1" - "@webassemblyjs/helper-wasm-bytecode" "1.11.1" - "@webassemblyjs/ieee754" "1.11.1" - "@webassemblyjs/leb128" "1.11.1" - "@webassemblyjs/utf8" "1.11.1" + "@webassemblyjs/ast" "1.11.6" + "@webassemblyjs/helper-wasm-bytecode" "1.11.6" + "@webassemblyjs/ieee754" "1.11.6" + "@webassemblyjs/leb128" "1.11.6" + "@webassemblyjs/utf8" "1.11.6" "@webassemblyjs/wasm-gen@1.9.0": version "1.9.0" @@ -4355,15 +4474,15 @@ "@webassemblyjs/leb128" "1.9.0" "@webassemblyjs/utf8" "1.9.0" -"@webassemblyjs/wasm-opt@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz#657b4c2202f4cf3b345f8a4c6461c8c2418985f2" - integrity sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw== +"@webassemblyjs/wasm-opt@1.11.6": + version "1.11.6" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.6.tgz#d9a22d651248422ca498b09aa3232a81041487c2" + integrity sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g== dependencies: - "@webassemblyjs/ast" "1.11.1" - "@webassemblyjs/helper-buffer" "1.11.1" - "@webassemblyjs/wasm-gen" "1.11.1" - "@webassemblyjs/wasm-parser" "1.11.1" + "@webassemblyjs/ast" "1.11.6" + "@webassemblyjs/helper-buffer" "1.11.6" + "@webassemblyjs/wasm-gen" "1.11.6" + "@webassemblyjs/wasm-parser" "1.11.6" "@webassemblyjs/wasm-opt@1.9.0": version "1.9.0" @@ -4375,17 +4494,17 @@ "@webassemblyjs/wasm-gen" "1.9.0" "@webassemblyjs/wasm-parser" "1.9.0" -"@webassemblyjs/wasm-parser@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz#86ca734534f417e9bd3c67c7a1c75d8be41fb199" - integrity sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA== +"@webassemblyjs/wasm-parser@1.11.6", "@webassemblyjs/wasm-parser@^1.11.5": + version "1.11.6" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.6.tgz#bb85378c527df824004812bbdb784eea539174a1" + integrity sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ== dependencies: - "@webassemblyjs/ast" "1.11.1" - "@webassemblyjs/helper-api-error" "1.11.1" - "@webassemblyjs/helper-wasm-bytecode" "1.11.1" - "@webassemblyjs/ieee754" "1.11.1" - "@webassemblyjs/leb128" "1.11.1" - "@webassemblyjs/utf8" "1.11.1" + "@webassemblyjs/ast" "1.11.6" + "@webassemblyjs/helper-api-error" "1.11.6" + "@webassemblyjs/helper-wasm-bytecode" "1.11.6" + "@webassemblyjs/ieee754" "1.11.6" + "@webassemblyjs/leb128" "1.11.6" + "@webassemblyjs/utf8" "1.11.6" "@webassemblyjs/wasm-parser@1.9.0": version "1.9.0" @@ -4411,12 +4530,12 @@ "@webassemblyjs/helper-fsm" "1.9.0" "@xtuc/long" "4.2.2" -"@webassemblyjs/wast-printer@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz#d0c73beda8eec5426f10ae8ef55cee5e7084c2f0" - integrity sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg== +"@webassemblyjs/wast-printer@1.11.6": + version "1.11.6" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.11.6.tgz#a7bf8dd7e362aeb1668ff43f35cb849f188eff20" + integrity sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A== dependencies: - "@webassemblyjs/ast" "1.11.1" + "@webassemblyjs/ast" "1.11.6" "@xtuc/long" "4.2.2" "@webassemblyjs/wast-printer@1.9.0": @@ -4439,9 +4558,9 @@ integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ== "@yaireo/tagify@^4.9.4": - version "4.16.4" - resolved "https://registry.yarnpkg.com/@yaireo/tagify/-/tagify-4.16.4.tgz#78d2cbb56cd083af175d3cb48178ada0b37d9872" - integrity sha512-7x13aVfYPGUUMXWkV11/Zw4w1RkkTWtaO/rEAkaOFNwGIFXDBeG5Wr4gWF6JSHXLZAreS53nHq6b6mJrtpUgYA== + version "4.17.9" + resolved "https://registry.yarnpkg.com/@yaireo/tagify/-/tagify-4.17.9.tgz#ff10ae832001200dbd4e354aedb6d1df7074c266" + integrity sha512-x9aZy22hzte7BNmMrFcYNrZH71ombgH5PnzcOVXqPevRV/m/ItSnWIvY5fOHYzpC9Uxy0+h/1P5v62fIvwq2MA== accepts@~1.3.5, accepts@~1.3.8: version "1.3.8" @@ -4451,12 +4570,12 @@ accepts@~1.3.5, accepts@~1.3.8: mime-types "~2.1.34" negotiator "0.6.3" -acorn-import-assertions@^1.7.6: - version "1.8.0" - resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz#ba2b5939ce62c238db6d93d81c9b111b29b855e9" - integrity sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw== +acorn-import-assertions@^1.9.0: + version "1.9.0" + resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz#507276249d684797c84e0734ef84860334cfb1ac" + integrity sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA== -acorn-jsx@^5.3.1: +acorn-jsx@^5.3.1, acorn-jsx@^5.3.2: version "5.3.2" resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937" integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ== @@ -4476,15 +4595,15 @@ acorn@^7.4.1: resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa" integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== -acorn@^8.5.0, acorn@^8.7.1: - version "8.8.1" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.1.tgz#0a3f9cbecc4ec3bea6f0a80b66ae8dd2da250b73" - integrity sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA== +acorn@^8.7.1, acorn@^8.8.2, acorn@^8.9.0: + version "8.10.0" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.10.0.tgz#8be5b3907a67221a81ab23c7889c4c5526b62ec5" + integrity sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw== address@^1.0.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/address/-/address-1.2.1.tgz#25bb61095b7522d65b357baa11bc05492d4c8acd" - integrity sha512-B+6bi5D34+fDYENiH5qOlA0cV2rAGKuWZ9LeyUUehbXy8e0VS9e498yO0Jeeh+iM+6KbfudHTFjXw2MmJD4QRA== + version "1.2.2" + resolved "https://registry.yarnpkg.com/address/-/address-1.2.2.tgz#2b5248dac5485a6390532c6a517fda2e3faac89e" + integrity sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA== aggregate-error@^3.0.0: version "3.1.0" @@ -4604,9 +4723,9 @@ anymatch@^2.0.0: normalize-path "^2.1.1" anymatch@^3.0.0, anymatch@^3.0.3, anymatch@~3.1.2: - version "3.1.2" - resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716" - integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg== + version "3.1.3" + resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e" + integrity sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw== dependencies: normalize-path "^3.0.0" picomatch "^2.0.4" @@ -4652,9 +4771,9 @@ argparse@^2.0.1: integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== aria-hidden@^1.1.3: - version "1.2.1" - resolved "https://registry.yarnpkg.com/aria-hidden/-/aria-hidden-1.2.1.tgz#ad8c1edbde360b454eb2bf717ea02da00bfee0f8" - integrity sha512-PN344VAf9j1EAi+jyVHOJ8XidQdPVssGco39eNcsGdM4wcsILtxrKLkbuiMfLWYROK1FjRQasMWCBttrhjnr6A== + version "1.2.3" + resolved "https://registry.yarnpkg.com/aria-hidden/-/aria-hidden-1.2.3.tgz#14aeb7fb692bbb72d69bebfa47279c1fd725e954" + integrity sha512-xcLxITLe2HYa1cnYnwCjkOO1PqUHQpozB8x9AR0OgWN2woOBi5kSDVxKfd0b7sb1hw5qFeJhXm9H1nu3xSfLeQ== dependencies: tslib "^2.0.0" @@ -4673,6 +4792,14 @@ arr-union@^3.1.0: resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" integrity sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q== +array-buffer-byte-length@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz#fabe8bc193fea865f317fe7807085ee0dee5aead" + integrity sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A== + dependencies: + call-bind "^1.0.2" + is-array-buffer "^3.0.1" + array-differ@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/array-differ/-/array-differ-1.0.0.tgz#eff52e3758249d33be402b8bb8e564bb2b5d4031" @@ -4688,15 +4815,15 @@ array-flatten@1.1.1: resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2" integrity sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg== -array-includes@^3.0.3: - version "3.1.6" - resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.6.tgz#9e9e720e194f198266ba9e18c29e6a9b0e4b225f" - integrity sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw== +array-includes@^3.0.3, array-includes@^3.1.6: + version "3.1.7" + resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.7.tgz#8cd2e01b26f7a3086cbc87271593fe921c62abda" + integrity sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" - get-intrinsic "^1.1.3" + define-properties "^1.2.0" + es-abstract "^1.22.1" + get-intrinsic "^1.2.1" is-string "^1.0.7" array-union@^1.0.1, array-union@^1.0.2: @@ -4721,48 +4848,83 @@ array-unique@^0.3.2: resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" integrity sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ== -array.prototype.flat@^1.2.1, array.prototype.flat@^1.2.3: - version "1.3.1" - resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz#ffc6576a7ca3efc2f46a143b9d1dda9b4b3cf5e2" - integrity sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA== +array.prototype.findlastindex@^1.2.2: + version "1.2.3" + resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.3.tgz#b37598438f97b579166940814e2c0493a4f50207" + integrity sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + define-properties "^1.2.0" + es-abstract "^1.22.1" es-shim-unscopables "^1.0.0" + get-intrinsic "^1.2.1" -array.prototype.flatmap@^1.2.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183" - integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ== +array.prototype.flat@^1.2.1, array.prototype.flat@^1.2.3, array.prototype.flat@^1.3.1: + version "1.3.2" + resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz#1476217df8cff17d72ee8f3ba06738db5b387d18" + integrity sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + define-properties "^1.2.0" + es-abstract "^1.22.1" + es-shim-unscopables "^1.0.0" + +array.prototype.flatmap@^1.2.1, array.prototype.flatmap@^1.3.1: + version "1.3.2" + resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz#c9a7c6831db8e719d6ce639190146c24bbd3e527" + integrity sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ== + dependencies: + call-bind "^1.0.2" + define-properties "^1.2.0" + es-abstract "^1.22.1" es-shim-unscopables "^1.0.0" array.prototype.map@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/array.prototype.map/-/array.prototype.map-1.0.5.tgz#6e43c2fee6c0fb5e4806da2dc92eb00970809e55" - integrity sha512-gfaKntvwqYIuC7mLLyv2wzZIJqrRhn5PZ9EfFejSx6a78sV7iDsGpG9P+3oUPtm1Rerqm6nrKS4FYuTIvWfo3g== + version "1.0.6" + resolved "https://registry.yarnpkg.com/array.prototype.map/-/array.prototype.map-1.0.6.tgz#6a3d23f7192b2066eb97666ccc34118cb8163950" + integrity sha512-nK1psgF2cXqP3wSyCSq0Hc7zwNq3sfljQqaG27r/7a7ooNUnn5nGq6yYWyks9jMO5EoFQ0ax80hSg6oXSRNXaw== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + define-properties "^1.2.0" + es-abstract "^1.22.1" es-array-method-boxes-properly "^1.0.0" is-string "^1.0.7" -array.prototype.reduce@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/array.prototype.reduce/-/array.prototype.reduce-1.0.5.tgz#6b20b0daa9d9734dd6bc7ea66b5bbce395471eac" - integrity sha512-kDdugMl7id9COE8R7MHF5jWk7Dqt/fs4Pv+JXoICnYwqpjjjbUurz6w5fT5IG6brLdJhv6/VoHB0H7oyIBXd+Q== +array.prototype.reduce@^1.0.6: + version "1.0.6" + resolved "https://registry.yarnpkg.com/array.prototype.reduce/-/array.prototype.reduce-1.0.6.tgz#63149931808c5fc1e1354814923d92d45f7d96d5" + integrity sha512-UW+Mz8LG/sPSU8jRDCjVr6J/ZKAGpHfwrZ6kWTG5qCxIEiXdVshqGnu5vEZA8S1y6X4aCSbQZ0/EEsfvEvBiSg== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + define-properties "^1.2.0" + es-abstract "^1.22.1" es-array-method-boxes-properly "^1.0.0" is-string "^1.0.7" +array.prototype.tosorted@^1.1.1: + version "1.1.2" + resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.2.tgz#620eff7442503d66c799d95503f82b475745cefd" + integrity sha512-HuQCHOlk1Weat5jzStICBCd83NxiIMwqDg/dHEsoefabn/hJRj5pVdWcPUSpRrwhwxZOsQassMpgN/xRYFBMIg== + dependencies: + call-bind "^1.0.2" + define-properties "^1.2.0" + es-abstract "^1.22.1" + es-shim-unscopables "^1.0.0" + get-intrinsic "^1.2.1" + +arraybuffer.prototype.slice@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.2.tgz#98bd561953e3e74bb34938e77647179dfe6e9f12" + integrity sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw== + dependencies: + array-buffer-byte-length "^1.0.0" + call-bind "^1.0.2" + define-properties "^1.2.0" + es-abstract "^1.22.1" + get-intrinsic "^1.2.1" + is-array-buffer "^3.0.2" + is-shared-array-buffer "^1.0.2" + arrify@^1.0.0, arrify@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" @@ -4801,12 +4963,12 @@ assert-plus@1.0.0, assert-plus@^1.0.0: integrity sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw== assert@^1.1.1: - version "1.5.0" - resolved "https://registry.yarnpkg.com/assert/-/assert-1.5.0.tgz#55c109aaf6e0aefdb3dc4b71240c70bf574b18eb" - integrity sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA== + version "1.5.1" + resolved "https://registry.yarnpkg.com/assert/-/assert-1.5.1.tgz#038ab248e4ff078e7bc2485ba6e6388466c78f76" + integrity sha512-zzw1uCAgLbsKwBfFc8CX78DDg+xZeBksSO3vwVIDDN5i94eOrPsSSyiVhmsSABFDM/OcpE2aagCat9dnWQLG1A== dependencies: - object-assign "^4.1.1" - util "0.10.3" + object.assign "^4.1.4" + util "^0.10.4" assign-symbols@^1.0.0: version "1.0.0" @@ -4831,9 +4993,16 @@ ast-types@^0.14.2: tslib "^2.0.1" async-each@^1.0.1: - version "1.0.3" - resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf" - integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ== + version "1.0.6" + resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.6.tgz#52f1d9403818c179b7561e11a5d1b77eb2160e77" + integrity sha512-c646jH1avxr+aVpndVMeAfYw7wAa6idufrlN3LPA4PmKS0QEGp6PIC9nwz0WQkkvBGAMEki3pFdtxaF39J9vvg== + +asynciterator.prototype@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/asynciterator.prototype/-/asynciterator.prototype-1.0.0.tgz#8c5df0514936cdd133604dfcc9d3fb93f09b2b62" + integrity sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg== + dependencies: + has-symbols "^1.0.3" asynckit@^0.4.0: version "0.4.0" @@ -4880,20 +5049,25 @@ autoprefixer@^9.8.6: postcss "^7.0.32" postcss-value-parser "^4.1.0" +available-typed-arrays@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7" + integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw== + aws-sign2@~0.7.0: version "0.7.0" resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8" integrity sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA== aws4@^1.8.0: - version "1.11.0" - resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59" - integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA== + version "1.12.0" + resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.12.0.tgz#ce1c9d143389679e253b314241ea9aa5cec980d3" + integrity sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg== axe-core@^4.2.0: - version "4.5.1" - resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.5.1.tgz#04d561c11b6d76d096d34e9d14ba2c294fb20cdc" - integrity sha512-1exVbW0X1O/HSr/WMwnaweyqcWOgZgLiVxdLG34pvSQk4NlYQr9OUy0JLwuhFfuVNQzzqgH57eYzkFBCb3bIsQ== + version "4.8.2" + resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.8.2.tgz#2f6f3cde40935825cf4465e3c1c9e77b240ff6ae" + integrity sha512-/dlp0fxyM3R8YW7MFzaHWXrf4zzbr0vaYb23VBFCl83R7nWNPg/yaQw2Dc8jzCMmDVLhSdzH8MjrsuIUuvX+6g== babel-loader@^8.0.0: version "8.3.0" @@ -4955,14 +5129,14 @@ babel-plugin-named-exports-order@^0.0.2: resolved "https://registry.yarnpkg.com/babel-plugin-named-exports-order/-/babel-plugin-named-exports-order-0.0.2.tgz#ae14909521cf9606094a2048239d69847540cb09" integrity sha512-OgOYHOLoRK+/mvXU9imKHlG6GkPLYrUCvFXG/CM93R/aNNO8pOOF4aS+S8CCHMDQoNSeiOYEZb/G6RwL95Jktw== -babel-plugin-polyfill-corejs2@^0.3.3: - version "0.3.3" - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz#5d1bd3836d0a19e1b84bbf2d9640ccb6f951c122" - integrity sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q== +babel-plugin-polyfill-corejs2@^0.4.5: + version "0.4.5" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.5.tgz#8097b4cb4af5b64a1d11332b6fb72ef5e64a054c" + integrity sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg== dependencies: - "@babel/compat-data" "^7.17.7" - "@babel/helper-define-polyfill-provider" "^0.3.3" - semver "^6.1.1" + "@babel/compat-data" "^7.22.6" + "@babel/helper-define-polyfill-provider" "^0.4.2" + semver "^6.3.1" babel-plugin-polyfill-corejs3@^0.1.0: version "0.1.7" @@ -4972,20 +5146,20 @@ babel-plugin-polyfill-corejs3@^0.1.0: "@babel/helper-define-polyfill-provider" "^0.1.5" core-js-compat "^3.8.1" -babel-plugin-polyfill-corejs3@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz#56ad88237137eade485a71b52f72dbed57c6230a" - integrity sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA== +babel-plugin-polyfill-corejs3@^0.8.3: + version "0.8.4" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.4.tgz#1fac2b1dcef6274e72b3c72977ed8325cb330591" + integrity sha512-9l//BZZsPR+5XjyJMPtZSK4jv0BsTO1zDac2GC6ygx9WLGlcsnRd1Co0B2zT5fF5Ic6BZy+9m3HNZ3QcOeDKfg== dependencies: - "@babel/helper-define-polyfill-provider" "^0.3.3" - core-js-compat "^3.25.1" + "@babel/helper-define-polyfill-provider" "^0.4.2" + core-js-compat "^3.32.2" -babel-plugin-polyfill-regenerator@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz#390f91c38d90473592ed43351e801a9d3e0fd747" - integrity sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw== +babel-plugin-polyfill-regenerator@^0.5.2: + version "0.5.2" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.2.tgz#80d0f3e1098c080c8b5a65f41e9427af692dc326" + integrity sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA== dependencies: - "@babel/helper-define-polyfill-provider" "^0.3.3" + "@babel/helper-define-polyfill-provider" "^0.4.2" babel-plugin-react-docgen@^4.2.1: version "4.2.1" @@ -4997,20 +5171,15 @@ babel-plugin-react-docgen@^4.2.1: react-docgen "^5.0.0" "babel-plugin-styled-components@>= 1.12.0": - version "2.0.7" - resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-2.0.7.tgz#c81ef34b713f9da2b7d3f5550df0d1e19e798086" - integrity sha512-i7YhvPgVqRKfoQ66toiZ06jPNA3p6ierpfUuEWxNF+fV27Uv5gxBkf8KZLHUCc1nFA9j6+80pYoIpqCeyW3/bA== + version "2.1.4" + resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-2.1.4.tgz#9a1f37c7f32ef927b4b008b529feb4a2c82b1092" + integrity sha512-Xgp9g+A/cG47sUyRwwYxGM4bR/jDRg5N6it/8+HxCnbT5XNKSKDT9xm4oag/osgqjC2It/vH0yXsomOG6k558g== dependencies: - "@babel/helper-annotate-as-pure" "^7.16.0" - "@babel/helper-module-imports" "^7.16.0" - babel-plugin-syntax-jsx "^6.18.0" - lodash "^4.17.11" - picomatch "^2.3.0" - -babel-plugin-syntax-jsx@^6.18.0: - version "6.18.0" - resolved "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946" - integrity sha512-qrPaCSo9c8RHNRHIotaufGbuOBN8rtdC4QrrFFc43vyWCCz7Kl7GL1PGaXtMGQZUXrkCjNEgxDfmAuAabr/rlw== + "@babel/helper-annotate-as-pure" "^7.22.5" + "@babel/helper-module-imports" "^7.22.5" + "@babel/plugin-syntax-jsx" "^7.22.5" + lodash "^4.17.21" + picomatch "^2.3.1" babel-plugin-transform-import-styles@^0.0.11: version "0.0.11" @@ -5082,7 +5251,7 @@ better-spawn@^1.0.4: resolved "https://registry.yarnpkg.com/better-spawn/-/better-spawn-1.0.4.tgz#cc219bd4bb604e4b0459993625cacaad086ba282" integrity sha512-AijKvNcUJ3/Jf2wF5KdBdadQCr1LYVlu91n2ya/65+UxvwyP8V58iYyBwgn66zQTgvakfw8dn+Qh6hwacQn5hg== -big-integer@^1.6.7: +big-integer@^1.6.44, big-integer@^1.6.7: version "1.6.51" resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.51.tgz#0df92a5d9880560d3ff2d5fd20245c889d130686" integrity sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg== @@ -5177,6 +5346,13 @@ bplist-parser@^0.1.0: dependencies: big-integer "^1.6.7" +bplist-parser@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/bplist-parser/-/bplist-parser-0.2.0.tgz#43a9d183e5bf9d545200ceac3e712f79ebbe8d0e" + integrity sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw== + dependencies: + big-integer "^1.6.44" + brace-expansion@^1.1.7: version "1.1.11" resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" @@ -5214,9 +5390,9 @@ brackets2dots@^1.1.0: integrity sha512-DEIJz+ebFQ2SYPpXd8owCjy+8H+9N2Pd9DeSf0J33oavLyBYpAtjLg/Z/RmdJdTeHmKVva+L411HjnvyV2rSOA== breakword@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/breakword/-/breakword-1.0.5.tgz#fd420a417f55016736b5b615161cae1c8f819810" - integrity sha512-ex5W9DoOQ/LUEU3PMdLs9ua/CYZl1678NUkKOdUSi8Aw5F1idieaiRURCBFJCwVcrD1J8Iy3vfWSloaMwO2qFg== + version "1.0.6" + resolved "https://registry.yarnpkg.com/breakword/-/breakword-1.0.6.tgz#242506e7b871b7fad1bce8dc05cb0f2a129c12bd" + integrity sha512-yjxDAYyK/pBvws9H4xKYpLDpYKEH6CzrBPAuXq3x18I+c/2MkVtT3qAr7Oloi6Dss9qNhPVueAAVU1CSeNDIXw== dependencies: wcwidth "^1.0.1" @@ -5299,15 +5475,15 @@ browserslist@^3.2.6: caniuse-lite "^1.0.30000844" electron-to-chromium "^1.3.47" -browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4.21.3, browserslist@^4.21.4: - version "4.21.4" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.4.tgz#e7496bbc67b9e39dd0f98565feccdcb0d4ff6987" - integrity sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw== +browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4.21.10, browserslist@^4.21.9: + version "4.22.1" + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.22.1.tgz#ba91958d1a59b87dab6fed8dfbcb3da5e2e9c619" + integrity sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ== dependencies: - caniuse-lite "^1.0.30001400" - electron-to-chromium "^1.4.251" - node-releases "^2.0.6" - update-browserslist-db "^1.0.9" + caniuse-lite "^1.0.30001541" + electron-to-chromium "^1.4.535" + node-releases "^2.0.13" + update-browserslist-db "^1.0.13" bser@2.1.1: version "2.1.1" @@ -5353,6 +5529,13 @@ builtin-status-codes@^3.0.0: resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8" integrity sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ== +bundle-name@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/bundle-name/-/bundle-name-3.0.0.tgz#ba59bcc9ac785fb67ccdbf104a2bf60c099f0e1a" + integrity sha512-PKA4BeSvBpQKQ8iPOGCSiell+N8P+Tf1DlwqmYhpe2gAhKPHn8EYOxVT+ShuGmhg8lN8XiSlS80yiExKXrURlw== + dependencies: + run-applescript "^5.0.0" + bytes@3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048" @@ -5364,9 +5547,9 @@ bytes@3.1.2: integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg== c8@^7.6.0: - version "7.12.0" - resolved "https://registry.yarnpkg.com/c8/-/c8-7.12.0.tgz#402db1c1af4af5249153535d1c84ad70c5c96b14" - integrity sha512-CtgQrHOkyxr5koX1wEUmN/5cfDa2ckbHRA4Gy5LAL0zaCFtVWJS5++n+w4/sr2GWGerBxgTjpKeDclk/Qk6W/A== + version "7.14.0" + resolved "https://registry.yarnpkg.com/c8/-/c8-7.14.0.tgz#f368184c73b125a80565e9ab2396ff0be4d732f3" + integrity sha512-i04rtkkcNcCf7zsQcSv/T9EbUn4RXQ6mropeMcjFOsQXQ0iGLAr/xT6TImQg4+U9hmNpN9XdvPkjUL1IzbgxJw== dependencies: "@bcoe/v8-coverage" "^0.2.3" "@istanbuljs/schema" "^0.1.3" @@ -5543,10 +5726,10 @@ caniuse-api@^3.0.0: lodash.memoize "^4.1.2" lodash.uniq "^4.5.0" -caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000832, caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001400: - version "1.0.30001482" - resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001482.tgz" - integrity sha512-F1ZInsg53cegyjroxLNW9DmrEQ1SuGRTO1QlpA0o2/6OpQ0gFeDRoq1yFmnr8Sakn9qwwt9DmbxHB6w167OSuQ== +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000832, caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001541: + version "1.0.30001541" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001541.tgz#b1aef0fadd87fb72db4dcb55d220eae17b81cdb1" + integrity sha512-bLOsqxDgTqUBkzxbNlSBt8annkDpQB9NdzdTbO2ooJ+eC/IQcvDspDc058g84ejCelF7vHUx57KIOjEecOHXaw== capture-exit@^2.0.0: version "2.0.0" @@ -5555,10 +5738,10 @@ capture-exit@^2.0.0: dependencies: rsvp "^4.8.4" -case-anything@^2.1.10: - version "2.1.10" - resolved "https://registry.yarnpkg.com/case-anything/-/case-anything-2.1.10.tgz#d18a6ca968d54ec3421df71e3e190f3bced23410" - integrity sha512-JczJwVrCP0jPKh05McyVsuOg6AYosrB9XWZKbQzXeDAm2ClE/PJE/BcrrQrVyGYH7Jg8V/LDupmyL4kFlVsVFQ== +case-anything@^2.1.13: + version "2.1.13" + resolved "https://registry.yarnpkg.com/case-anything/-/case-anything-2.1.13.tgz#0cdc16278cb29a7fcdeb072400da3f342ba329e9" + integrity sha512-zlOQ80VrQ2Ue+ymH5OuM/DlDq64mEm+B9UTdHULv5osUMD6HalNTblf2b1u/m6QecjsnOkBpqVZ+XPwIVsy7Ng== case-sensitive-paths-webpack-plugin@^2.3.0: version "2.4.0" @@ -5575,7 +5758,7 @@ ccount@^1.0.0: resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.1.0.tgz#246687debb6014735131be8abab2d93898f8d043" integrity sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg== -chalk@^2.0.0, chalk@^2.1.0, chalk@^2.4.1: +chalk@^2.1.0, chalk@^2.4.1, chalk@^2.4.2: version "2.4.2" resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== @@ -5657,12 +5840,9 @@ chownr@^2.0.0: integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ== chromatic@^6.11.4: - version "6.11.4" - resolved "https://registry.yarnpkg.com/chromatic/-/chromatic-6.11.4.tgz#1bb72bceb8f4455694e9e27db86c585e8b7cb7cd" - integrity sha512-f1TcuIXKjGUuOjPuwFF44kzbuEcESFcDxHzrzWPLmHuC90dV8HLxbufqYaTOBYMO/rJ32Zftb7S9pXuF/Rhfog== - dependencies: - "@discoveryjs/json-ext" "^0.5.7" - "@types/webpack-env" "^1.17.0" + version "6.24.1" + resolved "https://registry.yarnpkg.com/chromatic/-/chromatic-6.24.1.tgz#848209706b423a78fe4876505a5dca3deb8e8b4c" + integrity sha512-XbpdWWHvFpEHtcq1Km71UcuQ07effB+8q8L47E1Y7HJmJ4ZCoKCuPd8liNrbnvwEAxqfBZvTcONYU/3BPz2i5w== chrome-trace-event@^1.0.2: version "1.0.3" @@ -5705,9 +5885,9 @@ clean-css@^4.2.3: source-map "~0.6.0" clean-css@^5.2.2: - version "5.3.1" - resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.3.1.tgz#d0610b0b90d125196a2894d35366f734e5d7aa32" - integrity sha512-lCr8OHhiWCTw4v8POJovCoh4T7I9U11yVsPjMWWnnMmp9ZowCxyad1Pathle/9HjaDp+fdQKjO9fQydE6RHTZg== + version "5.3.2" + resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.3.2.tgz#70ecc7d4d4114921f5d298349ff86a31a9975224" + integrity sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww== dependencies: source-map "~0.6.0" @@ -5729,9 +5909,9 @@ cli-cursor@^3.1.0: restore-cursor "^3.1.0" cli-spinners@^2.5.0: - version "2.7.0" - resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.7.0.tgz#f815fd30b5f9eaac02db604c7a231ed7cb2f797a" - integrity sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw== + version "2.9.1" + resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.1.tgz#9c0b9dad69a6d47cbb4333c14319b060ed395a35" + integrity sha512-jHgecW0pxkonBJdrKsqxgRX9AcG+u/5k0Q7WPDfi8AogLAdwxEkyYYNWwZ5GvVFoFx2uiY1eNcSK00fh+1+FyQ== cli-table3@^0.6.1: version "0.6.3" @@ -5981,6 +6161,11 @@ concat-stream@^1.5.0: readable-stream "^2.2.2" typedarray "^0.0.6" +confusing-browser-globals@^1.0.10: + version "1.0.11" + resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz#ae40e9b57cdd3915408a2805ebd3a5585608dc81" + integrity sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA== + console-browserify@^1.1.0: version "1.2.0" resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336" @@ -6004,15 +6189,20 @@ content-disposition@0.5.4: safe-buffer "5.2.1" content-type@~1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" - integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== + version "1.0.5" + resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918" + integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA== -convert-source-map@^1.1.0, convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0: +convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0: version "1.9.0" resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.9.0.tgz#7faae62353fb4213366d0ca98358d22e8368b05f" integrity sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A== +convert-source-map@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a" + integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg== + cookie-signature@1.0.6: version "1.0.6" resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c" @@ -6040,22 +6230,22 @@ copy-descriptor@^0.1.0: resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" integrity sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw== -core-js-compat@^3.25.1, core-js-compat@^3.8.1: - version "3.26.0" - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.26.0.tgz#94e2cf8ba3e63800c4956ea298a6473bc9d62b44" - integrity sha512-piOX9Go+Z4f9ZiBFLnZ5VrOpBl0h7IGCkiFUN11QTe6LjAvOT3ifL/5TdoizMh99hcGy5SoLyWbapIY/PIb/3A== +core-js-compat@^3.31.0, core-js-compat@^3.32.2, core-js-compat@^3.8.1: + version "3.32.2" + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.32.2.tgz#8047d1a8b3ac4e639f0d4f66d4431aa3b16e004c" + integrity sha512-+GjlguTDINOijtVRUxrQOv3kfu9rl+qPNdX2LTbJ/ZyVTuxK+ksVSAGX1nHstu4hrv1En/uPTtWgq2gI5wt4AQ== dependencies: - browserslist "^4.21.4" + browserslist "^4.21.10" core-js-pure@^3.23.3, core-js-pure@^3.6.5: - version "3.26.0" - resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.26.0.tgz#7ad8a5dd7d910756f3124374b50026e23265ca9a" - integrity sha512-LiN6fylpVBVwT8twhhluD9TzXmZQQsr2I2eIKtWNbZI1XMfBT7CV18itaN6RA7EtQd/SDdRx/wzvAShX2HvhQA== + version "3.32.2" + resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.32.2.tgz#b7dbdac528625cf87eb0523b532eb61551b9a6d1" + integrity sha512-Y2rxThOuNywTjnX/PgA5vWM6CZ9QB9sz9oGeCixV8MqXZO70z/5SHzf9EeBrEBK0PN36DnEBBu9O/aGWzKuMZQ== core-js@^3.0.1, core-js@^3.0.4, core-js@^3.6.5, core-js@^3.8.2: - version "3.26.0" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.26.0.tgz#a516db0ed0811be10eac5d94f3b8463d03faccfe" - integrity sha512-+DkDrhoR4Y0PxDz6rurahuB+I45OsEUv8E1maPTB6OuHRohMMcznBq9TMpdpDMm/hUPob/mJJS3PqgbHpMTQgw== + version "3.32.2" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.32.2.tgz#172fb5949ef468f93b4be7841af6ab1f21992db7" + integrity sha512-pxXSw1mYZPDGvTQqEc5vgIb83jGQKFGYWY76z4a7weZXUolw3G+OvpZqSRcfYOoOVUQJYEPsWeQK8pKEnUtWxQ== core-util-is@1.0.2: version "1.0.2" @@ -6089,9 +6279,9 @@ cosmiconfig@^6.0.0: yaml "^1.7.2" cosmiconfig@^7.0.0: - version "7.0.1" - resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d" - integrity sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ== + version "7.1.0" + resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.1.0.tgz#1443b9afa596b670082ea46cbd8f6a62b84635f6" + integrity sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA== dependencies: "@types/parse-json" "^4.0.0" import-fresh "^3.2.1" @@ -6156,9 +6346,9 @@ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7: sha.js "^2.4.8" crelt@^1.0.0: - version "1.0.5" - resolved "https://registry.yarnpkg.com/crelt/-/crelt-1.0.5.tgz#57c0d52af8c859e354bace1883eb2e1eb182bb94" - integrity sha512-+BO9wPPi+DWTDcNYhr/W90myha8ptzftZT+LwcmUbbok0rcP/fequmFYCw8NMoH7pkAZQzU78b3kYrlua5a9eA== + version "1.0.6" + resolved "https://registry.yarnpkg.com/crelt/-/crelt-1.0.6.tgz#7cc898ea74e190fb6ef9dae57f8f81cf7302df72" + integrity sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g== cross-env@^7.0.3: version "7.0.3" @@ -6187,7 +6377,7 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5: shebang-command "^1.2.0" which "^1.2.9" -cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.3: +cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3: version "7.0.3" resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== @@ -6305,9 +6495,9 @@ css-select@^4.1.3: nth-check "^2.0.1" css-to-react-native@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/css-to-react-native/-/css-to-react-native-3.0.0.tgz#62dbe678072a824a689bcfee011fc96e02a7d756" - integrity sha512-Ro1yETZA813eoyUp2GDBhG2j+YggidUmzO1/v9eYBKR2EHVEniE2MI/NqpTQ954BMpTPZFsGNPm46qFB9dpaPQ== + version "3.2.0" + resolved "https://registry.yarnpkg.com/css-to-react-native/-/css-to-react-native-3.2.0.tgz#cdd8099f71024e149e4f6fe17a7d46ecd55f1e32" + integrity sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ== dependencies: camelize "^1.0.0" css-color-keywords "^1.0.0" @@ -6425,9 +6615,9 @@ csstype@3.0.9: integrity sha512-rpw6JPxK6Rfg1zLOYCSwle2GFOOsnjmDYDaBwEcwoOg4qlsIVCN789VkBZDJAGi4T07gI4YSutR43t9Zz4Lzuw== csstype@^3.0.2: - version "3.1.1" - resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.1.tgz#841b532c45c758ee546a11d5bd7b7b473c8c30b9" - integrity sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw== + version "3.1.2" + resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.2.tgz#1d4bf9d572f11c14031f0436e1c10bc1f571f50b" + integrity sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ== csv-generate@^3.4.3: version "3.4.3" @@ -6444,7 +6634,7 @@ csv-stringify@^5.6.5: resolved "https://registry.yarnpkg.com/csv-stringify/-/csv-stringify-5.6.5.tgz#c6d74badda4b49a79bf4e72f91cce1e33b94de00" integrity sha512-PjiQ659aQ+fUTQqSrd1XEDnOr52jh30RBurfzkscaE2tPaFsDH5wOAHJiw8XAHphRknCwMUE9KRayc4K/NbO8A== -csv@^5.5.0: +csv@^5.5.3: version "5.5.3" resolved "https://registry.yarnpkg.com/csv/-/csv-5.5.3.tgz#cd26c1e45eae00ce6a9b7b27dcb94955ec95207d" integrity sha512-QTaY0XjjhTQOdguARF0lGKm5/mEq9PD9/VhZZegHDIBq2tQwgNpHc3dneD4mGo2iJs+fTKv5Bp0fZ+BRuY3Z0g== @@ -6469,9 +6659,9 @@ curry2@^1.0.0: fast-bind "^1.0.0" cyclist@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9" - integrity sha512-NJGVKPS81XejHcLhaLJS7plab0fK3slPh11mESeeDq2W4ZI5kUKK/LRRdVDvjJseojbPB7ZwjnyOybg3Igea/A== + version "1.0.2" + resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.2.tgz#673b5f233bf34d8e602b949429f8171d9121bea3" + integrity sha512-0sVXIohTfLqVIW3kb/0n6IiWF3Ifj5nm2XaSrLq2DI6fKIGa2fYAZdk917rUneaeLVpYfFcyXE2ft0fe3remsA== d3-array@2, d3-array@^2.3.0: version "2.12.1" @@ -6570,9 +6760,9 @@ date-arithmetic@^4.1.0: integrity sha512-QWxYLR5P/6GStZcdem+V1xoto6DMadYWpMXU82ES3/RfR3Wdwr3D0+be7mgOJ+Ov0G9D5Dmb9T17sNLQYj9XOg== dayjs@^1.10.7: - version "1.11.6" - resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.6.tgz#2e79a226314ec3ec904e3ee1dd5a4f5e5b1c7afb" - integrity sha512-zZbY5giJAinCG+7AGaw0wIhNZ6J8AhWuSXKvuc1KAyMiRsvGQWqh4L+MomvhdAYjN+lqvVCMq1I41e3YHvXkyQ== + version "1.11.10" + resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.10.tgz#68acea85317a6e164457d6d6947564029a6a16a0" + integrity sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ== debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.5.2: version "2.6.9" @@ -6581,14 +6771,14 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.5.2: dependencies: ms "2.0.0" -debug@4, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.3: +debug@4, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3: version "4.3.4" resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== dependencies: ms "2.1.2" -debug@^3.0.0: +debug@^3.0.0, debug@^3.2.7: version "3.2.7" resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a" integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ== @@ -6609,9 +6799,9 @@ decamelize@^1.1.0, decamelize@^1.1.2, decamelize@^1.2.0: integrity sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA== decode-uri-component@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" - integrity sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og== + version "0.2.2" + resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz#e69dbe25d37941171dd540e024c444cd5188e1e9" + integrity sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ== dedent@^0.7.0: version "0.7.0" @@ -6628,7 +6818,7 @@ deep-extend@^0.6.0: resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac" integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== -deep-is@~0.1.3: +deep-is@^0.1.3: version "0.1.4" resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831" integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ== @@ -6640,10 +6830,10 @@ deepcopy@^2.0.0: dependencies: type-detect "^4.0.8" -deepmerge@^4.0.0, deepmerge@^4.2.2: - version "4.2.2" - resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955" - integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== +deepmerge@^4.0.0, deepmerge@^4.2.2, deepmerge@^4.3.1: + version "4.3.1" + resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.3.1.tgz#44b5f2147cd3b00d4b56137685966f26fd25dd4a" + integrity sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A== default-browser-id@^1.0.4: version "1.0.4" @@ -6654,6 +6844,24 @@ default-browser-id@^1.0.4: meow "^3.1.0" untildify "^2.0.0" +default-browser-id@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/default-browser-id/-/default-browser-id-3.0.0.tgz#bee7bbbef1f4e75d31f98f4d3f1556a14cea790c" + integrity sha512-OZ1y3y0SqSICtE8DE4S8YOE9UZOJ8wO16fKWVP5J1Qz42kV9jcnMVFrEE/noXb/ss3Q4pZIH79kxofzyNNtUNA== + dependencies: + bplist-parser "^0.2.0" + untildify "^4.0.0" + +default-browser@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/default-browser/-/default-browser-4.0.0.tgz#53c9894f8810bf86696de117a6ce9085a3cbc7da" + integrity sha512-wX5pXO1+BrhMkSbROFsyxUm0i/cJEScyNhA4PPxc41ICuv05ZZB/MX28s8aZx6xjmatvebIapF6hLEKEcpneUA== + dependencies: + bundle-name "^3.0.0" + default-browser-id "^3.0.0" + execa "^7.1.1" + titleize "^3.0.0" + defaults@^1.0.3: version "1.0.4" resolved "https://registry.yarnpkg.com/defaults/-/defaults-1.0.4.tgz#b0b02062c1e2aa62ff5d9528f0f98baa90978d7a" @@ -6661,16 +6869,31 @@ defaults@^1.0.3: dependencies: clone "^1.0.2" +define-data-property@^1.0.1: + version "1.1.0" + resolved "https://registry.yarnpkg.com/define-data-property/-/define-data-property-1.1.0.tgz#0db13540704e1d8d479a0656cf781267531b9451" + integrity sha512-UzGwzcjyv3OtAvolTj1GoyNYzfFR+iqbGjcnBEENZVCpM4/Ng1yhGNvS3lR/xDS74Tb2wGG9WzNSNIOS9UVb2g== + dependencies: + get-intrinsic "^1.2.1" + gopd "^1.0.1" + has-property-descriptors "^1.0.0" + define-lazy-prop@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f" integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og== -define-properties@^1.1.2, define-properties@^1.1.3, define-properties@^1.1.4: - version "1.1.4" - resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.4.tgz#0b14d7bd7fbeb2f3572c3a7eda80ea5d57fb05b1" - integrity sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA== +define-lazy-prop@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz#dbb19adfb746d7fc6d734a06b72f4a00d021255f" + integrity sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg== + +define-properties@^1.1.2, define-properties@^1.1.3, define-properties@^1.1.4, define-properties@^1.2.0, define-properties@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.1.tgz#10781cc616eb951a80a034bafcaa7377f6af2b6c" + integrity sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg== dependencies: + define-data-property "^1.0.1" has-property-descriptors "^1.0.0" object-keys "^1.1.1" @@ -6728,9 +6951,9 @@ dequal@^2.0.2: integrity sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA== des.js@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.0.1.tgz#5382142e1bdc53f85d86d53e5f4aa7deb91e0843" - integrity sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA== + version "1.1.0" + resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.1.0.tgz#1d37f5766f3bbff4ee9638e871a8768c173b81da" + integrity sha512-r17GxjhUCjSRy8aiJpr8/UadFIzMzJGexI3Nmz4ADi9LYSFx4gTBp80+NaX/YsXWWLhpZ7v/v/ubEc/bCNfKwg== dependencies: inherits "^2.0.1" minimalistic-assert "^1.0.0" @@ -6812,9 +7035,9 @@ detective-postcss@^4.0.0: postcss-values-parser "^2.0.1" detective-postcss@^5.0.0: - version "5.1.1" - resolved "https://registry.yarnpkg.com/detective-postcss/-/detective-postcss-5.1.1.tgz#ec23ac3818f8be95ac3a38a8b9f3b6d43103ef87" - integrity sha512-YJMsvA0Y6/ST9abMNcQytl9iFQ2bfu4I7B74IUiAvyThfaI9Y666yipL+SrqfReoIekeIEwmGH72oeqX63mwUw== + version "5.1.3" + resolved "https://registry.yarnpkg.com/detective-postcss/-/detective-postcss-5.1.3.tgz#773314cd017621b7d382be81331eb0c7abbe8cc3" + integrity sha512-Wo7PUpF6wqeT1aRgajdyIdDRjFFJVxlXPRAlT1aankH/RVOgrJuEZFZ4ABxYXdzaRPO5Lkg8rHxsxpLnxdJIYA== dependencies: is-url "^1.2.4" postcss "^8.4.6" @@ -6888,6 +7111,13 @@ dnd-multi-backend@^6.0.0: resolved "https://registry.yarnpkg.com/dnd-multi-backend/-/dnd-multi-backend-6.0.0.tgz#4ed68229a3f6f1fb9e9bc45b4034e8330005280d" integrity sha512-qfUO4V0IACs24xfE9m9OUnwIzoL+SWzSiFbKVIHE0pFddJeZ93BZOdHS1XEYr8X3HNh+CfnfjezXgOMgjvh74g== +doctrine@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d" + integrity sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw== + dependencies: + esutils "^2.0.2" + doctrine@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961" @@ -6933,9 +7163,9 @@ dom-walk@^0.1.0: integrity sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w== dom7@^4.0.4: - version "4.0.4" - resolved "https://registry.yarnpkg.com/dom7/-/dom7-4.0.4.tgz#8b68c5d8e5e2ed0fddb1cb93e433bc9060c8f3fb" - integrity sha512-DSSgBzQ4rJWQp1u6o+3FVwMNnT5bzQbMb+o31TjYYeRi05uAcpF8koxdfzeoe5ElzPmua7W7N28YJhF7iEKqIw== + version "4.0.6" + resolved "https://registry.yarnpkg.com/dom7/-/dom7-4.0.6.tgz#091a51621d7a19ce0fb86045cafb3c10035e97ed" + integrity sha512-emjdpPLhpNubapLFdjNL9tP06Sr+GZkrIHEXLWvOGsytACUrkbeIdjO5g77m00BrHTznnlcNqgmn7pCN192TBA== dependencies: ssr-window "^4.0.0" @@ -7036,10 +7266,10 @@ ee-first@1.1.1: resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== -electron-to-chromium@^1.3.47, electron-to-chromium@^1.4.251: - version "1.4.284" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz#61046d1e4cab3a25238f6bf7413795270f125592" - integrity sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA== +electron-to-chromium@^1.3.47, electron-to-chromium@^1.4.535: + version "1.4.536" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.536.tgz#ebdf960fbc27fb8bd0b0dfa9a899cc333bb15f1c" + integrity sha512-L4VgC/76m6y8WVCgnw5kJy/xs7hXrViCFdNKVG8Y7B2isfwrFryFyJzumh3ugxhd/oB1uEaEEvRdmeLrnd7OFA== element-resize-detector@^1.2.2: version "1.2.4" @@ -7101,21 +7331,29 @@ enhanced-resolve@^4.5.0: memory-fs "^0.5.0" tapable "^1.0.0" -enhanced-resolve@^5.10.0, enhanced-resolve@^5.8.3: - version "5.10.0" - resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz#0dc579c3bb2a1032e357ac45b8f3a6f3ad4fb1e6" - integrity sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ== +enhanced-resolve@^5.15.0, enhanced-resolve@^5.8.3: + version "5.15.0" + resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz#1af946c7d93603eb88e9896cee4904dc012e9c35" + integrity sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg== dependencies: graceful-fs "^4.2.4" tapable "^2.2.0" -enquirer@2.3.6, enquirer@^2.3.0: +enquirer@2.3.6: version "2.3.6" resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d" integrity sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg== dependencies: ansi-colors "^4.1.1" +enquirer@^2.3.0: + version "2.4.1" + resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.4.1.tgz#93334b3fbd74fc7097b224ab4a8fb7e40bf4ae56" + integrity sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ== + dependencies: + ansi-colors "^4.1.1" + strip-ansi "^6.0.1" + entities@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55" @@ -7147,35 +7385,50 @@ error-stack-parser@^2.0.6: dependencies: stackframe "^1.3.4" -es-abstract@^1.17.2, es-abstract@^1.19.0, es-abstract@^1.20.4: - version "1.20.4" - resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.4.tgz#1d103f9f8d78d4cf0713edcd6d0ed1a46eed5861" - integrity sha512-0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA== +es-abstract@^1.17.2, es-abstract@^1.22.1: + version "1.22.2" + resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.22.2.tgz#90f7282d91d0ad577f505e423e52d4c1d93c1b8a" + integrity sha512-YoxfFcDmhjOgWPWsV13+2RNjq1F6UQnfs+8TftwNqtzlmFzEXvlUwdrNrYeaizfjQzRMxkZ6ElWMOJIFKdVqwA== dependencies: + array-buffer-byte-length "^1.0.0" + arraybuffer.prototype.slice "^1.0.2" + available-typed-arrays "^1.0.5" call-bind "^1.0.2" + es-set-tostringtag "^2.0.1" es-to-primitive "^1.2.1" - function-bind "^1.1.1" - function.prototype.name "^1.1.5" - get-intrinsic "^1.1.3" + function.prototype.name "^1.1.6" + get-intrinsic "^1.2.1" get-symbol-description "^1.0.0" + globalthis "^1.0.3" + gopd "^1.0.1" has "^1.0.3" has-property-descriptors "^1.0.0" + has-proto "^1.0.1" has-symbols "^1.0.3" - internal-slot "^1.0.3" + internal-slot "^1.0.5" + is-array-buffer "^3.0.2" is-callable "^1.2.7" is-negative-zero "^2.0.2" is-regex "^1.1.4" is-shared-array-buffer "^1.0.2" is-string "^1.0.7" + is-typed-array "^1.1.12" is-weakref "^1.0.2" - object-inspect "^1.12.2" + object-inspect "^1.12.3" object-keys "^1.1.1" object.assign "^4.1.4" - regexp.prototype.flags "^1.4.3" + regexp.prototype.flags "^1.5.1" + safe-array-concat "^1.0.1" safe-regex-test "^1.0.0" - string.prototype.trimend "^1.0.5" - string.prototype.trimstart "^1.0.5" + string.prototype.trim "^1.2.8" + string.prototype.trimend "^1.0.7" + string.prototype.trimstart "^1.0.7" + typed-array-buffer "^1.0.0" + typed-array-byte-length "^1.0.0" + typed-array-byte-offset "^1.0.0" + typed-array-length "^1.0.4" unbox-primitive "^1.0.2" + which-typed-array "^1.1.11" es-array-method-boxes-properly@^1.0.0: version "1.0.0" @@ -7183,23 +7436,53 @@ es-array-method-boxes-properly@^1.0.0: integrity sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA== es-get-iterator@^1.0.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/es-get-iterator/-/es-get-iterator-1.1.2.tgz#9234c54aba713486d7ebde0220864af5e2b283f7" - integrity sha512-+DTO8GYwbMCwbywjimwZMHp8AuYXOS2JZFWoi2AlPOS3ebnII9w/NLpNZtA7A0YLaVDw+O7KFCeoIV7OPvM7hQ== + version "1.1.3" + resolved "https://registry.yarnpkg.com/es-get-iterator/-/es-get-iterator-1.1.3.tgz#3ef87523c5d464d41084b2c3c9c214f1199763d6" + integrity sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw== dependencies: call-bind "^1.0.2" - get-intrinsic "^1.1.0" - has-symbols "^1.0.1" - is-arguments "^1.1.0" + get-intrinsic "^1.1.3" + has-symbols "^1.0.3" + is-arguments "^1.1.1" is-map "^2.0.2" is-set "^2.0.2" - is-string "^1.0.5" + is-string "^1.0.7" isarray "^2.0.5" + stop-iteration-iterator "^1.0.0" -es-module-lexer@^0.9.0: - version "0.9.3" - resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.9.3.tgz#6f13db00cc38417137daf74366f535c8eb438f19" - integrity sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ== +es-iterator-helpers@^1.0.12: + version "1.0.15" + resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.0.15.tgz#bd81d275ac766431d19305923707c3efd9f1ae40" + integrity sha512-GhoY8uYqd6iwUl2kgjTm4CZAf6oo5mHK7BPqx3rKgx893YSsy0LGHV6gfqqQvZt/8xM8xeOnfXBCfqclMKkJ5g== + dependencies: + asynciterator.prototype "^1.0.0" + call-bind "^1.0.2" + define-properties "^1.2.1" + es-abstract "^1.22.1" + es-set-tostringtag "^2.0.1" + function-bind "^1.1.1" + get-intrinsic "^1.2.1" + globalthis "^1.0.3" + has-property-descriptors "^1.0.0" + has-proto "^1.0.1" + has-symbols "^1.0.3" + internal-slot "^1.0.5" + iterator.prototype "^1.1.2" + safe-array-concat "^1.0.1" + +es-module-lexer@^1.2.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.3.1.tgz#c1b0dd5ada807a3b3155315911f364dc4e909db1" + integrity sha512-JUFAyicQV9mXc3YRxPnDlrfBKpqt6hUYzz9/boprUJHs4e4KVr3XwOF70doO6gwXUor6EWZJAyWAfKki84t20Q== + +es-set-tostringtag@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz#338d502f6f674301d710b80c8592de8a15f09cd8" + integrity sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg== + dependencies: + get-intrinsic "^1.1.3" + has "^1.0.3" + has-tostringtag "^1.0.0" es-shim-unscopables@^1.0.0: version "1.0.0" @@ -7223,9 +7506,9 @@ es5-shim@^4.5.13: integrity sha512-jg21/dmlrNQI7JyyA2w7n+yifSxBng0ZralnSfVZjoCawgNTCnS+yBCyVM9DL5itm7SUnDGgv7hcq2XCZX4iRQ== es6-shim@^0.35.5: - version "0.35.6" - resolved "https://registry.yarnpkg.com/es6-shim/-/es6-shim-0.35.6.tgz#d10578301a83af2de58b9eadb7c2c9945f7388a0" - integrity sha512-EmTr31wppcaIAgblChZiuN/l9Y7DPyw8Xtbg7fIVngn6zMW+IEBJDJngeKC3x6wr0V/vcA2wqeFnaw1bFJbDdA== + version "0.35.8" + resolved "https://registry.yarnpkg.com/es6-shim/-/es6-shim-0.35.8.tgz#89216f6fbf8bacba3f897c8c0e814d2a41c05fb7" + integrity sha512-Twf7I2v4/1tLoIXMT8HlqaBSS5H2wQTs2wx3MNYCI8K1R1/clXyCazrcVCPm/FuO9cyV8+leEaZOWD5C253NDg== escalade@^3.1.1: version "3.1.1" @@ -7248,17 +7531,105 @@ escape-string-regexp@^4.0.0: integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== escodegen@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-2.0.0.tgz#5e32b12833e8aa8fa35e1bf0befa89380484c7dd" - integrity sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw== + version "2.1.0" + resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-2.1.0.tgz#ba93bbb7a43986d29d6041f99f5262da773e2e17" + integrity sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w== dependencies: esprima "^4.0.1" estraverse "^5.2.0" esutils "^2.0.2" - optionator "^0.8.1" optionalDependencies: source-map "~0.6.1" +eslint-config-airbnb-base@^15.0.0: + version "15.0.0" + resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz#6b09add90ac79c2f8d723a2580e07f3925afd236" + integrity sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig== + dependencies: + confusing-browser-globals "^1.0.10" + object.assign "^4.1.2" + object.entries "^1.1.5" + semver "^6.3.0" + +eslint-config-prettier@^9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz#eb25485946dd0c66cd216a46232dc05451518d1f" + integrity sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw== + +eslint-import-resolver-node@^0.3.7: + version "0.3.9" + resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz#d4eaac52b8a2e7c3cd1903eb00f7e053356118ac" + integrity sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g== + dependencies: + debug "^3.2.7" + is-core-module "^2.13.0" + resolve "^1.22.4" + +eslint-module-utils@^2.8.0: + version "2.8.0" + resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz#e439fee65fc33f6bba630ff621efc38ec0375c49" + integrity sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw== + dependencies: + debug "^3.2.7" + +eslint-plugin-import@^2.28.1: + version "2.28.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.28.1.tgz#63b8b5b3c409bfc75ebaf8fb206b07ab435482c4" + integrity sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A== + dependencies: + array-includes "^3.1.6" + array.prototype.findlastindex "^1.2.2" + array.prototype.flat "^1.3.1" + array.prototype.flatmap "^1.3.1" + debug "^3.2.7" + doctrine "^2.1.0" + eslint-import-resolver-node "^0.3.7" + eslint-module-utils "^2.8.0" + has "^1.0.3" + is-core-module "^2.13.0" + is-glob "^4.0.3" + minimatch "^3.1.2" + object.fromentries "^2.0.6" + object.groupby "^1.0.0" + object.values "^1.1.6" + semver "^6.3.1" + tsconfig-paths "^3.14.2" + +eslint-plugin-prettier@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.0.tgz#6887780ed95f7708340ec79acfdf60c35b9be57a" + integrity sha512-AgaZCVuYDXHUGxj/ZGu1u8H8CYgDY3iG6w5kUFw4AzMVXzB7VvbKgYR4nATIN+OvUrghMbiDLeimVjVY5ilq3w== + dependencies: + prettier-linter-helpers "^1.0.0" + synckit "^0.8.5" + +eslint-plugin-react@^7.33.2: + version "7.33.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.33.2.tgz#69ee09443ffc583927eafe86ffebb470ee737608" + integrity sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw== + dependencies: + array-includes "^3.1.6" + array.prototype.flatmap "^1.3.1" + array.prototype.tosorted "^1.1.1" + doctrine "^2.1.0" + es-iterator-helpers "^1.0.12" + estraverse "^5.3.0" + jsx-ast-utils "^2.4.1 || ^3.0.0" + minimatch "^3.1.2" + object.entries "^1.1.6" + object.fromentries "^2.0.6" + object.hasown "^1.1.2" + object.values "^1.1.6" + prop-types "^15.8.1" + resolve "^2.0.0-next.4" + semver "^6.3.1" + string.prototype.matchall "^4.0.8" + +eslint-plugin-sonarjs@^0.21.0: + version "0.21.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.21.0.tgz#1917f4d3de0ae72495a594142f51c1576f82e2c7" + integrity sha512-oezUDfFT5S6j3rQheZ4DLPrbetPmMS7zHIKWGHr0CM3g5JgyZroz1FpIKa4jV83NsGpmgIeagpokWDKIJzRQmw== + eslint-scope@5.1.1: version "5.1.1" resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" @@ -7275,16 +7646,88 @@ eslint-scope@^4.0.3: esrecurse "^4.1.0" estraverse "^4.1.1" -eslint-visitor-keys@^2.0.0: +eslint-scope@^7.2.2: + version "7.2.2" + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f" + integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg== + dependencies: + esrecurse "^4.3.0" + estraverse "^5.2.0" + +eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303" integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw== +eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3: + version "3.4.3" + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800" + integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== + +eslint@^8.50.0: + version "8.50.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.50.0.tgz#2ae6015fee0240fcd3f83e1e25df0287f487d6b2" + integrity sha512-FOnOGSuFuFLv/Sa+FDVRZl4GGVAAFFi8LecRsI5a1tMO5HIE8nCm4ivAlzt4dT3ol/PaaGC0rJEEXQmHJBGoOg== + dependencies: + "@eslint-community/eslint-utils" "^4.2.0" + "@eslint-community/regexpp" "^4.6.1" + "@eslint/eslintrc" "^2.1.2" + "@eslint/js" "8.50.0" + "@humanwhocodes/config-array" "^0.11.11" + "@humanwhocodes/module-importer" "^1.0.1" + "@nodelib/fs.walk" "^1.2.8" + ajv "^6.12.4" + chalk "^4.0.0" + cross-spawn "^7.0.2" + debug "^4.3.2" + doctrine "^3.0.0" + escape-string-regexp "^4.0.0" + eslint-scope "^7.2.2" + eslint-visitor-keys "^3.4.3" + espree "^9.6.1" + esquery "^1.4.2" + esutils "^2.0.2" + fast-deep-equal "^3.1.3" + file-entry-cache "^6.0.1" + find-up "^5.0.0" + glob-parent "^6.0.2" + globals "^13.19.0" + graphemer "^1.4.0" + ignore "^5.2.0" + imurmurhash "^0.1.4" + is-glob "^4.0.0" + is-path-inside "^3.0.3" + js-yaml "^4.1.0" + json-stable-stringify-without-jsonify "^1.0.1" + levn "^0.4.1" + lodash.merge "^4.6.2" + minimatch "^3.1.2" + natural-compare "^1.4.0" + optionator "^0.9.3" + strip-ansi "^6.0.1" + text-table "^0.2.0" + +espree@^9.6.0, espree@^9.6.1: + version "9.6.1" + resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f" + integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ== + dependencies: + acorn "^8.9.0" + acorn-jsx "^5.3.2" + eslint-visitor-keys "^3.4.1" + esprima@^4.0.0, esprima@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== +esquery@^1.4.2: + version "1.5.0" + resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b" + integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg== + dependencies: + estraverse "^5.1.0" + esrecurse@^4.1.0, esrecurse@^4.3.0: version "4.3.0" resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921" @@ -7297,7 +7740,7 @@ estraverse@^4.1.1: resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== -estraverse@^5.2.0: +estraverse@^5.1.0, estraverse@^5.2.0, estraverse@^5.3.0: version "5.3.0" resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123" integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== @@ -7359,7 +7802,7 @@ exec-sh@^0.3.2: resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.3.6.tgz#ff264f9e325519a60cb5e273692943483cca63bc" integrity sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w== -execa@5.1.1, execa@^5.1.1: +execa@5.1.1, execa@^5.0.0, execa@^5.1.1: version "5.1.1" resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd" integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg== @@ -7387,6 +7830,21 @@ execa@^1.0.0: signal-exit "^3.0.0" strip-eof "^1.0.0" +execa@^7.1.1: + version "7.2.0" + resolved "https://registry.yarnpkg.com/execa/-/execa-7.2.0.tgz#657e75ba984f42a70f38928cedc87d6f2d4fe4e9" + integrity sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA== + dependencies: + cross-spawn "^7.0.3" + get-stream "^6.0.1" + human-signals "^4.3.0" + is-stream "^3.0.0" + merge-stream "^2.0.0" + npm-run-path "^5.1.0" + onetime "^6.0.0" + signal-exit "^3.0.7" + strip-final-newline "^3.0.0" + expand-brackets@^2.1.4: version "2.1.4" resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" @@ -7513,6 +7971,11 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== +fast-diff@^1.1.2: + version "1.3.0" + resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0" + integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw== + fast-glob@^2.2.6: version "2.2.7" resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-2.2.7.tgz#6953857c3afa475fff92ee6015d52da70a4cd39d" @@ -7525,10 +7988,10 @@ fast-glob@^2.2.6: merge2 "^1.2.3" micromatch "^3.1.10" -fast-glob@^3.2.9: - version "3.2.12" - resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80" - integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w== +fast-glob@^3.2.9, fast-glob@^3.3.0: + version "3.3.1" + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.1.tgz#784b4e897340f3dbbef17413b3f11acf03c874c4" + integrity sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg== dependencies: "@nodelib/fs.stat" "^2.0.2" "@nodelib/fs.walk" "^1.2.3" @@ -7546,15 +8009,15 @@ fast-json-stable-stringify@^2.0.0: resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== -fast-levenshtein@~2.0.6: +fast-levenshtein@^2.0.6: version "2.0.6" resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== fastq@^1.6.0: - version "1.13.0" - resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.13.0.tgz#616760f88a7526bdfc596b7cab8c18938c36b98c" - integrity sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw== + version "1.15.0" + resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.15.0.tgz#d04d07c6a2a68fe4599fea8d2e103a937fae6b3a" + integrity sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw== dependencies: reusify "^1.0.4" @@ -7573,15 +8036,22 @@ fb-watchman@^2.0.0: bser "2.1.1" fetch-retry@^5.0.2: - version "5.0.3" - resolved "https://registry.yarnpkg.com/fetch-retry/-/fetch-retry-5.0.3.tgz#edfa3641892995f9afee94f25b168827aa97fe3d" - integrity sha512-uJQyMrX5IJZkhoEUBQ3EjxkeiZkppBd5jS/fMTJmfZxLSiaQjv2zD0kTvuvkSH89uFvgSlB6ueGpjD3HWN7Bxw== + version "5.0.6" + resolved "https://registry.yarnpkg.com/fetch-retry/-/fetch-retry-5.0.6.tgz#17d0bc90423405b7a88b74355bf364acd2a7fa56" + integrity sha512-3yurQZ2hD9VISAhJJP9bpYFNQrHHBXE2JxxjY5aLEcDi46RmAzJE2OC9FAde0yis5ElW0jTTzs0zfg/Cca4XqQ== figgy-pudding@^3.5.1: version "3.5.2" resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz#b4eee8148abb01dcf1d1ac34367d59e12fa61d6e" integrity sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw== +file-entry-cache@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027" + integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg== + dependencies: + flat-cache "^3.0.4" + file-loader@^6.2.0: version "6.2.0" resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-6.2.0.tgz#baef7cf8e1840df325e4390b4484879480eebe4d" @@ -7611,9 +8081,9 @@ file-uri-to-path@1.0.0: integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== filing-cabinet@^3.0.1: - version "3.3.0" - resolved "https://registry.yarnpkg.com/filing-cabinet/-/filing-cabinet-3.3.0.tgz#365294d2d3d6ab01b4273e62fb6d23388a70cc0f" - integrity sha512-Tnbpbme1ONaHXV5DGcw0OFpcfP3p2itRf5VXO1bguBXdIewDbK6ZFBK//DGKM0BuCzaQLQNY4f5gljzxY1VCUw== + version "3.3.1" + resolved "https://registry.yarnpkg.com/filing-cabinet/-/filing-cabinet-3.3.1.tgz#45d87bb273a0e0a7dd6ac6bac9111059186e2e9c" + integrity sha512-renEK4Hh6DUl9Vl22Y3cxBq1yh8oNvbAdXnhih0wVpmea+uyKjC9K4QeRjUaybIiIewdzfum+Fg15ZqJ/GyCaA== dependencies: app-module-path "^2.2.0" commander "^2.20.3" @@ -7727,17 +8197,18 @@ find-yarn-workspace-root2@1.2.16: pkg-dir "^4.2.0" flat-cache@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11" - integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg== + version "3.1.0" + resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.1.0.tgz#0e54ab4a1a60fe87e2946b6b00657f1c99e1af3f" + integrity sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew== dependencies: - flatted "^3.1.0" + flatted "^3.2.7" + keyv "^4.5.3" rimraf "^3.0.2" -flatted@^3.1.0: - version "3.2.7" - resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787" - integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ== +flatted@^3.2.7: + version "3.2.9" + resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.9.tgz#7eb4c67ca1ba34232ca9d2d93e9886e611ad7daf" + integrity sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ== flatten@^1.0.2: version "1.0.3" @@ -7752,6 +8223,13 @@ flush-write-stream@^1.0.0: inherits "^2.0.3" readable-stream "^2.3.6" +for-each@^0.3.3: + version "0.3.3" + resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e" + integrity sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw== + dependencies: + is-callable "^1.1.3" + for-in@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" @@ -7784,9 +8262,9 @@ fork-ts-checker-webpack-plugin@^4.1.6: worker-rpc "^0.1.0" fork-ts-checker-webpack-plugin@^6.0.4: - version "6.5.2" - resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.2.tgz#4f67183f2f9eb8ba7df7177ce3cf3e75cdafb340" - integrity sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA== + version "6.5.3" + resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.3.tgz#eda2eff6e22476a2688d10661688c47f611b37f3" + integrity sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ== dependencies: "@babel/code-frame" "^7.8.3" "@types/json-schema" "^7.0.5" @@ -7802,10 +8280,10 @@ fork-ts-checker-webpack-plugin@^6.0.4: semver "^7.3.2" tapable "^1.0.0" -form-data@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.1.tgz#ebd53791b78356a99af9a300d4282c4d5eb9755f" - integrity sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg== +form-data@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452" + integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww== dependencies: asynckit "^0.4.0" combined-stream "^1.0.8" @@ -7914,10 +8392,10 @@ fs-minipass@^2.0.0: dependencies: minipass "^3.0.0" -fs-monkey@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.3.tgz#ae3ac92d53bb328efe0e9a1d9541f6ad8d48e2d3" - integrity sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q== +fs-monkey@^1.0.4: + version "1.0.5" + resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.5.tgz#fe450175f0db0d7ea758102e1d84096acb925788" + integrity sha512-8uMbBjrhzW76TYgEV27Y5E//W2f/lTFmx78P2w19FZSxarhI/798APGQyuGCwmkNxgwGRhrLfvWyLBvNtuOmew== fs-readdir-recursive@^1.1.0: version "1.1.0" @@ -7948,26 +8426,26 @@ fsevents@^1.2.7: nan "^2.12.1" fsevents@^2.1.2, fsevents@~2.3.2: - version "2.3.2" - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" - integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== + version "2.3.3" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6" + integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw== function-bind@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== -function.prototype.name@^1.1.0, function.prototype.name@^1.1.5: - version "1.1.5" - resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.5.tgz#cce0505fe1ffb80503e6f9e46cc64e46a12a9621" - integrity sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA== +function.prototype.name@^1.1.0, function.prototype.name@^1.1.5, function.prototype.name@^1.1.6: + version "1.1.6" + resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.6.tgz#cdf315b7d90ee77a4c6ee216c3c3362da07533fd" + integrity sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg== dependencies: call-bind "^1.0.2" - define-properties "^1.1.3" - es-abstract "^1.19.0" - functions-have-names "^1.2.2" + define-properties "^1.2.0" + es-abstract "^1.22.1" + functions-have-names "^1.2.3" -functions-have-names@^1.2.2: +functions-have-names@^1.2.3: version "1.2.3" resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834" integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ== @@ -8018,13 +8496,14 @@ get-caller-file@^2.0.1, get-caller-file@^2.0.5: resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== -get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz#063c84329ad93e83893c7f4f243ef63ffa351385" - integrity sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A== +get-intrinsic@^1.0.2, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3, get-intrinsic@^1.2.0, get-intrinsic@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.1.tgz#d295644fed4505fc9cde952c37ee12b477a83d82" + integrity sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw== dependencies: function-bind "^1.1.1" has "^1.0.3" + has-proto "^1.0.1" has-symbols "^1.0.3" get-own-enumerable-property-symbols@^3.0.0: @@ -8049,7 +8528,7 @@ get-stream@^4.0.0: dependencies: pump "^3.0.0" -get-stream@^6.0.0: +get-stream@^6.0.0, get-stream@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7" integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg== @@ -8094,6 +8573,13 @@ glob-parent@^5.1.2, glob-parent@~5.1.2: dependencies: is-glob "^4.0.1" +glob-parent@^6.0.2: + version "6.0.2" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3" + integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A== + dependencies: + is-glob "^4.0.3" + glob-promise@^3.4.0: version "3.4.0" resolved "https://registry.yarnpkg.com/glob-promise/-/glob-promise-3.4.0.tgz#b6b8f084504216f702dc2ce8c9bc9ac8866fdb20" @@ -8136,7 +8622,14 @@ globals@^11.1.0: resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== -globalthis@^1.0.0: +globals@^13.19.0: + version "13.22.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-13.22.0.tgz#0c9fcb9c48a2494fbb5edbfee644285543eba9d8" + integrity sha512-H1Ddc/PbZHTDVJSnj8kWptIRSD6AM3pK+mKytuIVF4uoBV7rshFlhhvA58ceJ5wp3Er58w6zj7bykMpYXt3ETw== + dependencies: + type-fest "^0.20.2" + +globalthis@^1.0.0, globalthis@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf" integrity sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA== @@ -8176,16 +8669,28 @@ gonzales-pe@^4.2.3, gonzales-pe@^4.3.0: dependencies: minimist "^1.2.5" +gopd@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c" + integrity sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA== + dependencies: + get-intrinsic "^1.1.3" + graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.4, graceful-fs@^4.1.5, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4, graceful-fs@^4.2.9: - version "4.2.10" - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c" - integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA== + version "4.2.11" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3" + integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== grapheme-splitter@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e" integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ== +graphemer@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6" + integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag== + graphviz@0.0.9: version "0.0.9" resolved "https://registry.yarnpkg.com/graphviz/-/graphviz-0.0.9.tgz#0bbf1df588c6a92259282da35323622528c4bbc4" @@ -8194,12 +8699,12 @@ graphviz@0.0.9: temp "~0.4.0" handlebars@^4.7.7: - version "4.7.7" - resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.7.tgz#9ce33416aad02dbd6c8fafa8240d5d98004945a1" - integrity sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA== + version "4.7.8" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.8.tgz#41c42c18b1be2365439188c77c6afae71c0cd9e9" + integrity sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ== dependencies: minimist "^1.2.5" - neo-async "^2.6.0" + neo-async "^2.6.2" source-map "^0.6.1" wordwrap "^1.0.0" optionalDependencies: @@ -8252,6 +8757,11 @@ has-property-descriptors@^1.0.0: dependencies: get-intrinsic "^1.1.1" +has-proto@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/has-proto/-/has-proto-1.0.1.tgz#1885c1305538958aff469fef37937c22795408e0" + integrity sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg== + has-symbols@^1.0.1, has-symbols@^1.0.2, has-symbols@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8" @@ -8407,10 +8917,10 @@ hey-listen@^1.0.8: resolved "https://registry.yarnpkg.com/hey-listen/-/hey-listen-1.0.8.tgz#8e59561ff724908de1aa924ed6ecc84a56a9aa68" integrity sha512-COpmrF2NOg4TBWUJ5UVyaCU2A88wEMkUPK4hNqyCkqHbxT92BbvfjoSozkAIIm6XhicGlJHhFdullInrdhwU8Q== -highlight.js@~11.6.0: - version "11.6.0" - resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-11.6.0.tgz#a50e9da05763f1bb0c1322c8f4f755242cff3f5a" - integrity sha512-ig1eqDzJaB0pqEvlPVIpSSyMaO92bH1N2rJpLMN/nX396wTpDA4Eq0uK+7I/2XG17pFaaKE0kjV/XPeGt7Evjw== +highlight.js@~11.8.0: + version "11.8.0" + resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-11.8.0.tgz#966518ea83257bae2e7c9a48596231856555bb65" + integrity sha512-MedQhoqVdr0U6SSnWPzfiadUcDHfN/Wzq25AkXiQv9oiOO/sG0S7XkvpFIqWBl9Yq1UYyYOOVORs5UW2XlPyzg== history@^4.9.0: version "4.10.1" @@ -8456,9 +8966,9 @@ hsla-regex@^1.0.0: integrity sha512-7Wn5GMLuHBjZCb2bTmnDOycho0p/7UVaAeqXZGbHrBCl6Yd/xDhQJAXe6Ga9AXJH2I5zY1dEdYw2u1UptnSBJA== html-entities@^2.1.0: - version "2.3.3" - resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.3.tgz#117d7626bece327fc8baace8868fa6f5ef856e46" - integrity sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA== + version "2.4.0" + resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.4.0.tgz#edd0cee70402584c8c76cc2c0556db09d1f45061" + integrity sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ== html-escaper@^2.0.0: version "2.0.2" @@ -8492,9 +9002,9 @@ html-minifier-terser@^6.0.2: terser "^5.10.0" html-tags@^3.1.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.2.0.tgz#dbb3518d20b726524e4dd43de397eb0a95726961" - integrity sha512-vy7ClnArOZwCnqZgvv+ddgHgJiAFXe3Ge9ML5/mBctVJoUoYPCdxVucOywjDARn6CVoh3dRSFdPHy2sX80L0Wg== + version "3.3.1" + resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.3.1.tgz#a04026a18c882e4bba8a01a3d39cfe465d40b5ce" + integrity sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ== html-void-elements@^1.0.0: version "1.0.5" @@ -8517,9 +9027,9 @@ html-webpack-plugin@^4.0.0: util.promisify "1.0.0" html-webpack-plugin@^5.0.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz#c3911936f57681c1f9f4d8b68c158cd9dfe52f50" - integrity sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw== + version "5.5.3" + resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.3.tgz#72270f4a78e222b5825b296e5e3e1328ad525a3e" + integrity sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg== dependencies: "@types/html-minifier-terser" "^6.0.0" html-minifier-terser "^6.0.2" @@ -8572,6 +9082,11 @@ human-signals@^2.1.0: resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== +human-signals@^4.3.0: + version "4.3.1" + resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-4.3.1.tgz#ab7f811e851fca97ffbd2c1fe9a958964de321b2" + integrity sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ== + iconv-lite@0.4.24, iconv-lite@^0.4.24: version "0.4.24" resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" @@ -8607,9 +9122,9 @@ ignore@^4.0.3: integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== ignore@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a" - integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== + version "5.2.4" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324" + integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ== image-size@~0.5.0: version "0.5.5" @@ -8617,9 +9132,9 @@ image-size@~0.5.0: integrity sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ== immer@^9.0.5: - version "9.0.16" - resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.16.tgz#8e7caab80118c2b54b37ad43e05758cdefad0198" - integrity sha512-qenGE7CstVm1NrHQbMh8YaSzTZTFNP3zPqr3YU0S0UY441j4bJTg4A2Hh5KAhwgaiU6ZZ1Ar6y/2f4TblnMReQ== + version "9.0.21" + resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.21.tgz#1e025ea31a40f24fb064f1fef23e931496330176" + integrity sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA== immutability-helper@^3.1.1: version "3.1.1" @@ -8687,11 +9202,6 @@ inherits@2, inherits@2.0.4, inherits@^2.0.0, inherits@^2.0.1, inherits@^2.0.3, i resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== -inherits@2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1" - integrity sha512-8nWq2nLTAwd02jTqJExUYFSD/fKq6VH9Y/oG2accc/kdI0V98Bag8d5a4gi3XHz73rDWa2PvTtvcWYquKqSENA== - inherits@2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" @@ -8707,12 +9217,12 @@ inline-style-parser@0.1.1: resolved "https://registry.yarnpkg.com/inline-style-parser/-/inline-style-parser-0.1.1.tgz#ec8a3b429274e9c0a1f1c4ffa9453a7fef72cea1" integrity sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q== -internal-slot@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.3.tgz#7347e307deeea2faac2ac6205d4bc7d34967f59c" - integrity sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA== +internal-slot@^1.0.4, internal-slot@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.5.tgz#f2a2ee21f668f8627a4667f309dc0f4fb6674986" + integrity sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ== dependencies: - get-intrinsic "^1.1.0" + get-intrinsic "^1.2.0" has "^1.0.3" side-channel "^1.0.4" @@ -8780,7 +9290,7 @@ is-alphanumerical@^1.0.0: is-alphabetical "^1.0.0" is-decimal "^1.0.0" -is-arguments@^1.1.0: +is-arguments@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b" integrity sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA== @@ -8788,6 +9298,15 @@ is-arguments@^1.1.0: call-bind "^1.0.2" has-tostringtag "^1.0.0" +is-array-buffer@^3.0.1, is-array-buffer@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/is-array-buffer/-/is-array-buffer-3.0.2.tgz#f2653ced8412081638ecb0ebbd0c41c6e0aecbbe" + integrity sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w== + dependencies: + call-bind "^1.0.2" + get-intrinsic "^1.2.0" + is-typed-array "^1.1.10" + is-arrayish@^0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" @@ -8798,6 +9317,13 @@ is-arrayish@^0.3.1: resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03" integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ== +is-async-function@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-async-function/-/is-async-function-2.0.0.tgz#8e4418efd3e5d3a6ebb0164c05ef5afb69aa9646" + integrity sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA== + dependencies: + has-tostringtag "^1.0.0" + is-bigint@^1.0.1: version "1.0.4" resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3" @@ -8838,13 +9364,13 @@ is-buffer@^2.0.0: integrity sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ== is-builtin-module@^3.1.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.0.tgz#bb0310dfe881f144ca83f30100ceb10cf58835e0" - integrity sha512-phDA4oSGt7vl1n5tJvTWooWWAsXLY+2xCnxNqvKhGEzujg+A43wPlPOyDg3C8XQHN+6k/JTQWJ/j0dQh/qr+Hw== + version "3.2.1" + resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.1.tgz#f03271717d8654cfcaf07ab0463faa3571581169" + integrity sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A== dependencies: builtin-modules "^3.3.0" -is-callable@^1.1.4, is-callable@^1.2.7: +is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.7: version "1.2.7" resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055" integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA== @@ -8875,10 +9401,10 @@ is-color-stop@^1.0.0: rgb-regex "^1.0.1" rgba-regex "^1.0.0" -is-core-module@^2.9.0: - version "2.11.0" - resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144" - integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw== +is-core-module@^2.13.0, is-core-module@^2.9.0: + version "2.13.0" + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.0.tgz#bb52aa6e2cbd49a30c2ba68c42bf3435ba6072db" + integrity sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ== dependencies: has "^1.0.3" @@ -8896,7 +9422,7 @@ is-data-descriptor@^1.0.0: dependencies: kind-of "^6.0.0" -is-date-object@^1.0.1: +is-date-object@^1.0.1, is-date-object@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f" integrity sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ== @@ -8936,6 +9462,11 @@ is-docker@^2.0.0, is-docker@^2.1.1: resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa" integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== +is-docker@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-3.0.0.tgz#90093aa3106277d8a77a5910dbae71747e15a200" + integrity sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ== + is-dom@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/is-dom/-/is-dom-1.1.0.tgz#af1fced292742443bb59ca3f76ab5e80907b4e8a" @@ -8961,6 +9492,13 @@ is-extglob@^2.1.0, is-extglob@^2.1.1: resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ== +is-finalizationregistry@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz#c8749b65f17c133313e661b1289b95ad3dbd62e6" + integrity sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw== + dependencies: + call-bind "^1.0.2" + is-finite@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.1.0.tgz#904135c77fb42c0641d6aa1bcdbc4daa8da082f3" @@ -8976,6 +9514,13 @@ is-function@^1.0.2: resolved "https://registry.yarnpkg.com/is-function/-/is-function-1.0.2.tgz#4f097f30abf6efadac9833b17ca5dc03f8144e08" integrity sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ== +is-generator-function@^1.0.10: + version "1.0.10" + resolved "https://registry.yarnpkg.com/is-generator-function/-/is-generator-function-1.0.10.tgz#f1558baf1ac17e0deea7c0415c438351ff2b3c72" + integrity sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A== + dependencies: + has-tostringtag "^1.0.0" + is-glob@^3.0.0, is-glob@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a" @@ -8983,7 +9528,7 @@ is-glob@^3.0.0, is-glob@^3.1.0: dependencies: is-extglob "^2.1.0" -is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1: +is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1: version "4.0.3" resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== @@ -8995,12 +9540,19 @@ is-hexadecimal@^1.0.0: resolved "https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz#cc35c97588da4bd49a8eedd6bc4082d44dcb23a7" integrity sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw== +is-inside-container@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-inside-container/-/is-inside-container-1.0.0.tgz#e81fba699662eb31dbdaf26766a61d4814717ea4" + integrity sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA== + dependencies: + is-docker "^3.0.0" + is-interactive@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e" integrity sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w== -is-map@^2.0.2: +is-map@^2.0.1, is-map@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.2.tgz#00922db8c9bf73e81b7a335827bc2a43f2b91127" integrity sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg== @@ -9049,6 +9601,11 @@ is-object@^1.0.1: resolved "https://registry.yarnpkg.com/is-object/-/is-object-1.0.2.tgz#a56552e1c665c9e950b4a025461da87e72f86fcf" integrity sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA== +is-path-inside@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283" + integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ== + is-plain-obj@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e" @@ -9101,7 +9658,7 @@ is-resolvable@^1.0.0: resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88" integrity sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg== -is-set@^2.0.2: +is-set@^2.0.1, is-set@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/is-set/-/is-set-2.0.2.tgz#90755fa4c2562dc1c5d4024760d6119b94ca18ec" integrity sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g== @@ -9123,6 +9680,11 @@ is-stream@^2.0.0: resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077" integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg== +is-stream@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-3.0.0.tgz#e6bfd7aa6bef69f4f472ce9bb681e3e57b4319ac" + integrity sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA== + is-string@^1.0.5, is-string@^1.0.7: version "1.0.7" resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd" @@ -9144,6 +9706,13 @@ is-symbol@^1.0.2, is-symbol@^1.0.3: dependencies: has-symbols "^1.0.2" +is-typed-array@^1.1.10, is-typed-array@^1.1.12, is-typed-array@^1.1.9: + version "1.1.12" + resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.12.tgz#d0bab5686ef4a76f7a73097b95470ab199c57d4a" + integrity sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg== + dependencies: + which-typed-array "^1.1.11" + is-typedarray@^1.0.0, is-typedarray@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" @@ -9169,6 +9738,11 @@ is-utf8@^0.2.0: resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" integrity sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q== +is-weakmap@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/is-weakmap/-/is-weakmap-2.0.1.tgz#5008b59bdc43b698201d18f62b37b2ca243e8cf2" + integrity sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA== + is-weakref@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2" @@ -9176,6 +9750,14 @@ is-weakref@^1.0.2: dependencies: call-bind "^1.0.2" +is-weakset@^2.0.1: + version "2.0.2" + resolved "https://registry.yarnpkg.com/is-weakset/-/is-weakset-2.0.2.tgz#4569d67a747a1ce5a994dfd4ef6dcea76e7c0a1d" + integrity sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg== + dependencies: + call-bind "^1.0.2" + get-intrinsic "^1.1.1" + is-whitespace-character@^1.0.0: version "1.0.4" resolved "https://registry.yarnpkg.com/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz#0858edd94a95594c7c9dd0b5c174ec6e45ee4aa7" @@ -9275,18 +9857,18 @@ istanbul-lib-instrument@^5.0.4: semver "^6.3.0" istanbul-lib-report@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#7518fe52ea44de372f460a76b5ecda9ffb73d8a6" - integrity sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw== + version "3.0.1" + resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz#908305bac9a5bd175ac6a74489eafd0fc2445a7d" + integrity sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw== dependencies: istanbul-lib-coverage "^3.0.0" - make-dir "^3.0.0" + make-dir "^4.0.0" supports-color "^7.1.0" istanbul-reports@^3.1.4: - version "3.1.5" - resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.1.5.tgz#cc9a6ab25cb25659810e4785ed9d9fb742578bae" - integrity sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w== + version "3.1.6" + resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.1.6.tgz#2544bcab4768154281a2f0870471902704ccaa1a" + integrity sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg== dependencies: html-escaper "^2.0.0" istanbul-lib-report "^3.0.0" @@ -9304,6 +9886,17 @@ iterate-value@^1.0.2: es-get-iterator "^1.0.2" iterate-iterator "^1.0.1" +iterator.prototype@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/iterator.prototype/-/iterator.prototype-1.1.2.tgz#5e29c8924f01916cb9335f1ff80619dcff22b0c0" + integrity sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w== + dependencies: + define-properties "^1.2.1" + get-intrinsic "^1.2.1" + has-symbols "^1.0.3" + reflect.getprototypeof "^1.0.4" + set-function-name "^2.0.1" + jest-haste-map@^26.6.2: version "26.6.2" resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-26.6.2.tgz#dd7e60fe7dc0e9f911a23d79c5ff7fb5c2cafeaa" @@ -9386,6 +9979,13 @@ js-yaml@^3.13.0, js-yaml@^3.13.1, js-yaml@^3.6.1: argparse "^1.0.7" esprima "^4.0.0" +js-yaml@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602" + integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== + dependencies: + argparse "^2.0.1" + jsbn@~0.1.0: version "0.1.1" resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" @@ -9401,6 +10001,11 @@ jsesc@~0.5.0: resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA== +json-buffer@3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13" + integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ== + json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" @@ -9446,22 +10051,27 @@ json-schema@0.4.0: resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5" integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA== +json-stable-stringify-without-jsonify@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" + integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw== + json-stringify-safe@~5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" integrity sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA== -json5@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe" - integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow== +json5@^1.0.1, json5@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593" + integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA== dependencies: minimist "^1.2.0" -json5@^2.1.2, json5@^2.1.3, json5@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c" - integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA== +json5@^2.1.2, json5@^2.2.3: + version "2.2.3" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" + integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== jsonfile@^4.0.0: version "4.0.0" @@ -9494,6 +10104,16 @@ jsprim@^1.2.2: json-schema "0.4.0" verror "1.10.0" +"jsx-ast-utils@^2.4.1 || ^3.0.0": + version "3.3.5" + resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz#4766bd05a8e2a11af222becd19e15575e52a853a" + integrity sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ== + dependencies: + array-includes "^3.1.6" + array.prototype.flat "^1.3.1" + object.assign "^4.1.4" + object.values "^1.1.6" + junk@^1.0.1: version "1.0.3" resolved "https://registry.yarnpkg.com/junk/-/junk-1.0.3.tgz#87be63488649cbdca6f53ab39bec9ccd2347f592" @@ -9504,6 +10124,13 @@ junk@^3.1.0: resolved "https://registry.yarnpkg.com/junk/-/junk-3.1.0.tgz#31499098d902b7e98c5d9b9c80f43457a88abfa1" integrity sha512-pBxcB3LFc8QVgdggvZWyeys+hnrNWg4OcZIU/1X59k5jQdLBlCsYGRQaz234SqoRLTCgMH00fY0xRJH+F9METQ== +keyv@^4.5.3: + version "4.5.3" + resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.3.tgz#00873d2b046df737963157bd04f294ca818c9c25" + integrity sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug== + dependencies: + json-buffer "3.0.1" + kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: version "3.2.2" resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" @@ -9533,15 +10160,15 @@ kleur@^3.0.3: resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e" integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== -kleur@^4.1.4: +kleur@^4.1.5: version "4.1.5" resolved "https://registry.yarnpkg.com/kleur/-/kleur-4.1.5.tgz#95106101795f7050c6c650f350c683febddb1780" integrity sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ== klona@^2.0.4: - version "2.0.5" - resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.5.tgz#d166574d90076395d9963aa7a928fabb8d76afbc" - integrity sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ== + version "2.0.6" + resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.6.tgz#85bffbf819c03b2f53270412420a4555ef882e22" + integrity sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA== lazy-universal-dotenv@^3.0.1: version "3.0.1" @@ -9568,13 +10195,13 @@ less@3.0.2: request "^2.83.0" source-map "^0.5.3" -levn@~0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee" - integrity sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA== +levn@^0.4.1: + version "0.4.1" + resolved "https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz#ae4562c007473b932a6200d403268dd2fffc6ade" + integrity sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ== dependencies: - prelude-ls "~1.1.2" - type-check "~0.3.2" + prelude-ls "^1.2.1" + type-check "~0.4.0" lines-and-columns@^1.1.6: version "1.2.4" @@ -9588,34 +10215,35 @@ linkify-it@^4.0.1: dependencies: uc.micro "^1.0.1" -linkifyjs@^3.0.5: - version "3.0.5" - resolved "https://registry.yarnpkg.com/linkifyjs/-/linkifyjs-3.0.5.tgz#99e51a3a0c0e232fcb63ebb89eea3ff923378f34" - integrity sha512-1Y9XQH65eQKA9p2xtk+zxvnTeQBG7rdAXSkUG97DmuI/Xhji9uaUzaWxRj6rf9YC0v8KKHkxav7tnLX82Sz5Fg== +linkifyjs@^4.1.0: + version "4.1.1" + resolved "https://registry.yarnpkg.com/linkifyjs/-/linkifyjs-4.1.1.tgz#73d427e3bbaaf4ca8e71c589ad4ffda11a9a5fde" + integrity sha512-zFN/CTVmbcVef+WaDXT63dNzzkfRBKT1j464NJQkV7iSgJU0sLBus9W0HBwnXK13/hf168pbrx/V/bjEHOXNHA== -lit-element@^3.2.0: - version "3.2.2" - resolved "https://registry.yarnpkg.com/lit-element/-/lit-element-3.2.2.tgz#d148ab6bf4c53a33f707a5168e087725499e5f2b" - integrity sha512-6ZgxBR9KNroqKb6+htkyBwD90XGRiqKDHVrW/Eh0EZ+l+iC+u+v+w3/BA5NGi4nizAVHGYvQBHUDuSmLjPp7NQ== +lit-element@^3.3.0: + version "3.3.3" + resolved "https://registry.yarnpkg.com/lit-element/-/lit-element-3.3.3.tgz#10bc19702b96ef5416cf7a70177255bfb17b3209" + integrity sha512-XbeRxmTHubXENkV4h8RIPyr8lXc+Ff28rkcQzw3G6up2xg5E8Zu1IgOWIwBLEQsu3cOVFqdYwiVi0hv0SlpqUA== dependencies: + "@lit-labs/ssr-dom-shim" "^1.1.0" "@lit/reactive-element" "^1.3.0" - lit-html "^2.2.0" + lit-html "^2.8.0" -lit-html@^2.2.0, lit-html@^2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-2.4.0.tgz#b510430f39a56ec959167ed1187241a4e3ab1574" - integrity sha512-G6qXu4JNUpY6aaF2VMfaszhO9hlWw0hOTRFDmuMheg/nDYGB+2RztUSOyrzALAbr8Nh0Y7qjhYkReh3rPnplVg== +lit-html@^2.8.0: + version "2.8.0" + resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-2.8.0.tgz#96456a4bb4ee717b9a7d2f94562a16509d39bffa" + integrity sha512-o9t+MQM3P4y7M7yNzqAyjp7z+mQGa4NS4CxiyLqFPyFWyc4O+nodLrkrxSaCTrla6M5YOLaT3RpbbqjszB5g3Q== dependencies: "@types/trusted-types" "^2.0.2" lit@^2.1.3: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lit/-/lit-2.4.1.tgz#21251ac14eb1ec8ca7cd15c9ac3564359809f7b5" - integrity sha512-qohSgLiyN1cFnJG26dIiY03S4F49857A0AHQfnS0zYtnUVnD2MFvx+UT52rtXsIuNFQrnUupX+zyGSATlk1f/A== + version "2.8.0" + resolved "https://registry.yarnpkg.com/lit/-/lit-2.8.0.tgz#4d838ae03059bf9cafa06e5c61d8acc0081e974e" + integrity sha512-4Sc3OFX9QHOJaHbmTMk28SYgVxLN3ePDjg7hofEft2zWlehFL3LiAuapWc4U/kYwMYJSh2hTCPZ6/LIC7ii0MA== dependencies: - "@lit/reactive-element" "^1.4.0" - lit-element "^3.2.0" - lit-html "^2.4.0" + "@lit/reactive-element" "^1.6.0" + lit-element "^3.3.0" + lit-html "^2.8.0" load-json-file@^1.0.0: version "1.1.0" @@ -9669,18 +10297,18 @@ loader-runner@^4.2.0: integrity sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg== loader-utils@^1.2.3: - version "1.4.1" - resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.1.tgz#278ad7006660bccc4d2c0c1578e17c5c78d5c0e0" - integrity sha512-1Qo97Y2oKaU+Ro2xnDMR26g1BwMT29jNbem1EvcujW2jqt+j5COXyscjM7bLQkM9HaxI7pkWeW7gnI072yMI9Q== + version "1.4.2" + resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.2.tgz#29a957f3a63973883eb684f10ffd3d151fec01a3" + integrity sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg== dependencies: big.js "^5.2.2" emojis-list "^3.0.0" json5 "^1.0.1" -loader-utils@^2.0.0: - version "2.0.3" - resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.3.tgz#d4b15b8504c63d1fc3f2ade52d41bc8459d6ede1" - integrity sha512-THWqIsn8QRnvLl0shHYVBN9syumU8pYWEHPTmkiVGd+7K5eFNVSY6AJhRvgGF70gg1Dz+l/k8WicvFCxdEs60A== +loader-utils@^2.0.0, loader-utils@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.4.tgz#8b5cb38b5c34a9a018ee1fc0e6a066d1dfcc528c" + integrity sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw== dependencies: big.js "^5.2.2" emojis-list "^3.0.0" @@ -9718,11 +10346,21 @@ lodash.debounce@^4.0.8: resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow== +lodash.isequalwith@^4.4.0: + version "4.4.0" + resolved "https://registry.yarnpkg.com/lodash.isequalwith/-/lodash.isequalwith-4.4.0.tgz#266726ddd528f854f21f4ea98a065606e0fbc6b0" + integrity sha512-dcZON0IalGBpRmJBmMkaoV7d3I80R2O+FrzsZyHdNSFrANq/cgDqKQNmAHE8UEj4+QYWwwhkQOVdLHiAopzlsQ== + lodash.memoize@^4.1.2: version "4.1.2" resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" integrity sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag== +lodash.merge@^4.6.2: + version "4.6.2" + resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" + integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== + lodash.startcase@^4.4.0: version "4.4.0" resolved "https://registry.yarnpkg.com/lodash.startcase/-/lodash.startcase-4.4.0.tgz#9436e34ed26093ed7ffae1936144350915d9add8" @@ -9774,13 +10412,13 @@ lower-case@^2.0.2: tslib "^2.0.3" lowlight@^2.6.1: - version "2.7.0" - resolved "https://registry.yarnpkg.com/lowlight/-/lowlight-2.7.0.tgz#2d3f267aa3006bb20473db5363f9941ffd7bab11" - integrity sha512-RRdrHalFfjpxL91ITTX7KhJYH3QmX5bW9Uie2D2E5GPIR3XBYDYhScBjE291ewFZkStz/k2PN9KC+8deNLiI3Q== + version "2.9.0" + resolved "https://registry.yarnpkg.com/lowlight/-/lowlight-2.9.0.tgz#70da647a4319c7bfd8e97721a679b13ef5621496" + integrity sha512-OpcaUTCLmHuVuBcyNckKfH5B0oA4JUavb/M/8n9iAvanJYNQkrVm4pvyX0SUaqkBG4dnWHKt7p50B3ngAG2Rfw== dependencies: "@types/hast" "^2.0.0" fault "^2.0.0" - highlight.js "~11.6.0" + highlight.js "~11.8.0" lru-cache@^4.0.1: version "4.1.5" @@ -9805,9 +10443,9 @@ lru-cache@^6.0.0: yallist "^4.0.0" luxon@^2.1.1: - version "2.5.0" - resolved "https://registry.yarnpkg.com/luxon/-/luxon-2.5.0.tgz#098090f67d690b247e83c090267a60b1aa8ea96c" - integrity sha512-IDkEPB80Rb6gCAU+FEib0t4FeJ4uVOuX1CQ9GsvU3O+JAGIgu0J7sf1OarXKaKDygTZIoJyU6YdZzTFRu+YR0A== + version "2.5.2" + resolved "https://registry.yarnpkg.com/luxon/-/luxon-2.5.2.tgz#17ed497f0277e72d58a4756d6a9abee4681457b6" + integrity sha512-Yg7/RDp4nedqmLgyH0LwgGRvMEKVzKbUdkBYyCosbHgJ+kaOUx0qzSiSatVc3DFygnirTPYnMM2P5dg2uH1WvA== macy@^2.5.1: version "2.5.1" @@ -9815,9 +10453,9 @@ macy@^2.5.1: integrity sha512-+y4WYyh3rl4G8UczZP30pXxhLQRZ941QcaDmWoGefzUBXdwNW8TOhjjN1g5i/VG3SmiSsHgpjVXhlnZ84P2QMw== madge@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/madge/-/madge-5.0.1.tgz#2096d9006558ea0669b3ade89c2cda708a24e22b" - integrity sha512-krmSWL9Hkgub74bOjnjWRoFPAJvPwSG6Dbta06qhWOq6X/n/FPzO3ESZvbFYVIvG2g4UHXvCJN1b+RZLaSs9nA== + version "5.0.2" + resolved "https://registry.yarnpkg.com/madge/-/madge-5.0.2.tgz#d34527af7e96de9625e8069902667c4c5a073ada" + integrity sha512-OeqFIgugINbVqh6keLWePD/N3u1EEYS3O9gCTD+EjcuaJa1TH30jcCxr8CEl3+neS1VM8sDCQSYoln/2li3ceg== dependencies: chalk "^4.1.1" commander "^7.2.0" @@ -9857,9 +10495,9 @@ magic-string@^0.25.7: sourcemap-codec "^1.4.8" make-cancellable-promise@^1.0.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/make-cancellable-promise/-/make-cancellable-promise-1.2.0.tgz#a71ce4d000e9f3b26dab95dcc39947506440e792" - integrity sha512-sLhwwkWNAtPpvYh1Yen8QRMm6tRReFsheUri2muqIrZEDwEHBPAsQeAD5ezZ4F7wjdmttoZL+w/BDkgmvOQSsA== + version "1.3.1" + resolved "https://registry.yarnpkg.com/make-cancellable-promise/-/make-cancellable-promise-1.3.1.tgz#3bd89704c75afe6251cdd6a82baca1fcfbd2c792" + integrity sha512-DWOzWdO3xhY5ESjVR+wVFy03rpt0ZccS4bunccNwngoX6rllKlMZm6S9ZnJ5nMuDDweqDMjtaO0g6tZeh+cCUA== make-dir@^2.0.0, make-dir@^2.1.0: version "2.1.0" @@ -9876,15 +10514,22 @@ make-dir@^3.0.0, make-dir@^3.0.2, make-dir@^3.1.0: dependencies: semver "^6.0.0" +make-dir@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-4.0.0.tgz#c3c2307a771277cd9638305f915c29ae741b614e" + integrity sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw== + dependencies: + semver "^7.5.3" + make-error@^1.3.6: version "1.3.6" resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2" integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw== make-event-props@^1.1.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/make-event-props/-/make-event-props-1.3.0.tgz#2434cb390d58bcf40898d009ef5b1f936de9671b" - integrity sha512-oWiDZMcVB1/A487251hEWza1xzgCzl6MXxe9aF24l5Bt9N9UEbqTqKumEfuuLhmlhRZYnc+suVvW4vUs8bwO7Q== + version "1.6.1" + resolved "https://registry.yarnpkg.com/make-event-props/-/make-event-props-1.6.1.tgz#1d587017c3f1f3b42719b775af93d5253656ccdd" + integrity sha512-JhvWq/iz1BvlmnPvLJjXv+xnMPJZuychrDC68V+yCGQJn5chcA8rLGKo5EP1XwIKVrigSXKLmbeXAGkf36wdCQ== makeerror@1.0.12: version "1.0.12" @@ -9933,9 +10578,9 @@ markdown-escapes@^1.0.0: integrity sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg== markdown-it@^13.0.1: - version "13.0.1" - resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-13.0.1.tgz#c6ecc431cacf1a5da531423fc6a42807814af430" - integrity sha512-lTlxriVoy2criHP0JKRhO2VDG9c2ypWCsT237eDiLqi09rmbKoUetyGHq2uOIRoRS//kfoJckS0eUzzkDR+k2Q== + version "13.0.2" + resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-13.0.2.tgz#1bc22e23379a6952e5d56217fbed881e0c94d536" + integrity sha512-FtwnEuuK+2yVU7goGn/MJ0WBZMM9ZPgU9spqlFs7/A/pDIUNSOQZhUgOqYCficIuR2QaFnrt8LHqBWsbTAoI5w== dependencies: argparse "^2.0.1" entities "~3.0.1" @@ -10024,11 +10669,11 @@ mem@^8.1.1: mimic-fn "^3.1.0" memfs@^3.1.2, memfs@^3.2.2: - version "3.4.10" - resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.4.10.tgz#4cdff7cfd21351a85e11b08aa276ebf100210a4d" - integrity sha512-0bCUP+L79P4am30yP1msPzApwuMQG23TjwlwdHeEV5MxioDR1a0AgB0T9FfggU52eJuDCq8WVwb5ekznFyWiTQ== + version "3.6.0" + resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.6.0.tgz#d7a2110f86f79dd950a8b6df6d57bc984aa185f6" + integrity sha512-EGowvkkgbMcIChjMTMkESFDbZeSh8xZ7kNSF0hAiAN4Jh6jgHCRS0Ga/+C8y6Au+oqpezRHCfPsmJ2+DwAgiwQ== dependencies: - fs-monkey "^1.0.3" + fs-monkey "^1.0.4" memoize-one@^5.1.1: version "5.2.1" @@ -10107,9 +10752,9 @@ merge-descriptors@1.0.1: integrity sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w== merge-refs@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/merge-refs/-/merge-refs-1.1.0.tgz#31cbfa18264184cbea8c9e1dcc0b117ff30a65a4" - integrity sha512-5f0EKS2NOmk+SGtt9jsd7Bdloe+c7//PIf2qnFBx37FoxLrKJHLMvgnfZhbkYzLtXRUTj8H6FZfvbkoYhz5rLw== + version "1.2.1" + resolved "https://registry.yarnpkg.com/merge-refs/-/merge-refs-1.2.1.tgz#abddc800375395a4a4eb5c45ebf2a52557fdbe34" + integrity sha512-pRPz39HQz2xzHdXAGvtJ9S8aEpNgpUjzb5yPC3ytozodmsHg+9nqgRs7/YOmn9fM/TLzntAC8AdGTidKxOq9TQ== dependencies: "@types/react" "*" @@ -10200,6 +10845,11 @@ mimic-fn@^3.1.0: resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-3.1.0.tgz#65755145bbf3e36954b949c16450427451d5ca74" integrity sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ== +mimic-fn@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-4.0.0.tgz#60a90550d5cb0b239cca65d893b1a53b29871ecc" + integrity sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw== + min-document@^2.19.0: version "2.19.0" resolved "https://registry.yarnpkg.com/min-document/-/min-document-2.19.0.tgz#7bd282e3f5842ed295bb748cdd9f1ffa2c824685" @@ -10222,7 +10872,7 @@ minimalistic-crypto-utils@^1.0.1: resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg== -minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.1.1: +minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2: version "3.1.2" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== @@ -10239,9 +10889,9 @@ minimist-options@^4.0.2: kind-of "^6.0.3" minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6: - version "1.2.7" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18" - integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g== + version "1.2.8" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" + integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== minipass-collect@^1.0.2: version "1.0.2" @@ -10265,12 +10915,17 @@ minipass-pipeline@^1.2.2: minipass "^3.0.0" minipass@^3.0.0, minipass@^3.1.1: - version "3.3.4" - resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.3.4.tgz#ca99f95dd77c43c7a76bf51e6d200025eee0ffae" - integrity sha512-I9WPbWHCGu8W+6k1ZiGpPu0GkoKBeorkfKNuAFBNS1HNFJvke82sxvI5bzcCNpWPorkOO5QQ+zomzzwRxejXiw== + version "3.3.6" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.3.6.tgz#7bba384db3a1520d18c9c0e5251c3444e95dd94a" + integrity sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw== dependencies: yallist "^4.0.0" +minipass@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d" + integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ== + minizlib@^2.1.1: version "2.1.2" resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931" @@ -10304,9 +10959,9 @@ mixin-deep@^1.2.0: is-extendable "^1.0.1" mixme@^0.5.1: - version "0.5.5" - resolved "https://registry.yarnpkg.com/mixme/-/mixme-0.5.5.tgz#bf8f67d8caf10fdb49fd23198fd1fa6d8e406627" - integrity sha512-/6IupbRx32s7jjEwHcycXikJwFD5UujbVNuJFkeKLYje+92OvtuPniF6JhnFm5JCTDUhS+kYK3W/4BWYQYXz7w== + version "0.5.9" + resolved "https://registry.yarnpkg.com/mixme/-/mixme-0.5.9.tgz#a5a58e17354632179ff3ce5b0fc130899c8ba81c" + integrity sha512-VC5fg6ySUscaWUpI4gxCBTQMH2RdUpNrk+MsbpCYtIvf9SBJdiUey4qE7BXviJsJR4nDQxCZ+3yaYNW3guz/Pw== mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@~0.5.1: version "0.5.6" @@ -10379,14 +11034,14 @@ namor@^2.0.3: crypto-extra "1.0.1" nan@^2.12.1: - version "2.17.0" - resolved "https://registry.yarnpkg.com/nan/-/nan-2.17.0.tgz#c0150a2368a182f033e9aa5195ec76ea41a199cb" - integrity sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ== + version "2.18.0" + resolved "https://registry.yarnpkg.com/nan/-/nan-2.18.0.tgz#26a6faae7ffbeb293a39660e88a76b82e30b7554" + integrity sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w== -nanoid@^3.1.23, nanoid@^3.3.1, nanoid@^3.3.4: - version "3.3.4" - resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab" - integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw== +nanoid@^3.1.23, nanoid@^3.3.1, nanoid@^3.3.6: + version "3.3.6" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c" + integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA== nanomatch@^1.2.9: version "1.2.13" @@ -10405,12 +11060,17 @@ nanomatch@^1.2.9: snapdragon "^0.8.1" to-regex "^3.0.1" +natural-compare@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" + integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== + negotiator@0.6.3: version "0.6.3" resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd" integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg== -neo-async@^2.5.0, neo-async@^2.6.0, neo-async@^2.6.1, neo-async@^2.6.2: +neo-async@^2.5.0, neo-async@^2.6.1, neo-async@^2.6.2: version "2.6.2" resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== @@ -10441,9 +11101,9 @@ node-dir@^0.1.10: minimatch "^3.0.2" node-fetch@^2.6.1, node-fetch@^2.6.7: - version "2.6.7" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" - integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== + version "2.7.0" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d" + integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A== dependencies: whatwg-url "^5.0.0" @@ -10481,10 +11141,10 @@ node-libs-browser@^2.2.1: util "^0.11.0" vm-browserify "^1.0.1" -node-releases@^2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.6.tgz#8a7088c63a55e493845683ebf3c828d8c51c5503" - integrity sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg== +node-releases@^2.0.13: + version "2.0.13" + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.13.tgz#d5ed1627c23e3461e819b02e57b75e4899b1c81d" + integrity sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ== node-source-walk@^4.0.0, node-source-walk@^4.2.0, node-source-walk@^4.2.2: version "4.3.0" @@ -10561,6 +11221,13 @@ npm-run-path@^4.0.1: dependencies: path-key "^3.0.0" +npm-run-path@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-5.1.0.tgz#bc62f7f3f6952d9894bd08944ba011a6ee7b7e00" + integrity sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q== + dependencies: + path-key "^4.0.0" + npm-which@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/npm-which/-/npm-which-3.0.1.tgz#9225f26ec3a285c209cae67c3b11a6b4ab7140aa" @@ -10618,10 +11285,10 @@ object-copy@^0.1.0: define-property "^0.2.5" kind-of "^3.0.3" -object-inspect@^1.12.2, object-inspect@^1.9.0: - version "1.12.2" - resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea" - integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ== +object-inspect@^1.12.3, object-inspect@^1.9.0: + version "1.12.3" + resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.3.tgz#ba62dffd67ee256c8c086dfae69e016cd1f198b9" + integrity sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g== object-keys@^1.1.1: version "1.1.1" @@ -10635,7 +11302,7 @@ object-visit@^1.0.0: dependencies: isobject "^3.0.0" -object.assign@^4.1.4: +object.assign@^4.1.2, object.assign@^4.1.4: version "4.1.4" resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.4.tgz#9673c7c7c351ab8c4d0b516f4343ebf4dfb7799f" integrity sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ== @@ -10645,33 +11312,52 @@ object.assign@^4.1.4: has-symbols "^1.0.3" object-keys "^1.1.1" -object.entries@^1.1.0: - version "1.1.6" - resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.6.tgz#9737d0e5b8291edd340a3e3264bb8a3b00d5fa23" - integrity sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w== +object.entries@^1.1.0, object.entries@^1.1.5, object.entries@^1.1.6: + version "1.1.7" + resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.7.tgz#2b47760e2a2e3a752f39dd874655c61a7f03c131" + integrity sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + define-properties "^1.2.0" + es-abstract "^1.22.1" -"object.fromentries@^2.0.0 || ^1.0.0": - version "2.0.6" - resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.6.tgz#cdb04da08c539cffa912dcd368b886e0904bfa73" - integrity sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg== +"object.fromentries@^2.0.0 || ^1.0.0", object.fromentries@^2.0.6: + version "2.0.7" + resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.7.tgz#71e95f441e9a0ea6baf682ecaaf37fa2a8d7e616" + integrity sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + define-properties "^1.2.0" + es-abstract "^1.22.1" object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0, object.getownpropertydescriptors@^2.1.2: - version "2.1.5" - resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.5.tgz#db5a9002489b64eef903df81d6623c07e5b4b4d3" - integrity sha512-yDNzckpM6ntyQiGTik1fKV1DcVDRS+w8bvpWNCBanvH5LfRX9O8WTHqQzG4RZwRAM4I0oU7TV11Lj5v0g20ibw== + version "2.1.7" + resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.7.tgz#7a466a356cd7da4ba8b9e94ff6d35c3eeab5d56a" + integrity sha512-PrJz0C2xJ58FNn11XV2lr4Jt5Gzl94qpy9Lu0JlfEj14z88sqbSBJCBEzdlNUCzY2gburhbrwOZ5BHCmuNUy0g== dependencies: - array.prototype.reduce "^1.0.5" + array.prototype.reduce "^1.0.6" call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + define-properties "^1.2.0" + es-abstract "^1.22.1" + safe-array-concat "^1.0.0" + +object.groupby@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.1.tgz#d41d9f3c8d6c778d9cbac86b4ee9f5af103152ee" + integrity sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ== + dependencies: + call-bind "^1.0.2" + define-properties "^1.2.0" + es-abstract "^1.22.1" + get-intrinsic "^1.2.1" + +object.hasown@^1.1.2: + version "1.1.3" + resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.3.tgz#6a5f2897bb4d3668b8e79364f98ccf971bda55ae" + integrity sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA== + dependencies: + define-properties "^1.2.0" + es-abstract "^1.22.1" object.omit@^3.0.0: version "3.0.0" @@ -10687,14 +11373,14 @@ object.pick@^1.3.0: dependencies: isobject "^3.0.1" -object.values@^1.1.0: - version "1.1.6" - resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.6.tgz#4abbaa71eba47d63589d402856f908243eea9b1d" - integrity sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw== +object.values@^1.1.0, object.values@^1.1.6: + version "1.1.7" + resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.7.tgz#617ed13272e7e1071b43973aa1655d9291b8442a" + integrity sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + define-properties "^1.2.0" + es-abstract "^1.22.1" objectorarray@^1.0.5: version "1.0.5" @@ -10727,6 +11413,13 @@ onetime@^5.1.0, onetime@^5.1.2: dependencies: mimic-fn "^2.1.0" +onetime@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/onetime/-/onetime-6.0.0.tgz#7c24c18ed1fd2e9bca4bd26806a33613c77d34b4" + integrity sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ== + dependencies: + mimic-fn "^4.0.0" + open@^7.0.3: version "7.4.2" resolved "https://registry.yarnpkg.com/open/-/open-7.4.2.tgz#b8147e26dcf3e426316c730089fd71edd29c2321" @@ -10736,25 +11429,35 @@ open@^7.0.3: is-wsl "^2.1.1" open@^8.4.0: - version "8.4.0" - resolved "https://registry.yarnpkg.com/open/-/open-8.4.0.tgz#345321ae18f8138f82565a910fdc6b39e8c244f8" - integrity sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q== + version "8.4.2" + resolved "https://registry.yarnpkg.com/open/-/open-8.4.2.tgz#5b5ffe2a8f793dcd2aad73e550cb87b59cb084f9" + integrity sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ== dependencies: define-lazy-prop "^2.0.0" is-docker "^2.1.1" is-wsl "^2.2.0" -optionator@^0.8.1: - version "0.8.3" - resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495" - integrity sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA== +open@^9.1.0: + version "9.1.0" + resolved "https://registry.yarnpkg.com/open/-/open-9.1.0.tgz#684934359c90ad25742f5a26151970ff8c6c80b6" + integrity sha512-OS+QTnw1/4vrf+9hh1jc1jnYjzSG4ttTBB8UxOwAnInG3Uo4ssetzC1ihqaIHjLJnA5GGlRl6QlZXOTQhRBUvg== + dependencies: + default-browser "^4.0.0" + define-lazy-prop "^3.0.0" + is-inside-container "^1.0.0" + is-wsl "^2.2.0" + +optionator@^0.9.3: + version "0.9.3" + resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.3.tgz#007397d44ed1872fdc6ed31360190f81814e2c64" + integrity sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg== dependencies: - deep-is "~0.1.3" - fast-levenshtein "~2.0.6" - levn "~0.3.0" - prelude-ls "~1.1.2" - type-check "~0.3.2" - word-wrap "~1.2.3" + "@aashutoshrathi/word-wrap" "^1.2.3" + deep-is "^0.1.3" + fast-levenshtein "^2.0.6" + levn "^0.4.1" + prelude-ls "^1.2.1" + type-check "^0.4.0" ora@^5.4.1: version "5.4.1" @@ -10772,9 +11475,9 @@ ora@^5.4.1: wcwidth "^1.0.1" orderedmap@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/orderedmap/-/orderedmap-2.1.0.tgz#819457082fa3a06abd316d83a281a1ca467437cd" - integrity sha512-/pIFexOm6S70EPdznemIz3BQZoJ4VTFrhqzu0ACBqBgeLsLxq8e6Jim63ImIfwW/zAD1AlXpRMlOv3aghmo4dA== + version "2.1.1" + resolved "https://registry.yarnpkg.com/orderedmap/-/orderedmap-2.1.1.tgz#61481269c44031c449915497bf5a4ad273c512d2" + integrity sha512-TvAWxi0nDe1j/rtMcWcIj94+Ffe6n7zhow33h40SKxmsmozs6dz/e+EajymfoFcHd7sxNn8yHM8839uixMOV6g== os-browserify@^0.3.0: version "0.3.0" @@ -11058,6 +11761,11 @@ path-key@^3.0.0, path-key@^3.1.0: resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== +path-key@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/path-key/-/path-key-4.0.0.tgz#295588dc3aee64154f877adb9d780b81c554bf18" + integrity sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ== + path-parse@^1.0.7: version "1.0.7" resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" @@ -11168,9 +11876,9 @@ pinkie@^2.0.0: integrity sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg== pirates@^4.0.1, pirates@^4.0.5: - version "4.0.5" - resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.5.tgz#feec352ea5c3268fb23a37c702ab1699f35a5f3b" - integrity sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ== + version "4.0.6" + resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.6.tgz#3018ae32ecfcff6c29ba2267cbf21166ac1f36b9" + integrity sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg== pkg-dir@^3.0.0: version "3.0.0" @@ -11386,9 +12094,9 @@ postcss-modules-local-by-default@^3.0.2: postcss-value-parser "^4.1.0" postcss-modules-local-by-default@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz#ebbb54fae1598eecfdf691a02b3ff3b390a5a51c" - integrity sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ== + version "4.0.3" + resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.3.tgz#b08eb4f083050708998ba2c6061b50c2870ca524" + integrity sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA== dependencies: icss-utils "^5.0.0" postcss-selector-parser "^6.0.2" @@ -11544,9 +12252,9 @@ postcss-selector-parser@^3.0.0: uniq "^1.0.1" postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4: - version "6.0.10" - resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz#79b61e2c0d1bfc2602d549e11d0876256f8df88d" - integrity sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w== + version "6.0.13" + resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz#d05d8d76b1e8e173257ef9d60b706a8e5e99bf1b" + integrity sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ== dependencies: cssesc "^3.0.0" util-deprecate "^1.0.2" @@ -11624,11 +12332,11 @@ postcss@^6.0.22: supports-color "^5.4.0" postcss@^8.1.7, postcss@^8.2.15, postcss@^8.2.4, postcss@^8.4.6: - version "8.4.18" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.18.tgz#6d50046ea7d3d66a85e0e782074e7203bc7fbca2" - integrity sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA== + version "8.4.31" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d" + integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ== dependencies: - nanoid "^3.3.4" + nanoid "^3.3.6" picocolors "^1.0.0" source-map-js "^1.0.2" @@ -11657,19 +12365,26 @@ predicate@1.2.0: integrity sha512-ivO0nhCPIXzTQryc8ieiVPf4ZCMGPIFLKn7a72jv8qsLwazTXqqkHJAM/JAfBKkkXURUcSzNJfE9AyizD6eJeg== preferred-pm@^3.0.0: - version "3.0.3" - resolved "https://registry.yarnpkg.com/preferred-pm/-/preferred-pm-3.0.3.tgz#1b6338000371e3edbce52ef2e4f65eb2e73586d6" - integrity sha512-+wZgbxNES/KlJs9q40F/1sfOd/j7f1O9JaHcW5Dsn3aUUOZg3L2bjpVUcKV2jvtElYfoTuQiNeMfQJ4kwUAhCQ== + version "3.1.2" + resolved "https://registry.yarnpkg.com/preferred-pm/-/preferred-pm-3.1.2.tgz#aedb70550734a574dffcbf2ce82642bd1753bdd6" + integrity sha512-nk7dKrcW8hfCZ4H6klWcdRknBOXWzNQByJ0oJyX97BOupsYD+FzLS4hflgEu/uPUEHZCuRfMxzCBsuWd7OzT8Q== dependencies: find-up "^5.0.0" find-yarn-workspace-root2 "1.2.16" path-exists "^4.0.0" which-pm "2.0.0" -prelude-ls@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" - integrity sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w== +prelude-ls@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" + integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== + +prettier-linter-helpers@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b" + integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w== + dependencies: + fast-diff "^1.1.2" "prettier@>=2.2.1 <=2.3.0": version "2.3.0" @@ -11677,9 +12392,14 @@ prelude-ls@~1.1.2: integrity sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w== prettier@^2.7.1: - version "2.8.4" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.4.tgz#34dd2595629bfbb79d344ac4a91ff948694463c3" - integrity sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw== + version "2.8.8" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da" + integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q== + +prettier@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.3.tgz#432a51f7ba422d1469096c0fdc28e235db8f9643" + integrity sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg== pretty-error@^2.1.1: version "2.1.2" @@ -11725,25 +12445,27 @@ promise-inflight@^1.0.1: integrity sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g== promise.allsettled@^1.0.0: - version "1.0.6" - resolved "https://registry.yarnpkg.com/promise.allsettled/-/promise.allsettled-1.0.6.tgz#8dc8ba8edf429feb60f8e81335b920e109c94b6e" - integrity sha512-22wJUOD3zswWFqgwjNHa1965LvqTX87WPu/lreY2KSd7SVcERfuZ4GfUaOnJNnvtoIv2yXT/W00YIGMetXtFXg== + version "1.0.7" + resolved "https://registry.yarnpkg.com/promise.allsettled/-/promise.allsettled-1.0.7.tgz#b9dd51e9cffe496243f5271515652c468865f2d8" + integrity sha512-hezvKvQQmsFkOdrZfYxUxkyxl8mgFQeT259Ajj9PXdbg9VzBCWrItOev72JyWxkCD5VSSqAeHmlN3tWx4DlmsA== dependencies: array.prototype.map "^1.0.5" call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" - get-intrinsic "^1.1.3" + define-properties "^1.2.0" + es-abstract "^1.22.1" + get-intrinsic "^1.2.1" iterate-value "^1.0.2" promise.prototype.finally@^3.1.0: - version "3.1.4" - resolved "https://registry.yarnpkg.com/promise.prototype.finally/-/promise.prototype.finally-3.1.4.tgz#4e756a154e4db27fae24c6b18703495c31da3927" - integrity sha512-nNc3YbgMfLzqtqvO/q5DP6RR0SiHI9pUPGzyDf1q+usTwCN2kjvAnJkBb7bHe3o+fFSBPpsGMoYtaSi+LTNqng== + version "3.1.7" + resolved "https://registry.yarnpkg.com/promise.prototype.finally/-/promise.prototype.finally-3.1.7.tgz#9d163f58edf3004d14878c988a22b1cb45e03407" + integrity sha512-iL9OcJRUZcCE5xn6IwhZxO+eMM0VEXjkETHy+Nk+d9q3s7kxVtPg+mBlMO+ZGxNKNMODyKmy/bOyt/yhxTnvEw== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + define-properties "^1.2.1" + es-abstract "^1.22.1" + get-intrinsic "^1.2.1" + set-function-name "^2.0.1" promise@^7.0.1, promise@^7.1.1: version "7.3.1" @@ -11777,68 +12499,41 @@ property-information@^5.0.0, property-information@^5.3.0: xtend "^4.0.0" prosemirror-changeset@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/prosemirror-changeset/-/prosemirror-changeset-2.2.0.tgz#22c05da271a118be40d3e339fa2cace789b1254b" - integrity sha512-QM7ohGtkpVpwVGmFb8wqVhaz9+6IUXcIQBGZ81YNAKYuHiFJ1ShvSzab4pKqTinJhwciZbrtBEk/2WsqSt2PYg== + version "2.2.1" + resolved "https://registry.yarnpkg.com/prosemirror-changeset/-/prosemirror-changeset-2.2.1.tgz#dae94b63aec618fac7bb9061648e6e2a79988383" + integrity sha512-J7msc6wbxB4ekDFj+n9gTW/jav/p53kdlivvuppHsrZXCaQdVgRghoZbSS3kwrRyAstRVQ4/+u5k7YfLgkkQvQ== dependencies: prosemirror-transform "^1.0.0" prosemirror-collab@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/prosemirror-collab/-/prosemirror-collab-1.3.0.tgz#601d33473bf72e6c43041a54b860c84c60b37769" - integrity sha512-+S/IJ69G2cUu2IM5b3PBekuxs94HO1CxJIWOFrLQXUaUDKL/JfBx+QcH31ldBlBXyDEUl+k3Vltfi1E1MKp2mA== - dependencies: - prosemirror-state "^1.0.0" - -prosemirror-commands@^1.0.0, prosemirror-commands@^1.5.1: - version "1.5.1" - resolved "https://registry.yarnpkg.com/prosemirror-commands/-/prosemirror-commands-1.5.1.tgz#89ddfa14e144dcc7fb0938aa0e2568c7fdde306f" - integrity sha512-ga1ga/RkbzxfAvb6iEXYmrEpekn5NCwTb8w1dr/gmhSoaGcQ0VPuCzOn5qDEpC45ql2oDkKoKQbRxLJwKLpMTQ== + version "1.3.1" + resolved "https://registry.yarnpkg.com/prosemirror-collab/-/prosemirror-collab-1.3.1.tgz#0e8c91e76e009b53457eb3b3051fb68dad029a33" + integrity sha512-4SnynYR9TTYaQVXd/ieUvsVV4PDMBzrq2xPUWutHivDuOshZXqQ5rGbZM84HEaXKbLdItse7weMGOUdDVcLKEQ== dependencies: - prosemirror-model "^1.0.0" prosemirror-state "^1.0.0" - prosemirror-transform "^1.0.0" -prosemirror-commands@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/prosemirror-commands/-/prosemirror-commands-1.3.1.tgz#926c88801eebaa50363d4658850b41406d375a31" - integrity sha512-XTporPgoECkOQACVw0JTe3RZGi+fls3/byqt+tXwGTkD7qLuB4KdVrJamDMJf4kfKga3uB8hZ+kUUyZ5oWpnfg== +prosemirror-commands@^1.0.0, prosemirror-commands@^1.3.1, prosemirror-commands@^1.5.1: + version "1.5.2" + resolved "https://registry.yarnpkg.com/prosemirror-commands/-/prosemirror-commands-1.5.2.tgz#e94aeea52286f658cd984270de9b4c3fff580852" + integrity sha512-hgLcPaakxH8tu6YvVAaILV2tXYsW3rAdDR8WNkeKGcgeMVQg3/TMhPdVoh7iAmfgVjZGtcOSjKiQaoeKjzd2mQ== dependencies: prosemirror-model "^1.0.0" prosemirror-state "^1.0.0" prosemirror-transform "^1.0.0" -prosemirror-dropcursor@1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/prosemirror-dropcursor/-/prosemirror-dropcursor-1.5.0.tgz#edbc61d6f71f9f924130eec8e85b0861357957c9" - integrity sha512-vy7i77ddKyXlu8kKBB3nlxLBnsWyKUmQIPB5x8RkYNh01QNp/qqGmdd5yZefJs0s3rtv5r7Izfu2qbtr+tYAMQ== - dependencies: - prosemirror-state "^1.0.0" - prosemirror-transform "^1.1.0" - prosemirror-view "^1.1.0" - -prosemirror-dropcursor@^1.5.0: - version "1.7.1" - resolved "https://registry.yarnpkg.com/prosemirror-dropcursor/-/prosemirror-dropcursor-1.7.1.tgz#b6921ef866ca95b6f6c8b197767f60dc39598416" - integrity sha512-GmWk9bAwhfHwA8xmJhBFjPcebxUG9zAPYtqpIr7NTDigWZZEJCgUYyUQeqgyscLr8ZHoh9aeprX9kW7BihUT+w== - dependencies: - prosemirror-state "^1.0.0" - prosemirror-transform "^1.1.0" - prosemirror-view "^1.1.0" - -prosemirror-dropcursor@^1.7.1: - version "1.8.0" - resolved "https://registry.yarnpkg.com/prosemirror-dropcursor/-/prosemirror-dropcursor-1.8.0.tgz#7bfa11925e0da41d1db869954fe51e1aa55158e4" - integrity sha512-TZMitR8nlp9Xh42pDYGcWopCoFPmJduoyGJ7FjYM2/7gZKnfD41TIaZN5Q1cQjm6Fm/P5vk/DpVYFhS8kDdigw== +prosemirror-dropcursor@^1.5.0, prosemirror-dropcursor@^1.7.1: + version "1.8.1" + resolved "https://registry.yarnpkg.com/prosemirror-dropcursor/-/prosemirror-dropcursor-1.8.1.tgz#49b9fb2f583e0d0f4021ff87db825faa2be2832d" + integrity sha512-M30WJdJZLyXHi3N8vxN6Zh5O8ZBbQCz0gURTfPmTIBNQ5pxrdU7A58QkNqfa98YEjSAL1HUyyU34f6Pm5xBSGw== dependencies: prosemirror-state "^1.0.0" prosemirror-transform "^1.1.0" prosemirror-view "^1.1.0" prosemirror-gapcursor@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/prosemirror-gapcursor/-/prosemirror-gapcursor-1.3.1.tgz#8cfd874592e4504d63720e14ed680c7866e64554" - integrity sha512-GKTeE7ZoMsx5uVfc51/ouwMFPq0o8YrZ7Hx4jTF4EeGbXxBveUV8CGv46mSHuBBeXGmvu50guoV2kSnOeZZnUA== + version "1.3.2" + resolved "https://registry.yarnpkg.com/prosemirror-gapcursor/-/prosemirror-gapcursor-1.3.2.tgz#5fa336b83789c6199a7341c9493587e249215cb4" + integrity sha512-wtjswVBd2vaQRrnYZaBCbyDqr232Ed4p2QPtRIUK5FuqHYKGWkEwl08oQM4Tw7DOR0FsasARV5uJFvMZWxdNxQ== dependencies: prosemirror-keymap "^1.0.0" prosemirror-model "^1.0.0" @@ -11846,99 +12541,85 @@ prosemirror-gapcursor@^1.3.1: prosemirror-view "^1.0.0" prosemirror-history@^1.0.0, prosemirror-history@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/prosemirror-history/-/prosemirror-history-1.3.0.tgz#bf5a1ff7759aca759ddf0c722c2fa5b14fb0ddc1" - integrity sha512-qo/9Wn4B/Bq89/YD+eNWFbAytu6dmIM85EhID+fz9Jcl9+DfGEo8TTSrRhP15+fFEoaPqpHSxlvSzSEbmlxlUA== + version "1.3.2" + resolved "https://registry.yarnpkg.com/prosemirror-history/-/prosemirror-history-1.3.2.tgz#ce6ad7ab9db83e761aee716f3040d74738311b15" + integrity sha512-/zm0XoU/N/+u7i5zepjmZAEnpvjDtzoPWW6VmKptcAnPadN/SStsBjMImdCEbb3seiNTpveziPTIrXQbHLtU1g== dependencies: prosemirror-state "^1.2.2" prosemirror-transform "^1.0.0" + prosemirror-view "^1.31.0" rope-sequence "^1.3.0" prosemirror-inputrules@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/prosemirror-inputrules/-/prosemirror-inputrules-1.2.0.tgz#476dde2dc244050b3aca00cf58a82adfad6749e7" - integrity sha512-eAW/M/NTSSzpCOxfR8Abw6OagdG0MiDAiWHQMQveIsZtoKVYzm0AflSPq/ymqJd56/Su1YPbwy9lM13wgHOFmQ== + version "1.2.1" + resolved "https://registry.yarnpkg.com/prosemirror-inputrules/-/prosemirror-inputrules-1.2.1.tgz#8faf3d78c16150aedac71d326a3e3947417ce557" + integrity sha512-3LrWJX1+ULRh5SZvbIQlwZafOXqp1XuV21MGBu/i5xsztd+9VD15x6OtN6mdqSFI7/8Y77gYUbQ6vwwJ4mr6QQ== dependencies: prosemirror-state "^1.0.0" prosemirror-transform "^1.0.0" -prosemirror-keymap@^1.0.0, prosemirror-keymap@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/prosemirror-keymap/-/prosemirror-keymap-1.2.0.tgz#d5cc9da9b712020690a994b50b92a0e448a60bf5" - integrity sha512-TdSfu+YyLDd54ufN/ZeD1VtBRYpgZnTPnnbY+4R08DDgs84KrIPEPbJL8t1Lm2dkljFx6xeBE26YWH3aIzkPKg== - dependencies: - prosemirror-state "^1.0.0" - w3c-keyname "^2.2.0" - -prosemirror-keymap@^1.1.2, prosemirror-keymap@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/prosemirror-keymap/-/prosemirror-keymap-1.2.1.tgz#3839e7db66cecddae7451f4246e73bdd8489be1d" - integrity sha512-kVK6WGC+83LZwuSJnuCb9PsADQnFZllt94qPP3Rx/vLcOUV65+IbBeH2nS5cFggPyEVJhGkGrgYFRrG250WhHQ== +prosemirror-keymap@^1.0.0, prosemirror-keymap@^1.1.2, prosemirror-keymap@^1.2.0, prosemirror-keymap@^1.2.1: + version "1.2.2" + resolved "https://registry.yarnpkg.com/prosemirror-keymap/-/prosemirror-keymap-1.2.2.tgz#14a54763a29c7b2704f561088ccf3384d14eb77e" + integrity sha512-EAlXoksqC6Vbocqc0GtzCruZEzYgrn+iiGnNjsJsH4mrnIGex4qbLdWWNza3AW5W36ZRrlBID0eM6bdKH4OStQ== dependencies: prosemirror-state "^1.0.0" w3c-keyname "^2.2.0" prosemirror-markdown@^1.10.1: - version "1.10.1" - resolved "https://registry.yarnpkg.com/prosemirror-markdown/-/prosemirror-markdown-1.10.1.tgz#e20468201cda1916a6182686159398b242bb78ab" - integrity sha512-s7iaTLiX+qO5z8kF2NcMmy2T7mIlxzkS4Sp3vTKSYChPtbMpg6YxFkU0Y06rUg2WtKlvBu7v1bXzlGBkfjUWAA== + version "1.11.2" + resolved "https://registry.yarnpkg.com/prosemirror-markdown/-/prosemirror-markdown-1.11.2.tgz#f6e529e669d11fa3eec859e93c0d2c91788d6c80" + integrity sha512-Eu5g4WPiCdqDTGhdSsG9N6ZjACQRYrsAkrF9KYfdMaCmjIApH75aVncsWYOJvEk2i1B3i8jZppv3J/tnuHGiUQ== dependencies: markdown-it "^13.0.1" prosemirror-model "^1.0.0" prosemirror-menu@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/prosemirror-menu/-/prosemirror-menu-1.2.1.tgz#94d99a8547b7ba5680c20e9c497ce19846ce3b2c" - integrity sha512-sBirXxVfHalZO4f1ZS63WzewINK4182+7dOmoMeBkqYO8wqMBvBS7wQuwVOHnkMWPEh0+N0LJ856KYUN+vFkmQ== + version "1.2.4" + resolved "https://registry.yarnpkg.com/prosemirror-menu/-/prosemirror-menu-1.2.4.tgz#3cfdc7c06d10f9fbd1bce29082c498bd11a0a79a" + integrity sha512-S/bXlc0ODQup6aiBbWVsX/eM+xJgCTAfMq/nLqaO5ID/am4wS0tTCIkzwytmao7ypEtjj39i7YbJjAgO20mIqA== dependencies: crelt "^1.0.0" prosemirror-commands "^1.0.0" prosemirror-history "^1.0.0" prosemirror-state "^1.0.0" -prosemirror-model@^1.0.0, prosemirror-model@^1.16.0, prosemirror-model@^1.18.1: - version "1.18.1" - resolved "https://registry.yarnpkg.com/prosemirror-model/-/prosemirror-model-1.18.1.tgz#1d5d6b6de7b983ee67a479dc607165fdef3935bd" - integrity sha512-IxSVBKAEMjD7s3n8cgtwMlxAXZrC7Mlag7zYsAKDndAqnDScvSmp/UdnRTV/B33lTCVU3CCm7dyAn/rVVD0mcw== - dependencies: - orderedmap "^2.0.0" - -prosemirror-model@^1.19.0, prosemirror-model@^1.8.1: - version "1.19.0" - resolved "https://registry.yarnpkg.com/prosemirror-model/-/prosemirror-model-1.19.0.tgz#d7ad9a65ada0bb12196f64fe0dd4fc392c841c29" - integrity sha512-/CvFGJnwc41EJSfDkQLly1cAJJJmBpZwwUJtwZPTjY2RqZJfM8HVbCreOY/jti8wTRbVyjagcylyGoeJH/g/3w== +prosemirror-model@^1.0.0, prosemirror-model@^1.16.0, prosemirror-model@^1.18.1, prosemirror-model@^1.19.0, prosemirror-model@^1.8.1: + version "1.19.3" + resolved "https://registry.yarnpkg.com/prosemirror-model/-/prosemirror-model-1.19.3.tgz#f0d55285487fefd962d0ac695f716f4ec6705006" + integrity sha512-tgSnwN7BS7/UM0sSARcW+IQryx2vODKX4MI7xpqY2X+iaepJdKBPc7I4aACIsDV/LTaTjt12Z56MhDr9LsyuZQ== dependencies: orderedmap "^2.0.0" prosemirror-schema-basic@^1.2.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/prosemirror-schema-basic/-/prosemirror-schema-basic-1.2.1.tgz#a5a137a6399d1a829873332117d2fe8131d291d0" - integrity sha512-vYBdIHsYKSDIqYmPBC7lnwk9DsKn8PnVqK97pMYP5MLEDFqWIX75JiaJTzndBii4bRuNqhC2UfDOfM3FKhlBHg== + version "1.2.2" + resolved "https://registry.yarnpkg.com/prosemirror-schema-basic/-/prosemirror-schema-basic-1.2.2.tgz#6695f5175e4628aab179bf62e5568628b9cfe6c7" + integrity sha512-/dT4JFEGyO7QnNTe9UaKUhjDXbTNkiWTq/N4VpKaF79bBjSExVV2NXmJpcM7z/gD7mbqNjxbmWW5nf1iNSSGnw== dependencies: prosemirror-model "^1.19.0" prosemirror-schema-list@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/prosemirror-schema-list/-/prosemirror-schema-list-1.2.2.tgz#bafda37b72367d39accdcaf6ddf8fb654a16e8e5" - integrity sha512-rd0pqSDp86p0MUMKG903g3I9VmElFkQpkZ2iOd3EOVg1vo5Cst51rAsoE+5IPy0LPXq64eGcCYlW1+JPNxOj2w== + version "1.3.0" + resolved "https://registry.yarnpkg.com/prosemirror-schema-list/-/prosemirror-schema-list-1.3.0.tgz#05374702cf35a3ba5e7ec31079e355a488d52519" + integrity sha512-Hz/7gM4skaaYfRPNgr421CU4GSwotmEwBVvJh5ltGiffUJwm7C8GfN/Bc6DR1EKEp5pDKhODmdXXyi9uIsZl5A== dependencies: prosemirror-model "^1.0.0" prosemirror-state "^1.0.0" - prosemirror-transform "^1.0.0" + prosemirror-transform "^1.7.3" prosemirror-state@^1.0.0, prosemirror-state@^1.2.2, prosemirror-state@^1.3.1, prosemirror-state@^1.4.1, prosemirror-state@^1.4.2: - version "1.4.2" - resolved "https://registry.yarnpkg.com/prosemirror-state/-/prosemirror-state-1.4.2.tgz#f93bd8a33a4454efab917ba9b738259d828db7e5" - integrity sha512-puuzLD2mz/oTdfgd8msFbe0A42j5eNudKAAPDB0+QJRw8cO1ygjLmhLrg9RvDpf87Dkd6D4t93qdef00KKNacQ== + version "1.4.3" + resolved "https://registry.yarnpkg.com/prosemirror-state/-/prosemirror-state-1.4.3.tgz#94aecf3ffd54ec37e87aa7179d13508da181a080" + integrity sha512-goFKORVbvPuAQaXhpbemJFRKJ2aixr+AZMGiquiqKxaucC6hlpHNZHWgz5R7dS4roHiwq9vDctE//CZ++o0W1Q== dependencies: prosemirror-model "^1.0.0" prosemirror-transform "^1.0.0" prosemirror-view "^1.27.0" prosemirror-tables@^1.3.0: - version "1.3.2" - resolved "https://registry.yarnpkg.com/prosemirror-tables/-/prosemirror-tables-1.3.2.tgz#ca208c6a55d510af14b652d23e800e00ba6bebd4" - integrity sha512-/9JTeN6s58Zq66HXaxP6uf8PAmc7XXKZFPlOGVtLvxEd6xBP6WtzaJB9wBjiGUzwbdhdMEy7V62yuHqk/3VrnQ== + version "1.3.4" + resolved "https://registry.yarnpkg.com/prosemirror-tables/-/prosemirror-tables-1.3.4.tgz#0b7cc16d49f90c5b834c9f29291c545478ce9ab0" + integrity sha512-z6uLSQ1BLC3rgbGwZmpfb+xkdvD7W/UOsURDfognZFYaTtc0gsk7u/t71Yijp2eLflVpffMk6X0u0+u+MMDvIw== dependencies: prosemirror-keymap "^1.1.2" prosemirror-model "^1.8.1" @@ -11947,51 +12628,25 @@ prosemirror-tables@^1.3.0: prosemirror-view "^1.13.3" prosemirror-trailing-node@^2.0.2: - version "2.0.3" - resolved "https://registry.yarnpkg.com/prosemirror-trailing-node/-/prosemirror-trailing-node-2.0.3.tgz#213fc0e545a434ff3c37b5218a0de69561bf3892" - integrity sha512-lGrjMrn97KWkjQSW/FjdvnhJmqFACmQIyr6lKYApvHitDnKsCoZz6XzrHB7RZYHni/0NxQmZ01p/2vyK2SkvaA== + version "2.0.7" + resolved "https://registry.yarnpkg.com/prosemirror-trailing-node/-/prosemirror-trailing-node-2.0.7.tgz#ba782a7929f18bcae650b1c7082a2d10443eab19" + integrity sha512-8zcZORYj/8WEwsGo6yVCRXFMOfBo0Ub3hCUvmoWIZYfMP26WqENU0mpEP27w7mt8buZWuGrydBewr0tOArPb1Q== dependencies: - "@babel/runtime" "^7.13.10" - "@remirror/core-constants" "^2.0.0" - "@remirror/core-helpers" "^2.0.1" + "@remirror/core-constants" "^2.0.2" + "@remirror/core-helpers" "^3.0.0" escape-string-regexp "^4.0.0" -prosemirror-transform@^1.0.0, prosemirror-transform@^1.1.0, prosemirror-transform@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/prosemirror-transform/-/prosemirror-transform-1.7.0.tgz#a8a0768f3ee6418d26ebef435beda9d43c65e472" - integrity sha512-O4T697Cqilw06Zvc3Wm+e237R6eZtJL/xGMliCi+Uo8VL6qHk6afz1qq0zNjT3eZMuYwnP8ZS0+YxX/tfcE9TQ== - dependencies: - prosemirror-model "^1.0.0" - -prosemirror-transform@^1.2.1, prosemirror-transform@^1.7.1: - version "1.7.1" - resolved "https://registry.yarnpkg.com/prosemirror-transform/-/prosemirror-transform-1.7.1.tgz#b516e818c3add0bdf960f4ca8ccb9d057a3ba21b" - integrity sha512-VteoifAfpt46z0yEt6Fc73A5OID9t/y2QIeR5MgxEwTuitadEunD/V0c9jQW8ziT8pbFM54uTzRLJ/nLuQjMxg== +prosemirror-transform@^1.0.0, prosemirror-transform@^1.1.0, prosemirror-transform@^1.2.1, prosemirror-transform@^1.7.0, prosemirror-transform@^1.7.1, prosemirror-transform@^1.7.3: + version "1.7.5" + resolved "https://registry.yarnpkg.com/prosemirror-transform/-/prosemirror-transform-1.7.5.tgz#c62aac8645bd4f8cf447d6d53dda80abe8489f03" + integrity sha512-U/fWB6frEzY7dzwJUo+ir8dU1JEanaI/RwL12Imy9js/527N0v/IRUKewocP1kTq998JNT18IGtThaDLwLOBxQ== dependencies: prosemirror-model "^1.0.0" -prosemirror-view@^1.0.0, prosemirror-view@^1.1.0, prosemirror-view@^1.27.0, prosemirror-view@^1.28.2: - version "1.29.0" - resolved "https://registry.yarnpkg.com/prosemirror-view/-/prosemirror-view-1.29.0.tgz#5a9baa32a3c520442ad443f4bbf5ec7400e55b4e" - integrity sha512-bifVd5aD9uCNtpLL1AyhquG/cVbNZSv+ALBxTEGYv51a6OHDhq+aOuzqq4MermNdeBdT+5uyURXCALgzk0EN5g== - dependencies: - prosemirror-model "^1.16.0" - prosemirror-state "^1.0.0" - prosemirror-transform "^1.1.0" - -prosemirror-view@^1.13.3: - version "1.30.1" - resolved "https://registry.yarnpkg.com/prosemirror-view/-/prosemirror-view-1.30.1.tgz#7cf0ae8dc8553a02c32961e82eca25079c4d8fc9" - integrity sha512-pZUfr7lICJkEY7XwzldAKrkflZDeIvnbfuu2RIS01N5NwJmR/dfZzDzJRzhb3SM2QtT/bM8b4Nnib8X3MGpAhA== - dependencies: - prosemirror-model "^1.16.0" - prosemirror-state "^1.0.0" - prosemirror-transform "^1.1.0" - -prosemirror-view@^1.30.1: - version "1.30.2" - resolved "https://registry.yarnpkg.com/prosemirror-view/-/prosemirror-view-1.30.2.tgz#57a9d15c5baa454f0d0f4a3028ddbd9be1e8ed9b" - integrity sha512-nTNzZvalQf9kHeEyO407LiV6DoOs/pXsid88UqW9Vvybo4ozJW2PJhkfZUxCUF1hR/9vJLdhxX84wuw9P9HsXA== +prosemirror-view@^1.0.0, prosemirror-view@^1.1.0, prosemirror-view@^1.13.3, prosemirror-view@^1.27.0, prosemirror-view@^1.28.2, prosemirror-view@^1.30.1, prosemirror-view@^1.31.0: + version "1.32.0" + resolved "https://registry.yarnpkg.com/prosemirror-view/-/prosemirror-view-1.32.0.tgz#2022538d02932c0901232d1e0430c064f79a8ea2" + integrity sha512-HwW7IWgca6ehiW2PA48H/8yl0TakA0Ms5LgN5Krc97oar7GfjIKE/NocUsLe74Jq4mwyWKUNoBljE8WkXKZwng== dependencies: prosemirror-model "^1.16.0" prosemirror-state "^1.0.0" @@ -12057,33 +12712,35 @@ pumpify@^1.3.3: inherits "^2.0.3" pump "^2.0.0" -punycode@1.3.2: - version "1.3.2" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d" - integrity sha512-RofWgt/7fL5wP1Y7fxE7/EmTLzQVnB0ycyibJ0OOHIlJqTNzglYFxVwETOcIoJqJmpDXJ9xImDv+Fq34F/d4Dw== - -punycode@^1.2.4: +punycode@^1.2.4, punycode@^1.4.1: version "1.4.1" resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" integrity sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ== punycode@^2.1.0, punycode@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" - integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== + version "2.3.0" + resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.0.tgz#f67fa67c94da8f4d0cfff981aee4118064199b8f" + integrity sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA== q@^1.1.2: version "1.5.1" resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" integrity sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw== -qs@6.11.0, qs@^6.10.0: +qs@6.11.0: version "6.11.0" resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a" integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q== dependencies: side-channel "^1.0.4" +qs@^6.10.0, qs@^6.11.2: + version "6.11.2" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.2.tgz#64bea51f12c1f5da1bc01496f48ffcff7c69d7d9" + integrity sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA== + dependencies: + side-channel "^1.0.4" + qs@~6.5.2: version "6.5.3" resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.3.tgz#3aeeffc91967ef6e35c0e488ef46fb296ab76aad" @@ -12104,11 +12761,6 @@ querystring-es3@^0.2.0: resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73" integrity sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA== -querystring@0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620" - integrity sha512-X/xY82scca2tau62i9mDyU9K+I+djTMUsvwf7xnUX5GLvVzgJybOJf4Y6o9Zx3oJK/LSXg5tTZBjwzqVPaPO2g== - queue-microtask@^1.2.2: version "1.2.3" resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" @@ -12213,9 +12865,9 @@ react-big-calendar@^0.38.1: uncontrollable "^7.0.0" react-countdown-hook@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/react-countdown-hook/-/react-countdown-hook-1.1.1.tgz#2536209b0d9243f75275844ae575d696f2ffbc5d" - integrity sha512-+/vH6zK2H0yM9dPWJOa3hnLsBWWjwwi/6KOXDBc6F65lrc8vmuMozjTOlLhG4AtyyOTJAd2bvJhlph8IPqrXxg== + version "1.1.3" + resolved "https://registry.yarnpkg.com/react-countdown-hook/-/react-countdown-hook-1.1.3.tgz#04609f3243ee71aadceb5ddfcd538a813a3443ea" + integrity sha512-MY4Kr8wXMtCjDF45kehMP7R/OwekilHxznK1RRnuvgelOVqT0noaW9Fqm2A9J2AZIEnfJHpe47KEVEEq212R8w== react-dnd-html5-backend@^14.0.1, react-dnd-html5-backend@^14.1.0: version "14.1.0" @@ -12308,9 +12960,9 @@ react-element-to-jsx-string@^14.3.4: react-is "17.0.2" react-fast-compare@^3.0.1, react-fast-compare@^3.1.1: - version "3.2.0" - resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.0.tgz#641a9da81b6a6320f270e89724fb45a0b39e43bb" - integrity sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA== + version "3.2.2" + resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.2.tgz#929a97a532304ce9fee4bcae44234f1ce2c21d49" + integrity sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ== react-helmet@^6.1.0: version "6.1.0" @@ -12323,9 +12975,9 @@ react-helmet@^6.1.0: react-side-effect "^2.1.0" react-hook-form@^7.22.1: - version "7.39.1" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.39.1.tgz#ded87d4b3f6692d1f9219515f78ca282b6e1ebf7" - integrity sha512-MiF9PCILN5KulhSGbnjohMiTOrB47GerDTichMNP0y2cPUu1GTRFqbunOxCE9N1499YTLMV/ne4gFzqCp1rxrQ== + version "7.46.2" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.46.2.tgz#051e3cb2a73f3e86de739f2198c6042902158c43" + integrity sha512-x1DWmHQchV7x2Rq9l99M/cQHC8JGchAnw9Z0uTz5KrPa0bTl/Inm1NR7ceOARfIrkNuQNAhuSuZPYa6k7QYn3Q== react-inspector@^5.1.0: version "5.1.1" @@ -12386,9 +13038,9 @@ react-pdf@6.2.2: tiny-warning "^1.0.0" react-player@^2.9.0: - version "2.11.0" - resolved "https://registry.yarnpkg.com/react-player/-/react-player-2.11.0.tgz#9afc75314eb915238e8d6615b2891fbe7170aeaa" - integrity sha512-fIrwpuXOBXdEg1FiyV9isKevZOaaIsAAtZy5fcjkQK9Nhmk1I2NXzY/hkPos8V0zb/ZX416LFy8gv7l/1k3a5w== + version "2.13.0" + resolved "https://registry.yarnpkg.com/react-player/-/react-player-2.13.0.tgz#b6fb252bf70574608ac711f6c83d7057c8fb0c14" + integrity sha512-gkY7ZdbVFztlKFFhCPcnDrFQm+L399b8fhWsKatZ+b2wpKJwfUHBXQFMRxqYQGT0ic1/wQ7D7EZEWy7ZBqk2pw== dependencies: deepmerge "^4.0.0" load-script "^1.0.0" @@ -12496,9 +13148,9 @@ react-transition-group@^4.4.2: prop-types "^15.6.2" react-zoom-pan-pinch@^2.1.3: - version "2.1.3" - resolved "https://registry.yarnpkg.com/react-zoom-pan-pinch/-/react-zoom-pan-pinch-2.1.3.tgz#3b84594200343136c0d4397c33fec38dc0ee06ad" - integrity sha512-a5AChOWhjo0RmxsNZXGQIlNh3e3nLU6m4V6M+6dlbPNk5d+MtMxgKWyA5zpR06Lp3OZkZVF9nR8JeWSvKwck9g== + version "2.6.1" + resolved "https://registry.yarnpkg.com/react-zoom-pan-pinch/-/react-zoom-pan-pinch-2.6.1.tgz#5719fdd9515dc1f379a23350cbf99edd540b1281" + integrity sha512-4Cgdnn6OwN4DomY/E9NpAf0TyCtslEgwdYn96ZV/f5LKuw/FE3gcIBJiaKFmMGThDGV0yKN5mzO8noi34+UE4Q== react@^17.0.1: version "17.0.2" @@ -12564,9 +13216,9 @@ read-yaml-file@^1.1.0: strip-bom "^3.0.0" "readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@~2.3.6: - version "2.3.7" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57" - integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw== + version "2.3.8" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.8.tgz#91125e8042bba1b9887f49345f6277027ce8be9b" + integrity sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA== dependencies: core-util-is "~1.0.0" inherits "~2.0.3" @@ -12577,9 +13229,9 @@ read-yaml-file@^1.1.0: util-deprecate "~1.0.1" readable-stream@3, readable-stream@^3.4.0, readable-stream@^3.6.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198" - integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== + version "3.6.2" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967" + integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA== dependencies: inherits "^2.0.3" string_decoder "^1.1.1" @@ -12633,16 +13285,28 @@ redent@^3.0.0: strip-indent "^3.0.0" redux@^4.0.0, redux@^4.0.4, redux@^4.1.1: - version "4.2.0" - resolved "https://registry.yarnpkg.com/redux/-/redux-4.2.0.tgz#46f10d6e29b6666df758780437651eeb2b969f13" - integrity sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA== + version "4.2.1" + resolved "https://registry.yarnpkg.com/redux/-/redux-4.2.1.tgz#c08f4306826c49b5e9dc901dee0452ea8fce6197" + integrity sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w== dependencies: "@babel/runtime" "^7.9.2" +reflect.getprototypeof@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/reflect.getprototypeof/-/reflect.getprototypeof-1.0.4.tgz#aaccbf41aca3821b87bb71d9dcbc7ad0ba50a3f3" + integrity sha512-ECkTw8TmJwW60lOTR+ZkODISW6RQ8+2CL3COqtiJKLd6MmB45hN51HprHFziKLGkAuTGQhBb91V8cy+KHlaCjw== + dependencies: + call-bind "^1.0.2" + define-properties "^1.2.0" + es-abstract "^1.22.1" + get-intrinsic "^1.2.1" + globalthis "^1.0.3" + which-builtin-type "^1.1.3" + regenerate-unicode-properties@^10.1.0: - version "10.1.0" - resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz#7c3192cab6dd24e21cb4461e5ddd7dd24fa8374c" - integrity sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ== + version "10.1.1" + resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz#6b0e05489d9076b04c436f318d9b067bba459480" + integrity sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q== dependencies: regenerate "^1.4.2" @@ -12651,20 +13315,20 @@ regenerate@^1.4.2: resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a" integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== -regenerator-runtime@^0.13.10, regenerator-runtime@^0.13.7: - version "0.13.10" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.10.tgz#ed07b19616bcbec5da6274ebc75ae95634bfc2ee" - integrity sha512-KepLsg4dU12hryUO7bp/axHAKvwGOCV0sGloQtpagJ12ai+ojVDqkeGSiRX1zlq+kjIMZ1t7gpze+26QqtdGqw== - -regenerator-runtime@^0.13.11: +regenerator-runtime@^0.13.7: version "0.13.11" resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9" integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg== -regenerator-transform@^0.15.0: - version "0.15.0" - resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.15.0.tgz#cbd9ead5d77fae1a48d957cf889ad0586adb6537" - integrity sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg== +regenerator-runtime@^0.14.0: + version "0.14.0" + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz#5e19d68eb12d486f797e15a3c6a918f7cec5eb45" + integrity sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA== + +regenerator-transform@^0.15.2: + version "0.15.2" + resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.15.2.tgz#5bbae58b522098ebdf09bca2f83838929001c7a4" + integrity sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg== dependencies: "@babel/runtime" "^7.8.4" @@ -12676,31 +13340,26 @@ regex-not@^1.0.0, regex-not@^1.0.2: extend-shallow "^3.0.2" safe-regex "^1.1.0" -regexp.prototype.flags@^1.4.3: - version "1.4.3" - resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac" - integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA== +regexp.prototype.flags@^1.5.0, regexp.prototype.flags@^1.5.1: + version "1.5.1" + resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz#90ce989138db209f81492edd734183ce99f9677e" + integrity sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg== dependencies: call-bind "^1.0.2" - define-properties "^1.1.3" - functions-have-names "^1.2.2" + define-properties "^1.2.0" + set-function-name "^2.0.0" -regexpu-core@^5.1.0: - version "5.2.1" - resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-5.2.1.tgz#a69c26f324c1e962e9ffd0b88b055caba8089139" - integrity sha512-HrnlNtpvqP1Xkb28tMhBUO2EbyUHdQlsnlAhzWcwHy8WJR53UWr7/MAvqrsQKMbV4qdpv03oTMG8iIhfsPFktQ== +regexpu-core@^5.3.1: + version "5.3.2" + resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-5.3.2.tgz#11a2b06884f3527aec3e93dbbf4a3b958a95546b" + integrity sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ== dependencies: + "@babel/regjsgen" "^0.8.0" regenerate "^1.4.2" regenerate-unicode-properties "^10.1.0" - regjsgen "^0.7.1" regjsparser "^0.9.1" unicode-match-property-ecmascript "^2.0.0" - unicode-match-property-value-ecmascript "^2.0.0" - -regjsgen@^0.7.1: - version "0.7.1" - resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.7.1.tgz#ee5ef30e18d3f09b7c369b76e7c2373ed25546f6" - integrity sha512-RAt+8H2ZEzHeYWxZ3H2z6tF18zyyOnlcdaafLrm21Bguj7uZy6ULibiAFdXEtKQY4Sy7wDTwDiOazasMLc4KPA== + unicode-match-property-value-ecmascript "^2.1.0" regjsparser@^0.9.1: version "0.9.1" @@ -12926,10 +13585,19 @@ resolve-url@^0.2.1: resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" integrity sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg== -resolve@^1.10.0, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.19.0, resolve@^1.21.0, resolve@^1.3.2: - version "1.22.1" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177" - integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw== +resolve@^1.10.0, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.19.0, resolve@^1.21.0, resolve@^1.22.4, resolve@^1.3.2: + version "1.22.6" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.6.tgz#dd209739eca3aef739c626fea1b4f3c506195362" + integrity sha512-njhxM7mV12JfufShqGy3Rz8j11RPdLy4xi15UurGJeoHLfJpVXKdh3ueuOqbYUcDZnffr6X739JBo5LzyahEsw== + dependencies: + is-core-module "^2.13.0" + path-parse "^1.0.7" + supports-preserve-symlinks-flag "^1.0.0" + +resolve@^2.0.0-next.4: + version "2.0.0-next.4" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.4.tgz#3d37a113d6429f496ec4752d2a2e58efb1fd4660" + integrity sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ== dependencies: is-core-module "^2.9.0" path-parse "^1.0.7" @@ -12986,19 +13654,20 @@ ripemd160@^2.0.0, ripemd160@^2.0.1: inherits "^2.0.1" rjsf-conditionals@^1.1.4: - version "1.3.0" - resolved "https://registry.yarnpkg.com/rjsf-conditionals/-/rjsf-conditionals-1.3.0.tgz#820af6ca209592df699c7c735f948d251bf3725d" - integrity sha512-eVq5TVgxJxFaTJwPh+Bcx8wYI6JxNnWwEb5CnLqcBqssrwf1JL8OZ8g9ibIo5uTIHrtb0BnEdNrKER83I05ROA== + version "1.5.0" + resolved "https://registry.yarnpkg.com/rjsf-conditionals/-/rjsf-conditionals-1.5.0.tgz#7f8fea7c2f7a5135895647258cbcc7b489f5206c" + integrity sha512-TsA6ingi/R5wNV2xadxS+lK6cgi10FiBHbCgZzUXaF1xUWqYyI4iO0hakVedeW99v3IZuhAePtgHntZEaw9hCw== dependencies: deepcopy "^2.0.0" + lodash.isequalwith "^4.4.0" selectn "^1.1.2" rollup-plugin-import-css@^3.0.2: - version "3.1.0" - resolved "https://registry.yarnpkg.com/rollup-plugin-import-css/-/rollup-plugin-import-css-3.1.0.tgz#7982d85a1c762c730ff75a58bf4403c8c81dfd60" - integrity sha512-+azurUk2QrUNWs1V5EzpuvV9bRQDEjG+aQDadM6ZEc5LbU6VvFiR3+MPIBnqKrg/miBNag/9H1TWhEUv4TH+jQ== + version "3.3.4" + resolved "https://registry.yarnpkg.com/rollup-plugin-import-css/-/rollup-plugin-import-css-3.3.4.tgz#fe8ae5dc359654a9ac03948642c7becd8b04cafa" + integrity sha512-w5p1Dd1CavAht/P82zB3WX2RVy7O47MlJGSmgrWXTBPAkWHTbOBh/nUPz94IczCD0HLxpuT4AhF24cix7CpZWA== dependencies: - "@rollup/pluginutils" "^5.0.2" + "@rollup/pluginutils" "^5.0.4" rollup-plugin-strip-banner@^2.0.0: version "2.1.0" @@ -13058,14 +13727,14 @@ rollup@^2.58.0: fsevents "~2.3.2" rope-sequence@^1.3.0: - version "1.3.3" - resolved "https://registry.yarnpkg.com/rope-sequence/-/rope-sequence-1.3.3.tgz#3f67fc106288b84b71532b4a5fd9d4881e4457f0" - integrity sha512-85aZYCxweiD5J8yTEbw+E6A27zSnLPNDL0WfPdw3YYodq7WjnTKo0q4dtyQ2gz23iPT8Q9CUyJtAaUNcTxRf5Q== + version "1.3.4" + resolved "https://registry.yarnpkg.com/rope-sequence/-/rope-sequence-1.3.4.tgz#df85711aaecd32f1e756f76e43a415171235d425" + integrity sha512-UT5EDe2cu2E/6O4igUr5PSFs23nvvukicWHx6GnOPlHAiiYbzNuCRQCuiUdHJQcqKalLKlrYJnjY0ySGsXNQXQ== rrule@^2.6.8: - version "2.7.1" - resolved "https://registry.yarnpkg.com/rrule/-/rrule-2.7.1.tgz#2511e1aed0e96fb5acf831304cde97d2cb65d99e" - integrity sha512-4p20u/1U7WqR3Nb1hOUrm0u1nSI7sO93ZUVZEZ5HeF6Gr5OlJuyhwEGRvUHq8ZfrPsq5gfa5b9dqnUs/kPqpIw== + version "2.7.2" + resolved "https://registry.yarnpkg.com/rrule/-/rrule-2.7.2.tgz#cb899cb21bbe6c71b587107956604173b69f9143" + integrity sha512-NkBsEEB6FIZOZ3T8frvEBOB243dm46SPufpDckY/Ap/YH24V1zLeMmDY8OA10lk452NdrF621+ynDThE7FQU2A== dependencies: tslib "^2.4.0" @@ -13074,6 +13743,13 @@ rsvp@^4.8.4: resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734" integrity sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA== +run-applescript@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/run-applescript/-/run-applescript-5.0.0.tgz#e11e1c932e055d5c6b40d98374e0268d9b11899c" + integrity sha512-XcT5rBksx1QdIhlFOCtgZkB99ZEouFZ1E2Kc2LHqNW13U3/74YGdkQRmThTwxy4QIyookibDKYZOPqX//6BlAg== + dependencies: + execa "^5.0.0" + run-parallel@^1.1.9: version "1.2.0" resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee" @@ -13088,6 +13764,16 @@ run-queue@^1.0.0, run-queue@^1.0.3: dependencies: aproba "^1.1.1" +safe-array-concat@^1.0.0, safe-array-concat@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/safe-array-concat/-/safe-array-concat-1.0.1.tgz#91686a63ce3adbea14d61b14c99572a8ff84754c" + integrity sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q== + dependencies: + call-bind "^1.0.2" + get-intrinsic "^1.2.1" + has-symbols "^1.0.3" + isarray "^2.0.5" + safe-buffer@5.1.1: version "5.1.1" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853" @@ -13186,10 +13872,10 @@ schema-utils@^2.6.5, schema-utils@^2.7.0: ajv "^6.12.4" ajv-keywords "^3.5.2" -schema-utils@^3.0.0, schema-utils@^3.1.0, schema-utils@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.1.1.tgz#bc74c4b6b6995c1d88f76a8b77bea7219e0c8281" - integrity sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw== +schema-utils@^3.0.0, schema-utils@^3.1.1, schema-utils@^3.2.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.3.0.tgz#f50a88877c3c01652a15b622ae9e9795df7a60fe" + integrity sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg== dependencies: "@types/json-schema" "^7.0.8" ajv "^6.12.5" @@ -13206,19 +13892,19 @@ selectn@1.1.2, selectn@^1.1.2: dotsplit.js "^1.0.3" "semver@2 || 3 || 4 || 5", semver@^5.4.1, semver@^5.5.0, semver@^5.6.0: - version "5.7.1" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" - integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== + version "5.7.2" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8" + integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g== -semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: - version "6.3.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" - integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== +semver@^6.0.0, semver@^6.1.2, semver@^6.3.0, semver@^6.3.1: + version "6.3.1" + resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" + integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== -semver@^7.3.2, semver@^7.3.4, semver@^7.3.5: - version "7.3.8" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798" - integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A== +semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.5.3: + version "7.5.4" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e" + integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA== dependencies: lru-cache "^6.0.0" @@ -13255,10 +13941,10 @@ serialize-javascript@^5.0.1: dependencies: randombytes "^2.1.0" -serialize-javascript@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz#efae5d88f45d7924141da8b5c3a7a7e663fefeb8" - integrity sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag== +serialize-javascript@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.1.tgz#b206efb27c3da0b0ab6b52f48d170b7996458e5c" + integrity sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w== dependencies: randombytes "^2.1.0" @@ -13288,6 +13974,15 @@ set-blocking@^2.0.0: resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" integrity sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw== +set-function-name@^2.0.0, set-function-name@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/set-function-name/-/set-function-name-2.0.1.tgz#12ce38b7954310b9f61faa12701620a0c882793a" + integrity sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA== + dependencies: + define-data-property "^1.0.1" + functions-have-names "^1.2.3" + has-property-descriptors "^1.0.0" + set-value@^2.0.0, set-value@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b" @@ -13353,9 +14048,9 @@ shebang-regex@^3.0.0: integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== shell-quote@^1.6.1: - version "1.7.4" - resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.4.tgz#33fe15dee71ab2a81fcbd3a52106c5cfb9fb75d8" - integrity sha512-8o/QEhSSRb1a5i7TFR0iM4G16Z0vYB2OQVs4G3aAFXjn3T6yEx8AZxy1PgDF7I00LZHYA3WxaSYIf5e5sAX8Rw== + version "1.8.1" + resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.1.tgz#6dbf4db75515ad5bac63b4f1894c3a154c766680" + integrity sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA== side-channel@^1.0.4: version "1.0.4" @@ -13366,7 +14061,7 @@ side-channel@^1.0.4: get-intrinsic "^1.0.2" object-inspect "^1.9.0" -signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3: +signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7: version "3.0.7" resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== @@ -13528,9 +14223,9 @@ spawndamnit@^2.0.0: signal-exit "^3.0.2" spdx-correct@^3.0.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.1.tgz#dece81ac9c1e6713e5f7d1b6f17d468fa53d89a9" - integrity sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w== + version "3.2.0" + resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.2.0.tgz#4f5ab0668f0059e34f9c00dce331784a12de4e9c" + integrity sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA== dependencies: spdx-expression-parse "^3.0.0" spdx-license-ids "^3.0.0" @@ -13549,9 +14244,9 @@ spdx-expression-parse@^3.0.0: spdx-license-ids "^3.0.0" spdx-license-ids@^3.0.0: - version "3.0.12" - resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.12.tgz#69077835abe2710b65f03969898b6637b505a779" - integrity sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA== + version "3.0.15" + resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.15.tgz#142460aabaca062bc7cd4cc87b7d50725ed6a4ba" + integrity sha512-lpT8hSQp9jAKp9mhtBU4Xjon8LPGBvLIuBiSVhMEtmLecTh2mO0tlqrAMp47tBXzMr13NJMQ2lf7RpQGLJ3HsQ== split-on-first@^1.0.0: version "1.1.0" @@ -13632,6 +14327,13 @@ statuses@2.0.1: resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63" integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ== +stop-iteration-iterator@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz#6a60be0b4ee757d1ed5254858ec66b10c49285e4" + integrity sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ== + dependencies: + internal-slot "^1.0.4" + store2@^2.12.0: version "2.14.2" resolved "https://registry.yarnpkg.com/store2/-/store2-2.14.2.tgz#56138d200f9fe5f582ad63bc2704dbc0e4a45068" @@ -13697,55 +14399,65 @@ strict-uri-encode@^2.0.0: is-fullwidth-code-point "^3.0.0" strip-ansi "^6.0.1" -"string.prototype.matchall@^4.0.0 || ^3.0.1": - version "4.0.8" - resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#3bf85722021816dcd1bf38bb714915887ca79fd3" - integrity sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg== +"string.prototype.matchall@^4.0.0 || ^3.0.1", string.prototype.matchall@^4.0.8: + version "4.0.10" + resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.10.tgz#a1553eb532221d4180c51581d6072cd65d1ee100" + integrity sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" - get-intrinsic "^1.1.3" + define-properties "^1.2.0" + es-abstract "^1.22.1" + get-intrinsic "^1.2.1" has-symbols "^1.0.3" - internal-slot "^1.0.3" - regexp.prototype.flags "^1.4.3" + internal-slot "^1.0.5" + regexp.prototype.flags "^1.5.0" + set-function-name "^2.0.0" side-channel "^1.0.4" string.prototype.padend@^3.0.0: - version "3.1.4" - resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.1.4.tgz#2c43bb3a89eb54b6750de5942c123d6c98dd65b6" - integrity sha512-67otBXoksdjsnXXRUq+KMVTdlVRZ2af422Y0aTyTjVaoQkGr3mxl2Bc5emi7dOQ3OGVVQQskmLEWwFXwommpNw== + version "3.1.5" + resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.1.5.tgz#311ef3a4e3c557dd999cdf88fbdde223f2ac0f95" + integrity sha512-DOB27b/2UTTD+4myKUFh+/fXWcu/UDyASIXfg+7VzoCNNGOfWvoyU/x5pvVHr++ztyt/oSYI1BcWBBG/hmlNjA== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + define-properties "^1.2.0" + es-abstract "^1.22.1" string.prototype.padstart@^3.0.0: - version "3.1.4" - resolved "https://registry.yarnpkg.com/string.prototype.padstart/-/string.prototype.padstart-3.1.4.tgz#4842d58a09df2addac23cf0b325ce9f087978e90" - integrity sha512-XqOHj8horGsF+zwxraBvMTkBFM28sS/jHBJajh17JtJKA92qazidiQbLosV4UA18azvLOVKYo/E3g3T9Y5826w== + version "3.1.5" + resolved "https://registry.yarnpkg.com/string.prototype.padstart/-/string.prototype.padstart-3.1.5.tgz#ce435e145e4d68b701d1db51cb546ba100177d98" + integrity sha512-R57IsE3JIfModQWrVXYZ8ZHWMBNDpIoniDwhYCR1nx+iHwDkjjk26a8xM9BYgf7SAXJO7sdNPng5J+0ccr5LFQ== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + define-properties "^1.2.0" + es-abstract "^1.22.1" -string.prototype.trimend@^1.0.5: - version "1.0.6" - resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz#c4a27fa026d979d79c04f17397f250a462944533" - integrity sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ== +string.prototype.trim@^1.2.8: + version "1.2.8" + resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz#f9ac6f8af4bd55ddfa8895e6aea92a96395393bd" + integrity sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + define-properties "^1.2.0" + es-abstract "^1.22.1" -string.prototype.trimstart@^1.0.5: - version "1.0.6" - resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz#e90ab66aa8e4007d92ef591bbf3cd422c56bdcf4" - integrity sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA== +string.prototype.trimend@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz#1bb3afc5008661d73e2dc015cd4853732d6c471e" + integrity sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + define-properties "^1.2.0" + es-abstract "^1.22.1" + +string.prototype.trimstart@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.7.tgz#d4cdb44b83a4737ffbac2d406e405d43d0184298" + integrity sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg== + dependencies: + call-bind "^1.0.2" + define-properties "^1.2.0" + es-abstract "^1.22.1" string_decoder@^1.0.0, string_decoder@^1.1.1: version "1.3.0" @@ -13811,6 +14523,11 @@ strip-final-newline@^2.0.0: resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad" integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== +strip-final-newline@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz#52894c313fbff318835280aed60ff71ebf12b8fd" + integrity sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw== + strip-indent@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-1.0.1.tgz#0c7962a6adefa7bbd4ac366460a638552ae1a0a2" @@ -13825,6 +14542,11 @@ strip-indent@^3.0.0: dependencies: min-indent "^1.0.0" +strip-json-comments@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" + integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== + strip-json-comments@~2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" @@ -13867,9 +14589,9 @@ style-value-types@5.0.0: tslib "^2.1.0" styled-components@^5.3.3: - version "5.3.6" - resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.3.6.tgz#27753c8c27c650bee9358e343fc927966bfd00d1" - integrity sha512-hGTZquGAaTqhGWldX7hhfzjnIYBZ0IXQXkCYdvF1Sq3DsUaLx6+NTHC5Jj1ooM2F68sBiVz3lvhfwQs/S3l6qg== + version "5.3.11" + resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.3.11.tgz#9fda7bf1108e39bf3f3e612fcc18170dedcd57a8" + integrity sha512-uuzIIfnVkagcVHv9nE0VPlHPSCmXIUGKfJ42LNjxCCTDTL5sgnJ8Z7GZBq0EnLYGln77tPpEpExt2+qa+cZqSw== dependencies: "@babel/helper-module-imports" "^7.0.0" "@babel/traverse" "^7.4.5" @@ -13883,40 +14605,40 @@ styled-components@^5.3.3: supports-color "^5.5.0" styled-icons@^10.45.0: - version "10.46.0" - resolved "https://registry.yarnpkg.com/styled-icons/-/styled-icons-10.46.0.tgz#5e27514f6498dd4a9de899b0093fe3e3daa018dd" - integrity sha512-1Sd129fFy8j/fHgMnnxZPq1gyj8qX8TCbhGxsHG6SiQMXB6idYdOpq3ni06kiCVbinM1kqslhdNXKED4Ze+LJg== - dependencies: - "@babel/runtime" "^7.19.0" - "@styled-icons/bootstrap" "10.46.0" - "@styled-icons/boxicons-logos" "10.46.0" - "@styled-icons/boxicons-regular" "10.46.0" - "@styled-icons/boxicons-solid" "10.46.0" - "@styled-icons/crypto" "10.46.0" + version "10.47.0" + resolved "https://registry.yarnpkg.com/styled-icons/-/styled-icons-10.47.0.tgz#79765d950db088d6cde52bdcb6bdb0f543823d11" + integrity sha512-tMdhM1kB8qJEf1TLrZrPiVqfODEe4JjbqTJ5mGAyJOCnqC3BvqGwL5q30xuWeU2gqGPwyFfgrQM9nupka55IGw== + dependencies: + "@babel/runtime" "^7.20.7" + "@styled-icons/bootstrap" "10.47.0" + "@styled-icons/boxicons-logos" "10.47.0" + "@styled-icons/boxicons-regular" "10.47.0" + "@styled-icons/boxicons-solid" "10.47.0" + "@styled-icons/crypto" "10.47.0" "@styled-icons/entypo" "10.46.0" "@styled-icons/entypo-social" "10.46.0" "@styled-icons/evaicons-outline" "10.46.0" "@styled-icons/evaicons-solid" "10.46.0" "@styled-icons/evil" "10.46.0" - "@styled-icons/fa-brands" "10.46.0" - "@styled-icons/fa-regular" "10.46.0" - "@styled-icons/fa-solid" "10.46.0" - "@styled-icons/feather" "10.46.0" - "@styled-icons/fluentui-system-filled" "10.46.0" - "@styled-icons/fluentui-system-regular" "10.46.0" + "@styled-icons/fa-brands" "10.47.0" + "@styled-icons/fa-regular" "10.47.0" + "@styled-icons/fa-solid" "10.47.0" + "@styled-icons/feather" "10.47.0" + "@styled-icons/fluentui-system-filled" "10.47.0" + "@styled-icons/fluentui-system-regular" "10.47.0" "@styled-icons/foundation" "10.46.0" - "@styled-icons/heroicons-outline" "10.46.0" - "@styled-icons/heroicons-solid" "10.46.0" + "@styled-icons/heroicons-outline" "10.47.0" + "@styled-icons/heroicons-solid" "10.47.0" "@styled-icons/icomoon" "10.46.0" "@styled-icons/ionicons-outline" "10.46.0" "@styled-icons/ionicons-sharp" "10.46.0" "@styled-icons/ionicons-solid" "10.46.0" - "@styled-icons/material" "10.46.0" - "@styled-icons/material-outlined" "10.46.0" - "@styled-icons/material-rounded" "10.46.0" - "@styled-icons/material-sharp" "10.46.0" - "@styled-icons/material-twotone" "10.46.0" - "@styled-icons/octicons" "10.46.0" + "@styled-icons/material" "10.47.0" + "@styled-icons/material-outlined" "10.47.0" + "@styled-icons/material-rounded" "10.47.0" + "@styled-icons/material-sharp" "10.47.0" + "@styled-icons/material-twotone" "10.47.0" + "@styled-icons/octicons" "10.47.0" "@styled-icons/open-iconic" "10.46.0" "@styled-icons/remix-editor" "10.46.0" "@styled-icons/remix-fill" "10.46.0" @@ -13935,10 +14657,10 @@ stylehacks@^4.0.0: postcss "^7.0.0" postcss-selector-parser "^3.0.0" -stylis@4.1.3: - version "4.1.3" - resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.1.3.tgz#fd2fbe79f5fed17c55269e16ed8da14c84d069f7" - integrity sha512-GP6WDNWf+o403jrEp9c5jibKavrtLW+/qYGhFxFrG8maXhwTBI7gLLhiBb0o7uFccWN+EOS9aMO6cGHWAO07OA== +stylis@4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.2.0.tgz#79daee0208964c8fe695a42fcffcac633a211a51" + integrity sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw== stylus-lookup@^3.0.1: version "3.0.2" @@ -14012,9 +14734,9 @@ svgo@^2.8.0: stable "^0.1.8" swiper@^8.1.4: - version "8.4.4" - resolved "https://registry.yarnpkg.com/swiper/-/swiper-8.4.4.tgz#868ccad5384624e84143b469c75bc54ba004e668" - integrity sha512-jA/8BfOZwT8PqPSnMX0TENZYitXEhNa7ZSNj1Diqh5LZyUJoBQaZcqAiPQ/PIg1+IPaRn/V8ZYVb0nxHMh51yw== + version "8.4.7" + resolved "https://registry.yarnpkg.com/swiper/-/swiper-8.4.7.tgz#0301d385c3efc8efe8b66a64187edcb30e3067ee" + integrity sha512-VwO/KU3i9IV2Sf+W2NqyzwWob4yX9Qdedq6vBtS0rFqJ6Fa5iLUJwxQkuD4I38w0WDJwmFl8ojkdcRFPHWD+2g== dependencies: dom7 "^4.0.4" ssr-window "^4.0.2" @@ -14030,9 +14752,17 @@ symbol.prototype.description@^1.0.0: object.getownpropertydescriptors "^2.1.2" synchronous-promise@^2.0.15: - version "2.0.16" - resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.16.tgz#669b75e86b4295fdcc1bb0498de9ac1af6fd51a9" - integrity sha512-qImOD23aDfnIDNqlG1NOehdB9IYsn1V9oByPjKY1nakv2MQYCEMyX033/q+aEtYCpmYK1cv2+NTmlH+ra6GA5A== + version "2.0.17" + resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.17.tgz#38901319632f946c982152586f2caf8ddc25c032" + integrity sha512-AsS729u2RHUfEra9xJrE39peJcc2stq2+poBXX8bcM08Y6g9j/i/PUzwNQqkaJde7Ntg1TO7bSREbR5sdosQ+g== + +synckit@^0.8.5: + version "0.8.5" + resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.5.tgz#b7f4358f9bb559437f9f167eb6bc46b3c9818fa3" + integrity sha512-L1dapNV6vu2s/4Sputv8xGsCdAVlb5nRDMFU/E27D44l5U6cw1g0dGd45uLc+OXjNMmF4ntiMdCimzcjFKQI8Q== + dependencies: + "@pkgr/utils" "^2.3.1" + tslib "^2.5.0" tapable@^1.0.0, tapable@^1.1.3: version "1.1.3" @@ -14045,13 +14775,13 @@ tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0: integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ== tar@^6.0.2: - version "6.1.12" - resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.12.tgz#3b742fb05669b55671fb769ab67a7791ea1a62e6" - integrity sha512-jU4TdemS31uABHd+Lt5WEYJuzn+TJTCBLljvIAHZOz6M9Os5pJ4dD+vRFLxPa/n3T0iEFzpi+0x1UfuDZYbRMw== + version "6.2.0" + resolved "https://registry.yarnpkg.com/tar/-/tar-6.2.0.tgz#b14ce49a79cb1cd23bc9b016302dea5474493f73" + integrity sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ== dependencies: chownr "^2.0.0" fs-minipass "^2.0.0" - minipass "^3.0.0" + minipass "^5.0.0" minizlib "^2.1.1" mkdirp "^1.0.3" yallist "^4.0.0" @@ -14110,16 +14840,16 @@ terser-webpack-plugin@^4.2.3: terser "^5.3.4" webpack-sources "^1.4.3" -terser-webpack-plugin@^5.0.3, terser-webpack-plugin@^5.1.3: - version "5.3.6" - resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.6.tgz#5590aec31aa3c6f771ce1b1acca60639eab3195c" - integrity sha512-kfLFk+PoLUQIbLmB1+PZDMRSZS99Mp+/MHqDNmMA6tOItzRt+Npe3E+fsMs5mfcM0wCtrrdU387UnV+vnSffXQ== +terser-webpack-plugin@^5.0.3, terser-webpack-plugin@^5.3.7: + version "5.3.9" + resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.9.tgz#832536999c51b46d468067f9e37662a3b96adfe1" + integrity sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA== dependencies: - "@jridgewell/trace-mapping" "^0.3.14" + "@jridgewell/trace-mapping" "^0.3.17" jest-worker "^27.4.5" schema-utils "^3.1.1" - serialize-javascript "^6.0.0" - terser "^5.14.1" + serialize-javascript "^6.0.1" + terser "^5.16.8" terser@^4.1.2, terser@^4.6.3: version "4.8.1" @@ -14130,13 +14860,13 @@ terser@^4.1.2, terser@^4.6.3: source-map "~0.6.1" source-map-support "~0.5.12" -terser@^5.0.0, terser@^5.10.0, terser@^5.14.1, terser@^5.3.4: - version "5.15.1" - resolved "https://registry.yarnpkg.com/terser/-/terser-5.15.1.tgz#8561af6e0fd6d839669c73b92bdd5777d870ed6c" - integrity sha512-K1faMUvpm/FBxjBXud0LWVAGxmvoPbZbfTCYbSgaaYQaIXI3/TdI7a7ZGA73Zrou6Q8Zmz3oeUTsp/dj+ag2Xw== +terser@^5.0.0, terser@^5.10.0, terser@^5.16.8, terser@^5.3.4: + version "5.20.0" + resolved "https://registry.yarnpkg.com/terser/-/terser-5.20.0.tgz#ea42aea62578703e33def47d5c5b93c49772423e" + integrity sha512-e56ETryaQDyebBwJIWYB2TT6f2EZ0fL0sW/JRXNMN26zZdKi2u/E/5my5lG6jNxym6qsrVXfFRmOdV42zlAgLQ== dependencies: - "@jridgewell/source-map" "^0.3.2" - acorn "^8.5.0" + "@jridgewell/source-map" "^0.3.3" + acorn "^8.8.2" commander "^2.20.0" source-map-support "~0.5.20" @@ -14149,6 +14879,11 @@ test-exclude@^6.0.0: glob "^7.1.4" minimatch "^3.0.4" +text-table@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" + integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw== + throttle-debounce@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/throttle-debounce/-/throttle-debounce-3.0.1.tgz#32f94d84dfa894f786c9a1f290e7a645b6a19abb" @@ -14198,6 +14933,11 @@ tippy.js@^6.3.7: dependencies: "@popperjs/core" "^2.9.0" +titleize@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/titleize/-/titleize-3.0.0.tgz#71c12eb7fdd2558aa8a44b0be83b8a76694acd53" + integrity sha512-KxVu8EYHDPBdUYdKZdKtU2aj2XfEx9AfjXxE/Aj0vT06w2icA09Vus1rh6eSu1y01akYg6BjIK/hxyLJINoMLQ== + tmp@^0.0.33: version "0.0.33" resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9" @@ -14313,13 +15053,13 @@ tsc-silent@^1.2.2: "@types/node" "10.12.7" yargs "12 - 15" -tsconfig-paths@^3.10.1: - version "3.14.1" - resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a" - integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ== +tsconfig-paths@^3.10.1, tsconfig-paths@^3.14.2: + version "3.14.2" + resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088" + integrity sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g== dependencies: "@types/json5" "^0.0.29" - json5 "^1.0.1" + json5 "^1.0.2" minimist "^1.2.6" strip-bom "^3.0.0" @@ -14328,10 +15068,10 @@ tslib@^1.8.1: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== -tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.4.0: - version "2.4.1" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e" - integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA== +tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.4.0, tslib@^2.5.0, tslib@^2.6.0: + version "2.6.2" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae" + integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== tsutils@^3.21.0: version "3.21.0" @@ -14346,17 +15086,17 @@ tty-browserify@0.0.0: integrity sha512-JVa5ijo+j/sOoHGjw0sxw734b1LhBkQ3bvUGNdxnVXDCX81Yx7TFgnZygxrIIWn23hbfTaMYLwRmAxFyDuFmIw== tty-table@^4.1.5: - version "4.1.6" - resolved "https://registry.yarnpkg.com/tty-table/-/tty-table-4.1.6.tgz#6bd58338f36c94cce478c3337934d8a65ab40a73" - integrity sha512-kRj5CBzOrakV4VRRY5kUWbNYvo/FpOsz65DzI5op9P+cHov3+IqPbo1JE1ZnQGkHdZgNFDsrEjrfqqy/Ply9fw== + version "4.2.1" + resolved "https://registry.yarnpkg.com/tty-table/-/tty-table-4.2.1.tgz#c06cd76c54542acf4e2b4a0e9a5802984b65cba6" + integrity sha512-xz0uKo+KakCQ+Dxj1D/tKn2FSyreSYWzdkL/BYhgN6oMW808g8QRMuh1atAV9fjTPbWBjfbkKQpI/5rEcnAc7g== dependencies: chalk "^4.1.2" - csv "^5.5.0" - kleur "^4.1.4" + csv "^5.5.3" + kleur "^4.1.5" smartwrap "^2.0.2" - strip-ansi "^6.0.0" + strip-ansi "^6.0.1" wcwidth "^1.0.1" - yargs "^17.1.1" + yargs "^17.7.1" tunnel-agent@^0.6.0: version "0.6.0" @@ -14370,12 +15110,12 @@ tweetnacl@^0.14.3, tweetnacl@~0.14.0: resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" integrity sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA== -type-check@~0.3.2: - version "0.3.2" - resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72" - integrity sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg== +type-check@^0.4.0, type-check@~0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1" + integrity sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew== dependencies: - prelude-ls "~1.1.2" + prelude-ls "^1.2.1" type-detect@^4.0.8: version "4.0.8" @@ -14402,7 +15142,7 @@ type-fest@^0.8.1: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== -type-fest@^2.0.0: +type-fest@^2.19.0: version "2.19.0" resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.19.0.tgz#88068015bb33036a598b952e55e9311a60fd3a9b" integrity sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA== @@ -14415,6 +15155,45 @@ type-is@~1.6.18: media-typer "0.3.0" mime-types "~2.1.24" +typed-array-buffer@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz#18de3e7ed7974b0a729d3feecb94338d1472cd60" + integrity sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw== + dependencies: + call-bind "^1.0.2" + get-intrinsic "^1.2.1" + is-typed-array "^1.1.10" + +typed-array-byte-length@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz#d787a24a995711611fb2b87a4052799517b230d0" + integrity sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA== + dependencies: + call-bind "^1.0.2" + for-each "^0.3.3" + has-proto "^1.0.1" + is-typed-array "^1.1.10" + +typed-array-byte-offset@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz#cbbe89b51fdef9cd6aaf07ad4707340abbc4ea0b" + integrity sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg== + dependencies: + available-typed-arrays "^1.0.5" + call-bind "^1.0.2" + for-each "^0.3.3" + has-proto "^1.0.1" + is-typed-array "^1.1.10" + +typed-array-length@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/typed-array-length/-/typed-array-length-1.0.4.tgz#89d83785e5c4098bec72e08b319651f0eac9c1bb" + integrity sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng== + dependencies: + call-bind "^1.0.2" + for-each "^0.3.3" + is-typed-array "^1.1.9" + typedarray-to-buffer@^3.1.5: version "3.1.5" resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080" @@ -14433,9 +15212,9 @@ typescript@^3.9.10, typescript@^3.9.5, typescript@^3.9.7: integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q== typescript@^4.7.3: - version "4.8.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6" - integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ== + version "4.9.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" + integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== uc.micro@^1.0.1, uc.micro@^1.0.5: version "1.0.6" @@ -14493,10 +15272,10 @@ unicode-match-property-ecmascript@^2.0.0: unicode-canonical-property-names-ecmascript "^2.0.0" unicode-property-aliases-ecmascript "^2.0.0" -unicode-match-property-value-ecmascript@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz#1a01aa57247c14c568b89775a54938788189a714" - integrity sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw== +unicode-match-property-value-ecmascript@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz#cb5fffdcd16a05124f5a4b0bf7c3770208acbbe0" + integrity sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA== unicode-property-aliases-ecmascript@^2.0.0: version "2.1.0" @@ -14642,15 +15421,20 @@ untildify@^2.0.0: dependencies: os-homedir "^1.0.0" +untildify@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/untildify/-/untildify-4.0.0.tgz#2bc947b953652487e4600949fb091e3ae8cd919b" + integrity sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw== + upath@^1.1.1: version "1.2.0" resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894" integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== -update-browserslist-db@^1.0.9: - version "1.0.10" - resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz#0f54b876545726f17d00cd9a2561e6dade943ff3" - integrity sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ== +update-browserslist-db@^1.0.13: + version "1.0.13" + resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz#3c5e4f5c083661bd38ef64b6328c26ed6c8248c4" + integrity sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg== dependencies: escalade "^3.1.1" picocolors "^1.0.0" @@ -14677,12 +15461,12 @@ url-loader@^4.1.1: schema-utils "^3.0.0" url@^0.11.0: - version "0.11.0" - resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1" - integrity sha512-kbailJa29QrtXnxgq+DdCEGlbTeYM2eJUxsz6vjZavrCYPMIFHMKQmSKYAIuUK2i7hgPm28a8piX5NTUtM/LKQ== + version "0.11.3" + resolved "https://registry.yarnpkg.com/url/-/url-0.11.3.tgz#6f495f4b935de40ce4a0a52faee8954244f3d3ad" + integrity sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw== dependencies: - punycode "1.3.2" - querystring "0.2.0" + punycode "^1.4.1" + qs "^6.11.2" use-composed-ref@^1.3.0: version "1.3.0" @@ -14734,12 +15518,12 @@ util.promisify@~1.0.0: has-symbols "^1.0.1" object.getownpropertydescriptors "^2.1.0" -util@0.10.3: - version "0.10.3" - resolved "https://registry.yarnpkg.com/util/-/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336ac0f9" - integrity sha512-5KiHfsmkqacuKjkRkdV7SsfDJ2EGiPsK92s2MhNSY0craxjTdKTtqKsJaCWp4LW33ZZ0OPUv1WO/TFvNQRiQxQ== +util@^0.10.4: + version "0.10.4" + resolved "https://registry.yarnpkg.com/util/-/util-0.10.4.tgz#3aa0125bfe668a4672de58857d3ace27ecb76901" + integrity sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A== dependencies: - inherits "2.0.1" + inherits "2.0.3" util@^0.11.0: version "0.11.1" @@ -14774,9 +15558,9 @@ uuid@^8.3.2: integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== v8-to-istanbul@^9.0.0: - version "9.0.1" - resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.0.1.tgz#b6f994b0b5d4ef255e17a0d17dc444a9f5132fa4" - integrity sha512-74Y4LqY74kLE6IFyIjPtkSTWzUZmj8tdHT9Ii/26dvQ6K9Dl2NbEfj0XgU2sHCtKgt5VupqhlO/5aWuqS+IY1w== + version "9.1.0" + resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.1.0.tgz#1b83ed4e397f58c85c266a570fc2558b5feb9265" + integrity sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA== dependencies: "@jridgewell/trace-mapping" "^0.3.12" "@types/istanbul-lib-coverage" "^2.0.1" @@ -14873,9 +15657,9 @@ vm-browserify@^1.0.1: integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== w3c-keyname@^2.2.0: - version "2.2.6" - resolved "https://registry.yarnpkg.com/w3c-keyname/-/w3c-keyname-2.2.6.tgz#8412046116bc16c5d73d4e612053ea10a189c85f" - integrity sha512-f+fciywl1SJEniZHD6H+kUO8gOnwIr7f4ijKA6+ZvJFjeGi1r4PDLl53Ayud9O/rk64RqgoQine0feoeOU0kXg== + version "2.2.8" + resolved "https://registry.yarnpkg.com/w3c-keyname/-/w3c-keyname-2.2.8.tgz#7b17c8c6883d4e8b86ac8aba79d39e880f8869c5" + integrity sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ== walkdir@^0.4.1: version "0.4.1" @@ -14973,9 +15757,9 @@ webpack-filter-warnings-plugin@^1.2.1: integrity sha512-Ez6ytc9IseDMLPo0qCuNNYzgtUl8NovOqjIq4uAU8LTD4uoa1w1KpZyyzFtLTEMZpkkOkLfL9eN+KGYdk1Qtwg== webpack-hot-middleware@^2.25.1: - version "2.25.2" - resolved "https://registry.yarnpkg.com/webpack-hot-middleware/-/webpack-hot-middleware-2.25.2.tgz#f7f936f3871d8c4eb95ecdf23a34e9cefe9806e8" - integrity sha512-CVgm3NAQyfdIonRvXisRwPTUYuSbyZ6BY7782tMeUzWOO7RmVI2NaBYuCp41qyD4gYCkJyTneAJdK69A13B0+A== + version "2.25.4" + resolved "https://registry.yarnpkg.com/webpack-hot-middleware/-/webpack-hot-middleware-2.25.4.tgz#d8bc9e9cb664fc3105c8e83d2b9ed436bee4e193" + integrity sha512-IRmTspuHM06aZh98OhBJtqLpeWFM8FXJS5UYpKYxCJzyFoyWj1w6VGFfomZU7OPA55dMLrQK0pRT1eQ3PACr4w== dependencies: ansi-html-community "0.0.8" html-entities "^2.1.0" @@ -15015,9 +15799,9 @@ webpack-virtual-modules@^0.4.1: integrity sha512-5tyDlKLqPfMqjT3Q9TAqf2YqjwmnUleZwzJi1A5qXnlBCdj2AtOJ6wAWdglTIDOPgOiOrXeBeFcsQ8+aGQ6QbA== webpack@4: - version "4.46.0" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.46.0.tgz#bf9b4404ea20a073605e0a011d188d77cb6ad542" - integrity sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q== + version "4.47.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.47.0.tgz#8b8a02152d7076aeb03b61b47dad2eeed9810ebc" + integrity sha512-td7fYwgLSrky3fI1EuU5cneU4+pbH6GgOfuKNS1tNPcfdGinGELAqsb/BP4nnvZyKSG2i/xFGU7+n2PvZA8HJQ== dependencies: "@webassemblyjs/ast" "1.9.0" "@webassemblyjs/helper-module-context" "1.9.0" @@ -15044,21 +15828,21 @@ webpack@4: webpack-sources "^1.4.1" webpack@5, "webpack@>=4.43.0 <6.0.0", webpack@^5.9.0: - version "5.74.0" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.74.0.tgz#02a5dac19a17e0bb47093f2be67c695102a55980" - integrity sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA== + version "5.88.2" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.88.2.tgz#f62b4b842f1c6ff580f3fcb2ed4f0b579f4c210e" + integrity sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ== dependencies: "@types/eslint-scope" "^3.7.3" - "@types/estree" "^0.0.51" - "@webassemblyjs/ast" "1.11.1" - "@webassemblyjs/wasm-edit" "1.11.1" - "@webassemblyjs/wasm-parser" "1.11.1" + "@types/estree" "^1.0.0" + "@webassemblyjs/ast" "^1.11.5" + "@webassemblyjs/wasm-edit" "^1.11.5" + "@webassemblyjs/wasm-parser" "^1.11.5" acorn "^8.7.1" - acorn-import-assertions "^1.7.6" + acorn-import-assertions "^1.9.0" browserslist "^4.14.5" chrome-trace-event "^1.0.2" - enhanced-resolve "^5.10.0" - es-module-lexer "^0.9.0" + enhanced-resolve "^5.15.0" + es-module-lexer "^1.2.1" eslint-scope "5.1.1" events "^3.2.0" glob-to-regexp "^0.4.1" @@ -15067,9 +15851,9 @@ webpack@5, "webpack@>=4.43.0 <6.0.0", webpack@^5.9.0: loader-runner "^4.2.0" mime-types "^2.1.27" neo-async "^2.6.2" - schema-utils "^3.1.0" + schema-utils "^3.2.0" tapable "^2.1.1" - terser-webpack-plugin "^5.1.3" + terser-webpack-plugin "^5.3.7" watchpack "^2.4.0" webpack-sources "^3.2.3" @@ -15092,10 +15876,38 @@ which-boxed-primitive@^1.0.2: is-string "^1.0.5" is-symbol "^1.0.3" +which-builtin-type@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/which-builtin-type/-/which-builtin-type-1.1.3.tgz#b1b8443707cc58b6e9bf98d32110ff0c2cbd029b" + integrity sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw== + dependencies: + function.prototype.name "^1.1.5" + has-tostringtag "^1.0.0" + is-async-function "^2.0.0" + is-date-object "^1.0.5" + is-finalizationregistry "^1.0.2" + is-generator-function "^1.0.10" + is-regex "^1.1.4" + is-weakref "^1.0.2" + isarray "^2.0.5" + which-boxed-primitive "^1.0.2" + which-collection "^1.0.1" + which-typed-array "^1.1.9" + +which-collection@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/which-collection/-/which-collection-1.0.1.tgz#70eab71ebbbd2aefaf32f917082fc62cdcb70906" + integrity sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A== + dependencies: + is-map "^2.0.1" + is-set "^2.0.1" + is-weakmap "^2.0.1" + is-weakset "^2.0.1" + which-module@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" - integrity sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q== + version "2.0.1" + resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.1.tgz#776b1fe35d90aebe99e8ac15eb24093389a4a409" + integrity sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ== which-pm@2.0.0: version "2.0.0" @@ -15105,6 +15917,17 @@ which-pm@2.0.0: load-yaml-file "^0.2.0" path-exists "^4.0.0" +which-typed-array@^1.1.11, which-typed-array@^1.1.9: + version "1.1.11" + resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.11.tgz#99d691f23c72aab6768680805a271b69761ed61a" + integrity sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew== + dependencies: + available-typed-arrays "^1.0.5" + call-bind "^1.0.2" + for-each "^0.3.3" + gopd "^1.0.1" + has-tostringtag "^1.0.0" + which@^1.2.10, which@^1.2.9: version "1.3.1" resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" @@ -15133,11 +15956,6 @@ widest-line@^3.1.0: dependencies: string-width "^4.0.0" -word-wrap@~1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" - integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== - wordwrap@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb" @@ -15191,9 +16009,9 @@ write-file-atomic@^3.0.0: typedarray-to-buffer "^3.1.5" ws@^8.2.3: - version "8.11.0" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.11.0.tgz#6a0d36b8edfd9f96d8b25683db2f8d7de6e8e143" - integrity sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg== + version "8.14.2" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.14.2.tgz#6c249a806eb2db7a20d26d51e7709eab7b2e6c7f" + integrity sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g== x-default-browser@^0.4.0: version "0.4.0" @@ -15292,23 +16110,10 @@ yargs@16.2.0, yargs@^16.2.0: y18n "^5.0.5" yargs-parser "^20.2.2" -yargs@^17.1.1: - version "17.7.1" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.1.tgz#34a77645201d1a8fc5213ace787c220eabbd0967" - integrity sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw== - dependencies: - cliui "^8.0.1" - escalade "^3.1.1" - get-caller-file "^2.0.5" - require-directory "^2.1.1" - string-width "^4.2.3" - y18n "^5.0.5" - yargs-parser "^21.1.1" - -yargs@^17.2.1, yargs@^17.3.1: - version "17.6.2" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.6.2.tgz#2e23f2944e976339a1ee00f18c77fedee8332541" - integrity sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw== +yargs@^17.2.1, yargs@^17.3.1, yargs@^17.7.1: + version "17.7.2" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269" + integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w== dependencies: cliui "^8.0.1" escalade "^3.1.1" From ee4a4533438928e35cf23d9ba4544f4a2fdcdb29 Mon Sep 17 00:00:00 2001 From: Banshee-92 <138103229+Banshee-92@users.noreply.github.com> Date: Mon, 2 Oct 2023 09:57:13 +0200 Subject: [PATCH 054/547] change typography. --- tokens.json | 270 +++++++++++++++++++++++++++++++--------------------- 1 file changed, 160 insertions(+), 110 deletions(-) diff --git a/tokens.json b/tokens.json index 4ae21c5d1..3a17e3517 100644 --- a/tokens.json +++ b/tokens.json @@ -262,6 +262,10 @@ "value": "0.75*{core.dimension.root}", "type": "sizing" }, + "175": { + "value": "0.875*{core.dimension.root}", + "type": "sizing" + }, "200": { "value": "1*{core.dimension.root}", "type": "sizing" @@ -437,10 +441,6 @@ } }, "weight": { - "light": { - "value": "300", - "type": "fontWeights" - }, "regular": { "value": "400", "type": "fontWeights" @@ -449,12 +449,16 @@ "value": "500", "type": "fontWeights" }, - "bold": { + "semiBold": { "value": "600", "type": "fontWeights" } }, "lineHeight": { + "75": { + "value": "{core.dimension.175}", + "type": "lineHeights" + }, "100": { "value": "{core.dimension.200}", "type": "lineHeights" @@ -489,6 +493,10 @@ "value": "roundTo( {core.font.size.300} - {core.font.size.50}, 0)", "type": "fontSizes" }, + "30": { + "value": "roundTo( {core.font.size.25} + 2 , 0)", + "type": "fontSizes" + }, "50": { "value": "roundTo({core.font.size.75} / {util.font.scale}, 0)", "type": "fontSizes" @@ -809,33 +817,21 @@ "type": "color" }, "default": { - "value": "{core.color.primary.500}", + "value": "{core.color.primary.300}", "type": "color" }, "emphasis": { - "value": "{core.color.primary.700}", + "value": "{core.color.primary.400}", + "type": "color" + }, + "strong": { + "value": "{core.color.primary.500}", "type": "color" } }, "secondary": { - "emphasis": { - "value": "{core.color.neutral.800}", - "type": "color" - }, - "default": { - "value": "{core.color.neutral.700}", - "type": "color" - }, "muted": { - "value": "{core.color.neutral.600}", - "type": "color" - }, - "mutedSuble": { - "value": "{core.color.neutral.400}", - "type": "color" - }, - "subtle": { - "value": "{core.color.neutral.100}", + "value": "{core.color.secondary.100}", "type": "color" } }, @@ -900,22 +896,6 @@ "value": "{core.color.attention.100}", "type": "color" } - }, - "jungle": { - "default": { - "value": "{core.color.jungle.500}", - "type": "color" - }, - "muted": { - "value": "{core.color.jungle.400}", - "type": "color" - } - }, - "slateGrey": { - "500": { - "value": "{core.color.slateGrey.500}", - "type": "color" - } } }, "typo": { @@ -923,45 +903,90 @@ "xlg": { "value": { "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.bold}", - "lineHeight": "{core.font.lineHeight.600}px", - "fontSize": "{core.font.size.600}px" + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.500}px", + "fontSize": "{core.font.size.500}px" }, "type": "typography" }, - "lg": { + "xlg--semiBold": { "value": { "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.bold}", + "fontWeight": "{core.font.weight.semiBold}", "lineHeight": "{core.font.lineHeight.500}px", "fontSize": "{core.font.size.500}px" }, "type": "typography" }, - "md": { + "lg": { "value": { "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.bold}", + "fontWeight": "{core.font.weight.medium}", "lineHeight": "{core.font.lineHeight.400}px", "fontSize": "{core.font.size.400}px" }, "type": "typography" }, - "sm": { + "lg--semiBold": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.semiBold}", + "lineHeight": "{core.font.lineHeight.400}px", + "fontSize": "{core.font.size.400}px" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.300}px" + }, + "type": "typography" + }, + "md--semiBold": { "value": { "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.bold}", + "fontWeight": "{core.font.weight.semiBold}", "lineHeight": "{core.font.lineHeight.300}px", "fontSize": "{core.font.size.300}px" }, "type": "typography" }, + "sm": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.200}px" + }, + "type": "typography" + }, + "sm--semiBold": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.semiBold}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.200}px" + }, + "type": "typography" + }, "xsm": { "value": { "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.bold}", + "fontWeight": "{core.font.weight.regular}", "lineHeight": "{core.font.lineHeight.200}px", - "fontSize": "{core.font.size.200}px" + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "xsm--semiBold": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.semiBold}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.100}px" }, "type": "typography" } @@ -976,7 +1001,7 @@ }, "type": "typography" }, - "lg--bold": { + "lg--medium": { "value": { "fontFamily": "{core.font.family.main}", "fontWeight": "{core.font.weight.medium}", @@ -985,6 +1010,15 @@ }, "type": "typography" }, + "lg--semiBold": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.semiBold}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.200}px" + }, + "type": "typography" + }, "md": { "value": { "fontFamily": "{core.font.family.main}", @@ -994,15 +1028,24 @@ }, "type": "typography" }, - "md--bold": { + "md--medium": { "value": { - "fontFamily": "{core.font.family.alt}", + "fontFamily": "{core.font.family.main}", "fontWeight": "{core.font.weight.medium}", "lineHeight": "{core.font.lineHeight.300}px", "fontSize": "{core.font.size.100}px" }, "type": "typography" }, + "md--semiBold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.semiBold}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.100}px" + }, + "type": "typography" + }, "sm": { "value": { "fontFamily": "{core.font.family.main}", @@ -1012,7 +1055,7 @@ }, "type": "typography" }, - "sm--bold": { + "sm--medium": { "value": { "fontFamily": "{core.font.family.main}", "fontWeight": "{core.font.weight.medium}", @@ -1020,14 +1063,41 @@ "fontSize": "{core.font.size.75}px" }, "type": "typography" + }, + "sm--semiBold": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.semiBold}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "xsm": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.50}px" + }, + "type": "typography" + }, + "xsm--semiBold": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.semiBold}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.50}px" + }, + "type": "typography" } }, "caption": { "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.100}", - "fontSize": "{core.font.size.50}" + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.semiBold}", + "fontSize": "{core.font.size.30}", + "lineHeight": "{core.font.lineHeight.75}" }, "type": "typography" } @@ -1037,7 +1107,7 @@ "xlg": { "value": { "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.bold}", + "fontWeight": "{core.font.weight.semiBold}", "lineHeight": "{core.font.lineHeight.500}px", "fontSize": "{core.font.size.500}px" }, @@ -1046,7 +1116,7 @@ "lg": { "value": { "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.bold}", + "fontWeight": "{core.font.weight.semiBold}", "lineHeight": "{core.font.lineHeight.400}px", "fontSize": "{core.font.size.400}px" }, @@ -1055,7 +1125,7 @@ "md": { "value": { "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.bold}", + "fontWeight": "{core.font.weight.semiBold}", "lineHeight": "{core.font.lineHeight.300}px", "fontSize": "{core.font.size.300}px" }, @@ -1064,7 +1134,7 @@ "sm": { "value": { "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.bold}", + "fontWeight": "{core.font.weight.semiBold}", "lineHeight": "{core.font.lineHeight.200}px", "fontSize": "{core.font.size.200}px" }, @@ -1073,7 +1143,7 @@ "xsm": { "value": { "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.bold}", + "fontWeight": "{core.font.weight.semiBold}", "lineHeight": "{core.font.lineHeight.100}px", "fontSize": "{core.font.size.100}px" }, @@ -1172,10 +1242,6 @@ } }, "primary": { - "verySubtle": { - "value": "{core.color.primary.100}", - "type": "color" - }, "subtle": { "value": "{core.color.primary.100}", "type": "color" @@ -1185,37 +1251,21 @@ "type": "color" }, "default": { - "value": "{core.color.primary.500}", + "value": "{core.color.primary.300}", "type": "color" }, "emphasis": { - "value": "{core.color.primary.700}", + "value": "{core.color.primary.400}", "type": "color" }, "strong": { - "value": "{core.color.primary.800}", - "type": "color" - }, - "dark": { - "value": "{core.color.primary.900}", + "value": "{core.color.primary.500}", "type": "color" } }, "secondary": { "default": { - "value": "{core.color.neutral.700}", - "type": "color" - }, - "emphasis": { - "value": "{core.color.neutral.800}", - "type": "color" - }, - "muted": { - "value": "{core.color.neutral.500}", - "type": "color" - }, - "subtle": { - "value": "{core.color.neutral.50}", + "value": "{core.color.secondary.100}", "type": "color" } }, @@ -1398,20 +1448,20 @@ } }, "primary": { - "default": { - "value": "{core.color.primary.500}", - "type": "color" - }, - "emphasis": { - "value": "{core.color.primary.700}", + "subtle": { + "value": "{core.color.primary.100}", "type": "color" }, "muted": { "value": "{core.color.primary.200}", "type": "color" }, - "subtle": { - "value": "{core.color.primary.100}", + "default": { + "value": "{core.color.primary.300}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.primary.400}", "type": "color" } }, @@ -2832,7 +2882,7 @@ }, "typo": { "01": { - "value": "{global.content.typo.body.sm--bold}", + "value": "{global.content.typo.body.sm--semiBold}", "type": "typography" }, "02": { @@ -3119,7 +3169,7 @@ "xs": { "value": { "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.bold}", + "fontWeight": "{core.font.weight.semiBold}", "lineHeight": "{core.font.lineHeight.100}px", "fontSize": "{core.font.size.25}", "textCase": "{core.font.uppercase}" @@ -3138,7 +3188,7 @@ "sm--bold": { "value": { "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.bold}", + "fontWeight": "{core.font.weight.semiBold}", "lineHeight": "{core.font.lineHeight.100}px", "fontSize": "{core.font.size.50}px" }, @@ -3156,7 +3206,7 @@ "md--bold": { "value": { "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.bold}", + "fontWeight": "{core.font.weight.semiBold}", "lineHeight": "{core.font.lineHeight.300}px", "fontSize": "{core.font.size.75}px" }, @@ -3325,7 +3375,7 @@ "sm": { "value": { "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.bold}", + "fontWeight": "{core.font.weight.semiBold}", "fontSize": "{core.font.size.50}", "textCase": "uppercase", "lineHeight": "{core.font.lineHeight.100}" @@ -3335,7 +3385,7 @@ "md": { "value": { "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.bold}", + "fontWeight": "{core.font.weight.semiBold}", "fontSize": "{core.font.size.100}", "textCase": "uppercase" }, @@ -3344,7 +3394,7 @@ "lg": { "value": { "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.bold}", + "fontWeight": "{core.font.weight.semiBold}", "fontSize": "{core.font.size.400}", "textCase": "uppercase" }, @@ -3353,7 +3403,7 @@ "xlg": { "value": { "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.bold}", + "fontWeight": "{core.font.weight.semiBold}", "fontSize": "56px", "textCase": "uppercase" }, @@ -3774,7 +3824,7 @@ "type": "typography" }, "typo-bold": { - "value": "{global.content.typo.body.sm--bold}", + "value": "{global.content.typo.body.sm--semiBold}", "type": "typography" } }, @@ -4236,7 +4286,7 @@ "md": { "value": { "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.bold}", + "fontWeight": "{core.font.weight.semiBold}", "lineHeight": "{core.font.lineHeight.200}px", "fontSize": "{core.font.size.75}px", "textCase": "none" @@ -4246,7 +4296,7 @@ "lg--bold": { "value": { "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.bold}", + "fontWeight": "{core.font.weight.semiBold}", "lineHeight": "{core.font.lineHeight.300}px", "fontSize": "{core.font.size.100}px", "textCase": "none" @@ -4278,7 +4328,7 @@ "2xlg": { "value": { "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.bold}", + "fontWeight": "{core.font.weight.semiBold}", "lineHeight": "{core.font.lineHeight.600}px", "fontSize": "{core.font.size.600}px", "textCase": "none" @@ -5221,7 +5271,7 @@ "typo": { "value": { "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.bold}", + "fontWeight": "{core.font.weight.semiBold}", "fontSize": "{core.font.size.75}", "lineHeight": "{core.font.lineHeight.200}" }, @@ -5518,7 +5568,7 @@ } }, "typo": { - "value": "{global.content.typo.body.sm--bold}", + "value": "{global.content.typo.body.sm--semiBold}", "type": "typography" } }, From eb64a58597c8596d6c4618d32439590c851cb6b7 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 2 Oct 2023 08:11:12 +0000 Subject: [PATCH 055/547] chore: version bump --- packages/calendars/CHANGELOG.md | 9 +++++++++ packages/calendars/package.json | 6 +++--- packages/components/CHANGELOG.md | 8 ++++++++ packages/components/package.json | 4 ++-- packages/editors/CHANGELOG.md | 9 +++++++++ packages/editors/package.json | 6 +++--- packages/icons/CHANGELOG.md | 6 ++++++ packages/icons/package.json | 2 +- packages/leemons/CHANGELOG.md | 11 +++++++++++ packages/leemons/package.json | 10 +++++----- packages/notifications/CHANGELOG.md | 9 +++++++++ packages/notifications/package.json | 6 +++--- 12 files changed, 69 insertions(+), 17 deletions(-) diff --git a/packages/calendars/CHANGELOG.md b/packages/calendars/CHANGELOG.md index b8a6210b9..a2f85937e 100644 --- a/packages/calendars/CHANGELOG.md +++ b/packages/calendars/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/calendars +## 1.2.7 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.7 + - @bubbles-ui/icons@1.2.7 + ## 1.2.6 ### Patch Changes diff --git a/packages/calendars/package.json b/packages/calendars/package.json index 00c0e537c..7b42d9bb2 100644 --- a/packages/calendars/package.json +++ b/packages/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/calendars", - "version": "1.2.6", + "version": "1.2.7", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -57,8 +57,8 @@ "rrule": "^2.6.8" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.6", - "@bubbles-ui/icons": "^1.2.6", + "@bubbles-ui/components": "^1.2.7", + "@bubbles-ui/icons": "^1.2.7", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 151ff1923..3df9022d5 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,13 @@ # @bubbles-ui/components +## 1.2.7 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/icons@1.2.7 + ## 1.2.6 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 7a3cbe480..f60c5a33b 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/components", - "version": "1.2.6", + "version": "1.2.7", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -60,7 +60,7 @@ "chromatic": "npx chromatic --project-token=7b10302a7b6b --build-script-name=build:storybook:raw" }, "dependencies": { - "@bubbles-ui/icons": "^1.2.6", + "@bubbles-ui/icons": "^1.2.7", "@emotion/react": "^11.10.0", "@heroicons/react": "^1.0.5", "@leemonade/react-dnd-treeview": "^1.5.44", diff --git a/packages/editors/CHANGELOG.md b/packages/editors/CHANGELOG.md index 00e163f51..7f8358d3f 100644 --- a/packages/editors/CHANGELOG.md +++ b/packages/editors/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/editors +## 1.2.7 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.7 + - @bubbles-ui/icons@1.2.7 + ## 1.2.6 ### Patch Changes diff --git a/packages/editors/package.json b/packages/editors/package.json index ffa90115d..a034c7632 100644 --- a/packages/editors/package.json +++ b/packages/editors/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/editors", - "version": "1.2.6", + "version": "1.2.7", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -79,8 +79,8 @@ "styled-icons": "^10.45.0" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.6", - "@bubbles-ui/icons": "^1.2.6", + "@bubbles-ui/components": "^1.2.7", + "@bubbles-ui/icons": "^1.2.7", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 5ce97a67c..d9b5e37dc 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @bubbles-ui/icons +## 1.2.7 + +### Patch Changes + +- Versions bump + ## 1.2.6 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 9941ffa23..41fb75a95 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/icons", - "version": "1.2.6", + "version": "1.2.7", "description": "The Bubbles Design System icons library.", "license": "MIT", "repository": { diff --git a/packages/leemons/CHANGELOG.md b/packages/leemons/CHANGELOG.md index 58c6f3311..863fc7c1c 100644 --- a/packages/leemons/CHANGELOG.md +++ b/packages/leemons/CHANGELOG.md @@ -1,5 +1,16 @@ # @bubbles-ui/leemons +## 1.2.7 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.7 + - @bubbles-ui/calendars@1.2.7 + - @bubbles-ui/editors@1.2.7 + - @bubbles-ui/icons@1.2.7 + ## 1.2.6 ### Patch Changes diff --git a/packages/leemons/package.json b/packages/leemons/package.json index 269d9fa8c..8b3b4af86 100644 --- a/packages/leemons/package.json +++ b/packages/leemons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/leemons", - "version": "1.2.6", + "version": "1.2.7", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -74,10 +74,10 @@ "ajv": "6.12.6" }, "peerDependencies": { - "@bubbles-ui/calendars": "^1.2.6", - "@bubbles-ui/components": "^1.2.6", - "@bubbles-ui/editors": "^1.2.6", - "@bubbles-ui/icons": "^1.2.6", + "@bubbles-ui/calendars": "^1.2.7", + "@bubbles-ui/components": "^1.2.7", + "@bubbles-ui/editors": "^1.2.7", + "@bubbles-ui/icons": "^1.2.7", "dayjs": "^1.10.7", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index 1baf8dfcc..34ea8aab6 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/notifications +## 1.2.7 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.7 + - @bubbles-ui/icons@1.2.7 + ## 1.2.6 ### Patch Changes diff --git a/packages/notifications/package.json b/packages/notifications/package.json index 9f39cffc0..34db93dcc 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/notifications", - "version": "1.2.6", + "version": "1.2.7", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -52,8 +52,8 @@ "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.6", - "@bubbles-ui/icons": "^1.2.6", + "@bubbles-ui/components": "^1.2.7", + "@bubbles-ui/icons": "^1.2.7", "@mantine/core": "5.2.4", "@mantine/hooks": "5.2.4", "react": "^17.0.2", From 4bb2e7b69421f1e35137364a01dbbbeb9da90255 Mon Sep 17 00:00:00 2001 From: Banshee-92 <138103229+Banshee-92@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:04:58 +0200 Subject: [PATCH 056/547] create fields --- tokens.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/tokens.json b/tokens.json index 3a17e3517..093044be8 100644 --- a/tokens.json +++ b/tokens.json @@ -758,7 +758,7 @@ "x": "0", "y": "0", "blur": "0", - "spread": "3", + "spread": "2", "color": "{core.color.primary.300}", "type": "dropShadow" }, @@ -2784,6 +2784,10 @@ "subtle": { "value": "{global.border.color.line.subtle}", "type": "color" + }, + "negative": { + "value": "{global.border.color.negative.default}", + "type": "color" } }, "radius": { @@ -2805,7 +2809,7 @@ "padding": { "vertical": { "md": { - "value": "7px", + "value": "{badge.spacing.padding.md}", "type": "spacing" }, "sm": { @@ -2892,7 +2896,7 @@ "03": { "value": { "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.light}", + "fontWeight": "{core.font.weight.regular}", "lineHeight": "{core.font.lineHeight.200}px", "fontSize": "{core.font.size.75}px" }, @@ -2916,10 +2920,6 @@ "value": "{global.content.color.negative.default}", "type": "color" } - }, - "typo": { - "value": "{global.content.typo.caption}", - "type": "typography" } } }, @@ -4587,7 +4587,7 @@ "default": { "value": { "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.light}", + "fontWeight": "{core.font.weight.medium}", "lineHeight": "{core.font.lineHeight.200}", "fontSize": "{core.font.size.75}" }, @@ -4596,7 +4596,7 @@ "hover": { "value": { "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.light}", + "fontWeight": "{core.font.weight.medium}", "lineHeight": "{core.font.lineHeight.200}", "fontSize": "{core.font.size.75}", "textDecoration": "underline" @@ -4642,7 +4642,7 @@ "typo": { "value": { "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.light}", + "fontWeight": "{core.font.weight.medium}", "lineHeight": "{core.font.lineHeight.200}", "fontSize": "{core.font.size.75}" }, @@ -4809,7 +4809,7 @@ "typo": { "value": { "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.light}", + "fontWeight": "{core.font.weight.medium}", "lineHeight": "{core.font.lineHeight.300}px", "fontSize": "{core.font.size.75}px" }, From 3377f37adc8d5a30764ac890925c61bd6042194d Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 2 Oct 2023 11:16:52 +0000 Subject: [PATCH 057/547] chore: version bump --- packages/calendars/CHANGELOG.md | 9 +++++++++ packages/calendars/package.json | 6 +++--- packages/components/CHANGELOG.md | 8 ++++++++ packages/components/package.json | 4 ++-- packages/editors/CHANGELOG.md | 9 +++++++++ packages/editors/package.json | 6 +++--- packages/icons/CHANGELOG.md | 6 ++++++ packages/icons/package.json | 2 +- packages/leemons/CHANGELOG.md | 11 +++++++++++ packages/leemons/package.json | 10 +++++----- packages/notifications/CHANGELOG.md | 9 +++++++++ packages/notifications/package.json | 6 +++--- 12 files changed, 69 insertions(+), 17 deletions(-) diff --git a/packages/calendars/CHANGELOG.md b/packages/calendars/CHANGELOG.md index a2f85937e..31287e7c1 100644 --- a/packages/calendars/CHANGELOG.md +++ b/packages/calendars/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/calendars +## 1.2.8 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.8 + - @bubbles-ui/icons@1.2.8 + ## 1.2.7 ### Patch Changes diff --git a/packages/calendars/package.json b/packages/calendars/package.json index 7b42d9bb2..ce3eca9bb 100644 --- a/packages/calendars/package.json +++ b/packages/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/calendars", - "version": "1.2.7", + "version": "1.2.8", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -57,8 +57,8 @@ "rrule": "^2.6.8" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.7", - "@bubbles-ui/icons": "^1.2.7", + "@bubbles-ui/components": "^1.2.8", + "@bubbles-ui/icons": "^1.2.8", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 3df9022d5..56047a23f 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,13 @@ # @bubbles-ui/components +## 1.2.8 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/icons@1.2.8 + ## 1.2.7 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index f60c5a33b..34061da78 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/components", - "version": "1.2.7", + "version": "1.2.8", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -60,7 +60,7 @@ "chromatic": "npx chromatic --project-token=7b10302a7b6b --build-script-name=build:storybook:raw" }, "dependencies": { - "@bubbles-ui/icons": "^1.2.7", + "@bubbles-ui/icons": "^1.2.8", "@emotion/react": "^11.10.0", "@heroicons/react": "^1.0.5", "@leemonade/react-dnd-treeview": "^1.5.44", diff --git a/packages/editors/CHANGELOG.md b/packages/editors/CHANGELOG.md index 7f8358d3f..1f28cfffb 100644 --- a/packages/editors/CHANGELOG.md +++ b/packages/editors/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/editors +## 1.2.8 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.8 + - @bubbles-ui/icons@1.2.8 + ## 1.2.7 ### Patch Changes diff --git a/packages/editors/package.json b/packages/editors/package.json index a034c7632..2eeac0419 100644 --- a/packages/editors/package.json +++ b/packages/editors/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/editors", - "version": "1.2.7", + "version": "1.2.8", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -79,8 +79,8 @@ "styled-icons": "^10.45.0" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.7", - "@bubbles-ui/icons": "^1.2.7", + "@bubbles-ui/components": "^1.2.8", + "@bubbles-ui/icons": "^1.2.8", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index d9b5e37dc..e17f2a5d7 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @bubbles-ui/icons +## 1.2.8 + +### Patch Changes + +- Versions bump + ## 1.2.7 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 41fb75a95..b3ef101eb 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/icons", - "version": "1.2.7", + "version": "1.2.8", "description": "The Bubbles Design System icons library.", "license": "MIT", "repository": { diff --git a/packages/leemons/CHANGELOG.md b/packages/leemons/CHANGELOG.md index 863fc7c1c..4b1538f55 100644 --- a/packages/leemons/CHANGELOG.md +++ b/packages/leemons/CHANGELOG.md @@ -1,5 +1,16 @@ # @bubbles-ui/leemons +## 1.2.8 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.8 + - @bubbles-ui/calendars@1.2.8 + - @bubbles-ui/editors@1.2.8 + - @bubbles-ui/icons@1.2.8 + ## 1.2.7 ### Patch Changes diff --git a/packages/leemons/package.json b/packages/leemons/package.json index 8b3b4af86..11e74680a 100644 --- a/packages/leemons/package.json +++ b/packages/leemons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/leemons", - "version": "1.2.7", + "version": "1.2.8", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -74,10 +74,10 @@ "ajv": "6.12.6" }, "peerDependencies": { - "@bubbles-ui/calendars": "^1.2.7", - "@bubbles-ui/components": "^1.2.7", - "@bubbles-ui/editors": "^1.2.7", - "@bubbles-ui/icons": "^1.2.7", + "@bubbles-ui/calendars": "^1.2.8", + "@bubbles-ui/components": "^1.2.8", + "@bubbles-ui/editors": "^1.2.8", + "@bubbles-ui/icons": "^1.2.8", "dayjs": "^1.10.7", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index 34ea8aab6..2d362ee4c 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/notifications +## 1.2.8 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.8 + - @bubbles-ui/icons@1.2.8 + ## 1.2.7 ### Patch Changes diff --git a/packages/notifications/package.json b/packages/notifications/package.json index 34db93dcc..31319ab4f 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/notifications", - "version": "1.2.7", + "version": "1.2.8", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -52,8 +52,8 @@ "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.7", - "@bubbles-ui/icons": "^1.2.7", + "@bubbles-ui/components": "^1.2.8", + "@bubbles-ui/icons": "^1.2.8", "@mantine/core": "5.2.4", "@mantine/hooks": "5.2.4", "react": "^17.0.2", From bbc691d1a49d00b34f639a8f0dd9feec170b25a4 Mon Sep 17 00:00:00 2001 From: fermarinsanchez Date: Thu, 5 Oct 2023 07:45:29 +0200 Subject: [PATCH 058/547] feat(components): Refactor on FileIcon component Ref: #epic/MainLibrary-0 --- .../FileItemDisplay/FileItemDisplay.js | 19 ++++++----- .../AssetBookmarkIcon/AssetBookmarkIcon.js | 32 ++++++++--------- .../FileIcon/AssetImageIcon/AssetImageIcon.js | 34 +++++++++---------- .../FileIcon/AssetVideoIcon/AssetVideoIcon.js | 3 ++ .../components/src/misc/FileIcon/FileIcon.js | 10 +++--- .../src/misc/FileIcon/FileIcon.stories.js | 6 ++-- .../src/misc/FileIcon/FileIcon.styles.js | 31 ++++++++--------- packages/components/src/misc/index.js | 4 +++ packages/editors/src/form/Card/Card.js | 4 +-- 9 files changed, 73 insertions(+), 70 deletions(-) diff --git a/packages/components/src/informative/FileItemDisplay/FileItemDisplay.js b/packages/components/src/informative/FileItemDisplay/FileItemDisplay.js index 660955c59..d6a807751 100644 --- a/packages/components/src/informative/FileItemDisplay/FileItemDisplay.js +++ b/packages/components/src/informative/FileItemDisplay/FileItemDisplay.js @@ -1,10 +1,10 @@ import React, { useMemo } from 'react'; import PropTypes from 'prop-types'; import { FileIcon } from '@bubbles-ui/icons/outline'; +import { Link } from 'react-router-dom'; import { Text, TextClamp } from '../../typography'; -import { Box } from '../../layout'; +import { Box } from '../../layout/Box'; import { FileItemDisplayStyles } from './FileItemDisplay.styles'; -import { Link } from 'react-router-dom'; export const FILE_ITEM_DISPLAY_DEFAULT_PROPS = { showFileName: true, @@ -27,6 +27,7 @@ export const FILE_ITEM_DISPLAY_PROP_TYPES = { url: PropTypes.string, useRouter: PropTypes.bool, noBreak: PropTypes.bool, + iconStyle: PropTypes.object, }; const FileItemDisplay = ({ @@ -64,7 +65,7 @@ const FileItemDisplay = ({ return filename; }, [filename, hideExtension, hasExtension]); - const { classes, cx } = FileItemDisplayStyles( + const { classes } = FileItemDisplayStyles( { size, calculatedSize, @@ -72,7 +73,7 @@ const FileItemDisplay = ({ url, iconStyle, }, - { name: 'FileItemDisplay' } + { name: 'FileItemDisplay' }, ); const fileItemDisplay = ( @@ -83,11 +84,11 @@ const FileItemDisplay = ({ {showFileName && name && ( - - - {name} - - + + + {name} + + )}
); diff --git a/packages/components/src/misc/FileIcon/AssetBookmarkIcon/AssetBookmarkIcon.js b/packages/components/src/misc/FileIcon/AssetBookmarkIcon/AssetBookmarkIcon.js index 18f033a2a..a296aeff6 100644 --- a/packages/components/src/misc/FileIcon/AssetBookmarkIcon/AssetBookmarkIcon.js +++ b/packages/components/src/misc/FileIcon/AssetBookmarkIcon/AssetBookmarkIcon.js @@ -5,26 +5,26 @@ import { } from './AssetBookmarkIcon.constants'; const AssetBookmarkIcon = ({ width, height, color }) => ( - - - - - + + + ); AssetBookmarkIcon.defaultProps = ASSET_BOOKMARK_ICON_DEFAULT_PROPS; AssetBookmarkIcon.propTypes = ASSET_BOOKMARK_ICON_PROP_TYPES; AssetBookmarkIcon.displayName = 'AssetBookmarkIcon'; +export default AssetBookmarkIcon; export { AssetBookmarkIcon }; diff --git a/packages/components/src/misc/FileIcon/AssetImageIcon/AssetImageIcon.js b/packages/components/src/misc/FileIcon/AssetImageIcon/AssetImageIcon.js index af67378ac..d0ef93b5b 100644 --- a/packages/components/src/misc/FileIcon/AssetImageIcon/AssetImageIcon.js +++ b/packages/components/src/misc/FileIcon/AssetImageIcon/AssetImageIcon.js @@ -5,28 +5,26 @@ import { } from './AssetImageIcon.constants'; const AssetImageIcon = ({ width, height, color }) => ( -
- - - - - -
+ + + ); AssetImageIcon.defaultProps = ASSET_IMAGE_ICON_DEFAULT_PROPS; AssetImageIcon.propTypes = ASSET_IMAGE_ICON_PROP_TYPES; AssetImageIcon.displayName = 'AssetImageIcon'; +export default AssetImageIcon; export { AssetImageIcon }; diff --git a/packages/components/src/misc/FileIcon/AssetVideoIcon/AssetVideoIcon.js b/packages/components/src/misc/FileIcon/AssetVideoIcon/AssetVideoIcon.js index 3b7f4d8db..e8fb57763 100644 --- a/packages/components/src/misc/FileIcon/AssetVideoIcon/AssetVideoIcon.js +++ b/packages/components/src/misc/FileIcon/AssetVideoIcon/AssetVideoIcon.js @@ -10,6 +10,7 @@ const AssetVideoIcon = ({ width, height, color }) => ( height={height} viewBox="0 0 24 24" fill="none" + stroke="currentColor" xmlns="http://www.w3.org/2000/svg" > ( clipRule="evenodd" d="M4.9842 3.01069C4.76472 3.04057 4.51967 3.12721 4.34327 3.23728C4.13118 3.36963 3.93941 3.56006 3.81302 3.76385C3.69218 3.95867 3.61219 4.18107 3.57909 4.41425C3.56624 4.50476 3.5658 4.75511 3.5658 11.9994C3.5658 19.2438 3.56624 19.4941 3.57909 19.5846C3.64243 20.0308 3.87056 20.4166 4.2282 20.6826C4.45302 20.8497 4.73811 20.9612 5.0202 20.9922C5.11327 21.0024 18.8886 21.0021 18.9831 20.9919C19.3729 20.9496 19.752 20.7559 20.0126 20.4658C20.2363 20.2167 20.3746 19.919 20.4221 19.5846C20.4349 19.4942 20.4354 19.2742 20.4354 13.0902C20.4354 6.90633 20.4349 6.68628 20.4221 6.59585C20.3738 6.2553 20.2351 5.95889 20.0072 5.70868C19.9192 5.6121 17.6332 3.41873 17.5545 3.35539C17.3401 3.18273 17.1038 3.07735 16.7922 3.01526C16.7398 3.00483 16.2058 3.00366 10.8954 3.00234C6.00285 3.00112 5.04452 3.00248 4.9842 3.01069ZM5.1066 3.99034C5.09868 3.9919 5.07438 3.99665 5.0526 4.00087C4.8346 4.04316 4.64104 4.22614 4.57565 4.45175L4.5594 4.50785V11.9994V19.491L4.57565 19.5471C4.64109 19.7729 4.82037 19.9431 5.0526 19.9998C5.1117 20.0142 18.8895 20.0142 18.9486 19.9998C19.1809 19.943 19.3601 19.773 19.4255 19.5472L19.4418 19.491V13.0902V6.68945L19.4214 6.62465C19.3977 6.54915 19.3578 6.47151 19.3126 6.41279C19.2773 6.36688 16.9944 4.16973 16.9275 4.11729C16.878 4.07841 16.7606 4.02043 16.695 4.00246C16.6503 3.9902 16.389 3.98958 10.8846 3.98855C7.71462 3.98797 5.11452 3.98877 5.1066 3.99034ZM10.2906 9.23948C9.9927 9.26452 9.69897 9.41534 9.51019 9.64019C9.35712 9.8225 9.26756 10.0341 9.24341 10.2704C9.23332 10.3692 9.23298 14.7676 9.24307 14.8633C9.29149 15.3229 9.60665 15.7108 10.0394 15.8434C10.1751 15.885 10.2192 15.8911 10.3842 15.8908C10.5237 15.8905 10.5421 15.889 10.6218 15.8705C10.6693 15.8594 10.7455 15.8356 10.791 15.8176C10.8365 15.7995 11.8733 15.2849 13.095 14.674C14.801 13.8209 15.3344 13.551 15.3948 13.5107C15.5302 13.4202 15.6624 13.2779 15.7463 13.1324C15.9188 12.8334 15.9441 12.4641 15.8143 12.1398C15.7339 11.9389 15.5817 11.7502 15.4003 11.6265C15.3299 11.5786 10.8958 9.35376 10.791 9.31382C10.6327 9.25352 10.4488 9.22619 10.2906 9.23948ZM10.3482 10.2278C10.2988 10.2398 10.252 10.2773 10.2371 10.3169C10.2317 10.3311 10.2294 11.0099 10.2294 12.5699V14.8026L10.2477 14.8339C10.2731 14.8771 10.3277 14.9081 10.3788 14.9082C10.4146 14.9082 10.5291 14.852 12.6329 13.8001C14.4626 12.8852 14.8531 12.6875 14.8717 12.6663C14.925 12.6056 14.9201 12.5143 14.8604 12.4566C14.8317 12.4289 10.4305 10.23 10.395 10.2256C10.3811 10.2239 10.3601 10.2249 10.3482 10.2278Z" fill={color} + stroke="red" strokeWidth="0" /> @@ -26,4 +28,5 @@ AssetVideoIcon.defaultProps = ASSET_VIDEO_ICON_DEFAULT_PROPS; AssetVideoIcon.propTypes = ASSET_VIDEO_ICON_PROP_TYPES; AssetVideoIcon.displayName = 'AssetVideoIcon'; +export default AssetVideoIcon; export { AssetVideoIcon }; diff --git a/packages/components/src/misc/FileIcon/FileIcon.js b/packages/components/src/misc/FileIcon/FileIcon.js index ca6a1a257..29af3cdce 100644 --- a/packages/components/src/misc/FileIcon/FileIcon.js +++ b/packages/components/src/misc/FileIcon/FileIcon.js @@ -40,15 +40,15 @@ const FileIcon = ({ fileType, fileExtension, label, size, color, iconStyle, ...p const { classes } = FileIconStyles({ size, color }); const FileTypeIcon = [ - { key: 'video', value: }, - { key: 'audio', value: }, - { key: 'image', value: }, - { key: 'bookmark', value: }, + { key: 'video', value: }, + { key: 'audio', value: }, + { key: 'image', value: }, + { key: 'bookmark', value: }, { key: 'path', value: }, { key: 'curriculum', value: }, { key: 'tests', value: }, { key: 'questionBank', value: }, - { key: 'feedback', value: }, + // { key: 'feedback', value: }, ]; const fileIcon = FileTypeIcon.find(({ key }) => key === fileType); diff --git a/packages/components/src/misc/FileIcon/FileIcon.stories.js b/packages/components/src/misc/FileIcon/FileIcon.stories.js index 79b040fcb..9813b99bb 100644 --- a/packages/components/src/misc/FileIcon/FileIcon.stories.js +++ b/packages/components/src/misc/FileIcon/FileIcon.stories.js @@ -15,13 +15,11 @@ export default { }, }, argTypes: { - fileType: { options: ['audio', 'video', 'image', 'noicon'], control: 'select' }, + fileType: { options: ['audio', 'video', 'image', 'bookmark', 'noicon'], control: 'select' }, }, }; -const Template = ({ children, ...props }) => { - return {children}; -}; +const Template = ({ children, ...props }) => {children}; export const Playground = Template.bind({}); diff --git a/packages/components/src/misc/FileIcon/FileIcon.styles.js b/packages/components/src/misc/FileIcon/FileIcon.styles.js index b663ccc30..15d903cf4 100644 --- a/packages/components/src/misc/FileIcon/FileIcon.styles.js +++ b/packages/components/src/misc/FileIcon/FileIcon.styles.js @@ -1,18 +1,17 @@ +/* eslint-disable import/prefer-default-export */ import { createStyles } from '@mantine/styles'; -import { pxToRem, getPaddings, getFontExpressive, getFontProductive } from '../../theme.mixins'; +import { pxToRem, getFontExpressive } from '../../theme.mixins'; -export const FileIconStyles = createStyles((theme, { size, color }) => { - return { - root: { - ...getFontExpressive(theme.fontSizes['2']), - display: 'inline-flex', - alignItems: 'center', - color: color, - }, - label: { - marginLeft: pxToRem(size / 1.5), - fontSize: pxToRem(size), - color: color, - }, - }; -}); +export const FileIconStyles = createStyles((theme, { size, color }) => ({ + root: { + ...getFontExpressive(theme.fontSizes['2']), + display: 'inline-flex', + alignItems: 'center', + color, + }, + label: { + marginLeft: pxToRem(size / 1.5), + fontSize: pxToRem(size), + color, + }, +})); diff --git a/packages/components/src/misc/index.js b/packages/components/src/misc/index.js index 433783627..ee1c2ffaf 100644 --- a/packages/components/src/misc/index.js +++ b/packages/components/src/misc/index.js @@ -3,4 +3,8 @@ export * from './InlineSvg'; export * from './HeroBg'; export * from './Logo'; export * from './FileIcon'; +export * from './FileIcon/AssetAudioIcon'; +export * from './FileIcon/AssetImageIcon'; +export * from './FileIcon/AssetBookmarkIcon'; +export * from './FileIcon/AssetVideoIcon'; export * from './BulletSubject'; diff --git a/packages/editors/src/form/Card/Card.js b/packages/editors/src/form/Card/Card.js index 8755a6803..47e81a105 100644 --- a/packages/editors/src/form/Card/Card.js +++ b/packages/editors/src/form/Card/Card.js @@ -14,8 +14,8 @@ import { import { ExpandDiagonalIcon } from '@bubbles-ui/icons/outline'; import { ControlsPlayIcon } from '@bubbles-ui/icons/solid'; import { NodeViewWrapper } from '@tiptap/react'; -import { CardStyles } from './Card.styles'; import { capitalize } from 'lodash'; +import { CardStyles } from './Card.styles'; export const CARD_DEFAULT_PROPS = { node: { @@ -46,7 +46,7 @@ const Card = ({ attrs: { title, description, image, color, fileType }, }, }) => { - const { classes, cx } = CardStyles({ color }, { name: 'CardExtension' }); + const { classes } = CardStyles({ color }, { name: 'CardExtension' }); return ( From ecd97f841077bbdce2538db20f9808edb45efae2 Mon Sep 17 00:00:00 2001 From: Banshee-92 <138103229+Banshee-92@users.noreply.github.com> Date: Thu, 5 Oct 2023 09:06:57 +0200 Subject: [PATCH 059/547] New buttons --- tokens.json | 488 +++++++++++++++------------------------------------- 1 file changed, 140 insertions(+), 348 deletions(-) diff --git a/tokens.json b/tokens.json index 093044be8..3f0223a11 100644 --- a/tokens.json +++ b/tokens.json @@ -54,7 +54,7 @@ }, "primary": { "100": { - "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.4}%,1)", + "value": "#F1FFBD", "type": "color" }, "200": { @@ -759,7 +759,7 @@ "y": "0", "blur": "0", "spread": "2", - "color": "{core.color.primary.300}", + "color": "{core.color.primary.400}", "type": "dropShadow" }, "type": "boxShadow" @@ -830,7 +830,7 @@ } }, "secondary": { - "muted": { + "default": { "value": "{core.color.secondary.100}", "type": "color" } @@ -896,6 +896,12 @@ "value": "{core.color.attention.100}", "type": "color" } + }, + "tertiary": { + "default": { + "value": "{core.color.tertiary.100}", + "type": "color" + } } }, "typo": { @@ -1050,7 +1056,7 @@ "value": { "fontFamily": "{core.font.family.main}", "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.200}px", + "lineHeight": "{core.font.lineHeight.300}px", "fontSize": "{core.font.size.75}px" }, "type": "typography" @@ -1059,7 +1065,7 @@ "value": { "fontFamily": "{core.font.family.main}", "fontWeight": "{core.font.weight.medium}", - "lineHeight": "{core.font.lineHeight.200}px", + "lineHeight": "{core.font.lineHeight.300}px", "fontSize": "{core.font.size.75}px" }, "type": "typography" @@ -1068,7 +1074,7 @@ "value": { "fontFamily": "{core.font.family.main}", "fontWeight": "{core.font.weight.semiBold}", - "lineHeight": "{core.font.lineHeight.200}px", + "lineHeight": "{core.font.lineHeight.300}px", "fontSize": "{core.font.size.75}px" }, "type": "typography" @@ -1463,23 +1469,15 @@ "emphasis": { "value": "{core.color.primary.400}", "type": "color" + }, + "strong": { + "value": "{core.color.primary.500}", + "type": "color" } }, "secondary": { "default": { - "value": "{core.color.neutral.700}", - "type": "color" - }, - "emphasis": { - "value": "{core.color.neutral.800}", - "type": "color" - }, - "muted": { - "value": "{core.color.neutral.500}", - "type": "color" - }, - "subtle": { - "value": "{core.color.neutral.50}", + "value": "{core.color.secondary.100}", "type": "color" } }, @@ -1736,6 +1734,19 @@ "type": "sizing" } } + }, + "hover": { + "default": { + "value": { + "x": "0", + "y": "0", + "blur": "4", + "spread": "0", + "color": "rgba({core.color.primary.400}, 0.80)", + "type": "dropShadow" + }, + "type": "boxShadow" + } } } }, @@ -1745,19 +1756,7 @@ "color": { "primary": { "default": { - "value": "{global.content.color.primary.default}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.primary.emphasis}", - "type": "color" - }, - "down": { - "value": "{global.content.color.primary.default}", - "type": "color" - }, - "default--reverse": { - "value": "{global.content.color.text.default--reverse}", + "value": "{global.content.color.secondary.default}", "type": "color" } }, @@ -1765,18 +1764,6 @@ "default": { "value": "{global.content.color.secondary.default}", "type": "color" - }, - "hover": { - "value": "{global.content.color.secondary.emphasis}", - "type": "color" - }, - "down": { - "value": "{global.content.color.secondary.default}", - "type": "color" - }, - "default--reverse": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" } }, "terciary": { @@ -1812,13 +1799,12 @@ } } }, - "typo": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.medium}", - "lineHeight": "{core.font.lineHeight.200}px", - "fontSize": "{core.font.size.75}px" - }, + "default": { + "value": "{global.content.typo.body.sm}", + "type": "typography" + }, + "hover": { + "value": "{global.content.typo.body.sm--medium}", "type": "typography" } }, @@ -1830,25 +1816,33 @@ "type": "color" }, "hover": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "pressed": { "value": "{global.background.color.primary.emphasis}", "type": "color" }, - "down": { + "focus": { "value": "{global.background.color.primary.default}", "type": "color" } }, "secondary": { "default": { - "value": "{global.background.color.secondary.default}", + "value": "{global.background.color.transparent}", "type": "color" }, "hover": { - "value": "{global.background.color.secondary.emphasis}", + "value": "{global.background.color.transparent}", "type": "color" }, - "down": { - "value": "{global.background.color.secondary.default}", + "press": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "focus": { + "value": "{global.background.color.surface.default}", "type": "color" } }, @@ -1904,11 +1898,15 @@ "type": "color" }, "hover": { - "value": "{global.border.color.secondary.emphasis}", + "value": "{global.border.color.secondary.default}", "type": "color" }, - "down": { - "value": "{global.border.color.secondary.emphasis}", + "pressed": { + "value": "{global.border.color.primary.strong}", + "type": "color" + }, + "focus": { + "value": "{global.border.color.secondary.default}", "type": "color" } }, @@ -1991,6 +1989,30 @@ "value": "{global.spacing.gap.md}", "type": "spacing" } + }, + "shadow": { + "hover": { + "value": { + "x": "0", + "y": "0", + "blur": "4", + "spread": "0", + "color": "rgba({button.background.color.primary.hover}, 0.80)", + "type": "dropShadow" + }, + "type": "boxShadow" + }, + "pressed": { + "value": { + "x": "0", + "y": "0", + "blur": "4", + "spread": "0", + "color": "{button.border.color.secondary.pressed}", + "type": "innerShadow" + }, + "type": "boxShadow" + } } }, "buttonText": { @@ -2231,73 +2253,13 @@ "color": { "primary": { "default": { - "value": "{global.content.color.primary.default}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.primary.emphasis}", - "type": "color" - }, - "down": { - "value": "{global.content.color.primary.default}", - "type": "color" - }, - "default--reverse": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" - } - }, - "secondary": { - "default": { - "value": "{global.content.color.secondary.default}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.secondary.emphasis}", - "type": "color" - }, - "down": { "value": "{global.content.color.secondary.default}", "type": "color" - }, - "default--reverse": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" } }, - "terciary": { - "default": { - "value": "{global.content.color.primary.subtle}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.primary.emphasis}", - "type": "color" - }, - "down": { - "value": "{global.content.color.primary.subtle}", - "type": "color" - }, - "default--reverse": { - "value": "{global.content.color.text.muted}", - "type": "color" - } - }, - "phatic": { + "ghost": { "default": { - "value": "{global.content.color.negative.default}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" - }, - "down": { - "value": "{global.content.color.negative.default}", - "type": "color" - }, - "hover--reverse": { - "value": "{global.content.color.negative.emphasis}", + "value": "{global.content.color.secondary.default}", "type": "color" } } @@ -2311,101 +2273,41 @@ "type": "color" }, "hover": { - "value": "{global.background.color.primary.emphasis}", - "type": "color" - }, - "down": { "value": "{global.background.color.primary.default}", "type": "color" }, - "default--reverse": { - "value": "{global.background.color.transparent}", + "pressed": { + "value": "{global.background.color.primary.emphasis}", "type": "color" }, - "hover--reverse": { - "value": "{global.background.color.primary.subtle}", + "selected": { + "value": "{global.background.color.primary.muted}", "type": "color" }, - "down--reverse": { - "value": "{global.background.color.transparent}", + "focus": { + "value": "{global.background.color.primary.default}", "type": "color" } }, - "secondary": { + "ghost": { "default": { - "value": "{global.background.color.secondary.default}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.secondary.emphasis}", - "type": "color" - }, - "down": { - "value": "{global.background.color.secondary.default}", - "type": "color" - }, - "default--reverse": { - "value": "{global.background.color.transparent}", - "type": "color" - }, - "hover--reverse": { - "value": "{global.background.color.secondary.subtle}", - "type": "color" - }, - "down--reverse": { "value": "{global.background.color.transparent}", "type": "color" - } - }, - "terciary": { - "default": { - "value": "{global.background.color.surface.subtle}", - "type": "color" }, "hover": { - "value": "{global.background.color.surface.muted}", - "type": "color" - }, - "down": { - "value": "{global.background.color.surface.subtle}", - "type": "color" - }, - "default-reverse": { - "value": "{global.background.color.transparent}", - "type": "color" - }, - "hover-reverse": { "value": "{global.background.color.primary.subtle}", "type": "color" }, - "down-reverse": { - "value": "{global.background.color.transparent}", - "type": "color" - } - }, - "phatic": { - "default": { - "value": "{global.background.color.negative.subtle}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.negative.default}", - "type": "color" - }, - "down": { - "value": "{global.background.color.negative.subtle}", - "type": "color" - }, - "default--reverse": { - "value": "{global.background.color.transparent}", + "pressed": { + "value": "{global.background.color.primary.emphasis}", "type": "color" }, - "hover--reverse": { - "value": "{global.background.color.negative.muted}", + "selected": { + "value": "{global.background.color.primary.muted}", "type": "color" }, - "down--reverse": { - "value": "{global.background.color.transparent}", + "focus": { + "value": "{global.background.color.primary.subtle}", "type": "color" } } @@ -2416,127 +2318,17 @@ "md": { "value": "{global.border.radius.md}", "type": "borderRadius" - }, - "rounded": { - "value": "{global.border.radius.rounded}", - "type": "borderRadius" } }, "width": { "value": "{global.border.width.md}", "type": "borderWidth" - }, - "color": { - "primary": { - "default": { - "value": "{global.border.color.primary.default}", - "type": "color" - }, - "hover": { - "value": "{global.border.color.primary.emphasis}", - "type": "color" - }, - "down": { - "value": "{global.border.color.primary.emphasis}", - "type": "color" - }, - "default--reverse": { - "value": "{global.border.color.transparent}", - "type": "color" - }, - "hover--reverse": { - "value": "{global.border.color.primary.subtle}", - "type": "color" - }, - "down--reverse": { - "value": "{global.border.color.primary.subtle}", - "type": "color" - } - }, - "secondary": { - "default": { - "value": "{global.border.color.secondary.default}", - "type": "color" - }, - "hover": { - "value": "{global.border.color.secondary.emphasis}", - "type": "color" - }, - "down": { - "value": "{global.border.color.secondary.emphasis}", - "type": "color" - }, - "default-reverse": { - "value": "{global.border.color.transparent}", - "type": "color" - }, - "hover-reverse": { - "value": "{global.border.color.secondary.subtle}", - "type": "color" - }, - "down-reverse": { - "value": "{global.border.color.secondary.subtle}", - "type": "color" - } - }, - "terciary": { - "default": { - "value": "{global.border.color.line.subtle}", - "type": "color" - }, - "hover": { - "value": "{global.border.color.line.muted}", - "type": "color" - }, - "down": { - "value": "{global.border.color.line.muted}", - "type": "color" - }, - "default-reverse": { - "value": "{global.border.color.transparent}", - "type": "color" - }, - "hover--reverse": { - "value": "{global.border.color.primary.subtle}", - "type": "color" - }, - "down--reverse": { - "value": "{global.border.color.primary.subtle}", - "type": "color" - } - }, - "phatic": { - "default": { - "value": "{global.border.color.negative.subtle}", - "type": "color" - }, - "hover": { - "value": "{global.border.color.negative.default}", - "type": "color" - }, - "down": { - "value": "{global.border.color.negative.default}", - "type": "color" - }, - "default--reverse": { - "value": "{global.border.color.transparent}", - "type": "color" - }, - "hover--reverse": { - "value": "{global.border.color.negative.muted}", - "type": "color" - }, - "down--reverse": { - "value": "{global.border.color.negative.subtle}", - "type": "color" - } - } } }, "spacing": { "padding": { "md": { - "value": "{global.spacing.padding.xsm}", + "value": "{global.spacing.padding.1xsm}", "type": "spacing" }, "sm": { @@ -2544,6 +2336,19 @@ "type": "spacing" } } + }, + "shadow": { + "hover": { + "value": { + "x": "0", + "y": "0", + "blur": "4", + "spread": "0", + "color": "rgba({buttonIcon.background.color.primary.hover}, 0.80)", + "type": "dropShadow" + }, + "type": "boxShadow" + } } }, "buttonAction": { @@ -2551,33 +2356,17 @@ "color": { "primary": { "default": { - "value": "{global.content.color.secondary.muted}", + "value": "{global.content.color.tertiary.default}", "type": "color" }, "hover": { - "value": "{global.content.color.primary.default}", - "type": "color" - }, - "down": { - "value": "{global.content.color.primary.default}", - "type": "color" - }, - "default--reverse": { - "value": "{global.content.color.text.subtle}", - "type": "color" - }, - "hover--reverse": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" - }, - "down--reverse": { - "value": "{global.content.color.text.default--reverse}", + "value": "{global.content.color.secondary.default}", "type": "color" } }, "phatic": { "default": { - "value": "{global.content.color.secondary.muted}", + "value": "{global.content.color.secondary.default}", "type": "color" }, "hover": { @@ -2609,19 +2398,10 @@ }, "hover": { "value": "{global.background.color.primary.subtle}", - "type": "color", - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.15", - "space": "lch" - } - } - } + "type": "color" }, - "down": { - "value": "{global.background.color.primary.subtle}", + "pressed": { + "value": "{global.background.color.primary.emphasis}", "type": "color" }, "hover--reverse": { @@ -2916,10 +2696,29 @@ "value": "{global.content.color.text.default}", "type": "color" }, - "phatic": { + "phatic--negative": { "value": "{global.content.color.negative.default}", "type": "color" + }, + "phatic--attention": { + "value": "{global.content.color.attention.default}", + "type": "color" } + }, + "typo-": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.50}px" + }, + "type": "typography" + } + }, + "spacing": { + "gap": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" } } }, @@ -4615,7 +4414,7 @@ }, "color": { "default": { - "value": "{global.content.color.secondary.muted}", + "value": "{global.content.color.secondary.default}", "type": "color" }, "hover": { @@ -5152,15 +4951,8 @@ } }, "typo": { - "md": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.medium}", - "fontSize": "{core.font.size.75}px", - "lineHeight": "{core.font.lineHeight.100}" - }, - "type": "typography" - } + "value": "{global.content.typo.body.sm}", + "type": "typography" } }, "background": { @@ -5292,7 +5084,7 @@ "type": "color" }, "pending-text": { - "value": "{global.content.color.secondary.muted}", + "value": "{global.content.color.secondary.default}", "type": "color" }, "active": { From ceb05d992ba3336b549f7785931e497632a7c5b2 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 5 Oct 2023 07:18:39 +0000 Subject: [PATCH 060/547] chore: version bump --- packages/calendars/CHANGELOG.md | 9 +++++++++ packages/calendars/package.json | 6 +++--- packages/components/CHANGELOG.md | 8 ++++++++ packages/components/package.json | 4 ++-- packages/editors/CHANGELOG.md | 9 +++++++++ packages/editors/package.json | 6 +++--- packages/icons/CHANGELOG.md | 6 ++++++ packages/icons/package.json | 2 +- packages/leemons/CHANGELOG.md | 11 +++++++++++ packages/leemons/package.json | 10 +++++----- packages/notifications/CHANGELOG.md | 9 +++++++++ packages/notifications/package.json | 6 +++--- 12 files changed, 69 insertions(+), 17 deletions(-) diff --git a/packages/calendars/CHANGELOG.md b/packages/calendars/CHANGELOG.md index 31287e7c1..df3717799 100644 --- a/packages/calendars/CHANGELOG.md +++ b/packages/calendars/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/calendars +## 1.2.9 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.9 + - @bubbles-ui/icons@1.2.9 + ## 1.2.8 ### Patch Changes diff --git a/packages/calendars/package.json b/packages/calendars/package.json index ce3eca9bb..39818d800 100644 --- a/packages/calendars/package.json +++ b/packages/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/calendars", - "version": "1.2.8", + "version": "1.2.9", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -57,8 +57,8 @@ "rrule": "^2.6.8" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.8", - "@bubbles-ui/icons": "^1.2.8", + "@bubbles-ui/components": "^1.2.9", + "@bubbles-ui/icons": "^1.2.9", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 56047a23f..dae248cef 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,13 @@ # @bubbles-ui/components +## 1.2.9 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/icons@1.2.9 + ## 1.2.8 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 34061da78..35249888c 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/components", - "version": "1.2.8", + "version": "1.2.9", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -60,7 +60,7 @@ "chromatic": "npx chromatic --project-token=7b10302a7b6b --build-script-name=build:storybook:raw" }, "dependencies": { - "@bubbles-ui/icons": "^1.2.8", + "@bubbles-ui/icons": "^1.2.9", "@emotion/react": "^11.10.0", "@heroicons/react": "^1.0.5", "@leemonade/react-dnd-treeview": "^1.5.44", diff --git a/packages/editors/CHANGELOG.md b/packages/editors/CHANGELOG.md index 1f28cfffb..72a825f8b 100644 --- a/packages/editors/CHANGELOG.md +++ b/packages/editors/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/editors +## 1.2.9 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.9 + - @bubbles-ui/icons@1.2.9 + ## 1.2.8 ### Patch Changes diff --git a/packages/editors/package.json b/packages/editors/package.json index 2eeac0419..bbcd25f05 100644 --- a/packages/editors/package.json +++ b/packages/editors/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/editors", - "version": "1.2.8", + "version": "1.2.9", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -79,8 +79,8 @@ "styled-icons": "^10.45.0" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.8", - "@bubbles-ui/icons": "^1.2.8", + "@bubbles-ui/components": "^1.2.9", + "@bubbles-ui/icons": "^1.2.9", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index e17f2a5d7..ce66ef8ac 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @bubbles-ui/icons +## 1.2.9 + +### Patch Changes + +- Versions bump + ## 1.2.8 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index b3ef101eb..023a275ea 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/icons", - "version": "1.2.8", + "version": "1.2.9", "description": "The Bubbles Design System icons library.", "license": "MIT", "repository": { diff --git a/packages/leemons/CHANGELOG.md b/packages/leemons/CHANGELOG.md index 4b1538f55..59d3e7375 100644 --- a/packages/leemons/CHANGELOG.md +++ b/packages/leemons/CHANGELOG.md @@ -1,5 +1,16 @@ # @bubbles-ui/leemons +## 1.2.9 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.9 + - @bubbles-ui/calendars@1.2.9 + - @bubbles-ui/editors@1.2.9 + - @bubbles-ui/icons@1.2.9 + ## 1.2.8 ### Patch Changes diff --git a/packages/leemons/package.json b/packages/leemons/package.json index 11e74680a..3bf1ea17a 100644 --- a/packages/leemons/package.json +++ b/packages/leemons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/leemons", - "version": "1.2.8", + "version": "1.2.9", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -74,10 +74,10 @@ "ajv": "6.12.6" }, "peerDependencies": { - "@bubbles-ui/calendars": "^1.2.8", - "@bubbles-ui/components": "^1.2.8", - "@bubbles-ui/editors": "^1.2.8", - "@bubbles-ui/icons": "^1.2.8", + "@bubbles-ui/calendars": "^1.2.9", + "@bubbles-ui/components": "^1.2.9", + "@bubbles-ui/editors": "^1.2.9", + "@bubbles-ui/icons": "^1.2.9", "dayjs": "^1.10.7", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index 2d362ee4c..ad3a815c7 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/notifications +## 1.2.9 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.9 + - @bubbles-ui/icons@1.2.9 + ## 1.2.8 ### Patch Changes diff --git a/packages/notifications/package.json b/packages/notifications/package.json index 31319ab4f..8df995175 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/notifications", - "version": "1.2.8", + "version": "1.2.9", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -52,8 +52,8 @@ "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.8", - "@bubbles-ui/icons": "^1.2.8", + "@bubbles-ui/components": "^1.2.9", + "@bubbles-ui/icons": "^1.2.9", "@mantine/core": "5.2.4", "@mantine/hooks": "5.2.4", "react": "^17.0.2", From 24205e8d102679322b8050ffeb101bd60e2b321f Mon Sep 17 00:00:00 2001 From: fermarinsanchez Date: Fri, 6 Oct 2023 07:50:00 +0200 Subject: [PATCH 061/547] refactor(calendar): Refactor on calendar before update eslint.config. Fix Calendar StoryBook Event Creation Section (broken) Ref: #epic/BubblesDS-0 --- .eslintrc.json | 46 +++--- packages/calendars/babel.config.js | 1 - .../src/BigCalendar/BigCalendar.constants.js | 65 ++++++++ .../calendars/src/BigCalendar/BigCalendar.js | 155 ++++++----------- .../src/BigCalendar/BigCalendar.stories.js | 100 +++++------ .../src/BigCalendar/BigCalendar.styles.js | 74 ++++----- .../src/BigCalendar/addons/LuxonLocalizer.js | 45 ++--- .../AgentView/AgentView.constants.js | 21 +++ .../components/AgentView/AgentView.js | 115 ++++++------- .../components/Date/BackgroundCells.js | 29 ++-- .../components/Date/DateContentRow.js | 13 +- .../components/DayView/DayColumn.js | 76 +++++---- .../components/DayView/DayEventLayout.js | 18 +- .../BigCalendar/components/DayView/DayView.js | 1 + .../DayView/layout-algorithms/no-overlap.js | 5 +- .../BigCalendar/components/Event/EventCell.js | 62 +++---- .../components/Event/EventEndingRow.js | 38 +++-- .../BigCalendar/components/Event/EventRow.js | 88 +++++----- .../components/Event/EventRowMixin.js | 156 ++++++++++-------- .../components/EventWrapper.constants.js | 23 +++ .../BigCalendar/components/EventWrapper.js | 115 +++++-------- .../components/EventWrapper.styles.js | 28 ++++ .../MonthRangeView.constants.js | 18 ++ .../MonthRangeView/MonthRangeView.js | 22 +-- .../MonthRangeView/MonthRangeView.styles.js | 37 ++--- .../components/MonthView/MonthView.js | 79 ++++----- .../components/TimeGrid/TimeGrid.js | 51 +++--- .../TimeGrid/TimeGridHeader.constants.js | 33 ++++ .../components/TimeGrid/TimeGridHeader.js | 61 ++----- .../components/Toolbar/Toolbar.constants.js | 21 +++ .../BigCalendar/components/Toolbar/Toolbar.js | 11 +- .../components/Toolbar/Toolbar.styles.js | 41 +++-- .../Toolbar/ViewNamesGroup.constants.js | 11 ++ .../components/Toolbar/ViewNamesGroup.js | 8 +- .../components/WeekView/WeekView.js | 32 ++-- packages/calendars/src/BigCalendar/index.js | 1 + .../BigCalendar/mocks/events-month-view.js | 1 + .../src/form/DatePicker/DatePicker.js | 7 +- scripts/build.js | 21 ++- scripts/link.js | 50 +++--- scripts/utils/Logger.js | 3 +- scripts/utils/get-build-order.js | 5 +- scripts/utils/get-package-list.js | 2 + 43 files changed, 963 insertions(+), 826 deletions(-) create mode 100644 packages/calendars/src/BigCalendar/BigCalendar.constants.js create mode 100644 packages/calendars/src/BigCalendar/components/AgentView/AgentView.constants.js create mode 100644 packages/calendars/src/BigCalendar/components/EventWrapper.constants.js create mode 100644 packages/calendars/src/BigCalendar/components/EventWrapper.styles.js create mode 100644 packages/calendars/src/BigCalendar/components/MonthRangeView/MonthRangeView.constants.js create mode 100644 packages/calendars/src/BigCalendar/components/TimeGrid/TimeGridHeader.constants.js create mode 100644 packages/calendars/src/BigCalendar/components/Toolbar/Toolbar.constants.js create mode 100644 packages/calendars/src/BigCalendar/components/Toolbar/ViewNamesGroup.constants.js diff --git a/.eslintrc.json b/.eslintrc.json index b8fdc313e..b38de7ad7 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,39 +1,47 @@ { "env": { "browser": true, + "commonjs": true, "es2021": true, - "node": true, - "jest": true + "node": true }, "globals": { "leemons": true }, - "extends": [ - "plugin:react/recommended", - "airbnb-base", - "prettier" - ], - "parser": "babel-eslint", + "extends": ["plugin:react/recommended", "plugin:sonarjs/recommended", "airbnb-base", "prettier"], + "settings": { + "react": { + "version": "detect" + } + }, + "parser": "@babel/eslint-parser", "parserOptions": { + "requireConfigFile": false, + "babelOptions": { + "babelrc": false, + "configFile": false, + "presets": ["@babel/preset-env"], + "plugins": ["@babel/plugin-syntax-jsx"] + }, + "ecmaVersion": 2020, "ecmaFeatures": { "jsx": true - }, - "ecmaVersion": 12, - "sourceType": "module" + } }, - "plugins": [ - "react", - "import", - "prettier" - ], + "plugins": ["react", "sonarjs", "import", "prettier"], "rules": { "no-plusplus": "off", "import/no-dynamic-requires": "off", "import/no-extraneous-dependencies": "off", "react/react-in-jsx-scope": "off", "no-underscore-dangle": "off", - "prettier/prettier": ["error", {}, { - "usePrettierrc": true - }] + "prettier/prettier": [ + 2, + {}, + { + "usePrettierrc": true + } + ], + "import/no-names-as-default": "off" } } diff --git a/packages/calendars/babel.config.js b/packages/calendars/babel.config.js index e52c5c136..d4686da83 100644 --- a/packages/calendars/babel.config.js +++ b/packages/calendars/babel.config.js @@ -27,7 +27,6 @@ module.exports = { '@babel/plugin-syntax-dynamic-import', '@babel/plugin-syntax-import-meta', '@babel/plugin-proposal-class-properties', - '@babel/plugin-proposal-export-namespace-from', '@babel/plugin-proposal-export-default-from', ], }; diff --git a/packages/calendars/src/BigCalendar/BigCalendar.constants.js b/packages/calendars/src/BigCalendar/BigCalendar.constants.js new file mode 100644 index 000000000..7ca698df0 --- /dev/null +++ b/packages/calendars/src/BigCalendar/BigCalendar.constants.js @@ -0,0 +1,65 @@ +import PropTypes from 'prop-types'; +import { DateTime } from 'luxon'; +import { Views } from 'react-big-calendar'; + +export const TIMEZONE = DateTime.local().zoneName; +export const TODAY = DateTime.local().toJSDate(); +export const MONTH_RANGE = 'monthRange'; +export const firstDayOfWeek = 1; + +export const BIGCALENDAR_VIEWS = [Views.MONTH, Views.WEEK, Views.DAY, Views.AGENDA, MONTH_RANGE]; + +export const BIG_CALENDAR_PROP_TYPES = { + timezone: PropTypes.string, + currentView: PropTypes.oneOf(BIGCALENDAR_VIEWS), + defaultDate: PropTypes.instanceOf(Date), + locale: PropTypes.string, + events: PropTypes.array, + messages: PropTypes.shape({ + month: PropTypes.string, + week: PropTypes.string, + day: PropTypes.string, + agenda: PropTypes.string, + today: PropTypes.string, + previous: PropTypes.string, + next: PropTypes.string, + showWeekends: PropTypes.string, + allDay: PropTypes.string, + init: PropTypes.string, + end: PropTypes.string, + }), + validRange: PropTypes.shape({ + start: PropTypes.instanceOf(Date), + end: PropTypes.instanceOf(Date), + }), + hooks: PropTypes.func, + showWeekends: PropTypes.bool, + dateClick: PropTypes.func, + onSelectDay: PropTypes.func, + onRangeChange: PropTypes.func, + onSelectEvent: PropTypes.func, + eventClick: PropTypes.func, + backgroundEventClick: PropTypes.func, + addEventClick: PropTypes.func, +}; + +export const BIG_CALENDAR_DEFAULT_PROPS = { + timezone: TIMEZONE, + defaultDate: TODAY, + currentView: Views.MONTH, + showWeekends: true, + locale: 'en-EN', + messages: { + month: 'Monthly', + week: 'Weekly', + day: 'Day', + agenda: 'Agenda', + today: 'Today', + previous: 'Previous', + next: 'Next', + showWeekends: 'View weekends', + allDay: 'All day', + init: 'Init', + end: 'End', + }, +}; diff --git a/packages/calendars/src/BigCalendar/BigCalendar.js b/packages/calendars/src/BigCalendar/BigCalendar.js index 4f4ab05e4..de5c7e2ae 100644 --- a/packages/calendars/src/BigCalendar/BigCalendar.js +++ b/packages/calendars/src/BigCalendar/BigCalendar.js @@ -1,8 +1,9 @@ +/* eslint-disable sonarjs/cognitive-complexity */ +/* eslint-disable prefer-const */ import React, { forwardRef, useEffect, useMemo, useState } from 'react'; -import PropTypes from 'prop-types'; import { forEach, isArray, isNil } from 'lodash'; import { Box } from '@mantine/core'; -import { Calendar, Views } from 'react-big-calendar'; +import { Calendar } from 'react-big-calendar'; import { DateTime, Interval } from 'luxon'; import { RRule } from 'rrule'; import 'react-big-calendar/lib/css/react-big-calendar.css'; @@ -16,14 +17,14 @@ import { DayView } from './components/DayView/DayView'; import { MonthRangeView } from './components/MonthRangeView/MonthRangeView'; import { EventWrapper } from './components/EventWrapper'; import Agenda from './components/AgentView/AgentView'; +import { + MONTH_RANGE, + BIG_CALENDAR_PROP_TYPES, + BIG_CALENDAR_DEFAULT_PROPS, + firstDayOfWeek, +} from './BigCalendar.constants'; -const TIMEZONE = DateTime.local().zoneName; -const TODAY = DateTime.local().toJSDate(); -const MONTH_RANGE = 'monthRange'; - -export const BIGCALENDAR_VIEWS = [Views.MONTH, Views.WEEK, Views.DAY, Views.AGENDA, MONTH_RANGE]; - -export const BigCalendar = forwardRef( +const BigCalendar = forwardRef( ( { timezone, @@ -57,23 +58,20 @@ export const BigCalendar = forwardRef( onRangeChange = () => {}, onSelectEvent = () => {}, eventClick = () => {}, - backgroundEventClick = () => {}, addEventClick = () => {}, - ...props }, - ref + ref, ) => { const [showType, setShowType] = useState('full'); const [showWeekends, setShowWeekends] = useState(showWeekendsProp); const [dateRange, setDateRange] = useState(null); - const [date, setDate] = useState(new Date()); const [hooksCreated, setHooksCreated] = useState(false); useEffect(() => setShowWeekends(showWeekendsProp), [showWeekendsProp]); let { availableViews, showToolbar } = useMemo(() => { let views = { month: MonthView, week: WeekView, day: DayView, agenda: Agenda }; - let showToolbar = true; + showToolbar = true; if (currentView === MONTH_RANGE) { views = { monthRange: MonthRangeView }; @@ -89,25 +87,15 @@ export const BigCalendar = forwardRef( // ················································· // TIMEZONE CONFIG - const firstDayOfWeek = 1; - - const { localizer, defaultDate, scrollToTime, getNow } = useMemo(() => { - // Settings.defaultZone = timezone; - return { + const { localizer, defaultDate, scrollToTime, getNow } = useMemo( + () => ({ localizer: luxonLocalizer(DateTime, { firstDayOfWeek }), defaultDate: defaultDateProp, scrollToTime: DateTime.local().toJSDate(), getNow: () => DateTime.local().toJSDate(), - }; - }, [timezone]); - - /* - useEffect(() => { - return () => { - Settings.defaultZone = timezone; // reset to browser TZ on unmount - }; - }, []); - */ + }), + [timezone], + ); // ················································· // INTERACTION HANDLE @@ -118,7 +106,7 @@ export const BigCalendar = forwardRef( forEach(eventsProp, (ev) => { if (ev.rrule) { const diff = DateTime.fromJSDate(ev.end).diff( - DateTime.fromJSDate(ev.start) + DateTime.fromJSDate(ev.start), ).milliseconds; const rule = new RRule({ @@ -130,8 +118,8 @@ export const BigCalendar = forwardRef( dateRange.start.getDate(), dateRange.start.getHours(), dateRange.start.getMinutes(), - dateRange.start.getSeconds() - ) + dateRange.start.getSeconds(), + ), ), until: new Date( Date.UTC( @@ -140,8 +128,8 @@ export const BigCalendar = forwardRef( dateRange.end.getDate(), dateRange.end.getHours(), dateRange.end.getMinutes(), - dateRange.end.getSeconds() - ) + dateRange.end.getSeconds(), + ), ), }); const dates = rule.all(); @@ -157,12 +145,12 @@ export const BigCalendar = forwardRef( } else { const range = Interval.fromDateTimes( DateTime.fromJSDate(dateRange.start), - DateTime.fromJSDate(dateRange.end) + DateTime.fromJSDate(dateRange.end), ); const e = Interval.fromDateTimes( DateTime.fromJSDate(ev.start), - DateTime.fromJSDate(ev.end) + DateTime.fromJSDate(ev.end), ); if (range.e >= e.s && range.s <= e.e) { @@ -183,29 +171,30 @@ export const BigCalendar = forwardRef( }; const handleRangeChange = (range) => { - if (isArray(range) && range.length > 1) { - const end = range[range.length - 1]; + let newRange = range; + if (isArray(newRange) && newRange.length > 1) { + const end = newRange[newRange.length - 1]; end.setHours(23, 59, 59); - range = { - start: range[0], - end: end, + newRange = { + start: newRange[0], + end, }; - } else if (isArray(range) && range.length === 1) { - const end = new Date(range[0]); + } else if (isArray(newRange) && newRange.length === 1) { + const end = new Date(newRange[0]); end.setHours(23, 59, 59); - range = { - start: range[0], + newRange = { + start: newRange[0], end, }; - } else if (isArray(range)) { - range = null; + } else if (isArray(newRange)) { + newRange = null; } - if (range) { - range.end.setHours(23, 59, 59, 59); - range.start.setHours(0, 0, 0, 0); - onRangeChange(range); - setDateRange(range); + if (newRange) { + newRange.end.setHours(23, 59, 59, 59); + newRange.start.setHours(0, 0, 0, 0); + onRangeChange(newRange); + setDateRange(newRange); } }; @@ -248,6 +237,7 @@ export const BigCalendar = forwardRef( return ( ); - } + }, ); -BigCalendar.defaultProps = { - timezone: TIMEZONE, - defaultDate: TODAY, - currentView: Views.MONTH, - showWeekends: true, - locale: 'en-EN', - messages: { - month: 'Monthly', - week: 'Weekly', - day: 'Day', - agenda: 'Agenda', - today: 'Today', - previous: 'Previous', - next: 'Next', - showWeekends: 'View weekends', - allDay: 'All day', - init: 'Init', - end: 'End', - }, -}; +BigCalendar.propTypes = BIG_CALENDAR_PROP_TYPES; +BigCalendar.defaultProps = BIG_CALENDAR_DEFAULT_PROPS; + +export default BigCalendar; +export { BigCalendar }; -BigCalendar.propTypes = { - timezone: PropTypes.string, - currentView: PropTypes.oneOf(BIGCALENDAR_VIEWS), - defaultDate: PropTypes.instanceOf(Date), - locale: PropTypes.string, - events: PropTypes.array, - messages: PropTypes.shape({ - month: PropTypes.string, - week: PropTypes.string, - day: PropTypes.string, - agenda: PropTypes.string, - today: PropTypes.string, - previous: PropTypes.string, - next: PropTypes.string, - showWeekends: PropTypes.string, - allDay: PropTypes.string, - init: PropTypes.string, - end: PropTypes.string, - }), - validRange: PropTypes.shape({ - start: PropTypes.instanceOf(Date), - end: PropTypes.instanceOf(Date), - }), - hooks: PropTypes.func, - showWeekends: PropTypes.bool, - dateClick: PropTypes.func, - onSelectDay: PropTypes.func, - onRangeChange: PropTypes.func, - onSelectEvent: PropTypes.func, - eventClick: PropTypes.func, - backgroundEventClick: PropTypes.func, - addEventClick: PropTypes.func, -}; +BigCalendar.displayName = 'BigCalendar'; diff --git a/packages/calendars/src/BigCalendar/BigCalendar.stories.js b/packages/calendars/src/BigCalendar/BigCalendar.stories.js index 516a29ff9..cb4c1d043 100644 --- a/packages/calendars/src/BigCalendar/BigCalendar.stories.js +++ b/packages/calendars/src/BigCalendar/BigCalendar.stories.js @@ -1,6 +1,16 @@ -import React from 'react'; -import { Box, Button, ColorInput, DatePicker, Select, TextInput } from '@bubbles-ui/components'; -import { BigCalendar, BIGCALENDAR_VIEWS } from './BigCalendar'; +/* eslint-disable react/prop-types */ +import React, { useState } from 'react'; +import { + Box, + Button, + ColorInput, + DatePicker, + DateRangePicker, + Select, + TextInput, +} from '@bubbles-ui/components'; +import { BigCalendar } from './BigCalendar'; +import { BIGCALENDAR_VIEWS } from './BigCalendar.constants'; import mdx from './BigCalendar.mdx'; import EVENTS from './mocks/events'; @@ -9,8 +19,8 @@ export default { parameters: { component: BigCalendar, docs: { - page: mdx - } + page: mdx, + }, // design: { // type: 'figma', // url: 'https://www.figma.com/file/kcSXz3QZFByFDTumNgzPpV/?node-id=2962%3A31342', @@ -24,13 +34,16 @@ export default { onSelectDay: { action: 'Day selected' }, onRangeChange: { action: 'Range changed' }, onSelectEvent: { action: 'Event selected' }, - addEventClick: { action: 'Add Event clicked' } - } + addEventClick: { action: 'Add Event clicked' }, + }, }; +const heightValue = 'calc(100vh - 40px)'; + const Template = (props) => { - let messages = undefined; - if (props.locale === 'es-ES') { + let messages; + const { locale } = props; + if (locale === 'es-ES') { messages = { month: 'Mensual', week: 'Semanal', @@ -43,10 +56,10 @@ const Template = (props) => { display: 'Mostrar', entirePeriod: 'Periodo completo', onlyInitAndEnd: 'Solo mostrar inicio y final', - onlyEnd: 'Solo mostrar fecha límite' + onlyEnd: 'Solo mostrar fecha límite', }; } - return ; + return ; }; export const Playground = Template.bind({}); @@ -55,24 +68,10 @@ Playground.args = { events: EVENTS, currentView: BIGCALENDAR_VIEWS[0], locale: 'es-ES', - /* - minWeekDay: 0, - maxWeekDay: 3, - timeslots: 1, - hideToolbar: true, - timeslotHeight: 100, - forceBgColorToEvents: true, - hideAllDayCells: true, - minHour: '12:15', - maxHour: '13:15', - - */ - defaultDate: EVENTS[0].start + defaultDate: EVENTS[0].start, }; -const MonthRangeTemplate = (props) => { - return ; -}; +const MonthRangeTemplate = (props) => ; export const MonthRangeView = MonthRangeTemplate.bind({}); @@ -85,18 +84,19 @@ MonthRangeView.args = { startYear: 2022, startMonth: 8, endYear: 2022, - endMonth: 11 + endMonth: 11, }, - printMode: false + printMode: false, }; const EventCreationTemplate = (props) => { - const [events, setEvents] = React.useState([]); - const [eventTitle, setEventTitle] = React.useState(''); - const [borderStyle, setBorderStyle] = React.useState(''); - const [eventColor, setEventColor] = React.useState('#000000'); - const [borderColor, setBorderColor] = React.useState('#000000'); - const [eventRange, setEventRange] = React.useState([undefined, undefined]); + const [events, setEvents] = useState([]); + const [eventTitle, setEventTitle] = useState(''); + const [borderStyle, setBorderStyle] = useState(''); + const [eventColor, setEventColor] = useState('#000000'); + const [borderColor, setBorderColor] = useState('#000000'); + const [eventStart, setEventStart] = useState(null); + const [eventEnd, setEventEnd] = useState(null); const submitHandler = (e) => { e.preventDefault(); @@ -104,11 +104,11 @@ const EventCreationTemplate = (props) => { const newEvent = { title: eventTitle, allDay: true, - start: eventRange[0], - end: eventRange[1] || eventRange[0], + start: eventStart, + end: eventEnd, originalEvent: { - calendar: { bgColor: eventColor, borderStyle: borderStyle, borderColor: borderColor } - } + calendar: { bgColor: eventColor, borderStyle, borderColor }, + }, }; setEvents([...events, newEvent]); @@ -116,11 +116,12 @@ const EventCreationTemplate = (props) => { setBorderStyle(''); setBorderColor('#000000'); setEventColor('#000000'); - setEventRange([undefined, undefined]); + setEventStart(null); + setEventEnd(null); }; return ( - + @@ -129,17 +130,20 @@ const EventCreationTemplate = (props) => { onSubmit={submitHandler} style={{ display: 'flex', flexDirection: 'column', gap: 24 }} > - + + ) : null} diff --git a/yarn.lock b/yarn.lock index bc8d0882d..824a64e45 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3860,6 +3860,11 @@ "@testing-library/dom" "^8.0.0" "@types/react-dom" "<18.0.0" +"@testing-library/user-event@^14.5.1": + version "14.5.1" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.5.1.tgz#27337d72046d5236b32fd977edee3f74c71d332f" + integrity sha512-UCcUKrUYGj7ClomOo2SpNVvx4/fkd/2BbIHDCle8A0ax+P3bU7yJwDBDrS6ZwdTMARWTGODX1hEsCcO+7beJjg== + "@tiptap/core@^2.1.11": version "2.1.11" resolved "https://registry.yarnpkg.com/@tiptap/core/-/core-2.1.11.tgz#06bbd189c6b2dffe58b1c80f848737d76fb012bd" @@ -5347,6 +5352,11 @@ aws4@^1.8.0: resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.12.0.tgz#ce1c9d143389679e253b314241ea9aa5cec980d3" integrity sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg== +axe-core@4.7.2: + version "4.7.2" + resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.2.tgz#040a7342b20765cb18bb50b628394c21bccc17a0" + integrity sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g== + axe-core@^4.2.0: version "4.8.2" resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.8.2.tgz#2f6f3cde40935825cf4465e3c1c9e77b240ff6ae" @@ -6076,6 +6086,14 @@ ccount@^1.0.0: resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.1.0.tgz#246687debb6014735131be8abab2d93898f8d043" integrity sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg== +chalk@4.1.2, chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" + integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== + dependencies: + ansi-styles "^4.1.0" + supports-color "^7.1.0" + chalk@^2.1.0, chalk@^2.4.1, chalk@^2.4.2: version "2.4.2" resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" @@ -6093,14 +6111,6 @@ chalk@^3.0.0: ansi-styles "^4.1.0" supports-color "^7.1.0" -chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" - integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== - dependencies: - ansi-styles "^4.1.0" - supports-color "^7.1.0" - char-regex@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf" @@ -10122,6 +10132,16 @@ iterate-value@^1.0.2: es-get-iterator "^1.0.2" iterate-iterator "^1.0.1" +jest-axe@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/jest-axe/-/jest-axe-8.0.0.tgz#4d89a1756bda2999a4271e851370981319389155" + integrity sha512-4kNcNn7J0jPO4jANEYZOHeQ/tSBvkXS+MxTbX1CKbXGd0+ZbRGDn/v/8IYWI/MmYX15iLVyYRnRev9X3ksePWA== + dependencies: + axe-core "4.7.2" + chalk "4.1.2" + jest-matcher-utils "29.2.2" + lodash.merge "4.6.2" + jest-changed-files@^29.7.0: version "29.7.0" resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-29.7.0.tgz#1c06d07e77c78e1585d020424dedc10d6e17ac3a" @@ -10202,7 +10222,7 @@ jest-config@^29.7.0: slash "^3.0.0" strip-json-comments "^3.1.1" -jest-diff@^29.7.0: +jest-diff@^29.2.1, jest-diff@^29.7.0: version "29.7.0" resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-29.7.0.tgz#017934a66ebb7ecf6f205e84699be10afd70458a" integrity sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw== @@ -10256,7 +10276,7 @@ jest-environment-node@^29.7.0: jest-mock "^29.7.0" jest-util "^29.7.0" -jest-get-type@^29.6.3: +jest-get-type@^29.2.0, jest-get-type@^29.6.3: version "29.6.3" resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-29.6.3.tgz#36f499fdcea197c1045a127319c0481723908fd1" integrity sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw== @@ -10309,6 +10329,16 @@ jest-leak-detector@^29.7.0: jest-get-type "^29.6.3" pretty-format "^29.7.0" +jest-matcher-utils@29.2.2: + version "29.2.2" + resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-29.2.2.tgz#9202f8e8d3a54733266784ce7763e9a08688269c" + integrity sha512-4DkJ1sDPT+UX2MR7Y3od6KtvRi9Im1ZGLGgdLFLm4lPexbTaCgJW5NN3IOXlQHF7NSHY/VHhflQ+WoKtD/vyCw== + dependencies: + chalk "^4.0.0" + jest-diff "^29.2.1" + jest-get-type "^29.2.0" + pretty-format "^29.2.1" + jest-matcher-utils@^29.7.0: version "29.7.0" resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz#ae8fec79ff249fd592ce80e3ee474e83a6c44f12" @@ -10960,6 +10990,11 @@ lodash.memoize@^4.1.2: resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" integrity sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag== +lodash.merge@4.6.2: + version "4.6.2" + resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" + integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== + lodash.startcase@^4.4.0: version "4.4.0" resolved "https://registry.yarnpkg.com/lodash.startcase/-/lodash.startcase-4.4.0.tgz#9436e34ed26093ed7ffae1936144350915d9add8" @@ -12969,7 +13004,7 @@ pretty-format@^27.0.2: ansi-styles "^5.0.0" react-is "^17.0.1" -pretty-format@^29.7.0: +pretty-format@^29.2.1, pretty-format@^29.7.0: version "29.7.0" resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.7.0.tgz#ca42c758310f365bfa71a0bda0a807160b776812" integrity sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ== From 76ca4e645973c799a17cf61f97aab9279414feac Mon Sep 17 00:00:00 2001 From: Banshee-92 <138103229+Banshee-92@users.noreply.github.com> Date: Mon, 16 Oct 2023 10:04:57 +0200 Subject: [PATCH 071/547] Delete-box-shadow del menu cerrado. --- tokens.json | 196 +++++++++++++++++++++------------------------------- 1 file changed, 80 insertions(+), 116 deletions(-) diff --git a/tokens.json b/tokens.json index 8b09f9116..513501ab9 100644 --- a/tokens.json +++ b/tokens.json @@ -588,6 +588,10 @@ ], "type": "boxShadow" } + }, + "blur": { + "value": "4px", + "type": "dimension" } }, "util": { @@ -865,6 +869,12 @@ "value": "{core.color.tertiary.100}", "type": "color" } + }, + "accent": { + "default": { + "value": "{core.color.accent.100}", + "type": "color" + } } }, "typo": { @@ -1240,15 +1250,7 @@ }, "accent": { "default": { - "value": "{core.color.accent.600}", - "type": "color" - }, - "emphasis": { - "value": "{core.color.accent.900}", - "type": "color" - }, - "subtle": { - "value": "{core.color.accent.300}", + "value": "{core.color.accent.100}", "type": "color" } }, @@ -1320,22 +1322,6 @@ "type": "color" } }, - "leemons": { - "subtle": { - "value": "{core.color.leemons.50}", - "type": "color" - } - }, - "jungle": { - "default": { - "value": "{core.color.jungle.500}", - "type": "color" - }, - "draft": { - "value": "{core.color.jungle.400}", - "type": "color" - } - }, "info": { "default": { "value": "{core.color.info.500}", @@ -2938,12 +2924,12 @@ "badge": { "content": { "typo": { - "xs": { + "caption": { "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.semiBold}", - "lineHeight": "{core.font.lineHeight.100}px", - "fontSize": "{core.font.size.25}", + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "fontSize": "{core.font.size.30}", + "lineHeight": "{core.font.lineHeight.75}", "textCase": "{core.font.uppercase}" }, "type": "typography" @@ -3028,23 +3014,11 @@ "type": "color" } }, - "secondary": { - "default": { - "value": "{global.background.color.secondary.muted}", - "type": "color" - } - }, "info": { "default": { "value": "{core.color.info.500}", "type": "color" } - }, - "jungle": { - "draft": { - "value": "{global.background.color.jungle.draft}", - "type": "color" - } } } }, @@ -3100,8 +3074,8 @@ }, "spacing": { "padding": { - "sm": { - "value": "{global.spacing.padding.2xsm}", + "3xsm": { + "value": "{global.spacing.padding.3xsm}", "type": "spacing" }, "md": { @@ -3551,7 +3525,7 @@ }, "shadow": { "left": { - "value": "{global.shadow.400}", + "value": "{core.shadow.400}", "type": "boxShadow" }, "top": { @@ -5605,29 +5579,37 @@ "spacing": { "padding": { "horizontal": { - "sm": { + "xsm": { "value": "{global.spacing.padding.xsm}", "type": "spacing" }, + "sm": { + "value": "{global.spacing.padding.sm}", + "type": "spacing" + }, "md": { "value": "{global.spacing.padding.md}", "type": "spacing" }, - "xsm": { + "2xsm": { "value": "{global.spacing.padding.2xsm}", "type": "spacing" } }, "vertical": { - "sm": { + "xsm": { "value": "{global.spacing.padding.xsm}", "type": "spacing" }, + "sm": { + "value": "{global.spacing.padding.sm}", + "type": "spacing" + }, "md": { "value": "{global.spacing.padding.md}", "type": "spacing" }, - "xsm": { + "2xsm": { "value": "{global.spacing.padding.2xsm}", "type": "spacing" } @@ -5698,7 +5680,7 @@ "border": { "color": { "subtle": { - "value": "{global.border.color.line.subtle}", + "value": "{global.border.color.line.default}", "type": "color" } }, @@ -5713,28 +5695,30 @@ } }, "width": { - "value": "{global.border.width.sm}", - "type": "borderWidth" + "sm": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "lg": { + "value": "{global.border.width.lg}", + "type": "borderWidth" + } } }, "shadow": { "hover": { - "value": "{global.shadow.100}", + "value": "{core.shadow.100}", "type": "boxShadow" } } }, - "buttonActionLibrary": { + "buttonIconCard": { "spacing": { "padding": { "sm": { "value": "{global.spacing.padding.3xsm}", "type": "spacing" } - }, - "gap": { - "value": "{global.spacing.gap.sm}", - "type": "spacing" } }, "content": { @@ -5752,16 +5736,6 @@ "value": "{global.content.color.icon.default--reverse}", "type": "color" } - }, - "phatic": { - "default": { - "value": "{global.content.color.negative.default}", - "type": "color" - }, - "down": { - "value": "{global.content.color.negative.default}", - "type": "color" - } } } }, @@ -5769,94 +5743,84 @@ "color": { "primary": { "default": { - "value": "{global.background.color.transparent}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.surface.default}", + "value": "{global.background.color.surface.default--reverse}", "type": "color", "$extensions": { "studio.tokens": { "modify": { "type": "alpha", - "value": "0.15", + "value": "0.4", "space": "lch" } } } }, - "active": { - "value": "{global.background.color.surface.default}", + "hover": { + "value": "{global.background.color.surface.default--reverse}", "type": "color", "$extensions": { "studio.tokens": { "modify": { "type": "alpha", - "value": "0.15", + "value": "0.7", "space": "lch" } } } - } - }, - "phatic": { - "default": { - "value": "{global.background.color.surface.default}", + }, + "down": { + "value": "{global.background.color.surface.default--reverse}", "type": "color" } } } }, "border": { + "radius": { + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + } + } + } + }, + "ButtonIconCard": { + "blur": { + "default": { + "value": "{core.blur}", + "type": "dimension" + } + } + }, + "buttonIconLike": { + "content": { "color": { "primary": { "default": { - "value": "{global.border.color.transparent}", + "value": "{global.content.color.icon.default}", "type": "color" }, "hover": { - "value": "{global.border.color.transparent}", - "type": "color" - }, - "down": { - "value": "{global.border.color.line.default--reverse}", - "type": "color" - }, - "hover--reverse": { - "value": "{global.border.color.secondary.default}", + "value": "{global.content.color.accent.default}", "type": "color" }, - "down--reverse": { - "value": "{global.border.color.secondary.muted}", + "active": { + "value": "{global.content.color.accent.default}", "type": "color" } - }, - "phatic": { - "default": { - "value": "{global.border.color.transparent}", - "type": "color" - }, + } + } + }, + "border": { + "color": { + "primary": { "hover": { - "value": "{global.border.color.negative.subtle}", - "type": "color" - }, - "down": { - "value": "{global.border.color.line.muted}", + "value": "{global.border.color.line.default--reverse}", "type": "color" } } }, - "radius": { - "md": { - "value": "{global.border.radius.md}", - "type": "borderRadius" - }, - "rounded": { - "value": "{global.border.radius.rounded}", - "type": "borderRadius" - } - }, - "width": { + "sm": { "value": "{global.border.width.sm}", "type": "borderWidth" } From dca0f489d126b1b8bd2b7229403287ceef282978 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 16 Oct 2023 08:20:34 +0000 Subject: [PATCH 072/547] chore: version bump --- packages/calendars/CHANGELOG.md | 9 +++++++++ packages/calendars/package.json | 6 +++--- packages/components/CHANGELOG.md | 8 ++++++++ packages/components/package.json | 4 ++-- packages/editors/CHANGELOG.md | 9 +++++++++ packages/editors/package.json | 6 +++--- packages/icons/CHANGELOG.md | 6 ++++++ packages/icons/package.json | 2 +- packages/leemons/CHANGELOG.md | 11 +++++++++++ packages/leemons/package.json | 10 +++++----- packages/notifications/CHANGELOG.md | 9 +++++++++ packages/notifications/package.json | 6 +++--- 12 files changed, 69 insertions(+), 17 deletions(-) diff --git a/packages/calendars/CHANGELOG.md b/packages/calendars/CHANGELOG.md index fc7c44e8b..282572771 100644 --- a/packages/calendars/CHANGELOG.md +++ b/packages/calendars/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/calendars +## 1.2.13 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.13 + - @bubbles-ui/icons@1.2.13 + ## 1.2.12 ### Patch Changes diff --git a/packages/calendars/package.json b/packages/calendars/package.json index d7e5d13cf..e950108f5 100644 --- a/packages/calendars/package.json +++ b/packages/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/calendars", - "version": "1.2.12", + "version": "1.2.13", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -57,8 +57,8 @@ "rrule": "^2.6.8" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.12", - "@bubbles-ui/icons": "^1.2.12", + "@bubbles-ui/components": "^1.2.13", + "@bubbles-ui/icons": "^1.2.13", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index ca31dce4e..f16115818 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,13 @@ # @bubbles-ui/components +## 1.2.13 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/icons@1.2.13 + ## 1.2.12 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index c49931638..7d9f4509e 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/components", - "version": "1.2.12", + "version": "1.2.13", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -60,7 +60,7 @@ "chromatic": "npx chromatic --project-token=7b10302a7b6b --build-script-name=build:storybook:raw" }, "dependencies": { - "@bubbles-ui/icons": "^1.2.12", + "@bubbles-ui/icons": "^1.2.13", "@emotion/react": "^11.10.0", "@heroicons/react": "^1.0.5", "@leemonade/react-dnd-treeview": "^1.5.44", diff --git a/packages/editors/CHANGELOG.md b/packages/editors/CHANGELOG.md index ad869ac0a..1cb75db77 100644 --- a/packages/editors/CHANGELOG.md +++ b/packages/editors/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/editors +## 1.2.13 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.13 + - @bubbles-ui/icons@1.2.13 + ## 1.2.12 ### Patch Changes diff --git a/packages/editors/package.json b/packages/editors/package.json index cabc9f2fe..2370c82b4 100644 --- a/packages/editors/package.json +++ b/packages/editors/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/editors", - "version": "1.2.12", + "version": "1.2.13", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -79,8 +79,8 @@ "styled-icons": "^10.45.0" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.12", - "@bubbles-ui/icons": "^1.2.12", + "@bubbles-ui/components": "^1.2.13", + "@bubbles-ui/icons": "^1.2.13", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 237cb87b3..21b10f11c 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @bubbles-ui/icons +## 1.2.13 + +### Patch Changes + +- Versions bump + ## 1.2.12 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 07218cbc3..9d7b98b92 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/icons", - "version": "1.2.12", + "version": "1.2.13", "description": "The Bubbles Design System icons library.", "license": "MIT", "repository": { diff --git a/packages/leemons/CHANGELOG.md b/packages/leemons/CHANGELOG.md index c29b710ce..fd997ba74 100644 --- a/packages/leemons/CHANGELOG.md +++ b/packages/leemons/CHANGELOG.md @@ -1,5 +1,16 @@ # @bubbles-ui/leemons +## 1.2.13 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.13 + - @bubbles-ui/calendars@1.2.13 + - @bubbles-ui/editors@1.2.13 + - @bubbles-ui/icons@1.2.13 + ## 1.2.12 ### Patch Changes diff --git a/packages/leemons/package.json b/packages/leemons/package.json index 65c8ec2a9..0e3c2e56b 100644 --- a/packages/leemons/package.json +++ b/packages/leemons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/leemons", - "version": "1.2.12", + "version": "1.2.13", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -74,10 +74,10 @@ "ajv": "6.12.6" }, "peerDependencies": { - "@bubbles-ui/calendars": "^1.2.12", - "@bubbles-ui/components": "^1.2.12", - "@bubbles-ui/editors": "^1.2.12", - "@bubbles-ui/icons": "^1.2.12", + "@bubbles-ui/calendars": "^1.2.13", + "@bubbles-ui/components": "^1.2.13", + "@bubbles-ui/editors": "^1.2.13", + "@bubbles-ui/icons": "^1.2.13", "dayjs": "^1.10.7", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index 3f0359ba1..9a063ca78 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/notifications +## 1.2.13 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.13 + - @bubbles-ui/icons@1.2.13 + ## 1.2.12 ### Patch Changes diff --git a/packages/notifications/package.json b/packages/notifications/package.json index 6b9522d40..d3b85a8e6 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/notifications", - "version": "1.2.12", + "version": "1.2.13", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -52,8 +52,8 @@ "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.12", - "@bubbles-ui/icons": "^1.2.12", + "@bubbles-ui/components": "^1.2.13", + "@bubbles-ui/icons": "^1.2.13", "@mantine/core": "5.2.4", "@mantine/hooks": "5.2.4", "react": "^17.0.2", From a7a6151a092282a34e7c741b88027aa2301fec0e Mon Sep 17 00:00:00 2001 From: fermarinsanchez Date: Tue, 17 Oct 2023 14:00:46 +0200 Subject: [PATCH 073/547] feat(tokens): Update tokens Ref: #task/NavMenu-0 --- packages/components/babel.config.js | 2 +- .../src/informative/Avatar/Avatar.styles.js | 2 +- packages/components/src/tokens.compiled.js | 2596 ++++++++--------- tokens.json | 8 +- 4 files changed, 1186 insertions(+), 1422 deletions(-) diff --git a/packages/components/babel.config.js b/packages/components/babel.config.js index e52c5c136..4f6cf0d79 100644 --- a/packages/components/babel.config.js +++ b/packages/components/babel.config.js @@ -27,7 +27,7 @@ module.exports = { '@babel/plugin-syntax-dynamic-import', '@babel/plugin-syntax-import-meta', '@babel/plugin-proposal-class-properties', - '@babel/plugin-proposal-export-namespace-from', + // '@babel/plugin-proposal-export-namespace-from', '@babel/plugin-proposal-export-default-from', ], }; diff --git a/packages/components/src/informative/Avatar/Avatar.styles.js b/packages/components/src/informative/Avatar/Avatar.styles.js index 15d09e6a6..de03a3e0f 100644 --- a/packages/components/src/informative/Avatar/Avatar.styles.js +++ b/packages/components/src/informative/Avatar/Avatar.styles.js @@ -89,7 +89,7 @@ export const AvatarStyles = createStyles( iconWrapper: { display: size === 'sm' && 'none', boxSizing: 'content-box', - backgroundColor: badgeTheme.background.color.secondary.default, + backgroundColor: badgeTheme.background.color.primary.default, borderRadius: radius ? badgeTheme.border.radius : 0, position: 'absolute', ...getIconWrapperStyles(size, theme, badgeTheme), diff --git a/packages/components/src/tokens.compiled.js b/packages/components/src/tokens.compiled.js index 4eee520d4..da5e47a45 100644 --- a/packages/components/src/tokens.compiled.js +++ b/packages/components/src/tokens.compiled.js @@ -4,55 +4,31 @@ export default { "color": { "primary": { "default": { - "value": "#338077", - "type": "color" - }, - "hover": { - "value": "#235851", - "type": "color" - }, - "down": { - "value": "#338077", - "type": "color" - }, - "default--reverse": { - "value": "#ffffff", + "value": "#0C1F22", "type": "color" } }, "secondary": { "default": { - "value": "#4D5358", - "type": "color" - }, - "hover": { - "value": "#343A3F", - "type": "color" - }, - "down": { - "value": "#4D5358", - "type": "color" - }, - "default--reverse": { - "value": "#ffffff", + "value": "#0C1F22", "type": "color" } }, - "terciary": { + "ghost": { "default": { - "value": "#a4dbd4", + "value": "#F1FFBD", "type": "color" }, "hover": { - "value": "#4cb8ab", + "value": "#F1FFBD", "type": "color" }, - "down": { - "value": "#4cb8ab", + "pressed": { + "value": "#E2FF7A", "type": "color" }, "default--reverse": { - "value": "#235851", + "value": "#98C200", "type": "color" } }, @@ -71,11 +47,20 @@ export default { } } }, - "typo": { + "default": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 400, + "lineHeight": "24px", + "fontSize": "14px" + }, + "type": "typography" + }, + "hover": { "value": { "fontFamily": "Albert Sans", "fontWeight": 500, - "lineHeight": "20px", + "lineHeight": "24px", "fontSize": "14px" }, "type": "typography" @@ -85,33 +70,41 @@ export default { "color": { "primary": { "default": { - "value": "#338077", + "value": "#B4E600", "type": "color" }, "hover": { - "value": "#235851", + "value": "#B4E600", "type": "color" }, - "down": { - "value": "#338077", + "pressed": { + "value": "#98C200", + "type": "color" + }, + "focus": { + "value": "#B4E600", "type": "color" } }, "secondary": { "default": { - "value": "#4D5358", + "value": "transparent", "type": "color" }, "hover": { - "value": "#343A3F", + "value": "transparent", "type": "color" }, - "down": { - "value": "#4D5358", + "press": { + "value": "#ffffff", + "type": "color" + }, + "focus": { + "value": "#ffffff", "type": "color" } }, - "terciary": { + "ghost": { "default": { "value": "#F8F9FB", "type": "color" @@ -145,29 +138,33 @@ export default { "color": { "primary": { "default": { - "value": "#338077", + "value": "#B4E600", "type": "color" }, "hover": { - "value": "#235851", + "value": "#98C200", "type": "color" }, "down": { - "value": "#235851", + "value": "#98C200", "type": "color" } }, "secondary": { "default": { - "value": "#4D5358", + "value": "#0C1F22", "type": "color" }, "hover": { - "value": "#343A3F", + "value": "#0C1F22", "type": "color" }, - "down": { - "value": "#343A3F", + "pressed": { + "value": "#4A6000", + "type": "color" + }, + "focus": { + "value": "#0C1F22", "type": "color" } }, @@ -205,7 +202,7 @@ export default { } }, "width": { - "value": "2px", + "value": "1px", "type": "borderWidth" }, "radius": { @@ -250,6 +247,30 @@ export default { "value": "8px", "type": "spacing" } + }, + "shadow": { + "hover": { + "value": { + "x": 0, + "y": 0, + "blur": 4, + "spread": 0, + "color": "#b4e600cc", + "type": "dropShadow" + }, + "type": "boxShadow" + }, + "pressed": { + "value": { + "x": 0, + "y": 0, + "blur": 4, + "spread": 0, + "color": "#4A6000", + "type": "innerShadow" + }, + "type": "boxShadow" + } } }, "buttonText": { @@ -257,43 +278,44 @@ export default { "color": { "primary": { "default": { - "value": "#338077", + "value": "#B4E600", "type": "color" }, "hover": { - "value": "#235851", + "value": "#98C200", "type": "color" }, "down": { - "value": "#338077", + "value": "#B4E600", "type": "color" } }, "secondary": { "default": { - "value": "#4D5358", + "value": "#0C1F22", "type": "color" }, "hover": { - "value": "#343A3F", - "type": "color" + "value": "{global.content.color.secondary.emphasis}", + "type": "color", + "failedToResolve": true }, "down": { - "value": "#4D5358", + "value": "#0C1F22", "type": "color" } }, "terciary": { "default": { - "value": "#a4dbd4", + "value": "#F1FFBD", "type": "color" }, "hover": { - "value": "#235851", + "value": "#98C200", "type": "color" }, "down": { - "value": "#a4dbd4", + "value": "#F1FFBD", "type": "color" } }, @@ -312,12 +334,23 @@ export default { } } }, - "typo": { + "default": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 400, + "lineHeight": "24px", + "fontSize": "14px", + "textDecoration": "underline" + }, + "type": "typography" + }, + "hover": { "value": { "fontFamily": "Albert Sans", "fontWeight": 500, - "lineHeight": "20px", - "fontSize": "14px" + "lineHeight": "24px", + "fontSize": "14px", + "textDecoration": "underline" }, "type": "typography" } @@ -330,7 +363,7 @@ export default { "type": "color" }, "hover": { - "value": "#a4dbd4", + "value": "#F1FFBD", "type": "color" }, "down": { @@ -344,8 +377,9 @@ export default { "type": "color" }, "hover": { - "value": "#F8F9FB", - "type": "color" + "value": "{global.background.color.secondary.subtle}", + "type": "color", + "failedToResolve": true }, "down": { "value": "transparent", @@ -358,7 +392,7 @@ export default { "type": "color" }, "hover": { - "value": "#a4dbd4", + "value": "#F1FFBD", "type": "color" }, "down": { @@ -390,11 +424,11 @@ export default { "type": "color" }, "hover": { - "value": "#a4dbd4", + "value": "#F1FFBD", "type": "color" }, "down": { - "value": "#a4dbd4", + "value": "#F1FFBD", "type": "color" } }, @@ -404,12 +438,14 @@ export default { "type": "color" }, "hover": { - "value": "#F8F9FB", - "type": "color" + "value": "{global.border.color.secondary.subtle}", + "type": "color", + "failedToResolve": true }, "down": { - "value": "#F8F9FB", - "type": "color" + "value": "{global.border.color.secondary.subtle}", + "type": "color", + "failedToResolve": true } }, "terciary": { @@ -418,11 +454,11 @@ export default { "type": "color" }, "hover": { - "value": "#a4dbd4", + "value": "#F1FFBD", "type": "color" }, "down": { - "value": "#a4dbd4", + "value": "#F1FFBD", "type": "color" } }, @@ -490,456 +526,229 @@ export default { "color": { "primary": { "default": { - "value": "#338077", + "value": "#0C1F22", + "type": "color" + } + }, + "ghost": { + "default": { + "value": "#0C1F22", + "type": "color" + } + } + } + }, + "background": { + "color": { + "primary": { + "default": { + "value": "#B4E600", "type": "color" }, "hover": { - "value": "#235851", + "value": "#B4E600", "type": "color" }, - "down": { - "value": "#338077", + "pressed": { + "value": "#98C200", "type": "color" }, - "default--reverse": { - "value": "#ffffff", + "selected": { + "value": "#E2FF7A", + "type": "color" + }, + "focus": { + "value": "#B4E600", "type": "color" } }, - "secondary": { + "ghost": { "default": { - "value": "#4D5358", + "value": "transparent", "type": "color" }, "hover": { - "value": "#343A3F", + "value": "#F1FFBD", "type": "color" }, - "down": { - "value": "#4D5358", + "pressed": { + "value": "#98C200", "type": "color" }, - "default--reverse": { - "value": "#ffffff", + "selected": { + "value": "#E2FF7A", + "type": "color" + }, + "focus": { + "value": "#F1FFBD", "type": "color" } + } + } + }, + "border": { + "radius": { + "md": { + "value": "4px", + "type": "borderRadius" + } + }, + "width": { + "value": "2px", + "type": "borderWidth" + } + }, + "spacing": { + "padding": { + "md": { + "value": "6px", + "type": "spacing" }, - "terciary": { + "sm": { + "value": "4px", + "type": "spacing" + } + } + }, + "shadow": { + "hover": { + "value": { + "x": 0, + "y": 0, + "blur": 4, + "spread": 0, + "color": "#b4e600cc", + "type": "dropShadow" + }, + "type": "boxShadow" + } + } + }, + "buttonAction": { + "content": { + "color": { + "primary": { "default": { - "value": "#a4dbd4", + "value": "#2F463F", "type": "color" }, "hover": { - "value": "#235851", - "type": "color" - }, - "down": { - "value": "#a4dbd4", - "type": "color" - }, - "default--reverse": { - "value": "#878D96", + "value": "#0C1F22", "type": "color" } }, "phatic": { "default": { - "value": "#d13b3b", + "value": "#0C1F22", "type": "color" }, "hover": { - "value": "#ffffff", + "value": "#d13b3b", "type": "color" }, "down": { "value": "#d13b3b", "type": "color" - }, - "hover--reverse": { - "value": "#b52a2a", - "type": "color" } } + }, + "typo": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 500, + "lineHeight": "16px", + "fontSize": "12px" + }, + "type": "typography" } }, "background": { "color": { "primary": { "default": { - "value": "#338077", + "value": "transparent", "type": "color" }, "hover": { - "value": "#235851", - "type": "color" - }, - "down": { - "value": "#338077", + "value": "#F1FFBD", "type": "color" }, - "default--reverse": { - "value": "transparent", + "pressed": { + "value": "#98C200", "type": "color" }, "hover--reverse": { - "value": "#a4dbd4", + "value": "#0C1F22", "type": "color" }, "down--reverse": { - "value": "transparent", + "value": "{global.background.color.secondary.muted}", + "type": "color", + "failedToResolve": true + }, + "hover--reverse-transparent": { + "value": "#ffffff26", "type": "color" } }, - "secondary": { + "phatic": { "default": { - "value": "#4D5358", + "value": "transparent", "type": "color" }, "hover": { - "value": "#343A3F", + "value": "#f7dede", "type": "color" }, "down": { - "value": "#4D5358", - "type": "color" - }, - "default--reverse": { - "value": "transparent", - "type": "color" - }, - "hover--reverse": { - "value": "#F8F9FB", - "type": "color" - }, - "down--reverse": { - "value": "transparent", + "value": "#f7dede", "type": "color" } - }, - "terciary": { + } + } + }, + "border": { + "color": { + "primary": { "default": { - "value": "#F8F9FB", + "value": "transparent", "type": "color" }, "hover": { - "value": "#F2F4F8", + "value": "#F1FFBD", "type": "color" }, "down": { - "value": "#F8F9FB", + "value": "#B4E600", "type": "color" }, - "default-reverse": { - "value": "transparent", - "type": "color" - }, - "hover-reverse": { - "value": "#a4dbd4", + "hover--reverse": { + "value": "#0C1F22", "type": "color" }, - "down-reverse": { - "value": "transparent", - "type": "color" + "down--reverse": { + "value": "{global.border.color.secondary.muted}", + "type": "color", + "failedToResolve": true } }, "phatic": { "default": { - "value": "#f7dede", + "value": "transparent", "type": "color" }, "hover": { - "value": "#d13b3b", - "type": "color" - }, - "down": { "value": "#f7dede", "type": "color" }, - "default--reverse": { - "value": "transparent", - "type": "color" - }, - "hover--reverse": { - "value": "#f0bebe", - "type": "color" - }, - "down--reverse": { - "value": "transparent", - "type": "color" - } - } - } - }, - "border": { - "radius": { - "md": { - "value": "4px", - "type": "borderRadius" - }, - "rounded": { - "value": "99em", - "type": "borderRadius" - } - }, - "width": { - "value": "2px", - "type": "borderWidth" - }, - "color": { - "primary": { - "default": { - "value": "#338077", - "type": "color" - }, - "hover": { - "value": "#235851", - "type": "color" - }, - "down": { - "value": "#235851", - "type": "color" - }, - "default--reverse": { - "value": "transparent", - "type": "color" - }, - "hover--reverse": { - "value": "#a4dbd4", - "type": "color" - }, - "down--reverse": { - "value": "#a4dbd4", - "type": "color" - } - }, - "secondary": { - "default": { - "value": "#4D5358", - "type": "color" - }, - "hover": { - "value": "#343A3F", - "type": "color" - }, - "down": { - "value": "#343A3F", - "type": "color" - }, - "default-reverse": { - "value": "transparent", - "type": "color" - }, - "hover-reverse": { - "value": "#F8F9FB", - "type": "color" - }, - "down-reverse": { - "value": "#F8F9FB", - "type": "color" - } - }, - "terciary": { - "default": { - "value": "#DDE1E6", - "type": "color" - }, - "hover": { - "value": "#C1C7CD", - "type": "color" - }, - "down": { - "value": "#C1C7CD", - "type": "color" - }, - "default-reverse": { - "value": "transparent", - "type": "color" - }, - "hover--reverse": { - "value": "#a4dbd4", - "type": "color" - }, - "down--reverse": { - "value": "#a4dbd4", - "type": "color" - } - }, - "phatic": { - "default": { - "value": "#f7dede", - "type": "color" - }, - "hover": { - "value": "#d13b3b", - "type": "color" - }, - "down": { - "value": "#d13b3b", - "type": "color" - }, - "default--reverse": { - "value": "transparent", - "type": "color" - }, - "hover--reverse": { - "value": "#f0bebe", - "type": "color" - }, - "down--reverse": { - "value": "#f7dede", - "type": "color" - } - } - } - }, - "spacing": { - "padding": { - "md": { - "value": "8px", - "type": "spacing" - }, - "sm": { - "value": "4px", - "type": "spacing" - } - } - } - }, - "buttonAction": { - "content": { - "color": { - "primary": { - "default": { - "value": "#697077", - "type": "color" - }, - "hover": { - "value": "#338077", - "type": "color" - }, - "down": { - "value": "#338077", - "type": "color" - }, - "default--reverse": { - "value": "#C1C7CD", - "type": "color" - }, - "hover--reverse": { - "value": "#ffffff", - "type": "color" - }, - "down--reverse": { - "value": "#ffffff", - "type": "color" - } - }, - "phatic": { - "default": { - "value": "#697077", - "type": "color" - }, - "hover": { - "value": "#d13b3b", - "type": "color" - }, - "down": { - "value": "#d13b3b", - "type": "color" - } - } - }, - "typo": { - "value": { - "fontFamily": "Albert Sans", - "fontWeight": 500, - "lineHeight": "16px", - "fontSize": "12px" - }, - "type": "typography" - } - }, - "background": { - "color": { - "primary": { - "default": { - "value": "transparent", - "type": "color" - }, - "hover": { - "value": "#a4dbd4", - "type": "color" - }, - "down": { - "value": "#a4dbd4", - "type": "color" - }, - "hover--reverse": { - "value": "#4D5358", - "type": "color" - }, - "down--reverse": { - "value": "#878D96", - "type": "color" - } - }, - "phatic": { - "default": { - "value": "transparent", - "type": "color" - }, - "hover": { - "value": "#f7dede", - "type": "color" - }, - "down": { - "value": "#f7dede", - "type": "color" - } - } - } - }, - "border": { - "color": { - "primary": { - "default": { - "value": "transparent", - "type": "color" - }, - "hover": { - "value": "#a4dbd4", - "type": "color" - }, - "down": { - "value": "#C1C7CD", - "type": "color" - }, - "hover--reverse": { - "value": "#4D5358", - "type": "color" - }, - "down--reverse": { - "value": "#878D96", - "type": "color" - } - }, - "phatic": { - "default": { - "value": "transparent", - "type": "color" - }, - "hover": { - "value": "#f7dede", - "type": "color" - }, - "down": { - "value": "#C1C7CD", + "down": { + "value": "#C1C7CD", "type": "color" } } }, "width": { - "value": "2px", + "value": "1px", "type": "borderWidth" }, "radius": { @@ -978,7 +787,7 @@ export default { "type": "color" }, "selected": { - "value": "#338077", + "value": "#B4E600", "type": "color" }, "placeholder": { @@ -986,7 +795,7 @@ export default { "type": "color" }, "icon": { - "value": "#878D96", + "value": "#4D5358", "type": "color" } }, @@ -1021,6 +830,10 @@ export default { "subtle": { "value": "#DDE1E6", "type": "color" + }, + "negative": { + "value": "#d13b3b", + "type": "color" } }, "radius": { @@ -1042,7 +855,7 @@ export default { "padding": { "vertical": { "md": { - "value": "7px", + "value": "8px", "type": "spacing" }, "sm": { @@ -1121,8 +934,8 @@ export default { "01": { "value": { "fontFamily": "Albert Sans", - "fontWeight": 500, - "lineHeight": "20px", + "fontWeight": 600, + "lineHeight": "24px", "fontSize": "14px" }, "type": "typography" @@ -1131,7 +944,7 @@ export default { "value": { "fontFamily": "Albert Sans", "fontWeight": 400, - "lineHeight": "20px", + "lineHeight": "24px", "fontSize": "14px" }, "type": "typography" @@ -1139,7 +952,7 @@ export default { "03": { "value": { "fontFamily": "Albert Sans", - "fontWeight": 300, + "fontWeight": 400, "lineHeight": "20px", "fontSize": "14px" }, @@ -1159,20 +972,30 @@ export default { "value": "#4D5358", "type": "color" }, - "phatic": { + "phatic--negative": { "value": "#d13b3b", "type": "color" + }, + "phatic--attention": { + "value": "#f39c12", + "type": "color" } }, - "typo": { + "typo-": { "value": { "fontFamily": "Albert Sans", "fontWeight": 400, - "lineHeight": 16, - "fontSize": 12 + "lineHeight": "20px", + "fontSize": "12px" }, "type": "typography" } + }, + "spacing": { + "gap": { + "value": "4px", + "type": "spacing" + } } }, "radio": { @@ -1201,7 +1024,7 @@ export default { "type": "color" }, "selected": { - "value": "#338077", + "value": "#B4E600", "type": "color" } } @@ -1213,11 +1036,11 @@ export default { "type": "color" }, "selected": { - "value": "#a4dbd4", + "value": "#F1FFBD", "type": "color" }, "default--reverse": { - "value": "#a4dbd4", + "value": "#F1FFBD", "type": "color" }, "selected--reverse": { @@ -1241,11 +1064,11 @@ export default { "type": "color" }, "hover": { - "value": "#74c8be", + "value": "#E2FF7A", "type": "color" }, "selected": { - "value": "#338077", + "value": "#B4E600", "type": "color" } } @@ -1293,15 +1116,15 @@ export default { "type": "color" }, "contrast": { - "value": "#a4dbd4", + "value": "#F1FFBD", "type": "color" }, "hover": { - "value": "#235851", + "value": "#98C200", "type": "color" }, "selected": { - "value": "#338077", + "value": "#B4E600", "type": "color" } } @@ -1313,11 +1136,11 @@ export default { "type": "color" }, "hover": { - "value": "#235851", + "value": "#98C200", "type": "color" }, "selected": { - "value": "#338077", + "value": "#B4E600", "type": "color" } }, @@ -1371,7 +1194,7 @@ export default { "content": { "color": { "default": { - "value": "#338077", + "value": "#B4E600", "type": "color" }, "selected": { @@ -1379,7 +1202,7 @@ export default { "type": "color" }, "hover": { - "value": "#74c8be", + "value": "#E2FF7A", "type": "color" } } @@ -1392,17 +1215,17 @@ export default { "type": "color" }, "hover": { - "value": "#74c8be", + "value": "#E2FF7A", "type": "color" } }, "selected": { "default": { - "value": "#338077", + "value": "#B4E600", "type": "color" }, "hover": { - "value": "#235851", + "value": "#98C200", "type": "color" } } @@ -1418,12 +1241,12 @@ export default { "badge": { "content": { "typo": { - "xs": { + "caption": { "value": { "fontFamily": "Albert Sans", - "fontWeight": 600, - "lineHeight": "16px", - "fontSize": 8, + "fontWeight": 500, + "fontSize": 10, + "lineHeight": 14, "textCase": "uppercase" }, "type": "typography" @@ -1494,7 +1317,7 @@ export default { }, "primary": { "default": { - "value": "#338077", + "value": "#B4E600", "type": "color" } }, @@ -1508,23 +1331,11 @@ export default { "type": "color" } }, - "secondary": { - "default": { - "value": "#878D96", - "type": "color" - } - }, "info": { "default": { "value": "#307AE8", "type": "color" } - }, - "jungle": { - "draft": { - "value": "#596C65", - "type": "color" - } } } }, @@ -1580,8 +1391,8 @@ export default { }, "spacing": { "padding": { - "sm": { - "value": "4px", + "3xsm": { + "value": "2px", "type": "spacing" }, "md": { @@ -1799,7 +1610,7 @@ export default { "color": { "calendarButton": { "default": { - "value": "#4D5358", + "value": "#0C1F22", "type": "color" }, "default--reverse": { @@ -1815,11 +1626,11 @@ export default { }, "weekday": { "default": { - "value": "#4D5358", + "value": "#0C1F22", "type": "color" }, "hover": { - "value": "#338077", + "value": "#B4E600", "type": "color" }, "down": { @@ -1877,15 +1688,15 @@ export default { "type": "color" }, "default--reverse": { - "value": "#338077", + "value": "#B4E600", "type": "color" }, "hover--reverse": { - "value": "#235851", + "value": "#98C200", "type": "color" }, "down--reverse": { - "value": "#338077", + "value": "#B4E600", "type": "color" } }, @@ -1895,15 +1706,15 @@ export default { "type": "color" }, "hover": { - "value": "#a4dbd4", + "value": "#F1FFBD", "type": "color" }, "down": { - "value": "#338077", + "value": "#B4E600", "type": "color" }, "default--alt": { - "value": "#74c8be", + "value": "#E2FF7A", "type": "color" } }, @@ -1913,11 +1724,11 @@ export default { "type": "color" }, "hover": { - "value": "#a4dbd4", + "value": "#F1FFBD", "type": "color" }, "down": { - "value": "#338077", + "value": "#B4E600", "type": "color" } } @@ -1978,8 +1789,9 @@ export default { "border": { "color": { "enabled": { - "value": "#F8F9FB", - "type": "color" + "value": "{global.border.color.secondary.subtle}", + "type": "color", + "failedToResolve": true } }, "width": { @@ -1998,11 +1810,23 @@ export default { "default": { "value": "#ffffff", "type": "color" + }, + "muted": { + "value": "#F2F4F8", + "type": "color" } } }, "spacing": { "gap": { + "xxs": { + "value": "4px", + "type": "spacing" + }, + "xs": { + "value": "8px", + "type": "spacing" + }, "sm": { "value": "16px", "type": "spacing" @@ -2021,15 +1845,7 @@ export default { "left": { "value": [ { - "color": "#dde1e614", - "type": "dropShadow", - "x": -100, - "y": 0, - "blur": 60, - "spread": 0 - }, - { - "color": "#1a202b0d", + "color": "#21272a0d", "type": "dropShadow", "x": -32, "y": 0, @@ -2066,14 +1882,36 @@ export default { "default": { "value": "#343A3F", "type": "color" + }, + "icon": { + "value": "#4D5358", + "type": "color" } }, "typo": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 500, + "lineHeight": "24px", + "fontSize": "20px" + }, + "type": "typography" + }, + "typo-regular": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 400, + "lineHeight": "20px", + "fontSize": "14px" + }, + "type": "typography" + }, + "typo-bold": { "value": { "fontFamily": "Albert Sans", "fontWeight": 600, - "lineHeight": "28px", - "fontSize": "23px" + "lineHeight": "24px", + "fontSize": "14px" }, "type": "typography" } @@ -2094,6 +1932,16 @@ export default { "link": { "content": { "typo": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 400, + "lineHeight": "24px", + "fontSize": "14px", + "textDecoration": "underline" + }, + "type": "typography" + }, + "typo--medium": { "value": { "fontFamily": "Albert Sans", "fontWeight": 500, @@ -2105,19 +1953,7 @@ export default { }, "color": { "default": { - "value": "#338077", - "type": "color" - }, - "hover": { - "value": "#235851", - "type": "color" - }, - "down": { - "value": "#4cb8ab", - "type": "color" - }, - "default--reverse": { - "value": "#a4dbd4", + "value": "#0C1F22", "type": "color" } } @@ -2141,11 +1977,11 @@ export default { "type": "color" }, "hover": { - "value": "#a4dbd4", + "value": "#F1FFBD", "type": "color" }, - "down": { - "value": "#a4dbd4", + "pressed": { + "value": "#E2FF7A", "type": "color" } } @@ -2194,7 +2030,7 @@ export default { "type": "color" }, "down": { - "value": "#338077", + "value": "#B4E600", "type": "color" } } @@ -2206,11 +2042,11 @@ export default { "type": "color" }, "hover": { - "value": "#74c8be", + "value": "#E2FF7A", "type": "color" }, "down": { - "value": "#338077", + "value": "#B4E600", "type": "color" } }, @@ -2271,7 +2107,7 @@ export default { "type": "color" }, "down": { - "value": "#338077", + "value": "#B4E600", "type": "color" } } @@ -2293,7 +2129,7 @@ export default { "type": "color" }, "hover": { - "value": "#a4dbd4", + "value": "#F1FFBD", "type": "color" }, "selected": { @@ -2317,7 +2153,7 @@ export default { "type": "color" }, "selected": { - "value": "#338077", + "value": "#B4E600", "type": "color" } }, @@ -2345,7 +2181,7 @@ export default { "type": "color" }, "hover": { - "value": "#235851", + "value": "#98C200", "type": "color" }, "default--subtle": { @@ -2353,7 +2189,7 @@ export default { "type": "color" }, "default--icon": { - "value": "#4cb8ab", + "value": "#E2FF7A", "type": "color" }, "check--icon": { @@ -2369,7 +2205,7 @@ export default { "type": "color" }, "hover": { - "value": "#a4dbd4", + "value": "#F1FFBD", "type": "color" } } @@ -2377,11 +2213,11 @@ export default { "border": { "color": { "default": { - "value": "#74c8be", + "value": "#E2FF7A", "type": "color" }, "hover": { - "value": "#235851", + "value": "#98C200", "type": "color" } }, @@ -2603,7 +2439,7 @@ export default { "type": "color" }, "hover": { - "value": "#a4dbd4", + "value": "#F1FFBD", "type": "color" }, "active": { @@ -2667,7 +2503,7 @@ export default { "type": "color" }, "active": { - "value": "#338077", + "value": "#B4E600", "type": "color" } }, @@ -2805,7 +2641,7 @@ export default { "type": "color" }, "default-alt": { - "value": "#338077", + "value": "#B4E600", "type": "color" }, "hover-alt": { @@ -2837,7 +2673,7 @@ export default { "default": { "value": { "fontFamily": "Albert Sans", - "fontWeight": 300, + "fontWeight": 500, "lineHeight": 20, "fontSize": 14 }, @@ -2846,7 +2682,7 @@ export default { "hover": { "value": { "fontFamily": "Albert Sans", - "fontWeight": 300, + "fontWeight": 500, "lineHeight": 20, "fontSize": 14, "textDecoration": "underline" @@ -2865,16 +2701,17 @@ export default { }, "color": { "default": { - "value": "#697077", + "value": "#0C1F22", "type": "color" }, "hover": { - "value": "#338077", + "value": "#B4E600", "type": "color" }, "default--alt": { - "value": "#343A3F", - "type": "color" + "value": "{global.content.color.secondary.emphasis}", + "type": "color", + "failedToResolve": true } } } @@ -2892,7 +2729,7 @@ export default { "typo": { "value": { "fontFamily": "Albert Sans", - "fontWeight": 300, + "fontWeight": 500, "lineHeight": 20, "fontSize": 14 }, @@ -2909,7 +2746,7 @@ export default { }, "color": { "default": { - "value": "#4D5358", + "value": "#0C1F22", "type": "color" } } @@ -2921,11 +2758,11 @@ export default { "type": "color" }, "hover": { - "value": "#a4dbd4", + "value": "#F1FFBD", "type": "color" }, "down": { - "value": "#a4dbd4", + "value": "#F1FFBD", "type": "color" }, "selected": { @@ -2941,7 +2778,7 @@ export default { "type": "color" }, "hover": { - "value": "#a4dbd4", + "value": "#F1FFBD", "type": "color" }, "down": { @@ -2949,7 +2786,7 @@ export default { "type": "color" }, "selected": { - "value": "#74c8be", + "value": "#E2FF7A", "type": "color" } }, @@ -3010,7 +2847,7 @@ export default { "type": "color" }, "default--alt": { - "value": "#338077", + "value": "#B4E600", "type": "color" }, "default-reverse": { @@ -3059,7 +2896,7 @@ export default { "typo": { "value": { "fontFamily": "Albert Sans", - "fontWeight": 300, + "fontWeight": 500, "lineHeight": "24px", "fontSize": "14px" }, @@ -3092,7 +2929,7 @@ export default { "type": "color" }, "info": { - "value": "#235851", + "value": "#98C200", "type": "color" } } @@ -3144,7 +2981,7 @@ export default { "type": "color" }, "info": { - "value": "#a4dbd4", + "value": "#F1FFBD", "type": "color" } } @@ -3288,9 +3125,9 @@ export default { "sm": { "value": { "fontFamily": "Albert Sans", - "fontWeight": 400, - "lineHeight": 16, - "fontSize": 12 + "fontWeight": 500, + "fontSize": 10, + "lineHeight": 14 }, "type": "typography" }, @@ -3345,6 +3182,10 @@ export default { "value": "4px", "type": "spacing" }, + "3xms": { + "value": "2px", + "type": "spacing" + }, "xsm": { "value": "8px", "type": "spacing" @@ -3360,62 +3201,51 @@ export default { "xlslg": { "value": "28px", "type": "spacing" + }, + "xlgm": { + "value": "52px", + "type": "spacing" } }, "gap": { "value": "12px", "type": "spacing" + }, + "gap--1xsm": { + "value": "2px", + "type": "spacing" + }, + "gap-md": { + "value": "8px", + "type": "spacing" } }, "content": { "color": { "main": { "default": { - "value": "#4D5358", - "type": "color" - }, - "hover": { - "value": "#4D5358", - "type": "color" - }, - "active": { - "value": "#343A3F", - "type": "color" - }, - "default--reverse": { - "value": "#ffffff", - "type": "color" - } - }, - "sub": { - "default": { - "value": "#4D5358", - "type": "color" - }, - "hover": { - "value": "#4D5358", - "type": "color" - }, - "active": { - "value": "#343A3F", - "type": "color" - }, - "default--reverse": { - "value": "#ffffff", + "value": "#0C1F22", "type": "color" } } }, - "typo": { - "md": { - "value": { - "fontFamily": "Albert Sans", - "fontWeight": 500, - "fontSize": "14px", - "lineHeight": 16 - }, - "type": "typography" - } + "typo--regular": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 400, + "lineHeight": "24px", + "fontSize": "14px" + }, + "type": "typography" + }, + "typo--medium": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 500, + "lineHeight": "24px", + "fontSize": "14px" + }, + "type": "typography" } }, "background": { @@ -3425,50 +3255,12 @@ export default { "value": "#ffffff", "type": "color" }, - "default--dark": { - "value": "#193e3a", - "type": "color" - }, - "hover": { - "value": "#F8F9FB", - "type": "color" - }, - "hover--dark": { - "value": "#1d4944", - "type": "color" - }, - "active": { - "value": "#def2f0", - "type": "color" - }, - "active--dark": { - "value": "#235851", - "type": "color" - } - }, - "sub": { - "default": { - "value": "#ffffff", - "type": "color" - }, - "default---dark": { - "value": "#193e3a", - "type": "color" - }, "hover": { - "value": "#F8F9FB", - "type": "color" - }, - "hover--dark": { - "value": "#1d4944", + "value": "#F1FFBD", "type": "color" }, "active": { - "value": "#def2f0", - "type": "color" - }, - "active--dark": { - "value": "#235851", + "value": "#E2FF7A", "type": "color" } } @@ -3488,33 +3280,60 @@ export default { "color": { "main": { "active": { - "value": "#338077", + "value": "#B4E600", "type": "color" }, "default": { "value": "#DDE1E6", "type": "color" } - }, - "sub": { - "default": { - "value": "#C1C7CD", - "type": "color" - }, - "default--dark": { - "value": "#878D96", - "type": "color" - }, - "hover": { - "value": "#C1C7CD", - "type": "color" - }, - "active": { - "value": "#338077", - "type": "color" - } + } + }, + "radius": { + "md": { + "value": "4px", + "type": "borderRadius" } } + }, + "shadow": { + "value": [ + { + "color": "#21272a0d", + "type": "dropShadow", + "x": 32, + "y": 0, + "blur": 32, + "spread": 0 + } + ], + "type": "boxShadow" + }, + "footer": { + "value": [ + { + "color": "#21272a1f", + "type": "dropShadow", + "x": 0, + "y": 10, + "blur": 36, + "spread": 0 + } + ], + "type": "boxShadow" + }, + "modal": { + "value": [ + { + "color": "#21272a29", + "type": "dropShadow", + "x": 0, + "y": 10, + "blur": 36, + "spread": 0 + } + ], + "type": "boxShadow" } }, "stepper": { @@ -3539,15 +3358,16 @@ export default { }, "color": { "pending": { - "value": "#A2A9B0", - "type": "color" + "value": "{global.content.color.secondary.mutedSuble}", + "type": "color", + "failedToResolve": true }, "pending-text": { - "value": "#697077", + "value": "#0C1F22", "type": "color" }, "active": { - "value": "#338077", + "value": "#B4E600", "type": "color" }, "completed": { @@ -3575,19 +3395,21 @@ export default { "background": { "color": { "pending": { - "value": "#def2f0", - "type": "color" + "value": "{global.background.color.primary.verySubtle}", + "type": "color", + "failedToResolve": true }, "active": { - "value": "#def2f0", - "type": "color" + "value": "{global.background.color.primary.verySubtle}", + "type": "color", + "failedToResolve": true }, "active--reverse": { "value": "#DDE1E6", "type": "color" }, "completed": { - "value": "#338077", + "value": "#B4E600", "type": "color" } } @@ -3607,7 +3429,7 @@ export default { "type": "color" }, "completed": { - "value": "#338077", + "value": "#B4E600", "type": "color" } }, @@ -3821,8 +3643,8 @@ export default { "typo": { "value": { "fontFamily": "Albert Sans", - "fontWeight": 500, - "lineHeight": "20px", + "fontWeight": 600, + "lineHeight": "24px", "fontSize": "14px" }, "type": "typography" @@ -3973,7 +3795,7 @@ export default { "type": "color" }, "default--alt": { - "value": "#235851", + "value": "#98C200", "type": "color" } }, @@ -4040,7 +3862,7 @@ export default { "type": "color" }, "active": { - "value": "#338077", + "value": "#B4E600", "type": "color" } }, @@ -4072,8 +3894,9 @@ export default { "type": "color" }, "active": { - "value": "#def2f0", - "type": "color" + "value": "{global.background.color.primary.verySubtle}", + "type": "color", + "failedToResolve": true } }, "sub": { @@ -4137,62 +3960,141 @@ export default { } } }, - "global": { - "shadow": { - "100": { - "value": [ - { - "color": "#dde1e614", - "type": "dropShadow", - "x": 0, - "y": 2, - "blur": 0, - "spread": 0 + "cardLibrary": { + "spacing": { + "padding": { + "horizontal": { + "xsm": { + "value": "8px", + "type": "spacing" }, - { - "color": "#1a202b14", - "type": "dropShadow", - "x": 0, - "y": 10, - "blur": 36, - "spread": 0 + "sm": { + "value": "12px", + "type": "spacing" + }, + "md": { + "value": "16px", + "type": "spacing" + }, + "2xsm": { + "value": "4px", + "type": "spacing" } - ], - "type": "boxShadow" - }, - "200": { - "value": [ - { - "color": "#dde1e629", - "type": "dropShadow", - "x": 0, - "y": 2, - "blur": 0, - "spread": 0 + }, + "vertical": { + "xsm": { + "value": "8px", + "type": "spacing" }, - { - "color": "#1a202b1f", - "type": "dropShadow", - "x": 0, - "y": 10, - "blur": 36, - "spread": 0 + "sm": { + "value": "12px", + "type": "spacing" + }, + "md": { + "value": "16px", + "type": "spacing" + }, + "2xsm": { + "value": "4px", + "type": "spacing" } - ], - "type": "boxShadow" + } }, - "300": { - "value": [ - { - "color": "#dde1e63d", - "type": "dropShadow", - "x": 0, - "y": 2, - "blur": 0, - "spread": 0 + "gap": { + "value": "16px", + "type": "spacing" + } + }, + "content": { + "color": { + "emphasis": { + "value": "#343A3F", + "type": "color" + }, + "default": { + "value": "#4D5358", + "type": "color" + }, + "muted": { + "value": "#878D96", + "type": "color" + }, + "icon": { + "value": "#878D96", + "type": "color" + } + }, + "typo": { + "lg": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 500, + "lineHeight": 20, + "fontSize": 18 + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 400, + "lineHeight": 20, + "fontSize": 14 + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 400, + "lineHeight": 16, + "fontSize": 12 }, + "type": "typography" + } + } + }, + "background": { + "color": { + "default": { + "value": "#ffffff", + "type": "color" + } + } + }, + "border": { + "color": { + "subtle": { + "value": "#878D96", + "type": "color" + } + }, + "radius": { + "sm": { + "value": "2px", + "type": "borderRadius" + }, + "circle": { + "value": "50%", + "type": "borderRadius" + } + }, + "width": { + "sm": { + "value": "1px", + "type": "borderWidth" + }, + "lg": { + "value": "4px", + "type": "borderWidth" + } + } + }, + "shadow": { + "hover": { + "value": [ { - "color": "#1a202b29", + "color": "#21272a14", "type": "dropShadow", "x": 0, "y": 10, @@ -4201,103 +4103,130 @@ export default { } ], "type": "boxShadow" - }, - "400": { - "value": [ - { - "color": "#dde1e614", - "type": "dropShadow", - "x": -100, - "y": 0, - "blur": 60, - "spread": 0 - }, - { - "color": "#1a202b0d", - "type": "dropShadow", - "x": -32, - "y": 0, - "blur": 32, - "spread": 0 - } - ], - "type": "boxShadow" } - }, - "focus": { - "default": { - "value": { - "x": 0, - "y": 0, - "blur": 0, - "spread": 3, - "color": "#4cb8ab", - "type": "dropShadow" - }, - "type": "boxShadow" + } + }, + "buttonIconCard": { + "spacing": { + "padding": { + "sm": { + "value": "2px", + "type": "spacing" + } } }, "content": { "color": { - "text": { - "emphasis": { - "value": "#343A3F", - "type": "color" - }, + "primary": { "default": { - "value": "#4D5358", - "type": "color" - }, - "muted": { - "value": "#878D96", + "value": "#ffffff", "type": "color" }, - "subtle": { - "value": "#C1C7CD", + "hover": { + "value": "#ffffff", "type": "color" }, - "default--reverse": { + "down": { "value": "#ffffff", "type": "color" } - }, - "icon": { - "emphasis": { - "value": "#4D5358", - "type": "color" - }, + } + } + }, + "background": { + "color": { + "primary": { "default": { - "value": "#878D96", + "value": "#4d535866", "type": "color" }, - "muted": { - "value": "#C1C7CD", + "hover": { + "value": "#4d5358b3", "type": "color" }, - "default--reverse": { - "value": "#ffffff", + "down": { + "value": "#4D5358", "type": "color" } - }, + } + } + }, + "border": { + "radius": { + "md": { + "value": "4px", + "type": "borderRadius" + } + } + } + }, + "ButtonIconCard": { + "blur": { + "default": { + "value": "4px", + "type": "dimension" + } + } + }, + "buttonIconLike": { + "content": { + "color": { "primary": { - "subtle": { - "value": "#a4dbd4", + "default": { + "value": "#878D96", "type": "color" }, - "muted": { - "value": "#4cb8ab", + "hover": { + "value": "#FF5470", "type": "color" }, - "default": { - "value": "#338077", + "active": { + "value": "#FF5470", "type": "color" - }, - "emphasis": { - "value": "#235851", + } + } + } + }, + "border": { + "color": { + "primary": { + "hover": { + "value": "#ffffff", "type": "color" } + } + }, + "sm": { + "value": "1px", + "type": "borderWidth" + } + } + }, + "global": { + "focus": { + "default": { + "value": { + "x": 0, + "y": 0, + "blur": 0, + "spread": 2, + "color": "#98C200", + "type": "dropShadow" }, - "secondary": { + "type": "boxShadow" + }, + "default-border": { + "value": { + "color": "#98C200", + "width": "2px", + "style": "solid" + }, + "type": "border" + } + }, + "content": { + "color": { + "text": { "emphasis": { "value": "#343A3F", "type": "color" @@ -4307,15 +4236,61 @@ export default { "type": "color" }, "muted": { - "value": "#697077", + "value": "#878D96", + "type": "color" + }, + "subtle": { + "value": "#C1C7CD", + "type": "color" + }, + "default--reverse": { + "value": "#ffffff", + "type": "color" + } + }, + "icon": { + "emphasis": { + "value": "#4D5358", "type": "color" }, - "mutedSuble": { - "value": "#A2A9B0", + "default": { + "value": "#878D96", + "type": "color" + }, + "muted": { + "value": "#C1C7CD", "type": "color" }, + "default--reverse": { + "value": "#ffffff", + "type": "color" + } + }, + "primary": { "subtle": { - "value": "#F2F4F8", + "value": "#F1FFBD", + "type": "color" + }, + "muted": { + "value": "#E2FF7A", + "type": "color" + }, + "default": { + "value": "#B4E600", + "type": "color" + }, + "emphasis": { + "value": "#98C200", + "type": "color" + }, + "strong": { + "value": "#4A6000", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "#0C1F22", "type": "color" } }, @@ -4381,19 +4356,15 @@ export default { "type": "color" } }, - "jungle": { + "tertiary": { "default": { - "value": "#2F473F", - "type": "color" - }, - "muted": { - "value": "#596C65", + "value": "#2F463F", "type": "color" } }, - "slateGrey": { - "500": { - "value": "#0D2023", + "accent": { + "default": { + "value": "#FF5470", "type": "color" } } @@ -4403,13 +4374,13 @@ export default { "xlg": { "value": { "fontFamily": "Albert Sans", - "fontWeight": 600, - "lineHeight": "40px", - "fontSize": "29px" + "fontWeight": 500, + "lineHeight": "32px", + "fontSize": "26px" }, "type": "typography" }, - "lg": { + "xlg--semiBold": { "value": { "fontFamily": "Albert Sans", "fontWeight": 600, @@ -4418,7 +4389,16 @@ export default { }, "type": "typography" }, - "md": { + "lg": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 500, + "lineHeight": "28px", + "fontSize": "23px" + }, + "type": "typography" + }, + "lg--semiBold": { "value": { "fontFamily": "Albert Sans", "fontWeight": 600, @@ -4427,7 +4407,16 @@ export default { }, "type": "typography" }, - "sm": { + "md": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 500, + "lineHeight": "24px", + "fontSize": "20px" + }, + "type": "typography" + }, + "md--semiBold": { "value": { "fontFamily": "Albert Sans", "fontWeight": 600, @@ -4436,14 +4425,41 @@ export default { }, "type": "typography" }, - "xsm": { + "sm": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 500, + "lineHeight": "24px", + "fontSize": "18px" + }, + "type": "typography" + }, + "sm--semiBold": { "value": { "fontFamily": "Albert Sans", "fontWeight": 600, - "lineHeight": "20px", + "lineHeight": "24px", "fontSize": "18px" }, "type": "typography" + }, + "xsm": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 400, + "lineHeight": "20px", + "fontSize": "14px" + }, + "type": "typography" + }, + "xsm--semiBold": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 600, + "lineHeight": "24px", + "fontSize": "16px" + }, + "type": "typography" } }, "body": { @@ -4456,7 +4472,7 @@ export default { }, "type": "typography" }, - "lg--bold": { + "lg--medium": { "value": { "fontFamily": "Albert Sans", "fontWeight": 500, @@ -4465,6 +4481,15 @@ export default { }, "type": "typography" }, + "lg--semiBold": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 600, + "lineHeight": "24px", + "fontSize": "18px" + }, + "type": "typography" + }, "md": { "value": { "fontFamily": "Albert Sans", @@ -4474,7 +4499,7 @@ export default { }, "type": "typography" }, - "md--bold": { + "md--medium": { "value": { "fontFamily": "Albert Sans", "fontWeight": 500, @@ -4483,31 +4508,67 @@ export default { }, "type": "typography" }, + "md--semiBold": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 600, + "lineHeight": "24px", + "fontSize": "16px" + }, + "type": "typography" + }, "sm": { "value": { "fontFamily": "Albert Sans", "fontWeight": 400, - "lineHeight": "20px", + "lineHeight": "24px", "fontSize": "14px" }, "type": "typography" }, - "sm--bold": { + "sm--medium": { "value": { "fontFamily": "Albert Sans", "fontWeight": 500, - "lineHeight": "20px", + "lineHeight": "24px", + "fontSize": "14px" + }, + "type": "typography" + }, + "sm--semiBold": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 600, + "lineHeight": "24px", "fontSize": "14px" }, "type": "typography" + }, + "xsm": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 400, + "lineHeight": "20px", + "fontSize": "12px" + }, + "type": "typography" + }, + "xsm--semiBold": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 600, + "lineHeight": "20px", + "fontSize": "12px" + }, + "type": "typography" } }, "caption": { "value": { "fontFamily": "Albert Sans", - "fontWeight": 400, - "lineHeight": 16, - "fontSize": 12 + "fontWeight": 500, + "fontSize": 10, + "lineHeight": 14 }, "type": "typography" } @@ -4652,64 +4713,36 @@ export default { } }, "primary": { - "verySubtle": { - "value": "#def2f0", - "type": "color" - }, "subtle": { - "value": "#a4dbd4", + "value": "#F1FFBD", "type": "color" }, "muted": { - "value": "#74c8be", + "value": "#E2FF7A", "type": "color" }, "default": { - "value": "#338077", + "value": "#B4E600", "type": "color" }, "emphasis": { - "value": "#235851", + "value": "#98C200", "type": "color" }, "strong": { - "value": "#1d4944", - "type": "color" - }, - "dark": { - "value": "#193e3a", + "value": "#4A6000", "type": "color" } }, "secondary": { "default": { - "value": "#4D5358", - "type": "color" - }, - "emphasis": { - "value": "#343A3F", - "type": "color" - }, - "muted": { - "value": "#878D96", - "type": "color" - }, - "subtle": { - "value": "#F8F9FB", + "value": "#0C1F22", "type": "color" } }, "accent": { "default": { - "value": "#6A5BE5", - "type": "color" - }, - "emphasis": { - "value": "#312A6A", - "type": "color" - }, - "subtle": { - "value": "#A297FD", + "value": "#FF5470", "type": "color" } }, @@ -4781,22 +4814,6 @@ export default { "type": "color" } }, - "leemons": { - "subtle": { - "value": "#EFFACC", - "type": "color" - } - }, - "jungle": { - "default": { - "value": "#2F473F", - "type": "color" - }, - "draft": { - "value": "#596C65", - "type": "color" - } - }, "info": { "default": { "value": "#307AE8", @@ -4878,38 +4895,30 @@ export default { } }, "primary": { - "default": { - "value": "#338077", - "type": "color" - }, - "emphasis": { - "value": "#235851", + "subtle": { + "value": "#F1FFBD", "type": "color" }, "muted": { - "value": "#74c8be", + "value": "#E2FF7A", "type": "color" }, - "subtle": { - "value": "#a4dbd4", - "type": "color" - } - }, - "secondary": { "default": { - "value": "#4D5358", + "value": "#B4E600", "type": "color" }, "emphasis": { - "value": "#343A3F", + "value": "#98C200", "type": "color" }, - "muted": { - "value": "#878D96", + "strong": { + "value": "#4A6000", "type": "color" - }, - "subtle": { - "value": "#F8F9FB", + } + }, + "secondary": { + "default": { + "value": "#0C1F22", "type": "color" } }, @@ -4959,8 +4968,9 @@ export default { "type": "color" }, "muted": { - "value": "#00000000", - "type": "color" + "value": "{core.color.neutral.75}", + "type": "color", + "failedToResolve": true } }, "overlay": { @@ -4989,8 +4999,9 @@ export default { }, "leemons": { "default": { - "value": "#B1E400", - "type": "color" + "value": "{core.color.leemons.500}", + "type": "color", + "failedToResolve": true } }, "info": { @@ -5065,7 +5076,11 @@ export default { "value": "0px", "type": "spacing" }, - "sm": { + "1xsm": { + "value": "2px", + "type": "spacing" + }, + "sm": { "value": "4px", "type": "spacing" }, @@ -5073,640 +5088,299 @@ export default { "value": "6px", "type": "spacing" }, - "md": { - "value": "8px", - "type": "spacing" - }, - "slg": { - "value": "12px", - "type": "spacing" - }, - "lg": { - "value": "16px", - "type": "spacing" - }, - "xlg": { - "value": "32px", - "type": "spacing" - } - } - }, - "icon": { - "size": { - "xsm": { - "value": "8px", - "type": "sizing" - }, - "sm": { - "value": "12px", - "type": "sizing" - }, - "md": { - "value": "16px", - "type": "sizing" - }, - "lg": { - "value": "20px", - "type": "sizing" - }, - "xlg": { - "value": "24px", - "type": "sizing" - }, - "2xlg": { - "value": "32px", - "type": "sizing" - } - } - }, - "control": { - "size": { - "50": { - "value": "8 px", - "type": "sizing" - }, - "100": { - "value": "16px", - "type": "sizing" - }, - "200": { - "value": "20px", - "type": "sizing" - }, - "300": { - "value": "24px", - "type": "sizing" - }, - "400": { - "value": "28px", - "type": "sizing" - }, - "500": { - "value": "32px", - "type": "sizing" - }, - "600": { - "value": "36px", - "type": "sizing" - }, - "700": { - "value": "40px", - "type": "sizing" - }, - "800": { - "value": "44px", - "type": "sizing" - }, - "900": { - "value": "48px", - "type": "sizing" - }, - "1000": { - "value": "56px", - "type": "sizing" - } - } - } - }, - "core": { - "color": { - "black": { - "value": "#1a202b", - "type": "color" - }, - "white": { - "value": "#ffffff", - "type": "color" - }, - "neutral": { - "50": { - "value": "#F8F9FB", - "type": "color" - }, - "75": { - "value": "#00000000", - "type": "color" - }, - "100": { - "value": "#F2F4F8", - "type": "color" - }, - "200": { - "value": "#DDE1E6", - "type": "color" - }, - "300": { - "value": "#C1C7CD", - "type": "color" - }, - "400": { - "value": "#A2A9B0", - "type": "color" - }, - "500": { - "value": "#878D96", - "type": "color" - }, - "600": { - "value": "#697077", - "type": "color" - }, - "700": { - "value": "#4D5358", - "type": "color" - }, - "800": { - "value": "#343A3F", - "type": "color" - }, - "900": { - "value": "#21272A", - "type": "color" - } - }, - "primary": { - "50": { - "value": "#def2f0", - "type": "color" - }, - "100": { - "value": "#a4dbd4", - "type": "color" - }, - "200": { - "value": "#74c8be", - "type": "color" - }, - "300": { - "value": "#4cb8ab", - "type": "color" - }, - "400": { - "value": "#3d998e", - "type": "color" - }, - "500": { - "value": "#338077", - "type": "color" - }, - "600": { - "value": "#2a6a62", - "type": "color" - }, - "700": { - "value": "#235851", - "type": "color" - }, - "800": { - "value": "#1d4944", - "type": "color" - }, - "900": { - "value": "#193e3a", - "type": "color" - } - }, - "purple": { - "50": { - "value": "#F6EBFF", - "type": "color" - }, - "100": { - "value": "#E2BFFE", - "type": "color" - }, - "200": { - "value": "#D5A1FE", - "type": "color" - }, - "300": { - "value": "#C176FD", - "type": "color" - }, - "400": { - "value": "#B55BFD", - "type": "color" - }, - "500": { - "value": "#A332FC", - "type": "color" - }, - "600": { - "value": "#942EE5", - "type": "color" - }, - "700": { - "value": "#7424B3", - "type": "color" - }, - "800": { - "value": "#5A1C8B", - "type": "color" - }, - "900": { - "value": "#44156A", - "type": "color" - } - }, - "danger": { - "100": { - "value": "#f7dede", - "type": "color" - }, - "200": { - "value": "#f0bebe", - "type": "color" - }, - "300": { - "value": "#e07c7c", - "type": "color" - }, - "400": { - "value": "#d95c5c", - "type": "color" - }, - "500": { - "value": "#d13b3b", - "type": "color" - }, - "600": { - "value": "#b52a2a", - "type": "color" - }, - "700": { - "value": "#912222", - "type": "color" - }, - "800": { - "value": "#6d1919", - "type": "color" - }, - "900": { - "value": "#481111", - "type": "color" - } - }, - "success": { - "100": { - "value": "#e4f4e6", - "type": "color" - }, - "200": { - "value": "#c9e9cd", - "type": "color" - }, - "300": { - "value": "#aedeb5", - "type": "color" - }, - "400": { - "value": "#77c783", - "type": "color" - }, - "500": { - "value": "#5cbc6a", - "type": "color" - }, - "600": { - "value": "#44a552", - "type": "color" - }, - "700": { - "value": "#368442", - "type": "color" - }, - "800": { - "value": "#296331", - "type": "color" - }, - "900": { - "value": "#1b4221", - "type": "color" - } - }, - "attention": { - "100": { - "value": "#fef3e1", - "type": "color" - }, - "200": { - "value": "#fbdaa6", - "type": "color" - }, - "300": { - "value": "#f8c16b", - "type": "color" - }, - "400": { - "value": "#f6b54d", - "type": "color" - }, - "500": { - "value": "#f39c12", - "type": "color" - }, - "600": { - "value": "#d98a0b", - "type": "color" - }, - "700": { - "value": "#ba7609", - "type": "color" - }, - "800": { - "value": "#9b6208", - "type": "color" - }, - "900": { - "value": "#7c4f06", - "type": "color" - } - }, - "customPrimary": { - "hue": { - "value": 173, - "type": "color" - }, - "saturation": { - "value": 43, - "type": "color" + "md": { + "value": "8px", + "type": "spacing" }, - "lightness": { - "value": 35, - "type": "color" + "slg": { + "value": "12px", + "type": "spacing" }, - "hsla": { - "value": "#338077", - "type": "color" + "lg": { + "value": "16px", + "type": "spacing" + }, + "xlg": { + "value": "32px", + "type": "spacing" } - }, - "customAccent": { - "hue": { - "value": 60, - "type": "color" + } + }, + "icon": { + "size": { + "xsm": { + "value": "8px", + "type": "sizing" }, - "saturation": { - "value": 100, - "type": "color" + "sm": { + "value": "12px", + "type": "sizing" }, - "lightness": { - "value": 78, - "type": "color" + "md": { + "value": "16px", + "type": "sizing" }, - "hsla": { - "value": "#ffff8f", - "type": "color" + "lg": { + "value": "20px", + "type": "sizing" + }, + "xlg": { + "value": "24px", + "type": "sizing" + }, + "2xlg": { + "value": "32px", + "type": "sizing" } - }, - "slateGrey": { + } + }, + "control": { + "size": { "50": { - "value": "#E7E9E9", - "type": "color" + "value": "8 px", + "type": "sizing" }, "100": { - "value": "#B4BABB", - "type": "color" + "value": "16px", + "type": "sizing" }, "200": { - "value": "#90989A", - "type": "color" + "value": "20px", + "type": "sizing" }, "300": { - "value": "#5D6A6C", - "type": "color" + "value": "24px", + "type": "sizing" }, "400": { - "value": "#0D2023", - "type": "color" + "value": "28px", + "type": "sizing" }, "500": { - "value": "#0D2023", - "type": "color" + "value": "32px", + "type": "sizing" }, "600": { - "value": "#0C1D20", - "type": "color" + "value": "36px", + "type": "sizing" }, "700": { - "value": "#091719", - "type": "color" + "value": "40px", + "type": "sizing" }, "800": { - "value": "#071213", - "type": "color" + "value": "44px", + "type": "sizing" }, "900": { - "value": "#050D0F", - "type": "color" + "value": "48px", + "type": "sizing" + }, + "1000": { + "value": "56px", + "type": "sizing" } + } + }, + "hover": { + "default": { + "value": { + "x": 0, + "y": 0, + "blur": 4, + "spread": 0, + "color": "#98c200cc", + "type": "dropShadow" + }, + "type": "boxShadow" + } + } + }, + "core": { + "color": { + "black": { + "value": "#1a202b", + "type": "color" + }, + "white": { + "value": "#ffffff", + "type": "color" }, - "jungle": { + "neutral": { "50": { - "value": "#EAEDEC", + "value": "#F8F9FB", "type": "color" }, "100": { - "value": "#BFC6C3", + "value": "#F2F4F8", "type": "color" }, "200": { - "value": "#9FAAA7", + "value": "#DDE1E6", "type": "color" }, "300": { - "value": "#74847E", + "value": "#C1C7CD", "type": "color" }, "400": { - "value": "#596C65", + "value": "#A2A9B0", "type": "color" }, "500": { - "value": "#2F473F", + "value": "#878D96", "type": "color" }, "600": { - "value": "#2B4139", + "value": "#697077", "type": "color" }, "700": { - "value": "#21322D", + "value": "#4D5358", "type": "color" }, "800": { - "value": "#1A2723", + "value": "#343A3F", "type": "color" }, "900": { - "value": "#141E1A", + "value": "#21272A", "type": "color" } }, - "lime": { - "50": { - "value": "#F2F5EA", - "type": "color" - }, + "primary": { "100": { - "value": "#D6E1BE", + "value": "#F1FFBD", "type": "color" }, "200": { - "value": "#C2D29F", + "value": "#E2FF7A", "type": "color" }, "300": { - "value": "#A7BD73", + "value": "#B4E600", "type": "color" }, "400": { - "value": "#95B158", + "value": "#98C200", "type": "color" }, "500": { - "value": "#7B9D2E", - "type": "color" - }, - "600": { - "value": "#708F2A", - "type": "color" - }, - "700": { - "value": "#576F21", - "type": "color" - }, - "800": { - "value": "#445619", - "type": "color" - }, - "900": { - "value": "#344213", + "value": "#4A6000", "type": "color" } }, - "accent": { - "50": { - "value": "#F1F0FF", - "type": "color" - }, + "danger": { "100": { - "value": "#D4CFFE", + "value": "#f7dede", "type": "color" }, "200": { - "value": "#BFB8FE", + "value": "#f0bebe", "type": "color" }, "300": { - "value": "#A297FD", + "value": "#e07c7c", "type": "color" }, "400": { - "value": "#9083FD", + "value": "#d95c5c", "type": "color" }, "500": { - "value": "#7464FC", + "value": "#d13b3b", "type": "color" }, "600": { - "value": "#6A5BE5", + "value": "#b52a2a", "type": "color" }, "700": { - "value": "#5247B3", + "value": "#912222", "type": "color" }, "800": { - "value": "#40378B", + "value": "#6d1919", "type": "color" }, "900": { - "value": "#312A6A", + "value": "#481111", "type": "color" } }, - "coral": { - "50": { - "value": "#FFEEF1", - "type": "color" - }, + "success": { "100": { - "value": "#FFCAD3", + "value": "#e4f4e6", "type": "color" }, "200": { - "value": "#FFB0BD", + "value": "#c9e9cd", "type": "color" }, "300": { - "value": "#FF8C9F", + "value": "#aedeb5", "type": "color" }, "400": { - "value": "#FF768D", + "value": "#77c783", "type": "color" }, "500": { - "value": "#FF5470", + "value": "#5cbc6a", "type": "color" }, "600": { - "value": "#E84C66", + "value": "#44a552", "type": "color" }, "700": { - "value": "#B53C50", + "value": "#368442", "type": "color" }, "800": { - "value": "#8C2E3E", + "value": "#296331", "type": "color" }, "900": { - "value": "#6B232F", + "value": "#1b4221", "type": "color" } }, - "leemons": { - "50": { - "value": "#EFFACC", - "type": "color" - }, + "attention": { "100": { - "value": "#E7F7B0", + "value": "#fef3e1", "type": "color" }, "200": { - "value": "#DBF38A", + "value": "#fbdaa6", "type": "color" }, "300": { - "value": "#CBED54", + "value": "#f8c16b", "type": "color" }, "400": { - "value": "#C1E933", + "value": "#f6b54d", "type": "color" }, "500": { - "value": "#B1E400", + "value": "#f39c12", "type": "color" }, "600": { - "value": "#A1CF00", + "value": "#d98a0b", "type": "color" }, "700": { - "value": "#7EA200", + "value": "#ba7609", "type": "color" }, "800": { - "value": "#617D00", + "value": "#9b6208", "type": "color" }, "900": { - "value": "#4A6000", + "value": "#7c4f06", "type": "color" } }, @@ -5747,6 +5421,24 @@ export default { "value": "#104593", "type": "color" } + }, + "secondary": { + "100": { + "value": "#0C1F22", + "type": "color" + } + }, + "tertiary": { + "100": { + "value": "#2F463F", + "type": "color" + } + }, + "accent": { + "100": { + "value": "#FF5470", + "type": "color" + } } }, "dimension": { @@ -5766,6 +5458,10 @@ export default { "value": 12, "type": "sizing" }, + "175": { + "value": 14, + "type": "sizing" + }, "200": { "value": 16, "type": "sizing" @@ -5941,10 +5637,6 @@ export default { } }, "weight": { - "light": { - "value": 300, - "type": "fontWeights" - }, "regular": { "value": 400, "type": "fontWeights" @@ -5953,12 +5645,16 @@ export default { "value": 500, "type": "fontWeights" }, - "bold": { + "semiBold": { "value": 600, "type": "fontWeights" } }, "lineHeight": { + "75": { + "value": 14, + "type": "lineHeights" + }, "100": { "value": 16, "type": "lineHeights" @@ -5993,6 +5689,10 @@ export default { "value": 8, "type": "fontSizes" }, + "30": { + "value": 10, + "type": "fontSizes" + }, "50": { "value": 12, "type": "fontSizes" @@ -6030,6 +5730,64 @@ export default { "value": "uppercase", "type": "textCase" } + }, + "shadow": { + "100": { + "value": [ + { + "color": "#21272a14", + "type": "dropShadow", + "x": 0, + "y": 10, + "blur": 36, + "spread": 0 + } + ], + "type": "boxShadow" + }, + "200": { + "value": [ + { + "color": "#21272a1f", + "type": "dropShadow", + "x": 0, + "y": 10, + "blur": 36, + "spread": 0 + } + ], + "type": "boxShadow" + }, + "300": { + "value": [ + { + "color": "#21272a29", + "type": "dropShadow", + "x": 0, + "y": 10, + "blur": 36, + "spread": 0 + } + ], + "type": "boxShadow" + }, + "400": { + "value": [ + { + "color": "#21272a0d", + "type": "dropShadow", + "x": -32, + "y": 0, + "blur": 32, + "spread": 0 + } + ], + "type": "boxShadow" + } + }, + "blur": { + "value": "4px", + "type": "dimension" } }, "util": { @@ -6042,46 +5800,56 @@ export default { }, "up": { "1": { - "value": 42, - "type": "other" + "value": "roundTo({core.color.customPrimary.lightness} * 1.21)", + "type": "other", + "failedToResolve": true }, "2": { - "value": 51, - "type": "other" + "value": "roundTo(roundTo({core.color.customPrimary.lightness} * 1.21) * 1.21)", + "type": "other", + "failedToResolve": true }, "3": { - "value": 62, - "type": "other" + "value": "roundTo(roundTo(roundTo({core.color.customPrimary.lightness} * 1.21) * 1.21) * 1.21)", + "type": "other", + "failedToResolve": true }, "4": { - "value": 75, - "type": "other" + "value": "roundTo(roundTo(roundTo(roundTo({core.color.customPrimary.lightness} * 1.21) * 1.21) * 1.21) * 1.21)", + "type": "other", + "failedToResolve": true }, "5": { - "value": 91, - "type": "other" + "value": "roundTo(roundTo(roundTo(roundTo(roundTo({core.color.customPrimary.lightness} * 1.21) * 1.21) * 1.21) * 1.21) * 1.21)", + "type": "other", + "failedToResolve": true } }, "down": { "1": { - "value": 29, - "type": "other" + "value": "roundTo({core.color.customPrimary.lightness} / 1.21)", + "type": "other", + "failedToResolve": true }, "2": { - "value": 24, - "type": "other" + "value": "roundTo(roundTo({core.color.customPrimary.lightness} / 1.21) / 1.21)", + "type": "other", + "failedToResolve": true }, "3": { - "value": 20, - "type": "other" + "value": "roundTo(roundTo(roundTo({core.color.customPrimary.lightness} / 1.21) / 1.21) / 1.21)", + "type": "other", + "failedToResolve": true }, "4": { - "value": 17, - "type": "other" + "value": "roundTo(roundTo(roundTo(roundTo({core.color.customPrimary.lightness} / 1.21) / 1.21) / 1.21) / 1.21)", + "type": "other", + "failedToResolve": true }, "5": { - "value": 14, - "type": "other" + "value": "roundTo( roundTo(roundTo(roundTo(roundTo({core.color.customPrimary.lightness} / 1.21) / 1.21) / 1.21) / 1.21) / 1.21)", + "type": "other", + "failedToResolve": true } } } @@ -6094,49 +5862,49 @@ export default { }, "up": { "1": { - "value": 86, - "type": "other" + "value": "{core.color.customAccent.lightness} + 8", + "type": "other", + "failedToResolve": true }, "2": { - "value": 94, - "type": "other" + "value": "{core.color.customAccent.lightness} + 8 + 8", + "type": "other", + "failedToResolve": true }, "3": { - "value": 102, - "type": "other" + "value": "{core.color.customAccent.lightness} + 8 + 8 + 8", + "type": "other", + "failedToResolve": true }, "4": { - "value": 110, - "type": "other" + "value": "{core.color.customAccent.lightness} + 8 + 8 + 8 + 8", + "type": "other", + "failedToResolve": true } }, "down": { "1": { - "value": 70, - "type": "other" + "value": "{core.color.customAccent.lightness} - 8", + "type": "other", + "failedToResolve": true }, "2": { - "value": 62, - "type": "other" + "value": "{core.color.customAccent.lightness} - 8 - 8", + "type": "other", + "failedToResolve": true }, "3": { - "value": 54, - "type": "other" + "value": "{core.color.customAccent.lightness} - 8 - 8 - 8", + "type": "other", + "failedToResolve": true }, "4": { - "value": 46, - "type": "other" + "value": "{core.color.customAccent.lightness} - 8 - 8 - 8 - 8", + "type": "other", + "failedToResolve": true } } } - }, - "colorDebug": { - "value": "#9747FF", - "type": "color" - }, - "debugColorContainer": { - "value": "#ebdcff", - "type": "color" } }, "font": { diff --git a/tokens.json b/tokens.json index 8b09f9116..b0ae51591 100644 --- a/tokens.json +++ b/tokens.json @@ -5865,10 +5865,6 @@ }, "$themes": [], "$metadata": { - "tokenSetOrder": [ - "core", - "global", - "component" - ] + "tokenSetOrder": ["core", "global", "component"] } -} \ No newline at end of file +} From 32a52919b242745ae7f2174df303fded38622b8b Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 18 Oct 2023 17:35:47 +0000 Subject: [PATCH 074/547] chore: version bump --- packages/calendars/CHANGELOG.md | 9 +++++++++ packages/calendars/package.json | 6 +++--- packages/components/CHANGELOG.md | 8 ++++++++ packages/components/package.json | 4 ++-- packages/editors/CHANGELOG.md | 9 +++++++++ packages/editors/package.json | 6 +++--- packages/icons/CHANGELOG.md | 6 ++++++ packages/icons/package.json | 2 +- packages/leemons/CHANGELOG.md | 11 +++++++++++ packages/leemons/package.json | 10 +++++----- packages/notifications/CHANGELOG.md | 9 +++++++++ packages/notifications/package.json | 6 +++--- 12 files changed, 69 insertions(+), 17 deletions(-) diff --git a/packages/calendars/CHANGELOG.md b/packages/calendars/CHANGELOG.md index 282572771..465e0f70a 100644 --- a/packages/calendars/CHANGELOG.md +++ b/packages/calendars/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/calendars +## 1.2.14 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.14 + - @bubbles-ui/icons@1.2.14 + ## 1.2.13 ### Patch Changes diff --git a/packages/calendars/package.json b/packages/calendars/package.json index e950108f5..d03ec66c5 100644 --- a/packages/calendars/package.json +++ b/packages/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/calendars", - "version": "1.2.13", + "version": "1.2.14", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -57,8 +57,8 @@ "rrule": "^2.6.8" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.13", - "@bubbles-ui/icons": "^1.2.13", + "@bubbles-ui/components": "^1.2.14", + "@bubbles-ui/icons": "^1.2.14", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index f16115818..e210592a8 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,13 @@ # @bubbles-ui/components +## 1.2.14 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/icons@1.2.14 + ## 1.2.13 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 7d9f4509e..6400f8edb 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/components", - "version": "1.2.13", + "version": "1.2.14", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -60,7 +60,7 @@ "chromatic": "npx chromatic --project-token=7b10302a7b6b --build-script-name=build:storybook:raw" }, "dependencies": { - "@bubbles-ui/icons": "^1.2.13", + "@bubbles-ui/icons": "^1.2.14", "@emotion/react": "^11.10.0", "@heroicons/react": "^1.0.5", "@leemonade/react-dnd-treeview": "^1.5.44", diff --git a/packages/editors/CHANGELOG.md b/packages/editors/CHANGELOG.md index 1cb75db77..936643984 100644 --- a/packages/editors/CHANGELOG.md +++ b/packages/editors/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/editors +## 1.2.14 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.14 + - @bubbles-ui/icons@1.2.14 + ## 1.2.13 ### Patch Changes diff --git a/packages/editors/package.json b/packages/editors/package.json index 2370c82b4..390655b73 100644 --- a/packages/editors/package.json +++ b/packages/editors/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/editors", - "version": "1.2.13", + "version": "1.2.14", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -79,8 +79,8 @@ "styled-icons": "^10.45.0" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.13", - "@bubbles-ui/icons": "^1.2.13", + "@bubbles-ui/components": "^1.2.14", + "@bubbles-ui/icons": "^1.2.14", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 21b10f11c..7ca941ab2 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @bubbles-ui/icons +## 1.2.14 + +### Patch Changes + +- Versions bump + ## 1.2.13 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 9d7b98b92..51f636c1b 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/icons", - "version": "1.2.13", + "version": "1.2.14", "description": "The Bubbles Design System icons library.", "license": "MIT", "repository": { diff --git a/packages/leemons/CHANGELOG.md b/packages/leemons/CHANGELOG.md index fd997ba74..0b79f81ff 100644 --- a/packages/leemons/CHANGELOG.md +++ b/packages/leemons/CHANGELOG.md @@ -1,5 +1,16 @@ # @bubbles-ui/leemons +## 1.2.14 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.14 + - @bubbles-ui/calendars@1.2.14 + - @bubbles-ui/editors@1.2.14 + - @bubbles-ui/icons@1.2.14 + ## 1.2.13 ### Patch Changes diff --git a/packages/leemons/package.json b/packages/leemons/package.json index 0e3c2e56b..6bbe2efee 100644 --- a/packages/leemons/package.json +++ b/packages/leemons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/leemons", - "version": "1.2.13", + "version": "1.2.14", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -74,10 +74,10 @@ "ajv": "6.12.6" }, "peerDependencies": { - "@bubbles-ui/calendars": "^1.2.13", - "@bubbles-ui/components": "^1.2.13", - "@bubbles-ui/editors": "^1.2.13", - "@bubbles-ui/icons": "^1.2.13", + "@bubbles-ui/calendars": "^1.2.14", + "@bubbles-ui/components": "^1.2.14", + "@bubbles-ui/editors": "^1.2.14", + "@bubbles-ui/icons": "^1.2.14", "dayjs": "^1.10.7", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index 9a063ca78..db2f0de91 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/notifications +## 1.2.14 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.14 + - @bubbles-ui/icons@1.2.14 + ## 1.2.13 ### Patch Changes diff --git a/packages/notifications/package.json b/packages/notifications/package.json index d3b85a8e6..d371d2832 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/notifications", - "version": "1.2.13", + "version": "1.2.14", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -52,8 +52,8 @@ "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.13", - "@bubbles-ui/icons": "^1.2.13", + "@bubbles-ui/components": "^1.2.14", + "@bubbles-ui/icons": "^1.2.14", "@mantine/core": "5.2.4", "@mantine/hooks": "5.2.4", "react": "^17.0.2", From e8c74f7aa4a1eea4a3536ff31bf6e6f9c75d332e Mon Sep 17 00:00:00 2001 From: Banshee-92 <138103229+Banshee-92@users.noreply.github.com> Date: Thu, 19 Oct 2023 09:18:12 +0200 Subject: [PATCH 075/547] change: cards librar new: tab WIP --- tokens.json | 133 +++++++++++++++++++++++++++++++++++----------------- 1 file changed, 89 insertions(+), 44 deletions(-) diff --git a/tokens.json b/tokens.json index f1712f457..f4a639d5c 100644 --- a/tokens.json +++ b/tokens.json @@ -1607,6 +1607,10 @@ "type": "spacing" }, "xlg": { + "value": "{core.dimension.static.300}px", + "type": "spacing" + }, + "xxlg": { "value": "{core.dimension.static.400}px", "type": "spacing" } @@ -3514,7 +3518,7 @@ "type": "spacing" }, "md": { - "value": "{global.spacing.gap.xlg}", + "value": "{global.spacing.gap.xxlg}", "type": "spacing" } }, @@ -3669,18 +3673,9 @@ }, "tab": { "content": { - "typo": { - "value": { - "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.200}px", - "fontSize": "{core.font.size.75}px" - }, - "type": "typography" - }, "color": { "default": { - "value": "{global.content.color.text.default}", + "value": "{global.content.color.secondary.default}", "type": "color" }, "hover": { @@ -3691,6 +3686,12 @@ "value": "{global.content.color.primary.default}", "type": "color" } + }, + "typo": { + "sm": { + "value": "{global.content.typo.body.sm}", + "type": "typography" + } } }, "border": { @@ -3706,10 +3707,14 @@ "down": { "value": "{global.border.color.primary.default}", "type": "color" + }, + "down-copy": { + "value": "{global.border.color.line.subtle}", + "type": "color" } }, "width": { - "value": "{global.border.width.lg}", + "value": "{global.border.width.md}", "type": "borderWidth" }, "radius": { @@ -3724,7 +3729,7 @@ "type": "color" }, "hover": { - "value": "{global.background.color.surface.subtle}", + "value": "{global.background.color.primary.subtle}", "type": "color" }, "down": { @@ -3741,6 +3746,18 @@ "gap": { "value": "{global.spacing.gap.md}", "type": "spacing" + }, + "vertical": { + "md": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + } + }, + "horizontal": { + "xsm": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + } } } }, @@ -3929,7 +3946,7 @@ "content": { "color": { "default": { - "value": "{global.content.color.text.default}", + "value": "{global.content.color.secondary.default}", "type": "color" }, "default--alt": { @@ -3945,6 +3962,15 @@ "fontSize": "{core.font.size.75}px" }, "type": "typography" + }, + "typo--medium": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" } }, "spacing": { @@ -3959,8 +3985,14 @@ } }, "gap": { - "value": "{global.spacing.gap.md}", - "type": "spacing" + "1xsm": { + "value": "{global.spacing.gap.1xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } } }, "background": { @@ -3970,11 +4002,11 @@ "type": "color" }, "hover": { - "value": "{global.background.color.surface.subtle}", + "value": "{global.background.color.primary.subtle}", "type": "color" }, "down": { - "value": "{global.background.color.surface.muted}", + "value": "{global.background.color.primary.muted}", "type": "color" }, "active": { @@ -3998,6 +4030,12 @@ "type": "color" } } + }, + "shadow": { + "default": { + "value": "{core.shadow.100}", + "type": "boxShadow" + } } }, "score": { @@ -5616,20 +5654,34 @@ } }, "gap": { - "value": "{input.spacing.gap.lg}", - "type": "spacing" + "md": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + }, + "xlg": { + "value": "{global.spacing.gap.xlg}", + "type": "spacing" + } } }, "content": { "color": { "emphasis": { - "value": "{global.content.color.text.emphasis}", + "value": "{global.content.color.tertiary.default}", "type": "color" }, "default": { "value": "{global.content.color.text.default}", "type": "color" }, + "subje": { + "value": "{global.content.color.text.emphasis}", + "type": "color" + }, "muted": { "value": "{global.content.color.text.muted}", "type": "color" @@ -5641,12 +5693,7 @@ }, "typo": { "lg": { - "value": { - "fontFamily": "{core.font.family.alt}", - "fontWeight": "{core.font.weight.medium}", - "lineHeight": "{core.font.lineHeight.200}", - "fontSize": "{core.font.size.200}" - }, + "value": "{global.content.typo.body.lg--medium}", "type": "typography" }, "md": { @@ -5674,14 +5721,22 @@ "default": { "value": "{global.background.color.surface.default}", "type": "color" + }, + "cover": { + "value": "{global.background.color.surface.muted}", + "type": "color" } } }, "border": { "color": { - "subtle": { + "defaut": { "value": "{global.border.color.line.default}", "type": "color" + }, + "subtle": { + "value": "{global.border.color.line.subtle}", + "type": "color" } }, "radius": { @@ -5810,25 +5865,15 @@ } } } - }, - "border": { - "color": { - "primary": { - "hover": { - "value": "{global.border.color.line.default--reverse}", - "type": "color" - } - } - }, - "sm": { - "value": "{global.border.width.sm}", - "type": "borderWidth" - } } } }, "$themes": [], "$metadata": { - "tokenSetOrder": ["core", "global", "component"] + "tokenSetOrder": [ + "core", + "global", + "component" + ] } -} +} \ No newline at end of file From 9b58fd079d0767ba2fc1c700415e6ebceed69117 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 19 Oct 2023 07:32:48 +0000 Subject: [PATCH 076/547] chore: version bump --- packages/calendars/CHANGELOG.md | 9 +++++++++ packages/calendars/package.json | 6 +++--- packages/components/CHANGELOG.md | 8 ++++++++ packages/components/package.json | 4 ++-- packages/editors/CHANGELOG.md | 9 +++++++++ packages/editors/package.json | 6 +++--- packages/icons/CHANGELOG.md | 6 ++++++ packages/icons/package.json | 2 +- packages/leemons/CHANGELOG.md | 11 +++++++++++ packages/leemons/package.json | 10 +++++----- packages/notifications/CHANGELOG.md | 9 +++++++++ packages/notifications/package.json | 6 +++--- 12 files changed, 69 insertions(+), 17 deletions(-) diff --git a/packages/calendars/CHANGELOG.md b/packages/calendars/CHANGELOG.md index 465e0f70a..072c7031c 100644 --- a/packages/calendars/CHANGELOG.md +++ b/packages/calendars/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/calendars +## 1.2.15 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.15 + - @bubbles-ui/icons@1.2.15 + ## 1.2.14 ### Patch Changes diff --git a/packages/calendars/package.json b/packages/calendars/package.json index d03ec66c5..7b999912d 100644 --- a/packages/calendars/package.json +++ b/packages/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/calendars", - "version": "1.2.14", + "version": "1.2.15", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -57,8 +57,8 @@ "rrule": "^2.6.8" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.14", - "@bubbles-ui/icons": "^1.2.14", + "@bubbles-ui/components": "^1.2.15", + "@bubbles-ui/icons": "^1.2.15", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index e210592a8..0e80e4455 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,13 @@ # @bubbles-ui/components +## 1.2.15 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/icons@1.2.15 + ## 1.2.14 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 6400f8edb..d1fa4f610 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/components", - "version": "1.2.14", + "version": "1.2.15", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -60,7 +60,7 @@ "chromatic": "npx chromatic --project-token=7b10302a7b6b --build-script-name=build:storybook:raw" }, "dependencies": { - "@bubbles-ui/icons": "^1.2.14", + "@bubbles-ui/icons": "^1.2.15", "@emotion/react": "^11.10.0", "@heroicons/react": "^1.0.5", "@leemonade/react-dnd-treeview": "^1.5.44", diff --git a/packages/editors/CHANGELOG.md b/packages/editors/CHANGELOG.md index 936643984..8ea9c209c 100644 --- a/packages/editors/CHANGELOG.md +++ b/packages/editors/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/editors +## 1.2.15 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.15 + - @bubbles-ui/icons@1.2.15 + ## 1.2.14 ### Patch Changes diff --git a/packages/editors/package.json b/packages/editors/package.json index 390655b73..9a1dedaeb 100644 --- a/packages/editors/package.json +++ b/packages/editors/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/editors", - "version": "1.2.14", + "version": "1.2.15", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -79,8 +79,8 @@ "styled-icons": "^10.45.0" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.14", - "@bubbles-ui/icons": "^1.2.14", + "@bubbles-ui/components": "^1.2.15", + "@bubbles-ui/icons": "^1.2.15", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 7ca941ab2..584644861 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @bubbles-ui/icons +## 1.2.15 + +### Patch Changes + +- Versions bump + ## 1.2.14 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 51f636c1b..76dc08e7d 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/icons", - "version": "1.2.14", + "version": "1.2.15", "description": "The Bubbles Design System icons library.", "license": "MIT", "repository": { diff --git a/packages/leemons/CHANGELOG.md b/packages/leemons/CHANGELOG.md index 0b79f81ff..b32a01317 100644 --- a/packages/leemons/CHANGELOG.md +++ b/packages/leemons/CHANGELOG.md @@ -1,5 +1,16 @@ # @bubbles-ui/leemons +## 1.2.15 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.15 + - @bubbles-ui/calendars@1.2.15 + - @bubbles-ui/editors@1.2.15 + - @bubbles-ui/icons@1.2.15 + ## 1.2.14 ### Patch Changes diff --git a/packages/leemons/package.json b/packages/leemons/package.json index 6bbe2efee..e7a04bd62 100644 --- a/packages/leemons/package.json +++ b/packages/leemons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/leemons", - "version": "1.2.14", + "version": "1.2.15", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -74,10 +74,10 @@ "ajv": "6.12.6" }, "peerDependencies": { - "@bubbles-ui/calendars": "^1.2.14", - "@bubbles-ui/components": "^1.2.14", - "@bubbles-ui/editors": "^1.2.14", - "@bubbles-ui/icons": "^1.2.14", + "@bubbles-ui/calendars": "^1.2.15", + "@bubbles-ui/components": "^1.2.15", + "@bubbles-ui/editors": "^1.2.15", + "@bubbles-ui/icons": "^1.2.15", "dayjs": "^1.10.7", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index db2f0de91..8b4302572 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/notifications +## 1.2.15 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.15 + - @bubbles-ui/icons@1.2.15 + ## 1.2.14 ### Patch Changes diff --git a/packages/notifications/package.json b/packages/notifications/package.json index d371d2832..006f12fc8 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/notifications", - "version": "1.2.14", + "version": "1.2.15", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -52,8 +52,8 @@ "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.14", - "@bubbles-ui/icons": "^1.2.14", + "@bubbles-ui/components": "^1.2.15", + "@bubbles-ui/icons": "^1.2.15", "@mantine/core": "5.2.4", "@mantine/hooks": "5.2.4", "react": "^17.0.2", From 30a07e3fb790a2502a7045b7f1d64322c88582ea Mon Sep 17 00:00:00 2001 From: MIGUELez11 Date: Thu, 19 Oct 2023 12:23:37 +0200 Subject: [PATCH 077/547] feat: Add merger for old and new figma tokens so no missing tokens are being used --- old_tokens.json | 5480 +++++++++++++++++ packages/components/package.json | 3 +- packages/components/scripts/compile-tokens.sh | 6 +- packages/components/scripts/merge-tokens.js | 13 + 4 files changed, 5500 insertions(+), 2 deletions(-) create mode 100644 old_tokens.json create mode 100644 packages/components/scripts/merge-tokens.js diff --git a/old_tokens.json b/old_tokens.json new file mode 100644 index 000000000..37b2a456a --- /dev/null +++ b/old_tokens.json @@ -0,0 +1,5480 @@ +{ + "core": { + "core": { + "color": { + "black": { + "value": "#1a202b", + "type": "color" + }, + "white": { + "value": "#ffffff", + "type": "color" + }, + "neutral": { + "50": { + "value": "hsla({core.color.customPrimary.hue},50%,98%,1)", + "type": "color" + }, + "75": { + "value": "hsla({core.color.customPrimary.hue},45%,96%,1)", + "type": "color" + }, + "100": { + "value": "hsla({core.color.customPrimary.hue},40%,94%,1)", + "type": "color" + }, + "200": { + "value": "hsla({core.color.customPrimary.hue},36%,89%,1)", + "type": "color" + }, + "300": { + "value": "hsla({core.color.customPrimary.hue},20%,80%,1)", + "type": "color" + }, + "400": { + "value": "hsla({core.color.customPrimary.hue},12%,68%,1)", + "type": "color" + }, + "500": { + "value": "hsla({core.color.customPrimary.hue},10%,54%,1)", + "type": "color" + }, + "600": { + "value": "hsla({core.color.customPrimary.hue},10%,44%,1)", + "type": "color" + }, + "700": { + "value": "hsla({core.color.customPrimary.hue},16%,34%,1)", + "type": "color" + }, + "800": { + "value": "hsla({core.color.customPrimary.hue},20%,20%,1)", + "type": "color" + }, + "900": { + "value": "hsla({core.color.customPrimary.hue},20%,12%,1)", + "type": "color" + } + }, + "primary": { + "100": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.4}%,1)", + "type": "color" + }, + "200": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.3}%,1)", + "type": "color" + }, + "300": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.2}%,1)", + "type": "color" + }, + "400": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.up.1}%,1)", + "type": "color" + }, + "500": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{core.color.customPrimary.lightness}%,1)", + "type": "color" + }, + "600": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.1}%,1)", + "type": "color" + }, + "700": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.2}%,1)", + "type": "color" + }, + "800": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.3}%,1)", + "type": "color" + }, + "900": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.4}%,1)", + "type": "color" + } + }, + "accent": { + "100": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.up.4}%,1)", + "type": "color" + }, + "200": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.up.3}%,1)", + "type": "color" + }, + "300": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.up.2}%,1)", + "type": "color" + }, + "400": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.up.1}%,1)", + "type": "color" + }, + "500": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{core.color.customAccent.lightness}%,1)", + "type": "color" + }, + "600": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.down.1}%,1)", + "type": "color" + }, + "700": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.down.2}%,1)", + "type": "color" + }, + "800": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.down.3}%,1)", + "type": "color" + }, + "900": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.down.4}%,1)", + "type": "color" + } + }, + "danger": { + "100": { + "value": "#f7dede", + "type": "color" + }, + "200": { + "value": "#f0bebe", + "type": "color" + }, + "300": { + "value": "#e07c7c", + "type": "color" + }, + "400": { + "value": "#d95c5c", + "type": "color" + }, + "500": { + "value": "#d13b3b", + "type": "color" + }, + "600": { + "value": "#b52a2a", + "type": "color" + }, + "700": { + "value": "#912222", + "type": "color" + }, + "800": { + "value": "#6d1919", + "type": "color" + }, + "900": { + "value": "#481111", + "type": "color" + } + }, + "success": { + "100": { + "value": "#e4f4e6", + "type": "color" + }, + "200": { + "value": "#c9e9cd", + "type": "color" + }, + "300": { + "value": "#aedeb5", + "type": "color" + }, + "400": { + "value": "#77c783", + "type": "color" + }, + "500": { + "value": "#5cbc6a", + "type": "color" + }, + "600": { + "value": "#44a552", + "type": "color" + }, + "700": { + "value": "#368442", + "type": "color" + }, + "800": { + "value": "#296331", + "type": "color" + }, + "900": { + "value": "#1b4221", + "type": "color" + } + }, + "attention": { + "100": { + "value": "#fef3e1", + "type": "color" + }, + "200": { + "value": "#fbdaa6", + "type": "color" + }, + "300": { + "value": "#f8c16b", + "type": "color" + }, + "400": { + "value": "#f6b54d", + "type": "color" + }, + "500": { + "value": "#f39c12", + "type": "color" + }, + "600": { + "value": "#d98a0b", + "type": "color" + }, + "700": { + "value": "#ba7609", + "type": "color" + }, + "800": { + "value": "#9b6208", + "type": "color" + }, + "900": { + "value": "#7c4f06", + "type": "color" + } + }, + "customPrimary": { + "hue": { + "value": "216", + "type": "color" + }, + "saturation": { + "value": "80", + "type": "color" + }, + "lightness": { + "value": "55", + "type": "color" + }, + "hsla": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{core.color.customPrimary.lightness}%,1)", + "type": "color" + } + }, + "customAccent": { + "hue": { + "value": "60", + "type": "color" + }, + "saturation": { + "value": "100", + "type": "color" + }, + "lightness": { + "value": "78", + "type": "color" + }, + "hsla": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{core.color.customAccent.lightness}%,1)", + "type": "color" + } + } + }, + "dimension": { + "0": { + "value": "0*{core.dimension.root}", + "type": "sizing" + }, + "50": { + "value": "0.25*{core.dimension.root}", + "type": "sizing" + }, + "100": { + "value": "0.5*{core.dimension.root}", + "type": "sizing" + }, + "150": { + "value": "0.75*{core.dimension.root}", + "type": "sizing" + }, + "200": { + "value": "1*{core.dimension.root}", + "type": "sizing" + }, + "250": { + "value": "1.25*{core.dimension.root}", + "type": "sizing" + }, + "300": { + "value": "1.5*{core.dimension.root}", + "type": "sizing" + }, + "350": { + "value": "1.75*{core.dimension.root}", + "type": "sizing" + }, + "400": { + "value": "2*{core.dimension.root}", + "type": "sizing" + }, + "500": { + "value": "2.5*{core.dimension.root}", + "type": "sizing" + }, + "600": { + "value": "3*{core.dimension.root}", + "type": "sizing" + }, + "700": { + "value": "3.5*{core.dimension.root}", + "type": "sizing" + }, + "800": { + "value": "4*{core.dimension.root}", + "type": "sizing" + }, + "900": { + "value": "4.5*{core.dimension.root}", + "type": "sizing" + }, + "1000": { + "value": "5*{core.dimension.root}", + "type": "sizing" + }, + "static": { + "0": { + "value": "0", + "type": "sizing" + }, + "10": { + "value": "1", + "type": "sizing" + }, + "25": { + "value": "2", + "type": "sizing" + }, + "50": { + "value": "4", + "type": "sizing" + }, + "100": { + "value": "8", + "type": "sizing" + }, + "150": { + "value": "12", + "type": "sizing" + }, + "200": { + "value": "16", + "type": "sizing" + }, + "250": { + "value": "20", + "type": "sizing" + }, + "300": { + "value": "24", + "type": "sizing" + }, + "350": { + "value": "28", + "type": "sizing" + }, + "400": { + "value": "32", + "type": "sizing" + }, + "450": { + "value": "36", + "type": "sizing" + }, + "500": { + "value": "40", + "type": "sizing" + }, + "550": { + "value": "44", + "type": "sizing" + }, + "600": { + "value": "48", + "type": "sizing" + }, + "700": { + "value": "56", + "type": "sizing" + }, + "800": { + "value": "64", + "type": "sizing" + }, + "900": { + "value": "72", + "type": "sizing" + }, + "1000": { + "value": "80", + "type": "sizing" + } + }, + "root": { + "value": "16", + "type": "sizing" + }, + "percentage": { + "50": { + "value": "50%", + "type": "sizing" + }, + "100": { + "value": "100%", + "type": "sizing" + } + }, + "breakpoint": { + "xsm": { + "value": "320px", + "type": "sizing" + }, + "sm": { + "value": "640px", + "type": "sizing" + }, + "md": { + "value": "1007px", + "type": "sizing" + }, + "lg": { + "value": "1440px", + "type": "sizing" + } + } + }, + "font": { + "family": { + "main": { + "value": "Lexend", + "type": "fontFamilies" + }, + "alt": { + "value": "Inter", + "type": "fontFamilies" + }, + "code": { + "value": "Courier new", + "type": "fontFamilies" + } + }, + "weight": { + "light": { + "value": "300", + "type": "fontWeights" + }, + "regular": { + "value": "400", + "type": "fontWeights" + }, + "medium": { + "value": "500", + "type": "fontWeights" + }, + "bold": { + "value": "600", + "type": "fontWeights" + } + }, + "lineHeight": { + "100": { + "value": "{core.dimension.200}", + "type": "lineHeights" + }, + "200": { + "value": "{core.dimension.250}", + "type": "lineHeights" + }, + "300": { + "value": "{core.dimension.300}", + "type": "lineHeights" + }, + "400": { + "value": "{core.dimension.350}", + "type": "lineHeights" + }, + "500": { + "value": "{core.dimension.400}", + "type": "lineHeights" + }, + "600": { + "value": "{core.dimension.500}", + "type": "lineHeights" + }, + "700": { + "value": "{core.dimension.600}", + "type": "lineHeights" + } + }, + "size": { + "50": { + "value": "roundTo({core.font.size.75} / {util.font.scale}, 0)", + "type": "fontSizes" + }, + "75": { + "value": "roundTo({util.font.base} / {util.font.scale}, 0)", + "type": "fontSizes" + }, + "100": { + "value": "{util.font.base}", + "type": "fontSizes" + }, + "200": { + "value": "roundTo({util.font.base} * {util.font.scale}, 0)", + "type": "fontSizes" + }, + "300": { + "value": "roundTo({core.font.size.200} * {util.font.scale}, 0)", + "type": "fontSizes" + }, + "400": { + "value": "roundTo({core.font.size.300} * {util.font.scale}, 0)", + "type": "fontSizes" + }, + "500": { + "value": "roundTo({core.font.size.400} * {util.font.scale}, 0)", + "type": "fontSizes" + }, + "600": { + "value": "roundTo({core.font.size.500} * {util.font.scale}, 0)", + "type": "fontSizes" + } + } + } + }, + "util": { + "color": { + "primary": { + "lightness": { + "scale": { + "value": "1.15", + "type": "other" + }, + "up": { + "1": { + "value": "roundTo({core.color.customPrimary.lightness} * {util.color.primary.lightness.scale})", + "type": "other" + }, + "2": { + "value": "roundTo({util.color.primary.lightness.up.1} * {util.color.primary.lightness.scale})", + "type": "other" + }, + "3": { + "value": "roundTo({util.color.primary.lightness.up.2} * {util.color.primary.lightness.scale})", + "type": "other" + }, + "4": { + "value": "roundTo({util.color.primary.lightness.up.3} * {util.color.primary.lightness.scale})", + "type": "other" + } + }, + "down": { + "1": { + "value": "roundTo({core.color.customPrimary.lightness} / {util.color.primary.lightness.scale})", + "type": "other" + }, + "2": { + "value": "roundTo({util.color.primary.lightness.down.1} / {util.color.primary.lightness.scale})", + "type": "other" + }, + "3": { + "value": "roundTo({util.color.primary.lightness.down.2} / {util.color.primary.lightness.scale})", + "type": "other" + }, + "4": { + "value": "roundTo({util.color.primary.lightness.down.3} / {util.color.primary.lightness.scale})", + "type": "other" + } + } + } + }, + "accent": { + "lightness": { + "scale": { + "value": "8", + "type": "other" + }, + "up": { + "1": { + "value": "{core.color.customAccent.lightness} + {util.color.accent.lightness.scale}", + "type": "other" + }, + "2": { + "value": "{util.color.accent.lightness.up.1} + {util.color.accent.lightness.scale}", + "type": "other" + }, + "3": { + "value": "{util.color.accent.lightness.up.2} + {util.color.accent.lightness.scale}", + "type": "other" + }, + "4": { + "value": "{util.color.accent.lightness.up.3} + {util.color.accent.lightness.scale}", + "type": "other" + } + }, + "down": { + "1": { + "value": "{core.color.customAccent.lightness} - {util.color.accent.lightness.scale}", + "type": "other" + }, + "2": { + "value": "{util.color.accent.lightness.down.1} - {util.color.accent.lightness.scale}", + "type": "other" + }, + "3": { + "value": "{util.color.accent.lightness.down.2} - {util.color.accent.lightness.scale}", + "type": "other" + }, + "4": { + "value": "{util.color.accent.lightness.down.3} - {util.color.accent.lightness.scale}", + "type": "other" + } + } + } + }, + "colorDebug": { + "value": "#9747FF", + "type": "color" + }, + "debugColorContainer": { + "value": "#ebdcff", + "type": "color" + } + }, + "font": { + "scale": { + "value": "1.125", + "type": "other" + }, + "base": { + "value": "16", + "type": "other" + } + } + } + }, + "global": { + "global": { + "shadow": { + "100": { + "value": [ + { + "color": "rgba({core.color.neutral.200}, 0.08)", + "type": "dropShadow", + "x": "0", + "y": "2", + "blur": "0", + "spread": "0" + }, + { + "color": "rgba({core.color.black}, 0.08)", + "type": "dropShadow", + "x": "0", + "y": "10", + "blur": "36", + "spread": "0" + } + ], + "type": "boxShadow" + }, + "200": { + "value": [ + { + "color": "rgba({core.color.neutral.200}, 0.16)", + "type": "dropShadow", + "x": "0", + "y": "2", + "blur": "0", + "spread": "0" + }, + { + "color": "rgba({core.color.black}, 0.12)", + "type": "dropShadow", + "x": "0", + "y": "10", + "blur": "36", + "spread": "0" + } + ], + "type": "boxShadow" + }, + "300": { + "value": [ + { + "color": "rgba({core.color.neutral.200}, 0.24)", + "type": "dropShadow", + "x": "0", + "y": "2", + "blur": "0", + "spread": "0" + }, + { + "color": "rgba({core.color.black}, 0.16)", + "type": "dropShadow", + "x": "0", + "y": "10", + "blur": "36", + "spread": "0" + } + ], + "type": "boxShadow" + }, + "400": { + "value": [ + { + "color": "rgba({core.color.neutral.200}, 0.08)", + "type": "dropShadow", + "x": "-100", + "y": "0", + "blur": "60", + "spread": "0" + }, + { + "color": "rgba({core.color.black}, 0.05)", + "type": "dropShadow", + "x": "-32", + "y": "0", + "blur": "32", + "spread": "0" + } + ], + "type": "boxShadow" + } + }, + "focus": { + "default": { + "value": { + "x": "0", + "y": "0", + "blur": "0", + "spread": "3", + "color": "{core.color.primary.300}", + "type": "dropShadow" + }, + "type": "boxShadow" + } + }, + "content": { + "color": { + "text": { + "default": { + "value": "{core.color.neutral.700}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.neutral.800}", + "type": "color" + }, + "muted": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "subtle": { + "value": "{core.color.neutral.300}", + "type": "color" + }, + "default--reverse": { + "value": "{core.color.white}", + "type": "color" + } + }, + "icon": { + "default": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.neutral.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.neutral.300}", + "type": "color" + }, + "default--reverse": { + "value": "{core.color.white}", + "type": "color" + } + }, + "primary": { + "default": { + "value": "{core.color.primary.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.primary.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.primary.300}", + "type": "color" + }, + "subtle": { + "value": "{core.color.primary.100}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{core.color.neutral.700}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.neutral.800}", + "type": "color" + }, + "muted": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "subtle": { + "value": "{core.color.neutral.100}", + "type": "color" + } + }, + "negative": { + "default": { + "value": "{core.color.danger.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.danger.600}", + "type": "color" + }, + "muted": { + "value": "{core.color.danger.300}", + "type": "color" + }, + "subtle": { + "value": "{core.color.danger.100}", + "type": "color" + } + }, + "positive": { + "default": { + "value": "{core.color.success.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.success.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.success.300}", + "type": "color" + }, + "subtle": { + "value": "{core.color.success.100}", + "type": "color" + } + }, + "transparent": { + "value": "transparent", + "type": "color" + }, + "disabled": { + "value": "{core.color.neutral.300}", + "type": "color" + }, + "attention": { + "default": { + "value": "{core.color.attention.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.attention.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.attention.300}", + "type": "color" + }, + "subtle": { + "value": "{core.color.attention.100}", + "type": "color" + } + } + }, + "typo": { + "heading": { + "xlg": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.bold}", + "lineHeight": "{core.font.lineHeight.600}px", + "fontSize": "{core.font.size.600}px" + }, + "type": "typography" + }, + "lg": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.bold}", + "lineHeight": "{core.font.lineHeight.500}px", + "fontSize": "{core.font.size.500}px" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.bold}", + "lineHeight": "{core.font.lineHeight.400}px", + "fontSize": "{core.font.size.400}px" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.bold}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.300}px" + }, + "type": "typography" + }, + "xsm": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.bold}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.200}px" + }, + "type": "typography" + } + }, + "body": { + "lg": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.200}px" + }, + "type": "typography" + }, + "lg--bold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.200}px" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.100}px" + }, + "type": "typography" + }, + "md--bold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.100}px" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "sm--bold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + } + }, + "caption": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.100}", + "fontSize": "{core.font.size.50}" + }, + "type": "typography" + } + }, + "typoMobile": { + "heading": { + "xlg": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.bold}", + "lineHeight": "{core.font.lineHeight.500}px", + "fontSize": "{core.font.size.500}px" + }, + "type": "typography" + }, + "lg": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.bold}", + "lineHeight": "{core.font.lineHeight.400}px", + "fontSize": "{core.font.size.400}px" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.bold}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.300}px" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.bold}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.200}px" + }, + "type": "typography" + }, + "xsm": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.bold}", + "lineHeight": "{core.font.lineHeight.100}px", + "fontSize": "{core.font.size.100}px" + }, + "type": "typography" + } + }, + "body": { + "lg": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.100}px" + }, + "type": "typography" + }, + "lg--bold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.100}px" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "md--bold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.100}px", + "fontSize": "{core.font.size.50}px" + }, + "type": "typography" + }, + "sm--bold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.100}px", + "fontSize": "{core.font.size.50}px" + }, + "type": "typography" + } + }, + "caption": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.100}", + "fontSize": "{core.font.size.50}" + }, + "type": "typography" + } + } + }, + "background": { + "color": { + "surface": { + "default": { + "value": "{core.color.white}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.neutral.200}", + "type": "color" + }, + "muted": { + "value": "{core.color.neutral.100}", + "type": "color" + }, + "subtle": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "default--reverse": { + "value": "{core.color.neutral.700}", + "type": "color" + } + }, + "primary": { + "default": { + "value": "{core.color.primary.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.primary.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.primary.200}", + "type": "color" + }, + "subtle": { + "value": "{core.color.primary.100}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{core.color.neutral.700}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.neutral.800}", + "type": "color" + }, + "muted": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "subtle": { + "value": "{core.color.neutral.50}", + "type": "color" + } + }, + "accent": { + "default": { + "value": "{core.color.accent.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.accent.900}", + "type": "color" + }, + "subtle": { + "value": "{core.color.accent.300}", + "type": "color" + } + }, + "negative": { + "default": { + "value": "{core.color.danger.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.danger.600}", + "type": "color" + }, + "muted": { + "value": "{core.color.danger.200}", + "type": "color" + }, + "subtle": { + "value": "{core.color.danger.100}", + "type": "color" + } + }, + "positive": { + "default": { + "value": "{core.color.success.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.success.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.success.200}", + "type": "color" + }, + "subtle": { + "value": "{core.color.success.100}", + "type": "color" + } + }, + "transparent": { + "value": "transparent", + "type": "color" + }, + "disabled": { + "value": "{core.color.neutral.75}", + "type": "color" + }, + "overlay": { + "default": { + "value": "rgb({core.color.neutral.100},0.5)", + "type": "color" + } + }, + "attention": { + "default": { + "value": "{core.color.attention.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.attention.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.attention.200}", + "type": "color" + }, + "subtle": { + "value": "{core.color.attention.100}", + "type": "color" + } + } + } + }, + "border": { + "width": { + "sm": { + "value": "{core.dimension.static.10}px", + "type": "borderWidth" + }, + "md": { + "value": "{core.dimension.static.25}px", + "type": "borderWidth" + }, + "lg": { + "value": "{core.dimension.static.50}px", + "type": "borderWidth" + } + }, + "radius": { + "sm": { + "value": "2px", + "type": "borderRadius" + }, + "md": { + "value": "4px", + "type": "borderRadius" + }, + "lg": { + "value": "8px", + "type": "borderRadius" + }, + "rounded": { + "value": "99em", + "type": "borderRadius" + }, + "circle": { + "value": "{core.dimension.percentage.50}", + "type": "borderRadius" + } + }, + "color": { + "line": { + "default": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.neutral.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.neutral.300}", + "type": "color" + }, + "subtle": { + "value": "{core.color.neutral.100}", + "type": "color" + }, + "default--reverse": { + "value": "{core.color.white}", + "type": "color" + } + }, + "primary": { + "default": { + "value": "{core.color.primary.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.primary.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.primary.200}", + "type": "color" + }, + "subtle": { + "value": "{core.color.primary.100}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{core.color.neutral.700}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.neutral.800}", + "type": "color" + }, + "muted": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "subtle": { + "value": "{core.color.neutral.50}", + "type": "color" + } + }, + "negative": { + "default": { + "value": "{core.color.danger.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.danger.600}", + "type": "color" + }, + "muted": { + "value": "{core.color.danger.200}", + "type": "color" + }, + "subtle": { + "value": "{core.color.danger.100}", + "type": "color" + } + }, + "positive": { + "default": { + "value": "{core.color.success.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.success.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.success.200}", + "type": "color" + }, + "subtle": { + "value": "{core.color.success.100}", + "type": "color" + } + }, + "transparent": { + "value": "transparent", + "type": "color" + }, + "disabled": { + "default": { + "value": "{core.color.neutral.300}", + "type": "color" + }, + "muted": { + "value": "{core.color.neutral.75}", + "type": "color" + } + }, + "overlay": { + "default": { + "value": "rgb({core.color.neutral.100},0.5)", + "type": "color" + } + }, + "attention": { + "default": { + "value": "{core.color.attention.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.attention.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.attention.200}", + "type": "color" + }, + "subtle": { + "value": "{core.color.attention.100}", + "type": "color" + } + } + } + }, + "spacing": { + "padding": { + "3xsm": { + "value": "{core.dimension.static.25}px", + "type": "spacing" + }, + "2xsm": { + "value": "{core.dimension.static.50}px", + "type": "spacing" + }, + "xsm": { + "value": "{core.dimension.static.100}px", + "type": "spacing" + }, + "sm": { + "value": "{core.dimension.static.150}px", + "type": "spacing" + }, + "md": { + "value": "{core.dimension.static.200}px", + "type": "spacing" + }, + "lg": { + "value": "{core.dimension.static.300}px", + "type": "spacing" + }, + "xlg": { + "value": "{core.dimension.static.400}px", + "type": "spacing" + }, + "2xlg": { + "value": "{core.dimension.static.500}px", + "type": "spacing" + }, + "3xlg": { + "value": "{core.dimension.static.600}px", + "type": "spacing" + } + }, + "gap": { + "none": { + "value": "{core.dimension.static.0}px", + "type": "spacing" + }, + "sm": { + "value": "{core.dimension.static.50}px", + "type": "spacing" + }, + "md": { + "value": "{core.dimension.static.100}px", + "type": "spacing" + }, + "lg": { + "value": "{core.dimension.static.200}px", + "type": "spacing" + }, + "xlg": { + "value": "{core.dimension.static.400}px", + "type": "spacing" + } + } + }, + "icon": { + "size": { + "xsm": { + "value": "{core.dimension.100}px", + "type": "sizing" + }, + "sm": { + "value": "{core.dimension.150}px", + "type": "sizing" + }, + "md": { + "value": "{core.dimension.200}px", + "type": "sizing" + }, + "lg": { + "value": "{core.dimension.250}px", + "type": "sizing" + }, + "xlg": { + "value": "{core.dimension.300}px", + "type": "sizing" + }, + "2xlg": { + "value": "{core.dimension.400}px", + "type": "sizing" + } + } + }, + "control": { + "size": { + "100": { + "value": "{core.dimension.static.200}px", + "type": "sizing" + }, + "200": { + "value": "{core.dimension.static.250}px", + "type": "sizing" + }, + "300": { + "value": "{core.dimension.static.300}px", + "type": "sizing" + }, + "400": { + "value": "{core.dimension.static.350}px", + "type": "sizing" + }, + "500": { + "value": "{core.dimension.static.400}px", + "type": "sizing" + }, + "600": { + "value": "{core.dimension.static.450}px", + "type": "sizing" + }, + "700": { + "value": "{core.dimension.static.500}px", + "type": "sizing" + }, + "800": { + "value": "{core.dimension.static.550}px", + "type": "sizing" + }, + "900": { + "value": "{core.dimension.static.600}px", + "type": "sizing" + }, + "1000": { + "value": "{core.dimension.static.700}px", + "type": "sizing" + } + } + } + } + }, + "component": { + "button": { + "content": { + "color": { + "primary": { + "default": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.secondary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + }, + "terciary": { + "default": { + "value": "{global.content.color.primary.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.muted}", + "type": "color" + }, + "down": { + "value": "{global.content.color.primary.muted}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.primary.emphasis}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.content.color.negative.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "down": { + "value": "{global.content.color.negative.default}", + "type": "color" + } + } + }, + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + } + }, + "background": { + "color": { + "primary": { + "default": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.background.color.primary.default}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{global.background.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.secondary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.background.color.secondary.default}", + "type": "color" + } + }, + "terciary": { + "default": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.muted}", + "type": "color" + }, + "down": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.background.color.negative.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.negative.default}", + "type": "color" + }, + "down": { + "value": "{global.background.color.negative.subtle}", + "type": "color" + } + } + } + }, + "border": { + "color": { + "primary": { + "default": { + "value": "{global.border.color.primary.default}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.primary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.border.color.primary.emphasis}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{global.border.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.secondary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.border.color.secondary.emphasis}", + "type": "color" + } + }, + "terciary": { + "default": { + "value": "{global.border.color.line.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "down": { + "value": "{global.border.color.line.muted}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.border.color.negative.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.negative.default}", + "type": "color" + }, + "down": { + "value": "{global.border.color.negative.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.border.color.negative.default}", + "type": "color" + } + } + }, + "width": { + "value": "{global.border.width.md}", + "type": "borderWidth" + }, + "radius": { + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "rounded": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + } + } + }, + "spacing": { + "padding": { + "vertical": { + "md": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + } + }, + "horizontal": { + "md": { + "value": "{global.spacing.padding.lg}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + } + } + }, + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + } + }, + "buttonText": { + "content": { + "color": { + "primary": { + "default": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.primary.default}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.secondary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.secondary.default}", + "type": "color" + } + }, + "terciary": { + "default": { + "value": "{global.content.color.primary.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.primary.subtle}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.content.color.negative.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.negative.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.negative.default}", + "type": "color" + } + } + }, + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + } + }, + "background": { + "color": { + "primary": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.transparent}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.secondary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.transparent}", + "type": "color" + } + }, + "terciary": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.transparent}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.negative.muted}", + "type": "color" + }, + "down": { + "value": "{global.background.color.transparent}", + "type": "color" + } + } + } + }, + "border": { + "color": { + "primary": { + "default": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.border.color.primary.subtle}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.secondary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.border.color.secondary.subtle}", + "type": "color" + } + }, + "terciary": { + "default": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.border.color.primary.subtle}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.negative.muted}", + "type": "color" + }, + "down": { + "value": "{global.border.color.negative.subtle}", + "type": "color" + } + } + }, + "radius": { + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + } + }, + "width": { + "value": "{global.border.width.md}", + "type": "borderWidth" + } + }, + "spacing": { + "padding": { + "vertical": { + "md": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + } + }, + "horizontal": { + "md": { + "value": "{global.spacing.padding.lg}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + } + } + }, + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + } + }, + "buttonIcon": { + "content": { + "color": { + "primary": { + "default": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.secondary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + }, + "terciary": { + "default": { + "value": "{global.content.color.primary.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.primary.subtle}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.text.muted}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.content.color.negative.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "down": { + "value": "{global.content.color.negative.default}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.content.color.negative.emphasis}", + "type": "color" + } + } + } + }, + "background": { + "color": { + "primary": { + "default": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "down--reverse": { + "value": "{global.background.color.transparent}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{global.background.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.secondary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.background.color.secondary.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.background.color.secondary.subtle}", + "type": "color" + }, + "down--reverse": { + "value": "{global.background.color.transparent}", + "type": "color" + } + }, + "terciary": { + "default": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.muted}", + "type": "color" + }, + "down": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + }, + "default-reverse": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover-reverse": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "down-reverse": { + "value": "{global.background.color.transparent}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.background.color.negative.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.negative.default}", + "type": "color" + }, + "down": { + "value": "{global.background.color.negative.subtle}", + "type": "color" + }, + "default--reverse": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.background.color.negative.muted}", + "type": "color" + }, + "down--reverse": { + "value": "{global.background.color.transparent}", + "type": "color" + } + } + } + }, + "border": { + "radius": { + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "rounded": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + } + }, + "width": { + "value": "{global.border.width.md}", + "type": "borderWidth" + }, + "color": { + "primary": { + "default": { + "value": "{global.border.color.primary.default}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.primary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.border.color.primary.emphasis}", + "type": "color" + }, + "default--reverse": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.border.color.primary.subtle}", + "type": "color" + }, + "down--reverse": { + "value": "{global.border.color.primary.subtle}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{global.border.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.secondary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.border.color.secondary.emphasis}", + "type": "color" + }, + "default-reverse": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover-reverse": { + "value": "{global.border.color.secondary.subtle}", + "type": "color" + }, + "down-reverse": { + "value": "{global.border.color.secondary.subtle}", + "type": "color" + } + }, + "terciary": { + "default": { + "value": "{global.border.color.line.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "down": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "default-reverse": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.border.color.primary.subtle}", + "type": "color" + }, + "down--reverse": { + "value": "{global.border.color.primary.subtle}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.border.color.negative.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.negative.default}", + "type": "color" + }, + "down": { + "value": "{global.border.color.negative.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.border.color.negative.muted}", + "type": "color" + }, + "down--reverse": { + "value": "{global.border.color.negative.subtle}", + "type": "color" + } + } + } + }, + "spacing": { + "padding": { + "md": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + } + } + } + }, + "buttonAction": { + "content": { + "color": { + "primary": { + "default": { + "value": "{global.content.color.secondary.muted}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "down": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.text.subtle}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "down--reverse": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.content.color.secondary.muted}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.negative.default}", + "type": "color" + }, + "down": { + "value": "{global.content.color.negative.default}", + "type": "color" + } + } + }, + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.100}px", + "fontSize": "{core.font.size.50}px" + }, + "type": "typography" + } + }, + "background": { + "color": { + "primary": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.background.color.secondary.default}", + "type": "color" + }, + "down--reverse": { + "value": "{global.background.color.secondary.muted}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.negative.subtle}", + "type": "color" + }, + "down": { + "value": "{global.content.color.negative.subtle}", + "type": "color" + } + } + } + }, + "border": { + "color": { + "primary": { + "default": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.border.color.secondary.default}", + "type": "color" + }, + "down--reverse": { + "value": "{global.border.color.secondary.muted}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.negative.subtle}", + "type": "color" + }, + "down": { + "value": "{global.border.color.line.muted}", + "type": "color" + } + } + }, + "width": { + "value": "{global.border.width.md}", + "type": "borderWidth" + }, + "radius": { + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "rounded": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + } + } + }, + "spacing": { + "padding": { + "sm": { + "value": "{global.spacing.padding.3xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + } + }, + "gap": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + } + } + }, + "input": { + "content": { + "color": { + "default": { + "value": "{global.content.color.text.emphasis}", + "type": "color" + }, + "selected": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "placeholder": { + "value": "{global.content.color.text.muted}", + "type": "color" + }, + "icon": { + "value": "{global.content.color.icon.default}", + "type": "color" + } + }, + "typo": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + } + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "subtle": { + "value": "{global.border.color.line.subtle}", + "type": "color" + } + }, + "radius": { + "sm": { + "value": "{global.border.radius.sm}", + "type": "borderRadius" + }, + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + }, + "spacing": { + "padding": { + "vertical": { + "md": { + "value": "7px", + "type": "spacing" + }, + "sm": { + "value": "3px", + "type": "spacing" + } + }, + "horizontal": { + "sm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + } + }, + "all": { + "value": "{global.spacing.padding.sm}", + "type": "spacing" + } + }, + "gap": { + "none": { + "value": "{core.dimension.static.0}px", + "type": "spacing" + }, + "sm": { + "value": "{core.dimension.static.50}px", + "type": "spacing" + }, + "md": { + "value": "{core.dimension.static.100}px", + "type": "spacing" + }, + "lg": { + "value": "{core.dimension.static.200}px", + "type": "spacing" + } + } + } + }, + "label": { + "spacing": { + "gap": { + "none": { + "value": "{global.spacing.gap.none}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + } + } + }, + "content": { + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "subtle": { + "value": "{global.content.color.text.muted}", + "type": "color" + } + }, + "typo": { + "01": { + "value": "{global.content.typo.body.sm--bold}", + "type": "typography" + }, + "02": { + "value": "{global.content.typo.body.sm}", + "type": "typography" + }, + "03": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.light}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + } + } + } + }, + "helpText": { + "content": { + "color": { + "default": { + "value": "{global.content.color.text.muted}", + "type": "color" + }, + "emphasis": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "phatic": { + "value": "{global.content.color.negative.default}", + "type": "color" + } + }, + "typo": { + "value": "{global.content.typo.caption}", + "type": "typography" + } + } + }, + "radio": { + "size": { + "sm": { + "value": "10px", + "type": "sizing" + }, + "md": { + "value": "{global.control.size.200}", + "type": "sizing" + } + }, + "content": { + "color": { + "default": { + "value": "{global.content.color.transparent}", + "type": "color" + }, + "icon": { + "value": "{global.content.color.text.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.text.muted}", + "type": "color" + }, + "selected": { + "value": "{global.content.color.primary.default}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "selected": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "default--reverse": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "selected--reverse": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "border": { + "radius": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "color": { + "default": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.primary.muted}", + "type": "color" + }, + "selected": { + "value": "{global.border.color.primary.default}", + "type": "color" + } + } + }, + "spacing": { + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + }, + "paddings": { + "md": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.padding.lg}", + "type": "spacing" + } + } + } + }, + "checkbox": { + "size": { + "md": { + "value": "{global.control.size.200}", + "type": "sizing" + } + }, + "content": { + "color": { + "default": { + "value": "{global.content.color.transparent}", + "type": "color" + }, + "selected": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "contrast": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.emphasis}", + "type": "color" + }, + "selected": { + "value": "{global.background.color.primary.default}", + "type": "color" + } + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.primary.emphasis}", + "type": "color" + }, + "selected": { + "value": "{global.border.color.primary.default}", + "type": "color" + } + }, + "radius": { + "value": "{global.border.radius.sm}", + "type": "borderRadius" + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + }, + "spacing": { + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + }, + "paddings": { + "md": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.padding.lg}", + "type": "spacing" + } + } + } + }, + "toggle": { + "size": { + "inner": { + "value": "{global.control.size.100}", + "type": "sizing" + }, + "width": { + "value": "{global.control.size.500}", + "type": "sizing" + } + }, + "spacing": { + "padding": { + "value": "{global.spacing.padding.3xsm}", + "type": "spacing" + }, + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + }, + "content": { + "color": { + "default": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "selected": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.muted}", + "type": "color" + } + } + }, + "background": { + "color": { + "unselected": { + "default": { + "value": "{global.background.color.surface.emphasis}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.muted}", + "type": "color" + } + }, + "selected": { + "default": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.emphasis}", + "type": "color" + } + } + } + }, + "border": { + "radius": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + } + } + }, + "badge": { + "content": { + "typo": { + "sm": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.100}px", + "fontSize": "{core.font.size.50}px" + }, + "type": "typography" + }, + "sm--bold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.bold}", + "lineHeight": "{core.font.lineHeight.100}px", + "fontSize": "{core.font.size.50}px" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "md--bold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.bold}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + } + }, + "color": { + "default--reverse": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + } + } + }, + "background": { + "color": { + "neutral": { + "default": { + "value": "{global.background.color.surface.muted}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.emphasis}", + "type": "color" + }, + "default--reverse": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + }, + "primary": { + "default": { + "value": "{global.background.color.primary.default}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.background.color.negative.default}", + "type": "color" + }, + "default--warning": { + "value": "{global.background.color.attention.default}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{global.background.color.secondary.default}", + "type": "color" + } + } + } + }, + "border": { + "radius": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + }, + "color": { + "default--reverse": { + "value": "{global.border.color.line.default--reverse}", + "type": "color" + }, + "default": { + "value": "{global.border.color.line.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.line.default}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + }, + "size": { + "sm": { + "value": "{core.dimension.100}px", + "type": "sizing" + }, + "md": { + "value": "{core.dimension.150}px", + "type": "sizing" + }, + "lg": { + "value": "{core.dimension.200}px", + "type": "sizing" + }, + "xlg": { + "value": "{core.dimension.400}px", + "type": "sizing" + }, + "2xlg": { + "value": "{core.dimension.600}px", + "type": "sizing" + } + }, + "spacing": { + "padding": { + "sm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.padding.sm}", + "type": "spacing" + } + } + } + }, + "avatar": { + "size": { + "xsm": { + "value": "{global.control.size.100}", + "type": "sizing" + }, + "sm": { + "value": "{global.control.size.300}", + "type": "sizing" + }, + "md": { + "value": "{global.control.size.500}", + "type": "sizing" + }, + "lg": { + "value": "{global.control.size.1000}", + "type": "sizing" + }, + "xlg": { + "value": "120px", + "type": "sizing" + } + }, + "content": { + "typo": { + "sm": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.bold}", + "fontSize": "{core.font.size.50}", + "textCase": "uppercase", + "lineHeight": "{core.font.lineHeight.100}" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.bold}", + "fontSize": "{core.font.size.100}", + "textCase": "uppercase" + }, + "type": "typography" + }, + "lg": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.bold}", + "fontSize": "{core.font.size.400}", + "textCase": "uppercase" + }, + "type": "typography" + }, + "xlg": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.bold}", + "fontSize": "56px", + "textCase": "uppercase" + }, + "type": "typography" + } + }, + "color": { + "default": { + "value": "{global.border.color.line.default--reverse}", + "type": "color" + } + } + }, + "background": { + "color": { + "10": { + "value": "#EC62D8", + "type": "color" + }, + "01": { + "value": "#DC5571", + "type": "color" + }, + "02": { + "value": "#F26262", + "type": "color" + }, + "03": { + "value": "#E36B2B", + "type": "color" + }, + "04": { + "value": "#E8C642", + "type": "color" + }, + "05": { + "value": "#96D47F", + "type": "color" + }, + "06": { + "value": "#50B579", + "type": "color" + }, + "07": { + "value": "#4F96FF", + "type": "color" + }, + "08": { + "value": "#7449F4", + "type": "color" + }, + "09": { + "value": "#B462F2", + "type": "color" + } + } + }, + "border": { + "radius": { + "circle": { + "value": "{global.border.radius.circle}", + "type": "borderRadius" + }, + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + } + } + } + }, + "colorPicker": { + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "border": { + "radius": { + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "rounded": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + } + }, + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + }, + "spacing": { + "gap": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "padding": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + } + }, + "size": { + "md": { + "value": "{global.control.size.100}", + "type": "sizing" + } + } + }, + "calendar": { + "content": { + "typo": { + "md": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.100}px", + "fontSize": "{core.font.size.50}px" + }, + "type": "typography" + } + }, + "color": { + "calendarButton": { + "default": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + }, + "weekName": { + "default": { + "value": "{global.content.color.text.subtle}", + "type": "color" + } + }, + "weekday": { + "default": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "down": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "default--weekend": { + "value": "{global.content.color.negative.default}", + "type": "color" + } + } + } + }, + "spacing": { + "padding": { + "vertical": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "horizontal": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + } + }, + "gap": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + } + }, + "border": { + "radius": { + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "rounded": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + } + } + }, + "background": { + "color": { + "calendarButton": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.surface.muted}", + "type": "color" + }, + "default--reverse": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.background.color.primary.emphasis}", + "type": "color" + }, + "down--reverse": { + "value": "{global.background.color.primary.default}", + "type": "color" + } + }, + "weekday": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "default--alt": { + "value": "{global.background.color.primary.muted}", + "type": "color" + } + }, + "range": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.primary.default}", + "type": "color" + } + } + } + }, + "size": { + "md": { + "value": "{global.control.size.600}", + "type": "sizing" + } + } + }, + "popover": { + "background": { + "color": { + "enabled": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "spacing": { + "padding": { + "vertical": { + "xsm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + } + }, + "horizontal": { + "xsm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + } + } + }, + "gap": { + "value": "{input.spacing.gap.lg}", + "type": "spacing" + } + }, + "border": { + "color": { + "enabled": { + "value": "{global.border.color.secondary.subtle}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + } + } + }, + "drawer": { + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "spacing": { + "gap": { + "sm": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.gap.xlg}", + "type": "spacing" + } + }, + "padding": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + } + }, + "shadow": { + "left": { + "value": "{global.shadow.400}", + "type": "boxShadow" + }, + "top": { + "value": [ + { + "x": "0", + "y": "100", + "blur": "60", + "spread": "0", + "color": "rgba({core.color.neutral.200}, 0.08)", + "type": "dropShadow" + }, + { + "x": "0", + "y": "32", + "blur": "32", + "spread": "0", + "color": "rgba({core.color.black},0.05)", + "type": "dropShadow" + } + ], + "type": "boxShadow" + } + }, + "content": { + "color": { + "default": { + "value": "{global.content.color.text.emphasis}", + "type": "color" + } + }, + "typo": { + "value": "{global.content.typo.heading.md}", + "type": "typography" + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.line.muted}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + } + }, + "link": { + "content": { + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "color": { + "default": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.primary.muted}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.primary.subtle}", + "type": "color" + } + } + }, + "spacing": { + "padding": { + "horizontal": { + "value": "{global.spacing.padding.3xsm}", + "type": "spacing" + } + }, + "gap": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + } + } + }, + "border": { + "radius": { + "value": "{global.border.radius.sm}", + "type": "borderRadius" + } + } + }, + "divider": { + "size": { + "sm": { + "value": "{core.dimension.static.10}px", + "type": "sizing" + } + }, + "background": { + "color": { + "default": { + "value": "{global.border.color.line.subtle}", + "type": "color" + } + } + } + }, + "tab": { + "content": { + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.text.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.primary.default}", + "type": "color" + } + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.primary.muted}", + "type": "color" + }, + "down": { + "value": "{global.border.color.primary.default}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.lg}", + "type": "borderWidth" + }, + "radius": { + "value": "{global.border.radius.sm}", + "type": "borderRadius" + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.transparent}", + "type": "color" + } + } + }, + "spacing": { + "padding": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + } + }, + "segmentedControl": { + "content": { + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.text.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.primary.default}", + "type": "color" + } + } + }, + "spacing": { + "padding": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "selected": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "border": { + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "color": { + "default": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "selected": { + "value": "{global.border.color.primary.default}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + } + }, + "dropzone": { + "spacing": { + "padding": { + "value": "{global.spacing.padding.lg}", + "type": "spacing" + }, + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + }, + "content": { + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.emphasis}", + "type": "color" + }, + "default--subtle": { + "value": "{global.content.color.text.muted}", + "type": "color" + }, + "default--icon": { + "value": "{global.content.color.primary.muted}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + } + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.primary.muted}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.primary.emphasis}", + "type": "color" + } + }, + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + } + }, + "modal": { + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "spacing": { + "padding": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "gap": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + } + }, + "border": { + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "color": { + "default": { + "value": "{global.border.color.line.default--reverse}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.md}", + "type": "borderWidth" + } + } + }, + "dropdown": { + "content": { + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "default--alt": { + "value": "{global.content.color.text.muted}", + "type": "color" + } + }, + "typo": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + } + }, + "spacing": { + "padding": { + "sm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + } + }, + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.surface.muted}", + "type": "color" + }, + "active": { + "value": "{global.background.color.surface.muted}", + "type": "color" + } + } + }, + "border": { + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "color": { + "default": { + "value": "{global.border.color.line.muted}", + "type": "color" + } + } + } + }, + "score": { + "content": { + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "muted": { + "value": "{global.content.color.text.muted}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + }, + "typo": { + "sm": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.100}px", + "fontSize": "{core.font.size.50}px", + "textCase": "none" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.bold}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px", + "textCase": "none" + }, + "type": "typography" + }, + "lg--bold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.bold}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.100}px", + "textCase": "none" + }, + "type": "typography" + }, + "lg": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.100}px", + "textCase": "none", + "letterSpacing": "", + "paragraphSpacing": "{core.font.lineHeight.300}px" + }, + "type": "typography" + }, + "xlg": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.500}px", + "fontSize": "{core.font.size.400}px", + "textCase": "none" + }, + "type": "typography" + }, + "2xlg": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.bold}", + "lineHeight": "{core.font.lineHeight.600}px", + "fontSize": "{core.font.size.600}px", + "textCase": "none" + }, + "type": "typography" + } + } + }, + "background": { + "color": { + "neutral": { + "default": { + "value": "{global.background.color.surface.muted}", + "type": "color" + }, + "emphasis": { + "value": "{global.background.color.surface.emphasis}", + "type": "color" + }, + "subtle": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "active": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + }, + "positive": { + "default": { + "value": "{global.background.color.positive.default}", + "type": "color" + }, + "emphasis": { + "value": "{global.background.color.positive.emphasis}", + "type": "color" + }, + "muted": { + "value": "{global.background.color.positive.muted}", + "type": "color" + } + }, + "attention": { + "default": { + "value": "{global.background.color.attention.default}", + "type": "color" + }, + "emphasis": { + "value": "{global.background.color.attention.emphasis}", + "type": "color" + }, + "muted": { + "value": "{global.background.color.attention.subtle}", + "type": "color" + } + }, + "negative": { + "default": { + "value": "{global.background.color.negative.default}", + "type": "color" + }, + "emphasis": { + "value": "{global.background.color.negative.emphasis}", + "type": "color" + }, + "muted": { + "value": "{global.background.color.negative.muted}", + "type": "color" + } + } + } + }, + "border": { + "color": { + "neutral": { + "default": { + "value": "{global.background.color.surface.muted}", + "type": "color" + }, + "emphasis": { + "value": "{global.background.color.surface.emphasis}", + "type": "color" + }, + "active": { + "value": "{global.background.color.primary.default}", + "type": "color" + } + }, + "positive": { + "default": { + "value": "{global.background.color.positive.default}", + "type": "color" + }, + "emphasis": { + "value": "{global.background.color.positive.emphasis}", + "type": "color" + }, + "muted": { + "value": "{global.background.color.positive.muted}", + "type": "color" + } + }, + "attention": { + "default": { + "value": "{global.background.color.attention.default}", + "type": "color" + }, + "emphasis": { + "value": "{global.background.color.attention.emphasis}", + "type": "color" + }, + "muted": { + "value": "{global.background.color.attention.subtle}", + "type": "color" + } + }, + "negative": { + "default": { + "value": "{global.background.color.negative.default}", + "type": "color" + }, + "emphasis": { + "value": "{global.background.color.negative.emphasis}", + "type": "color" + }, + "muted": { + "value": "{global.background.color.negative.muted}", + "type": "color" + } + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "radius": { + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "lg": { + "value": "{global.border.radius.lg}", + "type": "borderRadius" + } + } + }, + "spacing": { + "padding": { + "md": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "xlg": { + "value": "{global.spacing.padding.xlg}", + "type": "spacing" + } + }, + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + } + }, + "tree": { + "content": { + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "fontSize": "{core.font.size.75}px", + "lineHeight": "{core.font.lineHeight.300}px" + }, + "type": "typography" + }, + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + } + } + }, + "spacing": { + "gap": { + "sm": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + }, + "padding": { + "vertical": { + "value": "{global.spacing.padding.2xsm} - {tree.border.width}", + "type": "spacing" + }, + "horizontal": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + } + } + }, + "border": { + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "color": { + "default": { + "value": "{global.border.color.line.default--reverse}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.line.subtle}", + "type": "color" + }, + "default-alt": { + "value": "{global.border.color.primary.default}", + "type": "color" + }, + "hover-alt": { + "value": "{global.border.color.line.default}", + "type": "color" + } + }, + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + } + } + } + }, + "breadcrumbs": { + "content": { + "typo": { + "default": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.light}", + "lineHeight": "{core.font.lineHeight.200}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + }, + "hover": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.light}", + "lineHeight": "{core.font.lineHeight.200}", + "fontSize": "{core.font.size.75}", + "textDecoration": "underline" + }, + "type": "typography" + }, + "current": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.200}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + } + }, + "color": { + "default": { + "value": "{global.content.color.secondary.muted}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "default--alt": { + "value": "{global.content.color.secondary.emphasis}", + "type": "color" + } + } + } + }, + "breadcrumb": { + "spacing": { + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + } + }, + "pager": { + "content": { + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.light}", + "lineHeight": "{core.font.lineHeight.200}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + }, + "typo--bold": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.200}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + }, + "color": { + "default": { + "value": "{global.content.color.secondary.default}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "selected": { + "value": "{global.background.color.transparent}", + "type": "color" + } + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "selected": { + "value": "{global.border.color.primary.muted}", + "type": "color" + } + }, + "radius": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + }, + "size": { + "md": { + "value": "{global.control.size.900}", + "type": "sizing" + } + }, + "spacing": { + "gap": { + "lg": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + } + } + }, + "tooltip": { + "content": { + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.200}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + }, + "color": { + "default": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "default-reverse": { + "value": "{global.content.color.text.default}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default--reverse}", + "type": "color" + }, + "default--alt": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "default-reverse": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "spacing": { + "padding": { + "vertical": { + "sm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.sm}", + "type": "spacing" + } + }, + "horizontal": { + "sm": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.sm}", + "type": "spacing" + } + } + }, + "gap": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + } + }, + "border": { + "radius": { + "value": "{global.border.radius.sm}", + "type": "borderRadius" + } + } + }, + "banner": { + "content": { + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.light}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "typo--bold": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "success": { + "value": "{global.content.color.positive.emphasis}", + "type": "color" + }, + "error": { + "value": "{global.content.color.negative.emphasis}", + "type": "color" + }, + "warning": { + "value": "{global.content.color.attention.emphasis}", + "type": "color" + }, + "info": { + "value": "{global.content.color.primary.emphasis}", + "type": "color" + } + } + }, + "spacing": { + "padding": { + "vertical": { + "xsm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.sm}", + "type": "spacing" + } + }, + "horizontal": { + "sm": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.lg}", + "type": "spacing" + } + } + }, + "gap": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + } + }, + "background": { + "color": { + "success": { + "value": "{global.content.color.positive.subtle}", + "type": "color" + }, + "error": { + "value": "{global.background.color.negative.subtle}", + "type": "color" + }, + "warning": { + "value": "{global.background.color.attention.subtle}", + "type": "color" + }, + "info": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + } + } + }, + "border": { + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + } + } + }, + "chip": { + "content": { + "typo": { + "sm": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.100}px", + "fontSize": "{core.font.size.50}px" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + } + }, + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.muted}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.emphasis}", + "type": "color" + }, + "default--alt": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover--alt": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + } + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.line.default}", + "type": "color" + }, + "default--alt": { + "value": "{global.border.color.line.default}", + "type": "color" + }, + "hover--alt": { + "value": "{global.border.color.line.emphasis}", + "type": "color" + }, + "empty": { + "value": "{global.border.color.transparent}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "radius": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + } + }, + "spacing": { + "padding": { + "horizontal": { + "sm": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + } + }, + "vertical": { + "sm": { + "value": "3px", + "type": "spacing" + } + } + } + } + }, + "toast": { + "spacing": { + "padding": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "gap": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + } + }, + "content": { + "color": { + "default": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "default--alt": { + "value": "{global.content.color.text.subtle}", + "type": "color" + }, + "default--alt--reverse": { + "value": "{global.content.color.text.muted}", + "type": "color" + } + }, + "typo": { + "sm": { + "value": "{global.content.typo.caption}", + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default--reverse}", + "type": "color" + }, + "default--reverse": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "border": { + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "color": { + "default": { + "value": "{global.border.color.line.emphasis}", + "type": "color" + }, + "default--reverse": { + "value": "{global.border.color.line.muted}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + } + }, + "menu": { + "spacing": { + "padding": { + "md": { + "value": "{global.spacing.padding.sm}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.padding.lg}", + "type": "spacing" + } + }, + "gap": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + } + }, + "content": { + "color": { + "main": { + "default": { + "value": "{global.content.color.text.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "active": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + }, + "sub": { + "default": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "active": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + } + }, + "typo": { + "md": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "fontSize": "{core.font.size.75}px", + "lineHeight": "{core.font.lineHeight.200}px" + }, + "type": "typography" + } + } + }, + "background": { + "color": { + "main": { + "default": { + "value": "{global.background.color.secondary.emphasis}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "active": { + "value": "{global.background.color.secondary.default}", + "type": "color" + } + }, + "sub": { + "default": { + "value": "{global.background.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "active": { + "value": "{global.background.color.primary.default}", + "type": "color" + } + } + } + }, + "size": { + "md": { + "value": "{global.control.size.900}", + "type": "sizing" + } + } + }, + "stepper": { + "content": { + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "fontSize": "{core.font.size.75}", + "lineHeight": "{core.font.lineHeight.200}" + }, + "type": "typography" + }, + "color": { + "default": { + "value": "{global.content.color.text.muted}", + "type": "color" + }, + "completed": { + "value": "{global.content.color.positive.default}", + "type": "color" + } + } + }, + "spacing": { + "gap": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + }, + "padding": { + "md": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + } + } + }, + "background": { + "color": { + "active": { + "value": "{global.background.color.primary.default}", + "type": "color" + } + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "active": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "completed": { + "value": "{global.background.color.positive.default}", + "type": "color" + } + }, + "radius": { + "value": "{global.border.radius.circle}", + "type": "borderRadius" + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + }, + "size": { + "sm": { + "value": "{global.icon.size.sm}", + "type": "sizing" + }, + "md": { + "value": "{global.icon.size.lg}", + "type": "sizing" + } + } + }, + "accordion": { + "content": { + "typo": { + "md": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.100}px" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + } + }, + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "default--alt": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + } + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.line.subtle}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "radius": { + "value": "{global.border.radius.lg}", + "type": "borderRadius" + } + }, + "spacing": { + "padding": { + "md": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.padding.lg}", + "type": "spacing" + } + }, + "gap": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + } + } + }, + "table": { + "content": { + "typo": { + "md": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + }, + "md--bold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.200}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.100}", + "fontSize": "{core.font.size.50}" + }, + "type": "typography" + } + }, + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.line.subtle}", + "type": "color" + }, + "emphasis": { + "value": "{global.border.color.line.default}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.md}", + "type": "borderWidth" + }, + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + } + }, + "spacing": { + "padding": { + "sm": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + }, + "gaps": { + "sm": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + } + } + } + }, + "timeline": { + "content": { + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + }, + "typo": { + "value": "{global.content.typo.body.sm--bold}", + "type": "typography" + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default--reverse}", + "type": "color" + }, + "default--reverse": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "spacing": { + "gap": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + }, + "padding": { + "value": "{global.spacing.padding.lg}", + "type": "spacing" + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.line.emphasis}", + "type": "color" + }, + "default--reverse": { + "value": "{global.border.color.line.default--reverse}", + "type": "color" + } + }, + "width": { + "sm": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "md": { + "value": "{global.border.width.md}", + "type": "borderWidth" + } + } + } + }, + "swiper": { + "size": { + "md": { + "value": "{global.control.size.900}", + "type": "sizing" + } + }, + "content": { + "color": { + "default": { + "value": "{global.content.color.icon.default}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.muted}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.emphasis}", + "type": "color" + } + } + }, + "spacing": { + "gap": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + }, + "padding": { + "value": "{global.spacing.padding.3xlg}", + "type": "spacing" + } + }, + "border": { + "radius": { + "value": "{global.border.radius.sm}", + "type": "borderRadius" + } + } + }, + "comunica": { + "content": { + "typo": { + "01": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + }, + "02": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + } + }, + "color": { + "default": { + "value": "{global.content.color.text.emphasis}", + "type": "color" + }, + "default--alt": { + "value": "{global.content.color.text.subtle}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + }, + "muted": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "emphasis": { + "value": "{global.background.color.surface.muted}", + "type": "color" + } + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "default--alt": { + "value": "{global.border.color.primary.emphasis}", + "type": "color" + } + }, + "width": { + "sm": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "md": { + "value": "{global.border.width.md}", + "type": "borderWidth" + } + }, + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + } + }, + "spacing": { + "padding": { + "sm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "xlg": { + "value": "96px", + "type": "spacing" + } + }, + "gap": { + "sm": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + } + } + } + }, + "menuLibrary": { + "content": { + "color": { + "main": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "active": { + "value": "{global.content.color.primary.default}", + "type": "color" + } + }, + "sub": { + "default": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "active": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + } + } + }, + "background": { + "color": { + "main": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + }, + "active": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + } + }, + "sub": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "active": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + } + } + } + }, + "$themes": [], + "$metadata": { + "tokenSetOrder": [ + "core", + "global", + "component" + ] + } +} \ No newline at end of file diff --git a/packages/components/package.json b/packages/components/package.json index d1fa4f610..d8136a567 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -56,7 +56,8 @@ "types:clean": "rimraf types _types", "types:generate": "tsc-silent --project ./tsconfig.json --suppress @ --compiler \"../../node_modules/typescript/lib/typescript.js\"", "types:fix": "mv _types types && rimraf _types types/**/mocks", - "compile-tokens": "sh scripts/compile-tokens.sh", + "merge-tokens": "node scripts/merge-tokens.js", + "compile-tokens": "yarn merge-tokens; sh scripts/compile-tokens.sh", "chromatic": "npx chromatic --project-token=7b10302a7b6b --build-script-name=build:storybook:raw" }, "dependencies": { diff --git a/packages/components/scripts/compile-tokens.sh b/packages/components/scripts/compile-tokens.sh index f795ae306..278b1a84f 100644 --- a/packages/components/scripts/compile-tokens.sh +++ b/packages/components/scripts/compile-tokens.sh @@ -1,6 +1,10 @@ #!/bin/bash + +# TODO: Change input tokens to the figma tokens instead of merged ones +# TODO: once they are fully unified + # Generate tokens-compiled.json file -npx token-transformer ../../tokens.json tokens-compiled.json core,global,component; +npx token-transformer ../../merged_tokens.json tokens-compiled.json core,global,component; # Create a new tokens-compiled.js file starting with "export default " printf "export default " > ./src/tokens.compiled.js; # Insert the tokens-compiled.json into tokens-compiled.js diff --git a/packages/components/scripts/merge-tokens.js b/packages/components/scripts/merge-tokens.js new file mode 100644 index 000000000..563007bc8 --- /dev/null +++ b/packages/components/scripts/merge-tokens.js @@ -0,0 +1,13 @@ +const { defaultsDeep } = require('lodash'); +const fs = require('fs'); +const path = require('path'); + +const oldTokens = require('../../../old_tokens.json'); +const newTokens = require('../../../tokens.json'); + +const output = defaultsDeep(newTokens, oldTokens); + +fs.writeFileSync( + path.join(__dirname, '../../../merged_tokens.json'), + JSON.stringify(output, '', 2) +); From 0484b6a1692fac491af9c6ad7e3c4761b604c2f2 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 19 Oct 2023 10:37:40 +0000 Subject: [PATCH 078/547] chore: version bump --- packages/calendars/CHANGELOG.md | 9 +++++++++ packages/calendars/package.json | 6 +++--- packages/components/CHANGELOG.md | 8 ++++++++ packages/components/package.json | 4 ++-- packages/editors/CHANGELOG.md | 9 +++++++++ packages/editors/package.json | 6 +++--- packages/icons/CHANGELOG.md | 6 ++++++ packages/icons/package.json | 2 +- packages/leemons/CHANGELOG.md | 11 +++++++++++ packages/leemons/package.json | 10 +++++----- packages/notifications/CHANGELOG.md | 9 +++++++++ packages/notifications/package.json | 6 +++--- 12 files changed, 69 insertions(+), 17 deletions(-) diff --git a/packages/calendars/CHANGELOG.md b/packages/calendars/CHANGELOG.md index 072c7031c..1aed00c35 100644 --- a/packages/calendars/CHANGELOG.md +++ b/packages/calendars/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/calendars +## 1.2.16 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.16 + - @bubbles-ui/icons@1.2.16 + ## 1.2.15 ### Patch Changes diff --git a/packages/calendars/package.json b/packages/calendars/package.json index 7b999912d..ca28937e2 100644 --- a/packages/calendars/package.json +++ b/packages/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/calendars", - "version": "1.2.15", + "version": "1.2.16", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -57,8 +57,8 @@ "rrule": "^2.6.8" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.15", - "@bubbles-ui/icons": "^1.2.15", + "@bubbles-ui/components": "^1.2.16", + "@bubbles-ui/icons": "^1.2.16", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 0e80e4455..1a6f68930 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,13 @@ # @bubbles-ui/components +## 1.2.16 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/icons@1.2.16 + ## 1.2.15 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index d8136a567..9f9bbfe37 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/components", - "version": "1.2.15", + "version": "1.2.16", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -61,7 +61,7 @@ "chromatic": "npx chromatic --project-token=7b10302a7b6b --build-script-name=build:storybook:raw" }, "dependencies": { - "@bubbles-ui/icons": "^1.2.15", + "@bubbles-ui/icons": "^1.2.16", "@emotion/react": "^11.10.0", "@heroicons/react": "^1.0.5", "@leemonade/react-dnd-treeview": "^1.5.44", diff --git a/packages/editors/CHANGELOG.md b/packages/editors/CHANGELOG.md index 8ea9c209c..8eb34c7f9 100644 --- a/packages/editors/CHANGELOG.md +++ b/packages/editors/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/editors +## 1.2.16 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.16 + - @bubbles-ui/icons@1.2.16 + ## 1.2.15 ### Patch Changes diff --git a/packages/editors/package.json b/packages/editors/package.json index 9a1dedaeb..3453593bc 100644 --- a/packages/editors/package.json +++ b/packages/editors/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/editors", - "version": "1.2.15", + "version": "1.2.16", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -79,8 +79,8 @@ "styled-icons": "^10.45.0" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.15", - "@bubbles-ui/icons": "^1.2.15", + "@bubbles-ui/components": "^1.2.16", + "@bubbles-ui/icons": "^1.2.16", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 584644861..842d4dfba 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @bubbles-ui/icons +## 1.2.16 + +### Patch Changes + +- Versions bump + ## 1.2.15 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 76dc08e7d..b8a38c93e 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/icons", - "version": "1.2.15", + "version": "1.2.16", "description": "The Bubbles Design System icons library.", "license": "MIT", "repository": { diff --git a/packages/leemons/CHANGELOG.md b/packages/leemons/CHANGELOG.md index b32a01317..c3ffdc78c 100644 --- a/packages/leemons/CHANGELOG.md +++ b/packages/leemons/CHANGELOG.md @@ -1,5 +1,16 @@ # @bubbles-ui/leemons +## 1.2.16 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.16 + - @bubbles-ui/calendars@1.2.16 + - @bubbles-ui/editors@1.2.16 + - @bubbles-ui/icons@1.2.16 + ## 1.2.15 ### Patch Changes diff --git a/packages/leemons/package.json b/packages/leemons/package.json index e7a04bd62..6e9e6a9ab 100644 --- a/packages/leemons/package.json +++ b/packages/leemons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/leemons", - "version": "1.2.15", + "version": "1.2.16", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -74,10 +74,10 @@ "ajv": "6.12.6" }, "peerDependencies": { - "@bubbles-ui/calendars": "^1.2.15", - "@bubbles-ui/components": "^1.2.15", - "@bubbles-ui/editors": "^1.2.15", - "@bubbles-ui/icons": "^1.2.15", + "@bubbles-ui/calendars": "^1.2.16", + "@bubbles-ui/components": "^1.2.16", + "@bubbles-ui/editors": "^1.2.16", + "@bubbles-ui/icons": "^1.2.16", "dayjs": "^1.10.7", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index 8b4302572..446c08704 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/notifications +## 1.2.16 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.16 + - @bubbles-ui/icons@1.2.16 + ## 1.2.15 ### Patch Changes diff --git a/packages/notifications/package.json b/packages/notifications/package.json index 006f12fc8..48103fdc2 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/notifications", - "version": "1.2.15", + "version": "1.2.16", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -52,8 +52,8 @@ "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.15", - "@bubbles-ui/icons": "^1.2.15", + "@bubbles-ui/components": "^1.2.16", + "@bubbles-ui/icons": "^1.2.16", "@mantine/core": "5.2.4", "@mantine/hooks": "5.2.4", "react": "^17.0.2", From 362b8b0a7ac8c6c41986aca895695df8a2857785 Mon Sep 17 00:00:00 2001 From: Banshee-92 <138103229+Banshee-92@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:27:04 +0200 Subject: [PATCH 079/547] New buttons: primary, secondary and ghost --- tokens.json | 156 +++++++++------------------------------------------- 1 file changed, 25 insertions(+), 131 deletions(-) diff --git a/tokens.json b/tokens.json index f4a639d5c..317f5bc33 100644 --- a/tokens.json +++ b/tokens.json @@ -1725,33 +1725,7 @@ }, "ghost": { "default": { - "value": "{global.content.color.primary.subtle}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.primary.subtle}", - "type": "color" - }, - "pressed": { - "value": "{global.content.color.primary.muted}", - "type": "color" - }, - "default--reverse": { - "value": "{global.content.color.primary.emphasis}", - "type": "color" - } - }, - "phatic": { - "default": { - "value": "{global.content.color.negative.default}", - "type": "color" - }, - "hover": { - "value": "{global.content.color.text.default--reverse}", - "type": "color" - }, - "down": { - "value": "{global.content.color.negative.default}", + "value": "{global.content.color.secondary.default}", "type": "color" } } @@ -1779,55 +1753,33 @@ "pressed": { "value": "{global.background.color.primary.emphasis}", "type": "color" - }, - "focus": { - "value": "{global.background.color.primary.default}", - "type": "color" } }, "secondary": { "default": { - "value": "{global.background.color.transparent}", + "value": "{global.background.color.surface.default}", "type": "color" }, "hover": { - "value": "{global.background.color.transparent}", - "type": "color" - }, - "press": { "value": "{global.background.color.surface.default}", "type": "color" }, - "focus": { + "pressed": { "value": "{global.background.color.surface.default}", "type": "color" } }, "ghost": { "default": { - "value": "{global.background.color.surface.subtle}", - "type": "color" - }, - "hover": { - "value": "{global.background.color.surface.muted}", - "type": "color" - }, - "down": { - "value": "{global.background.color.surface.subtle}", - "type": "color" - } - }, - "phatic": { - "default": { - "value": "{global.background.color.negative.subtle}", + "value": "{global.background.color.surface.default}", "type": "color" }, "hover": { - "value": "{global.background.color.negative.default}", + "value": "{global.background.color.primary.subtle}", "type": "color" }, - "down": { - "value": "{global.background.color.negative.subtle}", + "pressed": { + "value": "{global.background.color.primary.muted}", "type": "color" } } @@ -1835,20 +1787,6 @@ }, "border": { "color": { - "primary": { - "default": { - "value": "{global.border.color.primary.default}", - "type": "color" - }, - "hover": { - "value": "{global.border.color.primary.emphasis}", - "type": "color" - }, - "down": { - "value": "{global.border.color.primary.emphasis}", - "type": "color" - } - }, "secondary": { "default": { "value": "{global.border.color.secondary.default}", @@ -1861,42 +1799,6 @@ "pressed": { "value": "{global.border.color.primary.strong}", "type": "color" - }, - "focus": { - "value": "{global.border.color.secondary.default}", - "type": "color" - } - }, - "terciary": { - "default": { - "value": "{global.border.color.line.subtle}", - "type": "color" - }, - "hover": { - "value": "{global.border.color.line.muted}", - "type": "color" - }, - "down": { - "value": "{global.border.color.line.muted}", - "type": "color" - } - }, - "phatic": { - "default": { - "value": "{global.border.color.negative.subtle}", - "type": "color" - }, - "hover": { - "value": "{global.border.color.negative.default}", - "type": "color" - }, - "down": { - "value": "{global.border.color.negative.default}", - "type": "color" - }, - "default--reverse": { - "value": "{global.border.color.negative.default}", - "type": "color" } } }, @@ -1908,10 +1810,6 @@ "md": { "value": "{global.border.radius.md}", "type": "borderRadius" - }, - "rounded": { - "value": "{global.border.radius.rounded}", - "type": "borderRadius" } } }, @@ -1921,17 +1819,9 @@ "md": { "value": "{global.spacing.padding.xsm}", "type": "spacing" - }, - "sm": { - "value": "{global.spacing.padding.2xsm}", - "type": "spacing" } }, "horizontal": { - "md": { - "value": "{global.spacing.padding.lg}", - "type": "spacing" - }, "sm": { "value": "{global.spacing.padding.md}", "type": "spacing" @@ -1970,6 +1860,12 @@ }, "type": "boxShadow" } + }, + "textDecoration": { + "underLine": { + "value": "{underline}", + "type": "textDecoration" + } } }, "buttonText": { @@ -3677,14 +3573,6 @@ "default": { "value": "{global.content.color.secondary.default}", "type": "color" - }, - "hover": { - "value": "{global.content.color.text.emphasis}", - "type": "color" - }, - "down": { - "value": "{global.content.color.primary.default}", - "type": "color" } }, "typo": { @@ -3701,10 +3589,10 @@ "type": "color" }, "hover": { - "value": "{global.border.color.primary.muted}", + "value": "{global.border.color.line.subtle}", "type": "color" }, - "down": { + "selected": { "value": "{global.border.color.primary.default}", "type": "color" }, @@ -3713,13 +3601,19 @@ "type": "color" } }, - "width": { - "value": "{global.border.width.md}", - "type": "borderWidth" - }, "radius": { "value": "{global.border.radius.sm}", "type": "borderRadius" + }, + "width": { + "sm": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "md": { + "value": "{global.border.width.md}", + "type": "borderWidth" + } } }, "background": { From 9e59fe35fba0aaa6bcfed737da95a8a19aca92cb Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 19 Oct 2023 14:42:23 +0000 Subject: [PATCH 080/547] chore: version bump --- packages/calendars/CHANGELOG.md | 9 +++++++++ packages/calendars/package.json | 6 +++--- packages/components/CHANGELOG.md | 8 ++++++++ packages/components/package.json | 4 ++-- packages/editors/CHANGELOG.md | 9 +++++++++ packages/editors/package.json | 6 +++--- packages/icons/CHANGELOG.md | 6 ++++++ packages/icons/package.json | 2 +- packages/leemons/CHANGELOG.md | 11 +++++++++++ packages/leemons/package.json | 10 +++++----- packages/notifications/CHANGELOG.md | 9 +++++++++ packages/notifications/package.json | 6 +++--- 12 files changed, 69 insertions(+), 17 deletions(-) diff --git a/packages/calendars/CHANGELOG.md b/packages/calendars/CHANGELOG.md index 1aed00c35..9c27c83a2 100644 --- a/packages/calendars/CHANGELOG.md +++ b/packages/calendars/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/calendars +## 1.2.17 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.17 + - @bubbles-ui/icons@1.2.17 + ## 1.2.16 ### Patch Changes diff --git a/packages/calendars/package.json b/packages/calendars/package.json index ca28937e2..66c764127 100644 --- a/packages/calendars/package.json +++ b/packages/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/calendars", - "version": "1.2.16", + "version": "1.2.17", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -57,8 +57,8 @@ "rrule": "^2.6.8" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.16", - "@bubbles-ui/icons": "^1.2.16", + "@bubbles-ui/components": "^1.2.17", + "@bubbles-ui/icons": "^1.2.17", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 1a6f68930..9a53fac9c 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,13 @@ # @bubbles-ui/components +## 1.2.17 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/icons@1.2.17 + ## 1.2.16 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 9f9bbfe37..10ac93d48 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/components", - "version": "1.2.16", + "version": "1.2.17", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -61,7 +61,7 @@ "chromatic": "npx chromatic --project-token=7b10302a7b6b --build-script-name=build:storybook:raw" }, "dependencies": { - "@bubbles-ui/icons": "^1.2.16", + "@bubbles-ui/icons": "^1.2.17", "@emotion/react": "^11.10.0", "@heroicons/react": "^1.0.5", "@leemonade/react-dnd-treeview": "^1.5.44", diff --git a/packages/editors/CHANGELOG.md b/packages/editors/CHANGELOG.md index 8eb34c7f9..bd9021f85 100644 --- a/packages/editors/CHANGELOG.md +++ b/packages/editors/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/editors +## 1.2.17 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.17 + - @bubbles-ui/icons@1.2.17 + ## 1.2.16 ### Patch Changes diff --git a/packages/editors/package.json b/packages/editors/package.json index 3453593bc..9c128c4ad 100644 --- a/packages/editors/package.json +++ b/packages/editors/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/editors", - "version": "1.2.16", + "version": "1.2.17", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -79,8 +79,8 @@ "styled-icons": "^10.45.0" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.16", - "@bubbles-ui/icons": "^1.2.16", + "@bubbles-ui/components": "^1.2.17", + "@bubbles-ui/icons": "^1.2.17", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 842d4dfba..909c3a903 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @bubbles-ui/icons +## 1.2.17 + +### Patch Changes + +- Versions bump + ## 1.2.16 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index b8a38c93e..6f697ed2c 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/icons", - "version": "1.2.16", + "version": "1.2.17", "description": "The Bubbles Design System icons library.", "license": "MIT", "repository": { diff --git a/packages/leemons/CHANGELOG.md b/packages/leemons/CHANGELOG.md index c3ffdc78c..8fbd47784 100644 --- a/packages/leemons/CHANGELOG.md +++ b/packages/leemons/CHANGELOG.md @@ -1,5 +1,16 @@ # @bubbles-ui/leemons +## 1.2.17 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.17 + - @bubbles-ui/calendars@1.2.17 + - @bubbles-ui/editors@1.2.17 + - @bubbles-ui/icons@1.2.17 + ## 1.2.16 ### Patch Changes diff --git a/packages/leemons/package.json b/packages/leemons/package.json index 6e9e6a9ab..0d1e818b8 100644 --- a/packages/leemons/package.json +++ b/packages/leemons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/leemons", - "version": "1.2.16", + "version": "1.2.17", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -74,10 +74,10 @@ "ajv": "6.12.6" }, "peerDependencies": { - "@bubbles-ui/calendars": "^1.2.16", - "@bubbles-ui/components": "^1.2.16", - "@bubbles-ui/editors": "^1.2.16", - "@bubbles-ui/icons": "^1.2.16", + "@bubbles-ui/calendars": "^1.2.17", + "@bubbles-ui/components": "^1.2.17", + "@bubbles-ui/editors": "^1.2.17", + "@bubbles-ui/icons": "^1.2.17", "dayjs": "^1.10.7", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index 446c08704..01d21a0d4 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/notifications +## 1.2.17 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.17 + - @bubbles-ui/icons@1.2.17 + ## 1.2.16 ### Patch Changes diff --git a/packages/notifications/package.json b/packages/notifications/package.json index 48103fdc2..681db533d 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/notifications", - "version": "1.2.16", + "version": "1.2.17", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -52,8 +52,8 @@ "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.16", - "@bubbles-ui/icons": "^1.2.16", + "@bubbles-ui/components": "^1.2.17", + "@bubbles-ui/icons": "^1.2.17", "@mantine/core": "5.2.4", "@mantine/hooks": "5.2.4", "react": "^17.0.2", From c7f070722fb45d0121b07dfdf83d47b39123b3c3 Mon Sep 17 00:00:00 2001 From: Banshee-92 <138103229+Banshee-92@users.noreply.github.com> Date: Fri, 20 Oct 2023 11:41:31 +0200 Subject: [PATCH 081/547] Ajustes buttons --- tokens.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokens.json b/tokens.json index 317f5bc33..5c2198d37 100644 --- a/tokens.json +++ b/tokens.json @@ -1771,7 +1771,7 @@ }, "ghost": { "default": { - "value": "{global.background.color.surface.default}", + "value": "{global.background.color.transparent}", "type": "color" }, "hover": { From 764f854449fbc18c11b56f83cb480bfa313dbded Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 20 Oct 2023 09:53:25 +0000 Subject: [PATCH 082/547] chore: version bump --- packages/calendars/CHANGELOG.md | 9 +++++++++ packages/calendars/package.json | 6 +++--- packages/components/CHANGELOG.md | 8 ++++++++ packages/components/package.json | 4 ++-- packages/editors/CHANGELOG.md | 9 +++++++++ packages/editors/package.json | 6 +++--- packages/icons/CHANGELOG.md | 6 ++++++ packages/icons/package.json | 2 +- packages/leemons/CHANGELOG.md | 11 +++++++++++ packages/leemons/package.json | 10 +++++----- packages/notifications/CHANGELOG.md | 9 +++++++++ packages/notifications/package.json | 6 +++--- 12 files changed, 69 insertions(+), 17 deletions(-) diff --git a/packages/calendars/CHANGELOG.md b/packages/calendars/CHANGELOG.md index 9c27c83a2..2100f57d4 100644 --- a/packages/calendars/CHANGELOG.md +++ b/packages/calendars/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/calendars +## 1.2.18 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.18 + - @bubbles-ui/icons@1.2.18 + ## 1.2.17 ### Patch Changes diff --git a/packages/calendars/package.json b/packages/calendars/package.json index 66c764127..cdd515446 100644 --- a/packages/calendars/package.json +++ b/packages/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/calendars", - "version": "1.2.17", + "version": "1.2.18", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -57,8 +57,8 @@ "rrule": "^2.6.8" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.17", - "@bubbles-ui/icons": "^1.2.17", + "@bubbles-ui/components": "^1.2.18", + "@bubbles-ui/icons": "^1.2.18", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 9a53fac9c..f42160617 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,13 @@ # @bubbles-ui/components +## 1.2.18 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/icons@1.2.18 + ## 1.2.17 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 10ac93d48..ed406efbd 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/components", - "version": "1.2.17", + "version": "1.2.18", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -61,7 +61,7 @@ "chromatic": "npx chromatic --project-token=7b10302a7b6b --build-script-name=build:storybook:raw" }, "dependencies": { - "@bubbles-ui/icons": "^1.2.17", + "@bubbles-ui/icons": "^1.2.18", "@emotion/react": "^11.10.0", "@heroicons/react": "^1.0.5", "@leemonade/react-dnd-treeview": "^1.5.44", diff --git a/packages/editors/CHANGELOG.md b/packages/editors/CHANGELOG.md index bd9021f85..2a26db070 100644 --- a/packages/editors/CHANGELOG.md +++ b/packages/editors/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/editors +## 1.2.18 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.18 + - @bubbles-ui/icons@1.2.18 + ## 1.2.17 ### Patch Changes diff --git a/packages/editors/package.json b/packages/editors/package.json index 9c128c4ad..dbde7742a 100644 --- a/packages/editors/package.json +++ b/packages/editors/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/editors", - "version": "1.2.17", + "version": "1.2.18", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -79,8 +79,8 @@ "styled-icons": "^10.45.0" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.17", - "@bubbles-ui/icons": "^1.2.17", + "@bubbles-ui/components": "^1.2.18", + "@bubbles-ui/icons": "^1.2.18", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 909c3a903..d7b0aabe6 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @bubbles-ui/icons +## 1.2.18 + +### Patch Changes + +- Versions bump + ## 1.2.17 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 6f697ed2c..104f30205 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/icons", - "version": "1.2.17", + "version": "1.2.18", "description": "The Bubbles Design System icons library.", "license": "MIT", "repository": { diff --git a/packages/leemons/CHANGELOG.md b/packages/leemons/CHANGELOG.md index 8fbd47784..dad9bcf8c 100644 --- a/packages/leemons/CHANGELOG.md +++ b/packages/leemons/CHANGELOG.md @@ -1,5 +1,16 @@ # @bubbles-ui/leemons +## 1.2.18 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.18 + - @bubbles-ui/calendars@1.2.18 + - @bubbles-ui/editors@1.2.18 + - @bubbles-ui/icons@1.2.18 + ## 1.2.17 ### Patch Changes diff --git a/packages/leemons/package.json b/packages/leemons/package.json index 0d1e818b8..e1b74bead 100644 --- a/packages/leemons/package.json +++ b/packages/leemons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/leemons", - "version": "1.2.17", + "version": "1.2.18", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -74,10 +74,10 @@ "ajv": "6.12.6" }, "peerDependencies": { - "@bubbles-ui/calendars": "^1.2.17", - "@bubbles-ui/components": "^1.2.17", - "@bubbles-ui/editors": "^1.2.17", - "@bubbles-ui/icons": "^1.2.17", + "@bubbles-ui/calendars": "^1.2.18", + "@bubbles-ui/components": "^1.2.18", + "@bubbles-ui/editors": "^1.2.18", + "@bubbles-ui/icons": "^1.2.18", "dayjs": "^1.10.7", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index 01d21a0d4..8e2dfc8b3 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/notifications +## 1.2.18 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.18 + - @bubbles-ui/icons@1.2.18 + ## 1.2.17 ### Patch Changes diff --git a/packages/notifications/package.json b/packages/notifications/package.json index 681db533d..325646cae 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/notifications", - "version": "1.2.17", + "version": "1.2.18", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -52,8 +52,8 @@ "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.17", - "@bubbles-ui/icons": "^1.2.17", + "@bubbles-ui/components": "^1.2.18", + "@bubbles-ui/icons": "^1.2.18", "@mantine/core": "5.2.4", "@mantine/hooks": "5.2.4", "react": "^17.0.2", From a60ef503ef9908dd5e6cc47317ce850a1ab00897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Go=CC=81mez=20Cimarro?= Date: Fri, 20 Oct 2023 12:03:11 +0200 Subject: [PATCH 083/547] Added git ignore --- .gitignore | 1 + .../c99100035f2236fdf0d18121cd0755c16474a20b | 2 - .idea/sonarlint/issuestore/index.pb | 11 +- .idea/sonarlint/securityhotspotstore/index.pb | 11 +- packages/components/src/tokens.compiled.js | 357 +++++++++++++++++- 5 files changed, 364 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index 18d0ad27d..c0711616b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ docs-build *.d.ts *.d.ts.map build-storybook.log +.idea diff --git a/.idea/sonarlint/issuestore/c/9/c99100035f2236fdf0d18121cd0755c16474a20b b/.idea/sonarlint/issuestore/c/9/c99100035f2236fdf0d18121cd0755c16474a20b index 5ac258f6e..e69de29bb 100644 --- a/.idea/sonarlint/issuestore/c/9/c99100035f2236fdf0d18121cd0755c16474a20b +++ b/.idea/sonarlint/issuestore/c/9/c99100035f2236fdf0d18121cd0755c16474a20b @@ -1,2 +0,0 @@ - -Wjavascript:S1135"4Complete the task associated to this "TODO" comment.(ȼ˜Ò8ò“çø¥1 \ No newline at end of file diff --git a/.idea/sonarlint/issuestore/index.pb b/.idea/sonarlint/issuestore/index.pb index c2d617c39..18ef0b7a6 100644 --- a/.idea/sonarlint/issuestore/index.pb +++ b/.idea/sonarlint/issuestore/index.pb @@ -20,4 +20,13 @@ Tpackages/leemons/src/dataset/DatasetItemDrawer/components/FieldConfigLocale/ind d 4packages/components/src/informative/Avatar/Avatar.js,e/2/e21869cab1b16ee98c8654bb09ad4a057d4e7b85 Z -*packages/components/src/tokens.compiled.js,e/7/e7f6beccf061b19b9f88278c2ce5c1227c086978 \ No newline at end of file +*packages/components/src/tokens.compiled.js,e/7/e7f6beccf061b19b9f88278c2ce5c1227c086978 +6 +.nvmrc,c/9/c9a818aaf6a7acd6b861ec3d00d9c1e0902fd12f +] +-packages/components/src/form/Select/Select.js,8/7/873e242133c1aa93fb71de4660284688f2dd6f72 +@ +scripts/build.js,7/5/7551c3af2c5c9c5d3509090c14f14ee49b73591c +: + +.gitignore,a/5/a5cc2925ca8258af241be7e5b0381edf30266302 \ No newline at end of file diff --git a/.idea/sonarlint/securityhotspotstore/index.pb b/.idea/sonarlint/securityhotspotstore/index.pb index aa5873b82..6ab24035e 100644 --- a/.idea/sonarlint/securityhotspotstore/index.pb +++ b/.idea/sonarlint/securityhotspotstore/index.pb @@ -20,4 +20,13 @@ Tpackages/leemons/src/dataset/DatasetItemDrawer/components/FieldConfigLocale/ind d 4packages/components/src/informative/Avatar/Avatar.js,e/2/e21869cab1b16ee98c8654bb09ad4a057d4e7b85 Z -*packages/components/src/tokens.compiled.js,e/7/e7f6beccf061b19b9f88278c2ce5c1227c086978 \ No newline at end of file +*packages/components/src/tokens.compiled.js,e/7/e7f6beccf061b19b9f88278c2ce5c1227c086978 +6 +.nvmrc,c/9/c9a818aaf6a7acd6b861ec3d00d9c1e0902fd12f +] +-packages/components/src/form/Select/Select.js,8/7/873e242133c1aa93fb71de4660284688f2dd6f72 +@ +scripts/build.js,7/5/7551c3af2c5c9c5d3509090c14f14ee49b73591c +: + +.gitignore,a/5/a5cc2925ca8258af241be7e5b0381edf30266302 \ No newline at end of file diff --git a/packages/components/src/tokens.compiled.js b/packages/components/src/tokens.compiled.js index 4eee520d4..59cdf1976 100644 --- a/packages/components/src/tokens.compiled.js +++ b/packages/components/src/tokens.compiled.js @@ -44,11 +44,11 @@ export default { "type": "color" }, "hover": { - "value": "#4cb8ab", + "value": "#74c8be", "type": "color" }, "down": { - "value": "#4cb8ab", + "value": "#74c8be", "type": "color" }, "default--reverse": { @@ -867,7 +867,7 @@ export default { "type": "color" }, "hover": { - "value": "#a4dbd4", + "value": "#a4dbd426", "type": "color" }, "down": { @@ -881,6 +881,10 @@ export default { "down--reverse": { "value": "#878D96", "type": "color" + }, + "hover--reverse-transparent": { + "value": "#ffffff26", + "type": "color" } }, "phatic": { @@ -911,7 +915,7 @@ export default { "type": "color" }, "down": { - "value": "#C1C7CD", + "value": "#338077", "type": "color" }, "hover--reverse": { @@ -939,7 +943,7 @@ export default { } }, "width": { - "value": "2px", + "value": "1px", "type": "borderWidth" }, "radius": { @@ -1998,11 +2002,23 @@ export default { "default": { "value": "#ffffff", "type": "color" + }, + "muted": { + "value": "#F2F4F8", + "type": "color" } } }, "spacing": { "gap": { + "xxs": { + "value": "4px", + "type": "spacing" + }, + "xs": { + "value": "8px", + "type": "spacing" + }, "sm": { "value": "16px", "type": "spacing" @@ -2066,6 +2082,10 @@ export default { "default": { "value": "#343A3F", "type": "color" + }, + "icon": { + "value": "#4D5358", + "type": "color" } }, "typo": { @@ -2076,6 +2096,24 @@ export default { "fontSize": "23px" }, "type": "typography" + }, + "typo-regular": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 400, + "lineHeight": "20px", + "fontSize": "14px" + }, + "type": "typography" + }, + "typo-bold": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 500, + "lineHeight": "20px", + "fontSize": "14px" + }, + "type": "typography" } }, "border": { @@ -2113,7 +2151,7 @@ export default { "type": "color" }, "down": { - "value": "#4cb8ab", + "value": "#74c8be", "type": "color" }, "default--reverse": { @@ -2353,7 +2391,7 @@ export default { "type": "color" }, "default--icon": { - "value": "#4cb8ab", + "value": "#74c8be", "type": "color" }, "check--icon": { @@ -3515,6 +3553,27 @@ export default { } } } + }, + "shadow": { + "value": [ + { + "color": "#dde1e629", + "type": "dropShadow", + "x": 0, + "y": 2, + "blur": 0, + "spread": 0 + }, + { + "color": "#1a202b1f", + "type": "dropShadow", + "x": 0, + "y": 10, + "blur": 36, + "spread": 0 + } + ], + "type": "boxShadow" } }, "stepper": { @@ -4137,6 +4196,266 @@ export default { } } }, + "cardLibrary": { + "spacing": { + "padding": { + "horizontal": { + "sm": { + "value": "8px", + "type": "spacing" + }, + "md": { + "value": "16px", + "type": "spacing" + }, + "xsm": { + "value": "4px", + "type": "spacing" + } + }, + "vertical": { + "sm": { + "value": "8px", + "type": "spacing" + }, + "md": { + "value": "16px", + "type": "spacing" + }, + "xsm": { + "value": "4px", + "type": "spacing" + } + } + }, + "gap": { + "value": "16px", + "type": "spacing" + } + }, + "content": { + "color": { + "emphasis": { + "value": "#343A3F", + "type": "color" + }, + "default": { + "value": "#4D5358", + "type": "color" + }, + "muted": { + "value": "#878D96", + "type": "color" + }, + "icon": { + "value": "#878D96", + "type": "color" + } + }, + "typo": { + "lg": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 500, + "lineHeight": 20, + "fontSize": 18 + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 400, + "lineHeight": 20, + "fontSize": 14 + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 400, + "lineHeight": 16, + "fontSize": 12 + }, + "type": "typography" + } + } + }, + "background": { + "color": { + "default": { + "value": "#ffffff", + "type": "color" + } + } + }, + "border": { + "color": { + "subtle": { + "value": "#DDE1E6", + "type": "color" + } + }, + "radius": { + "sm": { + "value": "2px", + "type": "borderRadius" + }, + "circle": { + "value": "50%", + "type": "borderRadius" + } + }, + "width": { + "value": "1px", + "type": "borderWidth" + } + }, + "shadow": { + "hover": { + "value": [ + { + "color": "#dde1e614", + "type": "dropShadow", + "x": 0, + "y": 2, + "blur": 0, + "spread": 0 + }, + { + "color": "#1a202b14", + "type": "dropShadow", + "x": 0, + "y": 10, + "blur": 36, + "spread": 0 + } + ], + "type": "boxShadow" + } + } + }, + "buttonActionLibrary": { + "spacing": { + "padding": { + "sm": { + "value": "2px", + "type": "spacing" + } + }, + "gap": { + "value": "4px", + "type": "spacing" + } + }, + "content": { + "color": { + "primary": { + "default": { + "value": "#ffffff", + "type": "color" + }, + "hover": { + "value": "#ffffff", + "type": "color" + }, + "down": { + "value": "#ffffff", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "#d13b3b", + "type": "color" + }, + "down": { + "value": "#d13b3b", + "type": "color" + } + } + } + }, + "background": { + "color": { + "primary": { + "default": { + "value": "transparent", + "type": "color" + }, + "hover": { + "value": "#ffffff26", + "type": "color" + }, + "active": { + "value": "#ffffff26", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "#ffffff", + "type": "color" + } + } + } + }, + "border": { + "color": { + "primary": { + "default": { + "value": "transparent", + "type": "color" + }, + "hover": { + "value": "transparent", + "type": "color" + }, + "down": { + "value": "#ffffff", + "type": "color" + }, + "hover--reverse": { + "value": "#4D5358", + "type": "color" + }, + "down--reverse": { + "value": "#878D96", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "transparent", + "type": "color" + }, + "hover": { + "value": "#f7dede", + "type": "color" + }, + "down": { + "value": "#C1C7CD", + "type": "color" + } + } + }, + "radius": { + "md": { + "value": "4px", + "type": "borderRadius" + }, + "rounded": { + "value": "99em", + "type": "borderRadius" + } + }, + "width": { + "value": "1px", + "type": "borderWidth" + } + } + }, "global": { "shadow": { "100": { @@ -4285,7 +4604,7 @@ export default { "type": "color" }, "muted": { - "value": "#4cb8ab", + "value": "#74c8be", "type": "color" }, "default": { @@ -4959,8 +5278,9 @@ export default { "type": "color" }, "muted": { - "value": "#00000000", - "type": "color" + "value": "{core.color.neutral.75}", + "type": "color", + "failedToResolve": true } }, "overlay": { @@ -5183,10 +5503,6 @@ export default { "value": "#F8F9FB", "type": "color" }, - "75": { - "value": "#00000000", - "type": "color" - }, "100": { "value": "#F2F4F8", "type": "color" @@ -6030,6 +6346,19 @@ export default { "value": "uppercase", "type": "textCase" } + }, + "shadow": { + "100": { + "value": { + "x": 0, + "y": 10, + "blur": 36, + "spread": 0, + "color": "#C1C7CD", + "type": "dropShadow" + }, + "type": "boxShadow" + } } }, "util": { From 8077a0bff1171ab2143de8607fd99f1c8568d18a Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 20 Oct 2023 10:19:07 +0000 Subject: [PATCH 084/547] chore: version bump --- packages/calendars/CHANGELOG.md | 9 +++++++++ packages/calendars/package.json | 6 +++--- packages/components/CHANGELOG.md | 8 ++++++++ packages/components/package.json | 4 ++-- packages/editors/CHANGELOG.md | 9 +++++++++ packages/editors/package.json | 6 +++--- packages/icons/CHANGELOG.md | 6 ++++++ packages/icons/package.json | 2 +- packages/leemons/CHANGELOG.md | 11 +++++++++++ packages/leemons/package.json | 10 +++++----- packages/notifications/CHANGELOG.md | 9 +++++++++ packages/notifications/package.json | 6 +++--- 12 files changed, 69 insertions(+), 17 deletions(-) diff --git a/packages/calendars/CHANGELOG.md b/packages/calendars/CHANGELOG.md index 2100f57d4..6298841b6 100644 --- a/packages/calendars/CHANGELOG.md +++ b/packages/calendars/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/calendars +## 1.2.19 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.19 + - @bubbles-ui/icons@1.2.19 + ## 1.2.18 ### Patch Changes diff --git a/packages/calendars/package.json b/packages/calendars/package.json index cdd515446..13121e557 100644 --- a/packages/calendars/package.json +++ b/packages/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/calendars", - "version": "1.2.18", + "version": "1.2.19", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -57,8 +57,8 @@ "rrule": "^2.6.8" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.18", - "@bubbles-ui/icons": "^1.2.18", + "@bubbles-ui/components": "^1.2.19", + "@bubbles-ui/icons": "^1.2.19", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index f42160617..5a99886ce 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,13 @@ # @bubbles-ui/components +## 1.2.19 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/icons@1.2.19 + ## 1.2.18 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index ed406efbd..d2717fddf 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/components", - "version": "1.2.18", + "version": "1.2.19", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -61,7 +61,7 @@ "chromatic": "npx chromatic --project-token=7b10302a7b6b --build-script-name=build:storybook:raw" }, "dependencies": { - "@bubbles-ui/icons": "^1.2.18", + "@bubbles-ui/icons": "^1.2.19", "@emotion/react": "^11.10.0", "@heroicons/react": "^1.0.5", "@leemonade/react-dnd-treeview": "^1.5.44", diff --git a/packages/editors/CHANGELOG.md b/packages/editors/CHANGELOG.md index 2a26db070..8bf8dd6e1 100644 --- a/packages/editors/CHANGELOG.md +++ b/packages/editors/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/editors +## 1.2.19 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.19 + - @bubbles-ui/icons@1.2.19 + ## 1.2.18 ### Patch Changes diff --git a/packages/editors/package.json b/packages/editors/package.json index dbde7742a..14aea50b0 100644 --- a/packages/editors/package.json +++ b/packages/editors/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/editors", - "version": "1.2.18", + "version": "1.2.19", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -79,8 +79,8 @@ "styled-icons": "^10.45.0" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.18", - "@bubbles-ui/icons": "^1.2.18", + "@bubbles-ui/components": "^1.2.19", + "@bubbles-ui/icons": "^1.2.19", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index d7b0aabe6..8cc42a842 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @bubbles-ui/icons +## 1.2.19 + +### Patch Changes + +- Versions bump + ## 1.2.18 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 104f30205..95acfaee4 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/icons", - "version": "1.2.18", + "version": "1.2.19", "description": "The Bubbles Design System icons library.", "license": "MIT", "repository": { diff --git a/packages/leemons/CHANGELOG.md b/packages/leemons/CHANGELOG.md index dad9bcf8c..b71a6475c 100644 --- a/packages/leemons/CHANGELOG.md +++ b/packages/leemons/CHANGELOG.md @@ -1,5 +1,16 @@ # @bubbles-ui/leemons +## 1.2.19 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.19 + - @bubbles-ui/calendars@1.2.19 + - @bubbles-ui/editors@1.2.19 + - @bubbles-ui/icons@1.2.19 + ## 1.2.18 ### Patch Changes diff --git a/packages/leemons/package.json b/packages/leemons/package.json index e1b74bead..dafee8fa9 100644 --- a/packages/leemons/package.json +++ b/packages/leemons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/leemons", - "version": "1.2.18", + "version": "1.2.19", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -74,10 +74,10 @@ "ajv": "6.12.6" }, "peerDependencies": { - "@bubbles-ui/calendars": "^1.2.18", - "@bubbles-ui/components": "^1.2.18", - "@bubbles-ui/editors": "^1.2.18", - "@bubbles-ui/icons": "^1.2.18", + "@bubbles-ui/calendars": "^1.2.19", + "@bubbles-ui/components": "^1.2.19", + "@bubbles-ui/editors": "^1.2.19", + "@bubbles-ui/icons": "^1.2.19", "dayjs": "^1.10.7", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index 8e2dfc8b3..5fb85591b 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/notifications +## 1.2.19 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.19 + - @bubbles-ui/icons@1.2.19 + ## 1.2.18 ### Patch Changes diff --git a/packages/notifications/package.json b/packages/notifications/package.json index 325646cae..53efcc364 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/notifications", - "version": "1.2.18", + "version": "1.2.19", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -52,8 +52,8 @@ "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.18", - "@bubbles-ui/icons": "^1.2.18", + "@bubbles-ui/components": "^1.2.19", + "@bubbles-ui/icons": "^1.2.19", "@mantine/core": "5.2.4", "@mantine/hooks": "5.2.4", "react": "^17.0.2", From 6a9b3931ac37e7ae145833c4ace1abd940e30519 Mon Sep 17 00:00:00 2001 From: fermarinsanchez Date: Sat, 21 Oct 2023 22:02:14 +0200 Subject: [PATCH 085/547] refactor(Button): Prepare branch for refactor. new tokens compiled Ref: #issue/BubblesDS-5 --- merged_tokens.json | 6612 +++++++++++++++++ packages/components/babel.config.js | 4 +- packages/components/src/form/Button/Button.js | 4 + .../src/form/Button/Button.styles.js | 21 +- packages/components/src/tokens.compiled.js | 1092 ++- 5 files changed, 7561 insertions(+), 172 deletions(-) create mode 100644 merged_tokens.json diff --git a/merged_tokens.json b/merged_tokens.json new file mode 100644 index 000000000..4b22f6b56 --- /dev/null +++ b/merged_tokens.json @@ -0,0 +1,6612 @@ +{ + "core": { + "core": { + "color": { + "black": { + "value": "#1a202b", + "type": "color" + }, + "white": { + "value": "#ffffff", + "type": "color" + }, + "neutral": { + "50": { + "value": "#F8F9FB", + "type": "color" + }, + "75": { + "value": "hsla({core.color.customPrimary.hue},45%,96%,1)", + "type": "color" + }, + "100": { + "value": "#F2F4F8", + "type": "color" + }, + "200": { + "value": "#DDE1E6", + "type": "color" + }, + "300": { + "value": "#C1C7CD", + "type": "color" + }, + "400": { + "value": "#A2A9B0", + "type": "color" + }, + "500": { + "value": "#878D96", + "type": "color" + }, + "600": { + "value": "#697077", + "type": "color" + }, + "700": { + "value": "#4D5358", + "type": "color" + }, + "800": { + "value": "#343A3F", + "type": "color" + }, + "900": { + "value": "#21272A", + "type": "color" + } + }, + "primary": { + "100": { + "value": "#F1FFBD", + "type": "color" + }, + "200": { + "value": "#E2FF7A", + "type": "color" + }, + "300": { + "value": "#B4E600", + "type": "color" + }, + "400": { + "value": "#98C200", + "type": "color" + }, + "500": { + "value": "#4A6000", + "type": "color" + }, + "600": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.1}%,1)", + "type": "color" + }, + "700": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.2}%,1)", + "type": "color" + }, + "800": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.3}%,1)", + "type": "color" + }, + "900": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{util.color.primary.lightness.down.4}%,1)", + "type": "color" + } + }, + "danger": { + "100": { + "value": "#f7dede", + "type": "color" + }, + "200": { + "value": "#f0bebe", + "type": "color" + }, + "300": { + "value": "#e07c7c", + "type": "color" + }, + "400": { + "value": "#d95c5c", + "type": "color" + }, + "500": { + "value": "#d13b3b", + "type": "color" + }, + "600": { + "value": "#b52a2a", + "type": "color" + }, + "700": { + "value": "#912222", + "type": "color" + }, + "800": { + "value": "#6d1919", + "type": "color" + }, + "900": { + "value": "#481111", + "type": "color" + } + }, + "success": { + "100": { + "value": "#e4f4e6", + "type": "color" + }, + "200": { + "value": "#c9e9cd", + "type": "color" + }, + "300": { + "value": "#aedeb5", + "type": "color" + }, + "400": { + "value": "#77c783", + "type": "color" + }, + "500": { + "value": "#5cbc6a", + "type": "color" + }, + "600": { + "value": "#44a552", + "type": "color" + }, + "700": { + "value": "#368442", + "type": "color" + }, + "800": { + "value": "#296331", + "type": "color" + }, + "900": { + "value": "#1b4221", + "type": "color" + } + }, + "attention": { + "100": { + "value": "#fef3e1", + "type": "color" + }, + "200": { + "value": "#fbdaa6", + "type": "color" + }, + "300": { + "value": "#f8c16b", + "type": "color" + }, + "400": { + "value": "#f6b54d", + "type": "color" + }, + "500": { + "value": "#f39c12", + "type": "color" + }, + "600": { + "value": "#d98a0b", + "type": "color" + }, + "700": { + "value": "#ba7609", + "type": "color" + }, + "800": { + "value": "#9b6208", + "type": "color" + }, + "900": { + "value": "#7c4f06", + "type": "color" + } + }, + "info": { + "100": { + "value": "#E8F0FC", + "type": "color" + }, + "200": { + "value": "#B1CDF6", + "type": "color" + }, + "300": { + "value": "#7EACF1", + "type": "color" + }, + "400": { + "value": "#5592EC", + "type": "color" + }, + "500": { + "value": "#307AE8", + "type": "color" + }, + "600": { + "value": "#1867DC", + "type": "color" + }, + "700": { + "value": "#155AC1", + "type": "color" + }, + "800": { + "value": "#134FAA", + "type": "color" + }, + "900": { + "value": "#104593", + "type": "color" + } + }, + "secondary": { + "100": { + "value": "#0C1F22", + "type": "color" + } + }, + "tertiary": { + "100": { + "value": "#2F463F", + "type": "color" + } + }, + "accent": { + "100": { + "value": "#FF5470", + "type": "color" + }, + "200": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.up.3}%,1)", + "type": "color" + }, + "300": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.up.2}%,1)", + "type": "color" + }, + "400": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.up.1}%,1)", + "type": "color" + }, + "500": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{core.color.customAccent.lightness}%,1)", + "type": "color" + }, + "600": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.down.1}%,1)", + "type": "color" + }, + "700": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.down.2}%,1)", + "type": "color" + }, + "800": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.down.3}%,1)", + "type": "color" + }, + "900": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{util.color.accent.lightness.down.4}%,1)", + "type": "color" + } + }, + "customPrimary": { + "hue": { + "value": "216", + "type": "color" + }, + "saturation": { + "value": "80", + "type": "color" + }, + "lightness": { + "value": "55", + "type": "color" + }, + "hsla": { + "value": "hsla({core.color.customPrimary.hue},{core.color.customPrimary.saturation}%,{core.color.customPrimary.lightness}%,1)", + "type": "color" + } + }, + "customAccent": { + "hue": { + "value": "60", + "type": "color" + }, + "saturation": { + "value": "100", + "type": "color" + }, + "lightness": { + "value": "78", + "type": "color" + }, + "hsla": { + "value": "hsla({core.color.customAccent.hue},{core.color.customAccent.saturation}%,{core.color.customAccent.lightness}%,1)", + "type": "color" + } + } + }, + "dimension": { + "0": { + "value": "0*{core.dimension.root}", + "type": "sizing" + }, + "50": { + "value": "0.25*{core.dimension.root}", + "type": "sizing" + }, + "100": { + "value": "0.5*{core.dimension.root}", + "type": "sizing" + }, + "150": { + "value": "0.75*{core.dimension.root}", + "type": "sizing" + }, + "175": { + "value": "0.875*{core.dimension.root}", + "type": "sizing" + }, + "200": { + "value": "1*{core.dimension.root}", + "type": "sizing" + }, + "250": { + "value": "1.25*{core.dimension.root}", + "type": "sizing" + }, + "300": { + "value": "1.5*{core.dimension.root}", + "type": "sizing" + }, + "350": { + "value": "1.75*{core.dimension.root}", + "type": "sizing" + }, + "400": { + "value": "2*{core.dimension.root}", + "type": "sizing" + }, + "500": { + "value": "2.5*{core.dimension.root}", + "type": "sizing" + }, + "600": { + "value": "3*{core.dimension.root}", + "type": "sizing" + }, + "700": { + "value": "3.5*{core.dimension.root}", + "type": "sizing" + }, + "800": { + "value": "4*{core.dimension.root}", + "type": "sizing" + }, + "900": { + "value": "4.5*{core.dimension.root}", + "type": "sizing" + }, + "1000": { + "value": "5*{core.dimension.root}", + "type": "sizing" + }, + "static": { + "0": { + "value": "0", + "type": "sizing" + }, + "10": { + "value": "1", + "type": "sizing" + }, + "25": { + "value": "2", + "type": "sizing" + }, + "50": { + "value": "4", + "type": "sizing" + }, + "75": { + "value": "6", + "type": "sizing" + }, + "100": { + "value": "8", + "type": "sizing" + }, + "150": { + "value": "12", + "type": "sizing" + }, + "200": { + "value": "16", + "type": "sizing" + }, + "250": { + "value": "20", + "type": "sizing" + }, + "300": { + "value": "24", + "type": "sizing" + }, + "350": { + "value": "28", + "type": "sizing" + }, + "400": { + "value": "32", + "type": "sizing" + }, + "450": { + "value": "36", + "type": "sizing" + }, + "500": { + "value": "40", + "type": "sizing" + }, + "550": { + "value": "44", + "type": "sizing" + }, + "600": { + "value": "48", + "type": "sizing" + }, + "700": { + "value": "56", + "type": "sizing" + }, + "800": { + "value": "64", + "type": "sizing" + }, + "900": { + "value": "72", + "type": "sizing" + }, + "1000": { + "value": "80", + "type": "sizing" + } + }, + "root": { + "value": "16", + "type": "sizing" + }, + "percentage": { + "50": { + "value": "50%", + "type": "sizing" + }, + "100": { + "value": "100%", + "type": "sizing" + } + }, + "breakpoint": { + "xsm": { + "value": "320px", + "type": "sizing" + }, + "sm": { + "value": "640px", + "type": "sizing" + }, + "md": { + "value": "1007px", + "type": "sizing" + }, + "lg": { + "value": "1440px", + "type": "sizing" + } + } + }, + "font": { + "family": { + "main": { + "value": "Albert Sans", + "type": "fontFamilies" + }, + "alt": { + "value": "Albert Sans", + "type": "fontFamilies" + }, + "code": { + "value": "Courier new", + "type": "fontFamilies" + } + }, + "weight": { + "regular": { + "value": "400", + "type": "fontWeights" + }, + "medium": { + "value": "500", + "type": "fontWeights" + }, + "semiBold": { + "value": "600", + "type": "fontWeights" + }, + "light": { + "value": "300", + "type": "fontWeights" + }, + "bold": { + "value": "600", + "type": "fontWeights" + } + }, + "lineHeight": { + "75": { + "value": "{core.dimension.175}", + "type": "lineHeights" + }, + "100": { + "value": "{core.dimension.200}", + "type": "lineHeights" + }, + "200": { + "value": "{core.dimension.250}", + "type": "lineHeights" + }, + "300": { + "value": "{core.dimension.300}", + "type": "lineHeights" + }, + "400": { + "value": "{core.dimension.350}", + "type": "lineHeights" + }, + "500": { + "value": "{core.dimension.400}", + "type": "lineHeights" + }, + "600": { + "value": "{core.dimension.500}", + "type": "lineHeights" + }, + "700": { + "value": "{core.dimension.600}", + "type": "lineHeights" + } + }, + "size": { + "25": { + "value": "roundTo( {core.font.size.300} - {core.font.size.50}, 0)", + "type": "fontSizes" + }, + "30": { + "value": "roundTo( {core.font.size.25} + 2 , 0)", + "type": "fontSizes" + }, + "50": { + "value": "roundTo({core.font.size.75} / {util.font.scale}, 0)", + "type": "fontSizes" + }, + "75": { + "value": "roundTo({util.font.base} / {util.font.scale}, 0)", + "type": "fontSizes" + }, + "100": { + "value": "{util.font.base}", + "type": "fontSizes" + }, + "200": { + "value": "roundTo({util.font.base} * {util.font.scale}, 0)", + "type": "fontSizes" + }, + "300": { + "value": "roundTo({core.font.size.200} * {util.font.scale}, 0)", + "type": "fontSizes" + }, + "400": { + "value": "roundTo({core.font.size.300} * {util.font.scale}, 0)", + "type": "fontSizes" + }, + "500": { + "value": "roundTo({core.font.size.400} * {util.font.scale}, 0)", + "type": "fontSizes" + }, + "600": { + "value": "roundTo({core.font.size.500} * {util.font.scale}, 0)", + "type": "fontSizes" + } + }, + "uppercase": { + "value": "uppercase", + "type": "textCase" + } + }, + "shadow": { + "100": { + "value": [ + { + "color": "rgba( {core.color.neutral.900}, 0.08)", + "type": "dropShadow", + "x": "0", + "y": "10", + "blur": "36", + "spread": "0" + } + ], + "type": "boxShadow" + }, + "200": { + "value": [ + { + "color": "rgba( {core.color.neutral.900}, 0.12)", + "type": "dropShadow", + "x": "0", + "y": "10", + "blur": "36", + "spread": "0" + } + ], + "type": "boxShadow" + }, + "300": { + "value": [ + { + "color": "rgba( {core.color.neutral.900}, 0.16)", + "type": "dropShadow", + "x": "0", + "y": "10", + "blur": "36", + "spread": "0" + } + ], + "type": "boxShadow" + }, + "400": { + "value": [ + { + "color": "rgba( {core.color.neutral.900}, 0.05)", + "type": "dropShadow", + "x": "-32", + "y": "0", + "blur": "32", + "spread": "0" + } + ], + "type": "boxShadow" + } + }, + "blur": { + "value": "4px", + "type": "dimension" + } + }, + "util": { + "color": { + "primary": { + "lightness": { + "scale": { + "value": "1.21", + "type": "other" + }, + "up": { + "1": { + "value": "roundTo({core.color.customPrimary.lightness} * {util.color.primary.lightness.scale})", + "type": "other" + }, + "2": { + "value": "roundTo({util.color.primary.lightness.up.1} * {util.color.primary.lightness.scale})", + "type": "other" + }, + "3": { + "value": "roundTo({util.color.primary.lightness.up.2} * {util.color.primary.lightness.scale})", + "type": "other" + }, + "4": { + "value": "roundTo({util.color.primary.lightness.up.3} * {util.color.primary.lightness.scale})", + "type": "other" + }, + "5": { + "value": "roundTo({util.color.primary.lightness.up.4} * {util.color.primary.lightness.scale})", + "type": "other" + } + }, + "down": { + "1": { + "value": "roundTo({core.color.customPrimary.lightness} / {util.color.primary.lightness.scale})", + "type": "other" + }, + "2": { + "value": "roundTo({util.color.primary.lightness.down.1} / {util.color.primary.lightness.scale})", + "type": "other" + }, + "3": { + "value": "roundTo({util.color.primary.lightness.down.2} / {util.color.primary.lightness.scale})", + "type": "other" + }, + "4": { + "value": "roundTo({util.color.primary.lightness.down.3} / {util.color.primary.lightness.scale})", + "type": "other" + }, + "5": { + "value": "roundTo( {util.color.primary.lightness.down.4} / {util.color.primary.lightness.scale})", + "type": "other" + } + } + } + }, + "accent": { + "lightness": { + "scale": { + "value": "8", + "type": "other" + }, + "up": { + "1": { + "value": "{core.color.customAccent.lightness} + {util.color.accent.lightness.scale}", + "type": "other" + }, + "2": { + "value": "{util.color.accent.lightness.up.1} + {util.color.accent.lightness.scale}", + "type": "other" + }, + "3": { + "value": "{util.color.accent.lightness.up.2} + {util.color.accent.lightness.scale}", + "type": "other" + }, + "4": { + "value": "{util.color.accent.lightness.up.3} + {util.color.accent.lightness.scale}", + "type": "other" + } + }, + "down": { + "1": { + "value": "{core.color.customAccent.lightness} - {util.color.accent.lightness.scale}", + "type": "other" + }, + "2": { + "value": "{util.color.accent.lightness.down.1} - {util.color.accent.lightness.scale}", + "type": "other" + }, + "3": { + "value": "{util.color.accent.lightness.down.2} - {util.color.accent.lightness.scale}", + "type": "other" + }, + "4": { + "value": "{util.color.accent.lightness.down.3} - {util.color.accent.lightness.scale}", + "type": "other" + } + } + } + }, + "colorDebug": { + "value": "#9747FF", + "type": "color" + }, + "debugColorContainer": { + "value": "#ebdcff", + "type": "color" + } + }, + "font": { + "scale": { + "value": "1.125", + "type": "other" + }, + "base": { + "value": "16", + "type": "other" + } + } + }, + "underline": { + "value": "underline", + "type": "textDecoration" + } + }, + "global": { + "global": { + "focus": { + "default": { + "value": { + "x": "0", + "y": "0", + "blur": "0", + "spread": "2", + "color": "{core.color.primary.400}", + "type": "dropShadow" + }, + "type": "boxShadow" + }, + "default-border": { + "value": { + "color": "{core.color.primary.400}", + "width": "{global.border.width.md}", + "style": "solid" + }, + "type": "border" + } + }, + "content": { + "color": { + "text": { + "emphasis": { + "value": "{core.color.neutral.800}", + "type": "color" + }, + "default": { + "value": "{core.color.neutral.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "subtle": { + "value": "{core.color.neutral.300}", + "type": "color" + }, + "default--reverse": { + "value": "{core.color.white}", + "type": "color" + } + }, + "icon": { + "emphasis": { + "value": "{core.color.neutral.700}", + "type": "color" + }, + "default": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "muted": { + "value": "{core.color.neutral.300}", + "type": "color" + }, + "default--reverse": { + "value": "{core.color.white}", + "type": "color" + } + }, + "primary": { + "subtle": { + "value": "{core.color.primary.100}", + "type": "color" + }, + "muted": { + "value": "{core.color.primary.200}", + "type": "color" + }, + "default": { + "value": "{core.color.primary.300}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.primary.400}", + "type": "color" + }, + "strong": { + "value": "{core.color.primary.500}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{core.color.secondary.100}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.neutral.800}", + "type": "color" + }, + "muted": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "subtle": { + "value": "{core.color.neutral.100}", + "type": "color" + } + }, + "negative": { + "default": { + "value": "{core.color.danger.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.danger.600}", + "type": "color" + }, + "muted": { + "value": "{core.color.danger.300}", + "type": "color" + }, + "subtle": { + "value": "{core.color.danger.100}", + "type": "color" + } + }, + "positive": { + "default": { + "value": "{core.color.success.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.success.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.success.300}", + "type": "color" + }, + "subtle": { + "value": "{core.color.success.100}", + "type": "color" + } + }, + "transparent": { + "value": "transparent", + "type": "color" + }, + "disabled": { + "value": "{core.color.neutral.300}", + "type": "color" + }, + "attention": { + "default": { + "value": "{core.color.attention.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.attention.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.attention.300}", + "type": "color" + }, + "subtle": { + "value": "{core.color.attention.100}", + "type": "color" + } + }, + "tertiary": { + "default": { + "value": "{core.color.tertiary.100}", + "type": "color" + } + }, + "accent": { + "default": { + "value": "{core.color.accent.100}", + "type": "color" + } + } + }, + "typo": { + "heading": { + "xlg": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.500}px", + "fontSize": "{core.font.size.500}px" + }, + "type": "typography" + }, + "xlg--semiBold": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.semiBold}", + "lineHeight": "{core.font.lineHeight.500}px", + "fontSize": "{core.font.size.500}px" + }, + "type": "typography" + }, + "lg": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.400}px", + "fontSize": "{core.font.size.400}px" + }, + "type": "typography" + }, + "lg--semiBold": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.semiBold}", + "lineHeight": "{core.font.lineHeight.400}px", + "fontSize": "{core.font.size.400}px" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.300}px" + }, + "type": "typography" + }, + "md--semiBold": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.semiBold}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.300}px" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.200}px" + }, + "type": "typography" + }, + "sm--semiBold": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.semiBold}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.200}px" + }, + "type": "typography" + }, + "xsm": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "xsm--semiBold": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.semiBold}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.100}px" + }, + "type": "typography" + } + }, + "body": { + "lg": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.200}px" + }, + "type": "typography" + }, + "lg--medium": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.200}px" + }, + "type": "typography" + }, + "lg--semiBold": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.semiBold}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.200}px" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.100}px" + }, + "type": "typography" + }, + "md--medium": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.100}px" + }, + "type": "typography" + }, + "md--semiBold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.semiBold}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.100}px" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "sm--medium": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "sm--semiBold": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.semiBold}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "xsm": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.50}px" + }, + "type": "typography" + }, + "xsm--semiBold": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.semiBold}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.50}px" + }, + "type": "typography" + }, + "lg--bold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.200}px" + }, + "type": "typography" + }, + "md--bold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.100}px" + }, + "type": "typography" + }, + "sm--bold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + } + }, + "caption": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "fontSize": "{core.font.size.30}", + "lineHeight": "{core.font.lineHeight.75}" + }, + "type": "typography" + } + }, + "typoMobile": { + "heading": { + "xlg": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.semiBold}", + "lineHeight": "{core.font.lineHeight.500}px", + "fontSize": "{core.font.size.500}px" + }, + "type": "typography" + }, + "lg": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.semiBold}", + "lineHeight": "{core.font.lineHeight.400}px", + "fontSize": "{core.font.size.400}px" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.semiBold}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.300}px" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.semiBold}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.200}px" + }, + "type": "typography" + }, + "xsm": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.semiBold}", + "lineHeight": "{core.font.lineHeight.100}px", + "fontSize": "{core.font.size.100}px" + }, + "type": "typography" + } + }, + "body": { + "lg": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.100}px" + }, + "type": "typography" + }, + "lg--bold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.100}px" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "md--bold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.100}px", + "fontSize": "{core.font.size.50}px" + }, + "type": "typography" + }, + "sm--bold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.100}px", + "fontSize": "{core.font.size.50}px" + }, + "type": "typography" + } + }, + "caption": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.100}", + "fontSize": "{core.font.size.50}" + }, + "type": "typography" + } + } + }, + "background": { + "color": { + "surface": { + "default": { + "value": "{core.color.white}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.neutral.200}", + "type": "color" + }, + "muted": { + "value": "{core.color.neutral.100}", + "type": "color" + }, + "subtle": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "default--reverse": { + "value": "{core.color.neutral.700}", + "type": "color" + } + }, + "primary": { + "subtle": { + "value": "{core.color.primary.100}", + "type": "color" + }, + "muted": { + "value": "{core.color.primary.200}", + "type": "color" + }, + "default": { + "value": "{core.color.primary.300}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.primary.400}", + "type": "color" + }, + "strong": { + "value": "{core.color.primary.500}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{core.color.secondary.100}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.neutral.800}", + "type": "color" + }, + "muted": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "subtle": { + "value": "{core.color.neutral.50}", + "type": "color" + } + }, + "accent": { + "default": { + "value": "{core.color.accent.100}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.accent.900}", + "type": "color" + }, + "subtle": { + "value": "{core.color.accent.300}", + "type": "color" + } + }, + "negative": { + "default": { + "value": "{core.color.danger.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.danger.600}", + "type": "color" + }, + "muted": { + "value": "{core.color.danger.200}", + "type": "color" + }, + "subtle": { + "value": "{core.color.danger.100}", + "type": "color" + } + }, + "positive": { + "default": { + "value": "{core.color.success.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.success.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.success.200}", + "type": "color" + }, + "subtle": { + "value": "{core.color.success.100}", + "type": "color" + } + }, + "transparent": { + "value": "transparent", + "type": "color" + }, + "disabled": { + "value": "{core.color.neutral.100}", + "type": "color" + }, + "overlay": { + "default": { + "value": "rgb({core.color.neutral.100},0.5)", + "type": "color" + } + }, + "attention": { + "default": { + "value": "{core.color.attention.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.attention.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.attention.200}", + "type": "color" + }, + "subtle": { + "value": "{core.color.attention.100}", + "type": "color" + } + }, + "info": { + "default": { + "value": "{core.color.info.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.info.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.info.200}", + "type": "color" + }, + "subtle": { + "value": "{core.color.info.100}", + "type": "color" + } + } + } + }, + "border": { + "width": { + "sm": { + "value": "{core.dimension.static.10}px", + "type": "borderWidth" + }, + "md": { + "value": "{core.dimension.static.25}px", + "type": "borderWidth" + }, + "lg": { + "value": "{core.dimension.static.50}px", + "type": "borderWidth" + } + }, + "radius": { + "sm": { + "value": "2px", + "type": "borderRadius" + }, + "md": { + "value": "4px", + "type": "borderRadius" + }, + "lg": { + "value": "8px", + "type": "borderRadius" + }, + "rounded": { + "value": "99em", + "type": "borderRadius" + }, + "circle": { + "value": "{core.dimension.percentage.50}", + "type": "borderRadius" + } + }, + "color": { + "line": { + "default": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.neutral.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.neutral.300}", + "type": "color" + }, + "subtle": { + "value": "{core.color.neutral.200}", + "type": "color" + }, + "default--reverse": { + "value": "{core.color.white}", + "type": "color" + } + }, + "primary": { + "subtle": { + "value": "{core.color.primary.100}", + "type": "color" + }, + "muted": { + "value": "{core.color.primary.200}", + "type": "color" + }, + "default": { + "value": "{core.color.primary.300}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.primary.400}", + "type": "color" + }, + "strong": { + "value": "{core.color.primary.500}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{core.color.secondary.100}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.neutral.800}", + "type": "color" + }, + "muted": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "subtle": { + "value": "{core.color.neutral.50}", + "type": "color" + } + }, + "negative": { + "default": { + "value": "{core.color.danger.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.danger.600}", + "type": "color" + }, + "muted": { + "value": "{core.color.danger.200}", + "type": "color" + }, + "subtle": { + "value": "{core.color.danger.100}", + "type": "color" + } + }, + "positive": { + "default": { + "value": "{core.color.success.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.success.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.success.200}", + "type": "color" + }, + "subtle": { + "value": "{core.color.success.100}", + "type": "color" + } + }, + "transparent": { + "value": "transparent", + "type": "color" + }, + "disabled": { + "default": { + "value": "{core.color.neutral.300}", + "type": "color" + }, + "muted": { + "value": "{core.color.neutral.75}", + "type": "color" + } + }, + "overlay": { + "default": { + "value": "rgb({core.color.neutral.100},0.5)", + "type": "color" + } + }, + "attention": { + "default": { + "value": "{core.color.attention.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.attention.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.attention.200}", + "type": "color" + }, + "subtle": { + "value": "{core.color.attention.100}", + "type": "color" + } + }, + "leemons": { + "default": { + "value": "{core.color.leemons.500}", + "type": "color" + } + }, + "info": { + "default": { + "value": "{core.color.info.500}", + "type": "color" + }, + "emphasis": { + "value": "{core.color.info.700}", + "type": "color" + }, + "muted": { + "value": "{core.color.info.200}", + "type": "color" + }, + "subtle": { + "value": "{core.color.info.100}", + "type": "color" + } + } + } + }, + "spacing": { + "padding": { + "3xsm": { + "value": "{core.dimension.static.25}px", + "type": "spacing" + }, + "2xsm": { + "value": "{core.dimension.static.50}px", + "type": "spacing" + }, + "1xsm": { + "value": "{core.dimension.static.75}px", + "type": "spacing" + }, + "xsm": { + "value": "{core.dimension.static.100}px", + "type": "spacing" + }, + "sm": { + "value": "{core.dimension.static.150}px", + "type": "spacing" + }, + "md": { + "value": "{core.dimension.static.200}px", + "type": "spacing" + }, + "lg": { + "value": "{core.dimension.static.300}px", + "type": "spacing" + }, + "xlslg": { + "value": "{core.dimension.static.350}px", + "type": "spacing" + }, + "xlg": { + "value": "{core.dimension.static.400}px", + "type": "spacing" + }, + "2xlg": { + "value": "{core.dimension.static.500}px", + "type": "spacing" + }, + "3xlg": { + "value": "{core.dimension.static.600}px", + "type": "spacing" + } + }, + "gap": { + "none": { + "value": "{core.dimension.static.0}px", + "type": "spacing" + }, + "1xsm": { + "value": "{core.dimension.static.25}px", + "type": "spacing" + }, + "sm": { + "value": "{core.dimension.static.50}px", + "type": "spacing" + }, + "xsm": { + "value": "{core.dimension.static.75}px", + "type": "spacing" + }, + "md": { + "value": "{core.dimension.static.100}px", + "type": "spacing" + }, + "slg": { + "value": "{core.dimension.static.150}px", + "type": "spacing" + }, + "lg": { + "value": "{core.dimension.static.200}px", + "type": "spacing" + }, + "xlg": { + "value": "{core.dimension.static.300}px", + "type": "spacing" + }, + "xxlg": { + "value": "{core.dimension.static.400}px", + "type": "spacing" + } + } + }, + "icon": { + "size": { + "xsm": { + "value": "{core.dimension.100}px", + "type": "sizing" + }, + "sm": { + "value": "{core.dimension.150}px", + "type": "sizing" + }, + "md": { + "value": "{core.dimension.200}px", + "type": "sizing" + }, + "lg": { + "value": "{core.dimension.250}px", + "type": "sizing" + }, + "xlg": { + "value": "{core.dimension.300}px", + "type": "sizing" + }, + "2xlg": { + "value": "{core.dimension.400}px", + "type": "sizing" + } + } + }, + "control": { + "size": { + "50": { + "value": "{core.dimension.static.100} px", + "type": "sizing" + }, + "100": { + "value": "{core.dimension.static.200}px", + "type": "sizing" + }, + "200": { + "value": "{core.dimension.static.250}px", + "type": "sizing" + }, + "300": { + "value": "{core.dimension.static.300}px", + "type": "sizing" + }, + "400": { + "value": "{core.dimension.static.350}px", + "type": "sizing" + }, + "500": { + "value": "{core.dimension.static.400}px", + "type": "sizing" + }, + "600": { + "value": "{core.dimension.static.450}px", + "type": "sizing" + }, + "700": { + "value": "{core.dimension.static.500}px", + "type": "sizing" + }, + "800": { + "value": "{core.dimension.static.550}px", + "type": "sizing" + }, + "900": { + "value": "{core.dimension.static.600}px", + "type": "sizing" + }, + "1000": { + "value": "{core.dimension.static.700}px", + "type": "sizing" + } + } + }, + "hover": { + "default": { + "value": { + "x": "0", + "y": "0", + "blur": "4", + "spread": "0", + "color": "rgba({core.color.primary.400}, 0.80)", + "type": "dropShadow" + }, + "type": "boxShadow" + } + }, + "shadow": { + "100": { + "value": [ + { + "color": "rgba({core.color.neutral.200}, 0.08)", + "type": "dropShadow", + "x": "0", + "y": "2", + "blur": "0", + "spread": "0" + }, + { + "color": "rgba({core.color.black}, 0.08)", + "type": "dropShadow", + "x": "0", + "y": "10", + "blur": "36", + "spread": "0" + } + ], + "type": "boxShadow" + }, + "200": { + "value": [ + { + "color": "rgba({core.color.neutral.200}, 0.16)", + "type": "dropShadow", + "x": "0", + "y": "2", + "blur": "0", + "spread": "0" + }, + { + "color": "rgba({core.color.black}, 0.12)", + "type": "dropShadow", + "x": "0", + "y": "10", + "blur": "36", + "spread": "0" + } + ], + "type": "boxShadow" + }, + "300": { + "value": [ + { + "color": "rgba({core.color.neutral.200}, 0.24)", + "type": "dropShadow", + "x": "0", + "y": "2", + "blur": "0", + "spread": "0" + }, + { + "color": "rgba({core.color.black}, 0.16)", + "type": "dropShadow", + "x": "0", + "y": "10", + "blur": "36", + "spread": "0" + } + ], + "type": "boxShadow" + }, + "400": { + "value": [ + { + "color": "rgba({core.color.neutral.200}, 0.08)", + "type": "dropShadow", + "x": "-100", + "y": "0", + "blur": "60", + "spread": "0" + }, + { + "color": "rgba({core.color.black}, 0.05)", + "type": "dropShadow", + "x": "-32", + "y": "0", + "blur": "32", + "spread": "0" + } + ], + "type": "boxShadow" + } + } + } + }, + "component": { + "button": { + "content": { + "color": { + "primary": { + "default": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.secondary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + }, + "ghost": { + "default": { + "value": "{global.content.color.secondary.default}", + "type": "color" + } + }, + "terciary": { + "default": { + "value": "{global.content.color.primary.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.muted}", + "type": "color" + }, + "down": { + "value": "{global.content.color.primary.muted}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.primary.emphasis}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.content.color.negative.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "down": { + "value": "{global.content.color.negative.default}", + "type": "color" + } + } + }, + "default": { + "value": "{global.content.typo.body.sm}", + "type": "typography" + }, + "hover": { + "value": "{global.content.typo.body.sm--medium}", + "type": "typography" + }, + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + } + }, + "background": { + "color": { + "primary": { + "default": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "pressed": { + "value": "{global.background.color.primary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.background.color.primary.default}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "pressed": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "down": { + "value": "{global.background.color.secondary.default}", + "type": "color" + } + }, + "ghost": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "pressed": { + "value": "{global.background.color.primary.muted}", + "type": "color" + } + }, + "terciary": { + "default": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.muted}", + "type": "color" + }, + "down": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.background.color.negative.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.negative.default}", + "type": "color" + }, + "down": { + "value": "{global.background.color.negative.subtle}", + "type": "color" + } + } + } + }, + "border": { + "color": { + "secondary": { + "default": { + "value": "{global.border.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.secondary.default}", + "type": "color" + }, + "pressed": { + "value": "{global.border.color.primary.strong}", + "type": "color" + }, + "down": { + "value": "{global.border.color.secondary.emphasis}", + "type": "color" + } + }, + "primary": { + "default": { + "value": "{global.border.color.primary.default}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.primary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.border.color.primary.emphasis}", + "type": "color" + } + }, + "terciary": { + "default": { + "value": "{global.border.color.line.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "down": { + "value": "{global.border.color.line.muted}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.border.color.negative.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.negative.default}", + "type": "color" + }, + "down": { + "value": "{global.border.color.negative.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.border.color.negative.default}", + "type": "color" + } + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "radius": { + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "rounded": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + } + } + }, + "spacing": { + "padding": { + "vertical": { + "md": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + } + }, + "horizontal": { + "sm": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "xs": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.lg}", + "type": "spacing" + } + } + }, + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + }, + "shadow": { + "hover": { + "value": { + "x": "0", + "y": "0", + "blur": "4", + "spread": "0", + "color": "rgba({button.background.color.primary.hover}, 0.80)", + "type": "dropShadow" + }, + "type": "boxShadow" + }, + "pressed": { + "value": { + "x": "0", + "y": "0", + "blur": "4", + "spread": "0", + "color": "{button.border.color.secondary.pressed}", + "type": "innerShadow" + }, + "type": "boxShadow" + } + }, + "textDecoration": { + "underLine": { + "value": "{underline}", + "type": "textDecoration" + } + } + }, + "buttonText": { + "content": { + "color": { + "primary": { + "default": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.primary.default}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.secondary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.secondary.default}", + "type": "color" + } + }, + "terciary": { + "default": { + "value": "{global.content.color.primary.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.primary.subtle}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.content.color.negative.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.negative.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.negative.default}", + "type": "color" + } + } + }, + "default": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px", + "textDecoration": "{underline}" + }, + "type": "typography" + }, + "hover": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px", + "textDecoration": "{underline}" + }, + "type": "typography" + }, + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + } + }, + "background": { + "color": { + "primary": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.transparent}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.secondary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.transparent}", + "type": "color" + } + }, + "terciary": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.transparent}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.negative.muted}", + "type": "color" + }, + "down": { + "value": "{global.background.color.transparent}", + "type": "color" + } + } + } + }, + "border": { + "color": { + "primary": { + "default": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.border.color.primary.subtle}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.secondary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.border.color.secondary.subtle}", + "type": "color" + } + }, + "terciary": { + "default": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.border.color.primary.subtle}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.negative.muted}", + "type": "color" + }, + "down": { + "value": "{global.border.color.negative.subtle}", + "type": "color" + } + } + }, + "radius": { + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + } + }, + "width": { + "value": "{global.border.width.md}", + "type": "borderWidth" + } + }, + "spacing": { + "padding": { + "vertical": { + "md": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + } + }, + "horizontal": { + "md": { + "value": "{global.spacing.padding.lg}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "xs": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + } + } + }, + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + } + }, + "buttonIcon": { + "content": { + "color": { + "primary": { + "default": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + }, + "ghost": { + "default": { + "value": "{global.content.color.secondary.default}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.secondary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + }, + "terciary": { + "default": { + "value": "{global.content.color.primary.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.primary.subtle}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.text.muted}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.content.color.negative.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "down": { + "value": "{global.content.color.negative.default}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.content.color.negative.emphasis}", + "type": "color" + } + } + } + }, + "background": { + "color": { + "primary": { + "default": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "pressed": { + "value": "{global.background.color.primary.emphasis}", + "type": "color" + }, + "selected": { + "value": "{global.background.color.primary.muted}", + "type": "color" + }, + "focus": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "down": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "down--reverse": { + "value": "{global.background.color.transparent}", + "type": "color" + } + }, + "ghost": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "pressed": { + "value": "{global.background.color.primary.emphasis}", + "type": "color" + }, + "selected": { + "value": "{global.background.color.primary.muted}", + "type": "color" + }, + "focus": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{global.background.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.secondary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.background.color.secondary.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.background.color.secondary.subtle}", + "type": "color" + }, + "down--reverse": { + "value": "{global.background.color.transparent}", + "type": "color" + } + }, + "terciary": { + "default": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.muted}", + "type": "color" + }, + "down": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + }, + "default-reverse": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover-reverse": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "down-reverse": { + "value": "{global.background.color.transparent}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.background.color.negative.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.negative.default}", + "type": "color" + }, + "down": { + "value": "{global.background.color.negative.subtle}", + "type": "color" + }, + "default--reverse": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.background.color.negative.muted}", + "type": "color" + }, + "down--reverse": { + "value": "{global.background.color.transparent}", + "type": "color" + } + } + } + }, + "border": { + "radius": { + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "rounded": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + } + }, + "width": { + "value": "{global.border.width.md}", + "type": "borderWidth" + }, + "color": { + "primary": { + "default": { + "value": "{global.border.color.primary.default}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.primary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.border.color.primary.emphasis}", + "type": "color" + }, + "default--reverse": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.border.color.primary.subtle}", + "type": "color" + }, + "down--reverse": { + "value": "{global.border.color.primary.subtle}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{global.border.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.secondary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.border.color.secondary.emphasis}", + "type": "color" + }, + "default-reverse": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover-reverse": { + "value": "{global.border.color.secondary.subtle}", + "type": "color" + }, + "down-reverse": { + "value": "{global.border.color.secondary.subtle}", + "type": "color" + } + }, + "terciary": { + "default": { + "value": "{global.border.color.line.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "down": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "default-reverse": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.border.color.primary.subtle}", + "type": "color" + }, + "down--reverse": { + "value": "{global.border.color.primary.subtle}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.border.color.negative.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.negative.default}", + "type": "color" + }, + "down": { + "value": "{global.border.color.negative.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.border.color.negative.muted}", + "type": "color" + }, + "down--reverse": { + "value": "{global.border.color.negative.subtle}", + "type": "color" + } + } + } + }, + "spacing": { + "padding": { + "md": { + "value": "{global.spacing.padding.1xsm}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + } + } + }, + "shadow": { + "hover": { + "value": { + "x": "0", + "y": "0", + "blur": "4", + "spread": "0", + "color": "rgba({buttonIcon.background.color.primary.hover}, 0.80)", + "type": "dropShadow" + }, + "type": "boxShadow" + } + } + }, + "buttonAction": { + "content": { + "color": { + "primary": { + "default": { + "value": "{global.content.color.tertiary.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "down": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.text.subtle}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "down--reverse": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.negative.default}", + "type": "color" + }, + "down": { + "value": "{global.content.color.negative.default}", + "type": "color" + } + } + }, + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.100}px", + "fontSize": "{core.font.size.50}px" + }, + "type": "typography" + } + }, + "background": { + "color": { + "primary": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "pressed": { + "value": "{global.background.color.primary.emphasis}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.background.color.secondary.default}", + "type": "color" + }, + "down--reverse": { + "value": "{global.background.color.secondary.muted}", + "type": "color" + }, + "hover--reverse-transparent": { + "value": "{global.background.color.surface.default}", + "type": "color", + "$extensions": { + "studio.tokens": { + "modify": { + "type": "alpha", + "value": "0.15", + "space": "lch" + } + } + } + }, + "down": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.negative.subtle}", + "type": "color" + }, + "down": { + "value": "{global.content.color.negative.subtle}", + "type": "color" + } + } + } + }, + "border": { + "color": { + "primary": { + "default": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.border.color.primary.default}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.border.color.secondary.default}", + "type": "color" + }, + "down--reverse": { + "value": "{global.border.color.secondary.muted}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.negative.subtle}", + "type": "color" + }, + "down": { + "value": "{global.border.color.line.muted}", + "type": "color" + } + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "radius": { + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "rounded": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + } + } + }, + "spacing": { + "padding": { + "sm": { + "value": "{global.spacing.padding.3xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + } + }, + "gap": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + } + } + }, + "input": { + "content": { + "color": { + "default": { + "value": "{global.content.color.text.emphasis}", + "type": "color" + }, + "selected": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "placeholder": { + "value": "{global.content.color.text.muted}", + "type": "color" + }, + "icon": { + "value": "{global.content.color.icon.emphasis}", + "type": "color" + } + }, + "typo": { + "value": "{global.content.typo.body.sm}", + "type": "typography" + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + } + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "subtle": { + "value": "{global.border.color.line.subtle}", + "type": "color" + }, + "negative": { + "value": "{global.border.color.negative.default}", + "type": "color" + } + }, + "radius": { + "sm": { + "value": "{global.border.radius.sm}", + "type": "borderRadius" + }, + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + }, + "spacing": { + "padding": { + "vertical": { + "md": { + "value": "{badge.spacing.padding.md}", + "type": "spacing" + }, + "sm": { + "value": "3px", + "type": "spacing" + } + }, + "horizontal": { + "sm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + } + }, + "all": { + "value": "{global.spacing.padding.sm}", + "type": "spacing" + } + }, + "gap": { + "none": { + "value": "{core.dimension.static.0}px", + "type": "spacing" + }, + "sm": { + "value": "{core.dimension.static.50}px", + "type": "spacing" + }, + "md": { + "value": "{core.dimension.static.100}px", + "type": "spacing" + }, + "lg": { + "value": "{core.dimension.static.200}px", + "type": "spacing" + } + } + } + }, + "label": { + "spacing": { + "gap": { + "none": { + "value": "{global.spacing.gap.none}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + } + } + }, + "content": { + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "subtle": { + "value": "{global.content.color.text.muted}", + "type": "color" + } + }, + "typo": { + "01": { + "value": "{global.content.typo.body.sm--semiBold}", + "type": "typography" + }, + "02": { + "value": "{global.content.typo.body.sm}", + "type": "typography" + }, + "03": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + } + } + } + }, + "helpText": { + "content": { + "color": { + "default": { + "value": "{global.content.color.text.muted}", + "type": "color" + }, + "emphasis": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "phatic--negative": { + "value": "{global.content.color.negative.default}", + "type": "color" + }, + "phatic--attention": { + "value": "{global.content.color.attention.default}", + "type": "color" + }, + "phatic": { + "value": "{global.content.color.negative.default}", + "type": "color" + } + }, + "typo-": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.50}px" + }, + "type": "typography" + }, + "typo": { + "value": "{global.content.typo.caption}", + "type": "typography" + } + }, + "spacing": { + "gap": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + } + } + }, + "radio": { + "size": { + "sm": { + "value": "10px", + "type": "sizing" + }, + "md": { + "value": "{global.control.size.200}", + "type": "sizing" + } + }, + "content": { + "color": { + "default": { + "value": "{global.content.color.transparent}", + "type": "color" + }, + "icon": { + "value": "{global.content.color.text.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.text.muted}", + "type": "color" + }, + "selected": { + "value": "{global.content.color.primary.default}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "selected": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "default--reverse": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "selected--reverse": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "border": { + "radius": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "color": { + "default": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.primary.muted}", + "type": "color" + }, + "selected": { + "value": "{global.border.color.primary.default}", + "type": "color" + } + } + }, + "spacing": { + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + }, + "paddings": { + "md": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.padding.lg}", + "type": "spacing" + } + } + } + }, + "checkbox": { + "size": { + "md": { + "value": "{global.control.size.200}", + "type": "sizing" + } + }, + "content": { + "color": { + "default": { + "value": "{global.content.color.transparent}", + "type": "color" + }, + "selected": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "contrast": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.emphasis}", + "type": "color" + }, + "selected": { + "value": "{global.background.color.primary.default}", + "type": "color" + } + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.primary.emphasis}", + "type": "color" + }, + "selected": { + "value": "{global.border.color.primary.default}", + "type": "color" + } + }, + "radius": { + "value": "{global.border.radius.sm}", + "type": "borderRadius" + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + }, + "spacing": { + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + }, + "paddings": { + "md": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.padding.lg}", + "type": "spacing" + } + } + } + }, + "toggle": { + "size": { + "inner": { + "value": "{global.control.size.50}", + "type": "sizing" + }, + "width": { + "value": "{global.control.size.500}", + "type": "sizing" + } + }, + "spacing": { + "padding": { + "value": "{global.spacing.padding.1xsm} {global.spacing.padding.2xsm}", + "type": "spacing" + }, + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + }, + "content": { + "color": { + "default": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "selected": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.muted}", + "type": "color" + } + } + }, + "background": { + "color": { + "unselected": { + "default": { + "value": "{global.background.color.surface.emphasis}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.muted}", + "type": "color" + } + }, + "selected": { + "default": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.emphasis}", + "type": "color" + } + } + } + }, + "border": { + "radius": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + } + } + }, + "badge": { + "content": { + "typo": { + "caption": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "fontSize": "{core.font.size.30}", + "lineHeight": "{core.font.lineHeight.75}", + "textCase": "{core.font.uppercase}" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.100}px", + "fontSize": "{core.font.size.50}" + }, + "type": "typography" + }, + "sm--bold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.semiBold}", + "lineHeight": "{core.font.lineHeight.100}px", + "fontSize": "{core.font.size.50}px" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "md--bold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.semiBold}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + } + }, + "color": { + "default--reverse": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + } + } + }, + "background": { + "color": { + "neutral": { + "default": { + "value": "{global.background.color.surface.muted}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.emphasis}", + "type": "color" + }, + "default--reverse": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + }, + "primary": { + "default": { + "value": "{global.background.color.primary.default}", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "{global.background.color.negative.default}", + "type": "color" + }, + "default--warning": { + "value": "{global.background.color.attention.default}", + "type": "color" + } + }, + "info": { + "default": { + "value": "{core.color.info.500}", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "{global.background.color.secondary.default}", + "type": "color" + } + } + } + }, + "border": { + "radius": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + }, + "md-radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "color": { + "default--reverse": { + "value": "{global.border.color.line.default--reverse}", + "type": "color" + }, + "default": { + "value": "{global.border.color.line.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.line.default}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + }, + "size": { + "sm": { + "value": "{core.dimension.100}px", + "type": "sizing" + }, + "md": { + "value": "{core.dimension.150}px", + "type": "sizing" + }, + "lg": { + "value": "{core.dimension.200}px", + "type": "sizing" + }, + "xlg": { + "value": "{core.dimension.400}px", + "type": "sizing" + }, + "2xlg": { + "value": "{core.dimension.600}px", + "type": "sizing" + } + }, + "spacing": { + "padding": { + "3xsm": { + "value": "{global.spacing.padding.3xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.padding.sm}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + } + } + } + }, + "avatar": { + "size": { + "xsm": { + "value": "{global.control.size.100}", + "type": "sizing" + }, + "sm": { + "value": "{global.control.size.300}", + "type": "sizing" + }, + "md": { + "value": "{global.control.size.500}", + "type": "sizing" + }, + "xmd": { + "value": "{global.control.size.900}", + "type": "sizing" + }, + "lg": { + "value": "{global.control.size.1000}", + "type": "sizing" + }, + "xlg": { + "value": "120px", + "type": "sizing" + } + }, + "content": { + "typo": { + "sm": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.semiBold}", + "fontSize": "{core.font.size.50}", + "textCase": "uppercase", + "lineHeight": "{core.font.lineHeight.100}" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.semiBold}", + "fontSize": "{core.font.size.100}", + "textCase": "uppercase" + }, + "type": "typography" + }, + "lg": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.semiBold}", + "fontSize": "{core.font.size.400}", + "textCase": "uppercase" + }, + "type": "typography" + }, + "xlg": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.semiBold}", + "fontSize": "56px", + "textCase": "uppercase" + }, + "type": "typography" + } + }, + "color": { + "default": { + "value": "{global.border.color.line.default--reverse}", + "type": "color" + } + } + }, + "background": { + "color": { + "10": { + "value": "#EC62D8", + "type": "color" + }, + "01": { + "value": "#DC5571", + "type": "color" + }, + "02": { + "value": "#F26262", + "type": "color" + }, + "03": { + "value": "#E36B2B", + "type": "color" + }, + "04": { + "value": "#E8C642", + "type": "color" + }, + "05": { + "value": "#96D47F", + "type": "color" + }, + "06": { + "value": "#50B579", + "type": "color" + }, + "07": { + "value": "#4F96FF", + "type": "color" + }, + "08": { + "value": "#7449F4", + "type": "color" + }, + "09": { + "value": "#B462F2", + "type": "color" + } + } + }, + "border": { + "radius": { + "circle": { + "value": "{global.border.radius.circle}", + "type": "borderRadius" + }, + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + } + } + } + }, + "colorPicker": { + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "border": { + "radius": { + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "rounded": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + } + }, + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + }, + "spacing": { + "gap": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "padding": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + } + }, + "size": { + "md": { + "value": "{global.control.size.100}", + "type": "sizing" + } + } + }, + "calendar": { + "content": { + "typo": { + "md": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.100}px", + "fontSize": "{core.font.size.50}px" + }, + "type": "typography" + } + }, + "color": { + "calendarButton": { + "default": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + }, + "weekName": { + "default": { + "value": "{global.content.color.text.subtle}", + "type": "color" + } + }, + "weekday": { + "default": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "down": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "default--weekend": { + "value": "{global.content.color.negative.default}", + "type": "color" + } + } + } + }, + "spacing": { + "padding": { + "vertical": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "horizontal": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + } + }, + "gap": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + } + }, + "border": { + "radius": { + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "rounded": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + } + } + }, + "background": { + "color": { + "calendarButton": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.surface.muted}", + "type": "color" + }, + "default--reverse": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "hover--reverse": { + "value": "{global.background.color.primary.emphasis}", + "type": "color" + }, + "down--reverse": { + "value": "{global.background.color.primary.default}", + "type": "color" + } + }, + "weekday": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "default--alt": { + "value": "{global.background.color.primary.muted}", + "type": "color" + } + }, + "range": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.primary.default}", + "type": "color" + } + } + } + }, + "size": { + "md": { + "value": "{global.control.size.600}", + "type": "sizing" + } + } + }, + "popover": { + "background": { + "color": { + "enabled": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "spacing": { + "padding": { + "vertical": { + "xsm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + } + }, + "horizontal": { + "xsm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + } + } + }, + "gap": { + "value": "{input.spacing.gap.lg}", + "type": "spacing" + } + }, + "border": { + "color": { + "enabled": { + "value": "{global.border.color.secondary.subtle}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + } + } + }, + "drawer": { + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "muted": { + "value": "{global.background.color.surface.muted}", + "type": "color" + } + } + }, + "spacing": { + "gap": { + "xxs": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + }, + "xs": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.gap.xxlg}", + "type": "spacing" + } + }, + "padding": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + } + }, + "shadow": { + "left": { + "value": "{core.shadow.400}", + "type": "boxShadow" + }, + "top": { + "value": [ + { + "x": "0", + "y": "100", + "blur": "60", + "spread": "0", + "color": "rgba({core.color.neutral.200}, 0.08)", + "type": "dropShadow" + }, + { + "x": "0", + "y": "32", + "blur": "32", + "spread": "0", + "color": "rgba({core.color.black},0.05)", + "type": "dropShadow" + } + ], + "type": "boxShadow" + } + }, + "content": { + "color": { + "default": { + "value": "{global.content.color.text.emphasis}", + "type": "color" + }, + "icon": { + "value": "{global.content.color.icon.emphasis}", + "type": "color" + } + }, + "typo": { + "value": "{global.content.typo.heading.md}", + "type": "typography" + }, + "typo-regular": { + "value": "{accordion.content.typo.sm}", + "type": "typography" + }, + "typo-bold": { + "value": "{global.content.typo.body.sm--semiBold}", + "type": "typography" + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.line.muted}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + } + }, + "link": { + "content": { + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px", + "textDecoration": "{underline}" + }, + "type": "typography" + }, + "typo--medium": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px", + "textDecoration": "{underline}" + }, + "type": "typography" + }, + "color": { + "default": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.primary.muted}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.primary.subtle}", + "type": "color" + } + } + }, + "spacing": { + "padding": { + "horizontal": { + "value": "{global.spacing.padding.3xsm}", + "type": "spacing" + } + }, + "gap": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "pressed": { + "value": "{global.background.color.primary.muted}", + "type": "color" + }, + "down": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + } + } + }, + "border": { + "radius": { + "value": "{global.border.radius.sm}", + "type": "borderRadius" + } + } + }, + "divider": { + "size": { + "sm": { + "value": "{core.dimension.static.10}px", + "type": "sizing" + } + }, + "background": { + "color": { + "default": { + "value": "{global.border.color.line.subtle}", + "type": "color" + } + } + } + }, + "tab": { + "content": { + "color": { + "default": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.text.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.primary.default}", + "type": "color" + } + }, + "typo": { + "sm": { + "value": "{global.content.typo.body.sm}", + "type": "typography" + }, + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.line.subtle}", + "type": "color" + }, + "selected": { + "value": "{global.border.color.primary.default}", + "type": "color" + }, + "down-copy": { + "value": "{global.border.color.line.subtle}", + "type": "color" + }, + "down": { + "value": "{global.border.color.primary.default}", + "type": "color" + } + }, + "radius": { + "value": "{global.border.radius.sm}", + "type": "borderRadius" + }, + "width": { + "sm": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "md": { + "value": "{global.border.width.md}", + "type": "borderWidth" + }, + "value": "{global.border.width.lg}", + "type": "borderWidth" + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.transparent}", + "type": "color" + } + } + }, + "spacing": { + "padding": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + }, + "vertical": { + "md": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + } + }, + "horizontal": { + "xsm": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + } + } + } + }, + "segmentedControl": { + "content": { + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.text.emphasis}", + "type": "color" + }, + "down": { + "value": "{global.content.color.primary.default}", + "type": "color" + } + } + }, + "spacing": { + "padding": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "selected": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "border": { + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "color": { + "default": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "selected": { + "value": "{global.border.color.primary.default}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + } + }, + "dropzone": { + "spacing": { + "padding": { + "value": "{global.spacing.padding.lg}", + "type": "spacing" + }, + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + }, + "content": { + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.emphasis}", + "type": "color" + }, + "default--subtle": { + "value": "{global.content.color.text.muted}", + "type": "color" + }, + "default--icon": { + "value": "{global.content.color.primary.muted}", + "type": "color" + }, + "check--icon": { + "value": "{global.content.color.positive.default}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + } + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.primary.muted}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.primary.emphasis}", + "type": "color" + } + }, + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + } + }, + "modal": { + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "spacing": { + "padding": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "gap": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + } + }, + "border": { + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "color": { + "default": { + "value": "{global.border.color.line.default--reverse}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.md}", + "type": "borderWidth" + } + } + }, + "dropdown": { + "content": { + "color": { + "default": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "default--alt": { + "value": "{global.content.color.icon.default}", + "type": "color" + } + }, + "typo": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "typo--medium": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + } + }, + "spacing": { + "padding": { + "sm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + } + }, + "gap": { + "1xsm": { + "value": "{global.spacing.gap.1xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + }, + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.primary.muted}", + "type": "color" + }, + "active": { + "value": "{global.background.color.surface.muted}", + "type": "color" + } + } + }, + "border": { + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "color": { + "default": { + "value": "{global.border.color.line.muted}", + "type": "color" + } + } + }, + "shadow": { + "default": { + "value": "{core.shadow.100}", + "type": "boxShadow" + } + } + }, + "score": { + "content": { + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "muted": { + "value": "{global.content.color.text.muted}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + }, + "typo": { + "sm": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.100}px", + "fontSize": "{core.font.size.50}px", + "textCase": "none" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.semiBold}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px", + "textCase": "none" + }, + "type": "typography" + }, + "lg--bold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.semiBold}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.100}px", + "textCase": "none" + }, + "type": "typography" + }, + "lg": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.100}px", + "textCase": "none", + "letterSpacing": "", + "paragraphSpacing": "{core.font.lineHeight.300}px" + }, + "type": "typography" + }, + "xlg": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.500}px", + "fontSize": "{core.font.size.400}px", + "textCase": "none" + }, + "type": "typography" + }, + "2xlg": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.semiBold}", + "lineHeight": "{core.font.lineHeight.600}px", + "fontSize": "{core.font.size.600}px", + "textCase": "none" + }, + "type": "typography" + } + } + }, + "background": { + "color": { + "neutral": { + "default": { + "value": "{global.background.color.surface.muted}", + "type": "color" + }, + "emphasis": { + "value": "{global.background.color.surface.emphasis}", + "type": "color" + }, + "subtle": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "active": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + }, + "positive": { + "default": { + "value": "{global.background.color.positive.default}", + "type": "color" + }, + "emphasis": { + "value": "{global.background.color.positive.emphasis}", + "type": "color" + }, + "muted": { + "value": "{global.background.color.positive.muted}", + "type": "color" + } + }, + "attention": { + "default": { + "value": "{global.background.color.attention.default}", + "type": "color" + }, + "emphasis": { + "value": "{global.background.color.attention.emphasis}", + "type": "color" + }, + "muted": { + "value": "{global.background.color.attention.subtle}", + "type": "color" + } + }, + "negative": { + "default": { + "value": "{global.background.color.negative.default}", + "type": "color" + }, + "emphasis": { + "value": "{global.background.color.negative.emphasis}", + "type": "color" + }, + "muted": { + "value": "{global.background.color.negative.muted}", + "type": "color" + } + } + } + }, + "border": { + "color": { + "neutral": { + "default": { + "value": "{global.background.color.surface.muted}", + "type": "color" + }, + "emphasis": { + "value": "{global.background.color.surface.emphasis}", + "type": "color" + }, + "active": { + "value": "{global.background.color.primary.default}", + "type": "color" + } + }, + "positive": { + "default": { + "value": "{global.background.color.positive.default}", + "type": "color" + }, + "emphasis": { + "value": "{global.background.color.positive.emphasis}", + "type": "color" + }, + "muted": { + "value": "{global.background.color.positive.muted}", + "type": "color" + } + }, + "attention": { + "default": { + "value": "{global.background.color.attention.default}", + "type": "color" + }, + "emphasis": { + "value": "{global.background.color.attention.emphasis}", + "type": "color" + }, + "muted": { + "value": "{global.background.color.attention.subtle}", + "type": "color" + } + }, + "negative": { + "default": { + "value": "{global.background.color.negative.default}", + "type": "color" + }, + "emphasis": { + "value": "{global.background.color.negative.emphasis}", + "type": "color" + }, + "muted": { + "value": "{global.background.color.negative.muted}", + "type": "color" + } + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "radius": { + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "lg": { + "value": "{global.border.radius.lg}", + "type": "borderRadius" + } + } + }, + "spacing": { + "padding": { + "md": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "xlg": { + "value": "{global.spacing.padding.xlg}", + "type": "spacing" + } + }, + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + } + }, + "tree": { + "content": { + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.regular}", + "fontSize": "{core.font.size.75}px", + "lineHeight": "{core.font.lineHeight.300}px" + }, + "type": "typography" + }, + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + } + } + }, + "spacing": { + "gap": { + "sm": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + }, + "padding": { + "vertical": { + "value": "{global.spacing.padding.2xsm} - {tree.border.width}", + "type": "spacing" + }, + "horizontal": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + } + } + }, + "border": { + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "color": { + "default": { + "value": "{global.border.color.line.default--reverse}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.line.subtle}", + "type": "color" + }, + "default-alt": { + "value": "{global.border.color.primary.default}", + "type": "color" + }, + "hover-alt": { + "value": "{global.border.color.line.default}", + "type": "color" + } + }, + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + } + } + } + }, + "breadcrumbs": { + "content": { + "typo": { + "default": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.200}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + }, + "hover": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.200}", + "fontSize": "{core.font.size.75}", + "textDecoration": "underline" + }, + "type": "typography" + }, + "current": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.200}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + } + }, + "color": { + "default": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "default--alt": { + "value": "{global.content.color.secondary.emphasis}", + "type": "color" + } + } + } + }, + "breadcrumb": { + "spacing": { + "gap": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + } + }, + "pager": { + "content": { + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.200}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + }, + "typo--bold": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.200}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + }, + "color": { + "default": { + "value": "{global.content.color.secondary.default}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "selected": { + "value": "{global.background.color.transparent}", + "type": "color" + } + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.transparent}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.primary.subtle}", + "type": "color" + }, + "down": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "selected": { + "value": "{global.border.color.primary.muted}", + "type": "color" + } + }, + "radius": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + }, + "size": { + "md": { + "value": "{global.control.size.900}", + "type": "sizing" + } + }, + "spacing": { + "gap": { + "lg": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + } + } + }, + "tooltip": { + "content": { + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.200}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + }, + "color": { + "default": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "default-reverse": { + "value": "{global.content.color.text.default}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default--reverse}", + "type": "color" + }, + "default--alt": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "default-reverse": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "spacing": { + "padding": { + "vertical": { + "sm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.sm}", + "type": "spacing" + } + }, + "horizontal": { + "sm": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.sm}", + "type": "spacing" + } + } + }, + "gap": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + } + }, + "border": { + "radius": { + "value": "{global.border.radius.sm}", + "type": "borderRadius" + } + } + }, + "banner": { + "content": { + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "typo--bold": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + }, + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "success": { + "value": "{global.content.color.positive.emphasis}", + "type": "color" + }, + "error": { + "value": "{global.content.color.negative.emphasis}", + "type": "color" + }, + "warning": { + "value": "{global.content.color.attention.emphasis}", + "type": "color" + }, + "info": { + "value": "{global.content.color.primary.emphasis}", + "type": "color" + } + } + }, + "spacing": { + "padding": { + "vertical": { + "xsm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.sm}", + "type": "spacing" + } + }, + "horizontal": { + "sm": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.lg}", + "type": "spacing" + } + } + }, + "gap": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + } + }, + "background": { + "color": { + "success": { + "value": "{global.content.color.positive.subtle}", + "type": "color" + }, + "error": { + "value": "{global.background.color.negative.subtle}", + "type": "color" + }, + "warning": { + "value": "{global.background.color.attention.subtle}", + "type": "color" + }, + "info": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + } + } + }, + "border": { + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + } + } + }, + "chip": { + "content": { + "typo": { + "sm": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.100}px", + "fontSize": "{core.font.size.50}px" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + } + }, + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.muted}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.emphasis}", + "type": "color" + }, + "default--alt": { + "value": "{global.background.color.transparent}", + "type": "color" + }, + "hover--alt": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + } + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "hover": { + "value": "{global.border.color.line.default}", + "type": "color" + }, + "default--alt": { + "value": "{global.border.color.line.default}", + "type": "color" + }, + "hover--alt": { + "value": "{global.border.color.line.emphasis}", + "type": "color" + }, + "empty": { + "value": "{global.border.color.transparent}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "radius": { + "value": "{global.border.radius.rounded}", + "type": "borderRadius" + } + }, + "spacing": { + "padding": { + "horizontal": { + "sm": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + } + }, + "vertical": { + "sm": { + "value": "3px", + "type": "spacing" + } + } + } + } + }, + "toast": { + "spacing": { + "padding": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "gap": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + } + }, + "content": { + "color": { + "default": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "default--alt": { + "value": "{global.content.color.text.subtle}", + "type": "color" + }, + "default--alt--reverse": { + "value": "{global.content.color.text.muted}", + "type": "color" + } + }, + "typo": { + "sm": { + "value": "{global.content.typo.caption}", + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default--reverse}", + "type": "color" + }, + "default--reverse": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "border": { + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "color": { + "default": { + "value": "{global.border.color.line.emphasis}", + "type": "color" + }, + "default--reverse": { + "value": "{global.border.color.line.muted}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + } + }, + "menu": { + "spacing": { + "padding": { + "xms": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + }, + "3xms": { + "value": "{global.spacing.padding.3xsm}", + "type": "spacing" + }, + "xsm": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.padding.sm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "xlslg": { + "value": "{global.spacing.padding.xlslg}", + "type": "spacing" + }, + "xlgm": { + "value": "52px", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.padding.lg}", + "type": "spacing" + } + }, + "gap": { + "value": "{global.spacing.gap.slg}", + "type": "spacing" + }, + "gap--1xsm": { + "value": "{global.spacing.gap.1xsm}", + "type": "spacing" + }, + "gap-md": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + }, + "content": { + "color": { + "main": { + "default": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "active": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + }, + "sub": { + "default": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "active": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + } + }, + "typo--regular": { + "value": "{global.content.typo.body.sm}", + "type": "typography" + }, + "typo--medium": { + "value": "{global.content.typo.body.sm--medium}", + "type": "typography" + }, + "typo": { + "md": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "fontSize": "{core.font.size.75}px", + "lineHeight": "{core.font.lineHeight.200}px" + }, + "type": "typography" + } + } + }, + "background": { + "color": { + "main": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.subtle}", + "type": "color" + }, + "active": { + "value": "{global.background.color.primary.muted}", + "type": "color" + } + }, + "sub": { + "default": { + "value": "{global.background.color.secondary.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.primary.default}", + "type": "color" + }, + "active": { + "value": "{global.background.color.primary.default}", + "type": "color" + } + } + } + }, + "size": { + "md": { + "value": "{global.control.size.900}", + "type": "sizing" + }, + "lg": { + "value": "{global.control.size.1000}", + "type": "sizing" + } + }, + "border": { + "color": { + "main": { + "active": { + "value": "{global.border.color.primary.default}", + "type": "color" + }, + "default": { + "value": "{global.border.color.line.subtle}", + "type": "color" + } + } + }, + "radius": { + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + } + } + }, + "shadow": { + "value": [ + { + "color": "#21272a0d", + "type": "dropShadow", + "x": "32", + "y": "0", + "blur": "32", + "spread": "0" + } + ], + "type": "boxShadow" + }, + "footer": { + "value": "{core.shadow.200}", + "type": "boxShadow" + }, + "modal": { + "value": "{core.shadow.300}", + "type": "boxShadow" + } + }, + "stepper": { + "content": { + "typo": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.semiBold}", + "fontSize": "{core.font.size.75}", + "lineHeight": "{core.font.lineHeight.200}" + }, + "type": "typography" + }, + "typo-pending": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "fontSize": "{core.font.size.75}", + "lineHeight": "{core.font.lineHeight.200}" + }, + "type": "typography" + }, + "color": { + "pending": { + "value": "{global.content.color.secondary.mutedSuble}", + "type": "color" + }, + "pending-text": { + "value": "{global.content.color.secondary.default}", + "type": "color" + }, + "active": { + "value": "{global.content.color.primary.default}", + "type": "color" + }, + "completed": { + "value": "{global.content.color.text.emphasis}", + "type": "color" + }, + "default": { + "value": "{global.content.color.text.muted}", + "type": "color" + } + } + }, + "spacing": { + "gap": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + }, + "xsm": { + "value": "{global.spacing.gap.xsm}", + "type": "spacing" + }, + "padding": { + "xsm": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + } + } + }, + "background": { + "color": { + "pending": { + "value": "{global.background.color.primary.verySubtle}", + "type": "color" + }, + "active": { + "value": "{global.background.color.primary.verySubtle}", + "type": "color" + }, + "active--reverse": { + "value": "{global.background.color.surface.emphasis}", + "type": "color" + }, + "completed": { + "value": "{global.background.color.primary.default}", + "type": "color" + } + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "active": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "active--reverse": { + "value": "{global.border.color.line.default--reverse}", + "type": "color" + }, + "completed": { + "value": "{global.background.color.primary.default}", + "type": "color" + } + }, + "radius": { + "value": "{global.border.radius.circle}", + "type": "borderRadius" + }, + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + }, + "size": { + "sm": { + "value": "{global.icon.size.sm}", + "type": "sizing" + }, + "md": { + "value": "{global.icon.size.lg}", + "type": "sizing" + }, + "xlg": { + "value": "{global.icon.size.xlg}", + "type": "sizing" + } + } + }, + "accordion": { + "content": { + "typo": { + "md": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}px", + "fontSize": "{core.font.size.100}px" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}px", + "fontSize": "{core.font.size.75}px" + }, + "type": "typography" + } + }, + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "default--alt": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + } + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.line.subtle}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "radius": { + "value": "{global.border.radius.lg}", + "type": "borderRadius" + } + }, + "spacing": { + "padding": { + "md": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.padding.lg}", + "type": "spacing" + } + }, + "gap": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + } + } + }, + "table": { + "content": { + "typo": { + "md": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + }, + "md--bold": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.200}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.100}", + "fontSize": "{core.font.size.50}" + }, + "type": "typography" + } + }, + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.line.subtle}", + "type": "color" + }, + "emphasis": { + "value": "{global.border.color.line.default}", + "type": "color" + } + }, + "width": { + "value": "{global.border.width.md}", + "type": "borderWidth" + }, + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + } + }, + "spacing": { + "padding": { + "sm": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + } + }, + "gaps": { + "sm": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + } + } + } + }, + "timeline": { + "content": { + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "default--reverse": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + }, + "typo": { + "value": "{global.content.typo.body.sm--semiBold}", + "type": "typography" + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default--reverse}", + "type": "color" + }, + "default--reverse": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "spacing": { + "gap": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + }, + "padding": { + "value": "{global.spacing.padding.lg}", + "type": "spacing" + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.line.emphasis}", + "type": "color" + }, + "default--reverse": { + "value": "{global.border.color.line.default--reverse}", + "type": "color" + } + }, + "width": { + "sm": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "md": { + "value": "{global.border.width.md}", + "type": "borderWidth" + } + } + } + }, + "swiper": { + "size": { + "md": { + "value": "{global.control.size.900}", + "type": "sizing" + } + }, + "content": { + "color": { + "default": { + "value": "{global.content.color.icon.default}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.muted}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.emphasis}", + "type": "color" + } + } + }, + "spacing": { + "gap": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + }, + "padding": { + "value": "{global.spacing.padding.3xlg}", + "type": "spacing" + } + }, + "border": { + "radius": { + "value": "{global.border.radius.sm}", + "type": "borderRadius" + } + } + }, + "comunica": { + "content": { + "typo": { + "01": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.300}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + }, + "02": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.300}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + } + }, + "color": { + "default": { + "value": "{global.content.color.text.emphasis}", + "type": "color" + }, + "default--alt": { + "value": "{global.content.color.text.subtle}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.subtle}", + "type": "color" + }, + "muted": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "emphasis": { + "value": "{global.background.color.surface.muted}", + "type": "color" + } + } + }, + "border": { + "color": { + "default": { + "value": "{global.border.color.line.muted}", + "type": "color" + }, + "default--alt": { + "value": "{global.border.color.primary.emphasis}", + "type": "color" + } + }, + "width": { + "sm": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "md": { + "value": "{global.border.width.md}", + "type": "borderWidth" + } + }, + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + } + }, + "spacing": { + "padding": { + "sm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "xlg": { + "value": "96px", + "type": "spacing" + } + }, + "gap": { + "sm": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + } + } + } + }, + "menuLibrary": { + "content": { + "color": { + "main": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "active": { + "value": "{global.content.color.primary.default}", + "type": "color" + } + }, + "sub": { + "default": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + }, + "active": { + "value": "{global.content.color.text.default--reverse}", + "type": "color" + } + } + } + }, + "background": { + "color": { + "main": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "active": { + "value": "{global.background.color.primary.verySubtle}", + "type": "color" + } + }, + "sub": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "hover": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "active": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + } + } + }, + "headerCreate": { + "spacing": { + "padding": { + "lg": { + "value": "{global.spacing.padding.lg}", + "type": "spacing" + } + } + }, + "border": { + "width": { + "sm": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + } + } + } + }, + "HeaderCreate": { + "content": { + "color": { + "default": { + "value": "{global.content.color.text.emphasis}", + "type": "color" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "border": { + "color": { + "hover": { + "value": "{global.background.color.surface.emphasis}", + "type": "color" + } + } + } + }, + "cardLibrary": { + "spacing": { + "padding": { + "horizontal": { + "xsm": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.padding.sm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "2xsm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + } + }, + "vertical": { + "xsm": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + }, + "sm": { + "value": "{global.spacing.padding.sm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.md}", + "type": "spacing" + }, + "2xsm": { + "value": "{global.spacing.padding.2xsm}", + "type": "spacing" + } + } + }, + "gap": { + "md": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + }, + "lg": { + "value": "{global.spacing.gap.lg}", + "type": "spacing" + }, + "xlg": { + "value": "{global.spacing.gap.xlg}", + "type": "spacing" + } + } + }, + "content": { + "color": { + "emphasis": { + "value": "{global.content.color.tertiary.default}", + "type": "color" + }, + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + }, + "subje": { + "value": "{global.content.color.text.emphasis}", + "type": "color" + }, + "muted": { + "value": "{global.content.color.text.muted}", + "type": "color" + }, + "icon": { + "value": "{global.content.color.icon.default}", + "type": "color" + } + }, + "typo": { + "lg": { + "value": "{global.content.typo.body.lg--medium}", + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.200}", + "fontSize": "{core.font.size.75}" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.font.family.alt}", + "fontWeight": "{core.font.weight.regular}", + "lineHeight": "{core.font.lineHeight.100}", + "fontSize": "{core.font.size.50}" + }, + "type": "typography" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + }, + "cover": { + "value": "{global.background.color.surface.muted}", + "type": "color" + } + } + }, + "border": { + "color": { + "defaut": { + "value": "{global.border.color.line.default}", + "type": "color" + }, + "subtle": { + "value": "{global.border.color.line.subtle}", + "type": "color" + } + }, + "radius": { + "sm": { + "value": "{global.border.radius.sm}", + "type": "borderRadius" + }, + "circle": { + "value": "{global.border.radius.circle}", + "type": "borderRadius" + } + }, + "width": { + "sm": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "lg": { + "value": "{global.border.width.lg}", + "type": "borderWidth" + } + } + }, + "shadow": { + "hover": { + "value": "{core.shadow.100}", + "type": "boxShadow" + } + } + }, + "buttonIconCard": { + "spacing": { + "padding": { + "sm": { + "value": "{global.spacing.padding.3xsm}", + "type": "spacing" + } + } + }, + "content": { + "color": { + "primary": { + "default": { + "value": "{global.content.color.icon.default--reverse}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.icon.default--reverse}", + "type": "color" + }, + "down": { + "value": "{global.content.color.icon.default--reverse}", + "type": "color" + } + } + } + }, + "background": { + "color": { + "primary": { + "default": { + "value": "{global.background.color.surface.default--reverse}", + "type": "color", + "$extensions": { + "studio.tokens": { + "modify": { + "type": "alpha", + "value": "0.4", + "space": "lch" + } + } + } + }, + "hover": { + "value": "{global.background.color.surface.default--reverse}", + "type": "color", + "$extensions": { + "studio.tokens": { + "modify": { + "type": "alpha", + "value": "0.7", + "space": "lch" + } + } + } + }, + "down": { + "value": "{global.background.color.surface.default--reverse}", + "type": "color" + } + } + } + }, + "border": { + "radius": { + "md": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + } + } + } + }, + "ButtonIconCard": { + "blur": { + "default": { + "value": "{core.blur}", + "type": "dimension" + } + } + }, + "buttonIconLike": { + "content": { + "color": { + "primary": { + "default": { + "value": "{global.content.color.icon.default}", + "type": "color" + }, + "hover": { + "value": "{global.content.color.accent.default}", + "type": "color" + }, + "active": { + "value": "{global.content.color.accent.default}", + "type": "color" + } + } + } + } + } + }, + "$themes": [], + "$metadata": { + "tokenSetOrder": [ + "core", + "global", + "component" + ] + } +} \ No newline at end of file diff --git a/packages/components/babel.config.js b/packages/components/babel.config.js index 4f6cf0d79..32057f3f3 100644 --- a/packages/components/babel.config.js +++ b/packages/components/babel.config.js @@ -26,8 +26,8 @@ module.exports = { 'dev-expression', '@babel/plugin-syntax-dynamic-import', '@babel/plugin-syntax-import-meta', - '@babel/plugin-proposal-class-properties', - // '@babel/plugin-proposal-export-namespace-from', + // '@babel/plugin-proposal-class-properties', + '@babel/plugin-proposal-export-namespace-from', '@babel/plugin-proposal-export-default-from', ], }; diff --git a/packages/components/src/form/Button/Button.js b/packages/components/src/form/Button/Button.js index 2e9da9671..8de749889 100644 --- a/packages/components/src/form/Button/Button.js +++ b/packages/components/src/form/Button/Button.js @@ -53,6 +53,8 @@ export const Button = forwardRef( ? variantProp : BUTTON_DEFAULT_PROPS.variant; const size = BUTTON_SIZES.includes(sizeProp) ? sizeProp : BUTTON_DEFAULT_PROPS.size; + const hasLeftIcon = !!leftIcon; + const hasRightIcon = !!rightIcon; const { classes } = ButtonStyles( { @@ -64,6 +66,8 @@ export const Button = forwardRef( disabled, textAlign, styles, + hasLeftIcon, + hasRightIcon, }, { name: 'Button' } ); diff --git a/packages/components/src/form/Button/Button.styles.js b/packages/components/src/form/Button/Button.styles.js index 06b5680fb..1aed095e5 100644 --- a/packages/components/src/form/Button/Button.styles.js +++ b/packages/components/src/form/Button/Button.styles.js @@ -3,10 +3,12 @@ import { getBoxShadowFromToken } from './../../theme.mixins'; const getSizes = (size, theme) => { const buttonPadding = theme.other.button.spacing.padding; - return { - height: 'unset', - padding: `${buttonPadding.vertical[size]} ${buttonPadding.horizontal[size]}`, - }; + if (size === 'md') { + return { + height: 'unset', + padding: `${buttonPadding.vertical[size]} ${buttonPadding.horizontal.sm}`, + }; + } }; const getVariant = (variant, theme, color) => { @@ -16,13 +18,16 @@ const getVariant = (variant, theme, color) => { borderColor: 'transparent', backgroundColor: 'transparent', }; + const buttonTypo = buttonTheme.content.default; + const buttonTypoHover = buttonTheme.content.hover; const variants = { filled: { primary: { backgroundColor: buttonTheme.background.color.primary.default, - borderColor: buttonTheme.border.color.primary.default, - color: buttonTheme.content.color.primary['default--reverse'], + border: 'none', + color: buttonTheme.content.color.primary.default, + // ...buttonTypo, '&:focus-visible': { ...getBoxShadowFromToken(theme.other.global.focus.default), backgroundColor: buttonTheme.background.color.primary.hover, @@ -31,7 +36,9 @@ const getVariant = (variant, theme, color) => { }, '&:hover': { backgroundColor: buttonTheme.background.color.primary.hover, - borderColor: buttonTheme.border.color.primary.hover, + ...getBoxShadowFromToken(buttonTheme.shadow.hover), + fontWeight: '700 !important', + ...buttonTypoHover, }, '&:active': { backgroundColor: buttonTheme.background.color.primary.down, diff --git a/packages/components/src/tokens.compiled.js b/packages/components/src/tokens.compiled.js index da5e47a45..dfda0561d 100644 --- a/packages/components/src/tokens.compiled.js +++ b/packages/components/src/tokens.compiled.js @@ -6,24 +6,54 @@ export default { "default": { "value": "#0C1F22", "type": "color" + }, + "hover": { + "value": "#98C200", + "type": "color" + }, + "down": { + "value": "#B4E600", + "type": "color" + }, + "default--reverse": { + "value": "#ffffff", + "type": "color" } }, "secondary": { "default": { "value": "#0C1F22", "type": "color" + }, + "hover": { + "value": "#343A3F", + "type": "color" + }, + "down": { + "value": "#0C1F22", + "type": "color" + }, + "default--reverse": { + "value": "#ffffff", + "type": "color" } }, "ghost": { + "default": { + "value": "#0C1F22", + "type": "color" + } + }, + "terciary": { "default": { "value": "#F1FFBD", "type": "color" }, "hover": { - "value": "#F1FFBD", + "value": "#E2FF7A", "type": "color" }, - "pressed": { + "down": { "value": "#E2FF7A", "type": "color" }, @@ -64,6 +94,15 @@ export default { "fontSize": "14px" }, "type": "typography" + }, + "typo": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 400, + "lineHeight": "20px", + "fontSize": "14px" + }, + "type": "typography" } }, "background": { @@ -81,30 +120,44 @@ export default { "value": "#98C200", "type": "color" }, - "focus": { + "down": { "value": "#B4E600", "type": "color" } }, "secondary": { "default": { - "value": "transparent", + "value": "#ffffff", "type": "color" }, "hover": { - "value": "transparent", + "value": "#ffffff", "type": "color" }, - "press": { + "pressed": { "value": "#ffffff", "type": "color" }, - "focus": { - "value": "#ffffff", + "down": { + "value": "#0C1F22", "type": "color" } }, "ghost": { + "default": { + "value": "transparent", + "type": "color" + }, + "hover": { + "value": "#F1FFBD", + "type": "color" + }, + "pressed": { + "value": "#E2FF7A", + "type": "color" + } + }, + "terciary": { "default": { "value": "#F8F9FB", "type": "color" @@ -136,35 +189,35 @@ export default { }, "border": { "color": { - "primary": { + "secondary": { "default": { - "value": "#B4E600", + "value": "#0C1F22", "type": "color" }, "hover": { - "value": "#98C200", + "value": "#0C1F22", + "type": "color" + }, + "pressed": { + "value": "#4A6000", "type": "color" }, "down": { - "value": "#98C200", + "value": "#343A3F", "type": "color" } }, - "secondary": { + "primary": { "default": { - "value": "#0C1F22", + "value": "#B4E600", "type": "color" }, "hover": { - "value": "#0C1F22", - "type": "color" - }, - "pressed": { - "value": "#4A6000", + "value": "#98C200", "type": "color" }, - "focus": { - "value": "#0C1F22", + "down": { + "value": "#98C200", "type": "color" } }, @@ -229,10 +282,6 @@ export default { } }, "horizontal": { - "md": { - "value": "24px", - "type": "spacing" - }, "sm": { "value": "16px", "type": "spacing" @@ -240,6 +289,10 @@ export default { "xs": { "value": "8px", "type": "spacing" + }, + "md": { + "value": "24px", + "type": "spacing" } } }, @@ -271,6 +324,12 @@ export default { }, "type": "boxShadow" } + }, + "textDecoration": { + "underLine": { + "value": "underline", + "type": "textDecoration" + } } }, "buttonText": { @@ -296,9 +355,8 @@ export default { "type": "color" }, "hover": { - "value": "{global.content.color.secondary.emphasis}", - "type": "color", - "failedToResolve": true + "value": "#343A3F", + "type": "color" }, "down": { "value": "#0C1F22", @@ -353,6 +411,15 @@ export default { "textDecoration": "underline" }, "type": "typography" + }, + "typo": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 400, + "lineHeight": "20px", + "fontSize": "14px" + }, + "type": "typography" } }, "background": { @@ -377,9 +444,8 @@ export default { "type": "color" }, "hover": { - "value": "{global.background.color.secondary.subtle}", - "type": "color", - "failedToResolve": true + "value": "#F8F9FB", + "type": "color" }, "down": { "value": "transparent", @@ -438,14 +504,12 @@ export default { "type": "color" }, "hover": { - "value": "{global.border.color.secondary.subtle}", - "type": "color", - "failedToResolve": true + "value": "#F8F9FB", + "type": "color" }, "down": { - "value": "{global.border.color.secondary.subtle}", - "type": "color", - "failedToResolve": true + "value": "#F8F9FB", + "type": "color" } }, "terciary": { @@ -528,6 +592,18 @@ export default { "default": { "value": "#0C1F22", "type": "color" + }, + "hover": { + "value": "#98C200", + "type": "color" + }, + "down": { + "value": "#B4E600", + "type": "color" + }, + "default--reverse": { + "value": "#ffffff", + "type": "color" } }, "ghost": { @@ -535,6 +611,60 @@ export default { "value": "#0C1F22", "type": "color" } + }, + "secondary": { + "default": { + "value": "#0C1F22", + "type": "color" + }, + "hover": { + "value": "#343A3F", + "type": "color" + }, + "down": { + "value": "#0C1F22", + "type": "color" + }, + "default--reverse": { + "value": "#ffffff", + "type": "color" + } + }, + "terciary": { + "default": { + "value": "#F1FFBD", + "type": "color" + }, + "hover": { + "value": "#98C200", + "type": "color" + }, + "down": { + "value": "#F1FFBD", + "type": "color" + }, + "default--reverse": { + "value": "#878D96", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "#d13b3b", + "type": "color" + }, + "hover": { + "value": "#ffffff", + "type": "color" + }, + "down": { + "value": "#d13b3b", + "type": "color" + }, + "hover--reverse": { + "value": "#b52a2a", + "type": "color" + } } } }, @@ -560,6 +690,22 @@ export default { "focus": { "value": "#B4E600", "type": "color" + }, + "down": { + "value": "#B4E600", + "type": "color" + }, + "default--reverse": { + "value": "transparent", + "type": "color" + }, + "hover--reverse": { + "value": "#F1FFBD", + "type": "color" + }, + "down--reverse": { + "value": "transparent", + "type": "color" } }, "ghost": { @@ -575,29 +721,217 @@ export default { "value": "#98C200", "type": "color" }, - "selected": { - "value": "#E2FF7A", + "selected": { + "value": "#E2FF7A", + "type": "color" + }, + "focus": { + "value": "#F1FFBD", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "#0C1F22", + "type": "color" + }, + "hover": { + "value": "#343A3F", + "type": "color" + }, + "down": { + "value": "#0C1F22", + "type": "color" + }, + "default--reverse": { + "value": "transparent", + "type": "color" + }, + "hover--reverse": { + "value": "#F8F9FB", + "type": "color" + }, + "down--reverse": { + "value": "transparent", + "type": "color" + } + }, + "terciary": { + "default": { + "value": "#F8F9FB", + "type": "color" + }, + "hover": { + "value": "#F2F4F8", + "type": "color" + }, + "down": { + "value": "#F8F9FB", + "type": "color" + }, + "default-reverse": { + "value": "transparent", + "type": "color" + }, + "hover-reverse": { + "value": "#F1FFBD", + "type": "color" + }, + "down-reverse": { + "value": "transparent", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "#f7dede", + "type": "color" + }, + "hover": { + "value": "#d13b3b", + "type": "color" + }, + "down": { + "value": "#f7dede", + "type": "color" + }, + "default--reverse": { + "value": "transparent", + "type": "color" + }, + "hover--reverse": { + "value": "#f0bebe", + "type": "color" + }, + "down--reverse": { + "value": "transparent", + "type": "color" + } + } + } + }, + "border": { + "radius": { + "md": { + "value": "4px", + "type": "borderRadius" + }, + "rounded": { + "value": "99em", + "type": "borderRadius" + } + }, + "width": { + "value": "2px", + "type": "borderWidth" + }, + "color": { + "primary": { + "default": { + "value": "#B4E600", + "type": "color" + }, + "hover": { + "value": "#98C200", + "type": "color" + }, + "down": { + "value": "#98C200", + "type": "color" + }, + "default--reverse": { + "value": "transparent", + "type": "color" + }, + "hover--reverse": { + "value": "#F1FFBD", + "type": "color" + }, + "down--reverse": { + "value": "#F1FFBD", + "type": "color" + } + }, + "secondary": { + "default": { + "value": "#0C1F22", + "type": "color" + }, + "hover": { + "value": "#343A3F", + "type": "color" + }, + "down": { + "value": "#343A3F", + "type": "color" + }, + "default-reverse": { + "value": "transparent", + "type": "color" + }, + "hover-reverse": { + "value": "#F8F9FB", + "type": "color" + }, + "down-reverse": { + "value": "#F8F9FB", + "type": "color" + } + }, + "terciary": { + "default": { + "value": "#DDE1E6", + "type": "color" + }, + "hover": { + "value": "#C1C7CD", + "type": "color" + }, + "down": { + "value": "#C1C7CD", + "type": "color" + }, + "default-reverse": { + "value": "transparent", + "type": "color" + }, + "hover--reverse": { + "value": "#F1FFBD", + "type": "color" + }, + "down--reverse": { + "value": "#F1FFBD", + "type": "color" + } + }, + "phatic": { + "default": { + "value": "#f7dede", + "type": "color" + }, + "hover": { + "value": "#d13b3b", + "type": "color" + }, + "down": { + "value": "#d13b3b", + "type": "color" + }, + "default--reverse": { + "value": "transparent", + "type": "color" + }, + "hover--reverse": { + "value": "#f0bebe", "type": "color" }, - "focus": { - "value": "#F1FFBD", + "down--reverse": { + "value": "#f7dede", "type": "color" } } } }, - "border": { - "radius": { - "md": { - "value": "4px", - "type": "borderRadius" - } - }, - "width": { - "value": "2px", - "type": "borderWidth" - } - }, "spacing": { "padding": { "md": { @@ -635,6 +969,22 @@ export default { "hover": { "value": "#0C1F22", "type": "color" + }, + "down": { + "value": "#B4E600", + "type": "color" + }, + "default--reverse": { + "value": "#C1C7CD", + "type": "color" + }, + "hover--reverse": { + "value": "#ffffff", + "type": "color" + }, + "down--reverse": { + "value": "#ffffff", + "type": "color" } }, "phatic": { @@ -682,13 +1032,16 @@ export default { "type": "color" }, "down--reverse": { - "value": "{global.background.color.secondary.muted}", - "type": "color", - "failedToResolve": true + "value": "#878D96", + "type": "color" }, "hover--reverse-transparent": { "value": "#ffffff26", "type": "color" + }, + "down": { + "value": "#F1FFBD", + "type": "color" } }, "phatic": { @@ -727,9 +1080,8 @@ export default { "type": "color" }, "down--reverse": { - "value": "{global.border.color.secondary.muted}", - "type": "color", - "failedToResolve": true + "value": "#878D96", + "type": "color" } }, "phatic": { @@ -979,6 +1331,10 @@ export default { "phatic--attention": { "value": "#f39c12", "type": "color" + }, + "phatic": { + "value": "#d13b3b", + "type": "color" } }, "typo-": { @@ -989,6 +1345,15 @@ export default { "fontSize": "12px" }, "type": "typography" + }, + "typo": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 500, + "fontSize": 10, + "lineHeight": 14 + }, + "type": "typography" } }, "spacing": { @@ -1336,6 +1701,12 @@ export default { "value": "#307AE8", "type": "color" } + }, + "secondary": { + "default": { + "value": "#0C1F22", + "type": "color" + } } } }, @@ -1402,6 +1773,10 @@ export default { "lg": { "value": "12px", "type": "spacing" + }, + "sm": { + "value": "4px", + "type": "spacing" } } } @@ -1789,9 +2164,8 @@ export default { "border": { "color": { "enabled": { - "value": "{global.border.color.secondary.subtle}", - "type": "color", - "failedToResolve": true + "value": "#F8F9FB", + "type": "color" } }, "width": { @@ -1955,6 +2329,18 @@ export default { "default": { "value": "#0C1F22", "type": "color" + }, + "hover": { + "value": "#98C200", + "type": "color" + }, + "down": { + "value": "#E2FF7A", + "type": "color" + }, + "default--reverse": { + "value": "#F1FFBD", + "type": "color" } } }, @@ -1983,6 +2369,10 @@ export default { "pressed": { "value": "#E2FF7A", "type": "color" + }, + "down": { + "value": "#F1FFBD", + "type": "color" } } }, @@ -2011,18 +2401,9 @@ export default { }, "tab": { "content": { - "typo": { - "value": { - "fontFamily": "Albert Sans", - "fontWeight": 400, - "lineHeight": "20px", - "fontSize": "14px" - }, - "type": "typography" - }, "color": { "default": { - "value": "#4D5358", + "value": "#0C1F22", "type": "color" }, "hover": { @@ -2033,6 +2414,19 @@ export default { "value": "#B4E600", "type": "color" } + }, + "typo": { + "sm": { + "value": "{global.content.typo.body.sm}", + "type": "typography" + }, + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 400, + "lineHeight": "20px", + "fontSize": "14px" + }, + "type": "typography" } }, "border": { @@ -2042,7 +2436,15 @@ export default { "type": "color" }, "hover": { - "value": "#E2FF7A", + "value": "#DDE1E6", + "type": "color" + }, + "selected": { + "value": "#B4E600", + "type": "color" + }, + "down-copy": { + "value": "#DDE1E6", "type": "color" }, "down": { @@ -2050,13 +2452,21 @@ export default { "type": "color" } }, - "width": { - "value": "4px", - "type": "borderWidth" - }, "radius": { "value": "2px", "type": "borderRadius" + }, + "width": { + "sm": { + "value": "{global.border.width.sm}", + "type": "borderWidth" + }, + "md": { + "value": "{global.border.width.md}", + "type": "borderWidth" + }, + "value": "4px", + "type": "borderWidth" } }, "background": { @@ -2066,7 +2476,7 @@ export default { "type": "color" }, "hover": { - "value": "#F8F9FB", + "value": "#F1FFBD", "type": "color" }, "down": { @@ -2083,6 +2493,18 @@ export default { "gap": { "value": "8px", "type": "spacing" + }, + "vertical": { + "md": { + "value": "16px", + "type": "spacing" + } + }, + "horizontal": { + "xsm": { + "value": "8px", + "type": "spacing" + } } } }, @@ -2271,7 +2693,7 @@ export default { "content": { "color": { "default": { - "value": "#4D5358", + "value": "#0C1F22", "type": "color" }, "default--alt": { @@ -2287,6 +2709,15 @@ export default { "fontSize": "14px" }, "type": "typography" + }, + "typo--medium": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 500, + "lineHeight": "24px", + "fontSize": "14px" + }, + "type": "typography" } }, "spacing": { @@ -2301,6 +2732,14 @@ export default { } }, "gap": { + "1xsm": { + "value": "{global.spacing.gap.1xsm}", + "type": "spacing" + }, + "md": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + }, "value": "8px", "type": "spacing" } @@ -2312,11 +2751,11 @@ export default { "type": "color" }, "hover": { - "value": "#F8F9FB", + "value": "#F1FFBD", "type": "color" }, "down": { - "value": "#F2F4F8", + "value": "#E2FF7A", "type": "color" }, "active": { @@ -2340,6 +2779,21 @@ export default { "type": "color" } } + }, + "shadow": { + "default": { + "value": [ + { + "color": "#21272a14", + "type": "dropShadow", + "x": 0, + "y": 10, + "blur": 36, + "spread": 0 + } + ], + "type": "boxShadow" + } } }, "score": { @@ -2709,9 +3163,8 @@ export default { "type": "color" }, "default--alt": { - "value": "{global.content.color.secondary.emphasis}", - "type": "color", - "failedToResolve": true + "value": "#343A3F", + "type": "color" } } } @@ -3205,6 +3658,10 @@ export default { "xlgm": { "value": "52px", "type": "spacing" + }, + "lg": { + "value": "24px", + "type": "spacing" } }, "gap": { @@ -3226,6 +3683,28 @@ export default { "default": { "value": "#0C1F22", "type": "color" + }, + "hover": { + "value": "#ffffff", + "type": "color" + }, + "active": { + "value": "#ffffff", + "type": "color" + } + }, + "sub": { + "default": { + "value": "#ffffff", + "type": "color" + }, + "hover": { + "value": "#ffffff", + "type": "color" + }, + "active": { + "value": "#ffffff", + "type": "color" } } }, @@ -3246,6 +3725,17 @@ export default { "fontSize": "14px" }, "type": "typography" + }, + "typo": { + "md": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 500, + "fontSize": "14px", + "lineHeight": "20px" + }, + "type": "typography" + } } }, "background": { @@ -3263,6 +3753,20 @@ export default { "value": "#E2FF7A", "type": "color" } + }, + "sub": { + "default": { + "value": "#0C1F22", + "type": "color" + }, + "hover": { + "value": "#B4E600", + "type": "color" + }, + "active": { + "value": "#B4E600", + "type": "color" + } } } }, @@ -3373,6 +3877,10 @@ export default { "completed": { "value": "#343A3F", "type": "color" + }, + "default": { + "value": "#878D96", + "type": "color" } } }, @@ -3389,6 +3897,10 @@ export default { "xsm": { "value": "8px", "type": "spacing" + }, + "md": { + "value": "16px", + "type": "spacing" } } }, @@ -3999,22 +4511,36 @@ export default { "type": "spacing" } } - }, - "gap": { - "value": "16px", - "type": "spacing" + }, + "gap": { + "md": { + "value": "8px", + "type": "spacing" + }, + "lg": { + "value": "16px", + "type": "spacing" + }, + "xlg": { + "value": "24px", + "type": "spacing" + } } }, "content": { "color": { "emphasis": { - "value": "#343A3F", + "value": "#2F463F", "type": "color" }, "default": { "value": "#4D5358", "type": "color" }, + "subje": { + "value": "#343A3F", + "type": "color" + }, "muted": { "value": "#878D96", "type": "color" @@ -4029,8 +4555,8 @@ export default { "value": { "fontFamily": "Albert Sans", "fontWeight": 500, - "lineHeight": 20, - "fontSize": 18 + "lineHeight": "24px", + "fontSize": "18px" }, "type": "typography" }, @@ -4059,14 +4585,22 @@ export default { "default": { "value": "#ffffff", "type": "color" + }, + "cover": { + "value": "#F2F4F8", + "type": "color" } } }, "border": { "color": { - "subtle": { + "defaut": { "value": "#878D96", "type": "color" + }, + "subtle": { + "value": "#DDE1E6", + "type": "color" } }, "radius": { @@ -4186,20 +4720,6 @@ export default { } } } - }, - "border": { - "color": { - "primary": { - "hover": { - "value": "#ffffff", - "type": "color" - } - } - }, - "sm": { - "value": "1px", - "type": "borderWidth" - } } }, "global": { @@ -4292,6 +4812,18 @@ export default { "default": { "value": "#0C1F22", "type": "color" + }, + "emphasis": { + "value": "#343A3F", + "type": "color" + }, + "muted": { + "value": "#878D96", + "type": "color" + }, + "subtle": { + "value": "#F2F4F8", + "type": "color" } }, "negative": { @@ -4561,6 +5093,33 @@ export default { "fontSize": "12px" }, "type": "typography" + }, + "lg--bold": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 500, + "lineHeight": "24px", + "fontSize": "18px" + }, + "type": "typography" + }, + "md--bold": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 500, + "lineHeight": "24px", + "fontSize": "16px" + }, + "type": "typography" + }, + "sm--bold": { + "value": { + "fontFamily": "Albert Sans", + "fontWeight": 500, + "lineHeight": "20px", + "fontSize": "14px" + }, + "type": "typography" } }, "caption": { @@ -4738,12 +5297,32 @@ export default { "default": { "value": "#0C1F22", "type": "color" + }, + "emphasis": { + "value": "#343A3F", + "type": "color" + }, + "muted": { + "value": "#878D96", + "type": "color" + }, + "subtle": { + "value": "#F8F9FB", + "type": "color" } }, "accent": { "default": { "value": "#FF5470", "type": "color" + }, + "emphasis": { + "value": "#ebeb00", + "type": "color" + }, + "subtle": { + "value": "#ffffe0", + "type": "color" } }, "negative": { @@ -4920,6 +5499,18 @@ export default { "default": { "value": "#0C1F22", "type": "color" + }, + "emphasis": { + "value": "#343A3F", + "type": "color" + }, + "muted": { + "value": "#878D96", + "type": "color" + }, + "subtle": { + "value": "#F8F9FB", + "type": "color" } }, "negative": { @@ -4968,9 +5559,8 @@ export default { "type": "color" }, "muted": { - "value": "{core.color.neutral.75}", - "type": "color", - "failedToResolve": true + "value": "#f0f4f9", + "type": "color" } }, "overlay": { @@ -5101,6 +5691,10 @@ export default { "type": "spacing" }, "xlg": { + "value": "24px", + "type": "spacing" + }, + "xxlg": { "value": "32px", "type": "spacing" } @@ -5194,6 +5788,92 @@ export default { }, "type": "boxShadow" } + }, + "shadow": { + "100": { + "value": [ + { + "color": "#dde1e614", + "type": "dropShadow", + "x": 0, + "y": 2, + "blur": 0, + "spread": 0 + }, + { + "color": "#1a202b14", + "type": "dropShadow", + "x": 0, + "y": 10, + "blur": 36, + "spread": 0 + } + ], + "type": "boxShadow" + }, + "200": { + "value": [ + { + "color": "#dde1e629", + "type": "dropShadow", + "x": 0, + "y": 2, + "blur": 0, + "spread": 0 + }, + { + "color": "#1a202b1f", + "type": "dropShadow", + "x": 0, + "y": 10, + "blur": 36, + "spread": 0 + } + ], + "type": "boxShadow" + }, + "300": { + "value": [ + { + "color": "#dde1e63d", + "type": "dropShadow", + "x": 0, + "y": 2, + "blur": 0, + "spread": 0 + }, + { + "color": "#1a202b29", + "type": "dropShadow", + "x": 0, + "y": 10, + "blur": 36, + "spread": 0 + } + ], + "type": "boxShadow" + }, + "400": { + "value": [ + { + "color": "#dde1e614", + "type": "dropShadow", + "x": -100, + "y": 0, + "blur": 60, + "spread": 0 + }, + { + "color": "#1a202b0d", + "type": "dropShadow", + "x": -32, + "y": 0, + "blur": 32, + "spread": 0 + } + ], + "type": "boxShadow" + } } }, "core": { @@ -5211,6 +5891,10 @@ export default { "value": "#F8F9FB", "type": "color" }, + "75": { + "value": "#f0f4f9", + "type": "color" + }, "100": { "value": "#F2F4F8", "type": "color" @@ -5268,6 +5952,22 @@ export default { "500": { "value": "#4A6000", "type": "color" + }, + "600": { + "value": "#1760cf", + "type": "color" + }, + "700": { + "value": "#134faa", + "type": "color" + }, + "800": { + "value": "#10428e", + "type": "color" + }, + "900": { + "value": "#0d3877", + "type": "color" } }, "danger": { @@ -5438,6 +6138,74 @@ export default { "100": { "value": "#FF5470", "type": "color" + }, + "200": { + "value": "hsla(60,100%,102%,1)", + "type": "color" + }, + "300": { + "value": "#ffffe0", + "type": "color" + }, + "400": { + "value": "#ffffb8", + "type": "color" + }, + "500": { + "value": "#ffff8f", + "type": "color" + }, + "600": { + "value": "#ffff66", + "type": "color" + }, + "700": { + "value": "#ffff3d", + "type": "color" + }, + "800": { + "value": "#ffff14", + "type": "color" + }, + "900": { + "value": "#ebeb00", + "type": "color" + } + }, + "customPrimary": { + "hue": { + "value": 216, + "type": "color" + }, + "saturation": { + "value": 80, + "type": "color" + }, + "lightness": { + "value": 55, + "type": "color" + }, + "hsla": { + "value": "#307ae8", + "type": "color" + } + }, + "customAccent": { + "hue": { + "value": 60, + "type": "color" + }, + "saturation": { + "value": 100, + "type": "color" + }, + "lightness": { + "value": 78, + "type": "color" + }, + "hsla": { + "value": "#ffff8f", + "type": "color" } } }, @@ -5648,6 +6416,14 @@ export default { "semiBold": { "value": 600, "type": "fontWeights" + }, + "light": { + "value": 300, + "type": "fontWeights" + }, + "bold": { + "value": 600, + "type": "fontWeights" } }, "lineHeight": { @@ -5800,56 +6576,46 @@ export default { }, "up": { "1": { - "value": "roundTo({core.color.customPrimary.lightness} * 1.21)", - "type": "other", - "failedToResolve": true + "value": 67, + "type": "other" }, "2": { - "value": "roundTo(roundTo({core.color.customPrimary.lightness} * 1.21) * 1.21)", - "type": "other", - "failedToResolve": true + "value": 81, + "type": "other" }, "3": { - "value": "roundTo(roundTo(roundTo({core.color.customPrimary.lightness} * 1.21) * 1.21) * 1.21)", - "type": "other", - "failedToResolve": true + "value": 98, + "type": "other" }, "4": { - "value": "roundTo(roundTo(roundTo(roundTo({core.color.customPrimary.lightness} * 1.21) * 1.21) * 1.21) * 1.21)", - "type": "other", - "failedToResolve": true + "value": 119, + "type": "other" }, "5": { - "value": "roundTo(roundTo(roundTo(roundTo(roundTo({core.color.customPrimary.lightness} * 1.21) * 1.21) * 1.21) * 1.21) * 1.21)", - "type": "other", - "failedToResolve": true + "value": 144, + "type": "other" } }, "down": { "1": { - "value": "roundTo({core.color.customPrimary.lightness} / 1.21)", - "type": "other", - "failedToResolve": true + "value": 45, + "type": "other" }, "2": { - "value": "roundTo(roundTo({core.color.customPrimary.lightness} / 1.21) / 1.21)", - "type": "other", - "failedToResolve": true + "value": 37, + "type": "other" }, "3": { - "value": "roundTo(roundTo(roundTo({core.color.customPrimary.lightness} / 1.21) / 1.21) / 1.21)", - "type": "other", - "failedToResolve": true + "value": 31, + "type": "other" }, "4": { - "value": "roundTo(roundTo(roundTo(roundTo({core.color.customPrimary.lightness} / 1.21) / 1.21) / 1.21) / 1.21)", - "type": "other", - "failedToResolve": true + "value": 26, + "type": "other" }, "5": { - "value": "roundTo( roundTo(roundTo(roundTo(roundTo({core.color.customPrimary.lightness} / 1.21) / 1.21) / 1.21) / 1.21) / 1.21)", - "type": "other", - "failedToResolve": true + "value": 21, + "type": "other" } } } @@ -5862,49 +6628,49 @@ export default { }, "up": { "1": { - "value": "{core.color.customAccent.lightness} + 8", - "type": "other", - "failedToResolve": true + "value": 86, + "type": "other" }, "2": { - "value": "{core.color.customAccent.lightness} + 8 + 8", - "type": "other", - "failedToResolve": true + "value": 94, + "type": "other" }, "3": { - "value": "{core.color.customAccent.lightness} + 8 + 8 + 8", - "type": "other", - "failedToResolve": true + "value": 102, + "type": "other" }, "4": { - "value": "{core.color.customAccent.lightness} + 8 + 8 + 8 + 8", - "type": "other", - "failedToResolve": true + "value": 110, + "type": "other" } }, "down": { "1": { - "value": "{core.color.customAccent.lightness} - 8", - "type": "other", - "failedToResolve": true + "value": 70, + "type": "other" }, "2": { - "value": "{core.color.customAccent.lightness} - 8 - 8", - "type": "other", - "failedToResolve": true + "value": 62, + "type": "other" }, "3": { - "value": "{core.color.customAccent.lightness} - 8 - 8 - 8", - "type": "other", - "failedToResolve": true + "value": 54, + "type": "other" }, "4": { - "value": "{core.color.customAccent.lightness} - 8 - 8 - 8 - 8", - "type": "other", - "failedToResolve": true + "value": 46, + "type": "other" } } } + }, + "colorDebug": { + "value": "#9747FF", + "type": "color" + }, + "debugColorContainer": { + "value": "#ebdcff", + "type": "color" } }, "font": { From 11d2d2bb74f406d12f53baca6f52fe59d62cb12a Mon Sep 17 00:00:00 2001 From: fermarinsanchez Date: Sat, 21 Oct 2023 23:43:42 +0200 Subject: [PATCH 086/547] refactor(Button): Primary done Ref: #issue/BubblesDS-5 --- .../src/form/Button/Button.styles.js | 24 ++++++++++++------- packages/components/src/theme.mixins.js | 7 ++++++ 2 files changed, 22 insertions(+), 9 deletions(-) diff --git a/packages/components/src/form/Button/Button.styles.js b/packages/components/src/form/Button/Button.styles.js index 1aed095e5..e415a6e8c 100644 --- a/packages/components/src/form/Button/Button.styles.js +++ b/packages/components/src/form/Button/Button.styles.js @@ -1,5 +1,5 @@ import { createStyles } from '@mantine/styles'; -import { getBoxShadowFromToken } from './../../theme.mixins'; +import { getBoxShadowFromToken, getFocusDefaultBorder } from './../../theme.mixins'; const getSizes = (size, theme) => { const buttonPadding = theme.other.button.spacing.padding; @@ -18,7 +18,7 @@ const getVariant = (variant, theme, color) => { borderColor: 'transparent', backgroundColor: 'transparent', }; - const buttonTypo = buttonTheme.content.default; + const buttonTypoDefault = buttonTheme.content.default; const buttonTypoHover = buttonTheme.content.hover; const variants = { @@ -27,22 +27,28 @@ const getVariant = (variant, theme, color) => { backgroundColor: buttonTheme.background.color.primary.default, border: 'none', color: buttonTheme.content.color.primary.default, - // ...buttonTypo, + ...buttonTypoDefault, '&:focus-visible': { - ...getBoxShadowFromToken(theme.other.global.focus.default), backgroundColor: buttonTheme.background.color.primary.hover, - borderColor: buttonTheme.border.color.primary.hover, + ...getFocusDefaultBorder(theme), outline: 'none', + '& > div > span': { + ...buttonTypoHover, + }, }, '&:hover': { backgroundColor: buttonTheme.background.color.primary.hover, ...getBoxShadowFromToken(buttonTheme.shadow.hover), - fontWeight: '700 !important', - ...buttonTypoHover, + '& > div > span': { + ...buttonTypoHover, + }, }, '&:active': { - backgroundColor: buttonTheme.background.color.primary.down, - borderColor: buttonTheme.border.color.primary.down, + backgroundColor: buttonTheme.background.color.primary.pressed, + boxShadow: 'none', + '& > div > span': { + ...buttonTypoDefault, + }, }, }, secondary: { diff --git a/packages/components/src/theme.mixins.js b/packages/components/src/theme.mixins.js index ea2731530..b233ef0d4 100644 --- a/packages/components/src/theme.mixins.js +++ b/packages/components/src/theme.mixins.js @@ -5,6 +5,13 @@ function round25(x) { return parseFloat(intPart + '.' + String(Math.round(parseInt(floatPart) / 25) * 25)); } +export const getFocusDefaultBorder = (theme) => { + const focusDefaultBorder = theme.other.global.focus['default-border']; + return { + border: `${focusDefaultBorder.width} ${focusDefaultBorder.style} ${focusDefaultBorder.color}`, + }; +}; + export function pxToRem(val, rounded25) { const PX_TO_REM = 0.063; const rem = Math.floor(val * PX_TO_REM * 100) / 100; From db4c7291c3272fb71aa011d15f31900b23be216d Mon Sep 17 00:00:00 2001 From: fermarinsanchez Date: Sun, 22 Oct 2023 00:07:13 +0200 Subject: [PATCH 087/547] refactor(Button): Primary done with icons Ref: #issue/BubblesDS-5 --- .../src/form/Button/Button.styles.js | 28 +++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/packages/components/src/form/Button/Button.styles.js b/packages/components/src/form/Button/Button.styles.js index e415a6e8c..ba5a37206 100644 --- a/packages/components/src/form/Button/Button.styles.js +++ b/packages/components/src/form/Button/Button.styles.js @@ -11,6 +11,16 @@ const getSizes = (size, theme) => { } }; +const getPaddingIfIcon = (hasLeftIcon, hasRightIcon, theme) => { + if (!hasLeftIcon && !hasRightIcon) return; + const buttonPadding = theme.other.button.spacing.padding; + const iconLeftPadding = hasLeftIcon ? buttonPadding.horizontal.xs : buttonPadding.horizontal.sm; + const iconRightPadding = hasRightIcon ? buttonPadding.horizontal.xs : buttonPadding.horizontal.sm; + return { + padding: `${buttonPadding.vertical.md} ${iconRightPadding} ${buttonPadding.vertical.md} ${iconLeftPadding}`, + }; +}; + const getVariant = (variant, theme, color) => { const buttonTheme = theme.other.button; @@ -306,7 +316,21 @@ const getVariant = (variant, theme, color) => { }; export const ButtonStyles = createStyles( - (theme, { size, color, variant, fullWidth, styles, rounded, textAlign, disabled }) => { + ( + theme, + { + size, + color, + variant, + fullWidth, + styles, + rounded, + textAlign, + disabled, + hasLeftIcon, + hasRightIcon, + } + ) => { const currentVariant = getVariant(variant, theme, color); const buttonTheme = theme.other.button; const iconStyles = { @@ -325,7 +349,6 @@ export const ButtonStyles = createStyles( disabledOverrides = { backgroundColor: variant === 'filled' ? theme.other.global.background.color.disabled : 'transparent', - borderColor: theme.other.global.background.color.disabled, color: theme.other.global.content.color.disabled, }; } @@ -340,6 +363,7 @@ export const ButtonStyles = createStyles( ...getSizes(size || 'md', theme), ...getVariant(variant, theme, color), ...styles, + ...getPaddingIfIcon(hasLeftIcon, hasRightIcon, theme), '&[data-loading]': { // borderColor: 'transparent', svg: { From 65775c60fa0c23b4c40629b47ac146eed09f9804 Mon Sep 17 00:00:00 2001 From: fermarinsanchez Date: Mon, 23 Oct 2023 12:57:34 +0200 Subject: [PATCH 088/547] refactor(Button): Button refactor done Ref: #issue/BubblesDS-5 --- .../src/form/Button/Button.constants.js | 49 +++ packages/components/src/form/Button/Button.js | 53 +--- .../src/form/Button/Button.stories.js | 4 +- .../src/form/Button/Button.styles.js | 283 ++++-------------- packages/components/src/theme.mixins.js | 5 +- 5 files changed, 117 insertions(+), 277 deletions(-) create mode 100644 packages/components/src/form/Button/Button.constants.js diff --git a/packages/components/src/form/Button/Button.constants.js b/packages/components/src/form/Button/Button.constants.js new file mode 100644 index 000000000..dab57a3ea --- /dev/null +++ b/packages/components/src/form/Button/Button.constants.js @@ -0,0 +1,49 @@ +import PropTypes from 'prop-types'; + +export const BUTTON_SIZES = ['sm', 'md']; +// export const BUTTON_VARIANTS = ['filled', 'outline', 'link', 'light']; +export const BUTTON_VARIANTS = ['filled', 'outline', 'link']; +// export const BUTTON_COLORS = ['primary', 'secondary', 'terciary', 'phatic']; +export const BUTTON_COLORS = ['primary']; +// export const BUTTON_TEXT_ALIGN = ['left', 'center', 'right', 'appart']; +export const BUTTON_TEXT_ALIGN = ['center']; +export const BUTTON_DEFAULT_PROPS = { + color: BUTTON_COLORS[0], + size: BUTTON_SIZES[1], + variant: BUTTON_VARIANTS[0], + rounded: false, + loading: false, + fullWidth: false, + disabled: false, + textAlign: BUTTON_TEXT_ALIGN[0], + useAria: true, +}; + +export const BUTTON_PROP_TYPES = { + /** Controls the button size. */ + size: PropTypes.string, // PropTypes.oneOf(BUTTON_SIZES), + /** Controls the button colors. */ + color: PropTypes.oneOf(BUTTON_COLORS), + /** Controls the button variants. */ + variant: PropTypes.oneOf(BUTTON_VARIANTS), + /** Controls the space and position between elements inside the button */ + textAlign: PropTypes.oneOf(BUTTON_TEXT_ALIGN), + /** Controls the border radius */ + rounded: PropTypes.bool, + /** Controls if is loading */ + loading: PropTypes.bool, + /** Adds icon before button label */ + leftIcon: PropTypes.node, + /** Adds icon after button label, */ + rightIcon: PropTypes.node, + /** Sets button width to 100% of parent element */ + fullWidth: PropTypes.bool, + /** Controls if the button is compact */ + compact: PropTypes.bool, + /** Controls the disabled state */ + disabled: PropTypes.bool, + /** Controls if Button uses aria role */ + useAria: PropTypes.bool, + /** Aria label for button */ + ariaLabel: PropTypes.string, +}; diff --git a/packages/components/src/form/Button/Button.js b/packages/components/src/form/Button/Button.js index 8de749889..987baa244 100644 --- a/packages/components/src/form/Button/Button.js +++ b/packages/components/src/form/Button/Button.js @@ -1,23 +1,13 @@ import React, { forwardRef } from 'react'; -import PropTypes from 'prop-types'; import { Button as MantineButton } from '@mantine/core'; import { ButtonStyles } from './Button.styles'; - -export const BUTTON_SIZES = ['sm', 'md']; -export const BUTTON_VARIANTS = ['filled', 'outline', 'link', 'light']; -export const BUTTON_COLORS = ['primary', 'secondary', 'terciary', 'phatic']; -export const BUTTON_TEXT_ALIGN = ['left', 'center', 'right', 'appart']; -export const BUTTON_DEFAULT_PROPS = { - color: BUTTON_COLORS[0], - size: BUTTON_SIZES[1], - variant: BUTTON_VARIANTS[0], - rounded: false, - loading: false, - fullWidth: false, - disabled: false, - textAlign: BUTTON_TEXT_ALIGN[1], - useAria: true, -}; +import { + BUTTON_DEFAULT_PROPS, + BUTTON_SIZES, + BUTTON_VARIANTS, + BUTTON_COLORS, + BUTTON_PROP_TYPES, +} from './Button.constants'; export const Button = forwardRef( ( @@ -96,31 +86,4 @@ export const Button = forwardRef( Button.defaultProps = BUTTON_DEFAULT_PROPS; -Button.propTypes = { - /** Controls the button size. */ - size: PropTypes.string, // PropTypes.oneOf(BUTTON_SIZES), - /** Controls the button colors. */ - color: PropTypes.oneOf(BUTTON_COLORS), - /** Controls the button variants. */ - variant: PropTypes.oneOf(BUTTON_VARIANTS), - /** Controls the space and position between elements inside the button */ - textAlign: PropTypes.oneOf(BUTTON_TEXT_ALIGN), - /** Controls the border radius */ - rounded: PropTypes.bool, - /** Controls if is loading */ - loading: PropTypes.bool, - /** Adds icon before button label */ - leftIcon: PropTypes.node, - /** Adds icon after button label, */ - rightIcon: PropTypes.node, - /** Sets button width to 100% of parent element */ - fullWidth: PropTypes.bool, - /** Controls if the button is compact */ - compact: PropTypes.bool, - /** Controls the disabled state */ - disabled: PropTypes.bool, - /** Controls if Button uses aria role */ - useAria: PropTypes.bool, - /** Aria label for button */ - ariaLabel: PropTypes.string, -}; +Button.propTypes = BUTTON_PROP_TYPES; diff --git a/packages/components/src/form/Button/Button.stories.js b/packages/components/src/form/Button/Button.stories.js index 05c289d96..df0f9e7b2 100644 --- a/packages/components/src/form/Button/Button.stories.js +++ b/packages/components/src/form/Button/Button.stories.js @@ -1,12 +1,12 @@ import React from 'react'; import { AddIcon } from '@bubbles-ui/icons/outline'; +import { Button } from './Button'; import { - Button, BUTTON_SIZES, BUTTON_VARIANTS, BUTTON_COLORS, BUTTON_DEFAULT_PROPS, -} from './Button'; +} from './Button.constants'; import mdx from './Button.mdx'; export default { diff --git a/packages/components/src/form/Button/Button.styles.js b/packages/components/src/form/Button/Button.styles.js index ba5a37206..dcecf00b6 100644 --- a/packages/components/src/form/Button/Button.styles.js +++ b/packages/components/src/form/Button/Button.styles.js @@ -3,12 +3,10 @@ import { getBoxShadowFromToken, getFocusDefaultBorder } from './../../theme.mixi const getSizes = (size, theme) => { const buttonPadding = theme.other.button.spacing.padding; - if (size === 'md') { - return { - height: 'unset', - padding: `${buttonPadding.vertical[size]} ${buttonPadding.horizontal.sm}`, - }; - } + return { + height: 'unset', + padding: `${buttonPadding.vertical.md} ${buttonPadding.horizontal.sm}`, + }; }; const getPaddingIfIcon = (hasLeftIcon, hasRightIcon, theme) => { @@ -23,11 +21,10 @@ const getPaddingIfIcon = (hasLeftIcon, hasRightIcon, theme) => { const getVariant = (variant, theme, color) => { const buttonTheme = theme.other.button; - - const commonLinkStyles = { - borderColor: 'transparent', - backgroundColor: 'transparent', - }; + // const commonLinkStyles = { + // borderColor: 'transparent', + // backgroundColor: 'transparent', + // }; const buttonTypoDefault = buttonTheme.content.default; const buttonTypoHover = buttonTheme.content.hover; @@ -61,209 +58,69 @@ const getVariant = (variant, theme, color) => { }, }, }, - secondary: { - backgroundColor: buttonTheme.background.color.secondary.default, - borderColor: buttonTheme.border.color.secondary.default, - color: buttonTheme.content.color.secondary['default--reverse'], - '&:focus-visible': { - ...getBoxShadowFromToken(theme.other.global.focus.default), - backgroundColor: buttonTheme.background.color.secondary.hover, - borderColor: buttonTheme.border.color.secondary.hover, - outline: 'none', - }, - '&:hover': { - backgroundColor: buttonTheme.background.color.secondary.hover, - borderColor: buttonTheme.border.color.secondary.hover, - }, - '&:active': { - backgroundColor: buttonTheme.background.color.secondary.down, - borderColor: buttonTheme.border.color.secondary.down, - }, - }, - terciary: { - backgroundColor: buttonTheme.background.color.terciary.default, - borderColor: buttonTheme.border.color.terciary.default, - color: buttonTheme.content.color.terciary['default--reverse'], - '&:focus-visible': { - ...getBoxShadowFromToken(theme.other.global.focus.default), - backgroundColor: buttonTheme.background.color.terciary.hover, - borderColor: buttonTheme.border.color.terciary.hover, - outline: 'none', - }, - '&:hover': { - backgroundColor: buttonTheme.background.color.terciary.hover, - borderColor: buttonTheme.border.color.terciary.hover, - }, - '&:active': { - backgroundColor: buttonTheme.background.color.terciary.down, - borderColor: buttonTheme.border.color.terciary.down, - }, - }, - phatic: { - backgroundColor: buttonTheme.background.color.phatic.default, - borderColor: buttonTheme.border.color.phatic.default, - color: buttonTheme.content.color.phatic.default, - '&:focus-visible': { - ...getBoxShadowFromToken(theme.other.global.focus.default), - backgroundColor: buttonTheme.background.color.phatic.hover, - borderColor: buttonTheme.border.color.phatic.hover, - color: buttonTheme.content.color.phatic.hover, - outline: 'none', - }, - '&:hover': { - backgroundColor: buttonTheme.background.color.phatic.hover, - borderColor: buttonTheme.border.color.phatic.hover, - color: buttonTheme.content.color.phatic.hover, - }, - '&:active': { - backgroundColor: buttonTheme.background.color.phatic.down, - borderColor: buttonTheme.border.color.phatic.down, - color: buttonTheme.content.color.phatic.down, - }, - }, }, outline: { primary: { backgroundColor: theme.other.global.background.color.transparent, - borderColor: buttonTheme.border.color.primary.default, - color: buttonTheme.content.color.primary.default, - '&:focus-visible': { - ...getBoxShadowFromToken(theme.other.global.focus.default), - backgroundColor: theme.other.global.background.color.overlay.default, - borderColor: buttonTheme.border.color.primary.hover, - color: buttonTheme.content.color.primary.hover, - outline: 'none', - }, - '&:hover': { - backgroundColor: theme.other.global.background.color.overlay.default, - borderColor: buttonTheme.border.color.primary.hover, - color: buttonTheme.content.color.primary.hover, - }, - '&:active': { - backgroundColor: theme.other.global.background.color.transparent, - borderColor: buttonTheme.border.color.primary.down, - color: buttonTheme.content.color.primary.down, - }, - }, - secondary: { - backgroundColor: theme.other.global.background.color.transparent, - borderColor: buttonTheme.border.color.secondary.default, + border: `${buttonTheme.border.width} solid ${buttonTheme.border.color.secondary.default}`, color: buttonTheme.content.color.secondary.default, '&:focus-visible': { ...getBoxShadowFromToken(theme.other.global.focus.default), - backgroundColor: theme.other.global.background.color.overlay.default, - borderColor: buttonTheme.border.color.secondary.hover, - color: buttonTheme.content.color.secondary.hover, - outline: 'none', - }, - '&:hover': { - backgroundColor: theme.other.global.background.color.overlay.default, - borderColor: buttonTheme.border.color.secondary.hover, - color: buttonTheme.content.color.secondary.hover, - }, - '&:active': { - backgroundColor: theme.other.global.background.color.transparent, - borderColor: buttonTheme.border.color.secondary.down, - color: buttonTheme.content.color.secondary.down, - }, - }, - terciary: { - backgroundColor: theme.other.global.background.color.transparent, - borderColor: buttonTheme.border.color.terciary.default, - color: buttonTheme.content.color.terciary.default, - '&:focus-visible': { - ...getBoxShadowFromToken(theme.other.global.focus.default), - backgroundColor: theme.other.global.background.color.overlay.default, - borderColor: buttonTheme.border.color.terciary.hover, - color: buttonTheme.content.color.terciary.hover, - outline: 'none', - }, - '&:hover': { - backgroundColor: theme.other.global.background.color.overlay.default, - borderColor: buttonTheme.border.color.terciary.hover, - color: buttonTheme.content.color.terciary.hover, - }, - '&:active': { - backgroundColor: theme.other.global.background.color.transparent, - borderColor: buttonTheme.border.color.terciary.down, - color: buttonTheme.content.color.terciary.down, - }, - }, - phatic: { - backgroundColor: theme.other.global.background.color.transparent, - borderColor: buttonTheme.border.color.phatic['default-reverse'], - color: buttonTheme.content.color.phatic.default, - '&:focus-visible': { - ...getBoxShadowFromToken(theme.other.global.focus.default), - backgroundColor: buttonTheme.background.color.phatic.hover, - borderColor: buttonTheme.border.color.phatic.hover, - color: buttonTheme.content.color.phatic.hover, + borderColor: buttonTheme.border.color.primary.hover, outline: 'none', + '& > div > span': { + ...buttonTypoHover, + }, }, '&:hover': { - backgroundColor: buttonTheme.background.color.phatic.hover, - borderColor: buttonTheme.border.color.phatic.hover, - color: buttonTheme.content.color.phatic.hover, + backgroundColor: buttonTheme.background.color.secondary.hover, + ...getBoxShadowFromToken(buttonTheme.shadow.hover), + '& > div > span': { + ...buttonTypoHover, + }, }, '&:active': { - backgroundColor: theme.other.global.background.color.transparent, - borderColor: buttonTheme.border.color.phatic.down, - color: buttonTheme.content.color.phatic.down, + backgroundColor: buttonTheme.background.color.secondary.press, + border: `${buttonTheme.border.width} solid ${buttonTheme.border.color.secondary.pressed}`, + color: buttonTheme.content.color.secondary.pressed, + ...getBoxShadowFromToken(buttonTheme.shadow.pressed), + '& > div > span': { + ...buttonTypoDefault, + }, }, }, }, link: { primary: { - color: buttonTheme.content.color.primary.default, - paddingInline: 0, - ...commonLinkStyles, - '&:hover': { - color: buttonTheme.content.color.primary.default, - textDecoration: 'none', - backgroundColor: 'transparent', - }, - }, - secondary: { color: buttonTheme.content.color.secondary.default, - paddingInline: 0, - ...commonLinkStyles, - '&:hover': { - color: buttonTheme.content.color.secondary.default, - textDecoration: 'none', - backgroundColor: 'transparent', - }, - }, - tertiary: { - color: buttonTheme.content.color.terciary.default, - paddingInline: 0, - ...commonLinkStyles, - '&:hover': { - color: buttonTheme.content.color.terciary.default, - textDecoration: 'none', - backgroundColor: 'transparent', + // paddingInline: 0, + border: 'none', + textAlign: 'center', + textDecoration: buttonTheme.textDecoration.underLine, + backgroundColor: buttonTheme.background.color.ghost.default, + // ...commonLinkStyles, + '&:focus-visible': { + backgroundColor: buttonTheme.background.color.ghost.hover, + ...getFocusDefaultBorder(theme), + outline: 'none', + '& > div > span': { + ...buttonTypoHover, + }, }, - }, - negative: { - color: theme.colors.text07, - paddingInline: 0, - ...commonLinkStyles, '&:hover': { - opacity: '0.8', - textDecoration: 'none', - backgroundColor: 'transparent', + color: buttonTheme.content.color.primary.default, + backgroundColor: buttonTheme.background.color.ghost.hover, + '& > div > span': { + ...buttonTypoHover, + }, }, '&:active': { - color: theme.colors.text07, - }, - }, - phatic: { - color: theme.colors.fatic01, - paddingInline: 0, - ...commonLinkStyles, - '&:hover': { - opacity: '0.8', - textDecoration: 'none', - backgroundColor: 'transparent', + backgroundColor: buttonTheme.background.color.ghost.pressed, + border: 'none', + color: buttonTheme.content.color.secondary.pressed, + '& > div > span': { + ...buttonTypoDefault, + }, }, }, }, @@ -271,45 +128,12 @@ const getVariant = (variant, theme, color) => { primary: { color: buttonTheme.content.color.terciary['default--reverse'], backgroundColor: 'transparent', - ...commonLinkStyles, + // ...commonLinkStyles, '&:hover': { color: buttonTheme.content.color.terciary['default--reverse'], backgroundColor: buttonTheme.background.color.terciary.default, }, }, - secondary: { - color: theme.colors.interactive02, - backgroundColor: 'transparent', - ...commonLinkStyles, - '&:hover': { - color: theme.colors.interactive02h, - backgroundColor: theme.colors.interactive03, - }, - }, - tertiary: { - color: theme.colors.text02, - backgroundColor: 'transparent', - ...commonLinkStyles, - '&:hover': { - backgroundColor: theme.colors.interactive03h, - }, - }, - negative: { - color: theme.colors.text07, - backgroundColor: 'transparent', - ...commonLinkStyles, - '&:hover': { - opacity: '0.8', - }, - }, - phatic: { - color: theme.colors.fatic01, - backgroundColor: 'transparent', - ...commonLinkStyles, - '&:hover': { - backgroundColor: theme.colors.fatic01v0, - }, - }, }, }; return variants[variant][color]; @@ -347,9 +171,12 @@ export const ButtonStyles = createStyles( let disabledOverrides = {}; if (disabled) { disabledOverrides = { - backgroundColor: - variant === 'filled' ? theme.other.global.background.color.disabled : 'transparent', + backgroundColor: theme.other.global.background.color.disabled, color: theme.other.global.content.color.disabled, + border: + variant === 'outline' + ? `${buttonTheme.border.width} solid ${theme.other.global.border.color.disabled.default}` + : 'none', }; } diff --git a/packages/components/src/theme.mixins.js b/packages/components/src/theme.mixins.js index b233ef0d4..d46f025a7 100644 --- a/packages/components/src/theme.mixins.js +++ b/packages/components/src/theme.mixins.js @@ -67,8 +67,9 @@ export function getBoxShadowFromToken(tokens) { const boxShadowString = boxShadows.join(','); return { boxShadow: boxShadowString }; } else { - const { x, y, blur, spread, color } = tokens; - return { boxShadow: `${x}px ${y}px ${blur}px ${spread}px ${color}` }; + const { x, y, blur, spread, color, type } = tokens; + const typeInset = type === 'innerShadow' ? 'inset' : ''; + return { boxShadow: `${x}px ${y}px ${blur}px ${spread}px ${color} ${typeInset}` }; } } From 04704ab45c90aeab6281f9a3193d5822636584f5 Mon Sep 17 00:00:00 2001 From: fermarinsanchez Date: Mon, 23 Oct 2023 14:28:24 +0200 Subject: [PATCH 089/547] refactor(ActionButton): ActionButton refactor done Ref: #issue/BubblesDS-5 --- .eslintrc.json | 91 +++++++++++++++---- .../ActionButton/ActionButton.constants.js | 28 ++++++ .../src/form/ActionButton/ActionButton.js | 33 ++----- .../form/ActionButton/ActionButton.stories.js | 4 +- .../form/ActionButton/ActionButton.styles.js | 63 +++---------- 5 files changed, 121 insertions(+), 98 deletions(-) create mode 100644 packages/components/src/form/ActionButton/ActionButton.constants.js diff --git a/.eslintrc.json b/.eslintrc.json index b8fdc313e..ef9eea81e 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,39 +1,92 @@ { "env": { "browser": true, + "commonjs": true, "es2021": true, - "node": true, - "jest": true + "node": true }, "globals": { "leemons": true }, - "extends": [ - "plugin:react/recommended", - "airbnb-base", - "prettier" - ], - "parser": "babel-eslint", + "extends": ["plugin:react/recommended", "plugin:sonarjs/recommended", "airbnb-base", "prettier"], + "settings": { + "react": { + "version": "detect" + } + }, + "parser": "@babel/eslint-parser", "parserOptions": { + "requireConfigFile": false, + "babelOptions": { + "babelrc": false, + "configFile": false, + "presets": ["@babel/preset-env"], + "plugins": ["@babel/plugin-syntax-jsx"] + }, + "ecmaVersion": 2020, "ecmaFeatures": { "jsx": true - }, - "ecmaVersion": 12, - "sourceType": "module" + } }, - "plugins": [ - "react", - "import", - "prettier" - ], + "plugins": ["react", "sonarjs", "import", "prettier"], "rules": { "no-plusplus": "off", "import/no-dynamic-requires": "off", "import/no-extraneous-dependencies": "off", "react/react-in-jsx-scope": "off", "no-underscore-dangle": "off", - "prettier/prettier": ["error", {}, { - "usePrettierrc": true - }] + "prettier/prettier": [ + 2, + {}, + { + "usePrettierrc": true + } + ], + "import/no-names-as-default": "off", + "import/no-unresolved": [ + 2, + { + "ignore": [ + "@academic-calendar", + "@academic-portfolio", + "@admin", + "@assignables", + "@attendance-control", + "@board-messages", + "@calendar", + "@common", + "@comunica", + "@content-creator", + "@curriculum", + "@dashboard", + "@dataset", + "@emails", + "@emails-aws-ses", + "@emails-smtp", + "@families", + "@families-emergency-numbers", + "@feedback", + "@fundae", + "@grades", + "@layout", + "@learning-paths", + "@leebrary", + "@menu-builder", + "@mqtt-aws-iot", + "@mqtt-socket-io", + "@multilanguage", + "@package-manager", + "@scores", + "@scorm", + "@tasks", + "@tests", + "@timetable", + "@users", + "@widgets", + "@xapi", + "@bubbles-ui" + ] + } + ] } } diff --git a/packages/components/src/form/ActionButton/ActionButton.constants.js b/packages/components/src/form/ActionButton/ActionButton.constants.js new file mode 100644 index 000000000..1bf2842c3 --- /dev/null +++ b/packages/components/src/form/ActionButton/ActionButton.constants.js @@ -0,0 +1,28 @@ +import PropTypes from 'prop-types'; + +export const ACTION_BUTTON_SIZES = ['sm', 'md']; +// export const ACTION_BUTTON_COLORS = ['primary', 'negative', 'phatic']; +export const ACTION_BUTTON_COLORS = ['primary']; + +export const ACTION_BUTTON_DEFAULT_PROPS = { + color: ACTION_BUTTON_COLORS[0], + size: ACTION_BUTTON_SIZES[1], + label: '', + rounded: false, + useAria: true, + active: false, +}; +export const ACTION_BUTTON_PROP_TYPES = { + /** Controls the size */ + size: PropTypes.oneOf(ACTION_BUTTON_SIZES), + /** Control the color */ + color: PropTypes.oneOf(ACTION_BUTTON_COLORS), + /** Control the tooltip of the button */ + tooltip: PropTypes.oneOfType([PropTypes.string, PropTypes.bool]), + /** Controls if ActionButton uses aria role */ + useAria: PropTypes.bool, + /** Aria label for ActionButton */ + ariaLabel: PropTypes.string, + /** Controls the visual state of the Button */ + active: PropTypes.bool, +}; diff --git a/packages/components/src/form/ActionButton/ActionButton.js b/packages/components/src/form/ActionButton/ActionButton.js index dd43346c6..d130d9ad3 100644 --- a/packages/components/src/form/ActionButton/ActionButton.js +++ b/packages/components/src/form/ActionButton/ActionButton.js @@ -1,35 +1,14 @@ import React, { forwardRef } from 'react'; -import PropTypes from 'prop-types'; import { isNil, isString } from 'lodash'; import { Button as MantineButton } from '@mantine/core'; import { ActionButtonStyles } from './ActionButton.styles'; import { Tooltip } from '../../overlay'; - -export const ACTION_BUTTON_SIZES = ['sm', 'md']; -export const ACTION_BUTTON_COLORS = ['primary', 'negative', 'phatic']; - -export const ACTION_BUTTON_DEFAULT_PROPS = { - color: ACTION_BUTTON_COLORS[0], - size: ACTION_BUTTON_SIZES[1], - label: '', - rounded: false, - useAria: true, - active: false, -}; -export const ACTION_BUTTON_PROP_TYPES = { - /** Controls the size */ - size: PropTypes.oneOf(ACTION_BUTTON_SIZES), - /** Control the color */ - color: PropTypes.oneOf(ACTION_BUTTON_COLORS), - /** Control the tooltip of the button */ - tooltip: PropTypes.oneOfType([PropTypes.string, PropTypes.bool]), - /** Controls if ActionButton uses aria role */ - useAria: PropTypes.bool, - /** Aria label for ActionButton */ - ariaLabel: PropTypes.string, - /** Controls the visual state of the Button */ - active: PropTypes.bool, -}; +import { + ACTION_BUTTON_SIZES, + ACTION_BUTTON_COLORS, + ACTION_BUTTON_DEFAULT_PROPS, + ACTION_BUTTON_PROP_TYPES, +} from './ActionButton.constants'; const TooltipComponent = ({ children, tooltip, useAria }) => { return isString(tooltip) && tooltip !== '' ? ( diff --git a/packages/components/src/form/ActionButton/ActionButton.stories.js b/packages/components/src/form/ActionButton/ActionButton.stories.js index d750c0ea1..72851abd0 100644 --- a/packages/components/src/form/ActionButton/ActionButton.stories.js +++ b/packages/components/src/form/ActionButton/ActionButton.stories.js @@ -1,11 +1,11 @@ import React from 'react'; import { ChevronRightIcon, ExpandDiagonalIcon } from '@bubbles-ui/icons/outline'; +import { ActionButton } from './ActionButton'; import { - ActionButton, ACTION_BUTTON_SIZES, ACTION_BUTTON_COLORS, ACTION_BUTTON_DEFAULT_PROPS, -} from './ActionButton'; +} from './ActionButton.constants'; import mdx from './ActionButton.mdx'; export default { diff --git a/packages/components/src/form/ActionButton/ActionButton.styles.js b/packages/components/src/form/ActionButton/ActionButton.styles.js index 730d32743..8ce074dd1 100644 --- a/packages/components/src/form/ActionButton/ActionButton.styles.js +++ b/packages/components/src/form/ActionButton/ActionButton.styles.js @@ -1,5 +1,5 @@ import { createStyles } from '@mantine/styles'; -import { pxToRem, getPaddings, getFontExpressive } from './../../theme.mixins'; +import { pxToRem, getFocusDefaultBorder } from './../../theme.mixins'; // These are really the styles when it is hovered, but they are applied when `active` prop is `true` const getActiveStyles = (theme, color) => { @@ -9,16 +9,6 @@ const getActiveStyles = (theme, color) => { borderColor: theme.border.color.primary.hover, color: `${theme.content.color.primary.hover} !important`, }, - negative: { - backgroundColor: theme.background.color.primary['hover--reverse'], - borderColor: theme.border.color.primary['hover--reverse'], - color: theme.content.color.primary['hover--reverse'], - }, - phatic: { - backgroundColor: theme.background.color.phatic.hover, - borderColor: theme.border.color.phatic.hover, - color: theme.content.color.phatic.hover, - }, }; return activeStyles[color]; }; @@ -30,50 +20,22 @@ const getSizes = (size, padding) => { }; const getVariant = (color, theme) => { + const buttonActionTheme = theme.other.buttonAction; const variants = { primary: { - backgroundColor: theme.background.color.primary.default, - borderColor: theme.border.color.primary.default, - color: theme.content.color.primary.default, + backgroundColor: buttonActionTheme.background.color.primary.default, + border: 'none', + color: buttonActionTheme.content.color.primary.default, '&:hover': { - backgroundColor: theme.background.color.primary.hover, - borderColor: theme.border.color.primary.hover, - color: theme.content.color.primary.hover, + backgroundColor: buttonActionTheme.background.color.primary.hover, }, '&:active': { - backgroundColor: theme.background.color.primary.down, - borderColor: theme.border.color.primary.down, - color: theme.content.color.primary.down, - }, - }, - negative: { - backgroundColor: theme.background.color.primary.default, - borderColor: theme.border.color.primary.default, - color: theme.content.color.primary['default--reverse'], - '&:hover': { - backgroundColor: theme.background.color.primary['hover--reverse'], - borderColor: theme.border.color.primary['hover--reverse'], - color: theme.content.color.primary['hover--reverse'], + backgroundColor: buttonActionTheme.background.color.primary.pressed, }, - '&:active': { - backgroundColor: theme.background.color.primary['down--reverse'], - borderColor: theme.border.color.primary['down--reverse'], - color: `${theme.content.color.primary['down--reverse']}`, - }, - }, - phatic: { - backgroundColor: theme.background.color.phatic.default, - borderColor: theme.border.color.phatic.default, - color: theme.content.color.phatic.default, - '&:hover': { - backgroundColor: theme.background.color.phatic.hover, - borderColor: theme.border.color.phatic.hover, - color: theme.content.color.phatic.hover, - }, - '&:active': { - backgroundColor: theme.background.color.phatic.down, - borderColor: theme.border.color.phatic.down, - color: theme.content.color.phatic.down, + '&:focus-visible': { + backgroundColor: buttonActionTheme.background.color.primary.hover, + ...getFocusDefaultBorder(theme), + outline: 'none', }, }, }; @@ -84,6 +46,7 @@ export const ActionButtonStyles = createStyles( (theme, { size, color, iconOnly, radius, active }) => { const actionButtonTheme = theme.other.buttonAction; const iconSize = size === 'md' ? 'lg' : 'md'; + console.log(theme); const isActive = active ? getActiveStyles(actionButtonTheme, color) : {}; @@ -93,7 +56,7 @@ export const ActionButtonStyles = createStyles( borderRadius: actionButtonTheme.border.radius[radius], ...actionButtonTheme.content.typo, ...getSizes(size || 'md', actionButtonTheme.spacing.padding), - ...getVariant(color, actionButtonTheme), + ...getVariant(color, theme), ...isActive, }, inner: { gap: iconOnly ? 0 : actionButtonTheme.spacing.gap }, From ff51e72ab461e269a5874d8832b26469ead6fa1a Mon Sep 17 00:00:00 2001 From: fermarinsanchez Date: Mon, 23 Oct 2023 14:39:09 +0200 Subject: [PATCH 090/547] refactor(ActionButton): ActionButton stories refactor Ref: #issue/BubblesDS-5 --- .../src/form/ActionButton/ActionButton.stories.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/components/src/form/ActionButton/ActionButton.stories.js b/packages/components/src/form/ActionButton/ActionButton.stories.js index 72851abd0..072713571 100644 --- a/packages/components/src/form/ActionButton/ActionButton.stories.js +++ b/packages/components/src/form/ActionButton/ActionButton.stories.js @@ -26,12 +26,12 @@ export default { }, }; -const Template = ({ test_showLeftIcon, test_showRightIcon, ...props }) => { +const Template = ({ testShowLeftIcon, testShowRightIcon, ...props }) => { return ( : null} - icon={test_showLeftIcon ? : null} + rightIcon={testShowRightIcon ? : null} + icon={testShowLeftIcon ? : null} {...props} /> ); @@ -42,6 +42,6 @@ export const Playground = Template.bind({}); Playground.args = { ...ACTION_BUTTON_DEFAULT_PROPS, tooltip: 'Expand', - test_showLeftIcon: true, - test_showRightIcon: false, + testShowLeftIcon: true, + testShowRightIcon: false, }; From d1c95539da879493a6a4d364b7cf3a33c91fbcc1 Mon Sep 17 00:00:00 2001 From: fermarinsanchez Date: Tue, 24 Oct 2023 09:51:31 +0200 Subject: [PATCH 091/547] refactor(IconButton): style refactor Ref: #issue/BubblesDS-5 --- .../form/IconButton/IconButton.constants.js | 29 +++++++++++++++ .../src/form/IconButton/IconButton.js | 35 ++++--------------- .../src/form/IconButton/IconButton.stories.js | 4 +-- .../src/form/IconButton/IconButton.styles.js | 15 ++++---- 4 files changed, 47 insertions(+), 36 deletions(-) create mode 100644 packages/components/src/form/IconButton/IconButton.constants.js diff --git a/packages/components/src/form/IconButton/IconButton.constants.js b/packages/components/src/form/IconButton/IconButton.constants.js new file mode 100644 index 000000000..273e79add --- /dev/null +++ b/packages/components/src/form/IconButton/IconButton.constants.js @@ -0,0 +1,29 @@ +import PropTypes from 'prop-types'; + +export const ICON_BUTTON_SIZES = ['xs', 'sm', 'md', 'lg']; +export const ICON_BUTTON_VARIANTS = ['default', 'transparent']; +export const ICON_BUTTON_COLORS = ['positive', 'negative', 'primary']; + +export const ICON_BUTTON_DEFAULT_PROPS = { + size: 'sm', + color: 'positive', + rounded: false, + variant: 'default', + label: '', + useAria: true, +}; + +export const ICON_BUTTON_PROP_TYPES = { + /** Controls the size */ + size: PropTypes.oneOf(ICON_BUTTON_SIZES), + /** Controls the color */ + color: PropTypes.oneOf(ICON_BUTTON_COLORS), + /** Controls if its rounded */ + rounded: PropTypes.bool, + /** Controls the appearance */ + variant: PropTypes.oneOf(ICON_BUTTON_VARIANTS), + /** Button label */ + label: PropTypes.string, + /** Button icon */ + icon: PropTypes.node, +}; diff --git a/packages/components/src/form/IconButton/IconButton.js b/packages/components/src/form/IconButton/IconButton.js index a8ff0d9e3..b23df5d8e 100644 --- a/packages/components/src/form/IconButton/IconButton.js +++ b/packages/components/src/form/IconButton/IconButton.js @@ -1,21 +1,13 @@ import React, { forwardRef } from 'react'; -import PropTypes from 'prop-types'; import { isNil } from 'lodash'; import { ActionIcon as MantineActionIcon } from '@mantine/core'; import { IconButtonStyles } from './IconButton.styles'; - -export const ICON_BUTTON_SIZES = ['xs', 'sm', 'md', 'lg']; -export const ICON_BUTTON_VARIANTS = ['default', 'transparent']; -export const ICON_BUTTON_COLORS = ['positive', 'negative', 'primary']; - -export const ICON_BUTTON_DEFAULT_PROPS = { - size: 'sm', - color: 'positive', - rounded: false, - variant: 'default', - label: '', - useAria: true, -}; +import { + ICON_BUTTON_COLORS, + ICON_BUTTON_DEFAULT_PROPS, + ICON_BUTTON_VARIANTS, + ICON_BUTTON_PROP_TYPES, +} from './IconButton.constants'; export const IconButton = forwardRef( ( @@ -64,17 +56,4 @@ export const IconButton = forwardRef( IconButton.defaultProps = ICON_BUTTON_DEFAULT_PROPS; -IconButton.propTypes = { - /** Controls the size */ - size: PropTypes.oneOf(ICON_BUTTON_SIZES), - /** Controls the color */ - color: PropTypes.oneOf(ICON_BUTTON_COLORS), - /** Controls if its rounded */ - rounded: PropTypes.bool, - /** Controls the appearance */ - variant: PropTypes.oneOf(ICON_BUTTON_VARIANTS), - /** Button label */ - label: PropTypes.string, - /** Button icon */ - icon: PropTypes.node, -}; +IconButton.propTypes = ICON_BUTTON_PROP_TYPES; diff --git a/packages/components/src/form/IconButton/IconButton.stories.js b/packages/components/src/form/IconButton/IconButton.stories.js index 5386ea076..13de22831 100644 --- a/packages/components/src/form/IconButton/IconButton.stories.js +++ b/packages/components/src/form/IconButton/IconButton.stories.js @@ -1,12 +1,12 @@ import React from 'react'; import { ChevronRightIcon } from '@bubbles-ui/icons/outline'; +import { IconButton } from './IconButton'; import { - IconButton, ICON_BUTTON_SIZES, ICON_BUTTON_COLORS, ICON_BUTTON_VARIANTS, ICON_BUTTON_DEFAULT_PROPS, -} from './IconButton'; +} from './IconButton.constants'; import mdx from './IconButton.mdx'; export default { diff --git a/packages/components/src/form/IconButton/IconButton.styles.js b/packages/components/src/form/IconButton/IconButton.styles.js index c9cdf91af..97d39e168 100644 --- a/packages/components/src/form/IconButton/IconButton.styles.js +++ b/packages/components/src/form/IconButton/IconButton.styles.js @@ -1,5 +1,5 @@ import { createStyles } from '@mantine/styles'; -import { pxToRem, getPaddings, getFontExpressive } from './../../theme.mixins'; +import { pxToRem, getFocusDefaultBorder, getBoxShadowFromToken } from './../../theme.mixins'; const getSizes = (size, spacing) => { return { @@ -32,6 +32,7 @@ const getSizes = (size, spacing) => { }; const getVariant = (variant, theme, color) => { + const buttonIconTheme = theme.other.buttonIcon; const variants = { default: { positive: { @@ -72,14 +73,16 @@ const getVariant = (variant, theme, color) => { }, }, primary: { - backgroundColor: theme.colors.interactive01, - color: theme.colors.text07, + backgroundColor: buttonIconTheme.background.color.primary.default, + color: buttonIconTheme.content.color.primary.default, '&:hover': { - backgroundColor: theme.colors.interactive01h, + ...getBoxShadowFromToken(buttonIconTheme.shadow.hover), + backgroundColor: buttonIconTheme.background.color.primary.default, + border: 'none', }, '&:active': { - backgroundColor: theme.colors.interactive01, - borderColor: theme.colors.interactive01h, + backgroundColor: buttonIconTheme.background.color.primary.pressed, + boxShadow: 'none', }, }, }, From b5179a6601180fc5553a730194b6de40e8910e74 Mon Sep 17 00:00:00 2001 From: fermarinsanchez Date: Tue, 24 Oct 2023 11:17:59 +0200 Subject: [PATCH 092/547] fix(components): eslint errors Ref: #issue/BubblesDS-5 --- .eslintrc.json | 47 +- package.json | 10 + .../src/form/ActionButton/ActionButton.js | 14 +- packages/components/src/form/Button/Button.js | 14 +- .../src/form/Button/Button.stories.js | 13 +- .../src/form/Button/Button.styles.js | 17 +- .../src/form/IconButton/IconButton.js | 9 +- .../src/form/IconButton/IconButton.stories.js | 12 +- .../src/form/IconButton/IconButton.styles.js | 30 +- packages/components/src/theme.mixins.js | 24 +- yarn.lock | 1167 ++++++++++++++++- 11 files changed, 1222 insertions(+), 135 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index ef9eea81e..b38de7ad7 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -42,51 +42,6 @@ "usePrettierrc": true } ], - "import/no-names-as-default": "off", - "import/no-unresolved": [ - 2, - { - "ignore": [ - "@academic-calendar", - "@academic-portfolio", - "@admin", - "@assignables", - "@attendance-control", - "@board-messages", - "@calendar", - "@common", - "@comunica", - "@content-creator", - "@curriculum", - "@dashboard", - "@dataset", - "@emails", - "@emails-aws-ses", - "@emails-smtp", - "@families", - "@families-emergency-numbers", - "@feedback", - "@fundae", - "@grades", - "@layout", - "@learning-paths", - "@leebrary", - "@menu-builder", - "@mqtt-aws-iot", - "@mqtt-socket-io", - "@multilanguage", - "@package-manager", - "@scores", - "@scorm", - "@tasks", - "@tests", - "@timetable", - "@users", - "@widgets", - "@xapi", - "@bubbles-ui" - ] - } - ] + "import/no-names-as-default": "off" } } diff --git a/package.json b/package.json index 93d2b89d4..24bcc07cf 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "release:dev": "yarn changeset version && yarn changeset publish --tag dev" }, "dependencies": { + "@babel/eslint-parser": "^7.22.15", "@changesets/cli": "^2.26.0", "react": "^17.0.1", "react-dom": "^17.0.1" @@ -44,11 +45,20 @@ "better-spawn": "^1.0.4", "chalk": "^4.1.1", "chromatic": "^6.11.4", + "eslint": "^8.48.0", + "eslint-config-airbnb-base": "^15.0.0", + "eslint-config-prettier": "^8.8.0", + "eslint-plugin-import": "^2.27.5", + "eslint-plugin-prettier": "^4.2.1", + "eslint-plugin-react": "^7.33.2", + "eslint-plugin-sonarjs": "^0.21.0", "execa": "5.1.1", "fs-extra": "^10.0.0", "generate-template-files": "^3.2.0", "madge": "^5.0.1", "npm-run-all": "^4.1.5", + "prettier": "^2.8.8", + "prettier-eslint": "^15.0.1", "tsc-silent": "^1.2.2", "typescript": "^4.7.3", "webpack": "5", diff --git a/packages/components/src/form/ActionButton/ActionButton.js b/packages/components/src/form/ActionButton/ActionButton.js index d130d9ad3..34b5eb753 100644 --- a/packages/components/src/form/ActionButton/ActionButton.js +++ b/packages/components/src/form/ActionButton/ActionButton.js @@ -1,8 +1,9 @@ +/* eslint-disable react/prop-types */ import React, { forwardRef } from 'react'; import { isNil, isString } from 'lodash'; import { Button as MantineButton } from '@mantine/core'; import { ActionButtonStyles } from './ActionButton.styles'; -import { Tooltip } from '../../overlay'; +import { Tooltip } from '../../overlay/Tooltip'; import { ACTION_BUTTON_SIZES, ACTION_BUTTON_COLORS, @@ -10,8 +11,8 @@ import { ACTION_BUTTON_PROP_TYPES, } from './ActionButton.constants'; -const TooltipComponent = ({ children, tooltip, useAria }) => { - return isString(tooltip) && tooltip !== '' ? ( +const TooltipComponent = ({ children, tooltip, useAria }) => + isString(tooltip) && tooltip !== '' ? ( { ) : ( <>{children} ); -}; -export const ActionButton = forwardRef( +const ActionButton = forwardRef( ( { as, @@ -99,3 +99,7 @@ export const ActionButton = forwardRef( ActionButton.defaultProps = ACTION_BUTTON_DEFAULT_PROPS; ActionButton.propTypes = ACTION_BUTTON_PROP_TYPES; +ActionButton.displayName = 'ActionButton'; + +export { ActionButton }; +export default ActionButton; diff --git a/packages/components/src/form/Button/Button.js b/packages/components/src/form/Button/Button.js index 987baa244..88fa9cd51 100644 --- a/packages/components/src/form/Button/Button.js +++ b/packages/components/src/form/Button/Button.js @@ -9,7 +9,7 @@ import { BUTTON_PROP_TYPES, } from './Button.constants'; -export const Button = forwardRef( +const Button = forwardRef( ( { children, @@ -31,9 +31,9 @@ export const Button = forwardRef( useAria, ariaLabel, textAlign, - compact, //UNUSED - gradient, //UNUSED - radius, //UNUSED + compact, // UNUSED + gradient, // UNUSED + radius, // UNUSED ...props }, ref @@ -67,6 +67,7 @@ export const Button = forwardRef( {...props} ref={ref} component={as} + // eslint-disable-next-line react/no-children-prop children={children} leftIcon={leftIcon} rightIcon={rightIcon} @@ -85,5 +86,8 @@ export const Button = forwardRef( ); Button.defaultProps = BUTTON_DEFAULT_PROPS; - Button.propTypes = BUTTON_PROP_TYPES; +Button.displayName = 'Button'; + +export { Button }; +export default Button; diff --git a/packages/components/src/form/Button/Button.stories.js b/packages/components/src/form/Button/Button.stories.js index df0f9e7b2..60efeda71 100644 --- a/packages/components/src/form/Button/Button.stories.js +++ b/packages/components/src/form/Button/Button.stories.js @@ -1,3 +1,4 @@ +/* eslint-disable react/prop-types */ import React from 'react'; import { AddIcon } from '@bubbles-ui/icons/outline'; import { Button } from './Button'; @@ -33,12 +34,12 @@ const Template = ({ label, rightIcon, leftIcon, - test_showLeftIcon, - test_showRightIcon, + testShowLeftIcon, + testShowRightIcon, ...props }) => { - const buttonLeftIcon = test_showLeftIcon ? leftIcon : undefined; - const buttonRightIcon = test_showRightIcon ? rightIcon : undefined; + const buttonLeftIcon = testShowLeftIcon ? leftIcon : undefined; + const buttonRightIcon = testShowRightIcon ? rightIcon : undefined; return ( + + )} +
+ + + {activeStep < totalSteps - 1 ? ( + + ) : ( + Finalizar + )} + +
+ + +); + +const Body = ({ showStepper, children, ...props }) => ( + + {showStepper && Soy un Stepper} + {children} + +); + +const Template = ({ ...props }) => { + const [activeStep, setActiveStep] = React.useState(0); + const Steps = React.useMemo(() => + [...Array(4)].map((_, i) => , []), + ); + const totalSteps = Steps.length; + + const handleNext = () => { + setActiveStep(activeStep + 1); + window.scrollTo(0, 0, { behavior: 'smooth' }); + }; + + const handlePrev = () => { + setActiveStep(activeStep - 1); + window.scrollTo(0, 0, { behavior: 'smooth' }); + }; + + return ( + + + {/* Header */} + +
+ + {/* Body */} + + + {/* Stepper */} + Soy un Stepper + {/* Content */} + + + {/* Steps */} + {Steps[activeStep]} + + {/* Footer */} +