@rocket.chat/fuselage 0.6.3-dev.362 → 0.6.3-dev.367
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/Button/index.d.ts +1 -0
- package/dist/components/Icon/index.d.ts +2 -0
- package/dist/components/Message/Message.d.ts +5 -2
- package/dist/components/Message/Message.d.ts.map +1 -1
- package/dist/components/Options/Option/Option.d.ts +3 -1
- package/dist/components/Options/Option/Option.d.ts.map +1 -1
- package/dist/components/Options/Option/index.d.ts +5 -3
- package/dist/components/Options/Option/index.d.ts.map +1 -1
- package/dist/components/Sidebar/Item.d.ts +169 -0
- package/dist/components/Sidebar/Item.d.ts.map +1 -0
- package/dist/components/Sidebar/Section.d.ts +7 -0
- package/dist/components/Sidebar/Section.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarActions.d.ts +6 -0
- package/dist/components/Sidebar/SidebarActions.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarFooter.d.ts +6 -0
- package/dist/components/Sidebar/SidebarFooter.d.ts.map +1 -0
- package/dist/components/Sidebar/TopBar.d.ts +159 -0
- package/dist/components/Sidebar/TopBar.d.ts.map +1 -0
- package/dist/components/Sidebar/index.d.ts +18 -39
- package/dist/components/Sidebar/index.d.ts.map +1 -0
- package/dist/fuselage.development.js +470 -567
- package/dist/fuselage.development.js.map +1 -1
- package/dist/fuselage.production.js +1 -1
- package/package.json +15 -14
|
@@ -1,8 +1,10 @@
|
|
|
1
|
+
import nameToCharacterMapping from '@rocket.chat/icons';
|
|
1
2
|
import { ComponentProps, ForwardRefExoticComponent } from 'react';
|
|
2
3
|
|
|
3
4
|
import { Box } from '../Box';
|
|
4
5
|
|
|
5
6
|
type IconProps = Omit<ComponentProps<typeof Box>, 'size'> & {
|
|
7
|
+
name: keyof nameToCharacterMapping;
|
|
6
8
|
size?: ComponentProps<typeof Box>['width'];
|
|
7
9
|
};
|
|
8
10
|
export const Icon: ForwardRefExoticComponent<IconProps>;
|
|
@@ -160,7 +160,7 @@ declare const _default: React.ForwardRefExoticComponent<React.AllHTMLAttributes<
|
|
|
160
160
|
children?: React.ReactNode;
|
|
161
161
|
} & Omit<React.AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLOrSVGElement>> & React.RefAttributes<unknown>> & {
|
|
162
162
|
Icon: React.FC<{
|
|
163
|
-
name: "user" | "
|
|
163
|
+
name: "user" | "clock" | "discussion" | "thread";
|
|
164
164
|
}>;
|
|
165
165
|
Label: React.FC<{
|
|
166
166
|
is?: React.ElementType<any> | undefined;
|
|
@@ -691,6 +691,7 @@ declare const _default: React.ForwardRefExoticComponent<React.AllHTMLAttributes<
|
|
|
691
691
|
icon: string;
|
|
692
692
|
mini?: boolean | undefined;
|
|
693
693
|
tiny?: boolean | undefined;
|
|
694
|
+
small?: boolean | undefined;
|
|
694
695
|
}>;
|
|
695
696
|
Wrapper: React.FC<{}>;
|
|
696
697
|
Menu: React.FC<Omit<{
|
|
@@ -830,6 +831,7 @@ declare const _default: React.ForwardRefExoticComponent<React.AllHTMLAttributes<
|
|
|
830
831
|
icon: string;
|
|
831
832
|
mini?: boolean | undefined;
|
|
832
833
|
tiny?: boolean | undefined;
|
|
834
|
+
small?: boolean | undefined;
|
|
833
835
|
}, "icon"> & {
|
|
834
836
|
icon?: string | undefined;
|
|
835
837
|
options: {
|
|
@@ -849,9 +851,10 @@ declare const _default: React.ForwardRefExoticComponent<React.AllHTMLAttributes<
|
|
|
849
851
|
selected?: boolean | undefined;
|
|
850
852
|
className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
|
|
851
853
|
ref?: React.Ref<Element> | undefined;
|
|
852
|
-
icon?:
|
|
854
|
+
icon?: "info" | "warning" | "link" | "download" | "list" | "clip" | "audio" | "code" | "menu" | "video" | "circle" | "image" | "italic" | "bold" | "underline" | "user" | "copy" | "key" | "arrow-back" | "arrow-collapse" | "arrow-down" | "arrow-down-box" | "arrow-expand" | "arrow-fall" | "arrow-jump" | "arrow-loop" | "arrow-return" | "arrow-rise" | "arrow-up-box" | "at" | "avatar" | "backspace" | "bag" | "ball" | "balloon" | "balloon-arrow-left" | "balloon-arrow-top-right" | "balloon-close-top-right" | "balloon-ellipsis" | "balloon-exclamation" | "balloon-off" | "balloons" | "balloon-text" | "ban" | "bell" | "bell-off" | "book" | "brush" | "burger" | "burger-arrow-left" | "business" | "calendar" | "camera" | "card" | "check" | "chevron-down" | "chevron-expand" | "chevron-left" | "chevron-right" | "chevron-up" | "circle-arrow-down" | "circle-check" | "circle-cross" | "clipboard" | "clock" | "cloud-arrow-up" | "cloud-plus" | "cog" | "condensed-view" | "contact" | "crop" | "cross" | "cross-small" | "cube" | "customize" | "desktop" | "dialpad" | "doc" | "document-eye" | "doner" | "emoji" | "emoji-plus" | "eraser" | "error-circle" | "exit" | "extended-view" | "eye" | "eye-off" | "file" | "fingerprint" | "flag" | "folder" | "globe" | "globe-off" | "group-by-type" | "hash" | "hashtag-lock" | "h-bar" | "headphone" | "headphone-off" | "headset" | "help" | "history" | "home" | "joystick" | "kebab" | "keyboard" | "language" | "list-bullets" | "list-numbers" | "live" | "lock" | "login" | "magnifier" | "mail" | "mail-arrow-top-right" | "meatballs" | "medium-view" | "members" | "mic" | "mic-off" | "mobile" | "moon" | "musical-note" | "new-window" | "pause" | "pause-unfilled" | "pencil" | "pencil-box" | "phone" | "phone-disabled" | "phone-in" | "phone-off" | "phone-out" | "pin" | "pin-map" | "play" | "plus" | "plus-small" | "podcast" | "quote" | "rec" | "refresh" | "send" | "send-filled" | "sheet" | "shield" | "shield-check" | "shredder" | "signal" | "sms" | "sort" | "sort-az" | "squares" | "stack" | "star" | "star-filled" | "strike" | "success-circle" | "sun" | "team" | "team-arrow-right" | "team-lock" | "text-decrease" | "text-increase" | "trash" | "undo" | "user-arrow-right" | "user-plus" | "video-disabled" | "video-filled" | "video-off" | "volume" | "volume-disabled" | "volume-lock" | "volume-off" | "zip" | "add-reaction" | "add-user" | "attachment" | "back" | "baloon-arrow-left" | "baloon-arrow-top-right" | "baloon-close-top-right" | "baloon-ellipsis" | "baloon-exclamation" | "baloons" | "baloon-text" | "cancel" | "canned-response" | "chat" | "checkmark-circled" | "circled-arrow-down" | "computer" | "discover" | "discussion" | "edit" | "edit-rounded" | "file-document" | "file-generic" | "file-google-drive" | "file-pdf" | "files-audio" | "file-sheets" | "files-video" | "files-zip" | "game" | "hashtag" | "import" | "info-circled" | "jump" | "jump-to-message" | "map-pin" | "message" | "message-disabled" | "modal-warning" | "multiline" | "omnichannel" | "permalink" | "post" | "queue" | "reload" | "reply-directly" | "report" | "send-active" | "share" | "shield-alt" | "sign-out" | "sort-amount-down" | "th-list" | "thread" | "upload" | "user-rounded" | "file-keynote" | "hand-pointer" | "list-alt" | "livechat" | "loading" | "play-solid" | "reply" | "sort-down" | "sort-up" | "adobe" | "facebook" | "github" | "gitlab" | "google" | "google-drive" | "hubot" | "linkedin" | "twitter" | undefined;
|
|
853
855
|
avatar?: React.ReactNode;
|
|
854
856
|
title?: string | undefined;
|
|
857
|
+
value?: string | undefined;
|
|
855
858
|
} & Pick<{
|
|
856
859
|
is?: React.ElementType<any> | undefined;
|
|
857
860
|
className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Message.d.ts","sourceRoot":"","sources":["../../../src/components/Message/Message.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EACZ,iBAAiB,EACjB,EAAE,EAEF,YAAY,EACZ,SAAS,EACV,MAAM,OAAO,CAAC;AAEf,OAAO,wBAAwB,CAAC;AAQhC,eAAO,MAAM,gBAAgB,EAAE,EAI9B,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,EAOnC,CAAC;AAEF,aAAK,yBAAyB,GAAG;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,oBAAoB,UACxB,yBAAyB,KAC/B,YAKF,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,EAQ3B,CAAC;AAEF,aAAK,gBAAgB,GAAG,iBAAiB,CAAC,cAAc,CAAC,GAAG;IAC1D,KAAK,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,WAAW,mCAIrB,gBAAgB,KAAG,YAerB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAenD,CAAC;AAOF,eAAO,MAAM,OAAO;;;wCA4BnB,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC;IAAE,QAAQ,EAAE,MAAM,CAAA;CAAE,CAQnD,CAAC;AAEJ,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC;IAAE,QAAQ,EAAE,MAAM,CAAA;CAAE,CAShD,CAAC;AACF,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC;IAAE,QAAQ,EAAE,MAAM,CAAA;CAAE,CAQlD,CAAC;AAEJ,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC;IAAE,QAAQ,EAAE,MAAM,CAAA;CAAE,CAYhD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,EAO1B,CAAC
|
|
1
|
+
{"version":3,"file":"Message.d.ts","sourceRoot":"","sources":["../../../src/components/Message/Message.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EACZ,iBAAiB,EACjB,EAAE,EAEF,YAAY,EACZ,SAAS,EACV,MAAM,OAAO,CAAC;AAEf,OAAO,wBAAwB,CAAC;AAQhC,eAAO,MAAM,gBAAgB,EAAE,EAI9B,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,EAOnC,CAAC;AAEF,aAAK,yBAAyB,GAAG;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,oBAAoB,UACxB,yBAAyB,KAC/B,YAKF,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,EAQ3B,CAAC;AAEF,aAAK,gBAAgB,GAAG,iBAAiB,CAAC,cAAc,CAAC,GAAG;IAC1D,KAAK,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,WAAW,mCAIrB,gBAAgB,KAAG,YAerB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAenD,CAAC;AAOF,eAAO,MAAM,OAAO;;;wCA4BnB,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC;IAAE,QAAQ,EAAE,MAAM,CAAA;CAAE,CAQnD,CAAC;AAEJ,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC;IAAE,QAAQ,EAAE,MAAM,CAAA;CAAE,CAShD,CAAC;AACF,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC;IAAE,QAAQ,EAAE,MAAM,CAAA;CAAE,CAQlD,CAAC;AAEJ,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC;IAAE,QAAQ,EAAE,MAAM,CAAA;CAAE,CAYhD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,EAO1B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEF,wBAeG"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import React, { Ref, ComponentProps, ReactNode } from 'react';
|
|
2
|
+
import { Icon } from '../..';
|
|
2
3
|
import { Box } from '../../Box';
|
|
3
4
|
declare type OptionProps = {
|
|
4
5
|
is?: ComponentProps<typeof Box>['is'];
|
|
@@ -9,9 +10,10 @@ declare type OptionProps = {
|
|
|
9
10
|
selected?: boolean;
|
|
10
11
|
className?: ComponentProps<typeof Box>['className'];
|
|
11
12
|
ref?: Ref<Element>;
|
|
12
|
-
icon?:
|
|
13
|
+
icon?: ComponentProps<typeof Icon>['name'];
|
|
13
14
|
avatar?: ReactNode;
|
|
14
15
|
title?: string;
|
|
16
|
+
value?: string;
|
|
15
17
|
} & Pick<ComponentProps<typeof Box>, 'onClick'>;
|
|
16
18
|
declare const Option: React.MemoExoticComponent<({ is: Tag, id, children, label, focus, selected, className, ref, icon, avatar, title, onClick, ...options }: OptionProps) => JSX.Element>;
|
|
17
19
|
export default Option;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Option.d.ts","sourceRoot":"","sources":["../../../../src/components/Options/Option/Option.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,GAAG,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE9D,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAKhC,aAAK,WAAW,GAAG;IACjB,EAAE,CAAC,EAAE,cAAc,CAAC,OAAO,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC;IACtC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,cAAc,CAAC,OAAO,GAAG,CAAC,CAAC,WAAW,CAAC,CAAC;IACpD,GAAG,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"Option.d.ts","sourceRoot":"","sources":["../../../../src/components/Options/Option/Option.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,GAAG,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE9D,OAAO,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAC7B,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAKhC,aAAK,WAAW,GAAG;IACjB,EAAE,CAAC,EAAE,cAAc,CAAC,OAAO,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC;IACtC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,cAAc,CAAC,OAAO,GAAG,CAAC,CAAC,WAAW,CAAC,CAAC;IACpD,GAAG,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC;IACnB,IAAI,CAAC,EAAE,cAAc,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,CAAC,CAAC;IAC3C,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,GAAG,CAAC,EAAE,SAAS,CAAC,CAAC;AAEhD,QAAA,MAAM,MAAM,0IAeP,WAAW,iBA0Bf,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -8,9 +8,10 @@ declare const _default: import("react").NamedExoticComponent<{
|
|
|
8
8
|
selected?: boolean | undefined;
|
|
9
9
|
className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
|
|
10
10
|
ref?: import("react").Ref<Element> | undefined;
|
|
11
|
-
icon?:
|
|
11
|
+
icon?: "info" | "warning" | "link" | "download" | "list" | "clip" | "audio" | "code" | "menu" | "video" | "circle" | "image" | "italic" | "bold" | "underline" | "user" | "copy" | "key" | "arrow-back" | "arrow-collapse" | "arrow-down" | "arrow-down-box" | "arrow-expand" | "arrow-fall" | "arrow-jump" | "arrow-loop" | "arrow-return" | "arrow-rise" | "arrow-up-box" | "at" | "avatar" | "backspace" | "bag" | "ball" | "balloon" | "balloon-arrow-left" | "balloon-arrow-top-right" | "balloon-close-top-right" | "balloon-ellipsis" | "balloon-exclamation" | "balloon-off" | "balloons" | "balloon-text" | "ban" | "bell" | "bell-off" | "book" | "brush" | "burger" | "burger-arrow-left" | "business" | "calendar" | "camera" | "card" | "check" | "chevron-down" | "chevron-expand" | "chevron-left" | "chevron-right" | "chevron-up" | "circle-arrow-down" | "circle-check" | "circle-cross" | "clipboard" | "clock" | "cloud-arrow-up" | "cloud-plus" | "cog" | "condensed-view" | "contact" | "crop" | "cross" | "cross-small" | "cube" | "customize" | "desktop" | "dialpad" | "doc" | "document-eye" | "doner" | "emoji" | "emoji-plus" | "eraser" | "error-circle" | "exit" | "extended-view" | "eye" | "eye-off" | "file" | "fingerprint" | "flag" | "folder" | "globe" | "globe-off" | "group-by-type" | "hash" | "hashtag-lock" | "h-bar" | "headphone" | "headphone-off" | "headset" | "help" | "history" | "home" | "joystick" | "kebab" | "keyboard" | "language" | "list-bullets" | "list-numbers" | "live" | "lock" | "login" | "magnifier" | "mail" | "mail-arrow-top-right" | "meatballs" | "medium-view" | "members" | "mic" | "mic-off" | "mobile" | "moon" | "musical-note" | "new-window" | "pause" | "pause-unfilled" | "pencil" | "pencil-box" | "phone" | "phone-disabled" | "phone-in" | "phone-off" | "phone-out" | "pin" | "pin-map" | "play" | "plus" | "plus-small" | "podcast" | "quote" | "rec" | "refresh" | "send" | "send-filled" | "sheet" | "shield" | "shield-check" | "shredder" | "signal" | "sms" | "sort" | "sort-az" | "squares" | "stack" | "star" | "star-filled" | "strike" | "success-circle" | "sun" | "team" | "team-arrow-right" | "team-lock" | "text-decrease" | "text-increase" | "trash" | "undo" | "user-arrow-right" | "user-plus" | "video-disabled" | "video-filled" | "video-off" | "volume" | "volume-disabled" | "volume-lock" | "volume-off" | "zip" | "add-reaction" | "add-user" | "attachment" | "back" | "baloon-arrow-left" | "baloon-arrow-top-right" | "baloon-close-top-right" | "baloon-ellipsis" | "baloon-exclamation" | "baloons" | "baloon-text" | "cancel" | "canned-response" | "chat" | "checkmark-circled" | "circled-arrow-down" | "computer" | "discover" | "discussion" | "edit" | "edit-rounded" | "file-document" | "file-generic" | "file-google-drive" | "file-pdf" | "files-audio" | "file-sheets" | "files-video" | "files-zip" | "game" | "hashtag" | "import" | "info-circled" | "jump" | "jump-to-message" | "map-pin" | "message" | "message-disabled" | "modal-warning" | "multiline" | "omnichannel" | "permalink" | "post" | "queue" | "reload" | "reply-directly" | "report" | "send-active" | "share" | "shield-alt" | "sign-out" | "sort-amount-down" | "th-list" | "thread" | "upload" | "user-rounded" | "file-keynote" | "hand-pointer" | "list-alt" | "livechat" | "loading" | "play-solid" | "reply" | "sort-down" | "sort-up" | "adobe" | "facebook" | "github" | "gitlab" | "google" | "google-drive" | "hubot" | "linkedin" | "twitter" | undefined;
|
|
12
12
|
avatar?: import("react").ReactNode;
|
|
13
13
|
title?: string | undefined;
|
|
14
|
+
value?: string | undefined;
|
|
14
15
|
} & Pick<{
|
|
15
16
|
is?: import("react").ElementType<any> | undefined;
|
|
16
17
|
className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
|
|
@@ -143,9 +144,10 @@ declare const _default: import("react").NamedExoticComponent<{
|
|
|
143
144
|
selected?: boolean | undefined;
|
|
144
145
|
className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
|
|
145
146
|
ref?: import("react").Ref<Element> | undefined;
|
|
146
|
-
icon?:
|
|
147
|
+
icon?: "info" | "warning" | "link" | "download" | "list" | "clip" | "audio" | "code" | "menu" | "video" | "circle" | "image" | "italic" | "bold" | "underline" | "user" | "copy" | "key" | "arrow-back" | "arrow-collapse" | "arrow-down" | "arrow-down-box" | "arrow-expand" | "arrow-fall" | "arrow-jump" | "arrow-loop" | "arrow-return" | "arrow-rise" | "arrow-up-box" | "at" | "avatar" | "backspace" | "bag" | "ball" | "balloon" | "balloon-arrow-left" | "balloon-arrow-top-right" | "balloon-close-top-right" | "balloon-ellipsis" | "balloon-exclamation" | "balloon-off" | "balloons" | "balloon-text" | "ban" | "bell" | "bell-off" | "book" | "brush" | "burger" | "burger-arrow-left" | "business" | "calendar" | "camera" | "card" | "check" | "chevron-down" | "chevron-expand" | "chevron-left" | "chevron-right" | "chevron-up" | "circle-arrow-down" | "circle-check" | "circle-cross" | "clipboard" | "clock" | "cloud-arrow-up" | "cloud-plus" | "cog" | "condensed-view" | "contact" | "crop" | "cross" | "cross-small" | "cube" | "customize" | "desktop" | "dialpad" | "doc" | "document-eye" | "doner" | "emoji" | "emoji-plus" | "eraser" | "error-circle" | "exit" | "extended-view" | "eye" | "eye-off" | "file" | "fingerprint" | "flag" | "folder" | "globe" | "globe-off" | "group-by-type" | "hash" | "hashtag-lock" | "h-bar" | "headphone" | "headphone-off" | "headset" | "help" | "history" | "home" | "joystick" | "kebab" | "keyboard" | "language" | "list-bullets" | "list-numbers" | "live" | "lock" | "login" | "magnifier" | "mail" | "mail-arrow-top-right" | "meatballs" | "medium-view" | "members" | "mic" | "mic-off" | "mobile" | "moon" | "musical-note" | "new-window" | "pause" | "pause-unfilled" | "pencil" | "pencil-box" | "phone" | "phone-disabled" | "phone-in" | "phone-off" | "phone-out" | "pin" | "pin-map" | "play" | "plus" | "plus-small" | "podcast" | "quote" | "rec" | "refresh" | "send" | "send-filled" | "sheet" | "shield" | "shield-check" | "shredder" | "signal" | "sms" | "sort" | "sort-az" | "squares" | "stack" | "star" | "star-filled" | "strike" | "success-circle" | "sun" | "team" | "team-arrow-right" | "team-lock" | "text-decrease" | "text-increase" | "trash" | "undo" | "user-arrow-right" | "user-plus" | "video-disabled" | "video-filled" | "video-off" | "volume" | "volume-disabled" | "volume-lock" | "volume-off" | "zip" | "add-reaction" | "add-user" | "attachment" | "back" | "baloon-arrow-left" | "baloon-arrow-top-right" | "baloon-close-top-right" | "baloon-ellipsis" | "baloon-exclamation" | "baloons" | "baloon-text" | "cancel" | "canned-response" | "chat" | "checkmark-circled" | "circled-arrow-down" | "computer" | "discover" | "discussion" | "edit" | "edit-rounded" | "file-document" | "file-generic" | "file-google-drive" | "file-pdf" | "files-audio" | "file-sheets" | "files-video" | "files-zip" | "game" | "hashtag" | "import" | "info-circled" | "jump" | "jump-to-message" | "map-pin" | "message" | "message-disabled" | "modal-warning" | "multiline" | "omnichannel" | "permalink" | "post" | "queue" | "reload" | "reply-directly" | "report" | "send-active" | "share" | "shield-alt" | "sign-out" | "sort-amount-down" | "th-list" | "thread" | "upload" | "user-rounded" | "file-keynote" | "hand-pointer" | "list-alt" | "livechat" | "loading" | "play-solid" | "reply" | "sort-down" | "sort-up" | "adobe" | "facebook" | "github" | "gitlab" | "google" | "google-drive" | "hubot" | "linkedin" | "twitter" | undefined;
|
|
147
148
|
avatar?: import("react").ReactNode;
|
|
148
149
|
title?: string | undefined;
|
|
150
|
+
value?: string | undefined;
|
|
149
151
|
} & Pick<{
|
|
150
152
|
is?: import("react").ElementType<any> | undefined;
|
|
151
153
|
className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
|
|
@@ -275,7 +277,7 @@ declare const _default: import("react").NamedExoticComponent<{
|
|
|
275
277
|
Avatar: import("react").FC<{}>;
|
|
276
278
|
Menu: import("react").FC<{}>;
|
|
277
279
|
Icon: ({ name, }: {
|
|
278
|
-
name:
|
|
280
|
+
name: "info" | "warning" | "link" | "download" | "list" | "clip" | "audio" | "code" | "menu" | "video" | "circle" | "image" | "italic" | "bold" | "underline" | "user" | "copy" | "key" | "arrow-back" | "arrow-collapse" | "arrow-down" | "arrow-down-box" | "arrow-expand" | "arrow-fall" | "arrow-jump" | "arrow-loop" | "arrow-return" | "arrow-rise" | "arrow-up-box" | "at" | "avatar" | "backspace" | "bag" | "ball" | "balloon" | "balloon-arrow-left" | "balloon-arrow-top-right" | "balloon-close-top-right" | "balloon-ellipsis" | "balloon-exclamation" | "balloon-off" | "balloons" | "balloon-text" | "ban" | "bell" | "bell-off" | "book" | "brush" | "burger" | "burger-arrow-left" | "business" | "calendar" | "camera" | "card" | "check" | "chevron-down" | "chevron-expand" | "chevron-left" | "chevron-right" | "chevron-up" | "circle-arrow-down" | "circle-check" | "circle-cross" | "clipboard" | "clock" | "cloud-arrow-up" | "cloud-plus" | "cog" | "condensed-view" | "contact" | "crop" | "cross" | "cross-small" | "cube" | "customize" | "desktop" | "dialpad" | "doc" | "document-eye" | "doner" | "emoji" | "emoji-plus" | "eraser" | "error-circle" | "exit" | "extended-view" | "eye" | "eye-off" | "file" | "fingerprint" | "flag" | "folder" | "globe" | "globe-off" | "group-by-type" | "hash" | "hashtag-lock" | "h-bar" | "headphone" | "headphone-off" | "headset" | "help" | "history" | "home" | "joystick" | "kebab" | "keyboard" | "language" | "list-bullets" | "list-numbers" | "live" | "lock" | "login" | "magnifier" | "mail" | "mail-arrow-top-right" | "meatballs" | "medium-view" | "members" | "mic" | "mic-off" | "mobile" | "moon" | "musical-note" | "new-window" | "pause" | "pause-unfilled" | "pencil" | "pencil-box" | "phone" | "phone-disabled" | "phone-in" | "phone-off" | "phone-out" | "pin" | "pin-map" | "play" | "plus" | "plus-small" | "podcast" | "quote" | "rec" | "refresh" | "send" | "send-filled" | "sheet" | "shield" | "shield-check" | "shredder" | "signal" | "sms" | "sort" | "sort-az" | "squares" | "stack" | "star" | "star-filled" | "strike" | "success-circle" | "sun" | "team" | "team-arrow-right" | "team-lock" | "text-decrease" | "text-increase" | "trash" | "undo" | "user-arrow-right" | "user-plus" | "video-disabled" | "video-filled" | "video-off" | "volume" | "volume-disabled" | "volume-lock" | "volume-off" | "zip" | "add-reaction" | "add-user" | "attachment" | "back" | "baloon-arrow-left" | "baloon-arrow-top-right" | "baloon-close-top-right" | "baloon-ellipsis" | "baloon-exclamation" | "baloons" | "baloon-text" | "cancel" | "canned-response" | "chat" | "checkmark-circled" | "circled-arrow-down" | "computer" | "discover" | "discussion" | "edit" | "edit-rounded" | "file-document" | "file-generic" | "file-google-drive" | "file-pdf" | "files-audio" | "file-sheets" | "files-video" | "files-zip" | "game" | "hashtag" | "import" | "info-circled" | "jump" | "jump-to-message" | "map-pin" | "message" | "message-disabled" | "modal-warning" | "multiline" | "omnichannel" | "permalink" | "post" | "queue" | "reload" | "reply-directly" | "report" | "send-active" | "share" | "shield-alt" | "sign-out" | "sort-amount-down" | "th-list" | "thread" | "upload" | "user-rounded" | "file-keynote" | "hand-pointer" | "list-alt" | "livechat" | "loading" | "play-solid" | "reply" | "sort-down" | "sort-up" | "adobe" | "facebook" | "github" | "gitlab" | "google" | "google-drive" | "hubot" | "linkedin" | "twitter";
|
|
279
281
|
}) => JSX.Element;
|
|
280
282
|
Column: import("react").FC<{}>;
|
|
281
283
|
Content: import("react").FC<{}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Options/Option/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Options/Option/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AASA,wBAQG"}
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
import React, { ComponentProps, FC } from 'react';
|
|
2
|
+
import { Box } from '..';
|
|
3
|
+
import { Icon as FuselageIcon } from '../Icon';
|
|
4
|
+
import { SidebarAction } from './SidebarActions';
|
|
5
|
+
export declare const SidebarItem: FC<{
|
|
6
|
+
selected?: boolean;
|
|
7
|
+
highlighted?: boolean;
|
|
8
|
+
clickable?: boolean;
|
|
9
|
+
is?: ComponentProps<typeof Box>['is'];
|
|
10
|
+
}>;
|
|
11
|
+
export declare const SidebarItemContainer: FC;
|
|
12
|
+
export declare const SidebarItemMenu: FC;
|
|
13
|
+
export declare const SidebarItemContent: FC<{
|
|
14
|
+
className?: string;
|
|
15
|
+
}>;
|
|
16
|
+
export declare const SidebarItemTitle: FC<{
|
|
17
|
+
className?: string;
|
|
18
|
+
}>;
|
|
19
|
+
export declare const SidebarItemTime: FC<{
|
|
20
|
+
className: string;
|
|
21
|
+
}>;
|
|
22
|
+
export declare const SidebarItemBadge: FC<{
|
|
23
|
+
className: string;
|
|
24
|
+
}>;
|
|
25
|
+
export declare const SidebarItemSubtitle: FC<{
|
|
26
|
+
className: string;
|
|
27
|
+
}>;
|
|
28
|
+
export declare const SidebarItemWrapper: FC<{
|
|
29
|
+
className?: string;
|
|
30
|
+
}>;
|
|
31
|
+
export declare const SidebarItemIcon: FC<{
|
|
32
|
+
className: string;
|
|
33
|
+
highlighted?: boolean;
|
|
34
|
+
icon: ComponentProps<typeof FuselageIcon>['name'];
|
|
35
|
+
}>;
|
|
36
|
+
export declare const SidebarItemAvatar: FC;
|
|
37
|
+
export declare const SidebarItemActions: React.FC<{
|
|
38
|
+
is?: React.ElementType<any> | undefined;
|
|
39
|
+
className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
|
|
40
|
+
style?: React.CSSProperties | undefined;
|
|
41
|
+
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
42
|
+
borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
|
43
|
+
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
|
|
44
|
+
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
|
|
45
|
+
borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
|
|
46
|
+
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
|
|
47
|
+
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
|
|
48
|
+
borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
|
|
49
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
50
|
+
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
|
|
51
|
+
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
|
|
52
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
53
|
+
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
|
|
54
|
+
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
|
55
|
+
borderStyle?: import("csstype").Property.BorderStyle | undefined;
|
|
56
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
57
|
+
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
|
|
58
|
+
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
|
|
59
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
60
|
+
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
61
|
+
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
62
|
+
borderColor?: import("csstype").Property.BorderColor | undefined;
|
|
63
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
64
|
+
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
|
|
65
|
+
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
|
|
66
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
67
|
+
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
|
68
|
+
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
69
|
+
borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
70
|
+
borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
|
|
71
|
+
borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
|
|
72
|
+
borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
|
|
73
|
+
borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
|
|
74
|
+
color?: import("csstype").Property.Color | undefined;
|
|
75
|
+
backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
|
|
76
|
+
bg?: import("csstype").Property.BackgroundColor | undefined;
|
|
77
|
+
opacity?: import("csstype").Property.Opacity | undefined;
|
|
78
|
+
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
79
|
+
alignContent?: import("csstype").Property.AlignContent | undefined;
|
|
80
|
+
justifyItems?: import("csstype").Property.JustifyItems | undefined;
|
|
81
|
+
justifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
82
|
+
flexWrap?: import("csstype").Property.FlexWrap | undefined;
|
|
83
|
+
flexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
84
|
+
flexGrow?: import("csstype").Property.FlexGrow | undefined;
|
|
85
|
+
flexShrink?: import("csstype").Property.FlexShrink | undefined;
|
|
86
|
+
flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
|
87
|
+
justifySelf?: import("csstype").Property.JustifySelf | undefined;
|
|
88
|
+
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
89
|
+
order?: import("csstype").Property.Order | undefined;
|
|
90
|
+
w?: import("csstype").Property.Width<string | number> | undefined;
|
|
91
|
+
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
92
|
+
minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
|
|
93
|
+
maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
|
|
94
|
+
h?: import("csstype").Property.Height<string | number> | undefined;
|
|
95
|
+
height?: import("csstype").Property.Height<string | number> | undefined;
|
|
96
|
+
minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
|
|
97
|
+
maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
|
|
98
|
+
display?: import("csstype").Property.Display | undefined;
|
|
99
|
+
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
100
|
+
overflow?: import("csstype").Property.Overflow | undefined;
|
|
101
|
+
overflowX?: import("csstype").Property.OverflowX | undefined;
|
|
102
|
+
overflowY?: import("csstype").Property.OverflowY | undefined;
|
|
103
|
+
position?: import("csstype").Property.Position | undefined;
|
|
104
|
+
zIndex?: import("csstype").Property.ZIndex | undefined;
|
|
105
|
+
inset?: import("csstype").Property.Inset<string | number> | undefined;
|
|
106
|
+
insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
107
|
+
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
108
|
+
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
109
|
+
insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
110
|
+
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
111
|
+
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
112
|
+
m?: import("csstype").Property.Margin<string | number> | undefined;
|
|
113
|
+
margin?: import("csstype").Property.Margin<string | number> | undefined;
|
|
114
|
+
mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
|
|
115
|
+
marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
|
|
116
|
+
mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
|
|
117
|
+
marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
|
|
118
|
+
mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
|
|
119
|
+
marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
|
|
120
|
+
mi?: import("csstype").Property.MarginInline<string | number> | undefined;
|
|
121
|
+
marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
|
|
122
|
+
mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
123
|
+
marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
124
|
+
mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
125
|
+
marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
126
|
+
p?: import("csstype").Property.Padding<string | number> | undefined;
|
|
127
|
+
padding?: import("csstype").Property.Padding<string | number> | undefined;
|
|
128
|
+
pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
|
|
129
|
+
paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
|
|
130
|
+
pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
|
|
131
|
+
paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
|
|
132
|
+
pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
|
|
133
|
+
paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
|
|
134
|
+
pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
|
|
135
|
+
paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
|
|
136
|
+
pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
137
|
+
paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
138
|
+
pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
139
|
+
paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
140
|
+
fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
|
|
141
|
+
fontSize?: string | number | (string & {}) | undefined;
|
|
142
|
+
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
143
|
+
fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
|
|
144
|
+
letterSpacing?: string | number | undefined;
|
|
145
|
+
lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
|
|
146
|
+
textAlign?: import("csstype").Property.TextAlign | undefined;
|
|
147
|
+
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
148
|
+
textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
149
|
+
elevation?: "0" | "1" | "2" | undefined;
|
|
150
|
+
invisible?: boolean | undefined;
|
|
151
|
+
withRichContent?: string | boolean | undefined;
|
|
152
|
+
withTruncatedText?: boolean | undefined;
|
|
153
|
+
size?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
154
|
+
minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
155
|
+
maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
156
|
+
fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
|
|
157
|
+
} & {
|
|
158
|
+
children?: React.ReactNode;
|
|
159
|
+
} & Omit<React.AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLOrSVGElement>> & React.RefAttributes<unknown> & {
|
|
160
|
+
align?: "start" | "end" | "center" | undefined;
|
|
161
|
+
stretch?: boolean | undefined;
|
|
162
|
+
wrap?: boolean | undefined;
|
|
163
|
+
vertical?: boolean | undefined;
|
|
164
|
+
small?: boolean | undefined;
|
|
165
|
+
medium?: boolean | undefined;
|
|
166
|
+
}>;
|
|
167
|
+
export declare const SidebarItemAction: FC<ComponentProps<typeof SidebarAction>>;
|
|
168
|
+
export default SidebarItem;
|
|
169
|
+
//# sourceMappingURL=Item.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Item.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElD,OAAO,EAAE,GAAG,EAAE,MAAM,IAAI,CAAC;AACzB,OAAO,EAAE,IAAI,IAAI,YAAY,EAAE,MAAM,SAAS,CAAC;AAC/C,OAAO,EAAE,aAAa,EAAkB,MAAM,kBAAkB,CAAC;AAEjE,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,EAAE,CAAC,EAAE,cAAc,CAAC,OAAO,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC;CACvC,CAwBA,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,EAKlC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,EAK7B,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAQzD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAQvD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CAQrD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CAQtD,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,EAAE,CAAC;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CAQzD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAQzD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,EAAE,cAAc,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,CAAC,CAAC;CACnD,CAYA,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,EAI/B,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAiB,CAAC;AAEjD,eAAO,MAAM,iBAAiB,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,CAEtC,CAAC;AAiBlC,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Section.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Section.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElC,eAAO,MAAM,mBAAmB,EAAE,EAEjC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,EAAE,GAAG;IAChC,KAAK,EAAE,OAAO,mBAAmB,CAAC;CAGnC,CAAC;AAIF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ComponentProps, FC } from 'react';
|
|
2
|
+
import { ActionButton } from '..';
|
|
3
|
+
import { ButtonGroup } from '../ButtonGroup';
|
|
4
|
+
export declare const SidebarActions: FC<ComponentProps<typeof ButtonGroup>>;
|
|
5
|
+
export declare const SidebarAction: FC<ComponentProps<typeof ActionButton>>;
|
|
6
|
+
//# sourceMappingURL=SidebarActions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SidebarActions.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarActions.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElD,OAAO,EAAE,YAAY,EAAE,MAAM,IAAI,CAAC;AAClC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,WAAW,CAAC,CAEhB,CAAC;AAEnD,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,YAAY,CAAC,CAE5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SidebarFooter.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarFooter.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElC,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAUA,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,EAKpC,CAAC"}
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
import React, { ComponentProps, FC } from 'react';
|
|
2
|
+
import { SidebarAction } from './SidebarActions';
|
|
3
|
+
declare const TopBar: FC<{
|
|
4
|
+
className: string;
|
|
5
|
+
}> & {
|
|
6
|
+
Section: typeof TopBarSection;
|
|
7
|
+
ToolBox: typeof TopBarToolBox;
|
|
8
|
+
Avatar: typeof TopBarAvatar;
|
|
9
|
+
Actions: typeof TopBarActions;
|
|
10
|
+
Action: typeof TopBarAction;
|
|
11
|
+
Divider: typeof TopBarDivider;
|
|
12
|
+
Title: typeof TopBarTitle;
|
|
13
|
+
Wrapper: typeof TopBarWrapper;
|
|
14
|
+
};
|
|
15
|
+
declare const TopBarWrapper: FC;
|
|
16
|
+
export declare const TopBarToolBox: FC<{
|
|
17
|
+
className: string;
|
|
18
|
+
}>;
|
|
19
|
+
export declare const TopBarSection: FC<{
|
|
20
|
+
className: string;
|
|
21
|
+
}>;
|
|
22
|
+
export declare const TopBarAvatar: {
|
|
23
|
+
size: string;
|
|
24
|
+
};
|
|
25
|
+
export declare const TopBarActions: React.FC<{
|
|
26
|
+
is?: React.ElementType<any> | undefined;
|
|
27
|
+
className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
|
|
28
|
+
style?: React.CSSProperties | undefined;
|
|
29
|
+
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
30
|
+
borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
|
31
|
+
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
|
|
32
|
+
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
|
|
33
|
+
borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
|
|
34
|
+
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
|
|
35
|
+
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
|
|
36
|
+
borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
|
|
37
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
38
|
+
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
|
|
39
|
+
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
|
|
40
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
41
|
+
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
|
|
42
|
+
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
|
43
|
+
borderStyle?: import("csstype").Property.BorderStyle | undefined;
|
|
44
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
45
|
+
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
|
|
46
|
+
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
|
|
47
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
48
|
+
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
49
|
+
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
50
|
+
borderColor?: import("csstype").Property.BorderColor | undefined;
|
|
51
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
52
|
+
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
|
|
53
|
+
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
|
|
54
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
55
|
+
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
|
56
|
+
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
57
|
+
borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
58
|
+
borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
|
|
59
|
+
borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
|
|
60
|
+
borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
|
|
61
|
+
borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
|
|
62
|
+
color?: import("csstype").Property.Color | undefined;
|
|
63
|
+
backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
|
|
64
|
+
bg?: import("csstype").Property.BackgroundColor | undefined;
|
|
65
|
+
opacity?: import("csstype").Property.Opacity | undefined;
|
|
66
|
+
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
67
|
+
alignContent?: import("csstype").Property.AlignContent | undefined;
|
|
68
|
+
justifyItems?: import("csstype").Property.JustifyItems | undefined;
|
|
69
|
+
justifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
70
|
+
flexWrap?: import("csstype").Property.FlexWrap | undefined;
|
|
71
|
+
flexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
72
|
+
flexGrow?: import("csstype").Property.FlexGrow | undefined;
|
|
73
|
+
flexShrink?: import("csstype").Property.FlexShrink | undefined;
|
|
74
|
+
flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
|
75
|
+
justifySelf?: import("csstype").Property.JustifySelf | undefined;
|
|
76
|
+
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
77
|
+
order?: import("csstype").Property.Order | undefined;
|
|
78
|
+
w?: import("csstype").Property.Width<string | number> | undefined;
|
|
79
|
+
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
80
|
+
minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
|
|
81
|
+
maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
|
|
82
|
+
h?: import("csstype").Property.Height<string | number> | undefined;
|
|
83
|
+
height?: import("csstype").Property.Height<string | number> | undefined;
|
|
84
|
+
minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
|
|
85
|
+
maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
|
|
86
|
+
display?: import("csstype").Property.Display | undefined;
|
|
87
|
+
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
88
|
+
overflow?: import("csstype").Property.Overflow | undefined;
|
|
89
|
+
overflowX?: import("csstype").Property.OverflowX | undefined;
|
|
90
|
+
overflowY?: import("csstype").Property.OverflowY | undefined;
|
|
91
|
+
position?: import("csstype").Property.Position | undefined;
|
|
92
|
+
zIndex?: import("csstype").Property.ZIndex | undefined;
|
|
93
|
+
inset?: import("csstype").Property.Inset<string | number> | undefined;
|
|
94
|
+
insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
95
|
+
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
96
|
+
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
97
|
+
insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
98
|
+
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
99
|
+
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
100
|
+
m?: import("csstype").Property.Margin<string | number> | undefined;
|
|
101
|
+
margin?: import("csstype").Property.Margin<string | number> | undefined;
|
|
102
|
+
mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
|
|
103
|
+
marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
|
|
104
|
+
mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
|
|
105
|
+
marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
|
|
106
|
+
mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
|
|
107
|
+
marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
|
|
108
|
+
mi?: import("csstype").Property.MarginInline<string | number> | undefined;
|
|
109
|
+
marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
|
|
110
|
+
mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
111
|
+
marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
112
|
+
mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
113
|
+
marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
114
|
+
p?: import("csstype").Property.Padding<string | number> | undefined;
|
|
115
|
+
padding?: import("csstype").Property.Padding<string | number> | undefined;
|
|
116
|
+
pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
|
|
117
|
+
paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
|
|
118
|
+
pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
|
|
119
|
+
paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
|
|
120
|
+
pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
|
|
121
|
+
paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
|
|
122
|
+
pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
|
|
123
|
+
paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
|
|
124
|
+
pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
125
|
+
paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
126
|
+
pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
127
|
+
paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
128
|
+
fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
|
|
129
|
+
fontSize?: string | number | (string & {}) | undefined;
|
|
130
|
+
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
131
|
+
fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
|
|
132
|
+
letterSpacing?: string | number | undefined;
|
|
133
|
+
lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
|
|
134
|
+
textAlign?: import("csstype").Property.TextAlign | undefined;
|
|
135
|
+
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
136
|
+
textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
137
|
+
elevation?: "0" | "1" | "2" | undefined;
|
|
138
|
+
invisible?: boolean | undefined;
|
|
139
|
+
withRichContent?: string | boolean | undefined;
|
|
140
|
+
withTruncatedText?: boolean | undefined;
|
|
141
|
+
size?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
142
|
+
minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
143
|
+
maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
144
|
+
fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
|
|
145
|
+
} & {
|
|
146
|
+
children?: React.ReactNode;
|
|
147
|
+
} & Omit<React.AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLOrSVGElement>> & React.RefAttributes<unknown> & {
|
|
148
|
+
align?: "start" | "end" | "center" | undefined;
|
|
149
|
+
stretch?: boolean | undefined;
|
|
150
|
+
wrap?: boolean | undefined;
|
|
151
|
+
vertical?: boolean | undefined;
|
|
152
|
+
small?: boolean | undefined;
|
|
153
|
+
medium?: boolean | undefined;
|
|
154
|
+
}>;
|
|
155
|
+
export declare const TopBarAction: FC<ComponentProps<typeof SidebarAction>>;
|
|
156
|
+
export declare const TopBarDivider: FC;
|
|
157
|
+
export declare const TopBarTitle: FC;
|
|
158
|
+
export default TopBar;
|
|
159
|
+
//# sourceMappingURL=TopBar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TopBar.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/TopBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAIlD,OAAO,EAAE,aAAa,EAAkB,MAAM,kBAAkB,CAAC;AAIjE,QAAA,MAAM,MAAM,EAAE,EAAE,CAAC;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CAAC,GAAG;IACxC,OAAO,EAAE,OAAO,aAAa,CAAC;IAC9B,OAAO,EAAE,OAAO,aAAa,CAAC;IAC9B,MAAM,EAAE,OAAO,YAAY,CAAC;IAC5B,OAAO,EAAE,OAAO,aAAa,CAAC;IAC9B,MAAM,EAAE,OAAO,YAAY,CAAC;IAC5B,OAAO,EAAE,OAAO,aAAa,CAAC;IAC9B,KAAK,EAAE,OAAO,WAAW,CAAC;IAC1B,OAAO,EAAE,OAAO,aAAa,CAAC;CAQ/B,CAAC;AAEF,QAAA,MAAM,aAAa,EAAE,EAKpB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CAcnD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CAcnD,CAAC;AAEF,eAAO,MAAM,YAAY;;CAAS,CAAC;AACnC,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAiB,CAAC;AAC5C,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,CAE3B,CAAC;AAExC,eAAO,MAAM,aAAa,EAAE,EAA2C,CAAC;AAExE,eAAO,MAAM,WAAW,EAAE,EAEzB,CAAC;AAYF,eAAe,MAAM,CAAC"}
|