@spectrum-web-components/illustrated-message 1.1.0-beta.9 → 1.1.0

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 (41) hide show
  1. package/package.json +5 -5
  2. package/sp-illustrated-message.d.ts +0 -6
  3. package/sp-illustrated-message.dev.js +0 -5
  4. package/sp-illustrated-message.dev.js.map +0 -7
  5. package/sp-illustrated-message.js +0 -2
  6. package/sp-illustrated-message.js.map +0 -7
  7. package/src/IllustratedMessage.d.ts +0 -15
  8. package/src/IllustratedMessage.dev.js +0 -51
  9. package/src/IllustratedMessage.dev.js.map +0 -7
  10. package/src/IllustratedMessage.js +0 -13
  11. package/src/IllustratedMessage.js.map +0 -7
  12. package/src/illustrated-message.css.d.ts +0 -2
  13. package/src/illustrated-message.css.dev.js +0 -7
  14. package/src/illustrated-message.css.dev.js.map +0 -7
  15. package/src/illustrated-message.css.js +0 -4
  16. package/src/illustrated-message.css.js.map +0 -7
  17. package/src/illustratedmessage-overrides.css.d.ts +0 -2
  18. package/src/illustratedmessage-overrides.css.dev.js +0 -7
  19. package/src/illustratedmessage-overrides.css.dev.js.map +0 -7
  20. package/src/illustratedmessage-overrides.css.js +0 -4
  21. package/src/illustratedmessage-overrides.css.js.map +0 -7
  22. package/src/index.d.ts +0 -1
  23. package/src/index.dev.js +0 -3
  24. package/src/index.dev.js.map +0 -7
  25. package/src/index.js +0 -2
  26. package/src/index.js.map +0 -7
  27. package/src/spectrum-illustratedmessage.css.d.ts +0 -2
  28. package/src/spectrum-illustratedmessage.css.dev.js +0 -7
  29. package/src/spectrum-illustratedmessage.css.dev.js.map +0 -7
  30. package/src/spectrum-illustratedmessage.css.js +0 -4
  31. package/src/spectrum-illustratedmessage.css.js.map +0 -7
  32. package/stories/illustrated-message.stories.js +0 -19
  33. package/stories/illustrated-message.stories.js.map +0 -7
  34. package/test/benchmark/test-basic.js +0 -23
  35. package/test/benchmark/test-basic.js.map +0 -7
  36. package/test/illustrated-message-memory.test.js +0 -8
  37. package/test/illustrated-message-memory.test.js.map +0 -7
  38. package/test/illustrated-message.test-vrt.js +0 -5
  39. package/test/illustrated-message.test-vrt.js.map +0 -7
  40. package/test/illustrated-message.test.js +0 -33
  41. package/test/illustrated-message.test.js.map +0 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/illustrated-message",
3
- "version": "1.1.0-beta.9",
3
+ "version": "1.1.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -58,11 +58,11 @@
58
58
  "lit-html"
59
59
  ],
60
60
  "dependencies": {
61
- "@spectrum-web-components/base": "^1.1.0-beta.9",
62
- "@spectrum-web-components/styles": "^1.1.0-beta.9"
61
+ "@spectrum-web-components/base": "^1.1.0",
62
+ "@spectrum-web-components/styles": "^1.1.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@spectrum-css/illustratedmessage": "^8.0.0-s2-foundations.15"
65
+ "@spectrum-css/illustratedmessage": "8.0.0-s2-foundations.15"
66
66
  },
67
67
  "types": "./src/index.d.ts",
68
68
  "customElements": "custom-elements.json",
@@ -70,5 +70,5 @@
70
70
  "./sp-*.js",
71
71
  "./**/*.dev.js"
72
72
  ],
73
- "gitHead": "56bdfbc0a26b76ff7c3ee454478d5ebd2a4d33dc"
73
+ "gitHead": "e3c6e52501451acc6fa85b10dd718267b80a01ab"
74
74
  }
@@ -1,6 +0,0 @@
1
- import { IllustratedMessage } from './src/IllustratedMessage.js';
2
- declare global {
3
- interface HTMLElementTagNameMap {
4
- 'sp-illustrated-message': IllustratedMessage;
5
- }
6
- }
@@ -1,5 +0,0 @@
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
@@ -1,7 +0,0 @@
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
- }
@@ -1,2 +0,0 @@
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
@@ -1,7 +0,0 @@
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
- }
@@ -1,15 +0,0 @@
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
- }
@@ -1,51 +0,0 @@
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
@@ -1,7 +0,0 @@
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
- }
@@ -1,13 +0,0 @@
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
@@ -1,7 +0,0 @@
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
- }
@@ -1,2 +0,0 @@
1
- declare const styles: import("@spectrum-web-components/base").CSSResult;
2
- export default styles;
@@ -1,7 +0,0 @@
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
@@ -1,7 +0,0 @@
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
- }
@@ -1,4 +0,0 @@
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
@@ -1,7 +0,0 @@
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
- }
@@ -1,2 +0,0 @@
1
- declare const styles: import("@spectrum-web-components/base").CSSResult;
2
- export default styles;
@@ -1,7 +0,0 @@
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
@@ -1,7 +0,0 @@
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
- }
@@ -1,4 +0,0 @@
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
@@ -1,7 +0,0 @@
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 DELETED
@@ -1 +0,0 @@
1
- export * from './IllustratedMessage.js';
package/src/index.dev.js DELETED
@@ -1,3 +0,0 @@
1
- "use strict";
2
- export * from "./IllustratedMessage.dev.js";
3
- //# sourceMappingURL=index.dev.js.map
@@ -1,7 +0,0 @@
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 DELETED
@@ -1,2 +0,0 @@
1
- "use strict";export*from"./IllustratedMessage.js";
2
- //# sourceMappingURL=index.js.map
package/src/index.js.map DELETED
@@ -1,7 +0,0 @@
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
- }
@@ -1,2 +0,0 @@
1
- declare const styles: import("@spectrum-web-components/base").CSSResult;
2
- export default styles;
@@ -1,7 +0,0 @@
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
@@ -1,7 +0,0 @@
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
- }
@@ -1,4 +0,0 @@
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
@@ -1,7 +0,0 @@
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
- }
@@ -1,19 +0,0 @@
1
- "use strict";
2
- import { html } from "@spectrum-web-components/base";
3
- import "@spectrum-web-components/illustrated-message/sp-illustrated-message.js";
4
- import { illustration } from "../../dropzone/test/test-svg.js";
5
- export default {
6
- component: "sp-illustrated-message",
7
- title: "IllustratedMessage"
8
- };
9
- export const Default = () => {
10
- return html`
11
- <sp-illustrated-message
12
- heading="Drag and Drop Your File"
13
- description="Additional descriptive text"
14
- >
15
- ${illustration}
16
- </sp-illustrated-message>
17
- `;
18
- };
19
- //# sourceMappingURL=illustrated-message.stories.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["illustrated-message.stories.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 { html, TemplateResult } from '@spectrum-web-components/base';\n\nimport '@spectrum-web-components/illustrated-message/sp-illustrated-message.js';\nimport { illustration } from '../../dropzone/test/test-svg.js';\n\nexport default {\n component: 'sp-illustrated-message',\n title: 'IllustratedMessage',\n};\n\nexport const Default = (): TemplateResult => {\n return html`\n <sp-illustrated-message\n heading=\"Drag and Drop Your File\"\n description=\"Additional descriptive text\"\n >\n ${illustration}\n </sp-illustrated-message>\n `;\n};\n"],
5
- "mappings": ";AAWA,SAAS,YAA4B;AAErC,OAAO;AACP,SAAS,oBAAoB;AAE7B,eAAe;AAAA,EACX,WAAW;AAAA,EACX,OAAO;AACX;AAEO,aAAM,UAAU,MAAsB;AACzC,SAAO;AAAA;AAAA;AAAA;AAAA;AAAA,cAKG,YAAY;AAAA;AAAA;AAG1B;",
6
- "names": []
7
- }
@@ -1,23 +0,0 @@
1
- "use strict";
2
- import "@spectrum-web-components/illustrated-message/sp-illustrated-message.js";
3
- import { html } from "lit";
4
- import { measureFixtureCreation } from "../../../../test/benchmark/helpers.js";
5
- measureFixtureCreation(html`
6
- <sp-illustrated-message
7
- heading="Drag and Drop Your File"
8
- description="Additional descriptive text"
9
- >
10
- <svg
11
- xmlns="http://www.w3.org/2000/svg"
12
- viewBox="0 0 150 103"
13
- width="150"
14
- height="103"
15
- viewBox="0 0 150 103"
16
- >
17
- <path
18
- 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"
19
- ></path>
20
- </svg>
21
- </sp-illustrated-message>
22
- `);
23
- //# sourceMappingURL=test-basic.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["test-basic.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 '@spectrum-web-components/illustrated-message/sp-illustrated-message.js';\nimport { html } from 'lit';\nimport { measureFixtureCreation } from '../../../../test/benchmark/helpers.js';\n\nmeasureFixtureCreation(html`\n <sp-illustrated-message\n heading=\"Drag and Drop Your File\"\n description=\"Additional descriptive text\"\n >\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 150 103\"\n width=\"150\"\n height=\"103\"\n viewBox=\"0 0 150 103\"\n >\n <path\n 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\"\n ></path>\n </svg>\n </sp-illustrated-message>\n`);\n"],
5
- "mappings": ";AAYA,OAAO;AACP,SAAS,YAAY;AACrB,SAAS,8BAA8B;AAEvC,uBAAuB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,CAiBtB;",
6
- "names": []
7
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- import { html } from "@open-wc/testing";
3
- import "@spectrum-web-components/illustrated-message/sp-illustrated-message.js";
4
- import { testForMemoryLeaks } from "../../../test/testing-helpers.js";
5
- testForMemoryLeaks(html`
6
- <sp-illustrated-message></sp-illustrated-message>
7
- `);
8
- //# sourceMappingURL=illustrated-message-memory.test.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["illustrated-message-memory.test.ts"],
4
- "sourcesContent": ["/*\nCopyright 2023 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\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 { html } from '@open-wc/testing';\nimport '@spectrum-web-components/illustrated-message/sp-illustrated-message.js';\nimport { testForMemoryLeaks } from '../../../test/testing-helpers.js';\n\ntestForMemoryLeaks(html`\n <sp-illustrated-message></sp-illustrated-message>\n`);\n"],
5
- "mappings": ";AAWA,SAAS,YAAY;AACrB,OAAO;AACP,SAAS,0BAA0B;AAEnC,mBAAmB;AAAA;AAAA,CAElB;",
6
- "names": []
7
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- import * as stories from "../stories/illustrated-message.stories.js";
3
- import { regressVisuals } from "../../../test/visual/test.js";
4
- regressVisuals("IllustratedMessageStories", stories);
5
- //# sourceMappingURL=illustrated-message.test-vrt.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["illustrated-message.test-vrt.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 * as stories from '../stories/illustrated-message.stories.js';\nimport { regressVisuals } from '../../../test/visual/test.js';\nimport type { TestsType } from '../../../test/visual/test.js';\n\nregressVisuals('IllustratedMessageStories', stories as unknown as TestsType);\n"],
5
- "mappings": ";AAYA,YAAY,aAAa;AACzB,SAAS,sBAAsB;AAG/B,eAAe,6BAA6B,OAA+B;",
6
- "names": []
7
- }
@@ -1,33 +0,0 @@
1
- "use strict";
2
- import "@spectrum-web-components/illustrated-message/sp-illustrated-message.js";
3
- import { expect, fixture, html } from "@open-wc/testing";
4
- describe("Illustrated Message", () => {
5
- it("loads", async () => {
6
- const el = await fixture(
7
- html`
8
- <sp-illustrated-message
9
- heading="Drag and Drop Your File"
10
- description="Additional descriptive text"
11
- >
12
- <svg
13
- xmlns="http://www.w3.org/2000/svg"
14
- viewBox="0 0 150 103"
15
- width="150"
16
- height="103"
17
- viewBox="0 0 150 103"
18
- >
19
- <path
20
- 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"
21
- ></path>
22
- </svg>
23
- </sp-illustrated-message>
24
- `
25
- );
26
- expect(el).to.not.equal(void 0);
27
- if (!el.shadowRoot) throw new Error("No shadowRoot");
28
- const slot = el.shadowRoot.querySelector("slot");
29
- expect(slot).to.not.equal(void 0);
30
- return true;
31
- });
32
- });
33
- //# sourceMappingURL=illustrated-message.test.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["illustrated-message.test.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 '@spectrum-web-components/illustrated-message/sp-illustrated-message.js';\nimport { IllustratedMessage } from '../';\nimport { expect, fixture, html } from '@open-wc/testing';\n\ndescribe('Illustrated Message', () => {\n it('loads', async () => {\n const el = await fixture<IllustratedMessage>(\n html`\n <sp-illustrated-message\n heading=\"Drag and Drop Your File\"\n description=\"Additional descriptive text\"\n >\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 150 103\"\n width=\"150\"\n height=\"103\"\n viewBox=\"0 0 150 103\"\n >\n <path\n 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\"\n ></path>\n </svg>\n </sp-illustrated-message>\n `\n );\n expect(el).to.not.equal(undefined);\n if (!el.shadowRoot) throw new Error('No shadowRoot');\n const slot = el.shadowRoot.querySelector('slot') as HTMLSlotElement;\n expect(slot).to.not.equal(undefined);\n return true;\n });\n});\n"],
5
- "mappings": ";AAWA,OAAO;AAEP,SAAS,QAAQ,SAAS,YAAY;AAEtC,SAAS,uBAAuB,MAAM;AAClC,KAAG,SAAS,YAAY;AACpB,UAAM,KAAK,MAAM;AAAA,MACb;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAkBJ;AACA,WAAO,EAAE,EAAE,GAAG,IAAI,MAAM,MAAS;AACjC,QAAI,CAAC,GAAG,WAAY,OAAM,IAAI,MAAM,eAAe;AACnD,UAAM,OAAO,GAAG,WAAW,cAAc,MAAM;AAC/C,WAAO,IAAI,EAAE,GAAG,IAAI,MAAM,MAAS;AACnC,WAAO;AAAA,EACX,CAAC;AACL,CAAC;",
6
- "names": []
7
- }