@rocket.chat/fuselage 0.6.3-dev.394 → 0.6.3-dev.395

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 (128) hide show
  1. package/dist/components/Accordion/Accordion.d.ts +22 -0
  2. package/dist/components/Accordion/Accordion.d.ts.map +1 -0
  3. package/dist/components/Accordion/AccordionItem.d.ts +13 -0
  4. package/dist/components/Accordion/AccordionItem.d.ts.map +1 -0
  5. package/dist/components/Accordion/index.d.ts +2 -13
  6. package/dist/components/Accordion/index.d.ts.map +1 -0
  7. package/dist/components/Avatar/Avatar.d.ts +16 -0
  8. package/dist/components/Avatar/Avatar.d.ts.map +1 -0
  9. package/dist/components/Avatar/index.d.ts +2 -28
  10. package/dist/components/Avatar/index.d.ts.map +1 -0
  11. package/dist/components/Badge/Badge.d.ts +12 -0
  12. package/dist/components/Badge/Badge.d.ts.map +1 -0
  13. package/dist/components/Badge/index.d.ts +2 -11
  14. package/dist/components/Badge/index.d.ts.map +1 -0
  15. package/dist/components/Box/index.d.ts +10 -4
  16. package/dist/components/Callout/Callout.d.ts +10 -0
  17. package/dist/components/Callout/Callout.d.ts.map +1 -0
  18. package/dist/components/Callout/index.d.ts +2 -8
  19. package/dist/components/Callout/index.d.ts.map +1 -0
  20. package/dist/components/Chevron/Chevron.d.ts +14 -0
  21. package/dist/components/Chevron/Chevron.d.ts.map +1 -0
  22. package/dist/components/Chevron/index.d.ts +2 -12
  23. package/dist/components/Chevron/index.d.ts.map +1 -0
  24. package/dist/components/Divider/Divider.d.ts +6 -0
  25. package/dist/components/Divider/Divider.d.ts.map +1 -0
  26. package/dist/components/Divider/index.d.ts +1 -5
  27. package/dist/components/Divider/index.d.ts.map +1 -1
  28. package/dist/components/EmailInput/EmailInput.d.ts +9 -0
  29. package/dist/components/EmailInput/EmailInput.d.ts.map +1 -0
  30. package/dist/components/EmailInput/index.d.ts +2 -9
  31. package/dist/components/EmailInput/index.d.ts.map +1 -0
  32. package/dist/components/Field/Field.d.ts +17 -0
  33. package/dist/components/Field/Field.d.ts.map +1 -0
  34. package/dist/components/Field/FieldDescription.d.ts +6 -0
  35. package/dist/components/Field/FieldDescription.d.ts.map +1 -0
  36. package/dist/components/Field/FieldError.d.ts +6 -0
  37. package/dist/components/Field/FieldError.d.ts.map +1 -0
  38. package/dist/components/Field/FieldHint.d.ts +6 -0
  39. package/dist/components/Field/FieldHint.d.ts.map +1 -0
  40. package/dist/components/Field/FieldLabel.d.ts +6 -0
  41. package/dist/components/Field/FieldLabel.d.ts.map +1 -0
  42. package/dist/components/Field/FieldRow.d.ts +6 -0
  43. package/dist/components/Field/FieldRow.d.ts.map +1 -0
  44. package/dist/components/Field/index.d.ts +2 -18
  45. package/dist/components/Field/index.d.ts.map +1 -0
  46. package/dist/components/InputBox/Option.d.ts +3 -0
  47. package/dist/components/InputBox/Option.d.ts.map +1 -0
  48. package/dist/components/InputBox/Placeholder.d.ts +6 -0
  49. package/dist/components/InputBox/Placeholder.d.ts.map +1 -0
  50. package/dist/components/Label/index.d.ts +8 -7
  51. package/dist/components/Label/index.d.ts.map +1 -0
  52. package/dist/components/Message/MessageMetrics/MessageMetricsItem/index.d.ts +1 -1
  53. package/dist/components/Message/MessageMetrics/index.d.ts +2 -135
  54. package/dist/components/Message/MessageMetrics/index.d.ts.map +1 -1
  55. package/dist/components/Message/MessageReactions/index.d.ts +1 -130
  56. package/dist/components/Message/MessageReactions/index.d.ts.map +1 -1
  57. package/dist/components/Message/MessageToolbox/MessageToolboxItem.d.ts +1 -139
  58. package/dist/components/Message/MessageToolbox/MessageToolboxItem.d.ts.map +1 -1
  59. package/dist/components/Message/MessageToolbox/index.d.ts +2 -269
  60. package/dist/components/Message/MessageToolbox/index.d.ts.map +1 -1
  61. package/dist/components/Message/index.d.ts +5 -527
  62. package/dist/components/Message/index.d.ts.map +1 -1
  63. package/dist/components/Modal/Modal.d.ts +6 -0
  64. package/dist/components/Modal/Modal.d.ts.map +1 -0
  65. package/dist/components/Modal/ModalBackdrop.d.ts +5 -0
  66. package/dist/components/Modal/ModalBackdrop.d.ts.map +1 -0
  67. package/dist/components/Modal/ModalClose.d.ts +5 -0
  68. package/dist/components/Modal/ModalClose.d.ts.map +1 -0
  69. package/dist/components/Modal/ModalContent.d.ts +9 -0
  70. package/dist/components/Modal/ModalContent.d.ts.map +1 -0
  71. package/dist/components/Modal/ModalFooter.d.ts +5 -0
  72. package/dist/components/Modal/ModalFooter.d.ts.map +1 -0
  73. package/dist/components/Modal/ModalHeader.d.ts +5 -0
  74. package/dist/components/Modal/ModalHeader.d.ts.map +1 -0
  75. package/dist/components/Modal/ModalIcon.d.ts +5 -0
  76. package/dist/components/Modal/ModalIcon.d.ts.map +1 -0
  77. package/dist/components/Modal/ModalThumb.d.ts +5 -0
  78. package/dist/components/Modal/ModalThumb.d.ts.map +1 -0
  79. package/dist/components/Modal/ModalTitle.d.ts +5 -0
  80. package/dist/components/Modal/ModalTitle.d.ts.map +1 -0
  81. package/dist/components/Modal/index.d.ts +11 -23
  82. package/dist/components/Modal/index.d.ts.map +1 -0
  83. package/dist/components/NumberInput/index.d.ts +5 -5
  84. package/dist/components/NumberInput/index.d.ts.map +1 -0
  85. package/dist/components/Options/Option/Option.d.ts +2 -1
  86. package/dist/components/Options/Option/Option.d.ts.map +1 -1
  87. package/dist/components/Options/Option/index.d.ts +12 -376
  88. package/dist/components/Options/Option/index.d.ts.map +1 -1
  89. package/dist/components/Options/useCursor.d.ts +1 -1
  90. package/dist/components/Options/useVisible.d.ts +1 -1
  91. package/dist/components/PasswordInput/PasswordInput.d.ts +1 -1
  92. package/dist/components/PasswordInput/PasswordInput.d.ts.map +1 -1
  93. package/dist/components/ProgressBar/index.d.ts +2 -128
  94. package/dist/components/ProgressBar/index.d.ts.map +1 -1
  95. package/dist/components/SearchInput/index.d.ts +7 -7
  96. package/dist/components/SearchInput/index.d.ts.map +1 -0
  97. package/dist/components/Sidebar/Item.d.ts +1 -130
  98. package/dist/components/Sidebar/Item.d.ts.map +1 -1
  99. package/dist/components/Sidebar/TopBar.d.ts +1 -130
  100. package/dist/components/Sidebar/TopBar.d.ts.map +1 -1
  101. package/dist/components/Skeleton/index.d.ts +6 -6
  102. package/dist/components/Skeleton/index.d.ts.map +1 -0
  103. package/dist/components/StatusBullet/index.d.ts +6 -5
  104. package/dist/components/StatusBullet/index.d.ts.map +1 -0
  105. package/dist/components/Tabs/index.d.ts +12 -13
  106. package/dist/components/Tabs/index.d.ts.map +1 -0
  107. package/dist/components/Tag/index.d.ts +10 -8
  108. package/dist/components/Tag/index.d.ts.map +1 -0
  109. package/dist/components/TelephoneInput/index.d.ts +10 -0
  110. package/dist/components/TelephoneInput/index.d.ts.map +1 -0
  111. package/dist/components/TextAreaInput/index.d.ts +7 -7
  112. package/dist/components/TextAreaInput/index.d.ts.map +1 -0
  113. package/dist/components/TextInput/index.d.ts +6 -7
  114. package/dist/components/TextInput/index.d.ts.map +1 -0
  115. package/dist/components/Throbber/index.d.ts +7 -8
  116. package/dist/components/Throbber/index.d.ts.map +1 -0
  117. package/dist/components/Tile/Tile.d.ts +2 -6
  118. package/dist/components/Tile/Tile.d.ts.map +1 -1
  119. package/dist/components/ToggleSwitch/index.d.ts +21 -5
  120. package/dist/components/ToggleSwitch/index.d.ts.map +1 -0
  121. package/dist/components/Tooltip/Tooltip.d.ts +1 -123
  122. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
  123. package/dist/components/UrlInput/UrlInput.d.ts +1 -1
  124. package/dist/components/UrlInput/UrlInput.d.ts.map +1 -1
  125. package/dist/fuselage.development.js +4380 -4521
  126. package/dist/fuselage.development.js.map +1 -1
  127. package/dist/fuselage.production.js +1 -1
  128. package/package.json +10 -10
@@ -9,410 +9,46 @@ import OptionMenu from './OptionMenu';
9
9
  import OptionSkeleton from './OptionSkeleton';
10
10
  import OptionTitle from './OptionTitle';
11
11
  declare const _default: import("react").NamedExoticComponent<{
12
- is?: (import("react").ElementType<any> & string) | undefined;
12
+ is?: any;
13
13
  id?: string | undefined;
14
14
  children?: import("react").ReactNode;
15
15
  label?: string | undefined;
16
16
  focus?: boolean | undefined;
17
17
  selected?: boolean | undefined;
18
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
18
+ className?: any;
19
19
  ref?: import("react").Ref<Element> | 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
+ icon?: ("info" | "warning" | "link" | "download" | "list" | "clip" | "audio" | "code" | "menu" | "video" | "circle" | "image" | "thread" | "user" | "clock" | "discussion" | "bell" | "bell-off" | "file" | "loading" | "copy" | "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" | "bold" | "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" | "fingerprint" | "flag" | "folder" | "globe" | "globe-off" | "group-by-type" | "hash" | "hashtag-lock" | "h-bar" | "headphone" | "headphone-off" | "headset" | "help" | "history" | "home" | "italic" | "joystick" | "kebab" | "key" | "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" | "underline" | "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" | "play-solid" | "reply" | "sort-down" | "sort-up" | "adobe" | "facebook" | "github" | "gitlab" | "google" | "google-drive" | "hubot" | "linkedin" | "twitter") | undefined;
21
21
  avatar?: import("react").ReactNode;
22
22
  title?: string | undefined;
23
23
  value?: string | undefined;
24
24
  variant?: "primary" | "success" | "warning" | "danger" | undefined;
25
- } & Pick<{
26
- is?: import("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?: import("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" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "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" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "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" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
145
- } & {
146
- children?: import("react").ReactNode;
147
- } & Omit<import("react").AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLOrSVGElement>> & import("react").RefAttributes<unknown>, "onClick">> & {
25
+ onClick?: ((event: import("react").MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
26
+ }> & {
148
27
  readonly type: ({ is: Tag, id, children, label, focus, selected, className, ref, icon, avatar, title, onClick, variant, ...options }: {
149
- is?: (import("react").ElementType<any> & string) | undefined;
28
+ is?: any;
150
29
  id?: string | undefined;
151
30
  children?: import("react").ReactNode;
152
31
  label?: string | undefined;
153
32
  focus?: boolean | undefined;
154
33
  selected?: boolean | undefined;
155
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
34
+ className?: any;
156
35
  ref?: import("react").Ref<Element> | 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;
36
+ icon?: ("info" | "warning" | "link" | "download" | "list" | "clip" | "audio" | "code" | "menu" | "video" | "circle" | "image" | "thread" | "user" | "clock" | "discussion" | "bell" | "bell-off" | "file" | "loading" | "copy" | "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" | "bold" | "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" | "fingerprint" | "flag" | "folder" | "globe" | "globe-off" | "group-by-type" | "hash" | "hashtag-lock" | "h-bar" | "headphone" | "headphone-off" | "headset" | "help" | "history" | "home" | "italic" | "joystick" | "kebab" | "key" | "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" | "underline" | "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" | "play-solid" | "reply" | "sort-down" | "sort-up" | "adobe" | "facebook" | "github" | "gitlab" | "google" | "google-drive" | "hubot" | "linkedin" | "twitter") | undefined;
158
37
  avatar?: import("react").ReactNode;
159
38
  title?: string | undefined;
160
39
  value?: string | undefined;
161
40
  variant?: "primary" | "success" | "warning" | "danger" | undefined;
162
- } & Pick<{
163
- is?: import("react").ElementType<any> | undefined;
164
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
165
- style?: import("react").CSSProperties | undefined;
166
- border?: import("csstype").Property.Border<string | number> | undefined;
167
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
168
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
169
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
170
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
171
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
172
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
173
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
174
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
175
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
176
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
177
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
178
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
179
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
180
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
181
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
182
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
183
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
184
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
185
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
186
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
187
- borderColor?: import("csstype").Property.BorderColor | undefined;
188
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
189
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
190
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
191
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
192
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
193
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
194
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
195
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
196
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
197
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
198
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
199
- color?: import("csstype").Property.Color | undefined;
200
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
201
- bg?: import("csstype").Property.BackgroundColor | undefined;
202
- opacity?: import("csstype").Property.Opacity | undefined;
203
- alignItems?: import("csstype").Property.AlignItems | undefined;
204
- alignContent?: import("csstype").Property.AlignContent | undefined;
205
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
206
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
207
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
208
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
209
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
210
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
211
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
212
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
213
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
214
- order?: import("csstype").Property.Order | undefined;
215
- w?: import("csstype").Property.Width<string | number> | undefined;
216
- width?: import("csstype").Property.Width<string | number> | undefined;
217
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
218
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
219
- h?: import("csstype").Property.Height<string | number> | undefined;
220
- height?: import("csstype").Property.Height<string | number> | undefined;
221
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
222
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
223
- display?: import("csstype").Property.Display | undefined;
224
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
225
- overflow?: import("csstype").Property.Overflow | undefined;
226
- overflowX?: import("csstype").Property.OverflowX | undefined;
227
- overflowY?: import("csstype").Property.OverflowY | undefined;
228
- position?: import("csstype").Property.Position | undefined;
229
- zIndex?: import("csstype").Property.ZIndex | undefined;
230
- inset?: import("csstype").Property.Inset<string | number> | undefined;
231
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
232
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
233
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
234
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
235
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
236
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
237
- m?: import("csstype").Property.Margin<string | number> | undefined;
238
- margin?: import("csstype").Property.Margin<string | number> | undefined;
239
- mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
240
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
241
- mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
242
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
243
- mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
244
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
245
- mi?: import("csstype").Property.MarginInline<string | number> | undefined;
246
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
247
- mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
248
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
249
- mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
250
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
251
- p?: import("csstype").Property.Padding<string | number> | undefined;
252
- padding?: import("csstype").Property.Padding<string | number> | undefined;
253
- pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
254
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
255
- pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
256
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
257
- pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
258
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
259
- pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
260
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
261
- pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
262
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
263
- pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
264
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
265
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
266
- fontSize?: string | number | (string & {}) | undefined;
267
- fontStyle?: import("csstype").Property.FontStyle | undefined;
268
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
269
- letterSpacing?: string | number | undefined;
270
- lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
271
- textAlign?: import("csstype").Property.TextAlign | undefined;
272
- textTransform?: import("csstype").Property.TextTransform | undefined;
273
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
274
- elevation?: "0" | "1" | "2" | undefined;
275
- invisible?: boolean | undefined;
276
- withRichContent?: string | boolean | undefined;
277
- withTruncatedText?: boolean | undefined;
278
- size?: import("csstype").Property.BlockSize<string | number> | undefined;
279
- minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
280
- maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
281
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
282
- } & {
283
- children?: import("react").ReactNode;
284
- } & Omit<import("react").AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLOrSVGElement>> & import("react").RefAttributes<unknown>, "onClick">) => JSX.Element;
41
+ onClick?: ((event: import("react").MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
42
+ }) => JSX.Element;
285
43
  } & {
286
44
  Description: import("react").FC<{}>;
287
45
  Skeleton: () => JSX.Element;
288
46
  Avatar: import("react").FC<{}>;
289
47
  Menu: import("react").FC<{}>;
290
48
  Icon: ({ name, }: {
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";
49
+ name: "info" | "warning" | "link" | "download" | "list" | "clip" | "audio" | "code" | "menu" | "video" | "circle" | "image" | "thread" | "user" | "clock" | "discussion" | "bell" | "bell-off" | "file" | "loading" | "copy" | "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" | "bold" | "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" | "fingerprint" | "flag" | "folder" | "globe" | "globe-off" | "group-by-type" | "hash" | "hashtag-lock" | "h-bar" | "headphone" | "headphone-off" | "headset" | "help" | "history" | "home" | "italic" | "joystick" | "kebab" | "key" | "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" | "underline" | "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" | "play-solid" | "reply" | "sort-down" | "sort-up" | "adobe" | "facebook" | "github" | "gitlab" | "google" | "google-drive" | "hubot" | "linkedin" | "twitter";
292
50
  }) => JSX.Element;
293
- Divider: import("react").FC<{
294
- is?: import("react").ElementType<any> | undefined;
295
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
296
- style?: import("react").CSSProperties | undefined;
297
- border?: import("csstype").Property.Border<string | number> | undefined;
298
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
299
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
300
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
301
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
302
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
303
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
304
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
305
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
306
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
307
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
308
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
309
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
310
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
311
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
312
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
313
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
314
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
315
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
316
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
317
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
318
- borderColor?: import("csstype").Property.BorderColor | undefined;
319
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
320
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
321
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
322
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
323
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
324
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
325
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
326
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
327
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
328
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
329
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
330
- color?: import("csstype").Property.Color | undefined;
331
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
332
- bg?: import("csstype").Property.BackgroundColor | undefined;
333
- opacity?: import("csstype").Property.Opacity | undefined;
334
- alignItems?: import("csstype").Property.AlignItems | undefined;
335
- alignContent?: import("csstype").Property.AlignContent | undefined;
336
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
337
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
338
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
339
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
340
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
341
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
342
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
343
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
344
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
345
- order?: import("csstype").Property.Order | undefined;
346
- w?: import("csstype").Property.Width<string | number> | undefined;
347
- width?: import("csstype").Property.Width<string | number> | undefined;
348
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
349
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
350
- h?: import("csstype").Property.Height<string | number> | undefined;
351
- height?: import("csstype").Property.Height<string | number> | undefined;
352
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
353
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
354
- display?: import("csstype").Property.Display | undefined;
355
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
356
- overflow?: import("csstype").Property.Overflow | undefined;
357
- overflowX?: import("csstype").Property.OverflowX | undefined;
358
- overflowY?: import("csstype").Property.OverflowY | undefined;
359
- position?: import("csstype").Property.Position | undefined;
360
- zIndex?: import("csstype").Property.ZIndex | undefined;
361
- inset?: import("csstype").Property.Inset<string | number> | undefined;
362
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
363
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
364
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
365
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
366
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
367
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
368
- m?: import("csstype").Property.Margin<string | number> | undefined;
369
- margin?: import("csstype").Property.Margin<string | number> | undefined;
370
- mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
371
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
372
- mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
373
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
374
- mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
375
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
376
- mi?: import("csstype").Property.MarginInline<string | number> | undefined;
377
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
378
- mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
379
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
380
- mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
381
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
382
- p?: import("csstype").Property.Padding<string | number> | undefined;
383
- padding?: import("csstype").Property.Padding<string | number> | undefined;
384
- pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
385
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
386
- pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
387
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
388
- pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
389
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
390
- pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
391
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
392
- pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
393
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
394
- pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
395
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
396
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
397
- fontSize?: string | number | (string & {}) | undefined;
398
- fontStyle?: import("csstype").Property.FontStyle | undefined;
399
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
400
- letterSpacing?: string | number | undefined;
401
- lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
402
- textAlign?: import("csstype").Property.TextAlign | undefined;
403
- textTransform?: import("csstype").Property.TextTransform | undefined;
404
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
405
- elevation?: "0" | "1" | "2" | undefined;
406
- invisible?: boolean | undefined;
407
- withRichContent?: string | boolean | undefined;
408
- withTruncatedText?: boolean | undefined;
409
- size?: import("csstype").Property.BlockSize<string | number> | undefined;
410
- minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
411
- maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
412
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
413
- } & {
414
- children?: import("react").ReactNode;
415
- } & Omit<import("react").AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLOrSVGElement>> & import("react").RefAttributes<unknown>>;
51
+ Divider: import("react").FC<any>;
416
52
  Column: import("react").FC<{}>;
417
53
  Content: import("react").FC<{}>;
418
54
  };
@@ -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;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"}
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"}
@@ -5,6 +5,6 @@ declare type Option = [
5
5
  label: string,
6
6
  selected?: boolean
7
7
  ];
8
- export declare const useCursor: (initial: number, options: Option[], onChange: (option: Option, visibilityHandler: [visible: "hidden" | "visible" | "hiding" | "unhiding", hide: () => void, show: () => void]) => void) => [cursor: number, handleKeyDown: (e: KeyboardEvent<HTMLOrSVGElement>) => void, handleKeyUp: (e: KeyboardEvent<HTMLOrSVGElement>) => void, reset: () => void, visibilityHandler: [visible: "hidden" | "visible" | "hiding" | "unhiding", hide: () => void, show: () => void]];
8
+ export declare const useCursor: (initial: number, options: Option[], onChange: (option: Option, visibilityHandler: [visible: "hidden" | "hiding" | "visible" | "unhiding", hide: () => void, show: () => void]) => void) => [cursor: number, handleKeyDown: (e: KeyboardEvent<HTMLOrSVGElement>) => void, handleKeyUp: (e: KeyboardEvent<HTMLOrSVGElement>) => void, reset: () => void, visibilityHandler: [visible: "hidden" | "hiding" | "visible" | "unhiding", hide: () => void, show: () => void]];
9
9
  export {};
10
10
  //# sourceMappingURL=useCursor.d.ts.map
@@ -1,3 +1,3 @@
1
1
  import AnimatedVisibility from '../Box/AnimatedVisibility';
2
- export declare const useVisible: (initialVisibility?: typeof AnimatedVisibility.HIDDEN | typeof AnimatedVisibility.HIDING | typeof AnimatedVisibility.VISIBLE | typeof AnimatedVisibility.UNHIDING) => [visible: "hidden" | "visible" | "hiding" | "unhiding", hide: () => void, show: () => void];
2
+ export declare const useVisible: (initialVisibility?: typeof AnimatedVisibility.HIDDEN | typeof AnimatedVisibility.HIDING | typeof AnimatedVisibility.VISIBLE | typeof AnimatedVisibility.UNHIDING) => [visible: "hidden" | "hiding" | "visible" | "unhiding", hide: () => void, show: () => void];
3
3
  //# sourceMappingURL=useVisible.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import React, { ComponentProps } from 'react';
2
2
  import { InputBox } from '../InputBox';
3
3
  declare type PasswordInputProps = Omit<ComponentProps<typeof InputBox>, 'type'>;
4
- declare const PasswordInput: React.ForwardRefExoticComponent<Pick<PasswordInputProps, "string" | "y" | "r" | "default" | "disabled" | "color" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "className" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "defer" | "download" | "encType" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "label" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "useMap" | "value" | "width" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan" | "input" | "p" | "border" | "inset" | "borderBlock" | "borderBlockStart" | "borderBlockEnd" | "borderInline" | "borderInlineStart" | "borderInlineEnd" | "borderWidth" | "borderBlockWidth" | "borderBlockStartWidth" | "borderBlockEndWidth" | "borderInlineWidth" | "borderInlineStartWidth" | "borderInlineEndWidth" | "borderStyle" | "borderBlockStyle" | "borderBlockStartStyle" | "borderBlockEndStyle" | "borderInlineStyle" | "borderInlineStartStyle" | "borderInlineEndStyle" | "borderColor" | "borderBlockColor" | "borderBlockStartColor" | "borderBlockEndColor" | "borderInlineColor" | "borderInlineStartColor" | "borderInlineEndColor" | "borderRadius" | "borderStartStartRadius" | "borderStartEndRadius" | "borderEndStartRadius" | "borderEndEndRadius" | "backgroundColor" | "alignItems" | "alignContent" | "justifyItems" | "justifyContent" | "flexWrap" | "flexDirection" | "flexGrow" | "flexShrink" | "flexBasis" | "justifySelf" | "alignSelf" | "minWidth" | "maxWidth" | "minHeight" | "maxHeight" | "verticalAlign" | "overflowX" | "overflowY" | "position" | "zIndex" | "insetBlock" | "insetBlockStart" | "insetBlockEnd" | "insetInline" | "insetInlineStart" | "insetInlineEnd" | "margin" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "padding" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "textAlign" | "textTransform" | "textDecorationLine" | "bg" | "w" | "h" | "m" | "mb" | "mbs" | "mbe" | "mi" | "mis" | "mie" | "pb" | "pbs" | "pbe" | "pi" | "pis" | "pie" | "invisible" | "withRichContent" | "withTruncatedText" | "minSize" | "maxSize" | "fontScale" | "key" | "error" | "addon"> & React.RefAttributes<HTMLInputElement>>;
4
+ declare const PasswordInput: React.ForwardRefExoticComponent<Pick<PasswordInputProps, string | number | symbol> & React.RefAttributes<HTMLInputElement>>;
5
5
  export default PasswordInput;
6
6
  //# sourceMappingURL=PasswordInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PasswordInput.d.ts","sourceRoot":"","sources":["../../../src/components/PasswordInput/PasswordInput.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAmB,MAAM,OAAO,CAAC;AAG/D,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAIvC,aAAK,kBAAkB,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,EAAE,MAAM,CAAC,CAAC;AAExE,QAAA,MAAM,aAAa,44VAuBjB,CAAC;AAEH,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"PasswordInput.d.ts","sourceRoot":"","sources":["../../../src/components/PasswordInput/PasswordInput.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAmB,MAAM,OAAO,CAAC;AAG/D,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAIvC,aAAK,kBAAkB,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,EAAE,MAAM,CAAC,CAAC;AAExE,QAAA,MAAM,aAAa,6HAuBjB,CAAC;AAEH,eAAe,aAAa,CAAC"}