@rocket.chat/fuselage 0.83.0 → 0.85.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.
- package/dist/Theme.d.ts.map +1 -1
- package/dist/components/AutoComplete/AutoComplete.d.ts +5 -0
- package/dist/components/AutoComplete/AutoComplete.d.ts.map +1 -1
- package/dist/components/Button/Button.d.ts +13 -1
- package/dist/components/Button/Button.d.ts.map +1 -1
- package/dist/components/Contextualbar/Contextualbar.d.ts +1 -1
- package/dist/components/Contextualbar/Contextualbar.d.ts.map +1 -1
- package/dist/components/Contextualbar/ContextualbarAction.d.ts +3 -4
- package/dist/components/Contextualbar/ContextualbarAction.d.ts.map +1 -1
- package/dist/components/Contextualbar/ContextualbarEmptyContent.d.ts +3 -4
- package/dist/components/Contextualbar/ContextualbarEmptyContent.d.ts.map +1 -1
- package/dist/components/Contextualbar/ContextualbarFooter.d.ts +1 -1
- package/dist/components/Contextualbar/ContextualbarFooter.d.ts.map +1 -1
- package/dist/components/Contextualbar/ContextualbarHeader.d.ts.map +1 -1
- package/dist/components/Contextualbar/ContextualbarSection.d.ts.map +1 -1
- package/dist/components/Contextualbar/ContextualbarTitle.d.ts.map +1 -1
- package/dist/components/Menu/MenuDropdown.d.ts +23 -1
- package/dist/components/Menu/MenuDropdown.d.ts.map +1 -1
- package/dist/components/Menu/MenuPopover.d.ts.map +1 -1
- package/dist/components/Menu/MenuPortalContext.d.ts +17 -0
- package/dist/components/Menu/MenuPortalContext.d.ts.map +1 -0
- package/dist/components/Menu/MenuSection.d.ts +7 -3
- package/dist/components/Menu/MenuSection.d.ts.map +1 -1
- package/dist/components/Menu/MenuSubmenu.d.ts +24 -0
- package/dist/components/Menu/MenuSubmenu.d.ts.map +1 -0
- package/dist/components/Menu/index.d.ts +1 -0
- package/dist/components/Menu/index.d.ts.map +1 -1
- package/dist/components/Menu/stately/MenuSubmenuTrigger.d.ts +20 -0
- package/dist/components/Menu/stately/MenuSubmenuTrigger.d.ts.map +1 -0
- package/dist/components/Message/helpers.d.ts +2 -3
- package/dist/components/Message/helpers.d.ts.map +1 -1
- package/dist/components/Popover/Popover.d.ts +3 -2
- package/dist/components/Popover/Popover.d.ts.map +1 -1
- package/dist/components/Sidebar/Item.d.ts +74 -0
- package/dist/components/Sidebar/Item.d.ts.map +1 -1
- package/dist/components/Sidebar/Section.d.ts +12 -0
- package/dist/components/Sidebar/Section.d.ts.map +1 -1
- package/dist/components/Sidebar/Sidebar.d.ts +6 -0
- package/dist/components/Sidebar/Sidebar.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarActions.d.ts +12 -0
- package/dist/components/Sidebar/SidebarActions.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarBanner.d.ts +9 -0
- package/dist/components/Sidebar/SidebarBanner.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarDivider.d.ts +3 -0
- package/dist/components/Sidebar/SidebarDivider.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarFooter.d.ts +12 -0
- package/dist/components/Sidebar/SidebarFooter.d.ts.map +1 -1
- package/dist/components/Sidebar/TopBar/TopBar.d.ts +5 -0
- package/dist/components/Sidebar/TopBar/TopBar.d.ts.map +1 -1
- package/dist/components/Sidebar/TopBar/TopBarAction.d.ts +3 -0
- package/dist/components/Sidebar/TopBar/TopBarAction.d.ts.map +1 -1
- package/dist/components/Sidebar/TopBar/TopBarActions.d.ts +3 -0
- package/dist/components/Sidebar/TopBar/TopBarActions.d.ts.map +1 -1
- package/dist/components/Sidebar/TopBar/TopBarSection.d.ts +6 -0
- package/dist/components/Sidebar/TopBar/TopBarSection.d.ts.map +1 -1
- package/dist/components/Sidebar/TopBar/TopBarTitle.d.ts +6 -0
- package/dist/components/Sidebar/TopBar/TopBarTitle.d.ts.map +1 -1
- package/dist/components/Sidebar/TopBar/TopBarToolBox.d.ts +6 -0
- package/dist/components/Sidebar/TopBar/TopBarToolBox.d.ts.map +1 -1
- package/dist/components/Sidebar/TopBar/TopBarV2.d.ts +6 -0
- package/dist/components/Sidebar/TopBar/TopBarV2.d.ts.map +1 -1
- package/dist/components/Sidebar/TopBar/TopBarWrapper.d.ts +6 -0
- package/dist/components/Sidebar/TopBar/TopBarWrapper.d.ts.map +1 -1
- package/dist/components/Sidebar/TopBar/index.d.ts +3 -0
- package/dist/components/Sidebar/TopBar/index.d.ts.map +1 -1
- package/dist/components/SidebarV2/SidebarCollapseGroup.d.ts +2 -1
- package/dist/components/SidebarV2/SidebarCollapseGroup.d.ts.map +1 -1
- package/dist/components/SidebarV2/SidebarCollapseGroupMenu.d.ts +3 -0
- package/dist/components/SidebarV2/SidebarCollapseGroupMenu.d.ts.map +1 -0
- package/dist/components/SidebarV2/SidebarGroupTitle.d.ts +2 -1
- package/dist/components/SidebarV2/SidebarGroupTitle.d.ts.map +1 -1
- package/dist/components/SidebarV2/helpers.d.ts.map +1 -1
- package/dist/components/SidebarV2/index.d.ts +1 -0
- package/dist/components/SidebarV2/index.d.ts.map +1 -1
- package/dist/components/index.d.ts +0 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/fuselage.css +4 -4
- package/dist/fuselage.css.map +1 -1
- package/dist/fuselage.development.js +466 -444
- package/dist/fuselage.development.js.map +1 -1
- package/dist/fuselage.production.js +13 -13
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +24 -25
- package/dist/components/ContextualbarV2/Contextualbar.d.ts +0 -10
- package/dist/components/ContextualbarV2/Contextualbar.d.ts.map +0 -1
- package/dist/components/ContextualbarV2/ContextualbarAction.d.ts +0 -7
- package/dist/components/ContextualbarV2/ContextualbarAction.d.ts.map +0 -1
- package/dist/components/ContextualbarV2/ContextualbarActions.d.ts +0 -5
- package/dist/components/ContextualbarV2/ContextualbarActions.d.ts.map +0 -1
- package/dist/components/ContextualbarV2/ContextualbarButton.d.ts +0 -5
- package/dist/components/ContextualbarV2/ContextualbarButton.d.ts.map +0 -1
- package/dist/components/ContextualbarV2/ContextualbarContent.d.ts +0 -7
- package/dist/components/ContextualbarV2/ContextualbarContent.d.ts.map +0 -1
- package/dist/components/ContextualbarV2/ContextualbarEmptyContent.d.ts +0 -11
- package/dist/components/ContextualbarV2/ContextualbarEmptyContent.d.ts.map +0 -1
- package/dist/components/ContextualbarV2/ContextualbarFooter.d.ts +0 -7
- package/dist/components/ContextualbarV2/ContextualbarFooter.d.ts.map +0 -1
- package/dist/components/ContextualbarV2/ContextualbarHeader.d.ts +0 -5
- package/dist/components/ContextualbarV2/ContextualbarHeader.d.ts.map +0 -1
- package/dist/components/ContextualbarV2/ContextualbarIcon.d.ts +0 -5
- package/dist/components/ContextualbarV2/ContextualbarIcon.d.ts.map +0 -1
- package/dist/components/ContextualbarV2/ContextualbarSection.d.ts +0 -7
- package/dist/components/ContextualbarV2/ContextualbarSection.d.ts.map +0 -1
- package/dist/components/ContextualbarV2/ContextualbarSkeleton.d.ts +0 -5
- package/dist/components/ContextualbarV2/ContextualbarSkeleton.d.ts.map +0 -1
- package/dist/components/ContextualbarV2/ContextualbarTitle.d.ts +0 -5
- package/dist/components/ContextualbarV2/ContextualbarTitle.d.ts.map +0 -1
- package/dist/components/ContextualbarV2/index.d.ts +0 -13
- package/dist/components/ContextualbarV2/index.d.ts.map +0 -1
package/dist/Theme.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Theme.d.ts","sourceRoot":"","sources":["../src/Theme.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Theme.d.ts","sourceRoot":"","sources":["../src/Theme.ts"],"names":[],"mappings":"AAUA,qBAAa,GAAG;IACd,OAAO,CAAC,IAAI,CAAS;IAErB,OAAO,CAAC,KAAK,CAAS;gBAEV,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM;IAKvC,QAAQ;IAIR,KAAK,CAAC,IAAI,EAAE,MAAM;CAGnB;AAED,eAAO,IAAI,wBAAwB,SAAQ,CAAC;AAC5C,eAAO,MAAM,+BAA+B,GAAI,OAAO,OAAO,SAE7D,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;CAYnB,CAAC;AAYF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;CAiBzB,CAAC;AAEF,KAAK,aAAa,GAAG,MAAM,OAAO,aAAa,CAAC;AAIhD,eAAO,MAAM,YAAY;;;;;;;;;;CAgBxB,CAAC;AAEF,KAAK,WAAW,GAAG,MAAM,OAAO,YAAY,CAAC;AAI7C,eAAO,MAAM,cAAc;;;;;;;;;;;;CAe1B,CAAC;AAEF,KAAK,cAAc,GAAG,MAAM,OAAO,cAAc,CAAC;AAIlD,eAAO,MAAM,sBAAsB;;;;;;;;CA6BlC,CAAC;AAEF,KAAK,sBAAsB,GAAG,MAAM,OAAO,sBAAsB,CAAC;AAElE,eAAO,MAAM,YAAY;;;;;;;;CA6BxB,CAAC;AAEF,KAAK,YAAY,GAAG,MAAM,OAAO,YAAY,CAAC;AAI9C,eAAO,MAAM,qBAAqB;;;;;;CAqBjC,CAAC;AAEF,KAAK,qBAAqB,GAAG,MAAM,OAAO,qBAAqB,CAAC;AAIhE,eAAO,MAAM,YAAY;;;;;;;CAmBxB,CAAC;AAEF,KAAK,YAAY,GAAG,MAAM,OAAO,YAAY,CAAC;AAE9C,eAAO,MAAM,cAAc,GAAI,OAAO,OAAO,KAAG,KAAK,IAAI,aACJ,CAAC;AAEtD,eAAO,MAAM,aAAa,GAAI,OAAO,OAAO,KAAG,KAAK,IAAI,WACJ,CAAC;AAErD,eAAO,MAAM,eAAe,GAAI,OAAO,OAAO,KAAG,KAAK,IAAI,cACJ,CAAC;AAEvD,eAAO,MAAM,YAAY,GAAI,OAAO,OAAO,KAAG,KAAK,IAAI,qBACM,CAAC;AAE9D,eAAO,MAAM,uBAAuB,GAClC,OAAO,OAAO,KACb,KAAK,IAAI,sBACkD,CAAC;AAE/D,eAAO,MAAM,aAAa,GAAI,OAAO,OAAO,KAAG,KAAK,IAAI,YACJ,CAAC;AAErD,eAAO,MAAM,aAAa,GAAI,OAAO,OAAO,KAAG,KAAK,IAAI,YACJ,CAAC;AAErD,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQnB,CAAC"}
|
|
@@ -3,6 +3,9 @@ export type AutoCompleteOption<TLabel> = {
|
|
|
3
3
|
value: string;
|
|
4
4
|
label: TLabel;
|
|
5
5
|
};
|
|
6
|
+
/**
|
|
7
|
+
* @deprecated Use `SelectFilteredProps` or `MultiSelectFilteredProps` instead.
|
|
8
|
+
*/
|
|
6
9
|
export type AutoCompleteProps<TLabel = ReactNode> = Omit<AllHTMLAttributes<HTMLInputElement>, 'value' | 'onChange' | 'is'> & {
|
|
7
10
|
filter: string;
|
|
8
11
|
setFilter?: (filter: string) => void;
|
|
@@ -31,6 +34,8 @@ export type AutoCompleteProps<TLabel = ReactNode> = Omit<AllHTMLAttributes<HTMLI
|
|
|
31
34
|
} & RefAttributes<HTMLInputElement>;
|
|
32
35
|
/**
|
|
33
36
|
* An input for selection of options.
|
|
37
|
+
*
|
|
38
|
+
* @deprecated Use `SelectFiltered` or `MultiSelectFiltered` instead.
|
|
34
39
|
*/
|
|
35
40
|
declare function AutoComplete<TLabel = ReactNode>({ ref, value, filter, setFilter, options, renderItem, renderSelected: RenderSelected, onChange, renderEmpty, placeholder, error, disabled, multiple, onBlur: onBlurAction, ...props }: AutoCompleteProps<TLabel>): import("react").JSX.Element;
|
|
36
41
|
export default AutoComplete;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AutoComplete.d.ts","sourceRoot":"","sources":["../../../src/components/AutoComplete/AutoComplete.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,iBAAiB,EAEjB,aAAa,EAEb,UAAU,EACV,iBAAiB,EACjB,SAAS,EACT,aAAa,EACd,MAAM,OAAO,CAAC;AAYf,MAAM,MAAM,kBAAkB,CAAC,MAAM,IAAI;IACvC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AA0BF,MAAM,MAAM,iBAAiB,CAAC,MAAM,GAAG,SAAS,IAAI,IAAI,CACtD,iBAAiB,CAAC,gBAAgB,CAAC,EACnC,OAAO,GAAG,UAAU,GAAG,IAAI,CAC5B,GAAG;IACF,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,OAAO,CAAC,EAAE,kBAAkB,CAAC,MAAM,CAAC,EAAE,CAAC;IACvC,cAAc,CAAC,EAAE,aAAa,CAAC;QAC7B,QAAQ,EAAE,kBAAkB,CAAC,MAAM,CAAC,CAAC;QACrC,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;KAC3D,CAAC,CAAC;IACH,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,IAAI,CAAC;IAC7C,UAAU,CAAC,EAAE,aAAa,CAAC;QACzB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,KAAK,CAAC,EAAE,OAAO,CAAC;QAChB,WAAW,EAAE,iBAAiB,CAAC;KAChC,CAAC,CAAC;IACH,WAAW,CAAC,EAAE,aAAa,CAAC;QAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB,CAAC,CAAC;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC3B,GAAG,aAAa,CAAC,gBAAgB,CAAC,CAAC;AAEpC
|
|
1
|
+
{"version":3,"file":"AutoComplete.d.ts","sourceRoot":"","sources":["../../../src/components/AutoComplete/AutoComplete.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,iBAAiB,EAEjB,aAAa,EAEb,UAAU,EACV,iBAAiB,EACjB,SAAS,EACT,aAAa,EACd,MAAM,OAAO,CAAC;AAYf,MAAM,MAAM,kBAAkB,CAAC,MAAM,IAAI;IACvC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AA0BF;;GAEG;AACH,MAAM,MAAM,iBAAiB,CAAC,MAAM,GAAG,SAAS,IAAI,IAAI,CACtD,iBAAiB,CAAC,gBAAgB,CAAC,EACnC,OAAO,GAAG,UAAU,GAAG,IAAI,CAC5B,GAAG;IACF,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,OAAO,CAAC,EAAE,kBAAkB,CAAC,MAAM,CAAC,EAAE,CAAC;IACvC,cAAc,CAAC,EAAE,aAAa,CAAC;QAC7B,QAAQ,EAAE,kBAAkB,CAAC,MAAM,CAAC,CAAC;QACrC,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;KAC3D,CAAC,CAAC;IACH,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,IAAI,CAAC;IAC7C,UAAU,CAAC,EAAE,aAAa,CAAC;QACzB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,KAAK,CAAC,EAAE,OAAO,CAAC;QAChB,WAAW,EAAE,iBAAiB,CAAC;KAChC,CAAC,CAAC;IACH,WAAW,CAAC,EAAE,aAAa,CAAC;QAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB,CAAC,CAAC;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC3B,GAAG,aAAa,CAAC,gBAAgB,CAAC,CAAC;AAEpC;;;;GAIG;AACH,iBAAS,YAAY,CAAC,MAAM,GAAG,SAAS,EAAE,EACxC,GAAG,EACH,KAAK,EACL,MAAM,EACN,SAAS,EACT,OAAY,EACZ,UAAU,EACV,cAAc,EAAE,cAAc,EAC9B,QAAQ,EACR,WAAW,EACX,WAAW,EACX,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,MAAM,EAAE,YAAuB,EAC/B,GAAG,KAAK,EACT,EAAE,iBAAiB,CAAC,MAAM,CAAC,+BAqK3B;AAED,eAAe,YAAY,CAAC"}
|
|
@@ -2,17 +2,29 @@ import type { AllHTMLAttributes, RefAttributes } from 'react';
|
|
|
2
2
|
import { type BoxProps } from '../Box';
|
|
3
3
|
import { type IconProps } from '../Icon';
|
|
4
4
|
export type ButtonProps = Omit<BoxProps, 'ref'> & {
|
|
5
|
+
variant?: 'primary' | 'secondary' | 'danger' | 'warning' | 'success' | 'secondary-danger' | 'secondary-warning' | 'secondary-success';
|
|
6
|
+
size?: 'mini' | 'tiny' | 'small' | 'medium' | 'large';
|
|
7
|
+
/** @deprecated Use `variant="primary"` instead. */
|
|
5
8
|
primary?: boolean;
|
|
9
|
+
/** @deprecated Use `variant="secondary"` instead. */
|
|
6
10
|
secondary?: boolean;
|
|
11
|
+
/** @deprecated Use `variant="danger"` instead. */
|
|
7
12
|
danger?: boolean;
|
|
13
|
+
/** @deprecated Use `variant="warning"` instead. */
|
|
8
14
|
warning?: boolean;
|
|
15
|
+
/** @deprecated Use `variant="success"` instead. */
|
|
9
16
|
success?: boolean;
|
|
10
17
|
disabled?: boolean;
|
|
11
18
|
loading?: boolean;
|
|
19
|
+
/** @deprecated Use `size="mini"` instead. */
|
|
12
20
|
mini?: boolean;
|
|
21
|
+
/** @deprecated Use `size="tiny"` instead. */
|
|
13
22
|
tiny?: boolean;
|
|
23
|
+
/** @deprecated Use `size="small"` instead. */
|
|
14
24
|
small?: boolean;
|
|
25
|
+
/** @deprecated Use `size="medium"` instead. */
|
|
15
26
|
medium?: boolean;
|
|
27
|
+
/** @deprecated Use `size="large"` instead. */
|
|
16
28
|
large?: boolean;
|
|
17
29
|
square?: boolean;
|
|
18
30
|
external?: boolean;
|
|
@@ -21,6 +33,6 @@ export type ButtonProps = Omit<BoxProps, 'ref'> & {
|
|
|
21
33
|
/**
|
|
22
34
|
* Indicates an actionable user action.
|
|
23
35
|
*/
|
|
24
|
-
declare function Button({ ref, primary, secondary, danger, warning, success, external, icon, is, rel: _rel, tiny, mini, small, medium, large, square, loading, disabled, children, ...props }: ButtonProps): import("react").JSX.Element;
|
|
36
|
+
declare function Button({ ref, variant, primary, secondary, danger, warning, success, external, icon, is, rel: _rel, size, tiny, mini, small, medium, large, square, loading, disabled, children, ...props }: ButtonProps): import("react").JSX.Element;
|
|
25
37
|
export default Button;
|
|
26
38
|
//# sourceMappingURL=Button.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/components/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAG9D,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAC5C,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,SAAS,CAAC;AAE/C,MAAM,MAAM,WAAW,GAAG,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC,GAAG;IAChD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;CAC1B,GAAG,IAAI,CACJ,iBAAiB,CAAC,iBAAiB,GAAG,iBAAiB,CAAC,EACxD,IAAI,GAAG,WAAW,GAAG,MAAM,CAC5B,GACD,aAAa,CAAC,iBAAiB,GAAG,iBAAiB,CAAC,CAAC;AAEvD;;GAEG;AACH,iBAAS,MAAM,CAAC,EACd,GAAG,EACH,OAAO,EACP,SAAS,EACT,MAAM,EACN,OAAO,EACP,OAAO,EACP,QAAQ,EACR,IAAI,EACJ,EAAa,EACb,GAAG,EAAE,IAAI,EACT,IAAI,EACJ,IAAI,EACJ,KAAK,EACL,MAAM,EACN,KAAK,EACL,MAAM,EACN,OAAO,EACP,QAAQ,EACR,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,WAAW,+
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/components/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAG9D,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAC5C,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,SAAS,CAAC;AAE/C,MAAM,MAAM,WAAW,GAAG,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC,GAAG;IAChD,OAAO,CAAC,EACJ,SAAS,GACT,WAAW,GACX,QAAQ,GACR,SAAS,GACT,SAAS,GACT,kBAAkB,GAClB,mBAAmB,GACnB,mBAAmB,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACtD,mDAAmD;IACnD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,qDAAqD;IACrD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,kDAAkD;IAClD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,mDAAmD;IACnD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,mDAAmD;IACnD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,6CAA6C;IAC7C,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,6CAA6C;IAC7C,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,8CAA8C;IAC9C,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,+CAA+C;IAC/C,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,8CAA8C;IAC9C,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;CAC1B,GAAG,IAAI,CACJ,iBAAiB,CAAC,iBAAiB,GAAG,iBAAiB,CAAC,EACxD,IAAI,GAAG,WAAW,GAAG,MAAM,CAC5B,GACD,aAAa,CAAC,iBAAiB,GAAG,iBAAiB,CAAC,CAAC;AAEvD;;GAEG;AACH,iBAAS,MAAM,CAAC,EACd,GAAG,EACH,OAAO,EACP,OAAO,EACP,SAAS,EACT,MAAM,EACN,OAAO,EACP,OAAO,EACP,QAAQ,EACR,IAAI,EACJ,EAAa,EACb,GAAG,EAAE,IAAI,EACT,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,KAAK,EACL,MAAM,EACN,KAAK,EACL,MAAM,EACN,OAAO,EACP,QAAQ,EACR,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,WAAW,+BAuEb;AAED,eAAe,MAAM,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { RefAttributes } from 'react';
|
|
2
|
-
import type
|
|
2
|
+
import { type BoxProps } from '../Box';
|
|
3
3
|
export type ContextualbarProps = Omit<BoxProps, 'ref'> & RefAttributes<HTMLElement>;
|
|
4
4
|
/**
|
|
5
5
|
* The `Contextualbar` has the purpose to persist and input information about the scope of the related page.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Contextualbar.d.ts","sourceRoot":"","sources":["../../../src/components/Contextualbar/Contextualbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Contextualbar.d.ts","sourceRoot":"","sources":["../../../src/components/Contextualbar/Contextualbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAG3C,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAE5C,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC,GACpD,aAAa,CAAC,WAAW,CAAC,CAAC;AAE7B;;GAEG;AACH,iBAAS,aAAa,CAAC,EACrB,KAAK,EACL,QAAQ,EACR,eAAwB,EACxB,GAAG,KAAK,EACT,EAAE,kBAAkB,+BAqBpB;;AAED,wBAAmC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type { IconButtonProps } from '../Button/IconButton';
|
|
1
|
+
import { type IconButtonProps } from '../Button';
|
|
3
2
|
export type ContextualbarActionProps = {
|
|
4
|
-
name:
|
|
5
|
-
} & Omit<IconButtonProps, 'icon'>;
|
|
3
|
+
name: IconButtonProps['icon'];
|
|
4
|
+
} & Omit<IconButtonProps, 'name' | 'icon'>;
|
|
6
5
|
declare const _default: import("react").MemoExoticComponent<({ name, ...props }: ContextualbarActionProps) => import("react").JSX.Element>;
|
|
7
6
|
export default _default;
|
|
8
7
|
//# sourceMappingURL=ContextualbarAction.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContextualbarAction.d.ts","sourceRoot":"","sources":["../../../src/components/Contextualbar/ContextualbarAction.tsx"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"ContextualbarAction.d.ts","sourceRoot":"","sources":["../../../src/components/Contextualbar/ContextualbarAction.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAc,KAAK,eAAe,EAAE,MAAM,WAAW,CAAC;AAE7D,MAAM,MAAM,wBAAwB,GAAG;IACrC,IAAI,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;CAC/B,GAAG,IAAI,CAAC,eAAe,EAAE,MAAM,GAAG,MAAM,CAAC,CAAC;iFAEM,wBAAwB;AAIzE,wBAAyC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type {
|
|
3
|
-
|
|
4
|
-
export type ContextualbarEmptyContentProps = Omit<BoxProps, 'ref'> & RefAttributes<HTMLElement> & {
|
|
1
|
+
import { type StatesIconProps } from '../States';
|
|
2
|
+
import type { ContextualbarContentProps } from './ContextualbarContent';
|
|
3
|
+
export type ContextualbarEmptyContentProps = ContextualbarContentProps & {
|
|
5
4
|
icon?: StatesIconProps['name'];
|
|
6
5
|
title?: string;
|
|
7
6
|
subtitle?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContextualbarEmptyContent.d.ts","sourceRoot":"","sources":["../../../src/components/Contextualbar/ContextualbarEmptyContent.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ContextualbarEmptyContent.d.ts","sourceRoot":"","sources":["../../../src/components/Contextualbar/ContextualbarEmptyContent.tsx"],"names":[],"mappings":"AAEA,OAAO,EAKL,KAAK,eAAe,EACrB,MAAM,WAAW,CAAC;AAEnB,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,wBAAwB,CAAC;AAGxE,MAAM,MAAM,8BAA8B,GAAG,yBAAyB,GAAG;IACvE,IAAI,CAAC,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,iBAAS,yBAAyB,CAAC,EACjC,IAAkB,EAClB,KAAuB,EACvB,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,8BAA8B,+BAUhC;;AAED,wBAA+C"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { RefAttributes } from 'react';
|
|
2
|
-
import type
|
|
2
|
+
import { type BoxProps } from '../Box';
|
|
3
3
|
export type ContextualbarFooterProps = Omit<BoxProps, 'ref'> & RefAttributes<HTMLElement>;
|
|
4
4
|
declare function ContextualbarFooter(props: ContextualbarFooterProps): import("react").JSX.Element;
|
|
5
5
|
declare const _default: import("react").MemoExoticComponent<typeof ContextualbarFooter>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContextualbarFooter.d.ts","sourceRoot":"","sources":["../../../src/components/Contextualbar/ContextualbarFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ContextualbarFooter.d.ts","sourceRoot":"","sources":["../../../src/components/Contextualbar/ContextualbarFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAG3C,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAE5C,MAAM,MAAM,wBAAwB,GAAG,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC,GAC1D,aAAa,CAAC,WAAW,CAAC,CAAC;AAE7B,iBAAS,mBAAmB,CAAC,KAAK,EAAE,wBAAwB,+BAE3D;;AAED,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContextualbarHeader.d.ts","sourceRoot":"","sources":["../../../src/components/Contextualbar/ContextualbarHeader.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ContextualbarHeader.d.ts","sourceRoot":"","sources":["../../../src/components/Contextualbar/ContextualbarHeader.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAE5C,MAAM,MAAM,wBAAwB,GAAG,QAAQ,CAAC;qFAK7C,wBAAwB;AA6B3B,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContextualbarSection.d.ts","sourceRoot":"","sources":["../../../src/components/Contextualbar/ContextualbarSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAG3C,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAE5C,MAAM,MAAM,yBAAyB,GAAG,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC,GAC3D,aAAa,CAAC,WAAW,CAAC,CAAC;AAE7B,iBAAS,oBAAoB,CAAC,KAAK,EAAE,yBAAyB,+
|
|
1
|
+
{"version":3,"file":"ContextualbarSection.d.ts","sourceRoot":"","sources":["../../../src/components/Contextualbar/ContextualbarSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAG3C,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAE5C,MAAM,MAAM,yBAAyB,GAAG,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC,GAC3D,aAAa,CAAC,WAAW,CAAC,CAAC;AAE7B,iBAAS,oBAAoB,CAAC,KAAK,EAAE,yBAAyB,+BAa7D;;AAED,wBAA0C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContextualbarTitle.d.ts","sourceRoot":"","sources":["../../../src/components/Contextualbar/ContextualbarTitle.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAE5C,MAAM,MAAM,uBAAuB,GAAG,QAAQ,CAAC;oEAEZ,uBAAuB;
|
|
1
|
+
{"version":3,"file":"ContextualbarTitle.d.ts","sourceRoot":"","sources":["../../../src/components/Contextualbar/ContextualbarTitle.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAE5C,MAAM,MAAM,uBAAuB,GAAG,QAAQ,CAAC;oEAEZ,uBAAuB;AAW1D,wBAAwC"}
|
|
@@ -1,4 +1,26 @@
|
|
|
1
|
+
import type { KeyboardEvent } from '@react-types/shared';
|
|
2
|
+
import type { RefObject } from 'react';
|
|
1
3
|
import type { AriaMenuProps } from 'react-aria';
|
|
2
|
-
|
|
4
|
+
import type { RootMenuTriggerState } from 'react-stately';
|
|
5
|
+
export type MenuDropDownProps<T extends object> = AriaMenuProps<T> & {
|
|
6
|
+
/**
|
|
7
|
+
* The root menu trigger state, shared across every (sub)menu level so the
|
|
8
|
+
* submenu hooks can track the open submenu stack.
|
|
9
|
+
*/
|
|
10
|
+
rootMenuTriggerState: RootMenuTriggerState;
|
|
11
|
+
/**
|
|
12
|
+
* Ref of the menu container. Submenus pass their `submenuRef` here so
|
|
13
|
+
* `useSubmenuTrigger` can wire pointer/keyboard behavior to the right element.
|
|
14
|
+
*/
|
|
15
|
+
menuRef?: RefObject<HTMLDivElement | null>;
|
|
16
|
+
/** The nesting level of the menu, provided by `useSubmenuTrigger` for submenus. */
|
|
17
|
+
submenuLevel?: number;
|
|
18
|
+
/**
|
|
19
|
+
* Keydown handler forwarded to the underlying menu element. Submenus use this
|
|
20
|
+
* to override the Escape behavior so it closes a single level at a time.
|
|
21
|
+
*/
|
|
22
|
+
onKeyDown?: (event: KeyboardEvent) => void;
|
|
23
|
+
};
|
|
24
|
+
declare function MenuDropDown<T extends object>({ rootMenuTriggerState, menuRef, ...props }: MenuDropDownProps<T>): import("react").JSX.Element;
|
|
3
25
|
export default MenuDropDown;
|
|
4
26
|
//# sourceMappingURL=MenuDropdown.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MenuDropdown.d.ts","sourceRoot":"","sources":["../../../src/components/Menu/MenuDropdown.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MenuDropdown.d.ts","sourceRoot":"","sources":["../../../src/components/Menu/MenuDropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAEhD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAO1D,MAAM,MAAM,iBAAiB,CAAC,CAAC,SAAS,MAAM,IAAI,aAAa,CAAC,CAAC,CAAC,GAAG;IACnE;;;OAGG;IACH,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C;;;OAGG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;IAC3C,mFAAmF;IACnF,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;CAC5C,CAAC;AAEF,iBAAS,YAAY,CAAC,CAAC,SAAS,MAAM,EAAE,EACtC,oBAAoB,EACpB,OAAO,EACP,GAAG,KAAK,EACT,EAAE,iBAAiB,CAAC,CAAC,CAAC,+BAwCtB;AAED,eAAe,YAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MenuPopover.d.ts","sourceRoot":"","sources":["../../../src/components/Menu/MenuPopover.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"MenuPopover.d.ts","sourceRoot":"","sources":["../../../src/components/Menu/MenuPopover.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAEnD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AAQzD,KAAK,gBAAgB,GAAG,IAAI,CAAC,gBAAgB,EAAE,YAAY,CAAC,GAAG;IAC7D,QAAQ,EAAE,SAAS,CAAC;IACpB,KAAK,EAAE,mBAAmB,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,iBAAS,WAAW,CAAC,EACnB,QAAQ,EACR,KAAK,EACL,MAAU,EACV,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,gBAAgB,+BAgElB;AAED,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { RefObject } from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* Ref to the root menu popover's portal container.
|
|
4
|
+
*
|
|
5
|
+
* Submenu popovers portal into this container instead of straight into
|
|
6
|
+
* `document.body`, so the whole menu tree lives in a single DOM subtree nested
|
|
7
|
+
* under the root popover. This mirrors `react-aria-components`'
|
|
8
|
+
* `PopoverGroupContext` and is what keeps focus tracking and `aria-hidden`
|
|
9
|
+
* scoping correct across submenu levels — without it each portaled submenu
|
|
10
|
+
* looks like "outside" to the root popover and close-on-blur tears the tree
|
|
11
|
+
* down.
|
|
12
|
+
*
|
|
13
|
+
* `null` means there is no root yet, i.e. the consuming popover IS the root.
|
|
14
|
+
*/
|
|
15
|
+
export declare const MenuPortalContext: import("react").Context<RefObject<HTMLElement | null> | null>;
|
|
16
|
+
export declare const useMenuPortalContainer: () => RefObject<HTMLElement | null> | null;
|
|
17
|
+
//# sourceMappingURL=MenuPortalContext.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MenuPortalContext.d.ts","sourceRoot":"","sources":["../../../src/components/Menu/MenuPortalContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,iBAAiB,+DAC6B,CAAC;AAE5D,eAAO,MAAM,sBAAsB,QAC7B,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC,GAAG,IAAqC,CAAC"}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
|
-
import type { Node } from '@react-types/shared';
|
|
2
|
-
import type {
|
|
1
|
+
import type { Key, Node } from '@react-types/shared';
|
|
2
|
+
import type { RefObject } from 'react';
|
|
3
|
+
import type { RootMenuTriggerState, TreeState } from 'react-stately';
|
|
3
4
|
type MenuSectionProps<T extends object> = {
|
|
4
5
|
section: Node<T>;
|
|
5
6
|
state: TreeState<unknown>;
|
|
7
|
+
rootMenuTriggerState: RootMenuTriggerState;
|
|
8
|
+
parentMenuRef: RefObject<HTMLElement | null>;
|
|
9
|
+
onAction?: (key: Key) => void;
|
|
6
10
|
};
|
|
7
|
-
declare function MenuSection<T extends object>({ section, state, }: MenuSectionProps<T>): import("react").JSX.Element;
|
|
11
|
+
declare function MenuSection<T extends object>({ section, state, rootMenuTriggerState, parentMenuRef, onAction, }: MenuSectionProps<T>): import("react").JSX.Element;
|
|
8
12
|
export default MenuSection;
|
|
9
13
|
//# sourceMappingURL=MenuSection.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MenuSection.d.ts","sourceRoot":"","sources":["../../../src/components/Menu/MenuSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"MenuSection.d.ts","sourceRoot":"","sources":["../../../src/components/Menu/MenuSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,oBAAoB,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AASrE,KAAK,gBAAgB,CAAC,CAAC,SAAS,MAAM,IAAI;IACxC,OAAO,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;IACjB,KAAK,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;IAC1B,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,aAAa,EAAE,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC;IAC7C,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAC;CAC/B,CAAC;AAEF,iBAAS,WAAW,CAAC,CAAC,SAAS,MAAM,EAAE,EACrC,OAAO,EACP,KAAK,EACL,oBAAoB,EACpB,aAAa,EACb,QAAQ,GACT,EAAE,gBAAgB,CAAC,CAAC,CAAC,+BAuCrB;AAED,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { Key, Node } from '@react-types/shared';
|
|
2
|
+
import type { RefObject } from 'react';
|
|
3
|
+
import type { RootMenuTriggerState, TreeState } from 'react-stately';
|
|
4
|
+
import type { MenuOptionProps } from './MenuOption';
|
|
5
|
+
type MenuSubmenuProps = {
|
|
6
|
+
item: Node<{
|
|
7
|
+
variant?: MenuOptionProps['variant'];
|
|
8
|
+
}>;
|
|
9
|
+
state: TreeState<unknown>;
|
|
10
|
+
rootMenuTriggerState: RootMenuTriggerState;
|
|
11
|
+
parentMenuRef: RefObject<HTMLElement | null>;
|
|
12
|
+
onAction?: (key: Key) => void;
|
|
13
|
+
};
|
|
14
|
+
/**
|
|
15
|
+
* Renders a menu item that opens a nested submenu.
|
|
16
|
+
*
|
|
17
|
+
* The trigger item belongs to the parent menu's tree state (so arrow-key
|
|
18
|
+
* navigation keeps working), while the submenu renders its own `MenuDropDown`
|
|
19
|
+
* built from the trigger's children — giving it an isolated collection and
|
|
20
|
+
* focus scope, mirroring how `react-aria-components` handles `SubmenuTrigger`.
|
|
21
|
+
*/
|
|
22
|
+
declare function MenuSubmenu({ item, state, rootMenuTriggerState, parentMenuRef, onAction, }: MenuSubmenuProps): import("react").JSX.Element;
|
|
23
|
+
export default MenuSubmenu;
|
|
24
|
+
//# sourceMappingURL=MenuSubmenu.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MenuSubmenu.d.ts","sourceRoot":"","sources":["../../../src/components/Menu/MenuSubmenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAGV,GAAG,EAEH,IAAI,EACL,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,OAAO,KAAK,EAAE,oBAAoB,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAMrE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAIpD,KAAK,gBAAgB,GAAG;IACtB,IAAI,EAAE,IAAI,CAAC;QACT,OAAO,CAAC,EAAE,eAAe,CAAC,SAAS,CAAC,CAAC;KACtC,CAAC,CAAC;IACH,KAAK,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;IAC1B,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,aAAa,EAAE,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC;IAC7C,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAC;CAC/B,CAAC;AAEF;;;;;;;GAOG;AACH,iBAAS,WAAW,CAAC,EACnB,IAAI,EACJ,KAAK,EACL,oBAAoB,EACpB,aAAa,EACb,QAAQ,GACT,EAAE,gBAAgB,+BAgGlB;AAED,eAAe,WAAW,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { default as Menu, type MenuProps } from './Menu';
|
|
2
2
|
export { default as MenuItem, type MenuItemProps } from './stately/MenuItem';
|
|
3
|
+
export { default as MenuSubmenuTrigger, type MenuSubmenuTriggerProps, } from './stately/MenuSubmenuTrigger';
|
|
3
4
|
export type { PartialNode } from './stately/PartialNode';
|
|
4
5
|
export { default as MenuSection, type MenuSectionProps, } from './stately/MenuSection';
|
|
5
6
|
export { OptionAvatar as MenuItemAvatar, type OptionAvatarProps as MenuItemAvatarProps, OptionColumn as MenuItemColumn, type OptionColumnProps as MenuItemColumnProps, OptionContent as MenuItemContent, type OptionContentProps as MenuItemContentProps, OptionIcon as MenuItemIcon, type OptionIconProps as MenuItemIconProps, OptionInput as MenuItemInput, type OptionInputProps as MenuItemInputProps, OptionSkeleton as MenuItemSkeleton, OptionTitle as MenuItemTitle, type OptionTitleProps as MenuItemTitleProps, OptionDescriptionBlock as MenuItemDescription, type OptionDescriptionBlockProps as MenuItemDescriptionProps, } from '../Option';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Menu/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,KAAK,SAAS,EAAE,MAAM,QAAQ,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAC7E,YAAY,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EACL,OAAO,IAAI,WAAW,EACtB,KAAK,gBAAgB,GACtB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACL,YAAY,IAAI,cAAc,EAC9B,KAAK,iBAAiB,IAAI,mBAAmB,EAC7C,YAAY,IAAI,cAAc,EAC9B,KAAK,iBAAiB,IAAI,mBAAmB,EAC7C,aAAa,IAAI,eAAe,EAChC,KAAK,kBAAkB,IAAI,oBAAoB,EAC/C,UAAU,IAAI,YAAY,EAC1B,KAAK,eAAe,IAAI,iBAAiB,EACzC,WAAW,IAAI,aAAa,EAC5B,KAAK,gBAAgB,IAAI,kBAAkB,EAC3C,cAAc,IAAI,gBAAgB,EAClC,WAAW,IAAI,aAAa,EAC5B,KAAK,gBAAgB,IAAI,kBAAkB,EAC3C,sBAAsB,IAAI,mBAAmB,EAC7C,KAAK,2BAA2B,IAAI,wBAAwB,GAC7D,MAAM,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Menu/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,KAAK,SAAS,EAAE,MAAM,QAAQ,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAC7E,OAAO,EACL,OAAO,IAAI,kBAAkB,EAC7B,KAAK,uBAAuB,GAC7B,MAAM,8BAA8B,CAAC;AACtC,YAAY,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EACL,OAAO,IAAI,WAAW,EACtB,KAAK,gBAAgB,GACtB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACL,YAAY,IAAI,cAAc,EAC9B,KAAK,iBAAiB,IAAI,mBAAmB,EAC7C,YAAY,IAAI,cAAc,EAC9B,KAAK,iBAAiB,IAAI,mBAAmB,EAC7C,aAAa,IAAI,eAAe,EAChC,KAAK,kBAAkB,IAAI,oBAAoB,EAC/C,UAAU,IAAI,YAAY,EAC1B,KAAK,eAAe,IAAI,iBAAiB,EACzC,WAAW,IAAI,aAAa,EAC5B,KAAK,gBAAgB,IAAI,kBAAkB,EAC3C,cAAc,IAAI,gBAAgB,EAClC,WAAW,IAAI,aAAa,EAC5B,KAAK,gBAAgB,IAAI,kBAAkB,EAC3C,sBAAsB,IAAI,mBAAmB,EAC7C,KAAK,2BAA2B,IAAI,wBAAwB,GAC7D,MAAM,WAAW,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { ItemProps } from '@react-types/shared';
|
|
2
|
+
import type { ReactNode } from 'react';
|
|
3
|
+
import type { PartialNode } from './PartialNode';
|
|
4
|
+
export type MenuSubmenuTriggerProps<T> = Omit<ItemProps<T>, 'title' | 'children'> & {
|
|
5
|
+
/**
|
|
6
|
+
* The trigger item followed by the submenu items.
|
|
7
|
+
*
|
|
8
|
+
* The **first** child is rendered as the entry in the parent menu — it may
|
|
9
|
+
* use the rich `MenuItem*` sub-components (`MenuItemIcon`, `MenuItemContent`,
|
|
10
|
+
* …). The **remaining** children populate the submenu that opens beside it.
|
|
11
|
+
*/
|
|
12
|
+
children: ReactNode;
|
|
13
|
+
variant?: 'danger' | 'success' | 'warning' | 'primary';
|
|
14
|
+
};
|
|
15
|
+
declare function MenuSubmenuTrigger<T>(_props: MenuSubmenuTriggerProps<T>): null;
|
|
16
|
+
declare namespace MenuSubmenuTrigger {
|
|
17
|
+
var getCollectionNode: <T>(props: MenuSubmenuTriggerProps<T>, context: any) => Generator<PartialNode<T>>;
|
|
18
|
+
}
|
|
19
|
+
export default MenuSubmenuTrigger;
|
|
20
|
+
//# sourceMappingURL=MenuSubmenuTrigger.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MenuSubmenuTrigger.d.ts","sourceRoot":"","sources":["../../../../src/components/Menu/stately/MenuSubmenuTrigger.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,KAAK,EAAgB,SAAS,EAAE,MAAM,OAAO,CAAC;AAGrD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD,MAAM,MAAM,uBAAuB,CAAC,CAAC,IAAI,IAAI,CAC3C,SAAS,CAAC,CAAC,CAAC,EACZ,OAAO,GAAG,UAAU,CACrB,GAAG;IACF;;;;;;OAMG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB,OAAO,CAAC,EAAE,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,CAAC;CACxD,CAAC;AAEF,iBAAS,kBAAkB,CAAC,CAAC,EAAE,MAAM,EAAE,uBAAuB,CAAC,CAAC,CAAC,QAEhE;kBAFQ,kBAAkB;4BAqBwC,CAAC,SAC3D,uBAAuB,CAAC,CAAC,CAAC,WACxB,GAAG,KACX,SAAS,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;;AA+C5B,eAAe,kBAAkB,CAAC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { ReactNode } from 'react';
|
|
1
|
+
import type { FC, ReactNode } from 'react';
|
|
3
2
|
export declare const avatarUrl = "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCAAoACgDASIAAhEBAxEB/8QAGwAAAgIDAQAAAAAAAAAAAAAAAAcEBgIDBQj/xAAuEAACAQQAAwcEAQUAAAAAAAABAgMABAUREiExBhMUIkFRYQcWcYGhFTJSgpH/xAAYAQADAQEAAAAAAAAAAAAAAAACAwQBAP/EAB4RAAIBBQEBAQAAAAAAAAAAAAABAgMREiExE0HR/9oADAMBAAIRAxEAPwBuXuIkhBuMe5ib/AHQP49q4L3mLitryTLTSpOiHQI5k/HzXa/qbFOEudVTu1dumWvcTaNCZYZ7vU6g6LxqjOU/24dfs1Ouh9FnkMpd3Reeyx83hAxZZEhkdV9/MBrX71WGPvJcqrJBGveKATtuXXqNU0pu02bTHXD/AGvJAluyxxRd6F4x00o+NdKoVrjbzJdvVe1t5cVLc2ck8qjnohgpPtz2v7G6JtPQ2VJwjlcw+37mchpnK6GtIuv5NFWeTsLNPvxWTvpfjvOEfwKKzEVkSct2vscS/BIzSN0YRkeX81UpPqO8masJETu7OOccY4dswYFQeftv096XV5knuJGdm2T1+agvMXj8jEaHX905QihabvcbuS7X566mLWLwSY8PuRnk/u4eZ0deTl71Ef6hY+0yM88TzeNZY4luYwpVYyduOfrvhPTnr0pXSX9y5mCsyJMdyxxvwq599em+taItqCSNc90ChvZRUruUcT0JiO18Elpk7t8v41LWzacxkBSuvjQ/FFJayjDWrCTepAQ2vUH0oo/Jk3ovpwJJeVCP5CN+lFFaaMqy+nAyuChvrTI2kN9JAsi2ZOy4IBHMnkSCP+iqBexSWdxLazoUljJVlPUH2oorkV10pRc7b1zXb/hZOzuJvM86QWEXeELxOzHSIPcmiiiunVlF2RNTpRkrs//Z";
|
|
4
|
-
export declare const BasicMessageTemplate:
|
|
3
|
+
export declare const BasicMessageTemplate: FC<{
|
|
5
4
|
reactions?: ReactNode;
|
|
6
5
|
toolbar?: ReactNode;
|
|
7
6
|
metrics?: ReactNode;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../src/components/Message/helpers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../src/components/Message/helpers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAmB3C,eAAO,MAAM,SAAS,4nCACqmC,CAAC;AAE5nC,eAAO,MAAM,oBAAoB,EAAE,EAAE,CAAC;IACpC,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,OAAO,CAAC,EAAE,SAAS,CAAC;CACrB,CA2BA,CAAC"}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import type { ReactNode } from 'react';
|
|
1
|
+
import type { ReactNode, RefObject } from 'react';
|
|
2
2
|
import type { AriaPopoverProps } from 'react-aria';
|
|
3
3
|
import type { OverlayTriggerState } from 'react-stately';
|
|
4
4
|
export type PopoverProps = Omit<AriaPopoverProps, 'popoverRef'> & {
|
|
5
5
|
children: ReactNode;
|
|
6
6
|
state: OverlayTriggerState;
|
|
7
7
|
portalContainer?: Element;
|
|
8
|
+
popoverRef?: RefObject<HTMLDivElement | null>;
|
|
8
9
|
};
|
|
9
|
-
declare function Popover({ portalContainer, ...props }: PopoverProps): import("react").JSX.Element;
|
|
10
|
+
declare function Popover({ portalContainer, popoverRef: popoverRefProp, ...props }: PopoverProps): import("react").JSX.Element;
|
|
10
11
|
export default Popover;
|
|
11
12
|
//# sourceMappingURL=Popover.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../../../src/components/Popover/Popover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../../../src/components/Popover/Popover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAEnD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AAIzD,MAAM,MAAM,YAAY,GAAG,IAAI,CAAC,gBAAgB,EAAE,YAAY,CAAC,GAAG;IAChE,QAAQ,EAAE,SAAS,CAAC;IACpB,KAAK,EAAE,mBAAmB,CAAC;IAC3B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,UAAU,CAAC,EAAE,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;CAC/C,CAAC;AAEF,iBAAS,OAAO,CAAC,EACf,eAAe,EACf,UAAU,EAAE,cAAc,EAC1B,GAAG,KAAK,EACT,EAAE,YAAY,+BA0Bd;AAED,eAAe,OAAO,CAAC"}
|
|
@@ -3,58 +3,130 @@ import type { BoxProps } from '../Box';
|
|
|
3
3
|
import type { IconProps } from '../Icon';
|
|
4
4
|
import type { SidebarActionProps } from './SidebarActions';
|
|
5
5
|
import { SidebarActions } from './SidebarActions';
|
|
6
|
+
/**
|
|
7
|
+
* @deprecated Use the `SidebarV2` component family instead.
|
|
8
|
+
*/
|
|
6
9
|
export type SidebarItemContainerProps = {
|
|
7
10
|
children?: ReactNode;
|
|
8
11
|
} & AllHTMLAttributes<HTMLElement>;
|
|
12
|
+
/**
|
|
13
|
+
* @deprecated Use the `SidebarV2` component family instead.
|
|
14
|
+
*/
|
|
9
15
|
export declare const SidebarItemContainer: (props: SidebarItemContainerProps) => import("react").JSX.Element;
|
|
16
|
+
/**
|
|
17
|
+
* @deprecated Use `SidebarV2ItemMenu` instead.
|
|
18
|
+
*/
|
|
10
19
|
export type SidebarItemMenuProps = {
|
|
11
20
|
children?: ReactNode;
|
|
12
21
|
} & AllHTMLAttributes<HTMLElement>;
|
|
22
|
+
/**
|
|
23
|
+
* @deprecated Use `SidebarV2ItemMenu` instead.
|
|
24
|
+
*/
|
|
13
25
|
export declare const SidebarItemMenu: (props: SidebarItemMenuProps) => import("react").JSX.Element;
|
|
26
|
+
/**
|
|
27
|
+
* @deprecated Use `SidebarV2ItemContent` instead.
|
|
28
|
+
*/
|
|
14
29
|
export type SidebarItemContentProps = {
|
|
15
30
|
children?: ReactNode;
|
|
16
31
|
className?: string;
|
|
17
32
|
} & AllHTMLAttributes<HTMLElement>;
|
|
33
|
+
/**
|
|
34
|
+
* @deprecated Use `SidebarV2ItemContent` instead.
|
|
35
|
+
*/
|
|
18
36
|
export declare const SidebarItemContent: ({ className, ...props }: SidebarItemContentProps) => import("react").JSX.Element;
|
|
37
|
+
/**
|
|
38
|
+
* @deprecated Use `SidebarV2ItemTitle` instead.
|
|
39
|
+
*/
|
|
19
40
|
export type SidebarItemTitleProps = {
|
|
20
41
|
children?: ReactNode;
|
|
21
42
|
className?: string;
|
|
22
43
|
} & AllHTMLAttributes<HTMLElement>;
|
|
44
|
+
/**
|
|
45
|
+
* @deprecated Use `SidebarV2ItemTitle` instead.
|
|
46
|
+
*/
|
|
23
47
|
export declare const SidebarItemTitle: ({ className, ...props }: SidebarItemTitleProps) => import("react").JSX.Element;
|
|
48
|
+
/**
|
|
49
|
+
* @deprecated Use `SidebarV2ItemTimestamp` instead.
|
|
50
|
+
*/
|
|
24
51
|
export type SidebarItemTimeProps = {
|
|
25
52
|
children?: ReactNode;
|
|
26
53
|
className?: string;
|
|
27
54
|
} & AllHTMLAttributes<HTMLElement>;
|
|
55
|
+
/**
|
|
56
|
+
* @deprecated Use `SidebarV2ItemTimestamp` instead.
|
|
57
|
+
*/
|
|
28
58
|
export declare const SidebarItemTime: ({ className, ...props }: SidebarItemTimeProps) => import("react").JSX.Element;
|
|
59
|
+
/**
|
|
60
|
+
* @deprecated Use `SidebarV2ItemBadge` instead.
|
|
61
|
+
*/
|
|
29
62
|
export type SidebarItemBadgeProps = {
|
|
30
63
|
children?: ReactNode;
|
|
31
64
|
className?: string;
|
|
32
65
|
} & AllHTMLAttributes<HTMLElement>;
|
|
66
|
+
/**
|
|
67
|
+
* @deprecated Use `SidebarV2ItemBadge` instead.
|
|
68
|
+
*/
|
|
33
69
|
export declare const SidebarItemBadge: ({ className, ...props }: SidebarItemBadgeProps) => import("react").JSX.Element;
|
|
70
|
+
/**
|
|
71
|
+
* @deprecated Use the `SidebarV2` component family instead.
|
|
72
|
+
*/
|
|
34
73
|
export type SidebarItemSubtitleProps = {
|
|
35
74
|
children?: ReactNode;
|
|
36
75
|
className?: string;
|
|
37
76
|
} & AllHTMLAttributes<HTMLElement>;
|
|
77
|
+
/**
|
|
78
|
+
* @deprecated Use the `SidebarV2` component family instead.
|
|
79
|
+
*/
|
|
38
80
|
export declare const SidebarItemSubtitle: ({ className, ...props }: SidebarItemSubtitleProps) => import("react").JSX.Element;
|
|
81
|
+
/**
|
|
82
|
+
* @deprecated Use the `SidebarV2` component family instead.
|
|
83
|
+
*/
|
|
39
84
|
export type SidebarItemWrapperProps = {
|
|
40
85
|
children?: ReactNode;
|
|
41
86
|
className?: string;
|
|
42
87
|
} & AllHTMLAttributes<HTMLElement>;
|
|
88
|
+
/**
|
|
89
|
+
* @deprecated Use the `SidebarV2` component family instead.
|
|
90
|
+
*/
|
|
43
91
|
export declare const SidebarItemWrapper: ({ className, ...props }: SidebarItemWrapperProps) => import("react").JSX.Element;
|
|
92
|
+
/**
|
|
93
|
+
* @deprecated Use `SidebarV2ItemIconProps` instead.
|
|
94
|
+
*/
|
|
44
95
|
export type SidebarItemIconProps = {
|
|
45
96
|
children?: ReactNode;
|
|
46
97
|
className?: string;
|
|
47
98
|
highlighted?: boolean;
|
|
48
99
|
icon: IconProps['name'];
|
|
49
100
|
} & Omit<AllHTMLAttributes<HTMLElement>, 'name' | 'is'>;
|
|
101
|
+
/**
|
|
102
|
+
* @deprecated Use `SidebarV2ItemIcon` instead.
|
|
103
|
+
*/
|
|
50
104
|
export declare const SidebarItemIcon: ({ highlighted, children, icon, className: _className, ...props }: SidebarItemIconProps) => import("react").JSX.Element;
|
|
105
|
+
/**
|
|
106
|
+
* @deprecated Use `SidebarV2ItemAvatarWrapper` instead.
|
|
107
|
+
*/
|
|
51
108
|
export type SidebarItemAvatarProps = {
|
|
52
109
|
children?: ReactNode;
|
|
53
110
|
} & AllHTMLAttributes<HTMLElement>;
|
|
111
|
+
/**
|
|
112
|
+
* @deprecated Use `SidebarV2ItemAvatarWrapper` instead.
|
|
113
|
+
*/
|
|
54
114
|
export declare const SidebarItemAvatar: ({ ...props }: SidebarItemAvatarProps) => import("react").JSX.Element;
|
|
115
|
+
/**
|
|
116
|
+
* @deprecated Use `SidebarV2ItemMenu` instead.
|
|
117
|
+
*/
|
|
55
118
|
export declare const SidebarItemActions: typeof SidebarActions;
|
|
119
|
+
/**
|
|
120
|
+
* @deprecated Use `SidebarV2ItemAction` instead.
|
|
121
|
+
*/
|
|
56
122
|
export type SidebarItemActionProps = SidebarActionProps;
|
|
123
|
+
/**
|
|
124
|
+
* @deprecated Use `SidebarV2ItemAction` instead.
|
|
125
|
+
*/
|
|
57
126
|
export declare const SidebarItemAction: (props: SidebarItemActionProps) => import("react").JSX.Element;
|
|
127
|
+
/**
|
|
128
|
+
* @deprecated Use `SidebarV2ItemProps` instead.
|
|
129
|
+
*/
|
|
58
130
|
export type SidebarItemProps = {
|
|
59
131
|
selected?: boolean;
|
|
60
132
|
highlighted?: boolean;
|
|
@@ -65,6 +137,8 @@ export type SidebarItemProps = {
|
|
|
65
137
|
} & AllHTMLAttributes<HTMLElement>;
|
|
66
138
|
/**
|
|
67
139
|
* Item component to be used inside Sidebar.
|
|
140
|
+
*
|
|
141
|
+
* @deprecated Use `SidebarV2Item` instead.
|
|
68
142
|
*/
|
|
69
143
|
export declare const SidebarItem: ({ selected, highlighted, clickable, featured, is: Tag, children, ...props }: SidebarItemProps) => import("react").JSX.Element;
|
|
70
144
|
//# sourceMappingURL=Item.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Item.tsx"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Item.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,10 +1,22 @@
|
|
|
1
1
|
import type { ReactNode } from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated Use `SidebarV2GroupTitleProps` instead.
|
|
4
|
+
*/
|
|
2
5
|
export type SidebarSectionTitleProps = {
|
|
3
6
|
children?: ReactNode;
|
|
4
7
|
};
|
|
8
|
+
/**
|
|
9
|
+
* @deprecated Use `SidebarV2GroupTitle` instead.
|
|
10
|
+
*/
|
|
5
11
|
export declare const SidebarSectionTitle: (props: SidebarSectionTitleProps) => import("react").JSX.Element;
|
|
12
|
+
/**
|
|
13
|
+
* @deprecated Use `SidebarV2Section` instead.
|
|
14
|
+
*/
|
|
6
15
|
export type SidebarSectionProps = {
|
|
7
16
|
children?: ReactNode;
|
|
8
17
|
};
|
|
18
|
+
/**
|
|
19
|
+
* @deprecated Use `SidebarV2Section` instead.
|
|
20
|
+
*/
|
|
9
21
|
export declare const SidebarSection: (props: SidebarSectionProps) => import("react").JSX.Element;
|
|
10
22
|
//# sourceMappingURL=Section.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Section.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Section.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,MAAM,wBAAwB,GAAG;IACrC,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAI,OAAO,wBAAwB,gCAElE,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,OAAO,mBAAmB,gCAExD,CAAC"}
|
|
1
|
+
{"version":3,"file":"Section.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Section.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG;IACrC,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,mBAAmB,GAAI,OAAO,wBAAwB,gCAElE,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,cAAc,GAAI,OAAO,mBAAmB,gCAExD,CAAC"}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
import { type BoxProps } from '../Box';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated Use `SidebarV2Props` instead.
|
|
4
|
+
*/
|
|
2
5
|
export type SidebarProps = BoxProps;
|
|
6
|
+
/**
|
|
7
|
+
* @deprecated Use `SidebarV2` instead.
|
|
8
|
+
*/
|
|
3
9
|
declare const Sidebar: (props: SidebarProps) => import("react").JSX.Element;
|
|
4
10
|
export default Sidebar;
|
|
5
11
|
//# sourceMappingURL=Sidebar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Sidebar.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Sidebar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAE5C,MAAM,MAAM,YAAY,GAAG,QAAQ,CAAC;AAEpC,QAAA,MAAM,OAAO,GAAI,OAAO,YAAY,gCAAmC,CAAC;AAExE,eAAe,OAAO,CAAC"}
|
|
1
|
+
{"version":3,"file":"Sidebar.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Sidebar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAE5C;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,QAAQ,CAAC;AAEpC;;GAEG;AACH,QAAA,MAAM,OAAO,GAAI,OAAO,YAAY,gCAAmC,CAAC;AAExE,eAAe,OAAO,CAAC"}
|
|
@@ -1,8 +1,20 @@
|
|
|
1
1
|
import type { RefAttributes } from 'react';
|
|
2
2
|
import type { IconButtonProps } from '../Button/IconButton';
|
|
3
3
|
import type { ButtonGroupProps } from '../ButtonGroup';
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated Use `SidebarV2ActionsProps` instead.
|
|
6
|
+
*/
|
|
4
7
|
export type SidebarActionsProps = ButtonGroupProps;
|
|
8
|
+
/**
|
|
9
|
+
* @deprecated Use `SidebarV2Actions` instead.
|
|
10
|
+
*/
|
|
5
11
|
export declare function SidebarActions(props: SidebarActionsProps): import("react").JSX.Element;
|
|
12
|
+
/**
|
|
13
|
+
* @deprecated Use `SidebarV2ActionProps` instead.
|
|
14
|
+
*/
|
|
6
15
|
export type SidebarActionProps = Omit<IconButtonProps, 'ref'> & RefAttributes<HTMLElement>;
|
|
16
|
+
/**
|
|
17
|
+
* @deprecated Use `SidebarV2Action` instead.
|
|
18
|
+
*/
|
|
7
19
|
export declare function SidebarAction(props: SidebarActionProps): import("react").JSX.Element;
|
|
8
20
|
//# sourceMappingURL=SidebarActions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarActions.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarActions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAG3C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGvD,MAAM,MAAM,mBAAmB,GAAG,gBAAgB,CAAC;AAEnD,wBAAgB,cAAc,CAAC,KAAK,EAAE,mBAAmB,+BAExD;AAED,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,eAAe,EAAE,KAAK,CAAC,GAC3D,aAAa,CAAC,WAAW,CAAC,CAAC;AAE7B,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,+BAEtD"}
|
|
1
|
+
{"version":3,"file":"SidebarActions.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarActions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAG3C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGvD;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,gBAAgB,CAAC;AAEnD;;GAEG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,mBAAmB,+BAExD;AAED;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,eAAe,EAAE,KAAK,CAAC,GAC3D,aAAa,CAAC,WAAW,CAAC,CAAC;AAE7B;;GAEG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,+BAEtD"}
|