@spectrum-web-components/styles 0.35.1-rc.43 → 0.37.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.
Files changed (40) hide show
  1. package/core-global.css +1 -1
  2. package/express/core-global.css +1 -1
  3. package/express/spectrum-core-global.css +0 -12
  4. package/express/spectrum-scale-large.css +0 -18
  5. package/express/spectrum-scale-medium.css +0 -18
  6. package/express/spectrum-theme-dark.css +0 -12
  7. package/express/spectrum-theme-light.css +0 -12
  8. package/fonts.css +120 -6
  9. package/package.json +5 -5
  10. package/spectrum-core-global.css +0 -12
  11. package/spectrum-scale-large.css +0 -18
  12. package/spectrum-scale-medium.css +0 -18
  13. package/spectrum-theme-dark.css +0 -12
  14. package/spectrum-theme-darkest.css +0 -12
  15. package/spectrum-theme-light.css +0 -12
  16. package/spectrum-theme-lightest.css +0 -12
  17. package/tokens/dark-vars.css +0 -12
  18. package/tokens/darkest-vars.css +0 -12
  19. package/tokens/express/custom-dark-vars.css +0 -12
  20. package/tokens/express/custom-darkest-vars.css +0 -12
  21. package/tokens/express/custom-large-vars.css +0 -12
  22. package/tokens/express/custom-light-vars.css +0 -12
  23. package/tokens/express/custom-medium-vars.css +0 -12
  24. package/tokens/express/custom-vars.css +0 -12
  25. package/tokens/express/global-vars.css +51 -65
  26. package/tokens/express/large-vars.css +0 -12
  27. package/tokens/express/medium-vars.css +0 -12
  28. package/tokens/global-vars.css +1 -12
  29. package/tokens/large-vars.css +0 -12
  30. package/tokens/light-vars.css +0 -12
  31. package/tokens/medium-vars.css +0 -12
  32. package/tokens/spectrum/custom-dark-vars.css +5 -14
  33. package/tokens/spectrum/custom-darkest-vars.css +2 -12
  34. package/tokens/spectrum/custom-large-vars.css +0 -12
  35. package/tokens/spectrum/custom-light-vars.css +2 -12
  36. package/tokens/spectrum/custom-medium-vars.css +0 -12
  37. package/tokens/spectrum/custom-vars.css +0 -12
  38. package/tokens/spectrum/global-vars.css +52 -64
  39. package/tokens/spectrum/large-vars.css +0 -12
  40. package/tokens/spectrum/medium-vars.css +0 -12
package/core-global.css CHANGED
@@ -13,5 +13,5 @@ governing permissions and limitations under the License.
13
13
 
14
14
  :host,
15
15
  :root {
16
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
16
+ -webkit-tap-highlight-color: rgb(0 0 0 / 0%);
17
17
  }
@@ -13,5 +13,5 @@ governing permissions and limitations under the License.
13
13
 
14
14
  :host,
15
15
  :root {
16
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
16
+ -webkit-tap-highlight-color: rgb(0 0 0 / 0%);
17
17
  }
@@ -1,15 +1,3 @@
1
- /*
2
- Copyright 2023 Adobe. All rights reserved.
3
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
- you may not use this file except in compliance with the License. You may obtain a copy
5
- of the License at http://www.apache.org/licenses/LICENSE-2.0
6
-
7
- Unless required by applicable law or agreed to in writing, software distributed under
8
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
- OF ANY KIND, either express or implied. See the License for the specific language
10
- governing permissions and limitations under the License.
11
- */
12
-
13
1
  :host,
14
2
  :root {
15
3
  --spectrum-global-animation-linear: cubic-bezier(
@@ -1,15 +1,3 @@
1
- /*
2
- Copyright 2023 Adobe. All rights reserved.
3
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
- you may not use this file except in compliance with the License. You may obtain a copy
5
- of the License at http://www.apache.org/licenses/LICENSE-2.0
6
-
7
- Unless required by applicable law or agreed to in writing, software distributed under
8
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
- OF ANY KIND, either express or implied. See the License for the specific language
10
- governing permissions and limitations under the License.
11
- */
12
-
13
1
  :host,
14
2
  :root {
15
3
  --spectrum-global-dimension-scale-factor: 1.25;
@@ -280,10 +268,4 @@ governing permissions and limitations under the License.
280
268
  --spectrum-dialog-confirm-padding: var(
281
269
  --spectrum-global-dimension-static-size-300
282
270
  );
283
- --spectrum-listitem-m-texticon-padding-left: var(
284
- --spectrum-global-dimension-static-size-150
285
- );
286
- --spectrum-listitem-m-textthumbnail-padding-left: var(
287
- --spectrum-global-dimension-static-size-150
288
- );
289
271
  }
@@ -1,15 +1,3 @@
1
- /*
2
- Copyright 2023 Adobe. All rights reserved.
3
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
- you may not use this file except in compliance with the License. You may obtain a copy
5
- of the License at http://www.apache.org/licenses/LICENSE-2.0
6
-
7
- Unless required by applicable law or agreed to in writing, software distributed under
8
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
- OF ANY KIND, either express or implied. See the License for the specific language
10
- governing permissions and limitations under the License.
11
- */
12
-
13
1
  :host,
14
2
  :root {
15
3
  --spectrum-global-dimension-scale-factor: 1;
@@ -284,10 +272,4 @@ governing permissions and limitations under the License.
284
272
  --spectrum-dialog-confirm-padding: var(
285
273
  --spectrum-global-dimension-static-size-500
286
274
  );
287
- --spectrum-listitem-m-texticon-padding-left: var(
288
- --spectrum-global-dimension-size-125
289
- );
290
- --spectrum-listitem-m-textthumbnail-padding-left: var(
291
- --spectrum-global-dimension-size-125
292
- );
293
275
  }
@@ -1,15 +1,3 @@
1
- /*
2
- Copyright 2023 Adobe. All rights reserved.
3
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
- you may not use this file except in compliance with the License. You may obtain a copy
5
- of the License at http://www.apache.org/licenses/LICENSE-2.0
6
-
7
- Unless required by applicable law or agreed to in writing, software distributed under
8
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
- OF ANY KIND, either express or implied. See the License for the specific language
10
- governing permissions and limitations under the License.
11
- */
12
-
13
1
  :host,
14
2
  :root {
15
3
  --spectrum-global-color-status: Verified;
@@ -1,15 +1,3 @@
1
- /*
2
- Copyright 2023 Adobe. All rights reserved.
3
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
- you may not use this file except in compliance with the License. You may obtain a copy
5
- of the License at http://www.apache.org/licenses/LICENSE-2.0
6
-
7
- Unless required by applicable law or agreed to in writing, software distributed under
8
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
- OF ANY KIND, either express or implied. See the License for the specific language
10
- governing permissions and limitations under the License.
11
- */
12
-
13
1
  :host,
14
2
  :root {
15
3
  --spectrum-global-color-status: Verified;