@snabcentr/client-ui 1.3.2 → 1.3.4

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": "1.3.2",
3
+ "version": "1.3.4",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
6
6
  "license": "Commercial",
@@ -1,5 +1,5 @@
1
1
  /*
2
- ! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
2
+ ! tailwindcss v3.4.6 | MIT License | https://tailwindcss.com
3
3
  */
4
4
 
5
5
  /*
@@ -588,18 +588,6 @@ video {
588
588
  }
589
589
  }
590
590
 
591
- .sr-only {
592
- position: absolute;
593
- width: 1px;
594
- height: 1px;
595
- padding: 0;
596
- margin: -1px;
597
- overflow: hidden;
598
- clip: rect(0, 0, 0, 0);
599
- white-space: nowrap;
600
- border-width: 0;
601
- }
602
-
603
591
  .pointer-events-none {
604
592
  pointer-events: none;
605
593
  }
@@ -943,18 +931,10 @@ video {
943
931
  flex: 1 1 auto;
944
932
  }
945
933
 
946
- .flex-shrink {
947
- flex-shrink: 1;
948
- }
949
-
950
934
  .shrink-0 {
951
935
  flex-shrink: 0;
952
936
  }
953
937
 
954
- .flex-grow {
955
- flex-grow: 1;
956
- }
957
-
958
938
  .grow {
959
939
  flex-grow: 1;
960
940
  }
@@ -967,10 +947,6 @@ video {
967
947
  table-layout: auto;
968
948
  }
969
949
 
970
- .border-collapse {
971
- border-collapse: collapse;
972
- }
973
-
974
950
  .scale-\[3\] {
975
951
  --tw-scale-x: 3;
976
952
  --tw-scale-y: 3;
@@ -1090,10 +1066,6 @@ video {
1090
1066
  column-gap: 2rem;
1091
1067
  }
1092
1068
 
1093
- .gap-y-0 {
1094
- row-gap: 0px;
1095
- }
1096
-
1097
1069
  .gap-y-0\.5 {
1098
1070
  row-gap: 0.125rem;
1099
1071
  }
@@ -1288,21 +1260,11 @@ video {
1288
1260
  padding-right: 1.5rem;
1289
1261
  }
1290
1262
 
1291
- .py-1 {
1292
- padding-top: 0.25rem;
1293
- padding-bottom: 0.25rem;
1294
- }
1295
-
1296
1263
  .py-1\.5 {
1297
1264
  padding-top: 0.375rem;
1298
1265
  padding-bottom: 0.375rem;
1299
1266
  }
1300
1267
 
1301
- .py-4 {
1302
- padding-top: 1rem;
1303
- padding-bottom: 1rem;
1304
- }
1305
-
1306
1268
  .py-4\.5 {
1307
1269
  padding-top: 1.125rem;
1308
1270
  padding-bottom: 1.125rem;
@@ -1580,11 +1542,6 @@ video {
1580
1542
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1581
1543
  }
1582
1544
 
1583
- .backdrop-filter {
1584
- -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
1585
- backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
1586
- }
1587
-
1588
1545
  .transition {
1589
1546
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
1590
1547
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;