@kubit-ui-web/react-components 2.0.0-beta.4 → 2.0.0-beta.40
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/README.md +20 -28
- package/dist/cjs/components/accordion/accordionControlled.js +1 -1
- package/dist/cjs/components/accordion/accordionStandAlone.js +1 -1
- package/dist/cjs/components/accordion/accordionUnControlled.js +1 -1
- package/dist/cjs/components/accordion/hooks/useAccordionContentOverflow.js +1 -1
- package/dist/cjs/components/accordion/hooks/useAccordionInertContent.js +1 -1
- package/dist/cjs/components/accordion/types/state.js +1 -1
- package/dist/cjs/components/alert/alertControlled.js +1 -0
- package/dist/cjs/components/alert/alertStandAlone.js +1 -0
- package/dist/cjs/components/alert/index.js +2 -0
- package/dist/cjs/components/avatar/avatar.js +1 -1
- package/dist/cjs/components/avatar/avatarStandAlone.js +1 -1
- package/dist/cjs/components/avatar/fragments/drawContent.js +1 -1
- package/dist/cjs/components/badge/badge.js +1 -1
- package/dist/cjs/components/badge/badgeStandAlone.js +1 -1
- package/dist/cjs/components/breadcrumbs/breadcrumbs.js +1 -1
- package/dist/cjs/components/breadcrumbs/breadcrumbsStandAlone.js +1 -1
- package/dist/cjs/components/breadcrumbs/components/crumbStandAlone/crumbStandAlone.js +1 -1
- package/dist/cjs/components/breadcrumbs/hooks/useIsOverflow/useIsOverflow.js +1 -1
- package/dist/cjs/components/breadcrumbs/utils/crumbMaxCharName/crumbMaxCharName.js +1 -1
- package/dist/cjs/components/button/button.js +1 -1
- package/dist/cjs/components/button/buttonStandAlone.js +1 -1
- package/dist/cjs/components/calendar/calendar.js +1 -1
- package/dist/cjs/components/calendar/calendarStandAlone.js +1 -1
- package/dist/cjs/components/calendar/constants/constants.js +1 -1
- package/dist/cjs/components/calendar/header/header.js +1 -1
- package/dist/cjs/components/calendar/list/list.js +1 -1
- package/dist/cjs/components/calendar/selector/monthSelector/monthSelector.js +1 -1
- package/dist/cjs/components/calendar/selector/monthSelector/utils/monthSelector.utils.js +1 -1
- package/dist/cjs/components/calendar/selector/selector.js +1 -1
- package/dist/cjs/components/calendar/selector/yearSelector/utils/yearSelector.utils.js +1 -1
- package/dist/cjs/components/calendar/selector/yearSelector/yearSelector.js +1 -1
- package/dist/cjs/components/calendar/utils/getAllDaysInMonth.js +1 -1
- package/dist/cjs/components/calendar/utils/getFirstDayOfMonth.js +1 -1
- package/dist/cjs/components/calendar/utils/getState.js +1 -1
- package/dist/cjs/components/calendar/utils/getYearList.js +1 -1
- package/dist/cjs/components/calendar/utils/groupDaysByWeeks.js +1 -1
- package/dist/cjs/components/calendar/utils/handleKeysmoves.js +1 -1
- package/dist/cjs/components/calendar/utils/setMonth.js +1 -1
- package/dist/cjs/components/calendar/utils/setYear.js +1 -1
- package/dist/cjs/components/card/card.js +1 -0
- package/dist/cjs/components/card/cardStandAlone.js +1 -0
- package/dist/cjs/components/card/index.js +4 -0
- package/dist/cjs/components/carousel/carousel.js +1 -1
- package/dist/cjs/components/carousel/carouselStandAlone.js +1 -1
- package/dist/cjs/components/carousel/hooks/useCarousel.js +1 -1
- package/dist/cjs/components/carousel/hooks/useCarouselKeyNavigation.js +1 -1
- package/dist/cjs/components/carousel/hooks/useCarouselSwipe.js +1 -1
- package/dist/cjs/components/carousel/hooks/utils/calc.utils.js +1 -1
- package/dist/cjs/components/carousel/hooks/utils/constants.js +1 -1
- package/dist/cjs/components/carousel/hooks/utils/dom.utils.js +1 -1
- package/dist/cjs/components/carousel/types/carousel.js +1 -1
- package/dist/cjs/components/carousel/utils/carousel.utils.js +1 -1
- package/dist/cjs/components/checkbox/checkboxControlled.js +1 -1
- package/dist/cjs/components/checkbox/checkboxStandAlone.js +1 -1
- package/dist/cjs/components/checkbox/checkboxUnControlled.js +1 -1
- package/dist/cjs/components/checkbox/components/errorMessage.js +1 -1
- package/dist/cjs/components/checkbox/components/label.js +1 -1
- package/dist/cjs/components/checkbox/types/state.js +1 -1
- package/dist/cjs/components/checkbox/utils/aria.utils.js +1 -1
- package/dist/cjs/components/checkbox/utils/state.utils.js +1 -1
- package/dist/cjs/components/checkboxBase/checkboxBaseControlled.js +1 -1
- package/dist/cjs/components/checkboxBase/checkboxBaseStandAlone.js +1 -1
- package/dist/cjs/components/checkboxBase/checkboxBaseUncontrolled.js +1 -1
- package/dist/cjs/components/checkboxBase/hooks/useCheckbox.js +1 -1
- package/dist/cjs/components/chip/chip.js +1 -1
- package/dist/cjs/components/chip/chipStandAlone.js +1 -1
- package/dist/cjs/components/dataTable/components/dataTableHead.js +1 -1
- package/dist/cjs/components/dataTable/components/dataTableRows.js +1 -1
- package/dist/cjs/components/dataTable/components/hiddenDataTableHead.js +1 -1
- package/dist/cjs/components/dataTable/dataTable.js +1 -1
- package/dist/cjs/components/dataTable/dataTableStandAlone.js +1 -1
- package/dist/cjs/components/dataTable/hooks/useDataTableHasScroll.js +1 -1
- package/dist/cjs/components/dataTable/hooks/useDataTableShadow.js +1 -1
- package/dist/cjs/components/dataTable/hooks/useDataTableStickyDividers.js +1 -1
- package/dist/cjs/components/dataTable/hooks/useDataTableStickyLeftColumns.js +1 -1
- package/dist/cjs/components/dataTable/hooks/useDataTableStickyRightColumns.js +1 -1
- package/dist/cjs/components/dataTable/utils/cellConfig.js +1 -1
- package/dist/cjs/components/dataTable/utils/hoverable.js +1 -1
- package/dist/cjs/components/dataTable/utils/rowConfig.js +1 -1
- package/dist/cjs/components/dataTable/utils/tableConfig.js +1 -1
- package/dist/cjs/components/dot/dot.js +1 -1
- package/dist/cjs/components/dot/dotStandAlone.js +1 -1
- package/dist/cjs/components/icon/icon.js +1 -1
- package/dist/cjs/components/icon/iconHost.js +1 -1
- package/dist/cjs/components/icon/iconStandAlone.js +1 -1
- package/dist/cjs/components/image/components/pictureSourceStandAlone.js +1 -1
- package/dist/cjs/components/image/image2.js +1 -0
- package/dist/cjs/components/image/imageStandAlone.js +1 -1
- package/dist/cjs/components/image/utils/getFallbackRatio.js +1 -1
- package/dist/cjs/components/input/input.js +1 -1
- package/dist/cjs/components/input/inputStandAlone.js +1 -1
- package/dist/cjs/components/input/types/state.js +1 -1
- package/dist/cjs/components/input/utils/state.js +1 -1
- package/dist/cjs/components/inputBase/inputBase.js +1 -1
- package/dist/cjs/components/inputBase/inputBaseStandAlone.js +1 -1
- package/dist/cjs/components/inputBase/types/state.js +1 -1
- package/dist/cjs/components/inputBase/utils/state.js +1 -1
- package/dist/cjs/components/inputDecoration/inputDecoration.js +1 -1
- package/dist/cjs/components/inputDecoration/inputDecorationStandAlone.js +1 -1
- package/dist/cjs/components/inputDecoration/types/state.js +1 -1
- package/dist/cjs/components/inputDecoration/utils/state.js +1 -1
- package/dist/cjs/components/inputSignature/hook/useDraw.js +1 -1
- package/dist/cjs/components/inputSignature/inputSignatureControlled.js +1 -1
- package/dist/cjs/components/inputSignature/inputSignatureStandAlone.js +1 -1
- package/dist/cjs/components/inputSignature/inputSignatureUncontrolled.js +1 -1
- package/dist/cjs/components/inputSignature/utils/getInputSignatureState.js +1 -1
- package/dist/cjs/components/label/labelStandAlone.js +1 -1
- package/dist/cjs/components/link/helpers/disabled.js +1 -1
- package/dist/cjs/components/link/link.js +1 -1
- package/dist/cjs/components/link/linkAsButton/linkAsButton.js +1 -1
- package/dist/cjs/components/link/linkAsButton/linkAsButtonStandAlone.js +1 -1
- package/dist/cjs/components/link/linkStandAlone.js +1 -1
- package/dist/cjs/components/listOptions/listOptions.js +1 -1
- package/dist/cjs/components/listOptions/listOptionsStandAlone.js +1 -1
- package/dist/cjs/components/listOptions/utils/listOptions.utils.js +1 -1
- package/dist/cjs/components/modal/fragments/modalHeader.js +1 -1
- package/dist/cjs/components/modal/modalControlled.js +1 -1
- package/dist/cjs/components/modal/modalStandAlone.js +1 -1
- package/dist/cjs/components/modal/modalUnControlled.js +1 -1
- package/dist/cjs/components/modal/utils/onlyDesktopSize.js +1 -1
- package/dist/cjs/components/option/components.ts/optionLabelSlice.js +1 -1
- package/dist/cjs/components/option/option.js +1 -1
- package/dist/cjs/components/option/optionStandAlone.js +1 -1
- package/dist/cjs/components/option/utils/option.utils.js +1 -1
- package/dist/cjs/components/pageControl/components/arrowControlStandAlone.js +1 -1
- package/dist/cjs/components/pageControl/components/buttonControlStandAlone.js +1 -1
- package/dist/cjs/components/pageControl/components/controls.js +1 -1
- package/dist/cjs/components/pageControl/helper/controlType.js +1 -1
- package/dist/cjs/components/pageControl/helper/positions.js +1 -1
- package/dist/cjs/components/pageControl/pageControl.js +1 -1
- package/dist/cjs/components/pageControl/pageControlStandAlone.js +1 -1
- package/dist/cjs/components/pagination/fragments/paginationButtonControl.js +1 -1
- package/dist/cjs/components/pagination/helpers/adjustMaxCountersNumber.js +1 -1
- package/dist/cjs/components/pagination/helpers/getMaxCountersNumber.js +1 -1
- package/dist/cjs/components/pagination/pagination.js +1 -1
- package/dist/cjs/components/pagination/paginationStandAlone.js +1 -1
- package/dist/cjs/components/popover/hooks/positioning/arrowPositionStyles.js +1 -1
- package/dist/cjs/components/popover/hooks/positioning/middlewareUtils.js +1 -1
- package/dist/cjs/components/popover/hooks/positioning/positionCalculation.js +1 -1
- package/dist/cjs/components/popover/hooks/positioning/positionStyles.js +1 -1
- package/dist/cjs/components/popover/hooks/positioning/types.js +1 -1
- package/dist/cjs/components/popover/hooks/usePopoverInteractions.js +1 -1
- package/dist/cjs/components/popover/hooks/usePopoverLifecycle.js +1 -1
- package/dist/cjs/components/popover/hooks/usePopoverPositioning.js +1 -1
- package/dist/cjs/components/popover/popover.js +1 -1
- package/dist/cjs/components/popover/popoverStandAlone.js +1 -1
- package/dist/cjs/components/popover/types/animation.js +1 -1
- package/dist/cjs/components/popover/utils/placement.utils.js +1 -1
- package/dist/cjs/components/popover/utils/styling.utils.js +1 -1
- package/dist/cjs/components/portal/portal.js +1 -1
- package/dist/cjs/components/progressBar/progressBar.js +1 -1
- package/dist/cjs/components/progressBar/progressBarStandAlone.js +1 -1
- package/dist/cjs/components/radioButton/radioButton.js +1 -1
- package/dist/cjs/components/radioButton/radioButtonStandAlone.js +1 -1
- package/dist/cjs/components/radioButton/utils/aria.utils.js +1 -1
- package/dist/cjs/components/radioButton/utils/state.utils.js +1 -1
- package/dist/cjs/components/select/index.js +4 -0
- package/dist/cjs/components/select/selectControlled.js +1 -0
- package/dist/cjs/components/select/selectStandAlone.js +1 -0
- package/dist/cjs/components/select/selectUncontrolled.js +1 -0
- package/dist/cjs/components/selectorBoxFile/components/selectorBoxFileAnimation.js +1 -1
- package/dist/cjs/components/selectorBoxFile/components/selectorBoxFileContainerBox.js +1 -1
- package/dist/cjs/components/selectorBoxFile/hooks/useBorderAnimation.js +1 -1
- package/dist/cjs/components/selectorBoxFile/selectorBoxFile.js +1 -1
- package/dist/cjs/components/selectorBoxFile/selectorBoxFileStandAlone.js +1 -1
- package/dist/cjs/components/selectorBoxFile/utils/animation/animation.js +1 -1
- package/dist/cjs/components/selectorBoxFile/utils/state/state.js +1 -1
- package/dist/cjs/components/selectorBoxFile/utils/translateValue/translateValue.js +1 -1
- package/dist/cjs/components/skeleton/skeleton2.js +1 -0
- package/dist/cjs/components/skeleton/skeletonStandAlone.js +1 -1
- package/dist/cjs/components/slider/components/sliderButtonStandAlone.js +1 -1
- package/dist/cjs/components/slider/components/sliderHelperTextStandAlone.js +1 -1
- package/dist/cjs/components/slider/components/sliderScaleStandAlone.js +1 -1
- package/dist/cjs/components/slider/components/sliderThumbStandAlone.js +1 -1
- package/dist/cjs/components/slider/slider.js +1 -1
- package/dist/cjs/components/slider/sliderStandAlone.js +1 -1
- package/dist/cjs/components/slider/utils/accessibility.utils.js +1 -1
- package/dist/cjs/components/slider/utils/slider.utils.js +1 -1
- package/dist/cjs/components/slider/utils/state.utils.js +1 -1
- package/dist/cjs/components/slider/utils/ui.utils.js +1 -1
- package/dist/cjs/components/snackbar/hooks/useSnackbarAutoClose.js +1 -1
- package/dist/cjs/components/snackbar/snackbar.js +1 -1
- package/dist/cjs/components/snackbar/snackbarStandAlone.js +1 -1
- package/dist/cjs/components/stepperNumber/helpers/aria.js +1 -1
- package/dist/cjs/components/stepperNumber/helpers/screnReader.js +1 -1
- package/dist/cjs/components/stepperNumber/helpers/stepState.js +1 -1
- package/dist/cjs/components/stepperNumber/stepperNumber.js +1 -1
- package/dist/cjs/components/stepperNumber/stepperNumberStandAlone.js +1 -1
- package/dist/cjs/components/table/hooks/useTableHasScroll.js +1 -1
- package/dist/cjs/components/table/hooks/useTableShadow.js +1 -1
- package/dist/cjs/components/table/hooks/useTableStickyLeftColumns.js +1 -1
- package/dist/cjs/components/table/hooks/useTableStickyRightColumns.js +1 -1
- package/dist/cjs/components/table/table.js +1 -1
- package/dist/cjs/components/table/tableStandAlone.js +1 -1
- package/dist/cjs/components/tableBody/tableBody.js +1 -1
- package/dist/cjs/components/tableBody/tableBodyStandAlone.js +1 -1
- package/dist/cjs/components/tableCaption/tableCaption.js +1 -1
- package/dist/cjs/components/tableCaption/tableCaptionStandAlone.js +1 -1
- package/dist/cjs/components/tableCell/tableCell.js +1 -1
- package/dist/cjs/components/tableCell/tableCellStandAlone.js +1 -1
- package/dist/cjs/components/tableDivider/tableDivider.js +1 -1
- package/dist/cjs/components/tableDivider/tableDividerStandAlone.js +1 -1
- package/dist/cjs/components/tableFoot/tableFoot.js +1 -1
- package/dist/cjs/components/tableFoot/tableFootStandAlone.js +1 -1
- package/dist/cjs/components/tableHead/tableHead.js +1 -1
- package/dist/cjs/components/tableHead/tableHeadStandAlone.js +1 -1
- package/dist/cjs/components/tableRow/tableRow.js +1 -1
- package/dist/cjs/components/tableRow/tableRowStandAlone.js +1 -1
- package/dist/cjs/components/tabs/hooks/useTabs/useTabs.js +1 -1
- package/dist/cjs/components/tabs/tabsControlled.js +1 -1
- package/dist/cjs/components/tabs/tabsStandAlone.js +1 -1
- package/dist/cjs/components/tabs/tabsUnControlled.js +1 -1
- package/dist/cjs/components/tabs/utils/keyMove/keLeftMove.js +1 -1
- package/dist/cjs/components/tabs/utils/keyMove/keyRightMove.js +1 -1
- package/dist/cjs/components/tag/tag.js +1 -1
- package/dist/cjs/components/tag/tagStandAlone.js +1 -1
- package/dist/cjs/components/text/text2.js +1 -0
- package/dist/cjs/components/text/textStandAlone.js +1 -1
- package/dist/cjs/components/textArea/components/errorStandAlone.js +1 -1
- package/dist/cjs/components/textArea/components/helpMessageStandAlone.js +1 -1
- package/dist/cjs/components/textArea/components/textCount/textCount.js +1 -1
- package/dist/cjs/components/textArea/components/textCount/textCountStandAlone.js +1 -1
- package/dist/cjs/components/textArea/components/titleStandAlone.js +1 -1
- package/dist/cjs/components/textArea/textArea.js +1 -1
- package/dist/cjs/components/textArea/textAreaStandAlone.js +1 -1
- package/dist/cjs/components/textArea/utils/aria.utils.js +1 -1
- package/dist/cjs/components/textArea/utils/state.utils.js +1 -1
- package/dist/cjs/components/toggle/toggleControlled.js +1 -1
- package/dist/cjs/components/toggle/toggleStandAlone.js +1 -1
- package/dist/cjs/components/toggle/toggleUnControlled.js +1 -1
- package/dist/cjs/components/toggle/utils/buildComponentProps.js +1 -1
- package/dist/cjs/components/toggle/utils/thumbTransformCalculations.js +1 -1
- package/dist/cjs/components/tooltip/components/tooltipTrigger.js +1 -1
- package/dist/cjs/components/tooltip/hooks/useTooltip.js +1 -1
- package/dist/cjs/components/tooltip/hooks/useTooltipAsModal.js +1 -1
- package/dist/cjs/components/tooltip/hooks/useTooltipAsModalAriaLabel.js +1 -1
- package/dist/cjs/components/tooltip/positioning/computePosition.js +1 -1
- package/dist/cjs/components/tooltip/tooltipControlled.js +1 -1
- package/dist/cjs/components/tooltip/tooltipStandAlone.js +1 -1
- package/dist/cjs/components/tooltip/tooltipUnControlled.js +1 -1
- package/dist/cjs/components/tooltip/utils/tooltip.utils.js +1 -1
- package/dist/cjs/components/virtualKeyboard/components/digitButton.js +1 -1
- package/dist/cjs/components/virtualKeyboard/virtualKeyboard.js +1 -1
- package/dist/cjs/components/virtualKeyboard/virtualKeyboardStandAlone.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/lib/components/customComponent/customComponent.js +1 -1
- package/dist/cjs/lib/components/elementOrIcon/elementOrIcon.js +1 -1
- package/dist/cjs/lib/components/errorMessage/errorMessage.js +1 -1
- package/dist/cjs/lib/components/errorMessage/errorMessageStandAlone.js +1 -1
- package/dist/cjs/lib/components/itemRove/itemRove.js +1 -1
- package/dist/cjs/lib/components/overlay/overlay.js +1 -1
- package/dist/cjs/lib/components/overlay/overlayStandAlone.js +1 -1
- package/dist/cjs/lib/components/screen-reader-only/screenReaderOnly.js +1 -0
- package/dist/cjs/lib/components/screen-reader-only/screenReaderOnlyStandAlone.js +1 -0
- package/dist/cjs/lib/constants/keyboardKeys/keyboardKeys.js +1 -1
- package/dist/cjs/lib/hooks/useClassName/useClassName.js +1 -1
- package/dist/cjs/lib/hooks/useClickOutside/useClickOutside.js +1 -1
- package/dist/cjs/lib/hooks/useContentVisibility/useContentVisibility.js +1 -1
- package/dist/cjs/lib/hooks/useContentVisibility/utils/contentVisibility.js +1 -0
- package/dist/cjs/lib/hooks/useEscPressed/useEscPressed.js +1 -1
- package/dist/cjs/lib/hooks/useManageState/useManageState.js +1 -1
- package/dist/cjs/lib/hooks/useMediaDevice/useActiveBreakpoints.js +1 -1
- package/dist/cjs/lib/hooks/useMediaDevice/useMediaDevice.js +1 -1
- package/dist/cjs/lib/hooks/useRoveFocus/useRoveFocus.js +1 -1
- package/dist/cjs/lib/hooks/useScrollBlock/useScrollBlock.js +1 -1
- package/dist/cjs/lib/hooks/useScrollBlock/utils/useScrollBlock.utils.js +1 -1
- package/dist/cjs/lib/hooks/useScrollDetection/useScrollDetection.js +1 -0
- package/dist/cjs/lib/hooks/useScrollEffect/useScrollEffect.js +1 -1
- package/dist/cjs/lib/hooks/useScrollEffect/utils/scrollPercentage.js +1 -1
- package/dist/cjs/lib/hooks/useSwipeDown/useSwipeDown.js +1 -1
- package/dist/cjs/lib/hooks/useSwipeDown/utils/convertDurationToNumber.js +1 -1
- package/dist/cjs/lib/hooks/useTrapFocus/useTrapFocus.js +1 -1
- package/dist/cjs/lib/provider/cssProvider/provider.d.ts +60 -0
- package/dist/cjs/lib/provider/cssProvider/provider.js +1 -1
- package/dist/cjs/lib/provider/cssProvider/stats/stats.d.ts +1398 -0
- package/dist/cjs/lib/provider/cssProvider/stats/stats.js +1 -1641
- package/dist/cjs/lib/provider/genericComponentsProvider/defaultGenericComponents.js +1 -1
- package/dist/cjs/lib/provider/genericComponentsProvider/genericComponentsProvider.js +1 -1
- package/dist/cjs/lib/provider/kubitProvider/kubitProvider.js +1 -1
- package/dist/cjs/lib/provider/stylesProvider/stylesProvider.js +1 -1
- package/dist/cjs/lib/provider/utilsProvider/utilsProvider.js +1 -1
- package/dist/cjs/lib/types/breakpoints/breakpoints.js +1 -1
- package/dist/cjs/lib/types/positions/positions.js +1 -1
- package/dist/cjs/lib/types/states/states.js +1 -1
- package/dist/cjs/lib/utils/classNames/classNames.js +1 -1
- package/dist/cjs/lib/utils/date/constants/common.constant.js +1 -1
- package/dist/cjs/lib/utils/date/constants/format.constant.js +1 -1
- package/dist/cjs/lib/utils/date/constants/parser.constant.js +1 -1
- package/dist/cjs/lib/utils/date/date.js +1 -1
- package/dist/cjs/lib/utils/date/formatDate.js +1 -1
- package/dist/cjs/lib/utils/date/locale.js +1 -1
- package/dist/cjs/lib/utils/date/transformDate.js +1 -1
- package/dist/cjs/lib/utils/date/types/format.types.js +1 -1
- package/dist/cjs/lib/utils/date/validateDate.js +1 -1
- package/dist/cjs/lib/utils/focusHandlers/focusHandlers.js +1 -1
- package/dist/cjs/lib/utils/is/isValidHttpUrl.js +1 -1
- package/dist/cjs/lib/utils/keyboard/keyboard.js +1 -1
- package/dist/cjs/lib/utils/pickCustomAttributes/pickCustomAttributes.js +1 -1
- package/dist/cjs/lib/utils/process/processCommonProp.js +1 -0
- package/dist/cjs/lib/utils/refs/syncRefs.js +1 -0
- package/dist/cjs/lib/utils/scroll/hasScroll.js +1 -1
- package/dist/esm/components/accordion/accordionControlled.js +1 -1
- package/dist/esm/components/accordion/accordionStandAlone.js +2 -4
- package/dist/esm/components/accordion/accordionUnControlled.js +2 -2
- package/dist/esm/components/accordion/hooks/useAccordionContentOverflow.js +1 -1
- package/dist/esm/components/accordion/hooks/useAccordionInertContent.js +1 -1
- package/dist/esm/components/accordion/types/state.js +1 -1
- package/dist/esm/components/alert/alertControlled.js +1 -0
- package/dist/esm/components/alert/alertStandAlone.js +2 -0
- package/dist/esm/components/alert/index.js +1 -0
- package/dist/esm/components/avatar/avatar.js +2 -2
- package/dist/esm/components/avatar/avatarStandAlone.js +2 -1
- package/dist/esm/components/avatar/fragments/drawContent.js +1 -4
- package/dist/esm/components/badge/badge.js +2 -2
- package/dist/esm/components/badge/badgeStandAlone.js +4 -7
- package/dist/esm/components/breadcrumbs/breadcrumbs.js +2 -2
- package/dist/esm/components/breadcrumbs/breadcrumbsStandAlone.js +3 -3
- package/dist/esm/components/breadcrumbs/components/crumbStandAlone/crumbStandAlone.js +2 -6
- package/dist/esm/components/breadcrumbs/hooks/useIsOverflow/useIsOverflow.js +1 -1
- package/dist/esm/components/breadcrumbs/utils/crumbMaxCharName/crumbMaxCharName.js +1 -1
- package/dist/esm/components/button/button.js +1 -1
- package/dist/esm/components/button/buttonStandAlone.js +2 -3
- package/dist/esm/components/calendar/calendar.js +1 -1
- package/dist/esm/components/calendar/calendarStandAlone.js +2 -6
- package/dist/esm/components/calendar/constants/constants.js +1 -1
- package/dist/esm/components/calendar/header/header.js +2 -2
- package/dist/esm/components/calendar/list/list.js +3 -2
- package/dist/esm/components/calendar/selector/monthSelector/monthSelector.js +3 -3
- package/dist/esm/components/calendar/selector/monthSelector/utils/monthSelector.utils.js +1 -1
- package/dist/esm/components/calendar/selector/selector.js +6 -9
- package/dist/esm/components/calendar/selector/yearSelector/utils/yearSelector.utils.js +1 -1
- package/dist/esm/components/calendar/selector/yearSelector/yearSelector.js +3 -3
- package/dist/esm/components/calendar/utils/getAllDaysInMonth.js +1 -1
- package/dist/esm/components/calendar/utils/getFirstDayOfMonth.js +1 -1
- package/dist/esm/components/calendar/utils/getState.js +1 -1
- package/dist/esm/components/calendar/utils/getYearList.js +1 -1
- package/dist/esm/components/calendar/utils/groupDaysByWeeks.js +1 -1
- package/dist/esm/components/calendar/utils/handleKeysmoves.js +1 -1
- package/dist/esm/components/calendar/utils/setMonth.js +1 -1
- package/dist/esm/components/calendar/utils/setYear.js +1 -1
- package/dist/esm/components/card/card.js +2 -0
- package/dist/esm/components/card/cardStandAlone.js +2 -0
- package/dist/esm/components/card/index.js +2 -0
- package/dist/esm/components/carousel/carousel.js +2 -2
- package/dist/esm/components/carousel/carouselStandAlone.js +2 -3
- package/dist/esm/components/carousel/hooks/useCarousel.js +1 -1
- package/dist/esm/components/carousel/hooks/useCarouselKeyNavigation.js +1 -1
- package/dist/esm/components/carousel/hooks/useCarouselSwipe.js +1 -1
- package/dist/esm/components/carousel/hooks/utils/calc.utils.js +1 -1
- package/dist/esm/components/carousel/hooks/utils/constants.js +1 -1
- package/dist/esm/components/carousel/hooks/utils/dom.utils.js +1 -1
- package/dist/esm/components/carousel/types/carousel.js +1 -1
- package/dist/esm/components/carousel/utils/carousel.utils.js +1 -1
- package/dist/esm/components/checkbox/checkboxControlled.js +2 -2
- package/dist/esm/components/checkbox/checkboxStandAlone.js +4 -7
- package/dist/esm/components/checkbox/checkboxUnControlled.js +2 -2
- package/dist/esm/components/checkbox/components/errorMessage.js +2 -2
- package/dist/esm/components/checkbox/components/label.js +1 -1
- package/dist/esm/components/checkbox/types/state.js +1 -1
- package/dist/esm/components/checkbox/utils/aria.utils.js +1 -1
- package/dist/esm/components/checkbox/utils/state.utils.js +1 -1
- package/dist/esm/components/checkboxBase/checkboxBaseControlled.js +2 -2
- package/dist/esm/components/checkboxBase/checkboxBaseStandAlone.js +2 -4
- package/dist/esm/components/checkboxBase/checkboxBaseUncontrolled.js +2 -2
- package/dist/esm/components/checkboxBase/hooks/useCheckbox.js +1 -1
- package/dist/esm/components/chip/chip.js +2 -2
- package/dist/esm/components/chip/chipStandAlone.js +4 -9
- package/dist/esm/components/dataTable/components/dataTableHead.js +4 -4
- package/dist/esm/components/dataTable/components/dataTableRows.js +5 -6
- package/dist/esm/components/dataTable/components/hiddenDataTableHead.js +2 -2
- package/dist/esm/components/dataTable/dataTable.js +1 -1
- package/dist/esm/components/dataTable/dataTableStandAlone.js +8 -14
- package/dist/esm/components/dataTable/hooks/useDataTableHasScroll.js +1 -1
- package/dist/esm/components/dataTable/hooks/useDataTableShadow.js +1 -1
- package/dist/esm/components/dataTable/hooks/useDataTableStickyDividers.js +1 -1
- package/dist/esm/components/dataTable/hooks/useDataTableStickyLeftColumns.js +1 -1
- package/dist/esm/components/dataTable/hooks/useDataTableStickyRightColumns.js +1 -1
- package/dist/esm/components/dataTable/utils/cellConfig.js +1 -1
- package/dist/esm/components/dataTable/utils/hoverable.js +1 -1
- package/dist/esm/components/dataTable/utils/rowConfig.js +1 -1
- package/dist/esm/components/dataTable/utils/tableConfig.js +1 -1
- package/dist/esm/components/dot/dot.js +2 -2
- package/dist/esm/components/dot/dotStandAlone.js +2 -2
- package/dist/esm/components/icon/icon.js +1 -3
- package/dist/esm/components/icon/iconHost.js +1 -1
- package/dist/esm/components/icon/iconStandAlone.js +2 -2
- package/dist/esm/components/image/components/pictureSourceStandAlone.js +2 -2
- package/dist/esm/components/image/image2.js +2 -0
- package/dist/esm/components/image/imageStandAlone.js +7 -8
- package/dist/esm/components/image/utils/getFallbackRatio.js +1 -1
- package/dist/esm/components/input/input.js +2 -2
- package/dist/esm/components/input/inputStandAlone.js +3 -5
- package/dist/esm/components/input/types/state.js +1 -1
- package/dist/esm/components/input/utils/state.js +1 -1
- package/dist/esm/components/inputBase/inputBase.js +2 -2
- package/dist/esm/components/inputBase/inputBaseStandAlone.js +2 -2
- package/dist/esm/components/inputBase/types/state.js +1 -1
- package/dist/esm/components/inputBase/utils/state.js +1 -1
- package/dist/esm/components/inputDecoration/inputDecoration.js +2 -2
- package/dist/esm/components/inputDecoration/inputDecorationStandAlone.js +2 -2
- package/dist/esm/components/inputDecoration/types/state.js +1 -1
- package/dist/esm/components/inputDecoration/utils/state.js +1 -1
- package/dist/esm/components/inputSignature/hook/useDraw.js +1 -1
- package/dist/esm/components/inputSignature/inputSignatureControlled.js +1 -1
- package/dist/esm/components/inputSignature/inputSignatureStandAlone.js +2 -4
- package/dist/esm/components/inputSignature/inputSignatureUncontrolled.js +1 -2
- package/dist/esm/components/inputSignature/utils/getInputSignatureState.js +1 -1
- package/dist/esm/components/label/labelStandAlone.js +2 -3
- package/dist/esm/components/link/helpers/disabled.js +1 -1
- package/dist/esm/components/link/link.js +2 -2
- package/dist/esm/components/link/linkAsButton/linkAsButton.js +2 -2
- package/dist/esm/components/link/linkAsButton/linkAsButtonStandAlone.js +2 -2
- package/dist/esm/components/link/linkStandAlone.js +2 -3
- package/dist/esm/components/listOptions/listOptions.js +2 -2
- package/dist/esm/components/listOptions/listOptionsStandAlone.js +2 -4
- package/dist/esm/components/listOptions/utils/listOptions.utils.js +1 -1
- package/dist/esm/components/modal/fragments/modalHeader.js +2 -9
- package/dist/esm/components/modal/modalControlled.js +1 -1
- package/dist/esm/components/modal/modalStandAlone.js +4 -5
- package/dist/esm/components/modal/modalUnControlled.js +2 -2
- package/dist/esm/components/modal/utils/onlyDesktopSize.js +1 -1
- package/dist/esm/components/option/components.ts/optionLabelSlice.js +2 -2
- package/dist/esm/components/option/option.js +1 -2
- package/dist/esm/components/option/optionStandAlone.js +7 -12
- package/dist/esm/components/option/utils/option.utils.js +1 -1
- package/dist/esm/components/pageControl/components/arrowControlStandAlone.js +2 -2
- package/dist/esm/components/pageControl/components/buttonControlStandAlone.js +2 -2
- package/dist/esm/components/pageControl/components/controls.js +2 -4
- package/dist/esm/components/pageControl/helper/controlType.js +1 -1
- package/dist/esm/components/pageControl/helper/positions.js +1 -1
- package/dist/esm/components/pageControl/pageControl.js +2 -2
- package/dist/esm/components/pageControl/pageControlStandAlone.js +6 -8
- package/dist/esm/components/pagination/fragments/paginationButtonControl.js +2 -2
- package/dist/esm/components/pagination/helpers/adjustMaxCountersNumber.js +1 -1
- package/dist/esm/components/pagination/helpers/getMaxCountersNumber.js +1 -1
- package/dist/esm/components/pagination/pagination.js +2 -2
- package/dist/esm/components/pagination/paginationStandAlone.js +6 -6
- package/dist/esm/components/popover/hooks/positioning/arrowPositionStyles.js +1 -1
- package/dist/esm/components/popover/hooks/positioning/middlewareUtils.js +1 -1
- package/dist/esm/components/popover/hooks/positioning/positionCalculation.js +1 -1
- package/dist/esm/components/popover/hooks/positioning/positionStyles.js +1 -1
- package/dist/esm/components/popover/hooks/positioning/types.js +1 -1
- package/dist/esm/components/popover/hooks/usePopoverInteractions.js +1 -1
- package/dist/esm/components/popover/hooks/usePopoverLifecycle.js +1 -1
- package/dist/esm/components/popover/hooks/usePopoverPositioning.js +1 -1
- package/dist/esm/components/popover/popover.js +1 -1
- package/dist/esm/components/popover/popoverStandAlone.js +2 -3
- package/dist/esm/components/popover/positioning/middlewares.js +1 -0
- package/dist/esm/components/popover/types/animation.js +1 -1
- package/dist/esm/components/popover/utils/placement.utils.js +1 -1
- package/dist/esm/components/popover/utils/styling.utils.js +1 -1
- package/dist/esm/components/portal/portal.js +1 -1
- package/dist/esm/components/progressBar/progressBar.js +2 -2
- package/dist/esm/components/progressBar/progressBarStandAlone.js +2 -4
- package/dist/esm/components/radioButton/radioButton.js +2 -2
- package/dist/esm/components/radioButton/radioButtonStandAlone.js +2 -8
- package/dist/esm/components/radioButton/utils/aria.utils.js +1 -1
- package/dist/esm/components/radioButton/utils/state.utils.js +1 -1
- package/dist/esm/components/select/index.js +2 -0
- package/dist/esm/components/select/selectControlled.js +1 -0
- package/dist/esm/components/select/selectStandAlone.js +2 -0
- package/dist/esm/components/select/selectUncontrolled.js +1 -0
- package/dist/esm/components/selectorBoxFile/components/selectorBoxFileAnimation.js +2 -7
- package/dist/esm/components/selectorBoxFile/components/selectorBoxFileContainerBox.js +6 -13
- package/dist/esm/components/selectorBoxFile/hooks/useBorderAnimation.js +1 -1
- package/dist/esm/components/selectorBoxFile/selectorBoxFile.js +2 -2
- package/dist/esm/components/selectorBoxFile/selectorBoxFileStandAlone.js +2 -8
- package/dist/esm/components/selectorBoxFile/utils/animation/animation.js +1 -1
- package/dist/esm/components/selectorBoxFile/utils/state/state.js +1 -1
- package/dist/esm/components/selectorBoxFile/utils/translateValue/translateValue.js +1 -1
- package/dist/esm/components/skeleton/skeleton2.js +2 -0
- package/dist/esm/components/skeleton/skeletonStandAlone.js +2 -2
- package/dist/esm/components/slider/components/sliderButtonStandAlone.js +1 -1
- package/dist/esm/components/slider/components/sliderHelperTextStandAlone.js +1 -3
- package/dist/esm/components/slider/components/sliderScaleStandAlone.js +2 -2
- package/dist/esm/components/slider/components/sliderThumbStandAlone.js +1 -1
- package/dist/esm/components/slider/slider.js +1 -2
- package/dist/esm/components/slider/sliderStandAlone.js +17 -19
- package/dist/esm/components/slider/utils/accessibility.utils.js +1 -1
- package/dist/esm/components/slider/utils/slider.utils.js +1 -1
- package/dist/esm/components/slider/utils/state.utils.js +1 -1
- package/dist/esm/components/slider/utils/ui.utils.js +1 -1
- package/dist/esm/components/snackbar/hooks/useSnackbarAutoClose.js +1 -1
- package/dist/esm/components/snackbar/snackbar.js +2 -2
- package/dist/esm/components/snackbar/snackbarStandAlone.js +1 -1
- package/dist/esm/components/stepperNumber/helpers/aria.js +1 -1
- package/dist/esm/components/stepperNumber/helpers/screnReader.js +1 -1
- package/dist/esm/components/stepperNumber/helpers/stepState.js +1 -1
- package/dist/esm/components/stepperNumber/stepperNumber.js +2 -2
- package/dist/esm/components/stepperNumber/stepperNumberStandAlone.js +3 -10
- package/dist/esm/components/table/hooks/useTableHasScroll.js +1 -1
- package/dist/esm/components/table/hooks/useTableShadow.js +1 -1
- package/dist/esm/components/table/hooks/useTableStickyLeftColumns.js +1 -1
- package/dist/esm/components/table/hooks/useTableStickyRightColumns.js +1 -1
- package/dist/esm/components/table/table.js +1 -1
- package/dist/esm/components/table/tableStandAlone.js +5 -5
- package/dist/esm/components/tableBody/tableBody.js +1 -2
- package/dist/esm/components/tableBody/tableBodyStandAlone.js +2 -2
- package/dist/esm/components/tableCaption/tableCaption.js +1 -2
- package/dist/esm/components/tableCaption/tableCaptionStandAlone.js +2 -2
- package/dist/esm/components/tableCell/tableCell.js +1 -2
- package/dist/esm/components/tableCell/tableCellStandAlone.js +2 -2
- package/dist/esm/components/tableDivider/tableDivider.js +1 -2
- package/dist/esm/components/tableDivider/tableDividerStandAlone.js +2 -2
- package/dist/esm/components/tableFoot/tableFoot.js +1 -2
- package/dist/esm/components/tableFoot/tableFootStandAlone.js +2 -2
- package/dist/esm/components/tableHead/tableHead.js +1 -2
- package/dist/esm/components/tableHead/tableHeadStandAlone.js +2 -2
- package/dist/esm/components/tableRow/tableRow.js +1 -2
- package/dist/esm/components/tableRow/tableRowStandAlone.js +2 -2
- package/dist/esm/components/tabs/hooks/useTabs/useTabs.js +1 -1
- package/dist/esm/components/tabs/tabsControlled.js +2 -2
- package/dist/esm/components/tabs/tabsStandAlone.js +4 -6
- package/dist/esm/components/tabs/tabsUnControlled.js +2 -2
- package/dist/esm/components/tabs/utils/keyMove/keLeftMove.js +1 -1
- package/dist/esm/components/tabs/utils/keyMove/keyRightMove.js +1 -1
- package/dist/esm/components/tag/tag.js +2 -2
- package/dist/esm/components/tag/tagStandAlone.js +2 -4
- package/dist/esm/components/text/text2.js +1 -0
- package/dist/esm/components/text/textStandAlone.js +2 -2
- package/dist/esm/components/textArea/components/errorStandAlone.js +1 -3
- package/dist/esm/components/textArea/components/helpMessageStandAlone.js +1 -1
- package/dist/esm/components/textArea/components/textCount/textCount.js +2 -2
- package/dist/esm/components/textArea/components/textCount/textCountStandAlone.js +5 -5
- package/dist/esm/components/textArea/components/titleStandAlone.js +1 -1
- package/dist/esm/components/textArea/textArea.js +2 -2
- package/dist/esm/components/textArea/textAreaStandAlone.js +5 -12
- package/dist/esm/components/textArea/utils/aria.utils.js +1 -1
- package/dist/esm/components/textArea/utils/state.utils.js +1 -1
- package/dist/esm/components/toggle/toggleControlled.js +2 -2
- package/dist/esm/components/toggle/toggleStandAlone.js +2 -4
- package/dist/esm/components/toggle/toggleUnControlled.js +2 -2
- package/dist/esm/components/toggle/utils/buildComponentProps.js +1 -1
- package/dist/esm/components/toggle/utils/thumbTransformCalculations.js +1 -1
- package/dist/esm/components/tooltip/components/tooltipTrigger.js +1 -1
- package/dist/esm/components/tooltip/hooks/useTooltip.js +1 -1
- package/dist/esm/components/tooltip/hooks/useTooltipAsModal.js +1 -1
- package/dist/esm/components/tooltip/hooks/useTooltipAsModalAriaLabel.js +1 -1
- package/dist/esm/components/tooltip/positioning/computePosition.js +1 -1
- package/dist/esm/components/tooltip/tooltipControlled.js +1 -1
- package/dist/esm/components/tooltip/tooltipStandAlone.js +2 -10
- package/dist/esm/components/tooltip/tooltipUnControlled.js +1 -1
- package/dist/esm/components/tooltip/utils/tooltip.utils.js +1 -1
- package/dist/esm/components/virtualKeyboard/components/digitButton.js +2 -2
- package/dist/esm/components/virtualKeyboard/virtualKeyboard.js +2 -2
- package/dist/esm/components/virtualKeyboard/virtualKeyboardStandAlone.js +2 -4
- package/dist/esm/index.js +1 -1
- package/dist/esm/lib/components/customComponent/customComponent.js +2 -2
- package/dist/esm/lib/components/elementOrIcon/elementOrIcon.js +1 -1
- package/dist/esm/lib/components/errorMessage/errorMessage.js +1 -2
- package/dist/esm/lib/components/errorMessage/errorMessageStandAlone.js +1 -4
- package/dist/esm/lib/components/itemRove/itemRove.js +2 -2
- package/dist/esm/lib/components/overlay/overlay.js +2 -2
- package/dist/esm/lib/components/overlay/overlayStandAlone.js +2 -2
- package/dist/esm/lib/components/screen-reader-only/screenReaderOnly.js +1 -0
- package/dist/esm/lib/components/screen-reader-only/screenReaderOnlyStandAlone.js +1 -0
- package/dist/esm/lib/constants/keyboardKeys/keyboardKeys.js +1 -1
- package/dist/esm/lib/hooks/useClassName/useClassName.js +1 -1
- package/dist/esm/lib/hooks/useClickOutside/useClickOutside.js +1 -1
- package/dist/esm/lib/hooks/useContentVisibility/useContentVisibility.js +1 -1
- package/dist/esm/lib/hooks/useContentVisibility/utils/contentVisibility.js +1 -0
- package/dist/esm/lib/hooks/useEscPressed/useEscPressed.js +1 -1
- package/dist/esm/lib/hooks/useManageState/useManageState.js +1 -1
- package/dist/esm/lib/hooks/useMediaDevice/useActiveBreakpoints.js +1 -1
- package/dist/esm/lib/hooks/useMediaDevice/useMediaDevice.js +1 -1
- package/dist/esm/lib/hooks/useRoveFocus/useRoveFocus.js +1 -1
- package/dist/esm/lib/hooks/useScrollBlock/useScrollBlock.js +1 -1
- package/dist/esm/lib/hooks/useScrollBlock/utils/useScrollBlock.utils.js +1 -1
- package/dist/esm/lib/hooks/useScrollDetection/useScrollDetection.js +1 -0
- package/dist/esm/lib/hooks/useScrollEffect/useScrollEffect.js +1 -1
- package/dist/esm/lib/hooks/useScrollEffect/utils/scrollPercentage.js +1 -1
- package/dist/esm/lib/hooks/useSwipeDown/useSwipeDown.js +1 -1
- package/dist/esm/lib/hooks/useSwipeDown/utils/convertDurationToNumber.js +1 -1
- package/dist/esm/lib/hooks/useTrapFocus/useTrapFocus.js +1 -1
- package/dist/esm/lib/provider/cssProvider/provider.d.ts +60 -0
- package/dist/esm/lib/provider/cssProvider/provider.js +1 -1
- package/dist/esm/lib/provider/cssProvider/stats/stats.d.ts +1398 -0
- package/dist/esm/lib/provider/cssProvider/stats/stats.js +1 -1641
- package/dist/esm/lib/provider/genericComponentsProvider/defaultGenericComponents.js +3 -3
- package/dist/esm/lib/provider/genericComponentsProvider/genericComponentsProvider.js +1 -1
- package/dist/esm/lib/provider/kubitProvider/kubitProvider.js +1 -1
- package/dist/esm/lib/provider/stylesProvider/stylesProvider.js +2 -2
- package/dist/esm/lib/provider/utilsProvider/utilsProvider.js +2 -2
- package/dist/esm/lib/types/breakpoints/breakpoints.js +1 -1
- package/dist/esm/lib/types/positions/positions.js +1 -1
- package/dist/esm/lib/types/states/states.js +1 -1
- package/dist/esm/lib/utils/classNames/classNames.js +1 -1
- package/dist/esm/lib/utils/date/constants/common.constant.js +1 -1
- package/dist/esm/lib/utils/date/constants/format.constant.js +1 -1
- package/dist/esm/lib/utils/date/constants/parser.constant.js +1 -1
- package/dist/esm/lib/utils/date/date.js +1 -1
- package/dist/esm/lib/utils/date/formatDate.js +1 -1
- package/dist/esm/lib/utils/date/locale.js +1 -1
- package/dist/esm/lib/utils/date/transformDate.js +1 -1
- package/dist/esm/lib/utils/date/types/format.types.js +1 -1
- package/dist/esm/lib/utils/date/validateDate.js +1 -1
- package/dist/esm/lib/utils/focusHandlers/focusHandlers.js +1 -1
- package/dist/esm/lib/utils/is/isValidHttpUrl.js +1 -1
- package/dist/esm/lib/utils/keyboard/keyboard.js +1 -1
- package/dist/esm/lib/utils/pickCustomAttributes/pickCustomAttributes.js +1 -1
- package/dist/esm/lib/utils/process/processCommonProp.js +1 -0
- package/dist/esm/lib/{hooks/syncRefs → utils/refs}/syncRefs.js +1 -1
- package/dist/esm/lib/utils/scroll/hasScroll.js +1 -1
- package/dist/styles/{kubit/css/kubit.css → kubit.css} +118 -309
- package/dist/types/index.d.ts +1334 -874
- package/package.json +133 -56
- package/dist/cjs/_virtual/jsx-runtime.js +0 -1
- package/dist/cjs/_virtual/jsx-runtime2.js +0 -1
- package/dist/cjs/_virtual/react-jsx-runtime.production.min.js +0 -1
- package/dist/cjs/components/cardImage/cardImage.js +0 -1
- package/dist/cjs/components/cardImage/cardImageStandAlone.js +0 -1
- package/dist/cjs/components/container/container.js +0 -1
- package/dist/cjs/components/container/containerStandAlone.js +0 -1
- package/dist/cjs/components/container/index.js +0 -2
- package/dist/cjs/components/dropdownSelected/dropdownSelectedControlled.js +0 -1
- package/dist/cjs/components/dropdownSelected/dropdownSelectedStandAlone.js +0 -1
- package/dist/cjs/components/dropdownSelected/dropdownSelectedUncontrolled.js +0 -1
- package/dist/cjs/components/dropdownSelected/index.js +0 -4
- package/dist/cjs/components/image/image.css +0 -38
- package/dist/cjs/components/image/image.js +0 -1
- package/dist/cjs/components/message/index.js +0 -4
- package/dist/cjs/components/message/messageControlled.js +0 -1
- package/dist/cjs/components/message/messageStandAlone.js +0 -1
- package/dist/cjs/components/message/messageUnControlled.js +0 -1
- package/dist/cjs/components/navBar/index.js +0 -2
- package/dist/cjs/components/navBar/navBar.js +0 -1
- package/dist/cjs/components/navBar/navBarStandAlone.js +0 -1
- package/dist/cjs/components/popover/styles/index.css +0 -10
- package/dist/cjs/components/popover/styles/keyframes.css +0 -421
- package/dist/cjs/components/popover/styles/popover-arrow.css +0 -42
- package/dist/cjs/components/popover/styles/popover.css +0 -189
- package/dist/cjs/components/selectorBoxFile/components/selectorBoxFileErrorMessage.js +0 -1
- package/dist/cjs/components/selectorBoxFile/components/selectorBoxFileHeader.js +0 -1
- package/dist/cjs/components/selectorBoxFile/components/selectorBoxFileTooltip.js +0 -1
- package/dist/cjs/components/skeleton/skeleton.css +0 -20
- package/dist/cjs/components/skeleton/skeleton.js +0 -1
- package/dist/cjs/components/table/__stories__/css/table.css +0 -7
- package/dist/cjs/components/text/text.css +0 -14
- package/dist/cjs/components/text/text.js +0 -1
- package/dist/cjs/components/tooltip/tooltip.css +0 -69
- package/dist/cjs/lib/components/renderIf/renderIf.js +0 -1
- package/dist/cjs/lib/hooks/syncRefs/syncRefs.js +0 -1
- package/dist/cjs/lib/hooks/useContentVisibilityDetection/useContentVisibilityDetection.js +0 -1
- package/dist/cjs/lib/hooks/useContentVisibilityDetection/utils/contentVisibility.js +0 -1
- package/dist/cjs/lib/hooks/useId/useId.js +0 -1
- package/dist/cjs/lib/hooks/useInputFocus/useInputFocus.js +0 -1
- package/dist/cjs/lib/hooks/useScrollDetectionWithAutoFocus/useScrollDetectionWithAutoFocus.js +0 -1
- package/dist/cjs/lib/utils/changeCssProperty/changeCssProperty.js +0 -1
- package/dist/cjs/lib/utils/is/isReactNode.js +0 -1
- package/dist/cjs/lib/utils/is/isString.js +0 -1
- package/dist/cjs/lib/utils/process/processIcon/processIcon.js +0 -1
- package/dist/cjs/lib/utils/process/processText/processText.js +0 -1
- package/dist/cjs/lib/utils/resizeObserver/resizeObserver.js +0 -1
- package/dist/cjs/react-components.css +0 -1
- package/dist/esm/_virtual/jsx-runtime.js +0 -1
- package/dist/esm/_virtual/jsx-runtime2.js +0 -1
- package/dist/esm/_virtual/react-jsx-runtime.production.min.js +0 -1
- package/dist/esm/components/cardImage/cardImage.js +0 -2
- package/dist/esm/components/cardImage/cardImageStandAlone.js +0 -7
- package/dist/esm/components/container/container.js +0 -2
- package/dist/esm/components/container/containerStandAlone.js +0 -4
- package/dist/esm/components/container/index.js +0 -1
- package/dist/esm/components/dropdownSelected/dropdownSelectedControlled.js +0 -1
- package/dist/esm/components/dropdownSelected/dropdownSelectedStandAlone.js +0 -6
- package/dist/esm/components/dropdownSelected/dropdownSelectedUncontrolled.js +0 -2
- package/dist/esm/components/dropdownSelected/index.js +0 -2
- package/dist/esm/components/image/image.css +0 -38
- package/dist/esm/components/image/image.js +0 -2
- package/dist/esm/components/message/index.js +0 -2
- package/dist/esm/components/message/messageControlled.js +0 -2
- package/dist/esm/components/message/messageStandAlone.js +0 -10
- package/dist/esm/components/message/messageUnControlled.js +0 -2
- package/dist/esm/components/navBar/index.js +0 -1
- package/dist/esm/components/navBar/navBar.js +0 -2
- package/dist/esm/components/navBar/navBarStandAlone.js +0 -2
- package/dist/esm/components/popover/styles/index.css +0 -10
- package/dist/esm/components/popover/styles/keyframes.css +0 -421
- package/dist/esm/components/popover/styles/popover-arrow.css +0 -42
- package/dist/esm/components/popover/styles/popover.css +0 -189
- package/dist/esm/components/selectorBoxFile/components/selectorBoxFileErrorMessage.js +0 -3
- package/dist/esm/components/selectorBoxFile/components/selectorBoxFileHeader.js +0 -9
- package/dist/esm/components/selectorBoxFile/components/selectorBoxFileTooltip.js +0 -1
- package/dist/esm/components/skeleton/skeleton.css +0 -20
- package/dist/esm/components/skeleton/skeleton.js +0 -2
- package/dist/esm/components/table/__stories__/css/table.css +0 -7
- package/dist/esm/components/text/text.css +0 -14
- package/dist/esm/components/text/text.js +0 -1
- package/dist/esm/components/tooltip/tooltip.css +0 -69
- package/dist/esm/lib/components/renderIf/renderIf.js +0 -1
- package/dist/esm/lib/hooks/useContentVisibilityDetection/useContentVisibilityDetection.js +0 -1
- package/dist/esm/lib/hooks/useContentVisibilityDetection/utils/contentVisibility.js +0 -1
- package/dist/esm/lib/hooks/useId/useId.js +0 -1
- package/dist/esm/lib/hooks/useInputFocus/useInputFocus.js +0 -1
- package/dist/esm/lib/hooks/useScrollDetectionWithAutoFocus/useScrollDetectionWithAutoFocus.js +0 -1
- package/dist/esm/lib/utils/changeCssProperty/changeCssProperty.js +0 -1
- package/dist/esm/lib/utils/is/isReactNode.js +0 -1
- package/dist/esm/lib/utils/is/isString.js +0 -1
- package/dist/esm/lib/utils/process/processIcon/processIcon.js +0 -1
- package/dist/esm/lib/utils/process/processText/processText.js +0 -1
- package/dist/esm/lib/utils/resizeObserver/resizeObserver.js +0 -1
- package/dist/esm/react-components.css +0 -1
- package/dist/styles/kubit/css/kubit.min.css +0 -1
|
@@ -0,0 +1,1398 @@
|
|
|
1
|
+
/* CssThemes */
|
|
2
|
+
export declare const cssThemes: {
|
|
3
|
+
'kubit': { css: string; foreign?: { before?: string[]; after?: string[]; }; };
|
|
4
|
+
}
|
|
5
|
+
/* CssThemes */
|
|
6
|
+
|
|
7
|
+
/* CssVars */
|
|
8
|
+
export interface CssVars {
|
|
9
|
+
'kubit': {
|
|
10
|
+
borders_border_00: string;
|
|
11
|
+
borders_border_50: string;
|
|
12
|
+
borders_border_100: string;
|
|
13
|
+
borders_border_200: string;
|
|
14
|
+
colors_accent_color_default_bg_50: string;
|
|
15
|
+
colors_accent_color_default_bg_100: string;
|
|
16
|
+
colors_accent_color_default_bg_150: string;
|
|
17
|
+
colors_accent_color_default_border_50: string;
|
|
18
|
+
colors_accent_color_default_border_100: string;
|
|
19
|
+
colors_accent_color_default_border_150: string;
|
|
20
|
+
colors_accent_color_default_font_50: string;
|
|
21
|
+
colors_accent_color_default_font_100: string;
|
|
22
|
+
colors_accent_color_default_font_150: string;
|
|
23
|
+
colors_accent_color_default_icon_50: string;
|
|
24
|
+
colors_accent_color_default_icon_100: string;
|
|
25
|
+
colors_accent_color_default_icon_150: string;
|
|
26
|
+
colors_accent_color_hover_bg_50: string;
|
|
27
|
+
colors_accent_color_hover_bg_100: string;
|
|
28
|
+
colors_accent_color_hover_bg_150: string;
|
|
29
|
+
colors_accent_color_hover_font_200: string;
|
|
30
|
+
colors_accent_color_hover_icon_150: string;
|
|
31
|
+
colors_accent_color_hover_icon_200: string;
|
|
32
|
+
colors_accent_color_loading_bg_50: string;
|
|
33
|
+
colors_accent_color_loading_bg_100: string;
|
|
34
|
+
colors_accent_color_loading_bg_150: string;
|
|
35
|
+
colors_accent_color_loading_border_50: string;
|
|
36
|
+
colors_accent_color_loading_border_100: string;
|
|
37
|
+
colors_accent_color_loading_icon_50: string;
|
|
38
|
+
colors_accent_color_loading_icon_100: string;
|
|
39
|
+
colors_accent_color_pressed_bg_50: string;
|
|
40
|
+
colors_accent_color_pressed_bg_150: string;
|
|
41
|
+
colors_accent_color_pressed_font_200: string;
|
|
42
|
+
colors_accent_color_pressed_font_250: string;
|
|
43
|
+
colors_accent_color_pressed_icon_200: string;
|
|
44
|
+
colors_accent_color_pressed_icon_250: string;
|
|
45
|
+
colors_accent_color_code_50: string;
|
|
46
|
+
colors_accent_color_code_100: string;
|
|
47
|
+
colors_accent_color_code_150: string;
|
|
48
|
+
colors_accent_color_code_200: string;
|
|
49
|
+
colors_accent_color_code_250: string;
|
|
50
|
+
colors_brand_color_bg_50: string;
|
|
51
|
+
colors_brand_color_border_50: string;
|
|
52
|
+
colors_brand_color_border_100: string;
|
|
53
|
+
colors_brand_color_font_50: string;
|
|
54
|
+
colors_brand_color_font_100: string;
|
|
55
|
+
colors_brand_color_icon_50: string;
|
|
56
|
+
colors_decorative_color_50: string;
|
|
57
|
+
colors_decorative_color_100: string;
|
|
58
|
+
colors_decorative_color_150: string;
|
|
59
|
+
colors_decorative_color_200: string;
|
|
60
|
+
colors_decorative_color_250: string;
|
|
61
|
+
colors_decorative_color_300: string;
|
|
62
|
+
colors_decorative_color_350: string;
|
|
63
|
+
colors_disabled_color_accentdisabled_bg_50: string;
|
|
64
|
+
colors_disabled_color_accentdisabled_bg_100: string;
|
|
65
|
+
colors_disabled_color_accentdisabled_bg_150: string;
|
|
66
|
+
colors_disabled_color_accentdisabled_border_50: string;
|
|
67
|
+
colors_disabled_color_accentdisabled_border_100: string;
|
|
68
|
+
colors_disabled_color_accentdisabled_border_150: string;
|
|
69
|
+
colors_disabled_color_accentdisabled_font_50: string;
|
|
70
|
+
colors_disabled_color_accentdisabled_font_100: string;
|
|
71
|
+
colors_disabled_color_accentdisabled_font_150: string;
|
|
72
|
+
colors_disabled_color_accentdisabled_icon_50: string;
|
|
73
|
+
colors_disabled_color_accentdisabled_icon_100: string;
|
|
74
|
+
colors_disabled_color_accentdisabled_icon_150: string;
|
|
75
|
+
colors_feedback_color_error_bg_50: string;
|
|
76
|
+
colors_feedback_color_error_bg_100: string;
|
|
77
|
+
colors_feedback_color_error_border_50: string;
|
|
78
|
+
colors_feedback_color_error_icon_50: string;
|
|
79
|
+
colors_feedback_color_info_bg_50: string;
|
|
80
|
+
colors_feedback_color_info_bg_100: string;
|
|
81
|
+
colors_feedback_color_info_bg_150: string;
|
|
82
|
+
colors_feedback_color_info_border_50: string;
|
|
83
|
+
colors_feedback_color_success_bg_50: string;
|
|
84
|
+
colors_feedback_color_success_bg_100: string;
|
|
85
|
+
colors_feedback_color_success_bg_150: string;
|
|
86
|
+
colors_feedback_color_success_border_50: string;
|
|
87
|
+
colors_feedback_color_success_icon_50: string;
|
|
88
|
+
colors_feedback_color_warning_bg_50: string;
|
|
89
|
+
colors_feedback_color_warning_bg_100: string;
|
|
90
|
+
colors_feedback_color_warning_bg_150: string;
|
|
91
|
+
colors_feedback_color_warning_border_50: string;
|
|
92
|
+
colors_feedback_color_warning_icon_50: string;
|
|
93
|
+
colors_feedback_color_feedbackerror_bg_150: string;
|
|
94
|
+
colors_feedback_color_feedbackerror_border_100: string;
|
|
95
|
+
colors_feedback_color_feedbackerror_font_50: string;
|
|
96
|
+
colors_feedback_color_feedbackerror_icon_100: string;
|
|
97
|
+
colors_feedback_color_feedbackinfo_border_100: string;
|
|
98
|
+
colors_feedback_color_feedbackinfo_icon_50: string;
|
|
99
|
+
colors_feedback_color_feedbacksuccess_border_100: string;
|
|
100
|
+
colors_feedback_color_feedbacksuccess_font_50: string;
|
|
101
|
+
colors_feedback_color_feedbacksuccess_icon_100: string;
|
|
102
|
+
colors_feedback_color_feedbackwarning_border_100: string;
|
|
103
|
+
colors_hover_color_accent_bg_50: string;
|
|
104
|
+
colors_keyboard_focus_color_accentkeyboardfocus_border_50: string;
|
|
105
|
+
colors_keyboard_focus_color_accentkeyboardfocus_border_100: string;
|
|
106
|
+
colors_neutral_color_bg_50: string;
|
|
107
|
+
colors_neutral_color_bg_100: string;
|
|
108
|
+
colors_neutral_color_bg_150: string;
|
|
109
|
+
colors_neutral_color_bg_200: string;
|
|
110
|
+
colors_neutral_color_bg_250: string;
|
|
111
|
+
colors_neutral_color_border_50: string;
|
|
112
|
+
colors_neutral_color_border_100: string;
|
|
113
|
+
colors_neutral_color_border_150: string;
|
|
114
|
+
colors_neutral_color_border_200: string;
|
|
115
|
+
colors_neutral_color_border_250: string;
|
|
116
|
+
colors_neutral_color_font_50: string;
|
|
117
|
+
colors_neutral_color_font_100: string;
|
|
118
|
+
colors_neutral_color_font_150: string;
|
|
119
|
+
colors_neutral_color_font_200: string;
|
|
120
|
+
colors_neutral_color_font_250: string;
|
|
121
|
+
colors_neutral_color_icon_50: string;
|
|
122
|
+
colors_neutral_color_icon_100: string;
|
|
123
|
+
colors_neutral_color_icon_150: string;
|
|
124
|
+
colors_neutral_color_icon_200: string;
|
|
125
|
+
colors_neutral_color_icon_250: string;
|
|
126
|
+
colors_pressed_color_accent_bg_50: string;
|
|
127
|
+
colors_pressed_color_accent_bg_100: string;
|
|
128
|
+
colors_pressed_color_accent_bg_200: string;
|
|
129
|
+
colors_pressed_color_accent_border_50: string;
|
|
130
|
+
colors_pressed_color_accent_font_50: string;
|
|
131
|
+
colors_pressed_color_accent_font_100: string;
|
|
132
|
+
colors_pressed_color_accent_font_150: string;
|
|
133
|
+
colors_pressed_color_accent_icon_50: string;
|
|
134
|
+
colors_pressed_color_accent_icon_100: string;
|
|
135
|
+
colors_pressed_color_accent_icon_150: string;
|
|
136
|
+
colors_pressed_color_accent_icon_250: string;
|
|
137
|
+
colors_secondary_color_bg_50: string;
|
|
138
|
+
colors_secondary_color_bg_100: string;
|
|
139
|
+
colors_secondary_color_bg_150: string;
|
|
140
|
+
colors_secondary_color_bg_200: string;
|
|
141
|
+
colors_secondary_color_bg_250: string;
|
|
142
|
+
colors_secondary_color_border_50: string;
|
|
143
|
+
colors_secondary_color_border_100: string;
|
|
144
|
+
colors_secondary_color_border_150: string;
|
|
145
|
+
colors_secondary_color_font_50: string;
|
|
146
|
+
colors_secondary_color_font_100: string;
|
|
147
|
+
colors_secondary_color_font_150: string;
|
|
148
|
+
colors_secondary_color_icon_50: string;
|
|
149
|
+
colors_secondary_color_icon_100: string;
|
|
150
|
+
colors_secondary_color_icon_150: string;
|
|
151
|
+
font_size_body_50: string;
|
|
152
|
+
font_size_body_100: string;
|
|
153
|
+
font_size_body_150: string;
|
|
154
|
+
font_size_body_200: string;
|
|
155
|
+
font_size_heading_50: string;
|
|
156
|
+
font_size_heading_100: string;
|
|
157
|
+
font_size_heading_150: string;
|
|
158
|
+
font_size_heading_200: string;
|
|
159
|
+
font_size_heading_250: string;
|
|
160
|
+
font_weight_000: string;
|
|
161
|
+
font_weight_300: string;
|
|
162
|
+
font_weight_400: string;
|
|
163
|
+
font_weight_500: string;
|
|
164
|
+
font_weight_600: string;
|
|
165
|
+
line_height_50: string;
|
|
166
|
+
line_height_100: string;
|
|
167
|
+
line_height_150: string;
|
|
168
|
+
line_height_200: string;
|
|
169
|
+
line_height_250: string;
|
|
170
|
+
line_height_300: string;
|
|
171
|
+
radius_00: string;
|
|
172
|
+
radius_25: string;
|
|
173
|
+
radius_50: string;
|
|
174
|
+
radius_75: string;
|
|
175
|
+
radius_100: string;
|
|
176
|
+
radius_circle: string;
|
|
177
|
+
shadow_10: string;
|
|
178
|
+
sizes_max_size_image: string;
|
|
179
|
+
sizes_size_25: string;
|
|
180
|
+
sizes_size_25_number_px: string;
|
|
181
|
+
sizes_size_50: string;
|
|
182
|
+
sizes_size_50_number_px: string;
|
|
183
|
+
sizes_size_100: string;
|
|
184
|
+
sizes_size_100_number_px: string;
|
|
185
|
+
sizes_size_150: string;
|
|
186
|
+
sizes_size_150_number_px: string;
|
|
187
|
+
sizes_size_200: string;
|
|
188
|
+
sizes_size_200_number_px: string;
|
|
189
|
+
sizes_size_250: string;
|
|
190
|
+
sizes_size_250_number_px: string;
|
|
191
|
+
sizes_size_300: string;
|
|
192
|
+
sizes_size_300_number_px: string;
|
|
193
|
+
sizes_size_350: string;
|
|
194
|
+
sizes_size_350_number_px: string;
|
|
195
|
+
sizes_size_400: string;
|
|
196
|
+
sizes_size_400_number_px: string;
|
|
197
|
+
sizes_size_450: string;
|
|
198
|
+
sizes_size_450_number_px: string;
|
|
199
|
+
sizes_size_500: string;
|
|
200
|
+
sizes_size_500_number_px: string;
|
|
201
|
+
sizes_size_550: string;
|
|
202
|
+
sizes_size_550_number_px: string;
|
|
203
|
+
sizes_size_anchors_menu: string;
|
|
204
|
+
sizes_size_anchors_menu_number_px: string;
|
|
205
|
+
sizes_size_cover: string;
|
|
206
|
+
sizes_size_cover_mobile_tablet: string;
|
|
207
|
+
sizes_size_cover_number_px: string;
|
|
208
|
+
sizes_size_cover_with_tab_number_pxs: string;
|
|
209
|
+
sizes_size_cover_with_tabs: string;
|
|
210
|
+
sizes_size_cover_with_tabs_mobile_tablet: string;
|
|
211
|
+
sizes_size_header: string;
|
|
212
|
+
sizes_size_header_number_px: string;
|
|
213
|
+
sizes_size_menu_top_search: string;
|
|
214
|
+
sizes_size_menu_top_px: string;
|
|
215
|
+
sizes_size_modal_icon: string;
|
|
216
|
+
sizes_size_side_menu_desktop: string;
|
|
217
|
+
sizes_size_side_menu_desktop_number_px: string;
|
|
218
|
+
sizes_size_side_menu_mobile: string;
|
|
219
|
+
sizes_size_side_menu_mobile_number_px: string;
|
|
220
|
+
sizes_size_side_menu_tablet: string;
|
|
221
|
+
sizes_size_side_menu_tablet_number_px: string;
|
|
222
|
+
spacings_spacing_0: string;
|
|
223
|
+
spacings_spacing_5_percent: string;
|
|
224
|
+
spacings_spacing_10_percent: string;
|
|
225
|
+
spacings_spacing_20_percent: string;
|
|
226
|
+
spacings_spacing_25: string;
|
|
227
|
+
spacings_spacing_25_percent: string;
|
|
228
|
+
spacings_spacing_30_percent: string;
|
|
229
|
+
spacings_spacing_50: string;
|
|
230
|
+
spacings_spacing_50_percent: string;
|
|
231
|
+
spacings_spacing_70_percent: string;
|
|
232
|
+
spacings_spacing_100: string;
|
|
233
|
+
spacings_spacing_100_percent: string;
|
|
234
|
+
spacings_spacing_100_px: string;
|
|
235
|
+
spacings_spacing_100_vh: string;
|
|
236
|
+
spacings_spacing_100_vw: string;
|
|
237
|
+
spacings_spacing_150: string;
|
|
238
|
+
spacings_spacing_180_px: string;
|
|
239
|
+
spacings_spacing_200: string;
|
|
240
|
+
spacings_spacing_250: string;
|
|
241
|
+
spacings_spacing_300: string;
|
|
242
|
+
spacings_spacing_350: string;
|
|
243
|
+
spacings_spacing_400: string;
|
|
244
|
+
spacings_spacing_450: string;
|
|
245
|
+
spacings_spacing_475: string;
|
|
246
|
+
spacings_spacing_500: string;
|
|
247
|
+
spacings_spacing_550: string;
|
|
248
|
+
spacings_spacing_600: string;
|
|
249
|
+
spacings_spacing_650: string;
|
|
250
|
+
spacings_spacing_675: string;
|
|
251
|
+
spacings_spacing_700: string;
|
|
252
|
+
spacings_spacing_740: string;
|
|
253
|
+
spacings_spacing_750: string;
|
|
254
|
+
spacings_spacing_800: string;
|
|
255
|
+
text_align_center: string;
|
|
256
|
+
text_align_left: string;
|
|
257
|
+
text_align_right: string;
|
|
258
|
+
z_index_auto: string;
|
|
259
|
+
z_index_floating: string;
|
|
260
|
+
z_index_intern_1: string;
|
|
261
|
+
z_index_intern_2: string;
|
|
262
|
+
z_index_intern_3: string;
|
|
263
|
+
z_index_modal: string;
|
|
264
|
+
z_index_overlay: string;
|
|
265
|
+
z_index_popup: string;
|
|
266
|
+
z_index_spinner: string;
|
|
267
|
+
z_index_sticky: string;
|
|
268
|
+
z_index_toast: string;
|
|
269
|
+
z_index_top_of_the_world: string;
|
|
270
|
+
},
|
|
271
|
+
}
|
|
272
|
+
/* CssVars */
|
|
273
|
+
|
|
274
|
+
/* CssClasses */
|
|
275
|
+
export interface CssClasses {
|
|
276
|
+
'kubit': {
|
|
277
|
+
ACCORDION: {
|
|
278
|
+
accordion: string,
|
|
279
|
+
content: string,
|
|
280
|
+
header: string,
|
|
281
|
+
headerbutton: string,
|
|
282
|
+
innercontent: string,
|
|
283
|
+
$_neutral: {
|
|
284
|
+
accordion: string,
|
|
285
|
+
},
|
|
286
|
+
$_standard: {
|
|
287
|
+
accordion: string,
|
|
288
|
+
},
|
|
289
|
+
},
|
|
290
|
+
ALERT: {
|
|
291
|
+
container: string,
|
|
292
|
+
contentcontainer: string,
|
|
293
|
+
description: string,
|
|
294
|
+
$_error: {
|
|
295
|
+
alert: string,
|
|
296
|
+
container: string,
|
|
297
|
+
},
|
|
298
|
+
$_informative: {
|
|
299
|
+
alert: string,
|
|
300
|
+
container: string,
|
|
301
|
+
},
|
|
302
|
+
$_success: {
|
|
303
|
+
alert: string,
|
|
304
|
+
container: string,
|
|
305
|
+
},
|
|
306
|
+
$_warning: {
|
|
307
|
+
alert: string,
|
|
308
|
+
container: string,
|
|
309
|
+
},
|
|
310
|
+
},
|
|
311
|
+
AVATAR: {
|
|
312
|
+
avatar: string,
|
|
313
|
+
dot: string,
|
|
314
|
+
icon: string,
|
|
315
|
+
$_large: {
|
|
316
|
+
avatar: string,
|
|
317
|
+
icon: string,
|
|
318
|
+
},
|
|
319
|
+
$_medium: {
|
|
320
|
+
avatar: string,
|
|
321
|
+
icon: string,
|
|
322
|
+
},
|
|
323
|
+
$_small: {
|
|
324
|
+
avatar: string,
|
|
325
|
+
icon: string,
|
|
326
|
+
},
|
|
327
|
+
$_extra_large: {
|
|
328
|
+
avatar: string,
|
|
329
|
+
icon: string,
|
|
330
|
+
},
|
|
331
|
+
},
|
|
332
|
+
BADGE: {
|
|
333
|
+
badge: string,
|
|
334
|
+
button: string,
|
|
335
|
+
dot: string,
|
|
336
|
+
dotcontainer: string,
|
|
337
|
+
icon: string,
|
|
338
|
+
label: string,
|
|
339
|
+
labelcontainer: string,
|
|
340
|
+
labelicon: string,
|
|
341
|
+
$_default: {
|
|
342
|
+
badge: string,
|
|
343
|
+
icon: string,
|
|
344
|
+
},
|
|
345
|
+
$_alternative: {
|
|
346
|
+
badge: string,
|
|
347
|
+
icon: string,
|
|
348
|
+
label: string,
|
|
349
|
+
labelicon: string,
|
|
350
|
+
},
|
|
351
|
+
$_primary: {
|
|
352
|
+
badge: string,
|
|
353
|
+
icon: string,
|
|
354
|
+
label: string,
|
|
355
|
+
labelicon: string,
|
|
356
|
+
},
|
|
357
|
+
},
|
|
358
|
+
BREADCRUMBS: {
|
|
359
|
+
breadcrumbs: string,
|
|
360
|
+
crumb: string,
|
|
361
|
+
icondivider: string,
|
|
362
|
+
icondividercontainer: string,
|
|
363
|
+
lastonecrumb: string,
|
|
364
|
+
link: string,
|
|
365
|
+
linkcontainer: string,
|
|
366
|
+
$_alternative: {
|
|
367
|
+
breadcrumbs: string,
|
|
368
|
+
icondivider: string,
|
|
369
|
+
lastonecrumb: string,
|
|
370
|
+
link: string,
|
|
371
|
+
},
|
|
372
|
+
$_default: {
|
|
373
|
+
breadcrumbs: string,
|
|
374
|
+
lastonecrumb: string,
|
|
375
|
+
link: string,
|
|
376
|
+
},
|
|
377
|
+
},
|
|
378
|
+
BUTTON: {
|
|
379
|
+
button: string,
|
|
380
|
+
icon: string,
|
|
381
|
+
loader: string,
|
|
382
|
+
$_large: {
|
|
383
|
+
button: string,
|
|
384
|
+
icon: string,
|
|
385
|
+
},
|
|
386
|
+
$_small: {
|
|
387
|
+
button: string,
|
|
388
|
+
icon: string,
|
|
389
|
+
},
|
|
390
|
+
$_alternative: {
|
|
391
|
+
button: string,
|
|
392
|
+
},
|
|
393
|
+
$_ghost_alt: {
|
|
394
|
+
button: string,
|
|
395
|
+
},
|
|
396
|
+
$_ghost_primary: {
|
|
397
|
+
button: string,
|
|
398
|
+
},
|
|
399
|
+
$_ghost_secondary: {
|
|
400
|
+
button: string,
|
|
401
|
+
},
|
|
402
|
+
$_primary: {
|
|
403
|
+
button: string,
|
|
404
|
+
},
|
|
405
|
+
$_secondary: {
|
|
406
|
+
button: string,
|
|
407
|
+
},
|
|
408
|
+
dynamic_values: (styles: { '$alignText': string; }) => { string: string; object: object } ,
|
|
409
|
+
},
|
|
410
|
+
CALENDAR: {
|
|
411
|
+
calendar: string,
|
|
412
|
+
backtext: string,
|
|
413
|
+
container: string,
|
|
414
|
+
dayslist: string,
|
|
415
|
+
headercontainer: string,
|
|
416
|
+
headerrow: string,
|
|
417
|
+
headerth: string,
|
|
418
|
+
leftarrow: string,
|
|
419
|
+
listelementempty: string,
|
|
420
|
+
listelementrove: string,
|
|
421
|
+
monthelement: string,
|
|
422
|
+
monthlistitem: string,
|
|
423
|
+
monthslist: string,
|
|
424
|
+
rightarrow: string,
|
|
425
|
+
selectorcontainer: string,
|
|
426
|
+
selectoriconandbacktextcontainer: string,
|
|
427
|
+
selectoroptionscontainer: string,
|
|
428
|
+
table: string,
|
|
429
|
+
tablerow: string,
|
|
430
|
+
tbody: string,
|
|
431
|
+
weekdaycontainer: string,
|
|
432
|
+
year: string,
|
|
433
|
+
yearelement: string,
|
|
434
|
+
yearlistitem: string,
|
|
435
|
+
yearslist: string,
|
|
436
|
+
button_size: {
|
|
437
|
+
icon: string,
|
|
438
|
+
button: string,
|
|
439
|
+
loader: string,
|
|
440
|
+
},
|
|
441
|
+
button_variant: {
|
|
442
|
+
button: string,
|
|
443
|
+
icon: string,
|
|
444
|
+
loader: string,
|
|
445
|
+
},
|
|
446
|
+
},
|
|
447
|
+
CARD: {
|
|
448
|
+
card: string,
|
|
449
|
+
content: string,
|
|
450
|
+
footer: string,
|
|
451
|
+
header: string,
|
|
452
|
+
$_default: {
|
|
453
|
+
card: string,
|
|
454
|
+
content: string,
|
|
455
|
+
footer: string,
|
|
456
|
+
header: string,
|
|
457
|
+
},
|
|
458
|
+
},
|
|
459
|
+
CAROUSEL: {
|
|
460
|
+
carousel: string,
|
|
461
|
+
content: string,
|
|
462
|
+
viewer: string,
|
|
463
|
+
$_default: {
|
|
464
|
+
carousel: string,
|
|
465
|
+
},
|
|
466
|
+
},
|
|
467
|
+
CHECKBOX: {
|
|
468
|
+
checkbox: string,
|
|
469
|
+
checkboxwithlabelcontainer: string,
|
|
470
|
+
errormessagecontainer: string,
|
|
471
|
+
label: string,
|
|
472
|
+
error_message: {
|
|
473
|
+
icon: string,
|
|
474
|
+
typography: string,
|
|
475
|
+
error_message: string,
|
|
476
|
+
},
|
|
477
|
+
},
|
|
478
|
+
CHECKBOX_BASE: {
|
|
479
|
+
checkbox_base: string,
|
|
480
|
+
icon: string,
|
|
481
|
+
iconcontainer: string,
|
|
482
|
+
input: string,
|
|
483
|
+
$_default: {
|
|
484
|
+
checkbox_base: string,
|
|
485
|
+
},
|
|
486
|
+
},
|
|
487
|
+
CHIP: {
|
|
488
|
+
chip: string,
|
|
489
|
+
closeicon: string,
|
|
490
|
+
errorcontainer: string,
|
|
491
|
+
erroricon: string,
|
|
492
|
+
errormessage: string,
|
|
493
|
+
label: string,
|
|
494
|
+
lefticon: string,
|
|
495
|
+
rangeicon: string,
|
|
496
|
+
rangeitemseparator: string,
|
|
497
|
+
rangeitemtext: string,
|
|
498
|
+
rangeitemwrapper: string,
|
|
499
|
+
$_default: {
|
|
500
|
+
chip: string,
|
|
501
|
+
closeicon: string,
|
|
502
|
+
errorcontainer: string,
|
|
503
|
+
erroricon: string,
|
|
504
|
+
errormessage: string,
|
|
505
|
+
label: string,
|
|
506
|
+
lefticon: string,
|
|
507
|
+
rangeitemseparator: string,
|
|
508
|
+
rangeitemtext: string,
|
|
509
|
+
},
|
|
510
|
+
},
|
|
511
|
+
DATA_TABLE: {
|
|
512
|
+
data_table: string,
|
|
513
|
+
headboxshadow: string,
|
|
514
|
+
leftboxshadow: string,
|
|
515
|
+
leftboxshadowcontainer: string,
|
|
516
|
+
rightboxshadow: string,
|
|
517
|
+
rightboxshadowcontainer: string,
|
|
518
|
+
scrollablecontainer: string,
|
|
519
|
+
$_default: {
|
|
520
|
+
data_table: string,
|
|
521
|
+
},
|
|
522
|
+
row_group_table: {
|
|
523
|
+
container: string,
|
|
524
|
+
headboxshadow: string,
|
|
525
|
+
leftboxshadow: string,
|
|
526
|
+
leftboxshadowcontainer: string,
|
|
527
|
+
rightboxshadow: string,
|
|
528
|
+
rightboxshadowcontainer: string,
|
|
529
|
+
scrollablecontainer: string,
|
|
530
|
+
table: string,
|
|
531
|
+
},
|
|
532
|
+
row_group_table_body: {
|
|
533
|
+
table_body: string,
|
|
534
|
+
},
|
|
535
|
+
row_group_table_body_cell: {
|
|
536
|
+
table_cell: string,
|
|
537
|
+
},
|
|
538
|
+
row_group_table_body_row: {
|
|
539
|
+
table_row: string,
|
|
540
|
+
},
|
|
541
|
+
row_group_table_caption: {
|
|
542
|
+
table_caption: string,
|
|
543
|
+
},
|
|
544
|
+
row_group_table_head: {
|
|
545
|
+
table_head: string,
|
|
546
|
+
},
|
|
547
|
+
row_group_table_head_cell: {
|
|
548
|
+
table_cell: string,
|
|
549
|
+
},
|
|
550
|
+
row_group_table_head_row: {
|
|
551
|
+
table_row: string,
|
|
552
|
+
},
|
|
553
|
+
table: {
|
|
554
|
+
container: string,
|
|
555
|
+
headboxshadow: string,
|
|
556
|
+
leftboxshadow: string,
|
|
557
|
+
leftboxshadowcontainer: string,
|
|
558
|
+
rightboxshadow: string,
|
|
559
|
+
rightboxshadowcontainer: string,
|
|
560
|
+
scrollablecontainer: string,
|
|
561
|
+
table: string,
|
|
562
|
+
},
|
|
563
|
+
table_body: {
|
|
564
|
+
table_body: string,
|
|
565
|
+
},
|
|
566
|
+
table_body_cell: {
|
|
567
|
+
table_cell: string,
|
|
568
|
+
},
|
|
569
|
+
table_body_row: {
|
|
570
|
+
table_row: string,
|
|
571
|
+
},
|
|
572
|
+
table_caption: {
|
|
573
|
+
table_caption: string,
|
|
574
|
+
},
|
|
575
|
+
table_head: {
|
|
576
|
+
table_head: string,
|
|
577
|
+
},
|
|
578
|
+
table_head_cell: {
|
|
579
|
+
table_cell: string,
|
|
580
|
+
},
|
|
581
|
+
table_head_row: {
|
|
582
|
+
table_row: string,
|
|
583
|
+
},
|
|
584
|
+
},
|
|
585
|
+
DOT: {
|
|
586
|
+
dot: string,
|
|
587
|
+
$_big: {
|
|
588
|
+
dot: string,
|
|
589
|
+
},
|
|
590
|
+
$_medium: {
|
|
591
|
+
dot: string,
|
|
592
|
+
},
|
|
593
|
+
$_small: {
|
|
594
|
+
dot: string,
|
|
595
|
+
},
|
|
596
|
+
$_alternative: {
|
|
597
|
+
dot: string,
|
|
598
|
+
},
|
|
599
|
+
$_with_border: {
|
|
600
|
+
dot: string,
|
|
601
|
+
},
|
|
602
|
+
$_without_border: {
|
|
603
|
+
dot: string,
|
|
604
|
+
},
|
|
605
|
+
},
|
|
606
|
+
ERROR_MESSAGE: {
|
|
607
|
+
error_message: string,
|
|
608
|
+
icon: string,
|
|
609
|
+
typography: string,
|
|
610
|
+
$_default: {
|
|
611
|
+
error_message: string,
|
|
612
|
+
},
|
|
613
|
+
},
|
|
614
|
+
ICON: {
|
|
615
|
+
button: string,
|
|
616
|
+
complex: string,
|
|
617
|
+
svg: string,
|
|
618
|
+
dynamic_values: (styles: { '$color': string; '$moveAround': string; '$transitionDuration': string; '$height': string; '$width': string; }) => { string: string; object: object } ,
|
|
619
|
+
},
|
|
620
|
+
INPUT: {
|
|
621
|
+
input: string,
|
|
622
|
+
inputandlabelcontainer: string,
|
|
623
|
+
$_filled: {
|
|
624
|
+
input: string,
|
|
625
|
+
},
|
|
626
|
+
$_outlined: {
|
|
627
|
+
input: string,
|
|
628
|
+
},
|
|
629
|
+
$_standard: {
|
|
630
|
+
input: string,
|
|
631
|
+
},
|
|
632
|
+
input_base: {
|
|
633
|
+
input_base: string,
|
|
634
|
+
},
|
|
635
|
+
left_decoration: {
|
|
636
|
+
decoration: string,
|
|
637
|
+
input_decoration: string,
|
|
638
|
+
},
|
|
639
|
+
right_decoration: {
|
|
640
|
+
decoration: string,
|
|
641
|
+
input_decoration: string,
|
|
642
|
+
},
|
|
643
|
+
},
|
|
644
|
+
INPUT_BASE: {
|
|
645
|
+
input_base: string,
|
|
646
|
+
$_filled: {
|
|
647
|
+
input_base: string,
|
|
648
|
+
},
|
|
649
|
+
$_outlined: {
|
|
650
|
+
input_base: string,
|
|
651
|
+
},
|
|
652
|
+
$_standard: {
|
|
653
|
+
input_base: string,
|
|
654
|
+
},
|
|
655
|
+
},
|
|
656
|
+
INPUT_DECORATION: {
|
|
657
|
+
input_decoration: string,
|
|
658
|
+
decoration: string,
|
|
659
|
+
$_standard: {
|
|
660
|
+
input_decoration: string,
|
|
661
|
+
},
|
|
662
|
+
},
|
|
663
|
+
INPUT_SIGNATURE: {
|
|
664
|
+
input_signature: string,
|
|
665
|
+
canvas: string,
|
|
666
|
+
placeholdercontainer: string,
|
|
667
|
+
placeholdertext: string,
|
|
668
|
+
$_default: {
|
|
669
|
+
input_signature: string,
|
|
670
|
+
},
|
|
671
|
+
},
|
|
672
|
+
ITEM_ROVE: {
|
|
673
|
+
item_rove: string,
|
|
674
|
+
},
|
|
675
|
+
LINK: {
|
|
676
|
+
link: string,
|
|
677
|
+
childrencontainer: string,
|
|
678
|
+
icon: string,
|
|
679
|
+
labelandiconcontainer: string,
|
|
680
|
+
$_inline_primary: {
|
|
681
|
+
link: string,
|
|
682
|
+
icon: string,
|
|
683
|
+
},
|
|
684
|
+
$_inline_secondary: {
|
|
685
|
+
link: string,
|
|
686
|
+
icon: string,
|
|
687
|
+
},
|
|
688
|
+
$_inline_secondary_alt: {
|
|
689
|
+
link: string,
|
|
690
|
+
icon: string,
|
|
691
|
+
},
|
|
692
|
+
$_navigation_primary: {
|
|
693
|
+
link: string,
|
|
694
|
+
icon: string,
|
|
695
|
+
},
|
|
696
|
+
$_navigation_secondary: {
|
|
697
|
+
link: string,
|
|
698
|
+
icon: string,
|
|
699
|
+
},
|
|
700
|
+
$_navigation_secondary_alt: {
|
|
701
|
+
link: string,
|
|
702
|
+
icon: string,
|
|
703
|
+
},
|
|
704
|
+
},
|
|
705
|
+
LINK_AS_BUTTON: {
|
|
706
|
+
link_as_button: string,
|
|
707
|
+
},
|
|
708
|
+
LIST_OPTIONS: {
|
|
709
|
+
list_options: string,
|
|
710
|
+
optionscontainer: string,
|
|
711
|
+
title: string,
|
|
712
|
+
titlecontainer: string,
|
|
713
|
+
$_default: {
|
|
714
|
+
list_options: string,
|
|
715
|
+
title: string,
|
|
716
|
+
titlecontainer: string,
|
|
717
|
+
},
|
|
718
|
+
},
|
|
719
|
+
MODAL: {
|
|
720
|
+
modal: string,
|
|
721
|
+
closebuttoncontainer: string,
|
|
722
|
+
closebuttonicon: string,
|
|
723
|
+
content: string,
|
|
724
|
+
dragicon: string,
|
|
725
|
+
dragiconcontainer: string,
|
|
726
|
+
footer: string,
|
|
727
|
+
headercontainer: string,
|
|
728
|
+
headercontentcontainer: string,
|
|
729
|
+
title: string,
|
|
730
|
+
titlecontainer: string,
|
|
731
|
+
titlehiddencontainer: string,
|
|
732
|
+
$_default: {
|
|
733
|
+
modal: string,
|
|
734
|
+
},
|
|
735
|
+
},
|
|
736
|
+
OPTION: {
|
|
737
|
+
option: string,
|
|
738
|
+
checkedicon: string,
|
|
739
|
+
firstrowcontainer: string,
|
|
740
|
+
icon: string,
|
|
741
|
+
label: string,
|
|
742
|
+
labelhighlighted: string,
|
|
743
|
+
labeliconcontainer: string,
|
|
744
|
+
sublabel: string,
|
|
745
|
+
sublabelcontainer: string,
|
|
746
|
+
$_default: {
|
|
747
|
+
option: string,
|
|
748
|
+
icon: string,
|
|
749
|
+
label: string,
|
|
750
|
+
labeliconcontainer: string,
|
|
751
|
+
},
|
|
752
|
+
},
|
|
753
|
+
OVERLAY: {
|
|
754
|
+
overlay: string,
|
|
755
|
+
$_default: {
|
|
756
|
+
overlay: string,
|
|
757
|
+
},
|
|
758
|
+
$_secondary: {
|
|
759
|
+
overlay: string,
|
|
760
|
+
},
|
|
761
|
+
},
|
|
762
|
+
PAGE_CONTROL: {
|
|
763
|
+
page_control: string,
|
|
764
|
+
dotscontainer: string,
|
|
765
|
+
icon: string,
|
|
766
|
+
leftarrowcontrolcontainer: string,
|
|
767
|
+
leftbuttoncontrol: string,
|
|
768
|
+
pagedot: string,
|
|
769
|
+
rightarrowcontrolcontainer: string,
|
|
770
|
+
rightbuttoncontrol: string,
|
|
771
|
+
$_default: {
|
|
772
|
+
page_control: string,
|
|
773
|
+
icon: string,
|
|
774
|
+
},
|
|
775
|
+
$_bullets: {
|
|
776
|
+
page_control: string,
|
|
777
|
+
dotscontainer: string,
|
|
778
|
+
pagedot: string,
|
|
779
|
+
},
|
|
780
|
+
},
|
|
781
|
+
PAGINATION: {
|
|
782
|
+
pagination: string,
|
|
783
|
+
page: string,
|
|
784
|
+
pagecontainer: string,
|
|
785
|
+
pagescontainer: string,
|
|
786
|
+
paginationleftarrowicon: string,
|
|
787
|
+
paginationrightarrowicon: string,
|
|
788
|
+
$_default: {
|
|
789
|
+
pagination: string,
|
|
790
|
+
page: string,
|
|
791
|
+
paginationleftarrowicon: string,
|
|
792
|
+
paginationrightarrowicon: string,
|
|
793
|
+
},
|
|
794
|
+
},
|
|
795
|
+
POPOVER: {
|
|
796
|
+
popover: string,
|
|
797
|
+
arrow: string,
|
|
798
|
+
},
|
|
799
|
+
PROGRESS_BAR: {
|
|
800
|
+
progress_bar: string,
|
|
801
|
+
bar: string,
|
|
802
|
+
barcontainer: string,
|
|
803
|
+
progressbar: string,
|
|
804
|
+
$_medium: {
|
|
805
|
+
progress_bar: string,
|
|
806
|
+
bar: string,
|
|
807
|
+
progressbar: string,
|
|
808
|
+
},
|
|
809
|
+
$_small: {
|
|
810
|
+
progress_bar: string,
|
|
811
|
+
bar: string,
|
|
812
|
+
progressbar: string,
|
|
813
|
+
},
|
|
814
|
+
$_default: {
|
|
815
|
+
progress_bar: string,
|
|
816
|
+
},
|
|
817
|
+
},
|
|
818
|
+
RADIO_BUTTON: {
|
|
819
|
+
radio_button: string,
|
|
820
|
+
errormessage: string,
|
|
821
|
+
errormessagecontainer: string,
|
|
822
|
+
errormessageicon: string,
|
|
823
|
+
errormessageiconcontainer: string,
|
|
824
|
+
infocontainer: string,
|
|
825
|
+
label: string,
|
|
826
|
+
labelcontainer: string,
|
|
827
|
+
radiobuttoncontainer: string,
|
|
828
|
+
rowcontainer: string,
|
|
829
|
+
speciallabel: string,
|
|
830
|
+
sublabel: string,
|
|
831
|
+
$_default: {
|
|
832
|
+
radio_button: string,
|
|
833
|
+
errormessage: string,
|
|
834
|
+
sublabel: string,
|
|
835
|
+
},
|
|
836
|
+
tooltip: {
|
|
837
|
+
arrowcontainer: string,
|
|
838
|
+
arrowposition: string,
|
|
839
|
+
arrowsize: string,
|
|
840
|
+
paragraph: string,
|
|
841
|
+
paragraphcontainer: string,
|
|
842
|
+
tooltipexternalcontainer: string,
|
|
843
|
+
tooltipinternalcontainer: string,
|
|
844
|
+
popover: {
|
|
845
|
+
arrow: string,
|
|
846
|
+
popover: string,
|
|
847
|
+
},
|
|
848
|
+
arrow: string,
|
|
849
|
+
tooltipalignstyles: string,
|
|
850
|
+
tooltipasmodal: string,
|
|
851
|
+
},
|
|
852
|
+
},
|
|
853
|
+
SELECT: {
|
|
854
|
+
select: string,
|
|
855
|
+
buttonorlinkcontainer: string,
|
|
856
|
+
iconclosed: string,
|
|
857
|
+
iconopened: string,
|
|
858
|
+
labelclosed: string,
|
|
859
|
+
labelopened: string,
|
|
860
|
+
listoptionscontainer: string,
|
|
861
|
+
$_default: {
|
|
862
|
+
select: string,
|
|
863
|
+
buttonorlinkcontainer: string,
|
|
864
|
+
iconclosed: string,
|
|
865
|
+
iconopened: string,
|
|
866
|
+
labelclosed: string,
|
|
867
|
+
labelopened: string,
|
|
868
|
+
listoptionscontainer: string,
|
|
869
|
+
},
|
|
870
|
+
$_side_menu: {
|
|
871
|
+
select: string,
|
|
872
|
+
buttonorlinkcontainer: string,
|
|
873
|
+
iconclosed: string,
|
|
874
|
+
iconopened: string,
|
|
875
|
+
labelclosed: string,
|
|
876
|
+
labelopened: string,
|
|
877
|
+
listoptionscontainer: string,
|
|
878
|
+
},
|
|
879
|
+
$_topbar: {
|
|
880
|
+
select: string,
|
|
881
|
+
buttonorlinkcontainer: string,
|
|
882
|
+
iconclosed: string,
|
|
883
|
+
iconopened: string,
|
|
884
|
+
labelclosed: string,
|
|
885
|
+
labelopened: string,
|
|
886
|
+
listoptionscontainer: string,
|
|
887
|
+
},
|
|
888
|
+
$_topbar_tab: {
|
|
889
|
+
select: string,
|
|
890
|
+
buttonorlinkcontainer: string,
|
|
891
|
+
iconclosed: string,
|
|
892
|
+
iconopened: string,
|
|
893
|
+
labelclosed: string,
|
|
894
|
+
labelopened: string,
|
|
895
|
+
listoptionscontainer: string,
|
|
896
|
+
},
|
|
897
|
+
},
|
|
898
|
+
SELECTOR_BOX_FILE: {
|
|
899
|
+
selector_box_file: string,
|
|
900
|
+
actionicon: string,
|
|
901
|
+
actioniconandactiontextcontainer: string,
|
|
902
|
+
animationcontainer: string,
|
|
903
|
+
borderanimationcontainer: string,
|
|
904
|
+
bottomanimationcontainer: string,
|
|
905
|
+
containeractioncontainer: string,
|
|
906
|
+
containerboxactiontext: string,
|
|
907
|
+
containerboxcontainer: string,
|
|
908
|
+
containerboxdescription: string,
|
|
909
|
+
containerboxfilename: string,
|
|
910
|
+
containerboxicon: string,
|
|
911
|
+
containerboxtextscontainer: string,
|
|
912
|
+
header: string,
|
|
913
|
+
leftanimationcontainer: string,
|
|
914
|
+
rightanimationcontainer: string,
|
|
915
|
+
topanimationcontainer: string,
|
|
916
|
+
$_default: {
|
|
917
|
+
selector_box_file: string,
|
|
918
|
+
},
|
|
919
|
+
},
|
|
920
|
+
SKELETON: {
|
|
921
|
+
skeleton: string,
|
|
922
|
+
$_circle: {
|
|
923
|
+
skeleton: string,
|
|
924
|
+
},
|
|
925
|
+
$_square: {
|
|
926
|
+
skeleton: string,
|
|
927
|
+
},
|
|
928
|
+
$_alternative: {
|
|
929
|
+
skeleton: string,
|
|
930
|
+
},
|
|
931
|
+
$_default: {
|
|
932
|
+
skeleton: string,
|
|
933
|
+
},
|
|
934
|
+
},
|
|
935
|
+
SLIDER: {
|
|
936
|
+
slider: string,
|
|
937
|
+
activetrack: string,
|
|
938
|
+
buttonstrackscontainer: string,
|
|
939
|
+
helpertext: string,
|
|
940
|
+
helpertextcontainer: string,
|
|
941
|
+
helpertextleftcontainer: string,
|
|
942
|
+
helpertextrightcontainer: string,
|
|
943
|
+
inactivetrack: string,
|
|
944
|
+
innerthumbtooltip: string,
|
|
945
|
+
label: string,
|
|
946
|
+
labelcontainer: string,
|
|
947
|
+
rightthumbicon: string,
|
|
948
|
+
scalecontainer: string,
|
|
949
|
+
scaleoption: string,
|
|
950
|
+
thumb: string,
|
|
951
|
+
thumbicon: string,
|
|
952
|
+
tracksthumbscontainer: string,
|
|
953
|
+
tracksthumbsinnercontainer: string,
|
|
954
|
+
$_primary: {
|
|
955
|
+
slider: string,
|
|
956
|
+
activetrack: string,
|
|
957
|
+
inactivetrack: string,
|
|
958
|
+
thumb: string,
|
|
959
|
+
},
|
|
960
|
+
$_test_no_thumb_exceeds_track: {
|
|
961
|
+
slider: string,
|
|
962
|
+
},
|
|
963
|
+
decrement_button_size: {
|
|
964
|
+
icon: string,
|
|
965
|
+
button: string,
|
|
966
|
+
loader: string,
|
|
967
|
+
},
|
|
968
|
+
decrement_button_variant: {
|
|
969
|
+
button: string,
|
|
970
|
+
icon: string,
|
|
971
|
+
loader: string,
|
|
972
|
+
},
|
|
973
|
+
tooltip: {
|
|
974
|
+
arrowcontainer: string,
|
|
975
|
+
arrowposition: string,
|
|
976
|
+
arrowsize: string,
|
|
977
|
+
paragraph: string,
|
|
978
|
+
paragraphcontainer: string,
|
|
979
|
+
tooltipexternalcontainer: string,
|
|
980
|
+
tooltipinternalcontainer: string,
|
|
981
|
+
popover: {
|
|
982
|
+
arrow: string,
|
|
983
|
+
popover: string,
|
|
984
|
+
},
|
|
985
|
+
arrow: string,
|
|
986
|
+
tooltipalignstyles: string,
|
|
987
|
+
tooltipasmodal: string,
|
|
988
|
+
},
|
|
989
|
+
},
|
|
990
|
+
SNACKBAR: {
|
|
991
|
+
$_error: {
|
|
992
|
+
snackbar: string,
|
|
993
|
+
container: string,
|
|
994
|
+
},
|
|
995
|
+
$_container: {
|
|
996
|
+
snackbar: string,
|
|
997
|
+
},
|
|
998
|
+
container: string,
|
|
999
|
+
$_primary: {
|
|
1000
|
+
snackbar: string,
|
|
1001
|
+
container: string,
|
|
1002
|
+
},
|
|
1003
|
+
$_success: {
|
|
1004
|
+
snackbar: string,
|
|
1005
|
+
container: string,
|
|
1006
|
+
},
|
|
1007
|
+
$_warning: {
|
|
1008
|
+
snackbar: string,
|
|
1009
|
+
container: string,
|
|
1010
|
+
},
|
|
1011
|
+
},
|
|
1012
|
+
STEPPER_NUMBER: {
|
|
1013
|
+
stepper_number: string,
|
|
1014
|
+
iconselected: string,
|
|
1015
|
+
stepbar: string,
|
|
1016
|
+
stepcircle: string,
|
|
1017
|
+
stepcirclecontainer: string,
|
|
1018
|
+
stepcontainer: string,
|
|
1019
|
+
stepindex: string,
|
|
1020
|
+
stepname: string,
|
|
1021
|
+
stepnamecontainer: string,
|
|
1022
|
+
$_horizontal: {
|
|
1023
|
+
stepper_number: string,
|
|
1024
|
+
stepindex: string,
|
|
1025
|
+
},
|
|
1026
|
+
$_default: {
|
|
1027
|
+
stepper_number: string,
|
|
1028
|
+
iconselected: string,
|
|
1029
|
+
stepbar: string,
|
|
1030
|
+
stepcircle: string,
|
|
1031
|
+
stepindex: string,
|
|
1032
|
+
},
|
|
1033
|
+
$_vertical: {
|
|
1034
|
+
stepper_number: string,
|
|
1035
|
+
stepcontainer: string,
|
|
1036
|
+
stepname: string,
|
|
1037
|
+
stepnamecontainer: string,
|
|
1038
|
+
},
|
|
1039
|
+
},
|
|
1040
|
+
TABLE: {
|
|
1041
|
+
table: string,
|
|
1042
|
+
container: string,
|
|
1043
|
+
headboxshadow: string,
|
|
1044
|
+
leftboxshadow: string,
|
|
1045
|
+
leftboxshadowcontainer: string,
|
|
1046
|
+
rightboxshadow: string,
|
|
1047
|
+
rightboxshadowcontainer: string,
|
|
1048
|
+
scrollablecontainer: string,
|
|
1049
|
+
$_default: {
|
|
1050
|
+
table: string,
|
|
1051
|
+
},
|
|
1052
|
+
},
|
|
1053
|
+
TABLE_BODY: {
|
|
1054
|
+
table_body: string,
|
|
1055
|
+
$_default: {
|
|
1056
|
+
table_body: string,
|
|
1057
|
+
},
|
|
1058
|
+
},
|
|
1059
|
+
TABLE_CAPTION: {
|
|
1060
|
+
table_caption: string,
|
|
1061
|
+
$_default: {
|
|
1062
|
+
table_caption: string,
|
|
1063
|
+
},
|
|
1064
|
+
},
|
|
1065
|
+
TABLE_CELL: {
|
|
1066
|
+
table_cell: string,
|
|
1067
|
+
$_body_cell_default: {
|
|
1068
|
+
table_cell: string,
|
|
1069
|
+
},
|
|
1070
|
+
$_header_cell_default: {
|
|
1071
|
+
table_cell: string,
|
|
1072
|
+
},
|
|
1073
|
+
$_header_cell_secondary: {
|
|
1074
|
+
table_cell: string,
|
|
1075
|
+
},
|
|
1076
|
+
dynamic_values: (styles: { '$tdWidth': string; '$tdHeight': string; '$tdMinWidth': string; '$tdMaxWidth': string; '$tdTextAlign': string; '$tdVerticalAlign': string; '$tdAlignItems': string; '$tdJustifyContent': string; '$tdTop': string; '$tdLeft': string; '$tdRight': string; '$tdBottom': string; }) => { string: string; object: object } ,
|
|
1077
|
+
},
|
|
1078
|
+
TABLE_DIVIDER: {
|
|
1079
|
+
table_divider: string,
|
|
1080
|
+
$_default: {
|
|
1081
|
+
table_divider: string,
|
|
1082
|
+
},
|
|
1083
|
+
},
|
|
1084
|
+
TABLE_FOOT: {
|
|
1085
|
+
table_foot: string,
|
|
1086
|
+
$_default: {
|
|
1087
|
+
table_foot: string,
|
|
1088
|
+
},
|
|
1089
|
+
},
|
|
1090
|
+
TABLE_HEAD: {
|
|
1091
|
+
table_head: string,
|
|
1092
|
+
$_default: {
|
|
1093
|
+
table_head: string,
|
|
1094
|
+
},
|
|
1095
|
+
},
|
|
1096
|
+
TABLE_ROW: {
|
|
1097
|
+
table_row: string,
|
|
1098
|
+
$_body_row_default: {
|
|
1099
|
+
table_row: string,
|
|
1100
|
+
},
|
|
1101
|
+
$_header_row_default: {
|
|
1102
|
+
table_row: string,
|
|
1103
|
+
},
|
|
1104
|
+
$_header_row_secondary: {
|
|
1105
|
+
table_row: string,
|
|
1106
|
+
},
|
|
1107
|
+
},
|
|
1108
|
+
TABS: {
|
|
1109
|
+
tabs: string,
|
|
1110
|
+
arrowiconcontainer: string,
|
|
1111
|
+
container: string,
|
|
1112
|
+
contentcontainer: string,
|
|
1113
|
+
firsttabbutton: string,
|
|
1114
|
+
icon: string,
|
|
1115
|
+
label: string,
|
|
1116
|
+
lasttabbutton: string,
|
|
1117
|
+
onetabcontainer: string,
|
|
1118
|
+
tabbutton: string,
|
|
1119
|
+
tabbuttonscontainer: string,
|
|
1120
|
+
tabcontainer: string,
|
|
1121
|
+
$_default: {
|
|
1122
|
+
tabs: string,
|
|
1123
|
+
},
|
|
1124
|
+
},
|
|
1125
|
+
TAG: {
|
|
1126
|
+
tag: string,
|
|
1127
|
+
icon: string,
|
|
1128
|
+
label: string,
|
|
1129
|
+
$_code: {
|
|
1130
|
+
tag: string,
|
|
1131
|
+
label: string,
|
|
1132
|
+
},
|
|
1133
|
+
$_deprecated: {
|
|
1134
|
+
tag: string,
|
|
1135
|
+
},
|
|
1136
|
+
$_dormant: {
|
|
1137
|
+
tag: string,
|
|
1138
|
+
},
|
|
1139
|
+
$_healthy: {
|
|
1140
|
+
tag: string,
|
|
1141
|
+
},
|
|
1142
|
+
$_informative: {
|
|
1143
|
+
tag: string,
|
|
1144
|
+
},
|
|
1145
|
+
$_issue: {
|
|
1146
|
+
tag: string,
|
|
1147
|
+
},
|
|
1148
|
+
},
|
|
1149
|
+
TEXT: {
|
|
1150
|
+
text: string,
|
|
1151
|
+
$_default: {
|
|
1152
|
+
text: string,
|
|
1153
|
+
},
|
|
1154
|
+
$_heading_display_1_expanded: {
|
|
1155
|
+
text: string,
|
|
1156
|
+
},
|
|
1157
|
+
$_heading_display_1_extended: {
|
|
1158
|
+
text: string,
|
|
1159
|
+
},
|
|
1160
|
+
$_heading_h1_expanded: {
|
|
1161
|
+
text: string,
|
|
1162
|
+
},
|
|
1163
|
+
$_heading_h1_extended: {
|
|
1164
|
+
text: string,
|
|
1165
|
+
},
|
|
1166
|
+
$_heading_h2_expanded: {
|
|
1167
|
+
text: string,
|
|
1168
|
+
},
|
|
1169
|
+
$_heading_h2_extended: {
|
|
1170
|
+
text: string,
|
|
1171
|
+
},
|
|
1172
|
+
$_heading_h3_expanded: {
|
|
1173
|
+
text: string,
|
|
1174
|
+
},
|
|
1175
|
+
$_heading_h3_extended: {
|
|
1176
|
+
text: string,
|
|
1177
|
+
},
|
|
1178
|
+
$_heading_h4_expanded: {
|
|
1179
|
+
text: string,
|
|
1180
|
+
},
|
|
1181
|
+
$_heading_h4_extended: {
|
|
1182
|
+
text: string,
|
|
1183
|
+
},
|
|
1184
|
+
$_main_heading_display_1_expanded: {
|
|
1185
|
+
text: string,
|
|
1186
|
+
},
|
|
1187
|
+
$_main_heading_h1_expanded: {
|
|
1188
|
+
text: string,
|
|
1189
|
+
},
|
|
1190
|
+
$_main_heading_h2_expanded: {
|
|
1191
|
+
text: string,
|
|
1192
|
+
},
|
|
1193
|
+
$_main_heading_h3_expanded: {
|
|
1194
|
+
text: string,
|
|
1195
|
+
},
|
|
1196
|
+
$_main_heading_h4_expanded: {
|
|
1197
|
+
text: string,
|
|
1198
|
+
},
|
|
1199
|
+
$_paragraph_caption_expanded: {
|
|
1200
|
+
text: string,
|
|
1201
|
+
},
|
|
1202
|
+
$_paragraph_caption_extended: {
|
|
1203
|
+
text: string,
|
|
1204
|
+
},
|
|
1205
|
+
$_paragraph_large_expanded: {
|
|
1206
|
+
text: string,
|
|
1207
|
+
},
|
|
1208
|
+
$_paragraph_large_extended: {
|
|
1209
|
+
text: string,
|
|
1210
|
+
},
|
|
1211
|
+
$_paragraph_medium_expanded: {
|
|
1212
|
+
text: string,
|
|
1213
|
+
},
|
|
1214
|
+
$_paragraph_medium_extended: {
|
|
1215
|
+
text: string,
|
|
1216
|
+
},
|
|
1217
|
+
$_paragraph_medium_mono: {
|
|
1218
|
+
text: string,
|
|
1219
|
+
},
|
|
1220
|
+
$_paragraph_small_expanded: {
|
|
1221
|
+
text: string,
|
|
1222
|
+
},
|
|
1223
|
+
$_paragraph_small_extended: {
|
|
1224
|
+
text: string,
|
|
1225
|
+
},
|
|
1226
|
+
},
|
|
1227
|
+
TEXT_AREA: {
|
|
1228
|
+
text_area: string,
|
|
1229
|
+
bottomcontainer: string,
|
|
1230
|
+
counter: string,
|
|
1231
|
+
counterleft: string,
|
|
1232
|
+
counterright: string,
|
|
1233
|
+
errorcontainer: string,
|
|
1234
|
+
erroricon: string,
|
|
1235
|
+
errormessage: string,
|
|
1236
|
+
helpmessage: string,
|
|
1237
|
+
helpmessageerrorcontainer: string,
|
|
1238
|
+
label: string,
|
|
1239
|
+
labelandadditionalinfocontainer: string,
|
|
1240
|
+
labeltextareacontainer: string,
|
|
1241
|
+
required: string,
|
|
1242
|
+
textarea: string,
|
|
1243
|
+
title: string,
|
|
1244
|
+
titlecontainer: string,
|
|
1245
|
+
$_default: {
|
|
1246
|
+
text_area: string,
|
|
1247
|
+
},
|
|
1248
|
+
},
|
|
1249
|
+
TEXT_COUNT: {
|
|
1250
|
+
text_count: string,
|
|
1251
|
+
letftext: string,
|
|
1252
|
+
righttext: string,
|
|
1253
|
+
$_default: {
|
|
1254
|
+
text_count: string,
|
|
1255
|
+
letftext: string,
|
|
1256
|
+
righttext: string,
|
|
1257
|
+
},
|
|
1258
|
+
},
|
|
1259
|
+
TOGGLE: {
|
|
1260
|
+
icon: string,
|
|
1261
|
+
iconwrapper: string,
|
|
1262
|
+
thumb: string,
|
|
1263
|
+
track: string,
|
|
1264
|
+
$_regular: {
|
|
1265
|
+
toggle: string,
|
|
1266
|
+
track: string,
|
|
1267
|
+
},
|
|
1268
|
+
},
|
|
1269
|
+
TOOLTIP: {
|
|
1270
|
+
arrow: string,
|
|
1271
|
+
arrowcontainer: string,
|
|
1272
|
+
arrowposition: string,
|
|
1273
|
+
arrowsize: string,
|
|
1274
|
+
paragraph: string,
|
|
1275
|
+
paragraphcontainer: string,
|
|
1276
|
+
tooltipalignstyles: string,
|
|
1277
|
+
tooltipasmodal: string,
|
|
1278
|
+
tooltipexternalcontainer: string,
|
|
1279
|
+
tooltipinternalcontainer: string,
|
|
1280
|
+
$_default: {
|
|
1281
|
+
tooltip: string,
|
|
1282
|
+
arrowcontainer: string,
|
|
1283
|
+
arrowposition: string,
|
|
1284
|
+
arrowsize: string,
|
|
1285
|
+
paragraph: string,
|
|
1286
|
+
paragraphcontainer: string,
|
|
1287
|
+
tooltipexternalcontainer: string,
|
|
1288
|
+
tooltipinternalcontainer: string,
|
|
1289
|
+
},
|
|
1290
|
+
popover: {
|
|
1291
|
+
arrow: string,
|
|
1292
|
+
popover: string,
|
|
1293
|
+
},
|
|
1294
|
+
},
|
|
1295
|
+
VIRTUAL_KEYBOARD: {
|
|
1296
|
+
virtual_keyboard: string,
|
|
1297
|
+
digitbuttons: string,
|
|
1298
|
+
digittext: string,
|
|
1299
|
+
digitwrapper: string,
|
|
1300
|
+
iconcontainer: string,
|
|
1301
|
+
removebutton: string,
|
|
1302
|
+
$_default: {
|
|
1303
|
+
virtual_keyboard: string,
|
|
1304
|
+
digitbuttons: string,
|
|
1305
|
+
digittext: string,
|
|
1306
|
+
},
|
|
1307
|
+
},
|
|
1308
|
+
},
|
|
1309
|
+
}
|
|
1310
|
+
/* CssClasses */
|
|
1311
|
+
|
|
1312
|
+
/* CssAvailableComponents */
|
|
1313
|
+
export interface CssAvailableComponents {
|
|
1314
|
+
'kubit': {
|
|
1315
|
+
ACCORDION: 'ACCORDION',
|
|
1316
|
+
ALERT: 'ALERT',
|
|
1317
|
+
AVATAR: 'AVATAR',
|
|
1318
|
+
BADGE: 'BADGE',
|
|
1319
|
+
BREADCRUMBS: 'BREADCRUMBS',
|
|
1320
|
+
BUTTON: 'BUTTON',
|
|
1321
|
+
CALENDAR: 'CALENDAR',
|
|
1322
|
+
CARD: 'CARD',
|
|
1323
|
+
CAROUSEL: 'CAROUSEL',
|
|
1324
|
+
CHECKBOX: 'CHECKBOX',
|
|
1325
|
+
CHECKBOX_BASE: 'CHECKBOX_BASE',
|
|
1326
|
+
CHIP: 'CHIP',
|
|
1327
|
+
DATA_TABLE: 'DATA_TABLE',
|
|
1328
|
+
DOT: 'DOT',
|
|
1329
|
+
ERROR_MESSAGE: 'ERROR_MESSAGE',
|
|
1330
|
+
ICON: 'ICON',
|
|
1331
|
+
INPUT: 'INPUT',
|
|
1332
|
+
INPUT_BASE: 'INPUT_BASE',
|
|
1333
|
+
INPUT_DECORATION: 'INPUT_DECORATION',
|
|
1334
|
+
INPUT_SIGNATURE: 'INPUT_SIGNATURE',
|
|
1335
|
+
ITEM_ROVE: 'ITEM_ROVE',
|
|
1336
|
+
LINK: 'LINK',
|
|
1337
|
+
LINK_AS_BUTTON: 'LINK_AS_BUTTON',
|
|
1338
|
+
LIST_OPTIONS: 'LIST_OPTIONS',
|
|
1339
|
+
MODAL: 'MODAL',
|
|
1340
|
+
OPTION: 'OPTION',
|
|
1341
|
+
OVERLAY: 'OVERLAY',
|
|
1342
|
+
PAGE_CONTROL: 'PAGE_CONTROL',
|
|
1343
|
+
PAGINATION: 'PAGINATION',
|
|
1344
|
+
POPOVER: 'POPOVER',
|
|
1345
|
+
PROGRESS_BAR: 'PROGRESS_BAR',
|
|
1346
|
+
RADIO_BUTTON: 'RADIO_BUTTON',
|
|
1347
|
+
SELECT: 'SELECT',
|
|
1348
|
+
SELECTOR_BOX_FILE: 'SELECTOR_BOX_FILE',
|
|
1349
|
+
SKELETON: 'SKELETON',
|
|
1350
|
+
SLIDER: 'SLIDER',
|
|
1351
|
+
SNACKBAR: 'SNACKBAR',
|
|
1352
|
+
STEPPER_NUMBER: 'STEPPER_NUMBER',
|
|
1353
|
+
TABLE: 'TABLE',
|
|
1354
|
+
TABLE_BODY: 'TABLE_BODY',
|
|
1355
|
+
TABLE_CAPTION: 'TABLE_CAPTION',
|
|
1356
|
+
TABLE_CELL: 'TABLE_CELL',
|
|
1357
|
+
TABLE_DIVIDER: 'TABLE_DIVIDER',
|
|
1358
|
+
TABLE_FOOT: 'TABLE_FOOT',
|
|
1359
|
+
TABLE_HEAD: 'TABLE_HEAD',
|
|
1360
|
+
TABLE_ROW: 'TABLE_ROW',
|
|
1361
|
+
TABS: 'TABS',
|
|
1362
|
+
TAG: 'TAG',
|
|
1363
|
+
TEXT: 'TEXT',
|
|
1364
|
+
TEXT_AREA: 'TEXT_AREA',
|
|
1365
|
+
TEXT_COUNT: 'TEXT_COUNT',
|
|
1366
|
+
TOGGLE: 'TOGGLE',
|
|
1367
|
+
TOOLTIP: 'TOOLTIP',
|
|
1368
|
+
VIRTUAL_KEYBOARD: 'VIRTUAL_KEYBOARD',
|
|
1369
|
+
},
|
|
1370
|
+
}
|
|
1371
|
+
/* CssAvailableComponents */
|
|
1372
|
+
|
|
1373
|
+
/* CssGlobalStyles */
|
|
1374
|
+
export interface CssGlobalStyles {
|
|
1375
|
+
'kubit': {
|
|
1376
|
+
kbt_sr_only: string;
|
|
1377
|
+
global_focus_visible: string;
|
|
1378
|
+
kbt_global_focus: string;
|
|
1379
|
+
},
|
|
1380
|
+
}
|
|
1381
|
+
/* CssGlobalStyles */
|
|
1382
|
+
|
|
1383
|
+
/* CssMediaQueries */
|
|
1384
|
+
export interface CssMediaQueries {
|
|
1385
|
+
'kubit': {
|
|
1386
|
+
mobile: 'mobile',
|
|
1387
|
+
tablet: 'tablet',
|
|
1388
|
+
desktop: 'desktop',
|
|
1389
|
+
large_desktop: 'large_desktop',
|
|
1390
|
+
},
|
|
1391
|
+
}
|
|
1392
|
+
/* CssMediaQueries */
|
|
1393
|
+
|
|
1394
|
+
export declare const cssVars: CssVars;
|
|
1395
|
+
export declare const cssClasses: CssClasses;
|
|
1396
|
+
export declare const cssAvailableComponents: CssAvailableComponents;
|
|
1397
|
+
export declare const cssGlobalStyles: CssGlobalStyles;
|
|
1398
|
+
export declare const cssMediaQueries: CssMediaQueries;
|