diff --git a/build/css/variables.css b/build/css/variables.css index 0c95c9c..80f8e84 100644 --- a/build/css/variables.css +++ b/build/css/variables.css @@ -1,11 +1,98 @@ /** * Do not edit directly - * Generated on Fri, 16 Feb 2024 05:45:31 GMT + * Generated on Fri, 16 Feb 2024 14:24:49 GMT */ :root { - --collection-2-mode-1-green: #00c7b1; - --collection-2-mode-1-purple: #7400e8; - --collection-2-mode-1-yellow: #dbfc7e; - --collection-2-mode-1-pink: #d60df6; + --c-pink: #e40089; + --c-pink-dark: #b8006e; + --c-blue: #05bce7; + --c-blue-dark: #0498b9; + --c-yellow: #fff21f; + --c-green: #66be61; + --c-dark-blue: #262a82; + --c-darker-blue: #121640; + --c-red: #ff0000; + --c-red-soft: #e02f2f; + --c-gray-lighter: #f1f1f7; + --c-gray-light: #c6c6d3; + --c-gray: #9191a2; + --c-gray-dark: #3e3e4b; + --c-black: #000000; + --c-white: #ffffff; + --lc-red-light: #ffc0c8; + --cosmic-special-color: #d7abab; + --lc-blue-on-white: #0080a7; + --lc-blue-sky: #00bce7; + --lc-blue-tooltip-link: #00a0cc; + --lc-events-darker-blue: #0b0c21; + --lc-events-events-gradient-bottom: #262a82; + --lc-green: #34872a; + --lc-blue-celadon: #0080a7; + --lc-maroon: #773232; + --lc-pale-pink: #f1dede; + --lc-pink-light: #fde5f3; + --lc-purple: #412784; + --lc-pink-dark: #a91e8d; + --lc-red-dark: #e82626; + --lc-red-error: #de0000; + --lc-orange: #ff7f41; + --lc-yellow-light: #fff99e; + --lc-teal: #00c4b3; + --lc-blue-light: #85e8ff; + --lc-indigo: #15152f; + --lc-grape: #312467; + --lc-pill-hover: #1f1f1f; + --rounded-full: 9999; + --pill-rounded-closed: 40; + --pill-rounded-open: 34; + --r0-5: 2; + --r1: 4; + --r1-5: 6; + --r2: 8; + --r3-5: 14; + --r3: 12; + --r4: 16; + --r5: 20; + --r6: 24; + --r7: 28; + --r7-5: 30; + --r8: 32; + --r9: 36; + --r10: 40; + --r11: 44; + --r12: 48; + --r13: 52; + --r14: 56; + --r15: 60; + --r16: 64; + --r20: 80; + --r24: 96; + --r28: 112; + --r32: 128; + --r36: 144; + --r40: 160; + --r44: 176; + --r48: 192; + --r52: 208; + --r56: 224; + --r60: 240; + --r64: 256; + --r72: 288; + --r80: 320; + --r96: 384; + --font-size-lg: 18; + --font-size-xl: 20; + --font-size-2xl: 24; + --font-size-base: 16; + --font-size-xs: 12; + --font-size-sm: 14; + --line-height-xs: 16; + --line-height-sm: 20; + --line-height-base: 24; + --line-height-lg: 28; + --line-height-xl: 28; + --line-height-2xl: 32; + --line-height-3xl: 36; + --line-height-4xl: 40; } diff --git a/config.json b/config.json index 8474183..bc57122 100644 --- a/config.json +++ b/config.json @@ -4,6 +4,7 @@ "css": { "transformGroup": "css", "buildPath": "build/", + "prefix": "", "files": [ { "destination": "css/variables.css", diff --git a/tokens/tokens.json b/tokens/tokens.json index 7bcb22c..55efc71 100644 --- a/tokens/tokens.json +++ b/tokens/tokens.json @@ -1,36 +1,456 @@ { - "global": {}, - "Collection 2/Mode 1": { - "green": { - "value": "#00c7b1", - "type": "color", - "parent": "Collection 2/Mode 1", - "description": "" - }, - "purple": { - "value": "#7400e8", - "type": "color", - "parent": "Collection 2/Mode 1", - "description": "" - }, - "yellow": { - "value": "#dbfc7e", - "type": "color", - "parent": "Collection 2/Mode 1", - "description": "" - }, - "pink": { - "value": "#d60df6", - "type": "color", - "parent": "Collection 2/Mode 1", - "description": "" + "c-pink": { + "value": "#e40089", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "c-pink-dark": { + "value": "#b8006e", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "c-blue": { + "value": "#05bce7", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "c-blue-dark": { + "value": "#0498b9", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "c-yellow": { + "value": "#fff21f", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "c-green": { + "value": "#66be61", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "c-dark-blue": { + "value": "#262a82", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "c-darker-blue": { + "value": "#121640", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "c-red": { + "value": "#ff0000", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "c-red-soft": { + "value": "#e02f2f", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "c-gray-lighter": { + "value": "#f1f1f7", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "c-gray-light": { + "value": "#c6c6d3", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "c-gray": { + "value": "#9191a2", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "c-gray-dark": { + "value": "#3e3e4b", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "c-black": { + "value": "#000000", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "c-white": { + "value": "#ffffff", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "lc-red-light": { + "value": "#ffc0c8", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "cosmic-special-color": { + "value": "#d7abab", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "lc-blue-on-white": { + "value": "#0080a7", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "lc-blue-sky": { + "value": "#00bce7", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "lc-blue-tooltip-link": { + "value": "#00a0cc", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "lc-events-darker-blue": { + "value": "#0b0c21", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "lc-events-events-gradient-bottom": { + "value": "#262a82", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "lc-green": { + "value": "#34872a", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "lc-blue-celadon": { + "value": "#0080a7", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "lc-maroon": { + "value": "#773232", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "lc-pale-pink": { + "value": "#f1dede", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "lc-pink-light": { + "value": "#fde5f3", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "lc-purple": { + "value": "#412784", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "lc-pink-dark": { + "value": "#a91e8d", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "lc-red-dark": { + "value": "#e82626", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "lc-red-error": { + "value": "#de0000", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "lc-orange": { + "value": "#ff7f41", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "lc-yellow-light": { + "value": "#fff99e", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "lc-teal": { + "value": "#00c4b3", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "lc-blue-light": { + "value": "#85e8ff", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "lc-indigo": { + "value": "#15152f", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "lc-grape": { + "value": "#312467", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "lc-pill-hover": { + "value": "#1f1f1f", + "type": "color", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "rounded-full": { + "value": "9999", + "type": "number", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "pill-rounded-closed": { + "value": "40", + "type": "number", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "pill-rounded-open": { + "value": "34", + "type": "number", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "r0-5": { + "value": "2", + "type": "spacing" + }, + "r1": { + "value": "4", + "type": "spacing" + }, + "r1-5": { + "value": "6", + "type": "spacing" + }, + "r2": { + "value": "8", + "type": "spacing" + }, + "r3-5": { + "value": "14", + "type": "spacing" + }, + "r3": { + "value": "12", + "type": "spacing" + }, + "r4": { + "value": "16", + "type": "spacing" + }, + "r5": { + "value": "20", + "type": "spacing" + }, + "r6": { + "value": "24", + "type": "spacing" + }, + "r7": { + "value": "28", + "type": "spacing" + }, + "r7-5": { + "value": "30", + "type": "spacing" + }, + "r8": { + "value": "32", + "type": "spacing" + }, + "r9": { + "value": "36", + "type": "spacing" + }, + "r10": { + "value": "40", + "type": "spacing" + }, + "r11": { + "value": "44", + "type": "spacing" + }, + "r12": { + "value": "48", + "type": "spacing" + }, + "r13": { + "value": "52", + "type": "spacing" + }, + "r14": { + "value": "56", + "type": "spacing" + }, + "r15": { + "value": "60", + "type": "spacing" + }, + "r16": { + "value": "64", + "type": "spacing" + }, + "r20": { + "value": "80", + "type": "spacing" + }, + "r24": { + "value": "96", + "type": "spacing" + }, + "r28": { + "value": "112", + "type": "spacing" + }, + "r32": { + "value": "128", + "type": "spacing" + }, + "r36": { + "value": "144", + "type": "spacing" + }, + "r40": { + "value": "160", + "type": "spacing" + }, + "r44": { + "value": "176", + "type": "spacing" + }, + "r48": { + "value": "192", + "type": "spacing" + }, + "r52": { + "value": "208", + "type": "spacing" + }, + "r56": { + "value": "224", + "type": "spacing" + }, + "r60": { + "value": "240", + "type": "spacing" + }, + "r64": { + "value": "256", + "type": "spacing" + }, + "r72": { + "value": "288", + "type": "spacing" + }, + "r80": { + "value": "320", + "type": "spacing" + }, + "r96": { + "value": "384", + "type": "spacing" + }, + "font-size-lg": { + "value": "18", + "type": "fontWeights" + }, + "font-size-xl": { + "value": "20", + "type": "fontWeights" + }, + "font-size-2xl": { + "value": "24", + "type": "fontWeights" + }, + "font-size-base": { + "value": "16", + "type": "number", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "font-size-xs": { + "value": "12", + "type": "number", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "font-size-sm": { + "value": "14", + "type": "number", + "parent": "ticketing-custom-properties/ticketing", + "description": "" + }, + "line-height-xs": { + "value": "16", + "type": "lineHeights" + }, + "line-height-sm": { + "value": "20", + "type": "lineHeights" + }, + "line-height-base": { + "value": "24", + "type": "lineHeights" + }, + "line-height-lg": { + "value": "28", + "type": "lineHeights" + }, + "line-height-xl": { + "value": "28", + "type": "lineHeights" + }, + "line-height-2xl": { + "value": "32", + "type": "lineHeights" + }, + "line-height-3xl": { + "value": "36", + "type": "lineHeights" + }, + "line-height-4xl": { + "value": "40", + "type": "lineHeights" + } } - }, - "$themes": [], - "$metadata": { - "tokenSetOrder": [ - "global", - "Collection 2/Mode 1" - ] - } -} \ No newline at end of file