@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/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
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.6.10",
6
+ "version": "1.6.12",
7
7
  "type": "module",
8
8
  "main": "dist/index.cjs",
9
9
  "module": "dist/index.esm.js",