unika-components 1.0.173 → 1.0.174

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.
@@ -121,11 +121,6 @@ button.uni-text-component {
121
121
  color: #666
122
122
  }
123
123
 
124
- .effect {
125
- width: 100%;
126
- height: 100%;
127
- }
128
-
129
124
  .like-button {
130
125
  display: flex;
131
126
  flex-direction: column;
@@ -183,6 +178,11 @@ button.uni-text-component {
183
178
  vertical-align: top;
184
179
  }
185
180
 
181
+ .effect {
182
+ width: 100%;
183
+ height: 100%;
184
+ }
185
+
186
186
  .swiper-warp {
187
187
  width: 100%;
188
188
  height: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unika-components",
3
- "version": "1.0.173",
3
+ "version": "1.0.174",
4
4
  "private": false,
5
5
  "main": "dist/unika-components.umd.js",
6
6
  "module": "dist/unika-components.esm.js",