@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
|
@@ -1,15 +1,21 @@
|
|
|
1
1
|
import { defineComponent, computed, ref, watch } from 'vue-demi';
|
|
2
|
-
import { _ as __vue_component__$
|
|
3
|
-
import { _ as __vue_component__$
|
|
2
|
+
import { _ as __vue_component__$3 } from './OrButton-9622e713.js';
|
|
3
|
+
import { _ as __vue_component__$2 } from './OrIconButton-6fcd20b0.js';
|
|
4
|
+
import { _ as __vue_component__$6 } from './OrIcon-d35a84d8.js';
|
|
5
|
+
import { _ as __vue_component__$5 } from './OrMenuItem-b5bb6e11.js';
|
|
6
|
+
import { _ as __vue_component__$4 } from './OrMenu-6b3de1c1.js';
|
|
7
|
+
import './OrPopover-71380b24.js';
|
|
8
|
+
import { _ as __vue_component__$7 } from './OrSearch-7f444d5c.js';
|
|
4
9
|
import './OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
5
10
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
|
-
import { _ as __vue_component__$3 } from './OrSortingV3-0c8d3268.js';
|
|
7
11
|
|
|
8
12
|
const CardCollectionRoot = [
|
|
9
13
|
// Layout
|
|
10
14
|
'layout-column',
|
|
11
15
|
// Spacing
|
|
12
|
-
'gap-md', 'max-h-full'
|
|
16
|
+
'gap-md', 'max-h-full',
|
|
17
|
+
// Overflow
|
|
18
|
+
'overflow-hidden'];
|
|
13
19
|
const CardCollectionToolbar = [
|
|
14
20
|
// Layout
|
|
15
21
|
'layout-row justify-between',
|
|
@@ -28,14 +34,11 @@ const CardCollectionContent = [
|
|
|
28
34
|
// Spacing
|
|
29
35
|
'gap-sm md:gap-md',
|
|
30
36
|
// Overflow
|
|
31
|
-
'overflow-
|
|
32
|
-
// '-mr-sm*',
|
|
33
|
-
];
|
|
34
|
-
|
|
37
|
+
'overflow-auto'];
|
|
35
38
|
const CardCollectionContentViews = {
|
|
36
39
|
'grid': [
|
|
37
40
|
// Layout
|
|
38
|
-
'grid-cols-1', 'md:grid-cols-
|
|
41
|
+
'sm:grid-cols-1', 'md:grid-cols-2', 'lg:grid-cols-4', 'xl:grid-cols-6'],
|
|
39
42
|
'list': ['grid-cols-1']
|
|
40
43
|
};
|
|
41
44
|
|
|
@@ -119,8 +122,11 @@ var script = defineComponent({
|
|
|
119
122
|
components: {
|
|
120
123
|
OrCardCollectionView: __vue_component__$1,
|
|
121
124
|
OrIconButton: __vue_component__$2,
|
|
122
|
-
|
|
123
|
-
|
|
125
|
+
OrButton: __vue_component__$3,
|
|
126
|
+
OrMenu: __vue_component__$4,
|
|
127
|
+
OrMenuItem: __vue_component__$5,
|
|
128
|
+
OrIcon: __vue_component__$6,
|
|
129
|
+
OrSearch: __vue_component__$7
|
|
124
130
|
},
|
|
125
131
|
props: {
|
|
126
132
|
items: {
|
|
@@ -161,6 +167,8 @@ var script = defineComponent({
|
|
|
161
167
|
setup(props, context) {
|
|
162
168
|
// Refs
|
|
163
169
|
const root = ref();
|
|
170
|
+
const sortMenu = ref();
|
|
171
|
+
const sortButton = ref();
|
|
164
172
|
// Styles
|
|
165
173
|
const rootStyles = computed(() => ['or-card-collection-v3', ...CardCollectionRoot]);
|
|
166
174
|
const toolbarStyles = computed(() => [...CardCollectionToolbar]);
|
|
@@ -171,11 +179,15 @@ var script = defineComponent({
|
|
|
171
179
|
});
|
|
172
180
|
// State
|
|
173
181
|
const proxyView = ref(props.view);
|
|
182
|
+
const proxySort = ref(props.sort);
|
|
174
183
|
const proxySearch = ref(props.search);
|
|
175
184
|
// Methods
|
|
176
185
|
function switchView(view) {
|
|
177
186
|
proxyView.value = view;
|
|
178
187
|
}
|
|
188
|
+
function handleSort(sort) {
|
|
189
|
+
proxySort.value = sort;
|
|
190
|
+
}
|
|
179
191
|
function handleSearch(search) {
|
|
180
192
|
proxySearch.value = search;
|
|
181
193
|
}
|
|
@@ -186,6 +198,12 @@ var script = defineComponent({
|
|
|
186
198
|
watch(proxyView, value => {
|
|
187
199
|
context.emit('viewChange', value);
|
|
188
200
|
});
|
|
201
|
+
watch(() => props.sort, value => {
|
|
202
|
+
proxySort.value = value;
|
|
203
|
+
});
|
|
204
|
+
watch(proxySort, value => {
|
|
205
|
+
context.emit('sortChange', value);
|
|
206
|
+
});
|
|
189
207
|
watch(() => props.search, value => {
|
|
190
208
|
proxySearch.value = value;
|
|
191
209
|
});
|
|
@@ -194,13 +212,17 @@ var script = defineComponent({
|
|
|
194
212
|
});
|
|
195
213
|
return {
|
|
196
214
|
root,
|
|
215
|
+
sortMenu,
|
|
216
|
+
sortButton,
|
|
197
217
|
rootStyles,
|
|
198
218
|
toolbarStyles,
|
|
199
219
|
toolbarPanelStyles,
|
|
200
220
|
proxyView,
|
|
221
|
+
proxySort,
|
|
201
222
|
proxySearch,
|
|
202
223
|
sortLabel,
|
|
203
224
|
switchView,
|
|
225
|
+
handleSort,
|
|
204
226
|
handleSearch
|
|
205
227
|
};
|
|
206
228
|
}
|
|
@@ -221,24 +243,44 @@ var __vue_render__ = function () {
|
|
|
221
243
|
class: _vm.toolbarStyles
|
|
222
244
|
}, [_c('div', {
|
|
223
245
|
class: _vm.toolbarPanelStyles
|
|
224
|
-
}, [_vm.sortOptions.length ? [_c('
|
|
246
|
+
}, [_vm.sortOptions.length ? [_c('OrButton', {
|
|
247
|
+
ref: "sortButton",
|
|
225
248
|
attrs: {
|
|
226
|
-
"
|
|
227
|
-
"
|
|
249
|
+
"variant": "link",
|
|
250
|
+
"color": "inherit"
|
|
228
251
|
},
|
|
229
252
|
on: {
|
|
230
|
-
"
|
|
231
|
-
return _vm
|
|
253
|
+
"click": function ($event) {
|
|
254
|
+
return _vm.sortMenu.toggle();
|
|
232
255
|
}
|
|
233
256
|
}
|
|
234
|
-
}
|
|
257
|
+
}, [_vm._v("\n " + _vm._s(_vm.sortLabel) + "\n "), _vm.sortMenu ? _c('OrIcon', {
|
|
258
|
+
attrs: {
|
|
259
|
+
"icon": _vm.sortMenu.isOpen ? 'arrow_drop_up' : 'arrow_drop_down'
|
|
260
|
+
}
|
|
261
|
+
}) : _vm._e()], 1), _vm._v(" "), _c('OrMenu', {
|
|
262
|
+
ref: "sortMenu",
|
|
263
|
+
attrs: {
|
|
264
|
+
"trigger": _vm.sortButton && _vm.sortButton.root
|
|
265
|
+
}
|
|
266
|
+
}, _vm._l(_vm.sortOptions, function (sortItem) {
|
|
267
|
+
return _c('OrMenuItem', {
|
|
268
|
+
key: sortItem,
|
|
269
|
+
on: {
|
|
270
|
+
"click": function ($event) {
|
|
271
|
+
return _vm.handleSort(sortItem.value);
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
}, [_vm._v("\n " + _vm._s(sortItem.label) + "\n ")]);
|
|
275
|
+
}), 1)] : _vm._e()], 2), _vm._v(" "), _c('div', {
|
|
235
276
|
class: _vm.toolbarPanelStyles
|
|
236
277
|
}, [_c('OrSearch', {
|
|
237
278
|
staticClass: "md:w-[350px]",
|
|
238
279
|
attrs: {
|
|
239
280
|
"model-value": _vm.proxySearch,
|
|
240
281
|
"placeholder": _vm.searchPlaceholder,
|
|
241
|
-
"debounce": _vm.searchDebounce
|
|
282
|
+
"debounce": _vm.searchDebounce,
|
|
283
|
+
"size": "s"
|
|
242
284
|
},
|
|
243
285
|
on: {
|
|
244
286
|
"search": _vm.handleSearch
|
|
@@ -249,11 +291,10 @@ var __vue_render__ = function () {
|
|
|
249
291
|
return _c('OrIconButton', {
|
|
250
292
|
key: viewOption.view,
|
|
251
293
|
attrs: {
|
|
252
|
-
"size": "l",
|
|
253
294
|
"icon": {
|
|
254
|
-
icon: viewOption.icon
|
|
255
|
-
|
|
256
|
-
|
|
295
|
+
icon: viewOption.icon,
|
|
296
|
+
variant: viewOption.view === _vm.proxyView ? 'filled' : 'outlined'
|
|
297
|
+
}
|
|
257
298
|
},
|
|
258
299
|
on: {
|
|
259
300
|
"click": function ($event) {
|
|
@@ -15,11 +15,11 @@ import { u as useTheme } from './useTheme-e23d13c8.js';
|
|
|
15
15
|
import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
16
16
|
import { _ as __vue_component__$1 } from './OrError-4ffc1c39.js';
|
|
17
17
|
import { _ as __vue_component__$2 } from './OrHint-aa221198.js';
|
|
18
|
-
import { _ as __vue_component__$3 } from './OrIconButton-
|
|
18
|
+
import { _ as __vue_component__$3 } from './OrIconButton-6fcd20b0.js';
|
|
19
19
|
import { _ as __vue_component__$4 } from './OrInputBox-11227ecd.js';
|
|
20
20
|
import './OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
21
21
|
import { _ as __vue_component__$5 } from './OrLabel-63380256.js';
|
|
22
|
-
import { _ as __vue_component__$6 } from './OrModal-
|
|
22
|
+
import { _ as __vue_component__$6 } from './OrModal-1df91f15.js';
|
|
23
23
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
24
24
|
|
|
25
25
|
var CodeLanguage;
|
|
@@ -5,7 +5,7 @@ import { u as usePopoverState } from './usePopoverState-b92c698b.js';
|
|
|
5
5
|
import '@onereach/styles/tailwind.config';
|
|
6
6
|
import 'tailwindcss/resolveConfig';
|
|
7
7
|
import { _ as __vue_component__$2, a as ButtonColor } from './OrButton-9622e713.js';
|
|
8
|
-
import { _ as __vue_component__$3 } from './OrInput-
|
|
8
|
+
import { _ as __vue_component__$3 } from './OrInput-386e9352.js';
|
|
9
9
|
import { _ as __vue_component__$1 } from './OrOverlay-948346df.js';
|
|
10
10
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
11
11
|
|
|
@@ -4,10 +4,10 @@ import '@vueuse/core';
|
|
|
4
4
|
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
5
5
|
import '@onereach/styles/tailwind.config';
|
|
6
6
|
import 'tailwindcss/resolveConfig';
|
|
7
|
-
import { _ as __vue_component__$1, a as __vue_component__$2, b as __vue_component__$3, c as __vue_component__$4, d as __vue_component__$5, e as __vue_component__$6, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-
|
|
7
|
+
import { _ as __vue_component__$1, a as __vue_component__$2, b as __vue_component__$3, c as __vue_component__$4, d as __vue_component__$5, e as __vue_component__$6, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-3a99a29d.js';
|
|
8
8
|
import { _ as __vue_component__$7 } from './OrError-4ffc1c39.js';
|
|
9
9
|
import { _ as __vue_component__$8 } from './OrHint-aa221198.js';
|
|
10
|
-
import { _ as __vue_component__$a } from './OrIconButton-
|
|
10
|
+
import { _ as __vue_component__$a } from './OrIconButton-6fcd20b0.js';
|
|
11
11
|
import { _ as __vue_component__$9 } from './OrIcon-d35a84d8.js';
|
|
12
12
|
import { _ as __vue_component__$b } from './OrInputBox-11227ecd.js';
|
|
13
13
|
import { I as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as script } from './OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
1
|
+
import { s as script } from './OrDateTimePicker.vue_rollup-plugin-vue_script-a59d2087.js';
|
|
2
2
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
3
3
|
|
|
4
4
|
/* script */
|
|
@@ -6,13 +6,13 @@ import '@onereach/styles/tailwind.config';
|
|
|
6
6
|
import 'tailwindcss/resolveConfig';
|
|
7
7
|
import { _ as __vue_component__$9 } from './OrError-4ffc1c39.js';
|
|
8
8
|
import { _ as __vue_component__$a } from './OrHint-aa221198.js';
|
|
9
|
-
import { _ as __vue_component__$c } from './OrIconButton-
|
|
9
|
+
import { _ as __vue_component__$c } from './OrIconButton-6fcd20b0.js';
|
|
10
10
|
import { _ as __vue_component__$b } from './OrIcon-d35a84d8.js';
|
|
11
11
|
import { _ as __vue_component__$d } from './OrInputBox-11227ecd.js';
|
|
12
12
|
import { I as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
13
13
|
import { _ as __vue_component__$e } from './OrLabel-63380256.js';
|
|
14
14
|
import { _ as __vue_component__$f } from './OrPopover-71380b24.js';
|
|
15
|
-
import { _ as __vue_component__$3, a as __vue_component__$4, b as __vue_component__$5, c as __vue_component__$6, d as __vue_component__$7, e as __vue_component__$8, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-
|
|
15
|
+
import { _ as __vue_component__$3, a as __vue_component__$4, b as __vue_component__$5, c as __vue_component__$6, d as __vue_component__$7, e as __vue_component__$8, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-3a99a29d.js';
|
|
16
16
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
17
17
|
import { _ as __vue_component__$2 } from './OrButton-9622e713.js';
|
|
18
18
|
|
|
@@ -6,9 +6,9 @@ import 'tailwindcss/resolveConfig';
|
|
|
6
6
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
7
7
|
import { _ as __vue_component__$6 } from './OrButton-9622e713.js';
|
|
8
8
|
import { _ as __vue_component__$7 } from './OrLabel-63380256.js';
|
|
9
|
-
import { _ as __vue_component__$9 } from './OrIconButton-
|
|
9
|
+
import { _ as __vue_component__$9 } from './OrIconButton-6fcd20b0.js';
|
|
10
10
|
import { _ as __vue_component__$8 } from './OrIcon-d35a84d8.js';
|
|
11
|
-
import { _ as __vue_component__$b } from './OrMenuItem-
|
|
11
|
+
import { _ as __vue_component__$b } from './OrMenuItem-b5bb6e11.js';
|
|
12
12
|
import { _ as __vue_component__$a } from './OrMenu-6b3de1c1.js';
|
|
13
13
|
import './OrPopover-71380b24.js';
|
|
14
14
|
|
|
@@ -68,16 +68,20 @@ const ExpansionPanelHeaderColors = {
|
|
|
68
68
|
// Theme
|
|
69
69
|
'theme-foreground-default', 'dark:theme-foreground-default-dark',
|
|
70
70
|
// Theme (hover)
|
|
71
|
-
'hover:theme-foreground-primary-hover', 'dark:hover:theme-foreground-primary-hover-dark',
|
|
71
|
+
'hover:md:theme-foreground-primary-hover', 'dark:hover:md:theme-foreground-primary-hover-dark',
|
|
72
72
|
// Theme (focus)
|
|
73
|
-
'focus:theme-foreground-primary-hover', 'dark:focus:theme-foreground-primary-hover-dark'
|
|
73
|
+
'focus:md:theme-foreground-primary-hover', 'dark:focus:md:theme-foreground-primary-hover-dark',
|
|
74
|
+
// Theme (active)
|
|
75
|
+
'active:theme-foreground-primary-hover', 'dark:active:theme-foreground-primary-hover-dark'],
|
|
74
76
|
'danger': [
|
|
75
77
|
// Theme
|
|
76
78
|
'theme-foreground-error', 'dark:theme-foreground-error-dark',
|
|
77
79
|
// Theme (hover)
|
|
78
|
-
'hover:theme-foreground-error-hover', 'dark:hover:theme-foreground-error-hover-dark',
|
|
80
|
+
'hover:md:theme-foreground-error-hover', 'dark:hover:md:theme-foreground-error-hover-dark',
|
|
79
81
|
// Theme (focus)
|
|
80
|
-
'focus:theme-foreground-error-hover', 'dark:focus:theme-foreground-error-hover-dark'
|
|
82
|
+
'focus:md:theme-foreground-error-hover', 'dark:focus:md:theme-foreground-error-hover-dark',
|
|
83
|
+
// Theme (active)
|
|
84
|
+
'active:theme-foreground-error-hover', 'dark:active:theme-foreground-error-hover-dark']
|
|
81
85
|
};
|
|
82
86
|
const ExpansionPanelAddon = [
|
|
83
87
|
// Layout
|
|
@@ -23,9 +23,11 @@ const IconButtonRoot = [
|
|
|
23
23
|
// Iconography
|
|
24
24
|
'iconography-outlined',
|
|
25
25
|
// Iconography (hover)
|
|
26
|
-
'hover:iconography-filled',
|
|
26
|
+
'hover:md:iconography-filled',
|
|
27
27
|
// Iconography (focus)
|
|
28
|
-
'focus:iconography-filled',
|
|
28
|
+
'focus:md:iconography-filled',
|
|
29
|
+
// Iconography (active)
|
|
30
|
+
'active:iconography-filled',
|
|
29
31
|
// Theme
|
|
30
32
|
'!outline outline-2 outline-transparent'];
|
|
31
33
|
const IconButtonRootColors = {
|
|
@@ -33,31 +35,31 @@ const IconButtonRootColors = {
|
|
|
33
35
|
// Theme
|
|
34
36
|
'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-foreground-outline', 'dark:theme-foreground-outline-dark',
|
|
35
37
|
// Theme (hover)
|
|
36
|
-
'hover:outline-primary-opacity-0-08', 'dark:hover:outline-primary-opacity-0-08-dark', 'hover:theme-foreground-default', 'dark:hover:theme-foreground-default-dark',
|
|
38
|
+
'hover:md:outline-primary-opacity-0-08', 'dark:hover:md:outline-primary-opacity-0-08-dark', 'hover:md:theme-foreground-default', 'dark:hover:md:theme-foreground-default-dark',
|
|
37
39
|
// Theme (focus)
|
|
38
|
-
'focus:outline-primary-opacity-0-08', 'dark:focus:outline-primary-opacity-0-08-dark', 'focus:theme-foreground-default', 'dark:focus:theme-foreground-default-dark',
|
|
40
|
+
'focus:md:outline-primary-opacity-0-08', 'dark:focus:md:outline-primary-opacity-0-08-dark', 'focus:md:theme-foreground-default', 'dark:focus:md:theme-foreground-default-dark',
|
|
39
41
|
// Theme (active)
|
|
40
|
-
'active:outline-primary-opacity-0-16', 'dark:active:outline-primary-opacity-0-16-dark', 'active:theme-foreground-default', 'dark:active:theme-foreground-default-dark',
|
|
42
|
+
'active:outline-primary-opacity-0-08', 'dark:active:outline-primary-opacity-0-08-dark', 'active:md:outline-primary-opacity-0-16', 'dark:active:md:outline-primary-opacity-0-16-dark', 'active:theme-foreground-default', 'dark:active:theme-foreground-default-dark',
|
|
41
43
|
// Theme (selected)
|
|
42
44
|
'selected:theme-foreground-default', 'dark:selected:theme-foreground-default-dark'],
|
|
43
45
|
'danger': [
|
|
44
46
|
// Theme
|
|
45
47
|
'theme-preset-3-error', 'dark:theme-preset-3-error-dark',
|
|
46
48
|
// Theme (hover)
|
|
47
|
-
'hover:outline-error-opacity-0-08', 'dark:hover:outline-error-opacity-0-08-dark',
|
|
49
|
+
'hover:md:outline-error-opacity-0-08', 'dark:hover:md:outline-error-opacity-0-08-dark',
|
|
48
50
|
// Theme (focus)
|
|
49
|
-
'focus:outline-error-opacity-0-08', 'dark:focus:outline-error-opacity-0-08-dark',
|
|
51
|
+
'focus:md:outline-error-opacity-0-08', 'dark:focus:md:outline-error-opacity-0-08-dark',
|
|
50
52
|
// Theme (active)
|
|
51
|
-
'active:outline-error-opacity-0-16', 'dark:active:outline-error-opacity-0-16-dark'],
|
|
53
|
+
'active:outline-error-opacity-0-08', 'dark:active:outline-error-opacity-0-08-dark', 'active:md:outline-error-opacity-0-16', 'dark:active:md:outline-error-opacity-0-16-dark'],
|
|
52
54
|
'inherit': [
|
|
53
55
|
// Theme
|
|
54
56
|
'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-foreground-inherit', 'dark:theme-foreground-inherit-dark',
|
|
55
57
|
// Theme (hover)
|
|
56
|
-
'hover:outline-primary-opacity-0-08', 'dark:hover:outline-primary-opacity-0-08-dark',
|
|
58
|
+
'hover:md:outline-primary-opacity-0-08', 'dark:hover:md:outline-primary-opacity-0-08-dark',
|
|
57
59
|
// Theme (focus)
|
|
58
|
-
'focus:outline-primary-opacity-0-08', 'dark:focus:outline-primary-opacity-0-08-dark',
|
|
60
|
+
'focus:md:outline-primary-opacity-0-08', 'dark:focus:md:outline-primary-opacity-0-08-dark',
|
|
59
61
|
// Theme (active)
|
|
60
|
-
'active:outline-primary-opacity-0-16', 'dark:active:outline-primary-opacity-0-16-dark']
|
|
62
|
+
'active:outline-primary-opacity-0-08', 'dark:active:outline-primary-opacity-0-08-dark', 'active:md:outline-primary-opacity-0-16', 'dark:active:md:outline-primary-opacity-0-16-dark']
|
|
61
63
|
};
|
|
62
64
|
|
|
63
65
|
var script = defineComponent({
|
|
@@ -7,7 +7,7 @@ import 'tailwindcss/resolveConfig';
|
|
|
7
7
|
import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
8
8
|
import { _ as __vue_component__$1 } from './OrError-4ffc1c39.js';
|
|
9
9
|
import { _ as __vue_component__$2 } from './OrHint-aa221198.js';
|
|
10
|
-
import { _ as __vue_component__$3 } from './OrIconButton-
|
|
10
|
+
import { _ as __vue_component__$3 } from './OrIconButton-6fcd20b0.js';
|
|
11
11
|
import { _ as __vue_component__$4, I as InlineInputBoxSize } from './OrInlineInputBox-19b49ee6.js';
|
|
12
12
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
13
13
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -7,7 +7,7 @@ import 'tailwindcss/resolveConfig';
|
|
|
7
7
|
import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
8
8
|
import { _ as __vue_component__$1 } from './OrError-4ffc1c39.js';
|
|
9
9
|
import { _ as __vue_component__$2 } from './OrHint-aa221198.js';
|
|
10
|
-
import { _ as __vue_component__$3 } from './OrIconButton-
|
|
10
|
+
import { _ as __vue_component__$3 } from './OrIconButton-6fcd20b0.js';
|
|
11
11
|
import { _ as __vue_component__$4 } from './OrInlineInputBox-19b49ee6.js';
|
|
12
12
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
13
13
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -8,7 +8,7 @@ import 'tailwindcss/resolveConfig';
|
|
|
8
8
|
import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
9
9
|
import { _ as __vue_component__$1 } from './OrError-4ffc1c39.js';
|
|
10
10
|
import { _ as __vue_component__$2 } from './OrHint-aa221198.js';
|
|
11
|
-
import { _ as __vue_component__$4 } from './OrIconButton-
|
|
11
|
+
import { _ as __vue_component__$4 } from './OrIconButton-6fcd20b0.js';
|
|
12
12
|
import { _ as __vue_component__$3 } from './OrIcon-d35a84d8.js';
|
|
13
13
|
import { _ as __vue_component__$5 } from './OrInputBox-11227ecd.js';
|
|
14
14
|
import { I as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
@@ -36,7 +36,9 @@ const LinkRootColors = {
|
|
|
36
36
|
// Theme
|
|
37
37
|
'theme-foreground-inherit', 'dark:theme-foreground-inherit-dark',
|
|
38
38
|
// Theme (hover)
|
|
39
|
-
'hover:theme-foreground-primary-hover', 'dark:hover:theme-foreground-primary-hover-dark'
|
|
39
|
+
'hover:md:theme-foreground-primary-hover', 'dark:hover:md:theme-foreground-primary-hover-dark',
|
|
40
|
+
// Theme (active)
|
|
41
|
+
'active:theme-foreground-primary-hover', 'dark:active:theme-foreground-primary-hover-dark']
|
|
40
42
|
};
|
|
41
43
|
|
|
42
44
|
var script = defineComponent({
|
|
@@ -72,7 +74,7 @@ var script = defineComponent({
|
|
|
72
74
|
// Refs
|
|
73
75
|
const root = ref();
|
|
74
76
|
// Styles
|
|
75
|
-
const rootStyles = computed(() => ['or-link-v3', ...LinkRoot, ...LinkRootColors[`${props.color}`], props.loading && 'interactivity-none', props.underlined && 'underline hover:no-underline']);
|
|
77
|
+
const rootStyles = computed(() => ['or-link-v3', ...LinkRoot, ...LinkRootColors[`${props.color}`], props.loading && 'interactivity-none', props.underlined && 'underline hover:md:no-underline active:no-underline']);
|
|
76
78
|
return {
|
|
77
79
|
root,
|
|
78
80
|
rootStyles
|
|
@@ -16,9 +16,9 @@ const MenuItemRoot = [
|
|
|
16
16
|
// Theme
|
|
17
17
|
'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-foreground-outline', 'dark:theme-foreground-outline-dark',
|
|
18
18
|
// Theme (hover)
|
|
19
|
-
'hover:theme-foreground-default', 'dark:hover:theme-foreground-default-dark',
|
|
20
|
-
//
|
|
21
|
-
'
|
|
19
|
+
'hover:md:theme-foreground-default', 'dark:hover:md:theme-foreground-default-dark',
|
|
20
|
+
// Theme (active)
|
|
21
|
+
'active:theme-foreground-default', 'dark:active:theme-foreground-default-dark'];
|
|
22
22
|
|
|
23
23
|
var script = defineComponent({
|
|
24
24
|
name: 'OrMenuItem',
|
|
@@ -5,7 +5,7 @@ import '@onereach/styles/tailwind.config';
|
|
|
5
5
|
import 'tailwindcss/resolveConfig';
|
|
6
6
|
import { _ as __vue_component__$5 } from './OrOverlay-948346df.js';
|
|
7
7
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
8
|
-
import { _ as __vue_component__$4 } from './OrIconButton-
|
|
8
|
+
import { _ as __vue_component__$4 } from './OrIconButton-6fcd20b0.js';
|
|
9
9
|
|
|
10
10
|
const ModalContent = [
|
|
11
11
|
// Layout
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
-
import { _ as __vue_component__$2 } from './OrIconButton-
|
|
2
|
+
import { _ as __vue_component__$2 } from './OrIconButton-6fcd20b0.js';
|
|
3
3
|
import { _ as __vue_component__$1 } from './OrIcon-d35a84d8.js';
|
|
4
4
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
5
5
|
|
|
@@ -6,7 +6,7 @@ import '@onereach/styles/tailwind.config';
|
|
|
6
6
|
import 'tailwindcss/resolveConfig';
|
|
7
7
|
import { _ as __vue_component__$1 } from './OrButton-9622e713.js';
|
|
8
8
|
import { _ as __vue_component__$2 } from './OrIcon-d35a84d8.js';
|
|
9
|
-
import { _ as __vue_component__$4 } from './OrMenuItem-
|
|
9
|
+
import { _ as __vue_component__$4 } from './OrMenuItem-b5bb6e11.js';
|
|
10
10
|
import { _ as __vue_component__$3 } from './OrMenu-6b3de1c1.js';
|
|
11
11
|
import './OrPopover-71380b24.js';
|
|
12
12
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { debouncedWatch } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
3
|
-
import { _ as __vue_component__$1 } from './OrInput-
|
|
3
|
+
import { _ as __vue_component__$1 } from './OrInput-386e9352.js';
|
|
4
4
|
import { I as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
6
|
|
|
@@ -7,16 +7,16 @@ import '@onereach/styles/tailwind.config';
|
|
|
7
7
|
import 'tailwindcss/resolveConfig';
|
|
8
8
|
import { _ as __vue_component__$1, i as isEmptyValue } from './OrCheckbox-43615f70.js';
|
|
9
9
|
import { _ as __vue_component__$2 } from './OrError-4ffc1c39.js';
|
|
10
|
-
import { _ as __vue_component__$3 } from './OrExpansionPanel-
|
|
10
|
+
import { _ as __vue_component__$3 } from './OrExpansionPanel-f1d8fcc9.js';
|
|
11
11
|
import { _ as __vue_component__$4 } from './OrHint-aa221198.js';
|
|
12
12
|
import { _ as __vue_component__$5 } from './OrIcon-d35a84d8.js';
|
|
13
13
|
import { _ as __vue_component__$7 } from './OrInputBox-11227ecd.js';
|
|
14
14
|
import { I as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
15
|
-
import { _ as __vue_component__$6 } from './OrInput-
|
|
15
|
+
import { _ as __vue_component__$6 } from './OrInput-386e9352.js';
|
|
16
16
|
import { _ as __vue_component__$8 } from './OrLabel-63380256.js';
|
|
17
|
-
import { _ as __vue_component__$9 } from './OrMenuItem-
|
|
17
|
+
import { _ as __vue_component__$9 } from './OrMenuItem-b5bb6e11.js';
|
|
18
18
|
import { _ as __vue_component__$a } from './OrPopover-71380b24.js';
|
|
19
|
-
import { _ as __vue_component__$b } from './OrTag-
|
|
19
|
+
import { _ as __vue_component__$b } from './OrTag-21683774.js';
|
|
20
20
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
21
21
|
|
|
22
22
|
const SelectRoot = [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useDraggable, useElementBounding } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, useSlots, watch } from 'vue-demi';
|
|
3
|
-
import { _ as __vue_component__$1, O as OrSidebarPlacement } from './OrSidebarCollapseButton-
|
|
3
|
+
import { _ as __vue_component__$1, O as OrSidebarPlacement } from './OrSidebarCollapseButton-0d2e41c8.js';
|
|
4
4
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
5
5
|
|
|
6
6
|
const SidebarRoot = [
|
package/dist/esm/v2/{OrSidebarCollapseButton-6a8079ea.js → OrSidebarCollapseButton-0d2e41c8.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
-
import { _ as __vue_component__$1 } from './OrIconButton-
|
|
2
|
+
import { _ as __vue_component__$1 } from './OrIconButton-6fcd20b0.js';
|
|
3
3
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
4
4
|
|
|
5
5
|
var OrSidebarPlacement;
|
|
@@ -13,7 +13,7 @@ const TabRoot = [
|
|
|
13
13
|
// Theme
|
|
14
14
|
'theme-foreground-secondary', 'dark:theme-foreground-secondary-dark', 'theme-border-2-transparent', 'dark:theme-border-2-transparent', 'theme-border-underline',
|
|
15
15
|
// Theme (hover)
|
|
16
|
-
'hover:theme-foreground-default', 'dark:hover:theme-foreground-default-dark',
|
|
16
|
+
'hover:md:theme-foreground-default', 'dark:hover:md:theme-foreground-default-dark',
|
|
17
17
|
// Theme (active)
|
|
18
18
|
'active:theme-foreground-default', 'dark:active:theme-foreground-default-dark', 'active:theme-border-2-current', 'dark:active:theme-border-2-current', 'active:theme-border-underline',
|
|
19
19
|
// Theme (selected)
|
|
@@ -4,10 +4,10 @@ import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
|
4
4
|
import '@onereach/styles/tailwind.config';
|
|
5
5
|
import 'tailwindcss/resolveConfig';
|
|
6
6
|
import { _ as __vue_component__$1 } from './OrIcon-d35a84d8.js';
|
|
7
|
-
import { _ as __vue_component__$3 } from './OrMenuItem-
|
|
7
|
+
import { _ as __vue_component__$3 } from './OrMenuItem-b5bb6e11.js';
|
|
8
8
|
import { _ as __vue_component__$2 } from './OrMenu-6b3de1c1.js';
|
|
9
9
|
import './OrPopover-71380b24.js';
|
|
10
|
-
import { _ as __vue_component__$4 } from './OrTab-
|
|
10
|
+
import { _ as __vue_component__$4 } from './OrTab-88036fe9.js';
|
|
11
11
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
12
12
|
|
|
13
13
|
var TabsVariant;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watchPostEffect, unref } from 'vue-demi';
|
|
2
|
-
import { _ as __vue_component__$1 } from './OrIconButton-
|
|
2
|
+
import { _ as __vue_component__$1 } from './OrIconButton-6fcd20b0.js';
|
|
3
3
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
4
4
|
|
|
5
5
|
var TagVariant;
|
|
@@ -7,11 +7,11 @@ import 'tailwindcss/resolveConfig';
|
|
|
7
7
|
import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
8
8
|
import { _ as __vue_component__$1 } from './OrError-4ffc1c39.js';
|
|
9
9
|
import { _ as __vue_component__$2 } from './OrHint-aa221198.js';
|
|
10
|
-
import { _ as __vue_component__$3 } from './OrIconButton-
|
|
10
|
+
import { _ as __vue_component__$3 } from './OrIconButton-6fcd20b0.js';
|
|
11
11
|
import { _ as __vue_component__$4 } from './OrInputBox-11227ecd.js';
|
|
12
12
|
import { I as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
13
13
|
import { _ as __vue_component__$5 } from './OrLabel-63380256.js';
|
|
14
|
-
import { _ as __vue_component__$6 } from './OrTags-
|
|
14
|
+
import { _ as __vue_component__$6 } from './OrTags-61e4e52d.js';
|
|
15
15
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
16
16
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
17
17
|
|
|
@@ -5,7 +5,7 @@ import '@onereach/styles/tailwind.config';
|
|
|
5
5
|
import 'tailwindcss/resolveConfig';
|
|
6
6
|
import { _ as __vue_component__$1 } from './OrButton-9622e713.js';
|
|
7
7
|
import { _ as __vue_component__$2 } from './OrPopover-71380b24.js';
|
|
8
|
-
import { _ as __vue_component__$3 } from './OrTag-
|
|
8
|
+
import { _ as __vue_component__$3 } from './OrTag-21683774.js';
|
|
9
9
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
10
10
|
|
|
11
11
|
const Tags = [
|
|
@@ -4,11 +4,11 @@ import '@vueuse/core';
|
|
|
4
4
|
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
5
5
|
import '@onereach/styles/tailwind.config';
|
|
6
6
|
import 'tailwindcss/resolveConfig';
|
|
7
|
-
import { b as __vue_component__$1, d as __vue_component__$2, e as __vue_component__$3, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-
|
|
8
|
-
import { _ as __vue_component__$4, a as __vue_component__$5, D as DateTimePickerTimeFormat } from './OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
7
|
+
import { b as __vue_component__$1, d as __vue_component__$2, e as __vue_component__$3, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-3a99a29d.js';
|
|
8
|
+
import { _ as __vue_component__$4, a as __vue_component__$5, D as DateTimePickerTimeFormat } from './OrDateTimePicker.vue_rollup-plugin-vue_script-a59d2087.js';
|
|
9
9
|
import { _ as __vue_component__$6 } from './OrError-4ffc1c39.js';
|
|
10
10
|
import { _ as __vue_component__$7 } from './OrHint-aa221198.js';
|
|
11
|
-
import { _ as __vue_component__$9 } from './OrIconButton-
|
|
11
|
+
import { _ as __vue_component__$9 } from './OrIconButton-6fcd20b0.js';
|
|
12
12
|
import { _ as __vue_component__$8 } from './OrIcon-d35a84d8.js';
|
|
13
13
|
import { _ as __vue_component__$a } from './OrInputBox-11227ecd.js';
|
|
14
14
|
import { I as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
@@ -81,7 +81,6 @@ export * from './or-skeleton';
|
|
|
81
81
|
export * from './or-skeleton-v3';
|
|
82
82
|
export * from './or-slider';
|
|
83
83
|
export * from './or-sort-header-v3';
|
|
84
|
-
export * from './or-sorting-v3';
|
|
85
84
|
export * from './or-stepper';
|
|
86
85
|
export * from './or-switch';
|
|
87
86
|
export * from './or-switch-v3';
|