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.js
CHANGED
|
@@ -1271,14 +1271,14 @@ var styles = {
|
|
|
1271
1271
|
padding: "20px"
|
|
1272
1272
|
},
|
|
1273
1273
|
modal: {
|
|
1274
|
-
backgroundColor: "#
|
|
1275
|
-
color: "#
|
|
1274
|
+
backgroundColor: "#ffffff",
|
|
1275
|
+
color: "#000000",
|
|
1276
1276
|
width: "90%",
|
|
1277
1277
|
maxWidth: "360px",
|
|
1278
1278
|
aspectRatio: "1/1",
|
|
1279
|
-
borderRadius: "
|
|
1279
|
+
borderRadius: "8px",
|
|
1280
1280
|
position: "relative",
|
|
1281
|
-
boxShadow: "
|
|
1281
|
+
boxShadow: "none",
|
|
1282
1282
|
overflow: "hidden",
|
|
1283
1283
|
fontFamily: "Inter, -apple-system, system-ui, sans-serif",
|
|
1284
1284
|
display: "flex",
|
|
@@ -1302,9 +1302,9 @@ var styles = {
|
|
|
1302
1302
|
flex: 1
|
|
1303
1303
|
},
|
|
1304
1304
|
closeBtn: {
|
|
1305
|
-
background: "rgba(
|
|
1305
|
+
background: "rgba(0, 0, 0, 0.05)",
|
|
1306
1306
|
border: "none",
|
|
1307
|
-
color: "#
|
|
1307
|
+
color: "#64748b",
|
|
1308
1308
|
fontSize: "20px",
|
|
1309
1309
|
cursor: "pointer",
|
|
1310
1310
|
width: "28px",
|
|
@@ -1328,13 +1328,13 @@ var styles = {
|
|
|
1328
1328
|
width: "100%",
|
|
1329
1329
|
height: "48px",
|
|
1330
1330
|
backgroundColor: "transparent",
|
|
1331
|
-
border: "1px solid #
|
|
1332
|
-
borderRadius: "
|
|
1331
|
+
border: "1px solid #e2e8f0",
|
|
1332
|
+
borderRadius: "8px",
|
|
1333
1333
|
padding: "0 16px",
|
|
1334
1334
|
marginBottom: "10px",
|
|
1335
1335
|
cursor: "pointer",
|
|
1336
1336
|
fontSize: "14px",
|
|
1337
|
-
color: "#
|
|
1337
|
+
color: "#0f172a",
|
|
1338
1338
|
boxSizing: "border-box",
|
|
1339
1339
|
transition: "background 0.2s"
|
|
1340
1340
|
},
|
|
@@ -1360,8 +1360,8 @@ var styles = {
|
|
|
1360
1360
|
spinner: {
|
|
1361
1361
|
width: "18px",
|
|
1362
1362
|
height: "18px",
|
|
1363
|
-
border: "2px solid rgba(
|
|
1364
|
-
borderTop: "2px solid #
|
|
1363
|
+
border: "2px solid rgba(0, 0, 0, 0.1)",
|
|
1364
|
+
borderTop: "2px solid #000000",
|
|
1365
1365
|
borderRadius: "50%",
|
|
1366
1366
|
animation: "sphere-spin 0.8s linear infinite"
|
|
1367
1367
|
},
|