@skbkontur/colors 1.1.2-626ea.0 → 1.1.2-6463e.0
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/dist/cjs/get-base-tokens.d.ts +9 -7
- package/dist/cjs/get-base-tokens.js +77 -102
- package/dist/cjs/get-default-tokens.d.ts +98 -78
- package/dist/cjs/get-default-tokens.js +197 -177
- package/dist/cjs/helpers/get-palette.js +58 -64
- package/dist/cjs/helpers/get-promo.js +21 -27
- package/dist/cjs/types/base-tokens.d.ts +4 -4
- package/dist/cjs/utils/format-variable.d.ts +2 -0
- package/dist/cjs/utils/format-variable.js +11 -0
- package/dist/esm/get-base-tokens.d.ts +9 -7
- package/dist/esm/get-base-tokens.js +75 -96
- package/dist/esm/get-default-tokens.d.ts +98 -78
- package/dist/esm/get-default-tokens.js +197 -177
- package/dist/esm/helpers/get-palette.js +58 -64
- package/dist/esm/helpers/get-promo.js +21 -27
- package/dist/esm/types/base-tokens.d.ts +4 -4
- package/dist/esm/utils/format-variable.d.ts +2 -0
- package/dist/esm/utils/format-variable.js +6 -0
- package/dist/tokens/base/css/brand-blue-deep_accent-brand.css +984 -0
- package/dist/tokens/base/css/brand-blue-deep_accent-gray.css +894 -0
- package/dist/tokens/base/css/brand-blue_accent-brand.css +984 -0
- package/dist/tokens/base/css/brand-blue_accent-gray.css +894 -0
- package/dist/tokens/base/css/brand-green_accent-brand.css +984 -0
- package/dist/tokens/base/css/brand-green_accent-gray.css +894 -0
- package/dist/tokens/base/css/brand-mint_accent-brand.css +984 -0
- package/dist/tokens/base/css/brand-mint_accent-gray.css +894 -0
- package/dist/tokens/base/css/brand-orange_accent-brand.css +984 -0
- package/dist/tokens/base/css/brand-orange_accent-gray.css +894 -0
- package/dist/tokens/base/css/brand-purple_accent-brand.css +984 -0
- package/dist/tokens/base/css/brand-purple_accent-gray.css +894 -0
- package/dist/tokens/base/css/brand-red_accent-brand.css +984 -0
- package/dist/tokens/base/css/brand-red_accent-gray.css +894 -0
- package/dist/tokens/base/css/brand-violet_accent-brand.css +984 -0
- package/dist/tokens/base/css/brand-violet_accent-gray.css +894 -0
- package/dist/tokens/base/js/brand-blue-deep_accent-brand.js +984 -0
- package/dist/tokens/base/js/brand-blue-deep_accent-gray.js +892 -0
- package/dist/tokens/base/js/brand-blue_accent-brand.js +984 -0
- package/dist/tokens/base/js/brand-blue_accent-gray.js +892 -0
- package/dist/tokens/base/js/brand-green_accent-brand.js +984 -0
- package/dist/tokens/base/js/brand-green_accent-gray.js +892 -0
- package/dist/tokens/base/js/brand-mint_accent-brand.js +984 -0
- package/dist/tokens/base/js/brand-mint_accent-gray.js +892 -0
- package/dist/tokens/base/js/brand-orange_accent-brand.js +984 -0
- package/dist/tokens/base/js/brand-orange_accent-gray.js +892 -0
- package/dist/tokens/base/js/brand-purple_accent-brand.js +984 -0
- package/dist/tokens/base/js/brand-purple_accent-gray.js +892 -0
- package/dist/tokens/base/js/brand-red_accent-brand.js +984 -0
- package/dist/tokens/base/js/brand-red_accent-gray.js +892 -0
- package/dist/tokens/base/js/brand-violet_accent-brand.js +984 -0
- package/dist/tokens/base/js/brand-violet_accent-gray.js +892 -0
- package/dist/tokens/base/js-tree/brand-blue-deep_accent-brand.tree.js +1128 -0
- package/dist/tokens/base/js-tree/brand-blue-deep_accent-gray.tree.js +1016 -0
- package/dist/tokens/base/js-tree/brand-blue_accent-brand.tree.js +1128 -0
- package/dist/tokens/base/js-tree/brand-blue_accent-gray.tree.js +1016 -0
- package/dist/tokens/base/js-tree/brand-green_accent-brand.tree.js +1128 -0
- package/dist/tokens/base/js-tree/brand-green_accent-gray.tree.js +1016 -0
- package/dist/tokens/base/js-tree/brand-mint_accent-brand.tree.js +1128 -0
- package/dist/tokens/base/js-tree/brand-mint_accent-gray.tree.js +1016 -0
- package/dist/tokens/base/js-tree/brand-orange_accent-brand.tree.js +1128 -0
- package/dist/tokens/base/js-tree/brand-orange_accent-gray.tree.js +1016 -0
- package/dist/tokens/base/js-tree/brand-purple_accent-brand.tree.js +1128 -0
- package/dist/tokens/base/js-tree/brand-purple_accent-gray.tree.js +1016 -0
- package/dist/tokens/base/js-tree/brand-red_accent-brand.tree.js +1128 -0
- package/dist/tokens/base/js-tree/brand-red_accent-gray.tree.js +1016 -0
- package/dist/tokens/base/js-tree/brand-violet_accent-brand.tree.js +1128 -0
- package/dist/tokens/base/js-tree/brand-violet_accent-gray.tree.js +1016 -0
- package/dist/tokens/base/json/brand-blue-deep_accent-brand.json +984 -0
- package/dist/tokens/base/json/brand-blue-deep_accent-gray.json +892 -0
- package/dist/tokens/base/json/brand-blue_accent-brand.json +984 -0
- package/dist/tokens/base/json/brand-blue_accent-gray.json +892 -0
- package/dist/tokens/base/json/brand-green_accent-brand.json +984 -0
- package/dist/tokens/base/json/brand-green_accent-gray.json +892 -0
- package/dist/tokens/base/json/brand-mint_accent-brand.json +984 -0
- package/dist/tokens/base/json/brand-mint_accent-gray.json +892 -0
- package/dist/tokens/base/json/brand-orange_accent-brand.json +984 -0
- package/dist/tokens/base/json/brand-orange_accent-gray.json +892 -0
- package/dist/tokens/base/json/brand-purple_accent-brand.json +984 -0
- package/dist/tokens/base/json/brand-purple_accent-gray.json +892 -0
- package/dist/tokens/base/json/brand-red_accent-brand.json +984 -0
- package/dist/tokens/base/json/brand-red_accent-gray.json +892 -0
- package/dist/tokens/base/json/brand-violet_accent-brand.json +984 -0
- package/dist/tokens/base/json/brand-violet_accent-gray.json +892 -0
- package/dist/tokens/base/json-tree/brand-blue-deep_accent-brand.tree.json +1128 -0
- package/dist/tokens/base/json-tree/brand-blue-deep_accent-gray.tree.json +1016 -0
- package/dist/tokens/base/json-tree/brand-blue_accent-brand.tree.json +1128 -0
- package/dist/tokens/base/json-tree/brand-blue_accent-gray.tree.json +1016 -0
- package/dist/tokens/base/json-tree/brand-green_accent-brand.tree.json +1128 -0
- package/dist/tokens/base/json-tree/brand-green_accent-gray.tree.json +1016 -0
- package/dist/tokens/base/json-tree/brand-mint_accent-brand.tree.json +1128 -0
- package/dist/tokens/base/json-tree/brand-mint_accent-gray.tree.json +1016 -0
- package/dist/tokens/base/json-tree/brand-orange_accent-brand.tree.json +1128 -0
- package/dist/tokens/base/json-tree/brand-orange_accent-gray.tree.json +1016 -0
- package/dist/tokens/base/json-tree/brand-purple_accent-brand.tree.json +1128 -0
- package/dist/tokens/base/json-tree/brand-purple_accent-gray.tree.json +1016 -0
- package/dist/tokens/base/json-tree/brand-red_accent-brand.tree.json +1128 -0
- package/dist/tokens/base/json-tree/brand-red_accent-gray.tree.json +1016 -0
- package/dist/tokens/base/json-tree/brand-violet_accent-brand.tree.json +1128 -0
- package/dist/tokens/base/json-tree/brand-violet_accent-gray.tree.json +1016 -0
- package/dist/tokens/base/less/brand-blue-deep_accent-brand.less +982 -0
- package/dist/tokens/base/less/brand-blue-deep_accent-gray.less +892 -0
- package/dist/tokens/base/less/brand-blue_accent-brand.less +982 -0
- package/dist/tokens/base/less/brand-blue_accent-gray.less +892 -0
- package/dist/tokens/base/less/brand-green_accent-brand.less +982 -0
- package/dist/tokens/base/less/brand-green_accent-gray.less +892 -0
- package/dist/tokens/base/less/brand-mint_accent-brand.less +982 -0
- package/dist/tokens/base/less/brand-mint_accent-gray.less +892 -0
- package/dist/tokens/base/less/brand-orange_accent-brand.less +982 -0
- package/dist/tokens/base/less/brand-orange_accent-gray.less +892 -0
- package/dist/tokens/base/less/brand-purple_accent-brand.less +982 -0
- package/dist/tokens/base/less/brand-purple_accent-gray.less +892 -0
- package/dist/tokens/base/less/brand-red_accent-brand.less +982 -0
- package/dist/tokens/base/less/brand-red_accent-gray.less +892 -0
- package/dist/tokens/base/less/brand-violet_accent-brand.less +982 -0
- package/dist/tokens/base/less/brand-violet_accent-gray.less +892 -0
- package/dist/tokens/base/scss/brand-blue-deep_accent-brand.scss +982 -0
- package/dist/tokens/base/scss/brand-blue-deep_accent-gray.scss +892 -0
- package/dist/tokens/base/scss/brand-blue_accent-brand.scss +982 -0
- package/dist/tokens/base/scss/brand-blue_accent-gray.scss +892 -0
- package/dist/tokens/base/scss/brand-green_accent-brand.scss +982 -0
- package/dist/tokens/base/scss/brand-green_accent-gray.scss +892 -0
- package/dist/tokens/base/scss/brand-mint_accent-brand.scss +982 -0
- package/dist/tokens/base/scss/brand-mint_accent-gray.scss +892 -0
- package/dist/tokens/base/scss/brand-orange_accent-brand.scss +982 -0
- package/dist/tokens/base/scss/brand-orange_accent-gray.scss +892 -0
- package/dist/tokens/base/scss/brand-purple_accent-brand.scss +982 -0
- package/dist/tokens/base/scss/brand-purple_accent-gray.scss +892 -0
- package/dist/tokens/base/scss/brand-red_accent-brand.scss +982 -0
- package/dist/tokens/base/scss/brand-red_accent-gray.scss +892 -0
- package/dist/tokens/base/scss/brand-violet_accent-brand.scss +982 -0
- package/dist/tokens/base/scss/brand-violet_accent-gray.scss +892 -0
- package/dist/tokens/semantic/css/brand-blue-deep_accent-brand.css +643 -0
- package/dist/tokens/semantic/css/brand-blue-deep_accent-gray.css +643 -0
- package/dist/tokens/semantic/css/brand-blue_accent-brand.css +643 -0
- package/dist/tokens/semantic/css/brand-blue_accent-gray.css +643 -0
- package/dist/tokens/semantic/css/brand-green_accent-brand.css +643 -0
- package/dist/tokens/semantic/css/brand-green_accent-gray.css +643 -0
- package/dist/tokens/semantic/css/brand-mint_accent-brand.css +643 -0
- package/dist/tokens/semantic/css/brand-mint_accent-gray.css +643 -0
- package/dist/tokens/semantic/css/brand-orange_accent-brand.css +643 -0
- package/dist/tokens/semantic/css/brand-orange_accent-gray.css +643 -0
- package/dist/tokens/semantic/css/brand-purple_accent-brand.css +643 -0
- package/dist/tokens/semantic/css/brand-purple_accent-gray.css +643 -0
- package/dist/tokens/semantic/css/brand-red_accent-brand.css +643 -0
- package/dist/tokens/semantic/css/brand-red_accent-gray.css +643 -0
- package/dist/tokens/semantic/css/brand-violet_accent-brand.css +643 -0
- package/dist/tokens/semantic/css/brand-violet_accent-gray.css +643 -0
- package/dist/tokens/semantic/js/brand-blue-deep_accent-brand.js +644 -0
- package/dist/tokens/semantic/js/brand-blue-deep_accent-gray.js +638 -0
- package/dist/tokens/semantic/js/brand-blue_accent-brand.js +644 -0
- package/dist/tokens/semantic/js/brand-blue_accent-gray.js +638 -0
- package/dist/tokens/semantic/js/brand-green_accent-brand.js +644 -0
- package/dist/tokens/semantic/js/brand-green_accent-gray.js +638 -0
- package/dist/tokens/semantic/js/brand-mint_accent-brand.js +644 -0
- package/dist/tokens/semantic/js/brand-mint_accent-gray.js +638 -0
- package/dist/tokens/semantic/js/brand-orange_accent-brand.js +644 -0
- package/dist/tokens/semantic/js/brand-orange_accent-gray.js +638 -0
- package/dist/tokens/semantic/js/brand-purple_accent-brand.js +644 -0
- package/dist/tokens/semantic/js/brand-purple_accent-gray.js +638 -0
- package/dist/tokens/semantic/js/brand-red_accent-brand.js +644 -0
- package/dist/tokens/semantic/js/brand-red_accent-gray.js +638 -0
- package/dist/tokens/semantic/js/brand-violet_accent-brand.js +644 -0
- package/dist/tokens/semantic/js/brand-violet_accent-gray.js +638 -0
- package/dist/tokens/semantic/json/brand-blue-deep_accent-brand.json +718 -0
- package/dist/tokens/semantic/json/brand-blue-deep_accent-gray.json +714 -0
- package/dist/tokens/semantic/json/brand-blue_accent-brand.json +718 -0
- package/dist/tokens/semantic/json/brand-blue_accent-gray.json +714 -0
- package/dist/tokens/semantic/json/brand-green_accent-brand.json +718 -0
- package/dist/tokens/semantic/json/brand-green_accent-gray.json +714 -0
- package/dist/tokens/semantic/json/brand-mint_accent-brand.json +718 -0
- package/dist/tokens/semantic/json/brand-mint_accent-gray.json +714 -0
- package/dist/tokens/semantic/json/brand-orange_accent-brand.json +718 -0
- package/dist/tokens/semantic/json/brand-orange_accent-gray.json +714 -0
- package/dist/tokens/semantic/json/brand-purple_accent-brand.json +718 -0
- package/dist/tokens/semantic/json/brand-purple_accent-gray.json +714 -0
- package/dist/tokens/semantic/json/brand-red_accent-brand.json +718 -0
- package/dist/tokens/semantic/json/brand-red_accent-gray.json +714 -0
- package/dist/tokens/semantic/json/brand-violet_accent-brand.json +718 -0
- package/dist/tokens/semantic/json/brand-violet_accent-gray.json +714 -0
- package/dist/tokens/semantic/less/semantic.less +319 -0
- package/dist/tokens/semantic/scss/semantic.scss +319 -0
- package/package.json +4 -4
- package/dist/cjs/tokens/base/js/brand-blue-deep_accent-brand.d.ts +0 -984
- package/dist/cjs/tokens/base/js/brand-blue-deep_accent-brand.js +0 -987
- package/dist/cjs/tokens/base/js/brand-blue-deep_accent-gray.d.ts +0 -898
- package/dist/cjs/tokens/base/js/brand-blue-deep_accent-gray.js +0 -901
- package/dist/cjs/tokens/base/js/brand-blue_accent-brand.d.ts +0 -984
- package/dist/cjs/tokens/base/js/brand-blue_accent-brand.js +0 -987
- package/dist/cjs/tokens/base/js/brand-blue_accent-gray.d.ts +0 -898
- package/dist/cjs/tokens/base/js/brand-blue_accent-gray.js +0 -901
- package/dist/cjs/tokens/base/js/brand-green_accent-brand.d.ts +0 -984
- package/dist/cjs/tokens/base/js/brand-green_accent-brand.js +0 -987
- package/dist/cjs/tokens/base/js/brand-green_accent-gray.d.ts +0 -898
- package/dist/cjs/tokens/base/js/brand-green_accent-gray.js +0 -901
- package/dist/cjs/tokens/base/js/brand-mint_accent-brand.d.ts +0 -984
- package/dist/cjs/tokens/base/js/brand-mint_accent-brand.js +0 -987
- package/dist/cjs/tokens/base/js/brand-mint_accent-gray.d.ts +0 -898
- package/dist/cjs/tokens/base/js/brand-mint_accent-gray.js +0 -901
- package/dist/cjs/tokens/base/js/brand-orange_accent-brand.d.ts +0 -984
- package/dist/cjs/tokens/base/js/brand-orange_accent-brand.js +0 -987
- package/dist/cjs/tokens/base/js/brand-orange_accent-gray.d.ts +0 -898
- package/dist/cjs/tokens/base/js/brand-orange_accent-gray.js +0 -901
- package/dist/cjs/tokens/base/js/brand-purple_accent-brand.d.ts +0 -984
- package/dist/cjs/tokens/base/js/brand-purple_accent-brand.js +0 -987
- package/dist/cjs/tokens/base/js/brand-purple_accent-gray.d.ts +0 -898
- package/dist/cjs/tokens/base/js/brand-purple_accent-gray.js +0 -901
- package/dist/cjs/tokens/base/js/brand-red_accent-brand.d.ts +0 -984
- package/dist/cjs/tokens/base/js/brand-red_accent-brand.js +0 -987
- package/dist/cjs/tokens/base/js/brand-red_accent-gray.d.ts +0 -898
- package/dist/cjs/tokens/base/js/brand-red_accent-gray.js +0 -901
- package/dist/cjs/tokens/base/js/brand-violet_accent-brand.d.ts +0 -984
- package/dist/cjs/tokens/base/js/brand-violet_accent-brand.js +0 -987
- package/dist/cjs/tokens/base/js/brand-violet_accent-gray.d.ts +0 -898
- package/dist/cjs/tokens/base/js/brand-violet_accent-gray.js +0 -901
- package/dist/cjs/tokens/base/js-tree/brand-blue-deep_accent-brand.tree.d.ts +0 -1182
- package/dist/cjs/tokens/base/js-tree/brand-blue-deep_accent-brand.tree.js +0 -1131
- package/dist/cjs/tokens/base/js-tree/brand-blue-deep_accent-gray.tree.d.ts +0 -1082
- package/dist/cjs/tokens/base/js-tree/brand-blue-deep_accent-gray.tree.js +0 -1035
- package/dist/cjs/tokens/base/js-tree/brand-blue_accent-brand.tree.d.ts +0 -1182
- package/dist/cjs/tokens/base/js-tree/brand-blue_accent-brand.tree.js +0 -1131
- package/dist/cjs/tokens/base/js-tree/brand-blue_accent-gray.tree.d.ts +0 -1082
- package/dist/cjs/tokens/base/js-tree/brand-blue_accent-gray.tree.js +0 -1035
- package/dist/cjs/tokens/base/js-tree/brand-green_accent-brand.tree.d.ts +0 -1182
- package/dist/cjs/tokens/base/js-tree/brand-green_accent-brand.tree.js +0 -1131
- package/dist/cjs/tokens/base/js-tree/brand-green_accent-gray.tree.d.ts +0 -1082
- package/dist/cjs/tokens/base/js-tree/brand-green_accent-gray.tree.js +0 -1035
- package/dist/cjs/tokens/base/js-tree/brand-mint_accent-brand.tree.d.ts +0 -1182
- package/dist/cjs/tokens/base/js-tree/brand-mint_accent-brand.tree.js +0 -1131
- package/dist/cjs/tokens/base/js-tree/brand-mint_accent-gray.tree.d.ts +0 -1082
- package/dist/cjs/tokens/base/js-tree/brand-mint_accent-gray.tree.js +0 -1035
- package/dist/cjs/tokens/base/js-tree/brand-orange_accent-brand.tree.d.ts +0 -1182
- package/dist/cjs/tokens/base/js-tree/brand-orange_accent-brand.tree.js +0 -1131
- package/dist/cjs/tokens/base/js-tree/brand-orange_accent-gray.tree.d.ts +0 -1082
- package/dist/cjs/tokens/base/js-tree/brand-orange_accent-gray.tree.js +0 -1035
- package/dist/cjs/tokens/base/js-tree/brand-purple_accent-brand.tree.d.ts +0 -1182
- package/dist/cjs/tokens/base/js-tree/brand-purple_accent-brand.tree.js +0 -1131
- package/dist/cjs/tokens/base/js-tree/brand-purple_accent-gray.tree.d.ts +0 -1082
- package/dist/cjs/tokens/base/js-tree/brand-purple_accent-gray.tree.js +0 -1035
- package/dist/cjs/tokens/base/js-tree/brand-red_accent-brand.tree.d.ts +0 -1182
- package/dist/cjs/tokens/base/js-tree/brand-red_accent-brand.tree.js +0 -1131
- package/dist/cjs/tokens/base/js-tree/brand-red_accent-gray.tree.d.ts +0 -1082
- package/dist/cjs/tokens/base/js-tree/brand-red_accent-gray.tree.js +0 -1035
- package/dist/cjs/tokens/base/js-tree/brand-violet_accent-brand.tree.d.ts +0 -1182
- package/dist/cjs/tokens/base/js-tree/brand-violet_accent-brand.tree.js +0 -1131
- package/dist/cjs/tokens/base/js-tree/brand-violet_accent-gray.tree.d.ts +0 -1082
- package/dist/cjs/tokens/base/js-tree/brand-violet_accent-gray.tree.js +0 -1035
- package/dist/cjs/tokens/semantic/js/brand-blue-deep_accent-brand.d.ts +0 -933
- package/dist/cjs/tokens/semantic/js/brand-blue-deep_accent-brand.js +0 -627
- package/dist/cjs/tokens/semantic/js/brand-blue-deep_accent-gray.d.ts +0 -933
- package/dist/cjs/tokens/semantic/js/brand-blue-deep_accent-gray.js +0 -627
- package/dist/cjs/tokens/semantic/js/brand-blue_accent-brand.d.ts +0 -933
- package/dist/cjs/tokens/semantic/js/brand-blue_accent-brand.js +0 -627
- package/dist/cjs/tokens/semantic/js/brand-blue_accent-gray.d.ts +0 -933
- package/dist/cjs/tokens/semantic/js/brand-blue_accent-gray.js +0 -627
- package/dist/cjs/tokens/semantic/js/brand-green_accent-brand.d.ts +0 -933
- package/dist/cjs/tokens/semantic/js/brand-green_accent-brand.js +0 -627
- package/dist/cjs/tokens/semantic/js/brand-green_accent-gray.d.ts +0 -933
- package/dist/cjs/tokens/semantic/js/brand-green_accent-gray.js +0 -627
- package/dist/cjs/tokens/semantic/js/brand-mint_accent-brand.d.ts +0 -933
- package/dist/cjs/tokens/semantic/js/brand-mint_accent-brand.js +0 -627
- package/dist/cjs/tokens/semantic/js/brand-mint_accent-gray.d.ts +0 -933
- package/dist/cjs/tokens/semantic/js/brand-mint_accent-gray.js +0 -627
- package/dist/cjs/tokens/semantic/js/brand-orange_accent-brand.d.ts +0 -933
- package/dist/cjs/tokens/semantic/js/brand-orange_accent-brand.js +0 -627
- package/dist/cjs/tokens/semantic/js/brand-orange_accent-gray.d.ts +0 -933
- package/dist/cjs/tokens/semantic/js/brand-orange_accent-gray.js +0 -627
- package/dist/cjs/tokens/semantic/js/brand-purple_accent-brand.d.ts +0 -933
- package/dist/cjs/tokens/semantic/js/brand-purple_accent-brand.js +0 -627
- package/dist/cjs/tokens/semantic/js/brand-purple_accent-gray.d.ts +0 -933
- package/dist/cjs/tokens/semantic/js/brand-purple_accent-gray.js +0 -627
- package/dist/cjs/tokens/semantic/js/brand-red_accent-brand.d.ts +0 -933
- package/dist/cjs/tokens/semantic/js/brand-red_accent-brand.js +0 -627
- package/dist/cjs/tokens/semantic/js/brand-red_accent-gray.d.ts +0 -933
- package/dist/cjs/tokens/semantic/js/brand-red_accent-gray.js +0 -627
- package/dist/cjs/tokens/semantic/js/brand-violet_accent-brand.d.ts +0 -933
- package/dist/cjs/tokens/semantic/js/brand-violet_accent-brand.js +0 -627
- package/dist/cjs/tokens/semantic/js/brand-violet_accent-gray.d.ts +0 -933
- package/dist/cjs/tokens/semantic/js/brand-violet_accent-gray.js +0 -627
- package/dist/esm/tokens/base/js/brand-blue-deep_accent-brand.d.ts +0 -984
- package/dist/esm/tokens/base/js/brand-blue-deep_accent-brand.js +0 -984
- package/dist/esm/tokens/base/js/brand-blue-deep_accent-gray.d.ts +0 -898
- package/dist/esm/tokens/base/js/brand-blue-deep_accent-gray.js +0 -898
- package/dist/esm/tokens/base/js/brand-blue_accent-brand.d.ts +0 -984
- package/dist/esm/tokens/base/js/brand-blue_accent-brand.js +0 -984
- package/dist/esm/tokens/base/js/brand-blue_accent-gray.d.ts +0 -898
- package/dist/esm/tokens/base/js/brand-blue_accent-gray.js +0 -898
- package/dist/esm/tokens/base/js/brand-green_accent-brand.d.ts +0 -984
- package/dist/esm/tokens/base/js/brand-green_accent-brand.js +0 -984
- package/dist/esm/tokens/base/js/brand-green_accent-gray.d.ts +0 -898
- package/dist/esm/tokens/base/js/brand-green_accent-gray.js +0 -898
- package/dist/esm/tokens/base/js/brand-mint_accent-brand.d.ts +0 -984
- package/dist/esm/tokens/base/js/brand-mint_accent-brand.js +0 -984
- package/dist/esm/tokens/base/js/brand-mint_accent-gray.d.ts +0 -898
- package/dist/esm/tokens/base/js/brand-mint_accent-gray.js +0 -898
- package/dist/esm/tokens/base/js/brand-orange_accent-brand.d.ts +0 -984
- package/dist/esm/tokens/base/js/brand-orange_accent-brand.js +0 -984
- package/dist/esm/tokens/base/js/brand-orange_accent-gray.d.ts +0 -898
- package/dist/esm/tokens/base/js/brand-orange_accent-gray.js +0 -898
- package/dist/esm/tokens/base/js/brand-purple_accent-brand.d.ts +0 -984
- package/dist/esm/tokens/base/js/brand-purple_accent-brand.js +0 -984
- package/dist/esm/tokens/base/js/brand-purple_accent-gray.d.ts +0 -898
- package/dist/esm/tokens/base/js/brand-purple_accent-gray.js +0 -898
- package/dist/esm/tokens/base/js/brand-red_accent-brand.d.ts +0 -984
- package/dist/esm/tokens/base/js/brand-red_accent-brand.js +0 -984
- package/dist/esm/tokens/base/js/brand-red_accent-gray.d.ts +0 -898
- package/dist/esm/tokens/base/js/brand-red_accent-gray.js +0 -898
- package/dist/esm/tokens/base/js/brand-violet_accent-brand.d.ts +0 -984
- package/dist/esm/tokens/base/js/brand-violet_accent-brand.js +0 -984
- package/dist/esm/tokens/base/js/brand-violet_accent-gray.d.ts +0 -898
- package/dist/esm/tokens/base/js/brand-violet_accent-gray.js +0 -898
- package/dist/esm/tokens/base/js-tree/brand-blue-deep_accent-brand.tree.d.ts +0 -1182
- package/dist/esm/tokens/base/js-tree/brand-blue-deep_accent-brand.tree.js +0 -1128
- package/dist/esm/tokens/base/js-tree/brand-blue-deep_accent-gray.tree.d.ts +0 -1082
- package/dist/esm/tokens/base/js-tree/brand-blue-deep_accent-gray.tree.js +0 -1032
- package/dist/esm/tokens/base/js-tree/brand-blue_accent-brand.tree.d.ts +0 -1182
- package/dist/esm/tokens/base/js-tree/brand-blue_accent-brand.tree.js +0 -1128
- package/dist/esm/tokens/base/js-tree/brand-blue_accent-gray.tree.d.ts +0 -1082
- package/dist/esm/tokens/base/js-tree/brand-blue_accent-gray.tree.js +0 -1032
- package/dist/esm/tokens/base/js-tree/brand-green_accent-brand.tree.d.ts +0 -1182
- package/dist/esm/tokens/base/js-tree/brand-green_accent-brand.tree.js +0 -1128
- package/dist/esm/tokens/base/js-tree/brand-green_accent-gray.tree.d.ts +0 -1082
- package/dist/esm/tokens/base/js-tree/brand-green_accent-gray.tree.js +0 -1032
- package/dist/esm/tokens/base/js-tree/brand-mint_accent-brand.tree.d.ts +0 -1182
- package/dist/esm/tokens/base/js-tree/brand-mint_accent-brand.tree.js +0 -1128
- package/dist/esm/tokens/base/js-tree/brand-mint_accent-gray.tree.d.ts +0 -1082
- package/dist/esm/tokens/base/js-tree/brand-mint_accent-gray.tree.js +0 -1032
- package/dist/esm/tokens/base/js-tree/brand-orange_accent-brand.tree.d.ts +0 -1182
- package/dist/esm/tokens/base/js-tree/brand-orange_accent-brand.tree.js +0 -1128
- package/dist/esm/tokens/base/js-tree/brand-orange_accent-gray.tree.d.ts +0 -1082
- package/dist/esm/tokens/base/js-tree/brand-orange_accent-gray.tree.js +0 -1032
- package/dist/esm/tokens/base/js-tree/brand-purple_accent-brand.tree.d.ts +0 -1182
- package/dist/esm/tokens/base/js-tree/brand-purple_accent-brand.tree.js +0 -1128
- package/dist/esm/tokens/base/js-tree/brand-purple_accent-gray.tree.d.ts +0 -1082
- package/dist/esm/tokens/base/js-tree/brand-purple_accent-gray.tree.js +0 -1032
- package/dist/esm/tokens/base/js-tree/brand-red_accent-brand.tree.d.ts +0 -1182
- package/dist/esm/tokens/base/js-tree/brand-red_accent-brand.tree.js +0 -1128
- package/dist/esm/tokens/base/js-tree/brand-red_accent-gray.tree.d.ts +0 -1082
- package/dist/esm/tokens/base/js-tree/brand-red_accent-gray.tree.js +0 -1032
- package/dist/esm/tokens/base/js-tree/brand-violet_accent-brand.tree.d.ts +0 -1182
- package/dist/esm/tokens/base/js-tree/brand-violet_accent-brand.tree.js +0 -1128
- package/dist/esm/tokens/base/js-tree/brand-violet_accent-gray.tree.d.ts +0 -1082
- package/dist/esm/tokens/base/js-tree/brand-violet_accent-gray.tree.js +0 -1032
- package/dist/esm/tokens/semantic/js/brand-blue-deep_accent-brand.d.ts +0 -933
- package/dist/esm/tokens/semantic/js/brand-blue-deep_accent-brand.js +0 -624
- package/dist/esm/tokens/semantic/js/brand-blue-deep_accent-gray.d.ts +0 -933
- package/dist/esm/tokens/semantic/js/brand-blue-deep_accent-gray.js +0 -624
- package/dist/esm/tokens/semantic/js/brand-blue_accent-brand.d.ts +0 -933
- package/dist/esm/tokens/semantic/js/brand-blue_accent-brand.js +0 -624
- package/dist/esm/tokens/semantic/js/brand-blue_accent-gray.d.ts +0 -933
- package/dist/esm/tokens/semantic/js/brand-blue_accent-gray.js +0 -624
- package/dist/esm/tokens/semantic/js/brand-green_accent-brand.d.ts +0 -933
- package/dist/esm/tokens/semantic/js/brand-green_accent-brand.js +0 -624
- package/dist/esm/tokens/semantic/js/brand-green_accent-gray.d.ts +0 -933
- package/dist/esm/tokens/semantic/js/brand-green_accent-gray.js +0 -624
- package/dist/esm/tokens/semantic/js/brand-mint_accent-brand.d.ts +0 -933
- package/dist/esm/tokens/semantic/js/brand-mint_accent-brand.js +0 -624
- package/dist/esm/tokens/semantic/js/brand-mint_accent-gray.d.ts +0 -933
- package/dist/esm/tokens/semantic/js/brand-mint_accent-gray.js +0 -624
- package/dist/esm/tokens/semantic/js/brand-orange_accent-brand.d.ts +0 -933
- package/dist/esm/tokens/semantic/js/brand-orange_accent-brand.js +0 -624
- package/dist/esm/tokens/semantic/js/brand-orange_accent-gray.d.ts +0 -933
- package/dist/esm/tokens/semantic/js/brand-orange_accent-gray.js +0 -624
- package/dist/esm/tokens/semantic/js/brand-purple_accent-brand.d.ts +0 -933
- package/dist/esm/tokens/semantic/js/brand-purple_accent-brand.js +0 -624
- package/dist/esm/tokens/semantic/js/brand-purple_accent-gray.d.ts +0 -933
- package/dist/esm/tokens/semantic/js/brand-purple_accent-gray.js +0 -624
- package/dist/esm/tokens/semantic/js/brand-red_accent-brand.d.ts +0 -933
- package/dist/esm/tokens/semantic/js/brand-red_accent-brand.js +0 -624
- package/dist/esm/tokens/semantic/js/brand-red_accent-gray.d.ts +0 -933
- package/dist/esm/tokens/semantic/js/brand-red_accent-gray.js +0 -624
- package/dist/esm/tokens/semantic/js/brand-violet_accent-brand.d.ts +0 -933
- package/dist/esm/tokens/semantic/js/brand-violet_accent-brand.js +0 -624
- package/dist/esm/tokens/semantic/js/brand-violet_accent-gray.d.ts +0 -933
- package/dist/esm/tokens/semantic/js/brand-violet_accent-gray.js +0 -624
|
@@ -1,984 +0,0 @@
|
|
|
1
|
-
export namespace BASE_TOKENS {
|
|
2
|
-
const brandLogoLight: string;
|
|
3
|
-
const brandLogoDark: string;
|
|
4
|
-
const brandPromo: string;
|
|
5
|
-
const brandOriginal: string;
|
|
6
|
-
const brandInteractionsHoverLight: string;
|
|
7
|
-
const brandInteractionsHoverDark: string;
|
|
8
|
-
const brandInteractionsPressedLight: string;
|
|
9
|
-
const brandInteractionsPressedDark: string;
|
|
10
|
-
const brandPaletteVivid20: string;
|
|
11
|
-
const brandPaletteVivid24: string;
|
|
12
|
-
const brandPaletteVivid28: string;
|
|
13
|
-
const brandPaletteVivid32: string;
|
|
14
|
-
const brandPaletteVivid36: string;
|
|
15
|
-
const brandPaletteVivid40: string;
|
|
16
|
-
const brandPaletteVivid44: string;
|
|
17
|
-
const brandPaletteVivid48: string;
|
|
18
|
-
const brandPaletteVivid52: string;
|
|
19
|
-
const brandPaletteVivid56: string;
|
|
20
|
-
const brandPaletteVivid60: string;
|
|
21
|
-
const brandPaletteVivid64: string;
|
|
22
|
-
const brandPaletteVivid68: string;
|
|
23
|
-
const brandPaletteVivid72: string;
|
|
24
|
-
const brandPaletteVivid76: string;
|
|
25
|
-
const brandPaletteVivid80: string;
|
|
26
|
-
const brandPaletteVivid84: string;
|
|
27
|
-
const brandPaletteVivid88: string;
|
|
28
|
-
const brandPaletteVivid92: string;
|
|
29
|
-
const brandPaletteVivid96: string;
|
|
30
|
-
const brandPaletteNormal20: string;
|
|
31
|
-
const brandPaletteNormal24: string;
|
|
32
|
-
const brandPaletteNormal28: string;
|
|
33
|
-
const brandPaletteNormal32: string;
|
|
34
|
-
const brandPaletteNormal36: string;
|
|
35
|
-
const brandPaletteNormal40: string;
|
|
36
|
-
const brandPaletteNormal44: string;
|
|
37
|
-
const brandPaletteNormal48: string;
|
|
38
|
-
const brandPaletteNormal52: string;
|
|
39
|
-
const brandPaletteNormal56: string;
|
|
40
|
-
const brandPaletteNormal60: string;
|
|
41
|
-
const brandPaletteNormal64: string;
|
|
42
|
-
const brandPaletteNormal68: string;
|
|
43
|
-
const brandPaletteNormal72: string;
|
|
44
|
-
const brandPaletteNormal76: string;
|
|
45
|
-
const brandPaletteNormal80: string;
|
|
46
|
-
const brandPaletteNormal84: string;
|
|
47
|
-
const brandPaletteNormal88: string;
|
|
48
|
-
const brandPaletteNormal92: string;
|
|
49
|
-
const brandPaletteNormal96: string;
|
|
50
|
-
const brandPaletteDim20: string;
|
|
51
|
-
const brandPaletteDim24: string;
|
|
52
|
-
const brandPaletteDim28: string;
|
|
53
|
-
const brandPaletteDim32: string;
|
|
54
|
-
const brandPaletteDim36: string;
|
|
55
|
-
const brandPaletteDim40: string;
|
|
56
|
-
const brandPaletteDim44: string;
|
|
57
|
-
const brandPaletteDim48: string;
|
|
58
|
-
const brandPaletteDim52: string;
|
|
59
|
-
const brandPaletteDim56: string;
|
|
60
|
-
const brandPaletteDim60: string;
|
|
61
|
-
const brandPaletteDim64: string;
|
|
62
|
-
const brandPaletteDim68: string;
|
|
63
|
-
const brandPaletteDim72: string;
|
|
64
|
-
const brandPaletteDim76: string;
|
|
65
|
-
const brandPaletteDim80: string;
|
|
66
|
-
const brandPaletteDim84: string;
|
|
67
|
-
const brandPaletteDim88: string;
|
|
68
|
-
const brandPaletteDim92: string;
|
|
69
|
-
const brandPaletteDim96: string;
|
|
70
|
-
const accentOriginalLight: string;
|
|
71
|
-
const accentOriginalDark: string;
|
|
72
|
-
const accentInteractionsHoverLight: string;
|
|
73
|
-
const accentInteractionsHoverDark: string;
|
|
74
|
-
const accentInteractionsPressedLight: string;
|
|
75
|
-
const accentInteractionsPressedDark: string;
|
|
76
|
-
const accentPaletteVivid20: string;
|
|
77
|
-
const accentPaletteVivid24: string;
|
|
78
|
-
const accentPaletteVivid28: string;
|
|
79
|
-
const accentPaletteVivid32: string;
|
|
80
|
-
const accentPaletteVivid36: string;
|
|
81
|
-
const accentPaletteVivid40: string;
|
|
82
|
-
const accentPaletteVivid44: string;
|
|
83
|
-
const accentPaletteVivid48: string;
|
|
84
|
-
const accentPaletteVivid52: string;
|
|
85
|
-
const accentPaletteVivid56: string;
|
|
86
|
-
const accentPaletteVivid60: string;
|
|
87
|
-
const accentPaletteVivid64: string;
|
|
88
|
-
const accentPaletteVivid68: string;
|
|
89
|
-
const accentPaletteVivid72: string;
|
|
90
|
-
const accentPaletteVivid76: string;
|
|
91
|
-
const accentPaletteVivid80: string;
|
|
92
|
-
const accentPaletteVivid84: string;
|
|
93
|
-
const accentPaletteVivid88: string;
|
|
94
|
-
const accentPaletteVivid92: string;
|
|
95
|
-
const accentPaletteVivid96: string;
|
|
96
|
-
const accentPaletteNormal20: string;
|
|
97
|
-
const accentPaletteNormal24: string;
|
|
98
|
-
const accentPaletteNormal28: string;
|
|
99
|
-
const accentPaletteNormal32: string;
|
|
100
|
-
const accentPaletteNormal36: string;
|
|
101
|
-
const accentPaletteNormal40: string;
|
|
102
|
-
const accentPaletteNormal44: string;
|
|
103
|
-
const accentPaletteNormal48: string;
|
|
104
|
-
const accentPaletteNormal52: string;
|
|
105
|
-
const accentPaletteNormal56: string;
|
|
106
|
-
const accentPaletteNormal60: string;
|
|
107
|
-
const accentPaletteNormal64: string;
|
|
108
|
-
const accentPaletteNormal68: string;
|
|
109
|
-
const accentPaletteNormal72: string;
|
|
110
|
-
const accentPaletteNormal76: string;
|
|
111
|
-
const accentPaletteNormal80: string;
|
|
112
|
-
const accentPaletteNormal84: string;
|
|
113
|
-
const accentPaletteNormal88: string;
|
|
114
|
-
const accentPaletteNormal92: string;
|
|
115
|
-
const accentPaletteNormal96: string;
|
|
116
|
-
const accentPaletteDim20: string;
|
|
117
|
-
const accentPaletteDim24: string;
|
|
118
|
-
const accentPaletteDim28: string;
|
|
119
|
-
const accentPaletteDim32: string;
|
|
120
|
-
const accentPaletteDim36: string;
|
|
121
|
-
const accentPaletteDim40: string;
|
|
122
|
-
const accentPaletteDim44: string;
|
|
123
|
-
const accentPaletteDim48: string;
|
|
124
|
-
const accentPaletteDim52: string;
|
|
125
|
-
const accentPaletteDim56: string;
|
|
126
|
-
const accentPaletteDim60: string;
|
|
127
|
-
const accentPaletteDim64: string;
|
|
128
|
-
const accentPaletteDim68: string;
|
|
129
|
-
const accentPaletteDim72: string;
|
|
130
|
-
const accentPaletteDim76: string;
|
|
131
|
-
const accentPaletteDim80: string;
|
|
132
|
-
const accentPaletteDim84: string;
|
|
133
|
-
const accentPaletteDim88: string;
|
|
134
|
-
const accentPaletteDim92: string;
|
|
135
|
-
const accentPaletteDim96: string;
|
|
136
|
-
const warningVivid20: string;
|
|
137
|
-
const warningVivid24: string;
|
|
138
|
-
const warningVivid28: string;
|
|
139
|
-
const warningVivid32: string;
|
|
140
|
-
const warningVivid36: string;
|
|
141
|
-
const warningVivid40: string;
|
|
142
|
-
const warningVivid44: string;
|
|
143
|
-
const warningVivid48: string;
|
|
144
|
-
const warningVivid52: string;
|
|
145
|
-
const warningVivid56: string;
|
|
146
|
-
const warningVivid60: string;
|
|
147
|
-
const warningVivid64: string;
|
|
148
|
-
const warningVivid68: string;
|
|
149
|
-
const warningVivid72: string;
|
|
150
|
-
const warningVivid76: string;
|
|
151
|
-
const warningVivid80: string;
|
|
152
|
-
const warningVivid84: string;
|
|
153
|
-
const warningVivid88: string;
|
|
154
|
-
const warningVivid92: string;
|
|
155
|
-
const warningVivid96: string;
|
|
156
|
-
const warningNormal20: string;
|
|
157
|
-
const warningNormal24: string;
|
|
158
|
-
const warningNormal28: string;
|
|
159
|
-
const warningNormal32: string;
|
|
160
|
-
const warningNormal36: string;
|
|
161
|
-
const warningNormal40: string;
|
|
162
|
-
const warningNormal44: string;
|
|
163
|
-
const warningNormal48: string;
|
|
164
|
-
const warningNormal52: string;
|
|
165
|
-
const warningNormal56: string;
|
|
166
|
-
const warningNormal60: string;
|
|
167
|
-
const warningNormal64: string;
|
|
168
|
-
const warningNormal68: string;
|
|
169
|
-
const warningNormal72: string;
|
|
170
|
-
const warningNormal76: string;
|
|
171
|
-
const warningNormal80: string;
|
|
172
|
-
const warningNormal84: string;
|
|
173
|
-
const warningNormal88: string;
|
|
174
|
-
const warningNormal92: string;
|
|
175
|
-
const warningNormal96: string;
|
|
176
|
-
const warningDim20: string;
|
|
177
|
-
const warningDim24: string;
|
|
178
|
-
const warningDim28: string;
|
|
179
|
-
const warningDim32: string;
|
|
180
|
-
const warningDim36: string;
|
|
181
|
-
const warningDim40: string;
|
|
182
|
-
const warningDim44: string;
|
|
183
|
-
const warningDim48: string;
|
|
184
|
-
const warningDim52: string;
|
|
185
|
-
const warningDim56: string;
|
|
186
|
-
const warningDim60: string;
|
|
187
|
-
const warningDim64: string;
|
|
188
|
-
const warningDim68: string;
|
|
189
|
-
const warningDim72: string;
|
|
190
|
-
const warningDim76: string;
|
|
191
|
-
const warningDim80: string;
|
|
192
|
-
const warningDim84: string;
|
|
193
|
-
const warningDim88: string;
|
|
194
|
-
const warningDim92: string;
|
|
195
|
-
const warningDim96: string;
|
|
196
|
-
const errorVivid20: string;
|
|
197
|
-
const errorVivid24: string;
|
|
198
|
-
const errorVivid28: string;
|
|
199
|
-
const errorVivid32: string;
|
|
200
|
-
const errorVivid36: string;
|
|
201
|
-
const errorVivid40: string;
|
|
202
|
-
const errorVivid44: string;
|
|
203
|
-
const errorVivid48: string;
|
|
204
|
-
const errorVivid52: string;
|
|
205
|
-
const errorVivid56: string;
|
|
206
|
-
const errorVivid60: string;
|
|
207
|
-
const errorVivid64: string;
|
|
208
|
-
const errorVivid68: string;
|
|
209
|
-
const errorVivid72: string;
|
|
210
|
-
const errorVivid76: string;
|
|
211
|
-
const errorVivid80: string;
|
|
212
|
-
const errorVivid84: string;
|
|
213
|
-
const errorVivid88: string;
|
|
214
|
-
const errorVivid92: string;
|
|
215
|
-
const errorVivid96: string;
|
|
216
|
-
const errorNormal20: string;
|
|
217
|
-
const errorNormal24: string;
|
|
218
|
-
const errorNormal28: string;
|
|
219
|
-
const errorNormal32: string;
|
|
220
|
-
const errorNormal36: string;
|
|
221
|
-
const errorNormal40: string;
|
|
222
|
-
const errorNormal44: string;
|
|
223
|
-
const errorNormal48: string;
|
|
224
|
-
const errorNormal52: string;
|
|
225
|
-
const errorNormal56: string;
|
|
226
|
-
const errorNormal60: string;
|
|
227
|
-
const errorNormal64: string;
|
|
228
|
-
const errorNormal68: string;
|
|
229
|
-
const errorNormal72: string;
|
|
230
|
-
const errorNormal76: string;
|
|
231
|
-
const errorNormal80: string;
|
|
232
|
-
const errorNormal84: string;
|
|
233
|
-
const errorNormal88: string;
|
|
234
|
-
const errorNormal92: string;
|
|
235
|
-
const errorNormal96: string;
|
|
236
|
-
const errorDim20: string;
|
|
237
|
-
const errorDim24: string;
|
|
238
|
-
const errorDim28: string;
|
|
239
|
-
const errorDim32: string;
|
|
240
|
-
const errorDim36: string;
|
|
241
|
-
const errorDim40: string;
|
|
242
|
-
const errorDim44: string;
|
|
243
|
-
const errorDim48: string;
|
|
244
|
-
const errorDim52: string;
|
|
245
|
-
const errorDim56: string;
|
|
246
|
-
const errorDim60: string;
|
|
247
|
-
const errorDim64: string;
|
|
248
|
-
const errorDim68: string;
|
|
249
|
-
const errorDim72: string;
|
|
250
|
-
const errorDim76: string;
|
|
251
|
-
const errorDim80: string;
|
|
252
|
-
const errorDim84: string;
|
|
253
|
-
const errorDim88: string;
|
|
254
|
-
const errorDim92: string;
|
|
255
|
-
const errorDim96: string;
|
|
256
|
-
const successVivid20: string;
|
|
257
|
-
const successVivid24: string;
|
|
258
|
-
const successVivid28: string;
|
|
259
|
-
const successVivid32: string;
|
|
260
|
-
const successVivid36: string;
|
|
261
|
-
const successVivid40: string;
|
|
262
|
-
const successVivid44: string;
|
|
263
|
-
const successVivid48: string;
|
|
264
|
-
const successVivid52: string;
|
|
265
|
-
const successVivid56: string;
|
|
266
|
-
const successVivid60: string;
|
|
267
|
-
const successVivid64: string;
|
|
268
|
-
const successVivid68: string;
|
|
269
|
-
const successVivid72: string;
|
|
270
|
-
const successVivid76: string;
|
|
271
|
-
const successVivid80: string;
|
|
272
|
-
const successVivid84: string;
|
|
273
|
-
const successVivid88: string;
|
|
274
|
-
const successVivid92: string;
|
|
275
|
-
const successVivid96: string;
|
|
276
|
-
const successNormal20: string;
|
|
277
|
-
const successNormal24: string;
|
|
278
|
-
const successNormal28: string;
|
|
279
|
-
const successNormal32: string;
|
|
280
|
-
const successNormal36: string;
|
|
281
|
-
const successNormal40: string;
|
|
282
|
-
const successNormal44: string;
|
|
283
|
-
const successNormal48: string;
|
|
284
|
-
const successNormal52: string;
|
|
285
|
-
const successNormal56: string;
|
|
286
|
-
const successNormal60: string;
|
|
287
|
-
const successNormal64: string;
|
|
288
|
-
const successNormal68: string;
|
|
289
|
-
const successNormal72: string;
|
|
290
|
-
const successNormal76: string;
|
|
291
|
-
const successNormal80: string;
|
|
292
|
-
const successNormal84: string;
|
|
293
|
-
const successNormal88: string;
|
|
294
|
-
const successNormal92: string;
|
|
295
|
-
const successNormal96: string;
|
|
296
|
-
const successDim20: string;
|
|
297
|
-
const successDim24: string;
|
|
298
|
-
const successDim28: string;
|
|
299
|
-
const successDim32: string;
|
|
300
|
-
const successDim36: string;
|
|
301
|
-
const successDim40: string;
|
|
302
|
-
const successDim44: string;
|
|
303
|
-
const successDim48: string;
|
|
304
|
-
const successDim52: string;
|
|
305
|
-
const successDim56: string;
|
|
306
|
-
const successDim60: string;
|
|
307
|
-
const successDim64: string;
|
|
308
|
-
const successDim68: string;
|
|
309
|
-
const successDim72: string;
|
|
310
|
-
const successDim76: string;
|
|
311
|
-
const successDim80: string;
|
|
312
|
-
const successDim84: string;
|
|
313
|
-
const successDim88: string;
|
|
314
|
-
const successDim92: string;
|
|
315
|
-
const successDim96: string;
|
|
316
|
-
const gray0: string;
|
|
317
|
-
const gray16: string;
|
|
318
|
-
const gray20: string;
|
|
319
|
-
const gray24: string;
|
|
320
|
-
const gray28: string;
|
|
321
|
-
const gray32: string;
|
|
322
|
-
const gray36: string;
|
|
323
|
-
const gray40: string;
|
|
324
|
-
const gray44: string;
|
|
325
|
-
const gray48: string;
|
|
326
|
-
const gray52: string;
|
|
327
|
-
const gray56: string;
|
|
328
|
-
const gray60: string;
|
|
329
|
-
const gray64: string;
|
|
330
|
-
const gray68: string;
|
|
331
|
-
const gray72: string;
|
|
332
|
-
const gray76: string;
|
|
333
|
-
const gray80: string;
|
|
334
|
-
const gray84: string;
|
|
335
|
-
const gray88: string;
|
|
336
|
-
const gray92: string;
|
|
337
|
-
const gray96: string;
|
|
338
|
-
const gray98: string;
|
|
339
|
-
const gray100: string;
|
|
340
|
-
const whiteAlpha4: string;
|
|
341
|
-
const whiteAlpha6: string;
|
|
342
|
-
const whiteAlpha8: string;
|
|
343
|
-
const whiteAlpha12: string;
|
|
344
|
-
const whiteAlpha16: string;
|
|
345
|
-
const whiteAlpha20: string;
|
|
346
|
-
const whiteAlpha24: string;
|
|
347
|
-
const whiteAlpha28: string;
|
|
348
|
-
const whiteAlpha32: string;
|
|
349
|
-
const whiteAlpha36: string;
|
|
350
|
-
const whiteAlpha40: string;
|
|
351
|
-
const whiteAlpha44: string;
|
|
352
|
-
const whiteAlpha48: string;
|
|
353
|
-
const whiteAlpha52: string;
|
|
354
|
-
const whiteAlpha56: string;
|
|
355
|
-
const whiteAlpha60: string;
|
|
356
|
-
const whiteAlpha64: string;
|
|
357
|
-
const whiteAlpha68: string;
|
|
358
|
-
const whiteAlpha72: string;
|
|
359
|
-
const whiteAlpha76: string;
|
|
360
|
-
const whiteAlpha80: string;
|
|
361
|
-
const whiteAlpha84: string;
|
|
362
|
-
const whiteAlpha88: string;
|
|
363
|
-
const whiteAlpha92: string;
|
|
364
|
-
const whiteAlpha96: string;
|
|
365
|
-
const whiteAlpha100: string;
|
|
366
|
-
const blackAlpha4: string;
|
|
367
|
-
const blackAlpha6: string;
|
|
368
|
-
const blackAlpha8: string;
|
|
369
|
-
const blackAlpha12: string;
|
|
370
|
-
const blackAlpha16: string;
|
|
371
|
-
const blackAlpha20: string;
|
|
372
|
-
const blackAlpha24: string;
|
|
373
|
-
const blackAlpha28: string;
|
|
374
|
-
const blackAlpha32: string;
|
|
375
|
-
const blackAlpha36: string;
|
|
376
|
-
const blackAlpha40: string;
|
|
377
|
-
const blackAlpha44: string;
|
|
378
|
-
const blackAlpha48: string;
|
|
379
|
-
const blackAlpha52: string;
|
|
380
|
-
const blackAlpha56: string;
|
|
381
|
-
const blackAlpha60: string;
|
|
382
|
-
const blackAlpha64: string;
|
|
383
|
-
const blackAlpha68: string;
|
|
384
|
-
const blackAlpha72: string;
|
|
385
|
-
const blackAlpha76: string;
|
|
386
|
-
const blackAlpha80: string;
|
|
387
|
-
const blackAlpha84: string;
|
|
388
|
-
const blackAlpha88: string;
|
|
389
|
-
const blackAlpha92: string;
|
|
390
|
-
const blackAlpha96: string;
|
|
391
|
-
const blackAlpha100: string;
|
|
392
|
-
const onBrand4: string;
|
|
393
|
-
const onBrand6: string;
|
|
394
|
-
const onBrand8: string;
|
|
395
|
-
const onBrand12: string;
|
|
396
|
-
const onBrand16: string;
|
|
397
|
-
const onBrand20: string;
|
|
398
|
-
const onBrand24: string;
|
|
399
|
-
const onBrand28: string;
|
|
400
|
-
const onBrand32: string;
|
|
401
|
-
const onBrand36: string;
|
|
402
|
-
const onBrand40: string;
|
|
403
|
-
const onBrand44: string;
|
|
404
|
-
const onBrand48: string;
|
|
405
|
-
const onBrand52: string;
|
|
406
|
-
const onBrand56: string;
|
|
407
|
-
const onBrand60: string;
|
|
408
|
-
const onBrand64: string;
|
|
409
|
-
const onBrand68: string;
|
|
410
|
-
const onBrand72: string;
|
|
411
|
-
const onBrand76: string;
|
|
412
|
-
const onBrand80: string;
|
|
413
|
-
const onBrand84: string;
|
|
414
|
-
const onBrand88: string;
|
|
415
|
-
const onBrand92: string;
|
|
416
|
-
const onBrand96: string;
|
|
417
|
-
const onBrand100: string;
|
|
418
|
-
const onAccent4: string;
|
|
419
|
-
const onAccent6: string;
|
|
420
|
-
const onAccent8: string;
|
|
421
|
-
const onAccent12: string;
|
|
422
|
-
const onAccent16: string;
|
|
423
|
-
const onAccent20: string;
|
|
424
|
-
const onAccent24: string;
|
|
425
|
-
const onAccent28: string;
|
|
426
|
-
const onAccent32: string;
|
|
427
|
-
const onAccent36: string;
|
|
428
|
-
const onAccent40: string;
|
|
429
|
-
const onAccent44: string;
|
|
430
|
-
const onAccent48: string;
|
|
431
|
-
const onAccent52: string;
|
|
432
|
-
const onAccent56: string;
|
|
433
|
-
const onAccent60: string;
|
|
434
|
-
const onAccent64: string;
|
|
435
|
-
const onAccent68: string;
|
|
436
|
-
const onAccent72: string;
|
|
437
|
-
const onAccent76: string;
|
|
438
|
-
const onAccent80: string;
|
|
439
|
-
const onAccent84: string;
|
|
440
|
-
const onAccent88: string;
|
|
441
|
-
const onAccent92: string;
|
|
442
|
-
const onAccent96: string;
|
|
443
|
-
const onAccent100: string;
|
|
444
|
-
const customizableRedVivid20: string;
|
|
445
|
-
const customizableRedVivid24: string;
|
|
446
|
-
const customizableRedVivid28: string;
|
|
447
|
-
const customizableRedVivid32: string;
|
|
448
|
-
const customizableRedVivid36: string;
|
|
449
|
-
const customizableRedVivid40: string;
|
|
450
|
-
const customizableRedVivid44: string;
|
|
451
|
-
const customizableRedVivid48: string;
|
|
452
|
-
const customizableRedVivid52: string;
|
|
453
|
-
const customizableRedVivid56: string;
|
|
454
|
-
const customizableRedVivid60: string;
|
|
455
|
-
const customizableRedVivid64: string;
|
|
456
|
-
const customizableRedVivid68: string;
|
|
457
|
-
const customizableRedVivid72: string;
|
|
458
|
-
const customizableRedVivid76: string;
|
|
459
|
-
const customizableRedVivid80: string;
|
|
460
|
-
const customizableRedVivid84: string;
|
|
461
|
-
const customizableRedVivid88: string;
|
|
462
|
-
const customizableRedVivid92: string;
|
|
463
|
-
const customizableRedVivid96: string;
|
|
464
|
-
const customizableRedNormal20: string;
|
|
465
|
-
const customizableRedNormal24: string;
|
|
466
|
-
const customizableRedNormal28: string;
|
|
467
|
-
const customizableRedNormal32: string;
|
|
468
|
-
const customizableRedNormal36: string;
|
|
469
|
-
const customizableRedNormal40: string;
|
|
470
|
-
const customizableRedNormal44: string;
|
|
471
|
-
const customizableRedNormal48: string;
|
|
472
|
-
const customizableRedNormal52: string;
|
|
473
|
-
const customizableRedNormal56: string;
|
|
474
|
-
const customizableRedNormal60: string;
|
|
475
|
-
const customizableRedNormal64: string;
|
|
476
|
-
const customizableRedNormal68: string;
|
|
477
|
-
const customizableRedNormal72: string;
|
|
478
|
-
const customizableRedNormal76: string;
|
|
479
|
-
const customizableRedNormal80: string;
|
|
480
|
-
const customizableRedNormal84: string;
|
|
481
|
-
const customizableRedNormal88: string;
|
|
482
|
-
const customizableRedNormal92: string;
|
|
483
|
-
const customizableRedNormal96: string;
|
|
484
|
-
const customizableRedDim20: string;
|
|
485
|
-
const customizableRedDim24: string;
|
|
486
|
-
const customizableRedDim28: string;
|
|
487
|
-
const customizableRedDim32: string;
|
|
488
|
-
const customizableRedDim36: string;
|
|
489
|
-
const customizableRedDim40: string;
|
|
490
|
-
const customizableRedDim44: string;
|
|
491
|
-
const customizableRedDim48: string;
|
|
492
|
-
const customizableRedDim52: string;
|
|
493
|
-
const customizableRedDim56: string;
|
|
494
|
-
const customizableRedDim60: string;
|
|
495
|
-
const customizableRedDim64: string;
|
|
496
|
-
const customizableRedDim68: string;
|
|
497
|
-
const customizableRedDim72: string;
|
|
498
|
-
const customizableRedDim76: string;
|
|
499
|
-
const customizableRedDim80: string;
|
|
500
|
-
const customizableRedDim84: string;
|
|
501
|
-
const customizableRedDim88: string;
|
|
502
|
-
const customizableRedDim92: string;
|
|
503
|
-
const customizableRedDim96: string;
|
|
504
|
-
const customizableOrangeVivid20: string;
|
|
505
|
-
const customizableOrangeVivid24: string;
|
|
506
|
-
const customizableOrangeVivid28: string;
|
|
507
|
-
const customizableOrangeVivid32: string;
|
|
508
|
-
const customizableOrangeVivid36: string;
|
|
509
|
-
const customizableOrangeVivid40: string;
|
|
510
|
-
const customizableOrangeVivid44: string;
|
|
511
|
-
const customizableOrangeVivid48: string;
|
|
512
|
-
const customizableOrangeVivid52: string;
|
|
513
|
-
const customizableOrangeVivid56: string;
|
|
514
|
-
const customizableOrangeVivid60: string;
|
|
515
|
-
const customizableOrangeVivid64: string;
|
|
516
|
-
const customizableOrangeVivid68: string;
|
|
517
|
-
const customizableOrangeVivid72: string;
|
|
518
|
-
const customizableOrangeVivid76: string;
|
|
519
|
-
const customizableOrangeVivid80: string;
|
|
520
|
-
const customizableOrangeVivid84: string;
|
|
521
|
-
const customizableOrangeVivid88: string;
|
|
522
|
-
const customizableOrangeVivid92: string;
|
|
523
|
-
const customizableOrangeVivid96: string;
|
|
524
|
-
const customizableOrangeNormal20: string;
|
|
525
|
-
const customizableOrangeNormal24: string;
|
|
526
|
-
const customizableOrangeNormal28: string;
|
|
527
|
-
const customizableOrangeNormal32: string;
|
|
528
|
-
const customizableOrangeNormal36: string;
|
|
529
|
-
const customizableOrangeNormal40: string;
|
|
530
|
-
const customizableOrangeNormal44: string;
|
|
531
|
-
const customizableOrangeNormal48: string;
|
|
532
|
-
const customizableOrangeNormal52: string;
|
|
533
|
-
const customizableOrangeNormal56: string;
|
|
534
|
-
const customizableOrangeNormal60: string;
|
|
535
|
-
const customizableOrangeNormal64: string;
|
|
536
|
-
const customizableOrangeNormal68: string;
|
|
537
|
-
const customizableOrangeNormal72: string;
|
|
538
|
-
const customizableOrangeNormal76: string;
|
|
539
|
-
const customizableOrangeNormal80: string;
|
|
540
|
-
const customizableOrangeNormal84: string;
|
|
541
|
-
const customizableOrangeNormal88: string;
|
|
542
|
-
const customizableOrangeNormal92: string;
|
|
543
|
-
const customizableOrangeNormal96: string;
|
|
544
|
-
const customizableOrangeDim20: string;
|
|
545
|
-
const customizableOrangeDim24: string;
|
|
546
|
-
const customizableOrangeDim28: string;
|
|
547
|
-
const customizableOrangeDim32: string;
|
|
548
|
-
const customizableOrangeDim36: string;
|
|
549
|
-
const customizableOrangeDim40: string;
|
|
550
|
-
const customizableOrangeDim44: string;
|
|
551
|
-
const customizableOrangeDim48: string;
|
|
552
|
-
const customizableOrangeDim52: string;
|
|
553
|
-
const customizableOrangeDim56: string;
|
|
554
|
-
const customizableOrangeDim60: string;
|
|
555
|
-
const customizableOrangeDim64: string;
|
|
556
|
-
const customizableOrangeDim68: string;
|
|
557
|
-
const customizableOrangeDim72: string;
|
|
558
|
-
const customizableOrangeDim76: string;
|
|
559
|
-
const customizableOrangeDim80: string;
|
|
560
|
-
const customizableOrangeDim84: string;
|
|
561
|
-
const customizableOrangeDim88: string;
|
|
562
|
-
const customizableOrangeDim92: string;
|
|
563
|
-
const customizableOrangeDim96: string;
|
|
564
|
-
const customizableGreenVivid20: string;
|
|
565
|
-
const customizableGreenVivid24: string;
|
|
566
|
-
const customizableGreenVivid28: string;
|
|
567
|
-
const customizableGreenVivid32: string;
|
|
568
|
-
const customizableGreenVivid36: string;
|
|
569
|
-
const customizableGreenVivid40: string;
|
|
570
|
-
const customizableGreenVivid44: string;
|
|
571
|
-
const customizableGreenVivid48: string;
|
|
572
|
-
const customizableGreenVivid52: string;
|
|
573
|
-
const customizableGreenVivid56: string;
|
|
574
|
-
const customizableGreenVivid60: string;
|
|
575
|
-
const customizableGreenVivid64: string;
|
|
576
|
-
const customizableGreenVivid68: string;
|
|
577
|
-
const customizableGreenVivid72: string;
|
|
578
|
-
const customizableGreenVivid76: string;
|
|
579
|
-
const customizableGreenVivid80: string;
|
|
580
|
-
const customizableGreenVivid84: string;
|
|
581
|
-
const customizableGreenVivid88: string;
|
|
582
|
-
const customizableGreenVivid92: string;
|
|
583
|
-
const customizableGreenVivid96: string;
|
|
584
|
-
const customizableGreenNormal20: string;
|
|
585
|
-
const customizableGreenNormal24: string;
|
|
586
|
-
const customizableGreenNormal28: string;
|
|
587
|
-
const customizableGreenNormal32: string;
|
|
588
|
-
const customizableGreenNormal36: string;
|
|
589
|
-
const customizableGreenNormal40: string;
|
|
590
|
-
const customizableGreenNormal44: string;
|
|
591
|
-
const customizableGreenNormal48: string;
|
|
592
|
-
const customizableGreenNormal52: string;
|
|
593
|
-
const customizableGreenNormal56: string;
|
|
594
|
-
const customizableGreenNormal60: string;
|
|
595
|
-
const customizableGreenNormal64: string;
|
|
596
|
-
const customizableGreenNormal68: string;
|
|
597
|
-
const customizableGreenNormal72: string;
|
|
598
|
-
const customizableGreenNormal76: string;
|
|
599
|
-
const customizableGreenNormal80: string;
|
|
600
|
-
const customizableGreenNormal84: string;
|
|
601
|
-
const customizableGreenNormal88: string;
|
|
602
|
-
const customizableGreenNormal92: string;
|
|
603
|
-
const customizableGreenNormal96: string;
|
|
604
|
-
const customizableGreenDim20: string;
|
|
605
|
-
const customizableGreenDim24: string;
|
|
606
|
-
const customizableGreenDim28: string;
|
|
607
|
-
const customizableGreenDim32: string;
|
|
608
|
-
const customizableGreenDim36: string;
|
|
609
|
-
const customizableGreenDim40: string;
|
|
610
|
-
const customizableGreenDim44: string;
|
|
611
|
-
const customizableGreenDim48: string;
|
|
612
|
-
const customizableGreenDim52: string;
|
|
613
|
-
const customizableGreenDim56: string;
|
|
614
|
-
const customizableGreenDim60: string;
|
|
615
|
-
const customizableGreenDim64: string;
|
|
616
|
-
const customizableGreenDim68: string;
|
|
617
|
-
const customizableGreenDim72: string;
|
|
618
|
-
const customizableGreenDim76: string;
|
|
619
|
-
const customizableGreenDim80: string;
|
|
620
|
-
const customizableGreenDim84: string;
|
|
621
|
-
const customizableGreenDim88: string;
|
|
622
|
-
const customizableGreenDim92: string;
|
|
623
|
-
const customizableGreenDim96: string;
|
|
624
|
-
const customizableMintVivid20: string;
|
|
625
|
-
const customizableMintVivid24: string;
|
|
626
|
-
const customizableMintVivid28: string;
|
|
627
|
-
const customizableMintVivid32: string;
|
|
628
|
-
const customizableMintVivid36: string;
|
|
629
|
-
const customizableMintVivid40: string;
|
|
630
|
-
const customizableMintVivid44: string;
|
|
631
|
-
const customizableMintVivid48: string;
|
|
632
|
-
const customizableMintVivid52: string;
|
|
633
|
-
const customizableMintVivid56: string;
|
|
634
|
-
const customizableMintVivid60: string;
|
|
635
|
-
const customizableMintVivid64: string;
|
|
636
|
-
const customizableMintVivid68: string;
|
|
637
|
-
const customizableMintVivid72: string;
|
|
638
|
-
const customizableMintVivid76: string;
|
|
639
|
-
const customizableMintVivid80: string;
|
|
640
|
-
const customizableMintVivid84: string;
|
|
641
|
-
const customizableMintVivid88: string;
|
|
642
|
-
const customizableMintVivid92: string;
|
|
643
|
-
const customizableMintVivid96: string;
|
|
644
|
-
const customizableMintNormal20: string;
|
|
645
|
-
const customizableMintNormal24: string;
|
|
646
|
-
const customizableMintNormal28: string;
|
|
647
|
-
const customizableMintNormal32: string;
|
|
648
|
-
const customizableMintNormal36: string;
|
|
649
|
-
const customizableMintNormal40: string;
|
|
650
|
-
const customizableMintNormal44: string;
|
|
651
|
-
const customizableMintNormal48: string;
|
|
652
|
-
const customizableMintNormal52: string;
|
|
653
|
-
const customizableMintNormal56: string;
|
|
654
|
-
const customizableMintNormal60: string;
|
|
655
|
-
const customizableMintNormal64: string;
|
|
656
|
-
const customizableMintNormal68: string;
|
|
657
|
-
const customizableMintNormal72: string;
|
|
658
|
-
const customizableMintNormal76: string;
|
|
659
|
-
const customizableMintNormal80: string;
|
|
660
|
-
const customizableMintNormal84: string;
|
|
661
|
-
const customizableMintNormal88: string;
|
|
662
|
-
const customizableMintNormal92: string;
|
|
663
|
-
const customizableMintNormal96: string;
|
|
664
|
-
const customizableMintDim20: string;
|
|
665
|
-
const customizableMintDim24: string;
|
|
666
|
-
const customizableMintDim28: string;
|
|
667
|
-
const customizableMintDim32: string;
|
|
668
|
-
const customizableMintDim36: string;
|
|
669
|
-
const customizableMintDim40: string;
|
|
670
|
-
const customizableMintDim44: string;
|
|
671
|
-
const customizableMintDim48: string;
|
|
672
|
-
const customizableMintDim52: string;
|
|
673
|
-
const customizableMintDim56: string;
|
|
674
|
-
const customizableMintDim60: string;
|
|
675
|
-
const customizableMintDim64: string;
|
|
676
|
-
const customizableMintDim68: string;
|
|
677
|
-
const customizableMintDim72: string;
|
|
678
|
-
const customizableMintDim76: string;
|
|
679
|
-
const customizableMintDim80: string;
|
|
680
|
-
const customizableMintDim84: string;
|
|
681
|
-
const customizableMintDim88: string;
|
|
682
|
-
const customizableMintDim92: string;
|
|
683
|
-
const customizableMintDim96: string;
|
|
684
|
-
const customizableBlueVivid20: string;
|
|
685
|
-
const customizableBlueVivid24: string;
|
|
686
|
-
const customizableBlueVivid28: string;
|
|
687
|
-
const customizableBlueVivid32: string;
|
|
688
|
-
const customizableBlueVivid36: string;
|
|
689
|
-
const customizableBlueVivid40: string;
|
|
690
|
-
const customizableBlueVivid44: string;
|
|
691
|
-
const customizableBlueVivid48: string;
|
|
692
|
-
const customizableBlueVivid52: string;
|
|
693
|
-
const customizableBlueVivid56: string;
|
|
694
|
-
const customizableBlueVivid60: string;
|
|
695
|
-
const customizableBlueVivid64: string;
|
|
696
|
-
const customizableBlueVivid68: string;
|
|
697
|
-
const customizableBlueVivid72: string;
|
|
698
|
-
const customizableBlueVivid76: string;
|
|
699
|
-
const customizableBlueVivid80: string;
|
|
700
|
-
const customizableBlueVivid84: string;
|
|
701
|
-
const customizableBlueVivid88: string;
|
|
702
|
-
const customizableBlueVivid92: string;
|
|
703
|
-
const customizableBlueVivid96: string;
|
|
704
|
-
const customizableBlueNormal20: string;
|
|
705
|
-
const customizableBlueNormal24: string;
|
|
706
|
-
const customizableBlueNormal28: string;
|
|
707
|
-
const customizableBlueNormal32: string;
|
|
708
|
-
const customizableBlueNormal36: string;
|
|
709
|
-
const customizableBlueNormal40: string;
|
|
710
|
-
const customizableBlueNormal44: string;
|
|
711
|
-
const customizableBlueNormal48: string;
|
|
712
|
-
const customizableBlueNormal52: string;
|
|
713
|
-
const customizableBlueNormal56: string;
|
|
714
|
-
const customizableBlueNormal60: string;
|
|
715
|
-
const customizableBlueNormal64: string;
|
|
716
|
-
const customizableBlueNormal68: string;
|
|
717
|
-
const customizableBlueNormal72: string;
|
|
718
|
-
const customizableBlueNormal76: string;
|
|
719
|
-
const customizableBlueNormal80: string;
|
|
720
|
-
const customizableBlueNormal84: string;
|
|
721
|
-
const customizableBlueNormal88: string;
|
|
722
|
-
const customizableBlueNormal92: string;
|
|
723
|
-
const customizableBlueNormal96: string;
|
|
724
|
-
const customizableBlueDim20: string;
|
|
725
|
-
const customizableBlueDim24: string;
|
|
726
|
-
const customizableBlueDim28: string;
|
|
727
|
-
const customizableBlueDim32: string;
|
|
728
|
-
const customizableBlueDim36: string;
|
|
729
|
-
const customizableBlueDim40: string;
|
|
730
|
-
const customizableBlueDim44: string;
|
|
731
|
-
const customizableBlueDim48: string;
|
|
732
|
-
const customizableBlueDim52: string;
|
|
733
|
-
const customizableBlueDim56: string;
|
|
734
|
-
const customizableBlueDim60: string;
|
|
735
|
-
const customizableBlueDim64: string;
|
|
736
|
-
const customizableBlueDim68: string;
|
|
737
|
-
const customizableBlueDim72: string;
|
|
738
|
-
const customizableBlueDim76: string;
|
|
739
|
-
const customizableBlueDim80: string;
|
|
740
|
-
const customizableBlueDim84: string;
|
|
741
|
-
const customizableBlueDim88: string;
|
|
742
|
-
const customizableBlueDim92: string;
|
|
743
|
-
const customizableBlueDim96: string;
|
|
744
|
-
const customizableBlueDeepVivid20: string;
|
|
745
|
-
const customizableBlueDeepVivid24: string;
|
|
746
|
-
const customizableBlueDeepVivid28: string;
|
|
747
|
-
const customizableBlueDeepVivid32: string;
|
|
748
|
-
const customizableBlueDeepVivid36: string;
|
|
749
|
-
const customizableBlueDeepVivid40: string;
|
|
750
|
-
const customizableBlueDeepVivid44: string;
|
|
751
|
-
const customizableBlueDeepVivid48: string;
|
|
752
|
-
const customizableBlueDeepVivid52: string;
|
|
753
|
-
const customizableBlueDeepVivid56: string;
|
|
754
|
-
const customizableBlueDeepVivid60: string;
|
|
755
|
-
const customizableBlueDeepVivid64: string;
|
|
756
|
-
const customizableBlueDeepVivid68: string;
|
|
757
|
-
const customizableBlueDeepVivid72: string;
|
|
758
|
-
const customizableBlueDeepVivid76: string;
|
|
759
|
-
const customizableBlueDeepVivid80: string;
|
|
760
|
-
const customizableBlueDeepVivid84: string;
|
|
761
|
-
const customizableBlueDeepVivid88: string;
|
|
762
|
-
const customizableBlueDeepVivid92: string;
|
|
763
|
-
const customizableBlueDeepVivid96: string;
|
|
764
|
-
const customizableBlueDeepNormal20: string;
|
|
765
|
-
const customizableBlueDeepNormal24: string;
|
|
766
|
-
const customizableBlueDeepNormal28: string;
|
|
767
|
-
const customizableBlueDeepNormal32: string;
|
|
768
|
-
const customizableBlueDeepNormal36: string;
|
|
769
|
-
const customizableBlueDeepNormal40: string;
|
|
770
|
-
const customizableBlueDeepNormal44: string;
|
|
771
|
-
const customizableBlueDeepNormal48: string;
|
|
772
|
-
const customizableBlueDeepNormal52: string;
|
|
773
|
-
const customizableBlueDeepNormal56: string;
|
|
774
|
-
const customizableBlueDeepNormal60: string;
|
|
775
|
-
const customizableBlueDeepNormal64: string;
|
|
776
|
-
const customizableBlueDeepNormal68: string;
|
|
777
|
-
const customizableBlueDeepNormal72: string;
|
|
778
|
-
const customizableBlueDeepNormal76: string;
|
|
779
|
-
const customizableBlueDeepNormal80: string;
|
|
780
|
-
const customizableBlueDeepNormal84: string;
|
|
781
|
-
const customizableBlueDeepNormal88: string;
|
|
782
|
-
const customizableBlueDeepNormal92: string;
|
|
783
|
-
const customizableBlueDeepNormal96: string;
|
|
784
|
-
const customizableBlueDeepDim20: string;
|
|
785
|
-
const customizableBlueDeepDim24: string;
|
|
786
|
-
const customizableBlueDeepDim28: string;
|
|
787
|
-
const customizableBlueDeepDim32: string;
|
|
788
|
-
const customizableBlueDeepDim36: string;
|
|
789
|
-
const customizableBlueDeepDim40: string;
|
|
790
|
-
const customizableBlueDeepDim44: string;
|
|
791
|
-
const customizableBlueDeepDim48: string;
|
|
792
|
-
const customizableBlueDeepDim52: string;
|
|
793
|
-
const customizableBlueDeepDim56: string;
|
|
794
|
-
const customizableBlueDeepDim60: string;
|
|
795
|
-
const customizableBlueDeepDim64: string;
|
|
796
|
-
const customizableBlueDeepDim68: string;
|
|
797
|
-
const customizableBlueDeepDim72: string;
|
|
798
|
-
const customizableBlueDeepDim76: string;
|
|
799
|
-
const customizableBlueDeepDim80: string;
|
|
800
|
-
const customizableBlueDeepDim84: string;
|
|
801
|
-
const customizableBlueDeepDim88: string;
|
|
802
|
-
const customizableBlueDeepDim92: string;
|
|
803
|
-
const customizableBlueDeepDim96: string;
|
|
804
|
-
const customizableVioletVivid20: string;
|
|
805
|
-
const customizableVioletVivid24: string;
|
|
806
|
-
const customizableVioletVivid28: string;
|
|
807
|
-
const customizableVioletVivid32: string;
|
|
808
|
-
const customizableVioletVivid36: string;
|
|
809
|
-
const customizableVioletVivid40: string;
|
|
810
|
-
const customizableVioletVivid44: string;
|
|
811
|
-
const customizableVioletVivid48: string;
|
|
812
|
-
const customizableVioletVivid52: string;
|
|
813
|
-
const customizableVioletVivid56: string;
|
|
814
|
-
const customizableVioletVivid60: string;
|
|
815
|
-
const customizableVioletVivid64: string;
|
|
816
|
-
const customizableVioletVivid68: string;
|
|
817
|
-
const customizableVioletVivid72: string;
|
|
818
|
-
const customizableVioletVivid76: string;
|
|
819
|
-
const customizableVioletVivid80: string;
|
|
820
|
-
const customizableVioletVivid84: string;
|
|
821
|
-
const customizableVioletVivid88: string;
|
|
822
|
-
const customizableVioletVivid92: string;
|
|
823
|
-
const customizableVioletVivid96: string;
|
|
824
|
-
const customizableVioletNormal20: string;
|
|
825
|
-
const customizableVioletNormal24: string;
|
|
826
|
-
const customizableVioletNormal28: string;
|
|
827
|
-
const customizableVioletNormal32: string;
|
|
828
|
-
const customizableVioletNormal36: string;
|
|
829
|
-
const customizableVioletNormal40: string;
|
|
830
|
-
const customizableVioletNormal44: string;
|
|
831
|
-
const customizableVioletNormal48: string;
|
|
832
|
-
const customizableVioletNormal52: string;
|
|
833
|
-
const customizableVioletNormal56: string;
|
|
834
|
-
const customizableVioletNormal60: string;
|
|
835
|
-
const customizableVioletNormal64: string;
|
|
836
|
-
const customizableVioletNormal68: string;
|
|
837
|
-
const customizableVioletNormal72: string;
|
|
838
|
-
const customizableVioletNormal76: string;
|
|
839
|
-
const customizableVioletNormal80: string;
|
|
840
|
-
const customizableVioletNormal84: string;
|
|
841
|
-
const customizableVioletNormal88: string;
|
|
842
|
-
const customizableVioletNormal92: string;
|
|
843
|
-
const customizableVioletNormal96: string;
|
|
844
|
-
const customizableVioletDim20: string;
|
|
845
|
-
const customizableVioletDim24: string;
|
|
846
|
-
const customizableVioletDim28: string;
|
|
847
|
-
const customizableVioletDim32: string;
|
|
848
|
-
const customizableVioletDim36: string;
|
|
849
|
-
const customizableVioletDim40: string;
|
|
850
|
-
const customizableVioletDim44: string;
|
|
851
|
-
const customizableVioletDim48: string;
|
|
852
|
-
const customizableVioletDim52: string;
|
|
853
|
-
const customizableVioletDim56: string;
|
|
854
|
-
const customizableVioletDim60: string;
|
|
855
|
-
const customizableVioletDim64: string;
|
|
856
|
-
const customizableVioletDim68: string;
|
|
857
|
-
const customizableVioletDim72: string;
|
|
858
|
-
const customizableVioletDim76: string;
|
|
859
|
-
const customizableVioletDim80: string;
|
|
860
|
-
const customizableVioletDim84: string;
|
|
861
|
-
const customizableVioletDim88: string;
|
|
862
|
-
const customizableVioletDim92: string;
|
|
863
|
-
const customizableVioletDim96: string;
|
|
864
|
-
const customizablePurpleVivid20: string;
|
|
865
|
-
const customizablePurpleVivid24: string;
|
|
866
|
-
const customizablePurpleVivid28: string;
|
|
867
|
-
const customizablePurpleVivid32: string;
|
|
868
|
-
const customizablePurpleVivid36: string;
|
|
869
|
-
const customizablePurpleVivid40: string;
|
|
870
|
-
const customizablePurpleVivid44: string;
|
|
871
|
-
const customizablePurpleVivid48: string;
|
|
872
|
-
const customizablePurpleVivid52: string;
|
|
873
|
-
const customizablePurpleVivid56: string;
|
|
874
|
-
const customizablePurpleVivid60: string;
|
|
875
|
-
const customizablePurpleVivid64: string;
|
|
876
|
-
const customizablePurpleVivid68: string;
|
|
877
|
-
const customizablePurpleVivid72: string;
|
|
878
|
-
const customizablePurpleVivid76: string;
|
|
879
|
-
const customizablePurpleVivid80: string;
|
|
880
|
-
const customizablePurpleVivid84: string;
|
|
881
|
-
const customizablePurpleVivid88: string;
|
|
882
|
-
const customizablePurpleVivid92: string;
|
|
883
|
-
const customizablePurpleVivid96: string;
|
|
884
|
-
const customizablePurpleNormal20: string;
|
|
885
|
-
const customizablePurpleNormal24: string;
|
|
886
|
-
const customizablePurpleNormal28: string;
|
|
887
|
-
const customizablePurpleNormal32: string;
|
|
888
|
-
const customizablePurpleNormal36: string;
|
|
889
|
-
const customizablePurpleNormal40: string;
|
|
890
|
-
const customizablePurpleNormal44: string;
|
|
891
|
-
const customizablePurpleNormal48: string;
|
|
892
|
-
const customizablePurpleNormal52: string;
|
|
893
|
-
const customizablePurpleNormal56: string;
|
|
894
|
-
const customizablePurpleNormal60: string;
|
|
895
|
-
const customizablePurpleNormal64: string;
|
|
896
|
-
const customizablePurpleNormal68: string;
|
|
897
|
-
const customizablePurpleNormal72: string;
|
|
898
|
-
const customizablePurpleNormal76: string;
|
|
899
|
-
const customizablePurpleNormal80: string;
|
|
900
|
-
const customizablePurpleNormal84: string;
|
|
901
|
-
const customizablePurpleNormal88: string;
|
|
902
|
-
const customizablePurpleNormal92: string;
|
|
903
|
-
const customizablePurpleNormal96: string;
|
|
904
|
-
const customizablePurpleDim20: string;
|
|
905
|
-
const customizablePurpleDim24: string;
|
|
906
|
-
const customizablePurpleDim28: string;
|
|
907
|
-
const customizablePurpleDim32: string;
|
|
908
|
-
const customizablePurpleDim36: string;
|
|
909
|
-
const customizablePurpleDim40: string;
|
|
910
|
-
const customizablePurpleDim44: string;
|
|
911
|
-
const customizablePurpleDim48: string;
|
|
912
|
-
const customizablePurpleDim52: string;
|
|
913
|
-
const customizablePurpleDim56: string;
|
|
914
|
-
const customizablePurpleDim60: string;
|
|
915
|
-
const customizablePurpleDim64: string;
|
|
916
|
-
const customizablePurpleDim68: string;
|
|
917
|
-
const customizablePurpleDim72: string;
|
|
918
|
-
const customizablePurpleDim76: string;
|
|
919
|
-
const customizablePurpleDim80: string;
|
|
920
|
-
const customizablePurpleDim84: string;
|
|
921
|
-
const customizablePurpleDim88: string;
|
|
922
|
-
const customizablePurpleDim92: string;
|
|
923
|
-
const customizablePurpleDim96: string;
|
|
924
|
-
const customizableYellowVivid20: string;
|
|
925
|
-
const customizableYellowVivid24: string;
|
|
926
|
-
const customizableYellowVivid28: string;
|
|
927
|
-
const customizableYellowVivid32: string;
|
|
928
|
-
const customizableYellowVivid36: string;
|
|
929
|
-
const customizableYellowVivid40: string;
|
|
930
|
-
const customizableYellowVivid44: string;
|
|
931
|
-
const customizableYellowVivid48: string;
|
|
932
|
-
const customizableYellowVivid52: string;
|
|
933
|
-
const customizableYellowVivid56: string;
|
|
934
|
-
const customizableYellowVivid60: string;
|
|
935
|
-
const customizableYellowVivid64: string;
|
|
936
|
-
const customizableYellowVivid68: string;
|
|
937
|
-
const customizableYellowVivid72: string;
|
|
938
|
-
const customizableYellowVivid76: string;
|
|
939
|
-
const customizableYellowVivid80: string;
|
|
940
|
-
const customizableYellowVivid84: string;
|
|
941
|
-
const customizableYellowVivid88: string;
|
|
942
|
-
const customizableYellowVivid92: string;
|
|
943
|
-
const customizableYellowVivid96: string;
|
|
944
|
-
const customizableYellowNormal20: string;
|
|
945
|
-
const customizableYellowNormal24: string;
|
|
946
|
-
const customizableYellowNormal28: string;
|
|
947
|
-
const customizableYellowNormal32: string;
|
|
948
|
-
const customizableYellowNormal36: string;
|
|
949
|
-
const customizableYellowNormal40: string;
|
|
950
|
-
const customizableYellowNormal44: string;
|
|
951
|
-
const customizableYellowNormal48: string;
|
|
952
|
-
const customizableYellowNormal52: string;
|
|
953
|
-
const customizableYellowNormal56: string;
|
|
954
|
-
const customizableYellowNormal60: string;
|
|
955
|
-
const customizableYellowNormal64: string;
|
|
956
|
-
const customizableYellowNormal68: string;
|
|
957
|
-
const customizableYellowNormal72: string;
|
|
958
|
-
const customizableYellowNormal76: string;
|
|
959
|
-
const customizableYellowNormal80: string;
|
|
960
|
-
const customizableYellowNormal84: string;
|
|
961
|
-
const customizableYellowNormal88: string;
|
|
962
|
-
const customizableYellowNormal92: string;
|
|
963
|
-
const customizableYellowNormal96: string;
|
|
964
|
-
const customizableYellowDim20: string;
|
|
965
|
-
const customizableYellowDim24: string;
|
|
966
|
-
const customizableYellowDim28: string;
|
|
967
|
-
const customizableYellowDim32: string;
|
|
968
|
-
const customizableYellowDim36: string;
|
|
969
|
-
const customizableYellowDim40: string;
|
|
970
|
-
const customizableYellowDim44: string;
|
|
971
|
-
const customizableYellowDim48: string;
|
|
972
|
-
const customizableYellowDim52: string;
|
|
973
|
-
const customizableYellowDim56: string;
|
|
974
|
-
const customizableYellowDim60: string;
|
|
975
|
-
const customizableYellowDim64: string;
|
|
976
|
-
const customizableYellowDim68: string;
|
|
977
|
-
const customizableYellowDim72: string;
|
|
978
|
-
const customizableYellowDim76: string;
|
|
979
|
-
const customizableYellowDim80: string;
|
|
980
|
-
const customizableYellowDim84: string;
|
|
981
|
-
const customizableYellowDim88: string;
|
|
982
|
-
const customizableYellowDim92: string;
|
|
983
|
-
const customizableYellowDim96: string;
|
|
984
|
-
}
|