@rocket.chat/fuselage 0.87.0 → 0.89.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/components/Sidebar/Sidebar.d.ts +5 -10
- package/dist/components/Sidebar/Sidebar.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarAccordion.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarAccordionItem.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarAction.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarActions.d.ts +2 -17
- package/dist/components/Sidebar/SidebarActions.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarBanner.d.ts +5 -14
- package/dist/components/Sidebar/SidebarBanner.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarButtonGroup.d.ts.map +1 -0
- package/dist/components/{SidebarV2 → Sidebar}/SidebarCollapseGroup.d.ts +2 -1
- package/dist/components/Sidebar/SidebarCollapseGroup.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarCollapseGroupMenu.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarDivider.d.ts +1 -5
- package/dist/components/Sidebar/SidebarDivider.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarFooter/SidebarFooter.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarFooter/SidebarFooterContent.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarFooter/index.d.ts +3 -0
- package/dist/components/Sidebar/SidebarFooter/index.d.ts.map +1 -0
- package/dist/components/{SidebarV2 → Sidebar}/SidebarGroupTitle.d.ts +2 -1
- package/dist/components/Sidebar/SidebarGroupTitle.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarItem/SidebarItem.d.ts +9 -0
- package/dist/components/Sidebar/SidebarItem/SidebarItem.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarItem/SidebarItemAction.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarItem/SidebarItemAvatarWrapper.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarItem/SidebarItemBadge.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarItem/SidebarItemCol.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarItem/SidebarItemContent.d.ts.map +1 -0
- package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemIcon.d.ts +2 -2
- package/dist/components/Sidebar/SidebarItem/SidebarItemIcon.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarItem/SidebarItemMenu.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarItem/SidebarItemRow.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarItem/SidebarItemStatusBullet.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarItem/SidebarItemTimestamp.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarItem/SidebarItemTitle.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarItem/SidebarListItem.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarItem/index.d.ts +14 -0
- package/dist/components/Sidebar/SidebarItem/index.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarLink.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarMedia/SidebarMedia.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarMedia/SidebarMediaController.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarMedia/SidebarMediaTitle.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarMedia/index.d.ts +4 -0
- package/dist/components/Sidebar/SidebarMedia/index.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarSection.d.ts.map +1 -0
- package/dist/components/{SidebarV2 → Sidebar}/helpers.d.ts +2 -2
- package/dist/components/Sidebar/helpers.d.ts.map +1 -0
- package/dist/components/Sidebar/hooks/useCollapse.d.ts.map +1 -0
- package/dist/components/Sidebar/index.d.ts +15 -8
- package/dist/components/Sidebar/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 +1 -1
- package/dist/fuselage.css.map +1 -1
- package/dist/fuselage.development.js +278 -783
- package/dist/fuselage.development.js.map +1 -1
- package/dist/fuselage.production.js +14 -14
- package/dist/index.d.ts +0 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/styleTokens.d.ts +11 -11
- package/dist/styleTokens.d.ts.map +1 -1
- package/package.json +3 -3
- package/dist/components/Card/CardDivider.d.ts +0 -3
- package/dist/components/Card/CardDivider.d.ts.map +0 -1
- package/dist/components/PaletteStyleTag/helpers/isHexColor.d.ts +0 -2
- package/dist/components/PaletteStyleTag/helpers/isHexColor.d.ts.map +0 -1
- package/dist/components/PaletteStyleTag/helpers/isLightColor.d.ts +0 -2
- package/dist/components/PaletteStyleTag/helpers/isLightColor.d.ts.map +0 -1
- package/dist/components/Sidebar/Item.d.ts +0 -144
- package/dist/components/Sidebar/Item.d.ts.map +0 -1
- package/dist/components/Sidebar/Section.d.ts +0 -22
- package/dist/components/Sidebar/Section.d.ts.map +0 -1
- package/dist/components/Sidebar/SidebarFooter.d.ts +0 -23
- package/dist/components/Sidebar/SidebarFooter.d.ts.map +0 -1
- package/dist/components/Sidebar/TopBar/TopBar.d.ts +0 -15
- package/dist/components/Sidebar/TopBar/TopBar.d.ts.map +0 -1
- package/dist/components/Sidebar/TopBar/TopBarAction.d.ts +0 -8
- package/dist/components/Sidebar/TopBar/TopBarAction.d.ts.map +0 -1
- package/dist/components/Sidebar/TopBar/TopBarActions.d.ts +0 -8
- package/dist/components/Sidebar/TopBar/TopBarActions.d.ts.map +0 -1
- package/dist/components/Sidebar/TopBar/TopBarSection.d.ts +0 -13
- package/dist/components/Sidebar/TopBar/TopBarSection.d.ts.map +0 -1
- package/dist/components/Sidebar/TopBar/TopBarTitle.d.ts +0 -12
- package/dist/components/Sidebar/TopBar/TopBarTitle.d.ts.map +0 -1
- package/dist/components/Sidebar/TopBar/TopBarToolBox.d.ts +0 -13
- package/dist/components/Sidebar/TopBar/TopBarToolBox.d.ts.map +0 -1
- package/dist/components/Sidebar/TopBar/TopBarV2.d.ts +0 -13
- package/dist/components/Sidebar/TopBar/TopBarV2.d.ts.map +0 -1
- package/dist/components/Sidebar/TopBar/TopBarWrapper.d.ts +0 -12
- package/dist/components/Sidebar/TopBar/TopBarWrapper.d.ts.map +0 -1
- package/dist/components/Sidebar/TopBar/index.d.ts +0 -15
- package/dist/components/Sidebar/TopBar/index.d.ts.map +0 -1
- package/dist/components/SidebarV2/Sidebar.d.ts +0 -6
- package/dist/components/SidebarV2/Sidebar.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarAccordion.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarAccordionItem.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarAction.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarActions.d.ts +0 -5
- package/dist/components/SidebarV2/SidebarActions.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarBanner.d.ts +0 -14
- package/dist/components/SidebarV2/SidebarBanner.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarButtonGroup.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarCollapseGroup.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarCollapseGroupMenu.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarDivider.d.ts +0 -2
- package/dist/components/SidebarV2/SidebarDivider.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarFooter/SidebarFooter.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarFooter/SidebarFooterContent.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarFooter/index.d.ts +0 -3
- package/dist/components/SidebarV2/SidebarFooter/index.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarGroupTitle.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarItem/SidebarItem.d.ts +0 -8
- package/dist/components/SidebarV2/SidebarItem/SidebarItem.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarItem/SidebarItemAction.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarItem/SidebarItemAvatarWrapper.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarItem/SidebarItemBadge.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarItem/SidebarItemCol.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarItem/SidebarItemContent.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarItem/SidebarItemIcon.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarItem/SidebarItemMenu.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarItem/SidebarItemRow.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarItem/SidebarItemStatusBullet.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarItem/SidebarItemTimestamp.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarItem/SidebarItemTitle.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarItem/SidebarListItem.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarItem/index.d.ts +0 -14
- package/dist/components/SidebarV2/SidebarItem/index.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarLink.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarMedia/SidebarMedia.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarMedia/SidebarMediaController.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarMedia/SidebarMediaTitle.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarMedia/index.d.ts +0 -4
- package/dist/components/SidebarV2/SidebarMedia/index.d.ts.map +0 -1
- package/dist/components/SidebarV2/SidebarSection.d.ts.map +0 -1
- package/dist/components/SidebarV2/helpers.d.ts.map +0 -1
- package/dist/components/SidebarV2/hooks/useCollapse.d.ts.map +0 -1
- package/dist/components/SidebarV2/index.d.ts +0 -17
- package/dist/components/SidebarV2/index.d.ts.map +0 -1
- /package/dist/components/{SidebarV2 → Sidebar}/SidebarAccordion.d.ts +0 -0
- /package/dist/components/{SidebarV2 → Sidebar}/SidebarAccordionItem.d.ts +0 -0
- /package/dist/components/{SidebarV2 → Sidebar}/SidebarAction.d.ts +0 -0
- /package/dist/components/{SidebarV2 → Sidebar}/SidebarButtonGroup.d.ts +0 -0
- /package/dist/components/{SidebarV2 → Sidebar}/SidebarCollapseGroupMenu.d.ts +0 -0
- /package/dist/components/{SidebarV2 → Sidebar}/SidebarFooter/SidebarFooter.d.ts +0 -0
- /package/dist/components/{SidebarV2 → Sidebar}/SidebarFooter/SidebarFooterContent.d.ts +0 -0
- /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemAction.d.ts +0 -0
- /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemAvatarWrapper.d.ts +0 -0
- /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemBadge.d.ts +0 -0
- /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemCol.d.ts +0 -0
- /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemContent.d.ts +0 -0
- /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemMenu.d.ts +0 -0
- /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemRow.d.ts +0 -0
- /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemStatusBullet.d.ts +0 -0
- /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemTimestamp.d.ts +0 -0
- /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemTitle.d.ts +0 -0
- /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarListItem.d.ts +0 -0
- /package/dist/components/{SidebarV2 → Sidebar}/SidebarLink.d.ts +0 -0
- /package/dist/components/{SidebarV2 → Sidebar}/SidebarMedia/SidebarMedia.d.ts +0 -0
- /package/dist/components/{SidebarV2 → Sidebar}/SidebarMedia/SidebarMediaController.d.ts +0 -0
- /package/dist/components/{SidebarV2 → Sidebar}/SidebarMedia/SidebarMediaTitle.d.ts +0 -0
- /package/dist/components/{SidebarV2 → Sidebar}/SidebarSection.d.ts +0 -0
- /package/dist/components/{SidebarV2 → Sidebar}/hooks/useCollapse.d.ts +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -3,6 +3,4 @@ export * from './components';
|
|
|
3
3
|
export * from './styleTokens';
|
|
4
4
|
export * from './contexts';
|
|
5
5
|
export { Palette, __setThrowErrorOnInvalidToken__, Var } from './Theme';
|
|
6
|
-
export { useArrayLikeClassNameProp } from './hooks/useArrayLikeClassNameProp';
|
|
7
|
-
export type { Falsy } from './types/Falsy';
|
|
8
6
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAE3B,OAAO,EAAE,OAAO,EAAE,+BAA+B,EAAE,GAAG,EAAE,MAAM,SAAS,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAE3B,OAAO,EAAE,OAAO,EAAE,+BAA+B,EAAE,GAAG,EAAE,MAAM,SAAS,CAAC"}
|
package/dist/styleTokens.d.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export declare const borderWidth:
|
|
2
|
-
export declare const borderRadius:
|
|
3
|
-
export declare const strokeColor:
|
|
4
|
-
export declare const backgroundColor:
|
|
5
|
-
export declare const fontColor:
|
|
1
|
+
export declare const borderWidth: (this: unknown, arg: unknown) => string | undefined;
|
|
2
|
+
export declare const borderRadius: (this: unknown, arg: unknown) => string | undefined;
|
|
3
|
+
export declare const strokeColor: (this: unknown, arg: unknown) => string | undefined;
|
|
4
|
+
export declare const backgroundColor: (this: unknown, arg: unknown) => string | undefined;
|
|
5
|
+
export declare const fontColor: (this: unknown, arg: unknown) => string | undefined;
|
|
6
6
|
/** @deprecated **/
|
|
7
|
-
export declare const color:
|
|
8
|
-
export declare const size:
|
|
9
|
-
export declare const spacing:
|
|
10
|
-
export declare const fontFamily:
|
|
11
|
-
export declare const fontScale:
|
|
7
|
+
export declare const color: (this: unknown, arg: unknown) => string | undefined;
|
|
8
|
+
export declare const size: (this: unknown, arg: unknown) => string | undefined;
|
|
9
|
+
export declare const spacing: (this: unknown, arg: unknown) => string | undefined;
|
|
10
|
+
export declare const fontFamily: (this: unknown, arg: unknown) => string | undefined;
|
|
11
|
+
export declare const fontScale: (this: unknown, arg: unknown) => {
|
|
12
12
|
fontSize: string;
|
|
13
13
|
fontWeight: number;
|
|
14
14
|
lineHeight: string;
|
|
15
15
|
letterSpacing: string;
|
|
16
|
-
} | undefined
|
|
16
|
+
} | undefined;
|
|
17
17
|
//# sourceMappingURL=styleTokens.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styleTokens.d.ts","sourceRoot":"","sources":["../src/styleTokens.ts"],"names":[],"mappings":"AAwDA,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"styleTokens.d.ts","sourceRoot":"","sources":["../src/styleTokens.ts"],"names":[],"mappings":"AAwDA,eAAO,MAAM,WAAW,qDAMtB,CAAC;AAEH,eAAO,MAAM,YAAY,qDAMvB,CAAC;AAgCH,eAAO,MAAM,WAAW,qDAMtB,CAAC;AAEH,eAAO,MAAM,eAAe,qDA8B1B,CAAC;AAEH,eAAO,MAAM,SAAS,qDASpB,CAAC;AAEH,mBAAmB;AACnB,eAAO,MAAM,KAAK,qDAsEhB,CAAC;AAEH,eAAO,MAAM,IAAI,qDAkBf,CAAC;AAEH,eAAO,MAAM,OAAO,qDAMlB,CAAC;AAOH,eAAO,MAAM,UAAU,qDAUrB,CAAC;AAOH,eAAO,MAAM,SAAS;cAKJ,MAAM;gBACJ,MAAM;gBACN,MAAM;mBACH,MAAM;aAiB5B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rocket.chat/fuselage",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.89.0",
|
|
4
4
|
"description": "Rocket.Chat's React Components Library",
|
|
5
5
|
"homepage": "https://github.com/RocketChat/fuselage#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@rocket.chat/css-in-js": "^0.33.1",
|
|
45
45
|
"@rocket.chat/fuselage-tokens": "^0.34.0",
|
|
46
|
-
"@rocket.chat/memo": "
|
|
46
|
+
"@rocket.chat/memo": "~0.31.25",
|
|
47
47
|
"invariant": "^2.2.4",
|
|
48
48
|
"react-aria": "~3.37.0",
|
|
49
49
|
"react-is": "~19.2.8",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"mini-css-extract-plugin": "~2.10.2",
|
|
90
90
|
"normalize.css": "^8.0.1",
|
|
91
91
|
"path-browserify": "^1.0.1",
|
|
92
|
-
"postcss": "~8.5.
|
|
92
|
+
"postcss": "~8.5.24",
|
|
93
93
|
"postcss-dir-pseudo-class": "~10.0.0",
|
|
94
94
|
"postcss-loader": "~8.2.1",
|
|
95
95
|
"postcss-logical": "~9.0.0",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CardDivider.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardDivider.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,WAAW,mCAOhB,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"isHexColor.d.ts","sourceRoot":"","sources":["../../../../src/components/PaletteStyleTag/helpers/isHexColor.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,GAAI,KAAK,MAAM,KAAG,OACkC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"isLightColor.d.ts","sourceRoot":"","sources":["../../../../src/components/PaletteStyleTag/helpers/isLightColor.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,GAAI,OAAO,MAAM,KAAG,OAO5C,CAAC"}
|
|
@@ -1,144 +0,0 @@
|
|
|
1
|
-
import type { AllHTMLAttributes, ReactNode } from 'react';
|
|
2
|
-
import type { BoxProps } from '../Box';
|
|
3
|
-
import type { IconProps } from '../Icon';
|
|
4
|
-
import type { SidebarActionProps } from './SidebarActions';
|
|
5
|
-
import { SidebarActions } from './SidebarActions';
|
|
6
|
-
/**
|
|
7
|
-
* @deprecated Use the `SidebarV2` component family instead.
|
|
8
|
-
*/
|
|
9
|
-
export type SidebarItemContainerProps = {
|
|
10
|
-
children?: ReactNode;
|
|
11
|
-
} & AllHTMLAttributes<HTMLElement>;
|
|
12
|
-
/**
|
|
13
|
-
* @deprecated Use the `SidebarV2` component family instead.
|
|
14
|
-
*/
|
|
15
|
-
export declare const SidebarItemContainer: (props: SidebarItemContainerProps) => import("react").JSX.Element;
|
|
16
|
-
/**
|
|
17
|
-
* @deprecated Use `SidebarV2ItemMenu` instead.
|
|
18
|
-
*/
|
|
19
|
-
export type SidebarItemMenuProps = {
|
|
20
|
-
children?: ReactNode;
|
|
21
|
-
} & AllHTMLAttributes<HTMLElement>;
|
|
22
|
-
/**
|
|
23
|
-
* @deprecated Use `SidebarV2ItemMenu` instead.
|
|
24
|
-
*/
|
|
25
|
-
export declare const SidebarItemMenu: (props: SidebarItemMenuProps) => import("react").JSX.Element;
|
|
26
|
-
/**
|
|
27
|
-
* @deprecated Use `SidebarV2ItemContent` instead.
|
|
28
|
-
*/
|
|
29
|
-
export type SidebarItemContentProps = {
|
|
30
|
-
children?: ReactNode;
|
|
31
|
-
className?: string;
|
|
32
|
-
} & AllHTMLAttributes<HTMLElement>;
|
|
33
|
-
/**
|
|
34
|
-
* @deprecated Use `SidebarV2ItemContent` instead.
|
|
35
|
-
*/
|
|
36
|
-
export declare const SidebarItemContent: ({ className, ...props }: SidebarItemContentProps) => import("react").JSX.Element;
|
|
37
|
-
/**
|
|
38
|
-
* @deprecated Use `SidebarV2ItemTitle` instead.
|
|
39
|
-
*/
|
|
40
|
-
export type SidebarItemTitleProps = {
|
|
41
|
-
children?: ReactNode;
|
|
42
|
-
className?: string;
|
|
43
|
-
} & AllHTMLAttributes<HTMLElement>;
|
|
44
|
-
/**
|
|
45
|
-
* @deprecated Use `SidebarV2ItemTitle` instead.
|
|
46
|
-
*/
|
|
47
|
-
export declare const SidebarItemTitle: ({ className, ...props }: SidebarItemTitleProps) => import("react").JSX.Element;
|
|
48
|
-
/**
|
|
49
|
-
* @deprecated Use `SidebarV2ItemTimestamp` instead.
|
|
50
|
-
*/
|
|
51
|
-
export type SidebarItemTimeProps = {
|
|
52
|
-
children?: ReactNode;
|
|
53
|
-
className?: string;
|
|
54
|
-
} & AllHTMLAttributes<HTMLElement>;
|
|
55
|
-
/**
|
|
56
|
-
* @deprecated Use `SidebarV2ItemTimestamp` instead.
|
|
57
|
-
*/
|
|
58
|
-
export declare const SidebarItemTime: ({ className, ...props }: SidebarItemTimeProps) => import("react").JSX.Element;
|
|
59
|
-
/**
|
|
60
|
-
* @deprecated Use `SidebarV2ItemBadge` instead.
|
|
61
|
-
*/
|
|
62
|
-
export type SidebarItemBadgeProps = {
|
|
63
|
-
children?: ReactNode;
|
|
64
|
-
className?: string;
|
|
65
|
-
} & AllHTMLAttributes<HTMLElement>;
|
|
66
|
-
/**
|
|
67
|
-
* @deprecated Use `SidebarV2ItemBadge` instead.
|
|
68
|
-
*/
|
|
69
|
-
export declare const SidebarItemBadge: ({ className, ...props }: SidebarItemBadgeProps) => import("react").JSX.Element;
|
|
70
|
-
/**
|
|
71
|
-
* @deprecated Use the `SidebarV2` component family instead.
|
|
72
|
-
*/
|
|
73
|
-
export type SidebarItemSubtitleProps = {
|
|
74
|
-
children?: ReactNode;
|
|
75
|
-
className?: string;
|
|
76
|
-
} & AllHTMLAttributes<HTMLElement>;
|
|
77
|
-
/**
|
|
78
|
-
* @deprecated Use the `SidebarV2` component family instead.
|
|
79
|
-
*/
|
|
80
|
-
export declare const SidebarItemSubtitle: ({ className, ...props }: SidebarItemSubtitleProps) => import("react").JSX.Element;
|
|
81
|
-
/**
|
|
82
|
-
* @deprecated Use the `SidebarV2` component family instead.
|
|
83
|
-
*/
|
|
84
|
-
export type SidebarItemWrapperProps = {
|
|
85
|
-
children?: ReactNode;
|
|
86
|
-
className?: string;
|
|
87
|
-
} & AllHTMLAttributes<HTMLElement>;
|
|
88
|
-
/**
|
|
89
|
-
* @deprecated Use the `SidebarV2` component family instead.
|
|
90
|
-
*/
|
|
91
|
-
export declare const SidebarItemWrapper: ({ className, ...props }: SidebarItemWrapperProps) => import("react").JSX.Element;
|
|
92
|
-
/**
|
|
93
|
-
* @deprecated Use `SidebarV2ItemIconProps` instead.
|
|
94
|
-
*/
|
|
95
|
-
export type SidebarItemIconProps = {
|
|
96
|
-
children?: ReactNode;
|
|
97
|
-
className?: string;
|
|
98
|
-
highlighted?: boolean;
|
|
99
|
-
icon: IconProps['name'];
|
|
100
|
-
} & Omit<AllHTMLAttributes<HTMLElement>, 'name' | 'is'>;
|
|
101
|
-
/**
|
|
102
|
-
* @deprecated Use `SidebarV2ItemIcon` instead.
|
|
103
|
-
*/
|
|
104
|
-
export declare const SidebarItemIcon: ({ highlighted, children, icon, className: _className, ...props }: SidebarItemIconProps) => import("react").JSX.Element;
|
|
105
|
-
/**
|
|
106
|
-
* @deprecated Use `SidebarV2ItemAvatarWrapper` instead.
|
|
107
|
-
*/
|
|
108
|
-
export type SidebarItemAvatarProps = {
|
|
109
|
-
children?: ReactNode;
|
|
110
|
-
} & AllHTMLAttributes<HTMLElement>;
|
|
111
|
-
/**
|
|
112
|
-
* @deprecated Use `SidebarV2ItemAvatarWrapper` instead.
|
|
113
|
-
*/
|
|
114
|
-
export declare const SidebarItemAvatar: ({ ...props }: SidebarItemAvatarProps) => import("react").JSX.Element;
|
|
115
|
-
/**
|
|
116
|
-
* @deprecated Use `SidebarV2ItemMenu` instead.
|
|
117
|
-
*/
|
|
118
|
-
export declare const SidebarItemActions: typeof SidebarActions;
|
|
119
|
-
/**
|
|
120
|
-
* @deprecated Use `SidebarV2ItemAction` instead.
|
|
121
|
-
*/
|
|
122
|
-
export type SidebarItemActionProps = SidebarActionProps;
|
|
123
|
-
/**
|
|
124
|
-
* @deprecated Use `SidebarV2ItemAction` instead.
|
|
125
|
-
*/
|
|
126
|
-
export declare const SidebarItemAction: (props: SidebarItemActionProps) => import("react").JSX.Element;
|
|
127
|
-
/**
|
|
128
|
-
* @deprecated Use `SidebarV2ItemProps` instead.
|
|
129
|
-
*/
|
|
130
|
-
export type SidebarItemProps = {
|
|
131
|
-
selected?: boolean;
|
|
132
|
-
highlighted?: boolean;
|
|
133
|
-
clickable?: boolean;
|
|
134
|
-
featured?: boolean;
|
|
135
|
-
is?: BoxProps['is'];
|
|
136
|
-
children?: ReactNode;
|
|
137
|
-
} & AllHTMLAttributes<HTMLElement>;
|
|
138
|
-
/**
|
|
139
|
-
* Item component to be used inside Sidebar.
|
|
140
|
-
*
|
|
141
|
-
* @deprecated Use `SidebarV2Item` instead.
|
|
142
|
-
*/
|
|
143
|
-
export declare const SidebarItem: ({ selected, highlighted, clickable, featured, is: Tag, children, ...props }: SidebarItemProps) => import("react").JSX.Element;
|
|
144
|
-
//# sourceMappingURL=Item.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Item.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from 'react';
|
|
2
|
-
/**
|
|
3
|
-
* @deprecated Use `SidebarV2GroupTitleProps` instead.
|
|
4
|
-
*/
|
|
5
|
-
export type SidebarSectionTitleProps = {
|
|
6
|
-
children?: ReactNode;
|
|
7
|
-
};
|
|
8
|
-
/**
|
|
9
|
-
* @deprecated Use `SidebarV2GroupTitle` instead.
|
|
10
|
-
*/
|
|
11
|
-
export declare const SidebarSectionTitle: (props: SidebarSectionTitleProps) => import("react").JSX.Element;
|
|
12
|
-
/**
|
|
13
|
-
* @deprecated Use `SidebarV2Section` instead.
|
|
14
|
-
*/
|
|
15
|
-
export type SidebarSectionProps = {
|
|
16
|
-
children?: ReactNode;
|
|
17
|
-
};
|
|
18
|
-
/**
|
|
19
|
-
* @deprecated Use `SidebarV2Section` instead.
|
|
20
|
-
*/
|
|
21
|
-
export declare const SidebarSection: (props: SidebarSectionProps) => import("react").JSX.Element;
|
|
22
|
-
//# sourceMappingURL=Section.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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,23 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from 'react';
|
|
2
|
-
/**
|
|
3
|
-
* @deprecated Use `SidebarV2Footer` instead.
|
|
4
|
-
*/
|
|
5
|
-
export type SidebarFooterProps = {
|
|
6
|
-
children?: ReactNode;
|
|
7
|
-
elevated?: boolean;
|
|
8
|
-
};
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated Use `SidebarV2Footer` instead.
|
|
11
|
-
*/
|
|
12
|
-
export declare const SidebarFooter: ({ elevated, ...props }: SidebarFooterProps) => import("react").JSX.Element;
|
|
13
|
-
/**
|
|
14
|
-
* @deprecated Use `SidebarV2FooterContent` instead.
|
|
15
|
-
*/
|
|
16
|
-
export type SidebarFooterHighlightProps = {
|
|
17
|
-
children?: ReactNode;
|
|
18
|
-
};
|
|
19
|
-
/**
|
|
20
|
-
* @deprecated Use `SidebarV2FooterContent` instead.
|
|
21
|
-
*/
|
|
22
|
-
export declare const SidebarFooterHighlight: ({ ...props }: SidebarFooterHighlightProps) => import("react").JSX.Element;
|
|
23
|
-
//# sourceMappingURL=SidebarFooter.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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,15 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from 'react';
|
|
2
|
-
/**
|
|
3
|
-
* @deprecated Use `NavBar` for app-level navigation instead.
|
|
4
|
-
*/
|
|
5
|
-
export type TopBarProps = {
|
|
6
|
-
children?: ReactNode;
|
|
7
|
-
className?: string;
|
|
8
|
-
};
|
|
9
|
-
/**
|
|
10
|
-
* Sidebar TopBar and ToolBox.
|
|
11
|
-
*
|
|
12
|
-
* @deprecated Use `NavBar` for app-level navigation instead.
|
|
13
|
-
*/
|
|
14
|
-
export declare const TopBar: ({ className, ...props }: TopBarProps) => import("react").JSX.Element;
|
|
15
|
-
//# sourceMappingURL=TopBar.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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,8 +0,0 @@
|
|
|
1
|
-
import type { SidebarActionProps } from '../SidebarActions';
|
|
2
|
-
type TopBarActionProps = SidebarActionProps;
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated Use `NavBar` for app-level navigation instead.
|
|
5
|
-
*/
|
|
6
|
-
export declare function TopBarAction(props: TopBarActionProps): import("react").JSX.Element;
|
|
7
|
-
export {};
|
|
8
|
-
//# sourceMappingURL=TopBarAction.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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,8 +0,0 @@
|
|
|
1
|
-
import type { SidebarActionsProps } from '../SidebarActions';
|
|
2
|
-
type TopBarActionsProps = SidebarActionsProps;
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated Use `NavBar` for app-level navigation instead.
|
|
5
|
-
*/
|
|
6
|
-
export declare function TopBarActions(props: TopBarActionsProps): import("react").JSX.Element;
|
|
7
|
-
export {};
|
|
8
|
-
//# sourceMappingURL=TopBarActions.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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,13 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from 'react';
|
|
2
|
-
/**
|
|
3
|
-
* @deprecated Use `NavBar` for app-level navigation instead.
|
|
4
|
-
*/
|
|
5
|
-
export type TopBarSectionProps = {
|
|
6
|
-
children?: ReactNode;
|
|
7
|
-
className?: string;
|
|
8
|
-
};
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated Use `NavBar` for app-level navigation instead.
|
|
11
|
-
*/
|
|
12
|
-
export declare const TopBarSection: ({ className, children, ...props }: TopBarSectionProps) => import("react").JSX.Element;
|
|
13
|
-
//# sourceMappingURL=TopBarSection.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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,12 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from 'react';
|
|
2
|
-
/**
|
|
3
|
-
* @deprecated Use `NavBar` for app-level navigation instead.
|
|
4
|
-
*/
|
|
5
|
-
export type TopBarTitleProps = {
|
|
6
|
-
children?: ReactNode;
|
|
7
|
-
};
|
|
8
|
-
/**
|
|
9
|
-
* @deprecated Use `NavBar` for app-level navigation instead.
|
|
10
|
-
*/
|
|
11
|
-
export declare const TopBarTitle: (props: TopBarTitleProps) => import("react").JSX.Element;
|
|
12
|
-
//# sourceMappingURL=TopBarTitle.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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,13 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from 'react';
|
|
2
|
-
/**
|
|
3
|
-
* @deprecated Use `NavBar` for app-level navigation instead.
|
|
4
|
-
*/
|
|
5
|
-
export type TopBarToolBoxProps = {
|
|
6
|
-
children?: ReactNode;
|
|
7
|
-
className?: string;
|
|
8
|
-
};
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated Use `NavBar` for app-level navigation instead.
|
|
11
|
-
*/
|
|
12
|
-
export declare const TopBarToolBox: ({ children, className, ...props }: TopBarToolBoxProps) => import("react").JSX.Element;
|
|
13
|
-
//# sourceMappingURL=TopBarToolBox.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from 'react';
|
|
2
|
-
/**
|
|
3
|
-
* @deprecated Use `NavBar` for app-level navigation instead.
|
|
4
|
-
*/
|
|
5
|
-
export type TopBarV2Props = {
|
|
6
|
-
children?: ReactNode;
|
|
7
|
-
className?: string;
|
|
8
|
-
};
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated Use `NavBar` for app-level navigation instead.
|
|
11
|
-
*/
|
|
12
|
-
export declare const TopBarV2: ({ className, ...props }: TopBarV2Props) => import("react").JSX.Element;
|
|
13
|
-
//# sourceMappingURL=TopBarV2.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TopBarV2.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBarV2.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG;IAC1B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,QAAQ,GAAI,yBAAyB,aAAa,gCAU9D,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from 'react';
|
|
2
|
-
/**
|
|
3
|
-
* @deprecated Use `NavBar` for app-level navigation instead.
|
|
4
|
-
*/
|
|
5
|
-
export type TopBarWrapperProps = {
|
|
6
|
-
children?: ReactNode;
|
|
7
|
-
};
|
|
8
|
-
/**
|
|
9
|
-
* @deprecated Use `NavBar` for app-level navigation instead.
|
|
10
|
-
*/
|
|
11
|
-
export declare const TopBarWrapper: ({ children }: TopBarWrapperProps) => import("react").JSX.Element;
|
|
12
|
-
//# sourceMappingURL=TopBarWrapper.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TopBarWrapper.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBarWrapper.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;CACtB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa,GAAI,cAAc,kBAAkB,gCAI7D,CAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @deprecated Use `NavBar` for app-level navigation instead.
|
|
3
|
-
*/
|
|
4
|
-
export declare const TopBarAvatar: {
|
|
5
|
-
size: "x24";
|
|
6
|
-
};
|
|
7
|
-
export * from './TopBar';
|
|
8
|
-
export * from './TopBarV2';
|
|
9
|
-
export * from './TopBarAction';
|
|
10
|
-
export * from './TopBarActions';
|
|
11
|
-
export * from './TopBarSection';
|
|
12
|
-
export * from './TopBarTitle';
|
|
13
|
-
export * from './TopBarToolBox';
|
|
14
|
-
export * from './TopBarWrapper';
|
|
15
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,YAAY;;CAA2B,CAAC;AACrD,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type { RefAttributes, HTMLAttributes } from 'react';
|
|
2
|
-
export type SidebarProps = HTMLAttributes<HTMLElement> & RefAttributes<HTMLElement> & {
|
|
3
|
-
collapsed?: boolean;
|
|
4
|
-
};
|
|
5
|
-
export declare function Sidebar({ collapsed, className, ...props }: SidebarProps): import("react").JSX.Element;
|
|
6
|
-
//# sourceMappingURL=Sidebar.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Sidebar.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/Sidebar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE3D,MAAM,MAAM,YAAY,GAAG,cAAc,CAAC,WAAW,CAAC,GACpD,aAAa,CAAC,WAAW,CAAC,GAAG;IAC3B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEJ,wBAAgB,OAAO,CAAC,EAAE,SAAS,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,YAAY,+BAcvE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarAccordion.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/SidebarAccordion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnE,QAAA,MAAM,gBAAgB,GAAI,mCAIvB,qBAAqB,gCAYvB,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarAccordionItem.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/SidebarAccordionItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAMvD,MAAM,MAAM,yBAAyB,GAAG;IACtC,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,SAAS,CAAC;IACjB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB,GAAG,cAAc,CAAC,WAAW,CAAC,CAAC;AAEhC,QAAA,MAAM,oBAAoB,GAAI,mHAU3B,yBAAyB,gCAoD3B,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarAction.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/SidebarAction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAG3C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAE5D,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,eAAe,EAAE,KAAK,CAAC,GAC3D,aAAa,CAAC,WAAW,CAAC,CAAC;AAE7B,iBAAS,aAAa,CAAC,KAAK,EAAE,kBAAkB,+BAE/C;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import type { ButtonGroupProps } from '../ButtonGroup';
|
|
2
|
-
export type SidebarActionsProps = ButtonGroupProps;
|
|
3
|
-
declare function SidebarActions(props: SidebarActionsProps): import("react").JSX.Element;
|
|
4
|
-
export default SidebarActions;
|
|
5
|
-
//# sourceMappingURL=SidebarActions.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarActions.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/SidebarActions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGvD,MAAM,MAAM,mBAAmB,GAAG,gBAAgB,CAAC;AAEnD,iBAAS,cAAc,CAAC,KAAK,EAAE,mBAAmB,+BAEjD;AAED,eAAe,cAAc,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { AllHTMLAttributes, ReactNode } from 'react';
|
|
2
|
-
export type SidebarV2BannerVariant = 'default' | 'info' | 'success' | 'warning' | 'danger';
|
|
3
|
-
export type SidebarV2BannerProps = {
|
|
4
|
-
title?: ReactNode;
|
|
5
|
-
linkText?: string;
|
|
6
|
-
linkProps?: AllHTMLAttributes<HTMLAnchorElement>;
|
|
7
|
-
onClick?: () => void;
|
|
8
|
-
variant?: SidebarV2BannerVariant;
|
|
9
|
-
onClose?: () => void;
|
|
10
|
-
children?: ReactNode;
|
|
11
|
-
addon?: ReactNode;
|
|
12
|
-
};
|
|
13
|
-
export declare const SidebarBanner: ({ title, linkText, linkProps, variant, addon, onClose, children, ...props }: SidebarV2BannerProps) => import("react").JSX.Element;
|
|
14
|
-
//# sourceMappingURL=SidebarBanner.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarBanner.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/SidebarBanner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAI1D,MAAM,MAAM,sBAAsB,GAC9B,SAAS,GACT,MAAM,GACN,SAAS,GACT,SAAS,GACT,QAAQ,CAAC;AAEb,MAAM,MAAM,oBAAoB,GAAG;IACjC,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;IACjD,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,CAAC,EAAE,sBAAsB,CAAC;IACjC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,6EAS3B,oBAAoB,gCA0BtB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarButtonGroup.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/SidebarButtonGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGvD,eAAO,MAAM,kBAAkB,GAAI,4BAIhC,gBAAgB,gCAA2D,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarCollapseGroup.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/SidebarCollapseGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAKtE,KAAK,yBAAyB,GAAG,cAAc,CAAC,cAAc,CAAC,GAC7D,aAAa,CAAC,cAAc,CAAC,GAAG;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,OAAO,CAAC,EAAE,SAAS,CAAC;CACrB,CAAC;AAEJ,wBAAgB,oBAAoB,CAAC,EACnC,GAAG,EACH,QAAQ,EAAE,YAAY,EACtB,eAAe,EACf,QAAQ,EACR,QAAQ,EACR,KAAK,EACL,IAAI,EACJ,KAAK,EACL,GAAG,KAAK,EACT,EAAE,yBAAyB,+BAoC3B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarCollapseGroupMenu.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/SidebarCollapseGroupMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAK5C,eAAO,MAAM,wBAAwB,GAAI,wBAGtC,cAAc,CAAC,cAAc,CAAC,gCAiBhC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarDivider.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/SidebarDivider.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,mCAE1B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarFooter/SidebarFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,eAAO,MAAM,aAAa,GAAI,wBAG3B,cAAc,CAAC,WAAW,CAAC,gCAI7B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarFooterContent.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarFooter/SidebarFooterContent.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,WAAW,CAAC;AAE/C,eAAO,MAAM,oBAAoB,GAAI,wBAAwB,QAAQ,gCAIpE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarFooter/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,IAAI,eAAe,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EAAE,oBAAoB,IAAI,sBAAsB,EAAE,MAAM,wBAAwB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarGroupTitle.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/SidebarGroupTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvE,MAAM,MAAM,sBAAsB,GAAG;IACnC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,QAAQ,CAAC,EAAE,cAAc,CAAC;CAC3B,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,eAAO,MAAM,iBAAiB,GAAI,qEAS/B,sBAAsB,gCA4BxB,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { AllHTMLAttributes, ElementType } from 'react';
|
|
2
|
-
export type SidebarV2ItemProps = {
|
|
3
|
-
selected?: boolean;
|
|
4
|
-
level?: number;
|
|
5
|
-
is?: ElementType;
|
|
6
|
-
} & AllHTMLAttributes<HTMLAnchorElement>;
|
|
7
|
-
export declare const SidebarItem: ({ selected, level, className, children, is: Tag, ...props }: SidebarV2ItemProps) => import("react").JSX.Element;
|
|
8
|
-
//# sourceMappingURL=SidebarItem.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarItem.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarItem/SidebarItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AAE5D,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,EAAE,CAAC,EAAE,WAAW,CAAC;CAClB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,WAAW,GAAI,6DAOzB,kBAAkB,gCAcpB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarItemAction.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarItem/SidebarItemAction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,IAAI,KAAK,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAI5C,eAAO,MAAM,iBAAiB,GAAI,yCAK/B;IACD,OAAO,EAAE,CAAC,CAAC,EAAE,KAAK,KAAK,IAAI,CAAC;IAC5B,IAAI,CAAC,EAAE,KAAK,CAAC;CACd,GAAG,cAAc,CAAC,cAAc,CAAC,gCAejC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarItemAvatarWrapper.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarItem/SidebarItemAvatarWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,eAAO,MAAM,wBAAwB,GAAI,yBAGtC,cAAc,CAAC,cAAc,CAAC,gCAOhC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarItemBadge.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarItem/SidebarItemBadge.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,aAAa,CAAC;AAErD,eAAO,MAAM,gBAAgB,GAAI,yBAAyB,UAAU,gCAOnE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarItemCol.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarItem/SidebarItemCol.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,eAAO,MAAM,cAAc,GAAI,yBAG5B,cAAc,CAAC,cAAc,CAAC,gCAOhC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarItemContent.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarItem/SidebarItemContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,eAAO,MAAM,kBAAkB,GAAI,iCAIhC;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,GAAG,cAAc,CAAC,cAAc,CAAC,gCAWvD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarItemIcon.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarItem/SidebarItemIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,IAAI,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,EAAkB,KAAK,YAAY,EAAE,MAAM,OAAO,CAAC;AAE1D,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAElD,MAAM,MAAM,sBAAsB,GAAG,IAAI,CAAC,SAAS,EAAE,MAAM,CAAC,GAAG;IAC7D,IAAI,EAAE,QAAQ,GAAG,YAAY,CAAC,GAAG,CAAC,CAAC;IACnC,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,4CAK7B,sBAAsB,gCAgBxB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarItemMenu.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarItem/SidebarItemMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAK5C,eAAO,MAAM,eAAe,GAAI,wBAG7B,cAAc,CAAC,cAAc,CAAC,gCAiBhC,CAAC"}
|