@arco-themes/vue-ydzs 0.0.19 → 0.0.20

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/README.md CHANGED
@@ -15,6 +15,12 @@ npm install @arco-themes/vue-ydzs
15
15
  ## Changelog
16
16
 
17
17
 
18
+ - 0.0.20
19
+
20
+ Release:
21
+ - Shadow:
22
+
23
+
18
24
  - 0.0.19
19
25
 
20
26
  Release:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-themes/vue-ydzs",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "description": "",
5
5
  "author": "Joycesong-pony",
6
6
  "owners": [],
package/theme.less CHANGED
@@ -95,7 +95,7 @@
95
95
  @shadow1-right-up: 2px -2px 5px rgba(0, 0, 0, 0.1);
96
96
  @shadow1-right-down: 2px 2px 5px rgba(0, 0, 0, 0.1);
97
97
  @shadow2-center: 0 0 10px rgba(0, 0, 0, 0.1);
98
- @shadow2-up: 0 -4px 10px rgba(0, 0, 0, 0.1);
98
+ @shadow2-up: 0 -5px 25px 0 rgba(0,0,0,0.03);
99
99
  @shadow2-down: 0 4px 10px rgba(0, 0, 0, 0.1);
100
100
  @shadow2-left: -4px 0 10px rgba(0, 0, 0, 0.1);
101
101
  @shadow2-right: 4px 0 10px rgba(0, 0, 0, 0.1);
package/tokens.less CHANGED
@@ -1046,7 +1046,7 @@
1046
1046
  /*********** shadow2 ***********/
1047
1047
 
1048
1048
  @shadow2-center: 0 0 10px rgba(0, 0, 0, 0.1);
1049
- @shadow2-up: 0 -4px 10px rgba(0, 0, 0, 0.1);
1049
+ @shadow2-up: 0 -5px 25px 0 rgba(0, 0, 0, 0.03);
1050
1050
  @shadow2-down: 0 4px 10px rgba(0, 0, 0, 0.1);
1051
1051
  @shadow2-left: -4px 0 10px rgba(0, 0, 0, 0.1);
1052
1052
  @shadow2-right: 4px 0 10px rgba(0, 0, 0, 0.1);
package/variables.less CHANGED
@@ -89,7 +89,7 @@
89
89
  @shadow1-right-up: 2px -2px 5px rgba(0, 0, 0, 0.1);
90
90
  @shadow1-right-down: 2px 2px 5px rgba(0, 0, 0, 0.1);
91
91
  @shadow2-center: 0 0 10px rgba(0, 0, 0, 0.1);
92
- @shadow2-up: 0 -4px 10px rgba(0, 0, 0, 0.1);
92
+ @shadow2-up: 0 -5px 25px 0 rgba(0,0,0,0.03);
93
93
  @shadow2-down: 0 4px 10px rgba(0, 0, 0, 0.1);
94
94
  @shadow2-left: -4px 0 10px rgba(0, 0, 0, 0.1);
95
95
  @shadow2-right: 4px 0 10px rgba(0, 0, 0, 0.1);