@hortiview/shared-components 0.0.4723 → 0.0.4724

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
- "use strict";const n=require("react"),p=require("./index.es-CEydmFbW.cjs"),i=require("./component-DJvMx3oL.cjs"),f={children:p.PropTypes.node,componentRef:p.PropTypes.object,unbounded:p.PropTypes.bool},l={children:null,componentRef:void 0,unbounded:void 0},r=n.forwardRef((c,s)=>{const{componentRef:o,unbounded:t,children:d}=c,e=n.useRef();return n.useImperativeHandle(s,()=>e.current,[]),n.useEffect(()=>{const u=o.current;return u&&(e.current=i.MDCRipple.attachTo(o.current),t&&(e.current.unbounded=!0)),()=>{u&&e.current.destroy()}},[o,t]),d});r.displayName="Ripple";r.propTypes=f;r.defaultProps=l;exports.Ripple=r;
@@ -1 +0,0 @@
1
- "use strict";const e=require("./index.es-CEydmFbW.cjs"),n=require("react"),m={children:e.PropTypes.node,direction:e.PropTypes.oneOf(["horizontal","vertical","horizontal-reverse","vertical-reverse"]),fullWidth:e.PropTypes.bool,gap:e.PropTypes.oneOf(["dense","standard","airy","none"]),padding:e.deprecatedProp(e.PropTypes.oneOf(["dense","standard","airy","none"]),"Group","Renamed for improved clarity. See `gap`."),primaryAlign:e.PropTypes.oneOf(["start","end","center","space-evenly","space-between","space-around"]),secondaryAlign:e.PropTypes.oneOf(["start","end","center","stretch","baseline"])},v={children:null,direction:"horizontal",fullWidth:!1,gap:"standard",padding:void 0,primaryAlign:"start",secondaryAlign:"baseline"},P=r=>{switch(r){case"end":return"flex-end";case"start":return"flex-start";case"center":return"center";case"stretch":return"stretch";case"baseline":default:return"baseline"}},x=r=>{switch(r){case"end":return"flex-end";case"center":return"center";case"space-evenly":return"space-evenly";case"space-between":return"space-between";case"space-around":return"space-around";case"start":default:return"flex-start"}},w=r=>{switch(r){case"dense":return"8px";case"airy":return"24px";case"standard":return"16px";case"none":default:return"0px"}},A=r=>{switch(r){case"horizontal":return"row";case"vertical":return"column";case"horizontal-reverse":return"row-reverse";case"vertical-reverse":return"column-reverse";default:return"row"}},t=n.forwardRef((r,a)=>{const{children:c,className:o,direction:i,fullWidth:l,gap:d,padding:p,primaryAlign:u,secondaryAlign:y,style:f,variant:T,...g}=r,h={display:"flex",flexDirection:A(i),justifyContent:x(u),alignItems:P(y),gap:w(p||d),width:l?"100%":"",...f},s=n.useRef();return n.useImperativeHandle(a,()=>s.current,[]),n.createElement("div",e._extends({ref:s,className:e.clsx("lmnt","lmnt-group",o),style:h},g),c)});t.displayName="Group";t.propTypes=m;t.defaultProps=v;exports.Group=t;