@ulu/frontend-vue 0.1.1-beta.8 → 0.1.1-beta.9

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.
@@ -1,4 +1,4 @@
1
- import { l as o, r as h, a as p, g as v } from "./index-DygmGRgT.js";
1
+ import { l as o, r as h, a as p, g as v } from "./index-CKwd4H_k.js";
2
2
  const k = {
3
3
  iconClassClose: "css-icon css-icon--close",
4
4
  iconClassDragX: "css-icon css-icon--drag-x",
@@ -1,4 +1,4 @@
1
- import { _ as l, N as e, s as u, a1 as U, t, u as o, Q as i, v as r, w as n, x as c, y as S, h as d, W as F, O as p, z as b, j as m, X as k, Y as T, A as g, a5 as P, a6 as h, a7 as w, a8 as y, ad as A, a9 as L, aa as v, ab as M, ac as x, H as B, I as C, J as R, K as f, L as D, B as I, am as N, C as E, D as j, R as q, S as G, U as V, T as z, k as H, Z as O, $ as W, a2 as J, a3 as K, a0 as Q, ae as X, af as Y, ag as Z, ah as _, M as $, G as aa, ai as sa, aj as la, ak as ea, al as ua, V as Ua, an as ta, ao as oa, E as ia, m as ra, n as na, o as ca, p as Sa, q as da, ap as Fa, aq as pa, ar as ba, F as ma, P as ka, f as Ta, b as ga, d as Pa, c as ha, e as wa, aw as ya, ay as Aa, a4 as La, as as va, at as Ma, ax as xa, av as Ba, au as Ca, i as Ra } from "./index-DygmGRgT.js";
1
+ import { _ as l, N as e, s as u, a1 as U, t, u as o, Q as i, v as r, w as n, x as c, y as S, h as d, W as F, O as p, z as b, j as m, X as k, Y as T, A as g, a5 as P, a6 as h, a7 as w, a8 as y, ad as A, a9 as L, aa as v, ab as M, ac as x, H as B, I as C, J as R, K as f, L as D, B as I, am as N, C as E, D as j, R as q, S as G, U as V, T as z, k as H, Z as O, $ as W, a2 as J, a3 as K, a0 as Q, ae as X, af as Y, ag as Z, ah as _, M as $, G as aa, ai as sa, aj as la, ak as ea, al as ua, V as Ua, an as ta, ao as oa, E as ia, m as ra, n as na, o as ca, p as Sa, q as da, ap as Fa, aq as pa, ar as ba, F as ma, P as ka, f as Ta, b as ga, d as Pa, c as ha, e as wa, aw as ya, ay as Aa, a4 as La, as as va, at as Ma, ax as xa, av as Ba, au as Ca, i as Ra } from "./index-CKwd4H_k.js";
2
2
  export {
3
3
  l as UluAccordion,
4
4
  e as UluAdaptiveLayout,
@@ -24,8 +24,8 @@ const mn = {
24
24
  pathSeparator: "fas fa-chevron-right",
25
25
  image: "fas fa-image",
26
26
  file: "fas fa-file",
27
- next: "fas fa-chevron-left",
28
- previous: "fas fa-chevron-right",
27
+ previous: "fas fa-chevron-left",
28
+ next: "fas fa-chevron-right",
29
29
  dropdownExpand: "fas fa-caret-down"
30
30
  }
31
31
  };
@@ -1541,7 +1541,7 @@ function ni(e) {
1541
1541
  await new Promise((f) => {
1542
1542
  document.readyState === "loading" ? document.addEventListener("DOMContentLoaded", () => f()) : f();
1543
1543
  });
1544
- const r = await import("./breakpoints-D4qCPIvM.js"), { BreakpointManager: l } = r, a = xe(new l(n.plugin));
1544
+ const r = await import("./breakpoints-Dg_Ts8Aj.js"), { BreakpointManager: l } = r, a = xe(new l(n.plugin));
1545
1545
  t.value = xe(a);
1546
1546
  const c = () => {
1547
1547
  s.value = a.active, o.value = a.resizeDirection;
@@ -6099,7 +6099,7 @@ function xa(e, n, t, s, o, i) {
6099
6099
  }, [
6100
6100
  z(r, {
6101
6101
  class: "slideshow__control-icon",
6102
- icon: "type:next"
6102
+ icon: "type:previous"
6103
6103
  })
6104
6104
  ], 8, ka)
6105
6105
  ]),
@@ -6112,7 +6112,7 @@ function xa(e, n, t, s, o, i) {
6112
6112
  }, [
6113
6113
  z(r, {
6114
6114
  class: "slideshow__control-icon",
6115
- icon: "type:previous"
6115
+ icon: "type:next"
6116
6116
  })
6117
6117
  ], 8, Ca)
6118
6118
  ])
@@ -50,7 +50,7 @@
50
50
  @click="previous"
51
51
  :disabled="!canScrollLeft"
52
52
  >
53
- <UluIcon class="slideshow__control-icon" icon="type:next"/>
53
+ <UluIcon class="slideshow__control-icon" icon="type:previous"/>
54
54
  </button>
55
55
  </li>
56
56
  <li class="slideshow__controls-item slideshow__controls-item--next">
@@ -60,7 +60,7 @@
60
60
  @click="next"
61
61
  :disabled="!canScrollRight"
62
62
  >
63
- <UluIcon class="slideshow__control-icon" icon="type:previous" />
63
+ <UluIcon class="slideshow__control-icon" icon="type:next" />
64
64
  </button>
65
65
  </li>
66
66
  </ul>
@@ -24,8 +24,8 @@ const defaults = {
24
24
  pathSeparator: "fas fa-chevron-right",
25
25
  image: "fas fa-image",
26
26
  file: "fas fa-file",
27
- next: "fas fa-chevron-left",
28
- previous: "fas fa-chevron-right",
27
+ previous: "fas fa-chevron-left",
28
+ next: "fas fa-chevron-right",
29
29
  dropdownExpand: "fas fa-caret-down"
30
30
  }
31
31
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ulu/frontend-vue",
3
- "version": "0.1.1-beta.8",
3
+ "version": "0.1.1-beta.9",
4
4
  "description": "A modular and tree-shakeable Vue 3 component library for the Ulu frontend",
5
5
  "type": "module",
6
6
  "files": [