@rocket.chat/fuselage 0.6.3-dev.377 → 0.6.3-dev.380

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.
Files changed (26) hide show
  1. package/dist/components/Box/index.d.ts +11 -0
  2. package/dist/components/Message/MessageBlock.d.ts +3 -2
  3. package/dist/components/Message/MessageBlock.d.ts.map +1 -1
  4. package/dist/components/Message/MessageMetrics/MessageMetrics.d.ts +2 -2
  5. package/dist/components/Message/MessageMetrics/MessageMetrics.d.ts.map +1 -1
  6. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItem.d.ts +2 -2
  7. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItem.d.ts.map +1 -1
  8. package/dist/components/Message/MessageMetrics/MessageMetricsItem/index.d.ts +1 -1
  9. package/dist/components/Message/MessageMetrics/index.d.ts +2 -2
  10. package/dist/components/Message/MessageSystem/MessageSystemBody.d.ts +2 -2
  11. package/dist/components/Message/MessageSystem/MessageSystemBody.d.ts.map +1 -1
  12. package/dist/components/Message/ThreadMessage/ThreadMessageRow.d.ts +2 -2
  13. package/dist/components/Message/ThreadMessage/ThreadMessageRow.d.ts.map +1 -1
  14. package/dist/components/Message/ThreadMessage/index.d.ts +1 -1
  15. package/dist/components/Message/index.d.ts +125 -3
  16. package/dist/components/Message/index.d.ts.map +1 -1
  17. package/dist/components/Options/Option/OptionTitle.d.ts +4 -0
  18. package/dist/components/Options/Option/OptionTitle.d.ts.map +1 -0
  19. package/dist/components/Options/Option/index.d.ts +5 -3
  20. package/dist/components/Options/Option/index.d.ts.map +1 -1
  21. package/dist/components/States/StatesIcon.d.ts +1 -0
  22. package/dist/components/States/StatesIcon.d.ts.map +1 -1
  23. package/dist/fuselage.development.js +43 -10
  24. package/dist/fuselage.development.js.map +1 -1
  25. package/dist/fuselage.production.js +1 -1
  26. package/package.json +11 -11
@@ -165,3 +165,14 @@ export { default as AnimatedVisibility } from './AnimatedVisibility';
165
165
  export { default as Flex } from './Flex';
166
166
  export { default as Position, PositionAnimated } from './Position';
167
167
  export { default as Scrollable } from './Scrollable';
168
+
169
+ export const useArrayLikeClassNameProp: <
170
+ T extends {
171
+ className?:
172
+ | string
173
+ | ReturnType<typeof css>
174
+ | (string | ReturnType<typeof css>)[];
175
+ }
176
+ >(
177
+ props: T
178
+ ) => T & { className: string };
@@ -1,3 +1,4 @@
1
- import { AllHTMLAttributes, FC } from 'react';
2
- export declare const MessageBlock: FC<AllHTMLAttributes<HTMLDivElement>>;
1
+ import { ComponentProps, FC } from 'react';
2
+ import { Box } from '../Box';
3
+ export declare const MessageBlock: FC<ComponentProps<typeof Box>>;
3
4
  //# sourceMappingURL=MessageBlock.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageBlock.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageBlock.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,iBAAiB,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAIrD,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAAC,cAAc,CAAC,CAa5D,CAAC"}
1
+ {"version":3,"file":"MessageBlock.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageBlock.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElD,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAE7B,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,GAAG,CAAC,CAGrD,CAAC"}
@@ -1,3 +1,3 @@
1
- import { FC } from 'react';
2
- export declare const MessageMetrics: FC;
1
+ import { FC, HTMLAttributes } from 'react';
2
+ export declare const MessageMetrics: FC<HTMLAttributes<HTMLDivElement>>;
3
3
  //# sourceMappingURL=MessageMetrics.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageMetrics.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageMetrics/MessageMetrics.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAIlC,eAAO,MAAM,cAAc,EAAE,EAI5B,CAAC"}
1
+ {"version":3,"file":"MessageMetrics.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageMetrics/MessageMetrics.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAIlD,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,cAAc,CAAC,cAAc,CAAC,CAI7D,CAAC"}
@@ -1,3 +1,3 @@
1
- import { FC } from 'react';
2
- export declare const MessageMetricsItem: FC;
1
+ import { FC, HTMLAttributes } from 'react';
2
+ export declare const MessageMetricsItem: FC<HTMLAttributes<HTMLDivElement>>;
3
3
  //# sourceMappingURL=MessageMetricsItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageMetricsItem.d.ts","sourceRoot":"","sources":["../../../../../src/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItem.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElC,eAAO,MAAM,kBAAkB,EAAE,EAEhC,CAAC"}
1
+ {"version":3,"file":"MessageMetricsItem.d.ts","sourceRoot":"","sources":["../../../../../src/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItem.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAElD,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC,cAAc,CAAC,cAAc,CAAC,CAEL,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare const _default: import("react").FC<{}> & {
2
+ declare const _default: import("react").FC<import("react").HTMLAttributes<HTMLDivElement>> & {
3
3
  Icon: import("react").FC<{
4
4
  name: "user" | "thread" | "clock" | "discussion";
5
5
  }>;
@@ -3,7 +3,7 @@ import { MessageMetrics } from './MessageMetrics';
3
3
  import { MessageMetricsFollowing } from './MessageMetricsFollowing';
4
4
  import MessageMetricsItem from './MessageMetricsItem';
5
5
  import { MessageMetricsReply } from './MessageMetricsReply';
6
- declare const _default: import("react").FC<{}> & {
6
+ declare const _default: import("react").FC<import("react").HTMLAttributes<HTMLDivElement>> & {
7
7
  Reply: import("react").FC<{
8
8
  is?: import("react").ElementType<any> | undefined;
9
9
  className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
@@ -138,7 +138,7 @@ declare const _default: import("react").FC<{}> & {
138
138
  small?: boolean | undefined;
139
139
  square?: boolean | undefined;
140
140
  }>;
141
- Item: import("react").FC<{}> & {
141
+ Item: import("react").FC<import("react").HTMLAttributes<HTMLDivElement>> & {
142
142
  Icon: import("react").FC<{
143
143
  name: "user" | "thread" | "clock" | "discussion";
144
144
  }>;
@@ -1,3 +1,3 @@
1
- import { FC } from 'react';
2
- export declare const MessageSystemBody: FC;
1
+ import { FC, HtmlHTMLAttributes } from 'react';
2
+ export declare const MessageSystemBody: FC<HtmlHTMLAttributes<HTMLDivElement>>;
3
3
  //# sourceMappingURL=MessageSystemBody.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageSystemBody.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageSystem/MessageSystemBody.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElC,eAAO,MAAM,iBAAiB,EAAE,EAE/B,CAAC"}
1
+ {"version":3,"file":"MessageSystemBody.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageSystem/MessageSystemBody.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AAEtD,eAAO,MAAM,iBAAiB,EAAE,EAAE,CAAC,kBAAkB,CAAC,cAAc,CAAC,CAET,CAAC"}
@@ -1,3 +1,3 @@
1
- import { FC } from 'react';
2
- export declare const ThreadMessageRow: FC;
1
+ import { FC, HTMLAttributes } from 'react';
2
+ export declare const ThreadMessageRow: FC<HTMLAttributes<HTMLDivElement>>;
3
3
  //# sourceMappingURL=ThreadMessageRow.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ThreadMessageRow.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/ThreadMessage/ThreadMessageRow.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElC,eAAO,MAAM,gBAAgB,EAAE,EAE9B,CAAC"}
1
+ {"version":3,"file":"ThreadMessageRow.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/ThreadMessage/ThreadMessageRow.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAElD,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC,cAAc,CAAC,cAAc,CAAC,CAE/D,CAAC"}
@@ -15,7 +15,7 @@ declare const _default: import("react").FC<import("react").AllHTMLAttributes<HTM
15
15
  sequential?: boolean | undefined;
16
16
  className?: string | undefined;
17
17
  } & import("react").RefAttributes<HTMLDivElement>> & {
18
- Row: import("react").FC<{}>;
18
+ Row: import("react").FC<import("react").HTMLAttributes<HTMLDivElement>>;
19
19
  Container: import("react").FC<{}>;
20
20
  LeftContainer: (props: {
21
21
  children?: import("react").ReactNode;
@@ -23,7 +23,7 @@ declare const _default: import("react").ForwardRefExoticComponent<import("react"
23
23
  sequential?: boolean | undefined;
24
24
  className?: string | undefined;
25
25
  } & import("react").RefAttributes<HTMLDivElement>> & {
26
- Metrics: import("react").FC<{}> & {
26
+ Metrics: import("react").FC<import("react").HTMLAttributes<HTMLDivElement>> & {
27
27
  Reply: import("react").FC<{
28
28
  is?: import("react").ElementType<any> | undefined;
29
29
  className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
@@ -158,7 +158,7 @@ declare const _default: import("react").ForwardRefExoticComponent<import("react"
158
158
  small?: boolean | undefined;
159
159
  square?: boolean | undefined;
160
160
  }>;
161
- Item: import("react").FC<{}> & {
161
+ Item: import("react").FC<import("react").HTMLAttributes<HTMLDivElement>> & {
162
162
  Icon: import("react").FC<{
163
163
  name: "user" | "thread" | "clock" | "discussion";
164
164
  }>;
@@ -449,7 +449,129 @@ declare const _default: import("react").ForwardRefExoticComponent<import("react"
449
449
  Body: ({ clamp, className, ...props }: import("react").AllHTMLAttributes<HTMLDivElement> & {
450
450
  clamp?: 2 | 3 | 4 | undefined;
451
451
  }) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
452
- Block: import("react").FC<import("react").AllHTMLAttributes<HTMLDivElement>>;
452
+ Block: import("react").FC<{
453
+ is?: import("react").ElementType<any> | undefined;
454
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
455
+ style?: import("react").CSSProperties | undefined;
456
+ border?: import("csstype").Property.Border<string | number> | undefined;
457
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
458
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
459
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
460
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
461
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
462
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
463
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
464
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
465
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
466
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
467
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
468
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
469
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
470
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
471
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
472
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
473
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
474
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
475
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
476
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
477
+ borderColor?: import("csstype").Property.BorderColor | undefined;
478
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
479
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
480
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
481
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
482
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
483
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
484
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
485
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
486
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
487
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
488
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
489
+ color?: import("csstype").Property.Color | undefined;
490
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
491
+ bg?: import("csstype").Property.BackgroundColor | undefined;
492
+ opacity?: import("csstype").Property.Opacity | undefined;
493
+ alignItems?: import("csstype").Property.AlignItems | undefined;
494
+ alignContent?: import("csstype").Property.AlignContent | undefined;
495
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
496
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
497
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
498
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
499
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
500
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
501
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
502
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
503
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
504
+ order?: import("csstype").Property.Order | undefined;
505
+ w?: import("csstype").Property.Width<string | number> | undefined;
506
+ width?: import("csstype").Property.Width<string | number> | undefined;
507
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
508
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
509
+ h?: import("csstype").Property.Height<string | number> | undefined;
510
+ height?: import("csstype").Property.Height<string | number> | undefined;
511
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
512
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
513
+ display?: import("csstype").Property.Display | undefined;
514
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
515
+ overflow?: import("csstype").Property.Overflow | undefined;
516
+ overflowX?: import("csstype").Property.OverflowX | undefined;
517
+ overflowY?: import("csstype").Property.OverflowY | undefined;
518
+ position?: import("csstype").Property.Position | undefined;
519
+ zIndex?: import("csstype").Property.ZIndex | undefined;
520
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
521
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
522
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
523
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
524
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
525
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
526
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
527
+ m?: import("csstype").Property.Margin<string | number> | undefined;
528
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
529
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
530
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
531
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
532
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
533
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
534
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
535
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
536
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
537
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
538
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
539
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
540
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
541
+ p?: import("csstype").Property.Padding<string | number> | undefined;
542
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
543
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
544
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
545
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
546
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
547
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
548
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
549
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
550
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
551
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
552
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
553
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
554
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
555
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
556
+ fontSize?: string | number | (string & {}) | undefined;
557
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
558
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
559
+ letterSpacing?: string | number | undefined;
560
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
561
+ textAlign?: import("csstype").Property.TextAlign | undefined;
562
+ textTransform?: import("csstype").Property.TextTransform | undefined;
563
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
564
+ elevation?: "0" | "1" | "2" | undefined;
565
+ invisible?: boolean | undefined;
566
+ withRichContent?: string | boolean | undefined;
567
+ withTruncatedText?: boolean | undefined;
568
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
569
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
570
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
571
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
572
+ } & {
573
+ children?: import("react").ReactNode;
574
+ } & Omit<import("react").AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLOrSVGElement>> & import("react").RefAttributes<unknown>>;
453
575
  Timestamp: import("react").FC<{
454
576
  children: string;
455
577
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Message/index.tsx"],"names":[],"mappings":";AAgBA,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC;AACxC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAElC,wBAeG"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Message/index.tsx"],"names":[],"mappings":";AAgBA,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC;AACxC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAElC,wBAeG"}
@@ -0,0 +1,4 @@
1
+ import { FC } from 'react';
2
+ declare const OptionTitle: FC;
3
+ export default OptionTitle;
4
+ //# sourceMappingURL=OptionTitle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OptionTitle.d.ts","sourceRoot":"","sources":["../../../../src/components/Options/Option/OptionTitle.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElC,QAAA,MAAM,WAAW,EAAE,EAElB,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -7,6 +7,7 @@ import OptionDivider from './OptionDivider';
7
7
  import OptionIcon from './OptionIcon';
8
8
  import OptionMenu from './OptionMenu';
9
9
  import OptionSkeleton from './OptionSkeleton';
10
+ import OptionTitle from './OptionTitle';
10
11
  declare const _default: import("react").NamedExoticComponent<{
11
12
  is?: (import("react").ElementType<any> & string) | undefined;
12
13
  id?: string | undefined;
@@ -16,7 +17,7 @@ declare const _default: import("react").NamedExoticComponent<{
16
17
  selected?: boolean | undefined;
17
18
  className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
18
19
  ref?: import("react").Ref<Element> | undefined;
19
- icon?: "info" | "warning" | "link" | "download" | "list" | "clip" | "audio" | "code" | "menu" | "video" | "circle" | "image" | "italic" | "bold" | "underline" | "user" | "copy" | "key" | "thread" | "clock" | "discussion" | "bell" | "bell-off" | "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" | "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" | "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" | "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" | "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;
20
+ icon?: "info" | "warning" | "link" | "download" | "list" | "clip" | "audio" | "code" | "menu" | "video" | "circle" | "image" | "italic" | "bold" | "underline" | "user" | "copy" | "key" | "thread" | "clock" | "discussion" | "bell" | "bell-off" | "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" | "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" | "circle-exclamation" | "clipboard" | "cloud-arrow-up" | "cloud-plus" | "cog" | "condensed-view" | "contact" | "crop" | "cross" | "cross-small" | "cube" | "customize" | "desktop" | "dialpad" | "doc" | "document-eye" | "doner" | "emoji" | "emoji-neutral" | "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" | "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" | "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;
20
21
  avatar?: import("react").ReactNode;
21
22
  title?: string | undefined;
22
23
  value?: string | undefined;
@@ -153,7 +154,7 @@ declare const _default: import("react").NamedExoticComponent<{
153
154
  selected?: boolean | undefined;
154
155
  className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
155
156
  ref?: import("react").Ref<Element> | undefined;
156
- icon?: "info" | "warning" | "link" | "download" | "list" | "clip" | "audio" | "code" | "menu" | "video" | "circle" | "image" | "italic" | "bold" | "underline" | "user" | "copy" | "key" | "thread" | "clock" | "discussion" | "bell" | "bell-off" | "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" | "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" | "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" | "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" | "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;
157
+ icon?: "info" | "warning" | "link" | "download" | "list" | "clip" | "audio" | "code" | "menu" | "video" | "circle" | "image" | "italic" | "bold" | "underline" | "user" | "copy" | "key" | "thread" | "clock" | "discussion" | "bell" | "bell-off" | "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" | "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" | "circle-exclamation" | "clipboard" | "cloud-arrow-up" | "cloud-plus" | "cog" | "condensed-view" | "contact" | "crop" | "cross" | "cross-small" | "cube" | "customize" | "desktop" | "dialpad" | "doc" | "document-eye" | "doner" | "emoji" | "emoji-neutral" | "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" | "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" | "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;
157
158
  avatar?: import("react").ReactNode;
158
159
  title?: string | undefined;
159
160
  value?: string | undefined;
@@ -287,7 +288,7 @@ declare const _default: import("react").NamedExoticComponent<{
287
288
  Avatar: import("react").FC<{}>;
288
289
  Menu: import("react").FC<{}>;
289
290
  Icon: ({ name, }: {
290
- name: "info" | "warning" | "link" | "download" | "list" | "clip" | "audio" | "code" | "menu" | "video" | "circle" | "image" | "italic" | "bold" | "underline" | "user" | "copy" | "key" | "thread" | "clock" | "discussion" | "bell" | "bell-off" | "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" | "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" | "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" | "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" | "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";
291
+ name: "info" | "warning" | "link" | "download" | "list" | "clip" | "audio" | "code" | "menu" | "video" | "circle" | "image" | "italic" | "bold" | "underline" | "user" | "copy" | "key" | "thread" | "clock" | "discussion" | "bell" | "bell-off" | "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" | "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" | "circle-exclamation" | "clipboard" | "cloud-arrow-up" | "cloud-plus" | "cog" | "condensed-view" | "contact" | "crop" | "cross" | "cross-small" | "cube" | "customize" | "desktop" | "dialpad" | "doc" | "document-eye" | "doner" | "emoji" | "emoji-neutral" | "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" | "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" | "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";
291
292
  }) => JSX.Element;
292
293
  Divider: import("react").FC<{
293
294
  is?: import("react").ElementType<any> | undefined;
@@ -424,4 +425,5 @@ export { OptionDivider };
424
425
  export { OptionIcon };
425
426
  export { OptionMenu };
426
427
  export { OptionSkeleton };
428
+ export { OptionTitle };
427
429
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Options/Option/index.tsx"],"names":[],"mappings":";AACA,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,iBAAiB,MAAM,qBAAqB,CAAC;AACpD,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,cAAc,MAAM,kBAAkB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAE9C,wBASG;AAEH,OAAO,EAAE,YAAY,EAAE,CAAC;AACxB,OAAO,EAAE,YAAY,EAAE,CAAC;AACxB,OAAO,EAAE,aAAa,EAAE,CAAC;AACzB,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAC7B,OAAO,EAAE,aAAa,EAAE,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,CAAC;AACtB,OAAO,EAAE,UAAU,EAAE,CAAC;AACtB,OAAO,EAAE,cAAc,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Options/Option/index.tsx"],"names":[],"mappings":";AACA,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,iBAAiB,MAAM,qBAAqB,CAAC;AACpD,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,OAAO,WAAW,MAAM,eAAe,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAExC,wBASG;AAEH,OAAO,EAAE,YAAY,EAAE,CAAC;AACxB,OAAO,EAAE,YAAY,EAAE,CAAC;AACxB,OAAO,EAAE,aAAa,EAAE,CAAC;AACzB,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAC7B,OAAO,EAAE,aAAa,EAAE,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,CAAC;AACtB,OAAO,EAAE,UAAU,EAAE,CAAC;AACtB,OAAO,EAAE,cAAc,EAAE,CAAC;AAC1B,OAAO,EAAE,WAAW,EAAE,CAAC"}
@@ -2,6 +2,7 @@ import { FC, ComponentProps } from 'react';
2
2
  import { Icon } from '../Icon';
3
3
  declare const StatesIcon: FC<{
4
4
  name: ComponentProps<typeof Icon>['name'];
5
+ variation?: 'danger' | 'success' | 'warning' | 'primary';
5
6
  }>;
6
7
  export default StatesIcon;
7
8
  //# sourceMappingURL=StatesIcon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatesIcon.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesIcon.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAElD,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAE/B,QAAA,MAAM,UAAU,EAAE,EAAE,CAAC;IACnB,IAAI,EAAE,cAAc,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,CAAC,CAAC;CAE3C,CAIA,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"StatesIcon.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesIcon.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAElD,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAE/B,QAAA,MAAM,UAAU,EAAE,EAAE,CAAC;IACnB,IAAI,EAAE,cAAc,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,CAAC,CAAC;IAC1C,SAAS,CAAC,EAAE,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,CAAC;CAC1D,CAOA,CAAC;AAEF,eAAe,UAAU,CAAC"}