@spectrum-web-components/styles 1.6.1-beta.0 → 1.7.0-snapshot.20250519143559
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.dev.js +2 -13
- package/body.dev.js.map +2 -2
- package/body.js +1 -7
- package/body.js.map +3 -3
- package/code.dev.js +2 -13
- package/code.dev.js.map +2 -2
- package/code.js +1 -7
- package/code.js.map +3 -3
- package/detail.dev.js +2 -13
- package/detail.dev.js.map +2 -2
- package/detail.js +1 -7
- package/detail.js.map +3 -3
- package/express/spectrum-core-global.css +964 -2888
- package/express/spectrum-scale-large.css +65 -195
- package/express/spectrum-scale-medium.css +67 -201
- package/express/spectrum-theme-dark.css +65 -195
- package/express/spectrum-theme-light.css +65 -195
- package/fonts.css +349 -984
- package/heading.dev.js +2 -13
- package/heading.dev.js.map +2 -2
- package/heading.js +1 -7
- package/heading.js.map +3 -3
- package/package.json +12 -13
- package/spectrum-core-global.css +962 -2882
- package/spectrum-scale-large.css +69 -207
- package/spectrum-scale-medium.css +68 -204
- package/spectrum-theme-dark.css +66 -198
- package/spectrum-theme-darkest.css +66 -198
- package/spectrum-theme-light.css +66 -198
- package/spectrum-theme-lightest.css +66 -198
- package/spectrum-two/spectrum-core-global.css +962 -2882
- package/spectrum-two/spectrum-scale-large.css +69 -207
- package/spectrum-two/spectrum-scale-medium.css +68 -204
- package/spectrum-two/spectrum-theme-dark.css +66 -198
- package/spectrum-two/spectrum-theme-light.css +66 -198
- package/src/body-overrides.css +0 -38
- package/src/body-overrides.css.dev.js +1 -1
- package/src/body-overrides.css.dev.js.map +1 -1
- package/src/body-overrides.css.js +3 -3
- package/src/body-overrides.css.js.map +1 -1
- package/src/code-overrides.css +0 -26
- package/src/code-overrides.css.dev.js +1 -1
- package/src/code-overrides.css.dev.js.map +1 -1
- package/src/code-overrides.css.js +3 -3
- package/src/code-overrides.css.js.map +1 -1
- package/src/detail-overrides.css +0 -25
- package/src/detail-overrides.css.dev.js +1 -1
- package/src/detail-overrides.css.dev.js.map +1 -1
- package/src/detail-overrides.css.js +2 -2
- package/src/detail-overrides.css.js.map +1 -1
- package/src/heading-overrides.css +0 -71
- package/src/heading-overrides.css.dev.js +1 -1
- package/src/heading-overrides.css.dev.js.map +1 -1
- package/src/heading-overrides.css.js +3 -3
- package/src/heading-overrides.css.js.map +1 -1
- package/src/spectrum-body.css +35 -1
- 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 +26 -2
- 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 +23 -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 +48 -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/system-theme-bridge.css +0 -66
- package/tokens/index.css +362 -1126
- package/tokens/spectrum/global-vars.css +17 -48
- package/tokens/spectrum/index.css +89 -296
- package/tokens/spectrum/system-theme-bridge.css +0 -66
- package/tokens-v2/global-vars.css +210 -627
- package/tokens-v2/index.css +387 -1228
- package/tokens-v2/system-theme-bridge.css +0 -66
- package/typography.css +349 -984
- package/src/spectrum-config.js +0 -59
package/body.dev.js
CHANGED
|
@@ -1,17 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
import baseStyles from "./src/spectrum-base.css.js";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
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
|
-
`;
|
|
3
|
+
import langStyles from "./src/spectrum-lang.css.js";
|
|
4
|
+
import bodyStyles from "./src/spectrum-body.css.js";
|
|
16
5
|
export default [baseStyles, langStyles, bodyStyles];
|
|
17
6
|
//# sourceMappingURL=body.dev.js.map
|
package/body.dev.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
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
|
|
5
|
-
"mappings": ";AAYA,OAAO,gBAAgB;AACvB,OAAO,
|
|
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 langStyles from './src/spectrum-lang.css.js';\nimport bodyStyles from './src/spectrum-body.css.js';\n\nexport default [baseStyles, langStyles, bodyStyles];\n"],
|
|
5
|
+
"mappings": ";AAYA,OAAO,gBAAgB;AACvB,OAAO,gBAAgB;AACvB,OAAO,gBAAgB;AAEvB,eAAe,CAAC,YAAY,YAAY,UAAU;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/body.js
CHANGED
|
@@ -1,8 +1,2 @@
|
|
|
1
|
-
"use strict";import
|
|
2
|
-
${s}
|
|
3
|
-
${m}
|
|
4
|
-
`,i=o`
|
|
5
|
-
${t}
|
|
6
|
-
${e}
|
|
7
|
-
`;export default[r,i,l];
|
|
1
|
+
"use strict";import o from"./src/spectrum-base.css.js";import t from"./src/spectrum-lang.css.js";import r from"./src/spectrum-body.css.js";export default[o,t,r];
|
|
8
2
|
//# sourceMappingURL=body.js.map
|
package/body.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
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
|
|
5
|
-
"mappings": "aAYA,OAAOA,MAAgB,6BACvB,OAAOC,
|
|
6
|
-
"names": ["baseStyles", "
|
|
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 langStyles from './src/spectrum-lang.css.js';\nimport bodyStyles from './src/spectrum-body.css.js';\n\nexport default [baseStyles, langStyles, bodyStyles];\n"],
|
|
5
|
+
"mappings": "aAYA,OAAOA,MAAgB,6BACvB,OAAOC,MAAgB,6BACvB,OAAOC,MAAgB,6BAEvB,cAAe,CAACF,EAAYC,EAAYC,CAAU",
|
|
6
|
+
"names": ["baseStyles", "langStyles", "bodyStyles"]
|
|
7
7
|
}
|
package/code.dev.js
CHANGED
|
@@ -1,17 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
import baseStyles from "./src/spectrum-base.css.js";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
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
|
-
`;
|
|
3
|
+
import langStyles from "./src/spectrum-lang.css.js";
|
|
4
|
+
import codeStyles from "./src/spectrum-code.css.js";
|
|
16
5
|
export default [baseStyles, langStyles, codeStyles];
|
|
17
6
|
//# sourceMappingURL=code.dev.js.map
|
package/code.dev.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
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
|
|
5
|
-
"mappings": ";AAYA,OAAO,gBAAgB;AACvB,OAAO,
|
|
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 langStyles from './src/spectrum-lang.css.js';\nimport codeStyles from './src/spectrum-code.css.js';\n\nexport default [baseStyles, langStyles, codeStyles];\n"],
|
|
5
|
+
"mappings": ";AAYA,OAAO,gBAAgB;AACvB,OAAO,gBAAgB;AACvB,OAAO,gBAAgB;AAEvB,eAAe,CAAC,YAAY,YAAY,UAAU;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/code.js
CHANGED
|
@@ -1,8 +1,2 @@
|
|
|
1
|
-
"use strict";import
|
|
2
|
-
${r}
|
|
3
|
-
${t}
|
|
4
|
-
`,i=o`
|
|
5
|
-
${s}
|
|
6
|
-
${m}
|
|
7
|
-
`;export default[e,l,i];
|
|
1
|
+
"use strict";import o from"./src/spectrum-base.css.js";import t from"./src/spectrum-lang.css.js";import e from"./src/spectrum-code.css.js";export default[o,t,e];
|
|
8
2
|
//# sourceMappingURL=code.js.map
|
package/code.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
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
|
|
5
|
-
"mappings": "aAYA,OAAOA,MAAgB,6BACvB,OAAOC,
|
|
6
|
-
"names": ["baseStyles", "
|
|
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 langStyles from './src/spectrum-lang.css.js';\nimport codeStyles from './src/spectrum-code.css.js';\n\nexport default [baseStyles, langStyles, codeStyles];\n"],
|
|
5
|
+
"mappings": "aAYA,OAAOA,MAAgB,6BACvB,OAAOC,MAAgB,6BACvB,OAAOC,MAAgB,6BAEvB,cAAe,CAACF,EAAYC,EAAYC,CAAU",
|
|
6
|
+
"names": ["baseStyles", "langStyles", "codeStyles"]
|
|
7
7
|
}
|
package/detail.dev.js
CHANGED
|
@@ -1,17 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
import baseStyles from "./src/spectrum-base.css.js";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
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
|
-
`;
|
|
3
|
+
import langStyles from "./src/spectrum-lang.css.js";
|
|
4
|
+
import detailStyles from "./src/spectrum-detail.css.js";
|
|
16
5
|
export default [baseStyles, langStyles, detailStyles];
|
|
17
6
|
//# sourceMappingURL=detail.dev.js.map
|
package/detail.dev.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
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
|
|
5
|
-
"mappings": ";AAYA,OAAO,gBAAgB;AACvB,OAAO,
|
|
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 langStyles from './src/spectrum-lang.css.js';\nimport detailStyles from './src/spectrum-detail.css.js';\n\nexport default [baseStyles, langStyles, detailStyles];\n"],
|
|
5
|
+
"mappings": ";AAYA,OAAO,gBAAgB;AACvB,OAAO,gBAAgB;AACvB,OAAO,kBAAkB;AAEzB,eAAe,CAAC,YAAY,YAAY,YAAY;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/detail.js
CHANGED
|
@@ -1,8 +1,2 @@
|
|
|
1
|
-
"use strict";import
|
|
2
|
-
${r}
|
|
3
|
-
${o}
|
|
4
|
-
`,i=t`
|
|
5
|
-
${s}
|
|
6
|
-
${l}
|
|
7
|
-
`;export default[e,m,i];
|
|
1
|
+
"use strict";import t from"./src/spectrum-base.css.js";import e from"./src/spectrum-lang.css.js";import o from"./src/spectrum-detail.css.js";export default[t,e,o];
|
|
8
2
|
//# sourceMappingURL=detail.js.map
|
package/detail.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
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
|
|
5
|
-
"mappings": "aAYA,OAAOA,MAAgB,6BACvB,OAAOC,
|
|
6
|
-
"names": ["baseStyles", "
|
|
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 langStyles from './src/spectrum-lang.css.js';\nimport detailStyles from './src/spectrum-detail.css.js';\n\nexport default [baseStyles, langStyles, detailStyles];\n"],
|
|
5
|
+
"mappings": "aAYA,OAAOA,MAAgB,6BACvB,OAAOC,MAAgB,6BACvB,OAAOC,MAAkB,+BAEzB,cAAe,CAACF,EAAYC,EAAYC,CAAY",
|
|
6
|
+
"names": ["baseStyles", "langStyles", "detailStyles"]
|
|
7
7
|
}
|