@aboutbits/react-ui
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -1,1 +0,2 @@ | ||
export * from './components/button'; | ||
export { Button, Variant, Size, Tone } from './components/button/Button'; | ||
export { ButtonWithIcon } from './components/button/ButtonWithIcon'; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./components/button"), exports); | ||
exports.ButtonWithIcon = exports.Tone = exports.Size = exports.Variant = exports.Button = void 0; | ||
var Button_1 = require("./components/button/Button"); | ||
Object.defineProperty(exports, "Button", { enumerable: true, get: function () { return Button_1.Button; } }); | ||
Object.defineProperty(exports, "Variant", { enumerable: true, get: function () { return Button_1.Variant; } }); | ||
Object.defineProperty(exports, "Size", { enumerable: true, get: function () { return Button_1.Size; } }); | ||
Object.defineProperty(exports, "Tone", { enumerable: true, get: function () { return Button_1.Tone; } }); | ||
var ButtonWithIcon_1 = require("./components/button/ButtonWithIcon"); | ||
Object.defineProperty(exports, "ButtonWithIcon", { enumerable: true, get: function () { return ButtonWithIcon_1.ButtonWithIcon; } }); |
@@ -1,1 +0,2 @@ | ||
export * from './components/button'; | ||
export { Button, Variant, Size, Tone } from './components/button/Button'; | ||
export { ButtonWithIcon } from './components/button/ButtonWithIcon'; |
@@ -1,1 +0,2 @@ | ||
export * from './components/button'; | ||
export { Button, Variant, Size, Tone } from './components/button/Button'; | ||
export { ButtonWithIcon } from './components/button/ButtonWithIcon'; |
{ | ||
"name": "@aboutbits/react-ui", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"module": "esm/index.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
323056