@rocket.chat/fuselage 0.6.3-dev.320 → 0.6.3-dev.324
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.
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { ComponentProps, ForwardRefExoticComponent } from 'react';
|
|
2
2
|
|
|
3
3
|
import { Box } from '../Box';
|
|
4
|
+
import { ActionButton } from '../Button';
|
|
4
5
|
|
|
5
6
|
type SidebarProps = ComponentProps<typeof Box>;
|
|
6
7
|
type SidebarTopBarProps = ComponentProps<typeof Box>;
|
|
8
|
+
type SidebarTopBarActionProps = ComponentProps<typeof ActionButton>;
|
|
7
9
|
type SidebarItemProps = ComponentProps<typeof Box>;
|
|
8
10
|
type SidebarSectionProps = ComponentProps<typeof Box>;
|
|
9
11
|
|
|
@@ -12,9 +14,11 @@ export const Sidebar: ForwardRefExoticComponent<SidebarProps> & {
|
|
|
12
14
|
Wrapper: ForwardRefExoticComponent<SidebarTopBarProps>;
|
|
13
15
|
Avatar: { size: string };
|
|
14
16
|
Actions: ForwardRefExoticComponent<SidebarTopBarProps>;
|
|
15
|
-
Action: ForwardRefExoticComponent<
|
|
17
|
+
Action: ForwardRefExoticComponent<SidebarTopBarActionProps>;
|
|
16
18
|
Divider: ForwardRefExoticComponent<SidebarTopBarProps>;
|
|
17
19
|
Title: ForwardRefExoticComponent<SidebarTopBarProps>;
|
|
20
|
+
ToolBox: ForwardRefExoticComponent<SidebarTopBarProps>;
|
|
21
|
+
Section: ForwardRefExoticComponent<SidebarTopBarProps>;
|
|
18
22
|
};
|
|
19
23
|
Item: ForwardRefExoticComponent<SidebarItemProps> & {
|
|
20
24
|
Menu: ForwardRefExoticComponent<SidebarItemProps>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rocket.chat/fuselage",
|
|
3
|
-
"version": "0.6.3-dev.
|
|
3
|
+
"version": "0.6.3-dev.324+2671a263",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "Rocket.Chat",
|
|
6
6
|
"url": "https://rocket.chat/"
|
|
@@ -65,10 +65,10 @@
|
|
|
65
65
|
"react-virtuoso": "1.2.4"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@rocket.chat/css-in-js": "^0.6.3-dev.
|
|
69
|
-
"@rocket.chat/css-supports": "^0.6.3-dev.
|
|
70
|
-
"@rocket.chat/fuselage-tokens": "^0.6.3-dev.
|
|
71
|
-
"@rocket.chat/memo": "^0.6.3-dev.
|
|
68
|
+
"@rocket.chat/css-in-js": "^0.6.3-dev.324+2671a263",
|
|
69
|
+
"@rocket.chat/css-supports": "^0.6.3-dev.324+2671a263",
|
|
70
|
+
"@rocket.chat/fuselage-tokens": "^0.6.3-dev.324+2671a263",
|
|
71
|
+
"@rocket.chat/memo": "^0.6.3-dev.324+2671a263",
|
|
72
72
|
"invariant": "^2.2.4",
|
|
73
73
|
"react-keyed-flatten-children": "^1.3.0"
|
|
74
74
|
},
|
|
@@ -80,9 +80,9 @@
|
|
|
80
80
|
"@babel/preset-react": "^7.14.5",
|
|
81
81
|
"@rocket.chat/eslint-config": "^0.4.0",
|
|
82
82
|
"@rocket.chat/eslint-config-alt": "^0.29.0",
|
|
83
|
-
"@rocket.chat/fuselage-hooks": "^0.6.3-dev.
|
|
84
|
-
"@rocket.chat/fuselage-polyfills": "^0.6.3-dev.
|
|
85
|
-
"@rocket.chat/icons": "^0.6.3-dev.
|
|
83
|
+
"@rocket.chat/fuselage-hooks": "^0.6.3-dev.324+2671a263",
|
|
84
|
+
"@rocket.chat/fuselage-polyfills": "^0.6.3-dev.324+2671a263",
|
|
85
|
+
"@rocket.chat/icons": "^0.6.3-dev.324+2671a263",
|
|
86
86
|
"@rocket.chat/prettier-config": "^0.29.0",
|
|
87
87
|
"@storybook/addon-essentials": "^6.3.4",
|
|
88
88
|
"@storybook/addon-jest": "^6.3.4",
|
|
@@ -155,5 +155,5 @@
|
|
|
155
155
|
}
|
|
156
156
|
}
|
|
157
157
|
},
|
|
158
|
-
"gitHead": "
|
|
158
|
+
"gitHead": "2671a263a595be9e08d56adfa7c9fd49c2303901"
|
|
159
159
|
}
|