unika-components 1.0.105 → 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.
@@ -96,13 +96,26 @@ button.uni-text-component {
96
96
  }
97
97
  }
98
98
 
99
- .slot-number {
100
- position: absolute;
101
- bottom: 2px;
102
- left: 7px;
103
- font-size: 12px;
104
- color: #666
105
- }
99
+ .uni-video-component {
100
+ position: relative;
101
+ text-align: center;
102
+ }
103
+ .play-pause-button {
104
+ position: absolute;
105
+ top: 50%;
106
+ left: 50%;
107
+ transform: translate(-50%, -50%);
108
+ cursor: pointer;
109
+ font-size: 2rem;
110
+ color: #fff;
111
+ background: rgba(0, 0, 0, 0.6);
112
+ border-radius: 50%;
113
+ padding: 10px;
114
+ transition: background 0.3s;
115
+ }
116
+ .play-pause-button:hover {
117
+ background: rgba(0, 0, 0, 0.8);
118
+ }
106
119
 
107
120
  .like-button {
108
121
  display: flex;
@@ -126,44 +139,17 @@ button.uni-text-component {
126
139
  color: #333;
127
140
  }
128
141
 
129
- .uni-video-component {
130
- position: relative;
131
- text-align: center;
132
- }
133
- .play-pause-button {
134
- position: absolute;
135
- top: 50%;
136
- left: 50%;
137
- transform: translate(-50%, -50%);
138
- cursor: pointer;
139
- font-size: 2rem;
140
- color: #fff;
141
- background: rgba(0, 0, 0, 0.6);
142
- border-radius: 50%;
143
- padding: 10px;
144
- transition: background 0.3s;
145
- }
146
- .play-pause-button:hover {
147
- background: rgba(0, 0, 0, 0.8);
148
- }
149
-
150
142
  .effect {
151
143
  width: 100%;
152
144
  height: 100%;
153
145
  }
154
146
 
155
- .swiper-warp {
156
- width: 100%;
157
- height: 100%;
158
- }
159
-
160
- .swiper-slide-component {
161
- text-align: center;
162
- }
163
-
164
- .swiper-slide img {
165
- max-width: 100%;
166
- max-height: 100%;
147
+ .slot-number {
148
+ position: absolute;
149
+ bottom: 2px;
150
+ left: 7px;
151
+ font-size: 12px;
152
+ color: #666
167
153
  }
168
154
 
169
155
  .ant-input-number {
@@ -200,6 +186,20 @@ button.uni-text-component {
200
186
  margin-bottom: 0px;
201
187
  vertical-align: top;
202
188
  }
189
+
190
+ .swiper-warp {
191
+ width: 100%;
192
+ height: 100%;
193
+ }
194
+
195
+ .swiper-slide-component {
196
+ text-align: center;
197
+ }
198
+
199
+ .swiper-slide img {
200
+ max-width: 100%;
201
+ max-height: 100%;
202
+ }
203
203
  /**
204
204
  * Swiper 6.8.4
205
205
  * 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.105",
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",