@hiver/connector-agent 4.11.2 → 4.11.3-syncStyles-beta.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/index.es.js +9 -9
- package/index.umd.js +7 -7
- package/package.json +1 -1
package/index.es.js
CHANGED
|
@@ -22440,8 +22440,8 @@ const OT = (e) => {
|
|
|
22440
22440
|
transform: rotate(360deg);
|
|
22441
22441
|
}
|
|
22442
22442
|
`, lu = S(M)`
|
|
22443
|
-
width:
|
|
22444
|
-
height:
|
|
22443
|
+
width: 20px;
|
|
22444
|
+
height: 20px;
|
|
22445
22445
|
border-radius: 50%;
|
|
22446
22446
|
justify-content: center;
|
|
22447
22447
|
align-items: center;
|
|
@@ -22457,12 +22457,12 @@ const OT = (e) => {
|
|
|
22457
22457
|
[Be.NOT_LOGGED]: /* @__PURE__ */ u.jsx(NT, { children: /* @__PURE__ */ u.jsx(e2, {}) }),
|
|
22458
22458
|
[Be.PENDING]: /* @__PURE__ */ u.jsx(MT, { children: /* @__PURE__ */ u.jsx(DT, {}) }),
|
|
22459
22459
|
[Be.LOGGED]: /* @__PURE__ */ u.jsx(PT, { children: /* @__PURE__ */ u.jsx(RT, {}) }),
|
|
22460
|
-
[Be.ERROR]: /* @__PURE__ */ u.jsx(fl, {}),
|
|
22461
|
-
[Be.UNAUTHENTICATED]: /* @__PURE__ */ u.jsx(fl, {}),
|
|
22462
|
-
[Be.PAUSED]: /* @__PURE__ */ u.jsx(kT, {})
|
|
22460
|
+
[Be.ERROR]: /* @__PURE__ */ u.jsx(fl, { width: 16, height: 16 }),
|
|
22461
|
+
[Be.UNAUTHENTICATED]: /* @__PURE__ */ u.jsx(fl, { width: 16, height: 16 }),
|
|
22462
|
+
[Be.PAUSED]: /* @__PURE__ */ u.jsx(kT, { width: 16, height: 16 })
|
|
22463
22463
|
}, m2 = S(J)`
|
|
22464
|
-
font-size:
|
|
22465
|
-
line-height:
|
|
22464
|
+
font-size: 13px;
|
|
22465
|
+
line-height: 24px;
|
|
22466
22466
|
font-weight: 500;
|
|
22467
22467
|
color: #4d596c;
|
|
22468
22468
|
`, BT = S(m2)`
|
|
@@ -23597,7 +23597,7 @@ const CL = S(M)`
|
|
|
23597
23597
|
flex-flow: row nowrap;
|
|
23598
23598
|
align-items: center;
|
|
23599
23599
|
column-gap: 6px;
|
|
23600
|
-
padding: 8px;
|
|
23600
|
+
padding: 8px 20px 8px 12px;
|
|
23601
23601
|
width: fit-content;
|
|
23602
23602
|
cursor: pointer;
|
|
23603
23603
|
`, $L = S(Pe)`
|
|
@@ -23605,7 +23605,7 @@ const CL = S(M)`
|
|
|
23605
23605
|
background: none;
|
|
23606
23606
|
border: none;
|
|
23607
23607
|
min-width: revert;
|
|
23608
|
-
font-size:
|
|
23608
|
+
font-size: 13px;
|
|
23609
23609
|
line-height: 14px;
|
|
23610
23610
|
color: #506dff;
|
|
23611
23611
|
margin-left: 6px;
|
package/index.umd.js
CHANGED
|
@@ -2601,8 +2601,8 @@ Do you want to continue?`,_v="Select an object to create",Sv="Select an object t
|
|
|
2601
2601
|
transform: rotate(360deg);
|
|
2602
2602
|
}
|
|
2603
2603
|
`,wl=u.styled(u.Stack)`
|
|
2604
|
-
width:
|
|
2605
|
-
height:
|
|
2604
|
+
width: 20px;
|
|
2605
|
+
height: 20px;
|
|
2606
2606
|
border-radius: 50%;
|
|
2607
2607
|
justify-content: center;
|
|
2608
2608
|
align-items: center;
|
|
@@ -2614,9 +2614,9 @@ Do you want to continue?`,_v="Select an object to create",Sv="Select an object t
|
|
|
2614
2614
|
animation: ${Za} 1s linear infinite;
|
|
2615
2615
|
animation-fill-mode: backwards;
|
|
2616
2616
|
animation-direction: reverse;
|
|
2617
|
-
`,QS={[Te.NOT_LOGGED]:d.jsx(YS,{children:d.jsx(Wp,{})}),[Te.PENDING]:d.jsx(qS,{children:d.jsx(XS,{})}),[Te.LOGGED]:d.jsx(JS,{children:d.jsx(ZS,{})}),[Te.ERROR]:d.jsx(vl,{}),[Te.UNAUTHENTICATED]:d.jsx(vl,{}),[Te.PAUSED]:d.jsx(zS,{})},u2=u.styled(u.Typography)`
|
|
2618
|
-
font-size:
|
|
2619
|
-
line-height:
|
|
2617
|
+
`,QS={[Te.NOT_LOGGED]:d.jsx(YS,{children:d.jsx(Wp,{})}),[Te.PENDING]:d.jsx(qS,{children:d.jsx(XS,{})}),[Te.LOGGED]:d.jsx(JS,{children:d.jsx(ZS,{})}),[Te.ERROR]:d.jsx(vl,{width:16,height:16}),[Te.UNAUTHENTICATED]:d.jsx(vl,{width:16,height:16}),[Te.PAUSED]:d.jsx(zS,{width:16,height:16})},u2=u.styled(u.Typography)`
|
|
2618
|
+
font-size: 13px;
|
|
2619
|
+
line-height: 24px;
|
|
2620
2620
|
font-weight: 500;
|
|
2621
2621
|
color: #4d596c;
|
|
2622
2622
|
`,$S=u.styled(u2)`
|
|
@@ -2952,7 +2952,7 @@ Do you want to continue?`,_v="Select an object to create",Sv="Select an object t
|
|
|
2952
2952
|
flex-flow: row nowrap;
|
|
2953
2953
|
align-items: center;
|
|
2954
2954
|
column-gap: 6px;
|
|
2955
|
-
padding: 8px;
|
|
2955
|
+
padding: 8px 20px 8px 12px;
|
|
2956
2956
|
width: fit-content;
|
|
2957
2957
|
cursor: pointer;
|
|
2958
2958
|
`,sL=u.styled(u.Button)`
|
|
@@ -2960,7 +2960,7 @@ Do you want to continue?`,_v="Select an object to create",Sv="Select an object t
|
|
|
2960
2960
|
background: none;
|
|
2961
2961
|
border: none;
|
|
2962
2962
|
min-width: revert;
|
|
2963
|
-
font-size:
|
|
2963
|
+
font-size: 13px;
|
|
2964
2964
|
line-height: 14px;
|
|
2965
2965
|
color: #506dff;
|
|
2966
2966
|
margin-left: 6px;
|