@hortiview/shared-components 0.0.4723 → 0.0.4730

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 (58) hide show
  1. package/dist/_getTag-DyrzUAbj.js +494 -0
  2. package/dist/components/BaseView/BaseView.js +43 -297
  3. package/dist/components/BasicHeading/BasicHeading.js +24 -25
  4. package/dist/components/BasicHeading/BasicHeading.test.js +4 -4
  5. package/dist/components/BlockView/BlockView.js +14 -14
  6. package/dist/components/DeleteModal/DeleteModal.js +49 -4687
  7. package/dist/components/Disclaimer/Disclaimer.js +8 -10
  8. package/dist/components/EmptyView/EmptyView.js +8 -247
  9. package/dist/components/HashTabView/HashTabView.js +52 -1838
  10. package/dist/components/HeaderFilter/HeaderFilter.js +18 -7595
  11. package/dist/components/Iconify/Iconify.js +1 -1
  12. package/dist/components/ListArea/ListArea.js +316 -261
  13. package/dist/components/ListArea/ListArea.test.js +1 -1
  14. package/dist/components/ListArea/ListAreaService.js +34 -35
  15. package/dist/components/SearchBar/SearchBar.js +21 -2043
  16. package/package.json +1 -1
  17. package/dist/BlockView.module-ypKp14Lt.cjs +0 -1
  18. package/dist/HashTabView.module-B20c3S70.cjs +0 -1
  19. package/dist/HeaderFilter.module-DSCJz6-s.cjs +0 -1
  20. package/dist/_commonjsHelpers-DwTZ_eVU.cjs +0 -1
  21. package/dist/_getTag-DNUtgXkb.js +0 -136
  22. package/dist/_getTag-DSIzMwlx.cjs +0 -1
  23. package/dist/_stringToPath-B-GSTJ2e.cjs +0 -1
  24. package/dist/_stringToPath-BfzwTbL6.js +0 -54
  25. package/dist/baseView.module--VUY4h_X.cjs +0 -1
  26. package/dist/basicHeading.module-BbcVMp42.cjs +0 -1
  27. package/dist/component-DJvMx3oL.cjs +0 -148
  28. package/dist/component-Rx4bNsGO.js +0 -680
  29. package/dist/disclaimer.module-BfrBh-Rf.cjs +0 -1
  30. package/dist/index.es-80RhGkCD.cjs +0 -1
  31. package/dist/index.es-Ba9oZK_n.js +0 -769
  32. package/dist/index.es-C1ojb4Lq.js +0 -106
  33. package/dist/index.es-CEydmFbW.cjs +0 -23
  34. package/dist/index.es-CKdjg72r.cjs +0 -64
  35. package/dist/index.es-CNBieliG.js +0 -151
  36. package/dist/index.es-CPRODq-I.cjs +0 -127
  37. package/dist/index.es-CQ3ep412.js +0 -305
  38. package/dist/index.es-CSD_u-fK.cjs +0 -1
  39. package/dist/index.es-CVCp4d0C.js +0 -45
  40. package/dist/index.es-Cct4Uapb.js +0 -1776
  41. package/dist/index.es-Cj9DW-2T.js +0 -430
  42. package/dist/index.es-Cm4X20_S.js +0 -673
  43. package/dist/index.es-Cqx46S1V.cjs +0 -540
  44. package/dist/index.es-DiO-sp-V.cjs +0 -1
  45. package/dist/index.es-DyXn5zZ8.cjs +0 -1
  46. package/dist/index.es-InSNsV4f.js +0 -1067
  47. package/dist/index.es-J3ub0jmR.cjs +0 -1
  48. package/dist/index.es-L0ZCcbUf.js +0 -4939
  49. package/dist/index.es-gvcK6-6t.cjs +0 -1
  50. package/dist/listArea.module-CMO-yRdf.cjs +0 -1
  51. package/dist/magic-string.es-EQkD18No.cjs +0 -10
  52. package/dist/react.esm-CMNZXU0t.cjs +0 -93
  53. package/dist/searchBar.module-CFi8D8zn.cjs +0 -1
  54. package/dist/tslib.es6-CIXEwqhg.js +0 -72
  55. package/dist/tslib.es6-D1TYK0An.cjs +0 -1
  56. package/dist/useBreakpoint-PUopk3AO.cjs +0 -1
  57. package/dist/verticalDivider.module-Ciw9Fnt1.cjs +0 -1
  58. package/dist/vi.JYQecGiw-M1q0RI3O.cjs +0 -512
@@ -1 +0,0 @@
1
- var c=require("./assets/searchBar.css");const s="_searchbar_gnvwc_1",r={searchbar:s};exports.styles=r;
@@ -1,72 +0,0 @@
1
- var u = function(t, r) {
2
- return u = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, e) {
3
- n.__proto__ = e;
4
- } || function(n, e) {
5
- for (var o in e)
6
- Object.prototype.hasOwnProperty.call(e, o) && (n[o] = e[o]);
7
- }, u(t, r);
8
- };
9
- function s(t, r) {
10
- if (typeof r != "function" && r !== null)
11
- throw new TypeError("Class extends value " + String(r) + " is not a constructor or null");
12
- u(t, r);
13
- function n() {
14
- this.constructor = t;
15
- }
16
- t.prototype = r === null ? Object.create(r) : (n.prototype = r.prototype, new n());
17
- }
18
- var l = function() {
19
- return l = Object.assign || function(r) {
20
- for (var n, e = 1, o = arguments.length; e < o; e++) {
21
- n = arguments[e];
22
- for (var a in n)
23
- Object.prototype.hasOwnProperty.call(n, a) && (r[a] = n[a]);
24
- }
25
- return r;
26
- }, l.apply(this, arguments);
27
- };
28
- function f(t) {
29
- var r = typeof Symbol == "function" && Symbol.iterator, n = r && t[r], e = 0;
30
- if (n)
31
- return n.call(t);
32
- if (t && typeof t.length == "number")
33
- return {
34
- next: function() {
35
- return t && e >= t.length && (t = void 0), { value: t && t[e++], done: !t };
36
- }
37
- };
38
- throw new TypeError(r ? "Object is not iterable." : "Symbol.iterator is not defined.");
39
- }
40
- function p(t, r) {
41
- var n = typeof Symbol == "function" && t[Symbol.iterator];
42
- if (!n)
43
- return t;
44
- var e = n.call(t), o, a = [], i;
45
- try {
46
- for (; (r === void 0 || r-- > 0) && !(o = e.next()).done; )
47
- a.push(o.value);
48
- } catch (c) {
49
- i = { error: c };
50
- } finally {
51
- try {
52
- o && !o.done && (n = e.return) && n.call(e);
53
- } finally {
54
- if (i)
55
- throw i.error;
56
- }
57
- }
58
- return a;
59
- }
60
- function y(t, r, n) {
61
- if (n || arguments.length === 2)
62
- for (var e = 0, o = r.length, a; e < o; e++)
63
- (a || !(e in r)) && (a || (a = Array.prototype.slice.call(r, 0, e)), a[e] = r[e]);
64
- return t.concat(a || Array.prototype.slice.call(r));
65
- }
66
- export {
67
- s as _,
68
- l as a,
69
- y as b,
70
- p as c,
71
- f as d
72
- };
@@ -1 +0,0 @@
1
- "use strict";var u=function(t,r){return u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,e){n.__proto__=e}||function(n,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(n[o]=e[o])},u(t,r)};function l(t,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");u(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}exports.__assign=function(){return exports.__assign=Object.assign||function(r){for(var n,e=1,o=arguments.length;e<o;e++){n=arguments[e];for(var a in n)Object.prototype.hasOwnProperty.call(n,a)&&(r[a]=n[a])}return r},exports.__assign.apply(this,arguments)};function c(t){var r=typeof Symbol=="function"&&Symbol.iterator,n=r&&t[r],e=0;if(n)return n.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&e>=t.length&&(t=void 0),{value:t&&t[e++],done:!t}}};throw new TypeError(r?"Object is not iterable.":"Symbol.iterator is not defined.")}function f(t,r){var n=typeof Symbol=="function"&&t[Symbol.iterator];if(!n)return t;var e=n.call(t),o,a=[],i;try{for(;(r===void 0||r-- >0)&&!(o=e.next()).done;)a.push(o.value)}catch(s){i={error:s}}finally{try{o&&!o.done&&(n=e.return)&&n.call(e)}finally{if(i)throw i.error}}return a}function p(t,r,n){if(n||arguments.length===2)for(var e=0,o=r.length,a;e<o;e++)(a||!(e in r))&&(a||(a=Array.prototype.slice.call(r,0,e)),a[e]=r[e]);return t.concat(a||Array.prototype.slice.call(r))}exports.__extends=l;exports.__read=f;exports.__spreadArray=p;exports.__values=c;
@@ -1 +0,0 @@
1
- "use strict";const r=require("react");function t(e){const[s,n]=r.useState(!1);return r.useEffect(()=>{const i=window.matchMedia(e);n(i.matches);const a=o=>n(o.matches);return i.addEventListener("change",a),()=>i.removeEventListener("change",a)},[s]),s}function c(){const e={isXs:t("(max-width: 640px)"),isSm:t("(min-width: 641px) and (max-width: 768px)"),isMd:t("(min-width: 769px) and (max-width: 839px)"),isLg:t("(min-width: 840px)"),isXlg:t("(min-width: 1280px)"),active:""};return e.isXs&&(e.active="xs"),e.isSm&&(e.active="sm"),e.isMd&&(e.active="md"),e.isLg&&(e.active="lg"),e}const d=Object.freeze(Object.defineProperty({__proto__:null,useBreakpoints:c,useMediaQuery:t},Symbol.toStringTag,{value:"Module"}));exports.useBreakpointHooks=d;exports.useBreakpoints=c;exports.useMediaQuery=t;
@@ -1 +0,0 @@
1
- var t=require("./assets/verticalDivider.css");const i="_divider_opvom_1",s={divider:i};exports.styles=s;