@inntechcorp/it-design 4.0.0-beta.1 → 4.0.0-beta.2

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 (757) hide show
  1. package/dist/accordion/index.d.ts +2 -2
  2. package/dist/accordion/item/styled.d.ts +2 -2
  3. package/dist/accordion/submenu/styled.d.ts +5 -5
  4. package/dist/alert/index.d.ts +3 -3
  5. package/dist/alink/index.d.ts +1 -1
  6. package/dist/alink/styled.d.ts +1 -1
  7. package/dist/back-top/styled.d.ts +2 -2
  8. package/dist/button/index.d.ts +2 -2
  9. package/dist/calendar/day/Day.d.ts +2 -2
  10. package/dist/calendar/day/styled.d.ts +1 -1
  11. package/dist/calendar/header/styled.d.ts +6 -6
  12. package/dist/calendar/index.d.ts +2 -2
  13. package/dist/calendar/styled.d.ts +6 -6
  14. package/dist/card/CardFooter.d.ts +0 -1
  15. package/dist/card/index.d.ts +8 -8
  16. package/dist/checkbox/group/index.d.ts +1 -1
  17. package/dist/checkbox/index.d.ts +1 -1
  18. package/dist/cjs/_virtual/_commonjsHelpers.js +1 -0
  19. package/dist/cjs/_virtual/customParseFormat.js +1 -0
  20. package/dist/cjs/_virtual/customParseFormat2.js +1 -0
  21. package/dist/cjs/_virtual/dayjs.min.js +1 -0
  22. package/dist/cjs/_virtual/dayjs.min2.js +1 -0
  23. package/dist/cjs/_virtual/localizedFormat.js +1 -0
  24. package/dist/cjs/_virtual/localizedFormat2.js +1 -0
  25. package/dist/cjs/_virtual/react.js +1 -0
  26. package/dist/cjs/accordion/index.js +1 -0
  27. package/dist/cjs/accordion/item/Item.js +1 -0
  28. package/dist/cjs/accordion/item/styled.js +20 -0
  29. package/dist/cjs/accordion/styled.js +15 -0
  30. package/dist/cjs/accordion/submenu/SubMenu.js +1 -0
  31. package/dist/cjs/accordion/submenu/styled.js +214 -0
  32. package/dist/cjs/alert/Description.js +1 -0
  33. package/dist/cjs/alert/Title.js +1 -0
  34. package/dist/cjs/alert/index.js +1 -0
  35. package/dist/cjs/alink/index.js +1 -0
  36. package/dist/cjs/alink/styled.js +5 -0
  37. package/dist/cjs/back-top/index.js +1 -0
  38. package/dist/cjs/back-top/styled.js +25 -0
  39. package/dist/cjs/button/index.js +1 -0
  40. package/dist/cjs/calendar/dates.js +1 -0
  41. package/dist/cjs/calendar/day/Day.js +1 -0
  42. package/dist/cjs/calendar/day/styled.js +91 -0
  43. package/dist/cjs/calendar/header/Header.js +1 -0
  44. package/dist/cjs/calendar/header/styled.js +196 -0
  45. package/dist/cjs/calendar/index.js +1 -0
  46. package/dist/cjs/calendar/styled.js +82 -0
  47. package/dist/cjs/card/Card.js +1 -0
  48. package/dist/cjs/card/CardAction.js +1 -0
  49. package/dist/cjs/card/CardContent.js +1 -0
  50. package/dist/cjs/card/CardDescription.js +1 -0
  51. package/dist/cjs/card/CardFooter.js +1 -0
  52. package/dist/cjs/card/CardHeader.js +1 -0
  53. package/dist/cjs/card/CardTabs.js +1 -0
  54. package/dist/cjs/card/CardTitle.js +1 -0
  55. package/dist/cjs/checkbox/group/index.js +1 -0
  56. package/dist/cjs/checkbox/index.js +1 -0
  57. package/dist/cjs/context/ITDContext.js +1 -0
  58. package/dist/cjs/context/ITDThemeProvider.js +1 -0
  59. package/dist/cjs/context/styled.js +15 -0
  60. package/dist/cjs/datepicker/index.js +1 -0
  61. package/dist/cjs/enums/enum.js +1 -0
  62. package/dist/cjs/flex/index.js +1 -0
  63. package/dist/cjs/flex/styled.js +35 -0
  64. package/dist/cjs/floating/Arrow.js +108 -0
  65. package/dist/cjs/floating/FloatingContent.js +38 -0
  66. package/dist/cjs/form/context/FormContext.js +1 -0
  67. package/dist/cjs/form/context/FormRegistry.js +1 -0
  68. package/dist/cjs/form/context/FormStore.js +1 -0
  69. package/dist/cjs/form/control/Control.js +1 -0
  70. package/dist/cjs/form/group/Group.js +1 -0
  71. package/dist/cjs/form/index.js +1 -0
  72. package/dist/cjs/form/item/Item.js +1 -0
  73. package/dist/cjs/form/validation/TCIdentity.js +1 -0
  74. package/dist/cjs/form/validation/Validator.js +1 -0
  75. package/dist/cjs/form/wrapper/FormWrapper.js +1 -0
  76. package/dist/cjs/helpers/array/ChunkArray.js +1 -0
  77. package/dist/cjs/helpers/aspectratio/DetermineNewHeight.js +1 -0
  78. package/dist/cjs/helpers/aspectratio/DetermineNewWidth.js +1 -0
  79. package/dist/cjs/helpers/base64/Base64Decode.js +1 -0
  80. package/dist/cjs/helpers/base64/Base64Encode.js +1 -0
  81. package/dist/cjs/helpers/binary/FormatBytes.js +1 -0
  82. package/dist/cjs/helpers/binary/GetTypeByFileType.js +1 -0
  83. package/dist/cjs/helpers/checker/CheckFileURL.js +1 -0
  84. package/dist/cjs/helpers/checker/FileChecker.js +1 -0
  85. package/dist/cjs/helpers/country/GetCountryCodeByCurrencyCode.js +1 -0
  86. package/dist/cjs/helpers/country/GetCountryCodeByLanguage.js +1 -0
  87. package/dist/cjs/helpers/css/FindSelector.js +1 -0
  88. package/dist/cjs/helpers/currency/ConvertCurrency.js +1 -0
  89. package/dist/cjs/helpers/currency/GetByCurrency.js +1 -0
  90. package/dist/cjs/helpers/currency/GetCurrencyFormat.js +1 -0
  91. package/dist/cjs/helpers/currency/GetCurrencySymbol.js +1 -0
  92. package/dist/cjs/helpers/currency/GetDecimalByCurrency.js +1 -0
  93. package/dist/cjs/helpers/datetime/FormatDate.js +1 -0
  94. package/dist/cjs/helpers/datetime/FormatDateTime.js +1 -0
  95. package/dist/cjs/helpers/datetime/FormatSimpleDate.js +1 -0
  96. package/dist/cjs/helpers/datetime/FormatSimpleDateTime.js +1 -0
  97. package/dist/cjs/helpers/datetime/FormatTime.js +1 -0
  98. package/dist/cjs/helpers/datetime/dayjsSetup.js +1 -0
  99. package/dist/cjs/helpers/format/ToKebabCase.js +1 -0
  100. package/dist/cjs/helpers/json/IsValidJSON.js +1 -0
  101. package/dist/cjs/helpers/math/AddZero.js +1 -0
  102. package/dist/cjs/helpers/promise/Wait.js +1 -0
  103. package/dist/cjs/helpers/remover/RemoveUnits.js +1 -0
  104. package/dist/cjs/helpers/string/UniUpperCase.js +1 -0
  105. package/dist/cjs/helpers/svg/SVGLoader.js +1 -0
  106. package/dist/cjs/helpers/svg/styles.js +22 -0
  107. package/dist/cjs/helpers/theme/AddDefaultThemeStyle.js +1 -0
  108. package/dist/cjs/helpers/theme/Color.js +1 -0
  109. package/dist/cjs/helpers/theme/GenerateColorScale.js +1 -0
  110. package/dist/cjs/helpers/theme/createTheme.js +1 -0
  111. package/dist/cjs/helpers/theme/cssVariables.js +1 -0
  112. package/dist/cjs/helpers/theme/dark.js +1 -0
  113. package/dist/cjs/helpers/theme/light.js +1 -0
  114. package/dist/cjs/helpers/theme/presets.js +1 -0
  115. package/dist/cjs/helpers/theme/tokens.js +1 -0
  116. package/dist/cjs/helpers/unit/AddDefaultUnit.js +1 -0
  117. package/dist/cjs/hooks/useAddExternalCSS.js +1 -0
  118. package/dist/cjs/hooks/useAvoidCollision.js +1 -0
  119. package/dist/cjs/hooks/useComponentSize.js +1 -0
  120. package/dist/cjs/hooks/useConnectionStatus.js +1 -0
  121. package/dist/cjs/hooks/useConstructor.js +1 -0
  122. package/dist/cjs/hooks/useContextBridge.js +1 -0
  123. package/dist/cjs/hooks/useCoreFetch.js +1 -0
  124. package/dist/cjs/hooks/useFloatingPosition.js +1 -0
  125. package/dist/cjs/hooks/useFloatingTrigger.js +1 -0
  126. package/dist/cjs/hooks/useFocusTrap.js +1 -0
  127. package/dist/cjs/hooks/useKeyboardShortcut.js +1 -0
  128. package/dist/cjs/hooks/useMultiQuery.js +1 -0
  129. package/dist/cjs/hooks/useOnClickOutside.js +1 -0
  130. package/dist/cjs/hooks/useOnESCKeyDown.js +1 -0
  131. package/dist/cjs/hooks/useOnResize.js +1 -0
  132. package/dist/cjs/hooks/useOrientation.js +1 -0
  133. package/dist/cjs/hooks/useReCaptcha.js +1 -0
  134. package/dist/cjs/hooks/useSingleQuery.js +1 -0
  135. package/dist/cjs/hovercard/HoverCard.js +1 -0
  136. package/dist/cjs/hovercard/HoverCardContent.js +1 -0
  137. package/dist/cjs/hovercard/HoverCardTrigger.js +1 -0
  138. package/dist/cjs/hovercard/hoverCardContext.js +1 -0
  139. package/dist/cjs/html/header/H1.js +1 -0
  140. package/dist/cjs/html/header/H2.js +1 -0
  141. package/dist/cjs/html/header/H3.js +1 -0
  142. package/dist/cjs/html/header/H4.js +1 -0
  143. package/dist/cjs/html/header/styled.js +33 -0
  144. package/dist/cjs/icons/Arrow.js +1 -0
  145. package/dist/cjs/icons/BackToTop.js +1 -0
  146. package/dist/cjs/icons/Checkmark.js +1 -0
  147. package/dist/cjs/icons/InlineSelectArrow.js +1 -0
  148. package/dist/cjs/icons/Lock.js +1 -0
  149. package/dist/cjs/icons/NoData.js +1 -0
  150. package/dist/cjs/icons/Picture.js +1 -0
  151. package/dist/cjs/icons/Trash.js +1 -0
  152. package/dist/cjs/icons/Upload.js +1 -0
  153. package/dist/cjs/icons/ZoomIn.js +1 -0
  154. package/dist/cjs/icons/ZoomOut.js +1 -0
  155. package/dist/cjs/image/index.js +1 -0
  156. package/dist/cjs/image/styled.js +4 -0
  157. package/dist/cjs/index.js +1 -0
  158. package/dist/cjs/input/index.js +1 -0
  159. package/dist/cjs/label/index.js +1 -0
  160. package/dist/cjs/locales/en/calendar.json.js +1 -0
  161. package/dist/cjs/locales/en/itd.json.js +1 -0
  162. package/dist/cjs/locales/tr/calendar.json.js +1 -0
  163. package/dist/cjs/locales/tr/itd.json.js +1 -0
  164. package/dist/cjs/logger/index.js +1 -0
  165. package/dist/cjs/modal/container/ModalContainer.js +1 -0
  166. package/dist/cjs/modal/container/styled.js +18 -0
  167. package/dist/cjs/modal/context/ModalContext.js +1 -0
  168. package/dist/cjs/modal/index.js +1 -0
  169. package/dist/cjs/modal/modal/Modal.js +1 -0
  170. package/dist/cjs/modal/modal/styled.js +128 -0
  171. package/dist/cjs/node_modules/@react-spring/animated/dist/react-spring_animated.modern.js +1 -0
  172. package/dist/cjs/node_modules/@react-spring/core/dist/react-spring_core.modern.js +1 -0
  173. package/dist/cjs/node_modules/@react-spring/rafz/dist/react-spring_rafz.modern.js +1 -0
  174. package/dist/cjs/node_modules/@react-spring/shared/dist/react-spring_shared.modern.js +1 -0
  175. package/dist/cjs/node_modules/@react-spring/web/dist/react-spring_web.modern.js +1 -0
  176. package/dist/cjs/node_modules/clsx/dist/clsx.js +1 -0
  177. package/dist/cjs/node_modules/dayjs/dayjs.min.js +1 -0
  178. package/dist/cjs/node_modules/dayjs/plugin/customParseFormat.js +1 -0
  179. package/dist/cjs/node_modules/dayjs/plugin/localizedFormat.js +1 -0
  180. package/dist/cjs/node_modules/fast-deep-equal/react.js +1 -0
  181. package/dist/cjs/node_modules/lodash-es/_Symbol.js +1 -0
  182. package/dist/cjs/node_modules/lodash-es/_arrayMap.js +1 -0
  183. package/dist/cjs/node_modules/lodash-es/_baseGetTag.js +1 -0
  184. package/dist/cjs/node_modules/lodash-es/_baseToString.js +1 -0
  185. package/dist/cjs/node_modules/lodash-es/_freeGlobal.js +1 -0
  186. package/dist/cjs/node_modules/lodash-es/_getRawTag.js +1 -0
  187. package/dist/cjs/node_modules/lodash-es/_objectToString.js +1 -0
  188. package/dist/cjs/node_modules/lodash-es/_root.js +1 -0
  189. package/dist/cjs/node_modules/lodash-es/isArray.js +1 -0
  190. package/dist/cjs/node_modules/lodash-es/isObject.js +1 -0
  191. package/dist/cjs/node_modules/lodash-es/isObjectLike.js +1 -0
  192. package/dist/cjs/node_modules/lodash-es/isSymbol.js +1 -0
  193. package/dist/cjs/node_modules/lodash-es/toString.js +1 -0
  194. package/dist/cjs/node_modules/lodash-es/uniqueId.js +1 -0
  195. package/dist/cjs/node_modules/lucide-react/dist/esm/Icon.js +8 -0
  196. package/dist/cjs/node_modules/lucide-react/dist/esm/createLucideIcon.js +1 -0
  197. package/dist/cjs/node_modules/lucide-react/dist/esm/defaultAttributes.js +1 -0
  198. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/calendar-1.js +8 -0
  199. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/chevron-down.js +8 -0
  200. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/circle-x.js +8 -0
  201. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/eye-off.js +8 -0
  202. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/eye.js +8 -0
  203. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/image-off.js +8 -0
  204. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/info.js +8 -0
  205. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/lock.js +8 -0
  206. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/minus.js +8 -0
  207. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/plus.js +8 -0
  208. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/trash.js +8 -0
  209. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/upload.js +8 -0
  210. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/x.js +8 -0
  211. package/dist/cjs/node_modules/lucide-react/dist/esm/shared/src/utils.js +7 -0
  212. package/dist/cjs/node_modules/overlayscrollbars/overlayscrollbars.js +10 -0
  213. package/dist/cjs/node_modules/overlayscrollbars/styles/overlayscrollbars.css.js +1 -0
  214. package/dist/cjs/node_modules/react-number-format/dist/react-number-format.es.js +1 -0
  215. package/dist/cjs/node_modules/rollup-plugin-node-globals/src/global.js +1 -0
  216. package/dist/cjs/node_modules/rollup-plugin-styles/dist/runtime/inject-css.js +1 -0
  217. package/dist/cjs/node_modules/tailwind-merge/dist/bundle-mjs.js +1 -0
  218. package/dist/cjs/notification/container/Container.js +1 -0
  219. package/dist/cjs/notification/container/styled.js +26 -0
  220. package/dist/cjs/notification/context/NotificationsContext.js +1 -0
  221. package/dist/cjs/notification/index.js +1 -0
  222. package/dist/cjs/notification/item/Item.js +1 -0
  223. package/dist/cjs/notification/item/styled.js +42 -0
  224. package/dist/cjs/popover/Popover.js +1 -0
  225. package/dist/cjs/popover/PopoverContent.js +1 -0
  226. package/dist/cjs/popover/PopoverTrigger.js +1 -0
  227. package/dist/cjs/primitives/Slot.js +1 -0
  228. package/dist/cjs/progress/index.js +1 -0
  229. package/dist/cjs/progress/styled.js +59 -0
  230. package/dist/cjs/radio/button/RadioButton.js +1 -0
  231. package/dist/cjs/radio/button/styled.js +133 -0
  232. package/dist/cjs/radio/group/Group.js +1 -0
  233. package/dist/cjs/radio/group/styled.js +7 -0
  234. package/dist/cjs/radio/index.js +1 -0
  235. package/dist/cjs/result/index.js +1 -0
  236. package/dist/cjs/result/styled.js +109 -0
  237. package/dist/cjs/select/dropdown/Dropdown.js +1 -0
  238. package/dist/cjs/select/index.js +1 -0
  239. package/dist/cjs/select/option/Option.js +1 -0
  240. package/dist/cjs/select/selector/Selector.js +1 -0
  241. package/dist/cjs/select/selector/selectorinput/SelectorInput.js +1 -0
  242. package/dist/cjs/spin/index.js +1 -0
  243. package/dist/cjs/status/index.js +1 -0
  244. package/dist/cjs/switch/index.js +1 -0
  245. package/dist/cjs/table/index.js +1 -0
  246. package/dist/cjs/table/styled.js +458 -0
  247. package/dist/cjs/tabs/index.js +1 -0
  248. package/dist/cjs/textarea/index.js +1 -0
  249. package/dist/cjs/tinyscrollbar/index.js +1 -0
  250. package/dist/cjs/tinyscrollbar/scroll.styled.js +21 -0
  251. package/dist/cjs/tooltip/Tooltip.js +1 -0
  252. package/dist/cjs/tooltip/TooltipContent.js +1 -0
  253. package/dist/cjs/tooltip/TooltipTrigger.js +1 -0
  254. package/dist/cjs/tooltip/tooltipContext.js +1 -0
  255. package/dist/cjs/types/InputProps.js +1 -0
  256. package/dist/cjs/upload/index.js +1 -0
  257. package/dist/cjs/utils/CommonStyledComponents.js +1 -0
  258. package/dist/cjs/utils/ErrorAnnouncement.js +1 -0
  259. package/dist/cjs/utils/GetButtonSizeSlug.js +1 -0
  260. package/dist/cjs/utils/GetSizeSlugBySize.js +1 -0
  261. package/dist/cjs/utils/InlineSVGCached.js +1 -0
  262. package/dist/cjs/utils/cn.js +1 -0
  263. package/dist/context/ITDContext.d.ts +4 -2
  264. package/dist/context/ITDThemeProvider.d.ts +6 -3
  265. package/dist/context/styled.d.ts +1 -1
  266. package/dist/css/alert.css +122 -0
  267. package/dist/css/base.css +392 -0
  268. package/dist/css/button.css +380 -0
  269. package/dist/css/card.css +58 -0
  270. package/dist/css/checkbox.css +251 -0
  271. package/dist/css/common.css +116 -0
  272. package/dist/css/components.css +92 -0
  273. package/dist/css/datepicker.css +75 -0
  274. package/dist/css/form.css +28 -0
  275. package/dist/css/hovercard.css +11 -0
  276. package/dist/css/input.css +421 -0
  277. package/dist/css/popover.css +10 -0
  278. package/dist/css/properties.css +299 -0
  279. package/dist/css/reset.css +310 -0
  280. package/dist/css/select.css +624 -0
  281. package/dist/css/spin.css +31 -0
  282. package/dist/css/status.css +74 -0
  283. package/dist/css/switch.css +178 -0
  284. package/dist/css/tabs.css +167 -0
  285. package/dist/css/textarea.css +208 -0
  286. package/dist/css/tooltip.css +22 -0
  287. package/dist/css/upload.css +335 -0
  288. package/dist/css/utilities.css +565 -0
  289. package/dist/datepicker/index.d.ts +2 -2
  290. package/dist/es/_virtual/_commonjsHelpers.js +1 -0
  291. package/dist/es/_virtual/customParseFormat.js +1 -0
  292. package/dist/es/_virtual/customParseFormat2.js +1 -0
  293. package/dist/es/_virtual/dayjs.min.js +1 -0
  294. package/dist/es/_virtual/dayjs.min2.js +1 -0
  295. package/dist/es/_virtual/localizedFormat.js +1 -0
  296. package/dist/es/_virtual/localizedFormat2.js +1 -0
  297. package/dist/es/_virtual/react.js +1 -0
  298. package/dist/es/accordion/index.js +1 -0
  299. package/dist/es/accordion/item/Item.js +1 -0
  300. package/dist/es/accordion/item/styled.js +20 -0
  301. package/dist/es/accordion/styled.js +15 -0
  302. package/dist/es/accordion/submenu/SubMenu.js +1 -0
  303. package/dist/es/accordion/submenu/styled.js +214 -0
  304. package/dist/es/alert/Description.js +1 -0
  305. package/dist/es/alert/Title.js +1 -0
  306. package/dist/es/alert/index.js +1 -0
  307. package/dist/es/alink/index.js +1 -0
  308. package/dist/es/alink/styled.js +5 -0
  309. package/dist/es/back-top/index.js +1 -0
  310. package/dist/es/back-top/styled.js +25 -0
  311. package/dist/es/button/index.js +1 -0
  312. package/dist/es/calendar/dates.js +1 -0
  313. package/dist/es/calendar/day/Day.js +1 -0
  314. package/dist/es/calendar/day/styled.js +91 -0
  315. package/dist/es/calendar/header/Header.js +1 -0
  316. package/dist/es/calendar/header/styled.js +196 -0
  317. package/dist/es/calendar/index.js +1 -0
  318. package/dist/es/calendar/styled.js +82 -0
  319. package/dist/es/card/Card.js +1 -0
  320. package/dist/es/card/CardAction.js +1 -0
  321. package/dist/es/card/CardContent.js +1 -0
  322. package/dist/es/card/CardDescription.js +1 -0
  323. package/dist/es/card/CardFooter.js +1 -0
  324. package/dist/es/card/CardHeader.js +1 -0
  325. package/dist/es/card/CardTabs.js +1 -0
  326. package/dist/es/card/CardTitle.js +1 -0
  327. package/dist/es/checkbox/group/index.js +1 -0
  328. package/dist/es/checkbox/index.js +1 -0
  329. package/dist/es/context/ITDContext.js +1 -0
  330. package/dist/es/context/ITDThemeProvider.js +1 -0
  331. package/dist/es/context/styled.js +15 -0
  332. package/dist/es/datepicker/index.js +1 -0
  333. package/dist/es/enums/enum.js +1 -0
  334. package/dist/es/flex/index.js +1 -0
  335. package/dist/es/flex/styled.js +35 -0
  336. package/dist/es/floating/Arrow.js +108 -0
  337. package/dist/es/floating/FloatingContent.js +38 -0
  338. package/dist/es/form/context/FormContext.js +1 -0
  339. package/dist/es/form/context/FormRegistry.js +1 -0
  340. package/dist/es/form/context/FormStore.js +1 -0
  341. package/dist/es/form/control/Control.js +1 -0
  342. package/dist/es/form/group/Group.js +1 -0
  343. package/dist/es/form/index.js +1 -0
  344. package/dist/es/form/item/Item.js +1 -0
  345. package/dist/es/form/validation/TCIdentity.js +1 -0
  346. package/dist/es/form/validation/Validator.js +1 -0
  347. package/dist/es/form/wrapper/FormWrapper.js +1 -0
  348. package/dist/es/helpers/array/ChunkArray.js +1 -0
  349. package/dist/es/helpers/aspectratio/DetermineNewHeight.js +1 -0
  350. package/dist/es/helpers/aspectratio/DetermineNewWidth.js +1 -0
  351. package/dist/es/helpers/base64/Base64Decode.js +1 -0
  352. package/dist/es/helpers/base64/Base64Encode.js +1 -0
  353. package/dist/es/helpers/binary/FormatBytes.js +1 -0
  354. package/dist/es/helpers/binary/GetTypeByFileType.js +1 -0
  355. package/dist/es/helpers/checker/CheckFileURL.js +1 -0
  356. package/dist/es/helpers/checker/FileChecker.js +1 -0
  357. package/dist/es/helpers/country/GetCountryCodeByCurrencyCode.js +1 -0
  358. package/dist/es/helpers/country/GetCountryCodeByLanguage.js +1 -0
  359. package/dist/es/helpers/css/FindSelector.js +1 -0
  360. package/dist/es/helpers/currency/ConvertCurrency.js +1 -0
  361. package/dist/es/helpers/currency/GetByCurrency.js +1 -0
  362. package/dist/es/helpers/currency/GetCurrencyFormat.js +1 -0
  363. package/dist/es/helpers/currency/GetCurrencySymbol.js +1 -0
  364. package/dist/es/helpers/currency/GetDecimalByCurrency.js +1 -0
  365. package/dist/es/helpers/datetime/FormatDate.js +1 -0
  366. package/dist/es/helpers/datetime/FormatDateTime.js +1 -0
  367. package/dist/es/helpers/datetime/FormatSimpleDate.js +1 -0
  368. package/dist/es/helpers/datetime/FormatSimpleDateTime.js +1 -0
  369. package/dist/es/helpers/datetime/FormatTime.js +1 -0
  370. package/dist/es/helpers/datetime/dayjsSetup.js +1 -0
  371. package/dist/es/helpers/format/ToKebabCase.js +1 -0
  372. package/dist/es/helpers/json/IsValidJSON.js +1 -0
  373. package/dist/es/helpers/math/AddZero.js +1 -0
  374. package/dist/es/helpers/promise/Wait.js +1 -0
  375. package/dist/es/helpers/remover/RemoveUnits.js +1 -0
  376. package/dist/es/helpers/string/UniUpperCase.js +1 -0
  377. package/dist/es/helpers/svg/SVGLoader.js +1 -0
  378. package/dist/es/helpers/svg/styles.js +22 -0
  379. package/dist/es/helpers/theme/AddDefaultThemeStyle.js +1 -0
  380. package/dist/es/helpers/theme/Color.js +1 -0
  381. package/dist/es/helpers/theme/GenerateColorScale.js +1 -0
  382. package/dist/es/helpers/theme/createTheme.js +1 -0
  383. package/dist/es/helpers/theme/cssVariables.js +1 -0
  384. package/dist/es/helpers/theme/dark.js +1 -0
  385. package/dist/es/helpers/theme/light.js +1 -0
  386. package/dist/es/helpers/theme/presets.js +1 -0
  387. package/dist/es/helpers/theme/tokens.js +1 -0
  388. package/dist/es/helpers/unit/AddDefaultUnit.js +1 -0
  389. package/dist/es/hooks/useAddExternalCSS.js +1 -0
  390. package/dist/es/hooks/useAvoidCollision.js +1 -0
  391. package/dist/es/hooks/useComponentSize.js +1 -0
  392. package/dist/es/hooks/useConnectionStatus.js +1 -0
  393. package/dist/es/hooks/useConstructor.js +1 -0
  394. package/dist/es/hooks/useContextBridge.js +1 -0
  395. package/dist/es/hooks/useCoreFetch.js +1 -0
  396. package/dist/es/hooks/useFloatingPosition.js +1 -0
  397. package/dist/es/hooks/useFloatingTrigger.js +1 -0
  398. package/dist/es/hooks/useFocusTrap.js +1 -0
  399. package/dist/es/hooks/useKeyboardShortcut.js +1 -0
  400. package/dist/es/hooks/useMultiQuery.js +1 -0
  401. package/dist/es/hooks/useOnClickOutside.js +1 -0
  402. package/dist/es/hooks/useOnESCKeyDown.js +1 -0
  403. package/dist/es/hooks/useOnResize.js +1 -0
  404. package/dist/es/hooks/useOrientation.js +1 -0
  405. package/dist/es/hooks/useReCaptcha.js +1 -0
  406. package/dist/es/hooks/useSingleQuery.js +1 -0
  407. package/dist/es/hovercard/HoverCard.js +1 -0
  408. package/dist/es/hovercard/HoverCardContent.js +1 -0
  409. package/dist/es/hovercard/HoverCardTrigger.js +1 -0
  410. package/dist/es/hovercard/hoverCardContext.js +1 -0
  411. package/dist/es/html/header/H1.js +1 -0
  412. package/dist/es/html/header/H2.js +1 -0
  413. package/dist/es/html/header/H3.js +1 -0
  414. package/dist/es/html/header/H4.js +1 -0
  415. package/dist/es/html/header/styled.js +33 -0
  416. package/dist/es/icons/Arrow.js +1 -0
  417. package/dist/es/icons/BackToTop.js +1 -0
  418. package/dist/es/icons/Checkmark.js +1 -0
  419. package/dist/es/icons/InlineSelectArrow.js +1 -0
  420. package/dist/es/icons/Lock.js +1 -0
  421. package/dist/es/icons/NoData.js +1 -0
  422. package/dist/es/icons/Picture.js +1 -0
  423. package/dist/es/icons/Trash.js +1 -0
  424. package/dist/es/icons/Upload.js +1 -0
  425. package/dist/es/icons/ZoomIn.js +1 -0
  426. package/dist/es/icons/ZoomOut.js +1 -0
  427. package/dist/es/image/index.js +1 -0
  428. package/dist/es/image/styled.js +4 -0
  429. package/dist/es/index.js +1 -0
  430. package/dist/es/input/index.js +1 -0
  431. package/dist/es/label/index.js +1 -0
  432. package/dist/es/locales/en/calendar.json.js +1 -0
  433. package/dist/es/locales/en/itd.json.js +1 -0
  434. package/dist/es/locales/tr/calendar.json.js +1 -0
  435. package/dist/es/locales/tr/itd.json.js +1 -0
  436. package/dist/es/logger/index.js +1 -0
  437. package/dist/es/modal/container/ModalContainer.js +1 -0
  438. package/dist/es/modal/container/styled.js +18 -0
  439. package/dist/es/modal/context/ModalContext.js +1 -0
  440. package/dist/es/modal/index.js +1 -0
  441. package/dist/es/modal/modal/Modal.js +1 -0
  442. package/dist/es/modal/modal/styled.js +128 -0
  443. package/dist/es/node_modules/@react-spring/animated/dist/react-spring_animated.modern.js +1 -0
  444. package/dist/es/node_modules/@react-spring/core/dist/react-spring_core.modern.js +1 -0
  445. package/dist/es/node_modules/@react-spring/rafz/dist/react-spring_rafz.modern.js +1 -0
  446. package/dist/es/node_modules/@react-spring/shared/dist/react-spring_shared.modern.js +1 -0
  447. package/dist/es/node_modules/@react-spring/web/dist/react-spring_web.modern.js +1 -0
  448. package/dist/es/node_modules/clsx/dist/clsx.js +1 -0
  449. package/dist/es/node_modules/dayjs/dayjs.min.js +1 -0
  450. package/dist/es/node_modules/dayjs/plugin/customParseFormat.js +1 -0
  451. package/dist/es/node_modules/dayjs/plugin/localizedFormat.js +1 -0
  452. package/dist/es/node_modules/fast-deep-equal/react.js +1 -0
  453. package/dist/es/node_modules/lodash-es/_Symbol.js +1 -0
  454. package/dist/es/node_modules/lodash-es/_arrayMap.js +1 -0
  455. package/dist/es/node_modules/lodash-es/_baseGetTag.js +1 -0
  456. package/dist/es/node_modules/lodash-es/_baseToString.js +1 -0
  457. package/dist/es/node_modules/lodash-es/_freeGlobal.js +1 -0
  458. package/dist/es/node_modules/lodash-es/_getRawTag.js +1 -0
  459. package/dist/es/node_modules/lodash-es/_objectToString.js +1 -0
  460. package/dist/es/node_modules/lodash-es/_root.js +1 -0
  461. package/dist/es/node_modules/lodash-es/isArray.js +1 -0
  462. package/dist/es/node_modules/lodash-es/isObject.js +1 -0
  463. package/dist/es/node_modules/lodash-es/isObjectLike.js +1 -0
  464. package/dist/es/node_modules/lodash-es/isSymbol.js +1 -0
  465. package/dist/es/node_modules/lodash-es/toString.js +1 -0
  466. package/dist/es/node_modules/lodash-es/uniqueId.js +1 -0
  467. package/dist/es/node_modules/lucide-react/dist/esm/Icon.js +7 -0
  468. package/dist/es/node_modules/lucide-react/dist/esm/createLucideIcon.js +7 -0
  469. package/dist/es/node_modules/lucide-react/dist/esm/defaultAttributes.js +7 -0
  470. package/dist/es/node_modules/lucide-react/dist/esm/icons/calendar-1.js +7 -0
  471. package/dist/es/node_modules/lucide-react/dist/esm/icons/chevron-down.js +7 -0
  472. package/dist/es/node_modules/lucide-react/dist/esm/icons/circle-x.js +7 -0
  473. package/dist/es/node_modules/lucide-react/dist/esm/icons/eye-off.js +7 -0
  474. package/dist/es/node_modules/lucide-react/dist/esm/icons/eye.js +7 -0
  475. package/dist/es/node_modules/lucide-react/dist/esm/icons/image-off.js +7 -0
  476. package/dist/es/node_modules/lucide-react/dist/esm/icons/info.js +7 -0
  477. package/dist/es/node_modules/lucide-react/dist/esm/icons/lock.js +7 -0
  478. package/dist/es/node_modules/lucide-react/dist/esm/icons/minus.js +7 -0
  479. package/dist/es/node_modules/lucide-react/dist/esm/icons/plus.js +7 -0
  480. package/dist/es/node_modules/lucide-react/dist/esm/icons/trash.js +7 -0
  481. package/dist/es/node_modules/lucide-react/dist/esm/icons/upload.js +7 -0
  482. package/dist/es/node_modules/lucide-react/dist/esm/icons/x.js +7 -0
  483. package/dist/es/node_modules/lucide-react/dist/esm/shared/src/utils.js +7 -0
  484. package/dist/es/node_modules/overlayscrollbars/overlayscrollbars.js +10 -0
  485. package/dist/es/node_modules/overlayscrollbars/styles/overlayscrollbars.css.js +1 -0
  486. package/dist/es/node_modules/react-number-format/dist/react-number-format.es.js +1 -0
  487. package/dist/es/node_modules/rollup-plugin-node-globals/src/global.js +1 -0
  488. package/dist/es/node_modules/rollup-plugin-styles/dist/runtime/inject-css.js +1 -0
  489. package/dist/es/node_modules/tailwind-merge/dist/bundle-mjs.js +1 -0
  490. package/dist/es/notification/container/Container.js +1 -0
  491. package/dist/es/notification/container/styled.js +26 -0
  492. package/dist/es/notification/context/NotificationsContext.js +1 -0
  493. package/dist/es/notification/index.js +1 -0
  494. package/dist/es/notification/item/Item.js +1 -0
  495. package/dist/es/notification/item/styled.js +42 -0
  496. package/dist/es/popover/Popover.js +1 -0
  497. package/dist/es/popover/PopoverContent.js +1 -0
  498. package/dist/es/popover/PopoverTrigger.js +1 -0
  499. package/dist/es/primitives/Slot.js +1 -0
  500. package/dist/es/progress/index.js +1 -0
  501. package/dist/es/progress/styled.js +59 -0
  502. package/dist/es/radio/button/RadioButton.js +1 -0
  503. package/dist/es/radio/button/styled.js +133 -0
  504. package/dist/es/radio/group/Group.js +1 -0
  505. package/dist/es/radio/group/styled.js +7 -0
  506. package/dist/es/radio/index.js +1 -0
  507. package/dist/es/result/index.js +1 -0
  508. package/dist/es/result/styled.js +109 -0
  509. package/dist/es/select/dropdown/Dropdown.js +1 -0
  510. package/dist/es/select/index.js +1 -0
  511. package/dist/es/select/option/Option.js +1 -0
  512. package/dist/es/select/selector/Selector.js +1 -0
  513. package/dist/es/select/selector/selectorinput/SelectorInput.js +1 -0
  514. package/dist/es/spin/index.js +1 -0
  515. package/dist/es/status/index.js +1 -0
  516. package/dist/es/switch/index.js +1 -0
  517. package/dist/es/table/index.js +1 -0
  518. package/dist/es/table/styled.js +458 -0
  519. package/dist/es/tabs/index.js +1 -0
  520. package/dist/es/textarea/index.js +1 -0
  521. package/dist/es/tinyscrollbar/index.js +1 -0
  522. package/dist/es/tinyscrollbar/scroll.styled.js +21 -0
  523. package/dist/es/tooltip/Tooltip.js +1 -0
  524. package/dist/es/tooltip/TooltipContent.js +1 -0
  525. package/dist/es/tooltip/TooltipTrigger.js +1 -0
  526. package/dist/es/tooltip/tooltipContext.js +1 -0
  527. package/dist/es/types/InputProps.js +1 -0
  528. package/dist/es/upload/index.js +1 -0
  529. package/dist/es/utils/CommonStyledComponents.js +1 -0
  530. package/dist/es/utils/ErrorAnnouncement.js +1 -0
  531. package/dist/es/utils/GetButtonSizeSlug.js +1 -0
  532. package/dist/es/utils/GetSizeSlugBySize.js +1 -0
  533. package/dist/es/utils/InlineSVGCached.js +1 -0
  534. package/dist/es/utils/cn.js +1 -0
  535. package/dist/flex/index.d.ts +1 -1
  536. package/dist/flex/styled.d.ts +2 -2
  537. package/dist/floating/Arrow.d.ts +1 -1
  538. package/dist/floating/FloatingContent.d.ts +1 -1
  539. package/dist/floating/mergeTriggerProps.d.ts +1 -1
  540. package/dist/form/context/FormContext.d.ts +4 -3
  541. package/dist/form/context/FormRegistry.d.ts +13 -0
  542. package/dist/form/context/FormStore.d.ts +5 -4
  543. package/dist/form/control/Control.d.ts +3 -2
  544. package/dist/form/group/Group.d.ts +1 -1
  545. package/dist/form/index.d.ts +5 -5
  546. package/dist/form/item/Item.d.ts +2 -2
  547. package/dist/form/validation/Validator.d.ts +2 -2
  548. package/dist/form/wrapper/FormWrapper.d.ts +2 -2
  549. package/dist/global.css +48 -0
  550. package/dist/helpers/binary/GetTypeByFileType.d.ts +2 -2
  551. package/dist/helpers/currency/GetCurrencySymbol.d.ts +1 -1
  552. package/dist/helpers/datetime/FormatTime.d.ts +1 -1
  553. package/dist/helpers/datetime/dayjsSetup.d.ts +1 -1
  554. package/dist/helpers/index.d.ts +35 -36
  555. package/dist/helpers/svg/styles.d.ts +1 -1
  556. package/dist/helpers/theme/createTheme.d.ts +8 -0
  557. package/dist/helpers/theme/cssVariables.d.ts +17 -6
  558. package/dist/helpers/theme/dark.d.ts +1 -1
  559. package/dist/helpers/theme/index.d.ts +12 -9
  560. package/dist/helpers/theme/light.d.ts +1 -1
  561. package/dist/helpers/theme/presets.d.ts +12 -0
  562. package/dist/helpers/theme/themes.d.ts +2 -2
  563. package/dist/hooks/index.d.ts +15 -15
  564. package/dist/hooks/useComponentSize.d.ts +1 -1
  565. package/dist/hooks/useConnectionStatus.d.ts +1 -1
  566. package/dist/hooks/useFloatingPosition.d.ts +2 -2
  567. package/dist/hooks/useFloatingTrigger.d.ts +2 -2
  568. package/dist/hooks/useFocusTrap.d.ts +1 -1
  569. package/dist/hooks/useOnClickOutside.d.ts +1 -1
  570. package/dist/hooks/useSingleQuery.d.ts +1 -1
  571. package/dist/hovercard/HoverCardContent.d.ts +1 -1
  572. package/dist/hovercard/hoverCardContext.d.ts +1 -1
  573. package/dist/hovercard/index.d.ts +3 -3
  574. package/dist/html/header/H1.d.ts +1 -1
  575. package/dist/html/header/H2.d.ts +1 -1
  576. package/dist/html/header/H3.d.ts +1 -1
  577. package/dist/html/header/H4.d.ts +1 -1
  578. package/dist/html/header/index.d.ts +4 -4
  579. package/dist/html/header/styled.d.ts +4 -4
  580. package/dist/icons/index.d.ts +11 -11
  581. package/dist/image/index.d.ts +1 -1
  582. package/dist/image/styled.d.ts +4 -6
  583. package/dist/index.d.mts +759 -0
  584. package/dist/index.d.ts +2708 -112
  585. package/dist/input/index.d.ts +14 -13
  586. package/dist/input/style.settings.d.ts +1 -1
  587. package/dist/label/index.d.ts +1 -1
  588. package/dist/label/style.settings.d.ts +1 -1
  589. package/dist/label/styled.d.ts +14 -14
  590. package/dist/locales/{tr/calendar.json.d.ts → calendar.json} +2 -4
  591. package/dist/locales/en/{calendar.json.d.ts → calendar.json} +2 -4
  592. package/dist/locales/en/{itd.json.d.ts → itd.json} +1 -4
  593. package/dist/locales/{tr/itd.json.d.ts → itd.json} +2 -4
  594. package/dist/locales/tr/calendar.json +30 -0
  595. package/dist/locales/tr/itd.json +337 -0
  596. package/dist/modal/container/ModalContainer.d.ts +4 -4
  597. package/dist/modal/container/styled.d.ts +2 -4
  598. package/dist/modal/context/ModalContext.d.ts +3 -3
  599. package/dist/modal/index.d.ts +1 -1
  600. package/dist/modal/modal/Modal.d.ts +2 -2
  601. package/dist/modal/modal/styled.d.ts +11 -11
  602. package/dist/notification/context/NotificationsContext.d.ts +2 -2
  603. package/dist/notification/index.d.ts +1 -1
  604. package/dist/popover/Popover.d.ts +1 -1
  605. package/dist/popover/PopoverContent.d.ts +1 -1
  606. package/dist/popover/index.d.ts +3 -3
  607. package/dist/primitives/Slot.d.ts +2 -2
  608. package/dist/progress/styled.d.ts +1 -1
  609. package/dist/radio/button/RadioButton.d.ts +1 -1
  610. package/dist/radio/button/styled.d.ts +8 -8
  611. package/dist/radio/group/Group.d.ts +3 -3
  612. package/dist/radio/group/styled.d.ts +1 -1
  613. package/dist/radio/index.d.ts +2 -2
  614. package/dist/result/index.d.ts +1 -1
  615. package/dist/result/styled.d.ts +9 -9
  616. package/dist/select/dropdown/Dropdown.d.ts +3 -3
  617. package/dist/select/index.d.ts +1 -1
  618. package/dist/select/option/Option.d.ts +4 -4
  619. package/dist/select/selector/selectorinput/SelectorInput.d.ts +2 -2
  620. package/dist/select/style.settings.d.ts +1 -1
  621. package/dist/stats.html +4949 -0
  622. package/dist/stories/Accordion.stories.d.ts +3 -3
  623. package/dist/stories/Alert.stories.d.ts +3 -3
  624. package/dist/stories/AlertComposition.d.ts +1 -0
  625. package/dist/stories/AlertComposition.stories.d.ts +2 -1
  626. package/dist/stories/Button.stories.d.ts +9 -3
  627. package/dist/stories/Card.d.ts +9 -2
  628. package/dist/stories/Card.stories.d.ts +6 -4
  629. package/dist/stories/Checkbox.stories.d.ts +3 -3
  630. package/dist/stories/CheckboxGroup.stories.d.ts +3 -3
  631. package/dist/stories/CheckboxGroupControl.stories.d.ts +3 -3
  632. package/dist/stories/ColorScale.stories.d.ts +2 -2
  633. package/dist/stories/ColorScaleCompare.stories.d.ts +2 -2
  634. package/dist/stories/DatePicker.stories.d.ts +3 -3
  635. package/dist/stories/Form.d.ts +1 -1
  636. package/dist/stories/Form.stories.d.ts +3 -2
  637. package/dist/stories/Header.stories.d.ts +5 -5
  638. package/dist/stories/HoverCard.stories.d.ts +1 -1
  639. package/dist/stories/Input.stories.d.ts +2 -2
  640. package/dist/stories/ModalManager.stories.d.ts +2 -2
  641. package/dist/stories/Page.stories.d.ts +2 -2
  642. package/dist/stories/Popover.stories.d.ts +2 -2
  643. package/dist/stories/Progress.stories.d.ts +3 -3
  644. package/dist/stories/RadioGroup.stories.d.ts +2 -2
  645. package/dist/stories/Result.stories.d.ts +3 -3
  646. package/dist/stories/Select.stories.d.ts +3 -3
  647. package/dist/stories/Status.stories.d.ts +3 -3
  648. package/dist/stories/Switch.stories.d.ts +4 -4
  649. package/dist/stories/Table.stories.d.ts +2 -2
  650. package/dist/stories/Tabs.stories.d.ts +7 -7
  651. package/dist/stories/TextArea.stories.d.ts +3 -3
  652. package/dist/stories/Tooltip.stories.d.ts +2 -2
  653. package/dist/stories/Upload.stories.d.ts +3 -3
  654. package/dist/stories/root/index.d.ts +1 -1
  655. package/dist/stories/select.styled.d.ts +1 -1
  656. package/dist/switch/index.d.ts +3 -2
  657. package/dist/table/index.d.ts +2 -2
  658. package/dist/table/styled.d.ts +5 -5
  659. package/dist/tabs/index.d.ts +2 -2
  660. package/dist/textarea/index.d.ts +1 -1
  661. package/dist/tinyscrollbar/index.d.ts +2 -1
  662. package/dist/tinyscrollbar/scroll.styled.d.ts +1 -1
  663. package/dist/tinyscrollbar/styled.d.ts +1 -1
  664. package/dist/tooltip/TooltipContent.d.ts +1 -4
  665. package/dist/tooltip/index.d.ts +3 -3
  666. package/dist/tooltip/tooltipContext.d.ts +1 -1
  667. package/dist/types/AccordionItemProps.d.ts +1 -1
  668. package/dist/types/AccordionProps.d.ts +1 -1
  669. package/dist/types/AccordionSubMenuProps.d.ts +1 -1
  670. package/dist/types/AlertProps.d.ts +4 -3
  671. package/dist/types/ButtonProps.d.ts +5 -6
  672. package/dist/types/CalendarProps.d.ts +4 -4
  673. package/dist/types/CardProps.d.ts +2 -2
  674. package/dist/types/CheckboxProps.d.ts +3 -3
  675. package/dist/types/ChildrenProps.d.ts +2 -1
  676. package/dist/types/DatePickerProps.d.ts +7 -6
  677. package/dist/types/FlexProps.d.ts +2 -2
  678. package/dist/types/FormProps.d.ts +9 -8
  679. package/dist/types/ITDProps.d.ts +1 -1
  680. package/dist/types/InputProps.d.ts +5 -4
  681. package/dist/types/LabelProps.d.ts +1 -1
  682. package/dist/types/ModalProps.d.ts +2 -2
  683. package/dist/types/PopoverProps.d.ts +2 -2
  684. package/dist/types/RadioProps.d.ts +2 -2
  685. package/dist/types/ResultProps.d.ts +1 -1
  686. package/dist/types/SelectProps.d.ts +4 -4
  687. package/dist/types/SingleQueryProps.d.ts +1 -1
  688. package/dist/types/StatusProps.d.ts +2 -2
  689. package/dist/types/SwitchProps.d.ts +2 -2
  690. package/dist/types/TableProps.d.ts +2 -2
  691. package/dist/types/TabsProps.d.ts +9 -2
  692. package/dist/types/TextAreaProps.d.ts +4 -3
  693. package/dist/types/Theme.d.ts +26 -1
  694. package/dist/types/UploadProps.d.ts +3 -2
  695. package/dist/upload/index.d.ts +2 -2
  696. package/dist/utils/CommonStyledComponents.d.ts +13 -10
  697. package/dist/utils/GetButtonSizeSlug.d.ts +1 -1
  698. package/dist/utils/GetIconSizeBySize.d.ts +1 -1
  699. package/dist/utils/GetSizeBySizeSlug.d.ts +2 -2
  700. package/dist/utils/GetSizeSlugBySize.d.ts +2 -2
  701. package/dist/utils/InlineSVGCached.d.ts +1 -1
  702. package/dist/utils/cn.d.ts +2 -0
  703. package/dist/utils/index.d.ts +6 -6
  704. package/package.json +20 -11
  705. package/dist/accordion/styled.d.ts +0 -1
  706. package/dist/alert/alert.style.error.d.ts +0 -4
  707. package/dist/alert/alert.style.info.d.ts +0 -4
  708. package/dist/alert/alert.style.neutral.d.ts +0 -4
  709. package/dist/alert/alert.style.success.d.ts +0 -4
  710. package/dist/alert/alert.style.warning.d.ts +0 -4
  711. package/dist/alert/styled.d.ts +0 -4
  712. package/dist/button/button.style.default.d.ts +0 -4
  713. package/dist/button/button.style.filled.d.ts +0 -4
  714. package/dist/button/button.style.ghost.d.ts +0 -4
  715. package/dist/button/button.style.icon.d.ts +0 -5
  716. package/dist/button/button.style.link.d.ts +0 -4
  717. package/dist/button/button.style.outline.d.ts +0 -4
  718. package/dist/button/button.style.size.d.ts +0 -7
  719. package/dist/button/button.style.solid.d.ts +0 -4
  720. package/dist/button/styled.d.ts +0 -3
  721. package/dist/card/styles.d.ts +0 -15
  722. package/dist/checkbox/group/styled.d.ts +0 -2
  723. package/dist/checkbox/styled.d.ts +0 -10
  724. package/dist/datepicker/styled.d.ts +0 -9
  725. package/dist/form/control/styled.d.ts +0 -4
  726. package/dist/form/group/styled.d.ts +0 -5
  727. package/dist/helpers/locale/getLocaleDateByString.d.ts +0 -1
  728. package/dist/helpers/theme/UpdateThemeStyle.d.ts +0 -5
  729. package/dist/index.cjs.js +0 -5727
  730. package/dist/index.cjs.js.map +0 -1
  731. package/dist/index.css +0 -1
  732. package/dist/index.es.js +0 -22339
  733. package/dist/index.es.js.map +0 -1
  734. package/dist/index.iife.js +0 -5728
  735. package/dist/index.iife.js.map +0 -1
  736. package/dist/index.umd.js +0 -5728
  737. package/dist/index.umd.js.map +0 -1
  738. package/dist/input/styled.d.ts +0 -27
  739. package/dist/link/index.d.ts +0 -2
  740. package/dist/logger/index.d.ts +0 -9
  741. package/dist/notification/container/Container.d.ts +0 -5
  742. package/dist/notification/container/styled.d.ts +0 -1
  743. package/dist/notification/item/Item.d.ts +0 -12
  744. package/dist/notification/item/styled.d.ts +0 -1166
  745. package/dist/reportWebVitals.d.ts +0 -2
  746. package/dist/select/dropdown/styled.d.ts +0 -14
  747. package/dist/select/option/styled.d.ts +0 -5
  748. package/dist/select/selector/selectorinput/styled.d.ts +0 -2
  749. package/dist/select/selector/styled.d.ts +0 -16
  750. package/dist/select/styled.d.ts +0 -9
  751. package/dist/setupTests.d.ts +0 -1
  752. package/dist/spin/styled.d.ts +0 -10
  753. package/dist/status/styled.d.ts +0 -6
  754. package/dist/switch/styled.d.ts +0 -5
  755. package/dist/tabs/styles.d.ts +0 -8
  756. package/dist/textarea/styled.d.ts +0 -6
  757. package/dist/upload/styled.d.ts +0 -12
@@ -0,0 +1,759 @@
1
+ import trCalendar from './locales/tr/calendar.json';
2
+ import enCalendar from './locales/en/calendar.json';
3
+ export declare const locales: {
4
+ tr: {
5
+ itd: {
6
+ success: string;
7
+ error: string;
8
+ table: {
9
+ noData: string;
10
+ };
11
+ placeholders: {
12
+ username: string;
13
+ email: string;
14
+ password: string;
15
+ confirmPassword: string;
16
+ typeYourNoteHere: string;
17
+ selectGender: string;
18
+ selectCurrency: string;
19
+ selectLanguage: string;
20
+ selectCountry: string;
21
+ birthday: string;
22
+ multipleSelection: string;
23
+ };
24
+ texts: {
25
+ enabledNotifications: string;
26
+ create: string;
27
+ read: string;
28
+ update: string;
29
+ delete: string;
30
+ selectAll: string;
31
+ termsAndConditions: string;
32
+ campaignTitle: string;
33
+ campaignDescription: string;
34
+ formTitle: string;
35
+ formDescription: string;
36
+ };
37
+ options: {
38
+ all: string;
39
+ male: string;
40
+ female: string;
41
+ languages: {
42
+ turkish: string;
43
+ english: string;
44
+ };
45
+ };
46
+ buttons: {
47
+ submit: string;
48
+ reset: string;
49
+ };
50
+ errors: {
51
+ required: string;
52
+ minLength: string;
53
+ maxLength: string;
54
+ exactLength: string;
55
+ passwordRule: string;
56
+ invalidEmailAddress: string;
57
+ passwordsDontMatch: string;
58
+ usernameRule: string;
59
+ wrongTCIdentity: string;
60
+ fieldMustBeTheSame: string;
61
+ siteUsernameRule: string;
62
+ adminUsernameRule: string;
63
+ invalidURL: string;
64
+ fieldMustBeDifferent: string;
65
+ forbiddenWords: string;
66
+ };
67
+ uploader: {
68
+ header: string;
69
+ hint: string;
70
+ fileUploading: string;
71
+ info: string;
72
+ delete: string;
73
+ preview: string;
74
+ error: string;
75
+ fileFormatError: string;
76
+ fileSizeError: string;
77
+ fileUploadSuccess: string;
78
+ fileUploadFailed: string;
79
+ removeFileSuccess: string;
80
+ browserDoesntSupportDND: string;
81
+ calculating: string;
82
+ removeFile: string;
83
+ areYouSureToDeleteThisFile: string;
84
+ yes: string;
85
+ no: string;
86
+ };
87
+ results: {
88
+ authentication: {
89
+ title: string;
90
+ subtitle: string;
91
+ button: string;
92
+ };
93
+ };
94
+ currencies: {
95
+ TRY: string;
96
+ EUR: string;
97
+ USD: string;
98
+ GBP: string;
99
+ JPY: string;
100
+ CHF: string;
101
+ CAD: string;
102
+ AUD: string;
103
+ NZD: string;
104
+ RUB: string;
105
+ INR: string;
106
+ BRL: string;
107
+ MXN: string;
108
+ ARS: string;
109
+ CLP: string;
110
+ COP: string;
111
+ PEN: string;
112
+ ZAR: string;
113
+ };
114
+ countries: {
115
+ af: string;
116
+ al: string;
117
+ dz: string;
118
+ ad: string;
119
+ ao: string;
120
+ ag: string;
121
+ ar: string;
122
+ am: string;
123
+ au: string;
124
+ at: string;
125
+ az: string;
126
+ bs: string;
127
+ bh: string;
128
+ bd: string;
129
+ bb: string;
130
+ by: string;
131
+ be: string;
132
+ bz: string;
133
+ bj: string;
134
+ bt: string;
135
+ bo: string;
136
+ ba: string;
137
+ bw: string;
138
+ br: string;
139
+ bn: string;
140
+ bg: string;
141
+ bf: string;
142
+ bi: string;
143
+ cv: string;
144
+ kh: string;
145
+ cm: string;
146
+ ca: string;
147
+ cf: string;
148
+ td: string;
149
+ cl: string;
150
+ cn: string;
151
+ co: string;
152
+ km: string;
153
+ cg: string;
154
+ cd: string;
155
+ cr: string;
156
+ ci: string;
157
+ hr: string;
158
+ cu: string;
159
+ cw: string;
160
+ cy: string;
161
+ cz: string;
162
+ dk: string;
163
+ dj: string;
164
+ dm: string;
165
+ do: string;
166
+ ec: string;
167
+ eg: string;
168
+ sv: string;
169
+ gq: string;
170
+ er: string;
171
+ ee: string;
172
+ sz: string;
173
+ et: string;
174
+ fj: string;
175
+ fi: string;
176
+ fr: string;
177
+ ga: string;
178
+ gm: string;
179
+ ge: string;
180
+ de: string;
181
+ gh: string;
182
+ gr: string;
183
+ gd: string;
184
+ gt: string;
185
+ gn: string;
186
+ gw: string;
187
+ gy: string;
188
+ ht: string;
189
+ hn: string;
190
+ hu: string;
191
+ is: string;
192
+ in: string;
193
+ id: string;
194
+ ir: string;
195
+ iq: string;
196
+ ie: string;
197
+ il: string;
198
+ it: string;
199
+ jm: string;
200
+ jp: string;
201
+ jo: string;
202
+ kz: string;
203
+ ke: string;
204
+ ki: string;
205
+ kp: string;
206
+ kr: string;
207
+ kw: string;
208
+ kg: string;
209
+ la: string;
210
+ lv: string;
211
+ lb: string;
212
+ ls: string;
213
+ lr: string;
214
+ ly: string;
215
+ li: string;
216
+ lt: string;
217
+ lu: string;
218
+ mg: string;
219
+ mw: string;
220
+ my: string;
221
+ mv: string;
222
+ ml: string;
223
+ mt: string;
224
+ mh: string;
225
+ mr: string;
226
+ mu: string;
227
+ mx: string;
228
+ fm: string;
229
+ md: string;
230
+ mc: string;
231
+ mn: string;
232
+ me: string;
233
+ ma: string;
234
+ mz: string;
235
+ mm: string;
236
+ na: string;
237
+ nr: string;
238
+ np: string;
239
+ nl: string;
240
+ nz: string;
241
+ ni: string;
242
+ ne: string;
243
+ ng: string;
244
+ mk: string;
245
+ no: string;
246
+ om: string;
247
+ pk: string;
248
+ pw: string;
249
+ pa: string;
250
+ pg: string;
251
+ py: string;
252
+ pe: string;
253
+ ph: string;
254
+ pl: string;
255
+ pt: string;
256
+ qa: string;
257
+ ro: string;
258
+ ru: string;
259
+ rw: string;
260
+ kn: string;
261
+ lc: string;
262
+ vc: string;
263
+ ws: string;
264
+ sm: string;
265
+ st: string;
266
+ sa: string;
267
+ sn: string;
268
+ rs: string;
269
+ sc: string;
270
+ sl: string;
271
+ sg: string;
272
+ sk: string;
273
+ si: string;
274
+ sb: string;
275
+ so: string;
276
+ za: string;
277
+ ss: string;
278
+ es: string;
279
+ lk: string;
280
+ sd: string;
281
+ sr: string;
282
+ se: string;
283
+ ch: string;
284
+ sy: string;
285
+ tj: string;
286
+ tw: string;
287
+ tz: string;
288
+ th: string;
289
+ tl: string;
290
+ tg: string;
291
+ to: string;
292
+ tt: string;
293
+ tn: string;
294
+ tr: string;
295
+ tm: string;
296
+ tv: string;
297
+ ug: string;
298
+ ua: string;
299
+ ae: string;
300
+ gb: string;
301
+ us: string;
302
+ uy: string;
303
+ uz: string;
304
+ vu: string;
305
+ ve: string;
306
+ vn: string;
307
+ ye: string;
308
+ zm: string;
309
+ zw: string;
310
+ };
311
+ calendar: {
312
+ weekdaysLong: string[];
313
+ weekdaysShort: string[];
314
+ months: string[];
315
+ firstDay: number;
316
+ format: string;
317
+ };
318
+ };
319
+ calendar: {
320
+ weekdaysLong: string[];
321
+ weekdaysShort: string[];
322
+ months: string[];
323
+ firstDay: number;
324
+ format: string;
325
+ };
326
+ };
327
+ en: {
328
+ itd: {
329
+ success: string;
330
+ error: string;
331
+ table: {
332
+ noData: string;
333
+ };
334
+ placeholders: {
335
+ username: string;
336
+ email: string;
337
+ password: string;
338
+ confirmPassword: string;
339
+ typeYourNoteHere: string;
340
+ selectGender: string;
341
+ selectCurrency: string;
342
+ selectLanguage: string;
343
+ selectCountry: string;
344
+ birthday: string;
345
+ multipleSelection: string;
346
+ };
347
+ texts: {
348
+ enabledNotifications: string;
349
+ create: string;
350
+ read: string;
351
+ update: string;
352
+ delete: string;
353
+ selectAll: string;
354
+ termsAndConditions: string;
355
+ campaignTitle: string;
356
+ campaignDescription: string;
357
+ formTitle: string;
358
+ formDescription: string;
359
+ };
360
+ options: {
361
+ all: string;
362
+ male: string;
363
+ female: string;
364
+ languages: {
365
+ turkish: string;
366
+ english: string;
367
+ };
368
+ };
369
+ buttons: {
370
+ submit: string;
371
+ reset: string;
372
+ };
373
+ errors: {
374
+ required: string;
375
+ minLength: string;
376
+ maxLength: string;
377
+ passwordRule: string;
378
+ invalidEmailAddress: string;
379
+ passwordsDontMatch: string;
380
+ usernameRule: string;
381
+ wrongTCIdentity: string;
382
+ fieldMustBeTheSame: string;
383
+ siteUsernameRule: string;
384
+ adminUsernameRule: string;
385
+ invalidURL: string;
386
+ fieldMustBeDifferent: string;
387
+ forbiddenWords: string;
388
+ };
389
+ uploader: {
390
+ header: string;
391
+ hint: string;
392
+ fileUploading: string;
393
+ info: string;
394
+ delete: string;
395
+ preview: string;
396
+ error: string;
397
+ fileFormatError: string;
398
+ fileSizeError: string;
399
+ fileUploadSuccess: string;
400
+ fileUploadFailed: string;
401
+ removeFileSuccess: string;
402
+ browserDoesntSupportDND: string;
403
+ calculating: string;
404
+ removeFile: string;
405
+ areYouSureToDeleteThisFile: string;
406
+ yes: string;
407
+ no: string;
408
+ };
409
+ results: {
410
+ authentication: {
411
+ title: string;
412
+ subtitle: string;
413
+ button: string;
414
+ };
415
+ };
416
+ currencies: {
417
+ TRY: string;
418
+ EUR: string;
419
+ USD: string;
420
+ GBP: string;
421
+ JPY: string;
422
+ CHF: string;
423
+ CAD: string;
424
+ AUD: string;
425
+ NZD: string;
426
+ RUB: string;
427
+ INR: string;
428
+ BRL: string;
429
+ MXN: string;
430
+ ARS: string;
431
+ CLP: string;
432
+ COP: string;
433
+ PEN: string;
434
+ ZAR: string;
435
+ };
436
+ countries: {
437
+ af: string;
438
+ al: string;
439
+ dz: string;
440
+ ad: string;
441
+ ao: string;
442
+ ag: string;
443
+ ar: string;
444
+ am: string;
445
+ au: string;
446
+ at: string;
447
+ az: string;
448
+ bs: string;
449
+ bh: string;
450
+ bd: string;
451
+ bb: string;
452
+ by: string;
453
+ be: string;
454
+ bz: string;
455
+ bj: string;
456
+ bt: string;
457
+ bo: string;
458
+ ba: string;
459
+ bw: string;
460
+ br: string;
461
+ bn: string;
462
+ bg: string;
463
+ bf: string;
464
+ bi: string;
465
+ cv: string;
466
+ kh: string;
467
+ cm: string;
468
+ ca: string;
469
+ cf: string;
470
+ td: string;
471
+ cl: string;
472
+ cn: string;
473
+ co: string;
474
+ km: string;
475
+ cg: string;
476
+ cd: string;
477
+ cr: string;
478
+ ci: string;
479
+ hr: string;
480
+ cu: string;
481
+ cw: string;
482
+ cy: string;
483
+ cz: string;
484
+ dk: string;
485
+ dj: string;
486
+ dm: string;
487
+ do: string;
488
+ ec: string;
489
+ eg: string;
490
+ sv: string;
491
+ gq: string;
492
+ er: string;
493
+ ee: string;
494
+ sz: string;
495
+ et: string;
496
+ fj: string;
497
+ fi: string;
498
+ fr: string;
499
+ ga: string;
500
+ gm: string;
501
+ ge: string;
502
+ de: string;
503
+ gh: string;
504
+ gr: string;
505
+ gd: string;
506
+ gt: string;
507
+ gn: string;
508
+ gw: string;
509
+ gy: string;
510
+ ht: string;
511
+ hn: string;
512
+ hu: string;
513
+ is: string;
514
+ in: string;
515
+ id: string;
516
+ ir: string;
517
+ iq: string;
518
+ ie: string;
519
+ il: string;
520
+ it: string;
521
+ jm: string;
522
+ jp: string;
523
+ jo: string;
524
+ kz: string;
525
+ ke: string;
526
+ ki: string;
527
+ kp: string;
528
+ kr: string;
529
+ kw: string;
530
+ kg: string;
531
+ la: string;
532
+ lv: string;
533
+ lb: string;
534
+ ls: string;
535
+ lr: string;
536
+ ly: string;
537
+ li: string;
538
+ lt: string;
539
+ lu: string;
540
+ mg: string;
541
+ mw: string;
542
+ my: string;
543
+ mv: string;
544
+ ml: string;
545
+ mt: string;
546
+ mh: string;
547
+ mr: string;
548
+ mu: string;
549
+ mx: string;
550
+ fm: string;
551
+ md: string;
552
+ mc: string;
553
+ mn: string;
554
+ me: string;
555
+ ma: string;
556
+ mz: string;
557
+ mm: string;
558
+ na: string;
559
+ nr: string;
560
+ np: string;
561
+ nl: string;
562
+ nz: string;
563
+ ni: string;
564
+ ne: string;
565
+ ng: string;
566
+ mk: string;
567
+ no: string;
568
+ om: string;
569
+ pk: string;
570
+ pw: string;
571
+ pa: string;
572
+ pg: string;
573
+ py: string;
574
+ pe: string;
575
+ ph: string;
576
+ pl: string;
577
+ pt: string;
578
+ qa: string;
579
+ ro: string;
580
+ ru: string;
581
+ rw: string;
582
+ kn: string;
583
+ lc: string;
584
+ vc: string;
585
+ ws: string;
586
+ sm: string;
587
+ st: string;
588
+ sa: string;
589
+ sn: string;
590
+ rs: string;
591
+ sc: string;
592
+ sl: string;
593
+ sg: string;
594
+ sk: string;
595
+ si: string;
596
+ sb: string;
597
+ so: string;
598
+ za: string;
599
+ ss: string;
600
+ es: string;
601
+ lk: string;
602
+ sd: string;
603
+ sr: string;
604
+ se: string;
605
+ ch: string;
606
+ sy: string;
607
+ tj: string;
608
+ tw: string;
609
+ tz: string;
610
+ th: string;
611
+ tl: string;
612
+ tg: string;
613
+ to: string;
614
+ tt: string;
615
+ tn: string;
616
+ tr: string;
617
+ tm: string;
618
+ tv: string;
619
+ ug: string;
620
+ ua: string;
621
+ ae: string;
622
+ gb: string;
623
+ us: string;
624
+ uy: string;
625
+ uz: string;
626
+ vu: string;
627
+ ve: string;
628
+ vn: string;
629
+ ye: string;
630
+ zm: string;
631
+ zw: string;
632
+ };
633
+ calendar: {
634
+ weekdaysLong: string[];
635
+ weekdaysShort: string[];
636
+ months: string[];
637
+ firstDay: number;
638
+ format: string;
639
+ };
640
+ };
641
+ calendar: {
642
+ weekdaysLong: string[];
643
+ weekdaysShort: string[];
644
+ months: string[];
645
+ firstDay: number;
646
+ format: string;
647
+ };
648
+ };
649
+ };
650
+ export { trCalendar as trCalendarLocale, enCalendar as enCalendarLocale };
651
+ /**
652
+ * CONTEXT PROVIDER
653
+ */
654
+ export { ITDProvider, useITD } from './context/ITDContext';
655
+ /**
656
+ * CONTEXT
657
+ */
658
+ export { default as ITDContext } from './context/ITDContext';
659
+ export { default as ITDThemeProvider } from './context/ITDThemeProvider';
660
+ export type { ITDTheme } from './types/Theme';
661
+ export { default as lightTheme } from './helpers/theme/light';
662
+ export { default as darkTheme } from './helpers/theme/dark';
663
+ /**
664
+ * HELPERS
665
+ */
666
+ export * from './helpers';
667
+ /**
668
+ * HOOKS
669
+ */
670
+ export * from './hooks';
671
+ /**
672
+ * HTML
673
+ */
674
+ export * from './html/header';
675
+ /**
676
+ * ICONS
677
+ */
678
+ export * from './icons';
679
+ /**
680
+ * UTILS
681
+ */
682
+ export { cn } from './utils/cn';
683
+ export { default as InlineSVGCached } from './utils/InlineSVGCached';
684
+ /**
685
+ * FORWARDED REF COMPONENTS
686
+ */
687
+ export { default as Select } from './select';
688
+ export { default as Form } from './form';
689
+ export { default as Checkbox } from './checkbox';
690
+ export { default as Accordion } from './accordion/index';
691
+ export { default as Calendar } from './calendar';
692
+ export { default as DatePicker } from './datepicker';
693
+ export { default as Input } from './input';
694
+ export { default as TextArea } from './textarea';
695
+ export { default as Switch } from './switch';
696
+ export { default as Upload } from './upload';
697
+ /**
698
+ * COMPONENTS (HAS SUB COMPONENTS)
699
+ */
700
+ export { default as ModalManager } from './modal';
701
+ export { default as Notification } from './notification';
702
+ export { default as Radio } from './radio';
703
+ /**
704
+ * COMPONENTS
705
+ */
706
+ export { default as Image } from './image';
707
+ export { default as ConsoleLog } from './logger';
708
+ export { default as Button } from './button';
709
+ export { default as Alert, AlertTitle, AlertDescription } from './alert/index';
710
+ export { default as Result } from './result';
711
+ export { default as ALink } from './alink';
712
+ export { default as Spin } from './spin';
713
+ export { default as BackTop } from './back-top';
714
+ export { default as Status } from './status';
715
+ export { default as Progress } from './progress';
716
+ export { default as TinyScrollbar } from './tinyscrollbar';
717
+ export { default as Tabs } from './tabs';
718
+ export { default as Label } from './label';
719
+ export { Card, CardHeader, CardTitle, CardDescription, CardAction, CardTabs, CardContent, CardFooter } from './card';
720
+ export { Popover, PopoverTrigger, PopoverContent } from './popover';
721
+ export { Tooltip, TooltipTrigger, TooltipContent } from './tooltip';
722
+ export { HoverCard, HoverCardTrigger, HoverCardContent } from './hovercard';
723
+ export { default as Table } from './table';
724
+ export { default as Flex } from './flex';
725
+ export type { FormContextType } from './form/context/FormContext';
726
+ export type { NotificationContextType } from './notification/context/NotificationsContext';
727
+ export type { ITDContextType, ITDProviderProps } from './context/ITDContext';
728
+ export type { QueryValueProps } from './types/QueryValueProps';
729
+ export type { AccordionProps } from './types/AccordionProps';
730
+ export type { AccordionSubMenuProps } from './types/AccordionSubMenuProps';
731
+ export type { AccordionItemProps } from './types/AccordionItemProps';
732
+ export type { InputProps, InputVariant } from './types/InputProps';
733
+ export type { LabelProps } from './types/LabelProps';
734
+ export type { DatePickerProps } from './types/DatePickerProps';
735
+ export type { CalendarProps, CalendarValueProps, CalendarDayProps } from './types/CalendarProps';
736
+ export type { CalendarLocale } from './calendar';
737
+ export type { TextAreaProps, TextAreaVariant, TextAreaEvent } from './types/TextAreaProps';
738
+ export type { RadioGroupProps, RadioButtonProps, RadioType, Direction } from './types/RadioProps';
739
+ export type { SelectProps, SelectToggleProps, SelectOptionProps, SelectValue } from './types/SelectProps';
740
+ export type { CheckboxProps, CheckboxGroupProps, GroupCheckboxOptionType, CheckboxEvent } from './types/CheckboxProps';
741
+ export type { ITDImperativeFuncProps } from './types/ITDImperativeFuncProps';
742
+ export type { SingleQueryProps } from './types/SingleQueryProps';
743
+ export type { ButtonProps, ButtonVariants, ButtonStates, ButtonSize } from './types/ButtonProps';
744
+ export type { FormProps, FormRuleProps, FormValueProps, FormItemProps, FormSubComponentProps, FieldUpdateProps } from './types/FormProps';
745
+ export type { NotificationsProps } from './types/NotificationsProps';
746
+ export type { AlertProps, AlertType } from './types/AlertProps';
747
+ export type { SwitchProps } from './types/SwitchProps';
748
+ export type { ModalProps, ModalContentProps, ModalRefProps } from './types/ModalProps';
749
+ export type { UploadProps, UploadProgressProps, UploadResultMessageProps } from './types/UploadProps';
750
+ export type { ResultProps } from './types/ResultProps';
751
+ export type { TabsItemProps, TabsProps, TabsVariant, TabsOrientation } from './types/TabsProps';
752
+ export type { TableColumnType, TableProps, TableTRProps, TableRow, TableRefProps } from './types/TableProps';
753
+ export type { CardProps } from './types/CardProps';
754
+ export type { ProgressProps, ProgressStatus } from './types/ProgressProps';
755
+ export type { StatusProps, StatusVariant } from './types/StatusProps';
756
+ export type { ITDSize, ITDSizeSlug, ITDVariant, ITDHorizontalPosition, ITDVerticalPosition } from './types/ITDProps';
757
+ export type { FlexProps, FlexAlignProps, FlexGapProps, FlexJustifyProps } from './types/FlexProps';
758
+ export type { PopoverProps } from './types/PopoverProps';
759
+ export { ModalState, FileExtensions, FileTypes, FormValidationTypes, ConnectionStatus, ComponentSizes, ComponentXPositions, ComponentYPositions, ComponentSizesSlug, ButtonTypes, ButtonSizes, ButtonSizesSlug, ComponentVariants, TriggerTypes, ThemeAppearances, TooltipPositions, FormValidations } from './enums/enum';