@semi-kit/theme 1.3.7 → 1.3.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.
@@ -1 +1 @@
1
- import{appVars}from"../vars/index.mjs";const _commonTheme={common:{borderRadiusSmall:`${appVars.borderRadiusSmall}px`,scrollbarWidth:`${appVars.scrollbarSize}px`,scrollbarHeight:`${appVars.scrollbarSize}px`,scrollbarBorderRadius:`${appVars.scrollbarSize}px`,inputColorDisabled:`#f5f7fa`},DataTable:{thColor:`#f2f3f5`},Card:{paddingSmall:`16px`,paddingMedium:`16px`,paddingLarge:`16px`,paddingHuge:`16px`},Dialog:{padding:`16px`,closeMargin:`16px`,contentMargin:`16px 0`},Drawer:{bodyPadding:`10px`,footerPadding:`10px`}};export{_commonTheme};
1
+ import{appVars}from"../vars/index.mjs";const _commonTheme={common:{borderRadiusSmall:`${appVars.borderRadiusSmall}px`,scrollbarWidth:`${appVars.scrollbarSize}px`,scrollbarHeight:`${appVars.scrollbarSize}px`,scrollbarBorderRadius:`${appVars.scrollbarSize}px`,inputColorDisabled:`#f5f7fa`},Card:{paddingSmall:`16px`,paddingMedium:`16px`,paddingLarge:`16px`,paddingHuge:`16px`},Dialog:{padding:`16px`,closeMargin:`16px`,contentMargin:`16px 0`},Drawer:{bodyPadding:`10px`,footerPadding:`10px`}};export{_commonTheme};
@@ -1 +1 @@
1
- import{_commonTheme}from"./_common.mjs";import{merge}from"es-toolkit/compat";const _dark={common:{textColorDisabled:`#b2b4bb`,infoColor:`#70C0E8`,infoColorHover:`#8ACBEC`,infoColorPressed:`#5AADE0`,infoColorSuppl:`#8ACBEC`,successColor:`#63e2b7`,successColorHover:`#7fe7c4`,successColorPressed:`#52d9a6`,successColorSuppl:`#7fe7c4`,warningColor:`#f2c97d`,warningColorHover:`#f5d599`,warningColorPressed:`#e6be6e`,warningColorSuppl:`#f5d599`,errorColor:`#e88080`,errorColorHover:`#ed9b9b`,errorColorPressed:`#d47373`,errorColorSuppl:`#ed9b9b`}},darkTheme=merge({},_commonTheme,_dark);export{_dark,darkTheme};
1
+ import{_commonTheme}from"./_common.mjs";import{merge}from"es-toolkit/compat";const _dark={common:{textColorDisabled:`#b2b4bb`,infoColor:`#70C0E8`,infoColorHover:`#8ACBEC`,infoColorPressed:`#5AADE0`,infoColorSuppl:`#8ACBEC`,successColor:`#63e2b7`,successColorHover:`#7fe7c4`,successColorPressed:`#52d9a6`,successColorSuppl:`#7fe7c4`,warningColor:`#f2c97d`,warningColorHover:`#f5d599`,warningColorPressed:`#e6be6e`,warningColorSuppl:`#f5d599`,errorColor:`#e88080`,errorColorHover:`#ed9b9b`,errorColorPressed:`#d47373`,errorColorSuppl:`#ed9b9b`},DataTable:{thColor:`#F5F6F7`,borderColor:`#ebebed`}},darkTheme=merge({},_commonTheme,_dark);export{_dark,darkTheme};
@@ -1 +1 @@
1
- import{_commonTheme}from"./_common.mjs";import{merge}from"es-toolkit/compat";const lightTheme=merge({},_commonTheme,{common:{textColorDisabled:`#b2b4bb`,infoColor:`#2080F0`,infoColorHover:`#4098FC`,infoColorPressed:`#1060C9`,infoColorSuppl:`#4098FC`,successColor:`#67c23a`,successColorHover:`#85ce61`,successColorPressed:`#5daf34`,successColorSuppl:`#85ce61`,warningColor:`#e6a23c`,warningColorHover:`#ebb563`,warningColorPressed:`#cf9236`,warningColorSuppl:`#ebb563`,errorColor:`#f56c6c`,errorColorHover:`#f78989`,errorColorPressed:`#dd6161`,errorColorSuppl:`#f78989`}});export{lightTheme};
1
+ import{_commonTheme}from"./_common.mjs";import{merge}from"es-toolkit/compat";const lightTheme=merge({},_commonTheme,{common:{textColorDisabled:`#b2b4bb`,infoColor:`#2080F0`,infoColorHover:`#4098FC`,infoColorPressed:`#1060C9`,infoColorSuppl:`#4098FC`,successColor:`#67c23a`,successColorHover:`#85ce61`,successColorPressed:`#5daf34`,successColorSuppl:`#85ce61`,warningColor:`#e6a23c`,warningColorHover:`#ebb563`,warningColorPressed:`#cf9236`,warningColorSuppl:`#ebb563`,errorColor:`#f56c6c`,errorColorHover:`#f78989`,errorColorPressed:`#dd6161`,errorColorSuppl:`#f78989`},DataTable:{thColor:`#F5F6F7`,borderColor:`#ebebed`}});export{lightTheme};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semi-kit/theme",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "description": "Theme and style presets",
5
5
  "type": "module",
6
6
  "author": "lijiaheng <jahnli@163.com>",