unika-components 1.0.170 → 1.0.171

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,27 +1,24 @@
1
1
 
2
-
3
- .uni-calendar-component {
4
-
5
- }
6
- .slot-number {
7
- position: absolute;
8
- bottom: 2px;
9
- left: 7px;
10
- font-size: 12px;
11
- color: #666
12
- }
13
-
14
- h2.uni-text-component, p.uni-text-component {
15
- margin-bottom: 0;
16
- }
17
- button.uni-text-component {
18
- padding: 5px 10px;
19
- cursor: pointer;
20
- }
21
- .uni-text-component {
22
- box-sizing: border-box;
23
- white-space: pre-wrap;
24
- }
2
+ .uni-video-component {
3
+ position: relative;
4
+ text-align: center;
5
+ }
6
+ .play-pause-button {
7
+ position: absolute;
8
+ top: 50%;
9
+ left: 50%;
10
+ transform: translate(-50%, -50%);
11
+ cursor: pointer;
12
+ font-size: 2rem;
13
+ color: #fff;
14
+ background: rgba(0, 0, 0, 0.6);
15
+ border-radius: 50%;
16
+ padding: 10px;
17
+ transition: background 0.3s;
18
+ }
19
+ .play-pause-button:hover {
20
+ background: rgba(0, 0, 0, 0.8);
21
+ }
25
22
 
26
23
  .slide-guide {
27
24
  position: absolute;
@@ -96,10 +93,34 @@ body, html {
96
93
  }
97
94
  }
98
95
 
96
+ h2.uni-text-component, p.uni-text-component {
97
+ margin-bottom: 0;
98
+ }
99
+ button.uni-text-component {
100
+ padding: 5px 10px;
101
+ cursor: pointer;
102
+ }
103
+ .uni-text-component {
104
+ box-sizing: border-box;
105
+ white-space: pre-wrap;
106
+ }
107
+
99
108
  .uni-image-component {
100
109
  max-width: 100%;
101
110
  }
102
111
 
112
+
113
+ .uni-calendar-component {
114
+
115
+ }
116
+ .slot-number {
117
+ position: absolute;
118
+ bottom: 2px;
119
+ left: 7px;
120
+ font-size: 12px;
121
+ color: #666
122
+ }
123
+
103
124
  .like-button {
104
125
  display: flex;
105
126
  flex-direction: column;
@@ -122,27 +143,6 @@ body, html {
122
143
  color: #333;
123
144
  }
124
145
 
125
- .uni-video-component {
126
- position: relative;
127
- text-align: center;
128
- }
129
- .play-pause-button {
130
- position: absolute;
131
- top: 50%;
132
- left: 50%;
133
- transform: translate(-50%, -50%);
134
- cursor: pointer;
135
- font-size: 2rem;
136
- color: #fff;
137
- background: rgba(0, 0, 0, 0.6);
138
- border-radius: 50%;
139
- padding: 10px;
140
- transition: background 0.3s;
141
- }
142
- .play-pause-button:hover {
143
- background: rgba(0, 0, 0, 0.8);
144
- }
145
-
146
146
  .swiper-warp {
147
147
  width: 100%;
148
148
  height: 100%;
@@ -162,9 +162,6 @@ body, html {
162
162
  height: 100%;
163
163
  }
164
164
 
165
- .uni-build-up-component {
166
- }
167
-
168
165
  .ant-input-number {
169
166
  box-sizing: border-box;
170
167
  margin: 0;
@@ -199,6 +196,9 @@ body, html {
199
196
  margin-bottom: 0px;
200
197
  vertical-align: top;
201
198
  }
199
+
200
+ .uni-build-up-component {
201
+ }
202
202
  /**
203
203
  * Swiper 6.8.4
204
204
  * 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.170",
3
+ "version": "1.0.171",
4
4
  "private": false,
5
5
  "main": "dist/unika-components.umd.js",
6
6
  "module": "dist/unika-components.esm.js",