unika-components 1.0.299 → 1.0.300

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.
@@ -227,6 +227,7 @@ export declare const svgDefaultProps: {
227
227
  borderColor: string;
228
228
  borderStyle: string;
229
229
  borderWidth: string;
230
+ boxShadow: string;
230
231
  color: string;
231
232
  svgSrc: string;
232
233
  };
@@ -519,6 +520,7 @@ export declare const componentsDefaultProps: {
519
520
  borderColor: string;
520
521
  borderStyle: string;
521
522
  borderWidth: string;
523
+ boxShadow: string;
522
524
  color: string;
523
525
  svgSrc: string;
524
526
  };
@@ -11,6 +11,18 @@ button.uni-text-component {
11
11
  box-sizing: border-box;
12
12
  white-space: pre-wrap;
13
13
  }
14
+
15
+
16
+ .uni-calendar-component {
17
+
18
+ }
19
+ .slot-number {
20
+ position: absolute;
21
+ bottom: 2px;
22
+ left: 7px;
23
+ font-size: 12px;
24
+ color: #666
25
+ }
14
26
 
15
27
  .slide-guide {
16
28
  position: absolute;
@@ -96,18 +108,6 @@ body, html {
96
108
  position: static !important;
97
109
  }
98
110
 
99
-
100
- .uni-calendar-component {
101
-
102
- }
103
- .slot-number {
104
- position: absolute;
105
- bottom: 2px;
106
- left: 7px;
107
- font-size: 12px;
108
- color: #666
109
- }
110
-
111
111
  .uni-video-component {
112
112
  position: relative;
113
113
  text-align: center;
@@ -150,13 +150,6 @@ body, html {
150
150
  font-size: 16px;
151
151
  color: #333;
152
152
  }
153
-
154
- .uni-image-component {
155
- max-width: 100%;
156
- }
157
- .uni-image-mask-wrapper {
158
- display: inline-block;
159
- }
160
153
 
161
154
  .effect {
162
155
  width: 100%;
@@ -168,6 +161,34 @@ body, html {
168
161
  height: 100%;
169
162
  }
170
163
 
164
+ .swiper-warp {
165
+ width: 100%;
166
+ height: 100%;
167
+ }
168
+
169
+ .swiper-slide-component {
170
+ text-align: center;
171
+ }
172
+
173
+ .swiper-slide img {
174
+ max-width: 100%;
175
+ max-height: 100%;
176
+ }
177
+
178
+ .uni-build-up-component {
179
+ }
180
+
181
+ .uni-image-component {
182
+ max-width: 100%;
183
+ }
184
+ .uni-image-mask-wrapper {
185
+ display: inline-block;
186
+ }
187
+
188
+ .uni-svg-component {
189
+ display: inline-block;
190
+ }
191
+
171
192
  .ant-input-number {
172
193
  box-sizing: border-box;
173
194
  margin: 0;
@@ -202,27 +223,6 @@ body, html {
202
223
  margin-bottom: 0px;
203
224
  vertical-align: top;
204
225
  }
205
-
206
- .uni-build-up-component {
207
- }
208
-
209
- .uni-svg-component {
210
- display: inline-block;
211
- }
212
-
213
- .swiper-warp {
214
- width: 100%;
215
- height: 100%;
216
- }
217
-
218
- .swiper-slide-component {
219
- text-align: center;
220
- }
221
-
222
- .swiper-slide img {
223
- max-width: 100%;
224
- max-height: 100%;
225
- }
226
226
  /**
227
227
  * Swiper 6.8.4
228
228
  * Most modern mobile touch slider and framework with hardware accelerated transitions
@@ -5075,6 +5075,7 @@ const svgDefaultProps = {
5075
5075
  borderColor: 'rgb(153, 153, 153)',
5076
5076
  borderStyle: 'solid',
5077
5077
  borderWidth: '0rem',
5078
+ boxShadow: '0 0 0 #000000',
5078
5079
  color: '#999999',
5079
5080
  svgSrc: 'https://unika-static-dev.oss-ap-southeast-7.aliyuncs.com/static/shape/shape-1.svg',
5080
5081
  };
@@ -5082,6 +5082,7 @@
5082
5082
  borderColor: 'rgb(153, 153, 153)',
5083
5083
  borderStyle: 'solid',
5084
5084
  borderWidth: '0rem',
5085
+ boxShadow: '0 0 0 #000000',
5085
5086
  color: '#999999',
5086
5087
  svgSrc: 'https://unika-static-dev.oss-ap-southeast-7.aliyuncs.com/static/shape/shape-1.svg',
5087
5088
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unika-components",
3
- "version": "1.0.299",
3
+ "version": "1.0.300",
4
4
  "private": false,
5
5
  "main": "dist/unika-components.umd.js",
6
6
  "module": "dist/unika-components.esm.js",