unika-components 1.0.123 → 1.0.125

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.
@@ -14,27 +14,6 @@ button.uni-text-component {
14
14
  box-sizing: border-box;
15
15
  white-space: pre-wrap;
16
16
  }
17
-
18
- .uni-video-component {
19
- position: relative;
20
- text-align: center;
21
- }
22
- .play-pause-button {
23
- position: absolute;
24
- top: 50%;
25
- left: 50%;
26
- transform: translate(-50%, -50%);
27
- cursor: pointer;
28
- font-size: 2rem;
29
- color: #fff;
30
- background: rgba(0, 0, 0, 0.6);
31
- border-radius: 50%;
32
- padding: 10px;
33
- transition: background 0.3s;
34
- }
35
- .play-pause-button:hover {
36
- background: rgba(0, 0, 0, 0.8);
37
- }
38
17
 
39
18
  .slide-guide {
40
19
  position: absolute;
@@ -109,13 +88,26 @@ body, html {
109
88
  }
110
89
  }
111
90
 
112
- .slot-number {
113
- position: absolute;
114
- bottom: 2px;
115
- left: 7px;
116
- font-size: 12px;
117
- color: #666
118
- }
91
+ .uni-video-component {
92
+ position: relative;
93
+ text-align: center;
94
+ }
95
+ .play-pause-button {
96
+ position: absolute;
97
+ top: 50%;
98
+ left: 50%;
99
+ transform: translate(-50%, -50%);
100
+ cursor: pointer;
101
+ font-size: 2rem;
102
+ color: #fff;
103
+ background: rgba(0, 0, 0, 0.6);
104
+ border-radius: 50%;
105
+ padding: 10px;
106
+ transition: background 0.3s;
107
+ }
108
+ .play-pause-button:hover {
109
+ background: rgba(0, 0, 0, 0.8);
110
+ }
119
111
 
120
112
  .like-button {
121
113
  display: flex;
@@ -139,6 +131,33 @@ body, html {
139
131
  color: #333;
140
132
  }
141
133
 
134
+ .slot-number {
135
+ position: absolute;
136
+ bottom: 2px;
137
+ left: 7px;
138
+ font-size: 12px;
139
+ color: #666
140
+ }
141
+
142
+ .effect {
143
+ width: 100%;
144
+ height: 100%;
145
+ }
146
+
147
+ .swiper-warp {
148
+ width: 100%;
149
+ height: 100%;
150
+ }
151
+
152
+ .swiper-slide-component {
153
+ text-align: center;
154
+ }
155
+
156
+ .swiper-slide img {
157
+ max-width: 100%;
158
+ max-height: 100%;
159
+ }
160
+
142
161
  .ant-input-number {
143
162
  box-sizing: border-box;
144
163
  margin: 0;
@@ -173,25 +192,6 @@ body, html {
173
192
  margin-bottom: 0px;
174
193
  vertical-align: top;
175
194
  }
176
-
177
- .swiper-warp {
178
- width: 100%;
179
- height: 100%;
180
- }
181
-
182
- .swiper-slide-component {
183
- text-align: center;
184
- }
185
-
186
- .swiper-slide img {
187
- max-width: 100%;
188
- max-height: 100%;
189
- }
190
-
191
- .effect {
192
- width: 100%;
193
- height: 100%;
194
- }
195
195
  /**
196
196
  * Swiper 6.8.4
197
197
  * Most modern mobile touch slider and framework with hardware accelerated transitions
@@ -13091,7 +13091,7 @@ function render$g(_ctx, _cache, $props, $setup, $data, $options) {
13091
13091
  default: withCtx(() => [
13092
13092
  createElementVNode("div", {
13093
13093
  class: "final-page",
13094
- style: normalizeStyle$1({ width: _ctx.work?.width, height: _ctx.work?.height })
13094
+ style: normalizeStyle$1({ width: _ctx.work.width, height: _ctx.work.height })
13095
13095
  }, [
13096
13096
  (openBlock(true), createElementBlock(Fragment, null, renderList(page.components, (item) => {
13097
13097
  return (openBlock(), createElementBlock("div", {
@@ -13098,7 +13098,7 @@
13098
13098
  default: vue.withCtx(() => [
13099
13099
  vue.createElementVNode("div", {
13100
13100
  class: "final-page",
13101
- style: vue.normalizeStyle({ width: _ctx.work?.width, height: _ctx.work?.height })
13101
+ style: vue.normalizeStyle({ width: _ctx.work.width, height: _ctx.work.height })
13102
13102
  }, [
13103
13103
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(page.components, (item) => {
13104
13104
  return (vue.openBlock(), vue.createElementBlock("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unika-components",
3
- "version": "1.0.123",
3
+ "version": "1.0.125",
4
4
  "private": false,
5
5
  "main": "dist/unika-components.umd.js",
6
6
  "module": "dist/unika-components.esm.js",