@ulu/frontend-vue 0.6.12 → 0.6.13

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 (77) hide show
  1. package/dist/components/collapsible/UluAccordion.vue.d.ts +2 -2
  2. package/dist/components/collapsible/UluAccordion.vue.js +9 -9
  3. package/dist/components/collapsible/UluAccordionGroup.vue.d.ts +2 -2
  4. package/dist/components/collapsible/UluAccordionGroup.vue.js +8 -8
  5. package/dist/components/collapsible/UluModal.vue.d.ts +2 -2
  6. package/dist/components/collapsible/UluModal.vue.js +7 -7
  7. package/dist/components/collapsible/UluTabGroup.vue.d.ts +2 -2
  8. package/dist/components/collapsible/UluTabGroup.vue.js +5 -5
  9. package/dist/components/elements/UluAlert.vue.d.ts +2 -2
  10. package/dist/components/elements/UluAlert.vue.js +1 -1
  11. package/dist/components/elements/UluBadge.vue.d.ts +2 -2
  12. package/dist/components/elements/UluBadge.vue.js +6 -6
  13. package/dist/components/elements/UluButton.vue.d.ts +2 -2
  14. package/dist/components/elements/UluButton.vue.js +4 -4
  15. package/dist/components/elements/UluButtonVerbose.vue.d.ts +2 -2
  16. package/dist/components/elements/UluButtonVerbose.vue.js +1 -1
  17. package/dist/components/elements/UluCallout.vue.d.ts +2 -2
  18. package/dist/components/elements/UluCallout.vue.js +5 -5
  19. package/dist/components/elements/UluCaptionedFigure.vue.d.ts +2 -2
  20. package/dist/components/elements/UluCaptionedFigure.vue.js +1 -1
  21. package/dist/components/elements/UluCard.vue.d.ts +2 -2
  22. package/dist/components/elements/UluCard.vue.js +14 -14
  23. package/dist/components/elements/UluCounterList.vue.d.ts +2 -2
  24. package/dist/components/elements/UluCounterList.vue.js +5 -5
  25. package/dist/components/elements/UluDataTable.vue.d.ts +2 -2
  26. package/dist/components/elements/UluDataTable.vue.js +5 -5
  27. package/dist/components/elements/UluDefinitionList.vue.d.ts +2 -2
  28. package/dist/components/elements/UluDefinitionList.vue.js +5 -5
  29. package/dist/components/elements/UluRule.vue.d.ts +2 -2
  30. package/dist/components/elements/UluRule.vue.js +1 -1
  31. package/dist/components/elements/UluScrollSlider.vue.d.ts +2 -2
  32. package/dist/components/elements/UluScrollSlider.vue.js +12 -12
  33. package/dist/components/elements/UluSlider.vue.d.ts +2 -2
  34. package/dist/components/elements/UluSlider.vue.js +7 -7
  35. package/dist/components/elements/UluTag.vue.d.ts +2 -2
  36. package/dist/components/elements/UluTag.vue.js +1 -1
  37. package/dist/components/forms/UluFormItem.vue.d.ts +2 -2
  38. package/dist/components/forms/UluFormItem.vue.js +3 -3
  39. package/dist/components/layout/UluTitleRail.vue.d.ts +2 -2
  40. package/dist/components/layout/UluTitleRail.vue.js +2 -2
  41. package/dist/components/navigation/UluMenuStack.vue.d.ts +2 -2
  42. package/dist/components/navigation/UluMenuStack.vue.js +3 -3
  43. package/dist/components/navigation/UluNavStrip.vue.d.ts +2 -2
  44. package/dist/components/navigation/UluNavStrip.vue.js +1 -1
  45. package/dist/components/systems/facets/UluFacetsFilterAccordions.vue.d.ts +2 -2
  46. package/dist/components/systems/facets/UluFacetsFilterAccordions.vue.js +6 -6
  47. package/dist/components/visualizations/UluProgressBar.vue.d.ts +2 -2
  48. package/dist/components/visualizations/UluProgressBar.vue.js +3 -3
  49. package/dist/components/visualizations/UluProgressCircle.vue.d.ts +2 -2
  50. package/dist/components/visualizations/UluProgressCircle.vue.js +5 -5
  51. package/dist/mcp-data.json +4085 -4085
  52. package/lib/components/collapsible/UluAccordion.vue +1 -1
  53. package/lib/components/collapsible/UluAccordionGroup.vue +1 -1
  54. package/lib/components/collapsible/UluModal.vue +1 -1
  55. package/lib/components/collapsible/UluTabGroup.vue +1 -1
  56. package/lib/components/elements/UluAlert.vue +1 -1
  57. package/lib/components/elements/UluBadge.vue +1 -1
  58. package/lib/components/elements/UluButton.vue +1 -1
  59. package/lib/components/elements/UluButtonVerbose.vue +1 -1
  60. package/lib/components/elements/UluCallout.vue +2 -2
  61. package/lib/components/elements/UluCaptionedFigure.vue +1 -1
  62. package/lib/components/elements/UluCard.vue +2 -2
  63. package/lib/components/elements/UluCounterList.vue +1 -1
  64. package/lib/components/elements/UluDataTable.vue +1 -1
  65. package/lib/components/elements/UluDefinitionList.vue +1 -1
  66. package/lib/components/elements/UluRule.vue +1 -1
  67. package/lib/components/elements/UluScrollSlider.vue +1 -1
  68. package/lib/components/elements/UluSlider.vue +1 -1
  69. package/lib/components/elements/UluTag.vue +1 -1
  70. package/lib/components/forms/UluFormItem.vue +1 -1
  71. package/lib/components/layout/UluTitleRail.vue +1 -1
  72. package/lib/components/navigation/UluMenuStack.vue +1 -1
  73. package/lib/components/navigation/UluNavStrip.vue +1 -1
  74. package/lib/components/systems/facets/UluFacetsFilterAccordions.vue +1 -1
  75. package/lib/components/visualizations/UluProgressBar.vue +1 -1
  76. package/lib/components/visualizations/UluProgressCircle.vue +1 -1
  77. package/package.json +1 -1
@@ -87,7 +87,7 @@
87
87
  /**
88
88
  * Class modifiers (ie. 'transparent', 'secondary', etc)
89
89
  */
90
- modifiers: [String, Array]
90
+ modifiers: [String, Array, Object]
91
91
  });
92
92
 
93
93
  const emit = defineEmits(['update:modelValue']);
@@ -53,7 +53,7 @@
53
53
  /**
54
54
  * Class modifiers (ie. 'transparent', 'secondary', etc)
55
55
  */
56
- modifiers: [String, Array],
56
+ modifiers: [String, Array, Object],
57
57
  /**
58
58
  * Enable or configure animations.
59
59
  * - `false` (default) to disable all animations.
@@ -189,7 +189,7 @@
189
189
  /**
190
190
  * Modifiers (to add any modifier classes based on base class [ie. 'tertiary'])
191
191
  */
192
- modifiers: [String, Array],
192
+ modifiers: [String, Array, Object],
193
193
  /**
194
194
  * Opt-in convenience behavior. If the modal body's sole content is an iframe, it automatically applies layout fixes.
195
195
  */
@@ -48,7 +48,7 @@
48
48
  /**
49
49
  * Class modifiers (ie. 'transparent', 'secondary', etc)
50
50
  */
51
- modifiers: [String, Array]
51
+ modifiers: [String, Array, Object]
52
52
  });
53
53
 
54
54
  // Explicitly declare the emit so Vue knows to capture the @change listener
@@ -53,7 +53,7 @@
53
53
  /**
54
54
  * Modifiers (to add any modifier classes based on base class [ie. 'tertiary'])
55
55
  */
56
- modifiers: [String, Array]
56
+ modifiers: [String, Array, Object]
57
57
  });
58
58
 
59
59
  const { resolvedModifiers } = useModifiers({
@@ -63,7 +63,7 @@
63
63
  /**
64
64
  * Modifiers (to add any modifier classes based on base class [ie. 'tertiary'])
65
65
  */
66
- modifiers: [String, Array]
66
+ modifiers: [String, Array, Object]
67
67
  });
68
68
 
69
69
  const isInteractive = computed(() => {
@@ -119,7 +119,7 @@
119
119
  /**
120
120
  * Modifiers (to add any modifier classes based on base class [ie. 'tertiary'])
121
121
  */
122
- modifiers: [String, Array],
122
+ modifiers: [String, Array, Object],
123
123
  /**
124
124
  * Button type (e.g. 'submit', 'reset', 'button').
125
125
  */
@@ -83,7 +83,7 @@
83
83
  /**
84
84
  * Modifiers (to add any modifier classes based on base class [ie. 'tertiary'])
85
85
  */
86
- modifiers: [String, Array]
86
+ modifiers: [String, Array, Object]
87
87
  });
88
88
 
89
89
  const { resolvedModifiers } = useModifiers({
@@ -17,9 +17,9 @@
17
17
  fullHeight: Boolean,
18
18
  /**
19
19
  * Class modifiers (ie. 'transparent', 'secondary', etc)
20
- * - Can be String or Array of Strings
20
+ * - Can be String, Array, or Object
21
21
  */
22
- modifiers: [String, Array]
22
+ modifiers: [String, Array, Object]
23
23
  });
24
24
 
25
25
  const { resolvedModifiers } = useModifiers({ props, baseClass: "callout" });
@@ -26,7 +26,7 @@
26
26
  /**
27
27
  * Modifiers for styling and positioning (e.g., 'bottom', 'center', 'right', 'traditional').
28
28
  */
29
- modifiers: [String, Array]
29
+ modifiers: [String, Array, Object]
30
30
  });
31
31
 
32
32
  const { resolvedModifiers } = useModifiers({
@@ -188,9 +188,9 @@
188
188
  overlay: Boolean,
189
189
  /**
190
190
  * Class modifiers (ie. 'transparent', 'secondary', etc)
191
- * - Can be String or Array of Strings
191
+ * - Can be String, Array, or Object
192
192
  */
193
- modifiers: [Array, String]
193
+ modifiers: [String, Array, Object]
194
194
  });
195
195
 
196
196
  const emit = defineEmits(['proxy-click']);
@@ -56,7 +56,7 @@
56
56
  /**
57
57
  * Modifiers (to add any modifier classes based on base class [ie. 'alphabetical'])
58
58
  */
59
- modifiers: [String, Array]
59
+ modifiers: [String, Array, Object]
60
60
  });
61
61
 
62
62
  const { resolvedModifiers } = useModifiers({
@@ -92,7 +92,7 @@
92
92
  /**
93
93
  * Additional style modifiers
94
94
  */
95
- modifiers: [String, Array],
95
+ modifiers: [String, Array, Object],
96
96
 
97
97
  /**
98
98
  * Allows user to pass classes object to add custom classes to parts of the component
@@ -57,7 +57,7 @@
57
57
  /**
58
58
  * Class modifiers (ie. 'transparent', 'secondary', etc)
59
59
  */
60
- modifiers: [String, Array],
60
+ modifiers: [String, Array, Object],
61
61
  /**
62
62
  * Displays only the definition descriptions on the same line.
63
63
  */
@@ -31,7 +31,7 @@
31
31
  /**
32
32
  * Modifiers (to add any modifier classes based on base class [ie. 'tertiary'])
33
33
  */
34
- modifiers: [String, Array]
34
+ modifiers: [String, Array, Object]
35
35
  });
36
36
 
37
37
  const internalModifiers = computed(() => ({
@@ -97,7 +97,7 @@
97
97
  /**
98
98
  * Base class modifiers.
99
99
  */
100
- modifiers: [String, Array],
100
+ modifiers: [String, Array, Object],
101
101
  });
102
102
 
103
103
  const { resolvedModifiers } = useModifiers({ props, baseClass: 'scroll-slider' });
@@ -180,7 +180,7 @@
180
180
  /**
181
181
  * Base class modifiers.
182
182
  */
183
- modifiers: [String, Array],
183
+ modifiers: [String, Array, Object],
184
184
  });
185
185
 
186
186
  const emit = defineEmits(['change']);
@@ -46,7 +46,7 @@
46
46
  /**
47
47
  * Modifiers for tag class
48
48
  */
49
- modifiers: [String, Array]
49
+ modifiers: [String, Array, Object]
50
50
  });
51
51
 
52
52
  const { resolvedModifiers } = useModifiers({ props, baseClass: "tag" });
@@ -110,7 +110,7 @@
110
110
  /**
111
111
  * Additional BEM modifiers for the form item.
112
112
  */
113
- modifiers: [String, Array]
113
+ modifiers: [String, Array, Object]
114
114
  });
115
115
 
116
116
  const slots = useSlots();
@@ -71,7 +71,7 @@
71
71
  /**
72
72
  * Modifiers (to add any modifier classes based on base class)
73
73
  */
74
- modifiers: [String, Array]
74
+ modifiers: [String, Array, Object]
75
75
  });
76
76
 
77
77
  const { resolvedModifiers } = useModifiers({
@@ -57,7 +57,7 @@
57
57
  /**
58
58
  * Class modifiers (ie. 'transparent', 'secondary', etc)
59
59
  */
60
- modifiers: [String, Array]
60
+ modifiers: [String, Array, Object]
61
61
  });
62
62
 
63
63
  const internalModifiers = computed(() => ({
@@ -47,7 +47,7 @@
47
47
  /**
48
48
  * Modifiers (to add any modifier classes based on base class)
49
49
  */
50
- modifiers: [String, Array]
50
+ modifiers: [String, Array, Object]
51
51
  });
52
52
 
53
53
  const { resolvedModifiers } = useModifiers({
@@ -80,7 +80,7 @@
80
80
  /**
81
81
  * Class modifiers for accordion (ie. 'transparent', 'secondary', etc)
82
82
  */
83
- accordionModifiers: [String, Array]
83
+ accordionModifiers: [String, Array, Object]
84
84
  });
85
85
 
86
86
  const emit = defineEmits(['facet-change']);
@@ -158,7 +158,7 @@
158
158
  /**
159
159
  * Modifiers (to add any modifier classes based on base class [ie. 'tertiary'])
160
160
  */
161
- modifiers: [String, Array]
161
+ modifiers: [String, Array, Object]
162
162
  });
163
163
 
164
164
  const getCssPercentage = (amount, total) => {
@@ -117,7 +117,7 @@
117
117
  /**
118
118
  * Modifiers (to add any modifier classes based on base class)
119
119
  */
120
- modifiers: [String, Array]
120
+ modifiers: [String, Array, Object]
121
121
  });
122
122
 
123
123
  const pie = ref(null);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ulu/frontend-vue",
3
- "version": "0.6.12",
3
+ "version": "0.6.13",
4
4
  "description": "A modular, tree-shakeable Vue 3 component library for the Ulu Frontend theming system, plus general utilities for Vue development",
5
5
  "type": "module",
6
6
  "files": [