@point-hub/papp 0.1.3 → 0.1.4
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/dist/components/base-icon.vue.d.ts +1 -4
- package/dist/index.css +1 -1
- package/dist/index.js +13 -14
- package/dist/index.umd.cjs +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -3075,12 +3075,11 @@ const hd = { class: "dropdown-trigger-button" }, gd = /* @__PURE__ */ R({
|
|
|
3075
3075
|
}), Ad = /* @__PURE__ */ oe(yd, [["__scopeId", "data-v-83495c7b"]]), Ei = /* @__PURE__ */ R({
|
|
3076
3076
|
__name: "base-icon",
|
|
3077
3077
|
props: {
|
|
3078
|
-
icon: {}
|
|
3079
|
-
fixedWidth: { type: Boolean, default: !0 }
|
|
3078
|
+
icon: {}
|
|
3080
3079
|
},
|
|
3081
3080
|
setup(e) {
|
|
3082
3081
|
return (t, n) => (w(), B("span", {
|
|
3083
|
-
class: z([e.icon, "inline-block", "text-xl"
|
|
3082
|
+
class: z([e.icon, "inline-block", "text-xl"])
|
|
3084
3083
|
}, null, 2));
|
|
3085
3084
|
}
|
|
3086
3085
|
}), wd = ["href"], xd = /* @__PURE__ */ R({
|
|
@@ -11349,19 +11348,19 @@ const ob = /* @__PURE__ */ oe(eb, [["render", ab], ["__scopeId", "data-v-918420e
|
|
|
11349
11348
|
return w(), Y(i, {
|
|
11350
11349
|
variant: "text",
|
|
11351
11350
|
color: "primary",
|
|
11352
|
-
size: "
|
|
11351
|
+
size: "lg",
|
|
11353
11352
|
onClick: a[0] || (a[0] = (s) => t.onToggleDarkMode()),
|
|
11354
11353
|
class: "text-slate-900 dark:text-slate-50 flex justify-left!"
|
|
11355
11354
|
}, {
|
|
11356
11355
|
default: _(() => [
|
|
11357
11356
|
n.value ? (w(), Y(o, {
|
|
11358
11357
|
key: 0,
|
|
11359
|
-
icon: "i-ph
|
|
11360
|
-
class: "
|
|
11358
|
+
icon: "i-ph:sun-duotone",
|
|
11359
|
+
class: "w-1.25em"
|
|
11361
11360
|
})) : (w(), Y(o, {
|
|
11362
11361
|
key: 1,
|
|
11363
|
-
icon: "i-ph
|
|
11364
|
-
class: "
|
|
11362
|
+
icon: "i-ph:moon-duotone",
|
|
11363
|
+
class: "w-1.25em"
|
|
11365
11364
|
})),
|
|
11366
11365
|
a[1] || (a[1] = O("p", null, "Dark Mode", -1))
|
|
11367
11366
|
]),
|
|
@@ -11381,14 +11380,14 @@ const ob = /* @__PURE__ */ oe(eb, [["render", ab], ["__scopeId", "data-v-918420e
|
|
|
11381
11380
|
return w(), Y(o, {
|
|
11382
11381
|
variant: "text",
|
|
11383
11382
|
color: "danger",
|
|
11384
|
-
size: "
|
|
11383
|
+
size: "lg",
|
|
11385
11384
|
class: "text-slate-900 dark:text-slate-50 flex justify-left!",
|
|
11386
11385
|
onClick: t.onSignout
|
|
11387
11386
|
}, {
|
|
11388
11387
|
default: _(() => [
|
|
11389
11388
|
H(a, {
|
|
11390
|
-
icon: "i-ph
|
|
11391
|
-
class: "
|
|
11389
|
+
icon: "i-ph:sign-out-duotone",
|
|
11390
|
+
class: "w-1.25em"
|
|
11392
11391
|
}),
|
|
11393
11392
|
r[0] || (r[0] = O("p", null, "Sign Out", -1))
|
|
11394
11393
|
]),
|
|
@@ -11411,14 +11410,14 @@ const ob = /* @__PURE__ */ oe(eb, [["render", ab], ["__scopeId", "data-v-918420e
|
|
|
11411
11410
|
H(s, {
|
|
11412
11411
|
variant: "text",
|
|
11413
11412
|
color: "primary",
|
|
11414
|
-
size: "
|
|
11413
|
+
size: "lg",
|
|
11415
11414
|
class: "text-slate-900 dark:text-slate-50 flex justify-left!",
|
|
11416
11415
|
onClick: n
|
|
11417
11416
|
}, {
|
|
11418
11417
|
default: _(() => [
|
|
11419
11418
|
H(i, {
|
|
11420
|
-
icon: "i-ph
|
|
11421
|
-
class: "
|
|
11419
|
+
icon: "i-ph:buildings-duotone",
|
|
11420
|
+
class: "w-1.25em"
|
|
11422
11421
|
}),
|
|
11423
11422
|
o[0] || (o[0] = O("p", null, "Switch Organization", -1))
|
|
11424
11423
|
]),
|