sphere-connect 1.0.5 → 1.0.6
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 +11 -11
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -11
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -1266,14 +1266,14 @@ var styles = {
|
|
|
1266
1266
|
padding: "20px"
|
|
1267
1267
|
},
|
|
1268
1268
|
modal: {
|
|
1269
|
-
backgroundColor: "#
|
|
1270
|
-
color: "#
|
|
1269
|
+
backgroundColor: "#ffffff",
|
|
1270
|
+
color: "#000000",
|
|
1271
1271
|
width: "90%",
|
|
1272
1272
|
maxWidth: "360px",
|
|
1273
1273
|
aspectRatio: "1/1",
|
|
1274
|
-
borderRadius: "
|
|
1274
|
+
borderRadius: "8px",
|
|
1275
1275
|
position: "relative",
|
|
1276
|
-
boxShadow: "
|
|
1276
|
+
boxShadow: "none",
|
|
1277
1277
|
overflow: "hidden",
|
|
1278
1278
|
fontFamily: "Inter, -apple-system, system-ui, sans-serif",
|
|
1279
1279
|
display: "flex",
|
|
@@ -1297,9 +1297,9 @@ var styles = {
|
|
|
1297
1297
|
flex: 1
|
|
1298
1298
|
},
|
|
1299
1299
|
closeBtn: {
|
|
1300
|
-
background: "rgba(
|
|
1300
|
+
background: "rgba(0, 0, 0, 0.05)",
|
|
1301
1301
|
border: "none",
|
|
1302
|
-
color: "#
|
|
1302
|
+
color: "#64748b",
|
|
1303
1303
|
fontSize: "20px",
|
|
1304
1304
|
cursor: "pointer",
|
|
1305
1305
|
width: "28px",
|
|
@@ -1323,13 +1323,13 @@ var styles = {
|
|
|
1323
1323
|
width: "100%",
|
|
1324
1324
|
height: "48px",
|
|
1325
1325
|
backgroundColor: "transparent",
|
|
1326
|
-
border: "1px solid #
|
|
1327
|
-
borderRadius: "
|
|
1326
|
+
border: "1px solid #e2e8f0",
|
|
1327
|
+
borderRadius: "8px",
|
|
1328
1328
|
padding: "0 16px",
|
|
1329
1329
|
marginBottom: "10px",
|
|
1330
1330
|
cursor: "pointer",
|
|
1331
1331
|
fontSize: "14px",
|
|
1332
|
-
color: "#
|
|
1332
|
+
color: "#0f172a",
|
|
1333
1333
|
boxSizing: "border-box",
|
|
1334
1334
|
transition: "background 0.2s"
|
|
1335
1335
|
},
|
|
@@ -1355,8 +1355,8 @@ var styles = {
|
|
|
1355
1355
|
spinner: {
|
|
1356
1356
|
width: "18px",
|
|
1357
1357
|
height: "18px",
|
|
1358
|
-
border: "2px solid rgba(
|
|
1359
|
-
borderTop: "2px solid #
|
|
1358
|
+
border: "2px solid rgba(0, 0, 0, 0.1)",
|
|
1359
|
+
borderTop: "2px solid #000000",
|
|
1360
1360
|
borderRadius: "50%",
|
|
1361
1361
|
animation: "sphere-spin 0.8s linear infinite"
|
|
1362
1362
|
},
|