@lingxiteam/theme-utils 0.6.8 → 0.6.9

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.
@@ -129,6 +129,7 @@ export declare const MultipleSelect: {
129
129
  mode: string;
130
130
  allowClear: boolean;
131
131
  formItemIndex: number;
132
+ fieldName: string;
132
133
  staticData: {
133
134
  data: {
134
135
  id: string;
@@ -129,6 +129,7 @@ export var MultipleSelect = {
129
129
  mode: 'multiple',
130
130
  allowClear: true,
131
131
  formItemIndex: 0,
132
+ fieldName: 'xldx',
132
133
  staticData: {
133
134
  data: [{
134
135
  id: '767594',
@@ -58,7 +58,7 @@ export var StdUpload = {
58
58
  type: 'color',
59
59
  label: '列表图标颜色',
60
60
  groupsName: '其他',
61
- followTheme: '@font-size-base'
61
+ followTheme: '@text-color'
62
62
  },
63
63
  lisIconSize: {
64
64
  type: 'px',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingxiteam/theme-utils",
3
- "version": "0.6.8",
3
+ "version": "0.6.9",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",