@snabcentr/client-ui 0.1.2 → 0.2.1

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.1",
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
  }
@@ -914,12 +910,20 @@ video {
914
910
  width: 54rem;
915
911
  }
916
912
 
913
+ .w-auto {
914
+ width: auto;
915
+ }
916
+
917
917
  .w-full {
918
918
  width: 100%;
919
919
  }
920
920
 
921
- .flex-auto {
922
- flex: 1 1 auto;
921
+ .min-w-\[10rem\] {
922
+ min-width: 10rem;
923
+ }
924
+
925
+ .max-w-full {
926
+ max-width: 100%;
923
927
  }
924
928
 
925
929
  .flex-shrink {
@@ -954,11 +958,6 @@ video {
954
958
  border-collapse: collapse;
955
959
  }
956
960
 
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
961
  .transform {
963
962
  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
963
  }
@@ -987,10 +986,6 @@ video {
987
986
  align-content: center;
988
987
  }
989
988
 
990
- .content-between {
991
- align-content: space-between;
992
- }
993
-
994
989
  .items-center {
995
990
  align-items: center;
996
991
  }
@@ -1011,6 +1006,10 @@ video {
1011
1006
  justify-content: space-between;
1012
1007
  }
1013
1008
 
1009
+ .justify-stretch {
1010
+ justify-content: stretch;
1011
+ }
1012
+
1014
1013
  .gap-1 {
1015
1014
  gap: 0.25rem;
1016
1015
  }
@@ -1134,14 +1133,6 @@ video {
1134
1133
  background-color: var(--tui-base-02);
1135
1134
  }
1136
1135
 
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
1136
  .bg-tui-primary {
1146
1137
  background-color: var(--tui-primary);
1147
1138
  }
@@ -1168,8 +1159,12 @@ video {
1168
1159
  object-fit: cover;
1169
1160
  }
1170
1161
 
1171
- .p-12 {
1172
- padding: 3rem;
1162
+ .p-0 {
1163
+ padding: 0px;
1164
+ }
1165
+
1166
+ .p-2 {
1167
+ padding: 0.5rem;
1173
1168
  }
1174
1169
 
1175
1170
  .p-3 {
@@ -1204,6 +1199,10 @@ video {
1204
1199
  padding-bottom: 1.125rem;
1205
1200
  }
1206
1201
 
1202
+ .text-left {
1203
+ text-align: left;
1204
+ }
1205
+
1207
1206
  .text-center {
1208
1207
  text-align: center;
1209
1208
  }
@@ -1221,11 +1220,23 @@ video {
1221
1220
  line-height: 2rem !important;
1222
1221
  }
1223
1222
 
1223
+ .\!text-\[0\.75rem\] {
1224
+ font-size: 0.75rem !important;
1225
+ }
1226
+
1224
1227
  .\!text-xs {
1225
1228
  font-size: 0.75rem !important;
1226
1229
  line-height: 1rem !important;
1227
1230
  }
1228
1231
 
1232
+ .text-\[0\.75rem\] {
1233
+ font-size: 0.75rem;
1234
+ }
1235
+
1236
+ .text-\[0\.875rem\] {
1237
+ font-size: 0.875rem;
1238
+ }
1239
+
1229
1240
  .text-lg {
1230
1241
  font-size: 1.125rem;
1231
1242
  line-height: 1.75rem;
@@ -1266,6 +1277,11 @@ video {
1266
1277
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
1267
1278
  }
1268
1279
 
1280
+ .text-\[\#526ED3\] {
1281
+ --tw-text-opacity: 1;
1282
+ color: rgb(82 110 211 / var(--tw-text-opacity));
1283
+ }
1284
+
1269
1285
  .text-black {
1270
1286
  --tw-text-opacity: 1;
1271
1287
  color: rgb(0 0 0 / var(--tw-text-opacity));
@@ -1276,6 +1292,11 @@ video {
1276
1292
  color: rgb(22 163 74 / var(--tw-text-opacity));
1277
1293
  }
1278
1294
 
1295
+ .text-red-700 {
1296
+ --tw-text-opacity: 1;
1297
+ color: rgb(185 28 28 / var(--tw-text-opacity));
1298
+ }
1299
+
1279
1300
  .text-tui-base-09 {
1280
1301
  color: var(--tui-base-09);
1281
1302
  }
@@ -1284,10 +1305,6 @@ video {
1284
1305
  color: var(--tui-error-fill);
1285
1306
  }
1286
1307
 
1287
- .text-tui-link {
1288
- color: var(--tui-link);
1289
- }
1290
-
1291
1308
  .text-tui-primary {
1292
1309
  color: var(--tui-primary);
1293
1310
  }
@@ -1300,11 +1317,6 @@ video {
1300
1317
  color: var(--tui-text-02);
1301
1318
  }
1302
1319
 
1303
- .text-white {
1304
- --tw-text-opacity: 1;
1305
- color: rgb(255 255 255 / var(--tw-text-opacity));
1306
- }
1307
-
1308
1320
  .underline {
1309
1321
  text-decoration-line: underline;
1310
1322
  }
@@ -1323,6 +1335,12 @@ video {
1323
1335
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1324
1336
  }
1325
1337
 
1338
+ .shadow-md {
1339
+ --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
1340
+ --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
1341
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1342
+ }
1343
+
1326
1344
  .shadow-sc-1 {
1327
1345
  --tw-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
1328
1346
  --tw-shadow-colored: 0px 5px 20px 0px var(--tw-shadow-color);
@@ -1382,12 +1400,6 @@ video {
1382
1400
  transition-duration: 150ms !important;
1383
1401
  }
1384
1402
 
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
1403
  .transition {
1392
1404
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
1393
1405
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
@@ -1396,18 +1408,10 @@ video {
1396
1408
  transition-duration: 150ms;
1397
1409
  }
1398
1410
 
1399
- .\!duration-500 {
1400
- transition-duration: 500ms !important;
1401
- }
1402
-
1403
1411
  .duration-300 {
1404
1412
  transition-duration: 300ms;
1405
1413
  }
1406
1414
 
1407
- .duration-500 {
1408
- transition-duration: 500ms;
1409
- }
1410
-
1411
1415
  .ease-in {
1412
1416
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
1413
1417
  }
@@ -1428,10 +1432,6 @@ video {
1428
1432
  k: string;
1429
1433
  }
1430
1434
 
1431
- .hover\:text-tui-link-hover:hover {
1432
- color: var(--tui-link-hover);
1433
- }
1434
-
1435
1435
  .group:hover .group-hover\:block {
1436
1436
  display: block;
1437
1437
  }