|
2 | 2 | "sourceFile": "index.css", |
3 | 3 | "selectors": [ |
4 | 4 | ".spectrum-Toast", |
| 5 | + ".spectrum-Toast .spectrum-Button", |
| 6 | + ".spectrum-Toast .spectrum-CloseButton", |
5 | 7 | ".spectrum-Toast--info", |
6 | | - ".spectrum-Toast--info .spectrum-Toast-closeButton:focus-visible:not(:active)", |
7 | 8 | ".spectrum-Toast--negative", |
8 | | - ".spectrum-Toast--negative .spectrum-Toast-closeButton:focus-visible:not(:active)", |
9 | 9 | ".spectrum-Toast--positive", |
10 | | - ".spectrum-Toast--positive .spectrum-Toast-closeButton:focus-visible:not(:active)", |
11 | 10 | ".spectrum-Toast-body", |
12 | | - ".spectrum-Toast-body + .spectrum-Toast-buttons", |
13 | | - ".spectrum-Toast-body .spectrum-Button", |
14 | | - ".spectrum-Toast-body .spectrum-Button:dir(rtl)", |
15 | | - ".spectrum-Toast-buttons", |
16 | | - ".spectrum-Toast-buttons .spectrum-CloseButton", |
17 | 11 | ".spectrum-Toast-content", |
18 | 12 | ".spectrum-Toast-content:lang(ja)", |
19 | 13 | ".spectrum-Toast-content:lang(ko)", |
20 | 14 | ".spectrum-Toast-content:lang(zh)", |
| 15 | + ".spectrum-Toast-text", |
21 | 16 | ".spectrum-Toast-typeIcon", |
22 | | - "[dir=\"rtl\"] .spectrum-Toast-body .spectrum-Button" |
| 17 | + ".spectrum-Toast.spectrum-Toast--noButton", |
| 18 | + ".spectrum-Toast:not(:has(.spectrum-Button))" |
23 | 19 | ], |
24 | 20 | "modifiers": [ |
25 | 21 | "--mod-toast-background-color-default", |
26 | | - "--mod-toast-block-size", |
27 | | - "--mod-toast-border-width", |
28 | 22 | "--mod-toast-corner-radius", |
29 | | - "--mod-toast-divider-color", |
| 23 | + "--mod-toast-font-family", |
30 | 24 | "--mod-toast-font-size", |
| 25 | + "--mod-toast-font-style", |
31 | 26 | "--mod-toast-font-weight", |
| 27 | + "--mod-toast-icon-block-size", |
32 | 28 | "--mod-toast-informative-background-color-default", |
33 | 29 | "--mod-toast-line-height", |
34 | 30 | "--mod-toast-line-height-cjk", |
35 | 31 | "--mod-toast-max-inline-size", |
| 32 | + "--mod-toast-min-block-size", |
36 | 33 | "--mod-toast-negative-background-color-default", |
37 | 34 | "--mod-toast-positive-background-color-default", |
38 | | - "--mod-toast-spacing-block-end", |
39 | | - "--mod-toast-spacing-block-start", |
40 | | - "--mod-toast-spacing-bottom-edge-to-divider", |
41 | | - "--mod-toast-spacing-bottom-edge-to-text", |
42 | | - "--mod-toast-spacing-close-button", |
| 35 | + "--mod-toast-spacing-block-close-button", |
| 36 | + "--mod-toast-spacing-button-to-close-button-horizontal", |
| 37 | + "--mod-toast-spacing-close-button-to-end-edge", |
43 | 38 | "--mod-toast-spacing-icon-to-text", |
44 | 39 | "--mod-toast-spacing-start-edge-to-text-and-icon", |
45 | | - "--mod-toast-spacing-text-and-action-button-to-divider", |
46 | | - "--mod-toast-spacing-text-to-action-button-horizontal", |
47 | | - "--mod-toast-spacing-top-edge-to-divider", |
48 | | - "--mod-toast-spacing-top-edge-to-icon", |
49 | | - "--mod-toast-spacing-top-edge-to-text", |
| 40 | + "--mod-toast-spacing-text-to-button-vertical", |
| 41 | + "--mod-toast-spacing-text-to-close-button", |
| 42 | + "--mod-toast-spacing-toast-to-edge", |
50 | 43 | "--mod-toast-text-and-icon-color" |
51 | 44 | ], |
52 | 45 | "component": [ |
53 | 46 | "--spectrum-toast-background-color-default", |
54 | | - "--spectrum-toast-block-size", |
55 | | - "--spectrum-toast-border-width", |
56 | 47 | "--spectrum-toast-bottom-to-text", |
57 | 48 | "--spectrum-toast-corner-radius", |
58 | | - "--spectrum-toast-divider-color", |
| 49 | + "--spectrum-toast-font-family", |
59 | 50 | "--spectrum-toast-font-size", |
| 51 | + "--spectrum-toast-font-style", |
60 | 52 | "--spectrum-toast-font-weight", |
61 | 53 | "--spectrum-toast-height", |
| 54 | + "--spectrum-toast-icon-block-size", |
62 | 55 | "--spectrum-toast-informative-background-color-default", |
63 | 56 | "--spectrum-toast-line-height", |
64 | 57 | "--spectrum-toast-line-height-cjk", |
65 | 58 | "--spectrum-toast-max-inline-size", |
66 | 59 | "--spectrum-toast-maximum-width", |
| 60 | + "--spectrum-toast-min-block-size", |
67 | 61 | "--spectrum-toast-negative-background-color-default", |
68 | 62 | "--spectrum-toast-positive-background-color-default", |
69 | | - "--spectrum-toast-spacing-block-end", |
70 | | - "--spectrum-toast-spacing-block-start", |
71 | | - "--spectrum-toast-spacing-bottom-edge-to-divider", |
| 63 | + "--spectrum-toast-spacing-block-close-button", |
72 | 64 | "--spectrum-toast-spacing-bottom-edge-to-text", |
73 | | - "--spectrum-toast-spacing-close-button", |
| 65 | + "--spectrum-toast-spacing-button-to-close-button-horizontal", |
| 66 | + "--spectrum-toast-spacing-close-button-to-end-edge", |
| 67 | + "--spectrum-toast-spacing-edge-to-button-vertical", |
74 | 68 | "--spectrum-toast-spacing-icon-to-text", |
75 | 69 | "--spectrum-toast-spacing-start-edge-to-text-and-icon", |
76 | | - "--spectrum-toast-spacing-text-and-action-button-to-divider", |
77 | | - "--spectrum-toast-spacing-text-to-action-button-horizontal", |
78 | | - "--spectrum-toast-spacing-top-edge-to-divider", |
| 70 | + "--spectrum-toast-spacing-text-to-button-horizontal", |
| 71 | + "--spectrum-toast-spacing-text-to-close-button", |
| 72 | + "--spectrum-toast-spacing-toast-to-edge", |
79 | 73 | "--spectrum-toast-spacing-top-edge-to-icon", |
80 | 74 | "--spectrum-toast-spacing-top-edge-to-text", |
81 | 75 | "--spectrum-toast-text-and-icon-color", |
82 | 76 | "--spectrum-toast-top-to-text", |
83 | 77 | "--spectrum-toast-top-to-workflow-icon" |
84 | 78 | ], |
85 | 79 | "global": [ |
86 | | - "--spectrum-border-width-100", |
87 | 80 | "--spectrum-cjk-line-height-100", |
88 | | - "--spectrum-corner-radius-100", |
| 81 | + "--spectrum-corner-radius-800", |
| 82 | + "--spectrum-default-font-style", |
89 | 83 | "--spectrum-font-size-100", |
90 | 84 | "--spectrum-informative-background-color-default", |
91 | 85 | "--spectrum-line-height-100", |
92 | 86 | "--spectrum-negative-background-color-default", |
93 | 87 | "--spectrum-neutral-subdued-background-color-default", |
94 | 88 | "--spectrum-positive-background-color-default", |
95 | 89 | "--spectrum-regular-font-weight", |
| 90 | + "--spectrum-sans-font-family-stack", |
96 | 91 | "--spectrum-spacing-100", |
| 92 | + "--spectrum-spacing-200", |
97 | 93 | "--spectrum-spacing-300", |
98 | | - "--spectrum-text-to-visual-100", |
99 | | - "--spectrum-transparent-white-400", |
100 | | - "--spectrum-white" |
| 94 | + "--spectrum-spacing-400", |
| 95 | + "--spectrum-text-to-visual-300", |
| 96 | + "--spectrum-white", |
| 97 | + "--spectrum-workflow-icon-size-100" |
101 | 98 | ], |
102 | | - "passthroughs": [], |
103 | | - "high-contrast": ["--highcontrast-toast-border-color"] |
| 99 | + "passthroughs": ["--mod-closebutton-icon-color-default"], |
| 100 | + "high-contrast": [] |
104 | 101 | } |
0 commit comments