secptrum-ui
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -1,3 +0,3 @@ | ||
import Button from "."; | ||
import { Meta, StoryObj } from "@storybook/react"; | ||
import Button from "./Button"; | ||
declare const meta: Meta<typeof Button>; | ||
@@ -4,0 +4,0 @@ export default meta; |
@@ -1,2 +0,2 @@ | ||
export * from "./components/Button"; | ||
export { default as Button } from "./components/Button/Button"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,2 +0,2 @@ | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});require("tslib").__exportStar(require("./components/Button"),exports); | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.Button=void 0;const e=require("tslib");var t=require("./components/Button/Button");Object.defineProperty(exports,"Button",{enumerable:!0,get:function(){return e.__importDefault(t).default}}); | ||
//# sourceMappingURL=secptrum-ui.cjs.js.map |
@@ -1,2 +0,2 @@ | ||
Object.defineProperty(exports,"__esModule",{value:!0});require("tslib").__exportStar(require("./components/Button"),exports); | ||
Object.defineProperty(exports,"__esModule",{value:!0}),exports.Button=void 0;const e=require("tslib");var t=require("./components/Button/Button");Object.defineProperty(exports,"Button",{enumerable:!0,get:function(){return e.__importDefault(t).default}}); | ||
//# sourceMappingURL=secptrum-ui.es.js.map |
@@ -1,2 +0,2 @@ | ||
!function(e){"function"==typeof define&&define.amd?define(e):e()}((function(){"use strict";Object.defineProperty(exports,"__esModule",{value:!0});require("tslib").__exportStar(require("./components/Button"),exports)})); | ||
!function(e){"function"==typeof define&&define.amd?define(e):e()}((function(){"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.Button=void 0;const e=require("tslib");var t=require("./components/Button/Button");Object.defineProperty(exports,"Button",{enumerable:!0,get:function(){return e.__importDefault(t).default}})})); | ||
//# sourceMappingURL=secptrum-ui.umd.js.map |
{ | ||
"name": "secptrum-ui", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "**SecptrumUI** is a customizable and modern UI component library built with `styled-components`. Designed to help developers quickly build beautiful and responsive web applications, SecptrumUI offers a range of components that are easy to use and adapt to any project.", | ||
@@ -28,2 +28,3 @@ "main": "dist/secptrum-ui.cjs.js", | ||
"dependencies": { | ||
"@rollup/plugin-alias": "^5.1.0", | ||
"react": "^18.3.1", | ||
@@ -30,0 +31,0 @@ "react-dom": "^18.3.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
11410
4
18
61
2
+ Added@rollup/plugin-alias@^5.1.0
+ Added@rollup/plugin-alias@5.1.1(transitive)