@snabcentr/client-ui 0.1.2 → 0.2.0

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.

Potentially problematic release.


This version of @snabcentr/client-ui might be problematic. Click here for more details.

package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snabcentr/client-ui",
3
- "version": "0.1.2",
3
+ "version": "0.2.0",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
6
6
  "license": "Commercial",
@@ -638,18 +638,10 @@ video {
638
638
  position: sticky;
639
639
  }
640
640
 
641
- .-bottom-4 {
642
- bottom: -1rem;
643
- }
644
-
645
641
  .-left-2 {
646
642
  left: -0.5rem;
647
643
  }
648
644
 
649
- .-right-4 {
650
- right: -1rem;
651
- }
652
-
653
645
  .-top-2 {
654
646
  top: -0.5rem;
655
647
  }
@@ -658,6 +650,10 @@ video {
658
650
  bottom: 0px;
659
651
  }
660
652
 
653
+ .left-0 {
654
+ left: 0px;
655
+ }
656
+
661
657
  .left-1 {
662
658
  left: 0.25rem;
663
659
  }
@@ -670,10 +666,6 @@ video {
670
666
  right: 0px;
671
667
  }
672
668
 
673
- .right-2 {
674
- right: 0.5rem;
675
- }
676
-
677
669
  .top-0 {
678
670
  top: 0px;
679
671
  }
@@ -682,16 +674,12 @@ video {
682
674
  top: 0.25rem;
683
675
  }
684
676
 
685
- .top-2 {
686
- top: 0.5rem;
687
- }
688
-
689
677
  .isolate {
690
678
  isolation: isolate;
691
679
  }
692
680
 
693
- .z-10 {
694
- z-index: 10;
681
+ .m-0 {
682
+ margin: 0px;
695
683
  }
696
684
 
697
685
  .m-3 {
@@ -719,6 +707,10 @@ video {
719
707
  margin-left: 0.5rem;
720
708
  }
721
709
 
710
+ .mt-1 {
711
+ margin-top: 0.25rem;
712
+ }
713
+
722
714
  .mt-2 {
723
715
  margin-top: 0.5rem;
724
716
  }
@@ -822,22 +814,26 @@ video {
822
814
  height: 1.5rem;
823
815
  }
824
816
 
825
- .h-64 {
826
- height: 16rem;
827
- }
828
-
829
- .h-8 {
830
- height: 2rem;
831
- }
832
-
833
817
  .h-82 {
834
818
  height: 20.5rem;
835
819
  }
836
820
 
821
+ .h-\[17rem\] {
822
+ height: 17rem;
823
+ }
824
+
837
825
  .h-full {
838
826
  height: 100%;
839
827
  }
840
828
 
829
+ .max-h-\[17rem\] {
830
+ max-height: 17rem;
831
+ }
832
+
833
+ .max-h-full {
834
+ max-height: 100%;
835
+ }
836
+
841
837
  .\!w-5 {
842
838
  width: 1.25rem !important;
843
839
  }
@@ -918,8 +914,12 @@ video {
918
914
  width: 100%;
919
915
  }
920
916
 
921
- .flex-auto {
922
- flex: 1 1 auto;
917
+ .min-w-\[10rem\] {
918
+ min-width: 10rem;
919
+ }
920
+
921
+ .max-w-full {
922
+ max-width: 100%;
923
923
  }
924
924
 
925
925
  .flex-shrink {
@@ -954,11 +954,6 @@ video {
954
954
  border-collapse: collapse;
955
955
  }
956
956
 
957
- .rotate-45 {
958
- --tw-rotate: 45deg;
959
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
960
- }
961
-
962
957
  .transform {
963
958
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
964
959
  }
@@ -987,10 +982,6 @@ video {
987
982
  align-content: center;
988
983
  }
989
984
 
990
- .content-between {
991
- align-content: space-between;
992
- }
993
-
994
985
  .items-center {
995
986
  align-items: center;
996
987
  }
@@ -1011,6 +1002,10 @@ video {
1011
1002
  justify-content: space-between;
1012
1003
  }
1013
1004
 
1005
+ .justify-stretch {
1006
+ justify-content: stretch;
1007
+ }
1008
+
1014
1009
  .gap-1 {
1015
1010
  gap: 0.25rem;
1016
1011
  }
@@ -1134,14 +1129,6 @@ video {
1134
1129
  background-color: var(--tui-base-02);
1135
1130
  }
1136
1131
 
1137
- .bg-tui-base-03 {
1138
- background-color: var(--tui-base-03);
1139
- }
1140
-
1141
- .bg-tui-error-fill {
1142
- background-color: var(--tui-error-fill);
1143
- }
1144
-
1145
1132
  .bg-tui-primary {
1146
1133
  background-color: var(--tui-primary);
1147
1134
  }
@@ -1168,8 +1155,12 @@ video {
1168
1155
  object-fit: cover;
1169
1156
  }
1170
1157
 
1171
- .p-12 {
1172
- padding: 3rem;
1158
+ .p-0 {
1159
+ padding: 0px;
1160
+ }
1161
+
1162
+ .p-2 {
1163
+ padding: 0.5rem;
1173
1164
  }
1174
1165
 
1175
1166
  .p-3 {
@@ -1204,6 +1195,10 @@ video {
1204
1195
  padding-bottom: 1.125rem;
1205
1196
  }
1206
1197
 
1198
+ .text-left {
1199
+ text-align: left;
1200
+ }
1201
+
1207
1202
  .text-center {
1208
1203
  text-align: center;
1209
1204
  }
@@ -1221,11 +1216,23 @@ video {
1221
1216
  line-height: 2rem !important;
1222
1217
  }
1223
1218
 
1219
+ .\!text-\[0\.75rem\] {
1220
+ font-size: 0.75rem !important;
1221
+ }
1222
+
1224
1223
  .\!text-xs {
1225
1224
  font-size: 0.75rem !important;
1226
1225
  line-height: 1rem !important;
1227
1226
  }
1228
1227
 
1228
+ .text-\[0\.75rem\] {
1229
+ font-size: 0.75rem;
1230
+ }
1231
+
1232
+ .text-\[0\.875rem\] {
1233
+ font-size: 0.875rem;
1234
+ }
1235
+
1229
1236
  .text-lg {
1230
1237
  font-size: 1.125rem;
1231
1238
  line-height: 1.75rem;
@@ -1266,6 +1273,11 @@ video {
1266
1273
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
1267
1274
  }
1268
1275
 
1276
+ .text-\[\#526ED3\] {
1277
+ --tw-text-opacity: 1;
1278
+ color: rgb(82 110 211 / var(--tw-text-opacity));
1279
+ }
1280
+
1269
1281
  .text-black {
1270
1282
  --tw-text-opacity: 1;
1271
1283
  color: rgb(0 0 0 / var(--tw-text-opacity));
@@ -1276,6 +1288,11 @@ video {
1276
1288
  color: rgb(22 163 74 / var(--tw-text-opacity));
1277
1289
  }
1278
1290
 
1291
+ .text-red-700 {
1292
+ --tw-text-opacity: 1;
1293
+ color: rgb(185 28 28 / var(--tw-text-opacity));
1294
+ }
1295
+
1279
1296
  .text-tui-base-09 {
1280
1297
  color: var(--tui-base-09);
1281
1298
  }
@@ -1284,10 +1301,6 @@ video {
1284
1301
  color: var(--tui-error-fill);
1285
1302
  }
1286
1303
 
1287
- .text-tui-link {
1288
- color: var(--tui-link);
1289
- }
1290
-
1291
1304
  .text-tui-primary {
1292
1305
  color: var(--tui-primary);
1293
1306
  }
@@ -1300,11 +1313,6 @@ video {
1300
1313
  color: var(--tui-text-02);
1301
1314
  }
1302
1315
 
1303
- .text-white {
1304
- --tw-text-opacity: 1;
1305
- color: rgb(255 255 255 / var(--tw-text-opacity));
1306
- }
1307
-
1308
1316
  .underline {
1309
1317
  text-decoration-line: underline;
1310
1318
  }
@@ -1323,6 +1331,12 @@ video {
1323
1331
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1324
1332
  }
1325
1333
 
1334
+ .shadow-md {
1335
+ --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
1336
+ --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
1337
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1338
+ }
1339
+
1326
1340
  .shadow-sc-1 {
1327
1341
  --tw-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
1328
1342
  --tw-shadow-colored: 0px 5px 20px 0px var(--tw-shadow-color);
@@ -1382,12 +1396,6 @@ video {
1382
1396
  transition-duration: 150ms !important;
1383
1397
  }
1384
1398
 
1385
- .\!transition-all {
1386
- transition-property: all !important;
1387
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
1388
- transition-duration: 150ms !important;
1389
- }
1390
-
1391
1399
  .transition {
1392
1400
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
1393
1401
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
@@ -1396,18 +1404,10 @@ video {
1396
1404
  transition-duration: 150ms;
1397
1405
  }
1398
1406
 
1399
- .\!duration-500 {
1400
- transition-duration: 500ms !important;
1401
- }
1402
-
1403
1407
  .duration-300 {
1404
1408
  transition-duration: 300ms;
1405
1409
  }
1406
1410
 
1407
- .duration-500 {
1408
- transition-duration: 500ms;
1409
- }
1410
-
1411
1411
  .ease-in {
1412
1412
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
1413
1413
  }
@@ -1428,10 +1428,6 @@ video {
1428
1428
  k: string;
1429
1429
  }
1430
1430
 
1431
- .hover\:text-tui-link-hover:hover {
1432
- color: var(--tui-link-hover);
1433
- }
1434
-
1435
1431
  .group:hover .group-hover\:block {
1436
1432
  display: block;
1437
1433
  }