@inntechcorp/it-design 3.1.24 → 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 (728) hide show
  1. package/ACCESSIBILITY.md +517 -0
  2. package/README.md +88 -11
  3. package/dist/alert/Description.d.ts +7 -0
  4. package/dist/alert/Title.d.ts +7 -0
  5. package/dist/alert/index.d.ts +3 -1
  6. package/dist/alink/index.d.ts +2 -10
  7. package/dist/alink/styled.d.ts +1 -1
  8. package/dist/button/index.d.ts +10 -2
  9. package/dist/calendar/index.d.ts +9 -1
  10. package/dist/card/Card.d.ts +9 -0
  11. package/dist/card/CardAction.d.ts +7 -0
  12. package/dist/card/CardContent.d.ts +7 -0
  13. package/dist/card/CardDescription.d.ts +7 -0
  14. package/dist/card/CardFooter.d.ts +7 -0
  15. package/dist/card/CardHeader.d.ts +8 -0
  16. package/dist/card/CardTabs.d.ts +7 -0
  17. package/dist/card/CardTitle.d.ts +7 -0
  18. package/dist/card/index.d.ts +8 -3
  19. package/dist/cjs/_virtual/_commonjsHelpers.js +1 -0
  20. package/dist/cjs/_virtual/customParseFormat.js +1 -0
  21. package/dist/cjs/_virtual/customParseFormat2.js +1 -0
  22. package/dist/cjs/_virtual/dayjs.min.js +1 -0
  23. package/dist/cjs/_virtual/dayjs.min2.js +1 -0
  24. package/dist/cjs/_virtual/localizedFormat.js +1 -0
  25. package/dist/cjs/_virtual/localizedFormat2.js +1 -0
  26. package/dist/cjs/_virtual/react.js +1 -0
  27. package/dist/cjs/accordion/index.js +1 -0
  28. package/dist/cjs/accordion/item/Item.js +1 -0
  29. package/dist/cjs/accordion/item/styled.js +20 -0
  30. package/dist/cjs/accordion/styled.js +15 -0
  31. package/dist/cjs/accordion/submenu/SubMenu.js +1 -0
  32. package/dist/cjs/accordion/submenu/styled.js +214 -0
  33. package/dist/cjs/alert/Description.js +1 -0
  34. package/dist/cjs/alert/Title.js +1 -0
  35. package/dist/cjs/alert/index.js +1 -0
  36. package/dist/cjs/alink/index.js +1 -0
  37. package/dist/cjs/alink/styled.js +5 -0
  38. package/dist/cjs/back-top/index.js +1 -0
  39. package/dist/cjs/back-top/styled.js +25 -0
  40. package/dist/cjs/button/index.js +1 -0
  41. package/dist/cjs/calendar/dates.js +1 -0
  42. package/dist/cjs/calendar/day/Day.js +1 -0
  43. package/dist/cjs/calendar/day/styled.js +91 -0
  44. package/dist/cjs/calendar/header/Header.js +1 -0
  45. package/dist/cjs/calendar/header/styled.js +196 -0
  46. package/dist/cjs/calendar/index.js +1 -0
  47. package/dist/cjs/calendar/styled.js +82 -0
  48. package/dist/cjs/card/Card.js +1 -0
  49. package/dist/cjs/card/CardAction.js +1 -0
  50. package/dist/cjs/card/CardContent.js +1 -0
  51. package/dist/cjs/card/CardDescription.js +1 -0
  52. package/dist/cjs/card/CardFooter.js +1 -0
  53. package/dist/cjs/card/CardHeader.js +1 -0
  54. package/dist/cjs/card/CardTabs.js +1 -0
  55. package/dist/cjs/card/CardTitle.js +1 -0
  56. package/dist/cjs/checkbox/group/index.js +1 -0
  57. package/dist/cjs/checkbox/index.js +1 -0
  58. package/dist/cjs/context/ITDContext.js +1 -0
  59. package/dist/cjs/context/ITDThemeProvider.js +1 -0
  60. package/dist/cjs/context/styled.js +15 -0
  61. package/dist/cjs/datepicker/index.js +1 -0
  62. package/dist/cjs/enums/enum.js +1 -0
  63. package/dist/cjs/flex/index.js +1 -0
  64. package/dist/cjs/flex/styled.js +35 -0
  65. package/dist/cjs/floating/Arrow.js +108 -0
  66. package/dist/cjs/floating/FloatingContent.js +38 -0
  67. package/dist/cjs/form/context/FormContext.js +1 -0
  68. package/dist/cjs/form/context/FormRegistry.js +1 -0
  69. package/dist/cjs/form/context/FormStore.js +1 -0
  70. package/dist/cjs/form/control/Control.js +1 -0
  71. package/dist/cjs/form/group/Group.js +1 -0
  72. package/dist/cjs/form/index.js +1 -0
  73. package/dist/cjs/form/item/Item.js +1 -0
  74. package/dist/cjs/form/validation/TCIdentity.js +1 -0
  75. package/dist/cjs/form/validation/Validator.js +1 -0
  76. package/dist/cjs/form/wrapper/FormWrapper.js +1 -0
  77. package/dist/cjs/helpers/array/ChunkArray.js +1 -0
  78. package/dist/cjs/helpers/aspectratio/DetermineNewHeight.js +1 -0
  79. package/dist/cjs/helpers/aspectratio/DetermineNewWidth.js +1 -0
  80. package/dist/cjs/helpers/base64/Base64Decode.js +1 -0
  81. package/dist/cjs/helpers/base64/Base64Encode.js +1 -0
  82. package/dist/cjs/helpers/binary/FormatBytes.js +1 -0
  83. package/dist/cjs/helpers/binary/GetTypeByFileType.js +1 -0
  84. package/dist/cjs/helpers/checker/CheckFileURL.js +1 -0
  85. package/dist/cjs/helpers/checker/FileChecker.js +1 -0
  86. package/dist/cjs/helpers/country/GetCountryCodeByCurrencyCode.js +1 -0
  87. package/dist/cjs/helpers/country/GetCountryCodeByLanguage.js +1 -0
  88. package/dist/cjs/helpers/css/FindSelector.js +1 -0
  89. package/dist/cjs/helpers/currency/ConvertCurrency.js +1 -0
  90. package/dist/cjs/helpers/currency/GetByCurrency.js +1 -0
  91. package/dist/cjs/helpers/currency/GetCurrencyFormat.js +1 -0
  92. package/dist/cjs/helpers/currency/GetCurrencySymbol.js +1 -0
  93. package/dist/cjs/helpers/currency/GetDecimalByCurrency.js +1 -0
  94. package/dist/cjs/helpers/datetime/FormatDate.js +1 -0
  95. package/dist/cjs/helpers/datetime/FormatDateTime.js +1 -0
  96. package/dist/cjs/helpers/datetime/FormatSimpleDate.js +1 -0
  97. package/dist/cjs/helpers/datetime/FormatSimpleDateTime.js +1 -0
  98. package/dist/cjs/helpers/datetime/FormatTime.js +1 -0
  99. package/dist/cjs/helpers/datetime/dayjsSetup.js +1 -0
  100. package/dist/cjs/helpers/format/ToKebabCase.js +1 -0
  101. package/dist/cjs/helpers/json/IsValidJSON.js +1 -0
  102. package/dist/cjs/helpers/math/AddZero.js +1 -0
  103. package/dist/cjs/helpers/promise/Wait.js +1 -0
  104. package/dist/cjs/helpers/remover/RemoveUnits.js +1 -0
  105. package/dist/cjs/helpers/string/UniUpperCase.js +1 -0
  106. package/dist/cjs/helpers/svg/SVGLoader.js +1 -0
  107. package/dist/cjs/helpers/svg/styles.js +22 -0
  108. package/dist/cjs/helpers/theme/AddDefaultThemeStyle.js +1 -0
  109. package/dist/cjs/helpers/theme/Color.js +1 -0
  110. package/dist/cjs/helpers/theme/GenerateColorScale.js +1 -0
  111. package/dist/cjs/helpers/theme/createTheme.js +1 -0
  112. package/dist/cjs/helpers/theme/cssVariables.js +1 -0
  113. package/dist/cjs/helpers/theme/dark.js +1 -0
  114. package/dist/cjs/helpers/theme/light.js +1 -0
  115. package/dist/cjs/helpers/theme/presets.js +1 -0
  116. package/dist/cjs/helpers/theme/tokens.js +1 -0
  117. package/dist/cjs/helpers/unit/AddDefaultUnit.js +1 -0
  118. package/dist/cjs/hooks/useAddExternalCSS.js +1 -0
  119. package/dist/cjs/hooks/useAvoidCollision.js +1 -0
  120. package/dist/cjs/hooks/useComponentSize.js +1 -0
  121. package/dist/cjs/hooks/useConnectionStatus.js +1 -0
  122. package/dist/cjs/hooks/useConstructor.js +1 -0
  123. package/dist/cjs/hooks/useContextBridge.js +1 -0
  124. package/dist/cjs/hooks/useCoreFetch.js +1 -0
  125. package/dist/cjs/hooks/useFloatingPosition.js +1 -0
  126. package/dist/cjs/hooks/useFloatingTrigger.js +1 -0
  127. package/dist/cjs/hooks/useFocusTrap.js +1 -0
  128. package/dist/cjs/hooks/useKeyboardShortcut.js +1 -0
  129. package/dist/cjs/hooks/useMultiQuery.js +1 -0
  130. package/dist/cjs/hooks/useOnClickOutside.js +1 -0
  131. package/dist/cjs/hooks/useOnESCKeyDown.js +1 -0
  132. package/dist/cjs/hooks/useOnResize.js +1 -0
  133. package/dist/cjs/hooks/useOrientation.js +1 -0
  134. package/dist/cjs/hooks/useReCaptcha.js +1 -0
  135. package/dist/cjs/hooks/useSingleQuery.js +1 -0
  136. package/dist/cjs/hovercard/HoverCard.js +1 -0
  137. package/dist/cjs/hovercard/HoverCardContent.js +1 -0
  138. package/dist/cjs/hovercard/HoverCardTrigger.js +1 -0
  139. package/dist/cjs/hovercard/hoverCardContext.js +1 -0
  140. package/dist/cjs/html/header/H1.js +1 -0
  141. package/dist/cjs/html/header/H2.js +1 -0
  142. package/dist/cjs/html/header/H3.js +1 -0
  143. package/dist/cjs/html/header/H4.js +1 -0
  144. package/dist/cjs/html/header/styled.js +33 -0
  145. package/dist/cjs/icons/Arrow.js +1 -0
  146. package/dist/cjs/icons/BackToTop.js +1 -0
  147. package/dist/cjs/icons/Checkmark.js +1 -0
  148. package/dist/cjs/icons/InlineSelectArrow.js +1 -0
  149. package/dist/cjs/icons/Lock.js +1 -0
  150. package/dist/cjs/icons/NoData.js +1 -0
  151. package/dist/cjs/icons/Picture.js +1 -0
  152. package/dist/cjs/icons/Trash.js +1 -0
  153. package/dist/cjs/icons/Upload.js +1 -0
  154. package/dist/cjs/icons/ZoomIn.js +1 -0
  155. package/dist/cjs/icons/ZoomOut.js +1 -0
  156. package/dist/cjs/image/index.js +1 -0
  157. package/dist/cjs/image/styled.js +4 -0
  158. package/dist/cjs/index.js +1 -0
  159. package/dist/cjs/input/index.js +1 -0
  160. package/dist/cjs/label/index.js +1 -0
  161. package/dist/cjs/locales/en/calendar.json.js +1 -0
  162. package/dist/cjs/locales/en/itd.json.js +1 -0
  163. package/dist/cjs/locales/tr/calendar.json.js +1 -0
  164. package/dist/cjs/locales/tr/itd.json.js +1 -0
  165. package/dist/cjs/logger/index.js +1 -0
  166. package/dist/cjs/modal/container/ModalContainer.js +1 -0
  167. package/dist/cjs/modal/container/styled.js +18 -0
  168. package/dist/cjs/modal/context/ModalContext.js +1 -0
  169. package/dist/cjs/modal/index.js +1 -0
  170. package/dist/cjs/modal/modal/Modal.js +1 -0
  171. package/dist/cjs/modal/modal/styled.js +128 -0
  172. package/dist/cjs/node_modules/@react-spring/animated/dist/react-spring_animated.modern.js +1 -0
  173. package/dist/cjs/node_modules/@react-spring/core/dist/react-spring_core.modern.js +1 -0
  174. package/dist/cjs/node_modules/@react-spring/rafz/dist/react-spring_rafz.modern.js +1 -0
  175. package/dist/cjs/node_modules/@react-spring/shared/dist/react-spring_shared.modern.js +1 -0
  176. package/dist/cjs/node_modules/@react-spring/web/dist/react-spring_web.modern.js +1 -0
  177. package/dist/cjs/node_modules/clsx/dist/clsx.js +1 -0
  178. package/dist/cjs/node_modules/dayjs/dayjs.min.js +1 -0
  179. package/dist/cjs/node_modules/dayjs/plugin/customParseFormat.js +1 -0
  180. package/dist/cjs/node_modules/dayjs/plugin/localizedFormat.js +1 -0
  181. package/dist/cjs/node_modules/fast-deep-equal/react.js +1 -0
  182. package/dist/cjs/node_modules/lodash-es/_Symbol.js +1 -0
  183. package/dist/cjs/node_modules/lodash-es/_arrayMap.js +1 -0
  184. package/dist/cjs/node_modules/lodash-es/_baseGetTag.js +1 -0
  185. package/dist/cjs/node_modules/lodash-es/_baseToString.js +1 -0
  186. package/dist/cjs/node_modules/lodash-es/_freeGlobal.js +1 -0
  187. package/dist/cjs/node_modules/lodash-es/_getRawTag.js +1 -0
  188. package/dist/cjs/node_modules/lodash-es/_objectToString.js +1 -0
  189. package/dist/cjs/node_modules/lodash-es/_root.js +1 -0
  190. package/dist/cjs/node_modules/lodash-es/isArray.js +1 -0
  191. package/dist/cjs/node_modules/lodash-es/isObject.js +1 -0
  192. package/dist/cjs/node_modules/lodash-es/isObjectLike.js +1 -0
  193. package/dist/cjs/node_modules/lodash-es/isSymbol.js +1 -0
  194. package/dist/cjs/node_modules/lodash-es/toString.js +1 -0
  195. package/dist/cjs/node_modules/lodash-es/uniqueId.js +1 -0
  196. package/dist/cjs/node_modules/lucide-react/dist/esm/Icon.js +8 -0
  197. package/dist/cjs/node_modules/lucide-react/dist/esm/createLucideIcon.js +1 -0
  198. package/dist/cjs/node_modules/lucide-react/dist/esm/defaultAttributes.js +1 -0
  199. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/calendar-1.js +8 -0
  200. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/chevron-down.js +8 -0
  201. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/circle-x.js +8 -0
  202. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/eye-off.js +8 -0
  203. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/eye.js +8 -0
  204. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/image-off.js +8 -0
  205. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/info.js +8 -0
  206. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/lock.js +8 -0
  207. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/minus.js +8 -0
  208. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/plus.js +8 -0
  209. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/trash.js +8 -0
  210. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/upload.js +8 -0
  211. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/x.js +8 -0
  212. package/dist/cjs/node_modules/lucide-react/dist/esm/shared/src/utils.js +7 -0
  213. package/dist/cjs/node_modules/overlayscrollbars/overlayscrollbars.js +10 -0
  214. package/dist/cjs/node_modules/overlayscrollbars/styles/overlayscrollbars.css.js +1 -0
  215. package/dist/cjs/node_modules/react-number-format/dist/react-number-format.es.js +1 -0
  216. package/dist/cjs/node_modules/rollup-plugin-node-globals/src/global.js +1 -0
  217. package/dist/cjs/node_modules/rollup-plugin-styles/dist/runtime/inject-css.js +1 -0
  218. package/dist/cjs/node_modules/tailwind-merge/dist/bundle-mjs.js +1 -0
  219. package/dist/cjs/notification/container/Container.js +1 -0
  220. package/dist/cjs/notification/container/styled.js +26 -0
  221. package/dist/cjs/notification/context/NotificationsContext.js +1 -0
  222. package/dist/cjs/notification/index.js +1 -0
  223. package/dist/cjs/notification/item/Item.js +1 -0
  224. package/dist/cjs/notification/item/styled.js +42 -0
  225. package/dist/cjs/popover/Popover.js +1 -0
  226. package/dist/cjs/popover/PopoverContent.js +1 -0
  227. package/dist/cjs/popover/PopoverTrigger.js +1 -0
  228. package/dist/cjs/primitives/Slot.js +1 -0
  229. package/dist/cjs/progress/index.js +1 -0
  230. package/dist/cjs/progress/styled.js +59 -0
  231. package/dist/cjs/radio/button/RadioButton.js +1 -0
  232. package/dist/cjs/radio/button/styled.js +133 -0
  233. package/dist/cjs/radio/group/Group.js +1 -0
  234. package/dist/cjs/radio/group/styled.js +7 -0
  235. package/dist/cjs/radio/index.js +1 -0
  236. package/dist/cjs/result/index.js +1 -0
  237. package/dist/cjs/result/styled.js +109 -0
  238. package/dist/cjs/select/dropdown/Dropdown.js +1 -0
  239. package/dist/cjs/select/index.js +1 -0
  240. package/dist/cjs/select/option/Option.js +1 -0
  241. package/dist/cjs/select/selector/Selector.js +1 -0
  242. package/dist/cjs/select/selector/selectorinput/SelectorInput.js +1 -0
  243. package/dist/cjs/spin/index.js +1 -0
  244. package/dist/cjs/status/index.js +1 -0
  245. package/dist/cjs/switch/index.js +1 -0
  246. package/dist/cjs/table/index.js +1 -0
  247. package/dist/cjs/table/styled.js +458 -0
  248. package/dist/cjs/tabs/index.js +1 -0
  249. package/dist/cjs/textarea/index.js +1 -0
  250. package/dist/cjs/tinyscrollbar/index.js +1 -0
  251. package/dist/cjs/tinyscrollbar/scroll.styled.js +21 -0
  252. package/dist/cjs/tooltip/Tooltip.js +1 -0
  253. package/dist/cjs/tooltip/TooltipContent.js +1 -0
  254. package/dist/cjs/tooltip/TooltipTrigger.js +1 -0
  255. package/dist/cjs/tooltip/tooltipContext.js +1 -0
  256. package/dist/cjs/types/InputProps.js +1 -0
  257. package/dist/cjs/upload/index.js +1 -0
  258. package/dist/cjs/utils/CommonStyledComponents.js +1 -0
  259. package/dist/cjs/utils/ErrorAnnouncement.js +1 -0
  260. package/dist/cjs/utils/GetButtonSizeSlug.js +1 -0
  261. package/dist/cjs/utils/GetSizeSlugBySize.js +1 -0
  262. package/dist/cjs/utils/InlineSVGCached.js +1 -0
  263. package/dist/cjs/utils/cn.js +1 -0
  264. package/dist/context/ITDContext.d.ts +3 -0
  265. package/dist/context/ITDThemeProvider.d.ts +11 -0
  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/enums/enum.d.ts +138 -8
  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/floating/Arrow.d.ts +17 -0
  536. package/dist/floating/FloatingContent.d.ts +60 -0
  537. package/dist/floating/mergeTriggerProps.d.ts +8 -0
  538. package/dist/form/context/FormContext.d.ts +4 -0
  539. package/dist/form/context/FormRegistry.d.ts +13 -0
  540. package/dist/form/context/FormStore.d.ts +5 -1
  541. package/dist/form/control/Control.d.ts +2 -1
  542. package/dist/form/item/Item.d.ts +0 -1
  543. package/dist/form/validation/Validator.d.ts +0 -1
  544. package/dist/global.css +44 -142
  545. package/dist/helpers/binary/GetTypeByFileType.d.ts +1 -1
  546. package/dist/helpers/country/GetCountryCodeByCurrencyCode.d.ts +1 -1
  547. package/dist/helpers/country/GetCountryCodeByLanguage.d.ts +1 -1
  548. package/dist/helpers/css/FindSelector.d.ts +10 -0
  549. package/dist/helpers/currency/ConvertCurrency.d.ts +1 -1
  550. package/dist/helpers/currency/GetCurrencyFormat.d.ts +9 -0
  551. package/dist/helpers/index.d.ts +4 -1
  552. package/dist/helpers/theme/Color.d.ts +19 -0
  553. package/dist/helpers/theme/GenerateColorScale.d.ts +16 -0
  554. package/dist/helpers/theme/createTheme.d.ts +8 -0
  555. package/dist/helpers/theme/cssVariables.d.ts +41 -0
  556. package/dist/helpers/theme/dark.d.ts +3 -0
  557. package/dist/helpers/theme/index.d.ts +12 -0
  558. package/dist/helpers/theme/light.d.ts +3 -0
  559. package/dist/helpers/theme/presets.d.ts +12 -0
  560. package/dist/helpers/theme/themes.d.ts +5 -0
  561. package/dist/helpers/theme/tokens.d.ts +392 -0
  562. package/dist/hooks/useAddExternalCSS.d.ts +4 -5
  563. package/dist/hooks/useAvoidCollision.d.ts +6 -1
  564. package/dist/hooks/useFloatingPosition.d.ts +63 -0
  565. package/dist/hooks/useFloatingTrigger.d.ts +64 -0
  566. package/dist/hooks/useFocusTrap.d.ts +36 -0
  567. package/dist/hovercard/HoverCard.d.ts +12 -0
  568. package/dist/hovercard/HoverCardContent.d.ts +22 -0
  569. package/dist/hovercard/HoverCardTrigger.d.ts +17 -0
  570. package/dist/hovercard/hoverCardContext.d.ts +7 -0
  571. package/dist/hovercard/index.d.ts +4 -0
  572. package/dist/icons/index.d.ts +0 -3
  573. package/dist/image/index.d.ts +0 -1
  574. package/dist/image/styled.d.ts +5 -4
  575. package/dist/index.d.mts +83 -40
  576. package/dist/index.d.ts +1439 -462
  577. package/dist/input/index.d.ts +30 -2
  578. package/dist/input/style.settings.d.ts +9 -0
  579. package/dist/label/index.d.ts +6 -0
  580. package/dist/label/style.settings.d.ts +9 -0
  581. package/dist/{select/toggle → label}/styled.d.ts +17 -14
  582. package/dist/locales/en/itd.json +31 -19
  583. package/dist/locales/itd.json +31 -19
  584. package/dist/locales/tr/itd.json +31 -19
  585. package/dist/modal/container/styled.d.ts +1 -3
  586. package/dist/modal/context/ModalContext.d.ts +20 -11
  587. package/dist/modal/index.d.ts +7 -22
  588. package/dist/popover/Popover.d.ts +42 -0
  589. package/dist/popover/PopoverContent.d.ts +34 -0
  590. package/dist/popover/PopoverTrigger.d.ts +26 -0
  591. package/dist/popover/index.d.ts +4 -0
  592. package/dist/primitives/Slot.d.ts +36 -0
  593. package/dist/radio/button/RadioButton.d.ts +1 -1
  594. package/dist/radio/button/styled.d.ts +0 -1
  595. package/dist/result/index.d.ts +1 -1
  596. package/dist/select/dropdown/Dropdown.d.ts +20 -0
  597. package/dist/select/option/Option.d.ts +11 -3
  598. package/dist/select/selector/Selector.d.ts +3 -0
  599. package/dist/select/selector/selectorinput/SelectorInput.d.ts +6 -0
  600. package/dist/select/style.settings.d.ts +83 -26
  601. package/dist/stats.html +4949 -0
  602. package/dist/stories/Accordion.d.ts +0 -1
  603. package/dist/stories/Accordion.stories.d.ts +1 -1
  604. package/dist/stories/Alert.stories.d.ts +16 -2
  605. package/dist/stories/AlertComposition.d.ts +3 -0
  606. package/dist/stories/AlertComposition.stories.d.ts +18 -0
  607. package/dist/stories/Button.d.ts +0 -1
  608. package/dist/stories/Button.stories.d.ts +20 -2
  609. package/dist/stories/Card.d.ts +9 -2
  610. package/dist/stories/Card.stories.d.ts +5 -2
  611. package/dist/stories/Checkbox.stories.d.ts +1 -1
  612. package/dist/stories/CheckboxGroup.stories.d.ts +1 -1
  613. package/dist/stories/CheckboxGroupControl.stories.d.ts +1 -1
  614. package/dist/stories/ColorScale.d.ts +10 -0
  615. package/dist/stories/ColorScale.stories.d.ts +24 -0
  616. package/dist/stories/ColorScaleCompare.d.ts +8 -0
  617. package/dist/stories/ColorScaleCompare.stories.d.ts +47 -0
  618. package/dist/stories/DatePicker.d.ts +0 -1
  619. package/dist/stories/DatePicker.stories.d.ts +1 -1
  620. package/dist/stories/Form.stories.d.ts +12 -1
  621. package/dist/stories/Header.d.ts +0 -1
  622. package/dist/stories/Header.stories.d.ts +3 -3
  623. package/dist/stories/HoverCard.d.ts +2 -0
  624. package/dist/stories/HoverCard.stories.d.ts +18 -0
  625. package/dist/stories/Input.d.ts +0 -1
  626. package/dist/stories/Input.stories.d.ts +84 -2
  627. package/dist/stories/ModalManager.d.ts +0 -1
  628. package/dist/stories/Page.d.ts +0 -1
  629. package/dist/stories/Popover.d.ts +2 -0
  630. package/dist/stories/Popover.stories.d.ts +40 -0
  631. package/dist/stories/Progress.stories.d.ts +1 -1
  632. package/dist/stories/RadioGroup.stories.d.ts +1 -1
  633. package/dist/stories/Result.stories.d.ts +1 -1
  634. package/dist/stories/Select.d.ts +0 -1
  635. package/dist/stories/Select.stories.d.ts +14 -4
  636. package/dist/stories/Status.stories.d.ts +1 -1
  637. package/dist/stories/Switch.stories.d.ts +10 -3
  638. package/dist/stories/Tabs.stories.d.ts +6 -12
  639. package/dist/stories/TextArea.d.ts +0 -1
  640. package/dist/stories/TextArea.stories.d.ts +9 -2
  641. package/dist/stories/Tooltip.d.ts +1 -0
  642. package/dist/stories/Tooltip.stories.d.ts +35 -0
  643. package/dist/stories/Upload.stories.d.ts +1 -6
  644. package/dist/stories/root/index.d.ts +0 -1
  645. package/dist/switch/index.d.ts +2 -1
  646. package/dist/tabs/index.d.ts +2 -2
  647. package/dist/tooltip/Tooltip.d.ts +12 -0
  648. package/dist/tooltip/TooltipContent.d.ts +12 -0
  649. package/dist/tooltip/TooltipTrigger.d.ts +19 -0
  650. package/dist/tooltip/index.d.ts +4 -0
  651. package/dist/tooltip/tooltipContext.d.ts +7 -0
  652. package/dist/types/AlertProps.d.ts +5 -4
  653. package/dist/types/ButtonProps.d.ts +9 -28
  654. package/dist/types/CalendarProps.d.ts +0 -1
  655. package/dist/types/CardProps.d.ts +6 -2
  656. package/dist/types/CheckboxProps.d.ts +5 -1
  657. package/dist/types/ChildrenProps.d.ts +2 -1
  658. package/dist/types/DatePickerProps.d.ts +5 -3
  659. package/dist/types/FormProps.d.ts +4 -1
  660. package/dist/types/ITDProps.d.ts +4 -2
  661. package/dist/types/InputProps.d.ts +12 -17
  662. package/dist/types/LabelProps.d.ts +7 -0
  663. package/dist/types/PopoverProps.d.ts +10 -0
  664. package/dist/types/RadioProps.d.ts +1 -2
  665. package/dist/types/ResultProps.d.ts +1 -0
  666. package/dist/types/SelectProps.d.ts +19 -13
  667. package/dist/types/SwitchProps.d.ts +4 -1
  668. package/dist/types/TableProps.d.ts +1 -0
  669. package/dist/types/TabsProps.d.ts +8 -2
  670. package/dist/types/TextAreaProps.d.ts +1 -0
  671. package/dist/types/Theme.d.ts +128 -0
  672. package/dist/types/UploadProps.d.ts +3 -39
  673. package/dist/upload/index.d.ts +1 -1
  674. package/dist/utils/CommonStyledComponents.d.ts +21 -0
  675. package/dist/utils/ErrorAnnouncement.d.ts +25 -0
  676. package/dist/utils/GetButtonSizeSlug.d.ts +6 -0
  677. package/dist/utils/GetSizeSlugBySize.d.ts +3 -0
  678. package/dist/utils/cn.d.ts +2 -0
  679. package/dist/utils/index.d.ts +2 -0
  680. package/package.json +96 -64
  681. package/dist/alert/alert.style.error.d.ts +0 -4
  682. package/dist/alert/alert.style.info.d.ts +0 -4
  683. package/dist/alert/alert.style.success.d.ts +0 -4
  684. package/dist/alert/alert.style.warning.d.ts +0 -4
  685. package/dist/alert/styled.d.ts +0 -8
  686. package/dist/button/button.style.SVG.d.ts +0 -4
  687. package/dist/button/button.style.circle.d.ts +0 -4
  688. package/dist/button/button.style.default.d.ts +0 -4
  689. package/dist/button/button.style.filled.d.ts +0 -4
  690. package/dist/button/button.style.ghost.d.ts +0 -4
  691. package/dist/button/button.style.icon.d.ts +0 -5
  692. package/dist/button/button.style.link.d.ts +0 -4
  693. package/dist/button/button.style.outline.d.ts +0 -4
  694. package/dist/button/button.style.size.d.ts +0 -4
  695. package/dist/button/button.style.solid.d.ts +0 -4
  696. package/dist/button/button.style.strecth.d.ts +0 -4
  697. package/dist/button/styled.d.ts +0 -12
  698. package/dist/card/styles.d.ts +0 -15
  699. package/dist/checkbox/group/styled.d.ts +0 -2
  700. package/dist/checkbox/styled.d.ts +0 -9
  701. package/dist/cropper/index.d.ts +0 -44
  702. package/dist/datepicker/styled.d.ts +0 -9
  703. package/dist/form/control/styled.d.ts +0 -4
  704. package/dist/form/group/styled.d.ts +0 -5
  705. package/dist/helpers/theme/UpdateThemeStyle.d.ts +0 -5
  706. package/dist/icons/FileDocument.d.ts +0 -6
  707. package/dist/icons/FileExcel.d.ts +0 -5
  708. package/dist/icons/FilePdf.d.ts +0 -5
  709. package/dist/index.cjs.js +0 -5612
  710. package/dist/index.esm.js +0 -5612
  711. package/dist/input/styled.d.ts +0 -29
  712. package/dist/link/index.d.ts +0 -11
  713. package/dist/select/menu/Menu.d.ts +0 -14
  714. package/dist/select/menu/styled.d.ts +0 -8
  715. package/dist/select/option/styled.d.ts +0 -5
  716. package/dist/select/styled.d.ts +0 -7
  717. package/dist/select/toggle/Toggle.d.ts +0 -3
  718. package/dist/select/toggle/label/floating/FloatingLabel.d.ts +0 -12
  719. package/dist/select/toggle/label/floating/styled.d.ts +0 -8
  720. package/dist/select/toggle/label/single/SingleLabel.d.ts +0 -18
  721. package/dist/select/toggle/label/single/styled.d.ts +0 -2
  722. package/dist/spin/styled.d.ts +0 -10
  723. package/dist/status/styled.d.ts +0 -6
  724. package/dist/stories/ButtonIcon.d.ts +0 -2
  725. package/dist/switch/styled.d.ts +0 -5
  726. package/dist/tabs/styles.d.ts +0 -13
  727. package/dist/textarea/styled.d.ts +0 -8
  728. package/dist/upload/styled.d.ts +0 -46
@@ -0,0 +1,565 @@
1
+ /* ================================= */
2
+ /* UTILITIES - Utility Classes */
3
+ /* For those who don't use Tailwind, basic utilities */
4
+ /* For those who use Tailwind, you can disable this layer */
5
+ /* ================================= */
6
+ @layer utilities {
7
+
8
+ /* ================================= */
9
+ /* DISPLAY */
10
+ /* ================================= */
11
+ .block { display: block; }
12
+ .inline-block { display: inline-block; }
13
+ .inline { display: inline; }
14
+ .hidden { display: none; }
15
+ .invisible { visibility: hidden; }
16
+ .visible { visibility: visible; }
17
+
18
+ /* FLEX */
19
+ .flex { display: flex; }
20
+ .inline-flex { display: inline-flex; }
21
+ .flex-row { flex-direction: row; }
22
+ .flex-col { flex-direction: column; }
23
+ .flex-wrap { flex-wrap: wrap; }
24
+ .items-center { align-items: center; }
25
+ .items-start { align-items: flex-start; }
26
+ .items-end { align-items: flex-end; }
27
+ .justify-center { justify-content: center; }
28
+ .justify-between { justify-content: space-between; }
29
+ .justify-start { justify-content: flex-start; }
30
+ .justify-end { justify-content: flex-end; }
31
+
32
+ /* GRID */
33
+ .grid { display: grid; }
34
+ .inline-grid { display: inline-grid; }
35
+ .place-items-center { place-items: center; }
36
+
37
+ .grid-cols-1 { grid-template-columns: repeat(1,minmax(0,1fr)); }
38
+ .grid-cols-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
39
+ .grid-cols-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
40
+ .grid-cols-4 { grid-template-columns: repeat(4,minmax(0,1fr)); }
41
+
42
+ .grid-rows-2 { grid-template-rows: repeat(2,minmax(0,1fr)); }
43
+ .auto-rows-min { grid-auto-rows: min-content; }
44
+
45
+ /* SELF */
46
+ .self-center { align-self: center; }
47
+ .self-start { align-self: flex-start; }
48
+ .self-stretch { align-self: stretch; }
49
+ .justify-self-end { justify-self: flex-end; }
50
+
51
+ /* SHRINK */
52
+ .shrink-0 { flex-shrink: 0; }
53
+ .shrink { flex-shrink: 1; }
54
+
55
+ /* SPACE Y */
56
+ :where(.space-y-0>:not(:last-child)) {
57
+ --itd-space-y-reverse: 0;
58
+ margin-block-start:calc(calc(var(--itd-spacing)*0)*var(--itd-space-y-reverse));margin-block-end: calc(calc(var(--itd-spacing)*0)*calc(1 - var(--itd-space-y-reverse)))
59
+ }
60
+
61
+ /* :where(.space-y-05>: not(:last-child)) {
62
+ --itd-space-y-reverse:0;
63
+ margin-block-start:calc(calc(var(--itd-spacing)*.5)*var(--itd-space-y-reverse));margin-block-end: calc(calc(var(--itd-spacing)*.5)*calc(1 - var(--itd-space-y-reverse)))
64
+ } */
65
+
66
+ :where(.space-y-1>:not(:last-child)) {
67
+ --itd-space-y-reverse: 0;
68
+ margin-block-start:calc(calc(var(--itd-spacing)*1)*var(--itd-space-y-reverse));margin-block-end: calc(calc(var(--itd-spacing)*1)*calc(1 - var(--itd-space-y-reverse)));
69
+ }
70
+
71
+ /* :where(.space-y-1\.5>: not(:last-child)) {
72
+ --itd-space-y-reverse:0;
73
+ margin-block-start:calc(calc(var(--itd-spacing)*1.5)*var(--itd-space-y-reverse));margin-block-end: calc(calc(var(--itd-spacing)*1.5)*calc(1 - var(--itd-space-y-reverse)))
74
+ } */
75
+
76
+ :where(.space-y-2>:not(:last-child)) {
77
+ --itd-space-y-reverse: 0;
78
+ margin-block-start:calc(calc(var(--itd-spacing)*2)*var(--itd-space-y-reverse));margin-block-end: calc(calc(var(--itd-spacing)*2)*calc(1 - var(--itd-space-y-reverse)))
79
+ }
80
+
81
+ :where(.space-y-3>:not(:last-child)) {
82
+ --itd-space-y-reverse: 0;
83
+ margin-block-start:calc(calc(var(--itd-spacing)*3)*var(--itd-space-y-reverse));margin-block-end: calc(calc(var(--itd-spacing)*3)*calc(1 - var(--itd-space-y-reverse)))
84
+ }
85
+
86
+ :where(.space-y-4>:not(:last-child)) {
87
+ --itd-space-y-reverse: 0;
88
+ margin-block-start:calc(calc(var(--itd-spacing)*4)*var(--itd-space-y-reverse));margin-block-end: calc(calc(var(--itd-spacing)*4)*calc(1 - var(--itd-space-y-reverse)))
89
+ }
90
+
91
+ :where(.space-y-6>:not(:last-child)) {
92
+ --itd-space-y-reverse: 0;
93
+ margin-block-start:calc(calc(var(--itd-spacing)*6)*var(--itd-space-y-reverse));margin-block-end: calc(calc(var(--itd-spacing)*6)*calc(1 - var(--itd-space-y-reverse)))
94
+ }
95
+
96
+ :where(.space-y-8>:not(:last-child)) {
97
+ --itd-space-y-reverse: 0;
98
+ margin-block-start:calc(calc(var(--itd-spacing)*8)*var(--itd-space-y-reverse));margin-block-end: calc(calc(var(--itd-spacing)*8)*calc(1 - var(--itd-space-y-reverse)))
99
+ }
100
+
101
+ /* SPACE X */
102
+ :where(.-space-x-2>:not(:last-child)) {
103
+ --itd-space-x-reverse: 0;
104
+ margin-inline-start:calc(calc(var(--itd-spacing)*-2)*var(--itd-space-x-reverse));margin-inline-end: calc(calc(var(--itd-spacing)*-2)*calc(1 - var(--itd-space-x-reverse)))
105
+ }
106
+
107
+ :where(.space-x-1>:not(:last-child)) {
108
+ --itd-space-x-reverse: 0;
109
+ margin-inline-start:calc(calc(var(--itd-spacing)*1)*var(--itd-space-x-reverse));margin-inline-end: calc(calc(var(--itd-spacing)*1)*calc(1 - var(--itd-space-x-reverse)))
110
+ }
111
+
112
+ :where(.space-x-2>:not(:last-child)) {
113
+ --itd-space-x-reverse: 0;
114
+ margin-inline-start:calc(calc(var(--itd-spacing)*2)*var(--itd-space-x-reverse));margin-inline-end: calc(calc(var(--itd-spacing)*2)*calc(1 - var(--itd-space-x-reverse)))
115
+ }
116
+
117
+ :where(.space-x-3>:not(:last-child)) {
118
+ --itd-space-x-reverse: 0;
119
+ margin-inline-start:calc(calc(var(--itd-spacing)*3)*var(--itd-space-x-reverse));margin-inline-end: calc(calc(var(--itd-spacing)*3)*calc(1 - var(--itd-space-x-reverse)))
120
+ }
121
+
122
+ :where(.space-x-4>:not(:last-child)) {
123
+ --itd-space-x-reverse: 0;
124
+ margin-inline-start:calc(calc(var(--itd-spacing)*4)*var(--itd-space-x-reverse));margin-inline-end: calc(calc(var(--itd-spacing)*4)*calc(1 - var(--itd-space-x-reverse)))
125
+ }
126
+
127
+ :where(.space-x-6>:not(:last-child)) {
128
+ --itd-space-x-reverse: 0;
129
+ margin-inline-start:calc(calc(var(--itd-spacing)*6)*var(--itd-space-x-reverse));margin-inline-end: calc(calc(var(--itd-spacing)*6)*calc(1 - var(--itd-space-x-reverse)))
130
+ }
131
+
132
+ /* GAP */
133
+ .gap-1 { gap: calc(var(--itd-spacing) * 1); }
134
+ .gap-2 { gap: calc(var(--itd-spacing) * 2); }
135
+ .gap-3 { gap: calc(var(--itd-spacing) * 3); }
136
+ .gap-4 { gap: calc(var(--itd-spacing) * 4); }
137
+ .gap-6 { gap: calc(var(--itd-spacing) * 6); }
138
+ .gap-8 { gap: calc(var(--itd-spacing) * 8); }
139
+
140
+ /* PADDING */
141
+ .p-0 { padding: 0; }
142
+ .p-1 { padding: calc(var(--itd-spacing) * 1); }
143
+ .p-2 { padding: calc(var(--itd-spacing) * 2); }
144
+ .p-3 { padding: calc(var(--itd-spacing) * 3); }
145
+ .p-4 { padding: calc(var(--itd-spacing) * 4); }
146
+ .p-6 { padding: calc(var(--itd-spacing) * 6); }
147
+ .p-8 { padding: calc(var(--itd-spacing) * 8); }
148
+ .p-10 { padding: calc(var(--itd-spacing) * 10); }
149
+
150
+ /* PADDING INLINE */
151
+ .px-0 { padding-inline: 0; }
152
+ .px-2 { padding-inline: calc(var(--itd-spacing) * 2); }
153
+ .px-3 { padding-inline: calc(var(--itd-spacing) * 3); }
154
+ .px-4 { padding-inline: calc(var(--itd-spacing) * 4); }
155
+ .px-6 { padding-inline: calc(var(--itd-spacing) * 6); }
156
+ .px-8 { padding-inline: calc(var(--itd-spacing) * 8); }
157
+ .px-10 { padding-inline: calc(var(--itd-spacing) * 10); }
158
+
159
+ /* PADDING BLOCK */
160
+ .py-0 { padding-block: 0; }
161
+ .py-2 { padding-block: calc(var(--itd-spacing) * 2); }
162
+ .py-3 { padding-block: calc(var(--itd-spacing) * 3); }
163
+ .py-4 { padding-block: calc(var(--itd-spacing) * 4); }
164
+ .py-6 { padding-block: calc(var(--itd-spacing) * 6); }
165
+ .py-8 { padding-block: calc(var(--itd-spacing) * 8); }
166
+ .py-10 { padding-block: calc(var(--itd-spacing) * 10); }
167
+
168
+ /* MARGIN */
169
+ .m-0 { margin: 0; }
170
+ .m-1 { margin: calc(var(--itd-spacing) * 1); }
171
+ .m-2 { margin: calc(var(--itd-spacing) * 2); }
172
+ .m-3 { margin: calc(var(--itd-spacing) * 3); }
173
+ .m-4 { margin: calc(var(--itd-spacing) * 4); }
174
+ .m-6 { margin: calc(var(--itd-spacing) * 6); }
175
+ .m-8 { margin: calc(var(--itd-spacing) * 8); }
176
+ .m-10 { margin: calc(var(--itd-spacing) * 10); }
177
+
178
+ /* MARGIN INLINE */
179
+ .mx-0 { margin-inline: calc(var(--itd-spacing) * 0); }
180
+ .mx-1 { margin-inline:calc(var(--itd-spacing) * 1); }
181
+ .mx-2 { margin-inline:calc(var(--itd-spacing) * 2); }
182
+
183
+ /* MARGIN BLOCK */
184
+ .my-0 { margin-block: calc(var(--itd-spacing) * 0); }
185
+ .my-1 { margin-block:calc(var(--itd-spacing) * 1); }
186
+ .my-2 { margin-block: calc(var(--itd-spacing) * 2); }
187
+ .my-4 { margin-block:calc(var(--itd-spacing) * 4); }
188
+ .my-6 { margin-block: calc(var(--itd-spacing) * 6); }
189
+ .my-8 { margin-block:calc(var(--itd-spacing) * 8); }
190
+
191
+ /* MARGIN TOP */
192
+ .-mt-1 { margin-top: calc(var(--itd-spacing) * -1); }
193
+ .-mt-4 { margin-top: calc(var(--itd-spacing) * -4); }
194
+
195
+ .mt-0 { margin-top: calc(var(--itd-spacing) * 0); }
196
+ .mt-1 { margin-top: calc(var(--itd-spacing) * 1); }
197
+ .mt-2 { margin-top: calc(var(--itd-spacing) * 2); }
198
+ .mt-3 { margin-top: calc(var(--itd-spacing) * 3); }
199
+ .mt-4 { margin-top: calc(var(--itd-spacing) * 4); }
200
+ .mt-6 { margin-top: calc(var(--itd-spacing) * 6); }
201
+ .mt-8 { margin-top: calc(var(--itd-spacing) * 8); }
202
+ .mt-10 { margin-top: calc(var(--itd-spacing) * 10); }
203
+ .mt-12 { margin-top: calc(var(--itd-spacing) * 12); }
204
+ .mt-24 { margin-top: calc(var(--itd-spacing) * 24); }
205
+ .mt-auto { margin-top: auto; }
206
+
207
+ /* MARGIN RIGHT */
208
+ .-mr-1 { margin-right: calc(var(--itd-spacing) * -1); }
209
+ .mr-2 { margin-right: calc(var(--itd-spacing) * 2); }
210
+ .mr-4 { margin-right: calc(var(--itd-spacing) * 4); }
211
+ .mr-7 { margin-right: calc(var(--itd-spacing) * 7); }
212
+
213
+ /* MARGIN BOTTOM */
214
+ .mb-1 { margin-bottom: calc(var(--itd-spacing) * 1); }
215
+ .mb-2 { margin-bottom: calc(var(--itd-spacing) * 2); }
216
+ .mb-3 { margin-bottom: calc(var(--itd-spacing) * 3); }
217
+ .mb-4 { margin-bottom: calc(var(--itd-spacing) * 4); }
218
+ .mb-6 { margin-bottom: calc(var(--itd-spacing) * 6); }
219
+ .mb-12 { margin-bottom: calc(var(--itd-spacing) * 12); }
220
+
221
+ /* MARGIN LEFT */
222
+ .-ml-1 { margin-left: calc(var(--itd-spacing) * -1); }
223
+ .-ml-2 { margin-left: calc(var(--itd-spacing) * -2); }
224
+ .-ml-3 { margin-left: calc(var(--itd-spacing) * -3); }
225
+ .-ml-4 { margin-left: calc(var(--itd-spacing) * -4); }
226
+ .-ml-6 { margin-left: calc(var(--itd-spacing) * -6); }
227
+ .ml-0 { margin-left: calc(var(--itd-spacing) * 0); }
228
+ .ml-1 { margin-left: calc(var(--itd-spacing) * 1); }
229
+ .ml-2 { margin-left: calc(var(--itd-spacing) * 2); }
230
+ .ml-4 { margin-left: calc(var(--itd-spacing) * 4); }
231
+ .ml-6 { margin-left: calc(var(--itd-spacing) * 6); }
232
+
233
+ /* MARGIN AUTO */
234
+ .ml-auto { margin-left: auto; }
235
+ .mx-auto { margin-inline:auto; }
236
+
237
+ /* WIDTH & HEIGHT */
238
+ .w-full { width: 100%; }
239
+ .h-full { height: 100%; }
240
+
241
+ .min-w-full { min-width: 100%; }
242
+ .min-h-full { min-height: 100%; }
243
+
244
+ .max-w-full { max-width: 100%; }
245
+ .max-h-full { max-height: 100%; }
246
+
247
+ .max-w-max { max-width: max-content; }
248
+
249
+ .min-w-0 { min-width: calc(var(--itd-spacing) * 0);}
250
+ .min-w-5 { min-width: calc(var(--itd-spacing) * 5);}
251
+ .min-w-8 { min-width: calc(var(--itd-spacing) * 8);}
252
+ .min-w-9 { min-width: calc(var(--itd-spacing) * 9);}
253
+ .min-w-10 { min-width: calc(var(--itd-spacing) * 10);}
254
+ .min-w-11 { min-width: calc(var(--itd-spacing) * 11);}
255
+ .min-w-16 { min-width: calc(var(--itd-spacing) * 16);}
256
+ .min-w-24 { min-width: calc(var(--itd-spacing) * 24); }
257
+ .min-w-56 { min-width: calc(var(--itd-spacing) * 56); }
258
+
259
+ .min-h-0 { min-height: calc(var(--itd-spacing) * 0); }
260
+ .min-h-4 { min-height: calc(var(--itd-spacing) * 4); }
261
+ .min-h-16 { min-height: calc(var(--itd-spacing) * 16); }
262
+ .min-h-24 { min-height: calc(var(--itd-spacing) * 24); }
263
+ .min-h-64 { min-height: calc(var(--itd-spacing) * 64); }
264
+ .min-h-80 { min-height: calc(var(--itd-spacing) * 80); }
265
+
266
+ .max-w-xs { max-width: var(--itd-container-xs); }
267
+ .max-w-sm { max-width: var(--itd-container-sm); }
268
+ .max-w-md { max-width: var(--itd-container-md); }
269
+ .max-w-lg { max-width: var(--itd-container-lg); }
270
+ .max-w-xl { max-width: var(--itd-container-xl); }
271
+
272
+ .w-auto { width: auto; }
273
+ .h-auto { height: auto; }
274
+
275
+ /* ================================= */
276
+ /* POSITION & Z-INDEX */
277
+ /* ================================= */
278
+ .relative { position: relative; }
279
+ .absolute { position: absolute; }
280
+ .fixed { position: fixed; }
281
+ .sticky { position: sticky; }
282
+ .static { position: static; }
283
+
284
+ .z-0 { z-index: 0; }
285
+ .z-10 { z-index: 10; }
286
+ .z-20 { z-index: 20; }
287
+ .z-50 { z-index: 50; }
288
+ .z-9999 { z-index: 9999; }
289
+
290
+ /* ================================= */
291
+ /* ORDER */
292
+ /* ================================= */
293
+ .order-first { order: -9999; }
294
+ .order-last { order: 9999; }
295
+
296
+
297
+ .col-span-1 { grid-column: span 1/span 1; }
298
+ .col-span-2 { grid-column: span 2/span 2; }
299
+ .col-span-3 { grid-column: span 3/span 3; }
300
+
301
+ .col-start-2 { grid-column-start: 2; }
302
+
303
+ .row-span-2 { grid-row: span 2/span 2; }
304
+ .row-span-3 { grid-row: span 3/span 3; }
305
+
306
+ .row-start-1 { grid-row-start: 1; }
307
+
308
+ .container { width: 100%; }
309
+
310
+ /* ================================= */
311
+ /* POINTER EVENTS */
312
+ /* ================================= */
313
+ .pointer-events-auto { pointer-events: auto; }
314
+ .pointer-events-none { pointer-events: none; }
315
+
316
+ /* ================================= */
317
+ /* OVERFLOW */
318
+ /* ================================= */
319
+ .overflow-auto { overflow: auto; }
320
+ .overflow-hidden { overflow: hidden; }
321
+ .overflow-visible { overflow: visible; }
322
+ .overflow-x-auto { overflow-x: auto; }
323
+ .overflow-x-hidden { overflow-x: hidden; }
324
+ .overflow-y-auto { overflow-y: auto; }
325
+
326
+ /* ================================= */
327
+ /* OPACITY */
328
+ /* ================================= */
329
+ .opacity-0 { opacity: 0; }
330
+ .opacity-10 { opacity: 0.1; }
331
+ .opacity-20 { opacity: 0.2; }
332
+ .opacity-30 { opacity: 0.3; }
333
+ .opacity-40 { opacity: 0.4; }
334
+ .opacity-50 { opacity: 0.5; }
335
+ .opacity-60 { opacity: 0.6; }
336
+ .opacity-70 { opacity: 0.7; }
337
+ .opacity-80 { opacity: 0.8; }
338
+ .opacity-90 { opacity: 0.9; }
339
+ .opacity-100 { opacity: 1; }
340
+
341
+ /* ================================= */
342
+ /* SIZE */
343
+ /* ================================= */
344
+ .size-1 {
345
+ width: calc(var(--itd-spacing)*1);
346
+ height: calc(var(--itd-spacing)*1)
347
+ }
348
+
349
+ .size-2 {
350
+ width: calc(var(--itd-spacing)*2);
351
+ height: calc(var(--itd-spacing)*2)
352
+ }
353
+
354
+ .size-3 {
355
+ width: calc(var(--itd-spacing)*3);
356
+ height: calc(var(--itd-spacing)*3)
357
+ }
358
+
359
+ .size-4 {
360
+ width: calc(var(--itd-spacing)*4);
361
+ height: calc(var(--itd-spacing)*4)
362
+ }
363
+
364
+ .size-5 {
365
+ width: calc(var(--itd-spacing)*5);
366
+ height: calc(var(--itd-spacing)*5)
367
+ }
368
+
369
+ .size-6 {
370
+ width: calc(var(--itd-spacing)*6);
371
+ height: calc(var(--itd-spacing)*6)
372
+ }
373
+
374
+ .size-7 {
375
+ width: calc(var(--itd-spacing)*7);
376
+ height: calc(var(--itd-spacing)*7)
377
+ }
378
+
379
+ .size-8 {
380
+ width: calc(var(--itd-spacing)*8);
381
+ height: calc(var(--itd-spacing)*8)
382
+ }
383
+
384
+ .size-9 {
385
+ width: calc(var(--itd-spacing)*9);
386
+ height: calc(var(--itd-spacing)*9);
387
+ }
388
+
389
+ .size-10 {
390
+ width: calc(var(--itd-spacing)*10);
391
+ height: calc(var(--itd-spacing)*10)
392
+ }
393
+
394
+ .size-12 {
395
+ width: calc(var(--itd-spacing)*12);
396
+ height: calc(var(--itd-spacing)*12)
397
+ }
398
+
399
+ .size-auto {
400
+ width: auto;
401
+ height: auto
402
+ }
403
+
404
+ .size-full {
405
+ width: 100%;
406
+ height: 100%
407
+ }
408
+
409
+ /* ================================= */
410
+ /* HEIGHT */
411
+ /* ================================= */
412
+ .h-1 { height: calc(var(--itd-spacing)*1); }
413
+ .h-2 { height: calc(var(--itd-spacing)*2); }
414
+ .h-3 { height: calc(var(--itd-spacing)*3); }
415
+ .h-4 { height: calc(var(--itd-spacing)*4); }
416
+ .h-5 { height: calc(var(--itd-spacing)*5); }
417
+ .h-6 { height: calc(var(--itd-spacing)*6); }
418
+ .h-7 { height: calc(var(--itd-spacing)*7); }
419
+ .h-8 { height: calc(var(--itd-spacing)*8); }
420
+ .h-9 { height: calc(var(--itd-spacing)*9); }
421
+ .h-10 { height: calc(var(--itd-spacing)*10); }
422
+ .h-11 { height: calc(var(--itd-spacing)*11); }
423
+ .h-12 { height: calc(var(--itd-spacing)*12); }
424
+ .h-14 { height: calc(var(--itd-spacing)*14); }
425
+ .h-16 { height: calc(var(--itd-spacing)*16); }
426
+ .h-20 { height: calc(var(--itd-spacing)*20); }
427
+ .h-24 { height: calc(var(--itd-spacing)*24); }
428
+ .h-40 { height: calc(var(--itd-spacing)*40); }
429
+ .h-72 { height: calc(var(--itd-spacing)*72); }
430
+ .h-auto { height: auto; }
431
+ .h-fit { height: fit-content; }
432
+ .h-full { height: 100%; }
433
+ .h-px { height: 1px; }
434
+ .h-screen { height: 100vh; }
435
+ .h-svh { height: 100svh; }
436
+
437
+ /* ================================= */
438
+ /* LIST STYLES */
439
+ /* ================================= */
440
+ .list-none { list-style: none; }
441
+ .list-disc { list-style-type: disc; }
442
+ .list-decimal { list-style-type: decimal; }
443
+ .list-inside { list-style-position: inside; }
444
+
445
+ /* ================================= */
446
+ /* TYPOGRAPHY */
447
+ /* ================================= */
448
+ .text-xs {
449
+ font-size: var(--itd-text-xs);
450
+ line-height: var(--itd-text-xs--line-height);
451
+ }
452
+ .text-sm {
453
+ font-size: var(--itd-text-sm);
454
+ line-height: var(--itd-text-sm--line-height);
455
+ }
456
+ .text-base, .text-default {
457
+ font-size: var(--itd-text-default);
458
+ line-height: var(--itd-text-default--line-height);
459
+ }
460
+ .text-lg {
461
+ font-size: var(--itd-text-lg);
462
+ line-height: var(--itd-text-lg--line-height);
463
+ }
464
+
465
+ /* ================================= */
466
+ /* FONT WEIGHT */
467
+ /* ================================= */
468
+ .font-normal { font-weight: var(--itd-font-weight-normal); }
469
+ .font-medium { font-weight: var(--itd-font-weight-medium); }
470
+ .font-semibold { font-weight: var(--itd-font-weight-semibold); }
471
+ .font-bold { font-weight: var(--itd-font-weight-bold); }
472
+
473
+ /* ================================= */
474
+ /* TEXT DECORATION */
475
+ /* ================================= */
476
+ .underline { text-decoration-line: underline; }
477
+ .no-underline { text-decoration-line: none; }
478
+
479
+ /* ================================= */
480
+ /* TRACKING */
481
+ /* ================================= */
482
+ .tracking-tight {
483
+ --itd-tracking: var(--itd-tracking-tight);
484
+ letter-spacing: var(--itd-tracking-tight);
485
+ }
486
+
487
+ .tracking-tighter {
488
+ --itd-tracking: var(--itd-tracking-tighter);
489
+ letter-spacing: var(--itd-tracking-tighter);
490
+ }
491
+
492
+ .tracking-widest {
493
+ --itd-tracking: var(--itd-tracking-widest);
494
+ letter-spacing: var(--itd-tracking-widest);
495
+ }
496
+
497
+ /* ================================= */
498
+ /* LINE CLAMP */
499
+ /* ================================= */
500
+ .line-clamp-1 {
501
+ display: -webkit-box;
502
+ -webkit-box-orient: vertical;
503
+ -webkit-line-clamp: 1;
504
+ line-clamp: 1; /* added for hiding ide warning */
505
+ overflow: hidden;
506
+ }
507
+
508
+ .line-clamp-2 {
509
+ display: -webkit-box;
510
+ -webkit-box-orient: vertical;
511
+ -webkit-line-clamp: 2;
512
+ line-clamp: 2; /* added for hiding ide warning */
513
+ overflow: hidden;
514
+ }
515
+
516
+ /* ================================= */
517
+ /* CURSOR */
518
+ /* ================================= */
519
+ .cursor-pointer { cursor: pointer; }
520
+ .cursor-default { cursor: default; }
521
+ .cursor-not-allowed { cursor: not-allowed; }
522
+
523
+ /* ================================= */
524
+ /* BORDER RADIUS */
525
+ /* ================================= */
526
+ .rounded-none { border-radius: 0; }
527
+ .rounded-sm { border-radius: 0.25rem; }
528
+ .rounded { border-radius: 0.375rem; }
529
+ .rounded-md { border-radius: 0.5rem; }
530
+ .rounded-lg { border-radius: 0.75rem; }
531
+ .rounded-xl { border-radius: 1rem; }
532
+ .rounded-2xl { border-radius: 1.5rem; }
533
+ .rounded-full { border-radius: 9999px; }
534
+
535
+ /* ================================= */
536
+ /* BOX SHADOW */
537
+ /* ================================= */
538
+ .shadow-none { box-shadow: none; }
539
+ .shadow-sm { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
540
+ .shadow { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1); }
541
+ .shadow-md { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); }
542
+ .shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1); }
543
+ .shadow-xl { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1); }
544
+
545
+ /* ================================= */
546
+ /* PRINT UTILITIES */
547
+ /* ================================= */
548
+ .print-hidden { display: initial; }
549
+
550
+ @media print {
551
+ a {
552
+ text-decoration: underline;
553
+ }
554
+
555
+ .print-hidden {
556
+ display: none !important;
557
+ }
558
+
559
+ .print-visible {
560
+ display: block !important;
561
+ }
562
+ }
563
+
564
+ }
565
+