- bacfaaf: Upgrade to latest Style Dictionary, fix vulnerable deps, add log verbosity to default config, kebab to CSS platform.
- b7c9657: Migrate to SD v4 and sd-transforms v1.
- 251bbb3: Upgrade to Style Dictionary 4.0.0-prerelease.32
- 42b977c: Upgrade Style Dictionary to 4.0.0-prerelease.30
- 342189f: Add preprocessors tokens-studio in default config, since SD prerelease 27 this must be explicit in the config.
- e65db5d: Fix for rollup bundle utility to deal with multiple import specifiers from SD on a single import statement.
- c764610: Upgrade to Style Dictionary 4.0.0-prerelease.27
- c147232: Upgrade to latest [email protected], allow nested folders for tokens/themes, add yarn install instruction.
- c222731: Upgrade to latest Style-Dictionary (pre.19) & sd-transforms
- a750990: Simplify some of the async filesystem populating utils.
- 3ac64ba: Expose downloadZIP utility, allows downloading output files by default, or specify a files object in case you want more than that.
- Fix clearAll() function to wait for Monaco loaded when setting the editors to ""
- Export ensureMonacoIsLoaded util for easier use of replaceSource util, which doesn't work very well if Monaco isn't loaded.
- f92ae69: Fix infinite looping file theme extension in output destination.
- Fix $themes check issue.
- 028d254: Consider no themes are present when an empty array is the content of a $themes.json.
- 5d3a13b: Allow prevent-init attribute to not initialize the configurator-element. Users can call .init() themselves e.g. after initializing the source files with the replaceSource utility.
- 7ca6b2d: Add missing import of event constant.
-
afdea04: - Remove direct dep on
memfs
, usestyle-dictionary/fs
- Add
CONFIG_SAVED_EVENT
- Add
SD_CHANGED_EVENT
on sdState util - Add the saved content as event data on a couple of events
See README for more information
- Add
- f2d0117: Remove redundant assets from src folder.
- 2935ed8: Publish configurator as an NPM package for reuse.