@spectrum-web-components/theme 0.9.2 → 0.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/theme",
3
- "version": "0.9.2",
3
+ "version": "0.9.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -56,8 +56,8 @@
56
56
  "lit-html"
57
57
  ],
58
58
  "dependencies": {
59
- "@spectrum-web-components/base": "^0.5.1",
60
- "@spectrum-web-components/styles": "^0.11.2",
59
+ "@spectrum-web-components/base": "^0.5.2",
60
+ "@spectrum-web-components/styles": "^0.11.4",
61
61
  "tslib": "^2.0.0"
62
62
  },
63
63
  "types": "./src/index.d.ts",
@@ -68,5 +68,5 @@
68
68
  "./scale-*.js",
69
69
  "./src/themes.js"
70
70
  ],
71
- "gitHead": "5ad16bd185710525afa48bd76099cb0ebde4c4cb"
71
+ "gitHead": "bb5308b9be01cc7c5bbab289312042256bdcc740"
72
72
  }
@@ -3269,7 +3269,7 @@ const styles = css `
3269
3269
  --spectrum-global-dimension-static-size-300
3270
3270
  );--spectrum-treeview-l-item-text-padding-top:var(
3271
3271
  --spectrum-global-dimension-static-size-150
3272
- )}:host,:root{--spectrum-global-dimension-dividers:1px}
3272
+ )}:host,:root{--spectrum-global-alias-appframe-border-size:1px}
3273
3273
  `;
3274
3274
  export default styles;
3275
3275
  //# sourceMappingURL=scale-large.css.js.map