@nmorph/nmorph-ui-kit 1.0.52 → 1.0.61

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.
Files changed (89) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/dist/index.es.js +13 -15
  3. package/dist/index.umd.js +2 -2
  4. package/dist/src/components/basic/nmorph-button/NmorphButton.vue.d.ts +14 -58
  5. package/dist/src/components/basic/nmorph-icon/NmorphIcon.vue.d.ts +7 -37
  6. package/dist/src/components/basic/nmorph-link/NmorphLink.vue.d.ts +9 -43
  7. package/dist/src/components/basic/nmorph-scroll/NmorphScroll.vue.d.ts +13 -65
  8. package/dist/src/components/basic/nmorph-scroll/types.d.ts +0 -1
  9. package/dist/src/components/data/nmorph-avatar/NmorphAvatar.vue.d.ts +7 -35
  10. package/dist/src/components/data/nmorph-badge/NmorphBadge.vue.d.ts +9 -45
  11. package/dist/src/components/data/nmorph-calendar/NmorphCalendar.vue.d.ts +15 -47
  12. package/dist/src/components/data/nmorph-calendar/hooks/index.d.ts +0 -1
  13. package/dist/src/components/data/nmorph-calendar/inner-components/nmorph-calendar-header/NmorphCalendarHeader.vue.d.ts +9 -28
  14. package/dist/src/components/data/nmorph-calendar/utils.d.ts +1 -2
  15. package/dist/src/components/data/nmorph-card/NmorphCard.vue.d.ts +6 -32
  16. package/dist/src/components/data/nmorph-carousel/NmorphCarousel.vue.d.ts +7 -30
  17. package/dist/src/components/data/nmorph-carousel/components/nmorph-carousel-item/NmorphCarouselItem.vue.d.ts +3 -22
  18. package/dist/src/components/data/nmorph-carousel/types.d.ts +0 -1
  19. package/dist/src/components/data/nmorph-collapse/NmorphCollapse.vue.d.ts +7 -31
  20. package/dist/src/components/data/nmorph-collapse/components/nmorph-collapse-item/NmorphCollapseItem.vue.d.ts +10 -40
  21. package/dist/src/components/data/nmorph-collapse/types.d.ts +0 -1
  22. package/dist/src/components/data/nmorph-image/NmorphImage.vue.d.ts +11 -45
  23. package/dist/src/components/data/nmorph-image-preview/NmorphImagePreview.vue.d.ts +5 -36
  24. package/dist/src/components/data/nmorph-image-preview/types.d.ts +0 -1
  25. package/dist/src/components/data/nmorph-pagination/NmorphPagination.vue.d.ts +5 -36
  26. package/dist/src/components/data/nmorph-progress/NmorphProgress.vue.d.ts +8 -44
  27. package/dist/src/components/data/nmorph-skeleton/NmorphSkeleton.vue.d.ts +6 -33
  28. package/dist/src/components/data/nmorph-skeleton/components/NmorphSkeletonItem.vue.d.ts +4 -32
  29. package/dist/src/components/data/nmorph-table/NmorphTable.vue.d.ts +6 -38
  30. package/dist/src/components/data/nmorph-table/components/nmorph-table-cell/NmorphTableCell.vue.d.ts +3 -22
  31. package/dist/src/components/data/nmorph-table/components/nmorph-table-column/NmorphTableColumn.vue.d.ts +8 -36
  32. package/dist/src/components/data/nmorph-table/inner-components/nmorph-sort-button/NmorphSortButton.vue.d.ts +5 -23
  33. package/dist/src/components/data/nmorph-table/types.d.ts +0 -1
  34. package/dist/src/components/data/nmorph-tag-list/NmorphTagList.vue.d.ts +6 -24
  35. package/dist/src/components/data/nmorph-tag-list/components/nmorph-tag-item/NmorphTagItem.vue.d.ts +7 -33
  36. package/dist/src/components/data/nmorph-tag-list/types.d.ts +0 -1
  37. package/dist/src/components/feedback/nmorph-alert/NmorphAlert.vue.d.ts +11 -53
  38. package/dist/src/components/feedback/nmorph-dialog/NmorphDialog.vue.d.ts +9 -48
  39. package/dist/src/components/feedback/nmorph-tooltip/NmorphTooltip.vue.d.ts +9 -39
  40. package/dist/src/components/form/nmorph-autocomplete/NmorphAutocomplete.vue.d.ts +13 -49
  41. package/dist/src/components/form/nmorph-checkbox/NmorphCheckbox.vue.d.ts +10 -42
  42. package/dist/src/components/form/nmorph-checkbox-group/NmorphCheckboxGroup.vue.d.ts +8 -38
  43. package/dist/src/components/form/nmorph-date-picker/NmorphDatePicker.vue.d.ts +8 -42
  44. package/dist/src/components/form/nmorph-date-picker/inner-components/nmorph-clear-button/NmorphClearButton.vue.d.ts +2 -2
  45. package/dist/src/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-content/NmorphDatePickerContent.vue.d.ts +6 -30
  46. package/dist/src/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-header/NmorphDatePickerHeader.vue.d.ts +10 -27
  47. package/dist/src/components/form/nmorph-date-picker/inner-components/nmorph-year-month-picker/NmorphYearMonthPicker.vue.d.ts +7 -28
  48. package/dist/src/components/form/nmorph-file-upload/NmorphFileUpload.vue.d.ts +10 -44
  49. package/dist/src/components/form/nmorph-form/NmorphForm.vue.d.ts +9 -32
  50. package/dist/src/components/form/nmorph-form/components/nmorph-form-item/NmorphFormItem.vue.d.ts +6 -36
  51. package/dist/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/index.d.ts +0 -1
  52. package/dist/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-error-box/NmorphErrorBox.vue.d.ts +4 -30
  53. package/dist/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-validation-icon/NmorphValidationIcon.vue.d.ts +3 -25
  54. package/dist/src/components/form/nmorph-form/types.d.ts +0 -1
  55. package/dist/src/components/form/nmorph-number-input/NmorphNumberInput.vue.d.ts +8 -42
  56. package/dist/src/components/form/nmorph-radio/NmorphRadio.vue.d.ts +9 -40
  57. package/dist/src/components/form/nmorph-radio-group/NmorphRadioGroup.vue.d.ts +9 -43
  58. package/dist/src/components/form/nmorph-select/NmorphSelect.vue.d.ts +11 -55
  59. package/dist/src/components/form/nmorph-select/components/nmorph-select-option/NmorphSelectOption.vue.d.ts +9 -38
  60. package/dist/src/components/form/nmorph-select/types.d.ts +0 -1
  61. package/dist/src/components/form/nmorph-slider/NmorphSlider.vue.d.ts +5 -39
  62. package/dist/src/components/form/nmorph-switch/NmorphSwitch.vue.d.ts +12 -44
  63. package/dist/src/components/form/nmorph-text-input/NmorphTextInput.vue.d.ts +13 -51
  64. package/dist/src/components/form/nmorph-time-picker/NmorphTimePicker.vue.d.ts +11 -47
  65. package/dist/src/components/form/nmorph-time-picker/utils.d.ts +0 -1
  66. package/dist/src/components/navigation/nmorph-backtop/NmorphBacktop.vue.d.ts +7 -37
  67. package/dist/src/components/navigation/nmorph-breadcrumb/NmorphBreadcrumb.vue.d.ts +5 -28
  68. package/dist/src/components/navigation/nmorph-breadcrumb/components/nmorph-breadcrumb-item/NmorphBreadcrumbItem.vue.d.ts +7 -33
  69. package/dist/src/components/navigation/nmorph-breadcrumb/types.d.ts +0 -1
  70. package/dist/src/components/navigation/nmorph-dropdown/NmorphDropdown.vue.d.ts +8 -38
  71. package/dist/src/components/navigation/nmorph-tabs/NmorphTabs.vue.d.ts +9 -37
  72. package/dist/src/components/navigation/nmorph-tabs/components/nmorph-tab-pane/NmorphTabPane.vue.d.ts +7 -35
  73. package/dist/src/components/navigation/nmorph-tabs/type.d.ts +0 -1
  74. package/dist/src/components/navigation/nmorph-tabs/utils.d.ts +0 -1
  75. package/dist/src/components/others/nmorph-divider/NmorphDivider.vue.d.ts +2 -24
  76. package/dist/src/components/others/nmorph-overlay/NmorphOverlay.vue.d.ts +7 -30
  77. package/dist/src/components/providers/index.d.ts +0 -1
  78. package/dist/src/components/providers/nmorph-notification-provider/NmorphNotificationProvider.vue.d.ts +4 -30
  79. package/dist/src/components/providers/nmorph-notification-provider/types.d.ts +0 -1
  80. package/dist/src/hooks/use-field-validation.d.ts +0 -1
  81. package/dist/src/hooks/use-form-validation.d.ts +0 -1
  82. package/dist/src/hooks/use-nmorph-translation.d.ts +1 -2
  83. package/dist/src/hooks/use-placement.d.ts +0 -1
  84. package/dist/src/outside-hooks/use-nmorph-notification.d.ts +0 -1
  85. package/dist/src/outside-hooks/use-nmorph-theme.d.ts +0 -1
  86. package/dist/src/outside-hooks/use-nmorph.d.ts +0 -1
  87. package/dist/src/types/index.d.ts +0 -1
  88. package/dist/style.css +1 -1
  89. package/package.json +8 -10
package/dist/index.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export * from './src/main'
2
+ export {}
package/dist/index.es.js CHANGED
@@ -143,7 +143,7 @@ const z2 = (t) => {
143
143
  });
144
144
  };
145
145
  return { placement: d, placementCoords: c };
146
- }, _e = "@nmorph/nmorph-ui-kit", fe = "module", we = "1.0.52", ge = "MIT", xe = {
146
+ }, _e = "@nmorph/nmorph-ui-kit", fe = "module", we = "1.0.61", ge = "MIT", xe = {
147
147
  node: "18.13.0",
148
148
  npm: "8.19.3"
149
149
  }, $e = "./dist/index.d.ts", ye = "./dist/index.umd.js", be = "./dist/index.es.js", Me = "./dist/style.css", He = [
@@ -182,10 +182,10 @@ const z2 = (t) => {
182
182
  "validate-commit-msg": "node .husky/validate-commit-msg.cjs",
183
183
  "build:types": "vue-tsc --declaration --emitDeclarationOnly --outDir dist"
184
184
  }, Be = {
185
- vue: "^3.4.7",
185
+ "@vue-styled-components/core": "^1.9.0",
186
+ vue: "^3.5.13",
186
187
  "vue-i18n": "^9.9.0"
187
188
  }, Ne = {
188
- "@mojojoejo/vite-plugin-purgecss": "^1.1.0",
189
189
  "@types/node": "^20.10.8",
190
190
  "@types/vue": "^2.0.0",
191
191
  "@types/vue-router": "^2.0.0",
@@ -197,16 +197,14 @@ const z2 = (t) => {
197
197
  "eslint-plugin-prettier": "^5.1.3",
198
198
  "eslint-plugin-storybook": "^0.6.15",
199
199
  "eslint-plugin-vue": "^9.19.2",
200
- "happy-dom": "^13.1.0",
200
+ "happy-dom": "^15.11.7",
201
201
  husky: "^8.0.3",
202
- postcss: "^8.4.49",
203
202
  prettier: "^3.1.1",
204
203
  "rollup-plugin-ignore": "^1.0.10",
205
- "rollup-plugin-styles": "^4.0.0",
206
204
  sass: "^1.69.7",
207
205
  stylelint: "^16.1.0",
208
206
  "stylelint-config-idiomatic-order": "^10.0.0",
209
- "stylelint-config-rational-order": "^0.1.2",
207
+ "stylelint-config-rational-order": "^0.0.4",
210
208
  "stylelint-config-recommended-scss": "^14.0.0",
211
209
  "stylelint-config-recommended-vue": "^1.5.0",
212
210
  "stylelint-config-standard": "^36.0.0",
@@ -214,13 +212,13 @@ const z2 = (t) => {
214
212
  "stylelint-order": "^6.0.4",
215
213
  "stylelint-prettier": "^5.0.0",
216
214
  "stylelint-scss": "^6.0.0",
217
- typescript: "^5.3.3",
215
+ typescript: "~5.1.6",
218
216
  vite: "^4.5.0",
219
- "vite-plugin-dts": "^3.7.0",
217
+ "vite-plugin-dts": "^4.3.0",
220
218
  "vite-plugin-static-copy": "^0.17.1",
221
219
  "vite-svg-loader": "^5.1.0",
222
220
  "vue-eslint-parser": "^9.4.0",
223
- "vue-tsc": "^2.0.22"
221
+ "vue-tsc": "^1.6.5"
224
222
  }, Ie = {
225
223
  name: _e,
226
224
  type: fe,
@@ -3196,10 +3194,10 @@ const nr = /* @__PURE__ */ L({
3196
3194
  emits: ["error", "load"],
3197
3195
  setup(t, { emit: e }) {
3198
3196
  X((w) => ({
3199
- "2f895e1c": _.value,
3200
- "016e6db0": p.value,
3201
- bfc05f46: u.value,
3202
- "4e0ba7f9": M.value
3197
+ "6a5f6b47": _.value,
3198
+ 18767473: p.value,
3199
+ "627f00a8": u.value,
3200
+ "5b08a6f8": M.value
3203
3201
  }));
3204
3202
  const s = t, l = e, r = g(!1), i = h(
3205
3203
  () => C({
@@ -3240,7 +3238,7 @@ const T2 = (t, e) => {
3240
3238
  for (const [l, r] of e)
3241
3239
  s[l] = r;
3242
3240
  return s;
3243
- }, Q5 = /* @__PURE__ */ T2(nr, [["__scopeId", "data-v-64d7d13f"]]), or = {
3241
+ }, Q5 = /* @__PURE__ */ T2(nr, [["__scopeId", "data-v-48ea3384"]]), or = {
3244
3242
  key: 0,
3245
3243
  class: "nmorph-badge__dot"
3246
3244
  }, ar = {