Socket
Socket
Sign inDemoInstall

@heathmont/moon-components

Package Overview
Dependencies
Maintainers
64
Versions
370
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heathmont/moon-components - npm Package Compare versions

Comparing version 2.24.0 to 2.24.1

lib/es/progressCircular/Path.js

12

lib/es/index.js

@@ -82,6 +82,8 @@ /**

export * from './mediaObject/MediaObject';
export { default as Path } from './progressIndicator/Path';
export * from './progressIndicator/Path';
export { default as ProgressIndicator } from './progressIndicator/ProgressIndicator';
export * from './progressIndicator/ProgressIndicator';
export { default as Path } from './progressCircular/Path';
export * from './progressCircular/Path';
export { default as ProgressCircular } from './progressCircular/ProgressCircular';
export * from './progressCircular/ProgressCircular';
export { default as ProgressLinear } from './progressLinear/ProgressLinear';
export * from './progressLinear/ProgressLinear';
export { default as Reel } from './reel/Reel';

@@ -111,4 +113,2 @@ export * from './reel/Reel';

export * from './textInput/TextInput';
export { default as TextProgressIndicator } from './textProgressIndicator/TextProgressIndicator';
export * from './textProgressIndicator/TextProgressIndicator';
export { default as Toggle } from './toggle/Toggle';

@@ -115,0 +115,0 @@ export * from './toggle/Toggle';

@@ -82,6 +82,8 @@ /**

export * from './mediaObject/MediaObject';
export { default as Path } from './progressIndicator/Path';
export * from './progressIndicator/Path';
export { default as ProgressIndicator } from './progressIndicator/ProgressIndicator';
export * from './progressIndicator/ProgressIndicator';
export { default as Path } from './progressCircular/Path';
export * from './progressCircular/Path';
export { default as ProgressCircular } from './progressCircular/ProgressCircular';
export * from './progressCircular/ProgressCircular';
export { default as ProgressLinear } from './progressLinear/ProgressLinear';
export * from './progressLinear/ProgressLinear';
export { default as Reel } from './reel/Reel';

@@ -111,4 +113,2 @@ export * from './reel/Reel';

export * from './textInput/TextInput';
export { default as TextProgressIndicator } from './textProgressIndicator/TextProgressIndicator';
export * from './textProgressIndicator/TextProgressIndicator';
export { default as Toggle } from './toggle/Toggle';

@@ -115,0 +115,0 @@ export * from './toggle/Toggle';

@@ -49,3 +49,4 @@ "use strict";

Path: true,
ProgressIndicator: true,
ProgressCircular: true,
ProgressLinear: true,
Reel: true,

@@ -63,3 +64,2 @@ Select: true,

TextInput: true,
TextProgressIndicator: true,
Toggle: true,

@@ -311,8 +311,14 @@ Tooltip: true,

});
Object.defineProperty(exports, "ProgressIndicator", {
Object.defineProperty(exports, "ProgressCircular", {
enumerable: true,
get: function get() {
return _ProgressIndicator["default"];
return _ProgressCircular["default"];
}
});
Object.defineProperty(exports, "ProgressLinear", {
enumerable: true,
get: function get() {
return _ProgressLinear["default"];
}
});
Object.defineProperty(exports, "Reel", {

@@ -390,8 +396,2 @@ enumerable: true,

});
Object.defineProperty(exports, "TextProgressIndicator", {
enumerable: true,
get: function get() {
return _TextProgressIndicator["default"];
}
});
Object.defineProperty(exports, "Toggle", {

@@ -935,3 +935,3 @@ enumerable: true,

var _Path = _interopRequireWildcard(require("./progressIndicator/Path"));
var _Path = _interopRequireWildcard(require("./progressCircular/Path"));

@@ -949,5 +949,5 @@ Object.keys(_Path).forEach(function (key) {

var _ProgressIndicator = _interopRequireWildcard(require("./progressIndicator/ProgressIndicator"));
var _ProgressCircular = _interopRequireWildcard(require("./progressCircular/ProgressCircular"));
Object.keys(_ProgressIndicator).forEach(function (key) {
Object.keys(_ProgressCircular).forEach(function (key) {
if (key === "default" || key === "__esModule") return;

@@ -958,3 +958,3 @@ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;

get: function get() {
return _ProgressIndicator[key];
return _ProgressCircular[key];
}

@@ -964,2 +964,15 @@ });

var _ProgressLinear = _interopRequireWildcard(require("./progressLinear/ProgressLinear"));
Object.keys(_ProgressLinear).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _ProgressLinear[key];
}
});
});
var _Reel = _interopRequireWildcard(require("./reel/Reel"));

@@ -1121,15 +1134,2 @@

var _TextProgressIndicator = _interopRequireWildcard(require("./textProgressIndicator/TextProgressIndicator"));
Object.keys(_TextProgressIndicator).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _TextProgressIndicator[key];
}
});
});
var _Toggle = _interopRequireWildcard(require("./toggle/Toggle"));

@@ -1136,0 +1136,0 @@

{
"name": "@heathmont/moon-components",
"sideEffects": false,
"version": "2.24.0",
"version": "2.24.1",
"files": [

@@ -34,3 +34,3 @@ "lib"

},
"gitHead": "40bee09e4d80e04b481cdc1872469b0a026bec55"
"gitHead": "1da8934b9e8124f5a00d2588f3afdcc451eac1a7"
}

Sorry, the diff of this file is too big to display

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc