@lazar-ui/kit 0.5.2 → 0.6.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.
Files changed (99) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/Actions-Cii4AnwJ.mjs +12 -0
  3. package/dist/Actions.css +1 -0
  4. package/dist/ActiveFilters-BJojmc-d.mjs +29 -0
  5. package/dist/ActiveFilters.css +1 -0
  6. package/dist/Button-BN85EtaZ.mjs +52 -0
  7. package/dist/Button.css +1 -1
  8. package/dist/Cell-BPBvEyeL.mjs +21 -0
  9. package/dist/Cell.css +1 -0
  10. package/dist/Content-1kg0isb_.mjs +12 -0
  11. package/dist/Content.css +1 -0
  12. package/dist/Context-BjkJbHVo.mjs +6 -0
  13. package/dist/Group-DyDpeqOP.mjs +16 -0
  14. package/dist/Group.css +1 -0
  15. package/dist/Header-Clhgyr0J.mjs +29 -0
  16. package/dist/Header.css +1 -0
  17. package/dist/Heading-CL47Fqe7.mjs +30 -0
  18. package/dist/Heading.css +1 -0
  19. package/dist/InputBase-BHZWQT9-.mjs +46 -0
  20. package/dist/Item-CBYGbEHN.mjs +47 -0
  21. package/dist/Item.css +1 -0
  22. package/dist/Panel-B-LZtrGB.mjs +11 -0
  23. package/dist/Row-BfI8268z.mjs +15 -0
  24. package/dist/Row.css +1 -0
  25. package/dist/Separator-FETQ3gHZ.mjs +9 -0
  26. package/dist/Separator.css +1 -0
  27. package/dist/Tab-BfpR10OT.mjs +38 -0
  28. package/dist/Tab.css +1 -0
  29. package/dist/Text-DQPy-DZ5.mjs +46 -0
  30. package/dist/Text.css +1 -0
  31. package/dist/Title-xHMuJWGl.mjs +12 -0
  32. package/dist/Title.css +1 -0
  33. package/dist/Toolbar-BJQy4qFI.mjs +11 -0
  34. package/dist/Toolbar.css +1 -0
  35. package/dist/Trigger-C_4De6l1.mjs +11 -0
  36. package/dist/accordion.css +1 -1
  37. package/dist/accordion.js +23 -62
  38. package/dist/actions.d.ts +13 -0
  39. package/dist/actions.js +4 -0
  40. package/dist/active-filters.d.ts +35 -0
  41. package/dist/active-filters.js +4 -0
  42. package/dist/button.js +1 -1
  43. package/dist/cell.d.ts +20 -0
  44. package/dist/cell.js +4 -0
  45. package/dist/content.d.ts +8 -0
  46. package/dist/content.js +4 -0
  47. package/dist/context.d.ts +17 -0
  48. package/dist/context.js +5 -0
  49. package/dist/dialog.css +1 -1
  50. package/dist/dialog.js +44 -62
  51. package/dist/drawer.css +1 -1
  52. package/dist/drawer.js +72 -93
  53. package/dist/enums-BnuDYTua.mjs +4 -0
  54. package/dist/enums-DUZMBQDd.mjs +7 -0
  55. package/dist/enums-DfSzOa3x.mjs +4 -0
  56. package/dist/enums-OoI2Qgqq.mjs +14 -0
  57. package/dist/getDecorationStyle-BCBONKEl.mjs +7 -0
  58. package/dist/group.d.ts +12 -0
  59. package/dist/group.js +4 -0
  60. package/dist/header.d.ts +21 -0
  61. package/dist/header.js +4 -0
  62. package/dist/heading.d.ts +55 -0
  63. package/dist/heading.js +7 -0
  64. package/dist/input-base.d.ts +29 -0
  65. package/dist/input-base.js +4 -0
  66. package/dist/input.js +86 -124
  67. package/dist/item.d.ts +42 -0
  68. package/dist/item.js +4 -0
  69. package/dist/menu.css +1 -1
  70. package/dist/menu.js +63 -81
  71. package/dist/panel.d.ts +9 -0
  72. package/dist/panel.js +4 -0
  73. package/dist/row.d.ts +12 -0
  74. package/dist/row.js +4 -0
  75. package/dist/separator.d.ts +1 -21
  76. package/dist/separator.js +2 -22
  77. package/dist/tab.d.ts +30 -0
  78. package/dist/tab.js +4 -0
  79. package/dist/table.css +1 -1
  80. package/dist/table.js +25 -74
  81. package/dist/tabs.css +1 -1
  82. package/dist/tabs.js +34 -73
  83. package/dist/text.d.ts +74 -0
  84. package/dist/text.js +8 -0
  85. package/dist/title.d.ts +8 -0
  86. package/dist/title.js +4 -0
  87. package/dist/toolbar.d.ts +20 -0
  88. package/dist/toolbar.js +4 -0
  89. package/dist/trigger.d.ts +8 -0
  90. package/dist/trigger.js +4 -0
  91. package/dist/typography.d.ts +90 -40
  92. package/dist/typography.js +4 -38
  93. package/dist/utils.d.ts +20 -0
  94. package/dist/utils.js +9 -7
  95. package/package.json +1 -1
  96. package/dist/Button-jq8mFP6t.mjs +0 -52
  97. package/dist/separator.css +0 -1
  98. package/dist/typography.css +0 -1
  99. /package/dist/{input.css → InputBase.css} +0 -0
package/dist/title.js ADDED
@@ -0,0 +1,4 @@
1
+ import { T as r } from "./Title-xHMuJWGl.mjs";
2
+ export {
3
+ r as Title
4
+ };
@@ -0,0 +1,20 @@
1
+ import { default as default_2 } from 'react';
2
+
3
+ export declare interface IToolbarProps extends default_2.PropsWithChildren {
4
+ }
5
+
6
+ /**
7
+ * Table.Toolbar — a simple flex-wrapper that sits above the Table
8
+ * and contains arbitrary controls (inputs, buttons, filters, etc.).
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * <Table.Toolbar>
13
+ * <Input placeholder="Search..." />
14
+ * <Button>Export</Button>
15
+ * </Table.Toolbar>
16
+ * ```
17
+ */
18
+ export declare const Toolbar: default_2.FC<IToolbarProps>;
19
+
20
+ export { }
@@ -0,0 +1,4 @@
1
+ import { T as a } from "./Toolbar-BJQy4qFI.mjs";
2
+ export {
3
+ a as Toolbar
4
+ };
@@ -0,0 +1,8 @@
1
+ import { default as default_2 } from 'react';
2
+
3
+ export declare interface IProps extends default_2.PropsWithChildren {
4
+ }
5
+
6
+ export declare const Trigger: default_2.FC<IProps>;
7
+
8
+ export { }
@@ -0,0 +1,4 @@
1
+ import { T as g } from "./Trigger-C_4De6l1.mjs";
2
+ export {
3
+ g as Trigger
4
+ };
@@ -1,6 +1,6 @@
1
1
  import { default as default_2 } from 'react';
2
2
 
3
- declare enum ETypographyColor {
3
+ declare enum EHeadingColor {
4
4
  PRIMARY = "primary",
5
5
  SECONDARY = "secondary",
6
6
  TERTIARY = "tertiary",
@@ -8,69 +8,119 @@ declare enum ETypographyColor {
8
8
  BRAND = "brand"
9
9
  }
10
10
 
11
- declare enum ETypographySize {
11
+ declare enum EHeadingSize {
12
12
  XS = "xs",
13
13
  SM = "sm",
14
14
  MD = "md",
15
- LG = "lg",
16
- XL = "xl",
17
- XXL = "xxl"
15
+ LG = "lg"
18
16
  }
19
17
 
20
- declare enum ETypographyVariant {
21
- HEADLINE = "headline",
22
- BODY = "body",
23
- LABEL = "label"
18
+ declare enum ETextColor {
19
+ PRIMARY = "primary",
20
+ SECONDARY = "secondary",
21
+ TERTIARY = "tertiary",
22
+ DISABLED = "disabled",
23
+ BRAND = "brand"
24
24
  }
25
25
 
26
- export declare interface ITypographyProps extends default_2.PropsWithChildren {
27
- /** HTML tag to render. Defaults: `h2` for headline, `p` for body, `span` for label. */
28
- as?: TTypographyTag;
29
- /** Color token variant. */
30
- color?: TTypographyColor;
31
- /** Ref to the root element. */
32
- ref?: default_2.Ref<HTMLElement>;
33
- /** Typography variant (stylistic group): `headline`, `body`, `label`. */
34
- variant?: TTypographyVariant;
35
- /** Typography size. */
36
- size?: TTypographySize;
37
- /** Truncate text with ellipsis (single-line). */
38
- truncate?: boolean;
26
+ declare enum ETextSize {
27
+ XS = "xs",
28
+ SM = "sm",
29
+ MD = "md",
30
+ LG = "lg"
39
31
  }
40
32
 
41
- declare type TTypographyColor = `${ETypographyColor}`;
42
-
43
- declare type TTypographySize = `${ETypographySize}`;
44
-
45
- declare type TTypographyTag = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'span' | 'div';
46
-
47
- declare type TTypographyVariant = `${ETypographyVariant}`;
33
+ declare enum ETextWeight {
34
+ NORMAL = "normal",
35
+ MEDIUM = "medium",
36
+ SEMIBOLD = "semibold",
37
+ BOLD = "bold"
38
+ }
48
39
 
49
40
  /**
50
- * Typography component. Renders text with preset combinations of font-size, font-weight, line-height, and letter-spacing.
41
+ * Heading component. Renders a semantic HTML heading (`h1`–`h6`) with preset
42
+ * font-size, font-weight, line-height, and optional letter-spacing.
51
43
  *
52
- * Supports three stylistic groups (`headline`, `body`, `label`) with various sizes.
53
- * Each combination maps to predefined CSS tokens for consistent typography across the UI.
44
+ * Each size maps to a predefined set of CSS tokens for consistent typography across the UI.
54
45
  *
55
46
  * @example
56
47
  * ```tsx
57
- * <Typography variant="headline" size="xl">Headline XL</Typography>
48
+ * <Heading as="h1" size="lg">Page title</Heading>
58
49
  * ```
59
50
  *
60
51
  * @example
61
52
  * ```tsx
62
- * <Typography variant="body" size="md" color="secondary">
63
- * Body secondary text
64
- * </Typography>
53
+ * <Heading size="xs" color="secondary">Subtitle</Heading>
65
54
  * ```
55
+ */
56
+ export declare const Heading: default_2.FC<IHeadingProps>;
57
+
58
+ export declare interface IHeadingProps extends default_2.PropsWithChildren {
59
+ /** HTML tag to render. Default: `h2`. */
60
+ as?: THeadingTag;
61
+ /** Heading size. Default: `sm`. */
62
+ size?: THeadingSize;
63
+ /** Text color token. */
64
+ color?: THeadingColor;
65
+ /** Truncate text with ellipsis (single-line). */
66
+ truncate?: boolean;
67
+ /** Ref to the root heading element. */
68
+ ref?: default_2.Ref<HTMLHeadingElement>;
69
+ }
70
+
71
+ export declare interface ITextProps extends default_2.PropsWithChildren {
72
+ /** HTML-тег для рендера корневого элемента. По умолчанию `p`. */
73
+ as?: TTextTag;
74
+ /** Размер текста. По умолчанию `sm`. */
75
+ size?: TTextSize;
76
+ /** Насыщенность шрифта. По умолчанию `normal`. */
77
+ weight?: TTextWeight;
78
+ /** Цвет текста из дизайн-системы. Если не передан — используется наследованный цвет. */
79
+ color?: TTextColor;
80
+ /** Обрезать текст с многоточием (одна строка, `text-overflow: ellipsis`). */
81
+ truncate?: boolean;
82
+ /** Подчёркивание: `true` для обычного underline, `'dotted'` для пунктирного подчёркивания. */
83
+ underline?: boolean | 'dotted';
84
+ /** Зачёркивание текста (`text-decoration: line-through`). */
85
+ strikethrough?: boolean;
86
+ /** Ref на корневой элемент. */
87
+ ref?: default_2.Ref<HTMLElement>;
88
+ }
89
+
90
+ /**
91
+ * Text — компонент для отображения основного текста.
92
+ *
93
+ * Поддерживает размеры от 12px (xs) до 16px (lg), различные насыщенности шрифта
94
+ * и цвета из дизайн-системы. Подходит для параграфов, лейблов, аннотаций.
95
+ *
96
+ * В отличие от Heading, Text не имеет встроенного жирного начертания —
97
+ * вес управляется отдельным пропом `weight`.
66
98
  *
67
99
  * @example
68
100
  * ```tsx
69
- * <Typography variant="label" size="sm" as="span">
70
- * Small label
71
- * </Typography>
101
+ * <Text size="lg" weight="medium">Основной текст</Text>
102
+ * ```
103
+ *
104
+ * @example
105
+ * ```tsx
106
+ * <Text size="xs" color="secondary" as="span">Аннотация</Text>
72
107
  * ```
73
108
  */
74
- export declare const Typography: default_2.FC<ITypographyProps>;
109
+ declare const Text_2: default_2.ForwardRefExoticComponent<Omit<ITextProps, "ref"> & default_2.RefAttributes<HTMLElement>>;
110
+ export { Text_2 as Text }
111
+
112
+ declare type THeadingColor = `${EHeadingColor}`;
113
+
114
+ declare type THeadingSize = `${EHeadingSize}`;
115
+
116
+ declare type THeadingTag = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
117
+
118
+ declare type TTextColor = `${ETextColor}`;
119
+
120
+ declare type TTextSize = `${ETextSize}`;
121
+
122
+ declare type TTextTag = 'p' | 'span' | 'div';
123
+
124
+ declare type TTextWeight = `${ETextWeight}`;
75
125
 
76
126
  export { }
@@ -1,40 +1,6 @@
1
- import d from "react";
2
- import h from "clsx";
3
- import { g as o } from "./getVariantClassName-DoCNtwBw.mjs";
4
- import './typography.css';const y = "Typography", z = "_root_wamht_5", w = "_truncate_wamht_9", p = "_variantHeadline_wamht_15", v = "_sizeLg_wamht_15", b = "_sizeXl_wamht_21", g = "_sizeXxl_wamht_27", X = "_variantBody_wamht_34", L = "_sizeXs_wamht_34", S = "_sizeSm_wamht_40", u = "_sizeMd_wamht_46", B = "_variantLabel_wamht_59", M = "_colorPrimary_wamht_78", f = "_colorSecondary_wamht_82", x = "_colorTertiary_wamht_86", N = "_colorDisabled_wamht_90", T = "_colorBrand_wamht_94", a = {
5
- root: z,
6
- truncate: w,
7
- variantHeadline: p,
8
- sizeLg: v,
9
- sizeXl: b,
10
- sizeXxl: g,
11
- variantBody: X,
12
- sizeXs: L,
13
- sizeSm: S,
14
- sizeMd: u,
15
- variantLabel: B,
16
- colorPrimary: M,
17
- colorSecondary: f,
18
- colorTertiary: x,
19
- colorDisabled: N,
20
- colorBrand: T
21
- }, D = (s) => {
22
- const { as: e, children: n, color: t, ref: c, size: i = "sm", truncate: _ = !1, variant: r = "body" } = s, l = e || {
23
- body: "p",
24
- headline: "h2",
25
- label: "span"
26
- }[r] || "p", m = h(
27
- a.root,
28
- o("variant", r, a),
29
- o("size", i, a),
30
- t && o("color", t, a),
31
- {
32
- [a.truncate]: _
33
- }
34
- );
35
- return d.createElement(l, { className: m, ref: c }, n);
36
- };
37
- D.displayName = y;
1
+ import { H as r } from "./Heading-CL47Fqe7.mjs";
2
+ import { T as t } from "./Text-DQPy-DZ5.mjs";
38
3
  export {
39
- D as Typography
4
+ r as Heading,
5
+ t as Text
40
6
  };
package/dist/utils.d.ts CHANGED
@@ -16,6 +16,19 @@ export declare const filterValidChildren: (children: default_2.ReactNode, accept
16
16
  */
17
17
  export declare const getComponentSlots: <T extends string>(children: default_2.ReactNode, slots: readonly T[]) => IDefaultSlotNode & { [key in T]: default_2.ReactElement; };
18
18
 
19
+ /**
20
+ * Converts decoration props (`underline`, `strikethrough`) into a `textDecoration` CSS style object.
21
+ *
22
+ * Supports:
23
+ * - `underline: true` → `textDecoration: 'underline'`
24
+ * - `underline: 'dotted'` → `textDecoration: 'underline dotted'`
25
+ * - `strikethrough: true` → `textDecoration: 'line-through'`
26
+ * - Combined: both props produce a space-separated value.
27
+ *
28
+ * @returns A `React.CSSProperties` object with `textDecoration`, or `undefined` if no decoration is set.
29
+ */
30
+ export declare function getDecorationStyle(props: IDecorationProps): default_2.CSSProperties | undefined;
31
+
19
32
  /**
20
33
  * Utility to get the display name of a react element.
21
34
  * @param element react element to get the display name.
@@ -35,6 +48,13 @@ export declare const getReactElementDisplayName: (element: default_2.ReactElemen
35
48
  */
36
49
  export declare const getVariantClassName: <P extends string, T extends string>(prefix: P, variant: T, styles: TStyles<`${P}${Capitalize<T>}`>) => string;
37
50
 
51
+ declare interface IDecorationProps {
52
+ /** Underline decoration: `true` for simple underline, `'dotted'` for dotted underline. */
53
+ underline?: boolean | 'dotted';
54
+ /** Strikethrough decoration. */
55
+ strikethrough?: boolean;
56
+ }
57
+
38
58
  declare interface IDefaultSlotNode {
39
59
  children: default_2.ReactNode[];
40
60
  [key: string]: default_2.ReactNode;
package/dist/utils.js CHANGED
@@ -1,18 +1,20 @@
1
1
  import a from "react";
2
2
  import { i } from "./isValidReactNode-CmYwTWCE.mjs";
3
3
  import { g as f } from "./isValidReactNode-CmYwTWCE.mjs";
4
- import { g } from "./getComponentSlots-DwAYUFNk.mjs";
5
- import { g as C } from "./getVariantClassName-DoCNtwBw.mjs";
6
- const l = (r, o) => {
4
+ import { g as c } from "./getComponentSlots-DwAYUFNk.mjs";
5
+ import { g as x } from "./getDecorationStyle-BCBONKEl.mjs";
6
+ import { g as h } from "./getVariantClassName-DoCNtwBw.mjs";
7
+ const l = (o, r) => {
7
8
  const e = [];
8
- return a.Children.forEach(r, (t) => {
9
- i(o, t) && e.push(t);
9
+ return a.Children.forEach(o, (t) => {
10
+ i(r, t) && e.push(t);
10
11
  }), e;
11
12
  };
12
13
  export {
13
14
  l as filterValidChildren,
14
- g as getComponentSlots,
15
+ c as getComponentSlots,
16
+ x as getDecorationStyle,
15
17
  f as getReactElementDisplayName,
16
- C as getVariantClassName,
18
+ h as getVariantClassName,
17
19
  i as isValidReactNode
18
20
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lazar-ui/kit",
3
- "version": "0.5.2",
3
+ "version": "0.6.1",
4
4
  "license": "MIT",
5
5
  "description": "A component library for building admin panels, dashboards, and internal tools.",
6
6
  "homepage": "https://lazar-ui.github.io/docs",
@@ -1,52 +0,0 @@
1
- import { jsxs as z, jsx as s } from "react/jsx-runtime";
2
- import v from "clsx";
3
- import { I as y } from "./Icon-DUCBChX2.mjs";
4
- import { g as o } from "./getVariantClassName-DoCNtwBw.mjs";
5
- import './Button.css';const g = "Button", h = "_root_1lm86_21", x = "_modeFilled_1lm86_32", S = "_variantPrimary_1lm86_32", b = "_pressed_1lm86_36", N = "_variantSecondary_1lm86_42", W = "_variantDanger_1lm86_52", C = "_disabled_1lm86_62", D = "_modeOutlined_1lm86_69", L = "_modeText_1lm86_94", M = "_fullWidth_1lm86_118", P = "_sizeSm_1lm86_121", B = "_sizeMd_1lm86_128", F = "_sizeLg_1lm86_135", I = "_icon_1lm86_143", e = {
6
- root: h,
7
- modeFilled: x,
8
- variantPrimary: S,
9
- pressed: b,
10
- variantSecondary: N,
11
- variantDanger: W,
12
- disabled: C,
13
- modeOutlined: D,
14
- modeText: L,
15
- fullWidth: M,
16
- sizeSm: P,
17
- sizeMd: B,
18
- sizeLg: F,
19
- icon: I
20
- }, O = (a) => {
21
- const {
22
- children: t,
23
- disabled: i = !1,
24
- fullWidth: l = !1,
25
- icon: n,
26
- mode: r = "filled",
27
- onClick: d,
28
- size: m = "md",
29
- variant: _ = "primary",
30
- pressed: c,
31
- as: p = "button",
32
- ...f
33
- } = a, u = v(
34
- e.root,
35
- o("size", m, e),
36
- o("variant", _, e),
37
- o("mode", r, e),
38
- {
39
- [e.fullWidth]: l,
40
- [e.pressed]: c,
41
- [e.disabled]: i
42
- }
43
- );
44
- return /* @__PURE__ */ z(p, { className: u, disabled: i, onClick: d, ...f, children: [
45
- n && /* @__PURE__ */ s("span", { className: e.icon, children: /* @__PURE__ */ s(y, { name: n, size: 16 }) }),
46
- t && /* @__PURE__ */ s("span", { children: t })
47
- ] });
48
- };
49
- O.displayName = g;
50
- export {
51
- O as B
52
- };
@@ -1 +0,0 @@
1
- :root{--separator-color: var(--lui-color-border-primary)}._root_kvseh_5{background:var(--separator-color);border:none;height:1px;margin:0;padding-inline:var(--lui-space-4);width:100%}._vertical_kvseh_14{height:100%;padding-block:var(--lui-space-4);padding-inline:0;width:1px}._bleed_kvseh_21{padding:0}
@@ -1 +0,0 @@
1
- :root{--typography-headline-lg-size: 18px}._root_wamht_5{font-family:var(--lui-font-family-body);margin:0}._root_wamht_5._truncate_wamht_9{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._variantHeadline_wamht_15._sizeLg_wamht_15{font-size:var(--typography-headline-lg-size);font-weight:var(--lui-font-weight-semibold);letter-spacing:normal;line-height:var(--line-height-lg)}._variantHeadline_wamht_15._sizeXl_wamht_21{font-size:var(--lui-font-size-xl);font-weight:var(--lui-font-weight-semibold);letter-spacing:-.01em;line-height:var(--line-height-xl)}._variantHeadline_wamht_15._sizeXxl_wamht_27{font-size:var(--lui-font-size-2xl);font-weight:var(--lui-font-weight-bold);letter-spacing:-.02em;line-height:var(--line-height-2xl)}._variantBody_wamht_34._sizeXs_wamht_34{font-size:var(--lui-font-size-xs);font-weight:var(--lui-font-weight-normal);letter-spacing:normal;line-height:var(--line-height-xs)}._variantBody_wamht_34._sizeSm_wamht_40{font-size:var(--lui-font-size-sm);font-weight:var(--lui-font-weight-normal);letter-spacing:normal;line-height:var(--line-height-sm)}._variantBody_wamht_34._sizeMd_wamht_46{font-size:var(--lui-font-size-md);font-weight:var(--lui-font-weight-normal);letter-spacing:normal;line-height:var(--line-height-md)}._variantBody_wamht_34._sizeLg_wamht_15{font-size:var(--lui-font-size-lg);font-weight:var(--lui-font-weight-normal);letter-spacing:normal;line-height:var(--line-height-lg)}._variantLabel_wamht_59._sizeXs_wamht_34{font-size:var(--lui-font-size-xs);font-weight:var(--lui-font-weight-medium);letter-spacing:.02em;line-height:var(--line-height-xs)}._variantLabel_wamht_59._sizeSm_wamht_40{font-size:var(--lui-font-size-sm);font-weight:var(--lui-font-weight-medium);letter-spacing:normal;line-height:var(--line-height-sm)}._variantLabel_wamht_59._sizeMd_wamht_46{font-size:var(--lui-font-size-md);font-weight:var(--lui-font-weight-medium);letter-spacing:normal;line-height:var(--line-height-md)}._colorPrimary_wamht_78{color:var(--lui-color-text-primary)}._colorSecondary_wamht_82{color:var(--lui-color-text-secondary)}._colorTertiary_wamht_86{color:var(--lui-color-text-tertiary)}._colorDisabled_wamht_90{color:var(--lui-color-text-disabled)}._colorBrand_wamht_94{color:var(--lui-color-text-link)}
File without changes