unika-components 1.0.106 → 1.0.107

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.
@@ -117,14 +117,6 @@ button.uni-text-component {
117
117
  background: rgba(0, 0, 0, 0.8);
118
118
  }
119
119
 
120
- .slot-number {
121
- position: absolute;
122
- bottom: 2px;
123
- left: 7px;
124
- font-size: 12px;
125
- color: #666
126
- }
127
-
128
120
  .like-button {
129
121
  display: flex;
130
122
  flex-direction: column;
@@ -147,6 +139,19 @@ button.uni-text-component {
147
139
  color: #333;
148
140
  }
149
141
 
142
+ .effect {
143
+ width: 100%;
144
+ height: 100%;
145
+ }
146
+
147
+ .slot-number {
148
+ position: absolute;
149
+ bottom: 2px;
150
+ left: 7px;
151
+ font-size: 12px;
152
+ color: #666
153
+ }
154
+
150
155
  .ant-input-number {
151
156
  box-sizing: border-box;
152
157
  margin: 0;
@@ -182,11 +187,6 @@ button.uni-text-component {
182
187
  vertical-align: top;
183
188
  }
184
189
 
185
- .effect {
186
- width: 100%;
187
- height: 100%;
188
- }
189
-
190
190
  .swiper-warp {
191
191
  width: 100%;
192
192
  height: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unika-components",
3
- "version": "1.0.106",
3
+ "version": "1.0.107",
4
4
  "private": false,
5
5
  "main": "dist/unika-components.umd.js",
6
6
  "module": "dist/unika-components.esm.js",