pixelplay 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -23918,9 +23918,9 @@ var darkTheme = {
23918
23918
  "annotation-line": colors.gray[500]
23919
23919
  };
23920
23920
  var designThemes = {
23921
+ inkwell: inkwellTheme,
23921
23922
  rosewood: rosewoodTheme,
23922
- botanica: botanicaTheme,
23923
- inkwell: inkwellTheme
23923
+ botanica: botanicaTheme
23924
23924
  };
23925
23925
  function tokensToVarBlock(tokens) {
23926
23926
  return Object.entries(tokens).map(([key, value]) => ` --${key}: ${value};`).join("\n");