style-dictionary 3.7.0 → 3.7.2
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 +2 -2
- package/examples/advanced/assets-base64-embed/package.json +1 -1
- package/examples/advanced/auto-rebuild-watcher/package.json +1 -1
- package/examples/advanced/component-cti/package.json +1 -1
- package/examples/advanced/create-react-app/package.json +2 -2
- package/examples/advanced/create-react-native-app/package.json +3 -3
- package/examples/advanced/custom-file-header/node_modules/.package-lock.json +459 -0
- package/examples/advanced/custom-file-header/node_modules/ansi-styles/index.d.ts +345 -0
- package/examples/advanced/custom-file-header/node_modules/ansi-styles/index.js +163 -0
- package/examples/advanced/custom-file-header/node_modules/ansi-styles/license +9 -0
- package/examples/advanced/custom-file-header/node_modules/ansi-styles/package.json +56 -0
- package/examples/advanced/custom-file-header/node_modules/ansi-styles/readme.md +152 -0
- package/examples/advanced/custom-file-header/node_modules/balanced-match/.github/FUNDING.yml +2 -0
- package/examples/advanced/custom-file-header/node_modules/balanced-match/LICENSE.md +21 -0
- package/examples/advanced/custom-file-header/node_modules/balanced-match/README.md +97 -0
- package/examples/advanced/custom-file-header/node_modules/balanced-match/index.js +62 -0
- package/examples/advanced/custom-file-header/node_modules/balanced-match/package.json +48 -0
- package/examples/advanced/custom-file-header/node_modules/brace-expansion/LICENSE +21 -0
- package/examples/advanced/custom-file-header/node_modules/brace-expansion/README.md +129 -0
- package/examples/advanced/custom-file-header/node_modules/brace-expansion/index.js +201 -0
- package/examples/advanced/custom-file-header/node_modules/brace-expansion/package.json +47 -0
- package/examples/advanced/custom-file-header/node_modules/camel-case/LICENSE +21 -0
- package/examples/advanced/custom-file-header/node_modules/camel-case/README.md +47 -0
- package/examples/advanced/custom-file-header/node_modules/camel-case/dist/index.d.ts +5 -0
- package/examples/advanced/custom-file-header/node_modules/camel-case/dist/index.js +23 -0
- package/examples/advanced/custom-file-header/node_modules/camel-case/dist/index.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/camel-case/dist/index.spec.d.ts +1 -0
- package/examples/advanced/custom-file-header/node_modules/camel-case/dist/index.spec.js +26 -0
- package/examples/advanced/custom-file-header/node_modules/camel-case/dist/index.spec.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/camel-case/dist.es2015/index.d.ts +5 -0
- package/examples/advanced/custom-file-header/node_modules/camel-case/dist.es2015/index.js +17 -0
- package/examples/advanced/custom-file-header/node_modules/camel-case/dist.es2015/index.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/camel-case/dist.es2015/index.spec.d.ts +1 -0
- package/examples/advanced/custom-file-header/node_modules/camel-case/dist.es2015/index.spec.js +24 -0
- package/examples/advanced/custom-file-header/node_modules/camel-case/dist.es2015/index.spec.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/camel-case/package.json +89 -0
- package/examples/advanced/custom-file-header/node_modules/capital-case/LICENSE +21 -0
- package/examples/advanced/custom-file-header/node_modules/capital-case/README.md +37 -0
- package/examples/advanced/custom-file-header/node_modules/capital-case/dist/index.d.ts +4 -0
- package/examples/advanced/custom-file-header/node_modules/capital-case/dist/index.js +16 -0
- package/examples/advanced/custom-file-header/node_modules/capital-case/dist/index.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/capital-case/dist/index.spec.d.ts +1 -0
- package/examples/advanced/custom-file-header/node_modules/capital-case/dist/index.spec.js +24 -0
- package/examples/advanced/custom-file-header/node_modules/capital-case/dist/index.spec.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/capital-case/dist.es2015/index.d.ts +4 -0
- package/examples/advanced/custom-file-header/node_modules/capital-case/dist.es2015/index.js +11 -0
- package/examples/advanced/custom-file-header/node_modules/capital-case/dist.es2015/index.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/capital-case/dist.es2015/index.spec.d.ts +1 -0
- package/examples/advanced/custom-file-header/node_modules/capital-case/dist.es2015/index.spec.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/capital-case/dist.es2015/index.spec.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/capital-case/package.json +90 -0
- package/examples/advanced/custom-file-header/node_modules/chalk/index.d.ts +415 -0
- package/examples/advanced/custom-file-header/node_modules/chalk/license +9 -0
- package/examples/advanced/custom-file-header/node_modules/chalk/package.json +68 -0
- package/examples/advanced/custom-file-header/node_modules/chalk/readme.md +293 -0
- package/examples/advanced/custom-file-header/node_modules/chalk/source/index.js +229 -0
- package/examples/advanced/custom-file-header/node_modules/chalk/source/templates.js +134 -0
- package/examples/advanced/custom-file-header/node_modules/chalk/source/util.js +39 -0
- package/examples/advanced/custom-file-header/node_modules/change-case/LICENSE +21 -0
- package/examples/advanced/custom-file-header/node_modules/change-case/README.md +44 -0
- package/examples/advanced/custom-file-header/node_modules/change-case/dist/index.d.ts +11 -0
- package/examples/advanced/custom-file-header/node_modules/change-case/dist/index.js +15 -0
- package/examples/advanced/custom-file-header/node_modules/change-case/dist/index.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/change-case/dist/index.spec.d.ts +1 -0
- package/examples/advanced/custom-file-header/node_modules/change-case/dist/index.spec.js +9 -0
- package/examples/advanced/custom-file-header/node_modules/change-case/dist/index.spec.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/change-case/dist.es2015/index.d.ts +11 -0
- package/examples/advanced/custom-file-header/node_modules/change-case/dist.es2015/index.js +12 -0
- package/examples/advanced/custom-file-header/node_modules/change-case/dist.es2015/index.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/change-case/dist.es2015/index.spec.d.ts +1 -0
- package/examples/advanced/custom-file-header/node_modules/change-case/dist.es2015/index.spec.js +7 -0
- package/examples/advanced/custom-file-header/node_modules/change-case/dist.es2015/index.spec.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/change-case/package.json +101 -0
- package/examples/advanced/custom-file-header/node_modules/color-convert/CHANGELOG.md +54 -0
- package/examples/advanced/custom-file-header/node_modules/color-convert/LICENSE +21 -0
- package/examples/advanced/custom-file-header/node_modules/color-convert/README.md +68 -0
- package/examples/advanced/custom-file-header/node_modules/color-convert/conversions.js +839 -0
- package/examples/advanced/custom-file-header/node_modules/color-convert/index.js +81 -0
- package/examples/advanced/custom-file-header/node_modules/color-convert/package.json +48 -0
- package/examples/advanced/custom-file-header/node_modules/color-convert/route.js +97 -0
- package/examples/advanced/custom-file-header/node_modules/color-name/LICENSE +8 -0
- package/examples/advanced/custom-file-header/node_modules/color-name/README.md +11 -0
- package/examples/advanced/custom-file-header/node_modules/color-name/index.js +152 -0
- package/examples/advanced/custom-file-header/node_modules/color-name/package.json +28 -0
- package/examples/advanced/custom-file-header/node_modules/commander/LICENSE +22 -0
- package/examples/advanced/custom-file-header/node_modules/commander/Readme.md +1015 -0
- package/examples/advanced/custom-file-header/node_modules/commander/esm.mjs +15 -0
- package/examples/advanced/custom-file-header/node_modules/commander/index.js +27 -0
- package/examples/advanced/custom-file-header/node_modules/commander/lib/argument.js +147 -0
- package/examples/advanced/custom-file-header/node_modules/commander/lib/command.js +1944 -0
- package/examples/advanced/custom-file-header/node_modules/commander/lib/error.js +45 -0
- package/examples/advanced/custom-file-header/node_modules/commander/lib/help.js +396 -0
- package/examples/advanced/custom-file-header/node_modules/commander/lib/option.js +208 -0
- package/examples/advanced/custom-file-header/node_modules/commander/lib/suggestSimilar.js +100 -0
- package/examples/advanced/custom-file-header/node_modules/commander/package-support.json +16 -0
- package/examples/advanced/custom-file-header/node_modules/commander/package.json +69 -0
- package/examples/advanced/custom-file-header/node_modules/commander/typings/index.d.ts +774 -0
- package/examples/advanced/custom-file-header/node_modules/concat-map/.travis.yml +4 -0
- package/examples/advanced/custom-file-header/node_modules/concat-map/LICENSE +18 -0
- package/examples/advanced/custom-file-header/node_modules/concat-map/README.markdown +62 -0
- package/examples/advanced/custom-file-header/node_modules/concat-map/example/map.js +6 -0
- package/examples/advanced/custom-file-header/node_modules/concat-map/index.js +13 -0
- package/examples/advanced/custom-file-header/node_modules/concat-map/package.json +43 -0
- package/examples/advanced/custom-file-header/node_modules/concat-map/test/map.js +39 -0
- package/examples/advanced/custom-file-header/node_modules/constant-case/LICENSE +21 -0
- package/examples/advanced/custom-file-header/node_modules/constant-case/README.md +37 -0
- package/examples/advanced/custom-file-header/node_modules/constant-case/dist/index.d.ts +3 -0
- package/examples/advanced/custom-file-header/node_modules/constant-case/dist/index.js +12 -0
- package/examples/advanced/custom-file-header/node_modules/constant-case/dist/index.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/constant-case/dist/index.spec.d.ts +1 -0
- package/examples/advanced/custom-file-header/node_modules/constant-case/dist/index.spec.js +26 -0
- package/examples/advanced/custom-file-header/node_modules/constant-case/dist/index.spec.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/constant-case/dist.es2015/index.d.ts +3 -0
- package/examples/advanced/custom-file-header/node_modules/constant-case/dist.es2015/index.js +8 -0
- package/examples/advanced/custom-file-header/node_modules/constant-case/dist.es2015/index.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/constant-case/dist.es2015/index.spec.d.ts +1 -0
- package/examples/advanced/custom-file-header/node_modules/constant-case/dist.es2015/index.spec.js +24 -0
- package/examples/advanced/custom-file-header/node_modules/constant-case/dist.es2015/index.spec.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/constant-case/package.json +90 -0
- package/examples/advanced/custom-file-header/node_modules/dot-case/LICENSE +21 -0
- package/examples/advanced/custom-file-header/node_modules/dot-case/README.md +37 -0
- package/examples/advanced/custom-file-header/node_modules/dot-case/dist/index.d.ts +3 -0
- package/examples/advanced/custom-file-header/node_modules/dot-case/dist/index.js +11 -0
- package/examples/advanced/custom-file-header/node_modules/dot-case/dist/index.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/dot-case/dist/index.spec.d.ts +1 -0
- package/examples/advanced/custom-file-header/node_modules/dot-case/dist/index.spec.js +26 -0
- package/examples/advanced/custom-file-header/node_modules/dot-case/dist/index.spec.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/dot-case/dist.es2015/index.d.ts +3 -0
- package/examples/advanced/custom-file-header/node_modules/dot-case/dist.es2015/index.js +7 -0
- package/examples/advanced/custom-file-header/node_modules/dot-case/dist.es2015/index.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/dot-case/dist.es2015/index.spec.d.ts +1 -0
- package/examples/advanced/custom-file-header/node_modules/dot-case/dist.es2015/index.spec.js +24 -0
- package/examples/advanced/custom-file-header/node_modules/dot-case/dist.es2015/index.spec.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/dot-case/package.json +89 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/LICENSE +15 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/README.md +262 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/copy/copy-sync.js +169 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/copy/copy.js +235 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/copy/index.js +7 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/empty/index.js +39 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/ensure/file.js +69 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/ensure/index.js +23 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/ensure/link.js +64 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/ensure/symlink-paths.js +99 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/ensure/symlink-type.js +31 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/ensure/symlink.js +82 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/fs/index.js +128 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/index.js +16 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/json/index.js +16 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/json/jsonfile.js +11 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/json/output-json-sync.js +12 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/json/output-json.js +12 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/mkdirs/index.js +14 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/mkdirs/make-dir.js +27 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/mkdirs/utils.js +21 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/move/index.js +7 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/move/move-sync.js +54 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/move/move.js +75 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/output-file/index.js +40 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/path-exists/index.js +12 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/remove/index.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/remove/rimraf.js +302 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/util/stat.js +154 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/util/utimes.js +26 -0
- package/examples/advanced/custom-file-header/node_modules/fs-extra/package.json +67 -0
- package/examples/advanced/custom-file-header/node_modules/fs.realpath/LICENSE +43 -0
- package/examples/advanced/custom-file-header/node_modules/fs.realpath/README.md +33 -0
- package/examples/advanced/custom-file-header/node_modules/fs.realpath/index.js +66 -0
- package/examples/advanced/custom-file-header/node_modules/fs.realpath/old.js +303 -0
- package/examples/advanced/custom-file-header/node_modules/fs.realpath/package.json +26 -0
- package/examples/advanced/custom-file-header/node_modules/glob/LICENSE +21 -0
- package/examples/advanced/custom-file-header/node_modules/glob/README.md +378 -0
- package/examples/advanced/custom-file-header/node_modules/glob/common.js +238 -0
- package/examples/advanced/custom-file-header/node_modules/glob/glob.js +790 -0
- package/examples/advanced/custom-file-header/node_modules/glob/package.json +55 -0
- package/examples/advanced/custom-file-header/node_modules/glob/sync.js +486 -0
- package/examples/advanced/custom-file-header/node_modules/graceful-fs/LICENSE +15 -0
- package/examples/advanced/custom-file-header/node_modules/graceful-fs/README.md +143 -0
- package/examples/advanced/custom-file-header/node_modules/graceful-fs/clone.js +23 -0
- package/examples/advanced/custom-file-header/node_modules/graceful-fs/graceful-fs.js +448 -0
- package/examples/advanced/custom-file-header/node_modules/graceful-fs/legacy-streams.js +118 -0
- package/examples/advanced/custom-file-header/node_modules/graceful-fs/package.json +50 -0
- package/examples/advanced/custom-file-header/node_modules/graceful-fs/polyfills.js +355 -0
- package/examples/advanced/custom-file-header/node_modules/has-flag/index.d.ts +39 -0
- package/examples/advanced/custom-file-header/node_modules/has-flag/index.js +8 -0
- package/examples/advanced/custom-file-header/node_modules/has-flag/license +9 -0
- package/examples/advanced/custom-file-header/node_modules/has-flag/package.json +46 -0
- package/examples/advanced/custom-file-header/node_modules/has-flag/readme.md +89 -0
- package/examples/advanced/custom-file-header/node_modules/header-case/LICENSE +21 -0
- package/examples/advanced/custom-file-header/node_modules/header-case/README.md +37 -0
- package/examples/advanced/custom-file-header/node_modules/header-case/dist/index.d.ts +3 -0
- package/examples/advanced/custom-file-header/node_modules/header-case/dist/index.js +11 -0
- package/examples/advanced/custom-file-header/node_modules/header-case/dist/index.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/header-case/dist/index.spec.d.ts +1 -0
- package/examples/advanced/custom-file-header/node_modules/header-case/dist/index.spec.js +24 -0
- package/examples/advanced/custom-file-header/node_modules/header-case/dist/index.spec.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/header-case/dist.es2015/index.d.ts +3 -0
- package/examples/advanced/custom-file-header/node_modules/header-case/dist.es2015/index.js +7 -0
- package/examples/advanced/custom-file-header/node_modules/header-case/dist.es2015/index.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/header-case/dist.es2015/index.spec.d.ts +1 -0
- package/examples/advanced/custom-file-header/node_modules/header-case/dist.es2015/index.spec.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/header-case/dist.es2015/index.spec.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/header-case/package.json +89 -0
- package/examples/advanced/custom-file-header/node_modules/inflight/LICENSE +15 -0
- package/examples/advanced/custom-file-header/node_modules/inflight/README.md +37 -0
- package/examples/advanced/custom-file-header/node_modules/inflight/inflight.js +54 -0
- package/examples/advanced/custom-file-header/node_modules/inflight/package.json +29 -0
- package/examples/advanced/custom-file-header/node_modules/inherits/LICENSE +16 -0
- package/examples/advanced/custom-file-header/node_modules/inherits/README.md +42 -0
- package/examples/advanced/custom-file-header/node_modules/inherits/inherits.js +9 -0
- package/examples/advanced/custom-file-header/node_modules/inherits/inherits_browser.js +27 -0
- package/examples/advanced/custom-file-header/node_modules/inherits/package.json +29 -0
- package/examples/advanced/custom-file-header/node_modules/json5/CHANGELOG.md +362 -0
- package/examples/advanced/custom-file-header/node_modules/json5/LICENSE.md +23 -0
- package/examples/advanced/custom-file-header/node_modules/json5/README.md +234 -0
- package/examples/advanced/custom-file-header/node_modules/json5/dist/index.js +1710 -0
- package/examples/advanced/custom-file-header/node_modules/json5/dist/index.min.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/json5/dist/index.min.mjs +1 -0
- package/examples/advanced/custom-file-header/node_modules/json5/dist/index.mjs +1399 -0
- package/examples/advanced/custom-file-header/node_modules/json5/lib/cli.js +112 -0
- package/examples/advanced/custom-file-header/node_modules/json5/lib/index.d.ts +4 -0
- package/examples/advanced/custom-file-header/node_modules/json5/lib/index.js +9 -0
- package/examples/advanced/custom-file-header/node_modules/json5/lib/parse.d.ts +15 -0
- package/examples/advanced/custom-file-header/node_modules/json5/lib/parse.js +1087 -0
- package/examples/advanced/custom-file-header/node_modules/json5/lib/register.js +13 -0
- package/examples/advanced/custom-file-header/node_modules/json5/lib/require.js +4 -0
- package/examples/advanced/custom-file-header/node_modules/json5/lib/stringify.d.ts +89 -0
- package/examples/advanced/custom-file-header/node_modules/json5/lib/stringify.js +261 -0
- package/examples/advanced/custom-file-header/node_modules/json5/lib/unicode.d.ts +3 -0
- package/examples/advanced/custom-file-header/node_modules/json5/lib/unicode.js +4 -0
- package/examples/advanced/custom-file-header/node_modules/json5/lib/util.d.ts +5 -0
- package/examples/advanced/custom-file-header/node_modules/json5/lib/util.js +35 -0
- package/examples/advanced/custom-file-header/node_modules/json5/package.json +72 -0
- package/examples/advanced/custom-file-header/node_modules/jsonc-parser/CHANGELOG.md +72 -0
- package/examples/advanced/custom-file-header/node_modules/jsonc-parser/LICENSE.md +21 -0
- package/examples/advanced/custom-file-header/node_modules/jsonc-parser/README.md +361 -0
- package/examples/advanced/custom-file-header/node_modules/jsonc-parser/SECURITY.md +41 -0
- package/examples/advanced/custom-file-header/node_modules/jsonc-parser/lib/esm/impl/edit.js +185 -0
- package/examples/advanced/custom-file-header/node_modules/jsonc-parser/lib/esm/impl/format.js +251 -0
- package/examples/advanced/custom-file-header/node_modules/jsonc-parser/lib/esm/impl/parser.js +632 -0
- package/examples/advanced/custom-file-header/node_modules/jsonc-parser/lib/esm/impl/scanner.js +443 -0
- package/examples/advanced/custom-file-header/node_modules/jsonc-parser/lib/esm/main.d.ts +349 -0
- package/examples/advanced/custom-file-header/node_modules/jsonc-parser/lib/esm/main.js +178 -0
- package/examples/advanced/custom-file-header/node_modules/jsonc-parser/lib/umd/impl/edit.js +201 -0
- package/examples/advanced/custom-file-header/node_modules/jsonc-parser/lib/umd/impl/format.js +265 -0
- package/examples/advanced/custom-file-header/node_modules/jsonc-parser/lib/umd/impl/parser.js +655 -0
- package/examples/advanced/custom-file-header/node_modules/jsonc-parser/lib/umd/impl/scanner.js +456 -0
- package/examples/advanced/custom-file-header/node_modules/jsonc-parser/lib/umd/main.d.ts +349 -0
- package/examples/advanced/custom-file-header/node_modules/jsonc-parser/lib/umd/main.js +194 -0
- package/examples/advanced/custom-file-header/node_modules/jsonc-parser/package.json +40 -0
- package/examples/advanced/custom-file-header/node_modules/jsonfile/CHANGELOG.md +171 -0
- package/examples/advanced/custom-file-header/node_modules/jsonfile/LICENSE +15 -0
- package/examples/advanced/custom-file-header/node_modules/jsonfile/README.md +230 -0
- package/examples/advanced/custom-file-header/node_modules/jsonfile/index.js +88 -0
- package/examples/advanced/custom-file-header/node_modules/jsonfile/package.json +40 -0
- package/examples/advanced/custom-file-header/node_modules/jsonfile/utils.js +14 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/LICENSE +47 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/README.md +39 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_DataView.js +7 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_Hash.js +32 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_LazyWrapper.js +28 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_ListCache.js +32 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_LodashWrapper.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_Map.js +7 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_MapCache.js +32 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_Promise.js +7 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_Set.js +7 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_SetCache.js +27 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_Stack.js +27 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_Symbol.js +6 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_Uint8Array.js +6 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_WeakMap.js +7 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_apply.js +21 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_arrayAggregator.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_arrayEach.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_arrayEachRight.js +21 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_arrayEvery.js +23 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_arrayFilter.js +25 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_arrayIncludes.js +17 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_arrayIncludesWith.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_arrayLikeKeys.js +49 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_arrayMap.js +21 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_arrayPush.js +20 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_arrayReduce.js +26 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_arrayReduceRight.js +24 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_arraySample.js +15 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_arraySampleSize.js +17 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_arrayShuffle.js +15 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_arraySome.js +23 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_asciiSize.js +12 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_asciiToArray.js +12 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_asciiWords.js +15 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_assignMergeValue.js +20 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_assignValue.js +28 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_assocIndexOf.js +21 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseAggregator.js +21 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseAssign.js +17 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseAssignIn.js +17 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseAssignValue.js +25 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseAt.js +23 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseClamp.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseClone.js +166 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseConforms.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseConformsTo.js +27 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseCreate.js +30 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseDelay.js +21 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseDifference.js +67 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseEach.js +14 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseEachRight.js +14 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseEvery.js +21 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseExtremum.js +32 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseFill.js +32 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseFilter.js +21 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseFindIndex.js +24 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseFindKey.js +23 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseFlatten.js +38 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseFor.js +16 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseForOwn.js +16 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseForOwnRight.js +16 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseForRight.js +15 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseFunctions.js +19 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseGet.js +24 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseGetAllKeys.js +20 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseGetTag.js +28 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseGt.js +14 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseHas.js +19 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseHasIn.js +13 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseInRange.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseIndexOf.js +20 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseIndexOfWith.js +23 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseIntersection.js +74 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseInverter.js +21 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseInvoke.js +24 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseIsArguments.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseIsArrayBuffer.js +17 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseIsDate.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseIsEqual.js +28 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseIsEqualDeep.js +83 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseIsMap.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseIsMatch.js +62 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseIsNaN.js +12 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseIsNative.js +47 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseIsRegExp.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseIsSet.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseIsTypedArray.js +60 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseIteratee.js +31 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseKeys.js +30 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseKeysIn.js +33 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseLodash.js +10 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseLt.js +14 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseMap.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseMatches.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseMatchesProperty.js +33 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseMean.js +20 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseMerge.js +42 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseMergeDeep.js +94 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseNth.js +20 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseOrderBy.js +49 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_basePick.js +19 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_basePickBy.js +30 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseProperty.js +14 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_basePropertyDeep.js +16 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_basePropertyOf.js +14 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_basePullAll.js +51 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_basePullAt.js +37 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseRandom.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseRange.js +28 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseReduce.js +23 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseRepeat.js +35 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseRest.js +17 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseSample.js +15 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseSampleSize.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseSet.js +51 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseSetData.js +17 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseSetToString.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseShuffle.js +15 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseSlice.js +31 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseSome.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseSortBy.js +21 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseSortedIndex.js +42 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseSortedIndexBy.js +67 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseSortedUniq.js +30 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseSum.js +24 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseTimes.js +20 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseToNumber.js +24 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseToPairs.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseToString.js +37 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseTrim.js +19 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseUnary.js +14 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseUniq.js +72 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseUnset.js +20 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseUpdate.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseValues.js +19 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseWhile.js +26 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseWrapperValue.js +25 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseXor.js +36 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_baseZipObject.js +23 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_cacheHas.js +13 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_castArrayLikeObject.js +14 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_castFunction.js +14 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_castPath.js +21 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_castRest.js +14 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_castSlice.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_charsEndIndex.js +19 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_charsStartIndex.js +20 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_cloneArrayBuffer.js +16 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_cloneBuffer.js +35 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_cloneDataView.js +16 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_cloneRegExp.js +17 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_cloneSymbol.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_cloneTypedArray.js +16 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_compareAscending.js +41 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_compareMultiple.js +44 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_composeArgs.js +39 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_composeArgsRight.js +41 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_copyArray.js +20 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_copyObject.js +40 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_copySymbols.js +16 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_copySymbolsIn.js +16 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_coreJsData.js +6 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_countHolders.js +21 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_createAggregator.js +23 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_createAssigner.js +37 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_createBaseEach.js +32 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_createBaseFor.js +25 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_createBind.js +28 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_createCaseFirst.js +33 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_createCompounder.js +24 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_createCtor.js +37 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_createCurry.js +46 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_createFind.js +25 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_createFlow.js +78 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_createHybrid.js +92 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_createInverter.js +17 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_createMathOperation.js +38 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_createOver.js +27 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_createPadding.js +33 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_createPartial.js +43 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_createRange.js +30 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_createRecurry.js +56 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_createRelationalOperation.js +20 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_createRound.js +35 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_createSet.js +19 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_createToPairs.js +30 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_createWrap.js +106 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_customDefaultsAssignIn.js +29 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_customDefaultsMerge.js +28 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_customOmitClone.js +16 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_deburrLetter.js +71 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_defineProperty.js +11 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_equalArrays.js +84 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_equalByTag.js +112 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_equalObjects.js +90 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_escapeHtmlChar.js +21 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_escapeStringChar.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_flatRest.js +16 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_freeGlobal.js +4 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_getAllKeys.js +16 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_getAllKeysIn.js +17 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_getData.js +15 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_getFuncName.js +31 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_getHolder.js +13 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_getMapData.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_getMatchData.js +24 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_getNative.js +17 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_getPrototype.js +6 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_getRawTag.js +46 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_getSymbols.js +30 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_getSymbolsIn.js +25 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_getTag.js +58 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_getValue.js +13 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_getView.js +33 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_getWrapDetails.js +17 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_hasPath.js +39 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_hasUnicode.js +26 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_hasUnicodeWord.js +15 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_hashClear.js +15 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_hashDelete.js +17 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_hashGet.js +30 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_hashHas.js +23 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_hashSet.js +23 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_initCloneArray.js +26 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_initCloneByTag.js +77 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_initCloneObject.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_insertWrapDetails.js +23 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_isFlattenable.js +20 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_isIndex.js +25 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_isIterateeCall.js +30 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_isKey.js +29 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_isKeyable.js +15 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_isLaziable.js +28 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_isMaskable.js +14 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_isMasked.js +20 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_isPrototype.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_isStrictComparable.js +15 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_iteratorToArray.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_lazyClone.js +23 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_lazyReverse.js +23 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_lazyValue.js +69 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_listCacheClear.js +13 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_listCacheDelete.js +35 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_listCacheGet.js +19 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_listCacheHas.js +16 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_listCacheSet.js +26 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_mapCacheClear.js +21 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_mapCacheDelete.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_mapCacheGet.js +16 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_mapCacheHas.js +16 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_mapCacheSet.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_mapToArray.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_matchesStrictComparable.js +20 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_memoizeCapped.js +26 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_mergeData.js +90 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_metaMap.js +6 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_nativeCreate.js +6 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_nativeKeys.js +6 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_nativeKeysIn.js +20 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_nodeUtil.js +30 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_objectToString.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_overArg.js +15 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_overRest.js +36 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_parent.js +16 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_reEscape.js +4 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_reEvaluate.js +4 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_reInterpolate.js +4 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_realNames.js +4 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_reorder.js +29 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_replaceHolders.js +29 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_root.js +9 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_safeGet.js +21 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_setCacheAdd.js +19 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_setCacheHas.js +14 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_setData.js +20 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_setToArray.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_setToPairs.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_setToString.js +14 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_setWrapToString.js +21 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_shortOut.js +37 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_shuffleSelf.js +28 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_stackClear.js +15 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_stackDelete.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_stackGet.js +14 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_stackHas.js +14 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_stackSet.js +34 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_strictIndexOf.js +23 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_strictLastIndexOf.js +21 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_stringSize.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_stringToArray.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_stringToPath.js +27 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_toKey.js +21 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_toSource.js +26 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_trimmedEndIndex.js +19 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_unescapeHtmlChar.js +21 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_unicodeSize.js +44 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_unicodeToArray.js +40 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_unicodeWords.js +69 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_updateWrapDetails.js +46 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/_wrapperClone.js +23 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/add.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/after.js +42 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/array.js +67 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/ary.js +29 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/assign.js +58 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/assignIn.js +40 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/assignInWith.js +38 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/assignWith.js +37 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/at.js +23 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/attempt.js +35 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/before.js +40 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/bind.js +57 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/bindAll.js +41 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/bindKey.js +68 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/camelCase.js +29 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/capitalize.js +23 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/castArray.js +44 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/ceil.js +26 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/chain.js +38 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/chunk.js +50 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/clamp.js +39 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/clone.js +36 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/cloneDeep.js +29 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/cloneDeepWith.js +40 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/cloneWith.js +42 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/collection.js +30 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/commit.js +33 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/compact.js +31 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/concat.js +43 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/cond.js +60 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/conforms.js +35 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/conformsTo.js +32 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/constant.js +26 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/core.js +3877 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/core.min.js +29 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/countBy.js +40 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/create.js +43 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/curry.js +57 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/curryRight.js +54 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/date.js +3 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/debounce.js +191 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/deburr.js +45 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/defaultTo.js +25 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/defaults.js +64 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/defaultsDeep.js +30 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/defer.js +26 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/delay.js +28 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/difference.js +33 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/differenceBy.js +44 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/differenceWith.js +40 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/divide.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/drop.js +38 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/dropRight.js +39 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/dropRightWhile.js +45 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/dropWhile.js +45 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/each.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/eachRight.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/endsWith.js +43 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/entries.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/entriesIn.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/eq.js +37 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/escape.js +43 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/escapeRegExp.js +32 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/every.js +56 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/extend.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/extendWith.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fill.js +45 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/filter.js +52 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/find.js +42 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/findIndex.js +55 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/findKey.js +44 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/findLast.js +25 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/findLastIndex.js +59 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/findLastKey.js +44 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/first.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/flake.lock +40 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/flake.nix +20 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/flatMap.js +29 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/flatMapDeep.js +31 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/flatMapDepth.js +31 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/flatten.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/flattenDeep.js +25 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/flattenDepth.js +33 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/flip.js +28 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/floor.js +26 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/flow.js +27 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/flowRight.js +26 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/forEach.js +41 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/forEachRight.js +31 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/forIn.js +39 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/forInRight.js +37 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/forOwn.js +36 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/forOwnRight.js +34 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/F.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/T.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/__.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/_baseConvert.js +569 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/_convertBrowser.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/_falseOptions.js +7 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/_mapping.js +358 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/_util.js +16 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/add.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/after.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/all.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/allPass.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/always.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/any.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/anyPass.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/apply.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/array.js +2 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/ary.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/assign.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/assignAll.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/assignAllWith.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/assignIn.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/assignInAll.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/assignInAllWith.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/assignInWith.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/assignWith.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/assoc.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/assocPath.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/at.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/attempt.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/before.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/bind.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/bindAll.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/bindKey.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/camelCase.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/capitalize.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/castArray.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/ceil.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/chain.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/chunk.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/clamp.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/clone.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/cloneDeep.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/cloneDeepWith.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/cloneWith.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/collection.js +2 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/commit.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/compact.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/complement.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/compose.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/concat.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/cond.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/conforms.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/conformsTo.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/constant.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/contains.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/convert.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/countBy.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/create.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/curry.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/curryN.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/curryRight.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/curryRightN.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/date.js +2 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/debounce.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/deburr.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/defaultTo.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/defaults.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/defaultsAll.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/defaultsDeep.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/defaultsDeepAll.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/defer.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/delay.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/difference.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/differenceBy.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/differenceWith.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/dissoc.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/dissocPath.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/divide.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/drop.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/dropLast.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/dropLastWhile.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/dropRight.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/dropRightWhile.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/dropWhile.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/each.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/eachRight.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/endsWith.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/entries.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/entriesIn.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/eq.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/equals.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/escape.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/escapeRegExp.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/every.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/extend.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/extendAll.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/extendAllWith.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/extendWith.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/fill.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/filter.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/find.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/findFrom.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/findIndex.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/findIndexFrom.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/findKey.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/findLast.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/findLastFrom.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/findLastIndex.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/findLastIndexFrom.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/findLastKey.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/first.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/flatMap.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/flatMapDeep.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/flatMapDepth.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/flatten.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/flattenDeep.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/flattenDepth.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/flip.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/floor.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/flow.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/flowRight.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/forEach.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/forEachRight.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/forIn.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/forInRight.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/forOwn.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/forOwnRight.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/fromPairs.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/function.js +2 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/functions.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/functionsIn.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/get.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/getOr.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/groupBy.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/gt.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/gte.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/has.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/hasIn.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/head.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/identical.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/identity.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/inRange.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/includes.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/includesFrom.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/indexBy.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/indexOf.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/indexOfFrom.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/init.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/initial.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/intersection.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/intersectionBy.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/intersectionWith.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/invert.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/invertBy.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/invertObj.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/invoke.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/invokeArgs.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/invokeArgsMap.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/invokeMap.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isArguments.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isArray.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isArrayBuffer.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isArrayLike.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isArrayLikeObject.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isBoolean.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isBuffer.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isDate.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isElement.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isEmpty.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isEqual.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isEqualWith.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isError.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isFinite.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isFunction.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isInteger.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isLength.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isMap.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isMatch.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isMatchWith.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isNaN.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isNative.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isNil.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isNull.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isNumber.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isObject.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isObjectLike.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isPlainObject.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isRegExp.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isSafeInteger.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isSet.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isString.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isSymbol.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isTypedArray.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isUndefined.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isWeakMap.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/isWeakSet.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/iteratee.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/join.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/juxt.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/kebabCase.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/keyBy.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/keys.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/keysIn.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/lang.js +2 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/last.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/lastIndexOf.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/lastIndexOfFrom.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/lowerCase.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/lowerFirst.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/lt.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/lte.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/map.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/mapKeys.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/mapValues.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/matches.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/matchesProperty.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/math.js +2 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/max.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/maxBy.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/mean.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/meanBy.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/memoize.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/merge.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/mergeAll.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/mergeAllWith.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/mergeWith.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/method.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/methodOf.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/min.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/minBy.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/mixin.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/multiply.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/nAry.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/negate.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/next.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/noop.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/now.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/nth.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/nthArg.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/number.js +2 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/object.js +2 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/omit.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/omitAll.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/omitBy.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/once.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/orderBy.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/over.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/overArgs.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/overEvery.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/overSome.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/pad.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/padChars.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/padCharsEnd.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/padCharsStart.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/padEnd.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/padStart.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/parseInt.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/partial.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/partialRight.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/partition.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/path.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/pathEq.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/pathOr.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/paths.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/pick.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/pickAll.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/pickBy.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/pipe.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/placeholder.js +6 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/plant.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/pluck.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/prop.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/propEq.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/propOr.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/property.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/propertyOf.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/props.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/pull.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/pullAll.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/pullAllBy.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/pullAllWith.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/pullAt.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/random.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/range.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/rangeRight.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/rangeStep.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/rangeStepRight.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/rearg.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/reduce.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/reduceRight.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/reject.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/remove.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/repeat.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/replace.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/rest.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/restFrom.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/result.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/reverse.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/round.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/sample.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/sampleSize.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/seq.js +2 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/set.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/setWith.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/shuffle.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/size.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/slice.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/snakeCase.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/some.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/sortBy.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/sortedIndex.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/sortedIndexBy.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/sortedIndexOf.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/sortedLastIndex.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/sortedLastIndexBy.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/sortedLastIndexOf.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/sortedUniq.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/sortedUniqBy.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/split.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/spread.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/spreadFrom.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/startCase.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/startsWith.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/string.js +2 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/stubArray.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/stubFalse.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/stubObject.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/stubString.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/stubTrue.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/subtract.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/sum.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/sumBy.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/symmetricDifference.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/symmetricDifferenceBy.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/symmetricDifferenceWith.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/tail.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/take.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/takeLast.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/takeLastWhile.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/takeRight.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/takeRightWhile.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/takeWhile.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/tap.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/template.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/templateSettings.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/throttle.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/thru.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/times.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/toArray.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/toFinite.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/toInteger.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/toIterator.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/toJSON.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/toLength.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/toLower.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/toNumber.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/toPairs.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/toPairsIn.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/toPath.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/toPlainObject.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/toSafeInteger.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/toString.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/toUpper.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/transform.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/trim.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/trimChars.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/trimCharsEnd.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/trimCharsStart.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/trimEnd.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/trimStart.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/truncate.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/unapply.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/unary.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/unescape.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/union.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/unionBy.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/unionWith.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/uniq.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/uniqBy.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/uniqWith.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/uniqueId.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/unnest.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/unset.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/unzip.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/unzipWith.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/update.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/updateWith.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/upperCase.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/upperFirst.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/useWith.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/util.js +2 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/value.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/valueOf.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/values.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/valuesIn.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/where.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/whereEq.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/without.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/words.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/wrap.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/wrapperAt.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/wrapperChain.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/wrapperLodash.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/wrapperReverse.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/wrapperValue.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/xor.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/xorBy.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/xorWith.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/zip.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/zipAll.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/zipObj.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/zipObject.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/zipObjectDeep.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp/zipWith.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fp.js +2 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/fromPairs.js +28 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/function.js +25 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/functions.js +31 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/functionsIn.js +31 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/get.js +33 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/groupBy.js +41 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/gt.js +29 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/gte.js +30 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/has.js +35 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/hasIn.js +34 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/head.js +23 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/identity.js +21 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/inRange.js +55 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/includes.js +53 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/index.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/indexOf.js +42 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/initial.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/intersection.js +30 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/intersectionBy.js +45 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/intersectionWith.js +41 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/invert.js +42 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/invertBy.js +56 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/invoke.js +24 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/invokeMap.js +41 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isArguments.js +36 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isArray.js +26 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isArrayBuffer.js +27 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isArrayLike.js +33 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isArrayLikeObject.js +33 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isBoolean.js +29 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isBuffer.js +38 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isDate.js +27 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isElement.js +25 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isEmpty.js +77 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isEqual.js +35 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isEqualWith.js +41 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isError.js +36 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isFinite.js +36 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isFunction.js +37 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isInteger.js +33 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isLength.js +35 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isMap.js +27 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isMatch.js +36 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isMatchWith.js +41 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isNaN.js +38 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isNative.js +40 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isNil.js +25 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isNull.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isNumber.js +38 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isObject.js +31 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isObjectLike.js +29 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isPlainObject.js +62 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isRegExp.js +27 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isSafeInteger.js +37 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isSet.js +27 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isString.js +30 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isSymbol.js +29 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isTypedArray.js +27 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isUndefined.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isWeakMap.js +28 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/isWeakSet.js +28 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/iteratee.js +53 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/join.js +26 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/kebabCase.js +28 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/keyBy.js +36 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/keys.js +37 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/keysIn.js +32 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/lang.js +58 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/last.js +20 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/lastIndexOf.js +46 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/lodash.js +17209 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/lodash.min.js +140 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/lowerCase.js +27 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/lowerFirst.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/lt.js +29 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/lte.js +30 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/map.js +53 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/mapKeys.js +36 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/mapValues.js +43 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/matches.js +46 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/matchesProperty.js +44 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/math.js +17 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/max.js +29 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/maxBy.js +34 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/mean.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/meanBy.js +31 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/memoize.js +73 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/merge.js +39 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/mergeWith.js +39 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/method.js +34 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/methodOf.js +33 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/min.js +29 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/minBy.js +34 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/mixin.js +74 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/multiply.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/negate.js +40 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/next.js +35 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/noop.js +17 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/now.js +23 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/nth.js +29 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/nthArg.js +32 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/number.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/object.js +49 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/omit.js +57 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/omitBy.js +29 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/once.js +25 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/orderBy.js +47 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/over.js +24 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/overArgs.js +61 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/overEvery.js +34 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/overSome.js +37 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/package.json +17 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/pad.js +49 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/padEnd.js +39 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/padStart.js +39 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/parseInt.js +43 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/partial.js +50 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/partialRight.js +49 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/partition.js +43 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/pick.js +25 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/pickBy.js +37 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/plant.js +48 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/property.js +32 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/propertyOf.js +30 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/pull.js +29 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/pullAll.js +29 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/pullAllBy.js +33 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/pullAllWith.js +32 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/pullAt.js +43 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/random.js +82 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/range.js +46 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/rangeRight.js +41 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/rearg.js +33 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/reduce.js +51 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/reduceRight.js +36 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/reject.js +46 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/release.md +48 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/remove.js +53 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/repeat.js +37 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/replace.js +29 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/rest.js +40 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/result.js +56 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/reverse.js +34 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/round.js +26 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/sample.js +24 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/sampleSize.js +37 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/seq.js +16 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/set.js +35 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/setWith.js +32 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/shuffle.js +25 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/size.js +46 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/slice.js +37 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/snakeCase.js +28 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/some.js +51 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/sortBy.js +48 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/sortedIndex.js +24 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/sortedIndexBy.js +33 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/sortedIndexOf.js +31 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/sortedLastIndex.js +25 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/sortedLastIndexBy.js +33 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/sortedLastIndexOf.js +31 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/sortedUniq.js +24 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/sortedUniqBy.js +26 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/split.js +52 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/spread.js +63 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/startCase.js +29 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/startsWith.js +39 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/string.js +33 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/stubArray.js +23 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/stubFalse.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/stubObject.js +23 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/stubString.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/stubTrue.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/subtract.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/sum.js +24 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/sumBy.js +33 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/tail.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/take.js +37 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/takeRight.js +39 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/takeRightWhile.js +45 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/takeWhile.js +45 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/tap.js +29 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/template.js +272 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/templateSettings.js +67 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/throttle.js +69 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/thru.js +28 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/times.js +51 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/toArray.js +58 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/toFinite.js +42 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/toInteger.js +36 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/toIterator.js +23 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/toJSON.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/toLength.js +38 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/toLower.js +28 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/toNumber.js +64 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/toPairs.js +30 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/toPairsIn.js +30 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/toPath.js +33 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/toPlainObject.js +32 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/toSafeInteger.js +37 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/toString.js +28 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/toUpper.js +28 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/transform.js +65 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/trim.js +47 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/trimEnd.js +41 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/trimStart.js +43 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/truncate.js +111 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/unary.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/unescape.js +34 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/union.js +26 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/unionBy.js +39 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/unionWith.js +34 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/uniq.js +25 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/uniqBy.js +31 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/uniqWith.js +28 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/uniqueId.js +28 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/unset.js +34 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/unzip.js +45 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/unzipWith.js +39 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/update.js +35 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/updateWith.js +33 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/upperCase.js +27 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/upperFirst.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/util.js +34 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/value.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/valueOf.js +1 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/values.js +34 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/valuesIn.js +32 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/without.js +31 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/words.js +35 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/wrap.js +30 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/wrapperAt.js +48 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/wrapperChain.js +34 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/wrapperLodash.js +147 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/wrapperReverse.js +44 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/wrapperValue.js +21 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/xor.js +28 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/xorBy.js +39 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/xorWith.js +34 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/zip.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/zipObject.js +24 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/zipObjectDeep.js +23 -0
- package/examples/advanced/custom-file-header/node_modules/lodash/zipWith.js +32 -0
- package/examples/advanced/custom-file-header/node_modules/lower-case/LICENSE +21 -0
- package/examples/advanced/custom-file-header/node_modules/lower-case/README.md +35 -0
- package/examples/advanced/custom-file-header/node_modules/lower-case/dist/index.d.ts +8 -0
- package/examples/advanced/custom-file-header/node_modules/lower-case/dist/index.js +53 -0
- package/examples/advanced/custom-file-header/node_modules/lower-case/dist/index.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/lower-case/dist/index.spec.d.ts +1 -0
- package/examples/advanced/custom-file-header/node_modules/lower-case/dist/index.spec.js +36 -0
- package/examples/advanced/custom-file-header/node_modules/lower-case/dist/index.spec.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/lower-case/dist.es2015/index.d.ts +8 -0
- package/examples/advanced/custom-file-header/node_modules/lower-case/dist.es2015/index.js +48 -0
- package/examples/advanced/custom-file-header/node_modules/lower-case/dist.es2015/index.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/lower-case/dist.es2015/index.spec.d.ts +1 -0
- package/examples/advanced/custom-file-header/node_modules/lower-case/dist.es2015/index.spec.js +34 -0
- package/examples/advanced/custom-file-header/node_modules/lower-case/dist.es2015/index.spec.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/lower-case/package.json +87 -0
- package/examples/advanced/custom-file-header/node_modules/minimatch/LICENSE +15 -0
- package/examples/advanced/custom-file-header/node_modules/minimatch/README.md +230 -0
- package/examples/advanced/custom-file-header/node_modules/minimatch/minimatch.js +947 -0
- package/examples/advanced/custom-file-header/node_modules/minimatch/package.json +33 -0
- package/examples/advanced/custom-file-header/node_modules/minimist/.travis.yml +8 -0
- package/examples/advanced/custom-file-header/node_modules/minimist/LICENSE +18 -0
- package/examples/advanced/custom-file-header/node_modules/minimist/example/parse.js +2 -0
- package/examples/advanced/custom-file-header/node_modules/minimist/index.js +249 -0
- package/examples/advanced/custom-file-header/node_modules/minimist/package.json +45 -0
- package/examples/advanced/custom-file-header/node_modules/minimist/readme.markdown +98 -0
- package/examples/advanced/custom-file-header/node_modules/minimist/test/all_bool.js +32 -0
- package/examples/advanced/custom-file-header/node_modules/minimist/test/bool.js +178 -0
- package/examples/advanced/custom-file-header/node_modules/minimist/test/dash.js +31 -0
- package/examples/advanced/custom-file-header/node_modules/minimist/test/default_bool.js +35 -0
- package/examples/advanced/custom-file-header/node_modules/minimist/test/dotted.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/minimist/test/kv_short.js +16 -0
- package/examples/advanced/custom-file-header/node_modules/minimist/test/long.js +31 -0
- package/examples/advanced/custom-file-header/node_modules/minimist/test/num.js +36 -0
- package/examples/advanced/custom-file-header/node_modules/minimist/test/parse.js +197 -0
- package/examples/advanced/custom-file-header/node_modules/minimist/test/parse_modified.js +9 -0
- package/examples/advanced/custom-file-header/node_modules/minimist/test/proto.js +60 -0
- package/examples/advanced/custom-file-header/node_modules/minimist/test/short.js +67 -0
- package/examples/advanced/custom-file-header/node_modules/minimist/test/stop_early.js +15 -0
- package/examples/advanced/custom-file-header/node_modules/minimist/test/unknown.js +102 -0
- package/examples/advanced/custom-file-header/node_modules/minimist/test/whitespace.js +8 -0
- package/examples/advanced/custom-file-header/node_modules/no-case/LICENSE +21 -0
- package/examples/advanced/custom-file-header/node_modules/no-case/README.md +37 -0
- package/examples/advanced/custom-file-header/node_modules/no-case/dist/index.d.ts +10 -0
- package/examples/advanced/custom-file-header/node_modules/no-case/dist/index.js +35 -0
- package/examples/advanced/custom-file-header/node_modules/no-case/dist/index.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/no-case/dist/index.spec.d.ts +1 -0
- package/examples/advanced/custom-file-header/node_modules/no-case/dist/index.spec.js +59 -0
- package/examples/advanced/custom-file-header/node_modules/no-case/dist/index.spec.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/no-case/dist.es2015/index.d.ts +10 -0
- package/examples/advanced/custom-file-header/node_modules/no-case/dist.es2015/index.js +31 -0
- package/examples/advanced/custom-file-header/node_modules/no-case/dist.es2015/index.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/no-case/dist.es2015/index.spec.d.ts +1 -0
- package/examples/advanced/custom-file-header/node_modules/no-case/dist.es2015/index.spec.js +57 -0
- package/examples/advanced/custom-file-header/node_modules/no-case/dist.es2015/index.spec.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/no-case/package.json +85 -0
- package/examples/advanced/custom-file-header/node_modules/once/LICENSE +15 -0
- package/examples/advanced/custom-file-header/node_modules/once/README.md +79 -0
- package/examples/advanced/custom-file-header/node_modules/once/once.js +42 -0
- package/examples/advanced/custom-file-header/node_modules/once/package.json +33 -0
- package/examples/advanced/custom-file-header/node_modules/param-case/LICENSE +21 -0
- package/examples/advanced/custom-file-header/node_modules/param-case/README.md +37 -0
- package/examples/advanced/custom-file-header/node_modules/param-case/dist/index.d.ts +3 -0
- package/examples/advanced/custom-file-header/node_modules/param-case/dist/index.js +11 -0
- package/examples/advanced/custom-file-header/node_modules/param-case/dist/index.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/param-case/dist/index.spec.d.ts +1 -0
- package/examples/advanced/custom-file-header/node_modules/param-case/dist/index.spec.js +24 -0
- package/examples/advanced/custom-file-header/node_modules/param-case/dist/index.spec.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/param-case/dist.es2015/index.d.ts +3 -0
- package/examples/advanced/custom-file-header/node_modules/param-case/dist.es2015/index.js +7 -0
- package/examples/advanced/custom-file-header/node_modules/param-case/dist.es2015/index.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/param-case/dist.es2015/index.spec.d.ts +1 -0
- package/examples/advanced/custom-file-header/node_modules/param-case/dist.es2015/index.spec.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/param-case/dist.es2015/index.spec.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/param-case/package.json +91 -0
- package/examples/advanced/custom-file-header/node_modules/pascal-case/LICENSE +21 -0
- package/examples/advanced/custom-file-header/node_modules/pascal-case/README.md +47 -0
- package/examples/advanced/custom-file-header/node_modules/pascal-case/dist/index.d.ts +5 -0
- package/examples/advanced/custom-file-header/node_modules/pascal-case/dist/index.js +24 -0
- package/examples/advanced/custom-file-header/node_modules/pascal-case/dist/index.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/pascal-case/dist/index.spec.d.ts +1 -0
- package/examples/advanced/custom-file-header/node_modules/pascal-case/dist/index.spec.js +25 -0
- package/examples/advanced/custom-file-header/node_modules/pascal-case/dist/index.spec.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/pascal-case/dist.es2015/index.d.ts +5 -0
- package/examples/advanced/custom-file-header/node_modules/pascal-case/dist.es2015/index.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/pascal-case/dist.es2015/index.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/pascal-case/dist.es2015/index.spec.d.ts +1 -0
- package/examples/advanced/custom-file-header/node_modules/pascal-case/dist.es2015/index.spec.js +23 -0
- package/examples/advanced/custom-file-header/node_modules/pascal-case/dist.es2015/index.spec.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/pascal-case/package.json +90 -0
- package/examples/advanced/custom-file-header/node_modules/path-case/LICENSE +21 -0
- package/examples/advanced/custom-file-header/node_modules/path-case/README.md +37 -0
- package/examples/advanced/custom-file-header/node_modules/path-case/dist/index.d.ts +3 -0
- package/examples/advanced/custom-file-header/node_modules/path-case/dist/index.js +11 -0
- package/examples/advanced/custom-file-header/node_modules/path-case/dist/index.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/path-case/dist/index.spec.d.ts +1 -0
- package/examples/advanced/custom-file-header/node_modules/path-case/dist/index.spec.js +24 -0
- package/examples/advanced/custom-file-header/node_modules/path-case/dist/index.spec.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/path-case/dist.es2015/index.d.ts +3 -0
- package/examples/advanced/custom-file-header/node_modules/path-case/dist.es2015/index.js +7 -0
- package/examples/advanced/custom-file-header/node_modules/path-case/dist.es2015/index.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/path-case/dist.es2015/index.spec.d.ts +1 -0
- package/examples/advanced/custom-file-header/node_modules/path-case/dist.es2015/index.spec.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/path-case/dist.es2015/index.spec.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/path-case/package.json +88 -0
- package/examples/advanced/custom-file-header/node_modules/path-is-absolute/index.js +20 -0
- package/examples/advanced/custom-file-header/node_modules/path-is-absolute/license +21 -0
- package/examples/advanced/custom-file-header/node_modules/path-is-absolute/package.json +43 -0
- package/examples/advanced/custom-file-header/node_modules/path-is-absolute/readme.md +59 -0
- package/examples/advanced/custom-file-header/node_modules/sentence-case/LICENSE +21 -0
- package/examples/advanced/custom-file-header/node_modules/sentence-case/README.md +37 -0
- package/examples/advanced/custom-file-header/node_modules/sentence-case/dist/index.d.ts +4 -0
- package/examples/advanced/custom-file-header/node_modules/sentence-case/dist/index.js +19 -0
- package/examples/advanced/custom-file-header/node_modules/sentence-case/dist/index.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/sentence-case/dist/index.spec.d.ts +1 -0
- package/examples/advanced/custom-file-header/node_modules/sentence-case/dist/index.spec.js +24 -0
- package/examples/advanced/custom-file-header/node_modules/sentence-case/dist/index.spec.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/sentence-case/dist.es2015/index.d.ts +4 -0
- package/examples/advanced/custom-file-header/node_modules/sentence-case/dist.es2015/index.js +14 -0
- package/examples/advanced/custom-file-header/node_modules/sentence-case/dist.es2015/index.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/sentence-case/dist.es2015/index.spec.d.ts +1 -0
- package/examples/advanced/custom-file-header/node_modules/sentence-case/dist.es2015/index.spec.js +22 -0
- package/examples/advanced/custom-file-header/node_modules/sentence-case/dist.es2015/index.spec.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/sentence-case/package.json +89 -0
- package/examples/advanced/custom-file-header/node_modules/snake-case/LICENSE +21 -0
- package/examples/advanced/custom-file-header/node_modules/snake-case/README.md +37 -0
- package/examples/advanced/custom-file-header/node_modules/snake-case/dist/index.d.ts +3 -0
- package/examples/advanced/custom-file-header/node_modules/snake-case/dist/index.js +11 -0
- package/examples/advanced/custom-file-header/node_modules/snake-case/dist/index.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/snake-case/dist/index.spec.d.ts +1 -0
- package/examples/advanced/custom-file-header/node_modules/snake-case/dist/index.spec.js +25 -0
- package/examples/advanced/custom-file-header/node_modules/snake-case/dist/index.spec.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/snake-case/dist.es2015/index.d.ts +3 -0
- package/examples/advanced/custom-file-header/node_modules/snake-case/dist.es2015/index.js +7 -0
- package/examples/advanced/custom-file-header/node_modules/snake-case/dist.es2015/index.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/snake-case/dist.es2015/index.spec.d.ts +1 -0
- package/examples/advanced/custom-file-header/node_modules/snake-case/dist.es2015/index.spec.js +23 -0
- package/examples/advanced/custom-file-header/node_modules/snake-case/dist.es2015/index.spec.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/snake-case/package.json +90 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/LICENSE +201 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/NOTICE +2 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/README.md +309 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/bin/style-dictionary +116 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/README.md +57 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/README.md +75 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/fonts/MaterialIcons-Regular.eot +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/fonts/MaterialIcons-Regular.ttf +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/fonts/MaterialIcons-Regular.woff +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/fonts/MaterialIcons-Regular.woff2 +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/fonts/OpenSans-Regular.ttf +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/fonts/Roboto-Regular.ttf +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/alert-circle.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/alert-octagon.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/alert-triangle.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/archive.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/book-open.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/book.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/bookmark.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/briefcase.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/calendar.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/camera.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/check-circle.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/check-square.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/database.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/delete.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/dollar-sign.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/download-cloud.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/edit-1.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/edit-2.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/edit-3.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/external-link.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/file-text.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/file.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/film.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/folder.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/gift.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/github.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/globe.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/grid.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/images/logo.png +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/config.json +98 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/package.json +16 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/tokens/assets/fonts.json +18 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/tokens/assets/icons.json +34 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/tokens/assets/images.json +7 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/tokens/color/base.json +13 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/tokens/color/font.json +9 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/tokens/size/font.json +22 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/auto-rebuild-watcher/README.md +31 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/auto-rebuild-watcher/config.json +69 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/auto-rebuild-watcher/package.json +22 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/auto-rebuild-watcher/tokens/color/base.json +13 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/auto-rebuild-watcher/tokens/color/font.json +9 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/auto-rebuild-watcher/tokens/size/font.json +22 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/component-cti/README.md +89 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/component-cti/config.js +71 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/component-cti/package.json +20 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/component-cti/tokens/color/background.json +9 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/component-cti/tokens/color/core.json +10 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/component-cti/tokens/color/font.json +9 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/component-cti/tokens/component/button.json +19 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/component-cti/tokens/size/font.json +9 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/component-cti/tokens/size/padding.json +9 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/.env +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/README.md +56 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/README.media/react-app-screenshot.png +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/package.json +38 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/public/favicon.ico +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/public/index.html +40 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/public/manifest.json +15 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/src/App.js +35 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/src/App.scss +52 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/src/App.test.js +9 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/src/components/with-css-modules/ComponentWithCssModules.js +23 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/src/components/with-css-modules/ComponentWithCssModules.module.scss +42 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/src/components/with-css-modules/css-modules-logo.png +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/src/components/with-sass/ComponentWithSass.js +21 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/src/components/with-sass/ComponentWithSass.scss +43 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/src/components/with-sass/sass-logo.svg +11 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/src/components/with-styled-components/ComponentWithStyledComponents.js +63 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/src/components/with-styled-components/styled-components-logo.png +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/src/index.js +12 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/src/index.scss +11 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/src/logo.svg +10 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/src/serviceWorker.js +135 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/style-dictionary/config.json +22 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/style-dictionary/properties/color.json +18 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/style-dictionary/properties/font.json +28 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/style-dictionary/properties/spacing.json +13 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/.buckconfig +6 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/.gitattributes +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/__tests__/App.js +10 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/BUCK +55 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/build.gradle +219 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/build_defs.bzl +19 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/debug.keystore +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/proguard-rules.pro +10 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/debug/AndroidManifest.xml +7 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/debug/java/com/createreactnativeapp/ReactNativeFlipper.java +69 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/AndroidManifest.xml +49 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/java/com/createreactnativeapp/MainActivity.java +41 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/java/com/createreactnativeapp/MainApplication.java +120 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/res/drawable/splashscreen.xml +7 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/res/drawable/splashscreen_image.png +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/res/values/colors.xml +5 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/res/values/strings.xml +3 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/res/values/styles.xml +12 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/build.gradle +38 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/gradle/wrapper/gradle-wrapper.properties +5 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/gradle.properties +29 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/gradlew +183 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/gradlew.bat +103 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/settings.gradle +9 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/app.json +12 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/babel.config.js +6 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/config.json +15 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/index.js +8 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/Podfile +24 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/createreactnativeapp/AppDelegate.h +10 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/createreactnativeapp/AppDelegate.m +111 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/createreactnativeapp/Base.lproj/LaunchScreen.xib +42 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/createreactnativeapp/Images.xcassets/AppIcon.appiconset/Contents.json +38 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/createreactnativeapp/Images.xcassets/Contents.json +6 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/createreactnativeapp/Images.xcassets/SplashScreen.imageset/Contents.json +21 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/createreactnativeapp/Images.xcassets/SplashScreen.imageset/splashscreen.png +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/createreactnativeapp/Images.xcassets/SplashScreenBackground.imageset/Contents.json +21 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/createreactnativeapp/Images.xcassets/SplashScreenBackground.imageset/background.png +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/createreactnativeapp/Info.plist +59 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/createreactnativeapp/SplashScreen.storyboard +91 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/createreactnativeapp/Supporting/Expo.plist +10 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/createreactnativeapp/main.m +10 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/createreactnativeapp.xcodeproj/project.pbxproj +481 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/createreactnativeapp.xcodeproj/xcshareddata/xcschemes/createreactnativeapp.xcscheme +88 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/metro.config.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/package.json +36 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/src/App.js +31 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/src/style-dictionary-dist/variables.js +9 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/style-dictionary/properties/color/brand.json +18 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/style-dictionary/properties/size/size.json +18 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-file-header/README.md +44 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-file-header/build.js +120 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-file-header/package.json +15 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-file-header/tokens/color.json +9 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-filters/README.md +99 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-filters/build.js +27 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-filters/config.json +21 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-filters/package.json +20 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-filters/tokens/spacing.json +20 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-formats-with-templates/README.md +56 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-formats-with-templates/build.js +69 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-formats-with-templates/config.json +35 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-formats-with-templates/package.json +23 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-formats-with-templates/properties/color/base.json +13 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-formats-with-templates/properties/color/font.json +9 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-formats-with-templates/properties/size/font.json +22 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-formats-with-templates/templates/android-xml.template +30 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-formats-with-templates/templates/android-xml_alt.hbs +4 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-formats-with-templates/templates/ios-plist.template +24 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-formats-with-templates/templates/ios-plist_alt.pug +24 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-formats-with-templates/templates/web-scss.template +3 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-parser/README.md +56 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-parser/package.json +14 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-parser/sd.config.js +73 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-parser/tokens/color/core.json +4 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-transforms/README.md +90 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-transforms/build.js +117 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-transforms/config.json +29 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-transforms/package.json +20 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-transforms/tokens/button.json +13 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-transforms/tokens/colors.json +28 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-transforms/tokens/font.json +20 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-transforms/tokens/spacing.json +16 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/flutter/README.md +3 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/flutter/pubspec.yaml +53 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/flutter/style_dictionary/config.json +46 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/flutter/style_dictionary/properties/color/background.json +9 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/flutter/style_dictionary/properties/color/core.json +10 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/flutter/style_dictionary/properties/color/font.json +9 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/flutter/style_dictionary/properties/size/font.json +9 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/flutter/style_dictionary/properties/size/padding.json +9 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/font-face-rules/README.md +71 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/font-face-rules/package.json +13 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/font-face-rules/sd.config.js +102 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/font-face-rules/tokens.json +28 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/format-helpers/README.md +17 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/format-helpers/package.json +15 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/format-helpers/sd.config.js +94 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/format-helpers/tokens/color.json +10 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/matching-build-files/README.md +61 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/matching-build-files/config.js +89 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/matching-build-files/package.json +21 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/matching-build-files/tokens/button/base.json +14 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/matching-build-files/tokens/color/base.json +10 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/matching-build-files/tokens/index.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/matching-build-files/tokens/size/base.json +13 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/README.md +136 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/build.js +67 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/package.json +20 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/tokens/brands/brand-1/color.json +8 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/tokens/brands/brand-2/color.json +8 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/tokens/brands/brand-3/color.json +8 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/tokens/globals/button.json +14 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/tokens/globals/color/base.json +21 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/tokens/globals/color/font.json +10 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/tokens/globals/font/index.json +8 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/tokens/globals/size/font.json +22 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/tokens/platforms/android/button.json +7 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/tokens/platforms/android/font.json +7 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/tokens/platforms/ios/button.json +7 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/tokens/platforms/ios/font.json +7 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/tokens/platforms/web/button.json +7 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/tokens/platforms/web/font.json +7 -0
- package/examples/advanced/{multi-brand-multi-platform → custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform}/yarn.lock +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/LICENSE +201 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/README.md +25 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/components/button/base.js +4 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/components/button/index.js +4 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/components/button/primary.js +9 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/components/button/secondary.js +9 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/components/index.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/config.js +111 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/package.json +25 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/tokens/color/background.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/tokens/color/border.js +3 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/tokens/color/brand.js +16 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/tokens/color/core.js +31 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/tokens/color/font.js +8 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/tokens/color/index.js +9 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/tokens/index.js +4 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/tokens/size/border.js +9 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/tokens/size/font.js +11 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/tokens/size/index.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/tokens/size/padding.js +10 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/npm-module/README.md +18 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/npm-module/config.json +20 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/npm-module/package.json +21 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/npm-module/tokens/color/base.json +13 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/npm-module/tokens/color/font.json +9 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/npm-module/tokens/size/font.json +22 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/referencing_aliasing/README.md +93 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/referencing_aliasing/config.json +13 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/referencing_aliasing/package.json +20 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/referencing_aliasing/tokens/button/button.json +20 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/referencing_aliasing/tokens/color/base.json +17 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/referencing_aliasing/tokens/color/font.json +9 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/referencing_aliasing/tokens/globals.json +6 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/referencing_aliasing/tokens/size/font.json +22 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/README.md +22 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/fonts/MaterialIcons-Regular.eot +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/fonts/MaterialIcons-Regular.ttf +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/fonts/MaterialIcons-Regular.woff +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/fonts/MaterialIcons-Regular.woff2 +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/fonts/OpenSans-Regular.ttf +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/fonts/Roboto-Regular.ttf +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/alert-circle.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/alert-octagon.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/alert-triangle.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/archive.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/book-open.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/book.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/bookmark.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/briefcase.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/calendar.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/camera.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/check-circle.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/check-square.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/database.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/delete.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/dollar-sign.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/download-cloud.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/edit-1.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/edit-2.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/edit-3.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/external-link.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/file-text.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/file.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/film.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/folder.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/gift.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/github.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/globe.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/grid.svg +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/config.json +82 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/package.json +20 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/properties/assets/fonts.json +18 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/properties/assets/icons.json +34 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/properties/color/base.json +13 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/properties/color/font.json +9 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/properties/size/font.json +22 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/upload.js +28 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/tokens-deprecation/README.md +23 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/tokens-deprecation/build.js +24 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/tokens-deprecation/config.json +21 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/tokens-deprecation/package.json +21 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/tokens-deprecation/templates/ios-plist.template +30 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/tokens-deprecation/templates/web-scss.template +16 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/tokens-deprecation/tokens/color/base.json +22 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/tokens-deprecation/tokens/color/font.json +9 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/tokens-deprecation/tokens/size/font.json +24 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/transitive-transforms/README.md +34 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/transitive-transforms/package.json +16 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/transitive-transforms/sd.config.js +57 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/transitive-transforms/tokens/alpha.json5 +14 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/transitive-transforms/tokens/color/core.json5 +255 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/transitive-transforms/tokens/color/font.json5 +27 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/transitive-transforms/tokens/color/overlay.json5 +23 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/transitive-transforms/tokens/hue.json5 +13 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/transitive-transforms/tokens/lightness.json5 +18 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/transitive-transforms/tokens/saturation.json5 +18 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/variables-in-outputs/README.md +53 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/variables-in-outputs/package.json +15 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/variables-in-outputs/sd.config.js +67 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/variables-in-outputs/tokens/color/background.json +10 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/variables-in-outputs/tokens/color/palette.json +17 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/yaml-tokens/README.md +18 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/yaml-tokens/package.json +15 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/yaml-tokens/sd.config.js +26 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/yaml-tokens/tokens/color/core.yaml +13 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/basic/README.md +181 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/basic/config.json +143 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/basic/tokens/color/base.json +13 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/basic/tokens/color/font.json +9 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/basic/tokens/size/font.json +22 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/LICENSE +201 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/README.md +17 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/StyleDictionary.podspec +20 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/build.gradle +27 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/build.gradle +37 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/proguard-rules.pro +17 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/androidTest/java/com/amazon/styledictionaryexample/ApplicationTest.java +13 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/AndroidManifest.xml +55 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/BaseActivity.kt +56 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/MainActivity.kt +52 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/color/BackgroundColorActivity.kt +63 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/color/BaseColorActivity.kt +135 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/color/BaseColorListItem.kt +40 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/color/ColorDetailFragment.kt +63 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/color/ColorsActivity.kt +47 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/color/FontColorActivity.kt +66 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/icon/IconDetailActivity.kt +43 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/icon/IconDetailFragment.kt +72 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/icon/IconListActivity.kt +97 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/models/Property.kt +25 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/models/StyleDictionaryNode.kt +21 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/property/PropertiesActivity.kt +74 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/property/PropertyDetailActivity.kt +49 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/property/PropertyFragment.kt +79 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/property/PropertyRecyclerViewAdapter.kt +51 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/util/StringHelper.kt +21 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/util/StyleDictionaryHelper.kt +135 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/anim/slide_from_left.xml +6 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/anim/slide_from_right.xml +6 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/anim/slide_to_left.xml +6 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/anim/slide_to_right.xml +6 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/activity_background_color.xml +11 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/activity_base_color.xml +15 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/activity_colors.xml +44 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/activity_font_color.xml +11 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/activity_icon_detail.xml +7 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/activity_icon_list.xml +11 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/activity_main.xml +51 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/activity_properties.xml +14 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/activity_property_detail.xml +8 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/background_color_list_item.xml +38 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/base_color_list_content.xml +46 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/base_color_list_header.xml +30 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/fragment_color_detail.xml +38 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/fragment_property_list.xml +13 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/fragment_property_list_item.xml +39 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/icon_detail.xml +55 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/icon_list_content.xml +39 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/list_item_color.xml +31 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/values/dimens.xml +9 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/values/strings.xml +107 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/values/styles.xml +37 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/values-v21/styles.xml +50 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/values-w820dp/dimens.xml +6 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/test/java/com/amazon/styledictionaryexample/ExampleUnitTest.java +15 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/gradle/wrapper/gradle-wrapper.properties +6 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/gradle.properties +19 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/gradlew +160 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/gradlew.bat +90 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/settings.gradle +1 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/styledictionary/build.gradle +28 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/styledictionary/proguard-rules.pro +17 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/styledictionary/src/androidTest/java/com/example/styledictionary/ExampleInstrumentedTest.java +26 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/styledictionary/src/main/AndroidManifest.xml +9 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/styledictionary/src/main/res/values/strings.xml +3 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/styledictionary/src/test/java/com/example/styledictionary/ExampleUnitTest.java +17 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/assets/fonts/MaterialIcons-Regular.eot +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/assets/fonts/MaterialIcons-Regular.ttf +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/assets/fonts/MaterialIcons-Regular.woff +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/assets/fonts/MaterialIcons-Regular.woff2 +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/assets/fonts/OpenSans-Regular.ttf +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/assets/fonts/Roboto-Regular.ttf +0 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/config.json +112 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Classes/StyleDictionary.h +35 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Classes/StyleDictionary.m +32 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Classes/StyleDictionaryButton.h +37 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Classes/StyleDictionaryButton.m +69 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Classes/UIButton+StyleDictionary.h +16 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Classes/UIButton+StyleDictionary.m +22 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Classes/UIColor+StyleDictionary.h +27 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Classes/UIColor+StyleDictionary.m +26 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Classes/UIFont+MaterialIcons.h +24 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Classes/UIFont+MaterialIcons.m +76 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Podfile +6 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Podfile.lock +16 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Local Podspecs/StyleDictionary.podspec.json +32 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Manifest.lock +16 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Pods.xcodeproj/project.pbxproj +792 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/Pods-StyleDictionary_Demo/Info.plist +26 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/Pods-StyleDictionary_Demo/Pods-StyleDictionary_Demo-acknowledgements.markdown +26 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/Pods-StyleDictionary_Demo/Pods-StyleDictionary_Demo-acknowledgements.plist +58 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/Pods-StyleDictionary_Demo/Pods-StyleDictionary_Demo-dummy.m +5 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/Pods-StyleDictionary_Demo/Pods-StyleDictionary_Demo-frameworks.sh +99 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/Pods-StyleDictionary_Demo/Pods-StyleDictionary_Demo-resources.sh +99 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/Pods-StyleDictionary_Demo/Pods-StyleDictionary_Demo-umbrella.h +16 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/Pods-StyleDictionary_Demo/Pods-StyleDictionary_Demo.debug.xcconfig +8 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/Pods-StyleDictionary_Demo/Pods-StyleDictionary_Demo.modulemap +6 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/Pods-StyleDictionary_Demo/Pods-StyleDictionary_Demo.release.xcconfig +8 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/StyleDictionary/Info.plist +26 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/StyleDictionary/ResourceBundle-StyleDictionary-Info.plist +24 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/StyleDictionary/StyleDictionary-dummy.m +5 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/StyleDictionary/StyleDictionary-prefix.pch +12 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/StyleDictionary/StyleDictionary-umbrella.h +25 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/StyleDictionary/StyleDictionary.modulemap +6 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/StyleDictionary/StyleDictionary.xcconfig +10 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Base.lproj/LaunchScreen.storyboard +31 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Base.lproj/Main.storyboard +31 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Components/CardViewCell.h +24 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Components/CardViewCell.m +70 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Components/ColorCell.h +16 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Components/ColorCell.m +37 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Components/FontColorViewCell.h +16 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Components/FontColorViewCell.m +13 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Components/HeaderCollectionViewCell.h +16 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Components/HeaderCollectionViewCell.m +33 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Components/IconViewCell.h +26 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Components/IconViewCell.m +59 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Images.xcassets/AppIcon.appiconset/Contents.json +53 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Images.xcassets/LaunchImage.launchimage/Contents.json +51 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Main.storyboard +48 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/StyleDictionary-Info.plist +49 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/StyleDictionary-Prefix.pch +16 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/StyleDictionaryAppDelegate.h +16 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/StyleDictionaryAppDelegate.m +46 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/StyleDictionaryViewController.h +14 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/StyleDictionaryViewController.m +30 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/BackgroundColorsViewController.h +26 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/BackgroundColorsViewController.m +101 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/BaseColorViewController.h +25 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/BaseColorViewController.m +137 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/ColorDetailViewController.h +26 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/ColorDetailViewController.m +87 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/ColorViewController.h +17 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/ColorViewController.m +60 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/IconDetailViewController.h +26 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/IconDetailViewController.m +86 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/IconsViewController.h +28 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/IconsViewController.m +76 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/PropertiesViewController.h +28 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/PropertiesViewController.m +121 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/RootViewController.h +29 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/RootViewController.m +71 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/SizeViewController.h +22 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/SizeViewController.m +49 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/TextColorViewController.h +28 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/TextColorViewController.m +140 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/en.lproj/InfoPlist.strings +2 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/main.m +17 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary.xcodeproj/project.pbxproj +549 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary.xcodeproj/xcshareddata/xcschemes/StyleDictionary-Demo.xcscheme +101 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary.xcworkspace/contents.xcworkspacedata +10 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/README.md +29 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/package.json +16 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/tokens/asset/font.json +21 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/tokens/color/background.json +35 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/tokens/color/base.json +301 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/tokens/color/border.json +21 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/tokens/color/brand.json +21 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/tokens/color/chart.json +19 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/tokens/color/font.json +35 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/tokens/content/icon.json +976 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/tokens/font.json +12 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/tokens/size/font.json +14 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/tokens/size/icon.json +11 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/tokens/size/padding.json +13 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/tokens/time.json +22 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/index.js +153 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/buildAllPlatforms.js +39 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/buildFile.js +143 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/buildFiles.js +41 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/buildPlatform.js +70 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/cleanActions.js +36 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/cleanAllPlatforms.js +35 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/cleanDir.js +59 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/cleanDirs.js +42 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/cleanFile.js +50 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/cleanFiles.js +42 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/cleanPlatform.js +62 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/actions.js +63 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/filters.js +30 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/formatHelpers/createPropertyFormatter.js +152 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/formatHelpers/fileHeader.js +87 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/formatHelpers/formattedVariables.js +69 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/formatHelpers/getTypeScriptType.js +77 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/formatHelpers/iconsWithPrefix.js +48 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/formatHelpers/index.js +28 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/formatHelpers/minifyDictionary.js +48 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/formatHelpers/setSwiftFileProperties.js +55 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/formatHelpers/sortByName.js +41 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/formatHelpers/sortByReference.js +78 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/formats.js +1246 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/android/colors.template +26 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/android/dimens.template +25 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/android/fontDimens.template +25 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/android/integers.template +25 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/android/resources.template +50 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/android/strings.template +25 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/compose/object.kt.template +32 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/css/fonts.css.template +28 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/flutter/class.dart.template +26 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/ios/colors.h.template +29 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/ios/colors.m.template +41 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/ios/macros.template +25 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/ios/plist.template +45 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/ios/singleton.h.template +29 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/ios/singleton.m.template +68 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/ios/static.h.template +23 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/ios/static.m.template +23 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/ios/strings.h.template +27 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/ios/strings.m.template +55 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/ios-swift/any.swift.template +29 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/scss/map-deep.template +41 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/scss/map-flat.template +30 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/static-style-guide/index.html.template +80 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/transformGroups.js +308 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/transforms.js +1178 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/exportPlatform.js +132 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/extend.js +153 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/filterProperties.js +90 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/performActions.js +33 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/register/action.js +63 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/register/fileHeader.js +48 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/register/filter.js +43 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/register/format.js +74 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/register/parser.js +42 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/register/template.js +57 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/register/transform.js +71 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/register/transformGroup.js +53 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/transform/config.js +169 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/transform/object.js +105 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/transform/property.js +54 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/transform/propertySetup.js +62 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/combineJSON.js +101 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/convertToBase64.js +30 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/createDictionary.js +49 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/createFormatArgs.js +39 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/deepExtend.js +87 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/es6_.js +165 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/flattenProperties.js +43 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/groupMessages.js +57 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/jsonc.js +14 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/references/createReferenceRegex.js +30 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/references/defaults.js +20 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/references/getName.js +33 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/references/getPathFromName.js +33 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/references/getReferences.js +80 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/references/resolveReference.js +36 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/references/usesReference.js +51 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/resolveObject.js +175 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/package.json +155 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/Action.d.ts +23 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/Config.d.ts +37 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/DesignToken.d.ts +42 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/Dictionary.d.ts +23 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/File.d.ts +23 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/FileHeader.d.ts +14 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/Filter.d.ts +19 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/Format.d.ts +47 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/FormatHelpers.d.ts +59 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/Matcher.d.ts +16 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/Options.d.ts +21 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/Parser.d.ts +24 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/Platform.d.ts +26 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/Transform.d.ts +46 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/TransformGroup.d.ts +16 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/TransformedToken.d.ts +43 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/_helpers.ts +14 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/index.d.ts +330 -0
- package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/index.test-d.ts +182 -0
- package/examples/advanced/custom-file-header/node_modules/supports-color/browser.js +5 -0
- package/examples/advanced/custom-file-header/node_modules/supports-color/index.js +135 -0
- package/examples/advanced/custom-file-header/node_modules/supports-color/license +9 -0
- package/examples/advanced/custom-file-header/node_modules/supports-color/package.json +53 -0
- package/examples/advanced/custom-file-header/node_modules/supports-color/readme.md +76 -0
- package/examples/advanced/custom-file-header/node_modules/tinycolor2/.travis.yml +7 -0
- package/examples/advanced/custom-file-header/node_modules/tinycolor2/Gruntfile.js +56 -0
- package/examples/advanced/custom-file-header/node_modules/tinycolor2/LICENSE +20 -0
- package/examples/advanced/custom-file-header/node_modules/tinycolor2/README.md +469 -0
- package/examples/advanced/custom-file-header/node_modules/tinycolor2/bower.json +9 -0
- package/examples/advanced/custom-file-header/node_modules/tinycolor2/demo/demo.css +23 -0
- package/examples/advanced/custom-file-header/node_modules/tinycolor2/dist/tinycolor-min.js +4 -0
- package/examples/advanced/custom-file-header/node_modules/tinycolor2/docs/docco.css +192 -0
- package/examples/advanced/custom-file-header/node_modules/tinycolor2/docs/tinycolor.html +1023 -0
- package/examples/advanced/custom-file-header/node_modules/tinycolor2/index.html +248 -0
- package/examples/advanced/custom-file-header/node_modules/tinycolor2/package.json +29 -0
- package/examples/advanced/custom-file-header/node_modules/tinycolor2/test/index.html +18 -0
- package/examples/advanced/custom-file-header/node_modules/tinycolor2/test/qunit.css +244 -0
- package/examples/advanced/custom-file-header/node_modules/tinycolor2/test/qunit.js +2152 -0
- package/examples/advanced/custom-file-header/node_modules/tinycolor2/test/test.js +791 -0
- package/examples/advanced/custom-file-header/node_modules/tinycolor2/tinycolor.js +1195 -0
- package/examples/advanced/custom-file-header/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/examples/advanced/custom-file-header/node_modules/tslib/LICENSE.txt +12 -0
- package/examples/advanced/custom-file-header/node_modules/tslib/README.md +164 -0
- package/examples/advanced/custom-file-header/node_modules/tslib/modules/index.js +55 -0
- package/examples/advanced/custom-file-header/node_modules/tslib/modules/package.json +3 -0
- package/examples/advanced/custom-file-header/node_modules/tslib/package.json +38 -0
- package/examples/advanced/custom-file-header/node_modules/tslib/tslib.d.ts +398 -0
- package/examples/advanced/custom-file-header/node_modules/tslib/tslib.es6.html +1 -0
- package/examples/advanced/custom-file-header/node_modules/tslib/tslib.es6.js +248 -0
- package/examples/advanced/custom-file-header/node_modules/tslib/tslib.html +1 -0
- package/examples/advanced/custom-file-header/node_modules/tslib/tslib.js +317 -0
- package/examples/advanced/custom-file-header/node_modules/universalify/LICENSE +20 -0
- package/examples/advanced/custom-file-header/node_modules/universalify/README.md +76 -0
- package/examples/advanced/custom-file-header/node_modules/universalify/index.js +24 -0
- package/examples/advanced/custom-file-header/node_modules/universalify/package.json +34 -0
- package/examples/advanced/custom-file-header/node_modules/upper-case/README.md +34 -0
- package/examples/advanced/custom-file-header/node_modules/upper-case/dist/index.d.ts +8 -0
- package/examples/advanced/custom-file-header/node_modules/upper-case/dist/index.js +49 -0
- package/examples/advanced/custom-file-header/node_modules/upper-case/dist/index.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/upper-case/dist/index.spec.d.ts +1 -0
- package/examples/advanced/custom-file-header/node_modules/upper-case/dist/index.spec.js +34 -0
- package/examples/advanced/custom-file-header/node_modules/upper-case/dist/index.spec.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/upper-case/dist.es2015/index.d.ts +8 -0
- package/examples/advanced/custom-file-header/node_modules/upper-case/dist.es2015/index.js +44 -0
- package/examples/advanced/custom-file-header/node_modules/upper-case/dist.es2015/index.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/upper-case/dist.es2015/index.spec.d.ts +1 -0
- package/examples/advanced/custom-file-header/node_modules/upper-case/dist.es2015/index.spec.js +32 -0
- package/examples/advanced/custom-file-header/node_modules/upper-case/dist.es2015/index.spec.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/upper-case/package.json +86 -0
- package/examples/advanced/custom-file-header/node_modules/upper-case-first/LICENSE +21 -0
- package/examples/advanced/custom-file-header/node_modules/upper-case-first/README.md +32 -0
- package/examples/advanced/custom-file-header/node_modules/upper-case-first/dist/index.d.ts +4 -0
- package/examples/advanced/custom-file-header/node_modules/upper-case-first/dist/index.js +11 -0
- package/examples/advanced/custom-file-header/node_modules/upper-case-first/dist/index.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/upper-case-first/dist/index.spec.d.ts +1 -0
- package/examples/advanced/custom-file-header/node_modules/upper-case-first/dist/index.spec.js +20 -0
- package/examples/advanced/custom-file-header/node_modules/upper-case-first/dist/index.spec.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/upper-case-first/dist.es2015/index.d.ts +4 -0
- package/examples/advanced/custom-file-header/node_modules/upper-case-first/dist.es2015/index.js +7 -0
- package/examples/advanced/custom-file-header/node_modules/upper-case-first/dist.es2015/index.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/upper-case-first/dist.es2015/index.spec.d.ts +1 -0
- package/examples/advanced/custom-file-header/node_modules/upper-case-first/dist.es2015/index.spec.js +18 -0
- package/examples/advanced/custom-file-header/node_modules/upper-case-first/dist.es2015/index.spec.js.map +1 -0
- package/examples/advanced/custom-file-header/node_modules/upper-case-first/package.json +87 -0
- package/examples/advanced/custom-file-header/node_modules/wrappy/LICENSE +15 -0
- package/examples/advanced/custom-file-header/node_modules/wrappy/README.md +36 -0
- package/examples/advanced/custom-file-header/node_modules/wrappy/package.json +29 -0
- package/examples/advanced/custom-file-header/node_modules/wrappy/wrappy.js +33 -0
- package/examples/advanced/custom-file-header/package.json +1 -1
- package/examples/advanced/custom-filters/package.json +1 -1
- package/examples/advanced/custom-formats-with-templates/package.json +1 -1
- package/examples/advanced/custom-parser/package.json +1 -1
- package/examples/advanced/custom-transforms/build.js +2 -2
- package/examples/advanced/custom-transforms/package.json +1 -1
- package/examples/advanced/font-face-rules/README.md +71 -0
- package/examples/advanced/font-face-rules/package.json +13 -0
- package/examples/advanced/font-face-rules/sd.config.js +102 -0
- package/examples/advanced/font-face-rules/tokens.json +28 -0
- package/examples/advanced/format-helpers/package.json +1 -1
- package/examples/advanced/matching-build-files/package.json +1 -1
- package/examples/advanced/multi-brand-multi-platform/package.json +1 -1
- package/examples/advanced/node-modules-as-config-and-properties/package.json +1 -1
- package/examples/advanced/npm-module/package.json +1 -1
- package/examples/advanced/referencing_aliasing/package.json +1 -1
- package/examples/advanced/s3/package.json +1 -1
- package/examples/advanced/tokens-deprecation/package.json +1 -1
- package/examples/advanced/transitive-transforms/package.json +1 -1
- package/examples/advanced/transitive-transforms/tokens/color/font.json5 +2 -1
- package/examples/advanced/variables-in-outputs/package.json +1 -1
- package/examples/advanced/yaml-tokens/package.json +1 -1
- package/lib/common/formatHelpers/formattedVariables.js +5 -1
- package/lib/common/formatHelpers/getTypeScriptType.js +3 -3
- package/lib/common/formatHelpers/iconsWithPrefix.js +1 -1
- package/lib/common/formatHelpers/minifyDictionary.js +1 -1
- package/lib/common/formatHelpers/sortByReference.js +7 -0
- package/lib/common/templates/scss/map-deep.template +5 -1
- package/lib/common/transforms.js +5 -3
- package/lib/utils/references/getReferences.js +6 -5
- package/lib/utils/resolveObject.js +15 -7
- package/package.json +1 -1
- package/types/Config.d.ts +2 -2
- package/types/File.d.ts +1 -0
- package/types/FormatHelpers.d.ts +7 -0
- package/types/index.d.ts +3 -1
|
@@ -0,0 +1,1195 @@
|
|
|
1
|
+
// TinyColor v1.4.2
|
|
2
|
+
// https://github.com/bgrins/TinyColor
|
|
3
|
+
// Brian Grinstead, MIT License
|
|
4
|
+
|
|
5
|
+
(function(Math) {
|
|
6
|
+
|
|
7
|
+
var trimLeft = /^\s+/,
|
|
8
|
+
trimRight = /\s+$/,
|
|
9
|
+
tinyCounter = 0,
|
|
10
|
+
mathRound = Math.round,
|
|
11
|
+
mathMin = Math.min,
|
|
12
|
+
mathMax = Math.max,
|
|
13
|
+
mathRandom = Math.random;
|
|
14
|
+
|
|
15
|
+
function tinycolor (color, opts) {
|
|
16
|
+
|
|
17
|
+
color = (color) ? color : '';
|
|
18
|
+
opts = opts || { };
|
|
19
|
+
|
|
20
|
+
// If input is already a tinycolor, return itself
|
|
21
|
+
if (color instanceof tinycolor) {
|
|
22
|
+
return color;
|
|
23
|
+
}
|
|
24
|
+
// If we are called as a function, call using new instead
|
|
25
|
+
if (!(this instanceof tinycolor)) {
|
|
26
|
+
return new tinycolor(color, opts);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
var rgb = inputToRGB(color);
|
|
30
|
+
this._originalInput = color,
|
|
31
|
+
this._r = rgb.r,
|
|
32
|
+
this._g = rgb.g,
|
|
33
|
+
this._b = rgb.b,
|
|
34
|
+
this._a = rgb.a,
|
|
35
|
+
this._roundA = mathRound(100*this._a) / 100,
|
|
36
|
+
this._format = opts.format || rgb.format;
|
|
37
|
+
this._gradientType = opts.gradientType;
|
|
38
|
+
|
|
39
|
+
// Don't let the range of [0,255] come back in [0,1].
|
|
40
|
+
// Potentially lose a little bit of precision here, but will fix issues where
|
|
41
|
+
// .5 gets interpreted as half of the total, instead of half of 1
|
|
42
|
+
// If it was supposed to be 128, this was already taken care of by `inputToRgb`
|
|
43
|
+
if (this._r < 1) { this._r = mathRound(this._r); }
|
|
44
|
+
if (this._g < 1) { this._g = mathRound(this._g); }
|
|
45
|
+
if (this._b < 1) { this._b = mathRound(this._b); }
|
|
46
|
+
|
|
47
|
+
this._ok = rgb.ok;
|
|
48
|
+
this._tc_id = tinyCounter++;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
tinycolor.prototype = {
|
|
52
|
+
isDark: function() {
|
|
53
|
+
return this.getBrightness() < 128;
|
|
54
|
+
},
|
|
55
|
+
isLight: function() {
|
|
56
|
+
return !this.isDark();
|
|
57
|
+
},
|
|
58
|
+
isValid: function() {
|
|
59
|
+
return this._ok;
|
|
60
|
+
},
|
|
61
|
+
getOriginalInput: function() {
|
|
62
|
+
return this._originalInput;
|
|
63
|
+
},
|
|
64
|
+
getFormat: function() {
|
|
65
|
+
return this._format;
|
|
66
|
+
},
|
|
67
|
+
getAlpha: function() {
|
|
68
|
+
return this._a;
|
|
69
|
+
},
|
|
70
|
+
getBrightness: function() {
|
|
71
|
+
//http://www.w3.org/TR/AERT#color-contrast
|
|
72
|
+
var rgb = this.toRgb();
|
|
73
|
+
return (rgb.r * 299 + rgb.g * 587 + rgb.b * 114) / 1000;
|
|
74
|
+
},
|
|
75
|
+
getLuminance: function() {
|
|
76
|
+
//http://www.w3.org/TR/2008/REC-WCAG20-20081211/#relativeluminancedef
|
|
77
|
+
var rgb = this.toRgb();
|
|
78
|
+
var RsRGB, GsRGB, BsRGB, R, G, B;
|
|
79
|
+
RsRGB = rgb.r/255;
|
|
80
|
+
GsRGB = rgb.g/255;
|
|
81
|
+
BsRGB = rgb.b/255;
|
|
82
|
+
|
|
83
|
+
if (RsRGB <= 0.03928) {R = RsRGB / 12.92;} else {R = Math.pow(((RsRGB + 0.055) / 1.055), 2.4);}
|
|
84
|
+
if (GsRGB <= 0.03928) {G = GsRGB / 12.92;} else {G = Math.pow(((GsRGB + 0.055) / 1.055), 2.4);}
|
|
85
|
+
if (BsRGB <= 0.03928) {B = BsRGB / 12.92;} else {B = Math.pow(((BsRGB + 0.055) / 1.055), 2.4);}
|
|
86
|
+
return (0.2126 * R) + (0.7152 * G) + (0.0722 * B);
|
|
87
|
+
},
|
|
88
|
+
setAlpha: function(value) {
|
|
89
|
+
this._a = boundAlpha(value);
|
|
90
|
+
this._roundA = mathRound(100*this._a) / 100;
|
|
91
|
+
return this;
|
|
92
|
+
},
|
|
93
|
+
toHsv: function() {
|
|
94
|
+
var hsv = rgbToHsv(this._r, this._g, this._b);
|
|
95
|
+
return { h: hsv.h * 360, s: hsv.s, v: hsv.v, a: this._a };
|
|
96
|
+
},
|
|
97
|
+
toHsvString: function() {
|
|
98
|
+
var hsv = rgbToHsv(this._r, this._g, this._b);
|
|
99
|
+
var h = mathRound(hsv.h * 360), s = mathRound(hsv.s * 100), v = mathRound(hsv.v * 100);
|
|
100
|
+
return (this._a == 1) ?
|
|
101
|
+
"hsv(" + h + ", " + s + "%, " + v + "%)" :
|
|
102
|
+
"hsva(" + h + ", " + s + "%, " + v + "%, "+ this._roundA + ")";
|
|
103
|
+
},
|
|
104
|
+
toHsl: function() {
|
|
105
|
+
var hsl = rgbToHsl(this._r, this._g, this._b);
|
|
106
|
+
return { h: hsl.h * 360, s: hsl.s, l: hsl.l, a: this._a };
|
|
107
|
+
},
|
|
108
|
+
toHslString: function() {
|
|
109
|
+
var hsl = rgbToHsl(this._r, this._g, this._b);
|
|
110
|
+
var h = mathRound(hsl.h * 360), s = mathRound(hsl.s * 100), l = mathRound(hsl.l * 100);
|
|
111
|
+
return (this._a == 1) ?
|
|
112
|
+
"hsl(" + h + ", " + s + "%, " + l + "%)" :
|
|
113
|
+
"hsla(" + h + ", " + s + "%, " + l + "%, "+ this._roundA + ")";
|
|
114
|
+
},
|
|
115
|
+
toHex: function(allow3Char) {
|
|
116
|
+
return rgbToHex(this._r, this._g, this._b, allow3Char);
|
|
117
|
+
},
|
|
118
|
+
toHexString: function(allow3Char) {
|
|
119
|
+
return '#' + this.toHex(allow3Char);
|
|
120
|
+
},
|
|
121
|
+
toHex8: function(allow4Char) {
|
|
122
|
+
return rgbaToHex(this._r, this._g, this._b, this._a, allow4Char);
|
|
123
|
+
},
|
|
124
|
+
toHex8String: function(allow4Char) {
|
|
125
|
+
return '#' + this.toHex8(allow4Char);
|
|
126
|
+
},
|
|
127
|
+
toRgb: function() {
|
|
128
|
+
return { r: mathRound(this._r), g: mathRound(this._g), b: mathRound(this._b), a: this._a };
|
|
129
|
+
},
|
|
130
|
+
toRgbString: function() {
|
|
131
|
+
return (this._a == 1) ?
|
|
132
|
+
"rgb(" + mathRound(this._r) + ", " + mathRound(this._g) + ", " + mathRound(this._b) + ")" :
|
|
133
|
+
"rgba(" + mathRound(this._r) + ", " + mathRound(this._g) + ", " + mathRound(this._b) + ", " + this._roundA + ")";
|
|
134
|
+
},
|
|
135
|
+
toPercentageRgb: function() {
|
|
136
|
+
return { r: mathRound(bound01(this._r, 255) * 100) + "%", g: mathRound(bound01(this._g, 255) * 100) + "%", b: mathRound(bound01(this._b, 255) * 100) + "%", a: this._a };
|
|
137
|
+
},
|
|
138
|
+
toPercentageRgbString: function() {
|
|
139
|
+
return (this._a == 1) ?
|
|
140
|
+
"rgb(" + mathRound(bound01(this._r, 255) * 100) + "%, " + mathRound(bound01(this._g, 255) * 100) + "%, " + mathRound(bound01(this._b, 255) * 100) + "%)" :
|
|
141
|
+
"rgba(" + mathRound(bound01(this._r, 255) * 100) + "%, " + mathRound(bound01(this._g, 255) * 100) + "%, " + mathRound(bound01(this._b, 255) * 100) + "%, " + this._roundA + ")";
|
|
142
|
+
},
|
|
143
|
+
toName: function() {
|
|
144
|
+
if (this._a === 0) {
|
|
145
|
+
return "transparent";
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
if (this._a < 1) {
|
|
149
|
+
return false;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
return hexNames[rgbToHex(this._r, this._g, this._b, true)] || false;
|
|
153
|
+
},
|
|
154
|
+
toFilter: function(secondColor) {
|
|
155
|
+
var hex8String = '#' + rgbaToArgbHex(this._r, this._g, this._b, this._a);
|
|
156
|
+
var secondHex8String = hex8String;
|
|
157
|
+
var gradientType = this._gradientType ? "GradientType = 1, " : "";
|
|
158
|
+
|
|
159
|
+
if (secondColor) {
|
|
160
|
+
var s = tinycolor(secondColor);
|
|
161
|
+
secondHex8String = '#' + rgbaToArgbHex(s._r, s._g, s._b, s._a);
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
return "progid:DXImageTransform.Microsoft.gradient("+gradientType+"startColorstr="+hex8String+",endColorstr="+secondHex8String+")";
|
|
165
|
+
},
|
|
166
|
+
toString: function(format) {
|
|
167
|
+
var formatSet = !!format;
|
|
168
|
+
format = format || this._format;
|
|
169
|
+
|
|
170
|
+
var formattedString = false;
|
|
171
|
+
var hasAlpha = this._a < 1 && this._a >= 0;
|
|
172
|
+
var needsAlphaFormat = !formatSet && hasAlpha && (format === "hex" || format === "hex6" || format === "hex3" || format === "hex4" || format === "hex8" || format === "name");
|
|
173
|
+
|
|
174
|
+
if (needsAlphaFormat) {
|
|
175
|
+
// Special case for "transparent", all other non-alpha formats
|
|
176
|
+
// will return rgba when there is transparency.
|
|
177
|
+
if (format === "name" && this._a === 0) {
|
|
178
|
+
return this.toName();
|
|
179
|
+
}
|
|
180
|
+
return this.toRgbString();
|
|
181
|
+
}
|
|
182
|
+
if (format === "rgb") {
|
|
183
|
+
formattedString = this.toRgbString();
|
|
184
|
+
}
|
|
185
|
+
if (format === "prgb") {
|
|
186
|
+
formattedString = this.toPercentageRgbString();
|
|
187
|
+
}
|
|
188
|
+
if (format === "hex" || format === "hex6") {
|
|
189
|
+
formattedString = this.toHexString();
|
|
190
|
+
}
|
|
191
|
+
if (format === "hex3") {
|
|
192
|
+
formattedString = this.toHexString(true);
|
|
193
|
+
}
|
|
194
|
+
if (format === "hex4") {
|
|
195
|
+
formattedString = this.toHex8String(true);
|
|
196
|
+
}
|
|
197
|
+
if (format === "hex8") {
|
|
198
|
+
formattedString = this.toHex8String();
|
|
199
|
+
}
|
|
200
|
+
if (format === "name") {
|
|
201
|
+
formattedString = this.toName();
|
|
202
|
+
}
|
|
203
|
+
if (format === "hsl") {
|
|
204
|
+
formattedString = this.toHslString();
|
|
205
|
+
}
|
|
206
|
+
if (format === "hsv") {
|
|
207
|
+
formattedString = this.toHsvString();
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
return formattedString || this.toHexString();
|
|
211
|
+
},
|
|
212
|
+
clone: function() {
|
|
213
|
+
return tinycolor(this.toString());
|
|
214
|
+
},
|
|
215
|
+
|
|
216
|
+
_applyModification: function(fn, args) {
|
|
217
|
+
var color = fn.apply(null, [this].concat([].slice.call(args)));
|
|
218
|
+
this._r = color._r;
|
|
219
|
+
this._g = color._g;
|
|
220
|
+
this._b = color._b;
|
|
221
|
+
this.setAlpha(color._a);
|
|
222
|
+
return this;
|
|
223
|
+
},
|
|
224
|
+
lighten: function() {
|
|
225
|
+
return this._applyModification(lighten, arguments);
|
|
226
|
+
},
|
|
227
|
+
brighten: function() {
|
|
228
|
+
return this._applyModification(brighten, arguments);
|
|
229
|
+
},
|
|
230
|
+
darken: function() {
|
|
231
|
+
return this._applyModification(darken, arguments);
|
|
232
|
+
},
|
|
233
|
+
desaturate: function() {
|
|
234
|
+
return this._applyModification(desaturate, arguments);
|
|
235
|
+
},
|
|
236
|
+
saturate: function() {
|
|
237
|
+
return this._applyModification(saturate, arguments);
|
|
238
|
+
},
|
|
239
|
+
greyscale: function() {
|
|
240
|
+
return this._applyModification(greyscale, arguments);
|
|
241
|
+
},
|
|
242
|
+
spin: function() {
|
|
243
|
+
return this._applyModification(spin, arguments);
|
|
244
|
+
},
|
|
245
|
+
|
|
246
|
+
_applyCombination: function(fn, args) {
|
|
247
|
+
return fn.apply(null, [this].concat([].slice.call(args)));
|
|
248
|
+
},
|
|
249
|
+
analogous: function() {
|
|
250
|
+
return this._applyCombination(analogous, arguments);
|
|
251
|
+
},
|
|
252
|
+
complement: function() {
|
|
253
|
+
return this._applyCombination(complement, arguments);
|
|
254
|
+
},
|
|
255
|
+
monochromatic: function() {
|
|
256
|
+
return this._applyCombination(monochromatic, arguments);
|
|
257
|
+
},
|
|
258
|
+
splitcomplement: function() {
|
|
259
|
+
return this._applyCombination(splitcomplement, arguments);
|
|
260
|
+
},
|
|
261
|
+
triad: function() {
|
|
262
|
+
return this._applyCombination(triad, arguments);
|
|
263
|
+
},
|
|
264
|
+
tetrad: function() {
|
|
265
|
+
return this._applyCombination(tetrad, arguments);
|
|
266
|
+
}
|
|
267
|
+
};
|
|
268
|
+
|
|
269
|
+
// If input is an object, force 1 into "1.0" to handle ratios properly
|
|
270
|
+
// String input requires "1.0" as input, so 1 will be treated as 1
|
|
271
|
+
tinycolor.fromRatio = function(color, opts) {
|
|
272
|
+
if (typeof color == "object") {
|
|
273
|
+
var newColor = {};
|
|
274
|
+
for (var i in color) {
|
|
275
|
+
if (color.hasOwnProperty(i)) {
|
|
276
|
+
if (i === "a") {
|
|
277
|
+
newColor[i] = color[i];
|
|
278
|
+
}
|
|
279
|
+
else {
|
|
280
|
+
newColor[i] = convertToPercentage(color[i]);
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
color = newColor;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
return tinycolor(color, opts);
|
|
288
|
+
};
|
|
289
|
+
|
|
290
|
+
// Given a string or object, convert that input to RGB
|
|
291
|
+
// Possible string inputs:
|
|
292
|
+
//
|
|
293
|
+
// "red"
|
|
294
|
+
// "#f00" or "f00"
|
|
295
|
+
// "#ff0000" or "ff0000"
|
|
296
|
+
// "#ff000000" or "ff000000"
|
|
297
|
+
// "rgb 255 0 0" or "rgb (255, 0, 0)"
|
|
298
|
+
// "rgb 1.0 0 0" or "rgb (1, 0, 0)"
|
|
299
|
+
// "rgba (255, 0, 0, 1)" or "rgba 255, 0, 0, 1"
|
|
300
|
+
// "rgba (1.0, 0, 0, 1)" or "rgba 1.0, 0, 0, 1"
|
|
301
|
+
// "hsl(0, 100%, 50%)" or "hsl 0 100% 50%"
|
|
302
|
+
// "hsla(0, 100%, 50%, 1)" or "hsla 0 100% 50%, 1"
|
|
303
|
+
// "hsv(0, 100%, 100%)" or "hsv 0 100% 100%"
|
|
304
|
+
//
|
|
305
|
+
function inputToRGB(color) {
|
|
306
|
+
|
|
307
|
+
var rgb = { r: 0, g: 0, b: 0 };
|
|
308
|
+
var a = 1;
|
|
309
|
+
var s = null;
|
|
310
|
+
var v = null;
|
|
311
|
+
var l = null;
|
|
312
|
+
var ok = false;
|
|
313
|
+
var format = false;
|
|
314
|
+
|
|
315
|
+
if (typeof color == "string") {
|
|
316
|
+
color = stringInputToObject(color);
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
if (typeof color == "object") {
|
|
320
|
+
if (isValidCSSUnit(color.r) && isValidCSSUnit(color.g) && isValidCSSUnit(color.b)) {
|
|
321
|
+
rgb = rgbToRgb(color.r, color.g, color.b);
|
|
322
|
+
ok = true;
|
|
323
|
+
format = String(color.r).substr(-1) === "%" ? "prgb" : "rgb";
|
|
324
|
+
}
|
|
325
|
+
else if (isValidCSSUnit(color.h) && isValidCSSUnit(color.s) && isValidCSSUnit(color.v)) {
|
|
326
|
+
s = convertToPercentage(color.s);
|
|
327
|
+
v = convertToPercentage(color.v);
|
|
328
|
+
rgb = hsvToRgb(color.h, s, v);
|
|
329
|
+
ok = true;
|
|
330
|
+
format = "hsv";
|
|
331
|
+
}
|
|
332
|
+
else if (isValidCSSUnit(color.h) && isValidCSSUnit(color.s) && isValidCSSUnit(color.l)) {
|
|
333
|
+
s = convertToPercentage(color.s);
|
|
334
|
+
l = convertToPercentage(color.l);
|
|
335
|
+
rgb = hslToRgb(color.h, s, l);
|
|
336
|
+
ok = true;
|
|
337
|
+
format = "hsl";
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
if (color.hasOwnProperty("a")) {
|
|
341
|
+
a = color.a;
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
a = boundAlpha(a);
|
|
346
|
+
|
|
347
|
+
return {
|
|
348
|
+
ok: ok,
|
|
349
|
+
format: color.format || format,
|
|
350
|
+
r: mathMin(255, mathMax(rgb.r, 0)),
|
|
351
|
+
g: mathMin(255, mathMax(rgb.g, 0)),
|
|
352
|
+
b: mathMin(255, mathMax(rgb.b, 0)),
|
|
353
|
+
a: a
|
|
354
|
+
};
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
// Conversion Functions
|
|
359
|
+
// --------------------
|
|
360
|
+
|
|
361
|
+
// `rgbToHsl`, `rgbToHsv`, `hslToRgb`, `hsvToRgb` modified from:
|
|
362
|
+
// <http://mjijackson.com/2008/02/rgb-to-hsl-and-rgb-to-hsv-color-model-conversion-algorithms-in-javascript>
|
|
363
|
+
|
|
364
|
+
// `rgbToRgb`
|
|
365
|
+
// Handle bounds / percentage checking to conform to CSS color spec
|
|
366
|
+
// <http://www.w3.org/TR/css3-color/>
|
|
367
|
+
// *Assumes:* r, g, b in [0, 255] or [0, 1]
|
|
368
|
+
// *Returns:* { r, g, b } in [0, 255]
|
|
369
|
+
function rgbToRgb(r, g, b){
|
|
370
|
+
return {
|
|
371
|
+
r: bound01(r, 255) * 255,
|
|
372
|
+
g: bound01(g, 255) * 255,
|
|
373
|
+
b: bound01(b, 255) * 255
|
|
374
|
+
};
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
// `rgbToHsl`
|
|
378
|
+
// Converts an RGB color value to HSL.
|
|
379
|
+
// *Assumes:* r, g, and b are contained in [0, 255] or [0, 1]
|
|
380
|
+
// *Returns:* { h, s, l } in [0,1]
|
|
381
|
+
function rgbToHsl(r, g, b) {
|
|
382
|
+
|
|
383
|
+
r = bound01(r, 255);
|
|
384
|
+
g = bound01(g, 255);
|
|
385
|
+
b = bound01(b, 255);
|
|
386
|
+
|
|
387
|
+
var max = mathMax(r, g, b), min = mathMin(r, g, b);
|
|
388
|
+
var h, s, l = (max + min) / 2;
|
|
389
|
+
|
|
390
|
+
if(max == min) {
|
|
391
|
+
h = s = 0; // achromatic
|
|
392
|
+
}
|
|
393
|
+
else {
|
|
394
|
+
var d = max - min;
|
|
395
|
+
s = l > 0.5 ? d / (2 - max - min) : d / (max + min);
|
|
396
|
+
switch(max) {
|
|
397
|
+
case r: h = (g - b) / d + (g < b ? 6 : 0); break;
|
|
398
|
+
case g: h = (b - r) / d + 2; break;
|
|
399
|
+
case b: h = (r - g) / d + 4; break;
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
h /= 6;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
return { h: h, s: s, l: l };
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
// `hslToRgb`
|
|
409
|
+
// Converts an HSL color value to RGB.
|
|
410
|
+
// *Assumes:* h is contained in [0, 1] or [0, 360] and s and l are contained [0, 1] or [0, 100]
|
|
411
|
+
// *Returns:* { r, g, b } in the set [0, 255]
|
|
412
|
+
function hslToRgb(h, s, l) {
|
|
413
|
+
var r, g, b;
|
|
414
|
+
|
|
415
|
+
h = bound01(h, 360);
|
|
416
|
+
s = bound01(s, 100);
|
|
417
|
+
l = bound01(l, 100);
|
|
418
|
+
|
|
419
|
+
function hue2rgb(p, q, t) {
|
|
420
|
+
if(t < 0) t += 1;
|
|
421
|
+
if(t > 1) t -= 1;
|
|
422
|
+
if(t < 1/6) return p + (q - p) * 6 * t;
|
|
423
|
+
if(t < 1/2) return q;
|
|
424
|
+
if(t < 2/3) return p + (q - p) * (2/3 - t) * 6;
|
|
425
|
+
return p;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
if(s === 0) {
|
|
429
|
+
r = g = b = l; // achromatic
|
|
430
|
+
}
|
|
431
|
+
else {
|
|
432
|
+
var q = l < 0.5 ? l * (1 + s) : l + s - l * s;
|
|
433
|
+
var p = 2 * l - q;
|
|
434
|
+
r = hue2rgb(p, q, h + 1/3);
|
|
435
|
+
g = hue2rgb(p, q, h);
|
|
436
|
+
b = hue2rgb(p, q, h - 1/3);
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
return { r: r * 255, g: g * 255, b: b * 255 };
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
// `rgbToHsv`
|
|
443
|
+
// Converts an RGB color value to HSV
|
|
444
|
+
// *Assumes:* r, g, and b are contained in the set [0, 255] or [0, 1]
|
|
445
|
+
// *Returns:* { h, s, v } in [0,1]
|
|
446
|
+
function rgbToHsv(r, g, b) {
|
|
447
|
+
|
|
448
|
+
r = bound01(r, 255);
|
|
449
|
+
g = bound01(g, 255);
|
|
450
|
+
b = bound01(b, 255);
|
|
451
|
+
|
|
452
|
+
var max = mathMax(r, g, b), min = mathMin(r, g, b);
|
|
453
|
+
var h, s, v = max;
|
|
454
|
+
|
|
455
|
+
var d = max - min;
|
|
456
|
+
s = max === 0 ? 0 : d / max;
|
|
457
|
+
|
|
458
|
+
if(max == min) {
|
|
459
|
+
h = 0; // achromatic
|
|
460
|
+
}
|
|
461
|
+
else {
|
|
462
|
+
switch(max) {
|
|
463
|
+
case r: h = (g - b) / d + (g < b ? 6 : 0); break;
|
|
464
|
+
case g: h = (b - r) / d + 2; break;
|
|
465
|
+
case b: h = (r - g) / d + 4; break;
|
|
466
|
+
}
|
|
467
|
+
h /= 6;
|
|
468
|
+
}
|
|
469
|
+
return { h: h, s: s, v: v };
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
// `hsvToRgb`
|
|
473
|
+
// Converts an HSV color value to RGB.
|
|
474
|
+
// *Assumes:* h is contained in [0, 1] or [0, 360] and s and v are contained in [0, 1] or [0, 100]
|
|
475
|
+
// *Returns:* { r, g, b } in the set [0, 255]
|
|
476
|
+
function hsvToRgb(h, s, v) {
|
|
477
|
+
|
|
478
|
+
h = bound01(h, 360) * 6;
|
|
479
|
+
s = bound01(s, 100);
|
|
480
|
+
v = bound01(v, 100);
|
|
481
|
+
|
|
482
|
+
var i = Math.floor(h),
|
|
483
|
+
f = h - i,
|
|
484
|
+
p = v * (1 - s),
|
|
485
|
+
q = v * (1 - f * s),
|
|
486
|
+
t = v * (1 - (1 - f) * s),
|
|
487
|
+
mod = i % 6,
|
|
488
|
+
r = [v, q, p, p, t, v][mod],
|
|
489
|
+
g = [t, v, v, q, p, p][mod],
|
|
490
|
+
b = [p, p, t, v, v, q][mod];
|
|
491
|
+
|
|
492
|
+
return { r: r * 255, g: g * 255, b: b * 255 };
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
// `rgbToHex`
|
|
496
|
+
// Converts an RGB color to hex
|
|
497
|
+
// Assumes r, g, and b are contained in the set [0, 255]
|
|
498
|
+
// Returns a 3 or 6 character hex
|
|
499
|
+
function rgbToHex(r, g, b, allow3Char) {
|
|
500
|
+
|
|
501
|
+
var hex = [
|
|
502
|
+
pad2(mathRound(r).toString(16)),
|
|
503
|
+
pad2(mathRound(g).toString(16)),
|
|
504
|
+
pad2(mathRound(b).toString(16))
|
|
505
|
+
];
|
|
506
|
+
|
|
507
|
+
// Return a 3 character hex if possible
|
|
508
|
+
if (allow3Char && hex[0].charAt(0) == hex[0].charAt(1) && hex[1].charAt(0) == hex[1].charAt(1) && hex[2].charAt(0) == hex[2].charAt(1)) {
|
|
509
|
+
return hex[0].charAt(0) + hex[1].charAt(0) + hex[2].charAt(0);
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
return hex.join("");
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
// `rgbaToHex`
|
|
516
|
+
// Converts an RGBA color plus alpha transparency to hex
|
|
517
|
+
// Assumes r, g, b are contained in the set [0, 255] and
|
|
518
|
+
// a in [0, 1]. Returns a 4 or 8 character rgba hex
|
|
519
|
+
function rgbaToHex(r, g, b, a, allow4Char) {
|
|
520
|
+
|
|
521
|
+
var hex = [
|
|
522
|
+
pad2(mathRound(r).toString(16)),
|
|
523
|
+
pad2(mathRound(g).toString(16)),
|
|
524
|
+
pad2(mathRound(b).toString(16)),
|
|
525
|
+
pad2(convertDecimalToHex(a))
|
|
526
|
+
];
|
|
527
|
+
|
|
528
|
+
// Return a 4 character hex if possible
|
|
529
|
+
if (allow4Char && hex[0].charAt(0) == hex[0].charAt(1) && hex[1].charAt(0) == hex[1].charAt(1) && hex[2].charAt(0) == hex[2].charAt(1) && hex[3].charAt(0) == hex[3].charAt(1)) {
|
|
530
|
+
return hex[0].charAt(0) + hex[1].charAt(0) + hex[2].charAt(0) + hex[3].charAt(0);
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
return hex.join("");
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
// `rgbaToArgbHex`
|
|
537
|
+
// Converts an RGBA color to an ARGB Hex8 string
|
|
538
|
+
// Rarely used, but required for "toFilter()"
|
|
539
|
+
function rgbaToArgbHex(r, g, b, a) {
|
|
540
|
+
|
|
541
|
+
var hex = [
|
|
542
|
+
pad2(convertDecimalToHex(a)),
|
|
543
|
+
pad2(mathRound(r).toString(16)),
|
|
544
|
+
pad2(mathRound(g).toString(16)),
|
|
545
|
+
pad2(mathRound(b).toString(16))
|
|
546
|
+
];
|
|
547
|
+
|
|
548
|
+
return hex.join("");
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
// `equals`
|
|
552
|
+
// Can be called with any tinycolor input
|
|
553
|
+
tinycolor.equals = function (color1, color2) {
|
|
554
|
+
if (!color1 || !color2) { return false; }
|
|
555
|
+
return tinycolor(color1).toRgbString() == tinycolor(color2).toRgbString();
|
|
556
|
+
};
|
|
557
|
+
|
|
558
|
+
tinycolor.random = function() {
|
|
559
|
+
return tinycolor.fromRatio({
|
|
560
|
+
r: mathRandom(),
|
|
561
|
+
g: mathRandom(),
|
|
562
|
+
b: mathRandom()
|
|
563
|
+
});
|
|
564
|
+
};
|
|
565
|
+
|
|
566
|
+
|
|
567
|
+
// Modification Functions
|
|
568
|
+
// ----------------------
|
|
569
|
+
// Thanks to less.js for some of the basics here
|
|
570
|
+
// <https://github.com/cloudhead/less.js/blob/master/lib/less/functions.js>
|
|
571
|
+
|
|
572
|
+
function desaturate(color, amount) {
|
|
573
|
+
amount = (amount === 0) ? 0 : (amount || 10);
|
|
574
|
+
var hsl = tinycolor(color).toHsl();
|
|
575
|
+
hsl.s -= amount / 100;
|
|
576
|
+
hsl.s = clamp01(hsl.s);
|
|
577
|
+
return tinycolor(hsl);
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
function saturate(color, amount) {
|
|
581
|
+
amount = (amount === 0) ? 0 : (amount || 10);
|
|
582
|
+
var hsl = tinycolor(color).toHsl();
|
|
583
|
+
hsl.s += amount / 100;
|
|
584
|
+
hsl.s = clamp01(hsl.s);
|
|
585
|
+
return tinycolor(hsl);
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
function greyscale(color) {
|
|
589
|
+
return tinycolor(color).desaturate(100);
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
function lighten (color, amount) {
|
|
593
|
+
amount = (amount === 0) ? 0 : (amount || 10);
|
|
594
|
+
var hsl = tinycolor(color).toHsl();
|
|
595
|
+
hsl.l += amount / 100;
|
|
596
|
+
hsl.l = clamp01(hsl.l);
|
|
597
|
+
return tinycolor(hsl);
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
function brighten(color, amount) {
|
|
601
|
+
amount = (amount === 0) ? 0 : (amount || 10);
|
|
602
|
+
var rgb = tinycolor(color).toRgb();
|
|
603
|
+
rgb.r = mathMax(0, mathMin(255, rgb.r - mathRound(255 * - (amount / 100))));
|
|
604
|
+
rgb.g = mathMax(0, mathMin(255, rgb.g - mathRound(255 * - (amount / 100))));
|
|
605
|
+
rgb.b = mathMax(0, mathMin(255, rgb.b - mathRound(255 * - (amount / 100))));
|
|
606
|
+
return tinycolor(rgb);
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
function darken (color, amount) {
|
|
610
|
+
amount = (amount === 0) ? 0 : (amount || 10);
|
|
611
|
+
var hsl = tinycolor(color).toHsl();
|
|
612
|
+
hsl.l -= amount / 100;
|
|
613
|
+
hsl.l = clamp01(hsl.l);
|
|
614
|
+
return tinycolor(hsl);
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
// Spin takes a positive or negative amount within [-360, 360] indicating the change of hue.
|
|
618
|
+
// Values outside of this range will be wrapped into this range.
|
|
619
|
+
function spin(color, amount) {
|
|
620
|
+
var hsl = tinycolor(color).toHsl();
|
|
621
|
+
var hue = (hsl.h + amount) % 360;
|
|
622
|
+
hsl.h = hue < 0 ? 360 + hue : hue;
|
|
623
|
+
return tinycolor(hsl);
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
// Combination Functions
|
|
627
|
+
// ---------------------
|
|
628
|
+
// Thanks to jQuery xColor for some of the ideas behind these
|
|
629
|
+
// <https://github.com/infusion/jQuery-xcolor/blob/master/jquery.xcolor.js>
|
|
630
|
+
|
|
631
|
+
function complement(color) {
|
|
632
|
+
var hsl = tinycolor(color).toHsl();
|
|
633
|
+
hsl.h = (hsl.h + 180) % 360;
|
|
634
|
+
return tinycolor(hsl);
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
function triad(color) {
|
|
638
|
+
var hsl = tinycolor(color).toHsl();
|
|
639
|
+
var h = hsl.h;
|
|
640
|
+
return [
|
|
641
|
+
tinycolor(color),
|
|
642
|
+
tinycolor({ h: (h + 120) % 360, s: hsl.s, l: hsl.l }),
|
|
643
|
+
tinycolor({ h: (h + 240) % 360, s: hsl.s, l: hsl.l })
|
|
644
|
+
];
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
function tetrad(color) {
|
|
648
|
+
var hsl = tinycolor(color).toHsl();
|
|
649
|
+
var h = hsl.h;
|
|
650
|
+
return [
|
|
651
|
+
tinycolor(color),
|
|
652
|
+
tinycolor({ h: (h + 90) % 360, s: hsl.s, l: hsl.l }),
|
|
653
|
+
tinycolor({ h: (h + 180) % 360, s: hsl.s, l: hsl.l }),
|
|
654
|
+
tinycolor({ h: (h + 270) % 360, s: hsl.s, l: hsl.l })
|
|
655
|
+
];
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
function splitcomplement(color) {
|
|
659
|
+
var hsl = tinycolor(color).toHsl();
|
|
660
|
+
var h = hsl.h;
|
|
661
|
+
return [
|
|
662
|
+
tinycolor(color),
|
|
663
|
+
tinycolor({ h: (h + 72) % 360, s: hsl.s, l: hsl.l}),
|
|
664
|
+
tinycolor({ h: (h + 216) % 360, s: hsl.s, l: hsl.l})
|
|
665
|
+
];
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
function analogous(color, results, slices) {
|
|
669
|
+
results = results || 6;
|
|
670
|
+
slices = slices || 30;
|
|
671
|
+
|
|
672
|
+
var hsl = tinycolor(color).toHsl();
|
|
673
|
+
var part = 360 / slices;
|
|
674
|
+
var ret = [tinycolor(color)];
|
|
675
|
+
|
|
676
|
+
for (hsl.h = ((hsl.h - (part * results >> 1)) + 720) % 360; --results; ) {
|
|
677
|
+
hsl.h = (hsl.h + part) % 360;
|
|
678
|
+
ret.push(tinycolor(hsl));
|
|
679
|
+
}
|
|
680
|
+
return ret;
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
function monochromatic(color, results) {
|
|
684
|
+
results = results || 6;
|
|
685
|
+
var hsv = tinycolor(color).toHsv();
|
|
686
|
+
var h = hsv.h, s = hsv.s, v = hsv.v;
|
|
687
|
+
var ret = [];
|
|
688
|
+
var modification = 1 / results;
|
|
689
|
+
|
|
690
|
+
while (results--) {
|
|
691
|
+
ret.push(tinycolor({ h: h, s: s, v: v}));
|
|
692
|
+
v = (v + modification) % 1;
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
return ret;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
// Utility Functions
|
|
699
|
+
// ---------------------
|
|
700
|
+
|
|
701
|
+
tinycolor.mix = function(color1, color2, amount) {
|
|
702
|
+
amount = (amount === 0) ? 0 : (amount || 50);
|
|
703
|
+
|
|
704
|
+
var rgb1 = tinycolor(color1).toRgb();
|
|
705
|
+
var rgb2 = tinycolor(color2).toRgb();
|
|
706
|
+
|
|
707
|
+
var p = amount / 100;
|
|
708
|
+
|
|
709
|
+
var rgba = {
|
|
710
|
+
r: ((rgb2.r - rgb1.r) * p) + rgb1.r,
|
|
711
|
+
g: ((rgb2.g - rgb1.g) * p) + rgb1.g,
|
|
712
|
+
b: ((rgb2.b - rgb1.b) * p) + rgb1.b,
|
|
713
|
+
a: ((rgb2.a - rgb1.a) * p) + rgb1.a
|
|
714
|
+
};
|
|
715
|
+
|
|
716
|
+
return tinycolor(rgba);
|
|
717
|
+
};
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
// Readability Functions
|
|
721
|
+
// ---------------------
|
|
722
|
+
// <http://www.w3.org/TR/2008/REC-WCAG20-20081211/#contrast-ratiodef (WCAG Version 2)
|
|
723
|
+
|
|
724
|
+
// `contrast`
|
|
725
|
+
// Analyze the 2 colors and returns the color contrast defined by (WCAG Version 2)
|
|
726
|
+
tinycolor.readability = function(color1, color2) {
|
|
727
|
+
var c1 = tinycolor(color1);
|
|
728
|
+
var c2 = tinycolor(color2);
|
|
729
|
+
return (Math.max(c1.getLuminance(),c2.getLuminance())+0.05) / (Math.min(c1.getLuminance(),c2.getLuminance())+0.05);
|
|
730
|
+
};
|
|
731
|
+
|
|
732
|
+
// `isReadable`
|
|
733
|
+
// Ensure that foreground and background color combinations meet WCAG2 guidelines.
|
|
734
|
+
// The third argument is an optional Object.
|
|
735
|
+
// the 'level' property states 'AA' or 'AAA' - if missing or invalid, it defaults to 'AA';
|
|
736
|
+
// the 'size' property states 'large' or 'small' - if missing or invalid, it defaults to 'small'.
|
|
737
|
+
// If the entire object is absent, isReadable defaults to {level:"AA",size:"small"}.
|
|
738
|
+
|
|
739
|
+
// *Example*
|
|
740
|
+
// tinycolor.isReadable("#000", "#111") => false
|
|
741
|
+
// tinycolor.isReadable("#000", "#111",{level:"AA",size:"large"}) => false
|
|
742
|
+
tinycolor.isReadable = function(color1, color2, wcag2) {
|
|
743
|
+
var readability = tinycolor.readability(color1, color2);
|
|
744
|
+
var wcag2Parms, out;
|
|
745
|
+
|
|
746
|
+
out = false;
|
|
747
|
+
|
|
748
|
+
wcag2Parms = validateWCAG2Parms(wcag2);
|
|
749
|
+
switch (wcag2Parms.level + wcag2Parms.size) {
|
|
750
|
+
case "AAsmall":
|
|
751
|
+
case "AAAlarge":
|
|
752
|
+
out = readability >= 4.5;
|
|
753
|
+
break;
|
|
754
|
+
case "AAlarge":
|
|
755
|
+
out = readability >= 3;
|
|
756
|
+
break;
|
|
757
|
+
case "AAAsmall":
|
|
758
|
+
out = readability >= 7;
|
|
759
|
+
break;
|
|
760
|
+
}
|
|
761
|
+
return out;
|
|
762
|
+
|
|
763
|
+
};
|
|
764
|
+
|
|
765
|
+
// `mostReadable`
|
|
766
|
+
// Given a base color and a list of possible foreground or background
|
|
767
|
+
// colors for that base, returns the most readable color.
|
|
768
|
+
// Optionally returns Black or White if the most readable color is unreadable.
|
|
769
|
+
// *Example*
|
|
770
|
+
// tinycolor.mostReadable(tinycolor.mostReadable("#123", ["#124", "#125"],{includeFallbackColors:false}).toHexString(); // "#112255"
|
|
771
|
+
// tinycolor.mostReadable(tinycolor.mostReadable("#123", ["#124", "#125"],{includeFallbackColors:true}).toHexString(); // "#ffffff"
|
|
772
|
+
// tinycolor.mostReadable("#a8015a", ["#faf3f3"],{includeFallbackColors:true,level:"AAA",size:"large"}).toHexString(); // "#faf3f3"
|
|
773
|
+
// tinycolor.mostReadable("#a8015a", ["#faf3f3"],{includeFallbackColors:true,level:"AAA",size:"small"}).toHexString(); // "#ffffff"
|
|
774
|
+
tinycolor.mostReadable = function(baseColor, colorList, args) {
|
|
775
|
+
var bestColor = null;
|
|
776
|
+
var bestScore = 0;
|
|
777
|
+
var readability;
|
|
778
|
+
var includeFallbackColors, level, size ;
|
|
779
|
+
args = args || {};
|
|
780
|
+
includeFallbackColors = args.includeFallbackColors ;
|
|
781
|
+
level = args.level;
|
|
782
|
+
size = args.size;
|
|
783
|
+
|
|
784
|
+
for (var i= 0; i < colorList.length ; i++) {
|
|
785
|
+
readability = tinycolor.readability(baseColor, colorList[i]);
|
|
786
|
+
if (readability > bestScore) {
|
|
787
|
+
bestScore = readability;
|
|
788
|
+
bestColor = tinycolor(colorList[i]);
|
|
789
|
+
}
|
|
790
|
+
}
|
|
791
|
+
|
|
792
|
+
if (tinycolor.isReadable(baseColor, bestColor, {"level":level,"size":size}) || !includeFallbackColors) {
|
|
793
|
+
return bestColor;
|
|
794
|
+
}
|
|
795
|
+
else {
|
|
796
|
+
args.includeFallbackColors=false;
|
|
797
|
+
return tinycolor.mostReadable(baseColor,["#fff", "#000"],args);
|
|
798
|
+
}
|
|
799
|
+
};
|
|
800
|
+
|
|
801
|
+
|
|
802
|
+
// Big List of Colors
|
|
803
|
+
// ------------------
|
|
804
|
+
// <http://www.w3.org/TR/css3-color/#svg-color>
|
|
805
|
+
var names = tinycolor.names = {
|
|
806
|
+
aliceblue: "f0f8ff",
|
|
807
|
+
antiquewhite: "faebd7",
|
|
808
|
+
aqua: "0ff",
|
|
809
|
+
aquamarine: "7fffd4",
|
|
810
|
+
azure: "f0ffff",
|
|
811
|
+
beige: "f5f5dc",
|
|
812
|
+
bisque: "ffe4c4",
|
|
813
|
+
black: "000",
|
|
814
|
+
blanchedalmond: "ffebcd",
|
|
815
|
+
blue: "00f",
|
|
816
|
+
blueviolet: "8a2be2",
|
|
817
|
+
brown: "a52a2a",
|
|
818
|
+
burlywood: "deb887",
|
|
819
|
+
burntsienna: "ea7e5d",
|
|
820
|
+
cadetblue: "5f9ea0",
|
|
821
|
+
chartreuse: "7fff00",
|
|
822
|
+
chocolate: "d2691e",
|
|
823
|
+
coral: "ff7f50",
|
|
824
|
+
cornflowerblue: "6495ed",
|
|
825
|
+
cornsilk: "fff8dc",
|
|
826
|
+
crimson: "dc143c",
|
|
827
|
+
cyan: "0ff",
|
|
828
|
+
darkblue: "00008b",
|
|
829
|
+
darkcyan: "008b8b",
|
|
830
|
+
darkgoldenrod: "b8860b",
|
|
831
|
+
darkgray: "a9a9a9",
|
|
832
|
+
darkgreen: "006400",
|
|
833
|
+
darkgrey: "a9a9a9",
|
|
834
|
+
darkkhaki: "bdb76b",
|
|
835
|
+
darkmagenta: "8b008b",
|
|
836
|
+
darkolivegreen: "556b2f",
|
|
837
|
+
darkorange: "ff8c00",
|
|
838
|
+
darkorchid: "9932cc",
|
|
839
|
+
darkred: "8b0000",
|
|
840
|
+
darksalmon: "e9967a",
|
|
841
|
+
darkseagreen: "8fbc8f",
|
|
842
|
+
darkslateblue: "483d8b",
|
|
843
|
+
darkslategray: "2f4f4f",
|
|
844
|
+
darkslategrey: "2f4f4f",
|
|
845
|
+
darkturquoise: "00ced1",
|
|
846
|
+
darkviolet: "9400d3",
|
|
847
|
+
deeppink: "ff1493",
|
|
848
|
+
deepskyblue: "00bfff",
|
|
849
|
+
dimgray: "696969",
|
|
850
|
+
dimgrey: "696969",
|
|
851
|
+
dodgerblue: "1e90ff",
|
|
852
|
+
firebrick: "b22222",
|
|
853
|
+
floralwhite: "fffaf0",
|
|
854
|
+
forestgreen: "228b22",
|
|
855
|
+
fuchsia: "f0f",
|
|
856
|
+
gainsboro: "dcdcdc",
|
|
857
|
+
ghostwhite: "f8f8ff",
|
|
858
|
+
gold: "ffd700",
|
|
859
|
+
goldenrod: "daa520",
|
|
860
|
+
gray: "808080",
|
|
861
|
+
green: "008000",
|
|
862
|
+
greenyellow: "adff2f",
|
|
863
|
+
grey: "808080",
|
|
864
|
+
honeydew: "f0fff0",
|
|
865
|
+
hotpink: "ff69b4",
|
|
866
|
+
indianred: "cd5c5c",
|
|
867
|
+
indigo: "4b0082",
|
|
868
|
+
ivory: "fffff0",
|
|
869
|
+
khaki: "f0e68c",
|
|
870
|
+
lavender: "e6e6fa",
|
|
871
|
+
lavenderblush: "fff0f5",
|
|
872
|
+
lawngreen: "7cfc00",
|
|
873
|
+
lemonchiffon: "fffacd",
|
|
874
|
+
lightblue: "add8e6",
|
|
875
|
+
lightcoral: "f08080",
|
|
876
|
+
lightcyan: "e0ffff",
|
|
877
|
+
lightgoldenrodyellow: "fafad2",
|
|
878
|
+
lightgray: "d3d3d3",
|
|
879
|
+
lightgreen: "90ee90",
|
|
880
|
+
lightgrey: "d3d3d3",
|
|
881
|
+
lightpink: "ffb6c1",
|
|
882
|
+
lightsalmon: "ffa07a",
|
|
883
|
+
lightseagreen: "20b2aa",
|
|
884
|
+
lightskyblue: "87cefa",
|
|
885
|
+
lightslategray: "789",
|
|
886
|
+
lightslategrey: "789",
|
|
887
|
+
lightsteelblue: "b0c4de",
|
|
888
|
+
lightyellow: "ffffe0",
|
|
889
|
+
lime: "0f0",
|
|
890
|
+
limegreen: "32cd32",
|
|
891
|
+
linen: "faf0e6",
|
|
892
|
+
magenta: "f0f",
|
|
893
|
+
maroon: "800000",
|
|
894
|
+
mediumaquamarine: "66cdaa",
|
|
895
|
+
mediumblue: "0000cd",
|
|
896
|
+
mediumorchid: "ba55d3",
|
|
897
|
+
mediumpurple: "9370db",
|
|
898
|
+
mediumseagreen: "3cb371",
|
|
899
|
+
mediumslateblue: "7b68ee",
|
|
900
|
+
mediumspringgreen: "00fa9a",
|
|
901
|
+
mediumturquoise: "48d1cc",
|
|
902
|
+
mediumvioletred: "c71585",
|
|
903
|
+
midnightblue: "191970",
|
|
904
|
+
mintcream: "f5fffa",
|
|
905
|
+
mistyrose: "ffe4e1",
|
|
906
|
+
moccasin: "ffe4b5",
|
|
907
|
+
navajowhite: "ffdead",
|
|
908
|
+
navy: "000080",
|
|
909
|
+
oldlace: "fdf5e6",
|
|
910
|
+
olive: "808000",
|
|
911
|
+
olivedrab: "6b8e23",
|
|
912
|
+
orange: "ffa500",
|
|
913
|
+
orangered: "ff4500",
|
|
914
|
+
orchid: "da70d6",
|
|
915
|
+
palegoldenrod: "eee8aa",
|
|
916
|
+
palegreen: "98fb98",
|
|
917
|
+
paleturquoise: "afeeee",
|
|
918
|
+
palevioletred: "db7093",
|
|
919
|
+
papayawhip: "ffefd5",
|
|
920
|
+
peachpuff: "ffdab9",
|
|
921
|
+
peru: "cd853f",
|
|
922
|
+
pink: "ffc0cb",
|
|
923
|
+
plum: "dda0dd",
|
|
924
|
+
powderblue: "b0e0e6",
|
|
925
|
+
purple: "800080",
|
|
926
|
+
rebeccapurple: "663399",
|
|
927
|
+
red: "f00",
|
|
928
|
+
rosybrown: "bc8f8f",
|
|
929
|
+
royalblue: "4169e1",
|
|
930
|
+
saddlebrown: "8b4513",
|
|
931
|
+
salmon: "fa8072",
|
|
932
|
+
sandybrown: "f4a460",
|
|
933
|
+
seagreen: "2e8b57",
|
|
934
|
+
seashell: "fff5ee",
|
|
935
|
+
sienna: "a0522d",
|
|
936
|
+
silver: "c0c0c0",
|
|
937
|
+
skyblue: "87ceeb",
|
|
938
|
+
slateblue: "6a5acd",
|
|
939
|
+
slategray: "708090",
|
|
940
|
+
slategrey: "708090",
|
|
941
|
+
snow: "fffafa",
|
|
942
|
+
springgreen: "00ff7f",
|
|
943
|
+
steelblue: "4682b4",
|
|
944
|
+
tan: "d2b48c",
|
|
945
|
+
teal: "008080",
|
|
946
|
+
thistle: "d8bfd8",
|
|
947
|
+
tomato: "ff6347",
|
|
948
|
+
turquoise: "40e0d0",
|
|
949
|
+
violet: "ee82ee",
|
|
950
|
+
wheat: "f5deb3",
|
|
951
|
+
white: "fff",
|
|
952
|
+
whitesmoke: "f5f5f5",
|
|
953
|
+
yellow: "ff0",
|
|
954
|
+
yellowgreen: "9acd32"
|
|
955
|
+
};
|
|
956
|
+
|
|
957
|
+
// Make it easy to access colors via `hexNames[hex]`
|
|
958
|
+
var hexNames = tinycolor.hexNames = flip(names);
|
|
959
|
+
|
|
960
|
+
|
|
961
|
+
// Utilities
|
|
962
|
+
// ---------
|
|
963
|
+
|
|
964
|
+
// `{ 'name1': 'val1' }` becomes `{ 'val1': 'name1' }`
|
|
965
|
+
function flip(o) {
|
|
966
|
+
var flipped = { };
|
|
967
|
+
for (var i in o) {
|
|
968
|
+
if (o.hasOwnProperty(i)) {
|
|
969
|
+
flipped[o[i]] = i;
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
return flipped;
|
|
973
|
+
}
|
|
974
|
+
|
|
975
|
+
// Return a valid alpha value [0,1] with all invalid values being set to 1
|
|
976
|
+
function boundAlpha(a) {
|
|
977
|
+
a = parseFloat(a);
|
|
978
|
+
|
|
979
|
+
if (isNaN(a) || a < 0 || a > 1) {
|
|
980
|
+
a = 1;
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
return a;
|
|
984
|
+
}
|
|
985
|
+
|
|
986
|
+
// Take input from [0, n] and return it as [0, 1]
|
|
987
|
+
function bound01(n, max) {
|
|
988
|
+
if (isOnePointZero(n)) { n = "100%"; }
|
|
989
|
+
|
|
990
|
+
var processPercent = isPercentage(n);
|
|
991
|
+
n = mathMin(max, mathMax(0, parseFloat(n)));
|
|
992
|
+
|
|
993
|
+
// Automatically convert percentage into number
|
|
994
|
+
if (processPercent) {
|
|
995
|
+
n = parseInt(n * max, 10) / 100;
|
|
996
|
+
}
|
|
997
|
+
|
|
998
|
+
// Handle floating point rounding errors
|
|
999
|
+
if ((Math.abs(n - max) < 0.000001)) {
|
|
1000
|
+
return 1;
|
|
1001
|
+
}
|
|
1002
|
+
|
|
1003
|
+
// Convert into [0, 1] range if it isn't already
|
|
1004
|
+
return (n % max) / parseFloat(max);
|
|
1005
|
+
}
|
|
1006
|
+
|
|
1007
|
+
// Force a number between 0 and 1
|
|
1008
|
+
function clamp01(val) {
|
|
1009
|
+
return mathMin(1, mathMax(0, val));
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
// Parse a base-16 hex value into a base-10 integer
|
|
1013
|
+
function parseIntFromHex(val) {
|
|
1014
|
+
return parseInt(val, 16);
|
|
1015
|
+
}
|
|
1016
|
+
|
|
1017
|
+
// Need to handle 1.0 as 100%, since once it is a number, there is no difference between it and 1
|
|
1018
|
+
// <http://stackoverflow.com/questions/7422072/javascript-how-to-detect-number-as-a-decimal-including-1-0>
|
|
1019
|
+
function isOnePointZero(n) {
|
|
1020
|
+
return typeof n == "string" && n.indexOf('.') != -1 && parseFloat(n) === 1;
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1023
|
+
// Check to see if string passed in is a percentage
|
|
1024
|
+
function isPercentage(n) {
|
|
1025
|
+
return typeof n === "string" && n.indexOf('%') != -1;
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
// Force a hex value to have 2 characters
|
|
1029
|
+
function pad2(c) {
|
|
1030
|
+
return c.length == 1 ? '0' + c : '' + c;
|
|
1031
|
+
}
|
|
1032
|
+
|
|
1033
|
+
// Replace a decimal with it's percentage value
|
|
1034
|
+
function convertToPercentage(n) {
|
|
1035
|
+
if (n <= 1) {
|
|
1036
|
+
n = (n * 100) + "%";
|
|
1037
|
+
}
|
|
1038
|
+
|
|
1039
|
+
return n;
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
// Converts a decimal to a hex value
|
|
1043
|
+
function convertDecimalToHex(d) {
|
|
1044
|
+
return Math.round(parseFloat(d) * 255).toString(16);
|
|
1045
|
+
}
|
|
1046
|
+
// Converts a hex value to a decimal
|
|
1047
|
+
function convertHexToDecimal(h) {
|
|
1048
|
+
return (parseIntFromHex(h) / 255);
|
|
1049
|
+
}
|
|
1050
|
+
|
|
1051
|
+
var matchers = (function() {
|
|
1052
|
+
|
|
1053
|
+
// <http://www.w3.org/TR/css3-values/#integers>
|
|
1054
|
+
var CSS_INTEGER = "[-\\+]?\\d+%?";
|
|
1055
|
+
|
|
1056
|
+
// <http://www.w3.org/TR/css3-values/#number-value>
|
|
1057
|
+
var CSS_NUMBER = "[-\\+]?\\d*\\.\\d+%?";
|
|
1058
|
+
|
|
1059
|
+
// Allow positive/negative integer/number. Don't capture the either/or, just the entire outcome.
|
|
1060
|
+
var CSS_UNIT = "(?:" + CSS_NUMBER + ")|(?:" + CSS_INTEGER + ")";
|
|
1061
|
+
|
|
1062
|
+
// Actual matching.
|
|
1063
|
+
// Parentheses and commas are optional, but not required.
|
|
1064
|
+
// Whitespace can take the place of commas or opening paren
|
|
1065
|
+
var PERMISSIVE_MATCH3 = "[\\s|\\(]+(" + CSS_UNIT + ")[,|\\s]+(" + CSS_UNIT + ")[,|\\s]+(" + CSS_UNIT + ")\\s*\\)?";
|
|
1066
|
+
var PERMISSIVE_MATCH4 = "[\\s|\\(]+(" + CSS_UNIT + ")[,|\\s]+(" + CSS_UNIT + ")[,|\\s]+(" + CSS_UNIT + ")[,|\\s]+(" + CSS_UNIT + ")\\s*\\)?";
|
|
1067
|
+
|
|
1068
|
+
return {
|
|
1069
|
+
CSS_UNIT: new RegExp(CSS_UNIT),
|
|
1070
|
+
rgb: new RegExp("rgb" + PERMISSIVE_MATCH3),
|
|
1071
|
+
rgba: new RegExp("rgba" + PERMISSIVE_MATCH4),
|
|
1072
|
+
hsl: new RegExp("hsl" + PERMISSIVE_MATCH3),
|
|
1073
|
+
hsla: new RegExp("hsla" + PERMISSIVE_MATCH4),
|
|
1074
|
+
hsv: new RegExp("hsv" + PERMISSIVE_MATCH3),
|
|
1075
|
+
hsva: new RegExp("hsva" + PERMISSIVE_MATCH4),
|
|
1076
|
+
hex3: /^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,
|
|
1077
|
+
hex6: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,
|
|
1078
|
+
hex4: /^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,
|
|
1079
|
+
hex8: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/
|
|
1080
|
+
};
|
|
1081
|
+
})();
|
|
1082
|
+
|
|
1083
|
+
// `isValidCSSUnit`
|
|
1084
|
+
// Take in a single string / number and check to see if it looks like a CSS unit
|
|
1085
|
+
// (see `matchers` above for definition).
|
|
1086
|
+
function isValidCSSUnit(color) {
|
|
1087
|
+
return !!matchers.CSS_UNIT.exec(color);
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1090
|
+
// `stringInputToObject`
|
|
1091
|
+
// Permissive string parsing. Take in a number of formats, and output an object
|
|
1092
|
+
// based on detected format. Returns `{ r, g, b }` or `{ h, s, l }` or `{ h, s, v}`
|
|
1093
|
+
function stringInputToObject(color) {
|
|
1094
|
+
|
|
1095
|
+
color = color.replace(trimLeft,'').replace(trimRight, '').toLowerCase();
|
|
1096
|
+
var named = false;
|
|
1097
|
+
if (names[color]) {
|
|
1098
|
+
color = names[color];
|
|
1099
|
+
named = true;
|
|
1100
|
+
}
|
|
1101
|
+
else if (color == 'transparent') {
|
|
1102
|
+
return { r: 0, g: 0, b: 0, a: 0, format: "name" };
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1105
|
+
// Try to match string input using regular expressions.
|
|
1106
|
+
// Keep most of the number bounding out of this function - don't worry about [0,1] or [0,100] or [0,360]
|
|
1107
|
+
// Just return an object and let the conversion functions handle that.
|
|
1108
|
+
// This way the result will be the same whether the tinycolor is initialized with string or object.
|
|
1109
|
+
var match;
|
|
1110
|
+
if ((match = matchers.rgb.exec(color))) {
|
|
1111
|
+
return { r: match[1], g: match[2], b: match[3] };
|
|
1112
|
+
}
|
|
1113
|
+
if ((match = matchers.rgba.exec(color))) {
|
|
1114
|
+
return { r: match[1], g: match[2], b: match[3], a: match[4] };
|
|
1115
|
+
}
|
|
1116
|
+
if ((match = matchers.hsl.exec(color))) {
|
|
1117
|
+
return { h: match[1], s: match[2], l: match[3] };
|
|
1118
|
+
}
|
|
1119
|
+
if ((match = matchers.hsla.exec(color))) {
|
|
1120
|
+
return { h: match[1], s: match[2], l: match[3], a: match[4] };
|
|
1121
|
+
}
|
|
1122
|
+
if ((match = matchers.hsv.exec(color))) {
|
|
1123
|
+
return { h: match[1], s: match[2], v: match[3] };
|
|
1124
|
+
}
|
|
1125
|
+
if ((match = matchers.hsva.exec(color))) {
|
|
1126
|
+
return { h: match[1], s: match[2], v: match[3], a: match[4] };
|
|
1127
|
+
}
|
|
1128
|
+
if ((match = matchers.hex8.exec(color))) {
|
|
1129
|
+
return {
|
|
1130
|
+
r: parseIntFromHex(match[1]),
|
|
1131
|
+
g: parseIntFromHex(match[2]),
|
|
1132
|
+
b: parseIntFromHex(match[3]),
|
|
1133
|
+
a: convertHexToDecimal(match[4]),
|
|
1134
|
+
format: named ? "name" : "hex8"
|
|
1135
|
+
};
|
|
1136
|
+
}
|
|
1137
|
+
if ((match = matchers.hex6.exec(color))) {
|
|
1138
|
+
return {
|
|
1139
|
+
r: parseIntFromHex(match[1]),
|
|
1140
|
+
g: parseIntFromHex(match[2]),
|
|
1141
|
+
b: parseIntFromHex(match[3]),
|
|
1142
|
+
format: named ? "name" : "hex"
|
|
1143
|
+
};
|
|
1144
|
+
}
|
|
1145
|
+
if ((match = matchers.hex4.exec(color))) {
|
|
1146
|
+
return {
|
|
1147
|
+
r: parseIntFromHex(match[1] + '' + match[1]),
|
|
1148
|
+
g: parseIntFromHex(match[2] + '' + match[2]),
|
|
1149
|
+
b: parseIntFromHex(match[3] + '' + match[3]),
|
|
1150
|
+
a: convertHexToDecimal(match[4] + '' + match[4]),
|
|
1151
|
+
format: named ? "name" : "hex8"
|
|
1152
|
+
};
|
|
1153
|
+
}
|
|
1154
|
+
if ((match = matchers.hex3.exec(color))) {
|
|
1155
|
+
return {
|
|
1156
|
+
r: parseIntFromHex(match[1] + '' + match[1]),
|
|
1157
|
+
g: parseIntFromHex(match[2] + '' + match[2]),
|
|
1158
|
+
b: parseIntFromHex(match[3] + '' + match[3]),
|
|
1159
|
+
format: named ? "name" : "hex"
|
|
1160
|
+
};
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
return false;
|
|
1164
|
+
}
|
|
1165
|
+
|
|
1166
|
+
function validateWCAG2Parms(parms) {
|
|
1167
|
+
// return valid WCAG2 parms for isReadable.
|
|
1168
|
+
// If input parms are invalid, return {"level":"AA", "size":"small"}
|
|
1169
|
+
var level, size;
|
|
1170
|
+
parms = parms || {"level":"AA", "size":"small"};
|
|
1171
|
+
level = (parms.level || "AA").toUpperCase();
|
|
1172
|
+
size = (parms.size || "small").toLowerCase();
|
|
1173
|
+
if (level !== "AA" && level !== "AAA") {
|
|
1174
|
+
level = "AA";
|
|
1175
|
+
}
|
|
1176
|
+
if (size !== "small" && size !== "large") {
|
|
1177
|
+
size = "small";
|
|
1178
|
+
}
|
|
1179
|
+
return {"level":level, "size":size};
|
|
1180
|
+
}
|
|
1181
|
+
|
|
1182
|
+
// Node: Export function
|
|
1183
|
+
if (typeof module !== "undefined" && module.exports) {
|
|
1184
|
+
module.exports = tinycolor;
|
|
1185
|
+
}
|
|
1186
|
+
// AMD/requirejs: Define the module
|
|
1187
|
+
else if (typeof define === 'function' && define.amd) {
|
|
1188
|
+
define(function () {return tinycolor;});
|
|
1189
|
+
}
|
|
1190
|
+
// Browser: Expose to window
|
|
1191
|
+
else {
|
|
1192
|
+
window.tinycolor = tinycolor;
|
|
1193
|
+
}
|
|
1194
|
+
|
|
1195
|
+
})(Math);
|