@0xchain/table 1.1.0-beta.21 → 1.1.0-beta.22

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/index.js +1 -1
  2. package/package.json +9 -8
package/dist/index.js CHANGED
@@ -551,7 +551,7 @@ function CustomTable({ data, columns, headerClassName, bodyClassName, rowClassNa
551
551
  onClick: clearAllFilters,
552
552
  className: "shrink-0 inline-flex items-center gap-1 px-3 py-1 rounded-full border border-border bg-background text-sm hover:bg-muted",
553
553
  children: [
554
- /* @__PURE__ */ jsx(IconFont, { type: "icon-clear", size: 18 }),
554
+ /* @__PURE__ */ jsx(IconFont, { type: "icon-clear", size: 18, className: "text-title!" }),
555
555
  /* @__PURE__ */ jsx(Translation, { value: "button.clear", parentKey: "common" })
556
556
  ]
557
557
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xchain/table",
3
- "version": "1.1.0-beta.21",
3
+ "version": "1.1.0-beta.22",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -46,13 +46,14 @@
46
46
  "tailwind-merge": "3.3.1"
47
47
  },
48
48
  "dependencies": {
49
- "@0xchain/empty": "1.1.0-beta.21",
50
- "@0xchain/loading": "1.1.0-beta.21",
51
- "@0xchain/image": "1.1.0-beta.21",
52
- "@0xchain/number-like": "1.1.0-beta.21",
53
- "@0xchain/request": "1.1.0-beta.21",
54
- "@0xchain/translation": "1.1.0-beta.21",
55
- "@0xchain/ui": "1.1.0-beta.21"
49
+ "@0xchain/ui": "1.1.0-beta.22",
50
+ "@0xchain/image": "1.1.0-beta.22",
51
+ "@0xchain/translation": "1.1.0-beta.22",
52
+ "@0xchain/request": "1.1.0-beta.22",
53
+ "@0xchain/number-like": "1.1.0-beta.22",
54
+ "@0xchain/iconfont": "1.1.0-beta.22",
55
+ "@0xchain/empty": "1.1.0-beta.22",
56
+ "@0xchain/loading": "1.1.0-beta.22"
56
57
  },
57
58
  "nx": {
58
59
  "tags": [