@onereach/ui-components 16.2.0-beta.4759.0 → 16.2.0-beta.4827.0
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/dist/bundled/components/OrAutocompleteV3/OrAutocomplete.js +1 -0
- package/dist/bundled/components/OrAutocompleteV3/index.js +1 -0
- package/dist/bundled/components/OrAutocompleteV3/styles.js +1 -0
- package/dist/bundled/components/OrAutocompleteV3-3ef98fc9.js +1960 -0
- package/dist/bundled/components/OrAvatar/OrAvatar.js +1 -0
- package/dist/bundled/components/OrAvatar/constants.js +1 -0
- package/dist/bundled/components/OrAvatar/index.js +1 -0
- package/dist/bundled/components/OrAvatar-96c4b4c5.js +110 -0
- package/dist/bundled/components/OrAvatarV3/OrAvatar.js +1 -0
- package/dist/bundled/components/OrAvatarV3/index.js +1 -0
- package/dist/bundled/components/OrAvatarV3/props.js +1 -0
- package/dist/bundled/components/OrAvatarV3/styles.js +1 -0
- package/dist/bundled/components/OrAvatarV3-38ad6980.js +174 -0
- package/dist/bundled/components/OrBottomSheetV3/OrBottomSheet.js +1 -0
- package/dist/bundled/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.js +4 -0
- package/dist/bundled/components/OrBottomSheetV3/index.js +1 -0
- package/dist/bundled/components/OrBottomSheetV3/props.js +1 -0
- package/dist/bundled/components/OrBottomSheetV3/styles.js +1 -0
- package/dist/bundled/components/OrBottomSheetV3-1bb56dc2.js +229 -0
- package/dist/bundled/components/OrButton/index.js +161 -0
- package/dist/bundled/components/OrButtonGroupV3/OrButtonGroup.js +1 -0
- package/dist/bundled/components/OrButtonGroupV3/index.js +1 -0
- package/dist/bundled/components/OrButtonGroupV3/styles.js +2 -0
- package/dist/bundled/components/OrButtonGroupV3-bdd8076a.js +65 -0
- package/dist/bundled/components/OrButtonV2/OrButton.js +1 -0
- package/dist/bundled/components/OrButtonV2/constants.js +1 -0
- package/dist/bundled/components/OrButtonV2/index.js +2 -0
- package/dist/bundled/components/OrButtonV2-a284e733.js +184 -0
- package/dist/bundled/components/OrButtonV3/OrButton.js +1 -0
- package/dist/bundled/components/OrButtonV3/index.js +1 -0
- package/dist/bundled/components/OrButtonV3/props.js +1 -0
- package/dist/bundled/components/OrButtonV3/styles.js +1 -0
- package/dist/bundled/components/OrButtonV3-ad7bf157.js +204 -0
- package/dist/bundled/components/OrCard/OrCard.js +39 -0
- package/dist/bundled/components/OrCardCollection/index.js +187 -0
- package/dist/bundled/components/OrCardCollectionV3/OrCardCollection.js +1 -0
- package/dist/bundled/components/OrCardCollectionV3/index.js +1 -0
- package/dist/bundled/components/OrCardCollectionV3/props.js +1 -0
- package/dist/bundled/components/OrCardCollectionV3/styles.js +1 -0
- package/dist/bundled/components/OrCardCollectionV3-07aa59b0.js +269 -0
- package/dist/bundled/components/OrCardV3/OrCard.js +1 -0
- package/dist/bundled/components/OrCardV3/index.js +1 -0
- package/dist/bundled/components/OrCardV3/props.js +1 -0
- package/dist/bundled/components/OrCardV3/styles.js +1 -0
- package/dist/bundled/components/OrCardV3-307b3bf4.js +73 -0
- package/dist/bundled/components/OrCheckbox/OrCheckbox.js +145 -0
- package/dist/bundled/components/OrCheckboxGroupV3/OrCheckboxGroup.js +83 -0
- package/dist/bundled/components/OrCheckboxTreeV3/OrCheckboxTree.js +1 -0
- package/dist/bundled/components/OrCheckboxTreeV3/index.js +1 -0
- package/dist/bundled/components/OrCheckboxTreeV3/styles.js +1 -0
- package/dist/bundled/components/OrCheckboxTreeV3/utils/extractChildrenValues.js +2 -0
- package/dist/bundled/components/OrCheckboxTreeV3-921230dd.js +205 -0
- package/dist/bundled/components/OrCheckboxV3/OrCheckbox.js +1 -0
- package/dist/bundled/components/OrCheckboxV3/index.js +1 -0
- package/dist/bundled/components/OrCheckboxV3/styles.js +1 -0
- package/dist/bundled/components/OrCheckboxV3-2ad65fa4.js +185 -0
- package/dist/bundled/components/OrChip/OrChip.js +1 -0
- package/dist/bundled/components/OrChip/index.js +1 -0
- package/dist/bundled/components/OrChips/OrChips.js +1 -0
- package/dist/bundled/components/OrChips/constants.js +1 -0
- package/dist/bundled/components/OrChips/index.js +1 -0
- package/dist/bundled/components/OrChips-f560e85b.js +300 -0
- package/dist/bundled/components/OrCode/OrCode.js +1 -0
- package/dist/bundled/components/OrCode/constants.js +1 -0
- package/dist/bundled/components/OrCode/index.js +2 -0
- package/dist/bundled/components/OrCode/lang.js +1 -0
- package/dist/bundled/components/OrCode/libs.js +2 -0
- package/dist/bundled/components/OrCode/theme.js +4 -0
- package/dist/bundled/components/OrCode-b3361da2.js +14383 -0
- package/dist/bundled/components/OrCodeV3/OrCode.js +1 -0
- package/dist/bundled/components/OrCodeV3/index.js +5 -0
- package/dist/bundled/components/OrCodeV3/libs.js +4 -0
- package/dist/bundled/components/OrCodeV3/props.js +1 -0
- package/dist/bundled/components/OrCodeV3/styles.js +1 -0
- package/dist/bundled/components/OrCodeV3-567b5129.js +472 -0
- package/dist/bundled/components/OrCollapse/OrCollapse.js +142 -0
- package/dist/bundled/components/OrColorPicker/OrColorPicker.js +1 -0
- package/dist/bundled/components/OrColorPicker/constants.js +1 -0
- package/dist/bundled/components/OrColorPicker/index.js +1 -0
- package/dist/bundled/components/OrColorPicker/utils/defultPalette.js +1 -0
- package/dist/bundled/components/OrColorPicker-76d26532.js +458 -0
- package/dist/bundled/components/OrCombinedInputV3/OrCombinedInput.js +1 -0
- package/dist/bundled/components/OrCombinedInputV3/index.js +1 -0
- package/dist/bundled/components/OrCombinedInputV3/styles.js +1 -0
- package/dist/bundled/components/OrCombinedInputV3-55920e72.js +123 -0
- package/dist/bundled/components/OrConfirm/OrConfirm.js +1 -0
- package/dist/bundled/components/OrConfirm/index.js +1 -0
- package/dist/bundled/components/OrConfirm-9130ca59.js +216 -0
- package/dist/bundled/components/OrConfirmV3/OrConfirm.js +1 -0
- package/dist/bundled/components/OrConfirmV3/index.js +1 -0
- package/dist/bundled/components/OrConfirmV3/props.js +1 -0
- package/dist/bundled/components/OrConfirmV3/styles.js +1 -0
- package/dist/bundled/components/OrConfirmV3-26240fc5.js +263 -0
- package/dist/bundled/components/OrContextMenuV3/OrContextMenu.js +101 -0
- package/dist/bundled/components/OrDataGridV3/OrDataGrid.js +1 -0
- package/dist/bundled/components/OrDataGridV3/index.js +1 -0
- package/dist/bundled/components/OrDataGridV3/styles.js +1 -0
- package/dist/bundled/components/OrDataGridV3-b47b82dc.js +1305 -0
- package/dist/bundled/components/OrDateFormatV3/OrDateFormat.js +1 -0
- package/dist/bundled/components/OrDateFormatV3/index.js +1 -0
- package/dist/bundled/components/OrDateFormatV3/styles.js +1 -0
- package/dist/bundled/components/OrDateFormatV3-5a2f07d4.js +66 -0
- package/dist/bundled/components/OrDatePickerV3/OrDatePicker.js +1 -0
- package/dist/bundled/components/OrDatePickerV3/index.js +1 -0
- package/dist/bundled/components/OrDatePickerV3/styles.js +1 -0
- package/dist/bundled/components/OrDatePickerV3-6ed4eb0f.js +328 -0
- package/dist/bundled/components/OrDateRangePickerV3/OrDateRangePicker.js +1 -0
- package/dist/bundled/components/OrDateRangePickerV3/index.js +1 -0
- package/dist/bundled/components/OrDateRangePickerV3/styles.js +1 -0
- package/dist/bundled/components/OrDateRangePickerV3-33aef2aa.js +404 -0
- package/dist/bundled/components/OrDateTimeFormatV3/OrDateTimeFormat.js +1 -0
- package/dist/bundled/components/OrDateTimeFormatV3/index.js +1 -0
- package/dist/bundled/components/OrDateTimeFormatV3/styles.js +1 -0
- package/dist/bundled/components/OrDateTimeFormatV3-7250d576.js +74 -0
- package/dist/bundled/components/OrDateTimePicker/OrDateTimePicker.js +1 -0
- package/dist/bundled/components/OrDateTimePicker/constants.js +1 -0
- package/dist/bundled/components/OrDateTimePicker/index.js +1 -0
- package/dist/bundled/components/OrDateTimePicker-e7f83fb4.js +1538 -0
- package/dist/bundled/components/OrDateTimePickerV3/OrDateTimePicker.js +1 -0
- package/dist/bundled/components/OrDateTimePickerV3/index.js +1 -0
- package/dist/bundled/components/OrDateTimePickerV3/styles.js +1 -0
- package/dist/bundled/components/OrDateTimePickerV3/utils/formatDate.js +1 -0
- package/dist/bundled/components/OrDateTimePickerV3/utils/formatMobileDate.js +1 -0
- package/dist/bundled/components/OrDateTimePickerV3/utils/formatMobileTime.js +2 -0
- package/dist/bundled/components/OrDateTimePickerV3/utils/formatTime.js +2 -0
- package/dist/bundled/components/OrDateTimePickerV3/utils/getCurrentDate.js +1 -0
- package/dist/bundled/components/OrDateTimePickerV3/utils/getNextMonthDate.js +1 -0
- package/dist/bundled/components/OrDateTimePickerV3/utils/index.js +1 -0
- package/dist/bundled/components/OrDateTimePickerV3-e38ac5ca.js +1430 -0
- package/dist/bundled/components/OrDrawerV3/OrDrawer.js +1 -0
- package/dist/bundled/components/OrDrawerV3/index.js +1 -0
- package/dist/bundled/components/OrDrawerV3/styles.js +1 -0
- package/dist/bundled/components/OrDrawerV3-a8d03671.js +136 -0
- package/dist/bundled/components/OrDropAreaV3/OrDropArea.js +1 -0
- package/dist/bundled/components/OrDropAreaV3/index.js +1 -0
- package/dist/bundled/components/OrDropAreaV3/props.js +1 -0
- package/dist/bundled/components/OrDropAreaV3/styles.js +1 -0
- package/dist/bundled/components/OrDropAreaV3/utils/approximateFileSize.js +1 -0
- package/dist/bundled/components/OrDropAreaV3/utils/index.js +1 -0
- package/dist/bundled/components/OrDropAreaV3-ac95baf3.js +235 -0
- package/dist/bundled/components/OrEditorTabsV3/OrEditorTabs.js +1 -0
- package/dist/bundled/components/OrEditorTabsV3/index.js +1 -0
- package/dist/bundled/components/OrEditorTabsV3/props.js +1 -0
- package/dist/bundled/components/OrEditorTabsV3/styles.js +1 -0
- package/dist/bundled/components/OrEditorTabsV3-2ad2f6fe.js +349 -0
- package/dist/bundled/components/OrEmptyStateV3/OrEmptyState.js +1 -0
- package/dist/bundled/components/OrEmptyStateV3/index.js +1 -0
- package/dist/bundled/components/OrEmptyStateV3/props.js +1 -0
- package/dist/bundled/components/OrEmptyStateV3/styles.js +1 -0
- package/dist/bundled/components/OrEmptyStateV3-9f88aee1.js +134 -0
- package/dist/bundled/components/OrError/OrError.js +28 -0
- package/dist/bundled/components/OrErrorTagV3/OrErrorTag.js +1 -0
- package/dist/bundled/components/OrErrorTagV3/index.js +1 -0
- package/dist/bundled/components/OrErrorTagV3/styles.js +1 -0
- package/dist/bundled/components/OrErrorTagV3-18bad9f9.js +53 -0
- package/dist/bundled/components/OrErrorV3/OrError.js +1 -0
- package/dist/bundled/components/OrErrorV3/index.js +1 -0
- package/dist/bundled/components/OrErrorV3/styles.js +1 -0
- package/dist/bundled/components/OrErrorV3-cff3a70c.js +62 -0
- package/dist/bundled/components/OrExpansionPanelV3/OrExpansionPanel.js +1 -0
- package/dist/bundled/components/OrExpansionPanelV3/index.js +1 -0
- package/dist/bundled/components/OrExpansionPanelV3/props.js +1 -0
- package/dist/bundled/components/OrExpansionPanelV3/styles.js +1 -0
- package/dist/bundled/components/OrExpansionPanelV3-b5bc75cd.js +218 -0
- package/dist/bundled/components/OrFabV3/OrFab.js +1 -0
- package/dist/bundled/components/OrFabV3/index.js +1 -0
- package/dist/bundled/components/OrFabV3/props.js +1 -0
- package/dist/bundled/components/OrFabV3/styles.js +1 -0
- package/dist/bundled/components/OrFabV3-e5e172a3.js +88 -0
- package/dist/bundled/components/OrFilterPopoverV3/OrFilterPopover.js +1 -0
- package/dist/bundled/components/OrFilterPopoverV3/index.js +1 -0
- package/dist/bundled/components/OrFilterPopoverV3/styles.js +1 -0
- package/dist/bundled/components/OrFilterPopoverV3-1623fd61.js +191 -0
- package/dist/bundled/components/OrFilterTriggerV3/OrFilterTrigger.js +1 -0
- package/dist/bundled/components/OrFilterTriggerV3/index.js +1 -0
- package/dist/bundled/components/OrFilterTriggerV3/styles.js +1 -0
- package/dist/bundled/components/OrFilterTriggerV3-b246f83d.js +122 -0
- package/dist/bundled/components/OrFilterV3/OrFilter.js +1 -0
- package/dist/bundled/components/OrFilterV3/index.js +1 -0
- package/dist/bundled/components/OrFilterV3/styles.js +1 -0
- package/dist/bundled/components/OrFilterV3-80791801.js +100 -0
- package/dist/bundled/components/OrFloating/OrFloating.js +1 -0
- package/dist/bundled/components/OrFloating/constants.js +1 -0
- package/dist/bundled/components/OrFloating/index.js +1 -0
- package/dist/bundled/components/OrFloating-ce384cc1.js +1670 -0
- package/dist/bundled/components/OrFormGroupV3/OrFormGroup.js +1 -0
- package/dist/bundled/components/OrFormGroupV3/index.js +1 -0
- package/dist/bundled/components/OrFormGroupV3/styles.js +1 -0
- package/dist/bundled/components/OrFormGroupV3-11227911.js +111 -0
- package/dist/bundled/components/OrHint/OrHint.js +29 -0
- package/dist/bundled/components/OrHintV3/OrHint.js +1 -0
- package/dist/bundled/components/OrHintV3/index.js +1 -0
- package/dist/bundled/components/OrHintV3/styles.js +1 -0
- package/dist/bundled/components/OrHintV3-a9a95858.js +62 -0
- package/dist/bundled/components/OrIcon/index.js +155 -0
- package/dist/bundled/components/OrIconButtonV2/OrIconButton.js +182 -0
- package/dist/bundled/components/OrIconButtonV3/OrIconButton.js +1 -0
- package/dist/bundled/components/OrIconButtonV3/index.js +1 -0
- package/dist/bundled/components/OrIconButtonV3/props.js +1 -0
- package/dist/bundled/components/OrIconButtonV3/styles.js +1 -0
- package/dist/bundled/components/OrIconButtonV3-bb577d7e.js +165 -0
- package/dist/bundled/components/OrIconV3/OrIcon.js +1 -0
- package/dist/bundled/components/OrIconV3/index.js +1 -0
- package/dist/bundled/components/OrIconV3/props.js +1 -0
- package/dist/bundled/components/OrIconV3/styles.js +1 -0
- package/dist/bundled/components/OrIconV3-9807ee48.js +101 -0
- package/dist/bundled/components/OrInlineInputBoxV3/OrInlineInputBox.js +1 -0
- package/dist/bundled/components/OrInlineInputBoxV3/index.js +1 -0
- package/dist/bundled/components/OrInlineInputBoxV3/props.js +1 -0
- package/dist/bundled/components/OrInlineInputBoxV3/styles.js +1 -0
- package/dist/bundled/components/OrInlineInputBoxV3-a2e38343.js +68 -0
- package/dist/bundled/components/OrInlineInputV3/OrInlineInput.js +1 -0
- package/dist/bundled/components/OrInlineInputV3/index.js +1 -0
- package/dist/bundled/components/OrInlineInputV3/styles.js +2 -0
- package/dist/bundled/components/OrInlineInputV3-87228d23.js +246 -0
- package/dist/bundled/components/OrInlineTextEdit/index.js +336 -0
- package/dist/bundled/components/OrInlineTextareaV3/OrInlineTextarea.js +1 -0
- package/dist/bundled/components/OrInlineTextareaV3/index.js +1 -0
- package/dist/bundled/components/OrInlineTextareaV3/styles.js +1 -0
- package/dist/bundled/components/OrInlineTextareaV3-eb561027.js +223 -0
- package/dist/bundled/components/OrInput/OrInput.js +292 -0
- package/dist/bundled/components/OrInputBoxV3/OrInputBox.js +1 -0
- package/dist/bundled/components/OrInputBoxV3/index.js +1 -0
- package/dist/bundled/components/OrInputBoxV3/styles.js +1 -0
- package/dist/bundled/components/OrInputBoxV3-de80a423.js +203 -0
- package/dist/bundled/components/OrInputV3/OrInput.js +1 -0
- package/dist/bundled/components/OrInputV3/index.js +1 -0
- package/dist/bundled/components/OrInputV3/styles.js +1 -0
- package/dist/bundled/components/OrInputV3-197edd11.js +283 -0
- package/dist/bundled/components/OrLabel/OrLabel.js +59 -0
- package/dist/bundled/components/OrLabelV3/OrLabel.js +1 -0
- package/dist/bundled/components/OrLabelV3/index.js +1 -0
- package/dist/bundled/components/OrLabelV3/styles.js +1 -0
- package/dist/bundled/components/OrLabelV3-659e15d0.js +119 -0
- package/dist/bundled/components/OrLinkV3/OrLink.js +1 -0
- package/dist/bundled/components/OrLinkV3/index.js +1 -0
- package/dist/bundled/components/OrLinkV3/props.js +1 -0
- package/dist/bundled/components/OrLinkV3/styles.js +1 -0
- package/dist/bundled/components/OrLinkV3-8e49ace4.js +101 -0
- package/dist/bundled/components/OrList/OrList.js +1 -0
- package/dist/bundled/components/OrList/index.js +1 -0
- package/dist/bundled/components/OrList-15317e95.js +5788 -0
- package/dist/bundled/components/OrListOfInputs/OrListOfInputs.js +154 -0
- package/dist/bundled/components/OrListV3/OrList.js +1 -0
- package/dist/bundled/components/OrListV3/index.js +1 -0
- package/dist/bundled/components/OrListV3/styles.js +1 -0
- package/dist/bundled/components/OrListV3-d096f875.js +270 -0
- package/dist/bundled/components/OrLoader/index.js +94 -0
- package/dist/bundled/components/OrLoaderV3/OrLoader.js +1 -0
- package/dist/bundled/components/OrLoaderV3/index.js +1 -0
- package/dist/bundled/components/OrLoaderV3/props.js +1 -0
- package/dist/bundled/components/OrLoaderV3/styles.js +1 -0
- package/dist/bundled/components/OrLoaderV3-041b34fd.js +174 -0
- package/dist/bundled/components/OrMenuItemV3/OrMenuItem.js +1 -0
- package/dist/bundled/components/OrMenuItemV3/index.js +1 -0
- package/dist/bundled/components/OrMenuItemV3/styles.js +1 -0
- package/dist/bundled/components/OrMenuItemV3-7aa13dfe.js +98 -0
- package/dist/bundled/components/OrMenuV3/OrMenu.js +1 -0
- package/dist/bundled/components/OrMenuV3/index.js +1 -0
- package/dist/bundled/components/OrMenuV3/styles.js +1 -0
- package/dist/bundled/components/OrMenuV3-d6ee8385.js +101 -0
- package/dist/bundled/components/OrModal/OrModal.js +1 -0
- package/dist/bundled/components/OrModal/constants.js +1 -0
- package/dist/bundled/components/OrModal/index.js +1 -0
- package/dist/bundled/components/OrModal-60f4367a.js +1712 -0
- package/dist/bundled/components/OrModalV3/OrModal.js +1 -0
- package/dist/bundled/components/OrModalV3/index.js +1 -0
- package/dist/bundled/components/OrModalV3/props.js +1 -0
- package/dist/bundled/components/OrModalV3/styles.js +1 -0
- package/dist/bundled/components/OrModalV3-4df0f0b2.js +226 -0
- package/dist/bundled/components/OrNotification/index.js +113 -0
- package/dist/bundled/components/OrNotificationV3/OrNotification.js +1 -0
- package/dist/bundled/components/OrNotificationV3/index.js +1 -0
- package/dist/bundled/components/OrNotificationV3/props.js +1 -0
- package/dist/bundled/components/OrNotificationV3/styles.js +1 -0
- package/dist/bundled/components/OrNotificationV3-c637da36.js +142 -0
- package/dist/bundled/components/OrNumberInput/OrNumberInput.js +169 -0
- package/dist/bundled/components/OrOverflowMenu/OrOverflowMenu.js +184 -0
- package/dist/bundled/components/OrOverlay/OrOverlay.js +47 -0
- package/dist/bundled/components/OrOverlayV3/OrOverlay.js +1 -0
- package/dist/bundled/components/OrOverlayV3/index.js +1 -0
- package/dist/bundled/components/OrOverlayV3/styles.js +1 -0
- package/dist/bundled/components/OrOverlayV3-5992a62c.js +71 -0
- package/dist/bundled/components/OrPaginationV3/OrPagination.js +1 -0
- package/dist/bundled/components/OrPaginationV3/index.js +1 -0
- package/dist/bundled/components/OrPaginationV3/styles.js +1 -0
- package/dist/bundled/components/OrPaginationV3-927e340d.js +333 -0
- package/dist/bundled/components/OrPassword/OrPassword.js +162 -0
- package/dist/bundled/components/OrPopoverV3/OrPopover.js +1 -0
- package/dist/bundled/components/OrPopoverV3/hooks/useFloating.js +3 -0
- package/dist/bundled/components/OrPopoverV3/index.js +1 -0
- package/dist/bundled/components/OrPopoverV3/props.js +1 -0
- package/dist/bundled/components/OrPopoverV3/styles.js +1 -0
- package/dist/bundled/components/OrPopoverV3/utils/index.js +1 -0
- package/dist/bundled/components/OrPopoverV3/utils/isPrevented.js +2 -0
- package/dist/bundled/components/OrPopoverV3-9eaf0e6f.js +419 -0
- package/dist/bundled/components/OrProgress/OrProgress.js +1 -0
- package/dist/bundled/components/OrProgress/constants.js +1 -0
- package/dist/bundled/components/OrProgress/index.js +1 -0
- package/dist/bundled/components/OrProgress-7cdf08e8.js +263 -0
- package/dist/bundled/components/OrProgressV3/OrProgress.js +1 -0
- package/dist/bundled/components/OrProgressV3/index.js +1 -0
- package/dist/bundled/components/OrProgressV3/props.js +1 -0
- package/dist/bundled/components/OrProgressV3/styles.js +1 -0
- package/dist/bundled/components/OrProgressV3-8ebdf381.js +283 -0
- package/dist/bundled/components/OrRadio/OrRadio.js +1 -0
- package/dist/bundled/components/OrRadio/index.js +1 -0
- package/dist/bundled/components/OrRadio-118dafed.js +368 -0
- package/dist/bundled/components/OrRadioGroup/OrRadioGroup.js +62 -0
- package/dist/bundled/components/OrRadioGroupV3/OrRadioGroup.js +84 -0
- package/dist/bundled/components/OrRadioV3/OrRadio.js +1 -0
- package/dist/bundled/components/OrRadioV3/index.js +1 -0
- package/dist/bundled/components/OrRadioV3/styles.js +1 -0
- package/dist/bundled/components/OrRadioV3-cfddb665.js +159 -0
- package/dist/bundled/components/OrRangeSliderV3/OrRangeSlider.js +1 -0
- package/dist/bundled/components/OrRangeSliderV3/index.js +1 -0
- package/dist/bundled/components/OrRangeSliderV3/styles.js +2 -0
- package/dist/bundled/components/OrRangeSliderV3-96692005.js +674 -0
- package/dist/bundled/components/OrRatingV3/OrRating.js +1 -0
- package/dist/bundled/components/OrRatingV3/index.js +1 -0
- package/dist/bundled/components/OrRatingV3/styles.js +1 -0
- package/dist/bundled/components/OrRatingV3-2a906a67.js +145 -0
- package/dist/bundled/components/OrResizeablePanelV3/OrResizeablePanel.js +1 -0
- package/dist/bundled/components/OrResizeablePanelV3/index.js +1 -0
- package/dist/bundled/components/OrResizeablePanelV3/props.js +1 -0
- package/dist/bundled/components/OrResizeablePanelV3/styles.js +1 -0
- package/dist/bundled/components/OrResizeablePanelV3-c4b90efb.js +400 -0
- package/dist/bundled/components/OrRichTextEditorV3/OrRichTextEditor.js +1 -0
- package/dist/bundled/components/OrRichTextEditorV3/index.js +1 -0
- package/dist/bundled/components/OrRichTextEditorV3/props.js +1 -0
- package/dist/bundled/components/OrRichTextEditorV3/styles.js +1 -0
- package/dist/bundled/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +2 -0
- package/dist/bundled/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +5 -0
- package/dist/bundled/components/OrRichTextEditorV3/utils/codemirror/index.js +1 -0
- package/dist/bundled/components/OrRichTextEditorV3/utils/codemirror/theme.js +5 -0
- package/dist/bundled/components/OrRichTextEditorV3/utils/markdown.js +2 -0
- package/dist/bundled/components/OrRichTextEditorV3-09626c81.js +19534 -0
- package/dist/bundled/components/OrRichTooltipV3/OrRichTooltip.js +1 -0
- package/dist/bundled/components/OrRichTooltipV3/index.js +1 -0
- package/dist/bundled/components/OrRichTooltipV3/styles.js +1 -0
- package/dist/bundled/components/OrRichTooltipV3-a2876876.js +153 -0
- package/dist/bundled/components/OrSearch/OrSearch.js +188 -0
- package/dist/bundled/components/OrSearchV3/OrSearch.js +120 -0
- package/dist/bundled/components/OrSegmentedControlV3/OrSegmentedControl.js +1 -0
- package/dist/bundled/components/OrSegmentedControlV3/index.js +1 -0
- package/dist/bundled/components/OrSegmentedControlV3/props.js +1 -0
- package/dist/bundled/components/OrSegmentedControlV3/styles.js +1 -0
- package/dist/bundled/components/OrSegmentedControlV3-1f6dce3c.js +173 -0
- package/dist/bundled/components/OrSelect/OrSelect.js +1 -0
- package/dist/bundled/components/OrSelect/constants.js +1 -0
- package/dist/bundled/components/OrSelect/index.js +1 -0
- package/dist/bundled/components/OrSelect-f7927b85.js +1351 -0
- package/dist/bundled/components/OrSelectV3/OrSelect.js +1 -0
- package/dist/bundled/components/OrSelectV3/index.js +1 -0
- package/dist/bundled/components/OrSelectV3/styles.js +1 -0
- package/dist/bundled/components/OrSelectV3-4b821e10.js +1056 -0
- package/dist/bundled/components/OrSidebar/index.js +124 -0
- package/dist/bundled/components/OrSidebarV3/OrSidebar.js +1 -0
- package/dist/bundled/components/OrSidebarV3/index.js +1 -0
- package/dist/bundled/components/OrSidebarV3/props.js +1 -0
- package/dist/bundled/components/OrSidebarV3/styles.js +2 -0
- package/dist/bundled/components/OrSidebarV3-6ec977cc.js +179 -0
- package/dist/bundled/components/OrSkeleton/constants.js +1 -0
- package/dist/bundled/components/OrSkeleton/index.js +1 -0
- package/dist/bundled/components/OrSkeleton-38cac667.js +310 -0
- package/dist/bundled/components/OrSkeletonCircle/OrSkeletonCircle.js +1 -0
- package/dist/bundled/components/OrSkeletonCircle/index.js +1 -0
- package/dist/bundled/components/OrSkeletonCircleV3/OrSkeletonCircle.js +1 -0
- package/dist/bundled/components/OrSkeletonCircleV3/index.js +1 -0
- package/dist/bundled/components/OrSkeletonRect/OrSkeletonRect.js +1 -0
- package/dist/bundled/components/OrSkeletonRect/index.js +1 -0
- package/dist/bundled/components/OrSkeletonRectV3/OrSkeletonRect.js +1 -0
- package/dist/bundled/components/OrSkeletonRectV3/index.js +1 -0
- package/dist/bundled/components/OrSkeletonText/OrSkeletonText.js +1 -0
- package/dist/bundled/components/OrSkeletonText/index.js +1 -0
- package/dist/bundled/components/OrSkeletonTextV3/OrSkeletonText.js +1 -0
- package/dist/bundled/components/OrSkeletonTextV3/index.js +1 -0
- package/dist/bundled/components/OrSkeletonV3/index.js +1 -0
- package/dist/bundled/components/OrSkeletonV3/styles.js +1 -0
- package/dist/bundled/components/OrSkeletonV3-e80bdcb7.js +223 -0
- package/dist/bundled/components/OrSlider/OrSlider.js +309 -0
- package/dist/bundled/components/OrSliderV3/OrSlider.js +1 -0
- package/dist/bundled/components/OrSliderV3/index.js +1 -0
- package/dist/bundled/components/OrSliderV3/styles.js +1 -0
- package/dist/bundled/components/OrSliderV3-2507ca37.js +470 -0
- package/dist/bundled/components/OrSortingV3/OrSorting.js +1 -0
- package/dist/bundled/components/OrSortingV3/index.js +1 -0
- package/dist/bundled/components/OrSortingV3/styles.js +1 -0
- package/dist/bundled/components/OrSortingV3-6ce27e28.js +113 -0
- package/dist/bundled/components/OrStatusV3/OrStatus.js +1 -0
- package/dist/bundled/components/OrStatusV3/index.js +1 -0
- package/dist/bundled/components/OrStatusV3/props.js +1 -0
- package/dist/bundled/components/OrStatusV3/styles.js +1 -0
- package/dist/bundled/components/OrStatusV3-7017fe4c.js +130 -0
- package/dist/bundled/components/OrStepper/OrStepper.js +426 -0
- package/dist/bundled/components/OrSwitch/OrSwitch.js +120 -0
- package/dist/bundled/components/OrSwitchV3/OrSwitch.js +1 -0
- package/dist/bundled/components/OrSwitchV3/index.js +1 -0
- package/dist/bundled/components/OrSwitchV3/styles.js +1 -0
- package/dist/bundled/components/OrSwitchV3-53795f7a.js +219 -0
- package/dist/bundled/components/OrTab/OrTab.js +73 -0
- package/dist/bundled/components/OrTabHeaderItem/OrTabHeaderItem.js +81 -0
- package/dist/bundled/components/OrTabV3/OrTab.js +1 -0
- package/dist/bundled/components/OrTabV3/index.js +1 -0
- package/dist/bundled/components/OrTabV3/styles.js +1 -0
- package/dist/bundled/components/OrTabV3-475f1276.js +74 -0
- package/dist/bundled/components/OrTabs/OrTabs.js +84 -0
- package/dist/bundled/components/OrTabsV3/OrTabs.js +1 -0
- package/dist/bundled/components/OrTabsV3/index.js +1 -0
- package/dist/bundled/components/OrTabsV3/props.js +1 -0
- package/dist/bundled/components/OrTabsV3/styles.js +1 -0
- package/dist/bundled/components/OrTabsV3-d6b666fc.js +241 -0
- package/dist/bundled/components/OrTag/OrTag.js +85 -0
- package/dist/bundled/components/OrTagInputV3/OrTagInput.js +1 -0
- package/dist/bundled/components/OrTagInputV3/index.js +1 -0
- package/dist/bundled/components/OrTagInputV3/styles.js +1 -0
- package/dist/bundled/components/OrTagInputV3-3afa26e3.js +377 -0
- package/dist/bundled/components/OrTagV3/OrTag.js +1 -0
- package/dist/bundled/components/OrTagV3/index.js +1 -0
- package/dist/bundled/components/OrTagV3/props.js +1 -0
- package/dist/bundled/components/OrTagV3/styles.js +1 -0
- package/dist/bundled/components/OrTagV3-31b67b06.js +122 -0
- package/dist/bundled/components/OrTagsV3/OrTags.js +1 -0
- package/dist/bundled/components/OrTagsV3/index.js +1 -0
- package/dist/bundled/components/OrTagsV3/props.js +1 -0
- package/dist/bundled/components/OrTagsV3/styles.js +1 -0
- package/dist/bundled/components/OrTagsV3/utils/castToTag.js +1 -0
- package/dist/bundled/components/OrTagsV3-902f4366.js +228 -0
- package/dist/bundled/components/OrTeleport/OrTeleport.js +1 -0
- package/dist/bundled/components/OrTeleport/constants.js +1 -0
- package/dist/bundled/components/OrTeleport/index.js +1 -0
- package/dist/bundled/components/OrTeleport-2cb93adf.js +33 -0
- package/dist/bundled/components/OrTeleportV3/OrTeleport.js +27 -0
- package/dist/bundled/components/OrTextV3/OrText.js +1 -0
- package/dist/bundled/components/OrTextV3/index.js +1 -0
- package/dist/bundled/components/OrTextV3/styles.js +1 -0
- package/dist/bundled/components/OrTextV3-9c9b0fab.js +107 -0
- package/dist/bundled/components/OrTextarea/OrTextarea.js +287 -0
- package/dist/bundled/components/OrTextareaV3/OrTextarea.js +1 -0
- package/dist/bundled/components/OrTextareaV3/index.js +1 -0
- package/dist/bundled/components/OrTextareaV3/styles.js +2 -0
- package/dist/bundled/components/OrTextareaV3-e7eebd45.js +248 -0
- package/dist/bundled/components/OrTextbox/index.js +470 -0
- package/dist/bundled/components/OrTimeFormatV3/OrTimeFormat.js +1 -0
- package/dist/bundled/components/OrTimeFormatV3/index.js +1 -0
- package/dist/bundled/components/OrTimeFormatV3/styles.js +1 -0
- package/dist/bundled/components/OrTimeFormatV3-64fb304c.js +66 -0
- package/dist/bundled/components/OrTimePickerV3/OrTimePicker.js +1 -0
- package/dist/bundled/components/OrTimePickerV3/index.js +1 -0
- package/dist/bundled/components/OrTimePickerV3/styles.js +1 -0
- package/dist/bundled/components/OrTimePickerV3-57e6b82e.js +312 -0
- package/dist/bundled/components/OrTimeRangePickerV3/OrTimeRangePicker.js +1 -0
- package/dist/bundled/components/OrTimeRangePickerV3/index.js +1 -0
- package/dist/bundled/components/OrTimeRangePickerV3/styles.js +1 -0
- package/dist/bundled/components/OrTimeRangePickerV3-d814f544.js +365 -0
- package/dist/bundled/components/OrToast/OrToast.js +1 -0
- package/dist/bundled/components/OrToast/Timer.js +2 -0
- package/dist/bundled/components/OrToast/composable/index.js +1 -0
- package/dist/bundled/components/OrToast/composable/useQueue.js +2 -0
- package/dist/bundled/components/OrToast/composable/useToast.js +1 -0
- package/dist/bundled/components/OrToast/composable/useToastEventBus.js +2 -0
- package/dist/bundled/components/OrToast/constants.js +1 -0
- package/dist/bundled/components/OrToast/index.js +1 -0
- package/dist/bundled/components/OrToast-4c374d84.js +459 -0
- package/dist/bundled/components/OrToastContainer/OrToastContainer.js +1 -0
- package/dist/bundled/components/OrToastContainer/index.js +1 -0
- package/dist/bundled/components/OrToastContainerV3/OrToastContainer.js +1 -0
- package/dist/bundled/components/OrToastContainerV3/index.js +1 -0
- package/dist/bundled/components/OrToastV3/OrToast.js +1 -0
- package/dist/bundled/components/OrToastV3/Timer.js +2 -0
- package/dist/bundled/components/OrToastV3/composable/index.js +1 -0
- package/dist/bundled/components/OrToastV3/composable/useQueue.js +2 -0
- package/dist/bundled/components/OrToastV3/composable/useToast.js +1 -0
- package/dist/bundled/components/OrToastV3/composable/useToastEventBus.js +2 -0
- package/dist/bundled/components/OrToastV3/index.js +1 -0
- package/dist/bundled/components/OrToastV3/props.js +1 -0
- package/dist/bundled/components/OrToastV3/styles.js +1 -0
- package/dist/bundled/components/OrToastV3-ba2a5b4d.js +570 -0
- package/dist/bundled/components/OrTooltip/index.js +186 -0
- package/dist/bundled/components/OrTooltipV3/OrTooltip.js +1 -0
- package/dist/bundled/components/OrTooltipV3/index.js +1 -0
- package/dist/bundled/components/OrTooltipV3/styles.js +2 -0
- package/dist/bundled/components/OrTooltipV3-43b0af3d.js +156 -0
- package/dist/bundled/components/OrTreeV3/index.js +363 -0
- package/dist/bundled/components/index.js +133 -0
- package/dist/bundled/constants.js +6 -0
- package/dist/bundled/directives/dropdown-close.js +14 -0
- package/dist/bundled/directives/dropdown-open.js +19 -0
- package/dist/bundled/hooks/useControlAttributes.js +12 -0
- package/dist/bundled/hooks/useDateFormat.js +12 -0
- package/dist/bundled/hooks/useDateMask.js +36 -0
- package/dist/bundled/hooks/useElevation.js +24 -0
- package/dist/bundled/hooks/useIdAttribute.js +12 -0
- package/dist/bundled/hooks/useLocale.js +11 -0
- package/dist/bundled/hooks/useOverflow.js +73 -0
- package/dist/bundled/hooks/usePopoverState.js +42 -0
- package/dist/bundled/hooks/useProxyModelValue.js +28 -0
- package/dist/bundled/hooks/useResponsive/useResponsive.js +59 -0
- package/dist/bundled/hooks/useTimeFormat.js +12 -0
- package/dist/bundled/hooks/useTimeMask.js +29 -0
- package/dist/bundled/hooks/useToggle.js +22 -0
- package/dist/bundled/hooks/useValidationAttributes.js +16 -0
- package/dist/bundled/index.js +187 -0
- package/dist/bundled/packages/ui-components/src/components/index.d.ts +130 -0
- package/dist/bundled/packages/ui-components/src/components/or-autocomplete-v3/OrAutocomplete.vue.d.ts +198 -0
- package/dist/bundled/packages/ui-components/src/components/or-autocomplete-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-autocomplete-v3/styles.d.ts +6 -0
- package/dist/bundled/packages/ui-components/src/components/or-autocomplete-v3/types.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-avatar/OrAvatar.vue.d.ts +47 -0
- package/dist/bundled/packages/ui-components/src/components/or-avatar/constants.d.ts +5 -0
- package/dist/bundled/packages/ui-components/src/components/or-avatar/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-avatar-v3/OrAvatar.vue.d.ts +58 -0
- package/dist/bundled/packages/ui-components/src/components/or-avatar-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-avatar-v3/props.d.ts +15 -0
- package/dist/bundled/packages/ui-components/src/components/or-avatar-v3/styles.d.ts +6 -0
- package/dist/bundled/packages/ui-components/src/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +42 -0
- package/dist/bundled/packages/ui-components/src/components/or-bottom-sheet-v3/hooks/useBottomSheetSwipeState.d.ts +6 -0
- package/dist/bundled/packages/ui-components/src/components/or-bottom-sheet-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-bottom-sheet-v3/props.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-bottom-sheet-v3/styles.d.ts +6 -0
- package/dist/bundled/packages/ui-components/src/components/or-button/OrButton.vue.d.ts +156 -0
- package/dist/bundled/packages/ui-components/src/components/or-button/constants.d.ts +21 -0
- package/dist/bundled/packages/ui-components/src/components/or-button/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-button-group-v3/OrButtonGroup.vue.d.ts +37 -0
- package/dist/bundled/packages/ui-components/src/components/or-button-group-v3/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-button-group-v3/styles.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-button-v2/OrButton.vue.d.ts +126 -0
- package/dist/bundled/packages/ui-components/src/components/or-button-v2/constants.d.ts +35 -0
- package/dist/bundled/packages/ui-components/src/components/or-button-v2/index.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-button-v3/OrButton.vue.d.ts +79 -0
- package/dist/bundled/packages/ui-components/src/components/or-button-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-button-v3/props.d.ts +16 -0
- package/dist/bundled/packages/ui-components/src/components/or-button-v3/styles.d.ts +6 -0
- package/dist/bundled/packages/ui-components/src/components/or-card/OrCard.vue.d.ts +18 -0
- package/dist/bundled/packages/ui-components/src/components/or-card/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-card-collection/OrCardCollection.vue.d.ts +86 -0
- package/dist/bundled/packages/ui-components/src/components/or-card-collection/constants.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-card-collection/index.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-card-collection/types.d.ts +8 -0
- package/dist/bundled/packages/ui-components/src/components/or-card-collection-v3/OrCardCollection.vue.d.ts +112 -0
- package/dist/bundled/packages/ui-components/src/components/or-card-collection-v3/index.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-card-collection-v3/partials/OrCardCollectionView.vue3.vue.d.ts +26 -0
- package/dist/bundled/packages/ui-components/src/components/or-card-collection-v3/props.d.ts +8 -0
- package/dist/bundled/packages/ui-components/src/components/or-card-collection-v3/styles.d.ts +7 -0
- package/dist/bundled/packages/ui-components/src/components/or-card-collection-v3/types.d.ts +8 -0
- package/dist/bundled/packages/ui-components/src/components/or-card-v3/OrCard.vue.d.ts +37 -0
- package/dist/bundled/packages/ui-components/src/components/or-card-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-card-v3/props.d.ts +5 -0
- package/dist/bundled/packages/ui-components/src/components/or-card-v3/styles.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-checkbox/OrCheckbox.vue.d.ts +73 -0
- package/dist/bundled/packages/ui-components/src/components/or-checkbox/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-checkbox-group-v3/OrCheckboxGroup.vue.d.ts +73 -0
- package/dist/bundled/packages/ui-components/src/components/or-checkbox-group-v3/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-checkbox-tree-v3/OrCheckboxTree.vue.d.ts +65 -0
- package/dist/bundled/packages/ui-components/src/components/or-checkbox-tree-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-checkbox-tree-v3/styles.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-checkbox-tree-v3/types.d.ts +8 -0
- package/dist/bundled/packages/ui-components/src/components/or-checkbox-tree-v3/utils/extractChildrenValues.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-checkbox-v3/OrCheckbox.vue.d.ts +92 -0
- package/dist/bundled/packages/ui-components/src/components/or-checkbox-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-checkbox-v3/styles.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-checkbox-v3/types.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-chips/OrChips.vue.d.ts +69 -0
- package/dist/bundled/packages/ui-components/src/components/or-chips/constants.d.ts +9 -0
- package/dist/bundled/packages/ui-components/src/components/or-chips/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-chips/or-chip/OrChip.vue.d.ts +42 -0
- package/dist/bundled/packages/ui-components/src/components/or-chips/or-chip/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-chips/partials/OrChipsInput.vue.d.ts +62 -0
- package/dist/bundled/packages/ui-components/src/components/or-code/OrCode.vue.d.ts +168 -0
- package/dist/bundled/packages/ui-components/src/components/or-code/constants.d.ts +8 -0
- package/dist/bundled/packages/ui-components/src/components/or-code/index.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-code/lang.d.ts +11 -0
- package/dist/bundled/packages/ui-components/src/components/or-code/libs.d.ts +5 -0
- package/dist/bundled/packages/ui-components/src/components/or-code/theme.d.ts +24 -0
- package/dist/bundled/packages/ui-components/src/components/or-code-v3/OrCode.vue.d.ts +132 -0
- package/dist/bundled/packages/ui-components/src/components/or-code-v3/index.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-code-v3/libs.d.ts +6 -0
- package/dist/bundled/packages/ui-components/src/components/or-code-v3/partials/OrCodeControl.vue.d.ts +75 -0
- package/dist/bundled/packages/ui-components/src/components/or-code-v3/props.d.ts +8 -0
- package/dist/bundled/packages/ui-components/src/components/or-code-v3/styles.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-collapse/OrCollapse.vue.d.ts +53 -0
- package/dist/bundled/packages/ui-components/src/components/or-collapse/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-color-picker/OrColorPicker.vue.d.ts +48 -0
- package/dist/bundled/packages/ui-components/src/components/or-color-picker/constants.d.ts +575 -0
- package/dist/bundled/packages/ui-components/src/components/or-color-picker/index.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-color-picker/types.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-color-picker/utils/defultPalette.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +82 -0
- package/dist/bundled/packages/ui-components/src/components/or-combined-input-v3/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-combined-input-v3/styles.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-confirm/OrConfirm.vue.d.ts +176 -0
- package/dist/bundled/packages/ui-components/src/components/or-confirm/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-confirm-v3/OrConfirm.vue.d.ts +128 -0
- package/dist/bundled/packages/ui-components/src/components/or-confirm-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-confirm-v3/props.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-confirm-v3/styles.d.ts +7 -0
- package/dist/bundled/packages/ui-components/src/components/or-context-menu-v3/OrContextMenu.vue.d.ts +56 -0
- package/dist/bundled/packages/ui-components/src/components/or-context-menu-v3/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/OrDataGrid.vue.d.ts +131 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/partials/index.d.ts +14 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-footer/OrDataGridFooter.vue.d.ts +6 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-footer/styles.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-header/OrDataGridHeader.vue.d.ts +6 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-header/styles.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table/OrDataGridTable.vue.d.ts +28 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table/styles.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-content/OrDataGridTableContent.vue.d.ts +5 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-content/styles.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-content-cell/OrDataGridTableContentCell.vue.d.ts +51 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-content-cell/styles.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-content-row/OrDataGridTableContentRow.vue.d.ts +27 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-content-row/styles.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-footer/OrDataGridTableFooter.vue.d.ts +5 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-footer/styles.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-footer-cell/OrDataGridTableFooterCell.vue.d.ts +5 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-footer-cell/styles.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-footer-row/OrDataGridTableFooterRow.vue.d.ts +17 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-footer-row/styles.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-header/OrDataGridTableHeader.vue.d.ts +5 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-header/styles.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-header-cell/OrDataGridTableHeaderCell.vue.d.ts +56 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-header-cell/styles.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-header-row/OrDataGridTableHeaderRow.vue.d.ts +17 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-header-row/styles.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-placeholder/OrDataGridTablePlaceholder.vue.d.ts +17 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-placeholder/styles.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-toolbar/OrDataGridToolbar.vue.d.ts +5 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-toolbar/styles.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/styles.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-data-grid-v3/types.d.ts +41 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-format-v3/OrDateFormat.vue.d.ts +49 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-format-v3/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-format-v3/styles.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-picker-v3/OrDatePicker.vue.d.ts +231 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-picker-v3/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-picker-v3/styles.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-range-picker-v3/OrDateRangePicker.vue.d.ts +274 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-range-picker-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-range-picker-v3/styles.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-range-picker-v3/types.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-format-v3/OrDateTimeFormat.vue.d.ts +60 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-format-v3/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-format-v3/styles.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker/OrDateTimePicker.vue.d.ts +286 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker/constants.d.ts +24 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker/partials/OrDateTimePickerCalendarItem.vue.d.ts +71 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker-v3/OrDateTimePicker.vue.d.ts +265 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker-v3/index.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker-v3/partials/index.d.ts +8 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/OrDateTimePickerDateControl.vue.d.ts +75 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/styles.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue.d.ts +82 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/styles.d.ts +6 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/OrDateTimePickerMobileControl.vue.d.ts +26 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/styles.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue.d.ts +61 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/styles.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/OrDateTimePickerPopoverFooter.vue.d.ts +20 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/styles.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/OrDateTimePickerPopoverHeader.vue.d.ts +5 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/styles.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/OrDateTimePickerTimeControl.vue.d.ts +75 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/styles.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue.d.ts +72 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/styles.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker-v3/styles.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker-v3/types.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker-v3/utils/formatDate.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker-v3/utils/formatMobileDate.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker-v3/utils/formatMobileTime.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker-v3/utils/formatTime.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker-v3/utils/getCurrentDate.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker-v3/utils/getNextMonthDate.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-date-time-picker-v3/utils/index.d.ts +6 -0
- package/dist/bundled/packages/ui-components/src/components/or-drawer-v3/OrDrawer.vue.d.ts +46 -0
- package/dist/bundled/packages/ui-components/src/components/or-drawer-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-drawer-v3/styles.d.ts +5 -0
- package/dist/bundled/packages/ui-components/src/components/or-drawer-v3/types.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-drop-area-v3/OrDropArea.vue.d.ts +78 -0
- package/dist/bundled/packages/ui-components/src/components/or-drop-area-v3/index.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-drop-area-v3/props.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-drop-area-v3/styles.d.ts +9 -0
- package/dist/bundled/packages/ui-components/src/components/or-drop-area-v3/utils/approximateFileSize.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-drop-area-v3/utils/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-editor-tabs-v3/OrEditorTabs.vue.d.ts +73 -0
- package/dist/bundled/packages/ui-components/src/components/or-editor-tabs-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-editor-tabs-v3/partials/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-editor-tabs-v3/partials/or-editor-tabs-item/OrEditorTabsItem.vue.d.ts +38 -0
- package/dist/bundled/packages/ui-components/src/components/or-editor-tabs-v3/partials/or-editor-tabs-item/styles.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-editor-tabs-v3/props.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-editor-tabs-v3/styles.d.ts +6 -0
- package/dist/bundled/packages/ui-components/src/components/or-empty-state-v3/OrEmptyState.vue.d.ts +86 -0
- package/dist/bundled/packages/ui-components/src/components/or-empty-state-v3/index.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-empty-state-v3/props.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-empty-state-v3/styles.d.ts +10 -0
- package/dist/bundled/packages/ui-components/src/components/or-empty-state-v3/types.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-error/OrError.vue.d.ts +15 -0
- package/dist/bundled/packages/ui-components/src/components/or-error/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-error-tag-v3/OrErrorTag.vue.d.ts +5 -0
- package/dist/bundled/packages/ui-components/src/components/or-error-tag-v3/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-error-tag-v3/styles.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-error-v3/OrError.vue.d.ts +19 -0
- package/dist/bundled/packages/ui-components/src/components/or-error-v3/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-error-v3/styles.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-expansion-panel-v3/OrExpansionPanel.vue.d.ts +103 -0
- package/dist/bundled/packages/ui-components/src/components/or-expansion-panel-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-expansion-panel-v3/props.d.ts +13 -0
- package/dist/bundled/packages/ui-components/src/components/or-expansion-panel-v3/styles.d.ts +9 -0
- package/dist/bundled/packages/ui-components/src/components/or-fab-v3/OrFab.vue.d.ts +41 -0
- package/dist/bundled/packages/ui-components/src/components/or-fab-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-fab-v3/props.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-fab-v3/styles.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-filter-popover-v3/OrFilterPopover.vue.d.ts +99 -0
- package/dist/bundled/packages/ui-components/src/components/or-filter-popover-v3/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-filter-popover-v3/styles.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-filter-trigger-v3/OrFilterTrigger.vue.d.ts +41 -0
- package/dist/bundled/packages/ui-components/src/components/or-filter-trigger-v3/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-filter-trigger-v3/styles.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-filter-v3/OrFilter.vue.d.ts +51 -0
- package/dist/bundled/packages/ui-components/src/components/or-filter-v3/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-filter-v3/styles.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-floating/OrFloating.vue.d.ts +123 -0
- package/dist/bundled/packages/ui-components/src/components/or-floating/constants.d.ts +18 -0
- package/dist/bundled/packages/ui-components/src/components/or-floating/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-form-group-v3/OrFormGroup.vue.d.ts +65 -0
- package/dist/bundled/packages/ui-components/src/components/or-form-group-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-form-group-v3/styles.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-form-group-v3/types.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-hint/OrHint.vue.d.ts +17 -0
- package/dist/bundled/packages/ui-components/src/components/or-hint/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-hint-v3/OrHint.vue.d.ts +19 -0
- package/dist/bundled/packages/ui-components/src/components/or-hint-v3/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-hint-v3/styles.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-icon/OrIcon.vue.d.ts +95 -0
- package/dist/bundled/packages/ui-components/src/components/or-icon/constants.d.ts +20 -0
- package/dist/bundled/packages/ui-components/src/components/or-icon/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-icon-button-v2/OrIconButton.vue.d.ts +106 -0
- package/dist/bundled/packages/ui-components/src/components/or-icon-button-v2/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-icon-button-v2/partials/OrTooltipWrapper.vue.d.ts +30 -0
- package/dist/bundled/packages/ui-components/src/components/or-icon-button-v3/OrIconButton.vue.d.ts +78 -0
- package/dist/bundled/packages/ui-components/src/components/or-icon-button-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-icon-button-v3/props.d.ts +6 -0
- package/dist/bundled/packages/ui-components/src/components/or-icon-button-v3/styles.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-icon-v3/OrIcon.vue.d.ts +38 -0
- package/dist/bundled/packages/ui-components/src/components/or-icon-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-icon-v3/props.d.ts +13 -0
- package/dist/bundled/packages/ui-components/src/components/or-icon-v3/styles.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-inline-input-box-v3/OrInlineInputBox.vue.d.ts +28 -0
- package/dist/bundled/packages/ui-components/src/components/or-inline-input-box-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-inline-input-box-v3/props.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-inline-input-box-v3/styles.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-inline-input-v3/OrInlineInput.vue.d.ts +110 -0
- package/dist/bundled/packages/ui-components/src/components/or-inline-input-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-inline-input-v3/styles.d.ts +5 -0
- package/dist/bundled/packages/ui-components/src/components/or-inline-input-v3/types.d.ts +6 -0
- package/dist/bundled/packages/ui-components/src/components/or-inline-text-edit/OrInlineTextEdit.vue.d.ts +157 -0
- package/dist/bundled/packages/ui-components/src/components/or-inline-text-edit/constants.d.ts +9 -0
- package/dist/bundled/packages/ui-components/src/components/or-inline-text-edit/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +90 -0
- package/dist/bundled/packages/ui-components/src/components/or-inline-textarea-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-inline-textarea-v3/styles.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-inline-textarea-v3/types.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-input/OrInput.vue.d.ts +153 -0
- package/dist/bundled/packages/ui-components/src/components/or-input/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-input-box-v3/OrInputBox.vue.d.ts +66 -0
- package/dist/bundled/packages/ui-components/src/components/or-input-box-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-input-box-v3/partials/or-input-box-addon/OrInputBoxAddon.vue.d.ts +35 -0
- package/dist/bundled/packages/ui-components/src/components/or-input-box-v3/partials/or-input-box-addon/styles.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-input-box-v3/styles.d.ts +5 -0
- package/dist/bundled/packages/ui-components/src/components/or-input-box-v3/types.d.ts +13 -0
- package/dist/bundled/packages/ui-components/src/components/or-input-v3/OrInput.vue.d.ts +166 -0
- package/dist/bundled/packages/ui-components/src/components/or-input-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-input-v3/styles.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-input-v3/types.d.ts +8 -0
- package/dist/bundled/packages/ui-components/src/components/or-label/OrLabel.vue.d.ts +32 -0
- package/dist/bundled/packages/ui-components/src/components/or-label/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-label-v3/OrLabel.vue.d.ts +66 -0
- package/dist/bundled/packages/ui-components/src/components/or-label-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-label-v3/styles.d.ts +5 -0
- package/dist/bundled/packages/ui-components/src/components/or-label-v3/types.d.ts +6 -0
- package/dist/bundled/packages/ui-components/src/components/or-link-v3/OrLink.vue.d.ts +63 -0
- package/dist/bundled/packages/ui-components/src/components/or-link-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-link-v3/props.d.ts +7 -0
- package/dist/bundled/packages/ui-components/src/components/or-link-v3/styles.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-list/OrList.vue.d.ts +125 -0
- package/dist/bundled/packages/ui-components/src/components/or-list/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-list-of-inputs/OrListOfInputs.vue.d.ts +97 -0
- package/dist/bundled/packages/ui-components/src/components/or-list-of-inputs/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-list-v3/OrList.vue.d.ts +107 -0
- package/dist/bundled/packages/ui-components/src/components/or-list-v3/index.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-list-v3/partials/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-list-v3/partials/or-list-item/OrListItem.vue.d.ts +36 -0
- package/dist/bundled/packages/ui-components/src/components/or-list-v3/partials/or-list-item/styles.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-list-v3/styles.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-list-v3/types.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-loader/OrLoader.vue.d.ts +57 -0
- package/dist/bundled/packages/ui-components/src/components/or-loader/constants.d.ts +6 -0
- package/dist/bundled/packages/ui-components/src/components/or-loader/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-loader/types.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-loader-v3/OrLoader.vue.d.ts +75 -0
- package/dist/bundled/packages/ui-components/src/components/or-loader-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-loader-v3/props.d.ts +13 -0
- package/dist/bundled/packages/ui-components/src/components/or-loader-v3/styles.d.ts +6 -0
- package/dist/bundled/packages/ui-components/src/components/or-menu-item-v3/OrMenuItem.vue.d.ts +50 -0
- package/dist/bundled/packages/ui-components/src/components/or-menu-item-v3/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-menu-item-v3/styles.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-menu-v3/OrMenu.vue.d.ts +66 -0
- package/dist/bundled/packages/ui-components/src/components/or-menu-v3/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-menu-v3/styles.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-modal/OrModal.vue.d.ts +85 -0
- package/dist/bundled/packages/ui-components/src/components/or-modal/constants.d.ts +7 -0
- package/dist/bundled/packages/ui-components/src/components/or-modal/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-modal-v3/OrModal.vue.d.ts +44 -0
- package/dist/bundled/packages/ui-components/src/components/or-modal-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-modal-v3/partials/or-modal-content/OrModalContent.vue.d.ts +5 -0
- package/dist/bundled/packages/ui-components/src/components/or-modal-v3/partials/or-modal-content/styles.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-modal-v3/partials/or-modal-footer/OrModalFooter.vue.d.ts +5 -0
- package/dist/bundled/packages/ui-components/src/components/or-modal-v3/partials/or-modal-footer/styles.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-modal-v3/partials/or-modal-header/OrModalHeader.vue.d.ts +7 -0
- package/dist/bundled/packages/ui-components/src/components/or-modal-v3/partials/or-modal-header/styles.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-modal-v3/props.d.ts +5 -0
- package/dist/bundled/packages/ui-components/src/components/or-modal-v3/styles.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-notification/OrNotification.vue.d.ts +65 -0
- package/dist/bundled/packages/ui-components/src/components/or-notification/constants.d.ts +10 -0
- package/dist/bundled/packages/ui-components/src/components/or-notification/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-notification-v3/OrNotification.vue.d.ts +30 -0
- package/dist/bundled/packages/ui-components/src/components/or-notification-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-notification-v3/props.d.ts +6 -0
- package/dist/bundled/packages/ui-components/src/components/or-notification-v3/styles.d.ts +5 -0
- package/dist/bundled/packages/ui-components/src/components/or-number-input/OrNumberInput.vue.d.ts +139 -0
- package/dist/bundled/packages/ui-components/src/components/or-number-input/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-overflow-menu/OrOverflowMenu.vue.d.ts +62 -0
- package/dist/bundled/packages/ui-components/src/components/or-overflow-menu/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-overflow-menu/partials/OrOverflowMenuItem.vue.d.ts +59 -0
- package/dist/bundled/packages/ui-components/src/components/or-overflow-menu/types.d.ts +7 -0
- package/dist/bundled/packages/ui-components/src/components/or-overlay/OrOverlay.vue.d.ts +40 -0
- package/dist/bundled/packages/ui-components/src/components/or-overlay/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-overlay-v3/OrOverlay.vue.d.ts +18 -0
- package/dist/bundled/packages/ui-components/src/components/or-overlay-v3/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-overlay-v3/styles.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-pagination-v3/OrPagination.vue.d.ts +79 -0
- package/dist/bundled/packages/ui-components/src/components/or-pagination-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-pagination-v3/styles.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-pagination-v3/types.d.ts +9 -0
- package/dist/bundled/packages/ui-components/src/components/or-password/OrPassword.vue.d.ts +117 -0
- package/dist/bundled/packages/ui-components/src/components/or-password/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-popover-v3/OrPopover.vue.d.ts +147 -0
- package/dist/bundled/packages/ui-components/src/components/or-popover-v3/hooks/types.d.ts +77 -0
- package/dist/bundled/packages/ui-components/src/components/or-popover-v3/hooks/useFloating.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-popover-v3/index.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-popover-v3/props.d.ts +21 -0
- package/dist/bundled/packages/ui-components/src/components/or-popover-v3/styles.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-popover-v3/utils/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-popover-v3/utils/isPrevented.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-progress/OrProgress.vue.d.ts +122 -0
- package/dist/bundled/packages/ui-components/src/components/or-progress/constants.d.ts +11 -0
- package/dist/bundled/packages/ui-components/src/components/or-progress/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-progress-v3/OrProgress.vue.d.ts +105 -0
- package/dist/bundled/packages/ui-components/src/components/or-progress-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-progress-v3/props.d.ts +11 -0
- package/dist/bundled/packages/ui-components/src/components/or-progress-v3/styles.d.ts +11 -0
- package/dist/bundled/packages/ui-components/src/components/or-radio/OrRadio.vue.d.ts +68 -0
- package/dist/bundled/packages/ui-components/src/components/or-radio/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-radio-group/OrRadioGroup.vue.d.ts +64 -0
- package/dist/bundled/packages/ui-components/src/components/or-radio-group/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-radio-group-v3/OrRadioGroup.vue.d.ts +75 -0
- package/dist/bundled/packages/ui-components/src/components/or-radio-group-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-radio-group-v3/types.d.ts +6 -0
- package/dist/bundled/packages/ui-components/src/components/or-radio-v3/OrRadio.vue.d.ts +82 -0
- package/dist/bundled/packages/ui-components/src/components/or-radio-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-radio-v3/styles.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-radio-v3/types.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-range-slider-v3/OrRangeSlider.vue.d.ts +133 -0
- package/dist/bundled/packages/ui-components/src/components/or-range-slider-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-range-slider-v3/styles.d.ts +17 -0
- package/dist/bundled/packages/ui-components/src/components/or-range-slider-v3/types.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-rating-v3/OrRating.vue.d.ts +57 -0
- package/dist/bundled/packages/ui-components/src/components/or-rating-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-rating-v3/styles.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-rating-v3/types.d.ts +6 -0
- package/dist/bundled/packages/ui-components/src/components/or-resizeable-panel-v3/OrResizeablePanel.vue.d.ts +101 -0
- package/dist/bundled/packages/ui-components/src/components/or-resizeable-panel-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-resizeable-panel-v3/props.d.ts +12 -0
- package/dist/bundled/packages/ui-components/src/components/or-resizeable-panel-v3/styles.d.ts +13 -0
- package/dist/bundled/packages/ui-components/src/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +155 -0
- package/dist/bundled/packages/ui-components/src/components/or-rich-text-editor-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-rich-text-editor-v3/props.d.ts +5 -0
- package/dist/bundled/packages/ui-components/src/components/or-rich-text-editor-v3/styles.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-rich-text-editor-v3/utils/codemirror/codemirrorNode.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-rich-text-editor-v3/utils/codemirror/codemirrorView.d.ts +27 -0
- package/dist/bundled/packages/ui-components/src/components/or-rich-text-editor-v3/utils/codemirror/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-rich-text-editor-v3/utils/codemirror/theme.d.ts +17 -0
- package/dist/bundled/packages/ui-components/src/components/or-rich-text-editor-v3/utils/codemirror/types.d.ts +19 -0
- package/dist/bundled/packages/ui-components/src/components/or-rich-text-editor-v3/utils/markdown.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-rich-tooltip-v3/OrRichTooltip.vue.d.ts +52 -0
- package/dist/bundled/packages/ui-components/src/components/or-rich-tooltip-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-rich-tooltip-v3/styles.d.ts +5 -0
- package/dist/bundled/packages/ui-components/src/components/or-rich-tooltip-v3/types.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-search/OrSearch.vue.d.ts +140 -0
- package/dist/bundled/packages/ui-components/src/components/or-search/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-search-v3/OrSearch.vue.d.ts +81 -0
- package/dist/bundled/packages/ui-components/src/components/or-search-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-search-v3/types.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-segmented-control-v3/OrSegmentedControl.vue.d.ts +50 -0
- package/dist/bundled/packages/ui-components/src/components/or-segmented-control-v3/index.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-segmented-control-v3/partials/or-segmented-control-item/OrSegmentedControlItem.vue.d.ts +37 -0
- package/dist/bundled/packages/ui-components/src/components/or-segmented-control-v3/partials/or-segmented-control-item/styles.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-segmented-control-v3/props.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-segmented-control-v3/styles.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-segmented-control-v3/types.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-select/OrSelect.vue.d.ts +187 -0
- package/dist/bundled/packages/ui-components/src/components/or-select/constants.d.ts +50 -0
- package/dist/bundled/packages/ui-components/src/components/or-select/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-select/partials/OrSelectContent.vue.d.ts +83 -0
- package/dist/bundled/packages/ui-components/src/components/or-select/partials/OrSelectContentEmpty.vue.d.ts +51 -0
- package/dist/bundled/packages/ui-components/src/components/or-select/partials/OrSelectContentOptions.vue.d.ts +33 -0
- package/dist/bundled/packages/ui-components/src/components/or-select/partials/OrSelectInput.vue.d.ts +56 -0
- package/dist/bundled/packages/ui-components/src/components/or-select/partials/OrSelectInputValue.vue.d.ts +39 -0
- package/dist/bundled/packages/ui-components/src/components/or-select/partials/OrSelectMain.vue.d.ts +111 -0
- package/dist/bundled/packages/ui-components/src/components/or-select/partials/OrSelectOption.vue.d.ts +25 -0
- package/dist/bundled/packages/ui-components/src/components/or-select/partials/OrSelectSearchOptions.vue.d.ts +25 -0
- package/dist/bundled/packages/ui-components/src/components/or-select/types.d.ts +9 -0
- package/dist/bundled/packages/ui-components/src/components/or-select-v3/OrSelect.vue.d.ts +233 -0
- package/dist/bundled/packages/ui-components/src/components/or-select-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-select-v3/partials/index.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-select-v3/partials/or-select-control-input/OrSelectControlInput.vue.d.ts +52 -0
- package/dist/bundled/packages/ui-components/src/components/or-select-v3/partials/or-select-control-input/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-select-v3/partials/or-select-control-input/styles.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-select-v3/partials/or-select-multiple-control/OrSelectMultipleControl.vue.d.ts +103 -0
- package/dist/bundled/packages/ui-components/src/components/or-select-v3/partials/or-select-multiple-control/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-select-v3/partials/or-select-multiple-control/styles.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-select-v3/partials/or-select-placeholder/OrSelectPlaceholder.vue.d.ts +17 -0
- package/dist/bundled/packages/ui-components/src/components/or-select-v3/partials/or-select-placeholder/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-select-v3/partials/or-select-placeholder/styles.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-select-v3/partials/or-select-single-control/OrSelectSingleControl.vue.d.ts +82 -0
- package/dist/bundled/packages/ui-components/src/components/or-select-v3/partials/or-select-single-control/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-select-v3/partials/or-select-single-control/styles.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-select-v3/styles.d.ts +8 -0
- package/dist/bundled/packages/ui-components/src/components/or-select-v3/types.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-sidebar/OrSidebar.vue.d.ts +63 -0
- package/dist/bundled/packages/ui-components/src/components/or-sidebar/constants.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-sidebar/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-sidebar-v3/OrSidebar.vue.d.ts +94 -0
- package/dist/bundled/packages/ui-components/src/components/or-sidebar-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-sidebar-v3/props.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-sidebar-v3/styles.d.ts +8 -0
- package/dist/bundled/packages/ui-components/src/components/or-skeleton/constants.d.ts +9 -0
- package/dist/bundled/packages/ui-components/src/components/or-skeleton/index.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-skeleton/or-skeleton-circle/OrSkeletonCircle.vue.d.ts +32 -0
- package/dist/bundled/packages/ui-components/src/components/or-skeleton/or-skeleton-circle/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-skeleton/or-skeleton-rect/OrSkeletonRect.vue.d.ts +43 -0
- package/dist/bundled/packages/ui-components/src/components/or-skeleton/or-skeleton-rect/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-skeleton/or-skeleton-text/OrSkeletonText.vue.d.ts +57 -0
- package/dist/bundled/packages/ui-components/src/components/or-skeleton/or-skeleton-text/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-skeleton-v3/index.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-skeleton-v3/or-skeleton-circle-v3/OrSkeletonCircle.vue.d.ts +36 -0
- package/dist/bundled/packages/ui-components/src/components/or-skeleton-v3/or-skeleton-circle-v3/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-skeleton-v3/or-skeleton-rect-v3/OrSkeletonRect.vue.d.ts +45 -0
- package/dist/bundled/packages/ui-components/src/components/or-skeleton-v3/or-skeleton-rect-v3/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-skeleton-v3/or-skeleton-text-v3/OrSkeletonText.vue.d.ts +72 -0
- package/dist/bundled/packages/ui-components/src/components/or-skeleton-v3/or-skeleton-text-v3/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-skeleton-v3/styles.d.ts +6 -0
- package/dist/bundled/packages/ui-components/src/components/or-slider/OrSlider.vue.d.ts +134 -0
- package/dist/bundled/packages/ui-components/src/components/or-slider/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-slider-v3/OrSlider.vue.d.ts +114 -0
- package/dist/bundled/packages/ui-components/src/components/or-slider-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-slider-v3/styles.d.ts +15 -0
- package/dist/bundled/packages/ui-components/src/components/or-slider-v3/types.d.ts +12 -0
- package/dist/bundled/packages/ui-components/src/components/or-sorting-v3/OrSorting.vue.d.ts +35 -0
- package/dist/bundled/packages/ui-components/src/components/or-sorting-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-sorting-v3/styles.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-sorting-v3/types.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-status-v3/OrStatus.vue.d.ts +41 -0
- package/dist/bundled/packages/ui-components/src/components/or-status-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-status-v3/props.d.ts +11 -0
- package/dist/bundled/packages/ui-components/src/components/or-status-v3/styles.d.ts +7 -0
- package/dist/bundled/packages/ui-components/src/components/or-stepper/OrStepper.vue.d.ts +79 -0
- package/dist/bundled/packages/ui-components/src/components/or-stepper/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-stepper/partials/OrStepperButtonOptions.vue.d.ts +57 -0
- package/dist/bundled/packages/ui-components/src/components/or-stepper/partials/OrStepperOptionHorizontal.vue.d.ts +84 -0
- package/dist/bundled/packages/ui-components/src/components/or-stepper/partials/OrStepperOptionVertical.vue.d.ts +84 -0
- package/dist/bundled/packages/ui-components/src/components/or-stepper/partials/OrStepperTitle.vue.d.ts +50 -0
- package/dist/bundled/packages/ui-components/src/components/or-stepper/partials/StatusIcon.vue.d.ts +16 -0
- package/dist/bundled/packages/ui-components/src/components/or-switch/OrSwitch.vue.d.ts +70 -0
- package/dist/bundled/packages/ui-components/src/components/or-switch/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-switch-v3/OrSwitch.vue.d.ts +93 -0
- package/dist/bundled/packages/ui-components/src/components/or-switch-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-switch-v3/styles.d.ts +5 -0
- package/dist/bundled/packages/ui-components/src/components/or-switch-v3/types.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-tab/OrTab.vue.d.ts +44 -0
- package/dist/bundled/packages/ui-components/src/components/or-tab/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-tab-header-item/OrTabHeaderItem.vue.d.ts +49 -0
- package/dist/bundled/packages/ui-components/src/components/or-tab-header-item/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-tab-v3/OrTab.vue.d.ts +39 -0
- package/dist/bundled/packages/ui-components/src/components/or-tab-v3/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-tab-v3/styles.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-tabs/OrTabs.vue.d.ts +13 -0
- package/dist/bundled/packages/ui-components/src/components/or-tabs/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-tabs-v3/OrTabs.vue.d.ts +74 -0
- package/dist/bundled/packages/ui-components/src/components/or-tabs-v3/index.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-tabs-v3/props.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-tabs-v3/styles.d.ts +5 -0
- package/dist/bundled/packages/ui-components/src/components/or-tabs-v3/types.d.ts +7 -0
- package/dist/bundled/packages/ui-components/src/components/or-tag/OrTag.vue.d.ts +54 -0
- package/dist/bundled/packages/ui-components/src/components/or-tag/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-tag-input-v3/OrTagInput.vue.d.ts +176 -0
- package/dist/bundled/packages/ui-components/src/components/or-tag-input-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-tag-input-v3/styles.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-tag-input-v3/types.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-tag-v3/OrTag.vue.d.ts +43 -0
- package/dist/bundled/packages/ui-components/src/components/or-tag-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-tag-v3/props.d.ts +9 -0
- package/dist/bundled/packages/ui-components/src/components/or-tag-v3/styles.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-tags-v3/OrTags.vue.d.ts +65 -0
- package/dist/bundled/packages/ui-components/src/components/or-tags-v3/index.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-tags-v3/props.d.ts +5 -0
- package/dist/bundled/packages/ui-components/src/components/or-tags-v3/styles.d.ts +6 -0
- package/dist/bundled/packages/ui-components/src/components/or-tags-v3/types.d.ts +7 -0
- package/dist/bundled/packages/ui-components/src/components/or-tags-v3/utils/castToTag.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-teleport/OrTeleport.vue3.vue.d.ts +27 -0
- package/dist/bundled/packages/ui-components/src/components/or-teleport/constants.d.ts +12 -0
- package/dist/bundled/packages/ui-components/src/components/or-teleport/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-teleport-v3/OrTeleport.vue3.vue.d.ts +23 -0
- package/dist/bundled/packages/ui-components/src/components/or-teleport-v3/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-text-v3/OrText.vue.d.ts +54 -0
- package/dist/bundled/packages/ui-components/src/components/or-text-v3/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-text-v3/styles.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-textarea/OrTextarea.vue.d.ts +131 -0
- package/dist/bundled/packages/ui-components/src/components/or-textarea/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-textarea-v3/OrTextarea.vue.d.ts +162 -0
- package/dist/bundled/packages/ui-components/src/components/or-textarea-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-textarea-v3/styles.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-textarea-v3/types.d.ts +6 -0
- package/dist/bundled/packages/ui-components/src/components/or-textbox/OrTextbox.vue.d.ts +257 -0
- package/dist/bundled/packages/ui-components/src/components/or-textbox/constants.d.ts +8 -0
- package/dist/bundled/packages/ui-components/src/components/or-textbox/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-time-format-v3/OrTimeFormat.vue.d.ts +49 -0
- package/dist/bundled/packages/ui-components/src/components/or-time-format-v3/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-time-format-v3/styles.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-time-picker-v3/OrTimePicker.vue.d.ts +222 -0
- package/dist/bundled/packages/ui-components/src/components/or-time-picker-v3/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-time-picker-v3/styles.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-time-range-picker-v3/OrTimeRangePicker.vue.d.ts +272 -0
- package/dist/bundled/packages/ui-components/src/components/or-time-range-picker-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-time-range-picker-v3/styles.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-time-range-picker-v3/types.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/components/or-toast/OrToast.vue.d.ts +61 -0
- package/dist/bundled/packages/ui-components/src/components/or-toast/Timer.d.ts +11 -0
- package/dist/bundled/packages/ui-components/src/components/or-toast/composable/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-toast/composable/useQueue.d.ts +8 -0
- package/dist/bundled/packages/ui-components/src/components/or-toast/composable/useToast.d.ts +8 -0
- package/dist/bundled/packages/ui-components/src/components/or-toast/composable/useToastEventBus.d.ts +9 -0
- package/dist/bundled/packages/ui-components/src/components/or-toast/constants.d.ts +18 -0
- package/dist/bundled/packages/ui-components/src/components/or-toast/index.d.ts +5 -0
- package/dist/bundled/packages/ui-components/src/components/or-toast/or-toast-container/OrToastContainer.vue.d.ts +63 -0
- package/dist/bundled/packages/ui-components/src/components/or-toast/or-toast-container/index.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-toast/types.d.ts +35 -0
- package/dist/bundled/packages/ui-components/src/components/or-toast-v3/OrToast.vue.d.ts +56 -0
- package/dist/bundled/packages/ui-components/src/components/or-toast-v3/Timer.d.ts +11 -0
- package/dist/bundled/packages/ui-components/src/components/or-toast-v3/composable/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-toast-v3/composable/useQueue.d.ts +8 -0
- package/dist/bundled/packages/ui-components/src/components/or-toast-v3/composable/useToast.d.ts +8 -0
- package/dist/bundled/packages/ui-components/src/components/or-toast-v3/composable/useToastEventBus.d.ts +9 -0
- package/dist/bundled/packages/ui-components/src/components/or-toast-v3/index.d.ts +5 -0
- package/dist/bundled/packages/ui-components/src/components/or-toast-v3/or-toast-container-v3/OrToastContainer.vue.d.ts +57 -0
- package/dist/bundled/packages/ui-components/src/components/or-toast-v3/or-toast-container-v3/index.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-toast-v3/props.d.ts +18 -0
- package/dist/bundled/packages/ui-components/src/components/or-toast-v3/styles.d.ts +5 -0
- package/dist/bundled/packages/ui-components/src/components/or-toast-v3/types.d.ts +35 -0
- package/dist/bundled/packages/ui-components/src/components/or-tooltip/OrTooltip.vue.d.ts +73 -0
- package/dist/bundled/packages/ui-components/src/components/or-tooltip/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-tooltip/or-tooltip-content/OrTooltipContent.vue.d.ts +28 -0
- package/dist/bundled/packages/ui-components/src/components/or-tooltip/or-tooltip-content/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-tooltip-v3/OrTooltip.vue.d.ts +83 -0
- package/dist/bundled/packages/ui-components/src/components/or-tooltip-v3/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/components/or-tooltip-v3/styles.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-tree-v3/OrTree.vue.d.ts +35 -0
- package/dist/bundled/packages/ui-components/src/components/or-tree-v3/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/components/or-tree-v3/partials/or-tree-node/OrTreeNode.vue.d.ts +90 -0
- package/dist/bundled/packages/ui-components/src/components/or-tree-v3/partials/or-tree-node/styles.d.ts +7 -0
- package/dist/bundled/packages/ui-components/src/components/or-tree-v3/partials/or-tree-node/utils.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/components/or-tree-v3/types.d.ts +17 -0
- package/dist/bundled/packages/ui-components/src/constants.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/directives/dropdown-close.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/directives/dropdown-open.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/directives/index.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/helpers/getItemByValue.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/helpers/getItemsByValue.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/helpers/index.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/helpers/searchItemsByLabel.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/hooks/index.d.ts +15 -0
- package/dist/bundled/packages/ui-components/src/hooks/useControlAttributes.d.ts +7 -0
- package/dist/bundled/packages/ui-components/src/hooks/useDateFormat.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/hooks/useDateMask.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/hooks/useElevation.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/hooks/useIdAttribute.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/hooks/useLocale.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/hooks/useOverflow.d.ts +11 -0
- package/dist/bundled/packages/ui-components/src/hooks/usePopoverState.d.ts +12 -0
- package/dist/bundled/packages/ui-components/src/hooks/useProxyModelValue.d.ts +8 -0
- package/dist/bundled/packages/ui-components/src/hooks/useResponsive/index.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/hooks/useResponsive/useResponsive.d.ts +6 -0
- package/dist/bundled/packages/ui-components/src/hooks/useTheme.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/hooks/useTimeFormat.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/hooks/useTimeMask.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/hooks/useToggle.d.ts +8 -0
- package/dist/bundled/packages/ui-components/src/hooks/useValidationAttributes.d.ts +11 -0
- package/dist/bundled/packages/ui-components/src/index.d.ts +8 -0
- package/dist/bundled/packages/ui-components/src/tokens/DATE_FORMAT.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/tokens/LOCALE.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/tokens/TIME_FORMAT.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/tokens/index.d.ts +3 -0
- package/dist/bundled/packages/ui-components/src/types/DataModel.d.ts +6 -0
- package/dist/bundled/packages/ui-components/src/types/DateFormat.d.ts +5 -0
- package/dist/bundled/packages/ui-components/src/types/FilterFunction.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/types/FormatFunction.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/types/Group.d.ts +5 -0
- package/dist/bundled/packages/ui-components/src/types/GroupFunction.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/types/Id.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/types/Item.d.ts +5 -0
- package/dist/bundled/packages/ui-components/src/types/Locale.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/types/ModelValue.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/types/SearchFunction.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/types/TimeFormat.d.ts +5 -0
- package/dist/bundled/packages/ui-components/src/types/index.d.ts +12 -0
- package/dist/bundled/packages/ui-components/src/utils/constants/color.d.ts +14 -0
- package/dist/bundled/packages/ui-components/src/utils/constants/key-codes.d.ts +14 -0
- package/dist/bundled/packages/ui-components/src/utils/constants/poper.d.ts +8 -0
- package/dist/bundled/packages/ui-components/src/utils/constants/regex.d.ts +42 -0
- package/dist/bundled/packages/ui-components/src/utils/exclude.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/utils/extractCssVarName.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/utils/functions/color.d.ts +23 -0
- package/dist/bundled/packages/ui-components/src/utils/functions/dom.d.ts +30 -0
- package/dist/bundled/packages/ui-components/src/utils/functions/flattenDeep.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/utils/functions/hash.d.ts +2 -0
- package/dist/bundled/packages/ui-components/src/utils/functions/px-to-rem.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/utils/functions/text.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/utils/include.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/utils/index.d.ts +26 -0
- package/dist/bundled/packages/ui-components/src/utils/isAncestor.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/utils/isArray.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/utils/isDescendant.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/utils/isEmpty.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/utils/isEqual.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/utils/isNil.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/utils/isNull.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/utils/isNumber.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/utils/isObject.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/utils/isString.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/utils/isUndefined.d.ts +4 -0
- package/dist/bundled/packages/ui-components/src/utils/isVisible.d.ts +1 -0
- package/dist/bundled/packages/ui-components/src/utils/toArray.d.ts +4 -0
- package/dist/bundled/utils/constants/regex.js +49 -0
- package/dist/bundled/utils/exclude.js +8 -0
- package/dist/bundled/utils/functions/dom.js +238 -0
- package/dist/bundled/utils/include.js +8 -0
- package/dist/bundled/utils/isAncestor.js +17 -0
- package/dist/bundled/utils/isArray.js +8 -0
- package/dist/bundled/utils/isDescendant.js +17 -0
- package/dist/bundled/utils/isEmpty.js +25 -0
- package/dist/bundled/utils/isEqual.js +22 -0
- package/dist/bundled/utils/isNil.js +11 -0
- package/dist/bundled/utils/isNull.js +8 -0
- package/dist/bundled/utils/isNumber.js +8 -0
- package/dist/bundled/utils/isObject.js +8 -0
- package/dist/bundled/utils/isString.js +8 -0
- package/dist/bundled/utils/isUndefined.js +8 -0
- package/dist/bundled/utils/toArray.js +17 -0
- package/dist/esm/OrDateTimePicker-34de6d07.js +452 -0
- package/dist/esm/color-dd6820ae.js +108 -0
- package/dist/esm/components/index.js +238 -0
- package/dist/esm/components/or-autocomplete-v3/index.js +416 -0
- package/dist/esm/components/or-avatar/index.js +96 -0
- package/dist/esm/components/or-avatar-v3/index.js +174 -0
- package/dist/esm/components/or-bottom-sheet-v3/index.js +239 -0
- package/dist/esm/components/or-button/index.js +169 -0
- package/dist/esm/components/or-button-group-v3/index.js +68 -0
- package/dist/esm/components/or-button-v2/index.js +158 -0
- package/dist/esm/components/or-button-v3/index.js +205 -0
- package/dist/esm/components/or-card/index.js +39 -0
- package/dist/esm/components/or-card-collection/index.js +211 -0
- package/dist/esm/components/or-card-collection-v3/index.js +303 -0
- package/dist/esm/components/or-card-v3/index.js +73 -0
- package/dist/esm/components/or-checkbox/index.js +155 -0
- package/dist/esm/components/or-checkbox-group-v3/index.js +103 -0
- package/dist/esm/components/or-checkbox-tree-v3/index.js +222 -0
- package/dist/esm/components/or-checkbox-v3/index.js +191 -0
- package/dist/esm/components/or-chips/index.js +250 -0
- package/dist/esm/components/or-chips/or-chip/index.js +76 -0
- package/dist/esm/components/or-code/index.js +546 -0
- package/dist/esm/components/or-code-v3/index.js +498 -0
- package/dist/esm/components/or-collapse/index.js +144 -0
- package/dist/esm/components/or-color-picker/index.js +463 -0
- package/dist/esm/components/or-combined-input-v3/index.js +123 -0
- package/dist/esm/components/or-confirm/index.js +238 -0
- package/dist/esm/components/or-confirm-v3/index.js +292 -0
- package/dist/esm/components/or-context-menu-v3/index.js +119 -0
- package/dist/esm/components/or-data-grid-v3/index.js +512 -0
- package/dist/esm/components/or-data-grid-v3/partials/index.js +76 -0
- package/dist/esm/components/or-date-format-v3/index.js +103 -0
- package/dist/esm/components/or-date-picker-v3/index.js +355 -0
- package/dist/esm/components/or-date-range-picker-v3/index.js +431 -0
- package/dist/esm/components/or-date-time-format-v3/index.js +110 -0
- package/dist/esm/components/or-date-time-picker/index.js +738 -0
- package/dist/esm/components/or-date-time-picker-v3/index.js +42 -0
- package/dist/esm/components/or-date-time-picker-v3/partials/index.js +965 -0
- package/dist/esm/components/or-date-time-picker-v3/utils/index.js +10 -0
- package/dist/esm/components/or-drawer-v3/index.js +146 -0
- package/dist/esm/components/or-drop-area-v3/index.js +238 -0
- package/dist/esm/components/or-editor-tabs-v3/index.js +293 -0
- package/dist/esm/components/or-editor-tabs-v3/partials/index.js +102 -0
- package/dist/esm/components/or-empty-state-v3/index.js +134 -0
- package/dist/esm/components/or-error/index.js +28 -0
- package/dist/esm/components/or-error-tag-v3/index.js +53 -0
- package/dist/esm/components/or-error-v3/index.js +62 -0
- package/dist/esm/components/or-expansion-panel-v3/index.js +226 -0
- package/dist/esm/components/or-fab-v3/index.js +88 -0
- package/dist/esm/components/or-filter-popover-v3/index.js +212 -0
- package/dist/esm/components/or-filter-trigger-v3/index.js +143 -0
- package/dist/esm/components/or-filter-v3/index.js +125 -0
- package/dist/esm/components/or-floating/index.js +190 -0
- package/dist/esm/components/or-form-group-v3/index.js +111 -0
- package/dist/esm/components/or-hint/index.js +29 -0
- package/dist/esm/components/or-hint-v3/index.js +62 -0
- package/dist/esm/components/or-icon/index.js +162 -0
- package/dist/esm/components/or-icon-button-v2/index.js +21 -0
- package/dist/esm/components/or-icon-button-v3/index.js +184 -0
- package/dist/esm/components/or-icon-v3/index.js +101 -0
- package/dist/esm/components/or-inline-input-box-v3/index.js +68 -0
- package/dist/esm/components/or-inline-input-v3/index.js +267 -0
- package/dist/esm/components/or-inline-text-edit/index.js +353 -0
- package/dist/esm/components/or-inline-textarea-v3/index.js +244 -0
- package/dist/esm/components/or-input/index.js +294 -0
- package/dist/esm/components/or-input-box-v3/index.js +203 -0
- package/dist/esm/components/or-input-v3/index.js +302 -0
- package/dist/esm/components/or-label/index.js +59 -0
- package/dist/esm/components/or-label-v3/index.js +119 -0
- package/dist/esm/components/or-link-v3/index.js +101 -0
- package/dist/esm/components/or-list/index.js +266 -0
- package/dist/esm/components/or-list-of-inputs/index.js +180 -0
- package/dist/esm/components/or-list-v3/index.js +228 -0
- package/dist/esm/components/or-list-v3/partials/index.js +69 -0
- package/dist/esm/components/or-loader/index.js +101 -0
- package/dist/esm/components/or-loader-v3/index.js +174 -0
- package/dist/esm/components/or-menu-item-v3/index.js +119 -0
- package/dist/esm/components/or-menu-v3/index.js +119 -0
- package/dist/esm/components/or-modal/index.js +173 -0
- package/dist/esm/components/or-modal-v3/index.js +246 -0
- package/dist/esm/components/or-notification/index.js +131 -0
- package/dist/esm/components/or-notification-v3/index.js +163 -0
- package/dist/esm/components/or-number-input/index.js +178 -0
- package/dist/esm/components/or-overflow-menu/index.js +201 -0
- package/dist/esm/components/or-overlay/index.js +47 -0
- package/dist/esm/components/or-overlay-v3/index.js +78 -0
- package/dist/esm/components/or-pagination-v3/index.js +355 -0
- package/dist/esm/components/or-password/index.js +187 -0
- package/dist/esm/components/or-popover-v3/index.js +413 -0
- package/dist/esm/components/or-popover-v3/utils/index.js +23 -0
- package/dist/esm/components/or-progress/index.js +203 -0
- package/dist/esm/components/or-progress-v3/index.js +290 -0
- package/dist/esm/components/or-radio/index.js +120 -0
- package/dist/esm/components/or-radio-group/index.js +62 -0
- package/dist/esm/components/or-radio-group-v3/index.js +97 -0
- package/dist/esm/components/or-radio-v3/index.js +166 -0
- package/dist/esm/components/or-range-slider-v3/index.js +693 -0
- package/dist/esm/components/or-rating-v3/index.js +153 -0
- package/dist/esm/components/or-resizeable-panel-v3/index.js +420 -0
- package/dist/esm/components/or-rich-text-editor-v3/index.js +905 -0
- package/dist/esm/components/or-rich-text-editor-v3/utils/codemirror/index.js +356 -0
- package/dist/esm/components/or-rich-tooltip-v3/index.js +170 -0
- package/dist/esm/components/or-search/index.js +210 -0
- package/dist/esm/components/or-search-v3/index.js +146 -0
- package/dist/esm/components/or-segmented-control-v3/index.js +180 -0
- package/dist/esm/components/or-select/index.js +817 -0
- package/dist/esm/components/or-select-v3/index.js +668 -0
- package/dist/esm/components/or-select-v3/partials/index.js +41 -0
- package/dist/esm/components/or-select-v3/partials/or-select-control-input/index.js +103 -0
- package/dist/esm/components/or-select-v3/partials/or-select-multiple-control/index.js +207 -0
- package/dist/esm/components/or-select-v3/partials/or-select-placeholder/index.js +44 -0
- package/dist/esm/components/or-select-v3/partials/or-select-single-control/index.js +144 -0
- package/dist/esm/components/or-sidebar/index.js +124 -0
- package/dist/esm/components/or-sidebar-v3/index.js +201 -0
- package/dist/esm/components/or-skeleton/index.js +8 -0
- package/dist/esm/components/or-skeleton/or-skeleton-circle/index.js +54 -0
- package/dist/esm/components/or-skeleton/or-skeleton-rect/index.js +57 -0
- package/dist/esm/components/or-skeleton/or-skeleton-text/index.js +70 -0
- package/dist/esm/components/or-skeleton-v3/index.js +7 -0
- package/dist/esm/components/or-skeleton-v3/or-skeleton-circle-v3/index.js +55 -0
- package/dist/esm/components/or-skeleton-v3/or-skeleton-rect-v3/index.js +58 -0
- package/dist/esm/components/or-skeleton-v3/or-skeleton-text-v3/index.js +88 -0
- package/dist/esm/components/or-slider/index.js +318 -0
- package/dist/esm/components/or-slider-v3/index.js +489 -0
- package/dist/esm/components/or-sorting-v3/index.js +136 -0
- package/dist/esm/components/or-status-v3/index.js +130 -0
- package/dist/esm/components/or-stepper/index.js +445 -0
- package/dist/esm/components/or-switch/index.js +128 -0
- package/dist/esm/components/or-switch-v3/index.js +225 -0
- package/dist/esm/components/or-tab/index.js +73 -0
- package/dist/esm/components/or-tab-header-item/index.js +81 -0
- package/dist/esm/components/or-tab-v3/index.js +74 -0
- package/dist/esm/components/or-tabs/index.js +84 -0
- package/dist/esm/components/or-tabs-v3/index.js +262 -0
- package/dist/esm/components/or-tag/index.js +95 -0
- package/dist/esm/components/or-tag-input-v3/index.js +400 -0
- package/dist/esm/components/or-tag-v3/index.js +144 -0
- package/dist/esm/components/or-tags-v3/index.js +251 -0
- package/dist/esm/components/or-teleport/index.js +33 -0
- package/dist/esm/components/or-teleport-v3/index.js +27 -0
- package/dist/esm/components/or-text-v3/index.js +107 -0
- package/dist/esm/components/or-textarea/index.js +289 -0
- package/dist/esm/components/or-textarea-v3/index.js +254 -0
- package/dist/esm/components/or-textbox/index.js +491 -0
- package/dist/esm/components/or-time-format-v3/index.js +103 -0
- package/dist/esm/components/or-time-picker-v3/index.js +339 -0
- package/dist/esm/components/or-time-range-picker-v3/index.js +391 -0
- package/dist/esm/components/or-toast/composable/index.js +3 -0
- package/dist/esm/components/or-toast/index.js +297 -0
- package/dist/esm/components/or-toast/or-toast-container/index.js +27 -0
- package/dist/esm/components/or-toast-v3/composable/index.js +3 -0
- package/dist/esm/components/or-toast-v3/index.js +402 -0
- package/dist/esm/components/or-toast-v3/or-toast-container-v3/index.js +28 -0
- package/dist/esm/components/or-tooltip/index.js +132 -0
- package/dist/esm/components/or-tooltip/or-tooltip-content/index.js +40 -0
- package/dist/esm/components/or-tooltip-v3/index.js +174 -0
- package/dist/esm/components/or-tree-v3/index.js +365 -0
- package/dist/esm/directives/index.js +30 -0
- package/dist/esm/formatTime-a1de80d6.js +24 -0
- package/dist/esm/getCurrentDate-9b88f8a8.js +23 -0
- package/dist/esm/getItemByValue-374f02b6.js +12 -0
- package/dist/esm/helpers/index.js +12 -0
- package/dist/esm/hooks/index.js +22 -0
- package/dist/esm/hooks/useResponsive/index.js +49 -0
- package/dist/esm/include-a6208502.js +15 -0
- package/dist/esm/index-03932b2e.js +195 -0
- package/dist/esm/index-53aa4329.js +224 -0
- package/dist/esm/index-728f1563.js +187 -0
- package/dist/esm/index-7a3e1539.js +876 -0
- package/dist/esm/index.js +240 -0
- package/dist/esm/isAncestor-905b8d1d.js +17 -0
- package/dist/esm/isArray-135d4ff2.js +8 -0
- package/dist/esm/isEqual-a8aa86c6.js +23 -0
- package/dist/esm/isNull-ef42547d.js +18 -0
- package/dist/esm/isObject-fb5a9ae7.js +8 -0
- package/dist/esm/isString-f8e938a3.js +32 -0
- package/dist/esm/isUndefined-f78f2fdc.js +8 -0
- package/dist/esm/packages/ui-components/src/components/index.d.ts +130 -0
- package/dist/esm/packages/ui-components/src/components/or-autocomplete-v3/OrAutocomplete.vue.d.ts +198 -0
- package/dist/esm/packages/ui-components/src/components/or-autocomplete-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-autocomplete-v3/styles.d.ts +6 -0
- package/dist/esm/packages/ui-components/src/components/or-autocomplete-v3/types.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-avatar/OrAvatar.vue.d.ts +47 -0
- package/dist/esm/packages/ui-components/src/components/or-avatar/constants.d.ts +5 -0
- package/dist/esm/packages/ui-components/src/components/or-avatar/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-avatar-v3/OrAvatar.vue.d.ts +58 -0
- package/dist/esm/packages/ui-components/src/components/or-avatar-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-avatar-v3/props.d.ts +15 -0
- package/dist/esm/packages/ui-components/src/components/or-avatar-v3/styles.d.ts +6 -0
- package/dist/esm/packages/ui-components/src/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +42 -0
- package/dist/esm/packages/ui-components/src/components/or-bottom-sheet-v3/hooks/useBottomSheetSwipeState.d.ts +6 -0
- package/dist/esm/packages/ui-components/src/components/or-bottom-sheet-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-bottom-sheet-v3/props.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-bottom-sheet-v3/styles.d.ts +6 -0
- package/dist/esm/packages/ui-components/src/components/or-button/OrButton.vue.d.ts +156 -0
- package/dist/esm/packages/ui-components/src/components/or-button/constants.d.ts +21 -0
- package/dist/esm/packages/ui-components/src/components/or-button/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-button-group-v3/OrButtonGroup.vue.d.ts +37 -0
- package/dist/esm/packages/ui-components/src/components/or-button-group-v3/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-button-group-v3/styles.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-button-v2/OrButton.vue.d.ts +126 -0
- package/dist/esm/packages/ui-components/src/components/or-button-v2/constants.d.ts +35 -0
- package/dist/esm/packages/ui-components/src/components/or-button-v2/index.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-button-v3/OrButton.vue.d.ts +79 -0
- package/dist/esm/packages/ui-components/src/components/or-button-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-button-v3/props.d.ts +16 -0
- package/dist/esm/packages/ui-components/src/components/or-button-v3/styles.d.ts +6 -0
- package/dist/esm/packages/ui-components/src/components/or-card/OrCard.vue.d.ts +18 -0
- package/dist/esm/packages/ui-components/src/components/or-card/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-card-collection/OrCardCollection.vue.d.ts +86 -0
- package/dist/esm/packages/ui-components/src/components/or-card-collection/constants.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-card-collection/index.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-card-collection/types.d.ts +8 -0
- package/dist/esm/packages/ui-components/src/components/or-card-collection-v3/OrCardCollection.vue.d.ts +112 -0
- package/dist/esm/packages/ui-components/src/components/or-card-collection-v3/index.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-card-collection-v3/partials/OrCardCollectionView.vue3.vue.d.ts +26 -0
- package/dist/esm/packages/ui-components/src/components/or-card-collection-v3/props.d.ts +8 -0
- package/dist/esm/packages/ui-components/src/components/or-card-collection-v3/styles.d.ts +7 -0
- package/dist/esm/packages/ui-components/src/components/or-card-collection-v3/types.d.ts +8 -0
- package/dist/esm/packages/ui-components/src/components/or-card-v3/OrCard.vue.d.ts +37 -0
- package/dist/esm/packages/ui-components/src/components/or-card-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-card-v3/props.d.ts +5 -0
- package/dist/esm/packages/ui-components/src/components/or-card-v3/styles.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-checkbox/OrCheckbox.vue.d.ts +73 -0
- package/dist/esm/packages/ui-components/src/components/or-checkbox/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-checkbox-group-v3/OrCheckboxGroup.vue.d.ts +73 -0
- package/dist/esm/packages/ui-components/src/components/or-checkbox-group-v3/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-checkbox-tree-v3/OrCheckboxTree.vue.d.ts +65 -0
- package/dist/esm/packages/ui-components/src/components/or-checkbox-tree-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-checkbox-tree-v3/styles.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-checkbox-tree-v3/types.d.ts +8 -0
- package/dist/esm/packages/ui-components/src/components/or-checkbox-tree-v3/utils/extractChildrenValues.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-checkbox-v3/OrCheckbox.vue.d.ts +92 -0
- package/dist/esm/packages/ui-components/src/components/or-checkbox-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-checkbox-v3/styles.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-checkbox-v3/types.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-chips/OrChips.vue.d.ts +69 -0
- package/dist/esm/packages/ui-components/src/components/or-chips/constants.d.ts +9 -0
- package/dist/esm/packages/ui-components/src/components/or-chips/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-chips/or-chip/OrChip.vue.d.ts +42 -0
- package/dist/esm/packages/ui-components/src/components/or-chips/or-chip/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-chips/partials/OrChipsInput.vue.d.ts +62 -0
- package/dist/esm/packages/ui-components/src/components/or-code/OrCode.vue.d.ts +168 -0
- package/dist/esm/packages/ui-components/src/components/or-code/constants.d.ts +8 -0
- package/dist/esm/packages/ui-components/src/components/or-code/index.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-code/lang.d.ts +11 -0
- package/dist/esm/packages/ui-components/src/components/or-code/libs.d.ts +5 -0
- package/dist/esm/packages/ui-components/src/components/or-code/theme.d.ts +24 -0
- package/dist/esm/packages/ui-components/src/components/or-code-v3/OrCode.vue.d.ts +132 -0
- package/dist/esm/packages/ui-components/src/components/or-code-v3/index.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-code-v3/libs.d.ts +6 -0
- package/dist/esm/packages/ui-components/src/components/or-code-v3/partials/OrCodeControl.vue.d.ts +75 -0
- package/dist/esm/packages/ui-components/src/components/or-code-v3/props.d.ts +8 -0
- package/dist/esm/packages/ui-components/src/components/or-code-v3/styles.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-collapse/OrCollapse.vue.d.ts +53 -0
- package/dist/esm/packages/ui-components/src/components/or-collapse/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-color-picker/OrColorPicker.vue.d.ts +48 -0
- package/dist/esm/packages/ui-components/src/components/or-color-picker/constants.d.ts +575 -0
- package/dist/esm/packages/ui-components/src/components/or-color-picker/index.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-color-picker/types.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-color-picker/utils/defultPalette.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +82 -0
- package/dist/esm/packages/ui-components/src/components/or-combined-input-v3/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-combined-input-v3/styles.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-confirm/OrConfirm.vue.d.ts +176 -0
- package/dist/esm/packages/ui-components/src/components/or-confirm/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-confirm-v3/OrConfirm.vue.d.ts +128 -0
- package/dist/esm/packages/ui-components/src/components/or-confirm-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-confirm-v3/props.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-confirm-v3/styles.d.ts +7 -0
- package/dist/esm/packages/ui-components/src/components/or-context-menu-v3/OrContextMenu.vue.d.ts +56 -0
- package/dist/esm/packages/ui-components/src/components/or-context-menu-v3/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/OrDataGrid.vue.d.ts +131 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/partials/index.d.ts +14 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-footer/OrDataGridFooter.vue.d.ts +6 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-footer/styles.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-header/OrDataGridHeader.vue.d.ts +6 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-header/styles.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table/OrDataGridTable.vue.d.ts +28 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table/styles.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-content/OrDataGridTableContent.vue.d.ts +5 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-content/styles.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-content-cell/OrDataGridTableContentCell.vue.d.ts +51 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-content-cell/styles.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-content-row/OrDataGridTableContentRow.vue.d.ts +27 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-content-row/styles.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-footer/OrDataGridTableFooter.vue.d.ts +5 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-footer/styles.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-footer-cell/OrDataGridTableFooterCell.vue.d.ts +5 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-footer-cell/styles.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-footer-row/OrDataGridTableFooterRow.vue.d.ts +17 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-footer-row/styles.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-header/OrDataGridTableHeader.vue.d.ts +5 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-header/styles.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-header-cell/OrDataGridTableHeaderCell.vue.d.ts +56 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-header-cell/styles.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-header-row/OrDataGridTableHeaderRow.vue.d.ts +17 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-header-row/styles.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-placeholder/OrDataGridTablePlaceholder.vue.d.ts +17 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-table-placeholder/styles.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-toolbar/OrDataGridToolbar.vue.d.ts +5 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/partials/or-data-grid-toolbar/styles.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/styles.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-data-grid-v3/types.d.ts +41 -0
- package/dist/esm/packages/ui-components/src/components/or-date-format-v3/OrDateFormat.vue.d.ts +49 -0
- package/dist/esm/packages/ui-components/src/components/or-date-format-v3/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-date-format-v3/styles.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-date-picker-v3/OrDatePicker.vue.d.ts +231 -0
- package/dist/esm/packages/ui-components/src/components/or-date-picker-v3/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-date-picker-v3/styles.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-date-range-picker-v3/OrDateRangePicker.vue.d.ts +274 -0
- package/dist/esm/packages/ui-components/src/components/or-date-range-picker-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-date-range-picker-v3/styles.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-date-range-picker-v3/types.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-format-v3/OrDateTimeFormat.vue.d.ts +60 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-format-v3/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-format-v3/styles.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker/OrDateTimePicker.vue.d.ts +286 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker/constants.d.ts +24 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker/partials/OrDateTimePickerCalendarItem.vue.d.ts +71 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker-v3/OrDateTimePicker.vue.d.ts +265 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker-v3/index.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker-v3/partials/index.d.ts +8 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/OrDateTimePickerDateControl.vue.d.ts +75 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/styles.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue.d.ts +82 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/styles.d.ts +6 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/OrDateTimePickerMobileControl.vue.d.ts +26 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/styles.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue.d.ts +61 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/styles.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/OrDateTimePickerPopoverFooter.vue.d.ts +20 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/styles.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/OrDateTimePickerPopoverHeader.vue.d.ts +5 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/styles.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/OrDateTimePickerTimeControl.vue.d.ts +75 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/styles.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue.d.ts +72 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/styles.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker-v3/styles.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker-v3/types.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker-v3/utils/formatDate.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker-v3/utils/formatMobileDate.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker-v3/utils/formatMobileTime.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker-v3/utils/formatTime.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker-v3/utils/getCurrentDate.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker-v3/utils/getNextMonthDate.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-date-time-picker-v3/utils/index.d.ts +6 -0
- package/dist/esm/packages/ui-components/src/components/or-drawer-v3/OrDrawer.vue.d.ts +46 -0
- package/dist/esm/packages/ui-components/src/components/or-drawer-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-drawer-v3/styles.d.ts +5 -0
- package/dist/esm/packages/ui-components/src/components/or-drawer-v3/types.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-drop-area-v3/OrDropArea.vue.d.ts +78 -0
- package/dist/esm/packages/ui-components/src/components/or-drop-area-v3/index.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-drop-area-v3/props.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-drop-area-v3/styles.d.ts +9 -0
- package/dist/esm/packages/ui-components/src/components/or-drop-area-v3/utils/approximateFileSize.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-drop-area-v3/utils/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-editor-tabs-v3/OrEditorTabs.vue.d.ts +73 -0
- package/dist/esm/packages/ui-components/src/components/or-editor-tabs-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-editor-tabs-v3/partials/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-editor-tabs-v3/partials/or-editor-tabs-item/OrEditorTabsItem.vue.d.ts +38 -0
- package/dist/esm/packages/ui-components/src/components/or-editor-tabs-v3/partials/or-editor-tabs-item/styles.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-editor-tabs-v3/props.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-editor-tabs-v3/styles.d.ts +6 -0
- package/dist/esm/packages/ui-components/src/components/or-empty-state-v3/OrEmptyState.vue.d.ts +86 -0
- package/dist/esm/packages/ui-components/src/components/or-empty-state-v3/index.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-empty-state-v3/props.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-empty-state-v3/styles.d.ts +10 -0
- package/dist/esm/packages/ui-components/src/components/or-empty-state-v3/types.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-error/OrError.vue.d.ts +15 -0
- package/dist/esm/packages/ui-components/src/components/or-error/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-error-tag-v3/OrErrorTag.vue.d.ts +5 -0
- package/dist/esm/packages/ui-components/src/components/or-error-tag-v3/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-error-tag-v3/styles.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-error-v3/OrError.vue.d.ts +19 -0
- package/dist/esm/packages/ui-components/src/components/or-error-v3/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-error-v3/styles.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-expansion-panel-v3/OrExpansionPanel.vue.d.ts +103 -0
- package/dist/esm/packages/ui-components/src/components/or-expansion-panel-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-expansion-panel-v3/props.d.ts +13 -0
- package/dist/esm/packages/ui-components/src/components/or-expansion-panel-v3/styles.d.ts +9 -0
- package/dist/esm/packages/ui-components/src/components/or-fab-v3/OrFab.vue.d.ts +41 -0
- package/dist/esm/packages/ui-components/src/components/or-fab-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-fab-v3/props.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-fab-v3/styles.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-filter-popover-v3/OrFilterPopover.vue.d.ts +99 -0
- package/dist/esm/packages/ui-components/src/components/or-filter-popover-v3/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-filter-popover-v3/styles.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-filter-trigger-v3/OrFilterTrigger.vue.d.ts +41 -0
- package/dist/esm/packages/ui-components/src/components/or-filter-trigger-v3/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-filter-trigger-v3/styles.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-filter-v3/OrFilter.vue.d.ts +51 -0
- package/dist/esm/packages/ui-components/src/components/or-filter-v3/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-filter-v3/styles.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-floating/OrFloating.vue.d.ts +123 -0
- package/dist/esm/packages/ui-components/src/components/or-floating/constants.d.ts +18 -0
- package/dist/esm/packages/ui-components/src/components/or-floating/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-form-group-v3/OrFormGroup.vue.d.ts +65 -0
- package/dist/esm/packages/ui-components/src/components/or-form-group-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-form-group-v3/styles.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-form-group-v3/types.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-hint/OrHint.vue.d.ts +17 -0
- package/dist/esm/packages/ui-components/src/components/or-hint/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-hint-v3/OrHint.vue.d.ts +19 -0
- package/dist/esm/packages/ui-components/src/components/or-hint-v3/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-hint-v3/styles.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-icon/OrIcon.vue.d.ts +95 -0
- package/dist/esm/packages/ui-components/src/components/or-icon/constants.d.ts +20 -0
- package/dist/esm/packages/ui-components/src/components/or-icon/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-icon-button-v2/OrIconButton.vue.d.ts +106 -0
- package/dist/esm/packages/ui-components/src/components/or-icon-button-v2/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-icon-button-v2/partials/OrTooltipWrapper.vue.d.ts +30 -0
- package/dist/esm/packages/ui-components/src/components/or-icon-button-v3/OrIconButton.vue.d.ts +78 -0
- package/dist/esm/packages/ui-components/src/components/or-icon-button-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-icon-button-v3/props.d.ts +6 -0
- package/dist/esm/packages/ui-components/src/components/or-icon-button-v3/styles.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-icon-v3/OrIcon.vue.d.ts +38 -0
- package/dist/esm/packages/ui-components/src/components/or-icon-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-icon-v3/props.d.ts +13 -0
- package/dist/esm/packages/ui-components/src/components/or-icon-v3/styles.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-inline-input-box-v3/OrInlineInputBox.vue.d.ts +28 -0
- package/dist/esm/packages/ui-components/src/components/or-inline-input-box-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-inline-input-box-v3/props.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-inline-input-box-v3/styles.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-inline-input-v3/OrInlineInput.vue.d.ts +110 -0
- package/dist/esm/packages/ui-components/src/components/or-inline-input-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-inline-input-v3/styles.d.ts +5 -0
- package/dist/esm/packages/ui-components/src/components/or-inline-input-v3/types.d.ts +6 -0
- package/dist/esm/packages/ui-components/src/components/or-inline-text-edit/OrInlineTextEdit.vue.d.ts +157 -0
- package/dist/esm/packages/ui-components/src/components/or-inline-text-edit/constants.d.ts +9 -0
- package/dist/esm/packages/ui-components/src/components/or-inline-text-edit/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +90 -0
- package/dist/esm/packages/ui-components/src/components/or-inline-textarea-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-inline-textarea-v3/styles.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-inline-textarea-v3/types.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-input/OrInput.vue.d.ts +153 -0
- package/dist/esm/packages/ui-components/src/components/or-input/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-input-box-v3/OrInputBox.vue.d.ts +66 -0
- package/dist/esm/packages/ui-components/src/components/or-input-box-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-input-box-v3/partials/or-input-box-addon/OrInputBoxAddon.vue.d.ts +35 -0
- package/dist/esm/packages/ui-components/src/components/or-input-box-v3/partials/or-input-box-addon/styles.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-input-box-v3/styles.d.ts +5 -0
- package/dist/esm/packages/ui-components/src/components/or-input-box-v3/types.d.ts +13 -0
- package/dist/esm/packages/ui-components/src/components/or-input-v3/OrInput.vue.d.ts +166 -0
- package/dist/esm/packages/ui-components/src/components/or-input-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-input-v3/styles.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-input-v3/types.d.ts +8 -0
- package/dist/esm/packages/ui-components/src/components/or-label/OrLabel.vue.d.ts +32 -0
- package/dist/esm/packages/ui-components/src/components/or-label/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-label-v3/OrLabel.vue.d.ts +66 -0
- package/dist/esm/packages/ui-components/src/components/or-label-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-label-v3/styles.d.ts +5 -0
- package/dist/esm/packages/ui-components/src/components/or-label-v3/types.d.ts +6 -0
- package/dist/esm/packages/ui-components/src/components/or-link-v3/OrLink.vue.d.ts +63 -0
- package/dist/esm/packages/ui-components/src/components/or-link-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-link-v3/props.d.ts +7 -0
- package/dist/esm/packages/ui-components/src/components/or-link-v3/styles.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-list/OrList.vue.d.ts +125 -0
- package/dist/esm/packages/ui-components/src/components/or-list/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-list-of-inputs/OrListOfInputs.vue.d.ts +97 -0
- package/dist/esm/packages/ui-components/src/components/or-list-of-inputs/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-list-v3/OrList.vue.d.ts +107 -0
- package/dist/esm/packages/ui-components/src/components/or-list-v3/index.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-list-v3/partials/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-list-v3/partials/or-list-item/OrListItem.vue.d.ts +36 -0
- package/dist/esm/packages/ui-components/src/components/or-list-v3/partials/or-list-item/styles.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-list-v3/styles.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-list-v3/types.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-loader/OrLoader.vue.d.ts +57 -0
- package/dist/esm/packages/ui-components/src/components/or-loader/constants.d.ts +6 -0
- package/dist/esm/packages/ui-components/src/components/or-loader/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-loader/types.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-loader-v3/OrLoader.vue.d.ts +75 -0
- package/dist/esm/packages/ui-components/src/components/or-loader-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-loader-v3/props.d.ts +13 -0
- package/dist/esm/packages/ui-components/src/components/or-loader-v3/styles.d.ts +6 -0
- package/dist/esm/packages/ui-components/src/components/or-menu-item-v3/OrMenuItem.vue.d.ts +50 -0
- package/dist/esm/packages/ui-components/src/components/or-menu-item-v3/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-menu-item-v3/styles.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-menu-v3/OrMenu.vue.d.ts +66 -0
- package/dist/esm/packages/ui-components/src/components/or-menu-v3/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-menu-v3/styles.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-modal/OrModal.vue.d.ts +85 -0
- package/dist/esm/packages/ui-components/src/components/or-modal/constants.d.ts +7 -0
- package/dist/esm/packages/ui-components/src/components/or-modal/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-modal-v3/OrModal.vue.d.ts +44 -0
- package/dist/esm/packages/ui-components/src/components/or-modal-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-modal-v3/partials/or-modal-content/OrModalContent.vue.d.ts +5 -0
- package/dist/esm/packages/ui-components/src/components/or-modal-v3/partials/or-modal-content/styles.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-modal-v3/partials/or-modal-footer/OrModalFooter.vue.d.ts +5 -0
- package/dist/esm/packages/ui-components/src/components/or-modal-v3/partials/or-modal-footer/styles.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-modal-v3/partials/or-modal-header/OrModalHeader.vue.d.ts +7 -0
- package/dist/esm/packages/ui-components/src/components/or-modal-v3/partials/or-modal-header/styles.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-modal-v3/props.d.ts +5 -0
- package/dist/esm/packages/ui-components/src/components/or-modal-v3/styles.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-notification/OrNotification.vue.d.ts +65 -0
- package/dist/esm/packages/ui-components/src/components/or-notification/constants.d.ts +10 -0
- package/dist/esm/packages/ui-components/src/components/or-notification/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-notification-v3/OrNotification.vue.d.ts +30 -0
- package/dist/esm/packages/ui-components/src/components/or-notification-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-notification-v3/props.d.ts +6 -0
- package/dist/esm/packages/ui-components/src/components/or-notification-v3/styles.d.ts +5 -0
- package/dist/esm/packages/ui-components/src/components/or-number-input/OrNumberInput.vue.d.ts +139 -0
- package/dist/esm/packages/ui-components/src/components/or-number-input/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-overflow-menu/OrOverflowMenu.vue.d.ts +62 -0
- package/dist/esm/packages/ui-components/src/components/or-overflow-menu/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-overflow-menu/partials/OrOverflowMenuItem.vue.d.ts +59 -0
- package/dist/esm/packages/ui-components/src/components/or-overflow-menu/types.d.ts +7 -0
- package/dist/esm/packages/ui-components/src/components/or-overlay/OrOverlay.vue.d.ts +40 -0
- package/dist/esm/packages/ui-components/src/components/or-overlay/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-overlay-v3/OrOverlay.vue.d.ts +18 -0
- package/dist/esm/packages/ui-components/src/components/or-overlay-v3/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-overlay-v3/styles.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-pagination-v3/OrPagination.vue.d.ts +79 -0
- package/dist/esm/packages/ui-components/src/components/or-pagination-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-pagination-v3/styles.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-pagination-v3/types.d.ts +9 -0
- package/dist/esm/packages/ui-components/src/components/or-password/OrPassword.vue.d.ts +117 -0
- package/dist/esm/packages/ui-components/src/components/or-password/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-popover-v3/OrPopover.vue.d.ts +147 -0
- package/dist/esm/packages/ui-components/src/components/or-popover-v3/hooks/types.d.ts +77 -0
- package/dist/esm/packages/ui-components/src/components/or-popover-v3/hooks/useFloating.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-popover-v3/index.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-popover-v3/props.d.ts +21 -0
- package/dist/esm/packages/ui-components/src/components/or-popover-v3/styles.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-popover-v3/utils/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-popover-v3/utils/isPrevented.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-progress/OrProgress.vue.d.ts +122 -0
- package/dist/esm/packages/ui-components/src/components/or-progress/constants.d.ts +11 -0
- package/dist/esm/packages/ui-components/src/components/or-progress/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-progress-v3/OrProgress.vue.d.ts +105 -0
- package/dist/esm/packages/ui-components/src/components/or-progress-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-progress-v3/props.d.ts +11 -0
- package/dist/esm/packages/ui-components/src/components/or-progress-v3/styles.d.ts +11 -0
- package/dist/esm/packages/ui-components/src/components/or-radio/OrRadio.vue.d.ts +68 -0
- package/dist/esm/packages/ui-components/src/components/or-radio/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-radio-group/OrRadioGroup.vue.d.ts +64 -0
- package/dist/esm/packages/ui-components/src/components/or-radio-group/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-radio-group-v3/OrRadioGroup.vue.d.ts +75 -0
- package/dist/esm/packages/ui-components/src/components/or-radio-group-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-radio-group-v3/types.d.ts +6 -0
- package/dist/esm/packages/ui-components/src/components/or-radio-v3/OrRadio.vue.d.ts +82 -0
- package/dist/esm/packages/ui-components/src/components/or-radio-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-radio-v3/styles.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-radio-v3/types.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-range-slider-v3/OrRangeSlider.vue.d.ts +133 -0
- package/dist/esm/packages/ui-components/src/components/or-range-slider-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-range-slider-v3/styles.d.ts +17 -0
- package/dist/esm/packages/ui-components/src/components/or-range-slider-v3/types.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-rating-v3/OrRating.vue.d.ts +57 -0
- package/dist/esm/packages/ui-components/src/components/or-rating-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-rating-v3/styles.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-rating-v3/types.d.ts +6 -0
- package/dist/esm/packages/ui-components/src/components/or-resizeable-panel-v3/OrResizeablePanel.vue.d.ts +101 -0
- package/dist/esm/packages/ui-components/src/components/or-resizeable-panel-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-resizeable-panel-v3/props.d.ts +12 -0
- package/dist/esm/packages/ui-components/src/components/or-resizeable-panel-v3/styles.d.ts +13 -0
- package/dist/esm/packages/ui-components/src/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +155 -0
- package/dist/esm/packages/ui-components/src/components/or-rich-text-editor-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-rich-text-editor-v3/props.d.ts +5 -0
- package/dist/esm/packages/ui-components/src/components/or-rich-text-editor-v3/styles.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-rich-text-editor-v3/utils/codemirror/codemirrorNode.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-rich-text-editor-v3/utils/codemirror/codemirrorView.d.ts +27 -0
- package/dist/esm/packages/ui-components/src/components/or-rich-text-editor-v3/utils/codemirror/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-rich-text-editor-v3/utils/codemirror/theme.d.ts +17 -0
- package/dist/esm/packages/ui-components/src/components/or-rich-text-editor-v3/utils/codemirror/types.d.ts +19 -0
- package/dist/esm/packages/ui-components/src/components/or-rich-text-editor-v3/utils/markdown.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-rich-tooltip-v3/OrRichTooltip.vue.d.ts +52 -0
- package/dist/esm/packages/ui-components/src/components/or-rich-tooltip-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-rich-tooltip-v3/styles.d.ts +5 -0
- package/dist/esm/packages/ui-components/src/components/or-rich-tooltip-v3/types.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-search/OrSearch.vue.d.ts +140 -0
- package/dist/esm/packages/ui-components/src/components/or-search/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-search-v3/OrSearch.vue.d.ts +81 -0
- package/dist/esm/packages/ui-components/src/components/or-search-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-search-v3/types.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-segmented-control-v3/OrSegmentedControl.vue.d.ts +50 -0
- package/dist/esm/packages/ui-components/src/components/or-segmented-control-v3/index.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-segmented-control-v3/partials/or-segmented-control-item/OrSegmentedControlItem.vue.d.ts +37 -0
- package/dist/esm/packages/ui-components/src/components/or-segmented-control-v3/partials/or-segmented-control-item/styles.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-segmented-control-v3/props.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-segmented-control-v3/styles.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-segmented-control-v3/types.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-select/OrSelect.vue.d.ts +187 -0
- package/dist/esm/packages/ui-components/src/components/or-select/constants.d.ts +50 -0
- package/dist/esm/packages/ui-components/src/components/or-select/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-select/partials/OrSelectContent.vue.d.ts +83 -0
- package/dist/esm/packages/ui-components/src/components/or-select/partials/OrSelectContentEmpty.vue.d.ts +51 -0
- package/dist/esm/packages/ui-components/src/components/or-select/partials/OrSelectContentOptions.vue.d.ts +33 -0
- package/dist/esm/packages/ui-components/src/components/or-select/partials/OrSelectInput.vue.d.ts +56 -0
- package/dist/esm/packages/ui-components/src/components/or-select/partials/OrSelectInputValue.vue.d.ts +39 -0
- package/dist/esm/packages/ui-components/src/components/or-select/partials/OrSelectMain.vue.d.ts +111 -0
- package/dist/esm/packages/ui-components/src/components/or-select/partials/OrSelectOption.vue.d.ts +25 -0
- package/dist/esm/packages/ui-components/src/components/or-select/partials/OrSelectSearchOptions.vue.d.ts +25 -0
- package/dist/esm/packages/ui-components/src/components/or-select/types.d.ts +9 -0
- package/dist/esm/packages/ui-components/src/components/or-select-v3/OrSelect.vue.d.ts +233 -0
- package/dist/esm/packages/ui-components/src/components/or-select-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-select-v3/partials/index.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-select-v3/partials/or-select-control-input/OrSelectControlInput.vue.d.ts +52 -0
- package/dist/esm/packages/ui-components/src/components/or-select-v3/partials/or-select-control-input/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-select-v3/partials/or-select-control-input/styles.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-select-v3/partials/or-select-multiple-control/OrSelectMultipleControl.vue.d.ts +103 -0
- package/dist/esm/packages/ui-components/src/components/or-select-v3/partials/or-select-multiple-control/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-select-v3/partials/or-select-multiple-control/styles.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-select-v3/partials/or-select-placeholder/OrSelectPlaceholder.vue.d.ts +17 -0
- package/dist/esm/packages/ui-components/src/components/or-select-v3/partials/or-select-placeholder/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-select-v3/partials/or-select-placeholder/styles.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-select-v3/partials/or-select-single-control/OrSelectSingleControl.vue.d.ts +82 -0
- package/dist/esm/packages/ui-components/src/components/or-select-v3/partials/or-select-single-control/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-select-v3/partials/or-select-single-control/styles.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-select-v3/styles.d.ts +8 -0
- package/dist/esm/packages/ui-components/src/components/or-select-v3/types.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-sidebar/OrSidebar.vue.d.ts +63 -0
- package/dist/esm/packages/ui-components/src/components/or-sidebar/constants.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-sidebar/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-sidebar-v3/OrSidebar.vue.d.ts +94 -0
- package/dist/esm/packages/ui-components/src/components/or-sidebar-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-sidebar-v3/props.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-sidebar-v3/styles.d.ts +8 -0
- package/dist/esm/packages/ui-components/src/components/or-skeleton/constants.d.ts +9 -0
- package/dist/esm/packages/ui-components/src/components/or-skeleton/index.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-skeleton/or-skeleton-circle/OrSkeletonCircle.vue.d.ts +32 -0
- package/dist/esm/packages/ui-components/src/components/or-skeleton/or-skeleton-circle/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-skeleton/or-skeleton-rect/OrSkeletonRect.vue.d.ts +43 -0
- package/dist/esm/packages/ui-components/src/components/or-skeleton/or-skeleton-rect/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-skeleton/or-skeleton-text/OrSkeletonText.vue.d.ts +57 -0
- package/dist/esm/packages/ui-components/src/components/or-skeleton/or-skeleton-text/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-skeleton-v3/index.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-skeleton-v3/or-skeleton-circle-v3/OrSkeletonCircle.vue.d.ts +36 -0
- package/dist/esm/packages/ui-components/src/components/or-skeleton-v3/or-skeleton-circle-v3/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-skeleton-v3/or-skeleton-rect-v3/OrSkeletonRect.vue.d.ts +45 -0
- package/dist/esm/packages/ui-components/src/components/or-skeleton-v3/or-skeleton-rect-v3/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-skeleton-v3/or-skeleton-text-v3/OrSkeletonText.vue.d.ts +72 -0
- package/dist/esm/packages/ui-components/src/components/or-skeleton-v3/or-skeleton-text-v3/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-skeleton-v3/styles.d.ts +6 -0
- package/dist/esm/packages/ui-components/src/components/or-slider/OrSlider.vue.d.ts +134 -0
- package/dist/esm/packages/ui-components/src/components/or-slider/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-slider-v3/OrSlider.vue.d.ts +114 -0
- package/dist/esm/packages/ui-components/src/components/or-slider-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-slider-v3/styles.d.ts +15 -0
- package/dist/esm/packages/ui-components/src/components/or-slider-v3/types.d.ts +12 -0
- package/dist/esm/packages/ui-components/src/components/or-sorting-v3/OrSorting.vue.d.ts +35 -0
- package/dist/esm/packages/ui-components/src/components/or-sorting-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-sorting-v3/styles.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-sorting-v3/types.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-status-v3/OrStatus.vue.d.ts +41 -0
- package/dist/esm/packages/ui-components/src/components/or-status-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-status-v3/props.d.ts +11 -0
- package/dist/esm/packages/ui-components/src/components/or-status-v3/styles.d.ts +7 -0
- package/dist/esm/packages/ui-components/src/components/or-stepper/OrStepper.vue.d.ts +79 -0
- package/dist/esm/packages/ui-components/src/components/or-stepper/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-stepper/partials/OrStepperButtonOptions.vue.d.ts +57 -0
- package/dist/esm/packages/ui-components/src/components/or-stepper/partials/OrStepperOptionHorizontal.vue.d.ts +84 -0
- package/dist/esm/packages/ui-components/src/components/or-stepper/partials/OrStepperOptionVertical.vue.d.ts +84 -0
- package/dist/esm/packages/ui-components/src/components/or-stepper/partials/OrStepperTitle.vue.d.ts +50 -0
- package/dist/esm/packages/ui-components/src/components/or-stepper/partials/StatusIcon.vue.d.ts +16 -0
- package/dist/esm/packages/ui-components/src/components/or-switch/OrSwitch.vue.d.ts +70 -0
- package/dist/esm/packages/ui-components/src/components/or-switch/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-switch-v3/OrSwitch.vue.d.ts +93 -0
- package/dist/esm/packages/ui-components/src/components/or-switch-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-switch-v3/styles.d.ts +5 -0
- package/dist/esm/packages/ui-components/src/components/or-switch-v3/types.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-tab/OrTab.vue.d.ts +44 -0
- package/dist/esm/packages/ui-components/src/components/or-tab/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-tab-header-item/OrTabHeaderItem.vue.d.ts +49 -0
- package/dist/esm/packages/ui-components/src/components/or-tab-header-item/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-tab-v3/OrTab.vue.d.ts +39 -0
- package/dist/esm/packages/ui-components/src/components/or-tab-v3/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-tab-v3/styles.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-tabs/OrTabs.vue.d.ts +13 -0
- package/dist/esm/packages/ui-components/src/components/or-tabs/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-tabs-v3/OrTabs.vue.d.ts +74 -0
- package/dist/esm/packages/ui-components/src/components/or-tabs-v3/index.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-tabs-v3/props.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-tabs-v3/styles.d.ts +5 -0
- package/dist/esm/packages/ui-components/src/components/or-tabs-v3/types.d.ts +7 -0
- package/dist/esm/packages/ui-components/src/components/or-tag/OrTag.vue.d.ts +54 -0
- package/dist/esm/packages/ui-components/src/components/or-tag/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-tag-input-v3/OrTagInput.vue.d.ts +176 -0
- package/dist/esm/packages/ui-components/src/components/or-tag-input-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-tag-input-v3/styles.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-tag-input-v3/types.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-tag-v3/OrTag.vue.d.ts +43 -0
- package/dist/esm/packages/ui-components/src/components/or-tag-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-tag-v3/props.d.ts +9 -0
- package/dist/esm/packages/ui-components/src/components/or-tag-v3/styles.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-tags-v3/OrTags.vue.d.ts +65 -0
- package/dist/esm/packages/ui-components/src/components/or-tags-v3/index.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-tags-v3/props.d.ts +5 -0
- package/dist/esm/packages/ui-components/src/components/or-tags-v3/styles.d.ts +6 -0
- package/dist/esm/packages/ui-components/src/components/or-tags-v3/types.d.ts +7 -0
- package/dist/esm/packages/ui-components/src/components/or-tags-v3/utils/castToTag.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-teleport/OrTeleport.vue3.vue.d.ts +27 -0
- package/dist/esm/packages/ui-components/src/components/or-teleport/constants.d.ts +12 -0
- package/dist/esm/packages/ui-components/src/components/or-teleport/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-teleport-v3/OrTeleport.vue3.vue.d.ts +23 -0
- package/dist/esm/packages/ui-components/src/components/or-teleport-v3/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-text-v3/OrText.vue.d.ts +54 -0
- package/dist/esm/packages/ui-components/src/components/or-text-v3/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-text-v3/styles.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-textarea/OrTextarea.vue.d.ts +131 -0
- package/dist/esm/packages/ui-components/src/components/or-textarea/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-textarea-v3/OrTextarea.vue.d.ts +162 -0
- package/dist/esm/packages/ui-components/src/components/or-textarea-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-textarea-v3/styles.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-textarea-v3/types.d.ts +6 -0
- package/dist/esm/packages/ui-components/src/components/or-textbox/OrTextbox.vue.d.ts +257 -0
- package/dist/esm/packages/ui-components/src/components/or-textbox/constants.d.ts +8 -0
- package/dist/esm/packages/ui-components/src/components/or-textbox/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-time-format-v3/OrTimeFormat.vue.d.ts +49 -0
- package/dist/esm/packages/ui-components/src/components/or-time-format-v3/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-time-format-v3/styles.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-time-picker-v3/OrTimePicker.vue.d.ts +222 -0
- package/dist/esm/packages/ui-components/src/components/or-time-picker-v3/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-time-picker-v3/styles.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-time-range-picker-v3/OrTimeRangePicker.vue.d.ts +272 -0
- package/dist/esm/packages/ui-components/src/components/or-time-range-picker-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-time-range-picker-v3/styles.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-time-range-picker-v3/types.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/components/or-toast/OrToast.vue.d.ts +61 -0
- package/dist/esm/packages/ui-components/src/components/or-toast/Timer.d.ts +11 -0
- package/dist/esm/packages/ui-components/src/components/or-toast/composable/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-toast/composable/useQueue.d.ts +8 -0
- package/dist/esm/packages/ui-components/src/components/or-toast/composable/useToast.d.ts +8 -0
- package/dist/esm/packages/ui-components/src/components/or-toast/composable/useToastEventBus.d.ts +9 -0
- package/dist/esm/packages/ui-components/src/components/or-toast/constants.d.ts +18 -0
- package/dist/esm/packages/ui-components/src/components/or-toast/index.d.ts +5 -0
- package/dist/esm/packages/ui-components/src/components/or-toast/or-toast-container/OrToastContainer.vue.d.ts +63 -0
- package/dist/esm/packages/ui-components/src/components/or-toast/or-toast-container/index.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-toast/types.d.ts +35 -0
- package/dist/esm/packages/ui-components/src/components/or-toast-v3/OrToast.vue.d.ts +56 -0
- package/dist/esm/packages/ui-components/src/components/or-toast-v3/Timer.d.ts +11 -0
- package/dist/esm/packages/ui-components/src/components/or-toast-v3/composable/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-toast-v3/composable/useQueue.d.ts +8 -0
- package/dist/esm/packages/ui-components/src/components/or-toast-v3/composable/useToast.d.ts +8 -0
- package/dist/esm/packages/ui-components/src/components/or-toast-v3/composable/useToastEventBus.d.ts +9 -0
- package/dist/esm/packages/ui-components/src/components/or-toast-v3/index.d.ts +5 -0
- package/dist/esm/packages/ui-components/src/components/or-toast-v3/or-toast-container-v3/OrToastContainer.vue.d.ts +57 -0
- package/dist/esm/packages/ui-components/src/components/or-toast-v3/or-toast-container-v3/index.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-toast-v3/props.d.ts +18 -0
- package/dist/esm/packages/ui-components/src/components/or-toast-v3/styles.d.ts +5 -0
- package/dist/esm/packages/ui-components/src/components/or-toast-v3/types.d.ts +35 -0
- package/dist/esm/packages/ui-components/src/components/or-tooltip/OrTooltip.vue.d.ts +73 -0
- package/dist/esm/packages/ui-components/src/components/or-tooltip/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-tooltip/or-tooltip-content/OrTooltipContent.vue.d.ts +28 -0
- package/dist/esm/packages/ui-components/src/components/or-tooltip/or-tooltip-content/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-tooltip-v3/OrTooltip.vue.d.ts +83 -0
- package/dist/esm/packages/ui-components/src/components/or-tooltip-v3/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/components/or-tooltip-v3/styles.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-tree-v3/OrTree.vue.d.ts +35 -0
- package/dist/esm/packages/ui-components/src/components/or-tree-v3/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/components/or-tree-v3/partials/or-tree-node/OrTreeNode.vue.d.ts +90 -0
- package/dist/esm/packages/ui-components/src/components/or-tree-v3/partials/or-tree-node/styles.d.ts +7 -0
- package/dist/esm/packages/ui-components/src/components/or-tree-v3/partials/or-tree-node/utils.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/components/or-tree-v3/types.d.ts +17 -0
- package/dist/esm/packages/ui-components/src/constants.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/directives/dropdown-close.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/directives/dropdown-open.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/directives/index.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/helpers/getItemByValue.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/helpers/getItemsByValue.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/helpers/index.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/helpers/searchItemsByLabel.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/hooks/index.d.ts +15 -0
- package/dist/esm/packages/ui-components/src/hooks/useControlAttributes.d.ts +7 -0
- package/dist/esm/packages/ui-components/src/hooks/useDateFormat.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/hooks/useDateMask.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/hooks/useElevation.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/hooks/useIdAttribute.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/hooks/useLocale.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/hooks/useOverflow.d.ts +11 -0
- package/dist/esm/packages/ui-components/src/hooks/usePopoverState.d.ts +12 -0
- package/dist/esm/packages/ui-components/src/hooks/useProxyModelValue.d.ts +8 -0
- package/dist/esm/packages/ui-components/src/hooks/useResponsive/index.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/hooks/useResponsive/useResponsive.d.ts +6 -0
- package/dist/esm/packages/ui-components/src/hooks/useTheme.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/hooks/useTimeFormat.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/hooks/useTimeMask.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/hooks/useToggle.d.ts +8 -0
- package/dist/esm/packages/ui-components/src/hooks/useValidationAttributes.d.ts +11 -0
- package/dist/esm/packages/ui-components/src/index.d.ts +7 -0
- package/dist/esm/packages/ui-components/src/tokens/DATE_FORMAT.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/tokens/LOCALE.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/tokens/TIME_FORMAT.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/tokens/index.d.ts +3 -0
- package/dist/esm/packages/ui-components/src/types/DataModel.d.ts +6 -0
- package/dist/esm/packages/ui-components/src/types/DateFormat.d.ts +5 -0
- package/dist/esm/packages/ui-components/src/types/FilterFunction.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/types/FormatFunction.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/types/Group.d.ts +5 -0
- package/dist/esm/packages/ui-components/src/types/GroupFunction.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/types/Id.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/types/Item.d.ts +5 -0
- package/dist/esm/packages/ui-components/src/types/Locale.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/types/ModelValue.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/types/SearchFunction.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/types/TimeFormat.d.ts +5 -0
- package/dist/esm/packages/ui-components/src/types/index.d.ts +12 -0
- package/dist/esm/packages/ui-components/src/utils/constants/color.d.ts +14 -0
- package/dist/esm/packages/ui-components/src/utils/constants/key-codes.d.ts +14 -0
- package/dist/esm/packages/ui-components/src/utils/constants/poper.d.ts +8 -0
- package/dist/esm/packages/ui-components/src/utils/constants/regex.d.ts +42 -0
- package/dist/esm/packages/ui-components/src/utils/exclude.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/utils/extractCssVarName.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/utils/functions/color.d.ts +23 -0
- package/dist/esm/packages/ui-components/src/utils/functions/dom.d.ts +30 -0
- package/dist/esm/packages/ui-components/src/utils/functions/flattenDeep.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/utils/functions/hash.d.ts +2 -0
- package/dist/esm/packages/ui-components/src/utils/functions/px-to-rem.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/utils/functions/text.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/utils/include.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/utils/index.d.ts +26 -0
- package/dist/esm/packages/ui-components/src/utils/isAncestor.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/utils/isArray.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/utils/isDescendant.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/utils/isEmpty.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/utils/isEqual.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/utils/isNil.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/utils/isNull.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/utils/isNumber.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/utils/isObject.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/utils/isString.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/utils/isUndefined.d.ts +4 -0
- package/dist/esm/packages/ui-components/src/utils/isVisible.d.ts +1 -0
- package/dist/esm/packages/ui-components/src/utils/toArray.d.ts +4 -0
- package/dist/esm/styles-5034a773.js +34 -0
- package/dist/esm/toArray-e5bc9395.js +18 -0
- package/dist/esm/tokens/index.js +7 -0
- package/dist/esm/types/index.js +15 -0
- package/dist/esm/useElevation-2bd909b2.js +25 -0
- package/dist/esm/useIdAttribute-1a4eafac.js +21 -0
- package/dist/esm/useOverflow-5793f499.js +73 -0
- package/dist/esm/usePopoverState-1375352d.js +42 -0
- package/dist/esm/useProxyModelValue-55ed539b.js +28 -0
- package/dist/esm/useTimeFormat-75550b78.js +26 -0
- package/dist/esm/useTimeMask-a5856b1a.js +62 -0
- package/dist/esm/useToggle-04e82f29.js +22 -0
- package/dist/esm/useValidationAttributes-6ba5deb5.js +16 -0
- package/dist/esm/utils/index.js +77 -0
- package/package.json +53 -88
- package/src/components/or-autocomplete-v3/OrAutocomplete.vue +1 -1
- package/src/components/or-avatar/OrAvatar.vue +1 -1
- package/src/components/or-avatar-v3/OrAvatar.vue +1 -1
- package/src/components/or-bottom-sheet-v3/OrBottomSheet.vue +1 -1
- package/src/components/or-bottom-sheet-v3/hooks/useBottomSheetSwipeState.ts +3 -3
- package/src/components/or-button/OrButton.vue +1 -1
- package/src/components/or-button-group-v3/OrButtonGroup.vue +1 -1
- package/src/components/or-button-v2/OrButton.vue +2 -1
- package/src/components/or-button-v3/OrButton.vue +3 -1
- package/src/components/or-card/OrCard.vue +2 -2
- package/src/components/or-card-collection/OrCardCollection.vue +1 -1
- package/src/components/or-card-collection-v3/OrCardCollection.vue +1 -1
- package/src/components/or-card-collection-v3/partials/OrCardCollectionView.vue2.vue +1 -1
- package/src/components/or-card-collection-v3/partials/OrCardCollectionView.vue3.vue +1 -1
- package/src/components/or-card-collection-v3/styles.ts +7 -2
- package/src/components/or-card-v3/OrCard.vue +1 -1
- package/src/components/or-checkbox/OrCheckbox.vue +1 -1
- package/src/components/or-checkbox-group-v3/OrCheckboxGroup.vue +1 -1
- package/src/components/or-checkbox-tree-v3/OrCheckboxTree.vue +1 -1
- package/src/components/or-checkbox-v3/OrCheckbox.vue +1 -1
- package/src/components/or-chips/OrChips.vue +1 -1
- package/src/components/or-chips/constants.ts +1 -1
- package/src/components/or-chips/or-chip/OrChip.vue +1 -1
- package/src/components/or-chips/partials/OrChipsInput.vue +1 -1
- package/src/components/or-code/OrCode.vue +1 -1
- package/src/components/or-code/lang.ts +6 -6
- package/src/components/or-code-v3/OrCode.vue +1 -1
- package/src/components/or-code-v3/partials/OrCodeControl.vue +1 -1
- package/src/components/or-collapse/OrCollapse.vue +1 -1
- package/src/components/or-color-picker/OrColorPicker.vue +2 -2
- package/src/components/or-combined-input-v3/OrCombinedInput.vue +1 -1
- package/src/components/or-confirm/OrConfirm.vue +1 -1
- package/src/components/or-confirm-v3/OrConfirm.vue +2 -14
- package/src/components/or-context-menu-v3/OrContextMenu.vue +1 -1
- package/src/components/or-data-grid-v3/OrDataGrid.vue +1 -1
- package/src/components/or-data-grid-v3/partials/or-data-grid-footer/OrDataGridFooter.vue +1 -1
- package/src/components/or-data-grid-v3/partials/or-data-grid-header/OrDataGridHeader.vue +1 -1
- package/src/components/or-data-grid-v3/partials/or-data-grid-table/OrDataGridTable.vue +2 -2
- package/src/components/or-data-grid-v3/partials/or-data-grid-table-content/OrDataGridTableContent.vue +1 -1
- package/src/components/or-data-grid-v3/partials/or-data-grid-table-content-cell/OrDataGridTableContentCell.vue +1 -1
- package/src/components/or-data-grid-v3/partials/or-data-grid-table-content-row/OrDataGridTableContentRow.vue +1 -1
- package/src/components/or-data-grid-v3/partials/or-data-grid-table-footer/OrDataGridTableFooter.vue +1 -1
- package/src/components/or-data-grid-v3/partials/or-data-grid-table-footer-cell/OrDataGridTableFooterCell.vue +1 -1
- package/src/components/or-data-grid-v3/partials/or-data-grid-table-footer-row/OrDataGridTableFooterRow.vue +1 -1
- package/src/components/or-data-grid-v3/partials/or-data-grid-table-header/OrDataGridTableHeader.vue +1 -1
- package/src/components/or-data-grid-v3/partials/or-data-grid-table-header-cell/OrDataGridTableHeaderCell.vue +1 -1
- package/src/components/or-data-grid-v3/partials/or-data-grid-table-header-row/OrDataGridTableHeaderRow.vue +1 -1
- package/src/components/or-data-grid-v3/partials/or-data-grid-table-placeholder/OrDataGridTablePlaceholder.vue +1 -1
- package/src/components/or-data-grid-v3/partials/or-data-grid-toolbar/OrDataGridToolbar.vue +1 -1
- package/src/components/or-date-format-v3/OrDateFormat.vue +1 -1
- package/src/components/or-date-picker-v3/OrDatePicker.vue +1 -1
- package/src/components/or-date-range-picker-v3/OrDateRangePicker.vue +1 -1
- package/src/components/or-date-time-format-v3/OrDateTimeFormat.vue +1 -1
- package/src/components/or-date-time-picker/OrDateTimePicker.vue +2 -2
- package/src/components/or-date-time-picker/partials/OrDateTimePickerCalendarItem.vue +1 -1
- package/src/components/or-date-time-picker-v3/OrDateTimePicker.vue +1 -1
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/OrDateTimePickerDateControl.vue +1 -1
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue +1 -1
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/OrDateTimePickerMobileControl.vue +1 -1
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue +1 -1
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/OrDateTimePickerPopoverFooter.vue +1 -1
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/OrDateTimePickerPopoverHeader.vue +1 -1
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/OrDateTimePickerTimeControl.vue +1 -1
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue +1 -1
- package/src/components/or-drawer-v3/OrDrawer.vue +2 -1
- package/src/components/or-drop-area-v3/OrDropArea.vue +1 -1
- package/src/components/or-editor-tabs-v3/OrEditorTabs.vue +1 -1
- package/src/components/or-editor-tabs-v3/partials/or-editor-tabs-item/OrEditorTabsItem.vue +3 -1
- package/src/components/or-empty-state-v3/OrEmptyState.vue +1 -1
- package/src/components/or-error/OrError.vue +1 -1
- package/src/components/or-error-tag-v3/OrErrorTag.vue +1 -1
- package/src/components/or-error-v3/OrError.vue +1 -1
- package/src/components/or-expansion-panel-v3/OrExpansionPanel.vue +1 -1
- package/src/components/or-fab-v3/OrFab.vue +3 -1
- package/src/components/or-filter-popover-v3/OrFilterPopover.vue +1 -1
- package/src/components/or-filter-trigger-v3/OrFilterTrigger.vue +1 -1
- package/src/components/or-filter-v3/OrFilter.vue +1 -1
- package/src/components/or-floating/OrFloating.vue +1 -1
- package/src/components/or-form-group-v3/OrFormGroup.vue +1 -1
- package/src/components/or-hint/OrHint.vue +1 -1
- package/src/components/or-hint-v3/OrHint.vue +1 -1
- package/src/components/or-icon/OrIcon.vue +1 -1
- package/src/components/or-icon-button-v2/OrIconButton.vue +2 -1
- package/src/components/or-icon-button-v2/partials/OrTooltipWrapper.vue +5 -1
- package/src/components/or-icon-button-v3/OrIconButton.vue +3 -1
- package/src/components/or-icon-v3/OrIcon.vue +1 -1
- package/src/components/or-inline-input-box-v3/OrInlineInputBox.vue +1 -1
- package/src/components/or-inline-input-v3/OrInlineInput.vue +1 -1
- package/src/components/or-inline-text-edit/OrInlineTextEdit.vue +1 -1
- package/src/components/or-inline-textarea-v3/OrInlineTextarea.vue +1 -1
- package/src/components/or-input/OrInput.vue +1 -1
- package/src/components/or-input-box-v3/OrInputBox.vue +1 -1
- package/src/components/or-input-box-v3/partials/or-input-box-addon/OrInputBoxAddon.vue +1 -1
- package/src/components/or-input-v3/OrInput.vue +1 -1
- package/src/components/or-label/OrLabel.vue +1 -1
- package/src/components/or-label-v3/OrLabel.vue +1 -1
- package/src/components/or-link-v3/OrLink.vue +1 -1
- package/src/components/or-list/OrList.vue +1 -1
- package/src/components/or-list-of-inputs/OrListOfInputs.vue +1 -1
- package/src/components/or-list-v3/OrList.vue +1 -1
- package/src/components/or-list-v3/partials/or-list-item/OrListItem.vue +1 -1
- package/src/components/or-loader/OrLoader.vue +1 -1
- package/src/components/or-loader-v3/OrLoader.vue +2 -1
- package/src/components/or-menu-item-v3/OrMenuItem.vue +1 -1
- package/src/components/or-menu-v3/OrMenu.vue +1 -1
- package/src/components/or-modal/OrModal.vue +3 -3
- package/src/components/or-modal-v3/OrModal.vue +1 -1
- package/src/components/or-modal-v3/partials/or-modal-content/OrModalContent.vue +1 -1
- package/src/components/or-modal-v3/partials/or-modal-footer/OrModalFooter.vue +1 -1
- package/src/components/or-modal-v3/partials/or-modal-header/OrModalHeader.vue +1 -1
- package/src/components/or-notification/OrNotification.vue +1 -1
- package/src/components/or-notification-v3/OrNotification.vue +2 -1
- package/src/components/or-number-input/OrNumberInput.vue +1 -1
- package/src/components/or-overflow-menu/OrOverflowMenu.vue +1 -1
- package/src/components/or-overflow-menu/partials/OrOverflowMenuItem.vue +1 -1
- package/src/components/or-overlay/OrOverlay.vue +5 -5
- package/src/components/or-overlay-v3/OrOverlay.vue +3 -1
- package/src/components/or-pagination-v3/OrPagination.vue +1 -1
- package/src/components/or-password/OrPassword.vue +1 -1
- package/src/components/or-popover-v3/OrPopover.vue +1 -1
- package/src/components/or-popover-v3/hooks/types.ts +1 -1
- package/src/components/or-popover-v3/hooks/useFloating.ts +2 -2
- package/src/components/or-progress/OrProgress.vue +1 -1
- package/src/components/or-progress-v3/OrProgress.vue +1 -1
- package/src/components/or-radio/OrRadio.vue +1 -1
- package/src/components/or-radio-group/OrRadioGroup.vue +1 -1
- package/src/components/or-radio-group-v3/OrRadioGroup.vue +1 -1
- package/src/components/or-radio-v3/OrRadio.vue +1 -1
- package/src/components/or-range-slider-v3/OrRangeSlider.vue +4 -1
- package/src/components/or-rating-v3/OrRating.vue +1 -1
- package/src/components/or-resizeable-panel-v3/OrResizeablePanel.vue +1 -1
- package/src/components/or-rich-text-editor-v3/OrRichTextEditor.vue +2 -2
- package/src/components/or-rich-tooltip-v3/OrRichTooltip.vue +1 -1
- package/src/components/or-search/OrSearch.vue +1 -1
- package/src/components/or-search-v3/OrSearch.vue +1 -1
- package/src/components/or-segmented-control-v3/OrSegmentedControl.vue +1 -1
- package/src/components/or-segmented-control-v3/partials/or-segmented-control-item/OrSegmentedControlItem.vue +3 -1
- package/src/components/or-select/OrSelect.vue +1 -1
- package/src/components/or-select/constants.ts +1 -1
- package/src/components/or-select/partials/OrSelectContent.vue +1 -1
- package/src/components/or-select/partials/OrSelectContentEmpty.vue +1 -1
- package/src/components/or-select/partials/OrSelectContentOptions.vue +1 -1
- package/src/components/or-select/partials/OrSelectInput.vue +1 -1
- package/src/components/or-select/partials/OrSelectInputValue.vue +1 -1
- package/src/components/or-select/partials/OrSelectMain.vue +1 -1
- package/src/components/or-select/partials/OrSelectOption.vue +1 -1
- package/src/components/or-select/partials/OrSelectSearchOptions.vue +1 -1
- package/src/components/or-select-v3/OrSelect.vue +1 -1
- package/src/components/or-select-v3/partials/or-select-control-input/OrSelectControlInput.vue +1 -1
- package/src/components/or-select-v3/partials/or-select-multiple-control/OrSelectMultipleControl.vue +1 -1
- package/src/components/or-select-v3/partials/or-select-placeholder/OrSelectPlaceholder.vue +1 -1
- package/src/components/or-select-v3/partials/or-select-single-control/OrSelectSingleControl.vue +1 -1
- package/src/components/or-sidebar/OrSidebar.vue +2 -2
- package/src/components/or-sidebar-v3/OrSidebar.vue +1 -1
- package/src/components/or-skeleton/or-skeleton-circle/OrSkeletonCircle.vue +1 -1
- package/src/components/or-skeleton/or-skeleton-rect/OrSkeletonRect.vue +1 -1
- package/src/components/or-skeleton/or-skeleton-text/OrSkeletonText.vue +1 -1
- package/src/components/or-skeleton-v3/or-skeleton-circle-v3/OrSkeletonCircle.vue +1 -1
- package/src/components/or-skeleton-v3/or-skeleton-rect-v3/OrSkeletonRect.vue +1 -1
- package/src/components/or-skeleton-v3/or-skeleton-text-v3/OrSkeletonText.vue +1 -1
- package/src/components/or-slider/OrSlider.vue +4 -4
- package/src/components/or-slider-v3/OrSlider.vue +3 -1
- package/src/components/or-sorting-v3/OrSorting.vue +1 -1
- package/src/components/or-status-v3/OrStatus.vue +1 -1
- package/src/components/or-stepper/OrStepper.vue +1 -1
- package/src/components/or-stepper/partials/OrStepperButtonOptions.vue +1 -1
- package/src/components/or-stepper/partials/OrStepperOptionHorizontal.vue +1 -1
- package/src/components/or-stepper/partials/OrStepperOptionVertical.vue +1 -1
- package/src/components/or-stepper/partials/OrStepperTitle.vue +1 -1
- package/src/components/or-stepper/partials/StatusIcon.vue +1 -1
- package/src/components/or-switch/OrSwitch.vue +1 -1
- package/src/components/or-switch-v3/OrSwitch.vue +1 -1
- package/src/components/or-tab/OrTab.vue +1 -1
- package/src/components/or-tab-header-item/OrTabHeaderItem.vue +2 -2
- package/src/components/or-tab-v3/OrTab.vue +1 -1
- package/src/components/or-tabs/OrTabs.vue +1 -1
- package/src/components/or-tabs-v3/OrTabs.vue +1 -1
- package/src/components/or-tag/OrTag.vue +4 -4
- package/src/components/or-tag-input-v3/OrTagInput.vue +1 -1
- package/src/components/or-tag-v3/OrTag.vue +1 -1
- package/src/components/or-tags-v3/OrTags.vue +1 -1
- package/src/components/or-teleport/OrTeleport.vue2.vue +1 -1
- package/src/components/or-teleport/OrTeleport.vue3.vue +1 -1
- package/src/components/or-teleport-v3/OrTeleport.vue2.vue +1 -1
- package/src/components/or-teleport-v3/OrTeleport.vue3.vue +1 -1
- package/src/components/or-text-v3/OrText.vue +1 -1
- package/src/components/or-textarea/OrTextarea.vue +1 -1
- package/src/components/or-textarea-v3/OrTextarea.vue +1 -1
- package/src/components/or-textbox/OrTextbox.vue +2 -2
- package/src/components/or-time-format-v3/OrTimeFormat.vue +1 -1
- package/src/components/or-time-picker-v3/OrTimePicker.vue +1 -1
- package/src/components/or-time-range-picker-v3/OrTimeRangePicker.vue +1 -1
- package/src/components/or-toast/OrToast.vue +2 -2
- package/src/components/or-toast/Timer.ts +1 -1
- package/src/components/or-toast/composable/useQueue.ts +1 -1
- package/src/components/or-toast/or-toast-container/OrToastContainer.vue +1 -1
- package/src/components/or-toast-v3/OrToast.vue +1 -1
- package/src/components/or-toast-v3/Timer.ts +1 -1
- package/src/components/or-toast-v3/composable/useQueue.ts +1 -1
- package/src/components/or-toast-v3/or-toast-container-v3/OrToastContainer.vue +1 -1
- package/src/components/or-tooltip/OrTooltip.vue +1 -1
- package/src/components/or-tooltip/or-tooltip-content/OrTooltipContent.vue +1 -1
- package/src/components/or-tooltip-v3/OrTooltip.vue +1 -1
- package/src/components/or-tree-v3/OrTree.vue +2 -2
- package/src/components/or-tree-v3/partials/or-tree-node/OrTreeNode.vue +1 -1
- package/src/constants.ts +5 -0
- package/src/directives/dropdown-close.ts +2 -1
- package/src/directives/dropdown-open.ts +2 -1
- package/src/hooks/useControlAttributes.ts +1 -1
- package/src/hooks/useDateFormat.ts +1 -1
- package/src/hooks/useDateMask.ts +1 -1
- package/src/hooks/useElevation.ts +2 -2
- package/src/hooks/useIdAttribute.ts +1 -1
- package/src/hooks/useLocale.ts +1 -1
- package/src/hooks/useOverflow.ts +5 -5
- package/src/hooks/usePopoverState.ts +1 -1
- package/src/hooks/useProxyModelValue.ts +1 -1
- package/src/hooks/useResponsive/useResponsive.ts +2 -1
- package/src/hooks/useTimeFormat.ts +1 -1
- package/src/hooks/useTimeMask.ts +1 -1
- package/src/hooks/useToggle.ts +1 -1
- package/src/hooks/useValidationAttributes.ts +1 -1
- package/src/shims-vue.d.ts +1 -1
- package/src/shims.d.ts +4 -0
- package/src/tokens/DATE_FORMAT.ts +1 -1
- package/src/tokens/LOCALE.ts +1 -1
- package/src/tokens/TIME_FORMAT.ts +1 -1
- package/autoinstall.js +0 -42
- package/dist/bundled/v2/OrDataGrid-a52d274a.js +0 -1711
- package/dist/bundled/v2/OrDateTimePickerMonthSelect-1ed2b975.js +0 -593
- package/dist/bundled/v2/OrDateTimePickerPopoverHeader-9af316c6.js +0 -235
- package/dist/bundled/v2/OrDateTimePickerTimeSelect-881d6f11.js +0 -372
- package/dist/bundled/v2/OrInlineInput-ace03cd7.js +0 -288
- package/dist/bundled/v2/OrInput-9e9c27ff.js +0 -346
- package/dist/bundled/v2/OrList-65126fc3.js +0 -331
- package/dist/bundled/v2/OrRichTooltip-7806f450.js +0 -152
- package/dist/bundled/v2/OrTree-269a94c2.js +0 -465
- package/dist/bundled/v2/_baseAssignValue-3545677d.js +0 -38
- package/dist/bundled/v2/_baseIsEqual-106ef563.js +0 -1237
- package/dist/bundled/v2/_baseProperty-a52739e9.js +0 -15
- package/dist/bundled/v2/_commonjsHelpers-1789f0cf.js +0 -7
- package/dist/bundled/v2/_isIndex-9f160639.js +0 -91
- package/dist/bundled/v2/_overArg-91f66d82.js +0 -856
- package/dist/bundled/v2/components/OrAutocompleteV3/OrAutocomplete.js +0 -431
- package/dist/bundled/v2/components/OrAutocompleteV3/OrAutocomplete.vue.d.ts +0 -198
- package/dist/bundled/v2/components/OrAutocompleteV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrAutocompleteV3/index.js +0 -1
- package/dist/bundled/v2/components/OrAutocompleteV3/styles.d.ts +0 -6
- package/dist/bundled/v2/components/OrAutocompleteV3/styles.js +0 -36
- package/dist/bundled/v2/components/OrAutocompleteV3/types.d.ts +0 -3
- package/dist/bundled/v2/components/OrAvatar/OrAvatar.js +0 -105
- package/dist/bundled/v2/components/OrAvatar/OrAvatar.vue.d.ts +0 -47
- package/dist/bundled/v2/components/OrAvatar/constants.d.ts +0 -5
- package/dist/bundled/v2/components/OrAvatar/constants.js +0 -8
- package/dist/bundled/v2/components/OrAvatar/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrAvatar/index.js +0 -2
- package/dist/bundled/v2/components/OrAvatarV3/OrAvatar.js +0 -104
- package/dist/bundled/v2/components/OrAvatarV3/OrAvatar.vue.d.ts +0 -58
- package/dist/bundled/v2/components/OrAvatarV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrAvatarV3/index.js +0 -2
- package/dist/bundled/v2/components/OrAvatarV3/props.d.ts +0 -15
- package/dist/bundled/v2/components/OrAvatarV3/props.js +0 -19
- package/dist/bundled/v2/components/OrAvatarV3/styles.d.ts +0 -6
- package/dist/bundled/v2/components/OrAvatarV3/styles.js +0 -84
- package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.js +0 -134
- package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.vue.d.ts +0 -566
- package/dist/bundled/v2/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.d.ts +0 -530
- package/dist/bundled/v2/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.js +0 -73
- package/dist/bundled/v2/components/OrBottomSheetV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrBottomSheetV3/index.js +0 -2
- package/dist/bundled/v2/components/OrBottomSheetV3/props.d.ts +0 -4
- package/dist/bundled/v2/components/OrBottomSheetV3/props.js +0 -7
- package/dist/bundled/v2/components/OrBottomSheetV3/styles.d.ts +0 -6
- package/dist/bundled/v2/components/OrBottomSheetV3/styles.js +0 -48
- package/dist/bundled/v2/components/OrButton/OrButton.js +0 -173
- package/dist/bundled/v2/components/OrButton/OrButton.vue.d.ts +0 -153
- package/dist/bundled/v2/components/OrButton/constants.d.ts +0 -21
- package/dist/bundled/v2/components/OrButton/constants.js +0 -25
- package/dist/bundled/v2/components/OrButton/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrButton/index.js +0 -2
- package/dist/bundled/v2/components/OrButtonGroupV3/OrButtonGroup.js +0 -69
- package/dist/bundled/v2/components/OrButtonGroupV3/OrButtonGroup.vue.d.ts +0 -37
- package/dist/bundled/v2/components/OrButtonGroupV3/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrButtonGroupV3/index.js +0 -1
- package/dist/bundled/v2/components/OrButtonGroupV3/styles.d.ts +0 -3
- package/dist/bundled/v2/components/OrButtonGroupV3/styles.js +0 -25
- package/dist/bundled/v2/components/OrButtonV2/OrButton.js +0 -179
- package/dist/bundled/v2/components/OrButtonV2/OrButton.vue.d.ts +0 -126
- package/dist/bundled/v2/components/OrButtonV2/constants.d.ts +0 -35
- package/dist/bundled/v2/components/OrButtonV2/constants.js +0 -43
- package/dist/bundled/v2/components/OrButtonV2/index.d.ts +0 -3
- package/dist/bundled/v2/components/OrButtonV2/index.js +0 -3
- package/dist/bundled/v2/components/OrButtonV3/OrButton.js +0 -119
- package/dist/bundled/v2/components/OrButtonV3/OrButton.vue.d.ts +0 -79
- package/dist/bundled/v2/components/OrButtonV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrButtonV3/index.js +0 -2
- package/dist/bundled/v2/components/OrButtonV3/props.d.ts +0 -16
- package/dist/bundled/v2/components/OrButtonV3/props.js +0 -21
- package/dist/bundled/v2/components/OrButtonV3/styles.d.ts +0 -6
- package/dist/bundled/v2/components/OrButtonV3/styles.js +0 -95
- package/dist/bundled/v2/components/OrCard/OrCard.js +0 -65
- package/dist/bundled/v2/components/OrCard/OrCard.vue.d.ts +0 -18
- package/dist/bundled/v2/components/OrCard/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrCardCollection/OrCardCollection.js +0 -215
- package/dist/bundled/v2/components/OrCardCollection/OrCardCollection.vue.d.ts +0 -86
- package/dist/bundled/v2/components/OrCardCollection/constants.d.ts +0 -4
- package/dist/bundled/v2/components/OrCardCollection/constants.js +0 -7
- package/dist/bundled/v2/components/OrCardCollection/index.d.ts +0 -3
- package/dist/bundled/v2/components/OrCardCollection/index.js +0 -2
- package/dist/bundled/v2/components/OrCardCollection/types.d.ts +0 -8
- package/dist/bundled/v2/components/OrCardCollectionV3/OrCardCollection.js +0 -281
- package/dist/bundled/v2/components/OrCardCollectionV3/OrCardCollection.vue.d.ts +0 -112
- package/dist/bundled/v2/components/OrCardCollectionV3/index.d.ts +0 -3
- package/dist/bundled/v2/components/OrCardCollectionV3/index.js +0 -2
- package/dist/bundled/v2/components/OrCardCollectionV3/props.d.ts +0 -8
- package/dist/bundled/v2/components/OrCardCollectionV3/props.js +0 -16
- package/dist/bundled/v2/components/OrCardCollectionV3/styles.d.ts +0 -7
- package/dist/bundled/v2/components/OrCardCollectionV3/styles.js +0 -45
- package/dist/bundled/v2/components/OrCardCollectionV3/types.d.ts +0 -8
- package/dist/bundled/v2/components/OrCardV3/OrCard.js +0 -72
- package/dist/bundled/v2/components/OrCardV3/OrCard.vue.d.ts +0 -37
- package/dist/bundled/v2/components/OrCardV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrCardV3/index.js +0 -2
- package/dist/bundled/v2/components/OrCardV3/props.d.ts +0 -5
- package/dist/bundled/v2/components/OrCardV3/props.js +0 -8
- package/dist/bundled/v2/components/OrCardV3/styles.d.ts +0 -4
- package/dist/bundled/v2/components/OrCardV3/styles.js +0 -25
- package/dist/bundled/v2/components/OrCheckbox/OrCheckbox.js +0 -178
- package/dist/bundled/v2/components/OrCheckbox/OrCheckbox.vue.d.ts +0 -73
- package/dist/bundled/v2/components/OrCheckbox/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrCheckboxGroupV3/OrCheckboxGroup.js +0 -119
- package/dist/bundled/v2/components/OrCheckboxGroupV3/OrCheckboxGroup.vue.d.ts +0 -73
- package/dist/bundled/v2/components/OrCheckboxGroupV3/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrCheckboxTreeV3/OrCheckboxTree.js +0 -222
- package/dist/bundled/v2/components/OrCheckboxTreeV3/OrCheckboxTree.vue.d.ts +0 -65
- package/dist/bundled/v2/components/OrCheckboxTreeV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrCheckboxTreeV3/index.js +0 -1
- package/dist/bundled/v2/components/OrCheckboxTreeV3/styles.d.ts +0 -2
- package/dist/bundled/v2/components/OrCheckboxTreeV3/styles.js +0 -10
- package/dist/bundled/v2/components/OrCheckboxTreeV3/types.d.ts +0 -8
- package/dist/bundled/v2/components/OrCheckboxTreeV3/utils/extractChildrenValues.d.ts +0 -2
- package/dist/bundled/v2/components/OrCheckboxTreeV3/utils/extractChildrenValues.js +0 -19
- package/dist/bundled/v2/components/OrCheckboxV3/OrCheckbox.js +0 -195
- package/dist/bundled/v2/components/OrCheckboxV3/OrCheckbox.vue.d.ts +0 -92
- package/dist/bundled/v2/components/OrCheckboxV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrCheckboxV3/index.js +0 -1
- package/dist/bundled/v2/components/OrCheckboxV3/styles.d.ts +0 -3
- package/dist/bundled/v2/components/OrCheckboxV3/styles.js +0 -31
- package/dist/bundled/v2/components/OrCheckboxV3/types.d.ts +0 -3
- package/dist/bundled/v2/components/OrChip/OrChip.js +0 -91
- package/dist/bundled/v2/components/OrChip/OrChip.vue.d.ts +0 -42
- package/dist/bundled/v2/components/OrChip/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrChip/index.js +0 -1
- package/dist/bundled/v2/components/OrChips/OrChips.js +0 -311
- package/dist/bundled/v2/components/OrChips/OrChips.vue.d.ts +0 -69
- package/dist/bundled/v2/components/OrChips/constants.d.ts +0 -9
- package/dist/bundled/v2/components/OrChips/constants.js +0 -10
- package/dist/bundled/v2/components/OrChips/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrChips/index.js +0 -2
- package/dist/bundled/v2/components/OrCode/OrCode.js +0 -353
- package/dist/bundled/v2/components/OrCode/OrCode.vue.d.ts +0 -168
- package/dist/bundled/v2/components/OrCode/constants.d.ts +0 -8
- package/dist/bundled/v2/components/OrCode/constants.js +0 -11
- package/dist/bundled/v2/components/OrCode/index.d.ts +0 -3
- package/dist/bundled/v2/components/OrCode/index.js +0 -7
- package/dist/bundled/v2/components/OrCode/lang.d.ts +0 -11
- package/dist/bundled/v2/components/OrCode/lang.js +0 -27
- package/dist/bundled/v2/components/OrCode/libs.d.ts +0 -5
- package/dist/bundled/v2/components/OrCode/libs.js +0 -5
- package/dist/bundled/v2/components/OrCode/theme.d.ts +0 -24
- package/dist/bundled/v2/components/OrCode/theme.js +0 -189
- package/dist/bundled/v2/components/OrCodeV3/OrCode.js +0 -541
- package/dist/bundled/v2/components/OrCodeV3/OrCode.vue.d.ts +0 -132
- package/dist/bundled/v2/components/OrCodeV3/index.d.ts +0 -3
- package/dist/bundled/v2/components/OrCodeV3/index.js +0 -7
- package/dist/bundled/v2/components/OrCodeV3/libs.d.ts +0 -6
- package/dist/bundled/v2/components/OrCodeV3/libs.js +0 -5
- package/dist/bundled/v2/components/OrCodeV3/props.d.ts +0 -8
- package/dist/bundled/v2/components/OrCodeV3/props.js +0 -11
- package/dist/bundled/v2/components/OrCodeV3/styles.d.ts +0 -4
- package/dist/bundled/v2/components/OrCodeV3/styles.js +0 -28
- package/dist/bundled/v2/components/OrCollapse/OrCollapse.js +0 -164
- package/dist/bundled/v2/components/OrCollapse/OrCollapse.vue.d.ts +0 -53
- package/dist/bundled/v2/components/OrCollapse/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrColorPicker/OrColorPicker.js +0 -162
- package/dist/bundled/v2/components/OrColorPicker/OrColorPicker.vue.d.ts +0 -48
- package/dist/bundled/v2/components/OrColorPicker/constants.d.ts +0 -575
- package/dist/bundled/v2/components/OrColorPicker/constants.js +0 -323
- package/dist/bundled/v2/components/OrColorPicker/index.d.ts +0 -3
- package/dist/bundled/v2/components/OrColorPicker/index.js +0 -2
- package/dist/bundled/v2/components/OrColorPicker/types.d.ts +0 -1
- package/dist/bundled/v2/components/OrColorPicker/utils/defultPalette.d.ts +0 -2
- package/dist/bundled/v2/components/OrColorPicker/utils/defultPalette.js +0 -15
- package/dist/bundled/v2/components/OrCombinedInputV3/OrCombinedInput.js +0 -144
- package/dist/bundled/v2/components/OrCombinedInputV3/OrCombinedInput.vue.d.ts +0 -82
- package/dist/bundled/v2/components/OrCombinedInputV3/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrCombinedInputV3/index.js +0 -1
- package/dist/bundled/v2/components/OrCombinedInputV3/styles.d.ts +0 -2
- package/dist/bundled/v2/components/OrCombinedInputV3/styles.js +0 -20
- package/dist/bundled/v2/components/OrConfirm/OrConfirm.js +0 -260
- package/dist/bundled/v2/components/OrConfirm/OrConfirm.vue.d.ts +0 -176
- package/dist/bundled/v2/components/OrConfirm/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrConfirm/index.js +0 -1
- package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +0 -262
- package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.vue.d.ts +0 -138
- package/dist/bundled/v2/components/OrConfirmV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrConfirmV3/index.js +0 -2
- package/dist/bundled/v2/components/OrConfirmV3/props.d.ts +0 -4
- package/dist/bundled/v2/components/OrConfirmV3/props.js +0 -7
- package/dist/bundled/v2/components/OrConfirmV3/styles.d.ts +0 -7
- package/dist/bundled/v2/components/OrConfirmV3/styles.js +0 -47
- package/dist/bundled/v2/components/OrContextMenuV3/OrContextMenu.js +0 -128
- package/dist/bundled/v2/components/OrContextMenuV3/OrContextMenu.vue.d.ts +0 -56
- package/dist/bundled/v2/components/OrContextMenuV3/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrDataGridV3/OrDataGrid.js +0 -2
- package/dist/bundled/v2/components/OrDataGridV3/OrDataGrid.vue.d.ts +0 -92
- package/dist/bundled/v2/components/OrDataGridV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrDataGridV3/index.js +0 -1
- package/dist/bundled/v2/components/OrDataGridV3/styles.d.ts +0 -1
- package/dist/bundled/v2/components/OrDataGridV3/styles.js +0 -5
- package/dist/bundled/v2/components/OrDataGridV3/types.d.ts +0 -41
- package/dist/bundled/v2/components/OrDateFormatV3/OrDateFormat.js +0 -84
- package/dist/bundled/v2/components/OrDateFormatV3/OrDateFormat.vue.d.ts +0 -50
- package/dist/bundled/v2/components/OrDateFormatV3/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrDateFormatV3/index.js +0 -1
- package/dist/bundled/v2/components/OrDateFormatV3/styles.d.ts +0 -1
- package/dist/bundled/v2/components/OrDateFormatV3/styles.js +0 -5
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +0 -408
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.vue.d.ts +0 -294
- package/dist/bundled/v2/components/OrDatePickerV3/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrDatePickerV3/index.js +0 -1
- package/dist/bundled/v2/components/OrDatePickerV3/styles.d.ts +0 -2
- package/dist/bundled/v2/components/OrDatePickerV3/styles.js +0 -10
- package/dist/bundled/v2/components/OrDateRangePickerV3/OrDateRangePicker.js +0 -535
- package/dist/bundled/v2/components/OrDateRangePickerV3/OrDateRangePicker.vue.d.ts +0 -586
- package/dist/bundled/v2/components/OrDateRangePickerV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrDateRangePickerV3/index.js +0 -1
- package/dist/bundled/v2/components/OrDateRangePickerV3/styles.d.ts +0 -2
- package/dist/bundled/v2/components/OrDateRangePickerV3/styles.js +0 -10
- package/dist/bundled/v2/components/OrDateRangePickerV3/types.d.ts +0 -3
- package/dist/bundled/v2/components/OrDateTimeFormatV3/OrDateTimeFormat.js +0 -93
- package/dist/bundled/v2/components/OrDateTimeFormatV3/OrDateTimeFormat.vue.d.ts +0 -61
- package/dist/bundled/v2/components/OrDateTimeFormatV3/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrDateTimeFormatV3/index.js +0 -1
- package/dist/bundled/v2/components/OrDateTimeFormatV3/styles.d.ts +0 -1
- package/dist/bundled/v2/components/OrDateTimeFormatV3/styles.js +0 -5
- package/dist/bundled/v2/components/OrDateTimePicker/OrDateTimePicker.js +0 -1121
- package/dist/bundled/v2/components/OrDateTimePicker/OrDateTimePicker.vue.d.ts +0 -286
- package/dist/bundled/v2/components/OrDateTimePicker/constants.d.ts +0 -24
- package/dist/bundled/v2/components/OrDateTimePicker/constants.js +0 -20
- package/dist/bundled/v2/components/OrDateTimePicker/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrDateTimePicker/index.js +0 -2
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +0 -553
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.vue.d.ts +0 -328
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.d.ts +0 -4
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +0 -10
- package/dist/bundled/v2/components/OrDateTimePickerV3/styles.d.ts +0 -3
- package/dist/bundled/v2/components/OrDateTimePickerV3/styles.js +0 -11
- package/dist/bundled/v2/components/OrDateTimePickerV3/types.d.ts +0 -2
- package/dist/bundled/v2/components/OrDateTimePickerV3/utils/formatDate.d.ts +0 -2
- package/dist/bundled/v2/components/OrDateTimePickerV3/utils/formatDate.js +0 -11
- package/dist/bundled/v2/components/OrDateTimePickerV3/utils/formatMobileDate.d.ts +0 -2
- package/dist/bundled/v2/components/OrDateTimePickerV3/utils/formatMobileDate.js +0 -8
- package/dist/bundled/v2/components/OrDateTimePickerV3/utils/formatMobileTime.d.ts +0 -2
- package/dist/bundled/v2/components/OrDateTimePickerV3/utils/formatMobileTime.js +0 -11
- package/dist/bundled/v2/components/OrDateTimePickerV3/utils/formatTime.d.ts +0 -2
- package/dist/bundled/v2/components/OrDateTimePickerV3/utils/formatTime.js +0 -14
- package/dist/bundled/v2/components/OrDateTimePickerV3/utils/getCurrentDate.d.ts +0 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/utils/getCurrentDate.js +0 -6
- package/dist/bundled/v2/components/OrDateTimePickerV3/utils/getNextMonthDate.d.ts +0 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/utils/getNextMonthDate.js +0 -6
- package/dist/bundled/v2/components/OrDateTimePickerV3/utils/index.d.ts +0 -6
- package/dist/bundled/v2/components/OrDateTimePickerV3/utils/index.js +0 -6
- package/dist/bundled/v2/components/OrDrawerV3/OrDrawer.js +0 -118
- package/dist/bundled/v2/components/OrDrawerV3/OrDrawer.vue.d.ts +0 -46
- package/dist/bundled/v2/components/OrDrawerV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrDrawerV3/index.js +0 -2
- package/dist/bundled/v2/components/OrDrawerV3/styles.d.ts +0 -5
- package/dist/bundled/v2/components/OrDrawerV3/styles.js +0 -1
- package/dist/bundled/v2/components/OrDrawerV3/types.d.ts +0 -4
- package/dist/bundled/v2/components/OrDropAreaV3/OrDropArea.js +0 -192
- package/dist/bundled/v2/components/OrDropAreaV3/OrDropArea.vue.d.ts +0 -78
- package/dist/bundled/v2/components/OrDropAreaV3/index.d.ts +0 -3
- package/dist/bundled/v2/components/OrDropAreaV3/index.js +0 -3
- package/dist/bundled/v2/components/OrDropAreaV3/props.d.ts +0 -4
- package/dist/bundled/v2/components/OrDropAreaV3/props.js +0 -7
- package/dist/bundled/v2/components/OrDropAreaV3/styles.d.ts +0 -9
- package/dist/bundled/v2/components/OrDropAreaV3/styles.js +0 -74
- package/dist/bundled/v2/components/OrDropAreaV3/utils/approximateFileSize.d.ts +0 -1
- package/dist/bundled/v2/components/OrDropAreaV3/utils/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrDropAreaV3/utils/index.js +0 -1
- package/dist/bundled/v2/components/OrEditorTabsV3/OrEditorTabs.js +0 -394
- package/dist/bundled/v2/components/OrEditorTabsV3/OrEditorTabs.vue.d.ts +0 -73
- package/dist/bundled/v2/components/OrEditorTabsV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrEditorTabsV3/index.js +0 -2
- package/dist/bundled/v2/components/OrEditorTabsV3/props.d.ts +0 -4
- package/dist/bundled/v2/components/OrEditorTabsV3/props.js +0 -7
- package/dist/bundled/v2/components/OrEditorTabsV3/styles.d.ts +0 -6
- package/dist/bundled/v2/components/OrEditorTabsV3/styles.js +0 -34
- package/dist/bundled/v2/components/OrEmptyStateV3/OrEmptyState.js +0 -111
- package/dist/bundled/v2/components/OrEmptyStateV3/OrEmptyState.vue.d.ts +0 -86
- package/dist/bundled/v2/components/OrEmptyStateV3/index.d.ts +0 -3
- package/dist/bundled/v2/components/OrEmptyStateV3/index.js +0 -2
- package/dist/bundled/v2/components/OrEmptyStateV3/props.d.ts +0 -4
- package/dist/bundled/v2/components/OrEmptyStateV3/props.js +0 -7
- package/dist/bundled/v2/components/OrEmptyStateV3/styles.d.ts +0 -10
- package/dist/bundled/v2/components/OrEmptyStateV3/styles.js +0 -46
- package/dist/bundled/v2/components/OrEmptyStateV3/types.d.ts +0 -2
- package/dist/bundled/v2/components/OrError/OrError.js +0 -52
- package/dist/bundled/v2/components/OrError/OrError.vue.d.ts +0 -15
- package/dist/bundled/v2/components/OrError/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrErrorTagV3/OrErrorTag.js +0 -65
- package/dist/bundled/v2/components/OrErrorTagV3/OrErrorTag.vue.d.ts +0 -5
- package/dist/bundled/v2/components/OrErrorTagV3/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrErrorTagV3/index.js +0 -1
- package/dist/bundled/v2/components/OrErrorTagV3/styles.d.ts +0 -1
- package/dist/bundled/v2/components/OrErrorTagV3/styles.js +0 -15
- package/dist/bundled/v2/components/OrErrorV3/OrError.js +0 -71
- package/dist/bundled/v2/components/OrErrorV3/OrError.vue.d.ts +0 -19
- package/dist/bundled/v2/components/OrErrorV3/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrErrorV3/index.js +0 -1
- package/dist/bundled/v2/components/OrErrorV3/styles.d.ts +0 -3
- package/dist/bundled/v2/components/OrErrorV3/styles.js +0 -19
- package/dist/bundled/v2/components/OrExpansionPanelV3/OrExpansionPanel.js +0 -163
- package/dist/bundled/v2/components/OrExpansionPanelV3/OrExpansionPanel.vue.d.ts +0 -103
- package/dist/bundled/v2/components/OrExpansionPanelV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrExpansionPanelV3/index.js +0 -2
- package/dist/bundled/v2/components/OrExpansionPanelV3/props.d.ts +0 -13
- package/dist/bundled/v2/components/OrExpansionPanelV3/props.js +0 -18
- package/dist/bundled/v2/components/OrExpansionPanelV3/styles.d.ts +0 -9
- package/dist/bundled/v2/components/OrExpansionPanelV3/styles.js +0 -77
- package/dist/bundled/v2/components/OrFabV3/OrFab.js +0 -94
- package/dist/bundled/v2/components/OrFabV3/OrFab.vue.d.ts +0 -41
- package/dist/bundled/v2/components/OrFabV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrFabV3/index.js +0 -2
- package/dist/bundled/v2/components/OrFabV3/props.d.ts +0 -4
- package/dist/bundled/v2/components/OrFabV3/props.js +0 -7
- package/dist/bundled/v2/components/OrFabV3/styles.d.ts +0 -3
- package/dist/bundled/v2/components/OrFabV3/styles.js +0 -19
- package/dist/bundled/v2/components/OrFilterPopoverV3/OrFilterPopover.js +0 -219
- package/dist/bundled/v2/components/OrFilterPopoverV3/OrFilterPopover.vue.d.ts +0 -99
- package/dist/bundled/v2/components/OrFilterPopoverV3/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrFilterPopoverV3/index.js +0 -1
- package/dist/bundled/v2/components/OrFilterPopoverV3/styles.d.ts +0 -3
- package/dist/bundled/v2/components/OrFilterPopoverV3/styles.js +0 -21
- package/dist/bundled/v2/components/OrFilterTriggerV3/OrFilterTrigger.js +0 -115
- package/dist/bundled/v2/components/OrFilterTriggerV3/OrFilterTrigger.vue.d.ts +0 -41
- package/dist/bundled/v2/components/OrFilterTriggerV3/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrFilterTriggerV3/index.js +0 -1
- package/dist/bundled/v2/components/OrFilterTriggerV3/styles.d.ts +0 -3
- package/dist/bundled/v2/components/OrFilterTriggerV3/styles.js +0 -43
- package/dist/bundled/v2/components/OrFilterV3/OrFilter.js +0 -140
- package/dist/bundled/v2/components/OrFilterV3/OrFilter.vue.d.ts +0 -51
- package/dist/bundled/v2/components/OrFilterV3/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrFilterV3/index.js +0 -1
- package/dist/bundled/v2/components/OrFilterV3/styles.d.ts +0 -1
- package/dist/bundled/v2/components/OrFilterV3/styles.js +0 -3
- package/dist/bundled/v2/components/OrFloating/OrFloating.js +0 -186
- package/dist/bundled/v2/components/OrFloating/OrFloating.vue.d.ts +0 -123
- package/dist/bundled/v2/components/OrFloating/constants.d.ts +0 -18
- package/dist/bundled/v2/components/OrFloating/constants.js +0 -22
- package/dist/bundled/v2/components/OrFloating/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrFloating/index.js +0 -2
- package/dist/bundled/v2/components/OrFormGroupV3/OrFormGroup.js +0 -128
- package/dist/bundled/v2/components/OrFormGroupV3/OrFormGroup.vue.d.ts +0 -65
- package/dist/bundled/v2/components/OrFormGroupV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrFormGroupV3/index.js +0 -2
- package/dist/bundled/v2/components/OrFormGroupV3/styles.d.ts +0 -4
- package/dist/bundled/v2/components/OrFormGroupV3/styles.js +0 -1
- package/dist/bundled/v2/components/OrFormGroupV3/types.d.ts +0 -4
- package/dist/bundled/v2/components/OrHint/OrHint.js +0 -53
- package/dist/bundled/v2/components/OrHint/OrHint.vue.d.ts +0 -17
- package/dist/bundled/v2/components/OrHint/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrHintV3/OrHint.js +0 -71
- package/dist/bundled/v2/components/OrHintV3/OrHint.vue.d.ts +0 -19
- package/dist/bundled/v2/components/OrHintV3/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrHintV3/index.js +0 -1
- package/dist/bundled/v2/components/OrHintV3/styles.d.ts +0 -3
- package/dist/bundled/v2/components/OrHintV3/styles.js +0 -19
- package/dist/bundled/v2/components/OrIcon/OrIcon.js +0 -158
- package/dist/bundled/v2/components/OrIcon/OrIcon.vue.d.ts +0 -95
- package/dist/bundled/v2/components/OrIcon/constants.d.ts +0 -20
- package/dist/bundled/v2/components/OrIcon/constants.js +0 -24
- package/dist/bundled/v2/components/OrIcon/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrIcon/index.js +0 -2
- package/dist/bundled/v2/components/OrIconButtonV2/OrIconButton.js +0 -224
- package/dist/bundled/v2/components/OrIconButtonV2/OrIconButton.vue.d.ts +0 -106
- package/dist/bundled/v2/components/OrIconButtonV2/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrIconButtonV3/OrIconButton.js +0 -128
- package/dist/bundled/v2/components/OrIconButtonV3/OrIconButton.vue.d.ts +0 -78
- package/dist/bundled/v2/components/OrIconButtonV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrIconButtonV3/index.js +0 -2
- package/dist/bundled/v2/components/OrIconButtonV3/props.d.ts +0 -6
- package/dist/bundled/v2/components/OrIconButtonV3/props.js +0 -9
- package/dist/bundled/v2/components/OrIconButtonV3/styles.d.ts +0 -3
- package/dist/bundled/v2/components/OrIconButtonV3/styles.js +0 -63
- package/dist/bundled/v2/components/OrIconV3/OrIcon.js +0 -75
- package/dist/bundled/v2/components/OrIconV3/OrIcon.vue.d.ts +0 -38
- package/dist/bundled/v2/components/OrIconV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrIconV3/index.js +0 -2
- package/dist/bundled/v2/components/OrIconV3/props.d.ts +0 -13
- package/dist/bundled/v2/components/OrIconV3/props.js +0 -17
- package/dist/bundled/v2/components/OrIconV3/styles.d.ts +0 -4
- package/dist/bundled/v2/components/OrIconV3/styles.js +0 -44
- package/dist/bundled/v2/components/OrInlineInputBoxV3/OrInlineInputBox.js +0 -68
- package/dist/bundled/v2/components/OrInlineInputBoxV3/OrInlineInputBox.vue.d.ts +0 -28
- package/dist/bundled/v2/components/OrInlineInputBoxV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrInlineInputBoxV3/index.js +0 -2
- package/dist/bundled/v2/components/OrInlineInputBoxV3/props.d.ts +0 -4
- package/dist/bundled/v2/components/OrInlineInputBoxV3/props.js +0 -7
- package/dist/bundled/v2/components/OrInlineInputBoxV3/styles.d.ts +0 -3
- package/dist/bundled/v2/components/OrInlineInputBoxV3/styles.js +0 -23
- package/dist/bundled/v2/components/OrInlineInputV3/OrInlineInput.js +0 -2
- package/dist/bundled/v2/components/OrInlineInputV3/OrInlineInput.vue.d.ts +0 -110
- package/dist/bundled/v2/components/OrInlineInputV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrInlineInputV3/index.js +0 -1
- package/dist/bundled/v2/components/OrInlineInputV3/styles.d.ts +0 -5
- package/dist/bundled/v2/components/OrInlineInputV3/styles.js +0 -31
- package/dist/bundled/v2/components/OrInlineInputV3/types.d.ts +0 -6
- package/dist/bundled/v2/components/OrInlineTextEdit/OrInlineTextEdit.js +0 -386
- package/dist/bundled/v2/components/OrInlineTextEdit/OrInlineTextEdit.vue.d.ts +0 -157
- package/dist/bundled/v2/components/OrInlineTextEdit/constants.d.ts +0 -9
- package/dist/bundled/v2/components/OrInlineTextEdit/constants.js +0 -13
- package/dist/bundled/v2/components/OrInlineTextEdit/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrInlineTextEdit/index.js +0 -2
- package/dist/bundled/v2/components/OrInlineTextareaV3/OrInlineTextarea.js +0 -272
- package/dist/bundled/v2/components/OrInlineTextareaV3/OrInlineTextarea.vue.d.ts +0 -91
- package/dist/bundled/v2/components/OrInlineTextareaV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrInlineTextareaV3/index.js +0 -1
- package/dist/bundled/v2/components/OrInlineTextareaV3/styles.d.ts +0 -3
- package/dist/bundled/v2/components/OrInlineTextareaV3/styles.js +0 -21
- package/dist/bundled/v2/components/OrInlineTextareaV3/types.d.ts +0 -2
- package/dist/bundled/v2/components/OrInput/OrInput.js +0 -329
- package/dist/bundled/v2/components/OrInput/OrInput.vue.d.ts +0 -153
- package/dist/bundled/v2/components/OrInput/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrInputBoxV3/OrInputBox.js +0 -176
- package/dist/bundled/v2/components/OrInputBoxV3/OrInputBox.vue.d.ts +0 -66
- package/dist/bundled/v2/components/OrInputBoxV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrInputBoxV3/index.js +0 -2
- package/dist/bundled/v2/components/OrInputBoxV3/styles.d.ts +0 -5
- package/dist/bundled/v2/components/OrInputBoxV3/styles.js +0 -68
- package/dist/bundled/v2/components/OrInputBoxV3/types.d.ts +0 -13
- package/dist/bundled/v2/components/OrInputV3/OrInput.js +0 -2
- package/dist/bundled/v2/components/OrInputV3/OrInput.vue.d.ts +0 -166
- package/dist/bundled/v2/components/OrInputV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrInputV3/index.js +0 -1
- package/dist/bundled/v2/components/OrInputV3/styles.d.ts +0 -2
- package/dist/bundled/v2/components/OrInputV3/styles.js +0 -19
- package/dist/bundled/v2/components/OrInputV3/types.d.ts +0 -8
- package/dist/bundled/v2/components/OrLabel/OrLabel.js +0 -82
- package/dist/bundled/v2/components/OrLabel/OrLabel.vue.d.ts +0 -32
- package/dist/bundled/v2/components/OrLabel/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrLabelV3/OrLabel.js +0 -97
- package/dist/bundled/v2/components/OrLabelV3/OrLabel.vue.d.ts +0 -66
- package/dist/bundled/v2/components/OrLabelV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrLabelV3/index.js +0 -2
- package/dist/bundled/v2/components/OrLabelV3/styles.d.ts +0 -5
- package/dist/bundled/v2/components/OrLabelV3/styles.js +0 -1
- package/dist/bundled/v2/components/OrLabelV3/types.d.ts +0 -6
- package/dist/bundled/v2/components/OrLinkV3/OrLink.js +0 -85
- package/dist/bundled/v2/components/OrLinkV3/OrLink.vue.d.ts +0 -63
- package/dist/bundled/v2/components/OrLinkV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrLinkV3/index.js +0 -2
- package/dist/bundled/v2/components/OrLinkV3/props.d.ts +0 -7
- package/dist/bundled/v2/components/OrLinkV3/props.js +0 -10
- package/dist/bundled/v2/components/OrLinkV3/styles.d.ts +0 -3
- package/dist/bundled/v2/components/OrLinkV3/styles.js +0 -32
- package/dist/bundled/v2/components/OrList/OrList.js +0 -1121
- package/dist/bundled/v2/components/OrList/OrList.vue.d.ts +0 -125
- package/dist/bundled/v2/components/OrList/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrList/index.js +0 -1
- package/dist/bundled/v2/components/OrListOfInputs/OrListOfInputs.js +0 -211
- package/dist/bundled/v2/components/OrListOfInputs/OrListOfInputs.vue.d.ts +0 -95
- package/dist/bundled/v2/components/OrListOfInputs/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrListV3/OrList.js +0 -2
- package/dist/bundled/v2/components/OrListV3/OrList.vue.d.ts +0 -107
- package/dist/bundled/v2/components/OrListV3/index.d.ts +0 -3
- package/dist/bundled/v2/components/OrListV3/index.js +0 -1
- package/dist/bundled/v2/components/OrListV3/styles.d.ts +0 -4
- package/dist/bundled/v2/components/OrListV3/styles.js +0 -10
- package/dist/bundled/v2/components/OrListV3/types.d.ts +0 -4
- package/dist/bundled/v2/components/OrLoader/OrLoader.js +0 -106
- package/dist/bundled/v2/components/OrLoader/OrLoader.vue.d.ts +0 -57
- package/dist/bundled/v2/components/OrLoader/constants.d.ts +0 -6
- package/dist/bundled/v2/components/OrLoader/constants.js +0 -8
- package/dist/bundled/v2/components/OrLoader/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrLoader/index.js +0 -2
- package/dist/bundled/v2/components/OrLoader/types.d.ts +0 -3
- package/dist/bundled/v2/components/OrLoaderV3/OrLoader.js +0 -170
- package/dist/bundled/v2/components/OrLoaderV3/OrLoader.vue.d.ts +0 -75
- package/dist/bundled/v2/components/OrLoaderV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrLoaderV3/index.js +0 -2
- package/dist/bundled/v2/components/OrLoaderV3/props.d.ts +0 -13
- package/dist/bundled/v2/components/OrLoaderV3/props.js +0 -18
- package/dist/bundled/v2/components/OrLoaderV3/styles.d.ts +0 -6
- package/dist/bundled/v2/components/OrLoaderV3/styles.js +0 -17
- package/dist/bundled/v2/components/OrMenuItemV3/OrMenuItem.js +0 -112
- package/dist/bundled/v2/components/OrMenuItemV3/OrMenuItem.vue.d.ts +0 -50
- package/dist/bundled/v2/components/OrMenuItemV3/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrMenuItemV3/index.js +0 -1
- package/dist/bundled/v2/components/OrMenuItemV3/styles.d.ts +0 -1
- package/dist/bundled/v2/components/OrMenuItemV3/styles.js +0 -21
- package/dist/bundled/v2/components/OrMenuV3/OrMenu.js +0 -129
- package/dist/bundled/v2/components/OrMenuV3/OrMenu.vue.d.ts +0 -66
- package/dist/bundled/v2/components/OrMenuV3/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrMenuV3/index.js +0 -1
- package/dist/bundled/v2/components/OrMenuV3/styles.d.ts +0 -1
- package/dist/bundled/v2/components/OrMenuV3/styles.js +0 -7
- package/dist/bundled/v2/components/OrModal/OrModal.js +0 -182
- package/dist/bundled/v2/components/OrModal/OrModal.vue.d.ts +0 -85
- package/dist/bundled/v2/components/OrModal/constants.d.ts +0 -7
- package/dist/bundled/v2/components/OrModal/constants.js +0 -10
- package/dist/bundled/v2/components/OrModal/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrModal/index.js +0 -2
- package/dist/bundled/v2/components/OrModalV3/OrModal.js +0 -286
- package/dist/bundled/v2/components/OrModalV3/OrModal.vue.d.ts +0 -44
- package/dist/bundled/v2/components/OrModalV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrModalV3/index.js +0 -2
- package/dist/bundled/v2/components/OrModalV3/props.d.ts +0 -5
- package/dist/bundled/v2/components/OrModalV3/props.js +0 -8
- package/dist/bundled/v2/components/OrModalV3/styles.d.ts +0 -3
- package/dist/bundled/v2/components/OrModalV3/styles.js +0 -30
- package/dist/bundled/v2/components/OrNotification/OrNotification.js +0 -128
- package/dist/bundled/v2/components/OrNotification/OrNotification.vue.d.ts +0 -65
- package/dist/bundled/v2/components/OrNotification/constants.d.ts +0 -10
- package/dist/bundled/v2/components/OrNotification/constants.js +0 -14
- package/dist/bundled/v2/components/OrNotification/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrNotification/index.js +0 -2
- package/dist/bundled/v2/components/OrNotificationV3/OrNotification.js +0 -110
- package/dist/bundled/v2/components/OrNotificationV3/OrNotification.vue.d.ts +0 -30
- package/dist/bundled/v2/components/OrNotificationV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrNotificationV3/index.js +0 -2
- package/dist/bundled/v2/components/OrNotificationV3/props.d.ts +0 -6
- package/dist/bundled/v2/components/OrNotificationV3/props.js +0 -9
- package/dist/bundled/v2/components/OrNotificationV3/styles.d.ts +0 -5
- package/dist/bundled/v2/components/OrNotificationV3/styles.js +0 -56
- package/dist/bundled/v2/components/OrNumberInput/OrNumberInput.js +0 -225
- package/dist/bundled/v2/components/OrNumberInput/OrNumberInput.vue.d.ts +0 -139
- package/dist/bundled/v2/components/OrNumberInput/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrOverflowMenu/OrOverflowMenu.js +0 -246
- package/dist/bundled/v2/components/OrOverflowMenu/OrOverflowMenu.vue.d.ts +0 -62
- package/dist/bundled/v2/components/OrOverflowMenu/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrOverflowMenu/types.d.ts +0 -7
- package/dist/bundled/v2/components/OrOverlay/OrOverlay.js +0 -71
- package/dist/bundled/v2/components/OrOverlay/OrOverlay.vue.d.ts +0 -40
- package/dist/bundled/v2/components/OrOverlay/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrOverlayV3/OrOverlay.js +0 -88
- package/dist/bundled/v2/components/OrOverlayV3/OrOverlay.vue.d.ts +0 -18
- package/dist/bundled/v2/components/OrOverlayV3/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrOverlayV3/index.js +0 -1
- package/dist/bundled/v2/components/OrOverlayV3/styles.d.ts +0 -1
- package/dist/bundled/v2/components/OrOverlayV3/styles.js +0 -9
- package/dist/bundled/v2/components/OrPaginationV3/OrPagination.js +0 -345
- package/dist/bundled/v2/components/OrPaginationV3/OrPagination.vue.d.ts +0 -70
- package/dist/bundled/v2/components/OrPaginationV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrPaginationV3/index.js +0 -1
- package/dist/bundled/v2/components/OrPaginationV3/styles.d.ts +0 -4
- package/dist/bundled/v2/components/OrPaginationV3/styles.js +0 -26
- package/dist/bundled/v2/components/OrPaginationV3/types.d.ts +0 -9
- package/dist/bundled/v2/components/OrPassword/OrPassword.js +0 -222
- package/dist/bundled/v2/components/OrPassword/OrPassword.vue.d.ts +0 -117
- package/dist/bundled/v2/components/OrPassword/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrPopoverV3/OrPopover.js +0 -227
- package/dist/bundled/v2/components/OrPopoverV3/OrPopover.vue.d.ts +0 -154
- package/dist/bundled/v2/components/OrPopoverV3/hooks/types.d.ts +0 -77
- package/dist/bundled/v2/components/OrPopoverV3/hooks/useFloating.d.ts +0 -4
- package/dist/bundled/v2/components/OrPopoverV3/hooks/useFloating.js +0 -136
- package/dist/bundled/v2/components/OrPopoverV3/index.d.ts +0 -3
- package/dist/bundled/v2/components/OrPopoverV3/index.js +0 -3
- package/dist/bundled/v2/components/OrPopoverV3/props.d.ts +0 -21
- package/dist/bundled/v2/components/OrPopoverV3/props.js +0 -23
- package/dist/bundled/v2/components/OrPopoverV3/styles.d.ts +0 -4
- package/dist/bundled/v2/components/OrPopoverV3/styles.js +0 -54
- package/dist/bundled/v2/components/OrPopoverV3/utils/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrPopoverV3/utils/index.js +0 -1
- package/dist/bundled/v2/components/OrPopoverV3/utils/isPrevented.d.ts +0 -1
- package/dist/bundled/v2/components/OrPopoverV3/utils/isPrevented.js +0 -20
- package/dist/bundled/v2/components/OrProgress/OrProgress.js +0 -208
- package/dist/bundled/v2/components/OrProgress/OrProgress.vue.d.ts +0 -122
- package/dist/bundled/v2/components/OrProgress/constants.d.ts +0 -11
- package/dist/bundled/v2/components/OrProgress/constants.js +0 -15
- package/dist/bundled/v2/components/OrProgress/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrProgress/index.js +0 -2
- package/dist/bundled/v2/components/OrProgressV3/OrProgress.js +0 -244
- package/dist/bundled/v2/components/OrProgressV3/OrProgress.vue.d.ts +0 -105
- package/dist/bundled/v2/components/OrProgressV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrProgressV3/index.js +0 -2
- package/dist/bundled/v2/components/OrProgressV3/props.d.ts +0 -11
- package/dist/bundled/v2/components/OrProgressV3/props.js +0 -15
- package/dist/bundled/v2/components/OrProgressV3/styles.d.ts +0 -11
- package/dist/bundled/v2/components/OrProgressV3/styles.js +0 -63
- package/dist/bundled/v2/components/OrRadio/OrRadio.js +0 -147
- package/dist/bundled/v2/components/OrRadio/OrRadio.vue.d.ts +0 -68
- package/dist/bundled/v2/components/OrRadio/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrRadio/index.js +0 -1
- package/dist/bundled/v2/components/OrRadioGroup/OrRadioGroup.js +0 -87
- package/dist/bundled/v2/components/OrRadioGroup/OrRadioGroup.vue.d.ts +0 -64
- package/dist/bundled/v2/components/OrRadioGroup/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrRadioGroupV3/OrRadioGroup.js +0 -120
- package/dist/bundled/v2/components/OrRadioGroupV3/OrRadioGroup.vue.d.ts +0 -76
- package/dist/bundled/v2/components/OrRadioGroupV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrRadioGroupV3/types.d.ts +0 -6
- package/dist/bundled/v2/components/OrRadioV3/OrRadio.js +0 -169
- package/dist/bundled/v2/components/OrRadioV3/OrRadio.vue.d.ts +0 -82
- package/dist/bundled/v2/components/OrRadioV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrRadioV3/index.js +0 -1
- package/dist/bundled/v2/components/OrRadioV3/styles.d.ts +0 -3
- package/dist/bundled/v2/components/OrRadioV3/styles.js +0 -31
- package/dist/bundled/v2/components/OrRadioV3/types.d.ts +0 -3
- package/dist/bundled/v2/components/OrRangeSliderV3/OrRangeSlider.js +0 -539
- package/dist/bundled/v2/components/OrRangeSliderV3/OrRangeSlider.vue.d.ts +0 -134
- package/dist/bundled/v2/components/OrRangeSliderV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrRangeSliderV3/index.js +0 -1
- package/dist/bundled/v2/components/OrRangeSliderV3/styles.d.ts +0 -17
- package/dist/bundled/v2/components/OrRangeSliderV3/styles.js +0 -198
- package/dist/bundled/v2/components/OrRangeSliderV3/types.d.ts +0 -2
- package/dist/bundled/v2/components/OrRatingV3/OrRating.js +0 -153
- package/dist/bundled/v2/components/OrRatingV3/OrRating.vue.d.ts +0 -57
- package/dist/bundled/v2/components/OrRatingV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrRatingV3/index.js +0 -2
- package/dist/bundled/v2/components/OrRatingV3/styles.d.ts +0 -4
- package/dist/bundled/v2/components/OrRatingV3/styles.js +0 -1
- package/dist/bundled/v2/components/OrRatingV3/types.d.ts +0 -6
- package/dist/bundled/v2/components/OrResizeablePanelV3/OrResizeablePanel.js +0 -250
- package/dist/bundled/v2/components/OrResizeablePanelV3/OrResizeablePanel.vue.d.ts +0 -101
- package/dist/bundled/v2/components/OrResizeablePanelV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrResizeablePanelV3/index.js +0 -2
- package/dist/bundled/v2/components/OrResizeablePanelV3/props.d.ts +0 -12
- package/dist/bundled/v2/components/OrResizeablePanelV3/props.js +0 -16
- package/dist/bundled/v2/components/OrResizeablePanelV3/styles.d.ts +0 -13
- package/dist/bundled/v2/components/OrResizeablePanelV3/styles.js +0 -166
- package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.js +0 -2150
- package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.vue.d.ts +0 -155
- package/dist/bundled/v2/components/OrRichTextEditorV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrRichTextEditorV3/index.js +0 -2
- package/dist/bundled/v2/components/OrRichTextEditorV3/props.d.ts +0 -5
- package/dist/bundled/v2/components/OrRichTextEditorV3/props.js +0 -7
- package/dist/bundled/v2/components/OrRichTextEditorV3/styles.d.ts +0 -4
- package/dist/bundled/v2/components/OrRichTextEditorV3/styles.js +0 -26
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.d.ts +0 -3
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +0 -41
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.d.ts +0 -27
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +0 -183
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/index.js +0 -1
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/theme.d.ts +0 -17
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/theme.js +0 -197
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/types.d.ts +0 -19
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/markdown.d.ts +0 -2
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/markdown.js +0 -2
- package/dist/bundled/v2/components/OrRichTooltipV3/OrRichTooltip.js +0 -2
- package/dist/bundled/v2/components/OrRichTooltipV3/OrRichTooltip.vue.d.ts +0 -52
- package/dist/bundled/v2/components/OrRichTooltipV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrRichTooltipV3/index.js +0 -1
- package/dist/bundled/v2/components/OrRichTooltipV3/styles.d.ts +0 -5
- package/dist/bundled/v2/components/OrRichTooltipV3/styles.js +0 -31
- package/dist/bundled/v2/components/OrRichTooltipV3/types.d.ts +0 -4
- package/dist/bundled/v2/components/OrSearch/OrSearch.js +0 -243
- package/dist/bundled/v2/components/OrSearch/OrSearch.vue.d.ts +0 -140
- package/dist/bundled/v2/components/OrSearch/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrSearchV3/OrSearch.js +0 -162
- package/dist/bundled/v2/components/OrSearchV3/OrSearch.vue.d.ts +0 -82
- package/dist/bundled/v2/components/OrSearchV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrSearchV3/types.d.ts +0 -2
- package/dist/bundled/v2/components/OrSegmentedControlV3/OrSegmentedControl.js +0 -209
- package/dist/bundled/v2/components/OrSegmentedControlV3/OrSegmentedControl.vue.d.ts +0 -50
- package/dist/bundled/v2/components/OrSegmentedControlV3/index.d.ts +0 -3
- package/dist/bundled/v2/components/OrSegmentedControlV3/index.js +0 -2
- package/dist/bundled/v2/components/OrSegmentedControlV3/props.d.ts +0 -4
- package/dist/bundled/v2/components/OrSegmentedControlV3/props.js +0 -7
- package/dist/bundled/v2/components/OrSegmentedControlV3/styles.d.ts +0 -3
- package/dist/bundled/v2/components/OrSegmentedControlV3/styles.js +0 -15
- package/dist/bundled/v2/components/OrSegmentedControlV3/types.d.ts +0 -4
- package/dist/bundled/v2/components/OrSelect/OrSelect.js +0 -1603
- package/dist/bundled/v2/components/OrSelect/OrSelect.vue.d.ts +0 -181
- package/dist/bundled/v2/components/OrSelect/constants.d.ts +0 -50
- package/dist/bundled/v2/components/OrSelect/constants.js +0 -50
- package/dist/bundled/v2/components/OrSelect/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrSelect/index.js +0 -1
- package/dist/bundled/v2/components/OrSelect/types.d.ts +0 -9
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +0 -1236
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.vue.d.ts +0 -233
- package/dist/bundled/v2/components/OrSelectV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrSelectV3/index.js +0 -1
- package/dist/bundled/v2/components/OrSelectV3/styles.d.ts +0 -8
- package/dist/bundled/v2/components/OrSelectV3/styles.js +0 -54
- package/dist/bundled/v2/components/OrSelectV3/types.d.ts +0 -4
- package/dist/bundled/v2/components/OrSidebar/OrSidebar.js +0 -138
- package/dist/bundled/v2/components/OrSidebar/OrSidebar.vue.d.ts +0 -63
- package/dist/bundled/v2/components/OrSidebar/constants.d.ts +0 -4
- package/dist/bundled/v2/components/OrSidebar/constants.js +0 -7
- package/dist/bundled/v2/components/OrSidebar/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrSidebar/index.js +0 -2
- package/dist/bundled/v2/components/OrSidebarV3/OrSidebar.js +0 -144
- package/dist/bundled/v2/components/OrSidebarV3/OrSidebar.vue.d.ts +0 -94
- package/dist/bundled/v2/components/OrSidebarV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrSidebarV3/index.js +0 -2
- package/dist/bundled/v2/components/OrSidebarV3/props.d.ts +0 -4
- package/dist/bundled/v2/components/OrSidebarV3/props.js +0 -7
- package/dist/bundled/v2/components/OrSidebarV3/styles.d.ts +0 -8
- package/dist/bundled/v2/components/OrSidebarV3/styles.js +0 -64
- package/dist/bundled/v2/components/OrSkeleton/constants.d.ts +0 -9
- package/dist/bundled/v2/components/OrSkeleton/constants.js +0 -12
- package/dist/bundled/v2/components/OrSkeleton/index.d.ts +0 -4
- package/dist/bundled/v2/components/OrSkeleton/index.js +0 -4
- package/dist/bundled/v2/components/OrSkeletonCircle/OrSkeletonCircle.js +0 -77
- package/dist/bundled/v2/components/OrSkeletonCircle/OrSkeletonCircle.vue.d.ts +0 -32
- package/dist/bundled/v2/components/OrSkeletonCircle/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrSkeletonCircle/index.js +0 -2
- package/dist/bundled/v2/components/OrSkeletonCircleV3/OrSkeletonCircle.js +0 -80
- package/dist/bundled/v2/components/OrSkeletonCircleV3/OrSkeletonCircle.vue.d.ts +0 -36
- package/dist/bundled/v2/components/OrSkeletonCircleV3/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrSkeletonCircleV3/index.js +0 -1
- package/dist/bundled/v2/components/OrSkeletonRect/OrSkeletonRect.js +0 -80
- package/dist/bundled/v2/components/OrSkeletonRect/OrSkeletonRect.vue.d.ts +0 -43
- package/dist/bundled/v2/components/OrSkeletonRect/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrSkeletonRect/index.js +0 -2
- package/dist/bundled/v2/components/OrSkeletonRectV3/OrSkeletonRect.js +0 -83
- package/dist/bundled/v2/components/OrSkeletonRectV3/OrSkeletonRect.vue.d.ts +0 -45
- package/dist/bundled/v2/components/OrSkeletonRectV3/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrSkeletonRectV3/index.js +0 -1
- package/dist/bundled/v2/components/OrSkeletonText/OrSkeletonText.js +0 -94
- package/dist/bundled/v2/components/OrSkeletonText/OrSkeletonText.vue.d.ts +0 -57
- package/dist/bundled/v2/components/OrSkeletonText/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrSkeletonText/index.js +0 -2
- package/dist/bundled/v2/components/OrSkeletonTextV3/OrSkeletonText.js +0 -113
- package/dist/bundled/v2/components/OrSkeletonTextV3/OrSkeletonText.vue.d.ts +0 -72
- package/dist/bundled/v2/components/OrSkeletonTextV3/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrSkeletonTextV3/index.js +0 -1
- package/dist/bundled/v2/components/OrSkeletonV3/index.d.ts +0 -3
- package/dist/bundled/v2/components/OrSkeletonV3/index.js +0 -3
- package/dist/bundled/v2/components/OrSkeletonV3/styles.d.ts +0 -6
- package/dist/bundled/v2/components/OrSkeletonV3/styles.js +0 -34
- package/dist/bundled/v2/components/OrSlider/OrSlider.js +0 -368
- package/dist/bundled/v2/components/OrSlider/OrSlider.vue.d.ts +0 -136
- package/dist/bundled/v2/components/OrSlider/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrSliderV3/OrSlider.js +0 -329
- package/dist/bundled/v2/components/OrSliderV3/OrSlider.vue.d.ts +0 -114
- package/dist/bundled/v2/components/OrSliderV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrSliderV3/index.js +0 -2
- package/dist/bundled/v2/components/OrSliderV3/styles.d.ts +0 -15
- package/dist/bundled/v2/components/OrSliderV3/styles.js +0 -183
- package/dist/bundled/v2/components/OrSliderV3/types.d.ts +0 -12
- package/dist/bundled/v2/components/OrSortingV3/OrSorting.js +0 -136
- package/dist/bundled/v2/components/OrSortingV3/OrSorting.vue.d.ts +0 -35
- package/dist/bundled/v2/components/OrSortingV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrSortingV3/index.js +0 -1
- package/dist/bundled/v2/components/OrSortingV3/styles.d.ts +0 -2
- package/dist/bundled/v2/components/OrSortingV3/styles.js +0 -6
- package/dist/bundled/v2/components/OrSortingV3/types.d.ts +0 -4
- package/dist/bundled/v2/components/OrStatusV3/OrStatus.js +0 -81
- package/dist/bundled/v2/components/OrStatusV3/OrStatus.vue.d.ts +0 -41
- package/dist/bundled/v2/components/OrStatusV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrStatusV3/index.js +0 -2
- package/dist/bundled/v2/components/OrStatusV3/props.d.ts +0 -11
- package/dist/bundled/v2/components/OrStatusV3/props.js +0 -15
- package/dist/bundled/v2/components/OrStatusV3/styles.d.ts +0 -7
- package/dist/bundled/v2/components/OrStatusV3/styles.js +0 -63
- package/dist/bundled/v2/components/OrStepper/OrStepper.js +0 -648
- package/dist/bundled/v2/components/OrStepper/OrStepper.vue.d.ts +0 -79
- package/dist/bundled/v2/components/OrStepper/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrSwitch/OrSwitch.js +0 -148
- package/dist/bundled/v2/components/OrSwitch/OrSwitch.vue.d.ts +0 -70
- package/dist/bundled/v2/components/OrSwitch/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrSwitchV3/OrSwitch.js +0 -209
- package/dist/bundled/v2/components/OrSwitchV3/OrSwitch.vue.d.ts +0 -93
- package/dist/bundled/v2/components/OrSwitchV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrSwitchV3/index.js +0 -1
- package/dist/bundled/v2/components/OrSwitchV3/styles.d.ts +0 -5
- package/dist/bundled/v2/components/OrSwitchV3/styles.js +0 -51
- package/dist/bundled/v2/components/OrSwitchV3/types.d.ts +0 -3
- package/dist/bundled/v2/components/OrTab/OrTab.js +0 -103
- package/dist/bundled/v2/components/OrTab/OrTab.vue.d.ts +0 -44
- package/dist/bundled/v2/components/OrTab/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrTabHeaderItem/OrTabHeaderItem.js +0 -106
- package/dist/bundled/v2/components/OrTabHeaderItem/OrTabHeaderItem.vue.d.ts +0 -49
- package/dist/bundled/v2/components/OrTabHeaderItem/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrTabV3/OrTab.js +0 -85
- package/dist/bundled/v2/components/OrTabV3/OrTab.vue.d.ts +0 -39
- package/dist/bundled/v2/components/OrTabV3/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrTabV3/index.js +0 -1
- package/dist/bundled/v2/components/OrTabV3/styles.d.ts +0 -1
- package/dist/bundled/v2/components/OrTabV3/styles.js +0 -25
- package/dist/bundled/v2/components/OrTabs/OrTabs.js +0 -111
- package/dist/bundled/v2/components/OrTabs/OrTabs.vue.d.ts +0 -13
- package/dist/bundled/v2/components/OrTabs/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrTabsV3/OrTabs.js +0 -241
- package/dist/bundled/v2/components/OrTabsV3/OrTabs.vue.d.ts +0 -74
- package/dist/bundled/v2/components/OrTabsV3/index.d.ts +0 -3
- package/dist/bundled/v2/components/OrTabsV3/index.js +0 -2
- package/dist/bundled/v2/components/OrTabsV3/props.d.ts +0 -4
- package/dist/bundled/v2/components/OrTabsV3/props.js +0 -7
- package/dist/bundled/v2/components/OrTabsV3/styles.d.ts +0 -5
- package/dist/bundled/v2/components/OrTabsV3/styles.js +0 -33
- package/dist/bundled/v2/components/OrTabsV3/types.d.ts +0 -7
- package/dist/bundled/v2/components/OrTag/OrTag.js +0 -114
- package/dist/bundled/v2/components/OrTag/OrTag.vue.d.ts +0 -54
- package/dist/bundled/v2/components/OrTag/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.js +0 -457
- package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.vue.d.ts +0 -177
- package/dist/bundled/v2/components/OrTagInputV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrTagInputV3/index.js +0 -1
- package/dist/bundled/v2/components/OrTagInputV3/styles.d.ts +0 -3
- package/dist/bundled/v2/components/OrTagInputV3/styles.js +0 -17
- package/dist/bundled/v2/components/OrTagInputV3/types.d.ts +0 -2
- package/dist/bundled/v2/components/OrTagV3/OrTag.js +0 -120
- package/dist/bundled/v2/components/OrTagV3/OrTag.vue.d.ts +0 -43
- package/dist/bundled/v2/components/OrTagV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrTagV3/index.js +0 -2
- package/dist/bundled/v2/components/OrTagV3/props.d.ts +0 -9
- package/dist/bundled/v2/components/OrTagV3/props.js +0 -13
- package/dist/bundled/v2/components/OrTagV3/styles.d.ts +0 -4
- package/dist/bundled/v2/components/OrTagV3/styles.js +0 -32
- package/dist/bundled/v2/components/OrTagsV3/OrTags.js +0 -193
- package/dist/bundled/v2/components/OrTagsV3/OrTags.vue.d.ts +0 -65
- package/dist/bundled/v2/components/OrTagsV3/index.d.ts +0 -3
- package/dist/bundled/v2/components/OrTagsV3/index.js +0 -2
- package/dist/bundled/v2/components/OrTagsV3/props.d.ts +0 -5
- package/dist/bundled/v2/components/OrTagsV3/props.js +0 -8
- package/dist/bundled/v2/components/OrTagsV3/styles.d.ts +0 -6
- package/dist/bundled/v2/components/OrTagsV3/styles.js +0 -41
- package/dist/bundled/v2/components/OrTagsV3/types.d.ts +0 -7
- package/dist/bundled/v2/components/OrTagsV3/utils/castToTag.d.ts +0 -2
- package/dist/bundled/v2/components/OrTagsV3/utils/castToTag.js +0 -12
- package/dist/bundled/v2/components/OrTeleport/OrTeleport.js +0 -630
- package/dist/bundled/v2/components/OrTeleport/OrTeleport.vue2.vue.d.ts +0 -27
- package/dist/bundled/v2/components/OrTeleport/constants.d.ts +0 -12
- package/dist/bundled/v2/components/OrTeleport/constants.js +0 -16
- package/dist/bundled/v2/components/OrTeleport/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrTeleport/index.js +0 -1
- package/dist/bundled/v2/components/OrTeleportV3/OrTeleport.js +0 -602
- package/dist/bundled/v2/components/OrTeleportV3/OrTeleport.vue2.vue.d.ts +0 -23
- package/dist/bundled/v2/components/OrTeleportV3/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrTextV3/OrText.js +0 -117
- package/dist/bundled/v2/components/OrTextV3/OrText.vue.d.ts +0 -54
- package/dist/bundled/v2/components/OrTextV3/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrTextV3/index.js +0 -1
- package/dist/bundled/v2/components/OrTextV3/styles.d.ts +0 -3
- package/dist/bundled/v2/components/OrTextV3/styles.js +0 -17
- package/dist/bundled/v2/components/OrTextarea/OrTextarea.js +0 -325
- package/dist/bundled/v2/components/OrTextarea/OrTextarea.vue.d.ts +0 -131
- package/dist/bundled/v2/components/OrTextarea/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrTextareaV3/OrTextarea.js +0 -298
- package/dist/bundled/v2/components/OrTextareaV3/OrTextarea.vue.d.ts +0 -162
- package/dist/bundled/v2/components/OrTextareaV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrTextareaV3/index.js +0 -1
- package/dist/bundled/v2/components/OrTextareaV3/styles.d.ts +0 -4
- package/dist/bundled/v2/components/OrTextareaV3/styles.js +0 -24
- package/dist/bundled/v2/components/OrTextareaV3/types.d.ts +0 -6
- package/dist/bundled/v2/components/OrTextbox/OrTextbox.js +0 -498
- package/dist/bundled/v2/components/OrTextbox/OrTextbox.vue.d.ts +0 -257
- package/dist/bundled/v2/components/OrTextbox/constants.d.ts +0 -8
- package/dist/bundled/v2/components/OrTextbox/constants.js +0 -11
- package/dist/bundled/v2/components/OrTextbox/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrTextbox/index.js +0 -2
- package/dist/bundled/v2/components/OrTimeFormatV3/OrTimeFormat.js +0 -84
- package/dist/bundled/v2/components/OrTimeFormatV3/OrTimeFormat.vue.d.ts +0 -50
- package/dist/bundled/v2/components/OrTimeFormatV3/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrTimeFormatV3/index.js +0 -1
- package/dist/bundled/v2/components/OrTimeFormatV3/styles.d.ts +0 -1
- package/dist/bundled/v2/components/OrTimeFormatV3/styles.js +0 -5
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +0 -388
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.vue.d.ts +0 -285
- package/dist/bundled/v2/components/OrTimePickerV3/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrTimePickerV3/index.js +0 -1
- package/dist/bundled/v2/components/OrTimePickerV3/styles.d.ts +0 -2
- package/dist/bundled/v2/components/OrTimePickerV3/styles.js +0 -8
- package/dist/bundled/v2/components/OrTimeRangePickerV3/OrTimeRangePicker.js +0 -476
- package/dist/bundled/v2/components/OrTimeRangePickerV3/OrTimeRangePicker.vue.d.ts +0 -522
- package/dist/bundled/v2/components/OrTimeRangePickerV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrTimeRangePickerV3/index.js +0 -1
- package/dist/bundled/v2/components/OrTimeRangePickerV3/styles.d.ts +0 -2
- package/dist/bundled/v2/components/OrTimeRangePickerV3/styles.js +0 -8
- package/dist/bundled/v2/components/OrTimeRangePickerV3/types.d.ts +0 -3
- package/dist/bundled/v2/components/OrToast/OrToast.js +0 -141
- package/dist/bundled/v2/components/OrToast/OrToast.vue.d.ts +0 -61
- package/dist/bundled/v2/components/OrToast/Timer.d.ts +0 -11
- package/dist/bundled/v2/components/OrToast/Timer.js +0 -37
- package/dist/bundled/v2/components/OrToast/composable/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrToast/composable/index.js +0 -2
- package/dist/bundled/v2/components/OrToast/composable/useQueue.d.ts +0 -8
- package/dist/bundled/v2/components/OrToast/composable/useQueue.js +0 -33
- package/dist/bundled/v2/components/OrToast/composable/useToast.d.ts +0 -8
- package/dist/bundled/v2/components/OrToast/composable/useToast.js +0 -80
- package/dist/bundled/v2/components/OrToast/composable/useToastEventBus.d.ts +0 -9
- package/dist/bundled/v2/components/OrToast/composable/useToastEventBus.js +0 -25
- package/dist/bundled/v2/components/OrToast/constants.d.ts +0 -18
- package/dist/bundled/v2/components/OrToast/constants.js +0 -24
- package/dist/bundled/v2/components/OrToast/index.d.ts +0 -5
- package/dist/bundled/v2/components/OrToast/index.js +0 -5
- package/dist/bundled/v2/components/OrToast/types.d.ts +0 -35
- package/dist/bundled/v2/components/OrToastContainer/OrToastContainer.js +0 -201
- package/dist/bundled/v2/components/OrToastContainer/OrToastContainer.vue.d.ts +0 -63
- package/dist/bundled/v2/components/OrToastContainer/index.d.ts +0 -4
- package/dist/bundled/v2/components/OrToastContainer/index.js +0 -4
- package/dist/bundled/v2/components/OrToastContainerV3/OrToastContainer.js +0 -220
- package/dist/bundled/v2/components/OrToastContainerV3/OrToastContainer.vue.d.ts +0 -57
- package/dist/bundled/v2/components/OrToastContainerV3/index.d.ts +0 -4
- package/dist/bundled/v2/components/OrToastContainerV3/index.js +0 -5
- package/dist/bundled/v2/components/OrToastV3/OrToast.js +0 -172
- package/dist/bundled/v2/components/OrToastV3/OrToast.vue.d.ts +0 -56
- package/dist/bundled/v2/components/OrToastV3/Timer.d.ts +0 -11
- package/dist/bundled/v2/components/OrToastV3/Timer.js +0 -37
- package/dist/bundled/v2/components/OrToastV3/composable/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrToastV3/composable/index.js +0 -2
- package/dist/bundled/v2/components/OrToastV3/composable/useQueue.d.ts +0 -8
- package/dist/bundled/v2/components/OrToastV3/composable/useQueue.js +0 -33
- package/dist/bundled/v2/components/OrToastV3/composable/useToast.d.ts +0 -8
- package/dist/bundled/v2/components/OrToastV3/composable/useToast.js +0 -80
- package/dist/bundled/v2/components/OrToastV3/composable/useToastEventBus.d.ts +0 -9
- package/dist/bundled/v2/components/OrToastV3/composable/useToastEventBus.js +0 -25
- package/dist/bundled/v2/components/OrToastV3/index.d.ts +0 -5
- package/dist/bundled/v2/components/OrToastV3/index.js +0 -6
- package/dist/bundled/v2/components/OrToastV3/props.d.ts +0 -18
- package/dist/bundled/v2/components/OrToastV3/props.js +0 -1
- package/dist/bundled/v2/components/OrToastV3/styles.d.ts +0 -5
- package/dist/bundled/v2/components/OrToastV3/styles.js +0 -59
- package/dist/bundled/v2/components/OrToastV3/types.d.ts +0 -35
- package/dist/bundled/v2/components/OrTooltip/OrTooltip.js +0 -180
- package/dist/bundled/v2/components/OrTooltip/OrTooltip.vue.d.ts +0 -73
- package/dist/bundled/v2/components/OrTooltip/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrTooltip/index.js +0 -2
- package/dist/bundled/v2/components/OrTooltipContent/OrTooltipContent.js +0 -68
- package/dist/bundled/v2/components/OrTooltipContent/OrTooltipContent.vue.d.ts +0 -28
- package/dist/bundled/v2/components/OrTooltipContent/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrTooltipContent/index.js +0 -1
- package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.js +0 -137
- package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.vue.d.ts +0 -83
- package/dist/bundled/v2/components/OrTooltipV3/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrTooltipV3/index.js +0 -1
- package/dist/bundled/v2/components/OrTooltipV3/styles.d.ts +0 -4
- package/dist/bundled/v2/components/OrTooltipV3/styles.js +0 -58
- package/dist/bundled/v2/components/OrTreeV3/OrTree.js +0 -2
- package/dist/bundled/v2/components/OrTreeV3/OrTree.vue.d.ts +0 -35
- package/dist/bundled/v2/components/OrTreeV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrTreeV3/index.js +0 -1
- package/dist/bundled/v2/components/OrTreeV3/types.d.ts +0 -17
- package/dist/bundled/v2/components/index.d.ts +0 -130
- package/dist/bundled/v2/components/index.js +0 -214
- package/dist/bundled/v2/directives/dropdown-close.d.ts +0 -6
- package/dist/bundled/v2/directives/dropdown-close.js +0 -14
- package/dist/bundled/v2/directives/dropdown-open.d.ts +0 -6
- package/dist/bundled/v2/directives/dropdown-open.js +0 -19
- package/dist/bundled/v2/directives/index.d.ts +0 -2
- package/dist/bundled/v2/dom-59fe0ee3.js +0 -243
- package/dist/bundled/v2/eq-660df829.js +0 -77
- package/dist/bundled/v2/floating-ui.dom-add55b8c.js +0 -1477
- package/dist/bundled/v2/helpers/getItemByValue.d.ts +0 -2
- package/dist/bundled/v2/helpers/getItemsByValue.d.ts +0 -2
- package/dist/bundled/v2/helpers/index.d.ts +0 -3
- package/dist/bundled/v2/helpers/searchItemsByLabel.d.ts +0 -2
- package/dist/bundled/v2/hooks/index.d.ts +0 -15
- package/dist/bundled/v2/hooks/useControlAttributes.d.ts +0 -7
- package/dist/bundled/v2/hooks/useControlAttributes.js +0 -12
- package/dist/bundled/v2/hooks/useDateFormat.d.ts +0 -4
- package/dist/bundled/v2/hooks/useDateFormat.js +0 -12
- package/dist/bundled/v2/hooks/useDateMask.d.ts +0 -4
- package/dist/bundled/v2/hooks/useDateMask.js +0 -36
- package/dist/bundled/v2/hooks/useElevation.d.ts +0 -3
- package/dist/bundled/v2/hooks/useElevation.js +0 -24
- package/dist/bundled/v2/hooks/useIdAttribute.d.ts +0 -3
- package/dist/bundled/v2/hooks/useIdAttribute.js +0 -12
- package/dist/bundled/v2/hooks/useLocale.d.ts +0 -4
- package/dist/bundled/v2/hooks/useLocale.js +0 -11
- package/dist/bundled/v2/hooks/useOverflow.d.ts +0 -11
- package/dist/bundled/v2/hooks/useOverflow.js +0 -73
- package/dist/bundled/v2/hooks/usePopoverState.d.ts +0 -12
- package/dist/bundled/v2/hooks/usePopoverState.js +0 -42
- package/dist/bundled/v2/hooks/useProxyModelValue.d.ts +0 -8
- package/dist/bundled/v2/hooks/useProxyModelValue.js +0 -28
- package/dist/bundled/v2/hooks/useResponsive/index.d.ts +0 -1
- package/dist/bundled/v2/hooks/useResponsive/useResponsive.d.ts +0 -6
- package/dist/bundled/v2/hooks/useResponsive/useResponsive.js +0 -58
- package/dist/bundled/v2/hooks/useTheme.d.ts +0 -3
- package/dist/bundled/v2/hooks/useTimeFormat.d.ts +0 -4
- package/dist/bundled/v2/hooks/useTimeFormat.js +0 -12
- package/dist/bundled/v2/hooks/useTimeMask.d.ts +0 -4
- package/dist/bundled/v2/hooks/useTimeMask.js +0 -29
- package/dist/bundled/v2/hooks/useToggle.d.ts +0 -8
- package/dist/bundled/v2/hooks/useToggle.js +0 -22
- package/dist/bundled/v2/hooks/useValidationAttributes.d.ts +0 -11
- package/dist/bundled/v2/hooks/useValidationAttributes.js +0 -16
- package/dist/bundled/v2/index-039ba03b.js +0 -2355
- package/dist/bundled/v2/index-0fa7e6ca.js +0 -114
- package/dist/bundled/v2/index-19cec01f.js +0 -94
- package/dist/bundled/v2/index-1ddfb541.js +0 -19290
- package/dist/bundled/v2/index-2191063d.js +0 -7015
- package/dist/bundled/v2/index-23c3c417.js +0 -1375
- package/dist/bundled/v2/index-259f2329.js +0 -9626
- package/dist/bundled/v2/index-279e78b9.js +0 -356
- package/dist/bundled/v2/index-3b8ae133.js +0 -1922
- package/dist/bundled/v2/index-551622f4.js +0 -759
- package/dist/bundled/v2/index-c02a540c.js +0 -3102
- package/dist/bundled/v2/index-c3440a88.js +0 -829
- package/dist/bundled/v2/index-c73a0505.js +0 -1225
- package/dist/bundled/v2/index-e3b3264b.js +0 -1755
- package/dist/bundled/v2/index-e6ae0832.js +0 -368
- package/dist/bundled/v2/index-fb642013.js +0 -8
- package/dist/bundled/v2/index.d.ts +0 -8
- package/dist/bundled/v2/index.js +0 -268
- package/dist/bundled/v2/isEqual-7a79b345.js +0 -38
- package/dist/bundled/v2/isObject-bb5a5207.js +0 -202
- package/dist/bundled/v2/markdown-fafa12f5.js +0 -10541
- package/dist/bundled/v2/normalize-component-6e8e3d80.js +0 -76
- package/dist/bundled/v2/props-7be029c7.js +0 -32
- package/dist/bundled/v2/range-b8d62e73.js +0 -136
- package/dist/bundled/v2/round-b22acb42.js +0 -66
- package/dist/bundled/v2/sortable.esm-3671c362.js +0 -2578
- package/dist/bundled/v2/styles-30358b7e.js +0 -51
- package/dist/bundled/v2/styles-a198cbef.js +0 -24
- package/dist/bundled/v2/styles-a2de655c.js +0 -41
- package/dist/bundled/v2/styles-df8f7e15.js +0 -30
- package/dist/bundled/v2/toFinite-8446c5b7.js +0 -142
- package/dist/bundled/v2/toInteger-a6392908.js +0 -38
- package/dist/bundled/v2/toString-07958ae2.js +0 -114
- package/dist/bundled/v2/tokens/DATE_FORMAT.d.ts +0 -3
- package/dist/bundled/v2/tokens/LOCALE.d.ts +0 -3
- package/dist/bundled/v2/tokens/TIME_FORMAT.d.ts +0 -3
- package/dist/bundled/v2/tokens/index.d.ts +0 -3
- package/dist/bundled/v2/types/DataModel.d.ts +0 -6
- package/dist/bundled/v2/types/DateFormat.d.ts +0 -5
- package/dist/bundled/v2/types/FilterFunction.d.ts +0 -1
- package/dist/bundled/v2/types/FormatFunction.d.ts +0 -2
- package/dist/bundled/v2/types/Group.d.ts +0 -5
- package/dist/bundled/v2/types/GroupFunction.d.ts +0 -1
- package/dist/bundled/v2/types/Id.d.ts +0 -1
- package/dist/bundled/v2/types/Item.d.ts +0 -5
- package/dist/bundled/v2/types/Locale.d.ts +0 -1
- package/dist/bundled/v2/types/ModelValue.d.ts +0 -1
- package/dist/bundled/v2/types/SearchFunction.d.ts +0 -1
- package/dist/bundled/v2/types/TimeFormat.d.ts +0 -5
- package/dist/bundled/v2/types/index.d.ts +0 -12
- package/dist/bundled/v2/types-668300dd.js +0 -5
- package/dist/bundled/v2/types-945b6452.js +0 -18
- package/dist/bundled/v2/types-977c9542.js +0 -14
- package/dist/bundled/v2/useFocusTrap-23ab75e7.js +0 -1564
- package/dist/bundled/v2/utils/constants/color.d.ts +0 -14
- package/dist/bundled/v2/utils/constants/key-codes.d.ts +0 -14
- package/dist/bundled/v2/utils/constants/poper.d.ts +0 -8
- package/dist/bundled/v2/utils/constants/regex.d.ts +0 -42
- package/dist/bundled/v2/utils/constants/regex.js +0 -49
- package/dist/bundled/v2/utils/exclude.d.ts +0 -4
- package/dist/bundled/v2/utils/exclude.js +0 -8
- package/dist/bundled/v2/utils/extractCssVarName.d.ts +0 -1
- package/dist/bundled/v2/utils/functions/color.d.ts +0 -23
- package/dist/bundled/v2/utils/functions/dom.d.ts +0 -30
- package/dist/bundled/v2/utils/functions/dom.js +0 -2
- package/dist/bundled/v2/utils/functions/flattenDeep.d.ts +0 -2
- package/dist/bundled/v2/utils/functions/hash.d.ts +0 -2
- package/dist/bundled/v2/utils/functions/px-to-rem.d.ts +0 -1
- package/dist/bundled/v2/utils/functions/text.d.ts +0 -1
- package/dist/bundled/v2/utils/include.d.ts +0 -4
- package/dist/bundled/v2/utils/include.js +0 -8
- package/dist/bundled/v2/utils/index.d.ts +0 -26
- package/dist/bundled/v2/utils/index.js +0 -25
- package/dist/bundled/v2/utils/isAncestor.d.ts +0 -4
- package/dist/bundled/v2/utils/isAncestor.js +0 -17
- package/dist/bundled/v2/utils/isArray.d.ts +0 -4
- package/dist/bundled/v2/utils/isArray.js +0 -8
- package/dist/bundled/v2/utils/isDescendant.d.ts +0 -4
- package/dist/bundled/v2/utils/isDescendant.js +0 -17
- package/dist/bundled/v2/utils/isEmpty.d.ts +0 -4
- package/dist/bundled/v2/utils/isEmpty.js +0 -25
- package/dist/bundled/v2/utils/isEqual.d.ts +0 -4
- package/dist/bundled/v2/utils/isEqual.js +0 -22
- package/dist/bundled/v2/utils/isNil.d.ts +0 -4
- package/dist/bundled/v2/utils/isNil.js +0 -11
- package/dist/bundled/v2/utils/isNull.d.ts +0 -4
- package/dist/bundled/v2/utils/isNull.js +0 -8
- package/dist/bundled/v2/utils/isNumber.d.ts +0 -4
- package/dist/bundled/v2/utils/isNumber.js +0 -8
- package/dist/bundled/v2/utils/isObject.d.ts +0 -4
- package/dist/bundled/v2/utils/isObject.js +0 -8
- package/dist/bundled/v2/utils/isString.d.ts +0 -4
- package/dist/bundled/v2/utils/isString.js +0 -8
- package/dist/bundled/v2/utils/isUndefined.d.ts +0 -4
- package/dist/bundled/v2/utils/isUndefined.js +0 -8
- package/dist/bundled/v2/utils/isVisible.d.ts +0 -1
- package/dist/bundled/v2/utils/toArray.d.ts +0 -4
- package/dist/bundled/v2/utils/toArray.js +0 -17
- package/dist/bundled/v2/v4-cf8987a3.js +0 -67
- package/dist/bundled/v3/components/OrAutocompleteV3/OrAutocomplete.js +0 -1
- package/dist/bundled/v3/components/OrAutocompleteV3/OrAutocomplete.vue.d.ts +0 -198
- package/dist/bundled/v3/components/OrAutocompleteV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrAutocompleteV3/index.js +0 -1
- package/dist/bundled/v3/components/OrAutocompleteV3/styles.d.ts +0 -6
- package/dist/bundled/v3/components/OrAutocompleteV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrAutocompleteV3/types.d.ts +0 -3
- package/dist/bundled/v3/components/OrAutocompleteV3-489c3c8b.js +0 -1967
- package/dist/bundled/v3/components/OrAvatar/OrAvatar.js +0 -1
- package/dist/bundled/v3/components/OrAvatar/OrAvatar.vue.d.ts +0 -47
- package/dist/bundled/v3/components/OrAvatar/constants.d.ts +0 -5
- package/dist/bundled/v3/components/OrAvatar/constants.js +0 -1
- package/dist/bundled/v3/components/OrAvatar/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrAvatar/index.js +0 -1
- package/dist/bundled/v3/components/OrAvatar-22038fd2.js +0 -111
- package/dist/bundled/v3/components/OrAvatarV3/OrAvatar.js +0 -1
- package/dist/bundled/v3/components/OrAvatarV3/OrAvatar.vue.d.ts +0 -58
- package/dist/bundled/v3/components/OrAvatarV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrAvatarV3/index.js +0 -1
- package/dist/bundled/v3/components/OrAvatarV3/props.d.ts +0 -15
- package/dist/bundled/v3/components/OrAvatarV3/props.js +0 -1
- package/dist/bundled/v3/components/OrAvatarV3/styles.d.ts +0 -6
- package/dist/bundled/v3/components/OrAvatarV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrAvatarV3-e2f2c9c5.js +0 -175
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +0 -1
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.vue.d.ts +0 -566
- package/dist/bundled/v3/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.d.ts +0 -530
- package/dist/bundled/v3/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.js +0 -4
- package/dist/bundled/v3/components/OrBottomSheetV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrBottomSheetV3/index.js +0 -1
- package/dist/bundled/v3/components/OrBottomSheetV3/props.d.ts +0 -4
- package/dist/bundled/v3/components/OrBottomSheetV3/props.js +0 -1
- package/dist/bundled/v3/components/OrBottomSheetV3/styles.d.ts +0 -6
- package/dist/bundled/v3/components/OrBottomSheetV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrBottomSheetV3-05290f81.js +0 -230
- package/dist/bundled/v3/components/OrButton/OrButton.vue.d.ts +0 -153
- package/dist/bundled/v3/components/OrButton/constants.d.ts +0 -21
- package/dist/bundled/v3/components/OrButton/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrButton/index.js +0 -162
- package/dist/bundled/v3/components/OrButtonGroupV3/OrButtonGroup.js +0 -1
- package/dist/bundled/v3/components/OrButtonGroupV3/OrButtonGroup.vue.d.ts +0 -37
- package/dist/bundled/v3/components/OrButtonGroupV3/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrButtonGroupV3/index.js +0 -1
- package/dist/bundled/v3/components/OrButtonGroupV3/styles.d.ts +0 -3
- package/dist/bundled/v3/components/OrButtonGroupV3/styles.js +0 -2
- package/dist/bundled/v3/components/OrButtonGroupV3-92939650.js +0 -66
- package/dist/bundled/v3/components/OrButtonV2/OrButton.js +0 -1
- package/dist/bundled/v3/components/OrButtonV2/OrButton.vue.d.ts +0 -126
- package/dist/bundled/v3/components/OrButtonV2/constants.d.ts +0 -35
- package/dist/bundled/v3/components/OrButtonV2/constants.js +0 -1
- package/dist/bundled/v3/components/OrButtonV2/index.d.ts +0 -3
- package/dist/bundled/v3/components/OrButtonV2/index.js +0 -2
- package/dist/bundled/v3/components/OrButtonV2-aac21445.js +0 -184
- package/dist/bundled/v3/components/OrButtonV3/OrButton.js +0 -1
- package/dist/bundled/v3/components/OrButtonV3/OrButton.vue.d.ts +0 -79
- package/dist/bundled/v3/components/OrButtonV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrButtonV3/index.js +0 -1
- package/dist/bundled/v3/components/OrButtonV3/props.d.ts +0 -16
- package/dist/bundled/v3/components/OrButtonV3/props.js +0 -1
- package/dist/bundled/v3/components/OrButtonV3/styles.d.ts +0 -6
- package/dist/bundled/v3/components/OrButtonV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrButtonV3-ac61b0ba.js +0 -204
- package/dist/bundled/v3/components/OrCard/OrCard.js +0 -40
- package/dist/bundled/v3/components/OrCard/OrCard.vue.d.ts +0 -18
- package/dist/bundled/v3/components/OrCard/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrCard/index.js +0 -1
- package/dist/bundled/v3/components/OrCardCollection/OrCardCollection.vue.d.ts +0 -86
- package/dist/bundled/v3/components/OrCardCollection/constants.d.ts +0 -4
- package/dist/bundled/v3/components/OrCardCollection/index.d.ts +0 -3
- package/dist/bundled/v3/components/OrCardCollection/index.js +0 -188
- package/dist/bundled/v3/components/OrCardCollection/types.d.ts +0 -8
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +0 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.vue.d.ts +0 -112
- package/dist/bundled/v3/components/OrCardCollectionV3/index.d.ts +0 -3
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +0 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/props.d.ts +0 -8
- package/dist/bundled/v3/components/OrCardCollectionV3/props.js +0 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/styles.d.ts +0 -7
- package/dist/bundled/v3/components/OrCardCollectionV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/types.d.ts +0 -8
- package/dist/bundled/v3/components/OrCardCollectionV3-0af9c85c.js +0 -270
- package/dist/bundled/v3/components/OrCardV3/OrCard.js +0 -1
- package/dist/bundled/v3/components/OrCardV3/OrCard.vue.d.ts +0 -37
- package/dist/bundled/v3/components/OrCardV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrCardV3/index.js +0 -1
- package/dist/bundled/v3/components/OrCardV3/props.d.ts +0 -5
- package/dist/bundled/v3/components/OrCardV3/props.js +0 -1
- package/dist/bundled/v3/components/OrCardV3/styles.d.ts +0 -4
- package/dist/bundled/v3/components/OrCardV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrCardV3-fb9a7436.js +0 -74
- package/dist/bundled/v3/components/OrCheckbox/OrCheckbox.js +0 -146
- package/dist/bundled/v3/components/OrCheckbox/OrCheckbox.vue.d.ts +0 -73
- package/dist/bundled/v3/components/OrCheckbox/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrCheckbox/index.js +0 -1
- package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.js +0 -84
- package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.vue.d.ts +0 -73
- package/dist/bundled/v3/components/OrCheckboxGroupV3/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrCheckboxGroupV3/index.js +0 -1
- package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.js +0 -1
- package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.vue.d.ts +0 -65
- package/dist/bundled/v3/components/OrCheckboxTreeV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrCheckboxTreeV3/index.js +0 -1
- package/dist/bundled/v3/components/OrCheckboxTreeV3/styles.d.ts +0 -2
- package/dist/bundled/v3/components/OrCheckboxTreeV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrCheckboxTreeV3/types.d.ts +0 -8
- package/dist/bundled/v3/components/OrCheckboxTreeV3/utils/extractChildrenValues.d.ts +0 -2
- package/dist/bundled/v3/components/OrCheckboxTreeV3/utils/extractChildrenValues.js +0 -2
- package/dist/bundled/v3/components/OrCheckboxTreeV3-f24a2deb.js +0 -206
- package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.js +0 -1
- package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.vue.d.ts +0 -92
- package/dist/bundled/v3/components/OrCheckboxV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrCheckboxV3/index.js +0 -1
- package/dist/bundled/v3/components/OrCheckboxV3/styles.d.ts +0 -3
- package/dist/bundled/v3/components/OrCheckboxV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrCheckboxV3/types.d.ts +0 -3
- package/dist/bundled/v3/components/OrCheckboxV3-92a3b356.js +0 -186
- package/dist/bundled/v3/components/OrChip/OrChip.js +0 -1
- package/dist/bundled/v3/components/OrChip/OrChip.vue.d.ts +0 -42
- package/dist/bundled/v3/components/OrChip/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrChip/index.js +0 -1
- package/dist/bundled/v3/components/OrChips/OrChips.js +0 -1
- package/dist/bundled/v3/components/OrChips/OrChips.vue.d.ts +0 -69
- package/dist/bundled/v3/components/OrChips/constants.d.ts +0 -9
- package/dist/bundled/v3/components/OrChips/constants.js +0 -1
- package/dist/bundled/v3/components/OrChips/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrChips/index.js +0 -1
- package/dist/bundled/v3/components/OrChips-fbdb4732.js +0 -301
- package/dist/bundled/v3/components/OrCode/OrCode.js +0 -1
- package/dist/bundled/v3/components/OrCode/OrCode.vue.d.ts +0 -168
- package/dist/bundled/v3/components/OrCode/constants.d.ts +0 -8
- package/dist/bundled/v3/components/OrCode/constants.js +0 -1
- package/dist/bundled/v3/components/OrCode/index.d.ts +0 -3
- package/dist/bundled/v3/components/OrCode/index.js +0 -1
- package/dist/bundled/v3/components/OrCode/lang.d.ts +0 -11
- package/dist/bundled/v3/components/OrCode/lang.js +0 -1
- package/dist/bundled/v3/components/OrCode/libs.d.ts +0 -5
- package/dist/bundled/v3/components/OrCode/libs.js +0 -1
- package/dist/bundled/v3/components/OrCode/theme.d.ts +0 -24
- package/dist/bundled/v3/components/OrCode/theme.js +0 -1
- package/dist/bundled/v3/components/OrCode-b2eacc90.js +0 -32502
- package/dist/bundled/v3/components/OrCodeV3/OrCode.js +0 -1
- package/dist/bundled/v3/components/OrCodeV3/OrCode.vue.d.ts +0 -132
- package/dist/bundled/v3/components/OrCodeV3/index.d.ts +0 -3
- package/dist/bundled/v3/components/OrCodeV3/index.js +0 -2
- package/dist/bundled/v3/components/OrCodeV3/libs.d.ts +0 -6
- package/dist/bundled/v3/components/OrCodeV3/libs.js +0 -1
- package/dist/bundled/v3/components/OrCodeV3/props.d.ts +0 -8
- package/dist/bundled/v3/components/OrCodeV3/props.js +0 -1
- package/dist/bundled/v3/components/OrCodeV3/styles.d.ts +0 -4
- package/dist/bundled/v3/components/OrCodeV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrCodeV3-95f22d73.js +0 -470
- package/dist/bundled/v3/components/OrCollapse/OrCollapse.js +0 -143
- package/dist/bundled/v3/components/OrCollapse/OrCollapse.vue.d.ts +0 -53
- package/dist/bundled/v3/components/OrCollapse/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrCollapse/index.js +0 -1
- package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.js +0 -1
- package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.vue.d.ts +0 -48
- package/dist/bundled/v3/components/OrColorPicker/constants.d.ts +0 -575
- package/dist/bundled/v3/components/OrColorPicker/constants.js +0 -1
- package/dist/bundled/v3/components/OrColorPicker/index.d.ts +0 -3
- package/dist/bundled/v3/components/OrColorPicker/index.js +0 -1
- package/dist/bundled/v3/components/OrColorPicker/types.d.ts +0 -1
- package/dist/bundled/v3/components/OrColorPicker/utils/defultPalette.d.ts +0 -2
- package/dist/bundled/v3/components/OrColorPicker/utils/defultPalette.js +0 -1
- package/dist/bundled/v3/components/OrColorPicker-e47002da.js +0 -459
- package/dist/bundled/v3/components/OrCombinedInputV3/OrCombinedInput.js +0 -1
- package/dist/bundled/v3/components/OrCombinedInputV3/OrCombinedInput.vue.d.ts +0 -82
- package/dist/bundled/v3/components/OrCombinedInputV3/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrCombinedInputV3/index.js +0 -1
- package/dist/bundled/v3/components/OrCombinedInputV3/styles.d.ts +0 -2
- package/dist/bundled/v3/components/OrCombinedInputV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrCombinedInputV3-ceff5a22.js +0 -124
- package/dist/bundled/v3/components/OrConfirm/OrConfirm.js +0 -1
- package/dist/bundled/v3/components/OrConfirm/OrConfirm.vue.d.ts +0 -176
- package/dist/bundled/v3/components/OrConfirm/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrConfirm/index.js +0 -1
- package/dist/bundled/v3/components/OrConfirm-64cf7569.js +0 -217
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +0 -1
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.vue.d.ts +0 -138
- package/dist/bundled/v3/components/OrConfirmV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrConfirmV3/index.js +0 -1
- package/dist/bundled/v3/components/OrConfirmV3/props.d.ts +0 -4
- package/dist/bundled/v3/components/OrConfirmV3/props.js +0 -1
- package/dist/bundled/v3/components/OrConfirmV3/styles.d.ts +0 -7
- package/dist/bundled/v3/components/OrConfirmV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrConfirmV3-15f3041e.js +0 -272
- package/dist/bundled/v3/components/OrContextMenuV3/OrContextMenu.js +0 -102
- package/dist/bundled/v3/components/OrContextMenuV3/OrContextMenu.vue.d.ts +0 -56
- package/dist/bundled/v3/components/OrContextMenuV3/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrContextMenuV3/index.js +0 -1
- package/dist/bundled/v3/components/OrDataGridV3/OrDataGrid.js +0 -1
- package/dist/bundled/v3/components/OrDataGridV3/OrDataGrid.vue.d.ts +0 -92
- package/dist/bundled/v3/components/OrDataGridV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrDataGridV3/index.js +0 -1
- package/dist/bundled/v3/components/OrDataGridV3/styles.d.ts +0 -1
- package/dist/bundled/v3/components/OrDataGridV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrDataGridV3/types.d.ts +0 -41
- package/dist/bundled/v3/components/OrDataGridV3-c33fee34.js +0 -1306
- package/dist/bundled/v3/components/OrDateFormatV3/OrDateFormat.js +0 -1
- package/dist/bundled/v3/components/OrDateFormatV3/OrDateFormat.vue.d.ts +0 -50
- package/dist/bundled/v3/components/OrDateFormatV3/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrDateFormatV3/index.js +0 -1
- package/dist/bundled/v3/components/OrDateFormatV3/styles.d.ts +0 -1
- package/dist/bundled/v3/components/OrDateFormatV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrDateFormatV3-c812a482.js +0 -67
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +0 -1
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.vue.d.ts +0 -294
- package/dist/bundled/v3/components/OrDatePickerV3/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrDatePickerV3/index.js +0 -1
- package/dist/bundled/v3/components/OrDatePickerV3/styles.d.ts +0 -2
- package/dist/bundled/v3/components/OrDatePickerV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrDatePickerV3-06ecdc00.js +0 -329
- package/dist/bundled/v3/components/OrDateRangePickerV3/OrDateRangePicker.js +0 -1
- package/dist/bundled/v3/components/OrDateRangePickerV3/OrDateRangePicker.vue.d.ts +0 -586
- package/dist/bundled/v3/components/OrDateRangePickerV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrDateRangePickerV3/index.js +0 -1
- package/dist/bundled/v3/components/OrDateRangePickerV3/styles.d.ts +0 -2
- package/dist/bundled/v3/components/OrDateRangePickerV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrDateRangePickerV3/types.d.ts +0 -3
- package/dist/bundled/v3/components/OrDateRangePickerV3-44d272c2.js +0 -405
- package/dist/bundled/v3/components/OrDateTimeFormatV3/OrDateTimeFormat.js +0 -1
- package/dist/bundled/v3/components/OrDateTimeFormatV3/OrDateTimeFormat.vue.d.ts +0 -61
- package/dist/bundled/v3/components/OrDateTimeFormatV3/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrDateTimeFormatV3/index.js +0 -1
- package/dist/bundled/v3/components/OrDateTimeFormatV3/styles.d.ts +0 -1
- package/dist/bundled/v3/components/OrDateTimeFormatV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrDateTimeFormatV3-b094e561.js +0 -75
- package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.js +0 -1
- package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.vue.d.ts +0 -286
- package/dist/bundled/v3/components/OrDateTimePicker/constants.d.ts +0 -24
- package/dist/bundled/v3/components/OrDateTimePicker/constants.js +0 -1
- package/dist/bundled/v3/components/OrDateTimePicker/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrDateTimePicker/index.js +0 -1
- package/dist/bundled/v3/components/OrDateTimePicker-da851d69.js +0 -1539
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +0 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.vue.d.ts +0 -328
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.d.ts +0 -4
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +0 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/styles.d.ts +0 -3
- package/dist/bundled/v3/components/OrDateTimePickerV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/types.d.ts +0 -2
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatDate.d.ts +0 -2
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatDate.js +0 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatMobileDate.d.ts +0 -2
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatMobileDate.js +0 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatMobileTime.d.ts +0 -2
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatMobileTime.js +0 -2
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatTime.d.ts +0 -2
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatTime.js +0 -2
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getCurrentDate.d.ts +0 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getCurrentDate.js +0 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getNextMonthDate.d.ts +0 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getNextMonthDate.js +0 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/index.d.ts +0 -6
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/index.js +0 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3-448047da.js +0 -1431
- package/dist/bundled/v3/components/OrDrawerV3/OrDrawer.js +0 -1
- package/dist/bundled/v3/components/OrDrawerV3/OrDrawer.vue.d.ts +0 -46
- package/dist/bundled/v3/components/OrDrawerV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrDrawerV3/index.js +0 -1
- package/dist/bundled/v3/components/OrDrawerV3/styles.d.ts +0 -5
- package/dist/bundled/v3/components/OrDrawerV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrDrawerV3/types.d.ts +0 -4
- package/dist/bundled/v3/components/OrDrawerV3-82e63317.js +0 -136
- package/dist/bundled/v3/components/OrDropAreaV3/OrDropArea.js +0 -1
- package/dist/bundled/v3/components/OrDropAreaV3/OrDropArea.vue.d.ts +0 -78
- package/dist/bundled/v3/components/OrDropAreaV3/index.d.ts +0 -3
- package/dist/bundled/v3/components/OrDropAreaV3/index.js +0 -1
- package/dist/bundled/v3/components/OrDropAreaV3/props.d.ts +0 -4
- package/dist/bundled/v3/components/OrDropAreaV3/props.js +0 -1
- package/dist/bundled/v3/components/OrDropAreaV3/styles.d.ts +0 -9
- package/dist/bundled/v3/components/OrDropAreaV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrDropAreaV3/utils/approximateFileSize.d.ts +0 -1
- package/dist/bundled/v3/components/OrDropAreaV3/utils/approximateFileSize.js +0 -1
- package/dist/bundled/v3/components/OrDropAreaV3/utils/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrDropAreaV3/utils/index.js +0 -1
- package/dist/bundled/v3/components/OrDropAreaV3-b5e6e8a3.js +0 -236
- package/dist/bundled/v3/components/OrEditorTabsV3/OrEditorTabs.js +0 -1
- package/dist/bundled/v3/components/OrEditorTabsV3/OrEditorTabs.vue.d.ts +0 -73
- package/dist/bundled/v3/components/OrEditorTabsV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrEditorTabsV3/index.js +0 -1
- package/dist/bundled/v3/components/OrEditorTabsV3/props.d.ts +0 -4
- package/dist/bundled/v3/components/OrEditorTabsV3/props.js +0 -1
- package/dist/bundled/v3/components/OrEditorTabsV3/styles.d.ts +0 -6
- package/dist/bundled/v3/components/OrEditorTabsV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrEditorTabsV3-c58009d3.js +0 -349
- package/dist/bundled/v3/components/OrEmptyStateV3/OrEmptyState.js +0 -1
- package/dist/bundled/v3/components/OrEmptyStateV3/OrEmptyState.vue.d.ts +0 -86
- package/dist/bundled/v3/components/OrEmptyStateV3/index.d.ts +0 -3
- package/dist/bundled/v3/components/OrEmptyStateV3/index.js +0 -1
- package/dist/bundled/v3/components/OrEmptyStateV3/props.d.ts +0 -4
- package/dist/bundled/v3/components/OrEmptyStateV3/props.js +0 -1
- package/dist/bundled/v3/components/OrEmptyStateV3/styles.d.ts +0 -10
- package/dist/bundled/v3/components/OrEmptyStateV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrEmptyStateV3/types.d.ts +0 -2
- package/dist/bundled/v3/components/OrEmptyStateV3-af47ab45.js +0 -135
- package/dist/bundled/v3/components/OrError/OrError.js +0 -29
- package/dist/bundled/v3/components/OrError/OrError.vue.d.ts +0 -15
- package/dist/bundled/v3/components/OrError/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrError/index.js +0 -1
- package/dist/bundled/v3/components/OrErrorTagV3/OrErrorTag.js +0 -1
- package/dist/bundled/v3/components/OrErrorTagV3/OrErrorTag.vue.d.ts +0 -5
- package/dist/bundled/v3/components/OrErrorTagV3/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrErrorTagV3/index.js +0 -1
- package/dist/bundled/v3/components/OrErrorTagV3/styles.d.ts +0 -1
- package/dist/bundled/v3/components/OrErrorTagV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrErrorTagV3-1b00b9d5.js +0 -54
- package/dist/bundled/v3/components/OrErrorV3/OrError.js +0 -1
- package/dist/bundled/v3/components/OrErrorV3/OrError.vue.d.ts +0 -19
- package/dist/bundled/v3/components/OrErrorV3/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrErrorV3/index.js +0 -1
- package/dist/bundled/v3/components/OrErrorV3/styles.d.ts +0 -3
- package/dist/bundled/v3/components/OrErrorV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrErrorV3-b04d76aa.js +0 -63
- package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.js +0 -1
- package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.vue.d.ts +0 -103
- package/dist/bundled/v3/components/OrExpansionPanelV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrExpansionPanelV3/index.js +0 -1
- package/dist/bundled/v3/components/OrExpansionPanelV3/props.d.ts +0 -13
- package/dist/bundled/v3/components/OrExpansionPanelV3/props.js +0 -1
- package/dist/bundled/v3/components/OrExpansionPanelV3/styles.d.ts +0 -9
- package/dist/bundled/v3/components/OrExpansionPanelV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrExpansionPanelV3-3bc713aa.js +0 -219
- package/dist/bundled/v3/components/OrFabV3/OrFab.js +0 -1
- package/dist/bundled/v3/components/OrFabV3/OrFab.vue.d.ts +0 -41
- package/dist/bundled/v3/components/OrFabV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrFabV3/index.js +0 -1
- package/dist/bundled/v3/components/OrFabV3/props.d.ts +0 -4
- package/dist/bundled/v3/components/OrFabV3/props.js +0 -1
- package/dist/bundled/v3/components/OrFabV3/styles.d.ts +0 -3
- package/dist/bundled/v3/components/OrFabV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrFabV3-86cf1da1.js +0 -88
- package/dist/bundled/v3/components/OrFilterPopoverV3/OrFilterPopover.js +0 -1
- package/dist/bundled/v3/components/OrFilterPopoverV3/OrFilterPopover.vue.d.ts +0 -99
- package/dist/bundled/v3/components/OrFilterPopoverV3/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrFilterPopoverV3/index.js +0 -1
- package/dist/bundled/v3/components/OrFilterPopoverV3/styles.d.ts +0 -3
- package/dist/bundled/v3/components/OrFilterPopoverV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrFilterPopoverV3-e4f00c03.js +0 -192
- package/dist/bundled/v3/components/OrFilterTriggerV3/OrFilterTrigger.js +0 -1
- package/dist/bundled/v3/components/OrFilterTriggerV3/OrFilterTrigger.vue.d.ts +0 -41
- package/dist/bundled/v3/components/OrFilterTriggerV3/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrFilterTriggerV3/index.js +0 -1
- package/dist/bundled/v3/components/OrFilterTriggerV3/styles.d.ts +0 -3
- package/dist/bundled/v3/components/OrFilterTriggerV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrFilterTriggerV3-d0c2bc74.js +0 -123
- package/dist/bundled/v3/components/OrFilterV3/OrFilter.js +0 -1
- package/dist/bundled/v3/components/OrFilterV3/OrFilter.vue.d.ts +0 -51
- package/dist/bundled/v3/components/OrFilterV3/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrFilterV3/index.js +0 -1
- package/dist/bundled/v3/components/OrFilterV3/styles.d.ts +0 -1
- package/dist/bundled/v3/components/OrFilterV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrFilterV3-ed560f78.js +0 -101
- package/dist/bundled/v3/components/OrFloating/OrFloating.js +0 -1
- package/dist/bundled/v3/components/OrFloating/OrFloating.vue.d.ts +0 -123
- package/dist/bundled/v3/components/OrFloating/constants.d.ts +0 -18
- package/dist/bundled/v3/components/OrFloating/constants.js +0 -1
- package/dist/bundled/v3/components/OrFloating/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrFloating/index.js +0 -1
- package/dist/bundled/v3/components/OrFloating-cfd1a2b4.js +0 -1664
- package/dist/bundled/v3/components/OrFormGroupV3/OrFormGroup.js +0 -1
- package/dist/bundled/v3/components/OrFormGroupV3/OrFormGroup.vue.d.ts +0 -65
- package/dist/bundled/v3/components/OrFormGroupV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrFormGroupV3/index.js +0 -1
- package/dist/bundled/v3/components/OrFormGroupV3/styles.d.ts +0 -4
- package/dist/bundled/v3/components/OrFormGroupV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrFormGroupV3/types.d.ts +0 -4
- package/dist/bundled/v3/components/OrFormGroupV3-c0c2a946.js +0 -112
- package/dist/bundled/v3/components/OrHint/OrHint.js +0 -30
- package/dist/bundled/v3/components/OrHint/OrHint.vue.d.ts +0 -17
- package/dist/bundled/v3/components/OrHint/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrHint/index.js +0 -1
- package/dist/bundled/v3/components/OrHintV3/OrHint.js +0 -1
- package/dist/bundled/v3/components/OrHintV3/OrHint.vue.d.ts +0 -19
- package/dist/bundled/v3/components/OrHintV3/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrHintV3/index.js +0 -1
- package/dist/bundled/v3/components/OrHintV3/styles.d.ts +0 -3
- package/dist/bundled/v3/components/OrHintV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrHintV3-c8ac5975.js +0 -63
- package/dist/bundled/v3/components/OrIcon/OrIcon.vue.d.ts +0 -95
- package/dist/bundled/v3/components/OrIcon/constants.d.ts +0 -20
- package/dist/bundled/v3/components/OrIcon/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrIcon/index.js +0 -156
- package/dist/bundled/v3/components/OrIconButtonV2/OrIconButton.js +0 -180
- package/dist/bundled/v3/components/OrIconButtonV2/OrIconButton.vue.d.ts +0 -106
- package/dist/bundled/v3/components/OrIconButtonV2/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrIconButtonV2/index.js +0 -1
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +0 -1
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.vue.d.ts +0 -78
- package/dist/bundled/v3/components/OrIconButtonV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrIconButtonV3/index.js +0 -1
- package/dist/bundled/v3/components/OrIconButtonV3/props.d.ts +0 -6
- package/dist/bundled/v3/components/OrIconButtonV3/props.js +0 -1
- package/dist/bundled/v3/components/OrIconButtonV3/styles.d.ts +0 -3
- package/dist/bundled/v3/components/OrIconButtonV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrIconButtonV3-e0dda634.js +0 -165
- package/dist/bundled/v3/components/OrIconV3/OrIcon.js +0 -1
- package/dist/bundled/v3/components/OrIconV3/OrIcon.vue.d.ts +0 -38
- package/dist/bundled/v3/components/OrIconV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrIconV3/index.js +0 -1
- package/dist/bundled/v3/components/OrIconV3/props.d.ts +0 -13
- package/dist/bundled/v3/components/OrIconV3/props.js +0 -1
- package/dist/bundled/v3/components/OrIconV3/styles.d.ts +0 -4
- package/dist/bundled/v3/components/OrIconV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrIconV3-b5c97ea7.js +0 -102
- package/dist/bundled/v3/components/OrInlineInputBoxV3/OrInlineInputBox.js +0 -1
- package/dist/bundled/v3/components/OrInlineInputBoxV3/OrInlineInputBox.vue.d.ts +0 -28
- package/dist/bundled/v3/components/OrInlineInputBoxV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrInlineInputBoxV3/index.js +0 -1
- package/dist/bundled/v3/components/OrInlineInputBoxV3/props.d.ts +0 -4
- package/dist/bundled/v3/components/OrInlineInputBoxV3/props.js +0 -1
- package/dist/bundled/v3/components/OrInlineInputBoxV3/styles.d.ts +0 -3
- package/dist/bundled/v3/components/OrInlineInputBoxV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrInlineInputBoxV3-1a4d3924.js +0 -69
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +0 -1
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.vue.d.ts +0 -110
- package/dist/bundled/v3/components/OrInlineInputV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrInlineInputV3/index.js +0 -1
- package/dist/bundled/v3/components/OrInlineInputV3/styles.d.ts +0 -5
- package/dist/bundled/v3/components/OrInlineInputV3/styles.js +0 -2
- package/dist/bundled/v3/components/OrInlineInputV3/types.d.ts +0 -6
- package/dist/bundled/v3/components/OrInlineInputV3-7c6be653.js +0 -247
- package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.vue.d.ts +0 -157
- package/dist/bundled/v3/components/OrInlineTextEdit/constants.d.ts +0 -9
- package/dist/bundled/v3/components/OrInlineTextEdit/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrInlineTextEdit/index.js +0 -337
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +0 -1
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.vue.d.ts +0 -91
- package/dist/bundled/v3/components/OrInlineTextareaV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +0 -1
- package/dist/bundled/v3/components/OrInlineTextareaV3/styles.d.ts +0 -3
- package/dist/bundled/v3/components/OrInlineTextareaV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrInlineTextareaV3/types.d.ts +0 -2
- package/dist/bundled/v3/components/OrInlineTextareaV3-deb81229.js +0 -224
- package/dist/bundled/v3/components/OrInput/OrInput.js +0 -293
- package/dist/bundled/v3/components/OrInput/OrInput.vue.d.ts +0 -153
- package/dist/bundled/v3/components/OrInput/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrInput/index.js +0 -1
- package/dist/bundled/v3/components/OrInputBoxV3/OrInputBox.js +0 -1
- package/dist/bundled/v3/components/OrInputBoxV3/OrInputBox.vue.d.ts +0 -66
- package/dist/bundled/v3/components/OrInputBoxV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrInputBoxV3/index.js +0 -1
- package/dist/bundled/v3/components/OrInputBoxV3/styles.d.ts +0 -5
- package/dist/bundled/v3/components/OrInputBoxV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrInputBoxV3/types.d.ts +0 -13
- package/dist/bundled/v3/components/OrInputBoxV3-efe30bd8.js +0 -204
- package/dist/bundled/v3/components/OrInputV3/OrInput.js +0 -1
- package/dist/bundled/v3/components/OrInputV3/OrInput.vue.d.ts +0 -166
- package/dist/bundled/v3/components/OrInputV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrInputV3/index.js +0 -1
- package/dist/bundled/v3/components/OrInputV3/styles.d.ts +0 -2
- package/dist/bundled/v3/components/OrInputV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrInputV3/types.d.ts +0 -8
- package/dist/bundled/v3/components/OrInputV3-5dc0f1ec.js +0 -284
- package/dist/bundled/v3/components/OrLabel/OrLabel.js +0 -60
- package/dist/bundled/v3/components/OrLabel/OrLabel.vue.d.ts +0 -32
- package/dist/bundled/v3/components/OrLabel/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrLabel/index.js +0 -1
- package/dist/bundled/v3/components/OrLabelV3/OrLabel.js +0 -1
- package/dist/bundled/v3/components/OrLabelV3/OrLabel.vue.d.ts +0 -66
- package/dist/bundled/v3/components/OrLabelV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrLabelV3/index.js +0 -1
- package/dist/bundled/v3/components/OrLabelV3/styles.d.ts +0 -5
- package/dist/bundled/v3/components/OrLabelV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrLabelV3/types.d.ts +0 -6
- package/dist/bundled/v3/components/OrLabelV3-2715e117.js +0 -120
- package/dist/bundled/v3/components/OrLinkV3/OrLink.js +0 -1
- package/dist/bundled/v3/components/OrLinkV3/OrLink.vue.d.ts +0 -63
- package/dist/bundled/v3/components/OrLinkV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrLinkV3/index.js +0 -1
- package/dist/bundled/v3/components/OrLinkV3/props.d.ts +0 -7
- package/dist/bundled/v3/components/OrLinkV3/props.js +0 -1
- package/dist/bundled/v3/components/OrLinkV3/styles.d.ts +0 -3
- package/dist/bundled/v3/components/OrLinkV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrLinkV3-56763fd9.js +0 -102
- package/dist/bundled/v3/components/OrList/OrList.js +0 -1
- package/dist/bundled/v3/components/OrList/OrList.vue.d.ts +0 -125
- package/dist/bundled/v3/components/OrList/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrList/index.js +0 -1
- package/dist/bundled/v3/components/OrList-8a305552.js +0 -5789
- package/dist/bundled/v3/components/OrListOfInputs/OrListOfInputs.js +0 -155
- package/dist/bundled/v3/components/OrListOfInputs/OrListOfInputs.vue.d.ts +0 -95
- package/dist/bundled/v3/components/OrListOfInputs/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrListOfInputs/index.js +0 -1
- package/dist/bundled/v3/components/OrListV3/OrList.js +0 -1
- package/dist/bundled/v3/components/OrListV3/OrList.vue.d.ts +0 -107
- package/dist/bundled/v3/components/OrListV3/index.d.ts +0 -3
- package/dist/bundled/v3/components/OrListV3/index.js +0 -1
- package/dist/bundled/v3/components/OrListV3/styles.d.ts +0 -4
- package/dist/bundled/v3/components/OrListV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrListV3/types.d.ts +0 -4
- package/dist/bundled/v3/components/OrListV3-06a7023b.js +0 -271
- package/dist/bundled/v3/components/OrLoader/OrLoader.vue.d.ts +0 -57
- package/dist/bundled/v3/components/OrLoader/constants.d.ts +0 -6
- package/dist/bundled/v3/components/OrLoader/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrLoader/index.js +0 -95
- package/dist/bundled/v3/components/OrLoader/types.d.ts +0 -3
- package/dist/bundled/v3/components/OrLoaderV3/OrLoader.js +0 -1
- package/dist/bundled/v3/components/OrLoaderV3/OrLoader.vue.d.ts +0 -75
- package/dist/bundled/v3/components/OrLoaderV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrLoaderV3/index.js +0 -1
- package/dist/bundled/v3/components/OrLoaderV3/props.d.ts +0 -13
- package/dist/bundled/v3/components/OrLoaderV3/props.js +0 -1
- package/dist/bundled/v3/components/OrLoaderV3/styles.d.ts +0 -6
- package/dist/bundled/v3/components/OrLoaderV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrLoaderV3-a5a91b27.js +0 -174
- package/dist/bundled/v3/components/OrMenuItemV3/OrMenuItem.js +0 -1
- package/dist/bundled/v3/components/OrMenuItemV3/OrMenuItem.vue.d.ts +0 -50
- package/dist/bundled/v3/components/OrMenuItemV3/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrMenuItemV3/index.js +0 -1
- package/dist/bundled/v3/components/OrMenuItemV3/styles.d.ts +0 -1
- package/dist/bundled/v3/components/OrMenuItemV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrMenuItemV3-de4e7a53.js +0 -99
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +0 -1
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.vue.d.ts +0 -66
- package/dist/bundled/v3/components/OrMenuV3/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrMenuV3/index.js +0 -1
- package/dist/bundled/v3/components/OrMenuV3/styles.d.ts +0 -1
- package/dist/bundled/v3/components/OrMenuV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrMenuV3-66b70729.js +0 -102
- package/dist/bundled/v3/components/OrModal/OrModal.js +0 -1
- package/dist/bundled/v3/components/OrModal/OrModal.vue.d.ts +0 -85
- package/dist/bundled/v3/components/OrModal/constants.d.ts +0 -7
- package/dist/bundled/v3/components/OrModal/constants.js +0 -1
- package/dist/bundled/v3/components/OrModal/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrModal/index.js +0 -1
- package/dist/bundled/v3/components/OrModal-9aa39c8f.js +0 -1713
- package/dist/bundled/v3/components/OrModalV3/OrModal.js +0 -1
- package/dist/bundled/v3/components/OrModalV3/OrModal.vue.d.ts +0 -44
- package/dist/bundled/v3/components/OrModalV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrModalV3/index.js +0 -1
- package/dist/bundled/v3/components/OrModalV3/props.d.ts +0 -5
- package/dist/bundled/v3/components/OrModalV3/props.js +0 -1
- package/dist/bundled/v3/components/OrModalV3/styles.d.ts +0 -3
- package/dist/bundled/v3/components/OrModalV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrModalV3-46380111.js +0 -227
- package/dist/bundled/v3/components/OrNotification/OrNotification.vue.d.ts +0 -65
- package/dist/bundled/v3/components/OrNotification/constants.d.ts +0 -10
- package/dist/bundled/v3/components/OrNotification/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrNotification/index.js +0 -114
- package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +0 -1
- package/dist/bundled/v3/components/OrNotificationV3/OrNotification.vue.d.ts +0 -30
- package/dist/bundled/v3/components/OrNotificationV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrNotificationV3/index.js +0 -1
- package/dist/bundled/v3/components/OrNotificationV3/props.d.ts +0 -6
- package/dist/bundled/v3/components/OrNotificationV3/props.js +0 -1
- package/dist/bundled/v3/components/OrNotificationV3/styles.d.ts +0 -5
- package/dist/bundled/v3/components/OrNotificationV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrNotificationV3-3a32468a.js +0 -142
- package/dist/bundled/v3/components/OrNumberInput/OrNumberInput.js +0 -170
- package/dist/bundled/v3/components/OrNumberInput/OrNumberInput.vue.d.ts +0 -139
- package/dist/bundled/v3/components/OrNumberInput/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrNumberInput/index.js +0 -1
- package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.js +0 -185
- package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.vue.d.ts +0 -62
- package/dist/bundled/v3/components/OrOverflowMenu/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrOverflowMenu/index.js +0 -1
- package/dist/bundled/v3/components/OrOverflowMenu/types.d.ts +0 -7
- package/dist/bundled/v3/components/OrOverlay/OrOverlay.js +0 -48
- package/dist/bundled/v3/components/OrOverlay/OrOverlay.vue.d.ts +0 -40
- package/dist/bundled/v3/components/OrOverlay/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrOverlay/index.js +0 -1
- package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.js +0 -1
- package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.vue.d.ts +0 -18
- package/dist/bundled/v3/components/OrOverlayV3/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrOverlayV3/index.js +0 -1
- package/dist/bundled/v3/components/OrOverlayV3/styles.d.ts +0 -1
- package/dist/bundled/v3/components/OrOverlayV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrOverlayV3-d84429e1.js +0 -71
- package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +0 -1
- package/dist/bundled/v3/components/OrPaginationV3/OrPagination.vue.d.ts +0 -70
- package/dist/bundled/v3/components/OrPaginationV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrPaginationV3/index.js +0 -1
- package/dist/bundled/v3/components/OrPaginationV3/styles.d.ts +0 -4
- package/dist/bundled/v3/components/OrPaginationV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrPaginationV3/types.d.ts +0 -9
- package/dist/bundled/v3/components/OrPaginationV3-d2b3622a.js +0 -334
- package/dist/bundled/v3/components/OrPassword/OrPassword.js +0 -163
- package/dist/bundled/v3/components/OrPassword/OrPassword.vue.d.ts +0 -117
- package/dist/bundled/v3/components/OrPassword/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrPassword/index.js +0 -1
- package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +0 -1
- package/dist/bundled/v3/components/OrPopoverV3/OrPopover.vue.d.ts +0 -154
- package/dist/bundled/v3/components/OrPopoverV3/hooks/types.d.ts +0 -77
- package/dist/bundled/v3/components/OrPopoverV3/hooks/useFloating.d.ts +0 -4
- package/dist/bundled/v3/components/OrPopoverV3/hooks/useFloating.js +0 -3
- package/dist/bundled/v3/components/OrPopoverV3/index.d.ts +0 -3
- package/dist/bundled/v3/components/OrPopoverV3/index.js +0 -1
- package/dist/bundled/v3/components/OrPopoverV3/props.d.ts +0 -21
- package/dist/bundled/v3/components/OrPopoverV3/props.js +0 -1
- package/dist/bundled/v3/components/OrPopoverV3/styles.d.ts +0 -4
- package/dist/bundled/v3/components/OrPopoverV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrPopoverV3/utils/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrPopoverV3/utils/index.js +0 -1
- package/dist/bundled/v3/components/OrPopoverV3/utils/isPrevented.d.ts +0 -1
- package/dist/bundled/v3/components/OrPopoverV3/utils/isPrevented.js +0 -2
- package/dist/bundled/v3/components/OrPopoverV3-72bda364.js +0 -420
- package/dist/bundled/v3/components/OrProgress/OrProgress.js +0 -1
- package/dist/bundled/v3/components/OrProgress/OrProgress.vue.d.ts +0 -122
- package/dist/bundled/v3/components/OrProgress/constants.d.ts +0 -11
- package/dist/bundled/v3/components/OrProgress/constants.js +0 -1
- package/dist/bundled/v3/components/OrProgress/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrProgress/index.js +0 -1
- package/dist/bundled/v3/components/OrProgress-89394e1c.js +0 -264
- package/dist/bundled/v3/components/OrProgressV3/OrProgress.js +0 -1
- package/dist/bundled/v3/components/OrProgressV3/OrProgress.vue.d.ts +0 -105
- package/dist/bundled/v3/components/OrProgressV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrProgressV3/index.js +0 -1
- package/dist/bundled/v3/components/OrProgressV3/props.d.ts +0 -11
- package/dist/bundled/v3/components/OrProgressV3/props.js +0 -1
- package/dist/bundled/v3/components/OrProgressV3/styles.d.ts +0 -11
- package/dist/bundled/v3/components/OrProgressV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrProgressV3-3b0ae694.js +0 -284
- package/dist/bundled/v3/components/OrRadio/OrRadio.js +0 -1
- package/dist/bundled/v3/components/OrRadio/OrRadio.vue.d.ts +0 -68
- package/dist/bundled/v3/components/OrRadio/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrRadio/index.js +0 -1
- package/dist/bundled/v3/components/OrRadio-4bf8cd27.js +0 -369
- package/dist/bundled/v3/components/OrRadioGroup/OrRadioGroup.js +0 -63
- package/dist/bundled/v3/components/OrRadioGroup/OrRadioGroup.vue.d.ts +0 -64
- package/dist/bundled/v3/components/OrRadioGroup/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrRadioGroup/index.js +0 -1
- package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.js +0 -85
- package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.vue.d.ts +0 -76
- package/dist/bundled/v3/components/OrRadioGroupV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrRadioGroupV3/index.js +0 -1
- package/dist/bundled/v3/components/OrRadioGroupV3/types.d.ts +0 -6
- package/dist/bundled/v3/components/OrRadioV3/OrRadio.js +0 -1
- package/dist/bundled/v3/components/OrRadioV3/OrRadio.vue.d.ts +0 -82
- package/dist/bundled/v3/components/OrRadioV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrRadioV3/index.js +0 -1
- package/dist/bundled/v3/components/OrRadioV3/styles.d.ts +0 -3
- package/dist/bundled/v3/components/OrRadioV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrRadioV3/types.d.ts +0 -3
- package/dist/bundled/v3/components/OrRadioV3-e1fbc70e.js +0 -160
- package/dist/bundled/v3/components/OrRangeSliderV3/OrRangeSlider.js +0 -1
- package/dist/bundled/v3/components/OrRangeSliderV3/OrRangeSlider.vue.d.ts +0 -134
- package/dist/bundled/v3/components/OrRangeSliderV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrRangeSliderV3/index.js +0 -1
- package/dist/bundled/v3/components/OrRangeSliderV3/styles.d.ts +0 -17
- package/dist/bundled/v3/components/OrRangeSliderV3/styles.js +0 -2
- package/dist/bundled/v3/components/OrRangeSliderV3/types.d.ts +0 -2
- package/dist/bundled/v3/components/OrRangeSliderV3-22ca753c.js +0 -672
- package/dist/bundled/v3/components/OrRatingV3/OrRating.js +0 -1
- package/dist/bundled/v3/components/OrRatingV3/OrRating.vue.d.ts +0 -57
- package/dist/bundled/v3/components/OrRatingV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrRatingV3/index.js +0 -1
- package/dist/bundled/v3/components/OrRatingV3/styles.d.ts +0 -4
- package/dist/bundled/v3/components/OrRatingV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrRatingV3/types.d.ts +0 -6
- package/dist/bundled/v3/components/OrRatingV3-e3260da7.js +0 -146
- package/dist/bundled/v3/components/OrResizeablePanelV3/OrResizeablePanel.js +0 -1
- package/dist/bundled/v3/components/OrResizeablePanelV3/OrResizeablePanel.vue.d.ts +0 -101
- package/dist/bundled/v3/components/OrResizeablePanelV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrResizeablePanelV3/index.js +0 -1
- package/dist/bundled/v3/components/OrResizeablePanelV3/props.d.ts +0 -12
- package/dist/bundled/v3/components/OrResizeablePanelV3/props.js +0 -1
- package/dist/bundled/v3/components/OrResizeablePanelV3/styles.d.ts +0 -13
- package/dist/bundled/v3/components/OrResizeablePanelV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrResizeablePanelV3-96d4de8b.js +0 -401
- package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.js +0 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.vue.d.ts +0 -155
- package/dist/bundled/v3/components/OrRichTextEditorV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrRichTextEditorV3/index.js +0 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/props.d.ts +0 -5
- package/dist/bundled/v3/components/OrRichTextEditorV3/props.js +0 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/styles.d.ts +0 -4
- package/dist/bundled/v3/components/OrRichTextEditorV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.d.ts +0 -3
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +0 -2
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.d.ts +0 -27
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +0 -2
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.js +0 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.d.ts +0 -17
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.js +0 -3
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/types.d.ts +0 -19
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.d.ts +0 -2
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.js +0 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3-be9fa017.js +0 -29645
- package/dist/bundled/v3/components/OrRichTooltipV3/OrRichTooltip.js +0 -1
- package/dist/bundled/v3/components/OrRichTooltipV3/OrRichTooltip.vue.d.ts +0 -52
- package/dist/bundled/v3/components/OrRichTooltipV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrRichTooltipV3/index.js +0 -1
- package/dist/bundled/v3/components/OrRichTooltipV3/styles.d.ts +0 -5
- package/dist/bundled/v3/components/OrRichTooltipV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrRichTooltipV3/types.d.ts +0 -4
- package/dist/bundled/v3/components/OrRichTooltipV3-a121da0b.js +0 -154
- package/dist/bundled/v3/components/OrSearch/OrSearch.js +0 -189
- package/dist/bundled/v3/components/OrSearch/OrSearch.vue.d.ts +0 -140
- package/dist/bundled/v3/components/OrSearch/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrSearch/index.js +0 -1
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +0 -121
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.vue.d.ts +0 -82
- package/dist/bundled/v3/components/OrSearchV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrSearchV3/index.js +0 -1
- package/dist/bundled/v3/components/OrSearchV3/types.d.ts +0 -2
- package/dist/bundled/v3/components/OrSegmentedControlV3/OrSegmentedControl.js +0 -1
- package/dist/bundled/v3/components/OrSegmentedControlV3/OrSegmentedControl.vue.d.ts +0 -50
- package/dist/bundled/v3/components/OrSegmentedControlV3/index.d.ts +0 -3
- package/dist/bundled/v3/components/OrSegmentedControlV3/index.js +0 -1
- package/dist/bundled/v3/components/OrSegmentedControlV3/props.d.ts +0 -4
- package/dist/bundled/v3/components/OrSegmentedControlV3/props.js +0 -1
- package/dist/bundled/v3/components/OrSegmentedControlV3/styles.d.ts +0 -3
- package/dist/bundled/v3/components/OrSegmentedControlV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrSegmentedControlV3/types.d.ts +0 -4
- package/dist/bundled/v3/components/OrSegmentedControlV3-99c7f6ed.js +0 -173
- package/dist/bundled/v3/components/OrSelect/OrSelect.js +0 -1
- package/dist/bundled/v3/components/OrSelect/OrSelect.vue.d.ts +0 -187
- package/dist/bundled/v3/components/OrSelect/constants.d.ts +0 -50
- package/dist/bundled/v3/components/OrSelect/constants.js +0 -1
- package/dist/bundled/v3/components/OrSelect/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrSelect/index.js +0 -1
- package/dist/bundled/v3/components/OrSelect/types.d.ts +0 -9
- package/dist/bundled/v3/components/OrSelect-9f2c6ce9.js +0 -1352
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +0 -1
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.vue.d.ts +0 -233
- package/dist/bundled/v3/components/OrSelectV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrSelectV3/index.js +0 -1
- package/dist/bundled/v3/components/OrSelectV3/styles.d.ts +0 -8
- package/dist/bundled/v3/components/OrSelectV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrSelectV3/types.d.ts +0 -4
- package/dist/bundled/v3/components/OrSelectV3-0c15392f.js +0 -1057
- package/dist/bundled/v3/components/OrSidebar/OrSidebar.vue.d.ts +0 -63
- package/dist/bundled/v3/components/OrSidebar/constants.d.ts +0 -4
- package/dist/bundled/v3/components/OrSidebar/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrSidebar/index.js +0 -125
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +0 -1
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.vue.d.ts +0 -94
- package/dist/bundled/v3/components/OrSidebarV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrSidebarV3/index.js +0 -1
- package/dist/bundled/v3/components/OrSidebarV3/props.d.ts +0 -4
- package/dist/bundled/v3/components/OrSidebarV3/props.js +0 -1
- package/dist/bundled/v3/components/OrSidebarV3/styles.d.ts +0 -8
- package/dist/bundled/v3/components/OrSidebarV3/styles.js +0 -2
- package/dist/bundled/v3/components/OrSidebarV3-347e84ef.js +0 -180
- package/dist/bundled/v3/components/OrSkeleton/constants.d.ts +0 -9
- package/dist/bundled/v3/components/OrSkeleton/constants.js +0 -1
- package/dist/bundled/v3/components/OrSkeleton/index.d.ts +0 -4
- package/dist/bundled/v3/components/OrSkeleton/index.js +0 -1
- package/dist/bundled/v3/components/OrSkeleton-a1779c0f.js +0 -311
- package/dist/bundled/v3/components/OrSkeletonCircle/OrSkeletonCircle.js +0 -1
- package/dist/bundled/v3/components/OrSkeletonCircle/OrSkeletonCircle.vue.d.ts +0 -32
- package/dist/bundled/v3/components/OrSkeletonCircle/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrSkeletonCircle/index.js +0 -1
- package/dist/bundled/v3/components/OrSkeletonCircleV3/OrSkeletonCircle.js +0 -1
- package/dist/bundled/v3/components/OrSkeletonCircleV3/OrSkeletonCircle.vue.d.ts +0 -36
- package/dist/bundled/v3/components/OrSkeletonCircleV3/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrSkeletonCircleV3/index.js +0 -1
- package/dist/bundled/v3/components/OrSkeletonRect/OrSkeletonRect.js +0 -1
- package/dist/bundled/v3/components/OrSkeletonRect/OrSkeletonRect.vue.d.ts +0 -43
- package/dist/bundled/v3/components/OrSkeletonRect/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrSkeletonRect/index.js +0 -1
- package/dist/bundled/v3/components/OrSkeletonRectV3/OrSkeletonRect.js +0 -1
- package/dist/bundled/v3/components/OrSkeletonRectV3/OrSkeletonRect.vue.d.ts +0 -45
- package/dist/bundled/v3/components/OrSkeletonRectV3/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrSkeletonRectV3/index.js +0 -1
- package/dist/bundled/v3/components/OrSkeletonText/OrSkeletonText.js +0 -1
- package/dist/bundled/v3/components/OrSkeletonText/OrSkeletonText.vue.d.ts +0 -57
- package/dist/bundled/v3/components/OrSkeletonText/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrSkeletonText/index.js +0 -1
- package/dist/bundled/v3/components/OrSkeletonTextV3/OrSkeletonText.js +0 -1
- package/dist/bundled/v3/components/OrSkeletonTextV3/OrSkeletonText.vue.d.ts +0 -72
- package/dist/bundled/v3/components/OrSkeletonTextV3/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrSkeletonTextV3/index.js +0 -1
- package/dist/bundled/v3/components/OrSkeletonV3/index.d.ts +0 -3
- package/dist/bundled/v3/components/OrSkeletonV3/index.js +0 -1
- package/dist/bundled/v3/components/OrSkeletonV3/styles.d.ts +0 -6
- package/dist/bundled/v3/components/OrSkeletonV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrSkeletonV3-4b09b945.js +0 -224
- package/dist/bundled/v3/components/OrSlider/OrSlider.js +0 -310
- package/dist/bundled/v3/components/OrSlider/OrSlider.vue.d.ts +0 -136
- package/dist/bundled/v3/components/OrSlider/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrSlider/index.js +0 -1
- package/dist/bundled/v3/components/OrSliderV3/OrSlider.js +0 -1
- package/dist/bundled/v3/components/OrSliderV3/OrSlider.vue.d.ts +0 -114
- package/dist/bundled/v3/components/OrSliderV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrSliderV3/index.js +0 -1
- package/dist/bundled/v3/components/OrSliderV3/styles.d.ts +0 -15
- package/dist/bundled/v3/components/OrSliderV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrSliderV3/types.d.ts +0 -12
- package/dist/bundled/v3/components/OrSliderV3-d8465a1f.js +0 -469
- package/dist/bundled/v3/components/OrSortingV3/OrSorting.js +0 -1
- package/dist/bundled/v3/components/OrSortingV3/OrSorting.vue.d.ts +0 -35
- package/dist/bundled/v3/components/OrSortingV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrSortingV3/index.js +0 -1
- package/dist/bundled/v3/components/OrSortingV3/styles.d.ts +0 -2
- package/dist/bundled/v3/components/OrSortingV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrSortingV3/types.d.ts +0 -4
- package/dist/bundled/v3/components/OrSortingV3-59fcc9cc.js +0 -114
- package/dist/bundled/v3/components/OrStatusV3/OrStatus.js +0 -1
- package/dist/bundled/v3/components/OrStatusV3/OrStatus.vue.d.ts +0 -41
- package/dist/bundled/v3/components/OrStatusV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrStatusV3/index.js +0 -1
- package/dist/bundled/v3/components/OrStatusV3/props.d.ts +0 -11
- package/dist/bundled/v3/components/OrStatusV3/props.js +0 -1
- package/dist/bundled/v3/components/OrStatusV3/styles.d.ts +0 -7
- package/dist/bundled/v3/components/OrStatusV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrStatusV3-58cbbbff.js +0 -131
- package/dist/bundled/v3/components/OrStepper/OrStepper.js +0 -426
- package/dist/bundled/v3/components/OrStepper/OrStepper.vue.d.ts +0 -79
- package/dist/bundled/v3/components/OrStepper/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrStepper/index.js +0 -1
- package/dist/bundled/v3/components/OrSwitch/OrSwitch.js +0 -121
- package/dist/bundled/v3/components/OrSwitch/OrSwitch.vue.d.ts +0 -70
- package/dist/bundled/v3/components/OrSwitch/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrSwitch/index.js +0 -1
- package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.js +0 -1
- package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.vue.d.ts +0 -93
- package/dist/bundled/v3/components/OrSwitchV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrSwitchV3/index.js +0 -1
- package/dist/bundled/v3/components/OrSwitchV3/styles.d.ts +0 -5
- package/dist/bundled/v3/components/OrSwitchV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrSwitchV3/types.d.ts +0 -3
- package/dist/bundled/v3/components/OrSwitchV3-0e80b765.js +0 -220
- package/dist/bundled/v3/components/OrTab/OrTab.js +0 -74
- package/dist/bundled/v3/components/OrTab/OrTab.vue.d.ts +0 -44
- package/dist/bundled/v3/components/OrTab/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrTab/index.js +0 -1
- package/dist/bundled/v3/components/OrTabHeaderItem/OrTabHeaderItem.js +0 -82
- package/dist/bundled/v3/components/OrTabHeaderItem/OrTabHeaderItem.vue.d.ts +0 -49
- package/dist/bundled/v3/components/OrTabHeaderItem/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrTabHeaderItem/index.js +0 -1
- package/dist/bundled/v3/components/OrTabV3/OrTab.js +0 -1
- package/dist/bundled/v3/components/OrTabV3/OrTab.vue.d.ts +0 -39
- package/dist/bundled/v3/components/OrTabV3/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrTabV3/index.js +0 -1
- package/dist/bundled/v3/components/OrTabV3/styles.d.ts +0 -1
- package/dist/bundled/v3/components/OrTabV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrTabV3-03e30a26.js +0 -75
- package/dist/bundled/v3/components/OrTabs/OrTabs.js +0 -85
- package/dist/bundled/v3/components/OrTabs/OrTabs.vue.d.ts +0 -13
- package/dist/bundled/v3/components/OrTabs/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrTabs/index.js +0 -1
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +0 -1
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.vue.d.ts +0 -74
- package/dist/bundled/v3/components/OrTabsV3/index.d.ts +0 -3
- package/dist/bundled/v3/components/OrTabsV3/index.js +0 -1
- package/dist/bundled/v3/components/OrTabsV3/props.d.ts +0 -4
- package/dist/bundled/v3/components/OrTabsV3/props.js +0 -1
- package/dist/bundled/v3/components/OrTabsV3/styles.d.ts +0 -5
- package/dist/bundled/v3/components/OrTabsV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrTabsV3/types.d.ts +0 -7
- package/dist/bundled/v3/components/OrTabsV3-469ebd99.js +0 -242
- package/dist/bundled/v3/components/OrTag/OrTag.js +0 -86
- package/dist/bundled/v3/components/OrTag/OrTag.vue.d.ts +0 -54
- package/dist/bundled/v3/components/OrTag/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrTag/index.js +0 -1
- package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.js +0 -1
- package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.vue.d.ts +0 -177
- package/dist/bundled/v3/components/OrTagInputV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrTagInputV3/index.js +0 -1
- package/dist/bundled/v3/components/OrTagInputV3/styles.d.ts +0 -3
- package/dist/bundled/v3/components/OrTagInputV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrTagInputV3/types.d.ts +0 -2
- package/dist/bundled/v3/components/OrTagInputV3-0c7c386c.js +0 -378
- package/dist/bundled/v3/components/OrTagV3/OrTag.js +0 -1
- package/dist/bundled/v3/components/OrTagV3/OrTag.vue.d.ts +0 -43
- package/dist/bundled/v3/components/OrTagV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrTagV3/index.js +0 -1
- package/dist/bundled/v3/components/OrTagV3/props.d.ts +0 -9
- package/dist/bundled/v3/components/OrTagV3/props.js +0 -1
- package/dist/bundled/v3/components/OrTagV3/styles.d.ts +0 -4
- package/dist/bundled/v3/components/OrTagV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrTagV3-82913ab5.js +0 -123
- package/dist/bundled/v3/components/OrTagsV3/OrTags.js +0 -1
- package/dist/bundled/v3/components/OrTagsV3/OrTags.vue.d.ts +0 -65
- package/dist/bundled/v3/components/OrTagsV3/index.d.ts +0 -3
- package/dist/bundled/v3/components/OrTagsV3/index.js +0 -1
- package/dist/bundled/v3/components/OrTagsV3/props.d.ts +0 -5
- package/dist/bundled/v3/components/OrTagsV3/props.js +0 -1
- package/dist/bundled/v3/components/OrTagsV3/styles.d.ts +0 -6
- package/dist/bundled/v3/components/OrTagsV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrTagsV3/types.d.ts +0 -7
- package/dist/bundled/v3/components/OrTagsV3/utils/castToTag.d.ts +0 -2
- package/dist/bundled/v3/components/OrTagsV3/utils/castToTag.js +0 -1
- package/dist/bundled/v3/components/OrTagsV3-14eaafd9.js +0 -229
- package/dist/bundled/v3/components/OrTeleport/OrTeleport.js +0 -1
- package/dist/bundled/v3/components/OrTeleport/OrTeleport.vue3.vue.d.ts +0 -27
- package/dist/bundled/v3/components/OrTeleport/constants.d.ts +0 -12
- package/dist/bundled/v3/components/OrTeleport/constants.js +0 -1
- package/dist/bundled/v3/components/OrTeleport/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrTeleport/index.js +0 -1
- package/dist/bundled/v3/components/OrTeleport-5a34b07f.js +0 -34
- package/dist/bundled/v3/components/OrTeleportV3/OrTeleport.js +0 -28
- package/dist/bundled/v3/components/OrTeleportV3/OrTeleport.vue3.vue.d.ts +0 -23
- package/dist/bundled/v3/components/OrTeleportV3/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrTeleportV3/index.js +0 -1
- package/dist/bundled/v3/components/OrTextV3/OrText.js +0 -1
- package/dist/bundled/v3/components/OrTextV3/OrText.vue.d.ts +0 -54
- package/dist/bundled/v3/components/OrTextV3/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrTextV3/index.js +0 -1
- package/dist/bundled/v3/components/OrTextV3/styles.d.ts +0 -3
- package/dist/bundled/v3/components/OrTextV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrTextV3-f2e88ff5.js +0 -108
- package/dist/bundled/v3/components/OrTextarea/OrTextarea.js +0 -288
- package/dist/bundled/v3/components/OrTextarea/OrTextarea.vue.d.ts +0 -131
- package/dist/bundled/v3/components/OrTextarea/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrTextarea/index.js +0 -1
- package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.js +0 -1
- package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.vue.d.ts +0 -162
- package/dist/bundled/v3/components/OrTextareaV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrTextareaV3/index.js +0 -1
- package/dist/bundled/v3/components/OrTextareaV3/styles.d.ts +0 -4
- package/dist/bundled/v3/components/OrTextareaV3/styles.js +0 -2
- package/dist/bundled/v3/components/OrTextareaV3/types.d.ts +0 -6
- package/dist/bundled/v3/components/OrTextareaV3-32ea56c2.js +0 -249
- package/dist/bundled/v3/components/OrTextbox/OrTextbox.vue.d.ts +0 -257
- package/dist/bundled/v3/components/OrTextbox/constants.d.ts +0 -8
- package/dist/bundled/v3/components/OrTextbox/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrTextbox/index.js +0 -471
- package/dist/bundled/v3/components/OrTimeFormatV3/OrTimeFormat.js +0 -1
- package/dist/bundled/v3/components/OrTimeFormatV3/OrTimeFormat.vue.d.ts +0 -50
- package/dist/bundled/v3/components/OrTimeFormatV3/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrTimeFormatV3/index.js +0 -1
- package/dist/bundled/v3/components/OrTimeFormatV3/styles.d.ts +0 -1
- package/dist/bundled/v3/components/OrTimeFormatV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrTimeFormatV3-832c3041.js +0 -67
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +0 -1
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.vue.d.ts +0 -285
- package/dist/bundled/v3/components/OrTimePickerV3/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrTimePickerV3/index.js +0 -1
- package/dist/bundled/v3/components/OrTimePickerV3/styles.d.ts +0 -2
- package/dist/bundled/v3/components/OrTimePickerV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrTimePickerV3-1909fd01.js +0 -313
- package/dist/bundled/v3/components/OrTimeRangePickerV3/OrTimeRangePicker.js +0 -1
- package/dist/bundled/v3/components/OrTimeRangePickerV3/OrTimeRangePicker.vue.d.ts +0 -522
- package/dist/bundled/v3/components/OrTimeRangePickerV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrTimeRangePickerV3/index.js +0 -1
- package/dist/bundled/v3/components/OrTimeRangePickerV3/styles.d.ts +0 -2
- package/dist/bundled/v3/components/OrTimeRangePickerV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrTimeRangePickerV3/types.d.ts +0 -3
- package/dist/bundled/v3/components/OrTimeRangePickerV3-15e60bee.js +0 -366
- package/dist/bundled/v3/components/OrToast/OrToast.js +0 -1
- package/dist/bundled/v3/components/OrToast/OrToast.vue.d.ts +0 -61
- package/dist/bundled/v3/components/OrToast/Timer.d.ts +0 -11
- package/dist/bundled/v3/components/OrToast/Timer.js +0 -2
- package/dist/bundled/v3/components/OrToast/composable/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrToast/composable/index.js +0 -1
- package/dist/bundled/v3/components/OrToast/composable/useQueue.d.ts +0 -8
- package/dist/bundled/v3/components/OrToast/composable/useQueue.js +0 -2
- package/dist/bundled/v3/components/OrToast/composable/useToast.d.ts +0 -8
- package/dist/bundled/v3/components/OrToast/composable/useToast.js +0 -1
- package/dist/bundled/v3/components/OrToast/composable/useToastEventBus.d.ts +0 -9
- package/dist/bundled/v3/components/OrToast/composable/useToastEventBus.js +0 -2
- package/dist/bundled/v3/components/OrToast/constants.d.ts +0 -18
- package/dist/bundled/v3/components/OrToast/constants.js +0 -1
- package/dist/bundled/v3/components/OrToast/index.d.ts +0 -5
- package/dist/bundled/v3/components/OrToast/index.js +0 -1
- package/dist/bundled/v3/components/OrToast/types.d.ts +0 -35
- package/dist/bundled/v3/components/OrToast-2262c873.js +0 -460
- package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.js +0 -1
- package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.vue.d.ts +0 -63
- package/dist/bundled/v3/components/OrToastContainer/index.d.ts +0 -4
- package/dist/bundled/v3/components/OrToastContainer/index.js +0 -1
- package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +0 -1
- package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.vue.d.ts +0 -57
- package/dist/bundled/v3/components/OrToastContainerV3/index.d.ts +0 -4
- package/dist/bundled/v3/components/OrToastContainerV3/index.js +0 -1
- package/dist/bundled/v3/components/OrToastV3/OrToast.js +0 -1
- package/dist/bundled/v3/components/OrToastV3/OrToast.vue.d.ts +0 -56
- package/dist/bundled/v3/components/OrToastV3/Timer.d.ts +0 -11
- package/dist/bundled/v3/components/OrToastV3/Timer.js +0 -2
- package/dist/bundled/v3/components/OrToastV3/composable/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrToastV3/composable/index.js +0 -1
- package/dist/bundled/v3/components/OrToastV3/composable/useQueue.d.ts +0 -8
- package/dist/bundled/v3/components/OrToastV3/composable/useQueue.js +0 -2
- package/dist/bundled/v3/components/OrToastV3/composable/useToast.d.ts +0 -8
- package/dist/bundled/v3/components/OrToastV3/composable/useToast.js +0 -1
- package/dist/bundled/v3/components/OrToastV3/composable/useToastEventBus.d.ts +0 -9
- package/dist/bundled/v3/components/OrToastV3/composable/useToastEventBus.js +0 -2
- package/dist/bundled/v3/components/OrToastV3/index.d.ts +0 -5
- package/dist/bundled/v3/components/OrToastV3/index.js +0 -1
- package/dist/bundled/v3/components/OrToastV3/props.d.ts +0 -18
- package/dist/bundled/v3/components/OrToastV3/props.js +0 -1
- package/dist/bundled/v3/components/OrToastV3/styles.d.ts +0 -5
- package/dist/bundled/v3/components/OrToastV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrToastV3/types.d.ts +0 -35
- package/dist/bundled/v3/components/OrToastV3-804f3d1d.js +0 -571
- package/dist/bundled/v3/components/OrTooltip/OrTooltip.vue.d.ts +0 -73
- package/dist/bundled/v3/components/OrTooltip/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrTooltip/index.js +0 -187
- package/dist/bundled/v3/components/OrTooltipContent/OrTooltipContent.vue.d.ts +0 -28
- package/dist/bundled/v3/components/OrTooltipContent/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +0 -1
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.vue.d.ts +0 -83
- package/dist/bundled/v3/components/OrTooltipV3/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrTooltipV3/index.js +0 -1
- package/dist/bundled/v3/components/OrTooltipV3/styles.d.ts +0 -4
- package/dist/bundled/v3/components/OrTooltipV3/styles.js +0 -2
- package/dist/bundled/v3/components/OrTooltipV3-c248835e.js +0 -157
- package/dist/bundled/v3/components/OrTreeV3/OrTree.vue.d.ts +0 -35
- package/dist/bundled/v3/components/OrTreeV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrTreeV3/index.js +0 -364
- package/dist/bundled/v3/components/OrTreeV3/types.d.ts +0 -17
- package/dist/bundled/v3/components/index.d.ts +0 -130
- package/dist/bundled/v3/components/index.js +0 -130
- package/dist/bundled/v3/directives/dropdown-close.d.ts +0 -6
- package/dist/bundled/v3/directives/dropdown-close.js +0 -14
- package/dist/bundled/v3/directives/dropdown-open.d.ts +0 -6
- package/dist/bundled/v3/directives/dropdown-open.js +0 -19
- package/dist/bundled/v3/directives/index.d.ts +0 -2
- package/dist/bundled/v3/directives/index.js +0 -2
- package/dist/bundled/v3/helpers/getItemByValue.d.ts +0 -2
- package/dist/bundled/v3/helpers/getItemByValue.js +0 -11
- package/dist/bundled/v3/helpers/getItemsByValue.d.ts +0 -2
- package/dist/bundled/v3/helpers/getItemsByValue.js +0 -7
- package/dist/bundled/v3/helpers/index.d.ts +0 -3
- package/dist/bundled/v3/helpers/index.js +0 -3
- package/dist/bundled/v3/helpers/searchItemsByLabel.d.ts +0 -2
- package/dist/bundled/v3/helpers/searchItemsByLabel.js +0 -5
- package/dist/bundled/v3/hooks/index.d.ts +0 -15
- package/dist/bundled/v3/hooks/index.js +0 -15
- package/dist/bundled/v3/hooks/useControlAttributes.d.ts +0 -7
- package/dist/bundled/v3/hooks/useControlAttributes.js +0 -12
- package/dist/bundled/v3/hooks/useDateFormat.d.ts +0 -4
- package/dist/bundled/v3/hooks/useDateFormat.js +0 -12
- package/dist/bundled/v3/hooks/useDateMask.d.ts +0 -4
- package/dist/bundled/v3/hooks/useDateMask.js +0 -36
- package/dist/bundled/v3/hooks/useElevation.d.ts +0 -3
- package/dist/bundled/v3/hooks/useElevation.js +0 -24
- package/dist/bundled/v3/hooks/useIdAttribute.d.ts +0 -3
- package/dist/bundled/v3/hooks/useIdAttribute.js +0 -12
- package/dist/bundled/v3/hooks/useLocale.d.ts +0 -4
- package/dist/bundled/v3/hooks/useLocale.js +0 -11
- package/dist/bundled/v3/hooks/useOverflow.d.ts +0 -11
- package/dist/bundled/v3/hooks/useOverflow.js +0 -73
- package/dist/bundled/v3/hooks/usePopoverState.d.ts +0 -12
- package/dist/bundled/v3/hooks/usePopoverState.js +0 -42
- package/dist/bundled/v3/hooks/useProxyModelValue.d.ts +0 -8
- package/dist/bundled/v3/hooks/useProxyModelValue.js +0 -28
- package/dist/bundled/v3/hooks/useResponsive/index.d.ts +0 -1
- package/dist/bundled/v3/hooks/useResponsive/index.js +0 -1
- package/dist/bundled/v3/hooks/useResponsive/useResponsive.d.ts +0 -6
- package/dist/bundled/v3/hooks/useResponsive/useResponsive.js +0 -58
- package/dist/bundled/v3/hooks/useTheme.d.ts +0 -3
- package/dist/bundled/v3/hooks/useTheme.js +0 -3779
- package/dist/bundled/v3/hooks/useTimeFormat.d.ts +0 -4
- package/dist/bundled/v3/hooks/useTimeFormat.js +0 -12
- package/dist/bundled/v3/hooks/useTimeMask.d.ts +0 -4
- package/dist/bundled/v3/hooks/useTimeMask.js +0 -29
- package/dist/bundled/v3/hooks/useToggle.d.ts +0 -8
- package/dist/bundled/v3/hooks/useToggle.js +0 -22
- package/dist/bundled/v3/hooks/useValidationAttributes.d.ts +0 -11
- package/dist/bundled/v3/hooks/useValidationAttributes.js +0 -16
- package/dist/bundled/v3/index.d.ts +0 -8
- package/dist/bundled/v3/index.js +0 -184
- package/dist/bundled/v3/tokens/DATE_FORMAT.d.ts +0 -3
- package/dist/bundled/v3/tokens/DATE_FORMAT.js +0 -3
- package/dist/bundled/v3/tokens/LOCALE.d.ts +0 -3
- package/dist/bundled/v3/tokens/LOCALE.js +0 -3
- package/dist/bundled/v3/tokens/TIME_FORMAT.d.ts +0 -3
- package/dist/bundled/v3/tokens/TIME_FORMAT.js +0 -3
- package/dist/bundled/v3/tokens/index.d.ts +0 -3
- package/dist/bundled/v3/tokens/index.js +0 -3
- package/dist/bundled/v3/types/DataModel.d.ts +0 -6
- package/dist/bundled/v3/types/DataModel.js +0 -1
- package/dist/bundled/v3/types/DateFormat.d.ts +0 -5
- package/dist/bundled/v3/types/DateFormat.js +0 -8
- package/dist/bundled/v3/types/FilterFunction.d.ts +0 -1
- package/dist/bundled/v3/types/FilterFunction.js +0 -1
- package/dist/bundled/v3/types/FormatFunction.d.ts +0 -2
- package/dist/bundled/v3/types/FormatFunction.js +0 -1
- package/dist/bundled/v3/types/Group.d.ts +0 -5
- package/dist/bundled/v3/types/Group.js +0 -1
- package/dist/bundled/v3/types/GroupFunction.d.ts +0 -1
- package/dist/bundled/v3/types/GroupFunction.js +0 -1
- package/dist/bundled/v3/types/Id.d.ts +0 -1
- package/dist/bundled/v3/types/Id.js +0 -1
- package/dist/bundled/v3/types/Item.d.ts +0 -5
- package/dist/bundled/v3/types/Item.js +0 -1
- package/dist/bundled/v3/types/Locale.d.ts +0 -1
- package/dist/bundled/v3/types/Locale.js +0 -1
- package/dist/bundled/v3/types/ModelValue.d.ts +0 -1
- package/dist/bundled/v3/types/ModelValue.js +0 -1
- package/dist/bundled/v3/types/SearchFunction.d.ts +0 -1
- package/dist/bundled/v3/types/SearchFunction.js +0 -1
- package/dist/bundled/v3/types/TimeFormat.d.ts +0 -5
- package/dist/bundled/v3/types/TimeFormat.js +0 -8
- package/dist/bundled/v3/types/index.d.ts +0 -12
- package/dist/bundled/v3/types/index.js +0 -2
- package/dist/bundled/v3/utils/constants/color.d.ts +0 -14
- package/dist/bundled/v3/utils/constants/color.js +0 -16
- package/dist/bundled/v3/utils/constants/key-codes.d.ts +0 -14
- package/dist/bundled/v3/utils/constants/key-codes.js +0 -16
- package/dist/bundled/v3/utils/constants/poper.d.ts +0 -8
- package/dist/bundled/v3/utils/constants/poper.js +0 -10
- package/dist/bundled/v3/utils/constants/regex.d.ts +0 -42
- package/dist/bundled/v3/utils/constants/regex.js +0 -49
- package/dist/bundled/v3/utils/exclude.d.ts +0 -4
- package/dist/bundled/v3/utils/exclude.js +0 -8
- package/dist/bundled/v3/utils/extractCssVarName.d.ts +0 -1
- package/dist/bundled/v3/utils/extractCssVarName.js +0 -7
- package/dist/bundled/v3/utils/functions/color.d.ts +0 -23
- package/dist/bundled/v3/utils/functions/color.js +0 -42
- package/dist/bundled/v3/utils/functions/dom.d.ts +0 -30
- package/dist/bundled/v3/utils/functions/dom.js +0 -238
- package/dist/bundled/v3/utils/functions/flattenDeep.d.ts +0 -2
- package/dist/bundled/v3/utils/functions/flattenDeep.js +0 -5
- package/dist/bundled/v3/utils/functions/hash.d.ts +0 -2
- package/dist/bundled/v3/utils/functions/hash.js +0 -8
- package/dist/bundled/v3/utils/functions/px-to-rem.d.ts +0 -1
- package/dist/bundled/v3/utils/functions/px-to-rem.js +0 -3
- package/dist/bundled/v3/utils/functions/text.d.ts +0 -1
- package/dist/bundled/v3/utils/functions/text.js +0 -9
- package/dist/bundled/v3/utils/include.d.ts +0 -4
- package/dist/bundled/v3/utils/include.js +0 -8
- package/dist/bundled/v3/utils/index.d.ts +0 -26
- package/dist/bundled/v3/utils/isAncestor.d.ts +0 -4
- package/dist/bundled/v3/utils/isAncestor.js +0 -17
- package/dist/bundled/v3/utils/isArray.d.ts +0 -4
- package/dist/bundled/v3/utils/isArray.js +0 -8
- package/dist/bundled/v3/utils/isDescendant.d.ts +0 -4
- package/dist/bundled/v3/utils/isDescendant.js +0 -17
- package/dist/bundled/v3/utils/isEmpty.d.ts +0 -4
- package/dist/bundled/v3/utils/isEmpty.js +0 -25
- package/dist/bundled/v3/utils/isEqual.d.ts +0 -4
- package/dist/bundled/v3/utils/isEqual.js +0 -22
- package/dist/bundled/v3/utils/isNil.d.ts +0 -4
- package/dist/bundled/v3/utils/isNil.js +0 -11
- package/dist/bundled/v3/utils/isNull.d.ts +0 -4
- package/dist/bundled/v3/utils/isNull.js +0 -8
- package/dist/bundled/v3/utils/isNumber.d.ts +0 -4
- package/dist/bundled/v3/utils/isNumber.js +0 -8
- package/dist/bundled/v3/utils/isObject.d.ts +0 -4
- package/dist/bundled/v3/utils/isObject.js +0 -8
- package/dist/bundled/v3/utils/isString.d.ts +0 -4
- package/dist/bundled/v3/utils/isString.js +0 -8
- package/dist/bundled/v3/utils/isUndefined.d.ts +0 -4
- package/dist/bundled/v3/utils/isUndefined.js +0 -8
- package/dist/bundled/v3/utils/isVisible.d.ts +0 -1
- package/dist/bundled/v3/utils/isVisible.js +0 -5
- package/dist/bundled/v3/utils/toArray.d.ts +0 -4
- package/dist/bundled/v3/utils/toArray.js +0 -17
- package/dist/esm/v2/OrAutocomplete-f7cd1259.js +0 -466
- package/dist/esm/v2/OrAvatar-bff08217.js +0 -201
- package/dist/esm/v2/OrAvatar-c6732f08.js +0 -111
- package/dist/esm/v2/OrBottomSheet-3bb9d8e9.js +0 -254
- package/dist/esm/v2/OrButton-6ca10d46.js +0 -75
- package/dist/esm/v2/OrButton-b2ede72c.js +0 -64
- package/dist/esm/v2/OrButton-dfcc2dc5.js +0 -195
- package/dist/esm/v2/OrButton.vue_rollup-plugin-vue_script-4c5d99fd.js +0 -168
- package/dist/esm/v2/OrButton.vue_rollup-plugin-vue_styles.0-09ce3587.js +0 -106
- package/dist/esm/v2/OrButtonGroup-7502aa0a.js +0 -90
- package/dist/esm/v2/OrCard-4f970f6a.js +0 -99
- package/dist/esm/v2/OrCard-c44d9783.js +0 -65
- package/dist/esm/v2/OrCardCollection-5195aea9.js +0 -335
- package/dist/esm/v2/OrCardCollection-5c35e100.js +0 -222
- package/dist/esm/v2/OrCheckbox-a91ae887.js +0 -178
- package/dist/esm/v2/OrCheckbox-f2dc364e.js +0 -226
- package/dist/esm/v2/OrCheckboxGroup-53ab7cf7.js +0 -123
- package/dist/esm/v2/OrCheckboxTree-0f67e9c9.js +0 -254
- package/dist/esm/v2/OrChip-7e3cf6b1.js +0 -91
- package/dist/esm/v2/OrChips-28e38996.js +0 -82
- package/dist/esm/v2/OrChips.vue_rollup-plugin-vue_styles.0-083abef9.js +0 -240
- package/dist/esm/v2/OrCode-5c27dd9c.js +0 -581
- package/dist/esm/v2/OrCode-cbe94ef6.js +0 -558
- package/dist/esm/v2/OrCollapse-8f62d508.js +0 -164
- package/dist/esm/v2/OrColorPicker-b381a65b.js +0 -492
- package/dist/esm/v2/OrCombinedInput-da2fc9f0.js +0 -162
- package/dist/esm/v2/OrConfirm-5aa5f76c.js +0 -313
- package/dist/esm/v2/OrConfirm-8f6d47e1.js +0 -258
- package/dist/esm/v2/OrContextMenu-a6fee3eb.js +0 -133
- package/dist/esm/v2/OrDataGrid-6461fca4.js +0 -464
- package/dist/esm/v2/OrDataGridToolbar-462aec20.js +0 -1249
- package/dist/esm/v2/OrDateFormat-088738c0.js +0 -93
- package/dist/esm/v2/OrDatePicker-4ae7f854.js +0 -418
- package/dist/esm/v2/OrDateRangePicker-245101c2.js +0 -544
- package/dist/esm/v2/OrDateTimeFormat-4e9a9e37.js +0 -100
- package/dist/esm/v2/OrDateTimePicker-8c803b4f.js +0 -825
- package/dist/esm/v2/OrDateTimePicker-d9cfeb43.js +0 -297
- package/dist/esm/v2/OrDateTimePicker.vue_rollup-plugin-vue_script-65e09070.js +0 -266
- package/dist/esm/v2/OrDateTimePickerTimeSelect-ebab0e36.js +0 -1184
- package/dist/esm/v2/OrDrawer-ac6cdc09.js +0 -161
- package/dist/esm/v2/OrDropArea-7cf24c23.js +0 -271
- package/dist/esm/v2/OrEditorTabs-eeb6ad20.js +0 -323
- package/dist/esm/v2/OrEditorTabsItem-cd2439b9.js +0 -113
- package/dist/esm/v2/OrEmptyState-186f7abc.js +0 -158
- package/dist/esm/v2/OrError-b25d782d.js +0 -88
- package/dist/esm/v2/OrError-efc74907.js +0 -52
- package/dist/esm/v2/OrErrorTag-fb59988e.js +0 -78
- package/dist/esm/v2/OrExpansionPanel-3f7da2f5.js +0 -257
- package/dist/esm/v2/OrFab-26e22be7.js +0 -116
- package/dist/esm/v2/OrFilter-18b87a89.js +0 -146
- package/dist/esm/v2/OrFilterPopover-74c2bd59.js +0 -242
- package/dist/esm/v2/OrFilterTrigger-949f7f18.js +0 -156
- package/dist/esm/v2/OrFloating-517737ad.js +0 -206
- package/dist/esm/v2/OrFormGroup-a814b820.js +0 -150
- package/dist/esm/v2/OrHint-2fe1157b.js +0 -88
- package/dist/esm/v2/OrHint-7eadc91e.js +0 -53
- package/dist/esm/v2/OrIcon-0a14dafc.js +0 -130
- package/dist/esm/v2/OrIcon-9ca8a36f.js +0 -180
- package/dist/esm/v2/OrIconButton-5228567f.js +0 -64
- package/dist/esm/v2/OrIconButton-efaf73f5.js +0 -193
- package/dist/esm/v2/OrIconButton.vue_rollup-plugin-vue_styles.0-15a41b0b.js +0 -205
- package/dist/esm/v2/OrInlineInput-23c9b2df.js +0 -318
- package/dist/esm/v2/OrInlineInputBox-b4cf1583.js +0 -94
- package/dist/esm/v2/OrInlineTextEdit-39be2a6b.js +0 -399
- package/dist/esm/v2/OrInlineTextarea-41e63b39.js +0 -295
- package/dist/esm/v2/OrInput-3999ffd3.js +0 -329
- package/dist/esm/v2/OrInput-ea80d121.js +0 -366
- package/dist/esm/v2/OrInputBox-49393c02.js +0 -54
- package/dist/esm/v2/OrInputBox.vue_rollup-plugin-vue_script-b5033d84.js +0 -205
- package/dist/esm/v2/OrLabel-bf7e2ea2.js +0 -146
- package/dist/esm/v2/OrLabel-fcceec1b.js +0 -82
- package/dist/esm/v2/OrLink-30283089.js +0 -123
- package/dist/esm/v2/OrList-1090e542.js +0 -253
- package/dist/esm/v2/OrList-ae95f83d.js +0 -288
- package/dist/esm/v2/OrListItem-82ea1e2b.js +0 -96
- package/dist/esm/v2/OrListOfInputs-bef2b2ea.js +0 -213
- package/dist/esm/v2/OrLoader-4ac49224.js +0 -201
- package/dist/esm/v2/OrLoader-84230be7.js +0 -112
- package/dist/esm/v2/OrMenu-64c84fb8.js +0 -138
- package/dist/esm/v2/OrMenuItem-0143d03b.js +0 -131
- package/dist/esm/v2/OrModal-aece2cd1.js +0 -320
- package/dist/esm/v2/OrModal-e8238992.js +0 -192
- package/dist/esm/v2/OrNotification-87071b99.js +0 -142
- package/dist/esm/v2/OrNotification-dfee1ac9.js +0 -169
- package/dist/esm/v2/OrNumberInput-f047ac1d.js +0 -225
- package/dist/esm/v2/OrOverflowMenu-cb4b4ab4.js +0 -245
- package/dist/esm/v2/OrOverlay-59e59078.js +0 -99
- package/dist/esm/v2/OrOverlay-ccec2218.js +0 -71
- package/dist/esm/v2/OrPagination-afc4679e.js +0 -374
- package/dist/esm/v2/OrPassword-464ce6f9.js +0 -227
- package/dist/esm/v2/OrPopover-45e2dbce.js +0 -432
- package/dist/esm/v2/OrProgress-8a37f30d.js +0 -221
- package/dist/esm/v2/OrProgress-d9ad3e28.js +0 -319
- package/dist/esm/v2/OrRadio-7077aacc.js +0 -147
- package/dist/esm/v2/OrRadio-c866dfc1.js +0 -201
- package/dist/esm/v2/OrRadioGroup-11424644.js +0 -87
- package/dist/esm/v2/OrRadioGroup-ad1ffc12.js +0 -124
- package/dist/esm/v2/OrRangeSlider-d8d0a2f5.js +0 -736
- package/dist/esm/v2/OrRating-7c968949.js +0 -186
- package/dist/esm/v2/OrResizeablePanel-4069d595.js +0 -430
- package/dist/esm/v2/OrRichTextEditor-fbecf65d.js +0 -989
- package/dist/esm/v2/OrRichTooltip-e6beacf4.js +0 -184
- package/dist/esm/v2/OrSearch-9c4cd6ca.js +0 -244
- package/dist/esm/v2/OrSearch-e837ee15.js +0 -165
- package/dist/esm/v2/OrSegmentedControl-047e2414.js +0 -231
- package/dist/esm/v2/OrSelect-1df35160.js +0 -1093
- package/dist/esm/v2/OrSelect-c1fbbede.js +0 -733
- package/dist/esm/v2/OrSelectControlInput-31d24ab9.js +0 -142
- package/dist/esm/v2/OrSelectMultipleControl-6ee10a0b.js +0 -226
- package/dist/esm/v2/OrSelectPlaceholder-a6caa9e0.js +0 -70
- package/dist/esm/v2/OrSelectSingleControl-5525edde.js +0 -160
- package/dist/esm/v2/OrSidebar-054b26c6.js +0 -143
- package/dist/esm/v2/OrSkeletonCircle-88272bb7.js +0 -39
- package/dist/esm/v2/OrSkeletonCircle-c4bf0e34.js +0 -77
- package/dist/esm/v2/OrSkeletonCircle.vue_rollup-plugin-vue_script-f572f02f.js +0 -44
- package/dist/esm/v2/OrSkeletonRect-79162a84.js +0 -80
- package/dist/esm/v2/OrSkeletonRect-c38eb161.js +0 -39
- package/dist/esm/v2/OrSkeletonRect.vue_rollup-plugin-vue_script-d2b78065.js +0 -47
- package/dist/esm/v2/OrSkeletonText-202a4282.js +0 -94
- package/dist/esm/v2/OrSkeletonText-b6e51e70.js +0 -113
- package/dist/esm/v2/OrSlider-3d8de563.js +0 -123
- package/dist/esm/v2/OrSlider-baad996a.js +0 -368
- package/dist/esm/v2/OrSlider.vue_rollup-plugin-vue_script-d5250220.js +0 -403
- package/dist/esm/v2/OrSorting-a82d0ed4.js +0 -146
- package/dist/esm/v2/OrStatus-9a6a42fa.js +0 -153
- package/dist/esm/v2/OrStepper-582cd0d4.js +0 -644
- package/dist/esm/v2/OrSwitch-bc7dc2f1.js +0 -148
- package/dist/esm/v2/OrSwitch-d9bb9ac5.js +0 -260
- package/dist/esm/v2/OrTab-58821c9b.js +0 -103
- package/dist/esm/v2/OrTab-a878c950.js +0 -108
- package/dist/esm/v2/OrTabHeaderItem-09f9170b.js +0 -106
- package/dist/esm/v2/OrTabs-8805f9cf.js +0 -111
- package/dist/esm/v2/OrTabs-daafbef4.js +0 -281
- package/dist/esm/v2/OrTag-747a8aa0.js +0 -159
- package/dist/esm/v2/OrTag-88db9e1f.js +0 -114
- package/dist/esm/v2/OrTagInput-fc63bc2a.js +0 -472
- package/dist/esm/v2/OrTags-34ac7cc4.js +0 -252
- package/dist/esm/v2/OrTeleport.vue2-424c7f33.js +0 -60
- package/dist/esm/v2/OrTeleport.vue2-f0c16c71.js +0 -65
- package/dist/esm/v2/OrText-cab6adea.js +0 -132
- package/dist/esm/v2/OrTextarea-62ad6213.js +0 -325
- package/dist/esm/v2/OrTextarea-ef4fd48a.js +0 -321
- package/dist/esm/v2/OrTextbox-45f6d684.js +0 -513
- package/dist/esm/v2/OrTimeFormat-649f0557.js +0 -93
- package/dist/esm/v2/OrTimePicker-580922aa.js +0 -396
- package/dist/esm/v2/OrTimeRangePicker-f7b77de1.js +0 -483
- package/dist/esm/v2/OrToastContainer-f19da911.js +0 -335
- package/dist/esm/v2/OrTooltip-07c5992f.js +0 -195
- package/dist/esm/v2/OrTooltip-c4ea3c4c.js +0 -68
- package/dist/esm/v2/OrTooltip.vue_rollup-plugin-vue_styles.0-17bf2eac.js +0 -90
- package/dist/esm/v2/OrTooltipContent-57a25502.js +0 -68
- package/dist/esm/v2/OrTree-1ef657ca.js +0 -465
- package/dist/esm/v2/TIME_FORMAT-3d8aa6be.js +0 -7
- package/dist/esm/v2/TimeFormat-a7f5565b.js +0 -15
- package/dist/esm/v2/approximateFileSize-a48b356b.js +0 -7
- package/dist/esm/v2/codemirrorView-902c37ce.js +0 -355
- package/dist/esm/v2/color-591c5547.js +0 -108
- package/dist/esm/v2/components/index.d.ts +0 -130
- package/dist/esm/v2/components/index.js +0 -250
- package/dist/esm/v2/components/or-autocomplete-v3/OrAutocomplete.vue.d.ts +0 -198
- package/dist/esm/v2/components/or-autocomplete-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-autocomplete-v3/index.js +0 -48
- package/dist/esm/v2/components/or-autocomplete-v3/styles.d.ts +0 -6
- package/dist/esm/v2/components/or-autocomplete-v3/types.d.ts +0 -3
- package/dist/esm/v2/components/or-avatar/OrAvatar.vue.d.ts +0 -47
- package/dist/esm/v2/components/or-avatar/constants.d.ts +0 -5
- package/dist/esm/v2/components/or-avatar/index.d.ts +0 -2
- package/dist/esm/v2/components/or-avatar/index.js +0 -16
- package/dist/esm/v2/components/or-avatar-v3/OrAvatar.vue.d.ts +0 -58
- package/dist/esm/v2/components/or-avatar-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-avatar-v3/index.js +0 -5
- package/dist/esm/v2/components/or-avatar-v3/props.d.ts +0 -15
- package/dist/esm/v2/components/or-avatar-v3/styles.d.ts +0 -6
- package/dist/esm/v2/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +0 -566
- package/dist/esm/v2/components/or-bottom-sheet-v3/hooks/useBottomSheetSwipeState.d.ts +0 -530
- package/dist/esm/v2/components/or-bottom-sheet-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +0 -17
- package/dist/esm/v2/components/or-bottom-sheet-v3/props.d.ts +0 -4
- package/dist/esm/v2/components/or-bottom-sheet-v3/styles.d.ts +0 -6
- package/dist/esm/v2/components/or-button/OrButton.vue.d.ts +0 -153
- package/dist/esm/v2/components/or-button/constants.d.ts +0 -21
- package/dist/esm/v2/components/or-button/index.d.ts +0 -2
- package/dist/esm/v2/components/or-button/index.js +0 -13
- package/dist/esm/v2/components/or-button-group-v3/OrButtonGroup.vue.d.ts +0 -37
- package/dist/esm/v2/components/or-button-group-v3/index.d.ts +0 -1
- package/dist/esm/v2/components/or-button-group-v3/index.js +0 -6
- package/dist/esm/v2/components/or-button-group-v3/styles.d.ts +0 -3
- package/dist/esm/v2/components/or-button-v2/OrButton.vue.d.ts +0 -126
- package/dist/esm/v2/components/or-button-v2/constants.d.ts +0 -35
- package/dist/esm/v2/components/or-button-v2/index.d.ts +0 -3
- package/dist/esm/v2/components/or-button-v2/index.js +0 -26
- package/dist/esm/v2/components/or-button-v3/OrButton.vue.d.ts +0 -79
- package/dist/esm/v2/components/or-button-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-button-v3/index.js +0 -6
- package/dist/esm/v2/components/or-button-v3/props.d.ts +0 -16
- package/dist/esm/v2/components/or-button-v3/styles.d.ts +0 -6
- package/dist/esm/v2/components/or-card/OrCard.vue.d.ts +0 -18
- package/dist/esm/v2/components/or-card/index.d.ts +0 -1
- package/dist/esm/v2/components/or-card/index.js +0 -4
- package/dist/esm/v2/components/or-card-collection/OrCardCollection.vue.d.ts +0 -86
- package/dist/esm/v2/components/or-card-collection/constants.d.ts +0 -4
- package/dist/esm/v2/components/or-card-collection/index.d.ts +0 -3
- package/dist/esm/v2/components/or-card-collection/index.js +0 -34
- package/dist/esm/v2/components/or-card-collection/types.d.ts +0 -8
- package/dist/esm/v2/components/or-card-collection-v3/OrCardCollection.vue.d.ts +0 -112
- package/dist/esm/v2/components/or-card-collection-v3/index.d.ts +0 -3
- package/dist/esm/v2/components/or-card-collection-v3/index.js +0 -43
- package/dist/esm/v2/components/or-card-collection-v3/partials/OrCardCollectionView.vue2.vue.d.ts +0 -26
- package/dist/esm/v2/components/or-card-collection-v3/props.d.ts +0 -8
- package/dist/esm/v2/components/or-card-collection-v3/styles.d.ts +0 -7
- package/dist/esm/v2/components/or-card-collection-v3/types.d.ts +0 -8
- package/dist/esm/v2/components/or-card-v3/OrCard.vue.d.ts +0 -37
- package/dist/esm/v2/components/or-card-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-card-v3/index.js +0 -3
- package/dist/esm/v2/components/or-card-v3/props.d.ts +0 -5
- package/dist/esm/v2/components/or-card-v3/styles.d.ts +0 -4
- package/dist/esm/v2/components/or-checkbox/OrCheckbox.vue.d.ts +0 -73
- package/dist/esm/v2/components/or-checkbox/index.d.ts +0 -1
- package/dist/esm/v2/components/or-checkbox/index.js +0 -16
- package/dist/esm/v2/components/or-checkbox-group-v3/OrCheckboxGroup.vue.d.ts +0 -73
- package/dist/esm/v2/components/or-checkbox-group-v3/index.d.ts +0 -1
- package/dist/esm/v2/components/or-checkbox-group-v3/index.js +0 -26
- package/dist/esm/v2/components/or-checkbox-tree-v3/OrCheckboxTree.vue.d.ts +0 -65
- package/dist/esm/v2/components/or-checkbox-tree-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-checkbox-tree-v3/index.js +0 -22
- package/dist/esm/v2/components/or-checkbox-tree-v3/styles.d.ts +0 -2
- package/dist/esm/v2/components/or-checkbox-tree-v3/types.d.ts +0 -8
- package/dist/esm/v2/components/or-checkbox-tree-v3/utils/extractChildrenValues.d.ts +0 -2
- package/dist/esm/v2/components/or-checkbox-v3/OrCheckbox.vue.d.ts +0 -92
- package/dist/esm/v2/components/or-checkbox-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-checkbox-v3/index.js +0 -17
- package/dist/esm/v2/components/or-checkbox-v3/styles.d.ts +0 -3
- package/dist/esm/v2/components/or-checkbox-v3/types.d.ts +0 -3
- package/dist/esm/v2/components/or-chips/OrChips.vue.d.ts +0 -69
- package/dist/esm/v2/components/or-chips/constants.d.ts +0 -9
- package/dist/esm/v2/components/or-chips/index.d.ts +0 -2
- package/dist/esm/v2/components/or-chips/index.js +0 -20
- package/dist/esm/v2/components/or-chips/or-chip/OrChip.vue.d.ts +0 -42
- package/dist/esm/v2/components/or-chips/or-chip/index.d.ts +0 -1
- package/dist/esm/v2/components/or-chips/or-chip/index.js +0 -16
- package/dist/esm/v2/components/or-chips/partials/OrChipsInput.vue.d.ts +0 -62
- package/dist/esm/v2/components/or-code/OrCode.vue.d.ts +0 -168
- package/dist/esm/v2/components/or-code/constants.d.ts +0 -8
- package/dist/esm/v2/components/or-code/index.d.ts +0 -3
- package/dist/esm/v2/components/or-code/index.js +0 -45
- package/dist/esm/v2/components/or-code/lang.d.ts +0 -11
- package/dist/esm/v2/components/or-code/libs.d.ts +0 -5
- package/dist/esm/v2/components/or-code/theme.d.ts +0 -24
- package/dist/esm/v2/components/or-code-v3/OrCode.vue.d.ts +0 -132
- package/dist/esm/v2/components/or-code-v3/index.d.ts +0 -3
- package/dist/esm/v2/components/or-code-v3/index.js +0 -43
- package/dist/esm/v2/components/or-code-v3/libs.d.ts +0 -6
- package/dist/esm/v2/components/or-code-v3/partials/OrCodeControl.vue.d.ts +0 -75
- package/dist/esm/v2/components/or-code-v3/props.d.ts +0 -8
- package/dist/esm/v2/components/or-code-v3/styles.d.ts +0 -4
- package/dist/esm/v2/components/or-collapse/OrCollapse.vue.d.ts +0 -53
- package/dist/esm/v2/components/or-collapse/index.d.ts +0 -1
- package/dist/esm/v2/components/or-collapse/index.js +0 -8
- package/dist/esm/v2/components/or-color-picker/OrColorPicker.vue.d.ts +0 -48
- package/dist/esm/v2/components/or-color-picker/constants.d.ts +0 -575
- package/dist/esm/v2/components/or-color-picker/index.d.ts +0 -3
- package/dist/esm/v2/components/or-color-picker/index.js +0 -12
- package/dist/esm/v2/components/or-color-picker/types.d.ts +0 -1
- package/dist/esm/v2/components/or-color-picker/utils/defultPalette.d.ts +0 -2
- package/dist/esm/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +0 -82
- package/dist/esm/v2/components/or-combined-input-v3/index.d.ts +0 -1
- package/dist/esm/v2/components/or-combined-input-v3/index.js +0 -7
- package/dist/esm/v2/components/or-combined-input-v3/styles.d.ts +0 -2
- package/dist/esm/v2/components/or-confirm/OrConfirm.vue.d.ts +0 -176
- package/dist/esm/v2/components/or-confirm/index.d.ts +0 -1
- package/dist/esm/v2/components/or-confirm/index.js +0 -37
- package/dist/esm/v2/components/or-confirm-v3/OrConfirm.vue.d.ts +0 -138
- package/dist/esm/v2/components/or-confirm-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-confirm-v3/index.js +0 -40
- package/dist/esm/v2/components/or-confirm-v3/props.d.ts +0 -4
- package/dist/esm/v2/components/or-confirm-v3/styles.d.ts +0 -7
- package/dist/esm/v2/components/or-context-menu-v3/OrContextMenu.vue.d.ts +0 -56
- package/dist/esm/v2/components/or-context-menu-v3/index.d.ts +0 -1
- package/dist/esm/v2/components/or-context-menu-v3/index.js +0 -24
- package/dist/esm/v2/components/or-data-grid-v3/OrDataGrid.vue.d.ts +0 -92
- package/dist/esm/v2/components/or-data-grid-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-data-grid-v3/index.js +0 -83
- package/dist/esm/v2/components/or-data-grid-v3/partials/index.d.ts +0 -14
- package/dist/esm/v2/components/or-data-grid-v3/partials/index.js +0 -80
- package/dist/esm/v2/components/or-data-grid-v3/partials/or-data-grid-footer/OrDataGridFooter.vue.d.ts +0 -6
- package/dist/esm/v2/components/or-data-grid-v3/partials/or-data-grid-footer/styles.d.ts +0 -2
- package/dist/esm/v2/components/or-data-grid-v3/partials/or-data-grid-header/OrDataGridHeader.vue.d.ts +0 -6
- package/dist/esm/v2/components/or-data-grid-v3/partials/or-data-grid-header/styles.d.ts +0 -2
- package/dist/esm/v2/components/or-data-grid-v3/partials/or-data-grid-table/OrDataGridTable.vue.d.ts +0 -28
- package/dist/esm/v2/components/or-data-grid-v3/partials/or-data-grid-table/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-data-grid-v3/partials/or-data-grid-table-content/OrDataGridTableContent.vue.d.ts +0 -5
- package/dist/esm/v2/components/or-data-grid-v3/partials/or-data-grid-table-content/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-data-grid-v3/partials/or-data-grid-table-content-cell/OrDataGridTableContentCell.vue.d.ts +0 -54
- package/dist/esm/v2/components/or-data-grid-v3/partials/or-data-grid-table-content-cell/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-data-grid-v3/partials/or-data-grid-table-content-row/OrDataGridTableContentRow.vue.d.ts +0 -27
- package/dist/esm/v2/components/or-data-grid-v3/partials/or-data-grid-table-content-row/styles.d.ts +0 -3
- package/dist/esm/v2/components/or-data-grid-v3/partials/or-data-grid-table-footer/OrDataGridTableFooter.vue.d.ts +0 -5
- package/dist/esm/v2/components/or-data-grid-v3/partials/or-data-grid-table-footer/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-data-grid-v3/partials/or-data-grid-table-footer-cell/OrDataGridTableFooterCell.vue.d.ts +0 -5
- package/dist/esm/v2/components/or-data-grid-v3/partials/or-data-grid-table-footer-cell/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-data-grid-v3/partials/or-data-grid-table-footer-row/OrDataGridTableFooterRow.vue.d.ts +0 -17
- package/dist/esm/v2/components/or-data-grid-v3/partials/or-data-grid-table-footer-row/styles.d.ts +0 -3
- package/dist/esm/v2/components/or-data-grid-v3/partials/or-data-grid-table-header/OrDataGridTableHeader.vue.d.ts +0 -5
- package/dist/esm/v2/components/or-data-grid-v3/partials/or-data-grid-table-header/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-data-grid-v3/partials/or-data-grid-table-header-cell/OrDataGridTableHeaderCell.vue.d.ts +0 -56
- package/dist/esm/v2/components/or-data-grid-v3/partials/or-data-grid-table-header-cell/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-data-grid-v3/partials/or-data-grid-table-header-row/OrDataGridTableHeaderRow.vue.d.ts +0 -17
- package/dist/esm/v2/components/or-data-grid-v3/partials/or-data-grid-table-header-row/styles.d.ts +0 -3
- package/dist/esm/v2/components/or-data-grid-v3/partials/or-data-grid-table-placeholder/OrDataGridTablePlaceholder.vue.d.ts +0 -17
- package/dist/esm/v2/components/or-data-grid-v3/partials/or-data-grid-table-placeholder/styles.d.ts +0 -3
- package/dist/esm/v2/components/or-data-grid-v3/partials/or-data-grid-toolbar/OrDataGridToolbar.vue.d.ts +0 -5
- package/dist/esm/v2/components/or-data-grid-v3/partials/or-data-grid-toolbar/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-data-grid-v3/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-data-grid-v3/types.d.ts +0 -41
- package/dist/esm/v2/components/or-date-format-v3/OrDateFormat.vue.d.ts +0 -50
- package/dist/esm/v2/components/or-date-format-v3/index.d.ts +0 -1
- package/dist/esm/v2/components/or-date-format-v3/index.js +0 -45
- package/dist/esm/v2/components/or-date-format-v3/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-date-picker-v3/OrDatePicker.vue.d.ts +0 -294
- package/dist/esm/v2/components/or-date-picker-v3/index.d.ts +0 -1
- package/dist/esm/v2/components/or-date-picker-v3/index.js +0 -45
- package/dist/esm/v2/components/or-date-picker-v3/styles.d.ts +0 -2
- package/dist/esm/v2/components/or-date-range-picker-v3/OrDateRangePicker.vue.d.ts +0 -586
- package/dist/esm/v2/components/or-date-range-picker-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-date-range-picker-v3/index.js +0 -46
- package/dist/esm/v2/components/or-date-range-picker-v3/styles.d.ts +0 -2
- package/dist/esm/v2/components/or-date-range-picker-v3/types.d.ts +0 -3
- package/dist/esm/v2/components/or-date-time-format-v3/OrDateTimeFormat.vue.d.ts +0 -61
- package/dist/esm/v2/components/or-date-time-format-v3/index.d.ts +0 -1
- package/dist/esm/v2/components/or-date-time-format-v3/index.js +0 -45
- package/dist/esm/v2/components/or-date-time-format-v3/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-date-time-picker/OrDateTimePicker.vue.d.ts +0 -286
- package/dist/esm/v2/components/or-date-time-picker/constants.d.ts +0 -24
- package/dist/esm/v2/components/or-date-time-picker/index.d.ts +0 -2
- package/dist/esm/v2/components/or-date-time-picker/index.js +0 -32
- package/dist/esm/v2/components/or-date-time-picker/partials/OrDateTimePickerCalendarItem.vue.d.ts +0 -71
- package/dist/esm/v2/components/or-date-time-picker-v3/OrDateTimePicker.vue.d.ts +0 -328
- package/dist/esm/v2/components/or-date-time-picker-v3/index.d.ts +0 -4
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +0 -46
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/index.d.ts +0 -8
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/index.js +0 -35
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/OrDateTimePickerDateControl.vue.d.ts +0 -76
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/styles.d.ts +0 -2
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue.d.ts +0 -83
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/styles.d.ts +0 -6
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/OrDateTimePickerMobileControl.vue.d.ts +0 -26
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/styles.d.ts +0 -2
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue.d.ts +0 -61
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/OrDateTimePickerPopoverFooter.vue.d.ts +0 -20
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/OrDateTimePickerPopoverHeader.vue.d.ts +0 -5
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/OrDateTimePickerTimeControl.vue.d.ts +0 -76
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/styles.d.ts +0 -2
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue.d.ts +0 -73
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/styles.d.ts +0 -3
- package/dist/esm/v2/components/or-date-time-picker-v3/styles.d.ts +0 -3
- package/dist/esm/v2/components/or-date-time-picker-v3/types.d.ts +0 -2
- package/dist/esm/v2/components/or-date-time-picker-v3/utils/formatDate.d.ts +0 -2
- package/dist/esm/v2/components/or-date-time-picker-v3/utils/formatMobileDate.d.ts +0 -2
- package/dist/esm/v2/components/or-date-time-picker-v3/utils/formatMobileTime.d.ts +0 -2
- package/dist/esm/v2/components/or-date-time-picker-v3/utils/formatTime.d.ts +0 -2
- package/dist/esm/v2/components/or-date-time-picker-v3/utils/getCurrentDate.d.ts +0 -1
- package/dist/esm/v2/components/or-date-time-picker-v3/utils/getNextMonthDate.d.ts +0 -1
- package/dist/esm/v2/components/or-date-time-picker-v3/utils/index.d.ts +0 -6
- package/dist/esm/v2/components/or-date-time-picker-v3/utils/index.js +0 -4
- package/dist/esm/v2/components/or-drawer-v3/OrDrawer.vue.d.ts +0 -46
- package/dist/esm/v2/components/or-drawer-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-drawer-v3/index.js +0 -16
- package/dist/esm/v2/components/or-drawer-v3/styles.d.ts +0 -5
- package/dist/esm/v2/components/or-drawer-v3/types.d.ts +0 -4
- package/dist/esm/v2/components/or-drop-area-v3/OrDropArea.vue.d.ts +0 -78
- package/dist/esm/v2/components/or-drop-area-v3/index.d.ts +0 -3
- package/dist/esm/v2/components/or-drop-area-v3/index.js +0 -14
- package/dist/esm/v2/components/or-drop-area-v3/props.d.ts +0 -4
- package/dist/esm/v2/components/or-drop-area-v3/styles.d.ts +0 -9
- package/dist/esm/v2/components/or-drop-area-v3/utils/approximateFileSize.d.ts +0 -1
- package/dist/esm/v2/components/or-drop-area-v3/utils/index.d.ts +0 -1
- package/dist/esm/v2/components/or-drop-area-v3/utils/index.js +0 -1
- package/dist/esm/v2/components/or-editor-tabs-v3/OrEditorTabs.vue.d.ts +0 -73
- package/dist/esm/v2/components/or-editor-tabs-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-editor-tabs-v3/index.js +0 -33
- package/dist/esm/v2/components/or-editor-tabs-v3/partials/index.d.ts +0 -1
- package/dist/esm/v2/components/or-editor-tabs-v3/partials/index.js +0 -26
- package/dist/esm/v2/components/or-editor-tabs-v3/partials/or-editor-tabs-item/OrEditorTabsItem.vue.d.ts +0 -38
- package/dist/esm/v2/components/or-editor-tabs-v3/partials/or-editor-tabs-item/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-editor-tabs-v3/props.d.ts +0 -4
- package/dist/esm/v2/components/or-editor-tabs-v3/styles.d.ts +0 -6
- package/dist/esm/v2/components/or-empty-state-v3/OrEmptyState.vue.d.ts +0 -86
- package/dist/esm/v2/components/or-empty-state-v3/index.d.ts +0 -3
- package/dist/esm/v2/components/or-empty-state-v3/index.js +0 -3
- package/dist/esm/v2/components/or-empty-state-v3/props.d.ts +0 -4
- package/dist/esm/v2/components/or-empty-state-v3/styles.d.ts +0 -10
- package/dist/esm/v2/components/or-empty-state-v3/types.d.ts +0 -2
- package/dist/esm/v2/components/or-error/OrError.vue.d.ts +0 -15
- package/dist/esm/v2/components/or-error/index.d.ts +0 -1
- package/dist/esm/v2/components/or-error/index.js +0 -4
- package/dist/esm/v2/components/or-error-tag-v3/OrErrorTag.vue.d.ts +0 -5
- package/dist/esm/v2/components/or-error-tag-v3/index.d.ts +0 -1
- package/dist/esm/v2/components/or-error-tag-v3/index.js +0 -4
- package/dist/esm/v2/components/or-error-tag-v3/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-error-v3/OrError.vue.d.ts +0 -19
- package/dist/esm/v2/components/or-error-v3/index.d.ts +0 -1
- package/dist/esm/v2/components/or-error-v3/index.js +0 -3
- package/dist/esm/v2/components/or-error-v3/styles.d.ts +0 -3
- package/dist/esm/v2/components/or-expansion-panel-v3/OrExpansionPanel.vue.d.ts +0 -103
- package/dist/esm/v2/components/or-expansion-panel-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-expansion-panel-v3/index.js +0 -12
- package/dist/esm/v2/components/or-expansion-panel-v3/props.d.ts +0 -13
- package/dist/esm/v2/components/or-expansion-panel-v3/styles.d.ts +0 -9
- package/dist/esm/v2/components/or-fab-v3/OrFab.vue.d.ts +0 -41
- package/dist/esm/v2/components/or-fab-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-fab-v3/index.js +0 -4
- package/dist/esm/v2/components/or-fab-v3/props.d.ts +0 -4
- package/dist/esm/v2/components/or-fab-v3/styles.d.ts +0 -3
- package/dist/esm/v2/components/or-filter-popover-v3/OrFilterPopover.vue.d.ts +0 -99
- package/dist/esm/v2/components/or-filter-popover-v3/index.d.ts +0 -1
- package/dist/esm/v2/components/or-filter-popover-v3/index.js +0 -30
- package/dist/esm/v2/components/or-filter-popover-v3/styles.d.ts +0 -3
- package/dist/esm/v2/components/or-filter-trigger-v3/OrFilterTrigger.vue.d.ts +0 -41
- package/dist/esm/v2/components/or-filter-trigger-v3/index.d.ts +0 -1
- package/dist/esm/v2/components/or-filter-trigger-v3/index.js +0 -26
- package/dist/esm/v2/components/or-filter-trigger-v3/styles.d.ts +0 -3
- package/dist/esm/v2/components/or-filter-v3/OrFilter.vue.d.ts +0 -51
- package/dist/esm/v2/components/or-filter-v3/index.d.ts +0 -1
- package/dist/esm/v2/components/or-filter-v3/index.js +0 -32
- package/dist/esm/v2/components/or-filter-v3/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-floating/OrFloating.vue.d.ts +0 -123
- package/dist/esm/v2/components/or-floating/constants.d.ts +0 -18
- package/dist/esm/v2/components/or-floating/index.d.ts +0 -2
- package/dist/esm/v2/components/or-floating/index.js +0 -10
- package/dist/esm/v2/components/or-form-group-v3/OrFormGroup.vue.d.ts +0 -65
- package/dist/esm/v2/components/or-form-group-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-form-group-v3/index.js +0 -6
- package/dist/esm/v2/components/or-form-group-v3/styles.d.ts +0 -4
- package/dist/esm/v2/components/or-form-group-v3/types.d.ts +0 -4
- package/dist/esm/v2/components/or-hint/OrHint.vue.d.ts +0 -17
- package/dist/esm/v2/components/or-hint/index.d.ts +0 -1
- package/dist/esm/v2/components/or-hint/index.js +0 -4
- package/dist/esm/v2/components/or-hint-v3/OrHint.vue.d.ts +0 -19
- package/dist/esm/v2/components/or-hint-v3/index.d.ts +0 -1
- package/dist/esm/v2/components/or-hint-v3/index.js +0 -3
- package/dist/esm/v2/components/or-hint-v3/styles.d.ts +0 -3
- package/dist/esm/v2/components/or-icon/OrIcon.vue.d.ts +0 -95
- package/dist/esm/v2/components/or-icon/constants.d.ts +0 -20
- package/dist/esm/v2/components/or-icon/index.d.ts +0 -2
- package/dist/esm/v2/components/or-icon/index.js +0 -15
- package/dist/esm/v2/components/or-icon-button-v2/OrIconButton.vue.d.ts +0 -106
- package/dist/esm/v2/components/or-icon-button-v2/index.d.ts +0 -1
- package/dist/esm/v2/components/or-icon-button-v2/index.js +0 -24
- package/dist/esm/v2/components/or-icon-button-v2/partials/OrTooltipWrapper.vue.d.ts +0 -30
- package/dist/esm/v2/components/or-icon-button-v3/OrIconButton.vue.d.ts +0 -78
- package/dist/esm/v2/components/or-icon-button-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-icon-button-v3/index.js +0 -25
- package/dist/esm/v2/components/or-icon-button-v3/props.d.ts +0 -6
- package/dist/esm/v2/components/or-icon-button-v3/styles.d.ts +0 -3
- package/dist/esm/v2/components/or-icon-v3/OrIcon.vue.d.ts +0 -38
- package/dist/esm/v2/components/or-icon-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-icon-v3/index.js +0 -3
- package/dist/esm/v2/components/or-icon-v3/props.d.ts +0 -13
- package/dist/esm/v2/components/or-icon-v3/styles.d.ts +0 -4
- package/dist/esm/v2/components/or-inline-input-box-v3/OrInlineInputBox.vue.d.ts +0 -28
- package/dist/esm/v2/components/or-inline-input-box-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-inline-input-box-v3/index.js +0 -3
- package/dist/esm/v2/components/or-inline-input-box-v3/props.d.ts +0 -4
- package/dist/esm/v2/components/or-inline-input-box-v3/styles.d.ts +0 -3
- package/dist/esm/v2/components/or-inline-input-v3/OrInlineInput.vue.d.ts +0 -110
- package/dist/esm/v2/components/or-inline-input-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-inline-input-v3/index.js +0 -33
- package/dist/esm/v2/components/or-inline-input-v3/styles.d.ts +0 -5
- package/dist/esm/v2/components/or-inline-input-v3/types.d.ts +0 -6
- package/dist/esm/v2/components/or-inline-text-edit/OrInlineTextEdit.vue.d.ts +0 -157
- package/dist/esm/v2/components/or-inline-text-edit/constants.d.ts +0 -9
- package/dist/esm/v2/components/or-inline-text-edit/index.d.ts +0 -2
- package/dist/esm/v2/components/or-inline-text-edit/index.js +0 -29
- package/dist/esm/v2/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +0 -91
- package/dist/esm/v2/components/or-inline-textarea-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +0 -33
- package/dist/esm/v2/components/or-inline-textarea-v3/styles.d.ts +0 -3
- package/dist/esm/v2/components/or-inline-textarea-v3/types.d.ts +0 -2
- package/dist/esm/v2/components/or-input/OrInput.vue.d.ts +0 -153
- package/dist/esm/v2/components/or-input/index.d.ts +0 -1
- package/dist/esm/v2/components/or-input/index.js +0 -12
- package/dist/esm/v2/components/or-input-box-v3/OrInputBox.vue.d.ts +0 -66
- package/dist/esm/v2/components/or-input-box-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-input-box-v3/index.js +0 -4
- package/dist/esm/v2/components/or-input-box-v3/partials/or-input-box-addon/OrInputBoxAddon.vue.d.ts +0 -35
- package/dist/esm/v2/components/or-input-box-v3/partials/or-input-box-addon/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-input-box-v3/styles.d.ts +0 -5
- package/dist/esm/v2/components/or-input-box-v3/types.d.ts +0 -13
- package/dist/esm/v2/components/or-input-v3/OrInput.vue.d.ts +0 -166
- package/dist/esm/v2/components/or-input-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-input-v3/index.js +0 -36
- package/dist/esm/v2/components/or-input-v3/styles.d.ts +0 -2
- package/dist/esm/v2/components/or-input-v3/types.d.ts +0 -8
- package/dist/esm/v2/components/or-label/OrLabel.vue.d.ts +0 -32
- package/dist/esm/v2/components/or-label/index.d.ts +0 -1
- package/dist/esm/v2/components/or-label/index.js +0 -4
- package/dist/esm/v2/components/or-label-v3/OrLabel.vue.d.ts +0 -66
- package/dist/esm/v2/components/or-label-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-label-v3/index.js +0 -3
- package/dist/esm/v2/components/or-label-v3/styles.d.ts +0 -5
- package/dist/esm/v2/components/or-label-v3/types.d.ts +0 -6
- package/dist/esm/v2/components/or-link-v3/OrLink.vue.d.ts +0 -63
- package/dist/esm/v2/components/or-link-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-link-v3/index.js +0 -3
- package/dist/esm/v2/components/or-link-v3/props.d.ts +0 -7
- package/dist/esm/v2/components/or-link-v3/styles.d.ts +0 -3
- package/dist/esm/v2/components/or-list/OrList.vue.d.ts +0 -125
- package/dist/esm/v2/components/or-list/index.d.ts +0 -1
- package/dist/esm/v2/components/or-list/index.js +0 -33
- package/dist/esm/v2/components/or-list-of-inputs/OrListOfInputs.vue.d.ts +0 -95
- package/dist/esm/v2/components/or-list-of-inputs/index.d.ts +0 -1
- package/dist/esm/v2/components/or-list-of-inputs/index.js +0 -37
- package/dist/esm/v2/components/or-list-v3/OrList.vue.d.ts +0 -107
- package/dist/esm/v2/components/or-list-v3/index.d.ts +0 -3
- package/dist/esm/v2/components/or-list-v3/index.js +0 -34
- package/dist/esm/v2/components/or-list-v3/partials/index.d.ts +0 -1
- package/dist/esm/v2/components/or-list-v3/partials/index.js +0 -3
- package/dist/esm/v2/components/or-list-v3/partials/or-list-item/OrListItem.vue.d.ts +0 -36
- package/dist/esm/v2/components/or-list-v3/partials/or-list-item/styles.d.ts +0 -2
- package/dist/esm/v2/components/or-list-v3/styles.d.ts +0 -4
- package/dist/esm/v2/components/or-list-v3/types.d.ts +0 -4
- package/dist/esm/v2/components/or-loader/OrLoader.vue.d.ts +0 -57
- package/dist/esm/v2/components/or-loader/constants.d.ts +0 -6
- package/dist/esm/v2/components/or-loader/index.d.ts +0 -2
- package/dist/esm/v2/components/or-loader/index.js +0 -12
- package/dist/esm/v2/components/or-loader/types.d.ts +0 -3
- package/dist/esm/v2/components/or-loader-v3/OrLoader.vue.d.ts +0 -75
- package/dist/esm/v2/components/or-loader-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-loader-v3/index.js +0 -4
- package/dist/esm/v2/components/or-loader-v3/props.d.ts +0 -13
- package/dist/esm/v2/components/or-loader-v3/styles.d.ts +0 -6
- package/dist/esm/v2/components/or-menu-item-v3/OrMenuItem.vue.d.ts +0 -50
- package/dist/esm/v2/components/or-menu-item-v3/index.d.ts +0 -1
- package/dist/esm/v2/components/or-menu-item-v3/index.js +0 -26
- package/dist/esm/v2/components/or-menu-item-v3/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-menu-v3/OrMenu.vue.d.ts +0 -66
- package/dist/esm/v2/components/or-menu-v3/index.d.ts +0 -1
- package/dist/esm/v2/components/or-menu-v3/index.js +0 -23
- package/dist/esm/v2/components/or-menu-v3/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-modal/OrModal.vue.d.ts +0 -85
- package/dist/esm/v2/components/or-modal/constants.d.ts +0 -7
- package/dist/esm/v2/components/or-modal/index.d.ts +0 -2
- package/dist/esm/v2/components/or-modal/index.js +0 -29
- package/dist/esm/v2/components/or-modal-v3/OrModal.vue.d.ts +0 -44
- package/dist/esm/v2/components/or-modal-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-modal-v3/index.js +0 -26
- package/dist/esm/v2/components/or-modal-v3/partials/or-modal-content/OrModalContent.vue.d.ts +0 -5
- package/dist/esm/v2/components/or-modal-v3/partials/or-modal-content/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-modal-v3/partials/or-modal-footer/OrModalFooter.vue.d.ts +0 -5
- package/dist/esm/v2/components/or-modal-v3/partials/or-modal-footer/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-modal-v3/partials/or-modal-header/OrModalHeader.vue.d.ts +0 -7
- package/dist/esm/v2/components/or-modal-v3/partials/or-modal-header/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-modal-v3/props.d.ts +0 -5
- package/dist/esm/v2/components/or-modal-v3/styles.d.ts +0 -3
- package/dist/esm/v2/components/or-notification/OrNotification.vue.d.ts +0 -65
- package/dist/esm/v2/components/or-notification/constants.d.ts +0 -10
- package/dist/esm/v2/components/or-notification/index.d.ts +0 -2
- package/dist/esm/v2/components/or-notification/index.js +0 -26
- package/dist/esm/v2/components/or-notification-v3/OrNotification.vue.d.ts +0 -30
- package/dist/esm/v2/components/or-notification-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-notification-v3/index.js +0 -26
- package/dist/esm/v2/components/or-notification-v3/props.d.ts +0 -6
- package/dist/esm/v2/components/or-notification-v3/styles.d.ts +0 -5
- package/dist/esm/v2/components/or-number-input/OrNumberInput.vue.d.ts +0 -139
- package/dist/esm/v2/components/or-number-input/index.d.ts +0 -1
- package/dist/esm/v2/components/or-number-input/index.js +0 -13
- package/dist/esm/v2/components/or-overflow-menu/OrOverflowMenu.vue.d.ts +0 -62
- package/dist/esm/v2/components/or-overflow-menu/index.d.ts +0 -2
- package/dist/esm/v2/components/or-overflow-menu/index.js +0 -28
- package/dist/esm/v2/components/or-overflow-menu/partials/OrOverflowMenuItem.vue.d.ts +0 -59
- package/dist/esm/v2/components/or-overflow-menu/types.d.ts +0 -7
- package/dist/esm/v2/components/or-overlay/OrOverlay.vue.d.ts +0 -40
- package/dist/esm/v2/components/or-overlay/index.d.ts +0 -1
- package/dist/esm/v2/components/or-overlay/index.js +0 -4
- package/dist/esm/v2/components/or-overlay-v3/OrOverlay.vue.d.ts +0 -18
- package/dist/esm/v2/components/or-overlay-v3/index.d.ts +0 -1
- package/dist/esm/v2/components/or-overlay-v3/index.js +0 -14
- package/dist/esm/v2/components/or-overlay-v3/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-pagination-v3/OrPagination.vue.d.ts +0 -70
- package/dist/esm/v2/components/or-pagination-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-pagination-v3/index.js +0 -32
- package/dist/esm/v2/components/or-pagination-v3/styles.d.ts +0 -4
- package/dist/esm/v2/components/or-pagination-v3/types.d.ts +0 -9
- package/dist/esm/v2/components/or-password/OrPassword.vue.d.ts +0 -117
- package/dist/esm/v2/components/or-password/index.d.ts +0 -1
- package/dist/esm/v2/components/or-password/index.js +0 -36
- package/dist/esm/v2/components/or-popover-v3/OrPopover.vue.d.ts +0 -154
- package/dist/esm/v2/components/or-popover-v3/hooks/types.d.ts +0 -77
- package/dist/esm/v2/components/or-popover-v3/hooks/useFloating.d.ts +0 -4
- package/dist/esm/v2/components/or-popover-v3/index.d.ts +0 -3
- package/dist/esm/v2/components/or-popover-v3/index.js +0 -22
- package/dist/esm/v2/components/or-popover-v3/props.d.ts +0 -21
- package/dist/esm/v2/components/or-popover-v3/styles.d.ts +0 -4
- package/dist/esm/v2/components/or-popover-v3/utils/index.d.ts +0 -1
- package/dist/esm/v2/components/or-popover-v3/utils/index.js +0 -5
- package/dist/esm/v2/components/or-popover-v3/utils/isPrevented.d.ts +0 -1
- package/dist/esm/v2/components/or-progress/OrProgress.vue.d.ts +0 -122
- package/dist/esm/v2/components/or-progress/constants.d.ts +0 -11
- package/dist/esm/v2/components/or-progress/index.d.ts +0 -2
- package/dist/esm/v2/components/or-progress/index.js +0 -5
- package/dist/esm/v2/components/or-progress-v3/OrProgress.vue.d.ts +0 -105
- package/dist/esm/v2/components/or-progress-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-progress-v3/index.js +0 -12
- package/dist/esm/v2/components/or-progress-v3/props.d.ts +0 -11
- package/dist/esm/v2/components/or-progress-v3/styles.d.ts +0 -11
- package/dist/esm/v2/components/or-radio/OrRadio.vue.d.ts +0 -68
- package/dist/esm/v2/components/or-radio/index.d.ts +0 -1
- package/dist/esm/v2/components/or-radio/index.js +0 -6
- package/dist/esm/v2/components/or-radio-group/OrRadioGroup.vue.d.ts +0 -64
- package/dist/esm/v2/components/or-radio-group/index.d.ts +0 -1
- package/dist/esm/v2/components/or-radio-group/index.js +0 -4
- package/dist/esm/v2/components/or-radio-group-v3/OrRadioGroup.vue.d.ts +0 -76
- package/dist/esm/v2/components/or-radio-group-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-radio-group-v3/index.js +0 -18
- package/dist/esm/v2/components/or-radio-group-v3/types.d.ts +0 -6
- package/dist/esm/v2/components/or-radio-v3/OrRadio.vue.d.ts +0 -82
- package/dist/esm/v2/components/or-radio-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-radio-v3/index.js +0 -14
- package/dist/esm/v2/components/or-radio-v3/styles.d.ts +0 -3
- package/dist/esm/v2/components/or-radio-v3/types.d.ts +0 -3
- package/dist/esm/v2/components/or-range-slider-v3/OrRangeSlider.vue.d.ts +0 -134
- package/dist/esm/v2/components/or-range-slider-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-range-slider-v3/index.js +0 -26
- package/dist/esm/v2/components/or-range-slider-v3/styles.d.ts +0 -17
- package/dist/esm/v2/components/or-range-slider-v3/types.d.ts +0 -2
- package/dist/esm/v2/components/or-rating-v3/OrRating.vue.d.ts +0 -57
- package/dist/esm/v2/components/or-rating-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-rating-v3/index.js +0 -12
- package/dist/esm/v2/components/or-rating-v3/styles.d.ts +0 -4
- package/dist/esm/v2/components/or-rating-v3/types.d.ts +0 -6
- package/dist/esm/v2/components/or-resizeable-panel-v3/OrResizeablePanel.vue.d.ts +0 -101
- package/dist/esm/v2/components/or-resizeable-panel-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-resizeable-panel-v3/index.js +0 -26
- package/dist/esm/v2/components/or-resizeable-panel-v3/props.d.ts +0 -12
- package/dist/esm/v2/components/or-resizeable-panel-v3/styles.d.ts +0 -13
- package/dist/esm/v2/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +0 -155
- package/dist/esm/v2/components/or-rich-text-editor-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +0 -74
- package/dist/esm/v2/components/or-rich-text-editor-v3/props.d.ts +0 -5
- package/dist/esm/v2/components/or-rich-text-editor-v3/styles.d.ts +0 -4
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/codemirrorNode.d.ts +0 -3
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/codemirrorView.d.ts +0 -27
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/index.d.ts +0 -1
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/index.js +0 -9
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/theme.d.ts +0 -17
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/types.d.ts +0 -19
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/markdown.d.ts +0 -2
- package/dist/esm/v2/components/or-rich-tooltip-v3/OrRichTooltip.vue.d.ts +0 -52
- package/dist/esm/v2/components/or-rich-tooltip-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-rich-tooltip-v3/index.js +0 -23
- package/dist/esm/v2/components/or-rich-tooltip-v3/styles.d.ts +0 -5
- package/dist/esm/v2/components/or-rich-tooltip-v3/types.d.ts +0 -4
- package/dist/esm/v2/components/or-search/OrSearch.vue.d.ts +0 -140
- package/dist/esm/v2/components/or-search/index.d.ts +0 -1
- package/dist/esm/v2/components/or-search/index.js +0 -32
- package/dist/esm/v2/components/or-search-v3/OrSearch.vue.d.ts +0 -82
- package/dist/esm/v2/components/or-search-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-search-v3/index.js +0 -37
- package/dist/esm/v2/components/or-search-v3/types.d.ts +0 -2
- package/dist/esm/v2/components/or-segmented-control-v3/OrSegmentedControl.vue.d.ts +0 -50
- package/dist/esm/v2/components/or-segmented-control-v3/index.d.ts +0 -3
- package/dist/esm/v2/components/or-segmented-control-v3/index.js +0 -11
- package/dist/esm/v2/components/or-segmented-control-v3/partials/or-segmented-control-item/OrSegmentedControlItem.vue.d.ts +0 -37
- package/dist/esm/v2/components/or-segmented-control-v3/partials/or-segmented-control-item/styles.d.ts +0 -3
- package/dist/esm/v2/components/or-segmented-control-v3/props.d.ts +0 -4
- package/dist/esm/v2/components/or-segmented-control-v3/styles.d.ts +0 -3
- package/dist/esm/v2/components/or-segmented-control-v3/types.d.ts +0 -4
- package/dist/esm/v2/components/or-select/OrSelect.vue.d.ts +0 -181
- package/dist/esm/v2/components/or-select/constants.d.ts +0 -50
- package/dist/esm/v2/components/or-select/index.d.ts +0 -2
- package/dist/esm/v2/components/or-select/index.js +0 -29
- package/dist/esm/v2/components/or-select/partials/OrSelectContent.vue.d.ts +0 -83
- package/dist/esm/v2/components/or-select/partials/OrSelectContentEmpty.vue.d.ts +0 -51
- package/dist/esm/v2/components/or-select/partials/OrSelectContentOptions.vue.d.ts +0 -33
- package/dist/esm/v2/components/or-select/partials/OrSelectInput.vue.d.ts +0 -56
- package/dist/esm/v2/components/or-select/partials/OrSelectInputValue.vue.d.ts +0 -39
- package/dist/esm/v2/components/or-select/partials/OrSelectMain.vue.d.ts +0 -111
- package/dist/esm/v2/components/or-select/partials/OrSelectOption.vue.d.ts +0 -25
- package/dist/esm/v2/components/or-select/partials/OrSelectSearchOptions.vue.d.ts +0 -25
- package/dist/esm/v2/components/or-select/types.d.ts +0 -9
- package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +0 -233
- package/dist/esm/v2/components/or-select-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-select-v3/index.js +0 -65
- package/dist/esm/v2/components/or-select-v3/partials/index.d.ts +0 -3
- package/dist/esm/v2/components/or-select-v3/partials/index.js +0 -43
- package/dist/esm/v2/components/or-select-v3/partials/or-select-control-input/OrSelectControlInput.vue.d.ts +0 -52
- package/dist/esm/v2/components/or-select-v3/partials/or-select-control-input/index.d.ts +0 -1
- package/dist/esm/v2/components/or-select-v3/partials/or-select-control-input/index.js +0 -11
- package/dist/esm/v2/components/or-select-v3/partials/or-select-control-input/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-select-v3/partials/or-select-multiple-control/OrSelectMultipleControl.vue.d.ts +0 -103
- package/dist/esm/v2/components/or-select-v3/partials/or-select-multiple-control/index.d.ts +0 -1
- package/dist/esm/v2/components/or-select-v3/partials/or-select-multiple-control/index.js +0 -41
- package/dist/esm/v2/components/or-select-v3/partials/or-select-multiple-control/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-select-v3/partials/or-select-placeholder/OrSelectPlaceholder.vue.d.ts +0 -17
- package/dist/esm/v2/components/or-select-v3/partials/or-select-placeholder/index.d.ts +0 -1
- package/dist/esm/v2/components/or-select-v3/partials/or-select-placeholder/index.js +0 -3
- package/dist/esm/v2/components/or-select-v3/partials/or-select-placeholder/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-select-v3/partials/or-select-single-control/OrSelectSingleControl.vue.d.ts +0 -82
- package/dist/esm/v2/components/or-select-v3/partials/or-select-single-control/index.d.ts +0 -1
- package/dist/esm/v2/components/or-select-v3/partials/or-select-single-control/index.js +0 -19
- package/dist/esm/v2/components/or-select-v3/partials/or-select-single-control/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-select-v3/styles.d.ts +0 -8
- package/dist/esm/v2/components/or-select-v3/types.d.ts +0 -4
- package/dist/esm/v2/components/or-sidebar/OrSidebar.vue.d.ts +0 -63
- package/dist/esm/v2/components/or-sidebar/constants.d.ts +0 -4
- package/dist/esm/v2/components/or-sidebar/index.d.ts +0 -2
- package/dist/esm/v2/components/or-sidebar/index.js +0 -5
- package/dist/esm/v2/components/or-sidebar-v3/OrSidebar.vue.d.ts +0 -94
- package/dist/esm/v2/components/or-sidebar-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-sidebar-v3/index.js +0 -27
- package/dist/esm/v2/components/or-sidebar-v3/props.d.ts +0 -4
- package/dist/esm/v2/components/or-sidebar-v3/styles.d.ts +0 -8
- package/dist/esm/v2/components/or-skeleton/constants.d.ts +0 -9
- package/dist/esm/v2/components/or-skeleton/index.d.ts +0 -4
- package/dist/esm/v2/components/or-skeleton/index.js +0 -9
- package/dist/esm/v2/components/or-skeleton/or-skeleton-circle/OrSkeletonCircle.vue.d.ts +0 -32
- package/dist/esm/v2/components/or-skeleton/or-skeleton-circle/index.d.ts +0 -2
- package/dist/esm/v2/components/or-skeleton/or-skeleton-circle/index.js +0 -6
- package/dist/esm/v2/components/or-skeleton/or-skeleton-rect/OrSkeletonRect.vue.d.ts +0 -43
- package/dist/esm/v2/components/or-skeleton/or-skeleton-rect/index.d.ts +0 -2
- package/dist/esm/v2/components/or-skeleton/or-skeleton-rect/index.js +0 -6
- package/dist/esm/v2/components/or-skeleton/or-skeleton-text/OrSkeletonText.vue.d.ts +0 -57
- package/dist/esm/v2/components/or-skeleton/or-skeleton-text/index.d.ts +0 -2
- package/dist/esm/v2/components/or-skeleton/or-skeleton-text/index.js +0 -7
- package/dist/esm/v2/components/or-skeleton-v3/index.d.ts +0 -3
- package/dist/esm/v2/components/or-skeleton-v3/index.js +0 -10
- package/dist/esm/v2/components/or-skeleton-v3/or-skeleton-circle-v3/OrSkeletonCircle.vue.d.ts +0 -36
- package/dist/esm/v2/components/or-skeleton-v3/or-skeleton-circle-v3/index.d.ts +0 -1
- package/dist/esm/v2/components/or-skeleton-v3/or-skeleton-circle-v3/index.js +0 -6
- package/dist/esm/v2/components/or-skeleton-v3/or-skeleton-rect-v3/OrSkeletonRect.vue.d.ts +0 -45
- package/dist/esm/v2/components/or-skeleton-v3/or-skeleton-rect-v3/index.d.ts +0 -1
- package/dist/esm/v2/components/or-skeleton-v3/or-skeleton-rect-v3/index.js +0 -6
- package/dist/esm/v2/components/or-skeleton-v3/or-skeleton-text-v3/OrSkeletonText.vue.d.ts +0 -72
- package/dist/esm/v2/components/or-skeleton-v3/or-skeleton-text-v3/index.d.ts +0 -1
- package/dist/esm/v2/components/or-skeleton-v3/or-skeleton-text-v3/index.js +0 -6
- package/dist/esm/v2/components/or-skeleton-v3/styles.d.ts +0 -6
- package/dist/esm/v2/components/or-slider/OrSlider.vue.d.ts +0 -136
- package/dist/esm/v2/components/or-slider/index.d.ts +0 -1
- package/dist/esm/v2/components/or-slider/index.js +0 -17
- package/dist/esm/v2/components/or-slider-v3/OrSlider.vue.d.ts +0 -114
- package/dist/esm/v2/components/or-slider-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-slider-v3/index.js +0 -26
- package/dist/esm/v2/components/or-slider-v3/styles.d.ts +0 -15
- package/dist/esm/v2/components/or-slider-v3/types.d.ts +0 -12
- package/dist/esm/v2/components/or-sorting-v3/OrSorting.vue.d.ts +0 -35
- package/dist/esm/v2/components/or-sorting-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-sorting-v3/index.js +0 -32
- package/dist/esm/v2/components/or-sorting-v3/styles.d.ts +0 -2
- package/dist/esm/v2/components/or-sorting-v3/types.d.ts +0 -4
- package/dist/esm/v2/components/or-status-v3/OrStatus.vue.d.ts +0 -41
- package/dist/esm/v2/components/or-status-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-status-v3/index.js +0 -4
- package/dist/esm/v2/components/or-status-v3/props.d.ts +0 -11
- package/dist/esm/v2/components/or-status-v3/styles.d.ts +0 -7
- package/dist/esm/v2/components/or-stepper/OrStepper.vue.d.ts +0 -79
- package/dist/esm/v2/components/or-stepper/index.d.ts +0 -1
- package/dist/esm/v2/components/or-stepper/index.js +0 -26
- package/dist/esm/v2/components/or-stepper/partials/OrStepperButtonOptions.vue.d.ts +0 -57
- package/dist/esm/v2/components/or-stepper/partials/OrStepperOptionHorizontal.vue.d.ts +0 -84
- package/dist/esm/v2/components/or-stepper/partials/OrStepperOptionVertical.vue.d.ts +0 -84
- package/dist/esm/v2/components/or-stepper/partials/OrStepperTitle.vue.d.ts +0 -50
- package/dist/esm/v2/components/or-stepper/partials/StatusIcon.vue.d.ts +0 -16
- package/dist/esm/v2/components/or-switch/OrSwitch.vue.d.ts +0 -70
- package/dist/esm/v2/components/or-switch/index.d.ts +0 -1
- package/dist/esm/v2/components/or-switch/index.js +0 -13
- package/dist/esm/v2/components/or-switch-v3/OrSwitch.vue.d.ts +0 -93
- package/dist/esm/v2/components/or-switch-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-switch-v3/index.js +0 -18
- package/dist/esm/v2/components/or-switch-v3/styles.d.ts +0 -5
- package/dist/esm/v2/components/or-switch-v3/types.d.ts +0 -3
- package/dist/esm/v2/components/or-tab/OrTab.vue.d.ts +0 -44
- package/dist/esm/v2/components/or-tab/index.d.ts +0 -1
- package/dist/esm/v2/components/or-tab/index.js +0 -5
- package/dist/esm/v2/components/or-tab-header-item/OrTabHeaderItem.vue.d.ts +0 -49
- package/dist/esm/v2/components/or-tab-header-item/index.d.ts +0 -1
- package/dist/esm/v2/components/or-tab-header-item/index.js +0 -4
- package/dist/esm/v2/components/or-tab-v3/OrTab.vue.d.ts +0 -39
- package/dist/esm/v2/components/or-tab-v3/index.d.ts +0 -1
- package/dist/esm/v2/components/or-tab-v3/index.js +0 -3
- package/dist/esm/v2/components/or-tab-v3/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-tabs/OrTabs.vue.d.ts +0 -13
- package/dist/esm/v2/components/or-tabs/index.d.ts +0 -1
- package/dist/esm/v2/components/or-tabs/index.js +0 -5
- package/dist/esm/v2/components/or-tabs-v3/OrTabs.vue.d.ts +0 -74
- package/dist/esm/v2/components/or-tabs-v3/index.d.ts +0 -3
- package/dist/esm/v2/components/or-tabs-v3/index.js +0 -30
- package/dist/esm/v2/components/or-tabs-v3/props.d.ts +0 -4
- package/dist/esm/v2/components/or-tabs-v3/styles.d.ts +0 -5
- package/dist/esm/v2/components/or-tabs-v3/types.d.ts +0 -7
- package/dist/esm/v2/components/or-tag/OrTag.vue.d.ts +0 -54
- package/dist/esm/v2/components/or-tag/index.d.ts +0 -1
- package/dist/esm/v2/components/or-tag/index.js +0 -17
- package/dist/esm/v2/components/or-tag-input-v3/OrTagInput.vue.d.ts +0 -177
- package/dist/esm/v2/components/or-tag-input-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-tag-input-v3/index.js +0 -46
- package/dist/esm/v2/components/or-tag-input-v3/styles.d.ts +0 -3
- package/dist/esm/v2/components/or-tag-input-v3/types.d.ts +0 -2
- package/dist/esm/v2/components/or-tag-v3/OrTag.vue.d.ts +0 -43
- package/dist/esm/v2/components/or-tag-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-tag-v3/index.js +0 -26
- package/dist/esm/v2/components/or-tag-v3/props.d.ts +0 -9
- package/dist/esm/v2/components/or-tag-v3/styles.d.ts +0 -4
- package/dist/esm/v2/components/or-tags-v3/OrTags.vue.d.ts +0 -65
- package/dist/esm/v2/components/or-tags-v3/index.d.ts +0 -3
- package/dist/esm/v2/components/or-tags-v3/index.js +0 -31
- package/dist/esm/v2/components/or-tags-v3/props.d.ts +0 -5
- package/dist/esm/v2/components/or-tags-v3/styles.d.ts +0 -6
- package/dist/esm/v2/components/or-tags-v3/types.d.ts +0 -7
- package/dist/esm/v2/components/or-tags-v3/utils/castToTag.d.ts +0 -2
- package/dist/esm/v2/components/or-teleport/OrTeleport.vue2.vue.d.ts +0 -27
- package/dist/esm/v2/components/or-teleport/constants.d.ts +0 -12
- package/dist/esm/v2/components/or-teleport/index.d.ts +0 -2
- package/dist/esm/v2/components/or-teleport/index.js +0 -4
- package/dist/esm/v2/components/or-teleport-v3/OrTeleport.vue2.vue.d.ts +0 -23
- package/dist/esm/v2/components/or-teleport-v3/index.d.ts +0 -1
- package/dist/esm/v2/components/or-teleport-v3/index.js +0 -4
- package/dist/esm/v2/components/or-text-v3/OrText.vue.d.ts +0 -54
- package/dist/esm/v2/components/or-text-v3/index.d.ts +0 -1
- package/dist/esm/v2/components/or-text-v3/index.js +0 -3
- package/dist/esm/v2/components/or-text-v3/styles.d.ts +0 -3
- package/dist/esm/v2/components/or-textarea/OrTextarea.vue.d.ts +0 -131
- package/dist/esm/v2/components/or-textarea/index.d.ts +0 -1
- package/dist/esm/v2/components/or-textarea/index.js +0 -12
- package/dist/esm/v2/components/or-textarea-v3/OrTextarea.vue.d.ts +0 -162
- package/dist/esm/v2/components/or-textarea-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-textarea-v3/index.js +0 -20
- package/dist/esm/v2/components/or-textarea-v3/styles.d.ts +0 -4
- package/dist/esm/v2/components/or-textarea-v3/types.d.ts +0 -6
- package/dist/esm/v2/components/or-textbox/OrTextbox.vue.d.ts +0 -257
- package/dist/esm/v2/components/or-textbox/constants.d.ts +0 -8
- package/dist/esm/v2/components/or-textbox/index.d.ts +0 -2
- package/dist/esm/v2/components/or-textbox/index.js +0 -35
- package/dist/esm/v2/components/or-time-format-v3/OrTimeFormat.vue.d.ts +0 -50
- package/dist/esm/v2/components/or-time-format-v3/index.d.ts +0 -1
- package/dist/esm/v2/components/or-time-format-v3/index.js +0 -45
- package/dist/esm/v2/components/or-time-format-v3/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-time-picker-v3/OrTimePicker.vue.d.ts +0 -285
- package/dist/esm/v2/components/or-time-picker-v3/index.d.ts +0 -1
- package/dist/esm/v2/components/or-time-picker-v3/index.js +0 -45
- package/dist/esm/v2/components/or-time-picker-v3/styles.d.ts +0 -2
- package/dist/esm/v2/components/or-time-range-picker-v3/OrTimeRangePicker.vue.d.ts +0 -522
- package/dist/esm/v2/components/or-time-range-picker-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-time-range-picker-v3/index.js +0 -45
- package/dist/esm/v2/components/or-time-range-picker-v3/styles.d.ts +0 -2
- package/dist/esm/v2/components/or-time-range-picker-v3/types.d.ts +0 -3
- package/dist/esm/v2/components/or-toast/OrToast.vue.d.ts +0 -61
- package/dist/esm/v2/components/or-toast/Timer.d.ts +0 -11
- package/dist/esm/v2/components/or-toast/composable/index.d.ts +0 -2
- package/dist/esm/v2/components/or-toast/composable/index.js +0 -3
- package/dist/esm/v2/components/or-toast/composable/useQueue.d.ts +0 -8
- package/dist/esm/v2/components/or-toast/composable/useToast.d.ts +0 -8
- package/dist/esm/v2/components/or-toast/composable/useToastEventBus.d.ts +0 -9
- package/dist/esm/v2/components/or-toast/constants.d.ts +0 -18
- package/dist/esm/v2/components/or-toast/index.d.ts +0 -5
- package/dist/esm/v2/components/or-toast/index.js +0 -30
- package/dist/esm/v2/components/or-toast/or-toast-container/OrToastContainer.vue.d.ts +0 -63
- package/dist/esm/v2/components/or-toast/or-toast-container/index.d.ts +0 -4
- package/dist/esm/v2/components/or-toast/or-toast-container/index.js +0 -30
- package/dist/esm/v2/components/or-toast/types.d.ts +0 -35
- package/dist/esm/v2/components/or-toast-v3/OrToast.vue.d.ts +0 -56
- package/dist/esm/v2/components/or-toast-v3/Timer.d.ts +0 -11
- package/dist/esm/v2/components/or-toast-v3/composable/index.d.ts +0 -2
- package/dist/esm/v2/components/or-toast-v3/composable/index.js +0 -3
- package/dist/esm/v2/components/or-toast-v3/composable/useQueue.d.ts +0 -8
- package/dist/esm/v2/components/or-toast-v3/composable/useToast.d.ts +0 -8
- package/dist/esm/v2/components/or-toast-v3/composable/useToastEventBus.d.ts +0 -9
- package/dist/esm/v2/components/or-toast-v3/index.d.ts +0 -5
- package/dist/esm/v2/components/or-toast-v3/index.js +0 -29
- package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/OrToastContainer.vue.d.ts +0 -57
- package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.d.ts +0 -4
- package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.js +0 -29
- package/dist/esm/v2/components/or-toast-v3/props.d.ts +0 -18
- package/dist/esm/v2/components/or-toast-v3/styles.d.ts +0 -5
- package/dist/esm/v2/components/or-toast-v3/types.d.ts +0 -35
- package/dist/esm/v2/components/or-tooltip/OrTooltip.vue.d.ts +0 -73
- package/dist/esm/v2/components/or-tooltip/index.d.ts +0 -2
- package/dist/esm/v2/components/or-tooltip/index.js +0 -14
- package/dist/esm/v2/components/or-tooltip/or-tooltip-content/OrTooltipContent.vue.d.ts +0 -28
- package/dist/esm/v2/components/or-tooltip/or-tooltip-content/index.d.ts +0 -1
- package/dist/esm/v2/components/or-tooltip/or-tooltip-content/index.js +0 -4
- package/dist/esm/v2/components/or-tooltip-v3/OrTooltip.vue.d.ts +0 -83
- package/dist/esm/v2/components/or-tooltip-v3/index.d.ts +0 -1
- package/dist/esm/v2/components/or-tooltip-v3/index.js +0 -23
- package/dist/esm/v2/components/or-tooltip-v3/styles.d.ts +0 -4
- package/dist/esm/v2/components/or-tree-v3/OrTree.vue.d.ts +0 -35
- package/dist/esm/v2/components/or-tree-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-tree-v3/index.js +0 -8
- package/dist/esm/v2/components/or-tree-v3/partials/or-tree-node/OrTreeNode.vue.d.ts +0 -90
- package/dist/esm/v2/components/or-tree-v3/partials/or-tree-node/styles.d.ts +0 -7
- package/dist/esm/v2/components/or-tree-v3/partials/or-tree-node/utils.d.ts +0 -4
- package/dist/esm/v2/components/or-tree-v3/types.d.ts +0 -17
- package/dist/esm/v2/directives/dropdown-close.d.ts +0 -6
- package/dist/esm/v2/directives/dropdown-open.d.ts +0 -6
- package/dist/esm/v2/directives/index.d.ts +0 -2
- package/dist/esm/v2/directives/index.js +0 -2
- package/dist/esm/v2/dropdown-open-06d651cf.js +0 -30
- package/dist/esm/v2/extractCssVarName-9c6b2a72.js +0 -62
- package/dist/esm/v2/formatTime-3f37a00f.js +0 -24
- package/dist/esm/v2/getCurrentDate-e5a478c3.js +0 -23
- package/dist/esm/v2/getItemByValue-be7353df.js +0 -12
- package/dist/esm/v2/getItemsByValue-b08b7d12.js +0 -7
- package/dist/esm/v2/getNextMonthDate-8ec29631.js +0 -6
- package/dist/esm/v2/helpers/getItemByValue.d.ts +0 -2
- package/dist/esm/v2/helpers/getItemsByValue.d.ts +0 -2
- package/dist/esm/v2/helpers/index.d.ts +0 -3
- package/dist/esm/v2/helpers/index.js +0 -7
- package/dist/esm/v2/helpers/searchItemsByLabel.d.ts +0 -2
- package/dist/esm/v2/hooks/index.d.ts +0 -15
- package/dist/esm/v2/hooks/index.js +0 -21
- package/dist/esm/v2/hooks/useControlAttributes.d.ts +0 -7
- package/dist/esm/v2/hooks/useDateFormat.d.ts +0 -4
- package/dist/esm/v2/hooks/useDateMask.d.ts +0 -4
- package/dist/esm/v2/hooks/useElevation.d.ts +0 -3
- package/dist/esm/v2/hooks/useIdAttribute.d.ts +0 -3
- package/dist/esm/v2/hooks/useLocale.d.ts +0 -4
- package/dist/esm/v2/hooks/useOverflow.d.ts +0 -11
- package/dist/esm/v2/hooks/usePopoverState.d.ts +0 -12
- package/dist/esm/v2/hooks/useProxyModelValue.d.ts +0 -8
- package/dist/esm/v2/hooks/useResponsive/index.d.ts +0 -1
- package/dist/esm/v2/hooks/useResponsive/index.js +0 -4
- package/dist/esm/v2/hooks/useResponsive/useResponsive.d.ts +0 -6
- package/dist/esm/v2/hooks/useTheme.d.ts +0 -3
- package/dist/esm/v2/hooks/useTimeFormat.d.ts +0 -4
- package/dist/esm/v2/hooks/useTimeMask.d.ts +0 -4
- package/dist/esm/v2/hooks/useToggle.d.ts +0 -8
- package/dist/esm/v2/hooks/useValidationAttributes.d.ts +0 -11
- package/dist/esm/v2/include-2a81e823.js +0 -15
- package/dist/esm/v2/index.d.ts +0 -7
- package/dist/esm/v2/index.js +0 -252
- package/dist/esm/v2/isAncestor-2973d4f4.js +0 -17
- package/dist/esm/v2/isArray-8eeb52b9.js +0 -8
- package/dist/esm/v2/isEqual-15f4b2f5.js +0 -23
- package/dist/esm/v2/isNull-7ae26d1d.js +0 -18
- package/dist/esm/v2/isObject-4d5300e9.js +0 -8
- package/dist/esm/v2/isPrevented-b1764210.js +0 -21
- package/dist/esm/v2/isString-cf957a95.js +0 -32
- package/dist/esm/v2/isUndefined-3eca6e32.js +0 -8
- package/dist/esm/v2/normalize-component-6e8e3d80.js +0 -76
- package/dist/esm/v2/props-2df9b376.js +0 -214
- package/dist/esm/v2/style-inject.es-4c6f2515.js +0 -26
- package/dist/esm/v2/styles-6d6a5cbe.js +0 -34
- package/dist/esm/v2/toArray-93b84b21.js +0 -18
- package/dist/esm/v2/tokens/DATE_FORMAT.d.ts +0 -3
- package/dist/esm/v2/tokens/LOCALE.d.ts +0 -3
- package/dist/esm/v2/tokens/TIME_FORMAT.d.ts +0 -3
- package/dist/esm/v2/tokens/index.d.ts +0 -3
- package/dist/esm/v2/tokens/index.js +0 -1
- package/dist/esm/v2/types/DataModel.d.ts +0 -6
- package/dist/esm/v2/types/DateFormat.d.ts +0 -5
- package/dist/esm/v2/types/FilterFunction.d.ts +0 -1
- package/dist/esm/v2/types/FormatFunction.d.ts +0 -2
- package/dist/esm/v2/types/Group.d.ts +0 -5
- package/dist/esm/v2/types/GroupFunction.d.ts +0 -1
- package/dist/esm/v2/types/Id.d.ts +0 -1
- package/dist/esm/v2/types/Item.d.ts +0 -5
- package/dist/esm/v2/types/Locale.d.ts +0 -1
- package/dist/esm/v2/types/ModelValue.d.ts +0 -1
- package/dist/esm/v2/types/SearchFunction.d.ts +0 -1
- package/dist/esm/v2/types/TimeFormat.d.ts +0 -5
- package/dist/esm/v2/types/index.d.ts +0 -12
- package/dist/esm/v2/types/index.js +0 -1
- package/dist/esm/v2/types-1c26b2b7.js +0 -447
- package/dist/esm/v2/useElevation-895bc28f.js +0 -25
- package/dist/esm/v2/useIdAttribute-3a339b79.js +0 -21
- package/dist/esm/v2/useOverflow-5a08887e.js +0 -73
- package/dist/esm/v2/usePopoverState-7267fa91.js +0 -42
- package/dist/esm/v2/useProxyModelValue-e18f251e.js +0 -28
- package/dist/esm/v2/useResponsive-491da8c6.js +0 -48
- package/dist/esm/v2/useTimeFormat-7ad4cc11.js +0 -26
- package/dist/esm/v2/useTimeMask-a1c090c1.js +0 -62
- package/dist/esm/v2/useToast-41cf0b9c.js +0 -195
- package/dist/esm/v2/useToast-a1f907bc.js +0 -187
- package/dist/esm/v2/useToggle-29e4d7c7.js +0 -22
- package/dist/esm/v2/useValidationAttributes-257954f3.js +0 -16
- package/dist/esm/v2/utils/constants/color.d.ts +0 -14
- package/dist/esm/v2/utils/constants/key-codes.d.ts +0 -14
- package/dist/esm/v2/utils/constants/poper.d.ts +0 -8
- package/dist/esm/v2/utils/constants/regex.d.ts +0 -42
- package/dist/esm/v2/utils/exclude.d.ts +0 -4
- package/dist/esm/v2/utils/extractCssVarName.d.ts +0 -1
- package/dist/esm/v2/utils/functions/color.d.ts +0 -23
- package/dist/esm/v2/utils/functions/dom.d.ts +0 -30
- package/dist/esm/v2/utils/functions/flattenDeep.d.ts +0 -2
- package/dist/esm/v2/utils/functions/hash.d.ts +0 -2
- package/dist/esm/v2/utils/functions/px-to-rem.d.ts +0 -1
- package/dist/esm/v2/utils/functions/text.d.ts +0 -1
- package/dist/esm/v2/utils/include.d.ts +0 -4
- package/dist/esm/v2/utils/index.d.ts +0 -26
- package/dist/esm/v2/utils/index.js +0 -16
- package/dist/esm/v2/utils/isAncestor.d.ts +0 -4
- package/dist/esm/v2/utils/isArray.d.ts +0 -4
- package/dist/esm/v2/utils/isDescendant.d.ts +0 -4
- package/dist/esm/v2/utils/isEmpty.d.ts +0 -4
- package/dist/esm/v2/utils/isEqual.d.ts +0 -4
- package/dist/esm/v2/utils/isNil.d.ts +0 -4
- package/dist/esm/v2/utils/isNull.d.ts +0 -4
- package/dist/esm/v2/utils/isNumber.d.ts +0 -4
- package/dist/esm/v2/utils/isObject.d.ts +0 -4
- package/dist/esm/v2/utils/isString.d.ts +0 -4
- package/dist/esm/v2/utils/isUndefined.d.ts +0 -4
- package/dist/esm/v2/utils/isVisible.d.ts +0 -1
- package/dist/esm/v2/utils/toArray.d.ts +0 -4
- package/dist/esm/v3/OrAutocomplete-4ebb9e1d.js +0 -395
- package/dist/esm/v3/OrAvatar-cab88a78.js +0 -175
- package/dist/esm/v3/OrAvatar-dbec7020.js +0 -87
- package/dist/esm/v3/OrBottomSheet-a7a06f7f.js +0 -234
- package/dist/esm/v3/OrButton-bc9cc4a5.js +0 -142
- package/dist/esm/v3/OrButton-c05bdda7.js +0 -162
- package/dist/esm/v3/OrButton-e997c224.js +0 -204
- package/dist/esm/v3/OrButtonGroup-5b5c0690.js +0 -66
- package/dist/esm/v3/OrCard-999571e5.js +0 -74
- package/dist/esm/v3/OrCard-e3a5aea4.js +0 -40
- package/dist/esm/v3/OrCardCollection-254be627.js +0 -270
- package/dist/esm/v3/OrCardCollection-6559e6fa.js +0 -189
- package/dist/esm/v3/OrCheckbox-9d30d1d2.js +0 -146
- package/dist/esm/v3/OrCheckbox-e353ee89.js +0 -189
- package/dist/esm/v3/OrCheckboxGroup-a506ccd5.js +0 -89
- package/dist/esm/v3/OrCheckboxTree-65d7b19b.js +0 -213
- package/dist/esm/v3/OrChip-354bd93f.js +0 -67
- package/dist/esm/v3/OrChips-24f72916.js +0 -240
- package/dist/esm/v3/OrCode-3c646f51.js +0 -476
- package/dist/esm/v3/OrCode-ef9253ce.js +0 -524
- package/dist/esm/v3/OrCollapse-fdd7efab.js +0 -143
- package/dist/esm/v3/OrColorPicker-28027e9a.js +0 -459
- package/dist/esm/v3/OrCombinedInput-75b556fa.js +0 -124
- package/dist/esm/v3/OrConfirm-05a78778.js +0 -215
- package/dist/esm/v3/OrConfirm-aa2ea8b3.js +0 -276
- package/dist/esm/v3/OrContextMenu-d8c71891.js +0 -107
- package/dist/esm/v3/OrDataGrid-550f18b2.js +0 -443
- package/dist/esm/v3/OrDataGridToolbar-a4871539.js +0 -876
- package/dist/esm/v3/OrDateFormat-a7f36236.js +0 -73
- package/dist/esm/v3/OrDatePicker-3f64e170.js +0 -334
- package/dist/esm/v3/OrDateRangePicker-d5cd11d1.js +0 -410
- package/dist/esm/v3/OrDateTimeFormat-929ff4a6.js +0 -80
- package/dist/esm/v3/OrDateTimePicker-5bae57ec.js +0 -724
- package/dist/esm/v3/OrDateTimePicker-c90953ea.js +0 -452
- package/dist/esm/v3/OrDateTimePickerTimeSelect-149ec6c0.js +0 -949
- package/dist/esm/v3/OrDrawer-f12faf1a.js +0 -140
- package/dist/esm/v3/OrDropArea-24fe94e7.js +0 -235
- package/dist/esm/v3/OrEditorTabs-aeeb8afc.js +0 -276
- package/dist/esm/v3/OrEditorTabsItem-b6936724.js +0 -81
- package/dist/esm/v3/OrEmptyState-47f9d910.js +0 -135
- package/dist/esm/v3/OrError-331220bc.js +0 -63
- package/dist/esm/v3/OrError-f90296db.js +0 -29
- package/dist/esm/v3/OrErrorTag-94f074a2.js +0 -54
- package/dist/esm/v3/OrExpansionPanel-bb8883a1.js +0 -224
- package/dist/esm/v3/OrFab-f949bf4f.js +0 -88
- package/dist/esm/v3/OrFilter-5ec823c1.js +0 -106
- package/dist/esm/v3/OrFilterPopover-564e4997.js +0 -196
- package/dist/esm/v3/OrFilterTrigger-1d5c6704.js +0 -123
- package/dist/esm/v3/OrFloating-00617713.js +0 -189
- package/dist/esm/v3/OrFormGroup-893719a1.js +0 -112
- package/dist/esm/v3/OrHint-262c8217.js +0 -63
- package/dist/esm/v3/OrHint-8822005b.js +0 -30
- package/dist/esm/v3/OrIcon-22d7aeff.js +0 -157
- package/dist/esm/v3/OrIcon-9aff520e.js +0 -102
- package/dist/esm/v3/OrIconButton-5a508869.js +0 -165
- package/dist/esm/v3/OrIconButton-5ccfcc6f.js +0 -222
- package/dist/esm/v3/OrInlineInput-747c2347.js +0 -251
- package/dist/esm/v3/OrInlineInputBox-9d62d2b3.js +0 -69
- package/dist/esm/v3/OrInlineTextEdit-5c305893.js +0 -338
- package/dist/esm/v3/OrInlineTextarea-a683a29d.js +0 -228
- package/dist/esm/v3/OrInput-6b60bf4a.js +0 -287
- package/dist/esm/v3/OrInput-fb39bee1.js +0 -293
- package/dist/esm/v3/OrInputBox-2f33498c.js +0 -204
- package/dist/esm/v3/OrLabel-4abbce6e.js +0 -120
- package/dist/esm/v3/OrLabel-a7d99df4.js +0 -60
- package/dist/esm/v3/OrLink-c83a51b2.js +0 -102
- package/dist/esm/v3/OrList-14d8cf31.js +0 -212
- package/dist/esm/v3/OrList-9445e452.js +0 -250
- package/dist/esm/v3/OrListItem-12fa8abd.js +0 -70
- package/dist/esm/v3/OrListOfInputs-298bae5f.js +0 -156
- package/dist/esm/v3/OrLoader-5e2f359b.js +0 -174
- package/dist/esm/v3/OrLoader-d5a5b426.js +0 -95
- package/dist/esm/v3/OrMenu-95509740.js +0 -107
- package/dist/esm/v3/OrMenuItem-6caf8844.js +0 -99
- package/dist/esm/v3/OrModal-4da45f04.js +0 -232
- package/dist/esm/v3/OrModal-6060ddf4.js +0 -156
- package/dist/esm/v3/OrNotification-218bb54b.js +0 -142
- package/dist/esm/v3/OrNotification-22d19fdf.js +0 -115
- package/dist/esm/v3/OrNumberInput-daa7b3f0.js +0 -170
- package/dist/esm/v3/OrOverflowMenu-e19fb6c8.js +0 -185
- package/dist/esm/v3/OrOverlay-451dce49.js +0 -48
- package/dist/esm/v3/OrOverlay-97c94f0b.js +0 -75
- package/dist/esm/v3/OrPagination-544f2d50.js +0 -338
- package/dist/esm/v3/OrPassword-352677d0.js +0 -167
- package/dist/esm/v3/OrPopover-0daeba14.js +0 -406
- package/dist/esm/v3/OrProgress-210d3538.js +0 -287
- package/dist/esm/v3/OrProgress-86f6d15b.js +0 -204
- package/dist/esm/v3/OrRadio-8506e7d9.js +0 -121
- package/dist/esm/v3/OrRadio-8677bac3.js +0 -164
- package/dist/esm/v3/OrRadioGroup-00785e41.js +0 -63
- package/dist/esm/v3/OrRadioGroup-1a0fe40f.js +0 -90
- package/dist/esm/v3/OrRangeSlider-c1ed0ba5.js +0 -676
- package/dist/esm/v3/OrRating-7c2f8e4d.js +0 -151
- package/dist/esm/v3/OrResizeablePanel-1d0c171b.js +0 -405
- package/dist/esm/v3/OrRichTextEditor-4ec30209.js +0 -877
- package/dist/esm/v3/OrRichTooltip-160af591.js +0 -158
- package/dist/esm/v3/OrSearch-4192737e.js +0 -189
- package/dist/esm/v3/OrSearch-b7a558ef.js +0 -124
- package/dist/esm/v3/OrSegmentedControl-5dd163fb.js +0 -178
- package/dist/esm/v3/OrSelect-2c033afb.js +0 -805
- package/dist/esm/v3/OrSelect-9347b36b.js +0 -638
- package/dist/esm/v3/OrSelectControlInput-e0116b29.js +0 -101
- package/dist/esm/v3/OrSelectMultipleControl-274c9752.js +0 -183
- package/dist/esm/v3/OrSelectPlaceholder-81502228.js +0 -45
- package/dist/esm/v3/OrSelectSingleControl-70644f38.js +0 -138
- package/dist/esm/v3/OrSidebar-4ab42b93.js +0 -125
- package/dist/esm/v3/OrSkeletonCircle-66e175a0.js +0 -54
- package/dist/esm/v3/OrSkeletonCircle-a3eb5f53.js +0 -56
- package/dist/esm/v3/OrSkeletonRect-c694574e.js +0 -57
- package/dist/esm/v3/OrSkeletonRect-d0b8b2cf.js +0 -59
- package/dist/esm/v3/OrSkeletonText-5e9579c1.js +0 -89
- package/dist/esm/v3/OrSkeletonText-69827192.js +0 -71
- package/dist/esm/v3/OrSlider-5c665987.js +0 -473
- package/dist/esm/v3/OrSlider-d6f94501.js +0 -310
- package/dist/esm/v3/OrSorting-c946c7a3.js +0 -119
- package/dist/esm/v3/OrStatus-29df22e1.js +0 -131
- package/dist/esm/v3/OrStepper-8722709f.js +0 -427
- package/dist/esm/v3/OrSwitch-043fb0ba.js +0 -121
- package/dist/esm/v3/OrSwitch-86583d97.js +0 -223
- package/dist/esm/v3/OrTab-5f903429.js +0 -75
- package/dist/esm/v3/OrTab-d8d4e871.js +0 -74
- package/dist/esm/v3/OrTabHeaderItem-38593e90.js +0 -82
- package/dist/esm/v3/OrTabs-66729e19.js +0 -246
- package/dist/esm/v3/OrTabs-bc8c8be5.js +0 -85
- package/dist/esm/v3/OrTag-68b92040.js +0 -86
- package/dist/esm/v3/OrTag-f048f982.js +0 -123
- package/dist/esm/v3/OrTagInput-e3686f04.js +0 -379
- package/dist/esm/v3/OrTags-44507e58.js +0 -234
- package/dist/esm/v3/OrTeleport.vue3-8099178c.js +0 -28
- package/dist/esm/v3/OrTeleport.vue3-9bce0c02.js +0 -34
- package/dist/esm/v3/OrText-ea114c19.js +0 -108
- package/dist/esm/v3/OrTextarea-b16e1a72.js +0 -288
- package/dist/esm/v3/OrTextarea-f9cbc1c3.js +0 -252
- package/dist/esm/v3/OrTextbox-20cc3bac.js +0 -476
- package/dist/esm/v3/OrTimeFormat-a9fb9afb.js +0 -73
- package/dist/esm/v3/OrTimePicker-54206397.js +0 -318
- package/dist/esm/v3/OrTimeRangePicker-8396e1ad.js +0 -370
- package/dist/esm/v3/OrToastContainer-cea387eb.js +0 -279
- package/dist/esm/v3/OrTooltip-a15bf4b1.js +0 -128
- package/dist/esm/v3/OrTooltip-de856939.js +0 -162
- package/dist/esm/v3/OrTooltipContent-c0042844.js +0 -41
- package/dist/esm/v3/OrTree-f97c9a08.js +0 -364
- package/dist/esm/v3/TIME_FORMAT-3d8aa6be.js +0 -7
- package/dist/esm/v3/TimeFormat-a7f5565b.js +0 -15
- package/dist/esm/v3/approximateFileSize-a48b356b.js +0 -7
- package/dist/esm/v3/codemirrorView-902c37ce.js +0 -355
- package/dist/esm/v3/color-591c5547.js +0 -108
- package/dist/esm/v3/components/index.d.ts +0 -130
- package/dist/esm/v3/components/index.js +0 -238
- package/dist/esm/v3/components/or-autocomplete-v3/OrAutocomplete.vue.d.ts +0 -198
- package/dist/esm/v3/components/or-autocomplete-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-autocomplete-v3/index.js +0 -45
- package/dist/esm/v3/components/or-autocomplete-v3/styles.d.ts +0 -6
- package/dist/esm/v3/components/or-autocomplete-v3/types.d.ts +0 -3
- package/dist/esm/v3/components/or-avatar/OrAvatar.vue.d.ts +0 -47
- package/dist/esm/v3/components/or-avatar/constants.d.ts +0 -5
- package/dist/esm/v3/components/or-avatar/index.d.ts +0 -2
- package/dist/esm/v3/components/or-avatar/index.js +0 -15
- package/dist/esm/v3/components/or-avatar-v3/OrAvatar.vue.d.ts +0 -58
- package/dist/esm/v3/components/or-avatar-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-avatar-v3/index.js +0 -5
- package/dist/esm/v3/components/or-avatar-v3/props.d.ts +0 -15
- package/dist/esm/v3/components/or-avatar-v3/styles.d.ts +0 -6
- package/dist/esm/v3/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +0 -566
- package/dist/esm/v3/components/or-bottom-sheet-v3/hooks/useBottomSheetSwipeState.d.ts +0 -530
- package/dist/esm/v3/components/or-bottom-sheet-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-bottom-sheet-v3/index.js +0 -16
- package/dist/esm/v3/components/or-bottom-sheet-v3/props.d.ts +0 -4
- package/dist/esm/v3/components/or-bottom-sheet-v3/styles.d.ts +0 -6
- package/dist/esm/v3/components/or-button/OrButton.vue.d.ts +0 -153
- package/dist/esm/v3/components/or-button/constants.d.ts +0 -21
- package/dist/esm/v3/components/or-button/index.d.ts +0 -2
- package/dist/esm/v3/components/or-button/index.js +0 -13
- package/dist/esm/v3/components/or-button-group-v3/OrButtonGroup.vue.d.ts +0 -37
- package/dist/esm/v3/components/or-button-group-v3/index.d.ts +0 -1
- package/dist/esm/v3/components/or-button-group-v3/index.js +0 -6
- package/dist/esm/v3/components/or-button-group-v3/styles.d.ts +0 -3
- package/dist/esm/v3/components/or-button-v2/OrButton.vue.d.ts +0 -126
- package/dist/esm/v3/components/or-button-v2/constants.d.ts +0 -35
- package/dist/esm/v3/components/or-button-v2/index.d.ts +0 -3
- package/dist/esm/v3/components/or-button-v2/index.js +0 -22
- package/dist/esm/v3/components/or-button-v3/OrButton.vue.d.ts +0 -79
- package/dist/esm/v3/components/or-button-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-button-v3/index.js +0 -5
- package/dist/esm/v3/components/or-button-v3/props.d.ts +0 -16
- package/dist/esm/v3/components/or-button-v3/styles.d.ts +0 -6
- package/dist/esm/v3/components/or-card/OrCard.vue.d.ts +0 -18
- package/dist/esm/v3/components/or-card/index.d.ts +0 -1
- package/dist/esm/v3/components/or-card/index.js +0 -4
- package/dist/esm/v3/components/or-card-collection/OrCardCollection.vue.d.ts +0 -86
- package/dist/esm/v3/components/or-card-collection/constants.d.ts +0 -4
- package/dist/esm/v3/components/or-card-collection/index.d.ts +0 -3
- package/dist/esm/v3/components/or-card-collection/index.js +0 -31
- package/dist/esm/v3/components/or-card-collection/types.d.ts +0 -8
- package/dist/esm/v3/components/or-card-collection-v3/OrCardCollection.vue.d.ts +0 -112
- package/dist/esm/v3/components/or-card-collection-v3/index.d.ts +0 -3
- package/dist/esm/v3/components/or-card-collection-v3/index.js +0 -40
- package/dist/esm/v3/components/or-card-collection-v3/partials/OrCardCollectionView.vue3.vue.d.ts +0 -26
- package/dist/esm/v3/components/or-card-collection-v3/props.d.ts +0 -8
- package/dist/esm/v3/components/or-card-collection-v3/styles.d.ts +0 -7
- package/dist/esm/v3/components/or-card-collection-v3/types.d.ts +0 -8
- package/dist/esm/v3/components/or-card-v3/OrCard.vue.d.ts +0 -37
- package/dist/esm/v3/components/or-card-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-card-v3/index.js +0 -3
- package/dist/esm/v3/components/or-card-v3/props.d.ts +0 -5
- package/dist/esm/v3/components/or-card-v3/styles.d.ts +0 -4
- package/dist/esm/v3/components/or-checkbox/OrCheckbox.vue.d.ts +0 -73
- package/dist/esm/v3/components/or-checkbox/index.d.ts +0 -1
- package/dist/esm/v3/components/or-checkbox/index.js +0 -15
- package/dist/esm/v3/components/or-checkbox-group-v3/OrCheckboxGroup.vue.d.ts +0 -73
- package/dist/esm/v3/components/or-checkbox-group-v3/index.d.ts +0 -1
- package/dist/esm/v3/components/or-checkbox-group-v3/index.js +0 -25
- package/dist/esm/v3/components/or-checkbox-tree-v3/OrCheckboxTree.vue.d.ts +0 -65
- package/dist/esm/v3/components/or-checkbox-tree-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-checkbox-tree-v3/index.js +0 -21
- package/dist/esm/v3/components/or-checkbox-tree-v3/styles.d.ts +0 -2
- package/dist/esm/v3/components/or-checkbox-tree-v3/types.d.ts +0 -8
- package/dist/esm/v3/components/or-checkbox-tree-v3/utils/extractChildrenValues.d.ts +0 -2
- package/dist/esm/v3/components/or-checkbox-v3/OrCheckbox.vue.d.ts +0 -92
- package/dist/esm/v3/components/or-checkbox-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-checkbox-v3/index.js +0 -17
- package/dist/esm/v3/components/or-checkbox-v3/styles.d.ts +0 -3
- package/dist/esm/v3/components/or-checkbox-v3/types.d.ts +0 -3
- package/dist/esm/v3/components/or-chips/OrChips.vue.d.ts +0 -69
- package/dist/esm/v3/components/or-chips/constants.d.ts +0 -9
- package/dist/esm/v3/components/or-chips/index.d.ts +0 -2
- package/dist/esm/v3/components/or-chips/index.js +0 -18
- package/dist/esm/v3/components/or-chips/or-chip/OrChip.vue.d.ts +0 -42
- package/dist/esm/v3/components/or-chips/or-chip/index.d.ts +0 -1
- package/dist/esm/v3/components/or-chips/or-chip/index.js +0 -15
- package/dist/esm/v3/components/or-chips/partials/OrChipsInput.vue.d.ts +0 -62
- package/dist/esm/v3/components/or-code/OrCode.vue.d.ts +0 -168
- package/dist/esm/v3/components/or-code/constants.d.ts +0 -8
- package/dist/esm/v3/components/or-code/index.d.ts +0 -3
- package/dist/esm/v3/components/or-code/index.js +0 -42
- package/dist/esm/v3/components/or-code/lang.d.ts +0 -11
- package/dist/esm/v3/components/or-code/libs.d.ts +0 -5
- package/dist/esm/v3/components/or-code/theme.d.ts +0 -24
- package/dist/esm/v3/components/or-code-v3/OrCode.vue.d.ts +0 -132
- package/dist/esm/v3/components/or-code-v3/index.d.ts +0 -3
- package/dist/esm/v3/components/or-code-v3/index.js +0 -41
- package/dist/esm/v3/components/or-code-v3/libs.d.ts +0 -6
- package/dist/esm/v3/components/or-code-v3/partials/OrCodeControl.vue.d.ts +0 -75
- package/dist/esm/v3/components/or-code-v3/props.d.ts +0 -8
- package/dist/esm/v3/components/or-code-v3/styles.d.ts +0 -4
- package/dist/esm/v3/components/or-collapse/OrCollapse.vue.d.ts +0 -53
- package/dist/esm/v3/components/or-collapse/index.d.ts +0 -1
- package/dist/esm/v3/components/or-collapse/index.js +0 -8
- package/dist/esm/v3/components/or-color-picker/OrColorPicker.vue.d.ts +0 -48
- package/dist/esm/v3/components/or-color-picker/constants.d.ts +0 -575
- package/dist/esm/v3/components/or-color-picker/index.d.ts +0 -3
- package/dist/esm/v3/components/or-color-picker/index.js +0 -11
- package/dist/esm/v3/components/or-color-picker/types.d.ts +0 -1
- package/dist/esm/v3/components/or-color-picker/utils/defultPalette.d.ts +0 -2
- package/dist/esm/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +0 -82
- package/dist/esm/v3/components/or-combined-input-v3/index.d.ts +0 -1
- package/dist/esm/v3/components/or-combined-input-v3/index.js +0 -7
- package/dist/esm/v3/components/or-combined-input-v3/styles.d.ts +0 -2
- package/dist/esm/v3/components/or-confirm/OrConfirm.vue.d.ts +0 -176
- package/dist/esm/v3/components/or-confirm/index.d.ts +0 -1
- package/dist/esm/v3/components/or-confirm/index.js +0 -33
- package/dist/esm/v3/components/or-confirm-v3/OrConfirm.vue.d.ts +0 -138
- package/dist/esm/v3/components/or-confirm-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-confirm-v3/index.js +0 -37
- package/dist/esm/v3/components/or-confirm-v3/props.d.ts +0 -4
- package/dist/esm/v3/components/or-confirm-v3/styles.d.ts +0 -7
- package/dist/esm/v3/components/or-context-menu-v3/OrContextMenu.vue.d.ts +0 -56
- package/dist/esm/v3/components/or-context-menu-v3/index.d.ts +0 -1
- package/dist/esm/v3/components/or-context-menu-v3/index.js +0 -23
- package/dist/esm/v3/components/or-data-grid-v3/OrDataGrid.vue.d.ts +0 -92
- package/dist/esm/v3/components/or-data-grid-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-data-grid-v3/index.js +0 -79
- package/dist/esm/v3/components/or-data-grid-v3/partials/index.d.ts +0 -14
- package/dist/esm/v3/components/or-data-grid-v3/partials/index.js +0 -76
- package/dist/esm/v3/components/or-data-grid-v3/partials/or-data-grid-footer/OrDataGridFooter.vue.d.ts +0 -6
- package/dist/esm/v3/components/or-data-grid-v3/partials/or-data-grid-footer/styles.d.ts +0 -2
- package/dist/esm/v3/components/or-data-grid-v3/partials/or-data-grid-header/OrDataGridHeader.vue.d.ts +0 -6
- package/dist/esm/v3/components/or-data-grid-v3/partials/or-data-grid-header/styles.d.ts +0 -2
- package/dist/esm/v3/components/or-data-grid-v3/partials/or-data-grid-table/OrDataGridTable.vue.d.ts +0 -28
- package/dist/esm/v3/components/or-data-grid-v3/partials/or-data-grid-table/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-data-grid-v3/partials/or-data-grid-table-content/OrDataGridTableContent.vue.d.ts +0 -5
- package/dist/esm/v3/components/or-data-grid-v3/partials/or-data-grid-table-content/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-data-grid-v3/partials/or-data-grid-table-content-cell/OrDataGridTableContentCell.vue.d.ts +0 -54
- package/dist/esm/v3/components/or-data-grid-v3/partials/or-data-grid-table-content-cell/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-data-grid-v3/partials/or-data-grid-table-content-row/OrDataGridTableContentRow.vue.d.ts +0 -27
- package/dist/esm/v3/components/or-data-grid-v3/partials/or-data-grid-table-content-row/styles.d.ts +0 -3
- package/dist/esm/v3/components/or-data-grid-v3/partials/or-data-grid-table-footer/OrDataGridTableFooter.vue.d.ts +0 -5
- package/dist/esm/v3/components/or-data-grid-v3/partials/or-data-grid-table-footer/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-data-grid-v3/partials/or-data-grid-table-footer-cell/OrDataGridTableFooterCell.vue.d.ts +0 -5
- package/dist/esm/v3/components/or-data-grid-v3/partials/or-data-grid-table-footer-cell/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-data-grid-v3/partials/or-data-grid-table-footer-row/OrDataGridTableFooterRow.vue.d.ts +0 -17
- package/dist/esm/v3/components/or-data-grid-v3/partials/or-data-grid-table-footer-row/styles.d.ts +0 -3
- package/dist/esm/v3/components/or-data-grid-v3/partials/or-data-grid-table-header/OrDataGridTableHeader.vue.d.ts +0 -5
- package/dist/esm/v3/components/or-data-grid-v3/partials/or-data-grid-table-header/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-data-grid-v3/partials/or-data-grid-table-header-cell/OrDataGridTableHeaderCell.vue.d.ts +0 -56
- package/dist/esm/v3/components/or-data-grid-v3/partials/or-data-grid-table-header-cell/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-data-grid-v3/partials/or-data-grid-table-header-row/OrDataGridTableHeaderRow.vue.d.ts +0 -17
- package/dist/esm/v3/components/or-data-grid-v3/partials/or-data-grid-table-header-row/styles.d.ts +0 -3
- package/dist/esm/v3/components/or-data-grid-v3/partials/or-data-grid-table-placeholder/OrDataGridTablePlaceholder.vue.d.ts +0 -17
- package/dist/esm/v3/components/or-data-grid-v3/partials/or-data-grid-table-placeholder/styles.d.ts +0 -3
- package/dist/esm/v3/components/or-data-grid-v3/partials/or-data-grid-toolbar/OrDataGridToolbar.vue.d.ts +0 -5
- package/dist/esm/v3/components/or-data-grid-v3/partials/or-data-grid-toolbar/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-data-grid-v3/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-data-grid-v3/types.d.ts +0 -41
- package/dist/esm/v3/components/or-date-format-v3/OrDateFormat.vue.d.ts +0 -50
- package/dist/esm/v3/components/or-date-format-v3/index.d.ts +0 -1
- package/dist/esm/v3/components/or-date-format-v3/index.js +0 -42
- package/dist/esm/v3/components/or-date-format-v3/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-date-picker-v3/OrDatePicker.vue.d.ts +0 -294
- package/dist/esm/v3/components/or-date-picker-v3/index.d.ts +0 -1
- package/dist/esm/v3/components/or-date-picker-v3/index.js +0 -42
- package/dist/esm/v3/components/or-date-picker-v3/styles.d.ts +0 -2
- package/dist/esm/v3/components/or-date-range-picker-v3/OrDateRangePicker.vue.d.ts +0 -586
- package/dist/esm/v3/components/or-date-range-picker-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-date-range-picker-v3/index.js +0 -43
- package/dist/esm/v3/components/or-date-range-picker-v3/styles.d.ts +0 -2
- package/dist/esm/v3/components/or-date-range-picker-v3/types.d.ts +0 -3
- package/dist/esm/v3/components/or-date-time-format-v3/OrDateTimeFormat.vue.d.ts +0 -61
- package/dist/esm/v3/components/or-date-time-format-v3/index.d.ts +0 -1
- package/dist/esm/v3/components/or-date-time-format-v3/index.js +0 -42
- package/dist/esm/v3/components/or-date-time-format-v3/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-date-time-picker/OrDateTimePicker.vue.d.ts +0 -286
- package/dist/esm/v3/components/or-date-time-picker/constants.d.ts +0 -24
- package/dist/esm/v3/components/or-date-time-picker/index.d.ts +0 -2
- package/dist/esm/v3/components/or-date-time-picker/index.js +0 -29
- package/dist/esm/v3/components/or-date-time-picker/partials/OrDateTimePickerCalendarItem.vue.d.ts +0 -71
- package/dist/esm/v3/components/or-date-time-picker-v3/OrDateTimePicker.vue.d.ts +0 -328
- package/dist/esm/v3/components/or-date-time-picker-v3/index.d.ts +0 -4
- package/dist/esm/v3/components/or-date-time-picker-v3/index.js +0 -42
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/index.d.ts +0 -8
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/index.js +0 -33
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/OrDateTimePickerDateControl.vue.d.ts +0 -76
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/styles.d.ts +0 -2
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue.d.ts +0 -83
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/styles.d.ts +0 -6
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/OrDateTimePickerMobileControl.vue.d.ts +0 -26
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/styles.d.ts +0 -2
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue.d.ts +0 -61
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/OrDateTimePickerPopoverFooter.vue.d.ts +0 -20
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/OrDateTimePickerPopoverHeader.vue.d.ts +0 -5
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/OrDateTimePickerTimeControl.vue.d.ts +0 -76
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/styles.d.ts +0 -2
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue.d.ts +0 -73
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/styles.d.ts +0 -3
- package/dist/esm/v3/components/or-date-time-picker-v3/styles.d.ts +0 -3
- package/dist/esm/v3/components/or-date-time-picker-v3/types.d.ts +0 -2
- package/dist/esm/v3/components/or-date-time-picker-v3/utils/formatDate.d.ts +0 -2
- package/dist/esm/v3/components/or-date-time-picker-v3/utils/formatMobileDate.d.ts +0 -2
- package/dist/esm/v3/components/or-date-time-picker-v3/utils/formatMobileTime.d.ts +0 -2
- package/dist/esm/v3/components/or-date-time-picker-v3/utils/formatTime.d.ts +0 -2
- package/dist/esm/v3/components/or-date-time-picker-v3/utils/getCurrentDate.d.ts +0 -1
- package/dist/esm/v3/components/or-date-time-picker-v3/utils/getNextMonthDate.d.ts +0 -1
- package/dist/esm/v3/components/or-date-time-picker-v3/utils/index.d.ts +0 -6
- package/dist/esm/v3/components/or-date-time-picker-v3/utils/index.js +0 -4
- package/dist/esm/v3/components/or-drawer-v3/OrDrawer.vue.d.ts +0 -46
- package/dist/esm/v3/components/or-drawer-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-drawer-v3/index.js +0 -15
- package/dist/esm/v3/components/or-drawer-v3/styles.d.ts +0 -5
- package/dist/esm/v3/components/or-drawer-v3/types.d.ts +0 -4
- package/dist/esm/v3/components/or-drop-area-v3/OrDropArea.vue.d.ts +0 -78
- package/dist/esm/v3/components/or-drop-area-v3/index.d.ts +0 -3
- package/dist/esm/v3/components/or-drop-area-v3/index.js +0 -14
- package/dist/esm/v3/components/or-drop-area-v3/props.d.ts +0 -4
- package/dist/esm/v3/components/or-drop-area-v3/styles.d.ts +0 -9
- package/dist/esm/v3/components/or-drop-area-v3/utils/approximateFileSize.d.ts +0 -1
- package/dist/esm/v3/components/or-drop-area-v3/utils/index.d.ts +0 -1
- package/dist/esm/v3/components/or-drop-area-v3/utils/index.js +0 -1
- package/dist/esm/v3/components/or-editor-tabs-v3/OrEditorTabs.vue.d.ts +0 -73
- package/dist/esm/v3/components/or-editor-tabs-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-editor-tabs-v3/index.js +0 -32
- package/dist/esm/v3/components/or-editor-tabs-v3/partials/index.d.ts +0 -1
- package/dist/esm/v3/components/or-editor-tabs-v3/partials/index.js +0 -25
- package/dist/esm/v3/components/or-editor-tabs-v3/partials/or-editor-tabs-item/OrEditorTabsItem.vue.d.ts +0 -38
- package/dist/esm/v3/components/or-editor-tabs-v3/partials/or-editor-tabs-item/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-editor-tabs-v3/props.d.ts +0 -4
- package/dist/esm/v3/components/or-editor-tabs-v3/styles.d.ts +0 -6
- package/dist/esm/v3/components/or-empty-state-v3/OrEmptyState.vue.d.ts +0 -86
- package/dist/esm/v3/components/or-empty-state-v3/index.d.ts +0 -3
- package/dist/esm/v3/components/or-empty-state-v3/index.js +0 -3
- package/dist/esm/v3/components/or-empty-state-v3/props.d.ts +0 -4
- package/dist/esm/v3/components/or-empty-state-v3/styles.d.ts +0 -10
- package/dist/esm/v3/components/or-empty-state-v3/types.d.ts +0 -2
- package/dist/esm/v3/components/or-error/OrError.vue.d.ts +0 -15
- package/dist/esm/v3/components/or-error/index.d.ts +0 -1
- package/dist/esm/v3/components/or-error/index.js +0 -4
- package/dist/esm/v3/components/or-error-tag-v3/OrErrorTag.vue.d.ts +0 -5
- package/dist/esm/v3/components/or-error-tag-v3/index.d.ts +0 -1
- package/dist/esm/v3/components/or-error-tag-v3/index.js +0 -4
- package/dist/esm/v3/components/or-error-tag-v3/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-error-v3/OrError.vue.d.ts +0 -19
- package/dist/esm/v3/components/or-error-v3/index.d.ts +0 -1
- package/dist/esm/v3/components/or-error-v3/index.js +0 -3
- package/dist/esm/v3/components/or-error-v3/styles.d.ts +0 -3
- package/dist/esm/v3/components/or-expansion-panel-v3/OrExpansionPanel.vue.d.ts +0 -103
- package/dist/esm/v3/components/or-expansion-panel-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-expansion-panel-v3/index.js +0 -12
- package/dist/esm/v3/components/or-expansion-panel-v3/props.d.ts +0 -13
- package/dist/esm/v3/components/or-expansion-panel-v3/styles.d.ts +0 -9
- package/dist/esm/v3/components/or-fab-v3/OrFab.vue.d.ts +0 -41
- package/dist/esm/v3/components/or-fab-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-fab-v3/index.js +0 -4
- package/dist/esm/v3/components/or-fab-v3/props.d.ts +0 -4
- package/dist/esm/v3/components/or-fab-v3/styles.d.ts +0 -3
- package/dist/esm/v3/components/or-filter-popover-v3/OrFilterPopover.vue.d.ts +0 -99
- package/dist/esm/v3/components/or-filter-popover-v3/index.d.ts +0 -1
- package/dist/esm/v3/components/or-filter-popover-v3/index.js +0 -28
- package/dist/esm/v3/components/or-filter-popover-v3/styles.d.ts +0 -3
- package/dist/esm/v3/components/or-filter-trigger-v3/OrFilterTrigger.vue.d.ts +0 -41
- package/dist/esm/v3/components/or-filter-trigger-v3/index.d.ts +0 -1
- package/dist/esm/v3/components/or-filter-trigger-v3/index.js +0 -25
- package/dist/esm/v3/components/or-filter-trigger-v3/styles.d.ts +0 -3
- package/dist/esm/v3/components/or-filter-v3/OrFilter.vue.d.ts +0 -51
- package/dist/esm/v3/components/or-filter-v3/index.d.ts +0 -1
- package/dist/esm/v3/components/or-filter-v3/index.js +0 -30
- package/dist/esm/v3/components/or-filter-v3/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-floating/OrFloating.vue.d.ts +0 -123
- package/dist/esm/v3/components/or-floating/constants.d.ts +0 -18
- package/dist/esm/v3/components/or-floating/index.d.ts +0 -2
- package/dist/esm/v3/components/or-floating/index.js +0 -9
- package/dist/esm/v3/components/or-form-group-v3/OrFormGroup.vue.d.ts +0 -65
- package/dist/esm/v3/components/or-form-group-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-form-group-v3/index.js +0 -6
- package/dist/esm/v3/components/or-form-group-v3/styles.d.ts +0 -4
- package/dist/esm/v3/components/or-form-group-v3/types.d.ts +0 -4
- package/dist/esm/v3/components/or-hint/OrHint.vue.d.ts +0 -17
- package/dist/esm/v3/components/or-hint/index.d.ts +0 -1
- package/dist/esm/v3/components/or-hint/index.js +0 -4
- package/dist/esm/v3/components/or-hint-v3/OrHint.vue.d.ts +0 -19
- package/dist/esm/v3/components/or-hint-v3/index.d.ts +0 -1
- package/dist/esm/v3/components/or-hint-v3/index.js +0 -3
- package/dist/esm/v3/components/or-hint-v3/styles.d.ts +0 -3
- package/dist/esm/v3/components/or-icon/OrIcon.vue.d.ts +0 -95
- package/dist/esm/v3/components/or-icon/constants.d.ts +0 -20
- package/dist/esm/v3/components/or-icon/index.d.ts +0 -2
- package/dist/esm/v3/components/or-icon/index.js +0 -14
- package/dist/esm/v3/components/or-icon-button-v2/OrIconButton.vue.d.ts +0 -106
- package/dist/esm/v3/components/or-icon-button-v2/index.d.ts +0 -1
- package/dist/esm/v3/components/or-icon-button-v2/index.js +0 -21
- package/dist/esm/v3/components/or-icon-button-v2/partials/OrTooltipWrapper.vue.d.ts +0 -30
- package/dist/esm/v3/components/or-icon-button-v3/OrIconButton.vue.d.ts +0 -78
- package/dist/esm/v3/components/or-icon-button-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-icon-button-v3/index.js +0 -24
- package/dist/esm/v3/components/or-icon-button-v3/props.d.ts +0 -6
- package/dist/esm/v3/components/or-icon-button-v3/styles.d.ts +0 -3
- package/dist/esm/v3/components/or-icon-v3/OrIcon.vue.d.ts +0 -38
- package/dist/esm/v3/components/or-icon-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-icon-v3/index.js +0 -3
- package/dist/esm/v3/components/or-icon-v3/props.d.ts +0 -13
- package/dist/esm/v3/components/or-icon-v3/styles.d.ts +0 -4
- package/dist/esm/v3/components/or-inline-input-box-v3/OrInlineInputBox.vue.d.ts +0 -28
- package/dist/esm/v3/components/or-inline-input-box-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-inline-input-box-v3/index.js +0 -3
- package/dist/esm/v3/components/or-inline-input-box-v3/props.d.ts +0 -4
- package/dist/esm/v3/components/or-inline-input-box-v3/styles.d.ts +0 -3
- package/dist/esm/v3/components/or-inline-input-v3/OrInlineInput.vue.d.ts +0 -110
- package/dist/esm/v3/components/or-inline-input-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-inline-input-v3/index.js +0 -32
- package/dist/esm/v3/components/or-inline-input-v3/styles.d.ts +0 -5
- package/dist/esm/v3/components/or-inline-input-v3/types.d.ts +0 -6
- package/dist/esm/v3/components/or-inline-text-edit/OrInlineTextEdit.vue.d.ts +0 -157
- package/dist/esm/v3/components/or-inline-text-edit/constants.d.ts +0 -9
- package/dist/esm/v3/components/or-inline-text-edit/index.d.ts +0 -2
- package/dist/esm/v3/components/or-inline-text-edit/index.js +0 -26
- package/dist/esm/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +0 -91
- package/dist/esm/v3/components/or-inline-textarea-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +0 -32
- package/dist/esm/v3/components/or-inline-textarea-v3/styles.d.ts +0 -3
- package/dist/esm/v3/components/or-inline-textarea-v3/types.d.ts +0 -2
- package/dist/esm/v3/components/or-input/OrInput.vue.d.ts +0 -153
- package/dist/esm/v3/components/or-input/index.d.ts +0 -1
- package/dist/esm/v3/components/or-input/index.js +0 -12
- package/dist/esm/v3/components/or-input-box-v3/OrInputBox.vue.d.ts +0 -66
- package/dist/esm/v3/components/or-input-box-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-input-box-v3/index.js +0 -3
- package/dist/esm/v3/components/or-input-box-v3/partials/or-input-box-addon/OrInputBoxAddon.vue.d.ts +0 -35
- package/dist/esm/v3/components/or-input-box-v3/partials/or-input-box-addon/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-input-box-v3/styles.d.ts +0 -5
- package/dist/esm/v3/components/or-input-box-v3/types.d.ts +0 -13
- package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +0 -166
- package/dist/esm/v3/components/or-input-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-input-v3/index.js +0 -34
- package/dist/esm/v3/components/or-input-v3/styles.d.ts +0 -2
- package/dist/esm/v3/components/or-input-v3/types.d.ts +0 -8
- package/dist/esm/v3/components/or-label/OrLabel.vue.d.ts +0 -32
- package/dist/esm/v3/components/or-label/index.d.ts +0 -1
- package/dist/esm/v3/components/or-label/index.js +0 -4
- package/dist/esm/v3/components/or-label-v3/OrLabel.vue.d.ts +0 -66
- package/dist/esm/v3/components/or-label-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-label-v3/index.js +0 -3
- package/dist/esm/v3/components/or-label-v3/styles.d.ts +0 -5
- package/dist/esm/v3/components/or-label-v3/types.d.ts +0 -6
- package/dist/esm/v3/components/or-link-v3/OrLink.vue.d.ts +0 -63
- package/dist/esm/v3/components/or-link-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-link-v3/index.js +0 -3
- package/dist/esm/v3/components/or-link-v3/props.d.ts +0 -7
- package/dist/esm/v3/components/or-link-v3/styles.d.ts +0 -3
- package/dist/esm/v3/components/or-list/OrList.vue.d.ts +0 -125
- package/dist/esm/v3/components/or-list/index.d.ts +0 -1
- package/dist/esm/v3/components/or-list/index.js +0 -29
- package/dist/esm/v3/components/or-list-of-inputs/OrListOfInputs.vue.d.ts +0 -95
- package/dist/esm/v3/components/or-list-of-inputs/index.d.ts +0 -1
- package/dist/esm/v3/components/or-list-of-inputs/index.js +0 -33
- package/dist/esm/v3/components/or-list-v3/OrList.vue.d.ts +0 -107
- package/dist/esm/v3/components/or-list-v3/index.d.ts +0 -3
- package/dist/esm/v3/components/or-list-v3/index.js +0 -32
- package/dist/esm/v3/components/or-list-v3/partials/index.d.ts +0 -1
- package/dist/esm/v3/components/or-list-v3/partials/index.js +0 -3
- package/dist/esm/v3/components/or-list-v3/partials/or-list-item/OrListItem.vue.d.ts +0 -36
- package/dist/esm/v3/components/or-list-v3/partials/or-list-item/styles.d.ts +0 -2
- package/dist/esm/v3/components/or-list-v3/styles.d.ts +0 -4
- package/dist/esm/v3/components/or-list-v3/types.d.ts +0 -4
- package/dist/esm/v3/components/or-loader/OrLoader.vue.d.ts +0 -57
- package/dist/esm/v3/components/or-loader/constants.d.ts +0 -6
- package/dist/esm/v3/components/or-loader/index.d.ts +0 -2
- package/dist/esm/v3/components/or-loader/index.js +0 -12
- package/dist/esm/v3/components/or-loader/types.d.ts +0 -3
- package/dist/esm/v3/components/or-loader-v3/OrLoader.vue.d.ts +0 -75
- package/dist/esm/v3/components/or-loader-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-loader-v3/index.js +0 -4
- package/dist/esm/v3/components/or-loader-v3/props.d.ts +0 -13
- package/dist/esm/v3/components/or-loader-v3/styles.d.ts +0 -6
- package/dist/esm/v3/components/or-menu-item-v3/OrMenuItem.vue.d.ts +0 -50
- package/dist/esm/v3/components/or-menu-item-v3/index.d.ts +0 -1
- package/dist/esm/v3/components/or-menu-item-v3/index.js +0 -25
- package/dist/esm/v3/components/or-menu-item-v3/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-menu-v3/OrMenu.vue.d.ts +0 -66
- package/dist/esm/v3/components/or-menu-v3/index.d.ts +0 -1
- package/dist/esm/v3/components/or-menu-v3/index.js +0 -22
- package/dist/esm/v3/components/or-menu-v3/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-modal/OrModal.vue.d.ts +0 -85
- package/dist/esm/v3/components/or-modal/constants.d.ts +0 -7
- package/dist/esm/v3/components/or-modal/index.d.ts +0 -2
- package/dist/esm/v3/components/or-modal/index.js +0 -26
- package/dist/esm/v3/components/or-modal-v3/OrModal.vue.d.ts +0 -44
- package/dist/esm/v3/components/or-modal-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-modal-v3/index.js +0 -25
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-content/OrModalContent.vue.d.ts +0 -5
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-content/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-footer/OrModalFooter.vue.d.ts +0 -5
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-footer/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-header/OrModalHeader.vue.d.ts +0 -7
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-header/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-modal-v3/props.d.ts +0 -5
- package/dist/esm/v3/components/or-modal-v3/styles.d.ts +0 -3
- package/dist/esm/v3/components/or-notification/OrNotification.vue.d.ts +0 -65
- package/dist/esm/v3/components/or-notification/constants.d.ts +0 -10
- package/dist/esm/v3/components/or-notification/index.d.ts +0 -2
- package/dist/esm/v3/components/or-notification/index.js +0 -23
- package/dist/esm/v3/components/or-notification-v3/OrNotification.vue.d.ts +0 -30
- package/dist/esm/v3/components/or-notification-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-notification-v3/index.js +0 -25
- package/dist/esm/v3/components/or-notification-v3/props.d.ts +0 -6
- package/dist/esm/v3/components/or-notification-v3/styles.d.ts +0 -5
- package/dist/esm/v3/components/or-number-input/OrNumberInput.vue.d.ts +0 -139
- package/dist/esm/v3/components/or-number-input/index.d.ts +0 -1
- package/dist/esm/v3/components/or-number-input/index.js +0 -13
- package/dist/esm/v3/components/or-overflow-menu/OrOverflowMenu.vue.d.ts +0 -62
- package/dist/esm/v3/components/or-overflow-menu/index.d.ts +0 -2
- package/dist/esm/v3/components/or-overflow-menu/index.js +0 -24
- package/dist/esm/v3/components/or-overflow-menu/partials/OrOverflowMenuItem.vue.d.ts +0 -59
- package/dist/esm/v3/components/or-overflow-menu/types.d.ts +0 -7
- package/dist/esm/v3/components/or-overlay/OrOverlay.vue.d.ts +0 -40
- package/dist/esm/v3/components/or-overlay/index.d.ts +0 -1
- package/dist/esm/v3/components/or-overlay/index.js +0 -4
- package/dist/esm/v3/components/or-overlay-v3/OrOverlay.vue.d.ts +0 -18
- package/dist/esm/v3/components/or-overlay-v3/index.d.ts +0 -1
- package/dist/esm/v3/components/or-overlay-v3/index.js +0 -13
- package/dist/esm/v3/components/or-overlay-v3/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-pagination-v3/OrPagination.vue.d.ts +0 -70
- package/dist/esm/v3/components/or-pagination-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-pagination-v3/index.js +0 -30
- package/dist/esm/v3/components/or-pagination-v3/styles.d.ts +0 -4
- package/dist/esm/v3/components/or-pagination-v3/types.d.ts +0 -9
- package/dist/esm/v3/components/or-password/OrPassword.vue.d.ts +0 -117
- package/dist/esm/v3/components/or-password/index.d.ts +0 -1
- package/dist/esm/v3/components/or-password/index.js +0 -33
- package/dist/esm/v3/components/or-popover-v3/OrPopover.vue.d.ts +0 -154
- package/dist/esm/v3/components/or-popover-v3/hooks/types.d.ts +0 -77
- package/dist/esm/v3/components/or-popover-v3/hooks/useFloating.d.ts +0 -4
- package/dist/esm/v3/components/or-popover-v3/index.d.ts +0 -3
- package/dist/esm/v3/components/or-popover-v3/index.js +0 -21
- package/dist/esm/v3/components/or-popover-v3/props.d.ts +0 -21
- package/dist/esm/v3/components/or-popover-v3/styles.d.ts +0 -4
- package/dist/esm/v3/components/or-popover-v3/utils/index.d.ts +0 -1
- package/dist/esm/v3/components/or-popover-v3/utils/index.js +0 -5
- package/dist/esm/v3/components/or-popover-v3/utils/isPrevented.d.ts +0 -1
- package/dist/esm/v3/components/or-progress/OrProgress.vue.d.ts +0 -122
- package/dist/esm/v3/components/or-progress/constants.d.ts +0 -11
- package/dist/esm/v3/components/or-progress/index.d.ts +0 -2
- package/dist/esm/v3/components/or-progress/index.js +0 -5
- package/dist/esm/v3/components/or-progress-v3/OrProgress.vue.d.ts +0 -105
- package/dist/esm/v3/components/or-progress-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-progress-v3/index.js +0 -12
- package/dist/esm/v3/components/or-progress-v3/props.d.ts +0 -11
- package/dist/esm/v3/components/or-progress-v3/styles.d.ts +0 -11
- package/dist/esm/v3/components/or-radio/OrRadio.vue.d.ts +0 -68
- package/dist/esm/v3/components/or-radio/index.d.ts +0 -1
- package/dist/esm/v3/components/or-radio/index.js +0 -6
- package/dist/esm/v3/components/or-radio-group/OrRadioGroup.vue.d.ts +0 -64
- package/dist/esm/v3/components/or-radio-group/index.d.ts +0 -1
- package/dist/esm/v3/components/or-radio-group/index.js +0 -4
- package/dist/esm/v3/components/or-radio-group-v3/OrRadioGroup.vue.d.ts +0 -76
- package/dist/esm/v3/components/or-radio-group-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-radio-group-v3/index.js +0 -18
- package/dist/esm/v3/components/or-radio-group-v3/types.d.ts +0 -6
- package/dist/esm/v3/components/or-radio-v3/OrRadio.vue.d.ts +0 -82
- package/dist/esm/v3/components/or-radio-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-radio-v3/index.js +0 -14
- package/dist/esm/v3/components/or-radio-v3/styles.d.ts +0 -3
- package/dist/esm/v3/components/or-radio-v3/types.d.ts +0 -3
- package/dist/esm/v3/components/or-range-slider-v3/OrRangeSlider.vue.d.ts +0 -134
- package/dist/esm/v3/components/or-range-slider-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-range-slider-v3/index.js +0 -25
- package/dist/esm/v3/components/or-range-slider-v3/styles.d.ts +0 -17
- package/dist/esm/v3/components/or-range-slider-v3/types.d.ts +0 -2
- package/dist/esm/v3/components/or-rating-v3/OrRating.vue.d.ts +0 -57
- package/dist/esm/v3/components/or-rating-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-rating-v3/index.js +0 -12
- package/dist/esm/v3/components/or-rating-v3/styles.d.ts +0 -4
- package/dist/esm/v3/components/or-rating-v3/types.d.ts +0 -6
- package/dist/esm/v3/components/or-resizeable-panel-v3/OrResizeablePanel.vue.d.ts +0 -101
- package/dist/esm/v3/components/or-resizeable-panel-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-resizeable-panel-v3/index.js +0 -25
- package/dist/esm/v3/components/or-resizeable-panel-v3/props.d.ts +0 -12
- package/dist/esm/v3/components/or-resizeable-panel-v3/styles.d.ts +0 -13
- package/dist/esm/v3/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +0 -155
- package/dist/esm/v3/components/or-rich-text-editor-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +0 -71
- package/dist/esm/v3/components/or-rich-text-editor-v3/props.d.ts +0 -5
- package/dist/esm/v3/components/or-rich-text-editor-v3/styles.d.ts +0 -4
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/codemirrorNode.d.ts +0 -3
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/codemirrorView.d.ts +0 -27
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/index.d.ts +0 -1
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/index.js +0 -9
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/theme.d.ts +0 -17
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/types.d.ts +0 -19
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/markdown.d.ts +0 -2
- package/dist/esm/v3/components/or-rich-tooltip-v3/OrRichTooltip.vue.d.ts +0 -52
- package/dist/esm/v3/components/or-rich-tooltip-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-rich-tooltip-v3/index.js +0 -22
- package/dist/esm/v3/components/or-rich-tooltip-v3/styles.d.ts +0 -5
- package/dist/esm/v3/components/or-rich-tooltip-v3/types.d.ts +0 -4
- package/dist/esm/v3/components/or-search/OrSearch.vue.d.ts +0 -140
- package/dist/esm/v3/components/or-search/index.d.ts +0 -1
- package/dist/esm/v3/components/or-search/index.js +0 -29
- package/dist/esm/v3/components/or-search-v3/OrSearch.vue.d.ts +0 -82
- package/dist/esm/v3/components/or-search-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-search-v3/index.js +0 -35
- package/dist/esm/v3/components/or-search-v3/types.d.ts +0 -2
- package/dist/esm/v3/components/or-segmented-control-v3/OrSegmentedControl.vue.d.ts +0 -50
- package/dist/esm/v3/components/or-segmented-control-v3/index.d.ts +0 -3
- package/dist/esm/v3/components/or-segmented-control-v3/index.js +0 -11
- package/dist/esm/v3/components/or-segmented-control-v3/partials/or-segmented-control-item/OrSegmentedControlItem.vue.d.ts +0 -37
- package/dist/esm/v3/components/or-segmented-control-v3/partials/or-segmented-control-item/styles.d.ts +0 -3
- package/dist/esm/v3/components/or-segmented-control-v3/props.d.ts +0 -4
- package/dist/esm/v3/components/or-segmented-control-v3/styles.d.ts +0 -3
- package/dist/esm/v3/components/or-segmented-control-v3/types.d.ts +0 -4
- package/dist/esm/v3/components/or-select/OrSelect.vue.d.ts +0 -187
- package/dist/esm/v3/components/or-select/constants.d.ts +0 -50
- package/dist/esm/v3/components/or-select/index.d.ts +0 -2
- package/dist/esm/v3/components/or-select/index.js +0 -28
- package/dist/esm/v3/components/or-select/partials/OrSelectContent.vue.d.ts +0 -83
- package/dist/esm/v3/components/or-select/partials/OrSelectContentEmpty.vue.d.ts +0 -51
- package/dist/esm/v3/components/or-select/partials/OrSelectContentOptions.vue.d.ts +0 -33
- package/dist/esm/v3/components/or-select/partials/OrSelectInput.vue.d.ts +0 -56
- package/dist/esm/v3/components/or-select/partials/OrSelectInputValue.vue.d.ts +0 -39
- package/dist/esm/v3/components/or-select/partials/OrSelectMain.vue.d.ts +0 -111
- package/dist/esm/v3/components/or-select/partials/OrSelectOption.vue.d.ts +0 -25
- package/dist/esm/v3/components/or-select/partials/OrSelectSearchOptions.vue.d.ts +0 -25
- package/dist/esm/v3/components/or-select/types.d.ts +0 -9
- package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +0 -233
- package/dist/esm/v3/components/or-select-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-select-v3/index.js +0 -62
- package/dist/esm/v3/components/or-select-v3/partials/index.d.ts +0 -3
- package/dist/esm/v3/components/or-select-v3/partials/index.js +0 -41
- package/dist/esm/v3/components/or-select-v3/partials/or-select-control-input/OrSelectControlInput.vue.d.ts +0 -52
- package/dist/esm/v3/components/or-select-v3/partials/or-select-control-input/index.d.ts +0 -1
- package/dist/esm/v3/components/or-select-v3/partials/or-select-control-input/index.js +0 -11
- package/dist/esm/v3/components/or-select-v3/partials/or-select-control-input/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-select-v3/partials/or-select-multiple-control/OrSelectMultipleControl.vue.d.ts +0 -103
- package/dist/esm/v3/components/or-select-v3/partials/or-select-multiple-control/index.d.ts +0 -1
- package/dist/esm/v3/components/or-select-v3/partials/or-select-multiple-control/index.js +0 -39
- package/dist/esm/v3/components/or-select-v3/partials/or-select-multiple-control/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-select-v3/partials/or-select-placeholder/OrSelectPlaceholder.vue.d.ts +0 -17
- package/dist/esm/v3/components/or-select-v3/partials/or-select-placeholder/index.d.ts +0 -1
- package/dist/esm/v3/components/or-select-v3/partials/or-select-placeholder/index.js +0 -3
- package/dist/esm/v3/components/or-select-v3/partials/or-select-placeholder/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-select-v3/partials/or-select-single-control/OrSelectSingleControl.vue.d.ts +0 -82
- package/dist/esm/v3/components/or-select-v3/partials/or-select-single-control/index.d.ts +0 -1
- package/dist/esm/v3/components/or-select-v3/partials/or-select-single-control/index.js +0 -19
- package/dist/esm/v3/components/or-select-v3/partials/or-select-single-control/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-select-v3/styles.d.ts +0 -8
- package/dist/esm/v3/components/or-select-v3/types.d.ts +0 -4
- package/dist/esm/v3/components/or-sidebar/OrSidebar.vue.d.ts +0 -63
- package/dist/esm/v3/components/or-sidebar/constants.d.ts +0 -4
- package/dist/esm/v3/components/or-sidebar/index.d.ts +0 -2
- package/dist/esm/v3/components/or-sidebar/index.js +0 -5
- package/dist/esm/v3/components/or-sidebar-v3/OrSidebar.vue.d.ts +0 -94
- package/dist/esm/v3/components/or-sidebar-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-sidebar-v3/index.js +0 -26
- package/dist/esm/v3/components/or-sidebar-v3/props.d.ts +0 -4
- package/dist/esm/v3/components/or-sidebar-v3/styles.d.ts +0 -8
- package/dist/esm/v3/components/or-skeleton/constants.d.ts +0 -9
- package/dist/esm/v3/components/or-skeleton/index.d.ts +0 -4
- package/dist/esm/v3/components/or-skeleton/index.js +0 -9
- package/dist/esm/v3/components/or-skeleton/or-skeleton-circle/OrSkeletonCircle.vue.d.ts +0 -32
- package/dist/esm/v3/components/or-skeleton/or-skeleton-circle/index.d.ts +0 -2
- package/dist/esm/v3/components/or-skeleton/or-skeleton-circle/index.js +0 -6
- package/dist/esm/v3/components/or-skeleton/or-skeleton-rect/OrSkeletonRect.vue.d.ts +0 -43
- package/dist/esm/v3/components/or-skeleton/or-skeleton-rect/index.d.ts +0 -2
- package/dist/esm/v3/components/or-skeleton/or-skeleton-rect/index.js +0 -6
- package/dist/esm/v3/components/or-skeleton/or-skeleton-text/OrSkeletonText.vue.d.ts +0 -57
- package/dist/esm/v3/components/or-skeleton/or-skeleton-text/index.d.ts +0 -2
- package/dist/esm/v3/components/or-skeleton/or-skeleton-text/index.js +0 -7
- package/dist/esm/v3/components/or-skeleton-v3/index.d.ts +0 -3
- package/dist/esm/v3/components/or-skeleton-v3/index.js +0 -8
- package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-circle-v3/OrSkeletonCircle.vue.d.ts +0 -36
- package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-circle-v3/index.d.ts +0 -1
- package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-circle-v3/index.js +0 -5
- package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-rect-v3/OrSkeletonRect.vue.d.ts +0 -45
- package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-rect-v3/index.d.ts +0 -1
- package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-rect-v3/index.js +0 -5
- package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-text-v3/OrSkeletonText.vue.d.ts +0 -72
- package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-text-v3/index.d.ts +0 -1
- package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-text-v3/index.js +0 -6
- package/dist/esm/v3/components/or-skeleton-v3/styles.d.ts +0 -6
- package/dist/esm/v3/components/or-slider/OrSlider.vue.d.ts +0 -136
- package/dist/esm/v3/components/or-slider/index.d.ts +0 -1
- package/dist/esm/v3/components/or-slider/index.js +0 -16
- package/dist/esm/v3/components/or-slider-v3/OrSlider.vue.d.ts +0 -114
- package/dist/esm/v3/components/or-slider-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-slider-v3/index.js +0 -24
- package/dist/esm/v3/components/or-slider-v3/styles.d.ts +0 -15
- package/dist/esm/v3/components/or-slider-v3/types.d.ts +0 -12
- package/dist/esm/v3/components/or-sorting-v3/OrSorting.vue.d.ts +0 -35
- package/dist/esm/v3/components/or-sorting-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-sorting-v3/index.js +0 -30
- package/dist/esm/v3/components/or-sorting-v3/styles.d.ts +0 -2
- package/dist/esm/v3/components/or-sorting-v3/types.d.ts +0 -4
- package/dist/esm/v3/components/or-status-v3/OrStatus.vue.d.ts +0 -41
- package/dist/esm/v3/components/or-status-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-status-v3/index.js +0 -4
- package/dist/esm/v3/components/or-status-v3/props.d.ts +0 -11
- package/dist/esm/v3/components/or-status-v3/styles.d.ts +0 -7
- package/dist/esm/v3/components/or-stepper/OrStepper.vue.d.ts +0 -79
- package/dist/esm/v3/components/or-stepper/index.d.ts +0 -1
- package/dist/esm/v3/components/or-stepper/index.js +0 -23
- package/dist/esm/v3/components/or-stepper/partials/OrStepperButtonOptions.vue.d.ts +0 -57
- package/dist/esm/v3/components/or-stepper/partials/OrStepperOptionHorizontal.vue.d.ts +0 -84
- package/dist/esm/v3/components/or-stepper/partials/OrStepperOptionVertical.vue.d.ts +0 -84
- package/dist/esm/v3/components/or-stepper/partials/OrStepperTitle.vue.d.ts +0 -50
- package/dist/esm/v3/components/or-stepper/partials/StatusIcon.vue.d.ts +0 -16
- package/dist/esm/v3/components/or-switch/OrSwitch.vue.d.ts +0 -70
- package/dist/esm/v3/components/or-switch/index.d.ts +0 -1
- package/dist/esm/v3/components/or-switch/index.js +0 -13
- package/dist/esm/v3/components/or-switch-v3/OrSwitch.vue.d.ts +0 -93
- package/dist/esm/v3/components/or-switch-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-switch-v3/index.js +0 -18
- package/dist/esm/v3/components/or-switch-v3/styles.d.ts +0 -5
- package/dist/esm/v3/components/or-switch-v3/types.d.ts +0 -3
- package/dist/esm/v3/components/or-tab/OrTab.vue.d.ts +0 -44
- package/dist/esm/v3/components/or-tab/index.d.ts +0 -1
- package/dist/esm/v3/components/or-tab/index.js +0 -5
- package/dist/esm/v3/components/or-tab-header-item/OrTabHeaderItem.vue.d.ts +0 -49
- package/dist/esm/v3/components/or-tab-header-item/index.d.ts +0 -1
- package/dist/esm/v3/components/or-tab-header-item/index.js +0 -4
- package/dist/esm/v3/components/or-tab-v3/OrTab.vue.d.ts +0 -39
- package/dist/esm/v3/components/or-tab-v3/index.d.ts +0 -1
- package/dist/esm/v3/components/or-tab-v3/index.js +0 -3
- package/dist/esm/v3/components/or-tab-v3/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-tabs/OrTabs.vue.d.ts +0 -13
- package/dist/esm/v3/components/or-tabs/index.d.ts +0 -1
- package/dist/esm/v3/components/or-tabs/index.js +0 -5
- package/dist/esm/v3/components/or-tabs-v3/OrTabs.vue.d.ts +0 -74
- package/dist/esm/v3/components/or-tabs-v3/index.d.ts +0 -3
- package/dist/esm/v3/components/or-tabs-v3/index.js +0 -29
- package/dist/esm/v3/components/or-tabs-v3/props.d.ts +0 -4
- package/dist/esm/v3/components/or-tabs-v3/styles.d.ts +0 -5
- package/dist/esm/v3/components/or-tabs-v3/types.d.ts +0 -7
- package/dist/esm/v3/components/or-tag/OrTag.vue.d.ts +0 -54
- package/dist/esm/v3/components/or-tag/index.d.ts +0 -1
- package/dist/esm/v3/components/or-tag/index.js +0 -16
- package/dist/esm/v3/components/or-tag-input-v3/OrTagInput.vue.d.ts +0 -177
- package/dist/esm/v3/components/or-tag-input-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-tag-input-v3/index.js +0 -43
- package/dist/esm/v3/components/or-tag-input-v3/styles.d.ts +0 -3
- package/dist/esm/v3/components/or-tag-input-v3/types.d.ts +0 -2
- package/dist/esm/v3/components/or-tag-v3/OrTag.vue.d.ts +0 -43
- package/dist/esm/v3/components/or-tag-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-tag-v3/index.js +0 -25
- package/dist/esm/v3/components/or-tag-v3/props.d.ts +0 -9
- package/dist/esm/v3/components/or-tag-v3/styles.d.ts +0 -4
- package/dist/esm/v3/components/or-tags-v3/OrTags.vue.d.ts +0 -65
- package/dist/esm/v3/components/or-tags-v3/index.d.ts +0 -3
- package/dist/esm/v3/components/or-tags-v3/index.js +0 -29
- package/dist/esm/v3/components/or-tags-v3/props.d.ts +0 -5
- package/dist/esm/v3/components/or-tags-v3/styles.d.ts +0 -6
- package/dist/esm/v3/components/or-tags-v3/types.d.ts +0 -7
- package/dist/esm/v3/components/or-tags-v3/utils/castToTag.d.ts +0 -2
- package/dist/esm/v3/components/or-teleport/OrTeleport.vue3.vue.d.ts +0 -27
- package/dist/esm/v3/components/or-teleport/constants.d.ts +0 -12
- package/dist/esm/v3/components/or-teleport/index.d.ts +0 -2
- package/dist/esm/v3/components/or-teleport/index.js +0 -3
- package/dist/esm/v3/components/or-teleport-v3/OrTeleport.vue3.vue.d.ts +0 -23
- package/dist/esm/v3/components/or-teleport-v3/index.d.ts +0 -1
- package/dist/esm/v3/components/or-teleport-v3/index.js +0 -3
- package/dist/esm/v3/components/or-text-v3/OrText.vue.d.ts +0 -54
- package/dist/esm/v3/components/or-text-v3/index.d.ts +0 -1
- package/dist/esm/v3/components/or-text-v3/index.js +0 -3
- package/dist/esm/v3/components/or-text-v3/styles.d.ts +0 -3
- package/dist/esm/v3/components/or-textarea/OrTextarea.vue.d.ts +0 -131
- package/dist/esm/v3/components/or-textarea/index.d.ts +0 -1
- package/dist/esm/v3/components/or-textarea/index.js +0 -12
- package/dist/esm/v3/components/or-textarea-v3/OrTextarea.vue.d.ts +0 -162
- package/dist/esm/v3/components/or-textarea-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-textarea-v3/index.js +0 -19
- package/dist/esm/v3/components/or-textarea-v3/styles.d.ts +0 -4
- package/dist/esm/v3/components/or-textarea-v3/types.d.ts +0 -6
- package/dist/esm/v3/components/or-textbox/OrTextbox.vue.d.ts +0 -257
- package/dist/esm/v3/components/or-textbox/constants.d.ts +0 -8
- package/dist/esm/v3/components/or-textbox/index.d.ts +0 -2
- package/dist/esm/v3/components/or-textbox/index.js +0 -32
- package/dist/esm/v3/components/or-time-format-v3/OrTimeFormat.vue.d.ts +0 -50
- package/dist/esm/v3/components/or-time-format-v3/index.d.ts +0 -1
- package/dist/esm/v3/components/or-time-format-v3/index.js +0 -42
- package/dist/esm/v3/components/or-time-format-v3/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-time-picker-v3/OrTimePicker.vue.d.ts +0 -285
- package/dist/esm/v3/components/or-time-picker-v3/index.d.ts +0 -1
- package/dist/esm/v3/components/or-time-picker-v3/index.js +0 -42
- package/dist/esm/v3/components/or-time-picker-v3/styles.d.ts +0 -2
- package/dist/esm/v3/components/or-time-range-picker-v3/OrTimeRangePicker.vue.d.ts +0 -522
- package/dist/esm/v3/components/or-time-range-picker-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-time-range-picker-v3/index.js +0 -42
- package/dist/esm/v3/components/or-time-range-picker-v3/styles.d.ts +0 -2
- package/dist/esm/v3/components/or-time-range-picker-v3/types.d.ts +0 -3
- package/dist/esm/v3/components/or-toast/OrToast.vue.d.ts +0 -61
- package/dist/esm/v3/components/or-toast/Timer.d.ts +0 -11
- package/dist/esm/v3/components/or-toast/composable/index.d.ts +0 -2
- package/dist/esm/v3/components/or-toast/composable/index.js +0 -3
- package/dist/esm/v3/components/or-toast/composable/useQueue.d.ts +0 -8
- package/dist/esm/v3/components/or-toast/composable/useToast.d.ts +0 -8
- package/dist/esm/v3/components/or-toast/composable/useToastEventBus.d.ts +0 -9
- package/dist/esm/v3/components/or-toast/constants.d.ts +0 -18
- package/dist/esm/v3/components/or-toast/index.d.ts +0 -5
- package/dist/esm/v3/components/or-toast/index.js +0 -27
- package/dist/esm/v3/components/or-toast/or-toast-container/OrToastContainer.vue.d.ts +0 -63
- package/dist/esm/v3/components/or-toast/or-toast-container/index.d.ts +0 -4
- package/dist/esm/v3/components/or-toast/or-toast-container/index.js +0 -27
- package/dist/esm/v3/components/or-toast/types.d.ts +0 -35
- package/dist/esm/v3/components/or-toast-v3/OrToast.vue.d.ts +0 -56
- package/dist/esm/v3/components/or-toast-v3/Timer.d.ts +0 -11
- package/dist/esm/v3/components/or-toast-v3/composable/index.d.ts +0 -2
- package/dist/esm/v3/components/or-toast-v3/composable/index.js +0 -3
- package/dist/esm/v3/components/or-toast-v3/composable/useQueue.d.ts +0 -8
- package/dist/esm/v3/components/or-toast-v3/composable/useToast.d.ts +0 -8
- package/dist/esm/v3/components/or-toast-v3/composable/useToastEventBus.d.ts +0 -9
- package/dist/esm/v3/components/or-toast-v3/index.d.ts +0 -5
- package/dist/esm/v3/components/or-toast-v3/index.js +0 -28
- package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/OrToastContainer.vue.d.ts +0 -57
- package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.d.ts +0 -4
- package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.js +0 -28
- package/dist/esm/v3/components/or-toast-v3/props.d.ts +0 -18
- package/dist/esm/v3/components/or-toast-v3/styles.d.ts +0 -5
- package/dist/esm/v3/components/or-toast-v3/types.d.ts +0 -35
- package/dist/esm/v3/components/or-tooltip/OrTooltip.vue.d.ts +0 -73
- package/dist/esm/v3/components/or-tooltip/index.d.ts +0 -2
- package/dist/esm/v3/components/or-tooltip/index.js +0 -12
- package/dist/esm/v3/components/or-tooltip/or-tooltip-content/OrTooltipContent.vue.d.ts +0 -28
- package/dist/esm/v3/components/or-tooltip/or-tooltip-content/index.d.ts +0 -1
- package/dist/esm/v3/components/or-tooltip/or-tooltip-content/index.js +0 -4
- package/dist/esm/v3/components/or-tooltip-v3/OrTooltip.vue.d.ts +0 -83
- package/dist/esm/v3/components/or-tooltip-v3/index.d.ts +0 -1
- package/dist/esm/v3/components/or-tooltip-v3/index.js +0 -22
- package/dist/esm/v3/components/or-tooltip-v3/styles.d.ts +0 -4
- package/dist/esm/v3/components/or-tree-v3/OrTree.vue.d.ts +0 -35
- package/dist/esm/v3/components/or-tree-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-tree-v3/index.js +0 -7
- package/dist/esm/v3/components/or-tree-v3/partials/or-tree-node/OrTreeNode.vue.d.ts +0 -90
- package/dist/esm/v3/components/or-tree-v3/partials/or-tree-node/styles.d.ts +0 -7
- package/dist/esm/v3/components/or-tree-v3/partials/or-tree-node/utils.d.ts +0 -4
- package/dist/esm/v3/components/or-tree-v3/types.d.ts +0 -17
- package/dist/esm/v3/constants-0a28d818.js +0 -12
- package/dist/esm/v3/directives/dropdown-close.d.ts +0 -6
- package/dist/esm/v3/directives/dropdown-open.d.ts +0 -6
- package/dist/esm/v3/directives/index.d.ts +0 -2
- package/dist/esm/v3/directives/index.js +0 -2
- package/dist/esm/v3/dom-53c9635b.js +0 -151
- package/dist/esm/v3/dropdown-open-06d651cf.js +0 -30
- package/dist/esm/v3/extractCssVarName-9c6b2a72.js +0 -62
- package/dist/esm/v3/formatTime-3f37a00f.js +0 -24
- package/dist/esm/v3/getCurrentDate-e5a478c3.js +0 -23
- package/dist/esm/v3/getItemByValue-be7353df.js +0 -12
- package/dist/esm/v3/getItemsByValue-b08b7d12.js +0 -7
- package/dist/esm/v3/getNextMonthDate-8ec29631.js +0 -6
- package/dist/esm/v3/helpers/getItemByValue.d.ts +0 -2
- package/dist/esm/v3/helpers/getItemsByValue.d.ts +0 -2
- package/dist/esm/v3/helpers/index.d.ts +0 -3
- package/dist/esm/v3/helpers/index.js +0 -7
- package/dist/esm/v3/helpers/searchItemsByLabel.d.ts +0 -2
- package/dist/esm/v3/hooks/index.d.ts +0 -15
- package/dist/esm/v3/hooks/index.js +0 -21
- package/dist/esm/v3/hooks/useControlAttributes.d.ts +0 -7
- package/dist/esm/v3/hooks/useDateFormat.d.ts +0 -4
- package/dist/esm/v3/hooks/useDateMask.d.ts +0 -4
- package/dist/esm/v3/hooks/useElevation.d.ts +0 -3
- package/dist/esm/v3/hooks/useIdAttribute.d.ts +0 -3
- package/dist/esm/v3/hooks/useLocale.d.ts +0 -4
- package/dist/esm/v3/hooks/useOverflow.d.ts +0 -11
- package/dist/esm/v3/hooks/usePopoverState.d.ts +0 -12
- package/dist/esm/v3/hooks/useProxyModelValue.d.ts +0 -8
- package/dist/esm/v3/hooks/useResponsive/index.d.ts +0 -1
- package/dist/esm/v3/hooks/useResponsive/index.js +0 -4
- package/dist/esm/v3/hooks/useResponsive/useResponsive.d.ts +0 -6
- package/dist/esm/v3/hooks/useTheme.d.ts +0 -3
- package/dist/esm/v3/hooks/useTimeFormat.d.ts +0 -4
- package/dist/esm/v3/hooks/useTimeMask.d.ts +0 -4
- package/dist/esm/v3/hooks/useToggle.d.ts +0 -8
- package/dist/esm/v3/hooks/useValidationAttributes.d.ts +0 -11
- package/dist/esm/v3/include-2a81e823.js +0 -15
- package/dist/esm/v3/index.d.ts +0 -7
- package/dist/esm/v3/index.js +0 -240
- package/dist/esm/v3/isAncestor-2973d4f4.js +0 -17
- package/dist/esm/v3/isArray-8eeb52b9.js +0 -8
- package/dist/esm/v3/isEqual-15f4b2f5.js +0 -23
- package/dist/esm/v3/isNull-7ae26d1d.js +0 -18
- package/dist/esm/v3/isObject-4d5300e9.js +0 -8
- package/dist/esm/v3/isPrevented-b1764210.js +0 -21
- package/dist/esm/v3/isString-cf957a95.js +0 -32
- package/dist/esm/v3/isUndefined-3eca6e32.js +0 -8
- package/dist/esm/v3/isVisible-d1e49905.js +0 -5
- package/dist/esm/v3/props-339b3fd2.js +0 -185
- package/dist/esm/v3/px-to-rem-0b26b83e.js +0 -3
- package/dist/esm/v3/searchItemsByLabel-c778a1e4.js +0 -5
- package/dist/esm/v3/style-inject.es-4c6f2515.js +0 -26
- package/dist/esm/v3/styles-ed564e39.js +0 -34
- package/dist/esm/v3/toArray-93b84b21.js +0 -18
- package/dist/esm/v3/tokens/DATE_FORMAT.d.ts +0 -3
- package/dist/esm/v3/tokens/LOCALE.d.ts +0 -3
- package/dist/esm/v3/tokens/TIME_FORMAT.d.ts +0 -3
- package/dist/esm/v3/tokens/index.d.ts +0 -3
- package/dist/esm/v3/tokens/index.js +0 -1
- package/dist/esm/v3/types/DataModel.d.ts +0 -6
- package/dist/esm/v3/types/DateFormat.d.ts +0 -5
- package/dist/esm/v3/types/FilterFunction.d.ts +0 -1
- package/dist/esm/v3/types/FormatFunction.d.ts +0 -2
- package/dist/esm/v3/types/Group.d.ts +0 -5
- package/dist/esm/v3/types/GroupFunction.d.ts +0 -1
- package/dist/esm/v3/types/Id.d.ts +0 -1
- package/dist/esm/v3/types/Item.d.ts +0 -5
- package/dist/esm/v3/types/Locale.d.ts +0 -1
- package/dist/esm/v3/types/ModelValue.d.ts +0 -1
- package/dist/esm/v3/types/SearchFunction.d.ts +0 -1
- package/dist/esm/v3/types/TimeFormat.d.ts +0 -5
- package/dist/esm/v3/types/index.d.ts +0 -12
- package/dist/esm/v3/types/index.js +0 -1
- package/dist/esm/v3/types-0f27194b.js +0 -387
- package/dist/esm/v3/useElevation-895bc28f.js +0 -25
- package/dist/esm/v3/useIdAttribute-3a339b79.js +0 -21
- package/dist/esm/v3/useOverflow-5a08887e.js +0 -73
- package/dist/esm/v3/usePopoverState-7267fa91.js +0 -42
- package/dist/esm/v3/useProxyModelValue-e18f251e.js +0 -28
- package/dist/esm/v3/useResponsive-491da8c6.js +0 -48
- package/dist/esm/v3/useTheme-dc76b423.js +0 -7
- package/dist/esm/v3/useTimeFormat-7ad4cc11.js +0 -26
- package/dist/esm/v3/useTimeMask-a1c090c1.js +0 -62
- package/dist/esm/v3/useToast-41cf0b9c.js +0 -195
- package/dist/esm/v3/useToast-a1f907bc.js +0 -187
- package/dist/esm/v3/useToggle-29e4d7c7.js +0 -22
- package/dist/esm/v3/useValidationAttributes-257954f3.js +0 -16
- package/dist/esm/v3/utils/constants/color.d.ts +0 -14
- package/dist/esm/v3/utils/constants/key-codes.d.ts +0 -14
- package/dist/esm/v3/utils/constants/poper.d.ts +0 -8
- package/dist/esm/v3/utils/constants/regex.d.ts +0 -42
- package/dist/esm/v3/utils/exclude.d.ts +0 -4
- package/dist/esm/v3/utils/extractCssVarName.d.ts +0 -1
- package/dist/esm/v3/utils/functions/color.d.ts +0 -23
- package/dist/esm/v3/utils/functions/dom.d.ts +0 -30
- package/dist/esm/v3/utils/functions/flattenDeep.d.ts +0 -2
- package/dist/esm/v3/utils/functions/hash.d.ts +0 -2
- package/dist/esm/v3/utils/functions/px-to-rem.d.ts +0 -1
- package/dist/esm/v3/utils/functions/text.d.ts +0 -1
- package/dist/esm/v3/utils/include.d.ts +0 -4
- package/dist/esm/v3/utils/index.d.ts +0 -26
- package/dist/esm/v3/utils/index.js +0 -16
- package/dist/esm/v3/utils/isAncestor.d.ts +0 -4
- package/dist/esm/v3/utils/isArray.d.ts +0 -4
- package/dist/esm/v3/utils/isDescendant.d.ts +0 -4
- package/dist/esm/v3/utils/isEmpty.d.ts +0 -4
- package/dist/esm/v3/utils/isEqual.d.ts +0 -4
- package/dist/esm/v3/utils/isNil.d.ts +0 -4
- package/dist/esm/v3/utils/isNull.d.ts +0 -4
- package/dist/esm/v3/utils/isNumber.d.ts +0 -4
- package/dist/esm/v3/utils/isObject.d.ts +0 -4
- package/dist/esm/v3/utils/isString.d.ts +0 -4
- package/dist/esm/v3/utils/isUndefined.d.ts +0 -4
- package/dist/esm/v3/utils/isVisible.d.ts +0 -1
- package/dist/esm/v3/utils/toArray.d.ts +0 -4
- /package/dist/bundled/{v3/assets/error.png-8d4c833b.js → assets/error.png-ed769b7e.js} +0 -0
- /package/dist/bundled/{v3/assets/success.png-dd6156fc.js → assets/success.png-4867b4e4.js} +0 -0
- /package/dist/bundled/{v3/components → components}/OrButton/OrButton.js +0 -0
- /package/dist/bundled/{v3/components → components}/OrButton/constants.js +0 -0
- /package/dist/bundled/{v2/components → components}/OrCard/index.js +0 -0
- /package/dist/bundled/{v3/components → components}/OrCardCollection/OrCardCollection.js +0 -0
- /package/dist/bundled/{v3/components → components}/OrCardCollection/constants.js +0 -0
- /package/dist/bundled/{v2/components → components}/OrCheckbox/index.js +0 -0
- /package/dist/bundled/{v2/components → components}/OrCheckboxGroupV3/index.js +0 -0
- /package/dist/bundled/{v2/components → components}/OrCollapse/index.js +0 -0
- /package/dist/bundled/{v2/components → components}/OrContextMenuV3/index.js +0 -0
- /package/dist/bundled/{v2/components → components}/OrError/index.js +0 -0
- /package/dist/bundled/{v2/components → components}/OrHint/index.js +0 -0
- /package/dist/bundled/{v3/components → components}/OrIcon/OrIcon.js +0 -0
- /package/dist/bundled/{v3/components → components}/OrIcon/constants.js +0 -0
- /package/dist/bundled/{v2/components → components}/OrIconButtonV2/index.js +0 -0
- /package/dist/bundled/{v3/components → components}/OrInlineTextEdit/OrInlineTextEdit.js +0 -0
- /package/dist/bundled/{v3/components → components}/OrInlineTextEdit/constants.js +0 -0
- /package/dist/bundled/{v2/components → components}/OrInput/index.js +0 -0
- /package/dist/bundled/{v2/components → components}/OrLabel/index.js +0 -0
- /package/dist/bundled/{v2/components → components}/OrListOfInputs/index.js +0 -0
- /package/dist/bundled/{v3/components → components}/OrLoader/OrLoader.js +0 -0
- /package/dist/bundled/{v3/components → components}/OrLoader/constants.js +0 -0
- /package/dist/bundled/{v3/components → components}/OrNotification/OrNotification.js +0 -0
- /package/dist/bundled/{v3/components → components}/OrNotification/constants.js +0 -0
- /package/dist/bundled/{v2/components → components}/OrNumberInput/index.js +0 -0
- /package/dist/bundled/{v2/components → components}/OrOverflowMenu/index.js +0 -0
- /package/dist/bundled/{v2/components → components}/OrOverlay/index.js +0 -0
- /package/dist/bundled/{v2/components → components}/OrPassword/index.js +0 -0
- /package/dist/bundled/{v2/components → components}/OrRadioGroup/index.js +0 -0
- /package/dist/bundled/{v2/components → components}/OrRadioGroupV3/index.js +0 -0
- /package/dist/bundled/{v2/components → components}/OrSearch/index.js +0 -0
- /package/dist/bundled/{v2/components → components}/OrSearchV3/index.js +0 -0
- /package/dist/bundled/{v3/components → components}/OrSidebar/OrSidebar.js +0 -0
- /package/dist/bundled/{v3/components → components}/OrSidebar/constants.js +0 -0
- /package/dist/bundled/{v2/components → components}/OrSlider/index.js +0 -0
- /package/dist/bundled/{v2/components → components}/OrStepper/index.js +0 -0
- /package/dist/bundled/{v2/components → components}/OrSwitch/index.js +0 -0
- /package/dist/bundled/{v2/components → components}/OrTab/index.js +0 -0
- /package/dist/bundled/{v2/components → components}/OrTabHeaderItem/index.js +0 -0
- /package/dist/bundled/{v2/components → components}/OrTabs/index.js +0 -0
- /package/dist/bundled/{v2/components → components}/OrTag/index.js +0 -0
- /package/dist/bundled/{v2/components → components}/OrTeleportV3/index.js +0 -0
- /package/dist/bundled/{v2/components → components}/OrTextarea/index.js +0 -0
- /package/dist/bundled/{v3/components → components}/OrTextbox/OrTextbox.js +0 -0
- /package/dist/bundled/{v3/components → components}/OrTextbox/constants.js +0 -0
- /package/dist/bundled/{v3/components → components}/OrTooltip/OrTooltip.js +0 -0
- /package/dist/bundled/{v3/components → components}/OrTooltipContent/OrTooltipContent.js +0 -0
- /package/dist/bundled/{v3/components → components}/OrTooltipContent/index.js +0 -0
- /package/dist/bundled/{v3/components → components}/OrTreeV3/OrTree.js +0 -0
- /package/dist/bundled/{v2/directives → directives}/index.js +0 -0
- /package/dist/bundled/{v2/helpers → helpers}/getItemByValue.js +0 -0
- /package/dist/bundled/{v2/helpers → helpers}/getItemsByValue.js +0 -0
- /package/dist/bundled/{v2/helpers → helpers}/index.js +0 -0
- /package/dist/bundled/{v2/helpers → helpers}/searchItemsByLabel.js +0 -0
- /package/dist/bundled/{v2/hooks → hooks}/index.js +0 -0
- /package/dist/bundled/{v2/hooks → hooks}/useResponsive/index.js +0 -0
- /package/dist/bundled/{v2/hooks → hooks}/useTheme.js +0 -0
- /package/dist/bundled/{v2/tokens → tokens}/DATE_FORMAT.js +0 -0
- /package/dist/bundled/{v2/tokens → tokens}/LOCALE.js +0 -0
- /package/dist/bundled/{v2/tokens → tokens}/TIME_FORMAT.js +0 -0
- /package/dist/bundled/{v2/tokens → tokens}/index.js +0 -0
- /package/dist/bundled/{v2/types → types}/DataModel.js +0 -0
- /package/dist/bundled/{v2/types → types}/DateFormat.js +0 -0
- /package/dist/bundled/{v2/types → types}/FilterFunction.js +0 -0
- /package/dist/bundled/{v2/types → types}/FormatFunction.js +0 -0
- /package/dist/bundled/{v2/types → types}/Group.js +0 -0
- /package/dist/bundled/{v2/types → types}/GroupFunction.js +0 -0
- /package/dist/bundled/{v2/types → types}/Id.js +0 -0
- /package/dist/bundled/{v2/types → types}/Item.js +0 -0
- /package/dist/bundled/{v2/types → types}/Locale.js +0 -0
- /package/dist/bundled/{v2/types → types}/ModelValue.js +0 -0
- /package/dist/bundled/{v2/types → types}/SearchFunction.js +0 -0
- /package/dist/bundled/{v2/types → types}/TimeFormat.js +0 -0
- /package/dist/bundled/{v2/types → types}/index.js +0 -0
- /package/dist/bundled/{v2/utils → utils}/constants/color.js +0 -0
- /package/dist/bundled/{v2/utils → utils}/constants/key-codes.js +0 -0
- /package/dist/bundled/{v2/utils → utils}/constants/poper.js +0 -0
- /package/dist/bundled/{v2/utils → utils}/extractCssVarName.js +0 -0
- /package/dist/bundled/{v2/utils → utils}/functions/color.js +0 -0
- /package/dist/bundled/{v2/utils → utils}/functions/flattenDeep.js +0 -0
- /package/dist/bundled/{v2/utils → utils}/functions/hash.js +0 -0
- /package/dist/bundled/{v2/utils → utils}/functions/px-to-rem.js +0 -0
- /package/dist/bundled/{v2/utils → utils}/functions/text.js +0 -0
- /package/dist/bundled/{v3/utils → utils}/index.js +0 -0
- /package/dist/bundled/{v2/utils → utils}/isVisible.js +0 -0
- /package/dist/{bundled/v2/components/OrDropAreaV3/utils/approximateFileSize.js → esm/components/or-drop-area-v3/utils/index.js} +0 -0
- /package/dist/esm/{v2/constants-0a28d818.js → constants-ab97ccac.js} +0 -0
- /package/dist/esm/{v2/dom-53c9635b.js → dom-11141778.js} +0 -0
- /package/dist/esm/{v2/isVisible-d1e49905.js → isVisible-b09c9caa.js} +0 -0
- /package/dist/esm/{v2/px-to-rem-0b26b83e.js → px-to-rem-a21cdf39.js} +0 -0
- /package/dist/esm/{v2/searchItemsByLabel-c778a1e4.js → searchItemsByLabel-870bf236.js} +0 -0
- /package/dist/{bundled/v2/style-inject.es-4c6f2515.js → esm/style-inject.es-87955792.js} +0 -0
- /package/dist/esm/{v2/useTheme-dc76b423.js → useTheme-4aadb85e.js} +0 -0
|
@@ -1,3779 +0,0 @@
|
|
|
1
|
-
var theme = {
|
|
2
|
-
screens: {
|
|
3
|
-
},
|
|
4
|
-
spacing: {
|
|
5
|
-
"0": "0px",
|
|
6
|
-
none: "0px",
|
|
7
|
-
xs: "4px",
|
|
8
|
-
"xs*": "3px",
|
|
9
|
-
sm: "8px",
|
|
10
|
-
"sm*": "7px",
|
|
11
|
-
md: "16px",
|
|
12
|
-
"md*": "15px",
|
|
13
|
-
xl: "32px",
|
|
14
|
-
"xl*": "31px",
|
|
15
|
-
"3xl": "64px",
|
|
16
|
-
"3xl*": "63px",
|
|
17
|
-
"4xl": "128px",
|
|
18
|
-
"4xl*": "127px",
|
|
19
|
-
lg: "24px",
|
|
20
|
-
"lg*": "23px",
|
|
21
|
-
"2xl": "48px",
|
|
22
|
-
"2xl*": "47px",
|
|
23
|
-
"sm+": "12px",
|
|
24
|
-
"sm+*": "11px",
|
|
25
|
-
"md+": "20px",
|
|
26
|
-
"md+*": "19px",
|
|
27
|
-
"lg+": "28px",
|
|
28
|
-
"lg+*": "27px"
|
|
29
|
-
},
|
|
30
|
-
colors: {
|
|
31
|
-
},
|
|
32
|
-
textColor: {
|
|
33
|
-
white: "var(--or-c-white)",
|
|
34
|
-
black: "var(--or-c-black)",
|
|
35
|
-
primary: "var(--or-c-primary-light)",
|
|
36
|
-
"on-primary": "var(--or-c-on-primary-light)",
|
|
37
|
-
"on-primary-container": "var(--or-c-on-primary-container-light)",
|
|
38
|
-
secondary: "var(--or-c-secondary-light)",
|
|
39
|
-
"on-secondary": "var(--or-c-on-secondary-light)",
|
|
40
|
-
"on-secondary-container": "var(--or-c-on-secondary-container-light)",
|
|
41
|
-
tertiary: "var(--or-c-tertiary-light)",
|
|
42
|
-
"on-tertiary": "var(--or-c-on-tertiary-light)",
|
|
43
|
-
"on-tertiary-container": "var(--or-c-on-tertiary-container-light)",
|
|
44
|
-
error: "var(--or-c-error-light)",
|
|
45
|
-
"on-error": "var(--or-c-on-error-light)",
|
|
46
|
-
"on-error-container": "var(--or-c-on-error-container-light)",
|
|
47
|
-
success: "var(--or-c-success-light)",
|
|
48
|
-
"on-success": "var(--or-c-on-success-light)",
|
|
49
|
-
"on-success-container": "var(--or-c-on-success-container-light)",
|
|
50
|
-
warning: "var(--or-c-warning-light)",
|
|
51
|
-
"on-warning": "var(--or-c-on-warning-light)",
|
|
52
|
-
"on-warning-container": "var(--or-c-on-warning-container-light)",
|
|
53
|
-
"on-background": "var(--or-c-on-background-light)",
|
|
54
|
-
"on-surface": "var(--or-c-on-surface-light)",
|
|
55
|
-
"on-surface-variant": "var(--or-c-on-surface-variant-light)",
|
|
56
|
-
"inverse-on-surface": "var(--or-c-inverse-on-surface-light)",
|
|
57
|
-
"inverse-primary": "var(--or-c-inverse-primary-light)",
|
|
58
|
-
outline: "var(--or-c-outline-light)",
|
|
59
|
-
"on-disabled": "var(--or-c-on-disabled-light)",
|
|
60
|
-
"primary-opacity-0-08": "var(--or-c-primary-opacity-0-08-light)",
|
|
61
|
-
"primary-opacity-0-12": "var(--or-c-primary-opacity-0-12-light)",
|
|
62
|
-
"primary-opacity-0-16": "var(--or-c-primary-opacity-0-16-light)",
|
|
63
|
-
"primary-dark": "var(--or-c-primary-dark)",
|
|
64
|
-
"on-primary-dark": "var(--or-c-on-primary-dark)",
|
|
65
|
-
"on-primary-container-dark": "var(--or-c-on-primary-container-dark)",
|
|
66
|
-
"secondary-dark": "var(--or-c-secondary-dark)",
|
|
67
|
-
"on-secondary-dark": "var(--or-c-on-secondary-dark)",
|
|
68
|
-
"on-secondary-container-dark": "var(--or-c-on-secondary-container-dark)",
|
|
69
|
-
"tertiary-dark": "var(--or-c-tertiary-dark)",
|
|
70
|
-
"on-tertiary-dark": "var(--or-c-on-tertiary-dark)",
|
|
71
|
-
"on-tertiary-container-dark": "var(--or-c-on-tertiary-container-dark)",
|
|
72
|
-
"error-dark": "var(--or-c-error-dark)",
|
|
73
|
-
"on-error-dark": "var(--or-c-on-error-dark)",
|
|
74
|
-
"on-error-container-dark": "var(--or-c-on-error-container-dark)",
|
|
75
|
-
"success-dark": "var(--or-c-success-dark)",
|
|
76
|
-
"on-success-dark": "var(--or-c-on-success-dark)",
|
|
77
|
-
"on-success-container-dark": "var(--or-c-on-success-container-dark)",
|
|
78
|
-
"warning-dark": "var(--or-c-warning-dark)",
|
|
79
|
-
"on-warning-dark": "var(--or-c-on-warning-dark)",
|
|
80
|
-
"on-warning-container-dark": "var(--or-c-on-warning-container-dark)",
|
|
81
|
-
"on-background-dark": "var(--or-c-on-background-dark)",
|
|
82
|
-
"on-surface-dark": "var(--or-c-on-surface-dark)",
|
|
83
|
-
"on-surface-variant-dark": "var(--or-c-on-surface-variant-dark)",
|
|
84
|
-
"inverse-on-surface-dark": "var(--or-c-inverse-on-surface-dark)",
|
|
85
|
-
"inverse-primary-dark": "var(--or-c-inverse-primary-dark)",
|
|
86
|
-
"outline-dark": "var(--or-c-outline-dark)",
|
|
87
|
-
"on-disabled-dark": "var(--or-c-on-disabled-dark)",
|
|
88
|
-
"primary-opacity-0-08-dark": "var(--or-c-primary-opacity-0-08-dark)",
|
|
89
|
-
"primary-opacity-0-12-dark": "var(--or-c-primary-opacity-0-12-dark)",
|
|
90
|
-
"primary-opacity-0-16-dark": "var(--or-c-primary-opacity-0-16-dark)",
|
|
91
|
-
"primary-hover": "var(--or-c-primary-hover-light)",
|
|
92
|
-
"error-hover": "var(--or-c-error-hover-light)",
|
|
93
|
-
"success-hover": "var(--or-c-success-hover-light)",
|
|
94
|
-
"warning-hover": "var(--or-c-warning-hover-light)",
|
|
95
|
-
"error-opacity-0-08": "var(--or-c-error-opacity-0-08-light)",
|
|
96
|
-
"error-opacity-0-12": "var(--or-c-error-opacity-0-12-light)",
|
|
97
|
-
"error-opacity-0-16": "var(--or-c-error-opacity-0-16-light)",
|
|
98
|
-
"primary-hover-dark": "var(--or-c-primary-hover-dark)",
|
|
99
|
-
"error-hover-dark": "var(--or-c-error-hover-dark)",
|
|
100
|
-
"success-hover-dark": "var(--or-c-success-hover-dark)",
|
|
101
|
-
"warning-hover-dark": "var(--or-c-warning-hover-dark)",
|
|
102
|
-
"error-opacity-0-08-dark": "var(--or-c-error-opacity-0-08-dark)",
|
|
103
|
-
"error-opacity-0-12-dark": "var(--or-c-error-opacity-0-12-dark)",
|
|
104
|
-
"error-opacity-0-16-dark": "var(--or-c-error-opacity-0-16-dark)",
|
|
105
|
-
disabled: "var(--or-c-disabled-light)",
|
|
106
|
-
"disabled-dark": "var(--or-c-disabled-dark)",
|
|
107
|
-
"success-opacity-0-08": "var(--or-c-success-opacity-0-08-light)",
|
|
108
|
-
"success-opacity-0-12": "var(--or-c-success-opacity-0-12-light)",
|
|
109
|
-
"success-opacity-0-16": "var(--or-c-success-opacity-0-16-light)",
|
|
110
|
-
"warning-opacity-0-08": "var(--or-c-warning-opacity-0-08-light)",
|
|
111
|
-
"warning-opacity-0-12": "var(--or-c-warning-opacity-0-12-light)",
|
|
112
|
-
"warning-opacity-0-16": "var(--or-c-warning-opacity-0-16-light)",
|
|
113
|
-
"success-opacity-0-08-dark": "var(--or-c-success-opacity-0-08-dark)",
|
|
114
|
-
"success-opacity-0-12-dark": "var(--or-c-success-opacity-0-12-dark)",
|
|
115
|
-
"success-opacity-0-16-dark": "var(--or-c-success-opacity-0-16-dark)",
|
|
116
|
-
"warning-opacity-0-08-dark": "var(--or-c-warning-opacity-0-08-dark)",
|
|
117
|
-
"warning-opacity-0-12-dark": "var(--or-c-warning-opacity-0-12-dark)",
|
|
118
|
-
"warning-opacity-0-16-dark": "var(--or-c-warning-opacity-0-16-dark)",
|
|
119
|
-
overlay: "var(--or-c-overlay-light)",
|
|
120
|
-
"overlay-dark": "var(--or-c-overlay-dark)",
|
|
121
|
-
"outline-variant": "var(--or-c-outline-variant-light)",
|
|
122
|
-
"outline-variant-dark": "var(--or-c-outline-variant-dark)",
|
|
123
|
-
"primary-hover-opacity-0-08": "var(--or-c-primary-hover-opacity-0-08-light)",
|
|
124
|
-
"primary-hover-opacity-0-12": "var(--or-c-primary-hover-opacity-0-12-light)",
|
|
125
|
-
"primary-hover-opacity-0-16": "var(--or-c-primary-hover-opacity-0-16-light)",
|
|
126
|
-
"primary-hover-opacity-0-32": "var(--or-c-primary-hover-opacity-0-32-light)",
|
|
127
|
-
"primary-hover-opacity-0-48": "var(--or-c-primary-hover-opacity-0-48-light)",
|
|
128
|
-
"primary-hover-opacity-0-64": "var(--or-c-primary-hover-opacity-0-64-light)",
|
|
129
|
-
"primary-hover-opacity-0-80": "var(--or-c-primary-hover-opacity-0-80-light)",
|
|
130
|
-
"primary-hover-opacity-0-96": "var(--or-c-primary-hover-opacity-0-96-light)",
|
|
131
|
-
"primary-hover-opacity-0-08-dark": "var(--or-c-primary-hover-opacity-0-08-dark)",
|
|
132
|
-
"primary-hover-opacity-0-12-dark": "var(--or-c-primary-hover-opacity-0-12-dark)",
|
|
133
|
-
"primary-hover-opacity-0-16-dark": "var(--or-c-primary-hover-opacity-0-16-dark)",
|
|
134
|
-
"primary-hover-opacity-0-32-dark": "var(--or-c-primary-hover-opacity-0-32-dark)",
|
|
135
|
-
"primary-hover-opacity-0-48-dark": "var(--or-c-primary-hover-opacity-0-48-dark)",
|
|
136
|
-
"primary-hover-opacity-0-64-dark": "var(--or-c-primary-hover-opacity-0-64-dark)",
|
|
137
|
-
"primary-hover-opacity-0-80-dark": "var(--or-c-primary-hover-opacity-0-80-dark)",
|
|
138
|
-
"primary-hover-opacity-0-96-dark": "var(--or-c-primary-hover-opacity-0-96-dark)",
|
|
139
|
-
"custom-colors-custom-1": "var(--or-c-custom-colors-custom-1-light)",
|
|
140
|
-
"custom-colors-custom-2": "var(--or-c-custom-colors-custom-2-light)",
|
|
141
|
-
"custom-colors-custom-3": "var(--or-c-custom-colors-custom-3-light)",
|
|
142
|
-
"custom-colors-custom-4": "var(--or-c-custom-colors-custom-4-light)",
|
|
143
|
-
"custom-colors-custom-5": "var(--or-c-custom-colors-custom-5-light)",
|
|
144
|
-
"custom-colors-custom-6": "var(--or-c-custom-colors-custom-6-light)",
|
|
145
|
-
"custom-colors-custom-1-dark": "var(--or-c-custom-colors-custom-1-dark)",
|
|
146
|
-
"custom-colors-custom-2-dark": "var(--or-c-custom-colors-custom-2-dark)",
|
|
147
|
-
"custom-colors-custom-3-dark": "var(--or-c-custom-colors-custom-3-dark)",
|
|
148
|
-
"custom-colors-custom-4-dark": "var(--or-c-custom-colors-custom-4-dark)",
|
|
149
|
-
"custom-colors-custom-5-dark": "var(--or-c-custom-colors-custom-5-dark)",
|
|
150
|
-
"custom-colors-custom-6-dark": "var(--or-c-custom-colors-custom-6-dark)",
|
|
151
|
-
"error-opacity-0-32": "var(--or-c-error-opacity-0-32-light)",
|
|
152
|
-
"error-opacity-0-48": "var(--or-c-error-opacity-0-48-light)",
|
|
153
|
-
"error-opacity-0-64": "var(--or-c-error-opacity-0-64-light)",
|
|
154
|
-
"error-opacity-0-80": "var(--or-c-error-opacity-0-80-light)",
|
|
155
|
-
"error-opacity-0-96": "var(--or-c-error-opacity-0-96-light)",
|
|
156
|
-
"success-opacity-0-32": "var(--or-c-success-opacity-0-32-light)",
|
|
157
|
-
"success-opacity-0-48": "var(--or-c-success-opacity-0-48-light)",
|
|
158
|
-
"success-opacity-0-64": "var(--or-c-success-opacity-0-64-light)",
|
|
159
|
-
"success-opacity-0-80": "var(--or-c-success-opacity-0-80-light)",
|
|
160
|
-
"success-opacity-0-96": "var(--or-c-success-opacity-0-96-light)",
|
|
161
|
-
"warning-opacity-0-32": "var(--or-c-warning-opacity-0-32-light)",
|
|
162
|
-
"warning-opacity-0-48": "var(--or-c-warning-opacity-0-48-light)",
|
|
163
|
-
"warning-opacity-0-64": "var(--or-c-warning-opacity-0-64-light)",
|
|
164
|
-
"warning-opacity-0-80": "var(--or-c-warning-opacity-0-80-light)",
|
|
165
|
-
"warning-opacity-0-96": "var(--or-c-warning-opacity-0-96-light)",
|
|
166
|
-
"custom-colors-custom-1-opacity-0-96": "var(--or-c-custom-colors-custom-1-opacity-0-96-light)",
|
|
167
|
-
"custom-colors-custom-1-opacity-0-80": "var(--or-c-custom-colors-custom-1-opacity-0-80-light)",
|
|
168
|
-
"custom-colors-custom-1-opacity-0-64": "var(--or-c-custom-colors-custom-1-opacity-0-64-light)",
|
|
169
|
-
"custom-colors-custom-1-opacity-0-48": "var(--or-c-custom-colors-custom-1-opacity-0-48-light)",
|
|
170
|
-
"custom-colors-custom-1-opacity-0-32": "var(--or-c-custom-colors-custom-1-opacity-0-32-light)",
|
|
171
|
-
"custom-colors-custom-1-opacity-0-16": "var(--or-c-custom-colors-custom-1-opacity-0-16-light)",
|
|
172
|
-
"custom-colors-custom-1-opacity-0-12": "var(--or-c-custom-colors-custom-1-opacity-0-12-light)",
|
|
173
|
-
"custom-colors-custom-1-opacity-0-08": "var(--or-c-custom-colors-custom-1-opacity-0-08-light)",
|
|
174
|
-
"custom-colors-custom-2-opacity-0-96": "var(--or-c-custom-colors-custom-2-opacity-0-96-light)",
|
|
175
|
-
"custom-colors-custom-2-opacity-0-80": "var(--or-c-custom-colors-custom-2-opacity-0-80-light)",
|
|
176
|
-
"custom-colors-custom-2-opacity-0-64": "var(--or-c-custom-colors-custom-2-opacity-0-64-light)",
|
|
177
|
-
"custom-colors-custom-2-opacity-0-48": "var(--or-c-custom-colors-custom-2-opacity-0-48-light)",
|
|
178
|
-
"custom-colors-custom-2-opacity-0-32": "var(--or-c-custom-colors-custom-2-opacity-0-32-light)",
|
|
179
|
-
"custom-colors-custom-2-opacity-0-16": "var(--or-c-custom-colors-custom-2-opacity-0-16-light)",
|
|
180
|
-
"custom-colors-custom-2-opacity-0-12": "var(--or-c-custom-colors-custom-2-opacity-0-12-light)",
|
|
181
|
-
"custom-colors-custom-2-opacity-0-08": "var(--or-c-custom-colors-custom-2-opacity-0-08-light)",
|
|
182
|
-
"custom-colors-custom-3-opacity-0-96": "var(--or-c-custom-colors-custom-3-opacity-0-96-light)",
|
|
183
|
-
"custom-colors-custom-3-opacity-0-80": "var(--or-c-custom-colors-custom-3-opacity-0-80-light)",
|
|
184
|
-
"custom-colors-custom-3-opacity-0-64": "var(--or-c-custom-colors-custom-3-opacity-0-64-light)",
|
|
185
|
-
"custom-colors-custom-3-opacity-0-48": "var(--or-c-custom-colors-custom-3-opacity-0-48-light)",
|
|
186
|
-
"custom-colors-custom-3-opacity-0-32": "var(--or-c-custom-colors-custom-3-opacity-0-32-light)",
|
|
187
|
-
"custom-colors-custom-3-opacity-0-16": "var(--or-c-custom-colors-custom-3-opacity-0-16-light)",
|
|
188
|
-
"custom-colors-custom-3-opacity-0-12": "var(--or-c-custom-colors-custom-3-opacity-0-12-light)",
|
|
189
|
-
"custom-colors-custom-3-opacity-0-08": "var(--or-c-custom-colors-custom-3-opacity-0-08-light)",
|
|
190
|
-
"custom-colors-custom-4-opacity-0-96": "var(--or-c-custom-colors-custom-4-opacity-0-96-light)",
|
|
191
|
-
"custom-colors-custom-4-opacity-0-80": "var(--or-c-custom-colors-custom-4-opacity-0-80-light)",
|
|
192
|
-
"custom-colors-custom-4-opacity-0-64": "var(--or-c-custom-colors-custom-4-opacity-0-64-light)",
|
|
193
|
-
"custom-colors-custom-4-opacity-0-48": "var(--or-c-custom-colors-custom-4-opacity-0-48-light)",
|
|
194
|
-
"custom-colors-custom-4-opacity-0-32": "var(--or-c-custom-colors-custom-4-opacity-0-32-light)",
|
|
195
|
-
"custom-colors-custom-4-opacity-0-16": "var(--or-c-custom-colors-custom-4-opacity-0-16-light)",
|
|
196
|
-
"custom-colors-custom-4-opacity-0-12": "var(--or-c-custom-colors-custom-4-opacity-0-12-light)",
|
|
197
|
-
"custom-colors-custom-4-opacity-0-08": "var(--or-c-custom-colors-custom-4-opacity-0-08-light)",
|
|
198
|
-
"custom-colors-custom-5-opacity-0-96": "var(--or-c-custom-colors-custom-5-opacity-0-96-light)",
|
|
199
|
-
"custom-colors-custom-5-opacity-0-80": "var(--or-c-custom-colors-custom-5-opacity-0-80-light)",
|
|
200
|
-
"custom-colors-custom-5-opacity-0-64": "var(--or-c-custom-colors-custom-5-opacity-0-64-light)",
|
|
201
|
-
"custom-colors-custom-5-opacity-0-48": "var(--or-c-custom-colors-custom-5-opacity-0-48-light)",
|
|
202
|
-
"custom-colors-custom-5-opacity-0-32": "var(--or-c-custom-colors-custom-5-opacity-0-32-light)",
|
|
203
|
-
"custom-colors-custom-5-opacity-0-16": "var(--or-c-custom-colors-custom-5-opacity-0-16-light)",
|
|
204
|
-
"custom-colors-custom-5-opacity-0-12": "var(--or-c-custom-colors-custom-5-opacity-0-12-light)",
|
|
205
|
-
"custom-colors-custom-5-opacity-0-08": "var(--or-c-custom-colors-custom-5-opacity-0-08-light)",
|
|
206
|
-
"custom-colors-custom-6-opacity-0-96": "var(--or-c-custom-colors-custom-6-opacity-0-96-light)",
|
|
207
|
-
"custom-colors-custom-6-opacity-0-80": "var(--or-c-custom-colors-custom-6-opacity-0-80-light)",
|
|
208
|
-
"custom-colors-custom-6-opacity-0-64": "var(--or-c-custom-colors-custom-6-opacity-0-64-light)",
|
|
209
|
-
"custom-colors-custom-6-opacity-0-48": "var(--or-c-custom-colors-custom-6-opacity-0-48-light)",
|
|
210
|
-
"custom-colors-custom-6-opacity-0-32": "var(--or-c-custom-colors-custom-6-opacity-0-32-light)",
|
|
211
|
-
"custom-colors-custom-6-opacity-0-16": "var(--or-c-custom-colors-custom-6-opacity-0-16-light)",
|
|
212
|
-
"custom-colors-custom-6-opacity-0-12": "var(--or-c-custom-colors-custom-6-opacity-0-12-light)",
|
|
213
|
-
"custom-colors-custom-6-opacity-0-08": "var(--or-c-custom-colors-custom-6-opacity-0-08-light)",
|
|
214
|
-
"outline-opacity-0-96": "var(--or-c-outline-opacity-0-96-light)",
|
|
215
|
-
"outline-opacity-0-80": "var(--or-c-outline-opacity-0-80-light)",
|
|
216
|
-
"outline-opacity-0-64": "var(--or-c-outline-opacity-0-64-light)",
|
|
217
|
-
"outline-opacity-0-48": "var(--or-c-outline-opacity-0-48-light)",
|
|
218
|
-
"outline-opacity-0-32": "var(--or-c-outline-opacity-0-32-light)",
|
|
219
|
-
"outline-opacity-0-16": "var(--or-c-outline-opacity-0-16-light)",
|
|
220
|
-
"outline-opacity-0-12": "var(--or-c-outline-opacity-0-12-light)",
|
|
221
|
-
"outline-opacity-0-08": "var(--or-c-outline-opacity-0-08-light)",
|
|
222
|
-
"error-opacity-0-32-dark": "var(--or-c-error-opacity-0-32-dark)",
|
|
223
|
-
"error-opacity-0-48-dark": "var(--or-c-error-opacity-0-48-dark)",
|
|
224
|
-
"error-opacity-0-64-dark": "var(--or-c-error-opacity-0-64-dark)",
|
|
225
|
-
"error-opacity-0-80-dark": "var(--or-c-error-opacity-0-80-dark)",
|
|
226
|
-
"error-opacity-0-96-dark": "var(--or-c-error-opacity-0-96-dark)",
|
|
227
|
-
"success-opacity-0-32-dark": "var(--or-c-success-opacity-0-32-dark)",
|
|
228
|
-
"success-opacity-0-48-dark": "var(--or-c-success-opacity-0-48-dark)",
|
|
229
|
-
"success-opacity-0-64-dark": "var(--or-c-success-opacity-0-64-dark)",
|
|
230
|
-
"success-opacity-0-80-dark": "var(--or-c-success-opacity-0-80-dark)",
|
|
231
|
-
"success-opacity-0-96-dark": "var(--or-c-success-opacity-0-96-dark)",
|
|
232
|
-
"warning-opacity-0-32-dark": "var(--or-c-warning-opacity-0-32-dark)",
|
|
233
|
-
"warning-opacity-0-48-dark": "var(--or-c-warning-opacity-0-48-dark)",
|
|
234
|
-
"warning-opacity-0-64-dark": "var(--or-c-warning-opacity-0-64-dark)",
|
|
235
|
-
"warning-opacity-0-80-dark": "var(--or-c-warning-opacity-0-80-dark)",
|
|
236
|
-
"warning-opacity-0-96-dark": "var(--or-c-warning-opacity-0-96-dark)",
|
|
237
|
-
"custom-colors-custom-1-opacity-0-96-dark": "var(--or-c-custom-colors-custom-1-opacity-0-96-dark)",
|
|
238
|
-
"custom-colors-custom-1-opacity-0-80-dark": "var(--or-c-custom-colors-custom-1-opacity-0-80-dark)",
|
|
239
|
-
"custom-colors-custom-1-opacity-0-64-dark": "var(--or-c-custom-colors-custom-1-opacity-0-64-dark)",
|
|
240
|
-
"custom-colors-custom-1-opacity-0-48-dark": "var(--or-c-custom-colors-custom-1-opacity-0-48-dark)",
|
|
241
|
-
"custom-colors-custom-1-opacity-0-32-dark": "var(--or-c-custom-colors-custom-1-opacity-0-32-dark)",
|
|
242
|
-
"custom-colors-custom-1-opacity-0-16-dark": "var(--or-c-custom-colors-custom-1-opacity-0-16-dark)",
|
|
243
|
-
"custom-colors-custom-1-opacity-0-12-dark": "var(--or-c-custom-colors-custom-1-opacity-0-12-dark)",
|
|
244
|
-
"custom-colors-custom-1-opacity-0-08-dark": "var(--or-c-custom-colors-custom-1-opacity-0-08-dark)",
|
|
245
|
-
"custom-colors-custom-2-opacity-0-96-dark": "var(--or-c-custom-colors-custom-2-opacity-0-96-dark)",
|
|
246
|
-
"custom-colors-custom-2-opacity-0-80-dark": "var(--or-c-custom-colors-custom-2-opacity-0-80-dark)",
|
|
247
|
-
"custom-colors-custom-2-opacity-0-64-dark": "var(--or-c-custom-colors-custom-2-opacity-0-64-dark)",
|
|
248
|
-
"custom-colors-custom-2-opacity-0-48-dark": "var(--or-c-custom-colors-custom-2-opacity-0-48-dark)",
|
|
249
|
-
"custom-colors-custom-2-opacity-0-32-dark": "var(--or-c-custom-colors-custom-2-opacity-0-32-dark)",
|
|
250
|
-
"custom-colors-custom-2-opacity-0-16-dark": "var(--or-c-custom-colors-custom-2-opacity-0-16-dark)",
|
|
251
|
-
"custom-colors-custom-2-opacity-0-12-dark": "var(--or-c-custom-colors-custom-2-opacity-0-12-dark)",
|
|
252
|
-
"custom-colors-custom-2-opacity-0-08-dark": "var(--or-c-custom-colors-custom-2-opacity-0-08-dark)",
|
|
253
|
-
"custom-colors-custom-3-opacity-0-96-dark": "var(--or-c-custom-colors-custom-3-opacity-0-96-dark)",
|
|
254
|
-
"custom-colors-custom-3-opacity-0-80-dark": "var(--or-c-custom-colors-custom-3-opacity-0-80-dark)",
|
|
255
|
-
"custom-colors-custom-3-opacity-0-64-dark": "var(--or-c-custom-colors-custom-3-opacity-0-64-dark)",
|
|
256
|
-
"custom-colors-custom-3-opacity-0-48-dark": "var(--or-c-custom-colors-custom-3-opacity-0-48-dark)",
|
|
257
|
-
"custom-colors-custom-3-opacity-0-32-dark": "var(--or-c-custom-colors-custom-3-opacity-0-32-dark)",
|
|
258
|
-
"custom-colors-custom-3-opacity-0-16-dark": "var(--or-c-custom-colors-custom-3-opacity-0-16-dark)",
|
|
259
|
-
"custom-colors-custom-3-opacity-0-12-dark": "var(--or-c-custom-colors-custom-3-opacity-0-12-dark)",
|
|
260
|
-
"custom-colors-custom-3-opacity-0-08-dark": "var(--or-c-custom-colors-custom-3-opacity-0-08-dark)",
|
|
261
|
-
"custom-colors-custom-4-opacity-0-96-dark": "var(--or-c-custom-colors-custom-4-opacity-0-96-dark)",
|
|
262
|
-
"custom-colors-custom-4-opacity-0-80-dark": "var(--or-c-custom-colors-custom-4-opacity-0-80-dark)",
|
|
263
|
-
"custom-colors-custom-4-opacity-0-64-dark": "var(--or-c-custom-colors-custom-4-opacity-0-64-dark)",
|
|
264
|
-
"custom-colors-custom-4-opacity-0-48-dark": "var(--or-c-custom-colors-custom-4-opacity-0-48-dark)",
|
|
265
|
-
"custom-colors-custom-4-opacity-0-32-dark": "var(--or-c-custom-colors-custom-4-opacity-0-32-dark)",
|
|
266
|
-
"custom-colors-custom-4-opacity-0-16-dark": "var(--or-c-custom-colors-custom-4-opacity-0-16-dark)",
|
|
267
|
-
"custom-colors-custom-4-opacity-0-12-dark": "var(--or-c-custom-colors-custom-4-opacity-0-12-dark)",
|
|
268
|
-
"custom-colors-custom-4-opacity-0-08-dark": "var(--or-c-custom-colors-custom-4-opacity-0-08-dark)",
|
|
269
|
-
"custom-colors-custom-5-opacity-0-96-dark": "var(--or-c-custom-colors-custom-5-opacity-0-96-dark)",
|
|
270
|
-
"custom-colors-custom-5-opacity-0-80-dark": "var(--or-c-custom-colors-custom-5-opacity-0-80-dark)",
|
|
271
|
-
"custom-colors-custom-5-opacity-0-64-dark": "var(--or-c-custom-colors-custom-5-opacity-0-64-dark)",
|
|
272
|
-
"custom-colors-custom-5-opacity-0-48-dark": "var(--or-c-custom-colors-custom-5-opacity-0-48-dark)",
|
|
273
|
-
"custom-colors-custom-5-opacity-0-32-dark": "var(--or-c-custom-colors-custom-5-opacity-0-32-dark)",
|
|
274
|
-
"custom-colors-custom-5-opacity-0-16-dark": "var(--or-c-custom-colors-custom-5-opacity-0-16-dark)",
|
|
275
|
-
"custom-colors-custom-5-opacity-0-12-dark": "var(--or-c-custom-colors-custom-5-opacity-0-12-dark)",
|
|
276
|
-
"custom-colors-custom-5-opacity-0-08-dark": "var(--or-c-custom-colors-custom-5-opacity-0-08-dark)",
|
|
277
|
-
"custom-colors-custom-6-opacity-0-96-dark": "var(--or-c-custom-colors-custom-6-opacity-0-96-dark)",
|
|
278
|
-
"custom-colors-custom-6-opacity-0-80-dark": "var(--or-c-custom-colors-custom-6-opacity-0-80-dark)",
|
|
279
|
-
"custom-colors-custom-6-opacity-0-64-dark": "var(--or-c-custom-colors-custom-6-opacity-0-64-dark)",
|
|
280
|
-
"custom-colors-custom-6-opacity-0-48-dark": "var(--or-c-custom-colors-custom-6-opacity-0-48-dark)",
|
|
281
|
-
"custom-colors-custom-6-opacity-0-32-dark": "var(--or-c-custom-colors-custom-6-opacity-0-32-dark)",
|
|
282
|
-
"custom-colors-custom-6-opacity-0-16-dark": "var(--or-c-custom-colors-custom-6-opacity-0-16-dark)",
|
|
283
|
-
"custom-colors-custom-6-opacity-0-12-dark": "var(--or-c-custom-colors-custom-6-opacity-0-12-dark)",
|
|
284
|
-
"custom-colors-custom-6-opacity-0-08-dark": "var(--or-c-custom-colors-custom-6-opacity-0-08-dark)",
|
|
285
|
-
"outline-opacity-0-96-dark": "var(--or-c-outline-opacity-0-96-dark)",
|
|
286
|
-
"outline-opacity-0-80-dark": "var(--or-c-outline-opacity-0-80-dark)",
|
|
287
|
-
"outline-opacity-0-64-dark": "var(--or-c-outline-opacity-0-64-dark)",
|
|
288
|
-
"outline-opacity-0-48-dark": "var(--or-c-outline-opacity-0-48-dark)",
|
|
289
|
-
"outline-opacity-0-32-dark": "var(--or-c-outline-opacity-0-32-dark)",
|
|
290
|
-
"outline-opacity-0-16-dark": "var(--or-c-outline-opacity-0-16-dark)",
|
|
291
|
-
"outline-opacity-0-12-dark": "var(--or-c-outline-opacity-0-12-dark)",
|
|
292
|
-
"outline-opacity-0-08-dark": "var(--or-c-outline-opacity-0-08-dark)",
|
|
293
|
-
transparent: "transparent",
|
|
294
|
-
current: "currentColor",
|
|
295
|
-
inherit: "inherit"
|
|
296
|
-
},
|
|
297
|
-
backgroundColor: {
|
|
298
|
-
white: "var(--or-c-white)",
|
|
299
|
-
black: "var(--or-c-black)",
|
|
300
|
-
primary: "var(--or-c-primary-light)",
|
|
301
|
-
"on-primary": "var(--or-c-on-primary-light)",
|
|
302
|
-
"primary-container": "var(--or-c-primary-container-light)",
|
|
303
|
-
"on-primary-container": "var(--or-c-on-primary-container-light)",
|
|
304
|
-
secondary: "var(--or-c-secondary-light)",
|
|
305
|
-
"on-secondary": "var(--or-c-on-secondary-light)",
|
|
306
|
-
"secondary-container": "var(--or-c-secondary-container-light)",
|
|
307
|
-
"on-secondary-container": "var(--or-c-on-secondary-container-light)",
|
|
308
|
-
tertiary: "var(--or-c-tertiary-light)",
|
|
309
|
-
"on-tertiary": "var(--or-c-on-tertiary-light)",
|
|
310
|
-
"tertiary-container": "var(--or-c-tertiary-container-light)",
|
|
311
|
-
"on-tertiary-container": "var(--or-c-on-tertiary-container-light)",
|
|
312
|
-
error: "var(--or-c-error-light)",
|
|
313
|
-
"on-error": "var(--or-c-on-error-light)",
|
|
314
|
-
"error-container": "var(--or-c-error-container-light)",
|
|
315
|
-
"on-error-container": "var(--or-c-on-error-container-light)",
|
|
316
|
-
success: "var(--or-c-success-light)",
|
|
317
|
-
"on-success": "var(--or-c-on-success-light)",
|
|
318
|
-
"success-container": "var(--or-c-success-container-light)",
|
|
319
|
-
"on-success-container": "var(--or-c-on-success-container-light)",
|
|
320
|
-
warning: "var(--or-c-warning-light)",
|
|
321
|
-
"on-warning": "var(--or-c-on-warning-light)",
|
|
322
|
-
"warning-container": "var(--or-c-warning-container-light)",
|
|
323
|
-
"on-warning-container": "var(--or-c-on-warning-container-light)",
|
|
324
|
-
background: "var(--or-c-background-light)",
|
|
325
|
-
"on-background": "var(--or-c-on-background-light)",
|
|
326
|
-
surface: "var(--or-c-surface-light)",
|
|
327
|
-
"surface-1": "var(--or-c-surface-1-light)",
|
|
328
|
-
"surface-2": "var(--or-c-surface-2-light)",
|
|
329
|
-
"surface-3": "var(--or-c-surface-3-light)",
|
|
330
|
-
"surface-4": "var(--or-c-surface-4-light)",
|
|
331
|
-
"surface-5": "var(--or-c-surface-5-light)",
|
|
332
|
-
"on-surface": "var(--or-c-on-surface-light)",
|
|
333
|
-
"surface-variant": "var(--or-c-surface-variant-light)",
|
|
334
|
-
"on-surface-variant": "var(--or-c-on-surface-variant-light)",
|
|
335
|
-
"inverse-surface": "var(--or-c-inverse-surface-light)",
|
|
336
|
-
"inverse-on-surface": "var(--or-c-inverse-on-surface-light)",
|
|
337
|
-
"inverse-primary": "var(--or-c-inverse-primary-light)",
|
|
338
|
-
outline: "var(--or-c-outline-light)",
|
|
339
|
-
"on-disabled": "var(--or-c-on-disabled-light)",
|
|
340
|
-
"primary-opacity-0-08": "var(--or-c-primary-opacity-0-08-light)",
|
|
341
|
-
"primary-opacity-0-12": "var(--or-c-primary-opacity-0-12-light)",
|
|
342
|
-
"primary-opacity-0-16": "var(--or-c-primary-opacity-0-16-light)",
|
|
343
|
-
"primary-dark": "var(--or-c-primary-dark)",
|
|
344
|
-
"on-primary-dark": "var(--or-c-on-primary-dark)",
|
|
345
|
-
"primary-container-dark": "var(--or-c-primary-container-dark)",
|
|
346
|
-
"on-primary-container-dark": "var(--or-c-on-primary-container-dark)",
|
|
347
|
-
"secondary-dark": "var(--or-c-secondary-dark)",
|
|
348
|
-
"on-secondary-dark": "var(--or-c-on-secondary-dark)",
|
|
349
|
-
"secondary-container-dark": "var(--or-c-secondary-container-dark)",
|
|
350
|
-
"on-secondary-container-dark": "var(--or-c-on-secondary-container-dark)",
|
|
351
|
-
"tertiary-dark": "var(--or-c-tertiary-dark)",
|
|
352
|
-
"on-tertiary-dark": "var(--or-c-on-tertiary-dark)",
|
|
353
|
-
"tertiary-container-dark": "var(--or-c-tertiary-container-dark)",
|
|
354
|
-
"on-tertiary-container-dark": "var(--or-c-on-tertiary-container-dark)",
|
|
355
|
-
"error-dark": "var(--or-c-error-dark)",
|
|
356
|
-
"on-error-dark": "var(--or-c-on-error-dark)",
|
|
357
|
-
"error-container-dark": "var(--or-c-error-container-dark)",
|
|
358
|
-
"on-error-container-dark": "var(--or-c-on-error-container-dark)",
|
|
359
|
-
"success-dark": "var(--or-c-success-dark)",
|
|
360
|
-
"on-success-dark": "var(--or-c-on-success-dark)",
|
|
361
|
-
"success-container-dark": "var(--or-c-success-container-dark)",
|
|
362
|
-
"on-success-container-dark": "var(--or-c-on-success-container-dark)",
|
|
363
|
-
"warning-dark": "var(--or-c-warning-dark)",
|
|
364
|
-
"on-warning-dark": "var(--or-c-on-warning-dark)",
|
|
365
|
-
"warning-container-dark": "var(--or-c-warning-container-dark)",
|
|
366
|
-
"on-warning-container-dark": "var(--or-c-on-warning-container-dark)",
|
|
367
|
-
"background-dark": "var(--or-c-background-dark)",
|
|
368
|
-
"on-background-dark": "var(--or-c-on-background-dark)",
|
|
369
|
-
"surface-dark": "var(--or-c-surface-dark)",
|
|
370
|
-
"surface-1-dark": "var(--or-c-surface-1-dark)",
|
|
371
|
-
"surface-2-dark": "var(--or-c-surface-2-dark)",
|
|
372
|
-
"surface-3-dark": "var(--or-c-surface-3-dark)",
|
|
373
|
-
"surface-4-dark": "var(--or-c-surface-4-dark)",
|
|
374
|
-
"surface-5-dark": "var(--or-c-surface-5-dark)",
|
|
375
|
-
"on-surface-dark": "var(--or-c-on-surface-dark)",
|
|
376
|
-
"surface-variant-dark": "var(--or-c-surface-variant-dark)",
|
|
377
|
-
"on-surface-variant-dark": "var(--or-c-on-surface-variant-dark)",
|
|
378
|
-
"inverse-surface-dark": "var(--or-c-inverse-surface-dark)",
|
|
379
|
-
"inverse-on-surface-dark": "var(--or-c-inverse-on-surface-dark)",
|
|
380
|
-
"inverse-primary-dark": "var(--or-c-inverse-primary-dark)",
|
|
381
|
-
"outline-dark": "var(--or-c-outline-dark)",
|
|
382
|
-
"on-disabled-dark": "var(--or-c-on-disabled-dark)",
|
|
383
|
-
"primary-opacity-0-08-dark": "var(--or-c-primary-opacity-0-08-dark)",
|
|
384
|
-
"primary-opacity-0-12-dark": "var(--or-c-primary-opacity-0-12-dark)",
|
|
385
|
-
"primary-opacity-0-16-dark": "var(--or-c-primary-opacity-0-16-dark)",
|
|
386
|
-
"primary-hover": "var(--or-c-primary-hover-light)",
|
|
387
|
-
"error-hover": "var(--or-c-error-hover-light)",
|
|
388
|
-
"success-hover": "var(--or-c-success-hover-light)",
|
|
389
|
-
"warning-hover": "var(--or-c-warning-hover-light)",
|
|
390
|
-
"error-opacity-0-08": "var(--or-c-error-opacity-0-08-light)",
|
|
391
|
-
"error-opacity-0-12": "var(--or-c-error-opacity-0-12-light)",
|
|
392
|
-
"error-opacity-0-16": "var(--or-c-error-opacity-0-16-light)",
|
|
393
|
-
"primary-hover-dark": "var(--or-c-primary-hover-dark)",
|
|
394
|
-
"error-hover-dark": "var(--or-c-error-hover-dark)",
|
|
395
|
-
"success-hover-dark": "var(--or-c-success-hover-dark)",
|
|
396
|
-
"warning-hover-dark": "var(--or-c-warning-hover-dark)",
|
|
397
|
-
"error-opacity-0-08-dark": "var(--or-c-error-opacity-0-08-dark)",
|
|
398
|
-
"error-opacity-0-12-dark": "var(--or-c-error-opacity-0-12-dark)",
|
|
399
|
-
"error-opacity-0-16-dark": "var(--or-c-error-opacity-0-16-dark)",
|
|
400
|
-
disabled: "var(--or-c-disabled-light)",
|
|
401
|
-
"disabled-dark": "var(--or-c-disabled-dark)",
|
|
402
|
-
"success-opacity-0-08": "var(--or-c-success-opacity-0-08-light)",
|
|
403
|
-
"success-opacity-0-12": "var(--or-c-success-opacity-0-12-light)",
|
|
404
|
-
"success-opacity-0-16": "var(--or-c-success-opacity-0-16-light)",
|
|
405
|
-
"warning-opacity-0-08": "var(--or-c-warning-opacity-0-08-light)",
|
|
406
|
-
"warning-opacity-0-12": "var(--or-c-warning-opacity-0-12-light)",
|
|
407
|
-
"warning-opacity-0-16": "var(--or-c-warning-opacity-0-16-light)",
|
|
408
|
-
"success-opacity-0-08-dark": "var(--or-c-success-opacity-0-08-dark)",
|
|
409
|
-
"success-opacity-0-12-dark": "var(--or-c-success-opacity-0-12-dark)",
|
|
410
|
-
"success-opacity-0-16-dark": "var(--or-c-success-opacity-0-16-dark)",
|
|
411
|
-
"warning-opacity-0-08-dark": "var(--or-c-warning-opacity-0-08-dark)",
|
|
412
|
-
"warning-opacity-0-12-dark": "var(--or-c-warning-opacity-0-12-dark)",
|
|
413
|
-
"warning-opacity-0-16-dark": "var(--or-c-warning-opacity-0-16-dark)",
|
|
414
|
-
overlay: "var(--or-c-overlay-light)",
|
|
415
|
-
"overlay-dark": "var(--or-c-overlay-dark)",
|
|
416
|
-
"outline-variant": "var(--or-c-outline-variant-light)",
|
|
417
|
-
"outline-variant-dark": "var(--or-c-outline-variant-dark)",
|
|
418
|
-
"primary-hover-opacity-0-08": "var(--or-c-primary-hover-opacity-0-08-light)",
|
|
419
|
-
"primary-hover-opacity-0-12": "var(--or-c-primary-hover-opacity-0-12-light)",
|
|
420
|
-
"primary-hover-opacity-0-16": "var(--or-c-primary-hover-opacity-0-16-light)",
|
|
421
|
-
"primary-hover-opacity-0-32": "var(--or-c-primary-hover-opacity-0-32-light)",
|
|
422
|
-
"primary-hover-opacity-0-48": "var(--or-c-primary-hover-opacity-0-48-light)",
|
|
423
|
-
"primary-hover-opacity-0-64": "var(--or-c-primary-hover-opacity-0-64-light)",
|
|
424
|
-
"primary-hover-opacity-0-80": "var(--or-c-primary-hover-opacity-0-80-light)",
|
|
425
|
-
"primary-hover-opacity-0-96": "var(--or-c-primary-hover-opacity-0-96-light)",
|
|
426
|
-
"primary-hover-opacity-0-08-dark": "var(--or-c-primary-hover-opacity-0-08-dark)",
|
|
427
|
-
"primary-hover-opacity-0-12-dark": "var(--or-c-primary-hover-opacity-0-12-dark)",
|
|
428
|
-
"primary-hover-opacity-0-16-dark": "var(--or-c-primary-hover-opacity-0-16-dark)",
|
|
429
|
-
"primary-hover-opacity-0-32-dark": "var(--or-c-primary-hover-opacity-0-32-dark)",
|
|
430
|
-
"primary-hover-opacity-0-48-dark": "var(--or-c-primary-hover-opacity-0-48-dark)",
|
|
431
|
-
"primary-hover-opacity-0-64-dark": "var(--or-c-primary-hover-opacity-0-64-dark)",
|
|
432
|
-
"primary-hover-opacity-0-80-dark": "var(--or-c-primary-hover-opacity-0-80-dark)",
|
|
433
|
-
"primary-hover-opacity-0-96-dark": "var(--or-c-primary-hover-opacity-0-96-dark)",
|
|
434
|
-
"custom-colors-custom-1": "var(--or-c-custom-colors-custom-1-light)",
|
|
435
|
-
"custom-colors-custom-2": "var(--or-c-custom-colors-custom-2-light)",
|
|
436
|
-
"custom-colors-custom-3": "var(--or-c-custom-colors-custom-3-light)",
|
|
437
|
-
"custom-colors-custom-4": "var(--or-c-custom-colors-custom-4-light)",
|
|
438
|
-
"custom-colors-custom-5": "var(--or-c-custom-colors-custom-5-light)",
|
|
439
|
-
"custom-colors-custom-6": "var(--or-c-custom-colors-custom-6-light)",
|
|
440
|
-
"custom-colors-custom-1-container": "var(--or-c-custom-colors-custom-1-container-light)",
|
|
441
|
-
"custom-colors-custom-2-container": "var(--or-c-custom-colors-custom-2-container-light)",
|
|
442
|
-
"custom-colors-custom-3-container": "var(--or-c-custom-colors-custom-3-container-light)",
|
|
443
|
-
"custom-colors-custom-4-container": "var(--or-c-custom-colors-custom-4-container-light)",
|
|
444
|
-
"custom-colors-custom-5-container": "var(--or-c-custom-colors-custom-5-container-light)",
|
|
445
|
-
"custom-colors-custom-6-container": "var(--or-c-custom-colors-custom-6-container-light)",
|
|
446
|
-
"custom-colors-custom-1-dark": "var(--or-c-custom-colors-custom-1-dark)",
|
|
447
|
-
"custom-colors-custom-2-dark": "var(--or-c-custom-colors-custom-2-dark)",
|
|
448
|
-
"custom-colors-custom-3-dark": "var(--or-c-custom-colors-custom-3-dark)",
|
|
449
|
-
"custom-colors-custom-4-dark": "var(--or-c-custom-colors-custom-4-dark)",
|
|
450
|
-
"custom-colors-custom-5-dark": "var(--or-c-custom-colors-custom-5-dark)",
|
|
451
|
-
"custom-colors-custom-6-dark": "var(--or-c-custom-colors-custom-6-dark)",
|
|
452
|
-
"custom-colors-custom-1-container-dark": "var(--or-c-custom-colors-custom-1-container-dark)",
|
|
453
|
-
"custom-colors-custom-2-container-dark": "var(--or-c-custom-colors-custom-2-container-dark)",
|
|
454
|
-
"custom-colors-custom-3-container-dark": "var(--or-c-custom-colors-custom-3-container-dark)",
|
|
455
|
-
"custom-colors-custom-4-container-dark": "var(--or-c-custom-colors-custom-4-container-dark)",
|
|
456
|
-
"custom-colors-custom-5-container-dark": "var(--or-c-custom-colors-custom-5-container-dark)",
|
|
457
|
-
"custom-colors-custom-6-container-dark": "var(--or-c-custom-colors-custom-6-container-dark)",
|
|
458
|
-
"error-opacity-0-32": "var(--or-c-error-opacity-0-32-light)",
|
|
459
|
-
"error-opacity-0-48": "var(--or-c-error-opacity-0-48-light)",
|
|
460
|
-
"error-opacity-0-64": "var(--or-c-error-opacity-0-64-light)",
|
|
461
|
-
"error-opacity-0-80": "var(--or-c-error-opacity-0-80-light)",
|
|
462
|
-
"error-opacity-0-96": "var(--or-c-error-opacity-0-96-light)",
|
|
463
|
-
"success-opacity-0-32": "var(--or-c-success-opacity-0-32-light)",
|
|
464
|
-
"success-opacity-0-48": "var(--or-c-success-opacity-0-48-light)",
|
|
465
|
-
"success-opacity-0-64": "var(--or-c-success-opacity-0-64-light)",
|
|
466
|
-
"success-opacity-0-80": "var(--or-c-success-opacity-0-80-light)",
|
|
467
|
-
"success-opacity-0-96": "var(--or-c-success-opacity-0-96-light)",
|
|
468
|
-
"warning-opacity-0-32": "var(--or-c-warning-opacity-0-32-light)",
|
|
469
|
-
"warning-opacity-0-48": "var(--or-c-warning-opacity-0-48-light)",
|
|
470
|
-
"warning-opacity-0-64": "var(--or-c-warning-opacity-0-64-light)",
|
|
471
|
-
"warning-opacity-0-80": "var(--or-c-warning-opacity-0-80-light)",
|
|
472
|
-
"warning-opacity-0-96": "var(--or-c-warning-opacity-0-96-light)",
|
|
473
|
-
"custom-colors-custom-1-opacity-0-96": "var(--or-c-custom-colors-custom-1-opacity-0-96-light)",
|
|
474
|
-
"custom-colors-custom-1-opacity-0-80": "var(--or-c-custom-colors-custom-1-opacity-0-80-light)",
|
|
475
|
-
"custom-colors-custom-1-opacity-0-64": "var(--or-c-custom-colors-custom-1-opacity-0-64-light)",
|
|
476
|
-
"custom-colors-custom-1-opacity-0-48": "var(--or-c-custom-colors-custom-1-opacity-0-48-light)",
|
|
477
|
-
"custom-colors-custom-1-opacity-0-32": "var(--or-c-custom-colors-custom-1-opacity-0-32-light)",
|
|
478
|
-
"custom-colors-custom-1-opacity-0-16": "var(--or-c-custom-colors-custom-1-opacity-0-16-light)",
|
|
479
|
-
"custom-colors-custom-1-opacity-0-12": "var(--or-c-custom-colors-custom-1-opacity-0-12-light)",
|
|
480
|
-
"custom-colors-custom-1-opacity-0-08": "var(--or-c-custom-colors-custom-1-opacity-0-08-light)",
|
|
481
|
-
"custom-colors-custom-2-opacity-0-96": "var(--or-c-custom-colors-custom-2-opacity-0-96-light)",
|
|
482
|
-
"custom-colors-custom-2-opacity-0-80": "var(--or-c-custom-colors-custom-2-opacity-0-80-light)",
|
|
483
|
-
"custom-colors-custom-2-opacity-0-64": "var(--or-c-custom-colors-custom-2-opacity-0-64-light)",
|
|
484
|
-
"custom-colors-custom-2-opacity-0-48": "var(--or-c-custom-colors-custom-2-opacity-0-48-light)",
|
|
485
|
-
"custom-colors-custom-2-opacity-0-32": "var(--or-c-custom-colors-custom-2-opacity-0-32-light)",
|
|
486
|
-
"custom-colors-custom-2-opacity-0-16": "var(--or-c-custom-colors-custom-2-opacity-0-16-light)",
|
|
487
|
-
"custom-colors-custom-2-opacity-0-12": "var(--or-c-custom-colors-custom-2-opacity-0-12-light)",
|
|
488
|
-
"custom-colors-custom-2-opacity-0-08": "var(--or-c-custom-colors-custom-2-opacity-0-08-light)",
|
|
489
|
-
"custom-colors-custom-3-opacity-0-96": "var(--or-c-custom-colors-custom-3-opacity-0-96-light)",
|
|
490
|
-
"custom-colors-custom-3-opacity-0-80": "var(--or-c-custom-colors-custom-3-opacity-0-80-light)",
|
|
491
|
-
"custom-colors-custom-3-opacity-0-64": "var(--or-c-custom-colors-custom-3-opacity-0-64-light)",
|
|
492
|
-
"custom-colors-custom-3-opacity-0-48": "var(--or-c-custom-colors-custom-3-opacity-0-48-light)",
|
|
493
|
-
"custom-colors-custom-3-opacity-0-32": "var(--or-c-custom-colors-custom-3-opacity-0-32-light)",
|
|
494
|
-
"custom-colors-custom-3-opacity-0-16": "var(--or-c-custom-colors-custom-3-opacity-0-16-light)",
|
|
495
|
-
"custom-colors-custom-3-opacity-0-12": "var(--or-c-custom-colors-custom-3-opacity-0-12-light)",
|
|
496
|
-
"custom-colors-custom-3-opacity-0-08": "var(--or-c-custom-colors-custom-3-opacity-0-08-light)",
|
|
497
|
-
"custom-colors-custom-4-opacity-0-96": "var(--or-c-custom-colors-custom-4-opacity-0-96-light)",
|
|
498
|
-
"custom-colors-custom-4-opacity-0-80": "var(--or-c-custom-colors-custom-4-opacity-0-80-light)",
|
|
499
|
-
"custom-colors-custom-4-opacity-0-64": "var(--or-c-custom-colors-custom-4-opacity-0-64-light)",
|
|
500
|
-
"custom-colors-custom-4-opacity-0-48": "var(--or-c-custom-colors-custom-4-opacity-0-48-light)",
|
|
501
|
-
"custom-colors-custom-4-opacity-0-32": "var(--or-c-custom-colors-custom-4-opacity-0-32-light)",
|
|
502
|
-
"custom-colors-custom-4-opacity-0-16": "var(--or-c-custom-colors-custom-4-opacity-0-16-light)",
|
|
503
|
-
"custom-colors-custom-4-opacity-0-12": "var(--or-c-custom-colors-custom-4-opacity-0-12-light)",
|
|
504
|
-
"custom-colors-custom-4-opacity-0-08": "var(--or-c-custom-colors-custom-4-opacity-0-08-light)",
|
|
505
|
-
"custom-colors-custom-5-opacity-0-96": "var(--or-c-custom-colors-custom-5-opacity-0-96-light)",
|
|
506
|
-
"custom-colors-custom-5-opacity-0-80": "var(--or-c-custom-colors-custom-5-opacity-0-80-light)",
|
|
507
|
-
"custom-colors-custom-5-opacity-0-64": "var(--or-c-custom-colors-custom-5-opacity-0-64-light)",
|
|
508
|
-
"custom-colors-custom-5-opacity-0-48": "var(--or-c-custom-colors-custom-5-opacity-0-48-light)",
|
|
509
|
-
"custom-colors-custom-5-opacity-0-32": "var(--or-c-custom-colors-custom-5-opacity-0-32-light)",
|
|
510
|
-
"custom-colors-custom-5-opacity-0-16": "var(--or-c-custom-colors-custom-5-opacity-0-16-light)",
|
|
511
|
-
"custom-colors-custom-5-opacity-0-12": "var(--or-c-custom-colors-custom-5-opacity-0-12-light)",
|
|
512
|
-
"custom-colors-custom-5-opacity-0-08": "var(--or-c-custom-colors-custom-5-opacity-0-08-light)",
|
|
513
|
-
"custom-colors-custom-6-opacity-0-96": "var(--or-c-custom-colors-custom-6-opacity-0-96-light)",
|
|
514
|
-
"custom-colors-custom-6-opacity-0-80": "var(--or-c-custom-colors-custom-6-opacity-0-80-light)",
|
|
515
|
-
"custom-colors-custom-6-opacity-0-64": "var(--or-c-custom-colors-custom-6-opacity-0-64-light)",
|
|
516
|
-
"custom-colors-custom-6-opacity-0-48": "var(--or-c-custom-colors-custom-6-opacity-0-48-light)",
|
|
517
|
-
"custom-colors-custom-6-opacity-0-32": "var(--or-c-custom-colors-custom-6-opacity-0-32-light)",
|
|
518
|
-
"custom-colors-custom-6-opacity-0-16": "var(--or-c-custom-colors-custom-6-opacity-0-16-light)",
|
|
519
|
-
"custom-colors-custom-6-opacity-0-12": "var(--or-c-custom-colors-custom-6-opacity-0-12-light)",
|
|
520
|
-
"custom-colors-custom-6-opacity-0-08": "var(--or-c-custom-colors-custom-6-opacity-0-08-light)",
|
|
521
|
-
"outline-opacity-0-96": "var(--or-c-outline-opacity-0-96-light)",
|
|
522
|
-
"outline-opacity-0-80": "var(--or-c-outline-opacity-0-80-light)",
|
|
523
|
-
"outline-opacity-0-64": "var(--or-c-outline-opacity-0-64-light)",
|
|
524
|
-
"outline-opacity-0-48": "var(--or-c-outline-opacity-0-48-light)",
|
|
525
|
-
"outline-opacity-0-32": "var(--or-c-outline-opacity-0-32-light)",
|
|
526
|
-
"outline-opacity-0-16": "var(--or-c-outline-opacity-0-16-light)",
|
|
527
|
-
"outline-opacity-0-12": "var(--or-c-outline-opacity-0-12-light)",
|
|
528
|
-
"outline-opacity-0-08": "var(--or-c-outline-opacity-0-08-light)",
|
|
529
|
-
"error-opacity-0-32-dark": "var(--or-c-error-opacity-0-32-dark)",
|
|
530
|
-
"error-opacity-0-48-dark": "var(--or-c-error-opacity-0-48-dark)",
|
|
531
|
-
"error-opacity-0-64-dark": "var(--or-c-error-opacity-0-64-dark)",
|
|
532
|
-
"error-opacity-0-80-dark": "var(--or-c-error-opacity-0-80-dark)",
|
|
533
|
-
"error-opacity-0-96-dark": "var(--or-c-error-opacity-0-96-dark)",
|
|
534
|
-
"success-opacity-0-32-dark": "var(--or-c-success-opacity-0-32-dark)",
|
|
535
|
-
"success-opacity-0-48-dark": "var(--or-c-success-opacity-0-48-dark)",
|
|
536
|
-
"success-opacity-0-64-dark": "var(--or-c-success-opacity-0-64-dark)",
|
|
537
|
-
"success-opacity-0-80-dark": "var(--or-c-success-opacity-0-80-dark)",
|
|
538
|
-
"success-opacity-0-96-dark": "var(--or-c-success-opacity-0-96-dark)",
|
|
539
|
-
"warning-opacity-0-32-dark": "var(--or-c-warning-opacity-0-32-dark)",
|
|
540
|
-
"warning-opacity-0-48-dark": "var(--or-c-warning-opacity-0-48-dark)",
|
|
541
|
-
"warning-opacity-0-64-dark": "var(--or-c-warning-opacity-0-64-dark)",
|
|
542
|
-
"warning-opacity-0-80-dark": "var(--or-c-warning-opacity-0-80-dark)",
|
|
543
|
-
"warning-opacity-0-96-dark": "var(--or-c-warning-opacity-0-96-dark)",
|
|
544
|
-
"custom-colors-custom-1-opacity-0-96-dark": "var(--or-c-custom-colors-custom-1-opacity-0-96-dark)",
|
|
545
|
-
"custom-colors-custom-1-opacity-0-80-dark": "var(--or-c-custom-colors-custom-1-opacity-0-80-dark)",
|
|
546
|
-
"custom-colors-custom-1-opacity-0-64-dark": "var(--or-c-custom-colors-custom-1-opacity-0-64-dark)",
|
|
547
|
-
"custom-colors-custom-1-opacity-0-48-dark": "var(--or-c-custom-colors-custom-1-opacity-0-48-dark)",
|
|
548
|
-
"custom-colors-custom-1-opacity-0-32-dark": "var(--or-c-custom-colors-custom-1-opacity-0-32-dark)",
|
|
549
|
-
"custom-colors-custom-1-opacity-0-16-dark": "var(--or-c-custom-colors-custom-1-opacity-0-16-dark)",
|
|
550
|
-
"custom-colors-custom-1-opacity-0-12-dark": "var(--or-c-custom-colors-custom-1-opacity-0-12-dark)",
|
|
551
|
-
"custom-colors-custom-1-opacity-0-08-dark": "var(--or-c-custom-colors-custom-1-opacity-0-08-dark)",
|
|
552
|
-
"custom-colors-custom-2-opacity-0-96-dark": "var(--or-c-custom-colors-custom-2-opacity-0-96-dark)",
|
|
553
|
-
"custom-colors-custom-2-opacity-0-80-dark": "var(--or-c-custom-colors-custom-2-opacity-0-80-dark)",
|
|
554
|
-
"custom-colors-custom-2-opacity-0-64-dark": "var(--or-c-custom-colors-custom-2-opacity-0-64-dark)",
|
|
555
|
-
"custom-colors-custom-2-opacity-0-48-dark": "var(--or-c-custom-colors-custom-2-opacity-0-48-dark)",
|
|
556
|
-
"custom-colors-custom-2-opacity-0-32-dark": "var(--or-c-custom-colors-custom-2-opacity-0-32-dark)",
|
|
557
|
-
"custom-colors-custom-2-opacity-0-16-dark": "var(--or-c-custom-colors-custom-2-opacity-0-16-dark)",
|
|
558
|
-
"custom-colors-custom-2-opacity-0-12-dark": "var(--or-c-custom-colors-custom-2-opacity-0-12-dark)",
|
|
559
|
-
"custom-colors-custom-2-opacity-0-08-dark": "var(--or-c-custom-colors-custom-2-opacity-0-08-dark)",
|
|
560
|
-
"custom-colors-custom-3-opacity-0-96-dark": "var(--or-c-custom-colors-custom-3-opacity-0-96-dark)",
|
|
561
|
-
"custom-colors-custom-3-opacity-0-80-dark": "var(--or-c-custom-colors-custom-3-opacity-0-80-dark)",
|
|
562
|
-
"custom-colors-custom-3-opacity-0-64-dark": "var(--or-c-custom-colors-custom-3-opacity-0-64-dark)",
|
|
563
|
-
"custom-colors-custom-3-opacity-0-48-dark": "var(--or-c-custom-colors-custom-3-opacity-0-48-dark)",
|
|
564
|
-
"custom-colors-custom-3-opacity-0-32-dark": "var(--or-c-custom-colors-custom-3-opacity-0-32-dark)",
|
|
565
|
-
"custom-colors-custom-3-opacity-0-16-dark": "var(--or-c-custom-colors-custom-3-opacity-0-16-dark)",
|
|
566
|
-
"custom-colors-custom-3-opacity-0-12-dark": "var(--or-c-custom-colors-custom-3-opacity-0-12-dark)",
|
|
567
|
-
"custom-colors-custom-3-opacity-0-08-dark": "var(--or-c-custom-colors-custom-3-opacity-0-08-dark)",
|
|
568
|
-
"custom-colors-custom-4-opacity-0-96-dark": "var(--or-c-custom-colors-custom-4-opacity-0-96-dark)",
|
|
569
|
-
"custom-colors-custom-4-opacity-0-80-dark": "var(--or-c-custom-colors-custom-4-opacity-0-80-dark)",
|
|
570
|
-
"custom-colors-custom-4-opacity-0-64-dark": "var(--or-c-custom-colors-custom-4-opacity-0-64-dark)",
|
|
571
|
-
"custom-colors-custom-4-opacity-0-48-dark": "var(--or-c-custom-colors-custom-4-opacity-0-48-dark)",
|
|
572
|
-
"custom-colors-custom-4-opacity-0-32-dark": "var(--or-c-custom-colors-custom-4-opacity-0-32-dark)",
|
|
573
|
-
"custom-colors-custom-4-opacity-0-16-dark": "var(--or-c-custom-colors-custom-4-opacity-0-16-dark)",
|
|
574
|
-
"custom-colors-custom-4-opacity-0-12-dark": "var(--or-c-custom-colors-custom-4-opacity-0-12-dark)",
|
|
575
|
-
"custom-colors-custom-4-opacity-0-08-dark": "var(--or-c-custom-colors-custom-4-opacity-0-08-dark)",
|
|
576
|
-
"custom-colors-custom-5-opacity-0-96-dark": "var(--or-c-custom-colors-custom-5-opacity-0-96-dark)",
|
|
577
|
-
"custom-colors-custom-5-opacity-0-80-dark": "var(--or-c-custom-colors-custom-5-opacity-0-80-dark)",
|
|
578
|
-
"custom-colors-custom-5-opacity-0-64-dark": "var(--or-c-custom-colors-custom-5-opacity-0-64-dark)",
|
|
579
|
-
"custom-colors-custom-5-opacity-0-48-dark": "var(--or-c-custom-colors-custom-5-opacity-0-48-dark)",
|
|
580
|
-
"custom-colors-custom-5-opacity-0-32-dark": "var(--or-c-custom-colors-custom-5-opacity-0-32-dark)",
|
|
581
|
-
"custom-colors-custom-5-opacity-0-16-dark": "var(--or-c-custom-colors-custom-5-opacity-0-16-dark)",
|
|
582
|
-
"custom-colors-custom-5-opacity-0-12-dark": "var(--or-c-custom-colors-custom-5-opacity-0-12-dark)",
|
|
583
|
-
"custom-colors-custom-5-opacity-0-08-dark": "var(--or-c-custom-colors-custom-5-opacity-0-08-dark)",
|
|
584
|
-
"custom-colors-custom-6-opacity-0-96-dark": "var(--or-c-custom-colors-custom-6-opacity-0-96-dark)",
|
|
585
|
-
"custom-colors-custom-6-opacity-0-80-dark": "var(--or-c-custom-colors-custom-6-opacity-0-80-dark)",
|
|
586
|
-
"custom-colors-custom-6-opacity-0-64-dark": "var(--or-c-custom-colors-custom-6-opacity-0-64-dark)",
|
|
587
|
-
"custom-colors-custom-6-opacity-0-48-dark": "var(--or-c-custom-colors-custom-6-opacity-0-48-dark)",
|
|
588
|
-
"custom-colors-custom-6-opacity-0-32-dark": "var(--or-c-custom-colors-custom-6-opacity-0-32-dark)",
|
|
589
|
-
"custom-colors-custom-6-opacity-0-16-dark": "var(--or-c-custom-colors-custom-6-opacity-0-16-dark)",
|
|
590
|
-
"custom-colors-custom-6-opacity-0-12-dark": "var(--or-c-custom-colors-custom-6-opacity-0-12-dark)",
|
|
591
|
-
"custom-colors-custom-6-opacity-0-08-dark": "var(--or-c-custom-colors-custom-6-opacity-0-08-dark)",
|
|
592
|
-
"outline-opacity-0-96-dark": "var(--or-c-outline-opacity-0-96-dark)",
|
|
593
|
-
"outline-opacity-0-80-dark": "var(--or-c-outline-opacity-0-80-dark)",
|
|
594
|
-
"outline-opacity-0-64-dark": "var(--or-c-outline-opacity-0-64-dark)",
|
|
595
|
-
"outline-opacity-0-48-dark": "var(--or-c-outline-opacity-0-48-dark)",
|
|
596
|
-
"outline-opacity-0-32-dark": "var(--or-c-outline-opacity-0-32-dark)",
|
|
597
|
-
"outline-opacity-0-16-dark": "var(--or-c-outline-opacity-0-16-dark)",
|
|
598
|
-
"outline-opacity-0-12-dark": "var(--or-c-outline-opacity-0-12-dark)",
|
|
599
|
-
"outline-opacity-0-08-dark": "var(--or-c-outline-opacity-0-08-dark)",
|
|
600
|
-
"surface-variant-1": "var(--or-c-surface-variant-1-light)",
|
|
601
|
-
"surface-variant-1-dark": "var(--or-c-surface-variant-1-dark)",
|
|
602
|
-
transparent: "transparent",
|
|
603
|
-
current: "currentColor",
|
|
604
|
-
inherit: "inherit"
|
|
605
|
-
},
|
|
606
|
-
backgroundImage: {
|
|
607
|
-
"skeletons-gradient": "var(--or-c-skeletons-gradient-light)",
|
|
608
|
-
"skeletons-gradient-dark": "var(--or-c-skeletons-gradient-dark)"
|
|
609
|
-
},
|
|
610
|
-
borderColor: {
|
|
611
|
-
white: "var(--or-c-white)",
|
|
612
|
-
black: "var(--or-c-black)",
|
|
613
|
-
primary: "var(--or-c-primary-light)",
|
|
614
|
-
secondary: "var(--or-c-secondary-light)",
|
|
615
|
-
tertiary: "var(--or-c-tertiary-light)",
|
|
616
|
-
error: "var(--or-c-error-light)",
|
|
617
|
-
success: "var(--or-c-success-light)",
|
|
618
|
-
warning: "var(--or-c-warning-light)",
|
|
619
|
-
"inverse-primary": "var(--or-c-inverse-primary-light)",
|
|
620
|
-
outline: "var(--or-c-outline-light)",
|
|
621
|
-
"primary-opacity-0-08": "var(--or-c-primary-opacity-0-08-light)",
|
|
622
|
-
"primary-opacity-0-12": "var(--or-c-primary-opacity-0-12-light)",
|
|
623
|
-
"primary-opacity-0-16": "var(--or-c-primary-opacity-0-16-light)",
|
|
624
|
-
"primary-dark": "var(--or-c-primary-dark)",
|
|
625
|
-
"secondary-dark": "var(--or-c-secondary-dark)",
|
|
626
|
-
"tertiary-dark": "var(--or-c-tertiary-dark)",
|
|
627
|
-
"error-dark": "var(--or-c-error-dark)",
|
|
628
|
-
"success-dark": "var(--or-c-success-dark)",
|
|
629
|
-
"warning-dark": "var(--or-c-warning-dark)",
|
|
630
|
-
"inverse-primary-dark": "var(--or-c-inverse-primary-dark)",
|
|
631
|
-
"outline-dark": "var(--or-c-outline-dark)",
|
|
632
|
-
"primary-opacity-0-08-dark": "var(--or-c-primary-opacity-0-08-dark)",
|
|
633
|
-
"primary-opacity-0-12-dark": "var(--or-c-primary-opacity-0-12-dark)",
|
|
634
|
-
"primary-opacity-0-16-dark": "var(--or-c-primary-opacity-0-16-dark)",
|
|
635
|
-
"primary-hover": "var(--or-c-primary-hover-light)",
|
|
636
|
-
"error-hover": "var(--or-c-error-hover-light)",
|
|
637
|
-
"success-hover": "var(--or-c-success-hover-light)",
|
|
638
|
-
"warning-hover": "var(--or-c-warning-hover-light)",
|
|
639
|
-
"error-opacity-0-08": "var(--or-c-error-opacity-0-08-light)",
|
|
640
|
-
"error-opacity-0-12": "var(--or-c-error-opacity-0-12-light)",
|
|
641
|
-
"error-opacity-0-16": "var(--or-c-error-opacity-0-16-light)",
|
|
642
|
-
"primary-hover-dark": "var(--or-c-primary-hover-dark)",
|
|
643
|
-
"error-hover-dark": "var(--or-c-error-hover-dark)",
|
|
644
|
-
"success-hover-dark": "var(--or-c-success-hover-dark)",
|
|
645
|
-
"warning-hover-dark": "var(--or-c-warning-hover-dark)",
|
|
646
|
-
"error-opacity-0-08-dark": "var(--or-c-error-opacity-0-08-dark)",
|
|
647
|
-
"error-opacity-0-12-dark": "var(--or-c-error-opacity-0-12-dark)",
|
|
648
|
-
"error-opacity-0-16-dark": "var(--or-c-error-opacity-0-16-dark)",
|
|
649
|
-
disabled: "var(--or-c-disabled-light)",
|
|
650
|
-
"disabled-dark": "var(--or-c-disabled-dark)",
|
|
651
|
-
"success-opacity-0-08": "var(--or-c-success-opacity-0-08-light)",
|
|
652
|
-
"success-opacity-0-12": "var(--or-c-success-opacity-0-12-light)",
|
|
653
|
-
"success-opacity-0-16": "var(--or-c-success-opacity-0-16-light)",
|
|
654
|
-
"warning-opacity-0-08": "var(--or-c-warning-opacity-0-08-light)",
|
|
655
|
-
"warning-opacity-0-12": "var(--or-c-warning-opacity-0-12-light)",
|
|
656
|
-
"warning-opacity-0-16": "var(--or-c-warning-opacity-0-16-light)",
|
|
657
|
-
"success-opacity-0-08-dark": "var(--or-c-success-opacity-0-08-dark)",
|
|
658
|
-
"success-opacity-0-12-dark": "var(--or-c-success-opacity-0-12-dark)",
|
|
659
|
-
"success-opacity-0-16-dark": "var(--or-c-success-opacity-0-16-dark)",
|
|
660
|
-
"warning-opacity-0-08-dark": "var(--or-c-warning-opacity-0-08-dark)",
|
|
661
|
-
"warning-opacity-0-12-dark": "var(--or-c-warning-opacity-0-12-dark)",
|
|
662
|
-
"warning-opacity-0-16-dark": "var(--or-c-warning-opacity-0-16-dark)",
|
|
663
|
-
overlay: "var(--or-c-overlay-light)",
|
|
664
|
-
"overlay-dark": "var(--or-c-overlay-dark)",
|
|
665
|
-
"outline-variant": "var(--or-c-outline-variant-light)",
|
|
666
|
-
"outline-variant-dark": "var(--or-c-outline-variant-dark)",
|
|
667
|
-
"primary-hover-opacity-0-08": "var(--or-c-primary-hover-opacity-0-08-light)",
|
|
668
|
-
"primary-hover-opacity-0-12": "var(--or-c-primary-hover-opacity-0-12-light)",
|
|
669
|
-
"primary-hover-opacity-0-16": "var(--or-c-primary-hover-opacity-0-16-light)",
|
|
670
|
-
"primary-hover-opacity-0-32": "var(--or-c-primary-hover-opacity-0-32-light)",
|
|
671
|
-
"primary-hover-opacity-0-48": "var(--or-c-primary-hover-opacity-0-48-light)",
|
|
672
|
-
"primary-hover-opacity-0-64": "var(--or-c-primary-hover-opacity-0-64-light)",
|
|
673
|
-
"primary-hover-opacity-0-80": "var(--or-c-primary-hover-opacity-0-80-light)",
|
|
674
|
-
"primary-hover-opacity-0-96": "var(--or-c-primary-hover-opacity-0-96-light)",
|
|
675
|
-
"primary-hover-opacity-0-08-dark": "var(--or-c-primary-hover-opacity-0-08-dark)",
|
|
676
|
-
"primary-hover-opacity-0-12-dark": "var(--or-c-primary-hover-opacity-0-12-dark)",
|
|
677
|
-
"primary-hover-opacity-0-16-dark": "var(--or-c-primary-hover-opacity-0-16-dark)",
|
|
678
|
-
"primary-hover-opacity-0-32-dark": "var(--or-c-primary-hover-opacity-0-32-dark)",
|
|
679
|
-
"primary-hover-opacity-0-48-dark": "var(--or-c-primary-hover-opacity-0-48-dark)",
|
|
680
|
-
"primary-hover-opacity-0-64-dark": "var(--or-c-primary-hover-opacity-0-64-dark)",
|
|
681
|
-
"primary-hover-opacity-0-80-dark": "var(--or-c-primary-hover-opacity-0-80-dark)",
|
|
682
|
-
"primary-hover-opacity-0-96-dark": "var(--or-c-primary-hover-opacity-0-96-dark)",
|
|
683
|
-
"custom-colors-custom-1": "var(--or-c-custom-colors-custom-1-light)",
|
|
684
|
-
"custom-colors-custom-2": "var(--or-c-custom-colors-custom-2-light)",
|
|
685
|
-
"custom-colors-custom-3": "var(--or-c-custom-colors-custom-3-light)",
|
|
686
|
-
"custom-colors-custom-4": "var(--or-c-custom-colors-custom-4-light)",
|
|
687
|
-
"custom-colors-custom-5": "var(--or-c-custom-colors-custom-5-light)",
|
|
688
|
-
"custom-colors-custom-6": "var(--or-c-custom-colors-custom-6-light)",
|
|
689
|
-
"custom-colors-custom-1-dark": "var(--or-c-custom-colors-custom-1-dark)",
|
|
690
|
-
"custom-colors-custom-2-dark": "var(--or-c-custom-colors-custom-2-dark)",
|
|
691
|
-
"custom-colors-custom-3-dark": "var(--or-c-custom-colors-custom-3-dark)",
|
|
692
|
-
"custom-colors-custom-4-dark": "var(--or-c-custom-colors-custom-4-dark)",
|
|
693
|
-
"custom-colors-custom-5-dark": "var(--or-c-custom-colors-custom-5-dark)",
|
|
694
|
-
"custom-colors-custom-6-dark": "var(--or-c-custom-colors-custom-6-dark)",
|
|
695
|
-
"error-opacity-0-32": "var(--or-c-error-opacity-0-32-light)",
|
|
696
|
-
"error-opacity-0-48": "var(--or-c-error-opacity-0-48-light)",
|
|
697
|
-
"error-opacity-0-64": "var(--or-c-error-opacity-0-64-light)",
|
|
698
|
-
"error-opacity-0-80": "var(--or-c-error-opacity-0-80-light)",
|
|
699
|
-
"error-opacity-0-96": "var(--or-c-error-opacity-0-96-light)",
|
|
700
|
-
"success-opacity-0-32": "var(--or-c-success-opacity-0-32-light)",
|
|
701
|
-
"success-opacity-0-48": "var(--or-c-success-opacity-0-48-light)",
|
|
702
|
-
"success-opacity-0-64": "var(--or-c-success-opacity-0-64-light)",
|
|
703
|
-
"success-opacity-0-80": "var(--or-c-success-opacity-0-80-light)",
|
|
704
|
-
"success-opacity-0-96": "var(--or-c-success-opacity-0-96-light)",
|
|
705
|
-
"warning-opacity-0-32": "var(--or-c-warning-opacity-0-32-light)",
|
|
706
|
-
"warning-opacity-0-48": "var(--or-c-warning-opacity-0-48-light)",
|
|
707
|
-
"warning-opacity-0-64": "var(--or-c-warning-opacity-0-64-light)",
|
|
708
|
-
"warning-opacity-0-80": "var(--or-c-warning-opacity-0-80-light)",
|
|
709
|
-
"warning-opacity-0-96": "var(--or-c-warning-opacity-0-96-light)",
|
|
710
|
-
"custom-colors-custom-1-opacity-0-96": "var(--or-c-custom-colors-custom-1-opacity-0-96-light)",
|
|
711
|
-
"custom-colors-custom-1-opacity-0-80": "var(--or-c-custom-colors-custom-1-opacity-0-80-light)",
|
|
712
|
-
"custom-colors-custom-1-opacity-0-64": "var(--or-c-custom-colors-custom-1-opacity-0-64-light)",
|
|
713
|
-
"custom-colors-custom-1-opacity-0-48": "var(--or-c-custom-colors-custom-1-opacity-0-48-light)",
|
|
714
|
-
"custom-colors-custom-1-opacity-0-32": "var(--or-c-custom-colors-custom-1-opacity-0-32-light)",
|
|
715
|
-
"custom-colors-custom-1-opacity-0-16": "var(--or-c-custom-colors-custom-1-opacity-0-16-light)",
|
|
716
|
-
"custom-colors-custom-1-opacity-0-12": "var(--or-c-custom-colors-custom-1-opacity-0-12-light)",
|
|
717
|
-
"custom-colors-custom-1-opacity-0-08": "var(--or-c-custom-colors-custom-1-opacity-0-08-light)",
|
|
718
|
-
"custom-colors-custom-2-opacity-0-96": "var(--or-c-custom-colors-custom-2-opacity-0-96-light)",
|
|
719
|
-
"custom-colors-custom-2-opacity-0-80": "var(--or-c-custom-colors-custom-2-opacity-0-80-light)",
|
|
720
|
-
"custom-colors-custom-2-opacity-0-64": "var(--or-c-custom-colors-custom-2-opacity-0-64-light)",
|
|
721
|
-
"custom-colors-custom-2-opacity-0-48": "var(--or-c-custom-colors-custom-2-opacity-0-48-light)",
|
|
722
|
-
"custom-colors-custom-2-opacity-0-32": "var(--or-c-custom-colors-custom-2-opacity-0-32-light)",
|
|
723
|
-
"custom-colors-custom-2-opacity-0-16": "var(--or-c-custom-colors-custom-2-opacity-0-16-light)",
|
|
724
|
-
"custom-colors-custom-2-opacity-0-12": "var(--or-c-custom-colors-custom-2-opacity-0-12-light)",
|
|
725
|
-
"custom-colors-custom-2-opacity-0-08": "var(--or-c-custom-colors-custom-2-opacity-0-08-light)",
|
|
726
|
-
"custom-colors-custom-3-opacity-0-96": "var(--or-c-custom-colors-custom-3-opacity-0-96-light)",
|
|
727
|
-
"custom-colors-custom-3-opacity-0-80": "var(--or-c-custom-colors-custom-3-opacity-0-80-light)",
|
|
728
|
-
"custom-colors-custom-3-opacity-0-64": "var(--or-c-custom-colors-custom-3-opacity-0-64-light)",
|
|
729
|
-
"custom-colors-custom-3-opacity-0-48": "var(--or-c-custom-colors-custom-3-opacity-0-48-light)",
|
|
730
|
-
"custom-colors-custom-3-opacity-0-32": "var(--or-c-custom-colors-custom-3-opacity-0-32-light)",
|
|
731
|
-
"custom-colors-custom-3-opacity-0-16": "var(--or-c-custom-colors-custom-3-opacity-0-16-light)",
|
|
732
|
-
"custom-colors-custom-3-opacity-0-12": "var(--or-c-custom-colors-custom-3-opacity-0-12-light)",
|
|
733
|
-
"custom-colors-custom-3-opacity-0-08": "var(--or-c-custom-colors-custom-3-opacity-0-08-light)",
|
|
734
|
-
"custom-colors-custom-4-opacity-0-96": "var(--or-c-custom-colors-custom-4-opacity-0-96-light)",
|
|
735
|
-
"custom-colors-custom-4-opacity-0-80": "var(--or-c-custom-colors-custom-4-opacity-0-80-light)",
|
|
736
|
-
"custom-colors-custom-4-opacity-0-64": "var(--or-c-custom-colors-custom-4-opacity-0-64-light)",
|
|
737
|
-
"custom-colors-custom-4-opacity-0-48": "var(--or-c-custom-colors-custom-4-opacity-0-48-light)",
|
|
738
|
-
"custom-colors-custom-4-opacity-0-32": "var(--or-c-custom-colors-custom-4-opacity-0-32-light)",
|
|
739
|
-
"custom-colors-custom-4-opacity-0-16": "var(--or-c-custom-colors-custom-4-opacity-0-16-light)",
|
|
740
|
-
"custom-colors-custom-4-opacity-0-12": "var(--or-c-custom-colors-custom-4-opacity-0-12-light)",
|
|
741
|
-
"custom-colors-custom-4-opacity-0-08": "var(--or-c-custom-colors-custom-4-opacity-0-08-light)",
|
|
742
|
-
"custom-colors-custom-5-opacity-0-96": "var(--or-c-custom-colors-custom-5-opacity-0-96-light)",
|
|
743
|
-
"custom-colors-custom-5-opacity-0-80": "var(--or-c-custom-colors-custom-5-opacity-0-80-light)",
|
|
744
|
-
"custom-colors-custom-5-opacity-0-64": "var(--or-c-custom-colors-custom-5-opacity-0-64-light)",
|
|
745
|
-
"custom-colors-custom-5-opacity-0-48": "var(--or-c-custom-colors-custom-5-opacity-0-48-light)",
|
|
746
|
-
"custom-colors-custom-5-opacity-0-32": "var(--or-c-custom-colors-custom-5-opacity-0-32-light)",
|
|
747
|
-
"custom-colors-custom-5-opacity-0-16": "var(--or-c-custom-colors-custom-5-opacity-0-16-light)",
|
|
748
|
-
"custom-colors-custom-5-opacity-0-12": "var(--or-c-custom-colors-custom-5-opacity-0-12-light)",
|
|
749
|
-
"custom-colors-custom-5-opacity-0-08": "var(--or-c-custom-colors-custom-5-opacity-0-08-light)",
|
|
750
|
-
"custom-colors-custom-6-opacity-0-96": "var(--or-c-custom-colors-custom-6-opacity-0-96-light)",
|
|
751
|
-
"custom-colors-custom-6-opacity-0-80": "var(--or-c-custom-colors-custom-6-opacity-0-80-light)",
|
|
752
|
-
"custom-colors-custom-6-opacity-0-64": "var(--or-c-custom-colors-custom-6-opacity-0-64-light)",
|
|
753
|
-
"custom-colors-custom-6-opacity-0-48": "var(--or-c-custom-colors-custom-6-opacity-0-48-light)",
|
|
754
|
-
"custom-colors-custom-6-opacity-0-32": "var(--or-c-custom-colors-custom-6-opacity-0-32-light)",
|
|
755
|
-
"custom-colors-custom-6-opacity-0-16": "var(--or-c-custom-colors-custom-6-opacity-0-16-light)",
|
|
756
|
-
"custom-colors-custom-6-opacity-0-12": "var(--or-c-custom-colors-custom-6-opacity-0-12-light)",
|
|
757
|
-
"custom-colors-custom-6-opacity-0-08": "var(--or-c-custom-colors-custom-6-opacity-0-08-light)",
|
|
758
|
-
"outline-opacity-0-96": "var(--or-c-outline-opacity-0-96-light)",
|
|
759
|
-
"outline-opacity-0-80": "var(--or-c-outline-opacity-0-80-light)",
|
|
760
|
-
"outline-opacity-0-64": "var(--or-c-outline-opacity-0-64-light)",
|
|
761
|
-
"outline-opacity-0-48": "var(--or-c-outline-opacity-0-48-light)",
|
|
762
|
-
"outline-opacity-0-32": "var(--or-c-outline-opacity-0-32-light)",
|
|
763
|
-
"outline-opacity-0-16": "var(--or-c-outline-opacity-0-16-light)",
|
|
764
|
-
"outline-opacity-0-12": "var(--or-c-outline-opacity-0-12-light)",
|
|
765
|
-
"outline-opacity-0-08": "var(--or-c-outline-opacity-0-08-light)",
|
|
766
|
-
"error-opacity-0-32-dark": "var(--or-c-error-opacity-0-32-dark)",
|
|
767
|
-
"error-opacity-0-48-dark": "var(--or-c-error-opacity-0-48-dark)",
|
|
768
|
-
"error-opacity-0-64-dark": "var(--or-c-error-opacity-0-64-dark)",
|
|
769
|
-
"error-opacity-0-80-dark": "var(--or-c-error-opacity-0-80-dark)",
|
|
770
|
-
"error-opacity-0-96-dark": "var(--or-c-error-opacity-0-96-dark)",
|
|
771
|
-
"success-opacity-0-32-dark": "var(--or-c-success-opacity-0-32-dark)",
|
|
772
|
-
"success-opacity-0-48-dark": "var(--or-c-success-opacity-0-48-dark)",
|
|
773
|
-
"success-opacity-0-64-dark": "var(--or-c-success-opacity-0-64-dark)",
|
|
774
|
-
"success-opacity-0-80-dark": "var(--or-c-success-opacity-0-80-dark)",
|
|
775
|
-
"success-opacity-0-96-dark": "var(--or-c-success-opacity-0-96-dark)",
|
|
776
|
-
"warning-opacity-0-32-dark": "var(--or-c-warning-opacity-0-32-dark)",
|
|
777
|
-
"warning-opacity-0-48-dark": "var(--or-c-warning-opacity-0-48-dark)",
|
|
778
|
-
"warning-opacity-0-64-dark": "var(--or-c-warning-opacity-0-64-dark)",
|
|
779
|
-
"warning-opacity-0-80-dark": "var(--or-c-warning-opacity-0-80-dark)",
|
|
780
|
-
"warning-opacity-0-96-dark": "var(--or-c-warning-opacity-0-96-dark)",
|
|
781
|
-
"custom-colors-custom-1-opacity-0-96-dark": "var(--or-c-custom-colors-custom-1-opacity-0-96-dark)",
|
|
782
|
-
"custom-colors-custom-1-opacity-0-80-dark": "var(--or-c-custom-colors-custom-1-opacity-0-80-dark)",
|
|
783
|
-
"custom-colors-custom-1-opacity-0-64-dark": "var(--or-c-custom-colors-custom-1-opacity-0-64-dark)",
|
|
784
|
-
"custom-colors-custom-1-opacity-0-48-dark": "var(--or-c-custom-colors-custom-1-opacity-0-48-dark)",
|
|
785
|
-
"custom-colors-custom-1-opacity-0-32-dark": "var(--or-c-custom-colors-custom-1-opacity-0-32-dark)",
|
|
786
|
-
"custom-colors-custom-1-opacity-0-16-dark": "var(--or-c-custom-colors-custom-1-opacity-0-16-dark)",
|
|
787
|
-
"custom-colors-custom-1-opacity-0-12-dark": "var(--or-c-custom-colors-custom-1-opacity-0-12-dark)",
|
|
788
|
-
"custom-colors-custom-1-opacity-0-08-dark": "var(--or-c-custom-colors-custom-1-opacity-0-08-dark)",
|
|
789
|
-
"custom-colors-custom-2-opacity-0-96-dark": "var(--or-c-custom-colors-custom-2-opacity-0-96-dark)",
|
|
790
|
-
"custom-colors-custom-2-opacity-0-80-dark": "var(--or-c-custom-colors-custom-2-opacity-0-80-dark)",
|
|
791
|
-
"custom-colors-custom-2-opacity-0-64-dark": "var(--or-c-custom-colors-custom-2-opacity-0-64-dark)",
|
|
792
|
-
"custom-colors-custom-2-opacity-0-48-dark": "var(--or-c-custom-colors-custom-2-opacity-0-48-dark)",
|
|
793
|
-
"custom-colors-custom-2-opacity-0-32-dark": "var(--or-c-custom-colors-custom-2-opacity-0-32-dark)",
|
|
794
|
-
"custom-colors-custom-2-opacity-0-16-dark": "var(--or-c-custom-colors-custom-2-opacity-0-16-dark)",
|
|
795
|
-
"custom-colors-custom-2-opacity-0-12-dark": "var(--or-c-custom-colors-custom-2-opacity-0-12-dark)",
|
|
796
|
-
"custom-colors-custom-2-opacity-0-08-dark": "var(--or-c-custom-colors-custom-2-opacity-0-08-dark)",
|
|
797
|
-
"custom-colors-custom-3-opacity-0-96-dark": "var(--or-c-custom-colors-custom-3-opacity-0-96-dark)",
|
|
798
|
-
"custom-colors-custom-3-opacity-0-80-dark": "var(--or-c-custom-colors-custom-3-opacity-0-80-dark)",
|
|
799
|
-
"custom-colors-custom-3-opacity-0-64-dark": "var(--or-c-custom-colors-custom-3-opacity-0-64-dark)",
|
|
800
|
-
"custom-colors-custom-3-opacity-0-48-dark": "var(--or-c-custom-colors-custom-3-opacity-0-48-dark)",
|
|
801
|
-
"custom-colors-custom-3-opacity-0-32-dark": "var(--or-c-custom-colors-custom-3-opacity-0-32-dark)",
|
|
802
|
-
"custom-colors-custom-3-opacity-0-16-dark": "var(--or-c-custom-colors-custom-3-opacity-0-16-dark)",
|
|
803
|
-
"custom-colors-custom-3-opacity-0-12-dark": "var(--or-c-custom-colors-custom-3-opacity-0-12-dark)",
|
|
804
|
-
"custom-colors-custom-3-opacity-0-08-dark": "var(--or-c-custom-colors-custom-3-opacity-0-08-dark)",
|
|
805
|
-
"custom-colors-custom-4-opacity-0-96-dark": "var(--or-c-custom-colors-custom-4-opacity-0-96-dark)",
|
|
806
|
-
"custom-colors-custom-4-opacity-0-80-dark": "var(--or-c-custom-colors-custom-4-opacity-0-80-dark)",
|
|
807
|
-
"custom-colors-custom-4-opacity-0-64-dark": "var(--or-c-custom-colors-custom-4-opacity-0-64-dark)",
|
|
808
|
-
"custom-colors-custom-4-opacity-0-48-dark": "var(--or-c-custom-colors-custom-4-opacity-0-48-dark)",
|
|
809
|
-
"custom-colors-custom-4-opacity-0-32-dark": "var(--or-c-custom-colors-custom-4-opacity-0-32-dark)",
|
|
810
|
-
"custom-colors-custom-4-opacity-0-16-dark": "var(--or-c-custom-colors-custom-4-opacity-0-16-dark)",
|
|
811
|
-
"custom-colors-custom-4-opacity-0-12-dark": "var(--or-c-custom-colors-custom-4-opacity-0-12-dark)",
|
|
812
|
-
"custom-colors-custom-4-opacity-0-08-dark": "var(--or-c-custom-colors-custom-4-opacity-0-08-dark)",
|
|
813
|
-
"custom-colors-custom-5-opacity-0-96-dark": "var(--or-c-custom-colors-custom-5-opacity-0-96-dark)",
|
|
814
|
-
"custom-colors-custom-5-opacity-0-80-dark": "var(--or-c-custom-colors-custom-5-opacity-0-80-dark)",
|
|
815
|
-
"custom-colors-custom-5-opacity-0-64-dark": "var(--or-c-custom-colors-custom-5-opacity-0-64-dark)",
|
|
816
|
-
"custom-colors-custom-5-opacity-0-48-dark": "var(--or-c-custom-colors-custom-5-opacity-0-48-dark)",
|
|
817
|
-
"custom-colors-custom-5-opacity-0-32-dark": "var(--or-c-custom-colors-custom-5-opacity-0-32-dark)",
|
|
818
|
-
"custom-colors-custom-5-opacity-0-16-dark": "var(--or-c-custom-colors-custom-5-opacity-0-16-dark)",
|
|
819
|
-
"custom-colors-custom-5-opacity-0-12-dark": "var(--or-c-custom-colors-custom-5-opacity-0-12-dark)",
|
|
820
|
-
"custom-colors-custom-5-opacity-0-08-dark": "var(--or-c-custom-colors-custom-5-opacity-0-08-dark)",
|
|
821
|
-
"custom-colors-custom-6-opacity-0-96-dark": "var(--or-c-custom-colors-custom-6-opacity-0-96-dark)",
|
|
822
|
-
"custom-colors-custom-6-opacity-0-80-dark": "var(--or-c-custom-colors-custom-6-opacity-0-80-dark)",
|
|
823
|
-
"custom-colors-custom-6-opacity-0-64-dark": "var(--or-c-custom-colors-custom-6-opacity-0-64-dark)",
|
|
824
|
-
"custom-colors-custom-6-opacity-0-48-dark": "var(--or-c-custom-colors-custom-6-opacity-0-48-dark)",
|
|
825
|
-
"custom-colors-custom-6-opacity-0-32-dark": "var(--or-c-custom-colors-custom-6-opacity-0-32-dark)",
|
|
826
|
-
"custom-colors-custom-6-opacity-0-16-dark": "var(--or-c-custom-colors-custom-6-opacity-0-16-dark)",
|
|
827
|
-
"custom-colors-custom-6-opacity-0-12-dark": "var(--or-c-custom-colors-custom-6-opacity-0-12-dark)",
|
|
828
|
-
"custom-colors-custom-6-opacity-0-08-dark": "var(--or-c-custom-colors-custom-6-opacity-0-08-dark)",
|
|
829
|
-
"outline-opacity-0-96-dark": "var(--or-c-outline-opacity-0-96-dark)",
|
|
830
|
-
"outline-opacity-0-80-dark": "var(--or-c-outline-opacity-0-80-dark)",
|
|
831
|
-
"outline-opacity-0-64-dark": "var(--or-c-outline-opacity-0-64-dark)",
|
|
832
|
-
"outline-opacity-0-48-dark": "var(--or-c-outline-opacity-0-48-dark)",
|
|
833
|
-
"outline-opacity-0-32-dark": "var(--or-c-outline-opacity-0-32-dark)",
|
|
834
|
-
"outline-opacity-0-16-dark": "var(--or-c-outline-opacity-0-16-dark)",
|
|
835
|
-
"outline-opacity-0-12-dark": "var(--or-c-outline-opacity-0-12-dark)",
|
|
836
|
-
"outline-opacity-0-08-dark": "var(--or-c-outline-opacity-0-08-dark)",
|
|
837
|
-
transparent: "transparent",
|
|
838
|
-
current: "currentColor",
|
|
839
|
-
inherit: "inherit"
|
|
840
|
-
},
|
|
841
|
-
outlineColor: {
|
|
842
|
-
white: "var(--or-c-white)",
|
|
843
|
-
black: "var(--or-c-black)",
|
|
844
|
-
primary: "var(--or-c-primary-light)",
|
|
845
|
-
secondary: "var(--or-c-secondary-light)",
|
|
846
|
-
tertiary: "var(--or-c-tertiary-light)",
|
|
847
|
-
error: "var(--or-c-error-light)",
|
|
848
|
-
success: "var(--or-c-success-light)",
|
|
849
|
-
warning: "var(--or-c-warning-light)",
|
|
850
|
-
"inverse-primary": "var(--or-c-inverse-primary-light)",
|
|
851
|
-
outline: "var(--or-c-outline-light)",
|
|
852
|
-
"primary-opacity-0-08": "var(--or-c-primary-opacity-0-08-light)",
|
|
853
|
-
"primary-opacity-0-12": "var(--or-c-primary-opacity-0-12-light)",
|
|
854
|
-
"primary-opacity-0-16": "var(--or-c-primary-opacity-0-16-light)",
|
|
855
|
-
"primary-dark": "var(--or-c-primary-dark)",
|
|
856
|
-
"secondary-dark": "var(--or-c-secondary-dark)",
|
|
857
|
-
"tertiary-dark": "var(--or-c-tertiary-dark)",
|
|
858
|
-
"error-dark": "var(--or-c-error-dark)",
|
|
859
|
-
"success-dark": "var(--or-c-success-dark)",
|
|
860
|
-
"warning-dark": "var(--or-c-warning-dark)",
|
|
861
|
-
"inverse-primary-dark": "var(--or-c-inverse-primary-dark)",
|
|
862
|
-
"outline-dark": "var(--or-c-outline-dark)",
|
|
863
|
-
"primary-opacity-0-08-dark": "var(--or-c-primary-opacity-0-08-dark)",
|
|
864
|
-
"primary-opacity-0-12-dark": "var(--or-c-primary-opacity-0-12-dark)",
|
|
865
|
-
"primary-opacity-0-16-dark": "var(--or-c-primary-opacity-0-16-dark)",
|
|
866
|
-
"primary-hover": "var(--or-c-primary-hover-light)",
|
|
867
|
-
"error-hover": "var(--or-c-error-hover-light)",
|
|
868
|
-
"success-hover": "var(--or-c-success-hover-light)",
|
|
869
|
-
"warning-hover": "var(--or-c-warning-hover-light)",
|
|
870
|
-
"error-opacity-0-08": "var(--or-c-error-opacity-0-08-light)",
|
|
871
|
-
"error-opacity-0-12": "var(--or-c-error-opacity-0-12-light)",
|
|
872
|
-
"error-opacity-0-16": "var(--or-c-error-opacity-0-16-light)",
|
|
873
|
-
"primary-hover-dark": "var(--or-c-primary-hover-dark)",
|
|
874
|
-
"error-hover-dark": "var(--or-c-error-hover-dark)",
|
|
875
|
-
"success-hover-dark": "var(--or-c-success-hover-dark)",
|
|
876
|
-
"warning-hover-dark": "var(--or-c-warning-hover-dark)",
|
|
877
|
-
"error-opacity-0-08-dark": "var(--or-c-error-opacity-0-08-dark)",
|
|
878
|
-
"error-opacity-0-12-dark": "var(--or-c-error-opacity-0-12-dark)",
|
|
879
|
-
"error-opacity-0-16-dark": "var(--or-c-error-opacity-0-16-dark)",
|
|
880
|
-
disabled: "var(--or-c-disabled-light)",
|
|
881
|
-
"disabled-dark": "var(--or-c-disabled-dark)",
|
|
882
|
-
"success-opacity-0-08": "var(--or-c-success-opacity-0-08-light)",
|
|
883
|
-
"success-opacity-0-12": "var(--or-c-success-opacity-0-12-light)",
|
|
884
|
-
"success-opacity-0-16": "var(--or-c-success-opacity-0-16-light)",
|
|
885
|
-
"warning-opacity-0-08": "var(--or-c-warning-opacity-0-08-light)",
|
|
886
|
-
"warning-opacity-0-12": "var(--or-c-warning-opacity-0-12-light)",
|
|
887
|
-
"warning-opacity-0-16": "var(--or-c-warning-opacity-0-16-light)",
|
|
888
|
-
"success-opacity-0-08-dark": "var(--or-c-success-opacity-0-08-dark)",
|
|
889
|
-
"success-opacity-0-12-dark": "var(--or-c-success-opacity-0-12-dark)",
|
|
890
|
-
"success-opacity-0-16-dark": "var(--or-c-success-opacity-0-16-dark)",
|
|
891
|
-
"warning-opacity-0-08-dark": "var(--or-c-warning-opacity-0-08-dark)",
|
|
892
|
-
"warning-opacity-0-12-dark": "var(--or-c-warning-opacity-0-12-dark)",
|
|
893
|
-
"warning-opacity-0-16-dark": "var(--or-c-warning-opacity-0-16-dark)",
|
|
894
|
-
overlay: "var(--or-c-overlay-light)",
|
|
895
|
-
"overlay-dark": "var(--or-c-overlay-dark)",
|
|
896
|
-
"outline-variant": "var(--or-c-outline-variant-light)",
|
|
897
|
-
"outline-variant-dark": "var(--or-c-outline-variant-dark)",
|
|
898
|
-
"primary-hover-opacity-0-08": "var(--or-c-primary-hover-opacity-0-08-light)",
|
|
899
|
-
"primary-hover-opacity-0-12": "var(--or-c-primary-hover-opacity-0-12-light)",
|
|
900
|
-
"primary-hover-opacity-0-16": "var(--or-c-primary-hover-opacity-0-16-light)",
|
|
901
|
-
"primary-hover-opacity-0-32": "var(--or-c-primary-hover-opacity-0-32-light)",
|
|
902
|
-
"primary-hover-opacity-0-48": "var(--or-c-primary-hover-opacity-0-48-light)",
|
|
903
|
-
"primary-hover-opacity-0-64": "var(--or-c-primary-hover-opacity-0-64-light)",
|
|
904
|
-
"primary-hover-opacity-0-80": "var(--or-c-primary-hover-opacity-0-80-light)",
|
|
905
|
-
"primary-hover-opacity-0-96": "var(--or-c-primary-hover-opacity-0-96-light)",
|
|
906
|
-
"primary-hover-opacity-0-08-dark": "var(--or-c-primary-hover-opacity-0-08-dark)",
|
|
907
|
-
"primary-hover-opacity-0-12-dark": "var(--or-c-primary-hover-opacity-0-12-dark)",
|
|
908
|
-
"primary-hover-opacity-0-16-dark": "var(--or-c-primary-hover-opacity-0-16-dark)",
|
|
909
|
-
"primary-hover-opacity-0-32-dark": "var(--or-c-primary-hover-opacity-0-32-dark)",
|
|
910
|
-
"primary-hover-opacity-0-48-dark": "var(--or-c-primary-hover-opacity-0-48-dark)",
|
|
911
|
-
"primary-hover-opacity-0-64-dark": "var(--or-c-primary-hover-opacity-0-64-dark)",
|
|
912
|
-
"primary-hover-opacity-0-80-dark": "var(--or-c-primary-hover-opacity-0-80-dark)",
|
|
913
|
-
"primary-hover-opacity-0-96-dark": "var(--or-c-primary-hover-opacity-0-96-dark)",
|
|
914
|
-
"custom-colors-custom-1": "var(--or-c-custom-colors-custom-1-light)",
|
|
915
|
-
"custom-colors-custom-2": "var(--or-c-custom-colors-custom-2-light)",
|
|
916
|
-
"custom-colors-custom-3": "var(--or-c-custom-colors-custom-3-light)",
|
|
917
|
-
"custom-colors-custom-4": "var(--or-c-custom-colors-custom-4-light)",
|
|
918
|
-
"custom-colors-custom-5": "var(--or-c-custom-colors-custom-5-light)",
|
|
919
|
-
"custom-colors-custom-6": "var(--or-c-custom-colors-custom-6-light)",
|
|
920
|
-
"custom-colors-custom-1-dark": "var(--or-c-custom-colors-custom-1-dark)",
|
|
921
|
-
"custom-colors-custom-2-dark": "var(--or-c-custom-colors-custom-2-dark)",
|
|
922
|
-
"custom-colors-custom-3-dark": "var(--or-c-custom-colors-custom-3-dark)",
|
|
923
|
-
"custom-colors-custom-4-dark": "var(--or-c-custom-colors-custom-4-dark)",
|
|
924
|
-
"custom-colors-custom-5-dark": "var(--or-c-custom-colors-custom-5-dark)",
|
|
925
|
-
"custom-colors-custom-6-dark": "var(--or-c-custom-colors-custom-6-dark)",
|
|
926
|
-
"error-opacity-0-32": "var(--or-c-error-opacity-0-32-light)",
|
|
927
|
-
"error-opacity-0-48": "var(--or-c-error-opacity-0-48-light)",
|
|
928
|
-
"error-opacity-0-64": "var(--or-c-error-opacity-0-64-light)",
|
|
929
|
-
"error-opacity-0-80": "var(--or-c-error-opacity-0-80-light)",
|
|
930
|
-
"error-opacity-0-96": "var(--or-c-error-opacity-0-96-light)",
|
|
931
|
-
"success-opacity-0-32": "var(--or-c-success-opacity-0-32-light)",
|
|
932
|
-
"success-opacity-0-48": "var(--or-c-success-opacity-0-48-light)",
|
|
933
|
-
"success-opacity-0-64": "var(--or-c-success-opacity-0-64-light)",
|
|
934
|
-
"success-opacity-0-80": "var(--or-c-success-opacity-0-80-light)",
|
|
935
|
-
"success-opacity-0-96": "var(--or-c-success-opacity-0-96-light)",
|
|
936
|
-
"warning-opacity-0-32": "var(--or-c-warning-opacity-0-32-light)",
|
|
937
|
-
"warning-opacity-0-48": "var(--or-c-warning-opacity-0-48-light)",
|
|
938
|
-
"warning-opacity-0-64": "var(--or-c-warning-opacity-0-64-light)",
|
|
939
|
-
"warning-opacity-0-80": "var(--or-c-warning-opacity-0-80-light)",
|
|
940
|
-
"warning-opacity-0-96": "var(--or-c-warning-opacity-0-96-light)",
|
|
941
|
-
"custom-colors-custom-1-opacity-0-96": "var(--or-c-custom-colors-custom-1-opacity-0-96-light)",
|
|
942
|
-
"custom-colors-custom-1-opacity-0-80": "var(--or-c-custom-colors-custom-1-opacity-0-80-light)",
|
|
943
|
-
"custom-colors-custom-1-opacity-0-64": "var(--or-c-custom-colors-custom-1-opacity-0-64-light)",
|
|
944
|
-
"custom-colors-custom-1-opacity-0-48": "var(--or-c-custom-colors-custom-1-opacity-0-48-light)",
|
|
945
|
-
"custom-colors-custom-1-opacity-0-32": "var(--or-c-custom-colors-custom-1-opacity-0-32-light)",
|
|
946
|
-
"custom-colors-custom-1-opacity-0-16": "var(--or-c-custom-colors-custom-1-opacity-0-16-light)",
|
|
947
|
-
"custom-colors-custom-1-opacity-0-12": "var(--or-c-custom-colors-custom-1-opacity-0-12-light)",
|
|
948
|
-
"custom-colors-custom-1-opacity-0-08": "var(--or-c-custom-colors-custom-1-opacity-0-08-light)",
|
|
949
|
-
"custom-colors-custom-2-opacity-0-96": "var(--or-c-custom-colors-custom-2-opacity-0-96-light)",
|
|
950
|
-
"custom-colors-custom-2-opacity-0-80": "var(--or-c-custom-colors-custom-2-opacity-0-80-light)",
|
|
951
|
-
"custom-colors-custom-2-opacity-0-64": "var(--or-c-custom-colors-custom-2-opacity-0-64-light)",
|
|
952
|
-
"custom-colors-custom-2-opacity-0-48": "var(--or-c-custom-colors-custom-2-opacity-0-48-light)",
|
|
953
|
-
"custom-colors-custom-2-opacity-0-32": "var(--or-c-custom-colors-custom-2-opacity-0-32-light)",
|
|
954
|
-
"custom-colors-custom-2-opacity-0-16": "var(--or-c-custom-colors-custom-2-opacity-0-16-light)",
|
|
955
|
-
"custom-colors-custom-2-opacity-0-12": "var(--or-c-custom-colors-custom-2-opacity-0-12-light)",
|
|
956
|
-
"custom-colors-custom-2-opacity-0-08": "var(--or-c-custom-colors-custom-2-opacity-0-08-light)",
|
|
957
|
-
"custom-colors-custom-3-opacity-0-96": "var(--or-c-custom-colors-custom-3-opacity-0-96-light)",
|
|
958
|
-
"custom-colors-custom-3-opacity-0-80": "var(--or-c-custom-colors-custom-3-opacity-0-80-light)",
|
|
959
|
-
"custom-colors-custom-3-opacity-0-64": "var(--or-c-custom-colors-custom-3-opacity-0-64-light)",
|
|
960
|
-
"custom-colors-custom-3-opacity-0-48": "var(--or-c-custom-colors-custom-3-opacity-0-48-light)",
|
|
961
|
-
"custom-colors-custom-3-opacity-0-32": "var(--or-c-custom-colors-custom-3-opacity-0-32-light)",
|
|
962
|
-
"custom-colors-custom-3-opacity-0-16": "var(--or-c-custom-colors-custom-3-opacity-0-16-light)",
|
|
963
|
-
"custom-colors-custom-3-opacity-0-12": "var(--or-c-custom-colors-custom-3-opacity-0-12-light)",
|
|
964
|
-
"custom-colors-custom-3-opacity-0-08": "var(--or-c-custom-colors-custom-3-opacity-0-08-light)",
|
|
965
|
-
"custom-colors-custom-4-opacity-0-96": "var(--or-c-custom-colors-custom-4-opacity-0-96-light)",
|
|
966
|
-
"custom-colors-custom-4-opacity-0-80": "var(--or-c-custom-colors-custom-4-opacity-0-80-light)",
|
|
967
|
-
"custom-colors-custom-4-opacity-0-64": "var(--or-c-custom-colors-custom-4-opacity-0-64-light)",
|
|
968
|
-
"custom-colors-custom-4-opacity-0-48": "var(--or-c-custom-colors-custom-4-opacity-0-48-light)",
|
|
969
|
-
"custom-colors-custom-4-opacity-0-32": "var(--or-c-custom-colors-custom-4-opacity-0-32-light)",
|
|
970
|
-
"custom-colors-custom-4-opacity-0-16": "var(--or-c-custom-colors-custom-4-opacity-0-16-light)",
|
|
971
|
-
"custom-colors-custom-4-opacity-0-12": "var(--or-c-custom-colors-custom-4-opacity-0-12-light)",
|
|
972
|
-
"custom-colors-custom-4-opacity-0-08": "var(--or-c-custom-colors-custom-4-opacity-0-08-light)",
|
|
973
|
-
"custom-colors-custom-5-opacity-0-96": "var(--or-c-custom-colors-custom-5-opacity-0-96-light)",
|
|
974
|
-
"custom-colors-custom-5-opacity-0-80": "var(--or-c-custom-colors-custom-5-opacity-0-80-light)",
|
|
975
|
-
"custom-colors-custom-5-opacity-0-64": "var(--or-c-custom-colors-custom-5-opacity-0-64-light)",
|
|
976
|
-
"custom-colors-custom-5-opacity-0-48": "var(--or-c-custom-colors-custom-5-opacity-0-48-light)",
|
|
977
|
-
"custom-colors-custom-5-opacity-0-32": "var(--or-c-custom-colors-custom-5-opacity-0-32-light)",
|
|
978
|
-
"custom-colors-custom-5-opacity-0-16": "var(--or-c-custom-colors-custom-5-opacity-0-16-light)",
|
|
979
|
-
"custom-colors-custom-5-opacity-0-12": "var(--or-c-custom-colors-custom-5-opacity-0-12-light)",
|
|
980
|
-
"custom-colors-custom-5-opacity-0-08": "var(--or-c-custom-colors-custom-5-opacity-0-08-light)",
|
|
981
|
-
"custom-colors-custom-6-opacity-0-96": "var(--or-c-custom-colors-custom-6-opacity-0-96-light)",
|
|
982
|
-
"custom-colors-custom-6-opacity-0-80": "var(--or-c-custom-colors-custom-6-opacity-0-80-light)",
|
|
983
|
-
"custom-colors-custom-6-opacity-0-64": "var(--or-c-custom-colors-custom-6-opacity-0-64-light)",
|
|
984
|
-
"custom-colors-custom-6-opacity-0-48": "var(--or-c-custom-colors-custom-6-opacity-0-48-light)",
|
|
985
|
-
"custom-colors-custom-6-opacity-0-32": "var(--or-c-custom-colors-custom-6-opacity-0-32-light)",
|
|
986
|
-
"custom-colors-custom-6-opacity-0-16": "var(--or-c-custom-colors-custom-6-opacity-0-16-light)",
|
|
987
|
-
"custom-colors-custom-6-opacity-0-12": "var(--or-c-custom-colors-custom-6-opacity-0-12-light)",
|
|
988
|
-
"custom-colors-custom-6-opacity-0-08": "var(--or-c-custom-colors-custom-6-opacity-0-08-light)",
|
|
989
|
-
"outline-opacity-0-96": "var(--or-c-outline-opacity-0-96-light)",
|
|
990
|
-
"outline-opacity-0-80": "var(--or-c-outline-opacity-0-80-light)",
|
|
991
|
-
"outline-opacity-0-64": "var(--or-c-outline-opacity-0-64-light)",
|
|
992
|
-
"outline-opacity-0-48": "var(--or-c-outline-opacity-0-48-light)",
|
|
993
|
-
"outline-opacity-0-32": "var(--or-c-outline-opacity-0-32-light)",
|
|
994
|
-
"outline-opacity-0-16": "var(--or-c-outline-opacity-0-16-light)",
|
|
995
|
-
"outline-opacity-0-12": "var(--or-c-outline-opacity-0-12-light)",
|
|
996
|
-
"outline-opacity-0-08": "var(--or-c-outline-opacity-0-08-light)",
|
|
997
|
-
"error-opacity-0-32-dark": "var(--or-c-error-opacity-0-32-dark)",
|
|
998
|
-
"error-opacity-0-48-dark": "var(--or-c-error-opacity-0-48-dark)",
|
|
999
|
-
"error-opacity-0-64-dark": "var(--or-c-error-opacity-0-64-dark)",
|
|
1000
|
-
"error-opacity-0-80-dark": "var(--or-c-error-opacity-0-80-dark)",
|
|
1001
|
-
"error-opacity-0-96-dark": "var(--or-c-error-opacity-0-96-dark)",
|
|
1002
|
-
"success-opacity-0-32-dark": "var(--or-c-success-opacity-0-32-dark)",
|
|
1003
|
-
"success-opacity-0-48-dark": "var(--or-c-success-opacity-0-48-dark)",
|
|
1004
|
-
"success-opacity-0-64-dark": "var(--or-c-success-opacity-0-64-dark)",
|
|
1005
|
-
"success-opacity-0-80-dark": "var(--or-c-success-opacity-0-80-dark)",
|
|
1006
|
-
"success-opacity-0-96-dark": "var(--or-c-success-opacity-0-96-dark)",
|
|
1007
|
-
"warning-opacity-0-32-dark": "var(--or-c-warning-opacity-0-32-dark)",
|
|
1008
|
-
"warning-opacity-0-48-dark": "var(--or-c-warning-opacity-0-48-dark)",
|
|
1009
|
-
"warning-opacity-0-64-dark": "var(--or-c-warning-opacity-0-64-dark)",
|
|
1010
|
-
"warning-opacity-0-80-dark": "var(--or-c-warning-opacity-0-80-dark)",
|
|
1011
|
-
"warning-opacity-0-96-dark": "var(--or-c-warning-opacity-0-96-dark)",
|
|
1012
|
-
"custom-colors-custom-1-opacity-0-96-dark": "var(--or-c-custom-colors-custom-1-opacity-0-96-dark)",
|
|
1013
|
-
"custom-colors-custom-1-opacity-0-80-dark": "var(--or-c-custom-colors-custom-1-opacity-0-80-dark)",
|
|
1014
|
-
"custom-colors-custom-1-opacity-0-64-dark": "var(--or-c-custom-colors-custom-1-opacity-0-64-dark)",
|
|
1015
|
-
"custom-colors-custom-1-opacity-0-48-dark": "var(--or-c-custom-colors-custom-1-opacity-0-48-dark)",
|
|
1016
|
-
"custom-colors-custom-1-opacity-0-32-dark": "var(--or-c-custom-colors-custom-1-opacity-0-32-dark)",
|
|
1017
|
-
"custom-colors-custom-1-opacity-0-16-dark": "var(--or-c-custom-colors-custom-1-opacity-0-16-dark)",
|
|
1018
|
-
"custom-colors-custom-1-opacity-0-12-dark": "var(--or-c-custom-colors-custom-1-opacity-0-12-dark)",
|
|
1019
|
-
"custom-colors-custom-1-opacity-0-08-dark": "var(--or-c-custom-colors-custom-1-opacity-0-08-dark)",
|
|
1020
|
-
"custom-colors-custom-2-opacity-0-96-dark": "var(--or-c-custom-colors-custom-2-opacity-0-96-dark)",
|
|
1021
|
-
"custom-colors-custom-2-opacity-0-80-dark": "var(--or-c-custom-colors-custom-2-opacity-0-80-dark)",
|
|
1022
|
-
"custom-colors-custom-2-opacity-0-64-dark": "var(--or-c-custom-colors-custom-2-opacity-0-64-dark)",
|
|
1023
|
-
"custom-colors-custom-2-opacity-0-48-dark": "var(--or-c-custom-colors-custom-2-opacity-0-48-dark)",
|
|
1024
|
-
"custom-colors-custom-2-opacity-0-32-dark": "var(--or-c-custom-colors-custom-2-opacity-0-32-dark)",
|
|
1025
|
-
"custom-colors-custom-2-opacity-0-16-dark": "var(--or-c-custom-colors-custom-2-opacity-0-16-dark)",
|
|
1026
|
-
"custom-colors-custom-2-opacity-0-12-dark": "var(--or-c-custom-colors-custom-2-opacity-0-12-dark)",
|
|
1027
|
-
"custom-colors-custom-2-opacity-0-08-dark": "var(--or-c-custom-colors-custom-2-opacity-0-08-dark)",
|
|
1028
|
-
"custom-colors-custom-3-opacity-0-96-dark": "var(--or-c-custom-colors-custom-3-opacity-0-96-dark)",
|
|
1029
|
-
"custom-colors-custom-3-opacity-0-80-dark": "var(--or-c-custom-colors-custom-3-opacity-0-80-dark)",
|
|
1030
|
-
"custom-colors-custom-3-opacity-0-64-dark": "var(--or-c-custom-colors-custom-3-opacity-0-64-dark)",
|
|
1031
|
-
"custom-colors-custom-3-opacity-0-48-dark": "var(--or-c-custom-colors-custom-3-opacity-0-48-dark)",
|
|
1032
|
-
"custom-colors-custom-3-opacity-0-32-dark": "var(--or-c-custom-colors-custom-3-opacity-0-32-dark)",
|
|
1033
|
-
"custom-colors-custom-3-opacity-0-16-dark": "var(--or-c-custom-colors-custom-3-opacity-0-16-dark)",
|
|
1034
|
-
"custom-colors-custom-3-opacity-0-12-dark": "var(--or-c-custom-colors-custom-3-opacity-0-12-dark)",
|
|
1035
|
-
"custom-colors-custom-3-opacity-0-08-dark": "var(--or-c-custom-colors-custom-3-opacity-0-08-dark)",
|
|
1036
|
-
"custom-colors-custom-4-opacity-0-96-dark": "var(--or-c-custom-colors-custom-4-opacity-0-96-dark)",
|
|
1037
|
-
"custom-colors-custom-4-opacity-0-80-dark": "var(--or-c-custom-colors-custom-4-opacity-0-80-dark)",
|
|
1038
|
-
"custom-colors-custom-4-opacity-0-64-dark": "var(--or-c-custom-colors-custom-4-opacity-0-64-dark)",
|
|
1039
|
-
"custom-colors-custom-4-opacity-0-48-dark": "var(--or-c-custom-colors-custom-4-opacity-0-48-dark)",
|
|
1040
|
-
"custom-colors-custom-4-opacity-0-32-dark": "var(--or-c-custom-colors-custom-4-opacity-0-32-dark)",
|
|
1041
|
-
"custom-colors-custom-4-opacity-0-16-dark": "var(--or-c-custom-colors-custom-4-opacity-0-16-dark)",
|
|
1042
|
-
"custom-colors-custom-4-opacity-0-12-dark": "var(--or-c-custom-colors-custom-4-opacity-0-12-dark)",
|
|
1043
|
-
"custom-colors-custom-4-opacity-0-08-dark": "var(--or-c-custom-colors-custom-4-opacity-0-08-dark)",
|
|
1044
|
-
"custom-colors-custom-5-opacity-0-96-dark": "var(--or-c-custom-colors-custom-5-opacity-0-96-dark)",
|
|
1045
|
-
"custom-colors-custom-5-opacity-0-80-dark": "var(--or-c-custom-colors-custom-5-opacity-0-80-dark)",
|
|
1046
|
-
"custom-colors-custom-5-opacity-0-64-dark": "var(--or-c-custom-colors-custom-5-opacity-0-64-dark)",
|
|
1047
|
-
"custom-colors-custom-5-opacity-0-48-dark": "var(--or-c-custom-colors-custom-5-opacity-0-48-dark)",
|
|
1048
|
-
"custom-colors-custom-5-opacity-0-32-dark": "var(--or-c-custom-colors-custom-5-opacity-0-32-dark)",
|
|
1049
|
-
"custom-colors-custom-5-opacity-0-16-dark": "var(--or-c-custom-colors-custom-5-opacity-0-16-dark)",
|
|
1050
|
-
"custom-colors-custom-5-opacity-0-12-dark": "var(--or-c-custom-colors-custom-5-opacity-0-12-dark)",
|
|
1051
|
-
"custom-colors-custom-5-opacity-0-08-dark": "var(--or-c-custom-colors-custom-5-opacity-0-08-dark)",
|
|
1052
|
-
"custom-colors-custom-6-opacity-0-96-dark": "var(--or-c-custom-colors-custom-6-opacity-0-96-dark)",
|
|
1053
|
-
"custom-colors-custom-6-opacity-0-80-dark": "var(--or-c-custom-colors-custom-6-opacity-0-80-dark)",
|
|
1054
|
-
"custom-colors-custom-6-opacity-0-64-dark": "var(--or-c-custom-colors-custom-6-opacity-0-64-dark)",
|
|
1055
|
-
"custom-colors-custom-6-opacity-0-48-dark": "var(--or-c-custom-colors-custom-6-opacity-0-48-dark)",
|
|
1056
|
-
"custom-colors-custom-6-opacity-0-32-dark": "var(--or-c-custom-colors-custom-6-opacity-0-32-dark)",
|
|
1057
|
-
"custom-colors-custom-6-opacity-0-16-dark": "var(--or-c-custom-colors-custom-6-opacity-0-16-dark)",
|
|
1058
|
-
"custom-colors-custom-6-opacity-0-12-dark": "var(--or-c-custom-colors-custom-6-opacity-0-12-dark)",
|
|
1059
|
-
"custom-colors-custom-6-opacity-0-08-dark": "var(--or-c-custom-colors-custom-6-opacity-0-08-dark)",
|
|
1060
|
-
"outline-opacity-0-96-dark": "var(--or-c-outline-opacity-0-96-dark)",
|
|
1061
|
-
"outline-opacity-0-80-dark": "var(--or-c-outline-opacity-0-80-dark)",
|
|
1062
|
-
"outline-opacity-0-64-dark": "var(--or-c-outline-opacity-0-64-dark)",
|
|
1063
|
-
"outline-opacity-0-48-dark": "var(--or-c-outline-opacity-0-48-dark)",
|
|
1064
|
-
"outline-opacity-0-32-dark": "var(--or-c-outline-opacity-0-32-dark)",
|
|
1065
|
-
"outline-opacity-0-16-dark": "var(--or-c-outline-opacity-0-16-dark)",
|
|
1066
|
-
"outline-opacity-0-12-dark": "var(--or-c-outline-opacity-0-12-dark)",
|
|
1067
|
-
"outline-opacity-0-08-dark": "var(--or-c-outline-opacity-0-08-dark)",
|
|
1068
|
-
transparent: "transparent",
|
|
1069
|
-
current: "currentColor",
|
|
1070
|
-
inherit: "inherit"
|
|
1071
|
-
},
|
|
1072
|
-
fill: {
|
|
1073
|
-
white: "var(--or-c-white)",
|
|
1074
|
-
black: "var(--or-c-black)",
|
|
1075
|
-
primary: "var(--or-c-primary-light)",
|
|
1076
|
-
"on-primary": "var(--or-c-on-primary-light)",
|
|
1077
|
-
"primary-container": "var(--or-c-primary-container-light)",
|
|
1078
|
-
"on-primary-container": "var(--or-c-on-primary-container-light)",
|
|
1079
|
-
secondary: "var(--or-c-secondary-light)",
|
|
1080
|
-
"on-secondary": "var(--or-c-on-secondary-light)",
|
|
1081
|
-
"secondary-container": "var(--or-c-secondary-container-light)",
|
|
1082
|
-
"on-secondary-container": "var(--or-c-on-secondary-container-light)",
|
|
1083
|
-
tertiary: "var(--or-c-tertiary-light)",
|
|
1084
|
-
"on-tertiary": "var(--or-c-on-tertiary-light)",
|
|
1085
|
-
"tertiary-container": "var(--or-c-tertiary-container-light)",
|
|
1086
|
-
"on-tertiary-container": "var(--or-c-on-tertiary-container-light)",
|
|
1087
|
-
error: "var(--or-c-error-light)",
|
|
1088
|
-
"on-error": "var(--or-c-on-error-light)",
|
|
1089
|
-
"error-container": "var(--or-c-error-container-light)",
|
|
1090
|
-
"on-error-container": "var(--or-c-on-error-container-light)",
|
|
1091
|
-
success: "var(--or-c-success-light)",
|
|
1092
|
-
"on-success": "var(--or-c-on-success-light)",
|
|
1093
|
-
"success-container": "var(--or-c-success-container-light)",
|
|
1094
|
-
"on-success-container": "var(--or-c-on-success-container-light)",
|
|
1095
|
-
warning: "var(--or-c-warning-light)",
|
|
1096
|
-
"on-warning": "var(--or-c-on-warning-light)",
|
|
1097
|
-
"warning-container": "var(--or-c-warning-container-light)",
|
|
1098
|
-
"on-warning-container": "var(--or-c-on-warning-container-light)",
|
|
1099
|
-
background: "var(--or-c-background-light)",
|
|
1100
|
-
"on-background": "var(--or-c-on-background-light)",
|
|
1101
|
-
surface: "var(--or-c-surface-light)",
|
|
1102
|
-
"surface-1": "var(--or-c-surface-1-light)",
|
|
1103
|
-
"surface-2": "var(--or-c-surface-2-light)",
|
|
1104
|
-
"surface-3": "var(--or-c-surface-3-light)",
|
|
1105
|
-
"surface-4": "var(--or-c-surface-4-light)",
|
|
1106
|
-
"surface-5": "var(--or-c-surface-5-light)",
|
|
1107
|
-
"on-surface": "var(--or-c-on-surface-light)",
|
|
1108
|
-
"surface-variant": "var(--or-c-surface-variant-light)",
|
|
1109
|
-
"on-surface-variant": "var(--or-c-on-surface-variant-light)",
|
|
1110
|
-
"inverse-surface": "var(--or-c-inverse-surface-light)",
|
|
1111
|
-
"inverse-on-surface": "var(--or-c-inverse-on-surface-light)",
|
|
1112
|
-
"inverse-primary": "var(--or-c-inverse-primary-light)",
|
|
1113
|
-
outline: "var(--or-c-outline-light)",
|
|
1114
|
-
"on-disabled": "var(--or-c-on-disabled-light)",
|
|
1115
|
-
"primary-opacity-0-08": "var(--or-c-primary-opacity-0-08-light)",
|
|
1116
|
-
"primary-opacity-0-12": "var(--or-c-primary-opacity-0-12-light)",
|
|
1117
|
-
"primary-opacity-0-16": "var(--or-c-primary-opacity-0-16-light)",
|
|
1118
|
-
"primary-dark": "var(--or-c-primary-dark)",
|
|
1119
|
-
"on-primary-dark": "var(--or-c-on-primary-dark)",
|
|
1120
|
-
"primary-container-dark": "var(--or-c-primary-container-dark)",
|
|
1121
|
-
"on-primary-container-dark": "var(--or-c-on-primary-container-dark)",
|
|
1122
|
-
"secondary-dark": "var(--or-c-secondary-dark)",
|
|
1123
|
-
"on-secondary-dark": "var(--or-c-on-secondary-dark)",
|
|
1124
|
-
"secondary-container-dark": "var(--or-c-secondary-container-dark)",
|
|
1125
|
-
"on-secondary-container-dark": "var(--or-c-on-secondary-container-dark)",
|
|
1126
|
-
"tertiary-dark": "var(--or-c-tertiary-dark)",
|
|
1127
|
-
"on-tertiary-dark": "var(--or-c-on-tertiary-dark)",
|
|
1128
|
-
"tertiary-container-dark": "var(--or-c-tertiary-container-dark)",
|
|
1129
|
-
"on-tertiary-container-dark": "var(--or-c-on-tertiary-container-dark)",
|
|
1130
|
-
"error-dark": "var(--or-c-error-dark)",
|
|
1131
|
-
"on-error-dark": "var(--or-c-on-error-dark)",
|
|
1132
|
-
"error-container-dark": "var(--or-c-error-container-dark)",
|
|
1133
|
-
"on-error-container-dark": "var(--or-c-on-error-container-dark)",
|
|
1134
|
-
"success-dark": "var(--or-c-success-dark)",
|
|
1135
|
-
"on-success-dark": "var(--or-c-on-success-dark)",
|
|
1136
|
-
"success-container-dark": "var(--or-c-success-container-dark)",
|
|
1137
|
-
"on-success-container-dark": "var(--or-c-on-success-container-dark)",
|
|
1138
|
-
"warning-dark": "var(--or-c-warning-dark)",
|
|
1139
|
-
"on-warning-dark": "var(--or-c-on-warning-dark)",
|
|
1140
|
-
"warning-container-dark": "var(--or-c-warning-container-dark)",
|
|
1141
|
-
"on-warning-container-dark": "var(--or-c-on-warning-container-dark)",
|
|
1142
|
-
"background-dark": "var(--or-c-background-dark)",
|
|
1143
|
-
"on-background-dark": "var(--or-c-on-background-dark)",
|
|
1144
|
-
"surface-dark": "var(--or-c-surface-dark)",
|
|
1145
|
-
"surface-1-dark": "var(--or-c-surface-1-dark)",
|
|
1146
|
-
"surface-2-dark": "var(--or-c-surface-2-dark)",
|
|
1147
|
-
"surface-3-dark": "var(--or-c-surface-3-dark)",
|
|
1148
|
-
"surface-4-dark": "var(--or-c-surface-4-dark)",
|
|
1149
|
-
"surface-5-dark": "var(--or-c-surface-5-dark)",
|
|
1150
|
-
"on-surface-dark": "var(--or-c-on-surface-dark)",
|
|
1151
|
-
"surface-variant-dark": "var(--or-c-surface-variant-dark)",
|
|
1152
|
-
"on-surface-variant-dark": "var(--or-c-on-surface-variant-dark)",
|
|
1153
|
-
"inverse-surface-dark": "var(--or-c-inverse-surface-dark)",
|
|
1154
|
-
"inverse-on-surface-dark": "var(--or-c-inverse-on-surface-dark)",
|
|
1155
|
-
"inverse-primary-dark": "var(--or-c-inverse-primary-dark)",
|
|
1156
|
-
"outline-dark": "var(--or-c-outline-dark)",
|
|
1157
|
-
"on-disabled-dark": "var(--or-c-on-disabled-dark)",
|
|
1158
|
-
"primary-opacity-0-08-dark": "var(--or-c-primary-opacity-0-08-dark)",
|
|
1159
|
-
"primary-opacity-0-12-dark": "var(--or-c-primary-opacity-0-12-dark)",
|
|
1160
|
-
"primary-opacity-0-16-dark": "var(--or-c-primary-opacity-0-16-dark)",
|
|
1161
|
-
"primary-hover": "var(--or-c-primary-hover-light)",
|
|
1162
|
-
"error-hover": "var(--or-c-error-hover-light)",
|
|
1163
|
-
"success-hover": "var(--or-c-success-hover-light)",
|
|
1164
|
-
"warning-hover": "var(--or-c-warning-hover-light)",
|
|
1165
|
-
"error-opacity-0-08": "var(--or-c-error-opacity-0-08-light)",
|
|
1166
|
-
"error-opacity-0-12": "var(--or-c-error-opacity-0-12-light)",
|
|
1167
|
-
"error-opacity-0-16": "var(--or-c-error-opacity-0-16-light)",
|
|
1168
|
-
"primary-hover-dark": "var(--or-c-primary-hover-dark)",
|
|
1169
|
-
"error-hover-dark": "var(--or-c-error-hover-dark)",
|
|
1170
|
-
"success-hover-dark": "var(--or-c-success-hover-dark)",
|
|
1171
|
-
"warning-hover-dark": "var(--or-c-warning-hover-dark)",
|
|
1172
|
-
"error-opacity-0-08-dark": "var(--or-c-error-opacity-0-08-dark)",
|
|
1173
|
-
"error-opacity-0-12-dark": "var(--or-c-error-opacity-0-12-dark)",
|
|
1174
|
-
"error-opacity-0-16-dark": "var(--or-c-error-opacity-0-16-dark)",
|
|
1175
|
-
disabled: "var(--or-c-disabled-light)",
|
|
1176
|
-
"disabled-dark": "var(--or-c-disabled-dark)",
|
|
1177
|
-
"success-opacity-0-08": "var(--or-c-success-opacity-0-08-light)",
|
|
1178
|
-
"success-opacity-0-12": "var(--or-c-success-opacity-0-12-light)",
|
|
1179
|
-
"success-opacity-0-16": "var(--or-c-success-opacity-0-16-light)",
|
|
1180
|
-
"warning-opacity-0-08": "var(--or-c-warning-opacity-0-08-light)",
|
|
1181
|
-
"warning-opacity-0-12": "var(--or-c-warning-opacity-0-12-light)",
|
|
1182
|
-
"warning-opacity-0-16": "var(--or-c-warning-opacity-0-16-light)",
|
|
1183
|
-
"success-opacity-0-08-dark": "var(--or-c-success-opacity-0-08-dark)",
|
|
1184
|
-
"success-opacity-0-12-dark": "var(--or-c-success-opacity-0-12-dark)",
|
|
1185
|
-
"success-opacity-0-16-dark": "var(--or-c-success-opacity-0-16-dark)",
|
|
1186
|
-
"warning-opacity-0-08-dark": "var(--or-c-warning-opacity-0-08-dark)",
|
|
1187
|
-
"warning-opacity-0-12-dark": "var(--or-c-warning-opacity-0-12-dark)",
|
|
1188
|
-
"warning-opacity-0-16-dark": "var(--or-c-warning-opacity-0-16-dark)",
|
|
1189
|
-
overlay: "var(--or-c-overlay-light)",
|
|
1190
|
-
"overlay-dark": "var(--or-c-overlay-dark)",
|
|
1191
|
-
"outline-variant": "var(--or-c-outline-variant-light)",
|
|
1192
|
-
"outline-variant-dark": "var(--or-c-outline-variant-dark)",
|
|
1193
|
-
"primary-hover-opacity-0-08": "var(--or-c-primary-hover-opacity-0-08-light)",
|
|
1194
|
-
"primary-hover-opacity-0-12": "var(--or-c-primary-hover-opacity-0-12-light)",
|
|
1195
|
-
"primary-hover-opacity-0-16": "var(--or-c-primary-hover-opacity-0-16-light)",
|
|
1196
|
-
"primary-hover-opacity-0-32": "var(--or-c-primary-hover-opacity-0-32-light)",
|
|
1197
|
-
"primary-hover-opacity-0-48": "var(--or-c-primary-hover-opacity-0-48-light)",
|
|
1198
|
-
"primary-hover-opacity-0-64": "var(--or-c-primary-hover-opacity-0-64-light)",
|
|
1199
|
-
"primary-hover-opacity-0-80": "var(--or-c-primary-hover-opacity-0-80-light)",
|
|
1200
|
-
"primary-hover-opacity-0-96": "var(--or-c-primary-hover-opacity-0-96-light)",
|
|
1201
|
-
"primary-hover-opacity-0-08-dark": "var(--or-c-primary-hover-opacity-0-08-dark)",
|
|
1202
|
-
"primary-hover-opacity-0-12-dark": "var(--or-c-primary-hover-opacity-0-12-dark)",
|
|
1203
|
-
"primary-hover-opacity-0-16-dark": "var(--or-c-primary-hover-opacity-0-16-dark)",
|
|
1204
|
-
"primary-hover-opacity-0-32-dark": "var(--or-c-primary-hover-opacity-0-32-dark)",
|
|
1205
|
-
"primary-hover-opacity-0-48-dark": "var(--or-c-primary-hover-opacity-0-48-dark)",
|
|
1206
|
-
"primary-hover-opacity-0-64-dark": "var(--or-c-primary-hover-opacity-0-64-dark)",
|
|
1207
|
-
"primary-hover-opacity-0-80-dark": "var(--or-c-primary-hover-opacity-0-80-dark)",
|
|
1208
|
-
"primary-hover-opacity-0-96-dark": "var(--or-c-primary-hover-opacity-0-96-dark)",
|
|
1209
|
-
"custom-colors-custom-1": "var(--or-c-custom-colors-custom-1-light)",
|
|
1210
|
-
"custom-colors-custom-2": "var(--or-c-custom-colors-custom-2-light)",
|
|
1211
|
-
"custom-colors-custom-3": "var(--or-c-custom-colors-custom-3-light)",
|
|
1212
|
-
"custom-colors-custom-4": "var(--or-c-custom-colors-custom-4-light)",
|
|
1213
|
-
"custom-colors-custom-5": "var(--or-c-custom-colors-custom-5-light)",
|
|
1214
|
-
"custom-colors-custom-6": "var(--or-c-custom-colors-custom-6-light)",
|
|
1215
|
-
"custom-colors-custom-1-container": "var(--or-c-custom-colors-custom-1-container-light)",
|
|
1216
|
-
"custom-colors-custom-2-container": "var(--or-c-custom-colors-custom-2-container-light)",
|
|
1217
|
-
"custom-colors-custom-3-container": "var(--or-c-custom-colors-custom-3-container-light)",
|
|
1218
|
-
"custom-colors-custom-4-container": "var(--or-c-custom-colors-custom-4-container-light)",
|
|
1219
|
-
"custom-colors-custom-5-container": "var(--or-c-custom-colors-custom-5-container-light)",
|
|
1220
|
-
"custom-colors-custom-6-container": "var(--or-c-custom-colors-custom-6-container-light)",
|
|
1221
|
-
"custom-colors-custom-1-dark": "var(--or-c-custom-colors-custom-1-dark)",
|
|
1222
|
-
"custom-colors-custom-2-dark": "var(--or-c-custom-colors-custom-2-dark)",
|
|
1223
|
-
"custom-colors-custom-3-dark": "var(--or-c-custom-colors-custom-3-dark)",
|
|
1224
|
-
"custom-colors-custom-4-dark": "var(--or-c-custom-colors-custom-4-dark)",
|
|
1225
|
-
"custom-colors-custom-5-dark": "var(--or-c-custom-colors-custom-5-dark)",
|
|
1226
|
-
"custom-colors-custom-6-dark": "var(--or-c-custom-colors-custom-6-dark)",
|
|
1227
|
-
"custom-colors-custom-1-container-dark": "var(--or-c-custom-colors-custom-1-container-dark)",
|
|
1228
|
-
"custom-colors-custom-2-container-dark": "var(--or-c-custom-colors-custom-2-container-dark)",
|
|
1229
|
-
"custom-colors-custom-3-container-dark": "var(--or-c-custom-colors-custom-3-container-dark)",
|
|
1230
|
-
"custom-colors-custom-4-container-dark": "var(--or-c-custom-colors-custom-4-container-dark)",
|
|
1231
|
-
"custom-colors-custom-5-container-dark": "var(--or-c-custom-colors-custom-5-container-dark)",
|
|
1232
|
-
"custom-colors-custom-6-container-dark": "var(--or-c-custom-colors-custom-6-container-dark)",
|
|
1233
|
-
"error-opacity-0-32": "var(--or-c-error-opacity-0-32-light)",
|
|
1234
|
-
"error-opacity-0-48": "var(--or-c-error-opacity-0-48-light)",
|
|
1235
|
-
"error-opacity-0-64": "var(--or-c-error-opacity-0-64-light)",
|
|
1236
|
-
"error-opacity-0-80": "var(--or-c-error-opacity-0-80-light)",
|
|
1237
|
-
"error-opacity-0-96": "var(--or-c-error-opacity-0-96-light)",
|
|
1238
|
-
"success-opacity-0-32": "var(--or-c-success-opacity-0-32-light)",
|
|
1239
|
-
"success-opacity-0-48": "var(--or-c-success-opacity-0-48-light)",
|
|
1240
|
-
"success-opacity-0-64": "var(--or-c-success-opacity-0-64-light)",
|
|
1241
|
-
"success-opacity-0-80": "var(--or-c-success-opacity-0-80-light)",
|
|
1242
|
-
"success-opacity-0-96": "var(--or-c-success-opacity-0-96-light)",
|
|
1243
|
-
"warning-opacity-0-32": "var(--or-c-warning-opacity-0-32-light)",
|
|
1244
|
-
"warning-opacity-0-48": "var(--or-c-warning-opacity-0-48-light)",
|
|
1245
|
-
"warning-opacity-0-64": "var(--or-c-warning-opacity-0-64-light)",
|
|
1246
|
-
"warning-opacity-0-80": "var(--or-c-warning-opacity-0-80-light)",
|
|
1247
|
-
"warning-opacity-0-96": "var(--or-c-warning-opacity-0-96-light)",
|
|
1248
|
-
"custom-colors-custom-1-opacity-0-96": "var(--or-c-custom-colors-custom-1-opacity-0-96-light)",
|
|
1249
|
-
"custom-colors-custom-1-opacity-0-80": "var(--or-c-custom-colors-custom-1-opacity-0-80-light)",
|
|
1250
|
-
"custom-colors-custom-1-opacity-0-64": "var(--or-c-custom-colors-custom-1-opacity-0-64-light)",
|
|
1251
|
-
"custom-colors-custom-1-opacity-0-48": "var(--or-c-custom-colors-custom-1-opacity-0-48-light)",
|
|
1252
|
-
"custom-colors-custom-1-opacity-0-32": "var(--or-c-custom-colors-custom-1-opacity-0-32-light)",
|
|
1253
|
-
"custom-colors-custom-1-opacity-0-16": "var(--or-c-custom-colors-custom-1-opacity-0-16-light)",
|
|
1254
|
-
"custom-colors-custom-1-opacity-0-12": "var(--or-c-custom-colors-custom-1-opacity-0-12-light)",
|
|
1255
|
-
"custom-colors-custom-1-opacity-0-08": "var(--or-c-custom-colors-custom-1-opacity-0-08-light)",
|
|
1256
|
-
"custom-colors-custom-2-opacity-0-96": "var(--or-c-custom-colors-custom-2-opacity-0-96-light)",
|
|
1257
|
-
"custom-colors-custom-2-opacity-0-80": "var(--or-c-custom-colors-custom-2-opacity-0-80-light)",
|
|
1258
|
-
"custom-colors-custom-2-opacity-0-64": "var(--or-c-custom-colors-custom-2-opacity-0-64-light)",
|
|
1259
|
-
"custom-colors-custom-2-opacity-0-48": "var(--or-c-custom-colors-custom-2-opacity-0-48-light)",
|
|
1260
|
-
"custom-colors-custom-2-opacity-0-32": "var(--or-c-custom-colors-custom-2-opacity-0-32-light)",
|
|
1261
|
-
"custom-colors-custom-2-opacity-0-16": "var(--or-c-custom-colors-custom-2-opacity-0-16-light)",
|
|
1262
|
-
"custom-colors-custom-2-opacity-0-12": "var(--or-c-custom-colors-custom-2-opacity-0-12-light)",
|
|
1263
|
-
"custom-colors-custom-2-opacity-0-08": "var(--or-c-custom-colors-custom-2-opacity-0-08-light)",
|
|
1264
|
-
"custom-colors-custom-3-opacity-0-96": "var(--or-c-custom-colors-custom-3-opacity-0-96-light)",
|
|
1265
|
-
"custom-colors-custom-3-opacity-0-80": "var(--or-c-custom-colors-custom-3-opacity-0-80-light)",
|
|
1266
|
-
"custom-colors-custom-3-opacity-0-64": "var(--or-c-custom-colors-custom-3-opacity-0-64-light)",
|
|
1267
|
-
"custom-colors-custom-3-opacity-0-48": "var(--or-c-custom-colors-custom-3-opacity-0-48-light)",
|
|
1268
|
-
"custom-colors-custom-3-opacity-0-32": "var(--or-c-custom-colors-custom-3-opacity-0-32-light)",
|
|
1269
|
-
"custom-colors-custom-3-opacity-0-16": "var(--or-c-custom-colors-custom-3-opacity-0-16-light)",
|
|
1270
|
-
"custom-colors-custom-3-opacity-0-12": "var(--or-c-custom-colors-custom-3-opacity-0-12-light)",
|
|
1271
|
-
"custom-colors-custom-3-opacity-0-08": "var(--or-c-custom-colors-custom-3-opacity-0-08-light)",
|
|
1272
|
-
"custom-colors-custom-4-opacity-0-96": "var(--or-c-custom-colors-custom-4-opacity-0-96-light)",
|
|
1273
|
-
"custom-colors-custom-4-opacity-0-80": "var(--or-c-custom-colors-custom-4-opacity-0-80-light)",
|
|
1274
|
-
"custom-colors-custom-4-opacity-0-64": "var(--or-c-custom-colors-custom-4-opacity-0-64-light)",
|
|
1275
|
-
"custom-colors-custom-4-opacity-0-48": "var(--or-c-custom-colors-custom-4-opacity-0-48-light)",
|
|
1276
|
-
"custom-colors-custom-4-opacity-0-32": "var(--or-c-custom-colors-custom-4-opacity-0-32-light)",
|
|
1277
|
-
"custom-colors-custom-4-opacity-0-16": "var(--or-c-custom-colors-custom-4-opacity-0-16-light)",
|
|
1278
|
-
"custom-colors-custom-4-opacity-0-12": "var(--or-c-custom-colors-custom-4-opacity-0-12-light)",
|
|
1279
|
-
"custom-colors-custom-4-opacity-0-08": "var(--or-c-custom-colors-custom-4-opacity-0-08-light)",
|
|
1280
|
-
"custom-colors-custom-5-opacity-0-96": "var(--or-c-custom-colors-custom-5-opacity-0-96-light)",
|
|
1281
|
-
"custom-colors-custom-5-opacity-0-80": "var(--or-c-custom-colors-custom-5-opacity-0-80-light)",
|
|
1282
|
-
"custom-colors-custom-5-opacity-0-64": "var(--or-c-custom-colors-custom-5-opacity-0-64-light)",
|
|
1283
|
-
"custom-colors-custom-5-opacity-0-48": "var(--or-c-custom-colors-custom-5-opacity-0-48-light)",
|
|
1284
|
-
"custom-colors-custom-5-opacity-0-32": "var(--or-c-custom-colors-custom-5-opacity-0-32-light)",
|
|
1285
|
-
"custom-colors-custom-5-opacity-0-16": "var(--or-c-custom-colors-custom-5-opacity-0-16-light)",
|
|
1286
|
-
"custom-colors-custom-5-opacity-0-12": "var(--or-c-custom-colors-custom-5-opacity-0-12-light)",
|
|
1287
|
-
"custom-colors-custom-5-opacity-0-08": "var(--or-c-custom-colors-custom-5-opacity-0-08-light)",
|
|
1288
|
-
"custom-colors-custom-6-opacity-0-96": "var(--or-c-custom-colors-custom-6-opacity-0-96-light)",
|
|
1289
|
-
"custom-colors-custom-6-opacity-0-80": "var(--or-c-custom-colors-custom-6-opacity-0-80-light)",
|
|
1290
|
-
"custom-colors-custom-6-opacity-0-64": "var(--or-c-custom-colors-custom-6-opacity-0-64-light)",
|
|
1291
|
-
"custom-colors-custom-6-opacity-0-48": "var(--or-c-custom-colors-custom-6-opacity-0-48-light)",
|
|
1292
|
-
"custom-colors-custom-6-opacity-0-32": "var(--or-c-custom-colors-custom-6-opacity-0-32-light)",
|
|
1293
|
-
"custom-colors-custom-6-opacity-0-16": "var(--or-c-custom-colors-custom-6-opacity-0-16-light)",
|
|
1294
|
-
"custom-colors-custom-6-opacity-0-12": "var(--or-c-custom-colors-custom-6-opacity-0-12-light)",
|
|
1295
|
-
"custom-colors-custom-6-opacity-0-08": "var(--or-c-custom-colors-custom-6-opacity-0-08-light)",
|
|
1296
|
-
"outline-opacity-0-96": "var(--or-c-outline-opacity-0-96-light)",
|
|
1297
|
-
"outline-opacity-0-80": "var(--or-c-outline-opacity-0-80-light)",
|
|
1298
|
-
"outline-opacity-0-64": "var(--or-c-outline-opacity-0-64-light)",
|
|
1299
|
-
"outline-opacity-0-48": "var(--or-c-outline-opacity-0-48-light)",
|
|
1300
|
-
"outline-opacity-0-32": "var(--or-c-outline-opacity-0-32-light)",
|
|
1301
|
-
"outline-opacity-0-16": "var(--or-c-outline-opacity-0-16-light)",
|
|
1302
|
-
"outline-opacity-0-12": "var(--or-c-outline-opacity-0-12-light)",
|
|
1303
|
-
"outline-opacity-0-08": "var(--or-c-outline-opacity-0-08-light)",
|
|
1304
|
-
"error-opacity-0-32-dark": "var(--or-c-error-opacity-0-32-dark)",
|
|
1305
|
-
"error-opacity-0-48-dark": "var(--or-c-error-opacity-0-48-dark)",
|
|
1306
|
-
"error-opacity-0-64-dark": "var(--or-c-error-opacity-0-64-dark)",
|
|
1307
|
-
"error-opacity-0-80-dark": "var(--or-c-error-opacity-0-80-dark)",
|
|
1308
|
-
"error-opacity-0-96-dark": "var(--or-c-error-opacity-0-96-dark)",
|
|
1309
|
-
"success-opacity-0-32-dark": "var(--or-c-success-opacity-0-32-dark)",
|
|
1310
|
-
"success-opacity-0-48-dark": "var(--or-c-success-opacity-0-48-dark)",
|
|
1311
|
-
"success-opacity-0-64-dark": "var(--or-c-success-opacity-0-64-dark)",
|
|
1312
|
-
"success-opacity-0-80-dark": "var(--or-c-success-opacity-0-80-dark)",
|
|
1313
|
-
"success-opacity-0-96-dark": "var(--or-c-success-opacity-0-96-dark)",
|
|
1314
|
-
"warning-opacity-0-32-dark": "var(--or-c-warning-opacity-0-32-dark)",
|
|
1315
|
-
"warning-opacity-0-48-dark": "var(--or-c-warning-opacity-0-48-dark)",
|
|
1316
|
-
"warning-opacity-0-64-dark": "var(--or-c-warning-opacity-0-64-dark)",
|
|
1317
|
-
"warning-opacity-0-80-dark": "var(--or-c-warning-opacity-0-80-dark)",
|
|
1318
|
-
"warning-opacity-0-96-dark": "var(--or-c-warning-opacity-0-96-dark)",
|
|
1319
|
-
"custom-colors-custom-1-opacity-0-96-dark": "var(--or-c-custom-colors-custom-1-opacity-0-96-dark)",
|
|
1320
|
-
"custom-colors-custom-1-opacity-0-80-dark": "var(--or-c-custom-colors-custom-1-opacity-0-80-dark)",
|
|
1321
|
-
"custom-colors-custom-1-opacity-0-64-dark": "var(--or-c-custom-colors-custom-1-opacity-0-64-dark)",
|
|
1322
|
-
"custom-colors-custom-1-opacity-0-48-dark": "var(--or-c-custom-colors-custom-1-opacity-0-48-dark)",
|
|
1323
|
-
"custom-colors-custom-1-opacity-0-32-dark": "var(--or-c-custom-colors-custom-1-opacity-0-32-dark)",
|
|
1324
|
-
"custom-colors-custom-1-opacity-0-16-dark": "var(--or-c-custom-colors-custom-1-opacity-0-16-dark)",
|
|
1325
|
-
"custom-colors-custom-1-opacity-0-12-dark": "var(--or-c-custom-colors-custom-1-opacity-0-12-dark)",
|
|
1326
|
-
"custom-colors-custom-1-opacity-0-08-dark": "var(--or-c-custom-colors-custom-1-opacity-0-08-dark)",
|
|
1327
|
-
"custom-colors-custom-2-opacity-0-96-dark": "var(--or-c-custom-colors-custom-2-opacity-0-96-dark)",
|
|
1328
|
-
"custom-colors-custom-2-opacity-0-80-dark": "var(--or-c-custom-colors-custom-2-opacity-0-80-dark)",
|
|
1329
|
-
"custom-colors-custom-2-opacity-0-64-dark": "var(--or-c-custom-colors-custom-2-opacity-0-64-dark)",
|
|
1330
|
-
"custom-colors-custom-2-opacity-0-48-dark": "var(--or-c-custom-colors-custom-2-opacity-0-48-dark)",
|
|
1331
|
-
"custom-colors-custom-2-opacity-0-32-dark": "var(--or-c-custom-colors-custom-2-opacity-0-32-dark)",
|
|
1332
|
-
"custom-colors-custom-2-opacity-0-16-dark": "var(--or-c-custom-colors-custom-2-opacity-0-16-dark)",
|
|
1333
|
-
"custom-colors-custom-2-opacity-0-12-dark": "var(--or-c-custom-colors-custom-2-opacity-0-12-dark)",
|
|
1334
|
-
"custom-colors-custom-2-opacity-0-08-dark": "var(--or-c-custom-colors-custom-2-opacity-0-08-dark)",
|
|
1335
|
-
"custom-colors-custom-3-opacity-0-96-dark": "var(--or-c-custom-colors-custom-3-opacity-0-96-dark)",
|
|
1336
|
-
"custom-colors-custom-3-opacity-0-80-dark": "var(--or-c-custom-colors-custom-3-opacity-0-80-dark)",
|
|
1337
|
-
"custom-colors-custom-3-opacity-0-64-dark": "var(--or-c-custom-colors-custom-3-opacity-0-64-dark)",
|
|
1338
|
-
"custom-colors-custom-3-opacity-0-48-dark": "var(--or-c-custom-colors-custom-3-opacity-0-48-dark)",
|
|
1339
|
-
"custom-colors-custom-3-opacity-0-32-dark": "var(--or-c-custom-colors-custom-3-opacity-0-32-dark)",
|
|
1340
|
-
"custom-colors-custom-3-opacity-0-16-dark": "var(--or-c-custom-colors-custom-3-opacity-0-16-dark)",
|
|
1341
|
-
"custom-colors-custom-3-opacity-0-12-dark": "var(--or-c-custom-colors-custom-3-opacity-0-12-dark)",
|
|
1342
|
-
"custom-colors-custom-3-opacity-0-08-dark": "var(--or-c-custom-colors-custom-3-opacity-0-08-dark)",
|
|
1343
|
-
"custom-colors-custom-4-opacity-0-96-dark": "var(--or-c-custom-colors-custom-4-opacity-0-96-dark)",
|
|
1344
|
-
"custom-colors-custom-4-opacity-0-80-dark": "var(--or-c-custom-colors-custom-4-opacity-0-80-dark)",
|
|
1345
|
-
"custom-colors-custom-4-opacity-0-64-dark": "var(--or-c-custom-colors-custom-4-opacity-0-64-dark)",
|
|
1346
|
-
"custom-colors-custom-4-opacity-0-48-dark": "var(--or-c-custom-colors-custom-4-opacity-0-48-dark)",
|
|
1347
|
-
"custom-colors-custom-4-opacity-0-32-dark": "var(--or-c-custom-colors-custom-4-opacity-0-32-dark)",
|
|
1348
|
-
"custom-colors-custom-4-opacity-0-16-dark": "var(--or-c-custom-colors-custom-4-opacity-0-16-dark)",
|
|
1349
|
-
"custom-colors-custom-4-opacity-0-12-dark": "var(--or-c-custom-colors-custom-4-opacity-0-12-dark)",
|
|
1350
|
-
"custom-colors-custom-4-opacity-0-08-dark": "var(--or-c-custom-colors-custom-4-opacity-0-08-dark)",
|
|
1351
|
-
"custom-colors-custom-5-opacity-0-96-dark": "var(--or-c-custom-colors-custom-5-opacity-0-96-dark)",
|
|
1352
|
-
"custom-colors-custom-5-opacity-0-80-dark": "var(--or-c-custom-colors-custom-5-opacity-0-80-dark)",
|
|
1353
|
-
"custom-colors-custom-5-opacity-0-64-dark": "var(--or-c-custom-colors-custom-5-opacity-0-64-dark)",
|
|
1354
|
-
"custom-colors-custom-5-opacity-0-48-dark": "var(--or-c-custom-colors-custom-5-opacity-0-48-dark)",
|
|
1355
|
-
"custom-colors-custom-5-opacity-0-32-dark": "var(--or-c-custom-colors-custom-5-opacity-0-32-dark)",
|
|
1356
|
-
"custom-colors-custom-5-opacity-0-16-dark": "var(--or-c-custom-colors-custom-5-opacity-0-16-dark)",
|
|
1357
|
-
"custom-colors-custom-5-opacity-0-12-dark": "var(--or-c-custom-colors-custom-5-opacity-0-12-dark)",
|
|
1358
|
-
"custom-colors-custom-5-opacity-0-08-dark": "var(--or-c-custom-colors-custom-5-opacity-0-08-dark)",
|
|
1359
|
-
"custom-colors-custom-6-opacity-0-96-dark": "var(--or-c-custom-colors-custom-6-opacity-0-96-dark)",
|
|
1360
|
-
"custom-colors-custom-6-opacity-0-80-dark": "var(--or-c-custom-colors-custom-6-opacity-0-80-dark)",
|
|
1361
|
-
"custom-colors-custom-6-opacity-0-64-dark": "var(--or-c-custom-colors-custom-6-opacity-0-64-dark)",
|
|
1362
|
-
"custom-colors-custom-6-opacity-0-48-dark": "var(--or-c-custom-colors-custom-6-opacity-0-48-dark)",
|
|
1363
|
-
"custom-colors-custom-6-opacity-0-32-dark": "var(--or-c-custom-colors-custom-6-opacity-0-32-dark)",
|
|
1364
|
-
"custom-colors-custom-6-opacity-0-16-dark": "var(--or-c-custom-colors-custom-6-opacity-0-16-dark)",
|
|
1365
|
-
"custom-colors-custom-6-opacity-0-12-dark": "var(--or-c-custom-colors-custom-6-opacity-0-12-dark)",
|
|
1366
|
-
"custom-colors-custom-6-opacity-0-08-dark": "var(--or-c-custom-colors-custom-6-opacity-0-08-dark)",
|
|
1367
|
-
"outline-opacity-0-96-dark": "var(--or-c-outline-opacity-0-96-dark)",
|
|
1368
|
-
"outline-opacity-0-80-dark": "var(--or-c-outline-opacity-0-80-dark)",
|
|
1369
|
-
"outline-opacity-0-64-dark": "var(--or-c-outline-opacity-0-64-dark)",
|
|
1370
|
-
"outline-opacity-0-48-dark": "var(--or-c-outline-opacity-0-48-dark)",
|
|
1371
|
-
"outline-opacity-0-32-dark": "var(--or-c-outline-opacity-0-32-dark)",
|
|
1372
|
-
"outline-opacity-0-16-dark": "var(--or-c-outline-opacity-0-16-dark)",
|
|
1373
|
-
"outline-opacity-0-12-dark": "var(--or-c-outline-opacity-0-12-dark)",
|
|
1374
|
-
"outline-opacity-0-08-dark": "var(--or-c-outline-opacity-0-08-dark)",
|
|
1375
|
-
"surface-variant-1": "var(--or-c-surface-variant-1-light)",
|
|
1376
|
-
"surface-variant-1-dark": "var(--or-c-surface-variant-1-dark)"
|
|
1377
|
-
},
|
|
1378
|
-
stroke: {
|
|
1379
|
-
white: "var(--or-c-white)",
|
|
1380
|
-
black: "var(--or-c-black)",
|
|
1381
|
-
primary: "var(--or-c-primary-light)",
|
|
1382
|
-
"on-primary": "var(--or-c-on-primary-light)",
|
|
1383
|
-
"primary-container": "var(--or-c-primary-container-light)",
|
|
1384
|
-
"on-primary-container": "var(--or-c-on-primary-container-light)",
|
|
1385
|
-
secondary: "var(--or-c-secondary-light)",
|
|
1386
|
-
"on-secondary": "var(--or-c-on-secondary-light)",
|
|
1387
|
-
"secondary-container": "var(--or-c-secondary-container-light)",
|
|
1388
|
-
"on-secondary-container": "var(--or-c-on-secondary-container-light)",
|
|
1389
|
-
tertiary: "var(--or-c-tertiary-light)",
|
|
1390
|
-
"on-tertiary": "var(--or-c-on-tertiary-light)",
|
|
1391
|
-
"tertiary-container": "var(--or-c-tertiary-container-light)",
|
|
1392
|
-
"on-tertiary-container": "var(--or-c-on-tertiary-container-light)",
|
|
1393
|
-
error: "var(--or-c-error-light)",
|
|
1394
|
-
"on-error": "var(--or-c-on-error-light)",
|
|
1395
|
-
"error-container": "var(--or-c-error-container-light)",
|
|
1396
|
-
"on-error-container": "var(--or-c-on-error-container-light)",
|
|
1397
|
-
success: "var(--or-c-success-light)",
|
|
1398
|
-
"on-success": "var(--or-c-on-success-light)",
|
|
1399
|
-
"success-container": "var(--or-c-success-container-light)",
|
|
1400
|
-
"on-success-container": "var(--or-c-on-success-container-light)",
|
|
1401
|
-
warning: "var(--or-c-warning-light)",
|
|
1402
|
-
"on-warning": "var(--or-c-on-warning-light)",
|
|
1403
|
-
"warning-container": "var(--or-c-warning-container-light)",
|
|
1404
|
-
"on-warning-container": "var(--or-c-on-warning-container-light)",
|
|
1405
|
-
background: "var(--or-c-background-light)",
|
|
1406
|
-
"on-background": "var(--or-c-on-background-light)",
|
|
1407
|
-
surface: "var(--or-c-surface-light)",
|
|
1408
|
-
"surface-1": "var(--or-c-surface-1-light)",
|
|
1409
|
-
"surface-2": "var(--or-c-surface-2-light)",
|
|
1410
|
-
"surface-3": "var(--or-c-surface-3-light)",
|
|
1411
|
-
"surface-4": "var(--or-c-surface-4-light)",
|
|
1412
|
-
"surface-5": "var(--or-c-surface-5-light)",
|
|
1413
|
-
"on-surface": "var(--or-c-on-surface-light)",
|
|
1414
|
-
"surface-variant": "var(--or-c-surface-variant-light)",
|
|
1415
|
-
"on-surface-variant": "var(--or-c-on-surface-variant-light)",
|
|
1416
|
-
"inverse-surface": "var(--or-c-inverse-surface-light)",
|
|
1417
|
-
"inverse-on-surface": "var(--or-c-inverse-on-surface-light)",
|
|
1418
|
-
"inverse-primary": "var(--or-c-inverse-primary-light)",
|
|
1419
|
-
outline: "var(--or-c-outline-light)",
|
|
1420
|
-
"on-disabled": "var(--or-c-on-disabled-light)",
|
|
1421
|
-
"primary-opacity-0-08": "var(--or-c-primary-opacity-0-08-light)",
|
|
1422
|
-
"primary-opacity-0-12": "var(--or-c-primary-opacity-0-12-light)",
|
|
1423
|
-
"primary-opacity-0-16": "var(--or-c-primary-opacity-0-16-light)",
|
|
1424
|
-
"primary-dark": "var(--or-c-primary-dark)",
|
|
1425
|
-
"on-primary-dark": "var(--or-c-on-primary-dark)",
|
|
1426
|
-
"primary-container-dark": "var(--or-c-primary-container-dark)",
|
|
1427
|
-
"on-primary-container-dark": "var(--or-c-on-primary-container-dark)",
|
|
1428
|
-
"secondary-dark": "var(--or-c-secondary-dark)",
|
|
1429
|
-
"on-secondary-dark": "var(--or-c-on-secondary-dark)",
|
|
1430
|
-
"secondary-container-dark": "var(--or-c-secondary-container-dark)",
|
|
1431
|
-
"on-secondary-container-dark": "var(--or-c-on-secondary-container-dark)",
|
|
1432
|
-
"tertiary-dark": "var(--or-c-tertiary-dark)",
|
|
1433
|
-
"on-tertiary-dark": "var(--or-c-on-tertiary-dark)",
|
|
1434
|
-
"tertiary-container-dark": "var(--or-c-tertiary-container-dark)",
|
|
1435
|
-
"on-tertiary-container-dark": "var(--or-c-on-tertiary-container-dark)",
|
|
1436
|
-
"error-dark": "var(--or-c-error-dark)",
|
|
1437
|
-
"on-error-dark": "var(--or-c-on-error-dark)",
|
|
1438
|
-
"error-container-dark": "var(--or-c-error-container-dark)",
|
|
1439
|
-
"on-error-container-dark": "var(--or-c-on-error-container-dark)",
|
|
1440
|
-
"success-dark": "var(--or-c-success-dark)",
|
|
1441
|
-
"on-success-dark": "var(--or-c-on-success-dark)",
|
|
1442
|
-
"success-container-dark": "var(--or-c-success-container-dark)",
|
|
1443
|
-
"on-success-container-dark": "var(--or-c-on-success-container-dark)",
|
|
1444
|
-
"warning-dark": "var(--or-c-warning-dark)",
|
|
1445
|
-
"on-warning-dark": "var(--or-c-on-warning-dark)",
|
|
1446
|
-
"warning-container-dark": "var(--or-c-warning-container-dark)",
|
|
1447
|
-
"on-warning-container-dark": "var(--or-c-on-warning-container-dark)",
|
|
1448
|
-
"background-dark": "var(--or-c-background-dark)",
|
|
1449
|
-
"on-background-dark": "var(--or-c-on-background-dark)",
|
|
1450
|
-
"surface-dark": "var(--or-c-surface-dark)",
|
|
1451
|
-
"surface-1-dark": "var(--or-c-surface-1-dark)",
|
|
1452
|
-
"surface-2-dark": "var(--or-c-surface-2-dark)",
|
|
1453
|
-
"surface-3-dark": "var(--or-c-surface-3-dark)",
|
|
1454
|
-
"surface-4-dark": "var(--or-c-surface-4-dark)",
|
|
1455
|
-
"surface-5-dark": "var(--or-c-surface-5-dark)",
|
|
1456
|
-
"on-surface-dark": "var(--or-c-on-surface-dark)",
|
|
1457
|
-
"surface-variant-dark": "var(--or-c-surface-variant-dark)",
|
|
1458
|
-
"on-surface-variant-dark": "var(--or-c-on-surface-variant-dark)",
|
|
1459
|
-
"inverse-surface-dark": "var(--or-c-inverse-surface-dark)",
|
|
1460
|
-
"inverse-on-surface-dark": "var(--or-c-inverse-on-surface-dark)",
|
|
1461
|
-
"inverse-primary-dark": "var(--or-c-inverse-primary-dark)",
|
|
1462
|
-
"outline-dark": "var(--or-c-outline-dark)",
|
|
1463
|
-
"on-disabled-dark": "var(--or-c-on-disabled-dark)",
|
|
1464
|
-
"primary-opacity-0-08-dark": "var(--or-c-primary-opacity-0-08-dark)",
|
|
1465
|
-
"primary-opacity-0-12-dark": "var(--or-c-primary-opacity-0-12-dark)",
|
|
1466
|
-
"primary-opacity-0-16-dark": "var(--or-c-primary-opacity-0-16-dark)",
|
|
1467
|
-
"primary-hover": "var(--or-c-primary-hover-light)",
|
|
1468
|
-
"error-hover": "var(--or-c-error-hover-light)",
|
|
1469
|
-
"success-hover": "var(--or-c-success-hover-light)",
|
|
1470
|
-
"warning-hover": "var(--or-c-warning-hover-light)",
|
|
1471
|
-
"error-opacity-0-08": "var(--or-c-error-opacity-0-08-light)",
|
|
1472
|
-
"error-opacity-0-12": "var(--or-c-error-opacity-0-12-light)",
|
|
1473
|
-
"error-opacity-0-16": "var(--or-c-error-opacity-0-16-light)",
|
|
1474
|
-
"primary-hover-dark": "var(--or-c-primary-hover-dark)",
|
|
1475
|
-
"error-hover-dark": "var(--or-c-error-hover-dark)",
|
|
1476
|
-
"success-hover-dark": "var(--or-c-success-hover-dark)",
|
|
1477
|
-
"warning-hover-dark": "var(--or-c-warning-hover-dark)",
|
|
1478
|
-
"error-opacity-0-08-dark": "var(--or-c-error-opacity-0-08-dark)",
|
|
1479
|
-
"error-opacity-0-12-dark": "var(--or-c-error-opacity-0-12-dark)",
|
|
1480
|
-
"error-opacity-0-16-dark": "var(--or-c-error-opacity-0-16-dark)",
|
|
1481
|
-
disabled: "var(--or-c-disabled-light)",
|
|
1482
|
-
"disabled-dark": "var(--or-c-disabled-dark)",
|
|
1483
|
-
"success-opacity-0-08": "var(--or-c-success-opacity-0-08-light)",
|
|
1484
|
-
"success-opacity-0-12": "var(--or-c-success-opacity-0-12-light)",
|
|
1485
|
-
"success-opacity-0-16": "var(--or-c-success-opacity-0-16-light)",
|
|
1486
|
-
"warning-opacity-0-08": "var(--or-c-warning-opacity-0-08-light)",
|
|
1487
|
-
"warning-opacity-0-12": "var(--or-c-warning-opacity-0-12-light)",
|
|
1488
|
-
"warning-opacity-0-16": "var(--or-c-warning-opacity-0-16-light)",
|
|
1489
|
-
"success-opacity-0-08-dark": "var(--or-c-success-opacity-0-08-dark)",
|
|
1490
|
-
"success-opacity-0-12-dark": "var(--or-c-success-opacity-0-12-dark)",
|
|
1491
|
-
"success-opacity-0-16-dark": "var(--or-c-success-opacity-0-16-dark)",
|
|
1492
|
-
"warning-opacity-0-08-dark": "var(--or-c-warning-opacity-0-08-dark)",
|
|
1493
|
-
"warning-opacity-0-12-dark": "var(--or-c-warning-opacity-0-12-dark)",
|
|
1494
|
-
"warning-opacity-0-16-dark": "var(--or-c-warning-opacity-0-16-dark)",
|
|
1495
|
-
overlay: "var(--or-c-overlay-light)",
|
|
1496
|
-
"overlay-dark": "var(--or-c-overlay-dark)",
|
|
1497
|
-
"outline-variant": "var(--or-c-outline-variant-light)",
|
|
1498
|
-
"outline-variant-dark": "var(--or-c-outline-variant-dark)",
|
|
1499
|
-
"primary-hover-opacity-0-08": "var(--or-c-primary-hover-opacity-0-08-light)",
|
|
1500
|
-
"primary-hover-opacity-0-12": "var(--or-c-primary-hover-opacity-0-12-light)",
|
|
1501
|
-
"primary-hover-opacity-0-16": "var(--or-c-primary-hover-opacity-0-16-light)",
|
|
1502
|
-
"primary-hover-opacity-0-32": "var(--or-c-primary-hover-opacity-0-32-light)",
|
|
1503
|
-
"primary-hover-opacity-0-48": "var(--or-c-primary-hover-opacity-0-48-light)",
|
|
1504
|
-
"primary-hover-opacity-0-64": "var(--or-c-primary-hover-opacity-0-64-light)",
|
|
1505
|
-
"primary-hover-opacity-0-80": "var(--or-c-primary-hover-opacity-0-80-light)",
|
|
1506
|
-
"primary-hover-opacity-0-96": "var(--or-c-primary-hover-opacity-0-96-light)",
|
|
1507
|
-
"primary-hover-opacity-0-08-dark": "var(--or-c-primary-hover-opacity-0-08-dark)",
|
|
1508
|
-
"primary-hover-opacity-0-12-dark": "var(--or-c-primary-hover-opacity-0-12-dark)",
|
|
1509
|
-
"primary-hover-opacity-0-16-dark": "var(--or-c-primary-hover-opacity-0-16-dark)",
|
|
1510
|
-
"primary-hover-opacity-0-32-dark": "var(--or-c-primary-hover-opacity-0-32-dark)",
|
|
1511
|
-
"primary-hover-opacity-0-48-dark": "var(--or-c-primary-hover-opacity-0-48-dark)",
|
|
1512
|
-
"primary-hover-opacity-0-64-dark": "var(--or-c-primary-hover-opacity-0-64-dark)",
|
|
1513
|
-
"primary-hover-opacity-0-80-dark": "var(--or-c-primary-hover-opacity-0-80-dark)",
|
|
1514
|
-
"primary-hover-opacity-0-96-dark": "var(--or-c-primary-hover-opacity-0-96-dark)",
|
|
1515
|
-
"custom-colors-custom-1": "var(--or-c-custom-colors-custom-1-light)",
|
|
1516
|
-
"custom-colors-custom-2": "var(--or-c-custom-colors-custom-2-light)",
|
|
1517
|
-
"custom-colors-custom-3": "var(--or-c-custom-colors-custom-3-light)",
|
|
1518
|
-
"custom-colors-custom-4": "var(--or-c-custom-colors-custom-4-light)",
|
|
1519
|
-
"custom-colors-custom-5": "var(--or-c-custom-colors-custom-5-light)",
|
|
1520
|
-
"custom-colors-custom-6": "var(--or-c-custom-colors-custom-6-light)",
|
|
1521
|
-
"custom-colors-custom-1-container": "var(--or-c-custom-colors-custom-1-container-light)",
|
|
1522
|
-
"custom-colors-custom-2-container": "var(--or-c-custom-colors-custom-2-container-light)",
|
|
1523
|
-
"custom-colors-custom-3-container": "var(--or-c-custom-colors-custom-3-container-light)",
|
|
1524
|
-
"custom-colors-custom-4-container": "var(--or-c-custom-colors-custom-4-container-light)",
|
|
1525
|
-
"custom-colors-custom-5-container": "var(--or-c-custom-colors-custom-5-container-light)",
|
|
1526
|
-
"custom-colors-custom-6-container": "var(--or-c-custom-colors-custom-6-container-light)",
|
|
1527
|
-
"custom-colors-custom-1-dark": "var(--or-c-custom-colors-custom-1-dark)",
|
|
1528
|
-
"custom-colors-custom-2-dark": "var(--or-c-custom-colors-custom-2-dark)",
|
|
1529
|
-
"custom-colors-custom-3-dark": "var(--or-c-custom-colors-custom-3-dark)",
|
|
1530
|
-
"custom-colors-custom-4-dark": "var(--or-c-custom-colors-custom-4-dark)",
|
|
1531
|
-
"custom-colors-custom-5-dark": "var(--or-c-custom-colors-custom-5-dark)",
|
|
1532
|
-
"custom-colors-custom-6-dark": "var(--or-c-custom-colors-custom-6-dark)",
|
|
1533
|
-
"custom-colors-custom-1-container-dark": "var(--or-c-custom-colors-custom-1-container-dark)",
|
|
1534
|
-
"custom-colors-custom-2-container-dark": "var(--or-c-custom-colors-custom-2-container-dark)",
|
|
1535
|
-
"custom-colors-custom-3-container-dark": "var(--or-c-custom-colors-custom-3-container-dark)",
|
|
1536
|
-
"custom-colors-custom-4-container-dark": "var(--or-c-custom-colors-custom-4-container-dark)",
|
|
1537
|
-
"custom-colors-custom-5-container-dark": "var(--or-c-custom-colors-custom-5-container-dark)",
|
|
1538
|
-
"custom-colors-custom-6-container-dark": "var(--or-c-custom-colors-custom-6-container-dark)",
|
|
1539
|
-
"error-opacity-0-32": "var(--or-c-error-opacity-0-32-light)",
|
|
1540
|
-
"error-opacity-0-48": "var(--or-c-error-opacity-0-48-light)",
|
|
1541
|
-
"error-opacity-0-64": "var(--or-c-error-opacity-0-64-light)",
|
|
1542
|
-
"error-opacity-0-80": "var(--or-c-error-opacity-0-80-light)",
|
|
1543
|
-
"error-opacity-0-96": "var(--or-c-error-opacity-0-96-light)",
|
|
1544
|
-
"success-opacity-0-32": "var(--or-c-success-opacity-0-32-light)",
|
|
1545
|
-
"success-opacity-0-48": "var(--or-c-success-opacity-0-48-light)",
|
|
1546
|
-
"success-opacity-0-64": "var(--or-c-success-opacity-0-64-light)",
|
|
1547
|
-
"success-opacity-0-80": "var(--or-c-success-opacity-0-80-light)",
|
|
1548
|
-
"success-opacity-0-96": "var(--or-c-success-opacity-0-96-light)",
|
|
1549
|
-
"warning-opacity-0-32": "var(--or-c-warning-opacity-0-32-light)",
|
|
1550
|
-
"warning-opacity-0-48": "var(--or-c-warning-opacity-0-48-light)",
|
|
1551
|
-
"warning-opacity-0-64": "var(--or-c-warning-opacity-0-64-light)",
|
|
1552
|
-
"warning-opacity-0-80": "var(--or-c-warning-opacity-0-80-light)",
|
|
1553
|
-
"warning-opacity-0-96": "var(--or-c-warning-opacity-0-96-light)",
|
|
1554
|
-
"custom-colors-custom-1-opacity-0-96": "var(--or-c-custom-colors-custom-1-opacity-0-96-light)",
|
|
1555
|
-
"custom-colors-custom-1-opacity-0-80": "var(--or-c-custom-colors-custom-1-opacity-0-80-light)",
|
|
1556
|
-
"custom-colors-custom-1-opacity-0-64": "var(--or-c-custom-colors-custom-1-opacity-0-64-light)",
|
|
1557
|
-
"custom-colors-custom-1-opacity-0-48": "var(--or-c-custom-colors-custom-1-opacity-0-48-light)",
|
|
1558
|
-
"custom-colors-custom-1-opacity-0-32": "var(--or-c-custom-colors-custom-1-opacity-0-32-light)",
|
|
1559
|
-
"custom-colors-custom-1-opacity-0-16": "var(--or-c-custom-colors-custom-1-opacity-0-16-light)",
|
|
1560
|
-
"custom-colors-custom-1-opacity-0-12": "var(--or-c-custom-colors-custom-1-opacity-0-12-light)",
|
|
1561
|
-
"custom-colors-custom-1-opacity-0-08": "var(--or-c-custom-colors-custom-1-opacity-0-08-light)",
|
|
1562
|
-
"custom-colors-custom-2-opacity-0-96": "var(--or-c-custom-colors-custom-2-opacity-0-96-light)",
|
|
1563
|
-
"custom-colors-custom-2-opacity-0-80": "var(--or-c-custom-colors-custom-2-opacity-0-80-light)",
|
|
1564
|
-
"custom-colors-custom-2-opacity-0-64": "var(--or-c-custom-colors-custom-2-opacity-0-64-light)",
|
|
1565
|
-
"custom-colors-custom-2-opacity-0-48": "var(--or-c-custom-colors-custom-2-opacity-0-48-light)",
|
|
1566
|
-
"custom-colors-custom-2-opacity-0-32": "var(--or-c-custom-colors-custom-2-opacity-0-32-light)",
|
|
1567
|
-
"custom-colors-custom-2-opacity-0-16": "var(--or-c-custom-colors-custom-2-opacity-0-16-light)",
|
|
1568
|
-
"custom-colors-custom-2-opacity-0-12": "var(--or-c-custom-colors-custom-2-opacity-0-12-light)",
|
|
1569
|
-
"custom-colors-custom-2-opacity-0-08": "var(--or-c-custom-colors-custom-2-opacity-0-08-light)",
|
|
1570
|
-
"custom-colors-custom-3-opacity-0-96": "var(--or-c-custom-colors-custom-3-opacity-0-96-light)",
|
|
1571
|
-
"custom-colors-custom-3-opacity-0-80": "var(--or-c-custom-colors-custom-3-opacity-0-80-light)",
|
|
1572
|
-
"custom-colors-custom-3-opacity-0-64": "var(--or-c-custom-colors-custom-3-opacity-0-64-light)",
|
|
1573
|
-
"custom-colors-custom-3-opacity-0-48": "var(--or-c-custom-colors-custom-3-opacity-0-48-light)",
|
|
1574
|
-
"custom-colors-custom-3-opacity-0-32": "var(--or-c-custom-colors-custom-3-opacity-0-32-light)",
|
|
1575
|
-
"custom-colors-custom-3-opacity-0-16": "var(--or-c-custom-colors-custom-3-opacity-0-16-light)",
|
|
1576
|
-
"custom-colors-custom-3-opacity-0-12": "var(--or-c-custom-colors-custom-3-opacity-0-12-light)",
|
|
1577
|
-
"custom-colors-custom-3-opacity-0-08": "var(--or-c-custom-colors-custom-3-opacity-0-08-light)",
|
|
1578
|
-
"custom-colors-custom-4-opacity-0-96": "var(--or-c-custom-colors-custom-4-opacity-0-96-light)",
|
|
1579
|
-
"custom-colors-custom-4-opacity-0-80": "var(--or-c-custom-colors-custom-4-opacity-0-80-light)",
|
|
1580
|
-
"custom-colors-custom-4-opacity-0-64": "var(--or-c-custom-colors-custom-4-opacity-0-64-light)",
|
|
1581
|
-
"custom-colors-custom-4-opacity-0-48": "var(--or-c-custom-colors-custom-4-opacity-0-48-light)",
|
|
1582
|
-
"custom-colors-custom-4-opacity-0-32": "var(--or-c-custom-colors-custom-4-opacity-0-32-light)",
|
|
1583
|
-
"custom-colors-custom-4-opacity-0-16": "var(--or-c-custom-colors-custom-4-opacity-0-16-light)",
|
|
1584
|
-
"custom-colors-custom-4-opacity-0-12": "var(--or-c-custom-colors-custom-4-opacity-0-12-light)",
|
|
1585
|
-
"custom-colors-custom-4-opacity-0-08": "var(--or-c-custom-colors-custom-4-opacity-0-08-light)",
|
|
1586
|
-
"custom-colors-custom-5-opacity-0-96": "var(--or-c-custom-colors-custom-5-opacity-0-96-light)",
|
|
1587
|
-
"custom-colors-custom-5-opacity-0-80": "var(--or-c-custom-colors-custom-5-opacity-0-80-light)",
|
|
1588
|
-
"custom-colors-custom-5-opacity-0-64": "var(--or-c-custom-colors-custom-5-opacity-0-64-light)",
|
|
1589
|
-
"custom-colors-custom-5-opacity-0-48": "var(--or-c-custom-colors-custom-5-opacity-0-48-light)",
|
|
1590
|
-
"custom-colors-custom-5-opacity-0-32": "var(--or-c-custom-colors-custom-5-opacity-0-32-light)",
|
|
1591
|
-
"custom-colors-custom-5-opacity-0-16": "var(--or-c-custom-colors-custom-5-opacity-0-16-light)",
|
|
1592
|
-
"custom-colors-custom-5-opacity-0-12": "var(--or-c-custom-colors-custom-5-opacity-0-12-light)",
|
|
1593
|
-
"custom-colors-custom-5-opacity-0-08": "var(--or-c-custom-colors-custom-5-opacity-0-08-light)",
|
|
1594
|
-
"custom-colors-custom-6-opacity-0-96": "var(--or-c-custom-colors-custom-6-opacity-0-96-light)",
|
|
1595
|
-
"custom-colors-custom-6-opacity-0-80": "var(--or-c-custom-colors-custom-6-opacity-0-80-light)",
|
|
1596
|
-
"custom-colors-custom-6-opacity-0-64": "var(--or-c-custom-colors-custom-6-opacity-0-64-light)",
|
|
1597
|
-
"custom-colors-custom-6-opacity-0-48": "var(--or-c-custom-colors-custom-6-opacity-0-48-light)",
|
|
1598
|
-
"custom-colors-custom-6-opacity-0-32": "var(--or-c-custom-colors-custom-6-opacity-0-32-light)",
|
|
1599
|
-
"custom-colors-custom-6-opacity-0-16": "var(--or-c-custom-colors-custom-6-opacity-0-16-light)",
|
|
1600
|
-
"custom-colors-custom-6-opacity-0-12": "var(--or-c-custom-colors-custom-6-opacity-0-12-light)",
|
|
1601
|
-
"custom-colors-custom-6-opacity-0-08": "var(--or-c-custom-colors-custom-6-opacity-0-08-light)",
|
|
1602
|
-
"outline-opacity-0-96": "var(--or-c-outline-opacity-0-96-light)",
|
|
1603
|
-
"outline-opacity-0-80": "var(--or-c-outline-opacity-0-80-light)",
|
|
1604
|
-
"outline-opacity-0-64": "var(--or-c-outline-opacity-0-64-light)",
|
|
1605
|
-
"outline-opacity-0-48": "var(--or-c-outline-opacity-0-48-light)",
|
|
1606
|
-
"outline-opacity-0-32": "var(--or-c-outline-opacity-0-32-light)",
|
|
1607
|
-
"outline-opacity-0-16": "var(--or-c-outline-opacity-0-16-light)",
|
|
1608
|
-
"outline-opacity-0-12": "var(--or-c-outline-opacity-0-12-light)",
|
|
1609
|
-
"outline-opacity-0-08": "var(--or-c-outline-opacity-0-08-light)",
|
|
1610
|
-
"error-opacity-0-32-dark": "var(--or-c-error-opacity-0-32-dark)",
|
|
1611
|
-
"error-opacity-0-48-dark": "var(--or-c-error-opacity-0-48-dark)",
|
|
1612
|
-
"error-opacity-0-64-dark": "var(--or-c-error-opacity-0-64-dark)",
|
|
1613
|
-
"error-opacity-0-80-dark": "var(--or-c-error-opacity-0-80-dark)",
|
|
1614
|
-
"error-opacity-0-96-dark": "var(--or-c-error-opacity-0-96-dark)",
|
|
1615
|
-
"success-opacity-0-32-dark": "var(--or-c-success-opacity-0-32-dark)",
|
|
1616
|
-
"success-opacity-0-48-dark": "var(--or-c-success-opacity-0-48-dark)",
|
|
1617
|
-
"success-opacity-0-64-dark": "var(--or-c-success-opacity-0-64-dark)",
|
|
1618
|
-
"success-opacity-0-80-dark": "var(--or-c-success-opacity-0-80-dark)",
|
|
1619
|
-
"success-opacity-0-96-dark": "var(--or-c-success-opacity-0-96-dark)",
|
|
1620
|
-
"warning-opacity-0-32-dark": "var(--or-c-warning-opacity-0-32-dark)",
|
|
1621
|
-
"warning-opacity-0-48-dark": "var(--or-c-warning-opacity-0-48-dark)",
|
|
1622
|
-
"warning-opacity-0-64-dark": "var(--or-c-warning-opacity-0-64-dark)",
|
|
1623
|
-
"warning-opacity-0-80-dark": "var(--or-c-warning-opacity-0-80-dark)",
|
|
1624
|
-
"warning-opacity-0-96-dark": "var(--or-c-warning-opacity-0-96-dark)",
|
|
1625
|
-
"custom-colors-custom-1-opacity-0-96-dark": "var(--or-c-custom-colors-custom-1-opacity-0-96-dark)",
|
|
1626
|
-
"custom-colors-custom-1-opacity-0-80-dark": "var(--or-c-custom-colors-custom-1-opacity-0-80-dark)",
|
|
1627
|
-
"custom-colors-custom-1-opacity-0-64-dark": "var(--or-c-custom-colors-custom-1-opacity-0-64-dark)",
|
|
1628
|
-
"custom-colors-custom-1-opacity-0-48-dark": "var(--or-c-custom-colors-custom-1-opacity-0-48-dark)",
|
|
1629
|
-
"custom-colors-custom-1-opacity-0-32-dark": "var(--or-c-custom-colors-custom-1-opacity-0-32-dark)",
|
|
1630
|
-
"custom-colors-custom-1-opacity-0-16-dark": "var(--or-c-custom-colors-custom-1-opacity-0-16-dark)",
|
|
1631
|
-
"custom-colors-custom-1-opacity-0-12-dark": "var(--or-c-custom-colors-custom-1-opacity-0-12-dark)",
|
|
1632
|
-
"custom-colors-custom-1-opacity-0-08-dark": "var(--or-c-custom-colors-custom-1-opacity-0-08-dark)",
|
|
1633
|
-
"custom-colors-custom-2-opacity-0-96-dark": "var(--or-c-custom-colors-custom-2-opacity-0-96-dark)",
|
|
1634
|
-
"custom-colors-custom-2-opacity-0-80-dark": "var(--or-c-custom-colors-custom-2-opacity-0-80-dark)",
|
|
1635
|
-
"custom-colors-custom-2-opacity-0-64-dark": "var(--or-c-custom-colors-custom-2-opacity-0-64-dark)",
|
|
1636
|
-
"custom-colors-custom-2-opacity-0-48-dark": "var(--or-c-custom-colors-custom-2-opacity-0-48-dark)",
|
|
1637
|
-
"custom-colors-custom-2-opacity-0-32-dark": "var(--or-c-custom-colors-custom-2-opacity-0-32-dark)",
|
|
1638
|
-
"custom-colors-custom-2-opacity-0-16-dark": "var(--or-c-custom-colors-custom-2-opacity-0-16-dark)",
|
|
1639
|
-
"custom-colors-custom-2-opacity-0-12-dark": "var(--or-c-custom-colors-custom-2-opacity-0-12-dark)",
|
|
1640
|
-
"custom-colors-custom-2-opacity-0-08-dark": "var(--or-c-custom-colors-custom-2-opacity-0-08-dark)",
|
|
1641
|
-
"custom-colors-custom-3-opacity-0-96-dark": "var(--or-c-custom-colors-custom-3-opacity-0-96-dark)",
|
|
1642
|
-
"custom-colors-custom-3-opacity-0-80-dark": "var(--or-c-custom-colors-custom-3-opacity-0-80-dark)",
|
|
1643
|
-
"custom-colors-custom-3-opacity-0-64-dark": "var(--or-c-custom-colors-custom-3-opacity-0-64-dark)",
|
|
1644
|
-
"custom-colors-custom-3-opacity-0-48-dark": "var(--or-c-custom-colors-custom-3-opacity-0-48-dark)",
|
|
1645
|
-
"custom-colors-custom-3-opacity-0-32-dark": "var(--or-c-custom-colors-custom-3-opacity-0-32-dark)",
|
|
1646
|
-
"custom-colors-custom-3-opacity-0-16-dark": "var(--or-c-custom-colors-custom-3-opacity-0-16-dark)",
|
|
1647
|
-
"custom-colors-custom-3-opacity-0-12-dark": "var(--or-c-custom-colors-custom-3-opacity-0-12-dark)",
|
|
1648
|
-
"custom-colors-custom-3-opacity-0-08-dark": "var(--or-c-custom-colors-custom-3-opacity-0-08-dark)",
|
|
1649
|
-
"custom-colors-custom-4-opacity-0-96-dark": "var(--or-c-custom-colors-custom-4-opacity-0-96-dark)",
|
|
1650
|
-
"custom-colors-custom-4-opacity-0-80-dark": "var(--or-c-custom-colors-custom-4-opacity-0-80-dark)",
|
|
1651
|
-
"custom-colors-custom-4-opacity-0-64-dark": "var(--or-c-custom-colors-custom-4-opacity-0-64-dark)",
|
|
1652
|
-
"custom-colors-custom-4-opacity-0-48-dark": "var(--or-c-custom-colors-custom-4-opacity-0-48-dark)",
|
|
1653
|
-
"custom-colors-custom-4-opacity-0-32-dark": "var(--or-c-custom-colors-custom-4-opacity-0-32-dark)",
|
|
1654
|
-
"custom-colors-custom-4-opacity-0-16-dark": "var(--or-c-custom-colors-custom-4-opacity-0-16-dark)",
|
|
1655
|
-
"custom-colors-custom-4-opacity-0-12-dark": "var(--or-c-custom-colors-custom-4-opacity-0-12-dark)",
|
|
1656
|
-
"custom-colors-custom-4-opacity-0-08-dark": "var(--or-c-custom-colors-custom-4-opacity-0-08-dark)",
|
|
1657
|
-
"custom-colors-custom-5-opacity-0-96-dark": "var(--or-c-custom-colors-custom-5-opacity-0-96-dark)",
|
|
1658
|
-
"custom-colors-custom-5-opacity-0-80-dark": "var(--or-c-custom-colors-custom-5-opacity-0-80-dark)",
|
|
1659
|
-
"custom-colors-custom-5-opacity-0-64-dark": "var(--or-c-custom-colors-custom-5-opacity-0-64-dark)",
|
|
1660
|
-
"custom-colors-custom-5-opacity-0-48-dark": "var(--or-c-custom-colors-custom-5-opacity-0-48-dark)",
|
|
1661
|
-
"custom-colors-custom-5-opacity-0-32-dark": "var(--or-c-custom-colors-custom-5-opacity-0-32-dark)",
|
|
1662
|
-
"custom-colors-custom-5-opacity-0-16-dark": "var(--or-c-custom-colors-custom-5-opacity-0-16-dark)",
|
|
1663
|
-
"custom-colors-custom-5-opacity-0-12-dark": "var(--or-c-custom-colors-custom-5-opacity-0-12-dark)",
|
|
1664
|
-
"custom-colors-custom-5-opacity-0-08-dark": "var(--or-c-custom-colors-custom-5-opacity-0-08-dark)",
|
|
1665
|
-
"custom-colors-custom-6-opacity-0-96-dark": "var(--or-c-custom-colors-custom-6-opacity-0-96-dark)",
|
|
1666
|
-
"custom-colors-custom-6-opacity-0-80-dark": "var(--or-c-custom-colors-custom-6-opacity-0-80-dark)",
|
|
1667
|
-
"custom-colors-custom-6-opacity-0-64-dark": "var(--or-c-custom-colors-custom-6-opacity-0-64-dark)",
|
|
1668
|
-
"custom-colors-custom-6-opacity-0-48-dark": "var(--or-c-custom-colors-custom-6-opacity-0-48-dark)",
|
|
1669
|
-
"custom-colors-custom-6-opacity-0-32-dark": "var(--or-c-custom-colors-custom-6-opacity-0-32-dark)",
|
|
1670
|
-
"custom-colors-custom-6-opacity-0-16-dark": "var(--or-c-custom-colors-custom-6-opacity-0-16-dark)",
|
|
1671
|
-
"custom-colors-custom-6-opacity-0-12-dark": "var(--or-c-custom-colors-custom-6-opacity-0-12-dark)",
|
|
1672
|
-
"custom-colors-custom-6-opacity-0-08-dark": "var(--or-c-custom-colors-custom-6-opacity-0-08-dark)",
|
|
1673
|
-
"outline-opacity-0-96-dark": "var(--or-c-outline-opacity-0-96-dark)",
|
|
1674
|
-
"outline-opacity-0-80-dark": "var(--or-c-outline-opacity-0-80-dark)",
|
|
1675
|
-
"outline-opacity-0-64-dark": "var(--or-c-outline-opacity-0-64-dark)",
|
|
1676
|
-
"outline-opacity-0-48-dark": "var(--or-c-outline-opacity-0-48-dark)",
|
|
1677
|
-
"outline-opacity-0-32-dark": "var(--or-c-outline-opacity-0-32-dark)",
|
|
1678
|
-
"outline-opacity-0-16-dark": "var(--or-c-outline-opacity-0-16-dark)",
|
|
1679
|
-
"outline-opacity-0-12-dark": "var(--or-c-outline-opacity-0-12-dark)",
|
|
1680
|
-
"outline-opacity-0-08-dark": "var(--or-c-outline-opacity-0-08-dark)",
|
|
1681
|
-
"surface-variant-1": "var(--or-c-surface-variant-1-light)",
|
|
1682
|
-
"surface-variant-1-dark": "var(--or-c-surface-variant-1-dark)"
|
|
1683
|
-
},
|
|
1684
|
-
content: {
|
|
1685
|
-
"checkbox-checked": "\"check_small\"",
|
|
1686
|
-
"checkbox-indeterminate": "\"check_indeterminate_small\""
|
|
1687
|
-
},
|
|
1688
|
-
animation: {
|
|
1689
|
-
"circular-loader": "circular-loader 1400ms linear infinite",
|
|
1690
|
-
"linear-loader": "linear-loader 1400ms linear infinite",
|
|
1691
|
-
"skeleton-loader": "skeleton-loader 1400ms linear infinite"
|
|
1692
|
-
},
|
|
1693
|
-
keyframes: {
|
|
1694
|
-
"circular-loader": {
|
|
1695
|
-
"0%": {
|
|
1696
|
-
transform: "rotate(0deg)",
|
|
1697
|
-
strokeDasharray: "0, 200",
|
|
1698
|
-
strokeDashoffset: "0"
|
|
1699
|
-
},
|
|
1700
|
-
"50%": {
|
|
1701
|
-
transform: "rotate(180deg)",
|
|
1702
|
-
strokeDasharray: "100, 200",
|
|
1703
|
-
strokeDashoffset: "calc((50% - 2px) * -3.14)"
|
|
1704
|
-
},
|
|
1705
|
-
"100%": {
|
|
1706
|
-
transform: "rotate(360deg)",
|
|
1707
|
-
strokeDasharray: "100, 200",
|
|
1708
|
-
strokeDashoffset: "calc((100% - 2px) * -3.14)"
|
|
1709
|
-
}
|
|
1710
|
-
},
|
|
1711
|
-
"linear-loader": {
|
|
1712
|
-
"0%": {
|
|
1713
|
-
strokeDasharray: "25%, 100%",
|
|
1714
|
-
strokeDashoffset: "0"
|
|
1715
|
-
},
|
|
1716
|
-
"100%": {
|
|
1717
|
-
strokeDasharray: "25%, 100%",
|
|
1718
|
-
strokeDashoffset: "calc((100% - 0px) * -2.5)"
|
|
1719
|
-
}
|
|
1720
|
-
},
|
|
1721
|
-
"skeleton-loader": {
|
|
1722
|
-
"0%": {
|
|
1723
|
-
backgroundPosition: "100% 50%"
|
|
1724
|
-
},
|
|
1725
|
-
"100%": {
|
|
1726
|
-
backgroundPosition: "-100% 50%"
|
|
1727
|
-
}
|
|
1728
|
-
}
|
|
1729
|
-
},
|
|
1730
|
-
borderRadius: {
|
|
1731
|
-
"0": "0px",
|
|
1732
|
-
none: "0px",
|
|
1733
|
-
sm: "2px",
|
|
1734
|
-
md: "4px",
|
|
1735
|
-
lg: "8px",
|
|
1736
|
-
xl: "16px",
|
|
1737
|
-
full: "9999px"
|
|
1738
|
-
},
|
|
1739
|
-
borderWidth: {
|
|
1740
|
-
"0": "0px",
|
|
1741
|
-
"1": "1px",
|
|
1742
|
-
"2": "2px",
|
|
1743
|
-
"4": "4px"
|
|
1744
|
-
},
|
|
1745
|
-
boxShadow: {
|
|
1746
|
-
none: "0 0 #00000000",
|
|
1747
|
-
modal: "0 0 1px 0 rgba(0 0 0 / 0.2), 0 26px 80px 0 rgba(0 0 0 / 0.2)",
|
|
1748
|
-
contextual: "-1px 0 20px 0 rgba(24 28 34 / 0.05), 0 1px 5px 0 rgba(0 0 0 / 0.15)",
|
|
1749
|
-
card: "0 0 5px 0 rgba(0 0 0 / 0.05), 0 1px 2px 0 rgba(24 28 34 / 0.15)",
|
|
1750
|
-
button: "inset 0 -1px 0 0 rgba(0 0 0 / 0.1), 0 0 5px 0 rgba(0 0 0 / 0.05), 0 1px 2px 0 rgba(24 28 34 / 0.15)",
|
|
1751
|
-
"modal-dark": "0 4px 4px 0 rgba(0 0 0 / 0.15), 0 26px 80px 0 rgba(0 0 0 / 0.6), inset 0 0 1px 0 rgba(255 255 255 / 0.2)",
|
|
1752
|
-
"contextual-dark": "0 4px 4px 0 rgba(0 0 0 / 0.25), -1px 0 20px 0 rgba(24 28 34 / 0.05), inset 0 0 1px 0 rgba(255 255 255 / 0.4)",
|
|
1753
|
-
"card-dark": "0 2px 1px -1px rgba(0 0 0 / 0.2), 0 1px 1px 0 rgba(0 0 0 / 0.14), 0 0 1px 0 rgba(255 255 255 / 0.3)",
|
|
1754
|
-
"button-dark": "inset 0 -1px 0 0 rgba(255 255 255 / 0.2), 0 0 5px 0 rgba(0 0 0 / 0.05), 0 1px 2px 0 rgba(24 28 34 / 0.15)",
|
|
1755
|
-
DEFAULT: "0 1px 1px rgba(0 0 0 / 0.24), 0 0 1px rgba(0 0 0 / 0.16)"
|
|
1756
|
-
},
|
|
1757
|
-
fontFamily: {
|
|
1758
|
-
"headline-1": "Inter",
|
|
1759
|
-
"headline-2": "Inter",
|
|
1760
|
-
"headline-3": "Inter",
|
|
1761
|
-
"headline-4": "Inter",
|
|
1762
|
-
button: "Inter",
|
|
1763
|
-
"body-1-regular": "Inter",
|
|
1764
|
-
"body-1-semibold": "Inter",
|
|
1765
|
-
"body-1-bold": "Inter",
|
|
1766
|
-
"body-2-regular": "Inter",
|
|
1767
|
-
"body-2-semibold": "Inter",
|
|
1768
|
-
"body-2-bold": "Inter",
|
|
1769
|
-
"caption-regular": "Inter",
|
|
1770
|
-
"caption-semibold": "Inter",
|
|
1771
|
-
"caption-bold": "Inter",
|
|
1772
|
-
"mobile-button": "Inter",
|
|
1773
|
-
"mobile-body-2-regular": "Inter",
|
|
1774
|
-
"mobile-body-2-semibold": "Inter",
|
|
1775
|
-
"mobile-body-2-bold": "Inter",
|
|
1776
|
-
"display-large": "Inter",
|
|
1777
|
-
"display-medium": "Inter",
|
|
1778
|
-
"display-small": "Inter",
|
|
1779
|
-
"mobile-display-large": "Inter",
|
|
1780
|
-
"mobile-display-medium": "Inter",
|
|
1781
|
-
"mobile-display-small": "Inter",
|
|
1782
|
-
"mobile-headline-1": "Inter",
|
|
1783
|
-
"mobile-headline-2": "Inter",
|
|
1784
|
-
"mobile-headline-3": "Inter",
|
|
1785
|
-
"mobile-headline-4": "Inter",
|
|
1786
|
-
"mobile-body-1-bold": "Inter",
|
|
1787
|
-
"mobile-body-1-semibold": "Inter",
|
|
1788
|
-
"mobile-body-1-regular": "Inter",
|
|
1789
|
-
"mobile-caption-regular": "Inter",
|
|
1790
|
-
"mobile-caption-semibold": "Inter",
|
|
1791
|
-
"mobile-caption-bold": "Inter",
|
|
1792
|
-
inherit: "inherit"
|
|
1793
|
-
},
|
|
1794
|
-
fontSize: {
|
|
1795
|
-
"headline-1": [
|
|
1796
|
-
"24px",
|
|
1797
|
-
{
|
|
1798
|
-
lineHeight: "29px"
|
|
1799
|
-
}
|
|
1800
|
-
],
|
|
1801
|
-
"headline-2": [
|
|
1802
|
-
"20px",
|
|
1803
|
-
{
|
|
1804
|
-
lineHeight: "24px"
|
|
1805
|
-
}
|
|
1806
|
-
],
|
|
1807
|
-
"headline-3": [
|
|
1808
|
-
"16px",
|
|
1809
|
-
{
|
|
1810
|
-
lineHeight: "24px"
|
|
1811
|
-
}
|
|
1812
|
-
],
|
|
1813
|
-
"headline-4": [
|
|
1814
|
-
"14px",
|
|
1815
|
-
{
|
|
1816
|
-
lineHeight: "21px"
|
|
1817
|
-
}
|
|
1818
|
-
],
|
|
1819
|
-
button: [
|
|
1820
|
-
"14px",
|
|
1821
|
-
{
|
|
1822
|
-
lineHeight: "20px"
|
|
1823
|
-
}
|
|
1824
|
-
],
|
|
1825
|
-
"body-1-regular": [
|
|
1826
|
-
"16px",
|
|
1827
|
-
{
|
|
1828
|
-
lineHeight: "24px"
|
|
1829
|
-
}
|
|
1830
|
-
],
|
|
1831
|
-
"body-1-semibold": [
|
|
1832
|
-
"16px",
|
|
1833
|
-
{
|
|
1834
|
-
lineHeight: "24px"
|
|
1835
|
-
}
|
|
1836
|
-
],
|
|
1837
|
-
"body-1-bold": [
|
|
1838
|
-
"16px",
|
|
1839
|
-
{
|
|
1840
|
-
lineHeight: "24px"
|
|
1841
|
-
}
|
|
1842
|
-
],
|
|
1843
|
-
"body-2-regular": [
|
|
1844
|
-
"14px",
|
|
1845
|
-
{
|
|
1846
|
-
lineHeight: "21px"
|
|
1847
|
-
}
|
|
1848
|
-
],
|
|
1849
|
-
"body-2-semibold": [
|
|
1850
|
-
"14px",
|
|
1851
|
-
{
|
|
1852
|
-
lineHeight: "21px"
|
|
1853
|
-
}
|
|
1854
|
-
],
|
|
1855
|
-
"body-2-bold": [
|
|
1856
|
-
"14px",
|
|
1857
|
-
{
|
|
1858
|
-
lineHeight: "21px"
|
|
1859
|
-
}
|
|
1860
|
-
],
|
|
1861
|
-
"caption-regular": [
|
|
1862
|
-
"12px",
|
|
1863
|
-
{
|
|
1864
|
-
lineHeight: "18px"
|
|
1865
|
-
}
|
|
1866
|
-
],
|
|
1867
|
-
"caption-semibold": [
|
|
1868
|
-
"12px",
|
|
1869
|
-
{
|
|
1870
|
-
lineHeight: "18px"
|
|
1871
|
-
}
|
|
1872
|
-
],
|
|
1873
|
-
"caption-bold": [
|
|
1874
|
-
"12px",
|
|
1875
|
-
{
|
|
1876
|
-
lineHeight: "18px"
|
|
1877
|
-
}
|
|
1878
|
-
],
|
|
1879
|
-
"mobile-button": [
|
|
1880
|
-
"16px",
|
|
1881
|
-
{
|
|
1882
|
-
lineHeight: "24px"
|
|
1883
|
-
}
|
|
1884
|
-
],
|
|
1885
|
-
"mobile-body-2-regular": [
|
|
1886
|
-
"16px",
|
|
1887
|
-
{
|
|
1888
|
-
lineHeight: "24px"
|
|
1889
|
-
}
|
|
1890
|
-
],
|
|
1891
|
-
"mobile-body-2-semibold": [
|
|
1892
|
-
"16px",
|
|
1893
|
-
{
|
|
1894
|
-
lineHeight: "24px"
|
|
1895
|
-
}
|
|
1896
|
-
],
|
|
1897
|
-
"mobile-body-2-bold": [
|
|
1898
|
-
"16px",
|
|
1899
|
-
{
|
|
1900
|
-
lineHeight: "24px"
|
|
1901
|
-
}
|
|
1902
|
-
],
|
|
1903
|
-
"display-large": [
|
|
1904
|
-
"57px",
|
|
1905
|
-
{
|
|
1906
|
-
lineHeight: "64px"
|
|
1907
|
-
}
|
|
1908
|
-
],
|
|
1909
|
-
"display-medium": [
|
|
1910
|
-
"45px",
|
|
1911
|
-
{
|
|
1912
|
-
lineHeight: "52px"
|
|
1913
|
-
}
|
|
1914
|
-
],
|
|
1915
|
-
"display-small": [
|
|
1916
|
-
"36px",
|
|
1917
|
-
{
|
|
1918
|
-
lineHeight: "44px"
|
|
1919
|
-
}
|
|
1920
|
-
],
|
|
1921
|
-
"mobile-display-large": [
|
|
1922
|
-
"36px",
|
|
1923
|
-
{
|
|
1924
|
-
lineHeight: "40px"
|
|
1925
|
-
}
|
|
1926
|
-
],
|
|
1927
|
-
"mobile-display-medium": [
|
|
1928
|
-
"32px",
|
|
1929
|
-
{
|
|
1930
|
-
lineHeight: "36px"
|
|
1931
|
-
}
|
|
1932
|
-
],
|
|
1933
|
-
"mobile-display-small": [
|
|
1934
|
-
"28px",
|
|
1935
|
-
{
|
|
1936
|
-
lineHeight: "32px"
|
|
1937
|
-
}
|
|
1938
|
-
],
|
|
1939
|
-
"mobile-headline-1": [
|
|
1940
|
-
"24px",
|
|
1941
|
-
{
|
|
1942
|
-
lineHeight: "29px"
|
|
1943
|
-
}
|
|
1944
|
-
],
|
|
1945
|
-
"mobile-headline-2": [
|
|
1946
|
-
"20px",
|
|
1947
|
-
{
|
|
1948
|
-
lineHeight: "24px"
|
|
1949
|
-
}
|
|
1950
|
-
],
|
|
1951
|
-
"mobile-headline-3": [
|
|
1952
|
-
"16px",
|
|
1953
|
-
{
|
|
1954
|
-
lineHeight: "24px"
|
|
1955
|
-
}
|
|
1956
|
-
],
|
|
1957
|
-
"mobile-headline-4": [
|
|
1958
|
-
"16px",
|
|
1959
|
-
{
|
|
1960
|
-
lineHeight: "24px"
|
|
1961
|
-
}
|
|
1962
|
-
],
|
|
1963
|
-
"mobile-body-1-bold": [
|
|
1964
|
-
"16px",
|
|
1965
|
-
{
|
|
1966
|
-
lineHeight: "24px"
|
|
1967
|
-
}
|
|
1968
|
-
],
|
|
1969
|
-
"mobile-body-1-semibold": [
|
|
1970
|
-
"16px",
|
|
1971
|
-
{
|
|
1972
|
-
lineHeight: "24px"
|
|
1973
|
-
}
|
|
1974
|
-
],
|
|
1975
|
-
"mobile-body-1-regular": [
|
|
1976
|
-
"16px",
|
|
1977
|
-
{
|
|
1978
|
-
lineHeight: "24px"
|
|
1979
|
-
}
|
|
1980
|
-
],
|
|
1981
|
-
"mobile-caption-regular": [
|
|
1982
|
-
"12px",
|
|
1983
|
-
{
|
|
1984
|
-
lineHeight: "18px"
|
|
1985
|
-
}
|
|
1986
|
-
],
|
|
1987
|
-
"mobile-caption-semibold": [
|
|
1988
|
-
"12px",
|
|
1989
|
-
{
|
|
1990
|
-
lineHeight: "18px"
|
|
1991
|
-
}
|
|
1992
|
-
],
|
|
1993
|
-
"mobile-caption-bold": [
|
|
1994
|
-
"12px",
|
|
1995
|
-
{
|
|
1996
|
-
lineHeight: "18px"
|
|
1997
|
-
}
|
|
1998
|
-
],
|
|
1999
|
-
inherit: [
|
|
2000
|
-
"inherit",
|
|
2001
|
-
{
|
|
2002
|
-
lineHeight: "inherit"
|
|
2003
|
-
}
|
|
2004
|
-
]
|
|
2005
|
-
},
|
|
2006
|
-
fontWeight: {
|
|
2007
|
-
"headline-1": "700",
|
|
2008
|
-
"headline-2": "700",
|
|
2009
|
-
"headline-3": "700",
|
|
2010
|
-
"headline-4": "700",
|
|
2011
|
-
button: "600",
|
|
2012
|
-
"body-1-regular": "400",
|
|
2013
|
-
"body-1-semibold": "600",
|
|
2014
|
-
"body-1-bold": "700",
|
|
2015
|
-
"body-2-regular": "400",
|
|
2016
|
-
"body-2-semibold": "600",
|
|
2017
|
-
"body-2-bold": "700",
|
|
2018
|
-
"caption-regular": "400",
|
|
2019
|
-
"caption-semibold": "600",
|
|
2020
|
-
"caption-bold": "700",
|
|
2021
|
-
"mobile-button": "600",
|
|
2022
|
-
"mobile-body-2-regular": "400",
|
|
2023
|
-
"mobile-body-2-semibold": "600",
|
|
2024
|
-
"mobile-body-2-bold": "700",
|
|
2025
|
-
"display-large": "400",
|
|
2026
|
-
"display-medium": "400",
|
|
2027
|
-
"display-small": "500",
|
|
2028
|
-
"mobile-display-large": "400",
|
|
2029
|
-
"mobile-display-medium": "400",
|
|
2030
|
-
"mobile-display-small": "500",
|
|
2031
|
-
"mobile-headline-1": "700",
|
|
2032
|
-
"mobile-headline-2": "700",
|
|
2033
|
-
"mobile-headline-3": "700",
|
|
2034
|
-
"mobile-headline-4": "700",
|
|
2035
|
-
"mobile-body-1-bold": "700",
|
|
2036
|
-
"mobile-body-1-semibold": "600",
|
|
2037
|
-
"mobile-body-1-regular": "400",
|
|
2038
|
-
"mobile-caption-regular": "400",
|
|
2039
|
-
"mobile-caption-semibold": "600",
|
|
2040
|
-
"mobile-caption-bold": "700",
|
|
2041
|
-
inherit: "inherit"
|
|
2042
|
-
},
|
|
2043
|
-
outlineWidth: {
|
|
2044
|
-
"0": "0px",
|
|
2045
|
-
"1": "1px",
|
|
2046
|
-
"2": "2px",
|
|
2047
|
-
"10": "10px"
|
|
2048
|
-
},
|
|
2049
|
-
transitionDuration: {
|
|
2050
|
-
short: "100ms",
|
|
2051
|
-
medium: "250ms",
|
|
2052
|
-
long: "400ms"
|
|
2053
|
-
},
|
|
2054
|
-
transitionTimingFunction: {
|
|
2055
|
-
standard: "cubic-bezier(0.2, 0, 0, 1)"
|
|
2056
|
-
},
|
|
2057
|
-
accentColor: {
|
|
2058
|
-
auto: "auto"
|
|
2059
|
-
},
|
|
2060
|
-
aria: {
|
|
2061
|
-
busy: "busy=\"true\"",
|
|
2062
|
-
checked: "checked=\"true\"",
|
|
2063
|
-
disabled: "disabled=\"true\"",
|
|
2064
|
-
expanded: "expanded=\"true\"",
|
|
2065
|
-
hidden: "hidden=\"true\"",
|
|
2066
|
-
pressed: "pressed=\"true\"",
|
|
2067
|
-
readonly: "readonly=\"true\"",
|
|
2068
|
-
required: "required=\"true\"",
|
|
2069
|
-
selected: "selected=\"true\""
|
|
2070
|
-
},
|
|
2071
|
-
aspectRatio: {
|
|
2072
|
-
auto: "auto",
|
|
2073
|
-
square: "1 / 1",
|
|
2074
|
-
video: "16 / 9"
|
|
2075
|
-
},
|
|
2076
|
-
backdropBlur: {
|
|
2077
|
-
"0": "0",
|
|
2078
|
-
none: "0",
|
|
2079
|
-
sm: "4px",
|
|
2080
|
-
DEFAULT: "8px",
|
|
2081
|
-
md: "12px",
|
|
2082
|
-
lg: "16px",
|
|
2083
|
-
xl: "24px",
|
|
2084
|
-
"2xl": "40px",
|
|
2085
|
-
"3xl": "64px"
|
|
2086
|
-
},
|
|
2087
|
-
backdropBrightness: {
|
|
2088
|
-
"0": "0",
|
|
2089
|
-
"50": ".5",
|
|
2090
|
-
"75": ".75",
|
|
2091
|
-
"90": ".9",
|
|
2092
|
-
"95": ".95",
|
|
2093
|
-
"100": "1",
|
|
2094
|
-
"105": "1.05",
|
|
2095
|
-
"110": "1.1",
|
|
2096
|
-
"125": "1.25",
|
|
2097
|
-
"150": "1.5",
|
|
2098
|
-
"200": "2"
|
|
2099
|
-
},
|
|
2100
|
-
backdropContrast: {
|
|
2101
|
-
"0": "0",
|
|
2102
|
-
"50": ".5",
|
|
2103
|
-
"75": ".75",
|
|
2104
|
-
"100": "1",
|
|
2105
|
-
"125": "1.25",
|
|
2106
|
-
"150": "1.5",
|
|
2107
|
-
"200": "2"
|
|
2108
|
-
},
|
|
2109
|
-
backdropGrayscale: {
|
|
2110
|
-
"0": "0",
|
|
2111
|
-
DEFAULT: "100%"
|
|
2112
|
-
},
|
|
2113
|
-
backdropHueRotate: {
|
|
2114
|
-
"0": "0deg",
|
|
2115
|
-
"15": "15deg",
|
|
2116
|
-
"30": "30deg",
|
|
2117
|
-
"60": "60deg",
|
|
2118
|
-
"90": "90deg",
|
|
2119
|
-
"180": "180deg"
|
|
2120
|
-
},
|
|
2121
|
-
backdropInvert: {
|
|
2122
|
-
"0": "0",
|
|
2123
|
-
DEFAULT: "100%"
|
|
2124
|
-
},
|
|
2125
|
-
backdropOpacity: {
|
|
2126
|
-
"0": "0",
|
|
2127
|
-
"5": "0.05",
|
|
2128
|
-
"10": "0.1",
|
|
2129
|
-
"20": "0.2",
|
|
2130
|
-
"25": "0.25",
|
|
2131
|
-
"30": "0.3",
|
|
2132
|
-
"40": "0.4",
|
|
2133
|
-
"50": "0.5",
|
|
2134
|
-
"60": "0.6",
|
|
2135
|
-
"70": "0.7",
|
|
2136
|
-
"75": "0.75",
|
|
2137
|
-
"80": "0.8",
|
|
2138
|
-
"90": "0.9",
|
|
2139
|
-
"95": "0.95",
|
|
2140
|
-
"100": "1"
|
|
2141
|
-
},
|
|
2142
|
-
backdropSaturate: {
|
|
2143
|
-
"0": "0",
|
|
2144
|
-
"50": ".5",
|
|
2145
|
-
"100": "1",
|
|
2146
|
-
"150": "1.5",
|
|
2147
|
-
"200": "2"
|
|
2148
|
-
},
|
|
2149
|
-
backdropSepia: {
|
|
2150
|
-
"0": "0",
|
|
2151
|
-
DEFAULT: "100%"
|
|
2152
|
-
},
|
|
2153
|
-
backgroundOpacity: {
|
|
2154
|
-
"0": "0",
|
|
2155
|
-
"5": "0.05",
|
|
2156
|
-
"10": "0.1",
|
|
2157
|
-
"20": "0.2",
|
|
2158
|
-
"25": "0.25",
|
|
2159
|
-
"30": "0.3",
|
|
2160
|
-
"40": "0.4",
|
|
2161
|
-
"50": "0.5",
|
|
2162
|
-
"60": "0.6",
|
|
2163
|
-
"70": "0.7",
|
|
2164
|
-
"75": "0.75",
|
|
2165
|
-
"80": "0.8",
|
|
2166
|
-
"90": "0.9",
|
|
2167
|
-
"95": "0.95",
|
|
2168
|
-
"100": "1"
|
|
2169
|
-
},
|
|
2170
|
-
backgroundPosition: {
|
|
2171
|
-
bottom: "bottom",
|
|
2172
|
-
center: "center",
|
|
2173
|
-
left: "left",
|
|
2174
|
-
"left-bottom": "left bottom",
|
|
2175
|
-
"left-top": "left top",
|
|
2176
|
-
right: "right",
|
|
2177
|
-
"right-bottom": "right bottom",
|
|
2178
|
-
"right-top": "right top",
|
|
2179
|
-
top: "top"
|
|
2180
|
-
},
|
|
2181
|
-
backgroundSize: {
|
|
2182
|
-
auto: "auto",
|
|
2183
|
-
cover: "cover",
|
|
2184
|
-
contain: "contain"
|
|
2185
|
-
},
|
|
2186
|
-
blur: {
|
|
2187
|
-
"0": "0",
|
|
2188
|
-
none: "0",
|
|
2189
|
-
sm: "4px",
|
|
2190
|
-
DEFAULT: "8px",
|
|
2191
|
-
md: "12px",
|
|
2192
|
-
lg: "16px",
|
|
2193
|
-
xl: "24px",
|
|
2194
|
-
"2xl": "40px",
|
|
2195
|
-
"3xl": "64px"
|
|
2196
|
-
},
|
|
2197
|
-
borderOpacity: {
|
|
2198
|
-
"0": "0",
|
|
2199
|
-
"5": "0.05",
|
|
2200
|
-
"10": "0.1",
|
|
2201
|
-
"20": "0.2",
|
|
2202
|
-
"25": "0.25",
|
|
2203
|
-
"30": "0.3",
|
|
2204
|
-
"40": "0.4",
|
|
2205
|
-
"50": "0.5",
|
|
2206
|
-
"60": "0.6",
|
|
2207
|
-
"70": "0.7",
|
|
2208
|
-
"75": "0.75",
|
|
2209
|
-
"80": "0.8",
|
|
2210
|
-
"90": "0.9",
|
|
2211
|
-
"95": "0.95",
|
|
2212
|
-
"100": "1"
|
|
2213
|
-
},
|
|
2214
|
-
borderSpacing: {
|
|
2215
|
-
"0": "0px",
|
|
2216
|
-
none: "0px",
|
|
2217
|
-
xs: "4px",
|
|
2218
|
-
"xs*": "3px",
|
|
2219
|
-
sm: "8px",
|
|
2220
|
-
"sm*": "7px",
|
|
2221
|
-
md: "16px",
|
|
2222
|
-
"md*": "15px",
|
|
2223
|
-
xl: "32px",
|
|
2224
|
-
"xl*": "31px",
|
|
2225
|
-
"3xl": "64px",
|
|
2226
|
-
"3xl*": "63px",
|
|
2227
|
-
"4xl": "128px",
|
|
2228
|
-
"4xl*": "127px",
|
|
2229
|
-
lg: "24px",
|
|
2230
|
-
"lg*": "23px",
|
|
2231
|
-
"2xl": "48px",
|
|
2232
|
-
"2xl*": "47px",
|
|
2233
|
-
"sm+": "12px",
|
|
2234
|
-
"sm+*": "11px",
|
|
2235
|
-
"md+": "20px",
|
|
2236
|
-
"md+*": "19px",
|
|
2237
|
-
"lg+": "28px",
|
|
2238
|
-
"lg+*": "27px"
|
|
2239
|
-
},
|
|
2240
|
-
boxShadowColor: {
|
|
2241
|
-
},
|
|
2242
|
-
brightness: {
|
|
2243
|
-
"0": "0",
|
|
2244
|
-
"50": ".5",
|
|
2245
|
-
"75": ".75",
|
|
2246
|
-
"90": ".9",
|
|
2247
|
-
"95": ".95",
|
|
2248
|
-
"100": "1",
|
|
2249
|
-
"105": "1.05",
|
|
2250
|
-
"110": "1.1",
|
|
2251
|
-
"125": "1.25",
|
|
2252
|
-
"150": "1.5",
|
|
2253
|
-
"200": "2"
|
|
2254
|
-
},
|
|
2255
|
-
caretColor: {
|
|
2256
|
-
},
|
|
2257
|
-
columns: {
|
|
2258
|
-
"1": "1",
|
|
2259
|
-
"2": "2",
|
|
2260
|
-
"3": "3",
|
|
2261
|
-
"4": "4",
|
|
2262
|
-
"5": "5",
|
|
2263
|
-
"6": "6",
|
|
2264
|
-
"7": "7",
|
|
2265
|
-
"8": "8",
|
|
2266
|
-
"9": "9",
|
|
2267
|
-
"10": "10",
|
|
2268
|
-
"11": "11",
|
|
2269
|
-
"12": "12",
|
|
2270
|
-
auto: "auto",
|
|
2271
|
-
"3xs": "16rem",
|
|
2272
|
-
"2xs": "18rem",
|
|
2273
|
-
xs: "20rem",
|
|
2274
|
-
sm: "24rem",
|
|
2275
|
-
md: "28rem",
|
|
2276
|
-
lg: "32rem",
|
|
2277
|
-
xl: "36rem",
|
|
2278
|
-
"2xl": "42rem",
|
|
2279
|
-
"3xl": "48rem",
|
|
2280
|
-
"4xl": "56rem",
|
|
2281
|
-
"5xl": "64rem",
|
|
2282
|
-
"6xl": "72rem",
|
|
2283
|
-
"7xl": "80rem"
|
|
2284
|
-
},
|
|
2285
|
-
container: {
|
|
2286
|
-
},
|
|
2287
|
-
contrast: {
|
|
2288
|
-
"0": "0",
|
|
2289
|
-
"50": ".5",
|
|
2290
|
-
"75": ".75",
|
|
2291
|
-
"100": "1",
|
|
2292
|
-
"125": "1.25",
|
|
2293
|
-
"150": "1.5",
|
|
2294
|
-
"200": "2"
|
|
2295
|
-
},
|
|
2296
|
-
cursor: {
|
|
2297
|
-
auto: "auto",
|
|
2298
|
-
"default": "default",
|
|
2299
|
-
pointer: "pointer",
|
|
2300
|
-
wait: "wait",
|
|
2301
|
-
text: "text",
|
|
2302
|
-
move: "move",
|
|
2303
|
-
help: "help",
|
|
2304
|
-
"not-allowed": "not-allowed",
|
|
2305
|
-
none: "none",
|
|
2306
|
-
"context-menu": "context-menu",
|
|
2307
|
-
progress: "progress",
|
|
2308
|
-
cell: "cell",
|
|
2309
|
-
crosshair: "crosshair",
|
|
2310
|
-
"vertical-text": "vertical-text",
|
|
2311
|
-
alias: "alias",
|
|
2312
|
-
copy: "copy",
|
|
2313
|
-
"no-drop": "no-drop",
|
|
2314
|
-
grab: "grab",
|
|
2315
|
-
grabbing: "grabbing",
|
|
2316
|
-
"all-scroll": "all-scroll",
|
|
2317
|
-
"col-resize": "col-resize",
|
|
2318
|
-
"row-resize": "row-resize",
|
|
2319
|
-
"n-resize": "n-resize",
|
|
2320
|
-
"e-resize": "e-resize",
|
|
2321
|
-
"s-resize": "s-resize",
|
|
2322
|
-
"w-resize": "w-resize",
|
|
2323
|
-
"ne-resize": "ne-resize",
|
|
2324
|
-
"nw-resize": "nw-resize",
|
|
2325
|
-
"se-resize": "se-resize",
|
|
2326
|
-
"sw-resize": "sw-resize",
|
|
2327
|
-
"ew-resize": "ew-resize",
|
|
2328
|
-
"ns-resize": "ns-resize",
|
|
2329
|
-
"nesw-resize": "nesw-resize",
|
|
2330
|
-
"nwse-resize": "nwse-resize",
|
|
2331
|
-
"zoom-in": "zoom-in",
|
|
2332
|
-
"zoom-out": "zoom-out"
|
|
2333
|
-
},
|
|
2334
|
-
divideColor: {
|
|
2335
|
-
white: "var(--or-c-white)",
|
|
2336
|
-
black: "var(--or-c-black)",
|
|
2337
|
-
primary: "var(--or-c-primary-light)",
|
|
2338
|
-
secondary: "var(--or-c-secondary-light)",
|
|
2339
|
-
tertiary: "var(--or-c-tertiary-light)",
|
|
2340
|
-
error: "var(--or-c-error-light)",
|
|
2341
|
-
success: "var(--or-c-success-light)",
|
|
2342
|
-
warning: "var(--or-c-warning-light)",
|
|
2343
|
-
"inverse-primary": "var(--or-c-inverse-primary-light)",
|
|
2344
|
-
outline: "var(--or-c-outline-light)",
|
|
2345
|
-
"primary-opacity-0-08": "var(--or-c-primary-opacity-0-08-light)",
|
|
2346
|
-
"primary-opacity-0-12": "var(--or-c-primary-opacity-0-12-light)",
|
|
2347
|
-
"primary-opacity-0-16": "var(--or-c-primary-opacity-0-16-light)",
|
|
2348
|
-
"primary-dark": "var(--or-c-primary-dark)",
|
|
2349
|
-
"secondary-dark": "var(--or-c-secondary-dark)",
|
|
2350
|
-
"tertiary-dark": "var(--or-c-tertiary-dark)",
|
|
2351
|
-
"error-dark": "var(--or-c-error-dark)",
|
|
2352
|
-
"success-dark": "var(--or-c-success-dark)",
|
|
2353
|
-
"warning-dark": "var(--or-c-warning-dark)",
|
|
2354
|
-
"inverse-primary-dark": "var(--or-c-inverse-primary-dark)",
|
|
2355
|
-
"outline-dark": "var(--or-c-outline-dark)",
|
|
2356
|
-
"primary-opacity-0-08-dark": "var(--or-c-primary-opacity-0-08-dark)",
|
|
2357
|
-
"primary-opacity-0-12-dark": "var(--or-c-primary-opacity-0-12-dark)",
|
|
2358
|
-
"primary-opacity-0-16-dark": "var(--or-c-primary-opacity-0-16-dark)",
|
|
2359
|
-
"primary-hover": "var(--or-c-primary-hover-light)",
|
|
2360
|
-
"error-hover": "var(--or-c-error-hover-light)",
|
|
2361
|
-
"success-hover": "var(--or-c-success-hover-light)",
|
|
2362
|
-
"warning-hover": "var(--or-c-warning-hover-light)",
|
|
2363
|
-
"error-opacity-0-08": "var(--or-c-error-opacity-0-08-light)",
|
|
2364
|
-
"error-opacity-0-12": "var(--or-c-error-opacity-0-12-light)",
|
|
2365
|
-
"error-opacity-0-16": "var(--or-c-error-opacity-0-16-light)",
|
|
2366
|
-
"primary-hover-dark": "var(--or-c-primary-hover-dark)",
|
|
2367
|
-
"error-hover-dark": "var(--or-c-error-hover-dark)",
|
|
2368
|
-
"success-hover-dark": "var(--or-c-success-hover-dark)",
|
|
2369
|
-
"warning-hover-dark": "var(--or-c-warning-hover-dark)",
|
|
2370
|
-
"error-opacity-0-08-dark": "var(--or-c-error-opacity-0-08-dark)",
|
|
2371
|
-
"error-opacity-0-12-dark": "var(--or-c-error-opacity-0-12-dark)",
|
|
2372
|
-
"error-opacity-0-16-dark": "var(--or-c-error-opacity-0-16-dark)",
|
|
2373
|
-
disabled: "var(--or-c-disabled-light)",
|
|
2374
|
-
"disabled-dark": "var(--or-c-disabled-dark)",
|
|
2375
|
-
"success-opacity-0-08": "var(--or-c-success-opacity-0-08-light)",
|
|
2376
|
-
"success-opacity-0-12": "var(--or-c-success-opacity-0-12-light)",
|
|
2377
|
-
"success-opacity-0-16": "var(--or-c-success-opacity-0-16-light)",
|
|
2378
|
-
"warning-opacity-0-08": "var(--or-c-warning-opacity-0-08-light)",
|
|
2379
|
-
"warning-opacity-0-12": "var(--or-c-warning-opacity-0-12-light)",
|
|
2380
|
-
"warning-opacity-0-16": "var(--or-c-warning-opacity-0-16-light)",
|
|
2381
|
-
"success-opacity-0-08-dark": "var(--or-c-success-opacity-0-08-dark)",
|
|
2382
|
-
"success-opacity-0-12-dark": "var(--or-c-success-opacity-0-12-dark)",
|
|
2383
|
-
"success-opacity-0-16-dark": "var(--or-c-success-opacity-0-16-dark)",
|
|
2384
|
-
"warning-opacity-0-08-dark": "var(--or-c-warning-opacity-0-08-dark)",
|
|
2385
|
-
"warning-opacity-0-12-dark": "var(--or-c-warning-opacity-0-12-dark)",
|
|
2386
|
-
"warning-opacity-0-16-dark": "var(--or-c-warning-opacity-0-16-dark)",
|
|
2387
|
-
overlay: "var(--or-c-overlay-light)",
|
|
2388
|
-
"overlay-dark": "var(--or-c-overlay-dark)",
|
|
2389
|
-
"outline-variant": "var(--or-c-outline-variant-light)",
|
|
2390
|
-
"outline-variant-dark": "var(--or-c-outline-variant-dark)",
|
|
2391
|
-
"primary-hover-opacity-0-08": "var(--or-c-primary-hover-opacity-0-08-light)",
|
|
2392
|
-
"primary-hover-opacity-0-12": "var(--or-c-primary-hover-opacity-0-12-light)",
|
|
2393
|
-
"primary-hover-opacity-0-16": "var(--or-c-primary-hover-opacity-0-16-light)",
|
|
2394
|
-
"primary-hover-opacity-0-32": "var(--or-c-primary-hover-opacity-0-32-light)",
|
|
2395
|
-
"primary-hover-opacity-0-48": "var(--or-c-primary-hover-opacity-0-48-light)",
|
|
2396
|
-
"primary-hover-opacity-0-64": "var(--or-c-primary-hover-opacity-0-64-light)",
|
|
2397
|
-
"primary-hover-opacity-0-80": "var(--or-c-primary-hover-opacity-0-80-light)",
|
|
2398
|
-
"primary-hover-opacity-0-96": "var(--or-c-primary-hover-opacity-0-96-light)",
|
|
2399
|
-
"primary-hover-opacity-0-08-dark": "var(--or-c-primary-hover-opacity-0-08-dark)",
|
|
2400
|
-
"primary-hover-opacity-0-12-dark": "var(--or-c-primary-hover-opacity-0-12-dark)",
|
|
2401
|
-
"primary-hover-opacity-0-16-dark": "var(--or-c-primary-hover-opacity-0-16-dark)",
|
|
2402
|
-
"primary-hover-opacity-0-32-dark": "var(--or-c-primary-hover-opacity-0-32-dark)",
|
|
2403
|
-
"primary-hover-opacity-0-48-dark": "var(--or-c-primary-hover-opacity-0-48-dark)",
|
|
2404
|
-
"primary-hover-opacity-0-64-dark": "var(--or-c-primary-hover-opacity-0-64-dark)",
|
|
2405
|
-
"primary-hover-opacity-0-80-dark": "var(--or-c-primary-hover-opacity-0-80-dark)",
|
|
2406
|
-
"primary-hover-opacity-0-96-dark": "var(--or-c-primary-hover-opacity-0-96-dark)",
|
|
2407
|
-
"custom-colors-custom-1": "var(--or-c-custom-colors-custom-1-light)",
|
|
2408
|
-
"custom-colors-custom-2": "var(--or-c-custom-colors-custom-2-light)",
|
|
2409
|
-
"custom-colors-custom-3": "var(--or-c-custom-colors-custom-3-light)",
|
|
2410
|
-
"custom-colors-custom-4": "var(--or-c-custom-colors-custom-4-light)",
|
|
2411
|
-
"custom-colors-custom-5": "var(--or-c-custom-colors-custom-5-light)",
|
|
2412
|
-
"custom-colors-custom-6": "var(--or-c-custom-colors-custom-6-light)",
|
|
2413
|
-
"custom-colors-custom-1-dark": "var(--or-c-custom-colors-custom-1-dark)",
|
|
2414
|
-
"custom-colors-custom-2-dark": "var(--or-c-custom-colors-custom-2-dark)",
|
|
2415
|
-
"custom-colors-custom-3-dark": "var(--or-c-custom-colors-custom-3-dark)",
|
|
2416
|
-
"custom-colors-custom-4-dark": "var(--or-c-custom-colors-custom-4-dark)",
|
|
2417
|
-
"custom-colors-custom-5-dark": "var(--or-c-custom-colors-custom-5-dark)",
|
|
2418
|
-
"custom-colors-custom-6-dark": "var(--or-c-custom-colors-custom-6-dark)",
|
|
2419
|
-
"error-opacity-0-32": "var(--or-c-error-opacity-0-32-light)",
|
|
2420
|
-
"error-opacity-0-48": "var(--or-c-error-opacity-0-48-light)",
|
|
2421
|
-
"error-opacity-0-64": "var(--or-c-error-opacity-0-64-light)",
|
|
2422
|
-
"error-opacity-0-80": "var(--or-c-error-opacity-0-80-light)",
|
|
2423
|
-
"error-opacity-0-96": "var(--or-c-error-opacity-0-96-light)",
|
|
2424
|
-
"success-opacity-0-32": "var(--or-c-success-opacity-0-32-light)",
|
|
2425
|
-
"success-opacity-0-48": "var(--or-c-success-opacity-0-48-light)",
|
|
2426
|
-
"success-opacity-0-64": "var(--or-c-success-opacity-0-64-light)",
|
|
2427
|
-
"success-opacity-0-80": "var(--or-c-success-opacity-0-80-light)",
|
|
2428
|
-
"success-opacity-0-96": "var(--or-c-success-opacity-0-96-light)",
|
|
2429
|
-
"warning-opacity-0-32": "var(--or-c-warning-opacity-0-32-light)",
|
|
2430
|
-
"warning-opacity-0-48": "var(--or-c-warning-opacity-0-48-light)",
|
|
2431
|
-
"warning-opacity-0-64": "var(--or-c-warning-opacity-0-64-light)",
|
|
2432
|
-
"warning-opacity-0-80": "var(--or-c-warning-opacity-0-80-light)",
|
|
2433
|
-
"warning-opacity-0-96": "var(--or-c-warning-opacity-0-96-light)",
|
|
2434
|
-
"custom-colors-custom-1-opacity-0-96": "var(--or-c-custom-colors-custom-1-opacity-0-96-light)",
|
|
2435
|
-
"custom-colors-custom-1-opacity-0-80": "var(--or-c-custom-colors-custom-1-opacity-0-80-light)",
|
|
2436
|
-
"custom-colors-custom-1-opacity-0-64": "var(--or-c-custom-colors-custom-1-opacity-0-64-light)",
|
|
2437
|
-
"custom-colors-custom-1-opacity-0-48": "var(--or-c-custom-colors-custom-1-opacity-0-48-light)",
|
|
2438
|
-
"custom-colors-custom-1-opacity-0-32": "var(--or-c-custom-colors-custom-1-opacity-0-32-light)",
|
|
2439
|
-
"custom-colors-custom-1-opacity-0-16": "var(--or-c-custom-colors-custom-1-opacity-0-16-light)",
|
|
2440
|
-
"custom-colors-custom-1-opacity-0-12": "var(--or-c-custom-colors-custom-1-opacity-0-12-light)",
|
|
2441
|
-
"custom-colors-custom-1-opacity-0-08": "var(--or-c-custom-colors-custom-1-opacity-0-08-light)",
|
|
2442
|
-
"custom-colors-custom-2-opacity-0-96": "var(--or-c-custom-colors-custom-2-opacity-0-96-light)",
|
|
2443
|
-
"custom-colors-custom-2-opacity-0-80": "var(--or-c-custom-colors-custom-2-opacity-0-80-light)",
|
|
2444
|
-
"custom-colors-custom-2-opacity-0-64": "var(--or-c-custom-colors-custom-2-opacity-0-64-light)",
|
|
2445
|
-
"custom-colors-custom-2-opacity-0-48": "var(--or-c-custom-colors-custom-2-opacity-0-48-light)",
|
|
2446
|
-
"custom-colors-custom-2-opacity-0-32": "var(--or-c-custom-colors-custom-2-opacity-0-32-light)",
|
|
2447
|
-
"custom-colors-custom-2-opacity-0-16": "var(--or-c-custom-colors-custom-2-opacity-0-16-light)",
|
|
2448
|
-
"custom-colors-custom-2-opacity-0-12": "var(--or-c-custom-colors-custom-2-opacity-0-12-light)",
|
|
2449
|
-
"custom-colors-custom-2-opacity-0-08": "var(--or-c-custom-colors-custom-2-opacity-0-08-light)",
|
|
2450
|
-
"custom-colors-custom-3-opacity-0-96": "var(--or-c-custom-colors-custom-3-opacity-0-96-light)",
|
|
2451
|
-
"custom-colors-custom-3-opacity-0-80": "var(--or-c-custom-colors-custom-3-opacity-0-80-light)",
|
|
2452
|
-
"custom-colors-custom-3-opacity-0-64": "var(--or-c-custom-colors-custom-3-opacity-0-64-light)",
|
|
2453
|
-
"custom-colors-custom-3-opacity-0-48": "var(--or-c-custom-colors-custom-3-opacity-0-48-light)",
|
|
2454
|
-
"custom-colors-custom-3-opacity-0-32": "var(--or-c-custom-colors-custom-3-opacity-0-32-light)",
|
|
2455
|
-
"custom-colors-custom-3-opacity-0-16": "var(--or-c-custom-colors-custom-3-opacity-0-16-light)",
|
|
2456
|
-
"custom-colors-custom-3-opacity-0-12": "var(--or-c-custom-colors-custom-3-opacity-0-12-light)",
|
|
2457
|
-
"custom-colors-custom-3-opacity-0-08": "var(--or-c-custom-colors-custom-3-opacity-0-08-light)",
|
|
2458
|
-
"custom-colors-custom-4-opacity-0-96": "var(--or-c-custom-colors-custom-4-opacity-0-96-light)",
|
|
2459
|
-
"custom-colors-custom-4-opacity-0-80": "var(--or-c-custom-colors-custom-4-opacity-0-80-light)",
|
|
2460
|
-
"custom-colors-custom-4-opacity-0-64": "var(--or-c-custom-colors-custom-4-opacity-0-64-light)",
|
|
2461
|
-
"custom-colors-custom-4-opacity-0-48": "var(--or-c-custom-colors-custom-4-opacity-0-48-light)",
|
|
2462
|
-
"custom-colors-custom-4-opacity-0-32": "var(--or-c-custom-colors-custom-4-opacity-0-32-light)",
|
|
2463
|
-
"custom-colors-custom-4-opacity-0-16": "var(--or-c-custom-colors-custom-4-opacity-0-16-light)",
|
|
2464
|
-
"custom-colors-custom-4-opacity-0-12": "var(--or-c-custom-colors-custom-4-opacity-0-12-light)",
|
|
2465
|
-
"custom-colors-custom-4-opacity-0-08": "var(--or-c-custom-colors-custom-4-opacity-0-08-light)",
|
|
2466
|
-
"custom-colors-custom-5-opacity-0-96": "var(--or-c-custom-colors-custom-5-opacity-0-96-light)",
|
|
2467
|
-
"custom-colors-custom-5-opacity-0-80": "var(--or-c-custom-colors-custom-5-opacity-0-80-light)",
|
|
2468
|
-
"custom-colors-custom-5-opacity-0-64": "var(--or-c-custom-colors-custom-5-opacity-0-64-light)",
|
|
2469
|
-
"custom-colors-custom-5-opacity-0-48": "var(--or-c-custom-colors-custom-5-opacity-0-48-light)",
|
|
2470
|
-
"custom-colors-custom-5-opacity-0-32": "var(--or-c-custom-colors-custom-5-opacity-0-32-light)",
|
|
2471
|
-
"custom-colors-custom-5-opacity-0-16": "var(--or-c-custom-colors-custom-5-opacity-0-16-light)",
|
|
2472
|
-
"custom-colors-custom-5-opacity-0-12": "var(--or-c-custom-colors-custom-5-opacity-0-12-light)",
|
|
2473
|
-
"custom-colors-custom-5-opacity-0-08": "var(--or-c-custom-colors-custom-5-opacity-0-08-light)",
|
|
2474
|
-
"custom-colors-custom-6-opacity-0-96": "var(--or-c-custom-colors-custom-6-opacity-0-96-light)",
|
|
2475
|
-
"custom-colors-custom-6-opacity-0-80": "var(--or-c-custom-colors-custom-6-opacity-0-80-light)",
|
|
2476
|
-
"custom-colors-custom-6-opacity-0-64": "var(--or-c-custom-colors-custom-6-opacity-0-64-light)",
|
|
2477
|
-
"custom-colors-custom-6-opacity-0-48": "var(--or-c-custom-colors-custom-6-opacity-0-48-light)",
|
|
2478
|
-
"custom-colors-custom-6-opacity-0-32": "var(--or-c-custom-colors-custom-6-opacity-0-32-light)",
|
|
2479
|
-
"custom-colors-custom-6-opacity-0-16": "var(--or-c-custom-colors-custom-6-opacity-0-16-light)",
|
|
2480
|
-
"custom-colors-custom-6-opacity-0-12": "var(--or-c-custom-colors-custom-6-opacity-0-12-light)",
|
|
2481
|
-
"custom-colors-custom-6-opacity-0-08": "var(--or-c-custom-colors-custom-6-opacity-0-08-light)",
|
|
2482
|
-
"outline-opacity-0-96": "var(--or-c-outline-opacity-0-96-light)",
|
|
2483
|
-
"outline-opacity-0-80": "var(--or-c-outline-opacity-0-80-light)",
|
|
2484
|
-
"outline-opacity-0-64": "var(--or-c-outline-opacity-0-64-light)",
|
|
2485
|
-
"outline-opacity-0-48": "var(--or-c-outline-opacity-0-48-light)",
|
|
2486
|
-
"outline-opacity-0-32": "var(--or-c-outline-opacity-0-32-light)",
|
|
2487
|
-
"outline-opacity-0-16": "var(--or-c-outline-opacity-0-16-light)",
|
|
2488
|
-
"outline-opacity-0-12": "var(--or-c-outline-opacity-0-12-light)",
|
|
2489
|
-
"outline-opacity-0-08": "var(--or-c-outline-opacity-0-08-light)",
|
|
2490
|
-
"error-opacity-0-32-dark": "var(--or-c-error-opacity-0-32-dark)",
|
|
2491
|
-
"error-opacity-0-48-dark": "var(--or-c-error-opacity-0-48-dark)",
|
|
2492
|
-
"error-opacity-0-64-dark": "var(--or-c-error-opacity-0-64-dark)",
|
|
2493
|
-
"error-opacity-0-80-dark": "var(--or-c-error-opacity-0-80-dark)",
|
|
2494
|
-
"error-opacity-0-96-dark": "var(--or-c-error-opacity-0-96-dark)",
|
|
2495
|
-
"success-opacity-0-32-dark": "var(--or-c-success-opacity-0-32-dark)",
|
|
2496
|
-
"success-opacity-0-48-dark": "var(--or-c-success-opacity-0-48-dark)",
|
|
2497
|
-
"success-opacity-0-64-dark": "var(--or-c-success-opacity-0-64-dark)",
|
|
2498
|
-
"success-opacity-0-80-dark": "var(--or-c-success-opacity-0-80-dark)",
|
|
2499
|
-
"success-opacity-0-96-dark": "var(--or-c-success-opacity-0-96-dark)",
|
|
2500
|
-
"warning-opacity-0-32-dark": "var(--or-c-warning-opacity-0-32-dark)",
|
|
2501
|
-
"warning-opacity-0-48-dark": "var(--or-c-warning-opacity-0-48-dark)",
|
|
2502
|
-
"warning-opacity-0-64-dark": "var(--or-c-warning-opacity-0-64-dark)",
|
|
2503
|
-
"warning-opacity-0-80-dark": "var(--or-c-warning-opacity-0-80-dark)",
|
|
2504
|
-
"warning-opacity-0-96-dark": "var(--or-c-warning-opacity-0-96-dark)",
|
|
2505
|
-
"custom-colors-custom-1-opacity-0-96-dark": "var(--or-c-custom-colors-custom-1-opacity-0-96-dark)",
|
|
2506
|
-
"custom-colors-custom-1-opacity-0-80-dark": "var(--or-c-custom-colors-custom-1-opacity-0-80-dark)",
|
|
2507
|
-
"custom-colors-custom-1-opacity-0-64-dark": "var(--or-c-custom-colors-custom-1-opacity-0-64-dark)",
|
|
2508
|
-
"custom-colors-custom-1-opacity-0-48-dark": "var(--or-c-custom-colors-custom-1-opacity-0-48-dark)",
|
|
2509
|
-
"custom-colors-custom-1-opacity-0-32-dark": "var(--or-c-custom-colors-custom-1-opacity-0-32-dark)",
|
|
2510
|
-
"custom-colors-custom-1-opacity-0-16-dark": "var(--or-c-custom-colors-custom-1-opacity-0-16-dark)",
|
|
2511
|
-
"custom-colors-custom-1-opacity-0-12-dark": "var(--or-c-custom-colors-custom-1-opacity-0-12-dark)",
|
|
2512
|
-
"custom-colors-custom-1-opacity-0-08-dark": "var(--or-c-custom-colors-custom-1-opacity-0-08-dark)",
|
|
2513
|
-
"custom-colors-custom-2-opacity-0-96-dark": "var(--or-c-custom-colors-custom-2-opacity-0-96-dark)",
|
|
2514
|
-
"custom-colors-custom-2-opacity-0-80-dark": "var(--or-c-custom-colors-custom-2-opacity-0-80-dark)",
|
|
2515
|
-
"custom-colors-custom-2-opacity-0-64-dark": "var(--or-c-custom-colors-custom-2-opacity-0-64-dark)",
|
|
2516
|
-
"custom-colors-custom-2-opacity-0-48-dark": "var(--or-c-custom-colors-custom-2-opacity-0-48-dark)",
|
|
2517
|
-
"custom-colors-custom-2-opacity-0-32-dark": "var(--or-c-custom-colors-custom-2-opacity-0-32-dark)",
|
|
2518
|
-
"custom-colors-custom-2-opacity-0-16-dark": "var(--or-c-custom-colors-custom-2-opacity-0-16-dark)",
|
|
2519
|
-
"custom-colors-custom-2-opacity-0-12-dark": "var(--or-c-custom-colors-custom-2-opacity-0-12-dark)",
|
|
2520
|
-
"custom-colors-custom-2-opacity-0-08-dark": "var(--or-c-custom-colors-custom-2-opacity-0-08-dark)",
|
|
2521
|
-
"custom-colors-custom-3-opacity-0-96-dark": "var(--or-c-custom-colors-custom-3-opacity-0-96-dark)",
|
|
2522
|
-
"custom-colors-custom-3-opacity-0-80-dark": "var(--or-c-custom-colors-custom-3-opacity-0-80-dark)",
|
|
2523
|
-
"custom-colors-custom-3-opacity-0-64-dark": "var(--or-c-custom-colors-custom-3-opacity-0-64-dark)",
|
|
2524
|
-
"custom-colors-custom-3-opacity-0-48-dark": "var(--or-c-custom-colors-custom-3-opacity-0-48-dark)",
|
|
2525
|
-
"custom-colors-custom-3-opacity-0-32-dark": "var(--or-c-custom-colors-custom-3-opacity-0-32-dark)",
|
|
2526
|
-
"custom-colors-custom-3-opacity-0-16-dark": "var(--or-c-custom-colors-custom-3-opacity-0-16-dark)",
|
|
2527
|
-
"custom-colors-custom-3-opacity-0-12-dark": "var(--or-c-custom-colors-custom-3-opacity-0-12-dark)",
|
|
2528
|
-
"custom-colors-custom-3-opacity-0-08-dark": "var(--or-c-custom-colors-custom-3-opacity-0-08-dark)",
|
|
2529
|
-
"custom-colors-custom-4-opacity-0-96-dark": "var(--or-c-custom-colors-custom-4-opacity-0-96-dark)",
|
|
2530
|
-
"custom-colors-custom-4-opacity-0-80-dark": "var(--or-c-custom-colors-custom-4-opacity-0-80-dark)",
|
|
2531
|
-
"custom-colors-custom-4-opacity-0-64-dark": "var(--or-c-custom-colors-custom-4-opacity-0-64-dark)",
|
|
2532
|
-
"custom-colors-custom-4-opacity-0-48-dark": "var(--or-c-custom-colors-custom-4-opacity-0-48-dark)",
|
|
2533
|
-
"custom-colors-custom-4-opacity-0-32-dark": "var(--or-c-custom-colors-custom-4-opacity-0-32-dark)",
|
|
2534
|
-
"custom-colors-custom-4-opacity-0-16-dark": "var(--or-c-custom-colors-custom-4-opacity-0-16-dark)",
|
|
2535
|
-
"custom-colors-custom-4-opacity-0-12-dark": "var(--or-c-custom-colors-custom-4-opacity-0-12-dark)",
|
|
2536
|
-
"custom-colors-custom-4-opacity-0-08-dark": "var(--or-c-custom-colors-custom-4-opacity-0-08-dark)",
|
|
2537
|
-
"custom-colors-custom-5-opacity-0-96-dark": "var(--or-c-custom-colors-custom-5-opacity-0-96-dark)",
|
|
2538
|
-
"custom-colors-custom-5-opacity-0-80-dark": "var(--or-c-custom-colors-custom-5-opacity-0-80-dark)",
|
|
2539
|
-
"custom-colors-custom-5-opacity-0-64-dark": "var(--or-c-custom-colors-custom-5-opacity-0-64-dark)",
|
|
2540
|
-
"custom-colors-custom-5-opacity-0-48-dark": "var(--or-c-custom-colors-custom-5-opacity-0-48-dark)",
|
|
2541
|
-
"custom-colors-custom-5-opacity-0-32-dark": "var(--or-c-custom-colors-custom-5-opacity-0-32-dark)",
|
|
2542
|
-
"custom-colors-custom-5-opacity-0-16-dark": "var(--or-c-custom-colors-custom-5-opacity-0-16-dark)",
|
|
2543
|
-
"custom-colors-custom-5-opacity-0-12-dark": "var(--or-c-custom-colors-custom-5-opacity-0-12-dark)",
|
|
2544
|
-
"custom-colors-custom-5-opacity-0-08-dark": "var(--or-c-custom-colors-custom-5-opacity-0-08-dark)",
|
|
2545
|
-
"custom-colors-custom-6-opacity-0-96-dark": "var(--or-c-custom-colors-custom-6-opacity-0-96-dark)",
|
|
2546
|
-
"custom-colors-custom-6-opacity-0-80-dark": "var(--or-c-custom-colors-custom-6-opacity-0-80-dark)",
|
|
2547
|
-
"custom-colors-custom-6-opacity-0-64-dark": "var(--or-c-custom-colors-custom-6-opacity-0-64-dark)",
|
|
2548
|
-
"custom-colors-custom-6-opacity-0-48-dark": "var(--or-c-custom-colors-custom-6-opacity-0-48-dark)",
|
|
2549
|
-
"custom-colors-custom-6-opacity-0-32-dark": "var(--or-c-custom-colors-custom-6-opacity-0-32-dark)",
|
|
2550
|
-
"custom-colors-custom-6-opacity-0-16-dark": "var(--or-c-custom-colors-custom-6-opacity-0-16-dark)",
|
|
2551
|
-
"custom-colors-custom-6-opacity-0-12-dark": "var(--or-c-custom-colors-custom-6-opacity-0-12-dark)",
|
|
2552
|
-
"custom-colors-custom-6-opacity-0-08-dark": "var(--or-c-custom-colors-custom-6-opacity-0-08-dark)",
|
|
2553
|
-
"outline-opacity-0-96-dark": "var(--or-c-outline-opacity-0-96-dark)",
|
|
2554
|
-
"outline-opacity-0-80-dark": "var(--or-c-outline-opacity-0-80-dark)",
|
|
2555
|
-
"outline-opacity-0-64-dark": "var(--or-c-outline-opacity-0-64-dark)",
|
|
2556
|
-
"outline-opacity-0-48-dark": "var(--or-c-outline-opacity-0-48-dark)",
|
|
2557
|
-
"outline-opacity-0-32-dark": "var(--or-c-outline-opacity-0-32-dark)",
|
|
2558
|
-
"outline-opacity-0-16-dark": "var(--or-c-outline-opacity-0-16-dark)",
|
|
2559
|
-
"outline-opacity-0-12-dark": "var(--or-c-outline-opacity-0-12-dark)",
|
|
2560
|
-
"outline-opacity-0-08-dark": "var(--or-c-outline-opacity-0-08-dark)",
|
|
2561
|
-
transparent: "transparent",
|
|
2562
|
-
current: "currentColor",
|
|
2563
|
-
inherit: "inherit"
|
|
2564
|
-
},
|
|
2565
|
-
divideOpacity: {
|
|
2566
|
-
"0": "0",
|
|
2567
|
-
"5": "0.05",
|
|
2568
|
-
"10": "0.1",
|
|
2569
|
-
"20": "0.2",
|
|
2570
|
-
"25": "0.25",
|
|
2571
|
-
"30": "0.3",
|
|
2572
|
-
"40": "0.4",
|
|
2573
|
-
"50": "0.5",
|
|
2574
|
-
"60": "0.6",
|
|
2575
|
-
"70": "0.7",
|
|
2576
|
-
"75": "0.75",
|
|
2577
|
-
"80": "0.8",
|
|
2578
|
-
"90": "0.9",
|
|
2579
|
-
"95": "0.95",
|
|
2580
|
-
"100": "1"
|
|
2581
|
-
},
|
|
2582
|
-
divideWidth: {
|
|
2583
|
-
"0": "0px",
|
|
2584
|
-
"1": "1px",
|
|
2585
|
-
"2": "2px",
|
|
2586
|
-
"4": "4px"
|
|
2587
|
-
},
|
|
2588
|
-
dropShadow: {
|
|
2589
|
-
sm: "0 1px 1px rgb(0 0 0 / 0.05)",
|
|
2590
|
-
DEFAULT: [
|
|
2591
|
-
"0 1px 2px rgb(0 0 0 / 0.1)",
|
|
2592
|
-
"0 1px 1px rgb(0 0 0 / 0.06)"
|
|
2593
|
-
],
|
|
2594
|
-
md: [
|
|
2595
|
-
"0 4px 3px rgb(0 0 0 / 0.07)",
|
|
2596
|
-
"0 2px 2px rgb(0 0 0 / 0.06)"
|
|
2597
|
-
],
|
|
2598
|
-
lg: [
|
|
2599
|
-
"0 10px 8px rgb(0 0 0 / 0.04)",
|
|
2600
|
-
"0 4px 3px rgb(0 0 0 / 0.1)"
|
|
2601
|
-
],
|
|
2602
|
-
xl: [
|
|
2603
|
-
"0 20px 13px rgb(0 0 0 / 0.03)",
|
|
2604
|
-
"0 8px 5px rgb(0 0 0 / 0.08)"
|
|
2605
|
-
],
|
|
2606
|
-
"2xl": "0 25px 25px rgb(0 0 0 / 0.15)",
|
|
2607
|
-
none: "0 0 #0000"
|
|
2608
|
-
},
|
|
2609
|
-
flex: {
|
|
2610
|
-
"1": "1 1 0%",
|
|
2611
|
-
auto: "1 1 auto",
|
|
2612
|
-
initial: "0 1 auto",
|
|
2613
|
-
none: "none"
|
|
2614
|
-
},
|
|
2615
|
-
flexBasis: {
|
|
2616
|
-
"0": "0px",
|
|
2617
|
-
auto: "auto",
|
|
2618
|
-
none: "0px",
|
|
2619
|
-
xs: "4px",
|
|
2620
|
-
"xs*": "3px",
|
|
2621
|
-
sm: "8px",
|
|
2622
|
-
"sm*": "7px",
|
|
2623
|
-
md: "16px",
|
|
2624
|
-
"md*": "15px",
|
|
2625
|
-
xl: "32px",
|
|
2626
|
-
"xl*": "31px",
|
|
2627
|
-
"3xl": "64px",
|
|
2628
|
-
"3xl*": "63px",
|
|
2629
|
-
"4xl": "128px",
|
|
2630
|
-
"4xl*": "127px",
|
|
2631
|
-
lg: "24px",
|
|
2632
|
-
"lg*": "23px",
|
|
2633
|
-
"2xl": "48px",
|
|
2634
|
-
"2xl*": "47px",
|
|
2635
|
-
"sm+": "12px",
|
|
2636
|
-
"sm+*": "11px",
|
|
2637
|
-
"md+": "20px",
|
|
2638
|
-
"md+*": "19px",
|
|
2639
|
-
"lg+": "28px",
|
|
2640
|
-
"lg+*": "27px",
|
|
2641
|
-
"1/2": "50%",
|
|
2642
|
-
"1/3": "33.333333%",
|
|
2643
|
-
"2/3": "66.666667%",
|
|
2644
|
-
"1/4": "25%",
|
|
2645
|
-
"2/4": "50%",
|
|
2646
|
-
"3/4": "75%",
|
|
2647
|
-
"1/5": "20%",
|
|
2648
|
-
"2/5": "40%",
|
|
2649
|
-
"3/5": "60%",
|
|
2650
|
-
"4/5": "80%",
|
|
2651
|
-
"1/6": "16.666667%",
|
|
2652
|
-
"2/6": "33.333333%",
|
|
2653
|
-
"3/6": "50%",
|
|
2654
|
-
"4/6": "66.666667%",
|
|
2655
|
-
"5/6": "83.333333%",
|
|
2656
|
-
"1/12": "8.333333%",
|
|
2657
|
-
"2/12": "16.666667%",
|
|
2658
|
-
"3/12": "25%",
|
|
2659
|
-
"4/12": "33.333333%",
|
|
2660
|
-
"5/12": "41.666667%",
|
|
2661
|
-
"6/12": "50%",
|
|
2662
|
-
"7/12": "58.333333%",
|
|
2663
|
-
"8/12": "66.666667%",
|
|
2664
|
-
"9/12": "75%",
|
|
2665
|
-
"10/12": "83.333333%",
|
|
2666
|
-
"11/12": "91.666667%",
|
|
2667
|
-
full: "100%"
|
|
2668
|
-
},
|
|
2669
|
-
flexGrow: {
|
|
2670
|
-
"0": "0",
|
|
2671
|
-
DEFAULT: "1"
|
|
2672
|
-
},
|
|
2673
|
-
flexShrink: {
|
|
2674
|
-
"0": "0",
|
|
2675
|
-
DEFAULT: "1"
|
|
2676
|
-
},
|
|
2677
|
-
gap: {
|
|
2678
|
-
"0": "0px",
|
|
2679
|
-
none: "0px",
|
|
2680
|
-
xs: "4px",
|
|
2681
|
-
"xs*": "3px",
|
|
2682
|
-
sm: "8px",
|
|
2683
|
-
"sm*": "7px",
|
|
2684
|
-
md: "16px",
|
|
2685
|
-
"md*": "15px",
|
|
2686
|
-
xl: "32px",
|
|
2687
|
-
"xl*": "31px",
|
|
2688
|
-
"3xl": "64px",
|
|
2689
|
-
"3xl*": "63px",
|
|
2690
|
-
"4xl": "128px",
|
|
2691
|
-
"4xl*": "127px",
|
|
2692
|
-
lg: "24px",
|
|
2693
|
-
"lg*": "23px",
|
|
2694
|
-
"2xl": "48px",
|
|
2695
|
-
"2xl*": "47px",
|
|
2696
|
-
"sm+": "12px",
|
|
2697
|
-
"sm+*": "11px",
|
|
2698
|
-
"md+": "20px",
|
|
2699
|
-
"md+*": "19px",
|
|
2700
|
-
"lg+": "28px",
|
|
2701
|
-
"lg+*": "27px"
|
|
2702
|
-
},
|
|
2703
|
-
gradientColorStops: {
|
|
2704
|
-
},
|
|
2705
|
-
gradientColorStopPositions: {
|
|
2706
|
-
"0%": "0%",
|
|
2707
|
-
"5%": "5%",
|
|
2708
|
-
"10%": "10%",
|
|
2709
|
-
"15%": "15%",
|
|
2710
|
-
"20%": "20%",
|
|
2711
|
-
"25%": "25%",
|
|
2712
|
-
"30%": "30%",
|
|
2713
|
-
"35%": "35%",
|
|
2714
|
-
"40%": "40%",
|
|
2715
|
-
"45%": "45%",
|
|
2716
|
-
"50%": "50%",
|
|
2717
|
-
"55%": "55%",
|
|
2718
|
-
"60%": "60%",
|
|
2719
|
-
"65%": "65%",
|
|
2720
|
-
"70%": "70%",
|
|
2721
|
-
"75%": "75%",
|
|
2722
|
-
"80%": "80%",
|
|
2723
|
-
"85%": "85%",
|
|
2724
|
-
"90%": "90%",
|
|
2725
|
-
"95%": "95%",
|
|
2726
|
-
"100%": "100%"
|
|
2727
|
-
},
|
|
2728
|
-
grayscale: {
|
|
2729
|
-
"0": "0",
|
|
2730
|
-
DEFAULT: "100%"
|
|
2731
|
-
},
|
|
2732
|
-
gridAutoColumns: {
|
|
2733
|
-
auto: "auto",
|
|
2734
|
-
min: "min-content",
|
|
2735
|
-
max: "max-content",
|
|
2736
|
-
fr: "minmax(0, 1fr)"
|
|
2737
|
-
},
|
|
2738
|
-
gridAutoRows: {
|
|
2739
|
-
auto: "auto",
|
|
2740
|
-
min: "min-content",
|
|
2741
|
-
max: "max-content",
|
|
2742
|
-
fr: "minmax(0, 1fr)"
|
|
2743
|
-
},
|
|
2744
|
-
gridColumn: {
|
|
2745
|
-
auto: "auto",
|
|
2746
|
-
"span-1": "span 1 / span 1",
|
|
2747
|
-
"span-2": "span 2 / span 2",
|
|
2748
|
-
"span-3": "span 3 / span 3",
|
|
2749
|
-
"span-4": "span 4 / span 4",
|
|
2750
|
-
"span-5": "span 5 / span 5",
|
|
2751
|
-
"span-6": "span 6 / span 6",
|
|
2752
|
-
"span-7": "span 7 / span 7",
|
|
2753
|
-
"span-8": "span 8 / span 8",
|
|
2754
|
-
"span-9": "span 9 / span 9",
|
|
2755
|
-
"span-10": "span 10 / span 10",
|
|
2756
|
-
"span-11": "span 11 / span 11",
|
|
2757
|
-
"span-12": "span 12 / span 12",
|
|
2758
|
-
"span-full": "1 / -1"
|
|
2759
|
-
},
|
|
2760
|
-
gridColumnEnd: {
|
|
2761
|
-
"1": "1",
|
|
2762
|
-
"2": "2",
|
|
2763
|
-
"3": "3",
|
|
2764
|
-
"4": "4",
|
|
2765
|
-
"5": "5",
|
|
2766
|
-
"6": "6",
|
|
2767
|
-
"7": "7",
|
|
2768
|
-
"8": "8",
|
|
2769
|
-
"9": "9",
|
|
2770
|
-
"10": "10",
|
|
2771
|
-
"11": "11",
|
|
2772
|
-
"12": "12",
|
|
2773
|
-
"13": "13",
|
|
2774
|
-
auto: "auto"
|
|
2775
|
-
},
|
|
2776
|
-
gridColumnStart: {
|
|
2777
|
-
"1": "1",
|
|
2778
|
-
"2": "2",
|
|
2779
|
-
"3": "3",
|
|
2780
|
-
"4": "4",
|
|
2781
|
-
"5": "5",
|
|
2782
|
-
"6": "6",
|
|
2783
|
-
"7": "7",
|
|
2784
|
-
"8": "8",
|
|
2785
|
-
"9": "9",
|
|
2786
|
-
"10": "10",
|
|
2787
|
-
"11": "11",
|
|
2788
|
-
"12": "12",
|
|
2789
|
-
"13": "13",
|
|
2790
|
-
auto: "auto"
|
|
2791
|
-
},
|
|
2792
|
-
gridRow: {
|
|
2793
|
-
auto: "auto",
|
|
2794
|
-
"span-1": "span 1 / span 1",
|
|
2795
|
-
"span-2": "span 2 / span 2",
|
|
2796
|
-
"span-3": "span 3 / span 3",
|
|
2797
|
-
"span-4": "span 4 / span 4",
|
|
2798
|
-
"span-5": "span 5 / span 5",
|
|
2799
|
-
"span-6": "span 6 / span 6",
|
|
2800
|
-
"span-full": "1 / -1"
|
|
2801
|
-
},
|
|
2802
|
-
gridRowEnd: {
|
|
2803
|
-
"1": "1",
|
|
2804
|
-
"2": "2",
|
|
2805
|
-
"3": "3",
|
|
2806
|
-
"4": "4",
|
|
2807
|
-
"5": "5",
|
|
2808
|
-
"6": "6",
|
|
2809
|
-
"7": "7",
|
|
2810
|
-
auto: "auto"
|
|
2811
|
-
},
|
|
2812
|
-
gridRowStart: {
|
|
2813
|
-
"1": "1",
|
|
2814
|
-
"2": "2",
|
|
2815
|
-
"3": "3",
|
|
2816
|
-
"4": "4",
|
|
2817
|
-
"5": "5",
|
|
2818
|
-
"6": "6",
|
|
2819
|
-
"7": "7",
|
|
2820
|
-
auto: "auto"
|
|
2821
|
-
},
|
|
2822
|
-
gridTemplateColumns: {
|
|
2823
|
-
"1": "repeat(1, minmax(0, 1fr))",
|
|
2824
|
-
"2": "repeat(2, minmax(0, 1fr))",
|
|
2825
|
-
"3": "repeat(3, minmax(0, 1fr))",
|
|
2826
|
-
"4": "repeat(4, minmax(0, 1fr))",
|
|
2827
|
-
"5": "repeat(5, minmax(0, 1fr))",
|
|
2828
|
-
"6": "repeat(6, minmax(0, 1fr))",
|
|
2829
|
-
"7": "repeat(7, minmax(0, 1fr))",
|
|
2830
|
-
"8": "repeat(8, minmax(0, 1fr))",
|
|
2831
|
-
"9": "repeat(9, minmax(0, 1fr))",
|
|
2832
|
-
"10": "repeat(10, minmax(0, 1fr))",
|
|
2833
|
-
"11": "repeat(11, minmax(0, 1fr))",
|
|
2834
|
-
"12": "repeat(12, minmax(0, 1fr))",
|
|
2835
|
-
none: "none"
|
|
2836
|
-
},
|
|
2837
|
-
gridTemplateRows: {
|
|
2838
|
-
"1": "repeat(1, minmax(0, 1fr))",
|
|
2839
|
-
"2": "repeat(2, minmax(0, 1fr))",
|
|
2840
|
-
"3": "repeat(3, minmax(0, 1fr))",
|
|
2841
|
-
"4": "repeat(4, minmax(0, 1fr))",
|
|
2842
|
-
"5": "repeat(5, minmax(0, 1fr))",
|
|
2843
|
-
"6": "repeat(6, minmax(0, 1fr))",
|
|
2844
|
-
none: "none"
|
|
2845
|
-
},
|
|
2846
|
-
height: {
|
|
2847
|
-
"0": "0px",
|
|
2848
|
-
auto: "auto",
|
|
2849
|
-
none: "0px",
|
|
2850
|
-
xs: "4px",
|
|
2851
|
-
"xs*": "3px",
|
|
2852
|
-
sm: "8px",
|
|
2853
|
-
"sm*": "7px",
|
|
2854
|
-
md: "16px",
|
|
2855
|
-
"md*": "15px",
|
|
2856
|
-
xl: "32px",
|
|
2857
|
-
"xl*": "31px",
|
|
2858
|
-
"3xl": "64px",
|
|
2859
|
-
"3xl*": "63px",
|
|
2860
|
-
"4xl": "128px",
|
|
2861
|
-
"4xl*": "127px",
|
|
2862
|
-
lg: "24px",
|
|
2863
|
-
"lg*": "23px",
|
|
2864
|
-
"2xl": "48px",
|
|
2865
|
-
"2xl*": "47px",
|
|
2866
|
-
"sm+": "12px",
|
|
2867
|
-
"sm+*": "11px",
|
|
2868
|
-
"md+": "20px",
|
|
2869
|
-
"md+*": "19px",
|
|
2870
|
-
"lg+": "28px",
|
|
2871
|
-
"lg+*": "27px",
|
|
2872
|
-
"1/2": "50%",
|
|
2873
|
-
"1/3": "33.333333%",
|
|
2874
|
-
"2/3": "66.666667%",
|
|
2875
|
-
"1/4": "25%",
|
|
2876
|
-
"2/4": "50%",
|
|
2877
|
-
"3/4": "75%",
|
|
2878
|
-
"1/5": "20%",
|
|
2879
|
-
"2/5": "40%",
|
|
2880
|
-
"3/5": "60%",
|
|
2881
|
-
"4/5": "80%",
|
|
2882
|
-
"1/6": "16.666667%",
|
|
2883
|
-
"2/6": "33.333333%",
|
|
2884
|
-
"3/6": "50%",
|
|
2885
|
-
"4/6": "66.666667%",
|
|
2886
|
-
"5/6": "83.333333%",
|
|
2887
|
-
full: "100%",
|
|
2888
|
-
screen: "100vh",
|
|
2889
|
-
min: "min-content",
|
|
2890
|
-
max: "max-content",
|
|
2891
|
-
fit: "fit-content"
|
|
2892
|
-
},
|
|
2893
|
-
hueRotate: {
|
|
2894
|
-
"0": "0deg",
|
|
2895
|
-
"15": "15deg",
|
|
2896
|
-
"30": "30deg",
|
|
2897
|
-
"60": "60deg",
|
|
2898
|
-
"90": "90deg",
|
|
2899
|
-
"180": "180deg"
|
|
2900
|
-
},
|
|
2901
|
-
inset: {
|
|
2902
|
-
"0": "0px",
|
|
2903
|
-
auto: "auto",
|
|
2904
|
-
none: "0px",
|
|
2905
|
-
xs: "4px",
|
|
2906
|
-
"xs*": "3px",
|
|
2907
|
-
sm: "8px",
|
|
2908
|
-
"sm*": "7px",
|
|
2909
|
-
md: "16px",
|
|
2910
|
-
"md*": "15px",
|
|
2911
|
-
xl: "32px",
|
|
2912
|
-
"xl*": "31px",
|
|
2913
|
-
"3xl": "64px",
|
|
2914
|
-
"3xl*": "63px",
|
|
2915
|
-
"4xl": "128px",
|
|
2916
|
-
"4xl*": "127px",
|
|
2917
|
-
lg: "24px",
|
|
2918
|
-
"lg*": "23px",
|
|
2919
|
-
"2xl": "48px",
|
|
2920
|
-
"2xl*": "47px",
|
|
2921
|
-
"sm+": "12px",
|
|
2922
|
-
"sm+*": "11px",
|
|
2923
|
-
"md+": "20px",
|
|
2924
|
-
"md+*": "19px",
|
|
2925
|
-
"lg+": "28px",
|
|
2926
|
-
"lg+*": "27px",
|
|
2927
|
-
"1/2": "50%",
|
|
2928
|
-
"1/3": "33.333333%",
|
|
2929
|
-
"2/3": "66.666667%",
|
|
2930
|
-
"1/4": "25%",
|
|
2931
|
-
"2/4": "50%",
|
|
2932
|
-
"3/4": "75%",
|
|
2933
|
-
full: "100%"
|
|
2934
|
-
},
|
|
2935
|
-
invert: {
|
|
2936
|
-
"0": "0",
|
|
2937
|
-
DEFAULT: "100%"
|
|
2938
|
-
},
|
|
2939
|
-
letterSpacing: {
|
|
2940
|
-
tighter: "-0.05em",
|
|
2941
|
-
tight: "-0.025em",
|
|
2942
|
-
normal: "0em",
|
|
2943
|
-
wide: "0.025em",
|
|
2944
|
-
wider: "0.05em",
|
|
2945
|
-
widest: "0.1em"
|
|
2946
|
-
},
|
|
2947
|
-
lineHeight: {
|
|
2948
|
-
"3": ".75rem",
|
|
2949
|
-
"4": "1rem",
|
|
2950
|
-
"5": "1.25rem",
|
|
2951
|
-
"6": "1.5rem",
|
|
2952
|
-
"7": "1.75rem",
|
|
2953
|
-
"8": "2rem",
|
|
2954
|
-
"9": "2.25rem",
|
|
2955
|
-
"10": "2.5rem",
|
|
2956
|
-
none: "1",
|
|
2957
|
-
tight: "1.25",
|
|
2958
|
-
snug: "1.375",
|
|
2959
|
-
normal: "1.5",
|
|
2960
|
-
relaxed: "1.625",
|
|
2961
|
-
loose: "2"
|
|
2962
|
-
},
|
|
2963
|
-
listStyleType: {
|
|
2964
|
-
none: "none",
|
|
2965
|
-
disc: "disc",
|
|
2966
|
-
decimal: "decimal"
|
|
2967
|
-
},
|
|
2968
|
-
listStyleImage: {
|
|
2969
|
-
none: "none"
|
|
2970
|
-
},
|
|
2971
|
-
margin: {
|
|
2972
|
-
"0": "0px",
|
|
2973
|
-
auto: "auto",
|
|
2974
|
-
none: "0px",
|
|
2975
|
-
xs: "4px",
|
|
2976
|
-
"xs*": "3px",
|
|
2977
|
-
sm: "8px",
|
|
2978
|
-
"sm*": "7px",
|
|
2979
|
-
md: "16px",
|
|
2980
|
-
"md*": "15px",
|
|
2981
|
-
xl: "32px",
|
|
2982
|
-
"xl*": "31px",
|
|
2983
|
-
"3xl": "64px",
|
|
2984
|
-
"3xl*": "63px",
|
|
2985
|
-
"4xl": "128px",
|
|
2986
|
-
"4xl*": "127px",
|
|
2987
|
-
lg: "24px",
|
|
2988
|
-
"lg*": "23px",
|
|
2989
|
-
"2xl": "48px",
|
|
2990
|
-
"2xl*": "47px",
|
|
2991
|
-
"sm+": "12px",
|
|
2992
|
-
"sm+*": "11px",
|
|
2993
|
-
"md+": "20px",
|
|
2994
|
-
"md+*": "19px",
|
|
2995
|
-
"lg+": "28px",
|
|
2996
|
-
"lg+*": "27px"
|
|
2997
|
-
},
|
|
2998
|
-
lineClamp: {
|
|
2999
|
-
"1": "1",
|
|
3000
|
-
"2": "2",
|
|
3001
|
-
"3": "3",
|
|
3002
|
-
"4": "4",
|
|
3003
|
-
"5": "5",
|
|
3004
|
-
"6": "6"
|
|
3005
|
-
},
|
|
3006
|
-
maxHeight: {
|
|
3007
|
-
"0": "0px",
|
|
3008
|
-
none: "none",
|
|
3009
|
-
xs: "4px",
|
|
3010
|
-
"xs*": "3px",
|
|
3011
|
-
sm: "8px",
|
|
3012
|
-
"sm*": "7px",
|
|
3013
|
-
md: "16px",
|
|
3014
|
-
"md*": "15px",
|
|
3015
|
-
xl: "32px",
|
|
3016
|
-
"xl*": "31px",
|
|
3017
|
-
"3xl": "64px",
|
|
3018
|
-
"3xl*": "63px",
|
|
3019
|
-
"4xl": "128px",
|
|
3020
|
-
"4xl*": "127px",
|
|
3021
|
-
lg: "24px",
|
|
3022
|
-
"lg*": "23px",
|
|
3023
|
-
"2xl": "48px",
|
|
3024
|
-
"2xl*": "47px",
|
|
3025
|
-
"sm+": "12px",
|
|
3026
|
-
"sm+*": "11px",
|
|
3027
|
-
"md+": "20px",
|
|
3028
|
-
"md+*": "19px",
|
|
3029
|
-
"lg+": "28px",
|
|
3030
|
-
"lg+*": "27px",
|
|
3031
|
-
full: "100%",
|
|
3032
|
-
screen: "100vh",
|
|
3033
|
-
min: "min-content",
|
|
3034
|
-
max: "max-content",
|
|
3035
|
-
fit: "fit-content"
|
|
3036
|
-
},
|
|
3037
|
-
maxWidth: {
|
|
3038
|
-
"0": "0rem",
|
|
3039
|
-
none: "none",
|
|
3040
|
-
xs: "20rem",
|
|
3041
|
-
sm: "24rem",
|
|
3042
|
-
md: "28rem",
|
|
3043
|
-
lg: "32rem",
|
|
3044
|
-
xl: "36rem",
|
|
3045
|
-
"2xl": "42rem",
|
|
3046
|
-
"3xl": "48rem",
|
|
3047
|
-
"4xl": "56rem",
|
|
3048
|
-
"5xl": "64rem",
|
|
3049
|
-
"6xl": "72rem",
|
|
3050
|
-
"7xl": "80rem",
|
|
3051
|
-
full: "100%",
|
|
3052
|
-
min: "min-content",
|
|
3053
|
-
max: "max-content",
|
|
3054
|
-
fit: "fit-content",
|
|
3055
|
-
prose: "65ch"
|
|
3056
|
-
},
|
|
3057
|
-
minHeight: {
|
|
3058
|
-
"0": "0px",
|
|
3059
|
-
full: "100%",
|
|
3060
|
-
screen: "100vh",
|
|
3061
|
-
min: "min-content",
|
|
3062
|
-
max: "max-content",
|
|
3063
|
-
fit: "fit-content"
|
|
3064
|
-
},
|
|
3065
|
-
minWidth: {
|
|
3066
|
-
"0": "0px",
|
|
3067
|
-
full: "100%",
|
|
3068
|
-
min: "min-content",
|
|
3069
|
-
max: "max-content",
|
|
3070
|
-
fit: "fit-content"
|
|
3071
|
-
},
|
|
3072
|
-
objectPosition: {
|
|
3073
|
-
bottom: "bottom",
|
|
3074
|
-
center: "center",
|
|
3075
|
-
left: "left",
|
|
3076
|
-
"left-bottom": "left bottom",
|
|
3077
|
-
"left-top": "left top",
|
|
3078
|
-
right: "right",
|
|
3079
|
-
"right-bottom": "right bottom",
|
|
3080
|
-
"right-top": "right top",
|
|
3081
|
-
top: "top"
|
|
3082
|
-
},
|
|
3083
|
-
opacity: {
|
|
3084
|
-
"0": "0",
|
|
3085
|
-
"5": "0.05",
|
|
3086
|
-
"10": "0.1",
|
|
3087
|
-
"20": "0.2",
|
|
3088
|
-
"25": "0.25",
|
|
3089
|
-
"30": "0.3",
|
|
3090
|
-
"40": "0.4",
|
|
3091
|
-
"50": "0.5",
|
|
3092
|
-
"60": "0.6",
|
|
3093
|
-
"70": "0.7",
|
|
3094
|
-
"75": "0.75",
|
|
3095
|
-
"80": "0.8",
|
|
3096
|
-
"90": "0.9",
|
|
3097
|
-
"95": "0.95",
|
|
3098
|
-
"100": "1"
|
|
3099
|
-
},
|
|
3100
|
-
order: {
|
|
3101
|
-
"1": "1",
|
|
3102
|
-
"2": "2",
|
|
3103
|
-
"3": "3",
|
|
3104
|
-
"4": "4",
|
|
3105
|
-
"5": "5",
|
|
3106
|
-
"6": "6",
|
|
3107
|
-
"7": "7",
|
|
3108
|
-
"8": "8",
|
|
3109
|
-
"9": "9",
|
|
3110
|
-
"10": "10",
|
|
3111
|
-
"11": "11",
|
|
3112
|
-
"12": "12",
|
|
3113
|
-
first: "-9999",
|
|
3114
|
-
last: "9999",
|
|
3115
|
-
none: "0"
|
|
3116
|
-
},
|
|
3117
|
-
outlineOffset: {
|
|
3118
|
-
"0": "0px",
|
|
3119
|
-
"1": "1px",
|
|
3120
|
-
"2": "2px",
|
|
3121
|
-
"4": "4px",
|
|
3122
|
-
"8": "8px"
|
|
3123
|
-
},
|
|
3124
|
-
padding: {
|
|
3125
|
-
"0": "0px",
|
|
3126
|
-
none: "0px",
|
|
3127
|
-
xs: "4px",
|
|
3128
|
-
"xs*": "3px",
|
|
3129
|
-
sm: "8px",
|
|
3130
|
-
"sm*": "7px",
|
|
3131
|
-
md: "16px",
|
|
3132
|
-
"md*": "15px",
|
|
3133
|
-
xl: "32px",
|
|
3134
|
-
"xl*": "31px",
|
|
3135
|
-
"3xl": "64px",
|
|
3136
|
-
"3xl*": "63px",
|
|
3137
|
-
"4xl": "128px",
|
|
3138
|
-
"4xl*": "127px",
|
|
3139
|
-
lg: "24px",
|
|
3140
|
-
"lg*": "23px",
|
|
3141
|
-
"2xl": "48px",
|
|
3142
|
-
"2xl*": "47px",
|
|
3143
|
-
"sm+": "12px",
|
|
3144
|
-
"sm+*": "11px",
|
|
3145
|
-
"md+": "20px",
|
|
3146
|
-
"md+*": "19px",
|
|
3147
|
-
"lg+": "28px",
|
|
3148
|
-
"lg+*": "27px"
|
|
3149
|
-
},
|
|
3150
|
-
placeholderColor: {
|
|
3151
|
-
},
|
|
3152
|
-
placeholderOpacity: {
|
|
3153
|
-
"0": "0",
|
|
3154
|
-
"5": "0.05",
|
|
3155
|
-
"10": "0.1",
|
|
3156
|
-
"20": "0.2",
|
|
3157
|
-
"25": "0.25",
|
|
3158
|
-
"30": "0.3",
|
|
3159
|
-
"40": "0.4",
|
|
3160
|
-
"50": "0.5",
|
|
3161
|
-
"60": "0.6",
|
|
3162
|
-
"70": "0.7",
|
|
3163
|
-
"75": "0.75",
|
|
3164
|
-
"80": "0.8",
|
|
3165
|
-
"90": "0.9",
|
|
3166
|
-
"95": "0.95",
|
|
3167
|
-
"100": "1"
|
|
3168
|
-
},
|
|
3169
|
-
ringColor: {
|
|
3170
|
-
DEFAULT: "#3b82f6"
|
|
3171
|
-
},
|
|
3172
|
-
ringOffsetColor: {
|
|
3173
|
-
},
|
|
3174
|
-
ringOffsetWidth: {
|
|
3175
|
-
"0": "0px",
|
|
3176
|
-
"1": "1px",
|
|
3177
|
-
"2": "2px",
|
|
3178
|
-
"4": "4px",
|
|
3179
|
-
"8": "8px"
|
|
3180
|
-
},
|
|
3181
|
-
ringOpacity: {
|
|
3182
|
-
"0": "0",
|
|
3183
|
-
"5": "0.05",
|
|
3184
|
-
"10": "0.1",
|
|
3185
|
-
"20": "0.2",
|
|
3186
|
-
"25": "0.25",
|
|
3187
|
-
"30": "0.3",
|
|
3188
|
-
"40": "0.4",
|
|
3189
|
-
"50": "0.5",
|
|
3190
|
-
"60": "0.6",
|
|
3191
|
-
"70": "0.7",
|
|
3192
|
-
"75": "0.75",
|
|
3193
|
-
"80": "0.8",
|
|
3194
|
-
"90": "0.9",
|
|
3195
|
-
"95": "0.95",
|
|
3196
|
-
"100": "1",
|
|
3197
|
-
DEFAULT: "0.5"
|
|
3198
|
-
},
|
|
3199
|
-
ringWidth: {
|
|
3200
|
-
"0": "0px",
|
|
3201
|
-
"1": "1px",
|
|
3202
|
-
"2": "2px",
|
|
3203
|
-
"4": "4px",
|
|
3204
|
-
"8": "8px",
|
|
3205
|
-
DEFAULT: "3px"
|
|
3206
|
-
},
|
|
3207
|
-
rotate: {
|
|
3208
|
-
"0": "0deg",
|
|
3209
|
-
"1": "1deg",
|
|
3210
|
-
"2": "2deg",
|
|
3211
|
-
"3": "3deg",
|
|
3212
|
-
"6": "6deg",
|
|
3213
|
-
"12": "12deg",
|
|
3214
|
-
"45": "45deg",
|
|
3215
|
-
"90": "90deg",
|
|
3216
|
-
"180": "180deg"
|
|
3217
|
-
},
|
|
3218
|
-
saturate: {
|
|
3219
|
-
"0": "0",
|
|
3220
|
-
"50": ".5",
|
|
3221
|
-
"100": "1",
|
|
3222
|
-
"150": "1.5",
|
|
3223
|
-
"200": "2"
|
|
3224
|
-
},
|
|
3225
|
-
scale: {
|
|
3226
|
-
"0": "0",
|
|
3227
|
-
"50": ".5",
|
|
3228
|
-
"75": ".75",
|
|
3229
|
-
"90": ".9",
|
|
3230
|
-
"95": ".95",
|
|
3231
|
-
"100": "1",
|
|
3232
|
-
"105": "1.05",
|
|
3233
|
-
"110": "1.1",
|
|
3234
|
-
"125": "1.25",
|
|
3235
|
-
"150": "1.5"
|
|
3236
|
-
},
|
|
3237
|
-
scrollMargin: {
|
|
3238
|
-
"0": "0px",
|
|
3239
|
-
none: "0px",
|
|
3240
|
-
xs: "4px",
|
|
3241
|
-
"xs*": "3px",
|
|
3242
|
-
sm: "8px",
|
|
3243
|
-
"sm*": "7px",
|
|
3244
|
-
md: "16px",
|
|
3245
|
-
"md*": "15px",
|
|
3246
|
-
xl: "32px",
|
|
3247
|
-
"xl*": "31px",
|
|
3248
|
-
"3xl": "64px",
|
|
3249
|
-
"3xl*": "63px",
|
|
3250
|
-
"4xl": "128px",
|
|
3251
|
-
"4xl*": "127px",
|
|
3252
|
-
lg: "24px",
|
|
3253
|
-
"lg*": "23px",
|
|
3254
|
-
"2xl": "48px",
|
|
3255
|
-
"2xl*": "47px",
|
|
3256
|
-
"sm+": "12px",
|
|
3257
|
-
"sm+*": "11px",
|
|
3258
|
-
"md+": "20px",
|
|
3259
|
-
"md+*": "19px",
|
|
3260
|
-
"lg+": "28px",
|
|
3261
|
-
"lg+*": "27px"
|
|
3262
|
-
},
|
|
3263
|
-
scrollPadding: {
|
|
3264
|
-
"0": "0px",
|
|
3265
|
-
none: "0px",
|
|
3266
|
-
xs: "4px",
|
|
3267
|
-
"xs*": "3px",
|
|
3268
|
-
sm: "8px",
|
|
3269
|
-
"sm*": "7px",
|
|
3270
|
-
md: "16px",
|
|
3271
|
-
"md*": "15px",
|
|
3272
|
-
xl: "32px",
|
|
3273
|
-
"xl*": "31px",
|
|
3274
|
-
"3xl": "64px",
|
|
3275
|
-
"3xl*": "63px",
|
|
3276
|
-
"4xl": "128px",
|
|
3277
|
-
"4xl*": "127px",
|
|
3278
|
-
lg: "24px",
|
|
3279
|
-
"lg*": "23px",
|
|
3280
|
-
"2xl": "48px",
|
|
3281
|
-
"2xl*": "47px",
|
|
3282
|
-
"sm+": "12px",
|
|
3283
|
-
"sm+*": "11px",
|
|
3284
|
-
"md+": "20px",
|
|
3285
|
-
"md+*": "19px",
|
|
3286
|
-
"lg+": "28px",
|
|
3287
|
-
"lg+*": "27px"
|
|
3288
|
-
},
|
|
3289
|
-
sepia: {
|
|
3290
|
-
"0": "0",
|
|
3291
|
-
DEFAULT: "100%"
|
|
3292
|
-
},
|
|
3293
|
-
skew: {
|
|
3294
|
-
"0": "0deg",
|
|
3295
|
-
"1": "1deg",
|
|
3296
|
-
"2": "2deg",
|
|
3297
|
-
"3": "3deg",
|
|
3298
|
-
"6": "6deg",
|
|
3299
|
-
"12": "12deg"
|
|
3300
|
-
},
|
|
3301
|
-
space: {
|
|
3302
|
-
"0": "0px",
|
|
3303
|
-
none: "0px",
|
|
3304
|
-
xs: "4px",
|
|
3305
|
-
"xs*": "3px",
|
|
3306
|
-
sm: "8px",
|
|
3307
|
-
"sm*": "7px",
|
|
3308
|
-
md: "16px",
|
|
3309
|
-
"md*": "15px",
|
|
3310
|
-
xl: "32px",
|
|
3311
|
-
"xl*": "31px",
|
|
3312
|
-
"3xl": "64px",
|
|
3313
|
-
"3xl*": "63px",
|
|
3314
|
-
"4xl": "128px",
|
|
3315
|
-
"4xl*": "127px",
|
|
3316
|
-
lg: "24px",
|
|
3317
|
-
"lg*": "23px",
|
|
3318
|
-
"2xl": "48px",
|
|
3319
|
-
"2xl*": "47px",
|
|
3320
|
-
"sm+": "12px",
|
|
3321
|
-
"sm+*": "11px",
|
|
3322
|
-
"md+": "20px",
|
|
3323
|
-
"md+*": "19px",
|
|
3324
|
-
"lg+": "28px",
|
|
3325
|
-
"lg+*": "27px"
|
|
3326
|
-
},
|
|
3327
|
-
strokeWidth: {
|
|
3328
|
-
"0": "0",
|
|
3329
|
-
"1": "1",
|
|
3330
|
-
"2": "2"
|
|
3331
|
-
},
|
|
3332
|
-
supports: {
|
|
3333
|
-
},
|
|
3334
|
-
data: {
|
|
3335
|
-
},
|
|
3336
|
-
textDecorationColor: {
|
|
3337
|
-
},
|
|
3338
|
-
textDecorationThickness: {
|
|
3339
|
-
"0": "0px",
|
|
3340
|
-
"1": "1px",
|
|
3341
|
-
"2": "2px",
|
|
3342
|
-
"4": "4px",
|
|
3343
|
-
"8": "8px",
|
|
3344
|
-
auto: "auto",
|
|
3345
|
-
"from-font": "from-font"
|
|
3346
|
-
},
|
|
3347
|
-
textIndent: {
|
|
3348
|
-
"0": "0px",
|
|
3349
|
-
none: "0px",
|
|
3350
|
-
xs: "4px",
|
|
3351
|
-
"xs*": "3px",
|
|
3352
|
-
sm: "8px",
|
|
3353
|
-
"sm*": "7px",
|
|
3354
|
-
md: "16px",
|
|
3355
|
-
"md*": "15px",
|
|
3356
|
-
xl: "32px",
|
|
3357
|
-
"xl*": "31px",
|
|
3358
|
-
"3xl": "64px",
|
|
3359
|
-
"3xl*": "63px",
|
|
3360
|
-
"4xl": "128px",
|
|
3361
|
-
"4xl*": "127px",
|
|
3362
|
-
lg: "24px",
|
|
3363
|
-
"lg*": "23px",
|
|
3364
|
-
"2xl": "48px",
|
|
3365
|
-
"2xl*": "47px",
|
|
3366
|
-
"sm+": "12px",
|
|
3367
|
-
"sm+*": "11px",
|
|
3368
|
-
"md+": "20px",
|
|
3369
|
-
"md+*": "19px",
|
|
3370
|
-
"lg+": "28px",
|
|
3371
|
-
"lg+*": "27px"
|
|
3372
|
-
},
|
|
3373
|
-
textOpacity: {
|
|
3374
|
-
"0": "0",
|
|
3375
|
-
"5": "0.05",
|
|
3376
|
-
"10": "0.1",
|
|
3377
|
-
"20": "0.2",
|
|
3378
|
-
"25": "0.25",
|
|
3379
|
-
"30": "0.3",
|
|
3380
|
-
"40": "0.4",
|
|
3381
|
-
"50": "0.5",
|
|
3382
|
-
"60": "0.6",
|
|
3383
|
-
"70": "0.7",
|
|
3384
|
-
"75": "0.75",
|
|
3385
|
-
"80": "0.8",
|
|
3386
|
-
"90": "0.9",
|
|
3387
|
-
"95": "0.95",
|
|
3388
|
-
"100": "1"
|
|
3389
|
-
},
|
|
3390
|
-
textUnderlineOffset: {
|
|
3391
|
-
"0": "0px",
|
|
3392
|
-
"1": "1px",
|
|
3393
|
-
"2": "2px",
|
|
3394
|
-
"4": "4px",
|
|
3395
|
-
"8": "8px",
|
|
3396
|
-
auto: "auto"
|
|
3397
|
-
},
|
|
3398
|
-
transformOrigin: {
|
|
3399
|
-
center: "center",
|
|
3400
|
-
top: "top",
|
|
3401
|
-
"top-right": "top right",
|
|
3402
|
-
right: "right",
|
|
3403
|
-
"bottom-right": "bottom right",
|
|
3404
|
-
bottom: "bottom",
|
|
3405
|
-
"bottom-left": "bottom left",
|
|
3406
|
-
left: "left",
|
|
3407
|
-
"top-left": "top left"
|
|
3408
|
-
},
|
|
3409
|
-
transitionDelay: {
|
|
3410
|
-
"0": "0s",
|
|
3411
|
-
"75": "75ms",
|
|
3412
|
-
"100": "100ms",
|
|
3413
|
-
"150": "150ms",
|
|
3414
|
-
"200": "200ms",
|
|
3415
|
-
"300": "300ms",
|
|
3416
|
-
"500": "500ms",
|
|
3417
|
-
"700": "700ms",
|
|
3418
|
-
"1000": "1000ms"
|
|
3419
|
-
},
|
|
3420
|
-
transitionProperty: {
|
|
3421
|
-
none: "none",
|
|
3422
|
-
all: "all",
|
|
3423
|
-
DEFAULT: "color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter",
|
|
3424
|
-
colors: "color, background-color, border-color, text-decoration-color, fill, stroke",
|
|
3425
|
-
opacity: "opacity",
|
|
3426
|
-
shadow: "box-shadow",
|
|
3427
|
-
transform: "transform"
|
|
3428
|
-
},
|
|
3429
|
-
translate: {
|
|
3430
|
-
"0": "0px",
|
|
3431
|
-
none: "0px",
|
|
3432
|
-
xs: "4px",
|
|
3433
|
-
"xs*": "3px",
|
|
3434
|
-
sm: "8px",
|
|
3435
|
-
"sm*": "7px",
|
|
3436
|
-
md: "16px",
|
|
3437
|
-
"md*": "15px",
|
|
3438
|
-
xl: "32px",
|
|
3439
|
-
"xl*": "31px",
|
|
3440
|
-
"3xl": "64px",
|
|
3441
|
-
"3xl*": "63px",
|
|
3442
|
-
"4xl": "128px",
|
|
3443
|
-
"4xl*": "127px",
|
|
3444
|
-
lg: "24px",
|
|
3445
|
-
"lg*": "23px",
|
|
3446
|
-
"2xl": "48px",
|
|
3447
|
-
"2xl*": "47px",
|
|
3448
|
-
"sm+": "12px",
|
|
3449
|
-
"sm+*": "11px",
|
|
3450
|
-
"md+": "20px",
|
|
3451
|
-
"md+*": "19px",
|
|
3452
|
-
"lg+": "28px",
|
|
3453
|
-
"lg+*": "27px",
|
|
3454
|
-
"1/2": "50%",
|
|
3455
|
-
"1/3": "33.333333%",
|
|
3456
|
-
"2/3": "66.666667%",
|
|
3457
|
-
"1/4": "25%",
|
|
3458
|
-
"2/4": "50%",
|
|
3459
|
-
"3/4": "75%",
|
|
3460
|
-
full: "100%"
|
|
3461
|
-
},
|
|
3462
|
-
width: {
|
|
3463
|
-
"0": "0px",
|
|
3464
|
-
auto: "auto",
|
|
3465
|
-
none: "0px",
|
|
3466
|
-
xs: "4px",
|
|
3467
|
-
"xs*": "3px",
|
|
3468
|
-
sm: "8px",
|
|
3469
|
-
"sm*": "7px",
|
|
3470
|
-
md: "16px",
|
|
3471
|
-
"md*": "15px",
|
|
3472
|
-
xl: "32px",
|
|
3473
|
-
"xl*": "31px",
|
|
3474
|
-
"3xl": "64px",
|
|
3475
|
-
"3xl*": "63px",
|
|
3476
|
-
"4xl": "128px",
|
|
3477
|
-
"4xl*": "127px",
|
|
3478
|
-
lg: "24px",
|
|
3479
|
-
"lg*": "23px",
|
|
3480
|
-
"2xl": "48px",
|
|
3481
|
-
"2xl*": "47px",
|
|
3482
|
-
"sm+": "12px",
|
|
3483
|
-
"sm+*": "11px",
|
|
3484
|
-
"md+": "20px",
|
|
3485
|
-
"md+*": "19px",
|
|
3486
|
-
"lg+": "28px",
|
|
3487
|
-
"lg+*": "27px",
|
|
3488
|
-
"1/2": "50%",
|
|
3489
|
-
"1/3": "33.333333%",
|
|
3490
|
-
"2/3": "66.666667%",
|
|
3491
|
-
"1/4": "25%",
|
|
3492
|
-
"2/4": "50%",
|
|
3493
|
-
"3/4": "75%",
|
|
3494
|
-
"1/5": "20%",
|
|
3495
|
-
"2/5": "40%",
|
|
3496
|
-
"3/5": "60%",
|
|
3497
|
-
"4/5": "80%",
|
|
3498
|
-
"1/6": "16.666667%",
|
|
3499
|
-
"2/6": "33.333333%",
|
|
3500
|
-
"3/6": "50%",
|
|
3501
|
-
"4/6": "66.666667%",
|
|
3502
|
-
"5/6": "83.333333%",
|
|
3503
|
-
"1/12": "8.333333%",
|
|
3504
|
-
"2/12": "16.666667%",
|
|
3505
|
-
"3/12": "25%",
|
|
3506
|
-
"4/12": "33.333333%",
|
|
3507
|
-
"5/12": "41.666667%",
|
|
3508
|
-
"6/12": "50%",
|
|
3509
|
-
"7/12": "58.333333%",
|
|
3510
|
-
"8/12": "66.666667%",
|
|
3511
|
-
"9/12": "75%",
|
|
3512
|
-
"10/12": "83.333333%",
|
|
3513
|
-
"11/12": "91.666667%",
|
|
3514
|
-
full: "100%",
|
|
3515
|
-
screen: "100vw",
|
|
3516
|
-
min: "min-content",
|
|
3517
|
-
max: "max-content",
|
|
3518
|
-
fit: "fit-content"
|
|
3519
|
-
},
|
|
3520
|
-
willChange: {
|
|
3521
|
-
auto: "auto",
|
|
3522
|
-
scroll: "scroll-position",
|
|
3523
|
-
contents: "contents",
|
|
3524
|
-
transform: "transform"
|
|
3525
|
-
},
|
|
3526
|
-
zIndex: {
|
|
3527
|
-
"0": "0",
|
|
3528
|
-
"10": "10",
|
|
3529
|
-
"20": "20",
|
|
3530
|
-
"30": "30",
|
|
3531
|
-
"40": "40",
|
|
3532
|
-
"50": "50",
|
|
3533
|
-
auto: "auto"
|
|
3534
|
-
}
|
|
3535
|
-
};
|
|
3536
|
-
var corePlugins = [
|
|
3537
|
-
"preflight",
|
|
3538
|
-
"container",
|
|
3539
|
-
"accessibility",
|
|
3540
|
-
"pointerEvents",
|
|
3541
|
-
"visibility",
|
|
3542
|
-
"position",
|
|
3543
|
-
"inset",
|
|
3544
|
-
"isolation",
|
|
3545
|
-
"zIndex",
|
|
3546
|
-
"order",
|
|
3547
|
-
"gridColumn",
|
|
3548
|
-
"gridColumnStart",
|
|
3549
|
-
"gridColumnEnd",
|
|
3550
|
-
"gridRow",
|
|
3551
|
-
"gridRowStart",
|
|
3552
|
-
"gridRowEnd",
|
|
3553
|
-
"float",
|
|
3554
|
-
"clear",
|
|
3555
|
-
"margin",
|
|
3556
|
-
"boxSizing",
|
|
3557
|
-
"lineClamp",
|
|
3558
|
-
"display",
|
|
3559
|
-
"aspectRatio",
|
|
3560
|
-
"height",
|
|
3561
|
-
"maxHeight",
|
|
3562
|
-
"minHeight",
|
|
3563
|
-
"width",
|
|
3564
|
-
"minWidth",
|
|
3565
|
-
"maxWidth",
|
|
3566
|
-
"flex",
|
|
3567
|
-
"flexShrink",
|
|
3568
|
-
"flexGrow",
|
|
3569
|
-
"flexBasis",
|
|
3570
|
-
"tableLayout",
|
|
3571
|
-
"captionSide",
|
|
3572
|
-
"borderCollapse",
|
|
3573
|
-
"borderSpacing",
|
|
3574
|
-
"transformOrigin",
|
|
3575
|
-
"translate",
|
|
3576
|
-
"rotate",
|
|
3577
|
-
"skew",
|
|
3578
|
-
"scale",
|
|
3579
|
-
"transform",
|
|
3580
|
-
"animation",
|
|
3581
|
-
"cursor",
|
|
3582
|
-
"touchAction",
|
|
3583
|
-
"userSelect",
|
|
3584
|
-
"resize",
|
|
3585
|
-
"scrollSnapType",
|
|
3586
|
-
"scrollSnapAlign",
|
|
3587
|
-
"scrollSnapStop",
|
|
3588
|
-
"scrollMargin",
|
|
3589
|
-
"scrollPadding",
|
|
3590
|
-
"listStylePosition",
|
|
3591
|
-
"listStyleType",
|
|
3592
|
-
"listStyleImage",
|
|
3593
|
-
"appearance",
|
|
3594
|
-
"columns",
|
|
3595
|
-
"breakBefore",
|
|
3596
|
-
"breakInside",
|
|
3597
|
-
"breakAfter",
|
|
3598
|
-
"gridAutoColumns",
|
|
3599
|
-
"gridAutoFlow",
|
|
3600
|
-
"gridAutoRows",
|
|
3601
|
-
"gridTemplateColumns",
|
|
3602
|
-
"gridTemplateRows",
|
|
3603
|
-
"flexDirection",
|
|
3604
|
-
"flexWrap",
|
|
3605
|
-
"placeContent",
|
|
3606
|
-
"placeItems",
|
|
3607
|
-
"alignContent",
|
|
3608
|
-
"alignItems",
|
|
3609
|
-
"justifyContent",
|
|
3610
|
-
"justifyItems",
|
|
3611
|
-
"gap",
|
|
3612
|
-
"space",
|
|
3613
|
-
"divideWidth",
|
|
3614
|
-
"divideStyle",
|
|
3615
|
-
"divideColor",
|
|
3616
|
-
"divideOpacity",
|
|
3617
|
-
"placeSelf",
|
|
3618
|
-
"alignSelf",
|
|
3619
|
-
"justifySelf",
|
|
3620
|
-
"overflow",
|
|
3621
|
-
"overscrollBehavior",
|
|
3622
|
-
"scrollBehavior",
|
|
3623
|
-
"textOverflow",
|
|
3624
|
-
"hyphens",
|
|
3625
|
-
"whitespace",
|
|
3626
|
-
"wordBreak",
|
|
3627
|
-
"borderRadius",
|
|
3628
|
-
"borderWidth",
|
|
3629
|
-
"borderStyle",
|
|
3630
|
-
"borderColor",
|
|
3631
|
-
"borderOpacity",
|
|
3632
|
-
"backgroundColor",
|
|
3633
|
-
"backgroundOpacity",
|
|
3634
|
-
"backgroundImage",
|
|
3635
|
-
"gradientColorStops",
|
|
3636
|
-
"boxDecorationBreak",
|
|
3637
|
-
"backgroundSize",
|
|
3638
|
-
"backgroundAttachment",
|
|
3639
|
-
"backgroundClip",
|
|
3640
|
-
"backgroundPosition",
|
|
3641
|
-
"backgroundRepeat",
|
|
3642
|
-
"backgroundOrigin",
|
|
3643
|
-
"fill",
|
|
3644
|
-
"stroke",
|
|
3645
|
-
"strokeWidth",
|
|
3646
|
-
"objectFit",
|
|
3647
|
-
"objectPosition",
|
|
3648
|
-
"padding",
|
|
3649
|
-
"textAlign",
|
|
3650
|
-
"textIndent",
|
|
3651
|
-
"verticalAlign",
|
|
3652
|
-
"fontFamily",
|
|
3653
|
-
"fontSize",
|
|
3654
|
-
"fontWeight",
|
|
3655
|
-
"textTransform",
|
|
3656
|
-
"fontStyle",
|
|
3657
|
-
"fontVariantNumeric",
|
|
3658
|
-
"lineHeight",
|
|
3659
|
-
"letterSpacing",
|
|
3660
|
-
"textColor",
|
|
3661
|
-
"textOpacity",
|
|
3662
|
-
"textDecoration",
|
|
3663
|
-
"textDecorationColor",
|
|
3664
|
-
"textDecorationStyle",
|
|
3665
|
-
"textDecorationThickness",
|
|
3666
|
-
"textUnderlineOffset",
|
|
3667
|
-
"fontSmoothing",
|
|
3668
|
-
"placeholderColor",
|
|
3669
|
-
"placeholderOpacity",
|
|
3670
|
-
"caretColor",
|
|
3671
|
-
"accentColor",
|
|
3672
|
-
"opacity",
|
|
3673
|
-
"backgroundBlendMode",
|
|
3674
|
-
"mixBlendMode",
|
|
3675
|
-
"boxShadow",
|
|
3676
|
-
"boxShadowColor",
|
|
3677
|
-
"outlineStyle",
|
|
3678
|
-
"outlineWidth",
|
|
3679
|
-
"outlineOffset",
|
|
3680
|
-
"outlineColor",
|
|
3681
|
-
"ringWidth",
|
|
3682
|
-
"ringColor",
|
|
3683
|
-
"ringOpacity",
|
|
3684
|
-
"ringOffsetWidth",
|
|
3685
|
-
"ringOffsetColor",
|
|
3686
|
-
"blur",
|
|
3687
|
-
"brightness",
|
|
3688
|
-
"contrast",
|
|
3689
|
-
"dropShadow",
|
|
3690
|
-
"grayscale",
|
|
3691
|
-
"hueRotate",
|
|
3692
|
-
"invert",
|
|
3693
|
-
"saturate",
|
|
3694
|
-
"sepia",
|
|
3695
|
-
"filter",
|
|
3696
|
-
"backdropBlur",
|
|
3697
|
-
"backdropBrightness",
|
|
3698
|
-
"backdropContrast",
|
|
3699
|
-
"backdropGrayscale",
|
|
3700
|
-
"backdropHueRotate",
|
|
3701
|
-
"backdropInvert",
|
|
3702
|
-
"backdropOpacity",
|
|
3703
|
-
"backdropSaturate",
|
|
3704
|
-
"backdropSepia",
|
|
3705
|
-
"backdropFilter",
|
|
3706
|
-
"transitionProperty",
|
|
3707
|
-
"transitionDelay",
|
|
3708
|
-
"transitionDuration",
|
|
3709
|
-
"transitionTimingFunction",
|
|
3710
|
-
"willChange",
|
|
3711
|
-
"content"
|
|
3712
|
-
];
|
|
3713
|
-
var plugins = [
|
|
3714
|
-
{
|
|
3715
|
-
},
|
|
3716
|
-
{
|
|
3717
|
-
},
|
|
3718
|
-
{
|
|
3719
|
-
},
|
|
3720
|
-
{
|
|
3721
|
-
},
|
|
3722
|
-
{
|
|
3723
|
-
},
|
|
3724
|
-
{
|
|
3725
|
-
},
|
|
3726
|
-
{
|
|
3727
|
-
},
|
|
3728
|
-
{
|
|
3729
|
-
},
|
|
3730
|
-
{
|
|
3731
|
-
},
|
|
3732
|
-
{
|
|
3733
|
-
},
|
|
3734
|
-
{
|
|
3735
|
-
},
|
|
3736
|
-
{
|
|
3737
|
-
}
|
|
3738
|
-
];
|
|
3739
|
-
var darkMode = [
|
|
3740
|
-
"class",
|
|
3741
|
-
"[data-theme=\"dark\"]"
|
|
3742
|
-
];
|
|
3743
|
-
var content = {
|
|
3744
|
-
relative: false,
|
|
3745
|
-
files: [
|
|
3746
|
-
],
|
|
3747
|
-
extract: {
|
|
3748
|
-
},
|
|
3749
|
-
transform: {
|
|
3750
|
-
}
|
|
3751
|
-
};
|
|
3752
|
-
var presets = [
|
|
3753
|
-
];
|
|
3754
|
-
var prefix = "";
|
|
3755
|
-
var important = false;
|
|
3756
|
-
var separator = ":";
|
|
3757
|
-
var safelist = [
|
|
3758
|
-
];
|
|
3759
|
-
var blocklist = [
|
|
3760
|
-
];
|
|
3761
|
-
var defaultConfig = {
|
|
3762
|
-
theme: theme,
|
|
3763
|
-
corePlugins: corePlugins,
|
|
3764
|
-
plugins: plugins,
|
|
3765
|
-
darkMode: darkMode,
|
|
3766
|
-
content: content,
|
|
3767
|
-
presets: presets,
|
|
3768
|
-
prefix: prefix,
|
|
3769
|
-
important: important,
|
|
3770
|
-
separator: separator,
|
|
3771
|
-
safelist: safelist,
|
|
3772
|
-
blocklist: blocklist
|
|
3773
|
-
};
|
|
3774
|
-
|
|
3775
|
-
const useTheme = () => {
|
|
3776
|
-
return defaultConfig.theme;
|
|
3777
|
-
};
|
|
3778
|
-
|
|
3779
|
-
export { useTheme };
|