@spectrum-web-components/coachmark 1.7.0 → 1.8.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/coachmark",
3
- "version": "1.7.0",
3
+ "version": "1.8.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -78,14 +78,14 @@
78
78
  "css"
79
79
  ],
80
80
  "dependencies": {
81
- "@spectrum-web-components/asset": "1.7.0",
82
- "@spectrum-web-components/base": "1.7.0",
83
- "@spectrum-web-components/button": "1.7.0",
84
- "@spectrum-web-components/button-group": "1.7.0",
85
- "@spectrum-web-components/icon": "1.7.0",
86
- "@spectrum-web-components/icons-ui": "1.7.0",
87
- "@spectrum-web-components/reactive-controllers": "1.7.0",
88
- "@spectrum-web-components/shared": "1.7.0"
81
+ "@spectrum-web-components/asset": "1.8.0",
82
+ "@spectrum-web-components/base": "1.8.0",
83
+ "@spectrum-web-components/button": "1.8.0",
84
+ "@spectrum-web-components/button-group": "1.8.0",
85
+ "@spectrum-web-components/icon": "1.8.0",
86
+ "@spectrum-web-components/icons-ui": "1.8.0",
87
+ "@spectrum-web-components/reactive-controllers": "1.8.0",
88
+ "@spectrum-web-components/shared": "1.8.0"
89
89
  },
90
90
  "types": "./src/index.d.ts",
91
91
  "customElements": "custom-elements.json",
@@ -1,3 +1,14 @@
1
+ /**
2
+ * Copyright 2025 Adobe. All rights reserved.
3
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License. You may obtain a copy
5
+ * of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+ *
7
+ * Unless required by applicable law or agreed to in writing, software distributed under
8
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ * OF ANY KIND, either express or implied. See the License for the specific language
10
+ * governing permissions and limitations under the License.
11
+ */
1
12
  import { CoachIndicator } from './src/CoachIndicator.js';
2
13
  declare global {
3
14
  interface HTMLElementTagNameMap {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["sp-coach-indicator.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\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 { CoachIndicator } from './src/CoachIndicator.dev.js'\n\nimport { defineElement } from '@spectrum-web-components/base/src/define-element.js';\ndefineElement('sp-coach-indicator', CoachIndicator);\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'sp-coach-indicator': CoachIndicator;\n }\n}\n"],
4
+ "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nimport { CoachIndicator } from './src/CoachIndicator.dev.js'\n\nimport { defineElement } from '@spectrum-web-components/base/src/define-element.js';\ndefineElement('sp-coach-indicator', CoachIndicator);\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'sp-coach-indicator': CoachIndicator;\n }\n}\n"],
5
5
  "mappings": ";AAWA,SAAS,sBAAsB;AAE/B,SAAS,qBAAqB;AAC9B,cAAc,sBAAsB,cAAc;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["sp-coach-indicator.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\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 { CoachIndicator } from './src/CoachIndicator.js';\n\nimport { defineElement } from '@spectrum-web-components/base/src/define-element.js';\ndefineElement('sp-coach-indicator', CoachIndicator);\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'sp-coach-indicator': CoachIndicator;\n }\n}\n"],
4
+ "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nimport { CoachIndicator } from './src/CoachIndicator.js';\n\nimport { defineElement } from '@spectrum-web-components/base/src/define-element.js';\ndefineElement('sp-coach-indicator', CoachIndicator);\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'sp-coach-indicator': CoachIndicator;\n }\n}\n"],
5
5
  "mappings": "aAWA,OAAS,kBAAAA,MAAsB,0BAE/B,OAAS,iBAAAC,MAAqB,sDAC9BA,EAAc,qBAAsBD,CAAc",
6
6
  "names": ["CoachIndicator", "defineElement"]
7
7
  }
package/sp-coachmark.d.ts CHANGED
@@ -1,3 +1,14 @@
1
+ /**
2
+ * Copyright 2025 Adobe. All rights reserved.
3
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License. You may obtain a copy
5
+ * of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+ *
7
+ * Unless required by applicable law or agreed to in writing, software distributed under
8
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ * OF ANY KIND, either express or implied. See the License for the specific language
10
+ * governing permissions and limitations under the License.
11
+ */
1
12
  import { Coachmark } from './src/Coachmark.js';
2
13
  declare global {
3
14
  interface HTMLElementTagNameMap {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["sp-coachmark.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 { Coachmark } from './src/Coachmark.dev.js'\nimport { defineElement } from '@spectrum-web-components/base/src/define-element.js';\n\ndefineElement('sp-coachmark', Coachmark);\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'sp-coachmark': Coachmark;\n }\n}\n"],
4
+ "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nimport { Coachmark } from './src/Coachmark.dev.js'\nimport { defineElement } from '@spectrum-web-components/base/src/define-element.js';\n\ndefineElement('sp-coachmark', Coachmark);\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'sp-coachmark': Coachmark;\n }\n}\n"],
5
5
  "mappings": ";AAWA,SAAS,iBAAiB;AAC1B,SAAS,qBAAqB;AAE9B,cAAc,gBAAgB,SAAS;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["sp-coachmark.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 { Coachmark } from './src/Coachmark.js';\nimport { defineElement } from '@spectrum-web-components/base/src/define-element.js';\n\ndefineElement('sp-coachmark', Coachmark);\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'sp-coachmark': Coachmark;\n }\n}\n"],
4
+ "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nimport { Coachmark } from './src/Coachmark.js';\nimport { defineElement } from '@spectrum-web-components/base/src/define-element.js';\n\ndefineElement('sp-coachmark', Coachmark);\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'sp-coachmark': Coachmark;\n }\n}\n"],
5
5
  "mappings": "aAWA,OAAS,aAAAA,MAAiB,qBAC1B,OAAS,iBAAAC,MAAqB,sDAE9BA,EAAc,eAAgBD,CAAS",
6
6
  "names": ["Coachmark", "defineElement"]
7
7
  }
@@ -1,3 +1,14 @@
1
+ /**
2
+ * Copyright 2025 Adobe. All rights reserved.
3
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License. You may obtain a copy
5
+ * of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+ *
7
+ * Unless required by applicable law or agreed to in writing, software distributed under
8
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ * OF ANY KIND, either express or implied. See the License for the specific language
10
+ * governing permissions and limitations under the License.
11
+ */
1
12
  import { CSSResultArray, SpectrumElement, TemplateResult } from '@spectrum-web-components/base';
2
13
  /**
3
14
  * @element sp-coach-indicator
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["CoachIndicator.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\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 {\n CSSResultArray,\n html,\n SpectrumElement,\n TemplateResult,\n} from '@spectrum-web-components/base';\nimport { property } from '@spectrum-web-components/base/src/decorators.js';\nimport styles from './coach-indicator.css.js';\n\n/**\n * @element sp-coach-indicator\n */\nexport class CoachIndicator extends SpectrumElement {\n public static override get styles(): CSSResultArray {\n return [styles];\n }\n\n @property({ type: Boolean, reflect: true })\n public quiet = false;\n\n @property({ reflect: true, attribute: 'static-color' })\n public staticColor?: 'white' | 'black';\n\n protected override render(): TemplateResult {\n return html`\n <div class=\"ring\"></div>\n <div class=\"ring\"></div>\n <div class=\"ring\"></div>\n `;\n }\n}\n"],
4
+ "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\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';\nimport styles from './coach-indicator.css.js';\n\n/**\n * @element sp-coach-indicator\n */\nexport class CoachIndicator extends SpectrumElement {\n public static override get styles(): CSSResultArray {\n return [styles];\n }\n\n @property({ type: Boolean, reflect: true })\n public quiet = false;\n\n @property({ reflect: true, attribute: 'static-color' })\n public staticColor?: 'white' | 'black';\n\n protected override render(): TemplateResult {\n return html`\n <div class=\"ring\"></div>\n <div class=\"ring\"></div>\n <div class=\"ring\"></div>\n `;\n }\n}\n"],
5
5
  "mappings": ";;;;;;;;;;;AAWA;AAAA,EAEI;AAAA,EACA;AAAA,OAEG;AACP,SAAS,gBAAgB;AACzB,OAAO,YAAY;AAKZ,aAAM,uBAAuB,gBAAgB;AAAA,EAA7C;AAAA;AAMH,SAAO,QAAQ;AAAA;AAAA,EALf,WAA2B,SAAyB;AAChD,WAAO,CAAC,MAAM;AAAA,EAClB;AAAA,EAQmB,SAAyB;AACxC,WAAO;AAAA;AAAA;AAAA;AAAA;AAAA,EAKX;AACJ;AAZW;AAAA,EADN,SAAS,EAAE,MAAM,SAAS,SAAS,KAAK,CAAC;AAAA,GALjC,eAMF;AAGA;AAAA,EADN,SAAS,EAAE,SAAS,MAAM,WAAW,eAAe,CAAC;AAAA,GAR7C,eASF;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["CoachIndicator.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\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 {\n CSSResultArray,\n html,\n SpectrumElement,\n TemplateResult,\n} from '@spectrum-web-components/base';\nimport { property } from '@spectrum-web-components/base/src/decorators.js';\nimport styles from './coach-indicator.css.js';\n\n/**\n * @element sp-coach-indicator\n */\nexport class CoachIndicator extends SpectrumElement {\n public static override get styles(): CSSResultArray {\n return [styles];\n }\n\n @property({ type: Boolean, reflect: true })\n public quiet = false;\n\n @property({ reflect: true, attribute: 'static-color' })\n public staticColor?: 'white' | 'black';\n\n protected override render(): TemplateResult {\n return html`\n <div class=\"ring\"></div>\n <div class=\"ring\"></div>\n <div class=\"ring\"></div>\n `;\n }\n}\n"],
4
+ "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\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';\nimport styles from './coach-indicator.css.js';\n\n/**\n * @element sp-coach-indicator\n */\nexport class CoachIndicator extends SpectrumElement {\n public static override get styles(): CSSResultArray {\n return [styles];\n }\n\n @property({ type: Boolean, reflect: true })\n public quiet = false;\n\n @property({ reflect: true, attribute: 'static-color' })\n public staticColor?: 'white' | 'black';\n\n protected override render(): TemplateResult {\n return html`\n <div class=\"ring\"></div>\n <div class=\"ring\"></div>\n <div class=\"ring\"></div>\n `;\n }\n}\n"],
5
5
  "mappings": "qNAWA,OAEI,QAAAA,EACA,mBAAAC,MAEG,gCACP,OAAS,YAAAC,MAAgB,kDACzB,OAAOC,MAAY,2BAKZ,aAAM,uBAAuBF,CAAgB,CAA7C,kCAMH,KAAO,MAAQ,GALf,WAA2B,QAAyB,CAChD,MAAO,CAACE,CAAM,CAClB,CAQmB,QAAyB,CACxC,OAAOH;AAAA;AAAA;AAAA;AAAA,SAKX,CACJ,CAZWI,EAAA,CADNF,EAAS,CAAE,KAAM,QAAS,QAAS,EAAK,CAAC,GALjC,eAMF,qBAGAE,EAAA,CADNF,EAAS,CAAE,QAAS,GAAM,UAAW,cAAe,CAAC,GAR7C,eASF",
6
6
  "names": ["html", "SpectrumElement", "property", "styles", "__decorateClass"]
7
7
  }
@@ -1,3 +1,14 @@
1
+ /**
2
+ * Copyright 2025 Adobe. All rights reserved.
3
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License. You may obtain a copy
5
+ * of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+ *
7
+ * Unless required by applicable law or agreed to in writing, software distributed under
8
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ * OF ANY KIND, either express or implied. See the License for the specific language
10
+ * governing permissions and limitations under the License.
11
+ */
1
12
  import { CSSResultArray, TemplateResult } from '@spectrum-web-components/base';
2
13
  import '@spectrum-web-components/icons-ui/icons/sp-icon-chevron200.js';
3
14
  import { Popover } from '@spectrum-web-components/popover';
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["Coachmark.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 {\n CSSResultArray,\n html,\n nothing,\n TemplateResult,\n} from '@spectrum-web-components/base';\nimport { property } from '@spectrum-web-components/base/src/decorators.js';\nimport { when } from '@spectrum-web-components/base/src/directives.js';\nimport coachmarkStyles from './coachmark.css.js';\nimport chevronStyles from '@spectrum-web-components/icon/src/spectrum-icon-chevron.css.js';\nimport '@spectrum-web-components/icons-ui/icons/sp-icon-chevron200.js';\nimport { Popover } from '@spectrum-web-components/popover';\nimport { join } from '@spectrum-web-components/base/src/directives.js';\nimport { ifDefined } from '@spectrum-web-components/base/src/directives.js';\nimport type { Placement } from '@spectrum-web-components/overlay';\nimport { MediaType } from './CoachmarkItem.dev.js'\nimport type { CoachmarkItem } from './CoachmarkItem.dev.js'\nimport '@spectrum-web-components/asset/sp-asset.js';\nimport '@spectrum-web-components/button/sp-button.js';\nimport '@spectrum-web-components/button-group/sp-button-group.js';\n\n/**\n * @element sp-coachmark\n * @fires primary - Announces that the \"primary\" button has been clicked.\n * @fires secondary - Announces that the \"secondary\" button has been clicked.\n * @slot cover-photo - This is the cover photo for Default and Quiet Coachmark\n * @slot heading - HTML content to be listed as the heading\n * @slot description - A description of the card\n * @slot actions - an `sp-action-menu` element outlining actions to take on the represened object\n * @slot step-count - Override the default pagination delivery with your own internationalized content\n */\nexport class Coachmark extends Popover {\n public static override get styles(): CSSResultArray {\n return [...super.styles, coachmarkStyles, chevronStyles];\n }\n @property({ type: Object })\n public item?: CoachmarkItem;\n\n @property({ type: String })\n public override placement: Placement = 'right';\n\n @property({ type: Object, attribute: false })\n private content?: {\n title?: string;\n description?: string;\n imageAlt?: string;\n };\n\n @property({ attribute: 'shortcut-key' })\n private shortcutKey?: string;\n\n @property({ type: Array })\n public modifierKeys?: string[] = [];\n\n @property({ attribute: 'src' })\n private source?: string;\n\n @property({ attribute: 'media-type' })\n private mediaType?: MediaType;\n\n @property({ type: Boolean, attribute: 'has-asset', reflect: true })\n public hasAsset = false;\n\n @property()\n public asset?: 'file' | 'folder';\n\n @property({ type: Number, attribute: 'current-step' })\n public currentStep?: number;\n\n @property({ type: Number, attribute: 'total-steps' })\n public totalSteps?: number;\n\n @property({ type: String, attribute: 'primary-cta' })\n primaryCTA?: string;\n\n @property({ type: String, attribute: 'secondary-cta' })\n secondaryCTA?: string;\n\n // render video and images\n private renderMedia(): TemplateResult {\n const isImage = this.mediaType === MediaType.IMAGE;\n if (!isImage) {\n return html`\n <slot name=\"asset\"></slot>\n `;\n }\n return html`\n <sp-asset id=\"cover-photo\">\n <div class=\"image-wrapper\">\n <img\n class=\"image\"\n loading=\"lazy\"\n slot=\"cover-photo\"\n src=\"${ifDefined(this.source)}\"\n alt=\"${ifDefined(this?.content?.imageAlt)}\"\n />\n </div>\n </sp-asset>\n `;\n }\n // method to render modifier\n private renderModifier(\n modifierKey: string,\n type: 'modifier' | 'shortcut' = 'modifier'\n ): TemplateResult {\n return html`\n <span type=\"${type}\" class=\"keyboard-shortcut\">${modifierKey}</span>\n `;\n }\n\n private renderJoiner(): TemplateResult {\n return html`\n <span class=\"plus\">&plus;</span>\n `;\n }\n // render heading title and modifier\n private renderHeader(): TemplateResult {\n const hasModifier = this.modifierKeys && this.modifierKeys?.length > 0;\n const hasShortcut = Boolean(this.shortcutKey);\n const hasTitle = Boolean(this.content?.title);\n if (!hasTitle && !hasModifier && !hasShortcut) {\n return html`\n <div class=\"title\"><slot name=\"title\"></slot></div>\n `;\n }\n return html`\n ${hasTitle\n ? html`\n <div class=\"title\">${this.content?.title}</div>\n `\n : nothing}\n ${hasModifier || hasShortcut\n ? html`\n <kbd class=\"keys spectrum-Body spectrum-Body--sizeS\">\n ${hasModifier\n ? join(\n this.modifierKeys?.map((k) =>\n this.renderModifier(k)\n ),\n this.renderJoiner()\n )\n : nothing}\n ${hasShortcut && hasModifier\n ? this.renderJoiner()\n : nothing}\n ${hasShortcut\n ? this.renderModifier(\n this.shortcutKey!,\n 'shortcut'\n )\n : nothing}\n </kbd>\n `\n : nothing}\n `;\n }\n // render description\n private renderContent(): TemplateResult {\n const hasDescription = Boolean(this.content?.description);\n if (!hasDescription)\n return html`\n <slot name=\"content\"></slot>\n `;\n return html`\n <div>${this.content?.description}</div>\n `;\n }\n\n // event on primary button\n private handlePrimaryCTA(): void {\n this.dispatchEvent(\n new Event('primary', {\n bubbles: true,\n composed: true,\n })\n );\n }\n // event on secondary button\n private handleSecondaryCTA(): void {\n this.dispatchEvent(\n new Event('secondary', {\n bubbles: true,\n composed: true,\n })\n );\n }\n\n private renderSecondaryButton = (): TemplateResult => {\n return html`\n <sp-button\n treatment=\"outline\"\n variant=\"secondary\"\n @click=${this.handleSecondaryCTA}\n >\n ${this.secondaryCTA}\n </sp-button>\n `;\n };\n\n private renderPrimaryButton = (): TemplateResult => {\n return html`\n <sp-button\n size=\"s\"\n treatment=\"outline\"\n variant=\"primary\"\n @click=${this.handlePrimaryCTA}\n >\n ${this.primaryCTA}\n </sp-button>\n `;\n };\n\n private renderSecondaryButtonMobile = (): TemplateResult => {\n return html`\n <sp-button\n variant=\"secondary\"\n treatment=\"outline\"\n icon-only\n aria-label=\"previous\"\n @click=${this.handleSecondaryCTA}\n >\n <sp-icon-chevron200\n size=\"s\"\n class=\"spectrum-UIIcon-ChevronLeft75\"\n slot=\"icon\"\n ></sp-icon-chevron200>\n </sp-button>\n `;\n };\n\n private renderPrimaryButtonMobile = (): TemplateResult => {\n return html`\n <sp-button\n size=\"s\"\n treatment=\"outline\"\n variant=\"primary\"\n @click=${this.handlePrimaryCTA}\n >\n ${this.primaryCTA}\n </sp-button>\n `;\n };\n\n protected renderButtons(): TemplateResult {\n return html`\n <sp-button-group class=\"spectrum-ButtonGroup buttongroup\">\n ${when(this.secondaryCTA, this.renderSecondaryButton)}\n ${when(this.primaryCTA, this.renderPrimaryButton)}\n </sp-button-group>\n <sp-button-group\n class=\"spectrum-ButtonGroup buttongroup-mobile\"\n size=\"s\"\n >\n ${when(this.secondaryCTA, this.renderSecondaryButtonMobile)}\n ${when(this.primaryCTA, this.renderPrimaryButtonMobile)}\n </sp-button-group>\n `;\n }\n\n // render steps\n protected renderSteps = (): TemplateResult => {\n return html`\n <div class=\"step\" role=\"status\">\n <span aria-live=\"polite\">\n <slot name=\"step-count\">\n ${this.currentStep} of ${this.totalSteps}\n </slot>\n </span>\n </div>\n `;\n };\n // render action menu\n protected renderActionMenu = (): TemplateResult => {\n return html`\n <div class=\"action-menu\">\n <slot name=\"actions\"></slot>\n </div>\n `;\n };\n\n protected override render(): TemplateResult {\n return html`\n ${this.renderMedia()}\n <div class=\"header\">\n <div class=\"flex-container\">${this.renderHeader()}</div>\n <div class=\"static-item\">\n ${when(\n this.secondaryCTA && this.primaryCTA,\n this.renderActionMenu\n )}\n </div>\n </div>\n\n <div class=\"content\">${this.renderContent()}</div>\n <div class=\"footer\">\n ${when(\n this.totalSteps && this.totalSteps > 1,\n this.renderSteps\n )}\n ${this.renderButtons()}\n </div>\n `;\n }\n}\n"],
5
- "mappings": ";;;;;;;;;;;AAWA;AAAA,EAEI;AAAA,EACA;AAAA,OAEG;AACP,SAAS,gBAAgB;AACzB,SAAS,YAAY;AACrB,OAAO,qBAAqB;AAC5B,OAAO,mBAAmB;AAC1B,OAAO;AACP,SAAS,eAAe;AACxB,SAAS,YAAY;AACrB,SAAS,iBAAiB;AAE1B,SAAS,iBAAiB;AAE1B,OAAO;AACP,OAAO;AACP,OAAO;AAYA,aAAM,kBAAkB,QAAQ;AAAA,EAAhC;AAAA;AAQH,SAAgB,YAAuB;AAavC,SAAO,eAA0B,CAAC;AASlC,SAAO,WAAW;AA8HlB,SAAQ,wBAAwB,MAAsB;AAClD,aAAO;AAAA;AAAA;AAAA;AAAA,yBAIU,KAAK,kBAAkB;AAAA;AAAA,kBAE9B,KAAK,YAAY;AAAA;AAAA;AAAA,IAG/B;AAEA,SAAQ,sBAAsB,MAAsB;AAChD,aAAO;AAAA;AAAA;AAAA;AAAA;AAAA,yBAKU,KAAK,gBAAgB;AAAA;AAAA,kBAE5B,KAAK,UAAU;AAAA;AAAA;AAAA,IAG7B;AAEA,SAAQ,8BAA8B,MAAsB;AACxD,aAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,yBAMU,KAAK,kBAAkB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAS5C;AAEA,SAAQ,4BAA4B,MAAsB;AACtD,aAAO;AAAA;AAAA;AAAA;AAAA;AAAA,yBAKU,KAAK,gBAAgB;AAAA;AAAA,kBAE5B,KAAK,UAAU;AAAA;AAAA;AAAA,IAG7B;AAmBA;AAAA,SAAU,cAAc,MAAsB;AAC1C,aAAO;AAAA;AAAA;AAAA;AAAA,0BAIW,KAAK,WAAW,OAAO,KAAK,UAAU;AAAA;AAAA;AAAA;AAAA;AAAA,IAK5D;AAEA;AAAA,SAAU,mBAAmB,MAAsB;AAC/C,aAAO;AAAA;AAAA;AAAA;AAAA;AAAA,IAKX;AAAA;AAAA,EAtPA,WAA2B,SAAyB;AAChD,WAAO,CAAC,GAAG,MAAM,QAAQ,iBAAiB,aAAa;AAAA,EAC3D;AAAA;AAAA,EA6CQ,cAA8B;AA1F1C;AA2FQ,UAAM,UAAU,KAAK,cAAc,UAAU;AAC7C,QAAI,CAAC,SAAS;AACV,aAAO;AAAA;AAAA;AAAA,IAGX;AACA,WAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,+BAOgB,UAAU,KAAK,MAAM,CAAC;AAAA,+BACtB,WAAU,kCAAM,YAAN,mBAAe,QAAQ,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA,EAK7D;AAAA;AAAA,EAEQ,eACJ,aACA,OAAgC,YAClB;AACd,WAAO;AAAA,0BACW,IAAI,+BAA+B,WAAW;AAAA;AAAA,EAEpE;AAAA,EAEQ,eAA+B;AACnC,WAAO;AAAA;AAAA;AAAA,EAGX;AAAA;AAAA,EAEQ,eAA+B;AA/H3C;AAgIQ,UAAM,cAAc,KAAK,kBAAgB,UAAK,iBAAL,mBAAmB,UAAS;AACrE,UAAM,cAAc,QAAQ,KAAK,WAAW;AAC5C,UAAM,WAAW,SAAQ,UAAK,YAAL,mBAAc,KAAK;AAC5C,QAAI,CAAC,YAAY,CAAC,eAAe,CAAC,aAAa;AAC3C,aAAO;AAAA;AAAA;AAAA,IAGX;AACA,WAAO;AAAA,cACD,WACI;AAAA,4CACyB,UAAK,YAAL,mBAAc,KAAK;AAAA,sBAE5C,OAAO;AAAA,cACX,eAAe,cACX;AAAA;AAAA,4BAEU,cACI;AAAA,OACI,UAAK,iBAAL,mBAAmB;AAAA,QAAI,CAAC,MACpB,KAAK,eAAe,CAAC;AAAA;AAAA,MAEzB,KAAK,aAAa;AAAA,IACtB,IACA,OAAO;AAAA,4BACX,eAAe,cACX,KAAK,aAAa,IAClB,OAAO;AAAA,4BACX,cACI,KAAK;AAAA,MACD,KAAK;AAAA,MACL;AAAA,IACJ,IACA,OAAO;AAAA;AAAA,sBAGrB,OAAO;AAAA;AAAA,EAErB;AAAA;AAAA,EAEQ,gBAAgC;AAxK5C;AAyKQ,UAAM,iBAAiB,SAAQ,UAAK,YAAL,mBAAc,WAAW;AACxD,QAAI,CAAC;AACD,aAAO;AAAA;AAAA;AAGX,WAAO;AAAA,oBACI,UAAK,YAAL,mBAAc,WAAW;AAAA;AAAA,EAExC;AAAA;AAAA,EAGQ,mBAAyB;AAC7B,SAAK;AAAA,MACD,IAAI,MAAM,WAAW;AAAA,QACjB,SAAS;AAAA,QACT,UAAU;AAAA,MACd,CAAC;AAAA,IACL;AAAA,EACJ;AAAA;AAAA,EAEQ,qBAA2B;AAC/B,SAAK;AAAA,MACD,IAAI,MAAM,aAAa;AAAA,QACnB,SAAS;AAAA,QACT,UAAU;AAAA,MACd,CAAC;AAAA,IACL;AAAA,EACJ;AAAA,EA0DU,gBAAgC;AACtC,WAAO;AAAA;AAAA,kBAEG,KAAK,KAAK,cAAc,KAAK,qBAAqB,CAAC;AAAA,kBACnD,KAAK,KAAK,YAAY,KAAK,mBAAmB,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAM/C,KAAK,KAAK,cAAc,KAAK,2BAA2B,CAAC;AAAA,kBACzD,KAAK,KAAK,YAAY,KAAK,yBAAyB,CAAC;AAAA;AAAA;AAAA,EAGnE;AAAA,EAuBmB,SAAyB;AACxC,WAAO;AAAA,cACD,KAAK,YAAY,CAAC;AAAA;AAAA,8CAEc,KAAK,aAAa,CAAC;AAAA;AAAA,sBAE3C;AAAA,MACE,KAAK,gBAAgB,KAAK;AAAA,MAC1B,KAAK;AAAA,IACT,CAAC;AAAA;AAAA;AAAA;AAAA,mCAIc,KAAK,cAAc,CAAC;AAAA;AAAA,kBAErC;AAAA,MACE,KAAK,cAAc,KAAK,aAAa;AAAA,MACrC,KAAK;AAAA,IACT,CAAC;AAAA,kBACC,KAAK,cAAc,CAAC;AAAA;AAAA;AAAA,EAGlC;AACJ;AA3QW;AAAA,EADN,SAAS,EAAE,MAAM,OAAO,CAAC;AAAA,GAJjB,UAKF;AAGS;AAAA,EADf,SAAS,EAAE,MAAM,OAAO,CAAC;AAAA,GAPjB,UAQO;AAGR;AAAA,EADP,SAAS,EAAE,MAAM,QAAQ,WAAW,MAAM,CAAC;AAAA,GAVnC,UAWD;AAOA;AAAA,EADP,SAAS,EAAE,WAAW,eAAe,CAAC;AAAA,GAjB9B,UAkBD;AAGD;AAAA,EADN,SAAS,EAAE,MAAM,MAAM,CAAC;AAAA,GApBhB,UAqBF;AAGC;AAAA,EADP,SAAS,EAAE,WAAW,MAAM,CAAC;AAAA,GAvBrB,UAwBD;AAGA;AAAA,EADP,SAAS,EAAE,WAAW,aAAa,CAAC;AAAA,GA1B5B,UA2BD;AAGD;AAAA,EADN,SAAS,EAAE,MAAM,SAAS,WAAW,aAAa,SAAS,KAAK,CAAC;AAAA,GA7BzD,UA8BF;AAGA;AAAA,EADN,SAAS;AAAA,GAhCD,UAiCF;AAGA;AAAA,EADN,SAAS,EAAE,MAAM,QAAQ,WAAW,eAAe,CAAC;AAAA,GAnC5C,UAoCF;AAGA;AAAA,EADN,SAAS,EAAE,MAAM,QAAQ,WAAW,cAAc,CAAC;AAAA,GAtC3C,UAuCF;AAGP;AAAA,EADC,SAAS,EAAE,MAAM,QAAQ,WAAW,cAAc,CAAC;AAAA,GAzC3C,UA0CT;AAGA;AAAA,EADC,SAAS,EAAE,MAAM,QAAQ,WAAW,gBAAgB,CAAC;AAAA,GA5C7C,UA6CT;",
4
+ "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {\n CSSResultArray,\n html,\n nothing,\n TemplateResult,\n} from '@spectrum-web-components/base';\nimport { property } from '@spectrum-web-components/base/src/decorators.js';\nimport { when } from '@spectrum-web-components/base/src/directives.js';\nimport coachmarkStyles from './coachmark.css.js';\nimport chevronStyles from '@spectrum-web-components/icon/src/spectrum-icon-chevron.css.js';\nimport '@spectrum-web-components/icons-ui/icons/sp-icon-chevron200.js';\nimport { Popover } from '@spectrum-web-components/popover';\nimport { join } from '@spectrum-web-components/base/src/directives.js';\nimport { ifDefined } from '@spectrum-web-components/base/src/directives.js';\nimport type { Placement } from '@spectrum-web-components/overlay';\nimport { MediaType } from './CoachmarkItem.dev.js'\nimport type { CoachmarkItem } from './CoachmarkItem.dev.js'\nimport '@spectrum-web-components/asset/sp-asset.js';\nimport '@spectrum-web-components/button/sp-button.js';\nimport '@spectrum-web-components/button-group/sp-button-group.js';\n\n/**\n * @element sp-coachmark\n * @fires primary - Announces that the \"primary\" button has been clicked.\n * @fires secondary - Announces that the \"secondary\" button has been clicked.\n * @slot cover-photo - This is the cover photo for Default and Quiet Coachmark\n * @slot heading - HTML content to be listed as the heading\n * @slot description - A description of the card\n * @slot actions - an `sp-action-menu` element outlining actions to take on the represened object\n * @slot step-count - Override the default pagination delivery with your own internationalized content\n */\nexport class Coachmark extends Popover {\n public static override get styles(): CSSResultArray {\n return [...super.styles, coachmarkStyles, chevronStyles];\n }\n @property({ type: Object })\n public item?: CoachmarkItem;\n\n @property({ type: String })\n public override placement: Placement = 'right';\n\n @property({ type: Object, attribute: false })\n private content?: {\n title?: string;\n description?: string;\n imageAlt?: string;\n };\n\n @property({ attribute: 'shortcut-key' })\n private shortcutKey?: string;\n\n @property({ type: Array })\n public modifierKeys?: string[] = [];\n\n @property({ attribute: 'src' })\n private source?: string;\n\n @property({ attribute: 'media-type' })\n private mediaType?: MediaType;\n\n @property({ type: Boolean, attribute: 'has-asset', reflect: true })\n public hasAsset = false;\n\n @property()\n public asset?: 'file' | 'folder';\n\n @property({ type: Number, attribute: 'current-step' })\n public currentStep?: number;\n\n @property({ type: Number, attribute: 'total-steps' })\n public totalSteps?: number;\n\n @property({ type: String, attribute: 'primary-cta' })\n primaryCTA?: string;\n\n @property({ type: String, attribute: 'secondary-cta' })\n secondaryCTA?: string;\n\n // render video and images\n private renderMedia(): TemplateResult {\n const isImage = this.mediaType === MediaType.IMAGE;\n if (!isImage) {\n return html`\n <slot name=\"asset\"></slot>\n `;\n }\n return html`\n <sp-asset id=\"cover-photo\">\n <div class=\"image-wrapper\">\n <img\n class=\"image\"\n loading=\"lazy\"\n slot=\"cover-photo\"\n src=\"${ifDefined(this.source)}\"\n alt=\"${ifDefined(this?.content?.imageAlt)}\"\n />\n </div>\n </sp-asset>\n `;\n }\n // method to render modifier\n private renderModifier(\n modifierKey: string,\n type: 'modifier' | 'shortcut' = 'modifier'\n ): TemplateResult {\n return html`\n <span type=\"${type}\" class=\"keyboard-shortcut\">${modifierKey}</span>\n `;\n }\n\n private renderJoiner(): TemplateResult {\n return html`\n <span class=\"plus\">&plus;</span>\n `;\n }\n // render heading title and modifier\n private renderHeader(): TemplateResult {\n const hasModifier = this.modifierKeys && this.modifierKeys?.length > 0;\n const hasShortcut = Boolean(this.shortcutKey);\n const hasTitle = Boolean(this.content?.title);\n if (!hasTitle && !hasModifier && !hasShortcut) {\n return html`\n <div class=\"title\"><slot name=\"title\"></slot></div>\n `;\n }\n return html`\n ${hasTitle\n ? html`\n <div class=\"title\">${this.content?.title}</div>\n `\n : nothing}\n ${hasModifier || hasShortcut\n ? html`\n <kbd class=\"keys spectrum-Body spectrum-Body--sizeS\">\n ${hasModifier\n ? join(\n this.modifierKeys?.map((k) =>\n this.renderModifier(k)\n ),\n this.renderJoiner()\n )\n : nothing}\n ${hasShortcut && hasModifier\n ? this.renderJoiner()\n : nothing}\n ${hasShortcut\n ? this.renderModifier(\n this.shortcutKey!,\n 'shortcut'\n )\n : nothing}\n </kbd>\n `\n : nothing}\n `;\n }\n // render description\n private renderContent(): TemplateResult {\n const hasDescription = Boolean(this.content?.description);\n if (!hasDescription)\n return html`\n <slot name=\"content\"></slot>\n `;\n return html`\n <div>${this.content?.description}</div>\n `;\n }\n\n // event on primary button\n private handlePrimaryCTA(): void {\n this.dispatchEvent(\n new Event('primary', {\n bubbles: true,\n composed: true,\n })\n );\n }\n // event on secondary button\n private handleSecondaryCTA(): void {\n this.dispatchEvent(\n new Event('secondary', {\n bubbles: true,\n composed: true,\n })\n );\n }\n\n private renderSecondaryButton = (): TemplateResult => {\n return html`\n <sp-button\n treatment=\"outline\"\n variant=\"secondary\"\n @click=${this.handleSecondaryCTA}\n >\n ${this.secondaryCTA}\n </sp-button>\n `;\n };\n\n private renderPrimaryButton = (): TemplateResult => {\n return html`\n <sp-button\n size=\"s\"\n treatment=\"outline\"\n variant=\"primary\"\n @click=${this.handlePrimaryCTA}\n >\n ${this.primaryCTA}\n </sp-button>\n `;\n };\n\n private renderSecondaryButtonMobile = (): TemplateResult => {\n return html`\n <sp-button\n variant=\"secondary\"\n treatment=\"outline\"\n icon-only\n aria-label=\"previous\"\n @click=${this.handleSecondaryCTA}\n >\n <sp-icon-chevron200\n size=\"s\"\n class=\"spectrum-UIIcon-ChevronLeft75\"\n slot=\"icon\"\n ></sp-icon-chevron200>\n </sp-button>\n `;\n };\n\n private renderPrimaryButtonMobile = (): TemplateResult => {\n return html`\n <sp-button\n size=\"s\"\n treatment=\"outline\"\n variant=\"primary\"\n @click=${this.handlePrimaryCTA}\n >\n ${this.primaryCTA}\n </sp-button>\n `;\n };\n\n protected renderButtons(): TemplateResult {\n return html`\n <sp-button-group class=\"spectrum-ButtonGroup buttongroup\">\n ${when(this.secondaryCTA, this.renderSecondaryButton)}\n ${when(this.primaryCTA, this.renderPrimaryButton)}\n </sp-button-group>\n <sp-button-group\n class=\"spectrum-ButtonGroup buttongroup-mobile\"\n size=\"s\"\n >\n ${when(this.secondaryCTA, this.renderSecondaryButtonMobile)}\n ${when(this.primaryCTA, this.renderPrimaryButtonMobile)}\n </sp-button-group>\n `;\n }\n\n // render steps\n protected renderSteps = (): TemplateResult => {\n return html`\n <div class=\"step\" role=\"status\">\n <span aria-live=\"polite\">\n <slot name=\"step-count\">\n ${this.currentStep} of ${this.totalSteps}\n </slot>\n </span>\n </div>\n `;\n };\n // render action menu\n protected renderActionMenu = (): TemplateResult => {\n return html`\n <div class=\"action-menu\">\n <slot name=\"actions\"></slot>\n </div>\n `;\n };\n\n protected override render(): TemplateResult {\n return html`\n ${this.renderMedia()}\n <div class=\"header\">\n <div class=\"flex-container\">${this.renderHeader()}</div>\n <div class=\"static-item\">\n ${when(\n this.secondaryCTA && this.primaryCTA,\n this.renderActionMenu\n )}\n </div>\n </div>\n\n <div class=\"content\">${this.renderContent()}</div>\n <div class=\"footer\">\n ${when(\n this.totalSteps && this.totalSteps > 1,\n this.renderSteps\n )}\n ${this.renderButtons()}\n </div>\n `;\n }\n}\n"],
5
+ "mappings": "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",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["Coachmark.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 {\n CSSResultArray,\n html,\n nothing,\n TemplateResult,\n} from '@spectrum-web-components/base';\nimport { property } from '@spectrum-web-components/base/src/decorators.js';\nimport { when } from '@spectrum-web-components/base/src/directives.js';\nimport coachmarkStyles from './coachmark.css.js';\nimport chevronStyles from '@spectrum-web-components/icon/src/spectrum-icon-chevron.css.js';\nimport '@spectrum-web-components/icons-ui/icons/sp-icon-chevron200.js';\nimport { Popover } from '@spectrum-web-components/popover';\nimport { join } from '@spectrum-web-components/base/src/directives.js';\nimport { ifDefined } from '@spectrum-web-components/base/src/directives.js';\nimport type { Placement } from '@spectrum-web-components/overlay';\nimport { MediaType } from './CoachmarkItem.js';\nimport type { CoachmarkItem } from './CoachmarkItem.js';\nimport '@spectrum-web-components/asset/sp-asset.js';\nimport '@spectrum-web-components/button/sp-button.js';\nimport '@spectrum-web-components/button-group/sp-button-group.js';\n\n/**\n * @element sp-coachmark\n * @fires primary - Announces that the \"primary\" button has been clicked.\n * @fires secondary - Announces that the \"secondary\" button has been clicked.\n * @slot cover-photo - This is the cover photo for Default and Quiet Coachmark\n * @slot heading - HTML content to be listed as the heading\n * @slot description - A description of the card\n * @slot actions - an `sp-action-menu` element outlining actions to take on the represened object\n * @slot step-count - Override the default pagination delivery with your own internationalized content\n */\nexport class Coachmark extends Popover {\n public static override get styles(): CSSResultArray {\n return [...super.styles, coachmarkStyles, chevronStyles];\n }\n @property({ type: Object })\n public item?: CoachmarkItem;\n\n @property({ type: String })\n public override placement: Placement = 'right';\n\n @property({ type: Object, attribute: false })\n private content?: {\n title?: string;\n description?: string;\n imageAlt?: string;\n };\n\n @property({ attribute: 'shortcut-key' })\n private shortcutKey?: string;\n\n @property({ type: Array })\n public modifierKeys?: string[] = [];\n\n @property({ attribute: 'src' })\n private source?: string;\n\n @property({ attribute: 'media-type' })\n private mediaType?: MediaType;\n\n @property({ type: Boolean, attribute: 'has-asset', reflect: true })\n public hasAsset = false;\n\n @property()\n public asset?: 'file' | 'folder';\n\n @property({ type: Number, attribute: 'current-step' })\n public currentStep?: number;\n\n @property({ type: Number, attribute: 'total-steps' })\n public totalSteps?: number;\n\n @property({ type: String, attribute: 'primary-cta' })\n primaryCTA?: string;\n\n @property({ type: String, attribute: 'secondary-cta' })\n secondaryCTA?: string;\n\n // render video and images\n private renderMedia(): TemplateResult {\n const isImage = this.mediaType === MediaType.IMAGE;\n if (!isImage) {\n return html`\n <slot name=\"asset\"></slot>\n `;\n }\n return html`\n <sp-asset id=\"cover-photo\">\n <div class=\"image-wrapper\">\n <img\n class=\"image\"\n loading=\"lazy\"\n slot=\"cover-photo\"\n src=\"${ifDefined(this.source)}\"\n alt=\"${ifDefined(this?.content?.imageAlt)}\"\n />\n </div>\n </sp-asset>\n `;\n }\n // method to render modifier\n private renderModifier(\n modifierKey: string,\n type: 'modifier' | 'shortcut' = 'modifier'\n ): TemplateResult {\n return html`\n <span type=\"${type}\" class=\"keyboard-shortcut\">${modifierKey}</span>\n `;\n }\n\n private renderJoiner(): TemplateResult {\n return html`\n <span class=\"plus\">&plus;</span>\n `;\n }\n // render heading title and modifier\n private renderHeader(): TemplateResult {\n const hasModifier = this.modifierKeys && this.modifierKeys?.length > 0;\n const hasShortcut = Boolean(this.shortcutKey);\n const hasTitle = Boolean(this.content?.title);\n if (!hasTitle && !hasModifier && !hasShortcut) {\n return html`\n <div class=\"title\"><slot name=\"title\"></slot></div>\n `;\n }\n return html`\n ${hasTitle\n ? html`\n <div class=\"title\">${this.content?.title}</div>\n `\n : nothing}\n ${hasModifier || hasShortcut\n ? html`\n <kbd class=\"keys spectrum-Body spectrum-Body--sizeS\">\n ${hasModifier\n ? join(\n this.modifierKeys?.map((k) =>\n this.renderModifier(k)\n ),\n this.renderJoiner()\n )\n : nothing}\n ${hasShortcut && hasModifier\n ? this.renderJoiner()\n : nothing}\n ${hasShortcut\n ? this.renderModifier(\n this.shortcutKey!,\n 'shortcut'\n )\n : nothing}\n </kbd>\n `\n : nothing}\n `;\n }\n // render description\n private renderContent(): TemplateResult {\n const hasDescription = Boolean(this.content?.description);\n if (!hasDescription)\n return html`\n <slot name=\"content\"></slot>\n `;\n return html`\n <div>${this.content?.description}</div>\n `;\n }\n\n // event on primary button\n private handlePrimaryCTA(): void {\n this.dispatchEvent(\n new Event('primary', {\n bubbles: true,\n composed: true,\n })\n );\n }\n // event on secondary button\n private handleSecondaryCTA(): void {\n this.dispatchEvent(\n new Event('secondary', {\n bubbles: true,\n composed: true,\n })\n );\n }\n\n private renderSecondaryButton = (): TemplateResult => {\n return html`\n <sp-button\n treatment=\"outline\"\n variant=\"secondary\"\n @click=${this.handleSecondaryCTA}\n >\n ${this.secondaryCTA}\n </sp-button>\n `;\n };\n\n private renderPrimaryButton = (): TemplateResult => {\n return html`\n <sp-button\n size=\"s\"\n treatment=\"outline\"\n variant=\"primary\"\n @click=${this.handlePrimaryCTA}\n >\n ${this.primaryCTA}\n </sp-button>\n `;\n };\n\n private renderSecondaryButtonMobile = (): TemplateResult => {\n return html`\n <sp-button\n variant=\"secondary\"\n treatment=\"outline\"\n icon-only\n aria-label=\"previous\"\n @click=${this.handleSecondaryCTA}\n >\n <sp-icon-chevron200\n size=\"s\"\n class=\"spectrum-UIIcon-ChevronLeft75\"\n slot=\"icon\"\n ></sp-icon-chevron200>\n </sp-button>\n `;\n };\n\n private renderPrimaryButtonMobile = (): TemplateResult => {\n return html`\n <sp-button\n size=\"s\"\n treatment=\"outline\"\n variant=\"primary\"\n @click=${this.handlePrimaryCTA}\n >\n ${this.primaryCTA}\n </sp-button>\n `;\n };\n\n protected renderButtons(): TemplateResult {\n return html`\n <sp-button-group class=\"spectrum-ButtonGroup buttongroup\">\n ${when(this.secondaryCTA, this.renderSecondaryButton)}\n ${when(this.primaryCTA, this.renderPrimaryButton)}\n </sp-button-group>\n <sp-button-group\n class=\"spectrum-ButtonGroup buttongroup-mobile\"\n size=\"s\"\n >\n ${when(this.secondaryCTA, this.renderSecondaryButtonMobile)}\n ${when(this.primaryCTA, this.renderPrimaryButtonMobile)}\n </sp-button-group>\n `;\n }\n\n // render steps\n protected renderSteps = (): TemplateResult => {\n return html`\n <div class=\"step\" role=\"status\">\n <span aria-live=\"polite\">\n <slot name=\"step-count\">\n ${this.currentStep} of ${this.totalSteps}\n </slot>\n </span>\n </div>\n `;\n };\n // render action menu\n protected renderActionMenu = (): TemplateResult => {\n return html`\n <div class=\"action-menu\">\n <slot name=\"actions\"></slot>\n </div>\n `;\n };\n\n protected override render(): TemplateResult {\n return html`\n ${this.renderMedia()}\n <div class=\"header\">\n <div class=\"flex-container\">${this.renderHeader()}</div>\n <div class=\"static-item\">\n ${when(\n this.secondaryCTA && this.primaryCTA,\n this.renderActionMenu\n )}\n </div>\n </div>\n\n <div class=\"content\">${this.renderContent()}</div>\n <div class=\"footer\">\n ${when(\n this.totalSteps && this.totalSteps > 1,\n this.renderSteps\n )}\n ${this.renderButtons()}\n </div>\n `;\n }\n}\n"],
5
- "mappings": "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",
4
+ "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {\n CSSResultArray,\n html,\n nothing,\n TemplateResult,\n} from '@spectrum-web-components/base';\nimport { property } from '@spectrum-web-components/base/src/decorators.js';\nimport { when } from '@spectrum-web-components/base/src/directives.js';\nimport coachmarkStyles from './coachmark.css.js';\nimport chevronStyles from '@spectrum-web-components/icon/src/spectrum-icon-chevron.css.js';\nimport '@spectrum-web-components/icons-ui/icons/sp-icon-chevron200.js';\nimport { Popover } from '@spectrum-web-components/popover';\nimport { join } from '@spectrum-web-components/base/src/directives.js';\nimport { ifDefined } from '@spectrum-web-components/base/src/directives.js';\nimport type { Placement } from '@spectrum-web-components/overlay';\nimport { MediaType } from './CoachmarkItem.js';\nimport type { CoachmarkItem } from './CoachmarkItem.js';\nimport '@spectrum-web-components/asset/sp-asset.js';\nimport '@spectrum-web-components/button/sp-button.js';\nimport '@spectrum-web-components/button-group/sp-button-group.js';\n\n/**\n * @element sp-coachmark\n * @fires primary - Announces that the \"primary\" button has been clicked.\n * @fires secondary - Announces that the \"secondary\" button has been clicked.\n * @slot cover-photo - This is the cover photo for Default and Quiet Coachmark\n * @slot heading - HTML content to be listed as the heading\n * @slot description - A description of the card\n * @slot actions - an `sp-action-menu` element outlining actions to take on the represened object\n * @slot step-count - Override the default pagination delivery with your own internationalized content\n */\nexport class Coachmark extends Popover {\n public static override get styles(): CSSResultArray {\n return [...super.styles, coachmarkStyles, chevronStyles];\n }\n @property({ type: Object })\n public item?: CoachmarkItem;\n\n @property({ type: String })\n public override placement: Placement = 'right';\n\n @property({ type: Object, attribute: false })\n private content?: {\n title?: string;\n description?: string;\n imageAlt?: string;\n };\n\n @property({ attribute: 'shortcut-key' })\n private shortcutKey?: string;\n\n @property({ type: Array })\n public modifierKeys?: string[] = [];\n\n @property({ attribute: 'src' })\n private source?: string;\n\n @property({ attribute: 'media-type' })\n private mediaType?: MediaType;\n\n @property({ type: Boolean, attribute: 'has-asset', reflect: true })\n public hasAsset = false;\n\n @property()\n public asset?: 'file' | 'folder';\n\n @property({ type: Number, attribute: 'current-step' })\n public currentStep?: number;\n\n @property({ type: Number, attribute: 'total-steps' })\n public totalSteps?: number;\n\n @property({ type: String, attribute: 'primary-cta' })\n primaryCTA?: string;\n\n @property({ type: String, attribute: 'secondary-cta' })\n secondaryCTA?: string;\n\n // render video and images\n private renderMedia(): TemplateResult {\n const isImage = this.mediaType === MediaType.IMAGE;\n if (!isImage) {\n return html`\n <slot name=\"asset\"></slot>\n `;\n }\n return html`\n <sp-asset id=\"cover-photo\">\n <div class=\"image-wrapper\">\n <img\n class=\"image\"\n loading=\"lazy\"\n slot=\"cover-photo\"\n src=\"${ifDefined(this.source)}\"\n alt=\"${ifDefined(this?.content?.imageAlt)}\"\n />\n </div>\n </sp-asset>\n `;\n }\n // method to render modifier\n private renderModifier(\n modifierKey: string,\n type: 'modifier' | 'shortcut' = 'modifier'\n ): TemplateResult {\n return html`\n <span type=\"${type}\" class=\"keyboard-shortcut\">${modifierKey}</span>\n `;\n }\n\n private renderJoiner(): TemplateResult {\n return html`\n <span class=\"plus\">&plus;</span>\n `;\n }\n // render heading title and modifier\n private renderHeader(): TemplateResult {\n const hasModifier = this.modifierKeys && this.modifierKeys?.length > 0;\n const hasShortcut = Boolean(this.shortcutKey);\n const hasTitle = Boolean(this.content?.title);\n if (!hasTitle && !hasModifier && !hasShortcut) {\n return html`\n <div class=\"title\"><slot name=\"title\"></slot></div>\n `;\n }\n return html`\n ${hasTitle\n ? html`\n <div class=\"title\">${this.content?.title}</div>\n `\n : nothing}\n ${hasModifier || hasShortcut\n ? html`\n <kbd class=\"keys spectrum-Body spectrum-Body--sizeS\">\n ${hasModifier\n ? join(\n this.modifierKeys?.map((k) =>\n this.renderModifier(k)\n ),\n this.renderJoiner()\n )\n : nothing}\n ${hasShortcut && hasModifier\n ? this.renderJoiner()\n : nothing}\n ${hasShortcut\n ? this.renderModifier(\n this.shortcutKey!,\n 'shortcut'\n )\n : nothing}\n </kbd>\n `\n : nothing}\n `;\n }\n // render description\n private renderContent(): TemplateResult {\n const hasDescription = Boolean(this.content?.description);\n if (!hasDescription)\n return html`\n <slot name=\"content\"></slot>\n `;\n return html`\n <div>${this.content?.description}</div>\n `;\n }\n\n // event on primary button\n private handlePrimaryCTA(): void {\n this.dispatchEvent(\n new Event('primary', {\n bubbles: true,\n composed: true,\n })\n );\n }\n // event on secondary button\n private handleSecondaryCTA(): void {\n this.dispatchEvent(\n new Event('secondary', {\n bubbles: true,\n composed: true,\n })\n );\n }\n\n private renderSecondaryButton = (): TemplateResult => {\n return html`\n <sp-button\n treatment=\"outline\"\n variant=\"secondary\"\n @click=${this.handleSecondaryCTA}\n >\n ${this.secondaryCTA}\n </sp-button>\n `;\n };\n\n private renderPrimaryButton = (): TemplateResult => {\n return html`\n <sp-button\n size=\"s\"\n treatment=\"outline\"\n variant=\"primary\"\n @click=${this.handlePrimaryCTA}\n >\n ${this.primaryCTA}\n </sp-button>\n `;\n };\n\n private renderSecondaryButtonMobile = (): TemplateResult => {\n return html`\n <sp-button\n variant=\"secondary\"\n treatment=\"outline\"\n icon-only\n aria-label=\"previous\"\n @click=${this.handleSecondaryCTA}\n >\n <sp-icon-chevron200\n size=\"s\"\n class=\"spectrum-UIIcon-ChevronLeft75\"\n slot=\"icon\"\n ></sp-icon-chevron200>\n </sp-button>\n `;\n };\n\n private renderPrimaryButtonMobile = (): TemplateResult => {\n return html`\n <sp-button\n size=\"s\"\n treatment=\"outline\"\n variant=\"primary\"\n @click=${this.handlePrimaryCTA}\n >\n ${this.primaryCTA}\n </sp-button>\n `;\n };\n\n protected renderButtons(): TemplateResult {\n return html`\n <sp-button-group class=\"spectrum-ButtonGroup buttongroup\">\n ${when(this.secondaryCTA, this.renderSecondaryButton)}\n ${when(this.primaryCTA, this.renderPrimaryButton)}\n </sp-button-group>\n <sp-button-group\n class=\"spectrum-ButtonGroup buttongroup-mobile\"\n size=\"s\"\n >\n ${when(this.secondaryCTA, this.renderSecondaryButtonMobile)}\n ${when(this.primaryCTA, this.renderPrimaryButtonMobile)}\n </sp-button-group>\n `;\n }\n\n // render steps\n protected renderSteps = (): TemplateResult => {\n return html`\n <div class=\"step\" role=\"status\">\n <span aria-live=\"polite\">\n <slot name=\"step-count\">\n ${this.currentStep} of ${this.totalSteps}\n </slot>\n </span>\n </div>\n `;\n };\n // render action menu\n protected renderActionMenu = (): TemplateResult => {\n return html`\n <div class=\"action-menu\">\n <slot name=\"actions\"></slot>\n </div>\n `;\n };\n\n protected override render(): TemplateResult {\n return html`\n ${this.renderMedia()}\n <div class=\"header\">\n <div class=\"flex-container\">${this.renderHeader()}</div>\n <div class=\"static-item\">\n ${when(\n this.secondaryCTA && this.primaryCTA,\n this.renderActionMenu\n )}\n </div>\n </div>\n\n <div class=\"content\">${this.renderContent()}</div>\n <div class=\"footer\">\n ${when(\n this.totalSteps && this.totalSteps > 1,\n this.renderSteps\n )}\n ${this.renderButtons()}\n </div>\n `;\n }\n}\n"],
5
+ "mappings": "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",
6
6
  "names": ["html", "nothing", "property", "when", "coachmarkStyles", "chevronStyles", "Popover", "join", "ifDefined", "MediaType", "_a", "modifierKey", "type", "_b", "_c", "_d", "hasModifier", "hasShortcut", "hasTitle", "k", "__decorateClass"]
7
7
  }
@@ -1,3 +1,14 @@
1
+ /**
2
+ * Copyright 2025 Adobe. All rights reserved.
3
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License. You may obtain a copy
5
+ * of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+ *
7
+ * Unless required by applicable law or agreed to in writing, software distributed under
8
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ * OF ANY KIND, either express or implied. See the License for the specific language
10
+ * governing permissions and limitations under the License.
11
+ */
1
12
  export type CoachmarkItem = {
2
13
  id?: string;
3
14
  heading: string;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["CoachmarkItem.ts"],
4
- "sourcesContent": ["/*\nCopyright 2021 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\nexport type CoachmarkItem = {\n id?: string;\n heading: string;\n shortcutKey?: string;\n modifierKeys?: string[];\n content: string;\n src?: string;\n imageAlt?: string;\n mediaType?: string;\n currentStep?: number;\n totalSteps?: number;\n primaryCTA?: string;\n secondaryCTA?: string;\n};\n\nexport enum MediaType {\n IMAGE = 'image',\n VIDEO = 'video',\n}\n"],
5
- "mappings": ";AA0BO,WAAK,YAAL,kBAAKA,eAAL;AACH,EAAAA,WAAA,WAAQ;AACR,EAAAA,WAAA,WAAQ;AAFA,SAAAA;AAAA,GAAA;",
4
+ "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nexport type CoachmarkItem = {\n id?: string;\n heading: string;\n shortcutKey?: string;\n modifierKeys?: string[];\n content: string;\n src?: string;\n imageAlt?: string;\n mediaType?: string;\n currentStep?: number;\n totalSteps?: number;\n primaryCTA?: string;\n secondaryCTA?: string;\n};\n\nexport enum MediaType {\n IMAGE = 'image',\n VIDEO = 'video',\n}\n"],
5
+ "mappings": ";AA2BO,WAAK,YAAL,kBAAKA,eAAL;AACH,EAAAA,WAAA,WAAQ;AACR,EAAAA,WAAA,WAAQ;AAFA,SAAAA;AAAA,GAAA;",
6
6
  "names": ["MediaType"]
7
7
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["CoachmarkItem.ts"],
4
- "sourcesContent": ["/*\nCopyright 2021 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\nexport type CoachmarkItem = {\n id?: string;\n heading: string;\n shortcutKey?: string;\n modifierKeys?: string[];\n content: string;\n src?: string;\n imageAlt?: string;\n mediaType?: string;\n currentStep?: number;\n totalSteps?: number;\n primaryCTA?: string;\n secondaryCTA?: string;\n};\n\nexport enum MediaType {\n IMAGE = 'image',\n VIDEO = 'video',\n}\n"],
5
- "mappings": "aA0BO,WAAK,WAAAA,IACRA,EAAA,MAAQ,QACRA,EAAA,MAAQ,QAFAA,IAAA",
4
+ "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nexport type CoachmarkItem = {\n id?: string;\n heading: string;\n shortcutKey?: string;\n modifierKeys?: string[];\n content: string;\n src?: string;\n imageAlt?: string;\n mediaType?: string;\n currentStep?: number;\n totalSteps?: number;\n primaryCTA?: string;\n secondaryCTA?: string;\n};\n\nexport enum MediaType {\n IMAGE = 'image',\n VIDEO = 'video',\n}\n"],
5
+ "mappings": "aA2BO,WAAK,WAAAA,IACRA,EAAA,MAAQ,QACRA,EAAA,MAAQ,QAFAA,IAAA",
6
6
  "names": ["MediaType"]
7
7
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["coach-indicator-overrides.css.ts"],
4
- "sourcesContent": ["/*\nCopyright 2025 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-coach-indicator-ring-border-size:var(--system-coach-indicator-ring-border-size);--spectrum-coach-indicator-min-inline-size:var(--system-coach-indicator-min-inline-size);--spectrum-coach-indicator-min-block-size:var(--system-coach-indicator-min-block-size);--spectrum-coach-indicator-inline-size:var(--system-coach-indicator-inline-size);--spectrum-coach-indicator-block-size:var(--system-coach-indicator-block-size);--spectrum-coach-indicator-ring-inline-size:var(--system-coach-indicator-ring-inline-size);--spectrum-coach-indicator-ring-block-size:var(--system-coach-indicator-ring-block-size);--spectrum-coach-indicator-ring-dark-color:var(--system-coach-indicator-ring-dark-color);--spectrum-coach-indicator-ring-light-color:var(--system-coach-indicator-ring-light-color);--spectrum-coach-indicator-top:var(--system-coach-indicator-top);--spectrum-coach-indicator-left:var(--system-coach-indicator-left);--spectrum-coach-animation-indicator-ring-duration:var(--system-coach-indicator-coach-animation-indicator-ring-duration);--spectrum-coach-animation-indicator-ring-inner-delay-multiple:var(--system-coach-indicator-coach-animation-indicator-ring-inner-delay-multiple);--spectrum-coach-animation-indicator-ring-center-delay-multiple:var(--system-coach-indicator-coach-animation-indicator-ring-center-delay-multiple);--spectrum-coach-animation-indicator-ring-outer-delay-multiple:var(--system-coach-indicator-coach-animation-indicator-ring-outer-delay-multiple);--spectrum-coach-indicator-quiet-animation-ring-inner-delay-multiple:var(--system-coach-indicator-quiet-animation-ring-inner-delay-multiple);--spectrum-coach-indicator-animation-name:var(--system-coach-indicator-animation-name);--spectrum-coach-indicator-inner-animation-delay-multiple:var(--system-coach-indicator-inner-animation-delay-multiple);--spectrum-coach-indicator-animation-keyframe-0-scale:var(--system-coach-indicator-animation-keyframe-0-scale);--spectrum-coach-indicator-animation-keyframe-0-opacity:var(--system-coach-indicator-animation-keyframe-0-opacity);--spectrum-coach-indicator-animation-keyframe-50-scale:var(--system-coach-indicator-animation-keyframe-50-scale);--spectrum-coach-indicator-animation-keyframe-50-opacity:var(--system-coach-indicator-animation-keyframe-50-opacity);--spectrum-coach-indicator-animation-keyframe-100-scale:var(--system-coach-indicator-animation-keyframe-100-scale);--spectrum-coach-indicator-animation-keyframe-100-opacity:var(--system-coach-indicator-animation-keyframe-100-opacity);--spectrum-coach-indicator-quiet-animation-keyframe-0-scale:var(--system-coach-indicator-quiet-animation-keyframe-0-scale)}:host([quiet]){--spectrum-coach-indicator-quiet-ring-diameter-size:var(--system-coach-indicator-quiet-quiet-ring-diameter-size);--spectrum-coach-indicator-animation-name:var(--system-coach-indicator-quiet-animation-name)}\n`;\nexport default styles;"],
4
+ "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n :host{--spectrum-coach-indicator-ring-border-size:var(--system-coach-indicator-ring-border-size);--spectrum-coach-indicator-min-inline-size:var(--system-coach-indicator-min-inline-size);--spectrum-coach-indicator-min-block-size:var(--system-coach-indicator-min-block-size);--spectrum-coach-indicator-inline-size:var(--system-coach-indicator-inline-size);--spectrum-coach-indicator-block-size:var(--system-coach-indicator-block-size);--spectrum-coach-indicator-ring-inline-size:var(--system-coach-indicator-ring-inline-size);--spectrum-coach-indicator-ring-block-size:var(--system-coach-indicator-ring-block-size);--spectrum-coach-indicator-ring-dark-color:var(--system-coach-indicator-ring-dark-color);--spectrum-coach-indicator-ring-light-color:var(--system-coach-indicator-ring-light-color);--spectrum-coach-indicator-top:var(--system-coach-indicator-top);--spectrum-coach-indicator-left:var(--system-coach-indicator-left);--spectrum-coach-animation-indicator-ring-duration:var(--system-coach-indicator-coach-animation-indicator-ring-duration);--spectrum-coach-animation-indicator-ring-inner-delay-multiple:var(--system-coach-indicator-coach-animation-indicator-ring-inner-delay-multiple);--spectrum-coach-animation-indicator-ring-center-delay-multiple:var(--system-coach-indicator-coach-animation-indicator-ring-center-delay-multiple);--spectrum-coach-animation-indicator-ring-outer-delay-multiple:var(--system-coach-indicator-coach-animation-indicator-ring-outer-delay-multiple);--spectrum-coach-indicator-quiet-animation-ring-inner-delay-multiple:var(--system-coach-indicator-quiet-animation-ring-inner-delay-multiple);--spectrum-coach-indicator-animation-name:var(--system-coach-indicator-animation-name);--spectrum-coach-indicator-inner-animation-delay-multiple:var(--system-coach-indicator-inner-animation-delay-multiple);--spectrum-coach-indicator-animation-keyframe-0-scale:var(--system-coach-indicator-animation-keyframe-0-scale);--spectrum-coach-indicator-animation-keyframe-0-opacity:var(--system-coach-indicator-animation-keyframe-0-opacity);--spectrum-coach-indicator-animation-keyframe-50-scale:var(--system-coach-indicator-animation-keyframe-50-scale);--spectrum-coach-indicator-animation-keyframe-50-opacity:var(--system-coach-indicator-animation-keyframe-50-opacity);--spectrum-coach-indicator-animation-keyframe-100-scale:var(--system-coach-indicator-animation-keyframe-100-scale);--spectrum-coach-indicator-animation-keyframe-100-opacity:var(--system-coach-indicator-animation-keyframe-100-opacity);--spectrum-coach-indicator-quiet-animation-keyframe-0-scale:var(--system-coach-indicator-quiet-animation-keyframe-0-scale)}:host([quiet]){--spectrum-coach-indicator-quiet-ring-diameter-size:var(--system-coach-indicator-quiet-quiet-ring-diameter-size);--spectrum-coach-indicator-animation-name:var(--system-coach-indicator-quiet-animation-name)}\n`;\nexport default styles;"],
5
5
  "mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAGf,eAAe;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["coach-indicator-overrides.css.ts"],
4
- "sourcesContent": ["/*\nCopyright 2025 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-coach-indicator-ring-border-size:var(--system-coach-indicator-ring-border-size);--spectrum-coach-indicator-min-inline-size:var(--system-coach-indicator-min-inline-size);--spectrum-coach-indicator-min-block-size:var(--system-coach-indicator-min-block-size);--spectrum-coach-indicator-inline-size:var(--system-coach-indicator-inline-size);--spectrum-coach-indicator-block-size:var(--system-coach-indicator-block-size);--spectrum-coach-indicator-ring-inline-size:var(--system-coach-indicator-ring-inline-size);--spectrum-coach-indicator-ring-block-size:var(--system-coach-indicator-ring-block-size);--spectrum-coach-indicator-ring-dark-color:var(--system-coach-indicator-ring-dark-color);--spectrum-coach-indicator-ring-light-color:var(--system-coach-indicator-ring-light-color);--spectrum-coach-indicator-top:var(--system-coach-indicator-top);--spectrum-coach-indicator-left:var(--system-coach-indicator-left);--spectrum-coach-animation-indicator-ring-duration:var(--system-coach-indicator-coach-animation-indicator-ring-duration);--spectrum-coach-animation-indicator-ring-inner-delay-multiple:var(--system-coach-indicator-coach-animation-indicator-ring-inner-delay-multiple);--spectrum-coach-animation-indicator-ring-center-delay-multiple:var(--system-coach-indicator-coach-animation-indicator-ring-center-delay-multiple);--spectrum-coach-animation-indicator-ring-outer-delay-multiple:var(--system-coach-indicator-coach-animation-indicator-ring-outer-delay-multiple);--spectrum-coach-indicator-quiet-animation-ring-inner-delay-multiple:var(--system-coach-indicator-quiet-animation-ring-inner-delay-multiple);--spectrum-coach-indicator-animation-name:var(--system-coach-indicator-animation-name);--spectrum-coach-indicator-inner-animation-delay-multiple:var(--system-coach-indicator-inner-animation-delay-multiple);--spectrum-coach-indicator-animation-keyframe-0-scale:var(--system-coach-indicator-animation-keyframe-0-scale);--spectrum-coach-indicator-animation-keyframe-0-opacity:var(--system-coach-indicator-animation-keyframe-0-opacity);--spectrum-coach-indicator-animation-keyframe-50-scale:var(--system-coach-indicator-animation-keyframe-50-scale);--spectrum-coach-indicator-animation-keyframe-50-opacity:var(--system-coach-indicator-animation-keyframe-50-opacity);--spectrum-coach-indicator-animation-keyframe-100-scale:var(--system-coach-indicator-animation-keyframe-100-scale);--spectrum-coach-indicator-animation-keyframe-100-opacity:var(--system-coach-indicator-animation-keyframe-100-opacity);--spectrum-coach-indicator-quiet-animation-keyframe-0-scale:var(--system-coach-indicator-quiet-animation-keyframe-0-scale)}:host([quiet]){--spectrum-coach-indicator-quiet-ring-diameter-size:var(--system-coach-indicator-quiet-quiet-ring-diameter-size);--spectrum-coach-indicator-animation-name:var(--system-coach-indicator-quiet-animation-name)}\n`;\nexport default styles;"],
4
+ "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n :host{--spectrum-coach-indicator-ring-border-size:var(--system-coach-indicator-ring-border-size);--spectrum-coach-indicator-min-inline-size:var(--system-coach-indicator-min-inline-size);--spectrum-coach-indicator-min-block-size:var(--system-coach-indicator-min-block-size);--spectrum-coach-indicator-inline-size:var(--system-coach-indicator-inline-size);--spectrum-coach-indicator-block-size:var(--system-coach-indicator-block-size);--spectrum-coach-indicator-ring-inline-size:var(--system-coach-indicator-ring-inline-size);--spectrum-coach-indicator-ring-block-size:var(--system-coach-indicator-ring-block-size);--spectrum-coach-indicator-ring-dark-color:var(--system-coach-indicator-ring-dark-color);--spectrum-coach-indicator-ring-light-color:var(--system-coach-indicator-ring-light-color);--spectrum-coach-indicator-top:var(--system-coach-indicator-top);--spectrum-coach-indicator-left:var(--system-coach-indicator-left);--spectrum-coach-animation-indicator-ring-duration:var(--system-coach-indicator-coach-animation-indicator-ring-duration);--spectrum-coach-animation-indicator-ring-inner-delay-multiple:var(--system-coach-indicator-coach-animation-indicator-ring-inner-delay-multiple);--spectrum-coach-animation-indicator-ring-center-delay-multiple:var(--system-coach-indicator-coach-animation-indicator-ring-center-delay-multiple);--spectrum-coach-animation-indicator-ring-outer-delay-multiple:var(--system-coach-indicator-coach-animation-indicator-ring-outer-delay-multiple);--spectrum-coach-indicator-quiet-animation-ring-inner-delay-multiple:var(--system-coach-indicator-quiet-animation-ring-inner-delay-multiple);--spectrum-coach-indicator-animation-name:var(--system-coach-indicator-animation-name);--spectrum-coach-indicator-inner-animation-delay-multiple:var(--system-coach-indicator-inner-animation-delay-multiple);--spectrum-coach-indicator-animation-keyframe-0-scale:var(--system-coach-indicator-animation-keyframe-0-scale);--spectrum-coach-indicator-animation-keyframe-0-opacity:var(--system-coach-indicator-animation-keyframe-0-opacity);--spectrum-coach-indicator-animation-keyframe-50-scale:var(--system-coach-indicator-animation-keyframe-50-scale);--spectrum-coach-indicator-animation-keyframe-50-opacity:var(--system-coach-indicator-animation-keyframe-50-opacity);--spectrum-coach-indicator-animation-keyframe-100-scale:var(--system-coach-indicator-animation-keyframe-100-scale);--spectrum-coach-indicator-animation-keyframe-100-opacity:var(--system-coach-indicator-animation-keyframe-100-opacity);--spectrum-coach-indicator-quiet-animation-keyframe-0-scale:var(--system-coach-indicator-quiet-animation-keyframe-0-scale)}:host([quiet]){--spectrum-coach-indicator-quiet-ring-diameter-size:var(--system-coach-indicator-quiet-quiet-ring-diameter-size);--spectrum-coach-indicator-animation-name:var(--system-coach-indicator-quiet-animation-name)}\n`;\nexport default styles;"],
5
5
  "mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA,EAGf,eAAeC",
6
6
  "names": ["css", "styles"]
7
7
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["coach-indicator.css.ts"],
4
- "sourcesContent": ["/*\nCopyright 2025 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{margin:var(--mod-coach-indicator-gap,var(--spectrum-coach-indicator-gap));min-inline-size:var(--mod-coach-indicator-min-inline-size,var(--spectrum-coach-indicator-min-inline-size));min-block-size:var(--mod-coach-indicator-min-block-size,var(--spectrum-coach-indicator-min-block-size));inline-size:var(--mod-coach-indicator-inline-size,var(--spectrum-coach-indicator-inline-size));block-size:var(--mod-coach-indicator-block-size,var(--spectrum-coach-indicator-block-size));position:relative}:host([quiet]){--mod-coach-indicator-min-inline-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-min-block-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-inline-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-block-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-ring-inline-size:var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size));--mod-coach-indicator-ring-block-size:var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size));--mod-coach-indicator-top:calc(var(--mod-coach-indicator-min-inline-size)/3 - var(--spectrum-coach-indicator-ring-border-size));--mod-coach-indicator-left:calc(var(--mod-coach-indicator-min-inline-size)/3 - var(--spectrum-coach-indicator-ring-border-size));--mod-coach-indicator-inner-animation-delay-multiple:var(--mod-coach-indicator-quiet-animation-ring-inner-delay-multiple,var(--spectrum-coach-indicator-quiet-animation-ring-inner-delay-multiple))}.ring{border-style:solid;border-width:var(--mod-coach-indicator-ring-border-size,var(--spectrum-coach-indicator-ring-border-size));border-color:var(--mod-coach-indicator-ring-default-color,var(--spectrum-coach-indicator-ring-default-color));inline-size:var(--mod-coach-indicator-ring-inline-size,var(--spectrum-coach-indicator-ring-inline-size));block-size:var(--mod-coach-indicator-ring-block-size,var(--spectrum-coach-indicator-ring-block-size));animation:var(--mod-coach-indicator-animation-name,var(--spectrum-coach-indicator-animation-name))var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))linear infinite;border-radius:50%;display:block;position:absolute;inset-block-start:var(--mod-coach-indicator-top,var(--spectrum-coach-indicator-top));inset-inline-start:var(--mod-coach-indicator-left,var(--spectrum-coach-indicator-left))}.ring:first-child{animation-delay:calc(var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))*var(--mod-coach-indicator-inner-animation-delay-multiple,var(--spectrum-coach-indicator-inner-animation-delay-multiple)))}.ring:nth-child(2){animation-delay:calc(var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))*var(--mod-coach-animation-indicator-ring-center-delay-multiple,var(--spectrum-coach-animation-indicator-ring-center-delay-multiple)))}.ring:nth-child(3){animation-delay:calc(var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))*var(--mod-coach-animation-indicator-ring-outer-delay-multiple,var(--spectrum-coach-animation-indicator-ring-outer-delay-multiple)))}:host([static-color=white]) .ring{border-color:var(--mod-coach-indicator-ring-light-color,var(--spectrum-coach-indicator-ring-light-color))}:host([static-color=black]) .ring{border-color:var(--mod-coach-indicator-ring-dark-color,var(--spectrum-coach-indicator-ring-dark-color))}@media (prefers-reduced-motion:reduce){.ring{animation:none}}@keyframes pulse{0%{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-0-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-0-opacity)}50%{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-50-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-50-opacity)}to{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-100-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-100-opacity)}}@keyframes pulse-quiet{0%{transform:scale(var(--spectrum-coach-indicator-quiet-animation-keyframe-0-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-0-opacity)}50%{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-50-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-50-opacity)}to{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-100-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-100-opacity)}}:host{--spectrum-coach-indicator-ring-border-size:var(--system-coach-indicator-ring-border-size);--spectrum-coach-indicator-min-inline-size:var(--system-coach-indicator-min-inline-size);--spectrum-coach-indicator-min-block-size:var(--system-coach-indicator-min-block-size);--spectrum-coach-indicator-inline-size:var(--system-coach-indicator-inline-size);--spectrum-coach-indicator-block-size:var(--system-coach-indicator-block-size);--spectrum-coach-indicator-ring-inline-size:var(--system-coach-indicator-ring-inline-size);--spectrum-coach-indicator-ring-block-size:var(--system-coach-indicator-ring-block-size);--spectrum-coach-indicator-ring-dark-color:var(--system-coach-indicator-ring-dark-color);--spectrum-coach-indicator-ring-light-color:var(--system-coach-indicator-ring-light-color);--spectrum-coach-indicator-top:var(--system-coach-indicator-top);--spectrum-coach-indicator-left:var(--system-coach-indicator-left);--spectrum-coach-animation-indicator-ring-duration:var(--system-coach-indicator-coach-animation-indicator-ring-duration);--spectrum-coach-animation-indicator-ring-inner-delay-multiple:var(--system-coach-indicator-coach-animation-indicator-ring-inner-delay-multiple);--spectrum-coach-animation-indicator-ring-center-delay-multiple:var(--system-coach-indicator-coach-animation-indicator-ring-center-delay-multiple);--spectrum-coach-animation-indicator-ring-outer-delay-multiple:var(--system-coach-indicator-coach-animation-indicator-ring-outer-delay-multiple);--spectrum-coach-indicator-quiet-animation-ring-inner-delay-multiple:var(--system-coach-indicator-quiet-animation-ring-inner-delay-multiple);--spectrum-coach-indicator-animation-name:var(--system-coach-indicator-animation-name);--spectrum-coach-indicator-inner-animation-delay-multiple:var(--system-coach-indicator-inner-animation-delay-multiple);--spectrum-coach-indicator-animation-keyframe-0-scale:var(--system-coach-indicator-animation-keyframe-0-scale);--spectrum-coach-indicator-animation-keyframe-0-opacity:var(--system-coach-indicator-animation-keyframe-0-opacity);--spectrum-coach-indicator-animation-keyframe-50-scale:var(--system-coach-indicator-animation-keyframe-50-scale);--spectrum-coach-indicator-animation-keyframe-50-opacity:var(--system-coach-indicator-animation-keyframe-50-opacity);--spectrum-coach-indicator-animation-keyframe-100-scale:var(--system-coach-indicator-animation-keyframe-100-scale);--spectrum-coach-indicator-animation-keyframe-100-opacity:var(--system-coach-indicator-animation-keyframe-100-opacity);--spectrum-coach-indicator-quiet-animation-keyframe-0-scale:var(--system-coach-indicator-quiet-animation-keyframe-0-scale)}:host([quiet]){--spectrum-coach-indicator-quiet-ring-diameter-size:var(--system-coach-indicator-quiet-quiet-ring-diameter-size);--spectrum-coach-indicator-animation-name:var(--system-coach-indicator-quiet-animation-name)}:host{display:inline-block}\n`;\nexport default styles;"],
4
+ "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n :host{margin:var(--mod-coach-indicator-gap,var(--spectrum-coach-indicator-gap));min-inline-size:var(--mod-coach-indicator-min-inline-size,var(--spectrum-coach-indicator-min-inline-size));min-block-size:var(--mod-coach-indicator-min-block-size,var(--spectrum-coach-indicator-min-block-size));inline-size:var(--mod-coach-indicator-inline-size,var(--spectrum-coach-indicator-inline-size));block-size:var(--mod-coach-indicator-block-size,var(--spectrum-coach-indicator-block-size));position:relative}:host([quiet]){--mod-coach-indicator-min-inline-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-min-block-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-inline-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-block-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-ring-inline-size:var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size));--mod-coach-indicator-ring-block-size:var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size));--mod-coach-indicator-top:calc(var(--mod-coach-indicator-min-inline-size)/3 - var(--spectrum-coach-indicator-ring-border-size));--mod-coach-indicator-left:calc(var(--mod-coach-indicator-min-inline-size)/3 - var(--spectrum-coach-indicator-ring-border-size));--mod-coach-indicator-inner-animation-delay-multiple:var(--mod-coach-indicator-quiet-animation-ring-inner-delay-multiple,var(--spectrum-coach-indicator-quiet-animation-ring-inner-delay-multiple))}.ring{border-style:solid;border-width:var(--mod-coach-indicator-ring-border-size,var(--spectrum-coach-indicator-ring-border-size));border-color:var(--mod-coach-indicator-ring-default-color,var(--spectrum-coach-indicator-ring-default-color));inline-size:var(--mod-coach-indicator-ring-inline-size,var(--spectrum-coach-indicator-ring-inline-size));block-size:var(--mod-coach-indicator-ring-block-size,var(--spectrum-coach-indicator-ring-block-size));animation:var(--mod-coach-indicator-animation-name,var(--spectrum-coach-indicator-animation-name))var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))linear infinite;border-radius:50%;display:block;position:absolute;inset-block-start:var(--mod-coach-indicator-top,var(--spectrum-coach-indicator-top));inset-inline-start:var(--mod-coach-indicator-left,var(--spectrum-coach-indicator-left))}.ring:first-child{animation-delay:calc(var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))*var(--mod-coach-indicator-inner-animation-delay-multiple,var(--spectrum-coach-indicator-inner-animation-delay-multiple)))}.ring:nth-child(2){animation-delay:calc(var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))*var(--mod-coach-animation-indicator-ring-center-delay-multiple,var(--spectrum-coach-animation-indicator-ring-center-delay-multiple)))}.ring:nth-child(3){animation-delay:calc(var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))*var(--mod-coach-animation-indicator-ring-outer-delay-multiple,var(--spectrum-coach-animation-indicator-ring-outer-delay-multiple)))}:host([static-color=white]) .ring{border-color:var(--mod-coach-indicator-ring-light-color,var(--spectrum-coach-indicator-ring-light-color))}:host([static-color=black]) .ring{border-color:var(--mod-coach-indicator-ring-dark-color,var(--spectrum-coach-indicator-ring-dark-color))}@media (prefers-reduced-motion:reduce){.ring{animation:none}}@keyframes pulse{0%{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-0-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-0-opacity)}50%{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-50-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-50-opacity)}to{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-100-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-100-opacity)}}@keyframes pulse-quiet{0%{transform:scale(var(--spectrum-coach-indicator-quiet-animation-keyframe-0-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-0-opacity)}50%{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-50-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-50-opacity)}to{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-100-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-100-opacity)}}:host{--spectrum-coach-indicator-ring-border-size:var(--system-coach-indicator-ring-border-size);--spectrum-coach-indicator-min-inline-size:var(--system-coach-indicator-min-inline-size);--spectrum-coach-indicator-min-block-size:var(--system-coach-indicator-min-block-size);--spectrum-coach-indicator-inline-size:var(--system-coach-indicator-inline-size);--spectrum-coach-indicator-block-size:var(--system-coach-indicator-block-size);--spectrum-coach-indicator-ring-inline-size:var(--system-coach-indicator-ring-inline-size);--spectrum-coach-indicator-ring-block-size:var(--system-coach-indicator-ring-block-size);--spectrum-coach-indicator-ring-dark-color:var(--system-coach-indicator-ring-dark-color);--spectrum-coach-indicator-ring-light-color:var(--system-coach-indicator-ring-light-color);--spectrum-coach-indicator-top:var(--system-coach-indicator-top);--spectrum-coach-indicator-left:var(--system-coach-indicator-left);--spectrum-coach-animation-indicator-ring-duration:var(--system-coach-indicator-coach-animation-indicator-ring-duration);--spectrum-coach-animation-indicator-ring-inner-delay-multiple:var(--system-coach-indicator-coach-animation-indicator-ring-inner-delay-multiple);--spectrum-coach-animation-indicator-ring-center-delay-multiple:var(--system-coach-indicator-coach-animation-indicator-ring-center-delay-multiple);--spectrum-coach-animation-indicator-ring-outer-delay-multiple:var(--system-coach-indicator-coach-animation-indicator-ring-outer-delay-multiple);--spectrum-coach-indicator-quiet-animation-ring-inner-delay-multiple:var(--system-coach-indicator-quiet-animation-ring-inner-delay-multiple);--spectrum-coach-indicator-animation-name:var(--system-coach-indicator-animation-name);--spectrum-coach-indicator-inner-animation-delay-multiple:var(--system-coach-indicator-inner-animation-delay-multiple);--spectrum-coach-indicator-animation-keyframe-0-scale:var(--system-coach-indicator-animation-keyframe-0-scale);--spectrum-coach-indicator-animation-keyframe-0-opacity:var(--system-coach-indicator-animation-keyframe-0-opacity);--spectrum-coach-indicator-animation-keyframe-50-scale:var(--system-coach-indicator-animation-keyframe-50-scale);--spectrum-coach-indicator-animation-keyframe-50-opacity:var(--system-coach-indicator-animation-keyframe-50-opacity);--spectrum-coach-indicator-animation-keyframe-100-scale:var(--system-coach-indicator-animation-keyframe-100-scale);--spectrum-coach-indicator-animation-keyframe-100-opacity:var(--system-coach-indicator-animation-keyframe-100-opacity);--spectrum-coach-indicator-quiet-animation-keyframe-0-scale:var(--system-coach-indicator-quiet-animation-keyframe-0-scale)}:host([quiet]){--spectrum-coach-indicator-quiet-ring-diameter-size:var(--system-coach-indicator-quiet-quiet-ring-diameter-size);--spectrum-coach-indicator-animation-name:var(--system-coach-indicator-quiet-animation-name)}:host{display:inline-block}\n`;\nexport default styles;"],
5
5
  "mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAGf,eAAe;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["coach-indicator.css.ts"],
4
- "sourcesContent": ["/*\nCopyright 2025 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{margin:var(--mod-coach-indicator-gap,var(--spectrum-coach-indicator-gap));min-inline-size:var(--mod-coach-indicator-min-inline-size,var(--spectrum-coach-indicator-min-inline-size));min-block-size:var(--mod-coach-indicator-min-block-size,var(--spectrum-coach-indicator-min-block-size));inline-size:var(--mod-coach-indicator-inline-size,var(--spectrum-coach-indicator-inline-size));block-size:var(--mod-coach-indicator-block-size,var(--spectrum-coach-indicator-block-size));position:relative}:host([quiet]){--mod-coach-indicator-min-inline-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-min-block-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-inline-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-block-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-ring-inline-size:var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size));--mod-coach-indicator-ring-block-size:var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size));--mod-coach-indicator-top:calc(var(--mod-coach-indicator-min-inline-size)/3 - var(--spectrum-coach-indicator-ring-border-size));--mod-coach-indicator-left:calc(var(--mod-coach-indicator-min-inline-size)/3 - var(--spectrum-coach-indicator-ring-border-size));--mod-coach-indicator-inner-animation-delay-multiple:var(--mod-coach-indicator-quiet-animation-ring-inner-delay-multiple,var(--spectrum-coach-indicator-quiet-animation-ring-inner-delay-multiple))}.ring{border-style:solid;border-width:var(--mod-coach-indicator-ring-border-size,var(--spectrum-coach-indicator-ring-border-size));border-color:var(--mod-coach-indicator-ring-default-color,var(--spectrum-coach-indicator-ring-default-color));inline-size:var(--mod-coach-indicator-ring-inline-size,var(--spectrum-coach-indicator-ring-inline-size));block-size:var(--mod-coach-indicator-ring-block-size,var(--spectrum-coach-indicator-ring-block-size));animation:var(--mod-coach-indicator-animation-name,var(--spectrum-coach-indicator-animation-name))var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))linear infinite;border-radius:50%;display:block;position:absolute;inset-block-start:var(--mod-coach-indicator-top,var(--spectrum-coach-indicator-top));inset-inline-start:var(--mod-coach-indicator-left,var(--spectrum-coach-indicator-left))}.ring:first-child{animation-delay:calc(var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))*var(--mod-coach-indicator-inner-animation-delay-multiple,var(--spectrum-coach-indicator-inner-animation-delay-multiple)))}.ring:nth-child(2){animation-delay:calc(var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))*var(--mod-coach-animation-indicator-ring-center-delay-multiple,var(--spectrum-coach-animation-indicator-ring-center-delay-multiple)))}.ring:nth-child(3){animation-delay:calc(var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))*var(--mod-coach-animation-indicator-ring-outer-delay-multiple,var(--spectrum-coach-animation-indicator-ring-outer-delay-multiple)))}:host([static-color=white]) .ring{border-color:var(--mod-coach-indicator-ring-light-color,var(--spectrum-coach-indicator-ring-light-color))}:host([static-color=black]) .ring{border-color:var(--mod-coach-indicator-ring-dark-color,var(--spectrum-coach-indicator-ring-dark-color))}@media (prefers-reduced-motion:reduce){.ring{animation:none}}@keyframes pulse{0%{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-0-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-0-opacity)}50%{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-50-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-50-opacity)}to{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-100-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-100-opacity)}}@keyframes pulse-quiet{0%{transform:scale(var(--spectrum-coach-indicator-quiet-animation-keyframe-0-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-0-opacity)}50%{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-50-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-50-opacity)}to{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-100-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-100-opacity)}}:host{--spectrum-coach-indicator-ring-border-size:var(--system-coach-indicator-ring-border-size);--spectrum-coach-indicator-min-inline-size:var(--system-coach-indicator-min-inline-size);--spectrum-coach-indicator-min-block-size:var(--system-coach-indicator-min-block-size);--spectrum-coach-indicator-inline-size:var(--system-coach-indicator-inline-size);--spectrum-coach-indicator-block-size:var(--system-coach-indicator-block-size);--spectrum-coach-indicator-ring-inline-size:var(--system-coach-indicator-ring-inline-size);--spectrum-coach-indicator-ring-block-size:var(--system-coach-indicator-ring-block-size);--spectrum-coach-indicator-ring-dark-color:var(--system-coach-indicator-ring-dark-color);--spectrum-coach-indicator-ring-light-color:var(--system-coach-indicator-ring-light-color);--spectrum-coach-indicator-top:var(--system-coach-indicator-top);--spectrum-coach-indicator-left:var(--system-coach-indicator-left);--spectrum-coach-animation-indicator-ring-duration:var(--system-coach-indicator-coach-animation-indicator-ring-duration);--spectrum-coach-animation-indicator-ring-inner-delay-multiple:var(--system-coach-indicator-coach-animation-indicator-ring-inner-delay-multiple);--spectrum-coach-animation-indicator-ring-center-delay-multiple:var(--system-coach-indicator-coach-animation-indicator-ring-center-delay-multiple);--spectrum-coach-animation-indicator-ring-outer-delay-multiple:var(--system-coach-indicator-coach-animation-indicator-ring-outer-delay-multiple);--spectrum-coach-indicator-quiet-animation-ring-inner-delay-multiple:var(--system-coach-indicator-quiet-animation-ring-inner-delay-multiple);--spectrum-coach-indicator-animation-name:var(--system-coach-indicator-animation-name);--spectrum-coach-indicator-inner-animation-delay-multiple:var(--system-coach-indicator-inner-animation-delay-multiple);--spectrum-coach-indicator-animation-keyframe-0-scale:var(--system-coach-indicator-animation-keyframe-0-scale);--spectrum-coach-indicator-animation-keyframe-0-opacity:var(--system-coach-indicator-animation-keyframe-0-opacity);--spectrum-coach-indicator-animation-keyframe-50-scale:var(--system-coach-indicator-animation-keyframe-50-scale);--spectrum-coach-indicator-animation-keyframe-50-opacity:var(--system-coach-indicator-animation-keyframe-50-opacity);--spectrum-coach-indicator-animation-keyframe-100-scale:var(--system-coach-indicator-animation-keyframe-100-scale);--spectrum-coach-indicator-animation-keyframe-100-opacity:var(--system-coach-indicator-animation-keyframe-100-opacity);--spectrum-coach-indicator-quiet-animation-keyframe-0-scale:var(--system-coach-indicator-quiet-animation-keyframe-0-scale)}:host([quiet]){--spectrum-coach-indicator-quiet-ring-diameter-size:var(--system-coach-indicator-quiet-quiet-ring-diameter-size);--spectrum-coach-indicator-animation-name:var(--system-coach-indicator-quiet-animation-name)}:host{display:inline-block}\n`;\nexport default styles;"],
4
+ "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n :host{margin:var(--mod-coach-indicator-gap,var(--spectrum-coach-indicator-gap));min-inline-size:var(--mod-coach-indicator-min-inline-size,var(--spectrum-coach-indicator-min-inline-size));min-block-size:var(--mod-coach-indicator-min-block-size,var(--spectrum-coach-indicator-min-block-size));inline-size:var(--mod-coach-indicator-inline-size,var(--spectrum-coach-indicator-inline-size));block-size:var(--mod-coach-indicator-block-size,var(--spectrum-coach-indicator-block-size));position:relative}:host([quiet]){--mod-coach-indicator-min-inline-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-min-block-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-inline-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-block-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-ring-inline-size:var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size));--mod-coach-indicator-ring-block-size:var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size));--mod-coach-indicator-top:calc(var(--mod-coach-indicator-min-inline-size)/3 - var(--spectrum-coach-indicator-ring-border-size));--mod-coach-indicator-left:calc(var(--mod-coach-indicator-min-inline-size)/3 - var(--spectrum-coach-indicator-ring-border-size));--mod-coach-indicator-inner-animation-delay-multiple:var(--mod-coach-indicator-quiet-animation-ring-inner-delay-multiple,var(--spectrum-coach-indicator-quiet-animation-ring-inner-delay-multiple))}.ring{border-style:solid;border-width:var(--mod-coach-indicator-ring-border-size,var(--spectrum-coach-indicator-ring-border-size));border-color:var(--mod-coach-indicator-ring-default-color,var(--spectrum-coach-indicator-ring-default-color));inline-size:var(--mod-coach-indicator-ring-inline-size,var(--spectrum-coach-indicator-ring-inline-size));block-size:var(--mod-coach-indicator-ring-block-size,var(--spectrum-coach-indicator-ring-block-size));animation:var(--mod-coach-indicator-animation-name,var(--spectrum-coach-indicator-animation-name))var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))linear infinite;border-radius:50%;display:block;position:absolute;inset-block-start:var(--mod-coach-indicator-top,var(--spectrum-coach-indicator-top));inset-inline-start:var(--mod-coach-indicator-left,var(--spectrum-coach-indicator-left))}.ring:first-child{animation-delay:calc(var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))*var(--mod-coach-indicator-inner-animation-delay-multiple,var(--spectrum-coach-indicator-inner-animation-delay-multiple)))}.ring:nth-child(2){animation-delay:calc(var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))*var(--mod-coach-animation-indicator-ring-center-delay-multiple,var(--spectrum-coach-animation-indicator-ring-center-delay-multiple)))}.ring:nth-child(3){animation-delay:calc(var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))*var(--mod-coach-animation-indicator-ring-outer-delay-multiple,var(--spectrum-coach-animation-indicator-ring-outer-delay-multiple)))}:host([static-color=white]) .ring{border-color:var(--mod-coach-indicator-ring-light-color,var(--spectrum-coach-indicator-ring-light-color))}:host([static-color=black]) .ring{border-color:var(--mod-coach-indicator-ring-dark-color,var(--spectrum-coach-indicator-ring-dark-color))}@media (prefers-reduced-motion:reduce){.ring{animation:none}}@keyframes pulse{0%{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-0-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-0-opacity)}50%{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-50-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-50-opacity)}to{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-100-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-100-opacity)}}@keyframes pulse-quiet{0%{transform:scale(var(--spectrum-coach-indicator-quiet-animation-keyframe-0-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-0-opacity)}50%{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-50-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-50-opacity)}to{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-100-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-100-opacity)}}:host{--spectrum-coach-indicator-ring-border-size:var(--system-coach-indicator-ring-border-size);--spectrum-coach-indicator-min-inline-size:var(--system-coach-indicator-min-inline-size);--spectrum-coach-indicator-min-block-size:var(--system-coach-indicator-min-block-size);--spectrum-coach-indicator-inline-size:var(--system-coach-indicator-inline-size);--spectrum-coach-indicator-block-size:var(--system-coach-indicator-block-size);--spectrum-coach-indicator-ring-inline-size:var(--system-coach-indicator-ring-inline-size);--spectrum-coach-indicator-ring-block-size:var(--system-coach-indicator-ring-block-size);--spectrum-coach-indicator-ring-dark-color:var(--system-coach-indicator-ring-dark-color);--spectrum-coach-indicator-ring-light-color:var(--system-coach-indicator-ring-light-color);--spectrum-coach-indicator-top:var(--system-coach-indicator-top);--spectrum-coach-indicator-left:var(--system-coach-indicator-left);--spectrum-coach-animation-indicator-ring-duration:var(--system-coach-indicator-coach-animation-indicator-ring-duration);--spectrum-coach-animation-indicator-ring-inner-delay-multiple:var(--system-coach-indicator-coach-animation-indicator-ring-inner-delay-multiple);--spectrum-coach-animation-indicator-ring-center-delay-multiple:var(--system-coach-indicator-coach-animation-indicator-ring-center-delay-multiple);--spectrum-coach-animation-indicator-ring-outer-delay-multiple:var(--system-coach-indicator-coach-animation-indicator-ring-outer-delay-multiple);--spectrum-coach-indicator-quiet-animation-ring-inner-delay-multiple:var(--system-coach-indicator-quiet-animation-ring-inner-delay-multiple);--spectrum-coach-indicator-animation-name:var(--system-coach-indicator-animation-name);--spectrum-coach-indicator-inner-animation-delay-multiple:var(--system-coach-indicator-inner-animation-delay-multiple);--spectrum-coach-indicator-animation-keyframe-0-scale:var(--system-coach-indicator-animation-keyframe-0-scale);--spectrum-coach-indicator-animation-keyframe-0-opacity:var(--system-coach-indicator-animation-keyframe-0-opacity);--spectrum-coach-indicator-animation-keyframe-50-scale:var(--system-coach-indicator-animation-keyframe-50-scale);--spectrum-coach-indicator-animation-keyframe-50-opacity:var(--system-coach-indicator-animation-keyframe-50-opacity);--spectrum-coach-indicator-animation-keyframe-100-scale:var(--system-coach-indicator-animation-keyframe-100-scale);--spectrum-coach-indicator-animation-keyframe-100-opacity:var(--system-coach-indicator-animation-keyframe-100-opacity);--spectrum-coach-indicator-quiet-animation-keyframe-0-scale:var(--system-coach-indicator-quiet-animation-keyframe-0-scale)}:host([quiet]){--spectrum-coach-indicator-quiet-ring-diameter-size:var(--system-coach-indicator-quiet-quiet-ring-diameter-size);--spectrum-coach-indicator-animation-name:var(--system-coach-indicator-quiet-animation-name)}:host{display:inline-block}\n`;\nexport default styles;"],
5
5
  "mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA,EAGf,eAAeC",
6
6
  "names": ["css", "styles"]
7
7
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["coachmark-overrides.css.ts"],
4
- "sourcesContent": ["/*\nCopyright 2025 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-coachmark-min-width:var(--system-coach-mark-min-width);--spectrum-coachmark-width:var(--system-coach-mark-width);--spectrum-coachmark-max-width:var(--system-coach-mark-max-width);--spectrum-coachmark-media-height:var(--system-coach-mark-media-height);--spectrum-coachmark-media-min-height:var(--system-coach-mark-media-min-height);--spectrum-coachmark-padding:var(--system-coach-mark-padding);--spectrum-coachmark-heading-to-action-button:var(--system-coach-mark-heading-to-action-button);--spectrum-coachmark-header-to-body:var(--system-coach-mark-header-to-body);--spectrum-coachmark-body-to-footer:var(--system-coach-mark-body-to-footer);--spectrum-coachmark-title-color:var(--system-coach-mark-title-color);--spectrum-coachmark-title-font-family:var(--system-coach-mark-title-font-family);--spectrum-coachmark-title-font-style:var(--system-coach-mark-title-font-style);--spectrum-coachmark-title-text-font-weight:var(--system-coach-mark-title-text-font-weight);--spectrum-coachmark-title-font-size:var(--system-coach-mark-title-font-size);--spectrum-coachmark-title-text-line-height:var(--system-coach-mark-title-text-line-height);--spectrum-coachmark-content-font-color:var(--system-coach-mark-content-font-color);--spectrum-coachmark-content-font-weight:var(--system-coach-mark-content-font-weight);--spectrum-coachmark-content-font-family:var(--system-coach-mark-content-font-family);--spectrum-coachmark-content-font-style:var(--system-coach-mark-content-font-style);--spectrum-coachmark-content-line-height:var(--system-coach-mark-content-line-height);--spectrum-coachmark-content-font-size:var(--system-coach-mark-content-font-size);--spectrum-coachmark-step-color:var(--system-coach-mark-step-color);--spectrum-coachmark-step-font-weight:var(--system-coach-mark-step-font-weight);--spectrum-coachmark-step-font-family:var(--system-coach-mark-step-font-family);--spectrum-coachmark-step-font-style:var(--system-coach-mark-step-font-style);--spectrum-coachmark-step-line-height:var(--system-coach-mark-step-line-height);--spectrum-coachmark-step-font-size:var(--system-coach-mark-step-font-size);--spectrum-coachmark-step-to-bottom:var(--system-coach-mark-step-to-bottom);--spectrum-coachmark-popover-border-width:var(--system-coach-mark-popover-border-width);--spectrum-coachmark-popover-corner-radius:var(--system-coach-mark-popover-corner-radius);--spectrum-coachmark-buttongroup-spacing-horizontal:var(--system-coach-mark-buttongroup-spacing-horizontal)}\n`;\nexport default styles;"],
4
+ "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n :host{--spectrum-coachmark-min-width:var(--system-coach-mark-min-width);--spectrum-coachmark-width:var(--system-coach-mark-width);--spectrum-coachmark-max-width:var(--system-coach-mark-max-width);--spectrum-coachmark-media-height:var(--system-coach-mark-media-height);--spectrum-coachmark-media-min-height:var(--system-coach-mark-media-min-height);--spectrum-coachmark-padding:var(--system-coach-mark-padding);--spectrum-coachmark-heading-to-action-button:var(--system-coach-mark-heading-to-action-button);--spectrum-coachmark-header-to-body:var(--system-coach-mark-header-to-body);--spectrum-coachmark-body-to-footer:var(--system-coach-mark-body-to-footer);--spectrum-coachmark-title-color:var(--system-coach-mark-title-color);--spectrum-coachmark-title-font-family:var(--system-coach-mark-title-font-family);--spectrum-coachmark-title-font-style:var(--system-coach-mark-title-font-style);--spectrum-coachmark-title-text-font-weight:var(--system-coach-mark-title-text-font-weight);--spectrum-coachmark-title-font-size:var(--system-coach-mark-title-font-size);--spectrum-coachmark-title-text-line-height:var(--system-coach-mark-title-text-line-height);--spectrum-coachmark-content-font-color:var(--system-coach-mark-content-font-color);--spectrum-coachmark-content-font-weight:var(--system-coach-mark-content-font-weight);--spectrum-coachmark-content-font-family:var(--system-coach-mark-content-font-family);--spectrum-coachmark-content-font-style:var(--system-coach-mark-content-font-style);--spectrum-coachmark-content-line-height:var(--system-coach-mark-content-line-height);--spectrum-coachmark-content-font-size:var(--system-coach-mark-content-font-size);--spectrum-coachmark-step-color:var(--system-coach-mark-step-color);--spectrum-coachmark-step-font-weight:var(--system-coach-mark-step-font-weight);--spectrum-coachmark-step-font-family:var(--system-coach-mark-step-font-family);--spectrum-coachmark-step-font-style:var(--system-coach-mark-step-font-style);--spectrum-coachmark-step-line-height:var(--system-coach-mark-step-line-height);--spectrum-coachmark-step-font-size:var(--system-coach-mark-step-font-size);--spectrum-coachmark-step-to-bottom:var(--system-coach-mark-step-to-bottom);--spectrum-coachmark-popover-border-width:var(--system-coach-mark-popover-border-width);--spectrum-coachmark-popover-corner-radius:var(--system-coach-mark-popover-corner-radius);--spectrum-coachmark-buttongroup-spacing-horizontal:var(--system-coach-mark-buttongroup-spacing-horizontal)}\n`;\nexport default styles;"],
5
5
  "mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAGf,eAAe;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["coachmark-overrides.css.ts"],
4
- "sourcesContent": ["/*\nCopyright 2025 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-coachmark-min-width:var(--system-coach-mark-min-width);--spectrum-coachmark-width:var(--system-coach-mark-width);--spectrum-coachmark-max-width:var(--system-coach-mark-max-width);--spectrum-coachmark-media-height:var(--system-coach-mark-media-height);--spectrum-coachmark-media-min-height:var(--system-coach-mark-media-min-height);--spectrum-coachmark-padding:var(--system-coach-mark-padding);--spectrum-coachmark-heading-to-action-button:var(--system-coach-mark-heading-to-action-button);--spectrum-coachmark-header-to-body:var(--system-coach-mark-header-to-body);--spectrum-coachmark-body-to-footer:var(--system-coach-mark-body-to-footer);--spectrum-coachmark-title-color:var(--system-coach-mark-title-color);--spectrum-coachmark-title-font-family:var(--system-coach-mark-title-font-family);--spectrum-coachmark-title-font-style:var(--system-coach-mark-title-font-style);--spectrum-coachmark-title-text-font-weight:var(--system-coach-mark-title-text-font-weight);--spectrum-coachmark-title-font-size:var(--system-coach-mark-title-font-size);--spectrum-coachmark-title-text-line-height:var(--system-coach-mark-title-text-line-height);--spectrum-coachmark-content-font-color:var(--system-coach-mark-content-font-color);--spectrum-coachmark-content-font-weight:var(--system-coach-mark-content-font-weight);--spectrum-coachmark-content-font-family:var(--system-coach-mark-content-font-family);--spectrum-coachmark-content-font-style:var(--system-coach-mark-content-font-style);--spectrum-coachmark-content-line-height:var(--system-coach-mark-content-line-height);--spectrum-coachmark-content-font-size:var(--system-coach-mark-content-font-size);--spectrum-coachmark-step-color:var(--system-coach-mark-step-color);--spectrum-coachmark-step-font-weight:var(--system-coach-mark-step-font-weight);--spectrum-coachmark-step-font-family:var(--system-coach-mark-step-font-family);--spectrum-coachmark-step-font-style:var(--system-coach-mark-step-font-style);--spectrum-coachmark-step-line-height:var(--system-coach-mark-step-line-height);--spectrum-coachmark-step-font-size:var(--system-coach-mark-step-font-size);--spectrum-coachmark-step-to-bottom:var(--system-coach-mark-step-to-bottom);--spectrum-coachmark-popover-border-width:var(--system-coach-mark-popover-border-width);--spectrum-coachmark-popover-corner-radius:var(--system-coach-mark-popover-corner-radius);--spectrum-coachmark-buttongroup-spacing-horizontal:var(--system-coach-mark-buttongroup-spacing-horizontal)}\n`;\nexport default styles;"],
4
+ "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n :host{--spectrum-coachmark-min-width:var(--system-coach-mark-min-width);--spectrum-coachmark-width:var(--system-coach-mark-width);--spectrum-coachmark-max-width:var(--system-coach-mark-max-width);--spectrum-coachmark-media-height:var(--system-coach-mark-media-height);--spectrum-coachmark-media-min-height:var(--system-coach-mark-media-min-height);--spectrum-coachmark-padding:var(--system-coach-mark-padding);--spectrum-coachmark-heading-to-action-button:var(--system-coach-mark-heading-to-action-button);--spectrum-coachmark-header-to-body:var(--system-coach-mark-header-to-body);--spectrum-coachmark-body-to-footer:var(--system-coach-mark-body-to-footer);--spectrum-coachmark-title-color:var(--system-coach-mark-title-color);--spectrum-coachmark-title-font-family:var(--system-coach-mark-title-font-family);--spectrum-coachmark-title-font-style:var(--system-coach-mark-title-font-style);--spectrum-coachmark-title-text-font-weight:var(--system-coach-mark-title-text-font-weight);--spectrum-coachmark-title-font-size:var(--system-coach-mark-title-font-size);--spectrum-coachmark-title-text-line-height:var(--system-coach-mark-title-text-line-height);--spectrum-coachmark-content-font-color:var(--system-coach-mark-content-font-color);--spectrum-coachmark-content-font-weight:var(--system-coach-mark-content-font-weight);--spectrum-coachmark-content-font-family:var(--system-coach-mark-content-font-family);--spectrum-coachmark-content-font-style:var(--system-coach-mark-content-font-style);--spectrum-coachmark-content-line-height:var(--system-coach-mark-content-line-height);--spectrum-coachmark-content-font-size:var(--system-coach-mark-content-font-size);--spectrum-coachmark-step-color:var(--system-coach-mark-step-color);--spectrum-coachmark-step-font-weight:var(--system-coach-mark-step-font-weight);--spectrum-coachmark-step-font-family:var(--system-coach-mark-step-font-family);--spectrum-coachmark-step-font-style:var(--system-coach-mark-step-font-style);--spectrum-coachmark-step-line-height:var(--system-coach-mark-step-line-height);--spectrum-coachmark-step-font-size:var(--system-coach-mark-step-font-size);--spectrum-coachmark-step-to-bottom:var(--system-coach-mark-step-to-bottom);--spectrum-coachmark-popover-border-width:var(--system-coach-mark-popover-border-width);--spectrum-coachmark-popover-corner-radius:var(--system-coach-mark-popover-corner-radius);--spectrum-coachmark-buttongroup-spacing-horizontal:var(--system-coach-mark-buttongroup-spacing-horizontal)}\n`;\nexport default styles;"],
5
5
  "mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA,EAGf,eAAeC",
6
6
  "names": ["css", "styles"]
7
7
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["coachmark.css.ts"],
4
- "sourcesContent": ["/*\nCopyright 2025 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{--mod-buttongroup-justify-content:flex-end;--mod-popover-border-width:var(--spectrum-coachmark-popover-border-width);--mod-popover-corner-radius:var(--spectrum-coachmark-popover-corner-radius);--mod-popover-content-area-spacing-vertical:0;--mod-button-edge-to-visual-only:9px;--spectrum-coachmark-border-size:var(--mod-popover-border-width);--spectrum-coachmark-border-radius:var(--mod-popover-corner-radius);min-inline-size:var(--mod-coachmark-min-width,var(--spectrum-coachmark-min-width));max-inline-size:var(--mod-coachmark-max-width,var(--spectrum-coachmark-max-width));inline-size:var(--mod-coachmark-width,var(--spectrum-coachmark-width));position:relative}.buttongroup{display:var(--spectrum-coachmark-buttongroup-display)}.buttongroup-mobile{--mod-buttongroup-spacing-horizontal:var(--spectrum-coachmark-buttongroup-spacing-horizontal);display:var(--spectrum-coachmark-buttongroup-mobile-display)}.menu{display:var(--spectrum-coachmark-menu-display)}.spectrum-CoachMark-menu--mobile{display:var(--spectrum-coachmark-menu-mobile-display)}.image-wrapper{block-size:var(--mod-coachmark-media-height,var(--spectrum-coachmark-media-height));min-block-size:var(--mod-coachmark-media-min-height,var(--spectrum-coachmark-media-min-height));inline-size:calc(var(--mod-coachmark-width,var(--spectrum-coachmark-width)) - var(--mod-coachmark-border-size,var(--spectrum-coachmark-border-size))*2);object-fit:cover;object-position:center;border-start-start-radius:inherit;border-start-end-radius:inherit}.image{inline-size:100%;block-size:100%;object-fit:cover;border-start-start-radius:calc(var(--mod-coachmark-border-radius,var(--spectrum-coachmark-border-radius)) - var(--mod-coachmark-border-size,var(--spectrum-coachmark-border-size)));border-start-end-radius:calc(var(--mod-coachmark-border-radius,var(--spectrum-coachmark-border-radius)) - var(--mod-coachmark-border-size,var(--spectrum-coachmark-border-size)));display:block}.content,.footer,.header{padding-block:0;padding-inline:var(--mod-coachmark-padding,var(--spectrum-coachmark-padding))}.header{justify-content:space-between;align-items:center;margin-block-end:var(--mod-coachmark-header-to-body,var(--spectrum-coachmark-header-to-body));padding-block-start:var(--mod-coachmark-padding,var(--spectrum-coachmark-padding));display:flex}.action-menu{white-space:nowrap;z-index:1;margin-inline-start:var(--mod-coachmark-heading-to-action-button,var(--spectrum-coachmark-heading-to-action-button))}.content{color:var(--mod-coachmark-content-font-color,var(--spectrum-coachmark-content-font-color));font-size:var(--mod-coachmark-content-font-size,var(--spectrum-coachmark-content-font-size));font-weight:var(--mod-coachmark-content-font-weight,var(--spectrum-coachmark-content-font-weight));font-family:var(--mod-coachmark-content-font-family,var(--spectrum-coachmark-content-font-family));font-style:var(--mod-coachmark-content-font-style,var(--spectrum-coachmark-content-font-style));line-height:var(--mod-coachmark-content-line-height,var(--spectrum-coachmark-content-line-height));margin-block-end:var(--mod-coachmark-body-to-footer,var(--spectrum-coachmark-body-to-footer))}.footer{align-items:end;margin-block-start:0;padding-block-end:var(--mod-coachmark-padding,var(--spectrum-coachmark-padding));display:grid}.footer .spectrum-ButtonGroup{grid-column-start:2}.title{color:var(--mod-coachmark-title-color,var(--spectrum-coachmark-title-color));font-size:var(--mod-coachmark-title-font-size,var(--spectrum-coachmark-title-font-size));font-weight:var(--mod-coachmark-title-text-font-weight,var(--spectrum-coachmark-title-text-font-weight));font-family:var(--mod-coachmark-title-font-family,var(--spectrum-coachmark-title-font-family));font-style:var(--mod-coachmark-title-font-style,var(--spectrum-coachmark-title-font-style));line-height:var(--mod-coachmark-title-text-line-height,var(--spectrum-coachmark-title-text-line-height));margin-block-end:0}.step{color:var(--mod-coachmark-step-color,var(--spectrum-coachmark-step-color));font-size:var(--mod-coachmark-step-font-size,var(--spectrum-coachmark-step-font-size));font-weight:var(--mod-coachmark-step-text-font-weight,var(--spectrum-coachmark-step-text-font-weight));font-style:var(--mod-coachmark-step-font-style,var(--spectrum-coachmark-step-font-style));line-height:var(--mod-coachmark-step-text-line-height,var(--spectrum-coachmark-step-text-line-height));white-space:nowrap;justify-self:start;margin-block-end:calc(var(--mod-coachmark-step-to-bottom,var(--spectrum-coachmark-step-to-bottom)) - var(--mod-coachmark-padding,var(--spectrum-coachmark-padding)))}:host{--spectrum-coachmark-min-width:var(--system-coach-mark-min-width);--spectrum-coachmark-width:var(--system-coach-mark-width);--spectrum-coachmark-max-width:var(--system-coach-mark-max-width);--spectrum-coachmark-media-height:var(--system-coach-mark-media-height);--spectrum-coachmark-media-min-height:var(--system-coach-mark-media-min-height);--spectrum-coachmark-padding:var(--system-coach-mark-padding);--spectrum-coachmark-heading-to-action-button:var(--system-coach-mark-heading-to-action-button);--spectrum-coachmark-header-to-body:var(--system-coach-mark-header-to-body);--spectrum-coachmark-body-to-footer:var(--system-coach-mark-body-to-footer);--spectrum-coachmark-title-color:var(--system-coach-mark-title-color);--spectrum-coachmark-title-font-family:var(--system-coach-mark-title-font-family);--spectrum-coachmark-title-font-style:var(--system-coach-mark-title-font-style);--spectrum-coachmark-title-text-font-weight:var(--system-coach-mark-title-text-font-weight);--spectrum-coachmark-title-font-size:var(--system-coach-mark-title-font-size);--spectrum-coachmark-title-text-line-height:var(--system-coach-mark-title-text-line-height);--spectrum-coachmark-content-font-color:var(--system-coach-mark-content-font-color);--spectrum-coachmark-content-font-weight:var(--system-coach-mark-content-font-weight);--spectrum-coachmark-content-font-family:var(--system-coach-mark-content-font-family);--spectrum-coachmark-content-font-style:var(--system-coach-mark-content-font-style);--spectrum-coachmark-content-line-height:var(--system-coach-mark-content-line-height);--spectrum-coachmark-content-font-size:var(--system-coach-mark-content-font-size);--spectrum-coachmark-step-color:var(--system-coach-mark-step-color);--spectrum-coachmark-step-font-weight:var(--system-coach-mark-step-font-weight);--spectrum-coachmark-step-font-family:var(--system-coach-mark-step-font-family);--spectrum-coachmark-step-font-style:var(--system-coach-mark-step-font-style);--spectrum-coachmark-step-line-height:var(--system-coach-mark-step-line-height);--spectrum-coachmark-step-font-size:var(--system-coach-mark-step-font-size);--spectrum-coachmark-step-to-bottom:var(--system-coach-mark-step-to-bottom);--spectrum-coachmark-popover-border-width:var(--system-coach-mark-popover-border-width);--spectrum-coachmark-popover-corner-radius:var(--system-coach-mark-popover-corner-radius);--spectrum-coachmark-buttongroup-spacing-horizontal:var(--system-coach-mark-buttongroup-spacing-horizontal)}:host{--spectrum-coachmark-dimension-size-175:14px;--spectrum-coachmark-dimension-size-200:16px;--spectrum-coachmark-dimension-size-100:8px;--spectrum-coachmark-dimension-size-50:4px;--spectrum-coachmark-content-font-family:var(--spectrum-font-family)}.keyboard-shortcut{background-color:var(--spectrum-gray-200);border:var(--spectrum-text-underline-gap)solid var(--spectrum-gray-200);border-radius:var(--spectrum-spacing-75);color:var(--spectrum-gray-800);min-width:var(--spectrum-badge-min-width);padding-block:var(--spectrum-coachmark-dimension-size-50);padding-inline:var(--spectrum-coachmark-dimension-size-100);flex-flow:row;justify-content:center;align-items:center;display:inline-flex}.keys{align-items:center;gap:var(--spectrum-coachmark-dimension-size-175)var(--spectrum-coachmark-dimension-size-50);font-family:var(--mod-body-sans-serif-font-family,var(--spectrum-body-sans-serif-font-family));flex-flow:wrap;display:flex}.flex-container{align-items:center;gap:var(--spectrum-coachmark-dimension-size-175)var(--spectrum-coachmark-dimension-size-200);flex-wrap:wrap;display:flex}.static-item{flex:0;align-self:flex-start}#cover-photo{display:contents}\n`;\nexport default styles;"],
4
+ "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n :host{--mod-buttongroup-justify-content:flex-end;--mod-popover-border-width:var(--spectrum-coachmark-popover-border-width);--mod-popover-corner-radius:var(--spectrum-coachmark-popover-corner-radius);--mod-popover-content-area-spacing-vertical:0;--mod-button-edge-to-visual-only:9px;--spectrum-coachmark-border-size:var(--mod-popover-border-width);--spectrum-coachmark-border-radius:var(--mod-popover-corner-radius);min-inline-size:var(--mod-coachmark-min-width,var(--spectrum-coachmark-min-width));max-inline-size:var(--mod-coachmark-max-width,var(--spectrum-coachmark-max-width));inline-size:var(--mod-coachmark-width,var(--spectrum-coachmark-width));position:relative}.buttongroup{display:var(--spectrum-coachmark-buttongroup-display)}.buttongroup-mobile{--mod-buttongroup-spacing-horizontal:var(--spectrum-coachmark-buttongroup-spacing-horizontal);display:var(--spectrum-coachmark-buttongroup-mobile-display)}.menu{display:var(--spectrum-coachmark-menu-display)}.spectrum-CoachMark-menu--mobile{display:var(--spectrum-coachmark-menu-mobile-display)}.image-wrapper{block-size:var(--mod-coachmark-media-height,var(--spectrum-coachmark-media-height));min-block-size:var(--mod-coachmark-media-min-height,var(--spectrum-coachmark-media-min-height));inline-size:calc(var(--mod-coachmark-width,var(--spectrum-coachmark-width)) - var(--mod-coachmark-border-size,var(--spectrum-coachmark-border-size))*2);object-fit:cover;object-position:center;border-start-start-radius:inherit;border-start-end-radius:inherit}.image{inline-size:100%;block-size:100%;object-fit:cover;border-start-start-radius:calc(var(--mod-coachmark-border-radius,var(--spectrum-coachmark-border-radius)) - var(--mod-coachmark-border-size,var(--spectrum-coachmark-border-size)));border-start-end-radius:calc(var(--mod-coachmark-border-radius,var(--spectrum-coachmark-border-radius)) - var(--mod-coachmark-border-size,var(--spectrum-coachmark-border-size)));display:block}.content,.footer,.header{padding-block:0;padding-inline:var(--mod-coachmark-padding,var(--spectrum-coachmark-padding))}.header{justify-content:space-between;align-items:center;margin-block-end:var(--mod-coachmark-header-to-body,var(--spectrum-coachmark-header-to-body));padding-block-start:var(--mod-coachmark-padding,var(--spectrum-coachmark-padding));display:flex}.action-menu{white-space:nowrap;z-index:1;margin-inline-start:var(--mod-coachmark-heading-to-action-button,var(--spectrum-coachmark-heading-to-action-button))}.content{color:var(--mod-coachmark-content-font-color,var(--spectrum-coachmark-content-font-color));font-size:var(--mod-coachmark-content-font-size,var(--spectrum-coachmark-content-font-size));font-weight:var(--mod-coachmark-content-font-weight,var(--spectrum-coachmark-content-font-weight));font-family:var(--mod-coachmark-content-font-family,var(--spectrum-coachmark-content-font-family));font-style:var(--mod-coachmark-content-font-style,var(--spectrum-coachmark-content-font-style));line-height:var(--mod-coachmark-content-line-height,var(--spectrum-coachmark-content-line-height));margin-block-end:var(--mod-coachmark-body-to-footer,var(--spectrum-coachmark-body-to-footer))}.footer{align-items:end;margin-block-start:0;padding-block-end:var(--mod-coachmark-padding,var(--spectrum-coachmark-padding));display:grid}.footer .spectrum-ButtonGroup{grid-column-start:2}.title{color:var(--mod-coachmark-title-color,var(--spectrum-coachmark-title-color));font-size:var(--mod-coachmark-title-font-size,var(--spectrum-coachmark-title-font-size));font-weight:var(--mod-coachmark-title-text-font-weight,var(--spectrum-coachmark-title-text-font-weight));font-family:var(--mod-coachmark-title-font-family,var(--spectrum-coachmark-title-font-family));font-style:var(--mod-coachmark-title-font-style,var(--spectrum-coachmark-title-font-style));line-height:var(--mod-coachmark-title-text-line-height,var(--spectrum-coachmark-title-text-line-height));margin-block-end:0}.step{color:var(--mod-coachmark-step-color,var(--spectrum-coachmark-step-color));font-size:var(--mod-coachmark-step-font-size,var(--spectrum-coachmark-step-font-size));font-weight:var(--mod-coachmark-step-text-font-weight,var(--spectrum-coachmark-step-text-font-weight));font-style:var(--mod-coachmark-step-font-style,var(--spectrum-coachmark-step-font-style));line-height:var(--mod-coachmark-step-text-line-height,var(--spectrum-coachmark-step-text-line-height));white-space:nowrap;justify-self:start;margin-block-end:calc(var(--mod-coachmark-step-to-bottom,var(--spectrum-coachmark-step-to-bottom)) - var(--mod-coachmark-padding,var(--spectrum-coachmark-padding)))}:host{--spectrum-coachmark-min-width:var(--system-coach-mark-min-width);--spectrum-coachmark-width:var(--system-coach-mark-width);--spectrum-coachmark-max-width:var(--system-coach-mark-max-width);--spectrum-coachmark-media-height:var(--system-coach-mark-media-height);--spectrum-coachmark-media-min-height:var(--system-coach-mark-media-min-height);--spectrum-coachmark-padding:var(--system-coach-mark-padding);--spectrum-coachmark-heading-to-action-button:var(--system-coach-mark-heading-to-action-button);--spectrum-coachmark-header-to-body:var(--system-coach-mark-header-to-body);--spectrum-coachmark-body-to-footer:var(--system-coach-mark-body-to-footer);--spectrum-coachmark-title-color:var(--system-coach-mark-title-color);--spectrum-coachmark-title-font-family:var(--system-coach-mark-title-font-family);--spectrum-coachmark-title-font-style:var(--system-coach-mark-title-font-style);--spectrum-coachmark-title-text-font-weight:var(--system-coach-mark-title-text-font-weight);--spectrum-coachmark-title-font-size:var(--system-coach-mark-title-font-size);--spectrum-coachmark-title-text-line-height:var(--system-coach-mark-title-text-line-height);--spectrum-coachmark-content-font-color:var(--system-coach-mark-content-font-color);--spectrum-coachmark-content-font-weight:var(--system-coach-mark-content-font-weight);--spectrum-coachmark-content-font-family:var(--system-coach-mark-content-font-family);--spectrum-coachmark-content-font-style:var(--system-coach-mark-content-font-style);--spectrum-coachmark-content-line-height:var(--system-coach-mark-content-line-height);--spectrum-coachmark-content-font-size:var(--system-coach-mark-content-font-size);--spectrum-coachmark-step-color:var(--system-coach-mark-step-color);--spectrum-coachmark-step-font-weight:var(--system-coach-mark-step-font-weight);--spectrum-coachmark-step-font-family:var(--system-coach-mark-step-font-family);--spectrum-coachmark-step-font-style:var(--system-coach-mark-step-font-style);--spectrum-coachmark-step-line-height:var(--system-coach-mark-step-line-height);--spectrum-coachmark-step-font-size:var(--system-coach-mark-step-font-size);--spectrum-coachmark-step-to-bottom:var(--system-coach-mark-step-to-bottom);--spectrum-coachmark-popover-border-width:var(--system-coach-mark-popover-border-width);--spectrum-coachmark-popover-corner-radius:var(--system-coach-mark-popover-corner-radius);--spectrum-coachmark-buttongroup-spacing-horizontal:var(--system-coach-mark-buttongroup-spacing-horizontal)}:host{--spectrum-coachmark-dimension-size-175:14px;--spectrum-coachmark-dimension-size-200:16px;--spectrum-coachmark-dimension-size-100:8px;--spectrum-coachmark-dimension-size-50:4px;--spectrum-coachmark-content-font-family:var(--spectrum-font-family)}.keyboard-shortcut{background-color:var(--spectrum-gray-200);border:var(--spectrum-text-underline-gap)solid var(--spectrum-gray-200);border-radius:var(--spectrum-spacing-75);color:var(--spectrum-gray-800);min-width:var(--spectrum-badge-min-width);padding-block:var(--spectrum-coachmark-dimension-size-50);padding-inline:var(--spectrum-coachmark-dimension-size-100);flex-flow:row;justify-content:center;align-items:center;display:inline-flex}.keys{align-items:center;gap:var(--spectrum-coachmark-dimension-size-175)var(--spectrum-coachmark-dimension-size-50);font-family:var(--mod-body-sans-serif-font-family,var(--spectrum-body-sans-serif-font-family));flex-flow:wrap;display:flex}.flex-container{align-items:center;gap:var(--spectrum-coachmark-dimension-size-175)var(--spectrum-coachmark-dimension-size-200);flex-wrap:wrap;display:flex}.static-item{flex:0;align-self:flex-start}#cover-photo{display:contents}\n`;\nexport default styles;"],
5
5
  "mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAGf,eAAe;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["coachmark.css.ts"],
4
- "sourcesContent": ["/*\nCopyright 2025 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{--mod-buttongroup-justify-content:flex-end;--mod-popover-border-width:var(--spectrum-coachmark-popover-border-width);--mod-popover-corner-radius:var(--spectrum-coachmark-popover-corner-radius);--mod-popover-content-area-spacing-vertical:0;--mod-button-edge-to-visual-only:9px;--spectrum-coachmark-border-size:var(--mod-popover-border-width);--spectrum-coachmark-border-radius:var(--mod-popover-corner-radius);min-inline-size:var(--mod-coachmark-min-width,var(--spectrum-coachmark-min-width));max-inline-size:var(--mod-coachmark-max-width,var(--spectrum-coachmark-max-width));inline-size:var(--mod-coachmark-width,var(--spectrum-coachmark-width));position:relative}.buttongroup{display:var(--spectrum-coachmark-buttongroup-display)}.buttongroup-mobile{--mod-buttongroup-spacing-horizontal:var(--spectrum-coachmark-buttongroup-spacing-horizontal);display:var(--spectrum-coachmark-buttongroup-mobile-display)}.menu{display:var(--spectrum-coachmark-menu-display)}.spectrum-CoachMark-menu--mobile{display:var(--spectrum-coachmark-menu-mobile-display)}.image-wrapper{block-size:var(--mod-coachmark-media-height,var(--spectrum-coachmark-media-height));min-block-size:var(--mod-coachmark-media-min-height,var(--spectrum-coachmark-media-min-height));inline-size:calc(var(--mod-coachmark-width,var(--spectrum-coachmark-width)) - var(--mod-coachmark-border-size,var(--spectrum-coachmark-border-size))*2);object-fit:cover;object-position:center;border-start-start-radius:inherit;border-start-end-radius:inherit}.image{inline-size:100%;block-size:100%;object-fit:cover;border-start-start-radius:calc(var(--mod-coachmark-border-radius,var(--spectrum-coachmark-border-radius)) - var(--mod-coachmark-border-size,var(--spectrum-coachmark-border-size)));border-start-end-radius:calc(var(--mod-coachmark-border-radius,var(--spectrum-coachmark-border-radius)) - var(--mod-coachmark-border-size,var(--spectrum-coachmark-border-size)));display:block}.content,.footer,.header{padding-block:0;padding-inline:var(--mod-coachmark-padding,var(--spectrum-coachmark-padding))}.header{justify-content:space-between;align-items:center;margin-block-end:var(--mod-coachmark-header-to-body,var(--spectrum-coachmark-header-to-body));padding-block-start:var(--mod-coachmark-padding,var(--spectrum-coachmark-padding));display:flex}.action-menu{white-space:nowrap;z-index:1;margin-inline-start:var(--mod-coachmark-heading-to-action-button,var(--spectrum-coachmark-heading-to-action-button))}.content{color:var(--mod-coachmark-content-font-color,var(--spectrum-coachmark-content-font-color));font-size:var(--mod-coachmark-content-font-size,var(--spectrum-coachmark-content-font-size));font-weight:var(--mod-coachmark-content-font-weight,var(--spectrum-coachmark-content-font-weight));font-family:var(--mod-coachmark-content-font-family,var(--spectrum-coachmark-content-font-family));font-style:var(--mod-coachmark-content-font-style,var(--spectrum-coachmark-content-font-style));line-height:var(--mod-coachmark-content-line-height,var(--spectrum-coachmark-content-line-height));margin-block-end:var(--mod-coachmark-body-to-footer,var(--spectrum-coachmark-body-to-footer))}.footer{align-items:end;margin-block-start:0;padding-block-end:var(--mod-coachmark-padding,var(--spectrum-coachmark-padding));display:grid}.footer .spectrum-ButtonGroup{grid-column-start:2}.title{color:var(--mod-coachmark-title-color,var(--spectrum-coachmark-title-color));font-size:var(--mod-coachmark-title-font-size,var(--spectrum-coachmark-title-font-size));font-weight:var(--mod-coachmark-title-text-font-weight,var(--spectrum-coachmark-title-text-font-weight));font-family:var(--mod-coachmark-title-font-family,var(--spectrum-coachmark-title-font-family));font-style:var(--mod-coachmark-title-font-style,var(--spectrum-coachmark-title-font-style));line-height:var(--mod-coachmark-title-text-line-height,var(--spectrum-coachmark-title-text-line-height));margin-block-end:0}.step{color:var(--mod-coachmark-step-color,var(--spectrum-coachmark-step-color));font-size:var(--mod-coachmark-step-font-size,var(--spectrum-coachmark-step-font-size));font-weight:var(--mod-coachmark-step-text-font-weight,var(--spectrum-coachmark-step-text-font-weight));font-style:var(--mod-coachmark-step-font-style,var(--spectrum-coachmark-step-font-style));line-height:var(--mod-coachmark-step-text-line-height,var(--spectrum-coachmark-step-text-line-height));white-space:nowrap;justify-self:start;margin-block-end:calc(var(--mod-coachmark-step-to-bottom,var(--spectrum-coachmark-step-to-bottom)) - var(--mod-coachmark-padding,var(--spectrum-coachmark-padding)))}:host{--spectrum-coachmark-min-width:var(--system-coach-mark-min-width);--spectrum-coachmark-width:var(--system-coach-mark-width);--spectrum-coachmark-max-width:var(--system-coach-mark-max-width);--spectrum-coachmark-media-height:var(--system-coach-mark-media-height);--spectrum-coachmark-media-min-height:var(--system-coach-mark-media-min-height);--spectrum-coachmark-padding:var(--system-coach-mark-padding);--spectrum-coachmark-heading-to-action-button:var(--system-coach-mark-heading-to-action-button);--spectrum-coachmark-header-to-body:var(--system-coach-mark-header-to-body);--spectrum-coachmark-body-to-footer:var(--system-coach-mark-body-to-footer);--spectrum-coachmark-title-color:var(--system-coach-mark-title-color);--spectrum-coachmark-title-font-family:var(--system-coach-mark-title-font-family);--spectrum-coachmark-title-font-style:var(--system-coach-mark-title-font-style);--spectrum-coachmark-title-text-font-weight:var(--system-coach-mark-title-text-font-weight);--spectrum-coachmark-title-font-size:var(--system-coach-mark-title-font-size);--spectrum-coachmark-title-text-line-height:var(--system-coach-mark-title-text-line-height);--spectrum-coachmark-content-font-color:var(--system-coach-mark-content-font-color);--spectrum-coachmark-content-font-weight:var(--system-coach-mark-content-font-weight);--spectrum-coachmark-content-font-family:var(--system-coach-mark-content-font-family);--spectrum-coachmark-content-font-style:var(--system-coach-mark-content-font-style);--spectrum-coachmark-content-line-height:var(--system-coach-mark-content-line-height);--spectrum-coachmark-content-font-size:var(--system-coach-mark-content-font-size);--spectrum-coachmark-step-color:var(--system-coach-mark-step-color);--spectrum-coachmark-step-font-weight:var(--system-coach-mark-step-font-weight);--spectrum-coachmark-step-font-family:var(--system-coach-mark-step-font-family);--spectrum-coachmark-step-font-style:var(--system-coach-mark-step-font-style);--spectrum-coachmark-step-line-height:var(--system-coach-mark-step-line-height);--spectrum-coachmark-step-font-size:var(--system-coach-mark-step-font-size);--spectrum-coachmark-step-to-bottom:var(--system-coach-mark-step-to-bottom);--spectrum-coachmark-popover-border-width:var(--system-coach-mark-popover-border-width);--spectrum-coachmark-popover-corner-radius:var(--system-coach-mark-popover-corner-radius);--spectrum-coachmark-buttongroup-spacing-horizontal:var(--system-coach-mark-buttongroup-spacing-horizontal)}:host{--spectrum-coachmark-dimension-size-175:14px;--spectrum-coachmark-dimension-size-200:16px;--spectrum-coachmark-dimension-size-100:8px;--spectrum-coachmark-dimension-size-50:4px;--spectrum-coachmark-content-font-family:var(--spectrum-font-family)}.keyboard-shortcut{background-color:var(--spectrum-gray-200);border:var(--spectrum-text-underline-gap)solid var(--spectrum-gray-200);border-radius:var(--spectrum-spacing-75);color:var(--spectrum-gray-800);min-width:var(--spectrum-badge-min-width);padding-block:var(--spectrum-coachmark-dimension-size-50);padding-inline:var(--spectrum-coachmark-dimension-size-100);flex-flow:row;justify-content:center;align-items:center;display:inline-flex}.keys{align-items:center;gap:var(--spectrum-coachmark-dimension-size-175)var(--spectrum-coachmark-dimension-size-50);font-family:var(--mod-body-sans-serif-font-family,var(--spectrum-body-sans-serif-font-family));flex-flow:wrap;display:flex}.flex-container{align-items:center;gap:var(--spectrum-coachmark-dimension-size-175)var(--spectrum-coachmark-dimension-size-200);flex-wrap:wrap;display:flex}.static-item{flex:0;align-self:flex-start}#cover-photo{display:contents}\n`;\nexport default styles;"],
4
+ "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n :host{--mod-buttongroup-justify-content:flex-end;--mod-popover-border-width:var(--spectrum-coachmark-popover-border-width);--mod-popover-corner-radius:var(--spectrum-coachmark-popover-corner-radius);--mod-popover-content-area-spacing-vertical:0;--mod-button-edge-to-visual-only:9px;--spectrum-coachmark-border-size:var(--mod-popover-border-width);--spectrum-coachmark-border-radius:var(--mod-popover-corner-radius);min-inline-size:var(--mod-coachmark-min-width,var(--spectrum-coachmark-min-width));max-inline-size:var(--mod-coachmark-max-width,var(--spectrum-coachmark-max-width));inline-size:var(--mod-coachmark-width,var(--spectrum-coachmark-width));position:relative}.buttongroup{display:var(--spectrum-coachmark-buttongroup-display)}.buttongroup-mobile{--mod-buttongroup-spacing-horizontal:var(--spectrum-coachmark-buttongroup-spacing-horizontal);display:var(--spectrum-coachmark-buttongroup-mobile-display)}.menu{display:var(--spectrum-coachmark-menu-display)}.spectrum-CoachMark-menu--mobile{display:var(--spectrum-coachmark-menu-mobile-display)}.image-wrapper{block-size:var(--mod-coachmark-media-height,var(--spectrum-coachmark-media-height));min-block-size:var(--mod-coachmark-media-min-height,var(--spectrum-coachmark-media-min-height));inline-size:calc(var(--mod-coachmark-width,var(--spectrum-coachmark-width)) - var(--mod-coachmark-border-size,var(--spectrum-coachmark-border-size))*2);object-fit:cover;object-position:center;border-start-start-radius:inherit;border-start-end-radius:inherit}.image{inline-size:100%;block-size:100%;object-fit:cover;border-start-start-radius:calc(var(--mod-coachmark-border-radius,var(--spectrum-coachmark-border-radius)) - var(--mod-coachmark-border-size,var(--spectrum-coachmark-border-size)));border-start-end-radius:calc(var(--mod-coachmark-border-radius,var(--spectrum-coachmark-border-radius)) - var(--mod-coachmark-border-size,var(--spectrum-coachmark-border-size)));display:block}.content,.footer,.header{padding-block:0;padding-inline:var(--mod-coachmark-padding,var(--spectrum-coachmark-padding))}.header{justify-content:space-between;align-items:center;margin-block-end:var(--mod-coachmark-header-to-body,var(--spectrum-coachmark-header-to-body));padding-block-start:var(--mod-coachmark-padding,var(--spectrum-coachmark-padding));display:flex}.action-menu{white-space:nowrap;z-index:1;margin-inline-start:var(--mod-coachmark-heading-to-action-button,var(--spectrum-coachmark-heading-to-action-button))}.content{color:var(--mod-coachmark-content-font-color,var(--spectrum-coachmark-content-font-color));font-size:var(--mod-coachmark-content-font-size,var(--spectrum-coachmark-content-font-size));font-weight:var(--mod-coachmark-content-font-weight,var(--spectrum-coachmark-content-font-weight));font-family:var(--mod-coachmark-content-font-family,var(--spectrum-coachmark-content-font-family));font-style:var(--mod-coachmark-content-font-style,var(--spectrum-coachmark-content-font-style));line-height:var(--mod-coachmark-content-line-height,var(--spectrum-coachmark-content-line-height));margin-block-end:var(--mod-coachmark-body-to-footer,var(--spectrum-coachmark-body-to-footer))}.footer{align-items:end;margin-block-start:0;padding-block-end:var(--mod-coachmark-padding,var(--spectrum-coachmark-padding));display:grid}.footer .spectrum-ButtonGroup{grid-column-start:2}.title{color:var(--mod-coachmark-title-color,var(--spectrum-coachmark-title-color));font-size:var(--mod-coachmark-title-font-size,var(--spectrum-coachmark-title-font-size));font-weight:var(--mod-coachmark-title-text-font-weight,var(--spectrum-coachmark-title-text-font-weight));font-family:var(--mod-coachmark-title-font-family,var(--spectrum-coachmark-title-font-family));font-style:var(--mod-coachmark-title-font-style,var(--spectrum-coachmark-title-font-style));line-height:var(--mod-coachmark-title-text-line-height,var(--spectrum-coachmark-title-text-line-height));margin-block-end:0}.step{color:var(--mod-coachmark-step-color,var(--spectrum-coachmark-step-color));font-size:var(--mod-coachmark-step-font-size,var(--spectrum-coachmark-step-font-size));font-weight:var(--mod-coachmark-step-text-font-weight,var(--spectrum-coachmark-step-text-font-weight));font-style:var(--mod-coachmark-step-font-style,var(--spectrum-coachmark-step-font-style));line-height:var(--mod-coachmark-step-text-line-height,var(--spectrum-coachmark-step-text-line-height));white-space:nowrap;justify-self:start;margin-block-end:calc(var(--mod-coachmark-step-to-bottom,var(--spectrum-coachmark-step-to-bottom)) - var(--mod-coachmark-padding,var(--spectrum-coachmark-padding)))}:host{--spectrum-coachmark-min-width:var(--system-coach-mark-min-width);--spectrum-coachmark-width:var(--system-coach-mark-width);--spectrum-coachmark-max-width:var(--system-coach-mark-max-width);--spectrum-coachmark-media-height:var(--system-coach-mark-media-height);--spectrum-coachmark-media-min-height:var(--system-coach-mark-media-min-height);--spectrum-coachmark-padding:var(--system-coach-mark-padding);--spectrum-coachmark-heading-to-action-button:var(--system-coach-mark-heading-to-action-button);--spectrum-coachmark-header-to-body:var(--system-coach-mark-header-to-body);--spectrum-coachmark-body-to-footer:var(--system-coach-mark-body-to-footer);--spectrum-coachmark-title-color:var(--system-coach-mark-title-color);--spectrum-coachmark-title-font-family:var(--system-coach-mark-title-font-family);--spectrum-coachmark-title-font-style:var(--system-coach-mark-title-font-style);--spectrum-coachmark-title-text-font-weight:var(--system-coach-mark-title-text-font-weight);--spectrum-coachmark-title-font-size:var(--system-coach-mark-title-font-size);--spectrum-coachmark-title-text-line-height:var(--system-coach-mark-title-text-line-height);--spectrum-coachmark-content-font-color:var(--system-coach-mark-content-font-color);--spectrum-coachmark-content-font-weight:var(--system-coach-mark-content-font-weight);--spectrum-coachmark-content-font-family:var(--system-coach-mark-content-font-family);--spectrum-coachmark-content-font-style:var(--system-coach-mark-content-font-style);--spectrum-coachmark-content-line-height:var(--system-coach-mark-content-line-height);--spectrum-coachmark-content-font-size:var(--system-coach-mark-content-font-size);--spectrum-coachmark-step-color:var(--system-coach-mark-step-color);--spectrum-coachmark-step-font-weight:var(--system-coach-mark-step-font-weight);--spectrum-coachmark-step-font-family:var(--system-coach-mark-step-font-family);--spectrum-coachmark-step-font-style:var(--system-coach-mark-step-font-style);--spectrum-coachmark-step-line-height:var(--system-coach-mark-step-line-height);--spectrum-coachmark-step-font-size:var(--system-coach-mark-step-font-size);--spectrum-coachmark-step-to-bottom:var(--system-coach-mark-step-to-bottom);--spectrum-coachmark-popover-border-width:var(--system-coach-mark-popover-border-width);--spectrum-coachmark-popover-corner-radius:var(--system-coach-mark-popover-corner-radius);--spectrum-coachmark-buttongroup-spacing-horizontal:var(--system-coach-mark-buttongroup-spacing-horizontal)}:host{--spectrum-coachmark-dimension-size-175:14px;--spectrum-coachmark-dimension-size-200:16px;--spectrum-coachmark-dimension-size-100:8px;--spectrum-coachmark-dimension-size-50:4px;--spectrum-coachmark-content-font-family:var(--spectrum-font-family)}.keyboard-shortcut{background-color:var(--spectrum-gray-200);border:var(--spectrum-text-underline-gap)solid var(--spectrum-gray-200);border-radius:var(--spectrum-spacing-75);color:var(--spectrum-gray-800);min-width:var(--spectrum-badge-min-width);padding-block:var(--spectrum-coachmark-dimension-size-50);padding-inline:var(--spectrum-coachmark-dimension-size-100);flex-flow:row;justify-content:center;align-items:center;display:inline-flex}.keys{align-items:center;gap:var(--spectrum-coachmark-dimension-size-175)var(--spectrum-coachmark-dimension-size-50);font-family:var(--mod-body-sans-serif-font-family,var(--spectrum-body-sans-serif-font-family));flex-flow:wrap;display:flex}.flex-container{align-items:center;gap:var(--spectrum-coachmark-dimension-size-175)var(--spectrum-coachmark-dimension-size-200);flex-wrap:wrap;display:flex}.static-item{flex:0;align-self:flex-start}#cover-photo{display:contents}\n`;\nexport default styles;"],
5
5
  "mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA,EAGf,eAAeC",
6
6
  "names": ["css", "styles"]
7
7
  }
package/src/index.d.ts CHANGED
@@ -1,3 +1,14 @@
1
+ /**
2
+ * Copyright 2025 Adobe. All rights reserved.
3
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License. You may obtain a copy
5
+ * of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+ *
7
+ * Unless required by applicable law or agreed to in writing, software distributed under
8
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ * OF ANY KIND, either express or implied. See the License for the specific language
10
+ * governing permissions and limitations under the License.
11
+ */
1
12
  export * from './Coachmark.js';
2
13
  export * from './CoachIndicator.js';
3
14
  export * from './CoachmarkItem.js';
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
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 './Coachmark.dev.js'\nexport * from './CoachIndicator.dev.js'\nexport * from './CoachmarkItem.dev.js'\n"],
4
+ "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nexport * from './Coachmark.dev.js'\nexport * from './CoachIndicator.dev.js'\nexport * from './CoachmarkItem.dev.js'\n"],
5
5
  "mappings": ";AAWA,cAAc;AACd,cAAc;AACd,cAAc;",
6
6
  "names": []
7
7
  }
package/src/index.js.map CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
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 './Coachmark.js';\nexport * from './CoachIndicator.js';\nexport * from './CoachmarkItem.js';\n"],
4
+ "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nexport * from './Coachmark.js';\nexport * from './CoachIndicator.js';\nexport * from './CoachmarkItem.js';\n"],
5
5
  "mappings": "aAWA,WAAc,iBACd,WAAc,sBACd,WAAc",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["spectrum-coach-indicator.css.ts"],
4
- "sourcesContent": ["/*\nCopyright 2025 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{margin:var(--mod-coach-indicator-gap,var(--spectrum-coach-indicator-gap));min-inline-size:var(--mod-coach-indicator-min-inline-size,var(--spectrum-coach-indicator-min-inline-size));min-block-size:var(--mod-coach-indicator-min-block-size,var(--spectrum-coach-indicator-min-block-size));inline-size:var(--mod-coach-indicator-inline-size,var(--spectrum-coach-indicator-inline-size));block-size:var(--mod-coach-indicator-block-size,var(--spectrum-coach-indicator-block-size));position:relative}:host([quiet]){--mod-coach-indicator-min-inline-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-min-block-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-inline-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-block-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-ring-inline-size:var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size));--mod-coach-indicator-ring-block-size:var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size));--mod-coach-indicator-top:calc(var(--mod-coach-indicator-min-inline-size)/3 - var(--spectrum-coach-indicator-ring-border-size));--mod-coach-indicator-left:calc(var(--mod-coach-indicator-min-inline-size)/3 - var(--spectrum-coach-indicator-ring-border-size));--mod-coach-indicator-inner-animation-delay-multiple:var(--mod-coach-indicator-quiet-animation-ring-inner-delay-multiple,var(--spectrum-coach-indicator-quiet-animation-ring-inner-delay-multiple))}.ring{border-style:solid;border-width:var(--mod-coach-indicator-ring-border-size,var(--spectrum-coach-indicator-ring-border-size));border-color:var(--mod-coach-indicator-ring-default-color,var(--spectrum-coach-indicator-ring-default-color));inline-size:var(--mod-coach-indicator-ring-inline-size,var(--spectrum-coach-indicator-ring-inline-size));block-size:var(--mod-coach-indicator-ring-block-size,var(--spectrum-coach-indicator-ring-block-size));animation:var(--mod-coach-indicator-animation-name,var(--spectrum-coach-indicator-animation-name))var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))linear infinite;border-radius:50%;display:block;position:absolute;inset-block-start:var(--mod-coach-indicator-top,var(--spectrum-coach-indicator-top));inset-inline-start:var(--mod-coach-indicator-left,var(--spectrum-coach-indicator-left))}.ring:first-child{animation-delay:calc(var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))*var(--mod-coach-indicator-inner-animation-delay-multiple,var(--spectrum-coach-indicator-inner-animation-delay-multiple)))}.ring:nth-child(2){animation-delay:calc(var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))*var(--mod-coach-animation-indicator-ring-center-delay-multiple,var(--spectrum-coach-animation-indicator-ring-center-delay-multiple)))}.ring:nth-child(3){animation-delay:calc(var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))*var(--mod-coach-animation-indicator-ring-outer-delay-multiple,var(--spectrum-coach-animation-indicator-ring-outer-delay-multiple)))}:host([static-color=white]) .ring{border-color:var(--mod-coach-indicator-ring-light-color,var(--spectrum-coach-indicator-ring-light-color))}:host([static-color=black]) .ring{border-color:var(--mod-coach-indicator-ring-dark-color,var(--spectrum-coach-indicator-ring-dark-color))}@media (prefers-reduced-motion:reduce){.ring{animation:none}}@keyframes pulse{0%{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-0-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-0-opacity)}50%{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-50-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-50-opacity)}to{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-100-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-100-opacity)}}@keyframes pulse-quiet{0%{transform:scale(var(--spectrum-coach-indicator-quiet-animation-keyframe-0-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-0-opacity)}50%{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-50-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-50-opacity)}to{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-100-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-100-opacity)}}\n`;\nexport default styles;"],
4
+ "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n :host{margin:var(--mod-coach-indicator-gap,var(--spectrum-coach-indicator-gap));min-inline-size:var(--mod-coach-indicator-min-inline-size,var(--spectrum-coach-indicator-min-inline-size));min-block-size:var(--mod-coach-indicator-min-block-size,var(--spectrum-coach-indicator-min-block-size));inline-size:var(--mod-coach-indicator-inline-size,var(--spectrum-coach-indicator-inline-size));block-size:var(--mod-coach-indicator-block-size,var(--spectrum-coach-indicator-block-size));position:relative}:host([quiet]){--mod-coach-indicator-min-inline-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-min-block-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-inline-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-block-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-ring-inline-size:var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size));--mod-coach-indicator-ring-block-size:var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size));--mod-coach-indicator-top:calc(var(--mod-coach-indicator-min-inline-size)/3 - var(--spectrum-coach-indicator-ring-border-size));--mod-coach-indicator-left:calc(var(--mod-coach-indicator-min-inline-size)/3 - var(--spectrum-coach-indicator-ring-border-size));--mod-coach-indicator-inner-animation-delay-multiple:var(--mod-coach-indicator-quiet-animation-ring-inner-delay-multiple,var(--spectrum-coach-indicator-quiet-animation-ring-inner-delay-multiple))}.ring{border-style:solid;border-width:var(--mod-coach-indicator-ring-border-size,var(--spectrum-coach-indicator-ring-border-size));border-color:var(--mod-coach-indicator-ring-default-color,var(--spectrum-coach-indicator-ring-default-color));inline-size:var(--mod-coach-indicator-ring-inline-size,var(--spectrum-coach-indicator-ring-inline-size));block-size:var(--mod-coach-indicator-ring-block-size,var(--spectrum-coach-indicator-ring-block-size));animation:var(--mod-coach-indicator-animation-name,var(--spectrum-coach-indicator-animation-name))var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))linear infinite;border-radius:50%;display:block;position:absolute;inset-block-start:var(--mod-coach-indicator-top,var(--spectrum-coach-indicator-top));inset-inline-start:var(--mod-coach-indicator-left,var(--spectrum-coach-indicator-left))}.ring:first-child{animation-delay:calc(var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))*var(--mod-coach-indicator-inner-animation-delay-multiple,var(--spectrum-coach-indicator-inner-animation-delay-multiple)))}.ring:nth-child(2){animation-delay:calc(var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))*var(--mod-coach-animation-indicator-ring-center-delay-multiple,var(--spectrum-coach-animation-indicator-ring-center-delay-multiple)))}.ring:nth-child(3){animation-delay:calc(var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))*var(--mod-coach-animation-indicator-ring-outer-delay-multiple,var(--spectrum-coach-animation-indicator-ring-outer-delay-multiple)))}:host([static-color=white]) .ring{border-color:var(--mod-coach-indicator-ring-light-color,var(--spectrum-coach-indicator-ring-light-color))}:host([static-color=black]) .ring{border-color:var(--mod-coach-indicator-ring-dark-color,var(--spectrum-coach-indicator-ring-dark-color))}@media (prefers-reduced-motion:reduce){.ring{animation:none}}@keyframes pulse{0%{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-0-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-0-opacity)}50%{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-50-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-50-opacity)}to{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-100-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-100-opacity)}}@keyframes pulse-quiet{0%{transform:scale(var(--spectrum-coach-indicator-quiet-animation-keyframe-0-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-0-opacity)}50%{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-50-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-50-opacity)}to{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-100-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-100-opacity)}}\n`;\nexport default styles;"],
5
5
  "mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAGf,eAAe;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["spectrum-coach-indicator.css.ts"],
4
- "sourcesContent": ["/*\nCopyright 2025 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{margin:var(--mod-coach-indicator-gap,var(--spectrum-coach-indicator-gap));min-inline-size:var(--mod-coach-indicator-min-inline-size,var(--spectrum-coach-indicator-min-inline-size));min-block-size:var(--mod-coach-indicator-min-block-size,var(--spectrum-coach-indicator-min-block-size));inline-size:var(--mod-coach-indicator-inline-size,var(--spectrum-coach-indicator-inline-size));block-size:var(--mod-coach-indicator-block-size,var(--spectrum-coach-indicator-block-size));position:relative}:host([quiet]){--mod-coach-indicator-min-inline-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-min-block-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-inline-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-block-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-ring-inline-size:var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size));--mod-coach-indicator-ring-block-size:var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size));--mod-coach-indicator-top:calc(var(--mod-coach-indicator-min-inline-size)/3 - var(--spectrum-coach-indicator-ring-border-size));--mod-coach-indicator-left:calc(var(--mod-coach-indicator-min-inline-size)/3 - var(--spectrum-coach-indicator-ring-border-size));--mod-coach-indicator-inner-animation-delay-multiple:var(--mod-coach-indicator-quiet-animation-ring-inner-delay-multiple,var(--spectrum-coach-indicator-quiet-animation-ring-inner-delay-multiple))}.ring{border-style:solid;border-width:var(--mod-coach-indicator-ring-border-size,var(--spectrum-coach-indicator-ring-border-size));border-color:var(--mod-coach-indicator-ring-default-color,var(--spectrum-coach-indicator-ring-default-color));inline-size:var(--mod-coach-indicator-ring-inline-size,var(--spectrum-coach-indicator-ring-inline-size));block-size:var(--mod-coach-indicator-ring-block-size,var(--spectrum-coach-indicator-ring-block-size));animation:var(--mod-coach-indicator-animation-name,var(--spectrum-coach-indicator-animation-name))var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))linear infinite;border-radius:50%;display:block;position:absolute;inset-block-start:var(--mod-coach-indicator-top,var(--spectrum-coach-indicator-top));inset-inline-start:var(--mod-coach-indicator-left,var(--spectrum-coach-indicator-left))}.ring:first-child{animation-delay:calc(var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))*var(--mod-coach-indicator-inner-animation-delay-multiple,var(--spectrum-coach-indicator-inner-animation-delay-multiple)))}.ring:nth-child(2){animation-delay:calc(var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))*var(--mod-coach-animation-indicator-ring-center-delay-multiple,var(--spectrum-coach-animation-indicator-ring-center-delay-multiple)))}.ring:nth-child(3){animation-delay:calc(var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))*var(--mod-coach-animation-indicator-ring-outer-delay-multiple,var(--spectrum-coach-animation-indicator-ring-outer-delay-multiple)))}:host([static-color=white]) .ring{border-color:var(--mod-coach-indicator-ring-light-color,var(--spectrum-coach-indicator-ring-light-color))}:host([static-color=black]) .ring{border-color:var(--mod-coach-indicator-ring-dark-color,var(--spectrum-coach-indicator-ring-dark-color))}@media (prefers-reduced-motion:reduce){.ring{animation:none}}@keyframes pulse{0%{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-0-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-0-opacity)}50%{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-50-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-50-opacity)}to{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-100-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-100-opacity)}}@keyframes pulse-quiet{0%{transform:scale(var(--spectrum-coach-indicator-quiet-animation-keyframe-0-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-0-opacity)}50%{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-50-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-50-opacity)}to{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-100-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-100-opacity)}}\n`;\nexport default styles;"],
4
+ "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n :host{margin:var(--mod-coach-indicator-gap,var(--spectrum-coach-indicator-gap));min-inline-size:var(--mod-coach-indicator-min-inline-size,var(--spectrum-coach-indicator-min-inline-size));min-block-size:var(--mod-coach-indicator-min-block-size,var(--spectrum-coach-indicator-min-block-size));inline-size:var(--mod-coach-indicator-inline-size,var(--spectrum-coach-indicator-inline-size));block-size:var(--mod-coach-indicator-block-size,var(--spectrum-coach-indicator-block-size));position:relative}:host([quiet]){--mod-coach-indicator-min-inline-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-min-block-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-inline-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-block-size:calc(var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size))*2.75);--mod-coach-indicator-ring-inline-size:var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size));--mod-coach-indicator-ring-block-size:var(--mod-coach-indicator-quiet-ring-diameter,var(--spectrum-coach-indicator-quiet-ring-diameter-size));--mod-coach-indicator-top:calc(var(--mod-coach-indicator-min-inline-size)/3 - var(--spectrum-coach-indicator-ring-border-size));--mod-coach-indicator-left:calc(var(--mod-coach-indicator-min-inline-size)/3 - var(--spectrum-coach-indicator-ring-border-size));--mod-coach-indicator-inner-animation-delay-multiple:var(--mod-coach-indicator-quiet-animation-ring-inner-delay-multiple,var(--spectrum-coach-indicator-quiet-animation-ring-inner-delay-multiple))}.ring{border-style:solid;border-width:var(--mod-coach-indicator-ring-border-size,var(--spectrum-coach-indicator-ring-border-size));border-color:var(--mod-coach-indicator-ring-default-color,var(--spectrum-coach-indicator-ring-default-color));inline-size:var(--mod-coach-indicator-ring-inline-size,var(--spectrum-coach-indicator-ring-inline-size));block-size:var(--mod-coach-indicator-ring-block-size,var(--spectrum-coach-indicator-ring-block-size));animation:var(--mod-coach-indicator-animation-name,var(--spectrum-coach-indicator-animation-name))var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))linear infinite;border-radius:50%;display:block;position:absolute;inset-block-start:var(--mod-coach-indicator-top,var(--spectrum-coach-indicator-top));inset-inline-start:var(--mod-coach-indicator-left,var(--spectrum-coach-indicator-left))}.ring:first-child{animation-delay:calc(var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))*var(--mod-coach-indicator-inner-animation-delay-multiple,var(--spectrum-coach-indicator-inner-animation-delay-multiple)))}.ring:nth-child(2){animation-delay:calc(var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))*var(--mod-coach-animation-indicator-ring-center-delay-multiple,var(--spectrum-coach-animation-indicator-ring-center-delay-multiple)))}.ring:nth-child(3){animation-delay:calc(var(--mod-coach-animation-indicator-ring-duration,var(--spectrum-coach-animation-indicator-ring-duration))*var(--mod-coach-animation-indicator-ring-outer-delay-multiple,var(--spectrum-coach-animation-indicator-ring-outer-delay-multiple)))}:host([static-color=white]) .ring{border-color:var(--mod-coach-indicator-ring-light-color,var(--spectrum-coach-indicator-ring-light-color))}:host([static-color=black]) .ring{border-color:var(--mod-coach-indicator-ring-dark-color,var(--spectrum-coach-indicator-ring-dark-color))}@media (prefers-reduced-motion:reduce){.ring{animation:none}}@keyframes pulse{0%{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-0-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-0-opacity)}50%{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-50-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-50-opacity)}to{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-100-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-100-opacity)}}@keyframes pulse-quiet{0%{transform:scale(var(--spectrum-coach-indicator-quiet-animation-keyframe-0-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-0-opacity)}50%{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-50-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-50-opacity)}to{transform:scale(var(--spectrum-coach-indicator-animation-keyframe-100-scale));opacity:var(--spectrum-coach-indicator-animation-keyframe-100-opacity)}}\n`;\nexport default styles;"],
5
5
  "mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA,EAGf,eAAeC",
6
6
  "names": ["css", "styles"]
7
7
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["spectrum-coachmark.css.ts"],
4
- "sourcesContent": ["/*\nCopyright 2025 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{--mod-buttongroup-justify-content:flex-end;--mod-popover-border-width:var(--spectrum-coachmark-popover-border-width);--mod-popover-corner-radius:var(--spectrum-coachmark-popover-corner-radius);--mod-popover-content-area-spacing-vertical:0;--mod-button-edge-to-visual-only:9px;--spectrum-coachmark-border-size:var(--mod-popover-border-width);--spectrum-coachmark-border-radius:var(--mod-popover-corner-radius);min-inline-size:var(--mod-coachmark-min-width,var(--spectrum-coachmark-min-width));max-inline-size:var(--mod-coachmark-max-width,var(--spectrum-coachmark-max-width));inline-size:var(--mod-coachmark-width,var(--spectrum-coachmark-width));position:relative}.buttongroup{display:var(--spectrum-coachmark-buttongroup-display)}.buttongroup-mobile{--mod-buttongroup-spacing-horizontal:var(--spectrum-coachmark-buttongroup-spacing-horizontal);display:var(--spectrum-coachmark-buttongroup-mobile-display)}.menu{display:var(--spectrum-coachmark-menu-display)}.spectrum-CoachMark-menu--mobile{display:var(--spectrum-coachmark-menu-mobile-display)}.image-wrapper{block-size:var(--mod-coachmark-media-height,var(--spectrum-coachmark-media-height));min-block-size:var(--mod-coachmark-media-min-height,var(--spectrum-coachmark-media-min-height));inline-size:calc(var(--mod-coachmark-width,var(--spectrum-coachmark-width)) - var(--mod-coachmark-border-size,var(--spectrum-coachmark-border-size))*2);object-fit:cover;object-position:center;border-start-start-radius:inherit;border-start-end-radius:inherit}.image{inline-size:100%;block-size:100%;object-fit:cover;border-start-start-radius:calc(var(--mod-coachmark-border-radius,var(--spectrum-coachmark-border-radius)) - var(--mod-coachmark-border-size,var(--spectrum-coachmark-border-size)));border-start-end-radius:calc(var(--mod-coachmark-border-radius,var(--spectrum-coachmark-border-radius)) - var(--mod-coachmark-border-size,var(--spectrum-coachmark-border-size)));display:block}.content,.footer,.header{padding-block:0;padding-inline:var(--mod-coachmark-padding,var(--spectrum-coachmark-padding))}.header{justify-content:space-between;align-items:center;margin-block-end:var(--mod-coachmark-header-to-body,var(--spectrum-coachmark-header-to-body));padding-block-start:var(--mod-coachmark-padding,var(--spectrum-coachmark-padding));display:flex}.action-menu{white-space:nowrap;z-index:1;margin-inline-start:var(--mod-coachmark-heading-to-action-button,var(--spectrum-coachmark-heading-to-action-button))}.content{color:var(--mod-coachmark-content-font-color,var(--spectrum-coachmark-content-font-color));font-size:var(--mod-coachmark-content-font-size,var(--spectrum-coachmark-content-font-size));font-weight:var(--mod-coachmark-content-font-weight,var(--spectrum-coachmark-content-font-weight));font-family:var(--mod-coachmark-content-font-family,var(--spectrum-coachmark-content-font-family));font-style:var(--mod-coachmark-content-font-style,var(--spectrum-coachmark-content-font-style));line-height:var(--mod-coachmark-content-line-height,var(--spectrum-coachmark-content-line-height));margin-block-end:var(--mod-coachmark-body-to-footer,var(--spectrum-coachmark-body-to-footer))}.footer{align-items:end;margin-block-start:0;padding-block-end:var(--mod-coachmark-padding,var(--spectrum-coachmark-padding));display:grid}.footer .spectrum-ButtonGroup{grid-column-start:2}.title{color:var(--mod-coachmark-title-color,var(--spectrum-coachmark-title-color));font-size:var(--mod-coachmark-title-font-size,var(--spectrum-coachmark-title-font-size));font-weight:var(--mod-coachmark-title-text-font-weight,var(--spectrum-coachmark-title-text-font-weight));font-family:var(--mod-coachmark-title-font-family,var(--spectrum-coachmark-title-font-family));font-style:var(--mod-coachmark-title-font-style,var(--spectrum-coachmark-title-font-style));line-height:var(--mod-coachmark-title-text-line-height,var(--spectrum-coachmark-title-text-line-height));margin-block-end:0}.step{color:var(--mod-coachmark-step-color,var(--spectrum-coachmark-step-color));font-size:var(--mod-coachmark-step-font-size,var(--spectrum-coachmark-step-font-size));font-weight:var(--mod-coachmark-step-text-font-weight,var(--spectrum-coachmark-step-text-font-weight));font-style:var(--mod-coachmark-step-font-style,var(--spectrum-coachmark-step-font-style));line-height:var(--mod-coachmark-step-text-line-height,var(--spectrum-coachmark-step-text-line-height));white-space:nowrap;justify-self:start;margin-block-end:calc(var(--mod-coachmark-step-to-bottom,var(--spectrum-coachmark-step-to-bottom)) - var(--mod-coachmark-padding,var(--spectrum-coachmark-padding)))}\n`;\nexport default styles;"],
4
+ "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n :host{--mod-buttongroup-justify-content:flex-end;--mod-popover-border-width:var(--spectrum-coachmark-popover-border-width);--mod-popover-corner-radius:var(--spectrum-coachmark-popover-corner-radius);--mod-popover-content-area-spacing-vertical:0;--mod-button-edge-to-visual-only:9px;--spectrum-coachmark-border-size:var(--mod-popover-border-width);--spectrum-coachmark-border-radius:var(--mod-popover-corner-radius);min-inline-size:var(--mod-coachmark-min-width,var(--spectrum-coachmark-min-width));max-inline-size:var(--mod-coachmark-max-width,var(--spectrum-coachmark-max-width));inline-size:var(--mod-coachmark-width,var(--spectrum-coachmark-width));position:relative}.buttongroup{display:var(--spectrum-coachmark-buttongroup-display)}.buttongroup-mobile{--mod-buttongroup-spacing-horizontal:var(--spectrum-coachmark-buttongroup-spacing-horizontal);display:var(--spectrum-coachmark-buttongroup-mobile-display)}.menu{display:var(--spectrum-coachmark-menu-display)}.spectrum-CoachMark-menu--mobile{display:var(--spectrum-coachmark-menu-mobile-display)}.image-wrapper{block-size:var(--mod-coachmark-media-height,var(--spectrum-coachmark-media-height));min-block-size:var(--mod-coachmark-media-min-height,var(--spectrum-coachmark-media-min-height));inline-size:calc(var(--mod-coachmark-width,var(--spectrum-coachmark-width)) - var(--mod-coachmark-border-size,var(--spectrum-coachmark-border-size))*2);object-fit:cover;object-position:center;border-start-start-radius:inherit;border-start-end-radius:inherit}.image{inline-size:100%;block-size:100%;object-fit:cover;border-start-start-radius:calc(var(--mod-coachmark-border-radius,var(--spectrum-coachmark-border-radius)) - var(--mod-coachmark-border-size,var(--spectrum-coachmark-border-size)));border-start-end-radius:calc(var(--mod-coachmark-border-radius,var(--spectrum-coachmark-border-radius)) - var(--mod-coachmark-border-size,var(--spectrum-coachmark-border-size)));display:block}.content,.footer,.header{padding-block:0;padding-inline:var(--mod-coachmark-padding,var(--spectrum-coachmark-padding))}.header{justify-content:space-between;align-items:center;margin-block-end:var(--mod-coachmark-header-to-body,var(--spectrum-coachmark-header-to-body));padding-block-start:var(--mod-coachmark-padding,var(--spectrum-coachmark-padding));display:flex}.action-menu{white-space:nowrap;z-index:1;margin-inline-start:var(--mod-coachmark-heading-to-action-button,var(--spectrum-coachmark-heading-to-action-button))}.content{color:var(--mod-coachmark-content-font-color,var(--spectrum-coachmark-content-font-color));font-size:var(--mod-coachmark-content-font-size,var(--spectrum-coachmark-content-font-size));font-weight:var(--mod-coachmark-content-font-weight,var(--spectrum-coachmark-content-font-weight));font-family:var(--mod-coachmark-content-font-family,var(--spectrum-coachmark-content-font-family));font-style:var(--mod-coachmark-content-font-style,var(--spectrum-coachmark-content-font-style));line-height:var(--mod-coachmark-content-line-height,var(--spectrum-coachmark-content-line-height));margin-block-end:var(--mod-coachmark-body-to-footer,var(--spectrum-coachmark-body-to-footer))}.footer{align-items:end;margin-block-start:0;padding-block-end:var(--mod-coachmark-padding,var(--spectrum-coachmark-padding));display:grid}.footer .spectrum-ButtonGroup{grid-column-start:2}.title{color:var(--mod-coachmark-title-color,var(--spectrum-coachmark-title-color));font-size:var(--mod-coachmark-title-font-size,var(--spectrum-coachmark-title-font-size));font-weight:var(--mod-coachmark-title-text-font-weight,var(--spectrum-coachmark-title-text-font-weight));font-family:var(--mod-coachmark-title-font-family,var(--spectrum-coachmark-title-font-family));font-style:var(--mod-coachmark-title-font-style,var(--spectrum-coachmark-title-font-style));line-height:var(--mod-coachmark-title-text-line-height,var(--spectrum-coachmark-title-text-line-height));margin-block-end:0}.step{color:var(--mod-coachmark-step-color,var(--spectrum-coachmark-step-color));font-size:var(--mod-coachmark-step-font-size,var(--spectrum-coachmark-step-font-size));font-weight:var(--mod-coachmark-step-text-font-weight,var(--spectrum-coachmark-step-text-font-weight));font-style:var(--mod-coachmark-step-font-style,var(--spectrum-coachmark-step-font-style));line-height:var(--mod-coachmark-step-text-line-height,var(--spectrum-coachmark-step-text-line-height));white-space:nowrap;justify-self:start;margin-block-end:calc(var(--mod-coachmark-step-to-bottom,var(--spectrum-coachmark-step-to-bottom)) - var(--mod-coachmark-padding,var(--spectrum-coachmark-padding)))}\n`;\nexport default styles;"],
5
5
  "mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAGf,eAAe;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["spectrum-coachmark.css.ts"],
4
- "sourcesContent": ["/*\nCopyright 2025 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{--mod-buttongroup-justify-content:flex-end;--mod-popover-border-width:var(--spectrum-coachmark-popover-border-width);--mod-popover-corner-radius:var(--spectrum-coachmark-popover-corner-radius);--mod-popover-content-area-spacing-vertical:0;--mod-button-edge-to-visual-only:9px;--spectrum-coachmark-border-size:var(--mod-popover-border-width);--spectrum-coachmark-border-radius:var(--mod-popover-corner-radius);min-inline-size:var(--mod-coachmark-min-width,var(--spectrum-coachmark-min-width));max-inline-size:var(--mod-coachmark-max-width,var(--spectrum-coachmark-max-width));inline-size:var(--mod-coachmark-width,var(--spectrum-coachmark-width));position:relative}.buttongroup{display:var(--spectrum-coachmark-buttongroup-display)}.buttongroup-mobile{--mod-buttongroup-spacing-horizontal:var(--spectrum-coachmark-buttongroup-spacing-horizontal);display:var(--spectrum-coachmark-buttongroup-mobile-display)}.menu{display:var(--spectrum-coachmark-menu-display)}.spectrum-CoachMark-menu--mobile{display:var(--spectrum-coachmark-menu-mobile-display)}.image-wrapper{block-size:var(--mod-coachmark-media-height,var(--spectrum-coachmark-media-height));min-block-size:var(--mod-coachmark-media-min-height,var(--spectrum-coachmark-media-min-height));inline-size:calc(var(--mod-coachmark-width,var(--spectrum-coachmark-width)) - var(--mod-coachmark-border-size,var(--spectrum-coachmark-border-size))*2);object-fit:cover;object-position:center;border-start-start-radius:inherit;border-start-end-radius:inherit}.image{inline-size:100%;block-size:100%;object-fit:cover;border-start-start-radius:calc(var(--mod-coachmark-border-radius,var(--spectrum-coachmark-border-radius)) - var(--mod-coachmark-border-size,var(--spectrum-coachmark-border-size)));border-start-end-radius:calc(var(--mod-coachmark-border-radius,var(--spectrum-coachmark-border-radius)) - var(--mod-coachmark-border-size,var(--spectrum-coachmark-border-size)));display:block}.content,.footer,.header{padding-block:0;padding-inline:var(--mod-coachmark-padding,var(--spectrum-coachmark-padding))}.header{justify-content:space-between;align-items:center;margin-block-end:var(--mod-coachmark-header-to-body,var(--spectrum-coachmark-header-to-body));padding-block-start:var(--mod-coachmark-padding,var(--spectrum-coachmark-padding));display:flex}.action-menu{white-space:nowrap;z-index:1;margin-inline-start:var(--mod-coachmark-heading-to-action-button,var(--spectrum-coachmark-heading-to-action-button))}.content{color:var(--mod-coachmark-content-font-color,var(--spectrum-coachmark-content-font-color));font-size:var(--mod-coachmark-content-font-size,var(--spectrum-coachmark-content-font-size));font-weight:var(--mod-coachmark-content-font-weight,var(--spectrum-coachmark-content-font-weight));font-family:var(--mod-coachmark-content-font-family,var(--spectrum-coachmark-content-font-family));font-style:var(--mod-coachmark-content-font-style,var(--spectrum-coachmark-content-font-style));line-height:var(--mod-coachmark-content-line-height,var(--spectrum-coachmark-content-line-height));margin-block-end:var(--mod-coachmark-body-to-footer,var(--spectrum-coachmark-body-to-footer))}.footer{align-items:end;margin-block-start:0;padding-block-end:var(--mod-coachmark-padding,var(--spectrum-coachmark-padding));display:grid}.footer .spectrum-ButtonGroup{grid-column-start:2}.title{color:var(--mod-coachmark-title-color,var(--spectrum-coachmark-title-color));font-size:var(--mod-coachmark-title-font-size,var(--spectrum-coachmark-title-font-size));font-weight:var(--mod-coachmark-title-text-font-weight,var(--spectrum-coachmark-title-text-font-weight));font-family:var(--mod-coachmark-title-font-family,var(--spectrum-coachmark-title-font-family));font-style:var(--mod-coachmark-title-font-style,var(--spectrum-coachmark-title-font-style));line-height:var(--mod-coachmark-title-text-line-height,var(--spectrum-coachmark-title-text-line-height));margin-block-end:0}.step{color:var(--mod-coachmark-step-color,var(--spectrum-coachmark-step-color));font-size:var(--mod-coachmark-step-font-size,var(--spectrum-coachmark-step-font-size));font-weight:var(--mod-coachmark-step-text-font-weight,var(--spectrum-coachmark-step-text-font-weight));font-style:var(--mod-coachmark-step-font-style,var(--spectrum-coachmark-step-font-style));line-height:var(--mod-coachmark-step-text-line-height,var(--spectrum-coachmark-step-text-line-height));white-space:nowrap;justify-self:start;margin-block-end:calc(var(--mod-coachmark-step-to-bottom,var(--spectrum-coachmark-step-to-bottom)) - var(--mod-coachmark-padding,var(--spectrum-coachmark-padding)))}\n`;\nexport default styles;"],
4
+ "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n :host{--mod-buttongroup-justify-content:flex-end;--mod-popover-border-width:var(--spectrum-coachmark-popover-border-width);--mod-popover-corner-radius:var(--spectrum-coachmark-popover-corner-radius);--mod-popover-content-area-spacing-vertical:0;--mod-button-edge-to-visual-only:9px;--spectrum-coachmark-border-size:var(--mod-popover-border-width);--spectrum-coachmark-border-radius:var(--mod-popover-corner-radius);min-inline-size:var(--mod-coachmark-min-width,var(--spectrum-coachmark-min-width));max-inline-size:var(--mod-coachmark-max-width,var(--spectrum-coachmark-max-width));inline-size:var(--mod-coachmark-width,var(--spectrum-coachmark-width));position:relative}.buttongroup{display:var(--spectrum-coachmark-buttongroup-display)}.buttongroup-mobile{--mod-buttongroup-spacing-horizontal:var(--spectrum-coachmark-buttongroup-spacing-horizontal);display:var(--spectrum-coachmark-buttongroup-mobile-display)}.menu{display:var(--spectrum-coachmark-menu-display)}.spectrum-CoachMark-menu--mobile{display:var(--spectrum-coachmark-menu-mobile-display)}.image-wrapper{block-size:var(--mod-coachmark-media-height,var(--spectrum-coachmark-media-height));min-block-size:var(--mod-coachmark-media-min-height,var(--spectrum-coachmark-media-min-height));inline-size:calc(var(--mod-coachmark-width,var(--spectrum-coachmark-width)) - var(--mod-coachmark-border-size,var(--spectrum-coachmark-border-size))*2);object-fit:cover;object-position:center;border-start-start-radius:inherit;border-start-end-radius:inherit}.image{inline-size:100%;block-size:100%;object-fit:cover;border-start-start-radius:calc(var(--mod-coachmark-border-radius,var(--spectrum-coachmark-border-radius)) - var(--mod-coachmark-border-size,var(--spectrum-coachmark-border-size)));border-start-end-radius:calc(var(--mod-coachmark-border-radius,var(--spectrum-coachmark-border-radius)) - var(--mod-coachmark-border-size,var(--spectrum-coachmark-border-size)));display:block}.content,.footer,.header{padding-block:0;padding-inline:var(--mod-coachmark-padding,var(--spectrum-coachmark-padding))}.header{justify-content:space-between;align-items:center;margin-block-end:var(--mod-coachmark-header-to-body,var(--spectrum-coachmark-header-to-body));padding-block-start:var(--mod-coachmark-padding,var(--spectrum-coachmark-padding));display:flex}.action-menu{white-space:nowrap;z-index:1;margin-inline-start:var(--mod-coachmark-heading-to-action-button,var(--spectrum-coachmark-heading-to-action-button))}.content{color:var(--mod-coachmark-content-font-color,var(--spectrum-coachmark-content-font-color));font-size:var(--mod-coachmark-content-font-size,var(--spectrum-coachmark-content-font-size));font-weight:var(--mod-coachmark-content-font-weight,var(--spectrum-coachmark-content-font-weight));font-family:var(--mod-coachmark-content-font-family,var(--spectrum-coachmark-content-font-family));font-style:var(--mod-coachmark-content-font-style,var(--spectrum-coachmark-content-font-style));line-height:var(--mod-coachmark-content-line-height,var(--spectrum-coachmark-content-line-height));margin-block-end:var(--mod-coachmark-body-to-footer,var(--spectrum-coachmark-body-to-footer))}.footer{align-items:end;margin-block-start:0;padding-block-end:var(--mod-coachmark-padding,var(--spectrum-coachmark-padding));display:grid}.footer .spectrum-ButtonGroup{grid-column-start:2}.title{color:var(--mod-coachmark-title-color,var(--spectrum-coachmark-title-color));font-size:var(--mod-coachmark-title-font-size,var(--spectrum-coachmark-title-font-size));font-weight:var(--mod-coachmark-title-text-font-weight,var(--spectrum-coachmark-title-text-font-weight));font-family:var(--mod-coachmark-title-font-family,var(--spectrum-coachmark-title-font-family));font-style:var(--mod-coachmark-title-font-style,var(--spectrum-coachmark-title-font-style));line-height:var(--mod-coachmark-title-text-line-height,var(--spectrum-coachmark-title-text-line-height));margin-block-end:0}.step{color:var(--mod-coachmark-step-color,var(--spectrum-coachmark-step-color));font-size:var(--mod-coachmark-step-font-size,var(--spectrum-coachmark-step-font-size));font-weight:var(--mod-coachmark-step-text-font-weight,var(--spectrum-coachmark-step-text-font-weight));font-style:var(--mod-coachmark-step-font-style,var(--spectrum-coachmark-step-font-style));line-height:var(--mod-coachmark-step-text-line-height,var(--spectrum-coachmark-step-text-line-height));white-space:nowrap;justify-self:start;margin-block-end:calc(var(--mod-coachmark-step-to-bottom,var(--spectrum-coachmark-step-to-bottom)) - var(--mod-coachmark-padding,var(--spectrum-coachmark-padding)))}\n`;\nexport default styles;"],
5
5
  "mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA,EAGf,eAAeC",
6
6
  "names": ["css", "styles"]
7
7
  }