@3sc/common-component 0.0.147 → 0.0.148
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 +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -30159,7 +30159,7 @@ const ky = ({ breadcrumbProps: e, switchProps: t, filterComponentProps: n }) =>
|
|
|
30159
30159
|
right: "-0.6rem",
|
|
30160
30160
|
cursor: "pointer"
|
|
30161
30161
|
},
|
|
30162
|
-
onClick: n == null ? void 0 : n.onFilterChipClose(d)
|
|
30162
|
+
onClick: () => n == null ? void 0 : n.onFilterChipClose(d)
|
|
30163
30163
|
}
|
|
30164
30164
|
),
|
|
30165
30165
|
/* @__PURE__ */ b.jsx(
|