@hiver/connector-admin 4.0.5-quickbooks-beta.3 → 4.0.5-quickbooksFinal-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 CHANGED
@@ -26711,6 +26711,7 @@ const ck = T(pe)`
26711
26711
  color: ${le.palette.gray.gray1};
26712
26712
  & > span {
26713
26713
  max-width: 100%;
26714
+ overflow-wrap: break-word;
26714
26715
  }
26715
26716
  `, uk = T("img")`
26716
26717
  width: 24px;
@@ -27505,7 +27506,12 @@ const Yk = T(pe)`
27505
27506
  margin-top: 0px;
27506
27507
  }
27507
27508
  }
27508
- `, Xk = (e) => /* @__PURE__ */ u.jsx(Yk, { children: /* @__PURE__ */ u.jsx(Jk, { ...e }) }), Kk = T(Xk)`
27509
+ `, Xk = ({ inputProps: e, ...t }) => {
27510
+ const n = (r) => {
27511
+ r.currentTarget && r.currentTarget.blur(), r.stopPropagation();
27512
+ };
27513
+ return /* @__PURE__ */ u.jsx(Yk, { children: /* @__PURE__ */ u.jsx(Jk, { ...t, inputProps: { onWheel: n, ...e } }) });
27514
+ }, Kk = T(Xk)`
27509
27515
  & .MuiFormHelperText-root {
27510
27516
  position: absolute;
27511
27517
  bottom: -24px;
package/index.umd.js CHANGED
@@ -965,6 +965,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
965
965
  color: ${g.theme.palette.gray.gray1};
966
966
  & > span {
967
967
  max-width: 100%;
968
+ overflow-wrap: break-word;
968
969
  }
969
970
  `,IP=g.styled("img")`
970
971
  width: 24px;
@@ -1132,7 +1133,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
1132
1133
  margin-top: 0px;
1133
1134
  }
1134
1135
  }
1135
- `,e6=e=>u.jsx(KP,{children:u.jsx($P,{...e})}),t6=g.styled(e6)`
1136
+ `,e6=({inputProps:e,...t})=>{const n=r=>{r.currentTarget&&r.currentTarget.blur(),r.stopPropagation()};return u.jsx(KP,{children:u.jsx($P,{...t,inputProps:{onWheel:n,...e}})})},t6=g.styled(e6)`
1136
1137
  & .MuiFormHelperText-root {
1137
1138
  position: absolute;
1138
1139
  bottom: -24px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiver/connector-admin",
3
- "version": "4.0.5-quickbooks-beta.3",
3
+ "version": "4.0.5-quickbooksFinal-beta.0",
4
4
  "main": "index.es.js",
5
5
  "module": "index.es.js",
6
6
  "types": "index.d.ts",