diff --git a/config/tokens.json b/config/tokens.json index ab93797b..d0699eff 100644 --- a/config/tokens.json +++ b/config/tokens.json @@ -1,419 +1,4 @@ { - "global": { - "spacing": { - "scale": { - "value": "2", - "type": "spacing" - }, - "xs": { - "value": "4", - "type": "spacing" - }, - "sm": { - "value": "{spacing.xs} * {spacing.scale}", - "type": "spacing" - }, - "md": { - "value": "{spacing.sm} * {spacing.scale}", - "type": "spacing" - }, - "lg": { - "value": "{spacing.md} * {spacing.scale}", - "type": "spacing" - }, - "xl": { - "value": "{spacing.lg} * {spacing.scale}", - "type": "spacing" - } - }, - "sizing": { - "scale": { - "value": "1.5", - "type": "sizing" - }, - "xs": { - "value": "4", - "type": "sizing" - }, - "sm": { - "value": "{sizing.xs} * {sizing.scale}", - "type": "sizing" - }, - "md": { - "value": "{sizing.sm} * {sizing.scale}", - "type": "sizing" - }, - "lg": { - "value": "{sizing.md} * {sizing.scale}", - "type": "sizing" - }, - "xl": { - "value": "{sizing.lg} * {sizing.scale}", - "type": "sizing" - } - }, - "borderRadius": { - "sm": { - "value": "4", - "type": "borderRadius" - }, - "lg": { - "value": "8", - "type": "borderRadius" - }, - "xl": { - "value": "16", - "type": "borderRadius" - } - }, - "borderWidth": { - "none": { - "value": "0", - "type": "borderWidth" - }, - "xs": { - "value": "1", - "type": "borderWidth" - }, - "sm": { - "value": "2", - "type": "borderWidth" - }, - "md": { - "value": "4", - "type": "borderWidth" - }, - "lg": { - "value": "8", - "type": "borderWidth" - } - }, - "opacity": { - "low": { - "value": "10%", - "type": "opacity" - }, - "md": { - "value": "50%", - "type": "opacity" - }, - "high": { - "value": "90%", - "type": "opacity" - } - }, - "lineHeights": { - "0": { - "value": "120%", - "type": "lineHeights" - }, - "1": { - "value": "110%", - "type": "lineHeights" - }, - "2": { - "value": "130%", - "type": "lineHeights" - }, - "3": { - "value": "140%", - "type": "lineHeights" - }, - "heading": { - "value": "110%", - "type": "lineHeights" - }, - "body": { - "value": "140%", - "type": "lineHeights" - } - }, - "letterSpacing": { - "0": { - "value": "0%", - "type": "letterSpacing" - }, - "default": { - "value": "0", - "type": "letterSpacing" - }, - "increased": { - "value": "150%", - "type": "letterSpacing" - }, - "decreased": { - "value": "-5%", - "type": "letterSpacing" - } - }, - "paragraphSpacing": { - "0": { - "value": "0", - "type": "paragraphSpacing" - }, - "1": { - "value": "8", - "type": "paragraphSpacing" - }, - "h1": { - "value": "32", - "type": "paragraphSpacing" - }, - "h2": { - "value": "26", - "type": "paragraphSpacing" - } - }, - "fontWeights": { - "headingRegular": { - "value": "Regular", - "type": "fontWeights" - }, - "headingBold": { - "value": "Bold", - "type": "fontWeights" - }, - "bodyRegular": { - "value": "Regular", - "type": "fontWeights" - }, - "bodyBold": { - "value": "Bold", - "type": "fontWeights" - }, - "fira-sans-0": { - "value": "Regular", - "type": "fontWeights" - }, - "fira-sans-1": { - "value": "Bold", - "type": "fontWeights" - } - }, - "fontSizes": { - "h1": { - "value": "{fontSizes.h2} * 1.25", - "type": "fontSizes" - }, - "h2": { - "value": "{fontSizes.h3} * 1.25", - "type": "fontSizes" - }, - "h3": { - "value": "{fontSizes.h4} * 1.25", - "type": "fontSizes" - }, - "h4": { - "value": "{fontSizes.h5} * 1.25", - "type": "fontSizes" - }, - "h5": { - "value": "{fontSizes.h6} * 1.25", - "type": "fontSizes" - }, - "h6": { - "value": "{fontSizes.body} * 1", - "type": "fontSizes" - }, - "body": { - "value": "16", - "type": "fontSizes" - }, - "sm": { - "value": "{fontSizes.body} * 0.85", - "type": "fontSizes" - }, - "xs": { - "value": "{fontSizes.body} * 0.65", - "type": "fontSizes" - } - }, - "Dropshadow": { - "small": { - "value": { - "color": "#00000014", - "type": "dropShadow", - "x": "0", - "y": "0", - "blur": "16", - "spread": "0" - }, - "type": "boxShadow" - }, - "large": { - "value": { - "color": "#00000029", - "type": "dropShadow", - "x": "0", - "y": "0", - "blur": "24", - "spread": "0" - }, - "type": "boxShadow" - } - }, - "fontFamilies": { - "fira-sans": { - "value": "Fira Sans", - "type": "fontFamilies", - "description": "This is the official Font from .org .me and .at" - } - }, - "fontSize": { - "0": { - "value": "14", - "type": "fontSizes" - }, - "1": { - "value": "16", - "type": "fontSizes" - }, - "2": { - "value": "18", - "type": "fontSizes" - }, - "3": { - "value": "24", - "type": "fontSizes" - }, - "4": { - "value": "32", - "type": "fontSizes" - }, - "5": { - "value": "56", - "type": "fontSizes" - } - }, - "textCase": { - "none": { - "value": "none", - "type": "textCase" - } - }, - "textDecoration": { - "none": { - "value": "none", - "type": "textDecoration" - }, - "underline": { - "value": "underline", - "type": "textDecoration" - } - }, - "2xl": { - "value": "{spacing.xl} * {spacing.scale}", - "type": "spacing" - }, - "Green 100": { - "value": "#f5fccc", - "type": "color", - "description": "Background Success-Messages, Secondary-button hover" - }, - "Green 500": { - "value": "#9ecb0a", - "type": "color", - "description": "Buttons, Brand Color, bg color section" - }, - "Green 600": { - "value": "#85ac1c", - "type": "color", - "description": "Hover" - }, - "Green 800": { - "value": "#357c00", - "type": "color", - "description": "Links, Secondary-button outline " - }, - "Purple 600": { - "value": "#6d2c64", - "type": "color" - }, - "Teal 500": { - "value": "#60b2a4", - "type": "color", - "description": "Background for Form which are not in Manage-area" - }, - "Teal 700": { - "value": "#2b8475", - "type": "color", - "description": "Admin main color" - }, - "Teal 800": { - "value": "#1e6761", - "type": "color", - "description": "Hover admin area" - }, - "White": { - "value": "#ffffff", - "type": "color" - }, - "Black": { - "value": "#000000", - "type": "color", - "description": "This is a black" - }, - "Yellow 100": { - "value": "#fff4d2", - "type": "color", - "description": "Background Warning Messages" - }, - "Yellow 400": { - "value": "#f6ce46", - "type": "color" - }, - "Gray 100": { - "value": "#f8f8f8", - "type": "color", - "description": "Admin box" - }, - "Gray 200": { - "value": "#eeeeee", - "type": "color", - "description": "Background" - }, - "Gray 300": { - "value": "#cccccc", - "type": "color", - "description": "Outline" - }, - "Gray 700": { - "value": "#636363", - "type": "color" - }, - "Gray 900": { - "value": "#292929", - "type": "color", - "description": "Textcolor" - }, - "Red 200": { - "value": "#ffc4c4", - "type": "color", - "description": "Background Error Messages" - }, - "Red 700": { - "value": "#d32b43", - "type": "color", - "description": "Error font color " - }, - "Red 800": { - "value": "#b11b3e", - "type": "color", - "description": "Error hover color" - } - }, - "org": { - "color-bg-light": { - "value": "{Gray 100}", - "type": "color", - "description": "Planned as section UI Color" - }, - "color-bg": { - "value": "{Gray 200}", - "type": "color", - "description": "Backround main" - } - }, - "at": {}, - "me": {} -} + "global": {}, + "$themes": [] +} \ No newline at end of file