@lingxiteam/theme-utils 0.4.1 → 0.4.2

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.
@@ -67,6 +67,7 @@ export declare const Table: {
67
67
  label: string;
68
68
  groupsName: string;
69
69
  followTheme: string;
70
+ desc: string;
70
71
  };
71
72
  tbBorderRadius: {
72
73
  type: string;
@@ -83,9 +83,10 @@ export var Table = {
83
83
  },
84
84
  tbBorderColor: {
85
85
  type: 'color',
86
- label: '边框颜色',
86
+ label: '分割线颜色',
87
87
  groupsName: '基础',
88
- followTheme: '@border-color-base'
88
+ followTheme: '@border-color-base',
89
+ desc: '边框线类型为表格时,四周边框以及竖分割线将同步生效'
89
90
  },
90
91
  tbBorderRadius: {
91
92
  type: 'px',
@@ -97,7 +97,7 @@ export var Grid = {
97
97
  '@border-color-base': [],
98
98
  '@color-text-base': []
99
99
  },
100
- tpl: ".use-app-grid{\n background-color: backgroundColor;\n border-radius: borderRadius;\n .am-grid {\n border-color: borderColor;\n background-color: backgroundColor;\n border-radius: borderRadius;\n --adm-font-size-4: fontSize;\n --adm-color-text: textColor;\n --adm-border-color: lineColor;\n }\n .am-grid.am-grid-square .am-grid-item .am-grid-item-inner-content .am-grid-icon{\n width: iconSize;\n }\n .am-grid .am-grid-flex .am-grid-flex-item .am-grid-item-content .am-grid-item-inner-content .am-grid-text{\n line-height: lineHeight;\n font-weight: fontWeight;\n }\n }\n",
100
+ tpl: ".use-app-grid{\n background-color: backgroundColor;\n border-radius: borderRadius;\n .am-grid {\n border-color: borderColor;\n background-color: backgroundColor;\n border-radius: borderRadius;\n overflow: hidden;\n --adm-font-size-4: fontSize;\n --adm-color-text: textColor;\n --adm-border-color: lineColor;\n }\n .am-grid.am-grid-square .am-grid-item .am-grid-item-inner-content .am-grid-icon{\n width: iconSize;\n }\n .am-grid .am-grid-flex .am-grid-flex-item .am-grid-item-content .am-grid-item-inner-content .am-grid-text{\n line-height: lineHeight;\n font-weight: fontWeight;\n }\n }\n",
101
101
  components: [{
102
102
  id: 'Grid_842271',
103
103
  label: '宫格',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingxiteam/theme-utils",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",