@prolibu-suite/cobalt-core 0.6.0 → 0.8.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 (648) hide show
  1. package/custom-elements.json +7924 -3799
  2. package/dist/cjs/co-accordion.cjs.entry.js +1 -1
  3. package/dist/cjs/co-action-bar.cjs.entry.js +89 -0
  4. package/dist/cjs/co-app-shell.cjs.entry.js +3 -3
  5. package/dist/cjs/co-audio-player.cjs.entry.js +279 -0
  6. package/dist/cjs/co-autocomplete.cjs.entry.js +3 -3
  7. package/dist/cjs/co-avatar-group.cjs.entry.js +3 -3
  8. package/dist/cjs/{co-tooltip.cjs.entry.js → co-avatar_2.cjs.entry.js} +96 -4
  9. package/dist/cjs/co-badge.cjs.entry.js +2 -2
  10. package/dist/cjs/co-bottom-sheet.cjs.entry.js +4 -4
  11. package/dist/cjs/co-breadcrumb-item.cjs.entry.js +3 -3
  12. package/dist/cjs/co-breadcrumb.cjs.entry.js +2 -2
  13. package/dist/cjs/co-button-group.cjs.entry.js +3 -3
  14. package/dist/cjs/co-button.cjs.entry.js +13 -6
  15. package/dist/cjs/co-calendar-month_2.cjs.entry.js +1601 -0
  16. package/dist/cjs/co-calendar_3.cjs.entry.js +12 -12
  17. package/dist/cjs/co-card.cjs.entry.js +3 -3
  18. package/dist/cjs/co-carousel-item.cjs.entry.js +17 -0
  19. package/dist/cjs/co-carousel.cjs.entry.js +368 -0
  20. package/dist/cjs/co-checkbox-group.cjs.entry.js +1 -1
  21. package/dist/cjs/co-checkbox.cjs.entry.js +5 -5
  22. package/dist/cjs/co-chip_2.cjs.entry.js +96 -7
  23. package/dist/cjs/co-color-picker.cjs.entry.js +5 -5
  24. package/dist/cjs/co-column-picker.cjs.entry.js +3 -3
  25. package/dist/cjs/co-combobox.cjs.entry.js +3 -3
  26. package/dist/cjs/co-command-search.cjs.entry.js +1 -1
  27. package/dist/cjs/co-data-table-pagination.cjs.entry.js +5 -5
  28. package/dist/cjs/co-data-table.cjs.entry.js +2 -2
  29. package/dist/cjs/co-date-picker.cjs.entry.js +12 -5
  30. package/dist/cjs/co-date-range-picker.cjs.entry.js +11 -5
  31. package/dist/cjs/co-date-range.cjs.entry.js +2 -2
  32. package/dist/cjs/co-date-time-picker.cjs.entry.js +409 -0
  33. package/dist/cjs/co-drive-card.cjs.entry.js +2 -2
  34. package/dist/cjs/co-drop-zone.cjs.entry.js +2 -2
  35. package/dist/cjs/co-empty-state.cjs.entry.js +3 -3
  36. package/dist/cjs/co-event-calendar.cjs.entry.js +119 -18
  37. package/dist/cjs/co-event-popover.cjs.entry.js +132 -0
  38. package/dist/cjs/co-fab.cjs.entry.js +21 -6
  39. package/dist/cjs/co-file-field.cjs.entry.js +8 -8
  40. package/dist/cjs/co-file-type-tile.cjs.entry.js +3 -3
  41. package/dist/cjs/co-helper-text.cjs.entry.js +3 -3
  42. package/dist/cjs/co-icon-button.cjs.entry.js +2 -2
  43. package/dist/cjs/co-icon.cjs.entry.js +3 -3
  44. package/dist/cjs/co-input.cjs.entry.js +9 -3
  45. package/dist/cjs/co-json-field.cjs.entry.js +6 -6
  46. package/dist/cjs/co-lightbox.cjs.entry.js +34 -7
  47. package/dist/cjs/co-list-footer.cjs.entry.js +2 -2
  48. package/dist/cjs/co-list-item.cjs.entry.js +5 -5
  49. package/dist/cjs/co-loader.cjs.entry.js +1 -1
  50. package/dist/cjs/co-media-thumb.cjs.entry.js +3 -3
  51. package/dist/cjs/co-menu-divider.cjs.entry.js +2 -2
  52. package/dist/cjs/co-menu-item.cjs.entry.js +3 -3
  53. package/dist/cjs/co-menu.cjs.entry.js +2 -2
  54. package/dist/cjs/co-modal.cjs.entry.js +3 -3
  55. package/dist/cjs/co-navbar.cjs.entry.js +3 -3
  56. package/dist/cjs/co-number-field.cjs.entry.js +5 -5
  57. package/dist/cjs/co-overlay.cjs.entry.js +2 -2
  58. package/dist/cjs/co-page-header.cjs.entry.js +2 -2
  59. package/dist/cjs/co-phone-field.cjs.entry.js +4 -4
  60. package/dist/cjs/co-popover.cjs.entry.js +2 -2
  61. package/dist/cjs/co-progress-bar.cjs.entry.js +3 -3
  62. package/dist/cjs/co-progress-circle.cjs.entry.js +3 -3
  63. package/dist/cjs/co-provider-logo_2.cjs.entry.js +72 -0
  64. package/dist/cjs/co-radio-group.cjs.entry.js +1 -1
  65. package/dist/cjs/co-radio.cjs.entry.js +4 -4
  66. package/dist/cjs/co-rating.cjs.entry.js +4 -4
  67. package/dist/cjs/co-ref-field.cjs.entry.js +16 -6
  68. package/dist/cjs/co-rich-text-editor.cjs.entry.js +22 -7
  69. package/dist/cjs/co-rich-text-toolbar.cjs.entry.js +37 -5
  70. package/dist/cjs/co-rich-text-viewer.cjs.entry.js +36 -6
  71. package/dist/cjs/co-row.cjs.entry.js +3 -3
  72. package/dist/cjs/co-segmented-bar.cjs.entry.js +1 -1
  73. package/dist/cjs/co-select.cjs.entry.js +13 -7
  74. package/dist/cjs/co-separator.cjs.entry.js +2 -2
  75. package/dist/cjs/co-sidebar-nav.cjs.entry.js +13 -3
  76. package/dist/cjs/co-sidebar.cjs.entry.js +3 -3
  77. package/dist/cjs/co-slider.cjs.entry.js +3 -3
  78. package/dist/cjs/co-switch.cjs.entry.js +5 -5
  79. package/dist/cjs/co-tab-group.cjs.entry.js +20 -4
  80. package/dist/cjs/co-tab.cjs.entry.js +3 -3
  81. package/dist/cjs/co-tags-field.cjs.entry.js +9 -9
  82. package/dist/cjs/co-textarea.cjs.entry.js +13 -7
  83. package/dist/cjs/co-toast.cjs.entry.js +1 -1
  84. package/dist/cjs/co-toggle-button-group.cjs.entry.js +3 -3
  85. package/dist/cjs/co-toggle-button.cjs.entry.js +3 -3
  86. package/dist/cjs/co-transfer-list.cjs.entry.js +1 -1
  87. package/dist/cjs/co-video.cjs.entry.js +3 -3
  88. package/dist/cjs/cobalt.cjs.js +2 -2
  89. package/dist/cjs/{dateI18n-BdiNAl0_.js → dateI18n-wblvKRq_.js} +21 -0
  90. package/dist/cjs/{dates-D8D-aS5d.js → dates-TQLHlFd2.js} +64 -13
  91. package/dist/cjs/{fieldChip-D8YJCyQF.js → fieldChip-B_npd9rL.js} +1 -1
  92. package/dist/cjs/{index-4y1Dm145.js → index-DFZ5YhIT.js} +171 -11
  93. package/dist/cjs/{index-DxEFsH_t.js → index-kBiXCEE7.js} +41 -21
  94. package/dist/cjs/loader.cjs.js +2 -2
  95. package/dist/cjs/{positioning-DwHW399W.js → positioning-DCj_AJ2T.js} +10 -0
  96. package/dist/cjs/{requiredMark-B3pKyqYI.js → requiredMark-DuMIcKtt.js} +1 -1
  97. package/dist/cjs/{richTextI18n-B7ktXg3M.js → richTextI18n-B28uAhh4.js} +3 -0
  98. package/dist/cjs/time-LBHtzLHe.js +42 -0
  99. package/dist/cjs/{toolbar-config-3PlT-3zm.js → toolbar-config-BQfWTW6P.js} +2 -0
  100. package/dist/cobalt/cobalt.css +1 -1
  101. package/dist/cobalt/cobalt.esm.js +1 -1
  102. package/dist/cobalt/{p-075eed3d.entry.js → p-00830b8c.entry.js} +1 -1
  103. package/dist/cobalt/{p-cc0a4617.entry.js → p-0769eee9.entry.js} +1 -1
  104. package/dist/cobalt/p-0f18c4d2.entry.js +1 -0
  105. package/dist/cobalt/{p-5c3101b5.entry.js → p-0fc1edca.entry.js} +1 -1
  106. package/dist/cobalt/p-15852fec.entry.js +1 -0
  107. package/dist/cobalt/p-195c67ee.entry.js +1 -0
  108. package/dist/cobalt/{p-B6JZk8fL.js → p-1EK-COrb.js} +1 -1
  109. package/dist/cobalt/{p-d9608046.entry.js → p-1e9c9d46.entry.js} +1 -1
  110. package/dist/cobalt/{p-02c5a9a9.entry.js → p-202eadfc.entry.js} +1 -1
  111. package/dist/cobalt/{p-b4bed98b.entry.js → p-20bd3702.entry.js} +1 -1
  112. package/dist/cobalt/p-25f59046.entry.js +1 -0
  113. package/dist/cobalt/{p-809015dd.entry.js → p-260196cb.entry.js} +1 -1
  114. package/dist/cobalt/{p-771bc8fe.entry.js → p-27dce0ac.entry.js} +1 -1
  115. package/dist/cobalt/p-2bf44b2b.entry.js +1 -0
  116. package/dist/cobalt/{p-3f06d373.entry.js → p-2c100914.entry.js} +1 -1
  117. package/dist/cobalt/p-2e1d930f.entry.js +1 -0
  118. package/dist/cobalt/{p-47a2dd67.entry.js → p-35518aee.entry.js} +1 -1
  119. package/dist/cobalt/{p-c3462def.entry.js → p-38ae8bff.entry.js} +1 -1
  120. package/dist/cobalt/p-38cf47b6.entry.js +1 -0
  121. package/dist/cobalt/p-39dea0c0.entry.js +1 -0
  122. package/dist/cobalt/p-3a746267.entry.js +1 -0
  123. package/dist/cobalt/{p-9c6ca902.entry.js → p-3ae69426.entry.js} +1 -1
  124. package/dist/cobalt/{p-8dfb6886.entry.js → p-3af74ab8.entry.js} +1 -1
  125. package/dist/cobalt/{p-9a587867.entry.js → p-3d4e697e.entry.js} +1 -1
  126. package/dist/cobalt/{p-1681ce1d.entry.js → p-445acc4c.entry.js} +1 -1
  127. package/dist/cobalt/p-48fbf051.entry.js +1 -0
  128. package/dist/cobalt/p-4de9232a.entry.js +1 -0
  129. package/dist/cobalt/{p-fd27c2bd.entry.js → p-50bbfad8.entry.js} +1 -1
  130. package/dist/cobalt/{p-85eed52c.entry.js → p-51a1ad38.entry.js} +1 -1
  131. package/dist/cobalt/{p-1726ce07.entry.js → p-523aca9f.entry.js} +1 -1
  132. package/dist/cobalt/p-52af222b.entry.js +1 -0
  133. package/dist/cobalt/{p-81cfd951.entry.js → p-5319ac3f.entry.js} +1 -1
  134. package/dist/cobalt/{p-ba66584f.entry.js → p-53a276a8.entry.js} +1 -1
  135. package/dist/cobalt/{p-f0de4415.entry.js → p-543cc00d.entry.js} +1 -1
  136. package/dist/cobalt/{p-a9afbaa6.entry.js → p-59f7d44b.entry.js} +1 -1
  137. package/dist/cobalt/{p-e420d5c9.entry.js → p-5b984323.entry.js} +1 -1
  138. package/dist/cobalt/{p-e710b9ea.entry.js → p-5bfaca70.entry.js} +1 -1
  139. package/dist/cobalt/p-5c1328ff.entry.js +1 -0
  140. package/dist/cobalt/{p-0d7536a8.entry.js → p-5c250889.entry.js} +1 -1
  141. package/dist/cobalt/p-5e21ca17.entry.js +1 -0
  142. package/dist/cobalt/p-61d5ca3c.entry.js +1 -0
  143. package/dist/cobalt/{p-8e823c15.entry.js → p-6357d9dd.entry.js} +1 -1
  144. package/dist/cobalt/{p-495c9b99.entry.js → p-69723cc1.entry.js} +1 -1
  145. package/dist/cobalt/{p-8128e84a.entry.js → p-6985a964.entry.js} +1 -1
  146. package/dist/cobalt/p-69b8d98e.entry.js +1 -0
  147. package/dist/cobalt/p-6b089060.entry.js +1 -0
  148. package/dist/cobalt/{p-627d2d1a.entry.js → p-6b256d01.entry.js} +1 -1
  149. package/dist/cobalt/{p-c1e53e4c.entry.js → p-7c6b3175.entry.js} +1 -1
  150. package/dist/cobalt/p-7d077a7c.entry.js +1 -0
  151. package/dist/cobalt/{p-20ba59a2.entry.js → p-7f4bf341.entry.js} +1 -1
  152. package/dist/cobalt/p-869c338a.entry.js +1 -0
  153. package/dist/cobalt/p-890296f9.entry.js +1 -0
  154. package/dist/cobalt/{p-5c43d30e.entry.js → p-8fe08257.entry.js} +1 -1
  155. package/dist/cobalt/p-913b2a14.entry.js +1 -0
  156. package/dist/cobalt/{p-2d1cbd7f.entry.js → p-959556f4.entry.js} +1 -1
  157. package/dist/cobalt/p-97875bde.entry.js +1 -0
  158. package/dist/cobalt/p-9824c478.entry.js +1 -0
  159. package/dist/cobalt/p-99c1ff0f.entry.js +1 -0
  160. package/dist/cobalt/p-BCEz3S-z.js +2 -0
  161. package/dist/cobalt/{p-Bgxofdfb.js → p-BL0sCfMH.js} +1 -1
  162. package/dist/cobalt/p-BMdapAL8.js +1 -0
  163. package/dist/cobalt/p-BU7SQCje.js +1 -0
  164. package/dist/cobalt/p-BYKAgwq3.js +1 -0
  165. package/dist/cobalt/p-C-d15gih.js +1 -0
  166. package/dist/cobalt/p-CF8OB_TM.js +1 -0
  167. package/dist/cobalt/p-CnNpoKwg.js +1 -0
  168. package/dist/cobalt/p-D5gr2ent.js +1 -0
  169. package/dist/cobalt/p-WeuPA9Rw.js +1 -0
  170. package/dist/cobalt/{p-fb251497.entry.js → p-a04feb70.entry.js} +1 -1
  171. package/dist/cobalt/{p-77d01b39.entry.js → p-a252f8c5.entry.js} +1 -1
  172. package/dist/cobalt/p-a4f39ba2.entry.js +1 -0
  173. package/dist/cobalt/{p-5e9a9caf.entry.js → p-a7c23027.entry.js} +1 -1
  174. package/dist/cobalt/p-ab8e150e.entry.js +1 -0
  175. package/dist/cobalt/{p-6ad1625a.entry.js → p-acdb68a7.entry.js} +1 -1
  176. package/dist/cobalt/{p-c6fedc59.entry.js → p-afd957c0.entry.js} +1 -1
  177. package/dist/cobalt/{p-c750b2d2.entry.js → p-b45ea918.entry.js} +1 -1
  178. package/dist/cobalt/p-bad7ce84.entry.js +1 -0
  179. package/dist/cobalt/{p-5edd0d3f.entry.js → p-bebacee2.entry.js} +1 -1
  180. package/dist/cobalt/{p-bb534985.entry.js → p-c237add6.entry.js} +1 -1
  181. package/dist/cobalt/p-c32949a5.entry.js +1 -0
  182. package/dist/cobalt/{p-3f68fd2e.entry.js → p-cd5555d2.entry.js} +1 -1
  183. package/dist/cobalt/p-cd96aabf.entry.js +1 -0
  184. package/dist/cobalt/{p-b8ec0cc1.entry.js → p-ce961fba.entry.js} +1 -1
  185. package/dist/cobalt/p-d56b8a1f.entry.js +1 -0
  186. package/dist/cobalt/p-d6fff135.entry.js +1 -0
  187. package/dist/cobalt/{p-b1197c08.entry.js → p-d71b87d3.entry.js} +1 -1
  188. package/dist/cobalt/{p-af4cb263.entry.js → p-d83e5189.entry.js} +1 -1
  189. package/dist/cobalt/p-dc269096.entry.js +1 -0
  190. package/dist/cobalt/{p-0d6a562d.entry.js → p-dc8e88f4.entry.js} +1 -1
  191. package/dist/cobalt/p-de5a05fc.entry.js +1 -0
  192. package/dist/cobalt/{p-86e60cfa.entry.js → p-df63f23c.entry.js} +1 -1
  193. package/dist/cobalt/p-e2188319.entry.js +1 -0
  194. package/dist/cobalt/p-f0c589ad.entry.js +1 -0
  195. package/dist/cobalt/{p-e9aaeaf7.entry.js → p-f4370423.entry.js} +1 -1
  196. package/dist/cobalt/p-f4e4bebf.entry.js +1 -0
  197. package/dist/cobalt/p-f53b9536.entry.js +1 -0
  198. package/dist/cobalt/{p-373cd08e.entry.js → p-f7ae0228.entry.js} +1 -1
  199. package/dist/collection/collection-manifest.json +8 -0
  200. package/dist/collection/components/co-action-bar/co-action-bar.css +148 -0
  201. package/dist/collection/components/co-action-bar/co-action-bar.js +247 -0
  202. package/dist/collection/components/co-app-shell/co-app-shell.js +2 -2
  203. package/dist/collection/components/co-audio-player/co-audio-player.css +58 -0
  204. package/dist/collection/components/co-audio-player/co-audio-player.js +453 -0
  205. package/dist/collection/components/co-audio-player/co-audio-player.utils.js +44 -0
  206. package/dist/collection/components/co-autocomplete/co-autocomplete.css +1 -1
  207. package/dist/collection/components/co-avatar/co-avatar.css +23 -0
  208. package/dist/collection/components/co-avatar/co-avatar.js +24 -1
  209. package/dist/collection/components/co-avatar-group/co-avatar-group.css +9 -5
  210. package/dist/collection/components/co-avatar-group/co-avatar-group.js +2 -2
  211. package/dist/collection/components/co-badge/co-badge.js +1 -1
  212. package/dist/collection/components/co-bottom-sheet/co-bottom-sheet.js +3 -3
  213. package/dist/collection/components/co-breadcrumb/co-breadcrumb.js +1 -1
  214. package/dist/collection/components/co-breadcrumb-item/co-breadcrumb-item.js +2 -2
  215. package/dist/collection/components/co-button/co-button.css +19 -0
  216. package/dist/collection/components/co-button/co-button.js +31 -5
  217. package/dist/collection/components/co-button-group/co-button-group.js +2 -2
  218. package/dist/collection/components/co-calendar/co-calendar.js +1 -1
  219. package/dist/collection/components/co-calendar-month/co-calendar-month.css +52 -3
  220. package/dist/collection/components/co-calendar-month/co-calendar-month.js +238 -55
  221. package/dist/collection/components/co-calendar-timegrid/co-calendar-timegrid.css +265 -0
  222. package/dist/collection/components/co-calendar-timegrid/co-calendar-timegrid.js +1305 -0
  223. package/dist/collection/components/co-card/co-card.js +2 -2
  224. package/dist/collection/components/co-carousel/co-carousel.css +152 -0
  225. package/dist/collection/components/co-carousel/co-carousel.js +633 -0
  226. package/dist/collection/components/co-carousel-item/co-carousel-item.css +6 -0
  227. package/dist/collection/components/co-carousel-item/co-carousel-item.js +25 -0
  228. package/dist/collection/components/co-checkbox/co-checkbox.css +1 -1
  229. package/dist/collection/components/co-checkbox/co-checkbox.js +3 -3
  230. package/dist/collection/components/co-chip/co-chip.js +2 -2
  231. package/dist/collection/components/co-color-picker/co-color-picker.css +11 -10
  232. package/dist/collection/components/co-color-picker/co-color-picker.js +2 -2
  233. package/dist/collection/components/co-column-picker/co-column-picker.js +2 -2
  234. package/dist/collection/components/co-combobox/co-combobox.css +6 -8
  235. package/dist/collection/components/co-data-table/co-data-table.css +23 -8
  236. package/dist/collection/components/co-data-table-pagination/co-data-table-pagination.js +4 -4
  237. package/dist/collection/components/co-date-field/co-date-field.css +6 -7
  238. package/dist/collection/components/co-date-field/co-date-field.js +4 -4
  239. package/dist/collection/components/co-date-picker/co-date-picker.css +16 -0
  240. package/dist/collection/components/co-date-picker/co-date-picker.js +28 -1
  241. package/dist/collection/components/co-date-range/co-date-range.js +1 -1
  242. package/dist/collection/components/co-date-range-picker/co-date-range-picker.css +13 -1
  243. package/dist/collection/components/co-date-range-picker/co-date-range-picker.js +26 -0
  244. package/dist/collection/components/co-date-time-picker/co-date-time-picker.css +325 -0
  245. package/dist/collection/components/co-date-time-picker/co-date-time-picker.js +1079 -0
  246. package/dist/collection/components/co-drawer/co-drawer.css +46 -0
  247. package/dist/collection/components/co-drawer/co-drawer.js +1 -1
  248. package/dist/collection/components/co-drive-card/co-drive-card.js +1 -1
  249. package/dist/collection/components/co-drop-zone/co-drop-zone.js +1 -1
  250. package/dist/collection/components/co-empty-state/co-empty-state.js +2 -2
  251. package/dist/collection/components/co-event-calendar/co-event-calendar.css +19 -7
  252. package/dist/collection/components/co-event-calendar/co-event-calendar.js +342 -39
  253. package/dist/collection/components/co-event-popover/co-event-popover.css +26 -0
  254. package/dist/collection/components/co-event-popover/co-event-popover.js +326 -0
  255. package/dist/collection/components/co-fab/co-fab.css +70 -10
  256. package/dist/collection/components/co-fab/co-fab.js +39 -4
  257. package/dist/collection/components/co-file-field/co-file-field.css +2 -2
  258. package/dist/collection/components/co-file-field/co-file-field.js +5 -5
  259. package/dist/collection/components/co-file-type-tile/co-file-type-tile.js +2 -2
  260. package/dist/collection/components/co-helper-text/co-helper-text.js +2 -2
  261. package/dist/collection/components/co-icon/co-icon.js +2 -2
  262. package/dist/collection/components/co-icon-button/co-icon-button.js +1 -1
  263. package/dist/collection/components/co-input/co-input.css +13 -1
  264. package/dist/collection/components/co-input/co-input.js +26 -0
  265. package/dist/collection/components/co-json-field/co-json-field.css +4 -8
  266. package/dist/collection/components/co-json-field/co-json-field.js +3 -3
  267. package/dist/collection/components/co-lightbox/co-lightbox.css +12 -1
  268. package/dist/collection/components/co-lightbox/co-lightbox.js +31 -4
  269. package/dist/collection/components/co-list-footer/co-list-footer.js +1 -1
  270. package/dist/collection/components/co-list-item/co-list-item.js +4 -4
  271. package/dist/collection/components/co-media-thumb/co-media-thumb.js +2 -2
  272. package/dist/collection/components/co-menu/co-menu.js +1 -1
  273. package/dist/collection/components/co-menu-divider/co-menu-divider.js +1 -1
  274. package/dist/collection/components/co-menu-item/co-menu-item.css +21 -0
  275. package/dist/collection/components/co-menu-item/co-menu-item.js +20 -1
  276. package/dist/collection/components/co-modal/co-modal.js +2 -2
  277. package/dist/collection/components/co-navbar/co-navbar.js +2 -2
  278. package/dist/collection/components/co-number-field/co-number-field.css +1 -1
  279. package/dist/collection/components/co-number-field/co-number-field.js +2 -2
  280. package/dist/collection/components/co-option-list/co-option-list.css +18 -0
  281. package/dist/collection/components/co-option-list/co-option-list.js +127 -5
  282. package/dist/collection/components/co-option-list/optionListLogic.js +13 -0
  283. package/dist/collection/components/co-overlay/co-overlay.js +1 -1
  284. package/dist/collection/components/co-page-header/co-page-header.js +1 -1
  285. package/dist/collection/components/co-phone-field/co-phone-field.css +2 -2
  286. package/dist/collection/components/co-phone-field/co-phone-field.js +1 -1
  287. package/dist/collection/components/co-progress-bar/co-progress-bar.js +2 -2
  288. package/dist/collection/components/co-progress-circle/co-progress-circle.js +2 -2
  289. package/dist/collection/components/co-provider-logo/co-provider-logo.css +23 -0
  290. package/dist/collection/components/co-provider-logo/co-provider-logo.js +124 -0
  291. package/dist/collection/components/co-radio/co-radio.js +3 -3
  292. package/dist/collection/components/co-rating/co-rating.js +3 -3
  293. package/dist/collection/components/co-ref-field/co-ref-field.css +17 -1
  294. package/dist/collection/components/co-ref-field/co-ref-field.js +32 -2
  295. package/dist/collection/components/co-rich-text-editor/co-rich-text-editor.css +32 -3
  296. package/dist/collection/components/co-rich-text-editor/co-rich-text-editor.js +97 -4
  297. package/dist/collection/components/co-rich-text-toolbar/co-rich-text-toolbar.css +8 -0
  298. package/dist/collection/components/co-rich-text-toolbar/co-rich-text-toolbar.js +93 -3
  299. package/dist/collection/components/co-rich-text-viewer/co-rich-text-viewer.css +19 -0
  300. package/dist/collection/components/co-rich-text-viewer/co-rich-text-viewer.js +53 -4
  301. package/dist/collection/components/co-row/co-row.js +2 -2
  302. package/dist/collection/components/co-select/co-select.css +12 -1
  303. package/dist/collection/components/co-select/co-select.js +30 -4
  304. package/dist/collection/components/co-separator/co-separator.js +1 -1
  305. package/dist/collection/components/co-sidebar/co-sidebar.js +2 -2
  306. package/dist/collection/components/co-sidebar-nav/co-sidebar-nav.js +12 -2
  307. package/dist/collection/components/co-skeleton/co-skeleton.js +1 -1
  308. package/dist/collection/components/co-slider/co-slider.js +2 -2
  309. package/dist/collection/components/co-switch/co-switch.js +3 -3
  310. package/dist/collection/components/co-tab/co-tab.js +2 -2
  311. package/dist/collection/components/co-tab-group/co-tab-group.css +32 -4
  312. package/dist/collection/components/co-tab-group/co-tab-group.js +18 -2
  313. package/dist/collection/components/co-tags-field/co-tags-field.css +12 -21
  314. package/dist/collection/components/co-tags-field/co-tags-field.js +5 -5
  315. package/dist/collection/components/co-textarea/co-textarea.css +18 -8
  316. package/dist/collection/components/co-textarea/co-textarea.js +30 -4
  317. package/dist/collection/components/co-toggle-button/co-toggle-button.js +2 -2
  318. package/dist/collection/components/co-toggle-button-group/co-toggle-button-group.js +2 -2
  319. package/dist/collection/components/co-tooltip/co-tooltip.js +2 -2
  320. package/dist/collection/components/co-video/co-video.js +2 -2
  321. package/dist/collection/utils/carouselI18n.js +36 -0
  322. package/dist/collection/utils/dateI18n.js +21 -0
  323. package/dist/collection/utils/eventColor.js +52 -0
  324. package/dist/collection/utils/positioning.js +10 -0
  325. package/dist/collection/utils/richTextI18n.js +3 -0
  326. package/dist/components/co-accordion.js +1 -1
  327. package/dist/components/co-action-bar.d.ts +11 -0
  328. package/dist/components/co-action-bar.js +1 -0
  329. package/dist/components/co-app-shell.js +1 -1
  330. package/dist/components/co-audio-player.d.ts +11 -0
  331. package/dist/components/co-audio-player.js +1 -0
  332. package/dist/components/co-autocomplete.js +1 -1
  333. package/dist/components/co-avatar-group.js +1 -1
  334. package/dist/components/co-avatar.js +1 -1
  335. package/dist/components/co-badge.js +1 -1
  336. package/dist/components/co-bottom-sheet.js +1 -1
  337. package/dist/components/co-breadcrumb-item.js +1 -1
  338. package/dist/components/co-breadcrumb.js +1 -1
  339. package/dist/components/co-button-group.js +1 -1
  340. package/dist/components/co-button.js +1 -1
  341. package/dist/components/co-calendar-month.js +1 -1
  342. package/dist/components/co-calendar-timegrid.d.ts +11 -0
  343. package/dist/components/co-calendar-timegrid.js +1 -0
  344. package/dist/components/co-calendar.js +1 -1
  345. package/dist/components/co-card.js +1 -1
  346. package/dist/components/co-carousel-item.d.ts +11 -0
  347. package/dist/components/co-carousel-item.js +1 -0
  348. package/dist/components/co-carousel.d.ts +11 -0
  349. package/dist/components/co-carousel.js +1 -0
  350. package/dist/components/co-checkbox-group.js +1 -1
  351. package/dist/components/co-checkbox.js +1 -1
  352. package/dist/components/co-chip.js +1 -1
  353. package/dist/components/co-color-picker.js +1 -1
  354. package/dist/components/co-column-picker.js +1 -1
  355. package/dist/components/co-combobox.js +1 -1
  356. package/dist/components/co-command-search.js +1 -1
  357. package/dist/components/co-data-table-pagination.js +1 -1
  358. package/dist/components/co-data-table.js +1 -1
  359. package/dist/components/co-date-field.js +1 -1
  360. package/dist/components/co-date-picker.js +1 -1
  361. package/dist/components/co-date-range-picker.js +1 -1
  362. package/dist/components/co-date-range.js +1 -1
  363. package/dist/components/co-date-time-picker.d.ts +11 -0
  364. package/dist/components/co-date-time-picker.js +1 -0
  365. package/dist/components/co-drawer.js +1 -1
  366. package/dist/components/co-drive-card.js +1 -1
  367. package/dist/components/co-drop-zone.js +1 -1
  368. package/dist/components/co-empty-state.js +1 -1
  369. package/dist/components/co-event-calendar.js +1 -1
  370. package/dist/components/co-event-popover.d.ts +11 -0
  371. package/dist/components/co-event-popover.js +1 -0
  372. package/dist/components/co-fab.js +1 -1
  373. package/dist/components/co-file-field.js +1 -1
  374. package/dist/components/co-file-type-tile.js +1 -1
  375. package/dist/components/co-helper-text.js +1 -1
  376. package/dist/components/co-icon-button.js +1 -1
  377. package/dist/components/co-icon.js +1 -1
  378. package/dist/components/co-input.js +1 -1
  379. package/dist/components/co-json-field.js +1 -1
  380. package/dist/components/co-lightbox.js +1 -1
  381. package/dist/components/co-list-footer.js +1 -1
  382. package/dist/components/co-list-item.js +1 -1
  383. package/dist/components/co-media-thumb.js +1 -1
  384. package/dist/components/co-menu-divider.js +1 -1
  385. package/dist/components/co-menu-item.js +1 -1
  386. package/dist/components/co-menu.js +1 -1
  387. package/dist/components/co-modal.js +1 -1
  388. package/dist/components/co-navbar.js +1 -1
  389. package/dist/components/co-number-field.js +1 -1
  390. package/dist/components/co-option-list.js +1 -1
  391. package/dist/components/co-overlay.js +1 -1
  392. package/dist/components/co-page-header.js +1 -1
  393. package/dist/components/co-phone-field.js +1 -1
  394. package/dist/components/co-popover.js +1 -1
  395. package/dist/components/co-progress-bar.js +1 -1
  396. package/dist/components/co-progress-circle.js +1 -1
  397. package/dist/components/co-provider-logo.d.ts +11 -0
  398. package/dist/components/co-provider-logo.js +1 -0
  399. package/dist/components/co-radio-group.js +1 -1
  400. package/dist/components/co-radio.js +1 -1
  401. package/dist/components/co-rating.js +1 -1
  402. package/dist/components/co-ref-field.js +1 -1
  403. package/dist/components/co-rich-text-editor.js +1 -1
  404. package/dist/components/co-rich-text-toolbar.js +1 -1
  405. package/dist/components/co-rich-text-viewer.js +1 -1
  406. package/dist/components/co-row.js +1 -1
  407. package/dist/components/co-select.js +1 -1
  408. package/dist/components/co-separator.js +1 -1
  409. package/dist/components/co-sidebar-nav.js +1 -1
  410. package/dist/components/co-sidebar.js +1 -1
  411. package/dist/components/co-skeleton.js +1 -1
  412. package/dist/components/co-slider.js +1 -1
  413. package/dist/components/co-switch.js +1 -1
  414. package/dist/components/co-tab-group.js +1 -1
  415. package/dist/components/co-tab.js +1 -1
  416. package/dist/components/co-tags-field.js +1 -1
  417. package/dist/components/co-textarea.js +1 -1
  418. package/dist/components/co-toast.js +1 -1
  419. package/dist/components/co-toggle-button-group.js +1 -1
  420. package/dist/components/co-toggle-button.js +1 -1
  421. package/dist/components/co-tooltip.js +1 -1
  422. package/dist/components/co-transfer-list.js +1 -1
  423. package/dist/components/co-video.js +1 -1
  424. package/dist/components/index.js +1 -1
  425. package/dist/components/p-B21rOC2Y.js +1 -0
  426. package/dist/components/{p-DvL2TcDG.js → p-BC6sxVVr.js} +1 -1
  427. package/dist/components/{p-Bgxofdfb.js → p-BL0sCfMH.js} +1 -1
  428. package/dist/components/p-BMdapAL8.js +1 -0
  429. package/dist/components/p-BQFperIX.js +1 -0
  430. package/dist/components/{p-Cam92sWP.js → p-BXtiFFM2.js} +1 -1
  431. package/dist/components/{p-CmCsm4L-.js → p-BdArvV6T.js} +1 -1
  432. package/dist/components/p-BnkGlFYy.js +1 -0
  433. package/dist/components/p-C-5cLeKr.js +1 -0
  434. package/dist/components/p-CDWXNRpo.js +1 -0
  435. package/dist/components/p-CF8OB_TM.js +1 -0
  436. package/dist/components/{p-_k-j03K-.js → p-CIWoKlGj.js} +1 -1
  437. package/dist/components/{p-lus32JrB.js → p-CVCEiwOS.js} +1 -1
  438. package/dist/components/{p-QWi9AmnD.js → p-CfeNhAHW.js} +1 -1
  439. package/dist/components/p-Ch837Ggl.js +1 -0
  440. package/dist/components/p-ChLib-si.js +1 -0
  441. package/dist/components/p-ChPooamL.js +1 -0
  442. package/dist/components/p-CnNpoKwg.js +1 -0
  443. package/dist/components/p-D-3BTFRs.js +1 -0
  444. package/dist/components/p-D0wrmRH8.js +1 -0
  445. package/dist/components/p-DZX7cEqP.js +1 -0
  446. package/dist/components/{p-D4SOCy8I.js → p-DbISGXT_.js} +1 -1
  447. package/dist/components/p-Dxa7c4Ap.js +1 -0
  448. package/dist/components/p-T0MdU7sb.js +1 -0
  449. package/dist/components/p-W8Y8ZuPs.js +1 -0
  450. package/dist/components/p-WeuPA9Rw.js +1 -0
  451. package/dist/components/{p-CNIs9j-h.js → p-cteJszd-.js} +1 -1
  452. package/dist/components/p-e5KibEs8.js +1 -0
  453. package/dist/components/{p-COb8X_fE.js → p-mUoTCiYa.js} +1 -1
  454. package/dist/components/p-uZ2D6ESV.js +1 -0
  455. package/dist/components/p-ySi6UG0O.js +1 -0
  456. package/dist/esm/co-accordion.entry.js +1 -1
  457. package/dist/esm/co-action-bar.entry.js +87 -0
  458. package/dist/esm/co-app-shell.entry.js +3 -3
  459. package/dist/esm/co-audio-player.entry.js +277 -0
  460. package/dist/esm/co-autocomplete.entry.js +3 -3
  461. package/dist/esm/co-avatar-group.entry.js +3 -3
  462. package/dist/esm/{co-tooltip.entry.js → co-avatar_2.entry.js} +96 -5
  463. package/dist/esm/co-badge.entry.js +2 -2
  464. package/dist/esm/co-bottom-sheet.entry.js +4 -4
  465. package/dist/esm/co-breadcrumb-item.entry.js +3 -3
  466. package/dist/esm/co-breadcrumb.entry.js +2 -2
  467. package/dist/esm/co-button-group.entry.js +3 -3
  468. package/dist/esm/co-button.entry.js +13 -6
  469. package/dist/esm/co-calendar-month_2.entry.js +1598 -0
  470. package/dist/esm/co-calendar_3.entry.js +12 -12
  471. package/dist/esm/co-card.entry.js +3 -3
  472. package/dist/esm/co-carousel-item.entry.js +15 -0
  473. package/dist/esm/co-carousel.entry.js +366 -0
  474. package/dist/esm/co-checkbox-group.entry.js +1 -1
  475. package/dist/esm/co-checkbox.entry.js +5 -5
  476. package/dist/esm/co-chip_2.entry.js +96 -7
  477. package/dist/esm/co-color-picker.entry.js +5 -5
  478. package/dist/esm/co-column-picker.entry.js +3 -3
  479. package/dist/esm/co-combobox.entry.js +3 -3
  480. package/dist/esm/co-command-search.entry.js +1 -1
  481. package/dist/esm/co-data-table-pagination.entry.js +5 -5
  482. package/dist/esm/co-data-table.entry.js +2 -2
  483. package/dist/esm/co-date-picker.entry.js +12 -5
  484. package/dist/esm/co-date-range-picker.entry.js +11 -5
  485. package/dist/esm/co-date-range.entry.js +2 -2
  486. package/dist/esm/co-date-time-picker.entry.js +407 -0
  487. package/dist/esm/co-drive-card.entry.js +2 -2
  488. package/dist/esm/co-drop-zone.entry.js +2 -2
  489. package/dist/esm/co-empty-state.entry.js +3 -3
  490. package/dist/esm/co-event-calendar.entry.js +120 -19
  491. package/dist/esm/co-event-popover.entry.js +130 -0
  492. package/dist/esm/co-fab.entry.js +21 -6
  493. package/dist/esm/co-file-field.entry.js +8 -8
  494. package/dist/esm/co-file-type-tile.entry.js +3 -3
  495. package/dist/esm/co-helper-text.entry.js +3 -3
  496. package/dist/esm/co-icon-button.entry.js +2 -2
  497. package/dist/esm/co-icon.entry.js +3 -3
  498. package/dist/esm/co-input.entry.js +9 -3
  499. package/dist/esm/co-json-field.entry.js +6 -6
  500. package/dist/esm/co-lightbox.entry.js +34 -7
  501. package/dist/esm/co-list-footer.entry.js +2 -2
  502. package/dist/esm/co-list-item.entry.js +5 -5
  503. package/dist/esm/co-loader.entry.js +1 -1
  504. package/dist/esm/co-media-thumb.entry.js +3 -3
  505. package/dist/esm/co-menu-divider.entry.js +2 -2
  506. package/dist/esm/co-menu-item.entry.js +3 -3
  507. package/dist/esm/co-menu.entry.js +2 -2
  508. package/dist/esm/co-modal.entry.js +3 -3
  509. package/dist/esm/co-navbar.entry.js +3 -3
  510. package/dist/esm/co-number-field.entry.js +5 -5
  511. package/dist/esm/co-overlay.entry.js +2 -2
  512. package/dist/esm/co-page-header.entry.js +2 -2
  513. package/dist/esm/co-phone-field.entry.js +4 -4
  514. package/dist/esm/co-popover.entry.js +2 -2
  515. package/dist/esm/co-progress-bar.entry.js +3 -3
  516. package/dist/esm/co-progress-circle.entry.js +3 -3
  517. package/dist/esm/co-provider-logo_2.entry.js +69 -0
  518. package/dist/esm/co-radio-group.entry.js +1 -1
  519. package/dist/esm/co-radio.entry.js +4 -4
  520. package/dist/esm/co-rating.entry.js +4 -4
  521. package/dist/esm/co-ref-field.entry.js +16 -6
  522. package/dist/esm/co-rich-text-editor.entry.js +22 -7
  523. package/dist/esm/co-rich-text-toolbar.entry.js +37 -5
  524. package/dist/esm/co-rich-text-viewer.entry.js +36 -6
  525. package/dist/esm/co-row.entry.js +3 -3
  526. package/dist/esm/co-segmented-bar.entry.js +1 -1
  527. package/dist/esm/co-select.entry.js +13 -7
  528. package/dist/esm/co-separator.entry.js +2 -2
  529. package/dist/esm/co-sidebar-nav.entry.js +13 -3
  530. package/dist/esm/co-sidebar.entry.js +3 -3
  531. package/dist/esm/co-slider.entry.js +3 -3
  532. package/dist/esm/co-switch.entry.js +5 -5
  533. package/dist/esm/co-tab-group.entry.js +20 -4
  534. package/dist/esm/co-tab.entry.js +3 -3
  535. package/dist/esm/co-tags-field.entry.js +9 -9
  536. package/dist/esm/co-textarea.entry.js +13 -7
  537. package/dist/esm/co-toast.entry.js +1 -1
  538. package/dist/esm/co-toggle-button-group.entry.js +3 -3
  539. package/dist/esm/co-toggle-button.entry.js +3 -3
  540. package/dist/esm/co-transfer-list.entry.js +1 -1
  541. package/dist/esm/co-video.entry.js +3 -3
  542. package/dist/esm/cobalt.js +3 -3
  543. package/dist/esm/{dateI18n-C1DCLOEl.js → dateI18n-CnNpoKwg.js} +21 -0
  544. package/dist/esm/{dates-tPYikBRJ.js → dates-BU7SQCje.js} +64 -13
  545. package/dist/esm/{fieldChip-ChXW__C5.js → fieldChip-Bb8YIN0J.js} +1 -1
  546. package/dist/esm/{index-tT-aZV0-.js → index-BCEz3S-z.js} +41 -21
  547. package/dist/esm/{index-Cyrxk8Qq.js → index-RuXxdKzC.js} +171 -11
  548. package/dist/esm/loader.js +3 -3
  549. package/dist/esm/{positioning-C2mZ7x_Y.js → positioning-BMdapAL8.js} +10 -0
  550. package/dist/esm/{requiredMark-C7-_2UhB.js → requiredMark-D7kAMXHM.js} +1 -1
  551. package/dist/esm/{richTextI18n-B-ckjCUA.js → richTextI18n-BYKAgwq3.js} +3 -0
  552. package/dist/esm/time-CF8OB_TM.js +37 -0
  553. package/dist/esm/{toolbar-config-ChibIpZv.js → toolbar-config-WeuPA9Rw.js} +2 -0
  554. package/dist/esm/{tz-B6JZk8fL.js → tz-1EK-COrb.js} +1 -1
  555. package/dist/types/components/co-action-bar/co-action-bar.d.ts +66 -0
  556. package/dist/types/components/co-audio-player/co-audio-player.d.ts +62 -0
  557. package/dist/types/components/co-audio-player/co-audio-player.utils.d.ts +11 -0
  558. package/dist/types/components/co-avatar/co-avatar.d.ts +5 -0
  559. package/dist/types/components/co-button/co-button.d.ts +18 -1
  560. package/dist/types/components/co-calendar-month/co-calendar-month.d.ts +33 -1
  561. package/dist/types/components/co-calendar-timegrid/co-calendar-timegrid.d.ts +178 -0
  562. package/dist/types/components/co-carousel/co-carousel.d.ts +85 -0
  563. package/dist/types/components/co-carousel-item/co-carousel-item.d.ts +10 -0
  564. package/dist/types/components/co-date-picker/co-date-picker.d.ts +7 -0
  565. package/dist/types/components/co-date-range-picker/co-date-range-picker.d.ts +5 -0
  566. package/dist/types/components/co-date-time-picker/co-date-time-picker.d.ts +131 -0
  567. package/dist/types/components/co-event-calendar/co-event-calendar.d.ts +61 -8
  568. package/dist/types/components/co-event-popover/co-event-popover.d.ts +45 -0
  569. package/dist/types/components/co-fab/co-fab.d.ts +6 -0
  570. package/dist/types/components/co-input/co-input.d.ts +5 -0
  571. package/dist/types/components/co-lightbox/co-lightbox.d.ts +7 -0
  572. package/dist/types/components/co-menu-item/co-menu-item.d.ts +3 -0
  573. package/dist/types/components/co-option-list/co-option-list.d.ts +23 -0
  574. package/dist/types/components/co-option-list/optionListLogic.d.ts +3 -0
  575. package/dist/types/components/co-provider-logo/co-provider-logo.d.ts +17 -0
  576. package/dist/types/components/co-ref-field/co-ref-field.d.ts +6 -0
  577. package/dist/types/components/co-rich-text-editor/co-rich-text-editor.d.ts +17 -0
  578. package/dist/types/components/co-rich-text-toolbar/co-rich-text-toolbar.d.ts +12 -1
  579. package/dist/types/components/co-rich-text-viewer/co-rich-text-viewer.d.ts +10 -0
  580. package/dist/types/components/co-select/co-select.d.ts +5 -0
  581. package/dist/types/components/co-tab-group/co-tab-group.d.ts +5 -0
  582. package/dist/types/components/co-textarea/co-textarea.d.ts +5 -0
  583. package/dist/types/components.d.ts +1632 -103
  584. package/dist/types/utils/carouselI18n.d.ts +10 -0
  585. package/dist/types/utils/dateI18n.d.ts +7 -0
  586. package/dist/types/utils/eventColor.d.ts +20 -0
  587. package/dist/types/utils/richTextI18n.d.ts +1 -0
  588. package/package.json +4 -4
  589. package/dist/cjs/co-avatar.cjs.entry.js +0 -92
  590. package/dist/cjs/co-calendar-month.cjs.entry.js +0 -381
  591. package/dist/cjs/co-skeleton.cjs.entry.js +0 -26
  592. package/dist/cobalt/p-002e5beb.entry.js +0 -1
  593. package/dist/cobalt/p-0c0621a7.entry.js +0 -1
  594. package/dist/cobalt/p-13fc9c8a.entry.js +0 -1
  595. package/dist/cobalt/p-14d4c5c7.entry.js +0 -1
  596. package/dist/cobalt/p-4a075257.entry.js +0 -1
  597. package/dist/cobalt/p-5647ca9d.entry.js +0 -1
  598. package/dist/cobalt/p-5b31d45b.entry.js +0 -1
  599. package/dist/cobalt/p-6911a034.entry.js +0 -1
  600. package/dist/cobalt/p-70f70e02.entry.js +0 -1
  601. package/dist/cobalt/p-73b30ebb.entry.js +0 -1
  602. package/dist/cobalt/p-75dcaeb0.entry.js +0 -1
  603. package/dist/cobalt/p-7780ddb5.entry.js +0 -1
  604. package/dist/cobalt/p-7FZXeBK4.js +0 -1
  605. package/dist/cobalt/p-86d4e016.entry.js +0 -1
  606. package/dist/cobalt/p-8a9ed2da.entry.js +0 -1
  607. package/dist/cobalt/p-8f194753.entry.js +0 -1
  608. package/dist/cobalt/p-9c873a6a.entry.js +0 -1
  609. package/dist/cobalt/p-B-ckjCUA.js +0 -1
  610. package/dist/cobalt/p-BAA4ln31.js +0 -1
  611. package/dist/cobalt/p-C1DCLOEl.js +0 -1
  612. package/dist/cobalt/p-C2mZ7x_Y.js +0 -1
  613. package/dist/cobalt/p-ChibIpZv.js +0 -1
  614. package/dist/cobalt/p-a6900010.entry.js +0 -1
  615. package/dist/cobalt/p-aa20ffca.entry.js +0 -1
  616. package/dist/cobalt/p-ac5df270.entry.js +0 -1
  617. package/dist/cobalt/p-c0f39ddd.entry.js +0 -1
  618. package/dist/cobalt/p-c2e2eee9.entry.js +0 -1
  619. package/dist/cobalt/p-cc8e2f16.entry.js +0 -1
  620. package/dist/cobalt/p-e1957078.entry.js +0 -1
  621. package/dist/cobalt/p-e2762263.entry.js +0 -1
  622. package/dist/cobalt/p-e33853fa.entry.js +0 -1
  623. package/dist/cobalt/p-e4a539da.entry.js +0 -1
  624. package/dist/cobalt/p-e7085f08.entry.js +0 -1
  625. package/dist/cobalt/p-f073b467.entry.js +0 -1
  626. package/dist/cobalt/p-f36e461f.entry.js +0 -1
  627. package/dist/cobalt/p-f6ac5301.entry.js +0 -1
  628. package/dist/cobalt/p-f6b0c4a0.entry.js +0 -1
  629. package/dist/cobalt/p-f86ccb38.entry.js +0 -1
  630. package/dist/cobalt/p-tPYikBRJ.js +0 -1
  631. package/dist/cobalt/p-tT-aZV0-.js +0 -2
  632. package/dist/components/p-BHqdcGDh.js +0 -1
  633. package/dist/components/p-BJTMFYax.js +0 -1
  634. package/dist/components/p-Ba5lW0pA.js +0 -1
  635. package/dist/components/p-Bsq90mo4.js +0 -1
  636. package/dist/components/p-C1DCLOEl.js +0 -1
  637. package/dist/components/p-C2mZ7x_Y.js +0 -1
  638. package/dist/components/p-ChibIpZv.js +0 -1
  639. package/dist/components/p-CyYF8IJE.js +0 -1
  640. package/dist/components/p-D3ts7oo9.js +0 -1
  641. package/dist/components/p-Dh-h40mY.js +0 -1
  642. package/dist/components/p-DrQh1Cb8.js +0 -1
  643. package/dist/components/p-OKwHt2i9.js +0 -1
  644. package/dist/components/p-Xwo2HQmt.js +0 -1
  645. package/dist/components/p-eSq2ze8W.js +0 -1
  646. package/dist/esm/co-avatar.entry.js +0 -90
  647. package/dist/esm/co-calendar-month.entry.js +0 -379
  648. package/dist/esm/co-skeleton.entry.js +0 -24
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-DxEFsH_t.js');
3
+ var index = require('./index-kBiXCEE7.js');
4
4
 
5
5
  const coBadgeCss = () => `:host{display:inline-flex}.co-badge{display:inline-block;border-radius:var(--co-border-radius-full);flex-shrink:0}.co-badge--large{width:16px;height:16px}.co-badge--small{width:6px;height:6px}.co-badge--default{background:var(--co-semantic-surface-primary)}.co-badge--success{background:var(--co-semantic-status-success)}.co-badge--error{background:var(--co-semantic-status-error)}.co-badge--warning{background:var(--co-semantic-status-warning)}.co-badge--info{background:var(--co-semantic-status-info)}`;
6
6
 
@@ -16,7 +16,7 @@ const CoBadge = class {
16
16
  this.color = 'default';
17
17
  }
18
18
  render() {
19
- return (index.h("span", { key: 'f805a0acdea25b90802785fa7cf5e7115d60e3c3', class: {
19
+ return (index.h("span", { key: 'f0a6e6e5bd63a5ce3ffac291312880ab7baad1be', class: {
20
20
  'co-badge': true,
21
21
  [`co-badge--${this.size}`]: true,
22
22
  [`co-badge--${this.color}`]: true,
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-DxEFsH_t.js');
3
+ var index = require('./index-kBiXCEE7.js');
4
4
 
5
5
  /**
6
6
  * Pure gesture math for co-bottom-sheet (DOM-free, unit-tested).
@@ -305,13 +305,13 @@ const CoBottomSheet = class {
305
305
  (_a = this.bodyEl) === null || _a === void 0 ? void 0 : _a.removeEventListener('touchmove', this.touchBlocker);
306
306
  }
307
307
  render() {
308
- return (index.h("div", { key: '6655150e6dfb829ae937433983d93e0a16b4f544', class: { 'co-bottom-sheet-root': true, 'co-bottom-sheet-root--open': this.open } }, index.h("div", { key: '3657a637ec0ac2705375805381be639bc3da4b82', class: "co-bottom-sheet__backdrop", part: "backdrop", onClick: this.handleBackdropClick, ref: (el) => (this.backdropEl = el) }), index.h("section", { key: 'f3cac714dbc2703506a51fd960c34b64b33731b1', class: { 'co-bottom-sheet': true, 'co-bottom-sheet--open': this.open }, part: "sheet", role: "dialog", "aria-modal": "true", "aria-labelledby": this.heading ? 'co-bottom-sheet-heading' : undefined, style: { '--co-bottom-sheet-max-height': this.maxHeight }, onTransitionEnd: this.handleTransitionEnd, ref: (el) => (this.sheetEl = el) }, index.h("div", { key: '063d6b43784022a2646614b0462c8c8dccce1320', class: "co-bottom-sheet__grip", onPointerDown: this.handleGripPointerDown, onPointerMove: this.handlePointerMove, onPointerUp: this.handlePointerUp, onPointerCancel: this.handlePointerCancel }, this.showHandle && (index.h("div", { key: '8e9611f02a9d59e9af91d77b476b7e8f93724aa4', class: "co-bottom-sheet__handle", part: "handle", "aria-hidden": "true" })), index.h("header", { key: 'f58de5177d9620ea61cffba530ef190936537194', class: {
308
+ return (index.h("div", { key: 'ba3db3d99801b70af3d5adc93c83868e2b2df3e2', class: { 'co-bottom-sheet-root': true, 'co-bottom-sheet-root--open': this.open } }, index.h("div", { key: '1003cdf6554d5594a3cd6ce51850cf767e76f5e2', class: "co-bottom-sheet__backdrop", part: "backdrop", onClick: this.handleBackdropClick, ref: (el) => (this.backdropEl = el) }), index.h("section", { key: '8474a75c0b2bcf05e91f56274bbeef93e471b28f', class: { 'co-bottom-sheet': true, 'co-bottom-sheet--open': this.open }, part: "sheet", role: "dialog", "aria-modal": "true", "aria-labelledby": this.heading ? 'co-bottom-sheet-heading' : undefined, style: { '--co-bottom-sheet-max-height': this.maxHeight }, onTransitionEnd: this.handleTransitionEnd, ref: (el) => (this.sheetEl = el) }, index.h("div", { key: 'a0c45bd9389353b7c28a85cf02002e417e9295cd', class: "co-bottom-sheet__grip", onPointerDown: this.handleGripPointerDown, onPointerMove: this.handlePointerMove, onPointerUp: this.handlePointerUp, onPointerCancel: this.handlePointerCancel }, this.showHandle && (index.h("div", { key: '36251f7b8031cb20ac95b9b8f674d094a5240789', class: "co-bottom-sheet__handle", part: "handle", "aria-hidden": "true" })), index.h("header", { key: 'f6533a7ed9bf8985cf3712f6587fd129557aed75', class: {
309
309
  'co-bottom-sheet__header': true,
310
310
  'co-bottom-sheet__header--show': this.hasHeaderSlot || !!this.heading,
311
- }, part: "header" }, index.h("slot", { key: '76fda370a9276e99d41782f08312e6e887dafd21', name: "header", onSlotchange: this.handleHeaderSlotChange }, this.heading && (index.h("h2", { key: 'dcc7ba68ba7b306805ca49881a4808947217392a', class: "co-bottom-sheet__heading", id: "co-bottom-sheet-heading" }, this.heading))))), index.h("div", { key: '55fd08122d422bbfe0cef9d7a64297e481349172', class: "co-bottom-sheet__body", part: "body", onPointerDown: this.handleBodyPointerDown, onPointerMove: this.handlePointerMove, onPointerUp: this.handlePointerUp, onPointerCancel: this.handlePointerCancel, ref: (el) => (this.bodyEl = el) }, index.h("slot", { key: '3c86d67c93d8c64458e431ab959704f4e43b382b' })), index.h("footer", { key: '14a97f22eee74e514111d87414e23cf1580e1456', class: {
311
+ }, part: "header" }, index.h("slot", { key: 'b7061e6c4d48b1a221805962ab55153e06edecf7', name: "header", onSlotchange: this.handleHeaderSlotChange }, this.heading && (index.h("h2", { key: '8180cb9cc8e1c234475cc02d7fdab3bc94fa7f31', class: "co-bottom-sheet__heading", id: "co-bottom-sheet-heading" }, this.heading))))), index.h("div", { key: 'e8094b7c7c0919b0cc724404b2c97c4c18b031c9', class: "co-bottom-sheet__body", part: "body", onPointerDown: this.handleBodyPointerDown, onPointerMove: this.handlePointerMove, onPointerUp: this.handlePointerUp, onPointerCancel: this.handlePointerCancel, ref: (el) => (this.bodyEl = el) }, index.h("slot", { key: '0b9271b2ad92c1a8f7bcfde66955ceb026b0fffd' })), index.h("footer", { key: '016e2c9974dc2a1c88aacfd0d5a7a6b6e10f1033', class: {
312
312
  'co-bottom-sheet__footer': true,
313
313
  'co-bottom-sheet__footer--show': this.hasFooter,
314
- }, part: "footer" }, index.h("slot", { key: 'd2b6fbeca8233f3d6e33d6be7b05bd4a2fe5d59f', name: "footer", onSlotchange: this.handleFooterSlotChange })))));
314
+ }, part: "footer" }, index.h("slot", { key: '5d571808b9b49eca346b7ce30525cab841b3ff4a', name: "footer", onSlotchange: this.handleFooterSlotChange })))));
315
315
  }
316
316
  get el() { return index.getElement(this); }
317
317
  static get watchers() { return {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-DxEFsH_t.js');
3
+ var index = require('./index-kBiXCEE7.js');
4
4
 
5
5
  const coBreadcrumbItemCss = () => `:host{display:inline-flex;align-items:center;min-width:0}.co-breadcrumb-item__sep{display:inline-flex;align-items:center;flex-shrink:0;margin-right:var(--co-spacing-xs, 4px);color:var(--co-color-gray-400, #a0a0a0)}:host(:first-child) .co-breadcrumb-item__sep{display:none}.co-breadcrumb-item__content{display:inline-flex;align-items:center;gap:7px;min-width:0;padding:0;border:0;background:transparent;cursor:pointer;white-space:nowrap;font-family:var(--co-font-family-primary);font-size:var(--co-font-size-14, 14px);font-weight:400;letter-spacing:var(--co-font-letter-spacing-body, -0.03em);color:var(--co-color-gray-500, #888888)}.co-breadcrumb-item__content:focus-visible{outline:2px solid var(--co-semantic-border-focus, var(--co-color-primary-azul, #2563eb));outline-offset:2px;border-radius:2px}.co-breadcrumb-item--current .co-breadcrumb-item__content{font-weight:500;color:var(--co-color-base-negro, #1f1c1b)}.co-breadcrumb-item__icon{display:inline-flex;align-items:center;flex-shrink:0;}.co-breadcrumb-item__label{min-width:0;overflow:hidden;text-overflow:ellipsis}`;
6
6
 
@@ -25,10 +25,10 @@ const CoBreadcrumbItem = class {
25
25
  };
26
26
  }
27
27
  render() {
28
- return (index.h(index.Host, { key: '984f754b9123ff35cf5f0239ad4fc103498e47b4', part: "breadcrumb-item", class: {
28
+ return (index.h(index.Host, { key: '16deecfc675429362263d3afb7257025e9170b26', part: "breadcrumb-item", class: {
29
29
  'co-breadcrumb-item': true,
30
30
  'co-breadcrumb-item--current': this.current,
31
- } }, index.h("span", { key: '4eb611d93cd5bd980eec023e0295f5c6b8fd7901', class: "co-breadcrumb-item__sep", "aria-hidden": "true" }, index.h("co-icon", { key: '858d8393d7025b0f2c128c9fa21420f37f2e5fca', name: this.separator, size: 13 })), index.h("span", { key: '8ca11884ee1fa419593925bc704e16026f376bfc', class: "co-breadcrumb-item__content", part: "content", role: "link", tabindex: "0", "aria-current": this.current ? 'page' : undefined, onClick: this.handleClick, onKeyDown: this.handleKeydown }, this.icon && (index.h("span", { key: '6fbbaaa99958fd14f67f0ca8441333e5410f546d', class: "co-breadcrumb-item__icon" }, index.h("co-icon", { key: 'a8b5c0170d2016e9a90a823341955a93d5ce8686', name: this.icon, size: 16 }))), index.h("span", { key: '77e9c2f8da437bc35bfb07e7d6caf3a959c96036', class: "co-breadcrumb-item__label" }, this.label, index.h("slot", { key: '10cb84e411006ff74528ae4ee9610e560929535f' })))));
31
+ } }, index.h("span", { key: '795723b3d89d48356ffe8f9a35df63d9d5dea836', class: "co-breadcrumb-item__sep", "aria-hidden": "true" }, index.h("co-icon", { key: 'a1bc3a756d0b2ead8a9f150f60688ae19f46cae0', name: this.separator, size: 13 })), index.h("span", { key: '6dada7bc4a556af7f3b9dc63d2b2d001c13e173e', class: "co-breadcrumb-item__content", part: "content", role: "link", tabindex: "0", "aria-current": this.current ? 'page' : undefined, onClick: this.handleClick, onKeyDown: this.handleKeydown }, this.icon && (index.h("span", { key: '63424dc201114b2a589559ee10324ee4cc9cc305', class: "co-breadcrumb-item__icon" }, index.h("co-icon", { key: 'be25f19369d9f6d0459acd255793782c1580256e', name: this.icon, size: 16 }))), index.h("span", { key: 'e8f0919b4ab1ba60ae632ccd21e3f353b04deac7', class: "co-breadcrumb-item__label" }, this.label, index.h("slot", { key: '0ac8d7d59e7828f939f637ef73ab7787a5c820d8' })))));
32
32
  }
33
33
  get el() { return index.getElement(this); }
34
34
  };
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-DxEFsH_t.js');
3
+ var index = require('./index-kBiXCEE7.js');
4
4
 
5
5
  const coBreadcrumbCss = () => `:host{display:flex;align-items:center;gap:var(--co-spacing-xs, 4px);min-width:0}`;
6
6
 
@@ -39,7 +39,7 @@ const CoBreadcrumb = class {
39
39
  }
40
40
  render() {
41
41
  const data = this.parseItems();
42
- return (index.h(index.Host, { key: '3306e9e038677813f1c16183e4fb3a146d723643', part: "breadcrumb", role: "navigation", "aria-label": "Breadcrumb" }, data
42
+ return (index.h(index.Host, { key: '8ab383589f78948c7f11d38d4e25fa5509a56dbc', part: "breadcrumb", role: "navigation", "aria-label": "Breadcrumb" }, data
43
43
  ? data.map((it, i) => (index.h("co-breadcrumb-item", { key: i, label: it.label, value: it.value, icon: it.icon, separator: this.separator, current: i === data.length - 1 })))
44
44
  : index.h("slot", { onSlotchange: this.handleSlotChange })));
45
45
  }
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-DxEFsH_t.js');
3
+ var index = require('./index-kBiXCEE7.js');
4
4
 
5
5
  const coButtonGroupCss = () => `:host{display:inline-flex}.co-button-group{display:inline-flex;gap:0}.co-button-group--row{flex-direction:row}.co-button-group--column{flex-direction:column}.co-button-group--row ::slotted(co-button){--co-btn-border-radius:0}.co-button-group--row ::slotted(co-button:first-child){--co-btn-border-radius-left:var(--co-border-radius-xs)}.co-button-group--row ::slotted(co-button:last-child){--co-btn-border-radius-right:var(--co-border-radius-xs)}.co-button-group--column ::slotted(co-button){--co-btn-border-radius:0;width:100%}.co-button-group--column ::slotted(co-button:first-child){--co-btn-border-radius-top:var(--co-border-radius-xs)}.co-button-group--column ::slotted(co-button:last-child){--co-btn-border-radius-bottom:var(--co-border-radius-xs)}.co-button-group--stroke.co-button-group--row ::slotted(co-button:not(:first-child)){margin-left:-1px}.co-button-group--stroke.co-button-group--column ::slotted(co-button:not(:first-child)){margin-top:-1px}.co-button-group--disabled{opacity:0.4;pointer-events:none}`;
6
6
 
@@ -16,12 +16,12 @@ const CoButtonGroup = class {
16
16
  this.disabled = false;
17
17
  }
18
18
  render() {
19
- return (index.h("div", { key: '4a058e55c2e0ede15115f25ff2bb91ea5b7f88ca', class: {
19
+ return (index.h("div", { key: 'fe4b05941d1bf86586c7e4f2c93fe9644ea027d3', class: {
20
20
  'co-button-group': true,
21
21
  [`co-button-group--${this.direction}`]: true,
22
22
  [`co-button-group--${this.variant}`]: true,
23
23
  'co-button-group--disabled': this.disabled,
24
- }, role: "group" }, index.h("slot", { key: '3d51651d39929c6989129c5dc9e8f5536598f1ac' })));
24
+ }, role: "group" }, index.h("slot", { key: 'c583ee5dd23aceea08c3178b93b6f1227101e96e' })));
25
25
  }
26
26
  };
27
27
  CoButtonGroup.style = coButtonGroupCss();
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-DxEFsH_t.js');
3
+ var index = require('./index-kBiXCEE7.js');
4
4
 
5
- const coButtonCss = () => `:host{display:inline-flex}.co-button{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid transparent;outline:none;font-family:var(--co-font-family-primary);font-weight:400;line-height:1;letter-spacing:var(--co-font-letter-spacing-body);white-space:nowrap;-webkit-font-smoothing:antialiased;transition:opacity 0.15s ease, background 0.15s ease;box-sizing:border-box;-webkit-backdrop-filter:blur(var(--co-glass-blur)) saturate(var(--co-glass-saturate));backdrop-filter:blur(var(--co-glass-blur)) saturate(var(--co-glass-saturate))}.co-button--primary{background:var(--co-semantic-surface-primary);color:var(--co-semantic-on-primary);border-color:color-mix(in srgb, var(--co-semantic-on-primary) 28%, transparent)}.co-button--secondary{background:color-mix(in srgb, var(--co-semantic-surface-secondary) 55%, transparent);color:var(--co-semantic-on-secondary);border-color:var(--co-semantic-border-subtle)}.co-button--stroke{background:color-mix(in srgb, var(--co-semantic-surface-secondary) 25%, transparent);color:var(--co-semantic-text-default);border-color:var(--co-semantic-border-default)}.co-button--ghost{background:transparent;color:var(--co-semantic-text-default);border-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.co-button--danger{background:var(--co-semantic-status-error);color:var(--co-color-base-blanco);border-color:transparent}.co-button--success{background:var(--co-semantic-status-success);color:var(--co-color-base-blanco);border-color:transparent}.co-button--rounded.co-button--l{padding:var(--co-spacing-xl) var(--co-spacing-2xl);gap:var(--co-spacing-md);font-size:var(--co-font-size-18);border-radius:var(--co-button-radius, var(--co-border-radius-full))}.co-button--rounded.co-button--m{padding:var(--co-spacing-lg) var(--co-spacing-xl);gap:var(--co-spacing-md);font-size:var(--co-font-size-16);border-radius:var(--co-button-radius, var(--co-border-radius-full))}.co-button--rounded.co-button--s{padding:var(--co-spacing-md) var(--co-spacing-lg);gap:var(--co-spacing-sm2);font-size:var(--co-font-size-14);border-radius:var(--co-button-radius, var(--co-border-radius-full))}.co-button--rounded.co-button--xs{padding:var(--co-spacing-md) var(--co-spacing-lg);gap:var(--co-spacing-sm2);font-size:var(--co-font-size-12);border-radius:var(--co-button-radius, var(--co-border-radius-full))}.co-button--square.co-button--l{padding:var(--co-spacing-lg) var(--co-spacing-xl);gap:var(--co-spacing-md);font-size:var(--co-font-size-18);border-radius:var(--co-border-radius-lg)}.co-button--square.co-button--m{padding:var(--co-spacing-md) var(--co-spacing-lg);gap:var(--co-spacing-sm2);font-size:var(--co-font-size-16);border-radius:var(--co-border-radius-sm)}.co-button--square.co-button--s{padding:var(--co-spacing-sm2) var(--co-spacing-md);gap:var(--co-spacing-sm);font-size:var(--co-font-size-14);border-radius:var(--co-border-radius-xs)}.co-button--square.co-button--xs{padding:var(--co-spacing-sm) var(--co-spacing-sm2);gap:var(--co-spacing-xs);font-size:var(--co-font-size-12);border-radius:var(--co-spacing-sm)}.co-button--disabled,.co-button:disabled{opacity:0.4;cursor:not-allowed;pointer-events:none}.co-button--primary:hover:not(:disabled){opacity:0.88}.co-button--secondary:hover:not(:disabled),.co-button--stroke:hover:not(:disabled){background:var(--co-semantic-surface-hover)}.co-button--ghost:hover:not(:disabled){background:color-mix(in srgb, var(--co-semantic-surface-hover) 60%, transparent);-webkit-backdrop-filter:blur(var(--co-glass-blur)) saturate(var(--co-glass-saturate));backdrop-filter:blur(var(--co-glass-blur)) saturate(var(--co-glass-saturate))}.co-button--danger:hover:not(:disabled),.co-button--success:hover:not(:disabled){opacity:0.88}.co-button--secondary.co-button--elevated{box-shadow:var(--co-shadow-sm, 0 1px 2px 0 rgba(26, 26, 26, 0.04)), inset 0 0 0 1px var(--co-color-opacity-negro-8)}.co-button--ghost.co-button--surface-dark,.co-button--stroke.co-button--surface-dark{color:var(--co-color-base-blanco, #fff)}.co-button--ghost.co-button--surface-dark:hover:not(:disabled),.co-button--stroke.co-button--surface-dark:hover:not(:disabled){background:var(--co-color-opacity-blanco-16);-webkit-backdrop-filter:none;backdrop-filter:none}::slotted([slot="icon-left"]),::slotted([slot="icon-right"]){display:inline-flex;flex-shrink:0}@supports not (background: color-mix(in srgb, red, transparent)){.co-button--primary{background:var(--co-semantic-surface-primary)}.co-button--secondary{background:var(--co-semantic-surface-secondary)}.co-button--stroke{background:transparent}}`;
5
+ const coButtonCss = () => `:host{display:inline-flex}.co-button{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid transparent;outline:none;font-family:var(--co-font-family-primary);font-weight:400;line-height:1;letter-spacing:var(--co-font-letter-spacing-body);white-space:nowrap;-webkit-font-smoothing:antialiased;transition:opacity 0.15s ease, background 0.15s ease;box-sizing:border-box;-webkit-backdrop-filter:blur(var(--co-glass-blur)) saturate(var(--co-glass-saturate));backdrop-filter:blur(var(--co-glass-blur)) saturate(var(--co-glass-saturate))}.co-button--primary{background:var(--co-semantic-surface-primary);color:var(--co-semantic-on-primary);border-color:color-mix(in srgb, var(--co-semantic-on-primary) 28%, transparent)}.co-button--secondary{background:color-mix(in srgb, var(--co-semantic-surface-secondary) 55%, transparent);color:var(--co-semantic-on-secondary);border-color:var(--co-semantic-border-subtle)}.co-button--stroke{background:color-mix(in srgb, var(--co-semantic-surface-secondary) 25%, transparent);color:var(--co-semantic-text-default);border-color:var(--co-semantic-border-default)}.co-button--ghost{background:transparent;color:var(--co-semantic-text-default);border-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.co-button--danger{background:var(--co-semantic-status-error);color:var(--co-color-base-blanco);border-color:transparent}.co-button--success{background:var(--co-semantic-status-success);color:var(--co-color-base-blanco);border-color:transparent}.co-button--rounded.co-button--l{padding:var(--co-spacing-xl) var(--co-spacing-2xl);gap:var(--co-spacing-md);font-size:var(--co-font-size-18);border-radius:var(--co-button-radius, var(--co-border-radius-full))}.co-button--rounded.co-button--m{padding:var(--co-spacing-lg) var(--co-spacing-xl);gap:var(--co-spacing-md);font-size:var(--co-font-size-16);border-radius:var(--co-button-radius, var(--co-border-radius-full))}.co-button--rounded.co-button--s{padding:var(--co-spacing-md) var(--co-spacing-lg);gap:var(--co-spacing-sm2);font-size:var(--co-font-size-14);border-radius:var(--co-button-radius, var(--co-border-radius-full))}.co-button--rounded.co-button--xs{padding:var(--co-spacing-md) var(--co-spacing-lg);gap:var(--co-spacing-sm2);font-size:var(--co-font-size-12);border-radius:var(--co-button-radius, var(--co-border-radius-full))}.co-button--square.co-button--l{padding:var(--co-spacing-lg) var(--co-spacing-xl);gap:var(--co-spacing-md);font-size:var(--co-font-size-18);border-radius:var(--co-border-radius-lg)}.co-button--square.co-button--m{padding:var(--co-spacing-md) var(--co-spacing-lg);gap:var(--co-spacing-sm2);font-size:var(--co-font-size-16);border-radius:var(--co-border-radius-sm)}.co-button--square.co-button--s{padding:var(--co-spacing-sm2) var(--co-spacing-md);gap:var(--co-spacing-sm);font-size:var(--co-font-size-14);border-radius:var(--co-border-radius-xs)}.co-button--square.co-button--xs{padding:var(--co-spacing-sm) var(--co-spacing-sm2);gap:var(--co-spacing-xs);font-size:var(--co-font-size-12);border-radius:var(--co-spacing-sm)}.co-button--disabled,.co-button:disabled{opacity:0.4;cursor:not-allowed;pointer-events:none}.co-button--primary:hover:not(:disabled){opacity:0.88}.co-button--secondary:hover:not(:disabled),.co-button--stroke:hover:not(:disabled){background:var(--co-semantic-surface-hover)}.co-button--ghost:hover:not(:disabled){background:color-mix(in srgb, var(--co-semantic-surface-hover) 60%, transparent);-webkit-backdrop-filter:blur(var(--co-glass-blur)) saturate(var(--co-glass-saturate));backdrop-filter:blur(var(--co-glass-blur)) saturate(var(--co-glass-saturate))}.co-button--danger:hover:not(:disabled),.co-button--success:hover:not(:disabled){opacity:0.88}.co-button--secondary.co-button--elevated{box-shadow:var(--co-shadow-sm, 0 1px 2px 0 rgba(26, 26, 26, 0.04)), inset 0 0 0 1px var(--co-color-opacity-negro-8)}.co-button--ghost.co-button--surface-dark,.co-button--stroke.co-button--surface-dark{color:var(--co-color-base-blanco, #fff)}.co-button--ghost.co-button--surface-dark:hover:not(:disabled),.co-button--stroke.co-button--surface-dark:hover:not(:disabled){background:var(--co-color-opacity-blanco-16);-webkit-backdrop-filter:none;backdrop-filter:none}.co-button--danger.co-button--surface-dark:hover:not(:disabled){opacity:1;background:color-mix(in srgb, var(--co-semantic-status-error) 84%, var(--co-color-base-blanco, #fff))}.co-button--danger.co-button--surface-dark:focus-visible{box-shadow:0 0 0 2px color-mix(in srgb, var(--co-color-base-blanco, #fff) 45%, transparent)}::slotted([slot="icon-left"]),::slotted([slot="icon-right"]){display:inline-flex;flex-shrink:0}@supports not (background: color-mix(in srgb, red, transparent)){.co-button--primary{background:var(--co-semantic-surface-primary)}.co-button--secondary{background:var(--co-semantic-surface-secondary)}.co-button--stroke{background:transparent}}`;
6
6
 
7
7
  const ICON_SIZE = { l: 20, m: 18, s: 16, xs: 14 };
8
8
  const CoButton = class {
@@ -16,7 +16,14 @@ const CoButton = class {
16
16
  this.size = 'm';
17
17
  /** Raised elevation — with variant="secondary" renders a white raised button (shadow-sm + inset hairline). */
18
18
  this.elevated = false;
19
- /** Surface the button sits on. On "dark", ghost/stroke variants switch to white ink + blanco-16 hover. */
19
+ /**
20
+ * Surface the button sits on. On "dark", ghost/stroke variants switch to
21
+ * white ink + blanco-16 hover; danger keeps its solid error fill but swaps
22
+ * the fade-hover for a lighten-hover + white focus ring (dark bars dim a
23
+ * faded red). Receta oficial de acciones de barra (co-action-bar):
24
+ * `variant="ghost"|"stroke" surface="dark"`; Eliminar =
25
+ * `variant="danger" surface="dark"`.
26
+ */
20
27
  this.surface = 'light';
21
28
  /** Disabled state */
22
29
  this.disabled = false;
@@ -49,7 +56,7 @@ const CoButton = class {
49
56
  customStyle.background = this.color;
50
57
  if (this.textColor)
51
58
  customStyle.color = this.textColor;
52
- return (index.h("button", { key: '7ecb9c79b6d2f333ad50f71847953ef676692a81', class: {
59
+ return (index.h("button", { key: 'e765a1fcb3b4efcc7c43e155015b3c178a536d3c', class: {
53
60
  'co-button': true,
54
61
  [`co-button--${this.variant}`]: true,
55
62
  [`co-button--${this.shape}`]: true,
@@ -57,9 +64,9 @@ const CoButton = class {
57
64
  [`co-button--surface-${this.surface}`]: true,
58
65
  'co-button--elevated': this.elevated,
59
66
  'co-button--disabled': this.disabled,
60
- }, style: Object.keys(customStyle).length ? customStyle : undefined, type: this.type, disabled: this.disabled, onClick: this.handleClick, part: "button" }, this.iconLeft
67
+ }, style: Object.keys(customStyle).length ? customStyle : undefined, type: this.type, disabled: this.disabled, "aria-label": this.ariaLabelText || undefined, onClick: this.handleClick, part: "button" }, this.iconLeft
61
68
  ? index.h("co-icon", { name: this.iconLeft, weight: this.iconWeight, size: iconSize })
62
- : null, index.h("slot", { key: 'b7a325f24ec63c71121dfb74e82467e4b36fdd06' }, this.label), this.iconRight
69
+ : null, index.h("slot", { key: '8dd3e816276a67ba6072eeed1ad34a982b60389e' }, this.label), this.iconRight
63
70
  ? index.h("co-icon", { name: this.iconRight, weight: this.iconWeight, size: iconSize })
64
71
  : null));
65
72
  }