@rocket.chat/fuselage 0.31.23 → 0.31.25

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 (190) hide show
  1. package/dist/Theme.d.ts +3 -1
  2. package/dist/Theme.d.ts.map +1 -1
  3. package/dist/components/Accordion/AccordionItem.d.ts.map +1 -1
  4. package/dist/components/AudioPlayer/AudioPlayer.d.ts +15 -0
  5. package/dist/components/AudioPlayer/AudioPlayer.d.ts.map +1 -0
  6. package/dist/components/AudioPlayer/index.d.ts +2 -0
  7. package/dist/components/AudioPlayer/index.d.ts.map +1 -0
  8. package/dist/components/Banner/Banner.d.ts.map +1 -1
  9. package/dist/components/Box/Box.d.ts.map +1 -1
  10. package/dist/components/Box/stylingProps.d.ts.map +1 -1
  11. package/dist/components/Box/withBoxStyling.d.ts.map +1 -1
  12. package/dist/components/Button/ActionButton.d.ts +5 -2
  13. package/dist/components/Button/ActionButton.d.ts.map +1 -1
  14. package/dist/components/Button/Button.d.ts +10 -3
  15. package/dist/components/Button/Button.d.ts.map +1 -1
  16. package/dist/components/Button/IconButton.d.ts +8 -6
  17. package/dist/components/Button/IconButton.d.ts.map +1 -1
  18. package/dist/components/Contextualbar/Contextualbar.d.ts +10 -0
  19. package/dist/components/Contextualbar/Contextualbar.d.ts.map +1 -0
  20. package/dist/components/Contextualbar/ContextualbarAction.d.ts +10 -0
  21. package/dist/components/Contextualbar/ContextualbarAction.d.ts.map +1 -0
  22. package/dist/components/Contextualbar/ContextualbarActions.d.ts +18 -0
  23. package/dist/components/Contextualbar/ContextualbarActions.d.ts.map +1 -0
  24. package/dist/components/Contextualbar/ContextualbarButton.d.ts +26 -0
  25. package/dist/components/Contextualbar/ContextualbarButton.d.ts.map +1 -0
  26. package/dist/components/Contextualbar/ContextualbarContent.d.ts +10 -0
  27. package/dist/components/Contextualbar/ContextualbarContent.d.ts.map +1 -0
  28. package/dist/components/Contextualbar/ContextualbarEmptyContent.d.ts +12 -0
  29. package/dist/components/Contextualbar/ContextualbarEmptyContent.d.ts.map +1 -0
  30. package/dist/components/Contextualbar/ContextualbarFooter.d.ts +10 -0
  31. package/dist/components/Contextualbar/ContextualbarFooter.d.ts.map +1 -0
  32. package/dist/components/Contextualbar/ContextualbarHeader.d.ts +10 -0
  33. package/dist/components/Contextualbar/ContextualbarHeader.d.ts.map +1 -0
  34. package/dist/components/Contextualbar/ContextualbarIcon.d.ts +14 -0
  35. package/dist/components/Contextualbar/ContextualbarIcon.d.ts.map +1 -0
  36. package/dist/components/Contextualbar/ContextualbarSkeleton.d.ts +11 -0
  37. package/dist/components/Contextualbar/ContextualbarSkeleton.d.ts.map +1 -0
  38. package/dist/components/Contextualbar/ContextualbarTitle.d.ts +11 -0
  39. package/dist/components/Contextualbar/ContextualbarTitle.d.ts.map +1 -0
  40. package/dist/components/Contextualbar/index.d.ts +13 -0
  41. package/dist/components/Contextualbar/index.d.ts.map +1 -0
  42. package/dist/components/Dropdown/Dropdown.d.ts +2 -2
  43. package/dist/components/Dropdown/Dropdown.d.ts.map +1 -1
  44. package/dist/components/Dropdown/DropdownDesktop.d.ts +3 -4
  45. package/dist/components/Dropdown/DropdownDesktop.d.ts.map +1 -1
  46. package/dist/components/Dropdown/DropdownDesktopWrapper.d.ts +9 -0
  47. package/dist/components/Dropdown/DropdownDesktopWrapper.d.ts.map +1 -0
  48. package/dist/components/Dropdown/DropdownMobile.d.ts.map +1 -1
  49. package/dist/components/Menu/Menu.d.ts +2 -2
  50. package/dist/components/Menu/Menu.d.ts.map +1 -1
  51. package/dist/components/Menu/V2/Menu.d.ts +28 -0
  52. package/dist/components/Menu/V2/Menu.d.ts.map +1 -0
  53. package/dist/components/Menu/V2/MenuDropdown.d.ts +5 -0
  54. package/dist/components/Menu/V2/MenuDropdown.d.ts.map +1 -0
  55. package/dist/components/Menu/V2/MenuItem.d.ts +14 -0
  56. package/dist/components/Menu/V2/MenuItem.d.ts.map +1 -0
  57. package/dist/components/Menu/V2/MenuOption.d.ts +20 -0
  58. package/dist/components/Menu/V2/MenuOption.d.ts.map +1 -0
  59. package/dist/components/Menu/V2/MenuPopover.d.ts +11 -0
  60. package/dist/components/Menu/V2/MenuPopover.d.ts.map +1 -0
  61. package/dist/components/Menu/V2/MenuSection.d.ts +10 -0
  62. package/dist/components/Menu/V2/MenuSection.d.ts.map +1 -0
  63. package/dist/components/Menu/V2/helpers/helpers.d.ts +5 -0
  64. package/dist/components/Menu/V2/helpers/helpers.d.ts.map +1 -0
  65. package/dist/components/Menu/V2/index.d.ts +6 -0
  66. package/dist/components/Menu/V2/index.d.ts.map +1 -0
  67. package/dist/components/Menu/V2/types.d.ts +36 -0
  68. package/dist/components/Menu/V2/types.d.ts.map +1 -0
  69. package/dist/components/Menu/index.d.ts +1 -0
  70. package/dist/components/Menu/index.d.ts.map +1 -1
  71. package/dist/components/Message/MessageHighlight.d.ts +11 -0
  72. package/dist/components/Message/MessageHighlight.d.ts.map +1 -0
  73. package/dist/components/Message/MessageMetrics/MessageMetricsItem/index.d.ts +1 -1
  74. package/dist/components/Message/MessageMetrics/index.d.ts +6 -3
  75. package/dist/components/Message/MessageMetrics/index.d.ts.map +1 -1
  76. package/dist/components/Message/MessageToolbox/MessageToolboxItem.d.ts +15 -9
  77. package/dist/components/Message/MessageToolbox/MessageToolboxItem.d.ts.map +1 -1
  78. package/dist/components/Message/MessageToolbox/index.d.ts +28 -18
  79. package/dist/components/Message/MessageToolbox/index.d.ts.map +1 -1
  80. package/dist/components/Message/index.d.ts +37 -21
  81. package/dist/components/Message/index.d.ts.map +1 -1
  82. package/dist/components/MultiSelect/MultiSelect.d.ts +1 -1
  83. package/dist/components/Option/CheckOption.d.ts +6 -4
  84. package/dist/components/Option/CheckOption.d.ts.map +1 -1
  85. package/dist/components/Option/Option.d.ts +14 -14
  86. package/dist/components/Option/Option.d.ts.map +1 -1
  87. package/dist/components/Option/OptionDescriptionBlock.d.ts +7 -0
  88. package/dist/components/Option/OptionDescriptionBlock.d.ts.map +1 -0
  89. package/dist/components/Option/OptionInput.d.ts +7 -0
  90. package/dist/components/Option/OptionInput.d.ts.map +1 -0
  91. package/dist/components/Option/index.d.ts +18 -10
  92. package/dist/components/Option/index.d.ts.map +1 -1
  93. package/dist/components/Options/Options.d.ts +7 -0
  94. package/dist/components/Options/Options.d.ts.map +1 -1
  95. package/dist/components/OptionsPaginated/OptionsPaginated.d.ts +6 -4
  96. package/dist/components/OptionsPaginated/OptionsPaginated.d.ts.map +1 -1
  97. package/dist/components/Position/Position.d.ts +2 -2
  98. package/dist/components/Position/Position.d.ts.map +1 -1
  99. package/dist/components/Select/Listbox.d.ts +10 -0
  100. package/dist/components/Select/Listbox.d.ts.map +1 -0
  101. package/dist/components/Select/Popover.d.ts +12 -0
  102. package/dist/components/Select/Popover.d.ts.map +1 -0
  103. package/dist/components/Select/Select.d.ts +10 -40
  104. package/dist/components/Select/Select.d.ts.map +1 -1
  105. package/dist/components/Select/SelectAria.d.ts +11 -0
  106. package/dist/components/Select/SelectAria.d.ts.map +1 -0
  107. package/dist/components/Select/SelectFiltered.d.ts +2 -2
  108. package/dist/components/Select/SelectFiltered.d.ts.map +1 -1
  109. package/dist/components/Select/SelectLegacy.d.ts +44 -0
  110. package/dist/components/Select/SelectLegacy.d.ts.map +1 -0
  111. package/dist/components/Select/index.d.ts +1 -0
  112. package/dist/components/Select/index.d.ts.map +1 -1
  113. package/dist/components/SelectInput/SelectInput.d.ts +2 -2
  114. package/dist/components/SelectInput/SelectInput.d.ts.map +1 -1
  115. package/dist/components/Sidebar/Item.d.ts +15 -9
  116. package/dist/components/Sidebar/Item.d.ts.map +1 -1
  117. package/dist/components/Sidebar/SidebarActions.d.ts +15 -9
  118. package/dist/components/Sidebar/SidebarActions.d.ts.map +1 -1
  119. package/dist/components/Sidebar/TopBar.d.ts +38 -22
  120. package/dist/components/Sidebar/TopBar.d.ts.map +1 -1
  121. package/dist/components/Sidebar/index.d.ts +35 -21
  122. package/dist/components/Sidebar/index.d.ts.map +1 -1
  123. package/dist/components/Slider/Slider.d.ts +0 -5
  124. package/dist/components/Slider/Slider.d.ts.map +1 -1
  125. package/dist/components/Slider/SliderThumb.d.ts +0 -1
  126. package/dist/components/Slider/SliderThumb.d.ts.map +1 -1
  127. package/dist/components/Slider/SliderTrack.d.ts.map +1 -1
  128. package/dist/components/States/States.d.ts +3 -3
  129. package/dist/components/States/States.d.ts.map +1 -1
  130. package/dist/components/States/StatesAction.d.ts +1 -1
  131. package/dist/components/States/StatesAction.d.ts.map +1 -1
  132. package/dist/components/States/StatesIcon.d.ts +2 -3
  133. package/dist/components/States/StatesIcon.d.ts.map +1 -1
  134. package/dist/components/States/StatesLink.d.ts +6 -0
  135. package/dist/components/States/StatesLink.d.ts.map +1 -0
  136. package/dist/components/States/StatesSubtitle.d.ts +3 -3
  137. package/dist/components/States/StatesSubtitle.d.ts.map +1 -1
  138. package/dist/components/States/StatesSuggestion.d.ts +3 -3
  139. package/dist/components/States/StatesSuggestion.d.ts.map +1 -1
  140. package/dist/components/States/StatesSuggestionList.d.ts +3 -3
  141. package/dist/components/States/StatesSuggestionList.d.ts.map +1 -1
  142. package/dist/components/States/StatesSuggestionListItem.d.ts +3 -3
  143. package/dist/components/States/StatesSuggestionListItem.d.ts.map +1 -1
  144. package/dist/components/States/StatesSuggestionText.d.ts +3 -3
  145. package/dist/components/States/StatesSuggestionText.d.ts.map +1 -1
  146. package/dist/components/States/StatesTitle.d.ts +3 -3
  147. package/dist/components/States/StatesTitle.d.ts.map +1 -1
  148. package/dist/components/States/index.d.ts +2 -1
  149. package/dist/components/States/index.d.ts.map +1 -1
  150. package/dist/components/StatusBullet/StatusBullet.d.ts +3 -3
  151. package/dist/components/StatusBullet/StatusBullet.d.ts.map +1 -1
  152. package/dist/components/StatusBullet/icons/Away.d.ts +4 -0
  153. package/dist/components/StatusBullet/icons/Away.d.ts.map +1 -0
  154. package/dist/components/StatusBullet/icons/Busy.d.ts +4 -0
  155. package/dist/components/StatusBullet/icons/Busy.d.ts.map +1 -0
  156. package/dist/components/StatusBullet/icons/Disabled.d.ts +4 -0
  157. package/dist/components/StatusBullet/icons/Disabled.d.ts.map +1 -0
  158. package/dist/components/StatusBullet/icons/Loading.d.ts +4 -0
  159. package/dist/components/StatusBullet/icons/Loading.d.ts.map +1 -0
  160. package/dist/components/StatusBullet/icons/Offline.d.ts +4 -0
  161. package/dist/components/StatusBullet/icons/Offline.d.ts.map +1 -0
  162. package/dist/components/StatusBullet/icons/Online.d.ts +4 -0
  163. package/dist/components/StatusBullet/icons/Online.d.ts.map +1 -0
  164. package/dist/components/Table/Table.d.ts +1 -20
  165. package/dist/components/Table/Table.d.ts.map +1 -1
  166. package/dist/components/Table/TableCell.d.ts +1 -1
  167. package/dist/components/Table/TableCell.d.ts.map +1 -1
  168. package/dist/components/Table/index.d.ts +0 -55
  169. package/dist/components/Table/index.d.ts.map +1 -1
  170. package/dist/components/Tabs/index.d.ts +1 -0
  171. package/dist/components/Tabs/index.d.ts.map +1 -1
  172. package/dist/components/Tile/Tile.d.ts +1 -3
  173. package/dist/components/Tile/Tile.d.ts.map +1 -1
  174. package/dist/components/ToastBar/ToastBar.d.ts +4 -3
  175. package/dist/components/ToastBar/ToastBar.d.ts.map +1 -1
  176. package/dist/components/Tooltip/Tooltip.d.ts +1 -1
  177. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
  178. package/dist/components/index.d.ts +4 -1
  179. package/dist/components/index.d.ts.map +1 -1
  180. package/dist/fuselage.css +4 -0
  181. package/dist/fuselage.css.map +1 -0
  182. package/dist/fuselage.development.js +12378 -12441
  183. package/dist/fuselage.development.js.map +1 -1
  184. package/dist/fuselage.production.js +1 -1
  185. package/dist/index.d.ts +1 -0
  186. package/dist/index.d.ts.map +1 -1
  187. package/dist/styleTokens.d.ts.map +1 -1
  188. package/package.json +26 -19
  189. package/dist/hooks/useStyleSheet.d.ts +0 -5
  190. package/dist/hooks/useStyleSheet.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"SliderTrack.d.ts","sourceRoot":"","sources":["../../../src/components/Slider/SliderTrack.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,gBAAgB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAExE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAIjD,KAAK,gBAAgB,GAAG;IACtB,UAAU,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;IACnC,QAAQ,EAAE,gBAAgB,CAAC,IAAI,CAAC,CAAC;IACjC,KAAK,EAAE,WAAW,CAAC;IACnB,QAAQ,EAAE,SAAS,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,WAAW,2DAMrB,gBAAgB,gBA2FlB,CAAC"}
1
+ {"version":3,"file":"SliderTrack.d.ts","sourceRoot":"","sources":["../../../src/components/Slider/SliderTrack.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,gBAAgB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAExE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAKjD,KAAK,gBAAgB,GAAG;IACtB,UAAU,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;IACnC,QAAQ,EAAE,gBAAgB,CAAC,IAAI,CAAC,CAAC;IACjC,KAAK,EAAE,WAAW,CAAC;IACnB,QAAQ,EAAE,SAAS,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAKF,eAAO,MAAM,WAAW,2DAMrB,gBAAgB,gBA6FlB,CAAC"}
@@ -1,7 +1,7 @@
1
- import type { ReactNode } from 'react';
1
+ import type { AllHTMLAttributes, ReactNode } from 'react';
2
2
  type StatesProps = {
3
3
  children?: ReactNode;
4
- };
5
- declare const States: ({ children }: StatesProps) => JSX.Element;
4
+ } & AllHTMLAttributes<HTMLDivElement>;
5
+ declare const States: ({ children, ...props }: StatesProps) => JSX.Element;
6
6
  export default States;
7
7
  //# sourceMappingURL=States.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"States.d.ts","sourceRoot":"","sources":["../../../src/components/States/States.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,MAAM,iBAAkB,WAAW,gBAExC,CAAC;AAEF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"States.d.ts","sourceRoot":"","sources":["../../../src/components/States/States.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAG1D,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,iBAAiB,CAAC,cAAc,CAAC,CAAC;AAEtC,QAAA,MAAM,MAAM,2BAA4B,WAAW,gBAIlD,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import type { ComponentProps } from 'react';
2
2
  import { Button } from '..';
3
3
  type StatesActionProps = ComponentProps<typeof Button>;
4
- declare const StatesAction: ({ ...props }: StatesActionProps) => JSX.Element;
4
+ declare const StatesAction: (props: StatesActionProps) => JSX.Element;
5
5
  export default StatesAction;
6
6
  //# sourceMappingURL=StatesAction.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatesAction.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesAction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,OAAO,EAAE,MAAM,EAAE,MAAM,IAAI,CAAC;AAE5B,KAAK,iBAAiB,GAAG,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC;AAEvD,QAAA,MAAM,YAAY,iBAAkB,iBAAiB,gBAEpD,CAAC;AAEF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"StatesAction.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesAction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,OAAO,EAAE,MAAM,EAAE,MAAM,IAAI,CAAC;AAE5B,KAAK,iBAAiB,GAAG,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC;AAEvD,QAAA,MAAM,YAAY,UAAW,iBAAiB,gBAE7C,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -1,9 +1,8 @@
1
1
  import type { ComponentProps } from 'react';
2
2
  import { Icon } from '../Icon';
3
3
  type StatesIconProps = {
4
- name: ComponentProps<typeof Icon>['name'];
5
4
  variation?: 'danger' | 'success' | 'warning' | 'primary';
6
- };
7
- declare const StatesIcon: ({ name, variation }: StatesIconProps) => JSX.Element;
5
+ } & ComponentProps<typeof Icon>;
6
+ declare const StatesIcon: ({ variation, ...props }: StatesIconProps) => JSX.Element;
8
7
  export default StatesIcon;
9
8
  //# sourceMappingURL=StatesIcon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatesIcon.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAE/B,KAAK,eAAe,GAAG;IACrB,IAAI,EAAE,cAAc,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,CAAC,CAAC;IAC1C,SAAS,CAAC,EAAE,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,CAAC;CAC1D,CAAC;AAEF,QAAA,MAAM,UAAU,wBAAyB,eAAe,gBAOvD,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"StatesIcon.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAE/B,KAAK,eAAe,GAAG;IACrB,SAAS,CAAC,EAAE,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,CAAC;CAC1D,GAAG,cAAc,CAAC,OAAO,IAAI,CAAC,CAAC;AAEhC,QAAA,MAAM,UAAU,4BAA6B,eAAe,gBAO3D,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { AllHTMLAttributes, ComponentProps } from 'react';
2
+ import Box from '../Box/Box';
3
+ type StatesLinkProps = ComponentProps<typeof Box> & AllHTMLAttributes<HTMLAnchorElement>;
4
+ declare const StatesLink: (props: StatesLinkProps) => JSX.Element;
5
+ export default StatesLink;
6
+ //# sourceMappingURL=StatesLink.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StatesLink.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesLink.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG/D,OAAO,GAAG,MAAM,YAAY,CAAC;AAE7B,KAAK,eAAe,GAAG,cAAc,CAAC,OAAO,GAAG,CAAC,GAC/C,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;AAEvC,QAAA,MAAM,UAAU,UAAW,eAAe,gBAEzC,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -1,7 +1,7 @@
1
- import type { ReactNode } from 'react';
1
+ import type { AllHTMLAttributes, ReactNode } from 'react';
2
2
  type StatesSubtitleProps = {
3
3
  children?: ReactNode;
4
- };
5
- declare const StatesSubtitle: ({ children }: StatesSubtitleProps) => JSX.Element;
4
+ } & AllHTMLAttributes<HTMLDivElement>;
5
+ declare const StatesSubtitle: ({ children, ...props }: StatesSubtitleProps) => JSX.Element;
6
6
  export default StatesSubtitle;
7
7
  //# sourceMappingURL=StatesSubtitle.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatesSubtitle.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesSubtitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,KAAK,mBAAmB,GAAG;IACzB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,cAAc,iBAAkB,mBAAmB,gBAExD,CAAC;AAEF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"StatesSubtitle.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesSubtitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAG1D,KAAK,mBAAmB,GAAG;IACzB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,iBAAiB,CAAC,cAAc,CAAC,CAAC;AAEtC,QAAA,MAAM,cAAc,2BAA4B,mBAAmB,gBAIlE,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -1,7 +1,7 @@
1
- import type { ReactNode } from 'react';
1
+ import type { ReactNode, AllHTMLAttributes } from 'react';
2
2
  type StatesSuggestionProps = {
3
3
  children?: ReactNode;
4
- };
5
- declare const StatesSuggestion: ({ children }: StatesSuggestionProps) => JSX.Element;
4
+ } & AllHTMLAttributes<HTMLDivElement>;
5
+ declare const StatesSuggestion: ({ children, ...props }: StatesSuggestionProps) => JSX.Element;
6
6
  export default StatesSuggestion;
7
7
  //# sourceMappingURL=StatesSuggestion.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatesSuggestion.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesSuggestion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,KAAK,qBAAqB,GAAG;IAC3B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,gBAAgB,iBAAkB,qBAAqB,gBAE5D,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"StatesSuggestion.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesSuggestion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG1D,KAAK,qBAAqB,GAAG;IAC3B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,iBAAiB,CAAC,cAAc,CAAC,CAAC;AAEtC,QAAA,MAAM,gBAAgB,2BAA4B,qBAAqB,gBAItE,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -1,7 +1,7 @@
1
- import type { ReactNode } from 'react';
1
+ import type { AllHTMLAttributes, ReactNode } from 'react';
2
2
  type StatesSuggestionListProps = {
3
3
  children?: ReactNode;
4
- };
5
- declare const StatesSuggestionList: ({ children }: StatesSuggestionListProps) => JSX.Element;
4
+ } & AllHTMLAttributes<HTMLUListElement>;
5
+ declare const StatesSuggestionList: ({ children, ...props }: StatesSuggestionListProps) => JSX.Element;
6
6
  export default StatesSuggestionList;
7
7
  //# sourceMappingURL=StatesSuggestionList.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatesSuggestionList.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesSuggestionList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,KAAK,yBAAyB,GAAG;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,oBAAoB,iBAAkB,yBAAyB,gBAEpE,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
1
+ {"version":3,"file":"StatesSuggestionList.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesSuggestionList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAG1D,KAAK,yBAAyB,GAAG;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,iBAAiB,CAAC,gBAAgB,CAAC,CAAC;AAExC,QAAA,MAAM,oBAAoB,2BAGvB,yBAAyB,gBAI3B,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
@@ -1,7 +1,7 @@
1
- import type { ReactNode } from 'react';
1
+ import type { AllHTMLAttributes, ReactNode } from 'react';
2
2
  type StatesSuggestionListItemProps = {
3
3
  children?: ReactNode;
4
- };
5
- declare const StatesSuggestionListItem: ({ children, }: StatesSuggestionListItemProps) => JSX.Element;
4
+ } & AllHTMLAttributes<HTMLLIElement>;
5
+ declare const StatesSuggestionListItem: ({ children, ...props }: StatesSuggestionListItemProps) => JSX.Element;
6
6
  export default StatesSuggestionListItem;
7
7
  //# sourceMappingURL=StatesSuggestionListItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatesSuggestionListItem.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesSuggestionListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,KAAK,6BAA6B,GAAG;IACnC,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,wBAAwB,kBAE3B,6BAA6B,gBAI/B,CAAC;AAEF,eAAe,wBAAwB,CAAC"}
1
+ {"version":3,"file":"StatesSuggestionListItem.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesSuggestionListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAG1D,KAAK,6BAA6B,GAAG;IACnC,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,iBAAiB,CAAC,aAAa,CAAC,CAAC;AAErC,QAAA,MAAM,wBAAwB,2BAG3B,6BAA6B,gBAI/B,CAAC;AAEF,eAAe,wBAAwB,CAAC"}
@@ -1,7 +1,7 @@
1
- import type { ReactNode } from 'react';
1
+ import type { AllHTMLAttributes, ReactNode } from 'react';
2
2
  type StatesSuggestionTextProps = {
3
3
  children?: ReactNode;
4
- };
5
- declare const StatesSuggestionText: ({ children }: StatesSuggestionTextProps) => JSX.Element;
4
+ } & AllHTMLAttributes<HTMLDivElement>;
5
+ declare const StatesSuggestionText: ({ children, ...props }: StatesSuggestionTextProps) => JSX.Element;
6
6
  export default StatesSuggestionText;
7
7
  //# sourceMappingURL=StatesSuggestionText.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatesSuggestionText.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesSuggestionText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,KAAK,yBAAyB,GAAG;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,oBAAoB,iBAAkB,yBAAyB,gBAEpE,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
1
+ {"version":3,"file":"StatesSuggestionText.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesSuggestionText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAG1D,KAAK,yBAAyB,GAAG;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,iBAAiB,CAAC,cAAc,CAAC,CAAC;AAEtC,QAAA,MAAM,oBAAoB,2BAGvB,yBAAyB,gBAI3B,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
@@ -1,7 +1,7 @@
1
- import type { ReactNode } from 'react';
1
+ import type { AllHTMLAttributes, ReactNode } from 'react';
2
2
  type StatesTitleProps = {
3
3
  children?: ReactNode;
4
- };
5
- declare const StatesTitle: ({ children }: StatesTitleProps) => JSX.Element;
4
+ } & AllHTMLAttributes<HTMLHeadingElement>;
5
+ declare const StatesTitle: ({ children, ...props }: StatesTitleProps) => JSX.Element;
6
6
  export default StatesTitle;
7
7
  //# sourceMappingURL=StatesTitle.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatesTitle.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,KAAK,gBAAgB,GAAG;IACtB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,WAAW,iBAAkB,gBAAgB,gBAElD,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"StatesTitle.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAG1D,KAAK,gBAAgB,GAAG;IACtB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,iBAAiB,CAAC,kBAAkB,CAAC,CAAC;AAE1C,QAAA,MAAM,WAAW,2BAA4B,gBAAgB,gBAI5D,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -2,11 +2,12 @@ import States from './States';
2
2
  import StatesAction from './StatesAction';
3
3
  import StatesActions from './StatesActions';
4
4
  import StatesIcon from './StatesIcon';
5
+ import StatesLink from './StatesLink';
5
6
  import StatesSubtitle from './StatesSubtitle';
6
7
  import StatesSuggestion from './StatesSuggestion';
7
8
  import StatesSuggestionList from './StatesSuggestionList';
8
9
  import StatesSuggestionListItem from './StatesSuggestionListItem';
9
10
  import StatesSuggestionText from './StatesSuggestionText';
10
11
  import StatesTitle from './StatesTitle';
11
- export { States, StatesAction, StatesActions, StatesIcon, StatesSubtitle, StatesSuggestion, StatesSuggestionList, StatesSuggestionListItem, StatesSuggestionText, StatesTitle, };
12
+ export { States, StatesAction, StatesActions, StatesIcon, StatesLink, StatesSubtitle, StatesSuggestion, StatesSuggestionList, StatesSuggestionListItem, StatesSuggestionText, StatesTitle, };
12
13
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/States/index.tsx"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,UAAU,CAAC;AAC9B,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAClD,OAAO,oBAAoB,MAAM,wBAAwB,CAAC;AAC1D,OAAO,wBAAwB,MAAM,4BAA4B,CAAC;AAClE,OAAO,oBAAoB,MAAM,wBAAwB,CAAC;AAC1D,OAAO,WAAW,MAAM,eAAe,CAAC;AAExC,OAAO,EACL,MAAM,EACN,YAAY,EACZ,aAAa,EACb,UAAU,EACV,cAAc,EACd,gBAAgB,EAChB,oBAAoB,EACpB,wBAAwB,EACxB,oBAAoB,EACpB,WAAW,GACZ,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/States/index.tsx"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,UAAU,CAAC;AAC9B,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAClD,OAAO,oBAAoB,MAAM,wBAAwB,CAAC;AAC1D,OAAO,wBAAwB,MAAM,4BAA4B,CAAC;AAClE,OAAO,oBAAoB,MAAM,wBAAwB,CAAC;AAC1D,OAAO,WAAW,MAAM,eAAe,CAAC;AAExC,OAAO,EACL,MAAM,EACN,YAAY,EACZ,aAAa,EACb,UAAU,EACV,UAAU,EACV,cAAc,EACd,gBAAgB,EAChB,oBAAoB,EACpB,wBAAwB,EACxB,oBAAoB,EACpB,WAAW,GACZ,CAAC"}
@@ -1,8 +1,8 @@
1
1
  import type { AllHTMLAttributes } from 'react';
2
- type StatusBulletProps = {
2
+ export type StatusBulletProps = {
3
3
  status?: 'loading' | 'online' | 'busy' | 'away' | 'offline' | 'disabled';
4
4
  size?: 'small' | 'large';
5
- } & Omit<AllHTMLAttributes<HTMLElement>, 'size'>;
6
- declare const StatusBullet: ({ status, size, className, ...props }: StatusBulletProps) => JSX.Element;
5
+ } & Omit<AllHTMLAttributes<SVGElement>, 'size'>;
6
+ declare const StatusBullet: ({ status, ...props }: StatusBulletProps) => JSX.Element;
7
7
  export { StatusBullet };
8
8
  //# sourceMappingURL=StatusBullet.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatusBullet.d.ts","sourceRoot":"","sources":["../../../src/components/StatusBullet/StatusBullet.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAM/C,KAAK,iBAAiB,GAAG;IACvB,MAAM,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,GAAG,UAAU,CAAC;IACzE,IAAI,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC;CAC1B,GAAG,IAAI,CAAC,iBAAiB,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC,CAAC;AAEjD,QAAA,MAAM,YAAY,0CAKf,iBAAiB,gBAYnB,CAAC;AACF,OAAO,EAAE,YAAY,EAAE,CAAC"}
1
+ {"version":3,"file":"StatusBullet.d.ts","sourceRoot":"","sources":["../../../src/components/StatusBullet/StatusBullet.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAU/C,MAAM,MAAM,iBAAiB,GAAG;IAC9B,MAAM,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,GAAG,UAAU,CAAC;IACzE,IAAI,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC;CAC1B,GAAG,IAAI,CAAC,iBAAiB,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC,CAAC;AAEhD,QAAA,MAAM,YAAY,yBAAsC,iBAAiB,gBAexE,CAAC;AACF,OAAO,EAAE,YAAY,EAAE,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { StatusBulletProps } from '../StatusBullet';
2
+ declare const Away: ({ size, className, ...props }: StatusBulletProps) => JSX.Element;
3
+ export default Away;
4
+ //# sourceMappingURL=Away.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Away.d.ts","sourceRoot":"","sources":["../../../../src/components/StatusBullet/icons/Away.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,QAAA,MAAM,IAAI,kCAAmC,iBAAiB,gBAiB7D,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { StatusBulletProps } from '../StatusBullet';
2
+ declare const Busy: ({ size, className, ...props }: StatusBulletProps) => JSX.Element;
3
+ export default Busy;
4
+ //# sourceMappingURL=Busy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Busy.d.ts","sourceRoot":"","sources":["../../../../src/components/StatusBullet/icons/Busy.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,QAAA,MAAM,IAAI,kCAAmC,iBAAiB,gBAiB7D,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { StatusBulletProps } from '../StatusBullet';
2
+ declare const Disabled: ({ size, className, ...props }: StatusBulletProps) => JSX.Element;
3
+ export default Disabled;
4
+ //# sourceMappingURL=Disabled.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Disabled.d.ts","sourceRoot":"","sources":["../../../../src/components/StatusBullet/icons/Disabled.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,QAAA,MAAM,QAAQ,kCAAmC,iBAAiB,gBAiBjE,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { StatusBulletProps } from '../StatusBullet';
2
+ declare const Loading: ({ size, className, ...props }: StatusBulletProps) => JSX.Element;
3
+ export default Loading;
4
+ //# sourceMappingURL=Loading.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Loading.d.ts","sourceRoot":"","sources":["../../../../src/components/StatusBullet/icons/Loading.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,QAAA,MAAM,OAAO,kCAAmC,iBAAiB,gBAqBhE,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { StatusBulletProps } from '../StatusBullet';
2
+ declare const Offline: ({ size, className, ...props }: StatusBulletProps) => JSX.Element;
3
+ export default Offline;
4
+ //# sourceMappingURL=Offline.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Offline.d.ts","sourceRoot":"","sources":["../../../../src/components/StatusBullet/icons/Offline.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,QAAA,MAAM,OAAO,kCAAmC,iBAAiB,gBAoBhE,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { StatusBulletProps } from '../StatusBullet';
2
+ declare const Online: ({ size, className, ...props }: StatusBulletProps) => JSX.Element;
3
+ export default Online;
4
+ //# sourceMappingURL=Online.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Online.d.ts","sourceRoot":"","sources":["../../../../src/components/StatusBullet/icons/Online.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,QAAA,MAAM,MAAM,kCAAmC,iBAAiB,gBAa/D,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -1,5 +1,4 @@
1
1
  import type { ComponentProps, CSSProperties } from 'react';
2
- import React from 'react';
3
2
  import Box from '../Box';
4
3
  export declare const style: CSSProperties;
5
4
  export type TableProps = ComponentProps<typeof Box> & {
@@ -7,23 +6,5 @@ export type TableProps = ComponentProps<typeof Box> & {
7
6
  sticky?: boolean;
8
7
  fixed?: boolean;
9
8
  };
10
- export declare const Table: {
11
- ({ striped, sticky, fixed, ...props }: TableProps): JSX.Element;
12
- Selection: ({ children, text, ...props }: {
13
- is?: React.ElementType | undefined;
14
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
15
- animated?: boolean | undefined;
16
- withRichContent?: boolean | "inlineWithoutBreaks" | undefined;
17
- htmlSize?: number | undefined;
18
- } & Partial<import("../Box/stylingProps").StylingProps> & Omit<React.AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size" | "elevation"> & Omit<React.SVGAttributes<SVGElement>, "elevation" | keyof React.AllHTMLAttributes<HTMLElement>> & React.RefAttributes<any> & {
19
- text?: string | undefined;
20
- }) => JSX.Element;
21
- Button: (props: {
22
- is?: React.ElementType | undefined;
23
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
24
- animated?: boolean | undefined;
25
- withRichContent?: boolean | "inlineWithoutBreaks" | undefined;
26
- htmlSize?: number | undefined;
27
- } & Partial<import("../Box/stylingProps").StylingProps> & Omit<React.AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size" | "elevation"> & Omit<React.SVGAttributes<SVGElement>, "elevation" | keyof React.AllHTMLAttributes<HTMLElement>> & React.RefAttributes<any>) => JSX.Element;
28
- };
9
+ export declare const Table: ({ striped, sticky, fixed, ...props }: TableProps) => JSX.Element;
29
10
  //# sourceMappingURL=Table.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/components/Table/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC3D,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,GAAG,MAAM,QAAQ,CAAC;AAIzB,eAAO,MAAM,KAAK,EAAE,aAInB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG,cAAc,CAAC,OAAO,GAAG,CAAC,GAAG;IACpD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,KAAK;2CAKf,UAAU;;;;;;;;;;;;;;;;;CAWZ,CAAC"}
1
+ {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/components/Table/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAG3D,OAAO,GAAG,MAAM,QAAQ,CAAC;AAEzB,eAAO,MAAM,KAAK,EAAE,aAInB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG,cAAc,CAAC,OAAO,GAAG,CAAC,GAAG;IACpD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,KAAK,yCAKf,UAAU,gBAWZ,CAAC"}
@@ -3,6 +3,6 @@ type TableCellProps = TableProps & {
3
3
  align?: 'start' | 'center' | 'end' | 'justify' | object;
4
4
  clickable?: boolean;
5
5
  };
6
- export declare const TableCell: ({ align, clickable, ...props }: TableCellProps) => JSX.Element;
6
+ export declare const TableCell: ({ align, clickable, children, ...props }: TableCellProps) => JSX.Element;
7
7
  export {};
8
8
  //# sourceMappingURL=TableCell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TableCell.d.ts","sourceRoot":"","sources":["../../../src/components/Table/TableCell.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAG1C,KAAK,cAAc,GAAG,UAAU,GAAG;IACjC,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,SAAS,GAAG,MAAM,CAAC;IACxD,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,SAAS,mCAAoC,cAAc,gBAYvE,CAAC"}
1
+ {"version":3,"file":"TableCell.d.ts","sourceRoot":"","sources":["../../../src/components/Table/TableCell.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAG1C,KAAK,cAAc,GAAG,UAAU,GAAG;IACjC,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,SAAS,GAAG,MAAM,CAAC;IACxD,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,SAAS,6CAKnB,cAAc,gBAoBhB,CAAC"}
@@ -1,64 +1,9 @@
1
- /// <reference types="react" />
2
1
  export * from './Table';
3
2
  export * from './TableBody';
4
3
  export * from './TableCell';
5
4
  export * from './TableFoot';
6
5
  export * from './TableHead';
7
6
  export * from './TableRow';
8
- export * from './TableRow';
9
7
  export * from './TableSelection';
10
8
  export * from './TableSelectionButton';
11
- declare const _default: {
12
- ({ striped, sticky, fixed, ...props }: import("./Table").TableProps): JSX.Element;
13
- Selection: ({ children, text, ...props }: {
14
- is?: import("react").ElementType | undefined;
15
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
16
- animated?: boolean | undefined;
17
- withRichContent?: boolean | "inlineWithoutBreaks" | undefined;
18
- htmlSize?: number | undefined;
19
- } & Partial<import("../Box/stylingProps").StylingProps> & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size" | "elevation"> & Omit<import("react").SVGAttributes<SVGElement>, "elevation" | keyof import("react").AllHTMLAttributes<HTMLElement>> & import("react").RefAttributes<any> & {
20
- text?: string | undefined;
21
- }) => JSX.Element;
22
- Button: (props: {
23
- is?: import("react").ElementType | undefined;
24
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
25
- animated?: boolean | undefined;
26
- withRichContent?: boolean | "inlineWithoutBreaks" | undefined;
27
- htmlSize?: number | undefined;
28
- } & Partial<import("../Box/stylingProps").StylingProps> & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size" | "elevation"> & Omit<import("react").SVGAttributes<SVGElement>, "elevation" | keyof import("react").AllHTMLAttributes<HTMLElement>> & import("react").RefAttributes<any>) => JSX.Element;
29
- } & {
30
- /** @deprecated */
31
- Head: (props: import("./Table").TableProps) => JSX.Element;
32
- /** @deprecated */
33
- Body: (props: import("./Table").TableProps) => JSX.Element;
34
- /** @deprecated */
35
- Foot: (props: import("./Table").TableProps) => JSX.Element;
36
- /** @deprecated */
37
- Row: ({ action, selected, ...props }: Omit<{
38
- is?: import("react").ElementType | undefined;
39
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
40
- animated?: boolean | undefined;
41
- withRichContent?: boolean | "inlineWithoutBreaks" | undefined;
42
- htmlSize?: number | undefined;
43
- } & Partial<import("../Box/stylingProps").StylingProps> & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size" | "elevation"> & Omit<import("react").SVGAttributes<SVGElement>, "elevation" | keyof import("react").AllHTMLAttributes<HTMLElement>> & import("react").RefAttributes<any>, "action"> & {
44
- action?: boolean | undefined;
45
- hasAction?: boolean | undefined;
46
- }) => JSX.Element;
47
- /** @deprecated */
48
- Cell: ({ align, clickable, ...props }: {
49
- is?: import("react").ElementType | undefined;
50
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
51
- animated?: boolean | undefined;
52
- withRichContent?: boolean | "inlineWithoutBreaks" | undefined;
53
- htmlSize?: number | undefined;
54
- } & Partial<import("../Box/stylingProps").StylingProps> & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size" | "elevation"> & Omit<import("react").SVGAttributes<SVGElement>, "elevation" | keyof import("react").AllHTMLAttributes<HTMLElement>> & import("react").RefAttributes<any> & {
55
- striped?: boolean | undefined;
56
- sticky?: boolean | undefined;
57
- fixed?: boolean | undefined;
58
- } & {
59
- align?: object | "start" | "end" | "center" | "justify" | undefined;
60
- clickable?: boolean | undefined;
61
- }) => JSX.Element;
62
- };
63
- export default _default;
64
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Table/index.ts"],"names":[],"mappings":";AAOA,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;;;;;;;;;;;;;;;;;;;;IAGrC,kBAAkB;;IAElB,kBAAkB;;IAElB,kBAAkB;;IAElB,kBAAkB;;;;;;;;;;;IAElB,kBAAkB;;;;;;;;;;;;;;;;AATpB,wBAWG"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Table/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC"}
@@ -1,2 +1,3 @@
1
1
  export * from './Tabs';
2
+ export * from './TabsItem';
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/index.tsx"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/index.tsx"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC"}
@@ -5,8 +5,6 @@ declare const Tile: React.ForwardRefExoticComponent<Pick<{
5
5
  animated?: boolean | undefined;
6
6
  withRichContent?: boolean | "inlineWithoutBreaks" | undefined;
7
7
  htmlSize?: number | undefined;
8
- } & Partial<import("../Box/stylingProps").StylingProps> & Omit<React.AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size" | "elevation"> & Omit<React.SVGAttributes<SVGElement>, "elevation" | keyof React.AllHTMLAttributes<HTMLElement>> & React.RefAttributes<any> & {
9
- elevation?: "0" | "1" | "2" | undefined;
10
- }, "string" | "filter" | "values" | "fill" | "x1" | "y" | "r" | "default" | "disabled" | "type" | "is" | "className" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "defer" | "download" | "encType" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "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" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "useMap" | "value" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "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" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontSizeAdjust" | "fontStretch" | "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" | "operator" | "orient" | "orientation" | "origin" | "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" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan" | keyof import("../Box/stylingProps").StylingProps | "key" | "animated" | "withRichContent" | "htmlSize"> & React.RefAttributes<HTMLElement>>;
8
+ } & Partial<import("../Box/stylingProps").StylingProps> & Omit<React.AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size" | "elevation"> & Omit<React.SVGAttributes<SVGElement>, "elevation" | keyof React.AllHTMLAttributes<HTMLElement>> & React.RefAttributes<any>, "string" | "filter" | "values" | "fill" | "x1" | "y" | "r" | "default" | "disabled" | "type" | "is" | "className" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "defer" | "download" | "encType" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "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" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "useMap" | "value" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "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" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontSizeAdjust" | "fontStretch" | "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" | "operator" | "orient" | "orientation" | "origin" | "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" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan" | keyof import("../Box/stylingProps").StylingProps | "key" | "animated" | "withRichContent" | "htmlSize"> & React.RefAttributes<HTMLElement>>;
11
9
  export default Tile;
12
10
  //# sourceMappingURL=Tile.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Tile.d.ts","sourceRoot":"","sources":["../../../src/components/Tile/Tile.tsx"],"names":[],"mappings":"AACA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAU1C,QAAA,MAAM,IAAI;;;;;;;;ykSAgBR,CAAC;AAEH,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Tile.d.ts","sourceRoot":"","sources":["../../../src/components/Tile/Tile.tsx"],"names":[],"mappings":"AACA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAM1C,QAAA,MAAM,IAAI;;;;;;41SAaR,CAAC;AAEH,eAAe,IAAI,CAAC"}
@@ -1,4 +1,4 @@
1
- import type { ReactNode } from 'react';
1
+ import type { ReactNode, AllHTMLAttributes } from 'react';
2
2
  export type ToastBarProps = {
3
3
  variant?: 'info' | 'success' | 'error';
4
4
  className?: string;
@@ -6,6 +6,7 @@ export type ToastBarProps = {
6
6
  time?: number;
7
7
  id?: string;
8
8
  onClose?: (id: string) => void;
9
- };
10
- export declare function ToastBar({ children, className, variant, time, id, onClose, }: ToastBarProps): JSX.Element;
9
+ buttonLabel?: string;
10
+ } & Omit<AllHTMLAttributes<HTMLElement>, 'is'>;
11
+ export declare function ToastBar({ children, className, variant, time, id, onClose, buttonLabel, ...props }: ToastBarProps): JSX.Element;
11
12
  //# sourceMappingURL=ToastBar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ToastBar.d.ts","sourceRoot":"","sources":["../../../src/components/ToastBar/ToastBar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAOvC,MAAM,MAAM,aAAa,GAAG;IAC1B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,CAAC;IACvC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CAChC,CAAC;AAEF,wBAAgB,QAAQ,CAAC,EACvB,QAAQ,EACR,SAAc,EACd,OAAgB,EAChB,IAAQ,EACR,EAAE,EACF,OAAO,GACR,EAAE,aAAa,eAyEf"}
1
+ {"version":3,"file":"ToastBar.d.ts","sourceRoot":"","sources":["../../../src/components/ToastBar/ToastBar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAO1D,MAAM,MAAM,aAAa,GAAG;IAC1B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,CAAC;IACvC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,GAAG,IAAI,CAAC,iBAAiB,CAAC,WAAW,CAAC,EAAE,IAAI,CAAC,CAAC;AAE/C,wBAAgB,QAAQ,CAAC,EACvB,QAAQ,EACR,SAAc,EACd,OAAgB,EAChB,IAAQ,EACR,EAAE,EACF,OAAO,EACP,WAAqB,EACrB,GAAG,KAAK,EACT,EAAE,aAAa,eAyEf"}
@@ -7,7 +7,7 @@ declare const Tooltip: React.ForwardRefExoticComponent<Pick<{
7
7
  htmlSize?: number | undefined;
8
8
  } & Partial<import("../Box/stylingProps").StylingProps> & Omit<React.AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size" | "elevation"> & Omit<React.SVGAttributes<SVGElement>, "elevation" | keyof React.AllHTMLAttributes<HTMLElement>> & React.RefAttributes<any> & {
9
9
  variation?: "light" | "dark" | undefined;
10
- placement?: "top-start" | "top-middle" | "top-end" | "bottom-start" | "bottom-middle" | "bottom-end" | "top" | "left" | "bottom" | "right" | null | undefined;
10
+ placement?: "top" | "left" | "bottom" | "right" | "top-start" | "top-end" | "top-middle" | "bottom-start" | "bottom-end" | "bottom-middle" | null | undefined;
11
11
  }, "string" | "filter" | "values" | "fill" | "x1" | "y" | "r" | "default" | "disabled" | "type" | "is" | "className" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "defer" | "download" | "encType" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "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" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "useMap" | "value" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "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" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontSizeAdjust" | "fontStretch" | "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" | "operator" | "orient" | "orientation" | "origin" | "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" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan" | keyof import("../Box/stylingProps").StylingProps | "key" | "animated" | "withRichContent" | "htmlSize" | "placement" | "variation"> & React.RefAttributes<HTMLElement>>;
12
12
  export default Tooltip;
13
13
  //# sourceMappingURL=Tooltip.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../src/components/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AACA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAkC1C,QAAA,MAAM,OAAO;;;;;;;;;qmSAqBX,CAAC;AAEH,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../src/components/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AACA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAgC1C,QAAA,MAAM,OAAO;;;;;;;;;qmSAkBX,CAAC;AAEH,eAAe,OAAO,CAAC"}