assui 3.1.12 → 3.1.13

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.
Files changed (63) hide show
  1. package/es/color-select/style/index.less +4 -2
  2. package/es/highlight-textarea/style/index.less +2 -1
  3. package/es/img-crop/style/index.less +3 -2
  4. package/es/keep-tab/style/index.less +1 -2
  5. package/es/label-auto-complete/style/index.css +1 -1
  6. package/es/label-auto-complete/style/index.less +2 -5
  7. package/es/label-condition-input/style/index.css +2 -2
  8. package/es/label-condition-input/style/index.less +2 -10
  9. package/es/label-customize-range-picker/style/index.less +2 -1
  10. package/es/label-date-picker/style/index.css +7 -3
  11. package/es/label-date-picker/style/index.less +12 -7
  12. package/es/label-input/style/index.css +10 -10
  13. package/es/label-input/style/index.less +1 -12
  14. package/es/label-number-input/style/index.css +2 -2
  15. package/es/label-number-input/style/index.less +2 -11
  16. package/es/label-range-number/style/index.css +9 -11
  17. package/es/label-range-number/style/index.less +17 -19
  18. package/es/label-range-picker/style/index.css +10 -10
  19. package/es/label-range-picker/style/index.less +15 -15
  20. package/es/label-select/style/index.css +1 -2
  21. package/es/label-select/style/index.less +28 -34
  22. package/es/label-text-area/style/index.css +1 -3
  23. package/es/label-text-area/style/index.less +2 -12
  24. package/es/label-tree-select/style/index.css +1 -1
  25. package/es/label-tree-select/style/index.less +2 -4
  26. package/es/number-format-input/style/index.less +6 -4
  27. package/es/single-img-upload/style/index.less +8 -7
  28. package/es/split-pane/style/index.less +3 -1
  29. package/es/step-number-input/style/index.css +2 -2
  30. package/es/step-number-input/style/index.less +6 -5
  31. package/es/style/variables.less +30 -0
  32. package/lib/color-select/style/index.less +4 -2
  33. package/lib/highlight-textarea/style/index.less +2 -1
  34. package/lib/img-crop/style/index.less +3 -2
  35. package/lib/keep-tab/style/index.less +1 -2
  36. package/lib/label-auto-complete/style/index.css +1 -1
  37. package/lib/label-auto-complete/style/index.less +2 -5
  38. package/lib/label-condition-input/style/index.css +2 -2
  39. package/lib/label-condition-input/style/index.less +2 -10
  40. package/lib/label-customize-range-picker/style/index.less +2 -1
  41. package/lib/label-date-picker/style/index.css +7 -3
  42. package/lib/label-date-picker/style/index.less +12 -7
  43. package/lib/label-input/style/index.css +10 -10
  44. package/lib/label-input/style/index.less +1 -12
  45. package/lib/label-number-input/style/index.css +2 -2
  46. package/lib/label-number-input/style/index.less +2 -11
  47. package/lib/label-range-number/style/index.css +9 -11
  48. package/lib/label-range-number/style/index.less +17 -19
  49. package/lib/label-range-picker/style/index.css +10 -10
  50. package/lib/label-range-picker/style/index.less +15 -15
  51. package/lib/label-select/style/index.css +1 -2
  52. package/lib/label-select/style/index.less +28 -34
  53. package/lib/label-text-area/style/index.css +1 -3
  54. package/lib/label-text-area/style/index.less +2 -12
  55. package/lib/label-tree-select/style/index.css +1 -1
  56. package/lib/label-tree-select/style/index.less +2 -4
  57. package/lib/number-format-input/style/index.less +6 -4
  58. package/lib/single-img-upload/style/index.less +8 -7
  59. package/lib/split-pane/style/index.less +3 -1
  60. package/lib/step-number-input/style/index.css +2 -2
  61. package/lib/step-number-input/style/index.less +6 -5
  62. package/lib/style/variables.less +30 -0
  63. package/package.json +2 -2
@@ -0,0 +1,30 @@
1
+ @white: #fff;
2
+ @black: #000;
3
+ @color_333: #333;
4
+ @color_ccc: #ccc;
5
+
6
+ @color_9aa5b5: #9e9e9e;
7
+ @color_a0a0a0: #a0a0a0;
8
+ @color_e5e5e5: #e5e5e5;
9
+ @color_a0a0a0: #a0a0a0;
10
+ @color_323232: #323232;
11
+ @color_02a6e3: #02a6e3;
12
+ @color_f5f5f5: #f5f5f5;
13
+ @color_cacaca: #cacaca;
14
+ @color_1890ff: #1890ff;
15
+ @color_d9d9d9: #d9d9d9;
16
+ @color_40a9ff: #40a9ff;
17
+ @color_dfe2e7: #dfe2e7;
18
+ @color_b3b3b3: #b3b3b3;
19
+ @color_263241: #263241;
20
+ @color_7d7d7d: #7d7d7d;
21
+ @color_f5f6fa: #f5f6fa;
22
+ @color_dc4946: #dc4946;
23
+ @color_a3daff: #a3daff;
24
+ @color_bfbfbf: #bfbfbf;
25
+
26
+ @font-size-base: 14px;
27
+ @font-size-lg: @font-size-base + 2px;
28
+ @font-size_18: 18px;
29
+
30
+ @font-weight-500: 500;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "assui",
3
- "version": "3.1.12",
3
+ "version": "3.1.13",
4
4
  "description": "react ui library",
5
5
  "author": "jason <usochen@gmail.com>",
6
6
  "main": "./lib/index.js",
@@ -80,5 +80,5 @@
80
80
  "node": ">=10.0.0"
81
81
  },
82
82
  "license": "MIT",
83
- "gitHead": "efd022f8320aef24b08747da6c11b4f28fbfc45c"
83
+ "gitHead": "8a011bfdc9d92f9213038d686160735f9fc5848d"
84
84
  }