@snabcentr/client-ui 0.2.10 → 0.3.1-clients
Sign up to get free protection for your applications and to get access to all the features.
- package/catalog/price-card/sc-price-card.component.d.ts +2 -2
- package/catalog/price-warehouse-stock/sc-price-warehouse-stock.component.d.ts +3 -3
- package/esm2020/catalog/price-card/sc-price-card.component.mjs +1 -1
- package/esm2020/catalog/price-warehouse-stock/sc-price-warehouse-stock.component.mjs +2 -2
- package/esm2020/files/services/tree-icon.service.mjs +2 -2
- package/esm2020/news/news-card/sc-news-card.component.mjs +3 -3
- package/fesm2015/snabcentr-client-ui.mjs +4 -4
- package/fesm2015/snabcentr-client-ui.mjs.map +1 -1
- package/fesm2020/snabcentr-client-ui.mjs +4 -4
- package/fesm2020/snabcentr-client-ui.mjs.map +1 -1
- package/package.json +2 -2
- package/styles/tailwind/tailwind.scss +12 -0
- package/release_notes.tmp +0 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@snabcentr/client-ui",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.3.1-clients",
|
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": "
|
17
|
+
"@snabcentr/client-core": "^0.4.0-clients",
|
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",
|
@@ -738,6 +738,10 @@ video {
|
|
738
738
|
-webkit-line-clamp: 3;
|
739
739
|
}
|
740
740
|
|
741
|
+
.\!block {
|
742
|
+
display: block !important;
|
743
|
+
}
|
744
|
+
|
741
745
|
.block {
|
742
746
|
display: block;
|
743
747
|
}
|
@@ -854,6 +858,10 @@ video {
|
|
854
858
|
width: 7rem;
|
855
859
|
}
|
856
860
|
|
861
|
+
.w-3 {
|
862
|
+
width: 0.75rem;
|
863
|
+
}
|
864
|
+
|
857
865
|
.w-3\/4 {
|
858
866
|
width: 75%;
|
859
867
|
}
|
@@ -1211,6 +1219,10 @@ video {
|
|
1211
1219
|
padding-bottom: 1.125rem;
|
1212
1220
|
}
|
1213
1221
|
|
1222
|
+
.text-left {
|
1223
|
+
text-align: left;
|
1224
|
+
}
|
1225
|
+
|
1214
1226
|
.text-center {
|
1215
1227
|
text-align: center;
|
1216
1228
|
}
|
package/release_notes.tmp
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
null
|