@spectrum-web-components/theme 0.30.1-overlay.31 → 0.30.1-overlay.38

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.30.1-overlay.31+0d83bbe39",
3
+ "version": "0.30.1-overlay.38+85eb9e16c",
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.30.1-overlay.31+0d83bbe39",
137
- "@spectrum-web-components/styles": "^0.30.1-overlay.31+0d83bbe39"
136
+ "@spectrum-web-components/base": "^0.30.1-overlay.38+85eb9e16c",
137
+ "@spectrum-web-components/styles": "^0.30.1-overlay.38+85eb9e16c"
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": "0d83bbe39df1adf5e475c05e71ab221b66354a60"
153
+ "gitHead": "85eb9e16c4e340f831d89615003ac474098bfdf9"
154
154
  }
@@ -803,8 +803,6 @@ const styles = css`
803
803
  --spectrum-global-dimension-static-size-100
804
804
  );--spectrum-alias-ui-icon-asterisk-size-100:var(
805
805
  --spectrum-global-dimension-size-100
806
- );--spectrum-alias-component-text-color-selected-default:var(
807
- --spectrum-global-color-gray-50
808
806
  );--spectrum-alias-component-text-color-selected-hover:var(
809
807
  --spectrum-alias-component-text-color-selected-default
810
808
  );--spectrum-alias-component-text-color-selected-down:var(
@@ -2411,6 +2409,17 @@ OF ANY KIND, either express or implied. See the License for the specific languag
2411
2409
  governing permissions and limitations under the License.
2412
2410
  */
2413
2411
 
2412
+ /*!
2413
+ Copyright 2023 Adobe. All rights reserved.
2414
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
2415
+ you may not use this file except in compliance with the License. You may obtain a copy
2416
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
2417
+ Unless required by applicable law or agreed to in writing, software distributed under
2418
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
2419
+ OF ANY KIND, either express or implied. See the License for the specific language
2420
+ governing permissions and limitations under the License.
2421
+ */
2422
+
2414
2423
  /*!
2415
2424
  Copyright 2023 Adobe. All rights reserved.
2416
2425
  This file is licensed to you under the Apache License, Version 2.0 (the "License");