@3sc/common-component 0.0.40 → 0.0.42

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.es.js CHANGED
@@ -18617,7 +18617,7 @@ const sa = {
18617
18617
  }, bp = (e, t, n) => e.filter((o) => t.some((s) => {
18618
18618
  var a, l, c;
18619
18619
  return (c = (a = o[s]) == null ? void 0 : a.toLowerCase()) == null ? void 0 : c.includes((l = n == null ? void 0 : n.trim()) == null ? void 0 : l.toLowerCase());
18620
- })), RI = (e, t, n) => e.sort((o, s) => n === "asc" ? o[t].toLowerCase().localeCompare(s[t].toLowerCase()) : s[t].toLowerCase().localeCompare(o[t].toLowerCase())), rr = (e, t, n) => e.slice((t - 1) * n, t * n), Ai = (e) => e.split("_").map((t) => t[0].toUpperCase() + t.substring(1)).join(" "), Rn = la(Ks.USER), Ni = la(Ks.SNOP), hp = {
18620
+ })), RI = (e, t, n) => e.sort((o, s) => n === "asc" ? o[t].toLowerCase().localeCompare(s[t].toLowerCase()) : s[t].toLowerCase().localeCompare(o[t].toLowerCase())), rr = (e, t, n) => e.slice((t - 1) * n, t * n), Ai = (e) => e.split("_").map((t) => t === "sku" ? "SKU" : t[0].toUpperCase() + t.substring(1)).join(" "), Rn = la(Ks.USER), Ni = la(Ks.SNOP), hp = {
18621
18621
  TOKEN: la(Ks.TOKEN),
18622
18622
  BU_IDS: Rn == null ? void 0 : Rn.business_unit_id,
18623
18623
  TENANT_IDS: Rn == null ? void 0 : Rn.tenant_id,
@@ -22116,14 +22116,18 @@ const hT = ({
22116
22116
  {
22117
22117
  sx: {
22118
22118
  margin: "0.5rem 0",
22119
- maxHeight: "4rem",
22120
- overflowY: "auto",
22119
+ maxHeight: "5rem",
22120
+ overflowY: "scroll",
22121
22121
  lineHeight: 1.2,
22122
- height: "1.5rem"
22122
+ height: "4rem",
22123
+ fontSize: "1.3rem",
22124
+ fontWeight: "600",
22125
+ marginBottom: "1.5rem"
22123
22126
  },
22124
22127
  display: "flex",
22125
22128
  alignItems: "start",
22126
22129
  flexDirection: "row",
22130
+ className: "upper-div",
22127
22131
  children: [
22128
22132
  /* @__PURE__ */ x.jsx(It, { variant: "span", sx: {
22129
22133
  fontWeight: 600,
@@ -22132,7 +22136,8 @@ const hT = ({
22132
22136
  " ",
22133
22137
  /* @__PURE__ */ x.jsx(It, { variant: "span", sx: {
22134
22138
  marginTop: "0.2rem",
22135
- paddingLeft: "0.5rem"
22139
+ paddingLeft: "0.5rem",
22140
+ wordBreak: "break-word"
22136
22141
  }, children: r })
22137
22142
  ]
22138
22143
  }