unika-components 1.0.271 → 1.0.273

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,3 +1,24 @@
1
+
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
+ }
1
22
 
2
23
  .uni-image-component {
3
24
  max-width: 100%;
@@ -5,18 +26,18 @@
5
26
  .uni-image-mask-wrapper {
6
27
  display: inline-block;
7
28
  }
8
-
9
- h2.uni-text-component, p.uni-text-component {
10
- margin-bottom: 0;
11
- }
12
- button.uni-text-component {
13
- padding: 5px 10px;
14
- cursor: pointer;
15
- }
16
- .uni-text-component {
17
- box-sizing: border-box;
18
- white-space: pre-wrap;
19
- }
29
+
30
+
31
+ .uni-calendar-component {
32
+
33
+ }
34
+ .slot-number {
35
+ position: absolute;
36
+ bottom: 2px;
37
+ left: 7px;
38
+ font-size: 12px;
39
+ color: #666
40
+ }
20
41
 
21
42
  .slide-guide {
22
43
  position: absolute;
@@ -101,17 +122,49 @@ body, html {
101
122
  .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{
102
123
  position: static !important;
103
124
  }
125
+
126
+ .uni-svg-component {
127
+ display: inline-block;
128
+ }
129
+
130
+ .uni-lotties-component {
131
+ width: 100%;
132
+ height: 100%;
133
+ }
134
+
135
+ h2.uni-text-component, p.uni-text-component {
136
+ margin-top: 0;
137
+ margin-bottom: 0;
138
+ }
139
+ button.uni-text-component {
140
+ padding: 5px 10px;
141
+ cursor: pointer;
142
+ }
143
+ .uni-text-component {
144
+ box-sizing: border-box;
145
+ white-space: pre-wrap;
146
+ }
104
147
 
148
+ .like-button {
149
+ display: flex;
150
+ flex-direction: column;
151
+ align-items: center;
152
+ cursor: pointer;
153
+ }
105
154
 
106
- .uni-calendar-component {
155
+ .icon-heart {
156
+ font-size: 24px;
157
+ color: #e74c3c;
158
+ }
107
159
 
160
+ .liked {
161
+ color: #f00; /* 更改颜色以示已赞 */
108
162
  }
109
- .slot-number {
110
- position: absolute;
111
- bottom: 2px;
112
- left: 7px;
113
- font-size: 12px;
114
- color: #666
163
+
164
+ .like-count {
165
+ margin-top: 4px;
166
+ font-size: 16px;
167
+ color: #333;
115
168
  }
116
169
 
117
170
  .effect {
@@ -119,27 +172,6 @@ body, html {
119
172
  height: 100%;
120
173
  }
121
174
 
122
- .uni-video-component {
123
- position: relative;
124
- text-align: center;
125
- }
126
- .play-pause-button {
127
- position: absolute;
128
- top: 50%;
129
- left: 50%;
130
- transform: translate(-50%, -50%);
131
- cursor: pointer;
132
- font-size: 2rem;
133
- color: #fff;
134
- background: rgba(0, 0, 0, 0.6);
135
- border-radius: 50%;
136
- padding: 10px;
137
- transition: background 0.3s;
138
- }
139
- .play-pause-button:hover {
140
- background: rgba(0, 0, 0, 0.8);
141
- }
142
-
143
175
  .ant-input-number {
144
176
  box-sizing: border-box;
145
177
  margin: 0;
@@ -175,6 +207,9 @@ body, html {
175
207
  vertical-align: top;
176
208
  }
177
209
 
210
+ .uni-build-up-component {
211
+ }
212
+
178
213
  .swiper-warp {
179
214
  width: 100%;
180
215
  height: 100%;
@@ -188,40 +223,6 @@ body, html {
188
223
  max-width: 100%;
189
224
  max-height: 100%;
190
225
  }
191
-
192
- .like-button {
193
- display: flex;
194
- flex-direction: column;
195
- align-items: center;
196
- cursor: pointer;
197
- }
198
-
199
- .icon-heart {
200
- font-size: 24px;
201
- color: #e74c3c;
202
- }
203
-
204
- .liked {
205
- color: #f00; /* 更改颜色以示已赞 */
206
- }
207
-
208
- .like-count {
209
- margin-top: 4px;
210
- font-size: 16px;
211
- color: #333;
212
- }
213
-
214
- .uni-lotties-component {
215
- width: 100%;
216
- height: 100%;
217
- }
218
-
219
- .uni-build-up-component {
220
- }
221
-
222
- .uni-svg-component {
223
- display: inline-block;
224
- }
225
226
  /**
226
227
  * Swiper 6.8.4
227
228
  * Most modern mobile touch slider and framework with hardware accelerated transitions
@@ -770,91 +771,278 @@ button.swiper-pagination-bullet {
770
771
  backface-visibility: hidden;
771
772
  }
772
773
 
773
- .unika-calendar-box {
774
- position: relative;
775
- width: 325px !important;
776
- min-height: 325px !important;
777
- height: auto !important;
778
- }
779
- .unika-calendar-title {
780
- font-size: 25px;
781
- padding-bottom: 4px;
782
- }
783
- .unika-calendar-header {
784
- display: -webkit-box;
785
- display: -ms-flexbox;
786
- display: flex;
787
- -webkit-box-pack: justify;
788
- -ms-flex-pack: justify;
789
- justify-content: space-between;
790
- -webkit-box-align: end;
791
- -ms-flex-align: end;
792
- align-items: flex-end;
793
- line-height: 1;
794
- padding: 0 47px 20px;
795
- }
796
- .unika-calendar-header .disabled {
797
- pointer-events: none;
798
- color: #f0f0f0;
799
- }
800
- .unika-calendar-th {
801
- display: -webkit-box;
802
- display: -ms-flexbox;
803
- display: flex;
804
- -webkit-box-pack: start;
805
- -ms-flex-pack: start;
806
- justify-content: flex-start;
807
- height: 25px;
808
- line-height: 25px;
809
- padding: 0 10px;
810
- border-radius: 13px
774
+
775
+ .no-animation__card {
776
+ font-weight: 500;
777
+ font-size: var(--countdown-size, 2rem);
778
+ line-height: 1.5;
779
+ display: block;
780
+ color: var(--main-color, #EC685C);
811
781
  }
812
- .unika-calendar-th > * {
813
- width: 14.2%;
782
+
783
+ .flip-clock {
814
784
  text-align: center;
815
- color: #fff;
816
- font-size: 15px;
817
- }
818
- .unika-calendar-th > *:not(:first-child) {
819
- margin-left: 10px;
820
- }
821
- .unika-calendar-body {
822
- padding: 0;
823
- margin: 0;
824
- font-size: 0;
825
- padding: 5px 10px 0;
826
- text-align: left;
827
- }
828
- .unika-calendar-editor {
829
- font-size: 25px;
785
+ perspective: 600px;
786
+ margin: 0 auto;
830
787
  }
831
- .unika-calendar-editor span {
832
- position: relative;
833
- top: 2px;
834
- font-size: 57px;
788
+
789
+ .flip-clock *,
790
+ .flip-clock *:before,
791
+ .flip-clock *:after {
792
+ box-sizing: border-box;
835
793
  }
836
- .unika-calendar-day {
794
+
795
+ .flip-clock__piece {
837
796
  display: inline-block;
838
- width: 24px;
839
- height: 24px;
840
- line-height: 24px;
841
- text-align: center;
842
- font-size: 14px;
843
- position: absolute;
844
- border-radius: 50%;
845
- }
846
- .unika-calendar-row {
847
- display: flex;
797
+ margin: 0 0.2vw;
848
798
  }
849
- .unika-calendar-row:not(:last-child) {
850
- margin-bottom: 10px;
799
+
800
+ @media (min-width: 1000px) {
801
+ .flip-clock__piece {
802
+ margin: 0 5px;
803
+ }
851
804
  }
852
- .unika-calendar-row > * {
853
- flex: 1;
854
- padding: 2px;
855
- height: 28px;
856
- box-sizing: border-box;
857
- position: relative;
805
+
806
+ .flip-clock__slot {
807
+ font-size: var(--label-size, 1rem);
808
+ line-height: 1.5;
809
+ display: block;
810
+ color: var(--label-color, #222222);
811
+ }
812
+
813
+ .flip-card {
814
+ display: block;
815
+ position: relative;
816
+ padding-bottom: 0.72em; /* halfHeight */
817
+ font-size: var(--countdown-size, 2.25rem);
818
+ line-height: 0.95;
819
+ }
820
+
821
+ @media (min-width: 1000px) {
822
+ .flip-clock__slot {
823
+ font-size: 1.2rem;
824
+ }
825
+
826
+ .flip-card {
827
+ font-size: 3rem;
828
+ }
829
+ }
830
+
831
+ .flip-card__top,
832
+ .flip-card__bottom,
833
+ .flip-card__back-bottom,
834
+ .flip-card__back::before,
835
+ .flip-card__back::after{
836
+ display: block;
837
+ height: 0.72em; /* halfHeight */
838
+ color: var(--main-color, #EC685C);
839
+ background: var(--main-flip-background-color, #222222);
840
+ padding: 0.23em 0.15em 0.4em;
841
+ border-radius: 0.15em 0.15em 0 0; /* borderRadius */
842
+ backface-visibility: hidden;
843
+ -webkit-backface-visibility: hidden;
844
+ transform-style: preserve-3d;
845
+ width: 2.1em;
846
+ }
847
+
848
+ .flip-card__top-4digits,
849
+ .flip-card__bottom-4digits,
850
+ .flip-card__back-bottom-4digits,
851
+ .flip-card__back-4digits::before,
852
+ .flip-card__back-4digits::after {
853
+ display: block;
854
+ height: 0.72em; /* halfHeight */
855
+ color: var(--main-color, #EC685C);
856
+ background: var(--main-flip-background-color, #222222);
857
+ padding: 0.23em 0.15em 0.4em;
858
+ border-radius: 0.15em 0.15em 0 0; /* borderRadius */
859
+ backface-visibility: hidden;
860
+ -webkit-backface-visibility: hidden;
861
+ transform-style: preserve-3d;
862
+ width: 2.65em;
863
+ }
864
+
865
+ .flip-card__bottom,
866
+ .flip-card__back-bottom,
867
+ .flip-card__bottom-4digits,
868
+ .flip-card__back-bottom-4digits {
869
+ color: var(--second-flip-color, #EC685C);
870
+ position: absolute;
871
+ top: 50%;
872
+ left: 0;
873
+ border-top: solid 1px var(--second-flip-background-color, #000);
874
+ background: var(--second-flip-background-color, #393939);
875
+ border-radius: 0 0 0.15em 0.15em; /* borderRadius */
876
+ pointer-events: none;
877
+ overflow: hidden;
878
+ z-index: 2;
879
+ }
880
+
881
+ .flip-card__back-bottom,
882
+ .flip-card__back-bottom-4digits {
883
+ z-index: 1;
884
+ }
885
+
886
+ .flip-card__bottom::after,
887
+ .flip-card__back-bottom::after,
888
+ .flip-card__bottom-4digits::after,
889
+ .flip-card__back-bottom-4digits::after {
890
+ display: block;
891
+ margin-top: -0.72em; /* Negative halfHeight */
892
+ }
893
+ .flip-card__back::before,
894
+ .flip-card__bottom::after,
895
+ .flip-card__back-bottom::after,
896
+ .flip-card__back-4digits::before,
897
+ .flip-card__bottom-4digits::after,
898
+ .flip-card__back-bottom-4digits::after {
899
+ content: attr(data-value);
900
+ }
901
+
902
+ .flip-card__back,
903
+ .flip-card__back-4digits {
904
+ position: absolute;
905
+ top: 0;
906
+ height: 100%;
907
+ left: 0%;
908
+ pointer-events: none;
909
+ }
910
+ .flip-card__back::before,
911
+ .flip-card__back-4digits::before {
912
+ position: relative;
913
+ overflow: hidden;
914
+ z-index: -1;
915
+ }
916
+
917
+ .flip .flip-card__back::before,
918
+ .flip .flip-card__back-4digits::before {
919
+ z-index: 1;
920
+ animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
921
+ animation-fill-mode: both;
922
+ transform-origin: center bottom;
923
+ }
924
+
925
+ .flip .flip-card__bottom,
926
+ .flip .flip-card__bottom-4digits {
927
+ transform-origin: center top;
928
+ animation-fill-mode: both;
929
+ animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
930
+ }
931
+ @keyframes flipTop {
932
+ 0% {
933
+ transform: rotateX(0deg);
934
+ z-index: 2;
935
+ }
936
+ 0%, 99% {
937
+ opacity: 1;
938
+ }
939
+ 100% {
940
+ transform: rotateX(-90deg);
941
+ opacity: 0;
942
+ }
943
+ }
944
+
945
+ @keyframes flipBottom {
946
+ 0%, 50% {
947
+ z-index: -1;
948
+ transform: rotateX(90deg);
949
+ opacity: 0;
950
+ }
951
+ 51% {
952
+ opacity: 1;
953
+ }
954
+ 100% {
955
+ opacity: 1;
956
+ transform: rotateX(0deg);
957
+ z-index: 5;
958
+ }
959
+ }
960
+
961
+ .unika-calendar-box {
962
+ position: relative;
963
+ width: 325px !important;
964
+ min-height: 325px !important;
965
+ height: auto !important;
966
+ }
967
+ .unika-calendar-title {
968
+ font-size: 25px;
969
+ padding-bottom: 4px;
970
+ }
971
+ .unika-calendar-header {
972
+ display: -webkit-box;
973
+ display: -ms-flexbox;
974
+ display: flex;
975
+ -webkit-box-pack: justify;
976
+ -ms-flex-pack: justify;
977
+ justify-content: space-between;
978
+ -webkit-box-align: end;
979
+ -ms-flex-align: end;
980
+ align-items: flex-end;
981
+ line-height: 1;
982
+ padding: 0 47px 20px;
983
+ }
984
+ .unika-calendar-header .disabled {
985
+ pointer-events: none;
986
+ color: #f0f0f0;
987
+ }
988
+ .unika-calendar-th {
989
+ display: -webkit-box;
990
+ display: -ms-flexbox;
991
+ display: flex;
992
+ -webkit-box-pack: start;
993
+ -ms-flex-pack: start;
994
+ justify-content: flex-start;
995
+ height: 25px;
996
+ line-height: 25px;
997
+ padding: 0 10px;
998
+ border-radius: 13px
999
+ }
1000
+ .unika-calendar-th > * {
1001
+ width: 14.2%;
1002
+ text-align: center;
1003
+ color: #fff;
1004
+ font-size: 15px;
1005
+ }
1006
+ .unika-calendar-th > *:not(:first-child) {
1007
+ margin-left: 10px;
1008
+ }
1009
+ .unika-calendar-body {
1010
+ padding: 0;
1011
+ margin: 0;
1012
+ font-size: 0;
1013
+ padding: 5px 10px 0;
1014
+ text-align: left;
1015
+ }
1016
+ .unika-calendar-editor {
1017
+ font-size: 25px;
1018
+ }
1019
+ .unika-calendar-editor span {
1020
+ position: relative;
1021
+ top: 2px;
1022
+ font-size: 57px;
1023
+ }
1024
+ .unika-calendar-day {
1025
+ display: inline-block;
1026
+ width: 24px;
1027
+ height: 24px;
1028
+ line-height: 24px;
1029
+ text-align: center;
1030
+ font-size: 14px;
1031
+ position: absolute;
1032
+ border-radius: 50%;
1033
+ }
1034
+ .unika-calendar-row {
1035
+ display: flex;
1036
+ }
1037
+ .unika-calendar-row:not(:last-child) {
1038
+ margin-bottom: 10px;
1039
+ }
1040
+ .unika-calendar-row > * {
1041
+ flex: 1;
1042
+ padding: 2px;
1043
+ height: 28px;
1044
+ box-sizing: border-box;
1045
+ position: relative;
858
1046
  }
859
1047
  /*.unika-calendar-row > *.color-grey {
860
1048
  background-color: #EBF1F9;
@@ -1029,190 +1217,3 @@ button.swiper-pagination-bullet {
1029
1217
  padding: 0 0px;
1030
1218
  border-bottom: 1px solid
1031
1219
  }
1032
-
1033
-
1034
- .no-animation__card {
1035
- font-weight: 500;
1036
- font-size: var(--countdown-size, 2rem);
1037
- line-height: 1.5;
1038
- display: block;
1039
- color: var(--main-color, #EC685C);
1040
- }
1041
-
1042
- .flip-clock {
1043
- text-align: center;
1044
- perspective: 600px;
1045
- margin: 0 auto;
1046
- }
1047
-
1048
- .flip-clock *,
1049
- .flip-clock *:before,
1050
- .flip-clock *:after {
1051
- box-sizing: border-box;
1052
- }
1053
-
1054
- .flip-clock__piece {
1055
- display: inline-block;
1056
- margin: 0 0.2vw;
1057
- }
1058
-
1059
- @media (min-width: 1000px) {
1060
- .flip-clock__piece {
1061
- margin: 0 5px;
1062
- }
1063
- }
1064
-
1065
- .flip-clock__slot {
1066
- font-size: var(--label-size, 1rem);
1067
- line-height: 1.5;
1068
- display: block;
1069
- color: var(--label-color, #222222);
1070
- }
1071
-
1072
- .flip-card {
1073
- display: block;
1074
- position: relative;
1075
- padding-bottom: 0.72em; /* halfHeight */
1076
- font-size: var(--countdown-size, 2.25rem);
1077
- line-height: 0.95;
1078
- }
1079
-
1080
- @media (min-width: 1000px) {
1081
- .flip-clock__slot {
1082
- font-size: 1.2rem;
1083
- }
1084
-
1085
- .flip-card {
1086
- font-size: 3rem;
1087
- }
1088
- }
1089
-
1090
- .flip-card__top,
1091
- .flip-card__bottom,
1092
- .flip-card__back-bottom,
1093
- .flip-card__back::before,
1094
- .flip-card__back::after{
1095
- display: block;
1096
- height: 0.72em; /* halfHeight */
1097
- color: var(--main-color, #EC685C);
1098
- background: var(--main-flip-background-color, #222222);
1099
- padding: 0.23em 0.15em 0.4em;
1100
- border-radius: 0.15em 0.15em 0 0; /* borderRadius */
1101
- backface-visibility: hidden;
1102
- -webkit-backface-visibility: hidden;
1103
- transform-style: preserve-3d;
1104
- width: 2.1em;
1105
- }
1106
-
1107
- .flip-card__top-4digits,
1108
- .flip-card__bottom-4digits,
1109
- .flip-card__back-bottom-4digits,
1110
- .flip-card__back-4digits::before,
1111
- .flip-card__back-4digits::after {
1112
- display: block;
1113
- height: 0.72em; /* halfHeight */
1114
- color: var(--main-color, #EC685C);
1115
- background: var(--main-flip-background-color, #222222);
1116
- padding: 0.23em 0.15em 0.4em;
1117
- border-radius: 0.15em 0.15em 0 0; /* borderRadius */
1118
- backface-visibility: hidden;
1119
- -webkit-backface-visibility: hidden;
1120
- transform-style: preserve-3d;
1121
- width: 2.65em;
1122
- }
1123
-
1124
- .flip-card__bottom,
1125
- .flip-card__back-bottom,
1126
- .flip-card__bottom-4digits,
1127
- .flip-card__back-bottom-4digits {
1128
- color: var(--second-flip-color, #EC685C);
1129
- position: absolute;
1130
- top: 50%;
1131
- left: 0;
1132
- border-top: solid 1px var(--second-flip-background-color, #000);
1133
- background: var(--second-flip-background-color, #393939);
1134
- border-radius: 0 0 0.15em 0.15em; /* borderRadius */
1135
- pointer-events: none;
1136
- overflow: hidden;
1137
- z-index: 2;
1138
- }
1139
-
1140
- .flip-card__back-bottom,
1141
- .flip-card__back-bottom-4digits {
1142
- z-index: 1;
1143
- }
1144
-
1145
- .flip-card__bottom::after,
1146
- .flip-card__back-bottom::after,
1147
- .flip-card__bottom-4digits::after,
1148
- .flip-card__back-bottom-4digits::after {
1149
- display: block;
1150
- margin-top: -0.72em; /* Negative halfHeight */
1151
- }
1152
- .flip-card__back::before,
1153
- .flip-card__bottom::after,
1154
- .flip-card__back-bottom::after,
1155
- .flip-card__back-4digits::before,
1156
- .flip-card__bottom-4digits::after,
1157
- .flip-card__back-bottom-4digits::after {
1158
- content: attr(data-value);
1159
- }
1160
-
1161
- .flip-card__back,
1162
- .flip-card__back-4digits {
1163
- position: absolute;
1164
- top: 0;
1165
- height: 100%;
1166
- left: 0%;
1167
- pointer-events: none;
1168
- }
1169
- .flip-card__back::before,
1170
- .flip-card__back-4digits::before {
1171
- position: relative;
1172
- overflow: hidden;
1173
- z-index: -1;
1174
- }
1175
-
1176
- .flip .flip-card__back::before,
1177
- .flip .flip-card__back-4digits::before {
1178
- z-index: 1;
1179
- animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
1180
- animation-fill-mode: both;
1181
- transform-origin: center bottom;
1182
- }
1183
-
1184
- .flip .flip-card__bottom,
1185
- .flip .flip-card__bottom-4digits {
1186
- transform-origin: center top;
1187
- animation-fill-mode: both;
1188
- animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
1189
- }
1190
- @keyframes flipTop {
1191
- 0% {
1192
- transform: rotateX(0deg);
1193
- z-index: 2;
1194
- }
1195
- 0%, 99% {
1196
- opacity: 1;
1197
- }
1198
- 100% {
1199
- transform: rotateX(-90deg);
1200
- opacity: 0;
1201
- }
1202
- }
1203
-
1204
- @keyframes flipBottom {
1205
- 0%, 50% {
1206
- z-index: -1;
1207
- transform: rotateX(90deg);
1208
- opacity: 0;
1209
- }
1210
- 51% {
1211
- opacity: 1;
1212
- }
1213
- 100% {
1214
- opacity: 1;
1215
- transform: rotateX(0deg);
1216
- z-index: 5;
1217
- }
1218
- }
@@ -13121,7 +13121,7 @@ var script$h = defineComponent({
13121
13121
  // const innerElement = element.querySelector('.inner-component');
13122
13122
  // if (innerElement) {
13123
13123
  // innerElement.style.cssText = getComputedCSSText(animationStyle) + getComputedCSSText(oldStyle);
13124
- element.style.cssText = getComputedCSSText(animationStyle) + getComputedCSSText(oldStyle);
13124
+ element.style.cssText = getComputedCSSText(animationStyle) + getComputedCSSText(filterProps(oldStyle, ['position', 'top', 'left', 'width', 'height'], true));
13125
13125
  animIdx++;
13126
13126
  }
13127
13127
  // }
@@ -13128,7 +13128,7 @@
13128
13128
  // const innerElement = element.querySelector('.inner-component');
13129
13129
  // if (innerElement) {
13130
13130
  // innerElement.style.cssText = getComputedCSSText(animationStyle) + getComputedCSSText(oldStyle);
13131
- element.style.cssText = getComputedCSSText(animationStyle) + getComputedCSSText(oldStyle);
13131
+ element.style.cssText = getComputedCSSText(animationStyle) + getComputedCSSText(filterProps(oldStyle, ['position', 'top', 'left', 'width', 'height'], true));
13132
13132
  animIdx++;
13133
13133
  }
13134
13134
  // }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unika-components",
3
- "version": "1.0.271",
3
+ "version": "1.0.273",
4
4
  "private": false,
5
5
  "main": "dist/unika-components.umd.js",
6
6
  "module": "dist/unika-components.esm.js",