@uxf/ui 11.80.4 → 11.80.6

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.
@@ -40,6 +40,6 @@ function SpriteIcon() {
40
40
  }
41
41
  function SpriteIconNotExists() {
42
42
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
43
- // @ts-expect-error
43
+ // @ts-ignore
44
44
  return react_1.default.createElement(icon_1.Icon, { name: "not-exists", size: 16 });
45
45
  }
package/icon/theme.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  export interface IconsSet {
2
- "": true;
2
+ [key: string]: true;
3
3
  }
4
4
  export interface IconColors {
5
5
  default: true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxf/ui",
3
- "version": "11.80.4",
3
+ "version": "11.80.6",
4
4
  "description": "",
5
5
  "publishConfig": {
6
6
  "access": "public"