@functionalui/functionalui 0.2.5 → 0.2.6

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 (273) hide show
  1. package/dist/lib/components/devComponent/DevComponent.d.ts +2 -0
  2. package/dist/lib/components/divMeasure/DivMeasure.d.ts +9 -0
  3. package/dist/lib/components/icons/Icon.d.ts +10 -0
  4. package/dist/lib/components/icons/Spinner.d.ts +8 -0
  5. package/dist/lib/components/icons/UIcon.d.ts +22 -0
  6. package/dist/lib/components/loadings/LoadingSpinner.d.ts +7 -0
  7. package/dist/lib/components/loadings/Spinner.d.ts +4 -0
  8. package/dist/lib/components/springAnimations/SpringOpenCloseHeight.d.ts +6 -0
  9. package/dist/lib/components/springAnimations/springTransitions/SpringEnter.d.ts +10 -0
  10. package/dist/lib/components/springAnimations/springTransitions/SpringEnterOffsetBy.d.ts +11 -0
  11. package/dist/lib/components/springAnimations/springTransitions/SpringMenuTransition.d.ts +11 -0
  12. package/dist/lib/components/ui/admonition/Admonition.d.ts +10 -0
  13. package/dist/lib/components/ui/avatar/Avatar.d.ts +15 -0
  14. package/dist/lib/components/ui/avatar/components/AvatarName.d.ts +10 -0
  15. package/dist/lib/components/ui/avatarGroup/AvatarGroup.d.ts +13 -0
  16. package/dist/lib/components/ui/buttons/Button.d.ts +22 -0
  17. package/dist/lib/components/ui/buttons/components/ButtonIcon.d.ts +12 -0
  18. package/dist/lib/components/ui/buttons/utils/colors.d.ts +0 -0
  19. package/dist/lib/components/ui/checkboxes/Checkboxes.d.ts +16 -0
  20. package/dist/lib/components/ui/checkboxes/checkbox/Checkbox.d.ts +11 -0
  21. package/dist/lib/components/ui/chip/Chip.d.ts +19 -0
  22. package/dist/{color-picker/index.d.ts → lib/components/ui/colorPicker/ColorPicker.d.ts} +11 -14
  23. package/dist/lib/components/ui/colorPicker/Picker.d.ts +9 -0
  24. package/dist/{gallery-modal/index.d.ts → lib/components/ui/galleryModal/GalleryModal.d.ts} +8 -11
  25. package/dist/lib/components/ui/galleryModal/components/GalleryClose.d.ts +6 -0
  26. package/dist/lib/components/ui/galleryModal/components/GalleryIslandMenu.d.ts +6 -0
  27. package/dist/lib/components/ui/galleryModal/components/Z.d.ts +9 -0
  28. package/dist/lib/components/ui/galleryModal/contexts/GalleryContext.d.ts +24 -0
  29. package/dist/lib/components/ui/inputs/image/InputImage.d.ts +13 -0
  30. package/dist/lib/components/ui/inputs/radio/Radio.d.ts +13 -0
  31. package/dist/lib/components/ui/inputs/radio/types.d.ts +4 -0
  32. package/dist/lib/components/ui/inputs/text/InputText.d.ts +41 -0
  33. package/dist/lib/components/ui/inputs/text/components/InputTextHelper.d.ts +6 -0
  34. package/dist/lib/components/ui/inputs/text/components/InputTextPlaceholder.d.ts +9 -0
  35. package/dist/lib/components/ui/inputs/text/components/ShowHidePassword.d.ts +7 -0
  36. package/dist/lib/components/ui/inputs/text/components/labels/InputTextLabel.d.ts +11 -0
  37. package/dist/lib/components/ui/inputs/textArea/TextArea.d.ts +42 -0
  38. package/dist/lib/components/ui/inputs/textArea/components/labels/TextAreaLabel.d.ts +12 -0
  39. package/dist/lib/components/ui/insetGroup/InsetGroup.d.ts +13 -0
  40. package/dist/lib/components/ui/insetGroup/components/InsetItem.d.ts +17 -0
  41. package/dist/{label-text/index.d.ts → lib/components/ui/label/LabelText.d.ts} +8 -11
  42. package/dist/lib/components/ui/modals/Modal.d.ts +11 -0
  43. package/dist/lib/components/ui/modals/ModalBg.d.ts +8 -0
  44. package/dist/lib/components/ui/modals/ModalGestureCard.d.ts +9 -0
  45. package/dist/lib/components/ui/modals/ModalWrapper.d.ts +7 -0
  46. package/dist/lib/components/ui/notifications/NotificationSystem.d.ts +2 -0
  47. package/dist/lib/components/ui/notifications/globalEventNotifications/GlobalEventToast.d.ts +2 -0
  48. package/dist/lib/components/ui/portals/GlobalEventPortal.d.ts +5 -0
  49. package/dist/lib/components/ui/portals/ModalPortal.d.ts +5 -0
  50. package/dist/{portals/index.d.ts → lib/components/ui/portals/types.d.ts} +7 -10
  51. package/dist/lib/components/ui/selectSpring/SelectSpring.d.ts +21 -0
  52. package/dist/lib/components/ui/selectSpring/components/DropdownAnimation.d.ts +13 -0
  53. package/dist/lib/components/ui/selectSpring/components/DropdownLi.d.ts +11 -0
  54. package/dist/lib/components/ui/selectSpring/components/HeaderValues.d.ts +12 -0
  55. package/dist/lib/components/ui/selectSpring/components/SelectDropdown.d.ts +17 -0
  56. package/dist/lib/components/ui/selectSpring/components/SelectHeader.d.ts +17 -0
  57. package/dist/lib/components/ui/selectSpring/components/useTopOrBottom.d.ts +7 -0
  58. package/dist/lib/components/ui/selectSpring/components/useWindowDimensions.d.ts +5 -0
  59. package/dist/lib/components/ui/tableGrid/TableGrid.d.ts +11 -0
  60. package/dist/lib/components/ui/tableGrid/components/tableHeader/TableHeader.d.ts +9 -0
  61. package/dist/lib/components/ui/tableGrid/components/tableHeader/TableHeaderCell.d.ts +8 -0
  62. package/dist/lib/components/ui/tableGrid/components/tableRow/TableRow.d.ts +3 -0
  63. package/dist/lib/components/ui/tableGrid/components/tableRow/TableRowAnimation.d.ts +9 -0
  64. package/dist/lib/components/ui/tableGrid/components/tableRow/TableRowCell.d.ts +4 -0
  65. package/dist/lib/components/ui/tabs/Tabs.d.ts +8 -0
  66. package/dist/lib/components/ui/tabs/TabsMenu.d.ts +12 -0
  67. package/dist/lib/components/ui/tabs/TabsRoom.d.ts +8 -0
  68. package/dist/lib/components/ui/tags/TagColor.d.ts +10 -0
  69. package/dist/lib/components/ui/toggleSwitch/ToggleSwitch.d.ts +15 -0
  70. package/dist/lib/contexts/notifications/GlobalEventContext.d.ts +6 -0
  71. package/dist/lib/contexts/ui/UiContexts.d.ts +11 -0
  72. package/dist/lib/contexts/ui/types.d.ts +18 -0
  73. package/dist/lib/css.d.ts +0 -0
  74. package/dist/lib/entries/admonition/index.d.ts +1 -0
  75. package/dist/lib/entries/avatar/index.d.ts +1 -0
  76. package/dist/lib/entries/avatar-group/index.d.ts +1 -0
  77. package/dist/lib/entries/button/index.d.ts +1 -0
  78. package/dist/lib/entries/checkbox/index.d.ts +1 -0
  79. package/dist/lib/entries/checkboxes/index.d.ts +1 -0
  80. package/dist/lib/entries/chip/index.d.ts +1 -0
  81. package/dist/lib/entries/color-picker/index.d.ts +1 -0
  82. package/dist/lib/entries/container/index.d.ts +1 -0
  83. package/dist/lib/entries/contexts/notifications/index.d.ts +2 -0
  84. package/dist/lib/entries/contexts/ui/index.d.ts +2 -0
  85. package/dist/lib/entries/div-measure/index.d.ts +1 -0
  86. package/dist/lib/entries/gallery-modal/index.d.ts +1 -0
  87. package/dist/lib/entries/global-event-portal/index.d.ts +1 -0
  88. package/dist/lib/entries/icons/index.d.ts +1 -0
  89. package/dist/lib/entries/input-image/index.d.ts +1 -0
  90. package/dist/lib/entries/input-text/index.d.ts +1 -0
  91. package/dist/lib/entries/inset-group/index.d.ts +1 -0
  92. package/dist/lib/entries/label-text/index.d.ts +1 -0
  93. package/dist/lib/entries/layout/index.d.ts +1 -0
  94. package/dist/lib/entries/loading-spinner/index.d.ts +2 -0
  95. package/dist/lib/entries/modal/index.d.ts +1 -0
  96. package/dist/lib/entries/notification-system/index.d.ts +1 -0
  97. package/dist/lib/entries/portals/index.d.ts +1 -0
  98. package/dist/lib/entries/radio/index.d.ts +1 -0
  99. package/dist/lib/entries/select-spring/index.d.ts +1 -0
  100. package/dist/lib/entries/spring-enter/index.d.ts +1 -0
  101. package/dist/lib/entries/spring-enter-offset-by/index.d.ts +1 -0
  102. package/dist/lib/entries/spring-menu-transition/index.d.ts +1 -0
  103. package/dist/lib/entries/spring-open-close-height/index.d.ts +1 -0
  104. package/dist/lib/entries/styled/button/index.d.ts +1 -0
  105. package/dist/lib/entries/styled/inputs/text/index.d.ts +1 -0
  106. package/dist/lib/entries/styled/inputs/text-area/index.d.ts +1 -0
  107. package/dist/lib/entries/styled/li/index.d.ts +1 -0
  108. package/dist/lib/entries/styled/ul/index.d.ts +1 -0
  109. package/dist/lib/entries/table-grid/index.d.ts +1 -0
  110. package/dist/lib/entries/table-header/index.d.ts +1 -0
  111. package/dist/lib/entries/table-row/index.d.ts +1 -0
  112. package/dist/lib/entries/tabs/index.d.ts +1 -0
  113. package/dist/lib/entries/tag-color/index.d.ts +1 -0
  114. package/dist/lib/entries/text-area/index.d.ts +1 -0
  115. package/dist/lib/entries/texts/header/index.d.ts +1 -0
  116. package/dist/lib/entries/texts/p/index.d.ts +1 -0
  117. package/dist/lib/entries/texts/span/index.d.ts +1 -0
  118. package/dist/lib/entries/toggle-switch/index.d.ts +1 -0
  119. package/dist/lib/hooks/useAutosizeTextArea.d.ts +2 -0
  120. package/dist/lib/hooks/useAutosizeTextAreaV2.d.ts +2 -0
  121. package/dist/lib/hooks/useClickOutsideDOM.d.ts +2 -0
  122. package/dist/lib/hooks/useCombinedRef.d.ts +2 -0
  123. package/dist/lib/hooks/useCountRender.d.ts +1 -0
  124. package/dist/lib/hooks/useDebounce.d.ts +2 -0
  125. package/dist/lib/hooks/useDelayed.d.ts +2 -0
  126. package/dist/lib/hooks/useDelayedRender.d.ts +2 -0
  127. package/dist/lib/hooks/useFirstMount.d.ts +2 -0
  128. package/dist/lib/hooks/useForm.d.ts +2 -0
  129. package/dist/lib/hooks/useKeyPress.d.ts +1 -0
  130. package/dist/lib/hooks/useNavigatorOnLine.d.ts +2 -0
  131. package/dist/lib/main.d.ts +46 -0
  132. package/dist/lib/styles/mediaQueries/mediaQuery.d.ts +0 -0
  133. package/dist/lib/styles/storybook/Mockups/FormMockup/Form.stories.d.ts +4 -0
  134. package/dist/lib/styles/storybook/Motions/Menu/ExampleOne.d.ts +2 -0
  135. package/dist/lib/styles/storybook/Motions/Menu/dev/DropdownSC.d.ts +9 -0
  136. package/dist/lib/styles/storybook/Motions/Menu/dev/DropdownSC2.d.ts +9 -0
  137. package/dist/lib/styles/storybook/Motions/Menu/dev/DropdownSC3.d.ts +9 -0
  138. package/dist/lib/styles/storybook/Tokens/Colors.stories.d.ts +5 -0
  139. package/dist/lib/styles/storybook/Tokens/Radius.stories.d.ts +5 -0
  140. package/dist/lib/styles/storybook/Tokens/Shadows.stories.d.ts +5 -0
  141. package/dist/lib/styles/storybook/Tokens/SizingsButton.stories.d.ts +5 -0
  142. package/dist/lib/styles/storybook/Tokens/SizingsGeneric.stories.d.ts +5 -0
  143. package/dist/lib/styles/storybook/Tokens/SizingsIcon.stories.d.ts +6 -0
  144. package/dist/lib/styles/storybook/Tokens/Spacings.stories.d.ts +5 -0
  145. package/dist/lib/styles/storybook/Tokens/themes/DarkColors.stories.d.ts +6 -0
  146. package/dist/lib/styles/storybook/Tokens/themes/LightColors.stories.d.ts +5 -0
  147. package/dist/lib/styles/storybook/Typography/DynamicFontSizes.stories.d.ts +4 -0
  148. package/dist/lib/styles/storybook/Typography/FontSizes.stories.d.ts +5 -0
  149. package/dist/lib/styles/storybook/components/Admonition/Admonition.stories.d.ts +6 -0
  150. package/dist/lib/styles/storybook/components/Admonition/Sizes.d.ts +2 -0
  151. package/dist/lib/styles/storybook/components/Avatar/Avatar.stories.d.ts +5 -0
  152. package/dist/lib/styles/storybook/components/AvatarGroup/component.d.ts +2 -0
  153. package/dist/lib/styles/storybook/components/Button/Button.stories.d.ts +7 -0
  154. package/dist/lib/styles/storybook/components/Button/Dev1Comp.d.ts +2 -0
  155. package/dist/lib/styles/storybook/components/Card/Card.stories.d.ts +5 -0
  156. package/dist/lib/styles/storybook/components/Card/Dimensions.d.ts +2 -0
  157. package/dist/lib/styles/storybook/components/Checkbox/Checkbox.stories.d.ts +5 -0
  158. package/dist/lib/styles/storybook/components/Checkbox/component.d.ts +2 -0
  159. package/dist/lib/styles/storybook/components/Checkboxes/Checkboxes.stories.d.ts +5 -0
  160. package/dist/lib/styles/storybook/components/Checkboxes/component.d.ts +2 -0
  161. package/dist/lib/styles/storybook/components/Chip/Chip.stories.d.ts +5 -0
  162. package/dist/lib/styles/storybook/components/Chip/component.d.ts +2 -0
  163. package/dist/lib/styles/storybook/components/ColorPicker/ColorPicker.stories.d.ts +5 -0
  164. package/dist/lib/styles/storybook/components/ColorPicker/component.d.ts +2 -0
  165. package/dist/lib/styles/storybook/components/GalleryModal/component.d.ts +2 -0
  166. package/dist/lib/styles/storybook/components/Inputs/Image.d.ts +2 -0
  167. package/dist/lib/styles/storybook/components/Inputs/InputImage.stories.d.ts +5 -0
  168. package/dist/lib/styles/storybook/components/Inputs/InputRadio.stories.d.ts +5 -0
  169. package/dist/lib/styles/storybook/components/Inputs/InputText.stories.d.ts +5 -0
  170. package/dist/lib/styles/storybook/components/Inputs/InputTextArea.stories.d.ts +5 -0
  171. package/dist/lib/styles/storybook/components/InsetGroup/InsetGroup.stories.d.ts +5 -0
  172. package/dist/lib/styles/storybook/components/InsetGroup/component.d.ts +2 -0
  173. package/dist/lib/styles/storybook/components/Modal/Modal.stories.d.ts +5 -0
  174. package/dist/lib/styles/storybook/components/Modal/component.d.ts +2 -0
  175. package/dist/lib/styles/storybook/components/SelectSpring/SelectSpring.stories.d.ts +5 -0
  176. package/dist/lib/styles/storybook/components/SelectSpring/component.d.ts +2 -0
  177. package/dist/lib/styles/storybook/components/TableGrid/TableGrid.stories.d.ts +5 -0
  178. package/dist/lib/styles/storybook/components/TableGrid/component.d.ts +2 -0
  179. package/dist/lib/styles/storybook/components/Tabs/Tabs.stories.d.ts +5 -0
  180. package/dist/lib/styles/storybook/components/Tabs/component.d.ts +2 -0
  181. package/dist/lib/styles/storybook/components/Texts/Texts.stories.d.ts +4 -0
  182. package/dist/lib/styles/storybook/components/ToastNotification/ToastNotification.stories.d.ts +5 -0
  183. package/dist/lib/styles/storybook/components/ToastNotification/component.d.ts +2 -0
  184. package/dist/lib/styles/storybook/components/UIcon/IconAction.d.ts +1 -0
  185. package/dist/lib/styles/storybook/components/UIcon/Sizes.d.ts +1 -0
  186. package/dist/lib/styles/storybook/components/UIcon/SizesNoPadding.d.ts +1 -0
  187. package/dist/lib/styles/storybook/components/UIcon/UIcon.stories.d.ts +4 -0
  188. package/dist/lib/styles/styled/button/component.d.ts +3 -0
  189. package/dist/lib/styles/styled/container/component.d.ts +4 -0
  190. package/dist/lib/styles/styled/inputs/text/component.d.ts +4 -0
  191. package/dist/lib/styles/styled/inputs/textArea/component.d.ts +4 -0
  192. package/dist/lib/styles/styled/layout/component.d.ts +4 -0
  193. package/dist/lib/styles/styled/li/component.d.ts +4 -0
  194. package/dist/lib/styles/styled/texts/header/component.d.ts +4 -0
  195. package/dist/lib/styles/styled/texts/p/component.d.ts +3 -0
  196. package/dist/lib/styles/styled/texts/span/component.d.ts +3 -0
  197. package/dist/lib/styles/styled/texts/utils/createHeadElement.d.ts +16 -0
  198. package/dist/lib/styles/styled/texts/utils/createTextElement.d.ts +18 -0
  199. package/dist/lib/styles/styled/ul/component.d.ts +4 -0
  200. package/dist/lib/styles/types/attributes/types.d.ts +4 -0
  201. package/dist/lib/styles/types/classes.d.ts +62 -0
  202. package/dist/lib/styles/types/colors/classes.d.ts +9 -0
  203. package/dist/{tag-color/index.d.ts → lib/styles/types/colors/generics.d.ts} +97 -104
  204. package/dist/lib/styles/types/colors/values.d.ts +42 -0
  205. package/dist/lib/styles/types/components.types.d.ts +67 -0
  206. package/dist/lib/styles/types/generics.d.ts +154 -0
  207. package/dist/{icons/index.d.ts → lib/styles/types/icons/icons.d.ts} +292 -457
  208. package/dist/lib/styles/types/icons/values.d.ts +63 -0
  209. package/dist/lib/styles/types/layout/classes.d.ts +120 -0
  210. package/dist/{layout/index.d.ts → lib/styles/types/layout/generics.d.ts} +120 -163
  211. package/dist/lib/styles/types/notification/types.d.ts +22 -0
  212. package/dist/lib/styles/types/sizings/generics.d.ts +22 -0
  213. package/dist/lib/styles/types/types.d.ts +102 -0
  214. package/dist/lib/styles/types/ui/admonition/types.d.ts +117 -0
  215. package/dist/lib/styles/types/ui/avatar/types.d.ts +57 -0
  216. package/dist/lib/styles/types/ui/button/types.d.ts +129 -0
  217. package/dist/lib/styles/types/ui/checkbox/types.d.ts +99 -0
  218. package/dist/lib/styles/types/ui/chip/types.d.ts +37 -0
  219. package/dist/lib/styles/types/ui/inputs/text/types.d.ts +42 -0
  220. package/dist/lib/styles/types/ui/inputs/textarea/types.d.ts +28 -0
  221. package/dist/lib/styles/types/ui/insetGroup/types.d.ts +5 -0
  222. package/dist/lib/styles/types/ui/modal/types.d.ts +4 -0
  223. package/dist/lib/styles/types/ui/portal/types.d.ts +4 -0
  224. package/dist/lib/styles/types/ui/selectSpring/types.d.ts +197 -0
  225. package/dist/lib/styles/types/ui/tablegrid/types.d.ts +28 -0
  226. package/dist/lib/styles/types/ui/tabs/types.d.ts +8 -0
  227. package/dist/lib/styles/types/ui/tag/types.d.ts +53 -0
  228. package/dist/lib/styles/types/ui/toggleswitch/types.d.ts +39 -0
  229. package/dist/lib/styles/types/values.d.ts +18 -0
  230. package/dist/lib/utils/gradientGenerator/gradientGenerator.d.ts +1 -0
  231. package/dist/src/App.d.ts +2 -0
  232. package/dist/src/main.d.ts +1 -0
  233. package/package.json +95 -95
  234. package/dist/admonition/index.d.ts +0 -27
  235. package/dist/avatar/index.d.ts +0 -115
  236. package/dist/avatar-group/index.d.ts +0 -120
  237. package/dist/button/index.d.ts +0 -249
  238. package/dist/checkbox/index.d.ts +0 -32
  239. package/dist/checkboxes/index.d.ts +0 -38
  240. package/dist/chip/index.d.ts +0 -159
  241. package/dist/container/index.d.ts +0 -238
  242. package/dist/contexts/notifications/index.d.ts +0 -2
  243. package/dist/contexts/ui/index.d.ts +0 -2
  244. package/dist/css/index.d.ts +0 -1
  245. package/dist/div-measure/index.d.ts +0 -13
  246. package/dist/global-event-portal/index.d.ts +0 -8
  247. package/dist/input-image/index.d.ts +0 -18
  248. package/dist/input-text/index.d.ts +0 -199
  249. package/dist/inset-group/index.d.ts +0 -33
  250. package/dist/loading-spinner/index.d.ts +0 -33
  251. package/dist/modal/index.d.ts +0 -105
  252. package/dist/notification-system/index.d.ts +0 -5
  253. package/dist/radio/index.d.ts +0 -36
  254. package/dist/select-spring/index.d.ts +0 -70
  255. package/dist/spring-enter/index.d.ts +0 -16
  256. package/dist/spring-enter-offset-by/index.d.ts +0 -17
  257. package/dist/spring-menu-transition/index.d.ts +0 -15
  258. package/dist/spring-open-close-height/index.d.ts +0 -9
  259. package/dist/styled/button/index.d.ts +0 -2
  260. package/dist/styled/inputs/text/index.d.ts +0 -2
  261. package/dist/styled/inputs/text-area/index.d.ts +0 -2
  262. package/dist/styled/li/index.d.ts +0 -2
  263. package/dist/styled/ul/index.d.ts +0 -2
  264. package/dist/table-grid/index.d.ts +0 -70
  265. package/dist/table-header/index.d.ts +0 -53
  266. package/dist/table-row/index.d.ts +0 -54
  267. package/dist/tabs/index.d.ts +0 -21
  268. package/dist/text-area/index.d.ts +0 -212
  269. package/dist/texts/header/index.d.ts +0 -2
  270. package/dist/texts/p/index.d.ts +0 -2
  271. package/dist/texts/span/index.d.ts +0 -2
  272. package/dist/toggle-switch/index.d.ts +0 -35
  273. package/dist/types.d.ts +0 -2062
@@ -1,120 +0,0 @@
1
- import { FC } from 'react';
2
- import { ReactNode } from 'react';
3
-
4
- export declare const AvatarGroup: FC<P>;
5
-
6
- declare enum AvatarSizes {
7
- Size1 = 1,
8
- Size2 = 2,
9
- Size3 = 3,
10
- Size4 = 4,
11
- Size5 = 5,
12
- Size6 = 6,
13
- Size7 = 7,
14
- Size8 = 8,
15
- Size9 = 9
16
- }
17
-
18
- declare enum ColorPalettes {
19
- Transparent = 1,// (0, 1)
20
- Grey1 = 2,
21
- Grey2 = 3,
22
- Grey3 = 4,
23
- Grey4 = 5,
24
- Grey5 = 6,
25
- Grey6 = 7,
26
- Grey7 = 8,
27
- Grey8 = 9,
28
- Grey9 = 10,
29
- Grey10 = 11,// (2, 11)
30
- Primary1 = 12,
31
- Primary2 = 13,
32
- Primary3 = 14,
33
- Primary4 = 15,
34
- Primary5 = 16,
35
- Primary6 = 17,
36
- Primary7 = 18,
37
- Primary8 = 19,
38
- Primary9 = 20,// (12, 20)
39
- Secondary1 = 21,
40
- Secondary2 = 22,
41
- Secondary3 = 23,
42
- Secondary4 = 24,
43
- Secondary5 = 25,
44
- Secondary6 = 26,
45
- Secondary7 = 27,
46
- Secondary8 = 28,
47
- Secondary9 = 29,// (21, 29)
48
- Red1 = 30,
49
- Red2 = 31,
50
- Red3 = 32,
51
- Red4 = 33,
52
- Red5 = 34,
53
- Red6 = 35,
54
- Red7 = 36,
55
- Red8 = 37,
56
- Red9 = 38,// (30, 38)
57
- Green1 = 39,
58
- Green2 = 40,
59
- Green3 = 41,
60
- Green4 = 42,
61
- Green5 = 43,
62
- Green6 = 44,
63
- Green7 = 45,
64
- Green8 = 46,
65
- Green9 = 47,// (39, 47)
66
- Blue1 = 48,
67
- Blue2 = 49,
68
- Blue3 = 50,
69
- Blue4 = 51,
70
- Blue5 = 52,
71
- Blue6 = 53,
72
- Blue7 = 54,
73
- Blue8 = 55,
74
- Blue9 = 56,// (48, 56)
75
- Yellow1 = 57,
76
- Yellow2 = 58,
77
- Yellow3 = 59,
78
- Yellow4 = 60,
79
- Yellow5 = 61,
80
- Yellow6 = 62,
81
- Yellow7 = 63,
82
- Yellow8 = 64,
83
- Yellow9 = 65,// (57, 65)
84
- Accent1_1 = 66,
85
- Accent1_2 = 67,
86
- Accent1_3 = 68,
87
- Accent1_4 = 69,
88
- Accent1_5 = 70,
89
- Accent1_6 = 71,
90
- Accent1_7 = 72,
91
- Accent1_8 = 73,
92
- Accent1_9 = 74,// (57, 65)
93
- Accent2_1 = 75,
94
- Accent2_2 = 76,
95
- Accent2_3 = 77,
96
- Accent2_4 = 78,
97
- Accent2_5 = 79,
98
- Accent2_6 = 80,
99
- Accent2_7 = 81,
100
- Accent2_8 = 82,
101
- Accent2_9 = 83
102
- }
103
-
104
- declare interface FUI__Avatar {
105
- children: ReactNode;
106
- name?: string;
107
- isLoading?: boolean;
108
- onClick?: (v?: any) => void;
109
- }
110
-
111
- declare interface P {
112
- avatars: FUI__Avatar[];
113
- isLoading?: boolean;
114
- size?: AvatarSizes;
115
- withHover?: boolean;
116
- border?: boolean;
117
- borderColor?: ColorPalettes;
118
- }
119
-
120
- export { }
@@ -1,249 +0,0 @@
1
- import { AnimatedProps } from '@react-spring/web';
2
- import { FC } from 'react';
3
- import { HTMLAttributes } from 'react';
4
- import { ReactNode } from 'react';
5
- import { Ref } from 'react';
6
-
7
- declare enum BorderStyles {
8
- None = 1,
9
- Hidden = 2,
10
- Dotted = 3,
11
- Dashed = 4,
12
- Solid = 5,
13
- Double = 6,
14
- Groove = 7,
15
- Ridge = 8,
16
- Inset = 9,
17
- Outset = 10
18
- }
19
-
20
- declare enum BorderWidths {
21
- Size0 = 1,
22
- Size1 = 2,
23
- Size2 = 3,
24
- Size3 = 4,
25
- Size4 = 5,
26
- Size5 = 6,
27
- Size6 = 7,
28
- Size7 = 8
29
- }
30
-
31
- declare enum BoxShadows {
32
- Size0 = 1,
33
- Size1 = 2,
34
- Size2 = 3,
35
- Size3 = 4,
36
- Size4 = 5,
37
- Size5 = 6,
38
- Size6 = 7
39
- }
40
-
41
- declare enum BoxSizings {
42
- ContentBox = 1,
43
- BorderBox = 2
44
- }
45
-
46
- declare interface ButtonProps extends AnimatedProps<HTMLAttributes<HTMLButtonElement>>, StyleProps, ButtonStyleProps {
47
- children?: ReactNode;
48
- ref?: Ref<HTMLButtonElement | null>;
49
- }
50
-
51
- declare interface ButtonStyleProps {
52
- disabled?: boolean;
53
- type?: ButtonTypes;
54
- }
55
-
56
- declare enum ButtonTypes {
57
- Button = "button",
58
- Submit = "submit",
59
- Reset = "reset"
60
- }
61
-
62
- declare enum ColorPalettes {
63
- Transparent = 1,// (0, 1)
64
- Grey1 = 2,
65
- Grey2 = 3,
66
- Grey3 = 4,
67
- Grey4 = 5,
68
- Grey5 = 6,
69
- Grey6 = 7,
70
- Grey7 = 8,
71
- Grey8 = 9,
72
- Grey9 = 10,
73
- Grey10 = 11,// (2, 11)
74
- Primary1 = 12,
75
- Primary2 = 13,
76
- Primary3 = 14,
77
- Primary4 = 15,
78
- Primary5 = 16,
79
- Primary6 = 17,
80
- Primary7 = 18,
81
- Primary8 = 19,
82
- Primary9 = 20,// (12, 20)
83
- Secondary1 = 21,
84
- Secondary2 = 22,
85
- Secondary3 = 23,
86
- Secondary4 = 24,
87
- Secondary5 = 25,
88
- Secondary6 = 26,
89
- Secondary7 = 27,
90
- Secondary8 = 28,
91
- Secondary9 = 29,// (21, 29)
92
- Red1 = 30,
93
- Red2 = 31,
94
- Red3 = 32,
95
- Red4 = 33,
96
- Red5 = 34,
97
- Red6 = 35,
98
- Red7 = 36,
99
- Red8 = 37,
100
- Red9 = 38,// (30, 38)
101
- Green1 = 39,
102
- Green2 = 40,
103
- Green3 = 41,
104
- Green4 = 42,
105
- Green5 = 43,
106
- Green6 = 44,
107
- Green7 = 45,
108
- Green8 = 46,
109
- Green9 = 47,// (39, 47)
110
- Blue1 = 48,
111
- Blue2 = 49,
112
- Blue3 = 50,
113
- Blue4 = 51,
114
- Blue5 = 52,
115
- Blue6 = 53,
116
- Blue7 = 54,
117
- Blue8 = 55,
118
- Blue9 = 56,// (48, 56)
119
- Yellow1 = 57,
120
- Yellow2 = 58,
121
- Yellow3 = 59,
122
- Yellow4 = 60,
123
- Yellow5 = 61,
124
- Yellow6 = 62,
125
- Yellow7 = 63,
126
- Yellow8 = 64,
127
- Yellow9 = 65,// (57, 65)
128
- Accent1_1 = 66,
129
- Accent1_2 = 67,
130
- Accent1_3 = 68,
131
- Accent1_4 = 69,
132
- Accent1_5 = 70,
133
- Accent1_6 = 71,
134
- Accent1_7 = 72,
135
- Accent1_8 = 73,
136
- Accent1_9 = 74,// (57, 65)
137
- Accent2_1 = 75,
138
- Accent2_2 = 76,
139
- Accent2_3 = 77,
140
- Accent2_4 = 78,
141
- Accent2_5 = 79,
142
- Accent2_6 = 80,
143
- Accent2_7 = 81,
144
- Accent2_8 = 82,
145
- Accent2_9 = 83
146
- }
147
-
148
- declare enum Cursors {
149
- Auto = 1,
150
- Default = 2,
151
- Pointer = 3,
152
- ContextMenu = 4,
153
- Help = 5,
154
- Progress = 6,
155
- Wait = 7,
156
- Cell = 8,
157
- Crosshair = 9,
158
- Text = 10,
159
- VerticalText = 11,
160
- Alias = 12,
161
- Copy = 13,
162
- Move = 14,
163
- NoDrop = 15,
164
- NotAllowed = 16,
165
- Grab = 17,
166
- Grabbing = 18,
167
- ZoomIn = 19,
168
- ZoomOut = 20
169
- }
170
-
171
- export declare const F__Button: FC<ButtonProps>;
172
-
173
- declare enum Positions {
174
- Size0 = 1,
175
- Size1 = 2,
176
- Size2 = 3,
177
- Size3 = 4,
178
- Size4 = 5,
179
- Size5 = 6,
180
- Size6 = 7,
181
- Size7 = 8,
182
- Size8 = 9,
183
- Size9 = 10,
184
- Auto = 11
185
- }
186
-
187
- declare enum Radiuses {
188
- Size0 = 1,
189
- Size1 = 2,
190
- Size2 = 3,
191
- Size3 = 4,
192
- Size4 = 5,
193
- Size5 = 6,
194
- Size6 = 7,
195
- Size7 = 8,
196
- Size8 = 9,
197
- Size9 = 10
198
- }
199
-
200
- declare enum Spacings {
201
- Size0 = 1,
202
- Size1 = 2,
203
- Size2 = 3,
204
- Size3 = 4,
205
- Size4 = 5,
206
- Size5 = 6,
207
- Size6 = 7,
208
- Size7 = 8,
209
- Size8 = 9,
210
- Size9 = 10,
211
- Auto = 11
212
- }
213
-
214
- declare interface StyleProps {
215
- margin?: Spacings;
216
- marginTop?: Spacings;
217
- marginBottom?: Spacings;
218
- marginLeft?: Spacings;
219
- marginRight?: Spacings;
220
- padding?: Spacings;
221
- paddingTop?: Spacings;
222
- paddingBottom?: Spacings;
223
- paddingLeft?: Spacings;
224
- paddingRight?: Spacings;
225
- boxShadow?: BoxShadows;
226
- borderRadius?: Radiuses;
227
- borderBottomLeftRadius?: Radiuses;
228
- borderBottomRightRadius?: Radiuses;
229
- borderTopLeftRadius?: Radiuses;
230
- borderTopRightRadius?: Radiuses;
231
- borderStyle?: BorderStyles;
232
- borderLeftStyle?: BorderStyles;
233
- borderRightStyle?: BorderStyles;
234
- borderTopStyle?: BorderStyles;
235
- borderBottomStyle?: BorderStyles;
236
- borderWidth?: BorderWidths;
237
- bgColor?: ColorPalettes;
238
- paletteColor?: ColorPalettes;
239
- borderColor?: ColorPalettes;
240
- outlineColor?: ColorPalettes;
241
- boxSizing?: BoxSizings;
242
- top?: Positions;
243
- bottom?: Positions;
244
- left?: Positions;
245
- right?: Positions;
246
- cursor?: Cursors;
247
- }
248
-
249
- export { }
@@ -1,32 +0,0 @@
1
- import { default as default_2 } from 'react';
2
- import { JSX } from 'react/jsx-runtime';
3
-
4
- export declare const Checkbox: ({ isChecked, size, checkboxColor, onClick, }: Props) => JSX.Element;
5
-
6
- declare enum CheckboxColors {
7
- Primary5 = 1,
8
- Secondary5 = 2,
9
- Grey5 = 3,
10
- Red5 = 4,
11
- Green5 = 5,
12
- Blue5 = 6,
13
- Yellow5 = 7
14
- }
15
-
16
- declare enum CheckboxSizes {
17
- Size1 = 1,
18
- Size2 = 2,
19
- Size3 = 3,
20
- Size4 = 4,
21
- Size5 = 5
22
- }
23
-
24
- declare type Props = {
25
- isChecked: boolean;
26
- children?: default_2.ReactNode;
27
- size?: CheckboxSizes;
28
- checkboxColor?: CheckboxColors;
29
- onClick?: (v?: any) => void;
30
- };
31
-
32
- export { }
@@ -1,38 +0,0 @@
1
- import { JSX } from 'react/jsx-runtime';
2
-
3
- declare enum CheckboxColors {
4
- Primary5 = 1,
5
- Secondary5 = 2,
6
- Grey5 = 3,
7
- Red5 = 4,
8
- Green5 = 5,
9
- Blue5 = 6,
10
- Yellow5 = 7
11
- }
12
-
13
- export declare const Checkboxes: ({ options, multiselect, checkboxColor, size, handleClick, }: CheckboxesProps) => JSX.Element;
14
-
15
- declare type CheckboxesProps = {
16
- options: CheckboxOption[];
17
- multiselect: boolean;
18
- checkboxColor: CheckboxColors;
19
- size?: CheckboxSizes;
20
- handleClick: (v: any) => void;
21
- };
22
-
23
- declare type CheckboxOption = {
24
- id: number;
25
- name: string;
26
- value?: any;
27
- isChecked: boolean;
28
- };
29
-
30
- declare enum CheckboxSizes {
31
- Size1 = 1,
32
- Size2 = 2,
33
- Size3 = 3,
34
- Size4 = 4,
35
- Size5 = 5
36
- }
37
-
38
- export { }
@@ -1,159 +0,0 @@
1
- import { FC } from 'react';
2
- import { ReactNode } from 'react';
3
-
4
- export declare const Chip: FC<P>;
5
-
6
- declare enum ChipSizes {
7
- Tiny = 1,
8
- Small = 2,
9
- Medium = 3,
10
- Big = 4
11
- }
12
-
13
- declare enum ChipStyles {
14
- Filled = 1,
15
- Outlined = 2
16
- }
17
-
18
- declare enum ColorPalettes {
19
- Transparent = 1,// (0, 1)
20
- Grey1 = 2,
21
- Grey2 = 3,
22
- Grey3 = 4,
23
- Grey4 = 5,
24
- Grey5 = 6,
25
- Grey6 = 7,
26
- Grey7 = 8,
27
- Grey8 = 9,
28
- Grey9 = 10,
29
- Grey10 = 11,// (2, 11)
30
- Primary1 = 12,
31
- Primary2 = 13,
32
- Primary3 = 14,
33
- Primary4 = 15,
34
- Primary5 = 16,
35
- Primary6 = 17,
36
- Primary7 = 18,
37
- Primary8 = 19,
38
- Primary9 = 20,// (12, 20)
39
- Secondary1 = 21,
40
- Secondary2 = 22,
41
- Secondary3 = 23,
42
- Secondary4 = 24,
43
- Secondary5 = 25,
44
- Secondary6 = 26,
45
- Secondary7 = 27,
46
- Secondary8 = 28,
47
- Secondary9 = 29,// (21, 29)
48
- Red1 = 30,
49
- Red2 = 31,
50
- Red3 = 32,
51
- Red4 = 33,
52
- Red5 = 34,
53
- Red6 = 35,
54
- Red7 = 36,
55
- Red8 = 37,
56
- Red9 = 38,// (30, 38)
57
- Green1 = 39,
58
- Green2 = 40,
59
- Green3 = 41,
60
- Green4 = 42,
61
- Green5 = 43,
62
- Green6 = 44,
63
- Green7 = 45,
64
- Green8 = 46,
65
- Green9 = 47,// (39, 47)
66
- Blue1 = 48,
67
- Blue2 = 49,
68
- Blue3 = 50,
69
- Blue4 = 51,
70
- Blue5 = 52,
71
- Blue6 = 53,
72
- Blue7 = 54,
73
- Blue8 = 55,
74
- Blue9 = 56,// (48, 56)
75
- Yellow1 = 57,
76
- Yellow2 = 58,
77
- Yellow3 = 59,
78
- Yellow4 = 60,
79
- Yellow5 = 61,
80
- Yellow6 = 62,
81
- Yellow7 = 63,
82
- Yellow8 = 64,
83
- Yellow9 = 65,// (57, 65)
84
- Accent1_1 = 66,
85
- Accent1_2 = 67,
86
- Accent1_3 = 68,
87
- Accent1_4 = 69,
88
- Accent1_5 = 70,
89
- Accent1_6 = 71,
90
- Accent1_7 = 72,
91
- Accent1_8 = 73,
92
- Accent1_9 = 74,// (57, 65)
93
- Accent2_1 = 75,
94
- Accent2_2 = 76,
95
- Accent2_3 = 77,
96
- Accent2_4 = 78,
97
- Accent2_5 = 79,
98
- Accent2_6 = 80,
99
- Accent2_7 = 81,
100
- Accent2_8 = 82,
101
- Accent2_9 = 83
102
- }
103
-
104
- declare enum ColorSets {
105
- Transparents = 1,
106
- Greys = 2,
107
- Primarys = 3,
108
- Secondarys = 4,
109
- Reds = 5,
110
- Greens = 6,
111
- Blues = 7,
112
- Yellows = 8,
113
- Accents1 = 9,
114
- Accents2 = 10
115
- }
116
-
117
- declare enum FontSizes {
118
- Size1 = 1,
119
- Size2 = 2,
120
- Size3 = 3,
121
- Size4 = 4,
122
- Size5 = 5,
123
- Size6 = 6,
124
- Size7 = 7,
125
- Size8 = 8,
126
- Size9 = 9,
127
- Size10 = 10
128
- }
129
-
130
- declare interface P {
131
- children: ReactNode;
132
- paddings?: "top bottom" | "left right" | "all";
133
- margin?: Spacings | undefined;
134
- marginTop?: Spacings | undefined;
135
- marginBottom?: Spacings | undefined;
136
- marginLeft?: Spacings | undefined;
137
- marginRight?: Spacings | undefined;
138
- bgColor?: ColorPalettes;
139
- chipStyle?: ChipStyles;
140
- fontSize?: FontSizes;
141
- chipColor?: ColorSets;
142
- size?: ChipSizes;
143
- }
144
-
145
- declare enum Spacings {
146
- Size0 = 1,
147
- Size1 = 2,
148
- Size2 = 3,
149
- Size3 = 4,
150
- Size4 = 5,
151
- Size5 = 6,
152
- Size6 = 7,
153
- Size7 = 8,
154
- Size8 = 9,
155
- Size9 = 10,
156
- Auto = 11
157
- }
158
-
159
- export { }