@spectrum-web-components/illustrated-message 0.0.0-20241209155954

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/README.md +50 -0
  2. package/package.json +73 -0
  3. package/sp-illustrated-message.d.ts +6 -0
  4. package/sp-illustrated-message.dev.js +5 -0
  5. package/sp-illustrated-message.dev.js.map +7 -0
  6. package/sp-illustrated-message.js +2 -0
  7. package/sp-illustrated-message.js.map +7 -0
  8. package/src/IllustratedMessage.d.ts +15 -0
  9. package/src/IllustratedMessage.dev.js +51 -0
  10. package/src/IllustratedMessage.dev.js.map +7 -0
  11. package/src/IllustratedMessage.js +13 -0
  12. package/src/IllustratedMessage.js.map +7 -0
  13. package/src/illustrated-message.css.d.ts +2 -0
  14. package/src/illustrated-message.css.dev.js +7 -0
  15. package/src/illustrated-message.css.dev.js.map +7 -0
  16. package/src/illustrated-message.css.js +4 -0
  17. package/src/illustrated-message.css.js.map +7 -0
  18. package/src/illustratedmessage-overrides.css.d.ts +2 -0
  19. package/src/illustratedmessage-overrides.css.dev.js +7 -0
  20. package/src/illustratedmessage-overrides.css.dev.js.map +7 -0
  21. package/src/illustratedmessage-overrides.css.js +4 -0
  22. package/src/illustratedmessage-overrides.css.js.map +7 -0
  23. package/src/index.d.ts +1 -0
  24. package/src/index.dev.js +3 -0
  25. package/src/index.dev.js.map +7 -0
  26. package/src/index.js +2 -0
  27. package/src/index.js.map +7 -0
  28. package/src/spectrum-config.js +37 -0
  29. package/src/spectrum-illustratedmessage.css.d.ts +2 -0
  30. package/src/spectrum-illustratedmessage.css.dev.js +7 -0
  31. package/src/spectrum-illustratedmessage.css.dev.js.map +7 -0
  32. package/src/spectrum-illustratedmessage.css.js +4 -0
  33. package/src/spectrum-illustratedmessage.css.js.map +7 -0
package/README.md ADDED
@@ -0,0 +1,50 @@
1
+ ## Description
2
+
3
+ An `<sp-illustrated-message>` displays an illustration icon and a message, usually in an empty state or on an error page. It is also used inside a DropZone.
4
+
5
+ ### Usage
6
+
7
+ [![See it on NPM!](https://img.shields.io/npm/v/@spectrum-web-components/illustrated-message?style=for-the-badge)](https://www.npmjs.com/package/@spectrum-web-components/illustrated-message)
8
+ [![How big is this package in your project?](https://img.shields.io/bundlephobia/minzip/@spectrum-web-components/illustrated-message?style=for-the-badge)](https://bundlephobia.com/result?p=@spectrum-web-components/illustrated-message)
9
+ [![Try it on webcomponents.dev](https://img.shields.io/badge/Try%20it%20on-webcomponents.dev-green?style=for-the-badge)](https://webcomponents.dev/edit/collection/fO75441E1Q5ZlI0e9pgq/pUGMQGhJjaNs0KxKxTpU/src/index.ts)
10
+
11
+ ```
12
+ yarn add @spectrum-web-components/illustrated-message
13
+ ```
14
+
15
+ Import the side effectful registration of `<sp-illustrated-message>` via:
16
+
17
+ ```
18
+ import '@spectrum-web-components/illustrated-message/sp-illustrated-message.js';
19
+ ```
20
+
21
+ When looking to leverage the `IllustratedMessage` base class as a type and/or for extension purposes, do so via:
22
+
23
+ ```
24
+ import { IllustratedMessage } from '@spectrum-web-components/illustrated-message';
25
+ ```
26
+
27
+ ## Example
28
+
29
+ ```html
30
+ <sp-illustrated-message
31
+ heading="Drag and Drop Your File"
32
+ description="Additional descriptive text"
33
+ >
34
+ <svg
35
+ xmlns="http://www.w3.org/2000/svg"
36
+ viewBox="0 0 150 103"
37
+ width="150"
38
+ height="103"
39
+ viewBox="0 0 150 103"
40
+ >
41
+ <path
42
+ d="M133.7,8.5h-118c-1.9,0-3.5,1.6-3.5,3.5v27c0,0.8,0.7,1.5,1.5,1.5s1.5-0.7,1.5-1.5V23.5h119V92c0,0.3-0.2,0.5-0.5,0.5h-118c-0.3,0-0.5-0.2-0.5-0.5V69c0-0.8-0.7-1.5-1.5-1.5s-1.5,0.7-1.5,1.5v23c0,1.9,1.6,3.5,3.5,3.5h118c1.9,0,3.5-1.6,3.5-3.5V12C137.2,10.1,135.6,8.5,133.7,8.5z M15.2,21.5V12c0-0.3,0.2-0.5,0.5-0.5h118c0.3,0,0.5,0.2,0.5,0.5v9.5H15.2z M32.6,16.5c0,0.6-0.4,1-1,1h-10c-0.6,0-1-0.4-1-1s0.4-1,1-1h10C32.2,15.5,32.6,15.9,32.6,16.5z M13.6,56.1l-8.6,8.5C4.8,65,4.4,65.1,4,65.1c-0.4,0-0.8-0.1-1.1-0.4c-0.6-0.6-0.6-1.5,0-2.1l8.6-8.5l-8.6-8.5c-0.6-0.6-0.6-1.5,0-2.1c0.6-0.6,1.5-0.6,2.1,0l8.6,8.5l8.6-8.5c0.6-0.6,1.5-0.6,2.1,0c0.6,0.6,0.6,1.5,0,2.1L15.8,54l8.6,8.5c0.6,0.6,0.6,1.5,0,2.1c-0.3,0.3-0.7,0.4-1.1,0.4c-0.4,0-0.8-0.1-1.1-0.4L13.6,56.1z"
43
+ ></path>
44
+ </svg>
45
+ </sp-illustrated-message>
46
+ ```
47
+
48
+ ## Content
49
+
50
+ The illustrated message accepts an `<svg>` into its default slot. This SVG is displayed as an illustration above the heading and description.
package/package.json ADDED
@@ -0,0 +1,73 @@
1
+ {
2
+ "name": "@spectrum-web-components/illustrated-message",
3
+ "version": "0.0.0-20241209155954",
4
+ "publishConfig": {
5
+ "access": "public"
6
+ },
7
+ "description": "",
8
+ "license": "Apache-2.0",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/adobe/spectrum-web-components.git",
12
+ "directory": "packages/illustrated-message"
13
+ },
14
+ "author": "",
15
+ "homepage": "https://opensource.adobe.com/spectrum-web-components/components/illustrated-message",
16
+ "bugs": {
17
+ "url": "https://github.com/adobe/spectrum-web-components/issues"
18
+ },
19
+ "main": "./src/index.js",
20
+ "module": "./src/index.js",
21
+ "type": "module",
22
+ "exports": {
23
+ ".": {
24
+ "development": "./src/index.dev.js",
25
+ "default": "./src/index.js"
26
+ },
27
+ "./package.json": "./package.json",
28
+ "./src/IllustratedMessage.js": {
29
+ "development": "./src/IllustratedMessage.dev.js",
30
+ "default": "./src/IllustratedMessage.js"
31
+ },
32
+ "./src/illustrated-message.css.js": "./src/illustrated-message.css.js",
33
+ "./src/illustratedmessage-overrides.css.js": "./src/illustratedmessage-overrides.css.js",
34
+ "./src/index.js": {
35
+ "development": "./src/index.dev.js",
36
+ "default": "./src/index.js"
37
+ },
38
+ "./sp-illustrated-message.js": {
39
+ "development": "./sp-illustrated-message.dev.js",
40
+ "default": "./sp-illustrated-message.js"
41
+ }
42
+ },
43
+ "scripts": {
44
+ "test": "echo \"Error: run tests from mono-repo root.\" && exit 1"
45
+ },
46
+ "files": [
47
+ "**/*.d.ts",
48
+ "**/*.js",
49
+ "**/*.js.map",
50
+ "custom-elements.json",
51
+ "!stories/",
52
+ "!test/"
53
+ ],
54
+ "keywords": [
55
+ "spectrum css",
56
+ "web components",
57
+ "lit-element",
58
+ "lit-html"
59
+ ],
60
+ "dependencies": {
61
+ "@spectrum-web-components/base": "0.0.0-20241209155954",
62
+ "@spectrum-web-components/styles": "0.0.0-20241209155954"
63
+ },
64
+ "devDependencies": {
65
+ "@spectrum-css/illustratedmessage": "^8.0.0-s2-foundations.15"
66
+ },
67
+ "types": "./src/index.d.ts",
68
+ "customElements": "custom-elements.json",
69
+ "sideEffects": [
70
+ "./sp-*.js",
71
+ "./**/*.dev.js"
72
+ ]
73
+ }
@@ -0,0 +1,6 @@
1
+ import { IllustratedMessage } from './src/IllustratedMessage.js';
2
+ declare global {
3
+ interface HTMLElementTagNameMap {
4
+ 'sp-illustrated-message': IllustratedMessage;
5
+ }
6
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ import { IllustratedMessage } from "./src/IllustratedMessage.dev.js";
3
+ import { defineElement } from "@spectrum-web-components/base/src/define-element.js";
4
+ defineElement("sp-illustrated-message", IllustratedMessage);
5
+ //# sourceMappingURL=sp-illustrated-message.dev.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["sp-illustrated-message.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2020 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 { IllustratedMessage } from './src/IllustratedMessage.dev.js'\nimport { defineElement } from '@spectrum-web-components/base/src/define-element.js';\n\ndefineElement('sp-illustrated-message', IllustratedMessage);\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'sp-illustrated-message': IllustratedMessage;\n }\n}\n"],
5
+ "mappings": ";AAWA,SAAS,0BAA0B;AACnC,SAAS,qBAAqB;AAE9B,cAAc,0BAA0B,kBAAkB;",
6
+ "names": []
7
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";import{IllustratedMessage as e}from"./src/IllustratedMessage.js";import{defineElement as a}from"@spectrum-web-components/base/src/define-element.js";a("sp-illustrated-message",e);
2
+ //# sourceMappingURL=sp-illustrated-message.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["sp-illustrated-message.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2020 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 { IllustratedMessage } from './src/IllustratedMessage.js';\nimport { defineElement } from '@spectrum-web-components/base/src/define-element.js';\n\ndefineElement('sp-illustrated-message', IllustratedMessage);\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'sp-illustrated-message': IllustratedMessage;\n }\n}\n"],
5
+ "mappings": "aAWA,OAAS,sBAAAA,MAA0B,8BACnC,OAAS,iBAAAC,MAAqB,sDAE9BA,EAAc,yBAA0BD,CAAkB",
6
+ "names": ["IllustratedMessage", "defineElement"]
7
+ }
@@ -0,0 +1,15 @@
1
+ import { CSSResultArray, SpectrumElement, TemplateResult } from '@spectrum-web-components/base';
2
+ /**
3
+ * @element sp-illustrated-message
4
+ *
5
+ * @slot - The SVG that represents the illustration
6
+ * @slot heading - Headline for the message
7
+ * @slot description - Description text for the illustration
8
+ */
9
+ export declare class IllustratedMessage extends SpectrumElement {
10
+ static readonly is = "sp-illustrated-message";
11
+ static get styles(): CSSResultArray;
12
+ heading: string;
13
+ description: string;
14
+ protected render(): TemplateResult;
15
+ }
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __decorateClass = (decorators, target, key, kind) => {
5
+ var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
6
+ for (var i = decorators.length - 1, decorator; i >= 0; i--)
7
+ if (decorator = decorators[i])
8
+ result = (kind ? decorator(target, key, result) : decorator(result)) || result;
9
+ if (kind && result) __defProp(target, key, result);
10
+ return result;
11
+ };
12
+ import {
13
+ html,
14
+ SpectrumElement
15
+ } from "@spectrum-web-components/base";
16
+ import { property } from "@spectrum-web-components/base/src/decorators.js";
17
+ import messageStyles from "./illustrated-message.css.js";
18
+ import headingStyles from "@spectrum-web-components/styles/heading.js";
19
+ import bodyStyles from "@spectrum-web-components/styles/body.js";
20
+ export class IllustratedMessage extends SpectrumElement {
21
+ constructor() {
22
+ super(...arguments);
23
+ this.heading = "";
24
+ this.description = "";
25
+ }
26
+ static get styles() {
27
+ return [headingStyles, bodyStyles, messageStyles];
28
+ }
29
+ render() {
30
+ return html`
31
+ <div id="illustration"><slot></slot></div>
32
+ <h2
33
+ id="heading"
34
+ class="spectrum-Heading spectrum-Heading--sizeL spectrum-Heading--light"
35
+ >
36
+ <slot name="heading">${this.heading}</slot>
37
+ </h2>
38
+ <div id="description" class="spectrum-Body spectrum-Body--sizeS">
39
+ <slot name="description">${this.description}</slot>
40
+ </div>
41
+ `;
42
+ }
43
+ }
44
+ IllustratedMessage.is = "sp-illustrated-message";
45
+ __decorateClass([
46
+ property()
47
+ ], IllustratedMessage.prototype, "heading", 2);
48
+ __decorateClass([
49
+ property()
50
+ ], IllustratedMessage.prototype, "description", 2);
51
+ //# sourceMappingURL=IllustratedMessage.dev.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["IllustratedMessage.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2020 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*/\n\nimport {\n CSSResultArray,\n html,\n SpectrumElement,\n TemplateResult,\n} from '@spectrum-web-components/base';\nimport { property } from '@spectrum-web-components/base/src/decorators.js';\n\nimport messageStyles from './illustrated-message.css.js';\nimport headingStyles from '@spectrum-web-components/styles/heading.js';\nimport bodyStyles from '@spectrum-web-components/styles/body.js';\n\n/**\n * @element sp-illustrated-message\n *\n * @slot - The SVG that represents the illustration\n * @slot heading - Headline for the message\n * @slot description - Description text for the illustration\n */\nexport class IllustratedMessage extends SpectrumElement {\n public static readonly is = 'sp-illustrated-message';\n\n public static override get styles(): CSSResultArray {\n return [headingStyles, bodyStyles, messageStyles];\n }\n\n @property()\n public heading = '';\n\n @property()\n public description = '';\n\n protected override render(): TemplateResult {\n return html`\n <div id=\"illustration\"><slot></slot></div>\n <h2\n id=\"heading\"\n class=\"spectrum-Heading spectrum-Heading--sizeL spectrum-Heading--light\"\n >\n <slot name=\"heading\">${this.heading}</slot>\n </h2>\n <div id=\"description\" class=\"spectrum-Body spectrum-Body--sizeS\">\n <slot name=\"description\">${this.description}</slot>\n </div>\n `;\n }\n}\n"],
5
+ "mappings": ";;;;;;;;;;;AAYA;AAAA,EAEI;AAAA,EACA;AAAA,OAEG;AACP,SAAS,gBAAgB;AAEzB,OAAO,mBAAmB;AAC1B,OAAO,mBAAmB;AAC1B,OAAO,gBAAgB;AAShB,aAAM,2BAA2B,gBAAgB;AAAA,EAAjD;AAAA;AAQH,SAAO,UAAU;AAGjB,SAAO,cAAc;AAAA;AAAA,EARrB,WAA2B,SAAyB;AAChD,WAAO,CAAC,eAAe,YAAY,aAAa;AAAA,EACpD;AAAA,EAQmB,SAAyB;AACxC,WAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,uCAMwB,KAAK,OAAO;AAAA;AAAA;AAAA,2CAGR,KAAK,WAAW;AAAA;AAAA;AAAA,EAGvD;AACJ;AA3Ba,mBACc,KAAK;AAOrB;AAAA,EADN,SAAS;AAAA,GAPD,mBAQF;AAGA;AAAA,EADN,SAAS;AAAA,GAVD,mBAWF;",
6
+ "names": []
7
+ }
@@ -0,0 +1,13 @@
1
+ "use strict";var m=Object.defineProperty;var n=Object.getOwnPropertyDescriptor;var l=(r,t,s,i)=>{for(var e=i>1?void 0:i?n(t,s):t,o=r.length-1,d;o>=0;o--)(d=r[o])&&(e=(i?d(t,s,e):d(e))||e);return i&&e&&m(t,s,e),e};import{html as a,SpectrumElement as c}from"@spectrum-web-components/base";import{property as p}from"@spectrum-web-components/base/src/decorators.js";import u from"./illustrated-message.css.js";import h from"@spectrum-web-components/styles/heading.js";import y from"@spectrum-web-components/styles/body.js";export class IllustratedMessage extends c{constructor(){super(...arguments);this.heading="";this.description=""}static get styles(){return[h,y,u]}render(){return a`
2
+ <div id="illustration"><slot></slot></div>
3
+ <h2
4
+ id="heading"
5
+ class="spectrum-Heading spectrum-Heading--sizeL spectrum-Heading--light"
6
+ >
7
+ <slot name="heading">${this.heading}</slot>
8
+ </h2>
9
+ <div id="description" class="spectrum-Body spectrum-Body--sizeS">
10
+ <slot name="description">${this.description}</slot>
11
+ </div>
12
+ `}}IllustratedMessage.is="sp-illustrated-message",l([p()],IllustratedMessage.prototype,"heading",2),l([p()],IllustratedMessage.prototype,"description",2);
13
+ //# sourceMappingURL=IllustratedMessage.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["IllustratedMessage.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2020 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*/\n\nimport {\n CSSResultArray,\n html,\n SpectrumElement,\n TemplateResult,\n} from '@spectrum-web-components/base';\nimport { property } from '@spectrum-web-components/base/src/decorators.js';\n\nimport messageStyles from './illustrated-message.css.js';\nimport headingStyles from '@spectrum-web-components/styles/heading.js';\nimport bodyStyles from '@spectrum-web-components/styles/body.js';\n\n/**\n * @element sp-illustrated-message\n *\n * @slot - The SVG that represents the illustration\n * @slot heading - Headline for the message\n * @slot description - Description text for the illustration\n */\nexport class IllustratedMessage extends SpectrumElement {\n public static readonly is = 'sp-illustrated-message';\n\n public static override get styles(): CSSResultArray {\n return [headingStyles, bodyStyles, messageStyles];\n }\n\n @property()\n public heading = '';\n\n @property()\n public description = '';\n\n protected override render(): TemplateResult {\n return html`\n <div id=\"illustration\"><slot></slot></div>\n <h2\n id=\"heading\"\n class=\"spectrum-Heading spectrum-Heading--sizeL spectrum-Heading--light\"\n >\n <slot name=\"heading\">${this.heading}</slot>\n </h2>\n <div id=\"description\" class=\"spectrum-Body spectrum-Body--sizeS\">\n <slot name=\"description\">${this.description}</slot>\n </div>\n `;\n }\n}\n"],
5
+ "mappings": "qNAYA,OAEI,QAAAA,EACA,mBAAAC,MAEG,gCACP,OAAS,YAAAC,MAAgB,kDAEzB,OAAOC,MAAmB,+BAC1B,OAAOC,MAAmB,6CAC1B,OAAOC,MAAgB,0CAShB,aAAM,2BAA2BJ,CAAgB,CAAjD,kCAQH,KAAO,QAAU,GAGjB,KAAO,YAAc,GARrB,WAA2B,QAAyB,CAChD,MAAO,CAACG,EAAeC,EAAYF,CAAa,CACpD,CAQmB,QAAyB,CACxC,OAAOH;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,uCAMwB,KAAK,OAAO;AAAA;AAAA;AAAA,2CAGR,KAAK,WAAW;AAAA;AAAA,SAGvD,CACJ,CA3Ba,mBACc,GAAK,yBAOrBM,EAAA,CADNJ,EAAS,GAPD,mBAQF,uBAGAI,EAAA,CADNJ,EAAS,GAVD,mBAWF",
6
+ "names": ["html", "SpectrumElement", "property", "messageStyles", "headingStyles", "bodyStyles", "__decorateClass"]
7
+ }
@@ -0,0 +1,2 @@
1
+ declare const styles: import("@spectrum-web-components/base").CSSResult;
2
+ export default styles;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ import { css } from "@spectrum-web-components/base";
3
+ const styles = css`
4
+ @media (forced-colors:active){:host{--highcontrast-illustrated-message-illustration-color:CanvasText;--highcontrast-illustrated-message-illustration-accent-color:Highlight}}:host{block-size:100%;display:flex;display:var(--mod-illustrated-message-display,flex);text-align:center;pointer-events:auto;pointer-events:var(--mod-illustrated-message-pointer-events,auto);max-inline-size:var(--mod-illustrated-message-content-maximum-width);flex-direction:column;justify-content:center;align-items:center}#illustration{color:var(--highcontrast-illustrated-message-illustration-color,var(--mod-illustrated-message-illustration-color,var(--spectrum-illustrated-message-illustration-color)));fill:currentColor;stroke:currentColor;margin-block-end:var(--mod-illustrated-message-title-to-heading,var(--spectrum-illustrated-message-title-to-heading))}.spectrum-IllustratedMessage-accent{color:var(--highcontrast-illustrated-message-illustration-accent-color,var(--mod-illustrated-message-illustration-accent-color,var(--spectrum-illustrated-message-illustration-accent-color)));fill:currentColor;stroke:currentColor}#heading{font-family:var(--mod-illustrated-message-title-font-family,var(--spectrum-illustrated-message-title-font-family));font-weight:var(--mod-illustrated-message-title-font-weight,var(--spectrum-illustrated-message-title-font-weight));font-style:var(--mod-illustrated-message-title-font-style,var(--spectrum-illustrated-message-title-font-style));font-size:var(--mod-illustrated-message-title-font-size,var(--spectrum-illustrated-message-title-font-size));line-height:var(--mod-illustrated-message-title-line-height,var(--spectrum-illustrated-message-title-line-height));color:var(--mod-illustrated-message-title-color,var(--spectrum-illustrated-message-title-color));max-inline-size:var(--mod-illustrated-message-heading-max-inline-size,var(--spectrum-illustrated-message-heading-max-inline-size));margin-block-start:0;margin-block-end:var(--mod-illustrated-message-heading-to-body,0)}#description{position:var(--mod-illustrated-message-description-position);z-index:var(--mod-illustrated-message-description-z-index);pointer-events:auto;pointer-events:var(--mod-illustrated-message-description-pointer-events,auto);font-family:var(--mod-illustrated-message-description-font-family,var(--spectrum-illustrated-message-description-font-family));font-weight:var(--mod-illustrated-message-description-font-weight,var(--spectrum-illustrated-message-description-font-weight));font-style:var(--mod-illustrated-message-description-font-style,var(--spectrum-illustrated-message-description-font-style));font-size:var(--mod-illustrated-message-description-font-size,var(--spectrum-illustrated-message-description-font-size));line-height:var(--mod-illustrated-message-description-line-height,var(--spectrum-illustrated-message-description-line-height));color:var(--mod-illustrated-message-description-color,var(--spectrum-illustrated-message-description-color));max-inline-size:var(--mod-illustrated-message-description-max-inline-size,var(--spectrum-illustrated-message-description-max-inline-size));margin-block-start:var(--mod-illustrated-message-heading-to-description,var(--spectrum-illustrated-message-heading-to-description));margin-block-end:0}:host{--spectrum-illustrated-message-description-max-inline-size:var(--system-illustrated-message-description-max-inline-size);--spectrum-illustrated-message-heading-max-inline-size:var(--system-illustrated-message-heading-max-inline-size);--spectrum-illustrated-message-title-to-heading:var(--system-illustrated-message-title-to-heading);--spectrum-illustrated-message-heading-to-description:var(--system-illustrated-message-heading-to-description);--spectrum-illustrated-message-illustration-color:var(--system-illustrated-message-illustration-color);--spectrum-illustrated-message-illustration-accent-color:var(--system-illustrated-message-illustration-accent-color);--spectrum-illustrated-message-title-font-family:var(--system-illustrated-message-title-font-family);--spectrum-illustrated-message-title-font-weight:var(--system-illustrated-message-title-font-weight);--spectrum-illustrated-message-title-font-style:var(--system-illustrated-message-title-font-style);--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-title-font-size);--spectrum-illustrated-message-title-line-height:var(--system-illustrated-message-title-line-height);--spectrum-illustrated-message-title-color:var(--system-illustrated-message-title-color);--spectrum-illustrated-message-description-font-family:var(--system-illustrated-message-description-font-family);--spectrum-illustrated-message-description-font-weight:var(--system-illustrated-message-description-font-weight);--spectrum-illustrated-message-description-font-style:var(--system-illustrated-message-description-font-style);--spectrum-illustrated-message-description-font-size:var(--system-illustrated-message-description-font-size);--spectrum-illustrated-message-description-line-height:var(--system-illustrated-message-description-line-height);--spectrum-illustrated-message-description-color:var(--system-illustrated-message-description-color)}:host:lang(ja){--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-lang-ja-title-font-size)}:host:lang(zh){--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-lang-zh-title-font-size)}:host:lang(ko){--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-lang-ko-title-font-size)}::slotted(svg[viewBox]){width:100%}
5
+ `;
6
+ export default styles;
7
+ //# sourceMappingURL=illustrated-message.css.dev.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 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 @media (forced-colors:active){:host{--highcontrast-illustrated-message-illustration-color:CanvasText;--highcontrast-illustrated-message-illustration-accent-color:Highlight}}:host{block-size:100%;display:flex;display:var(--mod-illustrated-message-display,flex);text-align:center;pointer-events:auto;pointer-events:var(--mod-illustrated-message-pointer-events,auto);max-inline-size:var(--mod-illustrated-message-content-maximum-width);flex-direction:column;justify-content:center;align-items:center}#illustration{color:var(--highcontrast-illustrated-message-illustration-color,var(--mod-illustrated-message-illustration-color,var(--spectrum-illustrated-message-illustration-color)));fill:currentColor;stroke:currentColor;margin-block-end:var(--mod-illustrated-message-title-to-heading,var(--spectrum-illustrated-message-title-to-heading))}.spectrum-IllustratedMessage-accent{color:var(--highcontrast-illustrated-message-illustration-accent-color,var(--mod-illustrated-message-illustration-accent-color,var(--spectrum-illustrated-message-illustration-accent-color)));fill:currentColor;stroke:currentColor}#heading{font-family:var(--mod-illustrated-message-title-font-family,var(--spectrum-illustrated-message-title-font-family));font-weight:var(--mod-illustrated-message-title-font-weight,var(--spectrum-illustrated-message-title-font-weight));font-style:var(--mod-illustrated-message-title-font-style,var(--spectrum-illustrated-message-title-font-style));font-size:var(--mod-illustrated-message-title-font-size,var(--spectrum-illustrated-message-title-font-size));line-height:var(--mod-illustrated-message-title-line-height,var(--spectrum-illustrated-message-title-line-height));color:var(--mod-illustrated-message-title-color,var(--spectrum-illustrated-message-title-color));max-inline-size:var(--mod-illustrated-message-heading-max-inline-size,var(--spectrum-illustrated-message-heading-max-inline-size));margin-block-start:0;margin-block-end:var(--mod-illustrated-message-heading-to-body,0)}#description{position:var(--mod-illustrated-message-description-position);z-index:var(--mod-illustrated-message-description-z-index);pointer-events:auto;pointer-events:var(--mod-illustrated-message-description-pointer-events,auto);font-family:var(--mod-illustrated-message-description-font-family,var(--spectrum-illustrated-message-description-font-family));font-weight:var(--mod-illustrated-message-description-font-weight,var(--spectrum-illustrated-message-description-font-weight));font-style:var(--mod-illustrated-message-description-font-style,var(--spectrum-illustrated-message-description-font-style));font-size:var(--mod-illustrated-message-description-font-size,var(--spectrum-illustrated-message-description-font-size));line-height:var(--mod-illustrated-message-description-line-height,var(--spectrum-illustrated-message-description-line-height));color:var(--mod-illustrated-message-description-color,var(--spectrum-illustrated-message-description-color));max-inline-size:var(--mod-illustrated-message-description-max-inline-size,var(--spectrum-illustrated-message-description-max-inline-size));margin-block-start:var(--mod-illustrated-message-heading-to-description,var(--spectrum-illustrated-message-heading-to-description));margin-block-end:0}:host{--spectrum-illustrated-message-description-max-inline-size:var(--system-illustrated-message-description-max-inline-size);--spectrum-illustrated-message-heading-max-inline-size:var(--system-illustrated-message-heading-max-inline-size);--spectrum-illustrated-message-title-to-heading:var(--system-illustrated-message-title-to-heading);--spectrum-illustrated-message-heading-to-description:var(--system-illustrated-message-heading-to-description);--spectrum-illustrated-message-illustration-color:var(--system-illustrated-message-illustration-color);--spectrum-illustrated-message-illustration-accent-color:var(--system-illustrated-message-illustration-accent-color);--spectrum-illustrated-message-title-font-family:var(--system-illustrated-message-title-font-family);--spectrum-illustrated-message-title-font-weight:var(--system-illustrated-message-title-font-weight);--spectrum-illustrated-message-title-font-style:var(--system-illustrated-message-title-font-style);--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-title-font-size);--spectrum-illustrated-message-title-line-height:var(--system-illustrated-message-title-line-height);--spectrum-illustrated-message-title-color:var(--system-illustrated-message-title-color);--spectrum-illustrated-message-description-font-family:var(--system-illustrated-message-description-font-family);--spectrum-illustrated-message-description-font-weight:var(--system-illustrated-message-description-font-weight);--spectrum-illustrated-message-description-font-style:var(--system-illustrated-message-description-font-style);--spectrum-illustrated-message-description-font-size:var(--system-illustrated-message-description-font-size);--spectrum-illustrated-message-description-line-height:var(--system-illustrated-message-description-line-height);--spectrum-illustrated-message-description-color:var(--system-illustrated-message-description-color)}:host:lang(ja){--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-lang-ja-title-font-size)}:host:lang(zh){--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-lang-zh-title-font-size)}:host:lang(ko){--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-lang-ko-title-font-size)}::slotted(svg[viewBox]){width:100%}\n`;\nexport default styles;"],
5
+ "mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAGf,eAAe;",
6
+ "names": []
7
+ }
@@ -0,0 +1,4 @@
1
+ "use strict";import{css as e}from"@spectrum-web-components/base";const t=e`
2
+ @media (forced-colors:active){:host{--highcontrast-illustrated-message-illustration-color:CanvasText;--highcontrast-illustrated-message-illustration-accent-color:Highlight}}:host{block-size:100%;display:flex;display:var(--mod-illustrated-message-display,flex);text-align:center;pointer-events:auto;pointer-events:var(--mod-illustrated-message-pointer-events,auto);max-inline-size:var(--mod-illustrated-message-content-maximum-width);flex-direction:column;justify-content:center;align-items:center}#illustration{color:var(--highcontrast-illustrated-message-illustration-color,var(--mod-illustrated-message-illustration-color,var(--spectrum-illustrated-message-illustration-color)));fill:currentColor;stroke:currentColor;margin-block-end:var(--mod-illustrated-message-title-to-heading,var(--spectrum-illustrated-message-title-to-heading))}.spectrum-IllustratedMessage-accent{color:var(--highcontrast-illustrated-message-illustration-accent-color,var(--mod-illustrated-message-illustration-accent-color,var(--spectrum-illustrated-message-illustration-accent-color)));fill:currentColor;stroke:currentColor}#heading{font-family:var(--mod-illustrated-message-title-font-family,var(--spectrum-illustrated-message-title-font-family));font-weight:var(--mod-illustrated-message-title-font-weight,var(--spectrum-illustrated-message-title-font-weight));font-style:var(--mod-illustrated-message-title-font-style,var(--spectrum-illustrated-message-title-font-style));font-size:var(--mod-illustrated-message-title-font-size,var(--spectrum-illustrated-message-title-font-size));line-height:var(--mod-illustrated-message-title-line-height,var(--spectrum-illustrated-message-title-line-height));color:var(--mod-illustrated-message-title-color,var(--spectrum-illustrated-message-title-color));max-inline-size:var(--mod-illustrated-message-heading-max-inline-size,var(--spectrum-illustrated-message-heading-max-inline-size));margin-block-start:0;margin-block-end:var(--mod-illustrated-message-heading-to-body,0)}#description{position:var(--mod-illustrated-message-description-position);z-index:var(--mod-illustrated-message-description-z-index);pointer-events:auto;pointer-events:var(--mod-illustrated-message-description-pointer-events,auto);font-family:var(--mod-illustrated-message-description-font-family,var(--spectrum-illustrated-message-description-font-family));font-weight:var(--mod-illustrated-message-description-font-weight,var(--spectrum-illustrated-message-description-font-weight));font-style:var(--mod-illustrated-message-description-font-style,var(--spectrum-illustrated-message-description-font-style));font-size:var(--mod-illustrated-message-description-font-size,var(--spectrum-illustrated-message-description-font-size));line-height:var(--mod-illustrated-message-description-line-height,var(--spectrum-illustrated-message-description-line-height));color:var(--mod-illustrated-message-description-color,var(--spectrum-illustrated-message-description-color));max-inline-size:var(--mod-illustrated-message-description-max-inline-size,var(--spectrum-illustrated-message-description-max-inline-size));margin-block-start:var(--mod-illustrated-message-heading-to-description,var(--spectrum-illustrated-message-heading-to-description));margin-block-end:0}:host{--spectrum-illustrated-message-description-max-inline-size:var(--system-illustrated-message-description-max-inline-size);--spectrum-illustrated-message-heading-max-inline-size:var(--system-illustrated-message-heading-max-inline-size);--spectrum-illustrated-message-title-to-heading:var(--system-illustrated-message-title-to-heading);--spectrum-illustrated-message-heading-to-description:var(--system-illustrated-message-heading-to-description);--spectrum-illustrated-message-illustration-color:var(--system-illustrated-message-illustration-color);--spectrum-illustrated-message-illustration-accent-color:var(--system-illustrated-message-illustration-accent-color);--spectrum-illustrated-message-title-font-family:var(--system-illustrated-message-title-font-family);--spectrum-illustrated-message-title-font-weight:var(--system-illustrated-message-title-font-weight);--spectrum-illustrated-message-title-font-style:var(--system-illustrated-message-title-font-style);--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-title-font-size);--spectrum-illustrated-message-title-line-height:var(--system-illustrated-message-title-line-height);--spectrum-illustrated-message-title-color:var(--system-illustrated-message-title-color);--spectrum-illustrated-message-description-font-family:var(--system-illustrated-message-description-font-family);--spectrum-illustrated-message-description-font-weight:var(--system-illustrated-message-description-font-weight);--spectrum-illustrated-message-description-font-style:var(--system-illustrated-message-description-font-style);--spectrum-illustrated-message-description-font-size:var(--system-illustrated-message-description-font-size);--spectrum-illustrated-message-description-line-height:var(--system-illustrated-message-description-line-height);--spectrum-illustrated-message-description-color:var(--system-illustrated-message-description-color)}:host:lang(ja){--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-lang-ja-title-font-size)}:host:lang(zh){--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-lang-zh-title-font-size)}:host:lang(ko){--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-lang-ko-title-font-size)}::slotted(svg[viewBox]){width:100%}
3
+ `;export default t;
4
+ //# sourceMappingURL=illustrated-message.css.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 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 @media (forced-colors:active){:host{--highcontrast-illustrated-message-illustration-color:CanvasText;--highcontrast-illustrated-message-illustration-accent-color:Highlight}}:host{block-size:100%;display:flex;display:var(--mod-illustrated-message-display,flex);text-align:center;pointer-events:auto;pointer-events:var(--mod-illustrated-message-pointer-events,auto);max-inline-size:var(--mod-illustrated-message-content-maximum-width);flex-direction:column;justify-content:center;align-items:center}#illustration{color:var(--highcontrast-illustrated-message-illustration-color,var(--mod-illustrated-message-illustration-color,var(--spectrum-illustrated-message-illustration-color)));fill:currentColor;stroke:currentColor;margin-block-end:var(--mod-illustrated-message-title-to-heading,var(--spectrum-illustrated-message-title-to-heading))}.spectrum-IllustratedMessage-accent{color:var(--highcontrast-illustrated-message-illustration-accent-color,var(--mod-illustrated-message-illustration-accent-color,var(--spectrum-illustrated-message-illustration-accent-color)));fill:currentColor;stroke:currentColor}#heading{font-family:var(--mod-illustrated-message-title-font-family,var(--spectrum-illustrated-message-title-font-family));font-weight:var(--mod-illustrated-message-title-font-weight,var(--spectrum-illustrated-message-title-font-weight));font-style:var(--mod-illustrated-message-title-font-style,var(--spectrum-illustrated-message-title-font-style));font-size:var(--mod-illustrated-message-title-font-size,var(--spectrum-illustrated-message-title-font-size));line-height:var(--mod-illustrated-message-title-line-height,var(--spectrum-illustrated-message-title-line-height));color:var(--mod-illustrated-message-title-color,var(--spectrum-illustrated-message-title-color));max-inline-size:var(--mod-illustrated-message-heading-max-inline-size,var(--spectrum-illustrated-message-heading-max-inline-size));margin-block-start:0;margin-block-end:var(--mod-illustrated-message-heading-to-body,0)}#description{position:var(--mod-illustrated-message-description-position);z-index:var(--mod-illustrated-message-description-z-index);pointer-events:auto;pointer-events:var(--mod-illustrated-message-description-pointer-events,auto);font-family:var(--mod-illustrated-message-description-font-family,var(--spectrum-illustrated-message-description-font-family));font-weight:var(--mod-illustrated-message-description-font-weight,var(--spectrum-illustrated-message-description-font-weight));font-style:var(--mod-illustrated-message-description-font-style,var(--spectrum-illustrated-message-description-font-style));font-size:var(--mod-illustrated-message-description-font-size,var(--spectrum-illustrated-message-description-font-size));line-height:var(--mod-illustrated-message-description-line-height,var(--spectrum-illustrated-message-description-line-height));color:var(--mod-illustrated-message-description-color,var(--spectrum-illustrated-message-description-color));max-inline-size:var(--mod-illustrated-message-description-max-inline-size,var(--spectrum-illustrated-message-description-max-inline-size));margin-block-start:var(--mod-illustrated-message-heading-to-description,var(--spectrum-illustrated-message-heading-to-description));margin-block-end:0}:host{--spectrum-illustrated-message-description-max-inline-size:var(--system-illustrated-message-description-max-inline-size);--spectrum-illustrated-message-heading-max-inline-size:var(--system-illustrated-message-heading-max-inline-size);--spectrum-illustrated-message-title-to-heading:var(--system-illustrated-message-title-to-heading);--spectrum-illustrated-message-heading-to-description:var(--system-illustrated-message-heading-to-description);--spectrum-illustrated-message-illustration-color:var(--system-illustrated-message-illustration-color);--spectrum-illustrated-message-illustration-accent-color:var(--system-illustrated-message-illustration-accent-color);--spectrum-illustrated-message-title-font-family:var(--system-illustrated-message-title-font-family);--spectrum-illustrated-message-title-font-weight:var(--system-illustrated-message-title-font-weight);--spectrum-illustrated-message-title-font-style:var(--system-illustrated-message-title-font-style);--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-title-font-size);--spectrum-illustrated-message-title-line-height:var(--system-illustrated-message-title-line-height);--spectrum-illustrated-message-title-color:var(--system-illustrated-message-title-color);--spectrum-illustrated-message-description-font-family:var(--system-illustrated-message-description-font-family);--spectrum-illustrated-message-description-font-weight:var(--system-illustrated-message-description-font-weight);--spectrum-illustrated-message-description-font-style:var(--system-illustrated-message-description-font-style);--spectrum-illustrated-message-description-font-size:var(--system-illustrated-message-description-font-size);--spectrum-illustrated-message-description-line-height:var(--system-illustrated-message-description-line-height);--spectrum-illustrated-message-description-color:var(--system-illustrated-message-description-color)}:host:lang(ja){--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-lang-ja-title-font-size)}:host:lang(zh){--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-lang-zh-title-font-size)}:host:lang(ko){--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-lang-ko-title-font-size)}::slotted(svg[viewBox]){width:100%}\n`;\nexport default styles;"],
5
+ "mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA,EAGf,eAAeC",
6
+ "names": ["css", "styles"]
7
+ }
@@ -0,0 +1,2 @@
1
+ declare const styles: import("@spectrum-web-components/base").CSSResult;
2
+ export default styles;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ import { css } from "@spectrum-web-components/base";
3
+ const styles = css`
4
+ :host{--spectrum-illustrated-message-description-max-inline-size:var(--system-illustrated-message-description-max-inline-size);--spectrum-illustrated-message-heading-max-inline-size:var(--system-illustrated-message-heading-max-inline-size);--spectrum-illustrated-message-title-to-heading:var(--system-illustrated-message-title-to-heading);--spectrum-illustrated-message-heading-to-description:var(--system-illustrated-message-heading-to-description);--spectrum-illustrated-message-illustration-color:var(--system-illustrated-message-illustration-color);--spectrum-illustrated-message-illustration-accent-color:var(--system-illustrated-message-illustration-accent-color);--spectrum-illustrated-message-title-font-family:var(--system-illustrated-message-title-font-family);--spectrum-illustrated-message-title-font-weight:var(--system-illustrated-message-title-font-weight);--spectrum-illustrated-message-title-font-style:var(--system-illustrated-message-title-font-style);--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-title-font-size);--spectrum-illustrated-message-title-line-height:var(--system-illustrated-message-title-line-height);--spectrum-illustrated-message-title-color:var(--system-illustrated-message-title-color);--spectrum-illustrated-message-description-font-family:var(--system-illustrated-message-description-font-family);--spectrum-illustrated-message-description-font-weight:var(--system-illustrated-message-description-font-weight);--spectrum-illustrated-message-description-font-style:var(--system-illustrated-message-description-font-style);--spectrum-illustrated-message-description-font-size:var(--system-illustrated-message-description-font-size);--spectrum-illustrated-message-description-line-height:var(--system-illustrated-message-description-line-height);--spectrum-illustrated-message-description-color:var(--system-illustrated-message-description-color)}:host:lang(ja){--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-lang-ja-title-font-size)}:host:lang(zh){--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-lang-zh-title-font-size)}:host:lang(ko){--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-lang-ko-title-font-size)}
5
+ `;
6
+ export default styles;
7
+ //# sourceMappingURL=illustratedmessage-overrides.css.dev.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["illustratedmessage-overrides.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(--system-illustrated-message-description-max-inline-size);--spectrum-illustrated-message-heading-max-inline-size:var(--system-illustrated-message-heading-max-inline-size);--spectrum-illustrated-message-title-to-heading:var(--system-illustrated-message-title-to-heading);--spectrum-illustrated-message-heading-to-description:var(--system-illustrated-message-heading-to-description);--spectrum-illustrated-message-illustration-color:var(--system-illustrated-message-illustration-color);--spectrum-illustrated-message-illustration-accent-color:var(--system-illustrated-message-illustration-accent-color);--spectrum-illustrated-message-title-font-family:var(--system-illustrated-message-title-font-family);--spectrum-illustrated-message-title-font-weight:var(--system-illustrated-message-title-font-weight);--spectrum-illustrated-message-title-font-style:var(--system-illustrated-message-title-font-style);--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-title-font-size);--spectrum-illustrated-message-title-line-height:var(--system-illustrated-message-title-line-height);--spectrum-illustrated-message-title-color:var(--system-illustrated-message-title-color);--spectrum-illustrated-message-description-font-family:var(--system-illustrated-message-description-font-family);--spectrum-illustrated-message-description-font-weight:var(--system-illustrated-message-description-font-weight);--spectrum-illustrated-message-description-font-style:var(--system-illustrated-message-description-font-style);--spectrum-illustrated-message-description-font-size:var(--system-illustrated-message-description-font-size);--spectrum-illustrated-message-description-line-height:var(--system-illustrated-message-description-line-height);--spectrum-illustrated-message-description-color:var(--system-illustrated-message-description-color)}:host:lang(ja){--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-lang-ja-title-font-size)}:host:lang(zh){--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-lang-zh-title-font-size)}:host:lang(ko){--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-lang-ko-title-font-size)}\n`;\nexport default styles;"],
5
+ "mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAGf,eAAe;",
6
+ "names": []
7
+ }
@@ -0,0 +1,4 @@
1
+ "use strict";import{css as e}from"@spectrum-web-components/base";const t=e`
2
+ :host{--spectrum-illustrated-message-description-max-inline-size:var(--system-illustrated-message-description-max-inline-size);--spectrum-illustrated-message-heading-max-inline-size:var(--system-illustrated-message-heading-max-inline-size);--spectrum-illustrated-message-title-to-heading:var(--system-illustrated-message-title-to-heading);--spectrum-illustrated-message-heading-to-description:var(--system-illustrated-message-heading-to-description);--spectrum-illustrated-message-illustration-color:var(--system-illustrated-message-illustration-color);--spectrum-illustrated-message-illustration-accent-color:var(--system-illustrated-message-illustration-accent-color);--spectrum-illustrated-message-title-font-family:var(--system-illustrated-message-title-font-family);--spectrum-illustrated-message-title-font-weight:var(--system-illustrated-message-title-font-weight);--spectrum-illustrated-message-title-font-style:var(--system-illustrated-message-title-font-style);--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-title-font-size);--spectrum-illustrated-message-title-line-height:var(--system-illustrated-message-title-line-height);--spectrum-illustrated-message-title-color:var(--system-illustrated-message-title-color);--spectrum-illustrated-message-description-font-family:var(--system-illustrated-message-description-font-family);--spectrum-illustrated-message-description-font-weight:var(--system-illustrated-message-description-font-weight);--spectrum-illustrated-message-description-font-style:var(--system-illustrated-message-description-font-style);--spectrum-illustrated-message-description-font-size:var(--system-illustrated-message-description-font-size);--spectrum-illustrated-message-description-line-height:var(--system-illustrated-message-description-line-height);--spectrum-illustrated-message-description-color:var(--system-illustrated-message-description-color)}:host:lang(ja){--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-lang-ja-title-font-size)}:host:lang(zh){--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-lang-zh-title-font-size)}:host:lang(ko){--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-lang-ko-title-font-size)}
3
+ `;export default t;
4
+ //# sourceMappingURL=illustratedmessage-overrides.css.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["illustratedmessage-overrides.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(--system-illustrated-message-description-max-inline-size);--spectrum-illustrated-message-heading-max-inline-size:var(--system-illustrated-message-heading-max-inline-size);--spectrum-illustrated-message-title-to-heading:var(--system-illustrated-message-title-to-heading);--spectrum-illustrated-message-heading-to-description:var(--system-illustrated-message-heading-to-description);--spectrum-illustrated-message-illustration-color:var(--system-illustrated-message-illustration-color);--spectrum-illustrated-message-illustration-accent-color:var(--system-illustrated-message-illustration-accent-color);--spectrum-illustrated-message-title-font-family:var(--system-illustrated-message-title-font-family);--spectrum-illustrated-message-title-font-weight:var(--system-illustrated-message-title-font-weight);--spectrum-illustrated-message-title-font-style:var(--system-illustrated-message-title-font-style);--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-title-font-size);--spectrum-illustrated-message-title-line-height:var(--system-illustrated-message-title-line-height);--spectrum-illustrated-message-title-color:var(--system-illustrated-message-title-color);--spectrum-illustrated-message-description-font-family:var(--system-illustrated-message-description-font-family);--spectrum-illustrated-message-description-font-weight:var(--system-illustrated-message-description-font-weight);--spectrum-illustrated-message-description-font-style:var(--system-illustrated-message-description-font-style);--spectrum-illustrated-message-description-font-size:var(--system-illustrated-message-description-font-size);--spectrum-illustrated-message-description-line-height:var(--system-illustrated-message-description-line-height);--spectrum-illustrated-message-description-color:var(--system-illustrated-message-description-color)}:host:lang(ja){--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-lang-ja-title-font-size)}:host:lang(zh){--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-lang-zh-title-font-size)}:host:lang(ko){--spectrum-illustrated-message-title-font-size:var(--system-illustrated-message-lang-ko-title-font-size)}\n`;\nexport default styles;"],
5
+ "mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA,EAGf,eAAeC",
6
+ "names": ["css", "styles"]
7
+ }
package/src/index.d.ts ADDED
@@ -0,0 +1 @@
1
+ export * from './IllustratedMessage.js';
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ export * from "./IllustratedMessage.dev.js";
3
+ //# sourceMappingURL=index.dev.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["index.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2020 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*/\nexport * from './IllustratedMessage.dev.js'\n"],
5
+ "mappings": ";AAWA,cAAc;",
6
+ "names": []
7
+ }
package/src/index.js ADDED
@@ -0,0 +1,2 @@
1
+ "use strict";export*from"./IllustratedMessage.js";
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["index.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2020 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*/\nexport * from './IllustratedMessage.js';\n"],
5
+ "mappings": "aAWA,WAAc",
6
+ "names": []
7
+ }
@@ -0,0 +1,37 @@
1
+ // @ts-check
2
+ /*
3
+ Copyright 2023 Adobe. All rights reserved.
4
+ This file is licensed to you under the Apache License, Version 2.0 (the 'License');
5
+ you may not use this file except in compliance with the License. You may obtain a copy
6
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
7
+
8
+ Unless required by applicable law or agreed to in writing, software distributed under
9
+ the License is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
10
+ OF ANY KIND, either express or implied. See the License for the specific language
11
+ governing permissions and limitations under the License.
12
+ */
13
+
14
+ import { converterFor } from '../../../tasks/process-spectrum-utils.js';
15
+
16
+ const converter = converterFor('spectrum-IllustratedMessage');
17
+
18
+ /**
19
+ * @type { import('../../../tasks/spectrum-css-converter').SpectrumCSSConverter }
20
+ */
21
+ const config = {
22
+ conversions: [
23
+ {
24
+ inPackage: '@spectrum-css/illustratedmessage',
25
+ outPackage: 'illustrated-message',
26
+ fileName: 'illustratedmessage',
27
+ components: [
28
+ converter.classToHost(),
29
+ converter.classToId('spectrum-IllustratedMessage-heading'),
30
+ converter.classToId('spectrum-IllustratedMessage-description'),
31
+ converter.classToId('spectrum-IllustratedMessage-illustration'),
32
+ ],
33
+ },
34
+ ],
35
+ };
36
+
37
+ export default config;
@@ -0,0 +1,2 @@
1
+ declare const styles: import("@spectrum-web-components/base").CSSResult;
2
+ export default styles;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ import { css } from "@spectrum-web-components/base";
3
+ const styles = css`
4
+ @media (forced-colors:active){:host{--highcontrast-illustrated-message-illustration-color:CanvasText;--highcontrast-illustrated-message-illustration-accent-color:Highlight}}:host{block-size:100%;display:flex;display:var(--mod-illustrated-message-display,flex);text-align:center;pointer-events:auto;pointer-events:var(--mod-illustrated-message-pointer-events,auto);max-inline-size:var(--mod-illustrated-message-content-maximum-width);flex-direction:column;justify-content:center;align-items:center}#illustration{color:var(--highcontrast-illustrated-message-illustration-color,var(--mod-illustrated-message-illustration-color,var(--spectrum-illustrated-message-illustration-color)));fill:currentColor;stroke:currentColor;margin-block-end:var(--mod-illustrated-message-title-to-heading,var(--spectrum-illustrated-message-title-to-heading))}.spectrum-IllustratedMessage-accent{color:var(--highcontrast-illustrated-message-illustration-accent-color,var(--mod-illustrated-message-illustration-accent-color,var(--spectrum-illustrated-message-illustration-accent-color)));fill:currentColor;stroke:currentColor}#heading{font-family:var(--mod-illustrated-message-title-font-family,var(--spectrum-illustrated-message-title-font-family));font-weight:var(--mod-illustrated-message-title-font-weight,var(--spectrum-illustrated-message-title-font-weight));font-style:var(--mod-illustrated-message-title-font-style,var(--spectrum-illustrated-message-title-font-style));font-size:var(--mod-illustrated-message-title-font-size,var(--spectrum-illustrated-message-title-font-size));line-height:var(--mod-illustrated-message-title-line-height,var(--spectrum-illustrated-message-title-line-height));color:var(--mod-illustrated-message-title-color,var(--spectrum-illustrated-message-title-color));max-inline-size:var(--mod-illustrated-message-heading-max-inline-size,var(--spectrum-illustrated-message-heading-max-inline-size));margin-block-start:0;margin-block-end:var(--mod-illustrated-message-heading-to-body,0)}#description{position:var(--mod-illustrated-message-description-position);z-index:var(--mod-illustrated-message-description-z-index);pointer-events:auto;pointer-events:var(--mod-illustrated-message-description-pointer-events,auto);font-family:var(--mod-illustrated-message-description-font-family,var(--spectrum-illustrated-message-description-font-family));font-weight:var(--mod-illustrated-message-description-font-weight,var(--spectrum-illustrated-message-description-font-weight));font-style:var(--mod-illustrated-message-description-font-style,var(--spectrum-illustrated-message-description-font-style));font-size:var(--mod-illustrated-message-description-font-size,var(--spectrum-illustrated-message-description-font-size));line-height:var(--mod-illustrated-message-description-line-height,var(--spectrum-illustrated-message-description-line-height));color:var(--mod-illustrated-message-description-color,var(--spectrum-illustrated-message-description-color));max-inline-size:var(--mod-illustrated-message-description-max-inline-size,var(--spectrum-illustrated-message-description-max-inline-size));margin-block-start:var(--mod-illustrated-message-heading-to-description,var(--spectrum-illustrated-message-heading-to-description));margin-block-end:0}
5
+ `;
6
+ export default styles;
7
+ //# sourceMappingURL=spectrum-illustratedmessage.css.dev.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 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 @media (forced-colors:active){:host{--highcontrast-illustrated-message-illustration-color:CanvasText;--highcontrast-illustrated-message-illustration-accent-color:Highlight}}:host{block-size:100%;display:flex;display:var(--mod-illustrated-message-display,flex);text-align:center;pointer-events:auto;pointer-events:var(--mod-illustrated-message-pointer-events,auto);max-inline-size:var(--mod-illustrated-message-content-maximum-width);flex-direction:column;justify-content:center;align-items:center}#illustration{color:var(--highcontrast-illustrated-message-illustration-color,var(--mod-illustrated-message-illustration-color,var(--spectrum-illustrated-message-illustration-color)));fill:currentColor;stroke:currentColor;margin-block-end:var(--mod-illustrated-message-title-to-heading,var(--spectrum-illustrated-message-title-to-heading))}.spectrum-IllustratedMessage-accent{color:var(--highcontrast-illustrated-message-illustration-accent-color,var(--mod-illustrated-message-illustration-accent-color,var(--spectrum-illustrated-message-illustration-accent-color)));fill:currentColor;stroke:currentColor}#heading{font-family:var(--mod-illustrated-message-title-font-family,var(--spectrum-illustrated-message-title-font-family));font-weight:var(--mod-illustrated-message-title-font-weight,var(--spectrum-illustrated-message-title-font-weight));font-style:var(--mod-illustrated-message-title-font-style,var(--spectrum-illustrated-message-title-font-style));font-size:var(--mod-illustrated-message-title-font-size,var(--spectrum-illustrated-message-title-font-size));line-height:var(--mod-illustrated-message-title-line-height,var(--spectrum-illustrated-message-title-line-height));color:var(--mod-illustrated-message-title-color,var(--spectrum-illustrated-message-title-color));max-inline-size:var(--mod-illustrated-message-heading-max-inline-size,var(--spectrum-illustrated-message-heading-max-inline-size));margin-block-start:0;margin-block-end:var(--mod-illustrated-message-heading-to-body,0)}#description{position:var(--mod-illustrated-message-description-position);z-index:var(--mod-illustrated-message-description-z-index);pointer-events:auto;pointer-events:var(--mod-illustrated-message-description-pointer-events,auto);font-family:var(--mod-illustrated-message-description-font-family,var(--spectrum-illustrated-message-description-font-family));font-weight:var(--mod-illustrated-message-description-font-weight,var(--spectrum-illustrated-message-description-font-weight));font-style:var(--mod-illustrated-message-description-font-style,var(--spectrum-illustrated-message-description-font-style));font-size:var(--mod-illustrated-message-description-font-size,var(--spectrum-illustrated-message-description-font-size));line-height:var(--mod-illustrated-message-description-line-height,var(--spectrum-illustrated-message-description-line-height));color:var(--mod-illustrated-message-description-color,var(--spectrum-illustrated-message-description-color));max-inline-size:var(--mod-illustrated-message-description-max-inline-size,var(--spectrum-illustrated-message-description-max-inline-size));margin-block-start:var(--mod-illustrated-message-heading-to-description,var(--spectrum-illustrated-message-heading-to-description));margin-block-end:0}\n`;\nexport default styles;"],
5
+ "mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAGf,eAAe;",
6
+ "names": []
7
+ }
@@ -0,0 +1,4 @@
1
+ "use strict";import{css as e}from"@spectrum-web-components/base";const t=e`
2
+ @media (forced-colors:active){:host{--highcontrast-illustrated-message-illustration-color:CanvasText;--highcontrast-illustrated-message-illustration-accent-color:Highlight}}:host{block-size:100%;display:flex;display:var(--mod-illustrated-message-display,flex);text-align:center;pointer-events:auto;pointer-events:var(--mod-illustrated-message-pointer-events,auto);max-inline-size:var(--mod-illustrated-message-content-maximum-width);flex-direction:column;justify-content:center;align-items:center}#illustration{color:var(--highcontrast-illustrated-message-illustration-color,var(--mod-illustrated-message-illustration-color,var(--spectrum-illustrated-message-illustration-color)));fill:currentColor;stroke:currentColor;margin-block-end:var(--mod-illustrated-message-title-to-heading,var(--spectrum-illustrated-message-title-to-heading))}.spectrum-IllustratedMessage-accent{color:var(--highcontrast-illustrated-message-illustration-accent-color,var(--mod-illustrated-message-illustration-accent-color,var(--spectrum-illustrated-message-illustration-accent-color)));fill:currentColor;stroke:currentColor}#heading{font-family:var(--mod-illustrated-message-title-font-family,var(--spectrum-illustrated-message-title-font-family));font-weight:var(--mod-illustrated-message-title-font-weight,var(--spectrum-illustrated-message-title-font-weight));font-style:var(--mod-illustrated-message-title-font-style,var(--spectrum-illustrated-message-title-font-style));font-size:var(--mod-illustrated-message-title-font-size,var(--spectrum-illustrated-message-title-font-size));line-height:var(--mod-illustrated-message-title-line-height,var(--spectrum-illustrated-message-title-line-height));color:var(--mod-illustrated-message-title-color,var(--spectrum-illustrated-message-title-color));max-inline-size:var(--mod-illustrated-message-heading-max-inline-size,var(--spectrum-illustrated-message-heading-max-inline-size));margin-block-start:0;margin-block-end:var(--mod-illustrated-message-heading-to-body,0)}#description{position:var(--mod-illustrated-message-description-position);z-index:var(--mod-illustrated-message-description-z-index);pointer-events:auto;pointer-events:var(--mod-illustrated-message-description-pointer-events,auto);font-family:var(--mod-illustrated-message-description-font-family,var(--spectrum-illustrated-message-description-font-family));font-weight:var(--mod-illustrated-message-description-font-weight,var(--spectrum-illustrated-message-description-font-weight));font-style:var(--mod-illustrated-message-description-font-style,var(--spectrum-illustrated-message-description-font-style));font-size:var(--mod-illustrated-message-description-font-size,var(--spectrum-illustrated-message-description-font-size));line-height:var(--mod-illustrated-message-description-line-height,var(--spectrum-illustrated-message-description-line-height));color:var(--mod-illustrated-message-description-color,var(--spectrum-illustrated-message-description-color));max-inline-size:var(--mod-illustrated-message-description-max-inline-size,var(--spectrum-illustrated-message-description-max-inline-size));margin-block-start:var(--mod-illustrated-message-heading-to-description,var(--spectrum-illustrated-message-heading-to-description));margin-block-end:0}
3
+ `;export default t;
4
+ //# sourceMappingURL=spectrum-illustratedmessage.css.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 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 @media (forced-colors:active){:host{--highcontrast-illustrated-message-illustration-color:CanvasText;--highcontrast-illustrated-message-illustration-accent-color:Highlight}}:host{block-size:100%;display:flex;display:var(--mod-illustrated-message-display,flex);text-align:center;pointer-events:auto;pointer-events:var(--mod-illustrated-message-pointer-events,auto);max-inline-size:var(--mod-illustrated-message-content-maximum-width);flex-direction:column;justify-content:center;align-items:center}#illustration{color:var(--highcontrast-illustrated-message-illustration-color,var(--mod-illustrated-message-illustration-color,var(--spectrum-illustrated-message-illustration-color)));fill:currentColor;stroke:currentColor;margin-block-end:var(--mod-illustrated-message-title-to-heading,var(--spectrum-illustrated-message-title-to-heading))}.spectrum-IllustratedMessage-accent{color:var(--highcontrast-illustrated-message-illustration-accent-color,var(--mod-illustrated-message-illustration-accent-color,var(--spectrum-illustrated-message-illustration-accent-color)));fill:currentColor;stroke:currentColor}#heading{font-family:var(--mod-illustrated-message-title-font-family,var(--spectrum-illustrated-message-title-font-family));font-weight:var(--mod-illustrated-message-title-font-weight,var(--spectrum-illustrated-message-title-font-weight));font-style:var(--mod-illustrated-message-title-font-style,var(--spectrum-illustrated-message-title-font-style));font-size:var(--mod-illustrated-message-title-font-size,var(--spectrum-illustrated-message-title-font-size));line-height:var(--mod-illustrated-message-title-line-height,var(--spectrum-illustrated-message-title-line-height));color:var(--mod-illustrated-message-title-color,var(--spectrum-illustrated-message-title-color));max-inline-size:var(--mod-illustrated-message-heading-max-inline-size,var(--spectrum-illustrated-message-heading-max-inline-size));margin-block-start:0;margin-block-end:var(--mod-illustrated-message-heading-to-body,0)}#description{position:var(--mod-illustrated-message-description-position);z-index:var(--mod-illustrated-message-description-z-index);pointer-events:auto;pointer-events:var(--mod-illustrated-message-description-pointer-events,auto);font-family:var(--mod-illustrated-message-description-font-family,var(--spectrum-illustrated-message-description-font-family));font-weight:var(--mod-illustrated-message-description-font-weight,var(--spectrum-illustrated-message-description-font-weight));font-style:var(--mod-illustrated-message-description-font-style,var(--spectrum-illustrated-message-description-font-style));font-size:var(--mod-illustrated-message-description-font-size,var(--spectrum-illustrated-message-description-font-size));line-height:var(--mod-illustrated-message-description-line-height,var(--spectrum-illustrated-message-description-line-height));color:var(--mod-illustrated-message-description-color,var(--spectrum-illustrated-message-description-color));max-inline-size:var(--mod-illustrated-message-description-max-inline-size,var(--spectrum-illustrated-message-description-max-inline-size));margin-block-start:var(--mod-illustrated-message-heading-to-description,var(--spectrum-illustrated-message-heading-to-description));margin-block-end:0}\n`;\nexport default styles;"],
5
+ "mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA,EAGf,eAAeC",
6
+ "names": ["css", "styles"]
7
+ }