@snabcentr/client-ui 0.3.3-clients → 0.3.3

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": "0.3.3-clients",
3
+ "version": "0.3.3",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
6
6
  "license": "Commercial",
@@ -14,7 +14,7 @@
14
14
  "@angular/platform-browser": ">=14.2.12",
15
15
  "@angular/platform-browser-dynamic": ">=14.2.12",
16
16
  "@angular/material": ">=14.2.7",
17
- "@snabcentr/client-core": ">=0.4.4-clients",
17
+ "@snabcentr/client-core": "^0.4.1",
18
18
  "@taiga-ui/addon-charts": ">=3.42.1",
19
19
  "@taiga-ui/addon-commerce": ">=3.42.1",
20
20
  "@taiga-ui/addon-doc": ">=3.42.1",
@@ -0,0 +1 @@
1
+ null
@@ -738,10 +738,6 @@ video {
738
738
  -webkit-line-clamp: 3;
739
739
  }
740
740
 
741
- .\!block {
742
- display: block !important;
743
- }
744
-
745
741
  .block {
746
742
  display: block;
747
743
  }
@@ -858,10 +854,6 @@ video {
858
854
  width: 7rem;
859
855
  }
860
856
 
861
- .w-3 {
862
- width: 0.75rem;
863
- }
864
-
865
857
  .w-3\/4 {
866
858
  width: 75%;
867
859
  }
@@ -1219,10 +1211,6 @@ video {
1219
1211
  padding-bottom: 1.125rem;
1220
1212
  }
1221
1213
 
1222
- .text-left {
1223
- text-align: left;
1224
- }
1225
-
1226
1214
  .text-center {
1227
1215
  text-align: center;
1228
1216
  }