@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
@@ -0,0 +1,532 @@
1
+ :root {
2
+ /* Header */
3
+ --cre8-desktop-menu-padding-vertical-padding: 1rem;
4
+ --cre8-desktop-menu-padding-horizontal-padding: 1.5rem;
5
+ --cre8-color-header-bg-default: #ffffff;
6
+ --cre8-color-header-bg-secondary: #f5f5f5;
7
+ --cre8-color-header-bg-tertiary: #000000;
8
+ --cre8-color-header-menu-bg-default: #ffffff;
9
+ --cre8-color-header-menu-bg-active: #a259ff;
10
+ --cre8-color-header-menu-bg-focus: #a259ff;
11
+ --cre8-color-header-menu-content-default: #333333;
12
+ --cre8-color-header-menu-content-active: #ffffff;
13
+ --cre8-color-header-menu-content-focus: #ffffff;
14
+ --cre8-color-header-menu-border-default: rgba(51, 51, 51, 0.0);
15
+ --cre8-color-header-menu-bg-hover: #f5f5f5;
16
+ --cre8-color-header-menu-content-hover: #a259ff;
17
+ --cre8-color-header-menu-border-hover: rgba(51, 51, 51, 0.0);
18
+ --cre8-color-header-menu-bg-pressed: #e6d8ff;
19
+ --cre8-color-header-menu-content-pressed: #7a42cc;
20
+ --cre8-color-header-menu-border-pressed: rgba(51, 51, 51, 0.0);
21
+ --cre8-color-header-menu-border-active: rgba(51, 51, 51, 0.0);
22
+ --cre8-color-header-menu-border-focus: rgba(51, 51, 51, 0.0);
23
+ --cre8-color-header-submenu-bg-default: #ffffff;
24
+ --cre8-color-header-submenu-bg-focus: #a259ff;
25
+ --cre8-color-header-submenu-content-default: #333333;
26
+ --cre8-color-header-submenu-bg-hover: #f5f5f5;
27
+ --cre8-color-header-submenu-content-hover: #a259ff;
28
+ --cre8-color-header-submenu-content-focus: #ffffff;
29
+ --cre8-color-header-submenu-bg-pressed: #e6d8ff;
30
+ --cre8-color-header-submenu-content-pressed: #7a42cc;
31
+
32
+ /* Footer */
33
+ --cre8-color-footer-bg-default: #f5f5f5;
34
+ --cre8-color-footer-bg-secondary: #000000;
35
+ --cre8-color-footer-content-default: #333333;
36
+ --cre8-color-footer-content-secondary: #ffffff;
37
+ --cre8-color-footer-link-default: #a259ff;
38
+ --cre8-color-footer-link-hover: #7a42cc;
39
+
40
+ /* Spacing System */
41
+ --cre8-spacing-0: 0rem;
42
+ --cre8-spacing-2: 0.125rem;
43
+ --cre8-spacing-4: 0.25rem;
44
+ --cre8-spacing-6: 0.375rem;
45
+ --cre8-spacing-8: 0.5rem;
46
+ --cre8-spacing-12: 0.75rem;
47
+ --cre8-spacing-14: 0.875rem;
48
+ --cre8-spacing-16: 1rem;
49
+ --cre8-spacing-18: 1.125rem;
50
+ --cre8-spacing-24: 1.5rem;
51
+ --cre8-spacing-32: 2rem;
52
+ --cre8-spacing-40: 2.5rem;
53
+ --cre8-spacing-48: 3rem;
54
+ --cre8-spacing-64: 4rem;
55
+ --cre8-spacing-80: 5rem;
56
+ --cre8-spacing-96: 6rem;
57
+ --cre8-spacing-120: 7.5rem;
58
+ --cre8-spacing-160: 10rem;
59
+
60
+ /* Button Styles */
61
+ --cre8-color-button-primary-bg: #a259ff;
62
+ --cre8-color-button-primary-bg-hover: #8a4adc;
63
+ --cre8-color-button-primary-bg-active: #7a42cc;
64
+ --cre8-color-button-primary-bg-disabled: #e6e6e6;
65
+ --cre8-color-button-primary-border: #a259ff;
66
+ --cre8-color-button-primary-border-hover: #8a4adc;
67
+ --cre8-color-button-primary-border-active: #7a42cc;
68
+ --cre8-color-button-primary-border-disabled: #e6e6e6;
69
+ --cre8-color-button-primary-content: #ffffff;
70
+ --cre8-color-button-primary-content-hover: #ffffff;
71
+ --cre8-color-button-primary-content-active: #ffffff;
72
+ --cre8-color-button-primary-content-disabled: #999999;
73
+ --cre8-color-button-primary-outline: #000000;
74
+
75
+ --cre8-color-button-secondary-bg: #ffffff;
76
+ --cre8-color-button-secondary-bg-hover: #f5f5f5;
77
+ --cre8-color-button-secondary-bg-active: #eeeeee;
78
+ --cre8-color-button-secondary-bg-disabled: #f5f5f5;
79
+ --cre8-color-button-secondary-border: #dddddd;
80
+ --cre8-color-button-secondary-border-hover: #a259ff;
81
+ --cre8-color-button-secondary-border-active: #7a42cc;
82
+ --cre8-color-button-secondary-border-disabled: #e6e6e6;
83
+ --cre8-color-button-secondary-content: #000000;
84
+ --cre8-color-button-secondary-content-hover: #a259ff;
85
+ --cre8-color-button-secondary-content-active: #7a42cc;
86
+ --cre8-color-button-secondary-content-disabled: #999999;
87
+ --cre8-color-button-secondary-outline: #000000;
88
+
89
+ --cre8-color-button-tertiary-bg: rgba(51, 51, 51, 0.0);
90
+ --cre8-color-button-tertiary-bg-hover: rgba(51, 51, 51, 0.0);
91
+ --cre8-color-button-tertiary-bg-active: rgba(51, 51, 51, 0.0);
92
+ --cre8-color-button-tertiary-bg-disabled: rgba(51, 51, 51, 0.0);
93
+ --cre8-color-button-tertiary-border: rgba(51, 51, 51, 0.0);
94
+ --cre8-color-button-tertiary-border-hover: #a259ff;
95
+ --cre8-color-button-tertiary-border-active: #7a42cc;
96
+ --cre8-color-button-tertiary-border-disabled: rgba(51, 51, 51, 0.0);
97
+ --cre8-color-button-tertiary-content: #a259ff;
98
+ --cre8-color-button-tertiary-content-hover: #8a4adc;
99
+ --cre8-color-button-tertiary-content-active: #7a42cc;
100
+ --cre8-color-button-tertiary-content-disabled: #999999;
101
+ --cre8-color-button-tertiary-outline: #000000;
102
+
103
+ /* Button Padding */
104
+ --cre8-button-padding-vertical-small: 0.5rem;
105
+ --cre8-button-padding-vertical-medium: 0.75rem;
106
+ --cre8-button-padding-vertical-icon-only: 0.25rem;
107
+ --cre8-button-padding-vertical-large: 1rem;
108
+ --cre8-button-padding-horizontal-small: 0.75rem;
109
+ --cre8-button-padding-horizontal-medium: 1.25rem;
110
+ --cre8-button-padding-horizontal-large: 1.75rem;
111
+ --cre8-button-padding-horizontal-icon-only: 0.25rem;
112
+
113
+ /* Background Colors */
114
+ --cre8-color-bg-default: #ffffff;
115
+ --cre8-color-bg-subtle: #f5f5f5;
116
+ --cre8-color-bg-strong: #000000;
117
+ --cre8-color-bg-disabled: #e6e6e6;
118
+ --cre8-color-bg-success: #e6f7ef;
119
+ --cre8-color-bg-success-strong: #0e8d69;
120
+ --cre8-color-bg-error: #fdeeee;
121
+ --cre8-color-bg-error-strong: #e14c4c;
122
+ --cre8-color-bg-warning: #fff4e2;
123
+ --cre8-color-bg-warning-strong: #f6a623;
124
+ --cre8-color-bg-info: #e6eaff;
125
+ --cre8-color-bg-info-strong: #5b6af9;
126
+ --cre8-color-bg-attention: #e6d8ff;
127
+ --cre8-color-bg-attention-strong: #a259ff;
128
+ --cre8-color-bg-default-hover: #f5f5f5;
129
+
130
+ /* Brand Colors */
131
+ --cre8-color-bg-brand: #a259ff;
132
+ --cre8-color-bg-brand-hover: #8a4adc;
133
+ --cre8-color-bg-brand-strong: #7a42cc;
134
+ --cre8-color-bg-brand-strong-hover: #6936b0;
135
+ --cre8-color-bg-brand-strong-active: #5b2e99;
136
+ --cre8-color-bg-brand-xstrong: #000000;
137
+ --cre8-color-bg-brand-xstrong-hover: #1a1a1a;
138
+ --cre8-color-bg-brand-xstrong-active: #333333;
139
+ --cre8-color-bg-opacity-transparent: rgba(51, 51, 51, 0.0);
140
+ --cre8-color-bg-opacity-default: rgba(51, 51, 51, 0.50);
141
+ --cre8-color-bg-active: #000000;
142
+
143
+ /* Content Colors */
144
+ --cre8-color-content-default: #000000;
145
+ --cre8-color-content-subtle: #666666;
146
+ --cre8-color-content-disabled: #999999;
147
+ --cre8-color-content-link-disabled: #999999;
148
+ --cre8-color-content-knockout: #ffffff;
149
+ --cre8-color-content-success: #0e8d69;
150
+ --cre8-color-content-success-icon: #0e8d69;
151
+ --cre8-color-content-error: #e14c4c;
152
+ --cre8-color-content-error-icon: #e14c4c;
153
+ --cre8-color-content-attention-icon: #7a42cc;
154
+ --cre8-color-content-brand-knockout: #ffffff;
155
+ --cre8-color-content-brand: #a259ff;
156
+ --cre8-color-content-brand-strong: #7a42cc;
157
+ --cre8-color-content-link: #a259ff;
158
+ --cre8-color-content-link-hover: #8a4adc;
159
+ --cre8-color-content-link-active: #7a42cc;
160
+ --cre8-color-content-link-visited: #9747ff;
161
+ --cre8-color-content-warning-icon: #f6a623;
162
+ --cre8-color-content-info-icon: #5b6af9;
163
+
164
+ /* Border Colors */
165
+ --cre8-color-border-default: #e6e6e6;
166
+ --cre8-color-border-strong: #999999;
167
+ --cre8-color-border-knockout: #ffffff;
168
+ --cre8-color-border-disabled: #cccccc;
169
+ --cre8-color-border-success: #0e8d69;
170
+ --cre8-color-border-error: #e14c4c;
171
+ --cre8-color-border-warning: #f6a623;
172
+ --cre8-color-border-info: #5b6af9;
173
+ --cre8-color-border-attention: #a259ff;
174
+ --cre8-color-border-brand: #a259ff;
175
+ --cre8-color-border-brand-subtle: #c9adff;
176
+ --cre8-color-border-brand-strong: #7a42cc;
177
+ --cre8-color-border-transparent: rgba(51, 51, 51, 0.0);
178
+ --cre8-color-border-active-outline: #a259ff;
179
+
180
+ /* Typography */
181
+ --cre8-font-size-0: 0.75rem;
182
+ --cre8-font-size-1: 0.875rem;
183
+ --cre8-font-size-2: 1rem;
184
+ --cre8-font-size-3: 1.125rem;
185
+ --cre8-font-size-4: 1.25rem;
186
+ --cre8-font-size-5: 1.5rem;
187
+ --cre8-font-size-6: 1.75rem;
188
+ --cre8-font-size-7: 2rem;
189
+ --cre8-font-size-8: 2.5rem;
190
+ --cre8-font-size-9: 3rem;
191
+ --cre8-font-size-10: 3.5rem;
192
+ --cre8-font-size-11: 4rem;
193
+ --cre8-font-size-12: 4.5rem;
194
+
195
+ --cre8-letter-spacing-0: -1.5;
196
+ --cre8-letter-spacing-1: -1;
197
+ --cre8-letter-spacing-2: -0.5;
198
+ --cre8-letter-spacing-3: 0;
199
+ --cre8-letter-spacing-4: 2;
200
+ --cre8-letter-spacing-5: 1;
201
+ --cre8-letter-spacing-6: 1.5;
202
+
203
+ --cre8-paragraph-spacing-0: 0;
204
+ --cre8-text-case-none: none;
205
+ --cre8-text-case-uppercase: uppercase;
206
+ --cre8-text-decoration-none: none;
207
+ --cre8-text-decoration-underline: underline;
208
+ --cre8-paragraph-indent-0: 0px;
209
+
210
+ /* Border Radius */
211
+ --cre8-border-radius-small: 4px;
212
+ --cre8-border-radius-default: 8px;
213
+ --cre8-border-radius-large: 12px;
214
+ --cre8-border-radius-round: 900px;
215
+ --cre8-border-radius-button: 8px;
216
+ --cre8-border-radius-badge: 4px;
217
+ --cre8-border-radius-tabs: 8px;
218
+ --cre8-border-radius-container: 12px;
219
+ --cre8-border-radius-field: 8px;
220
+
221
+ /* Border Properties */
222
+ --cre8-border-width-none: 0rem;
223
+ --cre8-border-width-default: 0.0625rem;
224
+ --cre8-border-width-focus: 0.125rem;
225
+ --cre8-border-width-large: 0.25rem;
226
+ --cre8-border-width-button-tertiary-outline-focus: 0.125rem;
227
+ --cre8-border-width-button-default: 0.125rem;
228
+ --cre8-border-width-tab-selected: 0.125rem;
229
+ --cre8-border-style-button-tertiary-outline-focus: solid;
230
+ --cre8-border-style-default: solid;
231
+
232
+ /* Shadows */
233
+ --cre8-shadow-default: 0 4px 8px 0 rgba(0,0,0,0.08);
234
+ --cre8-shadow-button: 0 2px 4px 0 rgba(0,0,0,0.06);
235
+ --cre8-shadow-none: none;
236
+ --cre8-shadow-large: 0 10px 20px 0 rgba(0,0,0,0.12);
237
+ --cre8-shadow-small: 0 2px 4px 0 rgba(0,0,0,0.04);
238
+
239
+ /* Miscellaneous */
240
+ --cre8-color-link-bg-active: #000000;
241
+ --cre8-font-families-default: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
242
+ --cre8-font-weights-nb-akademie-0: 400;
243
+ --cre8-font-weights-nb-akademie-1: 500;
244
+ --cre8-font-weights-nb-akademie-2: 700;
245
+
246
+ /* Line Heights */
247
+ --cre8-line-heights-0: 1.25;
248
+ --cre8-line-heights-1: 1.15;
249
+ --cre8-line-heights-2: 1.2;
250
+ --cre8-line-heights-3: 1.3;
251
+ --cre8-line-heights-4: 1.4;
252
+ --cre8-line-heights-5: 1.5;
253
+ --cre8-line-heights-6: 1.6;
254
+ --cre8-line-heights-7: 1.7;
255
+ --cre8-line-heights-8: 1.43;
256
+ --cre8-line-heights-9: 1.11;
257
+ --cre8-line-heights-10: 1.13;
258
+ --cre8-line-heights-11: 1.16;
259
+ --cre8-line-heights-12: 0.48;
260
+ --cre8-line-heights-13: 0.4;
261
+ --cre8-line-heights-14: 0.32;
262
+ --cre8-line-heights-15: 0.28;
263
+ --cre8-line-heights-16: 0.24;
264
+ --cre8-line-heights-17: 0.2;
265
+ --cre8-line-heights-18: 0.16;
266
+
267
+ /* Icon Sizes */
268
+ --cre8-icon-size-small: 0.875rem;
269
+ --cre8-icon-size-default: 1rem;
270
+ --cre8-icon-size-large: 1.25rem;
271
+
272
+ /* Badge Properties */
273
+ --cre8-badge-padding-horizontal: 0.375rem;
274
+ --cre8-badge-padding-vertical: 0.125rem;
275
+
276
+ /* Progress Meter */
277
+ --cre8-progress-meter-height: 0.5rem;
278
+
279
+ /* Breakpoints */
280
+ --cre8-breakpoints-bp-xsm: 23.4375rem;
281
+ --cre8-breakpoints-bp-sm: 35rem;
282
+ --cre8-breakpoints-bp-md: 48rem;
283
+ --cre8-breakpoints-bp-lg: 60rem;
284
+ --cre8-breakpoints-bp-xl: 75rem;
285
+ --cre8-breakpoints-bp-xxl: 87.5rem;
286
+ --cre8-typography-body-xlarge-font-family: #cccccc;
287
+ --cre8-typography-body-xlarge-font-size: 1rem;
288
+ --cre8-typography-body-xlarge-font-weight: #cccccc;
289
+ --cre8-typography-body-xlarge-line-height: 1.5;
290
+ --cre8-typography-body-xlarge-text-decoration: #cccccc;
291
+ --cre8-typography-body-xlarge-text-transform: #cccccc;
292
+ --cre8-typography-body-xlarge-strong-font-family: #cccccc;
293
+ --cre8-typography-body-xlarge-strong-font-size: 1rem;
294
+ --cre8-typography-body-xlarge-strong-font-weight: #cccccc;
295
+ --cre8-typography-body-xlarge-strong-line-height: 1.5;
296
+ --cre8-typography-body-xlarge-strong-text-decoration: #cccccc;
297
+ --cre8-typography-body-xlarge-strong-text-transform: #cccccc;
298
+ --cre8-typography-body-xlarge-link-font-family: #cccccc;
299
+ --cre8-typography-body-xlarge-link-font-size: 1rem;
300
+ --cre8-typography-body-xlarge-link-font-weight: #cccccc;
301
+ --cre8-typography-body-xlarge-link-line-height: 1.5;
302
+ --cre8-typography-body-xlarge-link-text-decoration: #cccccc;
303
+ --cre8-typography-body-xlarge-link-text-transform: #cccccc;
304
+ --cre8-typography-body-large-font-family: #cccccc;
305
+ --cre8-typography-body-large-font-size: 1rem;
306
+ --cre8-typography-body-large-font-weight: #cccccc;
307
+ --cre8-typography-body-large-line-height: 1.5;
308
+ --cre8-typography-body-large-text-decoration: #cccccc;
309
+ --cre8-typography-body-large-text-transform: #cccccc;
310
+ --cre8-typography-body-large-strong-font-family: #cccccc;
311
+ --cre8-typography-body-large-strong-font-size: 1rem;
312
+ --cre8-typography-body-large-strong-font-weight: #cccccc;
313
+ --cre8-typography-body-large-strong-line-height: 1.5;
314
+ --cre8-typography-body-large-strong-text-decoration: #cccccc;
315
+ --cre8-typography-body-large-strong-text-transform: #cccccc;
316
+ --cre8-typography-body-default-font-family: #cccccc;
317
+ --cre8-typography-body-default-font-size: 1rem;
318
+ --cre8-typography-body-default-font-weight: #cccccc;
319
+ --cre8-typography-body-default-line-height: 1.5;
320
+ --cre8-typography-body-default-text-decoration: #cccccc;
321
+ --cre8-typography-body-default-text-transform: #cccccc;
322
+ --cre8-typography-body-default-strong-font-family: #cccccc;
323
+ --cre8-typography-body-default-strong-font-size: 1rem;
324
+ --cre8-typography-body-default-strong-font-weight: #cccccc;
325
+ --cre8-typography-body-default-strong-line-height: 1.5;
326
+ --cre8-typography-body-default-strong-text-decoration: #cccccc;
327
+ --cre8-typography-body-default-strong-text-transform: #cccccc;
328
+ --cre8-typography-body-small-font-family: #cccccc;
329
+ --cre8-typography-body-small-font-size: 1rem;
330
+ --cre8-typography-body-small-font-weight: #cccccc;
331
+ --cre8-typography-body-small-line-height: 1.5;
332
+ --cre8-typography-body-small-text-decoration: #cccccc;
333
+ --cre8-typography-body-small-text-transform: #cccccc;
334
+ --cre8-typography-body-small-strong-font-family: #cccccc;
335
+ --cre8-typography-body-small-strong-font-size: 1rem;
336
+ --cre8-typography-body-small-strong-font-weight: #cccccc;
337
+ --cre8-typography-body-small-strong-line-height: 1.5;
338
+ --cre8-typography-body-small-strong-text-decoration: #cccccc;
339
+ --cre8-typography-body-small-strong-text-transform: #cccccc;
340
+ --cre8-typography-body-large-link-font-family: #cccccc;
341
+ --cre8-typography-body-large-link-font-size: 1rem;
342
+ --cre8-typography-body-large-link-font-weight: #cccccc;
343
+ --cre8-typography-body-large-link-line-height: 1.5;
344
+ --cre8-typography-body-large-link-text-decoration: #cccccc;
345
+ --cre8-typography-body-large-link-text-transform: #cccccc;
346
+ --cre8-typography-body-default-link-font-family: #cccccc;
347
+ --cre8-typography-body-default-link-font-size: 1rem;
348
+ --cre8-typography-body-default-link-font-weight: #cccccc;
349
+ --cre8-typography-body-default-link-line-height: 1.5;
350
+ --cre8-typography-body-default-link-text-decoration: #cccccc;
351
+ --cre8-typography-body-default-link-text-transform: #cccccc;
352
+ --cre8-typography-body-small-link-font-family: #cccccc;
353
+ --cre8-typography-body-small-link-font-size: 1rem;
354
+ --cre8-typography-body-small-link-font-weight: #cccccc;
355
+ --cre8-typography-body-small-link-line-height: 1.5;
356
+ --cre8-typography-body-small-link-text-decoration: #cccccc;
357
+ --cre8-typography-body-small-link-text-transform: #cccccc;
358
+ --cre8-typography-label-default-font-family: #cccccc;
359
+ --cre8-typography-label-default-font-size: 1rem;
360
+ --cre8-typography-label-default-font-weight: #cccccc;
361
+ --cre8-typography-label-default-line-height: 1.5;
362
+ --cre8-typography-label-default-text-decoration: #cccccc;
363
+ --cre8-typography-label-default-text-transform: #cccccc;
364
+ --cre8-typography-label-large-font-family: #cccccc;
365
+ --cre8-typography-label-large-font-size: 1rem;
366
+ --cre8-typography-label-large-font-weight: #cccccc;
367
+ --cre8-typography-label-large-line-height: 1.5;
368
+ --cre8-typography-label-large-text-decoration: #cccccc;
369
+ --cre8-typography-label-large-text-transform: #cccccc;
370
+ --cre8-typography-label-small-font-family: #cccccc;
371
+ --cre8-typography-label-small-font-size: 1rem;
372
+ --cre8-typography-label-small-font-weight: #cccccc;
373
+ --cre8-typography-label-small-line-height: 1.5;
374
+ --cre8-typography-label-small-text-decoration: #cccccc;
375
+ --cre8-typography-label-small-text-transform: #cccccc;
376
+ --cre8-typography-title-xlarge-font-family: #cccccc;
377
+ --cre8-typography-title-xlarge-font-size: 1rem;
378
+ --cre8-typography-title-xlarge-font-weight: #cccccc;
379
+ --cre8-typography-title-xlarge-line-height: 1.5;
380
+ --cre8-typography-title-xlarge-text-decoration: #cccccc;
381
+ --cre8-typography-title-xlarge-text-transform: #cccccc;
382
+ --cre8-typography-title-xlarge-mobile-font-family: #cccccc;
383
+ --cre8-typography-title-xlarge-mobile-font-size: 1rem;
384
+ --cre8-typography-title-xlarge-mobile-font-weight: #cccccc;
385
+ --cre8-typography-title-xlarge-mobile-line-height: 1.5;
386
+ --cre8-typography-title-xlarge-mobile-text-decoration: #cccccc;
387
+ --cre8-typography-title-xlarge-mobile-text-transform: #cccccc;
388
+ --cre8-typography-title-large-font-family: #cccccc;
389
+ --cre8-typography-title-large-font-size: 1rem;
390
+ --cre8-typography-title-large-font-weight: #cccccc;
391
+ --cre8-typography-title-large-line-height: 1.5;
392
+ --cre8-typography-title-large-text-decoration: #cccccc;
393
+ --cre8-typography-title-large-text-transform: #cccccc;
394
+ --cre8-typography-title-large-mobile-font-family: #cccccc;
395
+ --cre8-typography-title-large-mobile-font-size: 1rem;
396
+ --cre8-typography-title-large-mobile-font-weight: #cccccc;
397
+ --cre8-typography-title-large-mobile-line-height: 1.5;
398
+ --cre8-typography-title-large-mobile-text-decoration: #cccccc;
399
+ --cre8-typography-title-large-mobile-text-transform: #cccccc;
400
+ --cre8-typography-title-default-font-family: #cccccc;
401
+ --cre8-typography-title-default-font-size: 1rem;
402
+ --cre8-typography-title-default-font-weight: #cccccc;
403
+ --cre8-typography-title-default-line-height: 1.5;
404
+ --cre8-typography-title-default-text-decoration: #cccccc;
405
+ --cre8-typography-title-default-text-transform: #cccccc;
406
+ --cre8-typography-title-default-mobile-font-family: #cccccc;
407
+ --cre8-typography-title-default-mobile-font-size: 1rem;
408
+ --cre8-typography-title-default-mobile-font-weight: #cccccc;
409
+ --cre8-typography-title-default-mobile-line-height: 1.5;
410
+ --cre8-typography-title-default-mobile-text-decoration: #cccccc;
411
+ --cre8-typography-title-default-mobile-text-transform: #cccccc;
412
+ --cre8-typography-title-small-font-family: #cccccc;
413
+ --cre8-typography-title-small-font-size: 1rem;
414
+ --cre8-typography-title-small-font-weight: #cccccc;
415
+ --cre8-typography-title-small-line-height: 1.5;
416
+ --cre8-typography-title-small-text-decoration: #cccccc;
417
+ --cre8-typography-title-small-text-transform: #cccccc;
418
+ --cre8-typography-title-small-mobile-font-family: #cccccc;
419
+ --cre8-typography-title-small-mobile-font-size: 1rem;
420
+ --cre8-typography-title-small-mobile-font-weight: #cccccc;
421
+ --cre8-typography-title-small-mobile-line-height: 1.5;
422
+ --cre8-typography-title-small-mobile-text-decoration: #cccccc;
423
+ --cre8-typography-title-small-mobile-text-transform: #cccccc;
424
+ --cre8-typography-headline-large-font-family: #cccccc;
425
+ --cre8-typography-headline-large-font-size: 1rem;
426
+ --cre8-typography-headline-large-font-weight: #cccccc;
427
+ --cre8-typography-headline-large-line-height: 1.5;
428
+ --cre8-typography-headline-large-text-decoration: #cccccc;
429
+ --cre8-typography-headline-large-text-transform: #cccccc;
430
+ --cre8-typography-headline-large-mobile-font-family: #cccccc;
431
+ --cre8-typography-headline-large-mobile-font-size: 1rem;
432
+ --cre8-typography-headline-large-mobile-font-weight: #cccccc;
433
+ --cre8-typography-headline-large-mobile-line-height: 1.5;
434
+ --cre8-typography-headline-large-mobile-text-decoration: #cccccc;
435
+ --cre8-typography-headline-large-mobile-text-transform: #cccccc;
436
+ --cre8-typography-headline-default-font-family: #cccccc;
437
+ --cre8-typography-headline-default-font-size: 1rem;
438
+ --cre8-typography-headline-default-font-weight: #cccccc;
439
+ --cre8-typography-headline-default-line-height: 1.5;
440
+ --cre8-typography-headline-default-text-decoration: #cccccc;
441
+ --cre8-typography-headline-default-text-transform: #cccccc;
442
+ --cre8-typography-headline-default-mobile-font-family: #cccccc;
443
+ --cre8-typography-headline-default-mobile-font-size: 1rem;
444
+ --cre8-typography-headline-default-mobile-font-weight: #cccccc;
445
+ --cre8-typography-headline-default-mobile-line-height: 1.5;
446
+ --cre8-typography-headline-default-mobile-text-decoration: #cccccc;
447
+ --cre8-typography-headline-default-mobile-text-transform: #cccccc;
448
+ --cre8-typography-headline-small-font-family: #cccccc;
449
+ --cre8-typography-headline-small-font-size: 1rem;
450
+ --cre8-typography-headline-small-font-weight: #cccccc;
451
+ --cre8-typography-headline-small-line-height: 1.5;
452
+ --cre8-typography-headline-small-text-decoration: #cccccc;
453
+ --cre8-typography-headline-small-text-transform: #cccccc;
454
+ --cre8-typography-headline-small-mobile-font-family: #cccccc;
455
+ --cre8-typography-headline-small-mobile-font-size: 1rem;
456
+ --cre8-typography-headline-small-mobile-font-weight: #cccccc;
457
+ --cre8-typography-headline-small-mobile-line-height: 1.5;
458
+ --cre8-typography-headline-small-mobile-text-decoration: #cccccc;
459
+ --cre8-typography-headline-small-mobile-text-transform: #cccccc;
460
+ --cre8-typography-headline-xsmall-font-family: #cccccc;
461
+ --cre8-typography-headline-xsmall-font-size: 1rem;
462
+ --cre8-typography-headline-xsmall-font-weight: #cccccc;
463
+ --cre8-typography-headline-xsmall-line-height: 1.5;
464
+ --cre8-typography-headline-xsmall-text-decoration: #cccccc;
465
+ --cre8-typography-headline-xsmall-text-transform: #cccccc;
466
+ --cre8-typography-headline-xsmall-mobile-font-family: #cccccc;
467
+ --cre8-typography-headline-xsmall-mobile-font-size: 1rem;
468
+ --cre8-typography-headline-xsmall-mobile-font-weight: #cccccc;
469
+ --cre8-typography-headline-xsmall-mobile-line-height: 1.5;
470
+ --cre8-typography-headline-xsmall-mobile-text-decoration: #cccccc;
471
+ --cre8-typography-headline-xsmall-mobile-text-transform: #cccccc;
472
+ --cre8-typography-display-large-font-family: #cccccc;
473
+ --cre8-typography-display-large-font-size: 1rem;
474
+ --cre8-typography-display-large-font-weight: #cccccc;
475
+ --cre8-typography-display-large-line-height: 1.5;
476
+ --cre8-typography-display-large-text-decoration: #cccccc;
477
+ --cre8-typography-display-large-text-transform: #cccccc;
478
+ --cre8-typography-display-large-mobile-font-family: #cccccc;
479
+ --cre8-typography-display-large-mobile-font-size: 1rem;
480
+ --cre8-typography-display-large-mobile-font-weight: #cccccc;
481
+ --cre8-typography-display-large-mobile-line-height: 1.5;
482
+ --cre8-typography-display-large-mobile-text-decoration: #cccccc;
483
+ --cre8-typography-display-large-mobile-text-transform: #cccccc;
484
+ --cre8-typography-display-default-font-family: #cccccc;
485
+ --cre8-typography-display-default-font-size: 1rem;
486
+ --cre8-typography-display-default-font-weight: #cccccc;
487
+ --cre8-typography-display-default-line-height: 1.5;
488
+ --cre8-typography-display-default-text-decoration: #cccccc;
489
+ --cre8-typography-display-default-text-transform: #cccccc;
490
+ --cre8-typography-display-default-mobile-font-family: #cccccc;
491
+ --cre8-typography-display-default-mobile-font-size: 1rem;
492
+ --cre8-typography-display-default-mobile-font-weight: #cccccc;
493
+ --cre8-typography-display-default-mobile-line-height: 1.5;
494
+ --cre8-typography-display-default-mobile-text-decoration: #cccccc;
495
+ --cre8-typography-display-default-mobile-text-transform: #cccccc;
496
+ --cre8-typography-display-small-font-family: #cccccc;
497
+ --cre8-typography-display-small-font-size: 1rem;
498
+ --cre8-typography-display-small-font-weight: #cccccc;
499
+ --cre8-typography-display-small-line-height: 1.5;
500
+ --cre8-typography-display-small-text-decoration: #cccccc;
501
+ --cre8-typography-display-small-text-transform: #cccccc;
502
+ --cre8-typography-display-small-mobile-font-family: #cccccc;
503
+ --cre8-typography-display-small-mobile-font-size: 1rem;
504
+ --cre8-typography-display-small-mobile-font-weight: #cccccc;
505
+ --cre8-typography-display-small-mobile-line-height: 1.5;
506
+ --cre8-typography-display-small-mobile-text-decoration: #cccccc;
507
+ --cre8-typography-display-small-mobile-text-transform: #cccccc;
508
+ --cre8-typography-meta-default-font-family: #cccccc;
509
+ --cre8-typography-meta-default-font-size: 1rem;
510
+ --cre8-typography-meta-default-font-weight: #cccccc;
511
+ --cre8-typography-meta-default-line-height: 1.5;
512
+ --cre8-typography-meta-default-text-decoration: #cccccc;
513
+ --cre8-typography-meta-default-text-transform: #cccccc;
514
+ --cre8-typography-meta-default-sentence-case-font-family: #cccccc;
515
+ --cre8-typography-meta-default-sentence-case-font-size: 1rem;
516
+ --cre8-typography-meta-default-sentence-case-font-weight: #cccccc;
517
+ --cre8-typography-meta-default-sentence-case-line-height: 1.5;
518
+ --cre8-typography-meta-default-sentence-case-text-decoration: #cccccc;
519
+ --cre8-typography-meta-default-sentence-case-text-transform: #cccccc;
520
+ --cre8-typography-meta-large-font-family: #cccccc;
521
+ --cre8-typography-meta-large-font-size: 1rem;
522
+ --cre8-typography-meta-large-font-weight: #cccccc;
523
+ --cre8-typography-meta-large-line-height: 1.5;
524
+ --cre8-typography-meta-large-text-decoration: #cccccc;
525
+ --cre8-typography-meta-large-text-transform: #cccccc;
526
+ --cre8-typography-meta-small-font-family: #cccccc;
527
+ --cre8-typography-meta-small-font-size: 1rem;
528
+ --cre8-typography-meta-small-font-weight: #cccccc;
529
+ --cre8-typography-meta-small-line-height: 1.5;
530
+ --cre8-typography-meta-small-text-decoration: #cccccc;
531
+ --cre8-typography-meta-small-text-transform: #cccccc;
532
+ }
@@ -0,0 +1 @@
1
+ :root,:host{--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}}
@@ -0,0 +1 @@
1
+ body{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);-webkit-text-decoration:var(--cre8-typography-body-default-text-decoration);text-decoration:var(--cre8-typography-body-default-text-decoration);text-transform:var(--cre8-typography-body-default-text-transform);display:flex;flex-direction:column;padding:0;margin:0;color:var(--cre8-color-content-default);background:var(--background-default)}@media all and (min-width: 60rem){.page-container{background:linear-gradient(90deg, #fff 0, #fff 66.66%, #f8f8f9 0, #f8f8f9 0)}}.band__inner{margin-left:2rem;margin-right:2rem}@media all and (min-width: 60rem){.band__inner{margin-right:0}}
@@ -0,0 +1 @@
1
+ *,::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}
@@ -1,4 +1,4 @@
1
- @import '../../../../node_modules/@tmorrow/cre8-design-tokens/lib/web/mixins/typography-usage';
1
+ @import './typography-usage';
2
2
  @import './reset';
3
3
  @import './breakpoints';
4
4
  @import './animation';
@@ -0,0 +1 @@
1
+ .cre8-u-display-flex{display:flex !important}.cre8-u-display-block{display:block !important}
@@ -0,0 +1 @@
1
+ .cre8-u-content-knockout-brand{color:var(----cre8-color-content-knockout-brand)}.cre8-u-is-hidden{display:none !important;visibility:hidden !important}.cre8-u-is-vishidden{position:absolute !important;overflow:hidden;width:1px;height:1px;padding:0;border:0;clip:rect(1px, 1px, 1px, 1px)}@media all and (min-width: 23.4375rem){.cre8-u-hide-sm{display:none !important}}@media all and (min-width: 35rem){.cre8-u-hide-sm-2{display:none !important}}@media all and (min-width: 48rem){.cre8-u-hide-md{display:none !important}}@media all and (min-width: 60rem){.cre8-u-hide-lg{display:none !important}}@media all and (min-width: 75rem){.cre8-u-hide-xl{display:none !important}}@media all and (max-width: 23.4375rem){.cre8-u-show-sm{display:none !important}}@media all and (max-width: 35rem){.cre8-u-show-sm-2{display:none !important}}@media all and (max-width: 48rem){.cre8-u-show-md{display:none !important}}@media all and (max-width: 60rem){.cre8-u-show-lg{display:none !important}}@media all and (max-width: 75rem){.cre8-u-show-xl{display:none !important}}.cre8-u-margin-none{margin:0 !important}.cre8-u-margin-sm{margin:size(1) !important}.cre8-u-margin-md{margin:size(2) !important}.cre8-u-margin-lg{margin:size(3) !important}.cre8-u-margin-xl{margin:size(4) !important}.cre8-u-margin-xxl{margin:size(8) !important}.cre8-u-margin-top-none{margin-top:0 !important}.cre8-u-margin-top-sm{margin-top:size(1) !important}.cre8-u-margin-top-md{margin-top:size(2) !important}.cre8-u-margin-top-lg{margin-top:size(3) !important}.cre8-u-margin-top-xl{margin-top:size(4) !important}.cre8-u-margin-top-xxl{margin-top:size(8) !important}.cre8-u-margin-right-none{margin-right:0 !important}.cre8-u-margin-right-sm{margin-right:size(1) !important}.cre8-u-margin-right-md{margin-right:size(2) !important}.cre8-u-margin-right-lg{margin-right:size(3) !important}.cre8-u-margin-right-xl{margin-right:size(4) !important}.cre8-u-margin-right-xxl{margin-right:size(8) !important}.cre8-u-margin-bottom-none{margin-bottom:0 !important}.cre8-u-margin-bottom-sm{margin-bottom:size(1) !important}.cre8-u-margin-bottom-md{margin-bottom:size(2) !important}.cre8-u-margin-bottom-lg{margin-bottom:size(3) !important}.cre8-u-margin-bottom-xl{margin-bottom:size(4) !important}.cre8-u-margin-bottom-xxl{margin-bottom:size(8) !important}.cre8-u-margin-bottom-xl-xxl{margin-bottom:size(4) !important}@media all and (min-width: 768px){.cre8-u-margin-bottom-xl-xxl{margin-bottom:size(8) !important}}.cre8-u-margin-left-none{margin-left:0 !important}.cre8-u-margin-left-sm{margin-left:size(1) !important}.cre8-u-margin-left-md{margin-left:size(2) !important}.cre8-u-margin-left-lg{margin-left:size(3) !important}.cre8-u-margin-left-xl{margin-left:size(4) !important}.cre8-u-margin-left-xxl{margin-left:size(8) !important}.cre8-u-padding-none{padding:0 !important}.cre8-u-padding-sm{padding:size(1) !important}.cre8-u-padding-md{padding:size(2) !important}.cre8-u-padding-lg{padding:size(3) !important}.cre8-u-padding-xl{padding:size(4) !important}.cre8-u-padding-xxl{padding:size(8) !important}.cre8-u-padding-top-none{padding-top:0 !important}.cre8-u-padding-top-sm{padding-top:size(1) !important}.cre8-u-padding-top-md{padding-top:size(2) !important}.cre8-u-padding-top-lg{padding-top:size(3) !important}.cre8-u-padding-top-xl{padding-top:size(4) !important}.cre8-u-padding-top-xxl{padding-top:size(8) !important}.cre8-u-padding-right-none{padding-right:0 !important}.cre8-u-padding-right-sm{padding-right:size(1) !important}.cre8-u-padding-right-md{padding-right:size(2) !important}.cre8-u-padding-right-lg{padding-right:size(3) !important}.cre8-u-padding-right-xl{padding-right:size(4) !important}.cre8-u-padding-right-xxl{padding-right:size(8) !important}.cre8-u-padding-bottom-none{padding-bottom:0 !important}.cre8-u-padding-bottom-sm{padding-bottom:size(1) !important}.cre8-u-padding-bottom-md{padding-bottom:size(2) !important}.cre8-u-padding-bottom-lg{padding-bottom:size(3) !important}.cre8-u-padding-bottom-xl{padding-bottom:size(4) !important}.cre8-u-padding-bottom-xxl{padding-bottom:size(8) !important}.cre8-u-padding-left-none{padding-left:0 !important}.cre8-u-padding-left-sm{padding-left:size(1) !important}.cre8-u-padding-left-md{padding-left:size(2) !important}.cre8-u-padding-left-lg{padding-left:size(3) !important}.cre8-u-padding-left-xl{padding-left:size(4) !important}.cre8-u-padding-left-xxl{padding-left:size(8) !important}.cre8-u-display-flex{display:flex !important}.cre8-u-display-block{display:block !important}body{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);-webkit-text-decoration:var(--cre8-typography-body-default-text-decoration);text-decoration:var(--cre8-typography-body-default-text-decoration);text-transform:var(--cre8-typography-body-default-text-transform);display:flex;flex-direction:column;padding:0;margin:0;color:var(--cre8-color-content-default);background:var(--background-default)}@media all and (min-width: 60rem){.page-container{background:linear-gradient(90deg, #fff 0, #fff 66.66%, #f8f8f9 0, #f8f8f9 0)}}.band__inner{margin-left:2rem;margin-right:2rem}@media all and (min-width: 60rem){.band__inner{margin-right:0}}img{max-width:100%;height:auto}
@@ -0,0 +1 @@
1
+ .cre8-u-margin-none{margin:0 !important}.cre8-u-margin-sm{margin:size(1) !important}.cre8-u-margin-md{margin:size(2) !important}.cre8-u-margin-lg{margin:size(3) !important}.cre8-u-margin-xl{margin:size(4) !important}.cre8-u-margin-xxl{margin:size(8) !important}.cre8-u-margin-top-none{margin-top:0 !important}.cre8-u-margin-top-sm{margin-top:size(1) !important}.cre8-u-margin-top-md{margin-top:size(2) !important}.cre8-u-margin-top-lg{margin-top:size(3) !important}.cre8-u-margin-top-xl{margin-top:size(4) !important}.cre8-u-margin-top-xxl{margin-top:size(8) !important}.cre8-u-margin-right-none{margin-right:0 !important}.cre8-u-margin-right-sm{margin-right:size(1) !important}.cre8-u-margin-right-md{margin-right:size(2) !important}.cre8-u-margin-right-lg{margin-right:size(3) !important}.cre8-u-margin-right-xl{margin-right:size(4) !important}.cre8-u-margin-right-xxl{margin-right:size(8) !important}.cre8-u-margin-bottom-none{margin-bottom:0 !important}.cre8-u-margin-bottom-sm{margin-bottom:size(1) !important}.cre8-u-margin-bottom-md{margin-bottom:size(2) !important}.cre8-u-margin-bottom-lg{margin-bottom:size(3) !important}.cre8-u-margin-bottom-xl{margin-bottom:size(4) !important}.cre8-u-margin-bottom-xxl{margin-bottom:size(8) !important}.cre8-u-margin-bottom-xl-xxl{margin-bottom:size(4) !important}@media all and (min-width: 768px){.cre8-u-margin-bottom-xl-xxl{margin-bottom:size(8) !important}}.cre8-u-margin-left-none{margin-left:0 !important}.cre8-u-margin-left-sm{margin-left:size(1) !important}.cre8-u-margin-left-md{margin-left:size(2) !important}.cre8-u-margin-left-lg{margin-left:size(3) !important}.cre8-u-margin-left-xl{margin-left:size(4) !important}.cre8-u-margin-left-xxl{margin-left:size(8) !important}.cre8-u-padding-none{padding:0 !important}.cre8-u-padding-sm{padding:size(1) !important}.cre8-u-padding-md{padding:size(2) !important}.cre8-u-padding-lg{padding:size(3) !important}.cre8-u-padding-xl{padding:size(4) !important}.cre8-u-padding-xxl{padding:size(8) !important}.cre8-u-padding-top-none{padding-top:0 !important}.cre8-u-padding-top-sm{padding-top:size(1) !important}.cre8-u-padding-top-md{padding-top:size(2) !important}.cre8-u-padding-top-lg{padding-top:size(3) !important}.cre8-u-padding-top-xl{padding-top:size(4) !important}.cre8-u-padding-top-xxl{padding-top:size(8) !important}.cre8-u-padding-right-none{padding-right:0 !important}.cre8-u-padding-right-sm{padding-right:size(1) !important}.cre8-u-padding-right-md{padding-right:size(2) !important}.cre8-u-padding-right-lg{padding-right:size(3) !important}.cre8-u-padding-right-xl{padding-right:size(4) !important}.cre8-u-padding-right-xxl{padding-right:size(8) !important}.cre8-u-padding-bottom-none{padding-bottom:0 !important}.cre8-u-padding-bottom-sm{padding-bottom:size(1) !important}.cre8-u-padding-bottom-md{padding-bottom:size(2) !important}.cre8-u-padding-bottom-lg{padding-bottom:size(3) !important}.cre8-u-padding-bottom-xl{padding-bottom:size(4) !important}.cre8-u-padding-bottom-xxl{padding-bottom:size(8) !important}.cre8-u-padding-left-none{padding-left:0 !important}.cre8-u-padding-left-sm{padding-left:size(1) !important}.cre8-u-padding-left-md{padding-left:size(2) !important}.cre8-u-padding-left-lg{padding-left:size(3) !important}.cre8-u-padding-left-xl{padding-left:size(4) !important}.cre8-u-padding-left-xxl{padding-left:size(8) !important}
@@ -0,0 +1,39 @@
1
+ :root {
2
+ --size-base-unit: 0.5rem;
3
+ }
4
+
5
+ /**
6
+ * RTL support for values logical properties can't automatically adjust for
7
+ * 1) Percentage based horizontal translate values need to be flipped
8
+ * 2) Background gradients using "to-right" or "to-left" need to be switched to using deg values.
9
+ * 3) Inverse items that have 45degs
10
+ */
11
+ [dir=rtl] {
12
+ --rtlTranslateX: 50%;
13
+ /* 1 */
14
+ --rtlGradientToRight: 270deg;
15
+ /* 2 */
16
+ --rtlRotate45Inverse: -45deg;
17
+ /* 3 */
18
+ }
19
+
20
+ /**
21
+ * Visible focus outline for elements on a light background
22
+ */
23
+ /**
24
+ * Visible focus outline for elements with an error status
25
+ */
26
+ /**
27
+ * Visible focus outline for elements on a dark background
28
+ */
29
+ /**
30
+ * Focus state for themes that need a dashed outline for focus
31
+ * state
32
+ **/
33
+ /**
34
+ * Invisible focus outline for elements that need a more visible
35
+ * focus state for high-contrast mode
36
+ */
37
+ /**
38
+ * Visually hidden from display
39
+ *//*# sourceMappingURL=variables.css.map */
@@ -30,6 +30,7 @@
30
30
  @include cre8-typography-label-small();
31
31
  display: block;
32
32
  margin-bottom: size(1);
33
+ margin-left: var(--cre8-input-label-margin-left, 0px);
33
34
  }
34
35
 
35
36
  // Inverted form label styles
@@ -232,13 +233,14 @@
232
233
  @mixin input-styles() {
233
234
  @include cre8-typography-body-default();
234
235
  @include focusTransparent();
236
+ --size-base-unit: .5rem;
235
237
  -webkit-appearance: none;
236
238
  width: 100%;
237
239
  border-width: var(--cre8-border-width-default);
238
240
  border-style: solid;
239
241
  border-color: var(--cre8-color-border-strong);
240
242
  border-radius: var(--cre8-border-radius-default);
241
- padding: size(1.5) size(1);
243
+ padding: var(--cre8-input-padding, size(1.5) size(1));
242
244
  color: var(--cre8-color-content-default);
243
245
  background-color: var(--cre8-color-bg-default);
244
246
  transition: outline-color var(--cre8-anim-fade-quick) var(--cre8-anim-ease), border-color var(--cre8-anim-fade-quick) var(--cre8-anim-ease), background-color var(--cre8-anim-fade-quick) var(--cre8-anim-ease), color var(--cre8-anim-fade-quick) var(--cre8-anim-ease);
@@ -0,0 +1 @@
1
+ .cre8-u-is-hidden{display:none !important;visibility:hidden !important}.cre8-u-is-vishidden{position:absolute !important;overflow:hidden;width:1px;height:1px;padding:0;border:0;clip:rect(1px, 1px, 1px, 1px)}@media all and (min-width: 23.4375rem){.cre8-u-hide-sm{display:none !important}}@media all and (min-width: 35rem){.cre8-u-hide-sm-2{display:none !important}}@media all and (min-width: 48rem){.cre8-u-hide-md{display:none !important}}@media all and (min-width: 60rem){.cre8-u-hide-lg{display:none !important}}@media all and (min-width: 75rem){.cre8-u-hide-xl{display:none !important}}@media all and (max-width: 23.4375rem){.cre8-u-show-sm{display:none !important}}@media all and (max-width: 35rem){.cre8-u-show-sm-2{display:none !important}}@media all and (max-width: 48rem){.cre8-u-show-md{display:none !important}}@media all and (max-width: 60rem){.cre8-u-show-lg{display:none !important}}@media all and (max-width: 75rem){.cre8-u-show-xl{display:none !important}}
@@ -0,0 +1 @@
1
+ :root,:host{--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}}