meticulous-ui 1.0.14 → 1.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. package/dist/_virtual/jsx-runtime.js +5 -0
  2. package/dist/_virtual/jsx-runtime2.js +4 -0
  3. package/dist/_virtual/react-jsx-runtime.development.js +4 -0
  4. package/dist/_virtual/react-jsx-runtime.production.min.js +4 -0
  5. package/dist/colors/amber.js +19 -0
  6. package/dist/colors/black.js +25 -0
  7. package/dist/colors/blue.js +19 -0
  8. package/dist/colors/blueGray.js +15 -0
  9. package/dist/colors/brown.js +15 -0
  10. package/dist/colors/cider.js +15 -0
  11. package/dist/colors/cyan.js +19 -0
  12. package/dist/colors/deepOrange.js +19 -0
  13. package/dist/colors/deepPurple.js +19 -0
  14. package/dist/colors/green.js +19 -0
  15. package/dist/colors/grey.js +15 -0
  16. package/dist/colors/index.js +51 -0
  17. package/dist/colors/indigo.js +19 -0
  18. package/dist/colors/lightBlue.js +19 -0
  19. package/dist/colors/lightGreen.js +19 -0
  20. package/dist/colors/lime.js +19 -0
  21. package/dist/colors/orange.js +19 -0
  22. package/dist/colors/pink.js +19 -0
  23. package/dist/colors/purple.js +19 -0
  24. package/dist/colors/red.js +19 -0
  25. package/dist/colors/teal.js +19 -0
  26. package/dist/colors/violet.js +19 -0
  27. package/dist/colors/white.js +4 -0
  28. package/dist/colors/yellow.js +19 -0
  29. package/dist/components/Icons/ChevronLeft/ChevronLeft.js +24 -0
  30. package/dist/components/Icons/ChevronLeft/index.js +4 -0
  31. package/dist/components/Icons/ChevronRight/ChevronRight.js +24 -0
  32. package/dist/components/Icons/ChevronRight/index.js +4 -0
  33. package/dist/components/Pagination/Pagination.js +60 -0
  34. package/dist/components/Pagination/constants.js +24 -0
  35. package/dist/components/Pagination/helpers.js +32 -0
  36. package/dist/components/Pagination/styles.js +75 -0
  37. package/dist/components/Ripple/Ripple.js +26 -0
  38. package/dist/components/Ripple/index.js +4 -0
  39. package/dist/index.js +10 -0
  40. package/dist/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js +10 -0
  41. package/dist/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js +9 -0
  42. package/dist/node_modules/@emotion/unitless/dist/emotion-unitless.esm.js +52 -0
  43. package/dist/node_modules/lodash-es/_Hash.js +20 -0
  44. package/dist/node_modules/lodash-es/_ListCache.js +20 -0
  45. package/dist/node_modules/lodash-es/_Map.js +6 -0
  46. package/dist/node_modules/lodash-es/_MapCache.js +20 -0
  47. package/dist/node_modules/lodash-es/_Symbol.js +5 -0
  48. package/dist/node_modules/lodash-es/_arrayMap.js +8 -0
  49. package/dist/node_modules/lodash-es/_assocIndexOf.js +10 -0
  50. package/dist/node_modules/lodash-es/_baseGet.js +11 -0
  51. package/dist/node_modules/lodash-es/_baseGetTag.js +10 -0
  52. package/dist/node_modules/lodash-es/_baseIsNative.js +16 -0
  53. package/dist/node_modules/lodash-es/_baseRange.js +9 -0
  54. package/dist/node_modules/lodash-es/_baseToString.js +18 -0
  55. package/dist/node_modules/lodash-es/_baseTrim.js +8 -0
  56. package/dist/node_modules/lodash-es/_castPath.js +10 -0
  57. package/dist/node_modules/lodash-es/_coreJsData.js +5 -0
  58. package/dist/node_modules/lodash-es/_createRange.js +11 -0
  59. package/dist/node_modules/lodash-es/_freeGlobal.js +4 -0
  60. package/dist/node_modules/lodash-es/_getMapData.js +8 -0
  61. package/dist/node_modules/lodash-es/_getNative.js +9 -0
  62. package/dist/node_modules/lodash-es/_getRawTag.js +15 -0
  63. package/dist/node_modules/lodash-es/_getValue.js +6 -0
  64. package/dist/node_modules/lodash-es/_hashClear.js +7 -0
  65. package/dist/node_modules/lodash-es/_hashDelete.js +7 -0
  66. package/dist/node_modules/lodash-es/_hashGet.js +13 -0
  67. package/dist/node_modules/lodash-es/_hashHas.js +9 -0
  68. package/dist/node_modules/lodash-es/_hashSet.js +9 -0
  69. package/dist/node_modules/lodash-es/_isIndex.js +8 -0
  70. package/dist/node_modules/lodash-es/_isIterateeCall.js +13 -0
  71. package/dist/node_modules/lodash-es/_isKey.js +12 -0
  72. package/dist/node_modules/lodash-es/_isKeyable.js +7 -0
  73. package/dist/node_modules/lodash-es/_isMasked.js +11 -0
  74. package/dist/node_modules/lodash-es/_listCacheClear.js +6 -0
  75. package/dist/node_modules/lodash-es/_listCacheDelete.js +12 -0
  76. package/dist/node_modules/lodash-es/_listCacheGet.js +8 -0
  77. package/dist/node_modules/lodash-es/_listCacheHas.js +7 -0
  78. package/dist/node_modules/lodash-es/_listCacheSet.js +8 -0
  79. package/dist/node_modules/lodash-es/_mapCacheClear.js +13 -0
  80. package/dist/node_modules/lodash-es/_mapCacheDelete.js +8 -0
  81. package/dist/node_modules/lodash-es/_mapCacheGet.js +7 -0
  82. package/dist/node_modules/lodash-es/_mapCacheHas.js +7 -0
  83. package/dist/node_modules/lodash-es/_mapCacheSet.js +8 -0
  84. package/dist/node_modules/lodash-es/_memoizeCapped.js +11 -0
  85. package/dist/node_modules/lodash-es/_nativeCreate.js +5 -0
  86. package/dist/node_modules/lodash-es/_objectToString.js +7 -0
  87. package/dist/node_modules/lodash-es/_root.js +5 -0
  88. package/dist/node_modules/lodash-es/_stringToPath.js +10 -0
  89. package/dist/node_modules/lodash-es/_toKey.js +10 -0
  90. package/dist/node_modules/lodash-es/_toSource.js +17 -0
  91. package/dist/node_modules/lodash-es/_trimmedEndIndex.js +9 -0
  92. package/dist/node_modules/lodash-es/eq.js +6 -0
  93. package/dist/node_modules/lodash-es/get.js +8 -0
  94. package/dist/node_modules/lodash-es/isArray.js +4 -0
  95. package/dist/node_modules/lodash-es/isArrayLike.js +8 -0
  96. package/dist/node_modules/lodash-es/isFunction.js +12 -0
  97. package/dist/node_modules/lodash-es/isLength.js +7 -0
  98. package/dist/node_modules/lodash-es/isObject.js +7 -0
  99. package/dist/node_modules/lodash-es/isObjectLike.js +6 -0
  100. package/dist/node_modules/lodash-es/isSymbol.js +9 -0
  101. package/dist/node_modules/lodash-es/memoize.js +18 -0
  102. package/dist/node_modules/lodash-es/range.js +5 -0
  103. package/dist/node_modules/lodash-es/toFinite.js +14 -0
  104. package/dist/node_modules/lodash-es/toNumber.js +22 -0
  105. package/dist/node_modules/lodash-es/toString.js +7 -0
  106. package/dist/node_modules/react/cjs/react-jsx-runtime.development.js +604 -0
  107. package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js +28 -0
  108. package/dist/node_modules/react/jsx-runtime.js +10 -0
  109. package/dist/node_modules/styled-components/dist/styled-components.browser.esm.js +572 -0
  110. package/dist/node_modules/stylis/src/Enum.js +12 -0
  111. package/dist/node_modules/stylis/src/Middleware.js +49 -0
  112. package/dist/node_modules/stylis/src/Parser.js +131 -0
  113. package/dist/node_modules/stylis/src/Prefixer.js +187 -0
  114. package/dist/node_modules/stylis/src/Serializer.js +27 -0
  115. package/dist/node_modules/stylis/src/Tokenizer.js +147 -0
  116. package/dist/node_modules/stylis/src/Utility.js +56 -0
  117. package/dist/node_modules/tslib/tslib.es6.js +18 -0
  118. package/package.json +1 -1
  119. package/dist/meticulous-ui.es.js +0 -2660
@@ -0,0 +1,13 @@
1
+ import a from "./_Hash.js";
2
+ import t from "./_ListCache.js";
3
+ import e from "./_Map.js";
4
+ function o() {
5
+ this.size = 0, this.__data__ = {
6
+ hash: new a(),
7
+ map: new (e || t)(),
8
+ string: new a()
9
+ };
10
+ }
11
+ export {
12
+ o as default
13
+ };
@@ -0,0 +1,8 @@
1
+ import a from "./_getMapData.js";
2
+ function i(e) {
3
+ var t = a(this, e).delete(e);
4
+ return this.size -= t ? 1 : 0, t;
5
+ }
6
+ export {
7
+ i as default
8
+ };
@@ -0,0 +1,7 @@
1
+ import a from "./_getMapData.js";
2
+ function r(t) {
3
+ return a(this, t).get(t);
4
+ }
5
+ export {
6
+ r as default
7
+ };
@@ -0,0 +1,7 @@
1
+ import t from "./_getMapData.js";
2
+ function e(a) {
3
+ return t(this, a).has(a);
4
+ }
5
+ export {
6
+ e as default
7
+ };
@@ -0,0 +1,8 @@
1
+ import s from "./_getMapData.js";
2
+ function h(a, e) {
3
+ var t = s(this, a), i = t.size;
4
+ return t.set(a, e), this.size += t.size == i ? 0 : 1, this;
5
+ }
6
+ export {
7
+ h as default
8
+ };
@@ -0,0 +1,11 @@
1
+ import c from "./memoize.js";
2
+ var i = 500;
3
+ function m(a) {
4
+ var e = c(a, function(t) {
5
+ return r.size === i && r.clear(), t;
6
+ }), r = e.cache;
7
+ return e;
8
+ }
9
+ export {
10
+ m as default
11
+ };
@@ -0,0 +1,5 @@
1
+ import e from "./_getNative.js";
2
+ var a = e(Object, "create");
3
+ export {
4
+ a as default
5
+ };
@@ -0,0 +1,7 @@
1
+ var o = Object.prototype, r = o.toString;
2
+ function e(t) {
3
+ return r.call(t);
4
+ }
5
+ export {
6
+ e as default
7
+ };
@@ -0,0 +1,5 @@
1
+ import e from "./_freeGlobal.js";
2
+ var t = typeof self == "object" && self && self.Object === Object && self, r = e || t || Function("return this")();
3
+ export {
4
+ r as default
5
+ };
@@ -0,0 +1,10 @@
1
+ import u from "./_memoizeCapped.js";
2
+ var c = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, d = /\\(\\)?/g, h = u(function(e) {
3
+ var r = [];
4
+ return e.charCodeAt(0) === 46 && r.push(""), e.replace(c, function(a, p, o, t) {
5
+ r.push(o ? t.replace(d, "$1") : p || a);
6
+ }), r;
7
+ });
8
+ export {
9
+ h as default
10
+ };
@@ -0,0 +1,10 @@
1
+ import i from "./isSymbol.js";
2
+ function o(t) {
3
+ if (typeof t == "string" || i(t))
4
+ return t;
5
+ var r = t + "";
6
+ return r == "0" && 1 / t == -1 / 0 ? "-0" : r;
7
+ }
8
+ export {
9
+ o as default
10
+ };
@@ -0,0 +1,17 @@
1
+ var o = Function.prototype, n = o.toString;
2
+ function e(t) {
3
+ if (t != null) {
4
+ try {
5
+ return n.call(t);
6
+ } catch {
7
+ }
8
+ try {
9
+ return t + "";
10
+ } catch {
11
+ }
12
+ }
13
+ return "";
14
+ }
15
+ export {
16
+ e as default
17
+ };
@@ -0,0 +1,9 @@
1
+ var r = /\s/;
2
+ function a(t) {
3
+ for (var e = t.length; e-- && r.test(t.charAt(e)); )
4
+ ;
5
+ return e;
6
+ }
7
+ export {
8
+ a as default
9
+ };
@@ -0,0 +1,6 @@
1
+ function t(n, f) {
2
+ return n === f || n !== n && f !== f;
3
+ }
4
+ export {
5
+ t as default
6
+ };
@@ -0,0 +1,8 @@
1
+ import u from "./_baseGet.js";
2
+ function f(e, r, t) {
3
+ var n = e == null ? void 0 : u(e, r);
4
+ return n === void 0 ? t : n;
5
+ }
6
+ export {
7
+ f as default
8
+ };
@@ -0,0 +1,4 @@
1
+ var r = Array.isArray;
2
+ export {
3
+ r as default
4
+ };
@@ -0,0 +1,8 @@
1
+ import t from "./isFunction.js";
2
+ import i from "./isLength.js";
3
+ function e(r) {
4
+ return r != null && i(r.length) && !t(r);
5
+ }
6
+ export {
7
+ e as default
8
+ };
@@ -0,0 +1,12 @@
1
+ import o from "./_baseGetTag.js";
2
+ import r from "./isObject.js";
3
+ var e = "[object AsyncFunction]", a = "[object Function]", c = "[object GeneratorFunction]", i = "[object Proxy]";
4
+ function g(n) {
5
+ if (!r(n))
6
+ return !1;
7
+ var t = o(n);
8
+ return t == a || t == c || t == e || t == i;
9
+ }
10
+ export {
11
+ g as default
12
+ };
@@ -0,0 +1,7 @@
1
+ var n = 9007199254740991;
2
+ function r(t) {
3
+ return typeof t == "number" && t > -1 && t % 1 == 0 && t <= n;
4
+ }
5
+ export {
6
+ r as default
7
+ };
@@ -0,0 +1,7 @@
1
+ function n(t) {
2
+ var e = typeof t;
3
+ return t != null && (e == "object" || e == "function");
4
+ }
5
+ export {
6
+ n as default
7
+ };
@@ -0,0 +1,6 @@
1
+ function e(t) {
2
+ return t != null && typeof t == "object";
3
+ }
4
+ export {
5
+ e as default
6
+ };
@@ -0,0 +1,9 @@
1
+ import t from "./_baseGetTag.js";
2
+ import m from "./isObjectLike.js";
3
+ var r = "[object Symbol]";
4
+ function i(o) {
5
+ return typeof o == "symbol" || m(o) && t(o) == r;
6
+ }
7
+ export {
8
+ i as default
9
+ };
@@ -0,0 +1,18 @@
1
+ import h from "./_MapCache.js";
2
+ var p = "Expected a function";
3
+ function o(r, e) {
4
+ if (typeof r != "function" || e != null && typeof e != "function")
5
+ throw new TypeError(p);
6
+ var t = function() {
7
+ var c = arguments, n = e ? e.apply(this, c) : c[0], a = t.cache;
8
+ if (a.has(n))
9
+ return a.get(n);
10
+ var i = r.apply(this, c);
11
+ return t.cache = a.set(n, i) || a, i;
12
+ };
13
+ return t.cache = new (o.Cache || h)(), t;
14
+ }
15
+ o.Cache = h;
16
+ export {
17
+ o as default
18
+ };
@@ -0,0 +1,5 @@
1
+ import a from "./_createRange.js";
2
+ var r = a();
3
+ export {
4
+ r as default
5
+ };
@@ -0,0 +1,14 @@
1
+ import n from "./toNumber.js";
2
+ var t = 1 / 0, o = 17976931348623157e292;
3
+ function I(r) {
4
+ if (!r)
5
+ return r === 0 ? r : 0;
6
+ if (r = n(r), r === t || r === -t) {
7
+ var i = r < 0 ? -1 : 1;
8
+ return i * o;
9
+ }
10
+ return r === r ? r : 0;
11
+ }
12
+ export {
13
+ I as default
14
+ };
@@ -0,0 +1,22 @@
1
+ import n from "./_baseTrim.js";
2
+ import f from "./isObject.js";
3
+ import o from "./isSymbol.js";
4
+ var s = NaN, m = /^[-+]0x[0-9a-f]+$/i, p = /^0b[01]+$/i, e = /^0o[0-7]+$/i, b = parseInt;
5
+ function O(r) {
6
+ if (typeof r == "number")
7
+ return r;
8
+ if (o(r))
9
+ return s;
10
+ if (f(r)) {
11
+ var t = typeof r.valueOf == "function" ? r.valueOf() : r;
12
+ r = f(t) ? t + "" : t;
13
+ }
14
+ if (typeof r != "string")
15
+ return r === 0 ? r : +r;
16
+ r = n(r);
17
+ var i = p.test(r);
18
+ return i || e.test(r) ? b(r.slice(2), i ? 2 : 8) : m.test(r) ? s : +r;
19
+ }
20
+ export {
21
+ O as default
22
+ };
@@ -0,0 +1,7 @@
1
+ import r from "./_baseToString.js";
2
+ function o(t) {
3
+ return t == null ? "" : r(t);
4
+ }
5
+ export {
6
+ o as default
7
+ };