@spectrum-web-components/styles 1.0.0-rc.0 → 1.0.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/body.d.ts +1 -1
  2. package/body.dev.js +1 -1
  3. package/body.dev.js.map +1 -1
  4. package/body.js +1 -1
  5. package/body.js.map +2 -2
  6. package/code.d.ts +1 -1
  7. package/code.dev.js +1 -1
  8. package/code.dev.js.map +1 -1
  9. package/code.js +1 -1
  10. package/code.js.map +2 -2
  11. package/detail.d.ts +1 -1
  12. package/detail.dev.js +1 -1
  13. package/detail.dev.js.map +1 -1
  14. package/detail.js +1 -1
  15. package/detail.js.map +2 -2
  16. package/heading.d.ts +1 -1
  17. package/heading.dev.js +1 -1
  18. package/heading.dev.js.map +1 -1
  19. package/heading.js +1 -1
  20. package/heading.js.map +2 -2
  21. package/package.json +4 -4
  22. package/spectrum-two/core-global.css +17 -0
  23. package/spectrum-two/scale-large.css +19 -0
  24. package/spectrum-two/scale-medium.css +19 -0
  25. package/spectrum-two/spectrum-core-global.css +3241 -0
  26. package/spectrum-two/spectrum-scale-large.css +292 -0
  27. package/spectrum-two/spectrum-scale-medium.css +290 -0
  28. package/spectrum-two/spectrum-theme-dark.css +293 -0
  29. package/spectrum-two/spectrum-theme-light.css +293 -0
  30. package/spectrum-two/theme-dark.css +18 -0
  31. package/spectrum-two/theme-light.css +18 -0
  32. package/spectrum-two/themes.dev.js +6 -0
  33. package/spectrum-two/themes.dev.js.map +7 -0
  34. package/spectrum-two/themes.js +2 -0
  35. package/spectrum-two/themes.js.map +7 -0
  36. package/tokens/express/global-vars.css +33 -19
  37. package/tokens/spectrum/global-vars.css +33 -19
  38. package/tokens-v2/dark-vars.css +252 -32
  39. package/tokens-v2/global-vars.css +20 -159
  40. package/tokens-v2/index.css +594 -291
  41. package/tokens-v2/large-vars.css +37 -36
  42. package/tokens-v2/light-vars.css +222 -2
  43. package/tokens-v2/medium-vars.css +27 -26
  44. package/tokens-v2/spectrum/global-vars.css +32 -17
package/body.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: import("lit-element").CSSResult[];
1
+ declare const _default: import("lit").CSSResult[];
2
2
  export default _default;
package/body.dev.js CHANGED
@@ -4,7 +4,7 @@ import langBaseStyles from "./src/spectrum-lang.css.js";
4
4
  import langOverrides from "./src/lang-overrides.css.js";
5
5
  import bodyBaseStyles from "./src/spectrum-body.css.js";
6
6
  import bodyOverrides from "./src/body-overrides.css.js";
7
- import { css } from "lit-element";
7
+ import { css } from "lit";
8
8
  const bodyStyles = css`
9
9
  ${bodyBaseStyles}
10
10
  ${bodyOverrides}
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 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-element';\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"],
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
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
6
  "names": []
7
7
  }
package/body.js CHANGED
@@ -1,4 +1,4 @@
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-element";const l=o`
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
2
  ${s}
3
3
  ${m}
4
4
  `,i=o`
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 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-element';\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,cAGpB,MAAMC,EAAaD;AAAA,MACbF,CAAc;AAAA,MACdC,CAAa;AAAA,EAIbG,EAAaF;AAAA,MACbJ,CAAc;AAAA,MACdC,CAAa;AAAA,EAGnB,cAAe,CAACF,EAAYO,EAAYD,CAAU",
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
6
  "names": ["baseStyles", "langBaseStyles", "langOverrides", "bodyBaseStyles", "bodyOverrides", "css", "bodyStyles", "langStyles"]
7
7
  }
package/code.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: import("lit-element").CSSResult[];
1
+ declare const _default: import("lit").CSSResult[];
2
2
  export default _default;
package/code.dev.js CHANGED
@@ -4,7 +4,7 @@ import langBaseStyles from "./src/spectrum-lang.css.js";
4
4
  import langOverrides from "./src/lang-overrides.css.js";
5
5
  import codeBaseStyles from "./src/spectrum-code.css.js";
6
6
  import codeOverrides from "./src/code-overrides.css.js";
7
- import { css } from "lit-element";
7
+ import { css } from "lit";
8
8
  const langStyles = css`
9
9
  ${langBaseStyles}
10
10
  ${langOverrides}
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 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-element';\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"],
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
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
6
  "names": []
7
7
  }
package/code.js CHANGED
@@ -1,4 +1,4 @@
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-element";const l=o`
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
2
  ${r}
3
3
  ${t}
4
4
  `,i=o`
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 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-element';\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,cAEpB,MAAMC,EAAaD;AAAA,MACbJ,CAAc;AAAA,MACdC,CAAa;AAAA,EAGbK,EAAaF;AAAA,MACbF,CAAc;AAAA,MACdC,CAAa;AAAA,EAGnB,cAAe,CAACJ,EAAYM,EAAYC,CAAU",
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
6
  "names": ["baseStyles", "langBaseStyles", "langOverrides", "codeBaseStyles", "codeOverrides", "css", "langStyles", "codeStyles"]
7
7
  }
package/detail.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: import("lit-element").CSSResult[];
1
+ declare const _default: import("lit").CSSResult[];
2
2
  export default _default;
package/detail.dev.js CHANGED
@@ -4,7 +4,7 @@ import langBaseStyles from "./src/spectrum-lang.css.js";
4
4
  import langOverrides from "./src/lang-overrides.css.js";
5
5
  import detailBaseStyles from "./src/spectrum-detail.css.js";
6
6
  import detailOverrides from "./src/detail-overrides.css.js";
7
- import { css } from "lit-element";
7
+ import { css } from "lit";
8
8
  const langStyles = css`
9
9
  ${langBaseStyles}
10
10
  ${langOverrides}
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 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-element';\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"],
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
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
6
  "names": []
7
7
  }
package/detail.js CHANGED
@@ -1,4 +1,4 @@
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-element";const m=t`
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
2
  ${r}
3
3
  ${o}
4
4
  `,i=t`
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 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-element';\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,cAEpB,MAAMC,EAAaD;AAAA,MACbJ,CAAc;AAAA,MACdC,CAAa;AAAA,EAGbK,EAAeF;AAAA,MACfF,CAAgB;AAAA,MAChBC,CAAe;AAAA,EAGrB,cAAe,CAACJ,EAAYM,EAAYC,CAAY",
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
6
  "names": ["baseStyles", "langBaseStyles", "langOverrides", "detailBaseStyles", "detailOverrides", "css", "langStyles", "detailStyles"]
7
7
  }
package/heading.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: import("lit-element").CSSResult[];
1
+ declare const _default: import("lit").CSSResult[];
2
2
  export default _default;
package/heading.dev.js CHANGED
@@ -4,7 +4,7 @@ import langBaseStyles from "./src/spectrum-lang.css.js";
4
4
  import langOverrides from "./src/lang-overrides.css.js";
5
5
  import headingBaseStyles from "./src/spectrum-heading.css.js";
6
6
  import headingOverrides from "./src/heading-overrides.css.js";
7
- import { css } from "lit-element";
7
+ import { css } from "lit";
8
8
  const langStyles = css`
9
9
  ${langBaseStyles}
10
10
  ${langOverrides}
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
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-element';\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"],
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
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
6
  "names": []
7
7
  }
package/heading.js CHANGED
@@ -1,4 +1,4 @@
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-element";const i=e`
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
2
  ${o}
3
3
  ${t}
4
4
  `,a=e`
package/heading.js.map CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
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-element';\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,cAEpB,MAAMC,EAAaD;AAAA,MACbJ,CAAc;AAAA,MACdC,CAAa;AAAA,EAGbK,EAAgBF;AAAA,MAChBF,CAAiB;AAAA,MACjBC,CAAgB;AAAA,EAGtB,cAAe,CAACJ,EAAYM,EAAYC,CAAa",
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
6
  "names": ["baseStyles", "langBaseStyles", "langOverrides", "headingBaseStyles", "headingOverrides", "css", "langStyles", "headingStyles"]
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/styles",
3
- "version": "1.0.0-rc.0",
3
+ "version": "1.0.0-rc.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -119,13 +119,13 @@
119
119
  "lit-html"
120
120
  ],
121
121
  "dependencies": {
122
- "@spectrum-web-components/base": "^1.0.0-rc.0"
122
+ "@spectrum-web-components/base": "^1.0.0-rc.1"
123
123
  },
124
124
  "devDependencies": {
125
125
  "@spectrum-css/commons": "^11.0.0-s2-foundations.15",
126
126
  "@spectrum-css/expressvars": "^3.0.9",
127
127
  "@spectrum-css/tokens": "^@spectrum-css/tokens@14.3.1",
128
- "@spectrum-css/tokens-v2": "npm:@spectrum-css/tokens@15.0.0-s2-foundations.24",
128
+ "@spectrum-css/tokens-v2": "npm:@spectrum-css/tokens@15.0.0-s2-foundations.27",
129
129
  "@spectrum-css/typography": "^7.0.0-s2-foundations.17",
130
130
  "@spectrum-css/vars": "^9.0.8"
131
131
  },
@@ -134,5 +134,5 @@
134
134
  "./**/*.css"
135
135
  ],
136
136
  "style": "all-medium-lightest.css",
137
- "gitHead": "24a3e0d1d0ead33c41454223b290a258b75d3111"
137
+ "gitHead": "9f2638a0500c33adc8e06079a87a55b7d5695966"
138
138
  }
@@ -0,0 +1,17 @@
1
+ /*
2
+ Copyright 2020 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
+ Unless required by applicable law or agreed to in writing, software distributed under
7
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
8
+ OF ANY KIND, either express or implied. See the License for the specific language
9
+ governing permissions and limitations under the License.
10
+ */
11
+
12
+ @import './spectrum-core-global.css';
13
+
14
+ :host,
15
+ :root {
16
+ -webkit-tap-highlight-color: rgb(0 0 0 / 0%);
17
+ }
@@ -0,0 +1,19 @@
1
+ /*
2
+ Copyright 2020 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
+ @import './spectrum-scale-large.css';
14
+
15
+ :host,
16
+ :root {
17
+ --spectrum-global-alias-appframe-border-size: 1px;
18
+ --swc-scale-factor: 1.25;
19
+ }
@@ -0,0 +1,19 @@
1
+ /*
2
+ Copyright 2020 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
+ @import './spectrum-scale-medium.css';
14
+
15
+ :host,
16
+ :root {
17
+ --spectrum-global-alias-appframe-border-size: 2px;
18
+ --swc-scale-factor: 1;
19
+ }