@bagelink/vue 1.15.88 → 1.15.92
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/Card.vue.d.ts.map +1 -1
- package/dist/components/ListItem.vue.d.ts.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +4 -4
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/Card.vue +2 -0
- package/src/components/ListItem.vue +5 -4
- package/src/components/charts/Funnel.vue +3 -3
- package/src/styles/colors.css +23 -0
- package/src/styles/layout.css +264 -26
- package/src/styles/mobilLayout.css +133 -0
package/dist/index.mjs
CHANGED
|
@@ -6743,7 +6743,7 @@ var j3 = {
|
|
|
6743
6743
|
"d",
|
|
6744
6744
|
"fill",
|
|
6745
6745
|
"onMouseenter"
|
|
6746
|
-
], eE = ["d", "fill"], tE = ["d", "onMouseenter"], nE = { class: "bgl-funnel__axis" }, aE = ["title"], rE = { class: "bgl-funnel__val" }, oE = {
|
|
6746
|
+
], eE = ["d", "fill"], tE = ["d", "onMouseenter"], nE = { class: "bgl-funnel__axis" }, aE = ["title"], rE = { class: "bgl-funnel__val txt13" }, oE = {
|
|
6747
6747
|
key: 1,
|
|
6748
6748
|
class: "bgl-funnel__legend flex flex-wrap justify-content-center"
|
|
6749
6749
|
}, iE = ["title"], lE = { class: "bgl-funnel__bar-wrap flex justify-content-center" }, sE = { class: "bgl-funnel__val semibold" }, Li = 100, uE = 1, dE = /* @__PURE__ */ we({
|
|
@@ -6966,7 +6966,7 @@ var j3 = {
|
|
|
6966
6966
|
class: "bgl-funnel__tick",
|
|
6967
6967
|
style: ye(d.value ? { flex: "1 1 0" } : { height: `${e.bandHeight}px` })
|
|
6968
6968
|
}, [M("span", {
|
|
6969
|
-
class: "bgl-funnel__name ellipsis-1",
|
|
6969
|
+
class: "bgl-funnel__name ellipsis-1 txt14",
|
|
6970
6970
|
title: V.label
|
|
6971
6971
|
}, te(V.label), 9, aE), M("span", rE, te(V.display), 1)], 4))), 128))])
|
|
6972
6972
|
], 32)) : H("", !0),
|
|
@@ -6996,7 +6996,7 @@ var j3 = {
|
|
|
6996
6996
|
], 2);
|
|
6997
6997
|
};
|
|
6998
6998
|
}
|
|
6999
|
-
}), Jz = /* @__PURE__ */ Pe(dE, [["__scopeId", "data-v-
|
|
6999
|
+
}), Jz = /* @__PURE__ */ Pe(dE, [["__scopeId", "data-v-29102f34"]]), cE = [
|
|
7000
7000
|
"width",
|
|
7001
7001
|
"height",
|
|
7002
7002
|
"viewBox"
|
|
@@ -40783,7 +40783,7 @@ var GI = { key: 0 }, YI = /* @__PURE__ */ we({
|
|
|
40783
40783
|
return (c, f) => {
|
|
40784
40784
|
const p = bn("ripple");
|
|
40785
40785
|
return _(), S("div", pt(r.value, {
|
|
40786
|
-
class: ["flex space-between list-item-row", {
|
|
40786
|
+
class: ["flex space-between list-item-row bg", {
|
|
40787
40787
|
"no-border-list": t.flat || e.rounded,
|
|
40788
40788
|
"list-item-flush": t.fullWidth,
|
|
40789
40789
|
"list-item-fullrow": s.value,
|