@ulu/frontend-vue 0.6.11 → 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 (78) 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 +5 -2
  8. package/dist/components/collapsible/UluTabGroup.vue.d.ts.map +1 -1
  9. package/dist/components/collapsible/UluTabGroup.vue.js +28 -21
  10. package/dist/components/elements/UluAlert.vue.d.ts +2 -2
  11. package/dist/components/elements/UluAlert.vue.js +1 -1
  12. package/dist/components/elements/UluBadge.vue.d.ts +2 -2
  13. package/dist/components/elements/UluBadge.vue.js +6 -6
  14. package/dist/components/elements/UluButton.vue.d.ts +2 -2
  15. package/dist/components/elements/UluButton.vue.js +4 -4
  16. package/dist/components/elements/UluButtonVerbose.vue.d.ts +2 -2
  17. package/dist/components/elements/UluButtonVerbose.vue.js +1 -1
  18. package/dist/components/elements/UluCallout.vue.d.ts +2 -2
  19. package/dist/components/elements/UluCallout.vue.js +5 -5
  20. package/dist/components/elements/UluCaptionedFigure.vue.d.ts +2 -2
  21. package/dist/components/elements/UluCaptionedFigure.vue.js +1 -1
  22. package/dist/components/elements/UluCard.vue.d.ts +2 -2
  23. package/dist/components/elements/UluCard.vue.js +14 -14
  24. package/dist/components/elements/UluCounterList.vue.d.ts +2 -2
  25. package/dist/components/elements/UluCounterList.vue.js +5 -5
  26. package/dist/components/elements/UluDataTable.vue.d.ts +2 -2
  27. package/dist/components/elements/UluDataTable.vue.js +5 -5
  28. package/dist/components/elements/UluDefinitionList.vue.d.ts +2 -2
  29. package/dist/components/elements/UluDefinitionList.vue.js +5 -5
  30. package/dist/components/elements/UluRule.vue.d.ts +2 -2
  31. package/dist/components/elements/UluRule.vue.js +1 -1
  32. package/dist/components/elements/UluScrollSlider.vue.d.ts +2 -2
  33. package/dist/components/elements/UluScrollSlider.vue.js +12 -12
  34. package/dist/components/elements/UluSlider.vue.d.ts +2 -2
  35. package/dist/components/elements/UluSlider.vue.js +7 -7
  36. package/dist/components/elements/UluTag.vue.d.ts +2 -2
  37. package/dist/components/elements/UluTag.vue.js +1 -1
  38. package/dist/components/forms/UluFormItem.vue.d.ts +2 -2
  39. package/dist/components/forms/UluFormItem.vue.js +3 -3
  40. package/dist/components/layout/UluTitleRail.vue.d.ts +2 -2
  41. package/dist/components/layout/UluTitleRail.vue.js +2 -2
  42. package/dist/components/navigation/UluMenuStack.vue.d.ts +2 -2
  43. package/dist/components/navigation/UluMenuStack.vue.js +3 -3
  44. package/dist/components/navigation/UluNavStrip.vue.d.ts +2 -2
  45. package/dist/components/navigation/UluNavStrip.vue.js +1 -1
  46. package/dist/components/systems/facets/UluFacetsFilterAccordions.vue.d.ts +2 -2
  47. package/dist/components/systems/facets/UluFacetsFilterAccordions.vue.js +6 -6
  48. package/dist/components/visualizations/UluProgressBar.vue.d.ts +2 -2
  49. package/dist/components/visualizations/UluProgressBar.vue.js +3 -3
  50. package/dist/components/visualizations/UluProgressCircle.vue.d.ts +2 -2
  51. package/dist/components/visualizations/UluProgressCircle.vue.js +5 -5
  52. package/dist/mcp-data.json +1778 -1776
  53. package/lib/components/collapsible/UluAccordion.vue +1 -1
  54. package/lib/components/collapsible/UluAccordionGroup.vue +1 -1
  55. package/lib/components/collapsible/UluModal.vue +1 -1
  56. package/lib/components/collapsible/UluTabGroup.vue +12 -3
  57. package/lib/components/elements/UluAlert.vue +1 -1
  58. package/lib/components/elements/UluBadge.vue +1 -1
  59. package/lib/components/elements/UluButton.vue +1 -1
  60. package/lib/components/elements/UluButtonVerbose.vue +1 -1
  61. package/lib/components/elements/UluCallout.vue +2 -2
  62. package/lib/components/elements/UluCaptionedFigure.vue +1 -1
  63. package/lib/components/elements/UluCard.vue +2 -2
  64. package/lib/components/elements/UluCounterList.vue +1 -1
  65. package/lib/components/elements/UluDataTable.vue +1 -1
  66. package/lib/components/elements/UluDefinitionList.vue +1 -1
  67. package/lib/components/elements/UluRule.vue +1 -1
  68. package/lib/components/elements/UluScrollSlider.vue +1 -1
  69. package/lib/components/elements/UluSlider.vue +1 -1
  70. package/lib/components/elements/UluTag.vue +1 -1
  71. package/lib/components/forms/UluFormItem.vue +1 -1
  72. package/lib/components/layout/UluTitleRail.vue +1 -1
  73. package/lib/components/navigation/UluMenuStack.vue +1 -1
  74. package/lib/components/navigation/UluNavStrip.vue +1 -1
  75. package/lib/components/systems/facets/UluFacetsFilterAccordions.vue +1 -1
  76. package/lib/components/visualizations/UluProgressBar.vue +1 -1
  77. package/lib/components/visualizations/UluProgressCircle.vue +1 -1
  78. package/package.json +1 -1
@@ -11,7 +11,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
11
11
  triggerTextElement: string;
12
12
  triggerText?: string | undefined;
13
13
  modelValue?: boolean | undefined;
14
- modifiers?: string | unknown[] | undefined;
14
+ modifiers?: string | Record<string, any> | unknown[] | undefined;
15
15
  $props: {
16
16
  readonly startOpen?: boolean | undefined;
17
17
  readonly classes?: Record<string, any> | undefined;
@@ -19,7 +19,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
19
19
  readonly triggerTextElement?: string | undefined;
20
20
  readonly triggerText?: string | undefined;
21
21
  readonly modelValue?: boolean | undefined;
22
- readonly modifiers?: string | unknown[] | undefined;
22
+ readonly modifiers?: string | Record<string, any> | unknown[] | undefined;
23
23
  };
24
24
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
25
25
  type __VLS_TemplateResult = {
@@ -1,8 +1,8 @@
1
1
  import { computed as c, inject as x, onMounted as V, createBlock as s, openBlock as d, unref as O, withCtx as i, renderSlot as l, resolveDynamicComponent as T, createTextVNode as B, toDisplayString as C, createElementVNode as M, normalizeClass as S, createVNode as $ } from "vue";
2
- import A from "../elements/UluIcon.vue.js";
3
- import b from "./UluCollapsible.vue.js";
4
- import { useModifiers as h } from "../../composables/useModifiers.js";
5
- import { newId as j } from "../../utils/dom.js";
2
+ import b from "../elements/UluIcon.vue.js";
3
+ import j from "./UluCollapsible.vue.js";
4
+ import { useModifiers as A } from "../../composables/useModifiers.js";
5
+ import { newId as h } from "../../utils/dom.js";
6
6
  const G = {
7
7
  __name: "UluAccordion",
8
8
  props: {
@@ -55,14 +55,14 @@ const G = {
55
55
  /**
56
56
  * Class modifiers (ie. 'transparent', 'secondary', etc)
57
57
  */
58
- modifiers: [String, Array]
58
+ modifiers: [String, Array, Object]
59
59
  },
60
60
  emits: ["update:modelValue"],
61
61
  setup(t, { emit: u }) {
62
- const r = t, m = u, { resolvedModifiers: g } = h({ props: r, baseClass: "accordion" }), p = c(() => {
62
+ const r = t, m = u, { resolvedModifiers: g } = A({ props: r, baseClass: "accordion" }), p = c(() => {
63
63
  const e = { ...r.classes };
64
64
  return e.container = [e.container, g.value], e;
65
- }), o = x("uluAccordionGroup", null), a = j("ulu-accordion");
65
+ }), o = x("uluAccordionGroup", null), a = h("ulu-accordion");
66
66
  V(() => {
67
67
  o && r.startOpen && o.toggle(a, !0);
68
68
  });
@@ -70,7 +70,7 @@ const G = {
70
70
  function y(e) {
71
71
  o && o.toggle(a, e), m("update:modelValue", e);
72
72
  }
73
- return (e, E) => (d(), s(b, {
73
+ return (e, E) => (d(), s(j, {
74
74
  id: O(a),
75
75
  "model-value": f.value,
76
76
  "start-open": t.startOpen,
@@ -92,7 +92,7 @@ const G = {
92
92
  M("span", {
93
93
  class: S(["accordion__icon", t.classes.icon])
94
94
  }, [
95
- $(A, {
95
+ $(b, {
96
96
  icon: n ? "type:collapse" : "type:expand",
97
97
  style: { display: "inline" }
98
98
  }, null, 8, ["icon"])
@@ -7,12 +7,12 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
7
7
  animate: boolean | Record<string, any>;
8
8
  triggerTextElement: string;
9
9
  items: unknown[];
10
- modifiers?: string | unknown[] | undefined;
10
+ modifiers?: string | Record<string, any> | unknown[] | undefined;
11
11
  $props: {
12
12
  readonly animate?: boolean | Record<string, any> | undefined;
13
13
  readonly triggerTextElement?: string | undefined;
14
14
  readonly items?: unknown[] | undefined;
15
- readonly modifiers?: string | unknown[] | undefined;
15
+ readonly modifiers?: string | Record<string, any> | unknown[] | undefined;
16
16
  };
17
17
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
18
18
  type __VLS_TemplateResult = {
@@ -1,5 +1,5 @@
1
- import { ref as m, provide as f, createElementBlock as c, openBlock as l, renderSlot as s, Fragment as p, renderList as y, createBlock as k, createSlots as $, withCtx as a, createTextVNode as v, toDisplayString as A } from "vue";
2
- import O from "./UluAccordion.vue.js";
1
+ import { ref as m, provide as f, createElementBlock as g, openBlock as l, renderSlot as s, Fragment as p, renderList as y, createBlock as k, createSlots as $, withCtx as a, createTextVNode as v, toDisplayString as O } from "vue";
2
+ import A from "./UluAccordion.vue.js";
3
3
  const S = { class: "accordion-group" }, B = {
4
4
  __name: "UluAccordionGroup",
5
5
  props: {
@@ -21,7 +21,7 @@ const S = { class: "accordion-group" }, B = {
21
21
  /**
22
22
  * Class modifiers (ie. 'transparent', 'secondary', etc)
23
23
  */
24
- modifiers: [String, Array],
24
+ modifiers: [String, Array, Object],
25
25
  /**
26
26
  * Enable or configure animations.
27
27
  * - `false` (default) to disable all animations.
@@ -35,14 +35,14 @@ const S = { class: "accordion-group" }, B = {
35
35
  },
36
36
  setup(r) {
37
37
  const i = m(null);
38
- function u(e, g) {
39
- g ? i.value = e : i.value === e && (i.value = null);
38
+ function u(e, c) {
39
+ c ? i.value = e : i.value === e && (i.value = null);
40
40
  }
41
41
  return f("uluAccordionGroup", {
42
42
  activeAccordionId: i,
43
43
  toggle: u
44
- }), (e, g) => (l(), c("div", S, [
45
- r.items?.length ? (l(!0), c(p, { key: 0 }, y(r.items, (t, o) => (l(), k(O, {
44
+ }), (e, c) => (l(), g("div", S, [
45
+ r.items?.length ? (l(!0), g(p, { key: 0 }, y(r.items, (t, o) => (l(), k(A, {
46
46
  key: o,
47
47
  "start-open": t.isOpen,
48
48
  "trigger-text": t.title,
@@ -58,7 +58,7 @@ const S = { class: "accordion-group" }, B = {
58
58
  isOpen: n,
59
59
  toggle: d
60
60
  }, () => [
61
- v(A(t.content), 1)
61
+ v(O(t.content), 1)
62
62
  ])
63
63
  ]),
64
64
  _: 2
@@ -27,7 +27,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
27
27
  titleIcon?: string | undefined;
28
28
  resizerIcon?: string | undefined;
29
29
  closeIcon?: string | undefined;
30
- modifiers?: string | unknown[] | undefined;
30
+ modifiers?: string | Record<string, any> | unknown[] | undefined;
31
31
  $props: {
32
32
  readonly classes?: Record<string, any> | undefined;
33
33
  readonly clickOutsideCloses?: boolean | undefined;
@@ -51,7 +51,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
51
51
  readonly titleIcon?: string | undefined;
52
52
  readonly resizerIcon?: string | undefined;
53
53
  readonly closeIcon?: string | undefined;
54
- readonly modifiers?: string | unknown[] | undefined;
54
+ readonly modifiers?: string | Record<string, any> | unknown[] | undefined;
55
55
  };
56
56
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, any, any>;
57
57
  type __VLS_TemplateResult = any;
@@ -117,7 +117,7 @@ const ue = ["aria-labelledby", "aria-describedby"], de = ["id"], fe = { class: "
117
117
  /**
118
118
  * Modifiers (to add any modifier classes based on base class [ie. 'tertiary'])
119
119
  */
120
- modifiers: [String, Array],
120
+ modifiers: [String, Array, Object],
121
121
  /**
122
122
  * Opt-in convenience behavior. If the modal body's sole content is an iframe, it automatically applies layout fixes.
123
123
  */
@@ -129,11 +129,11 @@ const ue = ["aria-labelledby", "aria-describedby"], de = ["id"], fe = { class: "
129
129
  },
130
130
  emits: ["update:modelValue", "close", "open"],
131
131
  setup(t, { emit: j }) {
132
- const c = j, e = t, D = J(), N = n(null), E = ce("ulu-modal-title"), B = n(!1), o = n(null), $ = n(null), k = n(null), i = n({
132
+ const c = j, e = t, D = J(), N = n(null), E = ce("ulu-modal-title"), B = n(!1), o = n(null), O = n(null), k = n(null), i = n({
133
133
  isStaticSize: !1,
134
134
  isFill: !1,
135
135
  bodyStyle: {}
136
- }), O = u(() => e.title || D.title), v = u(() => {
136
+ }), $ = u(() => e.title || D.title), v = u(() => {
137
137
  const { allowResize: l, position: s } = e;
138
138
  if (!l || !s) return !1;
139
139
  const h = ["left", "right", "center"];
@@ -142,7 +142,7 @@ const ue = ["aria-labelledby", "aria-describedby"], de = ["id"], fe = { class: "
142
142
  [e.position]: e.position,
143
143
  resize: e.allowResize,
144
144
  "no-resize": !e.allowResize,
145
- "no-header": !O.value,
145
+ "no-header": !$.value,
146
146
  "body-fills": e.bodyFills,
147
147
  "no-backdrop": e.noBackdrop,
148
148
  "no-min-height": e.noMinHeight,
@@ -178,7 +178,7 @@ const ue = ["aria-labelledby", "aria-describedby"], de = ["id"], fe = { class: "
178
178
  }, I = () => {
179
179
  if (v.value) {
180
180
  const l = e.position === "center" ? { fromX: "right", fromY: "bottom", multiplier: 2 } : { fromX: e.position === "right" ? "left" : "right" };
181
- S = new ne(o.value, $.value, l), z = () => {
181
+ S = new ne(o.value, O.value, l), z = () => {
182
182
  B.value = !0;
183
183
  }, p = () => {
184
184
  setTimeout(() => {
@@ -228,7 +228,7 @@ const ue = ["aria-labelledby", "aria-describedby"], de = ["id"], fe = { class: "
228
228
  onClose: q,
229
229
  onClick: W
230
230
  }, [
231
- O.value ? (d(), C("header", {
231
+ $.value ? (d(), C("header", {
232
232
  key: 0,
233
233
  class: r(["modal__header", t.classes.header])
234
234
  }, [
@@ -277,7 +277,7 @@ const ue = ["aria-labelledby", "aria-describedby"], de = ["id"], fe = { class: "
277
277
  key: 2,
278
278
  class: "modal__resizer",
279
279
  ref_key: "resizer",
280
- ref: $,
280
+ ref: O,
281
281
  type: "button"
282
282
  }, [
283
283
  m(l.$slots, "resizerIcon", {}, () => [
@@ -4,17 +4,20 @@ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
4
  $slots: S;
5
5
  });
6
6
  declare const __VLS_component: import('vue').DefineComponent<{}, {
7
+ $emit: (event: "change", ...args: any[]) => void;
7
8
  vertical: boolean;
8
9
  sticky: boolean;
9
10
  transparent: boolean;
10
- modifiers?: string | unknown[] | undefined;
11
+ modifiers?: string | Record<string, any> | unknown[] | undefined;
11
12
  defaultIndex?: number | undefined;
13
+ selectedIndex?: number | undefined;
12
14
  $props: {
13
15
  readonly vertical?: boolean | undefined;
14
16
  readonly sticky?: boolean | undefined;
15
17
  readonly transparent?: boolean | undefined;
16
- readonly modifiers?: string | unknown[] | undefined;
18
+ readonly modifiers?: string | Record<string, any> | unknown[] | undefined;
17
19
  readonly defaultIndex?: number | undefined;
20
+ readonly selectedIndex?: number | undefined;
18
21
  };
19
22
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
20
23
  type __VLS_TemplateResult = {
@@ -1 +1 @@
1
- {"version":3,"file":"UluTabGroup.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/collapsible/UluTabGroup.vue"],"names":[],"mappings":"AAeA;wBA2KqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;;6BAEtE,CAAC,EAAE,CAAC;;;AAVjC;;;;;;;;;;;;;2OAOG"}
1
+ {"version":3,"file":"UluTabGroup.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/collapsible/UluTabGroup.vue"],"names":[],"mappings":"AAiBA;wBAwMqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;;6BAEtE,CAAC,EAAE,CAAC;;;AAXjC;;;;;;;;;;;;;;;;2OAQG"}
@@ -1,15 +1,19 @@
1
- import { computed as n, createBlock as i, openBlock as l, unref as a, withCtx as c, createElementVNode as d, mergeProps as u, renderSlot as f, normalizeProps as p, guardReactiveProps as m } from "vue";
1
+ import { computed as l, createBlock as i, openBlock as d, unref as s, withCtx as c, createElementVNode as u, mergeProps as m, renderSlot as f, normalizeProps as p, guardReactiveProps as b } from "vue";
2
2
  import { TabGroup as v } from "@headlessui/vue";
3
- import { useModifiers as b } from "../../composables/useModifiers.js";
4
- const y = /* @__PURE__ */ Object.assign({
3
+ import { useModifiers as x } from "../../composables/useModifiers.js";
4
+ const B = /* @__PURE__ */ Object.assign({
5
5
  inheritAttrs: !1
6
6
  }, {
7
7
  __name: "UluTabGroup",
8
8
  props: {
9
9
  /**
10
- * Active tab index by default
10
+ * Active tab index by default (uncontrolled)
11
11
  */
12
12
  defaultIndex: Number,
13
+ /**
14
+ * Actively selected tab index (controlled)
15
+ */
16
+ selectedIndex: Number,
13
17
  /**
14
18
  * Whether or not to use vertical layout
15
19
  */
@@ -25,33 +29,36 @@ const y = /* @__PURE__ */ Object.assign({
25
29
  /**
26
30
  * Class modifiers (ie. 'transparent', 'secondary', etc)
27
31
  */
28
- modifiers: [String, Array]
32
+ modifiers: [String, Array, Object]
29
33
  },
30
- setup(t) {
31
- const e = t, { resolvedModifiers: s } = b({
32
- props: e,
34
+ emits: ["change"],
35
+ setup(e) {
36
+ const t = e, { resolvedModifiers: o } = x({
37
+ props: t,
33
38
  baseClass: "tabs",
34
- internal: n(() => ({
35
- vertical: e.vertical,
36
- sticky: e.sticky,
37
- transparent: e.transparent
39
+ internal: l(() => ({
40
+ vertical: t.vertical,
41
+ sticky: t.sticky,
42
+ transparent: t.transparent
38
43
  }))
39
44
  });
40
- return (r, k) => (l(), i(a(v), {
41
- defaultIndex: t.defaultIndex,
42
- vertical: t.vertical
45
+ return (r, n) => (d(), i(s(v), {
46
+ defaultIndex: e.defaultIndex,
47
+ selectedIndex: e.selectedIndex,
48
+ vertical: e.vertical,
49
+ onChange: n[0] || (n[0] = (a) => r.$emit("change", a))
43
50
  }, {
44
- default: c((o) => [
45
- d("div", u(r.$attrs, {
46
- class: ["tabs", a(s)]
51
+ default: c((a) => [
52
+ u("div", m(r.$attrs, {
53
+ class: ["tabs", s(o)]
47
54
  }), [
48
- f(r.$slots, "default", p(m(o)))
55
+ f(r.$slots, "default", p(b(a)))
49
56
  ], 16)
50
57
  ]),
51
58
  _: 3
52
- }, 8, ["defaultIndex", "vertical"]));
59
+ }, 8, ["defaultIndex", "selectedIndex", "vertical"]));
53
60
  }
54
61
  });
55
62
  export {
56
- y as default
63
+ B as default
57
64
  };
@@ -8,14 +8,14 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
8
8
  compact: boolean;
9
9
  icon?: string | undefined;
10
10
  title?: string | undefined;
11
- modifiers?: string | unknown[] | undefined;
11
+ modifiers?: string | Record<string, any> | unknown[] | undefined;
12
12
  description?: string | undefined;
13
13
  $props: {
14
14
  readonly type?: string | undefined;
15
15
  readonly compact?: boolean | undefined;
16
16
  readonly icon?: string | undefined;
17
17
  readonly title?: string | undefined;
18
- readonly modifiers?: string | unknown[] | undefined;
18
+ readonly modifiers?: string | Record<string, any> | unknown[] | undefined;
19
19
  readonly description?: string | undefined;
20
20
  };
21
21
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
@@ -33,7 +33,7 @@ const v = { class: "layout-flex" }, S = { class: "type-small" }, $ = {
33
33
  /**
34
34
  * Modifiers (to add any modifier classes based on base class [ie. 'tertiary'])
35
35
  */
36
- modifiers: [String, Array]
36
+ modifiers: [String, Array, Object]
37
37
  },
38
38
  setup(e) {
39
39
  const o = e, { resolvedModifiers: c } = y({
@@ -7,7 +7,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
7
7
  skeleton: boolean;
8
8
  type?: string | undefined;
9
9
  size?: string | undefined;
10
- modifiers?: string | unknown[] | undefined;
10
+ modifiers?: string | Record<string, any> | unknown[] | undefined;
11
11
  to?: string | Record<string, any> | undefined;
12
12
  href?: string | undefined;
13
13
  click?: Function | undefined;
@@ -17,7 +17,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
17
17
  readonly skeleton?: boolean | undefined;
18
18
  readonly type?: string | undefined;
19
19
  readonly size?: string | undefined;
20
- readonly modifiers?: string | unknown[] | undefined;
20
+ readonly modifiers?: string | Record<string, any> | unknown[] | undefined;
21
21
  readonly to?: string | Record<string, any> | undefined;
22
22
  readonly href?: string | undefined;
23
23
  readonly click?: Function | undefined;
@@ -1,10 +1,10 @@
1
- import { computed as o, createBlock as m, openBlock as a, resolveDynamicComponent as f, normalizeClass as i, unref as g, withCtx as h, createElementVNode as y, createElementBlock as r, renderSlot as S, createCommentVNode as b, toDisplayString as c } from "vue";
1
+ import { computed as o, createBlock as m, openBlock as a, resolveDynamicComponent as f, normalizeClass as i, unref as g, withCtx as h, createElementVNode as y, createElementBlock as r, renderSlot as b, createCommentVNode as S, toDisplayString as c } from "vue";
2
2
  import { RouterLink as C } from "vue-router";
3
3
  import { useModifiers as v } from "../../composables/useModifiers.js";
4
4
  const B = ["aria-hidden"], x = {
5
5
  key: 2,
6
6
  class: "hidden-visually"
7
- }, E = {
7
+ }, D = {
8
8
  __name: "UluBadge",
9
9
  props: {
10
10
  /**
@@ -42,7 +42,7 @@ const B = ["aria-hidden"], x = {
42
42
  /**
43
43
  * Modifiers (to add any modifier classes based on base class [ie. 'tertiary'])
44
44
  */
45
- modifiers: [String, Array]
45
+ modifiers: [String, Array, Object]
46
46
  },
47
47
  setup(e) {
48
48
  const t = e, s = o(() => !!(t.to || t.click)), { resolvedModifiers: d } = v({
@@ -70,8 +70,8 @@ const B = ["aria-hidden"], x = {
70
70
  e.text ? (a(), r("span", {
71
71
  key: 0,
72
72
  "aria-hidden": e.alt ? "true" : null
73
- }, c(e.text), 9, B)) : S(n.$slots, "default", { key: 1 }),
74
- e.alt ? (a(), r("span", x, c(e.alt), 1)) : b("", !0)
73
+ }, c(e.text), 9, B)) : b(n.$slots, "default", { key: 1 }),
74
+ e.alt ? (a(), r("span", x, c(e.alt), 1)) : S("", !0)
75
75
  ], 2)
76
76
  ]),
77
77
  _: 3
@@ -79,5 +79,5 @@ const B = ["aria-hidden"], x = {
79
79
  }
80
80
  };
81
81
  export {
82
- E as default
82
+ D as default
83
83
  };
@@ -16,7 +16,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
16
16
  type?: string | undefined;
17
17
  size?: string | undefined;
18
18
  icon?: string | unknown[] | undefined;
19
- modifiers?: string | unknown[] | undefined;
19
+ modifiers?: string | Record<string, any> | unknown[] | undefined;
20
20
  to?: string | Record<string, any> | undefined;
21
21
  target?: string | undefined;
22
22
  href?: string | undefined;
@@ -37,7 +37,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
37
37
  readonly type?: string | undefined;
38
38
  readonly size?: string | undefined;
39
39
  readonly icon?: string | unknown[] | undefined;
40
- readonly modifiers?: string | unknown[] | undefined;
40
+ readonly modifiers?: string | Record<string, any> | unknown[] | undefined;
41
41
  readonly to?: string | Record<string, any> | undefined;
42
42
  readonly target?: string | undefined;
43
43
  readonly href?: string | undefined;
@@ -3,7 +3,7 @@ import b from "../utils/UluAction.vue.js";
3
3
  import c from "./UluIcon.vue.js";
4
4
  import { useModifiers as S } from "../../composables/useModifiers.js";
5
5
  import { checkDeprecatedProps as h } from "../../utils/props.js";
6
- const k = { key: 1 }, C = {
6
+ const O = { key: 1 }, C = {
7
7
  __name: "UluButton",
8
8
  props: {
9
9
  /**
@@ -83,7 +83,7 @@ const k = { key: 1 }, C = {
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
  * Button type (e.g. 'submit', 'reset', 'button').
89
89
  */
@@ -111,7 +111,7 @@ const k = { key: 1 }, C = {
111
111
  const t = n.ariaLabel || n.alt || n.iconOnly && n.text;
112
112
  return t || null;
113
113
  });
114
- return (t, O) => (o(), a(b, {
114
+ return (t, k) => (o(), a(b, {
115
115
  to: e.to,
116
116
  href: e.href,
117
117
  target: e.target,
@@ -132,7 +132,7 @@ const k = { key: 1 }, C = {
132
132
  icon: e.icon,
133
133
  class: "button__icon"
134
134
  }, null, 8, ["icon"])) : r("", !0),
135
- (t.$slots.default || e.text) && !e.iconOnly ? (o(), g("span", k, [
135
+ (t.$slots.default || e.text) && !e.iconOnly ? (o(), g("span", O, [
136
136
  l(t.$slots, "default", {}, () => [
137
137
  y(B(e.text), 1)
138
138
  ])
@@ -10,7 +10,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
10
10
  icon?: string | unknown[] | undefined;
11
11
  body?: string | undefined;
12
12
  title?: string | undefined;
13
- modifiers?: string | unknown[] | undefined;
13
+ modifiers?: string | Record<string, any> | unknown[] | undefined;
14
14
  to?: string | Record<string, any> | undefined;
15
15
  target?: string | undefined;
16
16
  href?: string | undefined;
@@ -22,7 +22,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
22
22
  readonly icon?: string | unknown[] | undefined;
23
23
  readonly body?: string | undefined;
24
24
  readonly title?: string | undefined;
25
- readonly modifiers?: string | unknown[] | undefined;
25
+ readonly modifiers?: string | Record<string, any> | unknown[] | undefined;
26
26
  readonly to?: string | Record<string, any> | undefined;
27
27
  readonly target?: string | undefined;
28
28
  readonly href?: string | undefined;
@@ -54,7 +54,7 @@ const v = {
54
54
  /**
55
55
  * Modifiers (to add any modifier classes based on base class [ie. 'tertiary'])
56
56
  */
57
- modifiers: [String, Array]
57
+ modifiers: [String, Array, Object]
58
58
  },
59
59
  setup(t) {
60
60
  const n = t, { resolvedModifiers: c } = S({
@@ -5,10 +5,10 @@ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
5
5
  });
6
6
  declare const __VLS_component: import('vue').DefineComponent<{}, {
7
7
  fullHeight: boolean;
8
- modifiers?: string | unknown[] | undefined;
8
+ modifiers?: string | Record<string, any> | unknown[] | undefined;
9
9
  $props: {
10
10
  readonly fullHeight?: boolean | undefined;
11
- readonly modifiers?: string | unknown[] | undefined;
11
+ readonly modifiers?: string | Record<string, any> | unknown[] | undefined;
12
12
  };
13
13
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
14
14
  type __VLS_TemplateResult = {
@@ -1,4 +1,4 @@
1
- import { createElementBlock as t, openBlock as s, normalizeClass as a, unref as i, renderSlot as n } from "vue";
1
+ import { createElementBlock as r, openBlock as s, normalizeClass as a, unref as i, renderSlot as n } from "vue";
2
2
  import { useModifiers as u } from "../../composables/useModifiers.js";
3
3
  const d = {
4
4
  __name: "UluCallout",
@@ -9,16 +9,16 @@ const d = {
9
9
  fullHeight: Boolean,
10
10
  /**
11
11
  * Class modifiers (ie. 'transparent', 'secondary', etc)
12
- * - Can be String or Array of Strings
12
+ * - Can be String, Array, or Object
13
13
  */
14
- modifiers: [String, Array]
14
+ modifiers: [String, Array, Object]
15
15
  },
16
16
  setup(e) {
17
17
  const l = e, { resolvedModifiers: o } = u({ props: l, baseClass: "callout" });
18
- return (r, c) => (s(), t("div", {
18
+ return (t, c) => (s(), r("div", {
19
19
  class: a(["callout", [i(o), { "full-height": e.fullHeight }]])
20
20
  }, [
21
- n(r.$slots, "default")
21
+ n(t.$slots, "default")
22
22
  ], 2));
23
23
  }
24
24
  };
@@ -6,11 +6,11 @@ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
6
6
  declare const __VLS_component: import('vue').DefineComponent<{}, {
7
7
  caption: string;
8
8
  position?: string | undefined;
9
- modifiers?: string | unknown[] | undefined;
9
+ modifiers?: string | Record<string, any> | unknown[] | undefined;
10
10
  $props: {
11
11
  readonly caption?: string | undefined;
12
12
  readonly position?: string | undefined;
13
- readonly modifiers?: string | unknown[] | undefined;
13
+ readonly modifiers?: string | Record<string, any> | unknown[] | undefined;
14
14
  };
15
15
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLElement>;
16
16
  type __VLS_TemplateResult = {
@@ -20,7 +20,7 @@ const m = {
20
20
  /**
21
21
  * Modifiers for styling and positioning (e.g., 'bottom', 'center', 'right', 'traditional').
22
22
  */
23
- modifiers: [String, Array]
23
+ modifiers: [String, Array, Object]
24
24
  },
25
25
  setup(t) {
26
26
  const e = t, { resolvedModifiers: s } = f({
@@ -15,7 +15,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
15
15
  horizontalCenter: boolean;
16
16
  overlay: boolean;
17
17
  title?: string | undefined;
18
- modifiers?: string | unknown[] | undefined;
18
+ modifiers?: string | Record<string, any> | unknown[] | undefined;
19
19
  to?: string | Record<string, any> | undefined;
20
20
  target?: string | undefined;
21
21
  href?: string | undefined;
@@ -36,7 +36,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
36
36
  readonly horizontalCenter?: boolean | undefined;
37
37
  readonly overlay?: boolean | undefined;
38
38
  readonly title?: string | undefined;
39
- readonly modifiers?: string | unknown[] | undefined;
39
+ readonly modifiers?: string | Record<string, any> | unknown[] | undefined;
40
40
  readonly to?: string | Record<string, any> | undefined;
41
41
  readonly target?: string | undefined;
42
42
  readonly href?: string | undefined;