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