@everymatrix/cashier-iframe-redirect 1.39.1 → 1.39.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/cashier-iframe-redirect",
3
- "version": "1.39.1",
3
+ "version": "1.39.2",
4
4
  "main": "index.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "cc6e3a021c852cb2734662bef9ef45190de4bfa9"
38
+ "gitHead": "fb533d03670d53bd356680ae1d7e216c391909d0"
39
39
  }
@@ -155,13 +155,5 @@
155
155
  right: 0;
156
156
  gap: var(--emw--spacing-small, 12px);
157
157
  cursor: pointer;
158
-
159
- .close-button {
160
- cursor: pointer;
161
-
162
- svg path {
163
- fill: var(--mmw--color-grey-10, #111);
164
- }
165
- }
166
158
  }
167
159
  </style>