@rocket.chat/fuselage 0.29.0 → 0.31.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (246) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +4 -4
  3. package/dist/components/Banner/Banner.d.ts +15 -0
  4. package/dist/components/Banner/index.d.ts +2 -15
  5. package/dist/components/Banner/index.d.ts.map +1 -0
  6. package/dist/components/Box/Flex/index.d.ts +32 -0
  7. package/dist/components/Box/index.d.ts +28 -1
  8. package/dist/components/Button/index.d.ts +1 -0
  9. package/dist/components/Dropdown/Dropdown.d.ts +8 -0
  10. package/dist/components/Dropdown/Dropdown.d.ts.map +1 -0
  11. package/dist/components/Dropdown/DropdownDesktop.d.ts +8 -0
  12. package/dist/components/Dropdown/DropdownDesktop.d.ts.map +1 -0
  13. package/dist/components/Dropdown/DropdownMobile.d.ts +5 -0
  14. package/dist/components/Dropdown/DropdownMobile.d.ts.map +1 -0
  15. package/dist/components/Dropdown/index.d.ts +2 -0
  16. package/dist/components/Dropdown/index.d.ts.map +1 -0
  17. package/dist/components/Grid/index.d.ts +10 -2
  18. package/dist/components/Icon/index.d.ts +2 -0
  19. package/dist/components/Label/index.d.ts +9 -0
  20. package/dist/components/Menu/index.d.ts +1 -1
  21. package/dist/components/Message/Message.d.ts +6 -13
  22. package/dist/components/Message/Message.d.ts.map +1 -1
  23. package/dist/components/Message/MessageBlock.d.ts +4 -0
  24. package/dist/components/Message/MessageBlock.d.ts.map +1 -0
  25. package/dist/components/Message/MessageBody.d.ts +7 -0
  26. package/dist/components/Message/MessageBody.d.ts.map +1 -0
  27. package/dist/components/Message/MessageContainer.d.ts +3 -0
  28. package/dist/components/Message/MessageContainer.d.ts.map +1 -0
  29. package/dist/components/Message/MessageContainerFixed.d.ts +3 -0
  30. package/dist/components/Message/MessageContainerFixed.d.ts.map +1 -0
  31. package/dist/components/Message/MessageDivider/MessageDivider.d.ts +5 -0
  32. package/dist/components/Message/MessageDivider/MessageDivider.d.ts.map +1 -0
  33. package/dist/components/Message/MessageDivider/index.d.ts +2 -0
  34. package/dist/components/Message/MessageDivider/index.d.ts.map +1 -0
  35. package/dist/components/Message/MessageGenericPreview/MessageGenericPreview.d.ts +4 -0
  36. package/dist/components/Message/MessageGenericPreview/MessageGenericPreview.d.ts.map +1 -0
  37. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewContent.d.ts +7 -0
  38. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewContent.d.ts.map +1 -0
  39. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewDescription.d.ts +5 -0
  40. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewDescription.d.ts.map +1 -0
  41. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewFooter.d.ts +5 -0
  42. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewFooter.d.ts.map +1 -0
  43. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewImage.d.ts +7 -0
  44. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewImage.d.ts.map +1 -0
  45. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewThumb.d.ts +3 -0
  46. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewThumb.d.ts.map +1 -0
  47. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewTitle.d.ts +7 -0
  48. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewTitle.d.ts.map +1 -0
  49. package/dist/components/Message/MessageGenericPreview/index.d.ts +8 -0
  50. package/dist/components/Message/MessageGenericPreview/index.d.ts.map +1 -0
  51. package/dist/components/Message/MessageHeader.d.ts +3 -0
  52. package/dist/components/Message/MessageHeader.d.ts.map +1 -0
  53. package/dist/components/Message/MessageLeftContainer.d.ts +7 -0
  54. package/dist/components/Message/MessageLeftContainer.d.ts.map +1 -0
  55. package/dist/components/Message/MessageMetrics/MessageMetrics.d.ts +3 -0
  56. package/dist/components/Message/MessageMetrics/MessageMetrics.d.ts.map +1 -0
  57. package/dist/components/Message/MessageMetrics/MessageMetricsContent.d.ts +3 -0
  58. package/dist/components/Message/MessageMetrics/MessageMetricsContent.d.ts.map +1 -0
  59. package/dist/components/Message/MessageMetrics/MessageMetricsContentItem.d.ts +3 -0
  60. package/dist/components/Message/MessageMetrics/MessageMetricsContentItem.d.ts.map +1 -0
  61. package/dist/components/Message/MessageMetrics/MessageMetricsFollowing.d.ts +7 -0
  62. package/dist/components/Message/MessageMetrics/MessageMetricsFollowing.d.ts.map +1 -0
  63. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItem.d.ts +3 -0
  64. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItem.d.ts.map +1 -0
  65. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItemIcon.d.ts +7 -0
  66. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItemIcon.d.ts.map +1 -0
  67. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItemLabel.d.ts +3 -0
  68. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItemLabel.d.ts.map +1 -0
  69. package/dist/components/Message/MessageMetrics/MessageMetricsItem/index.d.ts +9 -0
  70. package/dist/components/Message/MessageMetrics/MessageMetricsItem/index.d.ts.map +1 -0
  71. package/dist/components/Message/MessageMetrics/MessageMetricsReply.d.ts +4 -0
  72. package/dist/components/Message/MessageMetrics/MessageMetricsReply.d.ts.map +1 -0
  73. package/dist/components/Message/MessageMetrics/index.d.ts +153 -0
  74. package/dist/components/Message/MessageMetrics/index.d.ts.map +1 -0
  75. package/dist/components/Message/MessageName.d.ts +3 -0
  76. package/dist/components/Message/MessageName.d.ts.map +1 -0
  77. package/dist/components/Message/MessageReactions/MessageReaction.d.ts +8 -0
  78. package/dist/components/Message/MessageReactions/MessageReaction.d.ts.map +1 -0
  79. package/dist/components/Message/MessageReactions/MessageReactionAction.d.ts +3 -0
  80. package/dist/components/Message/MessageReactions/MessageReactionAction.d.ts.map +1 -0
  81. package/dist/components/Message/MessageReactions/MessageReactionCounter.d.ts +6 -0
  82. package/dist/components/Message/MessageReactions/MessageReactionCounter.d.ts.map +1 -0
  83. package/dist/components/Message/MessageReactions/MessageReactionEmoji.d.ts +7 -0
  84. package/dist/components/Message/MessageReactions/MessageReactionEmoji.d.ts.map +1 -0
  85. package/dist/components/Message/MessageReactions/MessageReactions.d.ts +4 -0
  86. package/dist/components/Message/MessageReactions/MessageReactions.d.ts.map +1 -0
  87. package/dist/components/Message/MessageReactions/index.d.ts +148 -0
  88. package/dist/components/Message/MessageReactions/index.d.ts.map +1 -0
  89. package/dist/components/Message/MessageRole.d.ts +3 -0
  90. package/dist/components/Message/MessageRole.d.ts.map +1 -0
  91. package/dist/components/Message/MessageRoles.d.ts +3 -0
  92. package/dist/components/Message/MessageRoles.d.ts.map +1 -0
  93. package/dist/components/Message/MessageStatusIndicator/MessageStatusIndicator.d.ts +4 -0
  94. package/dist/components/Message/MessageStatusIndicator/MessageStatusIndicator.d.ts.map +1 -0
  95. package/dist/components/Message/MessageStatusIndicator/MessageStatusIndicatorItem.d.ts +9 -0
  96. package/dist/components/Message/MessageStatusIndicator/MessageStatusIndicatorItem.d.ts.map +1 -0
  97. package/dist/components/Message/MessageStatusIndicator/MessageStatusPrivateIndicator.d.ts +6 -0
  98. package/dist/components/Message/MessageStatusIndicator/MessageStatusPrivateIndicator.d.ts.map +1 -0
  99. package/dist/components/Message/MessageStatusIndicator/index.d.ts +4 -0
  100. package/dist/components/Message/MessageStatusIndicator/index.d.ts.map +1 -0
  101. package/dist/components/Message/MessageSystem/MessageSystem.d.ts +4 -0
  102. package/dist/components/Message/MessageSystem/MessageSystem.d.ts.map +1 -0
  103. package/dist/components/Message/MessageSystem/MessageSystemBlock.d.ts +3 -0
  104. package/dist/components/Message/MessageSystem/MessageSystemBlock.d.ts.map +1 -0
  105. package/dist/components/Message/MessageSystem/MessageSystemBody.d.ts +3 -0
  106. package/dist/components/Message/MessageSystem/MessageSystemBody.d.ts.map +1 -0
  107. package/dist/components/Message/MessageSystem/MessageSystemContainer.d.ts +3 -0
  108. package/dist/components/Message/MessageSystem/MessageSystemContainer.d.ts.map +1 -0
  109. package/dist/components/Message/MessageSystem/MessageSystemName.d.ts +4 -0
  110. package/dist/components/Message/MessageSystem/MessageSystemName.d.ts.map +1 -0
  111. package/dist/components/Message/MessageSystem/index.d.ts +13 -0
  112. package/dist/components/Message/MessageSystem/index.d.ts.map +1 -0
  113. package/dist/components/Message/MessageTimestamp.d.ts +5 -0
  114. package/dist/components/Message/MessageTimestamp.d.ts.map +1 -0
  115. package/dist/components/Message/MessageToolbox/MessageToolbox.d.ts +4 -0
  116. package/dist/components/Message/MessageToolbox/MessageToolbox.d.ts.map +1 -0
  117. package/dist/components/Message/MessageToolbox/MessageToolboxItem.d.ts +141 -0
  118. package/dist/components/Message/MessageToolbox/MessageToolboxItem.d.ts.map +1 -0
  119. package/dist/components/Message/MessageToolbox/MessageToolboxWrapper.d.ts +3 -0
  120. package/dist/components/Message/MessageToolbox/MessageToolboxWrapper.d.ts.map +1 -0
  121. package/dist/components/Message/MessageToolbox/index.d.ts +281 -0
  122. package/dist/components/Message/MessageToolbox/index.d.ts.map +1 -0
  123. package/dist/components/Message/MessageUsername.d.ts +3 -0
  124. package/dist/components/Message/MessageUsername.d.ts.map +1 -0
  125. package/dist/components/Message/ThreadMessage/ThreadMessage.d.ts +4 -0
  126. package/dist/components/Message/ThreadMessage/ThreadMessage.d.ts.map +1 -0
  127. package/dist/components/Message/ThreadMessage/ThreadMessageBody.d.ts +3 -0
  128. package/dist/components/Message/ThreadMessage/ThreadMessageBody.d.ts.map +1 -0
  129. package/dist/components/Message/ThreadMessage/ThreadMessageContainer.d.ts +3 -0
  130. package/dist/components/Message/ThreadMessage/ThreadMessageContainer.d.ts.map +1 -0
  131. package/dist/components/Message/ThreadMessage/ThreadMessageFollow.d.ts +2 -0
  132. package/dist/components/Message/ThreadMessage/ThreadMessageFollow.d.ts.map +1 -0
  133. package/dist/components/Message/ThreadMessage/ThreadMessageIcon.d.ts +4 -0
  134. package/dist/components/Message/ThreadMessage/ThreadMessageIcon.d.ts.map +1 -0
  135. package/dist/components/Message/ThreadMessage/ThreadMessageIconThread.d.ts +2 -0
  136. package/dist/components/Message/ThreadMessage/ThreadMessageIconThread.d.ts.map +1 -0
  137. package/dist/components/Message/ThreadMessage/ThreadMessageOrigin.d.ts +3 -0
  138. package/dist/components/Message/ThreadMessage/ThreadMessageOrigin.d.ts.map +1 -0
  139. package/dist/components/Message/ThreadMessage/ThreadMessageRow.d.ts +3 -0
  140. package/dist/components/Message/ThreadMessage/ThreadMessageRow.d.ts.map +1 -0
  141. package/dist/components/Message/ThreadMessage/ThreadMessageUnfollow.d.ts +2 -0
  142. package/dist/components/Message/ThreadMessage/ThreadMessageUnfollow.d.ts.map +1 -0
  143. package/dist/components/Message/ThreadMessage/index.d.ts +29 -11
  144. package/dist/components/Message/ThreadMessage/index.d.ts.map +1 -1
  145. package/dist/components/Message/index.d.ts +586 -2
  146. package/dist/components/Message/index.d.ts.map +1 -1
  147. package/dist/components/Modal/index.d.ts +2 -1
  148. package/dist/components/Options/Option/Option.d.ts +21 -0
  149. package/dist/components/Options/Option/Option.d.ts.map +1 -0
  150. package/dist/components/Options/Option/OptionAvatar.d.ts +4 -0
  151. package/dist/components/Options/Option/OptionAvatar.d.ts.map +1 -0
  152. package/dist/components/Options/Option/OptionColumn.d.ts +4 -0
  153. package/dist/components/Options/Option/OptionColumn.d.ts.map +1 -0
  154. package/dist/components/Options/Option/OptionContent.d.ts +4 -0
  155. package/dist/components/Options/Option/OptionContent.d.ts.map +1 -0
  156. package/dist/components/Options/Option/OptionDescription.d.ts +4 -0
  157. package/dist/components/Options/Option/OptionDescription.d.ts.map +1 -0
  158. package/dist/components/Options/Option/OptionDivider.d.ts +5 -0
  159. package/dist/components/Options/Option/OptionDivider.d.ts.map +1 -0
  160. package/dist/components/Options/Option/OptionIcon.d.ts +7 -0
  161. package/dist/components/Options/Option/OptionIcon.d.ts.map +1 -0
  162. package/dist/components/Options/Option/OptionMenu.d.ts +4 -0
  163. package/dist/components/Options/Option/OptionMenu.d.ts.map +1 -0
  164. package/dist/components/Options/Option/OptionSkeleton.d.ts +3 -0
  165. package/dist/components/Options/Option/OptionSkeleton.d.ts.map +1 -0
  166. package/dist/components/Options/Option/OptionTitle.d.ts +4 -0
  167. package/dist/components/Options/Option/OptionTitle.d.ts.map +1 -0
  168. package/dist/components/Options/Option/index.d.ts +428 -15
  169. package/dist/components/Options/Option/index.d.ts.map +1 -0
  170. package/dist/components/Options/index.d.ts +3 -1
  171. package/dist/components/Options/useCursor.d.ts +10 -0
  172. package/dist/components/Options/useCursor.d.ts.map +1 -0
  173. package/dist/components/Options/useVisible.d.ts +3 -0
  174. package/dist/components/Options/useVisible.d.ts.map +1 -0
  175. package/dist/components/PasswordInput/PasswordInput.d.ts +1 -1
  176. package/dist/components/PasswordInput/PasswordInput.d.ts.map +1 -1
  177. package/dist/components/ProgressBar/index.d.ts +4 -4
  178. package/dist/components/ProgressBar/index.d.ts.map +1 -1
  179. package/dist/components/Sidebar/Item.d.ts +169 -0
  180. package/dist/components/Sidebar/Item.d.ts.map +1 -0
  181. package/dist/components/Sidebar/Section.d.ts +7 -0
  182. package/dist/components/Sidebar/Section.d.ts.map +1 -0
  183. package/dist/components/Sidebar/SidebarActions.d.ts +6 -0
  184. package/dist/components/Sidebar/SidebarActions.d.ts.map +1 -0
  185. package/dist/components/Sidebar/SidebarFooter.d.ts +6 -0
  186. package/dist/components/Sidebar/SidebarFooter.d.ts.map +1 -0
  187. package/dist/components/Sidebar/TopBar.d.ts +159 -0
  188. package/dist/components/Sidebar/TopBar.d.ts.map +1 -0
  189. package/dist/components/Sidebar/index.d.ts +18 -35
  190. package/dist/components/Sidebar/index.d.ts.map +1 -0
  191. package/dist/components/States/States.d.ts +5 -0
  192. package/dist/components/States/States.d.ts.map +1 -0
  193. package/dist/components/States/StatesAction.d.ts +5 -0
  194. package/dist/components/States/StatesAction.d.ts.map +1 -0
  195. package/dist/components/States/StatesActions.d.ts +5 -0
  196. package/dist/components/States/StatesActions.d.ts.map +1 -0
  197. package/dist/components/States/StatesIcon.d.ts +8 -0
  198. package/dist/components/States/StatesIcon.d.ts.map +1 -0
  199. package/dist/components/States/StatesSubtitle.d.ts +4 -0
  200. package/dist/components/States/StatesSubtitle.d.ts.map +1 -0
  201. package/dist/components/States/StatesSuggestion.d.ts +4 -0
  202. package/dist/components/States/StatesSuggestion.d.ts.map +1 -0
  203. package/dist/components/States/StatesSuggestionList.d.ts +4 -0
  204. package/dist/components/States/StatesSuggestionList.d.ts.map +1 -0
  205. package/dist/components/States/StatesSuggestionListItem.d.ts +4 -0
  206. package/dist/components/States/StatesSuggestionListItem.d.ts.map +1 -0
  207. package/dist/components/States/StatesSuggestionText.d.ts +4 -0
  208. package/dist/components/States/StatesSuggestionText.d.ts.map +1 -0
  209. package/dist/components/States/StatesTitle.d.ts +4 -0
  210. package/dist/components/States/StatesTitle.d.ts.map +1 -0
  211. package/dist/components/States/index.d.ts +12 -0
  212. package/dist/components/States/index.d.ts.map +1 -0
  213. package/dist/components/Table/index.d.ts +2 -0
  214. package/dist/components/TextAreaInput/index.d.ts +4 -1
  215. package/dist/components/Tile/Tile.d.ts +1 -1
  216. package/dist/components/Tile/Tile.d.ts.map +1 -1
  217. package/dist/components/Tooltip/Tooltip.d.ts +4 -4
  218. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
  219. package/dist/components/UrlInput/UrlInput.d.ts +1 -1
  220. package/dist/components/UrlInput/UrlInput.d.ts.map +1 -1
  221. package/dist/components/index.d.ts +4 -0
  222. package/dist/components/index.d.ts.map +1 -1
  223. package/dist/fuselage.development.js +9161 -5516
  224. package/dist/fuselage.development.js.map +1 -1
  225. package/dist/fuselage.production.js +1 -1
  226. package/dist/helpers/prependClassName.d.ts +4 -1
  227. package/dist/helpers/prependClassName.d.ts.map +1 -1
  228. package/package.json +38 -38
  229. package/dist/components/Message/Divider/index.d.ts +0 -6
  230. package/dist/components/Message/Divider/index.d.ts.map +0 -1
  231. package/dist/components/Message/Metrics/index.d.ts +0 -22
  232. package/dist/components/Message/Metrics/index.d.ts.map +0 -1
  233. package/dist/components/Message/Reactions/index.d.ts +0 -14
  234. package/dist/components/Message/Reactions/index.d.ts.map +0 -1
  235. package/dist/components/Message/Toolbox/index.d.ts +0 -11
  236. package/dist/components/Message/Toolbox/index.d.ts.map +0 -1
  237. package/dist/components/PasswordInput/PasswordInput.spec.d.ts +0 -2
  238. package/dist/components/PasswordInput/PasswordInput.spec.d.ts.map +0 -1
  239. package/dist/components/ProgressBar/spec.d.ts +0 -2
  240. package/dist/components/ProgressBar/spec.d.ts.map +0 -1
  241. package/dist/components/Tile/Tile.spec.d.ts +0 -2
  242. package/dist/components/Tile/Tile.spec.d.ts.map +0 -1
  243. package/dist/components/Tooltip/Tooltip.spec.d.ts +0 -2
  244. package/dist/components/Tooltip/Tooltip.spec.d.ts.map +0 -1
  245. package/dist/components/UrlInput/UrlInput.spec.d.ts +0 -2
  246. package/dist/components/UrlInput/UrlInput.spec.d.ts.map +0 -1
@@ -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" | "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" | "error" | "w" | "h" | "m" | "mb" | "mbs" | "mbe" | "mi" | "mis" | "mie" | "pb" | "pbs" | "pbe" | "pi" | "pis" | "pie" | "invisible" | "withRichContent" | "withTruncatedText" | "minSize" | "maxSize" | "fontScale" | "key" | "addon"> & React.RefAttributes<HTMLInputElement>>;
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>>;
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,q4VAuBjB,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,44VAuBjB,CAAC;AAEH,eAAe,aAAa,CAAC"}
@@ -103,10 +103,10 @@ export declare const ProgressBar: React.ForwardRefExoticComponent<Pick<{
103
103
  paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
104
104
  pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
105
105
  paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
106
- fontFamily?: import("csstype").Property.FontFamily | ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | undefined;
106
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
107
107
  fontSize?: string | number | (string & {}) | undefined;
108
108
  fontStyle?: import("csstype").Property.FontStyle | undefined;
109
- fontWeight?: ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
109
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
110
110
  letterSpacing?: string | number | undefined;
111
111
  lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
112
112
  textAlign?: import("csstype").Property.TextAlign | undefined;
@@ -119,11 +119,11 @@ export declare const ProgressBar: React.ForwardRefExoticComponent<Pick<{
119
119
  size?: import("csstype").Property.BlockSize<string | number> | undefined;
120
120
  minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
121
121
  maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
122
- fontScale?: ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | undefined;
122
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
123
123
  } & Omit<React.AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLOrSVGElement>> & React.RefAttributes<unknown> & {
124
124
  barColor?: ComponentProps<typeof Box>['bg'];
125
125
  percentage: number;
126
126
  error?: string | undefined;
127
127
  animated?: boolean | undefined;
128
- }, "string" | "y" | "r" | "default" | "disabled" | "type" | "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" | "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" | "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" | "barColor" | "percentage" | "error" | "animated" | "w" | "h" | "m" | "mb" | "mbs" | "mbe" | "mi" | "mis" | "mie" | "pb" | "pbs" | "pbe" | "pi" | "pis" | "pie" | "invisible" | "withRichContent" | "withTruncatedText" | "minSize" | "maxSize" | "fontScale" | "key"> & React.RefAttributes<unknown>>;
128
+ }, "string" | "y" | "r" | "default" | "disabled" | "type" | "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" | "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" | "barColor" | "percentage" | "error" | "animated"> & React.RefAttributes<unknown>>;
129
129
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ProgressBar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAc,cAAc,EAAE,MAAM,OAAO,CAAC;AAE1D,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAwB7B,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eANX,eAAe,UAAU,CAAC,CAAC,IAAI,CAAC;gBAC/B,MAAM;;;k2VAmBlB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ProgressBar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAc,cAAc,EAAE,MAAM,OAAO,CAAC;AAE1D,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAwB7B,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eANX,eAAe,UAAU,CAAC,CAAC,IAAI,CAAC;gBAC/B,MAAM;;;y2VAmBlB,CAAC"}
@@ -0,0 +1,169 @@
1
+ import React, { ComponentProps, FC } from 'react';
2
+ import { Box } from '..';
3
+ import { Icon as FuselageIcon } from '../Icon';
4
+ import { SidebarAction } from './SidebarActions';
5
+ export declare const SidebarItem: FC<{
6
+ selected?: boolean;
7
+ highlighted?: boolean;
8
+ clickable?: boolean;
9
+ is?: ComponentProps<typeof Box>['is'];
10
+ }>;
11
+ export declare const SidebarItemContainer: FC;
12
+ export declare const SidebarItemMenu: FC;
13
+ export declare const SidebarItemContent: FC<{
14
+ className?: string;
15
+ }>;
16
+ export declare const SidebarItemTitle: FC<{
17
+ className?: string;
18
+ }>;
19
+ export declare const SidebarItemTime: FC<{
20
+ className: string;
21
+ }>;
22
+ export declare const SidebarItemBadge: FC<{
23
+ className: string;
24
+ }>;
25
+ export declare const SidebarItemSubtitle: FC<{
26
+ className: string;
27
+ }>;
28
+ export declare const SidebarItemWrapper: FC<{
29
+ className?: string;
30
+ }>;
31
+ export declare const SidebarItemIcon: FC<{
32
+ className: string;
33
+ highlighted?: boolean;
34
+ icon: ComponentProps<typeof FuselageIcon>['name'];
35
+ }>;
36
+ export declare const SidebarItemAvatar: FC;
37
+ export declare const SidebarItemActions: React.FC<{
38
+ is?: React.ElementType<any> | undefined;
39
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
40
+ style?: React.CSSProperties | undefined;
41
+ border?: import("csstype").Property.Border<string | number> | undefined;
42
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
43
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
44
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
45
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
46
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
47
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
48
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
49
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
50
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
51
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
52
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
53
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
54
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
55
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
56
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
57
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
58
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
59
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
60
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
61
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
62
+ borderColor?: import("csstype").Property.BorderColor | undefined;
63
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
64
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
65
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
66
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
67
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
68
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
69
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
70
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
71
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
72
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
73
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
74
+ color?: import("csstype").Property.Color | undefined;
75
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
76
+ bg?: import("csstype").Property.BackgroundColor | undefined;
77
+ opacity?: import("csstype").Property.Opacity | undefined;
78
+ alignItems?: import("csstype").Property.AlignItems | undefined;
79
+ alignContent?: import("csstype").Property.AlignContent | undefined;
80
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
81
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
82
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
83
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
84
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
85
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
86
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
87
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
88
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
89
+ order?: import("csstype").Property.Order | undefined;
90
+ w?: import("csstype").Property.Width<string | number> | undefined;
91
+ width?: import("csstype").Property.Width<string | number> | undefined;
92
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
93
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
94
+ h?: import("csstype").Property.Height<string | number> | undefined;
95
+ height?: import("csstype").Property.Height<string | number> | undefined;
96
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
97
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
98
+ display?: import("csstype").Property.Display | undefined;
99
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
100
+ overflow?: import("csstype").Property.Overflow | undefined;
101
+ overflowX?: import("csstype").Property.OverflowX | undefined;
102
+ overflowY?: import("csstype").Property.OverflowY | undefined;
103
+ position?: import("csstype").Property.Position | undefined;
104
+ zIndex?: import("csstype").Property.ZIndex | undefined;
105
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
106
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
107
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
108
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
109
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
110
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
111
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
112
+ m?: import("csstype").Property.Margin<string | number> | undefined;
113
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
114
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
115
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
116
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
117
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
118
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
119
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
120
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
121
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
122
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
123
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
124
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
125
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
126
+ p?: import("csstype").Property.Padding<string | number> | undefined;
127
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
128
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
129
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
130
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
131
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
132
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
133
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
134
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
135
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
136
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
137
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
138
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
139
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
140
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
141
+ fontSize?: string | number | (string & {}) | undefined;
142
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
143
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
144
+ letterSpacing?: string | number | undefined;
145
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
146
+ textAlign?: import("csstype").Property.TextAlign | undefined;
147
+ textTransform?: import("csstype").Property.TextTransform | undefined;
148
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
149
+ elevation?: "0" | "1" | "2" | undefined;
150
+ invisible?: boolean | undefined;
151
+ withRichContent?: string | boolean | undefined;
152
+ withTruncatedText?: boolean | undefined;
153
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
154
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
155
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
156
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
157
+ } & {
158
+ children?: React.ReactNode;
159
+ } & Omit<React.AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLOrSVGElement>> & React.RefAttributes<unknown> & {
160
+ align?: "start" | "end" | "center" | undefined;
161
+ stretch?: boolean | undefined;
162
+ wrap?: boolean | undefined;
163
+ vertical?: boolean | undefined;
164
+ small?: boolean | undefined;
165
+ medium?: boolean | undefined;
166
+ }>;
167
+ export declare const SidebarItemAction: FC<ComponentProps<typeof SidebarAction>>;
168
+ export default SidebarItem;
169
+ //# sourceMappingURL=Item.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Item.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElD,OAAO,EAAE,GAAG,EAAE,MAAM,IAAI,CAAC;AACzB,OAAO,EAAE,IAAI,IAAI,YAAY,EAAE,MAAM,SAAS,CAAC;AAC/C,OAAO,EAAE,aAAa,EAAkB,MAAM,kBAAkB,CAAC;AAEjE,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,EAAE,CAAC,EAAE,cAAc,CAAC,OAAO,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC;CACvC,CAwBA,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,EAKlC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,EAK7B,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAQzD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAQvD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CAQrD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CAQtD,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,EAAE,CAAC;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CAQzD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAQzD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,EAAE,cAAc,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,CAAC,CAAC;CACnD,CAYA,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,EAI/B,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAiB,CAAC;AAEjD,eAAO,MAAM,iBAAiB,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,CAEtC,CAAC;AAiBlC,eAAe,WAAW,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { FC } from 'react';
2
+ export declare const SidebarSectionTitle: FC;
3
+ export declare const SidebarSection: FC & {
4
+ Title: typeof SidebarSectionTitle;
5
+ };
6
+ export default SidebarSection;
7
+ //# sourceMappingURL=Section.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Section.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Section.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElC,eAAO,MAAM,mBAAmB,EAAE,EAEjC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,EAAE,GAAG;IAChC,KAAK,EAAE,OAAO,mBAAmB,CAAC;CAGnC,CAAC;AAIF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { ComponentProps, FC } from 'react';
2
+ import { ActionButton } from '..';
3
+ import { ButtonGroup } from '../ButtonGroup';
4
+ export declare const SidebarActions: FC<ComponentProps<typeof ButtonGroup>>;
5
+ export declare const SidebarAction: FC<ComponentProps<typeof ActionButton>>;
6
+ //# sourceMappingURL=SidebarActions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarActions.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarActions.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElD,OAAO,EAAE,YAAY,EAAE,MAAM,IAAI,CAAC;AAClC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,WAAW,CAAC,CAEhB,CAAC;AAEnD,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,YAAY,CAAC,CAE5B,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { FC } from 'react';
2
+ export declare const SidebarFooter: FC<{
3
+ elevated?: boolean;
4
+ }>;
5
+ export declare const SidebarFooterHighlight: FC;
6
+ //# sourceMappingURL=SidebarFooter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarFooter.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarFooter.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElC,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAUA,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,EAKpC,CAAC"}
@@ -0,0 +1,159 @@
1
+ import React, { ComponentProps, FC } from 'react';
2
+ import { SidebarAction } from './SidebarActions';
3
+ declare const TopBar: FC<{
4
+ className: string;
5
+ }> & {
6
+ Section: typeof TopBarSection;
7
+ ToolBox: typeof TopBarToolBox;
8
+ Avatar: typeof TopBarAvatar;
9
+ Actions: typeof TopBarActions;
10
+ Action: typeof TopBarAction;
11
+ Divider: typeof TopBarDivider;
12
+ Title: typeof TopBarTitle;
13
+ Wrapper: typeof TopBarWrapper;
14
+ };
15
+ declare const TopBarWrapper: FC;
16
+ export declare const TopBarToolBox: FC<{
17
+ className: string;
18
+ }>;
19
+ export declare const TopBarSection: FC<{
20
+ className: string;
21
+ }>;
22
+ export declare const TopBarAvatar: {
23
+ size: string;
24
+ };
25
+ export declare const TopBarActions: React.FC<{
26
+ is?: React.ElementType<any> | undefined;
27
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
28
+ style?: React.CSSProperties | undefined;
29
+ border?: import("csstype").Property.Border<string | number> | undefined;
30
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
31
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
32
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
33
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
34
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
35
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
36
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
37
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
38
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
39
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
40
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
41
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
42
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
43
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
44
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
45
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
46
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
47
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
48
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
49
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
50
+ borderColor?: import("csstype").Property.BorderColor | undefined;
51
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
52
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
53
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
54
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
55
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
56
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
57
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
58
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
59
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
60
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
61
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
62
+ color?: import("csstype").Property.Color | undefined;
63
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
64
+ bg?: import("csstype").Property.BackgroundColor | undefined;
65
+ opacity?: import("csstype").Property.Opacity | undefined;
66
+ alignItems?: import("csstype").Property.AlignItems | undefined;
67
+ alignContent?: import("csstype").Property.AlignContent | undefined;
68
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
69
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
70
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
71
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
72
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
73
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
74
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
75
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
76
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
77
+ order?: import("csstype").Property.Order | undefined;
78
+ w?: import("csstype").Property.Width<string | number> | undefined;
79
+ width?: import("csstype").Property.Width<string | number> | undefined;
80
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
81
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
82
+ h?: import("csstype").Property.Height<string | number> | undefined;
83
+ height?: import("csstype").Property.Height<string | number> | undefined;
84
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
85
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
86
+ display?: import("csstype").Property.Display | undefined;
87
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
88
+ overflow?: import("csstype").Property.Overflow | undefined;
89
+ overflowX?: import("csstype").Property.OverflowX | undefined;
90
+ overflowY?: import("csstype").Property.OverflowY | undefined;
91
+ position?: import("csstype").Property.Position | undefined;
92
+ zIndex?: import("csstype").Property.ZIndex | undefined;
93
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
94
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
95
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
96
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
97
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
98
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
99
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
100
+ m?: import("csstype").Property.Margin<string | number> | undefined;
101
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
102
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
103
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
104
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
105
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
106
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
107
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
108
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
109
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
110
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
111
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
112
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
113
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
114
+ p?: import("csstype").Property.Padding<string | number> | undefined;
115
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
116
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
117
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
118
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
119
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
120
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
121
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
122
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
123
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
124
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
125
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
126
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
127
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
128
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "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?: React.ReactNode;
147
+ } & Omit<React.AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLOrSVGElement>> & React.RefAttributes<unknown> & {
148
+ align?: "start" | "end" | "center" | undefined;
149
+ stretch?: boolean | undefined;
150
+ wrap?: boolean | undefined;
151
+ vertical?: boolean | undefined;
152
+ small?: boolean | undefined;
153
+ medium?: boolean | undefined;
154
+ }>;
155
+ export declare const TopBarAction: FC<ComponentProps<typeof SidebarAction>>;
156
+ export declare const TopBarDivider: FC;
157
+ export declare const TopBarTitle: FC;
158
+ export default TopBar;
159
+ //# sourceMappingURL=TopBar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TopBar.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/TopBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAIlD,OAAO,EAAE,aAAa,EAAkB,MAAM,kBAAkB,CAAC;AAIjE,QAAA,MAAM,MAAM,EAAE,EAAE,CAAC;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CAAC,GAAG;IACxC,OAAO,EAAE,OAAO,aAAa,CAAC;IAC9B,OAAO,EAAE,OAAO,aAAa,CAAC;IAC9B,MAAM,EAAE,OAAO,YAAY,CAAC;IAC5B,OAAO,EAAE,OAAO,aAAa,CAAC;IAC9B,MAAM,EAAE,OAAO,YAAY,CAAC;IAC5B,OAAO,EAAE,OAAO,aAAa,CAAC;IAC9B,KAAK,EAAE,OAAO,WAAW,CAAC;IAC1B,OAAO,EAAE,OAAO,aAAa,CAAC;CAQ/B,CAAC;AAEF,QAAA,MAAM,aAAa,EAAE,EAKpB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CAcnD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CAcnD,CAAC;AAEF,eAAO,MAAM,YAAY;;CAAS,CAAC;AACnC,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAiB,CAAC;AAC5C,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,CAE3B,CAAC;AAExC,eAAO,MAAM,aAAa,EAAE,EAA2C,CAAC;AAExE,eAAO,MAAM,WAAW,EAAE,EAEzB,CAAC;AAYF,eAAe,MAAM,CAAC"}