asma-ui-core 3.78.3 → 3.78.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.
@@ -1,19 +1,18 @@
1
- import { cn as b } from "../../../helpers/cn.js";
2
- import { ChevronDownIcon as F } from "../../icons/chevron-down-icon/ChevronDownIcon.js";
3
- import { ChevronUpIcon as O } from "../../icons/chevron-up-icon/ChevronUpIcon.js";
1
+ import { cn as C } from "../../../helpers/cn.js";
2
+ import { ChevronDownIcon as j } from "../../icons/chevron-down-icon/ChevronDownIcon.js";
3
+ import { ChevronUpIcon as z } from "../../icons/chevron-up-icon/ChevronUpIcon.js";
4
4
  import h from "./Pathfinder.module.js";
5
- import { useCallback as I, useEffect as M, useLayoutEffect as j, useMemo as y, useRef as R, useState as x, useSyncExternalStore as P } from "react";
6
- import { Fragment as D, jsx as e, jsxs as k } from "react/jsx-runtime";
7
- var _ = typeof window < "u" ? j : M;
5
+ import { useCallback as R, useEffect as M, useLayoutEffect as O, useMemo as y, useRef as k, useState as x, useSyncExternalStore as P } from "react";
6
+ import { Fragment as D, jsx as e, jsxs as I } from "react/jsx-runtime";
7
+ var _ = typeof window < "u" ? O : M;
8
8
  function q() {
9
- const [i, n] = x(null), d = I((t) => {
9
+ const [i, n] = x(null), d = R((t) => {
10
10
  n(t);
11
- }, []), s = I(() => i ? Math.floor(i.getBoundingClientRect().width) : 0, [i]);
11
+ }, []), s = R(() => i ? Math.floor(i.getBoundingClientRect().width) : 0, [i]);
12
12
  return {
13
13
  ref: d,
14
- width: P(I((t) => {
14
+ width: P(R((t) => {
15
15
  if (!i || typeof ResizeObserver > "u") return () => {
16
- console.log("Node is missing or ResizeObserver is undefined");
17
16
  };
18
17
  let a = 0;
19
18
  const o = new ResizeObserver(() => {
@@ -32,15 +31,15 @@ function A(i) {
32
31
  });
33
32
  }
34
33
  function K(i) {
35
- const { items: n, leadSlot: d, actionSlot: s } = i, t = R({}), a = R(null), o = R(null), [l, v] = x({
34
+ const { items: n, leadSlot: d, actionSlot: s } = i, t = k({}), a = k(null), o = k(null), [l, v] = x({
36
35
  itemWidths: {},
37
36
  leadWidth: 0,
38
37
  actionWidth: 0
39
- }), f = R(l);
38
+ }), f = k(l);
40
39
  M(() => {
41
40
  f.current = l;
42
41
  }, [l]);
43
- const p = I((r) => (m) => {
42
+ const p = R((r) => (m) => {
44
43
  t.current[r] = m;
45
44
  }, []);
46
45
  return _(() => {
@@ -76,7 +75,7 @@ function U(i) {
76
75
  }
77
76
  return a;
78
77
  }
79
- function C({ item: i, compact: n }) {
78
+ function b({ item: i, compact: n }) {
80
79
  return /* @__PURE__ */ e(D, { children: i.render({ compact: n }) });
81
80
  }
82
81
  function Y({ items: i, expanded: n, onToggleExpanded: d, leadSlot: s, actionSlot: t, className: a, leadReservePx: o = 140, actionReservePx: l = 44 }) {
@@ -86,10 +85,10 @@ function Y({ items: i, expanded: n, onToggleExpanded: d, leadSlot: s, actionSlot
86
85
  actionSlot: t
87
86
  }), w = y(() => {
88
87
  if (n) return r;
89
- const c = 24, L = 24, z = s ? Math.max(o, m.leadWidth + 12) : 0, B = t ? Math.max(l, m.actionWidth) : 0;
88
+ const c = 24, L = 24, B = s ? Math.max(o, m.leadWidth + 12) : 0, F = t ? Math.max(l, m.actionWidth) : 0;
90
89
  return U({
91
90
  items: r,
92
- availableWidth: Math.max(0, f - c - L - z - B - 24),
91
+ availableWidth: Math.max(0, f - c - L - B - F - 24),
93
92
  gapPx: 12,
94
93
  itemWidths: m.itemWidths
95
94
  });
@@ -103,9 +102,9 @@ function Y({ items: i, expanded: n, onToggleExpanded: d, leadSlot: s, actionSlot
103
102
  l,
104
103
  m
105
104
  ]), N = p && w.length < Math.min(2, r.length), E = N ? r.slice(0, 2) : w;
106
- return /* @__PURE__ */ k("div", {
105
+ return /* @__PURE__ */ I("div", {
107
106
  ref: v,
108
- className: b(h.root, p ? "overflow-hidden" : "overflow-visible", a),
107
+ className: C(h.root, p ? "overflow-hidden" : "overflow-visible", a),
109
108
  "aria-expanded": n,
110
109
  role: "button",
111
110
  tabIndex: 0,
@@ -114,27 +113,27 @@ function Y({ items: i, expanded: n, onToggleExpanded: d, leadSlot: s, actionSlot
114
113
  (c.key === "Enter" || c.key === " ") && (c.preventDefault(), d());
115
114
  },
116
115
  children: [
117
- /* @__PURE__ */ k("div", {
118
- className: b(h.shell, p ? h.shellCompact : h.shellExpanded),
116
+ /* @__PURE__ */ I("div", {
117
+ className: C(h.shell, p ? h.shellCompact : h.shellExpanded),
119
118
  children: [s ? /* @__PURE__ */ e("div", {
120
119
  className: "shrink-0",
121
120
  children: s
122
121
  }) : null, /* @__PURE__ */ e("div", {
123
122
  className: h.content,
124
123
  children: p ? /* @__PURE__ */ e("div", {
125
- className: b(h.compactItems, N && h.compactItemsStacked),
124
+ className: C(h.compactItems, N && h.compactItemsStacked),
126
125
  children: E.map((c) => /* @__PURE__ */ e("div", {
127
126
  className: "shrink-0 whitespace-nowrap",
128
- children: /* @__PURE__ */ e(C, {
127
+ children: /* @__PURE__ */ e(b, {
129
128
  item: c,
130
129
  compact: p
131
130
  })
132
131
  }, c.id))
133
- }) : /* @__PURE__ */ k("div", {
132
+ }) : /* @__PURE__ */ I("div", {
134
133
  className: h.expandedItems,
135
134
  children: [r.map((c) => /* @__PURE__ */ e("div", {
136
135
  className: "shrink-0 whitespace-nowrap",
137
- children: /* @__PURE__ */ e(C, {
136
+ children: /* @__PURE__ */ e(b, {
138
137
  item: c,
139
138
  compact: p
140
139
  })
@@ -150,12 +149,12 @@ function Y({ items: i, expanded: n, onToggleExpanded: d, leadSlot: s, actionSlot
150
149
  }),
151
150
  /* @__PURE__ */ e("div", {
152
151
  className: h.chevron,
153
- children: n ? /* @__PURE__ */ e(O, { className: "size-6" }) : /* @__PURE__ */ e(F, { className: "size-6" })
152
+ children: n ? /* @__PURE__ */ e(z, { className: "size-6" }) : /* @__PURE__ */ e(j, { className: "size-6" })
154
153
  }),
155
154
  /* @__PURE__ */ e("div", {
156
155
  "aria-hidden": !0,
157
156
  className: h.measureLayer,
158
- children: /* @__PURE__ */ k("div", {
157
+ children: /* @__PURE__ */ I("div", {
159
158
  className: h.measureRow,
160
159
  children: [
161
160
  s ? /* @__PURE__ */ e("div", {
@@ -168,7 +167,7 @@ function Y({ items: i, expanded: n, onToggleExpanded: d, leadSlot: s, actionSlot
168
167
  r.map((c) => /* @__PURE__ */ e("div", {
169
168
  ref: g(c.id),
170
169
  className: "shrink-0 whitespace-nowrap",
171
- children: /* @__PURE__ */ e(C, {
170
+ children: /* @__PURE__ */ e(b, {
172
171
  item: c,
173
172
  compact: !0
174
173
  })
@@ -0,0 +1,110 @@
1
+ /**
2
+ * The colour pairs this library actually puts on screen, as a data table.
3
+ *
4
+ * Every row cites the component file that pairs the two tokens, so a reviewer can check the claim
5
+ * without trusting the table. Tokens are cited by NAME, never by line number — `src/styles/**` is
6
+ * ASMA-8133's area and its line numbers move.
7
+ *
8
+ * Rows with a `finding` are measured failures against master. They are quarantined, not fixed:
9
+ * changing a token value is a visual (potentially breaking) change to a brand theme and needs
10
+ * design sign-off, so each one is written up in `docs/a11y-contrast.md` and escalated instead.
11
+ *
12
+ * @see docs/a11y-contrast.md — findings register, exemption rationale, measured ratios
13
+ * @see docs/a11y-allowlist.md — the axe (SC 1.4.3 only) story baseline this cross-references
14
+ */
15
+ /**
16
+ * The surface the library composites onto when a token is `transparent`, and the surface an
17
+ * unparented control is assumed to sit on. The library ships no page-background token; every
18
+ * component that sets its own opaque surface (input, tooltip, chip) uses white or a delta tint.
19
+ */
20
+ export declare const APP_SURFACE = "#ffffff";
21
+ export declare const REQUIREMENT_RATIO: {
22
+ /** SC 1.4.3, body text below 18.66px bold / 24px regular. */
23
+ readonly text: 4.5;
24
+ /** SC 1.4.3, large text at or above that size. */
25
+ readonly largeText: 3;
26
+ /** SC 1.4.11, UI component boundaries, state indicators and focus rings. */
27
+ readonly nonText: 3;
28
+ };
29
+ export type ContrastRequirement = keyof typeof REQUIREMENT_RATIO;
30
+ export interface ContrastPair {
31
+ /** Stable id. Quarantined rows use it to join to `docs/a11y-contrast.md`. */
32
+ readonly id: string;
33
+ /** Custom-property name, or a literal colour for a hard-coded component value. */
34
+ readonly foreground: string;
35
+ readonly background: string;
36
+ readonly requirement: ContrastRequirement;
37
+ /** Repo-relative path of the component that pairs these two. */
38
+ readonly usedBy: string;
39
+ /** Findings id in docs/a11y-contrast.md. Present means "measured failing, quarantined". */
40
+ readonly finding?: string;
41
+ }
42
+ /**
43
+ * Hand-curated pairs. The button token family is generated instead — see `buildButtonPairs`.
44
+ */
45
+ export declare const COMPONENT_PAIRS: readonly ContrastPair[];
46
+ /**
47
+ * `StyledButton.module.scss` builds every button from a single mixin over
48
+ * `--colors-button-{type}-{color}-{state}-{text|bg|border}-color`, so the button pairs are
49
+ * generated from the token names rather than transcribed. A new variant or state added to the
50
+ * token files is contrast-checked the moment it lands, with no edit here.
51
+ */
52
+ export declare const BUTTON_TYPES: readonly ["contained", "outlined", "text", "textGray", "textWhite"];
53
+ export declare const BUTTON_COLORS: readonly ["common", "error"];
54
+ /**
55
+ * `disabled` is deliberately absent. SC 1.4.3 exempts "text ... that is part of an inactive user
56
+ * interface component", and 1.4.11 exempts inactive components in the same words. See the
57
+ * exemptions section of docs/a11y-contrast.md.
58
+ */
59
+ export declare const BUTTON_STATES: readonly ["base", "hover", "active", "focused"];
60
+ export type ButtonType = (typeof BUTTON_TYPES)[number];
61
+ export type ButtonState = (typeof BUTTON_STATES)[number];
62
+ export interface ButtonTokenNames {
63
+ readonly text: string;
64
+ readonly background: string;
65
+ readonly border: string;
66
+ }
67
+ export declare const buttonTokenNames: (type: ButtonType, color: (typeof BUTTON_COLORS)[number], state: ButtonState) => ButtonTokenNames;
68
+ /**
69
+ * Types whose boundary is a designed, always-present edge. `text` / `textGray` are borderless by
70
+ * design — the label carries the affordance and is held to 4.5:1, which is what SC 1.4.11's
71
+ * "visual information required to identify user interface components" asks for. `textWhite` is
72
+ * excluded from contrast assertions entirely: it is white-on-transparent, meant to be placed on a
73
+ * consumer-supplied dark surface this package never sees. Documented in docs/a11y-contrast.md.
74
+ */
75
+ export declare const BUTTON_TYPES_WITH_BOUNDARY: readonly ButtonType[];
76
+ export declare const BUTTON_TYPES_WITHOUT_KNOWN_SURFACE: readonly ButtonType[];
77
+ /**
78
+ * Button pairs that fail against master, keyed `{type}/{color}/{state}/{aspect}`.
79
+ *
80
+ * `text-on-tinted-hover` (F-12): outlined/text/textGray put gama-500 on a gama-50 or gama-100 tint
81
+ * at hover and active, which drops the label under 4.5:1 in every theme.
82
+ * `boundary-focus` (F-07): the focus border is gama-400 everywhere, which is under 3:1 on white in
83
+ * default and fretex.
84
+ * `boundary-outlined-hover` (F-13): outlined's hover/active border is gama-300, under 3:1 in all
85
+ * three themes.
86
+ * `outlined/error/focused/text` (F-16): white label on a beta-100 tint, 1.27:1 in every theme.
87
+ * The error/focused boundary rows (F-15): the border points at `--colors-beta-400`, which no theme
88
+ * defines, so `default` and `greenish` render no focus border at all; `fretex` overrides it to
89
+ * gama-400 and lands at 2.24:1, which is F-07's root cause again.
90
+ */
91
+ export declare const BUTTON_FINDINGS: Readonly<Record<string, string>>;
92
+ /**
93
+ * Regression floors for the quarantined pairs: the ratio each one measures on master, per theme.
94
+ *
95
+ * A quarantined pair is asserted against its floor rather than against the WCAG threshold, so the
96
+ * suite still detects *decay* on an already-failing pair while staying green if ASMA-8133 or a
97
+ * design fix legitimately *improves* the number. This is a characterization test — the floor is a
98
+ * record of the status quo, not a standard. The real target stays in docs/a11y-contrast.md against
99
+ * the finding id, and lifting a quarantine means deleting the pair's `finding` key so the live SC
100
+ * assertion takes over.
101
+ *
102
+ * `null` means the pair has no computed value at all — see F-15, where the `var()` chain is
103
+ * dangling so the browser drops the declaration outright. A floor is meaningless there, so those
104
+ * stay skipped.
105
+ *
106
+ * Values are produced by `contrastRatio`, which already truncates to two decimals, so the floor and
107
+ * the measurement are byte-identical and the comparison needs no epsilon. Regenerate after
108
+ * ASMA-8133 lands.
109
+ */
110
+ export declare const REGRESSION_FLOORS: Readonly<Record<string, Readonly<Record<string, number | null>>>>;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,36 @@
1
+ /** The theme every other theme layers on top of; selected by `:root`, not by a `data-theme` value. */
2
+ export declare const DEFAULT_THEME = "default";
3
+ export type ThemeName = string;
4
+ /**
5
+ * Every theme the stylesheets define, discovered rather than listed, so adding a fourth theme file
6
+ * automatically brings it into the contrast matrix instead of silently going unchecked.
7
+ */
8
+ export declare const discoverThemeNames: () => ThemeName[];
9
+ export declare class TokenResolutionError extends Error {
10
+ }
11
+ /**
12
+ * Follows a `var()` chain to a literal. `var(--a, fallback)` uses the fallback only when `--a` is
13
+ * undefined, matching CSS. A cycle or a missing terminal value throws rather than resolving to
14
+ * something plausible — a contrast suite that silently treats an unresolvable token as black would
15
+ * report passes it has not earned.
16
+ */
17
+ export declare const resolveDeclaration: (declarations: ReadonlyMap<string, string>, value: string, seen?: ReadonlySet<string>) => string;
18
+ export interface UnresolvableToken {
19
+ readonly property: string;
20
+ readonly reason: string;
21
+ }
22
+ export interface ThemeResolution {
23
+ readonly resolved: Map<string, string>;
24
+ /**
25
+ * Properties whose `var()` chain never reaches a literal. At runtime the browser treats these
26
+ * as invalid at computed-value time, so the declaration is dropped entirely and the element
27
+ * falls back to the inherited or initial value — i.e. the styling the token file *says* it
28
+ * applies is silently not applied. Worth a test of its own.
29
+ */
30
+ readonly unresolvable: UnresolvableToken[];
31
+ }
32
+ export declare const resolveTheme: (theme: ThemeName) => ThemeResolution;
33
+ /** Every custom property that applies to `theme`, resolved to a literal value. */
34
+ export declare const resolveThemeTokens: (theme: ThemeName) => Map<string, string>;
35
+ /** `resolveThemeTokens` for every discovered theme, keyed by theme name. */
36
+ export declare const resolveAllThemes: () => Map<ThemeName, Map<string, string>>;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,32 @@
1
+ /**
2
+ * WCAG 2.2 contrast maths, kept dependency-free and side-effect-free so it can be exercised from a
3
+ * plain node-environment vitest run (the `unit` project in vite.config.ts) with no DOM.
4
+ *
5
+ * Only the colour notations the theme CSS actually uses are supported — `#rgb` / `#rgba` /
6
+ * `#rrggbb` / `#rrggbbaa`, `rgb()` / `rgba()` (comma or space separated), and the `white` / `black`
7
+ * / `transparent` keywords. Anything else returns `null` rather than guessing, so an unparsed value
8
+ * surfaces as a loud failure instead of a silently-skipped assertion.
9
+ *
10
+ * @see https://www.w3.org/TR/WCAG22/#dfn-relative-luminance
11
+ * @see https://www.w3.org/TR/WCAG22/#dfn-contrast-ratio
12
+ */
13
+ export interface Rgba {
14
+ readonly r: number;
15
+ readonly g: number;
16
+ readonly b: number;
17
+ /** 0–1. */
18
+ readonly a: number;
19
+ }
20
+ export declare const parseCssColor: (value: string) => Rgba | null;
21
+ /** Source-over compositing. `backdrop` must be opaque; the result always is. */
22
+ export declare const compositeOver: (source: Rgba, backdrop: Rgba) => Rgba;
23
+ export declare const relativeLuminance: ({ r, g, b }: Rgba) => number;
24
+ /**
25
+ * Contrast ratio of two opaque colours, truncated to two decimals.
26
+ *
27
+ * Truncated rather than rounded, for two reasons. It is conservative at the threshold — rounding
28
+ * would report a true 4.4951:1 as "4.5" and let a failing pair through — and it is what axe-core
29
+ * reports, so a ratio quoted in docs/a11y-contrast.md is digit-for-digit the same number as the
30
+ * one in the axe baseline in docs/a11y-allowlist.md.
31
+ */
32
+ export declare const contrastRatio: (first: Rgba, second: Rgba) => number;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.78.3",
6
+ "version": "3.78.5",
7
7
  "type": "module",
8
8
  "sideEffects": [
9
9
  "**/*.css",
@@ -6,6 +6,17 @@
6
6
  --colors-alpha-600: var(--colors-blue-600);
7
7
  --colors-alpha-700: var(--colors-blue-700);
8
8
  --colors-beta-100: var(--colors-red-100);
9
+ /* Focus-indicator shade for the three error-button *-focused-border-color rules.
10
+ Chosen by measurement on the rendered baseline, not by ramp position:
11
+ 2.4.7 Focus Visible (AA) PASS - a ring renders where contained/outlined/text
12
+ previously painted none.
13
+ 1.4.11 Non-text Contrast(AA) PASS - contained 8.37:1 against white on both sides
14
+ (a 1px white inset separates it from the fill,
15
+ itself 4.96:1); outlined and text 8.37:1 vs
16
+ page and 6.56:1 vs fill.
17
+ 2.4.13 Focus Appearance(AAA) not claimed, outside this library's AA scope.
18
+ See docs/a11y-contrast.md (F-15) for the derivation and per-theme numbers. */
19
+ --colors-beta-400: var(--colors-red-700);
9
20
  --colors-beta-500: var(--colors-red-500);
10
21
  --colors-beta-600: var(--colors-red-600);
11
22
  --colors-beta-700: var(--colors-red-700);
@@ -178,8 +178,8 @@
178
178
  --colors-button-textWhite-common-disabled-bg-color: transparent;
179
179
  --colors-button-textWhite-common-disabled-border-color: transparent;
180
180
 
181
- --colors-colors-btn-bg-mini-action: var(--colors-zinc-100);
182
- --colors-colors-btn-bg-mini-action-hover: var(--colors-gama-700);
181
+ --colors-btn-bg-mini-action: var(--colors-zinc-100);
182
+ --colors-btn-bg-mini-action-hover: var(--colors-gama-700);
183
183
  --colors-link-text-hover: var(--colors-red-700);
184
184
  --colors-link-text-standart: var(--colors-gray-500);
185
185
  --colors-link-text-active: var(--colors-red-700);
@@ -188,7 +188,7 @@
188
188
  --colors-app-directory-button-select-recipient-bg: var(--colors-slate-500);
189
189
  --colors-btn-task-status-bg: var(--colors-green-100);
190
190
  --colors-chat-ticket-message-bg: var(--colors-alpha-500);
191
- --colors-colors-topbar-text: #ffffff;
191
+ --colors-topbar-text: #ffffff;
192
192
 
193
193
  --colors-menu-text-active: var(--colors-beta-700);
194
194
  }
@@ -1,5 +1,16 @@
1
1
  [data-theme='greenish'] {
2
2
  --colors-beta-100: var(--colors-red-100);
3
+ /* Focus-indicator shade for the three error-button *-focused-border-color rules.
4
+ Chosen by measurement on the rendered baseline, not by ramp position:
5
+ 2.4.7 Focus Visible (AA) PASS - a ring renders where contained/outlined/text
6
+ previously painted none.
7
+ 1.4.11 Non-text Contrast(AA) PASS - contained 8.37:1 against white on both sides
8
+ (a 1px white inset separates it from the fill,
9
+ itself 4.96:1); outlined and text 8.37:1 vs
10
+ page and 6.56:1 vs fill.
11
+ 2.4.13 Focus Appearance(AAA) not claimed, outside this library's AA scope.
12
+ See docs/a11y-contrast.md (F-15) for the derivation and per-theme numbers. */
13
+ --colors-beta-400: var(--colors-red-700);
3
14
  --colors-beta-500: var(--colors-red-500);
4
15
  --colors-beta-600: var(--colors-red-600);
5
16
  --colors-beta-700: var(--colors-red-700);
@@ -1,3 +1,12 @@
1
+ /*
2
+ * Declared on :root as well as the theme blocks: a host page that renders without any
3
+ * data-theme attribute must still get valid --colors-input-* / --input-* values (otherwise every
4
+ * var() below is invalid-at-computed-value-time and StyledTextarea falls back to inherited or
5
+ * initial colors). All three themes share these values today, so listing :root alongside them is
6
+ * exact -- the theme selectors stay in place, and because they come later in the selector list
7
+ * they continue to win on equal specificity once a theme starts overriding a token.
8
+ */
9
+ :root,
1
10
  [data-theme='default'],
2
11
  [data-theme='fretex'],
3
12
  [data-theme='greenish'] {
@@ -65,7 +74,7 @@
65
74
  --colors-input-notEditable-focus-bg-color: var(--colors-delta-50);
66
75
  --colors-input-notEditable-disabled-bg-color: var(--colors-delta-50);
67
76
  --colors-input-notEditable-text-color: var(--colors-delta-800);
68
- --colors-input-active-hover-text-color: var(--colors-delta-800);
77
+ --colors-input-notEditable-hover-text-color: var(--colors-delta-800);
69
78
  --colors-input-notEditable-active-text-color: var(--colors-delta-800);
70
79
  --colors-input-notEditable-focus-text-color: var(--colors-delta-800);
71
80
  --colors-input-notEditable-disabled-text-color: var(--colors-delta-300);
@@ -95,10 +104,10 @@
95
104
  --colors-input-readOnly-focus-bg-color: transparent;
96
105
  --colors-input-readOnly-disabled-bg-color: transparent;
97
106
  --colors-input-readOnly-text-color: var(--colors-delta-800);
98
- --colors-input-active-hover-text-color: var(--colors-delta-800);
107
+ --colors-input-readOnly-hover-text-color: var(--colors-delta-800);
99
108
  --colors-input-readOnly-active-text-color: var(--colors-delta-800);
100
109
  --colors-input-readOnly-focus-text-color: var(--colors-delta-800);
101
- --colors-input-readOnly-active-text-color: var(--colors-delta-300);
110
+ --colors-input-readOnly-disabled-text-color: var(--colors-delta-300);
102
111
  --input-readOnly-cursor: text;
103
112
  --input-readOnly-hover-cursor: text;
104
113
  --input-readOnly-active-cursor: text;
@@ -37,7 +37,7 @@
37
37
  "delta-700": "var(--colors-delta-700)",
38
38
  "delta-800": "var(--colors-delta-800)",
39
39
  "delta-900": "var(--colors-delta-900)",
40
- "delta-9000": "var(--colors-gray-9000)",
40
+ "delta-9000": "var(--colors-delta-9000)",
41
41
  "sigma-700": "var(--colors-sigma-700)",
42
42
  "theta-100": "var(--colors-theta-100)",
43
43
  "theta-200": "var(--colors-theta-200)",
@@ -83,11 +83,11 @@
83
83
  "btn-bg-mini-action-hover": "var(--colors-btn-bg-mini-action-hover)",
84
84
  "chat-ticket-message-bg": "var(--colors-chat-ticket-message-bg)",
85
85
  "colors-topbar-text": "var(--colors-topbar-text)",
86
- "custom-grey-01": "hsl(var(--color-cardea--grey-01) / <alpha-value>)",
87
- "custom-grey-02": "hsl(var(--color-cardea--grey-02) / <alpha-value>)",
88
- "custom-grey-03": "hsl(var(--color-cardea--grey-03) / <alpha-value>)",
89
- "custom-grey-04": "hsl(var(--color-cardea--grey-04) / <alpha-value>)",
90
- "custom-grey-06": "hsl(var(--color-cardea--grey-06) / <alpha-value>)"
86
+ "custom-grey-01": "hsl(var(--colors-cardea--grey-01) / <alpha-value>)",
87
+ "custom-grey-02": "hsl(var(--colors-cardea--grey-02) / <alpha-value>)",
88
+ "custom-grey-03": "hsl(var(--colors-cardea--grey-03) / <alpha-value>)",
89
+ "custom-grey-04": "hsl(var(--colors-cardea--grey-04) / <alpha-value>)",
90
+ "custom-grey-06": "hsl(var(--colors-cardea--grey-06) / <alpha-value>)"
91
91
  },
92
92
  "boxShadow": {
93
93
  "ash": "-1px 8px 18px -20px black",