@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/src/express/theme.css.js
CHANGED
|
@@ -2621,6 +2621,6 @@ governing permissions and limitations under the License.
|
|
|
2621
2621
|
--mod-code-cjk-strong-emphasized-font-style,var(--spectrum-code-cjk-strong-emphasized-font-style)
|
|
2622
2622
|
);font-weight:var(
|
|
2623
2623
|
--mod-code-cjk-strong-emphasized-font-weight,var(--spectrum-code-cjk-strong-emphasized-font-weight)
|
|
2624
|
-
)}:host{
|
|
2624
|
+
)}:host{display:block;--spectrum-picker-border-width:var(--spectrum-border-width-100)}#scale,#theme{height:100%;width:100%}
|
|
2625
2625
|
`;export default e;
|
|
2626
2626
|
//# sourceMappingURL=theme.css.js.map
|