ronds-metadata 1.2.71 → 1.2.73

Sign up to get free protection for your applications and to get access to all the features.
@@ -35,7 +35,7 @@
35
35
  justify-content: center;
36
36
  width: 32px;
37
37
  height: 32px;
38
- background-color: var(--ronds-metadata-color-bg-2);
38
+ background-color: var(--ronds-metadata-color-bg-6);
39
39
  border-radius: 4px 0 0 4px;
40
40
  }
41
41
 
@@ -2,7 +2,7 @@ import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray";
2
2
  /*
3
3
  * @Author: wangxian
4
4
  * @Date: 2023-02-06 08:24:17
5
- * @LastEditTime: 2023-06-05 16:21:16
5
+ * @LastEditTime: 2023-06-15 13:41:32
6
6
  */
7
7
  import { RefRule, Rule } from './ruleConfig';
8
8
  export var inputSchema = [{
@@ -136,12 +136,12 @@ export var mutiSelectParam = {
136
136
  // 基础组件列表渲染
137
137
  export var basicComps = [{
138
138
  id: 'input',
139
- name: '输入框',
139
+ name: '单行文本',
140
140
  type: 'input',
141
141
  param: inputParam
142
142
  }, {
143
143
  id: 'textarea',
144
- name: '文本框',
144
+ name: '多行文本',
145
145
  type: 'textarea',
146
146
  param: textareaParam
147
147
  }, {
@@ -230,17 +230,17 @@ export var complexComps = [{
230
230
  param: uploadParam
231
231
  }, {
232
232
  id: 'checkbox',
233
- name: '多选框',
233
+ name: '点击多选',
234
234
  type: 'checkbox',
235
235
  param: checkboxParam
236
236
  }, {
237
237
  id: 'radio',
238
- name: '单选框',
238
+ name: '点击单选',
239
239
  type: 'radio',
240
240
  param: radioParam
241
241
  }, {
242
242
  id: 'numberRange',
243
- name: '数字范围',
243
+ name: '数字区间',
244
244
  type: 'numberRange',
245
245
  param: numberRangeParam
246
246
  }];
package/es/theme.less CHANGED
@@ -5,6 +5,7 @@
5
5
  --ronds-metadata-color-bg-3: #021125;
6
6
  --ronds-metadata-color-bg-4: #1c3771;
7
7
  --ronds-metadata-color-bg-5: #13264e;
8
+ --ronds-metadata-color-bg-6: #0d1f40;
8
9
  --ronds-metadata-color-text-1: #ffffff;
9
10
  --ronds-metadata-color-text-2: #ffffff;
10
11
  --ronds-metadata-color-text-3: #ffffff;
@@ -46,6 +47,7 @@
46
47
  --ronds-metadata-color-bg-3: #f6f5f6;
47
48
  --ronds-metadata-color-bg-4: #ffffff;
48
49
  --ronds-metadata-color-bg-5: #ffffff;
50
+ --ronds-metadata-color-bg-6: rgba(229, 238, 255, 0.85);
49
51
  --ronds-metadata-color-text-1: #1d2129;
50
52
  --ronds-metadata-color-text-2: #24292f;
51
53
  --ronds-metadata-color-text-3: #f2f3f5;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "public": true,
3
3
  "name": "ronds-metadata",
4
- "version": "1.2.71",
4
+ "version": "1.2.73",
5
5
  "scripts": {
6
6
  "start": "dumi dev",
7
7
  "docs:build": "dumi build",
@@ -101,4 +101,4 @@
101
101
  "webpack-cli": "^3.3.12",
102
102
  "yorkie": "^2.0.0"
103
103
  }
104
- }
104
+ }