diff --git a/packages/orbit-design-tokens/output/deprecated-tokens.json b/packages/orbit-design-tokens/output/deprecated-tokens.json index 7e22c3e7dd..e7f7e15031 100644 --- a/packages/orbit-design-tokens/output/deprecated-tokens.json +++ b/packages/orbit-design-tokens/output/deprecated-tokens.json @@ -181,6 +181,24 @@ "backgroundButtonBundleBasicActive": { "version": "1.0.0" }, + "backgroundButtonBundleMedium": { + "version": "1.0.0" + }, + "backgroundButtonBundleMediumHover": { + "version": "1.0.0" + }, + "backgroundButtonBundleMediumActive": { + "version": "1.0.0" + }, + "backgroundButtonBundleTop": { + "version": "1.0.0" + }, + "backgroundButtonBundleTopHover": { + "version": "1.0.0" + }, + "backgroundButtonBundleTopActive": { + "version": "1.0.0" + }, "backgroundButtonCriticalSubtle": { "version": "1.0.0" }, @@ -317,24 +335,6 @@ "replaceForToken": null, "version": "1.0.0" }, - "backgroundBundleMedium": { - "version": "1.0.0" - }, - "backgroundBundleMediumHover": { - "version": "1.0.0" - }, - "backgroundBundleMediumActive": { - "version": "1.0.0" - }, - "backgroundBundleTop": { - "version": "1.0.0" - }, - "backgroundBundleTopHover": { - "version": "1.0.0" - }, - "backgroundBundleTopActive": { - "version": "1.0.0" - }, "backgroundCard": { "version": "1.0.0" }, @@ -1388,4 +1388,4 @@ "replaceForToken": null, "version": "1.0.0" } -} \ No newline at end of file +} diff --git a/packages/orbit-design-tokens/output/docs-categories.json b/packages/orbit-design-tokens/output/docs-categories.json index 39ab4db4fb..06b980781e 100644 --- a/packages/orbit-design-tokens/output/docs-categories.json +++ b/packages/orbit-design-tokens/output/docs-categories.json @@ -12,4 +12,4 @@ "font-weight", "z-index" ] -} \ No newline at end of file +} diff --git a/packages/orbit-design-tokens/output/docs-tokens.json b/packages/orbit-design-tokens/output/docs-tokens.json index c212dc27f7..6db5b436f5 100644 --- a/packages/orbit-design-tokens/output/docs-tokens.json +++ b/packages/orbit-design-tokens/output/docs-tokens.json @@ -1220,6 +1220,138 @@ "value": "linear-gradient(to top right, #9F1816 0%, #C36802 100%)" } }, + "backgroundButtonBundleMedium": { + "type": "color", + "deprecated": true, + "schema": { + "namespace": "component", + "object": "background", + "variant": "button", + "subVariant": "bundle-medium" + }, + "javascript": { + "name": "backgroundButtonBundleMedium", + "value": "linear-gradient(to top right, #3719AB 0%, #8539DB 100%)" + }, + "foundation": { + "name": "backgroundButtonBundleMedium", + "value": "none" + }, + "scss": { + "name": "backgroundButtonBundleMedium", + "value": "linear-gradient(to top right, #3719AB 0%, #8539DB 100%)" + } + }, + "backgroundButtonBundleMediumHover": { + "type": "color", + "deprecated": true, + "schema": { + "namespace": "component", + "object": "background", + "variant": "button", + "subVariant": "bundle-medium-hover" + }, + "javascript": { + "name": "backgroundButtonBundleMediumHover", + "value": "linear-gradient(to top right, #BD2825 0%, #D67000 100%)" + }, + "foundation": { + "name": "backgroundButtonBundleMediumHover", + "value": "none" + }, + "scss": { + "name": "backgroundButtonBundleMediumHover", + "value": "linear-gradient(to top right, #BD2825 0%, #D67000 100%)" + } + }, + "backgroundButtonBundleMediumActive": { + "type": "color", + "deprecated": true, + "schema": { + "namespace": "component", + "object": "background", + "variant": "button", + "subVariant": "bundle-medium-active" + }, + "javascript": { + "name": "backgroundButtonBundleMediumActive", + "value": "linear-gradient(to top right, #250F79 0%, #5A3485 100%)" + }, + "foundation": { + "name": "backgroundButtonBundleMediumActive", + "value": "none" + }, + "scss": { + "name": "backgroundButtonBundleMediumActive", + "value": "linear-gradient(to top right, #250F79 0%, #5A3485 100%)" + } + }, + "backgroundButtonBundleTop": { + "type": "color", + "deprecated": true, + "schema": { + "namespace": "component", + "object": "background", + "variant": "button", + "subVariant": "bundle-top" + }, + "javascript": { + "name": "backgroundButtonBundleTop", + "value": "linear-gradient(to top right, #2D2D2E 0%, #696E73 100%)" + }, + "foundation": { + "name": "backgroundButtonBundleTop", + "value": "none" + }, + "scss": { + "name": "backgroundButtonBundleTop", + "value": "linear-gradient(to top right, #2D2D2E 0%, #696E73 100%)" + } + }, + "backgroundButtonBundleTopHover": { + "type": "color", + "deprecated": true, + "schema": { + "namespace": "component", + "object": "background", + "variant": "button", + "subVariant": "bundle-top-hover" + }, + "javascript": { + "name": "backgroundButtonBundleTopHover", + "value": "linear-gradient(to top right, #171718 0%, #51575C 100%)" + }, + "foundation": { + "name": "backgroundButtonBundleTopHover", + "value": "none" + }, + "scss": { + "name": "backgroundButtonBundleTopHover", + "value": "linear-gradient(to top right, #171718 0%, #51575C 100%)" + } + }, + "backgroundButtonBundleTopActive": { + "type": "color", + "deprecated": true, + "schema": { + "namespace": "component", + "object": "background", + "variant": "button", + "subVariant": "bundle-top-active" + }, + "javascript": { + "name": "backgroundButtonBundleTopActive", + "value": "linear-gradient(to top right, #101011 0%, #51575C)" + }, + "foundation": { + "name": "backgroundButtonBundleTopActive", + "value": "none" + }, + "scss": { + "name": "backgroundButtonBundleTopActive", + "value": "linear-gradient(to top right, #101011 0%, #51575C)" + } + }, "backgroundButtonCriticalSubtle": { "type": "color", "deprecated": true, @@ -2122,132 +2254,6 @@ "value": "rgb(214, 222, 230)" } }, - "backgroundBundleMedium": { - "type": "color", - "deprecated": true, - "schema": { - "namespace": "component", - "object": "background", - "variant": "bundle-medium" - }, - "javascript": { - "name": "backgroundBundleMedium", - "value": "linear-gradient(to top right, #3719AB 0%, #8539DB 100%)" - }, - "foundation": { - "name": "backgroundBundleMedium", - "value": "none" - }, - "scss": { - "name": "backgroundBundleMedium", - "value": "linear-gradient(to top right, #3719AB 0%, #8539DB 100%)" - } - }, - "backgroundBundleMediumHover": { - "type": "color", - "deprecated": true, - "schema": { - "namespace": "component", - "object": "background", - "variant": "bundle-medium-hover" - }, - "javascript": { - "name": "backgroundBundleMediumHover", - "value": "linear-gradient(to top right, #BD2825 0%, #D67000 100%)" - }, - "foundation": { - "name": "backgroundBundleMediumHover", - "value": "none" - }, - "scss": { - "name": "backgroundBundleMediumHover", - "value": "linear-gradient(to top right, #BD2825 0%, #D67000 100%)" - } - }, - "backgroundBundleMediumActive": { - "type": "color", - "deprecated": true, - "schema": { - "namespace": "component", - "object": "background", - "variant": "bundle-medium-active" - }, - "javascript": { - "name": "backgroundBundleMediumActive", - "value": "linear-gradient(to top right, #250F79 0%, #5A3485 100%)" - }, - "foundation": { - "name": "backgroundBundleMediumActive", - "value": "none" - }, - "scss": { - "name": "backgroundBundleMediumActive", - "value": "linear-gradient(to top right, #250F79 0%, #5A3485 100%)" - } - }, - "backgroundBundleTop": { - "type": "color", - "deprecated": true, - "schema": { - "namespace": "component", - "object": "background", - "variant": "bundle-top" - }, - "javascript": { - "name": "backgroundBundleTop", - "value": "linear-gradient(to top right, #2D2D2E 0%, #696E73 100%)" - }, - "foundation": { - "name": "backgroundBundleTop", - "value": "none" - }, - "scss": { - "name": "backgroundBundleTop", - "value": "linear-gradient(to top right, #2D2D2E 0%, #696E73 100%)" - } - }, - "backgroundBundleTopHover": { - "type": "color", - "deprecated": true, - "schema": { - "namespace": "component", - "object": "background", - "variant": "bundle-top-hover" - }, - "javascript": { - "name": "backgroundBundleTopHover", - "value": "linear-gradient(to top right, #171718 0%, #51575C 100%)" - }, - "foundation": { - "name": "backgroundBundleTopHover", - "value": "none" - }, - "scss": { - "name": "backgroundBundleTopHover", - "value": "linear-gradient(to top right, #171718 0%, #51575C 100%)" - } - }, - "backgroundBundleTopActive": { - "type": "color", - "deprecated": true, - "schema": { - "namespace": "component", - "object": "background", - "variant": "bundle-top-active" - }, - "javascript": { - "name": "backgroundBundleTopActive", - "value": "linear-gradient(to top right, #101011 0%, #51575C)" - }, - "foundation": { - "name": "backgroundBundleTopActive", - "value": "none" - }, - "scss": { - "name": "backgroundBundleTopActive", - "value": "linear-gradient(to top right, #101011 0%, #51575C)" - } - }, "backgroundCard": { "type": "color", "deprecated": true, @@ -15557,6 +15563,48 @@ "value": "rgb(0, 70, 128)" } }, + "paletteBundleBasic": { + "type": "color", + "schema": { + "namespace": "global", + "object": "palette", + "variant": "bundle", + "subVariant": "basic" + }, + "javascript": { + "name": "paletteBundleBasic", + "value": "#D7331C" + }, + "foundation": { + "name": "paletteBundleBasic", + "value": "foundation.palette.bundle.basic" + }, + "scss": { + "name": "paletteBundleBasic", + "value": "rgb(215, 51, 28)" + } + }, + "paletteBundleMedium": { + "type": "color", + "schema": { + "namespace": "global", + "object": "palette", + "variant": "bundle", + "subVariant": "medium" + }, + "javascript": { + "name": "paletteBundleMedium", + "value": "#3B1EB0" + }, + "foundation": { + "name": "paletteBundleMedium", + "value": "foundation.palette.bundle.medium" + }, + "scss": { + "name": "paletteBundleMedium", + "value": "rgb(59, 30, 176)" + } + }, "paletteCloudLight": { "type": "color", "schema": { diff --git a/packages/orbit-design-tokens/output/tokens.css b/packages/orbit-design-tokens/output/tokens.css index e7c7680de2..dcc4105e8d 100644 --- a/packages/orbit-design-tokens/output/tokens.css +++ b/packages/orbit-design-tokens/output/tokens.css @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Mon, 31 Jul 2023 08:02:01 GMT + * Generated on Tue, 01 Aug 2023 12:41:51 GMT */ :root { @@ -59,6 +59,12 @@ --background-button-bundle-basic: linear-gradient(to top right, #E13E3B 0%, #E87E09 100%); --background-button-bundle-basic-hover: linear-gradient(to top right, #BD2825 0%, #D67000 100%); --background-button-bundle-basic-active: linear-gradient(to top right, #9F1816 0%, #C36802 100%); + --background-button-bundle-medium: linear-gradient(to top right, #3719AB 0%, #8539DB 100%); + --background-button-bundle-medium-hover: linear-gradient(to top right, #BD2825 0%, #D67000 100%); + --background-button-bundle-medium-active: linear-gradient(to top right, #250F79 0%, #5A3485 100%); + --background-button-bundle-top: linear-gradient(to top right, #2D2D2E 0%, #696E73 100%); + --background-button-bundle-top-hover: linear-gradient(to top right, #171718 0%, #51575C 100%); + --background-button-bundle-top-active: linear-gradient(to top right, #101011 0%, #51575C); --background-button-critical-subtle: rgb(250, 234, 234); --background-button-critical-subtle-hover: rgb(248, 226, 226); --background-button-critical-subtle-active: rgb(243, 206, 206); @@ -100,12 +106,6 @@ --background-button-google: rgb(245, 247, 249); --background-button-google-hover: rgb(229, 234, 239); --background-button-google-active: rgb(214, 222, 230); - --background-bundle-medium: linear-gradient(to top right, #3719AB 0%, #8539DB 100%); - --background-bundle-medium-hover: linear-gradient(to top right, #BD2825 0%, #D67000 100%); - --background-bundle-medium-active: linear-gradient(to top right, #250F79 0%, #5A3485 100%); - --background-bundle-top: linear-gradient(to top right, #2D2D2E 0%, #696E73 100%); - --background-bundle-top-hover: linear-gradient(to top right, #171718 0%, #51575C 100%); - --background-bundle-top-active: linear-gradient(to top right, #101011 0%, #51575C); --background-card: rgb(255, 255, 255); --background-carrier-logo: transparent; --background-country-flag: transparent; @@ -724,6 +724,8 @@ --palette-blue-dark-hover: rgb(0, 79, 143); --palette-blue-dark-active: rgb(0, 62, 112); --palette-blue-darker: rgb(0, 70, 128); + --palette-bundle-basic: rgb(215, 51, 28); + --palette-bundle-medium: rgb(59, 30, 176); --palette-cloud-light: rgb(245, 247, 249); --palette-cloud-light-hover: rgb(229, 234, 239); --palette-cloud-light-active: rgb(214, 222, 230); diff --git a/packages/orbit-design-tokens/output/tokens.less b/packages/orbit-design-tokens/output/tokens.less index 345b570e02..6ca774bac0 100644 --- a/packages/orbit-design-tokens/output/tokens.less +++ b/packages/orbit-design-tokens/output/tokens.less @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Mon, 31 Jul 2023 08:02:01 GMT +// Generated on Tue, 01 Aug 2023 12:41:51 GMT @padding-alert: 16; @padding-alert-with-icon: 12; @@ -57,6 +57,12 @@ @background-button-bundle-basic: linear-gradient(to top right, #E13E3B 0%, #E87E09 100%); @background-button-bundle-basic-hover: linear-gradient(to top right, #BD2825 0%, #D67000 100%); @background-button-bundle-basic-active: linear-gradient(to top right, #9F1816 0%, #C36802 100%); +@background-button-bundle-medium: linear-gradient(to top right, #3719AB 0%, #8539DB 100%); +@background-button-bundle-medium-hover: linear-gradient(to top right, #BD2825 0%, #D67000 100%); +@background-button-bundle-medium-active: linear-gradient(to top right, #250F79 0%, #5A3485 100%); +@background-button-bundle-top: linear-gradient(to top right, #2D2D2E 0%, #696E73 100%); +@background-button-bundle-top-hover: linear-gradient(to top right, #171718 0%, #51575C 100%); +@background-button-bundle-top-active: linear-gradient(to top right, #101011 0%, #51575C); @background-button-critical-subtle: rgb(250, 234, 234); @background-button-critical-subtle-hover: rgb(248, 226, 226); @background-button-critical-subtle-active: rgb(243, 206, 206); @@ -98,12 +104,6 @@ @background-button-google: rgb(245, 247, 249); @background-button-google-hover: rgb(229, 234, 239); @background-button-google-active: rgb(214, 222, 230); -@background-bundle-medium: linear-gradient(to top right, #3719AB 0%, #8539DB 100%); -@background-bundle-medium-hover: linear-gradient(to top right, #BD2825 0%, #D67000 100%); -@background-bundle-medium-active: linear-gradient(to top right, #250F79 0%, #5A3485 100%); -@background-bundle-top: linear-gradient(to top right, #2D2D2E 0%, #696E73 100%); -@background-bundle-top-hover: linear-gradient(to top right, #171718 0%, #51575C 100%); -@background-bundle-top-active: linear-gradient(to top right, #101011 0%, #51575C); @background-card: rgb(255, 255, 255); @background-carrier-logo: transparent; @background-country-flag: transparent; @@ -722,6 +722,8 @@ @palette-blue-dark-hover: rgb(0, 79, 143); @palette-blue-dark-active: rgb(0, 62, 112); @palette-blue-darker: rgb(0, 70, 128); +@palette-bundle-basic: rgb(215, 51, 28); +@palette-bundle-medium: rgb(59, 30, 176); @palette-cloud-light: rgb(245, 247, 249); @palette-cloud-light-hover: rgb(229, 234, 239); @palette-cloud-light-active: rgb(214, 222, 230); diff --git a/packages/orbit-design-tokens/output/tokens.scss b/packages/orbit-design-tokens/output/tokens.scss index 697fc9883c..e46d161c6c 100644 --- a/packages/orbit-design-tokens/output/tokens.scss +++ b/packages/orbit-design-tokens/output/tokens.scss @@ -64,6 +64,12 @@ $background-button-link-secondary-active: rgb(214, 222, 230); $background-button-bundle-basic: linear-gradient(to top right, #e13e3b 0%, #e87e09 100%); $background-button-bundle-basic-hover: linear-gradient(to top right, #bd2825 0%, #d67000 100%); $background-button-bundle-basic-active: linear-gradient(to top right, #9f1816 0%, #c36802 100%); +$background-button-bundle-medium: linear-gradient(to top right, #3719ab 0%, #8539db 100%); +$background-button-bundle-medium-hover: linear-gradient(to top right, #bd2825 0%, #d67000 100%); +$background-button-bundle-medium-active: linear-gradient(to top right, #250f79 0%, #5a3485 100%); +$background-button-bundle-top: linear-gradient(to top right, #2d2d2e 0%, #696e73 100%); +$background-button-bundle-top-hover: linear-gradient(to top right, #171718 0%, #51575c 100%); +$background-button-bundle-top-active: linear-gradient(to top right, #101011 0%, #51575c); $background-button-critical-subtle: rgb(250, 234, 234); $background-button-critical-subtle-hover: rgb(248, 226, 226); $background-button-critical-subtle-active: rgb(243, 206, 206); @@ -105,12 +111,6 @@ $background-button-facebook-active: rgb(53, 79, 136); $background-button-google: rgb(245, 247, 249); $background-button-google-hover: rgb(229, 234, 239); $background-button-google-active: rgb(214, 222, 230); -$background-bundle-medium: linear-gradient(to top right, #3719ab 0%, #8539db 100%); -$background-bundle-medium-hover: linear-gradient(to top right, #bd2825 0%, #d67000 100%); -$background-bundle-medium-active: linear-gradient(to top right, #250f79 0%, #5a3485 100%); -$background-bundle-top: linear-gradient(to top right, #2d2d2e 0%, #696e73 100%); -$background-bundle-top-hover: linear-gradient(to top right, #171718 0%, #51575c 100%); -$background-bundle-top-active: linear-gradient(to top right, #101011 0%, #51575c); $background-card: rgb(255, 255, 255); $background-carrier-logo: transparent; $background-country-flag: transparent; @@ -737,6 +737,8 @@ $palette-blue-dark: rgb(0, 90, 163); $palette-blue-dark-hover: rgb(0, 79, 143); $palette-blue-dark-active: rgb(0, 62, 112); $palette-blue-darker: rgb(0, 70, 128); +$palette-bundle-basic: rgb(215, 51, 28); +$palette-bundle-medium: rgb(59, 30, 176); $palette-cloud-light: rgb(245, 247, 249); $palette-cloud-light-hover: rgb(229, 234, 239); $palette-cloud-light-active: rgb(214, 222, 230); diff --git a/packages/orbit-design-tokens/output/tokens.styl b/packages/orbit-design-tokens/output/tokens.styl index 4ac57947b4..ab539b8423 100644 --- a/packages/orbit-design-tokens/output/tokens.styl +++ b/packages/orbit-design-tokens/output/tokens.styl @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Mon, 31 Jul 2023 08:02:01 GMT +// Generated on Tue, 01 Aug 2023 12:41:51 GMT $padding-alert= 16; $padding-alert-with-icon= 12; @@ -57,6 +57,12 @@ $background-button-link-secondary-active= rgb(214, 222, 230); $background-button-bundle-basic= linear-gradient(to top right, #E13E3B 0%, #E87E09 100%); $background-button-bundle-basic-hover= linear-gradient(to top right, #BD2825 0%, #D67000 100%); $background-button-bundle-basic-active= linear-gradient(to top right, #9F1816 0%, #C36802 100%); +$background-button-bundle-medium= linear-gradient(to top right, #3719AB 0%, #8539DB 100%); +$background-button-bundle-medium-hover= linear-gradient(to top right, #BD2825 0%, #D67000 100%); +$background-button-bundle-medium-active= linear-gradient(to top right, #250F79 0%, #5A3485 100%); +$background-button-bundle-top= linear-gradient(to top right, #2D2D2E 0%, #696E73 100%); +$background-button-bundle-top-hover= linear-gradient(to top right, #171718 0%, #51575C 100%); +$background-button-bundle-top-active= linear-gradient(to top right, #101011 0%, #51575C); $background-button-critical-subtle= rgb(250, 234, 234); $background-button-critical-subtle-hover= rgb(248, 226, 226); $background-button-critical-subtle-active= rgb(243, 206, 206); @@ -98,12 +104,6 @@ $background-button-facebook-active= rgb(53, 79, 136); $background-button-google= rgb(245, 247, 249); $background-button-google-hover= rgb(229, 234, 239); $background-button-google-active= rgb(214, 222, 230); -$background-bundle-medium= linear-gradient(to top right, #3719AB 0%, #8539DB 100%); -$background-bundle-medium-hover= linear-gradient(to top right, #BD2825 0%, #D67000 100%); -$background-bundle-medium-active= linear-gradient(to top right, #250F79 0%, #5A3485 100%); -$background-bundle-top= linear-gradient(to top right, #2D2D2E 0%, #696E73 100%); -$background-bundle-top-hover= linear-gradient(to top right, #171718 0%, #51575C 100%); -$background-bundle-top-active= linear-gradient(to top right, #101011 0%, #51575C); $background-card= rgb(255, 255, 255); $background-carrier-logo= transparent; $background-country-flag= transparent; @@ -722,6 +722,8 @@ $palette-blue-dark= rgb(0, 90, 163); $palette-blue-dark-hover= rgb(0, 79, 143); $palette-blue-dark-active= rgb(0, 62, 112); $palette-blue-darker= rgb(0, 70, 128); +$palette-bundle-basic= rgb(215, 51, 28); +$palette-bundle-medium= rgb(59, 30, 176); $palette-cloud-light= rgb(245, 247, 249); $palette-cloud-light-hover= rgb(229, 234, 239); $palette-cloud-light-active= rgb(214, 222, 230); diff --git a/packages/orbit-design-tokens/output/tokens.xml b/packages/orbit-design-tokens/output/tokens.xml index 192661840b..87499bc1a7 100644 --- a/packages/orbit-design-tokens/output/tokens.xml +++ b/packages/orbit-design-tokens/output/tokens.xml @@ -219,6 +219,30 @@ backgroundButtonBundleBasicActive linear-gradient(to top right, #9F1816 0%, #C36802 100%) + + backgroundButtonBundleMedium + linear-gradient(to top right, #3719AB 0%, #8539DB 100%) + + + backgroundButtonBundleMediumHover + linear-gradient(to top right, #BD2825 0%, #D67000 100%) + + + backgroundButtonBundleMediumActive + linear-gradient(to top right, #250F79 0%, #5A3485 100%) + + + backgroundButtonBundleTop + linear-gradient(to top right, #2D2D2E 0%, #696E73 100%) + + + backgroundButtonBundleTopHover + linear-gradient(to top right, #171718 0%, #51575C 100%) + + + backgroundButtonBundleTopActive + linear-gradient(to top right, #101011 0%, #51575C) + backgroundButtonCriticalSubtle #FAEAEA @@ -383,30 +407,6 @@ backgroundButtonGoogleActive #D6DEE6 - - backgroundBundleMedium - linear-gradient(to top right, #3719AB 0%, #8539DB 100%) - - - backgroundBundleMediumHover - linear-gradient(to top right, #BD2825 0%, #D67000 100%) - - - backgroundBundleMediumActive - linear-gradient(to top right, #250F79 0%, #5A3485 100%) - - - backgroundBundleTop - linear-gradient(to top right, #2D2D2E 0%, #696E73 100%) - - - backgroundBundleTopHover - linear-gradient(to top right, #171718 0%, #51575C 100%) - - - backgroundBundleTopActive - linear-gradient(to top right, #101011 0%, #51575C) - backgroundCard #FFFFFF @@ -2879,6 +2879,14 @@ paletteBlueDarker #004680 + + paletteBundleBasic + #D7331C + + + paletteBundleMedium + #3B1EB0 + paletteCloudLight #F5F7F9 diff --git a/packages/orbit-design-tokens/package.json b/packages/orbit-design-tokens/package.json index e954f3c248..1db79f21d9 100644 --- a/packages/orbit-design-tokens/package.json +++ b/packages/orbit-design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@kiwicom/orbit-design-tokens", - "version": "5.0.0-beta.2", + "version": "5.0.0-beta.3", "description": "Design tokens for Kiwi.com.", "main": "dist/index.cjs", "module": "dist/index.js", diff --git a/packages/orbit-design-tokens/src/__tests__/__snapshots__/index.test.ts.snap b/packages/orbit-design-tokens/src/__tests__/__snapshots__/index.test.ts.snap index 6ccd768c2e..2c223d9d14 100644 --- a/packages/orbit-design-tokens/src/__tests__/__snapshots__/index.test.ts.snap +++ b/packages/orbit-design-tokens/src/__tests__/__snapshots__/index.test.ts.snap @@ -31,18 +31,18 @@ Object { "backgroundBadgeWarningSubtle": "#FEF2E6", "backgroundBadgeWhite": "#FFFFFF", "backgroundBody": "#F5F7F9", - "backgroundBundleMedium": "linear-gradient(to top right, #3719AB 0%, #8539DB 100%)", - "backgroundBundleMediumActive": "linear-gradient(to top right, #250F79 0%, #5A3485 100%)", - "backgroundBundleMediumHover": "linear-gradient(to top right, #BD2825 0%, #D67000 100%)", - "backgroundBundleTop": "linear-gradient(to top right, #2D2D2E 0%, #696E73 100%)", - "backgroundBundleTopActive": "linear-gradient(to top right, #101011 0%, #51575C)", - "backgroundBundleTopHover": "linear-gradient(to top right, #171718 0%, #51575C 100%)", "backgroundButtonBordered": "transparent", "backgroundButtonBorderedActive": "#F5F7F9", "backgroundButtonBorderedHover": "#F5F7F9", "backgroundButtonBundleBasic": "linear-gradient(to top right, #E13E3B 0%, #E87E09 100%)", "backgroundButtonBundleBasicActive": "linear-gradient(to top right, #9F1816 0%, #C36802 100%)", "backgroundButtonBundleBasicHover": "linear-gradient(to top right, #BD2825 0%, #D67000 100%)", + "backgroundButtonBundleMedium": "linear-gradient(to top right, #3719AB 0%, #8539DB 100%)", + "backgroundButtonBundleMediumActive": "linear-gradient(to top right, #250F79 0%, #5A3485 100%)", + "backgroundButtonBundleMediumHover": "linear-gradient(to top right, #BD2825 0%, #D67000 100%)", + "backgroundButtonBundleTop": "linear-gradient(to top right, #2D2D2E 0%, #696E73 100%)", + "backgroundButtonBundleTopActive": "linear-gradient(to top right, #101011 0%, #51575C)", + "backgroundButtonBundleTopHover": "linear-gradient(to top right, #171718 0%, #51575C 100%)", "backgroundButtonCritical": "#D21C1C", "backgroundButtonCriticalActive": "#9D1515", "backgroundButtonCriticalHover": "#B91919", @@ -655,6 +655,8 @@ Object { "paletteBlueNormal": "#0172CB", "paletteBlueNormalActive": "#01508E", "paletteBlueNormalHover": "#0161AC", + "paletteBundleBasic": "#D7331C", + "paletteBundleMedium": "#3B1EB0", "paletteCloudDark": "#BAC7D5", "paletteCloudDarkActive": "#94A8BE", "paletteCloudDarkHover": "#A6B6C8", diff --git a/packages/orbit-design-tokens/src/dictionary/definitions/component/button/button-bundle.json b/packages/orbit-design-tokens/src/dictionary/definitions/component/button/button-bundle.json index a2e69b4c9d..5eac871977 100644 --- a/packages/orbit-design-tokens/src/dictionary/definitions/component/button/button-bundle.json +++ b/packages/orbit-design-tokens/src/dictionary/definitions/component/button/button-bundle.json @@ -66,49 +66,49 @@ "deprecated-version": "1.0.0", "deprecated-replace": "{component.button.bundle-basic.background-active}", "value": "linear-gradient(to top right, #9F1816 0%, #C36802 100%)" + }, + "bundle-medium": { + "type": "color", + "deprecated": true, + "deprecated-replace": "{component.button.bundle-medium.background}", + "deprecated-version": "1.0.0", + "value": "linear-gradient(to top right, #3719AB 0%, #8539DB 100%)" + }, + "bundle-medium-hover": { + "type": "color", + "deprecated": true, + "deprecated-version": "1.0.0", + "deprecated-replace": "{component.button.bundle-medium.background-hover}", + "value": "linear-gradient(to top right, #BD2825 0%, #D67000 100%)" + }, + "bundle-medium-active": { + "type": "color", + "deprecated": true, + "deprecated-version": "1.0.0", + "deprecated-replace": "{component.button.bundle-medium.background-active}", + "value": "linear-gradient(to top right, #250F79 0%, #5A3485 100%)" + }, + "bundle-top": { + "type": "color", + "deprecated": true, + "deprecated-replace": "{component.button.bundle-top.background}", + "deprecated-version": "1.0.0", + "value": "linear-gradient(to top right, #2D2D2E 0%, #696E73 100%)" + }, + "bundle-top-hover": { + "type": "color", + "deprecated": true, + "deprecated-version": "1.0.0", + "deprecated-replace": "{component.button.bundle-top.background-hover}", + "value": "linear-gradient(to top right, #171718 0%, #51575C 100%)" + }, + "bundle-top-active": { + "type": "color", + "deprecated": true, + "deprecated-version": "1.0.0", + "deprecated-replace": "{component.button.bundle-top.background-active}", + "value": "linear-gradient(to top right, #101011 0%, #51575C)" } - }, - "bundle-medium": { - "type": "color", - "deprecated": true, - "deprecated-replace": "{component.button.bundle-medium.background}", - "deprecated-version": "1.0.0", - "value": "linear-gradient(to top right, #3719AB 0%, #8539DB 100%)" - }, - "bundle-medium-hover": { - "type": "color", - "deprecated": true, - "deprecated-version": "1.0.0", - "deprecated-replace": "{component.button.bundle-medium.background-hover}", - "value": "linear-gradient(to top right, #BD2825 0%, #D67000 100%)" - }, - "bundle-medium-active": { - "type": "color", - "deprecated": true, - "deprecated-version": "1.0.0", - "deprecated-replace": "{component.button.bundle-medium.background-active}", - "value": "linear-gradient(to top right, #250F79 0%, #5A3485 100%)" - }, - "bundle-top": { - "type": "color", - "deprecated": true, - "deprecated-replace": "{component.button.bundle-top.background}", - "deprecated-version": "1.0.0", - "value": "linear-gradient(to top right, #2D2D2E 0%, #696E73 100%)" - }, - "bundle-top-hover": { - "type": "color", - "deprecated": true, - "deprecated-version": "1.0.0", - "deprecated-replace": "{component.button.bundle-top.background-hover}", - "value": "linear-gradient(to top right, #171718 0%, #51575C 100%)" - }, - "bundle-top-active": { - "type": "color", - "deprecated": true, - "deprecated-version": "1.0.0", - "deprecated-replace": "{component.button.bundle-top.background-active}", - "value": "linear-gradient(to top right, #101011 0%, #51575C)" } } } diff --git a/packages/orbit-design-tokens/src/dictionary/definitions/foundation/palette/bundle.json b/packages/orbit-design-tokens/src/dictionary/definitions/foundation/palette/bundle.json new file mode 100644 index 0000000000..1d6401f222 --- /dev/null +++ b/packages/orbit-design-tokens/src/dictionary/definitions/foundation/palette/bundle.json @@ -0,0 +1,10 @@ +{ + "foundation": { + "palette": { + "bundle": { + "basic": { "value": "#D7331C", "internal": true, "type": "color" }, + "medium": { "value": "#3B1EB0", "internal": true, "type": "color" } + } + } + } +} diff --git a/packages/orbit-design-tokens/src/dictionary/definitions/global/palette/bundle.json b/packages/orbit-design-tokens/src/dictionary/definitions/global/palette/bundle.json new file mode 100644 index 0000000000..e0add0fdfc --- /dev/null +++ b/packages/orbit-design-tokens/src/dictionary/definitions/global/palette/bundle.json @@ -0,0 +1,16 @@ +{ + "global": { + "palette": { + "bundle": { + "basic": { + "value": "{foundation.palette.bundle.basic}", + "type": "color" + }, + "medium": { + "value": "{foundation.palette.bundle.medium}", + "type": "color" + } + } + } + } +} diff --git a/packages/orbit-design-tokens/src/js/createTokens.ts b/packages/orbit-design-tokens/src/js/createTokens.ts index a2999178af..f7b036867c 100644 --- a/packages/orbit-design-tokens/src/js/createTokens.ts +++ b/packages/orbit-design-tokens/src/js/createTokens.ts @@ -69,6 +69,12 @@ export type Tokens = { backgroundButtonBundleBasic: string; backgroundButtonBundleBasicHover: string; backgroundButtonBundleBasicActive: string; + backgroundButtonBundleMedium: string; + backgroundButtonBundleMediumHover: string; + backgroundButtonBundleMediumActive: string; + backgroundButtonBundleTop: string; + backgroundButtonBundleTopHover: string; + backgroundButtonBundleTopActive: string; backgroundButtonCriticalSubtle: string; backgroundButtonCriticalSubtleHover: string; backgroundButtonCriticalSubtleActive: string; @@ -110,12 +116,6 @@ export type Tokens = { backgroundButtonGoogle: string; backgroundButtonGoogleHover: string; backgroundButtonGoogleActive: string; - backgroundBundleMedium: string; - backgroundBundleMediumHover: string; - backgroundBundleMediumActive: string; - backgroundBundleTop: string; - backgroundBundleTopHover: string; - backgroundBundleTopActive: string; backgroundCard: string; backgroundCarrierLogo: string; backgroundCountryFlag: string; @@ -734,6 +734,8 @@ export type Tokens = { paletteBlueDarkHover: string; paletteBlueDarkActive: string; paletteBlueDarker: string; + paletteBundleBasic: string; + paletteBundleMedium: string; paletteCloudLight: string; paletteCloudLightHover: string; paletteCloudLightActive: string; @@ -885,6 +887,12 @@ const createTokens: CreateTokens = foundation => ({ backgroundButtonBundleBasic: "linear-gradient(to top right, #E13E3B 0%, #E87E09 100%)", backgroundButtonBundleBasicHover: "linear-gradient(to top right, #BD2825 0%, #D67000 100%)", backgroundButtonBundleBasicActive: "linear-gradient(to top right, #9F1816 0%, #C36802 100%)", + backgroundButtonBundleMedium: "linear-gradient(to top right, #3719AB 0%, #8539DB 100%)", + backgroundButtonBundleMediumHover: "linear-gradient(to top right, #BD2825 0%, #D67000 100%)", + backgroundButtonBundleMediumActive: "linear-gradient(to top right, #250F79 0%, #5A3485 100%)", + backgroundButtonBundleTop: "linear-gradient(to top right, #2D2D2E 0%, #696E73 100%)", + backgroundButtonBundleTopHover: "linear-gradient(to top right, #171718 0%, #51575C 100%)", + backgroundButtonBundleTopActive: "linear-gradient(to top right, #101011 0%, #51575C)", backgroundButtonCriticalSubtle: foundation.palette.red.light, backgroundButtonCriticalSubtleHover: foundation.palette.red.lightHover, backgroundButtonCriticalSubtleActive: foundation.palette.red.lightActive, @@ -926,12 +934,6 @@ const createTokens: CreateTokens = foundation => ({ backgroundButtonGoogle: foundation.palette.cloud.light, backgroundButtonGoogleHover: foundation.palette.cloud.lightHover, backgroundButtonGoogleActive: foundation.palette.cloud.lightActive, - backgroundBundleMedium: "linear-gradient(to top right, #3719AB 0%, #8539DB 100%)", - backgroundBundleMediumHover: "linear-gradient(to top right, #BD2825 0%, #D67000 100%)", - backgroundBundleMediumActive: "linear-gradient(to top right, #250F79 0%, #5A3485 100%)", - backgroundBundleTop: "linear-gradient(to top right, #2D2D2E 0%, #696E73 100%)", - backgroundBundleTopHover: "linear-gradient(to top right, #171718 0%, #51575C 100%)", - backgroundBundleTopActive: "linear-gradient(to top right, #101011 0%, #51575C)", backgroundCard: foundation.palette.white.normal, backgroundCarrierLogo: "transparent", backgroundCountryFlag: "transparent", @@ -1732,6 +1734,8 @@ const createTokens: CreateTokens = foundation => ({ paletteBlueDarkHover: foundation.palette.blue.darkHover, paletteBlueDarkActive: foundation.palette.blue.darkActive, paletteBlueDarker: foundation.palette.blue.darker, + paletteBundleBasic: foundation.palette.bundle.basic, + paletteBundleMedium: foundation.palette.bundle.medium, paletteCloudLight: foundation.palette.cloud.light, paletteCloudLightHover: foundation.palette.cloud.lightHover, paletteCloudLightActive: foundation.palette.cloud.lightActive, diff --git a/packages/orbit-design-tokens/src/js/defaultFoundation.ts b/packages/orbit-design-tokens/src/js/defaultFoundation.ts index 633604489c..d88bd8587f 100644 --- a/packages/orbit-design-tokens/src/js/defaultFoundation.ts +++ b/packages/orbit-design-tokens/src/js/defaultFoundation.ts @@ -21,6 +21,7 @@ export type Blue = { normalActive: string; normalHover: string; }; +export type Bundle = { basic: string; medium: string }; export type Cloud = { dark: string; darkActive: string; @@ -126,6 +127,7 @@ export type LineHeight = { small: string; normal: string; large: string; extraLa export type FontWeight = { normal: string; medium: string; bold: string }; export type Palette = { blue: Blue; + bundle: Bundle; cloud: Cloud; green: Green; ink: Ink; @@ -149,6 +151,7 @@ export type Foundation = { export type CustomFoundation = { palette?: Partial<{ blue?: Partial; + bundle?: Partial; cloud?: Partial; green?: Partial; ink?: Partial; @@ -179,6 +182,7 @@ const blue = { normalActive: "#01508E", normalHover: "#0161AC", }; +const bundle = { basic: "#D7331C", medium: "#3B1EB0" }; const cloud = { dark: "#BAC7D5", darkActive: "#94A8BE", @@ -284,7 +288,7 @@ const fontFamily = { const fontSize = { small: "13px", normal: "15px", large: "16px", extraLarge: "18px" }; const lineHeight = { small: "16px", normal: "20px", large: "24px", extraLarge: "24px" }; const fontWeight = { normal: "400", medium: "500", bold: "700" }; -const palette = { blue, cloud, green, ink, orange, product, red, social, white }; +const palette = { blue, bundle, cloud, green, ink, orange, product, red, social, white }; const foundation = { palette, borderRadius, diff --git a/packages/orbit-design-tokens/src/js/paletteColors.d.ts b/packages/orbit-design-tokens/src/js/paletteColors.d.ts index 3b5e162149..c9584ed648 100644 --- a/packages/orbit-design-tokens/src/js/paletteColors.d.ts +++ b/packages/orbit-design-tokens/src/js/paletteColors.d.ts @@ -20,6 +20,8 @@ export type Tokens = { blueDarkHover: string; blueDarkActive: string; blueDarker: string; + bundleBasic: string; + bundleMedium: string; cloudLight: string; cloudLightHover: string; cloudLightActive: string; diff --git a/packages/orbit-tailwind-preset/package.json b/packages/orbit-tailwind-preset/package.json index ec1d4ee2a3..f0a3e1f108 100644 --- a/packages/orbit-tailwind-preset/package.json +++ b/packages/orbit-tailwind-preset/package.json @@ -33,6 +33,6 @@ "tailwindcss": ">=3.3.2" }, "dependencies": { - "@kiwicom/orbit-design-tokens": "^5.0.0-beta.2" + "@kiwicom/orbit-design-tokens": "^5.0.0-beta.3" } } diff --git a/packages/orbit-tailwind-preset/src/__tests__/helpers.test.ts b/packages/orbit-tailwind-preset/src/__tests__/helpers.test.ts index cae3e7d547..94cebd095d 100644 --- a/packages/orbit-tailwind-preset/src/__tests__/helpers.test.ts +++ b/packages/orbit-tailwind-preset/src/__tests__/helpers.test.ts @@ -53,6 +53,10 @@ describe("orbit-tailwind-preset", () => { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "cloud": Object { "dark": "#BAC7D5", "dark-active": "#94A8BE", diff --git a/packages/orbit-tailwind-preset/src/presets/__fixtures__/Colors.tsx b/packages/orbit-tailwind-preset/src/presets/__fixtures__/Colors.tsx index 012780fe92..a31287846c 100644 --- a/packages/orbit-tailwind-preset/src/presets/__fixtures__/Colors.tsx +++ b/packages/orbit-tailwind-preset/src/presets/__fixtures__/Colors.tsx @@ -96,6 +96,9 @@ const Colors = () => (

social-facebook

social-facebook-hover

social-facebook-active

+ +

bundle-basic

+

bundle-medium

); diff --git a/packages/orbit-tailwind-preset/src/presets/__tests__/__snapshots__/configs.test.ts.snap b/packages/orbit-tailwind-preset/src/presets/__tests__/__snapshots__/configs.test.ts.snap index fa1fd918cf..a068c20873 100644 --- a/packages/orbit-tailwind-preset/src/presets/__tests__/__snapshots__/configs.test.ts.snap +++ b/packages/orbit-tailwind-preset/src/presets/__tests__/__snapshots__/configs.test.ts.snap @@ -234,6 +234,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "cloud": Object { "dark": "#BAC7D5", "dark-active": "#94A8BE", @@ -391,6 +395,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "cloud": Object { "dark": "#BAC7D5", "dark-active": "#94A8BE", @@ -602,6 +610,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "button-bundle-basic-background": "linear-gradient(to top right, #E13E3B 0%, #E87E09 100%)", "button-bundle-basic-background-active": "linear-gradient(to top right, #9F1816 0%, #C36802 100%)", "button-bundle-basic-background-hover": "linear-gradient(to top right, #BD2825 0%, #D67000 100%)", @@ -817,6 +829,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "button-critical-bordered": "#D21C1C", "button-critical-bordered-active": "#9D1515", "button-critical-bordered-hover": "#B91919", @@ -1016,6 +1032,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "cloud": Object { "dark": "#BAC7D5", "dark-active": "#94A8BE", @@ -1123,6 +1143,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "cloud": Object { "dark": "#BAC7D5", "dark-active": "#94A8BE", @@ -1217,6 +1241,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "cloud": Object { "dark": "#BAC7D5", "dark-active": "#94A8BE", @@ -1392,6 +1420,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "button-critical-bordered": "#D21C1C", "button-critical-bordered-active": "#9D1515", "button-critical-bordered-hover": "#B91919", @@ -1583,6 +1615,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "cloud": Object { "dark": "#BAC7D5", "dark-active": "#94A8BE", @@ -1805,6 +1841,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "cloud": Object { "dark": "#BAC7D5", "dark-active": "#94A8BE", @@ -2323,6 +2363,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "cloud": Object { "dark": "#BAC7D5", "dark-active": "#94A8BE", @@ -2460,6 +2504,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "cloud": Object { "dark": "#BAC7D5", "dark-active": "#94A8BE", @@ -2572,6 +2620,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "cloud": Object { "dark": "#BAC7D5", "dark-active": "#94A8BE", @@ -2666,6 +2718,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "cloud": Object { "dark": "#BAC7D5", "dark-active": "#94A8BE", @@ -2895,6 +2951,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "cloud": Object { "dark": "#BAC7D5", "dark-active": "#94A8BE", @@ -3010,6 +3070,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "button-critical-foreground": "#FFFFFF", "button-critical-foreground-active": "#FFFFFF", "button-critical-foreground-hover": "#FFFFFF", @@ -3184,6 +3248,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "cloud": Object { "dark": "#BAC7D5", "dark-active": "#94A8BE", @@ -3658,6 +3726,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "cloud": Object { "dark": "#BAC7D5", "dark-active": "#94A8BE", @@ -3852,6 +3924,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "cloud": Object { "dark": "#BAC7D5", "dark-active": "#94A8BE", @@ -4002,6 +4078,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "cloud": Object { "dark": "#BAC7D5", "dark-active": "#94A8BE", @@ -4149,6 +4229,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "cloud": Object { "dark": "#BAC7D5", "dark-active": "#94A8BE", @@ -4256,6 +4340,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "cloud": Object { "dark": "#BAC7D5", "dark-active": "#94A8BE", @@ -4350,6 +4438,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "cloud": Object { "dark": "#BAC7D5", "dark-active": "#94A8BE", @@ -4525,6 +4617,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "cloud": Object { "dark": "#BAC7D5", "dark-active": "#94A8BE", @@ -4664,6 +4760,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "cloud": Object { "dark": "#BAC7D5", "dark-active": "#94A8BE", @@ -4864,6 +4964,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "cloud": Object { "dark": "#BAC7D5", "dark-active": "#94A8BE", @@ -5319,6 +5423,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "cloud": Object { "dark": "#BAC7D5", "dark-active": "#94A8BE", @@ -5440,6 +5548,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "cloud": Object { "dark": "#BAC7D5", "dark-active": "#94A8BE", @@ -5552,6 +5664,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "cloud": Object { "dark": "#BAC7D5", "dark-active": "#94A8BE", @@ -5646,6 +5762,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "cloud": Object { "dark": "#BAC7D5", "dark-active": "#94A8BE", @@ -5875,6 +5995,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "cloud": Object { "dark": "#BAC7D5", "dark-active": "#94A8BE", @@ -5976,6 +6100,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "cloud": Object { "dark": "#BAC7D5", "dark-active": "#94A8BE", @@ -6070,6 +6198,10 @@ Object { "normal-active": "#01508E", "normal-hover": "#0161AC", }, + "bundle": Object { + "basic": "#D7331C", + "medium": "#3B1EB0", + }, "cloud": Object { "dark": "#BAC7D5", "dark-active": "#94A8BE", diff --git a/yarn.lock b/yarn.lock index 916b6b71d0..d14106bdd6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -161,7 +161,7 @@ "@babel/generator@~7.21.1": version "7.21.9" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.9.tgz#3a1b706e07d836e204aee0650e8ee878d3aaa241" + resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.21.9.tgz" integrity sha512-F3fZga2uv09wFdEjEQIJxXALXfz0+JaOb7SabvVMmjHxeVTuGW8wgE8Vp1Hd7O+zMTYtcfEISGRzPkeiaPPsvg== dependencies: "@babel/types" "^7.21.5" @@ -398,7 +398,7 @@ "@babel/parser@~7.21.2": version "7.21.9" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.9.tgz#ab18ea3b85b4bc33ba98a8d4c2032c557d23cf14" + resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.21.9.tgz" integrity sha512-q5PNg/Bi1OpGgx5jYlvWZwAorZepEudDMCLtj967aeS7WMont7dUZI46M2XwcIQqvUlMxWfdLFu4S/qSxeUu5g== "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.5": @@ -1309,7 +1309,7 @@ "@babel/traverse@~7.21.2": version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.5.tgz#ad22361d352a5154b498299d523cf72998a4b133" + resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.21.5.tgz" integrity sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw== dependencies: "@babel/code-frame" "^7.21.4" @@ -1343,7 +1343,7 @@ "@babel/types@~7.21.2": version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.5.tgz#18dfbd47c39d3904d5db3d3dc2cc80bedb60e5b6" + resolved "https://registry.npmjs.org/@babel/types/-/types-7.21.5.tgz" integrity sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q== dependencies: "@babel/helper-string-parser" "^7.21.5" @@ -2664,19 +2664,19 @@ "@kiwicom/orbit-design-tokens@*": version "4.2.1" - resolved "https://registry.npmjs.org/@kiwicom/orbit-design-tokens/-/orbit-design-tokens-4.2.1.tgz" + resolved "https://registry.yarnpkg.com/@kiwicom/orbit-design-tokens/-/orbit-design-tokens-4.2.1.tgz#d804e46cea1bd57c3b432e7a9e7c2e48ab0bee70" integrity sha512-2fBeaYDAWLHAlafpUYSVPsR8ja13TM7b6b/2PH30n+FrbOts5eWaan7CVgZnOeGaTVfnh7CvJ5CeP7nR+KhUOw== "@kiwicom/orbit-design-tokens@5.0.0-beta.1": version "5.0.0-beta.1" - resolved "https://registry.yarnpkg.com/@kiwicom/orbit-design-tokens/-/orbit-design-tokens-5.0.0-beta.1.tgz#b936d46cbb6688d99f573b302a16538aaf7e2119" + resolved "https://registry.npmjs.org/@kiwicom/orbit-design-tokens/-/orbit-design-tokens-5.0.0-beta.1.tgz" integrity sha512-CwOruWrd57ZSL4FyyPBLXYGuVdJPrWUosJmO4LWE3SeZsAD1KXe764bVZb1nQCAxa/oAxmdOrGDSU/1PJcpiQg== dependencies: color2k "^2.0.2" "@kiwicom/orbit-tailwind-preset@1.0.0-beta.6": version "1.0.0-beta.6" - resolved "https://registry.yarnpkg.com/@kiwicom/orbit-tailwind-preset/-/orbit-tailwind-preset-1.0.0-beta.6.tgz#8f4a8080bd026624dd56f67f9f54e61438596a9b" + resolved "https://registry.npmjs.org/@kiwicom/orbit-tailwind-preset/-/orbit-tailwind-preset-1.0.0-beta.6.tgz" integrity sha512-G6Loc4ilOdXn5sSZjXAfeLBCzQuKEZZAwc2WlK+QsNtdOR3Psxhw5FI+OLEfwfdyxH0hiONROfuV1JUyglLNWA== dependencies: "@kiwicom/orbit-design-tokens" "5.0.0-beta.1" @@ -4967,7 +4967,7 @@ "@storybook/addon-styling@^1.3.1": version "1.3.1" - resolved "https://registry.yarnpkg.com/@storybook/addon-styling/-/addon-styling-1.3.1.tgz#27bf527d2f9713125a698a232c86c64028886a1a" + resolved "https://registry.npmjs.org/@storybook/addon-styling/-/addon-styling-1.3.1.tgz" integrity sha512-5ofDihi4LxOGXFFIU5D7eGLKtK8wzNH19h58QFa1w8kCrZmARYYjiZXVB0bJrMQxU9TMy+B6aOg04vV+IGX2OA== dependencies: "@babel/template" "^7.20.7" @@ -5035,7 +5035,7 @@ "@storybook/api@^7.0.12": version "7.0.24" - resolved "https://registry.yarnpkg.com/@storybook/api/-/api-7.0.24.tgz#9c9b6f8a1883ca90226ea8bf2bc9c64a428c65ce" + resolved "https://registry.npmjs.org/@storybook/api/-/api-7.0.24.tgz" integrity sha512-rjWZgBbt43Ma5Vg2RwK9FtiF9ZkLRT+vOfDFtRL1PQkOIUlYlm33dOdPTh+HrW5QMO9cj/cchqmzU2AtgEZCyw== dependencies: "@storybook/client-logger" "7.0.24" @@ -5174,7 +5174,7 @@ "@storybook/channel-postmessage@7.0.23": version "7.0.23" - resolved "https://registry.yarnpkg.com/@storybook/channel-postmessage/-/channel-postmessage-7.0.23.tgz#eff248def859a0106cb45d535eb13111b8abb2df" + resolved "https://registry.npmjs.org/@storybook/channel-postmessage/-/channel-postmessage-7.0.23.tgz" integrity sha512-SfXTV55Z9U5rN1OuyR56s+PUpav3b4SgXtP67bnNsrv7dkKhBwr0DUUJogIRnjmY0Loy/hLvJ23kfmKXPWC4vQ== dependencies: "@storybook/channels" "7.0.23" @@ -5186,7 +5186,7 @@ "@storybook/channel-postmessage@7.0.24": version "7.0.24" - resolved "https://registry.yarnpkg.com/@storybook/channel-postmessage/-/channel-postmessage-7.0.24.tgz#789bd121cf64e306737ec0f3b096ea0ac6f47bf5" + resolved "https://registry.npmjs.org/@storybook/channel-postmessage/-/channel-postmessage-7.0.24.tgz" integrity sha512-QLtLXjEeTEwBN/7pB888mBaykmRU9Jy2BitvZuLJWyHHygTYm3vYZOaGR37DT+q/6Ob5GaZ0tURZmCSNDe8IIA== dependencies: "@storybook/channels" "7.0.24" @@ -5206,12 +5206,12 @@ "@storybook/channels@7.0.23": version "7.0.23" - resolved "https://registry.yarnpkg.com/@storybook/channels/-/channels-7.0.23.tgz#4c57f5f43289ca21b6a713ff9c399c8abb6c868a" + resolved "https://registry.npmjs.org/@storybook/channels/-/channels-7.0.23.tgz" integrity sha512-cCxR3Z84YQjsVMPgFTI+kDVNOlgXSDakwjkNFBznU+s2qhGW5eZt2g9YRDeVDQ6AjR4j4RrGhwddRq4lQZF2pg== "@storybook/channels@7.0.24": version "7.0.24" - resolved "https://registry.yarnpkg.com/@storybook/channels/-/channels-7.0.24.tgz#fcfe7a1a5599265506f07fe81d03b0585303fc15" + resolved "https://registry.npmjs.org/@storybook/channels/-/channels-7.0.24.tgz" integrity sha512-NZVLwMhtzy6cZrNRjshFvMAD9mQTmJDNwhohodSkM/YFCDVFhmxQk9tgizVGh9MwY3CYGJ1SI96RUejGosb49Q== "@storybook/channels@7.1.1": @@ -5283,14 +5283,14 @@ "@storybook/client-logger@7.0.23": version "7.0.23" - resolved "https://registry.yarnpkg.com/@storybook/client-logger/-/client-logger-7.0.23.tgz#5db5d144d1948fd8c856195ee6a699c002046557" + resolved "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-7.0.23.tgz" integrity sha512-L287SRO8EaYOxTpryV7N/1WCL5I1IFs5Naiq3FpybhguUP7F3Si7KWvVdFmSW06K9jNj2IEQ/8zBRM8ra4ttyg== dependencies: "@storybook/global" "^5.0.0" "@storybook/client-logger@7.0.24": version "7.0.24" - resolved "https://registry.yarnpkg.com/@storybook/client-logger/-/client-logger-7.0.24.tgz#7be57ce1f90e65c6e9da7a88ed9ca7c5ce3c6536" + resolved "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-7.0.24.tgz" integrity sha512-4zRTb+QQ1hWaRqad/UufZNRfi2d/cf5a40My72Ct97VwjhJFE6aQ3K+hl1Xt6hh8dncDL2JK3cgziw6ElqjT0w== dependencies: "@storybook/global" "^5.0.0" @@ -5324,7 +5324,7 @@ "@storybook/components@7.0.23": version "7.0.23" - resolved "https://registry.yarnpkg.com/@storybook/components/-/components-7.0.23.tgz#0a8e17d76b4b6e67b6eea0747f567e5788b3e7c5" + resolved "https://registry.npmjs.org/@storybook/components/-/components-7.0.23.tgz" integrity sha512-nEMWjqL34uDzQsHM/MJQt6IoeVzbyONeS14UsS/WKTVpnQvxYLeZAg/kyMwZsl28U25na3d+EhZKv/0mWXw5Nw== dependencies: "@storybook/client-logger" "7.0.23" @@ -5352,7 +5352,7 @@ "@storybook/components@^7.0.12": version "7.0.24" - resolved "https://registry.yarnpkg.com/@storybook/components/-/components-7.0.24.tgz#0676fa8d2085217786ccf994bc890dab0fa3d9c2" + resolved "https://registry.npmjs.org/@storybook/components/-/components-7.0.24.tgz" integrity sha512-Pu7zGurCyWyiuFl2Pb5gybHA0f4blmHuVqccbMqnUw4Ew80BRu8AqfhNqN2hNdxFCx0mmy0baRGVftx76rNZ0w== dependencies: "@storybook/client-logger" "7.0.24" @@ -5374,7 +5374,7 @@ "@storybook/core-common@7.0.23": version "7.0.23" - resolved "https://registry.yarnpkg.com/@storybook/core-common/-/core-common-7.0.23.tgz#dc82800a888111d65bdc4e1eff2ff1ec4896acb7" + resolved "https://registry.npmjs.org/@storybook/core-common/-/core-common-7.0.23.tgz" integrity sha512-2W87Z9I0ObEMQkGVPMvgB3I5lWkqqkQDkfIbfoc717+DO3Lqgg/CGy5WL7+v2xVlzfoUnYIeXgkeAwDPDrDyMA== dependencies: "@storybook/node-logger" "7.0.23" @@ -5429,7 +5429,7 @@ "@storybook/core-common@^7.0.12": version "7.0.24" - resolved "https://registry.yarnpkg.com/@storybook/core-common/-/core-common-7.0.24.tgz#2828323f9e0de2cec093f42773324ab0826fa1f3" + resolved "https://registry.npmjs.org/@storybook/core-common/-/core-common-7.0.24.tgz" integrity sha512-FHjL2dpwDHnicLTePkiZMfO5eFxJxpTP2xmGWFQnWFTyEgh+ipcWnLVoYYXiKcc6EzKED0yebk8rAIalbzpICg== dependencies: "@storybook/node-logger" "7.0.24" @@ -5456,12 +5456,12 @@ "@storybook/core-events@7.0.23": version "7.0.23" - resolved "https://registry.yarnpkg.com/@storybook/core-events/-/core-events-7.0.23.tgz#99d36712dba8eae9e1585298dd9b97385ae13ad5" + resolved "https://registry.npmjs.org/@storybook/core-events/-/core-events-7.0.23.tgz" integrity sha512-Hdt18p/qbgJc+1wY2dGcdjmlsuNXWsoLTaXrjInuvr1U0kmKmKs0VMaB0cFubnUgCmB3YQWTGnVr3q8iz9iB7g== "@storybook/core-events@7.0.24", "@storybook/core-events@^7.0.12": version "7.0.24" - resolved "https://registry.yarnpkg.com/@storybook/core-events/-/core-events-7.0.24.tgz#3fa4b2b3af64a86525b4cf07f49a7410125ef810" + resolved "https://registry.npmjs.org/@storybook/core-events/-/core-events-7.0.24.tgz" integrity sha512-xkf/rihCkhqMeh5EA8lVp90/mzbb2gcg6I3oeFWw2hognVcTnPXg6llhWdU4Spqd0cals7GEFmQugIILCmH8GA== "@storybook/core-events@7.1.1": @@ -5553,7 +5553,7 @@ "@storybook/csf-tools@^7.0.12": version "7.0.24" - resolved "https://registry.yarnpkg.com/@storybook/csf-tools/-/csf-tools-7.0.24.tgz#ba35a537a2d6cca46f9c5ac9c0c6bdf5e3d0aa7b" + resolved "https://registry.npmjs.org/@storybook/csf-tools/-/csf-tools-7.0.24.tgz" integrity sha512-RBNiXY3ht6XpcIyVgxBo7mK2t32tJuC93OO/HgcoRFClcdA8HUnlva297XpJpMqCgrcF8fPqRo+ZcLeC7vjzvw== dependencies: "@babel/generator" "~7.21.1" @@ -5587,7 +5587,7 @@ "@storybook/docs-tools@7.0.23": version "7.0.23" - resolved "https://registry.yarnpkg.com/@storybook/docs-tools/-/docs-tools-7.0.23.tgz#7c1d4c518c5ab0b702350719fa7e157033a8122e" + resolved "https://registry.npmjs.org/@storybook/docs-tools/-/docs-tools-7.0.23.tgz" integrity sha512-sf0eGmx7ZfFgj/lrSjvDoqOQWRdAk9Os5nuy/rtSyOYLv8Y7+Pwdjn+1cUTs6j/yhgOooC0IweJom0+D40Mkog== dependencies: "@babel/core" "^7.12.10" @@ -5617,7 +5617,7 @@ "@storybook/manager-api@7.0.23": version "7.0.23" - resolved "https://registry.yarnpkg.com/@storybook/manager-api/-/manager-api-7.0.23.tgz#4963ea77f879886f8d1dd53019b456895a50c495" + resolved "https://registry.npmjs.org/@storybook/manager-api/-/manager-api-7.0.23.tgz" integrity sha512-tvq5+xVkpqWDDnvyoi/sfAR7ZaIu7oiommMtuEt1/mhItn9nv8TXkWbthWUlwRgUrPiJJl2BNSnXMRS+byOAZg== dependencies: "@storybook/channels" "7.0.23" @@ -5638,7 +5638,7 @@ "@storybook/manager-api@7.0.24", "@storybook/manager-api@^7.0.12": version "7.0.24" - resolved "https://registry.yarnpkg.com/@storybook/manager-api/-/manager-api-7.0.24.tgz#29a357a35c661a0e86567ef6f0f8afeca3b3bced" + resolved "https://registry.npmjs.org/@storybook/manager-api/-/manager-api-7.0.24.tgz" integrity sha512-cBpgDWq8reFgyrv4fBZlZJQyWYb9cDW0LDe476rWn/29uXNvYMNsHRwveLNgSA8Oy1NdyQCgf4ZgcYvY3wpvMA== dependencies: "@storybook/channels" "7.0.24" @@ -5690,7 +5690,7 @@ "@storybook/node-logger@7.0.23": version "7.0.23" - resolved "https://registry.yarnpkg.com/@storybook/node-logger/-/node-logger-7.0.23.tgz#6341d943a73a1c4208fb14c75eb304908bf96c97" + resolved "https://registry.npmjs.org/@storybook/node-logger/-/node-logger-7.0.23.tgz" integrity sha512-bVa0LnD0pAI0ZU9cue+hvWiWEli3Gny6ofolaWiOw1W03P5ogUo7gHHw/+Is4Iba7FxD1+W1BXm5oi22xD1x0g== dependencies: "@types/npmlog" "^4.1.2" @@ -5700,7 +5700,7 @@ "@storybook/node-logger@7.0.24", "@storybook/node-logger@^7.0.12": version "7.0.24" - resolved "https://registry.yarnpkg.com/@storybook/node-logger/-/node-logger-7.0.24.tgz#dc260cbce5cd5187b131e4d1d08fe750f748f5ad" + resolved "https://registry.npmjs.org/@storybook/node-logger/-/node-logger-7.0.24.tgz" integrity sha512-gjcYnreYBBtZVF6p/cHMas4FEafPddjsLMrAfB+0lLGoRdUwWVto46BZTHQ9seY5gPW0JQydAdDGHko8/kEOXA== dependencies: "@types/npmlog" "^4.1.2" @@ -5742,7 +5742,7 @@ "@storybook/preview-api@7.0.23": version "7.0.23" - resolved "https://registry.yarnpkg.com/@storybook/preview-api/-/preview-api-7.0.23.tgz#6f4d98a54c7367341e086a1818866e2e1e97faea" + resolved "https://registry.npmjs.org/@storybook/preview-api/-/preview-api-7.0.23.tgz" integrity sha512-kXhDX6gVjQu4Lx4SnCW5Yt5W/TbQofp9SL0paB1ywsJ15xSAPU5KVILe9OWAOba2YUnk7sHux/xDX/gH5RCpVw== dependencies: "@storybook/channel-postmessage" "7.0.23" @@ -5784,7 +5784,7 @@ "@storybook/preview-api@^7.0.12": version "7.0.24" - resolved "https://registry.yarnpkg.com/@storybook/preview-api/-/preview-api-7.0.24.tgz#93634c060aa43bb10fb233f28ae83b7d74b98aad" + resolved "https://registry.npmjs.org/@storybook/preview-api/-/preview-api-7.0.24.tgz" integrity sha512-psycU07tuB5nyJvfAJiDN/9e8cjOdJ+5lrCSYC3vPzH86LxADDIN0/8xFb1CaQWcXZsADEFJGpHKWbRhjym5ew== dependencies: "@storybook/channel-postmessage" "7.0.24" @@ -5865,7 +5865,7 @@ "@storybook/router@7.0.23": version "7.0.23" - resolved "https://registry.yarnpkg.com/@storybook/router/-/router-7.0.23.tgz#694fd20b6aa471086b07b3d82ff5b8e49a8cef37" + resolved "https://registry.npmjs.org/@storybook/router/-/router-7.0.23.tgz" integrity sha512-qZJJJKqcyhTAXRWxGwBlL97BSt/TbWcXNUB1H3Q4ufKrgdrCRuThfr8R8Fir+iggr7vF3QnMQ7rCyPT/yB56/g== dependencies: "@storybook/client-logger" "7.0.23" @@ -5874,7 +5874,7 @@ "@storybook/router@7.0.24": version "7.0.24" - resolved "https://registry.yarnpkg.com/@storybook/router/-/router-7.0.24.tgz#510b91d161d822f276300fded7b254ed3e2594f3" + resolved "https://registry.npmjs.org/@storybook/router/-/router-7.0.24.tgz" integrity sha512-SRCV+srCZUbko/V0phVN8jY8ilrxQWWAY/gegwNlIYaNqLJSyYqIj739VDmX+deXl6rOEpFLZreClVXWiDU9+w== dependencies: "@storybook/client-logger" "7.0.24" @@ -5925,7 +5925,7 @@ "@storybook/theming@7.0.23": version "7.0.23" - resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-7.0.23.tgz#302158b05a771852ab98d10df2c40be358b9b887" + resolved "https://registry.npmjs.org/@storybook/theming/-/theming-7.0.23.tgz" integrity sha512-hKmpjFS24YK0vl69KhqNauARTgxQu5mvlifHmu7xO80bigXi6NzA5VyyCMHO1SKVFJwPBVHHfauQCenSRm2PDQ== dependencies: "@emotion/use-insertion-effect-with-fallbacks" "^1.0.0" @@ -5935,7 +5935,7 @@ "@storybook/theming@7.0.24", "@storybook/theming@^7.0.12": version "7.0.24" - resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-7.0.24.tgz#5e74f20bda1cdb9ba2a4a0c7a96ca014cdee5532" + resolved "https://registry.npmjs.org/@storybook/theming/-/theming-7.0.24.tgz" integrity sha512-CMeCCfqffJ/D5rBl1HpAM/e5Vw0h7ucT+CLzP0ALtLrguz9ZzOiIZYgMj17KpfvWqje7HT+DwEtNkSrnJ01FNQ== dependencies: "@emotion/use-insertion-effect-with-fallbacks" "^1.0.0" @@ -5955,7 +5955,7 @@ "@storybook/types@7.0.23": version "7.0.23" - resolved "https://registry.yarnpkg.com/@storybook/types/-/types-7.0.23.tgz#08ae3223e97ed1baa9aa715745a05ae83311425c" + resolved "https://registry.npmjs.org/@storybook/types/-/types-7.0.23.tgz" integrity sha512-ziszL3OfhTT5PHE7kiQjWWx3Lw3qro8eLX+56dXDNgmft5LS66yEANcaA7OzxLnEgdyWSxJqgrVo6r0JwHp2Eg== dependencies: "@storybook/channels" "7.0.23" @@ -5965,7 +5965,7 @@ "@storybook/types@7.0.24", "@storybook/types@^7.0.12": version "7.0.24" - resolved "https://registry.yarnpkg.com/@storybook/types/-/types-7.0.24.tgz#22b2f6658f9a091ff584e1a0643ee1ea9a54ed39" + resolved "https://registry.npmjs.org/@storybook/types/-/types-7.0.24.tgz" integrity sha512-SZh/XBHP1TT5bmEk0W52nT0v6fUnYwmZVls3da5noutdgOAiwL7TANtl41XrNjG+UDr8x0OE3PVVJi+LhwUaNA== dependencies: "@storybook/channels" "7.0.24" @@ -6901,7 +6901,7 @@ "@types/npmlog@^4.1.2": version "4.1.4" - resolved "https://registry.yarnpkg.com/@types/npmlog/-/npmlog-4.1.4.tgz#30eb872153c7ead3e8688c476054ddca004115f6" + resolved "https://registry.npmjs.org/@types/npmlog/-/npmlog-4.1.4.tgz" integrity sha512-WKG4gTr8przEZBiJ5r3s8ZIAoMXNbOgQ+j/d5O4X3x6kZJRLNvyUJuUK/KoG3+8BaOHPhp2m7WC6JKKeovDSzQ== "@types/pako@^2.0.0": @@ -6956,7 +6956,7 @@ "@types/ramda@0.29.3": version "0.29.3" - resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.29.3.tgz#6e4d4066df900a3456cf402bcef9b78b6990a754" + resolved "https://registry.npmjs.org/@types/ramda/-/ramda-0.29.3.tgz" integrity sha512-Yh/RHkjN0ru6LVhSQtTkCRo6HXkfL9trot/2elzM/yXLJmbLm2v6kJc8yftTnwv1zvUob6TEtqI2cYjdqG3U0Q== dependencies: types-ramda "^0.29.4" @@ -7678,7 +7678,7 @@ address@^1.0.1, address@^1.1.2: adjust-sourcemap-loader@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz#fc4a0fd080f7d10471f30a7320f25560ade28c99" + resolved "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz" integrity sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A== dependencies: loader-utils "^2.0.0" @@ -7900,7 +7900,7 @@ archy@~1.0.0: are-we-there-yet@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz#372e0e7bd279d8e94c653aaa1f67200884bf3e1c" + resolved "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz" integrity sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw== dependencies: delegates "^1.0.0" @@ -9834,7 +9834,7 @@ clsx@^1.2.1: clsx@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.0.0.tgz#12658f3fd98fafe62075595a5c30e43d18f3d00b" + resolved "https://registry.npmjs.org/clsx/-/clsx-2.0.0.tgz" integrity sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q== cmd-shim@^4.1.0: @@ -12530,7 +12530,7 @@ eslint-plugin-storybook@^0.6.12: eslint-plugin-tailwindcss@^3.13.0: version "3.13.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.13.0.tgz#60858cdc8888da2deda5f200c1b163b211c4b8fa" + resolved "https://registry.npmjs.org/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.13.0.tgz" integrity sha512-Fcep4KDRLWaK3KmkQbdyKHG0P4GdXFmXdDaweTIPcgOP60OOuWFbh1++dufRT28Q4zpKTKaHwTsXPJ4O/EjU2Q== dependencies: fast-glob "^3.2.5" @@ -13295,7 +13295,7 @@ file-system-cache@2.3.0: file-system-cache@^2.0.0: version "2.4.2" - resolved "https://registry.yarnpkg.com/file-system-cache/-/file-system-cache-2.4.2.tgz#d0911c3981858033fd2e57b602cfe91984d84658" + resolved "https://registry.npmjs.org/file-system-cache/-/file-system-cache-2.4.2.tgz" integrity sha512-33ALMyc8nFwrb7p5+Dl0rmYUY48hHoYvFQhH7zpr08DJ68xR41PONJaYQ5XRj61CFq/hvoj680Ej/P9hoOU4eQ== dependencies: "@types/ramda" "0.29.3" @@ -14470,7 +14470,7 @@ gatsby@^4.11.1: gauge@^3.0.0: version "3.0.2" - resolved "https://registry.yarnpkg.com/gauge/-/gauge-3.0.2.tgz#03bf4441c044383908bcfa0656ad91803259b395" + resolved "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz" integrity sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q== dependencies: aproba "^1.0.3 || ^2.0.0" @@ -14559,7 +14559,7 @@ get-port@^5.1.1: get-stdin@^9.0.0: version "9.0.0" - resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-9.0.0.tgz#3983ff82e03d56f1b2ea0d3e60325f39d703a575" + resolved "https://registry.npmjs.org/get-stdin/-/get-stdin-9.0.0.tgz" integrity sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA== get-stream@^3.0.0: @@ -14746,7 +14746,7 @@ glob-parent@^6.0.2: glob-promise@^6.0.2: version "6.0.3" - resolved "https://registry.yarnpkg.com/glob-promise/-/glob-promise-6.0.3.tgz#e6b3ab02d350b3f4b3e15b57e4485986e41ba2fe" + resolved "https://registry.npmjs.org/glob-promise/-/glob-promise-6.0.3.tgz" integrity sha512-m+kxywR5j/2Z2V9zvHKfwwL5Gp7gIFEBX+deTB9w2lJB+wSuw9kcS43VfvTAMk8TXL5JCl/cCjsR+tgNVspGyA== dependencies: "@types/glob" "^8.0.0" @@ -17791,7 +17791,7 @@ lerna@5.2.0: less-loader@^11.1.0: version "11.1.3" - resolved "https://registry.yarnpkg.com/less-loader/-/less-loader-11.1.3.tgz#1bb62d6ca9bf00a177c02793b54baac40f9be694" + resolved "https://registry.npmjs.org/less-loader/-/less-loader-11.1.3.tgz" integrity sha512-A5b7O8dH9xpxvkosNrP0dFp2i/dISOJa9WwGF3WJflfqIERE2ybxh1BFDj5CovC2+jCE4M354mk90hN6ziXlVw== leven@^3.1.0: @@ -20024,7 +20024,7 @@ npm-run-path@^5.1.0: npmlog@^5.0.1: version "5.0.1" - resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-5.0.1.tgz#f06678e80e29419ad67ab964e0fa69959c1eb8b0" + resolved "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz" integrity sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw== dependencies: are-we-there-yet "^2.0.0" @@ -21189,7 +21189,7 @@ postcss-calc@^8.2.3: postcss-cli@^10.1.0: version "10.1.0" - resolved "https://registry.yarnpkg.com/postcss-cli/-/postcss-cli-10.1.0.tgz#f6658c4998a1c35bd66cd71009132b2d12e04f80" + resolved "https://registry.npmjs.org/postcss-cli/-/postcss-cli-10.1.0.tgz" integrity sha512-Zu7PLORkE9YwNdvOeOVKPmWghprOtjFQU3srMUGbdz3pHJiFh7yZ4geiZFMkjMfB0mtTFR3h8RemR62rPkbOPA== dependencies: chokidar "^3.3.0" @@ -21291,7 +21291,7 @@ postcss-loader@^5.3.0: postcss-loader@^7.2.4: version "7.3.3" - resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-7.3.3.tgz#6da03e71a918ef49df1bb4be4c80401df8e249dd" + resolved "https://registry.npmjs.org/postcss-loader/-/postcss-loader-7.3.3.tgz" integrity sha512-YgO/yhtevGO/vJePCQmTxiaEwER94LABZN0ZMT4A0vsak9TpO+RvKRs7EmJ8peIlB9xfXCsS7M8LjqncsUZ5HA== dependencies: cosmiconfig "^8.2.0" @@ -21471,7 +21471,7 @@ postcss-reduce-transforms@^5.1.0: postcss-reporter@^7.0.0: version "7.0.5" - resolved "https://registry.yarnpkg.com/postcss-reporter/-/postcss-reporter-7.0.5.tgz#e55bd0fdf8d17e4f25fb55e9143fcd79349a2ceb" + resolved "https://registry.npmjs.org/postcss-reporter/-/postcss-reporter-7.0.5.tgz" integrity sha512-glWg7VZBilooZGOFPhN9msJ3FQs19Hie7l5a/eE6WglzYqVeH3ong3ShFcp9kDWJT1g2Y/wd59cocf9XxBtkWA== dependencies: picocolors "^1.0.0" @@ -21536,7 +21536,7 @@ postcss@^8.2.14, postcss@^8.2.15, postcss@^8.2.9, postcss@^8.3.11, postcss@^8.4. postcss@^8.4.4: version "8.4.26" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.26.tgz#1bc62ab19f8e1e5463d98cf74af39702a00a9e94" + resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.26.tgz" integrity sha512-jrXHFF8iTloAenySjM/ob3gSj7pCu0Ji49hnjqzsgSRa50hkWCKD0HQ+gMNJkW38jBI68MpAAg7ZWwHwX8NMMw== dependencies: nanoid "^3.3.6" @@ -21585,7 +21585,7 @@ prettier-linter-helpers@^1.0.0: prettier-plugin-tailwindcss@^0.4.1: version "0.4.1" - resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.4.1.tgz#f7ed664199540978b2cbd037bac3a337d6689e86" + resolved "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.4.1.tgz" integrity sha512-hwn2EiJmv8M+AW4YDkbjJ6HlZCTzLyz1QlySn9sMuKV/Px0fjwldlB7tol8GzdgqtkdPtzT3iJ4UzdnYXP25Ag== prettier@^2.5.1, prettier@^2.7.1, prettier@^2.8.0, prettier@^2.8.7: @@ -22738,7 +22738,7 @@ regex-not@^1.0.0, regex-not@^1.0.2: regex-parser@^2.2.11: version "2.2.11" - resolved "https://registry.yarnpkg.com/regex-parser/-/regex-parser-2.2.11.tgz#3b37ec9049e19479806e878cabe7c1ca83ccfe58" + resolved "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.11.tgz" integrity sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q== regexp.prototype.flags@^1.4.3, regexp.prototype.flags@^1.5.0: @@ -23817,7 +23817,7 @@ resolve-pkg-maps@^1.0.0: resolve-url-loader@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-5.0.0.tgz#ee3142fb1f1e0d9db9524d539cfa166e9314f795" + resolved "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-5.0.0.tgz" integrity sha512-uZtduh8/8srhBoMx//5bwqjQ+rfYOUq8zC9NrMUGtjBiGTtFJM42s58/36+hTqeqINcnYe08Nj3LkK9lW4N8Xg== dependencies: adjust-sourcemap-loader "^4.0.0" @@ -24081,7 +24081,7 @@ safe-regex@^1.1.0: sass-loader@^13.2.2: version "13.3.2" - resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-13.3.2.tgz#460022de27aec772480f03de17f5ba88fa7e18c6" + resolved "https://registry.npmjs.org/sass-loader/-/sass-loader-13.3.2.tgz" integrity sha512-CQbKl57kdEv+KDLquhC+gE3pXt74LEAzm+tzywcA0/aHZuub8wTErbjAoNI57rPUWRYRNC5WUnNl8eGJNbDdwg== dependencies: neo-async "^2.6.2" @@ -24546,7 +24546,7 @@ slash@^4.0.0: slash@^5.0.0: version "5.1.0" - resolved "https://registry.yarnpkg.com/slash/-/slash-5.1.0.tgz#be3adddcdf09ac38eebe8dcdc7b1a57a75b095ce" + resolved "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz" integrity sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg== slice-ansi@^3.0.0: @@ -25455,7 +25455,7 @@ stylelint-config-styled-components@^0.1.1: stylelint-config-tailwindcss@^0.0.7: version "0.0.7" - resolved "https://registry.yarnpkg.com/stylelint-config-tailwindcss/-/stylelint-config-tailwindcss-0.0.7.tgz#12721dce1b1d546561f48e1c497c68fed3a2c5ff" + resolved "https://registry.npmjs.org/stylelint-config-tailwindcss/-/stylelint-config-tailwindcss-0.0.7.tgz" integrity sha512-n2dCWH+0ppr0/by4EYCLWW7g5LU+l4UzUIsYS7xbVHqvm9UWa7UhltNdNiz5NmLF/FmbJR4Yd/v9DuUGvLw1Tg== stylelint@^15.10.1: @@ -25967,7 +25967,7 @@ then-request@^6.0.0: thenby@^1.3.4: version "1.3.4" - resolved "https://registry.yarnpkg.com/thenby/-/thenby-1.3.4.tgz#81581f6e1bb324c6dedeae9bfc28e59b1a2201cc" + resolved "https://registry.npmjs.org/thenby/-/thenby-1.3.4.tgz" integrity sha512-89Gi5raiWA3QZ4b2ePcEwswC3me9JIg+ToSgtE0JWeCynLnLxNr/f9G+xfo9K+Oj4AFdom8YNJjibIARTJmapQ== thenify-all@^1.0.0: @@ -26314,7 +26314,7 @@ ts-node@^10.8.1, ts-node@^10.9.1, ts-node@^9.0.0: ts-toolbelt@^9.6.0: version "9.6.0" - resolved "https://registry.yarnpkg.com/ts-toolbelt/-/ts-toolbelt-9.6.0.tgz#50a25426cfed500d4a09bd1b3afb6f28879edfd5" + resolved "https://registry.npmjs.org/ts-toolbelt/-/ts-toolbelt-9.6.0.tgz" integrity sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w== tsc-files@^1.1.3: @@ -26560,7 +26560,7 @@ typedarray@^0.0.6: types-ramda@^0.29.4: version "0.29.4" - resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.29.4.tgz#8d9b51df2e550a05cedab541cc75dcd72972c625" + resolved "https://registry.npmjs.org/types-ramda/-/types-ramda-0.29.4.tgz" integrity sha512-XO/820iRsCDwqLjE8XE+b57cVGPyk1h+U9lBGpDWvbEky+NQChvHVwaKM05WnW1c5z3EVQh8NhXFmh2E/1YazQ== dependencies: ts-toolbelt "^9.6.0"