@3sc/common-component 0.0.289 → 0.0.291
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 +3 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +54 -54
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -43422,7 +43422,8 @@ const Hc = {
|
|
|
43422
43422
|
}
|
|
43423
43423
|
h.push(O);
|
|
43424
43424
|
}
|
|
43425
|
-
|
|
43425
|
+
const g = h.sort((x, w) => x.sequenceId - w.sequenceId);
|
|
43426
|
+
return console.log({ colSort: g, definitions: i }), g;
|
|
43426
43427
|
}, DW = (e) => e.sort((t, n) => t.sequenceId - n.sequenceId), Cy = ({ definitions: e }) => e.map((t, n) => ({
|
|
43427
43428
|
id: t.id,
|
|
43428
43429
|
key: t.key,
|
|
@@ -45067,7 +45068,7 @@ const Aw = ({ breadcrumbProps: e, switchProps: t, filterComponentProps: n }) =>
|
|
|
45067
45068
|
background: r.palette.primary.notifyBackground,
|
|
45068
45069
|
borderBottom: `0.1rem solid ${r.palette.primary.notifyBorderColor}`,
|
|
45069
45070
|
height: "3rem",
|
|
45070
|
-
p: "0px
|
|
45071
|
+
p: "0px 1.5rem 0 1.5rem",
|
|
45071
45072
|
zIndex: 4,
|
|
45072
45073
|
position: "relative"
|
|
45073
45074
|
},
|