|
2 | 2 | "sourceFile": "index.css",
|
3 | 3 | "selectors": [
|
4 | 4 | ".spectrum-InLineAlert",
|
5 |
| - ".spectrum-InLineAlert--info", |
6 |
| - ".spectrum-InLineAlert--info .spectrum-InLineAlert-icon", |
7 |
| - ".spectrum-InLineAlert--negative", |
8 |
| - ".spectrum-InLineAlert--negative .spectrum-InLineAlert-icon", |
9 |
| - ".spectrum-InLineAlert--notice", |
10 |
| - ".spectrum-InLineAlert--notice .spectrum-InLineAlert-icon", |
11 |
| - ".spectrum-InLineAlert--positive", |
12 |
| - ".spectrum-InLineAlert--positive .spectrum-InLineAlert-icon", |
13 | 5 | ".spectrum-InLineAlert-content",
|
14 | 6 | ".spectrum-InLineAlert-footer",
|
15 | 7 | ".spectrum-InLineAlert-footer:empty",
|
16 | 8 | ".spectrum-InLineAlert-header",
|
17 |
| - ".spectrum-InLineAlert-icon" |
| 9 | + ".spectrum-InLineAlert-icon", |
| 10 | + ".spectrum-InLineAlert.spectrum-InLineAlert--bold", |
| 11 | + ".spectrum-InLineAlert.spectrum-InLineAlert--bold:not(.spectrum-InLineAlert--subtle, .spectrum-InLineAlert--notice)", |
| 12 | + ".spectrum-InLineAlert.spectrum-InLineAlert--info", |
| 13 | + ".spectrum-InLineAlert.spectrum-InLineAlert--info.spectrum-InLineAlert--bold", |
| 14 | + ".spectrum-InLineAlert.spectrum-InLineAlert--info.spectrum-InLineAlert--subtle", |
| 15 | + ".spectrum-InLineAlert.spectrum-InLineAlert--negative", |
| 16 | + ".spectrum-InLineAlert.spectrum-InLineAlert--negative.spectrum-InLineAlert--bold", |
| 17 | + ".spectrum-InLineAlert.spectrum-InLineAlert--negative.spectrum-InLineAlert--subtle", |
| 18 | + ".spectrum-InLineAlert.spectrum-InLineAlert--neutral", |
| 19 | + ".spectrum-InLineAlert.spectrum-InLineAlert--neutral.spectrum-InLineAlert--bold", |
| 20 | + ".spectrum-InLineAlert.spectrum-InLineAlert--neutral.spectrum-InLineAlert--subtle", |
| 21 | + ".spectrum-InLineAlert.spectrum-InLineAlert--notice", |
| 22 | + ".spectrum-InLineAlert.spectrum-InLineAlert--notice.spectrum-InLineAlert--bold", |
| 23 | + ".spectrum-InLineAlert.spectrum-InLineAlert--notice.spectrum-InLineAlert--subtle", |
| 24 | + ".spectrum-InLineAlert.spectrum-InLineAlert--positive", |
| 25 | + ".spectrum-InLineAlert.spectrum-InLineAlert--positive.spectrum-InLineAlert--bold", |
| 26 | + ".spectrum-InLineAlert.spectrum-InLineAlert--positive.spectrum-InLineAlert--subtle", |
| 27 | + ".spectrum-InLineAlert.spectrum-InLineAlert--subtle" |
18 | 28 | ],
|
19 | 29 | "modifiers": [
|
20 | 30 | "--mod-inlinealert-background-color",
|
21 | 31 | "--mod-inlinealert-border-and-icon-color",
|
22 |
| - "--mod-inlinealert-border-and-icon-color-info", |
23 |
| - "--mod-inlinealert-border-and-icon-color-negative", |
24 |
| - "--mod-inlinealert-border-and-icon-color-notice", |
25 |
| - "--mod-inlinealert-border-and-icon-color-positive", |
26 | 32 | "--mod-inlinealert-border-radius",
|
27 | 33 | "--mod-inlinealert-border-width",
|
28 | 34 | "--mod-inlinealert-content-color",
|
|
40 | 46 | "--mod-inlinealert-heading-line-height",
|
41 | 47 | "--mod-inlinealert-icon-size",
|
42 | 48 | "--mod-inlinealert-min-inline-size",
|
| 49 | + "--mod-inlinealert-min-spacing-header-to-icon", |
| 50 | + "--mod-inlinealert-spacing-content-link-button", |
43 | 51 | "--mod-inlinealert-spacing-edge-to-text",
|
44 |
| - "--mod-inlinealert-spacing-header-content-button", |
45 |
| - "--mod-inlinealert-spacing-header-to-icon" |
| 52 | + "--mod-inlinealert-spacing-header-content" |
46 | 53 | ],
|
47 | 54 | "component": [
|
48 | 55 | "--spectrum-in-line-alert-minimum-width",
|
49 | 56 | "--spectrum-inlinealert-background-color",
|
50 | 57 | "--spectrum-inlinealert-border-and-icon-color",
|
51 |
| - "--spectrum-inlinealert-border-and-icon-color-info", |
52 |
| - "--spectrum-inlinealert-border-and-icon-color-negative", |
53 |
| - "--spectrum-inlinealert-border-and-icon-color-notice", |
54 |
| - "--spectrum-inlinealert-border-and-icon-color-positive", |
55 | 58 | "--spectrum-inlinealert-border-radius",
|
56 | 59 | "--spectrum-inlinealert-border-width",
|
57 | 60 | "--spectrum-inlinealert-content-color",
|
|
69 | 72 | "--spectrum-inlinealert-heading-line-height",
|
70 | 73 | "--spectrum-inlinealert-icon-size",
|
71 | 74 | "--spectrum-inlinealert-min-inline-size",
|
| 75 | + "--spectrum-inlinealert-min-spacing-header-to-icon", |
| 76 | + "--spectrum-inlinealert-spacing-content-link-button", |
72 | 77 | "--spectrum-inlinealert-spacing-edge-to-text",
|
73 |
| - "--spectrum-inlinealert-spacing-header-content-button", |
74 |
| - "--spectrum-inlinealert-spacing-header-to-icon" |
| 78 | + "--spectrum-inlinealert-spacing-header-content" |
75 | 79 | ],
|
76 | 80 | "global": [
|
77 | 81 | "--spectrum-background-layer-2-color",
|
| 82 | + "--spectrum-black", |
78 | 83 | "--spectrum-body-color",
|
79 | 84 | "--spectrum-body-line-height",
|
80 | 85 | "--spectrum-body-sans-serif-font-style",
|
81 | 86 | "--spectrum-body-sans-serif-font-weight",
|
82 | 87 | "--spectrum-body-size-s",
|
83 | 88 | "--spectrum-border-width-200",
|
84 | 89 | "--spectrum-component-height-50",
|
85 |
| - "--spectrum-corner-radius-100", |
| 90 | + "--spectrum-corner-radius-700", |
86 | 91 | "--spectrum-heading-color",
|
87 | 92 | "--spectrum-heading-line-height",
|
88 | 93 | "--spectrum-heading-sans-serif-font-style",
|
89 | 94 | "--spectrum-heading-sans-serif-font-weight",
|
90 | 95 | "--spectrum-heading-size-xxs",
|
| 96 | + "--spectrum-informative-background-color-default", |
| 97 | + "--spectrum-informative-subtle-background-color-default", |
91 | 98 | "--spectrum-informative-visual-color",
|
| 99 | + "--spectrum-negative-background-color-default", |
| 100 | + "--spectrum-negative-subtle-background-color-default", |
92 | 101 | "--spectrum-negative-visual-color",
|
| 102 | + "--spectrum-neutral-background-color-default", |
| 103 | + "--spectrum-neutral-subtle-background-color-default", |
93 | 104 | "--spectrum-neutral-visual-color",
|
| 105 | + "--spectrum-notice-background-color-default", |
| 106 | + "--spectrum-notice-subtle-background-color-default", |
94 | 107 | "--spectrum-notice-visual-color",
|
| 108 | + "--spectrum-positive-background-color-default", |
| 109 | + "--spectrum-positive-subtle-background-color-default", |
95 | 110 | "--spectrum-positive-visual-color",
|
96 | 111 | "--spectrum-sans-font-family-stack",
|
| 112 | + "--spectrum-spacing-100", |
| 113 | + "--spectrum-spacing-200", |
97 | 114 | "--spectrum-spacing-300",
|
98 |
| - "--spectrum-spacing-400", |
| 115 | + "--spectrum-white", |
99 | 116 | "--spectrum-workflow-icon-size-100"
|
100 | 117 | ],
|
101 | 118 | "passthroughs": [],
|
102 | 119 | "high-contrast": [
|
103 | 120 | "--highcontrast-inlinealert-background-color",
|
104 | 121 | "--highcontrast-inlinealert-border-and-icon-color",
|
| 122 | + "--highcontrast-inlinealert-border-width", |
105 | 123 | "--highcontrast-inlinealert-content-color",
|
106 | 124 | "--highcontrast-inlinealert-header-color"
|
107 | 125 | ]
|
|
0 commit comments