@phila/phila-ui-callout 0.0.25 → 1.0.0-beta.5
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/Callout.vue.d.ts +3 -7
- package/dist/Callout.vue.d.ts.map +1 -1
- package/dist/index.css +1 -0
- package/dist/index.d.ts +2 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +81 -113
- package/package.json +3 -3
package/dist/Callout.vue.d.ts
CHANGED
|
@@ -8,14 +8,10 @@ declare function __VLS_template(): {
|
|
|
8
8
|
rootEl: HTMLDivElement;
|
|
9
9
|
};
|
|
10
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: import('vue').DefineComponent<CalloutProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
12
|
-
|
|
13
|
-
}, string, import('vue').PublicProps, Readonly<CalloutProps> & Readonly<{
|
|
14
|
-
onDismiss?: (() => any) | undefined;
|
|
15
|
-
}>, {
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<CalloutProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<CalloutProps> & Readonly<{}>, {
|
|
12
|
+
title: string;
|
|
16
13
|
message: string;
|
|
17
|
-
type: "info" | "warning" | "error";
|
|
18
|
-
dismissible: boolean;
|
|
14
|
+
type: "info" | "warning" | "error" | "success";
|
|
19
15
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
20
16
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
17
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Callout.vue.d.ts","sourceRoot":"","sources":["../src/Callout.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Callout.vue.d.ts","sourceRoot":"","sources":["../src/Callout.vue"],"names":[],"mappings":"AA4IA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAoD5C,iBAAS,cAAc;WA4FT,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;wFAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
package/dist/index.css
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.callout[data-v-cfe04aa4]{font-family:var(--Body-Default-font-body-default-family);line-height:var(--Body-Default-font-body-default-lineheight);padding:var(--spacing-m);border-radius:var(--border-radius-l)}.callout--success[data-v-cfe04aa4]{background:var(--Schemes-Success-Container)}.callout--success .callout-icon[data-v-cfe04aa4]{color:var(--Schemes-On-Success-Container)}.callout--warning[data-v-cfe04aa4]{background:var(--Schemes-Alert-Container)}.callout--info[data-v-cfe04aa4]{background:var(--Schemes-Info-Container)}.callout--error[data-v-cfe04aa4]{background:var(--Schemes-Error-Container)}.callout--error .callout-icon[data-v-cfe04aa4]{color:var(--Schemes-On-Error-Container)}.callout-header[data-v-cfe04aa4]{cursor:pointer;width:100%;display:flex;justify-content:space-between;background:none;border:none}.callout-header-left[data-v-cfe04aa4]{display:flex;gap:var(--spacing-xs)}.callout-title[data-v-cfe04aa4]{font-weight:600;font-size:var(--Heading-H5-font-heading-5-size)}.callout--chevron[data-v-cfe04aa4]{position:relative;float:right}.callout--content[data-v-cfe04aa4]{font-size:var(--Body-Default-font-body-default-size);padding-top:var(--spacing-xs);padding-left:var(--spacing-m);padding-right:var(--spacing-m)}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { BaseProps } from '@phila/phila-ui-core';
|
|
2
2
|
export { default as Callout } from './Callout.vue';
|
|
3
3
|
export interface CalloutProps extends BaseProps {
|
|
4
|
+
title?: string;
|
|
4
5
|
message?: string;
|
|
5
|
-
type?: "info" | "warning" | "error";
|
|
6
|
-
icon?: string;
|
|
7
|
-
dismissible?: boolean;
|
|
6
|
+
type?: "info" | "warning" | "error" | "success";
|
|
8
7
|
}
|
|
9
8
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,eAAe,CAAC;AAInD,MAAM,WAAW,YAAa,SAAQ,SAAS;IAC7C,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,eAAe,CAAC;AAInD,MAAM,WAAW,YAAa,SAAQ,SAAS;IAC7C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;CACjD"}
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('./index.css');const e=require("vue"),l=require("@phila/phila-ui-core")
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('./index.css');const e=require("vue"),l=require("@phila/phila-ui-core");var f={prefix:"fas",iconName:"chevron-up",icon:[448,512,[],"f077","M201.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 173.3 54.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z"]},u={prefix:"fas",iconName:"circle-exclamation",icon:[512,512,["exclamation-circle"],"f06a","M256 512a256 256 0 1 1 0-512 256 256 0 1 1 0 512zm0-192a32 32 0 1 0 0 64 32 32 0 1 0 0-64zm0-192c-18.2 0-32.7 15.5-31.4 33.7l7.4 104c.9 12.6 11.4 22.3 23.9 22.3 12.6 0 23-9.7 23.9-22.3l7.4-104c1.3-18.2-13.1-33.7-31.4-33.7z"]},m={prefix:"fas",iconName:"circle-check",icon:[512,512,[61533,"check-circle"],"f058","M256 512a256 256 0 1 1 0-512 256 256 0 1 1 0 512zM374 145.7c-10.7-7.8-25.7-5.4-33.5 5.3L221.1 315.2 169 263.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c5 5 11.8 7.5 18.8 7s13.4-4.1 17.5-9.8L379.3 179.2c7.8-10.7 5.4-25.7-5.3-33.5z"]},d={prefix:"fas",iconName:"chevron-down",icon:[448,512,[],"f078","M201.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 338.7 54.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"]},p={prefix:"fas",iconName:"triangle-exclamation",icon:[512,512,[9888,"exclamation-triangle","warning"],"f071","M256 0c14.7 0 28.2 8.1 35.2 21l216 400c6.7 12.4 6.4 27.4-.8 39.5S486.1 480 472 480L40 480c-14.1 0-27.2-7.4-34.4-19.5s-7.5-27.1-.8-39.5l216-400c7-12.9 20.5-21 35.2-21zm0 352a32 32 0 1 0 0 64 32 32 0 1 0 0-64zm0-192c-18.2 0-32.7 15.5-31.4 33.7l7.4 104c.9 12.5 11.4 22.3 23.9 22.3 12.6 0 23-9.7 23.9-22.3l7.4-104c1.3-18.2-13.1-33.7-31.4-33.7z"]},v={prefix:"fas",iconName:"circle-info",icon:[512,512,["info-circle"],"f05a","M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM224 160a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm-8 64l48 0c13.3 0 24 10.7 24 24l0 88 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l24 0 0-64-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"]};const _={class:"callout-header-left"},z={class:"callout-title"},g={key:0,class:"callout--content"},h=e.defineComponent({__name:"Callout",props:{title:{default:""},message:{default:""},type:{default:"info"},className:{}},setup(t){const o=e.useSlots(),c=t,a=e.ref(!1),n=()=>{a.value=!a.value},i=e.computed(()=>l.cn("callout",`callout--${c.type}`,c.className)),r=e.computed(()=>{switch(c.type){case"success":return m;case"warning":return p;case"error":return u;default:return v}});return(s,x)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(i.value)},[e.createElementVNode("button",{type:"button",class:"callout-header",onClick:n},[e.createElementVNode("div",_,[e.createVNode(e.unref(l.Icon),{"icon-definition":r.value,decorative:"",inline:"",size:"small",class:"callout-icon"},null,8,["icon-definition"]),e.createElementVNode("span",z,e.toDisplayString(c.title),1)]),e.createVNode(e.unref(l.Icon),{"icon-definition":a.value?e.unref(f):e.unref(d),decorative:"",inline:"",size:"small"},null,8,["icon-definition"])]),a.value?(e.openBlock(),e.createElementBlock("div",g,[e.unref(o).default?e.renderSlot(s.$slots,"default",{key:0},void 0,!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(c.message),1)],64))])):e.createCommentVNode("",!0)],2))}}),N=(t,o)=>{const c=t.__vccOpts||t;for(const[a,n]of o)c[a]=n;return c},k=N(h,[["__scopeId","data-v-cfe04aa4"]]);exports.Callout=k;
|
package/dist/index.mjs
CHANGED
|
@@ -1,126 +1,94 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { cn as
|
|
3
|
-
import './index.css';
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
clickTarget: {},
|
|
13
|
-
variant: { default: "primary" },
|
|
14
|
-
size: { default: "medium" },
|
|
15
|
-
iconOnly: { type: Boolean, default: !1 },
|
|
16
|
-
iconRight: { type: Boolean },
|
|
17
|
-
text: {},
|
|
18
|
-
className: {},
|
|
19
|
-
iconDefinition: {},
|
|
20
|
-
iconClass: {},
|
|
21
|
-
src: {},
|
|
22
|
-
svgRaw: {}
|
|
23
|
-
},
|
|
24
|
-
setup(o) {
|
|
25
|
-
const e = o, a = (t) => "href" in t && t.href !== void 0 || "to" in t && t.to !== void 0, s = c(() => N(
|
|
26
|
-
"phila-button",
|
|
27
|
-
`phila-button--${e.variant}`,
|
|
28
|
-
e.size && `is-${e.size}`,
|
|
29
|
-
e.iconOnly && "icon-button",
|
|
30
|
-
e.iconOnly && e.variant === "standard" && "icon-button--standard",
|
|
31
|
-
e.className
|
|
32
|
-
)), n = c(() => a(e) ? "to" in e && e.to !== void 0 ? {
|
|
33
|
-
to: e.to,
|
|
34
|
-
disabled: e.disabled,
|
|
35
|
-
className: s.value
|
|
36
|
-
} : {
|
|
37
|
-
href: e.href,
|
|
38
|
-
target: e.target,
|
|
39
|
-
rel: e.rel,
|
|
40
|
-
disabled: e.disabled,
|
|
41
|
-
className: s.value
|
|
42
|
-
} : {}), r = c(
|
|
43
|
-
() => ({
|
|
44
|
-
iconDefinition: e.iconDefinition,
|
|
45
|
-
iconClass: e.iconClass,
|
|
46
|
-
src: e.src,
|
|
47
|
-
iconRight: e.iconRight,
|
|
48
|
-
iconOnly: e.iconOnly,
|
|
49
|
-
text: e.text,
|
|
50
|
-
size: e.size
|
|
51
|
-
})
|
|
52
|
-
);
|
|
53
|
-
return (t, d) => a(e) ? (l(), x(i(D), y({ key: 0 }, { ...n.value, ...t.$attrs }, { role: "button" }), {
|
|
54
|
-
default: u(() => [
|
|
55
|
-
b(i(k), _(g(r.value)), {
|
|
56
|
-
default: u(() => [
|
|
57
|
-
f(t.$slots, "default", {}, () => [
|
|
58
|
-
p(v(e.text), 1)
|
|
59
|
-
])
|
|
60
|
-
]),
|
|
61
|
-
_: 3
|
|
62
|
-
}, 16)
|
|
63
|
-
]),
|
|
64
|
-
_: 3
|
|
65
|
-
}, 16)) : (l(), m("button", y({
|
|
66
|
-
key: 1,
|
|
67
|
-
type: "button",
|
|
68
|
-
disabled: e.disabled,
|
|
69
|
-
class: s.value
|
|
70
|
-
}, t.$attrs), [
|
|
71
|
-
b(i(k), _(g(r.value)), {
|
|
72
|
-
default: u(() => [
|
|
73
|
-
f(t.$slots, "default", {}, () => [
|
|
74
|
-
p(v(e.text), 1)
|
|
75
|
-
])
|
|
76
|
-
]),
|
|
77
|
-
_: 3
|
|
78
|
-
}, 16)
|
|
79
|
-
], 16, R));
|
|
80
|
-
}
|
|
81
|
-
});
|
|
82
|
-
var V = {
|
|
1
|
+
import { defineComponent as _, useSlots as z, ref as x, computed as r, createElementBlock as n, openBlock as i, normalizeClass as h, createElementVNode as s, createCommentVNode as g, createVNode as f, unref as a, toDisplayString as u, renderSlot as C, Fragment as N, createTextVNode as k } from "vue";
|
|
2
|
+
import { cn as y, Icon as m } from "@phila/phila-ui-core";
|
|
3
|
+
import './index.css';var M = {
|
|
4
|
+
prefix: "fas",
|
|
5
|
+
iconName: "chevron-up",
|
|
6
|
+
icon: [448, 512, [], "f077", "M201.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 173.3 54.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z"]
|
|
7
|
+
}, w = {
|
|
8
|
+
prefix: "fas",
|
|
9
|
+
iconName: "circle-exclamation",
|
|
10
|
+
icon: [512, 512, ["exclamation-circle"], "f06a", "M256 512a256 256 0 1 1 0-512 256 256 0 1 1 0 512zm0-192a32 32 0 1 0 0 64 32 32 0 1 0 0-64zm0-192c-18.2 0-32.7 15.5-31.4 33.7l7.4 104c.9 12.6 11.4 22.3 23.9 22.3 12.6 0 23-9.7 23.9-22.3l7.4-104c1.3-18.2-13.1-33.7-31.4-33.7z"]
|
|
11
|
+
}, L = {
|
|
83
12
|
prefix: "fas",
|
|
84
|
-
iconName: "
|
|
85
|
-
icon: [
|
|
86
|
-
},
|
|
87
|
-
|
|
13
|
+
iconName: "circle-check",
|
|
14
|
+
icon: [512, 512, [61533, "check-circle"], "f058", "M256 512a256 256 0 1 1 0-512 256 256 0 1 1 0 512zM374 145.7c-10.7-7.8-25.7-5.4-33.5 5.3L221.1 315.2 169 263.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c5 5 11.8 7.5 18.8 7s13.4-4.1 17.5-9.8L379.3 179.2c7.8-10.7 5.4-25.7-5.3-33.5z"]
|
|
15
|
+
}, E = {
|
|
16
|
+
prefix: "fas",
|
|
17
|
+
iconName: "chevron-down",
|
|
18
|
+
icon: [448, 512, [], "f078", "M201.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 338.7 54.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"]
|
|
19
|
+
}, S = {
|
|
20
|
+
prefix: "fas",
|
|
21
|
+
iconName: "triangle-exclamation",
|
|
22
|
+
icon: [512, 512, [9888, "exclamation-triangle", "warning"], "f071", "M256 0c14.7 0 28.2 8.1 35.2 21l216 400c6.7 12.4 6.4 27.4-.8 39.5S486.1 480 472 480L40 480c-14.1 0-27.2-7.4-34.4-19.5s-7.5-27.1-.8-39.5l216-400c7-12.9 20.5-21 35.2-21zm0 352a32 32 0 1 0 0 64 32 32 0 1 0 0-64zm0-192c-18.2 0-32.7 15.5-31.4 33.7l7.4 104c.9 12.5 11.4 22.3 23.9 22.3 12.6 0 23-9.7 23.9-22.3l7.4-104c1.3-18.2-13.1-33.7-31.4-33.7z"]
|
|
23
|
+
}, V = {
|
|
24
|
+
prefix: "fas",
|
|
25
|
+
iconName: "circle-info",
|
|
26
|
+
icon: [512, 512, ["info-circle"], "f05a", "M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM224 160a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm-8 64l48 0c13.3 0 24 10.7 24 24l0 88 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l24 0 0-64-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"]
|
|
27
|
+
};
|
|
28
|
+
const I = { class: "callout-header-left" }, b = { class: "callout-title" }, B = {
|
|
29
|
+
key: 0,
|
|
30
|
+
class: "callout--content"
|
|
31
|
+
}, D = /* @__PURE__ */ _({
|
|
88
32
|
__name: "Callout",
|
|
89
33
|
props: {
|
|
34
|
+
title: { default: "" },
|
|
90
35
|
message: { default: "" },
|
|
91
36
|
type: { default: "info" },
|
|
92
|
-
icon: {},
|
|
93
|
-
dismissible: { type: Boolean, default: !1 },
|
|
94
37
|
className: {}
|
|
95
38
|
},
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
39
|
+
setup(o) {
|
|
40
|
+
const t = z(), e = o, c = x(!1), l = () => {
|
|
41
|
+
c.value = !c.value;
|
|
42
|
+
}, d = r(() => y("callout", `callout--${e.type}`, e.className)), p = r(() => {
|
|
43
|
+
switch (e.type) {
|
|
44
|
+
case "success":
|
|
45
|
+
return L;
|
|
46
|
+
case "warning":
|
|
47
|
+
return S;
|
|
48
|
+
case "error":
|
|
49
|
+
return w;
|
|
50
|
+
default:
|
|
51
|
+
return V;
|
|
52
|
+
}
|
|
53
|
+
});
|
|
54
|
+
return (v, T) => (i(), n("div", {
|
|
55
|
+
class: h(d.value)
|
|
101
56
|
}, [
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
57
|
+
s("button", {
|
|
58
|
+
type: "button",
|
|
59
|
+
class: "callout-header",
|
|
60
|
+
onClick: l
|
|
61
|
+
}, [
|
|
62
|
+
s("div", I, [
|
|
63
|
+
f(a(m), {
|
|
64
|
+
"icon-definition": p.value,
|
|
65
|
+
decorative: "",
|
|
66
|
+
inline: "",
|
|
67
|
+
size: "small",
|
|
68
|
+
class: "callout-icon"
|
|
69
|
+
}, null, 8, ["icon-definition"]),
|
|
70
|
+
s("span", b, u(e.title), 1)
|
|
71
|
+
]),
|
|
72
|
+
f(a(m), {
|
|
73
|
+
"icon-definition": c.value ? a(M) : a(E),
|
|
74
|
+
decorative: "",
|
|
75
|
+
inline: "",
|
|
76
|
+
size: "small"
|
|
77
|
+
}, null, 8, ["icon-definition"])
|
|
106
78
|
]),
|
|
107
|
-
|
|
108
|
-
key: 0,
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
icon: i(w),
|
|
113
|
-
"aria-label": "Dismiss",
|
|
114
|
-
onClick: d[0] || (d[0] = O(() => n("dismiss"), ["prevent"]))
|
|
115
|
-
}, null, 8, ["icon"])) : $("", !0)
|
|
79
|
+
c.value ? (i(), n("div", B, [
|
|
80
|
+
a(t).default ? C(v.$slots, "default", { key: 0 }, void 0, !0) : (i(), n(N, { key: 1 }, [
|
|
81
|
+
k(u(e.message), 1)
|
|
82
|
+
], 64))
|
|
83
|
+
])) : g("", !0)
|
|
116
84
|
], 2));
|
|
117
85
|
}
|
|
118
|
-
}),
|
|
119
|
-
const
|
|
120
|
-
for (const [
|
|
121
|
-
|
|
122
|
-
return
|
|
123
|
-
},
|
|
86
|
+
}), O = (o, t) => {
|
|
87
|
+
const e = o.__vccOpts || o;
|
|
88
|
+
for (const [c, l] of t)
|
|
89
|
+
e[c] = l;
|
|
90
|
+
return e;
|
|
91
|
+
}, U = /* @__PURE__ */ O(D, [["__scopeId", "data-v-cfe04aa4"]]);
|
|
124
92
|
export {
|
|
125
|
-
|
|
93
|
+
U as Callout
|
|
126
94
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@phila/phila-ui-callout",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "1.0.0-beta.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A vue component for displaying important messages and warnings.",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"@fortawesome/pro-solid-svg-icons": "^7.1.0"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@phila/phila-ui-core": "
|
|
34
|
-
"@phila/phila-ui-button": "2.2.3"
|
|
33
|
+
"@phila/phila-ui-core": "3.0.0-beta.4",
|
|
34
|
+
"@phila/phila-ui-button": "2.2.3-beta.5"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/node": "^24.0.0",
|