|
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 |
| - "--mod-toast-border-width", |
28 | 24 | "--mod-toast-corner-radius",
|
29 |
| - "--mod-toast-divider-color", |
| 25 | + "--mod-toast-font-family", |
30 | 26 | "--mod-toast-font-size",
|
| 27 | + "--mod-toast-font-style", |
31 | 28 | "--mod-toast-font-weight",
|
| 29 | + "--mod-toast-icon-block-size", |
32 | 30 | "--mod-toast-informative-background-color-default",
|
33 | 31 | "--mod-toast-line-height",
|
34 | 32 | "--mod-toast-line-height-cjk",
|
35 | 33 | "--mod-toast-max-inline-size",
|
36 | 34 | "--mod-toast-negative-background-color-default",
|
37 | 35 | "--mod-toast-positive-background-color-default",
|
| 36 | + "--mod-toast-spacing-action-button-to-close-button", |
38 | 37 | "--mod-toast-spacing-block-end",
|
39 | 38 | "--mod-toast-spacing-block-start",
|
40 |
| - "--mod-toast-spacing-bottom-edge-to-divider", |
| 39 | + "--mod-toast-spacing-bottom-edge-to-close-button", |
41 | 40 | "--mod-toast-spacing-bottom-edge-to-text",
|
42 |
| - "--mod-toast-spacing-close-button", |
| 41 | + "--mod-toast-spacing-close-button-to-edge", |
43 | 42 | "--mod-toast-spacing-icon-to-text",
|
44 | 43 | "--mod-toast-spacing-start-edge-to-text-and-icon",
|
45 |
| - "--mod-toast-spacing-text-and-action-button-to-divider", |
46 | 44 | "--mod-toast-spacing-text-to-action-button-horizontal",
|
47 |
| - "--mod-toast-spacing-top-edge-to-divider", |
| 45 | + "--mod-toast-spacing-text-to-close-button", |
| 46 | + "--mod-toast-spacing-top-edge-to-close-button", |
48 | 47 | "--mod-toast-spacing-top-edge-to-icon",
|
49 | 48 | "--mod-toast-spacing-top-edge-to-text",
|
50 | 49 | "--mod-toast-text-and-icon-color"
|
51 | 50 | ],
|
52 | 51 | "component": [
|
53 | 52 | "--spectrum-toast-background-color-default",
|
54 | 53 | "--spectrum-toast-block-size",
|
55 |
| - "--spectrum-toast-border-width", |
56 | 54 | "--spectrum-toast-bottom-to-text",
|
57 | 55 | "--spectrum-toast-corner-radius",
|
58 |
| - "--spectrum-toast-divider-color", |
| 56 | + "--spectrum-toast-font-family", |
59 | 57 | "--spectrum-toast-font-size",
|
| 58 | + "--spectrum-toast-font-style", |
60 | 59 | "--spectrum-toast-font-weight",
|
61 | 60 | "--spectrum-toast-height",
|
| 61 | + "--spectrum-toast-icon-block-size", |
62 | 62 | "--spectrum-toast-informative-background-color-default",
|
63 | 63 | "--spectrum-toast-line-height",
|
64 | 64 | "--spectrum-toast-line-height-cjk",
|
65 | 65 | "--spectrum-toast-max-inline-size",
|
66 | 66 | "--spectrum-toast-maximum-width",
|
67 | 67 | "--spectrum-toast-negative-background-color-default",
|
68 | 68 | "--spectrum-toast-positive-background-color-default",
|
| 69 | + "--spectrum-toast-spacing-action-button-to-close-button", |
69 | 70 | "--spectrum-toast-spacing-block-end",
|
70 | 71 | "--spectrum-toast-spacing-block-start",
|
71 |
| - "--spectrum-toast-spacing-bottom-edge-to-divider", |
| 72 | + "--spectrum-toast-spacing-bottom-edge-to-close-button", |
72 | 73 | "--spectrum-toast-spacing-bottom-edge-to-text",
|
73 |
| - "--spectrum-toast-spacing-close-button", |
| 74 | + "--spectrum-toast-spacing-close-button-to-edge", |
74 | 75 | "--spectrum-toast-spacing-icon-to-text",
|
75 | 76 | "--spectrum-toast-spacing-start-edge-to-text-and-icon",
|
76 |
| - "--spectrum-toast-spacing-text-and-action-button-to-divider", |
77 | 77 | "--spectrum-toast-spacing-text-to-action-button-horizontal",
|
78 |
| - "--spectrum-toast-spacing-top-edge-to-divider", |
| 78 | + "--spectrum-toast-spacing-text-to-close-button", |
| 79 | + "--spectrum-toast-spacing-top-edge-to-close-button", |
79 | 80 | "--spectrum-toast-spacing-top-edge-to-icon",
|
80 | 81 | "--spectrum-toast-spacing-top-edge-to-text",
|
81 | 82 | "--spectrum-toast-text-and-icon-color",
|
82 | 83 | "--spectrum-toast-top-to-text",
|
83 | 84 | "--spectrum-toast-top-to-workflow-icon"
|
84 | 85 | ],
|
85 | 86 | "global": [
|
86 |
| - "--spectrum-border-width-100", |
87 | 87 | "--spectrum-cjk-line-height-100",
|
88 |
| - "--spectrum-corner-radius-100", |
| 88 | + "--spectrum-corner-radius-800", |
| 89 | + "--spectrum-default-font-family", |
| 90 | + "--spectrum-default-font-style", |
89 | 91 | "--spectrum-font-size-100",
|
90 | 92 | "--spectrum-informative-background-color-default",
|
91 | 93 | "--spectrum-line-height-100",
|
|
94 | 96 | "--spectrum-positive-background-color-default",
|
95 | 97 | "--spectrum-regular-font-weight",
|
96 | 98 | "--spectrum-spacing-100",
|
| 99 | + "--spectrum-spacing-200", |
97 | 100 | "--spectrum-spacing-300",
|
98 |
| - "--spectrum-text-to-visual-100", |
99 |
| - "--spectrum-transparent-white-400", |
100 |
| - "--spectrum-white" |
| 101 | + "--spectrum-spacing-400", |
| 102 | + "--spectrum-text-to-visual-300", |
| 103 | + "--spectrum-white", |
| 104 | + "--spectrum-workflow-icon-size-100" |
101 | 105 | ],
|
102 |
| - "passthroughs": [], |
103 |
| - "high-contrast": ["--highcontrast-toast-border-color"] |
| 106 | + "passthroughs": ["--mod-closebutton-icon-color-default"], |
| 107 | + "high-contrast": [] |
104 | 108 | }
|
0 commit comments