@rededor/cura 1.0.0-alpha.8 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (263) hide show
  1. package/dist/assets/assets/icons/iconset-default-list.ts +1 -1
  2. package/dist/assets/assets/icons/iconset-default-tmp.svg +4 -0
  3. package/dist/assets/assets/icons/iconset-default.svg +1 -1
  4. package/dist/cjs/{app-globals-bcffd819.js → app-globals-b77d5b06.js} +7 -7
  5. package/dist/cjs/{app-globals-bcffd819.js.map → app-globals-b77d5b06.js.map} +1 -1
  6. package/dist/cjs/cura-accordion_12.cjs.entry.js +20 -15
  7. package/dist/cjs/cura-accordion_12.cjs.entry.js.map +1 -1
  8. package/dist/cjs/cura-alert.cjs.entry.js +1 -1
  9. package/dist/cjs/cura-avatar.cjs.entry.js +1 -1
  10. package/dist/cjs/cura-badge-distance.cjs.entry.js +46 -0
  11. package/dist/cjs/cura-badge-distance.cjs.entry.js.map +1 -0
  12. package/dist/cjs/cura-button-outline.cjs.entry.js +10 -6
  13. package/dist/cjs/cura-button-outline.cjs.entry.js.map +1 -1
  14. package/dist/cjs/cura-button-select.cjs.entry.js +2 -2
  15. package/dist/cjs/cura-button-select.cjs.entry.js.map +1 -1
  16. package/dist/cjs/cura-button-transparent.cjs.entry.js +11 -7
  17. package/dist/cjs/cura-button-transparent.cjs.entry.js.map +1 -1
  18. package/dist/cjs/cura-button.definitions-f036371c.js +12 -0
  19. package/dist/cjs/cura-button.definitions-f036371c.js.map +1 -0
  20. package/dist/cjs/cura-calendar.cjs.entry.js +99 -10
  21. package/dist/cjs/cura-calendar.cjs.entry.js.map +1 -1
  22. package/dist/cjs/cura-card.cjs.entry.js +1 -1
  23. package/dist/cjs/cura-checkbox.cjs.entry.js +1 -1
  24. package/dist/cjs/cura-display.cjs.entry.js +19 -10
  25. package/dist/cjs/cura-display.cjs.entry.js.map +1 -1
  26. package/dist/cjs/cura-dropdown-search-option-title.cjs.entry.js +1 -1
  27. package/dist/cjs/cura-dropdown-search-option.cjs.entry.js +5 -3
  28. package/dist/cjs/cura-dropdown-search-option.cjs.entry.js.map +1 -1
  29. package/dist/cjs/cura-dropdown-search.cjs.entry.js +3 -3
  30. package/dist/cjs/cura-dropdown-search.cjs.entry.js.map +1 -1
  31. package/dist/cjs/cura-icons-view.cjs.entry.js +4 -4
  32. package/dist/cjs/cura-icons-view.cjs.entry.js.map +1 -1
  33. package/dist/cjs/cura-loader-bar.cjs.entry.js +1 -1
  34. package/dist/cjs/cura-radio.cjs.entry.js +1 -1
  35. package/dist/cjs/cura-switch.cjs.entry.js +1 -1
  36. package/dist/cjs/cura-toast.cjs.entry.js +1 -1
  37. package/dist/cjs/cura.cjs.js +2 -2
  38. package/dist/cjs/loader.cjs.js +2 -2
  39. package/dist/collection/api/theme-presets/theme-maternity.js +6 -6
  40. package/dist/collection/api/theme-presets/theme-maternity.js.map +1 -1
  41. package/dist/collection/assets/icons/iconset-default-list.js +1 -1
  42. package/dist/collection/assets/icons/iconset-default-list.js.map +1 -1
  43. package/dist/collection/assets/icons/iconset-default-tmp.svg +4 -0
  44. package/dist/collection/assets/icons/iconset-default.svg +1 -1
  45. package/dist/collection/assets-raw/icons/default/drug.svg +3 -0
  46. package/dist/collection/collection-manifest.json +1 -0
  47. package/dist/collection/components/badges/cura-badge-distance/cura-badge-distance.css +28 -0
  48. package/dist/collection/components/badges/cura-badge-distance/cura-badge-distance.js +94 -0
  49. package/dist/collection/components/badges/cura-badge-distance/cura-badge-distance.js.map +1 -0
  50. package/dist/collection/components/badges/cura-badge-distance/cura-badge-distance.stories.js +56 -0
  51. package/dist/collection/components/badges/cura-badge-distance/cura-badge-distance.stories.js.map +1 -0
  52. package/dist/collection/components/buttons/cura-button/cura-button.css +61 -65
  53. package/dist/collection/components/buttons/cura-button/cura-button.js +26 -3
  54. package/dist/collection/components/buttons/cura-button/cura-button.js.map +1 -1
  55. package/dist/collection/components/buttons/cura-button/cura-button.stories.js +28 -2
  56. package/dist/collection/components/buttons/cura-button/cura-button.stories.js.map +1 -1
  57. package/dist/collection/components/buttons/cura-button-outline/cura-button-outline.css +50 -53
  58. package/dist/collection/components/buttons/cura-button-outline/cura-button-outline.js +28 -6
  59. package/dist/collection/components/buttons/cura-button-outline/cura-button-outline.js.map +1 -1
  60. package/dist/collection/components/buttons/cura-button-outline/cura-button-outline.stories.js +28 -2
  61. package/dist/collection/components/buttons/cura-button-outline/cura-button-outline.stories.js.map +1 -1
  62. package/dist/collection/components/buttons/cura-button-select/cura-button-select.css +29 -33
  63. package/dist/collection/components/buttons/cura-button-select/cura-button-select.js +1 -1
  64. package/dist/collection/components/buttons/cura-button-transparent/cura-button-transparent.css +37 -54
  65. package/dist/collection/components/buttons/cura-button-transparent/cura-button-transparent.js +31 -9
  66. package/dist/collection/components/buttons/cura-button-transparent/cura-button-transparent.js.map +1 -1
  67. package/dist/collection/components/buttons/cura-button-transparent/cura-button-transparent.stories.js +16 -6
  68. package/dist/collection/components/buttons/cura-button-transparent/cura-button-transparent.stories.js.map +1 -1
  69. package/dist/collection/components/buttons/cura-button.definitions.js +7 -0
  70. package/dist/collection/components/buttons/cura-button.definitions.js.map +1 -0
  71. package/dist/collection/components/cura-alert/cura-alert.js +1 -1
  72. package/dist/collection/components/cura-avatar/cura-avatar.js +1 -1
  73. package/dist/collection/components/cura-calendar/cura-calendar.css +18 -1
  74. package/dist/collection/components/cura-calendar/cura-calendar.js +93 -17
  75. package/dist/collection/components/cura-calendar/cura-calendar.js.map +1 -1
  76. package/dist/collection/components/cura-calendar/cura-calendar.stories.js +24 -4
  77. package/dist/collection/components/cura-calendar/cura-calendar.stories.js.map +1 -1
  78. package/dist/collection/components/cura-card/cura-card.js +1 -1
  79. package/dist/collection/components/cura-icon/cura-icon.js +1 -1
  80. package/dist/collection/components/cura-icons-view/cura-icons-view.js +3 -3
  81. package/dist/collection/components/cura-page-template/cura-page-template.js +1 -1
  82. package/dist/collection/components/cura-toast/cura-toast.js +1 -1
  83. package/dist/collection/components/forms/cura-checkbox/cura-checkbox.js +1 -1
  84. package/dist/collection/components/forms/cura-dropdown-search/cura-dropdown-search-option/cura-dropdown-search-option.css +48 -29
  85. package/dist/collection/components/forms/cura-dropdown-search/cura-dropdown-search-option/cura-dropdown-search-option.js +4 -2
  86. package/dist/collection/components/forms/cura-dropdown-search/cura-dropdown-search-option/cura-dropdown-search-option.js.map +1 -1
  87. package/dist/collection/components/forms/cura-dropdown-search/cura-dropdown-search-option-title/cura-dropdown-search-option-title.js +1 -1
  88. package/dist/collection/components/forms/cura-dropdown-search/cura-dropdown-search.js +3 -3
  89. package/dist/collection/components/forms/cura-dropdown-search/cura-dropdown-search.js.map +1 -1
  90. package/dist/collection/components/forms/cura-label/cura-label.js +3 -3
  91. package/dist/collection/components/forms/cura-label/cura-label.js.map +1 -1
  92. package/dist/collection/components/forms/cura-radio/cura-radio.js +1 -1
  93. package/dist/collection/components/forms/cura-select/cura-select.js +3 -3
  94. package/dist/collection/components/forms/cura-select-options/cura-select-option.js +1 -1
  95. package/dist/collection/components/forms/cura-switch/cura-switch.js +1 -1
  96. package/dist/collection/components/loaders/cura-loader-bar/cura-loader-bar.js +1 -1
  97. package/dist/collection/components/loaders/cura-loader-circle/cura-loader-circle.js +1 -1
  98. package/dist/collection/components/text/cura-display/cura-display.css +16 -0
  99. package/dist/collection/components/text/cura-display/cura-display.js +37 -10
  100. package/dist/collection/components/text/cura-display/cura-display.js.map +1 -1
  101. package/dist/collection/components/text/cura-display/cura-display.stories.js +13 -2
  102. package/dist/collection/components/text/cura-display/cura-display.stories.js.map +1 -1
  103. package/dist/collection/components/text/cura-heading/cura-heading.js +1 -1
  104. package/dist/collection/components/text/cura-paragraph/cura-paragraph.css +9 -1
  105. package/dist/collection/components/text/cura-paragraph/cura-paragraph.js +1 -1
  106. package/dist/collection/components/text/cura-paragraph/cura-paragraph.stories.js +1 -1
  107. package/dist/collection/components/text/cura-paragraph/cura-paragraph.stories.js.map +1 -1
  108. package/dist/components/cura-alert.js +1 -1
  109. package/dist/components/cura-avatar.js +1 -1
  110. package/dist/components/cura-badge-distance.d.ts +11 -0
  111. package/dist/components/cura-badge-distance.js +73 -0
  112. package/dist/components/cura-badge-distance.js.map +1 -0
  113. package/dist/components/cura-button-outline.js +11 -6
  114. package/dist/components/cura-button-outline.js.map +1 -1
  115. package/dist/components/cura-button-select.js +2 -2
  116. package/dist/components/cura-button-select.js.map +1 -1
  117. package/dist/components/cura-button-transparent2.js +13 -8
  118. package/dist/components/cura-button-transparent2.js.map +1 -1
  119. package/dist/components/cura-button.definitions.js +10 -0
  120. package/dist/components/cura-button.definitions.js.map +1 -0
  121. package/dist/components/cura-button.js +10 -4
  122. package/dist/components/cura-button.js.map +1 -1
  123. package/dist/components/cura-calendar.js +118 -15
  124. package/dist/components/cura-calendar.js.map +1 -1
  125. package/dist/components/cura-card.js +1 -1
  126. package/dist/components/cura-checkbox.js +1 -1
  127. package/dist/components/cura-display.js +21 -11
  128. package/dist/components/cura-display.js.map +1 -1
  129. package/dist/components/cura-dropdown-search-option-title.js +1 -1
  130. package/dist/components/cura-dropdown-search-option.js +5 -3
  131. package/dist/components/cura-dropdown-search-option.js.map +1 -1
  132. package/dist/components/cura-dropdown-search.js +3 -3
  133. package/dist/components/cura-dropdown-search.js.map +1 -1
  134. package/dist/components/cura-heading2.js +1 -1
  135. package/dist/components/cura-icon2.js +1 -1
  136. package/dist/components/cura-icons-view.js +4 -4
  137. package/dist/components/cura-icons-view.js.map +1 -1
  138. package/dist/components/cura-label2.js +1 -1
  139. package/dist/components/cura-label2.js.map +1 -1
  140. package/dist/components/cura-loader-bar2.js +1 -1
  141. package/dist/components/cura-loader-circle2.js +1 -1
  142. package/dist/components/cura-page-template.js +1 -1
  143. package/dist/components/cura-paragraph2.js +2 -2
  144. package/dist/components/cura-paragraph2.js.map +1 -1
  145. package/dist/components/cura-radio.js +1 -1
  146. package/dist/components/cura-select-option2.js +1 -1
  147. package/dist/components/cura-select2.js +3 -3
  148. package/dist/components/cura-switch.js +1 -1
  149. package/dist/components/cura-toast.js +1 -1
  150. package/dist/components/index.js +8 -6
  151. package/dist/components/index.js.map +1 -1
  152. package/dist/cura/cura.esm.js +1 -1
  153. package/dist/cura/cura.esm.js.map +1 -1
  154. package/dist/cura/p-0a923806.entry.js +2 -0
  155. package/dist/cura/p-0a923806.entry.js.map +1 -0
  156. package/dist/cura/{p-260edb61.entry.js → p-0d435e42.entry.js} +2 -2
  157. package/dist/cura/{p-8433fec9.entry.js → p-0dd837cf.entry.js} +2 -2
  158. package/dist/cura/{p-c63f4695.entry.js → p-2203e829.entry.js} +2 -2
  159. package/dist/cura/{p-6373c7cd.entry.js → p-4c7a2419.entry.js} +2 -2
  160. package/dist/cura/p-4ef24fbd.entry.js +2 -0
  161. package/dist/cura/p-4ef24fbd.entry.js.map +1 -0
  162. package/dist/cura/p-57b8b468.entry.js +2 -0
  163. package/dist/cura/p-57b8b468.entry.js.map +1 -0
  164. package/dist/cura/p-599acc84.entry.js +2 -0
  165. package/dist/cura/p-599acc84.entry.js.map +1 -0
  166. package/dist/cura/p-6682619b.entry.js +2 -0
  167. package/dist/cura/p-6682619b.entry.js.map +1 -0
  168. package/dist/cura/{p-5fcfbf32.entry.js → p-66c5cf5f.entry.js} +2 -2
  169. package/dist/cura/{p-4eaeb590.entry.js → p-84d8c67d.entry.js} +2 -2
  170. package/dist/cura/p-a00d2c68.entry.js +2 -0
  171. package/dist/cura/p-a00d2c68.entry.js.map +1 -0
  172. package/dist/cura/{p-a9dad622.entry.js → p-a5cf0fd6.entry.js} +2 -2
  173. package/dist/cura/{p-70c369b1.js → p-a6c3c0ea.js} +2 -2
  174. package/dist/cura/{p-70c369b1.js.map → p-a6c3c0ea.js.map} +1 -1
  175. package/dist/cura/{p-f016eb62.entry.js → p-ad8a7e0f.entry.js} +2 -2
  176. package/dist/cura/p-b301a1ef.entry.js +2 -0
  177. package/dist/cura/p-b301a1ef.entry.js.map +1 -0
  178. package/dist/cura/{p-0b1829ed.entry.js → p-dc5d0c29.entry.js} +2 -2
  179. package/dist/cura/p-dc5d0c29.entry.js.map +1 -0
  180. package/dist/cura/p-df5c3a86.entry.js +2 -0
  181. package/dist/cura/{p-17a878d4.entry.js.map → p-df5c3a86.entry.js.map} +1 -1
  182. package/dist/cura/p-dfc65f66.entry.js +2 -0
  183. package/dist/cura/p-efcb32eb.js +2 -0
  184. package/dist/cura/p-efcb32eb.js.map +1 -0
  185. package/dist/cura/p-f9433d24.entry.js +2 -0
  186. package/dist/cura/p-f9433d24.entry.js.map +1 -0
  187. package/dist/esm/{app-globals-f2da2b14.js → app-globals-488bf508.js} +7 -7
  188. package/dist/esm/{app-globals-f2da2b14.js.map → app-globals-488bf508.js.map} +1 -1
  189. package/dist/esm/cura-accordion_12.entry.js +20 -15
  190. package/dist/esm/cura-accordion_12.entry.js.map +1 -1
  191. package/dist/esm/cura-alert.entry.js +1 -1
  192. package/dist/esm/cura-avatar.entry.js +1 -1
  193. package/dist/esm/cura-badge-distance.entry.js +42 -0
  194. package/dist/esm/cura-badge-distance.entry.js.map +1 -0
  195. package/dist/esm/cura-button-outline.entry.js +10 -6
  196. package/dist/esm/cura-button-outline.entry.js.map +1 -1
  197. package/dist/esm/cura-button-select.entry.js +2 -2
  198. package/dist/esm/cura-button-select.entry.js.map +1 -1
  199. package/dist/esm/cura-button-transparent.entry.js +11 -7
  200. package/dist/esm/cura-button-transparent.entry.js.map +1 -1
  201. package/dist/esm/cura-button.definitions-617d3bad.js +10 -0
  202. package/dist/esm/cura-button.definitions-617d3bad.js.map +1 -0
  203. package/dist/esm/cura-calendar.entry.js +99 -10
  204. package/dist/esm/cura-calendar.entry.js.map +1 -1
  205. package/dist/esm/cura-card.entry.js +1 -1
  206. package/dist/esm/cura-checkbox.entry.js +1 -1
  207. package/dist/esm/cura-display.entry.js +19 -10
  208. package/dist/esm/cura-display.entry.js.map +1 -1
  209. package/dist/esm/cura-dropdown-search-option-title.entry.js +1 -1
  210. package/dist/esm/cura-dropdown-search-option.entry.js +5 -3
  211. package/dist/esm/cura-dropdown-search-option.entry.js.map +1 -1
  212. package/dist/esm/cura-dropdown-search.entry.js +3 -3
  213. package/dist/esm/cura-dropdown-search.entry.js.map +1 -1
  214. package/dist/esm/cura-icons-view.entry.js +4 -4
  215. package/dist/esm/cura-icons-view.entry.js.map +1 -1
  216. package/dist/esm/cura-loader-bar.entry.js +1 -1
  217. package/dist/esm/cura-radio.entry.js +1 -1
  218. package/dist/esm/cura-switch.entry.js +1 -1
  219. package/dist/esm/cura-toast.entry.js +1 -1
  220. package/dist/esm/cura.js +2 -2
  221. package/dist/esm/loader.js +2 -2
  222. package/dist/types/components/badges/cura-badge-distance/cura-badge-distance.d.ts +12 -0
  223. package/dist/types/components/badges/cura-badge-distance/cura-badge-distance.stories.d.ts +39 -0
  224. package/dist/types/components/buttons/cura-button/cura-button.d.ts +5 -0
  225. package/dist/types/components/buttons/cura-button/cura-button.stories.d.ts +23 -0
  226. package/dist/types/components/buttons/cura-button-outline/cura-button-outline.d.ts +6 -1
  227. package/dist/types/components/buttons/cura-button-outline/cura-button-outline.stories.d.ts +23 -0
  228. package/dist/types/components/buttons/cura-button-transparent/cura-button-transparent.d.ts +6 -0
  229. package/dist/types/components/buttons/cura-button-transparent/cura-button-transparent.stories.d.ts +11 -0
  230. package/dist/types/components/buttons/cura-button.definitions.d.ts +6 -0
  231. package/dist/types/components/cura-calendar/cura-calendar.d.ts +13 -7
  232. package/dist/types/components/cura-calendar/cura-calendar.stories.d.ts +23 -1
  233. package/dist/types/components/forms/cura-label/cura-label.d.ts +1 -1
  234. package/dist/types/components/text/cura-display/cura-display.d.ts +6 -0
  235. package/dist/types/components/text/cura-display/cura-display.stories.d.ts +14 -0
  236. package/dist/types/components.d.ts +67 -14
  237. package/package.json +2 -2
  238. package/dist/cura/p-0b1829ed.entry.js.map +0 -1
  239. package/dist/cura/p-17a878d4.entry.js +0 -2
  240. package/dist/cura/p-335323b5.entry.js +0 -2
  241. package/dist/cura/p-335323b5.entry.js.map +0 -1
  242. package/dist/cura/p-3c4215a8.entry.js +0 -2
  243. package/dist/cura/p-3c4215a8.entry.js.map +0 -1
  244. package/dist/cura/p-67e34464.entry.js +0 -2
  245. package/dist/cura/p-67e34464.entry.js.map +0 -1
  246. package/dist/cura/p-79fa3b97.entry.js +0 -2
  247. package/dist/cura/p-79fa3b97.entry.js.map +0 -1
  248. package/dist/cura/p-9a4094e3.entry.js +0 -2
  249. package/dist/cura/p-9a4094e3.entry.js.map +0 -1
  250. package/dist/cura/p-af2036a7.entry.js +0 -2
  251. package/dist/cura/p-b0d66386.entry.js +0 -2
  252. package/dist/cura/p-b0d66386.entry.js.map +0 -1
  253. package/dist/cura/p-c518a91c.entry.js +0 -2
  254. package/dist/cura/p-c518a91c.entry.js.map +0 -1
  255. /package/dist/cura/{p-260edb61.entry.js.map → p-0d435e42.entry.js.map} +0 -0
  256. /package/dist/cura/{p-8433fec9.entry.js.map → p-0dd837cf.entry.js.map} +0 -0
  257. /package/dist/cura/{p-c63f4695.entry.js.map → p-2203e829.entry.js.map} +0 -0
  258. /package/dist/cura/{p-6373c7cd.entry.js.map → p-4c7a2419.entry.js.map} +0 -0
  259. /package/dist/cura/{p-5fcfbf32.entry.js.map → p-66c5cf5f.entry.js.map} +0 -0
  260. /package/dist/cura/{p-4eaeb590.entry.js.map → p-84d8c67d.entry.js.map} +0 -0
  261. /package/dist/cura/{p-a9dad622.entry.js.map → p-a5cf0fd6.entry.js.map} +0 -0
  262. /package/dist/cura/{p-f016eb62.entry.js.map → p-ad8a7e0f.entry.js.map} +0 -0
  263. /package/dist/cura/{p-af2036a7.entry.js.map → p-dfc65f66.entry.js.map} +0 -0
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-98e7ba54.js');
6
+ const curaButton_definitions = require('./cura-button.definitions-f036371c.js');
6
7
  const curaIcon_definitions = require('./cura-icon.definitions-8d714f6a.js');
7
8
 
8
9
  const curaAccordionCss = ":host{display:block;color:var(--font-color);font-size:var(--font-size);font-size:var(--font-size);font-family:var(--font-family);font-weight:var(--font-weight-regular)}:host::after{content:\"\";display:block;border-bottom:solid 1px var(--neutral-base);width:100%}";
@@ -130,7 +131,7 @@ const CuraAccordionItem = class {
130
131
  };
131
132
  CuraAccordionItem.style = CuraAccordionItemStyle0;
132
133
 
133
- const curaButtonCss = ":host{--border-radius:4px;display:inline-block;vertical-align:middle;position:relative}:host button,:host a{outline:none;box-shadow:none;box-sizing:border-box;display:flex;width:100%;align-items:center;justify-content:center;text-decoration:none !important;font-size:var(--font-size);cursor:pointer;transition:background-color 0.07s linear, box-shadow 0.07s linear, border-color 0.07s linear;border-radius:var(--border-radius);position:relative;background-color:var(--color-base-neutral-purewhite);box-sizing:border-box;border:2px solid transparent}:host button:focus,:host a:focus{outline:2px solid #6EA8FF}:host button:not(.disabled):not(.isLoading),:host a:not(.disabled):not(.isLoading){border:2px solid var(--color-base-color-light)}:host button:not(.disabled):hover,:host a:not(.disabled):hover{border-color:var(--color-dark-color-base);background:var(--color-base-color-light);box-shadow:0px 4px 8px 0px rgba(38, 38, 38, 0.16)}:host button:not(.isLoading):not(.disabled):active,:host a:not(.isLoading):not(.disabled):active{background-color:var(--color-dark-color-light);border-color:var(--color-dark-color-light)}:host button:hover,:host a:hover{box-shadow:0 4px 8px 0 rgba(38, 38, 38, 0.16)}:host button.medium:hover,:host a.medium:hover{box-shadow:0 3px 6px 0 rgba(38, 38, 38, 0.16)}:host button.small:hover,:host a.small:hover{box-shadow:0 2px 5px 0 rgba(38, 38, 38, 0.16)}:host button:active,:host button.disabled:hover,:host button.isLoading:hover,:host a:active,:host a.disabled:hover,:host a.isLoading:hover{box-shadow:none !important}:host button.large,:host a.large{padding:calc(var(--base-spacing) * 6.12px) calc(var(--base-spacing) * 9.96px);min-height:calc(var(--base-spacing) * 13px);min-width:calc(var(--base-spacing) * 33.7px)}:host button.medium,:host a.medium{padding:calc(var(--base-spacing) * 3.44px) calc(var(--base-spacing) * 9.96px);min-height:calc(var(--base-spacing) * 11px);min-width:calc(var(--base-spacing) * 29.95px)}:host button.small,:host a.small{padding:calc(var(--base-spacing) * 3.24px) calc(var(--base-spacing) * 7.44px);min-height:calc(var(--base-spacing) * 8px);min-width:calc(var(--base-spacing) * 21.67px)}:host button:not(.isLoading).large,:host a:not(.isLoading).large{padding:calc(var(--base-spacing) * 3.5px) calc(var(--base-spacing) * 4px);min-height:calc(var(--base-spacing) * 13px);min-width:calc(var(--base-spacing) * 13px)}:host button:not(.isLoading).medium,:host a:not(.isLoading).medium{padding:calc(var(--base-spacing) * 2.75px) calc(var(--base-spacing) * 4px);min-height:calc(var(--base-spacing) * 11px);min-width:calc(var(--base-spacing) * 11px)}:host button:not(.isLoading).small,:host a:not(.isLoading).small{padding:calc(var(--base-spacing) * 1.5px) calc(var(--base-spacing) * 3px);min-height:calc(var(--base-spacing) * 8px);min-width:calc(var(--base-spacing) * 8px)}:host button .button-container,:host a .button-container{display:flex;align-items:center;opacity:1;transition:opacity 0.2s linear;position:relative}:host button.icon-right .button-container,:host a.icon-right .button-container{flex-direction:row-reverse}:host button cura-label,:host a cura-label{flex:1;font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:1.43em;line-height:1.2em;text-align:var(--text-align, \"left\")}:host button.medium cura-label,:host a.medium cura-label{font-size:1.14em}:host button.small cura-label,:host a.small cura-label{font-size:1em}:host button.icon-left cura-icon,:host a.icon-left cura-icon{margin-right:calc(var(--base-spacing) * 3px)}:host button.icon-right cura-icon,:host a.icon-right cura-icon{margin-left:calc(var(--base-spacing) * 3px)}:host button.medium.icon-left cura-icon,:host a.medium.icon-left cura-icon{margin-right:calc(var(--base-spacing) * 2.7px)}:host button.medium.icon-right cura-icon,:host a.medium.icon-right cura-icon{margin-left:calc(var(--base-spacing) * 2.7px)}:host button.small.icon-left cura-icon,:host a.small.icon-left cura-icon{margin-right:calc(var(--base-spacing) * 2.5px)}:host button.small.icon-right cura-icon,:host a.small.icon-right cura-icon{margin-left:calc(var(--base-spacing) * 2.5px)}:host button.disabled,:host a.disabled{cursor:not-allowed;background-color:var(--neutral-pale-neutral-black)}:host button.icon-only,:host a.icon-only{padding:calc(var(--base-spacing) * 3.5px)}:host button.icon-only cura-label,:host a.icon-only cura-label{display:none}:host button.icon-only cura-icon,:host a.icon-only cura-icon{margin-left:0 !important;margin-right:0 !important}:host button.icon-only.medium,:host a.icon-only.medium{padding:calc(var(--base-spacing) * 2.75px)}:host button.icon-only.small,:host a.icon-only.small{padding:calc(var(--base-spacing) * 1.5px)}:host button cura-loader-circle,:host a cura-loader-circle{position:absolute;display:none}:host button.isLoading,:host a.isLoading{cursor:wait}:host button.isLoading .button-container,:host a.isLoading .button-container{opacity:0.3}:host button.isLoading.icon-only .button-container,:host a.isLoading.icon-only .button-container{opacity:0}:host button.isLoading cura-loader-circle,:host a.isLoading cura-loader-circle{display:block}:host button.isLoading cura-label,:host a.isLoading cura-label{display:none}";
134
+ const curaButtonCss = ":host{--border-radius:4px;display:inline-block;vertical-align:middle;position:relative}:host button,:host a{outline:none;box-shadow:none;box-sizing:border-box;display:flex;width:100%;align-items:center;justify-content:center;text-decoration:none !important;font-size:var(--font-size);cursor:pointer;transition:background-color 0.07s linear, box-shadow 0.07s linear, border-color 0.07s linear;border-radius:var(--border-radius);position:relative;background-color:var(--color-base-neutral-purewhite);box-sizing:border-box;border:none}:host button:focus,:host a:focus{outline:2px solid #6EA8FF}:host button::before,:host a::before{content:\"\";width:100%;height:100%;position:absolute;left:0px;top:0px;box-sizing:border-box;border:2px solid transparent;border-radius:var(--border-radius)}:host button:not(.disabled):not(.isLoading)::before,:host a:not(.disabled):not(.isLoading)::before{border:2px solid var(--color-base-color-light)}:host button:not(.disabled):hover,:host a:not(.disabled):hover{background:var(--color-base-color-light);box-shadow:0px 4px 8px 0px rgba(38, 38, 38, 0.16)}:host button:not(.disabled):not(.isLoading):hover::before,:host a:not(.disabled):not(.isLoading):hover::before{border-color:var(--color-dark-color-base)}:host button:not(.isLoading):not(.disabled):active,:host a:not(.isLoading):not(.disabled):active{background-color:var(--color-dark-color-light)}:host button:not(.isLoading):not(.disabled):active::before,:host a:not(.isLoading):not(.disabled):active::before{border-color:var(--color-dark-color-light)}:host button:hover,:host a:hover{box-shadow:0 4px 8px 0 rgba(38, 38, 38, 0.16)}:host button.medium:hover,:host a.medium:hover{box-shadow:0 3px 6px 0 rgba(38, 38, 38, 0.16)}:host button.small:hover,:host a.small:hover{box-shadow:0 2px 5px 0 rgba(38, 38, 38, 0.16)}:host button:active,:host button.disabled:hover,:host button.isLoading:hover,:host a:active,:host a.disabled:hover,:host a.isLoading:hover{box-shadow:none !important}:host button.large,:host a.large{padding:calc(var(--base-spacing) * 3px) calc(var(--base-spacing) * 4px);min-height:calc(var(--base-spacing) * 11px)}:host button.medium,:host a.medium{padding:calc(var(--base-spacing) * 3px);min-height:calc(var(--base-spacing) * 10px)}:host button.small,:host a.small{padding:calc(var(--base-spacing) * 2px);min-height:calc(var(--base-spacing) * 8px)}:host button .button-container,:host a .button-container{display:flex;align-items:center;opacity:1;transition:opacity 0.2s linear;position:relative}:host button.icon-right .button-container,:host a.icon-right .button-container{flex-direction:row-reverse}:host button.justify .button-container,:host a.justify .button-container{width:100%}:host button cura-label,:host a cura-label{flex:1;text-align:var(--text-align, \"left\")}:host button.icon-left cura-icon,:host a.icon-left cura-icon{margin-right:calc(var(--base-spacing) * 3px)}:host button.icon-right cura-icon,:host a.icon-right cura-icon{margin-left:calc(var(--base-spacing) * 3px)}:host button.medium.icon-left cura-icon,:host button.small.icon-left cura-icon,:host a.medium.icon-left cura-icon,:host a.small.icon-left cura-icon{margin-right:calc(var(--base-spacing) * 2px)}:host button.medium.icon-right cura-icon,:host button.small.icon-right cura-icon,:host a.medium.icon-right cura-icon,:host a.small.icon-right cura-icon{margin-left:calc(var(--base-spacing) * 2px)}:host button.disabled,:host a.disabled{cursor:not-allowed;background-color:var(--neutral-pale-neutral-black)}:host button.icon-only,:host a.icon-only{padding:calc(var(--base-spacing) * 3px) calc(var(--base-spacing) * 3px)}:host button.icon-only cura-label,:host a.icon-only cura-label{display:none}:host button.icon-only cura-icon,:host a.icon-only cura-icon{margin-left:0 !important;margin-right:0 !important}:host button.icon-only.medium,:host a.icon-only.medium{padding:calc(var(--base-spacing) * 3px)}:host button.icon-only.small,:host a.icon-only.small{padding:calc(var(--base-spacing) * 2px)}:host button cura-loader-circle,:host a cura-loader-circle{position:absolute;display:none}:host button.isLoading,:host a.isLoading{cursor:wait}:host button.isLoading .button-container,:host a.isLoading .button-container{opacity:0}:host button.isLoading cura-loader-circle,:host a.isLoading cura-loader-circle{display:block}";
134
135
  const CuraButtonStyle0 = curaButtonCss;
135
136
 
136
137
  const CuraButton = class {
@@ -157,6 +158,7 @@ const CuraButton = class {
157
158
  this.background = 'light';
158
159
  this.fontColor = 'dark';
159
160
  this.textAlign = 'left';
161
+ this.justify = false;
160
162
  this.styles = {};
161
163
  this.hovered = false;
162
164
  }
@@ -196,12 +198,13 @@ const CuraButton = class {
196
198
  classes[`icon-only`] = this.iconOnly;
197
199
  classes['disabled'] = this.disabled;
198
200
  classes['isLoading'] = this.isLoading;
201
+ classes['justify'] = this.justify;
199
202
  return classes;
200
203
  }
201
204
  getIcon() {
202
- if (!this.iconName || this.isLoading)
205
+ if (!this.iconName)
203
206
  return '';
204
- const iconSize = this.size === 'small' ? 16 : this.size === 'medium' ? 20 : 24;
207
+ const iconSize = this.size === 'large' ? 20 : 16;
205
208
  return index.h("cura-icon", { name: this.iconName, iconset: this.iconset, size: iconSize, color: this.getSymbolColor() });
206
209
  }
207
210
  getSymbolColor() {
@@ -225,7 +228,9 @@ const CuraButton = class {
225
228
  }
226
229
  }
227
230
  render() {
228
- return (index.h(index.Host, { key: '5a7c983dcae745239e7f81bc172a2aa52b5de8de' }, this.href ? (index.h("a", { href: this.disabled ? '' : this.href, target: this.target, class: this.getClasses(), style: this.styles, onClick: (e) => this.handleClick(e), onMouseEnter: () => this.handleMouseEnter(), onMouseLeave: () => this.handleMouseLeave() }, index.h("span", { class: "button-container" }, this.getIcon(), index.h("cura-label", { class: "label", lineHeight: '0%', color: this.getSymbolColor() }, index.h("slot", null))), index.h("cura-loader-circle", { size: this.size, color: this.getSymbolColor() }))) : (index.h("button", { class: this.getClasses(), style: this.styles, disabled: this.disabled || null, onClick: (e) => this.handleClick(e), onMouseEnter: () => this.handleMouseEnter(), onMouseLeave: () => this.handleMouseLeave(), type: this.type }, index.h("span", { class: "button-container" }, this.getIcon(), index.h("cura-label", { class: "label", lineHeight: '0%', color: this.getSymbolColor() }, index.h("slot", null))), index.h("cura-loader-circle", { size: this.size, color: this.getSymbolColor() })))));
231
+ const symbolColor = this.getSymbolColor();
232
+ const labelSize = curaButton_definitions.labelSizes[this.size] || curaButton_definitions.labelSizes["default"];
233
+ return (index.h(index.Host, { key: '33ee4706d79aae1ea11e804e59919f5e3afcf336' }, this.href ? (index.h("a", { href: this.disabled ? '' : this.href, target: this.target, class: this.getClasses(), style: this.styles, onClick: (e) => this.handleClick(e), onMouseEnter: () => this.handleMouseEnter(), onMouseLeave: () => this.handleMouseLeave() }, index.h("span", { class: "button-container" }, this.getIcon(), index.h("cura-label", { class: "label", size: labelSize, lineHeight: '118%', color: symbolColor }, index.h("slot", null))), index.h("cura-loader-circle", { size: this.size, color: symbolColor }))) : (index.h("button", { class: this.getClasses(), style: this.styles, disabled: this.disabled || null, onClick: (e) => this.handleClick(e), onMouseEnter: () => this.handleMouseEnter(), onMouseLeave: () => this.handleMouseLeave(), type: this.type }, index.h("span", { class: "button-container" }, this.getIcon(), index.h("cura-label", { class: "label", size: labelSize, lineHeight: '118%', color: symbolColor }, index.h("slot", null))), index.h("cura-loader-circle", { size: this.size, color: symbolColor })))));
229
234
  }
230
235
  static get formAssociated() { return true; }
231
236
  static get watchers() { return {
@@ -301,7 +306,7 @@ const CuraHeading = class {
301
306
  return tags[`${this.level}`] || tags['default'];
302
307
  }
303
308
  render() {
304
- return (index.h(index.Host, { key: '55016d81f72ce0b506a7e2f2fbca3aa92448d581', style: this.hostCSSProperties() }, this.getHeadingTag()));
309
+ return (index.h(index.Host, { key: '6e3a1f6786d9c1f9c0abb1b54ced47d2c6e8a90d', style: this.hostCSSProperties() }, this.getHeadingTag()));
305
310
  }
306
311
  get host() { return index.getElement(this); }
307
312
  static get watchers() { return {
@@ -346,7 +351,7 @@ const CuraIcon = class {
346
351
  this.host.style.setProperty(prop, value);
347
352
  }
348
353
  render() {
349
- return (index.h(index.Host, { key: 'd49f752d12f9babd6a82fe97ef384f89879e1db9' }, index.h("svg", { key: '0c6d9dad5f8f8b571dd422ebb5f7941a75b46336', version: "1.1", viewBox: "0 0 24 24", preserveAspectRatio: "xMidYMid meet", xmlns: "http://www.w3.org/2000/svg" }, index.h("use", { key: '88eab15bcbbff03713282d99055f140ccd424108', xlinkHref: `${this.assetsPath}/icons/iconset-${this.iconset}.svg#${this.name}` }))));
354
+ return (index.h(index.Host, { key: '42f2502c1180315fde13c1c383ba2335e681f25b' }, index.h("svg", { key: 'b30e76338033abd6be556049e1db9d949173adc2', version: "1.1", viewBox: "0 0 24 24", preserveAspectRatio: "xMidYMid meet", xmlns: "http://www.w3.org/2000/svg" }, index.h("use", { key: '45df96f126cc573ce5189332a04c4e9a6db02b36', xlinkHref: `${this.assetsPath}/icons/iconset-${this.iconset}.svg#${this.name}` }))));
350
355
  }
351
356
  get host() { return index.getElement(this); }
352
357
  static get watchers() { return {
@@ -4357,7 +4362,7 @@ const CuraLabel = class {
4357
4362
  };
4358
4363
  }
4359
4364
  render() {
4360
- return (index.h(index.Host, { key: '34d418859c8067e879a089240d36b58f5e91c8fc', style: this.hostCSSProperties() }, index.h("p", { key: '4a28171e079f80d8e61ebe840b858d65dd6d62c3', style: this.styles, class: this.getClasses() }, index.h("slot", { key: '0796484498caddf7935ff3458e13cfab47759a4b' }))));
4365
+ return (index.h(index.Host, { key: '77ee1eeda9c4bef3c64a098df6420d8f1545e06f', style: this.hostCSSProperties() }, index.h("p", { key: '6ade3961e8b1fa6cf5d3ae2bd695774cdfa197a7', style: this.styles, class: this.getClasses() }, index.h("slot", { key: '1fe809e027a5137e747835198527bcfab8c73d86' }))));
4361
4366
  }
4362
4367
  get host() { return index.getElement(this); }
4363
4368
  static get watchers() { return {
@@ -4391,7 +4396,7 @@ const CuraLoaderCircle = class {
4391
4396
  };
4392
4397
  }
4393
4398
  render() {
4394
- return (index.h(index.Host, { key: 'dd0c9e5b82f8f3b41511d31333af00e46435e9db', style: this.getStyles() }, index.h("svg", { key: '2a6a1edab6501c7788bebed93bbc87143d10fbaf', viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, index.h("g", { key: '8dd113e23ffc4f5df091738a878eee76e030c904' }, index.h("circle", { key: 'a6e06aad2260ffb8cec65aed59ef8f09459765a1', cx: "8", cy: "8", r: "7", stroke: "url(#paint0_linear_13485_11488)", "stroke-width": "2" }), index.h("path", { key: '88ac6f03cac1030593e06e6062d8d9947474aa62', d: "M1 8C1 4.13401 4.11877 1 7.96596 1C9.53445 1 10.9819 1.52093 12.1462 2.4C12.8959 2.96601 13.5282 3.68049 14 4.5", "stroke-width": "2" })), index.h("defs", { key: '6bae1e73907f3f8a17560ef055290c4ac41959e7' }, index.h("linearGradient", { key: 'c2510effd844984927f4b32fbb7f770ebcb09a3c', id: "paint0_linear_13485_11488", x1: "15.7", y1: "4.5", x2: "4.15", y2: "11.5", gradientUnits: "userSpaceOnUse" }, index.h("stop", { key: '477e90e9eadf1385a8b897917886e1fe352c41d0' }), index.h("stop", { key: '135e22c3a11916fa1ce4bc5870774ecf37512e6f', offset: "1" }))))));
4399
+ return (index.h(index.Host, { key: '4c3a12d61a3b686438ece6752160337ca8cacf18', style: this.getStyles() }, index.h("svg", { key: 'bf8d817e7624419514e8f918ade94024c0d6bcb9', viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, index.h("g", { key: '69885675868e25d75e9b0a461cb6563ba32a317a' }, index.h("circle", { key: 'a1b20469b5bb76d101cfbba683f99689b2a8b8ed', cx: "8", cy: "8", r: "7", stroke: "url(#paint0_linear_13485_11488)", "stroke-width": "2" }), index.h("path", { key: 'c74b6313eff3374f711ace4c638fa0e671325f12', d: "M1 8C1 4.13401 4.11877 1 7.96596 1C9.53445 1 10.9819 1.52093 12.1462 2.4C12.8959 2.96601 13.5282 3.68049 14 4.5", "stroke-width": "2" })), index.h("defs", { key: '5f5861e8cdf8f192cd3312c345b0c3f2afeeb0c2' }, index.h("linearGradient", { key: '98826d4d31d454e8d013349003bc89c3b82118bd', id: "paint0_linear_13485_11488", x1: "15.7", y1: "4.5", x2: "4.15", y2: "11.5", gradientUnits: "userSpaceOnUse" }, index.h("stop", { key: 'c0e582f71ef1a6870d0f77047198f58bf18987f6' }), index.h("stop", { key: '3f120a0b8e9c86388f084d34e4bda9f8c5893702', offset: "1" }))))));
4395
4400
  }
4396
4401
  };
4397
4402
  CuraLoaderCircle.style = CuraLoaderCircleStyle0;
@@ -4415,13 +4420,13 @@ const CuraPageTemplate = class {
4415
4420
  return classes;
4416
4421
  }
4417
4422
  render() {
4418
- return (index.h(index.Host, { key: 'b420fd773b337fbf64107124c3a65b7d543aa0f9' }, index.h("div", { key: '00e031bf40ed01904107f07367ee5b3042c1871f', style: this.styles, class: "grid-template" }, index.h("div", { key: '4c5c8112fe739d2b330a5a71bfdd6f6339206b15', id: "sub-header" }, index.h("slot", { key: '8b9896a17e6016bc791da8fd01f562a41d7f5bb1', name: 'sub-header' })), index.h("div", { key: '9d45f7a18ce35ae550521b281cfc0d9ea5009343', id: "header" }, index.h("slot", { key: '79ecbfb33b818b41c98f8a1f09243f6c2082b7bd', name: 'header' })), index.h("div", { key: '129b9928ddd3c0f0c357fa71494b3b77876ecd49', id: "pre-content" }, index.h("slot", { key: '71b6fbe0755848ac8df0a800e65b8ebc6909aff3', name: 'pre-content' })), index.h("div", { key: '80389bc85c71768906aa2ab564a80b84a045705d', id: "content-container", class: this.getClasses() }, index.h("div", { key: '438eb89b07be453c1a7caf31eb78879a6b000fc3', id: "sidebar-left" }, index.h("slot", { key: '8e0dd99e31be8d03d767acdee8bd18f4f6fe80bd', name: 'sidebar-left' })), index.h("div", { key: '21edd321d65ff1a685c699314a2d4617a14b6d09', id: "content" }, index.h("slot", { key: '125f790bc5d5ecade8946c154b00fdb7591ec26f', name: "content" }), index.h("slot", { key: 'e52dfd04c751d893335037f6dc970902a37a7d4f' })), index.h("div", { key: '3d35da8b265ca7a96fe36d8f037c6db0e0857537', id: "sidebar-right" }, index.h("slot", { key: '1d812f29d7cc068b0c4f6e705a60defc91da7145', name: 'sidebar-right' }))), index.h("div", { key: '10f23a4d4e837bbb11e140a5fd09be05836a27ba', id: "post-body" }, index.h("slot", { key: '8f3bd8fea091a0b025e69f1a0916016f1354aeb8', name: 'post-body' })), index.h("div", { key: '474062139aa0dd1ed49bc9c8594820fa2ff0ba83', id: "footer" }, index.h("slot", { key: 'ad46b1122b0875390822df6db770413980090f5e', name: 'footer' })), index.h("div", { key: 'c3de6dd778e675e38099d85d248e7923e276a25c', id: "sub-footer" }, index.h("slot", { key: '81a48964dc8912a225ea9ea49478d674d8d7271b', name: 'sub-footer' })))));
4423
+ return (index.h(index.Host, { key: '11b8c556d3608f5fdb0f80fa5c0c9a71fa51e506' }, index.h("div", { key: '41c0a6cb17747a0bf8fb44f8e5766412dd261b4d', style: this.styles, class: "grid-template" }, index.h("div", { key: 'f563c6dbcd7506bfc100df9d5e4d7afe28cc7172', id: "sub-header" }, index.h("slot", { key: '2db35bb65c395d6af3ec1654fdbe2fa76735d60d', name: 'sub-header' })), index.h("div", { key: 'dff85fecdcf50c6812dd7eda1d2547b868da36a4', id: "header" }, index.h("slot", { key: 'dd1726210432a383868ae4ab716ee20259a7a744', name: 'header' })), index.h("div", { key: '3d8ebad203977884ea3b0c97cffd764e7c87ff8b', id: "pre-content" }, index.h("slot", { key: '15e9cd099c005d78afc31624d968142d657cd53e', name: 'pre-content' })), index.h("div", { key: '682ac5ec6855a6e598a1c27dae336787f38d5143', id: "content-container", class: this.getClasses() }, index.h("div", { key: 'a288d9994489df25bffac158026df89e688064a9', id: "sidebar-left" }, index.h("slot", { key: '26546baebf11e32f18ddec1659453e85cb5f8542', name: 'sidebar-left' })), index.h("div", { key: 'f998d555d298800c770919c6195b2d963000c07f', id: "content" }, index.h("slot", { key: 'e15084b2c7a2092331e92d5a0e389a37e07905d0', name: "content" }), index.h("slot", { key: '31a9c32a7309a34882ee8c7e5fe5f8893083a1ba' })), index.h("div", { key: '661aa62b89dd76d5d40008690fa56d53234e048d', id: "sidebar-right" }, index.h("slot", { key: 'f0b96d33a41818840a38ca162fd32fba8b3f70bb', name: 'sidebar-right' }))), index.h("div", { key: 'bdb1b6793f62315d80ab3843224a56e9586f5cc4', id: "post-body" }, index.h("slot", { key: 'c373462fbd8d8ecebccb1515304be38b68f1fc87', name: 'post-body' })), index.h("div", { key: '097ae8d7ccb045ebcc60f2829b43a2ba8e87fc2b', id: "footer" }, index.h("slot", { key: '1d519a8e1e5094bbf5c2a3309c4e84122468ab3e', name: 'footer' })), index.h("div", { key: '62e5ab1d7c9a4be5e4b4f9ab0803b298ee9fe125', id: "sub-footer" }, index.h("slot", { key: '59a0637bbc2dad5a2bfef04e78858a95f59231d1', name: 'sub-footer' })))));
4419
4424
  }
4420
4425
  get host() { return index.getElement(this); }
4421
4426
  };
4422
4427
  CuraPageTemplate.style = CuraPageTemplateStyle0;
4423
4428
 
4424
- const curaParagraphCss = ":host{display:block;font-size:var(--font-size-base)}:host p{font-family:var(--font-family);font-size:var(--font-size-base);font-weight:var(--font-weight-regular);color:var(--color-body);line-height:var(--line-height);margin-block:var(--margin-block);letter-spacing:0.28px}:host p.large{font-size:1.214em;line-height:calc(var(--line-height) + 10%);letter-spacing:0px}:host p.small{font-size:0.85em;line-height:calc(var(--line-height) - 5%);letter-spacing:0.48px}:host p.caption,:host p.xsmall{font-size:0.714em;line-height:calc(var(--line-height) - 5%);letter-spacing:0.6px}@media (min-width: 769px) and (max-width: 1920px){:host p{font-size:1.143em;line-height:calc(var(--line-height) + 5%);letter-spacing:0.32px}:host p.large{font-size:1.357em;line-height:calc(var(--line-height) + 10%);letter-spacing:0px}:host p.small{font-size:1em;line-height:calc(var(--line-height) - 5%);letter-spacing:0.56px}:host p.caption,:host p.xsmall{font-size:0.85em;line-height:calc(var(--line-height) - 5%);letter-spacing:0.72px}}@media (min-width: 1921px){:host p{font-size:1.429em;line-height:calc(var(--line-height) + 10%);letter-spacing:0px}:host p.large{font-size:1.714em;line-height:calc(var(--line-height) + 20%)}:host p.small{font-size:1.21em;line-height:calc(var(--line-height) + 5%);letter-spacing:0px}:host p.caption,:host p.xsmall{font-size:1em;line-height:calc(var(--line-height) + 5%);letter-spacing:0.28px}}:host ::slotted(b),:host ::slotted(strong){font-weight:var(--font-weight-bold)}:host ::slotted(a){font-weight:var(--font-weight-medium);color:var(--color-link);text-underline-offset:10%}:host ::slotted(u){font-weight:var(--font-weight-medium);text-underline-offset:10%}:host ::slotted(abbr){color:var(--color-link);text-decoration:underline dashed 1px var(--color-link);text-underline-offset:10%;cursor:default}";
4429
+ const curaParagraphCss = ":host{display:block;font-size:var(--font-size-base)}:host p{font-family:var(--font-family);font-size:var(--font-size-base);font-weight:var(--font-weight-regular);color:var(--color-body);line-height:var(--line-height);margin-block:var(--margin-block);letter-spacing:0.28px}:host p.large{font-size:1.214em;line-height:calc(var(--line-height) + 10%);letter-spacing:0px}:host p.small{font-size:0.85em;line-height:calc(var(--line-height) - 5%);letter-spacing:0.48px}:host p.caption,:host p.xsmall{font-size:0.7142857143em;line-height:calc(var(--line-height) - 5%);letter-spacing:0.6px}@media (min-width: 769px) and (max-width: 1920px){:host p{font-size:1.143em;line-height:calc(var(--line-height) + 5%);letter-spacing:0.32px}:host p.large{font-size:1.357em;line-height:calc(var(--line-height) + 10%);letter-spacing:0px}:host p.small{font-size:1em;line-height:calc(var(--line-height) - 5%);letter-spacing:0.56px}:host p.caption,:host p.xsmall{font-size:0.85em;line-height:calc(var(--line-height) - 5%);letter-spacing:0.72px}}@media (min-width: 1921px){:host p{font-size:1.429em;line-height:calc(var(--line-height) + 10%);letter-spacing:0px}:host p.large{font-size:1.714em;line-height:calc(var(--line-height) + 20%)}:host p.small{font-size:1.21em;line-height:calc(var(--line-height) + 5%);letter-spacing:0px}:host p.caption,:host p.xsmall{font-size:1em;line-height:calc(var(--line-height) + 5%);letter-spacing:0.28px}}:host ::slotted(b),:host ::slotted(strong){font-weight:var(--font-weight-bold)}:host ::slotted(a){font-weight:var(--font-weight-medium);color:var(--color-link);text-underline-offset:10%}:host ::slotted(u){font-weight:var(--font-weight-medium);text-underline-offset:10%}:host ::slotted(i){font-style:italic}:host ::slotted(em){font-weight:var(--font-weight-medium);color:var(--color-link);font-style:normal}:host ::slotted(abbr){color:var(--color-link);text-decoration:underline dashed 1px var(--color-link);text-underline-offset:10%;cursor:default}";
4425
4430
  const CuraParagraphStyle0 = curaParagraphCss;
4426
4431
 
4427
4432
  const CuraParagraph = class {
@@ -4471,7 +4476,7 @@ const CuraParagraph = class {
4471
4476
  };
4472
4477
  }
4473
4478
  render() {
4474
- return (index.h(index.Host, { key: '2c9903f885ae8346efdbb1569264fc078aee9224', style: this.hostCSSProperties() }, index.h("p", { key: '287c656408d2e9876497f70784ae7ce166417272', style: this.styles, class: this.setsizeClass() }, index.h("slot", { key: 'dde5f8d46c384a76605c1ef33b73c8f442c7a48b' }))));
4479
+ return (index.h(index.Host, { key: '0942f1f6c23f0662a604f065ab7347546ed457cf', style: this.hostCSSProperties() }, index.h("p", { key: '3a16f232c2bd783695a2229eb3181463b28a95fa', style: this.styles, class: this.setsizeClass() }, index.h("slot", { key: 'c03154a42f5a30f8114ff86b8a62a3f1093d7c73' }))));
4475
4480
  }
4476
4481
  get host() { return index.getElement(this); }
4477
4482
  static get watchers() { return {
@@ -4758,13 +4763,13 @@ const CuraSelect = class {
4758
4763
  return (index.h("cura-icon", { class: 'feedback-icon', name: icon, iconset: 'default', size: this.size === 'large' ? 20 : 16, color: this.getColor('icon'), style: this.styles }));
4759
4764
  }
4760
4765
  render() {
4761
- return (index.h(index.Host, { key: '3c3decc50564c121ed3d3f6ebbdb3cceb598d43a', style: this.styles }, index.h("div", { key: '2705f712b9691954baa75a9c634c93ccebee0740', class: this.getClasses(), onMouseEnter: () => (this.isHovered = true), onMouseLeave: () => (this.isHovered = false), onClick: this.handleClick }, this.label && (index.h("cura-label", { key: '3344e10727cf46fdbd9808577753d89b03ea8ffa', class: 'label', weight: 'bold', size: this.size === 'large' ? 'small' : 'xsmall', color: this.getColor('label') }, this.label, " ", this.required && index.h("span", { key: 'a7711d139f6624d8a4edf31aa508bcf6151c7628', class: 'required' }, "* "))), index.h("div", { key: '831a81c1eff493bd3ae4939b2d0f2615f147b03e', class: {
4766
+ return (index.h(index.Host, { key: 'bc202c6de926da5642421b91b1f38abfda496c83', style: this.styles }, index.h("div", { key: 'e80bc20071f9ba3c2e385d5c87c1ef6ffd5d9bd9', class: this.getClasses(), onMouseEnter: () => (this.isHovered = true), onMouseLeave: () => (this.isHovered = false), onClick: this.handleClick }, this.label && (index.h("cura-label", { key: 'e090559a5ed7d0c6cdb9603e6b715dbfa54d383e', class: 'label', weight: 'bold', size: this.size === 'large' ? 'small' : 'xsmall', color: this.getColor('label') }, this.label, " ", this.required && index.h("span", { key: 'da3b3a38328a81b4c7d43cedf392f6a35ca5cad5', class: 'required' }, "* "))), index.h("div", { key: '48e6d57d80b140d8dd51dd079c0ce7f39d7a9a96', class: {
4762
4767
  'cura-input-field': true,
4763
4768
  'open': this.isOpen
4764
- } }, this.renderIcon(), index.h("input", { key: '7b60d8d8dacbc48078db6be44a9dd3940467cb28', type: "text", autocomplete: 'off', onFocus: () => (this.isFocused = true), onBlur: () => (this.isFocused = false), onKeyDown: this.handleKeyNavigation, "aria-required": String(this.required), "aria-disabled": String(this.disabled), "aria-invalid": String(this.status === 'error'), onInput: this.handleInputChange, style: this.styles, placeholder: this.placeholder, disabled: this.disabled, required: this.required, value: this.textInput }), index.h("cura-icon", { key: '77767f52fb9a546ee46ebc13ede2c5cf72f7f716', name: this.isOpen ? 'up' : 'down', class: "up-down-icon", color: this.disabled ? 'neutral-dark' : 'primary-base', size: 16, iconset: 'default' })), index.h("cura-label", { key: 'a3f3457d0afb0bc100c914a73ba95a67fa9c6c49', class: "helper-text", size: 'xsmall', color: this.getColor('text'), weight: this.mode === 'transparent' ? 'bold' : 'regular' }, index.h("slot", { key: 'e9756f0c73ccbabd67c13388f0838c5cbd4fc6d1' })), this.isOpen && (index.h("div", { key: '699f71716a21d6bfa97036cd38a87c9266567234', class: {
4769
+ } }, this.renderIcon(), index.h("input", { key: 'd9c1fc1d7cd068aa4f52f002924f7caaa11c099b', type: "text", autocomplete: 'off', onFocus: () => (this.isFocused = true), onBlur: () => (this.isFocused = false), onKeyDown: this.handleKeyNavigation, "aria-required": String(this.required), "aria-disabled": String(this.disabled), "aria-invalid": String(this.status === 'error'), onInput: this.handleInputChange, style: this.styles, placeholder: this.placeholder, disabled: this.disabled, required: this.required, value: this.textInput }), index.h("cura-icon", { key: '3099bd0ffc0f758e39815db70f7c79c55d97190e', name: this.isOpen ? 'up' : 'down', class: "up-down-icon", color: this.disabled ? 'neutral-dark' : 'primary-base', size: 16, iconset: 'default' })), index.h("cura-label", { key: 'e82da158d25d0cad7102d5ed13698f0f741cd6ea', class: "helper-text", size: 'xsmall', color: this.getColor('text'), weight: this.mode === 'transparent' ? 'bold' : 'regular' }, index.h("slot", { key: '71ab712009bc6a61f189da5a082330eed9e89d33' })), this.isOpen && (index.h("div", { key: '4a6f38f3798ea894936554c0b4191b45dc5172eb', class: {
4765
4770
  'menu': true,
4766
4771
  'open': this.isOpen
4767
- } }, index.h("slot", { key: 'dc338221fb3660195c4fa1a933baeb30ad6f4b2e', name: 'option' }))))));
4772
+ } }, index.h("slot", { key: '8db3420024df6aa85f0e8265c6f88c9bb4a8811f', name: 'option' }))))));
4768
4773
  }
4769
4774
  static get formAssociated() { return true; }
4770
4775
  get host() { return index.getElement(this); }
@@ -4814,7 +4819,7 @@ const CuraSelectOption = class {
4814
4819
  };
4815
4820
  }
4816
4821
  render() {
4817
- return (index.h(index.Host, { key: '231c03411af0a5639358ff232e4a81287a8571f0', slot: "option" }, index.h("div", { key: 'b5baa8f7c4a4e863b96ffda1454a8c339d4b2656', class: this.getClasses(), style: this.styles }, index.h("cura-label", { key: '36d3381260263303242c443004f7e201c2683d4e', color: `${this.selected ? 'primary-base' : 'neutral-black'}`, size: this.getSize('label'), "margin-block": "0" }, index.h("slot", { key: 'cc72fed8c51592c8fd076d091272879c7572a181' })), this.selected && index.h("cura-icon", { key: 'e118108f84d49b3d6574a143f09b2c43d43d11a8', name: 'check', size: this.getSize('icon'), color: "primary-base" }))));
4822
+ return (index.h(index.Host, { key: '5feb573684784f2cf70876ccc1bb673b853d69b4', slot: "option" }, index.h("div", { key: '03c65c64facc97c887c19f2226dfc5f1830004e1', class: this.getClasses(), style: this.styles }, index.h("cura-label", { key: '79f32d2bcc3ec42c8adb581fb8c4151920d55111', color: `${this.selected ? 'primary-base' : 'neutral-black'}`, size: this.getSize('label'), "margin-block": "0" }, index.h("slot", { key: '0df731f7223fac86e58676597c052caadd1d2858' })), this.selected && index.h("cura-icon", { key: '28d4f9561a60bf9ecfeca44e4835b46ffee28ec1', name: 'check', size: this.getSize('icon'), color: "primary-base" }))));
4818
4823
  }
4819
4824
  get host() { return index.getElement(this); }
4820
4825
  static get watchers() { return {