@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.
- package/ACCESSIBILITY.md +517 -0
- package/README.md +88 -11
- package/dist/alert/Description.d.ts +7 -0
- package/dist/alert/Title.d.ts +7 -0
- package/dist/alert/index.d.ts +3 -1
- package/dist/alink/index.d.ts +2 -10
- package/dist/alink/styled.d.ts +1 -1
- package/dist/button/index.d.ts +10 -2
- package/dist/calendar/index.d.ts +9 -1
- package/dist/card/Card.d.ts +9 -0
- package/dist/card/CardAction.d.ts +7 -0
- package/dist/card/CardContent.d.ts +7 -0
- package/dist/card/CardDescription.d.ts +7 -0
- package/dist/card/CardFooter.d.ts +7 -0
- package/dist/card/CardHeader.d.ts +8 -0
- package/dist/card/CardTabs.d.ts +7 -0
- package/dist/card/CardTitle.d.ts +7 -0
- package/dist/card/index.d.ts +8 -3
- package/dist/cjs/_virtual/_commonjsHelpers.js +1 -0
- package/dist/cjs/_virtual/customParseFormat.js +1 -0
- package/dist/cjs/_virtual/customParseFormat2.js +1 -0
- package/dist/cjs/_virtual/dayjs.min.js +1 -0
- package/dist/cjs/_virtual/dayjs.min2.js +1 -0
- package/dist/cjs/_virtual/localizedFormat.js +1 -0
- package/dist/cjs/_virtual/localizedFormat2.js +1 -0
- package/dist/cjs/_virtual/react.js +1 -0
- package/dist/cjs/accordion/index.js +1 -0
- package/dist/cjs/accordion/item/Item.js +1 -0
- package/dist/cjs/accordion/item/styled.js +20 -0
- package/dist/cjs/accordion/styled.js +15 -0
- package/dist/cjs/accordion/submenu/SubMenu.js +1 -0
- package/dist/cjs/accordion/submenu/styled.js +214 -0
- package/dist/cjs/alert/Description.js +1 -0
- package/dist/cjs/alert/Title.js +1 -0
- package/dist/cjs/alert/index.js +1 -0
- package/dist/cjs/alink/index.js +1 -0
- package/dist/cjs/alink/styled.js +5 -0
- package/dist/cjs/back-top/index.js +1 -0
- package/dist/cjs/back-top/styled.js +25 -0
- package/dist/cjs/button/index.js +1 -0
- package/dist/cjs/calendar/dates.js +1 -0
- package/dist/cjs/calendar/day/Day.js +1 -0
- package/dist/cjs/calendar/day/styled.js +91 -0
- package/dist/cjs/calendar/header/Header.js +1 -0
- package/dist/cjs/calendar/header/styled.js +196 -0
- package/dist/cjs/calendar/index.js +1 -0
- package/dist/cjs/calendar/styled.js +82 -0
- package/dist/cjs/card/Card.js +1 -0
- package/dist/cjs/card/CardAction.js +1 -0
- package/dist/cjs/card/CardContent.js +1 -0
- package/dist/cjs/card/CardDescription.js +1 -0
- package/dist/cjs/card/CardFooter.js +1 -0
- package/dist/cjs/card/CardHeader.js +1 -0
- package/dist/cjs/card/CardTabs.js +1 -0
- package/dist/cjs/card/CardTitle.js +1 -0
- package/dist/cjs/checkbox/group/index.js +1 -0
- package/dist/cjs/checkbox/index.js +1 -0
- package/dist/cjs/context/ITDContext.js +1 -0
- package/dist/cjs/context/ITDThemeProvider.js +1 -0
- package/dist/cjs/context/styled.js +15 -0
- package/dist/cjs/datepicker/index.js +1 -0
- package/dist/cjs/enums/enum.js +1 -0
- package/dist/cjs/flex/index.js +1 -0
- package/dist/cjs/flex/styled.js +35 -0
- package/dist/cjs/floating/Arrow.js +108 -0
- package/dist/cjs/floating/FloatingContent.js +38 -0
- package/dist/cjs/form/context/FormContext.js +1 -0
- package/dist/cjs/form/context/FormRegistry.js +1 -0
- package/dist/cjs/form/context/FormStore.js +1 -0
- package/dist/cjs/form/control/Control.js +1 -0
- package/dist/cjs/form/group/Group.js +1 -0
- package/dist/cjs/form/index.js +1 -0
- package/dist/cjs/form/item/Item.js +1 -0
- package/dist/cjs/form/validation/TCIdentity.js +1 -0
- package/dist/cjs/form/validation/Validator.js +1 -0
- package/dist/cjs/form/wrapper/FormWrapper.js +1 -0
- package/dist/cjs/helpers/array/ChunkArray.js +1 -0
- package/dist/cjs/helpers/aspectratio/DetermineNewHeight.js +1 -0
- package/dist/cjs/helpers/aspectratio/DetermineNewWidth.js +1 -0
- package/dist/cjs/helpers/base64/Base64Decode.js +1 -0
- package/dist/cjs/helpers/base64/Base64Encode.js +1 -0
- package/dist/cjs/helpers/binary/FormatBytes.js +1 -0
- package/dist/cjs/helpers/binary/GetTypeByFileType.js +1 -0
- package/dist/cjs/helpers/checker/CheckFileURL.js +1 -0
- package/dist/cjs/helpers/checker/FileChecker.js +1 -0
- package/dist/cjs/helpers/country/GetCountryCodeByCurrencyCode.js +1 -0
- package/dist/cjs/helpers/country/GetCountryCodeByLanguage.js +1 -0
- package/dist/cjs/helpers/css/FindSelector.js +1 -0
- package/dist/cjs/helpers/currency/ConvertCurrency.js +1 -0
- package/dist/cjs/helpers/currency/GetByCurrency.js +1 -0
- package/dist/cjs/helpers/currency/GetCurrencyFormat.js +1 -0
- package/dist/cjs/helpers/currency/GetCurrencySymbol.js +1 -0
- package/dist/cjs/helpers/currency/GetDecimalByCurrency.js +1 -0
- package/dist/cjs/helpers/datetime/FormatDate.js +1 -0
- package/dist/cjs/helpers/datetime/FormatDateTime.js +1 -0
- package/dist/cjs/helpers/datetime/FormatSimpleDate.js +1 -0
- package/dist/cjs/helpers/datetime/FormatSimpleDateTime.js +1 -0
- package/dist/cjs/helpers/datetime/FormatTime.js +1 -0
- package/dist/cjs/helpers/datetime/dayjsSetup.js +1 -0
- package/dist/cjs/helpers/format/ToKebabCase.js +1 -0
- package/dist/cjs/helpers/json/IsValidJSON.js +1 -0
- package/dist/cjs/helpers/math/AddZero.js +1 -0
- package/dist/cjs/helpers/promise/Wait.js +1 -0
- package/dist/cjs/helpers/remover/RemoveUnits.js +1 -0
- package/dist/cjs/helpers/string/UniUpperCase.js +1 -0
- package/dist/cjs/helpers/svg/SVGLoader.js +1 -0
- package/dist/cjs/helpers/svg/styles.js +22 -0
- package/dist/cjs/helpers/theme/AddDefaultThemeStyle.js +1 -0
- package/dist/cjs/helpers/theme/Color.js +1 -0
- package/dist/cjs/helpers/theme/GenerateColorScale.js +1 -0
- package/dist/cjs/helpers/theme/createTheme.js +1 -0
- package/dist/cjs/helpers/theme/cssVariables.js +1 -0
- package/dist/cjs/helpers/theme/dark.js +1 -0
- package/dist/cjs/helpers/theme/light.js +1 -0
- package/dist/cjs/helpers/theme/presets.js +1 -0
- package/dist/cjs/helpers/theme/tokens.js +1 -0
- package/dist/cjs/helpers/unit/AddDefaultUnit.js +1 -0
- package/dist/cjs/hooks/useAddExternalCSS.js +1 -0
- package/dist/cjs/hooks/useAvoidCollision.js +1 -0
- package/dist/cjs/hooks/useComponentSize.js +1 -0
- package/dist/cjs/hooks/useConnectionStatus.js +1 -0
- package/dist/cjs/hooks/useConstructor.js +1 -0
- package/dist/cjs/hooks/useContextBridge.js +1 -0
- package/dist/cjs/hooks/useCoreFetch.js +1 -0
- package/dist/cjs/hooks/useFloatingPosition.js +1 -0
- package/dist/cjs/hooks/useFloatingTrigger.js +1 -0
- package/dist/cjs/hooks/useFocusTrap.js +1 -0
- package/dist/cjs/hooks/useKeyboardShortcut.js +1 -0
- package/dist/cjs/hooks/useMultiQuery.js +1 -0
- package/dist/cjs/hooks/useOnClickOutside.js +1 -0
- package/dist/cjs/hooks/useOnESCKeyDown.js +1 -0
- package/dist/cjs/hooks/useOnResize.js +1 -0
- package/dist/cjs/hooks/useOrientation.js +1 -0
- package/dist/cjs/hooks/useReCaptcha.js +1 -0
- package/dist/cjs/hooks/useSingleQuery.js +1 -0
- package/dist/cjs/hovercard/HoverCard.js +1 -0
- package/dist/cjs/hovercard/HoverCardContent.js +1 -0
- package/dist/cjs/hovercard/HoverCardTrigger.js +1 -0
- package/dist/cjs/hovercard/hoverCardContext.js +1 -0
- package/dist/cjs/html/header/H1.js +1 -0
- package/dist/cjs/html/header/H2.js +1 -0
- package/dist/cjs/html/header/H3.js +1 -0
- package/dist/cjs/html/header/H4.js +1 -0
- package/dist/cjs/html/header/styled.js +33 -0
- package/dist/cjs/icons/Arrow.js +1 -0
- package/dist/cjs/icons/BackToTop.js +1 -0
- package/dist/cjs/icons/Checkmark.js +1 -0
- package/dist/cjs/icons/InlineSelectArrow.js +1 -0
- package/dist/cjs/icons/Lock.js +1 -0
- package/dist/cjs/icons/NoData.js +1 -0
- package/dist/cjs/icons/Picture.js +1 -0
- package/dist/cjs/icons/Trash.js +1 -0
- package/dist/cjs/icons/Upload.js +1 -0
- package/dist/cjs/icons/ZoomIn.js +1 -0
- package/dist/cjs/icons/ZoomOut.js +1 -0
- package/dist/cjs/image/index.js +1 -0
- package/dist/cjs/image/styled.js +4 -0
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/input/index.js +1 -0
- package/dist/cjs/label/index.js +1 -0
- package/dist/cjs/locales/en/calendar.json.js +1 -0
- package/dist/cjs/locales/en/itd.json.js +1 -0
- package/dist/cjs/locales/tr/calendar.json.js +1 -0
- package/dist/cjs/locales/tr/itd.json.js +1 -0
- package/dist/cjs/logger/index.js +1 -0
- package/dist/cjs/modal/container/ModalContainer.js +1 -0
- package/dist/cjs/modal/container/styled.js +18 -0
- package/dist/cjs/modal/context/ModalContext.js +1 -0
- package/dist/cjs/modal/index.js +1 -0
- package/dist/cjs/modal/modal/Modal.js +1 -0
- package/dist/cjs/modal/modal/styled.js +128 -0
- package/dist/cjs/node_modules/@react-spring/animated/dist/react-spring_animated.modern.js +1 -0
- package/dist/cjs/node_modules/@react-spring/core/dist/react-spring_core.modern.js +1 -0
- package/dist/cjs/node_modules/@react-spring/rafz/dist/react-spring_rafz.modern.js +1 -0
- package/dist/cjs/node_modules/@react-spring/shared/dist/react-spring_shared.modern.js +1 -0
- package/dist/cjs/node_modules/@react-spring/web/dist/react-spring_web.modern.js +1 -0
- package/dist/cjs/node_modules/clsx/dist/clsx.js +1 -0
- package/dist/cjs/node_modules/dayjs/dayjs.min.js +1 -0
- package/dist/cjs/node_modules/dayjs/plugin/customParseFormat.js +1 -0
- package/dist/cjs/node_modules/dayjs/plugin/localizedFormat.js +1 -0
- package/dist/cjs/node_modules/fast-deep-equal/react.js +1 -0
- package/dist/cjs/node_modules/lodash-es/_Symbol.js +1 -0
- package/dist/cjs/node_modules/lodash-es/_arrayMap.js +1 -0
- package/dist/cjs/node_modules/lodash-es/_baseGetTag.js +1 -0
- package/dist/cjs/node_modules/lodash-es/_baseToString.js +1 -0
- package/dist/cjs/node_modules/lodash-es/_freeGlobal.js +1 -0
- package/dist/cjs/node_modules/lodash-es/_getRawTag.js +1 -0
- package/dist/cjs/node_modules/lodash-es/_objectToString.js +1 -0
- package/dist/cjs/node_modules/lodash-es/_root.js +1 -0
- package/dist/cjs/node_modules/lodash-es/isArray.js +1 -0
- package/dist/cjs/node_modules/lodash-es/isObject.js +1 -0
- package/dist/cjs/node_modules/lodash-es/isObjectLike.js +1 -0
- package/dist/cjs/node_modules/lodash-es/isSymbol.js +1 -0
- package/dist/cjs/node_modules/lodash-es/toString.js +1 -0
- package/dist/cjs/node_modules/lodash-es/uniqueId.js +1 -0
- package/dist/cjs/node_modules/lucide-react/dist/esm/Icon.js +8 -0
- package/dist/cjs/node_modules/lucide-react/dist/esm/createLucideIcon.js +1 -0
- package/dist/cjs/node_modules/lucide-react/dist/esm/defaultAttributes.js +1 -0
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/calendar-1.js +8 -0
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/chevron-down.js +8 -0
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/circle-x.js +8 -0
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/eye-off.js +8 -0
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/eye.js +8 -0
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/image-off.js +8 -0
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/info.js +8 -0
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/lock.js +8 -0
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/minus.js +8 -0
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/plus.js +8 -0
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/trash.js +8 -0
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/upload.js +8 -0
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/x.js +8 -0
- package/dist/cjs/node_modules/lucide-react/dist/esm/shared/src/utils.js +7 -0
- package/dist/cjs/node_modules/overlayscrollbars/overlayscrollbars.js +10 -0
- package/dist/cjs/node_modules/overlayscrollbars/styles/overlayscrollbars.css.js +1 -0
- package/dist/cjs/node_modules/react-number-format/dist/react-number-format.es.js +1 -0
- package/dist/cjs/node_modules/rollup-plugin-node-globals/src/global.js +1 -0
- package/dist/cjs/node_modules/rollup-plugin-styles/dist/runtime/inject-css.js +1 -0
- package/dist/cjs/node_modules/tailwind-merge/dist/bundle-mjs.js +1 -0
- package/dist/cjs/notification/container/Container.js +1 -0
- package/dist/cjs/notification/container/styled.js +26 -0
- package/dist/cjs/notification/context/NotificationsContext.js +1 -0
- package/dist/cjs/notification/index.js +1 -0
- package/dist/cjs/notification/item/Item.js +1 -0
- package/dist/cjs/notification/item/styled.js +42 -0
- package/dist/cjs/popover/Popover.js +1 -0
- package/dist/cjs/popover/PopoverContent.js +1 -0
- package/dist/cjs/popover/PopoverTrigger.js +1 -0
- package/dist/cjs/primitives/Slot.js +1 -0
- package/dist/cjs/progress/index.js +1 -0
- package/dist/cjs/progress/styled.js +59 -0
- package/dist/cjs/radio/button/RadioButton.js +1 -0
- package/dist/cjs/radio/button/styled.js +133 -0
- package/dist/cjs/radio/group/Group.js +1 -0
- package/dist/cjs/radio/group/styled.js +7 -0
- package/dist/cjs/radio/index.js +1 -0
- package/dist/cjs/result/index.js +1 -0
- package/dist/cjs/result/styled.js +109 -0
- package/dist/cjs/select/dropdown/Dropdown.js +1 -0
- package/dist/cjs/select/index.js +1 -0
- package/dist/cjs/select/option/Option.js +1 -0
- package/dist/cjs/select/selector/Selector.js +1 -0
- package/dist/cjs/select/selector/selectorinput/SelectorInput.js +1 -0
- package/dist/cjs/spin/index.js +1 -0
- package/dist/cjs/status/index.js +1 -0
- package/dist/cjs/switch/index.js +1 -0
- package/dist/cjs/table/index.js +1 -0
- package/dist/cjs/table/styled.js +458 -0
- package/dist/cjs/tabs/index.js +1 -0
- package/dist/cjs/textarea/index.js +1 -0
- package/dist/cjs/tinyscrollbar/index.js +1 -0
- package/dist/cjs/tinyscrollbar/scroll.styled.js +21 -0
- package/dist/cjs/tooltip/Tooltip.js +1 -0
- package/dist/cjs/tooltip/TooltipContent.js +1 -0
- package/dist/cjs/tooltip/TooltipTrigger.js +1 -0
- package/dist/cjs/tooltip/tooltipContext.js +1 -0
- package/dist/cjs/types/InputProps.js +1 -0
- package/dist/cjs/upload/index.js +1 -0
- package/dist/cjs/utils/CommonStyledComponents.js +1 -0
- package/dist/cjs/utils/ErrorAnnouncement.js +1 -0
- package/dist/cjs/utils/GetButtonSizeSlug.js +1 -0
- package/dist/cjs/utils/GetSizeSlugBySize.js +1 -0
- package/dist/cjs/utils/InlineSVGCached.js +1 -0
- package/dist/cjs/utils/cn.js +1 -0
- package/dist/context/ITDContext.d.ts +3 -0
- package/dist/context/ITDThemeProvider.d.ts +11 -0
- package/dist/css/alert.css +122 -0
- package/dist/css/base.css +392 -0
- package/dist/css/button.css +380 -0
- package/dist/css/card.css +58 -0
- package/dist/css/checkbox.css +251 -0
- package/dist/css/common.css +116 -0
- package/dist/css/components.css +92 -0
- package/dist/css/datepicker.css +75 -0
- package/dist/css/form.css +28 -0
- package/dist/css/hovercard.css +11 -0
- package/dist/css/input.css +421 -0
- package/dist/css/popover.css +10 -0
- package/dist/css/properties.css +299 -0
- package/dist/css/reset.css +310 -0
- package/dist/css/select.css +624 -0
- package/dist/css/spin.css +31 -0
- package/dist/css/status.css +74 -0
- package/dist/css/switch.css +178 -0
- package/dist/css/tabs.css +167 -0
- package/dist/css/textarea.css +208 -0
- package/dist/css/tooltip.css +22 -0
- package/dist/css/upload.css +335 -0
- package/dist/css/utilities.css +565 -0
- package/dist/enums/enum.d.ts +138 -8
- package/dist/es/_virtual/_commonjsHelpers.js +1 -0
- package/dist/es/_virtual/customParseFormat.js +1 -0
- package/dist/es/_virtual/customParseFormat2.js +1 -0
- package/dist/es/_virtual/dayjs.min.js +1 -0
- package/dist/es/_virtual/dayjs.min2.js +1 -0
- package/dist/es/_virtual/localizedFormat.js +1 -0
- package/dist/es/_virtual/localizedFormat2.js +1 -0
- package/dist/es/_virtual/react.js +1 -0
- package/dist/es/accordion/index.js +1 -0
- package/dist/es/accordion/item/Item.js +1 -0
- package/dist/es/accordion/item/styled.js +20 -0
- package/dist/es/accordion/styled.js +15 -0
- package/dist/es/accordion/submenu/SubMenu.js +1 -0
- package/dist/es/accordion/submenu/styled.js +214 -0
- package/dist/es/alert/Description.js +1 -0
- package/dist/es/alert/Title.js +1 -0
- package/dist/es/alert/index.js +1 -0
- package/dist/es/alink/index.js +1 -0
- package/dist/es/alink/styled.js +5 -0
- package/dist/es/back-top/index.js +1 -0
- package/dist/es/back-top/styled.js +25 -0
- package/dist/es/button/index.js +1 -0
- package/dist/es/calendar/dates.js +1 -0
- package/dist/es/calendar/day/Day.js +1 -0
- package/dist/es/calendar/day/styled.js +91 -0
- package/dist/es/calendar/header/Header.js +1 -0
- package/dist/es/calendar/header/styled.js +196 -0
- package/dist/es/calendar/index.js +1 -0
- package/dist/es/calendar/styled.js +82 -0
- package/dist/es/card/Card.js +1 -0
- package/dist/es/card/CardAction.js +1 -0
- package/dist/es/card/CardContent.js +1 -0
- package/dist/es/card/CardDescription.js +1 -0
- package/dist/es/card/CardFooter.js +1 -0
- package/dist/es/card/CardHeader.js +1 -0
- package/dist/es/card/CardTabs.js +1 -0
- package/dist/es/card/CardTitle.js +1 -0
- package/dist/es/checkbox/group/index.js +1 -0
- package/dist/es/checkbox/index.js +1 -0
- package/dist/es/context/ITDContext.js +1 -0
- package/dist/es/context/ITDThemeProvider.js +1 -0
- package/dist/es/context/styled.js +15 -0
- package/dist/es/datepicker/index.js +1 -0
- package/dist/es/enums/enum.js +1 -0
- package/dist/es/flex/index.js +1 -0
- package/dist/es/flex/styled.js +35 -0
- package/dist/es/floating/Arrow.js +108 -0
- package/dist/es/floating/FloatingContent.js +38 -0
- package/dist/es/form/context/FormContext.js +1 -0
- package/dist/es/form/context/FormRegistry.js +1 -0
- package/dist/es/form/context/FormStore.js +1 -0
- package/dist/es/form/control/Control.js +1 -0
- package/dist/es/form/group/Group.js +1 -0
- package/dist/es/form/index.js +1 -0
- package/dist/es/form/item/Item.js +1 -0
- package/dist/es/form/validation/TCIdentity.js +1 -0
- package/dist/es/form/validation/Validator.js +1 -0
- package/dist/es/form/wrapper/FormWrapper.js +1 -0
- package/dist/es/helpers/array/ChunkArray.js +1 -0
- package/dist/es/helpers/aspectratio/DetermineNewHeight.js +1 -0
- package/dist/es/helpers/aspectratio/DetermineNewWidth.js +1 -0
- package/dist/es/helpers/base64/Base64Decode.js +1 -0
- package/dist/es/helpers/base64/Base64Encode.js +1 -0
- package/dist/es/helpers/binary/FormatBytes.js +1 -0
- package/dist/es/helpers/binary/GetTypeByFileType.js +1 -0
- package/dist/es/helpers/checker/CheckFileURL.js +1 -0
- package/dist/es/helpers/checker/FileChecker.js +1 -0
- package/dist/es/helpers/country/GetCountryCodeByCurrencyCode.js +1 -0
- package/dist/es/helpers/country/GetCountryCodeByLanguage.js +1 -0
- package/dist/es/helpers/css/FindSelector.js +1 -0
- package/dist/es/helpers/currency/ConvertCurrency.js +1 -0
- package/dist/es/helpers/currency/GetByCurrency.js +1 -0
- package/dist/es/helpers/currency/GetCurrencyFormat.js +1 -0
- package/dist/es/helpers/currency/GetCurrencySymbol.js +1 -0
- package/dist/es/helpers/currency/GetDecimalByCurrency.js +1 -0
- package/dist/es/helpers/datetime/FormatDate.js +1 -0
- package/dist/es/helpers/datetime/FormatDateTime.js +1 -0
- package/dist/es/helpers/datetime/FormatSimpleDate.js +1 -0
- package/dist/es/helpers/datetime/FormatSimpleDateTime.js +1 -0
- package/dist/es/helpers/datetime/FormatTime.js +1 -0
- package/dist/es/helpers/datetime/dayjsSetup.js +1 -0
- package/dist/es/helpers/format/ToKebabCase.js +1 -0
- package/dist/es/helpers/json/IsValidJSON.js +1 -0
- package/dist/es/helpers/math/AddZero.js +1 -0
- package/dist/es/helpers/promise/Wait.js +1 -0
- package/dist/es/helpers/remover/RemoveUnits.js +1 -0
- package/dist/es/helpers/string/UniUpperCase.js +1 -0
- package/dist/es/helpers/svg/SVGLoader.js +1 -0
- package/dist/es/helpers/svg/styles.js +22 -0
- package/dist/es/helpers/theme/AddDefaultThemeStyle.js +1 -0
- package/dist/es/helpers/theme/Color.js +1 -0
- package/dist/es/helpers/theme/GenerateColorScale.js +1 -0
- package/dist/es/helpers/theme/createTheme.js +1 -0
- package/dist/es/helpers/theme/cssVariables.js +1 -0
- package/dist/es/helpers/theme/dark.js +1 -0
- package/dist/es/helpers/theme/light.js +1 -0
- package/dist/es/helpers/theme/presets.js +1 -0
- package/dist/es/helpers/theme/tokens.js +1 -0
- package/dist/es/helpers/unit/AddDefaultUnit.js +1 -0
- package/dist/es/hooks/useAddExternalCSS.js +1 -0
- package/dist/es/hooks/useAvoidCollision.js +1 -0
- package/dist/es/hooks/useComponentSize.js +1 -0
- package/dist/es/hooks/useConnectionStatus.js +1 -0
- package/dist/es/hooks/useConstructor.js +1 -0
- package/dist/es/hooks/useContextBridge.js +1 -0
- package/dist/es/hooks/useCoreFetch.js +1 -0
- package/dist/es/hooks/useFloatingPosition.js +1 -0
- package/dist/es/hooks/useFloatingTrigger.js +1 -0
- package/dist/es/hooks/useFocusTrap.js +1 -0
- package/dist/es/hooks/useKeyboardShortcut.js +1 -0
- package/dist/es/hooks/useMultiQuery.js +1 -0
- package/dist/es/hooks/useOnClickOutside.js +1 -0
- package/dist/es/hooks/useOnESCKeyDown.js +1 -0
- package/dist/es/hooks/useOnResize.js +1 -0
- package/dist/es/hooks/useOrientation.js +1 -0
- package/dist/es/hooks/useReCaptcha.js +1 -0
- package/dist/es/hooks/useSingleQuery.js +1 -0
- package/dist/es/hovercard/HoverCard.js +1 -0
- package/dist/es/hovercard/HoverCardContent.js +1 -0
- package/dist/es/hovercard/HoverCardTrigger.js +1 -0
- package/dist/es/hovercard/hoverCardContext.js +1 -0
- package/dist/es/html/header/H1.js +1 -0
- package/dist/es/html/header/H2.js +1 -0
- package/dist/es/html/header/H3.js +1 -0
- package/dist/es/html/header/H4.js +1 -0
- package/dist/es/html/header/styled.js +33 -0
- package/dist/es/icons/Arrow.js +1 -0
- package/dist/es/icons/BackToTop.js +1 -0
- package/dist/es/icons/Checkmark.js +1 -0
- package/dist/es/icons/InlineSelectArrow.js +1 -0
- package/dist/es/icons/Lock.js +1 -0
- package/dist/es/icons/NoData.js +1 -0
- package/dist/es/icons/Picture.js +1 -0
- package/dist/es/icons/Trash.js +1 -0
- package/dist/es/icons/Upload.js +1 -0
- package/dist/es/icons/ZoomIn.js +1 -0
- package/dist/es/icons/ZoomOut.js +1 -0
- package/dist/es/image/index.js +1 -0
- package/dist/es/image/styled.js +4 -0
- package/dist/es/index.js +1 -0
- package/dist/es/input/index.js +1 -0
- package/dist/es/label/index.js +1 -0
- package/dist/es/locales/en/calendar.json.js +1 -0
- package/dist/es/locales/en/itd.json.js +1 -0
- package/dist/es/locales/tr/calendar.json.js +1 -0
- package/dist/es/locales/tr/itd.json.js +1 -0
- package/dist/es/logger/index.js +1 -0
- package/dist/es/modal/container/ModalContainer.js +1 -0
- package/dist/es/modal/container/styled.js +18 -0
- package/dist/es/modal/context/ModalContext.js +1 -0
- package/dist/es/modal/index.js +1 -0
- package/dist/es/modal/modal/Modal.js +1 -0
- package/dist/es/modal/modal/styled.js +128 -0
- package/dist/es/node_modules/@react-spring/animated/dist/react-spring_animated.modern.js +1 -0
- package/dist/es/node_modules/@react-spring/core/dist/react-spring_core.modern.js +1 -0
- package/dist/es/node_modules/@react-spring/rafz/dist/react-spring_rafz.modern.js +1 -0
- package/dist/es/node_modules/@react-spring/shared/dist/react-spring_shared.modern.js +1 -0
- package/dist/es/node_modules/@react-spring/web/dist/react-spring_web.modern.js +1 -0
- package/dist/es/node_modules/clsx/dist/clsx.js +1 -0
- package/dist/es/node_modules/dayjs/dayjs.min.js +1 -0
- package/dist/es/node_modules/dayjs/plugin/customParseFormat.js +1 -0
- package/dist/es/node_modules/dayjs/plugin/localizedFormat.js +1 -0
- package/dist/es/node_modules/fast-deep-equal/react.js +1 -0
- package/dist/es/node_modules/lodash-es/_Symbol.js +1 -0
- package/dist/es/node_modules/lodash-es/_arrayMap.js +1 -0
- package/dist/es/node_modules/lodash-es/_baseGetTag.js +1 -0
- package/dist/es/node_modules/lodash-es/_baseToString.js +1 -0
- package/dist/es/node_modules/lodash-es/_freeGlobal.js +1 -0
- package/dist/es/node_modules/lodash-es/_getRawTag.js +1 -0
- package/dist/es/node_modules/lodash-es/_objectToString.js +1 -0
- package/dist/es/node_modules/lodash-es/_root.js +1 -0
- package/dist/es/node_modules/lodash-es/isArray.js +1 -0
- package/dist/es/node_modules/lodash-es/isObject.js +1 -0
- package/dist/es/node_modules/lodash-es/isObjectLike.js +1 -0
- package/dist/es/node_modules/lodash-es/isSymbol.js +1 -0
- package/dist/es/node_modules/lodash-es/toString.js +1 -0
- package/dist/es/node_modules/lodash-es/uniqueId.js +1 -0
- package/dist/es/node_modules/lucide-react/dist/esm/Icon.js +7 -0
- package/dist/es/node_modules/lucide-react/dist/esm/createLucideIcon.js +7 -0
- package/dist/es/node_modules/lucide-react/dist/esm/defaultAttributes.js +7 -0
- package/dist/es/node_modules/lucide-react/dist/esm/icons/calendar-1.js +7 -0
- package/dist/es/node_modules/lucide-react/dist/esm/icons/chevron-down.js +7 -0
- package/dist/es/node_modules/lucide-react/dist/esm/icons/circle-x.js +7 -0
- package/dist/es/node_modules/lucide-react/dist/esm/icons/eye-off.js +7 -0
- package/dist/es/node_modules/lucide-react/dist/esm/icons/eye.js +7 -0
- package/dist/es/node_modules/lucide-react/dist/esm/icons/image-off.js +7 -0
- package/dist/es/node_modules/lucide-react/dist/esm/icons/info.js +7 -0
- package/dist/es/node_modules/lucide-react/dist/esm/icons/lock.js +7 -0
- package/dist/es/node_modules/lucide-react/dist/esm/icons/minus.js +7 -0
- package/dist/es/node_modules/lucide-react/dist/esm/icons/plus.js +7 -0
- package/dist/es/node_modules/lucide-react/dist/esm/icons/trash.js +7 -0
- package/dist/es/node_modules/lucide-react/dist/esm/icons/upload.js +7 -0
- package/dist/es/node_modules/lucide-react/dist/esm/icons/x.js +7 -0
- package/dist/es/node_modules/lucide-react/dist/esm/shared/src/utils.js +7 -0
- package/dist/es/node_modules/overlayscrollbars/overlayscrollbars.js +10 -0
- package/dist/es/node_modules/overlayscrollbars/styles/overlayscrollbars.css.js +1 -0
- package/dist/es/node_modules/react-number-format/dist/react-number-format.es.js +1 -0
- package/dist/es/node_modules/rollup-plugin-node-globals/src/global.js +1 -0
- package/dist/es/node_modules/rollup-plugin-styles/dist/runtime/inject-css.js +1 -0
- package/dist/es/node_modules/tailwind-merge/dist/bundle-mjs.js +1 -0
- package/dist/es/notification/container/Container.js +1 -0
- package/dist/es/notification/container/styled.js +26 -0
- package/dist/es/notification/context/NotificationsContext.js +1 -0
- package/dist/es/notification/index.js +1 -0
- package/dist/es/notification/item/Item.js +1 -0
- package/dist/es/notification/item/styled.js +42 -0
- package/dist/es/popover/Popover.js +1 -0
- package/dist/es/popover/PopoverContent.js +1 -0
- package/dist/es/popover/PopoverTrigger.js +1 -0
- package/dist/es/primitives/Slot.js +1 -0
- package/dist/es/progress/index.js +1 -0
- package/dist/es/progress/styled.js +59 -0
- package/dist/es/radio/button/RadioButton.js +1 -0
- package/dist/es/radio/button/styled.js +133 -0
- package/dist/es/radio/group/Group.js +1 -0
- package/dist/es/radio/group/styled.js +7 -0
- package/dist/es/radio/index.js +1 -0
- package/dist/es/result/index.js +1 -0
- package/dist/es/result/styled.js +109 -0
- package/dist/es/select/dropdown/Dropdown.js +1 -0
- package/dist/es/select/index.js +1 -0
- package/dist/es/select/option/Option.js +1 -0
- package/dist/es/select/selector/Selector.js +1 -0
- package/dist/es/select/selector/selectorinput/SelectorInput.js +1 -0
- package/dist/es/spin/index.js +1 -0
- package/dist/es/status/index.js +1 -0
- package/dist/es/switch/index.js +1 -0
- package/dist/es/table/index.js +1 -0
- package/dist/es/table/styled.js +458 -0
- package/dist/es/tabs/index.js +1 -0
- package/dist/es/textarea/index.js +1 -0
- package/dist/es/tinyscrollbar/index.js +1 -0
- package/dist/es/tinyscrollbar/scroll.styled.js +21 -0
- package/dist/es/tooltip/Tooltip.js +1 -0
- package/dist/es/tooltip/TooltipContent.js +1 -0
- package/dist/es/tooltip/TooltipTrigger.js +1 -0
- package/dist/es/tooltip/tooltipContext.js +1 -0
- package/dist/es/types/InputProps.js +1 -0
- package/dist/es/upload/index.js +1 -0
- package/dist/es/utils/CommonStyledComponents.js +1 -0
- package/dist/es/utils/ErrorAnnouncement.js +1 -0
- package/dist/es/utils/GetButtonSizeSlug.js +1 -0
- package/dist/es/utils/GetSizeSlugBySize.js +1 -0
- package/dist/es/utils/InlineSVGCached.js +1 -0
- package/dist/es/utils/cn.js +1 -0
- package/dist/floating/Arrow.d.ts +17 -0
- package/dist/floating/FloatingContent.d.ts +60 -0
- package/dist/floating/mergeTriggerProps.d.ts +8 -0
- package/dist/form/context/FormContext.d.ts +4 -0
- package/dist/form/context/FormRegistry.d.ts +13 -0
- package/dist/form/context/FormStore.d.ts +5 -1
- package/dist/form/control/Control.d.ts +2 -1
- package/dist/form/item/Item.d.ts +0 -1
- package/dist/form/validation/Validator.d.ts +0 -1
- package/dist/global.css +44 -142
- package/dist/helpers/binary/GetTypeByFileType.d.ts +1 -1
- package/dist/helpers/country/GetCountryCodeByCurrencyCode.d.ts +1 -1
- package/dist/helpers/country/GetCountryCodeByLanguage.d.ts +1 -1
- package/dist/helpers/css/FindSelector.d.ts +10 -0
- package/dist/helpers/currency/ConvertCurrency.d.ts +1 -1
- package/dist/helpers/currency/GetCurrencyFormat.d.ts +9 -0
- package/dist/helpers/index.d.ts +4 -1
- package/dist/helpers/theme/Color.d.ts +19 -0
- package/dist/helpers/theme/GenerateColorScale.d.ts +16 -0
- package/dist/helpers/theme/createTheme.d.ts +8 -0
- package/dist/helpers/theme/cssVariables.d.ts +41 -0
- package/dist/helpers/theme/dark.d.ts +3 -0
- package/dist/helpers/theme/index.d.ts +12 -0
- package/dist/helpers/theme/light.d.ts +3 -0
- package/dist/helpers/theme/presets.d.ts +12 -0
- package/dist/helpers/theme/themes.d.ts +5 -0
- package/dist/helpers/theme/tokens.d.ts +392 -0
- package/dist/hooks/useAddExternalCSS.d.ts +4 -5
- package/dist/hooks/useAvoidCollision.d.ts +6 -1
- package/dist/hooks/useFloatingPosition.d.ts +63 -0
- package/dist/hooks/useFloatingTrigger.d.ts +64 -0
- package/dist/hooks/useFocusTrap.d.ts +36 -0
- package/dist/hovercard/HoverCard.d.ts +12 -0
- package/dist/hovercard/HoverCardContent.d.ts +22 -0
- package/dist/hovercard/HoverCardTrigger.d.ts +17 -0
- package/dist/hovercard/hoverCardContext.d.ts +7 -0
- package/dist/hovercard/index.d.ts +4 -0
- package/dist/icons/index.d.ts +0 -3
- package/dist/image/index.d.ts +0 -1
- package/dist/image/styled.d.ts +5 -4
- package/dist/index.d.mts +83 -40
- package/dist/index.d.ts +1439 -462
- package/dist/input/index.d.ts +30 -2
- package/dist/input/style.settings.d.ts +9 -0
- package/dist/label/index.d.ts +6 -0
- package/dist/label/style.settings.d.ts +9 -0
- package/dist/{select/toggle → label}/styled.d.ts +17 -14
- package/dist/locales/en/itd.json +31 -19
- package/dist/locales/itd.json +31 -19
- package/dist/locales/tr/itd.json +31 -19
- package/dist/modal/container/styled.d.ts +1 -3
- package/dist/modal/context/ModalContext.d.ts +20 -11
- package/dist/modal/index.d.ts +7 -22
- package/dist/popover/Popover.d.ts +42 -0
- package/dist/popover/PopoverContent.d.ts +34 -0
- package/dist/popover/PopoverTrigger.d.ts +26 -0
- package/dist/popover/index.d.ts +4 -0
- package/dist/primitives/Slot.d.ts +36 -0
- package/dist/radio/button/RadioButton.d.ts +1 -1
- package/dist/radio/button/styled.d.ts +0 -1
- package/dist/result/index.d.ts +1 -1
- package/dist/select/dropdown/Dropdown.d.ts +20 -0
- package/dist/select/option/Option.d.ts +11 -3
- package/dist/select/selector/Selector.d.ts +3 -0
- package/dist/select/selector/selectorinput/SelectorInput.d.ts +6 -0
- package/dist/select/style.settings.d.ts +83 -26
- package/dist/stats.html +4949 -0
- package/dist/stories/Accordion.d.ts +0 -1
- package/dist/stories/Accordion.stories.d.ts +1 -1
- package/dist/stories/Alert.stories.d.ts +16 -2
- package/dist/stories/AlertComposition.d.ts +3 -0
- package/dist/stories/AlertComposition.stories.d.ts +18 -0
- package/dist/stories/Button.d.ts +0 -1
- package/dist/stories/Button.stories.d.ts +20 -2
- package/dist/stories/Card.d.ts +9 -2
- package/dist/stories/Card.stories.d.ts +5 -2
- package/dist/stories/Checkbox.stories.d.ts +1 -1
- package/dist/stories/CheckboxGroup.stories.d.ts +1 -1
- package/dist/stories/CheckboxGroupControl.stories.d.ts +1 -1
- package/dist/stories/ColorScale.d.ts +10 -0
- package/dist/stories/ColorScale.stories.d.ts +24 -0
- package/dist/stories/ColorScaleCompare.d.ts +8 -0
- package/dist/stories/ColorScaleCompare.stories.d.ts +47 -0
- package/dist/stories/DatePicker.d.ts +0 -1
- package/dist/stories/DatePicker.stories.d.ts +1 -1
- package/dist/stories/Form.stories.d.ts +12 -1
- package/dist/stories/Header.d.ts +0 -1
- package/dist/stories/Header.stories.d.ts +3 -3
- package/dist/stories/HoverCard.d.ts +2 -0
- package/dist/stories/HoverCard.stories.d.ts +18 -0
- package/dist/stories/Input.d.ts +0 -1
- package/dist/stories/Input.stories.d.ts +84 -2
- package/dist/stories/ModalManager.d.ts +0 -1
- package/dist/stories/Page.d.ts +0 -1
- package/dist/stories/Popover.d.ts +2 -0
- package/dist/stories/Popover.stories.d.ts +40 -0
- package/dist/stories/Progress.stories.d.ts +1 -1
- package/dist/stories/RadioGroup.stories.d.ts +1 -1
- package/dist/stories/Result.stories.d.ts +1 -1
- package/dist/stories/Select.d.ts +0 -1
- package/dist/stories/Select.stories.d.ts +14 -4
- package/dist/stories/Status.stories.d.ts +1 -1
- package/dist/stories/Switch.stories.d.ts +10 -3
- package/dist/stories/Tabs.stories.d.ts +6 -12
- package/dist/stories/TextArea.d.ts +0 -1
- package/dist/stories/TextArea.stories.d.ts +9 -2
- package/dist/stories/Tooltip.d.ts +1 -0
- package/dist/stories/Tooltip.stories.d.ts +35 -0
- package/dist/stories/Upload.stories.d.ts +1 -6
- package/dist/stories/root/index.d.ts +0 -1
- package/dist/switch/index.d.ts +2 -1
- package/dist/tabs/index.d.ts +2 -2
- package/dist/tooltip/Tooltip.d.ts +12 -0
- package/dist/tooltip/TooltipContent.d.ts +12 -0
- package/dist/tooltip/TooltipTrigger.d.ts +19 -0
- package/dist/tooltip/index.d.ts +4 -0
- package/dist/tooltip/tooltipContext.d.ts +7 -0
- package/dist/types/AlertProps.d.ts +5 -4
- package/dist/types/ButtonProps.d.ts +9 -28
- package/dist/types/CalendarProps.d.ts +0 -1
- package/dist/types/CardProps.d.ts +6 -2
- package/dist/types/CheckboxProps.d.ts +5 -1
- package/dist/types/ChildrenProps.d.ts +2 -1
- package/dist/types/DatePickerProps.d.ts +5 -3
- package/dist/types/FormProps.d.ts +4 -1
- package/dist/types/ITDProps.d.ts +4 -2
- package/dist/types/InputProps.d.ts +12 -17
- package/dist/types/LabelProps.d.ts +7 -0
- package/dist/types/PopoverProps.d.ts +10 -0
- package/dist/types/RadioProps.d.ts +1 -2
- package/dist/types/ResultProps.d.ts +1 -0
- package/dist/types/SelectProps.d.ts +19 -13
- package/dist/types/SwitchProps.d.ts +4 -1
- package/dist/types/TableProps.d.ts +1 -0
- package/dist/types/TabsProps.d.ts +8 -2
- package/dist/types/TextAreaProps.d.ts +1 -0
- package/dist/types/Theme.d.ts +128 -0
- package/dist/types/UploadProps.d.ts +3 -39
- package/dist/upload/index.d.ts +1 -1
- package/dist/utils/CommonStyledComponents.d.ts +21 -0
- package/dist/utils/ErrorAnnouncement.d.ts +25 -0
- package/dist/utils/GetButtonSizeSlug.d.ts +6 -0
- package/dist/utils/GetSizeSlugBySize.d.ts +3 -0
- package/dist/utils/cn.d.ts +2 -0
- package/dist/utils/index.d.ts +2 -0
- package/package.json +96 -64
- package/dist/alert/alert.style.error.d.ts +0 -4
- package/dist/alert/alert.style.info.d.ts +0 -4
- package/dist/alert/alert.style.success.d.ts +0 -4
- package/dist/alert/alert.style.warning.d.ts +0 -4
- package/dist/alert/styled.d.ts +0 -8
- package/dist/button/button.style.SVG.d.ts +0 -4
- package/dist/button/button.style.circle.d.ts +0 -4
- package/dist/button/button.style.default.d.ts +0 -4
- package/dist/button/button.style.filled.d.ts +0 -4
- package/dist/button/button.style.ghost.d.ts +0 -4
- package/dist/button/button.style.icon.d.ts +0 -5
- package/dist/button/button.style.link.d.ts +0 -4
- package/dist/button/button.style.outline.d.ts +0 -4
- package/dist/button/button.style.size.d.ts +0 -4
- package/dist/button/button.style.solid.d.ts +0 -4
- package/dist/button/button.style.strecth.d.ts +0 -4
- package/dist/button/styled.d.ts +0 -12
- package/dist/card/styles.d.ts +0 -15
- package/dist/checkbox/group/styled.d.ts +0 -2
- package/dist/checkbox/styled.d.ts +0 -9
- package/dist/cropper/index.d.ts +0 -44
- package/dist/datepicker/styled.d.ts +0 -9
- package/dist/form/control/styled.d.ts +0 -4
- package/dist/form/group/styled.d.ts +0 -5
- package/dist/helpers/theme/UpdateThemeStyle.d.ts +0 -5
- package/dist/icons/FileDocument.d.ts +0 -6
- package/dist/icons/FileExcel.d.ts +0 -5
- package/dist/icons/FilePdf.d.ts +0 -5
- package/dist/index.cjs.js +0 -5612
- package/dist/index.esm.js +0 -5612
- package/dist/input/styled.d.ts +0 -29
- package/dist/link/index.d.ts +0 -11
- package/dist/select/menu/Menu.d.ts +0 -14
- package/dist/select/menu/styled.d.ts +0 -8
- package/dist/select/option/styled.d.ts +0 -5
- package/dist/select/styled.d.ts +0 -7
- package/dist/select/toggle/Toggle.d.ts +0 -3
- package/dist/select/toggle/label/floating/FloatingLabel.d.ts +0 -12
- package/dist/select/toggle/label/floating/styled.d.ts +0 -8
- package/dist/select/toggle/label/single/SingleLabel.d.ts +0 -18
- package/dist/select/toggle/label/single/styled.d.ts +0 -2
- package/dist/spin/styled.d.ts +0 -10
- package/dist/status/styled.d.ts +0 -6
- package/dist/stories/ButtonIcon.d.ts +0 -2
- package/dist/switch/styled.d.ts +0 -5
- package/dist/tabs/styles.d.ts +0 -13
- package/dist/textarea/styled.d.ts +0 -8
- 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
|
+
|