feather-k-demo-utils 0.0.21 → 0.0.22

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.
@@ -0,0 +1,32 @@
1
+ import { defineComponent as a, openBlock as t, createElementBlock as o, toDisplayString as i, createCommentVNode as n, createElementVNode as r } from "vue";
2
+ const l = { class: "demo-stats-wrapper tb-v8_2_0" }, d = {
3
+ key: 0,
4
+ class: "demo-stats",
5
+ tabindex: "0",
6
+ role: "region",
7
+ "aria-label": "Demo Stats"
8
+ }, m = { key: 0 }, h = { key: 1 }, u = { key: 2 }, v = /* @__PURE__ */ a({
9
+ __name: "DemoStats",
10
+ props: {
11
+ publishDate: {},
12
+ version: {}
13
+ },
14
+ setup(e) {
15
+ return (c, s) => (t(), o("div", l, [
16
+ e.publishDate || e.version ? (t(), o("div", d, [
17
+ e.version ? (t(), o("div", m, "using @featherk/styles@" + i(e.version), 1)) : n("", !0),
18
+ e.publishDate ? (t(), o("div", h, "Published: " + i(e.publishDate), 1)) : (t(), o("div", u, [...s[0] || (s[0] = [
19
+ r("a", {
20
+ href: "https://github.com/NantHealth/feather-k-demo-utils/blob/integration/README.md",
21
+ target: "_blank",
22
+ rel: "noopener noreferrer",
23
+ style: { "pointer-events": "auto !important" }
24
+ }, " Setup Publish Date ", -1)
25
+ ])]))
26
+ ])) : n("", !0)
27
+ ]));
28
+ }
29
+ });
30
+ export {
31
+ v as _
32
+ };
@@ -1,4 +1,4 @@
1
- import { D as a } from "../DemoStats-0D9d7DGR.js";
1
+ import { _ as a } from "../DemoStats.vue_vue_type_script_setup_true_lang-JUBFuGaw.js";
2
2
  export {
3
3
  a as DemoStats
4
4
  };
package/lib/index.es.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { F as s, a as t, f as a, g as S, b as o } from "./cdnVersion-DGJCb4AH.js";
2
- import { D as F } from "./DemoStats-0D9d7DGR.js";
2
+ import { _ as F } from "./DemoStats.vue_vue_type_script_setup_true_lang-JUBFuGaw.js";
3
3
  export {
4
4
  F as DemoStats,
5
5
  s as FEATHERK_STYLES_CDN_URL,
@@ -15,18 +15,30 @@ h1 {
15
15
  justify-content: flex-start;
16
16
  }
17
17
  }
18
-
19
- /* .demo-stats-wrapper {
18
+ /* TODO: DemoStats.vue SCOPED STYLES NOT WORKING - moved to demo.css */
19
+ .demo-stats-wrapper {
20
20
  .demo-stats {
21
21
  position: fixed;
22
22
  right: var(--kendo-spacing-4);
23
23
  bottom: var(--kendo-spacing-4);
24
- background: hsl(from var(--kendo-color-primary) h s 90% / 0.5);
24
+ background: hsl(from var(--kendo-color-primary) h s 90% / 0.3);
25
+ color: var(--kendo-color-primary-subtle);
25
26
  font-size: var(--kendo-font-size-sm);
26
27
  margin: var(--kendo-spacing-2);
27
28
  padding: var(--kendo-spacing-2);
28
29
  border-radius: var(--kendo-border-radius-md);
29
30
  box-shadow: var(--kendo-elevation-2);
30
- pointer-events: none;
31
+ &:hover {
32
+ background: hsl(from var(--kendo-color-primary) h s 90% / 0.5);
33
+ color: var(--kendo-color-primary);
34
+ box-shadow: var(--kendo-elevation-4);
35
+ }
36
+ &:focus,
37
+ &:focus-visible {
38
+ background: var(--kendo-color-primary);
39
+ color: var(--kendo-color-surface);
40
+ outline: 2px solid var(--kendo-color-primary);
41
+ outline-offset: 2px;
42
+ }
31
43
  }
32
- } */
44
+ }
@@ -1,5 +1,5 @@
1
1
  import { F as s, a as t, f as a, g as S, b as o } from "../cdnVersion-DGJCb4AH.js";
2
- import { D as F } from "../DemoStats-0D9d7DGR.js";
2
+ import { _ as F } from "../DemoStats.vue_vue_type_script_setup_true_lang-JUBFuGaw.js";
3
3
  export {
4
4
  F as DemoStats,
5
5
  s as FEATHERK_STYLES_CDN_URL,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "feather-k-demo-utils",
3
3
  "private": false,
4
- "version": "0.0.21",
4
+ "version": "0.0.22",
5
5
  "type": "module",
6
6
  "main": "lib/index.es.js",
7
7
  "module": "lib/index.es.js",
@@ -1,37 +0,0 @@
1
- import { defineComponent as c, openBlock as o, createElementBlock as s, toDisplayString as a, createCommentVNode as r, createElementVNode as d } from "vue";
2
- const m = { class: "demo-stats-wrapper tb-v8_2_0" }, u = {
3
- key: 0,
4
- class: "demo-stats",
5
- tabindex: "0",
6
- role: "region",
7
- "aria-label": "Demo Stats"
8
- }, h = { key: 0 }, v = { key: 1 }, b = { key: 2 }, _ = /* @__PURE__ */ c({
9
- __name: "DemoStats",
10
- props: {
11
- publishDate: {},
12
- version: {}
13
- },
14
- setup(e) {
15
- return (n, t) => (o(), s("div", m, [
16
- e.publishDate || e.version ? (o(), s("div", u, [
17
- e.version ? (o(), s("div", h, "using @featherk/styles@" + a(e.version), 1)) : r("", !0),
18
- e.publishDate ? (o(), s("div", v, "Published: " + a(e.publishDate), 1)) : (o(), s("div", b, [...t[0] || (t[0] = [
19
- d("a", {
20
- href: "https://github.com/NantHealth/feather-k-demo-utils/blob/integration/README.md",
21
- target: "_blank",
22
- rel: "noopener noreferrer",
23
- style: { "pointer-events": "auto !important" }
24
- }, " Setup Publish Date ", -1)
25
- ])]))
26
- ])) : r("", !0)
27
- ]));
28
- }
29
- }), p = (e, n) => {
30
- const t = e.__vccOpts || e;
31
- for (const [i, l] of n)
32
- t[i] = l;
33
- return t;
34
- }, k = /* @__PURE__ */ p(_, [["__scopeId", "data-v-57c6e8c2"]]);
35
- export {
36
- k as D
37
- };