@spectrum-web-components/styles 0.16.0 → 0.17.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 (63) hide show
  1. package/body.dev.js +1 -0
  2. package/body.dev.js.map +1 -1
  3. package/body.js +1 -1
  4. package/body.js.map +2 -2
  5. package/code.dev.js +1 -0
  6. package/code.dev.js.map +1 -1
  7. package/code.js +1 -1
  8. package/code.js.map +2 -2
  9. package/detail.dev.js +1 -0
  10. package/detail.dev.js.map +1 -1
  11. package/detail.js +1 -1
  12. package/detail.js.map +2 -2
  13. package/heading.dev.js +1 -0
  14. package/heading.dev.js.map +1 -1
  15. package/heading.js +1 -1
  16. package/heading.js.map +2 -2
  17. package/package.json +3 -3
  18. package/src/spectrum-base.css.dev.js +1 -0
  19. package/src/spectrum-base.css.dev.js.map +1 -1
  20. package/src/spectrum-base.css.js +1 -1
  21. package/src/spectrum-base.css.js.map +2 -2
  22. package/src/spectrum-body.css.dev.js +1 -0
  23. package/src/spectrum-body.css.dev.js.map +1 -1
  24. package/src/spectrum-body.css.js +1 -1
  25. package/src/spectrum-body.css.js.map +2 -2
  26. package/src/spectrum-code.css.dev.js +1 -0
  27. package/src/spectrum-code.css.dev.js.map +1 -1
  28. package/src/spectrum-code.css.js +1 -1
  29. package/src/spectrum-code.css.js.map +2 -2
  30. package/src/spectrum-detail.css.dev.js +1 -0
  31. package/src/spectrum-detail.css.dev.js.map +1 -1
  32. package/src/spectrum-detail.css.js +1 -1
  33. package/src/spectrum-detail.css.js.map +2 -2
  34. package/src/spectrum-heading.css.dev.js +1 -0
  35. package/src/spectrum-heading.css.dev.js.map +1 -1
  36. package/src/spectrum-heading.css.js +1 -1
  37. package/src/spectrum-heading.css.js.map +2 -2
  38. package/src/spectrum-lang.css.dev.js +1 -0
  39. package/src/spectrum-lang.css.dev.js.map +1 -1
  40. package/src/spectrum-lang.css.js +1 -1
  41. package/src/spectrum-lang.css.js.map +2 -2
  42. package/src/spectrum-typography.css.dev.js +1 -0
  43. package/src/spectrum-typography.css.dev.js.map +1 -1
  44. package/src/spectrum-typography.css.js +1 -1
  45. package/src/spectrum-typography.css.js.map +2 -2
  46. package/stories/styles.stories.js +6 -1
  47. package/stories/styles.stories.js.map +1 -1
  48. package/test/styles.test-vrt.js +4 -1
  49. package/test/styles.test-vrt.js.map +1 -1
  50. package/tokens/dark-vars.css +21 -0
  51. package/tokens/darkest-vars.css +21 -0
  52. package/tokens/express/global-vars.css +47 -0
  53. package/tokens/global-vars.css +6 -0
  54. package/tokens/large-vars.css +4 -0
  55. package/tokens/light-vars.css +21 -0
  56. package/tokens/medium-vars.css +4 -0
  57. package/tokens/spectrum/custom-large-vars.css +0 -25
  58. package/tokens/spectrum/custom-medium-vars.css +0 -25
  59. package/tokens/spectrum/global-vars.css +47 -0
  60. package/typography.dev.js +1 -0
  61. package/typography.dev.js.map +1 -1
  62. package/typography.js +1 -1
  63. package/typography.js.map +2 -2
@@ -282,3 +282,50 @@ governing permissions and limitations under the License.
282
282
  );
283
283
  --system-spectrum-actionbutton-staticwhite-selected-border-color-disabled: transparent;
284
284
  }
285
+ :host,
286
+ :root {
287
+ --system-spectrum-closebutton-background-color-default: transparent;
288
+ --system-spectrum-closebutton-background-color-hover: var(
289
+ --spectrum-gray-200
290
+ );
291
+ --system-spectrum-closebutton-background-color-down: var(
292
+ --spectrum-gray-300
293
+ );
294
+ --system-spectrum-closebutton-background-color-focus: var(
295
+ --spectrum-gray-200
296
+ );
297
+ }
298
+
299
+ :host,
300
+ :root {
301
+ --system-spectrum-radio-button-border-color-default: var(
302
+ --spectrum-gray-600
303
+ );
304
+ --system-spectrum-radio-button-border-color-hover: var(--spectrum-gray-700);
305
+ --system-spectrum-radio-button-border-color-down: var(--spectrum-gray-800);
306
+ --system-spectrum-radio-button-border-color-focus: var(--spectrum-gray-700);
307
+ --system-spectrum-radio-button-checked-border-color-default: var(
308
+ --spectrum-gray-700
309
+ );
310
+ --system-spectrum-radio-button-checked-border-color-hover: var(
311
+ --spectrum-gray-800
312
+ );
313
+ --system-spectrum-radio-button-checked-border-color-down: var(
314
+ --spectrum-gray-900
315
+ );
316
+ --system-spectrum-radio-button-checked-border-color-focus: var(
317
+ --spectrum-gray-800
318
+ );
319
+ --system-spectrum-radio-emphasized-button-checked-border-color-default: var(
320
+ --spectrum-accent-color-900
321
+ );
322
+ --system-spectrum-radio-emphasized-button-checked-border-color-hover: var(
323
+ --spectrum-accent-color-1000
324
+ );
325
+ --system-spectrum-radio-emphasized-button-checked-border-color-down: var(
326
+ --spectrum-accent-color-1100
327
+ );
328
+ --system-spectrum-radio-emphasized-button-checked-border-color-focus: var(
329
+ --spectrum-accent-color-1000
330
+ );
331
+ }
package/typography.dev.js CHANGED
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  import typographyStyles from "./src/spectrum-typography.css.js";
2
3
  export default [typographyStyles];
3
4
  //# sourceMappingURL=typography.dev.js.map
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["typography.ts"],
4
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 typographyStyles from './src/spectrum-typography.css.js';\n\nexport default [typographyStyles];\n"],
5
- "mappings": "AAYA;AAEA,eAAe,CAAC,gBAAgB;",
5
+ "mappings": ";AAYA,OAAO,sBAAsB;AAE7B,eAAe,CAAC,gBAAgB;",
6
6
  "names": []
7
7
  }
package/typography.js CHANGED
@@ -1,2 +1,2 @@
1
- import t from"./src/spectrum-typography.css.js";export default[t];
1
+ "use strict";import t from"./src/spectrum-typography.css.js";export default[t];
2
2
  //# sourceMappingURL=typography.js.map
package/typography.js.map CHANGED
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["typography.ts"],
4
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 typographyStyles from './src/spectrum-typography.css.js';\n\nexport default [typographyStyles];\n"],
5
- "mappings": "AAYA,gDAEA,cAAe,CAAC,CAAgB",
6
- "names": []
5
+ "mappings": "aAYA,OAAOA,MAAsB,mCAE7B,cAAe,CAACA,CAAgB",
6
+ "names": ["typographyStyles"]
7
7
  }