@banyan_cloud/roots 1.0.68 → 1.0.69
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/cjs/index.js +0 -5
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +0 -5
- package/dist/esm/index.js.map +1 -1
- package/dist/index.js +0 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -45210,11 +45210,6 @@ var TableChips = function TableChips(props) {
|
|
|
45210
45210
|
color: "danger",
|
|
45211
45211
|
title: "Clear All",
|
|
45212
45212
|
className: modules_016d9b3e.clear,
|
|
45213
|
-
leftComponent: function leftComponent() {
|
|
45214
|
-
return /*#__PURE__*/jsx(Trash, {
|
|
45215
|
-
className: modules_016d9b3e.icon
|
|
45216
|
-
});
|
|
45217
|
-
},
|
|
45218
45213
|
onClick: onClear
|
|
45219
45214
|
}) : ''
|
|
45220
45215
|
});
|