style-dictionary 3.7.1 → 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/package.json +1 -1
- 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/variables-in-outputs/package.json +1 -1
- package/examples/advanced/yaml-tokens/package.json +1 -1
- package/lib/common/formatHelpers/getTypeScriptType.js +2 -2
- package/lib/common/formatHelpers/iconsWithPrefix.js +1 -1
- package/lib/common/formatHelpers/minifyDictionary.js +1 -1
- package/lib/common/templates/scss/map-deep.template +5 -1
- package/lib/common/transforms.js +3 -1
- 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
package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/transforms.js
ADDED
|
@@ -0,0 +1,1178 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
|
|
5
|
+
* the License. A copy of the License is located at
|
|
6
|
+
*
|
|
7
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
*
|
|
9
|
+
* or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
|
10
|
+
* CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
|
|
11
|
+
* and limitations under the License.
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
var Color = require('tinycolor2'),
|
|
15
|
+
_ = require('../utils/es6_'),
|
|
16
|
+
path = require('path'),
|
|
17
|
+
convertToBase64 = require('../utils/convertToBase64'),
|
|
18
|
+
UNICODE_PATTERN = /&#x([^;]+);/g;
|
|
19
|
+
|
|
20
|
+
function isColor(token) {
|
|
21
|
+
return token.attributes.category === 'color';
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
function isSize(token) {
|
|
25
|
+
return token.attributes.category === 'size';
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
function isFontSize(token) {
|
|
29
|
+
return token.attributes.category === 'size' &&
|
|
30
|
+
(token.attributes.type === 'font' || token.attributes.type === 'icon');
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
function isNotFontSize(token) {
|
|
34
|
+
return token.attributes.category === 'size' &&
|
|
35
|
+
token.attributes.type !== 'font' &&
|
|
36
|
+
token.attributes.type !== 'icon';
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
function isAsset(token) {
|
|
40
|
+
return token.attributes.category === 'asset';
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
function isContent(token) {
|
|
44
|
+
return token.attributes.category === 'content';
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
function wrapValueWith(character, token) {
|
|
48
|
+
return `${character}${token.value}${character}`;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
function wrapValueWithDoubleQuote(token) {
|
|
52
|
+
return wrapValueWith('"', token);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
function throwSizeError(name, value, unitType) {
|
|
56
|
+
throw `Invalid Number: '${name}: ${value}' is not a valid number, cannot transform to '${unitType}' \n`;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
function getBasePxFontSize(options) {
|
|
60
|
+
return (options && options.basePxFontSize) || 16;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* @namespace Transforms
|
|
65
|
+
*/
|
|
66
|
+
module.exports = {
|
|
67
|
+
/**
|
|
68
|
+
* Adds: category, type, item, subitem, and state on the attributes object based on the location in the style dictionary.
|
|
69
|
+
*
|
|
70
|
+
* ```js
|
|
71
|
+
* // Matches: all
|
|
72
|
+
* // Returns:
|
|
73
|
+
* {
|
|
74
|
+
* "category": "color",
|
|
75
|
+
* "type": "background",
|
|
76
|
+
* "item": "button",
|
|
77
|
+
* "subitem": "primary",
|
|
78
|
+
* "state": "active"
|
|
79
|
+
* }
|
|
80
|
+
* ```
|
|
81
|
+
*
|
|
82
|
+
* @memberof Transforms
|
|
83
|
+
*/
|
|
84
|
+
'attribute/cti': {
|
|
85
|
+
type: 'attribute',
|
|
86
|
+
transformer: function(token) {
|
|
87
|
+
|
|
88
|
+
const attrNames = ['category', 'type', 'item', 'subitem', 'state'];
|
|
89
|
+
const originalAttrs = token.attributes || {};
|
|
90
|
+
const generatedAttrs = {}
|
|
91
|
+
|
|
92
|
+
for(let i=0; i<token.path.length && i<attrNames.length; i++) {
|
|
93
|
+
generatedAttrs[attrNames[i]] = token.path[i];
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
return Object.assign(generatedAttrs, originalAttrs);
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
|
|
100
|
+
/**
|
|
101
|
+
* Adds: hex, hsl, hsv, rgb, red, blue, green.
|
|
102
|
+
*
|
|
103
|
+
* ```js
|
|
104
|
+
* // Matches: token.attributes.category === 'color'
|
|
105
|
+
* // Returns
|
|
106
|
+
* {
|
|
107
|
+
* "hex": "009688",
|
|
108
|
+
* "rgb": {"r": 0, "g": 150, "b": 136, "a": 1},
|
|
109
|
+
* "hsl": {"h": 174.4, "s": 1, "l": 0.294, "a": 1},
|
|
110
|
+
* "hsv": {"h": 174.4, "s": 1, "l": 0.588, "a": 1},
|
|
111
|
+
* }
|
|
112
|
+
* ```
|
|
113
|
+
*
|
|
114
|
+
* @memberof Transforms
|
|
115
|
+
*/
|
|
116
|
+
'attribute/color': {
|
|
117
|
+
type: 'attribute',
|
|
118
|
+
matcher: isColor,
|
|
119
|
+
transformer: function (token) {
|
|
120
|
+
var color = Color(token.value);
|
|
121
|
+
return {
|
|
122
|
+
hex: color.toHex(),
|
|
123
|
+
rgb: color.toRgb(),
|
|
124
|
+
hsl: color.toHsl(),
|
|
125
|
+
hsv: color.toHsv()
|
|
126
|
+
};
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
|
|
130
|
+
/**
|
|
131
|
+
* Creates a human-friendly name
|
|
132
|
+
*
|
|
133
|
+
* ```js
|
|
134
|
+
* // Matches: All
|
|
135
|
+
* // Returns:
|
|
136
|
+
* "button primary"
|
|
137
|
+
* ```
|
|
138
|
+
*
|
|
139
|
+
* @memberof Transforms
|
|
140
|
+
*/
|
|
141
|
+
'name/human': {
|
|
142
|
+
type: 'name',
|
|
143
|
+
transformer: function(token) {
|
|
144
|
+
return [
|
|
145
|
+
token.attributes.item,
|
|
146
|
+
token.attributes.subitem
|
|
147
|
+
].join(' ');
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
|
|
151
|
+
/**
|
|
152
|
+
* Creates a camel case name. If you define a prefix on the platform in your config, it will prepend with your prefix
|
|
153
|
+
*
|
|
154
|
+
* ```js
|
|
155
|
+
* // Matches: all
|
|
156
|
+
* // Returns:
|
|
157
|
+
* "colorBackgroundButtonPrimaryActive"
|
|
158
|
+
* "prefixColorBackgroundButtonPrimaryActive"
|
|
159
|
+
* ```
|
|
160
|
+
*
|
|
161
|
+
* @memberof Transforms
|
|
162
|
+
*/
|
|
163
|
+
'name/cti/camel': {
|
|
164
|
+
type: 'name',
|
|
165
|
+
transformer: function(token, options) {
|
|
166
|
+
return _.camelCase( [options.prefix].concat(token.path).join(' ') );
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
|
|
170
|
+
/**
|
|
171
|
+
* Creates a camel case name without the category at the front. This is most useful when there is a class, struct, enum, etc.
|
|
172
|
+
* that already has the category in it (e.g., StyleDictionaryColors.baseDarkRed instad of StyleDictionaryColors.colorBaseDarkRed).
|
|
173
|
+
* If you define a prefix on the platform in your config, it will prepend with your prefix
|
|
174
|
+
*
|
|
175
|
+
* ```js
|
|
176
|
+
* // Matches: all
|
|
177
|
+
* // Returns:
|
|
178
|
+
* "backgroundButtonPrimaryActive"
|
|
179
|
+
* "prefixBackgroundButtonPrimaryActive"
|
|
180
|
+
* ```
|
|
181
|
+
*
|
|
182
|
+
* @memberof Transforms
|
|
183
|
+
*/
|
|
184
|
+
'name/ti/camel': {
|
|
185
|
+
type: 'name',
|
|
186
|
+
transformer: function(token, options) {
|
|
187
|
+
return _.camelCase( [options.prefix].concat(token.path.slice(1, token.path.length)).join(' ') );
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
|
|
191
|
+
/**
|
|
192
|
+
* Creates a kebab case name. If you define a prefix on the platform in your config, it will prepend with your prefix
|
|
193
|
+
*
|
|
194
|
+
* ```js
|
|
195
|
+
* // Matches: all
|
|
196
|
+
* // Returns:
|
|
197
|
+
* "color-background-button-primary-active"
|
|
198
|
+
* "prefix-color-background-button-primary-active"
|
|
199
|
+
* ```
|
|
200
|
+
*
|
|
201
|
+
* @memberof Transforms
|
|
202
|
+
*/
|
|
203
|
+
'name/cti/kebab': {
|
|
204
|
+
type: 'name',
|
|
205
|
+
transformer: function(token, options) {
|
|
206
|
+
return _.kebabCase([options.prefix].concat(token.path).join(' '));
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
|
|
210
|
+
/**
|
|
211
|
+
* Creates a snake case name. If you define a prefix on the platform in your config, it will prepend with your prefix
|
|
212
|
+
*
|
|
213
|
+
* ```js
|
|
214
|
+
* // Matches: all
|
|
215
|
+
* // Returns:
|
|
216
|
+
* "color_background_button_primary_active"
|
|
217
|
+
* "prefix_color_background_button_primary_active"
|
|
218
|
+
* ```
|
|
219
|
+
*
|
|
220
|
+
* @memberof Transforms
|
|
221
|
+
*/
|
|
222
|
+
'name/cti/snake': {
|
|
223
|
+
type: 'name',
|
|
224
|
+
transformer: function(token, options) {
|
|
225
|
+
return _.snakeCase( [options.prefix].concat(token.path).join(' ') );
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* Creates a constant-style name based on the full CTI of the token. If you define a prefix on the platform in your config, it will prepend with your prefix
|
|
231
|
+
*
|
|
232
|
+
* ```js
|
|
233
|
+
* // Matches: all
|
|
234
|
+
* // Returns:
|
|
235
|
+
* "COLOR_BACKGROUND_BUTTON_PRIMARY_ACTIVE"
|
|
236
|
+
* "PREFIX_COLOR_BACKGROUND_BUTTON_PRIMARY_ACTIVE"
|
|
237
|
+
* ```
|
|
238
|
+
*
|
|
239
|
+
* @memberof Transforms
|
|
240
|
+
*/
|
|
241
|
+
'name/cti/constant': {
|
|
242
|
+
type: 'name',
|
|
243
|
+
transformer: function(token, options) {
|
|
244
|
+
return _.snakeCase( [options.prefix].concat(token.path).join(' ') ).toUpperCase();
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
|
|
248
|
+
/**
|
|
249
|
+
* Creates a constant-style name on the type and item of the token. This is useful if you want to create different static classes/files for categories like `Color.BACKGROUND_BASE`. If you define a prefix on the platform in your config, it will prepend with your prefix.
|
|
250
|
+
*
|
|
251
|
+
* ```js
|
|
252
|
+
* // Matches: all
|
|
253
|
+
* // Returns:
|
|
254
|
+
* "BACKGROUND_BUTTON_PRIMARY_ACTIVE"
|
|
255
|
+
* "PREFIX_BACKGROUND_BUTTON_PRIMARY_ACTIVE"
|
|
256
|
+
* ```
|
|
257
|
+
*
|
|
258
|
+
* @memberof Transforms
|
|
259
|
+
*/
|
|
260
|
+
'name/ti/constant': {
|
|
261
|
+
type: 'name',
|
|
262
|
+
transformer: function(token, options) {
|
|
263
|
+
var path = token.path.slice(1);
|
|
264
|
+
return _.snakeCase( [options.prefix].concat(path).join(' ') ).toUpperCase();
|
|
265
|
+
}
|
|
266
|
+
},
|
|
267
|
+
|
|
268
|
+
/**
|
|
269
|
+
* Creates a Pascal case name. If you define a prefix on the platform in your config, it will prepend with your prefix
|
|
270
|
+
*
|
|
271
|
+
* ```js
|
|
272
|
+
* // Matches: all
|
|
273
|
+
* // Returns:
|
|
274
|
+
* "ColorBackgroundButtonPrimaryActive"
|
|
275
|
+
* "PrefixColorBackgroundButtonPrimaryActive"
|
|
276
|
+
* ```
|
|
277
|
+
*
|
|
278
|
+
* @memberof Transforms
|
|
279
|
+
*/
|
|
280
|
+
'name/cti/pascal': {
|
|
281
|
+
type: 'name',
|
|
282
|
+
transformer: function(token, options) {
|
|
283
|
+
return _.upperFirst( _.camelCase([options.prefix].concat(token.path).join(' ')) );
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
|
|
287
|
+
/**
|
|
288
|
+
* Transforms the value into an RGB string
|
|
289
|
+
*
|
|
290
|
+
* ```js
|
|
291
|
+
* // Matches: token.attributes.category === 'color'
|
|
292
|
+
* // Returns:
|
|
293
|
+
* "rgb(0, 150, 136)"
|
|
294
|
+
* ```
|
|
295
|
+
*
|
|
296
|
+
* @memberof Transforms
|
|
297
|
+
*/
|
|
298
|
+
'color/rgb': {
|
|
299
|
+
type: 'value',
|
|
300
|
+
matcher: isColor,
|
|
301
|
+
transformer: function (token) {
|
|
302
|
+
return Color(token.value).toRgbString();
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
|
|
306
|
+
/**
|
|
307
|
+
* Transforms the value into an HSL string or HSLA if alpha is present. Better browser support than color/hsl-4
|
|
308
|
+
*
|
|
309
|
+
* ```js
|
|
310
|
+
* // Matches: token.attributes.category === 'color'
|
|
311
|
+
* // Returns:
|
|
312
|
+
* "hsl(174, 100%, 29%)"
|
|
313
|
+
* "hsl(174, 100%, 29%, .5)"
|
|
314
|
+
* ```
|
|
315
|
+
*
|
|
316
|
+
* @memberof Transforms
|
|
317
|
+
*/
|
|
318
|
+
'color/hsl': {
|
|
319
|
+
type: 'value',
|
|
320
|
+
matcher: isColor,
|
|
321
|
+
transformer: function (token) {
|
|
322
|
+
return Color(token.value).toHslString();
|
|
323
|
+
}
|
|
324
|
+
},
|
|
325
|
+
|
|
326
|
+
/**
|
|
327
|
+
* Transforms the value into an HSL string, using fourth argument if alpha is present.
|
|
328
|
+
*
|
|
329
|
+
* ```js
|
|
330
|
+
* // Matches: token.attributes.category === 'color'
|
|
331
|
+
* // Returns:
|
|
332
|
+
* "hsl(174 100% 29%)"
|
|
333
|
+
* "hsl(174 100% 29% / .5)"
|
|
334
|
+
* ```
|
|
335
|
+
*
|
|
336
|
+
* @memberof Transforms
|
|
337
|
+
*/
|
|
338
|
+
'color/hsl-4': {
|
|
339
|
+
type: 'value',
|
|
340
|
+
matcher: isColor,
|
|
341
|
+
transformer: function (token) {
|
|
342
|
+
var color = Color(token.value);
|
|
343
|
+
var o = color.toHsl()
|
|
344
|
+
var vals = `${Math.round(o.h)} ${Math.round(o.s * 100)}% ${Math.round(o.l * 100)}%`
|
|
345
|
+
if (color.getAlpha() === 1) {
|
|
346
|
+
return `hsl(${vals})`
|
|
347
|
+
} else {
|
|
348
|
+
return `hsl(${vals} / ${o.a})`
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
|
|
353
|
+
/**
|
|
354
|
+
* Transforms the value into an 6-digit hex string
|
|
355
|
+
*
|
|
356
|
+
* ```js
|
|
357
|
+
* // Matches: token.attributes.category === 'color'
|
|
358
|
+
* // Returns:
|
|
359
|
+
* "#009688"
|
|
360
|
+
* ```
|
|
361
|
+
*
|
|
362
|
+
* @memberof Transforms
|
|
363
|
+
*/
|
|
364
|
+
'color/hex': {
|
|
365
|
+
type: 'value',
|
|
366
|
+
matcher: isColor,
|
|
367
|
+
transformer: function (token) {
|
|
368
|
+
return Color(token.value).toHexString();
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
|
|
372
|
+
/**
|
|
373
|
+
* Transforms the value into an 8-digit hex string
|
|
374
|
+
*
|
|
375
|
+
* ```js
|
|
376
|
+
* // Matches: token.attributes.category === 'color'
|
|
377
|
+
* // Returns:
|
|
378
|
+
* "#009688ff"
|
|
379
|
+
* ```
|
|
380
|
+
*
|
|
381
|
+
* @memberof Transforms
|
|
382
|
+
*/
|
|
383
|
+
'color/hex8': {
|
|
384
|
+
type: 'value',
|
|
385
|
+
matcher: isColor,
|
|
386
|
+
transformer: function (token) {
|
|
387
|
+
return Color(token.value).toHex8String();
|
|
388
|
+
}
|
|
389
|
+
},
|
|
390
|
+
|
|
391
|
+
/**
|
|
392
|
+
* Transforms the value into an 8-digit hex string for Android because they put the alpha channel first
|
|
393
|
+
*
|
|
394
|
+
* ```js
|
|
395
|
+
* // Matches: token.attributes.category === 'color'
|
|
396
|
+
* // Returns:
|
|
397
|
+
* "#ff009688"
|
|
398
|
+
* ```
|
|
399
|
+
*
|
|
400
|
+
* @memberof Transforms
|
|
401
|
+
*/
|
|
402
|
+
'color/hex8android': {
|
|
403
|
+
type: 'value',
|
|
404
|
+
matcher: isColor,
|
|
405
|
+
transformer: function (token) {
|
|
406
|
+
var str = Color(token.value).toHex8();
|
|
407
|
+
return '#' + str.slice(6) + str.slice(0,6);
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
|
|
411
|
+
/**
|
|
412
|
+
* Transforms the value into a Color class for Compose
|
|
413
|
+
*
|
|
414
|
+
* ```kotlin
|
|
415
|
+
* // Matches: prop.attributes.category === 'color'
|
|
416
|
+
* // Returns:
|
|
417
|
+
* Color(0xFF009688)
|
|
418
|
+
* ```
|
|
419
|
+
*
|
|
420
|
+
* @memberof Transforms
|
|
421
|
+
*/
|
|
422
|
+
'color/composeColor': {
|
|
423
|
+
type: 'value',
|
|
424
|
+
matcher: isColor,
|
|
425
|
+
transformer: function (prop) {
|
|
426
|
+
var str = Color(prop.value).toHex8();
|
|
427
|
+
return 'Color(0x' + str.slice(6) + str.slice(0,6) + ')'
|
|
428
|
+
}
|
|
429
|
+
},
|
|
430
|
+
|
|
431
|
+
/**
|
|
432
|
+
* Transforms the value into an UIColor class for iOS
|
|
433
|
+
*
|
|
434
|
+
* ```objectivec
|
|
435
|
+
* // Matches: token.attributes.category === 'color'
|
|
436
|
+
* // Returns:
|
|
437
|
+
* [UIColor colorWithRed:0.114f green:0.114f blue:0.114f alpha:1.000f]
|
|
438
|
+
* ```
|
|
439
|
+
*
|
|
440
|
+
* @memberof Transforms
|
|
441
|
+
*/
|
|
442
|
+
'color/UIColor': {
|
|
443
|
+
type: 'value',
|
|
444
|
+
matcher: isColor,
|
|
445
|
+
transformer: function (token) {
|
|
446
|
+
var rgb = Color(token.value).toRgb();
|
|
447
|
+
return '[UIColor colorWithRed:' + (rgb.r/255).toFixed(3) + 'f' +
|
|
448
|
+
' green:' + (rgb.g/255).toFixed(3) + 'f' +
|
|
449
|
+
' blue:' + (rgb.b/255).toFixed(3) + 'f' +
|
|
450
|
+
' alpha:' + rgb.a.toFixed(3) + 'f]';
|
|
451
|
+
}
|
|
452
|
+
},
|
|
453
|
+
|
|
454
|
+
/**
|
|
455
|
+
* Transforms the value into an UIColor swift class for iOS
|
|
456
|
+
*
|
|
457
|
+
* ```swift
|
|
458
|
+
* // Matches: token.attributes.category === 'color'
|
|
459
|
+
* // Returns:
|
|
460
|
+
* UIColor(red: 0.667, green: 0.667, blue: 0.667, alpha: 0.6)
|
|
461
|
+
* ```
|
|
462
|
+
*
|
|
463
|
+
* @memberof Transforms
|
|
464
|
+
*/
|
|
465
|
+
'color/UIColorSwift': {
|
|
466
|
+
type: 'value',
|
|
467
|
+
matcher: isColor,
|
|
468
|
+
transformer: function (token) {
|
|
469
|
+
const { r, g, b, a } = Color(token.value).toRgb();
|
|
470
|
+
const rFixed = (r / 255.0).toFixed(3);
|
|
471
|
+
const gFixed = (g / 255.0).toFixed(3);
|
|
472
|
+
const bFixed = (b / 255.0).toFixed(3);
|
|
473
|
+
return `UIColor(red: ${rFixed}, green: ${gFixed}, blue: ${bFixed}, alpha: ${a})`;
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
|
|
477
|
+
/**
|
|
478
|
+
* Transforms the value into an UIColor swift class for iOS
|
|
479
|
+
*
|
|
480
|
+
* ```swift
|
|
481
|
+
* // Matches: token.attributes.category === 'color'
|
|
482
|
+
* // Returns:
|
|
483
|
+
* Color(red: 0.667, green: 0.667, blue: 0.667, opacity: 0.6)
|
|
484
|
+
* ```
|
|
485
|
+
*
|
|
486
|
+
* @memberof Transforms
|
|
487
|
+
*/
|
|
488
|
+
'color/ColorSwiftUI': {
|
|
489
|
+
type: 'value',
|
|
490
|
+
matcher: isColor,
|
|
491
|
+
transformer: function (token) {
|
|
492
|
+
const { r, g, b, a } = Color(token.value).toRgb();
|
|
493
|
+
const rFixed = (r / 255.0).toFixed(3);
|
|
494
|
+
const gFixed = (g / 255.0).toFixed(3);
|
|
495
|
+
const bFixed = (b / 255.0).toFixed(3);
|
|
496
|
+
return `Color(red: ${rFixed}, green: ${gFixed}, blue: ${bFixed}, opacity: ${a})`;
|
|
497
|
+
}
|
|
498
|
+
},
|
|
499
|
+
|
|
500
|
+
/**
|
|
501
|
+
* Transforms the value into a hex or rgb string depending on if it has transparency
|
|
502
|
+
*
|
|
503
|
+
* ```css
|
|
504
|
+
* // Matches: token.attributes.category === 'color'
|
|
505
|
+
* // Returns:
|
|
506
|
+
* #000000
|
|
507
|
+
* rgba(0,0,0,0.5)
|
|
508
|
+
* ```
|
|
509
|
+
*
|
|
510
|
+
* @memberof Transforms
|
|
511
|
+
*/
|
|
512
|
+
'color/css': {
|
|
513
|
+
type: 'value',
|
|
514
|
+
matcher: isColor,
|
|
515
|
+
transformer: function (token) {
|
|
516
|
+
var color = Color(token.value);
|
|
517
|
+
if (color.getAlpha() === 1) {
|
|
518
|
+
return color.toHexString();
|
|
519
|
+
} else {
|
|
520
|
+
return color.toRgbString();
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
},
|
|
524
|
+
|
|
525
|
+
/**
|
|
526
|
+
*
|
|
527
|
+
* Transforms a color into an object with red, green, blue, and alpha
|
|
528
|
+
* attributes that are floats from 0 - 1. This object is how Sketch stores
|
|
529
|
+
* colors.
|
|
530
|
+
*
|
|
531
|
+
* ```js
|
|
532
|
+
* // Matches: token.attributes.category === 'color'
|
|
533
|
+
* // Returns:
|
|
534
|
+
* {
|
|
535
|
+
* red: 0.5,
|
|
536
|
+
* green: 0.5,
|
|
537
|
+
* blue: 0.5,
|
|
538
|
+
* alpha: 1
|
|
539
|
+
* }
|
|
540
|
+
* ```
|
|
541
|
+
* @memberof Transforms
|
|
542
|
+
*/
|
|
543
|
+
'color/sketch': {
|
|
544
|
+
type: 'value',
|
|
545
|
+
matcher: (token) => token.attributes.category === 'color',
|
|
546
|
+
transformer: function(token) {
|
|
547
|
+
let color = Color(token.original.value).toRgb();
|
|
548
|
+
return {
|
|
549
|
+
red: (color.r / 255).toFixed(5),
|
|
550
|
+
green: (color.g / 255).toFixed(5),
|
|
551
|
+
blue: (color.b / 255).toFixed(5),
|
|
552
|
+
alpha: color.a
|
|
553
|
+
}
|
|
554
|
+
}
|
|
555
|
+
},
|
|
556
|
+
|
|
557
|
+
/**
|
|
558
|
+
* Transforms the value into a scale-independent pixel (sp) value for font sizes on Android. It will not scale the number.
|
|
559
|
+
*
|
|
560
|
+
* ```js
|
|
561
|
+
* // Matches: token.attributes.category === 'size' && token.attributes.type === 'font'
|
|
562
|
+
* // Returns:
|
|
563
|
+
* "10.0sp"
|
|
564
|
+
* ```
|
|
565
|
+
*
|
|
566
|
+
* @memberof Transforms
|
|
567
|
+
*/
|
|
568
|
+
'size/sp': {
|
|
569
|
+
type: 'value',
|
|
570
|
+
matcher: isFontSize,
|
|
571
|
+
transformer: function(token) {
|
|
572
|
+
const val = parseFloat(token.value);
|
|
573
|
+
if (isNaN(val)) throwSizeError(token.name, token.value, 'sp');
|
|
574
|
+
return val.toFixed(2) + 'sp';
|
|
575
|
+
}
|
|
576
|
+
},
|
|
577
|
+
|
|
578
|
+
/**
|
|
579
|
+
* Transforms the value into a density-independent pixel (dp) value for non-font sizes on Android. It will not scale the number.
|
|
580
|
+
*
|
|
581
|
+
* ```js
|
|
582
|
+
* // Matches: token.attributes.category === 'size' && token.attributes.type !== 'font'
|
|
583
|
+
* // Returns:
|
|
584
|
+
* "10.0dp"
|
|
585
|
+
* ```
|
|
586
|
+
*
|
|
587
|
+
* @memberof Transforms
|
|
588
|
+
*/
|
|
589
|
+
'size/dp': {
|
|
590
|
+
type: 'value',
|
|
591
|
+
matcher: isNotFontSize,
|
|
592
|
+
transformer: function(token) {
|
|
593
|
+
const val = parseFloat(token.value);
|
|
594
|
+
if (isNaN(val)) throwSizeError(token.name, token.value, 'dp');
|
|
595
|
+
return val.toFixed(2) + 'dp';
|
|
596
|
+
}
|
|
597
|
+
},
|
|
598
|
+
|
|
599
|
+
/**
|
|
600
|
+
* Transforms the value into a usefull object ( for React Native support )
|
|
601
|
+
*
|
|
602
|
+
* ```js
|
|
603
|
+
* // Matches: token.attributes.category === 'size'
|
|
604
|
+
* // Returns:
|
|
605
|
+
* {
|
|
606
|
+
* original: "10px",
|
|
607
|
+
* number: 10,
|
|
608
|
+
* decimal: 0.1, // 10 divided by 100
|
|
609
|
+
* scale: 160, // 10 times 16
|
|
610
|
+
* }
|
|
611
|
+
* ```
|
|
612
|
+
*
|
|
613
|
+
* @memberof Transforms
|
|
614
|
+
*/
|
|
615
|
+
'size/object': {
|
|
616
|
+
type: 'value',
|
|
617
|
+
matcher: isSize,
|
|
618
|
+
transformer: function (token, options) {
|
|
619
|
+
var val = parseFloat(token.value);
|
|
620
|
+
if (isNaN(val)) throwSizeError(token.name, token.value, 'object');
|
|
621
|
+
|
|
622
|
+
return {
|
|
623
|
+
original: token.value,
|
|
624
|
+
number: val,
|
|
625
|
+
decimal: val / 100,
|
|
626
|
+
scale: val * getBasePxFontSize(options),
|
|
627
|
+
};
|
|
628
|
+
},
|
|
629
|
+
},
|
|
630
|
+
|
|
631
|
+
/**
|
|
632
|
+
* Transforms the value from a REM size on web into a scale-independent pixel (sp) value for font sizes on Android. It WILL scale the number by a factor of 16 (or the value of 'basePxFontSize' on the platform in your config).
|
|
633
|
+
*
|
|
634
|
+
* ```js
|
|
635
|
+
* // Matches: token.attributes.category === 'size' && token.attributes.type === 'font'
|
|
636
|
+
* // Returns:
|
|
637
|
+
* "16.0sp"
|
|
638
|
+
* ```
|
|
639
|
+
*
|
|
640
|
+
* @memberof Transforms
|
|
641
|
+
*/
|
|
642
|
+
'size/remToSp': {
|
|
643
|
+
type: 'value',
|
|
644
|
+
matcher: isFontSize,
|
|
645
|
+
transformer: function(token, options) {
|
|
646
|
+
const val = parseFloat(token.value);
|
|
647
|
+
const baseFont = getBasePxFontSize(options);
|
|
648
|
+
if (isNaN(val)) throwSizeError(token.name, token.value, 'sp');
|
|
649
|
+
return (val * baseFont).toFixed(2) + 'sp';
|
|
650
|
+
}
|
|
651
|
+
},
|
|
652
|
+
|
|
653
|
+
|
|
654
|
+
/**
|
|
655
|
+
* Transforms the value from a REM size on web into a density-independent pixel (dp) value for font sizes on Android. It WILL scale the number by a factor of 16 (or the value of 'basePxFontSize' on the platform in your config).
|
|
656
|
+
*
|
|
657
|
+
* ```js
|
|
658
|
+
* // Matches: token.attributes.category === 'size' && token.attributes.type !== 'font'
|
|
659
|
+
* // Returns:
|
|
660
|
+
* "16.0dp"
|
|
661
|
+
* ```
|
|
662
|
+
*
|
|
663
|
+
* @memberof Transforms
|
|
664
|
+
*/
|
|
665
|
+
'size/remToDp': {
|
|
666
|
+
type: 'value',
|
|
667
|
+
matcher: isNotFontSize,
|
|
668
|
+
transformer: function(token, options) {
|
|
669
|
+
const val = parseFloat(token.value);
|
|
670
|
+
const baseFont = getBasePxFontSize(options);
|
|
671
|
+
if (isNaN(val)) throwSizeError(token.name, token.value, 'dp');
|
|
672
|
+
return (val * baseFont).toFixed(2) + 'dp';
|
|
673
|
+
}
|
|
674
|
+
},
|
|
675
|
+
|
|
676
|
+
|
|
677
|
+
/**
|
|
678
|
+
* Adds 'px' to the end of the number. Does not scale the number
|
|
679
|
+
*
|
|
680
|
+
* ```js
|
|
681
|
+
* // Matches: token.attributes.category === 'size'
|
|
682
|
+
* // Returns:
|
|
683
|
+
* "10px"
|
|
684
|
+
* ```
|
|
685
|
+
*
|
|
686
|
+
* @memberof Transforms
|
|
687
|
+
*/
|
|
688
|
+
'size/px': {
|
|
689
|
+
type: 'value',
|
|
690
|
+
matcher: isSize,
|
|
691
|
+
transformer: function(token) {
|
|
692
|
+
const val = parseFloat(token.value);
|
|
693
|
+
if (isNaN(val)) throwSizeError(token.name, token.value, 'px');
|
|
694
|
+
return val + 'px';
|
|
695
|
+
}
|
|
696
|
+
},
|
|
697
|
+
|
|
698
|
+
/**
|
|
699
|
+
* Adds 'rem' to the end of the number. Does not scale the number
|
|
700
|
+
*
|
|
701
|
+
* ```js
|
|
702
|
+
* // Matches: token.attributes.category === 'size'
|
|
703
|
+
* // Returns:
|
|
704
|
+
* "10rem"
|
|
705
|
+
* ```
|
|
706
|
+
*
|
|
707
|
+
* @memberof Transforms
|
|
708
|
+
*/
|
|
709
|
+
'size/rem': {
|
|
710
|
+
type: 'value',
|
|
711
|
+
matcher: isSize,
|
|
712
|
+
transformer: function(token) {
|
|
713
|
+
const val = parseFloat(token.value);
|
|
714
|
+
if (isNaN(val)) throwSizeError(token.name, token.value, 'rem');
|
|
715
|
+
return val + 'rem';
|
|
716
|
+
}
|
|
717
|
+
},
|
|
718
|
+
|
|
719
|
+
/**
|
|
720
|
+
* Scales the number by 16 (or the value of 'basePxFontSize' on the platform in your config) and adds 'pt' to the end.
|
|
721
|
+
*
|
|
722
|
+
* ```js
|
|
723
|
+
* // Matches: token.attributes.category === 'size'
|
|
724
|
+
* // Returns:
|
|
725
|
+
* "16pt"
|
|
726
|
+
* ```
|
|
727
|
+
*
|
|
728
|
+
* @memberof Transforms
|
|
729
|
+
*/
|
|
730
|
+
'size/remToPt': {
|
|
731
|
+
type: 'value',
|
|
732
|
+
matcher: isSize,
|
|
733
|
+
transformer: function(token, options) {
|
|
734
|
+
const val = parseFloat(token.value);
|
|
735
|
+
const baseFont = getBasePxFontSize(options);
|
|
736
|
+
if (isNaN(val)) throwSizeError(token.name, token.value, 'pt');
|
|
737
|
+
return (val * baseFont).toFixed(2) + 'f';
|
|
738
|
+
}
|
|
739
|
+
},
|
|
740
|
+
|
|
741
|
+
/**
|
|
742
|
+
* Transforms the value from a REM size on web into a scale-independent pixel (sp) value for font sizes in Compose. It WILL scale the number by a factor of 16 (or the value of 'basePxFontSize' on the platform in your config).
|
|
743
|
+
*
|
|
744
|
+
* ```kotlin
|
|
745
|
+
* // Matches: prop.attributes.category === 'size' && prop.attributes.type === 'font'
|
|
746
|
+
* // Returns:
|
|
747
|
+
* "16.0.sp"
|
|
748
|
+
* ```
|
|
749
|
+
*
|
|
750
|
+
* @memberof Transforms
|
|
751
|
+
*/
|
|
752
|
+
'size/compose/remToSp': {
|
|
753
|
+
type: 'value',
|
|
754
|
+
matcher: isFontSize,
|
|
755
|
+
transformer: function(prop, options) {
|
|
756
|
+
const val = parseFloat(prop.value);
|
|
757
|
+
const baseFont = getBasePxFontSize(options);
|
|
758
|
+
if (isNaN(val)) throwSizeError(prop.name, prop.value, 'sp');
|
|
759
|
+
return (val * baseFont).toFixed(2) + '.sp';
|
|
760
|
+
}
|
|
761
|
+
},
|
|
762
|
+
|
|
763
|
+
|
|
764
|
+
/**
|
|
765
|
+
* Transforms the value from a REM size on web into a density-independent pixel (dp) value for font sizes in Compose. It WILL scale the number by a factor of 16 (or the value of 'basePxFontSize' on the platform in your config).
|
|
766
|
+
*
|
|
767
|
+
* ```kotlin
|
|
768
|
+
* // Matches: prop.attributes.category === 'size' && prop.attributes.type !== 'font'
|
|
769
|
+
* // Returns:
|
|
770
|
+
* "16.0.dp"
|
|
771
|
+
* ```
|
|
772
|
+
*
|
|
773
|
+
* @memberof Transforms
|
|
774
|
+
*/
|
|
775
|
+
'size/compose/remToDp': {
|
|
776
|
+
type: 'value',
|
|
777
|
+
matcher: isNotFontSize,
|
|
778
|
+
transformer: function(prop, options) {
|
|
779
|
+
const val = parseFloat(prop.value);
|
|
780
|
+
const baseFont = getBasePxFontSize(options);
|
|
781
|
+
if (isNaN(val)) throwSizeError(prop.name, prop.value, 'dp');
|
|
782
|
+
return (val * baseFont).toFixed(2) + '.dp';
|
|
783
|
+
}
|
|
784
|
+
},
|
|
785
|
+
|
|
786
|
+
/**
|
|
787
|
+
* Adds the .em Compose extension to the end of a number. Does not scale the value
|
|
788
|
+
*
|
|
789
|
+
* ```kotlin
|
|
790
|
+
* // Matches: prop.attributes.category === 'size' && prop.attributes.type === 'font'
|
|
791
|
+
* // Returns:
|
|
792
|
+
* "16.0em"
|
|
793
|
+
* ```
|
|
794
|
+
*
|
|
795
|
+
* @memberof Transforms
|
|
796
|
+
*/
|
|
797
|
+
'size/compose/em': {
|
|
798
|
+
type: 'value',
|
|
799
|
+
matcher: isFontSize,
|
|
800
|
+
transformer: function(prop) {
|
|
801
|
+
const val = parseFloat(prop.value);
|
|
802
|
+
if (isNaN(val)) throwSizeError(prop.name, prop.value, 'em');
|
|
803
|
+
return val + '.em';
|
|
804
|
+
}
|
|
805
|
+
},
|
|
806
|
+
|
|
807
|
+
/**
|
|
808
|
+
* Scales the number by 16 (or the value of 'basePxFontSize' on the platform in your config) to get to points for Swift and initializes a CGFloat
|
|
809
|
+
*
|
|
810
|
+
* ```js
|
|
811
|
+
* // Matches: token.attributes.category === 'size'
|
|
812
|
+
* // Returns: "CGFloat(16.00)""
|
|
813
|
+
* ```
|
|
814
|
+
*
|
|
815
|
+
* @memberof Transforms
|
|
816
|
+
*/
|
|
817
|
+
'size/swift/remToCGFloat': {
|
|
818
|
+
type: 'value',
|
|
819
|
+
matcher: isSize,
|
|
820
|
+
transformer: function(token, options) {
|
|
821
|
+
const val = parseFloat(token.value);
|
|
822
|
+
const baseFont = getBasePxFontSize(options);
|
|
823
|
+
if (isNaN(val)) throwSizeError(token.name, token.value, 'CGFloat');
|
|
824
|
+
return `CGFloat(${(val * baseFont).toFixed(2)})`;
|
|
825
|
+
}
|
|
826
|
+
},
|
|
827
|
+
|
|
828
|
+
/**
|
|
829
|
+
* Scales the number by 16 (or the value of 'basePxFontSize' on the platform in your config) and adds 'px' to the end.
|
|
830
|
+
*
|
|
831
|
+
* ```js
|
|
832
|
+
* // Matches: token.attributes.category === 'size'
|
|
833
|
+
* // Returns:
|
|
834
|
+
* "16px"
|
|
835
|
+
* ```
|
|
836
|
+
*
|
|
837
|
+
* @memberof Transforms
|
|
838
|
+
*/
|
|
839
|
+
'size/remToPx': {
|
|
840
|
+
type: 'value',
|
|
841
|
+
matcher: isSize,
|
|
842
|
+
transformer: function(token, options) {
|
|
843
|
+
const val = parseFloat(token.value);
|
|
844
|
+
const baseFont = getBasePxFontSize(options);
|
|
845
|
+
if (isNaN(val)) throwSizeError(token.name, token.value, 'px');
|
|
846
|
+
return (val * baseFont).toFixed(0) + 'px';
|
|
847
|
+
}
|
|
848
|
+
},
|
|
849
|
+
|
|
850
|
+
/**
|
|
851
|
+
* Scales non-zero numbers to rem, and adds 'rem' to the end. If you define a "basePxFontSize" on the platform in your config, it will be used to scale the value, otherwise 16 (default web font size) will be used.
|
|
852
|
+
*
|
|
853
|
+
* ```js
|
|
854
|
+
* // Matches: token.attributes.category === 'size'
|
|
855
|
+
* // Returns:
|
|
856
|
+
* "0"
|
|
857
|
+
* "1rem"
|
|
858
|
+
* ```
|
|
859
|
+
*/
|
|
860
|
+
'size/pxToRem': {
|
|
861
|
+
type: 'value',
|
|
862
|
+
matcher: isSize,
|
|
863
|
+
transformer: (token, options) => {
|
|
864
|
+
const baseFont = getBasePxFontSize(options);
|
|
865
|
+
const floatVal = parseFloat(token.value);
|
|
866
|
+
|
|
867
|
+
if (isNaN(floatVal)) {
|
|
868
|
+
throwSizeError(token.name, token.value, 'rem');
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
if (floatVal === 0) {
|
|
872
|
+
return '0';
|
|
873
|
+
}
|
|
874
|
+
|
|
875
|
+
return `${floatVal / baseFont}rem`;
|
|
876
|
+
}
|
|
877
|
+
},
|
|
878
|
+
|
|
879
|
+
/**
|
|
880
|
+
* Takes a unicode point and transforms it into a form CSS can use.
|
|
881
|
+
*
|
|
882
|
+
* ```js
|
|
883
|
+
* // Matches: token.attributes.category === 'content' && token.attributes.type === 'icon'
|
|
884
|
+
* // Returns:
|
|
885
|
+
* "'\\E001'"
|
|
886
|
+
* ```
|
|
887
|
+
*
|
|
888
|
+
* @memberof Transforms
|
|
889
|
+
*/
|
|
890
|
+
'content/icon': {
|
|
891
|
+
type: 'value',
|
|
892
|
+
matcher: function (token) {
|
|
893
|
+
return token.attributes.category === 'content' && token.attributes.type === 'icon';
|
|
894
|
+
},
|
|
895
|
+
transformer: function (token) {
|
|
896
|
+
return token.value.replace(UNICODE_PATTERN, function (match, variable) {
|
|
897
|
+
return "'\\" + variable + "'";
|
|
898
|
+
});
|
|
899
|
+
}
|
|
900
|
+
},
|
|
901
|
+
|
|
902
|
+
/**
|
|
903
|
+
* Wraps the value in a single quoted string
|
|
904
|
+
*
|
|
905
|
+
* ```js
|
|
906
|
+
* // Matches: token.attributes.category === 'content'
|
|
907
|
+
* // Returns:
|
|
908
|
+
* "'string'"
|
|
909
|
+
* ```
|
|
910
|
+
*
|
|
911
|
+
* @memberof Transforms
|
|
912
|
+
*/
|
|
913
|
+
'content/quote': {
|
|
914
|
+
type: 'value',
|
|
915
|
+
matcher: isContent,
|
|
916
|
+
transformer: function(token) {
|
|
917
|
+
return wrapValueWith('\'', token);
|
|
918
|
+
}
|
|
919
|
+
},
|
|
920
|
+
|
|
921
|
+
/**
|
|
922
|
+
* Wraps the value in a double-quoted string and prepends an '@' to make a string literal.
|
|
923
|
+
*
|
|
924
|
+
* ```objectivec
|
|
925
|
+
* // Matches: token.attributes.category === 'content'
|
|
926
|
+
* // Returns:
|
|
927
|
+
* @"string"
|
|
928
|
+
* ```
|
|
929
|
+
*
|
|
930
|
+
* @memberof Transforms
|
|
931
|
+
*/
|
|
932
|
+
'content/objC/literal': {
|
|
933
|
+
type: 'value',
|
|
934
|
+
matcher: isContent,
|
|
935
|
+
transformer: function(token) {
|
|
936
|
+
return '@' + wrapValueWithDoubleQuote(token);
|
|
937
|
+
}
|
|
938
|
+
},
|
|
939
|
+
|
|
940
|
+
/**
|
|
941
|
+
* Wraps the value in a double-quoted string to make a string literal.
|
|
942
|
+
*
|
|
943
|
+
* ```swift
|
|
944
|
+
* // Matches: token.attributes.category === 'content'
|
|
945
|
+
* // Returns:
|
|
946
|
+
* "string"
|
|
947
|
+
* ```
|
|
948
|
+
*
|
|
949
|
+
* @memberof Transforms
|
|
950
|
+
*/
|
|
951
|
+
'content/swift/literal': {
|
|
952
|
+
type: 'value',
|
|
953
|
+
matcher: isContent,
|
|
954
|
+
transformer: wrapValueWithDoubleQuote
|
|
955
|
+
},
|
|
956
|
+
|
|
957
|
+
/**
|
|
958
|
+
* Wraps the value in a double-quoted string and prepends an '@' to make a string literal.
|
|
959
|
+
*
|
|
960
|
+
* ```objectivec
|
|
961
|
+
* // Matches: token.attributes.category === 'font'
|
|
962
|
+
* // Returns: @"string"
|
|
963
|
+
* ```
|
|
964
|
+
*
|
|
965
|
+
* @memberof Transforms
|
|
966
|
+
*/
|
|
967
|
+
'font/objC/literal': {
|
|
968
|
+
type: 'value',
|
|
969
|
+
matcher: function(token) {
|
|
970
|
+
return token.attributes.category === 'font';
|
|
971
|
+
},
|
|
972
|
+
transformer: function(token) {
|
|
973
|
+
return '@' + wrapValueWithDoubleQuote(token);
|
|
974
|
+
}
|
|
975
|
+
},
|
|
976
|
+
|
|
977
|
+
/**
|
|
978
|
+
* Wraps the value in a double-quoted string to make a string literal.
|
|
979
|
+
*
|
|
980
|
+
* ```swift
|
|
981
|
+
* // Matches: token.attributes.category === 'font'
|
|
982
|
+
* // Returns: "string"
|
|
983
|
+
* ```
|
|
984
|
+
*
|
|
985
|
+
* @memberof Transforms
|
|
986
|
+
*/
|
|
987
|
+
'font/swift/literal': {
|
|
988
|
+
type: 'value',
|
|
989
|
+
matcher: function(token) {
|
|
990
|
+
return token.attributes.category === 'font';
|
|
991
|
+
},
|
|
992
|
+
transformer: wrapValueWithDoubleQuote
|
|
993
|
+
},
|
|
994
|
+
|
|
995
|
+
|
|
996
|
+
/**
|
|
997
|
+
* Assumes a time in miliseconds and transforms it into a decimal
|
|
998
|
+
*
|
|
999
|
+
* ```js
|
|
1000
|
+
* // Matches: token.attributes.category === 'time'
|
|
1001
|
+
* // Returns:
|
|
1002
|
+
* "0.5s"
|
|
1003
|
+
* ```
|
|
1004
|
+
*
|
|
1005
|
+
* @memberof Transforms
|
|
1006
|
+
*/
|
|
1007
|
+
'time/seconds': {
|
|
1008
|
+
type: 'value',
|
|
1009
|
+
matcher: function(token) {
|
|
1010
|
+
return token.attributes.category === 'time';
|
|
1011
|
+
},
|
|
1012
|
+
transformer: function(token) {
|
|
1013
|
+
return (parseFloat(token.value) / 1000).toFixed(2) + 's';
|
|
1014
|
+
}
|
|
1015
|
+
},
|
|
1016
|
+
|
|
1017
|
+
/**
|
|
1018
|
+
* Wraps the value in a double-quoted string and prepends an '@' to make a string literal.
|
|
1019
|
+
*
|
|
1020
|
+
* ```js
|
|
1021
|
+
* // Matches: token.attributes.category === 'asset'
|
|
1022
|
+
* // Returns:
|
|
1023
|
+
* 'IyBlZGl0b3Jjb25maWcub3JnCnJvb3QgPSB0cnVlCgpbKl0KaW5kZW50X3N0eWxlID0gc3BhY2UKaW5kZW50X3NpemUgPSAyCmVuZF9vZl9saW5lID0gbGYKY2hhcnNldCA9IHV0Zi04CnRyaW1fdHJhaWxpbmdfd2hpdGVzcGFjZSA9IHRydWUKaW5zZXJ0X2ZpbmFsX25ld2xpbmUgPSB0cnVlCgpbKi5tZF0KdHJpbV90cmFpbGluZ193aGl0ZXNwYWNlID0gZmFsc2U='
|
|
1024
|
+
* ```
|
|
1025
|
+
*
|
|
1026
|
+
* @memberof Transforms
|
|
1027
|
+
*/
|
|
1028
|
+
'asset/base64': {
|
|
1029
|
+
type: 'value',
|
|
1030
|
+
matcher: isAsset,
|
|
1031
|
+
transformer: function(token) {
|
|
1032
|
+
return convertToBase64(token.value);
|
|
1033
|
+
}
|
|
1034
|
+
},
|
|
1035
|
+
|
|
1036
|
+
/**
|
|
1037
|
+
* Prepends the local file path
|
|
1038
|
+
*
|
|
1039
|
+
* ```js
|
|
1040
|
+
* // Matches: token.attributes.category === 'asset'
|
|
1041
|
+
* // Returns:
|
|
1042
|
+
* "path/to/file/asset.png"
|
|
1043
|
+
* ```
|
|
1044
|
+
*
|
|
1045
|
+
* @memberof Transforms
|
|
1046
|
+
*/
|
|
1047
|
+
'asset/path': {
|
|
1048
|
+
type: 'value',
|
|
1049
|
+
matcher: isAsset,
|
|
1050
|
+
transformer: function(token) {
|
|
1051
|
+
return path.join(process.cwd(), token.value);
|
|
1052
|
+
}
|
|
1053
|
+
},
|
|
1054
|
+
|
|
1055
|
+
/**
|
|
1056
|
+
* Wraps the value in a double-quoted string and prepends an '@' to make a string literal.
|
|
1057
|
+
*
|
|
1058
|
+
* ```objectivec
|
|
1059
|
+
* // Matches: token.attributes.category === 'asset'
|
|
1060
|
+
* // Returns: @"string"
|
|
1061
|
+
* ```
|
|
1062
|
+
*
|
|
1063
|
+
* @memberof Transforms
|
|
1064
|
+
*/
|
|
1065
|
+
'asset/objC/literal': {
|
|
1066
|
+
type: 'value',
|
|
1067
|
+
matcher: isAsset,
|
|
1068
|
+
transformer: function(token) {
|
|
1069
|
+
return '@' + wrapValueWithDoubleQuote(token);
|
|
1070
|
+
}
|
|
1071
|
+
},
|
|
1072
|
+
|
|
1073
|
+
/**
|
|
1074
|
+
* Wraps the value in a double-quoted string to make a string literal.
|
|
1075
|
+
*
|
|
1076
|
+
* ```swift
|
|
1077
|
+
* // Matches: token.attributes.category === 'asset'
|
|
1078
|
+
* // Returns: "string"
|
|
1079
|
+
* ```
|
|
1080
|
+
*
|
|
1081
|
+
* @memberof Transforms
|
|
1082
|
+
*/
|
|
1083
|
+
'asset/swift/literal': {
|
|
1084
|
+
type: 'value',
|
|
1085
|
+
matcher: isAsset,
|
|
1086
|
+
transformer: wrapValueWithDoubleQuote
|
|
1087
|
+
},
|
|
1088
|
+
|
|
1089
|
+
|
|
1090
|
+
/**
|
|
1091
|
+
* Transforms the value into a Flutter Color object using 8-digit hex with the alpha chanel on start
|
|
1092
|
+
* ```js
|
|
1093
|
+
* // Matches: token.attributes.category === 'color'
|
|
1094
|
+
* // Returns:
|
|
1095
|
+
* Color(0xFF00FF5F)
|
|
1096
|
+
* ```
|
|
1097
|
+
* @memberof Transforms
|
|
1098
|
+
*
|
|
1099
|
+
*/
|
|
1100
|
+
'color/hex8flutter': {
|
|
1101
|
+
type: 'value',
|
|
1102
|
+
matcher: isColor,
|
|
1103
|
+
transformer: function (token) {
|
|
1104
|
+
var str = Color(token.value).toHex8().toUpperCase();
|
|
1105
|
+
return `Color(0x${str.slice(6)}${str.slice(0,6)})`;
|
|
1106
|
+
}
|
|
1107
|
+
},
|
|
1108
|
+
|
|
1109
|
+
/**
|
|
1110
|
+
* Wraps the value in a double-quoted string to make a string literal.
|
|
1111
|
+
*
|
|
1112
|
+
* ```dart
|
|
1113
|
+
* // Matches: token.attributes.category === 'content'
|
|
1114
|
+
* // Returns: "string"
|
|
1115
|
+
* ```
|
|
1116
|
+
*
|
|
1117
|
+
* @memberof Transforms
|
|
1118
|
+
*/
|
|
1119
|
+
'content/flutter/literal': {
|
|
1120
|
+
type: 'value',
|
|
1121
|
+
matcher: isContent,
|
|
1122
|
+
transformer: wrapValueWithDoubleQuote
|
|
1123
|
+
},
|
|
1124
|
+
|
|
1125
|
+
/**
|
|
1126
|
+
* Wraps the value in a double-quoted string to make a string literal.
|
|
1127
|
+
*
|
|
1128
|
+
* ```dart
|
|
1129
|
+
* // Matches: token.attributes.category === 'asset'
|
|
1130
|
+
* // Returns: "string"
|
|
1131
|
+
* ```
|
|
1132
|
+
*
|
|
1133
|
+
* @memberof Transforms
|
|
1134
|
+
*/
|
|
1135
|
+
'asset/flutter/literal': {
|
|
1136
|
+
type: 'value',
|
|
1137
|
+
matcher: isAsset,
|
|
1138
|
+
transformer: wrapValueWithDoubleQuote
|
|
1139
|
+
},
|
|
1140
|
+
|
|
1141
|
+
/**
|
|
1142
|
+
* Wraps the value in a double-quoted string to make a string literal.
|
|
1143
|
+
*
|
|
1144
|
+
* ```dart
|
|
1145
|
+
* // Matches: token.attributes.category === 'font'
|
|
1146
|
+
* // Returns: "string"
|
|
1147
|
+
* ```
|
|
1148
|
+
*
|
|
1149
|
+
* @memberof Transforms
|
|
1150
|
+
*/
|
|
1151
|
+
'font/flutter/literal': {
|
|
1152
|
+
type: 'value',
|
|
1153
|
+
matcher: function (token) {
|
|
1154
|
+
return token.attributes.category === 'font';
|
|
1155
|
+
},
|
|
1156
|
+
transformer: wrapValueWithDoubleQuote
|
|
1157
|
+
},
|
|
1158
|
+
|
|
1159
|
+
/**
|
|
1160
|
+
* Scales the number by 16 (or the value of 'basePxFontSize' on the platform in your config) to get to points for Flutter
|
|
1161
|
+
*
|
|
1162
|
+
* ```dart
|
|
1163
|
+
* // Matches: token.attributes.category === 'size'
|
|
1164
|
+
* // Returns: 16.00
|
|
1165
|
+
* ```
|
|
1166
|
+
*
|
|
1167
|
+
* @memberof Transforms
|
|
1168
|
+
*/
|
|
1169
|
+
'size/flutter/remToDouble': {
|
|
1170
|
+
type: 'value',
|
|
1171
|
+
matcher: isSize,
|
|
1172
|
+
transformer: function (token, options) {
|
|
1173
|
+
const baseFont = getBasePxFontSize(options);
|
|
1174
|
+
return (parseFloat(token.value, 10) * baseFont).toFixed(2);
|
|
1175
|
+
}
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
};
|