@snabcentr/client-ui 1.3.1 → 1.3.3
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/delivery-address/add-delivery-address-dialog/sc-add-delivery-address-dialog.component.d.ts +12 -0
- package/esm2020/auth/sign-up-form/sc-sign-up-form.component.mjs +7 -5
- package/esm2020/contragents/add-contragent-dialog/sc-add-contragent-dialog.component.mjs +3 -3
- package/esm2020/contragents/new-contragent-form/sc-new-contragent-form.component.mjs +19 -3
- package/esm2020/delivery-address/add-delivery-address-dialog/sc-add-delivery-address-dialog.component.mjs +51 -18
- package/esm2020/form-fields/suggestion-field/sc-suggestion-field.component.mjs +2 -2
- package/fesm2015/snabcentr-client-ui.mjs +78 -32
- package/fesm2015/snabcentr-client-ui.mjs.map +1 -1
- package/fesm2020/snabcentr-client-ui.mjs +72 -26
- package/fesm2020/snabcentr-client-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/styles/tailwind/tailwind.scss +4 -0
package/package.json
CHANGED
@@ -1500,6 +1500,10 @@ video {
|
|
1500
1500
|
text-decoration-line: line-through;
|
1501
1501
|
}
|
1502
1502
|
|
1503
|
+
.opacity-50 {
|
1504
|
+
opacity: 0.5;
|
1505
|
+
}
|
1506
|
+
|
1503
1507
|
.shadow {
|
1504
1508
|
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
1505
1509
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|