@onereach/ui-components 4.11.3-beta.2973.0 → 4.12.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/v2/components/OrCardCollectionV3/OrCardCollection.js +59 -22
- package/dist/bundled/v2/components/OrCardCollectionV3/OrCardCollection.vue.d.ts +25 -2
- package/dist/bundled/v2/components/OrCardCollectionV3/index.js +4 -5
- package/dist/bundled/v2/components/OrCardCollectionV3/styles.js +5 -6
- package/dist/bundled/v2/components/OrCardCollectionV3/types.d.ts +4 -0
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +1 -1
- package/dist/bundled/v2/components/OrDatePickerV3/index.js +1 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +1 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +1 -1
- package/dist/bundled/v2/components/OrExpansionPanelV3/styles.js +8 -4
- package/dist/bundled/v2/components/OrIconButtonV3/styles.js +13 -11
- package/dist/bundled/v2/components/OrLinkV3/OrLink.js +1 -1
- package/dist/bundled/v2/components/OrLinkV3/styles.js +3 -1
- package/dist/bundled/v2/components/OrMenuItemV3/styles.js +3 -3
- package/dist/bundled/v2/components/OrTabV3/styles.js +1 -1
- package/dist/bundled/v2/components/OrTagsV3/OrTags.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTeleport/OrTeleport.vue2.vue.d.ts +2 -2
- package/dist/bundled/v2/components/index.d.ts +0 -1
- package/dist/bundled/v2/components/index.js +1 -2
- package/dist/bundled/v2/hooks/useTheme.js +57 -12
- package/dist/bundled/v2/index.js +2 -3
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-a833fe48.js → OrCardCollection.vue_vue_type_script_lang-9d20dd3c.js} +31 -6
- package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-ec51e1e8.js → OrCode.vue_vue_type_script_lang-005a6380.js} +2 -2
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-2f107000.js → OrConfirm.vue_vue_type_script_lang-1ce271f7.js} +1 -1
- package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-17a4f0de.js → OrDatePicker.vue_vue_type_script_lang-d94c33ca.js} +2 -2
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-eae6683b.js → OrDateTimePicker.vue_vue_type_script_lang-46b1735a.js} +2 -2
- package/dist/bundled/v3/{OrDateTimePickerMonthSelect-14136fbd.js → OrDateTimePickerMonthSelect-57340c1e.js} +2 -2
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-13269054.js → OrInlineInput.vue_vue_type_script_lang-c94cbe72.js} +1 -1
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-3a251a7b.js → OrInlineTextarea.vue_vue_type_script_lang-77460342.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-73c33e2e.js → OrInput.vue_vue_type_script_lang-9696e091.js} +1 -1
- package/dist/bundled/v3/{OrLink.vue_vue_type_script_lang-2d66ea4d.js → OrLink.vue_vue_type_script_lang-f813dee2.js} +1 -1
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-5397e0dd.js → OrModal.vue_vue_type_script_lang-b853cc1e.js} +1 -1
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-a0b4041e.js → OrNotification.vue_vue_type_script_lang-093cb959.js} +1 -1
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-29423a33.js → OrPagination.vue_vue_type_script_lang-32a27808.js} +1 -1
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-143806cd.js → OrSearch.vue_vue_type_script_lang-9d98ed4d.js} +1 -1
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-cd8928f7.js → OrSelect.vue_vue_type_script_lang-69c5cd67.js} +4 -4
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-9298b6e0.js → OrSidebar.vue_vue_type_script_lang-a79c5901.js} +1 -1
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-ca608c74.js → OrTabs.vue_vue_type_script_lang-e9ea6c28.js} +2 -2
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-47c6bbdc.js → OrTag.vue_vue_type_script_lang-a04676a1.js} +1 -1
- package/dist/bundled/v3/{OrTagInput.vue_vue_type_script_lang-c2fc7f9a.js → OrTagInput.vue_vue_type_script_lang-7f991f8e.js} +2 -2
- package/dist/bundled/v3/{OrTags.vue_vue_type_script_lang-425bb731.js → OrTags.vue_vue_type_script_lang-1b9aabbb.js} +1 -1
- package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-c00997fc.js → OrTimePicker.vue_vue_type_script_lang-d558f82f.js} +1 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +50 -25
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.vue.d.ts +5 -2
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +10 -12
- package/dist/bundled/v3/components/OrCardCollectionV3/styles.js +5 -6
- package/dist/bundled/v3/components/OrCardCollectionV3/types.d.ts +4 -0
- package/dist/bundled/v3/components/OrCodeV3/OrCode.js +4 -4
- package/dist/bundled/v3/components/OrCodeV3/index.js +3 -3
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +4 -4
- package/dist/bundled/v3/components/OrConfirmV3/index.js +3 -3
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +5 -5
- package/dist/bundled/v3/components/OrDatePickerV3/index.js +4 -4
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +5 -5
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +4 -4
- package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.js +2 -2
- package/dist/bundled/v3/components/OrExpansionPanelV3/index.js +1 -1
- package/dist/bundled/v3/components/OrExpansionPanelV3/styles.js +8 -4
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +2 -2
- package/dist/bundled/v3/components/OrIconButtonV3/index.js +1 -1
- package/dist/bundled/v3/components/OrIconButtonV3/styles.js +13 -11
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +3 -3
- package/dist/bundled/v3/components/OrInlineInputV3/index.js +2 -2
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +3 -3
- package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +2 -2
- package/dist/bundled/v3/components/OrInputV3/OrInput.js +3 -3
- package/dist/bundled/v3/components/OrInputV3/index.js +2 -2
- package/dist/bundled/v3/components/OrLinkV3/OrLink.js +2 -2
- package/dist/bundled/v3/components/OrLinkV3/index.js +1 -1
- package/dist/bundled/v3/components/OrLinkV3/styles.js +3 -1
- package/dist/bundled/v3/components/OrMenuItemV3/OrMenuItem.js +2 -2
- package/dist/bundled/v3/components/OrMenuItemV3/index.js +1 -1
- package/dist/bundled/v3/components/OrMenuItemV3/styles.js +3 -3
- package/dist/bundled/v3/components/OrModalV3/OrModal.js +3 -3
- package/dist/bundled/v3/components/OrModalV3/index.js +2 -2
- package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +3 -3
- package/dist/bundled/v3/components/OrNotificationV3/index.js +2 -2
- package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +3 -3
- package/dist/bundled/v3/components/OrPaginationV3/index.js +2 -2
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +4 -4
- package/dist/bundled/v3/components/OrSearchV3/index.js +3 -3
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +7 -7
- package/dist/bundled/v3/components/OrSelectV3/index.js +6 -6
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +3 -3
- package/dist/bundled/v3/components/OrSidebarV3/index.js +2 -2
- package/dist/bundled/v3/components/OrTabV3/OrTab.js +2 -2
- package/dist/bundled/v3/components/OrTabV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTabV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +4 -4
- package/dist/bundled/v3/components/OrTabsV3/index.js +3 -3
- package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.js +5 -5
- package/dist/bundled/v3/components/OrTagInputV3/index.js +4 -4
- package/dist/bundled/v3/components/OrTagV3/OrTag.js +3 -3
- package/dist/bundled/v3/components/OrTagV3/index.js +2 -2
- package/dist/bundled/v3/components/OrTagsV3/OrTags.js +4 -4
- package/dist/bundled/v3/components/OrTagsV3/index.js +3 -3
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +3 -3
- package/dist/bundled/v3/components/OrTimePickerV3/index.js +2 -2
- package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +3 -3
- package/dist/bundled/v3/components/OrToastContainerV3/index.js +2 -2
- package/dist/bundled/v3/components/OrToastV3/OrToast.js +1 -1
- package/dist/bundled/v3/components/OrToastV3/index.js +2 -2
- package/dist/bundled/v3/components/index.d.ts +0 -1
- package/dist/bundled/v3/components/index.js +27 -29
- package/dist/bundled/v3/hooks/useTheme.js +57 -12
- package/dist/bundled/v3/index.js +30 -32
- package/dist/esm/v2/{OrCardCollection-ad88e198.js → OrCardCollection-d29b850c.js} +63 -22
- package/dist/esm/v2/{OrCode-8d30c597.js → OrCode-f1dcf312.js} +2 -2
- package/dist/esm/v2/{OrConfirm-1cf67ea8.js → OrConfirm-d8d3b5e1.js} +1 -1
- package/dist/esm/v2/{OrDatePicker-a4f4a69b.js → OrDatePicker-365c393c.js} +2 -2
- package/dist/esm/v2/{OrDateTimePicker-42a90a27.js → OrDateTimePicker-665b1585.js} +1 -1
- package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-ee1a0777.js → OrDateTimePicker.vue_rollup-plugin-vue_script-a59d2087.js} +2 -2
- package/dist/esm/v2/{OrDateTimePickerPopoverHeader-482d6094.js → OrDateTimePickerPopoverHeader-3a99a29d.js} +2 -2
- package/dist/esm/v2/{OrExpansionPanel-acfffe82.js → OrExpansionPanel-f1d8fcc9.js} +8 -4
- package/dist/esm/v2/{OrIconButton-e7517e6d.js → OrIconButton-6fcd20b0.js} +13 -11
- package/dist/esm/v2/{OrInlineInput-82238b67.js → OrInlineInput-3fc16a74.js} +1 -1
- package/dist/esm/v2/{OrInlineTextarea-e79cfec1.js → OrInlineTextarea-311f5088.js} +1 -1
- package/dist/esm/v2/{OrInput-1517ccef.js → OrInput-386e9352.js} +1 -1
- package/dist/esm/v2/{OrLink-3679a61f.js → OrLink-cf3a0091.js} +4 -2
- package/dist/esm/v2/{OrMenuItem-c70cff8b.js → OrMenuItem-b5bb6e11.js} +3 -3
- package/dist/esm/v2/{OrModal-af72eb54.js → OrModal-1df91f15.js} +1 -1
- package/dist/esm/v2/{OrNotification-eaf8a4b4.js → OrNotification-121ce073.js} +1 -1
- package/dist/esm/v2/{OrPagination-fe81f687.js → OrPagination-b9a941dd.js} +1 -1
- package/dist/esm/v2/{OrSearch-f5258a9f.js → OrSearch-7f444d5c.js} +1 -1
- package/dist/esm/v2/{OrSelect-2a1e2171.js → OrSelect-9893819d.js} +4 -4
- package/dist/esm/v2/{OrSidebar-15fc8f69.js → OrSidebar-41c869c1.js} +1 -1
- package/dist/esm/v2/{OrSidebarCollapseButton-6a8079ea.js → OrSidebarCollapseButton-0d2e41c8.js} +1 -1
- package/dist/esm/v2/{OrTab-5b198746.js → OrTab-88036fe9.js} +1 -1
- package/dist/esm/v2/{OrTabs-1f6ce605.js → OrTabs-80db5b36.js} +2 -2
- package/dist/esm/v2/{OrTag-d619ed2b.js → OrTag-21683774.js} +1 -1
- package/dist/esm/v2/{OrTagInput-32ad4c5e.js → OrTagInput-d5400871.js} +2 -2
- package/dist/esm/v2/{OrTags-cf65a7fa.js → OrTags-61e4e52d.js} +1 -1
- package/dist/esm/v2/{OrTimePicker-6a9e6c50.js → OrTimePicker-13232692.js} +3 -3
- package/dist/esm/v2/components/index.d.ts +0 -1
- package/dist/esm/v2/components/index.js +28 -29
- package/dist/esm/v2/components/or-card-collection-v3/OrCardCollection.vue.d.ts +25 -2
- package/dist/esm/v2/components/or-card-collection-v3/index.js +10 -11
- package/dist/esm/v2/components/or-card-collection-v3/types.d.ts +4 -0
- package/dist/esm/v2/components/or-code-v3/index.js +3 -3
- package/dist/esm/v2/components/or-confirm-v3/index.js +3 -3
- package/dist/esm/v2/components/or-date-picker-v3/index.js +4 -4
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +5 -5
- package/dist/esm/v2/components/or-expansion-panel-v3/index.js +1 -1
- package/dist/esm/v2/components/or-icon-button-v3/index.js +1 -1
- package/dist/esm/v2/components/or-inline-input-v3/index.js +2 -2
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +2 -2
- package/dist/esm/v2/components/or-input-v3/index.js +2 -2
- package/dist/esm/v2/components/or-link-v3/index.js +1 -1
- package/dist/esm/v2/components/or-menu-item-v3/index.js +1 -1
- package/dist/esm/v2/components/or-modal-v3/index.js +2 -2
- package/dist/esm/v2/components/or-notification-v3/index.js +2 -2
- package/dist/esm/v2/components/or-pagination-v3/index.js +2 -2
- package/dist/esm/v2/components/or-search-v3/index.js +3 -3
- package/dist/esm/v2/components/or-select-v3/index.js +6 -6
- package/dist/esm/v2/components/or-sidebar-v3/index.js +3 -3
- package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +2 -2
- package/dist/esm/v2/components/or-tab-v3/index.js +1 -1
- package/dist/esm/v2/components/or-tabs-v3/index.js +3 -3
- package/dist/esm/v2/components/or-tag-input-v3/index.js +4 -4
- package/dist/esm/v2/components/or-tag-v3/index.js +2 -2
- package/dist/esm/v2/components/or-tags-v3/index.js +3 -3
- package/dist/esm/v2/components/or-time-picker-v3/index.js +5 -5
- package/dist/esm/v2/components/or-toast-v3/index.js +2 -2
- package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.js +2 -2
- package/dist/esm/v2/index.js +28 -29
- package/dist/esm/v2/{types-f010f8b9.js → types-ed6cc191.js} +1 -1
- package/dist/esm/v3/{OrCardCollection-655431a8.js → OrCardCollection-305a9a2d.js} +72 -23
- package/dist/esm/v3/{OrCode-d36e4b44.js → OrCode-fd6a9b54.js} +2 -2
- package/dist/esm/v3/{OrConfirm-6c4a7b89.js → OrConfirm-438e906e.js} +1 -1
- package/dist/esm/v3/{OrDatePicker-0d01feb7.js → OrDatePicker-aac79bce.js} +2 -2
- package/dist/esm/v3/{OrDateTimePicker-2c5de2e5.js → OrDateTimePicker-5a1af2fe.js} +2 -2
- package/dist/esm/v3/{OrDateTimePickerPopoverHeader-774c3a4f.js → OrDateTimePickerPopoverHeader-a478e254.js} +2 -2
- package/dist/esm/v3/{OrExpansionPanel-af3a0d63.js → OrExpansionPanel-891154e6.js} +8 -4
- package/dist/esm/v3/{OrIconButton-0edf0894.js → OrIconButton-80f76b73.js} +13 -11
- package/dist/esm/v3/{OrInlineInput-b88c01a6.js → OrInlineInput-857b5d2e.js} +1 -1
- package/dist/esm/v3/{OrInlineTextarea-71e96e67.js → OrInlineTextarea-21a92d18.js} +1 -1
- package/dist/esm/v3/{OrInput-1fc808c0.js → OrInput-05ac6369.js} +1 -1
- package/dist/esm/v3/{OrLink-7c4eedf0.js → OrLink-dcae31fb.js} +4 -2
- package/dist/esm/v3/{OrMenuItem-5d14ee25.js → OrMenuItem-331cb96b.js} +3 -3
- package/dist/esm/v3/{OrModal-53d4af81.js → OrModal-f1f38284.js} +1 -1
- package/dist/esm/v3/{OrNotification-42c3a0ec.js → OrNotification-8377ad89.js} +1 -1
- package/dist/esm/v3/{OrPagination-98319a31.js → OrPagination-1018acbc.js} +1 -1
- package/dist/esm/v3/{OrSearch-e690aff6.js → OrSearch-daab0e0b.js} +1 -1
- package/dist/esm/v3/{OrSelect-66a6aae2.js → OrSelect-a310d8be.js} +4 -4
- package/dist/esm/v3/{OrSidebar-dd7c025b.js → OrSidebar-fadc2431.js} +1 -1
- package/dist/esm/v3/{OrSidebarCollapseButton-2792a2b4.js → OrSidebarCollapseButton-e0cbeaa5.js} +1 -1
- package/dist/esm/v3/{OrTab-f7e51ffb.js → OrTab-2d567d8e.js} +1 -1
- package/dist/esm/v3/{OrTabs-7024930f.js → OrTabs-328f5a69.js} +2 -2
- package/dist/esm/v3/{OrTag-51add0ef.js → OrTag-d882091d.js} +1 -1
- package/dist/esm/v3/{OrTagInput-ca1811f7.js → OrTagInput-e4f50a88.js} +2 -2
- package/dist/esm/v3/{OrTags-f6ecdb32.js → OrTags-92b6ae86.js} +1 -1
- package/dist/esm/v3/{OrTimePicker-8b9c0ad6.js → OrTimePicker-aaf59858.js} +3 -3
- package/dist/esm/v3/components/index.d.ts +0 -1
- package/dist/esm/v3/components/index.js +27 -28
- package/dist/esm/v3/components/or-card-collection-v3/OrCardCollection.vue.d.ts +5 -2
- package/dist/esm/v3/components/or-card-collection-v3/index.js +10 -11
- package/dist/esm/v3/components/or-card-collection-v3/types.d.ts +4 -0
- package/dist/esm/v3/components/or-code-v3/index.js +3 -3
- package/dist/esm/v3/components/or-confirm-v3/index.js +3 -3
- package/dist/esm/v3/components/or-date-picker-v3/index.js +4 -4
- package/dist/esm/v3/components/or-date-time-picker-v3/index.js +4 -4
- package/dist/esm/v3/components/or-expansion-panel-v3/index.js +1 -1
- package/dist/esm/v3/components/or-icon-button-v3/index.js +1 -1
- package/dist/esm/v3/components/or-inline-input-v3/index.js +2 -2
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +2 -2
- package/dist/esm/v3/components/or-input-v3/index.js +2 -2
- package/dist/esm/v3/components/or-link-v3/index.js +1 -1
- package/dist/esm/v3/components/or-menu-item-v3/index.js +1 -1
- package/dist/esm/v3/components/or-modal-v3/index.js +2 -2
- package/dist/esm/v3/components/or-notification-v3/index.js +2 -2
- package/dist/esm/v3/components/or-pagination-v3/index.js +2 -2
- package/dist/esm/v3/components/or-search-v3/index.js +3 -3
- package/dist/esm/v3/components/or-select-v3/index.js +6 -6
- package/dist/esm/v3/components/or-sidebar-v3/index.js +3 -3
- package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +2 -2
- package/dist/esm/v3/components/or-tab-v3/index.js +1 -1
- package/dist/esm/v3/components/or-tabs-v3/index.js +3 -3
- package/dist/esm/v3/components/or-tag-input-v3/index.js +4 -4
- package/dist/esm/v3/components/or-tag-v3/index.js +2 -2
- package/dist/esm/v3/components/or-tags-v3/index.js +3 -3
- package/dist/esm/v3/components/or-time-picker-v3/index.js +5 -5
- package/dist/esm/v3/components/or-toast-v3/index.js +2 -2
- package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.js +2 -2
- package/dist/esm/v3/index.js +27 -28
- package/dist/esm/v3/{types-8d61f1d7.js → types-af0b6bbd.js} +1 -1
- package/package.json +4 -3
- package/src/components/index.ts +0 -1
- package/src/components/or-card-collection-v3/OrCardCollection.vue +53 -11
- package/src/components/or-card-collection-v3/styles.ts +8 -6
- package/src/components/or-card-collection-v3/types.ts +5 -0
- package/src/components/or-expansion-panel-v3/styles.ts +16 -8
- package/src/components/or-icon-button-v3/styles.ts +36 -24
- package/src/components/or-link-v3/OrLink.vue +1 -1
- package/src/components/or-link-v3/styles.ts +6 -2
- package/src/components/or-menu-item-v3/styles.ts +5 -5
- package/src/components/or-tab-v3/styles.ts +2 -2
- package/dist/bundled/v2/components/OrSortingV3/OrSortingV3.js +0 -148
- package/dist/bundled/v2/components/OrSortingV3/OrSortingV3.vue.d.ts +0 -63
- package/dist/bundled/v2/components/OrSortingV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrSortingV3/index.js +0 -33
- package/dist/bundled/v2/components/OrSortingV3/types.d.ts +0 -4
- package/dist/bundled/v2/components/OrSortingV3/types.js +0 -1
- package/dist/bundled/v3/OrSortingV3.vue_vue_type_script_lang-9e8ccd25.js +0 -61
- package/dist/bundled/v3/components/OrSortingV3/OrSortingV3.js +0 -82
- package/dist/bundled/v3/components/OrSortingV3/OrSortingV3.vue.d.ts +0 -33
- package/dist/bundled/v3/components/OrSortingV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrSortingV3/index.js +0 -41
- package/dist/bundled/v3/components/OrSortingV3/types.d.ts +0 -4
- package/dist/bundled/v3/components/OrSortingV3/types.js +0 -1
- package/dist/esm/v2/OrSortingV3-0c8d3268.js +0 -123
- package/dist/esm/v2/components/or-sorting-v3/OrSortingV3.vue.d.ts +0 -63
- package/dist/esm/v2/components/or-sorting-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-sorting-v3/index.js +0 -20
- package/dist/esm/v2/components/or-sorting-v3/types.d.ts +0 -4
- package/dist/esm/v3/OrSortingV3-bbf11809.js +0 -99
- package/dist/esm/v3/components/or-sorting-v3/OrSortingV3.vue.d.ts +0 -33
- package/dist/esm/v3/components/or-sorting-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-sorting-v3/index.js +0 -19
- package/dist/esm/v3/components/or-sorting-v3/types.d.ts +0 -4
- package/src/components/or-sorting-v3/OrSortingV3.vue +0 -95
- package/src/components/or-sorting-v3/index.ts +0 -2
- package/src/components/or-sorting-v3/types.ts +0 -4
- /package/dist/bundled/v2/{OrDateTimePickerMonthSelect-c2fc09bb.js → OrDateTimePickerMonthSelect-232c4dda.js} +0 -0
- /package/dist/bundled/v3/{OrExpansionPanel.vue_vue_type_script_lang-6ea94b95.js → OrExpansionPanel.vue_vue_type_script_lang-fa265d9a.js} +0 -0
- /package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-42887e92.js → OrIconButton.vue_vue_type_script_lang-fafcb023.js} +0 -0
- /package/dist/bundled/v3/{OrMenuItem.vue_vue_type_script_lang-aed2c8e6.js → OrMenuItem.vue_vue_type_script_lang-f35dcab4.js} +0 -0
- /package/dist/bundled/v3/{OrTab.vue_vue_type_script_lang-79f2f523.js → OrTab.vue_vue_type_script_lang-8af58197.js} +0 -0
- /package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-b2b61918.js → OrToastContainer.vue_vue_type_script_lang-7910c852.js} +0 -0
|
@@ -2244,6 +2244,7 @@ var tailwind_config_preset = {
|
|
|
2244
2244
|
fontSize: fontSizeMobile ?? fontSizeDesktop,
|
|
2245
2245
|
lineHeight: optionsMobile?.lineHeight ?? optionsDesktop?.lineHeight,
|
|
2246
2246
|
|
|
2247
|
+
// Desktop
|
|
2247
2248
|
[`@media (min-width: ${theme('screens.md')})`]: {
|
|
2248
2249
|
fontFamily: theme(`fontFamily.${value}`),
|
|
2249
2250
|
fontWeight: theme(`fontWeight.${value}`),
|
|
@@ -2317,12 +2318,23 @@ var tailwind_config_preset = {
|
|
|
2317
2318
|
},
|
|
2318
2319
|
|
|
2319
2320
|
'&:not(.interactivity-none)': {
|
|
2320
|
-
'&:
|
|
2321
|
+
'&:active, &[force-state="active"]': {
|
|
2321
2322
|
backgroundColor: theme(`backgroundColor.${token}-hover` + suffix),
|
|
2322
2323
|
},
|
|
2323
2324
|
|
|
2324
|
-
|
|
2325
|
-
|
|
2325
|
+
// Desktop
|
|
2326
|
+
[`@media (min-width: ${theme('screens.md')})`]: {
|
|
2327
|
+
'&:hover, &[force-state="hover"]': {
|
|
2328
|
+
backgroundColor: theme(`backgroundColor.${token}-hover` + suffix),
|
|
2329
|
+
},
|
|
2330
|
+
|
|
2331
|
+
'&:focus-visible, &[force-state="focus"]': {
|
|
2332
|
+
backgroundColor: theme(`backgroundColor.${token}-hover` + suffix),
|
|
2333
|
+
},
|
|
2334
|
+
|
|
2335
|
+
'&:active, &[force-state="active"]': {
|
|
2336
|
+
backgroundColor: theme(`backgroundColor.${token}` + suffix),
|
|
2337
|
+
},
|
|
2326
2338
|
},
|
|
2327
2339
|
},
|
|
2328
2340
|
|
|
@@ -2348,12 +2360,23 @@ var tailwind_config_preset = {
|
|
|
2348
2360
|
},
|
|
2349
2361
|
|
|
2350
2362
|
'&:not(.interactivity-none)': {
|
|
2351
|
-
'&:
|
|
2363
|
+
'&:active, &[force-state="active"]': {
|
|
2352
2364
|
backgroundColor: theme(`backgroundColor.${token}-opacity-0-12` + suffix),
|
|
2353
2365
|
},
|
|
2354
2366
|
|
|
2355
|
-
|
|
2356
|
-
|
|
2367
|
+
// Desktop
|
|
2368
|
+
[`@media (min-width: ${theme('screens.md')})`]: {
|
|
2369
|
+
'&:hover, &[force-state="hover"]': {
|
|
2370
|
+
backgroundColor: theme(`backgroundColor.${token}-opacity-0-12` + suffix),
|
|
2371
|
+
},
|
|
2372
|
+
|
|
2373
|
+
'&:focus-visible, &[force-state="focus"]': {
|
|
2374
|
+
backgroundColor: theme(`backgroundColor.${token}-opacity-0-12` + suffix),
|
|
2375
|
+
},
|
|
2376
|
+
|
|
2377
|
+
'&:active, &[force-state="active"]': {
|
|
2378
|
+
backgroundColor: theme(`backgroundColor.${token}-opacity-0-16` + suffix),
|
|
2379
|
+
},
|
|
2357
2380
|
},
|
|
2358
2381
|
},
|
|
2359
2382
|
|
|
@@ -2379,12 +2402,23 @@ var tailwind_config_preset = {
|
|
|
2379
2402
|
},
|
|
2380
2403
|
|
|
2381
2404
|
'&:not(.interactivity-none)': {
|
|
2382
|
-
'&:
|
|
2405
|
+
'&:active, &[force-state="active"]': {
|
|
2383
2406
|
backgroundColor: theme(`backgroundColor.${token}-opacity-0-08` + suffix),
|
|
2384
2407
|
},
|
|
2385
2408
|
|
|
2386
|
-
|
|
2387
|
-
|
|
2409
|
+
// Desktop
|
|
2410
|
+
[`@media (min-width: ${theme('screens.md')})`]: {
|
|
2411
|
+
'&:hover, &[force-state="hover"]': {
|
|
2412
|
+
backgroundColor: theme(`backgroundColor.${token}-opacity-0-08` + suffix),
|
|
2413
|
+
},
|
|
2414
|
+
|
|
2415
|
+
'&:focus-visible, &[force-state="focus"]': {
|
|
2416
|
+
backgroundColor: theme(`backgroundColor.${token}-opacity-0-08` + suffix),
|
|
2417
|
+
},
|
|
2418
|
+
|
|
2419
|
+
'&:active, &[force-state="active"]': {
|
|
2420
|
+
backgroundColor: theme(`backgroundColor.${token}-opacity-0-16` + suffix),
|
|
2421
|
+
},
|
|
2388
2422
|
},
|
|
2389
2423
|
},
|
|
2390
2424
|
|
|
@@ -2410,12 +2444,23 @@ var tailwind_config_preset = {
|
|
|
2410
2444
|
},
|
|
2411
2445
|
|
|
2412
2446
|
'&:not(.interactivity-none)': {
|
|
2413
|
-
'&:
|
|
2447
|
+
'&:active, &[force-state="active"]': {
|
|
2414
2448
|
color: theme(`textColor.${token}-hover` + suffix),
|
|
2415
2449
|
},
|
|
2416
2450
|
|
|
2417
|
-
|
|
2418
|
-
|
|
2451
|
+
// Desktop
|
|
2452
|
+
[`@media (min-width: ${theme('screens.md')})`]: {
|
|
2453
|
+
'&:hover, &[force-state="hover"]': {
|
|
2454
|
+
color: theme(`textColor.${token}-hover` + suffix),
|
|
2455
|
+
},
|
|
2456
|
+
|
|
2457
|
+
'&:focus-visible, &[force-state="focus"]': {
|
|
2458
|
+
color: theme(`textColor.${token}-hover` + suffix),
|
|
2459
|
+
},
|
|
2460
|
+
|
|
2461
|
+
'&:active, &[force-state="active"]': {
|
|
2462
|
+
color: theme(`textColor.${token}` + suffix),
|
|
2463
|
+
},
|
|
2419
2464
|
},
|
|
2420
2465
|
},
|
|
2421
2466
|
|