@spectrum-web-components/styles 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/body.d.ts +2 -0
  2. package/body.dev.js +17 -0
  3. package/body.dev.js.map +7 -0
  4. package/body.js +8 -0
  5. package/body.js.map +7 -0
  6. package/code.d.ts +2 -0
  7. package/code.dev.js +17 -0
  8. package/code.dev.js.map +7 -0
  9. package/code.js +8 -0
  10. package/code.js.map +7 -0
  11. package/detail.d.ts +2 -0
  12. package/detail.dev.js +17 -0
  13. package/detail.dev.js.map +7 -0
  14. package/detail.js +8 -0
  15. package/detail.js.map +7 -0
  16. package/heading.d.ts +2 -0
  17. package/heading.dev.js +17 -0
  18. package/heading.dev.js.map +7 -0
  19. package/heading.js +8 -0
  20. package/heading.js.map +7 -0
  21. package/package.json +3 -3
  22. package/spectrum-two/themes.dev.js +6 -0
  23. package/spectrum-two/themes.dev.js.map +7 -0
  24. package/spectrum-two/themes.js +2 -0
  25. package/spectrum-two/themes.js.map +7 -0
  26. package/src/body-overrides.css.d.ts +2 -0
  27. package/src/body-overrides.css.dev.js +7 -0
  28. package/src/body-overrides.css.dev.js.map +7 -0
  29. package/src/body-overrides.css.js +4 -0
  30. package/src/body-overrides.css.js.map +7 -0
  31. package/src/code-overrides.css.d.ts +2 -0
  32. package/src/code-overrides.css.dev.js +7 -0
  33. package/src/code-overrides.css.dev.js.map +7 -0
  34. package/src/code-overrides.css.js +4 -0
  35. package/src/code-overrides.css.js.map +7 -0
  36. package/src/detail-overrides.css.d.ts +2 -0
  37. package/src/detail-overrides.css.dev.js +7 -0
  38. package/src/detail-overrides.css.dev.js.map +7 -0
  39. package/src/detail-overrides.css.js +4 -0
  40. package/src/detail-overrides.css.js.map +7 -0
  41. package/src/heading-overrides.css.d.ts +2 -0
  42. package/src/heading-overrides.css.dev.js +7 -0
  43. package/src/heading-overrides.css.dev.js.map +7 -0
  44. package/src/heading-overrides.css.js +4 -0
  45. package/src/heading-overrides.css.js.map +7 -0
  46. package/src/lang-overrides.css.d.ts +2 -0
  47. package/src/lang-overrides.css.dev.js +7 -0
  48. package/src/lang-overrides.css.dev.js.map +7 -0
  49. package/src/lang-overrides.css.js +4 -0
  50. package/src/lang-overrides.css.js.map +7 -0
  51. package/src/spectrum-base.css.d.ts +2 -0
  52. package/src/spectrum-base.css.dev.js +7 -0
  53. package/src/spectrum-base.css.dev.js.map +7 -0
  54. package/src/spectrum-base.css.js +4 -0
  55. package/src/spectrum-base.css.js.map +7 -0
  56. package/src/spectrum-body.css.d.ts +2 -0
  57. package/src/spectrum-body.css.dev.js +7 -0
  58. package/src/spectrum-body.css.dev.js.map +7 -0
  59. package/src/spectrum-body.css.js +4 -0
  60. package/src/spectrum-body.css.js.map +7 -0
  61. package/src/spectrum-code.css.d.ts +2 -0
  62. package/src/spectrum-code.css.dev.js +7 -0
  63. package/src/spectrum-code.css.dev.js.map +7 -0
  64. package/src/spectrum-code.css.js +4 -0
  65. package/src/spectrum-code.css.js.map +7 -0
  66. package/src/spectrum-detail.css.d.ts +2 -0
  67. package/src/spectrum-detail.css.dev.js +7 -0
  68. package/src/spectrum-detail.css.dev.js.map +7 -0
  69. package/src/spectrum-detail.css.js +4 -0
  70. package/src/spectrum-detail.css.js.map +7 -0
  71. package/src/spectrum-heading.css.d.ts +2 -0
  72. package/src/spectrum-heading.css.dev.js +7 -0
  73. package/src/spectrum-heading.css.dev.js.map +7 -0
  74. package/src/spectrum-heading.css.js +4 -0
  75. package/src/spectrum-heading.css.js.map +7 -0
  76. package/src/spectrum-lang.css.d.ts +2 -0
  77. package/src/spectrum-lang.css.dev.js +7 -0
  78. package/src/spectrum-lang.css.dev.js.map +7 -0
  79. package/src/spectrum-lang.css.js +4 -0
  80. package/src/spectrum-lang.css.js.map +7 -0
  81. package/src/spectrum-typography.css.d.ts +2 -0
  82. package/src/spectrum-typography.css.dev.js +7 -0
  83. package/src/spectrum-typography.css.dev.js.map +7 -0
  84. package/src/spectrum-typography.css.js +4 -0
  85. package/src/spectrum-typography.css.js.map +7 -0
  86. package/stories/styles.stories.js +45 -0
  87. package/stories/styles.stories.js.map +7 -0
  88. package/test/styles.test-vrt.js +5 -0
  89. package/test/styles.test-vrt.js.map +7 -0
  90. package/typography.d.ts +2 -0
  91. package/typography.dev.js +4 -0
  92. package/typography.dev.js.map +7 -0
  93. package/typography.js +2 -0
  94. package/typography.js.map +7 -0
package/body.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ declare const _default: import("lit").CSSResult[];
2
+ export default _default;
package/body.dev.js ADDED
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ import baseStyles from "./src/spectrum-base.css.js";
3
+ import langBaseStyles from "./src/spectrum-lang.css.js";
4
+ import langOverrides from "./src/lang-overrides.css.js";
5
+ import bodyBaseStyles from "./src/spectrum-body.css.js";
6
+ import bodyOverrides from "./src/body-overrides.css.js";
7
+ import { css } from "lit";
8
+ const bodyStyles = css`
9
+ ${bodyBaseStyles}
10
+ ${bodyOverrides}
11
+ `;
12
+ const langStyles = css`
13
+ ${langBaseStyles}
14
+ ${langOverrides}
15
+ `;
16
+ export default [baseStyles, langStyles, bodyStyles];
17
+ //# sourceMappingURL=body.dev.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["body.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport baseStyles from './src/spectrum-base.css.js';\nimport langBaseStyles from './src/spectrum-lang.css.js';\nimport langOverrides from './src/lang-overrides.css.js';\nimport bodyBaseStyles from './src/spectrum-body.css.js';\nimport bodyOverrides from './src/body-overrides.css.js';\n\nimport { css } from 'lit';\n\n// bodyStyles is a combination of bodyBaseStyles and bodyOverrides\nconst bodyStyles = css`\n ${bodyBaseStyles}\n ${bodyOverrides}\n`;\n\n// langStyles is a combination of langBaseStyles and langOverrides\nconst langStyles = css`\n ${langBaseStyles}\n ${langOverrides}\n`;\n\nexport default [baseStyles, langStyles, bodyStyles];\n"],
5
+ "mappings": ";AAYA,OAAO,gBAAgB;AACvB,OAAO,oBAAoB;AAC3B,OAAO,mBAAmB;AAC1B,OAAO,oBAAoB;AAC3B,OAAO,mBAAmB;AAE1B,SAAS,WAAW;AAGpB,MAAM,aAAa;AAAA,MACb,cAAc;AAAA,MACd,aAAa;AAAA;AAInB,MAAM,aAAa;AAAA,MACb,cAAc;AAAA,MACd,aAAa;AAAA;AAGnB,eAAe,CAAC,YAAY,YAAY,UAAU;",
6
+ "names": []
7
+ }
package/body.js ADDED
@@ -0,0 +1,8 @@
1
+ "use strict";import r from"./src/spectrum-base.css.js";import t from"./src/spectrum-lang.css.js";import e from"./src/lang-overrides.css.js";import s from"./src/spectrum-body.css.js";import m from"./src/body-overrides.css.js";import{css as o}from"lit";const l=o`
2
+ ${s}
3
+ ${m}
4
+ `,i=o`
5
+ ${t}
6
+ ${e}
7
+ `;export default[r,i,l];
8
+ //# sourceMappingURL=body.js.map
package/body.js.map ADDED
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["body.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport baseStyles from './src/spectrum-base.css.js';\nimport langBaseStyles from './src/spectrum-lang.css.js';\nimport langOverrides from './src/lang-overrides.css.js';\nimport bodyBaseStyles from './src/spectrum-body.css.js';\nimport bodyOverrides from './src/body-overrides.css.js';\n\nimport { css } from 'lit';\n\n// bodyStyles is a combination of bodyBaseStyles and bodyOverrides\nconst bodyStyles = css`\n ${bodyBaseStyles}\n ${bodyOverrides}\n`;\n\n// langStyles is a combination of langBaseStyles and langOverrides\nconst langStyles = css`\n ${langBaseStyles}\n ${langOverrides}\n`;\n\nexport default [baseStyles, langStyles, bodyStyles];\n"],
5
+ "mappings": "aAYA,OAAOA,MAAgB,6BACvB,OAAOC,MAAoB,6BAC3B,OAAOC,MAAmB,8BAC1B,OAAOC,MAAoB,6BAC3B,OAAOC,MAAmB,8BAE1B,OAAS,OAAAC,MAAW,MAGpB,MAAMC,EAAaD;AAAA,MACbF,CAAc;AAAA,MACdC,CAAa;AAAA,EAIbG,EAAaF;AAAA,MACbJ,CAAc;AAAA,MACdC,CAAa;AAAA,EAGnB,cAAe,CAACF,EAAYO,EAAYD,CAAU",
6
+ "names": ["baseStyles", "langBaseStyles", "langOverrides", "bodyBaseStyles", "bodyOverrides", "css", "bodyStyles", "langStyles"]
7
+ }
package/code.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ declare const _default: import("lit").CSSResult[];
2
+ export default _default;
package/code.dev.js ADDED
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ import baseStyles from "./src/spectrum-base.css.js";
3
+ import langBaseStyles from "./src/spectrum-lang.css.js";
4
+ import langOverrides from "./src/lang-overrides.css.js";
5
+ import codeBaseStyles from "./src/spectrum-code.css.js";
6
+ import codeOverrides from "./src/code-overrides.css.js";
7
+ import { css } from "lit";
8
+ const langStyles = css`
9
+ ${langBaseStyles}
10
+ ${langOverrides}
11
+ `;
12
+ const codeStyles = css`
13
+ ${codeBaseStyles}
14
+ ${codeOverrides}
15
+ `;
16
+ export default [baseStyles, langStyles, codeStyles];
17
+ //# sourceMappingURL=code.dev.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["code.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport baseStyles from './src/spectrum-base.css.js';\nimport langBaseStyles from './src/spectrum-lang.css.js';\nimport langOverrides from './src/lang-overrides.css.js';\nimport codeBaseStyles from './src/spectrum-code.css.js';\nimport codeOverrides from './src/code-overrides.css.js';\n\nimport { css } from 'lit';\n\nconst langStyles = css`\n ${langBaseStyles}\n ${langOverrides}\n`;\n\nconst codeStyles = css`\n ${codeBaseStyles}\n ${codeOverrides}\n`;\n\nexport default [baseStyles, langStyles, codeStyles];\n"],
5
+ "mappings": ";AAYA,OAAO,gBAAgB;AACvB,OAAO,oBAAoB;AAC3B,OAAO,mBAAmB;AAC1B,OAAO,oBAAoB;AAC3B,OAAO,mBAAmB;AAE1B,SAAS,WAAW;AAEpB,MAAM,aAAa;AAAA,MACb,cAAc;AAAA,MACd,aAAa;AAAA;AAGnB,MAAM,aAAa;AAAA,MACb,cAAc;AAAA,MACd,aAAa;AAAA;AAGnB,eAAe,CAAC,YAAY,YAAY,UAAU;",
6
+ "names": []
7
+ }
package/code.js ADDED
@@ -0,0 +1,8 @@
1
+ "use strict";import e from"./src/spectrum-base.css.js";import r from"./src/spectrum-lang.css.js";import t from"./src/lang-overrides.css.js";import s from"./src/spectrum-code.css.js";import m from"./src/code-overrides.css.js";import{css as o}from"lit";const l=o`
2
+ ${r}
3
+ ${t}
4
+ `,i=o`
5
+ ${s}
6
+ ${m}
7
+ `;export default[e,l,i];
8
+ //# sourceMappingURL=code.js.map
package/code.js.map ADDED
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["code.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport baseStyles from './src/spectrum-base.css.js';\nimport langBaseStyles from './src/spectrum-lang.css.js';\nimport langOverrides from './src/lang-overrides.css.js';\nimport codeBaseStyles from './src/spectrum-code.css.js';\nimport codeOverrides from './src/code-overrides.css.js';\n\nimport { css } from 'lit';\n\nconst langStyles = css`\n ${langBaseStyles}\n ${langOverrides}\n`;\n\nconst codeStyles = css`\n ${codeBaseStyles}\n ${codeOverrides}\n`;\n\nexport default [baseStyles, langStyles, codeStyles];\n"],
5
+ "mappings": "aAYA,OAAOA,MAAgB,6BACvB,OAAOC,MAAoB,6BAC3B,OAAOC,MAAmB,8BAC1B,OAAOC,MAAoB,6BAC3B,OAAOC,MAAmB,8BAE1B,OAAS,OAAAC,MAAW,MAEpB,MAAMC,EAAaD;AAAA,MACbJ,CAAc;AAAA,MACdC,CAAa;AAAA,EAGbK,EAAaF;AAAA,MACbF,CAAc;AAAA,MACdC,CAAa;AAAA,EAGnB,cAAe,CAACJ,EAAYM,EAAYC,CAAU",
6
+ "names": ["baseStyles", "langBaseStyles", "langOverrides", "codeBaseStyles", "codeOverrides", "css", "langStyles", "codeStyles"]
7
+ }
package/detail.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ declare const _default: import("lit").CSSResult[];
2
+ export default _default;
package/detail.dev.js ADDED
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ import baseStyles from "./src/spectrum-base.css.js";
3
+ import langBaseStyles from "./src/spectrum-lang.css.js";
4
+ import langOverrides from "./src/lang-overrides.css.js";
5
+ import detailBaseStyles from "./src/spectrum-detail.css.js";
6
+ import detailOverrides from "./src/detail-overrides.css.js";
7
+ import { css } from "lit";
8
+ const langStyles = css`
9
+ ${langBaseStyles}
10
+ ${langOverrides}
11
+ `;
12
+ const detailStyles = css`
13
+ ${detailBaseStyles}
14
+ ${detailOverrides}
15
+ `;
16
+ export default [baseStyles, langStyles, detailStyles];
17
+ //# sourceMappingURL=detail.dev.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["detail.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport baseStyles from './src/spectrum-base.css.js';\nimport langBaseStyles from './src/spectrum-lang.css.js';\nimport langOverrides from './src/lang-overrides.css.js';\nimport detailBaseStyles from './src/spectrum-detail.css.js';\nimport detailOverrides from './src/detail-overrides.css.js';\n\nimport { css } from 'lit';\n\nconst langStyles = css`\n ${langBaseStyles}\n ${langOverrides}\n`;\n\nconst detailStyles = css`\n ${detailBaseStyles}\n ${detailOverrides}\n`;\n\nexport default [baseStyles, langStyles, detailStyles];\n"],
5
+ "mappings": ";AAYA,OAAO,gBAAgB;AACvB,OAAO,oBAAoB;AAC3B,OAAO,mBAAmB;AAC1B,OAAO,sBAAsB;AAC7B,OAAO,qBAAqB;AAE5B,SAAS,WAAW;AAEpB,MAAM,aAAa;AAAA,MACb,cAAc;AAAA,MACd,aAAa;AAAA;AAGnB,MAAM,eAAe;AAAA,MACf,gBAAgB;AAAA,MAChB,eAAe;AAAA;AAGrB,eAAe,CAAC,YAAY,YAAY,YAAY;",
6
+ "names": []
7
+ }
package/detail.js ADDED
@@ -0,0 +1,8 @@
1
+ "use strict";import e from"./src/spectrum-base.css.js";import r from"./src/spectrum-lang.css.js";import o from"./src/lang-overrides.css.js";import s from"./src/spectrum-detail.css.js";import l from"./src/detail-overrides.css.js";import{css as t}from"lit";const m=t`
2
+ ${r}
3
+ ${o}
4
+ `,i=t`
5
+ ${s}
6
+ ${l}
7
+ `;export default[e,m,i];
8
+ //# sourceMappingURL=detail.js.map
package/detail.js.map ADDED
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["detail.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport baseStyles from './src/spectrum-base.css.js';\nimport langBaseStyles from './src/spectrum-lang.css.js';\nimport langOverrides from './src/lang-overrides.css.js';\nimport detailBaseStyles from './src/spectrum-detail.css.js';\nimport detailOverrides from './src/detail-overrides.css.js';\n\nimport { css } from 'lit';\n\nconst langStyles = css`\n ${langBaseStyles}\n ${langOverrides}\n`;\n\nconst detailStyles = css`\n ${detailBaseStyles}\n ${detailOverrides}\n`;\n\nexport default [baseStyles, langStyles, detailStyles];\n"],
5
+ "mappings": "aAYA,OAAOA,MAAgB,6BACvB,OAAOC,MAAoB,6BAC3B,OAAOC,MAAmB,8BAC1B,OAAOC,MAAsB,+BAC7B,OAAOC,MAAqB,gCAE5B,OAAS,OAAAC,MAAW,MAEpB,MAAMC,EAAaD;AAAA,MACbJ,CAAc;AAAA,MACdC,CAAa;AAAA,EAGbK,EAAeF;AAAA,MACfF,CAAgB;AAAA,MAChBC,CAAe;AAAA,EAGrB,cAAe,CAACJ,EAAYM,EAAYC,CAAY",
6
+ "names": ["baseStyles", "langBaseStyles", "langOverrides", "detailBaseStyles", "detailOverrides", "css", "langStyles", "detailStyles"]
7
+ }
package/heading.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ declare const _default: import("lit").CSSResult[];
2
+ export default _default;
package/heading.dev.js ADDED
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ import baseStyles from "./src/spectrum-base.css.js";
3
+ import langBaseStyles from "./src/spectrum-lang.css.js";
4
+ import langOverrides from "./src/lang-overrides.css.js";
5
+ import headingBaseStyles from "./src/spectrum-heading.css.js";
6
+ import headingOverrides from "./src/heading-overrides.css.js";
7
+ import { css } from "lit";
8
+ const langStyles = css`
9
+ ${langBaseStyles}
10
+ ${langOverrides}
11
+ `;
12
+ const headingStyles = css`
13
+ ${headingBaseStyles}
14
+ ${headingOverrides}
15
+ `;
16
+ export default [baseStyles, langStyles, headingStyles];
17
+ //# sourceMappingURL=heading.dev.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["heading.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport baseStyles from './src/spectrum-base.css.js';\nimport langBaseStyles from './src/spectrum-lang.css.js';\nimport langOverrides from './src/lang-overrides.css.js';\nimport headingBaseStyles from './src/spectrum-heading.css.js';\nimport headingOverrides from './src/heading-overrides.css.js';\n\nimport { css } from 'lit';\n\nconst langStyles = css`\n ${langBaseStyles}\n ${langOverrides}\n`;\n\nconst headingStyles = css`\n ${headingBaseStyles}\n ${headingOverrides}\n`;\n\nexport default [baseStyles, langStyles, headingStyles];\n"],
5
+ "mappings": ";AAYA,OAAO,gBAAgB;AACvB,OAAO,oBAAoB;AAC3B,OAAO,mBAAmB;AAC1B,OAAO,uBAAuB;AAC9B,OAAO,sBAAsB;AAE7B,SAAS,WAAW;AAEpB,MAAM,aAAa;AAAA,MACb,cAAc;AAAA,MACd,aAAa;AAAA;AAGnB,MAAM,gBAAgB;AAAA,MAChB,iBAAiB;AAAA,MACjB,gBAAgB;AAAA;AAGtB,eAAe,CAAC,YAAY,YAAY,aAAa;",
6
+ "names": []
7
+ }
package/heading.js ADDED
@@ -0,0 +1,8 @@
1
+ "use strict";import r from"./src/spectrum-base.css.js";import o from"./src/spectrum-lang.css.js";import t from"./src/lang-overrides.css.js";import s from"./src/spectrum-heading.css.js";import m from"./src/heading-overrides.css.js";import{css as e}from"lit";const i=e`
2
+ ${o}
3
+ ${t}
4
+ `,a=e`
5
+ ${s}
6
+ ${m}
7
+ `;export default[r,i,a];
8
+ //# sourceMappingURL=heading.js.map
package/heading.js.map ADDED
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["heading.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport baseStyles from './src/spectrum-base.css.js';\nimport langBaseStyles from './src/spectrum-lang.css.js';\nimport langOverrides from './src/lang-overrides.css.js';\nimport headingBaseStyles from './src/spectrum-heading.css.js';\nimport headingOverrides from './src/heading-overrides.css.js';\n\nimport { css } from 'lit';\n\nconst langStyles = css`\n ${langBaseStyles}\n ${langOverrides}\n`;\n\nconst headingStyles = css`\n ${headingBaseStyles}\n ${headingOverrides}\n`;\n\nexport default [baseStyles, langStyles, headingStyles];\n"],
5
+ "mappings": "aAYA,OAAOA,MAAgB,6BACvB,OAAOC,MAAoB,6BAC3B,OAAOC,MAAmB,8BAC1B,OAAOC,MAAuB,gCAC9B,OAAOC,MAAsB,iCAE7B,OAAS,OAAAC,MAAW,MAEpB,MAAMC,EAAaD;AAAA,MACbJ,CAAc;AAAA,MACdC,CAAa;AAAA,EAGbK,EAAgBF;AAAA,MAChBF,CAAiB;AAAA,MACjBC,CAAgB;AAAA,EAGtB,cAAe,CAACJ,EAAYM,EAAYC,CAAa",
6
+ "names": ["baseStyles", "langBaseStyles", "langOverrides", "headingBaseStyles", "headingOverrides", "css", "langStyles", "headingStyles"]
7
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/styles",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -115,7 +115,7 @@
115
115
  "lit-html"
116
116
  ],
117
117
  "dependencies": {
118
- "@spectrum-web-components/base": "^1.1.0",
118
+ "@spectrum-web-components/base": "^1.1.1",
119
119
  "lit": "^2.5.0 || ^3.1.3"
120
120
  },
121
121
  "devDependencies": {
@@ -130,5 +130,5 @@
130
130
  "./**/*.css"
131
131
  ],
132
132
  "style": "all-medium-lightest.css",
133
- "gitHead": "e3c6e52501451acc6fa85b10dd718267b80a01ab"
133
+ "gitHead": "44870aa95001c1b995456d994ae31bbe7277fac9"
134
134
  }
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ import "../../spectrum-two/theme-light.dev.js";
3
+ import "../../spectrum-two/theme-dark.dev.js";
4
+ import "../../spectrum-two/scale-medium.dev.js";
5
+ import "../../spectrum-two/scale-large.dev.js";
6
+ //# sourceMappingURL=themes.dev.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["themes.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport '../../spectrum-two/theme-light.dev.js'\nimport '../../spectrum-two/theme-dark.dev.js'\nimport '../../spectrum-two/scale-medium.dev.js'\nimport '../../spectrum-two/scale-large.dev.js'\n"],
5
+ "mappings": ";AAYA,OAAO;AACP,OAAO;AACP,OAAO;AACP,OAAO;",
6
+ "names": []
7
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";import"../../spectrum-two/theme-light.js";import"../../spectrum-two/theme-dark.js";import"../../spectrum-two/scale-medium.js";import"../../spectrum-two/scale-large.js";
2
+ //# sourceMappingURL=themes.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["themes.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport '../../spectrum-two/theme-light.js';\nimport '../../spectrum-two/theme-dark.js';\nimport '../../spectrum-two/scale-medium.js';\nimport '../../spectrum-two/scale-large.js';\n"],
5
+ "mappings": "aAYA,MAAO,oCACP,MAAO,mCACP,MAAO,qCACP,MAAO",
6
+ "names": []
7
+ }
@@ -0,0 +1,2 @@
1
+ declare const styles: import("@spectrum-web-components/base").CSSResult;
2
+ export default styles;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ import { css } from "@spectrum-web-components/base";
3
+ const styles = css`
4
+ .spectrum-Body{--spectrum-body-sans-serif-font-family:var(--system-body-sans-serif-font-family);--spectrum-body-serif-font-family:var(--system-body-serif-font-family);--spectrum-body-cjk-font-family:var(--system-body-cjk-font-family);--spectrum-body-cjk-letter-spacing:var(--system-body-cjk-letter-spacing);--spectrum-body-font-color:var(--system-body-font-color);--spectrum-body-font-size:var(--system-body-font-size)}.spectrum-Body--sizeXS{--spectrum-body-font-size:var(--system-body-size-xs-font-size)}.spectrum-Body--sizeS{--spectrum-body-font-size:var(--system-body-size-s-font-size)}.spectrum-Body--sizeM{--spectrum-body-font-size:var(--system-body-size-m-font-size)}.spectrum-Body--sizeL{--spectrum-body-font-size:var(--system-body-size-l-font-size)}.spectrum-Body--sizeXL{--spectrum-body-font-size:var(--system-body-size-xl-font-size)}.spectrum-Body--sizeXXL{--spectrum-body-font-size:var(--system-body-size-xxl-font-size)}.spectrum-Body--sizeXXXL{--spectrum-body-font-size:var(--system-body-size-xxxl-font-size)}
5
+ `;
6
+ export default styles;
7
+ //# sourceMappingURL=body-overrides.css.dev.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["body-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 .spectrum-Body{--spectrum-body-sans-serif-font-family:var(--system-body-sans-serif-font-family);--spectrum-body-serif-font-family:var(--system-body-serif-font-family);--spectrum-body-cjk-font-family:var(--system-body-cjk-font-family);--spectrum-body-cjk-letter-spacing:var(--system-body-cjk-letter-spacing);--spectrum-body-font-color:var(--system-body-font-color);--spectrum-body-font-size:var(--system-body-font-size)}.spectrum-Body--sizeXS{--spectrum-body-font-size:var(--system-body-size-xs-font-size)}.spectrum-Body--sizeS{--spectrum-body-font-size:var(--system-body-size-s-font-size)}.spectrum-Body--sizeM{--spectrum-body-font-size:var(--system-body-size-m-font-size)}.spectrum-Body--sizeL{--spectrum-body-font-size:var(--system-body-size-l-font-size)}.spectrum-Body--sizeXL{--spectrum-body-font-size:var(--system-body-size-xl-font-size)}.spectrum-Body--sizeXXL{--spectrum-body-font-size:var(--system-body-size-xxl-font-size)}.spectrum-Body--sizeXXXL{--spectrum-body-font-size:var(--system-body-size-xxxl-font-size)}\n`;\nexport default styles;"],
5
+ "mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAGf,eAAe;",
6
+ "names": []
7
+ }
@@ -0,0 +1,4 @@
1
+ "use strict";import{css as s}from"@spectrum-web-components/base";const e=s`
2
+ .spectrum-Body{--spectrum-body-sans-serif-font-family:var(--system-body-sans-serif-font-family);--spectrum-body-serif-font-family:var(--system-body-serif-font-family);--spectrum-body-cjk-font-family:var(--system-body-cjk-font-family);--spectrum-body-cjk-letter-spacing:var(--system-body-cjk-letter-spacing);--spectrum-body-font-color:var(--system-body-font-color);--spectrum-body-font-size:var(--system-body-font-size)}.spectrum-Body--sizeXS{--spectrum-body-font-size:var(--system-body-size-xs-font-size)}.spectrum-Body--sizeS{--spectrum-body-font-size:var(--system-body-size-s-font-size)}.spectrum-Body--sizeM{--spectrum-body-font-size:var(--system-body-size-m-font-size)}.spectrum-Body--sizeL{--spectrum-body-font-size:var(--system-body-size-l-font-size)}.spectrum-Body--sizeXL{--spectrum-body-font-size:var(--system-body-size-xl-font-size)}.spectrum-Body--sizeXXL{--spectrum-body-font-size:var(--system-body-size-xxl-font-size)}.spectrum-Body--sizeXXXL{--spectrum-body-font-size:var(--system-body-size-xxxl-font-size)}
3
+ `;export default e;
4
+ //# sourceMappingURL=body-overrides.css.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["body-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 .spectrum-Body{--spectrum-body-sans-serif-font-family:var(--system-body-sans-serif-font-family);--spectrum-body-serif-font-family:var(--system-body-serif-font-family);--spectrum-body-cjk-font-family:var(--system-body-cjk-font-family);--spectrum-body-cjk-letter-spacing:var(--system-body-cjk-letter-spacing);--spectrum-body-font-color:var(--system-body-font-color);--spectrum-body-font-size:var(--system-body-font-size)}.spectrum-Body--sizeXS{--spectrum-body-font-size:var(--system-body-size-xs-font-size)}.spectrum-Body--sizeS{--spectrum-body-font-size:var(--system-body-size-s-font-size)}.spectrum-Body--sizeM{--spectrum-body-font-size:var(--system-body-size-m-font-size)}.spectrum-Body--sizeL{--spectrum-body-font-size:var(--system-body-size-l-font-size)}.spectrum-Body--sizeXL{--spectrum-body-font-size:var(--system-body-size-xl-font-size)}.spectrum-Body--sizeXXL{--spectrum-body-font-size:var(--system-body-size-xxl-font-size)}.spectrum-Body--sizeXXXL{--spectrum-body-font-size:var(--system-body-size-xxxl-font-size)}\n`;\nexport default styles;"],
5
+ "mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA,EAGf,eAAeC",
6
+ "names": ["css", "styles"]
7
+ }
@@ -0,0 +1,2 @@
1
+ declare const styles: import("@spectrum-web-components/base").CSSResult;
2
+ export default styles;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ import { css } from "@spectrum-web-components/base";
3
+ const styles = css`
4
+ .spectrum-Code{--spectrum-code-font-family:var(--system-code-font-family);--spectrum-code-cjk-letter-spacing:var(--system-code-cjk-letter-spacing);--spectrum-code-font-color:var(--system-code-font-color);--spectrum-code-font-size:var(--system-code-font-size)}.spectrum-Code--sizeXS{--spectrum-code-font-size:var(--system-code-size-xs-font-size)}.spectrum-Code--sizeS{--spectrum-code-font-size:var(--system-code-size-s-font-size)}.spectrum-Code--sizeM{--spectrum-code-font-size:var(--system-code-size-m-font-size)}.spectrum-Code--sizeL{--spectrum-code-font-size:var(--system-code-size-l-font-size)}.spectrum-Code--sizeXL{--spectrum-code-font-size:var(--system-code-size-xl-font-size)}
5
+ `;
6
+ export default styles;
7
+ //# sourceMappingURL=code-overrides.css.dev.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["code-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 .spectrum-Code{--spectrum-code-font-family:var(--system-code-font-family);--spectrum-code-cjk-letter-spacing:var(--system-code-cjk-letter-spacing);--spectrum-code-font-color:var(--system-code-font-color);--spectrum-code-font-size:var(--system-code-font-size)}.spectrum-Code--sizeXS{--spectrum-code-font-size:var(--system-code-size-xs-font-size)}.spectrum-Code--sizeS{--spectrum-code-font-size:var(--system-code-size-s-font-size)}.spectrum-Code--sizeM{--spectrum-code-font-size:var(--system-code-size-m-font-size)}.spectrum-Code--sizeL{--spectrum-code-font-size:var(--system-code-size-l-font-size)}.spectrum-Code--sizeXL{--spectrum-code-font-size:var(--system-code-size-xl-font-size)}\n`;\nexport default styles;"],
5
+ "mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAGf,eAAe;",
6
+ "names": []
7
+ }
@@ -0,0 +1,4 @@
1
+ "use strict";import{css as e}from"@spectrum-web-components/base";const s=e`
2
+ .spectrum-Code{--spectrum-code-font-family:var(--system-code-font-family);--spectrum-code-cjk-letter-spacing:var(--system-code-cjk-letter-spacing);--spectrum-code-font-color:var(--system-code-font-color);--spectrum-code-font-size:var(--system-code-font-size)}.spectrum-Code--sizeXS{--spectrum-code-font-size:var(--system-code-size-xs-font-size)}.spectrum-Code--sizeS{--spectrum-code-font-size:var(--system-code-size-s-font-size)}.spectrum-Code--sizeM{--spectrum-code-font-size:var(--system-code-size-m-font-size)}.spectrum-Code--sizeL{--spectrum-code-font-size:var(--system-code-size-l-font-size)}.spectrum-Code--sizeXL{--spectrum-code-font-size:var(--system-code-size-xl-font-size)}
3
+ `;export default s;
4
+ //# sourceMappingURL=code-overrides.css.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["code-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 .spectrum-Code{--spectrum-code-font-family:var(--system-code-font-family);--spectrum-code-cjk-letter-spacing:var(--system-code-cjk-letter-spacing);--spectrum-code-font-color:var(--system-code-font-color);--spectrum-code-font-size:var(--system-code-font-size)}.spectrum-Code--sizeXS{--spectrum-code-font-size:var(--system-code-size-xs-font-size)}.spectrum-Code--sizeS{--spectrum-code-font-size:var(--system-code-size-s-font-size)}.spectrum-Code--sizeM{--spectrum-code-font-size:var(--system-code-size-m-font-size)}.spectrum-Code--sizeL{--spectrum-code-font-size:var(--system-code-size-l-font-size)}.spectrum-Code--sizeXL{--spectrum-code-font-size:var(--system-code-size-xl-font-size)}\n`;\nexport default styles;"],
5
+ "mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA,EAGf,eAAeC",
6
+ "names": ["css", "styles"]
7
+ }
@@ -0,0 +1,2 @@
1
+ declare const styles: import("@spectrum-web-components/base").CSSResult;
2
+ export default styles;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ import { css } from "@spectrum-web-components/base";
3
+ const styles = css`
4
+ .spectrum-Detail{--spectrum-detail-sans-serif-font-family:var(--system-detail-sans-serif-font-family);--spectrum-detail-serif-font-family:var(--system-detail-serif-font-family);--spectrum-detail-cjk-font-family:var(--system-detail-cjk-font-family);--spectrum-detail-font-color:var(--system-detail-font-color);--spectrum-detail-font-size:var(--system-detail-font-size)}.spectrum-Detail--sizeS{--spectrum-detail-font-size:var(--system-detail-size-s-font-size)}.spectrum-Detail--sizeM{--spectrum-detail-font-size:var(--system-detail-size-m-font-size)}.spectrum-Detail--sizeL{--spectrum-detail-font-size:var(--system-detail-size-l-font-size)}.spectrum-Detail--sizeXL{--spectrum-detail-font-size:var(--system-detail-size-xl-font-size)}
5
+ `;
6
+ export default styles;
7
+ //# sourceMappingURL=detail-overrides.css.dev.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["detail-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 .spectrum-Detail{--spectrum-detail-sans-serif-font-family:var(--system-detail-sans-serif-font-family);--spectrum-detail-serif-font-family:var(--system-detail-serif-font-family);--spectrum-detail-cjk-font-family:var(--system-detail-cjk-font-family);--spectrum-detail-font-color:var(--system-detail-font-color);--spectrum-detail-font-size:var(--system-detail-font-size)}.spectrum-Detail--sizeS{--spectrum-detail-font-size:var(--system-detail-size-s-font-size)}.spectrum-Detail--sizeM{--spectrum-detail-font-size:var(--system-detail-size-m-font-size)}.spectrum-Detail--sizeL{--spectrum-detail-font-size:var(--system-detail-size-l-font-size)}.spectrum-Detail--sizeXL{--spectrum-detail-font-size:var(--system-detail-size-xl-font-size)}\n`;\nexport default styles;"],
5
+ "mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAGf,eAAe;",
6
+ "names": []
7
+ }
@@ -0,0 +1,4 @@
1
+ "use strict";import{css as e}from"@spectrum-web-components/base";const t=e`
2
+ .spectrum-Detail{--spectrum-detail-sans-serif-font-family:var(--system-detail-sans-serif-font-family);--spectrum-detail-serif-font-family:var(--system-detail-serif-font-family);--spectrum-detail-cjk-font-family:var(--system-detail-cjk-font-family);--spectrum-detail-font-color:var(--system-detail-font-color);--spectrum-detail-font-size:var(--system-detail-font-size)}.spectrum-Detail--sizeS{--spectrum-detail-font-size:var(--system-detail-size-s-font-size)}.spectrum-Detail--sizeM{--spectrum-detail-font-size:var(--system-detail-size-m-font-size)}.spectrum-Detail--sizeL{--spectrum-detail-font-size:var(--system-detail-size-l-font-size)}.spectrum-Detail--sizeXL{--spectrum-detail-font-size:var(--system-detail-size-xl-font-size)}
3
+ `;export default t;
4
+ //# sourceMappingURL=detail-overrides.css.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["detail-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 .spectrum-Detail{--spectrum-detail-sans-serif-font-family:var(--system-detail-sans-serif-font-family);--spectrum-detail-serif-font-family:var(--system-detail-serif-font-family);--spectrum-detail-cjk-font-family:var(--system-detail-cjk-font-family);--spectrum-detail-font-color:var(--system-detail-font-color);--spectrum-detail-font-size:var(--system-detail-font-size)}.spectrum-Detail--sizeS{--spectrum-detail-font-size:var(--system-detail-size-s-font-size)}.spectrum-Detail--sizeM{--spectrum-detail-font-size:var(--system-detail-size-m-font-size)}.spectrum-Detail--sizeL{--spectrum-detail-font-size:var(--system-detail-size-l-font-size)}.spectrum-Detail--sizeXL{--spectrum-detail-font-size:var(--system-detail-size-xl-font-size)}\n`;\nexport default styles;"],
5
+ "mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA,EAGf,eAAeC",
6
+ "names": ["css", "styles"]
7
+ }
@@ -0,0 +1,2 @@
1
+ declare const styles: import("@spectrum-web-components/base").CSSResult;
2
+ export default styles;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ import { css } from "@spectrum-web-components/base";
3
+ const styles = css`
4
+ .spectrum-Heading{--spectrum-heading-sans-serif-font-family:var(--system-heading-sans-serif-font-family);--spectrum-heading-serif-font-family:var(--system-heading-serif-font-family);--spectrum-heading-cjk-font-family:var(--system-heading-cjk-font-family);--spectrum-heading-cjk-letter-spacing:var(--system-heading-cjk-letter-spacing);--spectrum-heading-font-color:var(--system-heading-font-color);--spectrum-heading-font-size:var(--system-heading-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-cjk-font-size)}.spectrum-Heading--sizeXXS{--spectrum-heading-font-size:var(--system-heading-size-xxs-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xxs-cjk-font-size)}.spectrum-Heading--sizeXS{--spectrum-heading-font-size:var(--system-heading-size-xs-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xs-cjk-font-size)}.spectrum-Heading--sizeS{--spectrum-heading-font-size:var(--system-heading-size-s-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-s-cjk-font-size)}.spectrum-Heading--sizeM{--spectrum-heading-font-size:var(--system-heading-size-m-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-m-cjk-font-size)}.spectrum-Heading--sizeL{--spectrum-heading-font-size:var(--system-heading-size-l-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-l-cjk-font-size)}.spectrum-Heading--sizeXL{--spectrum-heading-font-size:var(--system-heading-size-xl-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xl-cjk-font-size)}.spectrum-Heading--sizeXXL{--spectrum-heading-font-size:var(--system-heading-size-xxl-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xxl-cjk-font-size)}.spectrum-Heading--sizeXXXL{--spectrum-heading-font-size:var(--system-heading-size-xxxl-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xxxl-cjk-font-size)}
5
+ `;
6
+ export default styles;
7
+ //# sourceMappingURL=heading-overrides.css.dev.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["heading-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 .spectrum-Heading{--spectrum-heading-sans-serif-font-family:var(--system-heading-sans-serif-font-family);--spectrum-heading-serif-font-family:var(--system-heading-serif-font-family);--spectrum-heading-cjk-font-family:var(--system-heading-cjk-font-family);--spectrum-heading-cjk-letter-spacing:var(--system-heading-cjk-letter-spacing);--spectrum-heading-font-color:var(--system-heading-font-color);--spectrum-heading-font-size:var(--system-heading-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-cjk-font-size)}.spectrum-Heading--sizeXXS{--spectrum-heading-font-size:var(--system-heading-size-xxs-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xxs-cjk-font-size)}.spectrum-Heading--sizeXS{--spectrum-heading-font-size:var(--system-heading-size-xs-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xs-cjk-font-size)}.spectrum-Heading--sizeS{--spectrum-heading-font-size:var(--system-heading-size-s-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-s-cjk-font-size)}.spectrum-Heading--sizeM{--spectrum-heading-font-size:var(--system-heading-size-m-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-m-cjk-font-size)}.spectrum-Heading--sizeL{--spectrum-heading-font-size:var(--system-heading-size-l-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-l-cjk-font-size)}.spectrum-Heading--sizeXL{--spectrum-heading-font-size:var(--system-heading-size-xl-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xl-cjk-font-size)}.spectrum-Heading--sizeXXL{--spectrum-heading-font-size:var(--system-heading-size-xxl-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xxl-cjk-font-size)}.spectrum-Heading--sizeXXXL{--spectrum-heading-font-size:var(--system-heading-size-xxxl-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xxxl-cjk-font-size)}\n`;\nexport default styles;"],
5
+ "mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAGf,eAAe;",
6
+ "names": []
7
+ }
@@ -0,0 +1,4 @@
1
+ "use strict";import{css as e}from"@spectrum-web-components/base";const s=e`
2
+ .spectrum-Heading{--spectrum-heading-sans-serif-font-family:var(--system-heading-sans-serif-font-family);--spectrum-heading-serif-font-family:var(--system-heading-serif-font-family);--spectrum-heading-cjk-font-family:var(--system-heading-cjk-font-family);--spectrum-heading-cjk-letter-spacing:var(--system-heading-cjk-letter-spacing);--spectrum-heading-font-color:var(--system-heading-font-color);--spectrum-heading-font-size:var(--system-heading-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-cjk-font-size)}.spectrum-Heading--sizeXXS{--spectrum-heading-font-size:var(--system-heading-size-xxs-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xxs-cjk-font-size)}.spectrum-Heading--sizeXS{--spectrum-heading-font-size:var(--system-heading-size-xs-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xs-cjk-font-size)}.spectrum-Heading--sizeS{--spectrum-heading-font-size:var(--system-heading-size-s-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-s-cjk-font-size)}.spectrum-Heading--sizeM{--spectrum-heading-font-size:var(--system-heading-size-m-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-m-cjk-font-size)}.spectrum-Heading--sizeL{--spectrum-heading-font-size:var(--system-heading-size-l-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-l-cjk-font-size)}.spectrum-Heading--sizeXL{--spectrum-heading-font-size:var(--system-heading-size-xl-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xl-cjk-font-size)}.spectrum-Heading--sizeXXL{--spectrum-heading-font-size:var(--system-heading-size-xxl-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xxl-cjk-font-size)}.spectrum-Heading--sizeXXXL{--spectrum-heading-font-size:var(--system-heading-size-xxxl-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xxxl-cjk-font-size)}
3
+ `;export default s;
4
+ //# sourceMappingURL=heading-overrides.css.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["heading-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 .spectrum-Heading{--spectrum-heading-sans-serif-font-family:var(--system-heading-sans-serif-font-family);--spectrum-heading-serif-font-family:var(--system-heading-serif-font-family);--spectrum-heading-cjk-font-family:var(--system-heading-cjk-font-family);--spectrum-heading-cjk-letter-spacing:var(--system-heading-cjk-letter-spacing);--spectrum-heading-font-color:var(--system-heading-font-color);--spectrum-heading-font-size:var(--system-heading-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-cjk-font-size)}.spectrum-Heading--sizeXXS{--spectrum-heading-font-size:var(--system-heading-size-xxs-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xxs-cjk-font-size)}.spectrum-Heading--sizeXS{--spectrum-heading-font-size:var(--system-heading-size-xs-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xs-cjk-font-size)}.spectrum-Heading--sizeS{--spectrum-heading-font-size:var(--system-heading-size-s-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-s-cjk-font-size)}.spectrum-Heading--sizeM{--spectrum-heading-font-size:var(--system-heading-size-m-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-m-cjk-font-size)}.spectrum-Heading--sizeL{--spectrum-heading-font-size:var(--system-heading-size-l-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-l-cjk-font-size)}.spectrum-Heading--sizeXL{--spectrum-heading-font-size:var(--system-heading-size-xl-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xl-cjk-font-size)}.spectrum-Heading--sizeXXL{--spectrum-heading-font-size:var(--system-heading-size-xxl-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xxl-cjk-font-size)}.spectrum-Heading--sizeXXXL{--spectrum-heading-font-size:var(--system-heading-size-xxxl-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xxxl-cjk-font-size)}\n`;\nexport default styles;"],
5
+ "mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA,EAGf,eAAeC",
6
+ "names": ["css", "styles"]
7
+ }
@@ -0,0 +1,2 @@
1
+ declare const styles: import("@spectrum-web-components/base").CSSResult;
2
+ export default styles;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ import { css } from "@spectrum-web-components/base";
3
+ const styles = css`
4
+
5
+ `;
6
+ export default styles;
7
+ //# sourceMappingURL=lang-overrides.css.dev.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["lang-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 \n`;\nexport default styles;"],
5
+ "mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAGf,eAAe;",
6
+ "names": []
7
+ }
@@ -0,0 +1,4 @@
1
+ "use strict";import{css as s}from"@spectrum-web-components/base";const t=s`
2
+
3
+ `;export default t;
4
+ //# sourceMappingURL=lang-overrides.css.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["lang-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 \n`;\nexport default styles;"],
5
+ "mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA,EAGf,eAAeC",
6
+ "names": ["css", "styles"]
7
+ }
@@ -0,0 +1,2 @@
1
+ declare const styles: import("@spectrum-web-components/base").CSSResult;
2
+ export default styles;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ import { css } from "@spectrum-web-components/base";
3
+ const styles = css`
4
+ .spectrum{color:var(--spectrum-body-m-text-color,var(--spectrum-alias-text-color));font-family:var(--spectrum-alias-body-text-font-family,var(--spectrum-global-font-family-base));font-size:var(--spectrum-alias-font-size-default,var(--spectrum-global-dimension-font-size-100))}
5
+ `;
6
+ export default styles;
7
+ //# sourceMappingURL=spectrum-base.css.dev.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["spectrum-base.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 .spectrum{color:var(--spectrum-body-m-text-color,var(--spectrum-alias-text-color));font-family:var(--spectrum-alias-body-text-font-family,var(--spectrum-global-font-family-base));font-size:var(--spectrum-alias-font-size-default,var(--spectrum-global-dimension-font-size-100))}\n`;\nexport default styles;"],
5
+ "mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAGf,eAAe;",
6
+ "names": []
7
+ }
@@ -0,0 +1,4 @@
1
+ "use strict";import{css as t}from"@spectrum-web-components/base";const o=t`
2
+ .spectrum{color:var(--spectrum-body-m-text-color,var(--spectrum-alias-text-color));font-family:var(--spectrum-alias-body-text-font-family,var(--spectrum-global-font-family-base));font-size:var(--spectrum-alias-font-size-default,var(--spectrum-global-dimension-font-size-100))}
3
+ `;export default o;
4
+ //# sourceMappingURL=spectrum-base.css.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["spectrum-base.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 .spectrum{color:var(--spectrum-body-m-text-color,var(--spectrum-alias-text-color));font-family:var(--spectrum-alias-body-text-font-family,var(--spectrum-global-font-family-base));font-size:var(--spectrum-alias-font-size-default,var(--spectrum-global-dimension-font-size-100))}\n`;\nexport default styles;"],
5
+ "mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA,EAGf,eAAeC",
6
+ "names": ["css", "styles"]
7
+ }
@@ -0,0 +1,2 @@
1
+ declare const styles: import("@spectrum-web-components/base").CSSResult;
2
+ export default styles;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ import { css } from "@spectrum-web-components/base";
3
+ const styles = css`
4
+ .spectrum-Typography .spectrum-Body{--spectrum-body-margin-end:calc(var(--mod-body-font-size,var(--spectrum-body-font-size))*var(--spectrum-body-margin-multiplier))}@media (forced-colors:active){.spectrum-Body{--highcontrast-body-font-color:Text}}.spectrum-Body{font-family:var(--mod-body-sans-serif-font-family,var(--spectrum-body-sans-serif-font-family));font-style:var(--mod-body-sans-serif-font-style,var(--spectrum-body-sans-serif-font-style));font-weight:var(--mod-body-sans-serif-font-weight,var(--spectrum-body-sans-serif-font-weight));font-size:var(--mod-body-font-size,var(--spectrum-body-font-size));color:var(--highcontrast-body-font-color,var(--mod-body-font-color,var(--spectrum-body-font-color)));line-height:var(--mod-body-line-height,var(--spectrum-body-line-height));margin-block-start:var(--mod-body-margin-start,var(--mod-body-margin,var(--spectrum-body-margin-start,0)));margin-block-end:var(--mod-body-margin-end,var(--mod-body-margin,var(--spectrum-body-margin-end,0)))}.spectrum-Body .spectrum-Body-strong,.spectrum-Body strong{font-style:var(--mod-body-sans-serif-strong-font-style,var(--spectrum-body-sans-serif-strong-font-style));font-weight:var(--mod-body-sans-serif-strong-font-weight,var(--spectrum-body-sans-serif-strong-font-weight))}.spectrum-Body .spectrum-Body-emphasized,.spectrum-Body em{font-style:var(--mod-body-sans-serif-emphasized-font-style,var(--spectrum-body-sans-serif-emphasized-font-style));font-weight:var(--mod-body-sans-serif-emphasized-font-weight,var(--spectrum-body-sans-serif-emphasized-font-weight))}.spectrum-Body .spectrum-Body-strong.spectrum-Body-emphasized,.spectrum-Body em strong,.spectrum-Body strong em{font-style:var(--mod-body-sans-serif-strong-emphasized-font-style,var(--spectrum-body-sans-serif-strong-emphasized-font-style));font-weight:var(--mod-body-sans-serif-strong-emphasized-font-weight,var(--spectrum-body-sans-serif-strong-emphasized-font-weight))}.spectrum-Body:lang(ja),.spectrum-Body:lang(ko),.spectrum-Body:lang(zh){font-family:var(--mod-body-cjk-font-family,var(--spectrum-body-cjk-font-family));font-style:var(--mod-body-cjk-font-style,var(--spectrum-body-cjk-font-style));font-weight:var(--mod-body-cjk-font-weight,var(--spectrum-body-cjk-font-weight));line-height:var(--mod-body-cjk-line-height,var(--spectrum-body-cjk-line-height));letter-spacing:var(--mod-body-cjk-letter-spacing,var(--spectrum-body-cjk-letter-spacing))}.spectrum-Body:lang(ja) .spectrum-Body-strong,.spectrum-Body:lang(ja) strong,.spectrum-Body:lang(ko) .spectrum-Body-strong,.spectrum-Body:lang(ko) strong,.spectrum-Body:lang(zh) .spectrum-Body-strong,.spectrum-Body:lang(zh) strong{font-style:var(--mod-body-cjk-strong-font-style,var(--spectrum-body-cjk-strong-font-style));font-weight:var(--mod-body-cjk-strong-font-weight,var(--spectrum-body-cjk-strong-font-weight))}.spectrum-Body:lang(ja) .spectrum-Body-emphasized,.spectrum-Body:lang(ja) em,.spectrum-Body:lang(ko) .spectrum-Body-emphasized,.spectrum-Body:lang(ko) em,.spectrum-Body:lang(zh) .spectrum-Body-emphasized,.spectrum-Body:lang(zh) em{font-style:var(--mod-body-cjk-emphasized-font-style,var(--spectrum-body-cjk-emphasized-font-style));font-weight:var(--mod-body-cjk-emphasized-font-weight,var(--spectrum-body-cjk-emphasized-font-weight))}.spectrum-Body:lang(ja) .spectrum-Body-strong.spectrum-Body-emphasized,.spectrum-Body:lang(ja) em strong,.spectrum-Body:lang(ja) strong em,.spectrum-Body:lang(ko) .spectrum-Body-strong.spectrum-Body-emphasized,.spectrum-Body:lang(ko) em strong,.spectrum-Body:lang(ko) strong em,.spectrum-Body:lang(zh) .spectrum-Body-strong.spectrum-Body-emphasized,.spectrum-Body:lang(zh) em strong,.spectrum-Body:lang(zh) strong em{font-style:var(--mod-body-cjk-strong-emphasized-font-style,var(--spectrum-body-cjk-strong-emphasized-font-style));font-weight:var(--mod-body-cjk-strong-emphasized-font-weight,var(--spectrum-body-cjk-strong-emphasized-font-weight))}.spectrum-Body--serif{font-family:var(--mod-body-serif-font-family,var(--spectrum-body-serif-font-family));font-weight:var(--mod-body-serif-font-weight,var(--spectrum-body-serif-font-weight));font-style:var(--mod-body-serif-font-style,var(--spectrum-body-serif-font-style))}.spectrum-Body--serif .spectrum-Body-strong,.spectrum-Body--serif strong{font-style:var(--mod-body-serif-strong-font-style,var(--spectrum-body-serif-strong-font-style));font-weight:var(--mod-body-serif-strong-font-weight,var(--spectrum-body-serif-strong-font-weight))}.spectrum-Body--serif .spectrum-Body-emphasized,.spectrum-Body--serif em{font-style:var(--mod-body-serif-emphasized-font-style,var(--spectrum-body-serif-emphasized-font-style));font-weight:var(--mod-body-serif-emphasized-font-weight,var(--spectrum-body-serif-emphasized-font-weight))}.spectrum-Body--serif .spectrum-Body-strong.spectrum-Body-emphasized,.spectrum-Body--serif em strong,.spectrum-Body--serif strong em{font-style:var(--mod-body-serif-strong-emphasized-font-style,var(--spectrum-body-serif-strong-emphasized-font-style));font-weight:var(--mod-body-serif-strong-emphasized-font-weight,var(--spectrum-body-serif-strong-emphasized-font-weight))}.spectrum-Detail--light .spectrum-Detail-strong.spectrum-Body-emphasized{font-style:var(--mod-detail-sans-serif-light-strong-emphasized-font-style,var(--spectrum-detail-sans-serif-light-strong-emphasized-font-style));font-weight:var(--mod-detail-sans-serif-light-strong-emphasized-font-weight,var(--spectrum-detail-sans-serif-light-strong-emphasized-font-weight))}.spectrum-Detail--serif.spectrum-Detail--light .spectrum-Detail-strong.spectrum-Body-emphasized{font-style:var(--mod-detail-serif-light-strong-emphasized-font-style,var(--spectrum-detail-serif-light-strong-emphasized-font-style));font-weight:var(--mod-detail-serif-light-strong-emphasized-font-weight,var(--spectrum-detail-serif-light-strong-emphasized-font-weight))}
5
+ `;
6
+ export default styles;
7
+ //# sourceMappingURL=spectrum-body.css.dev.js.map