@3sc/common-component 0.0.146 → 0.0.147
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
|
@@ -30169,7 +30169,7 @@ const ky = ({ breadcrumbProps: e, switchProps: t, filterComponentProps: n }) =>
|
|
|
30169
30169
|
fontSize: "1rem",
|
|
30170
30170
|
color: r.palette.primary.notifyTextColor
|
|
30171
30171
|
},
|
|
30172
|
-
children: d == null ? void 0 : d.
|
|
30172
|
+
children: d == null ? void 0 : d.filterLabel
|
|
30173
30173
|
}
|
|
30174
30174
|
)
|
|
30175
30175
|
]
|