From 3f7f9252c12edfd3b575deb8f8a5dea1177e0f12 Mon Sep 17 00:00:00 2001 From: Jules Date: Fri, 8 Mar 2024 18:22:34 -0800 Subject: [PATCH] #61 recompiled _tokens.js --- assets/js/components/_tokens.js | 127 +++++++++++++++++++++++++++++++- 1 file changed, 124 insertions(+), 3 deletions(-) diff --git a/assets/js/components/_tokens.js b/assets/js/components/_tokens.js index 3ab2c1504..b578029b2 100644 --- a/assets/js/components/_tokens.js +++ b/assets/js/components/_tokens.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Fri, 08 Mar 2024 04:59:00 GMT + * Generated on Sat, 09 Mar 2024 02:10:12 GMT */ module.exports = { @@ -493,11 +493,11 @@ module.exports = { ] }, "900": { - "value": "#0c002e", + "value": "#330800", "filePath": "tokens/src/color.tokens.json", "isSource": true, "original": { - "value": "{color.purple.900.value}" + "value": "{color.yellow.900.value}" }, "name": "ColorSecondary900", "attributes": { @@ -827,6 +827,127 @@ module.exports = { } } }, + "grid": { + "columns-sm": { + "value": "1", + "filePath": "tokens/src/grid.tokens.json", + "isSource": true, + "original": { + "value": "1" + }, + "name": "GridColumnsSm", + "attributes": { + "category": "grid", + "type": "columns-sm" + }, + "path": [ + "grid", + "columns-sm" + ] + }, + "columns-md": { + "value": "6", + "filePath": "tokens/src/grid.tokens.json", + "isSource": true, + "original": { + "value": "6" + }, + "name": "GridColumnsMd", + "attributes": { + "category": "grid", + "type": "columns-md" + }, + "path": [ + "grid", + "columns-md" + ] + }, + "columns-lg": { + "value": "8", + "filePath": "tokens/src/grid.tokens.json", + "isSource": true, + "original": { + "value": "8" + }, + "name": "GridColumnsLg", + "attributes": { + "category": "grid", + "type": "columns-lg" + }, + "path": [ + "grid", + "columns-lg" + ] + }, + "columns-xl": { + "value": "12", + "filePath": "tokens/src/grid.tokens.json", + "isSource": true, + "original": { + "value": "12" + }, + "name": "GridColumnsXl", + "attributes": { + "category": "grid", + "type": "columns-xl" + }, + "path": [ + "grid", + "columns-xl" + ] + }, + "gap": { + "value": "1.5rem", + "filePath": "tokens/src/grid.tokens.json", + "isSource": true, + "original": { + "value": "{spacer.md.value}" + }, + "name": "GridGap", + "attributes": { + "category": "grid", + "type": "gap" + }, + "path": [ + "grid", + "gap" + ] + }, + "gap-md": { + "value": "2rem", + "filePath": "tokens/src/grid.tokens.json", + "isSource": true, + "original": { + "value": "{spacer.lg.value}" + }, + "name": "GridGapMd", + "attributes": { + "category": "grid", + "type": "gap-md" + }, + "path": [ + "grid", + "gap-md" + ] + }, + "gap-lg": { + "value": "2.25rem", + "filePath": "tokens/src/grid.tokens.json", + "isSource": true, + "original": { + "value": "{spacer.xl.value}" + }, + "name": "GridGapLg", + "attributes": { + "category": "grid", + "type": "gap-lg" + }, + "path": [ + "grid", + "gap-lg" + ] + } + }, "screen": { "default": { "value": "375px",