@tmorrow/cre8-design-tokens 1.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +109 -0
- package/dist/favicon.svg +7 -0
- package/dist/index.html +231 -0
- package/dist/index.json +1 -0
- package/dist/leaf.png +0 -0
- package/dist/leafDS.png +0 -0
- package/dist/project.json +1 -0
- package/dist/sb-addons/essentials-actions-1/manager-bundle.js +49 -0
- package/dist/sb-addons/essentials-actions-1/manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-addons/essentials-backgrounds-2/manager-bundle.js +12 -0
- package/dist/sb-addons/essentials-backgrounds-2/manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-addons/essentials-controls-0/manager-bundle.js +108 -0
- package/dist/sb-addons/essentials-controls-0/manager-bundle.js.LEGAL.txt +18 -0
- package/dist/sb-addons/essentials-measure-5/manager-bundle.js +3 -0
- package/dist/sb-addons/essentials-measure-5/manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-addons/essentials-outline-6/manager-bundle.js +3 -0
- package/dist/sb-addons/essentials-outline-6/manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-addons/essentials-toolbars-4/manager-bundle.js +3 -0
- package/dist/sb-addons/essentials-toolbars-4/manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-addons/essentials-viewport-3/manager-bundle.js +3 -0
- package/dist/sb-addons/essentials-viewport-3/manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-addons/storybook-9/manager-bundle.css +1 -0
- package/dist/sb-addons/storybook-9/manager-bundle.css.LEGAL.txt +0 -0
- package/dist/sb-addons/storybook-9/manager-bundle.js +9 -0
- package/dist/sb-addons/storybook-9/manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-addons/storybook-design-token-7/manager-bundle.js +59 -0
- package/dist/sb-addons/storybook-design-token-7/manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-addons/storybook-design-token-8/manager-bundle.js +59 -0
- package/dist/sb-addons/storybook-design-token-8/manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-common-assets/fonts.css +31 -0
- package/dist/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
- package/dist/sb-common-assets/nunito-sans-bold.woff2 +0 -0
- package/dist/sb-common-assets/nunito-sans-italic.woff2 +0 -0
- package/dist/sb-common-assets/nunito-sans-regular.woff2 +0 -0
- package/dist/sb-manager/WithTooltip-V3YHNWJZ-MXTFSDU5.js +1 -0
- package/dist/sb-manager/chunk-5QAFKPS7.js +7 -0
- package/dist/sb-manager/chunk-7PRFHFSS.js +9 -0
- package/dist/sb-manager/chunk-XE6LDGTE.js +406 -0
- package/dist/sb-manager/chunk-YDUB7CS6.js +348 -0
- package/dist/sb-manager/chunk-ZEU7PDD3.js +1 -0
- package/dist/sb-manager/formatter-SWP5E3XI-7BGIK6BL.js +156 -0
- package/dist/sb-manager/globals-module-info.js +1 -0
- package/dist/sb-manager/globals.js +1 -0
- package/dist/sb-manager/index.js +1 -0
- package/dist/sb-manager/runtime.js +1 -0
- package/dist/sb-manager/syntaxhighlighter-MJWPISIS-JOSCT6CQ.js +1 -0
- package/dist/sb-preview/globals.js +1 -0
- package/dist/sb-preview/runtime.js +112 -0
- package/dist/stories.json +1 -0
- package/lib/react-native/brands/blue/tokens-brand.d.ts +542 -0
- package/lib/react-native/brands/blue/tokens-brand.js +885 -0
- package/lib/react-native/brands/blue-v1/tokens-brand.d.ts +516 -0
- package/lib/react-native/brands/blue-v1/tokens-brand.js +859 -0
- package/lib/react-native/brands/cre8/tokens-brand.d.ts +530 -0
- package/lib/react-native/brands/cre8/tokens-brand.js +873 -0
- package/lib/react-native/brands/femmecubator/tokens-brand.d.ts +131 -0
- package/lib/react-native/brands/femmecubator/tokens-brand.js +128 -0
- package/lib/react-native/brands/legacy/tokens-brand.d.ts +540 -0
- package/lib/react-native/brands/legacy/tokens-brand.js +883 -0
- package/lib/react-native/brands/marketing/tokens-brand.d.ts +548 -0
- package/lib/react-native/brands/marketing/tokens-brand.js +891 -0
- package/lib/react-native/brands/minimalist/tokens-brand.d.ts +538 -0
- package/lib/react-native/brands/minimalist/tokens-brand.js +881 -0
- package/lib/react-native/index.d.ts +20 -0
- package/lib/react-native/index.js +1 -0
- package/lib/support/brands/blue/blue-sass-support.scss +632 -0
- package/lib/support/brands/blue-v1/blue-v1-sass-support.scss +540 -0
- package/lib/support/brands/cre8/cre8-sass-support.scss +635 -0
- package/lib/support/brands/femmecubator/femmecubator-sass-support.scss +143 -0
- package/lib/support/brands/legacy/legacy-sass-support.scss +591 -0
- package/lib/support/brands/marketing/marketing-sass-support.scss +633 -0
- package/lib/support/brands/minimalist/minimalist-sass-support.scss +567 -0
- package/lib/web/brands/blue/_base.scss +142 -0
- package/lib/web/brands/blue/assets/fonts/ValueSans-Bold-Pro.woff2 +0 -0
- package/lib/web/brands/blue/assets/fonts/ValueSans-Medium-Pro.woff2 +0 -0
- package/lib/web/brands/blue/assets/fonts/ValueSansRegular-Pro.woff2 +0 -0
- package/lib/web/brands/blue/assets/fonts/ValueSerif-Bold-Pro.woff2 +0 -0
- package/lib/web/brands/blue/badge.scss +5 -0
- package/lib/web/brands/blue/bg.scss +35 -0
- package/lib/web/brands/blue/border-style.scss +5 -0
- package/lib/web/brands/blue/border.scss +21 -0
- package/lib/web/brands/blue/borderRadius.scss +15 -0
- package/lib/web/brands/blue/borderWidth.scss +11 -0
- package/lib/web/brands/blue/breakpoint.scss +9 -0
- package/lib/web/brands/blue/button.scss +225 -0
- package/lib/web/brands/blue/content.scss +29 -0
- package/lib/web/brands/blue/css/fonts.css +31 -0
- package/lib/web/brands/blue/css/tokens_blue.css +248 -0
- package/lib/web/brands/blue/css/tokens_brand.css +492 -0
- package/lib/web/brands/blue/desktop-menu.scss +5 -0
- package/lib/web/brands/blue/fontFamilies.scss +5 -0
- package/lib/web/brands/blue/fontSize.scss +17 -0
- package/lib/web/brands/blue/fontWeights.scss +7 -0
- package/lib/web/brands/blue/footer.scss +9 -0
- package/lib/web/brands/blue/header.scss +81 -0
- package/lib/web/brands/blue/icon-size.scss +6 -0
- package/lib/web/brands/blue/letterSpacing.scss +9 -0
- package/lib/web/brands/blue/lineHeights.scss +15 -0
- package/lib/web/brands/blue/link.scss +4 -0
- package/lib/web/brands/blue/paragraphIndent.scss +4 -0
- package/lib/web/brands/blue/paragraphSpacing.scss +4 -0
- package/lib/web/brands/blue/progress-meter.scss +4 -0
- package/lib/web/brands/blue/shadow.scss +8 -0
- package/lib/web/brands/blue/spacing.scss +21 -0
- package/lib/web/brands/blue/textCase.scss +5 -0
- package/lib/web/brands/blue/textDecoration.scss +5 -0
- package/lib/web/brands/blue/tokens-all-blue.scss +628 -0
- package/lib/web/brands/blue/tokens-brand.scss +31 -0
- package/lib/web/brands/blue-v1/_base.scss +76 -0
- package/lib/web/brands/blue-v1/assets/fonts/Montserrat-Bold.ttf +0 -0
- package/lib/web/brands/blue-v1/assets/fonts/Montserrat-Regular.ttf +0 -0
- package/lib/web/brands/blue-v1/assets/fonts/Montserrat-SemiBold.ttf +0 -0
- package/lib/web/brands/blue-v1/assets/fonts/OpenSans-Bold.ttf +0 -0
- package/lib/web/brands/blue-v1/assets/fonts/OpenSans-Regular.ttf +0 -0
- package/lib/web/brands/blue-v1/assets/fonts/OpenSans-SemiBold.ttf +0 -0
- package/lib/web/brands/blue-v1/badge.scss +5 -0
- package/lib/web/brands/blue-v1/bg.scss +34 -0
- package/lib/web/brands/blue-v1/border-style.scss +5 -0
- package/lib/web/brands/blue-v1/border.scss +21 -0
- package/lib/web/brands/blue-v1/borderRadius.scss +15 -0
- package/lib/web/brands/blue-v1/borderWidth.scss +11 -0
- package/lib/web/brands/blue-v1/breakpoint.scss +9 -0
- package/lib/web/brands/blue-v1/button.scss +199 -0
- package/lib/web/brands/blue-v1/content.scss +29 -0
- package/lib/web/brands/blue-v1/css/fonts.css +47 -0
- package/lib/web/brands/blue-v1/css/tokens_blue-v1.css +248 -0
- package/lib/web/brands/blue-v1/css/tokens_brand.css +464 -0
- package/lib/web/brands/blue-v1/desktop-menu.scss +5 -0
- package/lib/web/brands/blue-v1/fontFamilies.scss +5 -0
- package/lib/web/brands/blue-v1/fontSize.scss +17 -0
- package/lib/web/brands/blue-v1/fontWeights.scss +9 -0
- package/lib/web/brands/blue-v1/footer.scss +9 -0
- package/lib/web/brands/blue-v1/header.scss +79 -0
- package/lib/web/brands/blue-v1/icon-size.scss +6 -0
- package/lib/web/brands/blue-v1/letterSpacing.scss +9 -0
- package/lib/web/brands/blue-v1/lineHeights.scss +15 -0
- package/lib/web/brands/blue-v1/link.scss +4 -0
- package/lib/web/brands/blue-v1/paragraphIndent.scss +4 -0
- package/lib/web/brands/blue-v1/paragraphSpacing.scss +4 -0
- package/lib/web/brands/blue-v1/shadow.scss +8 -0
- package/lib/web/brands/blue-v1/spacing.scss +21 -0
- package/lib/web/brands/blue-v1/textCase.scss +5 -0
- package/lib/web/brands/blue-v1/textDecoration.scss +5 -0
- package/lib/web/brands/blue-v1/tokens-all-blue-v1.scss +534 -0
- package/lib/web/brands/blue-v1/tokens-brand.scss +30 -0
- package/lib/web/brands/cre8/_base.scss +157 -0
- package/lib/web/brands/cre8/assets/fonts/Inter-Bold.woff +0 -0
- package/lib/web/brands/cre8/assets/fonts/Inter-Bold.woff2 +0 -0
- package/lib/web/brands/cre8/assets/fonts/Inter-Medium.woff +0 -0
- package/lib/web/brands/cre8/assets/fonts/Inter-Medium.woff2 +0 -0
- package/lib/web/brands/cre8/assets/fonts/Inter-Regular.woff +0 -0
- package/lib/web/brands/cre8/assets/fonts/Inter-Regular.woff2 +0 -0
- package/lib/web/brands/cre8/assets/fonts/Inter-SemiBold.woff +0 -0
- package/lib/web/brands/cre8/assets/fonts/Inter-SemiBold.woff2 +0 -0
- package/lib/web/brands/cre8/assets/fonts/NB Akademie-Bold.woff +0 -0
- package/lib/web/brands/cre8/assets/fonts/NB Akademie-Bold.woff2 +0 -0
- package/lib/web/brands/cre8/assets/fonts/NB Akademie-Medium.woff +0 -0
- package/lib/web/brands/cre8/assets/fonts/NB Akademie-Medium.woff2 +0 -0
- package/lib/web/brands/cre8/assets/fonts/NB Akademie-Regular.woff +0 -0
- package/lib/web/brands/cre8/assets/fonts/NB Akademie-Regular.woff2 +0 -0
- package/lib/web/brands/cre8/badge.scss +5 -0
- package/lib/web/brands/cre8/bg.scss +34 -0
- package/lib/web/brands/cre8/border-style.scss +5 -0
- package/lib/web/brands/cre8/border.scss +18 -0
- package/lib/web/brands/cre8/borderRadius.scss +15 -0
- package/lib/web/brands/cre8/borderWidth.scss +11 -0
- package/lib/web/brands/cre8/breakpoint.scss +9 -0
- package/lib/web/brands/cre8/button.scss +211 -0
- package/lib/web/brands/cre8/content.scss +29 -0
- package/lib/web/brands/cre8/css/fonts.css +35 -0
- package/lib/web/brands/cre8/css/tokens_brand.css +480 -0
- package/lib/web/brands/cre8/css/tokens_cre8.css +248 -0
- package/lib/web/brands/cre8/desktop-menu.scss +5 -0
- package/lib/web/brands/cre8/fontFamilies.scss +4 -0
- package/lib/web/brands/cre8/fontSize.scss +17 -0
- package/lib/web/brands/cre8/fontWeights.scss +7 -0
- package/lib/web/brands/cre8/footer.scss +8 -0
- package/lib/web/brands/cre8/header.scss +81 -0
- package/lib/web/brands/cre8/icon-size.scss +6 -0
- package/lib/web/brands/cre8/letterSpacing.scss +10 -0
- package/lib/web/brands/cre8/lineHeights.scss +22 -0
- package/lib/web/brands/cre8/link.scss +4 -0
- package/lib/web/brands/cre8/paragraphIndent.scss +4 -0
- package/lib/web/brands/cre8/paragraphSpacing.scss +4 -0
- package/lib/web/brands/cre8/progress-meter.scss +4 -0
- package/lib/web/brands/cre8/shadow.scss +8 -0
- package/lib/web/brands/cre8/spacing.scss +21 -0
- package/lib/web/brands/cre8/textCase.scss +5 -0
- package/lib/web/brands/cre8/textDecoration.scss +5 -0
- package/lib/web/brands/cre8/tokens-all-cre8.scss +631 -0
- package/lib/web/brands/cre8/tokens-brand.scss +31 -0
- package/lib/web/brands/femmecubator/base.scss +64 -0
- package/lib/web/brands/femmecubator/border.scss +15 -0
- package/lib/web/brands/femmecubator/color.scss +56 -0
- package/lib/web/brands/femmecubator/css/fonts.css +35 -0
- package/lib/web/brands/femmecubator/css/tokens_brand.css +142 -0
- package/lib/web/brands/femmecubator/spacing.scss +13 -0
- package/lib/web/brands/femmecubator/tokens-all-femmecubator.scss +139 -0
- package/lib/web/brands/femmecubator/tokens-brand.scss +8 -0
- package/lib/web/brands/legacy/_base.scss +103 -0
- package/lib/web/brands/legacy/assets/fonts/OFL.txt +93 -0
- package/lib/web/brands/legacy/assets/fonts/rubik-v4-latin-300.woff +0 -0
- package/lib/web/brands/legacy/assets/fonts/rubik-v4-latin-300.woff2 +0 -0
- package/lib/web/brands/legacy/assets/fonts/rubik-v4-latin-500.woff +0 -0
- package/lib/web/brands/legacy/assets/fonts/rubik-v4-latin-500.woff2 +0 -0
- package/lib/web/brands/legacy/assets/fonts/rubik-v4-latin-regular.woff +0 -0
- package/lib/web/brands/legacy/assets/fonts/rubik-v4-latin-regular.woff2 +0 -0
- package/lib/web/brands/legacy/badge.scss +5 -0
- package/lib/web/brands/legacy/bg.scss +34 -0
- package/lib/web/brands/legacy/border-style.scss +5 -0
- package/lib/web/brands/legacy/border.scss +17 -0
- package/lib/web/brands/legacy/borderRadius.scss +15 -0
- package/lib/web/brands/legacy/borderWidth.scss +11 -0
- package/lib/web/brands/legacy/breakpoint.scss +9 -0
- package/lib/web/brands/legacy/button.scss +225 -0
- package/lib/web/brands/legacy/content.scss +29 -0
- package/lib/web/brands/legacy/css/fonts.css +26 -0
- package/lib/web/brands/legacy/css/tokens_brand.css +491 -0
- package/lib/web/brands/legacy/css/tokens_legacy.css +248 -0
- package/lib/web/brands/legacy/desktop-menu.scss +5 -0
- package/lib/web/brands/legacy/fontFamilies.scss +4 -0
- package/lib/web/brands/legacy/fontSize.scss +17 -0
- package/lib/web/brands/legacy/fontWeights.scss +10 -0
- package/lib/web/brands/legacy/footer.scss +9 -0
- package/lib/web/brands/legacy/header.scss +81 -0
- package/lib/web/brands/legacy/icon-size.scss +6 -0
- package/lib/web/brands/legacy/letterSpacing.scss +9 -0
- package/lib/web/brands/legacy/lineHeights.scss +19 -0
- package/lib/web/brands/legacy/paragraphIndent.scss +4 -0
- package/lib/web/brands/legacy/paragraphSpacing.scss +4 -0
- package/lib/web/brands/legacy/progress-meter.scss +4 -0
- package/lib/web/brands/legacy/shadow.scss +8 -0
- package/lib/web/brands/legacy/spacing.scss +20 -0
- package/lib/web/brands/legacy/textCase.scss +5 -0
- package/lib/web/brands/legacy/textDecoration.scss +5 -0
- package/lib/web/brands/legacy/tokens-all-legacy.scss +588 -0
- package/lib/web/brands/legacy/tokens-brand.scss +30 -0
- package/lib/web/brands/marketing/_base.scss +137 -0
- package/lib/web/brands/marketing/asset.scss +7 -0
- package/lib/web/brands/marketing/assets/fonts/Montserrat-Bold.ttf +0 -0
- package/lib/web/brands/marketing/assets/fonts/Montserrat-Medium.ttf +0 -0
- package/lib/web/brands/marketing/assets/fonts/Montserrat-Regular.ttf +0 -0
- package/lib/web/brands/marketing/assets/fonts/Montserrat-SemiBold.ttf +0 -0
- package/lib/web/brands/marketing/badge.scss +5 -0
- package/lib/web/brands/marketing/bg.scss +35 -0
- package/lib/web/brands/marketing/border-style.scss +5 -0
- package/lib/web/brands/marketing/border.scss +21 -0
- package/lib/web/brands/marketing/borderRadius.scss +15 -0
- package/lib/web/brands/marketing/borderWidth.scss +11 -0
- package/lib/web/brands/marketing/breakpoint.scss +9 -0
- package/lib/web/brands/marketing/button.scss +225 -0
- package/lib/web/brands/marketing/content.scss +29 -0
- package/lib/web/brands/marketing/css/fonts.css +31 -0
- package/lib/web/brands/marketing/css/tokens_brand.css +502 -0
- package/lib/web/brands/marketing/css/tokens_marketing.css +248 -0
- package/lib/web/brands/marketing/desktop-menu.scss +5 -0
- package/lib/web/brands/marketing/fontFamilies.scss +4 -0
- package/lib/web/brands/marketing/fontSize.scss +17 -0
- package/lib/web/brands/marketing/fontWeights.scss +7 -0
- package/lib/web/brands/marketing/footer.scss +9 -0
- package/lib/web/brands/marketing/header.scss +81 -0
- package/lib/web/brands/marketing/icon-size.scss +6 -0
- package/lib/web/brands/marketing/letterSpacing.scss +9 -0
- package/lib/web/brands/marketing/lineHeights.scss +22 -0
- package/lib/web/brands/marketing/link.scss +4 -0
- package/lib/web/brands/marketing/paragraphIndent.scss +4 -0
- package/lib/web/brands/marketing/paragraphSpacing.scss +4 -0
- package/lib/web/brands/marketing/progress-meter.scss +4 -0
- package/lib/web/brands/marketing/shadow.scss +8 -0
- package/lib/web/brands/marketing/spacing.scss +21 -0
- package/lib/web/brands/marketing/textCase.scss +5 -0
- package/lib/web/brands/marketing/textDecoration.scss +5 -0
- package/lib/web/brands/marketing/tokens-all-marketing.scss +633 -0
- package/lib/web/brands/marketing/tokens-brand.scss +32 -0
- package/lib/web/brands/minimalist/_base.scss +81 -0
- package/lib/web/brands/minimalist/asset.scss +6 -0
- package/lib/web/brands/minimalist/assets/fonts/Aeonik-Bold.woff +0 -0
- package/lib/web/brands/minimalist/assets/fonts/Aeonik-Bold.woff2 +0 -0
- package/lib/web/brands/minimalist/assets/fonts/Aeonik-Light.woff +0 -0
- package/lib/web/brands/minimalist/assets/fonts/Aeonik-Light.woff2 +0 -0
- package/lib/web/brands/minimalist/assets/fonts/Aeonik-Regular.woff +0 -0
- package/lib/web/brands/minimalist/assets/fonts/Aeonik-Regular.woff2 +0 -0
- package/lib/web/brands/minimalist/badge.scss +5 -0
- package/lib/web/brands/minimalist/bg.scss +34 -0
- package/lib/web/brands/minimalist/border-style.scss +5 -0
- package/lib/web/brands/minimalist/border.scss +17 -0
- package/lib/web/brands/minimalist/borderRadius.scss +15 -0
- package/lib/web/brands/minimalist/borderWidth.scss +11 -0
- package/lib/web/brands/minimalist/breakpoint.scss +9 -0
- package/lib/web/brands/minimalist/button.scss +225 -0
- package/lib/web/brands/minimalist/content.scss +29 -0
- package/lib/web/brands/minimalist/css/fonts.css +26 -0
- package/lib/web/brands/minimalist/css/tokens_brand.css +492 -0
- package/lib/web/brands/minimalist/css/tokens_minimalist.css +248 -0
- package/lib/web/brands/minimalist/desktop-menu.scss +5 -0
- package/lib/web/brands/minimalist/fontFamilies.scss +4 -0
- package/lib/web/brands/minimalist/fontFamily.scss +4 -0
- package/lib/web/brands/minimalist/fontSize.scss +17 -0
- package/lib/web/brands/minimalist/fontWeights.scss +6 -0
- package/lib/web/brands/minimalist/footer.scss +9 -0
- package/lib/web/brands/minimalist/header.scss +81 -0
- package/lib/web/brands/minimalist/icon-size.scss +6 -0
- package/lib/web/brands/minimalist/letterSpacing.scss +9 -0
- package/lib/web/brands/minimalist/lineHeights.scss +20 -0
- package/lib/web/brands/minimalist/paragraphIndent.scss +4 -0
- package/lib/web/brands/minimalist/paragraphSpacing.scss +4 -0
- package/lib/web/brands/minimalist/progress-meter.scss +4 -0
- package/lib/web/brands/minimalist/shadow.scss +8 -0
- package/lib/web/brands/minimalist/spacing.scss +20 -0
- package/lib/web/brands/minimalist/textCase.scss +5 -0
- package/lib/web/brands/minimalist/textDecoration.scss +5 -0
- package/lib/web/brands/minimalist/tokens-all-minimalist.scss +567 -0
- package/lib/web/brands/minimalist/tokens-brand.scss +32 -0
- package/lib/web/cobrands/cobrand.css +98 -0
- package/lib/web/cobrands/cobrand_pbm.css +84 -0
- package/lib/web/cobrands/ers.css +123 -0
- package/lib/web/cobrands/trs.css +128 -0
- package/lib/web/layouts/breakpoints.scss +9 -0
- package/lib/web/mixins/typography-usage.scss +452 -0
- package/package.json +36 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var __create=Object.create;var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __getProtoOf=Object.getPrototypeOf,__hasOwnProp=Object.prototype.hasOwnProperty;var __require=(x=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(x,{get:(a,b)=>(typeof require<"u"?require:a)[b]}):x)(function(x){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+x+'" is not supported')});var __esm=(fn,res)=>function(){return fn&&(res=(0,fn[__getOwnPropNames(fn)[0]])(fn=0)),res};var __commonJS=(cb,mod)=>function(){return mod||(0,cb[__getOwnPropNames(cb)[0]])((mod={exports:{}}).exports,mod),mod.exports};var __export=(target,all)=>{for(var name in all)__defProp(target,name,{get:all[name],enumerable:!0})},__copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to};var __toESM=(mod,isNodeMode,target)=>(target=mod!=null?__create(__getProtoOf(mod)):{},__copyProps(isNodeMode||!mod||!mod.__esModule?__defProp(target,"default",{value:mod,enumerable:!0}):target,mod)),__toCommonJS=mod=>__copyProps(__defProp({},"__esModule",{value:!0}),mod);var require_memoizerific=__commonJS({"../../node_modules/memoizerific/memoizerific.js"(exports,module){(function(f){if(typeof exports=="object"&&typeof module<"u")module.exports=f();else if(typeof define=="function"&&define.amd)define([],f);else{var g;typeof window<"u"?g=window:typeof global<"u"?g=global:typeof self<"u"?g=self:g=this,g.memoizerific=f()}})(function(){var define2,module2,exports2;return function e(t,n,r){function s(o2,u){if(!n[o2]){if(!t[o2]){var a=typeof __require=="function"&&__require;if(!u&&a)return a(o2,!0);if(i)return i(o2,!0);var f=new Error("Cannot find module '"+o2+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o2]={exports:{}};t[o2][0].call(l.exports,function(e2){var n2=t[o2][1][e2];return s(n2||e2)},l,l.exports,e,t,n,r)}return n[o2].exports}for(var i=typeof __require=="function"&&__require,o=0;o<r.length;o++)s(r[o]);return s}({1:[function(_dereq_,module3,exports3){module3.exports=function(forceSimilar){if(typeof Map!="function"||forceSimilar){var Similar=_dereq_("./similar");return new Similar}else return new Map}},{"./similar":2}],2:[function(_dereq_,module3,exports3){function Similar(){return this.list=[],this.lastItem=void 0,this.size=0,this}Similar.prototype.get=function(key){var index;if(this.lastItem&&this.isEqual(this.lastItem.key,key))return this.lastItem.val;if(index=this.indexOf(key),index>=0)return this.lastItem=this.list[index],this.list[index].val},Similar.prototype.set=function(key,val){var index;return this.lastItem&&this.isEqual(this.lastItem.key,key)?(this.lastItem.val=val,this):(index=this.indexOf(key),index>=0?(this.lastItem=this.list[index],this.list[index].val=val,this):(this.lastItem={key,val},this.list.push(this.lastItem),this.size++,this))},Similar.prototype.delete=function(key){var index;if(this.lastItem&&this.isEqual(this.lastItem.key,key)&&(this.lastItem=void 0),index=this.indexOf(key),index>=0)return this.size--,this.list.splice(index,1)[0]},Similar.prototype.has=function(key){var index;return this.lastItem&&this.isEqual(this.lastItem.key,key)?!0:(index=this.indexOf(key),index>=0?(this.lastItem=this.list[index],!0):!1)},Similar.prototype.forEach=function(callback,thisArg){var i;for(i=0;i<this.size;i++)callback.call(thisArg||this,this.list[i].val,this.list[i].key,this)},Similar.prototype.indexOf=function(key){var i;for(i=0;i<this.size;i++)if(this.isEqual(this.list[i].key,key))return i;return-1},Similar.prototype.isEqual=function(val1,val2){return val1===val2||val1!==val1&&val2!==val2},module3.exports=Similar},{}],3:[function(_dereq_,module3,exports3){var MapOrSimilar=_dereq_("map-or-similar");module3.exports=function(limit){var cache=new MapOrSimilar(!1),lru=[];return function(fn){var memoizerific=function(){var currentCache=cache,newMap,fnResult,argsLengthMinusOne=arguments.length-1,lruPath=Array(argsLengthMinusOne+1),isMemoized=!0,i;if((memoizerific.numArgs||memoizerific.numArgs===0)&&memoizerific.numArgs!==argsLengthMinusOne+1)throw new Error("Memoizerific functions should always be called with the same number of arguments");for(i=0;i<argsLengthMinusOne;i++){if(lruPath[i]={cacheItem:currentCache,arg:arguments[i]},currentCache.has(arguments[i])){currentCache=currentCache.get(arguments[i]);continue}isMemoized=!1,newMap=new MapOrSimilar(!1),currentCache.set(arguments[i],newMap),currentCache=newMap}return isMemoized&&(currentCache.has(arguments[argsLengthMinusOne])?fnResult=currentCache.get(arguments[argsLengthMinusOne]):isMemoized=!1),isMemoized||(fnResult=fn.apply(null,arguments),currentCache.set(arguments[argsLengthMinusOne],fnResult)),limit>0&&(lruPath[argsLengthMinusOne]={cacheItem:currentCache,arg:arguments[argsLengthMinusOne]},isMemoized?moveToMostRecentLru(lru,lruPath):lru.push(lruPath),lru.length>limit&&removeCachedResult(lru.shift())),memoizerific.wasMemoized=isMemoized,memoizerific.numArgs=argsLengthMinusOne+1,fnResult};return memoizerific.limit=limit,memoizerific.wasMemoized=!1,memoizerific.cache=cache,memoizerific.lru=lru,memoizerific}};function moveToMostRecentLru(lru,lruPath){var lruLen=lru.length,lruPathLen=lruPath.length,isMatch,i,ii;for(i=0;i<lruLen;i++){for(isMatch=!0,ii=0;ii<lruPathLen;ii++)if(!isEqual(lru[i][ii].arg,lruPath[ii].arg)){isMatch=!1;break}if(isMatch)break}lru.push(lru.splice(i,1)[0])}function removeCachedResult(removedLru){var removedLruLen=removedLru.length,currentLru=removedLru[removedLruLen-1],tmp,i;for(currentLru.cacheItem.delete(currentLru.arg),i=removedLruLen-2;i>=0&&(currentLru=removedLru[i],tmp=currentLru.cacheItem.get(currentLru.arg),!tmp||!tmp.size);i--)currentLru.cacheItem.delete(currentLru.arg)}function isEqual(val1,val2){return val1===val2||val1!==val1&&val2!==val2}},{"map-or-similar":1}]},{},[3])(3)})}});var __create2=Object.create,__defProp2=Object.defineProperty,__getOwnPropDesc2=Object.getOwnPropertyDescriptor,__getOwnPropNames2=Object.getOwnPropertyNames,__getProtoOf2=Object.getPrototypeOf,__hasOwnProp2=Object.prototype.hasOwnProperty,__commonJS2=(cb,mod)=>function(){return mod||(0,cb[__getOwnPropNames2(cb)[0]])((mod={exports:{}}).exports,mod),mod.exports},__copyProps2=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames2(from))!__hasOwnProp2.call(to,key)&&key!==except&&__defProp2(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc2(from,key))||desc.enumerable});return to},__toESM2=(mod,isNodeMode,target)=>(target=mod!=null?__create2(__getProtoOf2(mod)):{},__copyProps2(isNodeMode||!mod||!mod.__esModule?__defProp2(target,"default",{value:mod,enumerable:!0}):target,mod));export{__esm,__commonJS,__export,__toESM,__toCommonJS,require_memoizerific,__commonJS2,__toESM2};
|