@nmorph/nmorph-ui-kit 2.2.34 → 2.2.35

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.
Files changed (31) hide show
  1. package/dist/assets/icons/pin.svg.js +21 -0
  2. package/dist/components/basic/nmorph-icon/NmorphIcons.js +209 -207
  3. package/dist/components/data/nmorph-empty/NmorphEmpty.css +1 -1
  4. package/dist/components/form/nmorph-autocomplete/NmorphAutocomplete.css +1 -1
  5. package/dist/components/form/nmorph-autocomplete/NmorphAutocomplete.vue.js +20 -17
  6. package/dist/components/form/nmorph-autocomplete/NmorphAutocomplete.vue2.js +63 -54
  7. package/dist/components/form/nmorph-file-upload/NmorphFileUpload.vue.js +34 -30
  8. package/dist/components/form/nmorph-file-upload/NmorphFileUpload.vue2.js +94 -62
  9. package/dist/components/form/nmorph-select/NmorphSelect.vue2.js +52 -52
  10. package/dist/components/form/nmorph-select/components/nmorph-select-option/NmorphSelectOption.vue2.js +24 -21
  11. package/dist/components/form/nmorph-time-picker/NmorphTimePicker.css +1 -1
  12. package/dist/components/form/nmorph-time-picker/NmorphTimePicker.vue.js +40 -31
  13. package/dist/components/form/nmorph-time-picker/NmorphTimePicker.vue2.js +45 -41
  14. package/dist/components/navigation/nmorph-backtop/NmorphBacktop.vue.js +20 -25
  15. package/dist/components/navigation/nmorph-backtop/NmorphBacktop.vue2.js +25 -21
  16. package/dist/components/navigation/nmorph-context-menu/NmorphContextMenu.vue.js +11 -10
  17. package/dist/components/navigation/nmorph-context-menu/NmorphContextMenu.vue2.js +10 -9
  18. package/dist/components/navigation/nmorph-dropdown/NmorphDropdown.css +1 -1
  19. package/dist/components/navigation/nmorph-dropdown/NmorphDropdown.vue2.js +13 -12
  20. package/dist/hooks/use-common-styles.js +2 -1
  21. package/dist/icons.js +209 -207
  22. package/dist/index.es.js +331 -329
  23. package/dist/index.umd.js +31 -30
  24. package/dist/package.json.js +1 -1
  25. package/dist/src/components/basic/nmorph-icon/NmorphIcons.d.ts +1 -0
  26. package/dist/src/components/form/nmorph-file-upload/NmorphFileUpload.vue.d.ts +2 -2
  27. package/dist/src/components/form/nmorph-select/components/nmorph-select-option/NmorphSelectOption.vue.d.ts +0 -1
  28. package/dist/src/components/navigation/nmorph-context-menu/NmorphContextMenu.vue.d.ts +2 -0
  29. package/dist/src/components/navigation/nmorph-dropdown/NmorphDropdown.vue.d.ts +2 -0
  30. package/dist/style.css +1 -1
  31. package/package.json +1 -1
@@ -1,21 +1,15 @@
1
1
  import './NmorphBacktop.css';
2
- import l from "./NmorphBacktop.vue2.js";
3
- import { openBlock as e, createElementBlock as a, normalizeStyle as c, createBlock as i, Teleport as d, createElementVNode as t, normalizeClass as m, withModifiers as s, renderSlot as h, createVNode as r, withCtx as p } from "vue";
2
+ import a from "./NmorphBacktop.vue2.js";
3
+ import { openBlock as e, createElementBlock as p, createBlock as c, Teleport as i, createElementVNode as t, normalizeStyle as s, normalizeClass as d, withModifiers as m, renderSlot as f, createVNode as r, withCtx as l } from "vue";
4
4
  /* empty css */
5
- import f from "../../../_virtual/_plugin-vue_export-helper.js";
6
- function _(n, b, k, o, v, x) {
7
- return e(), a(
5
+ import h from "../../../_virtual/_plugin-vue_export-helper.js";
6
+ const _ = { ref: "placeholderDOMEl" };
7
+ function k(n, v, y, o, b, N) {
8
+ return e(), p(
8
9
  "div",
9
- {
10
- ref: "placeholderDOMEl",
11
- style: c({
12
- "--nmorph-backtop-right": `${o.props.right}px`,
13
- "--nmorph-backtop-bottom": `${o.props.bottom}px`,
14
- "--nmorph-backtop-z-index": o.props.zIndex
15
- })
16
- },
10
+ _,
17
11
  [
18
- (e(), i(d, {
12
+ (e(), c(i, {
19
13
  to: o.props.teleportTo,
20
14
  disabled: !o.isMounted || o.props.teleportDisabled
21
15
  }, [
@@ -23,22 +17,23 @@ function _(n, b, k, o, v, x) {
23
17
  "div",
24
18
  {
25
19
  ref: "selfDOMEl",
26
- class: m(o.modifiers)
20
+ class: d(o.modifiers),
21
+ style: s(o.styles)
27
22
  },
28
23
  [
29
24
  t("div", {
30
- onClick: s(o.scrollToTopHandler, ["stop"])
25
+ onClick: m(o.scrollToTopHandler, ["stop"])
31
26
  }, [
32
- h(n.$slots, "default", {}, () => [
27
+ f(n.$slots, "default", {}, () => [
33
28
  r(o.NmorphButton, {
34
29
  "style-type": o.props.design === "nmorph" ? "default" : "transparent"
35
30
  }, {
36
- default: p(() => [
31
+ default: l(() => [
37
32
  r(o.NmorphIcon, {
38
33
  class: "nmorph-backtop__up-icon",
39
34
  color: o.props.design === "nmorph" ? void 0 : "var(--nmorph-contrast-text-color)"
40
35
  }, {
41
- default: p(() => [
36
+ default: l(() => [
42
37
  r(o.NmorphIconChevronDown)
43
38
  ]),
44
39
  _: 1
@@ -51,16 +46,16 @@ function _(n, b, k, o, v, x) {
51
46
  ])
52
47
  ])
53
48
  ],
54
- 2
55
- /* CLASS */
49
+ 6
50
+ /* CLASS, STYLE */
56
51
  )
57
52
  ], 8, ["to", "disabled"]))
58
53
  ],
59
- 4
60
- /* STYLE */
54
+ 512
55
+ /* NEED_PATCH */
61
56
  );
62
57
  }
63
- const z = /* @__PURE__ */ f(l, [["render", _], ["__file", "/builds/ketjo/nmorph/library/src/components/navigation/nmorph-backtop/NmorphBacktop.vue"]]);
58
+ const E = /* @__PURE__ */ h(a, [["render", k], ["__file", "/builds/ketjo/nmorph/library/src/components/navigation/nmorph-backtop/NmorphBacktop.vue"]]);
64
59
  export {
65
- z as default
60
+ E as default
66
61
  };
@@ -1,10 +1,10 @@
1
1
  import './NmorphBacktop.css';
2
- import { defineComponent as b, computed as g, ref as t, onMounted as y, onUnmounted as N } from "vue";
3
- import { useModifiers as _ } from "../../../utils/create-modifiers.js";
2
+ import { defineComponent as y, computed as m, ref as o, onMounted as N, onUnmounted as _ } from "vue";
3
+ import { useModifiers as k } from "../../../utils/create-modifiers.js";
4
4
  import q from "../../basic/nmorph-icon/NmorphIcon.vue.js";
5
- import E from "../../basic/nmorph-button/NmorphButton.vue.js";
6
- import T from "../../../assets/icons/chevron-down.svg.js";
7
- const k = /* @__PURE__ */ b({
5
+ import x from "../../basic/nmorph-button/NmorphButton.vue.js";
6
+ import E from "../../../assets/icons/chevron-down.svg.js";
7
+ const M = /* @__PURE__ */ y({
8
8
  __name: "NmorphBacktop",
9
9
  props: {
10
10
  right: { type: Number, required: !1, default: 40 },
@@ -16,38 +16,42 @@ const k = /* @__PURE__ */ b({
16
16
  teleportDisabled: { type: Boolean, required: !1, default: !1 }
17
17
  },
18
18
  emits: ["click"],
19
- setup(m, { expose: c, emit: f }) {
20
- c();
21
- const r = m, n = f, d = g(
22
- () => _({
23
- "nmorph-backtop": [`${o.value && "show"}`, r.design]
19
+ setup(c, { expose: d, emit: f }) {
20
+ d();
21
+ const t = c, n = f, h = m(
22
+ () => k({
23
+ "nmorph-backtop": [`${r.value && "show"}`, t.design]
24
24
  })
25
- ), e = t(null), u = t(null), i = t(null), o = t(!1), s = t(!1), l = (p) => {
25
+ ), v = m(() => ({
26
+ "--nmorph-backtop-right": `${t.right}px`,
27
+ "--nmorph-backtop-bottom": `${t.bottom}px`,
28
+ "--nmorph-backtop-z-index": t.zIndex
29
+ })), e = o(null), i = o(null), s = o(null), r = o(!1), u = o(!1), l = (p) => {
26
30
  if (!p) return;
27
- const h = p.target;
28
- o.value = h.scrollTop > r.visibilityHeight;
29
- }, v = () => {
31
+ const g = p.target;
32
+ r.value = g.scrollTop > t.visibilityHeight;
33
+ }, b = () => {
30
34
  n("click"), e.value && e.value.scrollTo({
31
35
  top: 0,
32
36
  left: 0,
33
37
  behavior: "smooth"
34
38
  });
35
39
  };
36
- y(() => {
37
- e.value = u.value?.parentElement ?? i.value?.parentElement?.parentElement ?? null, e.value?.addEventListener("scroll", l), o.value = (e.value?.scrollTop ?? 0) > r.visibilityHeight, s.value = !0;
38
- }), N(() => {
40
+ N(() => {
41
+ e.value = i.value?.parentElement ?? s.value?.parentElement?.parentElement ?? null, e.value?.addEventListener("scroll", l), r.value = (e.value?.scrollTop ?? 0) > t.visibilityHeight, u.value = !0;
42
+ }), _(() => {
39
43
  e.value && e.value?.removeEventListener("scroll", l);
40
44
  });
41
- const a = { props: r, emit: n, modifiers: d, container: e, placeholderDOMEl: u, selfDOMEl: i, showButton: o, isMounted: s, scrollHandler: l, scrollToTopHandler: v, get NmorphButton() {
42
- return E;
45
+ const a = { props: t, emit: n, modifiers: h, styles: v, container: e, placeholderDOMEl: i, selfDOMEl: s, showButton: r, isMounted: u, scrollHandler: l, scrollToTopHandler: b, get NmorphButton() {
46
+ return x;
43
47
  }, get NmorphIcon() {
44
48
  return q;
45
49
  }, get NmorphIconChevronDown() {
46
- return T;
50
+ return E;
47
51
  } };
48
52
  return Object.defineProperty(a, "__isScriptSetup", { enumerable: !1, value: !0 }), a;
49
53
  }
50
54
  });
51
55
  export {
52
- k as default
56
+ M as default
53
57
  };
@@ -1,13 +1,13 @@
1
1
  import './NmorphContextMenu.css';
2
2
  import s from "./NmorphContextMenu.vue2.js";
3
- import { openBlock as o, createElementBlock as l, renderSlot as i, createBlock as d, withCtx as p, Fragment as c, renderList as f, normalizeStyle as m, createElementVNode as h, toDisplayString as _, normalizeClass as y, resolveDynamicComponent as x, mergeProps as k, createCommentVNode as b } from "vue";
3
+ import { openBlock as o, createElementBlock as l, renderSlot as i, createBlock as d, withCtx as p, Fragment as c, renderList as h, normalizeStyle as m, createElementVNode as f, toDisplayString as _, normalizeClass as y, resolveDynamicComponent as x, mergeProps as k, createCommentVNode as w } from "vue";
4
4
  /* empty css */
5
- import w from "../../../_virtual/_plugin-vue_export-helper.js";
5
+ import b from "../../../_virtual/_plugin-vue_export-helper.js";
6
6
  const C = {
7
7
  key: 0,
8
8
  class: "nmorph-context-menu__options"
9
9
  }, v = ["disabled", "onClick"], O = { class: "nmorph-context-menu__item-label" }, g = ["tabindex", "aria-disabled", "onClick", "onKeydown"];
10
- function H(a, u, z, e, E, K) {
10
+ function H(a, u, z, e, E, S) {
11
11
  return o(), l(
12
12
  "div",
13
13
  {
@@ -35,6 +35,7 @@ function H(a, u, z, e, E, K) {
35
35
  "trap-focus": e.props.trapFocus,
36
36
  role: e.props.role,
37
37
  "aria-label": e.props.ariaLabel,
38
+ "hide-shadow": e.props.hideShadow,
38
39
  "content-class": "nmorph-context-menu__dropdown",
39
40
  onOnOutsideClick: e.outsideClickHandler,
40
41
  onOnEscapeKeydown: e.escapeHandler
@@ -44,7 +45,7 @@ function H(a, u, z, e, E, K) {
44
45
  (o(!0), l(
45
46
  c,
46
47
  null,
47
- f(e.normalizedOptions, (n, t) => (o(), l(
48
+ h(e.normalizedOptions, (n, r) => (o(), l(
48
49
  c,
49
50
  {
50
51
  key: n.key
@@ -57,8 +58,8 @@ function H(a, u, z, e, E, K) {
57
58
  tabindex: n.disabled ? -1 : 0,
58
59
  "aria-disabled": n.disabled,
59
60
  style: m(e.getOptionStyle(n)),
60
- onClick: (r) => e.optionClickHandler(n, t),
61
- onKeydown: (r) => e.optionKeydownHandler(r, n, t)
61
+ onClick: (t) => e.optionClickHandler(n, r),
62
+ onKeydown: (t) => e.optionKeydownHandler(t, n, r)
62
63
  }, [
63
64
  (o(), d(
64
65
  x(n.component),
@@ -74,9 +75,9 @@ function H(a, u, z, e, E, K) {
74
75
  role: "menuitem",
75
76
  disabled: n.disabled,
76
77
  style: m(e.getOptionStyle(n)),
77
- onClick: (r) => e.optionClickHandler(n, t)
78
+ onClick: (t) => e.optionClickHandler(n, r)
78
79
  }, [
79
- h(
80
+ f(
80
81
  "span",
81
82
  O,
82
83
  _(n.label),
@@ -98,13 +99,13 @@ function H(a, u, z, e, E, K) {
98
99
  ]),
99
100
  _: 3
100
101
  /* FORWARDED */
101
- }, 8, ["open", "relative-element", "placement", "width", "min-width", "max-width", "x-offset", "y-offset", "fill-width", "z-index", "close-on-escape", "trap-focus", "role", "aria-label"])) : b("v-if", !0)
102
+ }, 8, ["open", "relative-element", "placement", "width", "min-width", "max-width", "x-offset", "y-offset", "fill-width", "z-index", "close-on-escape", "trap-focus", "role", "aria-label", "hide-shadow"])) : w("v-if", !0)
102
103
  ],
103
104
  544
104
105
  /* NEED_HYDRATION, NEED_PATCH */
105
106
  );
106
107
  }
107
- const B = /* @__PURE__ */ w(s, [["render", H], ["__file", "/builds/ketjo/nmorph/library/src/components/navigation/nmorph-context-menu/NmorphContextMenu.vue"]]);
108
+ const B = /* @__PURE__ */ b(s, [["render", H], ["__file", "/builds/ketjo/nmorph/library/src/components/navigation/nmorph-context-menu/NmorphContextMenu.vue"]]);
108
109
  export {
109
110
  B as default
110
111
  };
@@ -1,5 +1,5 @@
1
1
  import './NmorphContextMenu.css';
2
- import { defineComponent as L, ref as i, computed as y, markRaw as M, toRaw as D, watch as h, onBeforeUnmount as V } from "vue";
2
+ import { defineComponent as L, ref as i, computed as y, markRaw as M, toRaw as D, watch as k, onBeforeUnmount as V } from "vue";
3
3
  import P from "../nmorph-dropdown/NmorphDropdown.vue.js";
4
4
  const $ = /* @__PURE__ */ L({
5
5
  __name: "NmorphContextMenu",
@@ -20,11 +20,12 @@ const $ = /* @__PURE__ */ L({
20
20
  disabled: { type: Boolean, required: !1, default: !1 },
21
21
  closeOnScroll: { type: Boolean, required: !1, default: !0 },
22
22
  role: { type: String, required: !1, default: "menu" },
23
- ariaLabel: { type: String, required: !1, default: "" }
23
+ ariaLabel: { type: String, required: !1, default: "" },
24
+ hideShadow: { type: Boolean, required: !1, default: !1 }
24
25
  },
25
26
  emits: ["update:model-value", "open", "close", "select", "on-outside-click", "on-escape-keydown"],
26
- setup(O, { expose: q, emit: v }) {
27
- const l = O, r = v, d = i(null), c = i(null), o = i("point"), a = i(!!l.modelValue), f = y(() => typeof l.modelValue == "boolean" ? l.modelValue : a.value), S = y(() => l.options.length > 0), B = y(
27
+ setup(q, { expose: O, emit: v }) {
28
+ const l = q, r = v, d = i(null), c = i(null), o = i("point"), a = i(!!l.modelValue), f = y(() => typeof l.modelValue == "boolean" ? l.modelValue : a.value), S = y(() => l.options.length > 0), B = y(
28
29
  () => l.options.map((e, t) => typeof e == "string" || typeof e == "number" ? {
29
30
  key: `${e}-${t}`,
30
31
  label: e,
@@ -44,7 +45,7 @@ const $ = /* @__PURE__ */ L({
44
45
  raw: e
45
46
  })
46
47
  );
47
- h(
48
+ k(
48
49
  () => l.modelValue,
49
50
  (e) => {
50
51
  typeof e == "boolean" && (a.value = e);
@@ -95,7 +96,7 @@ const $ = /* @__PURE__ */ L({
95
96
  }), s = () => {
96
97
  l.closeOnScroll && o.value === "point" && n();
97
98
  };
98
- h(
99
+ k(
99
100
  f,
100
101
  (e) => {
101
102
  typeof window > "u" || (e ? window.addEventListener("scroll", s, { passive: !0, capture: !0 }) : window.removeEventListener("scroll", s, !0));
@@ -103,9 +104,9 @@ const $ = /* @__PURE__ */ L({
103
104
  { immediate: !0 }
104
105
  ), V(() => {
105
106
  typeof window < "u" && window.removeEventListener("scroll", s, !0);
106
- }), q({ close: n });
107
- const k = { props: l, emit: r, triggerDOMRef: d, relativeElement: c, anchorType: o, openState: a, isOpen: f, hasOptions: S, normalizedOptions: B, createPointElement: g, setOpen: u, close: n, openAt: b, openAtElement: p, contextMenuHandler: C, clickHandler: E, keydownHandler: H, outsideClickHandler: _, escapeHandler: N, optionClickHandler: w, optionKeydownHandler: x, getOptionStyle: T, scrollHandler: s, NmorphDropdown: P };
108
- return Object.defineProperty(k, "__isScriptSetup", { enumerable: !1, value: !0 }), k;
107
+ }), O({ close: n });
108
+ const h = { props: l, emit: r, triggerDOMRef: d, relativeElement: c, anchorType: o, openState: a, isOpen: f, hasOptions: S, normalizedOptions: B, createPointElement: g, setOpen: u, close: n, openAt: b, openAtElement: p, contextMenuHandler: C, clickHandler: E, keydownHandler: H, outsideClickHandler: _, escapeHandler: N, optionClickHandler: w, optionKeydownHandler: x, getOptionStyle: T, scrollHandler: s, NmorphDropdown: P };
109
+ return Object.defineProperty(h, "__isScriptSetup", { enumerable: !1, value: !0 }), h;
109
110
  }
110
111
  });
111
112
  export {
@@ -1 +1 @@
1
- .nmorph-dropdown{position:fixed;width:var(--nmorph-dropdown-width);min-width:var(--nmorph-dropdown-min-width);max-width:var(--nmorph-dropdown-max-width);background:var(--nmorph-main-color);border-radius:var(--default-border-radius);box-shadow:var(--nmorph-shadow-outset)}.nmorph-dropdown--closed{z-index:-1000;opacity:0}
1
+ .nmorph-dropdown{position:fixed;width:var(--nmorph-dropdown-width);min-width:var(--nmorph-dropdown-min-width);max-width:var(--nmorph-dropdown-max-width);background:var(--nmorph-main-color);border-radius:var(--default-border-radius);box-shadow:var(--nmorph-shadow-outset)}.nmorph-dropdown--closed{z-index:-1000;opacity:0}.nmorph-dropdown--hide-shadow{box-shadow:none}
@@ -1,9 +1,9 @@
1
1
  import './NmorphDropdown.css';
2
- import { defineComponent as q, ref as w, toRef as r, computed as i, watch as b } from "vue";
2
+ import { defineComponent as w, ref as q, toRef as r, computed as n, watch as b } from "vue";
3
3
  import { useModifiers as v } from "../../../utils/create-modifiers.js";
4
4
  import { usePlacement as x } from "../../../hooks/use-placement.js";
5
5
  import O from "../../others/nmorph-overlay/NmorphOverlay.vue.js";
6
- const k = /* @__PURE__ */ q({
6
+ const k = /* @__PURE__ */ w({
7
7
  __name: "NmorphDropdown",
8
8
  props: {
9
9
  open: { type: Boolean, required: !0 },
@@ -21,30 +21,31 @@ const k = /* @__PURE__ */ q({
21
21
  restoreFocus: { type: Boolean, required: !1, default: !0 },
22
22
  role: { type: String, required: !1, default: "listbox" },
23
23
  ariaLabel: { type: String, required: !1, default: "" },
24
- contentClass: { type: String, required: !1, default: "" }
24
+ contentClass: { type: String, required: !1, default: "" },
25
+ hideShadow: { type: Boolean, required: !1, default: !1 }
25
26
  },
26
27
  emits: ["on-outside-click", "on-escape-keydown"],
27
28
  setup(f, { expose: m, emit: c }) {
28
29
  m();
29
- const e = f, l = c, d = w(null), { placementCoords: n, placementReady: a, adjustPlacement: s } = x({
30
+ const e = f, l = c, i = q(null), { placementCoords: d, placementReady: a, adjustPlacement: s } = x({
30
31
  initialPlacement: r(e, "placement"),
31
- contentDOMElement: d,
32
+ contentDOMElement: i,
32
33
  relativeElement: r(e, "relativeElement"),
33
34
  yOffset: r(e, "yOffset"),
34
35
  xOffset: r(e, "xOffset"),
35
36
  enabled: r(e, "open")
36
- }), y = i(
37
+ }), y = n(
37
38
  () => v({
38
- "nmorph-dropdown": [`${!e.open && "closed"}`]
39
+ "nmorph-dropdown": [`${!e.open && "closed"}`, `${e.hideShadow && "hide-shadow"}`]
39
40
  })
40
- ), o = (t) => typeof t == "number" ? `${t}px` : t, u = i(
41
+ ), o = (t) => typeof t == "number" ? `${t}px` : t, u = n(
41
42
  () => e.fillWidth && e.relativeElement ? `${e.relativeElement.clientWidth}px` : o(e.width)
42
- ), h = i(() => ({
43
+ ), h = n(() => ({
43
44
  "--nmorph-dropdown-width": u.value,
44
45
  "--nmorph-dropdown-min-width": o(e.minWidth) || "auto",
45
46
  "--nmorph-dropdown-max-width": o(e.maxWidth) || "none",
46
- left: n.value.x,
47
- top: n.value.y,
47
+ left: d.value.x,
48
+ top: d.value.y,
48
49
  visibility: e.open && a.value ? "visible" : "hidden"
49
50
  }));
50
51
  b(
@@ -54,7 +55,7 @@ const k = /* @__PURE__ */ q({
54
55
  },
55
56
  { flush: "post" }
56
57
  );
57
- const p = { props: e, emit: l, dropdownDOMRef: d, placementCoords: n, placementReady: a, adjustPlacement: s, modifiers: y, getCssSize: o, width: u, dropdownStyle: h, outsideClickHandler: () => {
58
+ const p = { props: e, emit: l, dropdownDOMRef: i, placementCoords: d, placementReady: a, adjustPlacement: s, modifiers: y, getCssSize: o, width: u, dropdownStyle: h, outsideClickHandler: () => {
58
59
  l("on-outside-click");
59
60
  }, escapeHandler: () => {
60
61
  l("on-escape-keydown");
@@ -52,6 +52,7 @@ const u = {
52
52
  --indentation-02: 4px;
53
53
  --indentation-03: 8px;
54
54
  --indentation-04: 16px;
55
+ --indentation-05: 24px;
55
56
 
56
57
  --base-shadow-blur: calc(var(--base-shadow-width) * var(--base-shadow-blur-coefficient));
57
58
  --nmorph-shadow-outset:
@@ -350,7 +351,7 @@ const u = {
350
351
  }
351
352
 
352
353
  .nmorph-avatar__initials {
353
- color: var(--nmorph-accent-color);
354
+ color: var(--nmorph-text-color);
354
355
  font-weight: 600;
355
356
  line-height: 1;
356
357
  }