@rocket.chat/fuselage 0.6.3-dev.35 → 0.6.3-dev.353

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 (145) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +111 -20
  3. package/dist/components/Accordion/index.d.ts +13 -0
  4. package/dist/components/AutoComplete/index.d.ts +18 -0
  5. package/dist/components/Avatar/index.d.ts +28 -0
  6. package/dist/components/Badge/index.d.ts +11 -0
  7. package/dist/components/Banner/Banner.d.ts +15 -0
  8. package/dist/components/Banner/index.d.ts +2 -0
  9. package/dist/components/Banner/index.d.ts.map +1 -0
  10. package/dist/components/Box/AnimatedVisibility/AnimatedVisibility.d.ts +16 -0
  11. package/dist/components/Box/AnimatedVisibility/index.d.ts +2 -0
  12. package/dist/components/Box/AnimatedVisibility/index.d.ts.map +1 -0
  13. package/dist/components/Box/BoxTransforms.d.ts +5 -0
  14. package/dist/components/Box/BoxTransforms.d.ts.map +1 -0
  15. package/dist/components/Box/Flex/index.d.ts +32 -0
  16. package/dist/components/Box/Position/Position.d.ts +14 -0
  17. package/dist/components/Box/Position/PositionAnimated.d.ts +11 -0
  18. package/dist/components/Box/Position/index.d.ts +3 -0
  19. package/dist/components/Box/Position/index.d.ts.map +1 -0
  20. package/dist/components/Box/Scrollable/index.d.ts +9 -0
  21. package/dist/components/Box/index.d.ts +154 -0
  22. package/dist/components/Button/index.d.ts +26 -0
  23. package/dist/components/ButtonGroup/index.d.ts +13 -0
  24. package/dist/components/Callout/index.d.ts +8 -0
  25. package/dist/components/CheckBox/index.d.ts +8 -0
  26. package/dist/components/Chevron/index.d.ts +12 -0
  27. package/dist/components/Chip/index.d.ts +8 -0
  28. package/dist/components/Divider/index.d.ts +6 -0
  29. package/dist/components/Divider/index.d.ts.map +1 -0
  30. package/dist/components/EmailInput/index.d.ts +9 -0
  31. package/dist/components/Field/index.d.ts +18 -0
  32. package/dist/components/FieldGroup/index.d.ts +6 -0
  33. package/dist/components/Grid/index.d.ts +23 -0
  34. package/dist/components/Icon/index.d.ts +8 -0
  35. package/dist/components/InputBox/index.d.ts +40 -0
  36. package/dist/components/Label/index.d.ts +9 -0
  37. package/dist/components/Margins/index.d.ts +20 -0
  38. package/dist/components/Menu/index.d.ts +20 -0
  39. package/dist/components/Message/Message.d.ts +872 -0
  40. package/dist/components/Message/Message.d.ts.map +1 -0
  41. package/dist/components/Message/MessageDivider/index.d.ts +6 -0
  42. package/dist/components/Message/MessageDivider/index.d.ts.map +1 -0
  43. package/dist/components/Message/MessageMetrics/index.d.ts +26 -0
  44. package/dist/components/Message/MessageMetrics/index.d.ts.map +1 -0
  45. package/dist/components/Message/MessagePreview/MessagePreviewContent.d.ts +7 -0
  46. package/dist/components/Message/MessagePreview/MessagePreviewContent.d.ts.map +1 -0
  47. package/dist/components/Message/MessagePreview/MessagePreviewDescription.d.ts +5 -0
  48. package/dist/components/Message/MessagePreview/MessagePreviewDescription.d.ts.map +1 -0
  49. package/dist/components/Message/MessagePreview/MessagePreviewFooter.d.ts +5 -0
  50. package/dist/components/Message/MessagePreview/MessagePreviewFooter.d.ts.map +1 -0
  51. package/dist/components/Message/MessagePreview/MessagePreviewImage.d.ts +7 -0
  52. package/dist/components/Message/MessagePreview/MessagePreviewImage.d.ts.map +1 -0
  53. package/dist/components/Message/MessagePreview/MessagePreviewLink.d.ts +8 -0
  54. package/dist/components/Message/MessagePreview/MessagePreviewLink.d.ts.map +1 -0
  55. package/dist/components/Message/MessagePreview/MessagePreviewThumb.d.ts +3 -0
  56. package/dist/components/Message/MessagePreview/MessagePreviewThumb.d.ts.map +1 -0
  57. package/dist/components/Message/MessagePreview/MessagePreviewTitle.d.ts +3 -0
  58. package/dist/components/Message/MessagePreview/MessagePreviewTitle.d.ts.map +1 -0
  59. package/dist/components/Message/MessagePreview/MessatePreviewGenericFile.d.ts +5 -0
  60. package/dist/components/Message/MessagePreview/MessatePreviewGenericFile.d.ts.map +1 -0
  61. package/dist/components/Message/MessagePreview/index.d.ts +4 -0
  62. package/dist/components/Message/MessagePreview/index.d.ts.map +1 -0
  63. package/dist/components/Message/MessageReactions/index.d.ts +14 -0
  64. package/dist/components/Message/MessageReactions/index.d.ts.map +1 -0
  65. package/dist/components/Message/MessageToolbox/index.d.ts +11 -0
  66. package/dist/components/Message/MessageToolbox/index.d.ts.map +1 -0
  67. package/dist/components/Message/ThreadMessage/index.d.ts +13 -0
  68. package/dist/components/Message/ThreadMessage/index.d.ts.map +1 -0
  69. package/dist/components/Message/index.d.ts +8 -0
  70. package/dist/components/Message/index.d.ts.map +1 -0
  71. package/dist/components/Modal/index.d.ts +23 -0
  72. package/dist/components/MultiSelect/index.d.ts +15 -0
  73. package/dist/components/NumberInput/index.d.ts +6 -0
  74. package/dist/components/Options/Option/index.d.ts +16 -0
  75. package/dist/components/Options/index.d.ts +18 -0
  76. package/dist/components/Options/useCursor.d.ts +10 -0
  77. package/dist/components/Options/useCursor.d.ts.map +1 -0
  78. package/dist/components/Options/useVisible.d.ts +3 -0
  79. package/dist/components/Options/useVisible.d.ts.map +1 -0
  80. package/dist/components/Pagination/index.d.ts +24 -0
  81. package/dist/components/PasswordInput/PasswordInput.d.ts +6 -0
  82. package/dist/components/PasswordInput/PasswordInput.d.ts.map +1 -0
  83. package/dist/components/PasswordInput/index.d.ts +2 -0
  84. package/dist/components/PasswordInput/index.d.ts.map +1 -0
  85. package/dist/components/ProgressBar/index.d.ts +129 -0
  86. package/dist/components/ProgressBar/index.d.ts.map +1 -0
  87. package/dist/components/RadioButton/index.d.ts +6 -0
  88. package/dist/components/SearchInput/index.d.ts +9 -0
  89. package/dist/components/Select/index.d.ts +15 -0
  90. package/dist/components/SelectPaginated/hugeList.d.ts +5 -0
  91. package/dist/components/SelectPaginated/hugeList.d.ts.map +1 -0
  92. package/dist/components/Sidebar/index.d.ts +40 -0
  93. package/dist/components/Skeleton/index.d.ts +8 -0
  94. package/dist/components/StatusBullet/index.d.ts +7 -0
  95. package/dist/components/Table/index.d.ts +26 -0
  96. package/dist/components/Tabs/index.d.ts +15 -0
  97. package/dist/components/Tag/index.d.ts +9 -0
  98. package/dist/components/TextAreaInput/index.d.ts +9 -0
  99. package/dist/components/TextInput/index.d.ts +9 -0
  100. package/dist/components/Throbber/index.d.ts +11 -0
  101. package/dist/components/Tile/Tile.d.ts +8 -0
  102. package/dist/components/Tile/Tile.d.ts.map +1 -0
  103. package/dist/components/Tile/index.d.ts +2 -0
  104. package/dist/components/Tile/index.d.ts.map +1 -0
  105. package/dist/components/ToggleSwitch/index.d.ts +6 -0
  106. package/dist/components/Tooltip/Tooltip.d.ts +126 -0
  107. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -0
  108. package/dist/components/Tooltip/index.d.ts +2 -0
  109. package/dist/components/Tooltip/index.d.ts.map +1 -0
  110. package/dist/components/UrlInput/UrlInput.d.ts +6 -0
  111. package/dist/components/UrlInput/UrlInput.d.ts.map +1 -0
  112. package/dist/components/UrlInput/index.d.ts +2 -0
  113. package/dist/components/UrlInput/index.d.ts.map +1 -0
  114. package/dist/components/index.d.ts +51 -0
  115. package/dist/components/index.d.ts.map +1 -0
  116. package/dist/fuselage.development.js +13220 -9014
  117. package/dist/fuselage.development.js.map +1 -1
  118. package/dist/fuselage.production.js +2 -1
  119. package/dist/fuselage.production.js.LICENSE.txt +8 -0
  120. package/dist/helpers/appendClassName.d.ts +2 -0
  121. package/dist/helpers/appendClassName.d.ts.map +1 -0
  122. package/dist/helpers/composeClassNames.d.ts +2 -0
  123. package/dist/helpers/composeClassNames.d.ts.map +1 -0
  124. package/dist/helpers/createPropType.d.ts +3 -0
  125. package/dist/helpers/createPropType.d.ts.map +1 -0
  126. package/dist/helpers/flattenChildren.d.ts +2 -0
  127. package/dist/helpers/flattenChildren.d.ts.map +1 -0
  128. package/dist/helpers/fromCamelToKebab.d.ts +2 -0
  129. package/dist/helpers/fromCamelToKebab.d.ts.map +1 -0
  130. package/dist/helpers/patchChildren.d.ts +3 -0
  131. package/dist/helpers/patchChildren.d.ts.map +1 -0
  132. package/dist/helpers/prependClassName.d.ts +5 -0
  133. package/dist/helpers/prependClassName.d.ts.map +1 -0
  134. package/dist/helpers/shallowEqual.d.ts +2 -0
  135. package/dist/helpers/shallowEqual.d.ts.map +1 -0
  136. package/dist/hooks/useStyle.d.ts +3 -0
  137. package/dist/hooks/useStyle.d.ts.map +1 -0
  138. package/dist/hooks/useStyleSheet.d.ts +5 -0
  139. package/dist/hooks/useStyleSheet.d.ts.map +1 -0
  140. package/dist/index.d.ts +3 -0
  141. package/dist/index.d.ts.map +1 -0
  142. package/dist/styleTokens.d.ts +15 -0
  143. package/dist/styleTokens.d.ts.map +1 -0
  144. package/package.json +106 -82
  145. package/CHANGELOG.md +0 -531
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Message.d.ts","sourceRoot":"","sources":["../../../src/components/Message/Message.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EACZ,iBAAiB,EACjB,EAAE,EAEF,YAAY,EACZ,SAAS,EACV,MAAM,OAAO,CAAC;AAEf,OAAO,wBAAwB,CAAC;AAQhC,eAAO,MAAM,gBAAgB,EAAE,EAI9B,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,EAOnC,CAAC;AAEF,aAAK,yBAAyB,GAAG;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,oBAAoB,UACxB,yBAAyB,KAC/B,YAKF,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,EAQ3B,CAAC;AAEF,aAAK,gBAAgB,GAAG,iBAAiB,CAAC,cAAc,CAAC,GAAG;IAC1D,KAAK,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,WAAW,mCAIrB,gBAAgB,KAAG,YAerB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAenD,CAAC;AAOF,eAAO,MAAM,OAAO;;;wCA4BnB,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC;IAAE,QAAQ,EAAE,MAAM,CAAA;CAAE,CAQnD,CAAC;AAEJ,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC;IAAE,QAAQ,EAAE,MAAM,CAAA;CAAE,CAShD,CAAC;AACF,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC;IAAE,QAAQ,EAAE,MAAM,CAAA;CAAE,CAQlD,CAAC;AAEJ,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC;IAAE,QAAQ,EAAE,MAAM,CAAA;CAAE,CAYhD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,EAO1B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEF,wBAeG"}
@@ -0,0 +1,6 @@
1
+ import { FC } from 'react';
2
+ declare const MessageDivider: FC<{
3
+ unreadLabel?: string;
4
+ }>;
5
+ export { MessageDivider };
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageDivider/index.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElC,QAAA,MAAM,cAAc,EAAE,EAAE,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAwBA,CAAC;AACF,OAAO,EAAE,cAAc,EAAE,CAAC"}
@@ -0,0 +1,26 @@
1
+ import { ComponentProps, FC } from 'react';
2
+ import { Button, Box } from '../..';
3
+ declare type BoxProps = ComponentProps<typeof Box>;
4
+ declare type ButtonProps = ComponentProps<typeof Button>;
5
+ export declare const Content: FC;
6
+ declare type IconProps = {
7
+ name: 'thread' | 'user' | 'clock' | 'discussion';
8
+ };
9
+ declare type FollowingProps = {
10
+ name: 'bell' | 'bell-off';
11
+ };
12
+ export declare const MessageMetricsItem: FC & {
13
+ Icon: FC<IconProps>;
14
+ Label: FC<BoxProps>;
15
+ };
16
+ export declare const MessageMetrics: FC & {
17
+ Item: FC<BoxProps> & {
18
+ Icon: FC<IconProps>;
19
+ Label: FC<BoxProps>;
20
+ };
21
+ Following: FC<FollowingProps>;
22
+ Reply: FC<ButtonProps>;
23
+ };
24
+ export declare const Reply: FC<ComponentProps<typeof Button>>;
25
+ export {};
26
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageMetrics/index.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElD,OAAO,EAAgB,MAAM,EAAQ,GAAG,EAAE,MAAM,OAAO,CAAC;AAExD,aAAK,QAAQ,GAAG,cAAc,CAAC,OAAO,GAAG,CAAC,CAAC;AAC3C,aAAK,WAAW,GAAG,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC;AACjD,eAAO,MAAM,OAAO,EAAE,EAErB,CAAC;AAKF,aAAK,SAAS,GAAG;IAAE,IAAI,EAAE,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,YAAY,CAAA;CAAE,CAAC;AACtE,aAAK,cAAc,GAAG;IAAE,IAAI,EAAE,MAAM,GAAG,UAAU,CAAA;CAAE,CAAC;AASpD,eAAO,MAAM,kBAAkB,EAAE,EAAE,GAAG;IACpC,IAAI,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC;IACpB,KAAK,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC;CACiD,CAAC;AAExE,eAAO,MAAM,cAAc,EAAE,EAAE,GAAG;IAChC,IAAI,EAAE,EAAE,CAAC,QAAQ,CAAC,GAAG;QAAE,IAAI,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC;QAAC,KAAK,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAA;KAAE,CAAC;IAClE,SAAS,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC;IAC9B,KAAK,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC;CAKxB,CAAC;AAOF,eAAO,MAAM,KAAK,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,CAInD,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { FC, ReactElement } from 'react';
2
+ declare type MessagePreviewContentProps = {
3
+ thumb?: ReactElement;
4
+ };
5
+ export declare const MessagePreviewContent: FC<MessagePreviewContentProps>;
6
+ export {};
7
+ //# sourceMappingURL=MessagePreviewContent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessagePreviewContent.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessagePreview/MessagePreviewContent.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAEhD,aAAK,0BAA0B,GAAG;IAChC,KAAK,CAAC,EAAE,YAAY,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,EAAE,CAAC,0BAA0B,CAQhE,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { FC } from 'react';
2
+ export declare const MessagePreviewDescription: FC<{
3
+ clamp?: boolean;
4
+ }>;
5
+ //# sourceMappingURL=MessagePreviewDescription.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessagePreviewDescription.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessagePreview/MessagePreviewDescription.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AASlC,eAAO,MAAM,yBAAyB,EAAE,EAAE,CAAC;IAAE,KAAK,CAAC,EAAE,OAAO,CAAA;CAAE,CAc7D,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { FC } from 'react';
2
+ export declare const MessagePreviewFooter: FC<{
3
+ clamp?: boolean;
4
+ }>;
5
+ //# sourceMappingURL=MessagePreviewFooter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessagePreviewFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessagePreview/MessagePreviewFooter.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElC,eAAO,MAAM,oBAAoB,EAAE,EAAE,CAAC;IAAE,KAAK,CAAC,EAAE,OAAO,CAAA;CAAE,CAExD,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { FC } from 'react';
2
+ export declare const MessagePreviewImage: FC<{
3
+ url: string;
4
+ width: number;
5
+ height: number;
6
+ }>;
7
+ //# sourceMappingURL=MessagePreviewImage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessagePreviewImage.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessagePreview/MessagePreviewImage.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElC,eAAO,MAAM,mBAAmB,EAAE,EAAE,CAAC;IACnC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB,CAQA,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { FC } from 'react';
2
+ declare type MessagePreviewLinkProps = {
3
+ url?: string;
4
+ uncolored?: boolean;
5
+ };
6
+ export declare const MessagePreviewLink: FC<MessagePreviewLinkProps>;
7
+ export {};
8
+ //# sourceMappingURL=MessagePreviewLink.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessagePreviewLink.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessagePreview/MessagePreviewLink.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElC,aAAK,uBAAuB,GAAG;IAC7B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC,uBAAuB,CAgB1D,CAAC"}
@@ -0,0 +1,3 @@
1
+ import React, { FC } from 'react';
2
+ export declare const MessagePreviewThumb: FC<React.HTMLAttributes<HTMLDivElement>>;
3
+ //# sourceMappingURL=MessagePreviewThumb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessagePreviewThumb.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessagePreview/MessagePreviewThumb.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElC,eAAO,MAAM,mBAAmB,EAAE,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAEH,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ export declare const MessagePreviewTitle: FC;
3
+ //# sourceMappingURL=MessagePreviewTitle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessagePreviewTitle.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessagePreview/MessagePreviewTitle.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElC,eAAO,MAAM,mBAAmB,EAAE,EAEjC,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { FC } from 'react';
2
+ export declare const MessagePreviewGenericFile: FC<{
3
+ extension: string;
4
+ }>;
5
+ //# sourceMappingURL=MessatePreviewGenericFile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessatePreviewGenericFile.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessagePreview/MessatePreviewGenericFile.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElC,eAAO,MAAM,yBAAyB,EAAE,EAAE,CAAC;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CAqC/D,CAAC"}
@@ -0,0 +1,4 @@
1
+ import React, { FC } from 'react';
2
+ import './MessagePreview.styles.scss';
3
+ export declare const MessagePreview: FC<React.HTMLAttributes<HTMLDivElement>>;
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessagePreview/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,8BAA8B,CAAC;AAEtC,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAEL,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { ComponentProps, FC } from 'react';
2
+ import { ButtonGroup } from '../..';
3
+ import './styles.scss';
4
+ export declare const MessageReactions: FC<ComponentProps<typeof ButtonGroup>> & {
5
+ Reaction: FC<{
6
+ emoji?: string;
7
+ counter: number;
8
+ className?: string;
9
+ }>;
10
+ Action: FC<{
11
+ className?: string;
12
+ }>;
13
+ };
14
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageReactions/index.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElD,OAAO,EAAE,WAAW,EAAQ,MAAM,OAAO,CAAC;AAE1C,OAAO,eAAe,CAAC;AAEvB,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,WAAW,CAAC,CAAC,GAAG;IACtE,QAAQ,EAAE,EAAE,CAAC;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAC;QAAC,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IACtE,MAAM,EAAE,EAAE,CAAC;QAAE,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CAOpC,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { ComponentProps, FC, ForwardRefExoticComponent } from 'react';
2
+ import { ActionButton, ButtonGroup } from '../..';
3
+ import { Menu } from '../../Menu';
4
+ import './styles.scss';
5
+ export declare const MessageToolbox: FC<ComponentProps<typeof ButtonGroup>> & {
6
+ Item: FC<ComponentProps<typeof ActionButton>>;
7
+ Wrapper: FC;
8
+ Menu: FC<ComponentProps<typeof Menu>>;
9
+ };
10
+ export declare const ToolboxWrapper: ForwardRefExoticComponent<any>;
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageToolbox/index.tsx"],"names":[],"mappings":"AAAA,OAAc,EACZ,cAAc,EACd,EAAE,EAEF,yBAAyB,EAC1B,MAAM,OAAO,CAAC;AAEf,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AAClD,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAElC,OAAO,eAAe,CAAC;AAEvB,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,WAAW,CAAC,CAAC,GAAG;IACpE,IAAI,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,YAAY,CAAC,CAAC,CAAC;IAC9C,OAAO,EAAE,EAAE,CAAC;IACZ,IAAI,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,IAAI,CAAC,CAAC,CAAC;CAOvC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,yBAAyB,CAAC,GAAG,CAUzD,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { ComponentProps, FC } from 'react';
2
+ import Message from '../Message';
3
+ export declare const ThreadMessage: FC<ComponentProps<typeof Message>> & {
4
+ Row: FC;
5
+ Container: FC;
6
+ LeftContainer: FC;
7
+ Origin: FC;
8
+ Message: FC;
9
+ Follow: FC;
10
+ Unfollow: FC;
11
+ Icon: FC;
12
+ };
13
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/ThreadMessage/index.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAGlD,OAAO,OAAO,MAAM,YAAY,CAAC;AAEjC,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,OAAO,CAAC,CAAC,GAAG;IAC/D,GAAG,EAAE,EAAE,CAAC;IAER,SAAS,EAAE,EAAE,CAAC;IACd,aAAa,EAAE,EAAE,CAAC;IAElB,MAAM,EAAE,EAAE,CAAC;IACX,OAAO,EAAE,EAAE,CAAC;IAEZ,MAAM,EAAE,EAAE,CAAC;IACX,QAAQ,EAAE,EAAE,CAAC;IACb,IAAI,EAAE,EAAE,CAAC;CAGV,CAAC"}
@@ -0,0 +1,8 @@
1
+ export * from './Message';
2
+ export * from './MessageDivider';
3
+ export * from './MessageMetrics';
4
+ export * from './MessagePreview';
5
+ export * from './MessageReactions';
6
+ export * from './MessageToolbox';
7
+ export * from './ThreadMessage';
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Message/index.tsx"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,23 @@
1
+ import { ComponentProps, ForwardRefExoticComponent } from 'react';
2
+
3
+ import { Avatar } from '../Avatar';
4
+ import { Box } from '../Box';
5
+
6
+ type ModalProps = ComponentProps<typeof Box>;
7
+ type ModalBackdropProps = ComponentProps<typeof Box>;
8
+ type ModalCloseProps = ComponentProps<typeof Box>;
9
+ type ModalContentProps = ComponentProps<typeof Box>;
10
+ type ModalFooterProps = ComponentProps<typeof Box>;
11
+ type ModalHeaderProps = ComponentProps<typeof Box>;
12
+ type ModalThumbProps = ComponentProps<typeof Avatar>;
13
+ type ModalTitleProps = ComponentProps<typeof Box>;
14
+
15
+ export const Modal: ForwardRefExoticComponent<ModalProps> & {
16
+ Backdrop: ForwardRefExoticComponent<ModalBackdropProps>;
17
+ Close: ForwardRefExoticComponent<ModalCloseProps>;
18
+ Content: ForwardRefExoticComponent<ModalContentProps>;
19
+ Footer: ForwardRefExoticComponent<ModalFooterProps>;
20
+ Header: ForwardRefExoticComponent<ModalHeaderProps>;
21
+ Thumb: ForwardRefExoticComponent<ModalThumbProps>;
22
+ Title: ForwardRefExoticComponent<ModalTitleProps>;
23
+ };
@@ -0,0 +1,15 @@
1
+ import { ComponentProps, ForwardRefExoticComponent } from 'react';
2
+
3
+ import { Box } from '../Box';
4
+
5
+ type MultiSelectOptions = readonly (readonly [string, string])[];
6
+
7
+ type MultiSelectProps = Omit<ComponentProps<typeof Box>, 'onChange'> & {
8
+ error?: string;
9
+ options: MultiSelectOptions;
10
+ onChange: (value: MultiSelectOptions[number][0]) => void;
11
+ };
12
+
13
+ export const MultiSelect: ForwardRefExoticComponent<MultiSelectProps>;
14
+
15
+ export const MultiSelectFiltered: ForwardRefExoticComponent<MultiSelectProps>;
@@ -0,0 +1,6 @@
1
+ import { ComponentProps, ForwardRefExoticComponent } from 'react';
2
+
3
+ import { Box } from '../Box';
4
+
5
+ type NumberInputProps = ComponentProps<typeof Box>;
6
+ export const NumberInput: ForwardRefExoticComponent<NumberInputProps>;
@@ -0,0 +1,16 @@
1
+ import { ComponentProps, ForwardRefExoticComponent, ReactNode } from 'react';
2
+
3
+ import { Box } from '../../Box';
4
+
5
+ type OptionProps = {
6
+ id?: string;
7
+ avatar?: ReactNode;
8
+ label?: string;
9
+ focus?: boolean;
10
+ selected?: boolean;
11
+ icon?: string;
12
+ className?: ComponentProps<typeof Box>['className'];
13
+ title?: string;
14
+ value?: any;
15
+ };
16
+ export const Option: ForwardRefExoticComponent<OptionProps>;
@@ -0,0 +1,18 @@
1
+ import { ComponentProps, ElementType, ForwardRefExoticComponent } from 'react';
2
+
3
+ import { Avatar } from '../Avatar';
4
+ import { Box } from '../Box';
5
+
6
+ type OptionsProps = Omit<ComponentProps<typeof Box>, 'onSelect'> & {
7
+ multiple?: boolean;
8
+ options: [unknown, string, boolean?][];
9
+ cursor: number;
10
+ renderItem?: ElementType;
11
+ renderEmpty?: ElementType;
12
+ onSelect: (option: [unknown, string]) => void;
13
+ };
14
+ export const Options: ForwardRefExoticComponent<OptionsProps> & {
15
+ AvatarSize: ComponentProps<typeof Avatar>['size'];
16
+ };
17
+
18
+ export { useCursor } from './useCursor';
@@ -0,0 +1,10 @@
1
+ import { KeyboardEvent } from 'react';
2
+ import { useVisible } from './useVisible';
3
+ declare type Option = [
4
+ value: number | string | undefined,
5
+ label: string,
6
+ selected?: boolean
7
+ ];
8
+ export declare const useCursor: (initial: number, options: Option[], onChange: (option: Option, visibilityHandler: [visible: "hidden" | "visible" | "hiding" | "unhiding", hide: () => void, show: () => void]) => void) => [cursor: number, handleKeyDown: (e: KeyboardEvent<HTMLOrSVGElement>) => void, handleKeyUp: (e: KeyboardEvent<HTMLOrSVGElement>) => void, reset: () => void, visibilityHandler: [visible: "hidden" | "visible" | "hiding" | "unhiding", hide: () => void, show: () => void]];
9
+ export {};
10
+ //# sourceMappingURL=useCursor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCursor.d.ts","sourceRoot":"","sources":["../../../src/components/Options/useCursor.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAY,MAAM,OAAO,CAAC;AAGhD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAY1C,aAAK,MAAM,GAAG;IACZ,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS;IAClC,KAAK,EAAE,MAAM;IACb,QAAQ,CAAC,EAAE,OAAO;CACnB,CAAC;AAEF,eAAO,MAAM,SAAS,YACX,MAAM,WACN,MAAM,EAAE,gJAIZ,IAAI,yCAGU,cAAc,gBAAgB,CAAC,KAAK,IAAI,mBAC1C,cAAc,gBAAgB,CAAC,KAAK,IAAI,eAC5C,IAAI,iHAmFlB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import AnimatedVisibility from '../Box/AnimatedVisibility';
2
+ export declare const useVisible: (initialVisibility?: typeof AnimatedVisibility.HIDDEN | typeof AnimatedVisibility.HIDING | typeof AnimatedVisibility.VISIBLE | typeof AnimatedVisibility.UNHIDING) => [visible: "hidden" | "visible" | "hiding" | "unhiding", hide: () => void, show: () => void];
3
+ //# sourceMappingURL=useVisible.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useVisible.d.ts","sourceRoot":"","sources":["../../../src/components/Options/useVisible.ts"],"names":[],"mappings":"AAKA,OAAO,kBAAkB,MAAM,2BAA2B,CAAC;AAE3D,eAAO,MAAM,UAAU,uBAEjB,OAAO,mBAAmB,MAAM,GAChC,OAAO,mBAAmB,MAAM,GAChC,OAAO,mBAAmB,OAAO,GACjC,OAAO,mBAAmB,QAAQ,yEAO1B,IAAI,cACJ,IAAI,CAOjB,CAAC"}
@@ -0,0 +1,24 @@
1
+ import {
2
+ ComponentProps,
3
+ Dispatch,
4
+ ForwardRefExoticComponent,
5
+ SetStateAction,
6
+ } from 'react';
7
+
8
+ import { Box } from '../Box';
9
+
10
+ type PaginationProps = ComponentProps<typeof Box> & {
11
+ count: number;
12
+ current?: number;
13
+ divider?: boolean;
14
+ itemsPerPage?: 25 | 50 | 100;
15
+ itemsPerPageLabel?: () => string;
16
+ showingResultsLabel?: (props: {
17
+ count: number;
18
+ current: number;
19
+ itemsPerPage: 25 | 50 | 100;
20
+ }) => string;
21
+ onSetCurrent?: Dispatch<SetStateAction<number>>;
22
+ onSetItemsPerPage?: Dispatch<SetStateAction<25 | 50 | 100>>;
23
+ };
24
+ export const Pagination: ForwardRefExoticComponent<PaginationProps>;
@@ -0,0 +1,6 @@
1
+ import React, { ComponentProps } from 'react';
2
+ import { InputBox } from '../InputBox';
3
+ declare type PasswordInputProps = Omit<ComponentProps<typeof InputBox>, 'type'>;
4
+ declare const PasswordInput: React.ForwardRefExoticComponent<Pick<PasswordInputProps, "string" | "y" | "r" | "default" | "disabled" | "color" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "className" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "defer" | "download" | "encType" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "label" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "useMap" | "value" | "width" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan" | "input" | "p" | "border" | "inset" | "borderBlock" | "borderBlockStart" | "borderBlockEnd" | "borderInline" | "borderInlineStart" | "borderInlineEnd" | "borderWidth" | "borderBlockWidth" | "borderBlockStartWidth" | "borderBlockEndWidth" | "borderInlineWidth" | "borderInlineStartWidth" | "borderInlineEndWidth" | "borderStyle" | "borderBlockStyle" | "borderBlockStartStyle" | "borderBlockEndStyle" | "borderInlineStyle" | "borderInlineStartStyle" | "borderInlineEndStyle" | "borderColor" | "borderBlockColor" | "borderBlockStartColor" | "borderBlockEndColor" | "borderInlineColor" | "borderInlineStartColor" | "borderInlineEndColor" | "borderRadius" | "borderStartStartRadius" | "borderStartEndRadius" | "borderEndStartRadius" | "borderEndEndRadius" | "backgroundColor" | "alignItems" | "alignContent" | "justifyItems" | "justifyContent" | "flexWrap" | "flexDirection" | "flexGrow" | "flexShrink" | "flexBasis" | "justifySelf" | "alignSelf" | "minWidth" | "maxWidth" | "minHeight" | "maxHeight" | "verticalAlign" | "overflowX" | "overflowY" | "position" | "zIndex" | "insetBlock" | "insetBlockStart" | "insetBlockEnd" | "insetInline" | "insetInlineStart" | "insetInlineEnd" | "margin" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "padding" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "textAlign" | "textTransform" | "textDecorationLine" | "bg" | "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>>;
5
+ export default PasswordInput;
6
+ //# sourceMappingURL=PasswordInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PasswordInput.d.ts","sourceRoot":"","sources":["../../../src/components/PasswordInput/PasswordInput.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAmB,MAAM,OAAO,CAAC;AAG/D,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAIvC,aAAK,kBAAkB,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,EAAE,MAAM,CAAC,CAAC;AAExE,QAAA,MAAM,aAAa,44VAuBjB,CAAC;AAEH,eAAe,aAAa,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { default } from './PasswordInput';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/PasswordInput/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC"}
@@ -0,0 +1,129 @@
1
+ import React, { ComponentProps } from 'react';
2
+ import { Box } from '../Box';
3
+ export declare const ProgressBar: React.ForwardRefExoticComponent<Pick<{
4
+ is?: React.ElementType<any> | undefined;
5
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
6
+ style?: React.CSSProperties | undefined;
7
+ border?: import("csstype").Property.Border<string | number> | undefined;
8
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
9
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
10
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
11
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
12
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
13
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
14
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
15
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
16
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
17
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
18
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
19
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
20
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
21
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
22
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
23
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
24
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
25
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
26
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
27
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
28
+ borderColor?: import("csstype").Property.BorderColor | undefined;
29
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
30
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
31
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
32
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
33
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
34
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
35
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
36
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
37
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
38
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
39
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
40
+ color?: import("csstype").Property.Color | undefined;
41
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
42
+ bg?: import("csstype").Property.BackgroundColor | undefined;
43
+ opacity?: import("csstype").Property.Opacity | undefined;
44
+ alignItems?: import("csstype").Property.AlignItems | undefined;
45
+ alignContent?: import("csstype").Property.AlignContent | undefined;
46
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
47
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
48
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
49
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
50
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
51
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
52
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
53
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
54
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
55
+ order?: import("csstype").Property.Order | undefined;
56
+ w?: import("csstype").Property.Width<string | number> | undefined;
57
+ width?: import("csstype").Property.Width<string | number> | undefined;
58
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
59
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
60
+ h?: import("csstype").Property.Height<string | number> | undefined;
61
+ height?: import("csstype").Property.Height<string | number> | undefined;
62
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
63
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
64
+ display?: import("csstype").Property.Display | undefined;
65
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
66
+ overflow?: import("csstype").Property.Overflow | undefined;
67
+ overflowX?: import("csstype").Property.OverflowX | undefined;
68
+ overflowY?: import("csstype").Property.OverflowY | undefined;
69
+ position?: import("csstype").Property.Position | undefined;
70
+ zIndex?: import("csstype").Property.ZIndex | undefined;
71
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
72
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
73
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
74
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
75
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
76
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
77
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
78
+ m?: import("csstype").Property.Margin<string | number> | undefined;
79
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
80
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
81
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
82
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
83
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
84
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
85
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
86
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
87
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
88
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
89
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
90
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
91
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
92
+ p?: import("csstype").Property.Padding<string | number> | undefined;
93
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
94
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
95
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
96
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
97
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
98
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
99
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
100
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
101
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
102
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
103
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
104
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
105
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
106
+ fontFamily?: import("csstype").Property.FontFamily | ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | undefined;
107
+ fontSize?: string | number | (string & {}) | undefined;
108
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
109
+ fontWeight?: ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
110
+ letterSpacing?: string | number | undefined;
111
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
112
+ textAlign?: import("csstype").Property.TextAlign | undefined;
113
+ textTransform?: import("csstype").Property.TextTransform | undefined;
114
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
115
+ elevation?: "0" | "1" | "2" | undefined;
116
+ invisible?: boolean | undefined;
117
+ withRichContent?: string | boolean | undefined;
118
+ withTruncatedText?: boolean | undefined;
119
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
120
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
121
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
122
+ fontScale?: ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | undefined;
123
+ } & Omit<React.AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLOrSVGElement>> & React.RefAttributes<unknown> & {
124
+ barColor?: ComponentProps<typeof Box>['bg'];
125
+ percentage: number;
126
+ error?: string | undefined;
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" | "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" | "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>>;
129
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +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;;;y2VAmBlB,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { ComponentProps, ForwardRefExoticComponent } from 'react';
2
+
3
+ import { Box } from '../Box';
4
+
5
+ type RadioButtonProps = ComponentProps<typeof Box>;
6
+ export const RadioButton: ForwardRefExoticComponent<RadioButtonProps>;