unika-components 1.0.111 → 1.0.113

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,8 +1,4 @@
1
1
 
2
- .uni-image-component {
3
- max-width: 100%;
4
- }
5
-
6
2
  h2.uni-text-component, p.uni-text-component {
7
3
  margin-bottom: 0;
8
4
  }
@@ -95,6 +91,10 @@ button.uni-text-component {
95
91
  -webkit-transform: rotate(360deg);
96
92
  }
97
93
  }
94
+
95
+ .uni-image-component {
96
+ max-width: 100%;
97
+ }
98
98
 
99
99
  .slot-number {
100
100
  position: absolute;
@@ -126,32 +126,6 @@ button.uni-text-component {
126
126
  color: #333;
127
127
  }
128
128
 
129
- .effect {
130
- width: 100%;
131
- height: 100%;
132
- }
133
-
134
- .uni-video-component {
135
- position: relative;
136
- text-align: center;
137
- }
138
- .play-pause-button {
139
- position: absolute;
140
- top: 50%;
141
- left: 50%;
142
- transform: translate(-50%, -50%);
143
- cursor: pointer;
144
- font-size: 2rem;
145
- color: #fff;
146
- background: rgba(0, 0, 0, 0.6);
147
- border-radius: 50%;
148
- padding: 10px;
149
- transition: background 0.3s;
150
- }
151
- .play-pause-button:hover {
152
- background: rgba(0, 0, 0, 0.8);
153
- }
154
-
155
129
  .ant-input-number {
156
130
  box-sizing: border-box;
157
131
  margin: 0;
@@ -187,6 +161,32 @@ button.uni-text-component {
187
161
  vertical-align: top;
188
162
  }
189
163
 
164
+ .uni-video-component {
165
+ position: relative;
166
+ text-align: center;
167
+ }
168
+ .play-pause-button {
169
+ position: absolute;
170
+ top: 50%;
171
+ left: 50%;
172
+ transform: translate(-50%, -50%);
173
+ cursor: pointer;
174
+ font-size: 2rem;
175
+ color: #fff;
176
+ background: rgba(0, 0, 0, 0.6);
177
+ border-radius: 50%;
178
+ padding: 10px;
179
+ transition: background 0.3s;
180
+ }
181
+ .play-pause-button:hover {
182
+ background: rgba(0, 0, 0, 0.8);
183
+ }
184
+
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.111",
3
+ "version": "1.0.113",
4
4
  "private": false,
5
5
  "main": "dist/unika-components.umd.js",
6
6
  "module": "dist/unika-components.esm.js",