@ttoss/react-icons 0.4.15 → 0.4.17

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/esm/index.js CHANGED
@@ -3,9 +3,8 @@
3
3
  // src/Icon.tsx
4
4
  import { Icon as IconComponent } from "@iconify-icon/react";
5
5
  import * as React from "react";
6
- import { jsx } from "react/jsx-runtime";
7
- var Icon = React.forwardRef((props, ref) => {
8
- return /* @__PURE__ */jsx(IconComponent, {
6
+ var Icon = /* @__PURE__ */React.forwardRef((props, ref) => {
7
+ return /* @__PURE__ */React.createElement(IconComponent, {
9
8
  ref,
10
9
  "data-testid": "iconify-icon",
11
10
  ...props
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/react-icons",
3
- "version": "0.4.15",
3
+ "version": "0.4.17",
4
4
  "description": "React icons library for @ttoss ecosystem",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -35,8 +35,8 @@
35
35
  "jest": "^30.0.4",
36
36
  "react": "^19.1.0",
37
37
  "tsup": "^8.5.0",
38
- "@ttoss/config": "^1.35.6",
39
- "@ttoss/test-utils": "^2.1.26"
38
+ "@ttoss/config": "^1.35.8",
39
+ "@ttoss/test-utils": "^2.1.28"
40
40
  },
41
41
  "keywords": [
42
42
  "Icons",