@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 +1 @@
1
- {"version":3,"file":"card.styles.d.ts","sourceRoot":"","sources":["../../../components/card/card.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBAAovF,CAAC;AACjwF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"card.styles.d.ts","sourceRoot":"","sources":["../../../components/card/card.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBAiViC,CAAC;AAC9C,eAAe,MAAM,CAAC"}
@@ -1,4 +1,341 @@
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:block}.cre8-c-card{overflow:hidden;display:flex;flex-direction:column;height:100%;width:100%;padding:1.5rem;gap:1rem;border-color:var(--cre8-color-border-default);border-style:var(--cre8-border-style-default);border-width:var(--cre8-border-width-default);border-radius:var(--cre8-border-radius-default);background:var(--cre8-color-bg-default)}.cre8-c-card--horizontal{flex-direction:row;align-items:center;justify-content:center}.cre8-c-card--bare{border:0;padding:0;gap:0;box-shadow:none}.cre8-c-card--horizontal-bare{flex-direction:row;border:0;padding:0;gap:0;box-shadow:none;align-items:center;justify-content:center}.cre8-c-card--align-center{text-align:center;align-items:center;justify-content:center}::slotted(img){width:100%}.cre8-c-card__header{display:block;flex:none}.cre8-c-card__body{display:block;flex:1 1 auto}.cre8-c-card__footer{display:block;flex:none}.cre8-c-card--bare .cre8-c-card__footer{padding:0}.cre8-c-card--horizontal-bare .cre8-c-card__footer{padding:0}`;
2
+ const styles = css `/**
3
+ * Border-Box http:/paulirish.com/2012/box-sizing-border-box-ftw/
4
+ */
5
+ *,
6
+ ::slotted(*),
7
+ *:before,
8
+ *:after {
9
+ box-sizing: border-box;
10
+ }
11
+
12
+ :root {
13
+ --size-base-unit: 0.5rem;
14
+ }
15
+
16
+ /**
17
+ * RTL support for values logical properties can't automatically adjust for
18
+ * 1) Percentage based horizontal translate values need to be flipped
19
+ * 2) Background gradients using "to-right" or "to-left" need to be switched to using deg values.
20
+ * 3) Inverse items that have 45degs
21
+ */
22
+ [dir=rtl] {
23
+ --rtlTranslateX: 50%;
24
+ /* 1 */
25
+ --rtlGradientToRight: 270deg;
26
+ /* 2 */
27
+ --rtlRotate45Inverse: -45deg;
28
+ /* 3 */
29
+ }
30
+
31
+ /**
32
+ * Visible focus outline for elements on a light background
33
+ */
34
+ /**
35
+ * Visible focus outline for elements with an error status
36
+ */
37
+ /**
38
+ * Visible focus outline for elements on a dark background
39
+ */
40
+ /**
41
+ * Focus state for themes that need a dashed outline for focus
42
+ * state
43
+ **/
44
+ /**
45
+ * Invisible focus outline for elements that need a more visible
46
+ * focus state for high-contrast mode
47
+ */
48
+ /**
49
+ * Visually hidden from display
50
+ */
51
+ /*
52
+ =======
53
+ Animations
54
+ =======
55
+ */
56
+ :host {
57
+ --cre8-z-index-1: 1;
58
+ --cre8-z-index-50: 50;
59
+ --cre8-z-index-100: 100;
60
+ --cre8-z-index-200: 200;
61
+ --cre8-z-index-1030: 1030;
62
+ --cre8-anim-fade-quick: 0.35s;
63
+ --cre8-anim-ease: ease;
64
+ }
65
+
66
+ @keyframes fadeIn {
67
+ 100% {
68
+ opacity: 1;
69
+ }
70
+ }
71
+ @keyframes slideIn {
72
+ 100% {
73
+ transform: translateX(0);
74
+ }
75
+ }
76
+ @keyframes slideInFwd {
77
+ 100% {
78
+ width: 272px;
79
+ height: 272px;
80
+ }
81
+ }
82
+ @keyframes slideOutRight {
83
+ 100% {
84
+ width: 272px;
85
+ height: 272px;
86
+ }
87
+ }
88
+ @keyframes slideUp {
89
+ 100% {
90
+ transform: translateY(0);
91
+ }
92
+ }
93
+ @media (width >= 481px) {
94
+ @keyframes slideInFwd {
95
+ 100% {
96
+ width: 417px;
97
+ height: 417px;
98
+ }
99
+ }
100
+ @keyframes slideOutRight {
101
+ 100% {
102
+ width: 417px;
103
+ height: 417px;
104
+ }
105
+ }
106
+ }
107
+ @media (width >= 48rem) {
108
+ @keyframes slideInFwd {
109
+ 100% {
110
+ width: 330px;
111
+ height: 330px;
112
+ }
113
+ }
114
+ @keyframes slideOutRight {
115
+ 100% {
116
+ width: 330px;
117
+ height: 330px;
118
+ transform: translateX(calc(100vw - 45px));
119
+ }
120
+ }
121
+ }
122
+ @media (width >= 60rem) {
123
+ @keyframes slideInFwd {
124
+ 100% {
125
+ width: 460px;
126
+ height: 460px;
127
+ }
128
+ }
129
+ @keyframes slideOutRight {
130
+ 100% {
131
+ width: 460px;
132
+ height: 460px;
133
+ transform: translateX(calc(100vw - 45px));
134
+ }
135
+ }
136
+ }
137
+ @media (width >= 75rem) {
138
+ @keyframes slideInFwd {
139
+ 100% {
140
+ width: 592px;
141
+ height: 591px;
142
+ }
143
+ }
144
+ @keyframes slideOutRight {
145
+ 100% {
146
+ width: 592px;
147
+ height: 591px;
148
+ transform: translateX(calc(100vw - 45px));
149
+ }
150
+ }
151
+ }
152
+ @media (width >= 87.5rem) {
153
+ @keyframes slideOutRight {
154
+ 100% {
155
+ width: 592px;
156
+ height: 591px;
157
+ transform: translateX(calc(100vw - 120px));
158
+ }
159
+ }
160
+ }
161
+ @media (width >= 2200px) {
162
+ @keyframes slideOutRight {
163
+ 100% {
164
+ width: 592px;
165
+ height: 591px;
166
+ transform: translateX(calc(100vw - 592px));
167
+ }
168
+ }
169
+ }
170
+ span.ripple {
171
+ position: absolute;
172
+ border-radius: 50%;
173
+ transform: scale(0);
174
+ animation: ripple 600ms linear;
175
+ background-color: var(--ripple-bg-color);
176
+ }
177
+
178
+ @keyframes ripple {
179
+ to {
180
+ transform: scale(4);
181
+ opacity: 1;
182
+ }
183
+ }
184
+ :root {
185
+ --size-base-unit: 0.5rem;
186
+ }
187
+
188
+ /**
189
+ * RTL support for values logical properties can't automatically adjust for
190
+ * 1) Percentage based horizontal translate values need to be flipped
191
+ * 2) Background gradients using "to-right" or "to-left" need to be switched to using deg values.
192
+ * 3) Inverse items that have 45degs
193
+ */
194
+ [dir=rtl] {
195
+ --rtlTranslateX: 50%;
196
+ /* 1 */
197
+ --rtlGradientToRight: 270deg;
198
+ /* 2 */
199
+ --rtlRotate45Inverse: -45deg;
200
+ /* 3 */
201
+ }
202
+
203
+ /**
204
+ * Visible focus outline for elements on a light background
205
+ */
206
+ /**
207
+ * Visible focus outline for elements with an error status
208
+ */
209
+ /**
210
+ * Visible focus outline for elements on a dark background
211
+ */
212
+ /**
213
+ * Focus state for themes that need a dashed outline for focus
214
+ * state
215
+ **/
216
+ /**
217
+ * Invisible focus outline for elements that need a more visible
218
+ * focus state for high-contrast mode
219
+ */
220
+ /**
221
+ * Visually hidden from display
222
+ */
223
+ :host {
224
+ display: block;
225
+ }
226
+
227
+ /**
228
+ * 1) A card is an organized block that typically contains a title, image,
229
+ * text, and/or calls to action. It is made up of an optional header slot, required
230
+ * body slot, and optional footer slot to place other Components and content within.
231
+ */
232
+ .cre8-c-card {
233
+ overflow: hidden;
234
+ display: flex;
235
+ flex-direction: column;
236
+ height: 100%;
237
+ width: 100%;
238
+ padding: 1.5rem;
239
+ gap: 1rem;
240
+ border-color: var(--cre8-color-border-default);
241
+ border-style: var(--cre8-border-style-default);
242
+ border-width: var(--cre8-border-width-default);
243
+ border-radius: var(--cre8-border-radius-container);
244
+ background: var(--cre8-color-bg-default);
245
+ }
246
+
247
+ /**
248
+ * Horizontal card
249
+ * 1) Organized block with flex-direction set to row so that header => footer appears
250
+ * from left to right rather than top to bottom
251
+ */
252
+ .cre8-c-card--horizontal {
253
+ flex-direction: row;
254
+ align-items: center;
255
+ justify-content: center;
256
+ }
257
+
258
+ /**
259
+ * Bare card
260
+ * 1) Organized block without a border, background, or padding
261
+ */
262
+ .cre8-c-card--bare {
263
+ border: 0;
264
+ padding: 0;
265
+ gap: 0;
266
+ box-shadow: none;
267
+ }
268
+
269
+ /**
270
+ * Horizontal-bare card
271
+ * 1) Organized block with flex-direction set to row so that header => footer appears
272
+ * from left to right rather than top to bottom without a border, background, or padding
273
+ */
274
+ .cre8-c-card--horizontal-bare {
275
+ flex-direction: row;
276
+ border: 0;
277
+ padding: 0;
278
+ gap: 0;
279
+ box-shadow: none;
280
+ align-items: center;
281
+ justify-content: center;
282
+ }
283
+
284
+ /**
285
+ * Center aligned card
286
+ * 1) Center content and text within the card
287
+ */
288
+ .cre8-c-card--align-center {
289
+ text-align: center;
290
+ /* 1 */
291
+ align-items: center;
292
+ /* 1 */
293
+ justify-content: center;
294
+ /* 1 */
295
+ }
296
+
297
+ /**
298
+ * Slotted image within a card
299
+ * 1) Make the image full width
300
+ */
301
+ ::slotted(img) {
302
+ width: 100%;
303
+ }
304
+
305
+ /**
306
+ * Card header
307
+ * 1) Remove flex so that body always takes up remaining space
308
+ */
309
+ .cre8-c-card__header {
310
+ display: block;
311
+ flex: none;
312
+ /* 1 */
313
+ }
314
+
315
+ /**
316
+ * Card body
317
+ * 1) Flex applied to always fill the remaining space of the card
318
+ */
319
+ .cre8-c-card__body {
320
+ display: block;
321
+ flex: 1 1 auto;
322
+ /* 1 */
323
+ }
324
+
325
+ /**
326
+ * Card footer
327
+ * 1) Remove flex so that body always takes up remaining space
328
+ */
329
+ .cre8-c-card__footer {
330
+ display: block;
331
+ flex: none;
332
+ /* 1 */
333
+ }
334
+ .cre8-c-card--bare .cre8-c-card__footer {
335
+ padding: 0;
336
+ }
337
+ .cre8-c-card--horizontal-bare .cre8-c-card__footer {
338
+ padding: 0;
339
+ }/*# sourceMappingURL=card.module.css.map */`;
3
340
  export default styles;
4
341
  //# sourceMappingURL=card.styles.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"card.styles.js","sourceRoot":"","sources":["../../../components/card/card.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,MAAM,MAAM,GAAG,GAAG,CAAA,8uFAA8uF,CAAC;AACjwF,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:block}.cre8-c-card{overflow:hidden;display:flex;flex-direction:column;height:100%;width:100%;padding:1.5rem;gap:1rem;border-color:var(--cre8-color-border-default);border-style:var(--cre8-border-style-default);border-width:var(--cre8-border-width-default);border-radius:var(--cre8-border-radius-default);background:var(--cre8-color-bg-default)}.cre8-c-card--horizontal{flex-direction:row;align-items:center;justify-content:center}.cre8-c-card--bare{border:0;padding:0;gap:0;box-shadow:none}.cre8-c-card--horizontal-bare{flex-direction:row;border:0;padding:0;gap:0;box-shadow:none;align-items:center;justify-content:center}.cre8-c-card--align-center{text-align:center;align-items:center;justify-content:center}::slotted(img){width:100%}.cre8-c-card__header{display:block;flex:none}.cre8-c-card__body{display:block;flex:1 1 auto}.cre8-c-card__footer{display:block;flex:none}.cre8-c-card--bare .cre8-c-card__footer{padding:0}.cre8-c-card--horizontal-bare .cre8-c-card__footer{padding:0}`;\nexport default styles;\n"]}
1
+ {"version":3,"file":"card.styles.js","sourceRoot":"","sources":["../../../components/card/card.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6CAiV2B,CAAC;AAC9C,eAAe,MAAM,CAAC","sourcesContent":["import { css } from 'lit';\nconst styles = css`/**\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: block;\n}\n\n/**\n * 1) A card is an organized block that typically contains a title, image,\n * text, and/or calls to action. It is made up of an optional header slot, required\n * body slot, and optional footer slot to place other Components and content within.\n */\n.cre8-c-card {\n overflow: hidden;\n display: flex;\n flex-direction: column;\n height: 100%;\n width: 100%;\n padding: 1.5rem;\n gap: 1rem;\n border-color: var(--cre8-color-border-default);\n border-style: var(--cre8-border-style-default);\n border-width: var(--cre8-border-width-default);\n border-radius: var(--cre8-border-radius-container);\n background: var(--cre8-color-bg-default);\n}\n\n/**\n * Horizontal card\n * 1) Organized block with flex-direction set to row so that header => footer appears\n * from left to right rather than top to bottom\n */\n.cre8-c-card--horizontal {\n flex-direction: row;\n align-items: center;\n justify-content: center;\n}\n\n/**\n * Bare card\n * 1) Organized block without a border, background, or padding\n */\n.cre8-c-card--bare {\n border: 0;\n padding: 0;\n gap: 0;\n box-shadow: none;\n}\n\n/**\n * Horizontal-bare card\n * 1) Organized block with flex-direction set to row so that header => footer appears\n * from left to right rather than top to bottom without a border, background, or padding\n */\n.cre8-c-card--horizontal-bare {\n flex-direction: row;\n border: 0;\n padding: 0;\n gap: 0;\n box-shadow: none;\n align-items: center;\n justify-content: center;\n}\n\n/**\n * Center aligned card\n * 1) Center content and text within the card\n */\n.cre8-c-card--align-center {\n text-align: center;\n /* 1 */\n align-items: center;\n /* 1 */\n justify-content: center;\n /* 1 */\n}\n\n/**\n * Slotted image within a card\n * 1) Make the image full width\n */\n::slotted(img) {\n width: 100%;\n}\n\n/**\n * Card header\n * 1) Remove flex so that body always takes up remaining space\n */\n.cre8-c-card__header {\n display: block;\n flex: none;\n /* 1 */\n}\n\n/**\n * Card body\n * 1) Flex applied to always fill the remaining space of the card\n */\n.cre8-c-card__body {\n display: block;\n flex: 1 1 auto;\n /* 1 */\n}\n\n/**\n * Card footer\n * 1) Remove flex so that body always takes up remaining space\n */\n.cre8-c-card__footer {\n display: block;\n flex: none;\n /* 1 */\n}\n.cre8-c-card--bare .cre8-c-card__footer {\n padding: 0;\n}\n.cre8-c-card--horizontal-bare .cre8-c-card__footer {\n padding: 0;\n}/*# sourceMappingURL=card.module.css.map */`;\nexport default styles;\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"field.styles.d.ts","sourceRoot":"","sources":["../../../components/field/field.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBAA+qJ,CAAC;AAC5rJ,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"field.styles.d.ts","sourceRoot":"","sources":["../../../components/field/field.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBAsWkC,CAAC;AAC/C,eAAe,MAAM,CAAC"}