@chakra-ui/icon
Advanced tools
Comparing version 0.0.0-dev-20230718132637 to 0.0.0-dev-20230822131635
@@ -0,3 +1,3 @@ | ||
import { IconProps } from './icon.js'; | ||
import * as _chakra_ui_system from '@chakra-ui/system'; | ||
import { IconProps } from './icon.js'; | ||
@@ -4,0 +4,0 @@ interface CreateIconOptions { |
@@ -1,3 +0,3 @@ | ||
export { default as Icon, IconProps, default } from './icon.js'; | ||
export { default as Icon, IconProps } from './icon.js'; | ||
export { createIcon } from './create-icon.js'; | ||
import '@chakra-ui/system'; |
@@ -25,4 +25,3 @@ 'use client' | ||
Icon: () => Icon, | ||
createIcon: () => createIcon, | ||
default: () => icon_default | ||
createIcon: () => createIcon | ||
}); | ||
@@ -94,3 +93,2 @@ module.exports = __toCommonJS(src_exports); | ||
Icon.displayName = "Icon"; | ||
var icon_default = Icon; | ||
@@ -97,0 +95,0 @@ // src/create-icon.tsx |
{ | ||
"name": "@chakra-ui/icon", | ||
"version": "0.0.0-dev-20230718132637", | ||
"version": "0.0.0-dev-20230822131635", | ||
"description": "A base React component for icons", | ||
@@ -35,9 +35,9 @@ "keywords": [ | ||
"devDependencies": { | ||
"react-icons": "^4.2.0", | ||
"react": "^18.0.0", | ||
"react-icons": "^4.10.1", | ||
"react": "^18.2.0", | ||
"clean-package": "2.2.0", | ||
"@chakra-ui/system": "0.0.0-dev-20230718132637" | ||
"@chakra-ui/system": "0.0.0-dev-20230822131635" | ||
}, | ||
"peerDependencies": { | ||
"@chakra-ui/system": "0.0.0-dev-20230718132637", | ||
"@chakra-ui/system": "0.0.0-dev-20230822131635", | ||
"react": ">=18" | ||
@@ -44,0 +44,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39654
25
479