@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.
Files changed (257) hide show
  1. package/lib/components/card/card.styles.d.ts.map +1 -1
  2. package/lib/components/card/card.styles.js +338 -1
  3. package/lib/components/card/card.styles.js.map +1 -1
  4. package/lib/components/field/field.styles.d.ts.map +1 -1
  5. package/lib/components/field/field.styles.js +359 -1
  6. package/lib/components/field/field.styles.js.map +1 -1
  7. package/lib/components/inline-alert/inline-alert.styles.d.ts.map +1 -1
  8. package/lib/components/inline-alert/inline-alert.styles.js +392 -1
  9. package/lib/components/inline-alert/inline-alert.styles.js.map +1 -1
  10. package/lib/design-tokens/brands/blue/css/fonts.css +31 -0
  11. package/lib/design-tokens/{brands copy/blue/css/tokens_blue.module.js → brands/blue/css/tokens_blue.css} +2 -7
  12. package/lib/design-tokens/brands/blue/css/tokens_brand.css +492 -0
  13. package/lib/design-tokens/brands/cre8/css/fonts.css +35 -0
  14. package/lib/design-tokens/brands/cre8/css/tokens_brand.css +494 -0
  15. package/lib/design-tokens/brands/cre8/css/tokens_cre8.css +767 -0
  16. package/lib/design-tokens/brands/cre8-a2ui/css/fonts.css +35 -0
  17. package/lib/design-tokens/brands/cre8-a2ui/css/tokens_brand.css +496 -0
  18. package/lib/design-tokens/brands/cre8-a2ui/css/tokens_cre8-a2ui.css +248 -0
  19. package/lib/design-tokens/brands/cre8-a2ui/css/tokens_cre8-a2ui.module.d.ts +1 -1
  20. package/lib/design-tokens/brands/cre8-a2ui/css/tokens_cre8-a2ui.module.d.ts.map +1 -1
  21. package/lib/design-tokens/brands/cre8-a2ui/css/tokens_cre8-a2ui.module.js +7 -3
  22. package/lib/design-tokens/brands/cre8-a2ui/css/tokens_cre8-a2ui.module.js.map +1 -1
  23. package/lib/design-tokens/brands/cre8-legacy/css/fonts.css +47 -0
  24. package/lib/design-tokens/brands/cre8-legacy/css/tokens_brand.css +464 -0
  25. package/lib/design-tokens/brands/cre8-legacy/css/tokens_cre8-legacy.css +0 -0
  26. package/lib/design-tokens/brands/femmecubator/css/fonts.css +35 -0
  27. package/lib/design-tokens/brands/legacy/css/fonts.css +26 -0
  28. package/lib/design-tokens/brands/legacy/css/tokens_brand.css +491 -0
  29. package/lib/design-tokens/brands/legacy/css/tokens_legacy.css +250 -0
  30. package/lib/design-tokens/brands/marketing/css/fonts.css +31 -0
  31. package/lib/design-tokens/brands/marketing/css/tokens_brand.css +502 -0
  32. package/lib/design-tokens/brands/minimalist/css/fonts.css +26 -0
  33. package/lib/design-tokens/brands/minimalist/css/tokens_brand.css +492 -0
  34. package/lib/design-tokens/brands/minimalist/css/tokens_minimalist.css +736 -0
  35. package/lib/design-tokens/brands/prisma/figma-tokens.css +339 -0
  36. package/lib/design-tokens/brands/starbucks/fonts.css +26 -0
  37. package/lib/design-tokens/brands/tmorrow/css/tokens_brand.css +104 -0
  38. package/lib/design-tokens/brands/tmorrow/css/tokens_tmorrow-frost.css +222 -0
  39. package/lib/design-tokens/brands/tmorrow/css/tokens_tmorrow-neon.css +218 -0
  40. package/lib/design-tokens/capitalone/fonts.css +26 -0
  41. package/lib/design-tokens/capitalone/overrides.css +33 -0
  42. package/lib/design-tokens/capitalone/tokens.module.css +532 -0
  43. package/lib/design-tokens/core/scss/abstracts/functions.css +0 -0
  44. package/lib/design-tokens/core/scss/theming/animation.css +1 -0
  45. package/lib/design-tokens/core/scss/theming/body.css +1 -0
  46. package/lib/design-tokens/core/scss/theming/breakpoints.css +0 -0
  47. package/lib/design-tokens/core/scss/theming/component.css +1 -0
  48. package/lib/design-tokens/core/scss/theming/component.scss +1 -1
  49. package/lib/design-tokens/core/scss/theming/display.css +1 -0
  50. package/lib/design-tokens/core/scss/theming/head.css +1 -0
  51. package/lib/design-tokens/core/scss/theming/spacing.css +1 -0
  52. package/lib/design-tokens/core/scss/theming/typography-usage.css +0 -0
  53. package/lib/design-tokens/core/scss/theming/variables.css +39 -0
  54. package/lib/design-tokens/core/scss/theming/variables.scss +3 -1
  55. package/lib/design-tokens/core/scss/theming/visibility.css +1 -0
  56. package/lib/design-tokens/core/scss/utilities/animation.css +1 -0
  57. package/lib/design-tokens/core/scss/utilities/colors.css +1 -0
  58. package/lib/design-tokens/core/scss/utilities/display.css +1 -0
  59. package/lib/design-tokens/femmecubator/equity.css +142 -0
  60. package/lib/design-tokens/femmecubator/fonts.css +35 -0
  61. package/lib/design-tokens/femmecubator/tokens_brand.css +146 -0
  62. package/lib/design-tokens/femmecubator/tokens_femmecubator.module.css +247 -0
  63. package/lib/design-tokens/figma-tokens.css +0 -0
  64. package/lib/design-tokens/mcdonalds/tokens.module.css +58 -0
  65. package/lib/design-tokens/target/fonts.css +26 -0
  66. package/lib/design-tokens/target/tokens.module.css +738 -0
  67. package/lib/scripts/generate-mcp-manifest.d.ts +8 -0
  68. package/lib/scripts/generate-mcp-manifest.d.ts.map +1 -0
  69. package/lib/scripts/generate-mcp-manifest.js +350 -0
  70. package/lib/scripts/generate-mcp-manifest.js.map +1 -0
  71. package/lib/vite.config.js +1 -1
  72. package/lib/vite.config.js.map +1 -1
  73. package/mcp-manifest.json +3844 -0
  74. package/package.json +7 -3
  75. package/lib/design-tokens/brands copy/blue/_base.scss +0 -142
  76. package/lib/design-tokens/brands copy/blue/badge.scss +0 -5
  77. package/lib/design-tokens/brands copy/blue/bg.scss +0 -35
  78. package/lib/design-tokens/brands copy/blue/border-style.scss +0 -5
  79. package/lib/design-tokens/brands copy/blue/border.scss +0 -21
  80. package/lib/design-tokens/brands copy/blue/borderRadius.scss +0 -15
  81. package/lib/design-tokens/brands copy/blue/borderWidth.scss +0 -11
  82. package/lib/design-tokens/brands copy/blue/breakpoint.scss +0 -9
  83. package/lib/design-tokens/brands copy/blue/button.scss +0 -225
  84. package/lib/design-tokens/brands copy/blue/content.scss +0 -29
  85. package/lib/design-tokens/brands copy/blue/css/tokens_blue.module.d.ts +0 -3
  86. package/lib/design-tokens/brands copy/blue/css/tokens_blue.module.d.ts.map +0 -1
  87. package/lib/design-tokens/brands copy/blue/css/tokens_blue.module.js.map +0 -1
  88. package/lib/design-tokens/brands copy/blue/desktop-menu.scss +0 -5
  89. package/lib/design-tokens/brands copy/blue/fontFamilies.scss +0 -5
  90. package/lib/design-tokens/brands copy/blue/fontSize.scss +0 -17
  91. package/lib/design-tokens/brands copy/blue/fontWeights.scss +0 -7
  92. package/lib/design-tokens/brands copy/blue/footer.scss +0 -9
  93. package/lib/design-tokens/brands copy/blue/header.scss +0 -81
  94. package/lib/design-tokens/brands copy/blue/icon-size.scss +0 -6
  95. package/lib/design-tokens/brands copy/blue/letterSpacing.scss +0 -9
  96. package/lib/design-tokens/brands copy/blue/lineHeights.scss +0 -15
  97. package/lib/design-tokens/brands copy/blue/link.scss +0 -4
  98. package/lib/design-tokens/brands copy/blue/paragraphIndent.scss +0 -4
  99. package/lib/design-tokens/brands copy/blue/paragraphSpacing.scss +0 -4
  100. package/lib/design-tokens/brands copy/blue/progress-meter.scss +0 -4
  101. package/lib/design-tokens/brands copy/blue/shadow.scss +0 -8
  102. package/lib/design-tokens/brands copy/blue/spacing.scss +0 -21
  103. package/lib/design-tokens/brands copy/blue/textCase.scss +0 -5
  104. package/lib/design-tokens/brands copy/blue/textDecoration.scss +0 -5
  105. package/lib/design-tokens/brands copy/blue/tokens-all-blue.scss +0 -628
  106. package/lib/design-tokens/brands copy/blue/tokens-brand.scss +0 -31
  107. package/lib/design-tokens/brands copy/blue-v1/_base.scss +0 -76
  108. package/lib/design-tokens/brands copy/blue-v1/badge.scss +0 -5
  109. package/lib/design-tokens/brands copy/blue-v1/bg.scss +0 -34
  110. package/lib/design-tokens/brands copy/blue-v1/border-style.scss +0 -5
  111. package/lib/design-tokens/brands copy/blue-v1/border.scss +0 -21
  112. package/lib/design-tokens/brands copy/blue-v1/borderRadius.scss +0 -15
  113. package/lib/design-tokens/brands copy/blue-v1/borderWidth.scss +0 -11
  114. package/lib/design-tokens/brands copy/blue-v1/breakpoint.scss +0 -9
  115. package/lib/design-tokens/brands copy/blue-v1/button.scss +0 -199
  116. package/lib/design-tokens/brands copy/blue-v1/content.scss +0 -29
  117. package/lib/design-tokens/brands copy/blue-v1/desktop-menu.scss +0 -5
  118. package/lib/design-tokens/brands copy/blue-v1/fontFamilies.scss +0 -5
  119. package/lib/design-tokens/brands copy/blue-v1/fontSize.scss +0 -17
  120. package/lib/design-tokens/brands copy/blue-v1/fontWeights.scss +0 -9
  121. package/lib/design-tokens/brands copy/blue-v1/footer.scss +0 -9
  122. package/lib/design-tokens/brands copy/blue-v1/header.scss +0 -79
  123. package/lib/design-tokens/brands copy/blue-v1/icon-size.scss +0 -6
  124. package/lib/design-tokens/brands copy/blue-v1/letterSpacing.scss +0 -9
  125. package/lib/design-tokens/brands copy/blue-v1/lineHeights.scss +0 -15
  126. package/lib/design-tokens/brands copy/blue-v1/link.scss +0 -4
  127. package/lib/design-tokens/brands copy/blue-v1/paragraphIndent.scss +0 -4
  128. package/lib/design-tokens/brands copy/blue-v1/paragraphSpacing.scss +0 -4
  129. package/lib/design-tokens/brands copy/blue-v1/shadow.scss +0 -8
  130. package/lib/design-tokens/brands copy/blue-v1/spacing.scss +0 -21
  131. package/lib/design-tokens/brands copy/blue-v1/textCase.scss +0 -5
  132. package/lib/design-tokens/brands copy/blue-v1/textDecoration.scss +0 -5
  133. package/lib/design-tokens/brands copy/blue-v1/tokens-all-blue-v1.scss +0 -534
  134. package/lib/design-tokens/brands copy/blue-v1/tokens-brand.scss +0 -30
  135. package/lib/design-tokens/brands copy/cre8/_base.scss +0 -157
  136. package/lib/design-tokens/brands copy/cre8/badge.scss +0 -5
  137. package/lib/design-tokens/brands copy/cre8/bg.scss +0 -34
  138. package/lib/design-tokens/brands copy/cre8/border-style.scss +0 -5
  139. package/lib/design-tokens/brands copy/cre8/border.scss +0 -18
  140. package/lib/design-tokens/brands copy/cre8/borderRadius.scss +0 -15
  141. package/lib/design-tokens/brands copy/cre8/borderWidth.scss +0 -11
  142. package/lib/design-tokens/brands copy/cre8/breakpoint.scss +0 -9
  143. package/lib/design-tokens/brands copy/cre8/button.scss +0 -211
  144. package/lib/design-tokens/brands copy/cre8/content.scss +0 -29
  145. package/lib/design-tokens/brands copy/cre8/desktop-menu.scss +0 -5
  146. package/lib/design-tokens/brands copy/cre8/fontFamilies.scss +0 -4
  147. package/lib/design-tokens/brands copy/cre8/fontSize.scss +0 -17
  148. package/lib/design-tokens/brands copy/cre8/fontWeights.scss +0 -7
  149. package/lib/design-tokens/brands copy/cre8/footer.scss +0 -8
  150. package/lib/design-tokens/brands copy/cre8/header.scss +0 -81
  151. package/lib/design-tokens/brands copy/cre8/icon-size.scss +0 -6
  152. package/lib/design-tokens/brands copy/cre8/letterSpacing.scss +0 -10
  153. package/lib/design-tokens/brands copy/cre8/lineHeights.scss +0 -22
  154. package/lib/design-tokens/brands copy/cre8/link.scss +0 -4
  155. package/lib/design-tokens/brands copy/cre8/paragraphIndent.scss +0 -4
  156. package/lib/design-tokens/brands copy/cre8/paragraphSpacing.scss +0 -4
  157. package/lib/design-tokens/brands copy/cre8/progress-meter.scss +0 -4
  158. package/lib/design-tokens/brands copy/cre8/shadow.scss +0 -8
  159. package/lib/design-tokens/brands copy/cre8/spacing.scss +0 -21
  160. package/lib/design-tokens/brands copy/cre8/textCase.scss +0 -5
  161. package/lib/design-tokens/brands copy/cre8/textDecoration.scss +0 -5
  162. package/lib/design-tokens/brands copy/cre8/tokens-all-cre8.scss +0 -631
  163. package/lib/design-tokens/brands copy/cre8/tokens-brand.scss +0 -31
  164. package/lib/design-tokens/brands copy/femmecubator/base.scss +0 -64
  165. package/lib/design-tokens/brands copy/femmecubator/border.scss +0 -15
  166. package/lib/design-tokens/brands copy/femmecubator/color.scss +0 -56
  167. package/lib/design-tokens/brands copy/femmecubator/spacing.scss +0 -13
  168. package/lib/design-tokens/brands copy/femmecubator/tokens-all-femmecubator.scss +0 -139
  169. package/lib/design-tokens/brands copy/femmecubator/tokens-brand.scss +0 -8
  170. package/lib/design-tokens/brands copy/legacy/_base.scss +0 -103
  171. package/lib/design-tokens/brands copy/legacy/badge.scss +0 -5
  172. package/lib/design-tokens/brands copy/legacy/bg.scss +0 -34
  173. package/lib/design-tokens/brands copy/legacy/border-style.scss +0 -5
  174. package/lib/design-tokens/brands copy/legacy/border.scss +0 -17
  175. package/lib/design-tokens/brands copy/legacy/borderRadius.scss +0 -15
  176. package/lib/design-tokens/brands copy/legacy/borderWidth.scss +0 -11
  177. package/lib/design-tokens/brands copy/legacy/breakpoint.scss +0 -9
  178. package/lib/design-tokens/brands copy/legacy/button.scss +0 -225
  179. package/lib/design-tokens/brands copy/legacy/content.scss +0 -29
  180. package/lib/design-tokens/brands copy/legacy/desktop-menu.scss +0 -5
  181. package/lib/design-tokens/brands copy/legacy/fontFamilies.scss +0 -4
  182. package/lib/design-tokens/brands copy/legacy/fontSize.scss +0 -17
  183. package/lib/design-tokens/brands copy/legacy/fontWeights.scss +0 -10
  184. package/lib/design-tokens/brands copy/legacy/footer.scss +0 -9
  185. package/lib/design-tokens/brands copy/legacy/header.scss +0 -81
  186. package/lib/design-tokens/brands copy/legacy/icon-size.scss +0 -6
  187. package/lib/design-tokens/brands copy/legacy/letterSpacing.scss +0 -9
  188. package/lib/design-tokens/brands copy/legacy/lineHeights.scss +0 -19
  189. package/lib/design-tokens/brands copy/legacy/paragraphIndent.scss +0 -4
  190. package/lib/design-tokens/brands copy/legacy/paragraphSpacing.scss +0 -4
  191. package/lib/design-tokens/brands copy/legacy/progress-meter.scss +0 -4
  192. package/lib/design-tokens/brands copy/legacy/shadow.scss +0 -8
  193. package/lib/design-tokens/brands copy/legacy/spacing.scss +0 -20
  194. package/lib/design-tokens/brands copy/legacy/textCase.scss +0 -5
  195. package/lib/design-tokens/brands copy/legacy/textDecoration.scss +0 -5
  196. package/lib/design-tokens/brands copy/legacy/tokens-all-legacy.scss +0 -588
  197. package/lib/design-tokens/brands copy/legacy/tokens-brand.scss +0 -30
  198. package/lib/design-tokens/brands copy/marketing/_base.scss +0 -137
  199. package/lib/design-tokens/brands copy/marketing/asset.scss +0 -7
  200. package/lib/design-tokens/brands copy/marketing/badge.scss +0 -5
  201. package/lib/design-tokens/brands copy/marketing/bg.scss +0 -35
  202. package/lib/design-tokens/brands copy/marketing/border-style.scss +0 -5
  203. package/lib/design-tokens/brands copy/marketing/border.scss +0 -21
  204. package/lib/design-tokens/brands copy/marketing/borderRadius.scss +0 -15
  205. package/lib/design-tokens/brands copy/marketing/borderWidth.scss +0 -11
  206. package/lib/design-tokens/brands copy/marketing/breakpoint.scss +0 -9
  207. package/lib/design-tokens/brands copy/marketing/button.scss +0 -225
  208. package/lib/design-tokens/brands copy/marketing/content.scss +0 -29
  209. package/lib/design-tokens/brands copy/marketing/desktop-menu.scss +0 -5
  210. package/lib/design-tokens/brands copy/marketing/fontFamilies.scss +0 -4
  211. package/lib/design-tokens/brands copy/marketing/fontSize.scss +0 -17
  212. package/lib/design-tokens/brands copy/marketing/fontWeights.scss +0 -7
  213. package/lib/design-tokens/brands copy/marketing/footer.scss +0 -9
  214. package/lib/design-tokens/brands copy/marketing/header.scss +0 -81
  215. package/lib/design-tokens/brands copy/marketing/icon-size.scss +0 -6
  216. package/lib/design-tokens/brands copy/marketing/letterSpacing.scss +0 -9
  217. package/lib/design-tokens/brands copy/marketing/lineHeights.scss +0 -22
  218. package/lib/design-tokens/brands copy/marketing/link.scss +0 -4
  219. package/lib/design-tokens/brands copy/marketing/paragraphIndent.scss +0 -4
  220. package/lib/design-tokens/brands copy/marketing/paragraphSpacing.scss +0 -4
  221. package/lib/design-tokens/brands copy/marketing/progress-meter.scss +0 -4
  222. package/lib/design-tokens/brands copy/marketing/shadow.scss +0 -8
  223. package/lib/design-tokens/brands copy/marketing/spacing.scss +0 -21
  224. package/lib/design-tokens/brands copy/marketing/textCase.scss +0 -5
  225. package/lib/design-tokens/brands copy/marketing/textDecoration.scss +0 -5
  226. package/lib/design-tokens/brands copy/marketing/tokens-all-marketing.scss +0 -633
  227. package/lib/design-tokens/brands copy/marketing/tokens-brand.scss +0 -32
  228. package/lib/design-tokens/brands copy/minimalist/_base.scss +0 -81
  229. package/lib/design-tokens/brands copy/minimalist/asset.scss +0 -6
  230. package/lib/design-tokens/brands copy/minimalist/badge.scss +0 -5
  231. package/lib/design-tokens/brands copy/minimalist/bg.scss +0 -34
  232. package/lib/design-tokens/brands copy/minimalist/border-style.scss +0 -5
  233. package/lib/design-tokens/brands copy/minimalist/border.scss +0 -17
  234. package/lib/design-tokens/brands copy/minimalist/borderRadius.scss +0 -15
  235. package/lib/design-tokens/brands copy/minimalist/borderWidth.scss +0 -11
  236. package/lib/design-tokens/brands copy/minimalist/breakpoint.scss +0 -9
  237. package/lib/design-tokens/brands copy/minimalist/button.scss +0 -225
  238. package/lib/design-tokens/brands copy/minimalist/content.scss +0 -29
  239. package/lib/design-tokens/brands copy/minimalist/desktop-menu.scss +0 -5
  240. package/lib/design-tokens/brands copy/minimalist/fontFamilies.scss +0 -4
  241. package/lib/design-tokens/brands copy/minimalist/fontFamily.scss +0 -4
  242. package/lib/design-tokens/brands copy/minimalist/fontSize.scss +0 -17
  243. package/lib/design-tokens/brands copy/minimalist/fontWeights.scss +0 -6
  244. package/lib/design-tokens/brands copy/minimalist/footer.scss +0 -9
  245. package/lib/design-tokens/brands copy/minimalist/header.scss +0 -81
  246. package/lib/design-tokens/brands copy/minimalist/icon-size.scss +0 -6
  247. package/lib/design-tokens/brands copy/minimalist/letterSpacing.scss +0 -9
  248. package/lib/design-tokens/brands copy/minimalist/lineHeights.scss +0 -20
  249. package/lib/design-tokens/brands copy/minimalist/paragraphIndent.scss +0 -4
  250. package/lib/design-tokens/brands copy/minimalist/paragraphSpacing.scss +0 -4
  251. package/lib/design-tokens/brands copy/minimalist/progress-meter.scss +0 -4
  252. package/lib/design-tokens/brands copy/minimalist/shadow.scss +0 -8
  253. package/lib/design-tokens/brands copy/minimalist/spacing.scss +0 -20
  254. package/lib/design-tokens/brands copy/minimalist/textCase.scss +0 -5
  255. package/lib/design-tokens/brands copy/minimalist/textDecoration.scss +0 -5
  256. package/lib/design-tokens/brands copy/minimalist/tokens-all-minimalist.scss +0 -567
  257. 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 `*,::slotted(*),*:before,*:after{box-sizing:border-box}:root{--size-base-unit: 0.5rem}[dir=rtl]{--rtlTranslateX: 50%;--rtlGradientToRight: 270deg;--rtlRotate45Inverse: -45deg}:host{--cre8-z-index-1: 1;--cre8-z-index-50: 50;--cre8-z-index-100: 100;--cre8-z-index-200: 200;--cre8-z-index-1030: 1030;--cre8-anim-fade-quick: 0.35s;--cre8-anim-ease: ease}@keyframes fadeIn{100%{opacity:1}}@keyframes slideIn{100%{transform:translateX(0)}}@keyframes slideInFwd{100%{width:272px;height:272px}}@keyframes slideOutRight{100%{width:272px;height:272px}}@keyframes slideUp{100%{transform:translateY(0)}}@media(width >= 481px){@keyframes slideInFwd{100%{width:417px;height:417px}}@keyframes slideOutRight{100%{width:417px;height:417px}}}@media(width >= 48rem){@keyframes slideInFwd{100%{width:330px;height:330px}}@keyframes slideOutRight{100%{width:330px;height:330px;transform:translateX(calc(100vw - 45px))}}}@media(width >= 60rem){@keyframes slideInFwd{100%{width:460px;height:460px}}@keyframes slideOutRight{100%{width:460px;height:460px;transform:translateX(calc(100vw - 45px))}}}@media(width >= 75rem){@keyframes slideInFwd{100%{width:592px;height:591px}}@keyframes slideOutRight{100%{width:592px;height:591px;transform:translateX(calc(100vw - 45px))}}}@media(width >= 87.5rem){@keyframes slideOutRight{100%{width:592px;height:591px;transform:translateX(calc(100vw - 120px))}}}@media(width >= 2200px){@keyframes slideOutRight{100%{width:592px;height:591px;transform:translateX(calc(100vw - 592px))}}}span.ripple{position:absolute;border-radius:50%;transform:scale(0);animation:ripple 600ms linear;background-color:var(--ripple-bg-color)}@keyframes ripple{to{transform:scale(4);opacity:1}}:root{--size-base-unit: 0.5rem}[dir=rtl]{--rtlTranslateX: 50%;--rtlGradientToRight: 270deg;--rtlRotate45Inverse: -45deg}:host{display:inline-flex}:host([fullWidth]){display:flex}.cre8-c-inline-alert{font-family:var(--cre8-typography-body-default-font-family);font-size:var(--cre8-typography-body-default-font-size);font-weight:var(--cre8-typography-body-default-font-weight);line-height:var(--cre8-typography-body-default-line-height);text-decoration:var(--cre8-typography-body-default-text-decoration);text-transform:var(--cre8-typography-body-default-text-transform);font-weight:normal;display:inline-flex;align-items:flex-start;gap:0.5rem;padding:1rem;color:var(--cre8-color-content-default);background-color:var(--cre8-color-bg-info);border-color:var(--cre8-color-border-info);border-width:var(--cre8-border-width-default);border-style:var(--cre8-border-style-default);border-radius:var(--cre8-border-radius-default)}.cre8-c-inline-alert--full-width{width:100%}.cre8-c-inline-alert--error{background-color:var(--cre8-color-bg-error);border-color:var(--cre8-color-border-error)}.cre8-c-inline-alert--warning{background-color:var(--cre8-color-bg-warning);border-color:var(--cre8-color-border-warning)}.cre8-c-inline-alert--success{background-color:var(--cre8-color-bg-success);border-color:var(--cre8-color-border-success)}.cre8-c-inline-alert--attention{background-color:var(--cre8-color-bg-attention);border-color:var(--cre8-color-border-attention)}.cre8-c-inline-alert--neutral{background-color:var(--cre8-color-bg-subtle);border-color:var(--cre8-color-border-strong)}.cre8-c-inline-alert--transparent{padding:0;border:none;background-color:rgba(0,0,0,0);gap:0.5rem;border-radius:none}.cre8-c-inline-alert--transparent.cre8-c-inline-alert--error{color:var(--cre8-color-content-error)}.cre8-c-inline-alert--transparent.cre8-c-inline-alert--success{color:var(--cre8-color-content-success)}.cre8-c-inline-alert__icon{position:relative;color:var(--cre8-color-content-info-icon);height:1.5rem;width:1.5rem}.cre8-c-inline-alert--error .cre8-c-inline-alert__icon{color:var(--cre8-color-content-error-icon)}.cre8-c-inline-alert--warning .cre8-c-inline-alert__icon{color:var(--cre8-color-content-warning-icon)}.cre8-c-inline-alert--success .cre8-c-inline-alert__icon{color:var(--cre8-color-content-success-icon)}.cre8-c-inline-alert__icon .cre8-c-inline-alert--help,.cre8-c-inline-alert--info .cre8-c-inline-alert__icon{color:var(--cre8-color-content-info-icon)}.cre8-c-inline-alert--attention .cre8-c-inline-alert__icon{color:var(--cre8-color-content-attention-icon)}.cre8-c-inline-alert--neutral .cre8-c-inline-alert__icon{color:var(--cre8-color-content-default)}.cre8-c-inline-alert--transparent .cre8-c-inline-alert__icon{top:0;padding:0.125rem}`;
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,20IAA20I,CAAC;AAC91I,eAAe,MAAM,CAAC","sourcesContent":["import { css } from 'lit';\nconst styles = css`*,::slotted(*),*:before,*:after{box-sizing:border-box}:root{--size-base-unit: 0.5rem}[dir=rtl]{--rtlTranslateX: 50%;--rtlGradientToRight: 270deg;--rtlRotate45Inverse: -45deg}:host{--cre8-z-index-1: 1;--cre8-z-index-50: 50;--cre8-z-index-100: 100;--cre8-z-index-200: 200;--cre8-z-index-1030: 1030;--cre8-anim-fade-quick: 0.35s;--cre8-anim-ease: ease}@keyframes fadeIn{100%{opacity:1}}@keyframes slideIn{100%{transform:translateX(0)}}@keyframes slideInFwd{100%{width:272px;height:272px}}@keyframes slideOutRight{100%{width:272px;height:272px}}@keyframes slideUp{100%{transform:translateY(0)}}@media(width >= 481px){@keyframes slideInFwd{100%{width:417px;height:417px}}@keyframes slideOutRight{100%{width:417px;height:417px}}}@media(width >= 48rem){@keyframes slideInFwd{100%{width:330px;height:330px}}@keyframes slideOutRight{100%{width:330px;height:330px;transform:translateX(calc(100vw - 45px))}}}@media(width >= 60rem){@keyframes slideInFwd{100%{width:460px;height:460px}}@keyframes slideOutRight{100%{width:460px;height:460px;transform:translateX(calc(100vw - 45px))}}}@media(width >= 75rem){@keyframes slideInFwd{100%{width:592px;height:591px}}@keyframes slideOutRight{100%{width:592px;height:591px;transform:translateX(calc(100vw - 45px))}}}@media(width >= 87.5rem){@keyframes slideOutRight{100%{width:592px;height:591px;transform:translateX(calc(100vw - 120px))}}}@media(width >= 2200px){@keyframes slideOutRight{100%{width:592px;height:591px;transform:translateX(calc(100vw - 592px))}}}span.ripple{position:absolute;border-radius:50%;transform:scale(0);animation:ripple 600ms linear;background-color:var(--ripple-bg-color)}@keyframes ripple{to{transform:scale(4);opacity:1}}:root{--size-base-unit: 0.5rem}[dir=rtl]{--rtlTranslateX: 50%;--rtlGradientToRight: 270deg;--rtlRotate45Inverse: -45deg}:host{display:inline-flex}:host([fullWidth]){display:flex}.cre8-c-inline-alert{font-family:var(--cre8-typography-body-default-font-family);font-size:var(--cre8-typography-body-default-font-size);font-weight:var(--cre8-typography-body-default-font-weight);line-height:var(--cre8-typography-body-default-line-height);text-decoration:var(--cre8-typography-body-default-text-decoration);text-transform:var(--cre8-typography-body-default-text-transform);font-weight:normal;display:inline-flex;align-items:flex-start;gap:0.5rem;padding:1rem;color:var(--cre8-color-content-default);background-color:var(--cre8-color-bg-info);border-color:var(--cre8-color-border-info);border-width:var(--cre8-border-width-default);border-style:var(--cre8-border-style-default);border-radius:var(--cre8-border-radius-default)}.cre8-c-inline-alert--full-width{width:100%}.cre8-c-inline-alert--error{background-color:var(--cre8-color-bg-error);border-color:var(--cre8-color-border-error)}.cre8-c-inline-alert--warning{background-color:var(--cre8-color-bg-warning);border-color:var(--cre8-color-border-warning)}.cre8-c-inline-alert--success{background-color:var(--cre8-color-bg-success);border-color:var(--cre8-color-border-success)}.cre8-c-inline-alert--attention{background-color:var(--cre8-color-bg-attention);border-color:var(--cre8-color-border-attention)}.cre8-c-inline-alert--neutral{background-color:var(--cre8-color-bg-subtle);border-color:var(--cre8-color-border-strong)}.cre8-c-inline-alert--transparent{padding:0;border:none;background-color:rgba(0,0,0,0);gap:0.5rem;border-radius:none}.cre8-c-inline-alert--transparent.cre8-c-inline-alert--error{color:var(--cre8-color-content-error)}.cre8-c-inline-alert--transparent.cre8-c-inline-alert--success{color:var(--cre8-color-content-success)}.cre8-c-inline-alert__icon{position:relative;color:var(--cre8-color-content-info-icon);height:1.5rem;width:1.5rem}.cre8-c-inline-alert--error .cre8-c-inline-alert__icon{color:var(--cre8-color-content-error-icon)}.cre8-c-inline-alert--warning .cre8-c-inline-alert__icon{color:var(--cre8-color-content-warning-icon)}.cre8-c-inline-alert--success .cre8-c-inline-alert__icon{color:var(--cre8-color-content-success-icon)}.cre8-c-inline-alert__icon .cre8-c-inline-alert--help,.cre8-c-inline-alert--info .cre8-c-inline-alert__icon{color:var(--cre8-color-content-info-icon)}.cre8-c-inline-alert--attention .cre8-c-inline-alert__icon{color:var(--cre8-color-content-attention-icon)}.cre8-c-inline-alert--neutral .cre8-c-inline-alert__icon{color:var(--cre8-color-content-default)}.cre8-c-inline-alert--transparent .cre8-c-inline-alert__icon{top:0;padding:0.125rem}`;\nexport default styles;\n"]}
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);}