@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.
- package/dist/components/button/button.cjs +29 -26
- package/dist/components/button/button.d.ts +2 -0
- package/dist/components/button/button.js +29 -26
- package/dist/components/card/card.cjs +52 -51
- package/dist/components/card/card.d.ts +1 -1
- package/dist/components/card/card.js +52 -51
- package/dist/components/card/utils.cjs +1 -1
- package/dist/components/card/utils.d.ts +1 -1
- package/dist/components/card/utils.js +1 -1
- package/dist/components/expandable-card/expandable-card-button.d.ts +2 -0
- package/dist/components/expandable-card/index.d.ts +2 -0
- package/dist/components/notification/notification.d.ts +3 -3
- package/dist/components/scroll-area/index.d.ts +2 -0
- package/dist/components/scroll-area/scroll-area-button.d.ts +4 -2
- package/dist/components/tabs/index.d.ts +2 -0
- package/dist/components/tabs/tabs-scroll-button.d.ts +2 -0
- package/dist/components/text-field/index.d.ts +2 -0
- package/dist/components/text-field/text-field-button.d.ts +2 -0
- package/dist/components/toast/toast-root.cjs +74 -73
- package/dist/components/toast/toast-root.js +74 -73
- package/dist/style.css +382 -360
- package/package.json +1 -1
|
@@ -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 = "
|
|
10
|
-
const scaleInAnimation = "
|
|
9
|
+
const fadeInAnimation = "_fadeInAnimation_mi6fm_1";
|
|
10
|
+
const scaleInAnimation = "_scaleInAnimation_mi6fm_1";
|
|
11
11
|
const styles = {
|
|
12
|
-
"teddy-button": "_teddy-
|
|
13
|
-
"teddy-button--sm": "_teddy-button--
|
|
14
|
-
"teddy-button--icon-only": "_teddy-button--icon-
|
|
15
|
-
"teddy-button--md": "_teddy-button--
|
|
16
|
-
"teddy-button--lg": "_teddy-button--
|
|
17
|
-
"teddy-button--full-width": "_teddy-button--full-
|
|
18
|
-
"teddy-button--primary": "_teddy-button--
|
|
19
|
-
"teddy-button--disabled": "_teddy-button--
|
|
20
|
-
"teddy-button--primary-negative": "_teddy-button--primary-
|
|
21
|
-
"teddy-button--secondary": "_teddy-button--
|
|
22
|
-
"teddy-button--secondary-negative": "_teddy-button--secondary-
|
|
23
|
-
"teddy-button--expressive": "_teddy-button--
|
|
24
|
-
"teddy-button--expressive-negative": "_teddy-button--expressive-
|
|
25
|
-
"teddy-button--negative": "_teddy-button--
|
|
26
|
-
"teddy-button--destructive": "_teddy-button--
|
|
27
|
-
"teddy-button--destructive-negative": "_teddy-button--destructive-
|
|
28
|
-
"teddy-button--tertiary-purple": "_teddy-button--tertiary-
|
|
29
|
-
"teddy-button--tertiary-purple-negative": "_teddy-button--tertiary-purple-
|
|
30
|
-
"teddy-button--list-item": "_teddy-button--list-
|
|
31
|
-
"teddy-button--text-negative": "_teddy-button--text-
|
|
32
|
-
"teddy-button--text": "_teddy-button--
|
|
33
|
-
"teddy-
|
|
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-
|
|
36
|
-
"teddy-toast": "_teddy-
|
|
37
|
-
"teddy-toast__title": "_teddy-
|
|
38
|
-
"teddy-toast__description": "_teddy-
|
|
39
|
-
"teddy-toast__icon": "_teddy-
|
|
40
|
-
"teddy-toast__close-button": "_teddy-toast__close-
|
|
41
|
-
"teddy-toast__close-button--sm": "_teddy-toast__close-button--
|
|
42
|
-
"teddy-toast__close-button--icon-only": "_teddy-toast__close-button--icon-
|
|
43
|
-
"teddy-toast__close-button--md": "_teddy-toast__close-button--
|
|
44
|
-
"teddy-toast__close-button--lg": "_teddy-toast__close-button--
|
|
45
|
-
"teddy-toast__close-button--full-width": "_teddy-toast__close-button--full-
|
|
46
|
-
"teddy-toast__close-button--primary": "_teddy-toast__close-button--
|
|
47
|
-
"teddy-toast__close-button--disabled": "_teddy-toast__close-button--
|
|
48
|
-
"teddy-toast__close-button--primary-negative": "_teddy-toast__close-button--primary-
|
|
49
|
-
"teddy-toast__close-button--secondary": "_teddy-toast__close-button--
|
|
50
|
-
"teddy-toast__close-button--secondary-negative": "_teddy-toast__close-button--secondary-
|
|
51
|
-
"teddy-toast__close-button--expressive": "_teddy-toast__close-button--
|
|
52
|
-
"teddy-toast__close-button--expressive-negative": "_teddy-toast__close-button--expressive-
|
|
53
|
-
"teddy-toast--disabled": "_teddy-toast--
|
|
54
|
-
"teddy-toast__content": "_teddy-
|
|
55
|
-
"teddy-toast__loading": "_teddy-
|
|
56
|
-
"teddy-toast--success": "_teddy-toast--
|
|
57
|
-
"teddy-toast--info": "_teddy-toast--
|
|
58
|
-
"teddy-toast--warning": "_teddy-toast--
|
|
59
|
-
"teddy-toast--error": "_teddy-toast--
|
|
60
|
-
"teddy-toast__action-button": "_teddy-toast__action-
|
|
61
|
-
"teddy-toast__cancel-button": "_teddy-toast__cancel-
|
|
62
|
-
"teddy-toast__action-button--sm": "_teddy-toast__action-button--
|
|
63
|
-
"teddy-toast__cancel-button--sm": "_teddy-toast__cancel-button--
|
|
64
|
-
"teddy-toast__cancel-button--icon-only": "_teddy-toast__cancel-button--icon-
|
|
65
|
-
"teddy-toast__action-button--md": "_teddy-toast__action-button--
|
|
66
|
-
"teddy-toast__cancel-button--md": "_teddy-toast__cancel-button--
|
|
67
|
-
"teddy-toast__action-button--lg": "_teddy-toast__action-button--
|
|
68
|
-
"teddy-toast__cancel-button--lg": "_teddy-toast__cancel-button--
|
|
69
|
-
"teddy-toast__action-button--full-width": "_teddy-toast__action-button--full-
|
|
70
|
-
"teddy-toast__cancel-button--full-width": "_teddy-toast__cancel-button--full-
|
|
71
|
-
"teddy-toast__action-button--primary": "_teddy-toast__action-button--
|
|
72
|
-
"teddy-toast__cancel-button--primary": "_teddy-toast__cancel-button--
|
|
73
|
-
"teddy-toast__cancel-button--disabled": "_teddy-toast__cancel-button--
|
|
74
|
-
"teddy-toast__action-button--primary-negative": "_teddy-toast__action-button--primary-
|
|
75
|
-
"teddy-toast__cancel-button--primary-negative": "_teddy-toast__cancel-button--primary-
|
|
76
|
-
"teddy-toast__action-button--secondary": "_teddy-toast__action-button--
|
|
77
|
-
"teddy-toast__cancel-button--secondary": "_teddy-toast__cancel-button--
|
|
78
|
-
"teddy-toast__action-button--secondary-negative": "_teddy-toast__action-button--secondary-
|
|
79
|
-
"teddy-toast__cancel-button--secondary-negative": "_teddy-toast__cancel-button--secondary-
|
|
80
|
-
"teddy-toast__action-button--expressive": "_teddy-toast__action-button--
|
|
81
|
-
"teddy-toast__cancel-button--expressive": "_teddy-toast__cancel-button--
|
|
82
|
-
"teddy-toast__action-button--expressive-negative": "_teddy-toast__action-button--expressive-
|
|
83
|
-
"teddy-toast__cancel-button--expressive-negative": "_teddy-toast__cancel-button--expressive-
|
|
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 = "
|
|
8
|
-
const scaleInAnimation = "
|
|
7
|
+
const fadeInAnimation = "_fadeInAnimation_mi6fm_1";
|
|
8
|
+
const scaleInAnimation = "_scaleInAnimation_mi6fm_1";
|
|
9
9
|
const styles = {
|
|
10
|
-
"teddy-button": "_teddy-
|
|
11
|
-
"teddy-button--sm": "_teddy-button--
|
|
12
|
-
"teddy-button--icon-only": "_teddy-button--icon-
|
|
13
|
-
"teddy-button--md": "_teddy-button--
|
|
14
|
-
"teddy-button--lg": "_teddy-button--
|
|
15
|
-
"teddy-button--full-width": "_teddy-button--full-
|
|
16
|
-
"teddy-button--primary": "_teddy-button--
|
|
17
|
-
"teddy-button--disabled": "_teddy-button--
|
|
18
|
-
"teddy-button--primary-negative": "_teddy-button--primary-
|
|
19
|
-
"teddy-button--secondary": "_teddy-button--
|
|
20
|
-
"teddy-button--secondary-negative": "_teddy-button--secondary-
|
|
21
|
-
"teddy-button--expressive": "_teddy-button--
|
|
22
|
-
"teddy-button--expressive-negative": "_teddy-button--expressive-
|
|
23
|
-
"teddy-button--negative": "_teddy-button--
|
|
24
|
-
"teddy-button--destructive": "_teddy-button--
|
|
25
|
-
"teddy-button--destructive-negative": "_teddy-button--destructive-
|
|
26
|
-
"teddy-button--tertiary-purple": "_teddy-button--tertiary-
|
|
27
|
-
"teddy-button--tertiary-purple-negative": "_teddy-button--tertiary-purple-
|
|
28
|
-
"teddy-button--list-item": "_teddy-button--list-
|
|
29
|
-
"teddy-button--text-negative": "_teddy-button--text-
|
|
30
|
-
"teddy-button--text": "_teddy-button--
|
|
31
|
-
"teddy-
|
|
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-
|
|
34
|
-
"teddy-toast": "_teddy-
|
|
35
|
-
"teddy-toast__title": "_teddy-
|
|
36
|
-
"teddy-toast__description": "_teddy-
|
|
37
|
-
"teddy-toast__icon": "_teddy-
|
|
38
|
-
"teddy-toast__close-button": "_teddy-toast__close-
|
|
39
|
-
"teddy-toast__close-button--sm": "_teddy-toast__close-button--
|
|
40
|
-
"teddy-toast__close-button--icon-only": "_teddy-toast__close-button--icon-
|
|
41
|
-
"teddy-toast__close-button--md": "_teddy-toast__close-button--
|
|
42
|
-
"teddy-toast__close-button--lg": "_teddy-toast__close-button--
|
|
43
|
-
"teddy-toast__close-button--full-width": "_teddy-toast__close-button--full-
|
|
44
|
-
"teddy-toast__close-button--primary": "_teddy-toast__close-button--
|
|
45
|
-
"teddy-toast__close-button--disabled": "_teddy-toast__close-button--
|
|
46
|
-
"teddy-toast__close-button--primary-negative": "_teddy-toast__close-button--primary-
|
|
47
|
-
"teddy-toast__close-button--secondary": "_teddy-toast__close-button--
|
|
48
|
-
"teddy-toast__close-button--secondary-negative": "_teddy-toast__close-button--secondary-
|
|
49
|
-
"teddy-toast__close-button--expressive": "_teddy-toast__close-button--
|
|
50
|
-
"teddy-toast__close-button--expressive-negative": "_teddy-toast__close-button--expressive-
|
|
51
|
-
"teddy-toast--disabled": "_teddy-toast--
|
|
52
|
-
"teddy-toast__content": "_teddy-
|
|
53
|
-
"teddy-toast__loading": "_teddy-
|
|
54
|
-
"teddy-toast--success": "_teddy-toast--
|
|
55
|
-
"teddy-toast--info": "_teddy-toast--
|
|
56
|
-
"teddy-toast--warning": "_teddy-toast--
|
|
57
|
-
"teddy-toast--error": "_teddy-toast--
|
|
58
|
-
"teddy-toast__action-button": "_teddy-toast__action-
|
|
59
|
-
"teddy-toast__cancel-button": "_teddy-toast__cancel-
|
|
60
|
-
"teddy-toast__action-button--sm": "_teddy-toast__action-button--
|
|
61
|
-
"teddy-toast__cancel-button--sm": "_teddy-toast__cancel-button--
|
|
62
|
-
"teddy-toast__cancel-button--icon-only": "_teddy-toast__cancel-button--icon-
|
|
63
|
-
"teddy-toast__action-button--md": "_teddy-toast__action-button--
|
|
64
|
-
"teddy-toast__cancel-button--md": "_teddy-toast__cancel-button--
|
|
65
|
-
"teddy-toast__action-button--lg": "_teddy-toast__action-button--
|
|
66
|
-
"teddy-toast__cancel-button--lg": "_teddy-toast__cancel-button--
|
|
67
|
-
"teddy-toast__action-button--full-width": "_teddy-toast__action-button--full-
|
|
68
|
-
"teddy-toast__cancel-button--full-width": "_teddy-toast__cancel-button--full-
|
|
69
|
-
"teddy-toast__action-button--primary": "_teddy-toast__action-button--
|
|
70
|
-
"teddy-toast__cancel-button--primary": "_teddy-toast__cancel-button--
|
|
71
|
-
"teddy-toast__cancel-button--disabled": "_teddy-toast__cancel-button--
|
|
72
|
-
"teddy-toast__action-button--primary-negative": "_teddy-toast__action-button--primary-
|
|
73
|
-
"teddy-toast__cancel-button--primary-negative": "_teddy-toast__cancel-button--primary-
|
|
74
|
-
"teddy-toast__action-button--secondary": "_teddy-toast__action-button--
|
|
75
|
-
"teddy-toast__cancel-button--secondary": "_teddy-toast__cancel-button--
|
|
76
|
-
"teddy-toast__action-button--secondary-negative": "_teddy-toast__action-button--secondary-
|
|
77
|
-
"teddy-toast__cancel-button--secondary-negative": "_teddy-toast__cancel-button--secondary-
|
|
78
|
-
"teddy-toast__action-button--expressive": "_teddy-toast__action-button--
|
|
79
|
-
"teddy-toast__cancel-button--expressive": "_teddy-toast__cancel-button--
|
|
80
|
-
"teddy-toast__action-button--expressive-negative": "_teddy-toast__action-button--expressive-
|
|
81
|
-
"teddy-toast__cancel-button--expressive-negative": "_teddy-toast__cancel-button--expressive-
|
|
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";
|