@snabcentr/client-ui 0.0.21 → 0.0.23
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/esm2020/catalog/price-history/sc-chart-option.mjs +8 -1
- package/esm2020/catalog/price-history/sc-price-history.component.mjs +3 -3
- package/esm2020/news/news-card/sc-news-card.component.mjs +3 -3
- package/esm2020/share-button/sc-share-button.component.mjs +3 -3
- package/fesm2015/snabcentr-client-ui.mjs +13 -7
- package/fesm2015/snabcentr-client-ui.mjs.map +1 -1
- package/fesm2020/snabcentr-client-ui.mjs +13 -7
- package/fesm2020/snabcentr-client-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/release_notes.tmp +1 -0
- package/styles/tailwind/tailwind.scss +14 -32
package/package.json
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
null
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*
|
2
|
-
! tailwindcss v3.3.
|
2
|
+
! tailwindcss v3.3.6 | MIT License | https://tailwindcss.com
|
3
3
|
*/
|
4
4
|
|
5
5
|
/*
|
@@ -121,8 +121,10 @@ strong {
|
|
121
121
|
}
|
122
122
|
|
123
123
|
/*
|
124
|
-
1. Use the user's configured `mono` font
|
125
|
-
2.
|
124
|
+
1. Use the user's configured `mono` font-family by default.
|
125
|
+
2. Use the user's configured `mono` font-feature-settings by default.
|
126
|
+
3. Use the user's configured `mono` font-variation-settings by default.
|
127
|
+
4. Correct the odd `em` font sizing in all browsers.
|
126
128
|
*/
|
127
129
|
|
128
130
|
code,
|
@@ -131,8 +133,12 @@ samp,
|
|
131
133
|
pre {
|
132
134
|
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
133
135
|
/* 1 */
|
134
|
-
font-
|
136
|
+
font-feature-settings: normal;
|
135
137
|
/* 2 */
|
138
|
+
font-variation-settings: normal;
|
139
|
+
/* 3 */
|
140
|
+
font-size: 1em;
|
141
|
+
/* 4 */
|
136
142
|
}
|
137
143
|
|
138
144
|
/*
|
@@ -656,10 +662,6 @@ video {
|
|
656
662
|
left: 4rem;
|
657
663
|
}
|
658
664
|
|
659
|
-
.left-3 {
|
660
|
-
left: 0.75rem;
|
661
|
-
}
|
662
|
-
|
663
665
|
.right-0 {
|
664
666
|
right: 0px;
|
665
667
|
}
|
@@ -680,10 +682,6 @@ video {
|
|
680
682
|
top: 0.5rem;
|
681
683
|
}
|
682
684
|
|
683
|
-
.top-3 {
|
684
|
-
top: 0.75rem;
|
685
|
-
}
|
686
|
-
|
687
685
|
.isolate {
|
688
686
|
isolation: isolate;
|
689
687
|
}
|
@@ -704,14 +702,6 @@ video {
|
|
704
702
|
margin-bottom: 0.25rem;
|
705
703
|
}
|
706
704
|
|
707
|
-
.mb-2 {
|
708
|
-
margin-bottom: 0.5rem;
|
709
|
-
}
|
710
|
-
|
711
|
-
.mb-2\.5 {
|
712
|
-
margin-bottom: 0.625rem;
|
713
|
-
}
|
714
|
-
|
715
705
|
.mb-3 {
|
716
706
|
margin-bottom: 0.75rem;
|
717
707
|
}
|
@@ -964,6 +954,10 @@ video {
|
|
964
954
|
cursor: pointer;
|
965
955
|
}
|
966
956
|
|
957
|
+
.touch-none {
|
958
|
+
touch-action: none;
|
959
|
+
}
|
960
|
+
|
967
961
|
.resize {
|
968
962
|
resize: both;
|
969
963
|
}
|
@@ -1089,14 +1083,6 @@ video {
|
|
1089
1083
|
border-radius: 0.375rem;
|
1090
1084
|
}
|
1091
1085
|
|
1092
|
-
.rounded-sm {
|
1093
|
-
border-radius: 0.125rem;
|
1094
|
-
}
|
1095
|
-
|
1096
|
-
.rounded-tui-radius-l {
|
1097
|
-
border-radius: var(--tui-radius-l);
|
1098
|
-
}
|
1099
|
-
|
1100
1086
|
.rounded-tui-radius-m {
|
1101
1087
|
border-radius: var(--tui-radius-m);
|
1102
1088
|
}
|
@@ -1277,10 +1263,6 @@ video {
|
|
1277
1263
|
color: rgb(22 163 74 / var(--tw-text-opacity));
|
1278
1264
|
}
|
1279
1265
|
|
1280
|
-
.text-tui-base-07 {
|
1281
|
-
color: var(--tui-base-07);
|
1282
|
-
}
|
1283
|
-
|
1284
1266
|
.text-tui-base-09 {
|
1285
1267
|
color: var(--tui-base-09);
|
1286
1268
|
}
|