@spectrum-web-components/theme 0.15.1-overlay.18 → 0.30.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/custom-elements.json +406 -0
- package/package.json +4 -4
- package/src/Theme.js.map +1 -1
- package/src/express/theme.css.dev.js +280 -14
- package/src/express/theme.css.dev.js.map +2 -2
- package/src/express/theme.css.js +282 -16
- package/src/express/theme.css.js.map +2 -2
- package/src/theme.css.dev.js +18 -6
- package/src/theme.css.dev.js.map +2 -2
- package/src/theme.css.js +18 -6
- package/src/theme.css.js.map +2 -2
- package/src/typography.css.dev.js +15 -5
- package/src/typography.css.dev.js.map +2 -2
- package/src/typography.css.js +15 -5
- package/src/typography.css.js.map +2 -2
package/src/theme.css.dev.js
CHANGED
|
@@ -793,7 +793,7 @@ const styles = css`
|
|
|
793
793
|
--spectrum-global-dimension-static-size-100
|
|
794
794
|
);--spectrum-alias-ui-icon-asterisk-size-100:var(
|
|
795
795
|
--spectrum-global-dimension-size-100
|
|
796
|
-
);--spectrum-alias-transparent-blue-background-color-
|
|
796
|
+
);--spectrum-alias-transparent-blue-background-color-down:rgba(0,72,153,.3);--spectrum-alias-transparent-blue-background-color-key-focus:var(
|
|
797
797
|
--spectrum-alias-transparent-blue-background-color-hover
|
|
798
798
|
);--spectrum-alias-transparent-blue-background-color-mouse-focus:var(
|
|
799
799
|
--spectrum-alias-transparent-blue-background-color-hover
|
|
@@ -2313,7 +2313,19 @@ const styles = css`
|
|
|
2313
2313
|
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
2314
2314
|
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
2315
2315
|
* governing permissions and limitations under the License.
|
|
2316
|
-
*/:host,:root{--system:spectrum;--spectrum-animation-linear:cubic-bezier(0,0,1,1);--spectrum-animation-duration-0:0ms;--spectrum-animation-duration-100:130ms;--spectrum-animation-duration-200:160ms;--spectrum-animation-duration-300:190ms;--spectrum-animation-duration-400:220ms;--spectrum-animation-duration-500:250ms;--spectrum-animation-duration-600:300ms;--spectrum-animation-duration-700:350ms;--spectrum-animation-duration-800:400ms;--spectrum-animation-duration-900:450ms;--spectrum-animation-duration-1000:500ms;--spectrum-animation-duration-2000:1000ms;--spectrum-animation-duration-4000:2000ms;--spectrum-animation-ease-in-out:cubic-bezier(0.45,0,0.4,1);--spectrum-animation-ease-in:cubic-bezier(0.5,0,1,1);--spectrum-animation-ease-out:cubic-bezier(0,0,0.4,1);--spectrum-animation-ease-linear:cubic-bezier(0,0,1,1);--spectrum-sans-serif-font:var(--spectrum-sans-serif-font-family);--spectrum-sans-font-family-stack:var(--spectrum-sans-serif-font),adobe-clean,"Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Trebuchet MS","Lucida Grande",sans-serif;--spectrum-serif-font:var(--spectrum-serif-font-family);--spectrum-serif-font-family-stack:var(--spectrum-serif-font),adobe-clean-serif,"Source Serif Pro",Georgia,serif;--spectrum-code-font-family-stack:"Source Code Pro",Monaco,monospace;--spectrum-cjk-font:var(--spectrum-cjk-font-family);--spectrum-cjk-font-family-stack:var(--spectrum-cjk-font),adobe-clean-han-japanese,sans-serif;--spectrum-docs-static-white-background-color-rgb:15,121,125;--spectrum-docs-static-white-background-color:rgba(var(--spectrum-docs-static-white-background-color-rgb));--spectrum-docs-static-black-background-color-rgb:206,247,243;--spectrum-docs-static-black-background-color:rgba(var(--spectrum-docs-static-black-background-color-rgb))}
|
|
2316
|
+
*/:host,:root{--system:spectrum;--spectrum-animation-linear:cubic-bezier(0,0,1,1);--spectrum-animation-duration-0:0ms;--spectrum-animation-duration-100:130ms;--spectrum-animation-duration-200:160ms;--spectrum-animation-duration-300:190ms;--spectrum-animation-duration-400:220ms;--spectrum-animation-duration-500:250ms;--spectrum-animation-duration-600:300ms;--spectrum-animation-duration-700:350ms;--spectrum-animation-duration-800:400ms;--spectrum-animation-duration-900:450ms;--spectrum-animation-duration-1000:500ms;--spectrum-animation-duration-2000:1000ms;--spectrum-animation-duration-4000:2000ms;--spectrum-animation-ease-in-out:cubic-bezier(0.45,0,0.4,1);--spectrum-animation-ease-in:cubic-bezier(0.5,0,1,1);--spectrum-animation-ease-out:cubic-bezier(0,0,0.4,1);--spectrum-animation-ease-linear:cubic-bezier(0,0,1,1);--spectrum-sans-serif-font:var(--spectrum-sans-serif-font-family);--spectrum-sans-font-family-stack:var(--spectrum-sans-serif-font),adobe-clean,"Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Trebuchet MS","Lucida Grande",sans-serif;--spectrum-serif-font:var(--spectrum-serif-font-family);--spectrum-serif-font-family-stack:var(--spectrum-serif-font),adobe-clean-serif,"Source Serif Pro",Georgia,serif;--spectrum-code-font-family-stack:"Source Code Pro",Monaco,monospace;--spectrum-cjk-font:var(--spectrum-cjk-font-family);--spectrum-cjk-font-family-stack:var(--spectrum-cjk-font),adobe-clean-han-japanese,sans-serif;--spectrum-docs-static-white-background-color-rgb:15,121,125;--spectrum-docs-static-white-background-color:rgba(var(--spectrum-docs-static-white-background-color-rgb));--spectrum-docs-static-black-background-color-rgb:206,247,243;--spectrum-docs-static-black-background-color:rgba(var(--spectrum-docs-static-black-background-color-rgb))}
|
|
2317
|
+
|
|
2318
|
+
/*!
|
|
2319
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
2320
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
2321
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
2322
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
2323
|
+
|
|
2324
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
2325
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
2326
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
2327
|
+
governing permissions and limitations under the License.
|
|
2328
|
+
*/:host,:root{--spectrum-font-family-ar:myriad-arabic,adobe-clean,"Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Trebuchet MS","Lucida Grande",sans-serif;--spectrum-font-family-he:myriad-hebrew,adobe-clean,"Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Trebuchet MS","Lucida Grande",sans-serif;--spectrum-font-family:var(--spectrum-sans-font-family-stack);--spectrum-font-style:var(--spectrum-default-font-style);--spectrum-font-size:var(--spectrum-font-size-100);font-family:var(--spectrum-font-family);font-size:var(--spectrum-font-size);font-style:var(--spectrum-font-style)}.spectrum:lang(ar){font-family:var(--spectrum-font-family-ar)}.spectrum:lang(he){font-family:var(--spectrum-font-family-he)}.spectrum-Heading{--spectrum-heading-sans-serif-font-family:var(
|
|
2317
2329
|
--spectrum-sans-font-family-stack
|
|
2318
2330
|
);--spectrum-heading-serif-font-family:var(
|
|
2319
2331
|
--spectrum-serif-font-family-stack
|
|
@@ -2327,7 +2339,7 @@ const styles = css`
|
|
|
2327
2339
|
--mod-heading-sans-serif-font-weight,var(--spectrum-heading-sans-serif-font-weight)
|
|
2328
2340
|
);line-height:var(
|
|
2329
2341
|
--mod-heading-line-height,var(--spectrum-heading-line-height)
|
|
2330
|
-
)}.spectrum-Heading .spectrum-Heading-strong,.spectrum-Heading strong{font-style:var(
|
|
2342
|
+
);margin-block-end:0;margin-block-start:0}.spectrum-Heading .spectrum-Heading-strong,.spectrum-Heading strong{font-style:var(
|
|
2331
2343
|
--mod-heading-sans-serif-strong-font-style,var(--spectrum-heading-sans-serif-strong-font-style)
|
|
2332
2344
|
);font-weight:var(
|
|
2333
2345
|
--mod-heading-sans-serif-strong-font-weight,var(--spectrum-heading-sans-serif-strong-font-weight)
|
|
@@ -2491,7 +2503,7 @@ const styles = css`
|
|
|
2491
2503
|
--mod-body-sans-serif-font-style,var(--spectrum-body-sans-serif-font-style)
|
|
2492
2504
|
);font-weight:var(
|
|
2493
2505
|
--mod-body-sans-serif-font-weight,var(--spectrum-body-sans-serif-font-weight)
|
|
2494
|
-
);line-height:var(--mod-body-line-height,var(--spectrum-body-line-height))}.spectrum-Body .spectrum-Body-strong,.spectrum-Body strong{font-style:var(
|
|
2506
|
+
);line-height:var(--mod-body-line-height,var(--spectrum-body-line-height));margin-block-end:0;margin-block-start:0}.spectrum-Body .spectrum-Body-strong,.spectrum-Body strong{font-style:var(
|
|
2495
2507
|
--mod-body-sans-serif-strong-font-style,var(--spectrum-body-sans-serif-strong-font-style)
|
|
2496
2508
|
);font-weight:var(
|
|
2497
2509
|
--mod-body-sans-serif-strong-font-weight,var(--spectrum-body-sans-serif-strong-font-weight)
|
|
@@ -2559,7 +2571,7 @@ const styles = css`
|
|
|
2559
2571
|
--mod-detail-letter-spacing,var(--spectrum-detail-letter-spacing)
|
|
2560
2572
|
);line-height:var(
|
|
2561
2573
|
--mod-detail-line-height,var(--spectrum-detail-line-height)
|
|
2562
|
-
);text-transform:uppercase}.spectrum-Detail .spectrum-Detail-strong,.spectrum-Detail strong{font-style:var(
|
|
2574
|
+
);margin-block-end:0;margin-block-start:0;text-transform:uppercase}.spectrum-Detail .spectrum-Detail-strong,.spectrum-Detail strong{font-style:var(
|
|
2563
2575
|
--mod-detail-sans-serif-strong-font-style,var(--spectrum-detail-sans-serif-strong-font-style)
|
|
2564
2576
|
);font-weight:var(
|
|
2565
2577
|
--mod-detail-sans-serif-strong-font-weight,var(--spectrum-detail-sans-serif-strong-font-weight)
|
|
@@ -2663,7 +2675,7 @@ const styles = css`
|
|
|
2663
2675
|
--mod-detail-margin-start,var(--spectrum-detail-margin-start)
|
|
2664
2676
|
)}.spectrum-Code{--spectrum-code-font-family:var(--spectrum-code-font-family-stack);--spectrum-code-cjk-letter-spacing:var(--spectrum-cjk-letter-spacing);--spectrum-code-font-color:var(--spectrum-code-color)}@media (forced-colors:active){.spectrum-Code{--highcontrast-code-font-color:Text}}.spectrum-Code--sizeXS{--spectrum-code-font-size:var(--spectrum-code-size-xs)}.spectrum-Code--sizeS{--spectrum-code-font-size:var(--spectrum-code-size-s)}.spectrum-Code--sizeM{--spectrum-code-font-size:var(--spectrum-code-size-m)}.spectrum-Code--sizeL{--spectrum-code-font-size:var(--spectrum-code-size-l)}.spectrum-Code--sizeXL{--spectrum-code-font-size:var(--spectrum-code-size-xl)}.spectrum-Code{color:var(
|
|
2665
2677
|
--highcontrast-code-font-color,var(--mod-code-font-color,var(--spectrum-code-font-color))
|
|
2666
|
-
);font-family:var(--mod-code-font-family,var(--spectrum-code-font-family));font-size:var(--mod-code-font-size,var(--spectrum-code-font-size));font-style:var(--mod-code-font-style,var(--spectrum-code-font-style));font-weight:var(--mod-code-font-weight,var(--spectrum-code-font-weight));line-height:var(--mod-code-line-height,var(--spectrum-code-line-height))}.spectrum-Code .spectrum-Code-strong,.spectrum-Code strong{font-style:var(
|
|
2678
|
+
);font-family:var(--mod-code-font-family,var(--spectrum-code-font-family));font-size:var(--mod-code-font-size,var(--spectrum-code-font-size));font-style:var(--mod-code-font-style,var(--spectrum-code-font-style));font-weight:var(--mod-code-font-weight,var(--spectrum-code-font-weight));line-height:var(--mod-code-line-height,var(--spectrum-code-line-height));margin-block-end:0;margin-block-start:0}.spectrum-Code .spectrum-Code-strong,.spectrum-Code strong{font-style:var(
|
|
2667
2679
|
--mod-code-strong-font-style,var(--spectrum-code-strong-font-style)
|
|
2668
2680
|
);font-weight:var(
|
|
2669
2681
|
--mod-code-strong-font-weight,var(--spectrum-code-strong-font-weight)
|