@aloudata/aloudata-design 0.2.4 → 0.2.7

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.
@@ -4,17 +4,17 @@
4
4
 
5
5
 
6
6
  // height rules
7
- @height-base: 28px;
8
- @height-lg: 32px;
9
- @height-sm: 22px;
7
+ @ald-height-base: 28px;
8
+ @ald-height-lg: 32px;
9
+ @ald-height-sm: 22px;
10
10
 
11
11
 
12
- @border-radius-base: 8px;
13
- @border-radius-sm: 6px;
14
- @border-color-base: #e7e8e9; // 边框的基础色
12
+ @ald-border-radius-base: 8px;
13
+ @ald-border-radius-sm: 6px;
14
+ @ald-border-color-base: #e7e8e9; // 边框的基础色
15
15
 
16
16
  // color
17
- @primary-color: @B40; // 主色调
17
+ @primary-color: @B60; // 主色调
18
18
  @error-color: @SC40; // 错误色
19
19
  @success-color: @SA40; // 成功色
20
20
  @warning-color: @SB40; // 警告色
@@ -32,5 +32,5 @@
32
32
 
33
33
  //Select
34
34
 
35
- @select-placeholder-color: @NL50;
36
- @select-label-margin-right:4px;
35
+ @ald-select-placeholder-color: @NL50;
36
+ @ald-select-label-margin-right:4px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloudata/aloudata-design",
3
- "version": "0.2.4",
3
+ "version": "0.2.7",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",