@spectrum-web-components/styles 1.1.0 → 1.2.0-beta.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/body.d.ts +2 -0
- package/body.dev.js +17 -0
- package/body.dev.js.map +7 -0
- package/body.js +8 -0
- package/body.js.map +7 -0
- package/code.d.ts +2 -0
- package/code.dev.js +17 -0
- package/code.dev.js.map +7 -0
- package/code.js +8 -0
- package/code.js.map +7 -0
- package/detail.d.ts +2 -0
- package/detail.dev.js +17 -0
- package/detail.dev.js.map +7 -0
- package/detail.js +8 -0
- package/detail.js.map +7 -0
- package/heading.d.ts +2 -0
- package/heading.dev.js +17 -0
- package/heading.dev.js.map +7 -0
- package/heading.js +8 -0
- package/heading.js.map +7 -0
- package/package.json +4 -4
- package/spectrum-two/themes.dev.js +6 -0
- package/spectrum-two/themes.dev.js.map +7 -0
- package/spectrum-two/themes.js +2 -0
- package/spectrum-two/themes.js.map +7 -0
- package/src/body-overrides.css +10 -10
- package/src/body-overrides.css.d.ts +2 -0
- package/src/body-overrides.css.dev.js +7 -0
- package/src/body-overrides.css.dev.js.map +7 -0
- package/src/body-overrides.css.js +4 -0
- package/src/body-overrides.css.js.map +7 -0
- package/src/code-overrides.css +9 -9
- package/src/code-overrides.css.d.ts +2 -0
- package/src/code-overrides.css.dev.js +7 -0
- package/src/code-overrides.css.dev.js.map +7 -0
- package/src/code-overrides.css.js +4 -0
- package/src/code-overrides.css.js.map +7 -0
- package/src/detail-overrides.css +9 -9
- package/src/detail-overrides.css.d.ts +2 -0
- package/src/detail-overrides.css.dev.js +7 -0
- package/src/detail-overrides.css.dev.js.map +7 -0
- package/src/detail-overrides.css.js +4 -0
- package/src/detail-overrides.css.js.map +7 -0
- package/src/heading-overrides.css +9 -9
- package/src/heading-overrides.css.d.ts +2 -0
- package/src/heading-overrides.css.dev.js +7 -0
- package/src/heading-overrides.css.dev.js.map +7 -0
- package/src/heading-overrides.css.js +4 -0
- package/src/heading-overrides.css.js.map +7 -0
- package/src/lang-overrides.css.d.ts +2 -0
- package/src/lang-overrides.css.dev.js +7 -0
- package/src/lang-overrides.css.dev.js.map +7 -0
- package/src/lang-overrides.css.js +4 -0
- package/src/lang-overrides.css.js.map +7 -0
- package/src/spectrum-base.css.d.ts +2 -0
- package/src/spectrum-base.css.dev.js +7 -0
- package/src/spectrum-base.css.dev.js.map +7 -0
- package/src/spectrum-base.css.js +4 -0
- package/src/spectrum-base.css.js.map +7 -0
- package/src/spectrum-body.css.d.ts +2 -0
- package/src/spectrum-body.css.dev.js +7 -0
- package/src/spectrum-body.css.dev.js.map +7 -0
- package/src/spectrum-body.css.js +4 -0
- package/src/spectrum-body.css.js.map +7 -0
- package/src/spectrum-code.css.d.ts +2 -0
- package/src/spectrum-code.css.dev.js +7 -0
- package/src/spectrum-code.css.dev.js.map +7 -0
- package/src/spectrum-code.css.js +4 -0
- package/src/spectrum-code.css.js.map +7 -0
- package/src/spectrum-detail.css.d.ts +2 -0
- package/src/spectrum-detail.css.dev.js +7 -0
- package/src/spectrum-detail.css.dev.js.map +7 -0
- package/src/spectrum-detail.css.js +4 -0
- package/src/spectrum-detail.css.js.map +7 -0
- package/src/spectrum-heading.css.d.ts +2 -0
- package/src/spectrum-heading.css.dev.js +7 -0
- package/src/spectrum-heading.css.dev.js.map +7 -0
- package/src/spectrum-heading.css.js +4 -0
- package/src/spectrum-heading.css.js.map +7 -0
- package/src/spectrum-lang.css.d.ts +2 -0
- package/src/spectrum-lang.css.dev.js +7 -0
- package/src/spectrum-lang.css.dev.js.map +7 -0
- package/src/spectrum-lang.css.js +4 -0
- package/src/spectrum-lang.css.js.map +7 -0
- package/src/spectrum-typography.css.d.ts +2 -0
- package/src/spectrum-typography.css.dev.js +7 -0
- package/src/spectrum-typography.css.dev.js.map +7 -0
- package/src/spectrum-typography.css.js +4 -0
- package/src/spectrum-typography.css.js.map +7 -0
- package/src/typography-overrides.css +13 -0
- package/src/typography-overrides.css.d.ts +2 -0
- package/src/typography-overrides.css.dev.js +7 -0
- package/src/typography-overrides.css.dev.js.map +7 -0
- package/src/typography-overrides.css.js +4 -0
- package/src/typography-overrides.css.js.map +7 -0
- package/stories/styles.stories.js +45 -0
- package/stories/styles.stories.js.map +7 -0
- package/test/styles.test-vrt.js +5 -0
- package/test/styles.test-vrt.js.map +7 -0
- package/tokens-v2/dark-vars.css +57 -44
- package/tokens-v2/global-vars.css +6 -7
- package/tokens-v2/index.css +225 -190
- package/tokens-v2/large-vars.css +56 -51
- package/tokens-v2/light-vars.css +39 -26
- package/tokens-v2/medium-vars.css +67 -62
- package/typography.d.ts +2 -0
- package/typography.dev.js +4 -0
- package/typography.dev.js.map +7 -0
- package/typography.js +2 -0
- package/typography.js.map +7 -0
package/body.d.ts
ADDED
package/body.dev.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
import baseStyles from "./src/spectrum-base.css.js";
|
|
3
|
+
import langBaseStyles from "./src/spectrum-lang.css.js";
|
|
4
|
+
import langOverrides from "./src/lang-overrides.css.js";
|
|
5
|
+
import bodyBaseStyles from "./src/spectrum-body.css.js";
|
|
6
|
+
import bodyOverrides from "./src/body-overrides.css.js";
|
|
7
|
+
import { css } from "lit";
|
|
8
|
+
const bodyStyles = css`
|
|
9
|
+
${bodyBaseStyles}
|
|
10
|
+
${bodyOverrides}
|
|
11
|
+
`;
|
|
12
|
+
const langStyles = css`
|
|
13
|
+
${langBaseStyles}
|
|
14
|
+
${langOverrides}
|
|
15
|
+
`;
|
|
16
|
+
export default [baseStyles, langStyles, bodyStyles];
|
|
17
|
+
//# sourceMappingURL=body.dev.js.map
|
package/body.dev.js.map
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["body.ts"],
|
|
4
|
+
"sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport baseStyles from './src/spectrum-base.css.js';\nimport langBaseStyles from './src/spectrum-lang.css.js';\nimport langOverrides from './src/lang-overrides.css.js';\nimport bodyBaseStyles from './src/spectrum-body.css.js';\nimport bodyOverrides from './src/body-overrides.css.js';\n\nimport { css } from 'lit';\n\n// bodyStyles is a combination of bodyBaseStyles and bodyOverrides\nconst bodyStyles = css`\n ${bodyBaseStyles}\n ${bodyOverrides}\n`;\n\n// langStyles is a combination of langBaseStyles and langOverrides\nconst langStyles = css`\n ${langBaseStyles}\n ${langOverrides}\n`;\n\nexport default [baseStyles, langStyles, bodyStyles];\n"],
|
|
5
|
+
"mappings": ";AAYA,OAAO,gBAAgB;AACvB,OAAO,oBAAoB;AAC3B,OAAO,mBAAmB;AAC1B,OAAO,oBAAoB;AAC3B,OAAO,mBAAmB;AAE1B,SAAS,WAAW;AAGpB,MAAM,aAAa;AAAA,MACb,cAAc;AAAA,MACd,aAAa;AAAA;AAInB,MAAM,aAAa;AAAA,MACb,cAAc;AAAA,MACd,aAAa;AAAA;AAGnB,eAAe,CAAC,YAAY,YAAY,UAAU;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
package/body.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";import r from"./src/spectrum-base.css.js";import t from"./src/spectrum-lang.css.js";import e from"./src/lang-overrides.css.js";import s from"./src/spectrum-body.css.js";import m from"./src/body-overrides.css.js";import{css as o}from"lit";const l=o`
|
|
2
|
+
${s}
|
|
3
|
+
${m}
|
|
4
|
+
`,i=o`
|
|
5
|
+
${t}
|
|
6
|
+
${e}
|
|
7
|
+
`;export default[r,i,l];
|
|
8
|
+
//# sourceMappingURL=body.js.map
|
package/body.js.map
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["body.ts"],
|
|
4
|
+
"sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport baseStyles from './src/spectrum-base.css.js';\nimport langBaseStyles from './src/spectrum-lang.css.js';\nimport langOverrides from './src/lang-overrides.css.js';\nimport bodyBaseStyles from './src/spectrum-body.css.js';\nimport bodyOverrides from './src/body-overrides.css.js';\n\nimport { css } from 'lit';\n\n// bodyStyles is a combination of bodyBaseStyles and bodyOverrides\nconst bodyStyles = css`\n ${bodyBaseStyles}\n ${bodyOverrides}\n`;\n\n// langStyles is a combination of langBaseStyles and langOverrides\nconst langStyles = css`\n ${langBaseStyles}\n ${langOverrides}\n`;\n\nexport default [baseStyles, langStyles, bodyStyles];\n"],
|
|
5
|
+
"mappings": "aAYA,OAAOA,MAAgB,6BACvB,OAAOC,MAAoB,6BAC3B,OAAOC,MAAmB,8BAC1B,OAAOC,MAAoB,6BAC3B,OAAOC,MAAmB,8BAE1B,OAAS,OAAAC,MAAW,MAGpB,MAAMC,EAAaD;AAAA,MACbF,CAAc;AAAA,MACdC,CAAa;AAAA,EAIbG,EAAaF;AAAA,MACbJ,CAAc;AAAA,MACdC,CAAa;AAAA,EAGnB,cAAe,CAACF,EAAYO,EAAYD,CAAU",
|
|
6
|
+
"names": ["baseStyles", "langBaseStyles", "langOverrides", "bodyBaseStyles", "bodyOverrides", "css", "bodyStyles", "langStyles"]
|
|
7
|
+
}
|
package/code.d.ts
ADDED
package/code.dev.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
import baseStyles from "./src/spectrum-base.css.js";
|
|
3
|
+
import langBaseStyles from "./src/spectrum-lang.css.js";
|
|
4
|
+
import langOverrides from "./src/lang-overrides.css.js";
|
|
5
|
+
import codeBaseStyles from "./src/spectrum-code.css.js";
|
|
6
|
+
import codeOverrides from "./src/code-overrides.css.js";
|
|
7
|
+
import { css } from "lit";
|
|
8
|
+
const langStyles = css`
|
|
9
|
+
${langBaseStyles}
|
|
10
|
+
${langOverrides}
|
|
11
|
+
`;
|
|
12
|
+
const codeStyles = css`
|
|
13
|
+
${codeBaseStyles}
|
|
14
|
+
${codeOverrides}
|
|
15
|
+
`;
|
|
16
|
+
export default [baseStyles, langStyles, codeStyles];
|
|
17
|
+
//# sourceMappingURL=code.dev.js.map
|
package/code.dev.js.map
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["code.ts"],
|
|
4
|
+
"sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport baseStyles from './src/spectrum-base.css.js';\nimport langBaseStyles from './src/spectrum-lang.css.js';\nimport langOverrides from './src/lang-overrides.css.js';\nimport codeBaseStyles from './src/spectrum-code.css.js';\nimport codeOverrides from './src/code-overrides.css.js';\n\nimport { css } from 'lit';\n\nconst langStyles = css`\n ${langBaseStyles}\n ${langOverrides}\n`;\n\nconst codeStyles = css`\n ${codeBaseStyles}\n ${codeOverrides}\n`;\n\nexport default [baseStyles, langStyles, codeStyles];\n"],
|
|
5
|
+
"mappings": ";AAYA,OAAO,gBAAgB;AACvB,OAAO,oBAAoB;AAC3B,OAAO,mBAAmB;AAC1B,OAAO,oBAAoB;AAC3B,OAAO,mBAAmB;AAE1B,SAAS,WAAW;AAEpB,MAAM,aAAa;AAAA,MACb,cAAc;AAAA,MACd,aAAa;AAAA;AAGnB,MAAM,aAAa;AAAA,MACb,cAAc;AAAA,MACd,aAAa;AAAA;AAGnB,eAAe,CAAC,YAAY,YAAY,UAAU;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
package/code.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";import e from"./src/spectrum-base.css.js";import r from"./src/spectrum-lang.css.js";import t from"./src/lang-overrides.css.js";import s from"./src/spectrum-code.css.js";import m from"./src/code-overrides.css.js";import{css as o}from"lit";const l=o`
|
|
2
|
+
${r}
|
|
3
|
+
${t}
|
|
4
|
+
`,i=o`
|
|
5
|
+
${s}
|
|
6
|
+
${m}
|
|
7
|
+
`;export default[e,l,i];
|
|
8
|
+
//# sourceMappingURL=code.js.map
|
package/code.js.map
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["code.ts"],
|
|
4
|
+
"sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport baseStyles from './src/spectrum-base.css.js';\nimport langBaseStyles from './src/spectrum-lang.css.js';\nimport langOverrides from './src/lang-overrides.css.js';\nimport codeBaseStyles from './src/spectrum-code.css.js';\nimport codeOverrides from './src/code-overrides.css.js';\n\nimport { css } from 'lit';\n\nconst langStyles = css`\n ${langBaseStyles}\n ${langOverrides}\n`;\n\nconst codeStyles = css`\n ${codeBaseStyles}\n ${codeOverrides}\n`;\n\nexport default [baseStyles, langStyles, codeStyles];\n"],
|
|
5
|
+
"mappings": "aAYA,OAAOA,MAAgB,6BACvB,OAAOC,MAAoB,6BAC3B,OAAOC,MAAmB,8BAC1B,OAAOC,MAAoB,6BAC3B,OAAOC,MAAmB,8BAE1B,OAAS,OAAAC,MAAW,MAEpB,MAAMC,EAAaD;AAAA,MACbJ,CAAc;AAAA,MACdC,CAAa;AAAA,EAGbK,EAAaF;AAAA,MACbF,CAAc;AAAA,MACdC,CAAa;AAAA,EAGnB,cAAe,CAACJ,EAAYM,EAAYC,CAAU",
|
|
6
|
+
"names": ["baseStyles", "langBaseStyles", "langOverrides", "codeBaseStyles", "codeOverrides", "css", "langStyles", "codeStyles"]
|
|
7
|
+
}
|
package/detail.d.ts
ADDED
package/detail.dev.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
import baseStyles from "./src/spectrum-base.css.js";
|
|
3
|
+
import langBaseStyles from "./src/spectrum-lang.css.js";
|
|
4
|
+
import langOverrides from "./src/lang-overrides.css.js";
|
|
5
|
+
import detailBaseStyles from "./src/spectrum-detail.css.js";
|
|
6
|
+
import detailOverrides from "./src/detail-overrides.css.js";
|
|
7
|
+
import { css } from "lit";
|
|
8
|
+
const langStyles = css`
|
|
9
|
+
${langBaseStyles}
|
|
10
|
+
${langOverrides}
|
|
11
|
+
`;
|
|
12
|
+
const detailStyles = css`
|
|
13
|
+
${detailBaseStyles}
|
|
14
|
+
${detailOverrides}
|
|
15
|
+
`;
|
|
16
|
+
export default [baseStyles, langStyles, detailStyles];
|
|
17
|
+
//# sourceMappingURL=detail.dev.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["detail.ts"],
|
|
4
|
+
"sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport baseStyles from './src/spectrum-base.css.js';\nimport langBaseStyles from './src/spectrum-lang.css.js';\nimport langOverrides from './src/lang-overrides.css.js';\nimport detailBaseStyles from './src/spectrum-detail.css.js';\nimport detailOverrides from './src/detail-overrides.css.js';\n\nimport { css } from 'lit';\n\nconst langStyles = css`\n ${langBaseStyles}\n ${langOverrides}\n`;\n\nconst detailStyles = css`\n ${detailBaseStyles}\n ${detailOverrides}\n`;\n\nexport default [baseStyles, langStyles, detailStyles];\n"],
|
|
5
|
+
"mappings": ";AAYA,OAAO,gBAAgB;AACvB,OAAO,oBAAoB;AAC3B,OAAO,mBAAmB;AAC1B,OAAO,sBAAsB;AAC7B,OAAO,qBAAqB;AAE5B,SAAS,WAAW;AAEpB,MAAM,aAAa;AAAA,MACb,cAAc;AAAA,MACd,aAAa;AAAA;AAGnB,MAAM,eAAe;AAAA,MACf,gBAAgB;AAAA,MAChB,eAAe;AAAA;AAGrB,eAAe,CAAC,YAAY,YAAY,YAAY;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
package/detail.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";import e from"./src/spectrum-base.css.js";import r from"./src/spectrum-lang.css.js";import o from"./src/lang-overrides.css.js";import s from"./src/spectrum-detail.css.js";import l from"./src/detail-overrides.css.js";import{css as t}from"lit";const m=t`
|
|
2
|
+
${r}
|
|
3
|
+
${o}
|
|
4
|
+
`,i=t`
|
|
5
|
+
${s}
|
|
6
|
+
${l}
|
|
7
|
+
`;export default[e,m,i];
|
|
8
|
+
//# sourceMappingURL=detail.js.map
|
package/detail.js.map
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["detail.ts"],
|
|
4
|
+
"sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport baseStyles from './src/spectrum-base.css.js';\nimport langBaseStyles from './src/spectrum-lang.css.js';\nimport langOverrides from './src/lang-overrides.css.js';\nimport detailBaseStyles from './src/spectrum-detail.css.js';\nimport detailOverrides from './src/detail-overrides.css.js';\n\nimport { css } from 'lit';\n\nconst langStyles = css`\n ${langBaseStyles}\n ${langOverrides}\n`;\n\nconst detailStyles = css`\n ${detailBaseStyles}\n ${detailOverrides}\n`;\n\nexport default [baseStyles, langStyles, detailStyles];\n"],
|
|
5
|
+
"mappings": "aAYA,OAAOA,MAAgB,6BACvB,OAAOC,MAAoB,6BAC3B,OAAOC,MAAmB,8BAC1B,OAAOC,MAAsB,+BAC7B,OAAOC,MAAqB,gCAE5B,OAAS,OAAAC,MAAW,MAEpB,MAAMC,EAAaD;AAAA,MACbJ,CAAc;AAAA,MACdC,CAAa;AAAA,EAGbK,EAAeF;AAAA,MACfF,CAAgB;AAAA,MAChBC,CAAe;AAAA,EAGrB,cAAe,CAACJ,EAAYM,EAAYC,CAAY",
|
|
6
|
+
"names": ["baseStyles", "langBaseStyles", "langOverrides", "detailBaseStyles", "detailOverrides", "css", "langStyles", "detailStyles"]
|
|
7
|
+
}
|
package/heading.d.ts
ADDED
package/heading.dev.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
import baseStyles from "./src/spectrum-base.css.js";
|
|
3
|
+
import langBaseStyles from "./src/spectrum-lang.css.js";
|
|
4
|
+
import langOverrides from "./src/lang-overrides.css.js";
|
|
5
|
+
import headingBaseStyles from "./src/spectrum-heading.css.js";
|
|
6
|
+
import headingOverrides from "./src/heading-overrides.css.js";
|
|
7
|
+
import { css } from "lit";
|
|
8
|
+
const langStyles = css`
|
|
9
|
+
${langBaseStyles}
|
|
10
|
+
${langOverrides}
|
|
11
|
+
`;
|
|
12
|
+
const headingStyles = css`
|
|
13
|
+
${headingBaseStyles}
|
|
14
|
+
${headingOverrides}
|
|
15
|
+
`;
|
|
16
|
+
export default [baseStyles, langStyles, headingStyles];
|
|
17
|
+
//# sourceMappingURL=heading.dev.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["heading.ts"],
|
|
4
|
+
"sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport baseStyles from './src/spectrum-base.css.js';\nimport langBaseStyles from './src/spectrum-lang.css.js';\nimport langOverrides from './src/lang-overrides.css.js';\nimport headingBaseStyles from './src/spectrum-heading.css.js';\nimport headingOverrides from './src/heading-overrides.css.js';\n\nimport { css } from 'lit';\n\nconst langStyles = css`\n ${langBaseStyles}\n ${langOverrides}\n`;\n\nconst headingStyles = css`\n ${headingBaseStyles}\n ${headingOverrides}\n`;\n\nexport default [baseStyles, langStyles, headingStyles];\n"],
|
|
5
|
+
"mappings": ";AAYA,OAAO,gBAAgB;AACvB,OAAO,oBAAoB;AAC3B,OAAO,mBAAmB;AAC1B,OAAO,uBAAuB;AAC9B,OAAO,sBAAsB;AAE7B,SAAS,WAAW;AAEpB,MAAM,aAAa;AAAA,MACb,cAAc;AAAA,MACd,aAAa;AAAA;AAGnB,MAAM,gBAAgB;AAAA,MAChB,iBAAiB;AAAA,MACjB,gBAAgB;AAAA;AAGtB,eAAe,CAAC,YAAY,YAAY,aAAa;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
package/heading.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";import r from"./src/spectrum-base.css.js";import o from"./src/spectrum-lang.css.js";import t from"./src/lang-overrides.css.js";import s from"./src/spectrum-heading.css.js";import m from"./src/heading-overrides.css.js";import{css as e}from"lit";const i=e`
|
|
2
|
+
${o}
|
|
3
|
+
${t}
|
|
4
|
+
`,a=e`
|
|
5
|
+
${s}
|
|
6
|
+
${m}
|
|
7
|
+
`;export default[r,i,a];
|
|
8
|
+
//# sourceMappingURL=heading.js.map
|
package/heading.js.map
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["heading.ts"],
|
|
4
|
+
"sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport baseStyles from './src/spectrum-base.css.js';\nimport langBaseStyles from './src/spectrum-lang.css.js';\nimport langOverrides from './src/lang-overrides.css.js';\nimport headingBaseStyles from './src/spectrum-heading.css.js';\nimport headingOverrides from './src/heading-overrides.css.js';\n\nimport { css } from 'lit';\n\nconst langStyles = css`\n ${langBaseStyles}\n ${langOverrides}\n`;\n\nconst headingStyles = css`\n ${headingBaseStyles}\n ${headingOverrides}\n`;\n\nexport default [baseStyles, langStyles, headingStyles];\n"],
|
|
5
|
+
"mappings": "aAYA,OAAOA,MAAgB,6BACvB,OAAOC,MAAoB,6BAC3B,OAAOC,MAAmB,8BAC1B,OAAOC,MAAuB,gCAC9B,OAAOC,MAAsB,iCAE7B,OAAS,OAAAC,MAAW,MAEpB,MAAMC,EAAaD;AAAA,MACbJ,CAAc;AAAA,MACdC,CAAa;AAAA,EAGbK,EAAgBF;AAAA,MAChBF,CAAiB;AAAA,MACjBC,CAAgB;AAAA,EAGtB,cAAe,CAACJ,EAAYM,EAAYC,CAAa",
|
|
6
|
+
"names": ["baseStyles", "langBaseStyles", "langOverrides", "headingBaseStyles", "headingOverrides", "css", "langStyles", "headingStyles"]
|
|
7
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/styles",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0-beta.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -115,13 +115,13 @@
|
|
|
115
115
|
"lit-html"
|
|
116
116
|
],
|
|
117
117
|
"dependencies": {
|
|
118
|
-
"@spectrum-web-components/base": "^1.
|
|
118
|
+
"@spectrum-web-components/base": "^1.2.0-beta.0",
|
|
119
119
|
"lit": "^2.5.0 || ^3.1.3"
|
|
120
120
|
},
|
|
121
121
|
"devDependencies": {
|
|
122
122
|
"@spectrum-css/expressvars": "^3.0.9",
|
|
123
123
|
"@spectrum-css/tokens": "15.0.0",
|
|
124
|
-
"@spectrum-css/tokens-v2": "npm:@spectrum-css/tokens@15.0.0-s2-foundations.
|
|
124
|
+
"@spectrum-css/tokens-v2": "npm:@spectrum-css/tokens@15.0.0-s2-foundations.31",
|
|
125
125
|
"@spectrum-css/typography": "7.0.0-s2-foundations.17",
|
|
126
126
|
"@spectrum-css/vars": "^9.0.8"
|
|
127
127
|
},
|
|
@@ -130,5 +130,5 @@
|
|
|
130
130
|
"./**/*.css"
|
|
131
131
|
],
|
|
132
132
|
"style": "all-medium-lightest.css",
|
|
133
|
-
"gitHead": "
|
|
133
|
+
"gitHead": "809bd734313fe289067108bf1dea2a48cc103a9f"
|
|
134
134
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["themes.ts"],
|
|
4
|
+
"sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport '../../spectrum-two/theme-light.dev.js'\nimport '../../spectrum-two/theme-dark.dev.js'\nimport '../../spectrum-two/scale-medium.dev.js'\nimport '../../spectrum-two/scale-large.dev.js'\n"],
|
|
5
|
+
"mappings": ";AAYA,OAAO;AACP,OAAO;AACP,OAAO;AACP,OAAO;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["themes.ts"],
|
|
4
|
+
"sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport '../../spectrum-two/theme-light.js';\nimport '../../spectrum-two/theme-dark.js';\nimport '../../spectrum-two/scale-medium.js';\nimport '../../spectrum-two/scale-large.js';\n"],
|
|
5
|
+
"mappings": "aAYA,MAAO,oCACP,MAAO,mCACP,MAAO,qCACP,MAAO",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
package/src/body-overrides.css
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/*
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
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
12
|
|
|
13
13
|
/* THIS FILE IS MACHINE GENERATED. DO NOT EDIT */
|
|
14
14
|
.spectrum-Body {
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
import { css } from "@spectrum-web-components/base";
|
|
3
|
+
const styles = css`
|
|
4
|
+
.spectrum-Body{--spectrum-body-sans-serif-font-family:var(--system-body-sans-serif-font-family);--spectrum-body-serif-font-family:var(--system-body-serif-font-family);--spectrum-body-cjk-font-family:var(--system-body-cjk-font-family);--spectrum-body-cjk-letter-spacing:var(--system-body-cjk-letter-spacing);--spectrum-body-font-color:var(--system-body-font-color);--spectrum-body-font-size:var(--system-body-font-size)}.spectrum-Body--sizeXS{--spectrum-body-font-size:var(--system-body-size-xs-font-size)}.spectrum-Body--sizeS{--spectrum-body-font-size:var(--system-body-size-s-font-size)}.spectrum-Body--sizeM{--spectrum-body-font-size:var(--system-body-size-m-font-size)}.spectrum-Body--sizeL{--spectrum-body-font-size:var(--system-body-size-l-font-size)}.spectrum-Body--sizeXL{--spectrum-body-font-size:var(--system-body-size-xl-font-size)}.spectrum-Body--sizeXXL{--spectrum-body-font-size:var(--system-body-size-xxl-font-size)}.spectrum-Body--sizeXXXL{--spectrum-body-font-size:var(--system-body-size-xxxl-font-size)}
|
|
5
|
+
`;
|
|
6
|
+
export default styles;
|
|
7
|
+
//# sourceMappingURL=body-overrides.css.dev.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["body-overrides.css.ts"],
|
|
4
|
+
"sourcesContent": ["/*\nCopyright 2025 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n .spectrum-Body{--spectrum-body-sans-serif-font-family:var(--system-body-sans-serif-font-family);--spectrum-body-serif-font-family:var(--system-body-serif-font-family);--spectrum-body-cjk-font-family:var(--system-body-cjk-font-family);--spectrum-body-cjk-letter-spacing:var(--system-body-cjk-letter-spacing);--spectrum-body-font-color:var(--system-body-font-color);--spectrum-body-font-size:var(--system-body-font-size)}.spectrum-Body--sizeXS{--spectrum-body-font-size:var(--system-body-size-xs-font-size)}.spectrum-Body--sizeS{--spectrum-body-font-size:var(--system-body-size-s-font-size)}.spectrum-Body--sizeM{--spectrum-body-font-size:var(--system-body-size-m-font-size)}.spectrum-Body--sizeL{--spectrum-body-font-size:var(--system-body-size-l-font-size)}.spectrum-Body--sizeXL{--spectrum-body-font-size:var(--system-body-size-xl-font-size)}.spectrum-Body--sizeXXL{--spectrum-body-font-size:var(--system-body-size-xxl-font-size)}.spectrum-Body--sizeXXXL{--spectrum-body-font-size:var(--system-body-size-xxxl-font-size)}\n`;\nexport default styles;"],
|
|
5
|
+
"mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAGf,eAAe;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
"use strict";import{css as s}from"@spectrum-web-components/base";const e=s`
|
|
2
|
+
.spectrum-Body{--spectrum-body-sans-serif-font-family:var(--system-body-sans-serif-font-family);--spectrum-body-serif-font-family:var(--system-body-serif-font-family);--spectrum-body-cjk-font-family:var(--system-body-cjk-font-family);--spectrum-body-cjk-letter-spacing:var(--system-body-cjk-letter-spacing);--spectrum-body-font-color:var(--system-body-font-color);--spectrum-body-font-size:var(--system-body-font-size)}.spectrum-Body--sizeXS{--spectrum-body-font-size:var(--system-body-size-xs-font-size)}.spectrum-Body--sizeS{--spectrum-body-font-size:var(--system-body-size-s-font-size)}.spectrum-Body--sizeM{--spectrum-body-font-size:var(--system-body-size-m-font-size)}.spectrum-Body--sizeL{--spectrum-body-font-size:var(--system-body-size-l-font-size)}.spectrum-Body--sizeXL{--spectrum-body-font-size:var(--system-body-size-xl-font-size)}.spectrum-Body--sizeXXL{--spectrum-body-font-size:var(--system-body-size-xxl-font-size)}.spectrum-Body--sizeXXXL{--spectrum-body-font-size:var(--system-body-size-xxxl-font-size)}
|
|
3
|
+
`;export default e;
|
|
4
|
+
//# sourceMappingURL=body-overrides.css.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["body-overrides.css.ts"],
|
|
4
|
+
"sourcesContent": ["/*\nCopyright 2025 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n .spectrum-Body{--spectrum-body-sans-serif-font-family:var(--system-body-sans-serif-font-family);--spectrum-body-serif-font-family:var(--system-body-serif-font-family);--spectrum-body-cjk-font-family:var(--system-body-cjk-font-family);--spectrum-body-cjk-letter-spacing:var(--system-body-cjk-letter-spacing);--spectrum-body-font-color:var(--system-body-font-color);--spectrum-body-font-size:var(--system-body-font-size)}.spectrum-Body--sizeXS{--spectrum-body-font-size:var(--system-body-size-xs-font-size)}.spectrum-Body--sizeS{--spectrum-body-font-size:var(--system-body-size-s-font-size)}.spectrum-Body--sizeM{--spectrum-body-font-size:var(--system-body-size-m-font-size)}.spectrum-Body--sizeL{--spectrum-body-font-size:var(--system-body-size-l-font-size)}.spectrum-Body--sizeXL{--spectrum-body-font-size:var(--system-body-size-xl-font-size)}.spectrum-Body--sizeXXL{--spectrum-body-font-size:var(--system-body-size-xxl-font-size)}.spectrum-Body--sizeXXXL{--spectrum-body-font-size:var(--system-body-size-xxxl-font-size)}\n`;\nexport default styles;"],
|
|
5
|
+
"mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA,EAGf,eAAeC",
|
|
6
|
+
"names": ["css", "styles"]
|
|
7
|
+
}
|
package/src/code-overrides.css
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/*
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
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
12
|
|
|
13
13
|
/* THIS FILE IS MACHINE GENERATED. DO NOT EDIT */
|
|
14
14
|
.spectrum-Code {
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
import { css } from "@spectrum-web-components/base";
|
|
3
|
+
const styles = css`
|
|
4
|
+
.spectrum-Code{--spectrum-code-font-family:var(--system-code-font-family);--spectrum-code-cjk-letter-spacing:var(--system-code-cjk-letter-spacing);--spectrum-code-font-color:var(--system-code-font-color);--spectrum-code-font-size:var(--system-code-font-size)}.spectrum-Code--sizeXS{--spectrum-code-font-size:var(--system-code-size-xs-font-size)}.spectrum-Code--sizeS{--spectrum-code-font-size:var(--system-code-size-s-font-size)}.spectrum-Code--sizeM{--spectrum-code-font-size:var(--system-code-size-m-font-size)}.spectrum-Code--sizeL{--spectrum-code-font-size:var(--system-code-size-l-font-size)}.spectrum-Code--sizeXL{--spectrum-code-font-size:var(--system-code-size-xl-font-size)}
|
|
5
|
+
`;
|
|
6
|
+
export default styles;
|
|
7
|
+
//# sourceMappingURL=code-overrides.css.dev.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["code-overrides.css.ts"],
|
|
4
|
+
"sourcesContent": ["/*\nCopyright 2025 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n .spectrum-Code{--spectrum-code-font-family:var(--system-code-font-family);--spectrum-code-cjk-letter-spacing:var(--system-code-cjk-letter-spacing);--spectrum-code-font-color:var(--system-code-font-color);--spectrum-code-font-size:var(--system-code-font-size)}.spectrum-Code--sizeXS{--spectrum-code-font-size:var(--system-code-size-xs-font-size)}.spectrum-Code--sizeS{--spectrum-code-font-size:var(--system-code-size-s-font-size)}.spectrum-Code--sizeM{--spectrum-code-font-size:var(--system-code-size-m-font-size)}.spectrum-Code--sizeL{--spectrum-code-font-size:var(--system-code-size-l-font-size)}.spectrum-Code--sizeXL{--spectrum-code-font-size:var(--system-code-size-xl-font-size)}\n`;\nexport default styles;"],
|
|
5
|
+
"mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAGf,eAAe;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
"use strict";import{css as e}from"@spectrum-web-components/base";const s=e`
|
|
2
|
+
.spectrum-Code{--spectrum-code-font-family:var(--system-code-font-family);--spectrum-code-cjk-letter-spacing:var(--system-code-cjk-letter-spacing);--spectrum-code-font-color:var(--system-code-font-color);--spectrum-code-font-size:var(--system-code-font-size)}.spectrum-Code--sizeXS{--spectrum-code-font-size:var(--system-code-size-xs-font-size)}.spectrum-Code--sizeS{--spectrum-code-font-size:var(--system-code-size-s-font-size)}.spectrum-Code--sizeM{--spectrum-code-font-size:var(--system-code-size-m-font-size)}.spectrum-Code--sizeL{--spectrum-code-font-size:var(--system-code-size-l-font-size)}.spectrum-Code--sizeXL{--spectrum-code-font-size:var(--system-code-size-xl-font-size)}
|
|
3
|
+
`;export default s;
|
|
4
|
+
//# sourceMappingURL=code-overrides.css.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["code-overrides.css.ts"],
|
|
4
|
+
"sourcesContent": ["/*\nCopyright 2025 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n .spectrum-Code{--spectrum-code-font-family:var(--system-code-font-family);--spectrum-code-cjk-letter-spacing:var(--system-code-cjk-letter-spacing);--spectrum-code-font-color:var(--system-code-font-color);--spectrum-code-font-size:var(--system-code-font-size)}.spectrum-Code--sizeXS{--spectrum-code-font-size:var(--system-code-size-xs-font-size)}.spectrum-Code--sizeS{--spectrum-code-font-size:var(--system-code-size-s-font-size)}.spectrum-Code--sizeM{--spectrum-code-font-size:var(--system-code-size-m-font-size)}.spectrum-Code--sizeL{--spectrum-code-font-size:var(--system-code-size-l-font-size)}.spectrum-Code--sizeXL{--spectrum-code-font-size:var(--system-code-size-xl-font-size)}\n`;\nexport default styles;"],
|
|
5
|
+
"mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA,EAGf,eAAeC",
|
|
6
|
+
"names": ["css", "styles"]
|
|
7
|
+
}
|
package/src/detail-overrides.css
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/*
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
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
12
|
|
|
13
13
|
/* THIS FILE IS MACHINE GENERATED. DO NOT EDIT */
|
|
14
14
|
.spectrum-Detail {
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
import { css } from "@spectrum-web-components/base";
|
|
3
|
+
const styles = css`
|
|
4
|
+
.spectrum-Detail{--spectrum-detail-sans-serif-font-family:var(--system-detail-sans-serif-font-family);--spectrum-detail-serif-font-family:var(--system-detail-serif-font-family);--spectrum-detail-cjk-font-family:var(--system-detail-cjk-font-family);--spectrum-detail-font-color:var(--system-detail-font-color);--spectrum-detail-font-size:var(--system-detail-font-size)}.spectrum-Detail--sizeS{--spectrum-detail-font-size:var(--system-detail-size-s-font-size)}.spectrum-Detail--sizeM{--spectrum-detail-font-size:var(--system-detail-size-m-font-size)}.spectrum-Detail--sizeL{--spectrum-detail-font-size:var(--system-detail-size-l-font-size)}.spectrum-Detail--sizeXL{--spectrum-detail-font-size:var(--system-detail-size-xl-font-size)}
|
|
5
|
+
`;
|
|
6
|
+
export default styles;
|
|
7
|
+
//# sourceMappingURL=detail-overrides.css.dev.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["detail-overrides.css.ts"],
|
|
4
|
+
"sourcesContent": ["/*\nCopyright 2025 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n .spectrum-Detail{--spectrum-detail-sans-serif-font-family:var(--system-detail-sans-serif-font-family);--spectrum-detail-serif-font-family:var(--system-detail-serif-font-family);--spectrum-detail-cjk-font-family:var(--system-detail-cjk-font-family);--spectrum-detail-font-color:var(--system-detail-font-color);--spectrum-detail-font-size:var(--system-detail-font-size)}.spectrum-Detail--sizeS{--spectrum-detail-font-size:var(--system-detail-size-s-font-size)}.spectrum-Detail--sizeM{--spectrum-detail-font-size:var(--system-detail-size-m-font-size)}.spectrum-Detail--sizeL{--spectrum-detail-font-size:var(--system-detail-size-l-font-size)}.spectrum-Detail--sizeXL{--spectrum-detail-font-size:var(--system-detail-size-xl-font-size)}\n`;\nexport default styles;"],
|
|
5
|
+
"mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAGf,eAAe;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
"use strict";import{css as e}from"@spectrum-web-components/base";const t=e`
|
|
2
|
+
.spectrum-Detail{--spectrum-detail-sans-serif-font-family:var(--system-detail-sans-serif-font-family);--spectrum-detail-serif-font-family:var(--system-detail-serif-font-family);--spectrum-detail-cjk-font-family:var(--system-detail-cjk-font-family);--spectrum-detail-font-color:var(--system-detail-font-color);--spectrum-detail-font-size:var(--system-detail-font-size)}.spectrum-Detail--sizeS{--spectrum-detail-font-size:var(--system-detail-size-s-font-size)}.spectrum-Detail--sizeM{--spectrum-detail-font-size:var(--system-detail-size-m-font-size)}.spectrum-Detail--sizeL{--spectrum-detail-font-size:var(--system-detail-size-l-font-size)}.spectrum-Detail--sizeXL{--spectrum-detail-font-size:var(--system-detail-size-xl-font-size)}
|
|
3
|
+
`;export default t;
|
|
4
|
+
//# sourceMappingURL=detail-overrides.css.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["detail-overrides.css.ts"],
|
|
4
|
+
"sourcesContent": ["/*\nCopyright 2025 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n .spectrum-Detail{--spectrum-detail-sans-serif-font-family:var(--system-detail-sans-serif-font-family);--spectrum-detail-serif-font-family:var(--system-detail-serif-font-family);--spectrum-detail-cjk-font-family:var(--system-detail-cjk-font-family);--spectrum-detail-font-color:var(--system-detail-font-color);--spectrum-detail-font-size:var(--system-detail-font-size)}.spectrum-Detail--sizeS{--spectrum-detail-font-size:var(--system-detail-size-s-font-size)}.spectrum-Detail--sizeM{--spectrum-detail-font-size:var(--system-detail-size-m-font-size)}.spectrum-Detail--sizeL{--spectrum-detail-font-size:var(--system-detail-size-l-font-size)}.spectrum-Detail--sizeXL{--spectrum-detail-font-size:var(--system-detail-size-xl-font-size)}\n`;\nexport default styles;"],
|
|
5
|
+
"mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA,EAGf,eAAeC",
|
|
6
|
+
"names": ["css", "styles"]
|
|
7
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/*
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
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
12
|
|
|
13
13
|
/* THIS FILE IS MACHINE GENERATED. DO NOT EDIT */
|
|
14
14
|
.spectrum-Heading {
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
import { css } from "@spectrum-web-components/base";
|
|
3
|
+
const styles = css`
|
|
4
|
+
.spectrum-Heading{--spectrum-heading-sans-serif-font-family:var(--system-heading-sans-serif-font-family);--spectrum-heading-serif-font-family:var(--system-heading-serif-font-family);--spectrum-heading-cjk-font-family:var(--system-heading-cjk-font-family);--spectrum-heading-cjk-letter-spacing:var(--system-heading-cjk-letter-spacing);--spectrum-heading-font-color:var(--system-heading-font-color);--spectrum-heading-font-size:var(--system-heading-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-cjk-font-size)}.spectrum-Heading--sizeXXS{--spectrum-heading-font-size:var(--system-heading-size-xxs-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xxs-cjk-font-size)}.spectrum-Heading--sizeXS{--spectrum-heading-font-size:var(--system-heading-size-xs-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xs-cjk-font-size)}.spectrum-Heading--sizeS{--spectrum-heading-font-size:var(--system-heading-size-s-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-s-cjk-font-size)}.spectrum-Heading--sizeM{--spectrum-heading-font-size:var(--system-heading-size-m-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-m-cjk-font-size)}.spectrum-Heading--sizeL{--spectrum-heading-font-size:var(--system-heading-size-l-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-l-cjk-font-size)}.spectrum-Heading--sizeXL{--spectrum-heading-font-size:var(--system-heading-size-xl-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xl-cjk-font-size)}.spectrum-Heading--sizeXXL{--spectrum-heading-font-size:var(--system-heading-size-xxl-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xxl-cjk-font-size)}.spectrum-Heading--sizeXXXL{--spectrum-heading-font-size:var(--system-heading-size-xxxl-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xxxl-cjk-font-size)}
|
|
5
|
+
`;
|
|
6
|
+
export default styles;
|
|
7
|
+
//# sourceMappingURL=heading-overrides.css.dev.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["heading-overrides.css.ts"],
|
|
4
|
+
"sourcesContent": ["/*\nCopyright 2025 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n .spectrum-Heading{--spectrum-heading-sans-serif-font-family:var(--system-heading-sans-serif-font-family);--spectrum-heading-serif-font-family:var(--system-heading-serif-font-family);--spectrum-heading-cjk-font-family:var(--system-heading-cjk-font-family);--spectrum-heading-cjk-letter-spacing:var(--system-heading-cjk-letter-spacing);--spectrum-heading-font-color:var(--system-heading-font-color);--spectrum-heading-font-size:var(--system-heading-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-cjk-font-size)}.spectrum-Heading--sizeXXS{--spectrum-heading-font-size:var(--system-heading-size-xxs-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xxs-cjk-font-size)}.spectrum-Heading--sizeXS{--spectrum-heading-font-size:var(--system-heading-size-xs-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xs-cjk-font-size)}.spectrum-Heading--sizeS{--spectrum-heading-font-size:var(--system-heading-size-s-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-s-cjk-font-size)}.spectrum-Heading--sizeM{--spectrum-heading-font-size:var(--system-heading-size-m-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-m-cjk-font-size)}.spectrum-Heading--sizeL{--spectrum-heading-font-size:var(--system-heading-size-l-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-l-cjk-font-size)}.spectrum-Heading--sizeXL{--spectrum-heading-font-size:var(--system-heading-size-xl-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xl-cjk-font-size)}.spectrum-Heading--sizeXXL{--spectrum-heading-font-size:var(--system-heading-size-xxl-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xxl-cjk-font-size)}.spectrum-Heading--sizeXXXL{--spectrum-heading-font-size:var(--system-heading-size-xxxl-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xxxl-cjk-font-size)}\n`;\nexport default styles;"],
|
|
5
|
+
"mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAGf,eAAe;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
"use strict";import{css as e}from"@spectrum-web-components/base";const s=e`
|
|
2
|
+
.spectrum-Heading{--spectrum-heading-sans-serif-font-family:var(--system-heading-sans-serif-font-family);--spectrum-heading-serif-font-family:var(--system-heading-serif-font-family);--spectrum-heading-cjk-font-family:var(--system-heading-cjk-font-family);--spectrum-heading-cjk-letter-spacing:var(--system-heading-cjk-letter-spacing);--spectrum-heading-font-color:var(--system-heading-font-color);--spectrum-heading-font-size:var(--system-heading-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-cjk-font-size)}.spectrum-Heading--sizeXXS{--spectrum-heading-font-size:var(--system-heading-size-xxs-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xxs-cjk-font-size)}.spectrum-Heading--sizeXS{--spectrum-heading-font-size:var(--system-heading-size-xs-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xs-cjk-font-size)}.spectrum-Heading--sizeS{--spectrum-heading-font-size:var(--system-heading-size-s-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-s-cjk-font-size)}.spectrum-Heading--sizeM{--spectrum-heading-font-size:var(--system-heading-size-m-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-m-cjk-font-size)}.spectrum-Heading--sizeL{--spectrum-heading-font-size:var(--system-heading-size-l-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-l-cjk-font-size)}.spectrum-Heading--sizeXL{--spectrum-heading-font-size:var(--system-heading-size-xl-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xl-cjk-font-size)}.spectrum-Heading--sizeXXL{--spectrum-heading-font-size:var(--system-heading-size-xxl-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xxl-cjk-font-size)}.spectrum-Heading--sizeXXXL{--spectrum-heading-font-size:var(--system-heading-size-xxxl-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xxxl-cjk-font-size)}
|
|
3
|
+
`;export default s;
|
|
4
|
+
//# sourceMappingURL=heading-overrides.css.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["heading-overrides.css.ts"],
|
|
4
|
+
"sourcesContent": ["/*\nCopyright 2025 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n .spectrum-Heading{--spectrum-heading-sans-serif-font-family:var(--system-heading-sans-serif-font-family);--spectrum-heading-serif-font-family:var(--system-heading-serif-font-family);--spectrum-heading-cjk-font-family:var(--system-heading-cjk-font-family);--spectrum-heading-cjk-letter-spacing:var(--system-heading-cjk-letter-spacing);--spectrum-heading-font-color:var(--system-heading-font-color);--spectrum-heading-font-size:var(--system-heading-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-cjk-font-size)}.spectrum-Heading--sizeXXS{--spectrum-heading-font-size:var(--system-heading-size-xxs-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xxs-cjk-font-size)}.spectrum-Heading--sizeXS{--spectrum-heading-font-size:var(--system-heading-size-xs-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xs-cjk-font-size)}.spectrum-Heading--sizeS{--spectrum-heading-font-size:var(--system-heading-size-s-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-s-cjk-font-size)}.spectrum-Heading--sizeM{--spectrum-heading-font-size:var(--system-heading-size-m-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-m-cjk-font-size)}.spectrum-Heading--sizeL{--spectrum-heading-font-size:var(--system-heading-size-l-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-l-cjk-font-size)}.spectrum-Heading--sizeXL{--spectrum-heading-font-size:var(--system-heading-size-xl-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xl-cjk-font-size)}.spectrum-Heading--sizeXXL{--spectrum-heading-font-size:var(--system-heading-size-xxl-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xxl-cjk-font-size)}.spectrum-Heading--sizeXXXL{--spectrum-heading-font-size:var(--system-heading-size-xxxl-font-size);--spectrum-heading-cjk-font-size:var(--system-heading-size-xxxl-cjk-font-size)}\n`;\nexport default styles;"],
|
|
5
|
+
"mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA,EAGf,eAAeC",
|
|
6
|
+
"names": ["css", "styles"]
|
|
7
|
+
}
|