@rocket.chat/fuselage 0.54.2 → 0.55.0

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 (97) hide show
  1. package/dist/components/Banner/Banner.stories.d.ts +2 -2
  2. package/dist/components/Box/BoxTransforms.d.ts.map +1 -1
  3. package/dist/components/Box/stylingProps.d.ts +1 -1
  4. package/dist/components/Box/stylingProps.d.ts.map +1 -1
  5. package/dist/components/Box/useStylingProps.d.ts.map +1 -1
  6. package/dist/components/Box/withBoxStyling.d.ts.map +1 -1
  7. package/dist/components/Card/CardCol.d.ts.map +1 -1
  8. package/dist/components/Card/CardControls.d.ts +1 -0
  9. package/dist/components/Card/CardControls.d.ts.map +1 -1
  10. package/dist/components/Card/CardHeader.d.ts.map +1 -1
  11. package/dist/components/Card/CardRow.d.ts.map +1 -1
  12. package/dist/components/Card/CardTitle.d.ts +3 -3
  13. package/dist/components/Card/CardTitle.d.ts.map +1 -1
  14. package/dist/components/Contextualbar/ContextualbarHeader.d.ts.map +1 -1
  15. package/dist/components/Contextualbar/ContextualbarSection.d.ts +10 -0
  16. package/dist/components/Contextualbar/ContextualbarSection.d.ts.map +1 -0
  17. package/dist/components/Contextualbar/index.d.ts +2 -1
  18. package/dist/components/Contextualbar/index.d.ts.map +1 -1
  19. package/dist/components/Menu/V2/Menu.d.ts.map +1 -1
  20. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewCoverImage.d.ts +1 -0
  21. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewCoverImage.d.ts.map +1 -1
  22. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewIcon.d.ts +1 -0
  23. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewIcon.d.ts.map +1 -1
  24. package/dist/components/Message/MessageReactions/MessageReactionCounter.d.ts +1 -0
  25. package/dist/components/Message/MessageReactions/MessageReactionCounter.d.ts.map +1 -1
  26. package/dist/components/Message/ThreadMessage/ThreadMessageFollow.d.ts +1 -0
  27. package/dist/components/Message/ThreadMessage/ThreadMessageFollow.d.ts.map +1 -1
  28. package/dist/components/Message/ThreadMessage/ThreadMessageIconThread.d.ts +1 -0
  29. package/dist/components/Message/ThreadMessage/ThreadMessageIconThread.d.ts.map +1 -1
  30. package/dist/components/Message/ThreadMessage/ThreadMessageUnfollow.d.ts +1 -0
  31. package/dist/components/Message/ThreadMessage/ThreadMessageUnfollow.d.ts.map +1 -1
  32. package/dist/components/MultiSelect/MultiSelect.d.ts.map +1 -1
  33. package/dist/components/NavBar/NavBar.d.ts +3 -0
  34. package/dist/components/NavBar/NavBar.d.ts.map +1 -0
  35. package/dist/components/NavBar/NavBarDivider.d.ts +4 -0
  36. package/dist/components/NavBar/NavBarDivider.d.ts.map +1 -0
  37. package/dist/components/NavBar/NavBarGroup.d.ts +10 -0
  38. package/dist/components/NavBar/NavBarGroup.d.ts.map +1 -0
  39. package/dist/components/NavBar/NavBarItem.d.ts +31 -0
  40. package/dist/components/NavBar/NavBarItem.d.ts.map +1 -0
  41. package/dist/components/NavBar/NavBarSection.d.ts +3 -0
  42. package/dist/components/NavBar/NavBarSection.d.ts.map +1 -0
  43. package/dist/components/NavBar/index.d.ts +6 -0
  44. package/dist/components/NavBar/index.d.ts.map +1 -0
  45. package/dist/components/Option/OptionContent.d.ts +2 -5
  46. package/dist/components/Option/OptionContent.d.ts.map +1 -1
  47. package/dist/components/Option/OptionSkeleton.d.ts +1 -0
  48. package/dist/components/Option/OptionSkeleton.d.ts.map +1 -1
  49. package/dist/components/Option/index.d.ts +1 -3
  50. package/dist/components/Option/index.d.ts.map +1 -1
  51. package/dist/components/Options/Options.d.ts.map +1 -1
  52. package/dist/components/Options/useCursor.d.ts +7 -1
  53. package/dist/components/Options/useCursor.d.ts.map +1 -1
  54. package/dist/components/Options/useVisible.d.ts +5 -1
  55. package/dist/components/Options/useVisible.d.ts.map +1 -1
  56. package/dist/components/OptionsPaginated/OptionsPaginated.d.ts.map +1 -1
  57. package/dist/components/PaginatedSelect/PaginatedSelectFiltered.d.ts +1 -0
  58. package/dist/components/PaginatedSelect/PaginatedSelectFiltered.d.ts.map +1 -1
  59. package/dist/components/Select/SelectAria.d.ts.map +1 -1
  60. package/dist/components/Select/SelectLegacy.d.ts.map +1 -1
  61. package/dist/components/Sidebar/SidebarDivider.d.ts +1 -0
  62. package/dist/components/Sidebar/SidebarDivider.d.ts.map +1 -1
  63. package/dist/components/Slider/SliderThumb.d.ts +1 -0
  64. package/dist/components/Slider/SliderThumb.d.ts.map +1 -1
  65. package/dist/components/StatusBullet/icons/Away.d.ts +1 -0
  66. package/dist/components/StatusBullet/icons/Away.d.ts.map +1 -1
  67. package/dist/components/StatusBullet/icons/Busy.d.ts +1 -0
  68. package/dist/components/StatusBullet/icons/Busy.d.ts.map +1 -1
  69. package/dist/components/StatusBullet/icons/Disabled.d.ts +1 -0
  70. package/dist/components/StatusBullet/icons/Disabled.d.ts.map +1 -1
  71. package/dist/components/StatusBullet/icons/Loading.d.ts +1 -0
  72. package/dist/components/StatusBullet/icons/Loading.d.ts.map +1 -1
  73. package/dist/components/StatusBullet/icons/Offline.d.ts +1 -0
  74. package/dist/components/StatusBullet/icons/Offline.d.ts.map +1 -1
  75. package/dist/components/StatusBullet/icons/Online.d.ts +1 -0
  76. package/dist/components/StatusBullet/icons/Online.d.ts.map +1 -1
  77. package/dist/components/Table/TableBody.d.ts +1 -0
  78. package/dist/components/Table/TableBody.d.ts.map +1 -1
  79. package/dist/components/Table/TableCell.d.ts +1 -0
  80. package/dist/components/Table/TableCell.d.ts.map +1 -1
  81. package/dist/components/Table/TableFoot.d.ts +1 -0
  82. package/dist/components/Table/TableFoot.d.ts.map +1 -1
  83. package/dist/components/index.d.ts +1 -0
  84. package/dist/components/index.d.ts.map +1 -1
  85. package/dist/fuselage.css +1 -1
  86. package/dist/fuselage.css.map +1 -1
  87. package/dist/fuselage.development.js +310 -13
  88. package/dist/fuselage.development.js.map +1 -1
  89. package/dist/fuselage.production.js +1 -1
  90. package/dist/helpers/appendClassName.d.ts.map +1 -1
  91. package/dist/helpers/patchChildren.d.ts.map +1 -1
  92. package/dist/hooks/useBoxOnlyProps.d.ts +3 -3
  93. package/dist/hooks/useBoxOnlyProps.d.ts.map +1 -1
  94. package/dist/hooks/useStyle.d.ts +2 -1
  95. package/dist/hooks/useStyle.d.ts.map +1 -1
  96. package/package.json +2 -2
  97. package/CHANGELOG.md +0 -1119
@@ -1,11 +1,11 @@
1
1
  declare namespace _default {
2
- export const title: string;
2
+ export let title: string;
3
3
  export { Banner as component };
4
4
  }
5
5
  export default _default;
6
6
  export function _Banner(): JSX.Element;
7
7
  export namespace _Banner {
8
- const storyName: string;
8
+ let storyName: string;
9
9
  }
10
10
  export function Variations(): JSX.Element;
11
11
  export function Inline(): JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"BoxTransforms.d.ts","sourceRoot":"","sources":["../../../src/components/Box/BoxTransforms.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,aAAa,mCAAiC,GAAG,KAAK,GAAG,SAAQ,CAAC;AAE/E,eAAO,MAAM,eAAe,iBAF+B,GAAG,KAAK,GAAG,QAER,CAAC;AAE/D,eAAO,MAAM,uBAAuB,eAAgB,GAAG,KAAK,GAAG,aAJJ,GAAG,KAAK,GAkBlE,CAAC"}
1
+ {"version":3,"file":"BoxTransforms.d.ts","sourceRoot":"","sources":["../../../src/components/Box/BoxTransforms.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,aAAa,mCAAiC,GAAG,KAAK,GAAG,SAAQ,CAAC;AAE/E,eAAO,MAAM,eAAe,iBAF+B,GAAG,KAAK,GAAG,QAER,CAAC;AAE/D,eAAO,MAAM,uBAAuB,OAAQ,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG,aAJJ,GAAG,KAAK,GAkBlE,CAAC"}
@@ -128,6 +128,6 @@ type PropDefinition = {
128
128
  toStyle: (value: unknown) => cssFn | undefined;
129
129
  };
130
130
  export declare const propDefs: Record<keyof StylingProps, PropDefinition>;
131
- export declare const extractStylingProps: <TProps extends Record<string, unknown>>(props: TProps & Partial<StylingProps>) => [props: TProps, styles: (<T extends readonly unknown[]>(...args: T) => string) | undefined];
131
+ export declare const extractStylingProps: <TProps extends Record<string, unknown>>(props: TProps & Partial<StylingProps>) => [props: TProps, styles: cssFn | undefined];
132
132
  export {};
133
133
  //# sourceMappingURL=stylingProps.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"stylingProps.d.ts","sourceRoot":"","sources":["../../../src/components/Box/stylingProps.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"stylingProps.d.ts","sourceRoot":"","sources":["../../../src/components/Box/stylingProps.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"useStylingProps.d.ts","sourceRoot":"","sources":["../../../src/components/Box/useStylingProps.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAGnD,eAAO,MAAM,eAAe;;2DAc3B,CAAC"}
1
+ {"version":3,"file":"useStylingProps.d.ts","sourceRoot":"","sources":["../../../src/components/Box/useStylingProps.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAGnD,eAAO,MAAM,eAAe;;kBACX,MAAM,GAAG,QAAQ,YAAY,CAAC,KAC5C,MAYF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"withBoxStyling.d.ts","sourceRoot":"","sources":["../../../src/components/Box/withBoxStyling.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAG3C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAGnD,eAAO,MAAM,cAAc;;qFAiB1B,CAAC"}
1
+ {"version":3,"file":"withBoxStyling.d.ts","sourceRoot":"","sources":["../../../src/components/Box/withBoxStyling.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAG3C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAGnD,eAAO,MAAM,cAAc;;cAKd,cAAc,MAAM,CAAC,KAC/B,cAAc,MAAM,GAAG,QAAQ,YAAY,CAAC,CAW9C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"CardCol.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardCol.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAG1D,QAAA,MAAM,OAAO;cAGE,SAAS;kDAIvB,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"CardCol.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardCol.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAG1D,QAAA,MAAM,OAAO,2BAGV;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,GAAG,kBAAkB,WAAW,CAAC,gBAI1D,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const CardControls: ({ ...props }: {
2
3
  [x: string]: any;
3
4
  }) => JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"CardControls.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardControls.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,YAAY;;iBAEjB,CAAC;AAEF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"CardControls.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardControls.tsx"],"names":[],"mappings":";AAEA,QAAA,MAAM,YAAY;;iBAEjB,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"CardHeader.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAG1D,QAAA,MAAM,UAAU;cAGD,SAAS;kDAIvB,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"CardHeader.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAG1D,QAAA,MAAM,UAAU,2BAGb;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,GAAG,kBAAkB,WAAW,CAAC,gBAI1D,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"CardRow.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAG1D,QAAA,MAAM,OAAO;cAGE,SAAS;kDAIvB,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"CardRow.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAG1D,QAAA,MAAM,OAAO,2BAGV;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,GAAG,kBAAkB,WAAW,CAAC,gBAI1D,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -1,8 +1,8 @@
1
1
  import type { AllHTMLAttributes, ReactNode } from 'react';
2
2
  declare const CardTitle: ({ children, info, variant, ...props }: {
3
3
  children: ReactNode;
4
- info?: string | undefined;
5
- variant?: "h3" | "h4" | "h5" | undefined;
6
- } & Omit<AllHTMLAttributes<HTMLElement>, "is">) => JSX.Element;
4
+ info?: string;
5
+ variant?: 'h3' | 'h4' | 'h5';
6
+ } & Omit<AllHTMLAttributes<HTMLElement>, 'is'>) => JSX.Element;
7
7
  export default CardTitle;
8
8
  //# sourceMappingURL=CardTitle.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CardTitle.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAM1D,QAAA,MAAM,SAAS;cAMH,SAAS;;;8DAQpB,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"CardTitle.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAM1D,QAAA,MAAM,SAAS,0CAKZ;IACD,QAAQ,EAAE,SAAS,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC9B,GAAG,KAAK,kBAAkB,WAAW,CAAC,EAAE,IAAI,CAAC,gBAK7C,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ContextualbarHeader.d.ts","sourceRoot":"","sources":["../../../src/components/Contextualbar/ContextualbarHeader.tsx"],"names":[],"mappings":"AACA,OAAO,KAAe,MAAM,OAAO,CAAC;;;;;;;;AAmCpC,wBAAyC"}
1
+ {"version":3,"file":"ContextualbarHeader.d.ts","sourceRoot":"","sources":["../../../src/components/Contextualbar/ContextualbarHeader.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAe,MAAM,OAAO,CAAC;;;;;;;;AAoCpC,wBAAyC"}
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<{
3
+ is?: React.ElementType | undefined;
4
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
5
+ animated?: boolean | undefined;
6
+ withRichContent?: boolean | "inlineWithoutBreaks" | undefined;
7
+ htmlSize?: number | undefined;
8
+ } & Partial<import("../Box/stylingProps").StylingProps> & Omit<React.AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size" | "elevation"> & Omit<React.SVGAttributes<SVGElement>, "elevation" | keyof React.AllHTMLAttributes<HTMLElement>> & React.RefAttributes<any>, "string" | "filter" | "values" | "fill" | "x1" | "y" | "r" | "default" | "type" | "is" | "className" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "defer" | "disabled" | "download" | "encType" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "label" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "useMap" | "value" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontSizeAdjust" | "fontStretch" | "fontVariant" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan" | keyof import("../Box/stylingProps").StylingProps | "key" | "animated" | "withRichContent" | "htmlSize"> & React.RefAttributes<HTMLElement>>>;
9
+ export default _default;
10
+ //# sourceMappingURL=ContextualbarSection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ContextualbarSection.d.ts","sourceRoot":"","sources":["../../../src/components/Contextualbar/ContextualbarSection.tsx"],"names":[],"mappings":"AACA,OAAO,KAA2B,MAAM,OAAO,CAAC;;;;;;;;AAuBhD,wBAA0C"}
@@ -7,7 +7,8 @@ import ContextualbarEmptyContent from './ContextualbarEmptyContent';
7
7
  import ContextualbarFooter from './ContextualbarFooter';
8
8
  import ContextualbarHeader from './ContextualbarHeader';
9
9
  import ContextualbarIcon from './ContextualbarIcon';
10
+ import ContextualbarSection from './ContextualbarSection';
10
11
  import ContextualbarSkeleton from './ContextualbarSkeleton';
11
12
  import ContextualbarTitle from './ContextualbarTitle';
12
- export { Contextualbar, ContextualbarAction, ContextualbarActions, ContextualbarButton, ContextualbarContent, ContextualbarEmptyContent, ContextualbarFooter, ContextualbarHeader, ContextualbarIcon, ContextualbarSkeleton, ContextualbarTitle, };
13
+ export { Contextualbar, ContextualbarAction, ContextualbarActions, ContextualbarButton, ContextualbarContent, ContextualbarEmptyContent, ContextualbarFooter, ContextualbarHeader, ContextualbarIcon, ContextualbarSkeleton, ContextualbarTitle, ContextualbarSection, };
13
14
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Contextualbar/index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,mBAAmB,MAAM,uBAAuB,CAAC;AACxD,OAAO,oBAAoB,MAAM,wBAAwB,CAAC;AAC1D,OAAO,mBAAmB,MAAM,uBAAuB,CAAC;AACxD,OAAO,oBAAoB,MAAM,wBAAwB,CAAC;AAC1D,OAAO,yBAAyB,MAAM,6BAA6B,CAAC;AACpE,OAAO,mBAAmB,MAAM,uBAAuB,CAAC;AACxD,OAAO,mBAAmB,MAAM,uBAAuB,CAAC;AACxD,OAAO,iBAAiB,MAAM,qBAAqB,CAAC;AACpD,OAAO,qBAAqB,MAAM,yBAAyB,CAAC;AAC5D,OAAO,kBAAkB,MAAM,sBAAsB,CAAC;AAEtD,OAAO,EACL,aAAa,EACb,mBAAmB,EACnB,oBAAoB,EACpB,mBAAmB,EACnB,oBAAoB,EACpB,yBAAyB,EACzB,mBAAmB,EACnB,mBAAmB,EACnB,iBAAiB,EACjB,qBAAqB,EACrB,kBAAkB,GACnB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Contextualbar/index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,mBAAmB,MAAM,uBAAuB,CAAC;AACxD,OAAO,oBAAoB,MAAM,wBAAwB,CAAC;AAC1D,OAAO,mBAAmB,MAAM,uBAAuB,CAAC;AACxD,OAAO,oBAAoB,MAAM,wBAAwB,CAAC;AAC1D,OAAO,yBAAyB,MAAM,6BAA6B,CAAC;AACpE,OAAO,mBAAmB,MAAM,uBAAuB,CAAC;AACxD,OAAO,mBAAmB,MAAM,uBAAuB,CAAC;AACxD,OAAO,iBAAiB,MAAM,qBAAqB,CAAC;AACpD,OAAO,oBAAoB,MAAM,wBAAwB,CAAC;AAC1D,OAAO,qBAAqB,MAAM,yBAAyB,CAAC;AAC5D,OAAO,kBAAkB,MAAM,sBAAsB,CAAC;AAEtD,OAAO,EACL,aAAa,EACb,mBAAmB,EACnB,oBAAoB,EACpB,mBAAmB,EACnB,oBAAoB,EACpB,yBAAyB,EACzB,mBAAmB,EACnB,mBAAmB,EACnB,iBAAiB,EACjB,qBAAqB,EACrB,kBAAkB,EAClB,oBAAoB,GACrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Menu.d.ts","sourceRoot":"","sources":["../../../../src/components/Menu/V2/Menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACtE,OAAO,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AACzD,OAAO,KAA+B,MAAM,OAAO,CAAC;AACpD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAGhD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAGtD,OAAO,KAAK,GAAG,MAAM,eAAe,CAAC;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAK1C,UAAU,eAAe,CAAC,CAAC,CAAE,SAAQ,aAAa,CAAC,CAAC,CAAC,EAAE,gBAAgB;IACrE,IAAI,CAAC,EAAE,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,CAAC,CAAC;IACjD,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,SAAS,CAAC,EAAE,kBAAkB,CAAC,WAAW,CAAC,CAAC;IAC5C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,EAAE,CAAC,EAAE,WAAW,CAAC;IACjB,SAAS,CAAC,EAAE,cAAc,CAAC,OAAO,GAAG,CAAC,CAAC,WAAW,CAAC,CAAC;IACpD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;CAC7B;AACD,QAAA,MAAM,IAAI,6JA+DT,CAAC;AACF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Menu.d.ts","sourceRoot":"","sources":["../../../../src/components/Menu/V2/Menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACtE,OAAO,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AACzD,OAAO,KAA+B,MAAM,OAAO,CAAC;AACpD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAGhD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAGtD,OAAO,KAAK,GAAG,MAAM,eAAe,CAAC;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAK1C,UAAU,eAAe,CAAC,CAAC,CAAE,SAAQ,aAAa,CAAC,CAAC,CAAC,EAAE,gBAAgB;IACrE,IAAI,CAAC,EAAE,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,CAAC,CAAC;IACjD,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,SAAS,CAAC,EAAE,kBAAkB,CAAC,WAAW,CAAC,CAAC;IAC5C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,EAAE,CAAC,EAAE,WAAW,CAAC;IACjB,SAAS,CAAC,EAAE,cAAc,CAAC,OAAO,GAAG,CAAC,CAAC,WAAW,CAAC,CAAC;IACpD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;CAC7B;AACD,QAAA,MAAM,IAAI,2HAWP,gBAAgB,CAAC,CAAC,gBAoDpB,CAAC;AACF,eAAe,IAAI,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type MessageGenericPreviewCoverImageProps = {
2
3
  url: string;
3
4
  width: number;
@@ -1 +1 @@
1
- {"version":3,"file":"MessageGenericPreviewCoverImage.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageGenericPreview/MessageGenericPreviewCoverImage.tsx"],"names":[],"mappings":"AAIA,KAAK,oCAAoC,GAAG;IAC1C,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,+BAA+B,gDAMzC,oCAAoC,gBAYtC,CAAC"}
1
+ {"version":3,"file":"MessageGenericPreviewCoverImage.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageGenericPreview/MessageGenericPreviewCoverImage.tsx"],"names":[],"mappings":";AAIA,KAAK,oCAAoC,GAAG;IAC1C,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,+BAA+B,gDAMzC,oCAAoC,gBAYtC,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { IconProps } from '../../Icon';
2
3
  export type MessageGenericPreviewIconProps = IconProps & {
3
4
  type: string;
@@ -1 +1 @@
1
- {"version":3,"file":"MessageGenericPreviewIcon.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageGenericPreview/MessageGenericPreviewIcon.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAG5C,MAAM,MAAM,8BAA8B,GAAG,SAAS,GAAG;IACvD,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,yBAAyB,iCAKnC,8BAA8B,gBAKhC,CAAC"}
1
+ {"version":3,"file":"MessageGenericPreviewIcon.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageGenericPreview/MessageGenericPreviewIcon.tsx"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAG5C,MAAM,MAAM,8BAA8B,GAAG,SAAS,GAAG;IACvD,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,yBAAyB,iCAKnC,8BAA8B,gBAKhC,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type MessageReactionCounterProps = {
2
3
  counter: number;
3
4
  className?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"MessageReactionCounter.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageReactions/MessageReactionCounter.tsx"],"names":[],"mappings":"AAEA,KAAK,2BAA2B,GAAG;IACjC,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,sBAAsB,4BAGhC,2BAA2B,gBAE7B,CAAC"}
1
+ {"version":3,"file":"MessageReactionCounter.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageReactions/MessageReactionCounter.tsx"],"names":[],"mappings":";AAEA,KAAK,2BAA2B,GAAG;IACjC,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,sBAAsB,4BAGhC,2BAA2B,gBAE7B,CAAC"}
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  export declare const ThreadMessageFollow: () => JSX.Element;
2
3
  //# sourceMappingURL=ThreadMessageFollow.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ThreadMessageFollow.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/ThreadMessage/ThreadMessageFollow.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,mBAAmB,mBAK/B,CAAC"}
1
+ {"version":3,"file":"ThreadMessageFollow.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/ThreadMessage/ThreadMessageFollow.tsx"],"names":[],"mappings":";AAIA,eAAO,MAAM,mBAAmB,mBAK/B,CAAC"}
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  export declare const ThreadMessageIconThread: () => JSX.Element;
2
3
  //# sourceMappingURL=ThreadMessageIconThread.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ThreadMessageIconThread.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/ThreadMessage/ThreadMessageIconThread.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,uBAAuB,mBAEnC,CAAC"}
1
+ {"version":3,"file":"ThreadMessageIconThread.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/ThreadMessage/ThreadMessageIconThread.tsx"],"names":[],"mappings":";AAIA,eAAO,MAAM,uBAAuB,mBAEnC,CAAC"}
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  export declare const ThreadMessageUnfollow: () => JSX.Element;
2
3
  //# sourceMappingURL=ThreadMessageUnfollow.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ThreadMessageUnfollow.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/ThreadMessage/ThreadMessageUnfollow.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,qBAAqB,mBAKjC,CAAC"}
1
+ {"version":3,"file":"ThreadMessageUnfollow.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/ThreadMessage/ThreadMessageUnfollow.tsx"],"names":[],"mappings":";AAIA,eAAO,MAAM,qBAAqB,mBAKjC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"MultiSelect.d.ts","sourceRoot":"","sources":["../../../src/components/MultiSelect/MultiSelect.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAGV,WAAW,EAEX,SAAS,EACV,MAAM,OAAO,CAAC;AACf,OAAO,KAAkD,MAAM,OAAO,CAAC;AAEvE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,IAAI,CAAC;AAavC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAwBzE,eAAO,MAAM,WAAW;;;;;;;;;aAfb,YAAY,EAAE;uBACJ,YAAY,CAAC,CAAC,CAAC,EAAE,KAAK,IAAI;0CACR,YAAY,CAAC,CAAC,CAAC;0CACf,YAAY,CAAC,CAAC,CAAC;;8DAItC,uBAAuB,KAAK,SAAS;;;;;0BAK9B,MAAM,KAAK,IAAI;yuSA8MrC,CAAC"}
1
+ {"version":3,"file":"MultiSelect.d.ts","sourceRoot":"","sources":["../../../src/components/MultiSelect/MultiSelect.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAGV,WAAW,EAEX,SAAS,EACV,MAAM,OAAO,CAAC;AACf,OAAO,KAAkD,MAAM,OAAO,CAAC;AAEvE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,IAAI,CAAC;AAavC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAwBzE,eAAO,MAAM,WAAW;;;;;;;;;aAfb,YAAY,EAAE;cACb,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,KAAK,IAAI;0CACR,YAAY,CAAC,CAAC,CAAC;0CACf,YAAY,CAAC,CAAC,CAAC;;8DAItC,uBAAuB,KAAK,SAAS;;;;;0BAK9B,MAAM,KAAK,IAAI;yuSA8MrC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const NavBar: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
3
+ //# sourceMappingURL=NavBar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NavBar.d.ts","sourceRoot":"","sources":["../../../src/components/NavBar/NavBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,eAAO,MAAM,MAAM,UAAW,eAAe,WAAW,CAAC,gBAExD,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { ComponentProps } from 'react';
2
+ import { Divider } from '../Divider';
3
+ export declare const NavBarDivider: (props: ComponentProps<typeof Divider>) => JSX.Element;
4
+ //# sourceMappingURL=NavBarDivider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NavBarDivider.d.ts","sourceRoot":"","sources":["../../../src/components/NavBar/NavBarDivider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAErC,eAAO,MAAM,aAAa,UAAW,eAAe,cAAc,CAAC,gBAElE,CAAC"}
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ export declare const NavBarGroup: React.ForwardRefExoticComponent<Pick<{
3
+ align?: "start" | "end" | "center" | undefined;
4
+ stretch?: boolean | undefined;
5
+ wrap?: boolean | undefined;
6
+ vertical?: boolean | undefined;
7
+ small?: boolean | undefined;
8
+ large?: boolean | undefined;
9
+ } & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>, "small" | "wrap" | "large" | "key" | "vertical" | "align" | "stretch" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>>;
10
+ //# sourceMappingURL=NavBarGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NavBarGroup.d.ts","sourceRoot":"","sources":["../../../src/components/NavBar/NavBarGroup.tsx"],"names":[],"mappings":"AACA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAI1C,eAAO,MAAM,WAAW;;;;;;;0OAKtB,CAAC"}
@@ -0,0 +1,31 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ import React from 'react';
3
+ export declare const NavBarItem: React.ForwardRefExoticComponent<Pick<HTMLAttributes<HTMLElement> & Partial<Pick<{
4
+ icon: "sort" | "bold" | "link" | "strike" | "download" | "list" | "clip" | "italic" | "audio" | "code" | "menu" | "video" | "circle" | "image" | "stop" | "key" | "copy" | React.ReactElement<any, string | React.JSXElementConstructor<any>> | "address-book" | "airplane" | "arrow-back" | "arrow-collapse" | "arrow-down" | "arrow-down-box" | "arrow-expand" | "arrow-fall" | "arrow-forward" | "arrow-jump" | "arrow-loop" | "arrow-return" | "arrow-rise" | "arrow-stack-up" | "arrow-up" | "arrow-up-box" | "at" | "attachment-file" | "avatar" | "backspace" | "bag" | "ball" | "balloon" | "balloon-arrow-left" | "balloon-arrow-top-right" | "balloon-close-top-right" | "balloon-ellipsis" | "balloon-exclamation" | "balloon-off" | "balloons" | "balloon-text" | "ban" | "bell" | "bell-off" | "book" | "brush" | "burger" | "burger-arrow-left" | "burger-menu" | "business" | "calendar" | "camera" | "card" | "check" | "check-double" | "check-single" | "chevron-double-down" | "chevron-double-up" | "chevron-down" | "chevron-expand" | "chevron-left" | "chevron-right" | "chevron-up" | "circle-arrow-down" | "circle-check" | "circle-cross" | "circle-exclamation" | "circle-half" | "circle-quarter" | "circle-three-quarters" | "circle-unfilled" | "clipboard" | "clock" | "cloud-arrow-down" | "cloud-arrow-up" | "cloud-plus" | "code-block" | "cog" | "compass" | "condensed-view" | "crop" | "cross" | "cross-small" | "cube" | "customize" | "dashboard" | "desktop" | "desktop-text" | "dialpad" | "doc" | "document-eye" | "doner" | "emoji" | "emoji-neutral" | "emoji-plus" | "equal" | "eraser" | "error-circle" | "exit" | "extended-view" | "eye" | "eye-off" | "file" | "fingerprint" | "flag" | "flask" | "folder" | "formula" | "globe" | "globe-cross" | "globe-off" | "group-by-type" | "hash" | "hashtag-lock" | "h-bar" | "headphone" | "headphone-off" | "headset" | "help" | "history" | "home" | "info" | "joystick" | "kebab" | "keyboard" | "lamp-bulb" | "language" | "leaf" | "lightning" | "list-bullets" | "list-numbers" | "live" | "lock" | "login" | "magnifier" | "mail" | "mail-arrow-top-right" | "meatballs" | "medium-view" | "members" | "mic" | "mic-off" | "mobile" | "mobile-check" | "mobile-exclamation" | "moon" | "musical-note" | "new-window" | "notebook-hashtag" | "notebook-hashtag-crossed" | "pause" | "pause-shape-filled" | "pause-unfilled" | "pencil" | "pencil-box" | "percentage" | "person-arms-spread" | "phone" | "phone-disabled" | "phone-in" | "phone-issue" | "phone-off" | "phone-out" | "pin" | "pin-map" | "play" | "play-shape-filled" | "play-unfilled" | "plus" | "plus-small" | "podcast" | "quote" | "rec" | "refresh" | "rocket" | "send" | "send-filled" | "sheet" | "shield" | "shield-blank" | "shield-check" | "signal" | "smart" | "sms" | "sort-az" | "spanner" | "squares" | "stack" | "star" | "star-filled" | "stop-unfilled" | "stopwatch" | "store" | "success-circle" | "sun" | "tag" | "team" | "team-arrow-right" | "team-lock" | "text-decrease" | "text-increase" | "trash" | "underline" | "undo" | "user" | "user-arrow-right" | "user-lock" | "user-plus" | "video-disabled" | "video-filled" | "video-off" | "volume" | "volume-disabled" | "volume-lock" | "volume-off" | "warning" | "zip" | "add-reaction" | "add-user" | "attachment" | "back" | "baloon-arrow-left" | "baloon-arrow-top-right" | "baloon-close-top-right" | "baloon-ellipsis" | "baloon-exclamation" | "baloons" | "baloon-text" | "cancel" | "canned-response" | "chat" | "checkmark-circled" | "circled-arrow-down" | "computer" | "contact" | "discover" | "discussion" | "edit" | "edit-rounded" | "file-document" | "file-generic" | "file-google-drive" | "file-pdf" | "files-audio" | "file-sheets" | "files-video" | "files-zip" | "game" | "hashtag" | "import" | "info-circled" | "jump" | "jump-to-message" | "katex" | "map-pin" | "message" | "message-disabled" | "modal-warning" | "multiline" | "omnichannel" | "palette" | "permalink" | "post" | "queue" | "reload" | "reply-directly" | "report" | "send-active" | "share" | "shield-alt" | "sign-out" | "sort-amount-down" | "th-list" | "thread" | "upload" | "user-rounded" | "file-keynote" | "hand-pointer" | "list-alt" | "livechat" | "loading" | "play-solid" | "reply" | "adobe" | "facebook" | "github" | "gitlab" | "google" | "google-drive" | "hubot" | "linkedin" | "rocketchat" | "twitter";
5
+ primary?: boolean | undefined;
6
+ secondary?: boolean | undefined;
7
+ info?: boolean | undefined;
8
+ danger?: boolean | undefined;
9
+ warning?: boolean | undefined;
10
+ success?: boolean | undefined;
11
+ pressed?: boolean | undefined;
12
+ } & {
13
+ large?: boolean | undefined;
14
+ medium?: boolean | undefined;
15
+ small?: boolean | undefined;
16
+ tiny?: boolean | undefined;
17
+ mini?: boolean | undefined;
18
+ } & {
19
+ is?: React.ElementType | undefined;
20
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
21
+ animated?: boolean | undefined;
22
+ withRichContent?: boolean | "inlineWithoutBreaks" | undefined;
23
+ htmlSize?: number | undefined;
24
+ } & Partial<import("../Box/stylingProps").StylingProps> & Omit<React.AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size" | "elevation"> & Omit<React.SVGAttributes<SVGElement>, "elevation" | keyof React.AllHTMLAttributes<HTMLElement>> & React.RefAttributes<any>, "string" | "filter" | "values" | "fill" | "x1" | "y" | "r" | "default" | "type" | "is" | "className" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "defer" | "disabled" | "download" | "encType" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "label" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "useMap" | "value" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontSizeAdjust" | "fontStretch" | "fontVariant" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan" | keyof import("../Box/stylingProps").StylingProps | "key" | "animated" | "withRichContent" | "htmlSize" | "info" | "warning" | "primary" | "secondary" | "danger" | "success" | "icon" | "pressed" | keyof {
25
+ large?: boolean | undefined;
26
+ medium?: boolean | undefined;
27
+ small?: boolean | undefined;
28
+ tiny?: boolean | undefined;
29
+ mini?: boolean | undefined;
30
+ }> & React.RefAttributes<HTMLElement>>, "string" | "filter" | "values" | "fill" | "x1" | "y" | "r" | "p" | "default" | "type" | "color" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "small" | "is" | "className" | "size" | "elevation" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "defer" | "disabled" | "download" | "encType" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "label" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "useMap" | "value" | "width" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan" | "border" | "borderBlock" | "borderBlockStart" | "borderBlockEnd" | "borderInline" | "borderInlineStart" | "borderInlineEnd" | "borderWidth" | "borderBlockWidth" | "borderBlockStartWidth" | "borderBlockEndWidth" | "borderInlineWidth" | "borderInlineStartWidth" | "borderInlineEndWidth" | "borderStyle" | "borderBlockStyle" | "borderBlockStartStyle" | "borderBlockEndStyle" | "borderInlineStyle" | "borderInlineStartStyle" | "borderInlineEndStyle" | "borderColor" | "borderBlockColor" | "borderBlockStartColor" | "borderBlockEndColor" | "borderInlineColor" | "borderInlineStartColor" | "borderInlineEndColor" | "borderRadius" | "borderStartStartRadius" | "borderStartEndRadius" | "borderEndStartRadius" | "borderEndEndRadius" | "backgroundColor" | "bg" | "alignItems" | "alignContent" | "justifyItems" | "justifyContent" | "flexWrap" | "flexDirection" | "flexGrow" | "flexShrink" | "flexBasis" | "justifySelf" | "alignSelf" | "w" | "minWidth" | "maxWidth" | "h" | "minHeight" | "maxHeight" | "verticalAlign" | "overflowX" | "overflowY" | "position" | "zIndex" | "inset" | "insetBlock" | "insetBlockStart" | "insetBlockEnd" | "insetInline" | "insetInlineStart" | "insetInlineEnd" | "m" | "margin" | "mb" | "marginBlock" | "mbs" | "marginBlockStart" | "mbe" | "marginBlockEnd" | "mi" | "marginInline" | "mis" | "marginInlineStart" | "mie" | "marginInlineEnd" | "padding" | "pb" | "paddingBlock" | "pbs" | "paddingBlockStart" | "pbe" | "paddingBlockEnd" | "pi" | "paddingInline" | "pis" | "paddingInlineStart" | "pie" | "paddingInlineEnd" | "textAlign" | "textTransform" | "textDecorationLine" | "wordBreak" | "invisible" | "withTruncatedText" | "minSize" | "maxSize" | "fontScale" | "large" | "medium" | "key" | "animated" | "withRichContent" | "htmlSize" | "info" | "warning" | "primary" | "secondary" | "danger" | "success" | "icon" | "tiny" | "mini" | "pressed"> & React.RefAttributes<HTMLElement>>;
31
+ //# sourceMappingURL=NavBarItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NavBarItem.d.ts","sourceRoot":"","sources":["../../../src/components/NavBar/NavBarItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAkB,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5D,OAAO,KAAqB,MAAM,OAAO,CAAC;AAQ1C,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;2hWAoBrB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const NavBarSection: (props: HTMLAttributes<HTMLSpanElement>) => JSX.Element;
3
+ //# sourceMappingURL=NavBarSection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NavBarSection.d.ts","sourceRoot":"","sources":["../../../src/components/NavBar/NavBarSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,eAAO,MAAM,aAAa,UAAW,eAAe,eAAe,CAAC,gBAEnE,CAAC"}
@@ -0,0 +1,6 @@
1
+ export * from './NavBar';
2
+ export * from './NavBarGroup';
3
+ export * from './NavBarItem';
4
+ export * from './NavBarDivider';
5
+ export * from './NavBarSection';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/NavBar/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC"}
@@ -1,7 +1,4 @@
1
- import type { ReactNode } from 'react';
2
- type OptionContentProps = {
3
- children?: ReactNode;
4
- };
5
- declare const OptionContent: (props: OptionContentProps) => JSX.Element;
1
+ import type { HTMLAttributes } from 'react';
2
+ declare const OptionContent: (props: HTMLAttributes<HTMLDivElement>) => JSX.Element;
6
3
  export default OptionContent;
7
4
  //# sourceMappingURL=OptionContent.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OptionContent.d.ts","sourceRoot":"","sources":["../../../src/components/Option/OptionContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,KAAK,kBAAkB,GAAG;IACxB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,aAAa,UAAW,kBAAkB,gBAE/C,CAAC;AAEF,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"OptionContent.d.ts","sourceRoot":"","sources":["../../../src/components/Option/OptionContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,QAAA,MAAM,aAAa,UAAW,eAAe,cAAc,CAAC,gBAE3D,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const OptionSkeleton: () => JSX.Element;
2
3
  export default OptionSkeleton;
3
4
  //# sourceMappingURL=OptionSkeleton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OptionSkeleton.d.ts","sourceRoot":"","sources":["../../../src/components/Option/OptionSkeleton.tsx"],"names":[],"mappings":"AAKA,QAAA,MAAM,cAAc,mBAInB,CAAC;AAEF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"OptionSkeleton.d.ts","sourceRoot":"","sources":["../../../src/components/Option/OptionSkeleton.tsx"],"names":[],"mappings":";AAKA,QAAA,MAAM,cAAc,mBAInB,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -85,9 +85,7 @@ declare const _default: import("react").NamedExoticComponent<Pick<{
85
85
  children?: import("react").ReactNode;
86
86
  }) => JSX.Element;
87
87
  /** @deprecated */
88
- Content: (props: {
89
- children?: import("react").ReactNode;
90
- }) => JSX.Element;
88
+ Content: (props: import("react").HTMLAttributes<HTMLDivElement>) => JSX.Element;
91
89
  };
92
90
  export default _default;
93
91
  export * from './CheckOption';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Option/index.tsx"],"names":[],"mappings":";AACA,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,iBAAiB,MAAM,qBAAqB,CAAC;AACpD,OAAO,sBAAsB,MAAM,0BAA0B,CAAC;AAC9D,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,OAAO,WAAW,MAAM,eAAe,CAAC;;;;;;;;;;wpIAOtC,kBAAkB;;;;;;;;;;;;;;;;;;;4pIAAlB,kBAAkB;;;;;;;;;;;IAJlB,kBAAkB;;;;IAElB,kBAAkB;;IAElB,kBAAkB;;;;IAElB,kBAAkB;;;;IAElB,kBAAkB;;;;IAElB,kBAAkB;;;;;uEAJlB,kBAAkB;;;;;;;IAMlB,kBAAkB;;;;IAElB,kBAAkB;;;;;AAfpB,wBAiBG;AAEH,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,YAAY,EAAE,CAAC;AACxB,OAAO,EAAE,YAAY,EAAE,CAAC;AACxB,OAAO,EAAE,aAAa,EAAE,CAAC;AACzB,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAC7B,OAAO,EAAE,sBAAsB,EAAE,CAAC;AAClC,OAAO,EAAE,aAAa,EAAE,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,CAAC;AACtB,OAAO,EAAE,WAAW,EAAE,CAAC;AACvB,OAAO,EAAE,UAAU,EAAE,CAAC;AACtB,OAAO,EAAE,cAAc,EAAE,CAAC;AAC1B,OAAO,EAAE,WAAW,EAAE,CAAC;AACvB,OAAO,EAAE,YAAY,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Option/index.tsx"],"names":[],"mappings":";AACA,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,iBAAiB,MAAM,qBAAqB,CAAC;AACpD,OAAO,sBAAsB,MAAM,0BAA0B,CAAC;AAC9D,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,OAAO,WAAW,MAAM,eAAe,CAAC;;;;;;;;;;wpIAOtC,kBAAkB;;;;;;;;;;;;;;;;;;;4pIAAlB,kBAAkB;;;;;;;;;;;IAJlB,kBAAkB;;;;IAElB,kBAAkB;;IAElB,kBAAkB;;;;IAElB,kBAAkB;;;;IAElB,kBAAkB;;;;IAElB,kBAAkB;;;;;uEAJlB,kBAAkB;;;;;;;IAMlB,kBAAkB;;;;IAElB,kBAAkB;;;AAfpB,wBAiBG;AAEH,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,YAAY,EAAE,CAAC;AACxB,OAAO,EAAE,YAAY,EAAE,CAAC;AACxB,OAAO,EAAE,aAAa,EAAE,CAAC;AACzB,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAC7B,OAAO,EAAE,sBAAsB,EAAE,CAAC;AAClC,OAAO,EAAE,aAAa,EAAE,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,CAAC;AACtB,OAAO,EAAE,WAAW,EAAE,CAAC;AACvB,OAAO,EAAE,UAAU,EAAE,CAAC;AACtB,OAAO,EAAE,cAAc,EAAE,CAAC;AAC1B,OAAO,EAAE,WAAW,EAAE,CAAC;AACvB,OAAO,EAAE,YAAY,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Options.d.ts","sourceRoot":"","sources":["../../../src/components/Options/Options.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAEV,WAAW,EACX,SAAS,EAGV,MAAM,OAAO,CAAC;AACf,OAAO,KAMN,MAAM,OAAO,CAAC;AAOf,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,OAAO,EAAE,SAAS,EAAE,CAAC;AAErB,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,EAAE,MAAM,GAAG,MAAM;IACtB,KAAK,EAAE,SAAS;IAChB,QAAQ,CAAC,EAAE,OAAO;IAClB,QAAQ,CAAC,EAAE,OAAO;IAClB,IAAI,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ;IACvC,GAAG,CAAC,EAAE,MAAM;CACb,CAAC;AAYF,eAAO,MAAM,KAAK;iBAAyC,MAAM;kBAE/D,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;aAZT,UAAU,EAAE;YACb,MAAM;;;sCAGoB,IAAI;;ooSAwGvC,CAAC;AACF,eAAO,MAAM,eAAe;;;;;;41SAwB1B,CAAC"}
1
+ {"version":3,"file":"Options.d.ts","sourceRoot":"","sources":["../../../src/components/Options/Options.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAEV,WAAW,EACX,SAAS,EAGV,MAAM,OAAO,CAAC;AACf,OAAO,KAMN,MAAM,OAAO,CAAC;AAOf,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,OAAO,EAAE,SAAS,EAAE,CAAC;AAErB,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,EAAE,MAAM,GAAG,MAAM;IACtB,KAAK,EAAE,SAAS;IAChB,QAAQ,CAAC,EAAE,OAAO;IAClB,QAAQ,CAAC,EAAE,OAAO;IAClB,IAAI,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ;IACvC,GAAG,CAAC,EAAE,MAAM;CACb,CAAC;AAYF,eAAO,MAAM,KAAK,8CAA0B;IAAE,WAAW,EAAE,MAAM,CAAA;CAAE,iBAEjE,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;aAZT,UAAU,EAAE;YACb,MAAM;;;cAGJ,CAAC,MAAM,EAAE,UAAU,KAAK,IAAI;;ooSAwGvC,CAAC;AACF,eAAO,MAAM,eAAe;;;;;;41SAwB1B,CAAC"}
@@ -2,5 +2,11 @@ import type { KeyboardEvent } from 'react';
2
2
  import type { OptionType } from './Options';
3
3
  import { useVisible } from './useVisible';
4
4
  export type UseCursorOnChange<T> = (option: T, visibilityHandler: ReturnType<typeof useVisible>) => void;
5
- export declare const useCursor: <T extends readonly [value: unknown, label: unknown, selected?: unknown, disabled?: unknown, type?: "option" | "heading" | "divider" | undefined, url?: string | undefined] = OptionType>(initial: number, options: T[], onChange: UseCursorOnChange<T>) => [cursor: number, handleKeyDown: (e: KeyboardEvent) => void, handleKeyUp: (e: KeyboardEvent) => void, reset: () => void, visibilityHandler: [visible: import("../AnimatedVisibility/AnimatedVisibility").VisibilityType, hide: () => void, show: () => void]];
5
+ export declare const useCursor: <T extends readonly [value: unknown, label: unknown, selected?: unknown, disabled?: unknown, type?: "option" | "heading" | "divider" | undefined, url?: string | undefined] = OptionType>(initial: number, options: Array<T>, onChange: UseCursorOnChange<T>) => [
6
+ cursor: number,
7
+ handleKeyDown: (e: KeyboardEvent) => void,
8
+ handleKeyUp: (e: KeyboardEvent) => void,
9
+ reset: () => void,
10
+ visibilityHandler: ReturnType<typeof useVisible>
11
+ ];
6
12
  //# sourceMappingURL=useCursor.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useCursor.d.ts","sourceRoot":"","sources":["../../../src/components/Options/useCursor.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAI3C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAqD1C,MAAM,MAAM,iBAAiB,CAAC,CAAC,IAAI,CACjC,MAAM,EAAE,CAAC,EACT,iBAAiB,EAAE,UAAU,CAAC,OAAO,UAAU,CAAC,KAC7C,IAAI,CAAC;AAEV,eAAO,MAAM,SAAS,qMAUX,MAAM,uFAKI,aAAa,KAAK,IAAI,mBACxB,aAAa,KAAK,IAAI,eAC1B,IAAI,sIA4FlB,CAAC"}
1
+ {"version":3,"file":"useCursor.d.ts","sourceRoot":"","sources":["../../../src/components/Options/useCursor.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAI3C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAqD1C,MAAM,MAAM,iBAAiB,CAAC,CAAC,IAAI,CACjC,MAAM,EAAE,CAAC,EACT,iBAAiB,EAAE,UAAU,CAAC,OAAO,UAAU,CAAC,KAC7C,IAAI,CAAC;AAEV,eAAO,MAAM,SAAS,qMAUX,MAAM,WACN,MAAM,CAAC,CAAC,YACP,kBAAkB,CAAC,CAAC,KAC7B;IACD,MAAM,EAAE,MAAM;IACd,aAAa,EAAE,CAAC,CAAC,EAAE,aAAa,KAAK,IAAI;IACzC,WAAW,EAAE,CAAC,CAAC,EAAE,aAAa,KAAK,IAAI;IACvC,KAAK,EAAE,MAAM,IAAI;IACjB,iBAAiB,EAAE,WAAW,iBAAiB,CAAC;CA2FjD,CAAC"}
@@ -1,3 +1,7 @@
1
1
  import AnimatedVisibility from '../AnimatedVisibility';
2
- export declare const useVisible: (initialVisibility?: typeof AnimatedVisibility.HIDDEN | typeof AnimatedVisibility.HIDING | typeof AnimatedVisibility.VISIBLE | typeof AnimatedVisibility.UNHIDING) => [visible: import("../AnimatedVisibility/AnimatedVisibility").VisibilityType, hide: () => void, show: () => void];
2
+ export declare const useVisible: (initialVisibility?: typeof AnimatedVisibility.HIDDEN | typeof AnimatedVisibility.HIDING | typeof AnimatedVisibility.VISIBLE | typeof AnimatedVisibility.UNHIDING) => [
3
+ visible: typeof AnimatedVisibility.HIDDEN | typeof AnimatedVisibility.HIDING | typeof AnimatedVisibility.VISIBLE | typeof AnimatedVisibility.UNHIDING,
4
+ hide: () => void,
5
+ show: () => void
6
+ ];
3
7
  //# sourceMappingURL=useVisible.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useVisible.d.ts","sourceRoot":"","sources":["../../../src/components/Options/useVisible.ts"],"names":[],"mappings":"AAEA,OAAO,kBAAkB,MAAM,uBAAuB,CAAC;AAEvD,eAAO,MAAM,UAAU,uBAEjB,OAAO,mBAAmB,MAAM,GAChC,OAAO,mBAAmB,MAAM,GAChC,OAAO,mBAAmB,OAAO,GACjC,OAAO,mBAAmB,QAAQ,8FAO1B,IAAI,cACJ,IAAI,CAOjB,CAAC"}
1
+ {"version":3,"file":"useVisible.d.ts","sourceRoot":"","sources":["../../../src/components/Options/useVisible.ts"],"names":[],"mappings":"AAEA,OAAO,kBAAkB,MAAM,uBAAuB,CAAC;AAEvD,eAAO,MAAM,UAAU,uBAEjB,OAAO,kBAAkB,CAAC,MAAM,GAChC,OAAO,kBAAkB,CAAC,MAAM,GAChC,OAAO,kBAAkB,CAAC,OAAO,GACjC,OAAO,kBAAkB,CAAC,QAAQ,KACrC;IACD,OAAO,EACH,OAAO,kBAAkB,CAAC,MAAM,GAChC,OAAO,kBAAkB,CAAC,MAAM,GAChC,OAAO,kBAAkB,CAAC,OAAO,GACjC,OAAO,kBAAkB,CAAC,QAAQ;IACtC,IAAI,EAAE,MAAM,IAAI;IAChB,IAAI,EAAE,MAAM,IAAI;CAOjB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"OptionsPaginated.d.ts","sourceRoot":"","sources":["../../../src/components/OptionsPaginated/OptionsPaginated.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAkB,WAAW,EAAE,GAAG,EAAkB,MAAM,OAAO,CAAC;AAC9E,OAAO,KAA2B,MAAM,OAAO,CAAC;AAqBhD,eAAO,MAAM,KAAK,8CAAuC,CAAC;AAI1D,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;w3LAUtB,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;aAzBlB;QAAE,KAAK,EAAE,OAAO,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE,EAAE;YACxD,MAAM;;;;uBAIK,CAAC,OAAO,EAAE,MAAM,CAAC,KAAK,IAAI;0BACxB,MAAM,KAAK,IAAI;6oSAkFrC,CAAC;AAEF,eAAO,MAAM,UAAU,wKAMtB,CAAC"}
1
+ {"version":3,"file":"OptionsPaginated.d.ts","sourceRoot":"","sources":["../../../src/components/OptionsPaginated/OptionsPaginated.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAkB,WAAW,EAAE,GAAG,EAAkB,MAAM,OAAO,CAAC;AAC9E,OAAO,KAA2B,MAAM,OAAO,CAAC;AAqBhD,eAAO,MAAM,KAAK,8CAAuC,CAAC;AAI1D,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;w3LAUtB,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;aAzBlB;QAAE,KAAK,EAAE,OAAO,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE,EAAE;YACxD,MAAM;;;;cAIJ,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,CAAC,KAAK,IAAI;0BACxB,MAAM,KAAK,IAAI;6oSAkFrC,CAAC;AAEF,eAAO,MAAM,UAAU,wKAMtB,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { PaginatedSelectProps } from './PaginatedSelect';
2
3
  type PaginatedSelectFilteredProps = Omit<PaginatedSelectProps, 'setFilter'> & {
3
4
  setFilter: (value: string | undefined | number) => void;