@unimelb/pattern-lib-vue 17.5.0-alpha.1 → 17.6.0
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.
- package/.out/vue.js +2 -2
- package/package.json +1 -1
package/.out/vue.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock as c, createElementBlock as m, normalizeClass as R, renderSlot as G, resolveComponent as I, createVNode as x, withCtx as O, createElementVNode as d, normalizeStyle as ie, toDisplayString as w, Fragment as X, createCommentVNode as T, createTextVNode as N, renderList as J, mergeProps as Le, createBlock as q, resolveDynamicComponent as me, useTemplateRef as pe, ref as te, computed as Q, onMounted as tt, withKeys as ue, withDirectives as fe, vShow as tn, createApp as Ca, h as Se, useId as nn, Transition as Me, withModifiers as re, resolveDirective as hs, vModelSelect as $a, useAttrs as ms, unref as we, nextTick as sn, onUnmounted as Jn, vModelText as Zn, createSlots as Ti, provide as ei, toRef as ps, inject as Ia, watch as Te, TransitionGroup as qn, useModel as Ve, onBeforeMount as Ea, mergeModels as ge, vModelRadio as Dt, readonly as La, customRef as Aa, getCurrentScope as gs, onScopeDispose as _s, shallowRef as Nt, toValue as Ce, onUpdated as vs, onBeforeUnmount as bs, onBeforeUpdate as Oa, shallowReadonly as at } from "vue";
|
|
2
2
|
const ht = (e) => {
|
|
3
3
|
let n = e;
|
|
4
|
-
const t = "https://
|
|
4
|
+
const t = "https://d2glwx35mhbfwf.cloudfront.net/v17.6.0/";
|
|
5
5
|
return e.startsWith("/assets/") ? n = e.replace("/assets/", t) : e.startsWith("/") && (n = e.replace("/", t)), n;
|
|
6
6
|
}, kt = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=", je = ht(
|
|
7
7
|
"/images/staff-placeholder.png"
|
|
@@ -5486,7 +5486,7 @@ const li = /* @__PURE__ */ P(Fh, [["render", Nh]]), Vh = ["aria-hidden", "aria-l
|
|
|
5486
5486
|
setup(e) {
|
|
5487
5487
|
const n = e, t = (i, r) => {
|
|
5488
5488
|
const l = r === "graphic" ? "graphic" : "functional", o = encodeURIComponent(i);
|
|
5489
|
-
return `https://
|
|
5489
|
+
return `https://d2glwx35mhbfwf.cloudfront.net/v17.6.0/icons/${l}/${o}.svg`;
|
|
5490
5490
|
}, s = Q(() => ({
|
|
5491
5491
|
"uom-icon": !0,
|
|
5492
5492
|
"uom-icon--graphic": n.iconSet === "graphic",
|
package/package.json
CHANGED