@cxbox-ui/core 2.4.1-CXBOX-451-alpha.0 → 2.4.1

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.
Files changed (2) hide show
  1. package/dist/core.d.ts +0 -1
  2. package/package.json +1 -1
package/dist/core.d.ts CHANGED
@@ -3168,7 +3168,6 @@ export declare interface RowMetaField {
3168
3168
  }>;
3169
3169
  filterValues?: Array<{
3170
3170
  value: string;
3171
- icon?: string;
3172
3171
  }>;
3173
3172
  filterable?: boolean;
3174
3173
  sortable?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cxbox-ui/core",
3
- "version": "2.4.1-CXBOX-451-alpha.0",
3
+ "version": "2.4.1",
4
4
  "description": "CXBox RTK business logic",
5
5
  "author": "cxbox",
6
6
  "license": "Apache-2.0",