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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/server.d.mts +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/server.js +2 -2
- package/dist/server.js.map +1 -1
- package/dist/server.mjs +2 -2
- package/dist/server.mjs.map +1 -1
- package/dist/styles.css +1128 -0
- package/package.json +18 -9
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");
|