@chakra-ui/c-icon
Advanced tools
Comparing version 0.0.0-dev-20230217173417 to 0.0.0-dev-20230217182316
@@ -33,3 +33,2 @@ "use strict"; | ||
var import_vue_utils = require("@chakra-ui/vue-utils"); | ||
var import_utils = require("@chakra-ui/utils"); | ||
function _isSlot(s) { | ||
@@ -75,3 +74,3 @@ return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !(0, import_vue.isVNode)(s); | ||
}) { | ||
const props = (0, import_vue2.computed)(() => (0, import_utils.mergeWith)({}, _props)); | ||
const props = (0, import_vue2.computed)(() => (0, import_vue_utils.mergeWith)({}, _props)); | ||
const icons = (0, import_vue2.inject)("$chakraIcons"); | ||
@@ -78,0 +77,0 @@ const icon = (0, import_vue2.computed)(() => { |
@@ -35,3 +35,2 @@ "use strict"; | ||
var import_vue_utils = require("@chakra-ui/vue-utils"); | ||
var import_utils = require("@chakra-ui/utils"); | ||
function _isSlot(s) { | ||
@@ -77,3 +76,3 @@ return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !(0, import_vue.isVNode)(s); | ||
}) { | ||
const props = (0, import_vue2.computed)(() => (0, import_utils.mergeWith)({}, _props)); | ||
const props = (0, import_vue2.computed)(() => (0, import_vue_utils.mergeWith)({}, _props)); | ||
const icons = (0, import_vue2.inject)("$chakraIcons"); | ||
@@ -80,0 +79,0 @@ const icon = (0, import_vue2.computed)(() => { |
@@ -1,1 +0,1 @@ | ||
{"inputs":{"src/icon.tsx":{"bytes":3054,"imports":[]},"src/index.tsx":{"bytes":108,"imports":[{"path":"src/icon.tsx","kind":"import-statement"}]}},"outputs":{"dist/icon.js":{"imports":[],"exports":[],"entryPoint":"src/icon.tsx","inputs":{"src/icon.tsx":{"bytesInOutput":3117}},"bytes":4159},"dist/index.js":{"imports":[],"exports":[],"entryPoint":"src/index.tsx","inputs":{"src/index.tsx":{"bytesInOutput":197},"src/icon.tsx":{"bytesInOutput":2917}},"bytes":4174}}} | ||
{"inputs":{"src/icon.tsx":{"bytes":3019,"imports":[]},"src/index.tsx":{"bytes":108,"imports":[{"path":"src/icon.tsx","kind":"import-statement"}]}},"outputs":{"dist/icon.js":{"imports":[],"exports":[],"entryPoint":"src/icon.tsx","inputs":{"src/icon.tsx":{"bytesInOutput":3073}},"bytes":4115},"dist/index.js":{"imports":[],"exports":[],"entryPoint":"src/index.tsx","inputs":{"src/index.tsx":{"bytesInOutput":197},"src/icon.tsx":{"bytesInOutput":2873}},"bytes":4130}}} |
@@ -1,1 +0,1 @@ | ||
{"inputs":{"src/icon.tsx":{"bytes":3054,"imports":[]},"src/index.tsx":{"bytes":108,"imports":[{"path":"src/icon.tsx","kind":"import-statement"}]}},"outputs":{"dist/icon.mjs":{"imports":[{"path":"dist/chunk-N5QRP2XL.mjs","kind":"import-statement"}],"exports":["CIcon","_iconProps","createIconComponent"],"entryPoint":"src/icon.tsx","inputs":{},"bytes":142},"dist/index.mjs":{"imports":[{"path":"dist/chunk-N5QRP2XL.mjs","kind":"import-statement"}],"exports":["CIcon","_iconProps","createIconComponent"],"entryPoint":"src/index.tsx","inputs":{"src/index.tsx":{"bytesInOutput":0}},"bytes":142},"dist/chunk-N5QRP2XL.mjs":{"imports":[],"exports":["CIcon","_iconProps","createIconComponent"],"inputs":{"src/icon.tsx":{"bytesInOutput":2708}},"bytes":2912}}} | ||
{"inputs":{"src/icon.tsx":{"bytes":3019,"imports":[]},"src/index.tsx":{"bytes":108,"imports":[{"path":"src/icon.tsx","kind":"import-statement"}]}},"outputs":{"dist/icon.mjs":{"imports":[{"path":"dist/chunk-GFAC7EOP.mjs","kind":"import-statement"}],"exports":["CIcon","_iconProps","createIconComponent"],"entryPoint":"src/icon.tsx","inputs":{},"bytes":142},"dist/index.mjs":{"imports":[{"path":"dist/chunk-GFAC7EOP.mjs","kind":"import-statement"}],"exports":["CIcon","_iconProps","createIconComponent"],"entryPoint":"src/index.tsx","inputs":{"src/index.tsx":{"bytesInOutput":0}},"bytes":142},"dist/chunk-GFAC7EOP.mjs":{"imports":[],"exports":["CIcon","_iconProps","createIconComponent"],"inputs":{"src/icon.tsx":{"bytesInOutput":2673}},"bytes":2877}}} |
{ | ||
"name": "@chakra-ui/c-icon", | ||
"description": "Chakra UI Vue | A component to display icons in the browser component", | ||
"version": "0.0.0-dev-20230217173417", | ||
"version": "0.0.0-dev-20230217182316", | ||
"main": "dist/index.js", | ||
@@ -24,5 +24,5 @@ "module": "dist/index.mjs", | ||
"dependencies": { | ||
"@chakra-ui/utils": "2.0.14", | ||
"@chakra-ui/vue-system": "0.0.0-dev-20230217173417", | ||
"@chakra-ui/vue-utils": "0.0.0-dev-20230217173417" | ||
"@chakra-ui/utils": "2.0.15", | ||
"@chakra-ui/vue-system": "0.0.0-dev-20230217182316", | ||
"@chakra-ui/vue-utils": "0.0.0-dev-20230217182316" | ||
}, | ||
@@ -29,0 +29,0 @@ "devDependencies": { |
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
17306
420
+ Added@chakra-ui/c-color-mode@0.0.0-dev-20230217182316(transitive)
+ Added@chakra-ui/utils@2.0.15(transitive)
+ Added@chakra-ui/vue-system@0.0.0-dev-20230217182316(transitive)
+ Added@chakra-ui/vue-utils@0.0.0-dev-20230217182316(transitive)
+ Added@types/lodash.mergewith@4.6.7(transitive)
- Removed@chakra-ui/c-color-mode@0.0.0-dev-20230217173417(transitive)
- Removed@chakra-ui/utils@2.0.14(transitive)
- Removed@chakra-ui/vue-system@0.0.0-dev-20230217173417(transitive)
- Removed@chakra-ui/vue-utils@0.0.0-dev-20230217173417(transitive)
- Removed@types/lodash.mergewith@4.6.6(transitive)
Updated@chakra-ui/utils@2.0.15