@os-design/icons
Advanced tools
Comparing version 0.0.2 to 0.0.3
export { default as BaseIcon } from './BaseIcon'; | ||
export * from './BaseIcon'; | ||
export { default as Close } from './icons/Close'; | ||
export { default as Eye } from './icons/Eye'; | ||
export { default as EyeInvisible } from './icons/EyeInvisible'; | ||
export { default as Loading } from './icons/Loading'; | ||
export { default as Menu } from './icons/Menu'; | ||
export { default as Search } from './icons/Search'; | ||
export { default as Close } from './Close'; | ||
export { default as Eye } from './Eye'; | ||
export { default as EyeInvisible } from './EyeInvisible'; | ||
export { default as Loading } from './Loading'; | ||
export { default as Menu } from './Menu'; | ||
export { default as Search } from './Search'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -9,14 +9,14 @@ "use strict"; | ||
__export(require("./BaseIcon")); | ||
var Close_1 = require("./icons/Close"); | ||
var Close_1 = require("./Close"); | ||
exports.Close = Close_1.default; | ||
var Eye_1 = require("./icons/Eye"); | ||
var Eye_1 = require("./Eye"); | ||
exports.Eye = Eye_1.default; | ||
var EyeInvisible_1 = require("./icons/EyeInvisible"); | ||
var EyeInvisible_1 = require("./EyeInvisible"); | ||
exports.EyeInvisible = EyeInvisible_1.default; | ||
var Loading_1 = require("./icons/Loading"); | ||
var Loading_1 = require("./Loading"); | ||
exports.Loading = Loading_1.default; | ||
var Menu_1 = require("./icons/Menu"); | ||
var Menu_1 = require("./Menu"); | ||
exports.Menu = Menu_1.default; | ||
var Search_1 = require("./icons/Search"); | ||
var Search_1 = require("./Search"); | ||
exports.Search = Search_1.default; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@os-design/icons", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"license": "MIT", | ||
@@ -19,3 +19,3 @@ "main": "lib/index.js", | ||
"@emotion/core": "^10.0.22", | ||
"@os-design/styled": "^0.0.2" | ||
"@os-design/styled": "^0.0.3" | ||
}, | ||
@@ -26,3 +26,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "988da56eb63871d767f49d584e4cf45e689cc6b0" | ||
"gitHead": "bb1423851a43ce777fd4b326bb8a19881424e82e" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
168
17003
1
+ Added@os-design/styled@0.0.3(transitive)
- Removed@os-design/styled@0.0.2(transitive)
Updated@os-design/styled@^0.0.3