@hyve-sdk/js 2.5.0 → 2.7.0-canary.0
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/react.js +4 -4
- package/dist/react.mjs +4 -4
- package/package.json +1 -1
package/dist/react.js
CHANGED
|
@@ -2246,7 +2246,7 @@ function buildIframeHtml(js) {
|
|
|
2246
2246
|
display: flex;
|
|
2247
2247
|
align-items: center;
|
|
2248
2248
|
justify-content: center;
|
|
2249
|
-
background-color:
|
|
2249
|
+
background-color: transparent;
|
|
2250
2250
|
}
|
|
2251
2251
|
#container { width: 100%; max-width: 480px; margin: 0 auto; text-align: center; }
|
|
2252
2252
|
#container > * { position: relative !important; top: auto !important; right: auto !important; bottom: auto !important; left: auto !important; }
|
|
@@ -2305,15 +2305,15 @@ var OVERLAY_STYLE = {
|
|
|
2305
2305
|
display: "flex",
|
|
2306
2306
|
alignItems: "center",
|
|
2307
2307
|
justifyContent: "center",
|
|
2308
|
-
backgroundColor: "
|
|
2308
|
+
backgroundColor: "transparent",
|
|
2309
2309
|
padding: "16px"
|
|
2310
2310
|
};
|
|
2311
2311
|
var PANEL_STYLE = {
|
|
2312
2312
|
position: "relative",
|
|
2313
|
-
backgroundColor: "
|
|
2313
|
+
backgroundColor: "transparent",
|
|
2314
2314
|
borderRadius: "12px",
|
|
2315
2315
|
overflow: "hidden",
|
|
2316
|
-
boxShadow: "
|
|
2316
|
+
boxShadow: "none",
|
|
2317
2317
|
display: "flex",
|
|
2318
2318
|
flexDirection: "column",
|
|
2319
2319
|
width: "100%"
|
package/dist/react.mjs
CHANGED
|
@@ -2224,7 +2224,7 @@ function buildIframeHtml(js) {
|
|
|
2224
2224
|
display: flex;
|
|
2225
2225
|
align-items: center;
|
|
2226
2226
|
justify-content: center;
|
|
2227
|
-
background-color:
|
|
2227
|
+
background-color: transparent;
|
|
2228
2228
|
}
|
|
2229
2229
|
#container { width: 100%; max-width: 480px; margin: 0 auto; text-align: center; }
|
|
2230
2230
|
#container > * { position: relative !important; top: auto !important; right: auto !important; bottom: auto !important; left: auto !important; }
|
|
@@ -2283,15 +2283,15 @@ var OVERLAY_STYLE = {
|
|
|
2283
2283
|
display: "flex",
|
|
2284
2284
|
alignItems: "center",
|
|
2285
2285
|
justifyContent: "center",
|
|
2286
|
-
backgroundColor: "
|
|
2286
|
+
backgroundColor: "transparent",
|
|
2287
2287
|
padding: "16px"
|
|
2288
2288
|
};
|
|
2289
2289
|
var PANEL_STYLE = {
|
|
2290
2290
|
position: "relative",
|
|
2291
|
-
backgroundColor: "
|
|
2291
|
+
backgroundColor: "transparent",
|
|
2292
2292
|
borderRadius: "12px",
|
|
2293
2293
|
overflow: "hidden",
|
|
2294
|
-
boxShadow: "
|
|
2294
|
+
boxShadow: "none",
|
|
2295
2295
|
display: "flex",
|
|
2296
2296
|
flexDirection: "column",
|
|
2297
2297
|
width: "100%"
|