@nmorph/nmorph-ui-kit 3.0.9 → 3.0.11
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/components/basic/nmorph-button/NmorphButton.css +1 -1
- package/dist/components/basic/nmorph-button/NmorphButton.vue.js +20 -15
- package/dist/components/basic/nmorph-button/NmorphButton.vue2.js +27 -22
- package/dist/components/basic/nmorph-icon/NmorphIcon.vue.js +10 -10
- package/dist/components/basic/nmorph-layout/NmorphLayout.vue.js +3 -3
- package/dist/components/basic/nmorph-link/NmorphLink.vue.js +8 -8
- package/dist/components/basic/nmorph-scroll/NmorphScroll.vue.js +4 -4
- package/dist/components/basic/nmorph-space/NmorphSpace.vue.js +11 -11
- package/dist/components/basic/nmorph-text/NmorphText.vue.js +11 -11
- package/dist/components/data/nmorph-audio-meter/NmorphAudioMeter.vue.js +8 -8
- package/dist/components/data/nmorph-audio-preview/NmorphAudioPreview.vue.js +11 -11
- package/dist/components/data/nmorph-avatar/NmorphAvatar.vue.js +46 -46
- package/dist/components/data/nmorph-badge/NmorphBadge.vue.js +16 -16
- package/dist/components/data/nmorph-calendar/NmorphCalendar.vue.js +31 -31
- package/dist/components/data/nmorph-calendar/inner-components/nmorph-calendar-header/NmorphCalendarHeader.vue.js +6 -6
- package/dist/components/data/nmorph-card/NmorphCard.vue.js +7 -7
- package/dist/components/data/nmorph-carousel/NmorphCarousel.vue.js +3 -3
- package/dist/components/data/nmorph-carousel/components/nmorph-carousel-item/NmorphCarouselItem.vue.js +7 -7
- package/dist/components/data/nmorph-collapse/NmorphCollapse.vue.js +8 -8
- package/dist/components/data/nmorph-collapse/components/nmorph-collapse-item/NmorphCollapseItem.vue.js +12 -12
- package/dist/components/data/nmorph-emoji-picker/NmorphEmojiPicker.vue.js +6 -6
- package/dist/components/data/nmorph-empty/NmorphEmpty.vue.js +16 -16
- package/dist/components/data/nmorph-file-card/NmorphFileCard.vue.js +9 -9
- package/dist/components/data/nmorph-image/NmorphImage.vue.js +8 -8
- package/dist/components/data/nmorph-image-preview/NmorphImagePreview.vue.js +24 -24
- package/dist/components/data/nmorph-media-gallery/NmorphMediaGallery.vue.js +13 -13
- package/dist/components/data/nmorph-media-tile/NmorphMediaTile.vue.js +11 -11
- package/dist/components/data/nmorph-pagination/NmorphPagination.vue.js +8 -8
- package/dist/components/data/nmorph-preview-portal/NmorphPreviewPortal.vue.js +1 -1
- package/dist/components/data/nmorph-progress/NmorphProgress.vue.js +3 -3
- package/dist/components/data/nmorph-qr-code/NmorphQRCode.vue.js +18 -18
- package/dist/components/data/nmorph-skeleton/NmorphSkeleton.vue.js +14 -14
- package/dist/components/data/nmorph-skeleton/components/NmorphSkeletonItem.vue.js +7 -7
- package/dist/components/data/nmorph-table/NmorphTable.vue.js +2 -2
- package/dist/components/data/nmorph-table/components/nmorph-table-cell/NmorphTableCell.vue.js +7 -7
- package/dist/components/data/nmorph-table/components/nmorph-table-column/NmorphTableColumn.vue.js +10 -10
- package/dist/components/data/nmorph-table/inner-components/nmorph-sort-button/NmorphSortButton.vue.js +5 -5
- package/dist/components/data/nmorph-tag-list/NmorphTagList.vue.js +3 -3
- package/dist/components/data/nmorph-tag-list/components/nmorph-tag-item/NmorphTagItem.vue.js +9 -9
- package/dist/components/data/nmorph-video-preview/NmorphVideoPreview.vue.js +23 -23
- package/dist/components/data/nmorph-virtual-list/NmorphVirtualList.vue.js +10 -10
- package/dist/components/feedback/nmorph-alert/NmorphAlert.vue.js +9 -9
- package/dist/components/feedback/nmorph-callout/NmorphCallout.vue.js +8 -8
- package/dist/components/feedback/nmorph-dialog/NmorphDialog.vue.js +12 -12
- package/dist/components/feedback/nmorph-drawer/NmorphDrawer.vue.js +6 -6
- package/dist/components/feedback/nmorph-guide/NmorphGuide.vue.js +7 -7
- package/dist/components/feedback/nmorph-guide/NmorphGuide.vue2.js +48 -46
- package/dist/components/feedback/nmorph-guide/NmorphGuideStep.css +1 -1
- package/dist/components/feedback/nmorph-guide/NmorphGuideStep.vue.js +9 -6
- package/dist/components/feedback/nmorph-tooltip/NmorphTooltip.vue.js +49 -55
- package/dist/components/feedback/nmorph-tooltip/NmorphTooltip.vue2.js +27 -24
- package/dist/components/form/nmorph-autocomplete/NmorphAutocomplete.vue.js +18 -18
- package/dist/components/form/nmorph-checkbox/NmorphCheckbox.vue.js +7 -7
- package/dist/components/form/nmorph-checkbox-group/NmorphCheckboxGroup.vue.js +8 -8
- package/dist/components/form/nmorph-color-picker/NmorphColorPicker.vue.js +7 -7
- package/dist/components/form/nmorph-date-picker/NmorphDatePicker.vue.js +4 -4
- package/dist/components/form/nmorph-date-picker/inner-components/nmorph-clear-button/NmorphClearButton.vue.js +9 -9
- package/dist/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-content/NmorphDatePickerContent.vue.js +8 -8
- package/dist/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-header/NmorphDatePickerHeader.vue.js +2 -2
- package/dist/components/form/nmorph-date-picker/inner-components/nmorph-year-month-picker/NmorphYearMonthPicker.vue.js +4 -4
- package/dist/components/form/nmorph-file-upload/NmorphFileUpload.vue.js +23 -23
- package/dist/components/form/nmorph-form/NmorphForm.vue.js +8 -8
- package/dist/components/form/nmorph-form/components/nmorph-form-item/NmorphFormItem.vue.js +10 -10
- package/dist/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-error-box/NmorphErrorBox.vue.js +2 -2
- package/dist/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-validation-icon/NmorphValidationIcon.vue.js +10 -10
- package/dist/components/form/nmorph-number-input/NmorphNumberInput.vue.js +1 -1
- package/dist/components/form/nmorph-otp-input/NmorphOTPInput.vue.js +16 -16
- package/dist/components/form/nmorph-radio/NmorphRadio.vue.js +20 -20
- package/dist/components/form/nmorph-radio-group/NmorphRadioGroup.vue.js +10 -10
- package/dist/components/form/nmorph-select/NmorphSelect.vue.js +1 -1
- package/dist/components/form/nmorph-select/components/nmorph-select-option/NmorphSelectOption.vue.js +9 -9
- package/dist/components/form/nmorph-select-button/NmorphSelectButton.vue.js +11 -11
- package/dist/components/form/nmorph-select-button/components/nmorph-select-button-item/NmorphSelectButtonItem.vue.js +12 -12
- package/dist/components/form/nmorph-slider/NmorphSlider.vue.js +6 -6
- package/dist/components/form/nmorph-switch/NmorphSwitch.vue.js +10 -10
- package/dist/components/form/nmorph-text-input/NmorphTextInput.vue.js +9 -9
- package/dist/components/form/nmorph-textarea/NmorphTextarea.vue.js +5 -5
- package/dist/components/form/nmorph-time-picker/NmorphTimePicker.vue.js +38 -38
- package/dist/components/navigation/nmorph-backtop/NmorphBacktop.vue.js +12 -12
- package/dist/components/navigation/nmorph-breadcrumb/NmorphBreadcrumb.vue.js +11 -11
- package/dist/components/navigation/nmorph-breadcrumb/components/nmorph-breadcrumb-item/NmorphBreadcrumbItem.vue.js +7 -7
- package/dist/components/navigation/nmorph-context-menu/NmorphContextMenu.vue.js +18 -18
- package/dist/components/navigation/nmorph-dropdown/NmorphDropdown.vue.js +2 -2
- package/dist/components/navigation/nmorph-stepper/NmorphStepper.vue.js +12 -12
- package/dist/components/navigation/nmorph-tabs/NmorphTabs.vue.js +15 -15
- package/dist/components/navigation/nmorph-tabs/components/nmorph-tab-pane/NmorphTabPane.vue.js +10 -10
- package/dist/components/others/nmorph-divider/NmorphDivider.vue.js +4 -4
- package/dist/components/others/nmorph-overlay/NmorphOverlay.vue.js +13 -13
- package/dist/components/providers/nmorph-notification-provider/NmorphNotificationProvider.vue.js +8 -8
- package/dist/index.umd.js +6 -6
- package/dist/package.json.js +1 -1
- package/dist/src/components/basic/nmorph-button/NmorphButton.vue.d.ts +1 -0
- package/dist/src/components/feedback/nmorph-guide/NmorphGuide.vue.d.ts +1 -0
- package/dist/src/components/feedback/nmorph-guide/types.d.ts +2 -0
- package/dist/src/components/feedback/nmorph-tooltip/NmorphTooltip.vue.d.ts +2 -0
- package/dist/src/components/feedback/nmorph-tooltip/types.d.ts +3 -0
- package/dist/src/components/form/nmorph-slider/NmorphSlider.vue.d.ts +11 -3
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"name": "@nmorph/nmorph-ui-kit",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "3.0.
|
|
5
|
+
"version": "3.0.11",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "https://
|
|
9
|
+
"url": "git+https://github.com/erlan-zharkeev/nmorph.git",
|
|
10
10
|
"directory": "library"
|
|
11
11
|
},
|
|
12
12
|
"engines": {
|