diff --git a/package-lock.json b/package-lock.json index a6de4d6..a06f017 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@geneui/tokens", - "version": "1.0.0-beta", + "version": "1.1.0-beta", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@geneui/tokens", - "version": "1.0.0-beta", + "version": "1.1.0-beta", "license": "MIT", "devDependencies": { "@babel/cli": "^7.24.7", diff --git a/package.json b/package.json index 74b93b1..ac1b546 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@geneui/tokens", "description": "The Gene UI design system tokens", - "version": "1.0.0-beta", + "version": "1.1.0-beta", "author": "SoftConstruct", "homepage": "https://github.com/softconstruct/gene-ui-tokens#readme", "repository": { diff --git a/tokens/tokens.json b/tokens/tokens.json index 25b02f6..6839293 100644 --- a/tokens/tokens.json +++ b/tokens/tokens.json @@ -510,6 +510,9 @@ }, "6xl": { "value": "12rem" + }, + "7xl": { + "value": "16rem" } }, "radius": { @@ -654,6 +657,15 @@ "surface-overlay-slate": { "value": "{ref.color.slate-500base}" }, + "foreground-neutral-2-notheme": { + "value": "{ref.color.neutral-600}" + }, + "foreground-inverse-notheme": { + "value": "{ref.color.neutral-0}" + }, + "background-success-2-pressed": { + "value": "{ref.color.green-300}" + }, "surface-neutral-1": { "dark": { "value": "{ref.color.neutral-0}" @@ -686,28 +698,52 @@ "value": "{ref.color.neutral-700}" } }, - "floating-1-rgba": { + "floating-1-rgba-1": { "dark": { "value": "{ref.color.transparent-neutral-800-10}" }, "light": { - "value": "{ref.color.transparent-neutral-800-30}" + "value": "{ref.color.transparent-neutral-800-40}" } }, - "floating-2-rgba": { + "floating-1-rgba-2": { "dark": { "value": "{ref.color.transparent-neutral-800-10}" }, "light": { - "value": "{ref.color.transparent-neutral-800-30}" + "value": "{ref.color.transparent-neutral-800-40}" } }, - "floating-3-rgba": { + "floating-2-rgba-1": { "dark": { "value": "{ref.color.transparent-neutral-800-10}" }, "light": { - "value": "{ref.color.transparent-neutral-800-30}" + "value": "{ref.color.transparent-neutral-800-40}" + } + }, + "floating-2-rgba-2": { + "dark": { + "value": "{ref.color.transparent-neutral-800-10}" + }, + "light": { + "value": "{ref.color.transparent-neutral-800-40}" + } + }, + "floating-3-rgba-1": { + "dark": { + "value": "{ref.color.transparent-neutral-800-10}" + }, + "light": { + "value": "{ref.color.transparent-neutral-800-40}" + } + }, + "floating-3-rgba-2": { + "dark": { + "value": "{ref.color.transparent-neutral-800-10}" + }, + "light": { + "value": "{ref.color.transparent-neutral-800-40}" } }, "background-neutral-1": { @@ -742,20 +778,28 @@ "value": "{ref.color.neutral-20}" } }, - "background-neutral-1-pressed": { + "foreground-neutral-2-hover": { "dark": { + "value": "{ref.color.neutral-500}" + }, + "light": { "value": "{ref.color.neutral-40}" + } + }, + "foreground-neutral-2-pressed": { + "dark": { + "value": "{ref.color.neutral-700}" }, "light": { - "value": "{ref.color.neutral-500}" + "value": "{ref.color.neutral-10}" } }, - "foreground-neutral-3": { + "background-neutral-1-pressed": { "dark": { - "value": "{ref.color.neutral-800base}" + "value": "{ref.color.neutral-40}" }, "light": { - "value": "{ref.color.neutral-0}" + "value": "{ref.color.neutral-500}" } }, "foreground-brand": { @@ -803,7 +847,7 @@ "value": "{ref.color.red-400}" }, "light": { - "value": "{ref.color.red-80}" + "value": "{ref.color.red-60}" } }, "background-neutral-2-pressed": { @@ -811,7 +855,7 @@ "value": "{ref.color.neutral-60}" }, "light": { - "value": "{ref.color.neutral-300}" + "value": "{ref.color.neutral-700}" } }, "foreground-success": { @@ -819,10 +863,18 @@ "value": "{ref.color.green-400}" }, "light": { - "value": "{ref.color.green-80}" + "value": "{ref.color.green-60}" } }, "background-neutral-3": { + "dark": { + "value": "{ref.color.neutral-40}" + }, + "light": { + "value": "{ref.color.neutral-500}" + } + }, + "background-neutral-4": { "dark": { "value": "{ref.color.neutral-600}" }, @@ -832,7 +884,7 @@ }, "foreground-warning": { "dark": { - "value": "{ref.color.orange-200}" + "value": "{ref.color.orange-300}" }, "light": { "value": "{ref.color.orange-60}" @@ -843,7 +895,7 @@ "value": "{ref.color.purple-400}" }, "light": { - "value": "{ref.color.purple-80}" + "value": "{ref.color.purple-60}" } }, "foreground-informative": { @@ -851,7 +903,7 @@ "value": "{ref.color.blue-400}" }, "light": { - "value": "{ref.color.blue-80}" + "value": "{ref.color.blue-60}" } }, "background-brand-1": { @@ -859,7 +911,7 @@ "value": "{ref.color.blue-40}" }, "light": { - "value": "{ref.color.blue-500}" + "value": "{ref.color.blue-400}" } }, "foreground-selected": { @@ -870,20 +922,20 @@ "value": "{ref.color.blue-80}" } }, - "background-brand-1-hover": { + "foreground-selected-hover": { "dark": { - "value": "{ref.color.blue-60}" + "value": "{ref.color.blue-400}" }, "light": { - "value": "{ref.color.blue-400}" + "value": "{ref.color.blue-60}" } }, - "foreground-selected-hover": { + "background-brand-1-hover": { "dark": { - "value": "{ref.color.blue-400}" + "value": "{ref.color.blue-60}" }, "light": { - "value": "{ref.color.blue-60}" + "value": "{ref.color.blue-300base}" } }, "background-brand-1-pressed": { @@ -891,7 +943,7 @@ "value": "{ref.color.blue-80}" }, "light": { - "value": "{ref.color.blue-300base}" + "value": "{ref.color.blue-500}" } }, "foreground-selected-pressed": { @@ -902,108 +954,156 @@ "value": "{ref.color.blue-40}" } }, - "foreground-link": { + "background-brand-2": { "dark": { "value": "{ref.color.blue-300base}" }, "light": { - "value": "{ref.color.blue-80}" + "value": "{ref.color.blue-100}" } }, - "background-brand-2": { + "background-brand-2-hover": { "dark": { - "value": "{ref.color.blue-300base}" + "value": "{ref.color.blue-400}" }, "light": { "value": "{ref.color.blue-80}" } }, - "background-brand-2-hover": { + "background-brand-2-pressed": { "dark": { - "value": "{ref.color.blue-400}" + "value": "{ref.color.blue-500}" }, "light": { - "value": "{ref.color.blue-60}" + "value": "{ref.color.blue-200}" } }, - "foreground-link-hover": { + "background-error-1": { "dark": { - "value": "{ref.color.blue-400}" + "value": "{ref.color.red-40}" }, "light": { - "value": "{ref.color.blue-60}" + "value": "{ref.color.red-400}" } }, - "foreground-link-pressed": { + "background-error-1-hover": { "dark": { - "value": "{ref.color.blue-500}" + "value": "{ref.color.red-60}" }, "light": { - "value": "{ref.color.blue-40}" + "value": "{ref.color.red-300}" } }, - "background-brand-2-pressed": { + "foreground-inverse": { "dark": { - "value": "{ref.color.blue-500}" + "value": "{ref.color.neutral-0}" }, "light": { - "value": "{ref.color.blue-40}" + "value": "{ref.color.neutral-600}" } }, - "background-error-1": { + "foreground-inverse-hover": { "dark": { - "value": "{ref.color.red-40}" + "value": "{ref.color.neutral-20}" + }, + "light": { + "value": "{ref.color.neutral-500}" + } + }, + "foreground-inverse-pressed": { + "dark": { + "value": "{ref.color.neutral-40}" + }, + "light": { + "value": "{ref.color.neutral-700}" + } + }, + "foreground-inverse-disabled": { + "dark": { + "value": "{ref.color.neutral-80}" + }, + "light": { + "value": "{ref.color.neutral-300}" + } + }, + "foreground-disabled": { + "dark": { + "value": "{ref.color.neutral-100}" + }, + "light": { + "value": "{ref.color.neutral-300}" + } + }, + "background-error-1-pressed": { + "dark": { + "value": "{ref.color.red-80}" }, "light": { "value": "{ref.color.red-500}" } }, - "foreground-link-visited": { + "foreground-accent-blue": { "dark": { - "value": "{ref.color.purple-400}" + "value": "{ref.color.blue-400}" }, "light": { - "value": "{ref.color.purple-60}" + "value": "{ref.color.blue-60}" } }, - "background-error-1-hover": { + "foreground-accent-red": { "dark": { + "value": "{ref.color.red-400}" + }, + "light": { "value": "{ref.color.red-60}" + } + }, + "foreground-accent-green": { + "dark": { + "value": "{ref.color.green-400}" }, "light": { - "value": "{ref.color.red-400}" + "value": "{ref.color.green-60}" } }, - "foreground-inverse": { + "foreground-accent-orange": { "dark": { - "value": "{ref.color.neutral-0}" + "value": "{ref.color.orange-400}" }, "light": { - "value": "{ref.color.neutral-800base}" + "value": "{ref.color.orange-60}" } }, - "foreground-inverse-disabled": { + "foreground-accent-purple": { "dark": { - "value": "{ref.color.neutral-80}" + "value": "{ref.color.purple-400}" }, "light": { - "value": "{ref.color.neutral-100}" + "value": "{ref.color.purple-60}" } }, - "foreground-disabled": { + "foreground-accent-lagoon": { "dark": { - "value": "{ref.color.neutral-100}" + "value": "{ref.color.lagoon-400}" }, "light": { - "value": "{ref.color.neutral-300}" + "value": "{ref.color.lagoon-60}" } }, - "background-error-1-pressed": { + "foreground-accent-magenta": { "dark": { - "value": "{ref.color.red-80}" + "value": "{ref.color.magenta-500base}" }, "light": { - "value": "{ref.color.red-300}" + "value": "{ref.color.magenta-60}" + } + }, + "foreground-accent-slate": { + "dark": { + "value": "{ref.color.slate-400}" + }, + "light": { + "value": "{ref.color.slate-60}" } }, "background-error-2": { @@ -1011,7 +1111,7 @@ "value": "{ref.color.red-300}" }, "light": { - "value": "{ref.color.red-80}" + "value": "{ref.color.red-100}" } }, "background-error-2-hover": { @@ -1019,7 +1119,7 @@ "value": "{ref.color.red-400}" }, "light": { - "value": "{ref.color.red-60}" + "value": "{ref.color.red-80}" } }, "background-error-2-pressed": { @@ -1027,7 +1127,7 @@ "value": "{ref.color.red-500}" }, "light": { - "value": "{ref.color.red-40}" + "value": "{ref.color.red-200base}" } }, "background-success-1": { @@ -1035,7 +1135,7 @@ "value": "{ref.color.green-40}" }, "light": { - "value": "{ref.color.green-500}" + "value": "{ref.color.green-400}" } }, "background-success-1-hover": { @@ -1043,7 +1143,7 @@ "value": "{ref.color.green-60}" }, "light": { - "value": "{ref.color.green-400}" + "value": "{ref.color.green-300}" } }, "background-success-1-pressed": { @@ -1051,7 +1151,7 @@ "value": "{ref.color.green-80}" }, "light": { - "value": "{ref.color.green-300}" + "value": "{ref.color.green-500}" } }, "background-success-2": { @@ -1070,20 +1170,12 @@ "value": "{ref.color.green-100base}" } }, - "background-success-2-pressed": { - "dark": { - "value": "{ref.color.green-300}" - }, - "light": { - "value": "{ref.color.green-80}" - } - }, "background-warning-1": { "dark": { "value": "{ref.color.orange-40}" }, "light": { - "value": "{ref.color.orange-500}" + "value": "{ref.color.orange-400}" } }, "background-warning-2": { @@ -1099,7 +1191,7 @@ "value": "{ref.color.purple-40}" }, "light": { - "value": "{ref.color.purple-500}" + "value": "{ref.color.purple-400}" } }, "background-recommendation-2": { @@ -1115,7 +1207,7 @@ "value": "{ref.color.blue-40}" }, "light": { - "value": "{ref.color.blue-500}" + "value": "{ref.color.blue-400}" } }, "background-selected-1": { @@ -1139,7 +1231,7 @@ "value": "{ref.color.blue-100}" }, "light": { - "value": "{ref.color.blue-200}" + "value": "{ref.color.blue-500}" } }, "background-selected-2": { @@ -1147,7 +1239,7 @@ "value": "{ref.color.blue-300base}" }, "light": { - "value": "{ref.color.blue-80}" + "value": "{ref.color.blue-100}" } }, "background-selected-2-hover": { @@ -1155,7 +1247,7 @@ "value": "{ref.color.blue-400}" }, "light": { - "value": "{ref.color.blue-60}" + "value": "{ref.color.blue-80}" } }, "background-selected-2-pressed": { @@ -1163,7 +1255,7 @@ "value": "{ref.color.blue-500}" }, "light": { - "value": "{ref.color.blue-40}" + "value": "{ref.color.blue-200}" } }, "background-inverse": { @@ -1171,7 +1263,7 @@ "value": "{ref.color.neutral-0}" }, "light": { - "value": "{ref.color.neutral-800base}" + "value": "{ref.color.neutral-700}" } }, "background-inverse-hover": { @@ -1198,6 +1290,70 @@ "value": "{ref.color.neutral-500}" } }, + "background-accent-blue": { + "dark": { + "value": "{ref.color.blue-40}" + }, + "light": { + "value": "{ref.color.blue-500}" + } + }, + "background-accent-red": { + "dark": { + "value": "{ref.color.red-40}" + }, + "light": { + "value": "{ref.color.red-500}" + } + }, + "background-accent-green": { + "dark": { + "value": "{ref.color.green-40}" + }, + "light": { + "value": "{ref.color.green-500}" + } + }, + "background-accent-orange": { + "dark": { + "value": "{ref.color.orange-40}" + }, + "light": { + "value": "{ref.color.orange-500}" + } + }, + "background-accent-purple": { + "dark": { + "value": "{ref.color.purple-40}" + }, + "light": { + "value": "{ref.color.purple-500}" + } + }, + "background-accent-lagoon": { + "dark": { + "value": "{ref.color.lagoon-40}" + }, + "light": { + "value": "{ref.color.lagoon-500}" + } + }, + "background-accent-magenta": { + "dark": { + "value": "{ref.color.magenta-40}" + }, + "light": { + "value": "{ref.color.magenta-500base}" + } + }, + "background-accent-slate": { + "dark": { + "value": "{ref.color.slate-40}" + }, + "light": { + "value": "{ref.color.slate-500base}" + } + }, "background-transparent-1": { "dark": { "value": "{ref.color.transparent-neutral-800-0}" @@ -1224,60 +1380,76 @@ }, "background-transparent-2": { "dark": { - "value": "{ref.color.transparent-neutral-0-20}" + "value": "{ref.color.transparent-neutral-800-20}" }, "light": { - "value": "{ref.color.transparent-neutral-800-20}" + "value": "{ref.color.transparent-neutral-0-20}" } }, - "background-transparent-2-hover": { + "background-transparent-overlay": { "dark": { - "value": "{ref.color.transparent-neutral-0-30}" + "value": "{ref.color.transparent-neutral-800-30}" }, "light": { - "value": "{ref.color.transparent-neutral-800-30}" + "value": "{ref.color.transparent-neutral-0-30}" } }, - "background-transparent-2-pressed": { + "background-transparent-inverse-1": { "dark": { - "value": "{ref.color.transparent-neutral-0-40}" + "value": "{ref.color.transparent-neutral-0-0}" }, "light": { - "value": "{ref.color.transparent-neutral-800-40}" + "value": "{ref.color.transparent-neutral-800-10}" } }, - "background-transparent-overlay": { + "background-transparent-inverse-1-hover": { "dark": { - "value": "{ref.color.transparent-neutral-800-30}" + "value": "{ref.color.transparent-neutral-0-10}" }, "light": { - "value": "{ref.color.transparent-neutral-0-30}" + "value": "{ref.color.transparent-neutral-800-20}" } }, - "background-transparent-inverse": { + "background-transparent-inverse-1-pressed": { "dark": { - "value": "{ref.color.transparent-neutral-0-0}" + "value": "{ref.color.transparent-neutral-0-20}" }, "light": { - "value": "{ref.color.transparent-neutral-800-10}" + "value": "{ref.color.transparent-neutral-800-30}" } }, - "background-transparent-inverse-hover": { + "background-transparent-inverse-2": { "dark": { - "value": "{ref.color.transparent-neutral-0-10}" + "value": "{ref.color.transparent-neutral-0-20}" }, "light": { "value": "{ref.color.transparent-neutral-800-20}" } }, - "background-transparent-inverse-pressed": { + "background-transparent-inverse-2-hover": { "dark": { - "value": "{ref.color.transparent-neutral-0-20}" + "value": "{ref.color.transparent-neutral-0-30}" }, "light": { "value": "{ref.color.transparent-neutral-800-30}" } }, + "background-transparent-inverse-2-pressed": { + "dark": { + "value": "{ref.color.transparent-neutral-0-40}" + }, + "light": { + "value": "{ref.color.transparent-neutral-800-40}" + } + }, + "background-transparent-inverse-disabled": { + "dark": { + "value": "{ref.color.transparent-neutral-0-40}" + }, + "light": { + "value": "{ref.color.transparent-neutral-800-40}" + } + }, "border-neutral-1": { "dark": { "value": "{ref.color.neutral-0}" @@ -1352,7 +1524,7 @@ }, "border-warning": { "dark": { - "value": "{ref.color.orange-200}" + "value": "{ref.color.orange-300}" }, "light": { "value": "{ref.color.orange-60}" @@ -1387,7 +1559,7 @@ "value": "{ref.color.neutral-0}" }, "light": { - "value": "{ref.color.neutral-800base}" + "value": "{ref.color.neutral-600}" } }, "border-inverse-disabled": { @@ -1398,7 +1570,7 @@ "value": "{ref.color.neutral-100}" } }, - "border-disabled": { + "border-disabled-1": { "dark": { "value": "{ref.color.neutral-40}" }, @@ -1406,6 +1578,14 @@ "value": "{ref.color.neutral-300}" } }, + "border-disabled-2": { + "dark": { + "value": "{ref.color.neutral-100}" + }, + "light": { + "value": "{ref.color.neutral-300}" + } + }, "raised-top-rgba": { "dark": { "value": "{ref.color.transparent-neutral-800-10}" @@ -1685,19 +1865,19 @@ "label-medium-underline-bold-text-decoration": { "value": "{ref.font.text-decoration-underline}" }, - "label-medium-underline-underline-font-family": { + "label-medium-underline-semibold-font-family": { "value": "{ref.font.family-latin}" }, - "label-medium-underline-underline-font-size": { + "label-medium-underline-semibold-font-size": { "value": "{ref.font.size-70}" }, - "label-medium-underline-underline-font-weight": { + "label-medium-underline-semibold-font-weight": { "value": "{ref.font.weight-semibold}" }, - "label-medium-underline-underline-line-height": { + "label-medium-underline-semibold-line-height": { "value": "{ref.font.line-height-100}" }, - "label-medium-underline-underline-text-decoration": { + "label-medium-underline-semibold-text-decoration": { "value": "{ref.font.text-decoration-underline}" }, "body-large-default-semibold-font-family": { @@ -1945,6 +2125,141 @@ }, "heading-xsmall-semibold-line-height": { "value": "{ref.font.line-height-160}" + }, + "label-large-default-medium-font-family": { + "value": "{ref.font.family-latin}" + }, + "label-large-default-medium-font-size": { + "value": "{ref.font.size-80}" + }, + "label-large-default-medium-font-weight": { + "value": "{ref.font.weight-medium}" + }, + "label-large-default-medium-line-height": { + "value": "{ref.font.line-height-120}" + }, + "label-large-underline-medium-font-family": { + "value": "{ref.font.family-latin}" + }, + "label-large-underline-medium-font-size": { + "value": "{ref.font.size-80}" + }, + "label-large-underline-medium-font-weight": { + "value": "{ref.font.weight-medium}" + }, + "label-large-underline-medium-line-height": { + "value": "{ref.font.line-height-120}" + }, + "label-large-underline-medium-text-decoration": { + "value": "{ref.font.text-decoration-underline}" + }, + "label-medium-default-medium-font-family": { + "value": "{ref.font.family-latin}" + }, + "label-medium-default-medium-font-size": { + "value": "{ref.font.size-70}" + }, + "label-medium-default-medium-font-weight": { + "value": "{ref.font.weight-medium}" + }, + "label-medium-default-medium-line-height": { + "value": "{ref.font.line-height-100}" + }, + "label-medium-underline-medium-font-family": { + "value": "{ref.font.family-latin}" + }, + "label-medium-underline-medium-font-size": { + "value": "{ref.font.size-70}" + }, + "label-medium-underline-medium-font-weight": { + "value": "{ref.font.weight-medium}" + }, + "label-medium-underline-medium-line-height": { + "value": "{ref.font.line-height-100}" + }, + "label-medium-underline-medium-text-decoration": { + "value": "{ref.font.text-decoration-underline}" + }, + "label-small-default-bold-font-family": { + "value": "{ref.font.family-latin}" + }, + "label-small-default-semibold-font-family": { + "value": "{ref.font.family-latin}" + }, + "label-small-default-semibold-font-size": { + "value": "{ref.font.size-60}" + }, + "label-small-default-semibold-font-weight": { + "value": "{ref.font.weight-semibold}" + }, + "label-small-default-semibold-line-height": { + "value": "{ref.font.line-height-80}" + }, + "label-small-default-bold-font-size": { + "value": "{ref.font.size-60}" + }, + "label-small-default-bold-font-weight": { + "value": "{ref.font.weight-bold}" + }, + "label-small-default-bold-line-height": { + "value": "{ref.font.line-height-80}" + }, + "label-small-underline-bold-font-family": { + "value": "{ref.font.family-latin}" + }, + "label-small-underline-bold-font-size": { + "value": "{ref.font.size-60}" + }, + "label-small-underline-bold-font-weight": { + "value": "{ref.font.weight-bold}" + }, + "label-small-underline-bold-line-height": { + "value": "{ref.font.line-height-80}" + }, + "label-small-underline-bold-text-decoration": { + "value": "{ref.font.text-decoration-underline}" + }, + "label-small-underline-semibold-font-family": { + "value": "{ref.font.family-latin}" + }, + "label-small-underline-semibold-font-size": { + "value": "{ref.font.size-60}" + }, + "label-small-underline-semibold-font-weight": { + "value": "{ref.font.weight-semibold}" + }, + "label-small-underline-semibold-line-height": { + "value": "{ref.font.line-height-80}" + }, + "label-small-underline-semibold-text-decoration": { + "value": "{ref.font.text-decoration-underline}" + }, + "label-small-default-medium-font-family": { + "value": "{ref.font.family-latin}" + }, + "label-small-default-medium-font-size": { + "value": "{ref.font.size-60}" + }, + "label-small-default-medium-font-weight": { + "value": "{ref.font.weight-medium}" + }, + "label-small-default-medium-line-height": { + "value": "{ref.font.line-height-80}" + }, + "label-small-underline-medium-font-family": { + "value": "{ref.font.family-latin}" + }, + "label-small-underline-medium-font-size": { + "value": "{ref.font.size-60}" + }, + "label-small-underline-medium-font-weight": { + "value": "{ref.font.weight-medium}" + }, + "label-small-underline-medium-line-height": { + "value": "{ref.font.line-height-80}" + }, + "label-small-underline-medium-text-decoration": { + "value": "{ref.font.text-decoration-underline}" } }, "spacing": { @@ -2043,6 +2358,9 @@ "width-6xl": { "value": "{ref.sizing.6xl}" }, + "width-7xl": { + "value": "{ref.sizing.7xl}" + }, "height-none": { "value": "{ref.sizing.none}" }, @@ -2087,6 +2405,9 @@ }, "height-6xl": { "value": "{ref.sizing.6xl}" + }, + "height-7xl": { + "value": "{ref.sizing.7xl}" } }, "border": { @@ -2104,42 +2425,78 @@ } }, "shadow": { - "floating-1-position-x": { + "floating-1-position-x-1": { "value": "{ref.shadow.positioning-none}" }, - "floating-1-position-y": { + "floating-1-position-y-1": { "value": "{ref.shadow.positioning-2xs}" }, - "floating-1-blur": { + "floating-1-blur-1": { "value": "{ref.shadow.blur-xs}" }, - "floating-1-spread": { + "floating-1-spread-1": { "value": "{ref.shadow.spread-2xs}" }, - "floating-2-position-x": { + "floating-2-position-x-1": { "value": "{ref.shadow.positioning-none}" }, - "floating-2-position-y": { + "floating-2-position-y-1": { "value": "{ref.shadow.positioning-xs}" }, - "floating-2-blur": { + "floating-1-position-x-2": { + "value": "{ref.shadow.positioning-none}" + }, + "floating-1-position-y-2": { + "value": "{ref.shadow.positioning-none}" + }, + "floating-1-blur-2": { + "value": "{ref.shadow.blur-2xs}" + }, + "floating-1-spread-2": { + "value": "{ref.shadow.spread-none}" + }, + "floating-2-blur-1": { "value": "{ref.shadow.blur-s}" }, - "floating-2-spread": { + "floating-2-spread-1": { "value": "{ref.shadow.spread-xs}" }, - "floating-3-position-x": { + "floating-3-position-x-1": { "value": "{ref.shadow.positioning-none}" }, - "floating-3-position-y": { + "floating-3-position-y-1": { "value": "{ref.shadow.positioning-s}" }, - "floating-3-blur": { + "floating-2-position-x-2": { + "value": "{ref.shadow.positioning-none}" + }, + "floating-2-position-y-2": { + "value": "{ref.shadow.positioning-negative-2xs}" + }, + "floating-2-blur-2": { + "value": "{ref.shadow.blur-xs}" + }, + "floating-2-spread-2": { + "value": "{ref.shadow.spread-2xs}" + }, + "floating-3-blur-1": { "value": "{ref.shadow.blur-m}" }, - "floating-3-spread": { + "floating-3-spread-1": { "value": "{ref.shadow.spread-xs}" }, + "floating-3-position-x-2": { + "value": "{ref.shadow.positioning-none}" + }, + "floating-3-position-y-2": { + "value": "{ref.shadow.positioning-negative-2xs}" + }, + "floating-3-blur-2": { + "value": "{ref.shadow.blur-s}" + }, + "floating-3-spread-2": { + "value": "{ref.shadow.spread-2xs}" + }, "raised-top-position-x": { "value": "{ref.shadow.positioning-none}" }, @@ -2166,4 +2523,4 @@ } } } -} \ No newline at end of file +}