nuance-ui 0.1.5 → 0.1.6

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 (149) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/runtime/components/action-icon/action-icon-group.d.vue.ts +1 -1
  3. package/dist/runtime/components/action-icon/action-icon-group.vue +3 -1
  4. package/dist/runtime/components/action-icon/action-icon-group.vue.d.ts +1 -1
  5. package/dist/runtime/components/action-icon/action-icon-section.d.vue.ts +1 -1
  6. package/dist/runtime/components/action-icon/action-icon-section.vue +3 -1
  7. package/dist/runtime/components/action-icon/action-icon-section.vue.d.ts +1 -1
  8. package/dist/runtime/components/action-icon/action-icon.vue +1 -1
  9. package/dist/runtime/components/app-shell/app-shell-section.d.vue.ts +1 -1
  10. package/dist/runtime/components/app-shell/app-shell-section.vue +3 -1
  11. package/dist/runtime/components/app-shell/app-shell-section.vue.d.ts +1 -1
  12. package/dist/runtime/components/app-shell/app-shell.d.vue.ts +1 -1
  13. package/dist/runtime/components/app-shell/app-shell.vue +3 -1
  14. package/dist/runtime/components/app-shell/app-shell.vue.d.ts +1 -1
  15. package/dist/runtime/components/background-image.d.vue.ts +1 -1
  16. package/dist/runtime/components/background-image.vue +3 -1
  17. package/dist/runtime/components/background-image.vue.d.ts +1 -1
  18. package/dist/runtime/components/button/button-group.d.vue.ts +1 -1
  19. package/dist/runtime/components/button/button-group.vue +3 -1
  20. package/dist/runtime/components/button/button-group.vue.d.ts +1 -1
  21. package/dist/runtime/components/button/button.d.vue.ts +1 -1
  22. package/dist/runtime/components/button/button.vue +3 -1
  23. package/dist/runtime/components/button/button.vue.d.ts +1 -1
  24. package/dist/runtime/components/button/unstyled-button.d.vue.ts +3 -2
  25. package/dist/runtime/components/button/unstyled-button.vue +3 -2
  26. package/dist/runtime/components/button/unstyled-button.vue.d.ts +3 -2
  27. package/dist/runtime/components/card/card-section.d.vue.ts +1 -1
  28. package/dist/runtime/components/card/card-section.vue +3 -1
  29. package/dist/runtime/components/card/card-section.vue.d.ts +1 -1
  30. package/dist/runtime/components/card/card.d.vue.ts +1 -1
  31. package/dist/runtime/components/card/card.vue +6 -1
  32. package/dist/runtime/components/card/card.vue.d.ts +1 -1
  33. package/dist/runtime/components/checkbox/checkbox-group.d.vue.ts +1 -1
  34. package/dist/runtime/components/checkbox/checkbox-group.vue +9 -1
  35. package/dist/runtime/components/checkbox/checkbox-group.vue.d.ts +1 -1
  36. package/dist/runtime/components/checkbox/checkbox.d.vue.ts +1 -1
  37. package/dist/runtime/components/checkbox/checkbox.vue +11 -2
  38. package/dist/runtime/components/checkbox/checkbox.vue.d.ts +1 -1
  39. package/dist/runtime/components/checkbox/lib/card.context.d.ts +1 -1
  40. package/dist/runtime/components/checkbox/lib/card.context.js +3 -4
  41. package/dist/runtime/components/checkbox/lib/group.context.d.ts +1 -1
  42. package/dist/runtime/components/checkbox/lib/group.context.js +3 -4
  43. package/dist/runtime/components/chip/chip.vue +2 -2
  44. package/dist/runtime/components/combobox/combobox-empty.d.vue.ts +1 -1
  45. package/dist/runtime/components/combobox/combobox-empty.vue +5 -2
  46. package/dist/runtime/components/combobox/combobox-empty.vue.d.ts +1 -1
  47. package/dist/runtime/components/combobox/combobox-group.d.vue.ts +1 -1
  48. package/dist/runtime/components/combobox/combobox-group.vue +2 -0
  49. package/dist/runtime/components/combobox/combobox-group.vue.d.ts +1 -1
  50. package/dist/runtime/components/combobox/combobox-option-list.d.vue.ts +1 -1
  51. package/dist/runtime/components/combobox/combobox-option-list.vue +3 -1
  52. package/dist/runtime/components/combobox/combobox-option-list.vue.d.ts +1 -1
  53. package/dist/runtime/components/combobox/combobox-option.d.vue.ts +1 -1
  54. package/dist/runtime/components/combobox/combobox-option.vue +2 -0
  55. package/dist/runtime/components/combobox/combobox-option.vue.d.ts +1 -1
  56. package/dist/runtime/components/combobox/combobox-root.d.vue.ts +1 -1
  57. package/dist/runtime/components/combobox/combobox-root.vue +14 -1
  58. package/dist/runtime/components/combobox/combobox-root.vue.d.ts +1 -1
  59. package/dist/runtime/components/container.d.vue.ts +1 -1
  60. package/dist/runtime/components/container.vue +3 -1
  61. package/dist/runtime/components/container.vue.d.ts +1 -1
  62. package/dist/runtime/components/dialog/dialog-header.d.vue.ts +1 -1
  63. package/dist/runtime/components/dialog/dialog-header.vue +5 -2
  64. package/dist/runtime/components/dialog/dialog-header.vue.d.ts +1 -1
  65. package/dist/runtime/components/dialog/dialog-root.d.vue.ts +1 -1
  66. package/dist/runtime/components/dialog/dialog-root.vue +3 -1
  67. package/dist/runtime/components/dialog/dialog-root.vue.d.ts +1 -1
  68. package/dist/runtime/components/dialog/dialog-title.d.vue.ts +1 -1
  69. package/dist/runtime/components/dialog/dialog-title.vue +16 -1
  70. package/dist/runtime/components/dialog/dialog-title.vue.d.ts +1 -1
  71. package/dist/runtime/components/drawer/drawer-header.d.vue.ts +1 -1
  72. package/dist/runtime/components/drawer/drawer-header.vue +4 -1
  73. package/dist/runtime/components/drawer/drawer-header.vue.d.ts +1 -1
  74. package/dist/runtime/components/drawer/drawer-root.d.vue.ts +2 -1
  75. package/dist/runtime/components/drawer/drawer-root.vue +11 -1
  76. package/dist/runtime/components/drawer/drawer-root.vue.d.ts +2 -1
  77. package/dist/runtime/components/drawer/drawer-title.d.vue.ts +1 -1
  78. package/dist/runtime/components/drawer/drawer-title.vue +16 -1
  79. package/dist/runtime/components/drawer/drawer-title.vue.d.ts +1 -1
  80. package/dist/runtime/components/input/input.d.vue.ts +1 -1
  81. package/dist/runtime/components/input/input.vue +11 -0
  82. package/dist/runtime/components/input/input.vue.d.ts +1 -1
  83. package/dist/runtime/components/input/lib/input-wrapper.context.d.ts +2 -2
  84. package/dist/runtime/components/input/lib/input-wrapper.context.js +4 -5
  85. package/dist/runtime/components/input/number-input.d.vue.ts +1 -1
  86. package/dist/runtime/components/input/number-input.vue +7 -1
  87. package/dist/runtime/components/input/number-input.vue.d.ts +1 -1
  88. package/dist/runtime/components/input/password-input.vue +5 -1
  89. package/dist/runtime/components/input/text-input.d.vue.ts +6 -6
  90. package/dist/runtime/components/input/text-input.vue +8 -4
  91. package/dist/runtime/components/input/text-input.vue.d.ts +6 -6
  92. package/dist/runtime/components/input/ui/input-base.d.vue.ts +4 -3
  93. package/dist/runtime/components/input/ui/input-base.vue +8 -7
  94. package/dist/runtime/components/input/ui/input-base.vue.d.ts +4 -3
  95. package/dist/runtime/components/input/ui/input-inline.d.vue.ts +1 -1
  96. package/dist/runtime/components/input/ui/input-inline.vue +3 -1
  97. package/dist/runtime/components/input/ui/input-inline.vue.d.ts +1 -1
  98. package/dist/runtime/components/input/ui/input-wrapper.d.vue.ts +2 -2
  99. package/dist/runtime/components/input/ui/input-wrapper.vue +16 -6
  100. package/dist/runtime/components/input/ui/input-wrapper.vue.d.ts +2 -2
  101. package/dist/runtime/components/link/link-button.d.vue.ts +1 -1
  102. package/dist/runtime/components/link/link-button.vue +18 -1
  103. package/dist/runtime/components/link/link-button.vue.d.ts +1 -1
  104. package/dist/runtime/components/link/link.d.vue.ts +1 -1
  105. package/dist/runtime/components/link/link.vue +17 -1
  106. package/dist/runtime/components/link/link.vue.d.ts +1 -1
  107. package/dist/runtime/components/modal/modal-header.d.vue.ts +1 -1
  108. package/dist/runtime/components/modal/modal-header.vue +4 -1
  109. package/dist/runtime/components/modal/modal-header.vue.d.ts +1 -1
  110. package/dist/runtime/components/modal/modal-root.d.vue.ts +2 -1
  111. package/dist/runtime/components/modal/modal-root.vue +11 -1
  112. package/dist/runtime/components/modal/modal-root.vue.d.ts +2 -1
  113. package/dist/runtime/components/modal/modal-title.d.vue.ts +1 -1
  114. package/dist/runtime/components/modal/modal-title.vue +16 -1
  115. package/dist/runtime/components/modal/modal-title.vue.d.ts +1 -1
  116. package/dist/runtime/components/nav-link/nav-link.d.vue.ts +1 -1
  117. package/dist/runtime/components/nav-link/nav-link.vue +2 -0
  118. package/dist/runtime/components/nav-link/nav-link.vue.d.ts +1 -1
  119. package/dist/runtime/components/paper.d.vue.ts +1 -1
  120. package/dist/runtime/components/paper.vue +3 -1
  121. package/dist/runtime/components/paper.vue.d.ts +1 -1
  122. package/dist/runtime/components/select/select.d.vue.ts +5 -2
  123. package/dist/runtime/components/select/select.vue +13 -1
  124. package/dist/runtime/components/select/select.vue.d.ts +5 -2
  125. package/dist/runtime/components/tabs/tabs-list.d.vue.ts +1 -1
  126. package/dist/runtime/components/tabs/tabs-list.vue +3 -1
  127. package/dist/runtime/components/tabs/tabs-list.vue.d.ts +1 -1
  128. package/dist/runtime/components/tabs/tabs-panel.d.vue.ts +1 -1
  129. package/dist/runtime/components/tabs/tabs-panel.vue +3 -1
  130. package/dist/runtime/components/tabs/tabs-panel.vue.d.ts +1 -1
  131. package/dist/runtime/components/tabs/tabs-root.d.vue.ts +1 -1
  132. package/dist/runtime/components/tabs/tabs-root.vue +3 -1
  133. package/dist/runtime/components/tabs/tabs-root.vue.d.ts +1 -1
  134. package/dist/runtime/components/text.d.vue.ts +1 -1
  135. package/dist/runtime/components/text.vue +3 -1
  136. package/dist/runtime/components/text.vue.d.ts +1 -1
  137. package/dist/runtime/components/textarea.d.vue.ts +1 -1
  138. package/dist/runtime/components/textarea.vue +15 -2
  139. package/dist/runtime/components/textarea.vue.d.ts +1 -1
  140. package/dist/runtime/components/title.d.vue.ts +1 -1
  141. package/dist/runtime/components/title.vue +13 -1
  142. package/dist/runtime/components/title.vue.d.ts +1 -1
  143. package/dist/runtime/components/visually-hidden/visually-hidden-input.d.vue.ts +1 -1
  144. package/dist/runtime/components/visually-hidden/visually-hidden-input.vue +4 -1
  145. package/dist/runtime/components/visually-hidden/visually-hidden-input.vue.d.ts +1 -1
  146. package/dist/runtime/components/visually-hidden/visually-hidden.d.vue.ts +1 -1
  147. package/dist/runtime/components/visually-hidden/visually-hidden.vue +3 -1
  148. package/dist/runtime/components/visually-hidden/visually-hidden.vue.d.ts +1 -1
  149. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
  import type { BoxProps } from '../box.vue.js';
2
- export interface VisuallyHiddenProps extends /* @vue-ignore */ BoxProps {
2
+ export interface VisuallyHiddenProps extends BoxProps {
3
3
  feature?: 'focusable' | 'fully-hidden';
4
4
  }
5
5
  declare var __VLS_6: {};
@@ -1,7 +1,9 @@
1
1
  <script setup>
2
2
  import Box from "../box.vue";
3
3
  const { feature, ...rest } = defineProps({
4
- feature: { type: String, required: false }
4
+ feature: { type: String, required: false },
5
+ is: { type: null, required: false },
6
+ mod: { type: [Object, Array, null], required: false }
5
7
  });
6
8
  </script>
7
9
 
@@ -1,5 +1,5 @@
1
1
  import type { BoxProps } from '../box.vue.js';
2
- export interface VisuallyHiddenProps extends /* @vue-ignore */ BoxProps {
2
+ export interface VisuallyHiddenProps extends BoxProps {
3
3
  feature?: 'focusable' | 'fully-hidden';
4
4
  }
5
5
  declare var __VLS_6: {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuance-ui",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "A UI Library for Modern Web Apps, powered by Vue.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "peerDependencies": {
50
50
  "nuxt": "^4.0.0",
51
- "vue": "^3.3.0",
51
+ "vue": "^3.5.0",
52
52
  "@nuxtjs/color-mode": "^4.0.0"
53
53
  },
54
54
  "peerDependenciesMeta": {