unika-components 1.0.283 → 1.0.284

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.
@@ -1,15 +1,9 @@
1
1
 
2
- h2.uni-text-component, p.uni-text-component {
3
- margin-top: 0;
4
- margin-bottom: 0;
5
- }
6
- button.uni-text-component {
7
- padding: 5px 10px;
8
- cursor: pointer;
2
+ .uni-image-component {
3
+ max-width: 100%;
9
4
  }
10
- .uni-text-component {
11
- box-sizing: border-box;
12
- white-space: pre-wrap;
5
+ .uni-image-mask-wrapper {
6
+ display: inline-block;
13
7
  }
14
8
 
15
9
  .slide-guide {
@@ -95,13 +89,6 @@ body, html {
95
89
  .edit-wrapper .uni-lotties-component, .edit-wrapper .uni-like-component, .edit-wrapper .uni-background-component, .edit-wrapper .uni-svg-component, .edit-wrapper .uni-register-form-component{
96
90
  position: static !important;
97
91
  }
98
-
99
- .uni-image-component {
100
- max-width: 100%;
101
- }
102
- .uni-image-mask-wrapper {
103
- display: inline-block;
104
- }
105
92
 
106
93
  .uni-video-component {
107
94
  position: relative;
@@ -123,6 +110,19 @@ body, html {
123
110
  .play-pause-button:hover {
124
111
  background: rgba(0, 0, 0, 0.8);
125
112
  }
113
+
114
+ h2.uni-text-component, p.uni-text-component {
115
+ margin-top: 0;
116
+ margin-bottom: 0;
117
+ }
118
+ button.uni-text-component {
119
+ padding: 5px 10px;
120
+ cursor: pointer;
121
+ }
122
+ .uni-text-component {
123
+ box-sizing: border-box;
124
+ white-space: pre-wrap;
125
+ }
126
126
 
127
127
 
128
128
  .uni-calendar-component {
@@ -158,15 +158,22 @@ body, html {
158
158
  color: #333;
159
159
  }
160
160
 
161
- .effect {
161
+ .uni-lotties-component {
162
162
  width: 100%;
163
163
  height: 100%;
164
164
  }
165
165
 
166
- .uni-lotties-component {
166
+ .effect {
167
167
  width: 100%;
168
168
  height: 100%;
169
169
  }
170
+
171
+ .uni-svg-component {
172
+ display: inline-block;
173
+ }
174
+
175
+ .uni-build-up-component {
176
+ }
170
177
 
171
178
  .swiper-warp {
172
179
  width: 100%;
@@ -216,13 +223,6 @@ body, html {
216
223
  margin-bottom: 0px;
217
224
  vertical-align: top;
218
225
  }
219
-
220
- .uni-build-up-component {
221
- }
222
-
223
- .uni-svg-component {
224
- display: inline-block;
225
- }
226
226
  /**
227
227
  * Swiper 6.8.4
228
228
  * Most modern mobile touch slider and framework with hardware accelerated transitions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unika-components",
3
- "version": "1.0.283",
3
+ "version": "1.0.284",
4
4
  "private": false,
5
5
  "main": "dist/unika-components.umd.js",
6
6
  "module": "dist/unika-components.esm.js",
@@ -86,7 +86,7 @@
86
86
  "swiper": "^6.8.4",
87
87
  "typescript": "^4.0.5",
88
88
  "uuid": "^8.0.0",
89
- "vue": "^3.0.0-0",
89
+ "vue": "^3.4.38",
90
90
  "vue-jest": "^5.0.0-alpha.5",
91
91
  "vue3-lottie": "^3.2.0",
92
92
  "vue3-swiper": "^1.0.0"