@telia/teddy 0.1.14 → 0.1.16

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.
@@ -12,6 +12,7 @@ export declare const Button: React.ForwardRefExoticComponent<Omit<Omit<Omit<Reac
12
12
  fullWidth?: boolean | undefined;
13
13
  size?: "sm" | "md" | "lg" | undefined;
14
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;
15
+ borderStyle?: ("dashed" | "default") | undefined;
15
16
  } & {
16
17
  iconOnly: true;
17
18
  "aria-label": string;
@@ -23,6 +24,7 @@ export declare const Button: React.ForwardRefExoticComponent<Omit<Omit<Omit<Reac
23
24
  fullWidth?: boolean | undefined;
24
25
  size?: "sm" | "md" | "lg" | undefined;
25
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;
27
+ borderStyle?: ("dashed" | "default") | undefined;
26
28
  } & {
27
29
  iconOnly?: false | undefined;
28
30
  "aria-label"?: string | undefined;
@@ -6,81 +6,82 @@ const sonner = require("sonner");
6
6
  require("../../assets/sprite.269ba410-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_r0i1g_1";
10
- const scaleInAnimation = "_scaleInAnimation_r0i1g_1";
9
+ const fadeInAnimation = "_fadeInAnimation_mi6fm_1";
10
+ const scaleInAnimation = "_scaleInAnimation_mi6fm_1";
11
11
  const styles = {
12
- "teddy-button": "_teddy-button_r0i1g_18",
13
- "teddy-button--sm": "_teddy-button--sm_r0i1g_53",
14
- "teddy-button--icon-only": "_teddy-button--icon-only_r0i1g_56",
15
- "teddy-button--md": "_teddy-button--md_r0i1g_59",
16
- "teddy-button--lg": "_teddy-button--lg_r0i1g_65",
17
- "teddy-button--full-width": "_teddy-button--full-width_r0i1g_71",
18
- "teddy-button--primary": "_teddy-button--primary_r0i1g_74",
19
- "teddy-button--disabled": "_teddy-button--disabled_r0i1g_78",
20
- "teddy-button--primary-negative": "_teddy-button--primary-negative_r0i1g_84",
21
- "teddy-button--secondary": "_teddy-button--secondary_r0i1g_96",
22
- "teddy-button--secondary-negative": "_teddy-button--secondary-negative_r0i1g_107",
23
- "teddy-button--expressive": "_teddy-button--expressive_r0i1g_118",
24
- "teddy-button--expressive-negative": "_teddy-button--expressive-negative_r0i1g_128",
25
- "teddy-button--negative": "_teddy-button--negative_r0i1g_140",
26
- "teddy-button--destructive": "_teddy-button--destructive_r0i1g_147",
27
- "teddy-button--destructive-negative": "_teddy-button--destructive-negative_r0i1g_157",
28
- "teddy-button--tertiary-purple": "_teddy-button--tertiary-purple_r0i1g_167",
29
- "teddy-button--tertiary-purple-negative": "_teddy-button--tertiary-purple-negative_r0i1g_180",
30
- "teddy-button--list-item": "_teddy-button--list-item_r0i1g_195",
31
- "teddy-button--text-negative": "_teddy-button--text-negative_r0i1g_214",
32
- "teddy-button--text": "_teddy-button--text_r0i1g_214",
33
- "teddy-button__loading": "_teddy-button__loading_r0i1g_261",
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",
34
35
  fadeInAnimation,
35
- "teddy-button__spinner": "_teddy-button__spinner_r0i1g_272",
36
- "teddy-toast": "_teddy-toast_r0i1g_279",
37
- "teddy-toast__title": "_teddy-toast__title_r0i1g_291",
38
- "teddy-toast__description": "_teddy-toast__description_r0i1g_295",
39
- "teddy-toast__icon": "_teddy-toast__icon_r0i1g_300",
40
- "teddy-toast__close-button": "_teddy-toast__close-button_r0i1g_309",
41
- "teddy-toast__close-button--sm": "_teddy-toast__close-button--sm_r0i1g_356",
42
- "teddy-toast__close-button--icon-only": "_teddy-toast__close-button--icon-only_r0i1g_359",
43
- "teddy-toast__close-button--md": "_teddy-toast__close-button--md_r0i1g_362",
44
- "teddy-toast__close-button--lg": "_teddy-toast__close-button--lg_r0i1g_368",
45
- "teddy-toast__close-button--full-width": "_teddy-toast__close-button--full-width_r0i1g_374",
46
- "teddy-toast__close-button--primary": "_teddy-toast__close-button--primary_r0i1g_377",
47
- "teddy-toast__close-button--disabled": "_teddy-toast__close-button--disabled_r0i1g_381",
48
- "teddy-toast__close-button--primary-negative": "_teddy-toast__close-button--primary-negative_r0i1g_387",
49
- "teddy-toast__close-button--secondary": "_teddy-toast__close-button--secondary_r0i1g_399",
50
- "teddy-toast__close-button--secondary-negative": "_teddy-toast__close-button--secondary-negative_r0i1g_410",
51
- "teddy-toast__close-button--expressive": "_teddy-toast__close-button--expressive_r0i1g_421",
52
- "teddy-toast__close-button--expressive-negative": "_teddy-toast__close-button--expressive-negative_r0i1g_431",
53
- "teddy-toast--disabled": "_teddy-toast--disabled_r0i1g_443",
54
- "teddy-toast__content": "_teddy-toast__content_r0i1g_456",
55
- "teddy-toast__loading": "_teddy-toast__loading_r0i1g_459",
56
- "teddy-toast--success": "_teddy-toast--success_r0i1g_463",
57
- "teddy-toast--info": "_teddy-toast--info_r0i1g_475",
58
- "teddy-toast--warning": "_teddy-toast--warning_r0i1g_487",
59
- "teddy-toast--error": "_teddy-toast--error_r0i1g_499",
60
- "teddy-toast__action-button": "_teddy-toast__action-button_r0i1g_511",
61
- "teddy-toast__cancel-button": "_teddy-toast__cancel-button_r0i1g_512",
62
- "teddy-toast__action-button--sm": "_teddy-toast__action-button--sm_r0i1g_559",
63
- "teddy-toast__cancel-button--sm": "_teddy-toast__cancel-button--sm_r0i1g_560",
64
- "teddy-toast__cancel-button--icon-only": "_teddy-toast__cancel-button--icon-only_r0i1g_563",
65
- "teddy-toast__action-button--md": "_teddy-toast__action-button--md_r0i1g_568",
66
- "teddy-toast__cancel-button--md": "_teddy-toast__cancel-button--md_r0i1g_569",
67
- "teddy-toast__action-button--lg": "_teddy-toast__action-button--lg_r0i1g_577",
68
- "teddy-toast__cancel-button--lg": "_teddy-toast__cancel-button--lg_r0i1g_578",
69
- "teddy-toast__action-button--full-width": "_teddy-toast__action-button--full-width_r0i1g_586",
70
- "teddy-toast__cancel-button--full-width": "_teddy-toast__cancel-button--full-width_r0i1g_587",
71
- "teddy-toast__action-button--primary": "_teddy-toast__action-button--primary_r0i1g_590",
72
- "teddy-toast__cancel-button--primary": "_teddy-toast__cancel-button--primary_r0i1g_591",
73
- "teddy-toast__cancel-button--disabled": "_teddy-toast__cancel-button--disabled_r0i1g_595",
74
- "teddy-toast__action-button--primary-negative": "_teddy-toast__action-button--primary-negative_r0i1g_603",
75
- "teddy-toast__cancel-button--primary-negative": "_teddy-toast__cancel-button--primary-negative_r0i1g_604",
76
- "teddy-toast__action-button--secondary": "_teddy-toast__action-button--secondary_r0i1g_618",
77
- "teddy-toast__cancel-button--secondary": "_teddy-toast__cancel-button--secondary_r0i1g_619",
78
- "teddy-toast__action-button--secondary-negative": "_teddy-toast__action-button--secondary-negative_r0i1g_632",
79
- "teddy-toast__cancel-button--secondary-negative": "_teddy-toast__cancel-button--secondary-negative_r0i1g_633",
80
- "teddy-toast__action-button--expressive": "_teddy-toast__action-button--expressive_r0i1g_646",
81
- "teddy-toast__cancel-button--expressive": "_teddy-toast__cancel-button--expressive_r0i1g_647",
82
- "teddy-toast__action-button--expressive-negative": "_teddy-toast__action-button--expressive-negative_r0i1g_659",
83
- "teddy-toast__cancel-button--expressive-negative": "_teddy-toast__cancel-button--expressive-negative_r0i1g_660",
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",
84
85
  scaleInAnimation
85
86
  };
86
87
  const rootClassName = "teddy-toast";
@@ -4,81 +4,82 @@ import { Toaster } from "sonner";
4
4
  import "../../assets/sprite.269ba410-teddy.svg";
5
5
  import { Icon } from "../icon/icon.js";
6
6
  import { Spinner } from "../spinner/spinner.js";
7
- const fadeInAnimation = "_fadeInAnimation_r0i1g_1";
8
- const scaleInAnimation = "_scaleInAnimation_r0i1g_1";
7
+ const fadeInAnimation = "_fadeInAnimation_mi6fm_1";
8
+ const scaleInAnimation = "_scaleInAnimation_mi6fm_1";
9
9
  const styles = {
10
- "teddy-button": "_teddy-button_r0i1g_18",
11
- "teddy-button--sm": "_teddy-button--sm_r0i1g_53",
12
- "teddy-button--icon-only": "_teddy-button--icon-only_r0i1g_56",
13
- "teddy-button--md": "_teddy-button--md_r0i1g_59",
14
- "teddy-button--lg": "_teddy-button--lg_r0i1g_65",
15
- "teddy-button--full-width": "_teddy-button--full-width_r0i1g_71",
16
- "teddy-button--primary": "_teddy-button--primary_r0i1g_74",
17
- "teddy-button--disabled": "_teddy-button--disabled_r0i1g_78",
18
- "teddy-button--primary-negative": "_teddy-button--primary-negative_r0i1g_84",
19
- "teddy-button--secondary": "_teddy-button--secondary_r0i1g_96",
20
- "teddy-button--secondary-negative": "_teddy-button--secondary-negative_r0i1g_107",
21
- "teddy-button--expressive": "_teddy-button--expressive_r0i1g_118",
22
- "teddy-button--expressive-negative": "_teddy-button--expressive-negative_r0i1g_128",
23
- "teddy-button--negative": "_teddy-button--negative_r0i1g_140",
24
- "teddy-button--destructive": "_teddy-button--destructive_r0i1g_147",
25
- "teddy-button--destructive-negative": "_teddy-button--destructive-negative_r0i1g_157",
26
- "teddy-button--tertiary-purple": "_teddy-button--tertiary-purple_r0i1g_167",
27
- "teddy-button--tertiary-purple-negative": "_teddy-button--tertiary-purple-negative_r0i1g_180",
28
- "teddy-button--list-item": "_teddy-button--list-item_r0i1g_195",
29
- "teddy-button--text-negative": "_teddy-button--text-negative_r0i1g_214",
30
- "teddy-button--text": "_teddy-button--text_r0i1g_214",
31
- "teddy-button__loading": "_teddy-button__loading_r0i1g_261",
10
+ "teddy-button": "_teddy-button_mi6fm_18",
11
+ "teddy-button--sm": "_teddy-button--sm_mi6fm_53",
12
+ "teddy-button--icon-only": "_teddy-button--icon-only_mi6fm_56",
13
+ "teddy-button--md": "_teddy-button--md_mi6fm_59",
14
+ "teddy-button--lg": "_teddy-button--lg_mi6fm_65",
15
+ "teddy-button--full-width": "_teddy-button--full-width_mi6fm_71",
16
+ "teddy-button--primary": "_teddy-button--primary_mi6fm_74",
17
+ "teddy-button--disabled": "_teddy-button--disabled_mi6fm_78",
18
+ "teddy-button--primary-negative": "_teddy-button--primary-negative_mi6fm_84",
19
+ "teddy-button--secondary": "_teddy-button--secondary_mi6fm_96",
20
+ "teddy-button--secondary-negative": "_teddy-button--secondary-negative_mi6fm_107",
21
+ "teddy-button--expressive": "_teddy-button--expressive_mi6fm_118",
22
+ "teddy-button--expressive-negative": "_teddy-button--expressive-negative_mi6fm_128",
23
+ "teddy-button--negative": "_teddy-button--negative_mi6fm_140",
24
+ "teddy-button--destructive": "_teddy-button--destructive_mi6fm_147",
25
+ "teddy-button--destructive-negative": "_teddy-button--destructive-negative_mi6fm_157",
26
+ "teddy-button--tertiary-purple": "_teddy-button--tertiary-purple_mi6fm_167",
27
+ "teddy-button--tertiary-purple-negative": "_teddy-button--tertiary-purple-negative_mi6fm_180",
28
+ "teddy-button--list-item": "_teddy-button--list-item_mi6fm_195",
29
+ "teddy-button--text-negative": "_teddy-button--text-negative_mi6fm_214",
30
+ "teddy-button--text": "_teddy-button--text_mi6fm_214",
31
+ "teddy-button--dashed-border": "_teddy-button--dashed-border_mi6fm_261",
32
+ "teddy-button__loading": "_teddy-button__loading_mi6fm_265",
32
33
  fadeInAnimation,
33
- "teddy-button__spinner": "_teddy-button__spinner_r0i1g_272",
34
- "teddy-toast": "_teddy-toast_r0i1g_279",
35
- "teddy-toast__title": "_teddy-toast__title_r0i1g_291",
36
- "teddy-toast__description": "_teddy-toast__description_r0i1g_295",
37
- "teddy-toast__icon": "_teddy-toast__icon_r0i1g_300",
38
- "teddy-toast__close-button": "_teddy-toast__close-button_r0i1g_309",
39
- "teddy-toast__close-button--sm": "_teddy-toast__close-button--sm_r0i1g_356",
40
- "teddy-toast__close-button--icon-only": "_teddy-toast__close-button--icon-only_r0i1g_359",
41
- "teddy-toast__close-button--md": "_teddy-toast__close-button--md_r0i1g_362",
42
- "teddy-toast__close-button--lg": "_teddy-toast__close-button--lg_r0i1g_368",
43
- "teddy-toast__close-button--full-width": "_teddy-toast__close-button--full-width_r0i1g_374",
44
- "teddy-toast__close-button--primary": "_teddy-toast__close-button--primary_r0i1g_377",
45
- "teddy-toast__close-button--disabled": "_teddy-toast__close-button--disabled_r0i1g_381",
46
- "teddy-toast__close-button--primary-negative": "_teddy-toast__close-button--primary-negative_r0i1g_387",
47
- "teddy-toast__close-button--secondary": "_teddy-toast__close-button--secondary_r0i1g_399",
48
- "teddy-toast__close-button--secondary-negative": "_teddy-toast__close-button--secondary-negative_r0i1g_410",
49
- "teddy-toast__close-button--expressive": "_teddy-toast__close-button--expressive_r0i1g_421",
50
- "teddy-toast__close-button--expressive-negative": "_teddy-toast__close-button--expressive-negative_r0i1g_431",
51
- "teddy-toast--disabled": "_teddy-toast--disabled_r0i1g_443",
52
- "teddy-toast__content": "_teddy-toast__content_r0i1g_456",
53
- "teddy-toast__loading": "_teddy-toast__loading_r0i1g_459",
54
- "teddy-toast--success": "_teddy-toast--success_r0i1g_463",
55
- "teddy-toast--info": "_teddy-toast--info_r0i1g_475",
56
- "teddy-toast--warning": "_teddy-toast--warning_r0i1g_487",
57
- "teddy-toast--error": "_teddy-toast--error_r0i1g_499",
58
- "teddy-toast__action-button": "_teddy-toast__action-button_r0i1g_511",
59
- "teddy-toast__cancel-button": "_teddy-toast__cancel-button_r0i1g_512",
60
- "teddy-toast__action-button--sm": "_teddy-toast__action-button--sm_r0i1g_559",
61
- "teddy-toast__cancel-button--sm": "_teddy-toast__cancel-button--sm_r0i1g_560",
62
- "teddy-toast__cancel-button--icon-only": "_teddy-toast__cancel-button--icon-only_r0i1g_563",
63
- "teddy-toast__action-button--md": "_teddy-toast__action-button--md_r0i1g_568",
64
- "teddy-toast__cancel-button--md": "_teddy-toast__cancel-button--md_r0i1g_569",
65
- "teddy-toast__action-button--lg": "_teddy-toast__action-button--lg_r0i1g_577",
66
- "teddy-toast__cancel-button--lg": "_teddy-toast__cancel-button--lg_r0i1g_578",
67
- "teddy-toast__action-button--full-width": "_teddy-toast__action-button--full-width_r0i1g_586",
68
- "teddy-toast__cancel-button--full-width": "_teddy-toast__cancel-button--full-width_r0i1g_587",
69
- "teddy-toast__action-button--primary": "_teddy-toast__action-button--primary_r0i1g_590",
70
- "teddy-toast__cancel-button--primary": "_teddy-toast__cancel-button--primary_r0i1g_591",
71
- "teddy-toast__cancel-button--disabled": "_teddy-toast__cancel-button--disabled_r0i1g_595",
72
- "teddy-toast__action-button--primary-negative": "_teddy-toast__action-button--primary-negative_r0i1g_603",
73
- "teddy-toast__cancel-button--primary-negative": "_teddy-toast__cancel-button--primary-negative_r0i1g_604",
74
- "teddy-toast__action-button--secondary": "_teddy-toast__action-button--secondary_r0i1g_618",
75
- "teddy-toast__cancel-button--secondary": "_teddy-toast__cancel-button--secondary_r0i1g_619",
76
- "teddy-toast__action-button--secondary-negative": "_teddy-toast__action-button--secondary-negative_r0i1g_632",
77
- "teddy-toast__cancel-button--secondary-negative": "_teddy-toast__cancel-button--secondary-negative_r0i1g_633",
78
- "teddy-toast__action-button--expressive": "_teddy-toast__action-button--expressive_r0i1g_646",
79
- "teddy-toast__cancel-button--expressive": "_teddy-toast__cancel-button--expressive_r0i1g_647",
80
- "teddy-toast__action-button--expressive-negative": "_teddy-toast__action-button--expressive-negative_r0i1g_659",
81
- "teddy-toast__cancel-button--expressive-negative": "_teddy-toast__cancel-button--expressive-negative_r0i1g_660",
34
+ "teddy-button__spinner": "_teddy-button__spinner_mi6fm_276",
35
+ "teddy-toast": "_teddy-toast_mi6fm_283",
36
+ "teddy-toast__title": "_teddy-toast__title_mi6fm_295",
37
+ "teddy-toast__description": "_teddy-toast__description_mi6fm_299",
38
+ "teddy-toast__icon": "_teddy-toast__icon_mi6fm_304",
39
+ "teddy-toast__close-button": "_teddy-toast__close-button_mi6fm_313",
40
+ "teddy-toast__close-button--sm": "_teddy-toast__close-button--sm_mi6fm_360",
41
+ "teddy-toast__close-button--icon-only": "_teddy-toast__close-button--icon-only_mi6fm_363",
42
+ "teddy-toast__close-button--md": "_teddy-toast__close-button--md_mi6fm_366",
43
+ "teddy-toast__close-button--lg": "_teddy-toast__close-button--lg_mi6fm_372",
44
+ "teddy-toast__close-button--full-width": "_teddy-toast__close-button--full-width_mi6fm_378",
45
+ "teddy-toast__close-button--primary": "_teddy-toast__close-button--primary_mi6fm_381",
46
+ "teddy-toast__close-button--disabled": "_teddy-toast__close-button--disabled_mi6fm_385",
47
+ "teddy-toast__close-button--primary-negative": "_teddy-toast__close-button--primary-negative_mi6fm_391",
48
+ "teddy-toast__close-button--secondary": "_teddy-toast__close-button--secondary_mi6fm_403",
49
+ "teddy-toast__close-button--secondary-negative": "_teddy-toast__close-button--secondary-negative_mi6fm_414",
50
+ "teddy-toast__close-button--expressive": "_teddy-toast__close-button--expressive_mi6fm_425",
51
+ "teddy-toast__close-button--expressive-negative": "_teddy-toast__close-button--expressive-negative_mi6fm_435",
52
+ "teddy-toast--disabled": "_teddy-toast--disabled_mi6fm_447",
53
+ "teddy-toast__content": "_teddy-toast__content_mi6fm_460",
54
+ "teddy-toast__loading": "_teddy-toast__loading_mi6fm_463",
55
+ "teddy-toast--success": "_teddy-toast--success_mi6fm_467",
56
+ "teddy-toast--info": "_teddy-toast--info_mi6fm_479",
57
+ "teddy-toast--warning": "_teddy-toast--warning_mi6fm_491",
58
+ "teddy-toast--error": "_teddy-toast--error_mi6fm_503",
59
+ "teddy-toast__action-button": "_teddy-toast__action-button_mi6fm_515",
60
+ "teddy-toast__cancel-button": "_teddy-toast__cancel-button_mi6fm_516",
61
+ "teddy-toast__action-button--sm": "_teddy-toast__action-button--sm_mi6fm_563",
62
+ "teddy-toast__cancel-button--sm": "_teddy-toast__cancel-button--sm_mi6fm_564",
63
+ "teddy-toast__cancel-button--icon-only": "_teddy-toast__cancel-button--icon-only_mi6fm_567",
64
+ "teddy-toast__action-button--md": "_teddy-toast__action-button--md_mi6fm_572",
65
+ "teddy-toast__cancel-button--md": "_teddy-toast__cancel-button--md_mi6fm_573",
66
+ "teddy-toast__action-button--lg": "_teddy-toast__action-button--lg_mi6fm_581",
67
+ "teddy-toast__cancel-button--lg": "_teddy-toast__cancel-button--lg_mi6fm_582",
68
+ "teddy-toast__action-button--full-width": "_teddy-toast__action-button--full-width_mi6fm_590",
69
+ "teddy-toast__cancel-button--full-width": "_teddy-toast__cancel-button--full-width_mi6fm_591",
70
+ "teddy-toast__action-button--primary": "_teddy-toast__action-button--primary_mi6fm_594",
71
+ "teddy-toast__cancel-button--primary": "_teddy-toast__cancel-button--primary_mi6fm_595",
72
+ "teddy-toast__cancel-button--disabled": "_teddy-toast__cancel-button--disabled_mi6fm_599",
73
+ "teddy-toast__action-button--primary-negative": "_teddy-toast__action-button--primary-negative_mi6fm_607",
74
+ "teddy-toast__cancel-button--primary-negative": "_teddy-toast__cancel-button--primary-negative_mi6fm_608",
75
+ "teddy-toast__action-button--secondary": "_teddy-toast__action-button--secondary_mi6fm_622",
76
+ "teddy-toast__cancel-button--secondary": "_teddy-toast__cancel-button--secondary_mi6fm_623",
77
+ "teddy-toast__action-button--secondary-negative": "_teddy-toast__action-button--secondary-negative_mi6fm_636",
78
+ "teddy-toast__cancel-button--secondary-negative": "_teddy-toast__cancel-button--secondary-negative_mi6fm_637",
79
+ "teddy-toast__action-button--expressive": "_teddy-toast__action-button--expressive_mi6fm_650",
80
+ "teddy-toast__cancel-button--expressive": "_teddy-toast__cancel-button--expressive_mi6fm_651",
81
+ "teddy-toast__action-button--expressive-negative": "_teddy-toast__action-button--expressive-negative_mi6fm_663",
82
+ "teddy-toast__cancel-button--expressive-negative": "_teddy-toast__cancel-button--expressive-negative_mi6fm_664",
82
83
  scaleInAnimation
83
84
  };
84
85
  const rootClassName = "teddy-toast";