@rededor/cura 1.4.0-alpha.0 → 1.4.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 (264) hide show
  1. package/dist/cjs/cura-accordion_12.cjs.entry.js +12 -16
  2. package/dist/cjs/cura-accordion_12.cjs.entry.js.map +1 -1
  3. package/dist/cjs/cura-alert.cjs.entry.js +1 -1
  4. package/dist/cjs/cura-avatar.cjs.entry.js +1 -1
  5. package/dist/cjs/cura-badge-counter.cjs.entry.js +63 -0
  6. package/dist/cjs/cura-badge-counter.cjs.entry.js.map +1 -0
  7. package/dist/cjs/cura-badge-distance.cjs.entry.js +1 -1
  8. package/dist/cjs/cura-badge-pill.cjs.entry.js +83 -0
  9. package/dist/cjs/cura-badge-pill.cjs.entry.js.map +1 -0
  10. package/dist/cjs/cura-button-outline.cjs.entry.js +1 -1
  11. package/dist/cjs/cura-button-select.cjs.entry.js +2 -11
  12. package/dist/cjs/cura-button-select.cjs.entry.js.map +1 -1
  13. package/dist/cjs/cura-button-transparent.cjs.entry.js +1 -1
  14. package/dist/cjs/cura-calendar.cjs.entry.js +1 -1
  15. package/dist/cjs/cura-card.cjs.entry.js +1 -1
  16. package/dist/cjs/cura-checkbox.cjs.entry.js +1 -1
  17. package/dist/cjs/cura-display.cjs.entry.js +1 -1
  18. package/dist/cjs/cura-dropdown-search-option-title.cjs.entry.js +1 -1
  19. package/dist/cjs/cura-dropdown-search-option.cjs.entry.js +2 -2
  20. package/dist/cjs/cura-dropdown-search.cjs.entry.js +24 -15
  21. package/dist/cjs/cura-dropdown-search.cjs.entry.js.map +1 -1
  22. package/dist/cjs/{cura-icon.definitions-8d714f6a.js → cura-icon.definitions-5223028b.js} +2 -4
  23. package/dist/cjs/cura-icon.definitions-5223028b.js.map +1 -0
  24. package/dist/cjs/cura-icons-view.cjs.entry.js +2 -5
  25. package/dist/cjs/cura-icons-view.cjs.entry.js.map +1 -1
  26. package/dist/cjs/cura-input-date.cjs.entry.js +1 -1
  27. package/dist/cjs/cura-loader-bar.cjs.entry.js +1 -1
  28. package/dist/cjs/cura-modal.cjs.entry.js +28 -7
  29. package/dist/cjs/cura-modal.cjs.entry.js.map +1 -1
  30. package/dist/cjs/cura-radio.cjs.entry.js +1 -1
  31. package/dist/cjs/cura-switch.cjs.entry.js +1 -1
  32. package/dist/cjs/cura-toast.cjs.entry.js +1 -1
  33. package/dist/cjs/cura-tooltip.cjs.entry.js +1 -1
  34. package/dist/cjs/cura.cjs.js +1 -1
  35. package/dist/cjs/loader.cjs.js +1 -1
  36. package/dist/collection/collection-manifest.json +2 -1
  37. package/dist/collection/components/badges/cura-badge-counter/cura-badge-counter.css +51 -0
  38. package/dist/collection/components/badges/cura-badge-counter/cura-badge-counter.js +149 -0
  39. package/dist/collection/components/badges/cura-badge-counter/cura-badge-counter.js.map +1 -0
  40. package/dist/collection/components/badges/{cura-badge-number/cura-badge-number.stories.js → cura-badge-counter/cura-badge-counter.stories.js} +33 -13
  41. package/dist/collection/components/badges/cura-badge-counter/cura-badge-counter.stories.js.map +1 -0
  42. package/dist/collection/components/badges/cura-badge-distance/cura-badge-distance.js +1 -1
  43. package/dist/collection/components/badges/cura-badge-pill/cura-badge-pill.css +73 -0
  44. package/dist/collection/components/badges/cura-badge-pill/cura-badge-pill.js +219 -0
  45. package/dist/collection/components/badges/cura-badge-pill/cura-badge-pill.js.map +1 -0
  46. package/dist/collection/components/badges/cura-badge-pill/cura-badge-pill.stories.js +126 -0
  47. package/dist/collection/components/badges/cura-badge-pill/cura-badge-pill.stories.js.map +1 -0
  48. package/dist/collection/components/buttons/cura-button/cura-button.js +1 -1
  49. package/dist/collection/components/buttons/cura-button-outline/cura-button-outline.js +1 -1
  50. package/dist/collection/components/buttons/cura-button-select/cura-button-select.js +5 -14
  51. package/dist/collection/components/buttons/cura-button-select/cura-button-select.js.map +1 -1
  52. package/dist/collection/components/buttons/cura-button-transparent/cura-button-transparent.js +1 -1
  53. package/dist/collection/components/cura-alert/cura-alert.js +1 -1
  54. package/dist/collection/components/cura-avatar/cura-avatar.js +1 -1
  55. package/dist/collection/components/cura-calendar/cura-calendar.js +1 -1
  56. package/dist/collection/components/cura-card/cura-card.js +1 -1
  57. package/dist/collection/components/cura-icon/cura-icon.definitions.js +1 -2
  58. package/dist/collection/components/cura-icon/cura-icon.definitions.js.map +1 -1
  59. package/dist/collection/components/cura-icon/cura-icon.js +2 -6
  60. package/dist/collection/components/cura-icon/cura-icon.js.map +1 -1
  61. package/dist/collection/components/cura-icon/cura-icon.stories.js +1 -3
  62. package/dist/collection/components/cura-icon/cura-icon.stories.js.map +1 -1
  63. package/dist/collection/components/cura-icons-view/cura-icons-view.js +2 -5
  64. package/dist/collection/components/cura-icons-view/cura-icons-view.js.map +1 -1
  65. package/dist/collection/components/cura-modal/cura-modal.css +4 -2
  66. package/dist/collection/components/cura-modal/cura-modal.js +91 -10
  67. package/dist/collection/components/cura-modal/cura-modal.js.map +1 -1
  68. package/dist/collection/components/cura-modal/cura-modal.stories.js +54 -18
  69. package/dist/collection/components/cura-modal/cura-modal.stories.js.map +1 -1
  70. package/dist/collection/components/cura-page-template/cura-page-template.js +1 -1
  71. package/dist/collection/components/cura-toast/cura-toast.js +1 -1
  72. package/dist/collection/components/cura-tooltip/cura-tooltip.js +1 -1
  73. package/dist/collection/components/forms/cura-checkbox/cura-checkbox.js +1 -1
  74. package/dist/collection/components/forms/cura-dropdown-search/cura-dropdown-search-option/cura-dropdown-search-option.js +2 -2
  75. package/dist/collection/components/forms/cura-dropdown-search/cura-dropdown-search-option-title/cura-dropdown-search-option-title.js +1 -1
  76. package/dist/collection/components/forms/cura-dropdown-search/cura-dropdown-search.js +26 -16
  77. package/dist/collection/components/forms/cura-dropdown-search/cura-dropdown-search.js.map +1 -1
  78. package/dist/collection/components/forms/cura-input-date/cura-input-date.js +1 -1
  79. package/dist/collection/components/forms/cura-label/cura-label.js +1 -1
  80. package/dist/collection/components/forms/cura-radio/cura-radio.js +1 -1
  81. package/dist/collection/components/forms/cura-select/cura-select.js +3 -3
  82. package/dist/collection/components/forms/cura-select-options/cura-select-option.js +1 -1
  83. package/dist/collection/components/forms/cura-switch/cura-switch.js +1 -1
  84. package/dist/collection/components/loaders/cura-loader-bar/cura-loader-bar.js +1 -1
  85. package/dist/collection/components/loaders/cura-loader-circle/cura-loader-circle.js +1 -1
  86. package/dist/collection/components/text/cura-display/cura-display.js +1 -1
  87. package/dist/collection/components/text/cura-heading/cura-heading.js +1 -1
  88. package/dist/collection/components/text/cura-paragraph/cura-paragraph.js +1 -1
  89. package/dist/collection/utils/utils.js +1 -0
  90. package/dist/collection/utils/utils.js.map +1 -1
  91. package/dist/components/cura-alert.js +1 -1
  92. package/dist/components/cura-avatar.js +1 -1
  93. package/dist/components/cura-badge-counter.d.ts +11 -0
  94. package/dist/components/cura-badge-counter.js +8 -0
  95. package/dist/components/cura-badge-counter.js.map +1 -0
  96. package/dist/components/cura-badge-counter2.js +90 -0
  97. package/dist/components/cura-badge-counter2.js.map +1 -0
  98. package/dist/components/cura-badge-distance.js +1 -1
  99. package/dist/components/{cura-badge-number.d.ts → cura-badge-pill.d.ts} +4 -4
  100. package/dist/components/cura-badge-pill.js +120 -0
  101. package/dist/components/cura-badge-pill.js.map +1 -0
  102. package/dist/components/cura-button-outline.js +1 -1
  103. package/dist/components/cura-button-select.js +6 -15
  104. package/dist/components/cura-button-select.js.map +1 -1
  105. package/dist/components/cura-button-transparent2.js +1 -1
  106. package/dist/components/cura-button.js +1 -1
  107. package/dist/components/cura-calendar2.js +1 -1
  108. package/dist/components/cura-card.js +1 -1
  109. package/dist/components/cura-checkbox.js +1 -1
  110. package/dist/components/cura-display.js +1 -1
  111. package/dist/components/cura-dropdown-search-option-title.js +1 -1
  112. package/dist/components/cura-dropdown-search-option.js +2 -2
  113. package/dist/components/cura-dropdown-search.js +26 -16
  114. package/dist/components/cura-dropdown-search.js.map +1 -1
  115. package/dist/components/cura-heading2.js +1 -1
  116. package/dist/components/cura-icon2.js +3 -8
  117. package/dist/components/cura-icon2.js.map +1 -1
  118. package/dist/components/cura-icons-view.js +7 -16
  119. package/dist/components/cura-icons-view.js.map +1 -1
  120. package/dist/components/cura-input-date.js +1 -1
  121. package/dist/components/cura-label2.js +1 -1
  122. package/dist/components/cura-loader-bar2.js +1 -1
  123. package/dist/components/cura-loader-circle2.js +1 -1
  124. package/dist/components/cura-modal.js +36 -9
  125. package/dist/components/cura-modal.js.map +1 -1
  126. package/dist/components/cura-page-template.js +1 -1
  127. package/dist/components/cura-paragraph2.js +1 -1
  128. package/dist/components/cura-radio.js +1 -1
  129. package/dist/components/cura-select-option2.js +1 -1
  130. package/dist/components/cura-select2.js +3 -3
  131. package/dist/components/cura-switch.js +1 -1
  132. package/dist/components/cura-toast.js +1 -1
  133. package/dist/components/cura-tooltip.js +1 -1
  134. package/dist/components/index.js +4 -2
  135. package/dist/components/index.js.map +1 -1
  136. package/dist/cura/cura.esm.js +1 -1
  137. package/dist/cura/cura.esm.js.map +1 -1
  138. package/dist/cura/{p-01e301d4.entry.js → p-116a1cd6.entry.js} +2 -2
  139. package/dist/cura/{p-5bb8302c.entry.js → p-19f28fa8.entry.js} +2 -2
  140. package/dist/cura/p-19f28fa8.entry.js.map +1 -0
  141. package/dist/cura/{p-eda28278.entry.js → p-2545cfc7.entry.js} +2 -2
  142. package/dist/cura/p-35920ac0.entry.js +2 -0
  143. package/dist/cura/p-35920ac0.entry.js.map +1 -0
  144. package/dist/cura/{p-eea093b2.entry.js → p-36dbec98.entry.js} +2 -2
  145. package/dist/cura/{p-ed839f1e.entry.js → p-3d958d45.entry.js} +2 -2
  146. package/dist/cura/{p-3536c96b.entry.js → p-3e4ca7e7.entry.js} +2 -2
  147. package/dist/cura/{p-e5b0dd74.entry.js → p-3eca0f0c.entry.js} +2 -2
  148. package/dist/cura/{p-1f53580a.entry.js → p-42258230.entry.js} +2 -2
  149. package/dist/cura/p-48f9289b.js +2 -0
  150. package/dist/cura/p-48f9289b.js.map +1 -0
  151. package/dist/cura/{p-dbd9eab3.entry.js → p-4b496c51.entry.js} +2 -2
  152. package/dist/cura/p-52f854e0.entry.js +2 -0
  153. package/dist/cura/p-52f854e0.entry.js.map +1 -0
  154. package/dist/cura/{p-81c66f2b.entry.js → p-576c65b4.entry.js} +2 -2
  155. package/dist/cura/{p-bfb5e9e1.entry.js → p-6e4f4fbf.entry.js} +2 -2
  156. package/dist/cura/{p-0e28f1c8.entry.js → p-818c581f.entry.js} +2 -2
  157. package/dist/cura/{p-b0451cb3.entry.js → p-a91d451f.entry.js} +2 -2
  158. package/dist/cura/p-aa65cb50.entry.js +2 -0
  159. package/dist/cura/p-aa65cb50.entry.js.map +1 -0
  160. package/dist/cura/{p-075b02de.entry.js → p-b1a51e81.entry.js} +2 -2
  161. package/dist/cura/{p-f375a612.entry.js → p-bdb1a0c5.entry.js} +2 -2
  162. package/dist/cura/p-c4da4c44.entry.js +2 -0
  163. package/dist/cura/p-c4da4c44.entry.js.map +1 -0
  164. package/dist/cura/{p-a7ecea4a.entry.js → p-dcd2e5bb.entry.js} +2 -2
  165. package/dist/cura/{p-7853ab16.entry.js → p-e1a41792.entry.js} +2 -2
  166. package/dist/cura/p-ef593f12.entry.js +2 -0
  167. package/dist/cura/p-ef593f12.entry.js.map +1 -0
  168. package/dist/cura/p-f23c4ed8.entry.js +2 -0
  169. package/dist/cura/p-f23c4ed8.entry.js.map +1 -0
  170. package/dist/cura/p-f5d45776.entry.js +2 -0
  171. package/dist/esm/cura-accordion_12.entry.js +12 -16
  172. package/dist/esm/cura-accordion_12.entry.js.map +1 -1
  173. package/dist/esm/cura-alert.entry.js +1 -1
  174. package/dist/esm/cura-avatar.entry.js +1 -1
  175. package/dist/esm/cura-badge-counter.entry.js +59 -0
  176. package/dist/esm/cura-badge-counter.entry.js.map +1 -0
  177. package/dist/esm/cura-badge-distance.entry.js +1 -1
  178. package/dist/esm/cura-badge-pill.entry.js +79 -0
  179. package/dist/esm/cura-badge-pill.entry.js.map +1 -0
  180. package/dist/esm/cura-button-outline.entry.js +1 -1
  181. package/dist/esm/cura-button-select.entry.js +2 -11
  182. package/dist/esm/cura-button-select.entry.js.map +1 -1
  183. package/dist/esm/cura-button-transparent.entry.js +1 -1
  184. package/dist/esm/cura-calendar.entry.js +1 -1
  185. package/dist/esm/cura-card.entry.js +1 -1
  186. package/dist/esm/cura-checkbox.entry.js +1 -1
  187. package/dist/esm/cura-display.entry.js +1 -1
  188. package/dist/esm/cura-dropdown-search-option-title.entry.js +1 -1
  189. package/dist/esm/cura-dropdown-search-option.entry.js +2 -2
  190. package/dist/esm/cura-dropdown-search.entry.js +24 -15
  191. package/dist/esm/cura-dropdown-search.entry.js.map +1 -1
  192. package/dist/esm/cura-icon.definitions-a892c0e2.js +17 -0
  193. package/dist/esm/cura-icon.definitions-a892c0e2.js.map +1 -0
  194. package/dist/esm/cura-icons-view.entry.js +2 -5
  195. package/dist/esm/cura-icons-view.entry.js.map +1 -1
  196. package/dist/esm/cura-input-date.entry.js +1 -1
  197. package/dist/esm/cura-loader-bar.entry.js +1 -1
  198. package/dist/esm/cura-modal.entry.js +28 -7
  199. package/dist/esm/cura-modal.entry.js.map +1 -1
  200. package/dist/esm/cura-radio.entry.js +1 -1
  201. package/dist/esm/cura-switch.entry.js +1 -1
  202. package/dist/esm/cura-toast.entry.js +1 -1
  203. package/dist/esm/cura-tooltip.entry.js +1 -1
  204. package/dist/esm/cura.js +1 -1
  205. package/dist/esm/loader.js +1 -1
  206. package/dist/types/components/badges/cura-badge-counter/cura-badge-counter.d.ts +30 -0
  207. package/dist/types/components/badges/{cura-badge-number/cura-badge-number.stories.d.ts → cura-badge-counter/cura-badge-counter.stories.d.ts} +26 -1
  208. package/dist/types/components/badges/cura-badge-pill/cura-badge-pill.d.ts +44 -0
  209. package/dist/types/components/badges/cura-badge-pill/cura-badge-pill.stories.d.ts +119 -0
  210. package/dist/types/components/buttons/cura-button-select/cura-button-select.d.ts +1 -2
  211. package/dist/types/components/cura-icon/cura-icon.definitions.d.ts +0 -1
  212. package/dist/types/components/cura-modal/cura-modal.d.ts +22 -3
  213. package/dist/types/components/cura-modal/cura-modal.stories.d.ts +42 -3
  214. package/dist/types/components/forms/cura-dropdown-search/cura-dropdown-search.d.ts +8 -0
  215. package/dist/types/components.d.ts +140 -19
  216. package/dist/types/utils/utils.d.ts +1 -0
  217. package/package.json +2 -2
  218. package/dist/cjs/cura-badge-number.cjs.entry.js +0 -29
  219. package/dist/cjs/cura-badge-number.cjs.entry.js.map +0 -1
  220. package/dist/cjs/cura-icon.definitions-8d714f6a.js.map +0 -1
  221. package/dist/collection/components/badges/cura-badge-number/cura-badge-number.css +0 -28
  222. package/dist/collection/components/badges/cura-badge-number/cura-badge-number.js +0 -66
  223. package/dist/collection/components/badges/cura-badge-number/cura-badge-number.js.map +0 -1
  224. package/dist/collection/components/badges/cura-badge-number/cura-badge-number.stories.js.map +0 -1
  225. package/dist/components/cura-badge-number.js +0 -8
  226. package/dist/components/cura-badge-number.js.map +0 -1
  227. package/dist/components/cura-badge-number2.js +0 -49
  228. package/dist/components/cura-badge-number2.js.map +0 -1
  229. package/dist/cura/p-0308cf6b.entry.js +0 -2
  230. package/dist/cura/p-0308cf6b.entry.js.map +0 -1
  231. package/dist/cura/p-5bb8302c.entry.js.map +0 -1
  232. package/dist/cura/p-7090d4a7.entry.js +0 -2
  233. package/dist/cura/p-7090d4a7.entry.js.map +0 -1
  234. package/dist/cura/p-71a2dcef.entry.js +0 -2
  235. package/dist/cura/p-71a2dcef.entry.js.map +0 -1
  236. package/dist/cura/p-9a7e3f48.entry.js +0 -2
  237. package/dist/cura/p-9a7e3f48.entry.js.map +0 -1
  238. package/dist/cura/p-a7221f0c.js +0 -2
  239. package/dist/cura/p-a7221f0c.js.map +0 -1
  240. package/dist/cura/p-d635501a.entry.js +0 -2
  241. package/dist/cura/p-d635501a.entry.js.map +0 -1
  242. package/dist/cura/p-ebed83d1.entry.js +0 -2
  243. package/dist/esm/cura-badge-number.entry.js +0 -25
  244. package/dist/esm/cura-badge-number.entry.js.map +0 -1
  245. package/dist/esm/cura-icon.definitions-aaa4e80f.js +0 -18
  246. package/dist/esm/cura-icon.definitions-aaa4e80f.js.map +0 -1
  247. package/dist/types/components/badges/cura-badge-number/cura-badge-number.d.ts +0 -8
  248. /package/dist/cura/{p-01e301d4.entry.js.map → p-116a1cd6.entry.js.map} +0 -0
  249. /package/dist/cura/{p-eda28278.entry.js.map → p-2545cfc7.entry.js.map} +0 -0
  250. /package/dist/cura/{p-eea093b2.entry.js.map → p-36dbec98.entry.js.map} +0 -0
  251. /package/dist/cura/{p-ed839f1e.entry.js.map → p-3d958d45.entry.js.map} +0 -0
  252. /package/dist/cura/{p-3536c96b.entry.js.map → p-3e4ca7e7.entry.js.map} +0 -0
  253. /package/dist/cura/{p-e5b0dd74.entry.js.map → p-3eca0f0c.entry.js.map} +0 -0
  254. /package/dist/cura/{p-1f53580a.entry.js.map → p-42258230.entry.js.map} +0 -0
  255. /package/dist/cura/{p-dbd9eab3.entry.js.map → p-4b496c51.entry.js.map} +0 -0
  256. /package/dist/cura/{p-81c66f2b.entry.js.map → p-576c65b4.entry.js.map} +0 -0
  257. /package/dist/cura/{p-bfb5e9e1.entry.js.map → p-6e4f4fbf.entry.js.map} +0 -0
  258. /package/dist/cura/{p-0e28f1c8.entry.js.map → p-818c581f.entry.js.map} +0 -0
  259. /package/dist/cura/{p-b0451cb3.entry.js.map → p-a91d451f.entry.js.map} +0 -0
  260. /package/dist/cura/{p-075b02de.entry.js.map → p-b1a51e81.entry.js.map} +0 -0
  261. /package/dist/cura/{p-f375a612.entry.js.map → p-bdb1a0c5.entry.js.map} +0 -0
  262. /package/dist/cura/{p-a7ecea4a.entry.js.map → p-dcd2e5bb.entry.js.map} +0 -0
  263. /package/dist/cura/{p-7853ab16.entry.js.map → p-e1a41792.entry.js.map} +0 -0
  264. /package/dist/cura/{p-ebed83d1.entry.js.map → p-f5d45776.entry.js.map} +0 -0
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e6d728ec.js');
6
6
  const curaButton_definitions = require('./cura-button.definitions-f036371c.js');
7
- const curaIcon_definitions = require('./cura-icon.definitions-8d714f6a.js');
7
+ const curaIcon_definitions = require('./cura-icon.definitions-5223028b.js');
8
8
 
9
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)}";
10
10
  const CuraAccordionStyle0 = curaAccordionCss;
@@ -230,7 +230,7 @@ const CuraButton = class {
230
230
  render() {
231
231
  const symbolColor = this.getSymbolColor();
232
232
  const labelSize = curaButton_definitions.labelSizes[this.size] || curaButton_definitions.labelSizes["default"];
233
- return (index.h(index.Host, { key: '2831f74cc53bbadcaf1648c759090204cf3c20ea' }, 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: '105%', 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: '105%', color: symbolColor }, index.h("slot", null))), index.h("cura-loader-circle", { size: this.size, color: symbolColor })))));
233
+ return (index.h(index.Host, { key: '27ce2e8e003caac05d652a9a25054f689d9e3841' }, 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: '105%', 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: '105%', color: symbolColor }, index.h("slot", null))), index.h("cura-loader-circle", { size: this.size, color: symbolColor })))));
234
234
  }
235
235
  static get formAssociated() { return true; }
236
236
  static get watchers() { return {
@@ -307,7 +307,7 @@ const CuraHeading = class {
307
307
  return tags[`${this.level}`] || tags['default'];
308
308
  }
309
309
  render() {
310
- return (index.h(index.Host, { key: '83a6a2a08051c3654f609f0e1824f41f48a6ff83', style: this.hostCSSProperties() }, this.getHeadingTag()));
310
+ return (index.h(index.Host, { key: '16f2897c60b5a41256f326d520277480e2800f17', style: this.hostCSSProperties() }, this.getHeadingTag()));
311
311
  }
312
312
  get host() { return index.getElement(this); }
313
313
  static get watchers() { return {
@@ -330,10 +330,6 @@ const CuraIcon = class {
330
330
  this.disabled = false;
331
331
  }
332
332
  sizeHandler(size) {
333
- if (size === 'micro' && !curaIcon_definitions.microIcons.includes(this.name)) {
334
- size = 16;
335
- console.warn(`Icon ${this.name} doesn't support micro size. Minimum size of 16 was applied instead.`);
336
- }
337
333
  const scaledStroke = (iconSize) => {
338
334
  return `${curaIcon_definitions.iconSizes[iconSize].stroke * (curaIcon_definitions.iconSizes.default.size / curaIcon_definitions.iconSizes[iconSize].size)}px`;
339
335
  };
@@ -352,7 +348,7 @@ const CuraIcon = class {
352
348
  this.host.style.setProperty(prop, value);
353
349
  }
354
350
  render() {
355
- return (index.h(index.Host, { key: '0ab55b86ccb41c3be1c1a114c35c81d8488e12cc' }, index.h("svg", { key: 'c787e2ff356af580215cef7c05225ef5ac716d21', version: "1.1", viewBox: "0 0 24 24", preserveAspectRatio: "xMidYMid meet", xmlns: "http://www.w3.org/2000/svg" }, index.h("use", { key: '71c4f67a6d50cd2112fcef7cbac7b506d662911e', xlinkHref: `${this.assetsPath}/icons/iconset-${this.iconset}.svg#${this.name}` }))));
351
+ return (index.h(index.Host, { key: '0a9f6e85bc7be23072c17fd8f99ca88601e2a830' }, index.h("svg", { key: '00e4c6f5ce357b7a974d3dd0a27948fc1e8138ce', version: "1.1", viewBox: "0 0 24 24", preserveAspectRatio: "xMidYMid meet", xmlns: "http://www.w3.org/2000/svg" }, index.h("use", { key: '504a842d6b030539cb615cf60b090fbc9f771761', xlinkHref: `${this.assetsPath}/icons/iconset-${this.iconset}.svg#${this.name}` }))));
356
352
  }
357
353
  get host() { return index.getElement(this); }
358
354
  static get watchers() { return {
@@ -4369,7 +4365,7 @@ const CuraLabel = class {
4369
4365
  };
4370
4366
  }
4371
4367
  render() {
4372
- return (index.h(index.Host, { key: '8d691e1d4c38c30d1e50bc981b9e6de89b3506e0', style: this.hostCSSProperties() }, index.h("p", { key: 'b68944f4fe1e65aecf6a627f3bba547418bc125b', style: this.styles, class: this.getClasses() }, index.h("slot", { key: 'f8ac467674d94fe94adc075743b12111d1e32469' }))));
4368
+ return (index.h(index.Host, { key: 'cd35f2488c9783fc69bf2aea4c56c5dbb6e4d954', style: this.hostCSSProperties() }, index.h("p", { key: '2ab39f5cbd61b55525b4d2d9c39d19106b735ebb', style: this.styles, class: this.getClasses() }, index.h("slot", { key: 'f30ccdb0c038ae93096ab94db4a80a407a9976dc' }))));
4373
4369
  }
4374
4370
  get host() { return index.getElement(this); }
4375
4371
  static get watchers() { return {
@@ -4403,7 +4399,7 @@ const CuraLoaderCircle = class {
4403
4399
  };
4404
4400
  }
4405
4401
  render() {
4406
- return (index.h(index.Host, { key: '9ef3dd91b5958a5aeb90fe51120f5d9cc768ca62', style: this.getStyles() }, index.h("svg", { key: '96b6a2ac1ee77c14b68ea7ee462bae4a122f0c1f', viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, index.h("g", { key: '01e9425e96b2f8b63a0115dfba358a46d86574c5' }, index.h("circle", { key: '5ba2e9d288de3b48d33c57ef9c8c282511683739', cx: "8", cy: "8", r: "7", stroke: "url(#paint0_linear_13485_11488)", "stroke-width": "2" }), index.h("path", { key: 'b2069b38fc2a810c6b838eb4c924619a14ef5648', 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: '4e04a92c3cb8ba0084112f1a14a7815317ca92c5' }, index.h("linearGradient", { key: '4369f1a5c6d66b37cc00ca88c3e5c77867867fbf', id: "paint0_linear_13485_11488", x1: "15.7", y1: "4.5", x2: "4.15", y2: "11.5", gradientUnits: "userSpaceOnUse" }, index.h("stop", { key: '224eac239fcd4f22e3ca7b044d89942757381b9e' }), index.h("stop", { key: '35236a39f2156fefea7878a60dd1e559d3d1f850', offset: "1" }))))));
4402
+ return (index.h(index.Host, { key: 'b54c7d6fb5f297776c415fc6320dcc56a8d8e23f', style: this.getStyles() }, index.h("svg", { key: '678e5b6959113b39bbd99cfa1cc24fe3476f88f5', viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, index.h("g", { key: 'f644ac82003dc4a59944d75d315c0e0e857de2c0' }, index.h("circle", { key: 'edf0ee851a9baf6f4928f961b296de9b82652aba', cx: "8", cy: "8", r: "7", stroke: "url(#paint0_linear_13485_11488)", "stroke-width": "2" }), index.h("path", { key: '60892a122ff4036ca29e550794ab1ce06c221359', 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: '3b9a54760fe0bab2e8fe6139b8c7365d11e1d966' }, index.h("linearGradient", { key: '447ab3c5dd38685173404c775c7fd993f6ffd696', id: "paint0_linear_13485_11488", x1: "15.7", y1: "4.5", x2: "4.15", y2: "11.5", gradientUnits: "userSpaceOnUse" }, index.h("stop", { key: 'df6855ea0c534bd6a623580573f999f1e078f77f' }), index.h("stop", { key: '8a76e2928a39673780ad5561dbc5b4204af62fcb', offset: "1" }))))));
4407
4403
  }
4408
4404
  };
4409
4405
  CuraLoaderCircle.style = CuraLoaderCircleStyle0;
@@ -4427,7 +4423,7 @@ const CuraPageTemplate = class {
4427
4423
  return classes;
4428
4424
  }
4429
4425
  render() {
4430
- return (index.h(index.Host, { key: 'd79c3d22ccbd93d8a56c700e3016507d18720464' }, index.h("div", { key: 'a717f44d6b5df9f00ffe61fff816721705748040', style: this.styles, class: "grid-template" }, index.h("div", { key: '7a3d585d4213799b32e2043327442b21833fd4fc', id: "sub-header" }, index.h("slot", { key: 'dbab9738fe221a426642e5d63e88130e1f351591', name: 'sub-header' })), index.h("div", { key: '39f2878cac260b70b8e53b57b6b9b5b07f658251', id: "header" }, index.h("slot", { key: '511af91f30dfcfde3ced7bce4c341a2802c88db8', name: 'header' })), index.h("div", { key: 'ed8d1b1e0d5ffca939c525ee8320da7f2afde95d', id: "pre-content" }, index.h("slot", { key: 'dd8c722ddd113f49965a6397625980aace8b78e8', name: 'pre-content' })), index.h("div", { key: '64a5767bbc858f18e44a3339b6bb567b3e5a8c0d', id: "content-container", class: this.getClasses() }, index.h("div", { key: '919e9d54e10f1469264f193545e80b680b63c801', id: "sidebar-left" }, index.h("slot", { key: '8ddeb7358bd9f6d0e08b1e3f323219b8980eec9c', name: 'sidebar-left' })), index.h("div", { key: '48e3860c1674658c386124c80a35b85bdb085e3e', id: "content" }, index.h("slot", { key: '8bc21a187897a5e9cd2e922285364a02425cefa6', name: "content" }), index.h("slot", { key: '587d13eed3fedcbf9e33dc4084cb2554ba70125d' })), index.h("div", { key: '7f620fd04b4cf4a051954dca8a95293c2a7c1d9a', id: "sidebar-right" }, index.h("slot", { key: '3499275e67a00fcaab4f044535dbeb19c1040569', name: 'sidebar-right' }))), index.h("div", { key: '59b9e4a5fe541f2ad6dac53a40588482b33e0cad', id: "post-body" }, index.h("slot", { key: '7493b3b330cabf263990a149c1b526501260de95', name: 'post-body' })), index.h("div", { key: '4a35c95f7ad04f04bb8673babc06d243e1b8f931', id: "footer" }, index.h("slot", { key: 'f69ffbd9c9cabe72e1ee4f147f7a1448311a7f0c', name: 'footer' })), index.h("div", { key: 'd53b60b2d9170797e7dc12b3179c24b7f76ac41d', id: "sub-footer" }, index.h("slot", { key: '75dcebb2f223ed1d0b1181ea3773fbb6bf096e33', name: 'sub-footer' })))));
4426
+ return (index.h(index.Host, { key: '1e08a43c7701b7063cb652f6e040d3d5f5eb09a4' }, index.h("div", { key: '8aed196bdd1e4385a5cd397d531f32d5d6a34e45', style: this.styles, class: "grid-template" }, index.h("div", { key: '92bb8cc24ddc2a6c7cb81cca6326e3aae62fe9fb', id: "sub-header" }, index.h("slot", { key: 'af2542eb9aae107bb96009e1dbf234099e3fee06', name: 'sub-header' })), index.h("div", { key: '11ccbfe4b8f226d5f312b9db81cb10bf7aff6058', id: "header" }, index.h("slot", { key: 'f4cf6ce66934479b421841c0d85341ad771f8801', name: 'header' })), index.h("div", { key: 'b0af61b6a26cffbae8722a265bbf695984aeb192', id: "pre-content" }, index.h("slot", { key: '1c6e615377935f2d8bcdc0106a7f8ef46a4096c8', name: 'pre-content' })), index.h("div", { key: '7c9600de42ea9338571f59c7dfa07e8d83d907f3', id: "content-container", class: this.getClasses() }, index.h("div", { key: '8e9c4100038b1a7add298292b039098a66936fc3', id: "sidebar-left" }, index.h("slot", { key: '266eface0f8eb826fce97ec1c6eb8a5f2a983256', name: 'sidebar-left' })), index.h("div", { key: 'da2e6b2a9d72cb80f5f340e877388ce82e285d97', id: "content" }, index.h("slot", { key: '8e1fb56cad2e3b693fb40c87bc8b8813ac1c5cec', name: "content" }), index.h("slot", { key: '7fcfa41e62fbb3eb03e6350d2242119cea4a7172' })), index.h("div", { key: '561cdd39b2327375fbfab17b7d9ba61d3c8641e1', id: "sidebar-right" }, index.h("slot", { key: 'abb1a3c4b46a4e576f9720582e41237f323baedb', name: 'sidebar-right' }))), index.h("div", { key: '273e8172b1084ef92d125ec3c524bd0a357e740a', id: "post-body" }, index.h("slot", { key: '9c0ba47959028dd86b5d83fe9050e4cbd51b09f0', name: 'post-body' })), index.h("div", { key: 'ec53311edaed349b82cf37be5957d9a07e1e25d3', id: "footer" }, index.h("slot", { key: '16d56243b257ba7b3b6919c5fcd4b482d646b925', name: 'footer' })), index.h("div", { key: 'ed81fc5a890b564a6b437f61122259b6ea5a94f2', id: "sub-footer" }, index.h("slot", { key: '88c1d8297bd16ac01f7f5e81803cee6d1b13aa41', name: 'sub-footer' })))));
4431
4427
  }
4432
4428
  get host() { return index.getElement(this); }
4433
4429
  };
@@ -4483,7 +4479,7 @@ const CuraParagraph = class {
4483
4479
  };
4484
4480
  }
4485
4481
  render() {
4486
- return (index.h(index.Host, { key: 'fc146c5173887dd80bb1798d58b7fbe29775e2de', style: this.hostCSSProperties() }, index.h("p", { key: '0defc510c08182261e22a4ab47a24d939199db24', style: this.styles, class: this.setsizeClass() }, index.h("slot", { key: 'e70c68a1da0596dc8d2273f5679c9193a354e313' }))));
4482
+ return (index.h(index.Host, { key: '237ff05930df443e9e8c2cb618554525c2312e35', style: this.hostCSSProperties() }, index.h("p", { key: '71afec31842fc60f17881613ab2f36f4cffd358b', style: this.styles, class: this.setsizeClass() }, index.h("slot", { key: '07fa9781d53113b7d4f9b7732b48d6836f700406' }))));
4487
4483
  }
4488
4484
  get host() { return index.getElement(this); }
4489
4485
  static get watchers() { return {
@@ -4771,13 +4767,13 @@ const CuraSelect = class {
4771
4767
  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 }));
4772
4768
  }
4773
4769
  render() {
4774
- return (index.h(index.Host, { key: 'f01b52d0da1c417723c9da0ce7002155b3cbb07d', style: this.styles }, index.h("div", { key: '2798e5cd7f16e8679520900374e569cca1e5bee8', class: this.getClasses(), onMouseEnter: () => (this.isHovered = true), onMouseLeave: () => (this.isHovered = false), onClick: this.handleClick }, this.label && (index.h("cura-label", { key: '5f9f645c3199e6299f000f5ab167139f536442b8', class: 'label', weight: 'bold', size: this.size === 'large' ? 'small' : 'xsmall', color: this.getColor('label') }, this.label, " ", this.required && index.h("span", { key: '2bca7ed64c1d44152161c2d71173f70b8b2fbacc', class: 'required' }, "* "))), index.h("div", { key: 'c1e77ccc2d1853b8749fea57e5ca3554363ef168', class: {
4770
+ return (index.h(index.Host, { key: 'cb2962534d4f39e83739c14396bf7ada6389f4e2', style: this.styles }, index.h("div", { key: '2b09c26a8f5e1dd8f11b8624c4fbc4d840cdb9fd', class: this.getClasses(), onMouseEnter: () => (this.isHovered = true), onMouseLeave: () => (this.isHovered = false), onClick: this.handleClick }, this.label && (index.h("cura-label", { key: 'c6585f4b4024a42ce4e105acec9f1710b7c0eb71', class: 'label', weight: 'bold', size: this.size === 'large' ? 'small' : 'xsmall', color: this.getColor('label') }, this.label, " ", this.required && index.h("span", { key: '4dcc4a50529b1521b43a7e8bbeee62d0bbc12dc7', class: 'required' }, "* "))), index.h("div", { key: '189da945bff9d9e946ef5b46d2a021b29b508214', class: {
4775
4771
  'cura-input-field': true,
4776
4772
  'open': this.isOpen
4777
- } }, this.renderIcon(), index.h("input", { key: '66e99e0a7c3b00516cc2f1240d08511c9434201b', 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, readonly: this.searchBehavior ? null : true }), index.h("cura-icon", { key: '4efde985b30016b633818f9fafe6c1f538b4776e', 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: 'ead6b6a9f95acc7f2cf2e7474f72c1627e0bd8cd', class: "helper-text", size: 'xsmall', color: this.getColor('text'), weight: this.mode === 'transparent' ? 'bold' : 'regular' }, index.h("slot", { key: 'e01c6c99fecb78822d092a41db0b969ca160cea1' })), this.isOpen && (index.h("div", { key: '0fedad3cac056457810c984eb471bd9a703f2ff4', class: {
4773
+ } }, this.renderIcon(), index.h("input", { key: '13cc7d03a4770819a84239ab934f7a73f10434db', 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, readonly: this.searchBehavior ? null : true }), index.h("cura-icon", { key: 'c0ccb27b7de0849b0e960e69ef472463a4b9d02b', 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: '5b093234b507fe6a2c350e9bee5e9a24eba2e5d6', class: "helper-text", size: 'xsmall', color: this.getColor('text'), weight: this.mode === 'transparent' ? 'bold' : 'regular' }, index.h("slot", { key: 'c051fa93257f3d68945fa15edd2ab10e9ca75087' })), this.isOpen && (index.h("div", { key: '8a20447dee35780853e3560c86975ead069e9369', class: {
4778
4774
  'menu': true,
4779
4775
  'open': this.isOpen
4780
- } }, index.h("slot", { key: '1330a45037f002b5fd20a356f1fe5b982999e512', name: 'option' }))))));
4776
+ } }, index.h("slot", { key: 'dff5e6b54842ed9a6e458414977080069a0c4b5c', name: 'option' }))))));
4781
4777
  }
4782
4778
  static get formAssociated() { return true; }
4783
4779
  get host() { return index.getElement(this); }
@@ -4827,7 +4823,7 @@ const CuraSelectOption = class {
4827
4823
  };
4828
4824
  }
4829
4825
  render() {
4830
- return (index.h(index.Host, { key: '42fe72a8cadcb2745fa41cced2bf8f571ca0fb81', slot: "option" }, index.h("div", { key: '275c6ba6baaf1c28af3c6cce6abc36dc8c496e13', class: this.getClasses(), style: this.styles }, index.h("cura-label", { key: 'a5f2e672f55fe16b749f6f5d33c1ba64eb415ca8', color: `${this.selected ? 'primary-base' : 'neutral-black'}`, size: this.getSize('label'), "margin-block": "0" }, index.h("slot", { key: '37b09097f6f51515fe63f07a5b6bb2449ba51e60' })), this.selected && index.h("cura-icon", { key: '88b01b9505ea9c46ddd19be78db4bd084601687d', name: 'check', size: this.getSize('icon'), color: "primary-base" }))));
4826
+ return (index.h(index.Host, { key: 'cf0489e6e396d60d4a4f71e306727ac12b3fbb7a', slot: "option" }, index.h("div", { key: 'e970f361bff2c54e0324e43a612d3fa45a83b2bd', class: this.getClasses(), style: this.styles }, index.h("cura-label", { key: '7bbcc39a51c2c9e14f233c94ea2dcf20543e11eb', color: `${this.selected ? 'primary-base' : 'neutral-black'}`, size: this.getSize('label'), "margin-block": "0" }, index.h("slot", { key: 'f5a54eaf4e2ef19239ca185b39897f98d11f05c7' })), this.selected && index.h("cura-icon", { key: '8a1560793da12ec6f5d3e9dc2db7e242a440267c', name: 'check', size: this.getSize('icon'), color: "primary-base" }))));
4831
4827
  }
4832
4828
  get host() { return index.getElement(this); }
4833
4829
  static get watchers() { return {