@telia/teddy 0.7.12 → 0.7.14

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.
@@ -23,34 +23,35 @@ function _interopNamespaceDefault(e) {
23
23
  return Object.freeze(n);
24
24
  }
25
25
  const React__namespace = /* @__PURE__ */ _interopNamespaceDefault(React);
26
- const fadeInAnimation = "_fadeInAnimation_1k5uy_1";
27
- const scaleInAnimation = "_scaleInAnimation_1k5uy_1";
26
+ const fadeInAnimation = "_fadeInAnimation_18j14_1";
27
+ const scaleInAnimation = "_scaleInAnimation_18j14_1";
28
28
  const styles = {
29
- "teddy-button": "_teddy-button_1k5uy_18",
30
- "teddy-button--sm": "_teddy-button--sm_1k5uy_53",
31
- "teddy-button--icon-only": "_teddy-button--icon-only_1k5uy_56",
32
- "teddy-button--md": "_teddy-button--md_1k5uy_59",
33
- "teddy-button--lg": "_teddy-button--lg_1k5uy_65",
34
- "teddy-button--full-width": "_teddy-button--full-width_1k5uy_71",
35
- "teddy-button--primary": "_teddy-button--primary_1k5uy_74",
36
- "teddy-button--disabled": "_teddy-button--disabled_1k5uy_78",
37
- "teddy-button--primary-negative": "_teddy-button--primary-negative_1k5uy_84",
38
- "teddy-button--secondary": "_teddy-button--secondary_1k5uy_96",
39
- "teddy-button--secondary-negative": "_teddy-button--secondary-negative_1k5uy_107",
40
- "teddy-button--expressive": "_teddy-button--expressive_1k5uy_118",
41
- "teddy-button--expressive-negative": "_teddy-button--expressive-negative_1k5uy_128",
42
- "teddy-button--negative": "_teddy-button--negative_1k5uy_140",
43
- "teddy-button--destructive": "_teddy-button--destructive_1k5uy_147",
44
- "teddy-button--destructive-negative": "_teddy-button--destructive-negative_1k5uy_157",
45
- "teddy-button--tertiary-purple": "_teddy-button--tertiary-purple_1k5uy_167",
46
- "teddy-button--tertiary-purple-negative": "_teddy-button--tertiary-purple-negative_1k5uy_180",
47
- "teddy-button--list-item": "_teddy-button--list-item_1k5uy_195",
48
- "teddy-button--text-negative": "_teddy-button--text-negative_1k5uy_214",
49
- "teddy-button--text": "_teddy-button--text_1k5uy_214",
50
- "teddy-button--dashed-border": "_teddy-button--dashed-border_1k5uy_261",
51
- "teddy-button__loading": "_teddy-button__loading_1k5uy_265",
29
+ "teddy-button": "_teddy-button_18j14_18",
30
+ "teddy-button--sm": "_teddy-button--sm_18j14_53",
31
+ "teddy-button--icon-only": "_teddy-button--icon-only_18j14_56",
32
+ "teddy-button--md": "_teddy-button--md_18j14_59",
33
+ "teddy-button--lg": "_teddy-button--lg_18j14_65",
34
+ "teddy-button--full-width": "_teddy-button--full-width_18j14_71",
35
+ "teddy-button--primary": "_teddy-button--primary_18j14_74",
36
+ "teddy-button--disabled": "_teddy-button--disabled_18j14_78",
37
+ "teddy-button--primary-negative": "_teddy-button--primary-negative_18j14_84",
38
+ "teddy-button--secondary": "_teddy-button--secondary_18j14_96",
39
+ "teddy-button--secondary-negative": "_teddy-button--secondary-negative_18j14_107",
40
+ "teddy-button--expressive": "_teddy-button--expressive_18j14_118",
41
+ "teddy-button--expressive-negative": "_teddy-button--expressive-negative_18j14_128",
42
+ "teddy-button--negative": "_teddy-button--negative_18j14_140",
43
+ "teddy-button--destructive": "_teddy-button--destructive_18j14_147",
44
+ "teddy-button--destructive-negative": "_teddy-button--destructive-negative_18j14_157",
45
+ "teddy-button--tertiary-purple": "_teddy-button--tertiary-purple_18j14_167",
46
+ "teddy-button--tertiary-purple-negative": "_teddy-button--tertiary-purple-negative_18j14_180",
47
+ "teddy-button--list-item": "_teddy-button--list-item_18j14_195",
48
+ "teddy-button--text-negative": "_teddy-button--text-negative_18j14_214",
49
+ "teddy-button--text": "_teddy-button--text_18j14_214",
50
+ "teddy-button--text-underline": "_teddy-button--text-underline_18j14_255",
51
+ "teddy-button--dashed-border": "_teddy-button--dashed-border_18j14_283",
52
+ "teddy-button__loading": "_teddy-button__loading_18j14_287",
52
53
  fadeInAnimation,
53
- "teddy-button__spinner": "_teddy-button__spinner_1k5uy_276",
54
+ "teddy-button__spinner": "_teddy-button__spinner_18j14_298",
54
55
  scaleInAnimation
55
56
  };
56
57
  const rootClassName = "teddy-button";
@@ -60,6 +61,7 @@ const variants = [
60
61
  "destructive",
61
62
  "tertiary-purple",
62
63
  "text",
64
+ "text-underline",
63
65
  "expressive",
64
66
  "primary-negative",
65
67
  "secondary-negative",
@@ -1,6 +1,6 @@
1
1
  import { ChildrenLayoutProps } from '../../utils/generate-styling';
2
2
  import * as React from 'react';
3
- declare const variants: readonly ["primary", "secondary", "destructive", "tertiary-purple", "text", "expressive", "primary-negative", "secondary-negative", "destructive-negative", "tertiary-purple-negative", "text-negative", "expressive-negative", "list-item"];
3
+ declare const variants: readonly ["primary", "secondary", "destructive", "tertiary-purple", "text", "text-underline", "expressive", "primary-negative", "secondary-negative", "destructive-negative", "tertiary-purple-negative", "text-negative", "expressive-negative", "list-item"];
4
4
  export type Variant = (typeof variants)[number];
5
5
  declare const sizes: readonly ["sm", "md", "lg"];
6
6
  export type Size = (typeof sizes)[number];
@@ -20,7 +20,7 @@ type ButtonProps = Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, 'aria-lab
20
20
  ['aria-label']?: string;
21
21
  });
22
22
  declare const Button: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLButtonElement>> & {
23
- variants: readonly ["primary", "secondary", "destructive", "tertiary-purple", "text", "expressive", "primary-negative", "secondary-negative", "destructive-negative", "tertiary-purple-negative", "text-negative", "expressive-negative", "list-item"];
23
+ variants: readonly ["primary", "secondary", "destructive", "tertiary-purple", "text", "text-underline", "expressive", "primary-negative", "secondary-negative", "destructive-negative", "tertiary-purple-negative", "text-negative", "expressive-negative", "list-item"];
24
24
  };
25
25
  export { Button };
26
26
  export type { ButtonProps };
@@ -4,34 +4,35 @@ import { clsx } from "clsx";
4
4
  import * as React from "react";
5
5
  import { Spinner } from "../spinner/spinner.js";
6
6
  import { extractProps } from "../../utils/generate-styling/index.js";
7
- const fadeInAnimation = "_fadeInAnimation_1k5uy_1";
8
- const scaleInAnimation = "_scaleInAnimation_1k5uy_1";
7
+ const fadeInAnimation = "_fadeInAnimation_18j14_1";
8
+ const scaleInAnimation = "_scaleInAnimation_18j14_1";
9
9
  const styles = {
10
- "teddy-button": "_teddy-button_1k5uy_18",
11
- "teddy-button--sm": "_teddy-button--sm_1k5uy_53",
12
- "teddy-button--icon-only": "_teddy-button--icon-only_1k5uy_56",
13
- "teddy-button--md": "_teddy-button--md_1k5uy_59",
14
- "teddy-button--lg": "_teddy-button--lg_1k5uy_65",
15
- "teddy-button--full-width": "_teddy-button--full-width_1k5uy_71",
16
- "teddy-button--primary": "_teddy-button--primary_1k5uy_74",
17
- "teddy-button--disabled": "_teddy-button--disabled_1k5uy_78",
18
- "teddy-button--primary-negative": "_teddy-button--primary-negative_1k5uy_84",
19
- "teddy-button--secondary": "_teddy-button--secondary_1k5uy_96",
20
- "teddy-button--secondary-negative": "_teddy-button--secondary-negative_1k5uy_107",
21
- "teddy-button--expressive": "_teddy-button--expressive_1k5uy_118",
22
- "teddy-button--expressive-negative": "_teddy-button--expressive-negative_1k5uy_128",
23
- "teddy-button--negative": "_teddy-button--negative_1k5uy_140",
24
- "teddy-button--destructive": "_teddy-button--destructive_1k5uy_147",
25
- "teddy-button--destructive-negative": "_teddy-button--destructive-negative_1k5uy_157",
26
- "teddy-button--tertiary-purple": "_teddy-button--tertiary-purple_1k5uy_167",
27
- "teddy-button--tertiary-purple-negative": "_teddy-button--tertiary-purple-negative_1k5uy_180",
28
- "teddy-button--list-item": "_teddy-button--list-item_1k5uy_195",
29
- "teddy-button--text-negative": "_teddy-button--text-negative_1k5uy_214",
30
- "teddy-button--text": "_teddy-button--text_1k5uy_214",
31
- "teddy-button--dashed-border": "_teddy-button--dashed-border_1k5uy_261",
32
- "teddy-button__loading": "_teddy-button__loading_1k5uy_265",
10
+ "teddy-button": "_teddy-button_18j14_18",
11
+ "teddy-button--sm": "_teddy-button--sm_18j14_53",
12
+ "teddy-button--icon-only": "_teddy-button--icon-only_18j14_56",
13
+ "teddy-button--md": "_teddy-button--md_18j14_59",
14
+ "teddy-button--lg": "_teddy-button--lg_18j14_65",
15
+ "teddy-button--full-width": "_teddy-button--full-width_18j14_71",
16
+ "teddy-button--primary": "_teddy-button--primary_18j14_74",
17
+ "teddy-button--disabled": "_teddy-button--disabled_18j14_78",
18
+ "teddy-button--primary-negative": "_teddy-button--primary-negative_18j14_84",
19
+ "teddy-button--secondary": "_teddy-button--secondary_18j14_96",
20
+ "teddy-button--secondary-negative": "_teddy-button--secondary-negative_18j14_107",
21
+ "teddy-button--expressive": "_teddy-button--expressive_18j14_118",
22
+ "teddy-button--expressive-negative": "_teddy-button--expressive-negative_18j14_128",
23
+ "teddy-button--negative": "_teddy-button--negative_18j14_140",
24
+ "teddy-button--destructive": "_teddy-button--destructive_18j14_147",
25
+ "teddy-button--destructive-negative": "_teddy-button--destructive-negative_18j14_157",
26
+ "teddy-button--tertiary-purple": "_teddy-button--tertiary-purple_18j14_167",
27
+ "teddy-button--tertiary-purple-negative": "_teddy-button--tertiary-purple-negative_18j14_180",
28
+ "teddy-button--list-item": "_teddy-button--list-item_18j14_195",
29
+ "teddy-button--text-negative": "_teddy-button--text-negative_18j14_214",
30
+ "teddy-button--text": "_teddy-button--text_18j14_214",
31
+ "teddy-button--text-underline": "_teddy-button--text-underline_18j14_255",
32
+ "teddy-button--dashed-border": "_teddy-button--dashed-border_18j14_283",
33
+ "teddy-button__loading": "_teddy-button__loading_18j14_287",
33
34
  fadeInAnimation,
34
- "teddy-button__spinner": "_teddy-button__spinner_1k5uy_276",
35
+ "teddy-button__spinner": "_teddy-button__spinner_18j14_298",
35
36
  scaleInAnimation
36
37
  };
37
38
  const rootClassName = "teddy-button";
@@ -41,6 +42,7 @@ const variants = [
41
42
  "destructive",
42
43
  "tertiary-purple",
43
44
  "text",
45
+ "text-underline",
44
46
  "expressive",
45
47
  "primary-negative",
46
48
  "secondary-negative",
@@ -12,7 +12,7 @@ export declare const Root: React.ForwardRefExoticComponent<Omit<Omit<Omit<React.
12
12
  loading?: boolean | undefined;
13
13
  fullWidth?: boolean | undefined;
14
14
  size?: "sm" | "md" | "lg" | undefined;
15
- variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
15
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
16
16
  borderStyle?: ("dashed" | "default") | undefined;
17
17
  } & {
18
18
  iconOnly: true;
@@ -24,7 +24,7 @@ export declare const Root: React.ForwardRefExoticComponent<Omit<Omit<Omit<React.
24
24
  loading?: boolean | undefined;
25
25
  fullWidth?: boolean | undefined;
26
26
  size?: "sm" | "md" | "lg" | undefined;
27
- variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
27
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
28
28
  borderStyle?: ("dashed" | "default") | undefined;
29
29
  } & {
30
30
  iconOnly?: false | undefined;
@@ -35,7 +35,7 @@ declare const ChannelButton: import('react').ForwardRefExoticComponent<Omit<Omit
35
35
  loading?: boolean | undefined;
36
36
  fullWidth?: boolean | undefined;
37
37
  size?: "sm" | "md" | "lg" | undefined;
38
- variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
38
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
39
39
  borderStyle?: ("dashed" | "default") | undefined;
40
40
  } & {
41
41
  iconOnly: true;
@@ -47,7 +47,7 @@ declare const ChannelButton: import('react').ForwardRefExoticComponent<Omit<Omit
47
47
  loading?: boolean | undefined;
48
48
  fullWidth?: boolean | undefined;
49
49
  size?: "sm" | "md" | "lg" | undefined;
50
- variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
50
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
51
51
  borderStyle?: ("dashed" | "default") | undefined;
52
52
  } & {
53
53
  iconOnly?: false | undefined;
@@ -12,7 +12,7 @@ export declare const Button: React.ForwardRefExoticComponent<Omit<Omit<Omit<Reac
12
12
  loading?: boolean | undefined;
13
13
  fullWidth?: boolean | undefined;
14
14
  size?: "sm" | "md" | "lg" | undefined;
15
- variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
15
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
16
16
  borderStyle?: ("dashed" | "default") | undefined;
17
17
  } & {
18
18
  iconOnly: true;
@@ -24,7 +24,7 @@ export declare const Button: React.ForwardRefExoticComponent<Omit<Omit<Omit<Reac
24
24
  loading?: boolean | undefined;
25
25
  fullWidth?: boolean | undefined;
26
26
  size?: "sm" | "md" | "lg" | undefined;
27
- variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
27
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
28
28
  borderStyle?: ("dashed" | "default") | undefined;
29
29
  } & {
30
30
  iconOnly?: false | undefined;
@@ -27,7 +27,7 @@ export declare const ExpandableCard: import('react').ForwardRefExoticComponent<R
27
27
  loading?: boolean | undefined;
28
28
  fullWidth?: boolean | undefined;
29
29
  size?: "sm" | "md" | "lg" | undefined;
30
- variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
30
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
31
31
  borderStyle?: ("dashed" | "default") | undefined;
32
32
  } & {
33
33
  iconOnly: true;
@@ -39,13 +39,13 @@ export declare const ExpandableCard: import('react').ForwardRefExoticComponent<R
39
39
  loading?: boolean | undefined;
40
40
  fullWidth?: boolean | undefined;
41
41
  size?: "sm" | "md" | "lg" | undefined;
42
- variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
42
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
43
43
  borderStyle?: ("dashed" | "default") | undefined;
44
44
  } & {
45
45
  iconOnly?: false | undefined;
46
46
  "aria-label"?: string | undefined;
47
47
  } & import('react').RefAttributes<HTMLButtonElement>, "ref">, "variant"> & {
48
- variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
48
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
49
49
  position?: "left" | "right" | undefined;
50
50
  } & import('react').RefAttributes<HTMLButtonElement>>;
51
51
  Indicator: import('react').ForwardRefExoticComponent<Omit<IndicatorProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
@@ -26,7 +26,7 @@ export declare const Trigger: React.ForwardRefExoticComponent<Omit<Omit<Omit<Rea
26
26
  loading?: boolean | undefined;
27
27
  fullWidth?: boolean | undefined;
28
28
  size?: "sm" | "md" | "lg" | undefined;
29
- variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
29
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
30
30
  borderStyle?: ("dashed" | "default") | undefined;
31
31
  } & {
32
32
  iconOnly: true;
@@ -38,7 +38,7 @@ export declare const Trigger: React.ForwardRefExoticComponent<Omit<Omit<Omit<Rea
38
38
  loading?: boolean | undefined;
39
39
  fullWidth?: boolean | undefined;
40
40
  size?: "sm" | "md" | "lg" | undefined;
41
- variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
41
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
42
42
  borderStyle?: ("dashed" | "default") | undefined;
43
43
  } & {
44
44
  iconOnly?: false | undefined;
@@ -95,7 +95,7 @@ const MetricMeter = React.forwardRef(
95
95
  "data-focusable": !disabled,
96
96
  children: [
97
97
  title && /* @__PURE__ */ jsxRuntime.jsx(components_heading_heading.Heading, { as: "h2", variant: "title-200", children: title }),
98
- /* @__PURE__ */ jsxRuntime.jsxs(components_flex_flex.Flex, { align: "center", gap: "50", children: [
98
+ /* @__PURE__ */ jsxRuntime.jsxs(components_flex_flex.Flex, { align: "center", children: [
99
99
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(fadeClass, hideButtons && hiddenFadeClass), children: /* @__PURE__ */ jsxRuntime.jsx(
100
100
  components_button_button.Button,
101
101
  {
@@ -125,7 +125,7 @@ const MetricMeter = React.forwardRef(
125
125
  )
126
126
  ] }),
127
127
  /* @__PURE__ */ jsxRuntime.jsxs(components_flex_flex.Flex, { direction: "column", align: "center", justify: "center", style: { position: "absolute", inset: 0 }, children: [
128
- /* @__PURE__ */ jsxRuntime.jsx(components_heading_heading.Heading, { as: "h4", variant: "title-100", children: String(value) }),
128
+ /* @__PURE__ */ jsxRuntime.jsx(components_heading_heading.Heading, { as: "h4", variant: "title-200", children: String(value) }),
129
129
  /* @__PURE__ */ jsxRuntime.jsx(components_text_text.Text, { children: unit })
130
130
  ] })
131
131
  ] }),
@@ -93,7 +93,7 @@ const MetricMeter = React__default.forwardRef(
93
93
  "data-focusable": !disabled,
94
94
  children: [
95
95
  title && /* @__PURE__ */ jsx(Heading, { as: "h2", variant: "title-200", children: title }),
96
- /* @__PURE__ */ jsxs(Flex, { align: "center", gap: "50", children: [
96
+ /* @__PURE__ */ jsxs(Flex, { align: "center", children: [
97
97
  /* @__PURE__ */ jsx("div", { className: clsx(fadeClass, hideButtons && hiddenFadeClass), children: /* @__PURE__ */ jsx(
98
98
  Button,
99
99
  {
@@ -123,7 +123,7 @@ const MetricMeter = React__default.forwardRef(
123
123
  )
124
124
  ] }),
125
125
  /* @__PURE__ */ jsxs(Flex, { direction: "column", align: "center", justify: "center", style: { position: "absolute", inset: 0 }, children: [
126
- /* @__PURE__ */ jsx(Heading, { as: "h4", variant: "title-100", children: String(value) }),
126
+ /* @__PURE__ */ jsx(Heading, { as: "h4", variant: "title-200", children: String(value) }),
127
127
  /* @__PURE__ */ jsx(Text, { children: unit })
128
128
  ] })
129
129
  ] }),
@@ -21,7 +21,7 @@ export declare const ScrollArea: import('react').ForwardRefExoticComponent<Omit<
21
21
  loading?: boolean | undefined;
22
22
  fullWidth?: boolean | undefined;
23
23
  size?: "sm" | "md" | "lg" | undefined;
24
- variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
24
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
25
25
  borderStyle?: ("dashed" | "default") | undefined;
26
26
  } & {
27
27
  iconOnly: true;
@@ -33,7 +33,7 @@ export declare const ScrollArea: import('react').ForwardRefExoticComponent<Omit<
33
33
  loading?: boolean | undefined;
34
34
  fullWidth?: boolean | undefined;
35
35
  size?: "sm" | "md" | "lg" | undefined;
36
- variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
36
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
37
37
  borderStyle?: ("dashed" | "default") | undefined;
38
38
  } & {
39
39
  iconOnly?: false | undefined;
@@ -17,7 +17,7 @@ export declare const Button: React.ForwardRefExoticComponent<Omit<Omit<Omit<Reac
17
17
  loading?: boolean | undefined;
18
18
  fullWidth?: boolean | undefined;
19
19
  size?: "sm" | "md" | "lg" | undefined;
20
- variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
20
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
21
21
  borderStyle?: ("dashed" | "default") | undefined;
22
22
  } & {
23
23
  iconOnly: true;
@@ -29,7 +29,7 @@ export declare const Button: React.ForwardRefExoticComponent<Omit<Omit<Omit<Reac
29
29
  loading?: boolean | undefined;
30
30
  fullWidth?: boolean | undefined;
31
31
  size?: "sm" | "md" | "lg" | undefined;
32
- variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
32
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
33
33
  borderStyle?: ("dashed" | "default") | undefined;
34
34
  } & {
35
35
  iconOnly?: false | undefined;
@@ -10,7 +10,7 @@ export declare const ScrollButton: React.ForwardRefExoticComponent<Omit<Omit<Omi
10
10
  loading?: boolean | undefined;
11
11
  fullWidth?: boolean | undefined;
12
12
  size?: "sm" | "md" | "lg" | undefined;
13
- variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
13
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
14
14
  borderStyle?: ("dashed" | "default") | undefined;
15
15
  } & {
16
16
  iconOnly: true;
@@ -22,7 +22,7 @@ export declare const ScrollButton: React.ForwardRefExoticComponent<Omit<Omit<Omi
22
22
  loading?: boolean | undefined;
23
23
  fullWidth?: boolean | undefined;
24
24
  size?: "sm" | "md" | "lg" | undefined;
25
- variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
25
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
26
26
  borderStyle?: ("dashed" | "default") | undefined;
27
27
  } & {
28
28
  iconOnly?: false | undefined;
@@ -35,7 +35,7 @@ export declare const TextField: import('react').ForwardRefExoticComponent<Omit<i
35
35
  loading?: boolean | undefined;
36
36
  fullWidth?: boolean | undefined;
37
37
  size?: "sm" | "md" | "lg" | undefined;
38
- variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
38
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
39
39
  borderStyle?: ("dashed" | "default") | undefined;
40
40
  } & {
41
41
  iconOnly: true;
@@ -47,7 +47,7 @@ export declare const TextField: import('react').ForwardRefExoticComponent<Omit<i
47
47
  loading?: boolean | undefined;
48
48
  fullWidth?: boolean | undefined;
49
49
  size?: "sm" | "md" | "lg" | undefined;
50
- variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
50
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
51
51
  borderStyle?: ("dashed" | "default") | undefined;
52
52
  } & {
53
53
  iconOnly?: false | undefined;
@@ -11,7 +11,7 @@ export declare const Button: React.ForwardRefExoticComponent<Omit<Omit<Omit<Reac
11
11
  loading?: boolean | undefined;
12
12
  fullWidth?: boolean | undefined;
13
13
  size?: "sm" | "md" | "lg" | undefined;
14
- variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
14
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
15
15
  borderStyle?: ("dashed" | "default") | undefined;
16
16
  } & {
17
17
  iconOnly: true;
@@ -23,7 +23,7 @@ export declare const Button: React.ForwardRefExoticComponent<Omit<Omit<Omit<Reac
23
23
  loading?: boolean | undefined;
24
24
  fullWidth?: boolean | undefined;
25
25
  size?: "sm" | "md" | "lg" | undefined;
26
- variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
26
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
27
27
  borderStyle?: ("dashed" | "default") | undefined;
28
28
  } & {
29
29
  iconOnly?: false | undefined;
@@ -6,82 +6,83 @@ const sonner = require("sonner");
6
6
  require("../../assets/sprite.6511e521-teddy.svg");
7
7
  const components_icon_icon = require("../icon/icon.cjs");
8
8
  const components_spinner_spinner = require("../spinner/spinner.cjs");
9
- const fadeInAnimation = "_fadeInAnimation_mi6fm_1";
10
- const scaleInAnimation = "_scaleInAnimation_mi6fm_1";
9
+ const fadeInAnimation = "_fadeInAnimation_5xbh5_1";
10
+ const scaleInAnimation = "_scaleInAnimation_5xbh5_1";
11
11
  const styles = {
12
- "teddy-button": "_teddy-button_mi6fm_18",
13
- "teddy-button--sm": "_teddy-button--sm_mi6fm_53",
14
- "teddy-button--icon-only": "_teddy-button--icon-only_mi6fm_56",
15
- "teddy-button--md": "_teddy-button--md_mi6fm_59",
16
- "teddy-button--lg": "_teddy-button--lg_mi6fm_65",
17
- "teddy-button--full-width": "_teddy-button--full-width_mi6fm_71",
18
- "teddy-button--primary": "_teddy-button--primary_mi6fm_74",
19
- "teddy-button--disabled": "_teddy-button--disabled_mi6fm_78",
20
- "teddy-button--primary-negative": "_teddy-button--primary-negative_mi6fm_84",
21
- "teddy-button--secondary": "_teddy-button--secondary_mi6fm_96",
22
- "teddy-button--secondary-negative": "_teddy-button--secondary-negative_mi6fm_107",
23
- "teddy-button--expressive": "_teddy-button--expressive_mi6fm_118",
24
- "teddy-button--expressive-negative": "_teddy-button--expressive-negative_mi6fm_128",
25
- "teddy-button--negative": "_teddy-button--negative_mi6fm_140",
26
- "teddy-button--destructive": "_teddy-button--destructive_mi6fm_147",
27
- "teddy-button--destructive-negative": "_teddy-button--destructive-negative_mi6fm_157",
28
- "teddy-button--tertiary-purple": "_teddy-button--tertiary-purple_mi6fm_167",
29
- "teddy-button--tertiary-purple-negative": "_teddy-button--tertiary-purple-negative_mi6fm_180",
30
- "teddy-button--list-item": "_teddy-button--list-item_mi6fm_195",
31
- "teddy-button--text-negative": "_teddy-button--text-negative_mi6fm_214",
32
- "teddy-button--text": "_teddy-button--text_mi6fm_214",
33
- "teddy-button--dashed-border": "_teddy-button--dashed-border_mi6fm_261",
34
- "teddy-button__loading": "_teddy-button__loading_mi6fm_265",
12
+ "teddy-button": "_teddy-button_5xbh5_18",
13
+ "teddy-button--sm": "_teddy-button--sm_5xbh5_53",
14
+ "teddy-button--icon-only": "_teddy-button--icon-only_5xbh5_56",
15
+ "teddy-button--md": "_teddy-button--md_5xbh5_59",
16
+ "teddy-button--lg": "_teddy-button--lg_5xbh5_65",
17
+ "teddy-button--full-width": "_teddy-button--full-width_5xbh5_71",
18
+ "teddy-button--primary": "_teddy-button--primary_5xbh5_74",
19
+ "teddy-button--disabled": "_teddy-button--disabled_5xbh5_78",
20
+ "teddy-button--primary-negative": "_teddy-button--primary-negative_5xbh5_84",
21
+ "teddy-button--secondary": "_teddy-button--secondary_5xbh5_96",
22
+ "teddy-button--secondary-negative": "_teddy-button--secondary-negative_5xbh5_107",
23
+ "teddy-button--expressive": "_teddy-button--expressive_5xbh5_118",
24
+ "teddy-button--expressive-negative": "_teddy-button--expressive-negative_5xbh5_128",
25
+ "teddy-button--negative": "_teddy-button--negative_5xbh5_140",
26
+ "teddy-button--destructive": "_teddy-button--destructive_5xbh5_147",
27
+ "teddy-button--destructive-negative": "_teddy-button--destructive-negative_5xbh5_157",
28
+ "teddy-button--tertiary-purple": "_teddy-button--tertiary-purple_5xbh5_167",
29
+ "teddy-button--tertiary-purple-negative": "_teddy-button--tertiary-purple-negative_5xbh5_180",
30
+ "teddy-button--list-item": "_teddy-button--list-item_5xbh5_195",
31
+ "teddy-button--text-negative": "_teddy-button--text-negative_5xbh5_214",
32
+ "teddy-button--text": "_teddy-button--text_5xbh5_214",
33
+ "teddy-button--text-underline": "_teddy-button--text-underline_5xbh5_255",
34
+ "teddy-button--dashed-border": "_teddy-button--dashed-border_5xbh5_283",
35
+ "teddy-button__loading": "_teddy-button__loading_5xbh5_287",
35
36
  fadeInAnimation,
36
- "teddy-button__spinner": "_teddy-button__spinner_mi6fm_276",
37
- "teddy-toast": "_teddy-toast_mi6fm_283",
38
- "teddy-toast__title": "_teddy-toast__title_mi6fm_295",
39
- "teddy-toast__description": "_teddy-toast__description_mi6fm_299",
40
- "teddy-toast__icon": "_teddy-toast__icon_mi6fm_304",
41
- "teddy-toast__close-button": "_teddy-toast__close-button_mi6fm_313",
42
- "teddy-toast__close-button--sm": "_teddy-toast__close-button--sm_mi6fm_360",
43
- "teddy-toast__close-button--icon-only": "_teddy-toast__close-button--icon-only_mi6fm_363",
44
- "teddy-toast__close-button--md": "_teddy-toast__close-button--md_mi6fm_366",
45
- "teddy-toast__close-button--lg": "_teddy-toast__close-button--lg_mi6fm_372",
46
- "teddy-toast__close-button--full-width": "_teddy-toast__close-button--full-width_mi6fm_378",
47
- "teddy-toast__close-button--primary": "_teddy-toast__close-button--primary_mi6fm_381",
48
- "teddy-toast__close-button--disabled": "_teddy-toast__close-button--disabled_mi6fm_385",
49
- "teddy-toast__close-button--primary-negative": "_teddy-toast__close-button--primary-negative_mi6fm_391",
50
- "teddy-toast__close-button--secondary": "_teddy-toast__close-button--secondary_mi6fm_403",
51
- "teddy-toast__close-button--secondary-negative": "_teddy-toast__close-button--secondary-negative_mi6fm_414",
52
- "teddy-toast__close-button--expressive": "_teddy-toast__close-button--expressive_mi6fm_425",
53
- "teddy-toast__close-button--expressive-negative": "_teddy-toast__close-button--expressive-negative_mi6fm_435",
54
- "teddy-toast--disabled": "_teddy-toast--disabled_mi6fm_447",
55
- "teddy-toast__content": "_teddy-toast__content_mi6fm_460",
56
- "teddy-toast__loading": "_teddy-toast__loading_mi6fm_463",
57
- "teddy-toast--success": "_teddy-toast--success_mi6fm_467",
58
- "teddy-toast--info": "_teddy-toast--info_mi6fm_479",
59
- "teddy-toast--warning": "_teddy-toast--warning_mi6fm_491",
60
- "teddy-toast--error": "_teddy-toast--error_mi6fm_503",
61
- "teddy-toast__action-button": "_teddy-toast__action-button_mi6fm_515",
62
- "teddy-toast__cancel-button": "_teddy-toast__cancel-button_mi6fm_516",
63
- "teddy-toast__action-button--sm": "_teddy-toast__action-button--sm_mi6fm_563",
64
- "teddy-toast__cancel-button--sm": "_teddy-toast__cancel-button--sm_mi6fm_564",
65
- "teddy-toast__cancel-button--icon-only": "_teddy-toast__cancel-button--icon-only_mi6fm_567",
66
- "teddy-toast__action-button--md": "_teddy-toast__action-button--md_mi6fm_572",
67
- "teddy-toast__cancel-button--md": "_teddy-toast__cancel-button--md_mi6fm_573",
68
- "teddy-toast__action-button--lg": "_teddy-toast__action-button--lg_mi6fm_581",
69
- "teddy-toast__cancel-button--lg": "_teddy-toast__cancel-button--lg_mi6fm_582",
70
- "teddy-toast__action-button--full-width": "_teddy-toast__action-button--full-width_mi6fm_590",
71
- "teddy-toast__cancel-button--full-width": "_teddy-toast__cancel-button--full-width_mi6fm_591",
72
- "teddy-toast__action-button--primary": "_teddy-toast__action-button--primary_mi6fm_594",
73
- "teddy-toast__cancel-button--primary": "_teddy-toast__cancel-button--primary_mi6fm_595",
74
- "teddy-toast__cancel-button--disabled": "_teddy-toast__cancel-button--disabled_mi6fm_599",
75
- "teddy-toast__action-button--primary-negative": "_teddy-toast__action-button--primary-negative_mi6fm_607",
76
- "teddy-toast__cancel-button--primary-negative": "_teddy-toast__cancel-button--primary-negative_mi6fm_608",
77
- "teddy-toast__action-button--secondary": "_teddy-toast__action-button--secondary_mi6fm_622",
78
- "teddy-toast__cancel-button--secondary": "_teddy-toast__cancel-button--secondary_mi6fm_623",
79
- "teddy-toast__action-button--secondary-negative": "_teddy-toast__action-button--secondary-negative_mi6fm_636",
80
- "teddy-toast__cancel-button--secondary-negative": "_teddy-toast__cancel-button--secondary-negative_mi6fm_637",
81
- "teddy-toast__action-button--expressive": "_teddy-toast__action-button--expressive_mi6fm_650",
82
- "teddy-toast__cancel-button--expressive": "_teddy-toast__cancel-button--expressive_mi6fm_651",
83
- "teddy-toast__action-button--expressive-negative": "_teddy-toast__action-button--expressive-negative_mi6fm_663",
84
- "teddy-toast__cancel-button--expressive-negative": "_teddy-toast__cancel-button--expressive-negative_mi6fm_664",
37
+ "teddy-button__spinner": "_teddy-button__spinner_5xbh5_298",
38
+ "teddy-toast": "_teddy-toast_5xbh5_305",
39
+ "teddy-toast__title": "_teddy-toast__title_5xbh5_317",
40
+ "teddy-toast__description": "_teddy-toast__description_5xbh5_321",
41
+ "teddy-toast__icon": "_teddy-toast__icon_5xbh5_326",
42
+ "teddy-toast__close-button": "_teddy-toast__close-button_5xbh5_335",
43
+ "teddy-toast__close-button--sm": "_teddy-toast__close-button--sm_5xbh5_382",
44
+ "teddy-toast__close-button--icon-only": "_teddy-toast__close-button--icon-only_5xbh5_385",
45
+ "teddy-toast__close-button--md": "_teddy-toast__close-button--md_5xbh5_388",
46
+ "teddy-toast__close-button--lg": "_teddy-toast__close-button--lg_5xbh5_394",
47
+ "teddy-toast__close-button--full-width": "_teddy-toast__close-button--full-width_5xbh5_400",
48
+ "teddy-toast__close-button--primary": "_teddy-toast__close-button--primary_5xbh5_403",
49
+ "teddy-toast__close-button--disabled": "_teddy-toast__close-button--disabled_5xbh5_407",
50
+ "teddy-toast__close-button--primary-negative": "_teddy-toast__close-button--primary-negative_5xbh5_413",
51
+ "teddy-toast__close-button--secondary": "_teddy-toast__close-button--secondary_5xbh5_425",
52
+ "teddy-toast__close-button--secondary-negative": "_teddy-toast__close-button--secondary-negative_5xbh5_436",
53
+ "teddy-toast__close-button--expressive": "_teddy-toast__close-button--expressive_5xbh5_447",
54
+ "teddy-toast__close-button--expressive-negative": "_teddy-toast__close-button--expressive-negative_5xbh5_457",
55
+ "teddy-toast--disabled": "_teddy-toast--disabled_5xbh5_469",
56
+ "teddy-toast__content": "_teddy-toast__content_5xbh5_482",
57
+ "teddy-toast__loading": "_teddy-toast__loading_5xbh5_485",
58
+ "teddy-toast--success": "_teddy-toast--success_5xbh5_489",
59
+ "teddy-toast--info": "_teddy-toast--info_5xbh5_501",
60
+ "teddy-toast--warning": "_teddy-toast--warning_5xbh5_513",
61
+ "teddy-toast--error": "_teddy-toast--error_5xbh5_525",
62
+ "teddy-toast__action-button": "_teddy-toast__action-button_5xbh5_537",
63
+ "teddy-toast__cancel-button": "_teddy-toast__cancel-button_5xbh5_538",
64
+ "teddy-toast__action-button--sm": "_teddy-toast__action-button--sm_5xbh5_585",
65
+ "teddy-toast__cancel-button--sm": "_teddy-toast__cancel-button--sm_5xbh5_586",
66
+ "teddy-toast__cancel-button--icon-only": "_teddy-toast__cancel-button--icon-only_5xbh5_589",
67
+ "teddy-toast__action-button--md": "_teddy-toast__action-button--md_5xbh5_594",
68
+ "teddy-toast__cancel-button--md": "_teddy-toast__cancel-button--md_5xbh5_595",
69
+ "teddy-toast__action-button--lg": "_teddy-toast__action-button--lg_5xbh5_603",
70
+ "teddy-toast__cancel-button--lg": "_teddy-toast__cancel-button--lg_5xbh5_604",
71
+ "teddy-toast__action-button--full-width": "_teddy-toast__action-button--full-width_5xbh5_612",
72
+ "teddy-toast__cancel-button--full-width": "_teddy-toast__cancel-button--full-width_5xbh5_613",
73
+ "teddy-toast__action-button--primary": "_teddy-toast__action-button--primary_5xbh5_616",
74
+ "teddy-toast__cancel-button--primary": "_teddy-toast__cancel-button--primary_5xbh5_617",
75
+ "teddy-toast__cancel-button--disabled": "_teddy-toast__cancel-button--disabled_5xbh5_621",
76
+ "teddy-toast__action-button--primary-negative": "_teddy-toast__action-button--primary-negative_5xbh5_629",
77
+ "teddy-toast__cancel-button--primary-negative": "_teddy-toast__cancel-button--primary-negative_5xbh5_630",
78
+ "teddy-toast__action-button--secondary": "_teddy-toast__action-button--secondary_5xbh5_644",
79
+ "teddy-toast__cancel-button--secondary": "_teddy-toast__cancel-button--secondary_5xbh5_645",
80
+ "teddy-toast__action-button--secondary-negative": "_teddy-toast__action-button--secondary-negative_5xbh5_658",
81
+ "teddy-toast__cancel-button--secondary-negative": "_teddy-toast__cancel-button--secondary-negative_5xbh5_659",
82
+ "teddy-toast__action-button--expressive": "_teddy-toast__action-button--expressive_5xbh5_672",
83
+ "teddy-toast__cancel-button--expressive": "_teddy-toast__cancel-button--expressive_5xbh5_673",
84
+ "teddy-toast__action-button--expressive-negative": "_teddy-toast__action-button--expressive-negative_5xbh5_685",
85
+ "teddy-toast__cancel-button--expressive-negative": "_teddy-toast__cancel-button--expressive-negative_5xbh5_686",
85
86
  scaleInAnimation
86
87
  };
87
88
  const rootClassName = "teddy-toast";