@spectrum-web-components/illustrated-message 0.40.5 → 0.41.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/illustrated-message",
3
- "version": "0.40.5",
3
+ "version": "0.41.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -57,11 +57,11 @@
57
57
  "lit-html"
58
58
  ],
59
59
  "dependencies": {
60
- "@spectrum-web-components/base": "^0.40.5",
61
- "@spectrum-web-components/styles": "^0.40.5"
60
+ "@spectrum-web-components/base": "^0.41.1",
61
+ "@spectrum-web-components/styles": "^0.41.1"
62
62
  },
63
63
  "devDependencies": {
64
- "@spectrum-css/illustratedmessage": "^6.1.0"
64
+ "@spectrum-css/illustratedmessage": "^6.1.2"
65
65
  },
66
66
  "types": "./src/index.d.ts",
67
67
  "customElements": "custom-elements.json",
@@ -69,5 +69,5 @@
69
69
  "./sp-*.js",
70
70
  "./**/*.dev.js"
71
71
  ],
72
- "gitHead": "2e0006478841b07af63c19a0167a136bf724d064"
72
+ "gitHead": "1eded35d98d01973b40990486b86840ba464a2da"
73
73
  }
@@ -37,17 +37,17 @@ const styles = css`
37
37
  --spectrum-body-color
38
38
  )}:host:lang(ja),:host:lang(ko),:host:lang(zh){--spectrum-illustrated-message-title-font-size:var(
39
39
  --spectrum-illustrated-message-cjk-title-size
40
- )}@media (forced-colors:active){:host{--highcontrast-illustrated-message-illustration-color:CanvasText;--highcontrast-illustrated-message-illustration-accent-color:Highlight}}:host{align-items:center;block-size:100%;display:var(--mod-illustrated-message-display,flex);flex-direction:column;justify-content:center;max-inline-size:var(--mod-illustrated-message-content-maximum-width);pointer-events:var(--mod-illustrated-message-pointer-events,auto);text-align:center}#illustration{fill:currentColor;stroke:currentColor;color:var(
40
+ )}@media (forced-colors:active){:host{--highcontrast-illustrated-message-illustration-color:CanvasText;--highcontrast-illustrated-message-illustration-accent-color:Highlight}}:host{align-items:center;block-size:100%;display:var(--mod-illustrated-message-display,flex);flex-direction:column;justify-content:center;max-inline-size:var(--mod-illustrated-message-content-maximum-width);pointer-events:var(--mod-illustrated-message-pointer-events,auto);text-align:center}#illustration{color:var(
41
41
  --highcontrast-illustrated-message-illustration-color,var(
42
42
  --mod-illustrated-message-illustration-color,var(--spectrum-illustrated-message-illustration-color)
43
43
  )
44
- );margin-block-end:var(
44
+ );fill:currentColor;stroke:currentColor;margin-block-end:var(
45
45
  --mod-illustrated-message-title-to-heading,var(--spectrum-illustrated-message-title-to-heading)
46
- )}.spectrum-IllustratedMessage-accent{fill:currentColor;stroke:currentColor;color:var(
46
+ )}.spectrum-IllustratedMessage-accent{color:var(
47
47
  --highcontrast-illustrated-message-illustration-accent-color,var(
48
48
  --mod-illustrated-message-illustration-accent-color,var(--spectrum-illustrated-message-illustration-accent-color)
49
49
  )
50
- )}#heading{color:var(
50
+ );fill:currentColor;stroke:currentColor}#heading{color:var(
51
51
  --mod-illustrated-message-title-color,var(--spectrum-illustrated-message-title-color)
52
52
  );font-family:var(
53
53
  --mod-illustrated-message-title-font-family,var(--spectrum-illustrated-message-title-font-family)
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["illustrated-message.css.ts"],
4
- "sourcesContent": ["/*\nCopyright 2024 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n:host{--spectrum-illustrated-message-description-max-inline-size:var(\n--spectrum-illustrated-message-maximum-width\n);--spectrum-illustrated-message-heading-max-inline-size:var(\n--spectrum-illustrated-message-maximum-width\n);--spectrum-illustrated-message-title-to-heading:var(\n--spectrum-spacing-400\n);--spectrum-illustrated-message-heading-to-description:var(\n--spectrum-spacing-75\n);--spectrum-illustrated-message-illustration-color:var(\n--spectrum-neutral-visual-color\n);--spectrum-illustrated-message-illustration-accent-color:var(\n--spectrum-accent-visual-color\n);--spectrum-illustrated-message-title-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-illustrated-message-title-font-weight:var(\n--spectrum-heading-sans-serif-font-weight\n);--spectrum-illustrated-message-title-font-style:var(\n--spectrum-heading-sans-serif-font-style\n);--spectrum-illustrated-message-title-font-size:var(\n--spectrum-illustrated-message-title-size\n);--spectrum-illustrated-message-title-line-height:var(\n--spectrum-heading-line-height\n);--spectrum-illustrated-message-title-color:var(--spectrum-heading-color);--spectrum-illustrated-message-description-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-illustrated-message-description-font-weight:var(\n--spectrum-body-sans-serif-font-weight\n);--spectrum-illustrated-message-description-font-style:var(\n--spectrum-body-sans-serif-font-style\n);--spectrum-illustrated-message-description-font-size:var(\n--spectrum-illustrated-message-body-size\n);--spectrum-illustrated-message-description-line-height:var(\n--spectrum-body-line-height\n);--spectrum-illustrated-message-description-color:var(\n--spectrum-body-color\n)}:host:lang(ja),:host:lang(ko),:host:lang(zh){--spectrum-illustrated-message-title-font-size:var(\n--spectrum-illustrated-message-cjk-title-size\n)}@media (forced-colors:active){:host{--highcontrast-illustrated-message-illustration-color:CanvasText;--highcontrast-illustrated-message-illustration-accent-color:Highlight}}:host{align-items:center;block-size:100%;display:var(--mod-illustrated-message-display,flex);flex-direction:column;justify-content:center;max-inline-size:var(--mod-illustrated-message-content-maximum-width);pointer-events:var(--mod-illustrated-message-pointer-events,auto);text-align:center}#illustration{fill:currentColor;stroke:currentColor;color:var(\n--highcontrast-illustrated-message-illustration-color,var(\n--mod-illustrated-message-illustration-color,var(--spectrum-illustrated-message-illustration-color)\n)\n);margin-block-end:var(\n--mod-illustrated-message-title-to-heading,var(--spectrum-illustrated-message-title-to-heading)\n)}.spectrum-IllustratedMessage-accent{fill:currentColor;stroke:currentColor;color:var(\n--highcontrast-illustrated-message-illustration-accent-color,var(\n--mod-illustrated-message-illustration-accent-color,var(--spectrum-illustrated-message-illustration-accent-color)\n)\n)}#heading{color:var(\n--mod-illustrated-message-title-color,var(--spectrum-illustrated-message-title-color)\n);font-family:var(\n--mod-illustrated-message-title-font-family,var(--spectrum-illustrated-message-title-font-family)\n);font-size:var(\n--mod-illustrated-message-title-font-size,var(--spectrum-illustrated-message-title-font-size)\n);font-style:var(\n--mod-illustrated-message-title-font-style,var(--spectrum-illustrated-message-title-font-style)\n);font-weight:var(\n--mod-illustrated-message-title-font-weight,var(--spectrum-illustrated-message-title-font-weight)\n);line-height:var(\n--mod-illustrated-message-title-line-height,var(--spectrum-illustrated-message-title-line-height)\n);margin-block-end:var(--mod-illustrated-message-heading-to-body,0);margin-block-start:0;max-inline-size:var(\n--mod-illustrated-message-heading-max-inline-size,var(--spectrum-illustrated-message-heading-max-inline-size)\n)}#description{color:var(\n--mod-illustrated-message-description-color,var(--spectrum-illustrated-message-description-color)\n);font-family:var(\n--mod-illustrated-message-description-font-family,var(--spectrum-illustrated-message-description-font-family)\n);font-size:var(\n--mod-illustrated-message-description-font-size,var(--spectrum-illustrated-message-description-font-size)\n);font-style:var(\n--mod-illustrated-message-description-font-style,var(--spectrum-illustrated-message-description-font-style)\n);font-weight:var(\n--mod-illustrated-message-description-font-weight,var(--spectrum-illustrated-message-description-font-weight)\n);line-height:var(\n--mod-illustrated-message-description-line-height,var(--spectrum-illustrated-message-description-line-height)\n);margin-block-end:0;margin-block-start:var(\n--mod-illustrated-message-heading-to-description,var(--spectrum-illustrated-message-heading-to-description)\n);max-inline-size:var(\n--mod-illustrated-message-description-max-inline-size,var(--spectrum-illustrated-message-description-max-inline-size)\n);pointer-events:var(\n--mod-illustrated-message-description-pointer-events,auto\n);position:var(--mod-illustrated-message-description-position);z-index:var(--mod-illustrated-message-description-z-index)}::slotted(svg[viewBox]){width:100%}\n`;\nexport default styles;"],
4
+ "sourcesContent": ["/*\nCopyright 2024 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n:host{--spectrum-illustrated-message-description-max-inline-size:var(\n--spectrum-illustrated-message-maximum-width\n);--spectrum-illustrated-message-heading-max-inline-size:var(\n--spectrum-illustrated-message-maximum-width\n);--spectrum-illustrated-message-title-to-heading:var(\n--spectrum-spacing-400\n);--spectrum-illustrated-message-heading-to-description:var(\n--spectrum-spacing-75\n);--spectrum-illustrated-message-illustration-color:var(\n--spectrum-neutral-visual-color\n);--spectrum-illustrated-message-illustration-accent-color:var(\n--spectrum-accent-visual-color\n);--spectrum-illustrated-message-title-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-illustrated-message-title-font-weight:var(\n--spectrum-heading-sans-serif-font-weight\n);--spectrum-illustrated-message-title-font-style:var(\n--spectrum-heading-sans-serif-font-style\n);--spectrum-illustrated-message-title-font-size:var(\n--spectrum-illustrated-message-title-size\n);--spectrum-illustrated-message-title-line-height:var(\n--spectrum-heading-line-height\n);--spectrum-illustrated-message-title-color:var(--spectrum-heading-color);--spectrum-illustrated-message-description-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-illustrated-message-description-font-weight:var(\n--spectrum-body-sans-serif-font-weight\n);--spectrum-illustrated-message-description-font-style:var(\n--spectrum-body-sans-serif-font-style\n);--spectrum-illustrated-message-description-font-size:var(\n--spectrum-illustrated-message-body-size\n);--spectrum-illustrated-message-description-line-height:var(\n--spectrum-body-line-height\n);--spectrum-illustrated-message-description-color:var(\n--spectrum-body-color\n)}:host:lang(ja),:host:lang(ko),:host:lang(zh){--spectrum-illustrated-message-title-font-size:var(\n--spectrum-illustrated-message-cjk-title-size\n)}@media (forced-colors:active){:host{--highcontrast-illustrated-message-illustration-color:CanvasText;--highcontrast-illustrated-message-illustration-accent-color:Highlight}}:host{align-items:center;block-size:100%;display:var(--mod-illustrated-message-display,flex);flex-direction:column;justify-content:center;max-inline-size:var(--mod-illustrated-message-content-maximum-width);pointer-events:var(--mod-illustrated-message-pointer-events,auto);text-align:center}#illustration{color:var(\n--highcontrast-illustrated-message-illustration-color,var(\n--mod-illustrated-message-illustration-color,var(--spectrum-illustrated-message-illustration-color)\n)\n);fill:currentColor;stroke:currentColor;margin-block-end:var(\n--mod-illustrated-message-title-to-heading,var(--spectrum-illustrated-message-title-to-heading)\n)}.spectrum-IllustratedMessage-accent{color:var(\n--highcontrast-illustrated-message-illustration-accent-color,var(\n--mod-illustrated-message-illustration-accent-color,var(--spectrum-illustrated-message-illustration-accent-color)\n)\n);fill:currentColor;stroke:currentColor}#heading{color:var(\n--mod-illustrated-message-title-color,var(--spectrum-illustrated-message-title-color)\n);font-family:var(\n--mod-illustrated-message-title-font-family,var(--spectrum-illustrated-message-title-font-family)\n);font-size:var(\n--mod-illustrated-message-title-font-size,var(--spectrum-illustrated-message-title-font-size)\n);font-style:var(\n--mod-illustrated-message-title-font-style,var(--spectrum-illustrated-message-title-font-style)\n);font-weight:var(\n--mod-illustrated-message-title-font-weight,var(--spectrum-illustrated-message-title-font-weight)\n);line-height:var(\n--mod-illustrated-message-title-line-height,var(--spectrum-illustrated-message-title-line-height)\n);margin-block-end:var(--mod-illustrated-message-heading-to-body,0);margin-block-start:0;max-inline-size:var(\n--mod-illustrated-message-heading-max-inline-size,var(--spectrum-illustrated-message-heading-max-inline-size)\n)}#description{color:var(\n--mod-illustrated-message-description-color,var(--spectrum-illustrated-message-description-color)\n);font-family:var(\n--mod-illustrated-message-description-font-family,var(--spectrum-illustrated-message-description-font-family)\n);font-size:var(\n--mod-illustrated-message-description-font-size,var(--spectrum-illustrated-message-description-font-size)\n);font-style:var(\n--mod-illustrated-message-description-font-style,var(--spectrum-illustrated-message-description-font-style)\n);font-weight:var(\n--mod-illustrated-message-description-font-weight,var(--spectrum-illustrated-message-description-font-weight)\n);line-height:var(\n--mod-illustrated-message-description-line-height,var(--spectrum-illustrated-message-description-line-height)\n);margin-block-end:0;margin-block-start:var(\n--mod-illustrated-message-heading-to-description,var(--spectrum-illustrated-message-heading-to-description)\n);max-inline-size:var(\n--mod-illustrated-message-description-max-inline-size,var(--spectrum-illustrated-message-description-max-inline-size)\n);pointer-events:var(\n--mod-illustrated-message-description-pointer-events,auto\n);position:var(--mod-illustrated-message-description-position);z-index:var(--mod-illustrated-message-description-z-index)}::slotted(svg[viewBox]){width:100%}\n`;\nexport default styles;"],
5
5
  "mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAiFf,eAAe;",
6
6
  "names": []
7
7
  }
@@ -35,17 +35,17 @@
35
35
  --spectrum-body-color
36
36
  )}:host:lang(ja),:host:lang(ko),:host:lang(zh){--spectrum-illustrated-message-title-font-size:var(
37
37
  --spectrum-illustrated-message-cjk-title-size
38
- )}@media (forced-colors:active){:host{--highcontrast-illustrated-message-illustration-color:CanvasText;--highcontrast-illustrated-message-illustration-accent-color:Highlight}}:host{align-items:center;block-size:100%;display:var(--mod-illustrated-message-display,flex);flex-direction:column;justify-content:center;max-inline-size:var(--mod-illustrated-message-content-maximum-width);pointer-events:var(--mod-illustrated-message-pointer-events,auto);text-align:center}#illustration{fill:currentColor;stroke:currentColor;color:var(
38
+ )}@media (forced-colors:active){:host{--highcontrast-illustrated-message-illustration-color:CanvasText;--highcontrast-illustrated-message-illustration-accent-color:Highlight}}:host{align-items:center;block-size:100%;display:var(--mod-illustrated-message-display,flex);flex-direction:column;justify-content:center;max-inline-size:var(--mod-illustrated-message-content-maximum-width);pointer-events:var(--mod-illustrated-message-pointer-events,auto);text-align:center}#illustration{color:var(
39
39
  --highcontrast-illustrated-message-illustration-color,var(
40
40
  --mod-illustrated-message-illustration-color,var(--spectrum-illustrated-message-illustration-color)
41
41
  )
42
- );margin-block-end:var(
42
+ );fill:currentColor;stroke:currentColor;margin-block-end:var(
43
43
  --mod-illustrated-message-title-to-heading,var(--spectrum-illustrated-message-title-to-heading)
44
- )}.spectrum-IllustratedMessage-accent{fill:currentColor;stroke:currentColor;color:var(
44
+ )}.spectrum-IllustratedMessage-accent{color:var(
45
45
  --highcontrast-illustrated-message-illustration-accent-color,var(
46
46
  --mod-illustrated-message-illustration-accent-color,var(--spectrum-illustrated-message-illustration-accent-color)
47
47
  )
48
- )}#heading{color:var(
48
+ );fill:currentColor;stroke:currentColor}#heading{color:var(
49
49
  --mod-illustrated-message-title-color,var(--spectrum-illustrated-message-title-color)
50
50
  );font-family:var(
51
51
  --mod-illustrated-message-title-font-family,var(--spectrum-illustrated-message-title-font-family)
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["illustrated-message.css.ts"],
4
- "sourcesContent": ["/*\nCopyright 2024 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n:host{--spectrum-illustrated-message-description-max-inline-size:var(\n--spectrum-illustrated-message-maximum-width\n);--spectrum-illustrated-message-heading-max-inline-size:var(\n--spectrum-illustrated-message-maximum-width\n);--spectrum-illustrated-message-title-to-heading:var(\n--spectrum-spacing-400\n);--spectrum-illustrated-message-heading-to-description:var(\n--spectrum-spacing-75\n);--spectrum-illustrated-message-illustration-color:var(\n--spectrum-neutral-visual-color\n);--spectrum-illustrated-message-illustration-accent-color:var(\n--spectrum-accent-visual-color\n);--spectrum-illustrated-message-title-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-illustrated-message-title-font-weight:var(\n--spectrum-heading-sans-serif-font-weight\n);--spectrum-illustrated-message-title-font-style:var(\n--spectrum-heading-sans-serif-font-style\n);--spectrum-illustrated-message-title-font-size:var(\n--spectrum-illustrated-message-title-size\n);--spectrum-illustrated-message-title-line-height:var(\n--spectrum-heading-line-height\n);--spectrum-illustrated-message-title-color:var(--spectrum-heading-color);--spectrum-illustrated-message-description-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-illustrated-message-description-font-weight:var(\n--spectrum-body-sans-serif-font-weight\n);--spectrum-illustrated-message-description-font-style:var(\n--spectrum-body-sans-serif-font-style\n);--spectrum-illustrated-message-description-font-size:var(\n--spectrum-illustrated-message-body-size\n);--spectrum-illustrated-message-description-line-height:var(\n--spectrum-body-line-height\n);--spectrum-illustrated-message-description-color:var(\n--spectrum-body-color\n)}:host:lang(ja),:host:lang(ko),:host:lang(zh){--spectrum-illustrated-message-title-font-size:var(\n--spectrum-illustrated-message-cjk-title-size\n)}@media (forced-colors:active){:host{--highcontrast-illustrated-message-illustration-color:CanvasText;--highcontrast-illustrated-message-illustration-accent-color:Highlight}}:host{align-items:center;block-size:100%;display:var(--mod-illustrated-message-display,flex);flex-direction:column;justify-content:center;max-inline-size:var(--mod-illustrated-message-content-maximum-width);pointer-events:var(--mod-illustrated-message-pointer-events,auto);text-align:center}#illustration{fill:currentColor;stroke:currentColor;color:var(\n--highcontrast-illustrated-message-illustration-color,var(\n--mod-illustrated-message-illustration-color,var(--spectrum-illustrated-message-illustration-color)\n)\n);margin-block-end:var(\n--mod-illustrated-message-title-to-heading,var(--spectrum-illustrated-message-title-to-heading)\n)}.spectrum-IllustratedMessage-accent{fill:currentColor;stroke:currentColor;color:var(\n--highcontrast-illustrated-message-illustration-accent-color,var(\n--mod-illustrated-message-illustration-accent-color,var(--spectrum-illustrated-message-illustration-accent-color)\n)\n)}#heading{color:var(\n--mod-illustrated-message-title-color,var(--spectrum-illustrated-message-title-color)\n);font-family:var(\n--mod-illustrated-message-title-font-family,var(--spectrum-illustrated-message-title-font-family)\n);font-size:var(\n--mod-illustrated-message-title-font-size,var(--spectrum-illustrated-message-title-font-size)\n);font-style:var(\n--mod-illustrated-message-title-font-style,var(--spectrum-illustrated-message-title-font-style)\n);font-weight:var(\n--mod-illustrated-message-title-font-weight,var(--spectrum-illustrated-message-title-font-weight)\n);line-height:var(\n--mod-illustrated-message-title-line-height,var(--spectrum-illustrated-message-title-line-height)\n);margin-block-end:var(--mod-illustrated-message-heading-to-body,0);margin-block-start:0;max-inline-size:var(\n--mod-illustrated-message-heading-max-inline-size,var(--spectrum-illustrated-message-heading-max-inline-size)\n)}#description{color:var(\n--mod-illustrated-message-description-color,var(--spectrum-illustrated-message-description-color)\n);font-family:var(\n--mod-illustrated-message-description-font-family,var(--spectrum-illustrated-message-description-font-family)\n);font-size:var(\n--mod-illustrated-message-description-font-size,var(--spectrum-illustrated-message-description-font-size)\n);font-style:var(\n--mod-illustrated-message-description-font-style,var(--spectrum-illustrated-message-description-font-style)\n);font-weight:var(\n--mod-illustrated-message-description-font-weight,var(--spectrum-illustrated-message-description-font-weight)\n);line-height:var(\n--mod-illustrated-message-description-line-height,var(--spectrum-illustrated-message-description-line-height)\n);margin-block-end:0;margin-block-start:var(\n--mod-illustrated-message-heading-to-description,var(--spectrum-illustrated-message-heading-to-description)\n);max-inline-size:var(\n--mod-illustrated-message-description-max-inline-size,var(--spectrum-illustrated-message-description-max-inline-size)\n);pointer-events:var(\n--mod-illustrated-message-description-pointer-events,auto\n);position:var(--mod-illustrated-message-description-position);z-index:var(--mod-illustrated-message-description-z-index)}::slotted(svg[viewBox]){width:100%}\n`;\nexport default styles;"],
4
+ "sourcesContent": ["/*\nCopyright 2024 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n:host{--spectrum-illustrated-message-description-max-inline-size:var(\n--spectrum-illustrated-message-maximum-width\n);--spectrum-illustrated-message-heading-max-inline-size:var(\n--spectrum-illustrated-message-maximum-width\n);--spectrum-illustrated-message-title-to-heading:var(\n--spectrum-spacing-400\n);--spectrum-illustrated-message-heading-to-description:var(\n--spectrum-spacing-75\n);--spectrum-illustrated-message-illustration-color:var(\n--spectrum-neutral-visual-color\n);--spectrum-illustrated-message-illustration-accent-color:var(\n--spectrum-accent-visual-color\n);--spectrum-illustrated-message-title-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-illustrated-message-title-font-weight:var(\n--spectrum-heading-sans-serif-font-weight\n);--spectrum-illustrated-message-title-font-style:var(\n--spectrum-heading-sans-serif-font-style\n);--spectrum-illustrated-message-title-font-size:var(\n--spectrum-illustrated-message-title-size\n);--spectrum-illustrated-message-title-line-height:var(\n--spectrum-heading-line-height\n);--spectrum-illustrated-message-title-color:var(--spectrum-heading-color);--spectrum-illustrated-message-description-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-illustrated-message-description-font-weight:var(\n--spectrum-body-sans-serif-font-weight\n);--spectrum-illustrated-message-description-font-style:var(\n--spectrum-body-sans-serif-font-style\n);--spectrum-illustrated-message-description-font-size:var(\n--spectrum-illustrated-message-body-size\n);--spectrum-illustrated-message-description-line-height:var(\n--spectrum-body-line-height\n);--spectrum-illustrated-message-description-color:var(\n--spectrum-body-color\n)}:host:lang(ja),:host:lang(ko),:host:lang(zh){--spectrum-illustrated-message-title-font-size:var(\n--spectrum-illustrated-message-cjk-title-size\n)}@media (forced-colors:active){:host{--highcontrast-illustrated-message-illustration-color:CanvasText;--highcontrast-illustrated-message-illustration-accent-color:Highlight}}:host{align-items:center;block-size:100%;display:var(--mod-illustrated-message-display,flex);flex-direction:column;justify-content:center;max-inline-size:var(--mod-illustrated-message-content-maximum-width);pointer-events:var(--mod-illustrated-message-pointer-events,auto);text-align:center}#illustration{color:var(\n--highcontrast-illustrated-message-illustration-color,var(\n--mod-illustrated-message-illustration-color,var(--spectrum-illustrated-message-illustration-color)\n)\n);fill:currentColor;stroke:currentColor;margin-block-end:var(\n--mod-illustrated-message-title-to-heading,var(--spectrum-illustrated-message-title-to-heading)\n)}.spectrum-IllustratedMessage-accent{color:var(\n--highcontrast-illustrated-message-illustration-accent-color,var(\n--mod-illustrated-message-illustration-accent-color,var(--spectrum-illustrated-message-illustration-accent-color)\n)\n);fill:currentColor;stroke:currentColor}#heading{color:var(\n--mod-illustrated-message-title-color,var(--spectrum-illustrated-message-title-color)\n);font-family:var(\n--mod-illustrated-message-title-font-family,var(--spectrum-illustrated-message-title-font-family)\n);font-size:var(\n--mod-illustrated-message-title-font-size,var(--spectrum-illustrated-message-title-font-size)\n);font-style:var(\n--mod-illustrated-message-title-font-style,var(--spectrum-illustrated-message-title-font-style)\n);font-weight:var(\n--mod-illustrated-message-title-font-weight,var(--spectrum-illustrated-message-title-font-weight)\n);line-height:var(\n--mod-illustrated-message-title-line-height,var(--spectrum-illustrated-message-title-line-height)\n);margin-block-end:var(--mod-illustrated-message-heading-to-body,0);margin-block-start:0;max-inline-size:var(\n--mod-illustrated-message-heading-max-inline-size,var(--spectrum-illustrated-message-heading-max-inline-size)\n)}#description{color:var(\n--mod-illustrated-message-description-color,var(--spectrum-illustrated-message-description-color)\n);font-family:var(\n--mod-illustrated-message-description-font-family,var(--spectrum-illustrated-message-description-font-family)\n);font-size:var(\n--mod-illustrated-message-description-font-size,var(--spectrum-illustrated-message-description-font-size)\n);font-style:var(\n--mod-illustrated-message-description-font-style,var(--spectrum-illustrated-message-description-font-style)\n);font-weight:var(\n--mod-illustrated-message-description-font-weight,var(--spectrum-illustrated-message-description-font-weight)\n);line-height:var(\n--mod-illustrated-message-description-line-height,var(--spectrum-illustrated-message-description-line-height)\n);margin-block-end:0;margin-block-start:var(\n--mod-illustrated-message-heading-to-description,var(--spectrum-illustrated-message-heading-to-description)\n);max-inline-size:var(\n--mod-illustrated-message-description-max-inline-size,var(--spectrum-illustrated-message-description-max-inline-size)\n);pointer-events:var(\n--mod-illustrated-message-description-pointer-events,auto\n);position:var(--mod-illustrated-message-description-position);z-index:var(--mod-illustrated-message-description-z-index)}::slotted(svg[viewBox]){width:100%}\n`;\nexport default styles;"],
5
5
  "mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAiFf,eAAeC",
6
6
  "names": ["css", "styles"]
7
7
  }
@@ -37,17 +37,17 @@ const styles = css`
37
37
  --spectrum-body-color
38
38
  )}:host:lang(ja),:host:lang(ko),:host:lang(zh){--spectrum-illustrated-message-title-font-size:var(
39
39
  --spectrum-illustrated-message-cjk-title-size
40
- )}@media (forced-colors:active){:host{--highcontrast-illustrated-message-illustration-color:CanvasText;--highcontrast-illustrated-message-illustration-accent-color:Highlight}}:host{align-items:center;block-size:100%;display:var(--mod-illustrated-message-display,flex);flex-direction:column;justify-content:center;max-inline-size:var(--mod-illustrated-message-content-maximum-width);pointer-events:var(--mod-illustrated-message-pointer-events,auto);text-align:center}#illustration{fill:currentColor;stroke:currentColor;color:var(
40
+ )}@media (forced-colors:active){:host{--highcontrast-illustrated-message-illustration-color:CanvasText;--highcontrast-illustrated-message-illustration-accent-color:Highlight}}:host{align-items:center;block-size:100%;display:var(--mod-illustrated-message-display,flex);flex-direction:column;justify-content:center;max-inline-size:var(--mod-illustrated-message-content-maximum-width);pointer-events:var(--mod-illustrated-message-pointer-events,auto);text-align:center}#illustration{color:var(
41
41
  --highcontrast-illustrated-message-illustration-color,var(
42
42
  --mod-illustrated-message-illustration-color,var(--spectrum-illustrated-message-illustration-color)
43
43
  )
44
- );margin-block-end:var(
44
+ );fill:currentColor;stroke:currentColor;margin-block-end:var(
45
45
  --mod-illustrated-message-title-to-heading,var(--spectrum-illustrated-message-title-to-heading)
46
- )}.spectrum-IllustratedMessage-accent{fill:currentColor;stroke:currentColor;color:var(
46
+ )}.spectrum-IllustratedMessage-accent{color:var(
47
47
  --highcontrast-illustrated-message-illustration-accent-color,var(
48
48
  --mod-illustrated-message-illustration-accent-color,var(--spectrum-illustrated-message-illustration-accent-color)
49
49
  )
50
- )}#heading{color:var(
50
+ );fill:currentColor;stroke:currentColor}#heading{color:var(
51
51
  --mod-illustrated-message-title-color,var(--spectrum-illustrated-message-title-color)
52
52
  );font-family:var(
53
53
  --mod-illustrated-message-title-font-family,var(--spectrum-illustrated-message-title-font-family)
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["spectrum-illustratedmessage.css.ts"],
4
- "sourcesContent": ["/*\nCopyright 2024 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n:host{--spectrum-illustrated-message-description-max-inline-size:var(\n--spectrum-illustrated-message-maximum-width\n);--spectrum-illustrated-message-heading-max-inline-size:var(\n--spectrum-illustrated-message-maximum-width\n);--spectrum-illustrated-message-title-to-heading:var(\n--spectrum-spacing-400\n);--spectrum-illustrated-message-heading-to-description:var(\n--spectrum-spacing-75\n);--spectrum-illustrated-message-illustration-color:var(\n--spectrum-neutral-visual-color\n);--spectrum-illustrated-message-illustration-accent-color:var(\n--spectrum-accent-visual-color\n);--spectrum-illustrated-message-title-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-illustrated-message-title-font-weight:var(\n--spectrum-heading-sans-serif-font-weight\n);--spectrum-illustrated-message-title-font-style:var(\n--spectrum-heading-sans-serif-font-style\n);--spectrum-illustrated-message-title-font-size:var(\n--spectrum-illustrated-message-title-size\n);--spectrum-illustrated-message-title-line-height:var(\n--spectrum-heading-line-height\n);--spectrum-illustrated-message-title-color:var(--spectrum-heading-color);--spectrum-illustrated-message-description-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-illustrated-message-description-font-weight:var(\n--spectrum-body-sans-serif-font-weight\n);--spectrum-illustrated-message-description-font-style:var(\n--spectrum-body-sans-serif-font-style\n);--spectrum-illustrated-message-description-font-size:var(\n--spectrum-illustrated-message-body-size\n);--spectrum-illustrated-message-description-line-height:var(\n--spectrum-body-line-height\n);--spectrum-illustrated-message-description-color:var(\n--spectrum-body-color\n)}:host:lang(ja),:host:lang(ko),:host:lang(zh){--spectrum-illustrated-message-title-font-size:var(\n--spectrum-illustrated-message-cjk-title-size\n)}@media (forced-colors:active){:host{--highcontrast-illustrated-message-illustration-color:CanvasText;--highcontrast-illustrated-message-illustration-accent-color:Highlight}}:host{align-items:center;block-size:100%;display:var(--mod-illustrated-message-display,flex);flex-direction:column;justify-content:center;max-inline-size:var(--mod-illustrated-message-content-maximum-width);pointer-events:var(--mod-illustrated-message-pointer-events,auto);text-align:center}#illustration{fill:currentColor;stroke:currentColor;color:var(\n--highcontrast-illustrated-message-illustration-color,var(\n--mod-illustrated-message-illustration-color,var(--spectrum-illustrated-message-illustration-color)\n)\n);margin-block-end:var(\n--mod-illustrated-message-title-to-heading,var(--spectrum-illustrated-message-title-to-heading)\n)}.spectrum-IllustratedMessage-accent{fill:currentColor;stroke:currentColor;color:var(\n--highcontrast-illustrated-message-illustration-accent-color,var(\n--mod-illustrated-message-illustration-accent-color,var(--spectrum-illustrated-message-illustration-accent-color)\n)\n)}#heading{color:var(\n--mod-illustrated-message-title-color,var(--spectrum-illustrated-message-title-color)\n);font-family:var(\n--mod-illustrated-message-title-font-family,var(--spectrum-illustrated-message-title-font-family)\n);font-size:var(\n--mod-illustrated-message-title-font-size,var(--spectrum-illustrated-message-title-font-size)\n);font-style:var(\n--mod-illustrated-message-title-font-style,var(--spectrum-illustrated-message-title-font-style)\n);font-weight:var(\n--mod-illustrated-message-title-font-weight,var(--spectrum-illustrated-message-title-font-weight)\n);line-height:var(\n--mod-illustrated-message-title-line-height,var(--spectrum-illustrated-message-title-line-height)\n);margin-block-end:var(--mod-illustrated-message-heading-to-body,0);margin-block-start:0;max-inline-size:var(\n--mod-illustrated-message-heading-max-inline-size,var(--spectrum-illustrated-message-heading-max-inline-size)\n)}#description{color:var(\n--mod-illustrated-message-description-color,var(--spectrum-illustrated-message-description-color)\n);font-family:var(\n--mod-illustrated-message-description-font-family,var(--spectrum-illustrated-message-description-font-family)\n);font-size:var(\n--mod-illustrated-message-description-font-size,var(--spectrum-illustrated-message-description-font-size)\n);font-style:var(\n--mod-illustrated-message-description-font-style,var(--spectrum-illustrated-message-description-font-style)\n);font-weight:var(\n--mod-illustrated-message-description-font-weight,var(--spectrum-illustrated-message-description-font-weight)\n);line-height:var(\n--mod-illustrated-message-description-line-height,var(--spectrum-illustrated-message-description-line-height)\n);margin-block-end:0;margin-block-start:var(\n--mod-illustrated-message-heading-to-description,var(--spectrum-illustrated-message-heading-to-description)\n);max-inline-size:var(\n--mod-illustrated-message-description-max-inline-size,var(--spectrum-illustrated-message-description-max-inline-size)\n);pointer-events:var(\n--mod-illustrated-message-description-pointer-events,auto\n);position:var(--mod-illustrated-message-description-position);z-index:var(--mod-illustrated-message-description-z-index)}\n`;\nexport default styles;"],
4
+ "sourcesContent": ["/*\nCopyright 2024 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n:host{--spectrum-illustrated-message-description-max-inline-size:var(\n--spectrum-illustrated-message-maximum-width\n);--spectrum-illustrated-message-heading-max-inline-size:var(\n--spectrum-illustrated-message-maximum-width\n);--spectrum-illustrated-message-title-to-heading:var(\n--spectrum-spacing-400\n);--spectrum-illustrated-message-heading-to-description:var(\n--spectrum-spacing-75\n);--spectrum-illustrated-message-illustration-color:var(\n--spectrum-neutral-visual-color\n);--spectrum-illustrated-message-illustration-accent-color:var(\n--spectrum-accent-visual-color\n);--spectrum-illustrated-message-title-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-illustrated-message-title-font-weight:var(\n--spectrum-heading-sans-serif-font-weight\n);--spectrum-illustrated-message-title-font-style:var(\n--spectrum-heading-sans-serif-font-style\n);--spectrum-illustrated-message-title-font-size:var(\n--spectrum-illustrated-message-title-size\n);--spectrum-illustrated-message-title-line-height:var(\n--spectrum-heading-line-height\n);--spectrum-illustrated-message-title-color:var(--spectrum-heading-color);--spectrum-illustrated-message-description-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-illustrated-message-description-font-weight:var(\n--spectrum-body-sans-serif-font-weight\n);--spectrum-illustrated-message-description-font-style:var(\n--spectrum-body-sans-serif-font-style\n);--spectrum-illustrated-message-description-font-size:var(\n--spectrum-illustrated-message-body-size\n);--spectrum-illustrated-message-description-line-height:var(\n--spectrum-body-line-height\n);--spectrum-illustrated-message-description-color:var(\n--spectrum-body-color\n)}:host:lang(ja),:host:lang(ko),:host:lang(zh){--spectrum-illustrated-message-title-font-size:var(\n--spectrum-illustrated-message-cjk-title-size\n)}@media (forced-colors:active){:host{--highcontrast-illustrated-message-illustration-color:CanvasText;--highcontrast-illustrated-message-illustration-accent-color:Highlight}}:host{align-items:center;block-size:100%;display:var(--mod-illustrated-message-display,flex);flex-direction:column;justify-content:center;max-inline-size:var(--mod-illustrated-message-content-maximum-width);pointer-events:var(--mod-illustrated-message-pointer-events,auto);text-align:center}#illustration{color:var(\n--highcontrast-illustrated-message-illustration-color,var(\n--mod-illustrated-message-illustration-color,var(--spectrum-illustrated-message-illustration-color)\n)\n);fill:currentColor;stroke:currentColor;margin-block-end:var(\n--mod-illustrated-message-title-to-heading,var(--spectrum-illustrated-message-title-to-heading)\n)}.spectrum-IllustratedMessage-accent{color:var(\n--highcontrast-illustrated-message-illustration-accent-color,var(\n--mod-illustrated-message-illustration-accent-color,var(--spectrum-illustrated-message-illustration-accent-color)\n)\n);fill:currentColor;stroke:currentColor}#heading{color:var(\n--mod-illustrated-message-title-color,var(--spectrum-illustrated-message-title-color)\n);font-family:var(\n--mod-illustrated-message-title-font-family,var(--spectrum-illustrated-message-title-font-family)\n);font-size:var(\n--mod-illustrated-message-title-font-size,var(--spectrum-illustrated-message-title-font-size)\n);font-style:var(\n--mod-illustrated-message-title-font-style,var(--spectrum-illustrated-message-title-font-style)\n);font-weight:var(\n--mod-illustrated-message-title-font-weight,var(--spectrum-illustrated-message-title-font-weight)\n);line-height:var(\n--mod-illustrated-message-title-line-height,var(--spectrum-illustrated-message-title-line-height)\n);margin-block-end:var(--mod-illustrated-message-heading-to-body,0);margin-block-start:0;max-inline-size:var(\n--mod-illustrated-message-heading-max-inline-size,var(--spectrum-illustrated-message-heading-max-inline-size)\n)}#description{color:var(\n--mod-illustrated-message-description-color,var(--spectrum-illustrated-message-description-color)\n);font-family:var(\n--mod-illustrated-message-description-font-family,var(--spectrum-illustrated-message-description-font-family)\n);font-size:var(\n--mod-illustrated-message-description-font-size,var(--spectrum-illustrated-message-description-font-size)\n);font-style:var(\n--mod-illustrated-message-description-font-style,var(--spectrum-illustrated-message-description-font-style)\n);font-weight:var(\n--mod-illustrated-message-description-font-weight,var(--spectrum-illustrated-message-description-font-weight)\n);line-height:var(\n--mod-illustrated-message-description-line-height,var(--spectrum-illustrated-message-description-line-height)\n);margin-block-end:0;margin-block-start:var(\n--mod-illustrated-message-heading-to-description,var(--spectrum-illustrated-message-heading-to-description)\n);max-inline-size:var(\n--mod-illustrated-message-description-max-inline-size,var(--spectrum-illustrated-message-description-max-inline-size)\n);pointer-events:var(\n--mod-illustrated-message-description-pointer-events,auto\n);position:var(--mod-illustrated-message-description-position);z-index:var(--mod-illustrated-message-description-z-index)}\n`;\nexport default styles;"],
5
5
  "mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAiFf,eAAe;",
6
6
  "names": []
7
7
  }
@@ -35,17 +35,17 @@
35
35
  --spectrum-body-color
36
36
  )}:host:lang(ja),:host:lang(ko),:host:lang(zh){--spectrum-illustrated-message-title-font-size:var(
37
37
  --spectrum-illustrated-message-cjk-title-size
38
- )}@media (forced-colors:active){:host{--highcontrast-illustrated-message-illustration-color:CanvasText;--highcontrast-illustrated-message-illustration-accent-color:Highlight}}:host{align-items:center;block-size:100%;display:var(--mod-illustrated-message-display,flex);flex-direction:column;justify-content:center;max-inline-size:var(--mod-illustrated-message-content-maximum-width);pointer-events:var(--mod-illustrated-message-pointer-events,auto);text-align:center}#illustration{fill:currentColor;stroke:currentColor;color:var(
38
+ )}@media (forced-colors:active){:host{--highcontrast-illustrated-message-illustration-color:CanvasText;--highcontrast-illustrated-message-illustration-accent-color:Highlight}}:host{align-items:center;block-size:100%;display:var(--mod-illustrated-message-display,flex);flex-direction:column;justify-content:center;max-inline-size:var(--mod-illustrated-message-content-maximum-width);pointer-events:var(--mod-illustrated-message-pointer-events,auto);text-align:center}#illustration{color:var(
39
39
  --highcontrast-illustrated-message-illustration-color,var(
40
40
  --mod-illustrated-message-illustration-color,var(--spectrum-illustrated-message-illustration-color)
41
41
  )
42
- );margin-block-end:var(
42
+ );fill:currentColor;stroke:currentColor;margin-block-end:var(
43
43
  --mod-illustrated-message-title-to-heading,var(--spectrum-illustrated-message-title-to-heading)
44
- )}.spectrum-IllustratedMessage-accent{fill:currentColor;stroke:currentColor;color:var(
44
+ )}.spectrum-IllustratedMessage-accent{color:var(
45
45
  --highcontrast-illustrated-message-illustration-accent-color,var(
46
46
  --mod-illustrated-message-illustration-accent-color,var(--spectrum-illustrated-message-illustration-accent-color)
47
47
  )
48
- )}#heading{color:var(
48
+ );fill:currentColor;stroke:currentColor}#heading{color:var(
49
49
  --mod-illustrated-message-title-color,var(--spectrum-illustrated-message-title-color)
50
50
  );font-family:var(
51
51
  --mod-illustrated-message-title-font-family,var(--spectrum-illustrated-message-title-font-family)
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["spectrum-illustratedmessage.css.ts"],
4
- "sourcesContent": ["/*\nCopyright 2024 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n:host{--spectrum-illustrated-message-description-max-inline-size:var(\n--spectrum-illustrated-message-maximum-width\n);--spectrum-illustrated-message-heading-max-inline-size:var(\n--spectrum-illustrated-message-maximum-width\n);--spectrum-illustrated-message-title-to-heading:var(\n--spectrum-spacing-400\n);--spectrum-illustrated-message-heading-to-description:var(\n--spectrum-spacing-75\n);--spectrum-illustrated-message-illustration-color:var(\n--spectrum-neutral-visual-color\n);--spectrum-illustrated-message-illustration-accent-color:var(\n--spectrum-accent-visual-color\n);--spectrum-illustrated-message-title-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-illustrated-message-title-font-weight:var(\n--spectrum-heading-sans-serif-font-weight\n);--spectrum-illustrated-message-title-font-style:var(\n--spectrum-heading-sans-serif-font-style\n);--spectrum-illustrated-message-title-font-size:var(\n--spectrum-illustrated-message-title-size\n);--spectrum-illustrated-message-title-line-height:var(\n--spectrum-heading-line-height\n);--spectrum-illustrated-message-title-color:var(--spectrum-heading-color);--spectrum-illustrated-message-description-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-illustrated-message-description-font-weight:var(\n--spectrum-body-sans-serif-font-weight\n);--spectrum-illustrated-message-description-font-style:var(\n--spectrum-body-sans-serif-font-style\n);--spectrum-illustrated-message-description-font-size:var(\n--spectrum-illustrated-message-body-size\n);--spectrum-illustrated-message-description-line-height:var(\n--spectrum-body-line-height\n);--spectrum-illustrated-message-description-color:var(\n--spectrum-body-color\n)}:host:lang(ja),:host:lang(ko),:host:lang(zh){--spectrum-illustrated-message-title-font-size:var(\n--spectrum-illustrated-message-cjk-title-size\n)}@media (forced-colors:active){:host{--highcontrast-illustrated-message-illustration-color:CanvasText;--highcontrast-illustrated-message-illustration-accent-color:Highlight}}:host{align-items:center;block-size:100%;display:var(--mod-illustrated-message-display,flex);flex-direction:column;justify-content:center;max-inline-size:var(--mod-illustrated-message-content-maximum-width);pointer-events:var(--mod-illustrated-message-pointer-events,auto);text-align:center}#illustration{fill:currentColor;stroke:currentColor;color:var(\n--highcontrast-illustrated-message-illustration-color,var(\n--mod-illustrated-message-illustration-color,var(--spectrum-illustrated-message-illustration-color)\n)\n);margin-block-end:var(\n--mod-illustrated-message-title-to-heading,var(--spectrum-illustrated-message-title-to-heading)\n)}.spectrum-IllustratedMessage-accent{fill:currentColor;stroke:currentColor;color:var(\n--highcontrast-illustrated-message-illustration-accent-color,var(\n--mod-illustrated-message-illustration-accent-color,var(--spectrum-illustrated-message-illustration-accent-color)\n)\n)}#heading{color:var(\n--mod-illustrated-message-title-color,var(--spectrum-illustrated-message-title-color)\n);font-family:var(\n--mod-illustrated-message-title-font-family,var(--spectrum-illustrated-message-title-font-family)\n);font-size:var(\n--mod-illustrated-message-title-font-size,var(--spectrum-illustrated-message-title-font-size)\n);font-style:var(\n--mod-illustrated-message-title-font-style,var(--spectrum-illustrated-message-title-font-style)\n);font-weight:var(\n--mod-illustrated-message-title-font-weight,var(--spectrum-illustrated-message-title-font-weight)\n);line-height:var(\n--mod-illustrated-message-title-line-height,var(--spectrum-illustrated-message-title-line-height)\n);margin-block-end:var(--mod-illustrated-message-heading-to-body,0);margin-block-start:0;max-inline-size:var(\n--mod-illustrated-message-heading-max-inline-size,var(--spectrum-illustrated-message-heading-max-inline-size)\n)}#description{color:var(\n--mod-illustrated-message-description-color,var(--spectrum-illustrated-message-description-color)\n);font-family:var(\n--mod-illustrated-message-description-font-family,var(--spectrum-illustrated-message-description-font-family)\n);font-size:var(\n--mod-illustrated-message-description-font-size,var(--spectrum-illustrated-message-description-font-size)\n);font-style:var(\n--mod-illustrated-message-description-font-style,var(--spectrum-illustrated-message-description-font-style)\n);font-weight:var(\n--mod-illustrated-message-description-font-weight,var(--spectrum-illustrated-message-description-font-weight)\n);line-height:var(\n--mod-illustrated-message-description-line-height,var(--spectrum-illustrated-message-description-line-height)\n);margin-block-end:0;margin-block-start:var(\n--mod-illustrated-message-heading-to-description,var(--spectrum-illustrated-message-heading-to-description)\n);max-inline-size:var(\n--mod-illustrated-message-description-max-inline-size,var(--spectrum-illustrated-message-description-max-inline-size)\n);pointer-events:var(\n--mod-illustrated-message-description-pointer-events,auto\n);position:var(--mod-illustrated-message-description-position);z-index:var(--mod-illustrated-message-description-z-index)}\n`;\nexport default styles;"],
4
+ "sourcesContent": ["/*\nCopyright 2024 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n:host{--spectrum-illustrated-message-description-max-inline-size:var(\n--spectrum-illustrated-message-maximum-width\n);--spectrum-illustrated-message-heading-max-inline-size:var(\n--spectrum-illustrated-message-maximum-width\n);--spectrum-illustrated-message-title-to-heading:var(\n--spectrum-spacing-400\n);--spectrum-illustrated-message-heading-to-description:var(\n--spectrum-spacing-75\n);--spectrum-illustrated-message-illustration-color:var(\n--spectrum-neutral-visual-color\n);--spectrum-illustrated-message-illustration-accent-color:var(\n--spectrum-accent-visual-color\n);--spectrum-illustrated-message-title-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-illustrated-message-title-font-weight:var(\n--spectrum-heading-sans-serif-font-weight\n);--spectrum-illustrated-message-title-font-style:var(\n--spectrum-heading-sans-serif-font-style\n);--spectrum-illustrated-message-title-font-size:var(\n--spectrum-illustrated-message-title-size\n);--spectrum-illustrated-message-title-line-height:var(\n--spectrum-heading-line-height\n);--spectrum-illustrated-message-title-color:var(--spectrum-heading-color);--spectrum-illustrated-message-description-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-illustrated-message-description-font-weight:var(\n--spectrum-body-sans-serif-font-weight\n);--spectrum-illustrated-message-description-font-style:var(\n--spectrum-body-sans-serif-font-style\n);--spectrum-illustrated-message-description-font-size:var(\n--spectrum-illustrated-message-body-size\n);--spectrum-illustrated-message-description-line-height:var(\n--spectrum-body-line-height\n);--spectrum-illustrated-message-description-color:var(\n--spectrum-body-color\n)}:host:lang(ja),:host:lang(ko),:host:lang(zh){--spectrum-illustrated-message-title-font-size:var(\n--spectrum-illustrated-message-cjk-title-size\n)}@media (forced-colors:active){:host{--highcontrast-illustrated-message-illustration-color:CanvasText;--highcontrast-illustrated-message-illustration-accent-color:Highlight}}:host{align-items:center;block-size:100%;display:var(--mod-illustrated-message-display,flex);flex-direction:column;justify-content:center;max-inline-size:var(--mod-illustrated-message-content-maximum-width);pointer-events:var(--mod-illustrated-message-pointer-events,auto);text-align:center}#illustration{color:var(\n--highcontrast-illustrated-message-illustration-color,var(\n--mod-illustrated-message-illustration-color,var(--spectrum-illustrated-message-illustration-color)\n)\n);fill:currentColor;stroke:currentColor;margin-block-end:var(\n--mod-illustrated-message-title-to-heading,var(--spectrum-illustrated-message-title-to-heading)\n)}.spectrum-IllustratedMessage-accent{color:var(\n--highcontrast-illustrated-message-illustration-accent-color,var(\n--mod-illustrated-message-illustration-accent-color,var(--spectrum-illustrated-message-illustration-accent-color)\n)\n);fill:currentColor;stroke:currentColor}#heading{color:var(\n--mod-illustrated-message-title-color,var(--spectrum-illustrated-message-title-color)\n);font-family:var(\n--mod-illustrated-message-title-font-family,var(--spectrum-illustrated-message-title-font-family)\n);font-size:var(\n--mod-illustrated-message-title-font-size,var(--spectrum-illustrated-message-title-font-size)\n);font-style:var(\n--mod-illustrated-message-title-font-style,var(--spectrum-illustrated-message-title-font-style)\n);font-weight:var(\n--mod-illustrated-message-title-font-weight,var(--spectrum-illustrated-message-title-font-weight)\n);line-height:var(\n--mod-illustrated-message-title-line-height,var(--spectrum-illustrated-message-title-line-height)\n);margin-block-end:var(--mod-illustrated-message-heading-to-body,0);margin-block-start:0;max-inline-size:var(\n--mod-illustrated-message-heading-max-inline-size,var(--spectrum-illustrated-message-heading-max-inline-size)\n)}#description{color:var(\n--mod-illustrated-message-description-color,var(--spectrum-illustrated-message-description-color)\n);font-family:var(\n--mod-illustrated-message-description-font-family,var(--spectrum-illustrated-message-description-font-family)\n);font-size:var(\n--mod-illustrated-message-description-font-size,var(--spectrum-illustrated-message-description-font-size)\n);font-style:var(\n--mod-illustrated-message-description-font-style,var(--spectrum-illustrated-message-description-font-style)\n);font-weight:var(\n--mod-illustrated-message-description-font-weight,var(--spectrum-illustrated-message-description-font-weight)\n);line-height:var(\n--mod-illustrated-message-description-line-height,var(--spectrum-illustrated-message-description-line-height)\n);margin-block-end:0;margin-block-start:var(\n--mod-illustrated-message-heading-to-description,var(--spectrum-illustrated-message-heading-to-description)\n);max-inline-size:var(\n--mod-illustrated-message-description-max-inline-size,var(--spectrum-illustrated-message-description-max-inline-size)\n);pointer-events:var(\n--mod-illustrated-message-description-pointer-events,auto\n);position:var(--mod-illustrated-message-description-position);z-index:var(--mod-illustrated-message-description-z-index)}\n`;\nexport default styles;"],
5
5
  "mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAiFf,eAAeC",
6
6
  "names": ["css", "styles"]
7
7
  }