Socket
Socket
Sign inDemoInstall

@heathmont/moon-core-tw

Package Overview
Dependencies
6
Maintainers
100
Versions
144
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.1.3 to 9.1.4

lib/es/pagination/Pagination.d.ts

2

lib/es/index.d.ts

@@ -24,2 +24,4 @@ /**

export * from './loader/Loader';
export { default as Pagination } from './pagination/Pagination';
export * from './pagination/Pagination';
export { default as TextInput } from './textInput/TextInput';

@@ -26,0 +28,0 @@ export * from './textInput/TextInput';

@@ -24,2 +24,4 @@ /**

export * from './loader/Loader';
export { default as Pagination } from './pagination/Pagination';
export * from './pagination/Pagination';
export { default as TextInput } from './textInput/TextInput';

@@ -26,0 +28,0 @@ export * from './textInput/TextInput';

@@ -24,2 +24,4 @@ /**

export * from './loader/Loader';
export { default as Pagination } from './pagination/Pagination';
export * from './pagination/Pagination';
export { default as TextInput } from './textInput/TextInput';

@@ -26,0 +28,0 @@ export * from './textInput/TextInput';

5

lib/index.js

@@ -19,3 +19,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.TextInputGroup = exports.TextInput = exports.Loader = exports.setPadding = exports.setFontSize = exports.Label = exports.Chip = exports.Checkbox = exports.Button = exports.Breadcrumb = exports.Avatar = exports.Accordion = void 0;
exports.TextInputGroup = exports.TextInput = exports.Pagination = exports.Loader = exports.setPadding = exports.setFontSize = exports.Label = exports.Chip = exports.Checkbox = exports.Button = exports.Breadcrumb = exports.Avatar = exports.Accordion = void 0;
var Accordion_1 = require("./accordion/Accordion");

@@ -51,2 +51,5 @@ Object.defineProperty(exports, "Accordion", { enumerable: true, get: function () { return __importDefault(Accordion_1).default; } });

__exportStar(require("./loader/Loader"), exports);
var Pagination_1 = require("./pagination/Pagination");
Object.defineProperty(exports, "Pagination", { enumerable: true, get: function () { return __importDefault(Pagination_1).default; } });
__exportStar(require("./pagination/Pagination"), exports);
var TextInput_1 = require("./textInput/TextInput");

@@ -53,0 +56,0 @@ Object.defineProperty(exports, "TextInput", { enumerable: true, get: function () { return __importDefault(TextInput_1).default; } });

{
"name": "@heathmont/moon-core-tw",
"sideEffects": false,
"version": "9.1.3",
"version": "9.1.4",
"files": [

@@ -15,3 +15,3 @@ "lib"

"dependencies": {
"@heathmont/moon-icons-tw": "^9.1.3"
"@heathmont/moon-icons-tw": "^9.1.4"
},

@@ -18,0 +18,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc