@atomsolution/sdk-merchant 1.6.10 → 1.6.12
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.
- package/dist/batch-product-creation/components/merchant-batch-create-form/merge-and-check-data.d.ts +1 -1
- package/dist/batch-product-creation.cjs +52 -26
- package/dist/batch-product-creation.cjs.map +1 -1
- package/dist/batch-product-creation.esm.js +52 -26
- package/dist/batch-product-creation.esm.js.map +1 -1
- package/dist/batch-product-creation.js +52 -26
- package/dist/batch-product-creation.js.map +1 -1
- package/dist/style.css +3 -15
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -502,6 +502,9 @@ video {
|
|
|
502
502
|
.pointer-events-none {
|
|
503
503
|
pointer-events: none;
|
|
504
504
|
}
|
|
505
|
+
.visible {
|
|
506
|
+
visibility: visible;
|
|
507
|
+
}
|
|
505
508
|
.fixed {
|
|
506
509
|
position: fixed;
|
|
507
510
|
}
|
|
@@ -812,30 +815,15 @@ video {
|
|
|
812
815
|
.w-8 {
|
|
813
816
|
width: 2rem;
|
|
814
817
|
}
|
|
815
|
-
.w-\[10\%\] {
|
|
816
|
-
width: 10%;
|
|
817
|
-
}
|
|
818
|
-
.w-\[12\%\] {
|
|
819
|
-
width: 12%;
|
|
820
|
-
}
|
|
821
818
|
.w-\[120px\] {
|
|
822
819
|
width: 120px;
|
|
823
820
|
}
|
|
824
821
|
.w-\[135px\] {
|
|
825
822
|
width: 135px;
|
|
826
823
|
}
|
|
827
|
-
.w-\[14\%\] {
|
|
828
|
-
width: 14%;
|
|
829
|
-
}
|
|
830
824
|
.w-\[190px\] {
|
|
831
825
|
width: 190px;
|
|
832
826
|
}
|
|
833
|
-
.w-\[20\%\] {
|
|
834
|
-
width: 20%;
|
|
835
|
-
}
|
|
836
|
-
.w-\[25\%\] {
|
|
837
|
-
width: 25%;
|
|
838
|
-
}
|
|
839
827
|
.w-\[342px\] {
|
|
840
828
|
width: 342px;
|
|
841
829
|
}
|