@rocket.chat/fuselage 0.84.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/Message/helpers.d.ts +2 -3
- package/dist/components/Message/helpers.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/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 +203 -420
- package/dist/fuselage.development.js.map +1 -1
- package/dist/fuselage.production.js +49 -49
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +11 -11
- 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,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"}
|
|
@@ -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"}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
import type { ReactNode } from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated Use `SidebarV2BannerVariant` instead.
|
|
4
|
+
*/
|
|
2
5
|
export type SidebarBannerVariant = 'default' | 'info' | 'success' | 'warning' | 'danger';
|
|
6
|
+
/**
|
|
7
|
+
* @deprecated Use `SidebarV2BannerProps` instead.
|
|
8
|
+
*/
|
|
3
9
|
export type SidebarBannerProps = {
|
|
4
10
|
text?: ReactNode;
|
|
5
11
|
description?: ReactNode;
|
|
@@ -9,6 +15,9 @@ export type SidebarBannerProps = {
|
|
|
9
15
|
children?: ReactNode;
|
|
10
16
|
addon?: ReactNode;
|
|
11
17
|
};
|
|
18
|
+
/**
|
|
19
|
+
* @deprecated Use `SidebarV2Banner` instead.
|
|
20
|
+
*/
|
|
12
21
|
declare const SidebarBanner: ({ text, description, onClick, variant, addon, onClose, children, }: SidebarBannerProps) => import("react").JSX.Element;
|
|
13
22
|
export default SidebarBanner;
|
|
14
23
|
//# sourceMappingURL=SidebarBanner.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarBanner.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarBanner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvC,MAAM,MAAM,oBAAoB,GAC5B,SAAS,GACT,MAAM,GACN,SAAS,GACT,SAAS,GACT,QAAQ,CAAC;AAEb,MAAM,MAAM,kBAAkB,GAAG;IAC/B,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,CAAC,EAAE,oBAAoB,CAAC;IAC/B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB,CAAC;AAEF,QAAA,MAAM,aAAa,GAAI,oEAQpB,kBAAkB,gCA6BpB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
1
|
+
{"version":3,"file":"SidebarBanner.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarBanner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvC;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAC5B,SAAS,GACT,MAAM,GACN,SAAS,GACT,SAAS,GACT,QAAQ,CAAC;AAEb;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,CAAC,EAAE,oBAAoB,CAAC;IAC/B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB,CAAC;AAEF;;GAEG;AACH,QAAA,MAAM,aAAa,GAAI,oEAQpB,kBAAkB,gCA6BpB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarDivider.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarDivider.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,cAAc,mCAEnB,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
1
|
+
{"version":3,"file":"SidebarDivider.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarDivider.tsx"],"names":[],"mappings":"AAEA;;GAEG;AACH,QAAA,MAAM,cAAc,mCAEnB,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,11 +1,23 @@
|
|
|
1
1
|
import type { ReactNode } from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated Use `SidebarV2Footer` instead.
|
|
4
|
+
*/
|
|
2
5
|
export type SidebarFooterProps = {
|
|
3
6
|
children?: ReactNode;
|
|
4
7
|
elevated?: boolean;
|
|
5
8
|
};
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated Use `SidebarV2Footer` instead.
|
|
11
|
+
*/
|
|
6
12
|
export declare const SidebarFooter: ({ elevated, ...props }: SidebarFooterProps) => import("react").JSX.Element;
|
|
13
|
+
/**
|
|
14
|
+
* @deprecated Use `SidebarV2FooterContent` instead.
|
|
15
|
+
*/
|
|
7
16
|
export type SidebarFooterHighlightProps = {
|
|
8
17
|
children?: ReactNode;
|
|
9
18
|
};
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated Use `SidebarV2FooterContent` instead.
|
|
21
|
+
*/
|
|
10
22
|
export declare const SidebarFooterHighlight: ({ ...props }: SidebarFooterHighlightProps) => import("react").JSX.Element;
|
|
11
23
|
//# sourceMappingURL=SidebarFooter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarFooter.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,wBAAwB,kBAAkB,gCAUvE,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG;IACxC,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,sBAAsB,GAAI,cAEpC,2BAA2B,gCAK7B,CAAC"}
|
|
1
|
+
{"version":3,"file":"SidebarFooter.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa,GAAI,wBAAwB,kBAAkB,gCAUvE,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG;IACxC,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,sBAAsB,GAAI,cAEpC,2BAA2B,gCAK7B,CAAC"}
|
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
import type { ReactNode } from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated Use `NavBar` for app-level navigation instead.
|
|
4
|
+
*/
|
|
2
5
|
export type TopBarProps = {
|
|
3
6
|
children?: ReactNode;
|
|
4
7
|
className?: string;
|
|
5
8
|
};
|
|
6
9
|
/**
|
|
7
10
|
* Sidebar TopBar and ToolBox.
|
|
11
|
+
*
|
|
12
|
+
* @deprecated Use `NavBar` for app-level navigation instead.
|
|
8
13
|
*/
|
|
9
14
|
export declare const TopBar: ({ className, ...props }: TopBarProps) => import("react").JSX.Element;
|
|
10
15
|
//# sourceMappingURL=TopBar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TopBar.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,MAAM,WAAW,GAAG;IACxB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF
|
|
1
|
+
{"version":3,"file":"TopBar.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG;IACxB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,MAAM,GAAI,yBAAyB,WAAW,gCAO1D,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import type { SidebarActionProps } from '../SidebarActions';
|
|
2
2
|
type TopBarActionProps = SidebarActionProps;
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated Use `NavBar` for app-level navigation instead.
|
|
5
|
+
*/
|
|
3
6
|
export declare function TopBarAction(props: TopBarActionProps): import("react").JSX.Element;
|
|
4
7
|
export {};
|
|
5
8
|
//# sourceMappingURL=TopBarAction.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TopBarAction.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBarAction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAG5D,KAAK,iBAAiB,GAAG,kBAAkB,CAAC;AAE5C,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,+BAEpD"}
|
|
1
|
+
{"version":3,"file":"TopBarAction.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBarAction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAG5D,KAAK,iBAAiB,GAAG,kBAAkB,CAAC;AAE5C;;GAEG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,+BAEpD"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import type { SidebarActionsProps } from '../SidebarActions';
|
|
2
2
|
type TopBarActionsProps = SidebarActionsProps;
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated Use `NavBar` for app-level navigation instead.
|
|
5
|
+
*/
|
|
3
6
|
export declare function TopBarActions(props: TopBarActionsProps): import("react").JSX.Element;
|
|
4
7
|
export {};
|
|
5
8
|
//# sourceMappingURL=TopBarActions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TopBarActions.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBarActions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAG7D,KAAK,kBAAkB,GAAG,mBAAmB,CAAC;AAE9C,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,+BAEtD"}
|
|
1
|
+
{"version":3,"file":"TopBarActions.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBarActions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAG7D,KAAK,kBAAkB,GAAG,mBAAmB,CAAC;AAE9C;;GAEG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,+BAEtD"}
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
import type { ReactNode } from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated Use `NavBar` for app-level navigation instead.
|
|
4
|
+
*/
|
|
2
5
|
export type TopBarSectionProps = {
|
|
3
6
|
children?: ReactNode;
|
|
4
7
|
className?: string;
|
|
5
8
|
};
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated Use `NavBar` for app-level navigation instead.
|
|
11
|
+
*/
|
|
6
12
|
export declare const TopBarSection: ({ className, children, ...props }: TopBarSectionProps) => import("react").JSX.Element;
|
|
7
13
|
//# sourceMappingURL=TopBarSection.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TopBarSection.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBarSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAOvC,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,mCAI3B,kBAAkB,gCAUpB,CAAC"}
|
|
1
|
+
{"version":3,"file":"TopBarSection.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBarSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAOvC;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa,GAAI,mCAI3B,kBAAkB,gCAUpB,CAAC"}
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import type { ReactNode } from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated Use `NavBar` for app-level navigation instead.
|
|
4
|
+
*/
|
|
2
5
|
export type TopBarTitleProps = {
|
|
3
6
|
children?: ReactNode;
|
|
4
7
|
};
|
|
8
|
+
/**
|
|
9
|
+
* @deprecated Use `NavBar` for app-level navigation instead.
|
|
10
|
+
*/
|
|
5
11
|
export declare const TopBarTitle: (props: TopBarTitleProps) => import("react").JSX.Element;
|
|
6
12
|
//# sourceMappingURL=TopBarTitle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TopBarTitle.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBarTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvC,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,OAAO,gBAAgB,gCAElD,CAAC"}
|
|
1
|
+
{"version":3,"file":"TopBarTitle.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBarTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvC;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,WAAW,GAAI,OAAO,gBAAgB,gCAElD,CAAC"}
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
import type { ReactNode } from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated Use `NavBar` for app-level navigation instead.
|
|
4
|
+
*/
|
|
2
5
|
export type TopBarToolBoxProps = {
|
|
3
6
|
children?: ReactNode;
|
|
4
7
|
className?: string;
|
|
5
8
|
};
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated Use `NavBar` for app-level navigation instead.
|
|
11
|
+
*/
|
|
6
12
|
export declare const TopBarToolBox: ({ children, className, ...props }: TopBarToolBoxProps) => import("react").JSX.Element;
|
|
7
13
|
//# sourceMappingURL=TopBarToolBox.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TopBarToolBox.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBarToolBox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAOvC,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,mCAI3B,kBAAkB,gCAUpB,CAAC"}
|
|
1
|
+
{"version":3,"file":"TopBarToolBox.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBarToolBox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAOvC;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa,GAAI,mCAI3B,kBAAkB,gCAUpB,CAAC"}
|