@spectrum-web-components/theme 0.40.5 → 0.41.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/theme",
3
- "version": "0.40.5",
3
+ "version": "0.41.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -133,8 +133,8 @@
133
133
  "lit-html"
134
134
  ],
135
135
  "dependencies": {
136
- "@spectrum-web-components/base": "^0.40.5",
137
- "@spectrum-web-components/styles": "^0.40.5"
136
+ "@spectrum-web-components/base": "^0.41.0",
137
+ "@spectrum-web-components/styles": "^0.41.0"
138
138
  },
139
139
  "types": "./src/index.d.ts",
140
140
  "customElements": "custom-elements.json",
@@ -150,5 +150,5 @@
150
150
  "./src/express/core.js",
151
151
  "./src/express/themes.js"
152
152
  ],
153
- "gitHead": "2e0006478841b07af63c19a0167a136bf724d064"
153
+ "gitHead": "0bf38fd427adc39804b228a4c61de623e5ebb82e"
154
154
  }
@@ -2623,7 +2623,7 @@ governing permissions and limitations under the License.
2623
2623
  --mod-code-cjk-strong-emphasized-font-style,var(--spectrum-code-cjk-strong-emphasized-font-style)
2624
2624
  );font-weight:var(
2625
2625
  --mod-code-cjk-strong-emphasized-font-weight,var(--spectrum-code-cjk-strong-emphasized-font-weight)
2626
- )}:host{--spectrum-picker-border-width:var(--spectrum-border-width-100);display:block}#scale,#theme{height:100%;width:100%}
2626
+ )}:host{display:block;--spectrum-picker-border-width:var(--spectrum-border-width-100)}#scale,#theme{height:100%;width:100%}
2627
2627
  `;
2628
2628
  export default styles;
2629
2629
  //# sourceMappingURL=theme.css.dev.js.map