diff --git a/.changeset/figma-update.md b/.changeset/figma-update.md new file mode 100644 index 0000000..70a4d71 --- /dev/null +++ b/.changeset/figma-update.md @@ -0,0 +1,6 @@ +--- +'@stacks/ui-theme': patch +--- + +Update figma.json + diff --git a/packages/ui-theme/src/figma.json b/packages/ui-theme/src/figma.json index befd690..4fa8595 100644 --- a/packages/ui-theme/src/figma.json +++ b/packages/ui-theme/src/figma.json @@ -1,1083 +1,3 @@ { - "record": { - "version": "51", - "updatedAt": "Mon Apr 26 2021 17:50:17 GMT+0200 (Central European Summer Time)", - "values": { - "options": { - "colors": { - "light": { - "background": { - "background": { - "value": "$colors.base.white" - }, - "background-subdued": { - "value": "$colors.slate.100" - } - }, - "surface": { - "surface": { - "value": "$colors.base.white" - }, - "surface-subdued": { - "value": "$colors.slate.100" - }, - "surface--hovered": { - "value": "$colors.slate.050" - }, - "surface--pressed": { - "value": "$colors.slate.200" - }, - "surface--disabled": { - "value": "$colors.slate.100" - }, - "surface-contrast": { - "value": "$colors.base.black" - }, - "overlay": { - "value": "$colors.base.black" - } - }, - "onSurface": { - "border": { - "value": "$colors.slate.300" - }, - "border-subdued": { - "value": "$colors.slate.200" - }, - "border--disabled": { - "value": "$colors.slate.200" - }, - "border--focused": { - "value": "$colors.blue.300" - }, - "icon": { - "value": "$colors.slate.800" - }, - "icon-subdued": { - "value": "$colors.slate.500" - }, - "icon--disabled": { - "value": "$colors.slate.400" - }, - "icon-onPrimary": { - "value": "$colors.base.white" - }, - "icon-onCritical": { - "value": "$colors.base.white" - }, - "icon-onWarning": { - "value": "$colors.base.white" - }, - "icon-onSuccess": { - "value": "$colors.base.white" - }, - "text": { - "value": "$colors.slate.800" - }, - "text-subdued": { - "value": "$colors.slate.500" - }, - "text-dim": { - "value": "$colors.slate.400" - }, - "text--disabled": { - "value": "$colors.slate.400" - }, - "text-onPrimary": { - "value": "$colors.base.white" - }, - "text-onCritical": { - "value": "$colors.base.white" - }, - "text-onWarning": { - "value": "$colors.slate.800" - }, - "text-onContrast": { - "value": "$colors.base.white" - }, - "text-onSuccess": { - "value": "$colors.slate.800" - } - }, - "primary": { - "action-primary": { - "value": "$colors.blue.600" - }, - "action-primary--hovered": { - "value": "$colors.blue.500" - }, - "action-primary--pressed": { - "value": "$colors.blue.700" - }, - "action-primary--disabled": { - "value": "$colors.slate.100" - }, - "action-subdued": { - "value": "$colors.blue.100" - }, - "action-subdued--hovered": { - "value": "$colors.blue.200" - }, - "action-subdued--pressed": { - "value": "$colors.blue.300" - }, - "action-subdued--disabled": { - "value": "$colors.slate.100" - } - }, - "secondary": { - "secondary": { - "value": "$colors.base.white" - }, - "secondary-subdued": { - "value": "$colors.slate.100" - }, - "action-secondary": { - "value": "$colors.base.white" - }, - "action-secondary--hovered": { - "value": "$colors.slate.050" - }, - "action-secondary--disabled": { - "value": "$colors.slate.050" - } - }, - "interactive": { - "interactive": { - "value": "$colors.blue.600" - }, - "interactive--hovered": { - "value": "$colors.blue.500" - }, - "interactive--pressed": { - "value": "$colors.blue.700" - }, - "interactive--disabled": { - "value": "$colors.slate.300" - }, - "surface-selected": { - "value": "$colors.blue.050" - }, - "icon-onPrimary-subdued": { - "value": "$colors.blue.600" - }, - "text-onPrimary-subdued": { - "value": "$colors.blue.600" - } - }, - "success": { - "success": { - "value": "$colors.green.600" - }, - "text-success": { - "value": "$colors.green.600" - }, - "icon-success": { - "value": "$colors.green.600" - }, - "border-success": { - "value": "$colors.green.300" - }, - "surface-success": { - "value": "$colors.green.100" - } - }, - "warning": { - "warning": { - "value": "$colors.orange.600" - }, - "icon-warning": { - "value": "$colors.orange.600" - }, - "action-warning": { - "value": "$colors.orange.600" - }, - "border-warning": { - "value": "$colors.orange.300" - }, - "surface-warning": { - "value": "$colors.orange.100" - } - }, - "critical": { - "surface-critical": { - "value": "$colors.red.600" - }, - "text-critical": { - "value": "$colors.red.600" - }, - "icon-critical": { - "value": "$colors.red.600" - }, - "action-critical": { - "value": "$colors.red.600" - }, - "border-critical": { - "value": "$colors.red.300" - } - }, - "accent": { - "icon-accent": { - "value": "$colors.blue.600" - }, - "surface-accent": { - "value": "$colors.blue.050" - }, - "border-accent": { - "value": "$colors.blue.600" - } - } - }, - "dark": { - "background": { - "background": { - "value": "#0c0c0d" - }, - "background-subdued": { - "value": "#171717" - } - }, - "surface": { - "overlay": { - "description": "0C0C0D", - "value": "#fafafa29" - }, - "surface": { - "value": "#0c0c0d" - }, - "surface-subdued": { - "description": "161616", - "value": "#171717" - }, - "surface--hovered": { - "value": "#171717" - }, - "surface--disabled": { - "description": "161616", - "value": "#171717" - }, - "surface--pressed": { - "description": "262626", - "value": "#262626" - }, - "surface--selected": { - "description": "161616", - "value": "#171717" - }, - "surface-contrast": { - "description": "FFFFFF", - "value": "#ffffff" - } - }, - "onSurface": { - "border": { - "description": "333333", - "value": "#333333" - }, - "border--disabled": { - "description": "262626", - "value": "#262626" - }, - "border-subdued": { - "description": "262626", - "value": "#262626" - }, - "border--focused": { - "description": "7F97F1", - "value": "#7f97f1" - }, - "icon": { - "description": "F4F4F4", - "value": "#f5f5f5" - }, - "icon--disabled": { - "description": "333333", - "value": "#333333" - }, - "icon-subdued": { - "description": "777777", - "value": "#9a9a9a" - }, - "iconOn-primary": { - "description": "F4F4F4", - "value": "#f5f5f5" - }, - "iconOn-success": { - "description": "F4F4F4", - "value": "#f5f5f5" - }, - "iconOn-warning": { - "description": "F4F4F4", - "value": "#f5f5f5" - }, - "iconOn-critical": { - "description": "F4F4F4", - "value": "#f5f5f5" - }, - "text": { - "description": "F4F4F4", - "value": "#f5f5f5" - }, - "text--disabled": { - "description": "333333", - "value": "#333333" - }, - "text-subdued": { - "description": "777777", - "value": "#9a9a9a" - }, - "text-dim": { - "value": "#777777" - }, - "textOn-contrast": { - "description": "0C0C0D", - "value": "#0c0c0d" - }, - "textOn-primary": { - "description": "F4F4F4", - "value": "#f5f5f5" - }, - "textOn-success": { - "description": "F4F4F4", - "value": "#f5f5f5" - }, - "textOn-warning": { - "description": "F4F4F4", - "value": "#f5f5f5" - }, - "textOn-critical": { - "description": "F4F4F4", - "value": "#f5f5f5" - } - }, - "primary": { - "action-subdued--pressed": { - "description": "7F97F1", - "value": "#7f97f13d" - }, - "action-primary": { - "description": "5546FF", - "value": "#5546ff" - }, - "action-primary--disabled": { - "description": "262626", - "value": "#262626" - }, - "action-primary--hovered": { - "description": "5C6CF2", - "value": "#5c6cf2" - }, - "action-primary--pressed": { - "description": "2323C7", - "value": "#2323c7" - }, - "action-subdued": { - "description": "7F97F1", - "value": "#7f97f11f" - }, - "action-subdued--disabled": { - "description": "262626", - "value": "#262626" - }, - "action-subdued--hovered": { - "description": "7F97F1", - "value": "#7f97f12e" - } - }, - "secondary": { - "secondary-subdued": { - "description": "161616", - "value": "#171717" - }, - "action-secondary": { - "description": "0C0C0D", - "value": "#0c0c0d" - }, - "action-secondary--disabled": { - "description": "0C0C0D", - "value": "#0c0c0d" - }, - "action-secondary--hovered": { - "description": "161616", - "value": "#171717" - }, - "secondary": { - "description": "0C0C0D", - "value": "#0c0c0d" - } - }, - "interactive": { - "interactive": { - "value": "#7f97f1" - }, - "interactive--hovered": { - "value": "#5c6cf2" - }, - "interactive--pressed": { - "value": "#5c6cf2" - }, - "icon-onPrimary-subdued": { - "description": "7F97F1", - "value": "#7f97f1" - }, - "text-onPrimary-subdued": { - "description": "7F97F1", - "value": "#7f97f1" - }, - "interactive--disabled": { - "value": "#333333" - } - }, - "warning": { - "surface-warning": { - "value": "#ffbd7a" - }, - "icon-warning": { - "value": "#ffa953" - }, - "action-warning": { - "value": "#ffa953" - }, - "border-warning": { - "value": "#ffbd7a" - } - }, - "critical": { - "surface-critical": { - "value": "#e76c6a" - }, - "text-critical": { - "value": "#e76c6a" - }, - "icon-critical": { - "value": "#e76c6a" - }, - "action-critical": { - "value": "#c83532" - }, - "border-critical": { - "value": "#e76c6a" - } - }, - "accent": { - "icon-accent": { - "value": "$colors.blue.600" - }, - "surface-accent": { - "value": "$colors.blue.200" - }, - "border-accent": { - "value": "$colors.blue.600" - } - } - }, - "base": { - "black": { - "description": "0C0C0D", - "value": "#0c0c0d" - }, - "white": { - "description": "FFFFFF", - "value": "#ffffff" - } - }, - "slate": { - "100": { - "description": "F5F5F7", - "value": "#f5f5f7" - }, - "200": { - "description": "EFEFF2", - "value": "#efeff2" - }, - "300": { - "description": "DCDDE1", - "value": "#dcdde2" - }, - "400": { - "description": "979BA3", - "value": "#8d929a" - }, - "500": { - "description": "71777F", - "value": "#74777d" - }, - "600": { - "description": "61666E", - "value": "#62676e" - }, - "700": { - "description": "61666E", - "value": "#303236" - }, - "800": { - "description": "242629", - "value": "#242629" - }, - "900": { - "description": "1A1B1E", - "value": "#151619" - }, - "050": { - "value": "#f9f9fa" - } - }, - "grey": { - "100": { - "description": "F4F4F4", - "value": "#f5f5f5" - }, - "200": { - "description": "EFEFEF", - "value": "#efefef" - }, - "300": { - "description": "DDDDDD", - "value": "#dddddd" - }, - "400": { - "description": "9A9A9A", - "value": "#9a9a9a" - }, - "500": { - "description": "777777", - "value": "#777777" - }, - "600": { - "description": "666666", - "value": "#666666" - }, - "700": { - "description": "666666", - "value": "#333333" - }, - "800": { - "description": "262626", - "value": "#262626" - }, - "900": { - "description": "1B1B1B", - "value": "#171717" - }, - "050": { - "value": "#fafafa" - } - }, - "blue": { - "100": { - "description": "F2F5FC", - "value": "#eef2fb" - }, - "200": { - "description": "EAF0FB", - "value": "#e5ebfa" - }, - "300": { - "description": "D2DEF6", - "value": "#cedafa" - }, - "400": { - "description": "7F96F0", - "value": "#7f97f1" - }, - "500": { - "description": "5C6CF2", - "value": "#5c6cf2" - }, - "600": { - "description": "5252F5", - "value": "#5546ff" - }, - "700": { - "description": "111181", - "value": "#2323c7" - }, - "800": { - "description": "111181", - "value": "#0f0fa9" - }, - "900": { - "description": "0B0A63", - "value": "#0b0a63" - }, - "050": { - "value": "#f7f8fd" - } - }, - "green": { - "100": { - "value": "#f1f9f1" - }, - "300": { - "description": "DFF0DB", - "value": "#d9edd4" - }, - "500": { - "value": "#23a978" - }, - "600": { - "description": "008051", - "value": "#008051" - } - }, - "orange": { - "100": { - "value": "#fff5eb" - }, - "300": { - "description": "FFE5CC", - "value": "#ffe0c2" - }, - "500": { - "value": "#ffbd7a" - }, - "600": { - "description": "FFA953", - "value": "#ffa953" - } - }, - "red": { - "100": { - "value": "#fceeed" - }, - "300": { - "description": "F8D5D3", - "value": "#f7cdca" - }, - "500": { - "value": "#e76c6a" - }, - "600": { - "description": "C83532", - "value": "#c83532" - } - }, - "all": { - "base": { - "black": { - "description": "0C0C0D", - "value": "#0c0c0d" - }, - "white": { - "description": "FFFFFF", - "value": "#ffffff" - } - }, - "slate": { - "100": { - "description": "F5F5F7", - "value": "#f5f5f7" - }, - "200": { - "description": "EFEFF2", - "value": "#efeff2" - }, - "300": { - "description": "DCDDE1", - "value": "#dcdde2" - }, - "400": { - "description": "979BA3", - "value": "#8d929a" - }, - "500": { - "description": "71777F", - "value": "#74777d" - }, - "600": { - "description": "61666E", - "value": "#62676e" - }, - "700": { - "description": "61666E", - "value": "#303236" - }, - "800": { - "description": "242629", - "value": "#242629" - }, - "900": { - "description": "1A1B1E", - "value": "#151619" - }, - "050": { - "value": "#f9f9fa" - } - }, - "grey": { - "100": { - "description": "F4F4F4", - "value": "#f5f5f5" - }, - "200": { - "description": "EFEFEF", - "value": "#efefef" - }, - "300": { - "description": "DDDDDD", - "value": "#dddddd" - }, - "400": { - "description": "9A9A9A", - "value": "#9a9a9a" - }, - "500": { - "description": "777777", - "value": "#777777" - }, - "600": { - "description": "666666", - "value": "#666666" - }, - "700": { - "description": "666666", - "value": "#333333" - }, - "800": { - "description": "262626", - "value": "#262626" - }, - "900": { - "description": "1B1B1B", - "value": "#171717" - }, - "050": { - "value": "#fafafa" - } - }, - "blue": { - "100": { - "description": "F2F5FC", - "value": "#eef2fb" - }, - "200": { - "description": "EAF0FB", - "value": "#e5ebfa" - }, - "300": { - "description": "D2DEF6", - "value": "#cedafa" - }, - "400": { - "description": "7F96F0", - "value": "#7f97f1" - }, - "500": { - "description": "5C6CF2", - "value": "#5c6cf2" - }, - "600": { - "description": "5252F5", - "value": "#5546ff" - }, - "700": { - "description": "111181", - "value": "#2323c7" - }, - "800": { - "description": "111181", - "value": "#0f0fa9" - }, - "900": { - "description": "0B0A63", - "value": "#0b0a63" - }, - "050": { - "value": "#f7f8fd" - } - }, - "green": { - "100": { - "value": "#f1f9f1" - }, - "300": { - "description": "DFF0DB", - "value": "#d9edd4" - }, - "500": { - "value": "#23a978" - }, - "600": { - "description": "008051", - "value": "#008051" - } - }, - "orange": { - "100": { - "value": "#fff5eb" - }, - "300": { - "description": "FFE5CC", - "value": "#ffe0c2" - }, - "500": { - "value": "#ffbd7a" - }, - "600": { - "description": "FFA953", - "value": "#ffa953" - } - }, - "red": { - "100": { - "value": "#fceeed" - }, - "300": { - "description": "F8D5D3", - "value": "#f7cdca" - }, - "500": { - "value": "#e76c6a" - }, - "600": { - "description": "C83532", - "value": "#c83532" - } - } - } - }, - "fontFamilies": { - "open-sauce": { - "value": "Open Sauce One" - }, - "inter": { - "value": "Inter" - }, - "font-open-sauce-one": "Open Sauce One", - "font-inter": "Inter" - }, - "lineHeights": { - "0": 80, - "1": 72, - "2": 60, - "3": 56, - "4": 48, - "5": 36, - "6": 28, - "7": 24, - "8": 20, - "9": 16 - }, - "fontWeights": { - "medium": { - "value": "Medium" - }, - "regular": { - "value": "Regular" - }, - "font-open-sauce-one-0": "Medium", - "font-inter-1": "Medium", - "font-inter-2": "Regular" - }, - "fontSizes": { - "0": { - "value": 12 - }, - "1": 14, - "2": 16, - "3": 20, - "4": 24, - "5": 32, - "6": 40, - "7": 48, - "8": 64, - "9": 72 - }, - "letterSpacing": { - "0": "-2%", - "1": "-1%", - "2": "0%", - "none": { - "value": "0%" - }, - "tight": { - "value": "-1%" - }, - "extra-tight": { - "value": "-2%" - } - }, - "paragraphSpacing": { - "0": 0, - "none": { - "value": 0 - } - }, - "typography": { - "Display": { - "Display01": { - "value": { - "fontFamily": "$fontFamilies.open-sauce", - "fontWeight": "$fontWeights.medium", - "lineHeight": "$lineHeights.0", - "fontSize": "$fontSizes.9", - "letterSpacing": "$letterSpacing.extra-tight", - "paragraphSpacing": "$paragraphSpacing.none" - } - }, - "Display02": { - "value": { - "fontFamily": "$fontFamilies.open-sauce", - "fontWeight": "$fontWeights.medium", - "lineHeight": "$lineHeights.1", - "fontSize": "$fontSizes.8", - "letterSpacing": "$letterSpacing.extra-tight", - "paragraphSpacing": "$paragraphSpacing.none" - } - } - }, - "Heading": { - "Heading01": { - "value": { - "fontFamily": "$fontFamilies.open-sauce", - "fontWeight": "$fontWeights.medium", - "lineHeight": "$lineHeights.2", - "fontSize": "$fontSizes.7", - "letterSpacing": "$letterSpacing.extra-tight", - "paragraphSpacing": "$paragraphSpacing.none" - } - }, - "Heading02": { - "value": { - "fontFamily": "$fontFamilies.open-sauce", - "fontWeight": "$fontWeights.medium", - "lineHeight": "$lineHeights.3", - "fontSize": "$fontSizes.6", - "letterSpacing": "$letterSpacing.extra-tight", - "paragraphSpacing": "$paragraphSpacing.none" - } - }, - "Heading03": { - "value": { - "fontFamily": "$fontFamilies.open-sauce", - "fontWeight": "$fontWeights.medium", - "lineHeight": "$lineHeights.4", - "fontSize": "$fontSizes.5", - "letterSpacing": "$letterSpacing.extra-tight", - "paragraphSpacing": "$paragraphSpacing.none" - } - }, - "Heading04": { - "value": { - "fontFamily": "$fontFamilies.open-sauce", - "fontWeight": "$fontWeights.medium", - "lineHeight": "$lineHeights.5", - "fontSize": "$fontSizes.4", - "letterSpacing": "$letterSpacing.tight", - "paragraphSpacing": "$paragraphSpacing.none" - } - }, - "Heading05": { - "value": { - "fontFamily": "$fontFamilies.open-sauce", - "fontWeight": "$fontWeights.medium", - "lineHeight": "$lineHeights.6", - "fontSize": "$fontSizes.3", - "letterSpacing": "$letterSpacing.tight", - "paragraphSpacing": "$paragraphSpacing.none" - } - } - }, - "Label": { - "Label01": { - "value": { - "fontFamily": "$fontFamilies.inter", - "fontWeight": "$fontWeights.medium", - "lineHeight": "$lineHeights.7", - "fontSize": "$fontSizes.2", - "letterSpacing": "$letterSpacing.tight", - "paragraphSpacing": "$paragraphSpacing.none" - } - }, - "Label02": { - "value": { - "fontFamily": "$fontFamilies.inter", - "fontWeight": "$fontWeights.medium", - "lineHeight": "$lineHeights.8", - "fontSize": "$fontSizes.1", - "letterSpacing": "$letterSpacing.tight", - "paragraphSpacing": "$paragraphSpacing.none" - } - }, - "Label03": { - "value": { - "fontFamily": "$fontFamilies.inter", - "fontWeight": "$fontWeights.medium", - "lineHeight": "$lineHeights.9", - "fontSize": "$fontSizes.0", - "letterSpacing": "$letterSpacing.none", - "paragraphSpacing": "$paragraphSpacing.none" - } - } - }, - "Body": { - "Body01": { - "value": { - "fontFamily": "$fontFamilies.inter", - "fontWeight": "$fontWeights.regular", - "lineHeight": "$lineHeights.7", - "fontSize": "$fontSizes.2", - "letterSpacing": "$letterSpacing.tight", - "paragraphSpacing": "$paragraphSpacing.none" - } - }, - "Body02": { - "value": { - "fontFamily": "$fontFamilies.inter", - "fontWeight": "$fontWeights.regular", - "lineHeight": "$lineHeights.8", - "fontSize": "$fontSizes.1", - "letterSpacing": "$letterSpacing.tight", - "paragraphSpacing": "$paragraphSpacing.none" - } - } - }, - "Caption": { - "Caption01": { - "value": { - "fontFamily": "$fontFamilies.inter", - "fontWeight": "$fontWeights.regular", - "lineHeight": "$lineHeights.8", - "fontSize": "$fontSizes.1", - "letterSpacing": "$letterSpacing.tight", - "paragraphSpacing": "$paragraphSpacing.none" - } - }, - "Caption02": { - "value": { - "fontFamily": "$fontFamilies.inter", - "fontWeight": "$fontWeights.regular", - "lineHeight": "$lineHeights.9", - "fontSize": "$fontSizes.0", - "letterSpacing": "$letterSpacing.none", - "paragraphSpacing": "$paragraphSpacing.none" - } - } - } - }, - "borderRadius": { - "small": { - "value": "4" - }, - "medium": { - "value": "10" - }, - "large": { - "value": "12" - }, - "extra-large": { - "value": "16" - }, - "ellipse": { - "value": "50%" - } - } - } - } - }, - "metadata": { - "id": "608023f5027da70c476dcd52", - "private": true, - "createdAt": "2021-04-26T15:50:22.744Z" - } + "message": "X-Master-Key is invalid or the bin doesn't belong to your account" }