@bothub-chat/ui 2.62.0-fix-documentizer-45384cfa-72df-4d33-9a01-b5897b5b8dc3 → 2.62.0-fix-documentizer-05afe994-6fdc-4549-97da-0bd84e763a21

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.
@@ -882,7 +882,6 @@ export declare const BlockBodyScrollbarWrapper: import("styled-components").ISty
882
882
  withStickyBottom?: boolean | undefined;
883
883
  defaultStickyBottom?: boolean | undefined;
884
884
  isHorizontalScrollbar?: boolean | undefined;
885
- useAbsoluteContent?: boolean | undefined;
886
885
  onScroll?: import("@/ui/components/scrollbar").ScrollbarScrollEventHandler | undefined;
887
886
  children?: import("react").ReactNode;
888
887
  ref?: import("react").Ref<import("@/ui/components/scrollbar").ScrollbarRef> | undefined;
@@ -863,7 +863,6 @@ export declare const BookmarkListScrollbarWrapper: import("styled-components").I
863
863
  withStickyBottom?: boolean | undefined;
864
864
  defaultStickyBottom?: boolean | undefined;
865
865
  isHorizontalScrollbar?: boolean | undefined;
866
- useAbsoluteContent?: boolean | undefined;
867
866
  onScroll?: import("@/ui/components/scrollbar").ScrollbarScrollEventHandler | undefined;
868
867
  children?: import("react").ReactNode;
869
868
  ref?: import("react").Ref<import("@/ui/components/scrollbar").ScrollbarRef> | undefined;
@@ -1 +1 @@
1
- import{__rest as e}from"tslib";import{jsxs as l,jsx as r}from"react/jsx-runtime";import a,{forwardRef as t,useId as i,useState as n,useCallback as o}from"react";import{Typography as d}from"../typography/index.js";import{DropzoneFieldStyled as p,DropzoneFieldLabels as s,DropzoneFieldRightLabelsContainer as c,DropzoneFieldRightLabel as f,DropzoneFieldInput as m,DropzoneFieldPlaceholder as u}from"./styled.js";const h=t((t,h)=>{var{leftLabel:g,rightLabels:v,placeholder:b,files:y,onChange:D,fullWidth:L=!1,disabled:j=!1,multiple:x=!0,accept:C}=t,W=e(t,["leftLabel","rightLabels","placeholder","files","onChange","fullWidth","disabled","multiple","accept"]);const w=i(),[A,M]=n(!1),O=o(e=>{null==D||D(e)},[D]),[T,F]=Array.isArray(y)?[y,O]:n([]),$=o(e=>{var l;const r=[...null!==(l=e.currentTarget.files)&&void 0!==l?l:[]];F(x?[...new Map([...T,...r].map(e=>[e.name,e])).values()]:[...r].slice(0,1))},[T,F,x]),k=o(e=>{var l;e.preventDefault();const r=[...null!==(l=e.dataTransfer.files)&&void 0!==l?l:[]].filter(e=>null==C?void 0:C.includes(e.type));F(x?[...new Map([...T,...r].map(e=>[e.name,e])).values()]:[...r].slice(0,1)),M(!1)},[T,F,x,C]),q=o(e=>{e.preventDefault(),M(!0)},[]),z=o(e=>{e.preventDefault(),M(!1)},[]);return l(p,Object.assign({onDrop:k,onDragOver:q,onDragLeave:z,$fullWidth:L,"data-dragged":A},W,{children:[l(s,{children:[g&&"string"==typeof g?r(d,{variant:"body-m-regular",children:g}):g,!!v&&r(c,{children:v.map((e,l)=>r(a.Fragment,{children:"string"==typeof e?r(f,{children:e}):e},l))})]}),r(m,{id:w,type:"file",multiple:x,accept:C,onChange:$,disabled:j,ref:h}),!!b&&r(u,{children:b})]}))});export{h as DropzoneField};
1
+ import{__rest as e}from"tslib";import{jsxs as t,jsx as r}from"react/jsx-runtime";import a,{forwardRef as l,useId as i,useState as n,useCallback as s}from"react";import{Typography as o}from"../typography/index.js";import{DropzoneFieldStyled as p,DropzoneFieldLabels as d,DropzoneFieldRightLabelsContainer as c,DropzoneFieldRightLabel as m,DropzoneFieldInput as f,DropzoneFieldPlaceholder as h}from"./styled.js";const u=l((l,u)=>{var{leftLabel:g,rightLabels:v,placeholder:y,files:b,onChange:L,fullWidth:W=!1,disabled:D=!1,multiple:C=!0,accept:j}=l,w=e(l,["leftLabel","rightLabels","placeholder","files","onChange","fullWidth","disabled","multiple","accept"]);const x=i(),[A,M]=n(!1),O=s(e=>{null==L||L(e)},[L]),[T,F]=Array.isArray(b)?[b,O]:n([]),$=s(e=>{var t;const r=[...null!==(t=e.currentTarget.files)&&void 0!==t?t:[]];F(C?[...new Map([...T,...r].map(e=>[e.name,e])).values()]:[...r].slice(0,1))},[T,F,C]),k=s(e=>{var t;e.preventDefault();const r=[...null!==(t=e.dataTransfer.files)&&void 0!==t?t:[]].filter(e=>((e,t)=>!t||t.split(",").map(e=>e.trim()).some(t=>t.startsWith(".")?e.name.toLowerCase().endsWith(t.toLowerCase()):t.endsWith("/*")?e.type.startsWith(t.replace("/*","")):e.type===t))(e,j));F(C?[...new Map([...T,...r].map(e=>[e.name,e])).values()]:[...r].slice(0,1)),M(!1)},[T,F,C,j]),q=s(e=>{e.preventDefault(),M(!0)},[]),z=s(e=>{e.preventDefault(),M(!1)},[]);return t(p,Object.assign({onDrop:k,onDragOver:q,onDragLeave:z,$fullWidth:W,"data-dragged":A},w,{children:[t(d,{children:[g&&"string"==typeof g?r(o,{variant:"body-m-regular",children:g}):g,!!v&&r(c,{children:v.map((e,t)=>r(a.Fragment,{children:"string"==typeof e?r(m,{children:e}):e},t))})]}),r(f,{id:x,type:"file",multiple:C,accept:j,onChange:$,disabled:D,ref:u}),!!y&&r(h,{children:y})]}))});export{u as DropzoneField};
@@ -1732,7 +1732,6 @@ export declare const MenuDropdownBlockScrollbarWrapper: import("styled-component
1732
1732
  withStickyBottom?: boolean | undefined;
1733
1733
  defaultStickyBottom?: boolean | undefined;
1734
1734
  isHorizontalScrollbar?: boolean | undefined;
1735
- useAbsoluteContent?: boolean | undefined;
1736
1735
  onScroll?: import("../scrollbar").ScrollbarScrollEventHandler | undefined;
1737
1736
  children?: import("react").ReactNode;
1738
1737
  ref?: import("react").Ref<import("../scrollbar").ScrollbarRef> | undefined;
@@ -579,7 +579,6 @@ export declare const MenuTabsWrapper: import("styled-components").IStyledCompone
579
579
  withStickyBottom?: boolean | undefined;
580
580
  defaultStickyBottom?: boolean | undefined;
581
581
  isHorizontalScrollbar?: boolean | undefined;
582
- useAbsoluteContent?: boolean | undefined;
583
582
  onScroll?: import("../scrollbar").ScrollbarScrollEventHandler | undefined;
584
583
  children?: import("react").ReactNode;
585
584
  ref?: import("react").Ref<import("../scrollbar").ScrollbarRef> | undefined;
@@ -295,7 +295,6 @@ export declare const MessageButtonsScrollbarWrapper: import("styled-components")
295
295
  withStickyBottom?: boolean | undefined;
296
296
  defaultStickyBottom?: boolean | undefined;
297
297
  isHorizontalScrollbar?: boolean | undefined;
298
- useAbsoluteContent?: boolean | undefined;
299
298
  onScroll?: import("@/ui/components/scrollbar").ScrollbarScrollEventHandler | undefined;
300
299
  children?: import("react").ReactNode;
301
300
  ref?: import("react").Ref<import("@/ui/components/scrollbar").ScrollbarRef> | undefined;
@@ -295,7 +295,6 @@ export declare const MessagesScrollbarWrapper: import("styled-components").IStyl
295
295
  withStickyBottom?: boolean | undefined;
296
296
  defaultStickyBottom?: boolean | undefined;
297
297
  isHorizontalScrollbar?: boolean | undefined;
298
- useAbsoluteContent?: boolean | undefined;
299
298
  onScroll?: import("@/ui/components/scrollbar").ScrollbarScrollEventHandler | undefined;
300
299
  children?: import("react").ReactNode;
301
300
  ref?: import("react").Ref<import("@/ui/components/scrollbar").ScrollbarRef> | undefined;
@@ -2621,7 +2621,6 @@ export declare const MessageBlockScrollbarWrapper: import("styled-components").I
2621
2621
  withStickyBottom?: boolean | undefined;
2622
2622
  defaultStickyBottom?: boolean | undefined;
2623
2623
  isHorizontalScrollbar?: boolean | undefined;
2624
- useAbsoluteContent?: boolean | undefined;
2625
2624
  onScroll?: import("@/ui/components/scrollbar").ScrollbarScrollEventHandler | undefined;
2626
2625
  children?: import("react").ReactNode;
2627
2626
  ref?: import("react").Ref<import("@/ui/components/scrollbar").ScrollbarRef> | undefined;
@@ -2782,7 +2782,6 @@ export declare const ModalWindowBodyScrollbarWrapper: import("styled-components"
2782
2782
  withStickyBottom?: boolean | undefined;
2783
2783
  defaultStickyBottom?: boolean | undefined;
2784
2784
  isHorizontalScrollbar?: boolean | undefined;
2785
- useAbsoluteContent?: boolean | undefined;
2786
2785
  onScroll?: import("@/ui/components/scrollbar").ScrollbarScrollEventHandler | undefined;
2787
2786
  children?: import("react").ReactNode;
2788
2787
  ref?: import("react").Ref<import("@/ui/components/scrollbar").ScrollbarRef> | undefined;
@@ -13,7 +13,6 @@ export interface ScrollbarProps extends React.PropsWithChildren {
13
13
  withStickyBottom?: boolean;
14
14
  defaultStickyBottom?: boolean;
15
15
  isHorizontalScrollbar?: boolean;
16
- useAbsoluteContent?: boolean;
17
16
  onScroll?: ScrollbarScrollEventHandler;
18
17
  }
19
18
  export type ScrollbarScrollEventHandler = (event: {
@@ -1 +1 @@
1
- import{jsx as e,jsxs as t}from"react/jsx-runtime";import{forwardRef as r,useRef as o,useState as l,useCallback as s,useEffect as n,useImperativeHandle as i}from"react";import{ScrollbarContent as c,ScrollbarStyled as a,ScrollbarShadows as u}from"./styled.js";import{ScrollbarProvider as d}from"./context.js";export{ScrollbarContext,useScrollbar}from"./context.js";import"tslib";import"@react-spring/web";import"./shadow/styled.js";import"../../theme/index.js";export{ScrollbarStyle}from"./style/styled.js";const m=r(({className:r,scrollbarClassName:m,variant:h="primary",size:p=6,scrollShadows:v,scrollLocked:b,overflow:w="auto",disabled:f=!1,disableShadows:S=!1,children:T,onScroll:g,defaultStickyBottom:L=!1,withStickyBottom:x=!1,isHorizontalScrollbar:y=!1,useAbsoluteContent:z=!1},j)=>{var H;const $=o(null),[E,M]=l(!1),[B,N]=l(!1),[k,C]=l(!1),[A,O]=l(!1),R=!!v,W=!!b,[D,Y]=l(L),[q,F]=l(0),G=null!==(H=null==v?void 0:v.size)&&void 0!==H?H:60,I=s(e=>{const{scrollTop:t,scrollHeight:r,clientHeight:o,scrollLeft:l,scrollWidth:s,clientWidth:n}=e,i=G>o,c=G>n,a=!i&&0!==t,u=!i&&Math.round(t)+1<r-o;C(a),O(u),M(!c&&0!==l),N(!c&&Math.round(l)+1<s-n);const d=q>e.scrollTop;if(F(e.scrollTop),x){const t=e.clientHeight-Math.ceil(e.scrollHeight-e.scrollTop);Math.abs(t)<20&&!d?Y(!0):d&&Y(!1)}f&&e.scrollTo(0,0),null==g||g({isTop:a,isBottom:u,previousScrollTop:q})},[$.current,f,q,x,G,g]);n(()=>{if(!y)return;const e=e=>{$.current&&(e.preventDefault(),$.current.scrollLeft+=e.deltaY)},t=$.current;return t&&t.addEventListener("wheel",e,{passive:!0}),()=>{t&&t.removeEventListener("wheel",e)}},[y,$.current]);const J=s(e=>{var t;const r=$.current;if(null!==r&&(W||void 0!==e)&&null!==r){const{side:o}=null!==(t=null!=e?e:b)&&void 0!==t?t:{side:"bottom"};if("bottom"===o)r.scrollTop=r.scrollHeight}},[W,b]);i(j,()=>({element:$.current,setScroll:J}),[$.current,J]),n(()=>{const e=$.current;if(null===e)return;I(e);let t=window.setTimeout(()=>{I(e)},500),r=null;D&&(r=new MutationObserver(()=>{I(e),D&&!W&&(e.scrollTop=e.scrollHeight)}),r.observe(e,{childList:!0,subtree:!0}));const o=()=>{window.clearTimeout(t),I(e),t=window.setTimeout(()=>{I(e)},500)};window.addEventListener("resize",o);let l=null;return $.current&&(l=new ResizeObserver(e=>{e.forEach(e=>{I(e.target)})}),l.observe($.current)),()=>{clearTimeout(t),null==r||r.disconnect(),window.removeEventListener("resize",o),null==l||l.disconnect()}},[$.current,I,D]);const K=e(c,{$useAbsolute:z,$variant:h,$size:p,$disabled:f,$overflow:w,ref:$,className:r,onScroll:()=>{$.current&&I($.current)},children:T});return R?e(d,{scrollbarSize:p,scrollShadows:v,setScroll:J,disabled:f,isLeft:E,isRight:B,isTop:k,isBottom:A,children:t(a,{$overflow:w,className:m,children:[K,!S&&t(u,{children:[v.left,v.right,v.top,v.bottom]})]})}):K});export{m as Scrollbar,c as ScrollbarContent,d as ScrollbarProvider,u as ScrollbarShadows,a as ScrollbarStyled};
1
+ import{jsx as e,jsxs as r}from"react/jsx-runtime";import{forwardRef as t,useRef as o,useState as l,useCallback as s,useEffect as i,useImperativeHandle as n}from"react";import{ScrollbarContent as c,ScrollbarStyled as a,ScrollbarShadows as u}from"./styled.js";import{ScrollbarProvider as d}from"./context.js";export{ScrollbarContext,useScrollbar}from"./context.js";import"tslib";import"@react-spring/web";import"./shadow/styled.js";import"../../theme/index.js";export{ScrollbarStyle}from"./style/styled.js";const m=t(({className:t,scrollbarClassName:m,variant:h="primary",size:p=6,scrollShadows:v,scrollLocked:w,overflow:f="auto",disabled:b=!1,disableShadows:S=!1,children:T,onScroll:g,defaultStickyBottom:L=!1,withStickyBottom:x=!1,isHorizontalScrollbar:y=!1},z)=>{var j;const H=o(null),[E,M]=l(!1),[$,B]=l(!1),[N,k]=l(!1),[C,O]=l(!1),R=!!v,W=!!w,[D,Y]=l(L),[q,A]=l(0),F=null!==(j=null==v?void 0:v.size)&&void 0!==j?j:60,G=s(e=>{const{scrollTop:r,scrollHeight:t,clientHeight:o,scrollLeft:l,scrollWidth:s,clientWidth:i}=e,n=F>o,c=F>i,a=!n&&0!==r,u=!n&&Math.round(r)+1<t-o;k(a),O(u),M(!c&&0!==l),B(!c&&Math.round(l)+1<s-i);const d=q>e.scrollTop;if(A(e.scrollTop),x){const r=e.clientHeight-Math.ceil(e.scrollHeight-e.scrollTop);Math.abs(r)<20&&!d?Y(!0):d&&Y(!1)}b&&e.scrollTo(0,0),null==g||g({isTop:a,isBottom:u,previousScrollTop:q})},[H.current,b,q,x,F,g]);i(()=>{if(!y)return;const e=e=>{H.current&&(e.preventDefault(),H.current.scrollLeft+=e.deltaY)},r=H.current;return r&&r.addEventListener("wheel",e,{passive:!0}),()=>{r&&r.removeEventListener("wheel",e)}},[y,H.current]);const I=s(e=>{var r;const t=H.current;if(null!==t&&(W||void 0!==e)&&null!==t){const{side:o}=null!==(r=null!=e?e:w)&&void 0!==r?r:{side:"bottom"};if("bottom"===o)t.scrollTop=t.scrollHeight}},[W,w]);n(z,()=>({element:H.current,setScroll:I}),[H.current,I]),i(()=>{const e=H.current;if(null===e)return;G(e);let r=window.setTimeout(()=>{G(e)},500),t=null;D&&(t=new MutationObserver(()=>{G(e),D&&!W&&(e.scrollTop=e.scrollHeight)}),t.observe(e,{childList:!0,subtree:!0}));const o=()=>{window.clearTimeout(r),G(e),r=window.setTimeout(()=>{G(e)},500)};window.addEventListener("resize",o);let l=null;return H.current&&(l=new ResizeObserver(e=>{e.forEach(e=>{G(e.target)})}),l.observe(H.current)),()=>{clearTimeout(r),null==t||t.disconnect(),window.removeEventListener("resize",o),null==l||l.disconnect()}},[H.current,G,D]);const J=e(c,{$variant:h,$size:p,$disabled:b,$overflow:f,ref:H,className:t,onScroll:()=>{H.current&&G(H.current)},children:T});return R?e(d,{scrollbarSize:p,scrollShadows:v,setScroll:I,disabled:b,isLeft:E,isRight:$,isTop:N,isBottom:C,children:r(a,{$overflow:f,className:m,children:[J,!S&&r(u,{children:[v.left,v.right,v.top,v.bottom]})]})}):J});export{m as Scrollbar,c as ScrollbarContent,d as ScrollbarProvider,u as ScrollbarShadows,a as ScrollbarStyled};
@@ -8,7 +8,6 @@ export interface ScrollbarContentProps {
8
8
  $size: number;
9
9
  $disabled: boolean;
10
10
  $overflow: ScrollbarOverflow;
11
- $useAbsolute?: boolean;
12
11
  }
13
12
  export declare const ScrollbarContent: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, ScrollbarContentProps>>;
14
13
  export declare const ScrollbarShadows: import("styled-components").IStyledComponent<"web", {
@@ -1 +1 @@
1
- import{styled as o,css as e}from"styled-components";import{adaptive as r}from"../../adaptive/index.js";const t=o.div.withConfig({displayName:"styled__ScrollbarStyled",componentId:"sc-tlqpsa-0"})(["position:relative;width:inherit;height:inherit;overflow:",";"],({$overflow:o})=>{switch(o){case"auto":return"hidden";case"visible":return"visible"}}),i=o.div.withConfig({displayName:"styled__ScrollbarContent",componentId:"sc-tlqpsa-1"})([""," ",""],({$overflow:o,$useAbsolute:r})=>r&&"auto"===o?e(["position:absolute;inset:0;overflow:auto;"]):e(["position:relative;width:inherit;height:inherit;overflow:",";"],"auto"===o?"auto":"visible"),({theme:o,$disabled:t,$size:i,$variant:a})=>t?e(["&::-webkit-scrollbar{display:none;}"]):e(["&::-webkit-scrollbar{width:",";height:",";background:",";","}&::-webkit-scrollbar-thumb{background:",";","}&::-webkit-scrollbar-track{background:",";","}&::-webkit-scrollbar-corner{display:none;}",""],`${i}px`,`${i}px`,o.colors.grayScale.gray4,"secondary"===a&&e(["border-radius:",";"],i/2+"px"),"light"===o.mode?o.colors.accent.primary:o.colors.accent.primaryLight,"secondary"===a&&e(["border-radius:",";"],i/2+"px"),({theme:o})=>"light"===o.mode?o.colors.grayScale.gray4:o.colors.grayScale.gray5,"secondary"===a&&e(["border-radius:",";"],i/2+"px"),r(()=>({touch:e(["&::-webkit-scrollbar{display:none;}"])})))),a=o.div.withConfig({displayName:"styled__ScrollbarShadows",componentId:"sc-tlqpsa-2"})(["position:absolute;top:0px;bottom:0px;left:0px;right:0px;pointer-events:none;"]);export{i as ScrollbarContent,a as ScrollbarShadows,t as ScrollbarStyled};
1
+ import{styled as e,css as o}from"styled-components";import{adaptive as r}from"../../adaptive/index.js";const i=e.div.withConfig({displayName:"styled__ScrollbarStyled",componentId:"sc-tlqpsa-0"})(["position:relative;width:inherit;height:inherit;overflow:",";"],({$overflow:e})=>{switch(e){case"auto":return"hidden";case"visible":return"visible"}}),t=e.div.withConfig({displayName:"styled__ScrollbarContent",componentId:"sc-tlqpsa-1"})(["position:relative;width:inherit;height:inherit;overflow:",";",""],({$overflow:e})=>{switch(e){case"auto":return"auto";case"visible":return"visible"}},({theme:e,$disabled:i,$size:t,$variant:a})=>i?o(["&::-webkit-scrollbar{display:none;}"]):o(["&::-webkit-scrollbar{width:",";height:",";background:",";","}&::-webkit-scrollbar-thumb{background:",";","}&::-webkit-scrollbar-track{background:",";","}&::-webkit-scrollbar-corner{display:none;}",""],`${t}px`,`${t}px`,e.colors.grayScale.gray4,"secondary"===a&&o(["border-radius:",";"],t/2+"px"),"light"===e.mode?e.colors.accent.primary:e.colors.accent.primaryLight,"secondary"===a&&o(["border-radius:",";"],t/2+"px"),({theme:e})=>"light"===e.mode?e.colors.grayScale.gray4:e.colors.grayScale.gray5,"secondary"===a&&o(["border-radius:",";"],t/2+"px"),r(()=>({touch:o(["&::-webkit-scrollbar{display:none;}"])})))),a=e.div.withConfig({displayName:"styled__ScrollbarShadows",componentId:"sc-tlqpsa-2"})(["position:absolute;top:0px;bottom:0px;left:0px;right:0px;pointer-events:none;"]);export{t as ScrollbarContent,a as ScrollbarShadows,i as ScrollbarStyled};
@@ -591,7 +591,6 @@ export declare const SidebarBodyScrollbarWrapper: import("styled-components").IS
591
591
  withStickyBottom?: boolean | undefined;
592
592
  defaultStickyBottom?: boolean | undefined;
593
593
  isHorizontalScrollbar?: boolean | undefined;
594
- useAbsoluteContent?: boolean | undefined;
595
594
  onScroll?: import("@/ui/components/scrollbar").ScrollbarScrollEventHandler | undefined;
596
595
  children?: import("react").ReactNode;
597
596
  ref?: import("react").Ref<import("@/ui/components/scrollbar").ScrollbarRef> | undefined;
@@ -863,7 +863,6 @@ export declare const TabMobileListScrollbarWrapper: import("styled-components").
863
863
  withStickyBottom?: boolean | undefined;
864
864
  defaultStickyBottom?: boolean | undefined;
865
865
  isHorizontalScrollbar?: boolean | undefined;
866
- useAbsoluteContent?: boolean | undefined;
867
866
  onScroll?: import("@/ui/components/scrollbar").ScrollbarScrollEventHandler | undefined;
868
867
  children?: import("react").ReactNode;
869
868
  ref?: import("react").Ref<import("@/ui/components/scrollbar").ScrollbarRef> | undefined;
@@ -295,7 +295,6 @@ export declare const TableScrollbarWrapper: import("styled-components").IStyledC
295
295
  withStickyBottom?: boolean | undefined;
296
296
  defaultStickyBottom?: boolean | undefined;
297
297
  isHorizontalScrollbar?: boolean | undefined;
298
- useAbsoluteContent?: boolean | undefined;
299
298
  onScroll?: import("@/ui/components/scrollbar").ScrollbarScrollEventHandler | undefined;
300
299
  children?: import("react").ReactNode;
301
300
  ref?: import("react").Ref<import("@/ui/components/scrollbar").ScrollbarRef> | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bothub-chat/ui",
3
- "version": "2.62.0-fix-documentizer-45384cfa-72df-4d33-9a01-b5897b5b8dc3",
3
+ "version": "2.62.0-fix-documentizer-05afe994-6fdc-4549-97da-0bd84e763a21",
4
4
  "description": "Bothub UI Components",
5
5
  "keywords": [
6
6
  "bot",