@kiva/kv-components 8.22.0 → 8.22.1
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 +1 @@
|
|
|
1
|
-
.kv-stacked-bar-graph__svg[data-v-
|
|
1
|
+
.kv-stacked-bar-graph__svg[data-v-b160f168]{height:auto;max-width:100%}.kv-stacked-bar-graph__swatch[data-v-b160f168]{width:12px;height:12px}.kv-stacked-bar-graph__segment[data-v-b160f168]{pointer-events:none;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.kv-stacked-bar-graph__bar:hover .kv-stacked-bar-graph__segment[data-v-b160f168],.kv-stacked-bar-graph__bar:focus-within .kv-stacked-bar-graph__segment[data-v-b160f168]{opacity:.85}.kv-stacked-bar-graph__hit[data-v-b160f168]{cursor:pointer;fill:transparent}.kv-stacked-bar-graph__hit[data-v-b160f168]:focus{outline:2px solid transparent;outline-offset:2px}.kv-stacked-bar-graph__hit[data-v-b160f168]:focus-visible{stroke:rgb(var(--text-primary));stroke-width:2}.kv-stacked-bar-graph__gridline[data-v-b160f168]{stroke:rgb(var(--text-tertiary));stroke-width:1;opacity:.25}.kv-stacked-bar-graph__axis-label[data-v-b160f168]{fill:currentColor;--tw-text-opacity: 1;color:rgba(var(--text-tertiary),var(--tw-text-opacity, 1));font-size:13px}.kv-stacked-bar-graph__total-label[data-v-b160f168]{fill:currentColor;--tw-text-opacity: 1;color:rgba(var(--text-secondary),var(--tw-text-opacity, 1));font-size:13px;font-weight:600}
|
|
@@ -2,7 +2,7 @@ import g from "./KvStackedBarGraph2.js";
|
|
|
2
2
|
import { openBlock as a, createElementBlock as r, createElementVNode as l, toDisplayString as s, Fragment as o, renderList as n, normalizeStyle as y, createTextVNode as w, createCommentVNode as _, withKeys as x, withModifiers as k } from "vue";
|
|
3
3
|
import "./KvStackedBarGraph.css";
|
|
4
4
|
import m from "../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
-
const v = { class: "kv-stacked-bar-graph tw-m-0" },
|
|
5
|
+
const v = { class: "kv-stacked-bar-graph tw-m-0" }, b = { class: "tw-sr-only" }, f = {
|
|
6
6
|
key: 0,
|
|
7
7
|
class: "kv-stacked-bar-graph__legend tw-flex tw-flex-wrap tw-gap-x-3 tw-gap-y-1 tw-mb-2 tw-p-0",
|
|
8
8
|
"aria-hidden": "false"
|
|
@@ -15,8 +15,8 @@ const v = { class: "kv-stacked-bar-graph tw-m-0" }, f = { class: "tw-sr-only" },
|
|
|
15
15
|
};
|
|
16
16
|
function K(d, S, c, t, V, C) {
|
|
17
17
|
return a(), r("figure", v, [
|
|
18
|
-
l("figcaption",
|
|
19
|
-
c.series.length ? (a(), r("ul",
|
|
18
|
+
l("figcaption", b, s(t.ariaSummary), 1),
|
|
19
|
+
c.series.length ? (a(), r("ul", f, [
|
|
20
20
|
(a(!0), r(o, null, n(t.resolvedSeries, (e) => (a(), r("li", {
|
|
21
21
|
key: e.key,
|
|
22
22
|
class: "tw-flex tw-items-center tw-text-small tw-text-secondary"
|
|
@@ -106,7 +106,7 @@ function K(d, S, c, t, V, C) {
|
|
|
106
106
|
c.axisLabel ? (a(), r("p", R, s(c.axisLabel), 1)) : _("", !0)
|
|
107
107
|
]);
|
|
108
108
|
}
|
|
109
|
-
const E = /* @__PURE__ */ m(g, [["render", K], ["__scopeId", "data-v-
|
|
109
|
+
const E = /* @__PURE__ */ m(g, [["render", K], ["__scopeId", "data-v-b160f168"]]);
|
|
110
110
|
export {
|
|
111
111
|
E as default
|
|
112
112
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-components",
|
|
3
|
-
"version": "8.22.
|
|
3
|
+
"version": "8.22.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -113,5 +113,5 @@
|
|
|
113
113
|
"dependencies": {
|
|
114
114
|
"fuse.js": "^7.1.0"
|
|
115
115
|
},
|
|
116
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "8e9747e108aa989327a863ddb8b985490fe271f0"
|
|
117
117
|
}
|