@spectrum-web-components/styles 0.24.1-overlay.18 → 0.30.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 +5 -5
- package/spectrum-core-global.css +0 -6
- package/src/spectrum-body.css +1 -0
- package/src/spectrum-body.css.dev.js +1 -1
- package/src/spectrum-body.css.dev.js.map +1 -1
- package/src/spectrum-body.css.js +1 -1
- package/src/spectrum-body.css.js.map +1 -1
- package/src/spectrum-code.css +1 -0
- package/src/spectrum-code.css.dev.js +1 -1
- package/src/spectrum-code.css.dev.js.map +1 -1
- package/src/spectrum-code.css.js +1 -1
- package/src/spectrum-code.css.js.map +1 -1
- package/src/spectrum-detail.css +1 -0
- package/src/spectrum-detail.css.dev.js +1 -1
- package/src/spectrum-detail.css.dev.js.map +1 -1
- package/src/spectrum-detail.css.js +1 -1
- package/src/spectrum-detail.css.js.map +1 -1
- package/src/spectrum-heading.css +1 -0
- package/src/spectrum-heading.css.dev.js +1 -1
- package/src/spectrum-heading.css.dev.js.map +1 -1
- package/src/spectrum-heading.css.js +1 -1
- package/src/spectrum-heading.css.js.map +1 -1
- package/tokens/express/custom-dark-vars.css +1 -1
- package/tokens/express/custom-darkest-vars.css +1 -1
- package/tokens/express/custom-light-vars.css +1 -2
- package/tokens/express/global-vars.css +238 -13
- package/typography.css +9 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/styles",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.30.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -104,13 +104,13 @@
|
|
|
104
104
|
"lit-html"
|
|
105
105
|
],
|
|
106
106
|
"dependencies": {
|
|
107
|
-
"@spectrum-web-components/base": "^0.
|
|
107
|
+
"@spectrum-web-components/base": "^0.30.0"
|
|
108
108
|
},
|
|
109
109
|
"devDependencies": {
|
|
110
110
|
"@spectrum-css/commons": "^4.0.2",
|
|
111
|
-
"@spectrum-css/expressvars": "^3.0.
|
|
111
|
+
"@spectrum-css/expressvars": "^3.0.5",
|
|
112
112
|
"@spectrum-css/tokens": "^8.1.1",
|
|
113
|
-
"@spectrum-css/typography": "^5.0.
|
|
113
|
+
"@spectrum-css/typography": "^5.0.9",
|
|
114
114
|
"@spectrum-css/vars": "^8.0.5"
|
|
115
115
|
},
|
|
116
116
|
"customElements": "custom-elements.json",
|
|
@@ -118,5 +118,5 @@
|
|
|
118
118
|
"./**/*.css"
|
|
119
119
|
],
|
|
120
120
|
"style": "all-medium-lightest.css",
|
|
121
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "e34a26bf2bbea5f60a5e415e0f12c97654f0e20d"
|
|
122
122
|
}
|
package/spectrum-core-global.css
CHANGED
|
@@ -1832,12 +1832,6 @@ governing permissions and limitations under the License.
|
|
|
1832
1832
|
--spectrum-alias-ui-icon-asterisk-size-100: var(
|
|
1833
1833
|
--spectrum-global-dimension-size-100
|
|
1834
1834
|
);
|
|
1835
|
-
--spectrum-alias-transparent-blue-background-color-hover: rgba(
|
|
1836
|
-
0,
|
|
1837
|
-
87,
|
|
1838
|
-
190,
|
|
1839
|
-
0.15
|
|
1840
|
-
);
|
|
1841
1835
|
--spectrum-alias-transparent-blue-background-color-down: rgba(
|
|
1842
1836
|
0,
|
|
1843
1837
|
72,
|
package/src/spectrum-body.css
CHANGED
|
@@ -64,6 +64,7 @@ governing permissions and limitations under the License.
|
|
|
64
64
|
var(--spectrum-body-sans-serif-font-weight)
|
|
65
65
|
);
|
|
66
66
|
line-height: var(--mod-body-line-height, var(--spectrum-body-line-height));
|
|
67
|
+
margin-block: 0;
|
|
67
68
|
}
|
|
68
69
|
.spectrum-Body .spectrum-Body-strong,
|
|
69
70
|
.spectrum-Body strong {
|
|
@@ -11,7 +11,7 @@ const styles = css`
|
|
|
11
11
|
--mod-body-sans-serif-font-style,var(--spectrum-body-sans-serif-font-style)
|
|
12
12
|
);font-weight:var(
|
|
13
13
|
--mod-body-sans-serif-font-weight,var(--spectrum-body-sans-serif-font-weight)
|
|
14
|
-
);line-height:var(--mod-body-line-height,var(--spectrum-body-line-height))}.spectrum-Body .spectrum-Body-strong,.spectrum-Body strong{font-style:var(
|
|
14
|
+
);line-height:var(--mod-body-line-height,var(--spectrum-body-line-height));margin-block:0}.spectrum-Body .spectrum-Body-strong,.spectrum-Body strong{font-style:var(
|
|
15
15
|
--mod-body-sans-serif-strong-font-style,var(--spectrum-body-sans-serif-strong-font-style)
|
|
16
16
|
);font-weight:var(
|
|
17
17
|
--mod-body-sans-serif-strong-font-weight,var(--spectrum-body-sans-serif-strong-font-weight)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["spectrum-body.css.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 { css } from '@spectrum-web-components/base';\nconst styles = css`\n.spectrum-Body{--spectrum-body-sans-serif-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-body-serif-font-family:var(--spectrum-serif-font-family-stack);--spectrum-body-cjk-font-family:var(--spectrum-cjk-font-family-stack);--spectrum-body-cjk-letter-spacing:var(--spectrum-cjk-letter-spacing);--spectrum-body-margin:calc(var(--mod-body-font-size, var(--spectrum-body-font-size))*var(--spectrum-body-margin-multiplier));--spectrum-body-font-color:var(--spectrum-body-color)}.spectrum-Body--sizeXS{--spectrum-body-font-size:var(--spectrum-body-size-xs)}.spectrum-Body--sizeS{--spectrum-body-font-size:var(--spectrum-body-size-s)}.spectrum-Body--sizeM{--spectrum-body-font-size:var(--spectrum-body-size-m)}.spectrum-Body--sizeL{--spectrum-body-font-size:var(--spectrum-body-size-l)}.spectrum-Body--sizeXL{--spectrum-body-font-size:var(--spectrum-body-size-xl)}.spectrum-Body--sizeXXL{--spectrum-body-font-size:var(--spectrum-body-size-xxl)}.spectrum-Body--sizeXXXL{--spectrum-body-font-size:var(--spectrum-body-size-xxxl)}.spectrum-Body{color:var(\n--highcontrast-body-font-color,var(--mod-body-font-color,var(--spectrum-body-font-color))\n);font-family:var(\n--mod-body-sans-serif-font-family,var(--spectrum-body-sans-serif-font-family)\n);font-size:var(--mod-body-font-size,var(--spectrum-body-font-size));font-style:var(\n--mod-body-sans-serif-font-style,var(--spectrum-body-sans-serif-font-style)\n);font-weight:var(\n--mod-body-sans-serif-font-weight,var(--spectrum-body-sans-serif-font-weight)\n);line-height:var(--mod-body-line-height,var(--spectrum-body-line-height))}.spectrum-Body .spectrum-Body-strong,.spectrum-Body strong{font-style:var(\n--mod-body-sans-serif-strong-font-style,var(--spectrum-body-sans-serif-strong-font-style)\n);font-weight:var(\n--mod-body-sans-serif-strong-font-weight,var(--spectrum-body-sans-serif-strong-font-weight)\n)}.spectrum-Body .spectrum-Body-emphasized,.spectrum-Body em{font-style:var(\n--mod-body-sans-serif-emphasized-font-style,var(--spectrum-body-sans-serif-emphasized-font-style)\n);font-weight:var(\n--mod-body-sans-serif-emphasized-font-weight,var(--spectrum-body-sans-serif-emphasized-font-weight)\n)}.spectrum-Body .spectrum-Body-strong.spectrum-Body-emphasized,.spectrum-Body em strong,.spectrum-Body strong em{font-style:var(\n--mod-body-sans-serif-strong-emphasized-font-style,var(--spectrum-body-sans-serif-strong-emphasized-font-style)\n);font-weight:var(\n--mod-body-sans-serif-strong-emphasized-font-weight,var(--spectrum-body-sans-serif-strong-emphasized-font-weight)\n)}.spectrum-Body:lang(ja),.spectrum-Body:lang(ko),.spectrum-Body:lang(zh){font-family:var(\n--mod-body-cjk-font-family,var(--spectrum-body-cjk-font-family)\n);font-style:var(\n--mod-body-cjk-font-style,var(--spectrum-body-cjk-font-style)\n);font-weight:var(\n--mod-body-cjk-font-weight,var(--spectrum-body-cjk-font-weight)\n);letter-spacing:var(\n--mod-body-cjk-letter-spacing,var(--spectrum-body-cjk-letter-spacing)\n);line-height:var(\n--mod-body-cjk-line-height,var(--spectrum-body-cjk-line-height)\n)}.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(\n--mod-body-cjk-strong-font-style,var(--spectrum-body-cjk-strong-font-style)\n);font-weight:var(\n--mod-body-cjk-strong-font-weight,var(--spectrum-body-cjk-strong-font-weight)\n)}.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(\n--mod-body-cjk-emphasized-font-style,var(--spectrum-body-cjk-emphasized-font-style)\n);font-weight:var(\n--mod-body-cjk-emphasized-font-weight,var(--spectrum-body-cjk-emphasized-font-weight)\n)}.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(\n--mod-body-cjk-strong-emphasized-font-style,var(--spectrum-body-cjk-strong-emphasized-font-style)\n);font-weight:var(\n--mod-body-cjk-strong-emphasized-font-weight,var(--spectrum-body-cjk-strong-emphasized-font-weight)\n)}.spectrum-Body--serif{font-family:var(\n--mod-body-serif-font-family,var(--spectrum-body-serif-font-family)\n);font-style:var(\n--mod-body-serif-font-style,var(--spectrum-body-serif-font-style)\n);font-weight:var(\n--mod-body-serif-font-weight,var(--spectrum-body-serif-font-weight)\n)}.spectrum-Body--serif .spectrum-Body-strong,.spectrum-Body--serif strong{font-style:var(\n--mod-body-serif-strong-font-style,var(--spectrum-body-serif-strong-font-style)\n);font-weight:var(\n--mod-body-serif-strong-font-weight,var(--spectrum-body-serif-strong-font-weight)\n)}.spectrum-Body--serif .spectrum-Body-emphasized,.spectrum-Body--serif em{font-style:var(\n--mod-body-serif-emphasized-font-style,var(--spectrum-body-serif-emphasized-font-style)\n);font-weight:var(\n--mod-body-serif-emphasized-font-weight,var(--spectrum-body-serif-emphasized-font-weight)\n)}.spectrum-Body--serif .spectrum-Body-strong.spectrum-Body-emphasized,.spectrum-Body--serif em strong,.spectrum-Body--serif strong em{font-style:var(\n--mod-body-serif-strong-emphasized-font-style,var(--spectrum-body-serif-strong-emphasized-font-style)\n);font-weight:var(\n--mod-body-serif-strong-emphasized-font-weight,var(--spectrum-body-serif-strong-emphasized-font-weight)\n)}.spectrum-Typography .spectrum-Body{margin-block-end:var(--mod-body-margin,var(--spectrum-body-margin))}.spectrum-Detail--light .spectrum-Detail-strong.spectrum-Body-emphasized{font-style:var(\n--mod-detail-sans-serif-light-strong-emphasized-font-style,var(--spectrum-detail-sans-serif-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-light-strong-emphasized-font-weight,var(--spectrum-detail-sans-serif-light-strong-emphasized-font-weight)\n)}.spectrum-Detail--serif.spectrum-Detail--light .spectrum-Detail-strong.spectrum-Body-emphasized{font-style:var(\n--mod-detail-serif-light-strong-emphasized-font-style,var(--spectrum-detail-serif-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-serif-light-strong-emphasized-font-weight,var(--spectrum-detail-serif-light-strong-emphasized-font-weight)\n)}\n`;\nexport default styles;"],
|
|
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 { css } from '@spectrum-web-components/base';\nconst styles = css`\n.spectrum-Body{--spectrum-body-sans-serif-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-body-serif-font-family:var(--spectrum-serif-font-family-stack);--spectrum-body-cjk-font-family:var(--spectrum-cjk-font-family-stack);--spectrum-body-cjk-letter-spacing:var(--spectrum-cjk-letter-spacing);--spectrum-body-margin:calc(var(--mod-body-font-size, var(--spectrum-body-font-size))*var(--spectrum-body-margin-multiplier));--spectrum-body-font-color:var(--spectrum-body-color)}.spectrum-Body--sizeXS{--spectrum-body-font-size:var(--spectrum-body-size-xs)}.spectrum-Body--sizeS{--spectrum-body-font-size:var(--spectrum-body-size-s)}.spectrum-Body--sizeM{--spectrum-body-font-size:var(--spectrum-body-size-m)}.spectrum-Body--sizeL{--spectrum-body-font-size:var(--spectrum-body-size-l)}.spectrum-Body--sizeXL{--spectrum-body-font-size:var(--spectrum-body-size-xl)}.spectrum-Body--sizeXXL{--spectrum-body-font-size:var(--spectrum-body-size-xxl)}.spectrum-Body--sizeXXXL{--spectrum-body-font-size:var(--spectrum-body-size-xxxl)}.spectrum-Body{color:var(\n--highcontrast-body-font-color,var(--mod-body-font-color,var(--spectrum-body-font-color))\n);font-family:var(\n--mod-body-sans-serif-font-family,var(--spectrum-body-sans-serif-font-family)\n);font-size:var(--mod-body-font-size,var(--spectrum-body-font-size));font-style:var(\n--mod-body-sans-serif-font-style,var(--spectrum-body-sans-serif-font-style)\n);font-weight:var(\n--mod-body-sans-serif-font-weight,var(--spectrum-body-sans-serif-font-weight)\n);line-height:var(--mod-body-line-height,var(--spectrum-body-line-height));margin-block:0}.spectrum-Body .spectrum-Body-strong,.spectrum-Body strong{font-style:var(\n--mod-body-sans-serif-strong-font-style,var(--spectrum-body-sans-serif-strong-font-style)\n);font-weight:var(\n--mod-body-sans-serif-strong-font-weight,var(--spectrum-body-sans-serif-strong-font-weight)\n)}.spectrum-Body .spectrum-Body-emphasized,.spectrum-Body em{font-style:var(\n--mod-body-sans-serif-emphasized-font-style,var(--spectrum-body-sans-serif-emphasized-font-style)\n);font-weight:var(\n--mod-body-sans-serif-emphasized-font-weight,var(--spectrum-body-sans-serif-emphasized-font-weight)\n)}.spectrum-Body .spectrum-Body-strong.spectrum-Body-emphasized,.spectrum-Body em strong,.spectrum-Body strong em{font-style:var(\n--mod-body-sans-serif-strong-emphasized-font-style,var(--spectrum-body-sans-serif-strong-emphasized-font-style)\n);font-weight:var(\n--mod-body-sans-serif-strong-emphasized-font-weight,var(--spectrum-body-sans-serif-strong-emphasized-font-weight)\n)}.spectrum-Body:lang(ja),.spectrum-Body:lang(ko),.spectrum-Body:lang(zh){font-family:var(\n--mod-body-cjk-font-family,var(--spectrum-body-cjk-font-family)\n);font-style:var(\n--mod-body-cjk-font-style,var(--spectrum-body-cjk-font-style)\n);font-weight:var(\n--mod-body-cjk-font-weight,var(--spectrum-body-cjk-font-weight)\n);letter-spacing:var(\n--mod-body-cjk-letter-spacing,var(--spectrum-body-cjk-letter-spacing)\n);line-height:var(\n--mod-body-cjk-line-height,var(--spectrum-body-cjk-line-height)\n)}.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(\n--mod-body-cjk-strong-font-style,var(--spectrum-body-cjk-strong-font-style)\n);font-weight:var(\n--mod-body-cjk-strong-font-weight,var(--spectrum-body-cjk-strong-font-weight)\n)}.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(\n--mod-body-cjk-emphasized-font-style,var(--spectrum-body-cjk-emphasized-font-style)\n);font-weight:var(\n--mod-body-cjk-emphasized-font-weight,var(--spectrum-body-cjk-emphasized-font-weight)\n)}.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(\n--mod-body-cjk-strong-emphasized-font-style,var(--spectrum-body-cjk-strong-emphasized-font-style)\n);font-weight:var(\n--mod-body-cjk-strong-emphasized-font-weight,var(--spectrum-body-cjk-strong-emphasized-font-weight)\n)}.spectrum-Body--serif{font-family:var(\n--mod-body-serif-font-family,var(--spectrum-body-serif-font-family)\n);font-style:var(\n--mod-body-serif-font-style,var(--spectrum-body-serif-font-style)\n);font-weight:var(\n--mod-body-serif-font-weight,var(--spectrum-body-serif-font-weight)\n)}.spectrum-Body--serif .spectrum-Body-strong,.spectrum-Body--serif strong{font-style:var(\n--mod-body-serif-strong-font-style,var(--spectrum-body-serif-strong-font-style)\n);font-weight:var(\n--mod-body-serif-strong-font-weight,var(--spectrum-body-serif-strong-font-weight)\n)}.spectrum-Body--serif .spectrum-Body-emphasized,.spectrum-Body--serif em{font-style:var(\n--mod-body-serif-emphasized-font-style,var(--spectrum-body-serif-emphasized-font-style)\n);font-weight:var(\n--mod-body-serif-emphasized-font-weight,var(--spectrum-body-serif-emphasized-font-weight)\n)}.spectrum-Body--serif .spectrum-Body-strong.spectrum-Body-emphasized,.spectrum-Body--serif em strong,.spectrum-Body--serif strong em{font-style:var(\n--mod-body-serif-strong-emphasized-font-style,var(--spectrum-body-serif-strong-emphasized-font-style)\n);font-weight:var(\n--mod-body-serif-strong-emphasized-font-weight,var(--spectrum-body-serif-strong-emphasized-font-weight)\n)}.spectrum-Typography .spectrum-Body{margin-block-end:var(--mod-body-margin,var(--spectrum-body-margin))}.spectrum-Detail--light .spectrum-Detail-strong.spectrum-Body-emphasized{font-style:var(\n--mod-detail-sans-serif-light-strong-emphasized-font-style,var(--spectrum-detail-sans-serif-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-light-strong-emphasized-font-weight,var(--spectrum-detail-sans-serif-light-strong-emphasized-font-weight)\n)}.spectrum-Detail--serif.spectrum-Detail--light .spectrum-Detail-strong.spectrum-Body-emphasized{font-style:var(\n--mod-detail-serif-light-strong-emphasized-font-style,var(--spectrum-detail-serif-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-serif-light-strong-emphasized-font-weight,var(--spectrum-detail-serif-light-strong-emphasized-font-weight)\n)}\n`;\nexport default styles;"],
|
|
5
5
|
"mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAyEf,eAAe;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/src/spectrum-body.css.js
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
--mod-body-sans-serif-font-style,var(--spectrum-body-sans-serif-font-style)
|
|
10
10
|
);font-weight:var(
|
|
11
11
|
--mod-body-sans-serif-font-weight,var(--spectrum-body-sans-serif-font-weight)
|
|
12
|
-
);line-height:var(--mod-body-line-height,var(--spectrum-body-line-height))}.spectrum-Body .spectrum-Body-strong,.spectrum-Body strong{font-style:var(
|
|
12
|
+
);line-height:var(--mod-body-line-height,var(--spectrum-body-line-height));margin-block:0}.spectrum-Body .spectrum-Body-strong,.spectrum-Body strong{font-style:var(
|
|
13
13
|
--mod-body-sans-serif-strong-font-style,var(--spectrum-body-sans-serif-strong-font-style)
|
|
14
14
|
);font-weight:var(
|
|
15
15
|
--mod-body-sans-serif-strong-font-weight,var(--spectrum-body-sans-serif-strong-font-weight)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["spectrum-body.css.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 { css } from '@spectrum-web-components/base';\nconst styles = css`\n.spectrum-Body{--spectrum-body-sans-serif-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-body-serif-font-family:var(--spectrum-serif-font-family-stack);--spectrum-body-cjk-font-family:var(--spectrum-cjk-font-family-stack);--spectrum-body-cjk-letter-spacing:var(--spectrum-cjk-letter-spacing);--spectrum-body-margin:calc(var(--mod-body-font-size, var(--spectrum-body-font-size))*var(--spectrum-body-margin-multiplier));--spectrum-body-font-color:var(--spectrum-body-color)}.spectrum-Body--sizeXS{--spectrum-body-font-size:var(--spectrum-body-size-xs)}.spectrum-Body--sizeS{--spectrum-body-font-size:var(--spectrum-body-size-s)}.spectrum-Body--sizeM{--spectrum-body-font-size:var(--spectrum-body-size-m)}.spectrum-Body--sizeL{--spectrum-body-font-size:var(--spectrum-body-size-l)}.spectrum-Body--sizeXL{--spectrum-body-font-size:var(--spectrum-body-size-xl)}.spectrum-Body--sizeXXL{--spectrum-body-font-size:var(--spectrum-body-size-xxl)}.spectrum-Body--sizeXXXL{--spectrum-body-font-size:var(--spectrum-body-size-xxxl)}.spectrum-Body{color:var(\n--highcontrast-body-font-color,var(--mod-body-font-color,var(--spectrum-body-font-color))\n);font-family:var(\n--mod-body-sans-serif-font-family,var(--spectrum-body-sans-serif-font-family)\n);font-size:var(--mod-body-font-size,var(--spectrum-body-font-size));font-style:var(\n--mod-body-sans-serif-font-style,var(--spectrum-body-sans-serif-font-style)\n);font-weight:var(\n--mod-body-sans-serif-font-weight,var(--spectrum-body-sans-serif-font-weight)\n);line-height:var(--mod-body-line-height,var(--spectrum-body-line-height))}.spectrum-Body .spectrum-Body-strong,.spectrum-Body strong{font-style:var(\n--mod-body-sans-serif-strong-font-style,var(--spectrum-body-sans-serif-strong-font-style)\n);font-weight:var(\n--mod-body-sans-serif-strong-font-weight,var(--spectrum-body-sans-serif-strong-font-weight)\n)}.spectrum-Body .spectrum-Body-emphasized,.spectrum-Body em{font-style:var(\n--mod-body-sans-serif-emphasized-font-style,var(--spectrum-body-sans-serif-emphasized-font-style)\n);font-weight:var(\n--mod-body-sans-serif-emphasized-font-weight,var(--spectrum-body-sans-serif-emphasized-font-weight)\n)}.spectrum-Body .spectrum-Body-strong.spectrum-Body-emphasized,.spectrum-Body em strong,.spectrum-Body strong em{font-style:var(\n--mod-body-sans-serif-strong-emphasized-font-style,var(--spectrum-body-sans-serif-strong-emphasized-font-style)\n);font-weight:var(\n--mod-body-sans-serif-strong-emphasized-font-weight,var(--spectrum-body-sans-serif-strong-emphasized-font-weight)\n)}.spectrum-Body:lang(ja),.spectrum-Body:lang(ko),.spectrum-Body:lang(zh){font-family:var(\n--mod-body-cjk-font-family,var(--spectrum-body-cjk-font-family)\n);font-style:var(\n--mod-body-cjk-font-style,var(--spectrum-body-cjk-font-style)\n);font-weight:var(\n--mod-body-cjk-font-weight,var(--spectrum-body-cjk-font-weight)\n);letter-spacing:var(\n--mod-body-cjk-letter-spacing,var(--spectrum-body-cjk-letter-spacing)\n);line-height:var(\n--mod-body-cjk-line-height,var(--spectrum-body-cjk-line-height)\n)}.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(\n--mod-body-cjk-strong-font-style,var(--spectrum-body-cjk-strong-font-style)\n);font-weight:var(\n--mod-body-cjk-strong-font-weight,var(--spectrum-body-cjk-strong-font-weight)\n)}.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(\n--mod-body-cjk-emphasized-font-style,var(--spectrum-body-cjk-emphasized-font-style)\n);font-weight:var(\n--mod-body-cjk-emphasized-font-weight,var(--spectrum-body-cjk-emphasized-font-weight)\n)}.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(\n--mod-body-cjk-strong-emphasized-font-style,var(--spectrum-body-cjk-strong-emphasized-font-style)\n);font-weight:var(\n--mod-body-cjk-strong-emphasized-font-weight,var(--spectrum-body-cjk-strong-emphasized-font-weight)\n)}.spectrum-Body--serif{font-family:var(\n--mod-body-serif-font-family,var(--spectrum-body-serif-font-family)\n);font-style:var(\n--mod-body-serif-font-style,var(--spectrum-body-serif-font-style)\n);font-weight:var(\n--mod-body-serif-font-weight,var(--spectrum-body-serif-font-weight)\n)}.spectrum-Body--serif .spectrum-Body-strong,.spectrum-Body--serif strong{font-style:var(\n--mod-body-serif-strong-font-style,var(--spectrum-body-serif-strong-font-style)\n);font-weight:var(\n--mod-body-serif-strong-font-weight,var(--spectrum-body-serif-strong-font-weight)\n)}.spectrum-Body--serif .spectrum-Body-emphasized,.spectrum-Body--serif em{font-style:var(\n--mod-body-serif-emphasized-font-style,var(--spectrum-body-serif-emphasized-font-style)\n);font-weight:var(\n--mod-body-serif-emphasized-font-weight,var(--spectrum-body-serif-emphasized-font-weight)\n)}.spectrum-Body--serif .spectrum-Body-strong.spectrum-Body-emphasized,.spectrum-Body--serif em strong,.spectrum-Body--serif strong em{font-style:var(\n--mod-body-serif-strong-emphasized-font-style,var(--spectrum-body-serif-strong-emphasized-font-style)\n);font-weight:var(\n--mod-body-serif-strong-emphasized-font-weight,var(--spectrum-body-serif-strong-emphasized-font-weight)\n)}.spectrum-Typography .spectrum-Body{margin-block-end:var(--mod-body-margin,var(--spectrum-body-margin))}.spectrum-Detail--light .spectrum-Detail-strong.spectrum-Body-emphasized{font-style:var(\n--mod-detail-sans-serif-light-strong-emphasized-font-style,var(--spectrum-detail-sans-serif-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-light-strong-emphasized-font-weight,var(--spectrum-detail-sans-serif-light-strong-emphasized-font-weight)\n)}.spectrum-Detail--serif.spectrum-Detail--light .spectrum-Detail-strong.spectrum-Body-emphasized{font-style:var(\n--mod-detail-serif-light-strong-emphasized-font-style,var(--spectrum-detail-serif-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-serif-light-strong-emphasized-font-weight,var(--spectrum-detail-serif-light-strong-emphasized-font-weight)\n)}\n`;\nexport default styles;"],
|
|
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 { css } from '@spectrum-web-components/base';\nconst styles = css`\n.spectrum-Body{--spectrum-body-sans-serif-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-body-serif-font-family:var(--spectrum-serif-font-family-stack);--spectrum-body-cjk-font-family:var(--spectrum-cjk-font-family-stack);--spectrum-body-cjk-letter-spacing:var(--spectrum-cjk-letter-spacing);--spectrum-body-margin:calc(var(--mod-body-font-size, var(--spectrum-body-font-size))*var(--spectrum-body-margin-multiplier));--spectrum-body-font-color:var(--spectrum-body-color)}.spectrum-Body--sizeXS{--spectrum-body-font-size:var(--spectrum-body-size-xs)}.spectrum-Body--sizeS{--spectrum-body-font-size:var(--spectrum-body-size-s)}.spectrum-Body--sizeM{--spectrum-body-font-size:var(--spectrum-body-size-m)}.spectrum-Body--sizeL{--spectrum-body-font-size:var(--spectrum-body-size-l)}.spectrum-Body--sizeXL{--spectrum-body-font-size:var(--spectrum-body-size-xl)}.spectrum-Body--sizeXXL{--spectrum-body-font-size:var(--spectrum-body-size-xxl)}.spectrum-Body--sizeXXXL{--spectrum-body-font-size:var(--spectrum-body-size-xxxl)}.spectrum-Body{color:var(\n--highcontrast-body-font-color,var(--mod-body-font-color,var(--spectrum-body-font-color))\n);font-family:var(\n--mod-body-sans-serif-font-family,var(--spectrum-body-sans-serif-font-family)\n);font-size:var(--mod-body-font-size,var(--spectrum-body-font-size));font-style:var(\n--mod-body-sans-serif-font-style,var(--spectrum-body-sans-serif-font-style)\n);font-weight:var(\n--mod-body-sans-serif-font-weight,var(--spectrum-body-sans-serif-font-weight)\n);line-height:var(--mod-body-line-height,var(--spectrum-body-line-height));margin-block:0}.spectrum-Body .spectrum-Body-strong,.spectrum-Body strong{font-style:var(\n--mod-body-sans-serif-strong-font-style,var(--spectrum-body-sans-serif-strong-font-style)\n);font-weight:var(\n--mod-body-sans-serif-strong-font-weight,var(--spectrum-body-sans-serif-strong-font-weight)\n)}.spectrum-Body .spectrum-Body-emphasized,.spectrum-Body em{font-style:var(\n--mod-body-sans-serif-emphasized-font-style,var(--spectrum-body-sans-serif-emphasized-font-style)\n);font-weight:var(\n--mod-body-sans-serif-emphasized-font-weight,var(--spectrum-body-sans-serif-emphasized-font-weight)\n)}.spectrum-Body .spectrum-Body-strong.spectrum-Body-emphasized,.spectrum-Body em strong,.spectrum-Body strong em{font-style:var(\n--mod-body-sans-serif-strong-emphasized-font-style,var(--spectrum-body-sans-serif-strong-emphasized-font-style)\n);font-weight:var(\n--mod-body-sans-serif-strong-emphasized-font-weight,var(--spectrum-body-sans-serif-strong-emphasized-font-weight)\n)}.spectrum-Body:lang(ja),.spectrum-Body:lang(ko),.spectrum-Body:lang(zh){font-family:var(\n--mod-body-cjk-font-family,var(--spectrum-body-cjk-font-family)\n);font-style:var(\n--mod-body-cjk-font-style,var(--spectrum-body-cjk-font-style)\n);font-weight:var(\n--mod-body-cjk-font-weight,var(--spectrum-body-cjk-font-weight)\n);letter-spacing:var(\n--mod-body-cjk-letter-spacing,var(--spectrum-body-cjk-letter-spacing)\n);line-height:var(\n--mod-body-cjk-line-height,var(--spectrum-body-cjk-line-height)\n)}.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(\n--mod-body-cjk-strong-font-style,var(--spectrum-body-cjk-strong-font-style)\n);font-weight:var(\n--mod-body-cjk-strong-font-weight,var(--spectrum-body-cjk-strong-font-weight)\n)}.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(\n--mod-body-cjk-emphasized-font-style,var(--spectrum-body-cjk-emphasized-font-style)\n);font-weight:var(\n--mod-body-cjk-emphasized-font-weight,var(--spectrum-body-cjk-emphasized-font-weight)\n)}.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(\n--mod-body-cjk-strong-emphasized-font-style,var(--spectrum-body-cjk-strong-emphasized-font-style)\n);font-weight:var(\n--mod-body-cjk-strong-emphasized-font-weight,var(--spectrum-body-cjk-strong-emphasized-font-weight)\n)}.spectrum-Body--serif{font-family:var(\n--mod-body-serif-font-family,var(--spectrum-body-serif-font-family)\n);font-style:var(\n--mod-body-serif-font-style,var(--spectrum-body-serif-font-style)\n);font-weight:var(\n--mod-body-serif-font-weight,var(--spectrum-body-serif-font-weight)\n)}.spectrum-Body--serif .spectrum-Body-strong,.spectrum-Body--serif strong{font-style:var(\n--mod-body-serif-strong-font-style,var(--spectrum-body-serif-strong-font-style)\n);font-weight:var(\n--mod-body-serif-strong-font-weight,var(--spectrum-body-serif-strong-font-weight)\n)}.spectrum-Body--serif .spectrum-Body-emphasized,.spectrum-Body--serif em{font-style:var(\n--mod-body-serif-emphasized-font-style,var(--spectrum-body-serif-emphasized-font-style)\n);font-weight:var(\n--mod-body-serif-emphasized-font-weight,var(--spectrum-body-serif-emphasized-font-weight)\n)}.spectrum-Body--serif .spectrum-Body-strong.spectrum-Body-emphasized,.spectrum-Body--serif em strong,.spectrum-Body--serif strong em{font-style:var(\n--mod-body-serif-strong-emphasized-font-style,var(--spectrum-body-serif-strong-emphasized-font-style)\n);font-weight:var(\n--mod-body-serif-strong-emphasized-font-weight,var(--spectrum-body-serif-strong-emphasized-font-weight)\n)}.spectrum-Typography .spectrum-Body{margin-block-end:var(--mod-body-margin,var(--spectrum-body-margin))}.spectrum-Detail--light .spectrum-Detail-strong.spectrum-Body-emphasized{font-style:var(\n--mod-detail-sans-serif-light-strong-emphasized-font-style,var(--spectrum-detail-sans-serif-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-light-strong-emphasized-font-weight,var(--spectrum-detail-sans-serif-light-strong-emphasized-font-weight)\n)}.spectrum-Detail--serif.spectrum-Detail--light .spectrum-Detail-strong.spectrum-Body-emphasized{font-style:var(\n--mod-detail-serif-light-strong-emphasized-font-style,var(--spectrum-detail-serif-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-serif-light-strong-emphasized-font-weight,var(--spectrum-detail-serif-light-strong-emphasized-font-weight)\n)}\n`;\nexport default styles;"],
|
|
5
5
|
"mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAyEf,eAAeC",
|
|
6
6
|
"names": ["css", "styles"]
|
|
7
7
|
}
|
package/src/spectrum-code.css
CHANGED
|
@@ -46,6 +46,7 @@ governing permissions and limitations under the License.
|
|
|
46
46
|
font-style: var(--mod-code-font-style, var(--spectrum-code-font-style));
|
|
47
47
|
font-weight: var(--mod-code-font-weight, var(--spectrum-code-font-weight));
|
|
48
48
|
line-height: var(--mod-code-line-height, var(--spectrum-code-line-height));
|
|
49
|
+
margin-block: 0;
|
|
49
50
|
}
|
|
50
51
|
.spectrum-Code .spectrum-Code-strong,
|
|
51
52
|
.spectrum-Code strong {
|
|
@@ -3,7 +3,7 @@ import { css } from "@spectrum-web-components/base";
|
|
|
3
3
|
const styles = css`
|
|
4
4
|
.spectrum-Code{--spectrum-code-font-family:var(--spectrum-code-font-family-stack);--spectrum-code-cjk-letter-spacing:var(--spectrum-cjk-letter-spacing);--spectrum-code-font-color:var(--spectrum-code-color)}@media (forced-colors:active){.spectrum-Code{--highcontrast-code-font-color:Text}}.spectrum-Code--sizeXS{--spectrum-code-font-size:var(--spectrum-code-size-xs)}.spectrum-Code--sizeS{--spectrum-code-font-size:var(--spectrum-code-size-s)}.spectrum-Code--sizeM{--spectrum-code-font-size:var(--spectrum-code-size-m)}.spectrum-Code--sizeL{--spectrum-code-font-size:var(--spectrum-code-size-l)}.spectrum-Code--sizeXL{--spectrum-code-font-size:var(--spectrum-code-size-xl)}.spectrum-Code{color:var(
|
|
5
5
|
--highcontrast-code-font-color,var(--mod-code-font-color,var(--spectrum-code-font-color))
|
|
6
|
-
);font-family:var(--mod-code-font-family,var(--spectrum-code-font-family));font-size:var(--mod-code-font-size,var(--spectrum-code-font-size));font-style:var(--mod-code-font-style,var(--spectrum-code-font-style));font-weight:var(--mod-code-font-weight,var(--spectrum-code-font-weight));line-height:var(--mod-code-line-height,var(--spectrum-code-line-height))}.spectrum-Code .spectrum-Code-strong,.spectrum-Code strong{font-style:var(
|
|
6
|
+
);font-family:var(--mod-code-font-family,var(--spectrum-code-font-family));font-size:var(--mod-code-font-size,var(--spectrum-code-font-size));font-style:var(--mod-code-font-style,var(--spectrum-code-font-style));font-weight:var(--mod-code-font-weight,var(--spectrum-code-font-weight));line-height:var(--mod-code-line-height,var(--spectrum-code-line-height));margin-block:0}.spectrum-Code .spectrum-Code-strong,.spectrum-Code strong{font-style:var(
|
|
7
7
|
--mod-code-strong-font-style,var(--spectrum-code-strong-font-style)
|
|
8
8
|
);font-weight:var(
|
|
9
9
|
--mod-code-strong-font-weight,var(--spectrum-code-strong-font-weight)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["spectrum-code.css.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 { css } from '@spectrum-web-components/base';\nconst styles = css`\n.spectrum-Code{--spectrum-code-font-family:var(--spectrum-code-font-family-stack);--spectrum-code-cjk-letter-spacing:var(--spectrum-cjk-letter-spacing);--spectrum-code-font-color:var(--spectrum-code-color)}@media (forced-colors:active){.spectrum-Code{--highcontrast-code-font-color:Text}}.spectrum-Code--sizeXS{--spectrum-code-font-size:var(--spectrum-code-size-xs)}.spectrum-Code--sizeS{--spectrum-code-font-size:var(--spectrum-code-size-s)}.spectrum-Code--sizeM{--spectrum-code-font-size:var(--spectrum-code-size-m)}.spectrum-Code--sizeL{--spectrum-code-font-size:var(--spectrum-code-size-l)}.spectrum-Code--sizeXL{--spectrum-code-font-size:var(--spectrum-code-size-xl)}.spectrum-Code{color:var(\n--highcontrast-code-font-color,var(--mod-code-font-color,var(--spectrum-code-font-color))\n);font-family:var(--mod-code-font-family,var(--spectrum-code-font-family));font-size:var(--mod-code-font-size,var(--spectrum-code-font-size));font-style:var(--mod-code-font-style,var(--spectrum-code-font-style));font-weight:var(--mod-code-font-weight,var(--spectrum-code-font-weight));line-height:var(--mod-code-line-height,var(--spectrum-code-line-height))}.spectrum-Code .spectrum-Code-strong,.spectrum-Code strong{font-style:var(\n--mod-code-strong-font-style,var(--spectrum-code-strong-font-style)\n);font-weight:var(\n--mod-code-strong-font-weight,var(--spectrum-code-strong-font-weight)\n)}.spectrum-Code .spectrum-Code-emphasized,.spectrum-Code em{font-style:var(\n--mod-code-emphasized-font-style,var(--spectrum-code-emphasized-font-style)\n);font-weight:var(\n--mod-code-emphasized-font-weight,var(--spectrum-code-emphasized-font-weight)\n)}.spectrum-Code .spectrum-Code-strong.spectrum-Code-emphasized,.spectrum-Code em strong,.spectrum-Code strong em{font-style:var(\n--mod-code-strong-emphasized-font-style,var(--spectrum-code-strong-emphasized-font-style)\n);font-weight:var(\n--mod-code-strong-emphasized-font-weight,var(--spectrum-code-strong-emphasized-font-weight)\n)}.spectrum-Code:lang(ja),.spectrum-Code:lang(ko),.spectrum-Code:lang(zh){font-family:var(\n--mod-code-cjk-font-family,var(--spectrum-code-cjk-font-family)\n);font-style:var(\n--mod-code-cjk-font-style,var(--spectrum-code-cjk-font-style)\n);font-weight:var(\n--mod-code-cjk-font-weight,var(--spectrum-code-cjk-font-weight)\n);letter-spacing:var(\n--mod-code-cjk-letter-spacing,var(--spectrum-code-cjk-letter-spacing)\n);line-height:var(\n--mod-code-cjk-line-height,var(--spectrum-code-cjk-line-height)\n)}.spectrum-Code:lang(ja) .spectrum-Code-strong,.spectrum-Code:lang(ja) strong,.spectrum-Code:lang(ko) .spectrum-Code-strong,.spectrum-Code:lang(ko) strong,.spectrum-Code:lang(zh) .spectrum-Code-strong,.spectrum-Code:lang(zh) strong{font-style:var(\n--mod-code-cjk-strong-font-style,var(--spectrum-code-cjk-strong-font-style)\n);font-weight:var(\n--mod-code-cjk-strong-font-weight,var(--spectrum-code-cjk-strong-font-weight)\n)}.spectrum-Code:lang(ja) .spectrum-Code-emphasized,.spectrum-Code:lang(ja) em,.spectrum-Code:lang(ko) .spectrum-Code-emphasized,.spectrum-Code:lang(ko) em,.spectrum-Code:lang(zh) .spectrum-Code-emphasized,.spectrum-Code:lang(zh) em{font-style:var(\n--mod-code-cjk-emphasized-font-style,var(--spectrum-code-cjk-emphasized-font-style)\n);font-weight:var(\n--mod-code-cjk-emphasized-font-weight,var(--spectrum-code-cjk-emphasized-font-weight)\n)}.spectrum-Code:lang(ja) .spectrum-Code-strong.spectrum-Code-emphasized,.spectrum-Code:lang(ja) em strong,.spectrum-Code:lang(ja) strong em,.spectrum-Code:lang(ko) .spectrum-Code-strong.spectrum-Code-emphasized,.spectrum-Code:lang(ko) em strong,.spectrum-Code:lang(ko) strong em,.spectrum-Code:lang(zh) .spectrum-Code-strong.spectrum-Code-emphasized,.spectrum-Code:lang(zh) em strong,.spectrum-Code:lang(zh) strong em{font-style:var(\n--mod-code-cjk-strong-emphasized-font-style,var(--spectrum-code-cjk-strong-emphasized-font-style)\n);font-weight:var(\n--mod-code-cjk-strong-emphasized-font-weight,var(--spectrum-code-cjk-strong-emphasized-font-weight)\n)}\n`;\nexport default styles;"],
|
|
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 { css } from '@spectrum-web-components/base';\nconst styles = css`\n.spectrum-Code{--spectrum-code-font-family:var(--spectrum-code-font-family-stack);--spectrum-code-cjk-letter-spacing:var(--spectrum-cjk-letter-spacing);--spectrum-code-font-color:var(--spectrum-code-color)}@media (forced-colors:active){.spectrum-Code{--highcontrast-code-font-color:Text}}.spectrum-Code--sizeXS{--spectrum-code-font-size:var(--spectrum-code-size-xs)}.spectrum-Code--sizeS{--spectrum-code-font-size:var(--spectrum-code-size-s)}.spectrum-Code--sizeM{--spectrum-code-font-size:var(--spectrum-code-size-m)}.spectrum-Code--sizeL{--spectrum-code-font-size:var(--spectrum-code-size-l)}.spectrum-Code--sizeXL{--spectrum-code-font-size:var(--spectrum-code-size-xl)}.spectrum-Code{color:var(\n--highcontrast-code-font-color,var(--mod-code-font-color,var(--spectrum-code-font-color))\n);font-family:var(--mod-code-font-family,var(--spectrum-code-font-family));font-size:var(--mod-code-font-size,var(--spectrum-code-font-size));font-style:var(--mod-code-font-style,var(--spectrum-code-font-style));font-weight:var(--mod-code-font-weight,var(--spectrum-code-font-weight));line-height:var(--mod-code-line-height,var(--spectrum-code-line-height));margin-block:0}.spectrum-Code .spectrum-Code-strong,.spectrum-Code strong{font-style:var(\n--mod-code-strong-font-style,var(--spectrum-code-strong-font-style)\n);font-weight:var(\n--mod-code-strong-font-weight,var(--spectrum-code-strong-font-weight)\n)}.spectrum-Code .spectrum-Code-emphasized,.spectrum-Code em{font-style:var(\n--mod-code-emphasized-font-style,var(--spectrum-code-emphasized-font-style)\n);font-weight:var(\n--mod-code-emphasized-font-weight,var(--spectrum-code-emphasized-font-weight)\n)}.spectrum-Code .spectrum-Code-strong.spectrum-Code-emphasized,.spectrum-Code em strong,.spectrum-Code strong em{font-style:var(\n--mod-code-strong-emphasized-font-style,var(--spectrum-code-strong-emphasized-font-style)\n);font-weight:var(\n--mod-code-strong-emphasized-font-weight,var(--spectrum-code-strong-emphasized-font-weight)\n)}.spectrum-Code:lang(ja),.spectrum-Code:lang(ko),.spectrum-Code:lang(zh){font-family:var(\n--mod-code-cjk-font-family,var(--spectrum-code-cjk-font-family)\n);font-style:var(\n--mod-code-cjk-font-style,var(--spectrum-code-cjk-font-style)\n);font-weight:var(\n--mod-code-cjk-font-weight,var(--spectrum-code-cjk-font-weight)\n);letter-spacing:var(\n--mod-code-cjk-letter-spacing,var(--spectrum-code-cjk-letter-spacing)\n);line-height:var(\n--mod-code-cjk-line-height,var(--spectrum-code-cjk-line-height)\n)}.spectrum-Code:lang(ja) .spectrum-Code-strong,.spectrum-Code:lang(ja) strong,.spectrum-Code:lang(ko) .spectrum-Code-strong,.spectrum-Code:lang(ko) strong,.spectrum-Code:lang(zh) .spectrum-Code-strong,.spectrum-Code:lang(zh) strong{font-style:var(\n--mod-code-cjk-strong-font-style,var(--spectrum-code-cjk-strong-font-style)\n);font-weight:var(\n--mod-code-cjk-strong-font-weight,var(--spectrum-code-cjk-strong-font-weight)\n)}.spectrum-Code:lang(ja) .spectrum-Code-emphasized,.spectrum-Code:lang(ja) em,.spectrum-Code:lang(ko) .spectrum-Code-emphasized,.spectrum-Code:lang(ko) em,.spectrum-Code:lang(zh) .spectrum-Code-emphasized,.spectrum-Code:lang(zh) em{font-style:var(\n--mod-code-cjk-emphasized-font-style,var(--spectrum-code-cjk-emphasized-font-style)\n);font-weight:var(\n--mod-code-cjk-emphasized-font-weight,var(--spectrum-code-cjk-emphasized-font-weight)\n)}.spectrum-Code:lang(ja) .spectrum-Code-strong.spectrum-Code-emphasized,.spectrum-Code:lang(ja) em strong,.spectrum-Code:lang(ja) strong em,.spectrum-Code:lang(ko) .spectrum-Code-strong.spectrum-Code-emphasized,.spectrum-Code:lang(ko) em strong,.spectrum-Code:lang(ko) strong em,.spectrum-Code:lang(zh) .spectrum-Code-strong.spectrum-Code-emphasized,.spectrum-Code:lang(zh) em strong,.spectrum-Code:lang(zh) strong em{font-style:var(\n--mod-code-cjk-strong-emphasized-font-style,var(--spectrum-code-cjk-strong-emphasized-font-style)\n);font-weight:var(\n--mod-code-cjk-strong-emphasized-font-weight,var(--spectrum-code-cjk-strong-emphasized-font-weight)\n)}\n`;\nexport default styles;"],
|
|
5
5
|
"mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAuCf,eAAe;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/src/spectrum-code.css.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";import{css as e}from"@spectrum-web-components/base";const o=e`
|
|
2
2
|
.spectrum-Code{--spectrum-code-font-family:var(--spectrum-code-font-family-stack);--spectrum-code-cjk-letter-spacing:var(--spectrum-cjk-letter-spacing);--spectrum-code-font-color:var(--spectrum-code-color)}@media (forced-colors:active){.spectrum-Code{--highcontrast-code-font-color:Text}}.spectrum-Code--sizeXS{--spectrum-code-font-size:var(--spectrum-code-size-xs)}.spectrum-Code--sizeS{--spectrum-code-font-size:var(--spectrum-code-size-s)}.spectrum-Code--sizeM{--spectrum-code-font-size:var(--spectrum-code-size-m)}.spectrum-Code--sizeL{--spectrum-code-font-size:var(--spectrum-code-size-l)}.spectrum-Code--sizeXL{--spectrum-code-font-size:var(--spectrum-code-size-xl)}.spectrum-Code{color:var(
|
|
3
3
|
--highcontrast-code-font-color,var(--mod-code-font-color,var(--spectrum-code-font-color))
|
|
4
|
-
);font-family:var(--mod-code-font-family,var(--spectrum-code-font-family));font-size:var(--mod-code-font-size,var(--spectrum-code-font-size));font-style:var(--mod-code-font-style,var(--spectrum-code-font-style));font-weight:var(--mod-code-font-weight,var(--spectrum-code-font-weight));line-height:var(--mod-code-line-height,var(--spectrum-code-line-height))}.spectrum-Code .spectrum-Code-strong,.spectrum-Code strong{font-style:var(
|
|
4
|
+
);font-family:var(--mod-code-font-family,var(--spectrum-code-font-family));font-size:var(--mod-code-font-size,var(--spectrum-code-font-size));font-style:var(--mod-code-font-style,var(--spectrum-code-font-style));font-weight:var(--mod-code-font-weight,var(--spectrum-code-font-weight));line-height:var(--mod-code-line-height,var(--spectrum-code-line-height));margin-block:0}.spectrum-Code .spectrum-Code-strong,.spectrum-Code strong{font-style:var(
|
|
5
5
|
--mod-code-strong-font-style,var(--spectrum-code-strong-font-style)
|
|
6
6
|
);font-weight:var(
|
|
7
7
|
--mod-code-strong-font-weight,var(--spectrum-code-strong-font-weight)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["spectrum-code.css.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 { css } from '@spectrum-web-components/base';\nconst styles = css`\n.spectrum-Code{--spectrum-code-font-family:var(--spectrum-code-font-family-stack);--spectrum-code-cjk-letter-spacing:var(--spectrum-cjk-letter-spacing);--spectrum-code-font-color:var(--spectrum-code-color)}@media (forced-colors:active){.spectrum-Code{--highcontrast-code-font-color:Text}}.spectrum-Code--sizeXS{--spectrum-code-font-size:var(--spectrum-code-size-xs)}.spectrum-Code--sizeS{--spectrum-code-font-size:var(--spectrum-code-size-s)}.spectrum-Code--sizeM{--spectrum-code-font-size:var(--spectrum-code-size-m)}.spectrum-Code--sizeL{--spectrum-code-font-size:var(--spectrum-code-size-l)}.spectrum-Code--sizeXL{--spectrum-code-font-size:var(--spectrum-code-size-xl)}.spectrum-Code{color:var(\n--highcontrast-code-font-color,var(--mod-code-font-color,var(--spectrum-code-font-color))\n);font-family:var(--mod-code-font-family,var(--spectrum-code-font-family));font-size:var(--mod-code-font-size,var(--spectrum-code-font-size));font-style:var(--mod-code-font-style,var(--spectrum-code-font-style));font-weight:var(--mod-code-font-weight,var(--spectrum-code-font-weight));line-height:var(--mod-code-line-height,var(--spectrum-code-line-height))}.spectrum-Code .spectrum-Code-strong,.spectrum-Code strong{font-style:var(\n--mod-code-strong-font-style,var(--spectrum-code-strong-font-style)\n);font-weight:var(\n--mod-code-strong-font-weight,var(--spectrum-code-strong-font-weight)\n)}.spectrum-Code .spectrum-Code-emphasized,.spectrum-Code em{font-style:var(\n--mod-code-emphasized-font-style,var(--spectrum-code-emphasized-font-style)\n);font-weight:var(\n--mod-code-emphasized-font-weight,var(--spectrum-code-emphasized-font-weight)\n)}.spectrum-Code .spectrum-Code-strong.spectrum-Code-emphasized,.spectrum-Code em strong,.spectrum-Code strong em{font-style:var(\n--mod-code-strong-emphasized-font-style,var(--spectrum-code-strong-emphasized-font-style)\n);font-weight:var(\n--mod-code-strong-emphasized-font-weight,var(--spectrum-code-strong-emphasized-font-weight)\n)}.spectrum-Code:lang(ja),.spectrum-Code:lang(ko),.spectrum-Code:lang(zh){font-family:var(\n--mod-code-cjk-font-family,var(--spectrum-code-cjk-font-family)\n);font-style:var(\n--mod-code-cjk-font-style,var(--spectrum-code-cjk-font-style)\n);font-weight:var(\n--mod-code-cjk-font-weight,var(--spectrum-code-cjk-font-weight)\n);letter-spacing:var(\n--mod-code-cjk-letter-spacing,var(--spectrum-code-cjk-letter-spacing)\n);line-height:var(\n--mod-code-cjk-line-height,var(--spectrum-code-cjk-line-height)\n)}.spectrum-Code:lang(ja) .spectrum-Code-strong,.spectrum-Code:lang(ja) strong,.spectrum-Code:lang(ko) .spectrum-Code-strong,.spectrum-Code:lang(ko) strong,.spectrum-Code:lang(zh) .spectrum-Code-strong,.spectrum-Code:lang(zh) strong{font-style:var(\n--mod-code-cjk-strong-font-style,var(--spectrum-code-cjk-strong-font-style)\n);font-weight:var(\n--mod-code-cjk-strong-font-weight,var(--spectrum-code-cjk-strong-font-weight)\n)}.spectrum-Code:lang(ja) .spectrum-Code-emphasized,.spectrum-Code:lang(ja) em,.spectrum-Code:lang(ko) .spectrum-Code-emphasized,.spectrum-Code:lang(ko) em,.spectrum-Code:lang(zh) .spectrum-Code-emphasized,.spectrum-Code:lang(zh) em{font-style:var(\n--mod-code-cjk-emphasized-font-style,var(--spectrum-code-cjk-emphasized-font-style)\n);font-weight:var(\n--mod-code-cjk-emphasized-font-weight,var(--spectrum-code-cjk-emphasized-font-weight)\n)}.spectrum-Code:lang(ja) .spectrum-Code-strong.spectrum-Code-emphasized,.spectrum-Code:lang(ja) em strong,.spectrum-Code:lang(ja) strong em,.spectrum-Code:lang(ko) .spectrum-Code-strong.spectrum-Code-emphasized,.spectrum-Code:lang(ko) em strong,.spectrum-Code:lang(ko) strong em,.spectrum-Code:lang(zh) .spectrum-Code-strong.spectrum-Code-emphasized,.spectrum-Code:lang(zh) em strong,.spectrum-Code:lang(zh) strong em{font-style:var(\n--mod-code-cjk-strong-emphasized-font-style,var(--spectrum-code-cjk-strong-emphasized-font-style)\n);font-weight:var(\n--mod-code-cjk-strong-emphasized-font-weight,var(--spectrum-code-cjk-strong-emphasized-font-weight)\n)}\n`;\nexport default styles;"],
|
|
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 { css } from '@spectrum-web-components/base';\nconst styles = css`\n.spectrum-Code{--spectrum-code-font-family:var(--spectrum-code-font-family-stack);--spectrum-code-cjk-letter-spacing:var(--spectrum-cjk-letter-spacing);--spectrum-code-font-color:var(--spectrum-code-color)}@media (forced-colors:active){.spectrum-Code{--highcontrast-code-font-color:Text}}.spectrum-Code--sizeXS{--spectrum-code-font-size:var(--spectrum-code-size-xs)}.spectrum-Code--sizeS{--spectrum-code-font-size:var(--spectrum-code-size-s)}.spectrum-Code--sizeM{--spectrum-code-font-size:var(--spectrum-code-size-m)}.spectrum-Code--sizeL{--spectrum-code-font-size:var(--spectrum-code-size-l)}.spectrum-Code--sizeXL{--spectrum-code-font-size:var(--spectrum-code-size-xl)}.spectrum-Code{color:var(\n--highcontrast-code-font-color,var(--mod-code-font-color,var(--spectrum-code-font-color))\n);font-family:var(--mod-code-font-family,var(--spectrum-code-font-family));font-size:var(--mod-code-font-size,var(--spectrum-code-font-size));font-style:var(--mod-code-font-style,var(--spectrum-code-font-style));font-weight:var(--mod-code-font-weight,var(--spectrum-code-font-weight));line-height:var(--mod-code-line-height,var(--spectrum-code-line-height));margin-block:0}.spectrum-Code .spectrum-Code-strong,.spectrum-Code strong{font-style:var(\n--mod-code-strong-font-style,var(--spectrum-code-strong-font-style)\n);font-weight:var(\n--mod-code-strong-font-weight,var(--spectrum-code-strong-font-weight)\n)}.spectrum-Code .spectrum-Code-emphasized,.spectrum-Code em{font-style:var(\n--mod-code-emphasized-font-style,var(--spectrum-code-emphasized-font-style)\n);font-weight:var(\n--mod-code-emphasized-font-weight,var(--spectrum-code-emphasized-font-weight)\n)}.spectrum-Code .spectrum-Code-strong.spectrum-Code-emphasized,.spectrum-Code em strong,.spectrum-Code strong em{font-style:var(\n--mod-code-strong-emphasized-font-style,var(--spectrum-code-strong-emphasized-font-style)\n);font-weight:var(\n--mod-code-strong-emphasized-font-weight,var(--spectrum-code-strong-emphasized-font-weight)\n)}.spectrum-Code:lang(ja),.spectrum-Code:lang(ko),.spectrum-Code:lang(zh){font-family:var(\n--mod-code-cjk-font-family,var(--spectrum-code-cjk-font-family)\n);font-style:var(\n--mod-code-cjk-font-style,var(--spectrum-code-cjk-font-style)\n);font-weight:var(\n--mod-code-cjk-font-weight,var(--spectrum-code-cjk-font-weight)\n);letter-spacing:var(\n--mod-code-cjk-letter-spacing,var(--spectrum-code-cjk-letter-spacing)\n);line-height:var(\n--mod-code-cjk-line-height,var(--spectrum-code-cjk-line-height)\n)}.spectrum-Code:lang(ja) .spectrum-Code-strong,.spectrum-Code:lang(ja) strong,.spectrum-Code:lang(ko) .spectrum-Code-strong,.spectrum-Code:lang(ko) strong,.spectrum-Code:lang(zh) .spectrum-Code-strong,.spectrum-Code:lang(zh) strong{font-style:var(\n--mod-code-cjk-strong-font-style,var(--spectrum-code-cjk-strong-font-style)\n);font-weight:var(\n--mod-code-cjk-strong-font-weight,var(--spectrum-code-cjk-strong-font-weight)\n)}.spectrum-Code:lang(ja) .spectrum-Code-emphasized,.spectrum-Code:lang(ja) em,.spectrum-Code:lang(ko) .spectrum-Code-emphasized,.spectrum-Code:lang(ko) em,.spectrum-Code:lang(zh) .spectrum-Code-emphasized,.spectrum-Code:lang(zh) em{font-style:var(\n--mod-code-cjk-emphasized-font-style,var(--spectrum-code-cjk-emphasized-font-style)\n);font-weight:var(\n--mod-code-cjk-emphasized-font-weight,var(--spectrum-code-cjk-emphasized-font-weight)\n)}.spectrum-Code:lang(ja) .spectrum-Code-strong.spectrum-Code-emphasized,.spectrum-Code:lang(ja) em strong,.spectrum-Code:lang(ja) strong em,.spectrum-Code:lang(ko) .spectrum-Code-strong.spectrum-Code-emphasized,.spectrum-Code:lang(ko) em strong,.spectrum-Code:lang(ko) strong em,.spectrum-Code:lang(zh) .spectrum-Code-strong.spectrum-Code-emphasized,.spectrum-Code:lang(zh) em strong,.spectrum-Code:lang(zh) strong em{font-style:var(\n--mod-code-cjk-strong-emphasized-font-style,var(--spectrum-code-cjk-strong-emphasized-font-style)\n);font-weight:var(\n--mod-code-cjk-strong-emphasized-font-weight,var(--spectrum-code-cjk-strong-emphasized-font-weight)\n)}\n`;\nexport default styles;"],
|
|
5
5
|
"mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAuCf,eAAeC",
|
|
6
6
|
"names": ["css", "styles"]
|
|
7
7
|
}
|
package/src/spectrum-detail.css
CHANGED
|
@@ -17,7 +17,7 @@ const styles = css`
|
|
|
17
17
|
--mod-detail-letter-spacing,var(--spectrum-detail-letter-spacing)
|
|
18
18
|
);line-height:var(
|
|
19
19
|
--mod-detail-line-height,var(--spectrum-detail-line-height)
|
|
20
|
-
);text-transform:uppercase}.spectrum-Detail .spectrum-Detail-strong,.spectrum-Detail strong{font-style:var(
|
|
20
|
+
);margin-block:0;text-transform:uppercase}.spectrum-Detail .spectrum-Detail-strong,.spectrum-Detail strong{font-style:var(
|
|
21
21
|
--mod-detail-sans-serif-strong-font-style,var(--spectrum-detail-sans-serif-strong-font-style)
|
|
22
22
|
);font-weight:var(
|
|
23
23
|
--mod-detail-sans-serif-strong-font-weight,var(--spectrum-detail-sans-serif-strong-font-weight)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["spectrum-detail.css.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 { css } from '@spectrum-web-components/base';\nconst styles = css`\n.spectrum-Detail{--spectrum-detail-sans-serif-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-detail-serif-font-family:var(\n--spectrum-serif-font-family-stack\n);--spectrum-detail-cjk-font-family:var(--spectrum-cjk-font-family-stack);--spectrum-detail-margin-start:calc(var(--mod-detail-font-size, var(--spectrum-detail-font-size))*var(--spectrum-detail-margin-top-multiplier));--spectrum-detail-margin-end:calc(var(--mod-detail-font-size, var(--spectrum-detail-font-size))*var(--spectrum-detail-margin-bottom-multiplier));--spectrum-detail-font-color:var(--spectrum-detail-color)}@media (forced-colors:active){.spectrum-Detail{--highcontrast-detail-font-color:Text}}.spectrum-Detail--sizeS{--spectrum-detail-font-size:var(--spectrum-detail-size-s)}.spectrum-Detail--sizeM{--spectrum-detail-font-size:var(--spectrum-detail-size-m)}.spectrum-Detail--sizeL{--spectrum-detail-font-size:var(--spectrum-detail-size-l)}.spectrum-Detail--sizeXL{--spectrum-detail-font-size:var(--spectrum-detail-size-xl)}.spectrum-Detail{color:var(\n--highcontrast-detail-font-color,var(--mod-detail-font-color,var(--spectrum-detail-font-color))\n);font-family:var(\n--mod-detail-sans-serif-font-family,var(--spectrum-detail-sans-serif-font-family)\n);font-size:var(--mod-detail-font-size,var(--spectrum-detail-font-size));font-style:var(\n--mod-detail-sans-serif-font-style,var(--spectrum-detail-sans-serif-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-font-weight,var(--spectrum-detail-sans-serif-font-weight)\n);letter-spacing:var(\n--mod-detail-letter-spacing,var(--spectrum-detail-letter-spacing)\n);line-height:var(\n--mod-detail-line-height,var(--spectrum-detail-line-height)\n);text-transform:uppercase}.spectrum-Detail .spectrum-Detail-strong,.spectrum-Detail strong{font-style:var(\n--mod-detail-sans-serif-strong-font-style,var(--spectrum-detail-sans-serif-strong-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-strong-font-weight,var(--spectrum-detail-sans-serif-strong-font-weight)\n)}.spectrum-Detail .spectrum-Detail-emphasized,.spectrum-Detail em{font-style:var(\n--mod-detail-sans-serif-emphasized-font-style,var(--spectrum-detail-sans-serif-emphasized-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-emphasized-font-weight,var(--spectrum-detail-sans-serif-emphasized-font-weight)\n)}.spectrum-Detail .spectrum-Detail-strong.spectrum-Detail-emphasized,.spectrum-Detail em strong,.spectrum-Detail strong em{font-style:var(\n--mod-detail-sans-serif-strong-emphasized-font-style,var(--spectrum-detail-sans-serif-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-strong-emphasized-font-weight,var(--spectrum-detail-sans-serif-strong-emphasized-font-weight)\n)}.spectrum-Detail:lang(ja),.spectrum-Detail:lang(ko),.spectrum-Detail:lang(zh){font-family:var(\n--mod-detail-cjk-font-family,var(--spectrum-detail-cjk-font-family)\n);font-style:var(\n--mod-detail-cjk-font-style,var(--spectrum-detail-cjk-font-style)\n);font-weight:var(\n--mod-detail-cjk-font-weight,var(--spectrum-detail-cjk-font-weight)\n);line-height:var(\n--mod-detail-cjk-line-height,var(--spectrum-detail-cjk-line-height)\n)}.spectrum-Detail:lang(ja) .spectrum-Detail-strong,.spectrum-Detail:lang(ja) strong,.spectrum-Detail:lang(ko) .spectrum-Detail-strong,.spectrum-Detail:lang(ko) strong,.spectrum-Detail:lang(zh) .spectrum-Detail-strong,.spectrum-Detail:lang(zh) strong{font-style:var(\n--mod-detail-cjk-strong-font-style,var(--spectrum-detail-cjk-strong-font-style)\n);font-weight:var(\n--mod-detail-cjk-strong-font-weight,var(--spectrum-detail-cjk-strong-font-weight)\n)}.spectrum-Detail:lang(ja) .spectrum-Detail-emphasized,.spectrum-Detail:lang(ja) em,.spectrum-Detail:lang(ko) .spectrum-Detail-emphasized,.spectrum-Detail:lang(ko) em,.spectrum-Detail:lang(zh) .spectrum-Detail-emphasized,.spectrum-Detail:lang(zh) em{font-style:var(\n--mod-detail-cjk-emphasized-font-style,var(--spectrum-detail-cjk-emphasized-font-style)\n);font-weight:var(\n--mod-detail-cjk-emphasized-font-weight,var(--spectrum-detail-cjk-emphasized-font-weight)\n)}.spectrum-Detail:lang(ja) .spectrum-Detail-strong.spectrum-Detail-emphasized,.spectrum-Detail:lang(ja) em strong,.spectrum-Detail:lang(ja) strong em,.spectrum-Detail:lang(ko) .spectrum-Detail-strong.spectrum-Detail-emphasized,.spectrum-Detail:lang(ko) em strong,.spectrum-Detail:lang(ko) strong em,.spectrum-Detail:lang(zh) .spectrum-Detail-strong.spectrum-Detail-emphasized,.spectrum-Detail:lang(zh) em strong,.spectrum-Detail:lang(zh) strong em{font-style:var(\n--mod-detail-cjk-strong-emphasized-font-style,var(--spectrum-detail-cjk-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-cjk-strong-emphasized-font-weight,var(--spectrum-detail-cjk-strong-emphasized-font-weight)\n)}.spectrum-Detail--serif{font-family:var(\n--mod-detail-serif-font-family,var(--spectrum-detail-serif-font-family)\n);font-style:var(\n--mod-detail-serif-font-style,var(--spectrum-detail-serif-font-style)\n);font-weight:var(\n--mod-detail-serif-font-weight,var(--spectrum-detail-serif-font-weight)\n)}.spectrum-Detail--serif .spectrum-Detail-strong,.spectrum-Detail--serif strong{font-style:var(\n--mod-detail-serif-strong-font-style,var(--spectrum-detail-serif-strong-font-style)\n);font-weight:var(\n--mod-detail-serif-strong-font-weight,var(--spectrum-detail-serif-strong-font-weight)\n)}.spectrum-Detail--serif .spectrum-Detail-emphasized,.spectrum-Detail--serif em{font-style:var(\n--mod-detail-serif-emphasized-font-style,var(--spectrum-detail-serif-emphasized-font-style)\n);font-weight:var(\n--mod-detail-serif-emphasized-font-weight,var(--spectrum-detail-serif-emphasized-font-weight)\n)}.spectrum-Detail--serif .spectrum-Detail-strong.spectrum-Detail-emphasized,.spectrum-Detail--serif em strong,.spectrum-Detail--serif strong em{font-style:var(\n--mod-detail-serif-strong-emphasized-font-style,var(--spectrum-detail-serif-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-serif-strong-emphasized-font-weight,var(--spectrum-detail-serif-strong-emphasized-font-weight)\n)}.spectrum-Detail--light{font-style:var(\n--mod-detail-sans-serif-light-font-style,var(--spectrum-detail-sans-serif-light-font-style)\n);font-weight:var(\n--spectrum-detail-sans-serif-light-font-weight,var(--spectrum-detail-sans-serif-light-font-weight)\n)}.spectrum-Detail--light .spectrum-Detail-strong,.spectrum-Detail--light strong{font-style:var(\n--mod-detail-sans-serif-light-strong-font-style,var(--spectrum-detail-sans-serif-light-strong-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-light-strong-font-weight,var(--spectrum-detail-sans-serif-light-strong-font-weight)\n)}.spectrum-Detail--light .spectrum-Detail-emphasized,.spectrum-Detail--light em{font-style:var(\n--mod-detail-sans-serif-light-emphasized-font-style,var(--spectrum-detail-sans-serif-light-emphasized-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-light-emphasized-font-weight,var(--spectrum-detail-sans-serif-light-emphasized-font-weight)\n)}.spectrum-Detail--light .spectrum-Detail-strong.spectrum-Body-emphasized,.spectrum-Detail--light em strong,.spectrum-Detail--light strong em{font-style:var(\n--mod-detail-sans-serif-light-strong-emphasized-font-style,var(--spectrum-detail-sans-serif-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-light-strong-emphasized-font-weight,var(--spectrum-detail-sans-serif-light-strong-emphasized-font-weight)\n)}.spectrum-Detail--light:lang(ja),.spectrum-Detail--light:lang(ko),.spectrum-Detail--light:lang(zh){font-style:var(\n--mod-detail-cjk-light-font-style,var(--spectrum-detail-cjk-light-font-style)\n);font-weight:var(\n--mod-detail-cjk-light-font-weight,var(--spectrum-detail-cjk-light-font-weight)\n)}.spectrum-Detail--light:lang(ja) .spectrum-Detail-strong,.spectrum-Detail--light:lang(ja) strong,.spectrum-Detail--light:lang(ko) .spectrum-Detail-strong,.spectrum-Detail--light:lang(ko) strong,.spectrum-Detail--light:lang(zh) .spectrum-Detail-strong,.spectrum-Detail--light:lang(zh) strong{font-style:var(\n--mod-detail-cjk-light-strong-font-style,var(--spectrum-detail-cjk-light-strong-font-style)\n);font-weight:var(\n--mod-detail-cjk-light-strong-font-weight,var(--spectrum-detail-cjk-light-strong-font-weight)\n)}.spectrum-Detail--light:lang(ja) .spectrum-Detail-emphasized,.spectrum-Detail--light:lang(ja) em,.spectrum-Detail--light:lang(ko) .spectrum-Detail-emphasized,.spectrum-Detail--light:lang(ko) em,.spectrum-Detail--light:lang(zh) .spectrum-Detail-emphasized,.spectrum-Detail--light:lang(zh) em{font-style:var(\n--mod-detail-cjk-light-emphasized-font-style,var(--spectrum-detail-cjk-light-emphasized-font-style)\n);font-weight:var(\n--mod-detail-cjk-light-emphasized-font-weight,var(--spectrum-detail-cjk-light-emphasized-font-weight)\n)}.spectrum-Detail--light:lang(ja) .spectrum-Detail-strong.spectrum-Detail-emphasized,.spectrum-Detail--light:lang(ko) .spectrum-Detail-strong.spectrum-Detail-emphasized,.spectrum-Detail--light:lang(zh) .spectrum-Detail-strong.spectrum-Detail-emphasized{font-style:var(\n--mod-detail-cjk-light-strong-emphasized-font-style,var(--spectrum-detail-cjk-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-cjk-light-strong-emphasized-font-weight,var(--spectrum-detail-cjk-light-strong-emphasized-font-weight)\n)}.spectrum-Detail--serif.spectrum-Detail--light{font-style:var(\n--mod-detail-serif-light-font-style,var(--spectrum-detail-serif-light-font-style)\n);font-weight:var(\n--mod-detail-serif-light-font-weight,var(--spectrum-detail-serif-light-font-weight)\n)}.spectrum-Detail--serif.spectrum-Detail--light .spectrum-Detail-strong,.spectrum-Detail--serif.spectrum-Detail--light strong{font-style:var(\n--mod-detail-serif-light-strong-font-style,var(--spectrum-detail-serif-light-strong-font-style)\n);font-weight:var(\n--mod-detail-serif-light-strong-font-weight,var(--spectrum-detail-serif-light-strong-font-weight)\n)}.spectrum-Detail--serif.spectrum-Detail--light .spectrum-Detail-emphasized,.spectrum-Detail--serif.spectrum-Detail--light em{font-style:var(\n--mod-detail-serif-light-emphasized-font-style,var(--spectrum-detail-serif-light-emphasized-font-style)\n);font-weight:var(\n--mod-detail-serif-light-emphasized-font-weight,var(--spectrum-detail-serif-light-emphasized-font-weight)\n)}.spectrum-Detail--serif.spectrum-Detail--light .spectrum-Detail-strong.spectrum-Body-emphasized,.spectrum-Detail--serif.spectrum-Detail--light em strong,.spectrum-Detail--serif.spectrum-Detail--light strong em{font-style:var(\n--mod-detail-serif-light-strong-emphasized-font-style,var(--spectrum-detail-serif-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-serif-light-strong-emphasized-font-weight,var(--spectrum-detail-serif-light-strong-emphasized-font-weight)\n)}.spectrum-Typography .spectrum-Detail{margin-block-end:var(\n--mod-detail-margin-end,var(--spectrum-detail-margin-end)\n);margin-block-start:var(\n--mod-detail-margin-start,var(--spectrum-detail-margin-start)\n)}\n`;\nexport default styles;"],
|
|
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 { css } from '@spectrum-web-components/base';\nconst styles = css`\n.spectrum-Detail{--spectrum-detail-sans-serif-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-detail-serif-font-family:var(\n--spectrum-serif-font-family-stack\n);--spectrum-detail-cjk-font-family:var(--spectrum-cjk-font-family-stack);--spectrum-detail-margin-start:calc(var(--mod-detail-font-size, var(--spectrum-detail-font-size))*var(--spectrum-detail-margin-top-multiplier));--spectrum-detail-margin-end:calc(var(--mod-detail-font-size, var(--spectrum-detail-font-size))*var(--spectrum-detail-margin-bottom-multiplier));--spectrum-detail-font-color:var(--spectrum-detail-color)}@media (forced-colors:active){.spectrum-Detail{--highcontrast-detail-font-color:Text}}.spectrum-Detail--sizeS{--spectrum-detail-font-size:var(--spectrum-detail-size-s)}.spectrum-Detail--sizeM{--spectrum-detail-font-size:var(--spectrum-detail-size-m)}.spectrum-Detail--sizeL{--spectrum-detail-font-size:var(--spectrum-detail-size-l)}.spectrum-Detail--sizeXL{--spectrum-detail-font-size:var(--spectrum-detail-size-xl)}.spectrum-Detail{color:var(\n--highcontrast-detail-font-color,var(--mod-detail-font-color,var(--spectrum-detail-font-color))\n);font-family:var(\n--mod-detail-sans-serif-font-family,var(--spectrum-detail-sans-serif-font-family)\n);font-size:var(--mod-detail-font-size,var(--spectrum-detail-font-size));font-style:var(\n--mod-detail-sans-serif-font-style,var(--spectrum-detail-sans-serif-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-font-weight,var(--spectrum-detail-sans-serif-font-weight)\n);letter-spacing:var(\n--mod-detail-letter-spacing,var(--spectrum-detail-letter-spacing)\n);line-height:var(\n--mod-detail-line-height,var(--spectrum-detail-line-height)\n);margin-block:0;text-transform:uppercase}.spectrum-Detail .spectrum-Detail-strong,.spectrum-Detail strong{font-style:var(\n--mod-detail-sans-serif-strong-font-style,var(--spectrum-detail-sans-serif-strong-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-strong-font-weight,var(--spectrum-detail-sans-serif-strong-font-weight)\n)}.spectrum-Detail .spectrum-Detail-emphasized,.spectrum-Detail em{font-style:var(\n--mod-detail-sans-serif-emphasized-font-style,var(--spectrum-detail-sans-serif-emphasized-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-emphasized-font-weight,var(--spectrum-detail-sans-serif-emphasized-font-weight)\n)}.spectrum-Detail .spectrum-Detail-strong.spectrum-Detail-emphasized,.spectrum-Detail em strong,.spectrum-Detail strong em{font-style:var(\n--mod-detail-sans-serif-strong-emphasized-font-style,var(--spectrum-detail-sans-serif-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-strong-emphasized-font-weight,var(--spectrum-detail-sans-serif-strong-emphasized-font-weight)\n)}.spectrum-Detail:lang(ja),.spectrum-Detail:lang(ko),.spectrum-Detail:lang(zh){font-family:var(\n--mod-detail-cjk-font-family,var(--spectrum-detail-cjk-font-family)\n);font-style:var(\n--mod-detail-cjk-font-style,var(--spectrum-detail-cjk-font-style)\n);font-weight:var(\n--mod-detail-cjk-font-weight,var(--spectrum-detail-cjk-font-weight)\n);line-height:var(\n--mod-detail-cjk-line-height,var(--spectrum-detail-cjk-line-height)\n)}.spectrum-Detail:lang(ja) .spectrum-Detail-strong,.spectrum-Detail:lang(ja) strong,.spectrum-Detail:lang(ko) .spectrum-Detail-strong,.spectrum-Detail:lang(ko) strong,.spectrum-Detail:lang(zh) .spectrum-Detail-strong,.spectrum-Detail:lang(zh) strong{font-style:var(\n--mod-detail-cjk-strong-font-style,var(--spectrum-detail-cjk-strong-font-style)\n);font-weight:var(\n--mod-detail-cjk-strong-font-weight,var(--spectrum-detail-cjk-strong-font-weight)\n)}.spectrum-Detail:lang(ja) .spectrum-Detail-emphasized,.spectrum-Detail:lang(ja) em,.spectrum-Detail:lang(ko) .spectrum-Detail-emphasized,.spectrum-Detail:lang(ko) em,.spectrum-Detail:lang(zh) .spectrum-Detail-emphasized,.spectrum-Detail:lang(zh) em{font-style:var(\n--mod-detail-cjk-emphasized-font-style,var(--spectrum-detail-cjk-emphasized-font-style)\n);font-weight:var(\n--mod-detail-cjk-emphasized-font-weight,var(--spectrum-detail-cjk-emphasized-font-weight)\n)}.spectrum-Detail:lang(ja) .spectrum-Detail-strong.spectrum-Detail-emphasized,.spectrum-Detail:lang(ja) em strong,.spectrum-Detail:lang(ja) strong em,.spectrum-Detail:lang(ko) .spectrum-Detail-strong.spectrum-Detail-emphasized,.spectrum-Detail:lang(ko) em strong,.spectrum-Detail:lang(ko) strong em,.spectrum-Detail:lang(zh) .spectrum-Detail-strong.spectrum-Detail-emphasized,.spectrum-Detail:lang(zh) em strong,.spectrum-Detail:lang(zh) strong em{font-style:var(\n--mod-detail-cjk-strong-emphasized-font-style,var(--spectrum-detail-cjk-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-cjk-strong-emphasized-font-weight,var(--spectrum-detail-cjk-strong-emphasized-font-weight)\n)}.spectrum-Detail--serif{font-family:var(\n--mod-detail-serif-font-family,var(--spectrum-detail-serif-font-family)\n);font-style:var(\n--mod-detail-serif-font-style,var(--spectrum-detail-serif-font-style)\n);font-weight:var(\n--mod-detail-serif-font-weight,var(--spectrum-detail-serif-font-weight)\n)}.spectrum-Detail--serif .spectrum-Detail-strong,.spectrum-Detail--serif strong{font-style:var(\n--mod-detail-serif-strong-font-style,var(--spectrum-detail-serif-strong-font-style)\n);font-weight:var(\n--mod-detail-serif-strong-font-weight,var(--spectrum-detail-serif-strong-font-weight)\n)}.spectrum-Detail--serif .spectrum-Detail-emphasized,.spectrum-Detail--serif em{font-style:var(\n--mod-detail-serif-emphasized-font-style,var(--spectrum-detail-serif-emphasized-font-style)\n);font-weight:var(\n--mod-detail-serif-emphasized-font-weight,var(--spectrum-detail-serif-emphasized-font-weight)\n)}.spectrum-Detail--serif .spectrum-Detail-strong.spectrum-Detail-emphasized,.spectrum-Detail--serif em strong,.spectrum-Detail--serif strong em{font-style:var(\n--mod-detail-serif-strong-emphasized-font-style,var(--spectrum-detail-serif-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-serif-strong-emphasized-font-weight,var(--spectrum-detail-serif-strong-emphasized-font-weight)\n)}.spectrum-Detail--light{font-style:var(\n--mod-detail-sans-serif-light-font-style,var(--spectrum-detail-sans-serif-light-font-style)\n);font-weight:var(\n--spectrum-detail-sans-serif-light-font-weight,var(--spectrum-detail-sans-serif-light-font-weight)\n)}.spectrum-Detail--light .spectrum-Detail-strong,.spectrum-Detail--light strong{font-style:var(\n--mod-detail-sans-serif-light-strong-font-style,var(--spectrum-detail-sans-serif-light-strong-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-light-strong-font-weight,var(--spectrum-detail-sans-serif-light-strong-font-weight)\n)}.spectrum-Detail--light .spectrum-Detail-emphasized,.spectrum-Detail--light em{font-style:var(\n--mod-detail-sans-serif-light-emphasized-font-style,var(--spectrum-detail-sans-serif-light-emphasized-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-light-emphasized-font-weight,var(--spectrum-detail-sans-serif-light-emphasized-font-weight)\n)}.spectrum-Detail--light .spectrum-Detail-strong.spectrum-Body-emphasized,.spectrum-Detail--light em strong,.spectrum-Detail--light strong em{font-style:var(\n--mod-detail-sans-serif-light-strong-emphasized-font-style,var(--spectrum-detail-sans-serif-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-light-strong-emphasized-font-weight,var(--spectrum-detail-sans-serif-light-strong-emphasized-font-weight)\n)}.spectrum-Detail--light:lang(ja),.spectrum-Detail--light:lang(ko),.spectrum-Detail--light:lang(zh){font-style:var(\n--mod-detail-cjk-light-font-style,var(--spectrum-detail-cjk-light-font-style)\n);font-weight:var(\n--mod-detail-cjk-light-font-weight,var(--spectrum-detail-cjk-light-font-weight)\n)}.spectrum-Detail--light:lang(ja) .spectrum-Detail-strong,.spectrum-Detail--light:lang(ja) strong,.spectrum-Detail--light:lang(ko) .spectrum-Detail-strong,.spectrum-Detail--light:lang(ko) strong,.spectrum-Detail--light:lang(zh) .spectrum-Detail-strong,.spectrum-Detail--light:lang(zh) strong{font-style:var(\n--mod-detail-cjk-light-strong-font-style,var(--spectrum-detail-cjk-light-strong-font-style)\n);font-weight:var(\n--mod-detail-cjk-light-strong-font-weight,var(--spectrum-detail-cjk-light-strong-font-weight)\n)}.spectrum-Detail--light:lang(ja) .spectrum-Detail-emphasized,.spectrum-Detail--light:lang(ja) em,.spectrum-Detail--light:lang(ko) .spectrum-Detail-emphasized,.spectrum-Detail--light:lang(ko) em,.spectrum-Detail--light:lang(zh) .spectrum-Detail-emphasized,.spectrum-Detail--light:lang(zh) em{font-style:var(\n--mod-detail-cjk-light-emphasized-font-style,var(--spectrum-detail-cjk-light-emphasized-font-style)\n);font-weight:var(\n--mod-detail-cjk-light-emphasized-font-weight,var(--spectrum-detail-cjk-light-emphasized-font-weight)\n)}.spectrum-Detail--light:lang(ja) .spectrum-Detail-strong.spectrum-Detail-emphasized,.spectrum-Detail--light:lang(ko) .spectrum-Detail-strong.spectrum-Detail-emphasized,.spectrum-Detail--light:lang(zh) .spectrum-Detail-strong.spectrum-Detail-emphasized{font-style:var(\n--mod-detail-cjk-light-strong-emphasized-font-style,var(--spectrum-detail-cjk-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-cjk-light-strong-emphasized-font-weight,var(--spectrum-detail-cjk-light-strong-emphasized-font-weight)\n)}.spectrum-Detail--serif.spectrum-Detail--light{font-style:var(\n--mod-detail-serif-light-font-style,var(--spectrum-detail-serif-light-font-style)\n);font-weight:var(\n--mod-detail-serif-light-font-weight,var(--spectrum-detail-serif-light-font-weight)\n)}.spectrum-Detail--serif.spectrum-Detail--light .spectrum-Detail-strong,.spectrum-Detail--serif.spectrum-Detail--light strong{font-style:var(\n--mod-detail-serif-light-strong-font-style,var(--spectrum-detail-serif-light-strong-font-style)\n);font-weight:var(\n--mod-detail-serif-light-strong-font-weight,var(--spectrum-detail-serif-light-strong-font-weight)\n)}.spectrum-Detail--serif.spectrum-Detail--light .spectrum-Detail-emphasized,.spectrum-Detail--serif.spectrum-Detail--light em{font-style:var(\n--mod-detail-serif-light-emphasized-font-style,var(--spectrum-detail-serif-light-emphasized-font-style)\n);font-weight:var(\n--mod-detail-serif-light-emphasized-font-weight,var(--spectrum-detail-serif-light-emphasized-font-weight)\n)}.spectrum-Detail--serif.spectrum-Detail--light .spectrum-Detail-strong.spectrum-Body-emphasized,.spectrum-Detail--serif.spectrum-Detail--light em strong,.spectrum-Detail--serif.spectrum-Detail--light strong em{font-style:var(\n--mod-detail-serif-light-strong-emphasized-font-style,var(--spectrum-detail-serif-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-serif-light-strong-emphasized-font-weight,var(--spectrum-detail-serif-light-strong-emphasized-font-weight)\n)}.spectrum-Typography .spectrum-Detail{margin-block-end:var(\n--mod-detail-margin-end,var(--spectrum-detail-margin-end)\n);margin-block-start:var(\n--mod-detail-margin-start,var(--spectrum-detail-margin-start)\n)}\n`;\nexport default styles;"],
|
|
5
5
|
"mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAyHf,eAAe;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
--mod-detail-letter-spacing,var(--spectrum-detail-letter-spacing)
|
|
16
16
|
);line-height:var(
|
|
17
17
|
--mod-detail-line-height,var(--spectrum-detail-line-height)
|
|
18
|
-
);text-transform:uppercase}.spectrum-Detail .spectrum-Detail-strong,.spectrum-Detail strong{font-style:var(
|
|
18
|
+
);margin-block:0;text-transform:uppercase}.spectrum-Detail .spectrum-Detail-strong,.spectrum-Detail strong{font-style:var(
|
|
19
19
|
--mod-detail-sans-serif-strong-font-style,var(--spectrum-detail-sans-serif-strong-font-style)
|
|
20
20
|
);font-weight:var(
|
|
21
21
|
--mod-detail-sans-serif-strong-font-weight,var(--spectrum-detail-sans-serif-strong-font-weight)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["spectrum-detail.css.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 { css } from '@spectrum-web-components/base';\nconst styles = css`\n.spectrum-Detail{--spectrum-detail-sans-serif-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-detail-serif-font-family:var(\n--spectrum-serif-font-family-stack\n);--spectrum-detail-cjk-font-family:var(--spectrum-cjk-font-family-stack);--spectrum-detail-margin-start:calc(var(--mod-detail-font-size, var(--spectrum-detail-font-size))*var(--spectrum-detail-margin-top-multiplier));--spectrum-detail-margin-end:calc(var(--mod-detail-font-size, var(--spectrum-detail-font-size))*var(--spectrum-detail-margin-bottom-multiplier));--spectrum-detail-font-color:var(--spectrum-detail-color)}@media (forced-colors:active){.spectrum-Detail{--highcontrast-detail-font-color:Text}}.spectrum-Detail--sizeS{--spectrum-detail-font-size:var(--spectrum-detail-size-s)}.spectrum-Detail--sizeM{--spectrum-detail-font-size:var(--spectrum-detail-size-m)}.spectrum-Detail--sizeL{--spectrum-detail-font-size:var(--spectrum-detail-size-l)}.spectrum-Detail--sizeXL{--spectrum-detail-font-size:var(--spectrum-detail-size-xl)}.spectrum-Detail{color:var(\n--highcontrast-detail-font-color,var(--mod-detail-font-color,var(--spectrum-detail-font-color))\n);font-family:var(\n--mod-detail-sans-serif-font-family,var(--spectrum-detail-sans-serif-font-family)\n);font-size:var(--mod-detail-font-size,var(--spectrum-detail-font-size));font-style:var(\n--mod-detail-sans-serif-font-style,var(--spectrum-detail-sans-serif-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-font-weight,var(--spectrum-detail-sans-serif-font-weight)\n);letter-spacing:var(\n--mod-detail-letter-spacing,var(--spectrum-detail-letter-spacing)\n);line-height:var(\n--mod-detail-line-height,var(--spectrum-detail-line-height)\n);text-transform:uppercase}.spectrum-Detail .spectrum-Detail-strong,.spectrum-Detail strong{font-style:var(\n--mod-detail-sans-serif-strong-font-style,var(--spectrum-detail-sans-serif-strong-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-strong-font-weight,var(--spectrum-detail-sans-serif-strong-font-weight)\n)}.spectrum-Detail .spectrum-Detail-emphasized,.spectrum-Detail em{font-style:var(\n--mod-detail-sans-serif-emphasized-font-style,var(--spectrum-detail-sans-serif-emphasized-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-emphasized-font-weight,var(--spectrum-detail-sans-serif-emphasized-font-weight)\n)}.spectrum-Detail .spectrum-Detail-strong.spectrum-Detail-emphasized,.spectrum-Detail em strong,.spectrum-Detail strong em{font-style:var(\n--mod-detail-sans-serif-strong-emphasized-font-style,var(--spectrum-detail-sans-serif-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-strong-emphasized-font-weight,var(--spectrum-detail-sans-serif-strong-emphasized-font-weight)\n)}.spectrum-Detail:lang(ja),.spectrum-Detail:lang(ko),.spectrum-Detail:lang(zh){font-family:var(\n--mod-detail-cjk-font-family,var(--spectrum-detail-cjk-font-family)\n);font-style:var(\n--mod-detail-cjk-font-style,var(--spectrum-detail-cjk-font-style)\n);font-weight:var(\n--mod-detail-cjk-font-weight,var(--spectrum-detail-cjk-font-weight)\n);line-height:var(\n--mod-detail-cjk-line-height,var(--spectrum-detail-cjk-line-height)\n)}.spectrum-Detail:lang(ja) .spectrum-Detail-strong,.spectrum-Detail:lang(ja) strong,.spectrum-Detail:lang(ko) .spectrum-Detail-strong,.spectrum-Detail:lang(ko) strong,.spectrum-Detail:lang(zh) .spectrum-Detail-strong,.spectrum-Detail:lang(zh) strong{font-style:var(\n--mod-detail-cjk-strong-font-style,var(--spectrum-detail-cjk-strong-font-style)\n);font-weight:var(\n--mod-detail-cjk-strong-font-weight,var(--spectrum-detail-cjk-strong-font-weight)\n)}.spectrum-Detail:lang(ja) .spectrum-Detail-emphasized,.spectrum-Detail:lang(ja) em,.spectrum-Detail:lang(ko) .spectrum-Detail-emphasized,.spectrum-Detail:lang(ko) em,.spectrum-Detail:lang(zh) .spectrum-Detail-emphasized,.spectrum-Detail:lang(zh) em{font-style:var(\n--mod-detail-cjk-emphasized-font-style,var(--spectrum-detail-cjk-emphasized-font-style)\n);font-weight:var(\n--mod-detail-cjk-emphasized-font-weight,var(--spectrum-detail-cjk-emphasized-font-weight)\n)}.spectrum-Detail:lang(ja) .spectrum-Detail-strong.spectrum-Detail-emphasized,.spectrum-Detail:lang(ja) em strong,.spectrum-Detail:lang(ja) strong em,.spectrum-Detail:lang(ko) .spectrum-Detail-strong.spectrum-Detail-emphasized,.spectrum-Detail:lang(ko) em strong,.spectrum-Detail:lang(ko) strong em,.spectrum-Detail:lang(zh) .spectrum-Detail-strong.spectrum-Detail-emphasized,.spectrum-Detail:lang(zh) em strong,.spectrum-Detail:lang(zh) strong em{font-style:var(\n--mod-detail-cjk-strong-emphasized-font-style,var(--spectrum-detail-cjk-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-cjk-strong-emphasized-font-weight,var(--spectrum-detail-cjk-strong-emphasized-font-weight)\n)}.spectrum-Detail--serif{font-family:var(\n--mod-detail-serif-font-family,var(--spectrum-detail-serif-font-family)\n);font-style:var(\n--mod-detail-serif-font-style,var(--spectrum-detail-serif-font-style)\n);font-weight:var(\n--mod-detail-serif-font-weight,var(--spectrum-detail-serif-font-weight)\n)}.spectrum-Detail--serif .spectrum-Detail-strong,.spectrum-Detail--serif strong{font-style:var(\n--mod-detail-serif-strong-font-style,var(--spectrum-detail-serif-strong-font-style)\n);font-weight:var(\n--mod-detail-serif-strong-font-weight,var(--spectrum-detail-serif-strong-font-weight)\n)}.spectrum-Detail--serif .spectrum-Detail-emphasized,.spectrum-Detail--serif em{font-style:var(\n--mod-detail-serif-emphasized-font-style,var(--spectrum-detail-serif-emphasized-font-style)\n);font-weight:var(\n--mod-detail-serif-emphasized-font-weight,var(--spectrum-detail-serif-emphasized-font-weight)\n)}.spectrum-Detail--serif .spectrum-Detail-strong.spectrum-Detail-emphasized,.spectrum-Detail--serif em strong,.spectrum-Detail--serif strong em{font-style:var(\n--mod-detail-serif-strong-emphasized-font-style,var(--spectrum-detail-serif-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-serif-strong-emphasized-font-weight,var(--spectrum-detail-serif-strong-emphasized-font-weight)\n)}.spectrum-Detail--light{font-style:var(\n--mod-detail-sans-serif-light-font-style,var(--spectrum-detail-sans-serif-light-font-style)\n);font-weight:var(\n--spectrum-detail-sans-serif-light-font-weight,var(--spectrum-detail-sans-serif-light-font-weight)\n)}.spectrum-Detail--light .spectrum-Detail-strong,.spectrum-Detail--light strong{font-style:var(\n--mod-detail-sans-serif-light-strong-font-style,var(--spectrum-detail-sans-serif-light-strong-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-light-strong-font-weight,var(--spectrum-detail-sans-serif-light-strong-font-weight)\n)}.spectrum-Detail--light .spectrum-Detail-emphasized,.spectrum-Detail--light em{font-style:var(\n--mod-detail-sans-serif-light-emphasized-font-style,var(--spectrum-detail-sans-serif-light-emphasized-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-light-emphasized-font-weight,var(--spectrum-detail-sans-serif-light-emphasized-font-weight)\n)}.spectrum-Detail--light .spectrum-Detail-strong.spectrum-Body-emphasized,.spectrum-Detail--light em strong,.spectrum-Detail--light strong em{font-style:var(\n--mod-detail-sans-serif-light-strong-emphasized-font-style,var(--spectrum-detail-sans-serif-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-light-strong-emphasized-font-weight,var(--spectrum-detail-sans-serif-light-strong-emphasized-font-weight)\n)}.spectrum-Detail--light:lang(ja),.spectrum-Detail--light:lang(ko),.spectrum-Detail--light:lang(zh){font-style:var(\n--mod-detail-cjk-light-font-style,var(--spectrum-detail-cjk-light-font-style)\n);font-weight:var(\n--mod-detail-cjk-light-font-weight,var(--spectrum-detail-cjk-light-font-weight)\n)}.spectrum-Detail--light:lang(ja) .spectrum-Detail-strong,.spectrum-Detail--light:lang(ja) strong,.spectrum-Detail--light:lang(ko) .spectrum-Detail-strong,.spectrum-Detail--light:lang(ko) strong,.spectrum-Detail--light:lang(zh) .spectrum-Detail-strong,.spectrum-Detail--light:lang(zh) strong{font-style:var(\n--mod-detail-cjk-light-strong-font-style,var(--spectrum-detail-cjk-light-strong-font-style)\n);font-weight:var(\n--mod-detail-cjk-light-strong-font-weight,var(--spectrum-detail-cjk-light-strong-font-weight)\n)}.spectrum-Detail--light:lang(ja) .spectrum-Detail-emphasized,.spectrum-Detail--light:lang(ja) em,.spectrum-Detail--light:lang(ko) .spectrum-Detail-emphasized,.spectrum-Detail--light:lang(ko) em,.spectrum-Detail--light:lang(zh) .spectrum-Detail-emphasized,.spectrum-Detail--light:lang(zh) em{font-style:var(\n--mod-detail-cjk-light-emphasized-font-style,var(--spectrum-detail-cjk-light-emphasized-font-style)\n);font-weight:var(\n--mod-detail-cjk-light-emphasized-font-weight,var(--spectrum-detail-cjk-light-emphasized-font-weight)\n)}.spectrum-Detail--light:lang(ja) .spectrum-Detail-strong.spectrum-Detail-emphasized,.spectrum-Detail--light:lang(ko) .spectrum-Detail-strong.spectrum-Detail-emphasized,.spectrum-Detail--light:lang(zh) .spectrum-Detail-strong.spectrum-Detail-emphasized{font-style:var(\n--mod-detail-cjk-light-strong-emphasized-font-style,var(--spectrum-detail-cjk-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-cjk-light-strong-emphasized-font-weight,var(--spectrum-detail-cjk-light-strong-emphasized-font-weight)\n)}.spectrum-Detail--serif.spectrum-Detail--light{font-style:var(\n--mod-detail-serif-light-font-style,var(--spectrum-detail-serif-light-font-style)\n);font-weight:var(\n--mod-detail-serif-light-font-weight,var(--spectrum-detail-serif-light-font-weight)\n)}.spectrum-Detail--serif.spectrum-Detail--light .spectrum-Detail-strong,.spectrum-Detail--serif.spectrum-Detail--light strong{font-style:var(\n--mod-detail-serif-light-strong-font-style,var(--spectrum-detail-serif-light-strong-font-style)\n);font-weight:var(\n--mod-detail-serif-light-strong-font-weight,var(--spectrum-detail-serif-light-strong-font-weight)\n)}.spectrum-Detail--serif.spectrum-Detail--light .spectrum-Detail-emphasized,.spectrum-Detail--serif.spectrum-Detail--light em{font-style:var(\n--mod-detail-serif-light-emphasized-font-style,var(--spectrum-detail-serif-light-emphasized-font-style)\n);font-weight:var(\n--mod-detail-serif-light-emphasized-font-weight,var(--spectrum-detail-serif-light-emphasized-font-weight)\n)}.spectrum-Detail--serif.spectrum-Detail--light .spectrum-Detail-strong.spectrum-Body-emphasized,.spectrum-Detail--serif.spectrum-Detail--light em strong,.spectrum-Detail--serif.spectrum-Detail--light strong em{font-style:var(\n--mod-detail-serif-light-strong-emphasized-font-style,var(--spectrum-detail-serif-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-serif-light-strong-emphasized-font-weight,var(--spectrum-detail-serif-light-strong-emphasized-font-weight)\n)}.spectrum-Typography .spectrum-Detail{margin-block-end:var(\n--mod-detail-margin-end,var(--spectrum-detail-margin-end)\n);margin-block-start:var(\n--mod-detail-margin-start,var(--spectrum-detail-margin-start)\n)}\n`;\nexport default styles;"],
|
|
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 { css } from '@spectrum-web-components/base';\nconst styles = css`\n.spectrum-Detail{--spectrum-detail-sans-serif-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-detail-serif-font-family:var(\n--spectrum-serif-font-family-stack\n);--spectrum-detail-cjk-font-family:var(--spectrum-cjk-font-family-stack);--spectrum-detail-margin-start:calc(var(--mod-detail-font-size, var(--spectrum-detail-font-size))*var(--spectrum-detail-margin-top-multiplier));--spectrum-detail-margin-end:calc(var(--mod-detail-font-size, var(--spectrum-detail-font-size))*var(--spectrum-detail-margin-bottom-multiplier));--spectrum-detail-font-color:var(--spectrum-detail-color)}@media (forced-colors:active){.spectrum-Detail{--highcontrast-detail-font-color:Text}}.spectrum-Detail--sizeS{--spectrum-detail-font-size:var(--spectrum-detail-size-s)}.spectrum-Detail--sizeM{--spectrum-detail-font-size:var(--spectrum-detail-size-m)}.spectrum-Detail--sizeL{--spectrum-detail-font-size:var(--spectrum-detail-size-l)}.spectrum-Detail--sizeXL{--spectrum-detail-font-size:var(--spectrum-detail-size-xl)}.spectrum-Detail{color:var(\n--highcontrast-detail-font-color,var(--mod-detail-font-color,var(--spectrum-detail-font-color))\n);font-family:var(\n--mod-detail-sans-serif-font-family,var(--spectrum-detail-sans-serif-font-family)\n);font-size:var(--mod-detail-font-size,var(--spectrum-detail-font-size));font-style:var(\n--mod-detail-sans-serif-font-style,var(--spectrum-detail-sans-serif-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-font-weight,var(--spectrum-detail-sans-serif-font-weight)\n);letter-spacing:var(\n--mod-detail-letter-spacing,var(--spectrum-detail-letter-spacing)\n);line-height:var(\n--mod-detail-line-height,var(--spectrum-detail-line-height)\n);margin-block:0;text-transform:uppercase}.spectrum-Detail .spectrum-Detail-strong,.spectrum-Detail strong{font-style:var(\n--mod-detail-sans-serif-strong-font-style,var(--spectrum-detail-sans-serif-strong-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-strong-font-weight,var(--spectrum-detail-sans-serif-strong-font-weight)\n)}.spectrum-Detail .spectrum-Detail-emphasized,.spectrum-Detail em{font-style:var(\n--mod-detail-sans-serif-emphasized-font-style,var(--spectrum-detail-sans-serif-emphasized-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-emphasized-font-weight,var(--spectrum-detail-sans-serif-emphasized-font-weight)\n)}.spectrum-Detail .spectrum-Detail-strong.spectrum-Detail-emphasized,.spectrum-Detail em strong,.spectrum-Detail strong em{font-style:var(\n--mod-detail-sans-serif-strong-emphasized-font-style,var(--spectrum-detail-sans-serif-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-strong-emphasized-font-weight,var(--spectrum-detail-sans-serif-strong-emphasized-font-weight)\n)}.spectrum-Detail:lang(ja),.spectrum-Detail:lang(ko),.spectrum-Detail:lang(zh){font-family:var(\n--mod-detail-cjk-font-family,var(--spectrum-detail-cjk-font-family)\n);font-style:var(\n--mod-detail-cjk-font-style,var(--spectrum-detail-cjk-font-style)\n);font-weight:var(\n--mod-detail-cjk-font-weight,var(--spectrum-detail-cjk-font-weight)\n);line-height:var(\n--mod-detail-cjk-line-height,var(--spectrum-detail-cjk-line-height)\n)}.spectrum-Detail:lang(ja) .spectrum-Detail-strong,.spectrum-Detail:lang(ja) strong,.spectrum-Detail:lang(ko) .spectrum-Detail-strong,.spectrum-Detail:lang(ko) strong,.spectrum-Detail:lang(zh) .spectrum-Detail-strong,.spectrum-Detail:lang(zh) strong{font-style:var(\n--mod-detail-cjk-strong-font-style,var(--spectrum-detail-cjk-strong-font-style)\n);font-weight:var(\n--mod-detail-cjk-strong-font-weight,var(--spectrum-detail-cjk-strong-font-weight)\n)}.spectrum-Detail:lang(ja) .spectrum-Detail-emphasized,.spectrum-Detail:lang(ja) em,.spectrum-Detail:lang(ko) .spectrum-Detail-emphasized,.spectrum-Detail:lang(ko) em,.spectrum-Detail:lang(zh) .spectrum-Detail-emphasized,.spectrum-Detail:lang(zh) em{font-style:var(\n--mod-detail-cjk-emphasized-font-style,var(--spectrum-detail-cjk-emphasized-font-style)\n);font-weight:var(\n--mod-detail-cjk-emphasized-font-weight,var(--spectrum-detail-cjk-emphasized-font-weight)\n)}.spectrum-Detail:lang(ja) .spectrum-Detail-strong.spectrum-Detail-emphasized,.spectrum-Detail:lang(ja) em strong,.spectrum-Detail:lang(ja) strong em,.spectrum-Detail:lang(ko) .spectrum-Detail-strong.spectrum-Detail-emphasized,.spectrum-Detail:lang(ko) em strong,.spectrum-Detail:lang(ko) strong em,.spectrum-Detail:lang(zh) .spectrum-Detail-strong.spectrum-Detail-emphasized,.spectrum-Detail:lang(zh) em strong,.spectrum-Detail:lang(zh) strong em{font-style:var(\n--mod-detail-cjk-strong-emphasized-font-style,var(--spectrum-detail-cjk-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-cjk-strong-emphasized-font-weight,var(--spectrum-detail-cjk-strong-emphasized-font-weight)\n)}.spectrum-Detail--serif{font-family:var(\n--mod-detail-serif-font-family,var(--spectrum-detail-serif-font-family)\n);font-style:var(\n--mod-detail-serif-font-style,var(--spectrum-detail-serif-font-style)\n);font-weight:var(\n--mod-detail-serif-font-weight,var(--spectrum-detail-serif-font-weight)\n)}.spectrum-Detail--serif .spectrum-Detail-strong,.spectrum-Detail--serif strong{font-style:var(\n--mod-detail-serif-strong-font-style,var(--spectrum-detail-serif-strong-font-style)\n);font-weight:var(\n--mod-detail-serif-strong-font-weight,var(--spectrum-detail-serif-strong-font-weight)\n)}.spectrum-Detail--serif .spectrum-Detail-emphasized,.spectrum-Detail--serif em{font-style:var(\n--mod-detail-serif-emphasized-font-style,var(--spectrum-detail-serif-emphasized-font-style)\n);font-weight:var(\n--mod-detail-serif-emphasized-font-weight,var(--spectrum-detail-serif-emphasized-font-weight)\n)}.spectrum-Detail--serif .spectrum-Detail-strong.spectrum-Detail-emphasized,.spectrum-Detail--serif em strong,.spectrum-Detail--serif strong em{font-style:var(\n--mod-detail-serif-strong-emphasized-font-style,var(--spectrum-detail-serif-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-serif-strong-emphasized-font-weight,var(--spectrum-detail-serif-strong-emphasized-font-weight)\n)}.spectrum-Detail--light{font-style:var(\n--mod-detail-sans-serif-light-font-style,var(--spectrum-detail-sans-serif-light-font-style)\n);font-weight:var(\n--spectrum-detail-sans-serif-light-font-weight,var(--spectrum-detail-sans-serif-light-font-weight)\n)}.spectrum-Detail--light .spectrum-Detail-strong,.spectrum-Detail--light strong{font-style:var(\n--mod-detail-sans-serif-light-strong-font-style,var(--spectrum-detail-sans-serif-light-strong-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-light-strong-font-weight,var(--spectrum-detail-sans-serif-light-strong-font-weight)\n)}.spectrum-Detail--light .spectrum-Detail-emphasized,.spectrum-Detail--light em{font-style:var(\n--mod-detail-sans-serif-light-emphasized-font-style,var(--spectrum-detail-sans-serif-light-emphasized-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-light-emphasized-font-weight,var(--spectrum-detail-sans-serif-light-emphasized-font-weight)\n)}.spectrum-Detail--light .spectrum-Detail-strong.spectrum-Body-emphasized,.spectrum-Detail--light em strong,.spectrum-Detail--light strong em{font-style:var(\n--mod-detail-sans-serif-light-strong-emphasized-font-style,var(--spectrum-detail-sans-serif-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-sans-serif-light-strong-emphasized-font-weight,var(--spectrum-detail-sans-serif-light-strong-emphasized-font-weight)\n)}.spectrum-Detail--light:lang(ja),.spectrum-Detail--light:lang(ko),.spectrum-Detail--light:lang(zh){font-style:var(\n--mod-detail-cjk-light-font-style,var(--spectrum-detail-cjk-light-font-style)\n);font-weight:var(\n--mod-detail-cjk-light-font-weight,var(--spectrum-detail-cjk-light-font-weight)\n)}.spectrum-Detail--light:lang(ja) .spectrum-Detail-strong,.spectrum-Detail--light:lang(ja) strong,.spectrum-Detail--light:lang(ko) .spectrum-Detail-strong,.spectrum-Detail--light:lang(ko) strong,.spectrum-Detail--light:lang(zh) .spectrum-Detail-strong,.spectrum-Detail--light:lang(zh) strong{font-style:var(\n--mod-detail-cjk-light-strong-font-style,var(--spectrum-detail-cjk-light-strong-font-style)\n);font-weight:var(\n--mod-detail-cjk-light-strong-font-weight,var(--spectrum-detail-cjk-light-strong-font-weight)\n)}.spectrum-Detail--light:lang(ja) .spectrum-Detail-emphasized,.spectrum-Detail--light:lang(ja) em,.spectrum-Detail--light:lang(ko) .spectrum-Detail-emphasized,.spectrum-Detail--light:lang(ko) em,.spectrum-Detail--light:lang(zh) .spectrum-Detail-emphasized,.spectrum-Detail--light:lang(zh) em{font-style:var(\n--mod-detail-cjk-light-emphasized-font-style,var(--spectrum-detail-cjk-light-emphasized-font-style)\n);font-weight:var(\n--mod-detail-cjk-light-emphasized-font-weight,var(--spectrum-detail-cjk-light-emphasized-font-weight)\n)}.spectrum-Detail--light:lang(ja) .spectrum-Detail-strong.spectrum-Detail-emphasized,.spectrum-Detail--light:lang(ko) .spectrum-Detail-strong.spectrum-Detail-emphasized,.spectrum-Detail--light:lang(zh) .spectrum-Detail-strong.spectrum-Detail-emphasized{font-style:var(\n--mod-detail-cjk-light-strong-emphasized-font-style,var(--spectrum-detail-cjk-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-cjk-light-strong-emphasized-font-weight,var(--spectrum-detail-cjk-light-strong-emphasized-font-weight)\n)}.spectrum-Detail--serif.spectrum-Detail--light{font-style:var(\n--mod-detail-serif-light-font-style,var(--spectrum-detail-serif-light-font-style)\n);font-weight:var(\n--mod-detail-serif-light-font-weight,var(--spectrum-detail-serif-light-font-weight)\n)}.spectrum-Detail--serif.spectrum-Detail--light .spectrum-Detail-strong,.spectrum-Detail--serif.spectrum-Detail--light strong{font-style:var(\n--mod-detail-serif-light-strong-font-style,var(--spectrum-detail-serif-light-strong-font-style)\n);font-weight:var(\n--mod-detail-serif-light-strong-font-weight,var(--spectrum-detail-serif-light-strong-font-weight)\n)}.spectrum-Detail--serif.spectrum-Detail--light .spectrum-Detail-emphasized,.spectrum-Detail--serif.spectrum-Detail--light em{font-style:var(\n--mod-detail-serif-light-emphasized-font-style,var(--spectrum-detail-serif-light-emphasized-font-style)\n);font-weight:var(\n--mod-detail-serif-light-emphasized-font-weight,var(--spectrum-detail-serif-light-emphasized-font-weight)\n)}.spectrum-Detail--serif.spectrum-Detail--light .spectrum-Detail-strong.spectrum-Body-emphasized,.spectrum-Detail--serif.spectrum-Detail--light em strong,.spectrum-Detail--serif.spectrum-Detail--light strong em{font-style:var(\n--mod-detail-serif-light-strong-emphasized-font-style,var(--spectrum-detail-serif-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-detail-serif-light-strong-emphasized-font-weight,var(--spectrum-detail-serif-light-strong-emphasized-font-weight)\n)}.spectrum-Typography .spectrum-Detail{margin-block-end:var(\n--mod-detail-margin-end,var(--spectrum-detail-margin-end)\n);margin-block-start:var(\n--mod-detail-margin-start,var(--spectrum-detail-margin-start)\n)}\n`;\nexport default styles;"],
|
|
5
5
|
"mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAyHf,eAAeC",
|
|
6
6
|
"names": ["css", "styles"]
|
|
7
7
|
}
|
package/src/spectrum-heading.css
CHANGED
|
@@ -15,7 +15,7 @@ const styles = css`
|
|
|
15
15
|
--mod-heading-sans-serif-font-weight,var(--spectrum-heading-sans-serif-font-weight)
|
|
16
16
|
);line-height:var(
|
|
17
17
|
--mod-heading-line-height,var(--spectrum-heading-line-height)
|
|
18
|
-
)}.spectrum-Heading .spectrum-Heading-strong,.spectrum-Heading strong{font-style:var(
|
|
18
|
+
);margin-block:0}.spectrum-Heading .spectrum-Heading-strong,.spectrum-Heading strong{font-style:var(
|
|
19
19
|
--mod-heading-sans-serif-strong-font-style,var(--spectrum-heading-sans-serif-strong-font-style)
|
|
20
20
|
);font-weight:var(
|
|
21
21
|
--mod-heading-sans-serif-strong-font-weight,var(--spectrum-heading-sans-serif-strong-font-weight)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["spectrum-heading.css.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 { css } from '@spectrum-web-components/base';\nconst styles = css`\n.spectrum-Heading{--spectrum-heading-sans-serif-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-heading-serif-font-family:var(\n--spectrum-serif-font-family-stack\n);--spectrum-heading-cjk-font-family:var(--spectrum-cjk-font-family-stack);--spectrum-heading-cjk-letter-spacing:var(--spectrum-cjk-letter-spacing);--spectrum-heading-font-color:var(--spectrum-heading-color);--spectrum-heading-margin-start:calc(var(--mod-heading-font-size, var(--spectrum-heading-font-size))*var(--spectrum-heading-margin-top-multiplier));--spectrum-heading-margin-end:calc(var(--mod-heading-font-size, var(--spectrum-heading-font-size))*var(--spectrum-heading-margin-bottom-multiplier))}@media (forced-colors:active){.spectrum-Heading{--highcontrast-heading-font-color:Text}}.spectrum-Heading--sizeXXS{--spectrum-heading-font-size:var(--spectrum-heading-size-xxs);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-xxs)}.spectrum-Heading--sizeXS{--spectrum-heading-font-size:var(--spectrum-heading-size-xs);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-xs)}.spectrum-Heading--sizeS{--spectrum-heading-font-size:var(--spectrum-heading-size-s);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-s)}.spectrum-Heading--sizeM{--spectrum-heading-font-size:var(--spectrum-heading-size-m);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-m)}.spectrum-Heading--sizeL{--spectrum-heading-font-size:var(--spectrum-heading-size-l);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-l)}.spectrum-Heading--sizeXL{--spectrum-heading-font-size:var(--spectrum-heading-size-xl);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-xl)}.spectrum-Heading--sizeXXL{--spectrum-heading-font-size:var(--spectrum-heading-size-xxl);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-xxl)}.spectrum-Heading--sizeXXXL{--spectrum-heading-font-size:var(--spectrum-heading-size-xxxl);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-xxxl)}.spectrum-Heading{color:var(\n--highcontrast-heading-font-color,var(--mod-heading-font-color,var(--spectrum-heading-font-color))\n);font-family:var(\n--mod-heading-sans-serif-font-family,var(--spectrum-heading-sans-serif-font-family)\n);font-size:var(--mod-heading-font-size,var(--spectrum-heading-font-size));font-style:var(\n--mod-heading-sans-serif-font-style,var(--spectrum-heading-sans-serif-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-font-weight,var(--spectrum-heading-sans-serif-font-weight)\n);line-height:var(\n--mod-heading-line-height,var(--spectrum-heading-line-height)\n)}.spectrum-Heading .spectrum-Heading-strong,.spectrum-Heading strong{font-style:var(\n--mod-heading-sans-serif-strong-font-style,var(--spectrum-heading-sans-serif-strong-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-strong-font-weight,var(--spectrum-heading-sans-serif-strong-font-weight)\n)}.spectrum-Heading .spectrum-Heading-emphasized,.spectrum-Heading em{font-style:var(\n--mod-heading-sans-serif-emphasized-font-style,var(--spectrum-heading-sans-serif-emphasized-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-emphasized-font-weight,var(--spectrum-heading-sans-serif-emphasized-font-weight)\n)}.spectrum-Heading .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading em strong,.spectrum-Heading strong em{font-style:var(\n--mod-heading-sans-serif-strong-emphasized-font-style,var(--spectrum-heading-sans-serif-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-strong-emphasized-font-weight,var(--spectrum-heading-sans-serif-strong-emphasized-font-weight)\n)}.spectrum-Heading:lang(ja),.spectrum-Heading:lang(ko),.spectrum-Heading:lang(zh){font-family:var(\n--mod-heading-cjk-font-family,var(--spectrum-heading-cjk-font-family)\n);font-size:var(\n--mod-heading-cjk-font-size,var(--spectrum-heading-cjk-font-size)\n);font-style:var(\n--mod-heading-cjk-font-style,var(--spectrum-heading-cjk-font-style)\n);font-weight:var(\n--mod-heading-cjk-font-weight,var(--spectrum-heading-cjk-font-weight)\n);letter-spacing:var(\n--mod-heading-cjk-letter-spacing,var(--spectrum-heading-cjk-letter-spacing)\n);line-height:var(\n--mod-heading-cjk-line-height,var(--spectrum-heading-cjk-line-height)\n)}.spectrum-Heading:lang(ja) .spectrum-Heading-emphasized,.spectrum-Heading:lang(ja) em,.spectrum-Heading:lang(ko) .spectrum-Heading-emphasized,.spectrum-Heading:lang(ko) em,.spectrum-Heading:lang(zh) .spectrum-Heading-emphasized,.spectrum-Heading:lang(zh) em{font-style:var(\n--mod-heading-cjk-emphasized-font-style,var(--spectrum-heading-cjk-emphasized-font-style)\n);font-weight:var(\n--mod-heading-cjk-emphasized-font-weight,var(--spectrum-heading-cjk-emphasized-font-weight)\n)}.spectrum-Heading:lang(ja) .spectrum-Heading-strong,.spectrum-Heading:lang(ja) strong,.spectrum-Heading:lang(ko) .spectrum-Heading-strong,.spectrum-Heading:lang(ko) strong,.spectrum-Heading:lang(zh) .spectrum-Heading-strong,.spectrum-Heading:lang(zh) strong{font-style:var(\n--mod-heading-cjk-strong-font-style,var(--spectrum-heading-cjk-strong-font-style)\n);font-weight:var(\n--mod-heading-cjk-strong-font-weight,var(--spectrum-heading-cjk-strong-font-weight)\n)}.spectrum-Heading:lang(ja) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading:lang(ja) em strong,.spectrum-Heading:lang(ja) strong em,.spectrum-Heading:lang(ko) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading:lang(ko) em strong,.spectrum-Heading:lang(ko) strong em,.spectrum-Heading:lang(zh) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading:lang(zh) em strong,.spectrum-Heading:lang(zh) strong em{font-style:var(\n--mod-heading-cjk-strong-emphasized-font-style,var(--spectrum-heading-cjk-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-cjk-strong-emphasized-font-weight,var(--spectrum-heading-cjk-strong-emphasized-font-weight)\n)}.spectrum-Heading--heavy{font-style:var(\n--mod-heading-sans-serif-heavy-font-style,var(--spectrum-heading-sans-serif-heavy-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-heavy-font-weight,var(--spectrum-heading-sans-serif-heavy-font-weight)\n)}.spectrum-Heading--heavy .spectrum-Heading-strong,.spectrum-Heading--heavy strong{font-style:var(\n--mod-heading-sans-serif-heavy-strong-font-style,var(--spectrum-heading-sans-serif-heavy-strong-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-heavy-strong-font-weight,var(--spectrum-heading-sans-serif-heavy-strong-font-weight)\n)}.spectrum-Heading--heavy .spectrum-Heading-emphasized,.spectrum-Heading--heavy em{font-style:var(\n--mod-heading-sans-serif-heavy-emphasized-font-style,var(--spectrum-heading-sans-serif-heavy-emphasized-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-heavy-emphasized-font-weight,var(--spectrum-heading-sans-serif-heavy-emphasized-font-weight)\n)}.spectrum-Heading--heavy .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--heavy em strong,.spectrum-Heading--heavy strong em{font-style:var(\n--mod-heading-sans-serif-heavy-strong-emphasized-font-style,var(--spectrum-heading-sans-serif-heavy-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-heavy-strong-emphasized-font-weight,var(--spectrum-heading-sans-serif-heavy-strong-emphasized-font-weight)\n)}.spectrum-Heading--heavy:lang(ja),.spectrum-Heading--heavy:lang(ko),.spectrum-Heading--heavy:lang(zh){font-style:var(\n--mod-heading-cjk-heavy-font-style,var(--spectrum-heading-cjk-heavy-font-style)\n);font-weight:var(\n--mod-heading-cjk-heavy-font-weight,var(--spectrum-heading-cjk-heavy-font-weight)\n)}.spectrum-Heading--heavy:lang(ja) .spectrum-Heading-emphasized,.spectrum-Heading--heavy:lang(ja) em,.spectrum-Heading--heavy:lang(ko) .spectrum-Heading-emphasized,.spectrum-Heading--heavy:lang(ko) em,.spectrum-Heading--heavy:lang(zh) .spectrum-Heading-emphasized,.spectrum-Heading--heavy:lang(zh) em{font-style:var(\n--mod-heading-cjk-heavy-emphasized-font-style,var(--spectrum-heading-cjk-heavy-emphasized-font-style)\n);font-weight:var(\n--mod-heading-cjk-heavy-emphasized-font-weight,var(--spectrum-heading-cjk-heavy-emphasized-font-weight)\n)}.spectrum-Heading--heavy:lang(ja) .spectrum-Heading-strong,.spectrum-Heading--heavy:lang(ja) strong,.spectrum-Heading--heavy:lang(ko) .spectrum-Heading-strong,.spectrum-Heading--heavy:lang(ko) strong,.spectrum-Heading--heavy:lang(zh) .spectrum-Heading-strong,.spectrum-Heading--heavy:lang(zh) strong{font-style:var(\n--mod-heading-cjk-heavy-strong-font-style,var(--spectrum-heading-cjk-heavy-strong-font-style)\n);font-weight:var(\n--mod-heading-cjk-heavy-strong-font-weight,var(--spectrum-heading-cjk-heavy-strong-font-weight)\n)}.spectrum-Heading--heavy:lang(ja) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--heavy:lang(ja) em strong,.spectrum-Heading--heavy:lang(ja) strong em,.spectrum-Heading--heavy:lang(ko) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--heavy:lang(ko) em strong,.spectrum-Heading--heavy:lang(ko) strong em,.spectrum-Heading--heavy:lang(zh) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--heavy:lang(zh) em strong,.spectrum-Heading--heavy:lang(zh) strong em{font-style:var(\n--mod-heading-cjk-heavy-strong-emphasized-font-style,var(--spectrum-heading-cjk-heavy-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-cjk-heavy-strong-emphasized-font-weight,var(--spectrum-heading-cjk-heavy-strong-emphasized-font-weight)\n)}.spectrum-Heading--light{font-style:var(\n--mod-heading-sans-serif-light-font-style,var(--spectrum-heading-sans-serif-light-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-light-font-weight,var(--spectrum-heading-sans-serif-light-font-weight)\n)}.spectrum-Heading--light .spectrum-Heading-emphasized,.spectrum-Heading--light em{font-style:var(\n--mod-heading-sans-serif-light-emphasized-font-style,var(--spectrum-heading-sans-serif-light-emphasized-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-light-emphasized-font-weight,var(--spectrum-heading-sans-serif-light-emphasized-font-weight)\n)}.spectrum-Heading--light .spectrum-Heading-strong,.spectrum-Heading--light strong{font-style:var(\n--mod-heading-sans-serif-light-strong-font-style,var(--spectrum-heading-sans-serif-light-strong-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-light-strong-font-weight,var(--spectrum-heading-sans-serif-light-strong-font-weight)\n)}.spectrum-Heading--light .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--light em strong,.spectrum-Heading--light strong em{font-style:var(\n--mod-heading-sans-serif-light-strong-emphasized-font-style,var(--spectrum-heading-sans-serif-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-light-strong-emphasized-font-weight,var(--spectrum-heading-sans-serif-light-strong-emphasized-font-weight)\n)}.spectrum-Heading--light:lang(ja),.spectrum-Heading--light:lang(ko),.spectrum-Heading--light:lang(zh){font-style:var(\n--mod-heading-cjk-light-font-style,var(--spectrum-heading-cjk-light-font-style)\n);font-weight:var(\n--mod-heading-cjk-light-font-weight,var(--spectrum-heading-cjk-light-font-weight)\n)}.spectrum-Heading--light:lang(ja) .spectrum-Heading-strong,.spectrum-Heading--light:lang(ja) strong,.spectrum-Heading--light:lang(ko) .spectrum-Heading-strong,.spectrum-Heading--light:lang(ko) strong,.spectrum-Heading--light:lang(zh) .spectrum-Heading-strong,.spectrum-Heading--light:lang(zh) strong{font-style:var(\n--mod-heading-cjk-light-strong-font-style,var(--spectrum-heading-cjk-light-strong-font-style)\n);font-weight:var(\n--mod-heading-cjk-light-strong-font-weight,var(--spectrum-heading-cjk-light-strong-font-weight)\n)}.spectrum-Heading--light:lang(ja) .spectrum-Heading-emphasized,.spectrum-Heading--light:lang(ja) em,.spectrum-Heading--light:lang(ko) .spectrum-Heading-emphasized,.spectrum-Heading--light:lang(ko) em,.spectrum-Heading--light:lang(zh) .spectrum-Heading-emphasized,.spectrum-Heading--light:lang(zh) em{font-style:var(\n--mod-heading-cjk-light-emphasized-font-style,var(--spectrum-heading-cjk-light-emphasized-font-style)\n);font-weight:var(\n--mod-heading-cjk-light-emphasized-font-weight,var(--spectrum-heading-cjk-light-emphasized-font-weight)\n)}.spectrum-Heading--light:lang(ja) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--light:lang(ja) em strong,.spectrum-Heading--light:lang(ja) strong em,.spectrum-Heading--light:lang(ko) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--light:lang(ko) em strong,.spectrum-Heading--light:lang(ko) strong em,.spectrum-Heading--light:lang(zh) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--light:lang(zh) em strong,.spectrum-Heading--light:lang(zh) strong em{font-style:var(\n--mod-heading-cjk-light-strong-emphasized-font-style,var(--spectrum-heading-cjk-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-cjk-light-strong-emphasized-font-weight,var(--spectrum-heading-cjk-light-strong-emphasized-font-weight)\n)}.spectrum-Heading--serif{font-family:var(\n--mod-heading-serif-font-family,var(--spectrum-heading-serif-font-family)\n);font-style:var(\n--mod-heading-serif-font-style,var(--spectrum-heading-serif-font-style)\n);font-weight:var(\n--mod-heading-serif-font-weight,var(--spectrum-heading-serif-font-weight)\n)}.spectrum-Heading--serif .spectrum-Heading-emphasized,.spectrum-Heading--serif em{font-style:var(\n--mod-heading-serif-emphasized-font-style,var(--spectrum-heading-serif-emphasized-font-style)\n);font-weight:var(\n--mod-heading-serif-emphasized-font-weight,var(--spectrum-heading-serif-emphasized-font-weight)\n)}.spectrum-Heading--serif .spectrum-Heading-strong,.spectrum-Heading--serif strong{font-style:var(\n--mod-heading-serif-strong-font-style,var(--spectrum-heading-serif-strong-font-style)\n);font-weight:var(\n--mod-heading-serif-strong-font-weight,var(--spectrum-heading-serif-strong-font-weight)\n)}.spectrum-Heading--serif .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--serif em strong,.spectrum-Heading--serif strong em{font-style:var(\n--mod-heading-serif-strong-emphasized-font-style,var(--spectrum-heading-serif-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-serif-strong-emphasized-font-weight,var(--spectrum-heading-serif-strong-emphasized-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--heavy{font-style:var(\n--mod-heading-serif-heavy-font-style,var(--spectrum-heading-serif-heavy-font-style)\n);font-weight:var(\n--mod-heading-serif-heavy-font-weight,var(--spectrum-heading-serif-heavy-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--heavy .spectrum-Heading-strong,.spectrum-Heading--serif.spectrum-Heading--heavy strong{font-style:var(\n--mod-heading-serif-heavy-strong-font-style,var(--spectrum-heading-serif-heavy-strong-font-style)\n);font-weight:var(\n--mod-heading-serif-heavy-strong-font-weight,var(--spectrum-heading-serif-heavy-strong-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--heavy .spectrum-Heading-emphasized,.spectrum-Heading--serif.spectrum-Heading--heavy em{font-style:var(\n--mod-heading-serif-heavy-emphasized-font-style,var(--spectrum-heading-serif-heavy-emphasized-font-style)\n);font-weight:var(\n--mod-heading-serif-heavy-emphasized-font-weight,var(--spectrum-heading-serif-heavy-emphasized-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--heavy .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--serif.spectrum-Heading--heavy em strong,.spectrum-Heading--serif.spectrum-Heading--heavy strong em{font-style:var(\n--mod-heading-serif-heavy-strong-emphasized-font-style,var(--spectrum-heading-serif-heavy-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-serif-heavy-strong-emphasized-font-weight,var(--spectrum-heading-serif-heavy-strong-emphasized-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--light{font-style:var(\n--mod-heading-serif-light-font-style,var(--spectrum-heading-serif-light-font-style)\n);font-weight:var(\n--mod-heading-serif-light-font-weight,var(--spectrum-heading-serif-light-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--light .spectrum-Heading-emphasized,.spectrum-Heading--serif.spectrum-Heading--light em{font-style:var(\n--mod-heading-serif-light-emphasized-font-style,var(--spectrum-heading-serif-light-emphasized-font-style)\n);font-weight:var(\n--mod-heading-serif-light-emphasized-font-weight,var(--spectrum-heading-serif-light-emphasized-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--light .spectrum-Heading-strong,.spectrum-Heading--serif.spectrum-Heading--light strong{font-style:var(\n--mod-heading-serif-light-strong-font-style,var(--spectrum-heading-serif-light-strong-font-style)\n);font-weight:var(\n--mod-heading-serif-light-strong-font-weight,var(--spectrum-heading-serif-light-strong-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--light .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--serif.spectrum-Heading--light em strong,.spectrum-Heading--serif.spectrum-Heading--light strong em{font-style:var(\n--mod-heading-serif-light-strong-emphasized-font-style,var(--spectrum-heading-serif-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-serif-light-strong-emphasized-font-weight,var(--spectrum-heading-serif-light-strong-emphasized-font-weight)\n)}.spectrum-Typography .spectrum-Heading{margin-block-end:var(\n--mod-heading-margin-end,var(--spectrum-heading-margin-end)\n);margin-block-start:var(\n--mod-heading-margin-start,var(--spectrum-heading-margin-start)\n)}\n`;\nexport default styles;"],
|
|
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 { css } from '@spectrum-web-components/base';\nconst styles = css`\n.spectrum-Heading{--spectrum-heading-sans-serif-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-heading-serif-font-family:var(\n--spectrum-serif-font-family-stack\n);--spectrum-heading-cjk-font-family:var(--spectrum-cjk-font-family-stack);--spectrum-heading-cjk-letter-spacing:var(--spectrum-cjk-letter-spacing);--spectrum-heading-font-color:var(--spectrum-heading-color);--spectrum-heading-margin-start:calc(var(--mod-heading-font-size, var(--spectrum-heading-font-size))*var(--spectrum-heading-margin-top-multiplier));--spectrum-heading-margin-end:calc(var(--mod-heading-font-size, var(--spectrum-heading-font-size))*var(--spectrum-heading-margin-bottom-multiplier))}@media (forced-colors:active){.spectrum-Heading{--highcontrast-heading-font-color:Text}}.spectrum-Heading--sizeXXS{--spectrum-heading-font-size:var(--spectrum-heading-size-xxs);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-xxs)}.spectrum-Heading--sizeXS{--spectrum-heading-font-size:var(--spectrum-heading-size-xs);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-xs)}.spectrum-Heading--sizeS{--spectrum-heading-font-size:var(--spectrum-heading-size-s);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-s)}.spectrum-Heading--sizeM{--spectrum-heading-font-size:var(--spectrum-heading-size-m);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-m)}.spectrum-Heading--sizeL{--spectrum-heading-font-size:var(--spectrum-heading-size-l);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-l)}.spectrum-Heading--sizeXL{--spectrum-heading-font-size:var(--spectrum-heading-size-xl);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-xl)}.spectrum-Heading--sizeXXL{--spectrum-heading-font-size:var(--spectrum-heading-size-xxl);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-xxl)}.spectrum-Heading--sizeXXXL{--spectrum-heading-font-size:var(--spectrum-heading-size-xxxl);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-xxxl)}.spectrum-Heading{color:var(\n--highcontrast-heading-font-color,var(--mod-heading-font-color,var(--spectrum-heading-font-color))\n);font-family:var(\n--mod-heading-sans-serif-font-family,var(--spectrum-heading-sans-serif-font-family)\n);font-size:var(--mod-heading-font-size,var(--spectrum-heading-font-size));font-style:var(\n--mod-heading-sans-serif-font-style,var(--spectrum-heading-sans-serif-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-font-weight,var(--spectrum-heading-sans-serif-font-weight)\n);line-height:var(\n--mod-heading-line-height,var(--spectrum-heading-line-height)\n);margin-block:0}.spectrum-Heading .spectrum-Heading-strong,.spectrum-Heading strong{font-style:var(\n--mod-heading-sans-serif-strong-font-style,var(--spectrum-heading-sans-serif-strong-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-strong-font-weight,var(--spectrum-heading-sans-serif-strong-font-weight)\n)}.spectrum-Heading .spectrum-Heading-emphasized,.spectrum-Heading em{font-style:var(\n--mod-heading-sans-serif-emphasized-font-style,var(--spectrum-heading-sans-serif-emphasized-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-emphasized-font-weight,var(--spectrum-heading-sans-serif-emphasized-font-weight)\n)}.spectrum-Heading .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading em strong,.spectrum-Heading strong em{font-style:var(\n--mod-heading-sans-serif-strong-emphasized-font-style,var(--spectrum-heading-sans-serif-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-strong-emphasized-font-weight,var(--spectrum-heading-sans-serif-strong-emphasized-font-weight)\n)}.spectrum-Heading:lang(ja),.spectrum-Heading:lang(ko),.spectrum-Heading:lang(zh){font-family:var(\n--mod-heading-cjk-font-family,var(--spectrum-heading-cjk-font-family)\n);font-size:var(\n--mod-heading-cjk-font-size,var(--spectrum-heading-cjk-font-size)\n);font-style:var(\n--mod-heading-cjk-font-style,var(--spectrum-heading-cjk-font-style)\n);font-weight:var(\n--mod-heading-cjk-font-weight,var(--spectrum-heading-cjk-font-weight)\n);letter-spacing:var(\n--mod-heading-cjk-letter-spacing,var(--spectrum-heading-cjk-letter-spacing)\n);line-height:var(\n--mod-heading-cjk-line-height,var(--spectrum-heading-cjk-line-height)\n)}.spectrum-Heading:lang(ja) .spectrum-Heading-emphasized,.spectrum-Heading:lang(ja) em,.spectrum-Heading:lang(ko) .spectrum-Heading-emphasized,.spectrum-Heading:lang(ko) em,.spectrum-Heading:lang(zh) .spectrum-Heading-emphasized,.spectrum-Heading:lang(zh) em{font-style:var(\n--mod-heading-cjk-emphasized-font-style,var(--spectrum-heading-cjk-emphasized-font-style)\n);font-weight:var(\n--mod-heading-cjk-emphasized-font-weight,var(--spectrum-heading-cjk-emphasized-font-weight)\n)}.spectrum-Heading:lang(ja) .spectrum-Heading-strong,.spectrum-Heading:lang(ja) strong,.spectrum-Heading:lang(ko) .spectrum-Heading-strong,.spectrum-Heading:lang(ko) strong,.spectrum-Heading:lang(zh) .spectrum-Heading-strong,.spectrum-Heading:lang(zh) strong{font-style:var(\n--mod-heading-cjk-strong-font-style,var(--spectrum-heading-cjk-strong-font-style)\n);font-weight:var(\n--mod-heading-cjk-strong-font-weight,var(--spectrum-heading-cjk-strong-font-weight)\n)}.spectrum-Heading:lang(ja) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading:lang(ja) em strong,.spectrum-Heading:lang(ja) strong em,.spectrum-Heading:lang(ko) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading:lang(ko) em strong,.spectrum-Heading:lang(ko) strong em,.spectrum-Heading:lang(zh) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading:lang(zh) em strong,.spectrum-Heading:lang(zh) strong em{font-style:var(\n--mod-heading-cjk-strong-emphasized-font-style,var(--spectrum-heading-cjk-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-cjk-strong-emphasized-font-weight,var(--spectrum-heading-cjk-strong-emphasized-font-weight)\n)}.spectrum-Heading--heavy{font-style:var(\n--mod-heading-sans-serif-heavy-font-style,var(--spectrum-heading-sans-serif-heavy-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-heavy-font-weight,var(--spectrum-heading-sans-serif-heavy-font-weight)\n)}.spectrum-Heading--heavy .spectrum-Heading-strong,.spectrum-Heading--heavy strong{font-style:var(\n--mod-heading-sans-serif-heavy-strong-font-style,var(--spectrum-heading-sans-serif-heavy-strong-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-heavy-strong-font-weight,var(--spectrum-heading-sans-serif-heavy-strong-font-weight)\n)}.spectrum-Heading--heavy .spectrum-Heading-emphasized,.spectrum-Heading--heavy em{font-style:var(\n--mod-heading-sans-serif-heavy-emphasized-font-style,var(--spectrum-heading-sans-serif-heavy-emphasized-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-heavy-emphasized-font-weight,var(--spectrum-heading-sans-serif-heavy-emphasized-font-weight)\n)}.spectrum-Heading--heavy .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--heavy em strong,.spectrum-Heading--heavy strong em{font-style:var(\n--mod-heading-sans-serif-heavy-strong-emphasized-font-style,var(--spectrum-heading-sans-serif-heavy-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-heavy-strong-emphasized-font-weight,var(--spectrum-heading-sans-serif-heavy-strong-emphasized-font-weight)\n)}.spectrum-Heading--heavy:lang(ja),.spectrum-Heading--heavy:lang(ko),.spectrum-Heading--heavy:lang(zh){font-style:var(\n--mod-heading-cjk-heavy-font-style,var(--spectrum-heading-cjk-heavy-font-style)\n);font-weight:var(\n--mod-heading-cjk-heavy-font-weight,var(--spectrum-heading-cjk-heavy-font-weight)\n)}.spectrum-Heading--heavy:lang(ja) .spectrum-Heading-emphasized,.spectrum-Heading--heavy:lang(ja) em,.spectrum-Heading--heavy:lang(ko) .spectrum-Heading-emphasized,.spectrum-Heading--heavy:lang(ko) em,.spectrum-Heading--heavy:lang(zh) .spectrum-Heading-emphasized,.spectrum-Heading--heavy:lang(zh) em{font-style:var(\n--mod-heading-cjk-heavy-emphasized-font-style,var(--spectrum-heading-cjk-heavy-emphasized-font-style)\n);font-weight:var(\n--mod-heading-cjk-heavy-emphasized-font-weight,var(--spectrum-heading-cjk-heavy-emphasized-font-weight)\n)}.spectrum-Heading--heavy:lang(ja) .spectrum-Heading-strong,.spectrum-Heading--heavy:lang(ja) strong,.spectrum-Heading--heavy:lang(ko) .spectrum-Heading-strong,.spectrum-Heading--heavy:lang(ko) strong,.spectrum-Heading--heavy:lang(zh) .spectrum-Heading-strong,.spectrum-Heading--heavy:lang(zh) strong{font-style:var(\n--mod-heading-cjk-heavy-strong-font-style,var(--spectrum-heading-cjk-heavy-strong-font-style)\n);font-weight:var(\n--mod-heading-cjk-heavy-strong-font-weight,var(--spectrum-heading-cjk-heavy-strong-font-weight)\n)}.spectrum-Heading--heavy:lang(ja) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--heavy:lang(ja) em strong,.spectrum-Heading--heavy:lang(ja) strong em,.spectrum-Heading--heavy:lang(ko) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--heavy:lang(ko) em strong,.spectrum-Heading--heavy:lang(ko) strong em,.spectrum-Heading--heavy:lang(zh) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--heavy:lang(zh) em strong,.spectrum-Heading--heavy:lang(zh) strong em{font-style:var(\n--mod-heading-cjk-heavy-strong-emphasized-font-style,var(--spectrum-heading-cjk-heavy-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-cjk-heavy-strong-emphasized-font-weight,var(--spectrum-heading-cjk-heavy-strong-emphasized-font-weight)\n)}.spectrum-Heading--light{font-style:var(\n--mod-heading-sans-serif-light-font-style,var(--spectrum-heading-sans-serif-light-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-light-font-weight,var(--spectrum-heading-sans-serif-light-font-weight)\n)}.spectrum-Heading--light .spectrum-Heading-emphasized,.spectrum-Heading--light em{font-style:var(\n--mod-heading-sans-serif-light-emphasized-font-style,var(--spectrum-heading-sans-serif-light-emphasized-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-light-emphasized-font-weight,var(--spectrum-heading-sans-serif-light-emphasized-font-weight)\n)}.spectrum-Heading--light .spectrum-Heading-strong,.spectrum-Heading--light strong{font-style:var(\n--mod-heading-sans-serif-light-strong-font-style,var(--spectrum-heading-sans-serif-light-strong-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-light-strong-font-weight,var(--spectrum-heading-sans-serif-light-strong-font-weight)\n)}.spectrum-Heading--light .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--light em strong,.spectrum-Heading--light strong em{font-style:var(\n--mod-heading-sans-serif-light-strong-emphasized-font-style,var(--spectrum-heading-sans-serif-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-light-strong-emphasized-font-weight,var(--spectrum-heading-sans-serif-light-strong-emphasized-font-weight)\n)}.spectrum-Heading--light:lang(ja),.spectrum-Heading--light:lang(ko),.spectrum-Heading--light:lang(zh){font-style:var(\n--mod-heading-cjk-light-font-style,var(--spectrum-heading-cjk-light-font-style)\n);font-weight:var(\n--mod-heading-cjk-light-font-weight,var(--spectrum-heading-cjk-light-font-weight)\n)}.spectrum-Heading--light:lang(ja) .spectrum-Heading-strong,.spectrum-Heading--light:lang(ja) strong,.spectrum-Heading--light:lang(ko) .spectrum-Heading-strong,.spectrum-Heading--light:lang(ko) strong,.spectrum-Heading--light:lang(zh) .spectrum-Heading-strong,.spectrum-Heading--light:lang(zh) strong{font-style:var(\n--mod-heading-cjk-light-strong-font-style,var(--spectrum-heading-cjk-light-strong-font-style)\n);font-weight:var(\n--mod-heading-cjk-light-strong-font-weight,var(--spectrum-heading-cjk-light-strong-font-weight)\n)}.spectrum-Heading--light:lang(ja) .spectrum-Heading-emphasized,.spectrum-Heading--light:lang(ja) em,.spectrum-Heading--light:lang(ko) .spectrum-Heading-emphasized,.spectrum-Heading--light:lang(ko) em,.spectrum-Heading--light:lang(zh) .spectrum-Heading-emphasized,.spectrum-Heading--light:lang(zh) em{font-style:var(\n--mod-heading-cjk-light-emphasized-font-style,var(--spectrum-heading-cjk-light-emphasized-font-style)\n);font-weight:var(\n--mod-heading-cjk-light-emphasized-font-weight,var(--spectrum-heading-cjk-light-emphasized-font-weight)\n)}.spectrum-Heading--light:lang(ja) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--light:lang(ja) em strong,.spectrum-Heading--light:lang(ja) strong em,.spectrum-Heading--light:lang(ko) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--light:lang(ko) em strong,.spectrum-Heading--light:lang(ko) strong em,.spectrum-Heading--light:lang(zh) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--light:lang(zh) em strong,.spectrum-Heading--light:lang(zh) strong em{font-style:var(\n--mod-heading-cjk-light-strong-emphasized-font-style,var(--spectrum-heading-cjk-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-cjk-light-strong-emphasized-font-weight,var(--spectrum-heading-cjk-light-strong-emphasized-font-weight)\n)}.spectrum-Heading--serif{font-family:var(\n--mod-heading-serif-font-family,var(--spectrum-heading-serif-font-family)\n);font-style:var(\n--mod-heading-serif-font-style,var(--spectrum-heading-serif-font-style)\n);font-weight:var(\n--mod-heading-serif-font-weight,var(--spectrum-heading-serif-font-weight)\n)}.spectrum-Heading--serif .spectrum-Heading-emphasized,.spectrum-Heading--serif em{font-style:var(\n--mod-heading-serif-emphasized-font-style,var(--spectrum-heading-serif-emphasized-font-style)\n);font-weight:var(\n--mod-heading-serif-emphasized-font-weight,var(--spectrum-heading-serif-emphasized-font-weight)\n)}.spectrum-Heading--serif .spectrum-Heading-strong,.spectrum-Heading--serif strong{font-style:var(\n--mod-heading-serif-strong-font-style,var(--spectrum-heading-serif-strong-font-style)\n);font-weight:var(\n--mod-heading-serif-strong-font-weight,var(--spectrum-heading-serif-strong-font-weight)\n)}.spectrum-Heading--serif .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--serif em strong,.spectrum-Heading--serif strong em{font-style:var(\n--mod-heading-serif-strong-emphasized-font-style,var(--spectrum-heading-serif-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-serif-strong-emphasized-font-weight,var(--spectrum-heading-serif-strong-emphasized-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--heavy{font-style:var(\n--mod-heading-serif-heavy-font-style,var(--spectrum-heading-serif-heavy-font-style)\n);font-weight:var(\n--mod-heading-serif-heavy-font-weight,var(--spectrum-heading-serif-heavy-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--heavy .spectrum-Heading-strong,.spectrum-Heading--serif.spectrum-Heading--heavy strong{font-style:var(\n--mod-heading-serif-heavy-strong-font-style,var(--spectrum-heading-serif-heavy-strong-font-style)\n);font-weight:var(\n--mod-heading-serif-heavy-strong-font-weight,var(--spectrum-heading-serif-heavy-strong-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--heavy .spectrum-Heading-emphasized,.spectrum-Heading--serif.spectrum-Heading--heavy em{font-style:var(\n--mod-heading-serif-heavy-emphasized-font-style,var(--spectrum-heading-serif-heavy-emphasized-font-style)\n);font-weight:var(\n--mod-heading-serif-heavy-emphasized-font-weight,var(--spectrum-heading-serif-heavy-emphasized-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--heavy .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--serif.spectrum-Heading--heavy em strong,.spectrum-Heading--serif.spectrum-Heading--heavy strong em{font-style:var(\n--mod-heading-serif-heavy-strong-emphasized-font-style,var(--spectrum-heading-serif-heavy-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-serif-heavy-strong-emphasized-font-weight,var(--spectrum-heading-serif-heavy-strong-emphasized-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--light{font-style:var(\n--mod-heading-serif-light-font-style,var(--spectrum-heading-serif-light-font-style)\n);font-weight:var(\n--mod-heading-serif-light-font-weight,var(--spectrum-heading-serif-light-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--light .spectrum-Heading-emphasized,.spectrum-Heading--serif.spectrum-Heading--light em{font-style:var(\n--mod-heading-serif-light-emphasized-font-style,var(--spectrum-heading-serif-light-emphasized-font-style)\n);font-weight:var(\n--mod-heading-serif-light-emphasized-font-weight,var(--spectrum-heading-serif-light-emphasized-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--light .spectrum-Heading-strong,.spectrum-Heading--serif.spectrum-Heading--light strong{font-style:var(\n--mod-heading-serif-light-strong-font-style,var(--spectrum-heading-serif-light-strong-font-style)\n);font-weight:var(\n--mod-heading-serif-light-strong-font-weight,var(--spectrum-heading-serif-light-strong-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--light .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--serif.spectrum-Heading--light em strong,.spectrum-Heading--serif.spectrum-Heading--light strong em{font-style:var(\n--mod-heading-serif-light-strong-emphasized-font-style,var(--spectrum-heading-serif-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-serif-light-strong-emphasized-font-weight,var(--spectrum-heading-serif-light-strong-emphasized-font-weight)\n)}.spectrum-Typography .spectrum-Heading{margin-block-end:var(\n--mod-heading-margin-end,var(--spectrum-heading-margin-end)\n);margin-block-start:var(\n--mod-heading-margin-start,var(--spectrum-heading-margin-start)\n)}\n`;\nexport default styles;"],
|
|
5
5
|
"mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA2Kf,eAAe;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
--mod-heading-sans-serif-font-weight,var(--spectrum-heading-sans-serif-font-weight)
|
|
14
14
|
);line-height:var(
|
|
15
15
|
--mod-heading-line-height,var(--spectrum-heading-line-height)
|
|
16
|
-
)}.spectrum-Heading .spectrum-Heading-strong,.spectrum-Heading strong{font-style:var(
|
|
16
|
+
);margin-block:0}.spectrum-Heading .spectrum-Heading-strong,.spectrum-Heading strong{font-style:var(
|
|
17
17
|
--mod-heading-sans-serif-strong-font-style,var(--spectrum-heading-sans-serif-strong-font-style)
|
|
18
18
|
);font-weight:var(
|
|
19
19
|
--mod-heading-sans-serif-strong-font-weight,var(--spectrum-heading-sans-serif-strong-font-weight)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["spectrum-heading.css.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 { css } from '@spectrum-web-components/base';\nconst styles = css`\n.spectrum-Heading{--spectrum-heading-sans-serif-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-heading-serif-font-family:var(\n--spectrum-serif-font-family-stack\n);--spectrum-heading-cjk-font-family:var(--spectrum-cjk-font-family-stack);--spectrum-heading-cjk-letter-spacing:var(--spectrum-cjk-letter-spacing);--spectrum-heading-font-color:var(--spectrum-heading-color);--spectrum-heading-margin-start:calc(var(--mod-heading-font-size, var(--spectrum-heading-font-size))*var(--spectrum-heading-margin-top-multiplier));--spectrum-heading-margin-end:calc(var(--mod-heading-font-size, var(--spectrum-heading-font-size))*var(--spectrum-heading-margin-bottom-multiplier))}@media (forced-colors:active){.spectrum-Heading{--highcontrast-heading-font-color:Text}}.spectrum-Heading--sizeXXS{--spectrum-heading-font-size:var(--spectrum-heading-size-xxs);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-xxs)}.spectrum-Heading--sizeXS{--spectrum-heading-font-size:var(--spectrum-heading-size-xs);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-xs)}.spectrum-Heading--sizeS{--spectrum-heading-font-size:var(--spectrum-heading-size-s);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-s)}.spectrum-Heading--sizeM{--spectrum-heading-font-size:var(--spectrum-heading-size-m);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-m)}.spectrum-Heading--sizeL{--spectrum-heading-font-size:var(--spectrum-heading-size-l);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-l)}.spectrum-Heading--sizeXL{--spectrum-heading-font-size:var(--spectrum-heading-size-xl);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-xl)}.spectrum-Heading--sizeXXL{--spectrum-heading-font-size:var(--spectrum-heading-size-xxl);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-xxl)}.spectrum-Heading--sizeXXXL{--spectrum-heading-font-size:var(--spectrum-heading-size-xxxl);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-xxxl)}.spectrum-Heading{color:var(\n--highcontrast-heading-font-color,var(--mod-heading-font-color,var(--spectrum-heading-font-color))\n);font-family:var(\n--mod-heading-sans-serif-font-family,var(--spectrum-heading-sans-serif-font-family)\n);font-size:var(--mod-heading-font-size,var(--spectrum-heading-font-size));font-style:var(\n--mod-heading-sans-serif-font-style,var(--spectrum-heading-sans-serif-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-font-weight,var(--spectrum-heading-sans-serif-font-weight)\n);line-height:var(\n--mod-heading-line-height,var(--spectrum-heading-line-height)\n)}.spectrum-Heading .spectrum-Heading-strong,.spectrum-Heading strong{font-style:var(\n--mod-heading-sans-serif-strong-font-style,var(--spectrum-heading-sans-serif-strong-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-strong-font-weight,var(--spectrum-heading-sans-serif-strong-font-weight)\n)}.spectrum-Heading .spectrum-Heading-emphasized,.spectrum-Heading em{font-style:var(\n--mod-heading-sans-serif-emphasized-font-style,var(--spectrum-heading-sans-serif-emphasized-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-emphasized-font-weight,var(--spectrum-heading-sans-serif-emphasized-font-weight)\n)}.spectrum-Heading .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading em strong,.spectrum-Heading strong em{font-style:var(\n--mod-heading-sans-serif-strong-emphasized-font-style,var(--spectrum-heading-sans-serif-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-strong-emphasized-font-weight,var(--spectrum-heading-sans-serif-strong-emphasized-font-weight)\n)}.spectrum-Heading:lang(ja),.spectrum-Heading:lang(ko),.spectrum-Heading:lang(zh){font-family:var(\n--mod-heading-cjk-font-family,var(--spectrum-heading-cjk-font-family)\n);font-size:var(\n--mod-heading-cjk-font-size,var(--spectrum-heading-cjk-font-size)\n);font-style:var(\n--mod-heading-cjk-font-style,var(--spectrum-heading-cjk-font-style)\n);font-weight:var(\n--mod-heading-cjk-font-weight,var(--spectrum-heading-cjk-font-weight)\n);letter-spacing:var(\n--mod-heading-cjk-letter-spacing,var(--spectrum-heading-cjk-letter-spacing)\n);line-height:var(\n--mod-heading-cjk-line-height,var(--spectrum-heading-cjk-line-height)\n)}.spectrum-Heading:lang(ja) .spectrum-Heading-emphasized,.spectrum-Heading:lang(ja) em,.spectrum-Heading:lang(ko) .spectrum-Heading-emphasized,.spectrum-Heading:lang(ko) em,.spectrum-Heading:lang(zh) .spectrum-Heading-emphasized,.spectrum-Heading:lang(zh) em{font-style:var(\n--mod-heading-cjk-emphasized-font-style,var(--spectrum-heading-cjk-emphasized-font-style)\n);font-weight:var(\n--mod-heading-cjk-emphasized-font-weight,var(--spectrum-heading-cjk-emphasized-font-weight)\n)}.spectrum-Heading:lang(ja) .spectrum-Heading-strong,.spectrum-Heading:lang(ja) strong,.spectrum-Heading:lang(ko) .spectrum-Heading-strong,.spectrum-Heading:lang(ko) strong,.spectrum-Heading:lang(zh) .spectrum-Heading-strong,.spectrum-Heading:lang(zh) strong{font-style:var(\n--mod-heading-cjk-strong-font-style,var(--spectrum-heading-cjk-strong-font-style)\n);font-weight:var(\n--mod-heading-cjk-strong-font-weight,var(--spectrum-heading-cjk-strong-font-weight)\n)}.spectrum-Heading:lang(ja) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading:lang(ja) em strong,.spectrum-Heading:lang(ja) strong em,.spectrum-Heading:lang(ko) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading:lang(ko) em strong,.spectrum-Heading:lang(ko) strong em,.spectrum-Heading:lang(zh) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading:lang(zh) em strong,.spectrum-Heading:lang(zh) strong em{font-style:var(\n--mod-heading-cjk-strong-emphasized-font-style,var(--spectrum-heading-cjk-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-cjk-strong-emphasized-font-weight,var(--spectrum-heading-cjk-strong-emphasized-font-weight)\n)}.spectrum-Heading--heavy{font-style:var(\n--mod-heading-sans-serif-heavy-font-style,var(--spectrum-heading-sans-serif-heavy-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-heavy-font-weight,var(--spectrum-heading-sans-serif-heavy-font-weight)\n)}.spectrum-Heading--heavy .spectrum-Heading-strong,.spectrum-Heading--heavy strong{font-style:var(\n--mod-heading-sans-serif-heavy-strong-font-style,var(--spectrum-heading-sans-serif-heavy-strong-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-heavy-strong-font-weight,var(--spectrum-heading-sans-serif-heavy-strong-font-weight)\n)}.spectrum-Heading--heavy .spectrum-Heading-emphasized,.spectrum-Heading--heavy em{font-style:var(\n--mod-heading-sans-serif-heavy-emphasized-font-style,var(--spectrum-heading-sans-serif-heavy-emphasized-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-heavy-emphasized-font-weight,var(--spectrum-heading-sans-serif-heavy-emphasized-font-weight)\n)}.spectrum-Heading--heavy .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--heavy em strong,.spectrum-Heading--heavy strong em{font-style:var(\n--mod-heading-sans-serif-heavy-strong-emphasized-font-style,var(--spectrum-heading-sans-serif-heavy-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-heavy-strong-emphasized-font-weight,var(--spectrum-heading-sans-serif-heavy-strong-emphasized-font-weight)\n)}.spectrum-Heading--heavy:lang(ja),.spectrum-Heading--heavy:lang(ko),.spectrum-Heading--heavy:lang(zh){font-style:var(\n--mod-heading-cjk-heavy-font-style,var(--spectrum-heading-cjk-heavy-font-style)\n);font-weight:var(\n--mod-heading-cjk-heavy-font-weight,var(--spectrum-heading-cjk-heavy-font-weight)\n)}.spectrum-Heading--heavy:lang(ja) .spectrum-Heading-emphasized,.spectrum-Heading--heavy:lang(ja) em,.spectrum-Heading--heavy:lang(ko) .spectrum-Heading-emphasized,.spectrum-Heading--heavy:lang(ko) em,.spectrum-Heading--heavy:lang(zh) .spectrum-Heading-emphasized,.spectrum-Heading--heavy:lang(zh) em{font-style:var(\n--mod-heading-cjk-heavy-emphasized-font-style,var(--spectrum-heading-cjk-heavy-emphasized-font-style)\n);font-weight:var(\n--mod-heading-cjk-heavy-emphasized-font-weight,var(--spectrum-heading-cjk-heavy-emphasized-font-weight)\n)}.spectrum-Heading--heavy:lang(ja) .spectrum-Heading-strong,.spectrum-Heading--heavy:lang(ja) strong,.spectrum-Heading--heavy:lang(ko) .spectrum-Heading-strong,.spectrum-Heading--heavy:lang(ko) strong,.spectrum-Heading--heavy:lang(zh) .spectrum-Heading-strong,.spectrum-Heading--heavy:lang(zh) strong{font-style:var(\n--mod-heading-cjk-heavy-strong-font-style,var(--spectrum-heading-cjk-heavy-strong-font-style)\n);font-weight:var(\n--mod-heading-cjk-heavy-strong-font-weight,var(--spectrum-heading-cjk-heavy-strong-font-weight)\n)}.spectrum-Heading--heavy:lang(ja) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--heavy:lang(ja) em strong,.spectrum-Heading--heavy:lang(ja) strong em,.spectrum-Heading--heavy:lang(ko) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--heavy:lang(ko) em strong,.spectrum-Heading--heavy:lang(ko) strong em,.spectrum-Heading--heavy:lang(zh) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--heavy:lang(zh) em strong,.spectrum-Heading--heavy:lang(zh) strong em{font-style:var(\n--mod-heading-cjk-heavy-strong-emphasized-font-style,var(--spectrum-heading-cjk-heavy-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-cjk-heavy-strong-emphasized-font-weight,var(--spectrum-heading-cjk-heavy-strong-emphasized-font-weight)\n)}.spectrum-Heading--light{font-style:var(\n--mod-heading-sans-serif-light-font-style,var(--spectrum-heading-sans-serif-light-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-light-font-weight,var(--spectrum-heading-sans-serif-light-font-weight)\n)}.spectrum-Heading--light .spectrum-Heading-emphasized,.spectrum-Heading--light em{font-style:var(\n--mod-heading-sans-serif-light-emphasized-font-style,var(--spectrum-heading-sans-serif-light-emphasized-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-light-emphasized-font-weight,var(--spectrum-heading-sans-serif-light-emphasized-font-weight)\n)}.spectrum-Heading--light .spectrum-Heading-strong,.spectrum-Heading--light strong{font-style:var(\n--mod-heading-sans-serif-light-strong-font-style,var(--spectrum-heading-sans-serif-light-strong-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-light-strong-font-weight,var(--spectrum-heading-sans-serif-light-strong-font-weight)\n)}.spectrum-Heading--light .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--light em strong,.spectrum-Heading--light strong em{font-style:var(\n--mod-heading-sans-serif-light-strong-emphasized-font-style,var(--spectrum-heading-sans-serif-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-light-strong-emphasized-font-weight,var(--spectrum-heading-sans-serif-light-strong-emphasized-font-weight)\n)}.spectrum-Heading--light:lang(ja),.spectrum-Heading--light:lang(ko),.spectrum-Heading--light:lang(zh){font-style:var(\n--mod-heading-cjk-light-font-style,var(--spectrum-heading-cjk-light-font-style)\n);font-weight:var(\n--mod-heading-cjk-light-font-weight,var(--spectrum-heading-cjk-light-font-weight)\n)}.spectrum-Heading--light:lang(ja) .spectrum-Heading-strong,.spectrum-Heading--light:lang(ja) strong,.spectrum-Heading--light:lang(ko) .spectrum-Heading-strong,.spectrum-Heading--light:lang(ko) strong,.spectrum-Heading--light:lang(zh) .spectrum-Heading-strong,.spectrum-Heading--light:lang(zh) strong{font-style:var(\n--mod-heading-cjk-light-strong-font-style,var(--spectrum-heading-cjk-light-strong-font-style)\n);font-weight:var(\n--mod-heading-cjk-light-strong-font-weight,var(--spectrum-heading-cjk-light-strong-font-weight)\n)}.spectrum-Heading--light:lang(ja) .spectrum-Heading-emphasized,.spectrum-Heading--light:lang(ja) em,.spectrum-Heading--light:lang(ko) .spectrum-Heading-emphasized,.spectrum-Heading--light:lang(ko) em,.spectrum-Heading--light:lang(zh) .spectrum-Heading-emphasized,.spectrum-Heading--light:lang(zh) em{font-style:var(\n--mod-heading-cjk-light-emphasized-font-style,var(--spectrum-heading-cjk-light-emphasized-font-style)\n);font-weight:var(\n--mod-heading-cjk-light-emphasized-font-weight,var(--spectrum-heading-cjk-light-emphasized-font-weight)\n)}.spectrum-Heading--light:lang(ja) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--light:lang(ja) em strong,.spectrum-Heading--light:lang(ja) strong em,.spectrum-Heading--light:lang(ko) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--light:lang(ko) em strong,.spectrum-Heading--light:lang(ko) strong em,.spectrum-Heading--light:lang(zh) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--light:lang(zh) em strong,.spectrum-Heading--light:lang(zh) strong em{font-style:var(\n--mod-heading-cjk-light-strong-emphasized-font-style,var(--spectrum-heading-cjk-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-cjk-light-strong-emphasized-font-weight,var(--spectrum-heading-cjk-light-strong-emphasized-font-weight)\n)}.spectrum-Heading--serif{font-family:var(\n--mod-heading-serif-font-family,var(--spectrum-heading-serif-font-family)\n);font-style:var(\n--mod-heading-serif-font-style,var(--spectrum-heading-serif-font-style)\n);font-weight:var(\n--mod-heading-serif-font-weight,var(--spectrum-heading-serif-font-weight)\n)}.spectrum-Heading--serif .spectrum-Heading-emphasized,.spectrum-Heading--serif em{font-style:var(\n--mod-heading-serif-emphasized-font-style,var(--spectrum-heading-serif-emphasized-font-style)\n);font-weight:var(\n--mod-heading-serif-emphasized-font-weight,var(--spectrum-heading-serif-emphasized-font-weight)\n)}.spectrum-Heading--serif .spectrum-Heading-strong,.spectrum-Heading--serif strong{font-style:var(\n--mod-heading-serif-strong-font-style,var(--spectrum-heading-serif-strong-font-style)\n);font-weight:var(\n--mod-heading-serif-strong-font-weight,var(--spectrum-heading-serif-strong-font-weight)\n)}.spectrum-Heading--serif .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--serif em strong,.spectrum-Heading--serif strong em{font-style:var(\n--mod-heading-serif-strong-emphasized-font-style,var(--spectrum-heading-serif-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-serif-strong-emphasized-font-weight,var(--spectrum-heading-serif-strong-emphasized-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--heavy{font-style:var(\n--mod-heading-serif-heavy-font-style,var(--spectrum-heading-serif-heavy-font-style)\n);font-weight:var(\n--mod-heading-serif-heavy-font-weight,var(--spectrum-heading-serif-heavy-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--heavy .spectrum-Heading-strong,.spectrum-Heading--serif.spectrum-Heading--heavy strong{font-style:var(\n--mod-heading-serif-heavy-strong-font-style,var(--spectrum-heading-serif-heavy-strong-font-style)\n);font-weight:var(\n--mod-heading-serif-heavy-strong-font-weight,var(--spectrum-heading-serif-heavy-strong-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--heavy .spectrum-Heading-emphasized,.spectrum-Heading--serif.spectrum-Heading--heavy em{font-style:var(\n--mod-heading-serif-heavy-emphasized-font-style,var(--spectrum-heading-serif-heavy-emphasized-font-style)\n);font-weight:var(\n--mod-heading-serif-heavy-emphasized-font-weight,var(--spectrum-heading-serif-heavy-emphasized-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--heavy .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--serif.spectrum-Heading--heavy em strong,.spectrum-Heading--serif.spectrum-Heading--heavy strong em{font-style:var(\n--mod-heading-serif-heavy-strong-emphasized-font-style,var(--spectrum-heading-serif-heavy-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-serif-heavy-strong-emphasized-font-weight,var(--spectrum-heading-serif-heavy-strong-emphasized-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--light{font-style:var(\n--mod-heading-serif-light-font-style,var(--spectrum-heading-serif-light-font-style)\n);font-weight:var(\n--mod-heading-serif-light-font-weight,var(--spectrum-heading-serif-light-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--light .spectrum-Heading-emphasized,.spectrum-Heading--serif.spectrum-Heading--light em{font-style:var(\n--mod-heading-serif-light-emphasized-font-style,var(--spectrum-heading-serif-light-emphasized-font-style)\n);font-weight:var(\n--mod-heading-serif-light-emphasized-font-weight,var(--spectrum-heading-serif-light-emphasized-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--light .spectrum-Heading-strong,.spectrum-Heading--serif.spectrum-Heading--light strong{font-style:var(\n--mod-heading-serif-light-strong-font-style,var(--spectrum-heading-serif-light-strong-font-style)\n);font-weight:var(\n--mod-heading-serif-light-strong-font-weight,var(--spectrum-heading-serif-light-strong-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--light .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--serif.spectrum-Heading--light em strong,.spectrum-Heading--serif.spectrum-Heading--light strong em{font-style:var(\n--mod-heading-serif-light-strong-emphasized-font-style,var(--spectrum-heading-serif-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-serif-light-strong-emphasized-font-weight,var(--spectrum-heading-serif-light-strong-emphasized-font-weight)\n)}.spectrum-Typography .spectrum-Heading{margin-block-end:var(\n--mod-heading-margin-end,var(--spectrum-heading-margin-end)\n);margin-block-start:var(\n--mod-heading-margin-start,var(--spectrum-heading-margin-start)\n)}\n`;\nexport default styles;"],
|
|
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 { css } from '@spectrum-web-components/base';\nconst styles = css`\n.spectrum-Heading{--spectrum-heading-sans-serif-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-heading-serif-font-family:var(\n--spectrum-serif-font-family-stack\n);--spectrum-heading-cjk-font-family:var(--spectrum-cjk-font-family-stack);--spectrum-heading-cjk-letter-spacing:var(--spectrum-cjk-letter-spacing);--spectrum-heading-font-color:var(--spectrum-heading-color);--spectrum-heading-margin-start:calc(var(--mod-heading-font-size, var(--spectrum-heading-font-size))*var(--spectrum-heading-margin-top-multiplier));--spectrum-heading-margin-end:calc(var(--mod-heading-font-size, var(--spectrum-heading-font-size))*var(--spectrum-heading-margin-bottom-multiplier))}@media (forced-colors:active){.spectrum-Heading{--highcontrast-heading-font-color:Text}}.spectrum-Heading--sizeXXS{--spectrum-heading-font-size:var(--spectrum-heading-size-xxs);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-xxs)}.spectrum-Heading--sizeXS{--spectrum-heading-font-size:var(--spectrum-heading-size-xs);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-xs)}.spectrum-Heading--sizeS{--spectrum-heading-font-size:var(--spectrum-heading-size-s);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-s)}.spectrum-Heading--sizeM{--spectrum-heading-font-size:var(--spectrum-heading-size-m);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-m)}.spectrum-Heading--sizeL{--spectrum-heading-font-size:var(--spectrum-heading-size-l);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-l)}.spectrum-Heading--sizeXL{--spectrum-heading-font-size:var(--spectrum-heading-size-xl);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-xl)}.spectrum-Heading--sizeXXL{--spectrum-heading-font-size:var(--spectrum-heading-size-xxl);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-xxl)}.spectrum-Heading--sizeXXXL{--spectrum-heading-font-size:var(--spectrum-heading-size-xxxl);--spectrum-heading-cjk-font-size:var(--spectrum-heading-cjk-size-xxxl)}.spectrum-Heading{color:var(\n--highcontrast-heading-font-color,var(--mod-heading-font-color,var(--spectrum-heading-font-color))\n);font-family:var(\n--mod-heading-sans-serif-font-family,var(--spectrum-heading-sans-serif-font-family)\n);font-size:var(--mod-heading-font-size,var(--spectrum-heading-font-size));font-style:var(\n--mod-heading-sans-serif-font-style,var(--spectrum-heading-sans-serif-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-font-weight,var(--spectrum-heading-sans-serif-font-weight)\n);line-height:var(\n--mod-heading-line-height,var(--spectrum-heading-line-height)\n);margin-block:0}.spectrum-Heading .spectrum-Heading-strong,.spectrum-Heading strong{font-style:var(\n--mod-heading-sans-serif-strong-font-style,var(--spectrum-heading-sans-serif-strong-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-strong-font-weight,var(--spectrum-heading-sans-serif-strong-font-weight)\n)}.spectrum-Heading .spectrum-Heading-emphasized,.spectrum-Heading em{font-style:var(\n--mod-heading-sans-serif-emphasized-font-style,var(--spectrum-heading-sans-serif-emphasized-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-emphasized-font-weight,var(--spectrum-heading-sans-serif-emphasized-font-weight)\n)}.spectrum-Heading .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading em strong,.spectrum-Heading strong em{font-style:var(\n--mod-heading-sans-serif-strong-emphasized-font-style,var(--spectrum-heading-sans-serif-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-strong-emphasized-font-weight,var(--spectrum-heading-sans-serif-strong-emphasized-font-weight)\n)}.spectrum-Heading:lang(ja),.spectrum-Heading:lang(ko),.spectrum-Heading:lang(zh){font-family:var(\n--mod-heading-cjk-font-family,var(--spectrum-heading-cjk-font-family)\n);font-size:var(\n--mod-heading-cjk-font-size,var(--spectrum-heading-cjk-font-size)\n);font-style:var(\n--mod-heading-cjk-font-style,var(--spectrum-heading-cjk-font-style)\n);font-weight:var(\n--mod-heading-cjk-font-weight,var(--spectrum-heading-cjk-font-weight)\n);letter-spacing:var(\n--mod-heading-cjk-letter-spacing,var(--spectrum-heading-cjk-letter-spacing)\n);line-height:var(\n--mod-heading-cjk-line-height,var(--spectrum-heading-cjk-line-height)\n)}.spectrum-Heading:lang(ja) .spectrum-Heading-emphasized,.spectrum-Heading:lang(ja) em,.spectrum-Heading:lang(ko) .spectrum-Heading-emphasized,.spectrum-Heading:lang(ko) em,.spectrum-Heading:lang(zh) .spectrum-Heading-emphasized,.spectrum-Heading:lang(zh) em{font-style:var(\n--mod-heading-cjk-emphasized-font-style,var(--spectrum-heading-cjk-emphasized-font-style)\n);font-weight:var(\n--mod-heading-cjk-emphasized-font-weight,var(--spectrum-heading-cjk-emphasized-font-weight)\n)}.spectrum-Heading:lang(ja) .spectrum-Heading-strong,.spectrum-Heading:lang(ja) strong,.spectrum-Heading:lang(ko) .spectrum-Heading-strong,.spectrum-Heading:lang(ko) strong,.spectrum-Heading:lang(zh) .spectrum-Heading-strong,.spectrum-Heading:lang(zh) strong{font-style:var(\n--mod-heading-cjk-strong-font-style,var(--spectrum-heading-cjk-strong-font-style)\n);font-weight:var(\n--mod-heading-cjk-strong-font-weight,var(--spectrum-heading-cjk-strong-font-weight)\n)}.spectrum-Heading:lang(ja) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading:lang(ja) em strong,.spectrum-Heading:lang(ja) strong em,.spectrum-Heading:lang(ko) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading:lang(ko) em strong,.spectrum-Heading:lang(ko) strong em,.spectrum-Heading:lang(zh) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading:lang(zh) em strong,.spectrum-Heading:lang(zh) strong em{font-style:var(\n--mod-heading-cjk-strong-emphasized-font-style,var(--spectrum-heading-cjk-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-cjk-strong-emphasized-font-weight,var(--spectrum-heading-cjk-strong-emphasized-font-weight)\n)}.spectrum-Heading--heavy{font-style:var(\n--mod-heading-sans-serif-heavy-font-style,var(--spectrum-heading-sans-serif-heavy-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-heavy-font-weight,var(--spectrum-heading-sans-serif-heavy-font-weight)\n)}.spectrum-Heading--heavy .spectrum-Heading-strong,.spectrum-Heading--heavy strong{font-style:var(\n--mod-heading-sans-serif-heavy-strong-font-style,var(--spectrum-heading-sans-serif-heavy-strong-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-heavy-strong-font-weight,var(--spectrum-heading-sans-serif-heavy-strong-font-weight)\n)}.spectrum-Heading--heavy .spectrum-Heading-emphasized,.spectrum-Heading--heavy em{font-style:var(\n--mod-heading-sans-serif-heavy-emphasized-font-style,var(--spectrum-heading-sans-serif-heavy-emphasized-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-heavy-emphasized-font-weight,var(--spectrum-heading-sans-serif-heavy-emphasized-font-weight)\n)}.spectrum-Heading--heavy .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--heavy em strong,.spectrum-Heading--heavy strong em{font-style:var(\n--mod-heading-sans-serif-heavy-strong-emphasized-font-style,var(--spectrum-heading-sans-serif-heavy-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-heavy-strong-emphasized-font-weight,var(--spectrum-heading-sans-serif-heavy-strong-emphasized-font-weight)\n)}.spectrum-Heading--heavy:lang(ja),.spectrum-Heading--heavy:lang(ko),.spectrum-Heading--heavy:lang(zh){font-style:var(\n--mod-heading-cjk-heavy-font-style,var(--spectrum-heading-cjk-heavy-font-style)\n);font-weight:var(\n--mod-heading-cjk-heavy-font-weight,var(--spectrum-heading-cjk-heavy-font-weight)\n)}.spectrum-Heading--heavy:lang(ja) .spectrum-Heading-emphasized,.spectrum-Heading--heavy:lang(ja) em,.spectrum-Heading--heavy:lang(ko) .spectrum-Heading-emphasized,.spectrum-Heading--heavy:lang(ko) em,.spectrum-Heading--heavy:lang(zh) .spectrum-Heading-emphasized,.spectrum-Heading--heavy:lang(zh) em{font-style:var(\n--mod-heading-cjk-heavy-emphasized-font-style,var(--spectrum-heading-cjk-heavy-emphasized-font-style)\n);font-weight:var(\n--mod-heading-cjk-heavy-emphasized-font-weight,var(--spectrum-heading-cjk-heavy-emphasized-font-weight)\n)}.spectrum-Heading--heavy:lang(ja) .spectrum-Heading-strong,.spectrum-Heading--heavy:lang(ja) strong,.spectrum-Heading--heavy:lang(ko) .spectrum-Heading-strong,.spectrum-Heading--heavy:lang(ko) strong,.spectrum-Heading--heavy:lang(zh) .spectrum-Heading-strong,.spectrum-Heading--heavy:lang(zh) strong{font-style:var(\n--mod-heading-cjk-heavy-strong-font-style,var(--spectrum-heading-cjk-heavy-strong-font-style)\n);font-weight:var(\n--mod-heading-cjk-heavy-strong-font-weight,var(--spectrum-heading-cjk-heavy-strong-font-weight)\n)}.spectrum-Heading--heavy:lang(ja) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--heavy:lang(ja) em strong,.spectrum-Heading--heavy:lang(ja) strong em,.spectrum-Heading--heavy:lang(ko) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--heavy:lang(ko) em strong,.spectrum-Heading--heavy:lang(ko) strong em,.spectrum-Heading--heavy:lang(zh) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--heavy:lang(zh) em strong,.spectrum-Heading--heavy:lang(zh) strong em{font-style:var(\n--mod-heading-cjk-heavy-strong-emphasized-font-style,var(--spectrum-heading-cjk-heavy-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-cjk-heavy-strong-emphasized-font-weight,var(--spectrum-heading-cjk-heavy-strong-emphasized-font-weight)\n)}.spectrum-Heading--light{font-style:var(\n--mod-heading-sans-serif-light-font-style,var(--spectrum-heading-sans-serif-light-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-light-font-weight,var(--spectrum-heading-sans-serif-light-font-weight)\n)}.spectrum-Heading--light .spectrum-Heading-emphasized,.spectrum-Heading--light em{font-style:var(\n--mod-heading-sans-serif-light-emphasized-font-style,var(--spectrum-heading-sans-serif-light-emphasized-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-light-emphasized-font-weight,var(--spectrum-heading-sans-serif-light-emphasized-font-weight)\n)}.spectrum-Heading--light .spectrum-Heading-strong,.spectrum-Heading--light strong{font-style:var(\n--mod-heading-sans-serif-light-strong-font-style,var(--spectrum-heading-sans-serif-light-strong-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-light-strong-font-weight,var(--spectrum-heading-sans-serif-light-strong-font-weight)\n)}.spectrum-Heading--light .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--light em strong,.spectrum-Heading--light strong em{font-style:var(\n--mod-heading-sans-serif-light-strong-emphasized-font-style,var(--spectrum-heading-sans-serif-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-sans-serif-light-strong-emphasized-font-weight,var(--spectrum-heading-sans-serif-light-strong-emphasized-font-weight)\n)}.spectrum-Heading--light:lang(ja),.spectrum-Heading--light:lang(ko),.spectrum-Heading--light:lang(zh){font-style:var(\n--mod-heading-cjk-light-font-style,var(--spectrum-heading-cjk-light-font-style)\n);font-weight:var(\n--mod-heading-cjk-light-font-weight,var(--spectrum-heading-cjk-light-font-weight)\n)}.spectrum-Heading--light:lang(ja) .spectrum-Heading-strong,.spectrum-Heading--light:lang(ja) strong,.spectrum-Heading--light:lang(ko) .spectrum-Heading-strong,.spectrum-Heading--light:lang(ko) strong,.spectrum-Heading--light:lang(zh) .spectrum-Heading-strong,.spectrum-Heading--light:lang(zh) strong{font-style:var(\n--mod-heading-cjk-light-strong-font-style,var(--spectrum-heading-cjk-light-strong-font-style)\n);font-weight:var(\n--mod-heading-cjk-light-strong-font-weight,var(--spectrum-heading-cjk-light-strong-font-weight)\n)}.spectrum-Heading--light:lang(ja) .spectrum-Heading-emphasized,.spectrum-Heading--light:lang(ja) em,.spectrum-Heading--light:lang(ko) .spectrum-Heading-emphasized,.spectrum-Heading--light:lang(ko) em,.spectrum-Heading--light:lang(zh) .spectrum-Heading-emphasized,.spectrum-Heading--light:lang(zh) em{font-style:var(\n--mod-heading-cjk-light-emphasized-font-style,var(--spectrum-heading-cjk-light-emphasized-font-style)\n);font-weight:var(\n--mod-heading-cjk-light-emphasized-font-weight,var(--spectrum-heading-cjk-light-emphasized-font-weight)\n)}.spectrum-Heading--light:lang(ja) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--light:lang(ja) em strong,.spectrum-Heading--light:lang(ja) strong em,.spectrum-Heading--light:lang(ko) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--light:lang(ko) em strong,.spectrum-Heading--light:lang(ko) strong em,.spectrum-Heading--light:lang(zh) .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--light:lang(zh) em strong,.spectrum-Heading--light:lang(zh) strong em{font-style:var(\n--mod-heading-cjk-light-strong-emphasized-font-style,var(--spectrum-heading-cjk-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-cjk-light-strong-emphasized-font-weight,var(--spectrum-heading-cjk-light-strong-emphasized-font-weight)\n)}.spectrum-Heading--serif{font-family:var(\n--mod-heading-serif-font-family,var(--spectrum-heading-serif-font-family)\n);font-style:var(\n--mod-heading-serif-font-style,var(--spectrum-heading-serif-font-style)\n);font-weight:var(\n--mod-heading-serif-font-weight,var(--spectrum-heading-serif-font-weight)\n)}.spectrum-Heading--serif .spectrum-Heading-emphasized,.spectrum-Heading--serif em{font-style:var(\n--mod-heading-serif-emphasized-font-style,var(--spectrum-heading-serif-emphasized-font-style)\n);font-weight:var(\n--mod-heading-serif-emphasized-font-weight,var(--spectrum-heading-serif-emphasized-font-weight)\n)}.spectrum-Heading--serif .spectrum-Heading-strong,.spectrum-Heading--serif strong{font-style:var(\n--mod-heading-serif-strong-font-style,var(--spectrum-heading-serif-strong-font-style)\n);font-weight:var(\n--mod-heading-serif-strong-font-weight,var(--spectrum-heading-serif-strong-font-weight)\n)}.spectrum-Heading--serif .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--serif em strong,.spectrum-Heading--serif strong em{font-style:var(\n--mod-heading-serif-strong-emphasized-font-style,var(--spectrum-heading-serif-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-serif-strong-emphasized-font-weight,var(--spectrum-heading-serif-strong-emphasized-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--heavy{font-style:var(\n--mod-heading-serif-heavy-font-style,var(--spectrum-heading-serif-heavy-font-style)\n);font-weight:var(\n--mod-heading-serif-heavy-font-weight,var(--spectrum-heading-serif-heavy-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--heavy .spectrum-Heading-strong,.spectrum-Heading--serif.spectrum-Heading--heavy strong{font-style:var(\n--mod-heading-serif-heavy-strong-font-style,var(--spectrum-heading-serif-heavy-strong-font-style)\n);font-weight:var(\n--mod-heading-serif-heavy-strong-font-weight,var(--spectrum-heading-serif-heavy-strong-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--heavy .spectrum-Heading-emphasized,.spectrum-Heading--serif.spectrum-Heading--heavy em{font-style:var(\n--mod-heading-serif-heavy-emphasized-font-style,var(--spectrum-heading-serif-heavy-emphasized-font-style)\n);font-weight:var(\n--mod-heading-serif-heavy-emphasized-font-weight,var(--spectrum-heading-serif-heavy-emphasized-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--heavy .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--serif.spectrum-Heading--heavy em strong,.spectrum-Heading--serif.spectrum-Heading--heavy strong em{font-style:var(\n--mod-heading-serif-heavy-strong-emphasized-font-style,var(--spectrum-heading-serif-heavy-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-serif-heavy-strong-emphasized-font-weight,var(--spectrum-heading-serif-heavy-strong-emphasized-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--light{font-style:var(\n--mod-heading-serif-light-font-style,var(--spectrum-heading-serif-light-font-style)\n);font-weight:var(\n--mod-heading-serif-light-font-weight,var(--spectrum-heading-serif-light-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--light .spectrum-Heading-emphasized,.spectrum-Heading--serif.spectrum-Heading--light em{font-style:var(\n--mod-heading-serif-light-emphasized-font-style,var(--spectrum-heading-serif-light-emphasized-font-style)\n);font-weight:var(\n--mod-heading-serif-light-emphasized-font-weight,var(--spectrum-heading-serif-light-emphasized-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--light .spectrum-Heading-strong,.spectrum-Heading--serif.spectrum-Heading--light strong{font-style:var(\n--mod-heading-serif-light-strong-font-style,var(--spectrum-heading-serif-light-strong-font-style)\n);font-weight:var(\n--mod-heading-serif-light-strong-font-weight,var(--spectrum-heading-serif-light-strong-font-weight)\n)}.spectrum-Heading--serif.spectrum-Heading--light .spectrum-Heading-strong.spectrum-Heading-emphasized,.spectrum-Heading--serif.spectrum-Heading--light em strong,.spectrum-Heading--serif.spectrum-Heading--light strong em{font-style:var(\n--mod-heading-serif-light-strong-emphasized-font-style,var(--spectrum-heading-serif-light-strong-emphasized-font-style)\n);font-weight:var(\n--mod-heading-serif-light-strong-emphasized-font-weight,var(--spectrum-heading-serif-light-strong-emphasized-font-weight)\n)}.spectrum-Typography .spectrum-Heading{margin-block-end:var(\n--mod-heading-margin-end,var(--spectrum-heading-margin-end)\n);margin-block-start:var(\n--mod-heading-margin-start,var(--spectrum-heading-margin-start)\n)}\n`;\nexport default styles;"],
|
|
5
5
|
"mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EA2Kf,eAAeC",
|
|
6
6
|
"names": ["css", "styles"]
|
|
7
7
|
}
|
|
@@ -1,15 +1,3 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright 2023 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
|
-
*/
|
|
12
|
-
|
|
13
1
|
:host,
|
|
14
2
|
:root {
|
|
15
3
|
--spectrum-neutral-background-color-selected-default: var(
|
|
@@ -65,6 +53,18 @@ governing permissions and limitations under the License.
|
|
|
65
53
|
--spectrum-black-font-weight
|
|
66
54
|
);
|
|
67
55
|
}
|
|
56
|
+
/*!
|
|
57
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
58
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
59
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
60
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
61
|
+
|
|
62
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
63
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
64
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
65
|
+
governing permissions and limitations under the License.
|
|
66
|
+
*/
|
|
67
|
+
|
|
68
68
|
:host,
|
|
69
69
|
:root {
|
|
70
70
|
--system-spectrum-actionbutton-background-color-default: var(
|
|
@@ -305,6 +305,27 @@ governing permissions and limitations under the License.
|
|
|
305
305
|
);
|
|
306
306
|
--system-spectrum-actionbutton-staticwhite-selected-border-color-disabled: transparent;
|
|
307
307
|
}
|
|
308
|
+
/*!
|
|
309
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
310
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
311
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
312
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
313
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
314
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
315
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
316
|
+
governing permissions and limitations under the License.
|
|
317
|
+
*/
|
|
318
|
+
/*!
|
|
319
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
320
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
321
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
322
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
323
|
+
|
|
324
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
325
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
326
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
327
|
+
governing permissions and limitations under the License.
|
|
328
|
+
*/
|
|
308
329
|
|
|
309
330
|
:host,
|
|
310
331
|
:root {
|
|
@@ -322,6 +343,18 @@ governing permissions and limitations under the License.
|
|
|
322
343
|
--spectrum-gray-900
|
|
323
344
|
);
|
|
324
345
|
}
|
|
346
|
+
/*!
|
|
347
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
348
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
349
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
350
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
351
|
+
|
|
352
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
353
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
354
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
355
|
+
governing permissions and limitations under the License.
|
|
356
|
+
*/
|
|
357
|
+
|
|
325
358
|
:host,
|
|
326
359
|
:root {
|
|
327
360
|
--system-spectrum-button-background-color-default: var(--spectrum-gray-200);
|
|
@@ -1066,6 +1099,17 @@ governing permissions and limitations under the License.
|
|
|
1066
1099
|
--spectrum-disabled-static-black-content-color
|
|
1067
1100
|
);
|
|
1068
1101
|
}
|
|
1102
|
+
/*!
|
|
1103
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
1104
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1105
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1106
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1107
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1108
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1109
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1110
|
+
governing permissions and limitations under the License.
|
|
1111
|
+
*/
|
|
1112
|
+
|
|
1069
1113
|
:host,
|
|
1070
1114
|
:root {
|
|
1071
1115
|
--system-spectrum-closebutton-background-color-default: transparent;
|
|
@@ -1079,7 +1123,17 @@ governing permissions and limitations under the License.
|
|
|
1079
1123
|
--spectrum-gray-300
|
|
1080
1124
|
);
|
|
1081
1125
|
}
|
|
1126
|
+
/*!
|
|
1127
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
1128
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1129
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1130
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1082
1131
|
|
|
1132
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1133
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1134
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1135
|
+
governing permissions and limitations under the License.
|
|
1136
|
+
*/
|
|
1083
1137
|
:host,
|
|
1084
1138
|
:root {
|
|
1085
1139
|
--system-spectrum-radio-button-border-color-default: var(
|
|
@@ -1113,6 +1167,18 @@ governing permissions and limitations under the License.
|
|
|
1113
1167
|
--spectrum-accent-color-1000
|
|
1114
1168
|
);
|
|
1115
1169
|
}
|
|
1170
|
+
/*!
|
|
1171
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
1172
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1173
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1174
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1175
|
+
|
|
1176
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1177
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1178
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1179
|
+
governing permissions and limitations under the License.
|
|
1180
|
+
*/
|
|
1181
|
+
|
|
1116
1182
|
:host,
|
|
1117
1183
|
:root {
|
|
1118
1184
|
--system-spectrum-switch-background-color-selected-default: var(
|
|
@@ -1150,13 +1216,34 @@ governing permissions and limitations under the License.
|
|
|
1150
1216
|
--spectrum-gray-900
|
|
1151
1217
|
);
|
|
1152
1218
|
}
|
|
1153
|
-
|
|
1219
|
+
/*!
|
|
1220
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
1221
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1222
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1223
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1224
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1225
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1226
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1227
|
+
governing permissions and limitations under the License.
|
|
1228
|
+
*/
|
|
1154
1229
|
:host,
|
|
1155
1230
|
:root {
|
|
1156
1231
|
--system-spectrum-toast-background-color-default: var(
|
|
1157
1232
|
--spectrum-neutral-background-color-default
|
|
1158
1233
|
);
|
|
1159
1234
|
}
|
|
1235
|
+
/*!
|
|
1236
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
1237
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1238
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1239
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1240
|
+
|
|
1241
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1242
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1243
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1244
|
+
governing permissions and limitations under the License.
|
|
1245
|
+
*/
|
|
1246
|
+
|
|
1160
1247
|
:host,
|
|
1161
1248
|
:root {
|
|
1162
1249
|
--system-spectrum-actiongroup-gap-size-compact: var(--spectrum-spacing-50);
|
|
@@ -1167,6 +1254,93 @@ governing permissions and limitations under the License.
|
|
|
1167
1254
|
-1px * var(--spectrum-spacing-50)
|
|
1168
1255
|
);
|
|
1169
1256
|
}
|
|
1257
|
+
/*!
|
|
1258
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
1259
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1260
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1261
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1262
|
+
|
|
1263
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1264
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1265
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1266
|
+
governing permissions and limitations under the License.
|
|
1267
|
+
*/
|
|
1268
|
+
|
|
1269
|
+
/*!
|
|
1270
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
1271
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1272
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1273
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1274
|
+
|
|
1275
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1276
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1277
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1278
|
+
governing permissions and limitations under the License.
|
|
1279
|
+
*/
|
|
1280
|
+
/*!
|
|
1281
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
1282
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1283
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1284
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1285
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1286
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1287
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1288
|
+
governing permissions and limitations under the License.
|
|
1289
|
+
*/
|
|
1290
|
+
|
|
1291
|
+
/*!
|
|
1292
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
1293
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1294
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1295
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1296
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1297
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1298
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1299
|
+
governing permissions and limitations under the License.
|
|
1300
|
+
*/
|
|
1301
|
+
/*!
|
|
1302
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
1303
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1304
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1305
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1306
|
+
|
|
1307
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1308
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1309
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1310
|
+
governing permissions and limitations under the License.
|
|
1311
|
+
*/
|
|
1312
|
+
/*!
|
|
1313
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
1314
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1315
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1316
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1317
|
+
|
|
1318
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1319
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1320
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1321
|
+
governing permissions and limitations under the License.
|
|
1322
|
+
*/
|
|
1323
|
+
/*!
|
|
1324
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
1325
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1326
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1327
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1328
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1329
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1330
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1331
|
+
governing permissions and limitations under the License.
|
|
1332
|
+
*/
|
|
1333
|
+
/*!
|
|
1334
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
1335
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1336
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1337
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1338
|
+
|
|
1339
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1340
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1341
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1342
|
+
governing permissions and limitations under the License.
|
|
1343
|
+
*/
|
|
1170
1344
|
|
|
1171
1345
|
:host,
|
|
1172
1346
|
:root {
|
|
@@ -1262,6 +1436,26 @@ governing permissions and limitations under the License.
|
|
|
1262
1436
|
);
|
|
1263
1437
|
}
|
|
1264
1438
|
|
|
1439
|
+
/*!
|
|
1440
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
1441
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1442
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1443
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1444
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1445
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1446
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1447
|
+
governing permissions and limitations under the License.
|
|
1448
|
+
*/
|
|
1449
|
+
/*!
|
|
1450
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
1451
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1452
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1453
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1454
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1455
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1456
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1457
|
+
governing permissions and limitations under the License.
|
|
1458
|
+
*/
|
|
1265
1459
|
:host,
|
|
1266
1460
|
:root {
|
|
1267
1461
|
--system-spectrum-picker-background-color-default: var(--spectrum-gray-200);
|
|
@@ -1283,3 +1477,34 @@ governing permissions and limitations under the License.
|
|
|
1283
1477
|
--system-spectrum-picker-border-color-active: transparent;
|
|
1284
1478
|
--system-spectrum-picker-border-color-key-focus: transparent;
|
|
1285
1479
|
}
|
|
1480
|
+
/*!
|
|
1481
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
1482
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1483
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1484
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1485
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1486
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1487
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1488
|
+
governing permissions and limitations under the License.
|
|
1489
|
+
*/
|
|
1490
|
+
/*!
|
|
1491
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
1492
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1493
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1494
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1495
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1496
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1497
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1498
|
+
governing permissions and limitations under the License.
|
|
1499
|
+
*/
|
|
1500
|
+
/*!
|
|
1501
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
1502
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1503
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1504
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1505
|
+
|
|
1506
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1507
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1508
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1509
|
+
governing permissions and limitations under the License.
|
|
1510
|
+
*/
|
package/typography.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/*!
|
|
2
2
|
Copyright 2023 Adobe. All rights reserved.
|
|
3
3
|
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
you may not use this file except in compliance with the License. You may obtain a copy
|
|
@@ -9,7 +9,6 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA
|
|
|
9
9
|
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
10
|
governing permissions and limitations under the License.
|
|
11
11
|
*/
|
|
12
|
-
|
|
13
12
|
:host,
|
|
14
13
|
:root {
|
|
15
14
|
--spectrum-font-family-ar: myriad-arabic, adobe-clean, 'Source Sans Pro',
|
|
@@ -109,6 +108,8 @@ governing permissions and limitations under the License.
|
|
|
109
108
|
--mod-heading-line-height,
|
|
110
109
|
var(--spectrum-heading-line-height)
|
|
111
110
|
);
|
|
111
|
+
margin-block-end: 0;
|
|
112
|
+
margin-block-start: 0;
|
|
112
113
|
}
|
|
113
114
|
.spectrum-Heading .spectrum-Heading-strong,
|
|
114
115
|
.spectrum-Heading strong {
|
|
@@ -640,6 +641,8 @@ governing permissions and limitations under the License.
|
|
|
640
641
|
var(--spectrum-body-sans-serif-font-weight)
|
|
641
642
|
);
|
|
642
643
|
line-height: var(--mod-body-line-height, var(--spectrum-body-line-height));
|
|
644
|
+
margin-block-end: 0;
|
|
645
|
+
margin-block-start: 0;
|
|
643
646
|
}
|
|
644
647
|
.spectrum-Body .spectrum-Body-strong,
|
|
645
648
|
.spectrum-Body strong {
|
|
@@ -859,6 +862,8 @@ governing permissions and limitations under the License.
|
|
|
859
862
|
--mod-detail-line-height,
|
|
860
863
|
var(--spectrum-detail-line-height)
|
|
861
864
|
);
|
|
865
|
+
margin-block-end: 0;
|
|
866
|
+
margin-block-start: 0;
|
|
862
867
|
text-transform: uppercase;
|
|
863
868
|
}
|
|
864
869
|
.spectrum-Detail .spectrum-Detail-strong,
|
|
@@ -1202,6 +1207,8 @@ governing permissions and limitations under the License.
|
|
|
1202
1207
|
font-style: var(--mod-code-font-style, var(--spectrum-code-font-style));
|
|
1203
1208
|
font-weight: var(--mod-code-font-weight, var(--spectrum-code-font-weight));
|
|
1204
1209
|
line-height: var(--mod-code-line-height, var(--spectrum-code-line-height));
|
|
1210
|
+
margin-block-end: 0;
|
|
1211
|
+
margin-block-start: 0;
|
|
1205
1212
|
}
|
|
1206
1213
|
.spectrum-Code .spectrum-Code-strong,
|
|
1207
1214
|
.spectrum-Code strong {
|