@snabcentr/client-ui 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snabcentr/client-ui",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
6
6
  "license": "Commercial",
package/public-api.d.ts CHANGED
@@ -11,6 +11,7 @@ export * from './files';
11
11
  export * from './form-fields';
12
12
  export * from './icons';
13
13
  export * from './loader';
14
+ export * from './brands-list';
14
15
  export * from './news';
15
16
  export * from './order';
16
17
  export * from './providers';
@@ -644,6 +644,14 @@ video {
644
644
  position: sticky;
645
645
  }
646
646
 
647
+ .-left-1 {
648
+ left: -0.25rem;
649
+ }
650
+
651
+ .-right-1 {
652
+ right: -0.25rem;
653
+ }
654
+
647
655
  .bottom-4 {
648
656
  bottom: 1rem;
649
657
  }
@@ -684,6 +692,10 @@ video {
684
692
  isolation: isolate;
685
693
  }
686
694
 
695
+ .z-10 {
696
+ z-index: 10;
697
+ }
698
+
687
699
  .m-1 {
688
700
  margin: 0.25rem;
689
701
  }
@@ -782,6 +794,11 @@ video {
782
794
  height: 1.5rem !important;
783
795
  }
784
796
 
797
+ .size-12 {
798
+ width: 3rem;
799
+ height: 3rem;
800
+ }
801
+
785
802
  .size-20 {
786
803
  width: 5rem;
787
804
  height: 5rem;
@@ -951,6 +968,12 @@ video {
951
968
  cursor: pointer;
952
969
  }
953
970
 
971
+ .select-none {
972
+ -webkit-user-select: none;
973
+ -moz-user-select: none;
974
+ user-select: none;
975
+ }
976
+
954
977
  .resize {
955
978
  resize: both;
956
979
  }
@@ -1003,6 +1026,14 @@ video {
1003
1026
  gap: 0.25rem;
1004
1027
  }
1005
1028
 
1029
+ .gap-12 {
1030
+ gap: 3rem;
1031
+ }
1032
+
1033
+ .gap-16 {
1034
+ gap: 4rem;
1035
+ }
1036
+
1006
1037
  .gap-2 {
1007
1038
  gap: 0.5rem;
1008
1039
  }
@@ -1155,6 +1186,30 @@ video {
1155
1186
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1156
1187
  }
1157
1188
 
1189
+ .bg-gradient-to-r {
1190
+ background-image: linear-gradient(to right, var(--tw-gradient-stops));
1191
+ }
1192
+
1193
+ .from-transparent {
1194
+ --tw-gradient-from: transparent var(--tw-gradient-from-position);
1195
+ --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
1196
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1197
+ }
1198
+
1199
+ .from-tui-base-01 {
1200
+ --tw-gradient-from: var(--tui-base-01) var(--tw-gradient-from-position);
1201
+ --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
1202
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1203
+ }
1204
+
1205
+ .to-transparent {
1206
+ --tw-gradient-to: transparent var(--tw-gradient-to-position);
1207
+ }
1208
+
1209
+ .to-tui-base-01 {
1210
+ --tw-gradient-to: var(--tui-base-01) var(--tw-gradient-to-position);
1211
+ }
1212
+
1158
1213
  .bg-cover {
1159
1214
  background-size: cover;
1160
1215
  }
@@ -1475,6 +1530,11 @@ video {
1475
1530
  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);
1476
1531
  }
1477
1532
 
1533
+ .contrast-150 {
1534
+ --tw-contrast: contrast(1.5);
1535
+ 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);
1536
+ }
1537
+
1478
1538
  .grayscale {
1479
1539
  --tw-grayscale: grayscale(100%);
1480
1540
  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);
@@ -1485,6 +1545,11 @@ video {
1485
1545
  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);
1486
1546
  }
1487
1547
 
1548
+ .saturate-0 {
1549
+ --tw-saturate: saturate(0);
1550
+ 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);
1551
+ }
1552
+
1488
1553
  .sepia {
1489
1554
  --tw-sepia: sepia(100%);
1490
1555
  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);