@tmorrow/cre8-wc 1.1.3 → 1.1.6
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/lib/components/card/card.styles.d.ts.map +1 -1
- package/lib/components/card/card.styles.js +338 -1
- package/lib/components/card/card.styles.js.map +1 -1
- package/lib/components/field/field.styles.d.ts.map +1 -1
- package/lib/components/field/field.styles.js +359 -1
- package/lib/components/field/field.styles.js.map +1 -1
- package/lib/components/inline-alert/inline-alert.styles.d.ts.map +1 -1
- package/lib/components/inline-alert/inline-alert.styles.js +392 -1
- package/lib/components/inline-alert/inline-alert.styles.js.map +1 -1
- package/lib/design-tokens/brands/blue/css/fonts.css +31 -0
- package/lib/design-tokens/{brands copy/blue/css/tokens_blue.module.js → brands/blue/css/tokens_blue.css} +2 -7
- package/lib/design-tokens/brands/blue/css/tokens_brand.css +492 -0
- package/lib/design-tokens/brands/cre8/css/fonts.css +35 -0
- package/lib/design-tokens/brands/cre8/css/tokens_brand.css +494 -0
- package/lib/design-tokens/brands/cre8/css/tokens_cre8.css +767 -0
- package/lib/design-tokens/brands/cre8-a2ui/css/fonts.css +35 -0
- package/lib/design-tokens/brands/cre8-a2ui/css/tokens_brand.css +496 -0
- package/lib/design-tokens/brands/cre8-a2ui/css/tokens_cre8-a2ui.css +248 -0
- package/lib/design-tokens/brands/cre8-a2ui/css/tokens_cre8-a2ui.module.d.ts +1 -1
- package/lib/design-tokens/brands/cre8-a2ui/css/tokens_cre8-a2ui.module.d.ts.map +1 -1
- package/lib/design-tokens/brands/cre8-a2ui/css/tokens_cre8-a2ui.module.js +7 -3
- package/lib/design-tokens/brands/cre8-a2ui/css/tokens_cre8-a2ui.module.js.map +1 -1
- package/lib/design-tokens/brands/cre8-legacy/css/fonts.css +47 -0
- package/lib/design-tokens/brands/cre8-legacy/css/tokens_brand.css +464 -0
- package/lib/design-tokens/brands/cre8-legacy/css/tokens_cre8-legacy.css +0 -0
- package/lib/design-tokens/brands/femmecubator/css/fonts.css +35 -0
- package/lib/design-tokens/brands/legacy/css/fonts.css +26 -0
- package/lib/design-tokens/brands/legacy/css/tokens_brand.css +491 -0
- package/lib/design-tokens/brands/legacy/css/tokens_legacy.css +250 -0
- package/lib/design-tokens/brands/marketing/css/fonts.css +31 -0
- package/lib/design-tokens/brands/marketing/css/tokens_brand.css +502 -0
- package/lib/design-tokens/brands/minimalist/css/fonts.css +26 -0
- package/lib/design-tokens/brands/minimalist/css/tokens_brand.css +492 -0
- package/lib/design-tokens/brands/minimalist/css/tokens_minimalist.css +736 -0
- package/lib/design-tokens/brands/prisma/figma-tokens.css +339 -0
- package/lib/design-tokens/brands/starbucks/fonts.css +26 -0
- package/lib/design-tokens/brands/tmorrow/css/tokens_brand.css +104 -0
- package/lib/design-tokens/brands/tmorrow/css/tokens_tmorrow-frost.css +222 -0
- package/lib/design-tokens/brands/tmorrow/css/tokens_tmorrow-neon.css +218 -0
- package/lib/design-tokens/capitalone/fonts.css +26 -0
- package/lib/design-tokens/capitalone/overrides.css +33 -0
- package/lib/design-tokens/capitalone/tokens.module.css +532 -0
- package/lib/design-tokens/core/scss/abstracts/functions.css +0 -0
- package/lib/design-tokens/core/scss/theming/animation.css +1 -0
- package/lib/design-tokens/core/scss/theming/body.css +1 -0
- package/lib/design-tokens/core/scss/theming/breakpoints.css +0 -0
- package/lib/design-tokens/core/scss/theming/component.css +1 -0
- package/lib/design-tokens/core/scss/theming/component.scss +1 -1
- package/lib/design-tokens/core/scss/theming/display.css +1 -0
- package/lib/design-tokens/core/scss/theming/head.css +1 -0
- package/lib/design-tokens/core/scss/theming/spacing.css +1 -0
- package/lib/design-tokens/core/scss/theming/typography-usage.css +0 -0
- package/lib/design-tokens/core/scss/theming/variables.css +39 -0
- package/lib/design-tokens/core/scss/theming/variables.scss +3 -1
- package/lib/design-tokens/core/scss/theming/visibility.css +1 -0
- package/lib/design-tokens/core/scss/utilities/animation.css +1 -0
- package/lib/design-tokens/core/scss/utilities/colors.css +1 -0
- package/lib/design-tokens/core/scss/utilities/display.css +1 -0
- package/lib/design-tokens/femmecubator/equity.css +142 -0
- package/lib/design-tokens/femmecubator/fonts.css +35 -0
- package/lib/design-tokens/femmecubator/tokens_brand.css +146 -0
- package/lib/design-tokens/femmecubator/tokens_femmecubator.module.css +247 -0
- package/lib/design-tokens/figma-tokens.css +0 -0
- package/lib/design-tokens/mcdonalds/tokens.module.css +58 -0
- package/lib/design-tokens/target/fonts.css +26 -0
- package/lib/design-tokens/target/tokens.module.css +738 -0
- package/lib/scripts/generate-mcp-manifest.d.ts +8 -0
- package/lib/scripts/generate-mcp-manifest.d.ts.map +1 -0
- package/lib/scripts/generate-mcp-manifest.js +350 -0
- package/lib/scripts/generate-mcp-manifest.js.map +1 -0
- package/lib/vite.config.js +1 -1
- package/lib/vite.config.js.map +1 -1
- package/mcp-manifest.json +3844 -0
- package/package.json +7 -3
- package/lib/design-tokens/brands copy/blue/_base.scss +0 -142
- package/lib/design-tokens/brands copy/blue/badge.scss +0 -5
- package/lib/design-tokens/brands copy/blue/bg.scss +0 -35
- package/lib/design-tokens/brands copy/blue/border-style.scss +0 -5
- package/lib/design-tokens/brands copy/blue/border.scss +0 -21
- package/lib/design-tokens/brands copy/blue/borderRadius.scss +0 -15
- package/lib/design-tokens/brands copy/blue/borderWidth.scss +0 -11
- package/lib/design-tokens/brands copy/blue/breakpoint.scss +0 -9
- package/lib/design-tokens/brands copy/blue/button.scss +0 -225
- package/lib/design-tokens/brands copy/blue/content.scss +0 -29
- package/lib/design-tokens/brands copy/blue/css/tokens_blue.module.d.ts +0 -3
- package/lib/design-tokens/brands copy/blue/css/tokens_blue.module.d.ts.map +0 -1
- package/lib/design-tokens/brands copy/blue/css/tokens_blue.module.js.map +0 -1
- package/lib/design-tokens/brands copy/blue/desktop-menu.scss +0 -5
- package/lib/design-tokens/brands copy/blue/fontFamilies.scss +0 -5
- package/lib/design-tokens/brands copy/blue/fontSize.scss +0 -17
- package/lib/design-tokens/brands copy/blue/fontWeights.scss +0 -7
- package/lib/design-tokens/brands copy/blue/footer.scss +0 -9
- package/lib/design-tokens/brands copy/blue/header.scss +0 -81
- package/lib/design-tokens/brands copy/blue/icon-size.scss +0 -6
- package/lib/design-tokens/brands copy/blue/letterSpacing.scss +0 -9
- package/lib/design-tokens/brands copy/blue/lineHeights.scss +0 -15
- package/lib/design-tokens/brands copy/blue/link.scss +0 -4
- package/lib/design-tokens/brands copy/blue/paragraphIndent.scss +0 -4
- package/lib/design-tokens/brands copy/blue/paragraphSpacing.scss +0 -4
- package/lib/design-tokens/brands copy/blue/progress-meter.scss +0 -4
- package/lib/design-tokens/brands copy/blue/shadow.scss +0 -8
- package/lib/design-tokens/brands copy/blue/spacing.scss +0 -21
- package/lib/design-tokens/brands copy/blue/textCase.scss +0 -5
- package/lib/design-tokens/brands copy/blue/textDecoration.scss +0 -5
- package/lib/design-tokens/brands copy/blue/tokens-all-blue.scss +0 -628
- package/lib/design-tokens/brands copy/blue/tokens-brand.scss +0 -31
- package/lib/design-tokens/brands copy/blue-v1/_base.scss +0 -76
- package/lib/design-tokens/brands copy/blue-v1/badge.scss +0 -5
- package/lib/design-tokens/brands copy/blue-v1/bg.scss +0 -34
- package/lib/design-tokens/brands copy/blue-v1/border-style.scss +0 -5
- package/lib/design-tokens/brands copy/blue-v1/border.scss +0 -21
- package/lib/design-tokens/brands copy/blue-v1/borderRadius.scss +0 -15
- package/lib/design-tokens/brands copy/blue-v1/borderWidth.scss +0 -11
- package/lib/design-tokens/brands copy/blue-v1/breakpoint.scss +0 -9
- package/lib/design-tokens/brands copy/blue-v1/button.scss +0 -199
- package/lib/design-tokens/brands copy/blue-v1/content.scss +0 -29
- package/lib/design-tokens/brands copy/blue-v1/desktop-menu.scss +0 -5
- package/lib/design-tokens/brands copy/blue-v1/fontFamilies.scss +0 -5
- package/lib/design-tokens/brands copy/blue-v1/fontSize.scss +0 -17
- package/lib/design-tokens/brands copy/blue-v1/fontWeights.scss +0 -9
- package/lib/design-tokens/brands copy/blue-v1/footer.scss +0 -9
- package/lib/design-tokens/brands copy/blue-v1/header.scss +0 -79
- package/lib/design-tokens/brands copy/blue-v1/icon-size.scss +0 -6
- package/lib/design-tokens/brands copy/blue-v1/letterSpacing.scss +0 -9
- package/lib/design-tokens/brands copy/blue-v1/lineHeights.scss +0 -15
- package/lib/design-tokens/brands copy/blue-v1/link.scss +0 -4
- package/lib/design-tokens/brands copy/blue-v1/paragraphIndent.scss +0 -4
- package/lib/design-tokens/brands copy/blue-v1/paragraphSpacing.scss +0 -4
- package/lib/design-tokens/brands copy/blue-v1/shadow.scss +0 -8
- package/lib/design-tokens/brands copy/blue-v1/spacing.scss +0 -21
- package/lib/design-tokens/brands copy/blue-v1/textCase.scss +0 -5
- package/lib/design-tokens/brands copy/blue-v1/textDecoration.scss +0 -5
- package/lib/design-tokens/brands copy/blue-v1/tokens-all-blue-v1.scss +0 -534
- package/lib/design-tokens/brands copy/blue-v1/tokens-brand.scss +0 -30
- package/lib/design-tokens/brands copy/cre8/_base.scss +0 -157
- package/lib/design-tokens/brands copy/cre8/badge.scss +0 -5
- package/lib/design-tokens/brands copy/cre8/bg.scss +0 -34
- package/lib/design-tokens/brands copy/cre8/border-style.scss +0 -5
- package/lib/design-tokens/brands copy/cre8/border.scss +0 -18
- package/lib/design-tokens/brands copy/cre8/borderRadius.scss +0 -15
- package/lib/design-tokens/brands copy/cre8/borderWidth.scss +0 -11
- package/lib/design-tokens/brands copy/cre8/breakpoint.scss +0 -9
- package/lib/design-tokens/brands copy/cre8/button.scss +0 -211
- package/lib/design-tokens/brands copy/cre8/content.scss +0 -29
- package/lib/design-tokens/brands copy/cre8/desktop-menu.scss +0 -5
- package/lib/design-tokens/brands copy/cre8/fontFamilies.scss +0 -4
- package/lib/design-tokens/brands copy/cre8/fontSize.scss +0 -17
- package/lib/design-tokens/brands copy/cre8/fontWeights.scss +0 -7
- package/lib/design-tokens/brands copy/cre8/footer.scss +0 -8
- package/lib/design-tokens/brands copy/cre8/header.scss +0 -81
- package/lib/design-tokens/brands copy/cre8/icon-size.scss +0 -6
- package/lib/design-tokens/brands copy/cre8/letterSpacing.scss +0 -10
- package/lib/design-tokens/brands copy/cre8/lineHeights.scss +0 -22
- package/lib/design-tokens/brands copy/cre8/link.scss +0 -4
- package/lib/design-tokens/brands copy/cre8/paragraphIndent.scss +0 -4
- package/lib/design-tokens/brands copy/cre8/paragraphSpacing.scss +0 -4
- package/lib/design-tokens/brands copy/cre8/progress-meter.scss +0 -4
- package/lib/design-tokens/brands copy/cre8/shadow.scss +0 -8
- package/lib/design-tokens/brands copy/cre8/spacing.scss +0 -21
- package/lib/design-tokens/brands copy/cre8/textCase.scss +0 -5
- package/lib/design-tokens/brands copy/cre8/textDecoration.scss +0 -5
- package/lib/design-tokens/brands copy/cre8/tokens-all-cre8.scss +0 -631
- package/lib/design-tokens/brands copy/cre8/tokens-brand.scss +0 -31
- package/lib/design-tokens/brands copy/femmecubator/base.scss +0 -64
- package/lib/design-tokens/brands copy/femmecubator/border.scss +0 -15
- package/lib/design-tokens/brands copy/femmecubator/color.scss +0 -56
- package/lib/design-tokens/brands copy/femmecubator/spacing.scss +0 -13
- package/lib/design-tokens/brands copy/femmecubator/tokens-all-femmecubator.scss +0 -139
- package/lib/design-tokens/brands copy/femmecubator/tokens-brand.scss +0 -8
- package/lib/design-tokens/brands copy/legacy/_base.scss +0 -103
- package/lib/design-tokens/brands copy/legacy/badge.scss +0 -5
- package/lib/design-tokens/brands copy/legacy/bg.scss +0 -34
- package/lib/design-tokens/brands copy/legacy/border-style.scss +0 -5
- package/lib/design-tokens/brands copy/legacy/border.scss +0 -17
- package/lib/design-tokens/brands copy/legacy/borderRadius.scss +0 -15
- package/lib/design-tokens/brands copy/legacy/borderWidth.scss +0 -11
- package/lib/design-tokens/brands copy/legacy/breakpoint.scss +0 -9
- package/lib/design-tokens/brands copy/legacy/button.scss +0 -225
- package/lib/design-tokens/brands copy/legacy/content.scss +0 -29
- package/lib/design-tokens/brands copy/legacy/desktop-menu.scss +0 -5
- package/lib/design-tokens/brands copy/legacy/fontFamilies.scss +0 -4
- package/lib/design-tokens/brands copy/legacy/fontSize.scss +0 -17
- package/lib/design-tokens/brands copy/legacy/fontWeights.scss +0 -10
- package/lib/design-tokens/brands copy/legacy/footer.scss +0 -9
- package/lib/design-tokens/brands copy/legacy/header.scss +0 -81
- package/lib/design-tokens/brands copy/legacy/icon-size.scss +0 -6
- package/lib/design-tokens/brands copy/legacy/letterSpacing.scss +0 -9
- package/lib/design-tokens/brands copy/legacy/lineHeights.scss +0 -19
- package/lib/design-tokens/brands copy/legacy/paragraphIndent.scss +0 -4
- package/lib/design-tokens/brands copy/legacy/paragraphSpacing.scss +0 -4
- package/lib/design-tokens/brands copy/legacy/progress-meter.scss +0 -4
- package/lib/design-tokens/brands copy/legacy/shadow.scss +0 -8
- package/lib/design-tokens/brands copy/legacy/spacing.scss +0 -20
- package/lib/design-tokens/brands copy/legacy/textCase.scss +0 -5
- package/lib/design-tokens/brands copy/legacy/textDecoration.scss +0 -5
- package/lib/design-tokens/brands copy/legacy/tokens-all-legacy.scss +0 -588
- package/lib/design-tokens/brands copy/legacy/tokens-brand.scss +0 -30
- package/lib/design-tokens/brands copy/marketing/_base.scss +0 -137
- package/lib/design-tokens/brands copy/marketing/asset.scss +0 -7
- package/lib/design-tokens/brands copy/marketing/badge.scss +0 -5
- package/lib/design-tokens/brands copy/marketing/bg.scss +0 -35
- package/lib/design-tokens/brands copy/marketing/border-style.scss +0 -5
- package/lib/design-tokens/brands copy/marketing/border.scss +0 -21
- package/lib/design-tokens/brands copy/marketing/borderRadius.scss +0 -15
- package/lib/design-tokens/brands copy/marketing/borderWidth.scss +0 -11
- package/lib/design-tokens/brands copy/marketing/breakpoint.scss +0 -9
- package/lib/design-tokens/brands copy/marketing/button.scss +0 -225
- package/lib/design-tokens/brands copy/marketing/content.scss +0 -29
- package/lib/design-tokens/brands copy/marketing/desktop-menu.scss +0 -5
- package/lib/design-tokens/brands copy/marketing/fontFamilies.scss +0 -4
- package/lib/design-tokens/brands copy/marketing/fontSize.scss +0 -17
- package/lib/design-tokens/brands copy/marketing/fontWeights.scss +0 -7
- package/lib/design-tokens/brands copy/marketing/footer.scss +0 -9
- package/lib/design-tokens/brands copy/marketing/header.scss +0 -81
- package/lib/design-tokens/brands copy/marketing/icon-size.scss +0 -6
- package/lib/design-tokens/brands copy/marketing/letterSpacing.scss +0 -9
- package/lib/design-tokens/brands copy/marketing/lineHeights.scss +0 -22
- package/lib/design-tokens/brands copy/marketing/link.scss +0 -4
- package/lib/design-tokens/brands copy/marketing/paragraphIndent.scss +0 -4
- package/lib/design-tokens/brands copy/marketing/paragraphSpacing.scss +0 -4
- package/lib/design-tokens/brands copy/marketing/progress-meter.scss +0 -4
- package/lib/design-tokens/brands copy/marketing/shadow.scss +0 -8
- package/lib/design-tokens/brands copy/marketing/spacing.scss +0 -21
- package/lib/design-tokens/brands copy/marketing/textCase.scss +0 -5
- package/lib/design-tokens/brands copy/marketing/textDecoration.scss +0 -5
- package/lib/design-tokens/brands copy/marketing/tokens-all-marketing.scss +0 -633
- package/lib/design-tokens/brands copy/marketing/tokens-brand.scss +0 -32
- package/lib/design-tokens/brands copy/minimalist/_base.scss +0 -81
- package/lib/design-tokens/brands copy/minimalist/asset.scss +0 -6
- package/lib/design-tokens/brands copy/minimalist/badge.scss +0 -5
- package/lib/design-tokens/brands copy/minimalist/bg.scss +0 -34
- package/lib/design-tokens/brands copy/minimalist/border-style.scss +0 -5
- package/lib/design-tokens/brands copy/minimalist/border.scss +0 -17
- package/lib/design-tokens/brands copy/minimalist/borderRadius.scss +0 -15
- package/lib/design-tokens/brands copy/minimalist/borderWidth.scss +0 -11
- package/lib/design-tokens/brands copy/minimalist/breakpoint.scss +0 -9
- package/lib/design-tokens/brands copy/minimalist/button.scss +0 -225
- package/lib/design-tokens/brands copy/minimalist/content.scss +0 -29
- package/lib/design-tokens/brands copy/minimalist/desktop-menu.scss +0 -5
- package/lib/design-tokens/brands copy/minimalist/fontFamilies.scss +0 -4
- package/lib/design-tokens/brands copy/minimalist/fontFamily.scss +0 -4
- package/lib/design-tokens/brands copy/minimalist/fontSize.scss +0 -17
- package/lib/design-tokens/brands copy/minimalist/fontWeights.scss +0 -6
- package/lib/design-tokens/brands copy/minimalist/footer.scss +0 -9
- package/lib/design-tokens/brands copy/minimalist/header.scss +0 -81
- package/lib/design-tokens/brands copy/minimalist/icon-size.scss +0 -6
- package/lib/design-tokens/brands copy/minimalist/letterSpacing.scss +0 -9
- package/lib/design-tokens/brands copy/minimalist/lineHeights.scss +0 -20
- package/lib/design-tokens/brands copy/minimalist/paragraphIndent.scss +0 -4
- package/lib/design-tokens/brands copy/minimalist/paragraphSpacing.scss +0 -4
- package/lib/design-tokens/brands copy/minimalist/progress-meter.scss +0 -4
- package/lib/design-tokens/brands copy/minimalist/shadow.scss +0 -8
- package/lib/design-tokens/brands copy/minimalist/spacing.scss +0 -20
- package/lib/design-tokens/brands copy/minimalist/textCase.scss +0 -5
- package/lib/design-tokens/brands copy/minimalist/textDecoration.scss +0 -5
- package/lib/design-tokens/brands copy/minimalist/tokens-all-minimalist.scss +0 -567
- package/lib/design-tokens/brands copy/minimalist/tokens-brand.scss +0 -32
|
@@ -1,4 +1,395 @@
|
|
|
1
1
|
import { css } from 'lit';
|
|
2
|
-
const styles = css
|
|
2
|
+
const styles = css `
|
|
3
|
+
@charset "UTF-8";
|
|
4
|
+
/**
|
|
5
|
+
* Border-Box http:/paulirish.com/2012/box-sizing-border-box-ftw/
|
|
6
|
+
*/
|
|
7
|
+
*,
|
|
8
|
+
::slotted(*),
|
|
9
|
+
*:before,
|
|
10
|
+
*:after {
|
|
11
|
+
box-sizing: border-box;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
:root {
|
|
15
|
+
--size-base-unit: 0.5rem;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* RTL support for values logical properties can't automatically adjust for
|
|
20
|
+
* 1) Percentage based horizontal translate values need to be flipped
|
|
21
|
+
* 2) Background gradients using "to-right" or "to-left" need to be switched to using deg values.
|
|
22
|
+
* 3) Inverse items that have 45degs
|
|
23
|
+
*/
|
|
24
|
+
[dir=rtl] {
|
|
25
|
+
--rtlTranslateX: 50%;
|
|
26
|
+
/* 1 */
|
|
27
|
+
--rtlGradientToRight: 270deg;
|
|
28
|
+
/* 2 */
|
|
29
|
+
--rtlRotate45Inverse: -45deg;
|
|
30
|
+
/* 3 */
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Visible focus outline for elements on a light background
|
|
35
|
+
*/
|
|
36
|
+
/**
|
|
37
|
+
* Visible focus outline for elements with an error status
|
|
38
|
+
*/
|
|
39
|
+
/**
|
|
40
|
+
* Visible focus outline for elements on a dark background
|
|
41
|
+
*/
|
|
42
|
+
/**
|
|
43
|
+
* Focus state for themes that need a dashed outline for focus
|
|
44
|
+
* state
|
|
45
|
+
**/
|
|
46
|
+
/**
|
|
47
|
+
* Invisible focus outline for elements that need a more visible
|
|
48
|
+
* focus state for high-contrast mode
|
|
49
|
+
*/
|
|
50
|
+
/**
|
|
51
|
+
* Visually hidden from display
|
|
52
|
+
*/
|
|
53
|
+
/*
|
|
54
|
+
=======
|
|
55
|
+
Animations
|
|
56
|
+
=======
|
|
57
|
+
*/
|
|
58
|
+
:host {
|
|
59
|
+
--cre8-z-index-1: 1;
|
|
60
|
+
--cre8-z-index-50: 50;
|
|
61
|
+
--cre8-z-index-100: 100;
|
|
62
|
+
--cre8-z-index-200: 200;
|
|
63
|
+
--cre8-z-index-1030: 1030;
|
|
64
|
+
--cre8-anim-fade-quick: 0.35s;
|
|
65
|
+
--cre8-anim-ease: ease;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
@keyframes fadeIn {
|
|
69
|
+
100% {
|
|
70
|
+
opacity: 1;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
@keyframes slideIn {
|
|
74
|
+
100% {
|
|
75
|
+
transform: translateX(0);
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
@keyframes slideInFwd {
|
|
79
|
+
100% {
|
|
80
|
+
width: 272px;
|
|
81
|
+
height: 272px;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
@keyframes slideOutRight {
|
|
85
|
+
100% {
|
|
86
|
+
width: 272px;
|
|
87
|
+
height: 272px;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
@keyframes slideUp {
|
|
91
|
+
100% {
|
|
92
|
+
transform: translateY(0);
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
@media (width >= 481px) {
|
|
96
|
+
@keyframes slideInFwd {
|
|
97
|
+
100% {
|
|
98
|
+
width: 417px;
|
|
99
|
+
height: 417px;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
@keyframes slideOutRight {
|
|
103
|
+
100% {
|
|
104
|
+
width: 417px;
|
|
105
|
+
height: 417px;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
@media (width >= 48rem) {
|
|
110
|
+
@keyframes slideInFwd {
|
|
111
|
+
100% {
|
|
112
|
+
width: 330px;
|
|
113
|
+
height: 330px;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
@keyframes slideOutRight {
|
|
117
|
+
100% {
|
|
118
|
+
width: 330px;
|
|
119
|
+
height: 330px;
|
|
120
|
+
transform: translateX(calc(100vw - 45px));
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
@media (width >= 60rem) {
|
|
125
|
+
@keyframes slideInFwd {
|
|
126
|
+
100% {
|
|
127
|
+
width: 460px;
|
|
128
|
+
height: 460px;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
@keyframes slideOutRight {
|
|
132
|
+
100% {
|
|
133
|
+
width: 460px;
|
|
134
|
+
height: 460px;
|
|
135
|
+
transform: translateX(calc(100vw - 45px));
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
@media (width >= 75rem) {
|
|
140
|
+
@keyframes slideInFwd {
|
|
141
|
+
100% {
|
|
142
|
+
width: 592px;
|
|
143
|
+
height: 591px;
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
@keyframes slideOutRight {
|
|
147
|
+
100% {
|
|
148
|
+
width: 592px;
|
|
149
|
+
height: 591px;
|
|
150
|
+
transform: translateX(calc(100vw - 45px));
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
@media (width >= 87.5rem) {
|
|
155
|
+
@keyframes slideOutRight {
|
|
156
|
+
100% {
|
|
157
|
+
width: 592px;
|
|
158
|
+
height: 591px;
|
|
159
|
+
transform: translateX(calc(100vw - 120px));
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
@media (width >= 2200px) {
|
|
164
|
+
@keyframes slideOutRight {
|
|
165
|
+
100% {
|
|
166
|
+
width: 592px;
|
|
167
|
+
height: 591px;
|
|
168
|
+
transform: translateX(calc(100vw - 592px));
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
span.ripple {
|
|
173
|
+
position: absolute;
|
|
174
|
+
border-radius: 50%;
|
|
175
|
+
transform: scale(0);
|
|
176
|
+
animation: ripple 600ms linear;
|
|
177
|
+
background-color: var(--ripple-bg-color);
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
@keyframes ripple {
|
|
181
|
+
to {
|
|
182
|
+
transform: scale(4);
|
|
183
|
+
opacity: 1;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
:root {
|
|
187
|
+
--size-base-unit: 0.5rem;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
/**
|
|
191
|
+
* RTL support for values logical properties can't automatically adjust for
|
|
192
|
+
* 1) Percentage based horizontal translate values need to be flipped
|
|
193
|
+
* 2) Background gradients using "to-right" or "to-left" need to be switched to using deg values.
|
|
194
|
+
* 3) Inverse items that have 45degs
|
|
195
|
+
*/
|
|
196
|
+
[dir=rtl] {
|
|
197
|
+
--rtlTranslateX: 50%;
|
|
198
|
+
/* 1 */
|
|
199
|
+
--rtlGradientToRight: 270deg;
|
|
200
|
+
/* 2 */
|
|
201
|
+
--rtlRotate45Inverse: -45deg;
|
|
202
|
+
/* 3 */
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
/**
|
|
206
|
+
* Visible focus outline for elements on a light background
|
|
207
|
+
*/
|
|
208
|
+
/**
|
|
209
|
+
* Visible focus outline for elements with an error status
|
|
210
|
+
*/
|
|
211
|
+
/**
|
|
212
|
+
* Visible focus outline for elements on a dark background
|
|
213
|
+
*/
|
|
214
|
+
/**
|
|
215
|
+
* Focus state for themes that need a dashed outline for focus
|
|
216
|
+
* state
|
|
217
|
+
**/
|
|
218
|
+
/**
|
|
219
|
+
* Invisible focus outline for elements that need a more visible
|
|
220
|
+
* focus state for high-contrast mode
|
|
221
|
+
*/
|
|
222
|
+
/**
|
|
223
|
+
* Visually hidden from display
|
|
224
|
+
*/
|
|
225
|
+
:host {
|
|
226
|
+
display: inline-flex;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
:host([fullWidth]) {
|
|
230
|
+
display: flex;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
/**
|
|
234
|
+
* Inline alert
|
|
235
|
+
*/
|
|
236
|
+
.cre8-c-inline-alert {
|
|
237
|
+
font-family: var(--cre8-typography-body-default-font-family);
|
|
238
|
+
font-size: var(--cre8-typography-body-default-font-size);
|
|
239
|
+
font-weight: var(--cre8-typography-body-default-font-weight);
|
|
240
|
+
line-height: var(--cre8-typography-body-default-line-height);
|
|
241
|
+
-webkit-text-decoration: var(--cre8-typography-body-default-text-decoration);
|
|
242
|
+
text-decoration: var(--cre8-typography-body-default-text-decoration);
|
|
243
|
+
text-transform: var(--cre8-typography-body-default-text-transform);
|
|
244
|
+
font-weight: normal;
|
|
245
|
+
display: inline-flex;
|
|
246
|
+
align-items: flex-start;
|
|
247
|
+
gap: 0.5rem;
|
|
248
|
+
padding: 1rem;
|
|
249
|
+
color: var(--cre8-color-content-default);
|
|
250
|
+
background-color: var(--cre8-color-bg-info);
|
|
251
|
+
border-color: var(--cre8-color-border-info);
|
|
252
|
+
border-width: var(--cre8-border-width-default);
|
|
253
|
+
border-style: var(--cre8-border-style-default);
|
|
254
|
+
border-radius: var(--cre8-border-radius-container);
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
/**
|
|
258
|
+
* Full-width inline alert
|
|
259
|
+
*/
|
|
260
|
+
.cre8-c-inline-alert--full-width {
|
|
261
|
+
width: 100%;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
/**
|
|
265
|
+
* Inline alert with error variant
|
|
266
|
+
*/
|
|
267
|
+
.cre8-c-inline-alert--error {
|
|
268
|
+
background-color: var(--cre8-color-bg-error);
|
|
269
|
+
border-color: var(--cre8-color-border-error);
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
/**
|
|
273
|
+
* Inline alert with warning variant
|
|
274
|
+
*/
|
|
275
|
+
.cre8-c-inline-alert--warning {
|
|
276
|
+
background-color: var(--cre8-color-bg-warning);
|
|
277
|
+
border-color: var(--cre8-color-border-warning);
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
/**
|
|
281
|
+
* Inline alert with success variant
|
|
282
|
+
*/
|
|
283
|
+
.cre8-c-inline-alert--success {
|
|
284
|
+
background-color: var(--cre8-color-bg-success);
|
|
285
|
+
border-color: var(--cre8-color-border-success);
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
/**
|
|
289
|
+
* Inline alert with attention variant
|
|
290
|
+
*/
|
|
291
|
+
.cre8-c-inline-alert--attention {
|
|
292
|
+
background-color: var(--cre8-color-bg-attention);
|
|
293
|
+
border-color: var(--cre8-color-border-attention);
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
/**
|
|
297
|
+
* Inline alert with neutral variant
|
|
298
|
+
*/
|
|
299
|
+
.cre8-c-inline-alert--neutral {
|
|
300
|
+
background-color: var(--cre8-color-bg-subtle);
|
|
301
|
+
border-color: var(--cre8-color-border-strong);
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
/**
|
|
305
|
+
* Inline alert with variant - transparent
|
|
306
|
+
*/
|
|
307
|
+
.cre8-c-inline-alert--transparent {
|
|
308
|
+
padding: 0;
|
|
309
|
+
border: none;
|
|
310
|
+
background-color: transparent;
|
|
311
|
+
gap: 0.5rem;
|
|
312
|
+
border-radius: none;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
/**
|
|
316
|
+
* Inline alert with variant - transparent and error
|
|
317
|
+
*/
|
|
318
|
+
.cre8-c-inline-alert--transparent.cre8-c-inline-alert--error {
|
|
319
|
+
color: var(--cre8-color-content-error);
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
/**
|
|
323
|
+
* Inline alert with variant - transparent and success
|
|
324
|
+
*/
|
|
325
|
+
.cre8-c-inline-alert--transparent.cre8-c-inline-alert--success {
|
|
326
|
+
color: var(--cre8-color-content-success);
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
/**
|
|
330
|
+
* Inline alert icon
|
|
331
|
+
*/
|
|
332
|
+
.cre8-c-inline-alert__icon {
|
|
333
|
+
position: relative;
|
|
334
|
+
color: var(--cre8-color-content-info-icon);
|
|
335
|
+
height: 1.5rem;
|
|
336
|
+
width: 1.5rem;
|
|
337
|
+
/**
|
|
338
|
+
* Inline alert icon for error variant
|
|
339
|
+
*/
|
|
340
|
+
}
|
|
341
|
+
.cre8-c-inline-alert--error .cre8-c-inline-alert__icon {
|
|
342
|
+
color: var(--cre8-color-content-error-icon);
|
|
343
|
+
}
|
|
344
|
+
.cre8-c-inline-alert__icon {
|
|
345
|
+
/**
|
|
346
|
+
* Inline alert icon for warning variant
|
|
347
|
+
*/
|
|
348
|
+
}
|
|
349
|
+
.cre8-c-inline-alert--warning .cre8-c-inline-alert__icon {
|
|
350
|
+
color: var(--cre8-color-content-warning-icon);
|
|
351
|
+
}
|
|
352
|
+
.cre8-c-inline-alert__icon {
|
|
353
|
+
/**
|
|
354
|
+
* Inline alert icon for success variant
|
|
355
|
+
*/
|
|
356
|
+
}
|
|
357
|
+
.cre8-c-inline-alert--success .cre8-c-inline-alert__icon {
|
|
358
|
+
color: var(--cre8-color-content-success-icon);
|
|
359
|
+
}
|
|
360
|
+
.cre8-c-inline-alert__icon {
|
|
361
|
+
/**
|
|
362
|
+
* Inline alert icon for help variant
|
|
363
|
+
* Inline alert icon for info variant
|
|
364
|
+
*/
|
|
365
|
+
}
|
|
366
|
+
.cre8-c-inline-alert__icon .cre8-c-inline-alert--help, .cre8-c-inline-alert--info .cre8-c-inline-alert__icon {
|
|
367
|
+
color: var(--cre8-color-content-info-icon);
|
|
368
|
+
}
|
|
369
|
+
.cre8-c-inline-alert__icon {
|
|
370
|
+
/**
|
|
371
|
+
* Inline alert icon for attention variant
|
|
372
|
+
*/
|
|
373
|
+
}
|
|
374
|
+
.cre8-c-inline-alert--attention .cre8-c-inline-alert__icon {
|
|
375
|
+
color: var(--cre8-color-content-attention-icon);
|
|
376
|
+
}
|
|
377
|
+
.cre8-c-inline-alert__icon {
|
|
378
|
+
/**
|
|
379
|
+
* Inline alert icon for neutral variant
|
|
380
|
+
*/
|
|
381
|
+
}
|
|
382
|
+
.cre8-c-inline-alert--neutral .cre8-c-inline-alert__icon {
|
|
383
|
+
color: var(--cre8-color-content-default);
|
|
384
|
+
}
|
|
385
|
+
.cre8-c-inline-alert__icon {
|
|
386
|
+
/**
|
|
387
|
+
* Inline alert icon
|
|
388
|
+
*/
|
|
389
|
+
}
|
|
390
|
+
.cre8-c-inline-alert--transparent .cre8-c-inline-alert__icon {
|
|
391
|
+
top: 0;
|
|
392
|
+
padding: 0.125rem;
|
|
393
|
+
}/*# sourceMappingURL=inline-alert.module.css.map */`;
|
|
3
394
|
export default styles;
|
|
4
395
|
//# sourceMappingURL=inline-alert.styles.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inline-alert.styles.js","sourceRoot":"","sources":["../../../components/inline-alert/inline-alert.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,MAAM,MAAM,GAAG,GAAG,CAAA,
|
|
1
|
+
{"version":3,"file":"inline-alert.styles.js","sourceRoot":"","sources":["../../../components/inline-alert/inline-alert.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qDAuYmC,CAAC;AACtD,eAAe,MAAM,CAAC","sourcesContent":["import { css } from 'lit';\nconst styles = css`\n@charset \"UTF-8\";\n/**\n * Border-Box http:/paulirish.com/2012/box-sizing-border-box-ftw/\n */\n*,\n::slotted(*),\n*:before,\n*:after {\n box-sizing: border-box;\n}\n\n:root {\n --size-base-unit: 0.5rem;\n}\n\n/**\n * RTL support for values logical properties can't automatically adjust for\n * 1) Percentage based horizontal translate values need to be flipped\n * 2) Background gradients using \"to-right\" or \"to-left\" need to be switched to using deg values.\n * 3) Inverse items that have 45degs\n */\n[dir=rtl] {\n --rtlTranslateX: 50%;\n /* 1 */\n --rtlGradientToRight: 270deg;\n /* 2 */\n --rtlRotate45Inverse: -45deg;\n /* 3 */\n}\n\n/**\n * Visible focus outline for elements on a light background\n */\n/**\n * Visible focus outline for elements with an error status\n */\n/**\n * Visible focus outline for elements on a dark background\n */\n/**\n* Focus state for themes that need a dashed outline for focus\n* state\n**/\n/**\n * Invisible focus outline for elements that need a more visible\n * focus state for high-contrast mode\n */\n/**\n * Visually hidden from display\n */\n/*\n=======\nAnimations\n=======\n*/\n:host {\n --cre8-z-index-1: 1;\n --cre8-z-index-50: 50;\n --cre8-z-index-100: 100;\n --cre8-z-index-200: 200;\n --cre8-z-index-1030: 1030;\n --cre8-anim-fade-quick: 0.35s;\n --cre8-anim-ease: ease;\n}\n\n@keyframes fadeIn {\n 100% {\n opacity: 1;\n }\n}\n@keyframes slideIn {\n 100% {\n transform: translateX(0);\n }\n}\n@keyframes slideInFwd {\n 100% {\n width: 272px;\n height: 272px;\n }\n}\n@keyframes slideOutRight {\n 100% {\n width: 272px;\n height: 272px;\n }\n}\n@keyframes slideUp {\n 100% {\n transform: translateY(0);\n }\n}\n@media (width >= 481px) {\n @keyframes slideInFwd {\n 100% {\n width: 417px;\n height: 417px;\n }\n }\n @keyframes slideOutRight {\n 100% {\n width: 417px;\n height: 417px;\n }\n }\n}\n@media (width >= 48rem) {\n @keyframes slideInFwd {\n 100% {\n width: 330px;\n height: 330px;\n }\n }\n @keyframes slideOutRight {\n 100% {\n width: 330px;\n height: 330px;\n transform: translateX(calc(100vw - 45px));\n }\n }\n}\n@media (width >= 60rem) {\n @keyframes slideInFwd {\n 100% {\n width: 460px;\n height: 460px;\n }\n }\n @keyframes slideOutRight {\n 100% {\n width: 460px;\n height: 460px;\n transform: translateX(calc(100vw - 45px));\n }\n }\n}\n@media (width >= 75rem) {\n @keyframes slideInFwd {\n 100% {\n width: 592px;\n height: 591px;\n }\n }\n @keyframes slideOutRight {\n 100% {\n width: 592px;\n height: 591px;\n transform: translateX(calc(100vw - 45px));\n }\n }\n}\n@media (width >= 87.5rem) {\n @keyframes slideOutRight {\n 100% {\n width: 592px;\n height: 591px;\n transform: translateX(calc(100vw - 120px));\n }\n }\n}\n@media (width >= 2200px) {\n @keyframes slideOutRight {\n 100% {\n width: 592px;\n height: 591px;\n transform: translateX(calc(100vw - 592px));\n }\n }\n}\nspan.ripple {\n position: absolute;\n border-radius: 50%;\n transform: scale(0);\n animation: ripple 600ms linear;\n background-color: var(--ripple-bg-color);\n}\n\n@keyframes ripple {\n to {\n transform: scale(4);\n opacity: 1;\n }\n}\n:root {\n --size-base-unit: 0.5rem;\n}\n\n/**\n * RTL support for values logical properties can't automatically adjust for\n * 1) Percentage based horizontal translate values need to be flipped\n * 2) Background gradients using \"to-right\" or \"to-left\" need to be switched to using deg values.\n * 3) Inverse items that have 45degs\n */\n[dir=rtl] {\n --rtlTranslateX: 50%;\n /* 1 */\n --rtlGradientToRight: 270deg;\n /* 2 */\n --rtlRotate45Inverse: -45deg;\n /* 3 */\n}\n\n/**\n * Visible focus outline for elements on a light background\n */\n/**\n * Visible focus outline for elements with an error status\n */\n/**\n * Visible focus outline for elements on a dark background\n */\n/**\n* Focus state for themes that need a dashed outline for focus\n* state\n**/\n/**\n * Invisible focus outline for elements that need a more visible\n * focus state for high-contrast mode\n */\n/**\n * Visually hidden from display\n */\n:host {\n display: inline-flex;\n}\n\n:host([fullWidth]) {\n display: flex;\n}\n\n/**\n * Inline alert\n */\n.cre8-c-inline-alert {\n font-family: var(--cre8-typography-body-default-font-family);\n font-size: var(--cre8-typography-body-default-font-size);\n font-weight: var(--cre8-typography-body-default-font-weight);\n line-height: var(--cre8-typography-body-default-line-height);\n -webkit-text-decoration: var(--cre8-typography-body-default-text-decoration);\n text-decoration: var(--cre8-typography-body-default-text-decoration);\n text-transform: var(--cre8-typography-body-default-text-transform);\n font-weight: normal;\n display: inline-flex;\n align-items: flex-start;\n gap: 0.5rem;\n padding: 1rem;\n color: var(--cre8-color-content-default);\n background-color: var(--cre8-color-bg-info);\n border-color: var(--cre8-color-border-info);\n border-width: var(--cre8-border-width-default);\n border-style: var(--cre8-border-style-default);\n border-radius: var(--cre8-border-radius-container);\n}\n\n/**\n * Full-width inline alert\n */\n.cre8-c-inline-alert--full-width {\n width: 100%;\n}\n\n/**\n * Inline alert with error variant\n */\n.cre8-c-inline-alert--error {\n background-color: var(--cre8-color-bg-error);\n border-color: var(--cre8-color-border-error);\n}\n\n/**\n * Inline alert with warning variant\n */\n.cre8-c-inline-alert--warning {\n background-color: var(--cre8-color-bg-warning);\n border-color: var(--cre8-color-border-warning);\n}\n\n/**\n * Inline alert with success variant\n */\n.cre8-c-inline-alert--success {\n background-color: var(--cre8-color-bg-success);\n border-color: var(--cre8-color-border-success);\n}\n\n/**\n * Inline alert with attention variant\n */\n.cre8-c-inline-alert--attention {\n background-color: var(--cre8-color-bg-attention);\n border-color: var(--cre8-color-border-attention);\n}\n\n/**\n * Inline alert with neutral variant\n */\n.cre8-c-inline-alert--neutral {\n background-color: var(--cre8-color-bg-subtle);\n border-color: var(--cre8-color-border-strong);\n}\n\n/**\n * Inline alert with variant - transparent\n */\n.cre8-c-inline-alert--transparent {\n padding: 0;\n border: none;\n background-color: transparent;\n gap: 0.5rem;\n border-radius: none;\n}\n\n/**\n * Inline alert with variant - transparent and error\n */\n.cre8-c-inline-alert--transparent.cre8-c-inline-alert--error {\n color: var(--cre8-color-content-error);\n}\n\n/**\n * Inline alert with variant - transparent and success\n */\n.cre8-c-inline-alert--transparent.cre8-c-inline-alert--success {\n color: var(--cre8-color-content-success);\n}\n\n/**\n * Inline alert icon\n */\n.cre8-c-inline-alert__icon {\n position: relative;\n color: var(--cre8-color-content-info-icon);\n height: 1.5rem;\n width: 1.5rem;\n /**\n * Inline alert icon for error variant\n */\n}\n.cre8-c-inline-alert--error .cre8-c-inline-alert__icon {\n color: var(--cre8-color-content-error-icon);\n}\n.cre8-c-inline-alert__icon {\n /**\n * Inline alert icon for warning variant\n */\n}\n.cre8-c-inline-alert--warning .cre8-c-inline-alert__icon {\n color: var(--cre8-color-content-warning-icon);\n}\n.cre8-c-inline-alert__icon {\n /**\n * Inline alert icon for success variant\n */\n}\n.cre8-c-inline-alert--success .cre8-c-inline-alert__icon {\n color: var(--cre8-color-content-success-icon);\n}\n.cre8-c-inline-alert__icon {\n /**\n * Inline alert icon for help variant\n * Inline alert icon for info variant\n */\n}\n.cre8-c-inline-alert__icon .cre8-c-inline-alert--help, .cre8-c-inline-alert--info .cre8-c-inline-alert__icon {\n color: var(--cre8-color-content-info-icon);\n}\n.cre8-c-inline-alert__icon {\n /**\n * Inline alert icon for attention variant\n */\n}\n.cre8-c-inline-alert--attention .cre8-c-inline-alert__icon {\n color: var(--cre8-color-content-attention-icon);\n}\n.cre8-c-inline-alert__icon {\n /**\n * Inline alert icon for neutral variant\n */\n}\n.cre8-c-inline-alert--neutral .cre8-c-inline-alert__icon {\n color: var(--cre8-color-content-default);\n}\n.cre8-c-inline-alert__icon {\n /**\n * Inline alert icon\n */\n}\n.cre8-c-inline-alert--transparent .cre8-c-inline-alert__icon {\n top: 0;\n padding: 0.125rem;\n}/*# sourceMappingURL=inline-alert.module.css.map */`;\nexport default styles;\n"]}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'Value Sans Pro';
|
|
3
|
+
font-style: normal;
|
|
4
|
+
font-weight: 400;
|
|
5
|
+
src: url('../assets/fonts/ValueSansRegular-Pro.woff2') format('woff2');
|
|
6
|
+
font-display: fallback;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
@font-face {
|
|
10
|
+
font-family: 'Value Sans Pro';
|
|
11
|
+
font-style: normal;
|
|
12
|
+
font-weight: 500;
|
|
13
|
+
src: url('../assets/fonts/ValueSans-Medium-Pro.woff2') format('woff2');
|
|
14
|
+
font-display: fallback;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
@font-face {
|
|
18
|
+
font-family: 'Value Sans Pro';
|
|
19
|
+
font-style: normal;
|
|
20
|
+
font-weight: 700;
|
|
21
|
+
src: url('../assets/fonts/ValueSans-Bold-Pro.woff2') format('woff2');
|
|
22
|
+
font-display: fallback;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
@font-face {
|
|
26
|
+
font-family: 'Value Serif Pro';
|
|
27
|
+
font-style: normal;
|
|
28
|
+
font-weight: 700;
|
|
29
|
+
src: url('../assets/fonts/ValueSerif-Bold-Pro.woff2') format('woff2');
|
|
30
|
+
font-display: fallback;
|
|
31
|
+
}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import { css } from 'lit';
|
|
2
|
-
const consumer = css `
|
|
3
|
-
|
|
4
1
|
@import './tokens_brand.css';
|
|
2
|
+
@import './fonts.css';
|
|
5
3
|
:root{--cre8-typography-display-large-font-family: var(--cre8-font-families-value-serif-pro);
|
|
6
4
|
--cre8-typography-display-large-font-size: var(--cre8-font-size-13);
|
|
7
5
|
--cre8-typography-display-large-font-weight: var(--cre8-font-weights-value-serif-pro-0);
|
|
@@ -247,7 +245,4 @@ const consumer = css `
|
|
|
247
245
|
--cre8-typography-meta-small-font-weight: var(--cre8-font-weights-value-sans-pro-3);
|
|
248
246
|
--cre8-typography-meta-small-line-height: var(--cre8-line-heights-10);
|
|
249
247
|
--cre8-typography-meta-small-text-decoration: var(--cre8-text-decoration-none);
|
|
250
|
-
--cre8-typography-meta-small-text-transform: var(--cre8-text-case-uppercase);}
|
|
251
|
-
`;
|
|
252
|
-
export default consumer;
|
|
253
|
-
//# sourceMappingURL=tokens_blue.module.js.map
|
|
248
|
+
--cre8-typography-meta-small-text-transform: var(--cre8-text-case-uppercase);}
|