@ctzy-web-client/plugin-component-vue 1.0.1 → 1.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctzy-web-client/plugin-component-vue",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "main": "lib/index.js",
5
5
  "module": "es/index.mjs",
6
6
  "exports": {
@@ -1,7 +1,7 @@
1
1
  @use 'sass:map';
2
2
  @use '../mixins/function' as *;
3
3
 
4
- $types: primary, success, warning, danger, error;
4
+ $types: primary, success, warning, danger, error !default;
5
5
 
6
6
  $colors: () !default;
7
7
  $colors: map.deep-merge(
@@ -35,11 +35,11 @@ $color-warning: map.get($colors, 'warning', 'base') !default;
35
35
  $color-danger: map.get($colors, 'danger', 'base') !default;
36
36
  $color-error: map.get($colors, 'error', 'base') !default;
37
37
 
38
- $primaryColor: $color-primary;
39
- $successColor: $color-success;
40
- $warningColor: $color-warning;
41
- $dangerColor: $color-danger;
42
- $errorColor: $color-error;
38
+ $primaryColor: $color-primary !default;
39
+ $successColor: $color-success !default;
40
+ $warningColor: $color-warning !default;
41
+ $dangerColor: $color-danger !default;
42
+ $errorColor: $color-error !default;
43
43
 
44
44
  $text-color: () !default;
45
45
  $text-color: map.merge(
@@ -89,34 +89,34 @@ $fill-color: map.merge(
89
89
  $fill-color
90
90
  );
91
91
 
92
- $hoverBgColor: #e8f8ff;
92
+ $hoverBgColor: #e8f8ff !default;
93
93
 
94
- $primarySelectColor: #e8f8ff;
94
+ $primarySelectColor: #e8f8ff !default;
95
95
 
96
- $black-1: #24515d;
97
- $black-3: #7c979e;
98
- $black-4: #b0c0c5;
99
- $bgColor: #f0f3f7;
96
+ $black-1: #24515d !default;
97
+ $black-3: #7c979e !default;
98
+ $black-4: #b0c0c5 !default;
99
+ $bgColor: #f0f3f7 !default;
100
100
 
101
- $leftPanelWidth: 240px;
101
+ $leftPanelWidth: 240px !default;
102
102
 
103
103
  $fontWeight: (
104
104
  'title': 600,
105
105
  'text': 400,
106
- );
106
+ ) !default;
107
107
 
108
108
  $fontSize: (
109
109
  'title': 16px,
110
110
  'text': 14px,
111
111
  'tips': 12px,
112
- );
112
+ ) !default;
113
113
 
114
114
  $gap: (
115
115
  'module': 24px,
116
116
  'input': 24px,
117
117
  'filter': 24px,
118
118
  'button': 16px,
119
- );
119
+ ) !default;
120
120
 
121
121
  $panel: () !default;
122
122
  $panel: map.merge(