New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pikas-ui/loader

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pikas-ui/loader - npm Package Compare versions

Comparing version 3.3.31 to 4.0.0

2

dist/bar/BarLoader.js

@@ -1,2 +0,2 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _styles = require('@pikas-ui/styles');var _reactspinners = require('react-spinners'); var s = _interopRequireWildcard(_reactspinners);const h=({width:o,height:r,colorName:e="PRIMARY",colorHex:t,loading:i=!0,speedMultiplier:a})=>{const l=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, s.BarLoader,{width:o,height:r,speedMultiplier:a,color:_nullishCoalesce(t, () => (_optionalChain([l, 'optionalAccess', _ => _.colors, 'access', _2 => _2[e], 'access', _3 => _3.value]))),loading:i})};exports.BarLoader = h;
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _styles = require('@pikas-ui/styles');var _reactspinners = require('react-spinners'); var m = _interopRequireWildcard(_reactspinners);const h=({width:r,height:o,colorName:e="primary",colorHex:i,loading:t=!0,speedMultiplier:a})=>{const p=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, m.BarLoader,{width:r,height:o,speedMultiplier:a,color:_nullishCoalesce(i, () => (_optionalChain([p, 'optionalAccess', _ => _.colors, 'access', _2 => _2[e], 'access', _3 => _3.value]))),loading:t})};exports.BarLoader = h;
//# sourceMappingURL=BarLoader.js.map

@@ -1,2 +0,2 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _styles = require('@pikas-ui/styles');var _reactspinners = require('react-spinners'); var m = _interopRequireWildcard(_reactspinners);const g=({size:o,margin:e,colorName:r="PRIMARY",colorHex:t,loading:a=!0,speedMultiplier:i})=>{const s=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, m.BeatLoader,{size:o,margin:e,color:_nullishCoalesce(t, () => (_optionalChain([s, 'optionalAccess', _ => _.colors, 'access', _2 => _2[r], 'access', _3 => _3.value]))),loading:a,speedMultiplier:i})};exports.BeatLoader = g;
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _styles = require('@pikas-ui/styles');var _reactspinners = require('react-spinners'); var p = _interopRequireWildcard(_reactspinners);const g=({size:o,margin:r,colorName:e="primary",colorHex:a,loading:i=!0,speedMultiplier:t})=>{const s=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, p.BeatLoader,{size:o,margin:r,color:_nullishCoalesce(a, () => (_optionalChain([s, 'optionalAccess', _ => _.colors, 'access', _2 => _2[e], 'access', _3 => _3.value]))),loading:i,speedMultiplier:t})};exports.BeatLoader = g;
//# sourceMappingURL=BeatLoader.js.map

@@ -1,2 +0,2 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _styles = require('@pikas-ui/styles');var _reactspinners = require('react-spinners'); var p = _interopRequireWildcard(_reactspinners);const c=({size:o,colorName:e="PRIMARY",colorHex:r,loading:i=!0,speedMultiplier:s})=>{const t=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, p.BounceLoader,{size:o,speedMultiplier:s,color:_nullishCoalesce(r, () => (_optionalChain([t, 'optionalAccess', _ => _.colors, 'access', _2 => _2[e], 'access', _3 => _3.value]))),loading:i})};exports.BounceLoader = c;
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _styles = require('@pikas-ui/styles');var _reactspinners = require('react-spinners'); var l = _interopRequireWildcard(_reactspinners);const c=({size:o,colorName:e="primary",colorHex:r,loading:i=!0,speedMultiplier:s})=>{const p=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, l.BounceLoader,{size:o,speedMultiplier:s,color:_nullishCoalesce(r, () => (_optionalChain([p, 'optionalAccess', _ => _.colors, 'access', _2 => _2[e], 'access', _3 => _3.value]))),loading:i})};exports.BounceLoader = c;
//# sourceMappingURL=BounceLoader.js.map

@@ -1,2 +0,2 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var p = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const n=({size:o,colorName:e="PRIMARY",colorHex:r,loading:i=!0,speedMultiplier:l})=>{const s=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, p.CircleLoader,{size:o,speedMultiplier:l,color:_nullishCoalesce(r, () => (_optionalChain([s, 'optionalAccess', _ => _.colors, 'access', _2 => _2[e], 'access', _3 => _3.value]))),loading:i})};exports.CircleLoader = n;
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var s = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const n=({size:o,colorName:r="primary",colorHex:e,loading:i=!0,speedMultiplier:l})=>{const p=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, s.CircleLoader,{size:o,speedMultiplier:l,color:_nullishCoalesce(e, () => (_optionalChain([p, 'optionalAccess', _ => _.colors, 'access', _2 => _2[r], 'access', _3 => _3.value]))),loading:i})};exports.CircleLoader = n;
//# sourceMappingURL=CircleLoader.js.map

@@ -1,2 +0,2 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var s = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const u=({size:o,colorName:e="PRIMARY",colorHex:r,loading:i=!0,speedMultiplier:l})=>{const m=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, s.ClimbingBoxLoader,{size:o,speedMultiplier:l,color:_nullishCoalesce(r, () => (_optionalChain([m, 'optionalAccess', _ => _.colors, 'access', _2 => _2[e], 'access', _3 => _3.value]))),loading:i})};exports.ClimbingBoxLoader = u;
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var p = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const u=({size:o,colorName:r="primary",colorHex:e,loading:i=!0,speedMultiplier:l})=>{const m=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, p.ClimbingBoxLoader,{size:o,speedMultiplier:l,color:_nullishCoalesce(e, () => (_optionalChain([m, 'optionalAccess', _ => _.colors, 'access', _2 => _2[r], 'access', _3 => _3.value]))),loading:i})};exports.ClimbingBoxLoader = u;
//# sourceMappingURL=ClimbingBoxLoader.js.map

@@ -1,2 +0,2 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _styles = require('@pikas-ui/styles');var _reactspinners = require('react-spinners'); var t = _interopRequireWildcard(_reactspinners);const u=({size:o,colorName:r="PRIMARY",colorHex:e,loading:i=!0,speedMultiplier:l})=>{const p=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, t.ClipLoader,{size:o,speedMultiplier:l,color:_nullishCoalesce(e, () => (_optionalChain([p, 'optionalAccess', _ => _.colors, 'access', _2 => _2[r], 'access', _3 => _3.value]))),loading:i})};exports.ClipLoader = u;
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _styles = require('@pikas-ui/styles');var _reactspinners = require('react-spinners'); var t = _interopRequireWildcard(_reactspinners);const u=({size:o,colorName:r="primary",colorHex:e,loading:i=!0,speedMultiplier:p})=>{const l=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, t.ClipLoader,{size:o,speedMultiplier:p,color:_nullishCoalesce(e, () => (_optionalChain([l, 'optionalAccess', _ => _.colors, 'access', _2 => _2[r], 'access', _3 => _3.value]))),loading:i})};exports.ClipLoader = u;
//# sourceMappingURL=ClipLoader.js.map

@@ -1,2 +0,2 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var p = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const n=({size:o,colorName:e="PRIMARY",colorHex:r,loading:l=!0,speedMultiplier:i})=>{const s=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, p.ClockLoader,{size:o,speedMultiplier:i,color:_nullishCoalesce(r, () => (_optionalChain([s, 'optionalAccess', _ => _.colors, 'access', _2 => _2[e], 'access', _3 => _3.value]))),loading:l})};exports.ClockLoader = n;
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var s = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const n=({size:o,colorName:r="primary",colorHex:e,loading:l=!0,speedMultiplier:i})=>{const p=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, s.ClockLoader,{size:o,speedMultiplier:i,color:_nullishCoalesce(e, () => (_optionalChain([p, 'optionalAccess', _ => _.colors, 'access', _2 => _2[r], 'access', _3 => _3.value]))),loading:l})};exports.ClockLoader = n;
//# sourceMappingURL=ClockLoader.js.map

@@ -1,2 +0,2 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var l = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const u=({size:o,colorName:e="PRIMARY",colorHex:r,loading:t=!0,speedMultiplier:i})=>{const s=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, l.DotLoader,{size:o,speedMultiplier:i,color:_nullishCoalesce(r, () => (_optionalChain([s, 'optionalAccess', _ => _.colors, 'access', _2 => _2[e], 'access', _3 => _3.value]))),loading:t})};exports.DotLoader = u;
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var s = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const u=({size:o,colorName:r="primary",colorHex:e,loading:t=!0,speedMultiplier:i})=>{const p=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, s.DotLoader,{size:o,speedMultiplier:i,color:_nullishCoalesce(e, () => (_optionalChain([p, 'optionalAccess', _ => _.colors, 'access', _2 => _2[r], 'access', _3 => _3.value]))),loading:t})};exports.DotLoader = u;
//# sourceMappingURL=DotLoader.js.map

@@ -1,2 +0,2 @@

import{jsx as m}from"react/jsx-runtime";import{useTheme as p}from"@pikas-ui/styles";import*as s from"react-spinners";const h=({width:o,height:r,colorName:e="PRIMARY",colorHex:t,loading:i=!0,speedMultiplier:a})=>{const l=p();return m(s.BarLoader,{width:o,height:r,speedMultiplier:a,color:t??l?.colors[e].value,loading:i})};export{h as BarLoader};
import{jsx as s}from"react/jsx-runtime";import{useTheme as l}from"@pikas-ui/styles";import*as m from"react-spinners";const h=({width:r,height:o,colorName:e="primary",colorHex:i,loading:t=!0,speedMultiplier:a})=>{const p=l();return s(m.BarLoader,{width:r,height:o,speedMultiplier:a,color:i??p?.colors[e].value,loading:t})};export{h as BarLoader};
//# sourceMappingURL=BarLoader.js.map

@@ -1,2 +0,2 @@

import{jsx as p}from"react/jsx-runtime";import{useTheme as l}from"@pikas-ui/styles";import*as m from"react-spinners";const g=({size:o,margin:e,colorName:r="PRIMARY",colorHex:t,loading:a=!0,speedMultiplier:i})=>{const s=l();return p(m.BeatLoader,{size:o,margin:e,color:t??s?.colors[r].value,loading:a,speedMultiplier:i})};export{g as BeatLoader};
import{jsx as l}from"react/jsx-runtime";import{useTheme as m}from"@pikas-ui/styles";import*as p from"react-spinners";const g=({size:o,margin:r,colorName:e="primary",colorHex:a,loading:i=!0,speedMultiplier:t})=>{const s=m();return l(p.BeatLoader,{size:o,margin:r,color:a??s?.colors[e].value,loading:i,speedMultiplier:t})};export{g as BeatLoader};
//# sourceMappingURL=BeatLoader.js.map

@@ -1,2 +0,2 @@

import{jsx as a}from"react/jsx-runtime";import{useTheme as l}from"@pikas-ui/styles";import*as p from"react-spinners";const c=({size:o,colorName:e="PRIMARY",colorHex:r,loading:i=!0,speedMultiplier:s})=>{const t=l();return a(p.BounceLoader,{size:o,speedMultiplier:s,color:r??t?.colors[e].value,loading:i})};export{c as BounceLoader};
import{jsx as a}from"react/jsx-runtime";import{useTheme as t}from"@pikas-ui/styles";import*as l from"react-spinners";const c=({size:o,colorName:e="primary",colorHex:r,loading:i=!0,speedMultiplier:s})=>{const p=t();return a(l.BounceLoader,{size:o,speedMultiplier:s,color:r??p?.colors[e].value,loading:i})};export{c as BounceLoader};
//# sourceMappingURL=BounceLoader.js.map

@@ -1,2 +0,2 @@

import{jsx as a}from"react/jsx-runtime";import*as p from"react-spinners";import{useTheme as t}from"@pikas-ui/styles";const n=({size:o,colorName:e="PRIMARY",colorHex:r,loading:i=!0,speedMultiplier:l})=>{const s=t();return a(p.CircleLoader,{size:o,speedMultiplier:l,color:r??s?.colors[e].value,loading:i})};export{n as CircleLoader};
import{jsx as a}from"react/jsx-runtime";import*as s from"react-spinners";import{useTheme as t}from"@pikas-ui/styles";const n=({size:o,colorName:r="primary",colorHex:e,loading:i=!0,speedMultiplier:l})=>{const p=t();return a(s.CircleLoader,{size:o,speedMultiplier:l,color:e??p?.colors[r].value,loading:i})};export{n as CircleLoader};
//# sourceMappingURL=CircleLoader.js.map

@@ -1,2 +0,2 @@

import{jsx as t}from"react/jsx-runtime";import*as s from"react-spinners";import{useTheme as p}from"@pikas-ui/styles";const u=({size:o,colorName:e="PRIMARY",colorHex:r,loading:i=!0,speedMultiplier:l})=>{const m=p();return t(s.ClimbingBoxLoader,{size:o,speedMultiplier:l,color:r??m?.colors[e].value,loading:i})};export{u as ClimbingBoxLoader};
import{jsx as t}from"react/jsx-runtime";import*as p from"react-spinners";import{useTheme as s}from"@pikas-ui/styles";const u=({size:o,colorName:r="primary",colorHex:e,loading:i=!0,speedMultiplier:l})=>{const m=s();return t(p.ClimbingBoxLoader,{size:o,speedMultiplier:l,color:e??m?.colors[r].value,loading:i})};export{u as ClimbingBoxLoader};
//# sourceMappingURL=ClimbingBoxLoader.js.map

@@ -1,2 +0,2 @@

import{jsx as a}from"react/jsx-runtime";import{useTheme as s}from"@pikas-ui/styles";import*as t from"react-spinners";const u=({size:o,colorName:r="PRIMARY",colorHex:e,loading:i=!0,speedMultiplier:l})=>{const p=s();return a(t.ClipLoader,{size:o,speedMultiplier:l,color:e??p?.colors[r].value,loading:i})};export{u as ClipLoader};
import{jsx as a}from"react/jsx-runtime";import{useTheme as s}from"@pikas-ui/styles";import*as t from"react-spinners";const u=({size:o,colorName:r="primary",colorHex:e,loading:i=!0,speedMultiplier:p})=>{const l=s();return a(t.ClipLoader,{size:o,speedMultiplier:p,color:e??l?.colors[r].value,loading:i})};export{u as ClipLoader};
//# sourceMappingURL=ClipLoader.js.map

@@ -1,2 +0,2 @@

import{jsx as a}from"react/jsx-runtime";import*as p from"react-spinners";import{useTheme as t}from"@pikas-ui/styles";const n=({size:o,colorName:e="PRIMARY",colorHex:r,loading:l=!0,speedMultiplier:i})=>{const s=t();return a(p.ClockLoader,{size:o,speedMultiplier:i,color:r??s?.colors[e].value,loading:l})};export{n as ClockLoader};
import{jsx as a}from"react/jsx-runtime";import*as s from"react-spinners";import{useTheme as t}from"@pikas-ui/styles";const n=({size:o,colorName:r="primary",colorHex:e,loading:l=!0,speedMultiplier:i})=>{const p=t();return a(s.ClockLoader,{size:o,speedMultiplier:i,color:e??p?.colors[r].value,loading:l})};export{n as ClockLoader};
//# sourceMappingURL=ClockLoader.js.map

@@ -1,2 +0,2 @@

import{jsx as a}from"react/jsx-runtime";import*as l from"react-spinners";import{useTheme as p}from"@pikas-ui/styles";const u=({size:o,colorName:e="PRIMARY",colorHex:r,loading:t=!0,speedMultiplier:i})=>{const s=p();return a(l.DotLoader,{size:o,speedMultiplier:i,color:r??s?.colors[e].value,loading:t})};export{u as DotLoader};
import{jsx as a}from"react/jsx-runtime";import*as s from"react-spinners";import{useTheme as l}from"@pikas-ui/styles";const u=({size:o,colorName:r="primary",colorHex:e,loading:t=!0,speedMultiplier:i})=>{const p=l();return a(s.DotLoader,{size:o,speedMultiplier:i,color:e??p?.colors[r].value,loading:t})};export{u as DotLoader};
//# sourceMappingURL=DotLoader.js.map

@@ -1,2 +0,2 @@

import{jsx as l}from"react/jsx-runtime";import*as s from"react-spinners";import{useTheme as n}from"@pikas-ui/styles";const g=({height:o,width:r,radius:e,margin:a,colorName:i="PRIMARY",colorHex:t,loading:m=!0})=>{const d=n();return l(s.FadeLoader,{height:o,width:r,radius:e,margin:a,color:t??d?.colors[i].value,loading:m})};export{g as FadeLoader};
import{jsx as p}from"react/jsx-runtime";import*as s from"react-spinners";import{useTheme as n}from"@pikas-ui/styles";const g=({height:o,width:r,radius:e,margin:a,colorName:i="primary",colorHex:m,loading:t=!0})=>{const d=n();return p(s.FadeLoader,{height:o,width:r,radius:e,margin:a,color:m??d?.colors[i].value,loading:t})};export{g as FadeLoader};
//# sourceMappingURL=FadeLoader.js.map

@@ -1,2 +0,2 @@

import{jsx as t}from"react/jsx-runtime";import*as m from"react-spinners";import{useTheme as p}from"@pikas-ui/styles";const c=({size:r,margin:o,colorName:e="PRIMARY",colorHex:i,loading:s=!0,speedMultiplier:a})=>{const l=p();return t(m.GridLoader,{size:r,speedMultiplier:a,margin:o,color:i??l?.colors[e].value,loading:s})};export{c as GridLoader};
import{jsx as t}from"react/jsx-runtime";import*as s from"react-spinners";import{useTheme as l}from"@pikas-ui/styles";const c=({size:r,margin:o,colorName:e="primary",colorHex:i,loading:a=!0,speedMultiplier:m})=>{const p=l();return t(s.GridLoader,{size:r,speedMultiplier:m,margin:o,color:i??p?.colors[e].value,loading:a})};export{c as GridLoader};
//# sourceMappingURL=GridLoader.js.map

@@ -1,2 +0,2 @@

import{jsx as t}from"react/jsx-runtime";import*as l from"react-spinners";import{useTheme as p}from"@pikas-ui/styles";const u=({size:o,colorName:e="PRIMARY",colorHex:r,loading:s=!0,speedMultiplier:a})=>{const i=p();return t(l.HashLoader,{size:o,speedMultiplier:a,color:r??i?.colors[e].value,loading:s})};export{u as HashLoader};
import{jsx as t}from"react/jsx-runtime";import*as p from"react-spinners";import{useTheme as l}from"@pikas-ui/styles";const u=({size:o,colorName:r="primary",colorHex:e,loading:s=!0,speedMultiplier:a})=>{const i=l();return t(p.HashLoader,{size:o,speedMultiplier:a,color:e??i?.colors[r].value,loading:s})};export{u as HashLoader};
//# sourceMappingURL=HashLoader.js.map

@@ -1,2 +0,2 @@

import{jsx as a}from"react/jsx-runtime";import{useTheme as l}from"@pikas-ui/styles";import*as p from"react-spinners";const u=({size:o,colorName:r="PRIMARY",colorHex:e,loading:i=!0,speedMultiplier:s})=>{const t=l();return a(p.MoonLoader,{size:o,speedMultiplier:s,color:e??t?.colors[r].value,loading:i})};export{u as MoonLoader};
import{jsx as a}from"react/jsx-runtime";import{useTheme as t}from"@pikas-ui/styles";import*as l from"react-spinners";const u=({size:o,colorName:r="primary",colorHex:e,loading:i=!0,speedMultiplier:s})=>{const p=t();return a(l.MoonLoader,{size:o,speedMultiplier:s,color:e??p?.colors[r].value,loading:i})};export{u as MoonLoader};
//# sourceMappingURL=MoonLoader.js.map

@@ -1,2 +0,2 @@

import{jsx as u}from"react/jsx-runtime";import*as m from"react-spinners";import{useTheme as p,styled as d}from"@pikas-ui/styles";const c=d(m.PacmanLoader,{display:"flex"}),f=({size:e,colorName:a="PRIMARY",colorHex:n,colorBubble:o,colorBubbleHex:r,margin:i,loading:s=!0,speedMultiplier:t})=>{const l=p();return u(c,{size:e,margin:i,speedMultiplier:t,color:n??l?.colors[a].value,loading:s,css:{"& span:nth-child(3), & span:nth-child(4), & span:nth-child(5), & span:nth-child(6)":{backgroundColor:(r&&`${r} !important`)??(o&&`var(--colors-${o}) !important`)??void 0,zIndex:-1}}})};export{f as PacmanLoader};
import{jsx as u}from"react/jsx-runtime";import*as m from"react-spinners";import{useTheme as p,styled as d}from"@pikas-ui/styles";const c=d(m.PacmanLoader,{display:"flex"}),y=({size:a,colorName:e="primary",colorHex:n,colorBubble:o,colorBubbleHex:r,margin:i,loading:s=!0,speedMultiplier:t})=>{const l=p();return u(c,{size:a,margin:i,speedMultiplier:t,color:n??l?.colors[e].value,loading:s,css:{"& span:nth-child(3), & span:nth-child(4), & span:nth-child(5), & span:nth-child(6)":{backgroundColor:(r&&`${r} !important`)??(o&&`var(--colors-${o}) !important`)??void 0,zIndex:-1}}})};export{y as PacmanLoader};
//# sourceMappingURL=PacmanLoader.js.map

@@ -1,2 +0,2 @@

import{jsx as l}from"react/jsx-runtime";import*as i from"react-spinners";import{useTheme as s}from"@pikas-ui/styles";const n=({size:o,colorName:e="PRIMARY",colorHex:r,loading:a=!0,speedMultiplier:p})=>{const t=s();return l(i.PropagateLoader,{size:o,speedMultiplier:p,color:r??t?.colors[e].value,loading:a})};export{n as PropagateLoader};
import{jsx as l}from"react/jsx-runtime";import*as i from"react-spinners";import{useTheme as s}from"@pikas-ui/styles";const u=({size:o,colorName:r="primary",colorHex:e,loading:a=!0,speedMultiplier:p})=>{const t=s();return l(i.PropagateLoader,{size:o,speedMultiplier:p,color:e??t?.colors[r].value,loading:a})};export{u as PropagateLoader};
//# sourceMappingURL=PropagateLoader.js.map

@@ -1,2 +0,2 @@

import{jsx as a}from"react/jsx-runtime";import*as p from"react-spinners";import{useTheme as t}from"@pikas-ui/styles";const d=({size:o,colorName:e="PRIMARY",colorHex:r,loading:i=!0,speedMultiplier:s})=>{const l=t();return a(p.PuffLoader,{size:o,speedMultiplier:s,color:r??l?.colors[e].value,loading:i})};export{d as PuffLoader};
import{jsx as a}from"react/jsx-runtime";import*as l from"react-spinners";import{useTheme as t}from"@pikas-ui/styles";const d=({size:o,colorName:r="primary",colorHex:e,loading:i=!0,speedMultiplier:p})=>{const s=t();return a(l.PuffLoader,{size:o,speedMultiplier:p,color:e??s?.colors[r].value,loading:i})};export{d as PuffLoader};
//# sourceMappingURL=PuffLoader.js.map

@@ -1,2 +0,2 @@

import{jsx as a}from"react/jsx-runtime";import{useTheme as t}from"@pikas-ui/styles";import*as p from"react-spinners";const n=({size:o,colorName:e="PRIMARY",colorHex:r,loading:s=!0,speedMultiplier:l})=>{const i=t();return a(p.PulseLoader,{size:o,speedMultiplier:l,color:r??i?.colors[e].value,loading:s})};export{n as PulseLoader};
import{jsx as a}from"react/jsx-runtime";import{useTheme as p}from"@pikas-ui/styles";import*as t from"react-spinners";const n=({size:o,colorName:e="primary",colorHex:r,loading:s=!0,speedMultiplier:l})=>{const i=p();return a(t.PulseLoader,{size:o,speedMultiplier:l,color:r??i?.colors[e].value,loading:s})};export{n as PulseLoader};
//# sourceMappingURL=PulseLoader.js.map

@@ -1,2 +0,2 @@

import{jsx as a}from"react/jsx-runtime";import{useTheme as l}from"@pikas-ui/styles";import*as p from"react-spinners";const g=({size:o,colorName:r="PRIMARY",colorHex:e,loading:i=!0,speedMultiplier:s})=>{const t=l();return a(p.RingLoader,{size:o,speedMultiplier:s,color:e??t?.colors[r].value,loading:i})};export{g as RingLoader};
import{jsx as a}from"react/jsx-runtime";import{useTheme as t}from"@pikas-ui/styles";import*as l from"react-spinners";const g=({size:o,colorName:r="primary",colorHex:e,loading:i=!0,speedMultiplier:s})=>{const p=t();return a(l.RingLoader,{size:o,speedMultiplier:s,color:e??p?.colors[r].value,loading:i})};export{g as RingLoader};
//# sourceMappingURL=RingLoader.js.map

@@ -1,2 +0,2 @@

import{jsx as t}from"react/jsx-runtime";import*as m from"react-spinners";import{useTheme as p}from"@pikas-ui/styles";const R=({size:o,colorName:e="PRIMARY",colorHex:r,loading:i=!0,margin:s,speedMultiplier:a})=>{const l=p();return t(m.RiseLoader,{size:o,margin:s,speedMultiplier:a,color:r??l?.colors[e].value,loading:i})};export{R as RiseLoader};
import{jsx as t}from"react/jsx-runtime";import*as p from"react-spinners";import{useTheme as l}from"@pikas-ui/styles";const c=({size:o,colorName:e="primary",colorHex:r,loading:i=!0,margin:s,speedMultiplier:a})=>{const m=l();return t(p.RiseLoader,{size:o,margin:s,speedMultiplier:a,color:r??m?.colors[e].value,loading:i})};export{c as RiseLoader};
//# sourceMappingURL=RiseLoader.js.map

@@ -1,2 +0,2 @@

import{jsx as p}from"react/jsx-runtime";import*as l from"react-spinners";import{useTheme as m}from"@pikas-ui/styles";const R=({size:o,colorName:e="PRIMARY",colorHex:r,loading:t=!0,margin:a,speedMultiplier:i})=>{const s=m();return p(l.RotateLoader,{size:o,margin:a,speedMultiplier:i,color:r??s?.colors[e].value,loading:t})};export{R as RotateLoader};
import{jsx as l}from"react/jsx-runtime";import*as p from"react-spinners";import{useTheme as s}from"@pikas-ui/styles";const c=({size:o,colorName:e="primary",colorHex:r,loading:t=!0,margin:a,speedMultiplier:i})=>{const m=s();return l(p.RotateLoader,{size:o,margin:a,speedMultiplier:i,color:r??m?.colors[e].value,loading:t})};export{c as RotateLoader};
//# sourceMappingURL=RotateLoader.js.map

@@ -1,2 +0,2 @@

import{jsx as n}from"react/jsx-runtime";import*as p from"react-spinners";import{useTheme as d}from"@pikas-ui/styles";const g=({height:e,width:r,radius:o,colorName:i="PRIMARY",colorHex:a,loading:l=!0,margin:t,speedMultiplier:m})=>{const s=d();return n(p.ScaleLoader,{height:e,width:r,radius:o,margin:t,speedMultiplier:m,color:a??s?.colors[i].value,loading:l})};export{g as ScaleLoader};
import{jsx as n}from"react/jsx-runtime";import*as s from"react-spinners";import{useTheme as d}from"@pikas-ui/styles";const g=({height:r,width:e,radius:o,colorName:i="primary",colorHex:a,loading:l=!0,margin:t,speedMultiplier:m})=>{const p=d();return n(s.ScaleLoader,{height:r,width:e,radius:o,margin:t,speedMultiplier:m,color:a??p?.colors[i].value,loading:l})};export{g as ScaleLoader};
//# sourceMappingURL=ScaleLoader.js.map

@@ -1,2 +0,2 @@

import{jsx as a}from"react/jsx-runtime";import*as p from"react-spinners";import{useTheme as t}from"@pikas-ui/styles";const u=({size:o,colorName:e="PRIMARY",colorHex:r,loading:i=!0,speedMultiplier:s})=>{const l=t();return a(p.SkewLoader,{size:o,speedMultiplier:s,color:r??l?.colors[e].value,loading:i})};export{u as SkewLoader};
import{jsx as a}from"react/jsx-runtime";import*as l from"react-spinners";import{useTheme as t}from"@pikas-ui/styles";const u=({size:o,colorName:e="primary",colorHex:r,loading:i=!0,speedMultiplier:p})=>{const s=t();return a(l.SkewLoader,{size:o,speedMultiplier:p,color:r??s?.colors[e].value,loading:i})};export{u as SkewLoader};
//# sourceMappingURL=SkewLoader.js.map

@@ -1,2 +0,2 @@

import{jsx as t}from"react/jsx-runtime";import*as l from"react-spinners";import{useTheme as p}from"@pikas-ui/styles";const n=({size:o,colorName:e="PRIMARY",colorHex:r,loading:a=!0,speedMultiplier:i})=>{const s=p();return t(l.SquareLoader,{size:o,speedMultiplier:i,color:r??s?.colors[e].value,loading:a})};export{n as SquareLoader};
import{jsx as t}from"react/jsx-runtime";import*as s from"react-spinners";import{useTheme as l}from"@pikas-ui/styles";const n=({size:o,colorName:r="primary",colorHex:e,loading:a=!0,speedMultiplier:i})=>{const p=l();return t(s.SquareLoader,{size:o,speedMultiplier:i,color:e??p?.colors[r].value,loading:a})};export{n as SquareLoader};
//# sourceMappingURL=SquareLoader.js.map

@@ -1,2 +0,2 @@

import{jsx as p}from"react/jsx-runtime";import*as m from"react-spinners";import{useTheme as n}from"@pikas-ui/styles";const u=({size:o,colorName:r="PRIMARY",colorHex:e,loading:i=!0,margin:s,speedMultiplier:a})=>{const l=n();return p(m.SyncLoader,{size:o,margin:s,speedMultiplier:a,color:e??l?.colors[r].value,loading:i})};export{u as SyncLoader};
import{jsx as n}from"react/jsx-runtime";import*as s from"react-spinners";import{useTheme as l}from"@pikas-ui/styles";const u=({size:o,colorName:r="primary",colorHex:e,loading:i=!0,margin:a,speedMultiplier:m})=>{const p=l();return n(s.SyncLoader,{size:o,margin:a,speedMultiplier:m,color:e??p?.colors[r].value,loading:i})};export{u as SyncLoader};
//# sourceMappingURL=SyncLoader.js.map

@@ -1,2 +0,2 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var s = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const g=({height:o,width:r,radius:e,margin:a,colorName:i="PRIMARY",colorHex:t,loading:m=!0})=>{const d=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, s.FadeLoader,{height:o,width:r,radius:e,margin:a,color:_nullishCoalesce(t, () => (_optionalChain([d, 'optionalAccess', _ => _.colors, 'access', _2 => _2[i], 'access', _3 => _3.value]))),loading:m})};exports.FadeLoader = g;
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var s = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const g=({height:o,width:r,radius:e,margin:a,colorName:i="primary",colorHex:m,loading:t=!0})=>{const d=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, s.FadeLoader,{height:o,width:r,radius:e,margin:a,color:_nullishCoalesce(m, () => (_optionalChain([d, 'optionalAccess', _ => _.colors, 'access', _2 => _2[i], 'access', _3 => _3.value]))),loading:t})};exports.FadeLoader = g;
//# sourceMappingURL=FadeLoader.js.map

@@ -1,2 +0,2 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var m = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const c=({size:r,margin:o,colorName:e="PRIMARY",colorHex:i,loading:s=!0,speedMultiplier:a})=>{const l=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, m.GridLoader,{size:r,speedMultiplier:a,margin:o,color:_nullishCoalesce(i, () => (_optionalChain([l, 'optionalAccess', _ => _.colors, 'access', _2 => _2[e], 'access', _3 => _3.value]))),loading:s})};exports.GridLoader = c;
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var s = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const c=({size:r,margin:o,colorName:e="primary",colorHex:i,loading:a=!0,speedMultiplier:m})=>{const p=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, s.GridLoader,{size:r,speedMultiplier:m,margin:o,color:_nullishCoalesce(i, () => (_optionalChain([p, 'optionalAccess', _ => _.colors, 'access', _2 => _2[e], 'access', _3 => _3.value]))),loading:a})};exports.GridLoader = c;
//# sourceMappingURL=GridLoader.js.map

@@ -1,2 +0,2 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var l = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const u=({size:o,colorName:e="PRIMARY",colorHex:r,loading:s=!0,speedMultiplier:a})=>{const i=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, l.HashLoader,{size:o,speedMultiplier:a,color:_nullishCoalesce(r, () => (_optionalChain([i, 'optionalAccess', _ => _.colors, 'access', _2 => _2[e], 'access', _3 => _3.value]))),loading:s})};exports.HashLoader = u;
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var p = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const u=({size:o,colorName:r="primary",colorHex:e,loading:s=!0,speedMultiplier:a})=>{const i=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, p.HashLoader,{size:o,speedMultiplier:a,color:_nullishCoalesce(e, () => (_optionalChain([i, 'optionalAccess', _ => _.colors, 'access', _2 => _2[r], 'access', _3 => _3.value]))),loading:s})};exports.HashLoader = u;
//# sourceMappingURL=HashLoader.js.map

@@ -1,2 +0,2 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _styles = require('@pikas-ui/styles');var _reactspinners = require('react-spinners'); var p = _interopRequireWildcard(_reactspinners);const u=({size:o,colorName:r="PRIMARY",colorHex:e,loading:i=!0,speedMultiplier:s})=>{const t=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, p.MoonLoader,{size:o,speedMultiplier:s,color:_nullishCoalesce(e, () => (_optionalChain([t, 'optionalAccess', _ => _.colors, 'access', _2 => _2[r], 'access', _3 => _3.value]))),loading:i})};exports.MoonLoader = u;
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _styles = require('@pikas-ui/styles');var _reactspinners = require('react-spinners'); var l = _interopRequireWildcard(_reactspinners);const u=({size:o,colorName:r="primary",colorHex:e,loading:i=!0,speedMultiplier:s})=>{const p=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, l.MoonLoader,{size:o,speedMultiplier:s,color:_nullishCoalesce(e, () => (_optionalChain([p, 'optionalAccess', _ => _.colors, 'access', _2 => _2[r], 'access', _3 => _3.value]))),loading:i})};exports.MoonLoader = u;
//# sourceMappingURL=MoonLoader.js.map

@@ -1,2 +0,2 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var m = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const c=_styles.styled.call(void 0, m.PacmanLoader,{display:"flex"}),f= exports.PacmanLoader =({size:e,colorName:a="PRIMARY",colorHex:n,colorBubble:o,colorBubbleHex:r,margin:i,loading:s=!0,speedMultiplier:t})=>{const l=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, c,{size:e,margin:i,speedMultiplier:t,color:_nullishCoalesce(n, () => (_optionalChain([l, 'optionalAccess', _ => _.colors, 'access', _2 => _2[a], 'access', _3 => _3.value]))),loading:s,css:{"& span:nth-child(3), & span:nth-child(4), & span:nth-child(5), & span:nth-child(6)":{backgroundColor:_nullishCoalesce(_nullishCoalesce((r&&`${r} !important`), () => ((o&&`var(--colors-${o}) !important`))), () => (void 0)),zIndex:-1}}})};exports.PacmanLoader = f;
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var m = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const c=_styles.styled.call(void 0, m.PacmanLoader,{display:"flex"}),y= exports.PacmanLoader =({size:a,colorName:e="primary",colorHex:n,colorBubble:o,colorBubbleHex:r,margin:i,loading:s=!0,speedMultiplier:t})=>{const l=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, c,{size:a,margin:i,speedMultiplier:t,color:_nullishCoalesce(n, () => (_optionalChain([l, 'optionalAccess', _ => _.colors, 'access', _2 => _2[e], 'access', _3 => _3.value]))),loading:s,css:{"& span:nth-child(3), & span:nth-child(4), & span:nth-child(5), & span:nth-child(6)":{backgroundColor:_nullishCoalesce(_nullishCoalesce((r&&`${r} !important`), () => ((o&&`var(--colors-${o}) !important`))), () => (void 0)),zIndex:-1}}})};exports.PacmanLoader = y;
//# sourceMappingURL=PacmanLoader.js.map

@@ -1,2 +0,2 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var i = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const n=({size:o,colorName:e="PRIMARY",colorHex:r,loading:a=!0,speedMultiplier:p})=>{const t=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, i.PropagateLoader,{size:o,speedMultiplier:p,color:_nullishCoalesce(r, () => (_optionalChain([t, 'optionalAccess', _ => _.colors, 'access', _2 => _2[e], 'access', _3 => _3.value]))),loading:a})};exports.PropagateLoader = n;
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var i = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const u=({size:o,colorName:r="primary",colorHex:e,loading:a=!0,speedMultiplier:p})=>{const t=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, i.PropagateLoader,{size:o,speedMultiplier:p,color:_nullishCoalesce(e, () => (_optionalChain([t, 'optionalAccess', _ => _.colors, 'access', _2 => _2[r], 'access', _3 => _3.value]))),loading:a})};exports.PropagateLoader = u;
//# sourceMappingURL=PropagateLoader.js.map

@@ -1,2 +0,2 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var p = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const d=({size:o,colorName:e="PRIMARY",colorHex:r,loading:i=!0,speedMultiplier:s})=>{const l=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, p.PuffLoader,{size:o,speedMultiplier:s,color:_nullishCoalesce(r, () => (_optionalChain([l, 'optionalAccess', _ => _.colors, 'access', _2 => _2[e], 'access', _3 => _3.value]))),loading:i})};exports.PuffLoader = d;
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var l = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const d=({size:o,colorName:r="primary",colorHex:e,loading:i=!0,speedMultiplier:p})=>{const s=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, l.PuffLoader,{size:o,speedMultiplier:p,color:_nullishCoalesce(e, () => (_optionalChain([s, 'optionalAccess', _ => _.colors, 'access', _2 => _2[r], 'access', _3 => _3.value]))),loading:i})};exports.PuffLoader = d;
//# sourceMappingURL=PuffLoader.js.map

@@ -1,2 +0,2 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _styles = require('@pikas-ui/styles');var _reactspinners = require('react-spinners'); var p = _interopRequireWildcard(_reactspinners);const n=({size:o,colorName:e="PRIMARY",colorHex:r,loading:s=!0,speedMultiplier:l})=>{const i=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, p.PulseLoader,{size:o,speedMultiplier:l,color:_nullishCoalesce(r, () => (_optionalChain([i, 'optionalAccess', _ => _.colors, 'access', _2 => _2[e], 'access', _3 => _3.value]))),loading:s})};exports.PulseLoader = n;
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _styles = require('@pikas-ui/styles');var _reactspinners = require('react-spinners'); var t = _interopRequireWildcard(_reactspinners);const n=({size:o,colorName:e="primary",colorHex:r,loading:s=!0,speedMultiplier:l})=>{const i=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, t.PulseLoader,{size:o,speedMultiplier:l,color:_nullishCoalesce(r, () => (_optionalChain([i, 'optionalAccess', _ => _.colors, 'access', _2 => _2[e], 'access', _3 => _3.value]))),loading:s})};exports.PulseLoader = n;
//# sourceMappingURL=PulseLoader.js.map

@@ -1,2 +0,2 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _styles = require('@pikas-ui/styles');var _reactspinners = require('react-spinners'); var p = _interopRequireWildcard(_reactspinners);const g=({size:o,colorName:r="PRIMARY",colorHex:e,loading:i=!0,speedMultiplier:s})=>{const t=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, p.RingLoader,{size:o,speedMultiplier:s,color:_nullishCoalesce(e, () => (_optionalChain([t, 'optionalAccess', _ => _.colors, 'access', _2 => _2[r], 'access', _3 => _3.value]))),loading:i})};exports.RingLoader = g;
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _styles = require('@pikas-ui/styles');var _reactspinners = require('react-spinners'); var l = _interopRequireWildcard(_reactspinners);const g=({size:o,colorName:r="primary",colorHex:e,loading:i=!0,speedMultiplier:s})=>{const p=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, l.RingLoader,{size:o,speedMultiplier:s,color:_nullishCoalesce(e, () => (_optionalChain([p, 'optionalAccess', _ => _.colors, 'access', _2 => _2[r], 'access', _3 => _3.value]))),loading:i})};exports.RingLoader = g;
//# sourceMappingURL=RingLoader.js.map

@@ -1,2 +0,2 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var m = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const R=({size:o,colorName:e="PRIMARY",colorHex:r,loading:i=!0,margin:s,speedMultiplier:a})=>{const l=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, m.RiseLoader,{size:o,margin:s,speedMultiplier:a,color:_nullishCoalesce(r, () => (_optionalChain([l, 'optionalAccess', _ => _.colors, 'access', _2 => _2[e], 'access', _3 => _3.value]))),loading:i})};exports.RiseLoader = R;
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var p = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const c=({size:o,colorName:e="primary",colorHex:r,loading:i=!0,margin:s,speedMultiplier:a})=>{const m=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, p.RiseLoader,{size:o,margin:s,speedMultiplier:a,color:_nullishCoalesce(r, () => (_optionalChain([m, 'optionalAccess', _ => _.colors, 'access', _2 => _2[e], 'access', _3 => _3.value]))),loading:i})};exports.RiseLoader = c;
//# sourceMappingURL=RiseLoader.js.map

@@ -1,2 +0,2 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var l = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const R=({size:o,colorName:e="PRIMARY",colorHex:r,loading:t=!0,margin:a,speedMultiplier:i})=>{const s=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, l.RotateLoader,{size:o,margin:a,speedMultiplier:i,color:_nullishCoalesce(r, () => (_optionalChain([s, 'optionalAccess', _ => _.colors, 'access', _2 => _2[e], 'access', _3 => _3.value]))),loading:t})};exports.RotateLoader = R;
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var p = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const c=({size:o,colorName:e="primary",colorHex:r,loading:t=!0,margin:a,speedMultiplier:i})=>{const m=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, p.RotateLoader,{size:o,margin:a,speedMultiplier:i,color:_nullishCoalesce(r, () => (_optionalChain([m, 'optionalAccess', _ => _.colors, 'access', _2 => _2[e], 'access', _3 => _3.value]))),loading:t})};exports.RotateLoader = c;
//# sourceMappingURL=RotateLoader.js.map

@@ -1,2 +0,2 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var p = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const g=({height:e,width:r,radius:o,colorName:i="PRIMARY",colorHex:a,loading:l=!0,margin:t,speedMultiplier:m})=>{const s=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, p.ScaleLoader,{height:e,width:r,radius:o,margin:t,speedMultiplier:m,color:_nullishCoalesce(a, () => (_optionalChain([s, 'optionalAccess', _ => _.colors, 'access', _2 => _2[i], 'access', _3 => _3.value]))),loading:l})};exports.ScaleLoader = g;
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var s = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const g=({height:r,width:e,radius:o,colorName:i="primary",colorHex:a,loading:l=!0,margin:t,speedMultiplier:m})=>{const p=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, s.ScaleLoader,{height:r,width:e,radius:o,margin:t,speedMultiplier:m,color:_nullishCoalesce(a, () => (_optionalChain([p, 'optionalAccess', _ => _.colors, 'access', _2 => _2[i], 'access', _3 => _3.value]))),loading:l})};exports.ScaleLoader = g;
//# sourceMappingURL=ScaleLoader.js.map

@@ -1,2 +0,2 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var p = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const u=({size:o,colorName:e="PRIMARY",colorHex:r,loading:i=!0,speedMultiplier:s})=>{const l=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, p.SkewLoader,{size:o,speedMultiplier:s,color:_nullishCoalesce(r, () => (_optionalChain([l, 'optionalAccess', _ => _.colors, 'access', _2 => _2[e], 'access', _3 => _3.value]))),loading:i})};exports.SkewLoader = u;
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var l = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const u=({size:o,colorName:e="primary",colorHex:r,loading:i=!0,speedMultiplier:p})=>{const s=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, l.SkewLoader,{size:o,speedMultiplier:p,color:_nullishCoalesce(r, () => (_optionalChain([s, 'optionalAccess', _ => _.colors, 'access', _2 => _2[e], 'access', _3 => _3.value]))),loading:i})};exports.SkewLoader = u;
//# sourceMappingURL=SkewLoader.js.map

@@ -1,2 +0,2 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var l = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const n=({size:o,colorName:e="PRIMARY",colorHex:r,loading:a=!0,speedMultiplier:i})=>{const s=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, l.SquareLoader,{size:o,speedMultiplier:i,color:_nullishCoalesce(r, () => (_optionalChain([s, 'optionalAccess', _ => _.colors, 'access', _2 => _2[e], 'access', _3 => _3.value]))),loading:a})};exports.SquareLoader = n;
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var s = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const n=({size:o,colorName:r="primary",colorHex:e,loading:a=!0,speedMultiplier:i})=>{const p=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, s.SquareLoader,{size:o,speedMultiplier:i,color:_nullishCoalesce(e, () => (_optionalChain([p, 'optionalAccess', _ => _.colors, 'access', _2 => _2[r], 'access', _3 => _3.value]))),loading:a})};exports.SquareLoader = n;
//# sourceMappingURL=SquareLoader.js.map

@@ -1,2 +0,2 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var m = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const u=({size:o,colorName:r="PRIMARY",colorHex:e,loading:i=!0,margin:s,speedMultiplier:a})=>{const l=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, m.SyncLoader,{size:o,margin:s,speedMultiplier:a,color:_nullishCoalesce(e, () => (_optionalChain([l, 'optionalAccess', _ => _.colors, 'access', _2 => _2[r], 'access', _3 => _3.value]))),loading:i})};exports.SyncLoader = u;
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _jsxruntime = require('react/jsx-runtime');var _reactspinners = require('react-spinners'); var s = _interopRequireWildcard(_reactspinners);var _styles = require('@pikas-ui/styles');const u=({size:o,colorName:r="primary",colorHex:e,loading:i=!0,margin:a,speedMultiplier:m})=>{const p=_styles.useTheme.call(void 0, );return _jsxruntime.jsx.call(void 0, s.SyncLoader,{size:o,margin:a,speedMultiplier:m,color:_nullishCoalesce(e, () => (_optionalChain([p, 'optionalAccess', _ => _.colors, 'access', _2 => _2[r], 'access', _3 => _3.value]))),loading:i})};exports.SyncLoader = u;
//# sourceMappingURL=SyncLoader.js.map
{
"name": "@pikas-ui/loader",
"version": "3.3.31",
"version": "4.0.0",
"private": false,
"description": "Components for creating loading indicators",
"description": "A UI library that offers a loader components for React.",
"license": "MIT",

@@ -33,3 +33,3 @@ "type": "module",

"dependencies": {
"@pikas-ui/styles": "3.5.30",
"@pikas-ui/styles": "4.0.0",
"react-spinners": "0.13.8"

@@ -44,3 +44,3 @@ },

"@pikas/tsconfig": "1.0.0",
"@types/node": "18.11.18",
"@types/node": "18.11.19",
"@types/react": "18.0.27",

@@ -54,3 +54,3 @@ "@types/react-dom": "18.0.10",

"tsup": "6.5.0",
"typescript": "4.9.4"
"typescript": "4.9.5"
},

@@ -57,0 +57,0 @@ "node": "12.20.0 || 14.13.1 || >=16.0.0",

# @pikas-ui/loader
This package contains a loader components.
A UI library that offers a loader components for React.
This library is based on [React Spinners](https://www.davidhu.io/react-spinners/)
## Getting Started
## Requirements
You need to install the <a href={stylesLink}>@pikas-ui/styles</a> package to use this package.
To use this package, you must install the [@pikas-ui/styles](https://pikas-ui.vercel.app/utilities/styles) package.
### Installation
## Installation
With npm:
You can install this package using npm, yarn, or pnpm.

@@ -19,4 +19,2 @@ ```

With yarn:
```

@@ -26,4 +24,2 @@ yarn add @pikas-ui/loader

With pnpm:
```

@@ -30,0 +26,0 @@ pnpm add @pikas-ui/loader

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

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

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

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

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

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

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

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

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

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