@toeverything/theme
Advanced tools
Comparing version 0.5.4-canary.22 to 0.5.4-canary.23
@@ -17,3 +17,3 @@ const g = (r) => typeof r != "string" ? "" : r.replace(/-/g, "_").replace(/([a-z0-9])([A-Z])/g, "$1-$2").replace(/([A-Z])([A-Z])(?=[a-z])/g, "$1-$2").toLowerCase().replace(/(\D+)(\d+)$/g, "$1-$2").replace(/\s|_/g, "-"), o = "apple-system, BlinkMacSystemFont,Helvetica Neue, Tahoma, PingFang SC, Microsoft Yahei, Arial,Hiragino Sans GB, sans-serif, Apple Color Emoji, Segoe UI Emoji,Segoe UI Symbol, Noto Color Emoji", t = { | ||
zIndexModal: "1000", | ||
zIndexPopover: "100", | ||
zIndexPopover: "1000", | ||
paragraphSpace: "8px", | ||
@@ -20,0 +20,0 @@ popoverRadius: "12px", |
{ | ||
"name": "@toeverything/theme", | ||
"version": "0.5.4-canary.22", | ||
"version": "0.5.4-canary.23", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -48,3 +48,3 @@ export const camelToKebab = (s: string) => { | ||
zIndexModal: '1000', | ||
zIndexPopover: '100', | ||
zIndexPopover: '1000', | ||
@@ -51,0 +51,0 @@ paragraphSpace: '8px', |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
60030