@hyve-sdk/js 2.5.0 → 2.6.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 +3 -3
- package/dist/react.mjs +3 -3
- package/package.json +1 -1
package/dist/react.js
CHANGED
|
@@ -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
|
@@ -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%"
|