@pinerohit11/testwidget 0.2.99 → 0.2.100

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/index.js CHANGED
@@ -1955,6 +1955,8 @@ function SuccessMszStyle() {
1955
1955
  font-weight: 500;
1956
1956
  line-height: 18px; /* 128.571% */
1957
1957
  letter-spacing: -0.28px;
1958
+ margin:14px 0 !important
1959
+
1958
1960
  }
1959
1961
  .charge-success-payment-button-div {
1960
1962
  display: flex;
package/dist/index.mjs CHANGED
@@ -1917,6 +1917,8 @@ function SuccessMszStyle() {
1917
1917
  font-weight: 500;
1918
1918
  line-height: 18px; /* 128.571% */
1919
1919
  letter-spacing: -0.28px;
1920
+ margin:14px 0 !important
1921
+
1920
1922
  }
1921
1923
  .charge-success-payment-button-div {
1922
1924
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinerohit11/testwidget",
3
- "version": "0.2.99",
3
+ "version": "0.2.100",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "next dev -p 4001",