@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/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
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@banyan_cloud/roots",
3
- "version": "1.0.68",
3
+ "version": "1.0.69",
4
4
  "description": "Design System Library which drives the Banyan Cloud products",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",