@maggioli-design-system/magma 1.11.7 → 1.12.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 (301) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/magma-components.cjs.js +1 -1
  3. package/dist/cjs/mds-accordion-item.cjs.entry.js +1 -1
  4. package/dist/cjs/mds-accordion-timer-item.cjs.entry.js +1 -1
  5. package/dist/cjs/mds-accordion-timer.cjs.entry.js +1 -1
  6. package/dist/cjs/mds-accordion.cjs.entry.js +1 -1
  7. package/dist/cjs/mds-author.cjs.entry.js +2 -2
  8. package/dist/cjs/mds-avatar-stack-item.cjs.entry.js +1 -1
  9. package/dist/cjs/mds-avatar-stack.cjs.entry.js +1 -1
  10. package/dist/cjs/mds-avatar.cjs.entry.js +1 -1
  11. package/dist/cjs/mds-badge.cjs.entry.js +1 -1
  12. package/dist/cjs/mds-banner_3.cjs.entry.js +6 -6
  13. package/dist/cjs/mds-benchmark-bar.cjs.entry.js +1 -1
  14. package/dist/cjs/mds-bibliography.cjs.entry.js +7 -7
  15. package/dist/cjs/mds-breadcrumb-item.cjs.entry.js +1 -1
  16. package/dist/cjs/mds-breadcrumb.cjs.entry.js +2 -2
  17. package/dist/cjs/mds-button-dropdown.cjs.entry.js +1 -1
  18. package/dist/cjs/mds-button-group.cjs.entry.js +1 -1
  19. package/dist/cjs/mds-button_3.cjs.entry.js +2 -2
  20. package/dist/cjs/mds-calendar_2.cjs.entry.js +246 -128
  21. package/dist/cjs/mds-card-content.cjs.entry.js +1 -1
  22. package/dist/cjs/mds-card-footer.cjs.entry.js +1 -1
  23. package/dist/cjs/mds-card-header.cjs.entry.js +1 -1
  24. package/dist/cjs/mds-card-media.cjs.entry.js +1 -1
  25. package/dist/cjs/mds-card.cjs.entry.js +1 -1
  26. package/dist/cjs/mds-details.cjs.entry.js +1 -1
  27. package/dist/cjs/mds-dropdown.cjs.entry.js +2 -2
  28. package/dist/cjs/mds-emoji.cjs.entry.js +1 -1
  29. package/dist/cjs/mds-entity.cjs.entry.js +4 -4
  30. package/dist/cjs/mds-file-preview.cjs.entry.js +2 -2
  31. package/dist/cjs/mds-file.cjs.entry.js +3 -3
  32. package/dist/cjs/mds-filter-item.cjs.entry.js +1 -1
  33. package/dist/cjs/mds-filter.cjs.entry.js +1 -1
  34. package/dist/cjs/mds-header-bar.cjs.entry.js +3 -3
  35. package/dist/cjs/mds-header.cjs.entry.js +2 -2
  36. package/dist/cjs/mds-horizontal-scroll.cjs.entry.js +1 -1
  37. package/dist/cjs/mds-hr.cjs.entry.js +1 -1
  38. package/dist/cjs/mds-input-date-range.cjs.entry.js +197 -55
  39. package/dist/cjs/mds-input-date.cjs.entry.js +16 -10
  40. package/dist/cjs/mds-input.cjs.entry.js +9 -9
  41. package/dist/collection/components/mds-accordion/mds-accordion.js +1 -1
  42. package/dist/collection/components/mds-accordion-item/mds-accordion-item.js +1 -1
  43. package/dist/collection/components/mds-accordion-timer/mds-accordion-timer.js +1 -1
  44. package/dist/collection/components/mds-accordion-timer-item/mds-accordion-timer-item.js +1 -1
  45. package/dist/collection/components/mds-author/mds-author.js +2 -2
  46. package/dist/collection/components/mds-avatar/mds-avatar.js +1 -1
  47. package/dist/collection/components/mds-avatar-stack/mds-avatar-stack.js +1 -1
  48. package/dist/collection/components/mds-avatar-stack-item/mds-avatar-stack-item.js +1 -1
  49. package/dist/collection/components/mds-badge/mds-badge.js +1 -1
  50. package/dist/collection/components/mds-banner/mds-banner.js +2 -2
  51. package/dist/collection/components/mds-benchmark-bar/mds-benchmark-bar.js +1 -1
  52. package/dist/collection/components/mds-bibliography/mds-bibliography.js +7 -7
  53. package/dist/collection/components/mds-breadcrumb/mds-breadcrumb.js +2 -2
  54. package/dist/collection/components/mds-breadcrumb-item/mds-breadcrumb-item.js +1 -1
  55. package/dist/collection/components/mds-button/mds-button.js +1 -1
  56. package/dist/collection/components/mds-button-dropdown/mds-button-dropdown.js +1 -1
  57. package/dist/collection/components/mds-button-group/mds-button-group.js +1 -1
  58. package/dist/collection/components/mds-calendar/mds-calendar.css +50 -7
  59. package/dist/collection/components/mds-calendar/mds-calendar.js +413 -128
  60. package/dist/collection/components/mds-calendar-cell/mds-calendar-cell.js +1 -1
  61. package/dist/collection/components/mds-card/mds-card.js +1 -1
  62. package/dist/collection/components/mds-card-content/mds-card-content.js +1 -1
  63. package/dist/collection/components/mds-card-footer/mds-card-footer.js +1 -1
  64. package/dist/collection/components/mds-card-header/mds-card-header.js +1 -1
  65. package/dist/collection/components/mds-card-media/mds-card-media.js +1 -1
  66. package/dist/collection/components/mds-chip/mds-chip.js +3 -3
  67. package/dist/collection/components/mds-details/mds-details.js +1 -1
  68. package/dist/collection/components/mds-dropdown/mds-dropdown.js +2 -2
  69. package/dist/collection/components/mds-emoji/mds-emoji.js +1 -1
  70. package/dist/collection/components/mds-entity/mds-entity.js +4 -4
  71. package/dist/collection/components/mds-file/mds-file.js +3 -3
  72. package/dist/collection/components/mds-file-preview/mds-file-preview.js +2 -2
  73. package/dist/collection/components/mds-filter/mds-filter.js +1 -1
  74. package/dist/collection/components/mds-filter-item/mds-filter-item.js +1 -1
  75. package/dist/collection/components/mds-header/mds-header.js +2 -2
  76. package/dist/collection/components/mds-header-bar/mds-header-bar.js +3 -3
  77. package/dist/collection/components/mds-help/mds-help.js +1 -1
  78. package/dist/collection/components/mds-horizontal-scroll/mds-horizontal-scroll.js +1 -1
  79. package/dist/collection/components/mds-hr/mds-hr.js +1 -1
  80. package/dist/collection/components/mds-icon/mds-icon.js +1 -1
  81. package/dist/collection/components/mds-input/mds-input.js +9 -9
  82. package/dist/collection/components/mds-input-date/mds-input-date.js +19 -11
  83. package/dist/collection/components/mds-input-date-range/mds-input-date-range.css +33 -1
  84. package/dist/collection/components/mds-input-date-range/mds-input-date-range.js +220 -70
  85. package/dist/collection/components/mds-input-date-range/test/mds-input-date-range.stories.js +10 -0
  86. package/dist/collection/components/mds-keyboard-key/mds-keyboard-key.js +1 -1
  87. package/dist/components/mds-accordion-item.js +1 -1
  88. package/dist/components/mds-accordion-timer-item.js +1 -1
  89. package/dist/components/mds-accordion-timer.js +1 -1
  90. package/dist/components/mds-accordion.js +1 -1
  91. package/dist/components/mds-author.js +2 -2
  92. package/dist/components/mds-avatar-stack-item2.js +1 -1
  93. package/dist/components/mds-avatar-stack.js +1 -1
  94. package/dist/components/mds-avatar2.js +1 -1
  95. package/dist/components/mds-badge2.js +1 -1
  96. package/dist/components/mds-banner2.js +2 -2
  97. package/dist/components/mds-benchmark-bar.js +1 -1
  98. package/dist/components/mds-bibliography.js +7 -7
  99. package/dist/components/mds-breadcrumb-item.js +1 -1
  100. package/dist/components/mds-breadcrumb.js +2 -2
  101. package/dist/components/mds-button-dropdown.js +1 -1
  102. package/dist/components/mds-button-group.js +1 -1
  103. package/dist/components/mds-button2.js +1 -1
  104. package/dist/components/mds-calendar-cell2.js +1 -1
  105. package/dist/components/mds-calendar2.js +256 -128
  106. package/dist/components/mds-card-content.js +1 -1
  107. package/dist/components/mds-card-footer.js +1 -1
  108. package/dist/components/mds-card-header.js +1 -1
  109. package/dist/components/mds-card-media.js +1 -1
  110. package/dist/components/mds-card.js +1 -1
  111. package/dist/components/mds-chip2.js +3 -3
  112. package/dist/components/mds-details.js +1 -1
  113. package/dist/components/mds-dropdown2.js +2 -2
  114. package/dist/components/mds-emoji.js +1 -1
  115. package/dist/components/mds-entity.js +4 -4
  116. package/dist/components/mds-file-preview2.js +2 -2
  117. package/dist/components/mds-file.js +3 -3
  118. package/dist/components/mds-filter-item2.js +1 -1
  119. package/dist/components/mds-filter.js +1 -1
  120. package/dist/components/mds-header-bar.js +3 -3
  121. package/dist/components/mds-header.js +2 -2
  122. package/dist/components/mds-help2.js +1 -1
  123. package/dist/components/mds-horizontal-scroll.js +1 -1
  124. package/dist/components/mds-hr.js +1 -1
  125. package/dist/components/mds-icon2.js +1 -1
  126. package/dist/components/mds-input-date-range.js +199 -55
  127. package/dist/components/mds-input-date.js +17 -10
  128. package/dist/components/mds-input2.js +9 -9
  129. package/dist/documentation.json +238 -32
  130. package/dist/esm/loader.js +1 -1
  131. package/dist/esm/magma-components.js +1 -1
  132. package/dist/esm/mds-accordion-item.entry.js +1 -1
  133. package/dist/esm/mds-accordion-timer-item.entry.js +1 -1
  134. package/dist/esm/mds-accordion-timer.entry.js +1 -1
  135. package/dist/esm/mds-accordion.entry.js +1 -1
  136. package/dist/esm/mds-author.entry.js +2 -2
  137. package/dist/esm/mds-avatar-stack-item.entry.js +1 -1
  138. package/dist/esm/mds-avatar-stack.entry.js +1 -1
  139. package/dist/esm/mds-avatar.entry.js +1 -1
  140. package/dist/esm/mds-badge.entry.js +1 -1
  141. package/dist/esm/mds-banner_3.entry.js +6 -6
  142. package/dist/esm/mds-benchmark-bar.entry.js +1 -1
  143. package/dist/esm/mds-bibliography.entry.js +7 -7
  144. package/dist/esm/mds-breadcrumb-item.entry.js +1 -1
  145. package/dist/esm/mds-breadcrumb.entry.js +2 -2
  146. package/dist/esm/mds-button-dropdown.entry.js +1 -1
  147. package/dist/esm/mds-button-group.entry.js +1 -1
  148. package/dist/esm/mds-button_3.entry.js +2 -2
  149. package/dist/esm/mds-calendar_2.entry.js +246 -128
  150. package/dist/esm/mds-card-content.entry.js +1 -1
  151. package/dist/esm/mds-card-footer.entry.js +1 -1
  152. package/dist/esm/mds-card-header.entry.js +1 -1
  153. package/dist/esm/mds-card-media.entry.js +1 -1
  154. package/dist/esm/mds-card.entry.js +1 -1
  155. package/dist/esm/mds-details.entry.js +1 -1
  156. package/dist/esm/mds-dropdown.entry.js +2 -2
  157. package/dist/esm/mds-emoji.entry.js +1 -1
  158. package/dist/esm/mds-entity.entry.js +4 -4
  159. package/dist/esm/mds-file-preview.entry.js +2 -2
  160. package/dist/esm/mds-file.entry.js +3 -3
  161. package/dist/esm/mds-filter-item.entry.js +1 -1
  162. package/dist/esm/mds-filter.entry.js +1 -1
  163. package/dist/esm/mds-header-bar.entry.js +3 -3
  164. package/dist/esm/mds-header.entry.js +2 -2
  165. package/dist/esm/mds-horizontal-scroll.entry.js +1 -1
  166. package/dist/esm/mds-hr.entry.js +1 -1
  167. package/dist/esm/mds-input-date-range.entry.js +197 -55
  168. package/dist/esm/mds-input-date.entry.js +16 -10
  169. package/dist/esm/mds-input.entry.js +9 -9
  170. package/dist/esm-es5/loader.js +1 -1
  171. package/dist/esm-es5/magma-components.js +1 -1
  172. package/dist/esm-es5/mds-accordion-item.entry.js +1 -1
  173. package/dist/esm-es5/mds-accordion-timer-item.entry.js +1 -1
  174. package/dist/esm-es5/mds-accordion-timer.entry.js +1 -1
  175. package/dist/esm-es5/mds-accordion.entry.js +1 -1
  176. package/dist/esm-es5/mds-author.entry.js +1 -1
  177. package/dist/esm-es5/mds-avatar-stack-item.entry.js +1 -1
  178. package/dist/esm-es5/mds-avatar-stack.entry.js +1 -1
  179. package/dist/esm-es5/mds-avatar.entry.js +1 -1
  180. package/dist/esm-es5/mds-badge.entry.js +1 -1
  181. package/dist/esm-es5/mds-banner_3.entry.js +1 -1
  182. package/dist/esm-es5/mds-benchmark-bar.entry.js +1 -1
  183. package/dist/esm-es5/mds-bibliography.entry.js +1 -1
  184. package/dist/esm-es5/mds-breadcrumb-item.entry.js +1 -1
  185. package/dist/esm-es5/mds-breadcrumb.entry.js +1 -1
  186. package/dist/esm-es5/mds-button-dropdown.entry.js +1 -1
  187. package/dist/esm-es5/mds-button-group.entry.js +1 -1
  188. package/dist/esm-es5/mds-button_3.entry.js +1 -1
  189. package/dist/esm-es5/mds-calendar_2.entry.js +1 -1
  190. package/dist/esm-es5/mds-card-content.entry.js +1 -1
  191. package/dist/esm-es5/mds-card-footer.entry.js +1 -1
  192. package/dist/esm-es5/mds-card-header.entry.js +1 -1
  193. package/dist/esm-es5/mds-card-media.entry.js +1 -1
  194. package/dist/esm-es5/mds-card.entry.js +1 -1
  195. package/dist/esm-es5/mds-details.entry.js +1 -1
  196. package/dist/esm-es5/mds-dropdown.entry.js +1 -1
  197. package/dist/esm-es5/mds-emoji.entry.js +2 -2
  198. package/dist/esm-es5/mds-entity.entry.js +1 -1
  199. package/dist/esm-es5/mds-file-preview.entry.js +1 -1
  200. package/dist/esm-es5/mds-file.entry.js +1 -1
  201. package/dist/esm-es5/mds-filter-item.entry.js +1 -1
  202. package/dist/esm-es5/mds-filter.entry.js +1 -1
  203. package/dist/esm-es5/mds-header-bar.entry.js +1 -1
  204. package/dist/esm-es5/mds-header.entry.js +1 -1
  205. package/dist/esm-es5/mds-horizontal-scroll.entry.js +1 -1
  206. package/dist/esm-es5/mds-hr.entry.js +1 -1
  207. package/dist/esm-es5/mds-input-date-range.entry.js +1 -1
  208. package/dist/esm-es5/mds-input-date.entry.js +1 -1
  209. package/dist/esm-es5/mds-input.entry.js +1 -1
  210. package/dist/hydrate/index.js +539 -262
  211. package/dist/hydrate/index.mjs +539 -262
  212. package/dist/magma-components/magma-components.esm.js +1 -1
  213. package/dist/magma-components/{p-e3b0adb8.entry.js → p-02c9dffb.entry.js} +1 -1
  214. package/dist/magma-components/{p-e8626e7a.system.entry.js → p-03b5bdae.system.entry.js} +1 -1
  215. package/dist/magma-components/{p-fec5168f.entry.js → p-09b27f6e.entry.js} +1 -1
  216. package/dist/magma-components/p-09cbad84.system.entry.js +1 -0
  217. package/dist/magma-components/{p-0c3b813d.entry.js → p-0a9db9fc.entry.js} +1 -1
  218. package/dist/magma-components/{p-beeaec1c.entry.js → p-10957e40.entry.js} +1 -1
  219. package/dist/magma-components/{p-42f5037a.entry.js → p-14cad758.entry.js} +1 -1
  220. package/dist/magma-components/{p-35d85970.entry.js → p-188c906e.entry.js} +1 -1
  221. package/dist/magma-components/{p-91e16169.system.entry.js → p-191e79c8.system.entry.js} +1 -1
  222. package/dist/magma-components/{p-1a8d42d1.system.entry.js → p-1c37f4ce.system.entry.js} +1 -1
  223. package/dist/magma-components/{p-30648e76.system.entry.js → p-1cd6c3fe.system.entry.js} +1 -1
  224. package/dist/magma-components/{p-c3ae9ba7.system.entry.js → p-1f52a479.system.entry.js} +1 -1
  225. package/dist/magma-components/p-20e0f9e3.entry.js +1 -0
  226. package/dist/magma-components/p-26cd6ec8.system.js +1 -1
  227. package/dist/magma-components/{p-237d60e2.system.entry.js → p-2910fa0c.system.entry.js} +1 -1
  228. package/dist/magma-components/{p-d95c9d2e.system.entry.js → p-2d947462.system.entry.js} +1 -1
  229. package/dist/magma-components/{p-0b25be9f.entry.js → p-342a07c7.entry.js} +1 -1
  230. package/dist/magma-components/{p-b228a186.system.entry.js → p-39d9f24d.system.entry.js} +1 -1
  231. package/dist/magma-components/{p-27cb23f6.entry.js → p-3a57f53d.entry.js} +1 -1
  232. package/dist/magma-components/{p-0689710c.system.entry.js → p-3b267a52.system.entry.js} +1 -1
  233. package/dist/magma-components/{p-224f80f4.entry.js → p-3bf7d52c.entry.js} +1 -1
  234. package/dist/magma-components/{p-2de8157b.system.entry.js → p-432be440.system.entry.js} +1 -1
  235. package/dist/magma-components/{p-5eca660e.system.entry.js → p-43a2f192.system.entry.js} +1 -1
  236. package/dist/magma-components/{p-eaf4805a.entry.js → p-48a2e8e4.entry.js} +1 -1
  237. package/dist/magma-components/{p-ff674ef9.entry.js → p-4ab9c985.entry.js} +1 -1
  238. package/dist/magma-components/{p-40eeffe8.entry.js → p-4b76248b.entry.js} +1 -1
  239. package/dist/magma-components/{p-11df77b3.entry.js → p-4cf97724.entry.js} +1 -1
  240. package/dist/magma-components/{p-0e2b6dd3.system.entry.js → p-5359bf5e.system.entry.js} +1 -1
  241. package/dist/magma-components/{p-536b4c16.entry.js → p-5619ed51.entry.js} +1 -1
  242. package/dist/magma-components/{p-d738a403.system.entry.js → p-5edd2f30.system.entry.js} +1 -1
  243. package/dist/magma-components/{p-033e85f1.entry.js → p-606cd4bb.entry.js} +1 -1
  244. package/dist/magma-components/{p-e9ade624.system.entry.js → p-61c35e05.system.entry.js} +1 -1
  245. package/dist/magma-components/{p-6e680417.system.entry.js → p-68a7d370.system.entry.js} +1 -1
  246. package/dist/magma-components/{p-409c9518.system.entry.js → p-7244ca7a.system.entry.js} +1 -1
  247. package/dist/magma-components/{p-a9d6984e.entry.js → p-726cd93c.entry.js} +1 -1
  248. package/dist/magma-components/{p-c2798c9a.system.entry.js → p-7359e097.system.entry.js} +1 -1
  249. package/dist/magma-components/{p-723fbfb0.entry.js → p-78088de2.entry.js} +1 -1
  250. package/dist/magma-components/{p-83b2ee17.entry.js → p-7ae676db.entry.js} +1 -1
  251. package/dist/magma-components/{p-6d3ea2b6.entry.js → p-7b788f04.entry.js} +1 -1
  252. package/dist/magma-components/{p-b727c3a6.system.entry.js → p-80518658.system.entry.js} +1 -1
  253. package/dist/magma-components/{p-f6ef6105.entry.js → p-8314f381.entry.js} +1 -1
  254. package/dist/magma-components/{p-86f45462.entry.js → p-8469b603.entry.js} +1 -1
  255. package/dist/magma-components/{p-09aaa62b.system.entry.js → p-855f1617.system.entry.js} +1 -1
  256. package/dist/magma-components/{p-cae0e727.entry.js → p-89757b16.entry.js} +1 -1
  257. package/dist/magma-components/{p-60342fa8.system.entry.js → p-8bc52935.system.entry.js} +1 -1
  258. package/dist/magma-components/{p-6b4bf0df.entry.js → p-8f091ceb.entry.js} +1 -1
  259. package/dist/magma-components/{p-8859d528.entry.js → p-94fb14aa.entry.js} +1 -1
  260. package/dist/magma-components/{p-755dff75.system.entry.js → p-9b7e1f4b.system.entry.js} +1 -1
  261. package/dist/magma-components/{p-dfdc83ab.entry.js → p-9d5ab31c.entry.js} +1 -1
  262. package/dist/magma-components/{p-ddd59ddb.system.entry.js → p-9d86dd4c.system.entry.js} +1 -1
  263. package/dist/magma-components/{p-9e08e8f1.system.entry.js → p-a776c78c.system.entry.js} +1 -1
  264. package/dist/magma-components/{p-854848ca.entry.js → p-aacb6b47.entry.js} +1 -1
  265. package/dist/magma-components/{p-bdc49c99.entry.js → p-b4bad440.entry.js} +1 -1
  266. package/dist/magma-components/{p-3095eab8.system.entry.js → p-b7aae63a.system.entry.js} +1 -1
  267. package/dist/magma-components/{p-03cadeb4.system.entry.js → p-b7b0f420.system.entry.js} +1 -1
  268. package/dist/magma-components/{p-788e95ce.entry.js → p-ba8142cf.entry.js} +1 -1
  269. package/dist/magma-components/{p-84cf6604.system.entry.js → p-be5a7e23.system.entry.js} +1 -1
  270. package/dist/magma-components/{p-61e3603c.system.entry.js → p-c3304189.system.entry.js} +1 -1
  271. package/dist/magma-components/{p-a201cbab.entry.js → p-c372fe03.entry.js} +1 -1
  272. package/dist/magma-components/{p-b4baf323.entry.js → p-c5730248.entry.js} +1 -1
  273. package/dist/magma-components/{p-3e50c4ab.entry.js → p-c5d2cd00.entry.js} +1 -1
  274. package/dist/magma-components/p-c6785782.entry.js +1 -0
  275. package/dist/magma-components/p-ca4ee5b5.system.entry.js +1 -0
  276. package/dist/magma-components/p-d7cf7569.entry.js +1 -0
  277. package/dist/magma-components/{p-6d1ce884.system.entry.js → p-d98a34dc.system.entry.js} +1 -1
  278. package/dist/magma-components/{p-2b3517af.system.entry.js → p-d99f38a7.system.entry.js} +1 -1
  279. package/dist/magma-components/{p-3c2df04e.system.entry.js → p-dd7b9422.system.entry.js} +1 -1
  280. package/dist/magma-components/{p-58b77d4f.entry.js → p-e0bd7509.entry.js} +1 -1
  281. package/dist/magma-components/{p-a786264e.system.entry.js → p-e32a0ec8.system.entry.js} +1 -1
  282. package/dist/magma-components/{p-12527b99.system.entry.js → p-ef488f9f.system.entry.js} +1 -1
  283. package/dist/magma-components/{p-70223843.system.entry.js → p-f250731c.system.entry.js} +1 -1
  284. package/dist/magma-components/{p-8de607ef.entry.js → p-f2e7d2f0.entry.js} +1 -1
  285. package/dist/magma-components/{p-a9c9e071.system.entry.js → p-f349e728.system.entry.js} +1 -1
  286. package/dist/magma-components/{p-1c2b1a44.system.entry.js → p-f584c1d7.system.entry.js} +1 -1
  287. package/dist/magma-components/{p-f5f97018.entry.js → p-fd25f69a.entry.js} +1 -1
  288. package/dist/magma-components/{p-977d3bf0.entry.js → p-fe3879f3.entry.js} +1 -1
  289. package/dist/magma-components/{p-50b07c72.system.entry.js → p-ff8d8818.system.entry.js} +1 -1
  290. package/dist/stats.json +790 -377
  291. package/dist/types/components/mds-calendar/mds-calendar.d.ts +43 -1
  292. package/dist/types/components/mds-input-date/mds-input-date.d.ts +1 -0
  293. package/dist/types/components/mds-input-date-range/mds-input-date-range.d.ts +23 -4
  294. package/dist/types/components/mds-input-date-range/test/mds-input-date-range.stories.d.ts +12 -0
  295. package/dist/types/components.d.ts +94 -6
  296. package/package.json +4 -4
  297. package/dist/magma-components/p-3da97c74.system.entry.js +0 -1
  298. package/dist/magma-components/p-643fd688.entry.js +0 -1
  299. package/dist/magma-components/p-80b11d2e.entry.js +0 -1
  300. package/dist/magma-components/p-e1f3cc6d.entry.js +0 -1
  301. package/dist/magma-components/p-ead9e4c4.system.entry.js +0 -1
@@ -1 +1 @@
1
- System.register(["./p-2aef517c.system.js","./p-6923538c.system.js"],(function(t){"use strict";var d,e,r,a,i;return{setters:[function(t){d=t.r;e=t.c;r=t.h;a=t.H},function(t){i=t.m}],execute:function(){var s='@-webkit-keyframes focus-bounce{0%,75%,100%{outline-offset:var(--magma-outline-focus-offset, 6px)}50%{outline-offset:var(--magma-outline-blur-offset, 2px)}}@keyframes focus-bounce{0%,75%,100%{outline-offset:var(--magma-outline-focus-offset, 6px)}50%{outline-offset:var(--magma-outline-blur-offset, 2px)}}@tailwind components; :host{--mds-accordion-timer-item-progress-bar-color:var(--mds-accordion-timer-progress-bar-color, rgb(var(--tone-neutral-03)));--mds-accordion-timer-item-progress-bar-background:var(--mds-accordion-timer-progress-bar-background, rgb(var(--tone-neutral-08)));--mds-accordion-timer-item-progress-bar-thickness:var(--mds-accordion-timer-progress-bar-thickness, 0.25rem);--mds-accordion-timer-item-duration:var(--mds-accordion-timer-duration, 500ms);padding-top:1rem;padding-bottom:1rem;-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);color:var(--mds-accordion-timer-item-color, rgb(var(--tone-neutral-02)));display:grid;position:relative;-webkit-transition-duration:var(--mds-accordion-timer-item-duration);transition-duration:var(--mds-accordion-timer-item-duration);-webkit-transition-property:color;transition-property:color}.row{gap:1rem;display:-ms-flexbox;display:flex}.accordion{display:grid}.progress-bar{--mds-progress-color:var(--mds-accordion-timer-item-progress-bar-color);--mds-progress-background:var(--mds-accordion-timer-item-progress-bar-background);--mds-progress-thickness:var(--mds-accordion-timer-item-progress-bar-thickness);-ms-flex-negative:0;flex-shrink:0}.action{gap:1rem;border-radius:0.75rem;background-color:transparent;border:0;color:inherit;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:0;text-align:left}.content{gap:1rem;-webkit-transition-timing-function:cubic-bezier(1, 0, 0, 1);transition-timing-function:cubic-bezier(1, 0, 0, 1);display:grid;grid-template-rows:0fr;min-height:0;opacity:0;overflow:hidden;padding-top:0;-webkit-transition-duration:var(--mds-accordion-timer-item-duration);transition-duration:var(--mds-accordion-timer-item-duration);-webkit-transition-property:grid-template-rows, opacity, padding;transition-property:grid-template-rows, opacity, padding;transition-property:grid-template-rows, opacity, padding, -ms-grid-rows}.content-expander{min-height:0}.icon{display:-ms-flexbox;display:flex}.icon svg{aspect-ratio:1/1;height:100%;width:100%}.icon{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);fill:currentcolor;-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}:host([selected]:not([selected="false"])) .action{cursor:auto}:host([selected]:not([selected="false"])) .icon{-webkit-transform:rotate(0deg);transform:rotate(0deg)}:host([selected]:not([selected="false"])) .content{padding-top:1rem;opacity:1;grid-template-rows:1fr}:host-context(.pref-animation-reduce){--mds-accordion-timer-item-duration:0s}@media (prefers-reduced-motion){:host-context(.pref-animation-system){--mds-accordion-timer-item-duration:0s}}:host(:not(:is([hydrated],.hydrated))){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}mds-accordion:not(:is([hydrated],.hydrated)),mds-accordion-item:not(:is([hydrated],.hydrated)),mds-accordion-timer:not(:is([hydrated],.hydrated)),mds-accordion-timer-item:not(:is([hydrated],.hydrated)),mds-author:not(:is([hydrated],.hydrated)),mds-avatar:not(:is([hydrated],.hydrated)),mds-badge:not(:is([hydrated],.hydrated)),mds-banner:not(:is([hydrated],.hydrated)),mds-benchmark-bar:not(:is([hydrated],.hydrated)),mds-bibliography:not(:is([hydrated],.hydrated)),mds-breadcrumb:not(:is([hydrated],.hydrated)),mds-breadcrumb-item:not(:is([hydrated],.hydrated)),mds-button:not(:is([hydrated],.hydrated)),mds-card:not(:is([hydrated],.hydrated)),mds-card-content:not(:is([hydrated],.hydrated)),mds-card-footer:not(:is([hydrated],.hydrated)),mds-card-header:not(:is([hydrated],.hydrated)),mds-card-media:not(:is([hydrated],.hydrated)),mds-chip:not(:is([hydrated],.hydrated)),mds-details:not(:is([hydrated],.hydrated)),mds-dropdown:not(:is([hydrated],.hydrated)),mds-entity:not(:is([hydrated],.hydrated)),mds-file:not(:is([hydrated],.hydrated)),mds-file-preview:not(:is([hydrated],.hydrated)),mds-filter:not(:is([hydrated],.hydrated)),mds-filter-item:not(:is([hydrated],.hydrated)),mds-header:not(:is([hydrated],.hydrated)),mds-header-bar:not(:is([hydrated],.hydrated)),mds-help:not(:is([hydrated],.hydrated)),mds-horizontal-scroll:not(:is([hydrated],.hydrated)),mds-hr:not(:is([hydrated],.hydrated)),mds-icon:not(:is([hydrated],.hydrated)),mds-img:not(:is([hydrated],.hydrated)),mds-input:not(:is([hydrated],.hydrated)),mds-input-field:not(:is([hydrated],.hydrated)),mds-input-range:not(:is([hydrated],.hydrated)),mds-input-select:not(:is([hydrated],.hydrated)),mds-input-switch:not(:is([hydrated],.hydrated)),mds-input-tip:not(:is([hydrated],.hydrated)),mds-input-tip-item:not(:is([hydrated],.hydrated)),mds-input-upload:not(:is([hydrated],.hydrated)),mds-keyboard:not(:is([hydrated],.hydrated)),mds-keyboard-key:not(:is([hydrated],.hydrated)),mds-kpi:not(:is([hydrated],.hydrated)),mds-kpi-item:not(:is([hydrated],.hydrated)),mds-label:not(:is([hydrated],.hydrated)),mds-list:not(:is([hydrated],.hydrated)),mds-list-item:not(:is([hydrated],.hydrated)),mds-modal:not(:is([hydrated],.hydrated)),mds-note:not(:is([hydrated],.hydrated)),mds-notification:not(:is([hydrated],.hydrated)),mds-paginator:not(:is([hydrated],.hydrated)),mds-paginator-item:not(:is([hydrated],.hydrated)),mds-pref:not(:is([hydrated],.hydrated)),mds-pref-animation:not(:is([hydrated],.hydrated)),mds-pref-consumption:not(:is([hydrated],.hydrated)),mds-pref-contrast:not(:is([hydrated],.hydrated)),mds-pref-language:not(:is([hydrated],.hydrated)),mds-pref-language-item:not(:is([hydrated],.hydrated)),mds-pref-theme:not(:is([hydrated],.hydrated)),mds-price-table:not(:is([hydrated],.hydrated)),mds-price-table-features:not(:is([hydrated],.hydrated)),mds-price-table-features-cell:not(:is([hydrated],.hydrated)),mds-price-table-features-row:not(:is([hydrated],.hydrated)),mds-price-table-header:not(:is([hydrated],.hydrated)),mds-price-table-list:not(:is([hydrated],.hydrated)),mds-price-table-list-item:not(:is([hydrated],.hydrated)),mds-progress:not(:is([hydrated],.hydrated)),mds-push-notification:not(:is([hydrated],.hydrated)),mds-push-notifications:not(:is([hydrated],.hydrated)),mds-quote:not(:is([hydrated],.hydrated)),mds-separator:not(:is([hydrated],.hydrated)),mds-spinner:not(:is([hydrated],.hydrated)),mds-stepper-bar:not(:is([hydrated],.hydrated)),mds-stepper-bar-item:not(:is([hydrated],.hydrated)),mds-tab:not(:is([hydrated],.hydrated)),mds-tab-bar:not(:is([hydrated],.hydrated)),mds-tab-bar-item:not(:is([hydrated],.hydrated)),mds-tab-item:not(:is([hydrated],.hydrated)),mds-table:not(:is([hydrated],.hydrated)),mds-table-body:not(:is([hydrated],.hydrated)),mds-table-cell:not(:is([hydrated],.hydrated)),mds-table-footer:not(:is([hydrated],.hydrated)),mds-table-header:not(:is([hydrated],.hydrated)),mds-table-header-cell:not(:is([hydrated],.hydrated)),mds-table-row:not(:is([hydrated],.hydrated)),mds-text:not(:is([hydrated],.hydrated)),mds-toast:not(:is([hydrated],.hydrated)),mds-tooltip:not(:is([hydrated],.hydrated)),mds-tree:not(:is([hydrated],.hydrated)),mds-tree-item:not(:is([hydrated],.hydrated)),mds-url-view:not(:is([hydrated],.hydrated)),mds-usage:not(:is([hydrated],.hydrated)),mds-video-wall:not(:is([hydrated],.hydrated)),mds-zero:not(:is([hydrated],.hydrated)){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}';var o=s;var n=t("mds_accordion_timer_item",function(){function t(t){var r=this;d(this,t);this.clickSelectEvent=e(this,"mdsAccordionTimerItemClickSelect",7);this.selectEvent=e(this,"mdsAccordionTimerItemSelect",7);this.selectedMouseEnterEvent=e(this,"mdsAccordionTimerItemMouseEnterSelect",7);this.selectedMouseLeaveEvent=e(this,"mdsAccordionTimerItemMouseLeaveSelect",7);this.typography="h5";this.selected=false;this.progress=0;this.uuid=0;this.toggle=function(){r.selected=!r.selected;r.progress=0;if(r.selected){r.clickSelectEvent.emit({selected:r.selected,uuid:r.uuid})}};this.mouseEnter=function(){if(r.selected){r.selectedMouseEnterEvent.emit({selected:r.selected,uuid:r.uuid})}};this.mouseLeave=function(){if(r.selected){r.selectedMouseLeaveEvent.emit({selected:r.selected,uuid:r.uuid})}}}t.prototype.handleSelected=function(t){this.progress=0;if(t){this.selectEvent.emit({selected:this.selected,uuid:this.uuid})}};t.prototype.render=function(){var t;return r(a,{key:"bc5ef8f8b22da3dcdf9bc860b6b79af869277ddf",onMouseEnter:this.mouseEnter,onMouseLeave:this.mouseLeave},r("div",{key:"bbe8dbbce388ba0487aa84d920be97bea09dc186",class:"row"},r("mds-progress",{key:"455f4bf36b284c8e9a1d8dac74dd59ebeb7f6a42","aria-hidden":"true",class:"progress-bar",progress:Number((t=this.progress)===null||t===void 0?void 0:t.toFixed(2)),direction:"vertical",part:"progress"}),r("div",{key:"65c0748ef3ef0bca8936831a24a41fbfa3746b31",class:"accordion"},r("button",{key:"73766ed2d4c1ab0ebd289378075284f3f2516fa8","aria-controls":"content","aria-expanded":this.selected?"true":"false",class:"action focus-bounce",id:"action",onClick:this.toggle,role:"button",tabindex:"0"},r("mds-text",{key:"a6b3be3cd593cef1aa4ce0c68f262c08e9c9cf8d",typography:this.typography,part:"label"},this.description),r("mds-text",{key:"b7d3d02998d9d736c72ac17798d374f581e554e4","aria-hidden":"true",class:"icon-button",typography:this.typography,part:"icon"},r("i",{key:"268d2920014019914b8681c8e5659d9f5d39916f",class:"icon",innerHTML:i}))),r("div",{key:"a4a7ab12e4aaf2554c21ba57c611a703d82f2528",class:"content",id:"content"},r("div",{key:"eb37abce0080625cad81ee42e66156c6d03d5d55","aria-label":this.description,class:"content-expander",part:"content",role:"region"},r("slot",{key:"9cdd701825c99af45db525609f4360dd906f3268"}))))))};Object.defineProperty(t,"watchers",{get:function(){return{selected:["handleSelected"]}},enumerable:false,configurable:true});return t}());n.style=o}}}));
1
+ System.register(["./p-2aef517c.system.js","./p-6923538c.system.js"],(function(t){"use strict";var d,e,r,a,i;return{setters:[function(t){d=t.r;e=t.c;r=t.h;a=t.H},function(t){i=t.m}],execute:function(){var s='@-webkit-keyframes focus-bounce{0%,75%,100%{outline-offset:var(--magma-outline-focus-offset, 6px)}50%{outline-offset:var(--magma-outline-blur-offset, 2px)}}@keyframes focus-bounce{0%,75%,100%{outline-offset:var(--magma-outline-focus-offset, 6px)}50%{outline-offset:var(--magma-outline-blur-offset, 2px)}}@tailwind components; :host{--mds-accordion-timer-item-progress-bar-color:var(--mds-accordion-timer-progress-bar-color, rgb(var(--tone-neutral-03)));--mds-accordion-timer-item-progress-bar-background:var(--mds-accordion-timer-progress-bar-background, rgb(var(--tone-neutral-08)));--mds-accordion-timer-item-progress-bar-thickness:var(--mds-accordion-timer-progress-bar-thickness, 0.25rem);--mds-accordion-timer-item-duration:var(--mds-accordion-timer-duration, 500ms);padding-top:1rem;padding-bottom:1rem;-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);color:var(--mds-accordion-timer-item-color, rgb(var(--tone-neutral-02)));display:grid;position:relative;-webkit-transition-duration:var(--mds-accordion-timer-item-duration);transition-duration:var(--mds-accordion-timer-item-duration);-webkit-transition-property:color;transition-property:color}.row{gap:1rem;display:-ms-flexbox;display:flex}.accordion{display:grid}.progress-bar{--mds-progress-color:var(--mds-accordion-timer-item-progress-bar-color);--mds-progress-background:var(--mds-accordion-timer-item-progress-bar-background);--mds-progress-thickness:var(--mds-accordion-timer-item-progress-bar-thickness);-ms-flex-negative:0;flex-shrink:0}.action{gap:1rem;border-radius:0.75rem;background-color:transparent;border:0;color:inherit;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:0;text-align:left}.content{gap:1rem;-webkit-transition-timing-function:cubic-bezier(1, 0, 0, 1);transition-timing-function:cubic-bezier(1, 0, 0, 1);display:grid;grid-template-rows:0fr;min-height:0;opacity:0;overflow:hidden;padding-top:0;-webkit-transition-duration:var(--mds-accordion-timer-item-duration);transition-duration:var(--mds-accordion-timer-item-duration);-webkit-transition-property:grid-template-rows, opacity, padding;transition-property:grid-template-rows, opacity, padding;transition-property:grid-template-rows, opacity, padding, -ms-grid-rows}.content-expander{min-height:0}.icon{display:-ms-flexbox;display:flex}.icon svg{aspect-ratio:1/1;height:100%;width:100%}.icon{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);fill:currentcolor;-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}:host([selected]:not([selected="false"])) .action{cursor:auto}:host([selected]:not([selected="false"])) .icon{-webkit-transform:rotate(0deg);transform:rotate(0deg)}:host([selected]:not([selected="false"])) .content{padding-top:1rem;opacity:1;grid-template-rows:1fr}:host-context(.pref-animation-reduce){--mds-accordion-timer-item-duration:0s}@media (prefers-reduced-motion){:host-context(.pref-animation-system){--mds-accordion-timer-item-duration:0s}}:host(:not(:is([hydrated],.hydrated))){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}mds-accordion:not(:is([hydrated],.hydrated)),mds-accordion-item:not(:is([hydrated],.hydrated)),mds-accordion-timer:not(:is([hydrated],.hydrated)),mds-accordion-timer-item:not(:is([hydrated],.hydrated)),mds-author:not(:is([hydrated],.hydrated)),mds-avatar:not(:is([hydrated],.hydrated)),mds-badge:not(:is([hydrated],.hydrated)),mds-banner:not(:is([hydrated],.hydrated)),mds-benchmark-bar:not(:is([hydrated],.hydrated)),mds-bibliography:not(:is([hydrated],.hydrated)),mds-breadcrumb:not(:is([hydrated],.hydrated)),mds-breadcrumb-item:not(:is([hydrated],.hydrated)),mds-button:not(:is([hydrated],.hydrated)),mds-card:not(:is([hydrated],.hydrated)),mds-card-content:not(:is([hydrated],.hydrated)),mds-card-footer:not(:is([hydrated],.hydrated)),mds-card-header:not(:is([hydrated],.hydrated)),mds-card-media:not(:is([hydrated],.hydrated)),mds-chip:not(:is([hydrated],.hydrated)),mds-details:not(:is([hydrated],.hydrated)),mds-dropdown:not(:is([hydrated],.hydrated)),mds-entity:not(:is([hydrated],.hydrated)),mds-file:not(:is([hydrated],.hydrated)),mds-file-preview:not(:is([hydrated],.hydrated)),mds-filter:not(:is([hydrated],.hydrated)),mds-filter-item:not(:is([hydrated],.hydrated)),mds-header:not(:is([hydrated],.hydrated)),mds-header-bar:not(:is([hydrated],.hydrated)),mds-help:not(:is([hydrated],.hydrated)),mds-horizontal-scroll:not(:is([hydrated],.hydrated)),mds-hr:not(:is([hydrated],.hydrated)),mds-icon:not(:is([hydrated],.hydrated)),mds-img:not(:is([hydrated],.hydrated)),mds-input:not(:is([hydrated],.hydrated)),mds-input-field:not(:is([hydrated],.hydrated)),mds-input-range:not(:is([hydrated],.hydrated)),mds-input-select:not(:is([hydrated],.hydrated)),mds-input-switch:not(:is([hydrated],.hydrated)),mds-input-tip:not(:is([hydrated],.hydrated)),mds-input-tip-item:not(:is([hydrated],.hydrated)),mds-input-upload:not(:is([hydrated],.hydrated)),mds-keyboard:not(:is([hydrated],.hydrated)),mds-keyboard-key:not(:is([hydrated],.hydrated)),mds-kpi:not(:is([hydrated],.hydrated)),mds-kpi-item:not(:is([hydrated],.hydrated)),mds-label:not(:is([hydrated],.hydrated)),mds-list:not(:is([hydrated],.hydrated)),mds-list-item:not(:is([hydrated],.hydrated)),mds-modal:not(:is([hydrated],.hydrated)),mds-note:not(:is([hydrated],.hydrated)),mds-notification:not(:is([hydrated],.hydrated)),mds-paginator:not(:is([hydrated],.hydrated)),mds-paginator-item:not(:is([hydrated],.hydrated)),mds-pref:not(:is([hydrated],.hydrated)),mds-pref-animation:not(:is([hydrated],.hydrated)),mds-pref-consumption:not(:is([hydrated],.hydrated)),mds-pref-contrast:not(:is([hydrated],.hydrated)),mds-pref-language:not(:is([hydrated],.hydrated)),mds-pref-language-item:not(:is([hydrated],.hydrated)),mds-pref-theme:not(:is([hydrated],.hydrated)),mds-price-table:not(:is([hydrated],.hydrated)),mds-price-table-features:not(:is([hydrated],.hydrated)),mds-price-table-features-cell:not(:is([hydrated],.hydrated)),mds-price-table-features-row:not(:is([hydrated],.hydrated)),mds-price-table-header:not(:is([hydrated],.hydrated)),mds-price-table-list:not(:is([hydrated],.hydrated)),mds-price-table-list-item:not(:is([hydrated],.hydrated)),mds-progress:not(:is([hydrated],.hydrated)),mds-push-notification:not(:is([hydrated],.hydrated)),mds-push-notifications:not(:is([hydrated],.hydrated)),mds-quote:not(:is([hydrated],.hydrated)),mds-separator:not(:is([hydrated],.hydrated)),mds-spinner:not(:is([hydrated],.hydrated)),mds-stepper-bar:not(:is([hydrated],.hydrated)),mds-stepper-bar-item:not(:is([hydrated],.hydrated)),mds-tab:not(:is([hydrated],.hydrated)),mds-tab-bar:not(:is([hydrated],.hydrated)),mds-tab-bar-item:not(:is([hydrated],.hydrated)),mds-tab-item:not(:is([hydrated],.hydrated)),mds-table:not(:is([hydrated],.hydrated)),mds-table-body:not(:is([hydrated],.hydrated)),mds-table-cell:not(:is([hydrated],.hydrated)),mds-table-footer:not(:is([hydrated],.hydrated)),mds-table-header:not(:is([hydrated],.hydrated)),mds-table-header-cell:not(:is([hydrated],.hydrated)),mds-table-row:not(:is([hydrated],.hydrated)),mds-text:not(:is([hydrated],.hydrated)),mds-toast:not(:is([hydrated],.hydrated)),mds-tooltip:not(:is([hydrated],.hydrated)),mds-tree:not(:is([hydrated],.hydrated)),mds-tree-item:not(:is([hydrated],.hydrated)),mds-url-view:not(:is([hydrated],.hydrated)),mds-usage:not(:is([hydrated],.hydrated)),mds-video-wall:not(:is([hydrated],.hydrated)),mds-zero:not(:is([hydrated],.hydrated)){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}';var o=s;var n=t("mds_accordion_timer_item",function(){function t(t){var r=this;d(this,t);this.clickSelectEvent=e(this,"mdsAccordionTimerItemClickSelect",7);this.selectEvent=e(this,"mdsAccordionTimerItemSelect",7);this.selectedMouseEnterEvent=e(this,"mdsAccordionTimerItemMouseEnterSelect",7);this.selectedMouseLeaveEvent=e(this,"mdsAccordionTimerItemMouseLeaveSelect",7);this.typography="h5";this.selected=false;this.progress=0;this.uuid=0;this.toggle=function(){r.selected=!r.selected;r.progress=0;if(r.selected){r.clickSelectEvent.emit({selected:r.selected,uuid:r.uuid})}};this.mouseEnter=function(){if(r.selected){r.selectedMouseEnterEvent.emit({selected:r.selected,uuid:r.uuid})}};this.mouseLeave=function(){if(r.selected){r.selectedMouseLeaveEvent.emit({selected:r.selected,uuid:r.uuid})}}}t.prototype.handleSelected=function(t){this.progress=0;if(t){this.selectEvent.emit({selected:this.selected,uuid:this.uuid})}};t.prototype.render=function(){var t;return r(a,{key:"e9ac7110c69c963436e949ca1fd5808b8f136fa1",onMouseEnter:this.mouseEnter,onMouseLeave:this.mouseLeave},r("div",{key:"5491150224ae59baabc2cbd43b6de279c20d1509",class:"row"},r("mds-progress",{key:"006bd6f0750f14a867ea793fdda10dc3dfed16db","aria-hidden":"true",class:"progress-bar",progress:Number((t=this.progress)===null||t===void 0?void 0:t.toFixed(2)),direction:"vertical",part:"progress"}),r("div",{key:"3ce632fb1937949599a5bbadc555a69c58bd088f",class:"accordion"},r("button",{key:"812c73ecf6ed995caee81217ed151f22d8e138c8","aria-controls":"content","aria-expanded":this.selected?"true":"false",class:"action focus-bounce",id:"action",onClick:this.toggle,role:"button",tabindex:"0"},r("mds-text",{key:"95868c912027d2ea3c182307df9720aed8f05956",typography:this.typography,part:"label"},this.description),r("mds-text",{key:"6d82c4a96302e7c48f131431f8ed4083fd2e5ddd","aria-hidden":"true",class:"icon-button",typography:this.typography,part:"icon"},r("i",{key:"a0414f53ea6652b3ee68ed3dabef5df41d0798ae",class:"icon",innerHTML:i}))),r("div",{key:"76c27f6162e611edf832434ac247dcd5ca58d6cc",class:"content",id:"content"},r("div",{key:"05a2c529875c430ab5303fbae07e96aeb3d38449","aria-label":this.description,class:"content-expander",part:"content",role:"region"},r("slot",{key:"0ea0b8b04f1ea0211a11cf3c68e762e5104ee30a"}))))))};Object.defineProperty(t,"watchers",{get:function(){return{selected:["handleSelected"]}},enumerable:false,configurable:true});return t}());n.style=o}}}));
@@ -1 +1 @@
1
- System.register(["./p-2aef517c.system.js"],(function(d){"use strict";var t,e,a;return{setters:[function(d){t=d.r;e=d.h;a=d.H}],execute:function(){var r=":host{gap:1rem;padding:1rem;display:grid;grid-template-columns:repeat(auto-fit, minmax(1px, 100%));min-width:0}:host(:not(:is([hydrated],.hydrated))){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}mds-accordion:not(:is([hydrated],.hydrated)),mds-accordion-item:not(:is([hydrated],.hydrated)),mds-accordion-timer:not(:is([hydrated],.hydrated)),mds-accordion-timer-item:not(:is([hydrated],.hydrated)),mds-author:not(:is([hydrated],.hydrated)),mds-avatar:not(:is([hydrated],.hydrated)),mds-badge:not(:is([hydrated],.hydrated)),mds-banner:not(:is([hydrated],.hydrated)),mds-benchmark-bar:not(:is([hydrated],.hydrated)),mds-bibliography:not(:is([hydrated],.hydrated)),mds-breadcrumb:not(:is([hydrated],.hydrated)),mds-breadcrumb-item:not(:is([hydrated],.hydrated)),mds-button:not(:is([hydrated],.hydrated)),mds-card:not(:is([hydrated],.hydrated)),mds-card-content:not(:is([hydrated],.hydrated)),mds-card-footer:not(:is([hydrated],.hydrated)),mds-card-header:not(:is([hydrated],.hydrated)),mds-card-media:not(:is([hydrated],.hydrated)),mds-chip:not(:is([hydrated],.hydrated)),mds-details:not(:is([hydrated],.hydrated)),mds-dropdown:not(:is([hydrated],.hydrated)),mds-entity:not(:is([hydrated],.hydrated)),mds-file:not(:is([hydrated],.hydrated)),mds-file-preview:not(:is([hydrated],.hydrated)),mds-filter:not(:is([hydrated],.hydrated)),mds-filter-item:not(:is([hydrated],.hydrated)),mds-header:not(:is([hydrated],.hydrated)),mds-header-bar:not(:is([hydrated],.hydrated)),mds-help:not(:is([hydrated],.hydrated)),mds-horizontal-scroll:not(:is([hydrated],.hydrated)),mds-hr:not(:is([hydrated],.hydrated)),mds-icon:not(:is([hydrated],.hydrated)),mds-img:not(:is([hydrated],.hydrated)),mds-input:not(:is([hydrated],.hydrated)),mds-input-field:not(:is([hydrated],.hydrated)),mds-input-range:not(:is([hydrated],.hydrated)),mds-input-select:not(:is([hydrated],.hydrated)),mds-input-switch:not(:is([hydrated],.hydrated)),mds-input-tip:not(:is([hydrated],.hydrated)),mds-input-tip-item:not(:is([hydrated],.hydrated)),mds-input-upload:not(:is([hydrated],.hydrated)),mds-keyboard:not(:is([hydrated],.hydrated)),mds-keyboard-key:not(:is([hydrated],.hydrated)),mds-kpi:not(:is([hydrated],.hydrated)),mds-kpi-item:not(:is([hydrated],.hydrated)),mds-label:not(:is([hydrated],.hydrated)),mds-list:not(:is([hydrated],.hydrated)),mds-list-item:not(:is([hydrated],.hydrated)),mds-modal:not(:is([hydrated],.hydrated)),mds-note:not(:is([hydrated],.hydrated)),mds-notification:not(:is([hydrated],.hydrated)),mds-paginator:not(:is([hydrated],.hydrated)),mds-paginator-item:not(:is([hydrated],.hydrated)),mds-pref:not(:is([hydrated],.hydrated)),mds-pref-animation:not(:is([hydrated],.hydrated)),mds-pref-consumption:not(:is([hydrated],.hydrated)),mds-pref-contrast:not(:is([hydrated],.hydrated)),mds-pref-language:not(:is([hydrated],.hydrated)),mds-pref-language-item:not(:is([hydrated],.hydrated)),mds-pref-theme:not(:is([hydrated],.hydrated)),mds-price-table:not(:is([hydrated],.hydrated)),mds-price-table-features:not(:is([hydrated],.hydrated)),mds-price-table-features-cell:not(:is([hydrated],.hydrated)),mds-price-table-features-row:not(:is([hydrated],.hydrated)),mds-price-table-header:not(:is([hydrated],.hydrated)),mds-price-table-list:not(:is([hydrated],.hydrated)),mds-price-table-list-item:not(:is([hydrated],.hydrated)),mds-progress:not(:is([hydrated],.hydrated)),mds-push-notification:not(:is([hydrated],.hydrated)),mds-push-notifications:not(:is([hydrated],.hydrated)),mds-quote:not(:is([hydrated],.hydrated)),mds-separator:not(:is([hydrated],.hydrated)),mds-spinner:not(:is([hydrated],.hydrated)),mds-stepper-bar:not(:is([hydrated],.hydrated)),mds-stepper-bar-item:not(:is([hydrated],.hydrated)),mds-tab:not(:is([hydrated],.hydrated)),mds-tab-bar:not(:is([hydrated],.hydrated)),mds-tab-bar-item:not(:is([hydrated],.hydrated)),mds-tab-item:not(:is([hydrated],.hydrated)),mds-table:not(:is([hydrated],.hydrated)),mds-table-body:not(:is([hydrated],.hydrated)),mds-table-cell:not(:is([hydrated],.hydrated)),mds-table-footer:not(:is([hydrated],.hydrated)),mds-table-header:not(:is([hydrated],.hydrated)),mds-table-header-cell:not(:is([hydrated],.hydrated)),mds-table-row:not(:is([hydrated],.hydrated)),mds-text:not(:is([hydrated],.hydrated)),mds-toast:not(:is([hydrated],.hydrated)),mds-tooltip:not(:is([hydrated],.hydrated)),mds-tree:not(:is([hydrated],.hydrated)),mds-tree-item:not(:is([hydrated],.hydrated)),mds-url-view:not(:is([hydrated],.hydrated)),mds-usage:not(:is([hydrated],.hydrated)),mds-video-wall:not(:is([hydrated],.hydrated)),mds-zero:not(:is([hydrated],.hydrated)){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}";var s=r;var i=d("mds_card_content",function(){function d(d){t(this,d)}d.prototype.render=function(){return e(a,{key:"8de5ceb7de6678a21046301b7196928cb175b564",slot:"content"},e("slot",{key:"6972425a51436a791af1b998e1ca15c42621d714"}))};return d}());i.style=s}}}));
1
+ System.register(["./p-2aef517c.system.js"],(function(d){"use strict";var t,e,a;return{setters:[function(d){t=d.r;e=d.h;a=d.H}],execute:function(){var r=":host{gap:1rem;padding:1rem;display:grid;grid-template-columns:repeat(auto-fit, minmax(1px, 100%));min-width:0}:host(:not(:is([hydrated],.hydrated))){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}mds-accordion:not(:is([hydrated],.hydrated)),mds-accordion-item:not(:is([hydrated],.hydrated)),mds-accordion-timer:not(:is([hydrated],.hydrated)),mds-accordion-timer-item:not(:is([hydrated],.hydrated)),mds-author:not(:is([hydrated],.hydrated)),mds-avatar:not(:is([hydrated],.hydrated)),mds-badge:not(:is([hydrated],.hydrated)),mds-banner:not(:is([hydrated],.hydrated)),mds-benchmark-bar:not(:is([hydrated],.hydrated)),mds-bibliography:not(:is([hydrated],.hydrated)),mds-breadcrumb:not(:is([hydrated],.hydrated)),mds-breadcrumb-item:not(:is([hydrated],.hydrated)),mds-button:not(:is([hydrated],.hydrated)),mds-card:not(:is([hydrated],.hydrated)),mds-card-content:not(:is([hydrated],.hydrated)),mds-card-footer:not(:is([hydrated],.hydrated)),mds-card-header:not(:is([hydrated],.hydrated)),mds-card-media:not(:is([hydrated],.hydrated)),mds-chip:not(:is([hydrated],.hydrated)),mds-details:not(:is([hydrated],.hydrated)),mds-dropdown:not(:is([hydrated],.hydrated)),mds-entity:not(:is([hydrated],.hydrated)),mds-file:not(:is([hydrated],.hydrated)),mds-file-preview:not(:is([hydrated],.hydrated)),mds-filter:not(:is([hydrated],.hydrated)),mds-filter-item:not(:is([hydrated],.hydrated)),mds-header:not(:is([hydrated],.hydrated)),mds-header-bar:not(:is([hydrated],.hydrated)),mds-help:not(:is([hydrated],.hydrated)),mds-horizontal-scroll:not(:is([hydrated],.hydrated)),mds-hr:not(:is([hydrated],.hydrated)),mds-icon:not(:is([hydrated],.hydrated)),mds-img:not(:is([hydrated],.hydrated)),mds-input:not(:is([hydrated],.hydrated)),mds-input-field:not(:is([hydrated],.hydrated)),mds-input-range:not(:is([hydrated],.hydrated)),mds-input-select:not(:is([hydrated],.hydrated)),mds-input-switch:not(:is([hydrated],.hydrated)),mds-input-tip:not(:is([hydrated],.hydrated)),mds-input-tip-item:not(:is([hydrated],.hydrated)),mds-input-upload:not(:is([hydrated],.hydrated)),mds-keyboard:not(:is([hydrated],.hydrated)),mds-keyboard-key:not(:is([hydrated],.hydrated)),mds-kpi:not(:is([hydrated],.hydrated)),mds-kpi-item:not(:is([hydrated],.hydrated)),mds-label:not(:is([hydrated],.hydrated)),mds-list:not(:is([hydrated],.hydrated)),mds-list-item:not(:is([hydrated],.hydrated)),mds-modal:not(:is([hydrated],.hydrated)),mds-note:not(:is([hydrated],.hydrated)),mds-notification:not(:is([hydrated],.hydrated)),mds-paginator:not(:is([hydrated],.hydrated)),mds-paginator-item:not(:is([hydrated],.hydrated)),mds-pref:not(:is([hydrated],.hydrated)),mds-pref-animation:not(:is([hydrated],.hydrated)),mds-pref-consumption:not(:is([hydrated],.hydrated)),mds-pref-contrast:not(:is([hydrated],.hydrated)),mds-pref-language:not(:is([hydrated],.hydrated)),mds-pref-language-item:not(:is([hydrated],.hydrated)),mds-pref-theme:not(:is([hydrated],.hydrated)),mds-price-table:not(:is([hydrated],.hydrated)),mds-price-table-features:not(:is([hydrated],.hydrated)),mds-price-table-features-cell:not(:is([hydrated],.hydrated)),mds-price-table-features-row:not(:is([hydrated],.hydrated)),mds-price-table-header:not(:is([hydrated],.hydrated)),mds-price-table-list:not(:is([hydrated],.hydrated)),mds-price-table-list-item:not(:is([hydrated],.hydrated)),mds-progress:not(:is([hydrated],.hydrated)),mds-push-notification:not(:is([hydrated],.hydrated)),mds-push-notifications:not(:is([hydrated],.hydrated)),mds-quote:not(:is([hydrated],.hydrated)),mds-separator:not(:is([hydrated],.hydrated)),mds-spinner:not(:is([hydrated],.hydrated)),mds-stepper-bar:not(:is([hydrated],.hydrated)),mds-stepper-bar-item:not(:is([hydrated],.hydrated)),mds-tab:not(:is([hydrated],.hydrated)),mds-tab-bar:not(:is([hydrated],.hydrated)),mds-tab-bar-item:not(:is([hydrated],.hydrated)),mds-tab-item:not(:is([hydrated],.hydrated)),mds-table:not(:is([hydrated],.hydrated)),mds-table-body:not(:is([hydrated],.hydrated)),mds-table-cell:not(:is([hydrated],.hydrated)),mds-table-footer:not(:is([hydrated],.hydrated)),mds-table-header:not(:is([hydrated],.hydrated)),mds-table-header-cell:not(:is([hydrated],.hydrated)),mds-table-row:not(:is([hydrated],.hydrated)),mds-text:not(:is([hydrated],.hydrated)),mds-toast:not(:is([hydrated],.hydrated)),mds-tooltip:not(:is([hydrated],.hydrated)),mds-tree:not(:is([hydrated],.hydrated)),mds-tree-item:not(:is([hydrated],.hydrated)),mds-url-view:not(:is([hydrated],.hydrated)),mds-usage:not(:is([hydrated],.hydrated)),mds-video-wall:not(:is([hydrated],.hydrated)),mds-zero:not(:is([hydrated],.hydrated)){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}";var s=r;var i=d("mds_card_content",function(){function d(d){t(this,d)}d.prototype.render=function(){return e(a,{key:"6d999f7edd0c6a6f9600ba642c7701c76cb2e652",slot:"content"},e("slot",{key:"d8261aefdf99a1e04ce0759351c4b112c14db22e"}))};return d}());i.style=s}}}));
@@ -1 +1 @@
1
- import{r as d,h as t,H as e}from"./p-3a6b32e7.js";const a=class{constructor(t){d(this,t)}render(){return t(e,{key:"a21b4ec16be1c58b4675a56dcddf4e3ae79dea6d"},t("slot",{key:"22bf93b5f407811c994d42b77483b00a223992fb"}))}};a.style=":host{display:-ms-inline-flexbox;display:inline-flex;gap:0.125rem}:host(:not(:is([hydrated],.hydrated))){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}mds-accordion:not(:is([hydrated],.hydrated)),mds-accordion-item:not(:is([hydrated],.hydrated)),mds-accordion-timer:not(:is([hydrated],.hydrated)),mds-accordion-timer-item:not(:is([hydrated],.hydrated)),mds-author:not(:is([hydrated],.hydrated)),mds-avatar:not(:is([hydrated],.hydrated)),mds-badge:not(:is([hydrated],.hydrated)),mds-banner:not(:is([hydrated],.hydrated)),mds-benchmark-bar:not(:is([hydrated],.hydrated)),mds-bibliography:not(:is([hydrated],.hydrated)),mds-breadcrumb:not(:is([hydrated],.hydrated)),mds-breadcrumb-item:not(:is([hydrated],.hydrated)),mds-button:not(:is([hydrated],.hydrated)),mds-card:not(:is([hydrated],.hydrated)),mds-card-content:not(:is([hydrated],.hydrated)),mds-card-footer:not(:is([hydrated],.hydrated)),mds-card-header:not(:is([hydrated],.hydrated)),mds-card-media:not(:is([hydrated],.hydrated)),mds-chip:not(:is([hydrated],.hydrated)),mds-details:not(:is([hydrated],.hydrated)),mds-dropdown:not(:is([hydrated],.hydrated)),mds-entity:not(:is([hydrated],.hydrated)),mds-file:not(:is([hydrated],.hydrated)),mds-file-preview:not(:is([hydrated],.hydrated)),mds-filter:not(:is([hydrated],.hydrated)),mds-filter-item:not(:is([hydrated],.hydrated)),mds-header:not(:is([hydrated],.hydrated)),mds-header-bar:not(:is([hydrated],.hydrated)),mds-help:not(:is([hydrated],.hydrated)),mds-horizontal-scroll:not(:is([hydrated],.hydrated)),mds-hr:not(:is([hydrated],.hydrated)),mds-icon:not(:is([hydrated],.hydrated)),mds-img:not(:is([hydrated],.hydrated)),mds-input:not(:is([hydrated],.hydrated)),mds-input-field:not(:is([hydrated],.hydrated)),mds-input-range:not(:is([hydrated],.hydrated)),mds-input-select:not(:is([hydrated],.hydrated)),mds-input-switch:not(:is([hydrated],.hydrated)),mds-input-tip:not(:is([hydrated],.hydrated)),mds-input-tip-item:not(:is([hydrated],.hydrated)),mds-input-upload:not(:is([hydrated],.hydrated)),mds-keyboard:not(:is([hydrated],.hydrated)),mds-keyboard-key:not(:is([hydrated],.hydrated)),mds-kpi:not(:is([hydrated],.hydrated)),mds-kpi-item:not(:is([hydrated],.hydrated)),mds-label:not(:is([hydrated],.hydrated)),mds-list:not(:is([hydrated],.hydrated)),mds-list-item:not(:is([hydrated],.hydrated)),mds-modal:not(:is([hydrated],.hydrated)),mds-note:not(:is([hydrated],.hydrated)),mds-notification:not(:is([hydrated],.hydrated)),mds-paginator:not(:is([hydrated],.hydrated)),mds-paginator-item:not(:is([hydrated],.hydrated)),mds-pref:not(:is([hydrated],.hydrated)),mds-pref-animation:not(:is([hydrated],.hydrated)),mds-pref-consumption:not(:is([hydrated],.hydrated)),mds-pref-contrast:not(:is([hydrated],.hydrated)),mds-pref-language:not(:is([hydrated],.hydrated)),mds-pref-language-item:not(:is([hydrated],.hydrated)),mds-pref-theme:not(:is([hydrated],.hydrated)),mds-price-table:not(:is([hydrated],.hydrated)),mds-price-table-features:not(:is([hydrated],.hydrated)),mds-price-table-features-cell:not(:is([hydrated],.hydrated)),mds-price-table-features-row:not(:is([hydrated],.hydrated)),mds-price-table-header:not(:is([hydrated],.hydrated)),mds-price-table-list:not(:is([hydrated],.hydrated)),mds-price-table-list-item:not(:is([hydrated],.hydrated)),mds-progress:not(:is([hydrated],.hydrated)),mds-push-notification:not(:is([hydrated],.hydrated)),mds-push-notifications:not(:is([hydrated],.hydrated)),mds-quote:not(:is([hydrated],.hydrated)),mds-separator:not(:is([hydrated],.hydrated)),mds-spinner:not(:is([hydrated],.hydrated)),mds-stepper-bar:not(:is([hydrated],.hydrated)),mds-stepper-bar-item:not(:is([hydrated],.hydrated)),mds-tab:not(:is([hydrated],.hydrated)),mds-tab-bar:not(:is([hydrated],.hydrated)),mds-tab-bar-item:not(:is([hydrated],.hydrated)),mds-tab-item:not(:is([hydrated],.hydrated)),mds-table:not(:is([hydrated],.hydrated)),mds-table-body:not(:is([hydrated],.hydrated)),mds-table-cell:not(:is([hydrated],.hydrated)),mds-table-footer:not(:is([hydrated],.hydrated)),mds-table-header:not(:is([hydrated],.hydrated)),mds-table-header-cell:not(:is([hydrated],.hydrated)),mds-table-row:not(:is([hydrated],.hydrated)),mds-text:not(:is([hydrated],.hydrated)),mds-toast:not(:is([hydrated],.hydrated)),mds-tooltip:not(:is([hydrated],.hydrated)),mds-tree:not(:is([hydrated],.hydrated)),mds-tree-item:not(:is([hydrated],.hydrated)),mds-url-view:not(:is([hydrated],.hydrated)),mds-usage:not(:is([hydrated],.hydrated)),mds-video-wall:not(:is([hydrated],.hydrated)),mds-zero:not(:is([hydrated],.hydrated)){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}";export{a as mds_button_group}
1
+ import{r as d,h as t,H as e}from"./p-3a6b32e7.js";const a=class{constructor(t){d(this,t)}render(){return t(e,{key:"feac7d0149984045e05c2f9f555dcde0ee4f3882"},t("slot",{key:"81f58342763cc799aab7fcc3b8bd2739b64b34ce"}))}};a.style=":host{display:-ms-inline-flexbox;display:inline-flex;gap:0.125rem}:host(:not(:is([hydrated],.hydrated))){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}mds-accordion:not(:is([hydrated],.hydrated)),mds-accordion-item:not(:is([hydrated],.hydrated)),mds-accordion-timer:not(:is([hydrated],.hydrated)),mds-accordion-timer-item:not(:is([hydrated],.hydrated)),mds-author:not(:is([hydrated],.hydrated)),mds-avatar:not(:is([hydrated],.hydrated)),mds-badge:not(:is([hydrated],.hydrated)),mds-banner:not(:is([hydrated],.hydrated)),mds-benchmark-bar:not(:is([hydrated],.hydrated)),mds-bibliography:not(:is([hydrated],.hydrated)),mds-breadcrumb:not(:is([hydrated],.hydrated)),mds-breadcrumb-item:not(:is([hydrated],.hydrated)),mds-button:not(:is([hydrated],.hydrated)),mds-card:not(:is([hydrated],.hydrated)),mds-card-content:not(:is([hydrated],.hydrated)),mds-card-footer:not(:is([hydrated],.hydrated)),mds-card-header:not(:is([hydrated],.hydrated)),mds-card-media:not(:is([hydrated],.hydrated)),mds-chip:not(:is([hydrated],.hydrated)),mds-details:not(:is([hydrated],.hydrated)),mds-dropdown:not(:is([hydrated],.hydrated)),mds-entity:not(:is([hydrated],.hydrated)),mds-file:not(:is([hydrated],.hydrated)),mds-file-preview:not(:is([hydrated],.hydrated)),mds-filter:not(:is([hydrated],.hydrated)),mds-filter-item:not(:is([hydrated],.hydrated)),mds-header:not(:is([hydrated],.hydrated)),mds-header-bar:not(:is([hydrated],.hydrated)),mds-help:not(:is([hydrated],.hydrated)),mds-horizontal-scroll:not(:is([hydrated],.hydrated)),mds-hr:not(:is([hydrated],.hydrated)),mds-icon:not(:is([hydrated],.hydrated)),mds-img:not(:is([hydrated],.hydrated)),mds-input:not(:is([hydrated],.hydrated)),mds-input-field:not(:is([hydrated],.hydrated)),mds-input-range:not(:is([hydrated],.hydrated)),mds-input-select:not(:is([hydrated],.hydrated)),mds-input-switch:not(:is([hydrated],.hydrated)),mds-input-tip:not(:is([hydrated],.hydrated)),mds-input-tip-item:not(:is([hydrated],.hydrated)),mds-input-upload:not(:is([hydrated],.hydrated)),mds-keyboard:not(:is([hydrated],.hydrated)),mds-keyboard-key:not(:is([hydrated],.hydrated)),mds-kpi:not(:is([hydrated],.hydrated)),mds-kpi-item:not(:is([hydrated],.hydrated)),mds-label:not(:is([hydrated],.hydrated)),mds-list:not(:is([hydrated],.hydrated)),mds-list-item:not(:is([hydrated],.hydrated)),mds-modal:not(:is([hydrated],.hydrated)),mds-note:not(:is([hydrated],.hydrated)),mds-notification:not(:is([hydrated],.hydrated)),mds-paginator:not(:is([hydrated],.hydrated)),mds-paginator-item:not(:is([hydrated],.hydrated)),mds-pref:not(:is([hydrated],.hydrated)),mds-pref-animation:not(:is([hydrated],.hydrated)),mds-pref-consumption:not(:is([hydrated],.hydrated)),mds-pref-contrast:not(:is([hydrated],.hydrated)),mds-pref-language:not(:is([hydrated],.hydrated)),mds-pref-language-item:not(:is([hydrated],.hydrated)),mds-pref-theme:not(:is([hydrated],.hydrated)),mds-price-table:not(:is([hydrated],.hydrated)),mds-price-table-features:not(:is([hydrated],.hydrated)),mds-price-table-features-cell:not(:is([hydrated],.hydrated)),mds-price-table-features-row:not(:is([hydrated],.hydrated)),mds-price-table-header:not(:is([hydrated],.hydrated)),mds-price-table-list:not(:is([hydrated],.hydrated)),mds-price-table-list-item:not(:is([hydrated],.hydrated)),mds-progress:not(:is([hydrated],.hydrated)),mds-push-notification:not(:is([hydrated],.hydrated)),mds-push-notifications:not(:is([hydrated],.hydrated)),mds-quote:not(:is([hydrated],.hydrated)),mds-separator:not(:is([hydrated],.hydrated)),mds-spinner:not(:is([hydrated],.hydrated)),mds-stepper-bar:not(:is([hydrated],.hydrated)),mds-stepper-bar-item:not(:is([hydrated],.hydrated)),mds-tab:not(:is([hydrated],.hydrated)),mds-tab-bar:not(:is([hydrated],.hydrated)),mds-tab-bar-item:not(:is([hydrated],.hydrated)),mds-tab-item:not(:is([hydrated],.hydrated)),mds-table:not(:is([hydrated],.hydrated)),mds-table-body:not(:is([hydrated],.hydrated)),mds-table-cell:not(:is([hydrated],.hydrated)),mds-table-footer:not(:is([hydrated],.hydrated)),mds-table-header:not(:is([hydrated],.hydrated)),mds-table-header-cell:not(:is([hydrated],.hydrated)),mds-table-row:not(:is([hydrated],.hydrated)),mds-text:not(:is([hydrated],.hydrated)),mds-toast:not(:is([hydrated],.hydrated)),mds-tooltip:not(:is([hydrated],.hydrated)),mds-tree:not(:is([hydrated],.hydrated)),mds-tree-item:not(:is([hydrated],.hydrated)),mds-url-view:not(:is([hydrated],.hydrated)),mds-usage:not(:is([hydrated],.hydrated)),mds-video-wall:not(:is([hydrated],.hydrated)),mds-zero:not(:is([hydrated],.hydrated)){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}";export{a as mds_button_group}
@@ -1 +1 @@
1
- System.register(["./p-2aef517c.system.js","./p-b2cebe50.system.js"],(function(t){"use strict";var d,e,r,a,o,i;return{setters:[function(t){d=t.r;e=t.c;r=t.h;a=t.H;o=t.g},function(t){i=t.K}],execute:function(){var n='<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M10 6L8.59 7.41L13.17 12l-4.58 4.59L10 18l6-6z"/></svg>';var s='@-webkit-keyframes focus-bounce{0%,75%,100%{outline-offset:var(--magma-outline-focus-offset, 6px)}50%{outline-offset:var(--magma-outline-blur-offset, 2px)}}@keyframes focus-bounce{0%,75%,100%{outline-offset:var(--magma-outline-focus-offset, 6px)}50%{outline-offset:var(--magma-outline-blur-offset, 2px)}}@tailwind components; :host{--mds-breadcrumb-item-arrow-depth-color:var(--mds-breadcrumb-arrow-depth-color, rgb(var(--tone-neutral-04)));--mds-breadcrumb-item-button-background-selected:var(--mds-breadcrumb-button-background-selected, rgb(var(--tone-neutral-09)));--mds-breadcrumb-item-button-background-hover:var(--mds-breadcrumb-button-background-hover, rgb(var(--tone-neutral-10)));--mds-breadcrumb-item-button-background:var(--mds-breadcrumb-button-background, transparent);--mds-breadcrumb-item-button-color-selected:var(--mds-breadcrumb-button-color-selected, rgb(var(--tone-neutral-01)));--mds-breadcrumb-item-button-color-hover:var(--mds-breadcrumb-button-color-hover, rgb(var(--tone-neutral-02)));--mds-breadcrumb-item-button-color:var(--mds-breadcrumb-button-color, rgb(var(--tone-neutral-02)));-webkit-animation-duration:var(--magma-outline-animation-duration, 1s);animation-duration:var(--magma-outline-animation-duration, 1s);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:focus-bounce;animation-name:focus-bounce;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:cubic-bezier(0, 0, 0.2, 1);animation-timing-function:cubic-bezier(0, 0, 0.2, 1);outline:var(--magma-outline-blur);-webkit-transition-duration:200ms;transition-duration:200ms;-webkit-transition-property:background-color, border-color, color, fill, outline, outline-offset, -webkit-box-shadow, -webkit-transform;transition-property:background-color, border-color, color, fill, outline, outline-offset, -webkit-box-shadow, -webkit-transform;transition-property:background-color, border-color, box-shadow, color, fill, outline, outline-offset, transform;transition-property:background-color, border-color, box-shadow, color, fill, outline, outline-offset, transform, -webkit-box-shadow, -webkit-transform;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}:host:focus-visible{--magma-outline-blur:var(--magma-outline-focus);-webkit-animation-play-state:running;animation-play-state:running}:host{gap:0rem;-webkit-transition-duration:200ms;transition-duration:200ms;-webkit-transition-timing-function:cubic-bezier(0, 0, 0.2, 1);transition-timing-function:cubic-bezier(0, 0, 0.2, 1);-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-transition-property:outline, outline-offset, -webkit-box-shadow;transition-property:outline, outline-offset, -webkit-box-shadow;transition-property:box-shadow, outline, outline-offset;transition-property:box-shadow, outline, outline-offset, -webkit-box-shadow;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}:host(:focus-visible){--magma-outline-blur:var(--magma-outline-focus);-webkit-animation-play-state:running;animation-play-state:running}:host(:last-child) .icon{display:none}.text{border-radius:9999px;padding-left:1rem;padding-right:1rem;padding-top:0.25rem;padding-bottom:0.25rem;background-color:var(--mds-breadcrumb-item-button-background);color:var(--mds-breadcrumb-item-button-color);cursor:pointer;white-space:nowrap}.text:hover{--mds-breadcrumb-item-button-background:var(--mds-breadcrumb-item-button-background-hover);--mds-breadcrumb-item-button-color:var(--mds-breadcrumb-item-button-color-hover)}:host([selected]:not([selected="false"])){--mds-breadcrumb-item-button-background:var(--mds-breadcrumb-item-button-background-selected);--mds-breadcrumb-item-button-color:var(--mds-breadcrumb-item-button-color-selected);pointer-events:none}.text::first-letter{text-transform:uppercase}.icon{display:-ms-flexbox;display:flex}.icon svg{aspect-ratio:1/1;height:100%;width:100%}.icon{fill:var(--mds-breadcrumb-item-arrow-depth-color);pointer-events:none}:host(:not(:is([hydrated],.hydrated))){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}mds-accordion:not(:is([hydrated],.hydrated)),mds-accordion-item:not(:is([hydrated],.hydrated)),mds-accordion-timer:not(:is([hydrated],.hydrated)),mds-accordion-timer-item:not(:is([hydrated],.hydrated)),mds-author:not(:is([hydrated],.hydrated)),mds-avatar:not(:is([hydrated],.hydrated)),mds-badge:not(:is([hydrated],.hydrated)),mds-banner:not(:is([hydrated],.hydrated)),mds-benchmark-bar:not(:is([hydrated],.hydrated)),mds-bibliography:not(:is([hydrated],.hydrated)),mds-breadcrumb:not(:is([hydrated],.hydrated)),mds-breadcrumb-item:not(:is([hydrated],.hydrated)),mds-button:not(:is([hydrated],.hydrated)),mds-card:not(:is([hydrated],.hydrated)),mds-card-content:not(:is([hydrated],.hydrated)),mds-card-footer:not(:is([hydrated],.hydrated)),mds-card-header:not(:is([hydrated],.hydrated)),mds-card-media:not(:is([hydrated],.hydrated)),mds-chip:not(:is([hydrated],.hydrated)),mds-details:not(:is([hydrated],.hydrated)),mds-dropdown:not(:is([hydrated],.hydrated)),mds-entity:not(:is([hydrated],.hydrated)),mds-file:not(:is([hydrated],.hydrated)),mds-file-preview:not(:is([hydrated],.hydrated)),mds-filter:not(:is([hydrated],.hydrated)),mds-filter-item:not(:is([hydrated],.hydrated)),mds-header:not(:is([hydrated],.hydrated)),mds-header-bar:not(:is([hydrated],.hydrated)),mds-help:not(:is([hydrated],.hydrated)),mds-horizontal-scroll:not(:is([hydrated],.hydrated)),mds-hr:not(:is([hydrated],.hydrated)),mds-icon:not(:is([hydrated],.hydrated)),mds-img:not(:is([hydrated],.hydrated)),mds-input:not(:is([hydrated],.hydrated)),mds-input-field:not(:is([hydrated],.hydrated)),mds-input-range:not(:is([hydrated],.hydrated)),mds-input-select:not(:is([hydrated],.hydrated)),mds-input-switch:not(:is([hydrated],.hydrated)),mds-input-tip:not(:is([hydrated],.hydrated)),mds-input-tip-item:not(:is([hydrated],.hydrated)),mds-input-upload:not(:is([hydrated],.hydrated)),mds-keyboard:not(:is([hydrated],.hydrated)),mds-keyboard-key:not(:is([hydrated],.hydrated)),mds-kpi:not(:is([hydrated],.hydrated)),mds-kpi-item:not(:is([hydrated],.hydrated)),mds-label:not(:is([hydrated],.hydrated)),mds-list:not(:is([hydrated],.hydrated)),mds-list-item:not(:is([hydrated],.hydrated)),mds-modal:not(:is([hydrated],.hydrated)),mds-note:not(:is([hydrated],.hydrated)),mds-notification:not(:is([hydrated],.hydrated)),mds-paginator:not(:is([hydrated],.hydrated)),mds-paginator-item:not(:is([hydrated],.hydrated)),mds-pref:not(:is([hydrated],.hydrated)),mds-pref-animation:not(:is([hydrated],.hydrated)),mds-pref-consumption:not(:is([hydrated],.hydrated)),mds-pref-contrast:not(:is([hydrated],.hydrated)),mds-pref-language:not(:is([hydrated],.hydrated)),mds-pref-language-item:not(:is([hydrated],.hydrated)),mds-pref-theme:not(:is([hydrated],.hydrated)),mds-price-table:not(:is([hydrated],.hydrated)),mds-price-table-features:not(:is([hydrated],.hydrated)),mds-price-table-features-cell:not(:is([hydrated],.hydrated)),mds-price-table-features-row:not(:is([hydrated],.hydrated)),mds-price-table-header:not(:is([hydrated],.hydrated)),mds-price-table-list:not(:is([hydrated],.hydrated)),mds-price-table-list-item:not(:is([hydrated],.hydrated)),mds-progress:not(:is([hydrated],.hydrated)),mds-push-notification:not(:is([hydrated],.hydrated)),mds-push-notifications:not(:is([hydrated],.hydrated)),mds-quote:not(:is([hydrated],.hydrated)),mds-separator:not(:is([hydrated],.hydrated)),mds-spinner:not(:is([hydrated],.hydrated)),mds-stepper-bar:not(:is([hydrated],.hydrated)),mds-stepper-bar-item:not(:is([hydrated],.hydrated)),mds-tab:not(:is([hydrated],.hydrated)),mds-tab-bar:not(:is([hydrated],.hydrated)),mds-tab-bar-item:not(:is([hydrated],.hydrated)),mds-tab-item:not(:is([hydrated],.hydrated)),mds-table:not(:is([hydrated],.hydrated)),mds-table-body:not(:is([hydrated],.hydrated)),mds-table-cell:not(:is([hydrated],.hydrated)),mds-table-footer:not(:is([hydrated],.hydrated)),mds-table-header:not(:is([hydrated],.hydrated)),mds-table-header-cell:not(:is([hydrated],.hydrated)),mds-table-row:not(:is([hydrated],.hydrated)),mds-text:not(:is([hydrated],.hydrated)),mds-toast:not(:is([hydrated],.hydrated)),mds-tooltip:not(:is([hydrated],.hydrated)),mds-tree:not(:is([hydrated],.hydrated)),mds-tree-item:not(:is([hydrated],.hydrated)),mds-url-view:not(:is([hydrated],.hydrated)),mds-usage:not(:is([hydrated],.hydrated)),mds-video-wall:not(:is([hydrated],.hydrated)),mds-zero:not(:is([hydrated],.hydrated)){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}';var m=s;var h=t("mds_breadcrumb_item",function(){function t(t){var r=this;d(this,t);this.selectedEvent=e(this,"mdsBreadcrumbItemSelect",7);this.km=new i;this.toggle=function(){r.selected=!r.selected;r.selectedEvent.emit({id:r.element.id,selected:r.selected})}}t.prototype.componentDidLoad=function(){var t;var d=(t=this.element.shadowRoot)===null||t===void 0?void 0:t.querySelector(".text");this.km.addElement(d);this.km.attachClickBehavior()};t.prototype.componentDidUpdate=function(){if(this.selected){this.km.detachClickBehavior();return}this.km.attachClickBehavior()};t.prototype.disconnectedCallback=function(){this.km.detachClickBehavior()};t.prototype.render=function(){return r(a,{key:"5eb367049fe7a9b6653c9adf402d4c3214805833"},r("mds-text",{key:"b02ca23c5349b61e39f87a0552a501eba8ab8712",tabindex:"0",onClick:this.toggle,class:"text",typography:"detail"},r("slot",{key:"72f9b67eefbb3055ef69c8626e6a2609715102f9"})),r("i",{key:"d7c9f3b65c8a125f3ae5e0ea9cd8d83c2b2a49bd","aria-hidden":"true",class:"icon",innerHTML:n}))};Object.defineProperty(t.prototype,"element",{get:function(){return o(this)},enumerable:false,configurable:true});return t}());h.style=m}}}));
1
+ System.register(["./p-2aef517c.system.js","./p-b2cebe50.system.js"],(function(t){"use strict";var d,e,r,a,o,i;return{setters:[function(t){d=t.r;e=t.c;r=t.h;a=t.H;o=t.g},function(t){i=t.K}],execute:function(){var n='<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M10 6L8.59 7.41L13.17 12l-4.58 4.59L10 18l6-6z"/></svg>';var s='@-webkit-keyframes focus-bounce{0%,75%,100%{outline-offset:var(--magma-outline-focus-offset, 6px)}50%{outline-offset:var(--magma-outline-blur-offset, 2px)}}@keyframes focus-bounce{0%,75%,100%{outline-offset:var(--magma-outline-focus-offset, 6px)}50%{outline-offset:var(--magma-outline-blur-offset, 2px)}}@tailwind components; :host{--mds-breadcrumb-item-arrow-depth-color:var(--mds-breadcrumb-arrow-depth-color, rgb(var(--tone-neutral-04)));--mds-breadcrumb-item-button-background-selected:var(--mds-breadcrumb-button-background-selected, rgb(var(--tone-neutral-09)));--mds-breadcrumb-item-button-background-hover:var(--mds-breadcrumb-button-background-hover, rgb(var(--tone-neutral-10)));--mds-breadcrumb-item-button-background:var(--mds-breadcrumb-button-background, transparent);--mds-breadcrumb-item-button-color-selected:var(--mds-breadcrumb-button-color-selected, rgb(var(--tone-neutral-01)));--mds-breadcrumb-item-button-color-hover:var(--mds-breadcrumb-button-color-hover, rgb(var(--tone-neutral-02)));--mds-breadcrumb-item-button-color:var(--mds-breadcrumb-button-color, rgb(var(--tone-neutral-02)));-webkit-animation-duration:var(--magma-outline-animation-duration, 1s);animation-duration:var(--magma-outline-animation-duration, 1s);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:focus-bounce;animation-name:focus-bounce;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:cubic-bezier(0, 0, 0.2, 1);animation-timing-function:cubic-bezier(0, 0, 0.2, 1);outline:var(--magma-outline-blur);-webkit-transition-duration:200ms;transition-duration:200ms;-webkit-transition-property:background-color, border-color, color, fill, outline, outline-offset, -webkit-box-shadow, -webkit-transform;transition-property:background-color, border-color, color, fill, outline, outline-offset, -webkit-box-shadow, -webkit-transform;transition-property:background-color, border-color, box-shadow, color, fill, outline, outline-offset, transform;transition-property:background-color, border-color, box-shadow, color, fill, outline, outline-offset, transform, -webkit-box-shadow, -webkit-transform;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}:host:focus-visible{--magma-outline-blur:var(--magma-outline-focus);-webkit-animation-play-state:running;animation-play-state:running}:host{gap:0rem;-webkit-transition-duration:200ms;transition-duration:200ms;-webkit-transition-timing-function:cubic-bezier(0, 0, 0.2, 1);transition-timing-function:cubic-bezier(0, 0, 0.2, 1);-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-transition-property:outline, outline-offset, -webkit-box-shadow;transition-property:outline, outline-offset, -webkit-box-shadow;transition-property:box-shadow, outline, outline-offset;transition-property:box-shadow, outline, outline-offset, -webkit-box-shadow;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}:host(:focus-visible){--magma-outline-blur:var(--magma-outline-focus);-webkit-animation-play-state:running;animation-play-state:running}:host(:last-child) .icon{display:none}.text{border-radius:9999px;padding-left:1rem;padding-right:1rem;padding-top:0.25rem;padding-bottom:0.25rem;background-color:var(--mds-breadcrumb-item-button-background);color:var(--mds-breadcrumb-item-button-color);cursor:pointer;white-space:nowrap}.text:hover{--mds-breadcrumb-item-button-background:var(--mds-breadcrumb-item-button-background-hover);--mds-breadcrumb-item-button-color:var(--mds-breadcrumb-item-button-color-hover)}:host([selected]:not([selected="false"])){--mds-breadcrumb-item-button-background:var(--mds-breadcrumb-item-button-background-selected);--mds-breadcrumb-item-button-color:var(--mds-breadcrumb-item-button-color-selected);pointer-events:none}.text::first-letter{text-transform:uppercase}.icon{display:-ms-flexbox;display:flex}.icon svg{aspect-ratio:1/1;height:100%;width:100%}.icon{fill:var(--mds-breadcrumb-item-arrow-depth-color);pointer-events:none}:host(:not(:is([hydrated],.hydrated))){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}mds-accordion:not(:is([hydrated],.hydrated)),mds-accordion-item:not(:is([hydrated],.hydrated)),mds-accordion-timer:not(:is([hydrated],.hydrated)),mds-accordion-timer-item:not(:is([hydrated],.hydrated)),mds-author:not(:is([hydrated],.hydrated)),mds-avatar:not(:is([hydrated],.hydrated)),mds-badge:not(:is([hydrated],.hydrated)),mds-banner:not(:is([hydrated],.hydrated)),mds-benchmark-bar:not(:is([hydrated],.hydrated)),mds-bibliography:not(:is([hydrated],.hydrated)),mds-breadcrumb:not(:is([hydrated],.hydrated)),mds-breadcrumb-item:not(:is([hydrated],.hydrated)),mds-button:not(:is([hydrated],.hydrated)),mds-card:not(:is([hydrated],.hydrated)),mds-card-content:not(:is([hydrated],.hydrated)),mds-card-footer:not(:is([hydrated],.hydrated)),mds-card-header:not(:is([hydrated],.hydrated)),mds-card-media:not(:is([hydrated],.hydrated)),mds-chip:not(:is([hydrated],.hydrated)),mds-details:not(:is([hydrated],.hydrated)),mds-dropdown:not(:is([hydrated],.hydrated)),mds-entity:not(:is([hydrated],.hydrated)),mds-file:not(:is([hydrated],.hydrated)),mds-file-preview:not(:is([hydrated],.hydrated)),mds-filter:not(:is([hydrated],.hydrated)),mds-filter-item:not(:is([hydrated],.hydrated)),mds-header:not(:is([hydrated],.hydrated)),mds-header-bar:not(:is([hydrated],.hydrated)),mds-help:not(:is([hydrated],.hydrated)),mds-horizontal-scroll:not(:is([hydrated],.hydrated)),mds-hr:not(:is([hydrated],.hydrated)),mds-icon:not(:is([hydrated],.hydrated)),mds-img:not(:is([hydrated],.hydrated)),mds-input:not(:is([hydrated],.hydrated)),mds-input-field:not(:is([hydrated],.hydrated)),mds-input-range:not(:is([hydrated],.hydrated)),mds-input-select:not(:is([hydrated],.hydrated)),mds-input-switch:not(:is([hydrated],.hydrated)),mds-input-tip:not(:is([hydrated],.hydrated)),mds-input-tip-item:not(:is([hydrated],.hydrated)),mds-input-upload:not(:is([hydrated],.hydrated)),mds-keyboard:not(:is([hydrated],.hydrated)),mds-keyboard-key:not(:is([hydrated],.hydrated)),mds-kpi:not(:is([hydrated],.hydrated)),mds-kpi-item:not(:is([hydrated],.hydrated)),mds-label:not(:is([hydrated],.hydrated)),mds-list:not(:is([hydrated],.hydrated)),mds-list-item:not(:is([hydrated],.hydrated)),mds-modal:not(:is([hydrated],.hydrated)),mds-note:not(:is([hydrated],.hydrated)),mds-notification:not(:is([hydrated],.hydrated)),mds-paginator:not(:is([hydrated],.hydrated)),mds-paginator-item:not(:is([hydrated],.hydrated)),mds-pref:not(:is([hydrated],.hydrated)),mds-pref-animation:not(:is([hydrated],.hydrated)),mds-pref-consumption:not(:is([hydrated],.hydrated)),mds-pref-contrast:not(:is([hydrated],.hydrated)),mds-pref-language:not(:is([hydrated],.hydrated)),mds-pref-language-item:not(:is([hydrated],.hydrated)),mds-pref-theme:not(:is([hydrated],.hydrated)),mds-price-table:not(:is([hydrated],.hydrated)),mds-price-table-features:not(:is([hydrated],.hydrated)),mds-price-table-features-cell:not(:is([hydrated],.hydrated)),mds-price-table-features-row:not(:is([hydrated],.hydrated)),mds-price-table-header:not(:is([hydrated],.hydrated)),mds-price-table-list:not(:is([hydrated],.hydrated)),mds-price-table-list-item:not(:is([hydrated],.hydrated)),mds-progress:not(:is([hydrated],.hydrated)),mds-push-notification:not(:is([hydrated],.hydrated)),mds-push-notifications:not(:is([hydrated],.hydrated)),mds-quote:not(:is([hydrated],.hydrated)),mds-separator:not(:is([hydrated],.hydrated)),mds-spinner:not(:is([hydrated],.hydrated)),mds-stepper-bar:not(:is([hydrated],.hydrated)),mds-stepper-bar-item:not(:is([hydrated],.hydrated)),mds-tab:not(:is([hydrated],.hydrated)),mds-tab-bar:not(:is([hydrated],.hydrated)),mds-tab-bar-item:not(:is([hydrated],.hydrated)),mds-tab-item:not(:is([hydrated],.hydrated)),mds-table:not(:is([hydrated],.hydrated)),mds-table-body:not(:is([hydrated],.hydrated)),mds-table-cell:not(:is([hydrated],.hydrated)),mds-table-footer:not(:is([hydrated],.hydrated)),mds-table-header:not(:is([hydrated],.hydrated)),mds-table-header-cell:not(:is([hydrated],.hydrated)),mds-table-row:not(:is([hydrated],.hydrated)),mds-text:not(:is([hydrated],.hydrated)),mds-toast:not(:is([hydrated],.hydrated)),mds-tooltip:not(:is([hydrated],.hydrated)),mds-tree:not(:is([hydrated],.hydrated)),mds-tree-item:not(:is([hydrated],.hydrated)),mds-url-view:not(:is([hydrated],.hydrated)),mds-usage:not(:is([hydrated],.hydrated)),mds-video-wall:not(:is([hydrated],.hydrated)),mds-zero:not(:is([hydrated],.hydrated)){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}';var m=s;var h=t("mds_breadcrumb_item",function(){function t(t){var r=this;d(this,t);this.selectedEvent=e(this,"mdsBreadcrumbItemSelect",7);this.km=new i;this.toggle=function(){r.selected=!r.selected;r.selectedEvent.emit({id:r.element.id,selected:r.selected})}}t.prototype.componentDidLoad=function(){var t;var d=(t=this.element.shadowRoot)===null||t===void 0?void 0:t.querySelector(".text");this.km.addElement(d);this.km.attachClickBehavior()};t.prototype.componentDidUpdate=function(){if(this.selected){this.km.detachClickBehavior();return}this.km.attachClickBehavior()};t.prototype.disconnectedCallback=function(){this.km.detachClickBehavior()};t.prototype.render=function(){return r(a,{key:"d7dc55ec9667648849ace504c3ab33479b04f4aa"},r("mds-text",{key:"34aa1255db85d58cf1548dd2e14f3beaa6f50bcf",tabindex:"0",onClick:this.toggle,class:"text",typography:"detail"},r("slot",{key:"a0a9055b7ad2b092ef71beb7d73585b378f6fec4"})),r("i",{key:"c4e4cd1a34140c7b42f82a412b8245e555076745","aria-hidden":"true",class:"icon",innerHTML:n}))};Object.defineProperty(t.prototype,"element",{get:function(){return o(this)},enumerable:false,configurable:true});return t}());h.style=m}}}));
@@ -1 +1 @@
1
- System.register(["./p-2aef517c.system.js"],(function(d){"use strict";var t,e,a;return{setters:[function(d){t=d.r;e=d.h;a=d.H}],execute:function(){var r=":host{background-color:rgb(var(--tone-neutral-09));display:grid;min-width:0;position:relative}.content{gap:0.5rem;padding:1rem;-ms-flex-align:end;align-items:flex-end;display:-ms-flexbox;display:flex;inset:0;-ms-flex-pack:center;justify-content:center;position:absolute}.img{-o-object-fit:contain;object-fit:contain}:host(:not(:is([hydrated],.hydrated))){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}mds-accordion:not(:is([hydrated],.hydrated)),mds-accordion-item:not(:is([hydrated],.hydrated)),mds-accordion-timer:not(:is([hydrated],.hydrated)),mds-accordion-timer-item:not(:is([hydrated],.hydrated)),mds-author:not(:is([hydrated],.hydrated)),mds-avatar:not(:is([hydrated],.hydrated)),mds-badge:not(:is([hydrated],.hydrated)),mds-banner:not(:is([hydrated],.hydrated)),mds-benchmark-bar:not(:is([hydrated],.hydrated)),mds-bibliography:not(:is([hydrated],.hydrated)),mds-breadcrumb:not(:is([hydrated],.hydrated)),mds-breadcrumb-item:not(:is([hydrated],.hydrated)),mds-button:not(:is([hydrated],.hydrated)),mds-card:not(:is([hydrated],.hydrated)),mds-card-content:not(:is([hydrated],.hydrated)),mds-card-footer:not(:is([hydrated],.hydrated)),mds-card-header:not(:is([hydrated],.hydrated)),mds-card-media:not(:is([hydrated],.hydrated)),mds-chip:not(:is([hydrated],.hydrated)),mds-details:not(:is([hydrated],.hydrated)),mds-dropdown:not(:is([hydrated],.hydrated)),mds-entity:not(:is([hydrated],.hydrated)),mds-file:not(:is([hydrated],.hydrated)),mds-file-preview:not(:is([hydrated],.hydrated)),mds-filter:not(:is([hydrated],.hydrated)),mds-filter-item:not(:is([hydrated],.hydrated)),mds-header:not(:is([hydrated],.hydrated)),mds-header-bar:not(:is([hydrated],.hydrated)),mds-help:not(:is([hydrated],.hydrated)),mds-horizontal-scroll:not(:is([hydrated],.hydrated)),mds-hr:not(:is([hydrated],.hydrated)),mds-icon:not(:is([hydrated],.hydrated)),mds-img:not(:is([hydrated],.hydrated)),mds-input:not(:is([hydrated],.hydrated)),mds-input-field:not(:is([hydrated],.hydrated)),mds-input-range:not(:is([hydrated],.hydrated)),mds-input-select:not(:is([hydrated],.hydrated)),mds-input-switch:not(:is([hydrated],.hydrated)),mds-input-tip:not(:is([hydrated],.hydrated)),mds-input-tip-item:not(:is([hydrated],.hydrated)),mds-input-upload:not(:is([hydrated],.hydrated)),mds-keyboard:not(:is([hydrated],.hydrated)),mds-keyboard-key:not(:is([hydrated],.hydrated)),mds-kpi:not(:is([hydrated],.hydrated)),mds-kpi-item:not(:is([hydrated],.hydrated)),mds-label:not(:is([hydrated],.hydrated)),mds-list:not(:is([hydrated],.hydrated)),mds-list-item:not(:is([hydrated],.hydrated)),mds-modal:not(:is([hydrated],.hydrated)),mds-note:not(:is([hydrated],.hydrated)),mds-notification:not(:is([hydrated],.hydrated)),mds-paginator:not(:is([hydrated],.hydrated)),mds-paginator-item:not(:is([hydrated],.hydrated)),mds-pref:not(:is([hydrated],.hydrated)),mds-pref-animation:not(:is([hydrated],.hydrated)),mds-pref-consumption:not(:is([hydrated],.hydrated)),mds-pref-contrast:not(:is([hydrated],.hydrated)),mds-pref-language:not(:is([hydrated],.hydrated)),mds-pref-language-item:not(:is([hydrated],.hydrated)),mds-pref-theme:not(:is([hydrated],.hydrated)),mds-price-table:not(:is([hydrated],.hydrated)),mds-price-table-features:not(:is([hydrated],.hydrated)),mds-price-table-features-cell:not(:is([hydrated],.hydrated)),mds-price-table-features-row:not(:is([hydrated],.hydrated)),mds-price-table-header:not(:is([hydrated],.hydrated)),mds-price-table-list:not(:is([hydrated],.hydrated)),mds-price-table-list-item:not(:is([hydrated],.hydrated)),mds-progress:not(:is([hydrated],.hydrated)),mds-push-notification:not(:is([hydrated],.hydrated)),mds-push-notifications:not(:is([hydrated],.hydrated)),mds-quote:not(:is([hydrated],.hydrated)),mds-separator:not(:is([hydrated],.hydrated)),mds-spinner:not(:is([hydrated],.hydrated)),mds-stepper-bar:not(:is([hydrated],.hydrated)),mds-stepper-bar-item:not(:is([hydrated],.hydrated)),mds-tab:not(:is([hydrated],.hydrated)),mds-tab-bar:not(:is([hydrated],.hydrated)),mds-tab-bar-item:not(:is([hydrated],.hydrated)),mds-tab-item:not(:is([hydrated],.hydrated)),mds-table:not(:is([hydrated],.hydrated)),mds-table-body:not(:is([hydrated],.hydrated)),mds-table-cell:not(:is([hydrated],.hydrated)),mds-table-footer:not(:is([hydrated],.hydrated)),mds-table-header:not(:is([hydrated],.hydrated)),mds-table-header-cell:not(:is([hydrated],.hydrated)),mds-table-row:not(:is([hydrated],.hydrated)),mds-text:not(:is([hydrated],.hydrated)),mds-toast:not(:is([hydrated],.hydrated)),mds-tooltip:not(:is([hydrated],.hydrated)),mds-tree:not(:is([hydrated],.hydrated)),mds-tree-item:not(:is([hydrated],.hydrated)),mds-url-view:not(:is([hydrated],.hydrated)),mds-usage:not(:is([hydrated],.hydrated)),mds-video-wall:not(:is([hydrated],.hydrated)),mds-zero:not(:is([hydrated],.hydrated)){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}";var s=r;var i=d("mds_card_media",function(){function d(d){t(this,d)}d.prototype.render=function(){return e(a,{key:"0e6711a21bb20b2c78e84050847aeb60b8720eef",slot:"media"},e("div",{key:"ea2e66573e2004697e6d060e698ff7e3445761ce",class:"content",part:"content"},e("slot",{key:"136f60814119eb31f927d0387dee74384faab5ef",name:"content"})),e("slot",{key:"b229336c1e680bab67be617dfab80161d5162bdf"}))};return d}());i.style=s}}}));
1
+ System.register(["./p-2aef517c.system.js"],(function(d){"use strict";var t,e,a;return{setters:[function(d){t=d.r;e=d.h;a=d.H}],execute:function(){var r=":host{background-color:rgb(var(--tone-neutral-09));display:grid;min-width:0;position:relative}.content{gap:0.5rem;padding:1rem;-ms-flex-align:end;align-items:flex-end;display:-ms-flexbox;display:flex;inset:0;-ms-flex-pack:center;justify-content:center;position:absolute}.img{-o-object-fit:contain;object-fit:contain}:host(:not(:is([hydrated],.hydrated))){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}mds-accordion:not(:is([hydrated],.hydrated)),mds-accordion-item:not(:is([hydrated],.hydrated)),mds-accordion-timer:not(:is([hydrated],.hydrated)),mds-accordion-timer-item:not(:is([hydrated],.hydrated)),mds-author:not(:is([hydrated],.hydrated)),mds-avatar:not(:is([hydrated],.hydrated)),mds-badge:not(:is([hydrated],.hydrated)),mds-banner:not(:is([hydrated],.hydrated)),mds-benchmark-bar:not(:is([hydrated],.hydrated)),mds-bibliography:not(:is([hydrated],.hydrated)),mds-breadcrumb:not(:is([hydrated],.hydrated)),mds-breadcrumb-item:not(:is([hydrated],.hydrated)),mds-button:not(:is([hydrated],.hydrated)),mds-card:not(:is([hydrated],.hydrated)),mds-card-content:not(:is([hydrated],.hydrated)),mds-card-footer:not(:is([hydrated],.hydrated)),mds-card-header:not(:is([hydrated],.hydrated)),mds-card-media:not(:is([hydrated],.hydrated)),mds-chip:not(:is([hydrated],.hydrated)),mds-details:not(:is([hydrated],.hydrated)),mds-dropdown:not(:is([hydrated],.hydrated)),mds-entity:not(:is([hydrated],.hydrated)),mds-file:not(:is([hydrated],.hydrated)),mds-file-preview:not(:is([hydrated],.hydrated)),mds-filter:not(:is([hydrated],.hydrated)),mds-filter-item:not(:is([hydrated],.hydrated)),mds-header:not(:is([hydrated],.hydrated)),mds-header-bar:not(:is([hydrated],.hydrated)),mds-help:not(:is([hydrated],.hydrated)),mds-horizontal-scroll:not(:is([hydrated],.hydrated)),mds-hr:not(:is([hydrated],.hydrated)),mds-icon:not(:is([hydrated],.hydrated)),mds-img:not(:is([hydrated],.hydrated)),mds-input:not(:is([hydrated],.hydrated)),mds-input-field:not(:is([hydrated],.hydrated)),mds-input-range:not(:is([hydrated],.hydrated)),mds-input-select:not(:is([hydrated],.hydrated)),mds-input-switch:not(:is([hydrated],.hydrated)),mds-input-tip:not(:is([hydrated],.hydrated)),mds-input-tip-item:not(:is([hydrated],.hydrated)),mds-input-upload:not(:is([hydrated],.hydrated)),mds-keyboard:not(:is([hydrated],.hydrated)),mds-keyboard-key:not(:is([hydrated],.hydrated)),mds-kpi:not(:is([hydrated],.hydrated)),mds-kpi-item:not(:is([hydrated],.hydrated)),mds-label:not(:is([hydrated],.hydrated)),mds-list:not(:is([hydrated],.hydrated)),mds-list-item:not(:is([hydrated],.hydrated)),mds-modal:not(:is([hydrated],.hydrated)),mds-note:not(:is([hydrated],.hydrated)),mds-notification:not(:is([hydrated],.hydrated)),mds-paginator:not(:is([hydrated],.hydrated)),mds-paginator-item:not(:is([hydrated],.hydrated)),mds-pref:not(:is([hydrated],.hydrated)),mds-pref-animation:not(:is([hydrated],.hydrated)),mds-pref-consumption:not(:is([hydrated],.hydrated)),mds-pref-contrast:not(:is([hydrated],.hydrated)),mds-pref-language:not(:is([hydrated],.hydrated)),mds-pref-language-item:not(:is([hydrated],.hydrated)),mds-pref-theme:not(:is([hydrated],.hydrated)),mds-price-table:not(:is([hydrated],.hydrated)),mds-price-table-features:not(:is([hydrated],.hydrated)),mds-price-table-features-cell:not(:is([hydrated],.hydrated)),mds-price-table-features-row:not(:is([hydrated],.hydrated)),mds-price-table-header:not(:is([hydrated],.hydrated)),mds-price-table-list:not(:is([hydrated],.hydrated)),mds-price-table-list-item:not(:is([hydrated],.hydrated)),mds-progress:not(:is([hydrated],.hydrated)),mds-push-notification:not(:is([hydrated],.hydrated)),mds-push-notifications:not(:is([hydrated],.hydrated)),mds-quote:not(:is([hydrated],.hydrated)),mds-separator:not(:is([hydrated],.hydrated)),mds-spinner:not(:is([hydrated],.hydrated)),mds-stepper-bar:not(:is([hydrated],.hydrated)),mds-stepper-bar-item:not(:is([hydrated],.hydrated)),mds-tab:not(:is([hydrated],.hydrated)),mds-tab-bar:not(:is([hydrated],.hydrated)),mds-tab-bar-item:not(:is([hydrated],.hydrated)),mds-tab-item:not(:is([hydrated],.hydrated)),mds-table:not(:is([hydrated],.hydrated)),mds-table-body:not(:is([hydrated],.hydrated)),mds-table-cell:not(:is([hydrated],.hydrated)),mds-table-footer:not(:is([hydrated],.hydrated)),mds-table-header:not(:is([hydrated],.hydrated)),mds-table-header-cell:not(:is([hydrated],.hydrated)),mds-table-row:not(:is([hydrated],.hydrated)),mds-text:not(:is([hydrated],.hydrated)),mds-toast:not(:is([hydrated],.hydrated)),mds-tooltip:not(:is([hydrated],.hydrated)),mds-tree:not(:is([hydrated],.hydrated)),mds-tree-item:not(:is([hydrated],.hydrated)),mds-url-view:not(:is([hydrated],.hydrated)),mds-usage:not(:is([hydrated],.hydrated)),mds-video-wall:not(:is([hydrated],.hydrated)),mds-zero:not(:is([hydrated],.hydrated)){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}";var s=r;var i=d("mds_card_media",function(){function d(d){t(this,d)}d.prototype.render=function(){return e(a,{key:"ede4755f4ed976be4a2aaefa0ef107a42cd3ea42",slot:"media"},e("div",{key:"2dd85585b36b5568fd5b6b60639fbc16dae54f8f",class:"content",part:"content"},e("slot",{key:"f1236d9047acd846d270ee17a402e87d4bda1178",name:"content"})),e("slot",{key:"59ecffc8eb3e1b748fbe009a8664b799f05703e1"}))};return d}());i.style=s}}}));
@@ -15,4 +15,4 @@ import{r as t,h as i,H as n,g as r}from"./p-3a6b32e7.js";import{c as e,a as s}fr
15
15
  * Subject to the terms at https://gsap.com/standard-license
16
16
  * @author: Jack Doyle, jack@greensock.com
17
17
  */
18
- var Sn,jn,Ln,Yn,Zn,An,Vn,zn,Xn={},In=180/Math.PI,En=Math.PI/180,Dn=Math.atan2,Bn=/([A-Z])/g,Nn=/(left|right|width|margin|padding|x)/i,Un=/[\s,\(]\S/,qn={autoAlpha:"opacity,visibility",scale:"scaleX,scaleY",alpha:"opacity"},Wn=function(t,i){return i.set(i.t,i.p,Math.round(1e4*(i.s+i.c*t))/1e4+i.u,i)},$n=function(t,i){return i.set(i.t,i.p,1===t?i.e:Math.round(1e4*(i.s+i.c*t))/1e4+i.u,i)},Qn=function(t,i){return i.set(i.t,i.p,t?Math.round(1e4*(i.s+i.c*t))/1e4+i.u:i.b,i)},Gn=function(t,i){var n=i.s+i.c*t;i.set(i.t,i.p,~~(n+(n<0?-.5:.5))+i.u,i)},Jn=function(t,i){return i.set(i.t,i.p,t?i.e:i.b,i)},Kn=function(t,i){return i.set(i.t,i.p,1!==t?i.b:i.e,i)},tr=function(t,i,n){return t.style[i]=n},ir=function(t,i,n){return t.style.setProperty(i,n)},nr=function(t,i,n){return t._gsap[i]=n},rr=function(t,i,n){return t._gsap.scaleX=t._gsap.scaleY=n},er=function(t,i,n,r,e){var s=t._gsap;s.scaleX=s.scaleY=n,s.renderTransform(e,s)},sr=function(t,i,n,r,e){var s=t._gsap;s[i]=n,s.renderTransform(e,s)},or="transform",hr=or+"Origin",ar=function t(i,n){var r=this,e=this.target,s=e.style,o=e._gsap;if(i in Xn&&s){if(this.tfm=this.tfm||{},"transform"===i)return qn.transform.split(",").forEach((function(i){return t.call(r,i,n)}));if(~(i=qn[i]||i).indexOf(",")?i.split(",").forEach((function(t){return r.tfm[t]=_r(e,t)})):this.tfm[i]=o.x?o[i]:_r(e,i),i===hr&&(this.tfm.zOrigin=o.zOrigin),this.props.indexOf(or)>=0)return;o.svg&&(this.svgo=e.getAttribute("data-svg-origin"),this.props.push(hr,n,"")),i=or}(s||n)&&this.props.push(i,n,s[i])},ur=function(t){t.translate&&(t.removeProperty("translate"),t.removeProperty("scale"),t.removeProperty("rotate"))},fr=function(){var t,i,n=this.props,r=this.target,e=r.style,s=r._gsap;for(t=0;t<n.length;t+=3)n[t+1]?2===n[t+1]?r[n[t]](n[t+2]):r[n[t]]=n[t+2]:n[t+2]?e[n[t]]=n[t+2]:e.removeProperty("--"===n[t].substr(0,2)?n[t]:n[t].replace(Bn,"-$1").toLowerCase());if(this.tfm){for(i in this.tfm)s[i]=this.tfm[i];s.svg&&(s.renderTransform(),r.setAttribute("data-svg-origin",this.svgo||"")),(t=Vn())&&t.isStart||e[or]||(ur(e),s.zOrigin&&e[hr]&&(e[hr]+=" "+s.zOrigin+"px",s.zOrigin=0,s.renderTransform()),s.uncache=1)}},cr=function(t,i){var n={target:t,props:[],revert:fr,save:ar};return t._gsap||Hn.core.getCache(t),i&&t.style&&t.nodeType&&i.split(",").forEach((function(t){return n.save(t)})),n},lr=function(t,i){var n=jn.createElementNS?jn.createElementNS((i||"http://www.w3.org/1999/xhtml").replace(/^https/,"http"),t):jn.createElement(t);return n&&n.style?n:jn.createElement(t)},dr=function t(i,n,r){var e=getComputedStyle(i);return e[n]||e.getPropertyValue(n.replace(Bn,"-$1").toLowerCase())||e.getPropertyValue(n)||!r&&t(i,pr(n)||n,1)||""},vr="O,Moz,ms,Ms,Webkit".split(","),pr=function(t,i,n){var r=(i||Zn).style,e=5;if(t in r&&!n)return t;for(t=t.charAt(0).toUpperCase()+t.substr(1);e--&&!(vr[e]+t in r););return e<0?null:(3===e?"ms":e>=0?vr[e]:"")+t},mr=function(){"undefined"!=typeof window&&window.document&&(Sn=window,Ln=(jn=Sn.document).documentElement,Zn=lr("div")||{style:{}},lr("div"),or=pr(or),hr=or+"Origin",Zn.style.cssText="border-width:0;line-height:0;position:absolute;padding:0",zn=!!pr("perspective"),Vn=Hn.core.reverting,Yn=1)},gr=function(t){var i,n=t.ownerSVGElement,r=lr("svg",n&&n.getAttribute("xmlns")||"http://www.w3.org/2000/svg"),e=t.cloneNode(!0);e.style.display="block",r.appendChild(e),Ln.appendChild(r);try{i=e.getBBox()}catch(t){}return r.removeChild(e),Ln.removeChild(r),i},wr=function(t,i){for(var n=i.length;n--;)if(t.hasAttribute(i[n]))return t.getAttribute(i[n])},yr=function(t){var i,n;try{i=t.getBBox()}catch(r){i=gr(t),n=1}return i&&(i.width||i.height)||n||(i=gr(t)),!i||i.width||i.x||i.y?i:{x:+wr(t,["x","cx","x1"])||0,y:+wr(t,["y","cy","y1"])||0,width:0,height:0}},Mr=function(t){return!(!t.getCTM||t.parentNode&&!t.ownerSVGElement||!yr(t))},br=function(t,i){if(i){var n,r=t.style;i in Xn&&i!==hr&&(i=or),r.removeProperty?("ms"!==(n=i.substr(0,2))&&"webkit"!==i.substr(0,6)||(i="-"+i),r.removeProperty("--"===n?i:i.replace(Bn,"-$1").toLowerCase())):r.removeAttribute(i)}},xr=function(t,i,n,r,e,s){var o=new wn(t._pt,i,n,0,1,s?Kn:Jn);return t._pt=o,o.b=r,o.e=e,t._props.push(n),o},Cr={deg:1,rad:1,turn:1},kr={grid:1,flex:1},Fr=function t(i,n,r,e){var s,o,h,a,u=parseFloat(r)||0,f=(r+"").trim().substr((u+"").length)||"px",c=Zn.style,l=Nn.test(n),d="svg"===i.tagName.toLowerCase(),v=(d?"client":"offset")+(l?"Width":"Height"),p=100,m="px"===e,g="%"===e;if(e===f||!u||Cr[e]||Cr[f])return u;if("px"!==f&&!m&&(u=t(i,n,r,"px")),a=i.getCTM&&Mr(i),(g||"%"===f)&&(Xn[n]||~n.indexOf("adius")))return s=a?i.getBBox()[l?"width":"height"]:i[v],Mt(g?u/s*p:u/100*s);if(c[l?"width":"height"]=p+(m?f:e),o="rem"!==e&&~n.indexOf("adius")||"em"===e&&i.appendChild&&!d?i:i.parentNode,a&&(o=(i.ownerSVGElement||{}).parentNode),o&&o!==jn&&o.appendChild||(o=jn.body),(h=o._gsap)&&g&&h.width&&l&&h.time===Hi.time&&!h.uncache)return Mt(u/h.width*p);if(!g||"height"!==n&&"width"!==n)(g||"%"===f)&&!kr[dr(o,"display")]&&(c.position=dr(i,"position")),o===i&&(c.position="static"),o.appendChild(Zn),s=Zn[v],o.removeChild(Zn),c.position="absolute";else{var w=i.style[n];i.style[n]=p+e,s=i[v],w?i.style[n]=w:br(i,n)}return l&&g&&((h=gt(o)).time=Hi.time,h.width=o[v]),Mt(m?s*u/p:s&&u?p/s*u:0)},_r=function(t,i,n,r){var e;return Yn||mr(),i in qn&&"transform"!==i&&~(i=qn[i]).indexOf(",")&&(i=i.split(",")[0]),Xn[i]&&"transform"!==i?(e=Ar(t,r),e="transformOrigin"!==i?e[i]:e.svg?e.origin:Vr(dr(t,hr))+" "+e.zOrigin+"px"):(!(e=t.style[i])||"auto"===e||r||~(e+"").indexOf("calc("))&&(e=Tr[i]&&Tr[i](t,i,n)||dr(t,i)||wt(t,i)||("opacity"===i?1:0)),n&&!~(e+"").trim().indexOf(" ")?Fr(t,i,e,n)+n:e},Or=function(t,i,n,r){if(!n||"none"===n){var e=pr(i,t,1),s=e&&dr(t,e,1);s&&s!==n?(i=e,n=s):"borderColor"===i&&(n=dr(t,"borderTopColor"))}var o,h,a,u,f,c,l,d,v,p,m,g=new wn(this._pt,t.style,i,0,1,ln),w=0,y=0;if(g.b=n,g.e=r,n+="","var(--"===(r+="").substring(0,6)&&(r=dr(t,r.substring(4,r.indexOf(")")))),"auto"===r&&(c=t.style[i],t.style[i]=r,r=dr(t,i)||r,c?t.style[i]=c:br(t,i)),Ti(o=[n,r]),r=o[1],a=(n=o[0]).match(q)||[],(r.match(q)||[]).length){for(;h=q.exec(r);)l=h[0],v=r.substring(w,h.index),f?f=(f+1)%5:"rgba("!==v.substr(-5)&&"hsla("!==v.substr(-5)||(f=1),l!==(c=a[y++]||"")&&(u=parseFloat(c)||0,m=c.substr((u+"").length),"="===l.charAt(1)&&(l=xt(u,l)+m),d=parseFloat(l),p=l.substr((d+"").length),w=q.lastIndex-p.length,p||(p=p||F.units[i]||m,w===r.length&&(r+=p,g.e+=p)),m!==p&&(u=Fr(t,i,c,p)||0),g._pt={_next:g._pt,p:v||1===y?v:",",s:u,c:d-u,m:f&&f<4||"zIndex"===i?Math.round:0});g.c=w<r.length?r.substring(w,r.length):""}else g.r="display"===i&&"none"===r?Kn:Jn;return $.test(r)&&(g.e=0),this._pt=g,g},Pr={top:"0%",bottom:"100%",left:"0%",right:"100%",center:"50%"},Rr=function(t,i){if(i.tween&&i.tween._time===i.tween._dur){var n,r,e,s=i.t,o=s.style,h=i.u,a=s._gsap;if("all"===h||!0===h)o.cssText="",r=1;else for(e=(h=h.split(",")).length;--e>-1;)Xn[n=h[e]]&&(r=1,n="transformOrigin"===n?hr:or),br(s,n);r&&(br(s,or),a&&(a.svg&&s.removeAttribute("transform"),o.scale=o.rotate=o.translate="none",Ar(s,1),a.uncache=1,ur(o)))}},Tr={clearProps:function(t,i,n,r,e){if("isFromStart"!==e.data){var s=t._pt=new wn(t._pt,i,n,0,0,Rr);return s.u=r,s.pr=-10,s.tween=e,t._props.push(n),1}}},Hr=[1,0,0,1,0,0],Sr={},jr=function(t){return"matrix(1, 0, 0, 1, 0, 0)"===t||"none"===t||!t},Lr=function(t){var i=dr(t,or);return jr(i)?Hr:i.substr(7).match(U).map(Mt)},Yr=function(t,i){var n,r,e,s,o=t._gsap||gt(t),h=t.style,a=Lr(t);return o.svg&&t.getAttribute("transform")?"1,0,0,1,0,0"===(a=[(e=t.transform.baseVal.consolidate().matrix).a,e.b,e.c,e.d,e.e,e.f]).join(",")?Hr:a:(a!==Hr||t.offsetParent||t===Ln||o.svg||(e=h.display,h.display="block",(n=t.parentNode)&&(t.offsetParent||t.getBoundingClientRect().width)||(s=1,r=t.nextElementSibling,Ln.appendChild(t)),a=Lr(t),e?h.display=e:br(t,"display"),s&&(r?n.insertBefore(t,r):n?n.appendChild(t):Ln.removeChild(t))),i&&a.length>6?[a[0],a[1],a[4],a[5],a[12],a[13]]:a)},Zr=function(t,i,n,r,e,s){var o,h,a,u=t._gsap,f=e||Yr(t,!0),c=u.xOrigin||0,l=u.yOrigin||0,d=u.xOffset||0,v=u.yOffset||0,p=f[0],m=f[1],g=f[2],w=f[3],y=f[4],M=f[5],b=i.split(" "),x=parseFloat(b[0])||0,C=parseFloat(b[1])||0;n?f!==Hr&&(h=p*w-m*g)&&(a=x*(-m/h)+C*(p/h)-(p*M-m*y)/h,x=x*(w/h)+C*(-g/h)+(g*M-w*y)/h,C=a):(x=(o=yr(t)).x+(~b[0].indexOf("%")?x/100*o.width:x),C=o.y+(~(b[1]||b[0]).indexOf("%")?C/100*o.height:C)),r||!1!==r&&u.smooth?(u.xOffset=d+((y=x-c)*p+(M=C-l)*g)-y,u.yOffset=v+(y*m+M*w)-M):u.xOffset=u.yOffset=0,u.xOrigin=x,u.yOrigin=C,u.smooth=!!r,u.origin=i,u.originIsAbsolute=!!n,t.style[hr]="0px 0px",s&&(xr(s,u,"xOrigin",c,x),xr(s,u,"yOrigin",l,C),xr(s,u,"xOffset",d,u.xOffset),xr(s,u,"yOffset",v,u.yOffset)),t.setAttribute("data-svg-origin",x+" "+C)},Ar=function(t,i){var n=t._gsap||new Bi(t);if("x"in n&&!i&&!n.uncache)return n;var r,e,s,o,h,a,u,f,c,l,d,v,p,m,g,w,y,M,b,x,C,k,_,O,P,R,T,H,S,j,L,Y,Z=t.style,A=n.scaleX<0,V="px",z="deg",X=getComputedStyle(t),I=dr(t,hr)||"0";return r=e=s=a=u=f=c=l=d=0,o=h=1,n.svg=!(!t.getCTM||!Mr(t)),X.translate&&("none"===X.translate&&"none"===X.scale&&"none"===X.rotate||(Z[or]=("none"!==X.translate?"translate3d("+(X.translate+" 0 0").split(" ").slice(0,3).join(", ")+") ":"")+("none"!==X.rotate?"rotate("+X.rotate+") ":"")+("none"!==X.scale?"scale("+X.scale.split(" ").join(",")+") ":"")+("none"!==X[or]?X[or]:"")),Z.scale=Z.rotate=Z.translate="none"),m=Yr(t,n.svg),n.svg&&(n.uncache?(P=t.getBBox(),I=n.xOrigin-P.x+"px "+(n.yOrigin-P.y)+"px",O=""):O=!i&&t.getAttribute("data-svg-origin"),Zr(t,O||I,!!O||n.originIsAbsolute,!1!==n.smooth,m)),v=n.xOrigin||0,p=n.yOrigin||0,m!==Hr&&(M=m[0],b=m[1],x=m[2],C=m[3],r=k=m[4],e=_=m[5],6===m.length?(o=Math.sqrt(M*M+b*b),h=Math.sqrt(C*C+x*x),a=M||b?Dn(b,M)*In:0,(c=x||C?Dn(x,C)*In+a:0)&&(h*=Math.abs(Math.cos(c*En))),n.svg&&(r-=v-(v*M+p*x),e-=p-(v*b+p*C))):(j=m[7],T=m[8],H=m[9],L=m[11],r=m[12],e=m[13],s=m[14],u=(g=Dn(Y=m[6],S=m[10]))*In,g&&(O=k*(w=Math.cos(-g))+T*(y=Math.sin(-g)),P=_*w+H*y,R=Y*w+S*y,T=k*-y+T*w,H=_*-y+H*w,S=Y*-y+S*w,L=j*-y+L*w,k=O,_=P,Y=R),f=(g=Dn(-x,S))*In,g&&(w=Math.cos(-g),L=C*(y=Math.sin(-g))+L*w,M=O=M*w-T*y,b=P=b*w-H*y,x=R=x*w-S*y),a=(g=Dn(b,M))*In,g&&(O=M*(w=Math.cos(g))+b*(y=Math.sin(g)),P=k*w+_*y,b=b*w-M*y,_=_*w-k*y,M=O,k=P),u&&Math.abs(u)+Math.abs(a)>359.9&&(u=a=0,f=180-f),o=Mt(Math.sqrt(M*M+b*b+x*x)),h=Mt(Math.sqrt(_*_+Y*Y)),g=Dn(k,_),c=Math.abs(g)>2e-4?g*In:0,d=L?1/(L<0?-L:L):0),n.svg&&(O=t.getAttribute("transform"),n.forceCSS=t.setAttribute("transform","")||!jr(dr(t,or)),O&&t.setAttribute("transform",O))),Math.abs(c)>90&&Math.abs(c)<270&&(A?(o*=-1,c+=a<=0?180:-180,a+=a<=0?180:-180):(h*=-1,c+=c<=0?180:-180)),i=i||n.uncache,n.x=r-((n.xPercent=r&&(!i&&n.xPercent||(Math.round(t.offsetWidth/2)===Math.round(-r)?-50:0)))?t.offsetWidth*n.xPercent/100:0)+V,n.y=e-((n.yPercent=e&&(!i&&n.yPercent||(Math.round(t.offsetHeight/2)===Math.round(-e)?-50:0)))?t.offsetHeight*n.yPercent/100:0)+V,n.z=s+V,n.scaleX=Mt(o),n.scaleY=Mt(h),n.rotation=Mt(a)+z,n.rotationX=Mt(u)+z,n.rotationY=Mt(f)+z,n.skewX=c+z,n.skewY=l+z,n.transformPerspective=d+V,(n.zOrigin=parseFloat(I.split(" ")[2])||!i&&n.zOrigin||0)&&(Z[hr]=Vr(I)),n.xOffset=n.yOffset=0,n.force3D=F.force3D,n.renderTransform=n.svg?Nr:zn?Br:Xr,n.uncache=0,n},Vr=function(t){return(t=t.split(" "))[0]+" "+t[1]},zr=function(t,i,n){var r=ei(i);return Mt(parseFloat(i)+parseFloat(Fr(t,"x",n+"px",r)))+r},Xr=function(t,i){i.z="0px",i.rotationY=i.rotationX="0deg",i.force3D=0,Br(t,i)},Ir="0deg",Er="0px",Dr=") ",Br=function(t,i){var n=i||this,r=n.xPercent,e=n.yPercent,s=n.x,o=n.y,h=n.z,a=n.rotation,u=n.rotationY,f=n.rotationX,c=n.skewX,l=n.skewY,d=n.scaleX,v=n.scaleY,p=n.transformPerspective,m=n.force3D,g=n.target,w=n.zOrigin,y="",M="auto"===m&&t&&1!==t||!0===m;if(w&&(f!==Ir||u!==Ir)){var b,x=parseFloat(u)*En,C=Math.sin(x),k=Math.cos(x);x=parseFloat(f)*En,b=Math.cos(x),s=zr(g,s,C*b*-w),o=zr(g,o,-Math.sin(x)*-w),h=zr(g,h,k*b*-w+w)}p!==Er&&(y+="perspective("+p+Dr),(r||e)&&(y+="translate("+r+"%, "+e+"%) "),(M||s!==Er||o!==Er||h!==Er)&&(y+=h!==Er||M?"translate3d("+s+", "+o+", "+h+") ":"translate("+s+", "+o+Dr),a!==Ir&&(y+="rotate("+a+Dr),u!==Ir&&(y+="rotateY("+u+Dr),f!==Ir&&(y+="rotateX("+f+Dr),c===Ir&&l===Ir||(y+="skew("+c+", "+l+Dr),1===d&&1===v||(y+="scale("+d+", "+v+Dr),g.style[or]=y||"translate(0, 0)"},Nr=function(t,i){var n,r,e,s,o,h=i||this,a=h.xPercent,u=h.yPercent,f=h.x,c=h.y,l=h.rotation,d=h.skewX,v=h.skewY,p=h.scaleX,m=h.scaleY,g=h.target,w=h.xOrigin,y=h.yOrigin,M=h.xOffset,b=h.yOffset,x=h.forceCSS,C=parseFloat(f),k=parseFloat(c);l=parseFloat(l),d=parseFloat(d),(v=parseFloat(v))&&(d+=v=parseFloat(v),l+=v),l||d?(l*=En,d*=En,n=Math.cos(l)*p,r=Math.sin(l)*p,e=Math.sin(l-d)*-m,s=Math.cos(l-d)*m,d&&(v*=En,o=Math.tan(d-v),e*=o=Math.sqrt(1+o*o),s*=o,v&&(o=Math.tan(v),n*=o=Math.sqrt(1+o*o),r*=o)),n=Mt(n),r=Mt(r),e=Mt(e),s=Mt(s)):(n=p,s=m,r=e=0),(C&&!~(f+"").indexOf("px")||k&&!~(c+"").indexOf("px"))&&(C=Fr(g,"x",f,"px"),k=Fr(g,"y",c,"px")),(w||y||M||b)&&(C=Mt(C+w-(w*n+y*e)+M),k=Mt(k+y-(w*r+y*s)+b)),(a||u)&&(o=g.getBBox(),C=Mt(C+a/100*o.width),k=Mt(k+u/100*o.height)),g.setAttribute("transform",o="matrix("+n+","+r+","+e+","+s+","+C+","+k+")"),x&&(g.style[or]=o)},Ur=function(t,i,n,r,e){var s,o,h=360,a=Y(e),u=parseFloat(e)*(a&&~e.indexOf("rad")?In:1)-r,f=r+u+"deg";return a&&("short"===(s=e.split("_")[1])&&(u%=h)!=u%180&&(u+=u<0?h:-360),"cw"===s&&u<0?u=(u+36e9)%h-~~(u/h)*h:"ccw"===s&&u>0&&(u=(u-36e9)%h-~~(u/h)*h)),t._pt=o=new wn(t._pt,i,n,r,u,$n),o.e=f,o.u="deg",t._props.push(n),o},qr=function(t,i){for(var n in i)t[n]=i[n];return t},Wr=function(t,i,n){var r,e,s,o,h,a,u,f=qr({},n._gsap),c=n.style;for(e in f.svg?(s=n.getAttribute("transform"),n.setAttribute("transform",""),c[or]=i,r=Ar(n,1),br(n,or),n.setAttribute("transform",s)):(s=getComputedStyle(n)[or],c[or]=i,r=Ar(n,1),c[or]=s),Xn)(s=f[e])!==(o=r[e])&&"perspective,force3D,transformOrigin,svgOrigin".indexOf(e)<0&&(h=ei(s)!==(u=ei(o))?Fr(n,e,s,u):parseFloat(s),a=parseFloat(o),t._pt=new wn(t._pt,r,e,h,a-h,Wn),t._pt.u=u||0,t._props.push(e));qr(r,f)};yt("padding,margin,Width,Radius",(function(t,i){var n="Top",r="Right",e="Bottom",s="Left",o=(i<3?[n,r,e,s]:[n+s,n+r,e+r,e+s]).map((function(n){return i<2?t+n:"border"+n+t}));Tr[i>1?"border"+t:t]=function(t,i,n,r,e){var s,h;if(arguments.length<4)return s=o.map((function(i){return _r(t,i,n)})),5===(h=s.join(" ")).split(s[0]).length?s[0]:h;s=(r+"").split(" "),h={},o.forEach((function(t,i){return h[t]=s[i]=s[i]||s[(i-1)/2|0]})),t.init(i,h,e)}}));var $r,Qr,Gr={name:"css",register:mr,targetTest:function(t){return t.style&&t.nodeType},init:function(t,i,n,r,e){var s,o,h,a,u,f,c,l,d,v,p,m,g,w,y,M,b,x,C,k,_=this._props,O=t.style,P=n.vars.startAt;for(c in Yn||mr(),this.styles=this.styles||cr(t),M=this.styles.props,this.tween=n,i)if("autoRound"!==c&&(o=i[c],!ct[c]||!Gi(c,i,n,r,t,e)))if(f=Tr[c],"function"==(u=typeof o)&&(u=typeof(o=o.call(n,r,t,e))),"string"===u&&~o.indexOf("random(")&&(o=pi(o)),f)f(this,t,c,o,n)&&(y=1);else if("--"===c.substr(0,2))s=(getComputedStyle(t).getPropertyValue(c)+"").trim(),o+="",Pi.lastIndex=0,Pi.test(s)||(l=ei(s),d=ei(o)),d?l!==d&&(s=Fr(t,c,s,d)+d):l&&(o+=l),this.add(O,"setProperty",s,o,r,e,0,0,c),_.push(c),M.push(c,0,O[c]);else if("undefined"!==u){if(P&&c in P?(s="function"==typeof P[c]?P[c].call(n,r,t,e):P[c],Y(s)&&~s.indexOf("random(")&&(s=pi(s)),ei(s+"")||"auto"===s||(s+=F.units[c]||ei(_r(t,c))||""),"="===(s+"").charAt(1)&&(s=_r(t,c))):s=_r(t,c),a=parseFloat(s),(v="string"===u&&"="===o.charAt(1)&&o.substr(0,2))&&(o=o.substr(2)),h=parseFloat(o),c in qn&&("autoAlpha"===c&&(1===a&&"hidden"===_r(t,"visibility")&&h&&(a=0),M.push("visibility",0,O.visibility),xr(this,O,"visibility",a?"inherit":"hidden",h?"inherit":"hidden",!h)),"scale"!==c&&"transform"!==c&&~(c=qn[c]).indexOf(",")&&(c=c.split(",")[0])),p=c in Xn)if(this.styles.save(c),"string"===u&&"var(--"===o.substring(0,6)&&(o=dr(t,o.substring(4,o.indexOf(")"))),h=parseFloat(o)),m||((g=t._gsap).renderTransform&&!i.parseTransform||Ar(t,i.parseTransform),w=!1!==i.smoothOrigin&&g.smooth,(m=this._pt=new wn(this._pt,O,or,0,1,g.renderTransform,g,0,-1)).dep=1),"scale"===c)this._pt=new wn(this._pt,g,"scaleY",g.scaleY,(v?xt(g.scaleY,v+h):h)-g.scaleY||0,Wn),this._pt.u=0,_.push("scaleY",c),c+="X";else{if("transformOrigin"===c){M.push(hr,0,O[hr]),x=void 0,C=void 0,k=void 0,k=(x=(b=o).split(" "))[1]||"50%","top"!==(C=x[0])&&"bottom"!==C&&"left"!==k&&"right"!==k||(b=C,C=k,k=b),x[0]=Pr[C]||C,x[1]=Pr[k]||k,o=x.join(" "),g.svg?Zr(t,o,0,w,0,this):((d=parseFloat(o.split(" ")[2])||0)!==g.zOrigin&&xr(this,g,"zOrigin",g.zOrigin,d),xr(this,O,c,Vr(s),Vr(o)));continue}if("svgOrigin"===c){Zr(t,o,1,w,0,this);continue}if(c in Sr){Ur(this,g,c,a,v?xt(a,v+o):o);continue}if("smoothOrigin"===c){xr(this,g,"smooth",g.smooth,o);continue}if("force3D"===c){g[c]=o;continue}if("transform"===c){Wr(this,o,t);continue}}else c in O||(c=pr(c)||c);if(p||(h||0===h)&&(a||0===a)&&!Un.test(o)&&c in O)h||(h=0),(l=(s+"").substr((a+"").length))!==(d=ei(o)||(c in F.units?F.units[c]:l))&&(a=Fr(t,c,s,d)),this._pt=new wn(this._pt,p?g:O,c,a,(v?xt(a,v+h):h)-a,p||"px"!==d&&"zIndex"!==c||!1===i.autoRound?Wn:Gn),this._pt.u=d||0,l!==d&&"%"!==d&&(this._pt.b=s,this._pt.r=Qn);else if(c in O)Or.call(this,t,c,s,v?v+o:o);else if(c in t)this.add(t,c,s||t[c],v?v+o:o,r,e);else if("parseTransform"!==c){it(c,o);continue}p||(c in O?M.push(c,0,O[c]):"function"==typeof t[c]?M.push(c,2,t[c]()):M.push(c,1,s||t[c])),_.push(c)}y&&gn(this)},render:function(t,i){if(i.tween._time||!Vn())for(var n=i._pt;n;)n.r(t,n.d),n=n._next;else i.styles.revert()},get:_r,aliases:qn,getSetter:function(t,i,n){var r=qn[i];return r&&r.indexOf(",")<0&&(i=r),i in Xn&&i!==hr&&(t._gsap.x||_r(t,"x"))?n&&An===n?"scale"===i?rr:nr:(An=n||{})&&("scale"===i?er:sr):t.style&&!V(t.style[i])?tr:~i.indexOf("-")?ir:un(t,i)},core:{_removeProperty:br,_getMatrix:Yr}};Hn.utils.checkPrefix=pr,Hn.core.getStyleSaver=cr,Qr=yt("x,y,z,scale,scaleX,scaleY,xPercent,yPercent"+","+($r="rotation,rotationX,rotationY,skewX,skewY")+",transform,transformOrigin,svgOrigin,force3D,smoothOrigin,transformPerspective",(function(t){Xn[t]=1})),yt($r,(function(t){F.units[t]="deg",Sr[t]=1})),qn[Qr[13]]="x,y,z,scale,scaleX,scaleY,xPercent,yPercent,"+$r,yt("0:translateX,1:translateY,2:translateZ,8:rotate,8:rotationZ,8:rotateZ,9:rotateX,10:rotateY",(function(t){var i=t.split(":");qn[i[1]]=Qr[i[0]]})),yt("x,y,z,top,right,bottom,left,width,height,fontSize,padding,margin,perspective",(function(t){F.units[t]="px"})),Hn.registerPlugin(Gr);var Jr=Hn.registerPlugin(Gr)||Hn;const Kr=(t,i,n=!1)=>{const r=Math.random()*(i-t)+t;return n?Math.floor(r):r},te=class{constructor(i){t(this,i),this.name="hexabot",this.isFollowingMouse=!1,this.isBlinking=!1,this.isThinking=!1,this.faceOffsetX=0,this.faceOffsetY=0,this.mouseX=0,this.mouseY=0,this.currentRotateX=0,this.currentRotateY=0,this.expressionAngleMax=16,this.expressionFollowMouseHeadDuration=.3,this.expressionFollowMouseTraitsDuration=.2,this.handLeftGeometry={think:"M6 15C6.55228 15 7 15.4477 7 16V17H13C13.5523 17 14 17.4477 14 18C14 18.5523 13.5523 19 13 19H10.3818C11.1252 19 11.6088 19.7824 11.2764 20.4473L10.2764 22.4473C10.107 22.786 9.76059 23 9.38184 23H6V22.9541L5.85742 23H4V19L5 17V15H6Z"},this.eyeLeftGeometry={open:"M8 8H10V11H8V8Z",close:"M7 10H10V11H7V10Z"},this.eyeRightGeometry={open:"M14 8H16V11H14V8Z",close:"M14 10H17V11H14V10Z"},this.headGeometry={hexagon:"M7 3L1.5 12L7 21H17L22.5 12L17 3H7Z",hexagonRounded:"M6.12266 4.43565L2.45599 10.4356C1.86912 11.396 1.86912 12.604 2.45599 13.5643L6.12266 19.5644C6.66763 20.4561 7.6374 21 8.6825 21H15.3175C16.3626 21 17.3324 20.4561 17.8773 19.5644L21.544 13.5644C22.1309 12.604 22.1309 11.396 21.544 10.4357L17.8773 4.43565C17.3324 3.54389 16.3626 3 15.3175 3H8.6825C7.6374 3 6.66763 3.54389 6.12266 4.43565Z"},this.mouthGeometry={open:"M12 18C10.8954 18 10 16.8807 10 15.5C10 14.1193 10.8954 13 12 13C13.1046 13 14 14.1193 14 15.5C14 16.8807 13.1046 18 12 18Z",quiet:"M16 15H8C8 17 7.5 17 12 17C16.5 17 16 17 16 15Z",sad:"M8 17C8 15.3431 9.79086 14 12 14C14.1402 14 15.8881 15.2605 15.9951 16.8457L16 17L8 17Z",serious:"M9 15H15V17H9V15Z",think:"M8 14H16V16H8V14Z",happy:"M16 14H8C8.33333 15.3333 9 18 12 18C15 18 15.6667 15.3333 16 14Z",smile:"M16.707 15.707C15.4771 16.937 13.6985 17.5 12 17.5C10.3015 17.5 8.52294 16.937 7.29297 15.707L8.70703 14.293C9.47706 15.063 10.6985 15.5 12 15.5C13.3015 15.5 14.5229 15.063 15.293 14.293L16.707 15.707Z",smileLeft:"M10 14C10 15.1046 10.8954 16 12 16H14V18H12C9.79086 18 8 16.2091 8 14H10Z",smileRight:"M14 14C14 15.1046 13.1046 16 12 16H10V18H12C14.2091 18 16 16.2091 16 14H14Z"},this.getEmojiCenter=()=>{const t=this.host.getBoundingClientRect();return{centerX:t.left+t.width/2,centerY:t.top+t.height/2}},this.stopConcurrentAnimations=()=>{this.isThinking&&this.stopThinking()},this.setAgreeAnimation=()=>{this.isFollowingMouse=!1,Jr.killTweensOf(this.emojiEl);const t=this.currentRotateX;Jr.timeline({onComplete:()=>{Jr.to(this.emojiEl,{rotateX:this.currentRotateX,rotateY:this.currentRotateY,duration:.3,ease:"power2.out",onComplete:()=>{this.isFollowingMouse=!0}})}}).to(this.emojiEl,{rotateX:t-40,duration:.15,ease:"power2.out"}).to(this.emojiEl,{rotateX:t+20,duration:.2,ease:"power1.inOut"}).to(this.emojiEl,{rotateX:t-20,duration:.15,ease:"power2.inOut"}).to(this.emojiEl,{rotateX:t+5,duration:.2,ease:"power1.out"}).to(this.emojiEl,{rotateX:t,duration:.3,ease:"power3.out"}),Jr.fromTo(this.mouthEl,{attr:{d:this.mouthGeometry.happy}},{scaleY:.5,transformOrigin:"50% 50%",onComplete:()=>{Jr.fromTo(this.mouthEl,{attr:{d:this.mouthGeometry.smile}},{scaleY:1,transformOrigin:"50% 50%",duration:.2,ease:"expo.inOut"})},duration:.75,ease:"expo.inOut"})},this.setDisagreeAnimation=(t=0)=>{this.isFollowingMouse=!1,Jr.killTweensOf(this.emojiEl);const i="power2.inOut";Jr.timeline({onComplete:()=>{Jr.to(this.emojiEl,{rotateX:this.currentRotateX,rotateY:this.currentRotateY,duration:.3,ease:"power2.out",onComplete:()=>{this.isFollowingMouse=!0}})}}).to(this.emojiEl,{rotateY:this.currentRotateY-40,duration:.25,ease:i}).to(this.emojiEl,{rotateY:this.currentRotateY+30,duration:.2,ease:i}).to(this.emojiEl,{rotateY:this.currentRotateY-20,duration:.15,ease:i}).to(this.emojiEl,{rotateY:this.currentRotateY+10,duration:.1,ease:i}).to(this.emojiEl,{rotateY:this.currentRotateY,duration:.3,ease:i}),Jr.to(this.mouthEl,{attr:{d:this.mouthGeometry.serious},duration:0,ease:"none",onComplete:()=>{setTimeout((()=>{Jr.to(this.mouthEl,{attr:{d:this.mouthGeometry.serious},duration:0,ease:"none",onComplete:()=>{t>0&&setTimeout((()=>{Jr.to(this.mouthEl,{attr:{d:this.mouthGeometry.smile},duration:0,ease:"none"})}),t)}})}),1e3)}})},this.moveEyesThinkAnimation=()=>{var t;const i=Kr(.25,.75),n="expo.Out",r=1*Kr(-1,1,!0),e=(null!==(t=this.faceOffsetX)&&void 0!==t?t:0)+r;Jr.to(this.eyeLeftEl,{x:e,ease:n,duration:i}),Jr.to(this.eyeRightEl,{x:e,ease:n,duration:i,onComplete:()=>{this.isThinking?this.moveEyesThinkAnimation():(Jr.to(this.eyeLeftEl,{x:0,ease:"expo.inOut",duration:.5}),Jr.to(this.eyeRightEl,{x:0,ease:"expo.inOut",duration:.5}))}})},this.setStartThinkingAnimation=()=>{this.handLeftEl.style.visibility="visible",Jr.fromTo(this.handLeftEl,{scale:0,rotateZ:45},{scale:1,rotateZ:0,ease:"expo.inOut",duration:.5}),this.moveEyesThinkAnimation(),Jr.to(this.mouthEl,{attr:{d:this.mouthGeometry.think},duration:0,ease:"none"})},this.setStopThinkingAnimation=()=>{Jr.to(this.handLeftEl,{scale:0,y:0,rotateZ:45,ease:"expo.inOut",duration:.5}),Jr.to(this.eyeLeftEl,{x:0,ease:"expo.inOut",duration:.5}),Jr.to(this.eyeRightEl,{x:0,ease:"expo.inOut",duration:.5}),Jr.to(this.mouthEl,{attr:{d:this.mouthGeometry.smile},duration:0,ease:"none"})},this.loopBlink=()=>{this.blinkOnce(),this.queueNextBlink()},this.queueNextBlink=()=>{this.isBlinking&&(this.blinkTimeout=setTimeout(this.loopBlink.bind(this),Kr(2e3,5e3)))},this.blinkOnce=()=>{Jr.to(this.eyeLeftEl,{attr:{d:this.eyeLeftGeometry.close},duration:.15,onComplete:()=>{Jr.to(this.eyeLeftEl,{attr:{d:this.eyeLeftGeometry.open},duration:.15})}}),Jr.to(this.eyeRightEl,{attr:{d:this.eyeRightGeometry.close},duration:.15,onComplete:()=>{Jr.to(this.eyeRightEl,{attr:{d:this.eyeRightGeometry.open},duration:.15})}})},this.handleFollowMouse=t=>{this.isFollowingMouse&&(this.mouseX=t.clientX,this.mouseY=t.clientY,this.followMouse())},this.followMouse=()=>{const{centerX:t}=this.getEmojiCenter(),{centerY:i}=this.getEmojiCenter();let n=this.getEmojiCenter().centerX,r=this.getEmojiCenter().centerY;const e="power1.out";this.isFollowingMouse&&(n=this.mouseX,r=this.mouseY);const s=this.host.getBoundingClientRect(),o=(n-t)/(s.width/2),h=(r-i)/(s.height/2);this.currentRotateY=Jr.utils.clamp(-this.expressionAngleMax,this.expressionAngleMax,o*this.expressionAngleMax),this.currentRotateX=Jr.utils.clamp(-this.expressionAngleMax,this.expressionAngleMax,-h*this.expressionAngleMax),Jr.to(this.emojiEl,{rotateX:this.currentRotateX,rotateY:this.currentRotateY,duration:this.expressionFollowMouseHeadDuration,ease:e}),this.faceOffsetX=Jr.utils.clamp(-1,1,1*o),this.faceOffsetY=Jr.utils.clamp(-1,1,1*h),Jr.to(this.eyeLeftEl,{x:this.faceOffsetX,y:this.faceOffsetY,duration:this.expressionFollowMouseTraitsDuration,ease:e}),Jr.to(this.eyeRightEl,{x:this.faceOffsetX,y:this.faceOffsetY,duration:this.expressionFollowMouseTraitsDuration,ease:e}),Jr.to(this.handLeftEl,{x:this.faceOffsetX,y:this.faceOffsetY,duration:this.expressionFollowMouseTraitsDuration,ease:e});const a=Jr.utils.clamp(-1,1,1*o),u=Jr.utils.clamp(-1,1,1*h);Jr.to(this.mouthEl,{x:a,y:u,duration:this.expressionFollowMouseTraitsDuration,ease:e})},this.updateCSSCustomProps=()=>{if("undefined"==typeof window)return;const t=window.getComputedStyle(this.host);this.expressionAngleMax=e(t.getPropertyValue("--mds-emoji-expression-max-rotation")),this.expressionFollowMouseHeadDuration=s(t.getPropertyValue("--mds-emoji-expression-follow-mouse-head-duration")),this.expressionFollowMouseTraitsDuration=s(t.getPropertyValue("--mds-emoji-expression-follow-mouse-traits-duration"))}}async agree(){return this.stopConcurrentAnimations(),this.setAgreeAnimation(),Promise.resolve()}async disagree(t=0){return this.stopConcurrentAnimations(),this.setDisagreeAnimation(t),Promise.resolve()}async startThinking(){return this.isThinking=!0,this.setStartThinkingAnimation(),Promise.resolve()}async stopThinking(){return this.isThinking=!1,this.setStopThinkingAnimation(),Promise.resolve()}async startBlinking(){if(!this.isBlinking)return this.isBlinking=!0,this.queueNextBlink(),Promise.resolve()}async stopBlinking(){return this.isBlinking=!1,clearTimeout(this.blinkTimeout),Promise.resolve()}async stopFollowMouse(){return this.isFollowingMouse=!1,this.followMouse(),Promise.resolve()}async startFollowMouse(){return this.isFollowingMouse=!0,this.followMouse(),Promise.resolve()}componentDidLoad(){window&&(this.updateCSSCustomProps(),window.addEventListener("mousemove",this.handleFollowMouse),this.headEl.setAttribute("d",this.headGeometry.hexagonRounded))}disconnectedCallback(){window&&window.removeEventListener("mousemove",this.handleFollowMouse)}render(){return i(n,{key:"27445bb72a3b9356d04c9f750659e340c55df645"},"hexabot"===this.name&&i("svg",{key:"dc5b2458b8d81a2442a17ab78977872d1e38980d",ref:t=>this.emojiEl=t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},i("path",{key:"1fcbc98434f91dde73cd07d0949fa204054f77b1",class:"head",ref:t=>this.headEl=t,d:this.headGeometry.hexagonRounded,fill:"black"}),i("path",{key:"83e37976089c0178c1fae60afbebc69c095c58ba",class:"eye",ref:t=>this.eyeLeftEl=t,d:this.eyeLeftGeometry.open,fill:"white"}),i("path",{key:"b269ce64bf75a48edcfda40ce43148e96aa01040",class:"eye",ref:t=>this.eyeRightEl=t,d:this.eyeRightGeometry.open,fill:"white"}),i("path",{key:"181b23f8bfe386eb904b03a2c701dc8afc897214",class:"mouth",ref:t=>this.mouthEl=t,d:this.mouthGeometry.smile,fill:"white"}),i("path",{key:"97f3ab4d10088161dee6c9e577815cb38ac5cbd0",class:"hand",ref:t=>this.handLeftEl=t,d:this.handLeftGeometry.think,fill:"white"})))}get host(){return r(this)}};te.style=':host{--mds-emoji-expression-follow-mouse-traits-duration:200ms;--mds-emoji-expression-follow-mouse-head-duration:300ms;--mds-emoji-expression-max-rotation:16deg;--mds-emoji-eyes:rgb(var(--label-yellow-04));--mds-emoji-head:rgb(var(--label-yellow-08));--mds-emoji-mouth:rgb(var(--label-yellow-06));--mds-emoji-hand:rgb(var(--label-yellow-06));--mds-emoji-perspective:400px;-ms-flex-align:stretch;align-items:stretch;aspect-ratio:1/1;display:-ms-flexbox;display:flex;height:3rem;-ms-flex-pack:stretch;justify-content:stretch;-webkit-perspective:var(--mds-emoji-perspective);perspective:var(--mds-emoji-perspective);-webkit-perspective-origin:center;perspective-origin:center;width:3rem}svg{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:-webkit-transform 0.2s ease-out;transition:-webkit-transform 0.2s ease-out;transition:transform 0.2s ease-out;transition:transform 0.2s ease-out, -webkit-transform 0.2s ease-out}:host .head{fill:var(--mds-emoji-head)}:host .eye{fill:var(--mds-emoji-eyes)}:host .mouth{fill:var(--mds-emoji-mouth)}:host .hand{fill:var(--mds-emoji-hand);visibility:hidden}:host([name="hexabot"]){--mds-emoji-head:rgb(var(--variant-ai-08));--mds-emoji-eyes:rgb(var(--variant-ai-03));--mds-emoji-mouth:rgb(var(--variant-ai-06));--mds-emoji-hand:rgb(var(--variant-ai-06))}';export{te as mds_emoji}
18
+ var Sn,jn,Ln,Yn,Zn,An,Vn,zn,Xn={},In=180/Math.PI,En=Math.PI/180,Dn=Math.atan2,Bn=/([A-Z])/g,Nn=/(left|right|width|margin|padding|x)/i,Un=/[\s,\(]\S/,qn={autoAlpha:"opacity,visibility",scale:"scaleX,scaleY",alpha:"opacity"},Wn=function(t,i){return i.set(i.t,i.p,Math.round(1e4*(i.s+i.c*t))/1e4+i.u,i)},$n=function(t,i){return i.set(i.t,i.p,1===t?i.e:Math.round(1e4*(i.s+i.c*t))/1e4+i.u,i)},Qn=function(t,i){return i.set(i.t,i.p,t?Math.round(1e4*(i.s+i.c*t))/1e4+i.u:i.b,i)},Gn=function(t,i){var n=i.s+i.c*t;i.set(i.t,i.p,~~(n+(n<0?-.5:.5))+i.u,i)},Jn=function(t,i){return i.set(i.t,i.p,t?i.e:i.b,i)},Kn=function(t,i){return i.set(i.t,i.p,1!==t?i.b:i.e,i)},tr=function(t,i,n){return t.style[i]=n},ir=function(t,i,n){return t.style.setProperty(i,n)},nr=function(t,i,n){return t._gsap[i]=n},rr=function(t,i,n){return t._gsap.scaleX=t._gsap.scaleY=n},er=function(t,i,n,r,e){var s=t._gsap;s.scaleX=s.scaleY=n,s.renderTransform(e,s)},sr=function(t,i,n,r,e){var s=t._gsap;s[i]=n,s.renderTransform(e,s)},or="transform",hr=or+"Origin",ar=function t(i,n){var r=this,e=this.target,s=e.style,o=e._gsap;if(i in Xn&&s){if(this.tfm=this.tfm||{},"transform"===i)return qn.transform.split(",").forEach((function(i){return t.call(r,i,n)}));if(~(i=qn[i]||i).indexOf(",")?i.split(",").forEach((function(t){return r.tfm[t]=_r(e,t)})):this.tfm[i]=o.x?o[i]:_r(e,i),i===hr&&(this.tfm.zOrigin=o.zOrigin),this.props.indexOf(or)>=0)return;o.svg&&(this.svgo=e.getAttribute("data-svg-origin"),this.props.push(hr,n,"")),i=or}(s||n)&&this.props.push(i,n,s[i])},ur=function(t){t.translate&&(t.removeProperty("translate"),t.removeProperty("scale"),t.removeProperty("rotate"))},fr=function(){var t,i,n=this.props,r=this.target,e=r.style,s=r._gsap;for(t=0;t<n.length;t+=3)n[t+1]?2===n[t+1]?r[n[t]](n[t+2]):r[n[t]]=n[t+2]:n[t+2]?e[n[t]]=n[t+2]:e.removeProperty("--"===n[t].substr(0,2)?n[t]:n[t].replace(Bn,"-$1").toLowerCase());if(this.tfm){for(i in this.tfm)s[i]=this.tfm[i];s.svg&&(s.renderTransform(),r.setAttribute("data-svg-origin",this.svgo||"")),(t=Vn())&&t.isStart||e[or]||(ur(e),s.zOrigin&&e[hr]&&(e[hr]+=" "+s.zOrigin+"px",s.zOrigin=0,s.renderTransform()),s.uncache=1)}},cr=function(t,i){var n={target:t,props:[],revert:fr,save:ar};return t._gsap||Hn.core.getCache(t),i&&t.style&&t.nodeType&&i.split(",").forEach((function(t){return n.save(t)})),n},lr=function(t,i){var n=jn.createElementNS?jn.createElementNS((i||"http://www.w3.org/1999/xhtml").replace(/^https/,"http"),t):jn.createElement(t);return n&&n.style?n:jn.createElement(t)},dr=function t(i,n,r){var e=getComputedStyle(i);return e[n]||e.getPropertyValue(n.replace(Bn,"-$1").toLowerCase())||e.getPropertyValue(n)||!r&&t(i,pr(n)||n,1)||""},vr="O,Moz,ms,Ms,Webkit".split(","),pr=function(t,i,n){var r=(i||Zn).style,e=5;if(t in r&&!n)return t;for(t=t.charAt(0).toUpperCase()+t.substr(1);e--&&!(vr[e]+t in r););return e<0?null:(3===e?"ms":e>=0?vr[e]:"")+t},mr=function(){"undefined"!=typeof window&&window.document&&(Sn=window,Ln=(jn=Sn.document).documentElement,Zn=lr("div")||{style:{}},lr("div"),or=pr(or),hr=or+"Origin",Zn.style.cssText="border-width:0;line-height:0;position:absolute;padding:0",zn=!!pr("perspective"),Vn=Hn.core.reverting,Yn=1)},gr=function(t){var i,n=t.ownerSVGElement,r=lr("svg",n&&n.getAttribute("xmlns")||"http://www.w3.org/2000/svg"),e=t.cloneNode(!0);e.style.display="block",r.appendChild(e),Ln.appendChild(r);try{i=e.getBBox()}catch(t){}return r.removeChild(e),Ln.removeChild(r),i},wr=function(t,i){for(var n=i.length;n--;)if(t.hasAttribute(i[n]))return t.getAttribute(i[n])},yr=function(t){var i,n;try{i=t.getBBox()}catch(r){i=gr(t),n=1}return i&&(i.width||i.height)||n||(i=gr(t)),!i||i.width||i.x||i.y?i:{x:+wr(t,["x","cx","x1"])||0,y:+wr(t,["y","cy","y1"])||0,width:0,height:0}},Mr=function(t){return!(!t.getCTM||t.parentNode&&!t.ownerSVGElement||!yr(t))},br=function(t,i){if(i){var n,r=t.style;i in Xn&&i!==hr&&(i=or),r.removeProperty?("ms"!==(n=i.substr(0,2))&&"webkit"!==i.substr(0,6)||(i="-"+i),r.removeProperty("--"===n?i:i.replace(Bn,"-$1").toLowerCase())):r.removeAttribute(i)}},xr=function(t,i,n,r,e,s){var o=new wn(t._pt,i,n,0,1,s?Kn:Jn);return t._pt=o,o.b=r,o.e=e,t._props.push(n),o},Cr={deg:1,rad:1,turn:1},kr={grid:1,flex:1},Fr=function t(i,n,r,e){var s,o,h,a,u=parseFloat(r)||0,f=(r+"").trim().substr((u+"").length)||"px",c=Zn.style,l=Nn.test(n),d="svg"===i.tagName.toLowerCase(),v=(d?"client":"offset")+(l?"Width":"Height"),p=100,m="px"===e,g="%"===e;if(e===f||!u||Cr[e]||Cr[f])return u;if("px"!==f&&!m&&(u=t(i,n,r,"px")),a=i.getCTM&&Mr(i),(g||"%"===f)&&(Xn[n]||~n.indexOf("adius")))return s=a?i.getBBox()[l?"width":"height"]:i[v],Mt(g?u/s*p:u/100*s);if(c[l?"width":"height"]=p+(m?f:e),o="rem"!==e&&~n.indexOf("adius")||"em"===e&&i.appendChild&&!d?i:i.parentNode,a&&(o=(i.ownerSVGElement||{}).parentNode),o&&o!==jn&&o.appendChild||(o=jn.body),(h=o._gsap)&&g&&h.width&&l&&h.time===Hi.time&&!h.uncache)return Mt(u/h.width*p);if(!g||"height"!==n&&"width"!==n)(g||"%"===f)&&!kr[dr(o,"display")]&&(c.position=dr(i,"position")),o===i&&(c.position="static"),o.appendChild(Zn),s=Zn[v],o.removeChild(Zn),c.position="absolute";else{var w=i.style[n];i.style[n]=p+e,s=i[v],w?i.style[n]=w:br(i,n)}return l&&g&&((h=gt(o)).time=Hi.time,h.width=o[v]),Mt(m?s*u/p:s&&u?p/s*u:0)},_r=function(t,i,n,r){var e;return Yn||mr(),i in qn&&"transform"!==i&&~(i=qn[i]).indexOf(",")&&(i=i.split(",")[0]),Xn[i]&&"transform"!==i?(e=Ar(t,r),e="transformOrigin"!==i?e[i]:e.svg?e.origin:Vr(dr(t,hr))+" "+e.zOrigin+"px"):(!(e=t.style[i])||"auto"===e||r||~(e+"").indexOf("calc("))&&(e=Tr[i]&&Tr[i](t,i,n)||dr(t,i)||wt(t,i)||("opacity"===i?1:0)),n&&!~(e+"").trim().indexOf(" ")?Fr(t,i,e,n)+n:e},Or=function(t,i,n,r){if(!n||"none"===n){var e=pr(i,t,1),s=e&&dr(t,e,1);s&&s!==n?(i=e,n=s):"borderColor"===i&&(n=dr(t,"borderTopColor"))}var o,h,a,u,f,c,l,d,v,p,m,g=new wn(this._pt,t.style,i,0,1,ln),w=0,y=0;if(g.b=n,g.e=r,n+="","var(--"===(r+="").substring(0,6)&&(r=dr(t,r.substring(4,r.indexOf(")")))),"auto"===r&&(c=t.style[i],t.style[i]=r,r=dr(t,i)||r,c?t.style[i]=c:br(t,i)),Ti(o=[n,r]),r=o[1],a=(n=o[0]).match(q)||[],(r.match(q)||[]).length){for(;h=q.exec(r);)l=h[0],v=r.substring(w,h.index),f?f=(f+1)%5:"rgba("!==v.substr(-5)&&"hsla("!==v.substr(-5)||(f=1),l!==(c=a[y++]||"")&&(u=parseFloat(c)||0,m=c.substr((u+"").length),"="===l.charAt(1)&&(l=xt(u,l)+m),d=parseFloat(l),p=l.substr((d+"").length),w=q.lastIndex-p.length,p||(p=p||F.units[i]||m,w===r.length&&(r+=p,g.e+=p)),m!==p&&(u=Fr(t,i,c,p)||0),g._pt={_next:g._pt,p:v||1===y?v:",",s:u,c:d-u,m:f&&f<4||"zIndex"===i?Math.round:0});g.c=w<r.length?r.substring(w,r.length):""}else g.r="display"===i&&"none"===r?Kn:Jn;return $.test(r)&&(g.e=0),this._pt=g,g},Pr={top:"0%",bottom:"100%",left:"0%",right:"100%",center:"50%"},Rr=function(t,i){if(i.tween&&i.tween._time===i.tween._dur){var n,r,e,s=i.t,o=s.style,h=i.u,a=s._gsap;if("all"===h||!0===h)o.cssText="",r=1;else for(e=(h=h.split(",")).length;--e>-1;)Xn[n=h[e]]&&(r=1,n="transformOrigin"===n?hr:or),br(s,n);r&&(br(s,or),a&&(a.svg&&s.removeAttribute("transform"),o.scale=o.rotate=o.translate="none",Ar(s,1),a.uncache=1,ur(o)))}},Tr={clearProps:function(t,i,n,r,e){if("isFromStart"!==e.data){var s=t._pt=new wn(t._pt,i,n,0,0,Rr);return s.u=r,s.pr=-10,s.tween=e,t._props.push(n),1}}},Hr=[1,0,0,1,0,0],Sr={},jr=function(t){return"matrix(1, 0, 0, 1, 0, 0)"===t||"none"===t||!t},Lr=function(t){var i=dr(t,or);return jr(i)?Hr:i.substr(7).match(U).map(Mt)},Yr=function(t,i){var n,r,e,s,o=t._gsap||gt(t),h=t.style,a=Lr(t);return o.svg&&t.getAttribute("transform")?"1,0,0,1,0,0"===(a=[(e=t.transform.baseVal.consolidate().matrix).a,e.b,e.c,e.d,e.e,e.f]).join(",")?Hr:a:(a!==Hr||t.offsetParent||t===Ln||o.svg||(e=h.display,h.display="block",(n=t.parentNode)&&(t.offsetParent||t.getBoundingClientRect().width)||(s=1,r=t.nextElementSibling,Ln.appendChild(t)),a=Lr(t),e?h.display=e:br(t,"display"),s&&(r?n.insertBefore(t,r):n?n.appendChild(t):Ln.removeChild(t))),i&&a.length>6?[a[0],a[1],a[4],a[5],a[12],a[13]]:a)},Zr=function(t,i,n,r,e,s){var o,h,a,u=t._gsap,f=e||Yr(t,!0),c=u.xOrigin||0,l=u.yOrigin||0,d=u.xOffset||0,v=u.yOffset||0,p=f[0],m=f[1],g=f[2],w=f[3],y=f[4],M=f[5],b=i.split(" "),x=parseFloat(b[0])||0,C=parseFloat(b[1])||0;n?f!==Hr&&(h=p*w-m*g)&&(a=x*(-m/h)+C*(p/h)-(p*M-m*y)/h,x=x*(w/h)+C*(-g/h)+(g*M-w*y)/h,C=a):(x=(o=yr(t)).x+(~b[0].indexOf("%")?x/100*o.width:x),C=o.y+(~(b[1]||b[0]).indexOf("%")?C/100*o.height:C)),r||!1!==r&&u.smooth?(u.xOffset=d+((y=x-c)*p+(M=C-l)*g)-y,u.yOffset=v+(y*m+M*w)-M):u.xOffset=u.yOffset=0,u.xOrigin=x,u.yOrigin=C,u.smooth=!!r,u.origin=i,u.originIsAbsolute=!!n,t.style[hr]="0px 0px",s&&(xr(s,u,"xOrigin",c,x),xr(s,u,"yOrigin",l,C),xr(s,u,"xOffset",d,u.xOffset),xr(s,u,"yOffset",v,u.yOffset)),t.setAttribute("data-svg-origin",x+" "+C)},Ar=function(t,i){var n=t._gsap||new Bi(t);if("x"in n&&!i&&!n.uncache)return n;var r,e,s,o,h,a,u,f,c,l,d,v,p,m,g,w,y,M,b,x,C,k,_,O,P,R,T,H,S,j,L,Y,Z=t.style,A=n.scaleX<0,V="px",z="deg",X=getComputedStyle(t),I=dr(t,hr)||"0";return r=e=s=a=u=f=c=l=d=0,o=h=1,n.svg=!(!t.getCTM||!Mr(t)),X.translate&&("none"===X.translate&&"none"===X.scale&&"none"===X.rotate||(Z[or]=("none"!==X.translate?"translate3d("+(X.translate+" 0 0").split(" ").slice(0,3).join(", ")+") ":"")+("none"!==X.rotate?"rotate("+X.rotate+") ":"")+("none"!==X.scale?"scale("+X.scale.split(" ").join(",")+") ":"")+("none"!==X[or]?X[or]:"")),Z.scale=Z.rotate=Z.translate="none"),m=Yr(t,n.svg),n.svg&&(n.uncache?(P=t.getBBox(),I=n.xOrigin-P.x+"px "+(n.yOrigin-P.y)+"px",O=""):O=!i&&t.getAttribute("data-svg-origin"),Zr(t,O||I,!!O||n.originIsAbsolute,!1!==n.smooth,m)),v=n.xOrigin||0,p=n.yOrigin||0,m!==Hr&&(M=m[0],b=m[1],x=m[2],C=m[3],r=k=m[4],e=_=m[5],6===m.length?(o=Math.sqrt(M*M+b*b),h=Math.sqrt(C*C+x*x),a=M||b?Dn(b,M)*In:0,(c=x||C?Dn(x,C)*In+a:0)&&(h*=Math.abs(Math.cos(c*En))),n.svg&&(r-=v-(v*M+p*x),e-=p-(v*b+p*C))):(j=m[7],T=m[8],H=m[9],L=m[11],r=m[12],e=m[13],s=m[14],u=(g=Dn(Y=m[6],S=m[10]))*In,g&&(O=k*(w=Math.cos(-g))+T*(y=Math.sin(-g)),P=_*w+H*y,R=Y*w+S*y,T=k*-y+T*w,H=_*-y+H*w,S=Y*-y+S*w,L=j*-y+L*w,k=O,_=P,Y=R),f=(g=Dn(-x,S))*In,g&&(w=Math.cos(-g),L=C*(y=Math.sin(-g))+L*w,M=O=M*w-T*y,b=P=b*w-H*y,x=R=x*w-S*y),a=(g=Dn(b,M))*In,g&&(O=M*(w=Math.cos(g))+b*(y=Math.sin(g)),P=k*w+_*y,b=b*w-M*y,_=_*w-k*y,M=O,k=P),u&&Math.abs(u)+Math.abs(a)>359.9&&(u=a=0,f=180-f),o=Mt(Math.sqrt(M*M+b*b+x*x)),h=Mt(Math.sqrt(_*_+Y*Y)),g=Dn(k,_),c=Math.abs(g)>2e-4?g*In:0,d=L?1/(L<0?-L:L):0),n.svg&&(O=t.getAttribute("transform"),n.forceCSS=t.setAttribute("transform","")||!jr(dr(t,or)),O&&t.setAttribute("transform",O))),Math.abs(c)>90&&Math.abs(c)<270&&(A?(o*=-1,c+=a<=0?180:-180,a+=a<=0?180:-180):(h*=-1,c+=c<=0?180:-180)),i=i||n.uncache,n.x=r-((n.xPercent=r&&(!i&&n.xPercent||(Math.round(t.offsetWidth/2)===Math.round(-r)?-50:0)))?t.offsetWidth*n.xPercent/100:0)+V,n.y=e-((n.yPercent=e&&(!i&&n.yPercent||(Math.round(t.offsetHeight/2)===Math.round(-e)?-50:0)))?t.offsetHeight*n.yPercent/100:0)+V,n.z=s+V,n.scaleX=Mt(o),n.scaleY=Mt(h),n.rotation=Mt(a)+z,n.rotationX=Mt(u)+z,n.rotationY=Mt(f)+z,n.skewX=c+z,n.skewY=l+z,n.transformPerspective=d+V,(n.zOrigin=parseFloat(I.split(" ")[2])||!i&&n.zOrigin||0)&&(Z[hr]=Vr(I)),n.xOffset=n.yOffset=0,n.force3D=F.force3D,n.renderTransform=n.svg?Nr:zn?Br:Xr,n.uncache=0,n},Vr=function(t){return(t=t.split(" "))[0]+" "+t[1]},zr=function(t,i,n){var r=ei(i);return Mt(parseFloat(i)+parseFloat(Fr(t,"x",n+"px",r)))+r},Xr=function(t,i){i.z="0px",i.rotationY=i.rotationX="0deg",i.force3D=0,Br(t,i)},Ir="0deg",Er="0px",Dr=") ",Br=function(t,i){var n=i||this,r=n.xPercent,e=n.yPercent,s=n.x,o=n.y,h=n.z,a=n.rotation,u=n.rotationY,f=n.rotationX,c=n.skewX,l=n.skewY,d=n.scaleX,v=n.scaleY,p=n.transformPerspective,m=n.force3D,g=n.target,w=n.zOrigin,y="",M="auto"===m&&t&&1!==t||!0===m;if(w&&(f!==Ir||u!==Ir)){var b,x=parseFloat(u)*En,C=Math.sin(x),k=Math.cos(x);x=parseFloat(f)*En,b=Math.cos(x),s=zr(g,s,C*b*-w),o=zr(g,o,-Math.sin(x)*-w),h=zr(g,h,k*b*-w+w)}p!==Er&&(y+="perspective("+p+Dr),(r||e)&&(y+="translate("+r+"%, "+e+"%) "),(M||s!==Er||o!==Er||h!==Er)&&(y+=h!==Er||M?"translate3d("+s+", "+o+", "+h+") ":"translate("+s+", "+o+Dr),a!==Ir&&(y+="rotate("+a+Dr),u!==Ir&&(y+="rotateY("+u+Dr),f!==Ir&&(y+="rotateX("+f+Dr),c===Ir&&l===Ir||(y+="skew("+c+", "+l+Dr),1===d&&1===v||(y+="scale("+d+", "+v+Dr),g.style[or]=y||"translate(0, 0)"},Nr=function(t,i){var n,r,e,s,o,h=i||this,a=h.xPercent,u=h.yPercent,f=h.x,c=h.y,l=h.rotation,d=h.skewX,v=h.skewY,p=h.scaleX,m=h.scaleY,g=h.target,w=h.xOrigin,y=h.yOrigin,M=h.xOffset,b=h.yOffset,x=h.forceCSS,C=parseFloat(f),k=parseFloat(c);l=parseFloat(l),d=parseFloat(d),(v=parseFloat(v))&&(d+=v=parseFloat(v),l+=v),l||d?(l*=En,d*=En,n=Math.cos(l)*p,r=Math.sin(l)*p,e=Math.sin(l-d)*-m,s=Math.cos(l-d)*m,d&&(v*=En,o=Math.tan(d-v),e*=o=Math.sqrt(1+o*o),s*=o,v&&(o=Math.tan(v),n*=o=Math.sqrt(1+o*o),r*=o)),n=Mt(n),r=Mt(r),e=Mt(e),s=Mt(s)):(n=p,s=m,r=e=0),(C&&!~(f+"").indexOf("px")||k&&!~(c+"").indexOf("px"))&&(C=Fr(g,"x",f,"px"),k=Fr(g,"y",c,"px")),(w||y||M||b)&&(C=Mt(C+w-(w*n+y*e)+M),k=Mt(k+y-(w*r+y*s)+b)),(a||u)&&(o=g.getBBox(),C=Mt(C+a/100*o.width),k=Mt(k+u/100*o.height)),g.setAttribute("transform",o="matrix("+n+","+r+","+e+","+s+","+C+","+k+")"),x&&(g.style[or]=o)},Ur=function(t,i,n,r,e){var s,o,h=360,a=Y(e),u=parseFloat(e)*(a&&~e.indexOf("rad")?In:1)-r,f=r+u+"deg";return a&&("short"===(s=e.split("_")[1])&&(u%=h)!=u%180&&(u+=u<0?h:-360),"cw"===s&&u<0?u=(u+36e9)%h-~~(u/h)*h:"ccw"===s&&u>0&&(u=(u-36e9)%h-~~(u/h)*h)),t._pt=o=new wn(t._pt,i,n,r,u,$n),o.e=f,o.u="deg",t._props.push(n),o},qr=function(t,i){for(var n in i)t[n]=i[n];return t},Wr=function(t,i,n){var r,e,s,o,h,a,u,f=qr({},n._gsap),c=n.style;for(e in f.svg?(s=n.getAttribute("transform"),n.setAttribute("transform",""),c[or]=i,r=Ar(n,1),br(n,or),n.setAttribute("transform",s)):(s=getComputedStyle(n)[or],c[or]=i,r=Ar(n,1),c[or]=s),Xn)(s=f[e])!==(o=r[e])&&"perspective,force3D,transformOrigin,svgOrigin".indexOf(e)<0&&(h=ei(s)!==(u=ei(o))?Fr(n,e,s,u):parseFloat(s),a=parseFloat(o),t._pt=new wn(t._pt,r,e,h,a-h,Wn),t._pt.u=u||0,t._props.push(e));qr(r,f)};yt("padding,margin,Width,Radius",(function(t,i){var n="Top",r="Right",e="Bottom",s="Left",o=(i<3?[n,r,e,s]:[n+s,n+r,e+r,e+s]).map((function(n){return i<2?t+n:"border"+n+t}));Tr[i>1?"border"+t:t]=function(t,i,n,r,e){var s,h;if(arguments.length<4)return s=o.map((function(i){return _r(t,i,n)})),5===(h=s.join(" ")).split(s[0]).length?s[0]:h;s=(r+"").split(" "),h={},o.forEach((function(t,i){return h[t]=s[i]=s[i]||s[(i-1)/2|0]})),t.init(i,h,e)}}));var $r,Qr,Gr={name:"css",register:mr,targetTest:function(t){return t.style&&t.nodeType},init:function(t,i,n,r,e){var s,o,h,a,u,f,c,l,d,v,p,m,g,w,y,M,b,x,C,k,_=this._props,O=t.style,P=n.vars.startAt;for(c in Yn||mr(),this.styles=this.styles||cr(t),M=this.styles.props,this.tween=n,i)if("autoRound"!==c&&(o=i[c],!ct[c]||!Gi(c,i,n,r,t,e)))if(f=Tr[c],"function"==(u=typeof o)&&(u=typeof(o=o.call(n,r,t,e))),"string"===u&&~o.indexOf("random(")&&(o=pi(o)),f)f(this,t,c,o,n)&&(y=1);else if("--"===c.substr(0,2))s=(getComputedStyle(t).getPropertyValue(c)+"").trim(),o+="",Pi.lastIndex=0,Pi.test(s)||(l=ei(s),d=ei(o)),d?l!==d&&(s=Fr(t,c,s,d)+d):l&&(o+=l),this.add(O,"setProperty",s,o,r,e,0,0,c),_.push(c),M.push(c,0,O[c]);else if("undefined"!==u){if(P&&c in P?(s="function"==typeof P[c]?P[c].call(n,r,t,e):P[c],Y(s)&&~s.indexOf("random(")&&(s=pi(s)),ei(s+"")||"auto"===s||(s+=F.units[c]||ei(_r(t,c))||""),"="===(s+"").charAt(1)&&(s=_r(t,c))):s=_r(t,c),a=parseFloat(s),(v="string"===u&&"="===o.charAt(1)&&o.substr(0,2))&&(o=o.substr(2)),h=parseFloat(o),c in qn&&("autoAlpha"===c&&(1===a&&"hidden"===_r(t,"visibility")&&h&&(a=0),M.push("visibility",0,O.visibility),xr(this,O,"visibility",a?"inherit":"hidden",h?"inherit":"hidden",!h)),"scale"!==c&&"transform"!==c&&~(c=qn[c]).indexOf(",")&&(c=c.split(",")[0])),p=c in Xn)if(this.styles.save(c),"string"===u&&"var(--"===o.substring(0,6)&&(o=dr(t,o.substring(4,o.indexOf(")"))),h=parseFloat(o)),m||((g=t._gsap).renderTransform&&!i.parseTransform||Ar(t,i.parseTransform),w=!1!==i.smoothOrigin&&g.smooth,(m=this._pt=new wn(this._pt,O,or,0,1,g.renderTransform,g,0,-1)).dep=1),"scale"===c)this._pt=new wn(this._pt,g,"scaleY",g.scaleY,(v?xt(g.scaleY,v+h):h)-g.scaleY||0,Wn),this._pt.u=0,_.push("scaleY",c),c+="X";else{if("transformOrigin"===c){M.push(hr,0,O[hr]),x=void 0,C=void 0,k=void 0,k=(x=(b=o).split(" "))[1]||"50%","top"!==(C=x[0])&&"bottom"!==C&&"left"!==k&&"right"!==k||(b=C,C=k,k=b),x[0]=Pr[C]||C,x[1]=Pr[k]||k,o=x.join(" "),g.svg?Zr(t,o,0,w,0,this):((d=parseFloat(o.split(" ")[2])||0)!==g.zOrigin&&xr(this,g,"zOrigin",g.zOrigin,d),xr(this,O,c,Vr(s),Vr(o)));continue}if("svgOrigin"===c){Zr(t,o,1,w,0,this);continue}if(c in Sr){Ur(this,g,c,a,v?xt(a,v+o):o);continue}if("smoothOrigin"===c){xr(this,g,"smooth",g.smooth,o);continue}if("force3D"===c){g[c]=o;continue}if("transform"===c){Wr(this,o,t);continue}}else c in O||(c=pr(c)||c);if(p||(h||0===h)&&(a||0===a)&&!Un.test(o)&&c in O)h||(h=0),(l=(s+"").substr((a+"").length))!==(d=ei(o)||(c in F.units?F.units[c]:l))&&(a=Fr(t,c,s,d)),this._pt=new wn(this._pt,p?g:O,c,a,(v?xt(a,v+h):h)-a,p||"px"!==d&&"zIndex"!==c||!1===i.autoRound?Wn:Gn),this._pt.u=d||0,l!==d&&"%"!==d&&(this._pt.b=s,this._pt.r=Qn);else if(c in O)Or.call(this,t,c,s,v?v+o:o);else if(c in t)this.add(t,c,s||t[c],v?v+o:o,r,e);else if("parseTransform"!==c){it(c,o);continue}p||(c in O?M.push(c,0,O[c]):"function"==typeof t[c]?M.push(c,2,t[c]()):M.push(c,1,s||t[c])),_.push(c)}y&&gn(this)},render:function(t,i){if(i.tween._time||!Vn())for(var n=i._pt;n;)n.r(t,n.d),n=n._next;else i.styles.revert()},get:_r,aliases:qn,getSetter:function(t,i,n){var r=qn[i];return r&&r.indexOf(",")<0&&(i=r),i in Xn&&i!==hr&&(t._gsap.x||_r(t,"x"))?n&&An===n?"scale"===i?rr:nr:(An=n||{})&&("scale"===i?er:sr):t.style&&!V(t.style[i])?tr:~i.indexOf("-")?ir:un(t,i)},core:{_removeProperty:br,_getMatrix:Yr}};Hn.utils.checkPrefix=pr,Hn.core.getStyleSaver=cr,Qr=yt("x,y,z,scale,scaleX,scaleY,xPercent,yPercent"+","+($r="rotation,rotationX,rotationY,skewX,skewY")+",transform,transformOrigin,svgOrigin,force3D,smoothOrigin,transformPerspective",(function(t){Xn[t]=1})),yt($r,(function(t){F.units[t]="deg",Sr[t]=1})),qn[Qr[13]]="x,y,z,scale,scaleX,scaleY,xPercent,yPercent,"+$r,yt("0:translateX,1:translateY,2:translateZ,8:rotate,8:rotationZ,8:rotateZ,9:rotateX,10:rotateY",(function(t){var i=t.split(":");qn[i[1]]=Qr[i[0]]})),yt("x,y,z,top,right,bottom,left,width,height,fontSize,padding,margin,perspective",(function(t){F.units[t]="px"})),Hn.registerPlugin(Gr);var Jr=Hn.registerPlugin(Gr)||Hn;const Kr=(t,i,n=!1)=>{const r=Math.random()*(i-t)+t;return n?Math.floor(r):r},te=class{constructor(i){t(this,i),this.name="hexabot",this.isFollowingMouse=!1,this.isBlinking=!1,this.isThinking=!1,this.faceOffsetX=0,this.faceOffsetY=0,this.mouseX=0,this.mouseY=0,this.currentRotateX=0,this.currentRotateY=0,this.expressionAngleMax=16,this.expressionFollowMouseHeadDuration=.3,this.expressionFollowMouseTraitsDuration=.2,this.handLeftGeometry={think:"M6 15C6.55228 15 7 15.4477 7 16V17H13C13.5523 17 14 17.4477 14 18C14 18.5523 13.5523 19 13 19H10.3818C11.1252 19 11.6088 19.7824 11.2764 20.4473L10.2764 22.4473C10.107 22.786 9.76059 23 9.38184 23H6V22.9541L5.85742 23H4V19L5 17V15H6Z"},this.eyeLeftGeometry={open:"M8 8H10V11H8V8Z",close:"M7 10H10V11H7V10Z"},this.eyeRightGeometry={open:"M14 8H16V11H14V8Z",close:"M14 10H17V11H14V10Z"},this.headGeometry={hexagon:"M7 3L1.5 12L7 21H17L22.5 12L17 3H7Z",hexagonRounded:"M6.12266 4.43565L2.45599 10.4356C1.86912 11.396 1.86912 12.604 2.45599 13.5643L6.12266 19.5644C6.66763 20.4561 7.6374 21 8.6825 21H15.3175C16.3626 21 17.3324 20.4561 17.8773 19.5644L21.544 13.5644C22.1309 12.604 22.1309 11.396 21.544 10.4357L17.8773 4.43565C17.3324 3.54389 16.3626 3 15.3175 3H8.6825C7.6374 3 6.66763 3.54389 6.12266 4.43565Z"},this.mouthGeometry={open:"M12 18C10.8954 18 10 16.8807 10 15.5C10 14.1193 10.8954 13 12 13C13.1046 13 14 14.1193 14 15.5C14 16.8807 13.1046 18 12 18Z",quiet:"M16 15H8C8 17 7.5 17 12 17C16.5 17 16 17 16 15Z",sad:"M8 17C8 15.3431 9.79086 14 12 14C14.1402 14 15.8881 15.2605 15.9951 16.8457L16 17L8 17Z",serious:"M9 15H15V17H9V15Z",think:"M8 14H16V16H8V14Z",happy:"M16 14H8C8.33333 15.3333 9 18 12 18C15 18 15.6667 15.3333 16 14Z",smile:"M16.707 15.707C15.4771 16.937 13.6985 17.5 12 17.5C10.3015 17.5 8.52294 16.937 7.29297 15.707L8.70703 14.293C9.47706 15.063 10.6985 15.5 12 15.5C13.3015 15.5 14.5229 15.063 15.293 14.293L16.707 15.707Z",smileLeft:"M10 14C10 15.1046 10.8954 16 12 16H14V18H12C9.79086 18 8 16.2091 8 14H10Z",smileRight:"M14 14C14 15.1046 13.1046 16 12 16H10V18H12C14.2091 18 16 16.2091 16 14H14Z"},this.getEmojiCenter=()=>{const t=this.host.getBoundingClientRect();return{centerX:t.left+t.width/2,centerY:t.top+t.height/2}},this.stopConcurrentAnimations=()=>{this.isThinking&&this.stopThinking()},this.setAgreeAnimation=()=>{this.isFollowingMouse=!1,Jr.killTweensOf(this.emojiEl);const t=this.currentRotateX;Jr.timeline({onComplete:()=>{Jr.to(this.emojiEl,{rotateX:this.currentRotateX,rotateY:this.currentRotateY,duration:.3,ease:"power2.out",onComplete:()=>{this.isFollowingMouse=!0}})}}).to(this.emojiEl,{rotateX:t-40,duration:.15,ease:"power2.out"}).to(this.emojiEl,{rotateX:t+20,duration:.2,ease:"power1.inOut"}).to(this.emojiEl,{rotateX:t-20,duration:.15,ease:"power2.inOut"}).to(this.emojiEl,{rotateX:t+5,duration:.2,ease:"power1.out"}).to(this.emojiEl,{rotateX:t,duration:.3,ease:"power3.out"}),Jr.fromTo(this.mouthEl,{attr:{d:this.mouthGeometry.happy}},{scaleY:.5,transformOrigin:"50% 50%",onComplete:()=>{Jr.fromTo(this.mouthEl,{attr:{d:this.mouthGeometry.smile}},{scaleY:1,transformOrigin:"50% 50%",duration:.2,ease:"expo.inOut"})},duration:.75,ease:"expo.inOut"})},this.setDisagreeAnimation=(t=0)=>{this.isFollowingMouse=!1,Jr.killTweensOf(this.emojiEl);const i="power2.inOut";Jr.timeline({onComplete:()=>{Jr.to(this.emojiEl,{rotateX:this.currentRotateX,rotateY:this.currentRotateY,duration:.3,ease:"power2.out",onComplete:()=>{this.isFollowingMouse=!0}})}}).to(this.emojiEl,{rotateY:this.currentRotateY-40,duration:.25,ease:i}).to(this.emojiEl,{rotateY:this.currentRotateY+30,duration:.2,ease:i}).to(this.emojiEl,{rotateY:this.currentRotateY-20,duration:.15,ease:i}).to(this.emojiEl,{rotateY:this.currentRotateY+10,duration:.1,ease:i}).to(this.emojiEl,{rotateY:this.currentRotateY,duration:.3,ease:i}),Jr.to(this.mouthEl,{attr:{d:this.mouthGeometry.serious},duration:0,ease:"none",onComplete:()=>{setTimeout((()=>{Jr.to(this.mouthEl,{attr:{d:this.mouthGeometry.serious},duration:0,ease:"none",onComplete:()=>{t>0&&setTimeout((()=>{Jr.to(this.mouthEl,{attr:{d:this.mouthGeometry.smile},duration:0,ease:"none"})}),t)}})}),1e3)}})},this.moveEyesThinkAnimation=()=>{var t;const i=Kr(.25,.75),n="expo.Out",r=1*Kr(-1,1,!0),e=(null!==(t=this.faceOffsetX)&&void 0!==t?t:0)+r;Jr.to(this.eyeLeftEl,{x:e,ease:n,duration:i}),Jr.to(this.eyeRightEl,{x:e,ease:n,duration:i,onComplete:()=>{this.isThinking?this.moveEyesThinkAnimation():(Jr.to(this.eyeLeftEl,{x:0,ease:"expo.inOut",duration:.5}),Jr.to(this.eyeRightEl,{x:0,ease:"expo.inOut",duration:.5}))}})},this.setStartThinkingAnimation=()=>{this.handLeftEl.style.visibility="visible",Jr.fromTo(this.handLeftEl,{scale:0,rotateZ:45},{scale:1,rotateZ:0,ease:"expo.inOut",duration:.5}),this.moveEyesThinkAnimation(),Jr.to(this.mouthEl,{attr:{d:this.mouthGeometry.think},duration:0,ease:"none"})},this.setStopThinkingAnimation=()=>{Jr.to(this.handLeftEl,{scale:0,y:0,rotateZ:45,ease:"expo.inOut",duration:.5}),Jr.to(this.eyeLeftEl,{x:0,ease:"expo.inOut",duration:.5}),Jr.to(this.eyeRightEl,{x:0,ease:"expo.inOut",duration:.5}),Jr.to(this.mouthEl,{attr:{d:this.mouthGeometry.smile},duration:0,ease:"none"})},this.loopBlink=()=>{this.blinkOnce(),this.queueNextBlink()},this.queueNextBlink=()=>{this.isBlinking&&(this.blinkTimeout=setTimeout(this.loopBlink.bind(this),Kr(2e3,5e3)))},this.blinkOnce=()=>{Jr.to(this.eyeLeftEl,{attr:{d:this.eyeLeftGeometry.close},duration:.15,onComplete:()=>{Jr.to(this.eyeLeftEl,{attr:{d:this.eyeLeftGeometry.open},duration:.15})}}),Jr.to(this.eyeRightEl,{attr:{d:this.eyeRightGeometry.close},duration:.15,onComplete:()=>{Jr.to(this.eyeRightEl,{attr:{d:this.eyeRightGeometry.open},duration:.15})}})},this.handleFollowMouse=t=>{this.isFollowingMouse&&(this.mouseX=t.clientX,this.mouseY=t.clientY,this.followMouse())},this.followMouse=()=>{const{centerX:t}=this.getEmojiCenter(),{centerY:i}=this.getEmojiCenter();let n=this.getEmojiCenter().centerX,r=this.getEmojiCenter().centerY;const e="power1.out";this.isFollowingMouse&&(n=this.mouseX,r=this.mouseY);const s=this.host.getBoundingClientRect(),o=(n-t)/(s.width/2),h=(r-i)/(s.height/2);this.currentRotateY=Jr.utils.clamp(-this.expressionAngleMax,this.expressionAngleMax,o*this.expressionAngleMax),this.currentRotateX=Jr.utils.clamp(-this.expressionAngleMax,this.expressionAngleMax,-h*this.expressionAngleMax),Jr.to(this.emojiEl,{rotateX:this.currentRotateX,rotateY:this.currentRotateY,duration:this.expressionFollowMouseHeadDuration,ease:e}),this.faceOffsetX=Jr.utils.clamp(-1,1,1*o),this.faceOffsetY=Jr.utils.clamp(-1,1,1*h),Jr.to(this.eyeLeftEl,{x:this.faceOffsetX,y:this.faceOffsetY,duration:this.expressionFollowMouseTraitsDuration,ease:e}),Jr.to(this.eyeRightEl,{x:this.faceOffsetX,y:this.faceOffsetY,duration:this.expressionFollowMouseTraitsDuration,ease:e}),Jr.to(this.handLeftEl,{x:this.faceOffsetX,y:this.faceOffsetY,duration:this.expressionFollowMouseTraitsDuration,ease:e});const a=Jr.utils.clamp(-1,1,1*o),u=Jr.utils.clamp(-1,1,1*h);Jr.to(this.mouthEl,{x:a,y:u,duration:this.expressionFollowMouseTraitsDuration,ease:e})},this.updateCSSCustomProps=()=>{if("undefined"==typeof window)return;const t=window.getComputedStyle(this.host);this.expressionAngleMax=e(t.getPropertyValue("--mds-emoji-expression-max-rotation")),this.expressionFollowMouseHeadDuration=s(t.getPropertyValue("--mds-emoji-expression-follow-mouse-head-duration")),this.expressionFollowMouseTraitsDuration=s(t.getPropertyValue("--mds-emoji-expression-follow-mouse-traits-duration"))}}async agree(){return this.stopConcurrentAnimations(),this.setAgreeAnimation(),Promise.resolve()}async disagree(t=0){return this.stopConcurrentAnimations(),this.setDisagreeAnimation(t),Promise.resolve()}async startThinking(){return this.isThinking=!0,this.setStartThinkingAnimation(),Promise.resolve()}async stopThinking(){return this.isThinking=!1,this.setStopThinkingAnimation(),Promise.resolve()}async startBlinking(){if(!this.isBlinking)return this.isBlinking=!0,this.queueNextBlink(),Promise.resolve()}async stopBlinking(){return this.isBlinking=!1,clearTimeout(this.blinkTimeout),Promise.resolve()}async stopFollowMouse(){return this.isFollowingMouse=!1,this.followMouse(),Promise.resolve()}async startFollowMouse(){return this.isFollowingMouse=!0,this.followMouse(),Promise.resolve()}componentDidLoad(){window&&(this.updateCSSCustomProps(),window.addEventListener("mousemove",this.handleFollowMouse),this.headEl.setAttribute("d",this.headGeometry.hexagonRounded))}disconnectedCallback(){window&&window.removeEventListener("mousemove",this.handleFollowMouse)}render(){return i(n,{key:"426c2dbb4cb80336f8897c8ae70049d3deef5a3b"},"hexabot"===this.name&&i("svg",{key:"f9ce19561efca4aebf8149aa74e08afe74cc3e9c",ref:t=>this.emojiEl=t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},i("path",{key:"f240afd90d41d7581678cf524ef91d0738954821",class:"head",ref:t=>this.headEl=t,d:this.headGeometry.hexagonRounded,fill:"black"}),i("path",{key:"6a8e51ad759a6db9fb97723d287a0fa4bde2db10",class:"eye",ref:t=>this.eyeLeftEl=t,d:this.eyeLeftGeometry.open,fill:"white"}),i("path",{key:"737dceb5d0f2e03097b9745d823f7f71f5a467c6",class:"eye",ref:t=>this.eyeRightEl=t,d:this.eyeRightGeometry.open,fill:"white"}),i("path",{key:"cb7132bdb42a7cd33218de1eeb7be5f620c104ba",class:"mouth",ref:t=>this.mouthEl=t,d:this.mouthGeometry.smile,fill:"white"}),i("path",{key:"3f04aa7216b868422217406347d85c6ef55e667d",class:"hand",ref:t=>this.handLeftEl=t,d:this.handLeftGeometry.think,fill:"white"})))}get host(){return r(this)}};te.style=':host{--mds-emoji-expression-follow-mouse-traits-duration:200ms;--mds-emoji-expression-follow-mouse-head-duration:300ms;--mds-emoji-expression-max-rotation:16deg;--mds-emoji-eyes:rgb(var(--label-yellow-04));--mds-emoji-head:rgb(var(--label-yellow-08));--mds-emoji-mouth:rgb(var(--label-yellow-06));--mds-emoji-hand:rgb(var(--label-yellow-06));--mds-emoji-perspective:400px;-ms-flex-align:stretch;align-items:stretch;aspect-ratio:1/1;display:-ms-flexbox;display:flex;height:3rem;-ms-flex-pack:stretch;justify-content:stretch;-webkit-perspective:var(--mds-emoji-perspective);perspective:var(--mds-emoji-perspective);-webkit-perspective-origin:center;perspective-origin:center;width:3rem}svg{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:-webkit-transform 0.2s ease-out;transition:-webkit-transform 0.2s ease-out;transition:transform 0.2s ease-out;transition:transform 0.2s ease-out, -webkit-transform 0.2s ease-out}:host .head{fill:var(--mds-emoji-head)}:host .eye{fill:var(--mds-emoji-eyes)}:host .mouth{fill:var(--mds-emoji-mouth)}:host .hand{fill:var(--mds-emoji-hand);visibility:hidden}:host([name="hexabot"]){--mds-emoji-head:rgb(var(--variant-ai-08));--mds-emoji-eyes:rgb(var(--variant-ai-03));--mds-emoji-mouth:rgb(var(--variant-ai-06));--mds-emoji-hand:rgb(var(--variant-ai-06))}';export{te as mds_emoji}
@@ -5,4 +5,4 @@ import{r as e,c as r,h as a,H as t,g as i}from"./p-3a6b32e7.js";import{m as o}fr
5
5
  * @copyright 2023 Jason Mulligan <jason.mulligan@avoidwork.com>
6
6
  * @license BSD-3-Clause
7
7
  * @version 10.1.0
8
- */const p="bits",g="bytes",f="jedec",y={symbol:{iec:{bits:["bit","Kibit","Mibit","Gibit","Tibit","Pibit","Eibit","Zibit","Yibit"],bytes:["B","KiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"]},jedec:{bits:["bit","Kbit","Mbit","Gbit","Tbit","Pbit","Ebit","Zbit","Ybit"],bytes:["B","KB","MB","GB","TB","PB","EB","ZB","YB"]}},fullform:{iec:["","kibi","mebi","gibi","tebi","pebi","exbi","zebi","yobi"],jedec:["","kilo","mega","giga","tera","peta","exa","zetta","yotta"]}},w={remove:"Αφαιρέστε το αρχείο από την ουρά μεταφόρτωσης"},u={remove:"Remove file from upload queue"},k={remove:"Eliminar archivo de la cola de carga"},x={remove:"Rimuovi file dalla coda di upload"},j=class{constructor(a){e(this,a),this.downloadedEvent=r(this,"mdsFileDownload",7),this.deletedEvent=r(this,"mdsFileDelete",7),this.t=new v({el:Object.assign(Object.assign({},w),d),en:Object.assign(Object.assign({},u),l),es:Object.assign(Object.assign({},k),n),it:Object.assign(Object.assign({},x),c)}),this.truncate="word",this.getDefaultKeyDescription=()=>m(this.filename,this.suffix).description,this.onClickDeletedEvent=()=>{this.deletedEvent.emit({target:this.host,filename:this.filename,extension:b(this.filename,this.suffix)})},this.onClickDownloadEvent=()=>{this.downloadedEvent.emit({target:this.host,filename:this.filename,extension:b(this.filename,this.suffix)})}}async updateLang(){this.language=this.t.lang(this.host)}componentWillLoad(){this.t.lang(this.host),this.format=m(this.filename,this.suffix).format}componentDidLoad(){this.handleDownloadable(this.downloadable)}handleFilename(e){this.format=m(e,this.suffix).format}handleDownloadable(e,r){var a;if(e===r)return;const t=null===(a=this.host.shadowRoot)||void 0===a?void 0:a.querySelector(".card");e?null==t||t.addEventListener("click",this.onClickDownloadEvent):null==t||t.removeEventListener("click",this.onClickDownloadEvent)}render(){var e,r,i;return a(t,{key:"0710d30368cdde1184606c5faa805cdd0bb9054a"},this.deletable&&a("mds-button",{key:"366d3fe7de6e92b3bf8c0be6736666b593ec16cb",title:this.t.get("remove"),class:"action-delete",icon:o,variant:"light",onClick:this.onClickDeletedEvent}),a("div",{key:"a9c09b7749ea1f63e8cb4ee2e5383bfc9ae0d1b3",class:"card",part:"card",onClick:this.onClickDownloadEvent},this.src&&!this.message&&m(this.filename,this.suffix).preview?a("mds-img",{src:this.src,class:"preview preview--image","aspect-ratio":"1/1"}):a("div",{class:s("preview",this.message?"preview--status":"preview--icon")},a("mds-icon",this.icon?{class:"icon",name:this.icon}:{class:"icon",name:h(this.filename,this.suffix).icon}),this.message&&a("mds-text",{class:"message",typography:"caption",variant:"info"},this.message)),a("mds-text",{key:"e2f1c6aca7f7e98f66d89aea9c53610ab9300f95",class:"file-name",typography:"h6",variant:"title",truncate:this.truncate,title:this.filename},this.filename),a("footer",{key:"3535084a42e1ad9f62c57ac54032a479f3a34463",class:s("infos",this.filesize&&"infos--has-file-size")},this.filesize&&this.filesize===Number(this.filesize).toString()&&a("mds-text",{key:"79c2bccab6b0740730193a54551a264beac1d772",class:"file-size",truncate:"word",typography:"caption",variant:"info"},function(e,{bits:r=!1,pad:a=!1,base:t=-1,round:i=2,locale:o="",localeOptions:s={},separator:d="",spacer:l=" ",symbols:n={},standard:c="",output:m="string",fullform:b=!1,fullforms:h=[],exponent:v=-1,roundingMethod:w="round",precision:u=0}={}){let k=v,x=Number(e),j=[],B=0,q="";"si"===c?(t=10,c=f):"iec"===c||c===f?t=2:2===t?c="iec":(t=10,c=f);const M=10===t?1e3:1024,z=!0===b,N=x<0,O=Math[w];if("bigint"!=typeof e&&isNaN(e))throw new TypeError("Invalid number");if("function"!=typeof O)throw new TypeError("Invalid rounding method");if(N&&(x=-x),(-1===k||isNaN(k))&&(k=Math.floor(Math.log(x)/Math.log(M)),k<0&&(k=0)),k>8&&(u>0&&(u+=8-k),k=8),"exponent"===m)return k;if(0===x)j[0]=0,q=j[1]=y.symbol[c][r?p:g][k];else{B=x/(2===t?Math.pow(2,10*k):Math.pow(1e3,k)),r&&(B*=8,B>=M&&k<8&&(B/=M,k++));const e=Math.pow(10,k>0?i:0);j[0]=O(B*e)/e,j[0]===M&&k<8&&-1===v&&(j[0]=1,k++),q=j[1]=10===t&&1===k?r?"kbit":"kB":y.symbol[c][r?p:g][k]}if(N&&(j[0]=-j[0]),u>0&&(j[0]=j[0].toPrecision(u)),j[1]=n[j[1]]||j[1],!0===o?j[0]=j[0].toLocaleString():o.length>0?j[0]=j[0].toLocaleString(o,s):d.length>0&&(j[0]=j[0].toString().replace(".",d)),a&&!1===Number.isInteger(j[0])&&i>0){const e=d||".",r=j[0].toString().split(e),a=r[1]||"",t=a.length;j[0]=`${r[0]}${e}${a.padEnd(t+(i-t),"0")}`}return z&&(j[1]=h[k]?h[k]:y.fullform[c][k]+(r?"bit":"byte")+(1===j[0]?"":"s")),"array"===m?j:"object"===m?{value:j[0],symbol:j[1],exponent:k,unit:q}:j.join(l)}(Number(this.filesize),{standard:"jedec"})),this.filesize&&this.filesize!==Number(this.filesize).toString()&&a("mds-text",{key:"143a603b4d3d974e3f93a06d3e2771a723a257d3",class:"file-size",truncate:"word",typography:"caption",variant:"info"},this.filesize),b(this.filename,this.suffix)&&a("mds-badge",{key:"39c15b38bc2c5d92151b299f4f93095e9fd17f4e",variant:h(this.filename,this.suffix).variant,tone:"weak",class:"suffix",title:null!==(e=this.description)&&void 0!==e?e:this.t.get(this.getDefaultKeyDescription())},b(this.filename,this.suffix)),!this.filesize&&a("mds-text",{key:"646a25849f8188fb5ac60cfeac9d0977ecd9f806",class:"description",truncate:"word",typography:"caption",variant:"info",title:null!==(r=this.description)&&void 0!==r?r:this.t.get(this.getDefaultKeyDescription())},null!==(i=this.description)&&void 0!==i?i:this.t.get(this.getDefaultKeyDescription())))))}get host(){return i(this)}static get watchers(){return{filename:["handleFilename"],downloadable:["handleDownloadable"]}}};j.style=':host{--mds-file-preview-background-color:rgb(var(--tone-neutral));--mds-file-preview-border-radius:0.5rem;--mds-file-preview-color:rgb(var(--tone-neutral-03));--mds-file-preview-icon-background:inherit;--mds-file-preview-icon-color:var(--mds-file-preview-color);-ms-flex-align:stretch;align-items:stretch;background-color:var(--mds-file-preview-background-color);border-radius:var(--mds-file-preview-border-radius);-webkit-box-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);box-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);display:-ms-flexbox;display:flex;fill:var(--mds-file-preview-color);-ms-flex-pack:stretch;justify-content:stretch;position:relative}.card{grid-template-columns:repeat(1, minmax(1px, 100%));gap:0.5rem;padding:1rem;border-radius:var(--mds-file-preview-border-radius);display:grid;width:100%}.preview{aspect-ratio:1/1;background-color:var(--mds-file-preview-icon-background);border-radius:0.25rem;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--mds-file-preview-color);fill:var(--mds-file-preview-icon-color);width:100%}.preview--image{-webkit-filter:brightness(0.975);filter:brightness(0.975);padding:0 !important}.preview--icon,.preview--status{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.preview--status{gap:0.5rem;padding:1rem}.icon{height:3rem;width:3rem}.message{text-align:center}.action-delete{background-color:var(--mds-file-preview-background-color);position:absolute;right:0;top:0;z-index:10}.infos{gap:0.5rem;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.suffix{-ms-flex-negative:0;flex-shrink:0}.infos--has-file-size{-ms-flex-pack:justify;justify-content:space-between}.file-name{--mds-text-line-clamp:2}:host([format="archive"]),:host([format="executable"]){--mds-file-preview-color:rgb(var(--label-amaranth-04));--mds-file-preview-icon-background:rgb(var(--label-amaranth-10));--mds-file-preview-icon-color:rgb(var(--label-amaranth-04))}:host([format="attachment"]){--mds-file-preview-color:rgb(var(--tone-neutral-04));--mds-file-preview-icon-background:rgb(var(--tone-neutral-10));--mds-file-preview-icon-color:rgb(var(--tone-neutral-04))}:host([format="audio"]),:host([format="video"]){--mds-file-preview-color:rgb(var(--label-violet-04));--mds-file-preview-icon-background:rgb(var(--label-violet-10));--mds-file-preview-icon-color:rgb(var(--label-violet-04))}:host([format="code"]),:host([format="data"]),:host([format="markup"]){--mds-file-preview-color:rgb(var(--label-yellow-04));--mds-file-preview-icon-background:rgb(var(--label-yellow-10));--mds-file-preview-icon-color:rgb(var(--label-yellow-04))}:host([format="document"]),:host([format="certificate"]){--mds-file-preview-color:rgb(var(--label-orange-04));--mds-file-preview-icon-background:rgb(var(--label-orange-10));--mds-file-preview-icon-color:rgb(var(--label-orange-04))}:host([format="email"]),:host([format="text"]){--mds-file-preview-color:rgb(var(--label-blue-04));--mds-file-preview-icon-background:rgb(var(--label-blue-10));--mds-file-preview-icon-color:rgb(var(--label-blue-04))}:host([format="image"]){--mds-file-preview-color:rgb(var(--label-green-04));--mds-file-preview-icon-background:rgb(var(--label-green-10));--mds-file-preview-icon-color:rgb(var(--label-green-04))}:host([format="slide"]){--mds-file-preview-color:rgb(var(--label-orchid-04));--mds-file-preview-icon-background:rgb(var(--label-orchid-10));--mds-file-preview-icon-color:rgb(var(--label-orchid-04))}:host([format="spreadsheet"]){--mds-file-preview-color:rgb(var(--label-lime-04));--mds-file-preview-icon-background:rgb(var(--label-lime-10));--mds-file-preview-icon-color:rgb(var(--label-lime-04))}:host([format="vector"]){--mds-file-preview-color:rgb(var(--label-aqua-04));--mds-file-preview-icon-background:rgb(var(--label-aqua-10));--mds-file-preview-icon-color:rgb(var(--label-aqua-04))}:host([variant="primary"][message]){--mds-file-preview-icon-background:rgb(var(--variant-primary-09));--mds-file-preview-icon-color:rgb(var(--variant-primary-04))}:host([variant="info"][message]){--mds-file-preview-icon-background:rgb(var(--status-info-09));--mds-file-preview-icon-color:rgb(var(--status-info-04));--mds-file-preview-color:rgb(var(--status-info-03))}:host([variant="success"][message]){--mds-file-preview-icon-background:rgb(var(--status-success-09));--mds-file-preview-icon-color:rgb(var(--status-success-04));--mds-file-preview-color:rgb(var(--status-success-03))}:host([variant="warning"][message]){--mds-file-preview-icon-background:rgb(var(--status-warning-09));--mds-file-preview-icon-color:rgb(var(--status-warning-04));--mds-file-preview-color:rgb(var(--status-warning-03))}:host([variant="error"][message]){--mds-file-preview-icon-background:rgb(var(--status-error-09));--mds-file-preview-icon-color:rgb(var(--status-error-04));--mds-file-preview-color:rgb(var(--status-error-03))}:host([variant="amaranth"][message]){--mds-file-preview-icon-background:rgb(var(--label-amaranth-09));--mds-file-preview-icon-color:rgb(var(--label-amaranth-04));--mds-file-preview-color:rgb(var(--label-amaranth-03))}:host([variant="aqua"][message]){--mds-file-preview-icon-background:rgb(var(--label-aqua-09));--mds-file-preview-icon-color:rgb(var(--label-aqua-04));--mds-file-preview-color:rgb(var(--label-aqua-03))}:host([variant="blue"][message]){--mds-file-preview-icon-background:rgb(var(--label-blue-09));--mds-file-preview-icon-color:rgb(var(--label-blue-04));--mds-file-preview-color:rgb(var(--label-blue-03))}:host([variant="green"][message]){--mds-file-preview-icon-background:rgb(var(--label-green-09));--mds-file-preview-icon-color:rgb(var(--label-green-04));--mds-file-preview-color:rgb(var(--label-green-03))}:host([variant="lime"][message]){--mds-file-preview-icon-background:rgb(var(--label-lime-09));--mds-file-preview-icon-color:rgb(var(--label-lime-04));--mds-file-preview-color:rgb(var(--label-lime-03))}:host([variant="orange"][message]){--mds-file-preview-icon-background:rgb(var(--label-orange-09));--mds-file-preview-icon-color:rgb(var(--label-orange-04));--mds-file-preview-color:rgb(var(--label-orange-03))}:host([variant="orchid"][message]){--mds-file-preview-icon-background:rgb(var(--label-orchid-09));--mds-file-preview-icon-color:rgb(var(--label-orchid-04));--mds-file-preview-color:rgb(var(--label-orchid-03))}:host([variant="sky"][message]){--mds-file-preview-icon-background:rgb(var(--label-sky-09));--mds-file-preview-icon-color:rgb(var(--label-sky-04));--mds-file-preview-color:rgb(var(--label-sky-03))}:host([variant="violet"][message]){--mds-file-preview-icon-background:rgb(var(--label-violet-09));--mds-file-preview-icon-color:rgb(var(--label-violet-04));--mds-file-preview-color:rgb(var(--label-violet-03))}:host([variant="yellow"][message]){--mds-file-preview-icon-background:rgb(var(--label-yellow-09));--mds-file-preview-icon-color:rgb(var(--label-yellow-04));--mds-file-preview-color:rgb(var(--label-yellow-03))}:host-context(.pref-contrast-more):host([variant="primary"][message]){--mds-file-preview-icon-background:rgb(var(--variant-primary-10));--mds-file-preview-icon-color:rgb(var(--variant-primary-02));--mds-file-preview-color:rgb(var(--variant-primary-01))}:host-context(.pref-contrast-more):host([variant="info"][message]){--mds-file-preview-icon-background:rgb(var(--status-info-10));--mds-file-preview-icon-color:rgb(var(--status-info-02));--mds-file-preview-color:rgb(var(--status-info-01))}:host-context(.pref-contrast-more):host([variant="success"][message]){--mds-file-preview-icon-background:rgb(var(--status-success-10));--mds-file-preview-icon-color:rgb(var(--status-success-02));--mds-file-preview-color:rgb(var(--status-success-01))}:host-context(.pref-contrast-more):host([variant="warning"][message]){--mds-file-preview-icon-background:rgb(var(--status-warning-10));--mds-file-preview-icon-color:rgb(var(--status-warning-02));--mds-file-preview-color:rgb(var(--status-warning-01))}:host-context(.pref-contrast-more):host([variant="error"][message]){--mds-file-preview-icon-background:rgb(var(--status-error-10));--mds-file-preview-icon-color:rgb(var(--status-error-02));--mds-file-preview-color:rgb(var(--status-error-01))}:host-context(.pref-contrast-more):host([variant="amaranth"][message]){--mds-file-preview-icon-background:rgb(var(--label-amaranth-10));--mds-file-preview-icon-color:rgb(var(--label-amaranth-02));--mds-file-preview-color:rgb(var(--label-amaranth-01))}:host-context(.pref-contrast-more):host([variant="aqua"][message]){--mds-file-preview-icon-background:rgb(var(--label-aqua-10));--mds-file-preview-icon-color:rgb(var(--label-aqua-02));--mds-file-preview-color:rgb(var(--label-aqua-01))}:host-context(.pref-contrast-more):host([variant="blue"][message]){--mds-file-preview-icon-background:rgb(var(--label-blue-10));--mds-file-preview-icon-color:rgb(var(--label-blue-02));--mds-file-preview-color:rgb(var(--label-blue-01))}:host-context(.pref-contrast-more):host([variant="green"][message]){--mds-file-preview-icon-background:rgb(var(--label-green-10));--mds-file-preview-icon-color:rgb(var(--label-green-02));--mds-file-preview-color:rgb(var(--label-green-01))}:host-context(.pref-contrast-more):host([variant="lime"][message]){--mds-file-preview-icon-background:rgb(var(--label-lime-10));--mds-file-preview-icon-color:rgb(var(--label-lime-02));--mds-file-preview-color:rgb(var(--label-lime-01))}:host-context(.pref-contrast-more):host([variant="orange"][message]){--mds-file-preview-icon-background:rgb(var(--label-orange-10));--mds-file-preview-icon-color:rgb(var(--label-orange-02));--mds-file-preview-color:rgb(var(--label-orange-01))}:host-context(.pref-contrast-more):host([variant="orchid"][message]){--mds-file-preview-icon-background:rgb(var(--label-orchid-10));--mds-file-preview-icon-color:rgb(var(--label-orchid-02));--mds-file-preview-color:rgb(var(--label-orchid-01))}:host-context(.pref-contrast-more):host([variant="sky"][message]){--mds-file-preview-icon-background:rgb(var(--label-sky-10));--mds-file-preview-icon-color:rgb(var(--label-sky-02));--mds-file-preview-color:rgb(var(--label-sky-01))}:host-context(.pref-contrast-more):host([variant="violet"][message]){--mds-file-preview-icon-background:rgb(var(--label-violet-10));--mds-file-preview-icon-color:rgb(var(--label-violet-02));--mds-file-preview-color:rgb(var(--label-violet-01))}:host-context(.pref-contrast-more):host([variant="yellow"][message]){--mds-file-preview-icon-background:rgb(var(--label-yellow-10));--mds-file-preview-icon-color:rgb(var(--label-yellow-02));--mds-file-preview-color:rgb(var(--label-yellow-01))}@media (prefers-contrast: more){:host-context(.pref-contrast-system):host([variant="primary"][message]){--mds-file-preview-icon-background:rgb(var(--variant-primary-10));--mds-file-preview-icon-color:rgb(var(--variant-primary-02));--mds-file-preview-color:rgb(var(--variant-primary-01))}:host-context(.pref-contrast-system):host([variant="info"][message]){--mds-file-preview-icon-background:rgb(var(--status-info-10));--mds-file-preview-icon-color:rgb(var(--status-info-02));--mds-file-preview-color:rgb(var(--status-info-01))}:host-context(.pref-contrast-system):host([variant="success"][message]){--mds-file-preview-icon-background:rgb(var(--status-success-10));--mds-file-preview-icon-color:rgb(var(--status-success-02));--mds-file-preview-color:rgb(var(--status-success-01))}:host-context(.pref-contrast-system):host([variant="warning"][message]){--mds-file-preview-icon-background:rgb(var(--status-warning-10));--mds-file-preview-icon-color:rgb(var(--status-warning-02));--mds-file-preview-color:rgb(var(--status-warning-01))}:host-context(.pref-contrast-system):host([variant="error"][message]){--mds-file-preview-icon-background:rgb(var(--status-error-10));--mds-file-preview-icon-color:rgb(var(--status-error-02));--mds-file-preview-color:rgb(var(--status-error-01))}:host-context(.pref-contrast-system):host([variant="amaranth"][message]){--mds-file-preview-icon-background:rgb(var(--label-amaranth-10));--mds-file-preview-icon-color:rgb(var(--label-amaranth-02));--mds-file-preview-color:rgb(var(--label-amaranth-01))}:host-context(.pref-contrast-system):host([variant="aqua"][message]){--mds-file-preview-icon-background:rgb(var(--label-aqua-10));--mds-file-preview-icon-color:rgb(var(--label-aqua-02));--mds-file-preview-color:rgb(var(--label-aqua-01))}:host-context(.pref-contrast-system):host([variant="blue"][message]){--mds-file-preview-icon-background:rgb(var(--label-blue-10));--mds-file-preview-icon-color:rgb(var(--label-blue-02));--mds-file-preview-color:rgb(var(--label-blue-01))}:host-context(.pref-contrast-system):host([variant="green"][message]){--mds-file-preview-icon-background:rgb(var(--label-green-10));--mds-file-preview-icon-color:rgb(var(--label-green-02));--mds-file-preview-color:rgb(var(--label-green-01))}:host-context(.pref-contrast-system):host([variant="lime"][message]){--mds-file-preview-icon-background:rgb(var(--label-lime-10));--mds-file-preview-icon-color:rgb(var(--label-lime-02));--mds-file-preview-color:rgb(var(--label-lime-01))}:host-context(.pref-contrast-system):host([variant="orange"][message]){--mds-file-preview-icon-background:rgb(var(--label-orange-10));--mds-file-preview-icon-color:rgb(var(--label-orange-02));--mds-file-preview-color:rgb(var(--label-orange-01))}:host-context(.pref-contrast-system):host([variant="orchid"][message]){--mds-file-preview-icon-background:rgb(var(--label-orchid-10));--mds-file-preview-icon-color:rgb(var(--label-orchid-02));--mds-file-preview-color:rgb(var(--label-orchid-01))}:host-context(.pref-contrast-system):host([variant="sky"][message]){--mds-file-preview-icon-background:rgb(var(--label-sky-10));--mds-file-preview-icon-color:rgb(var(--label-sky-02));--mds-file-preview-color:rgb(var(--label-sky-01))}:host-context(.pref-contrast-system):host([variant="violet"][message]){--mds-file-preview-icon-background:rgb(var(--label-violet-10));--mds-file-preview-icon-color:rgb(var(--label-violet-02));--mds-file-preview-color:rgb(var(--label-violet-01))}:host-context(.pref-contrast-system):host([variant="yellow"][message]){--mds-file-preview-icon-background:rgb(var(--label-yellow-10));--mds-file-preview-icon-color:rgb(var(--label-yellow-02));--mds-file-preview-color:rgb(var(--label-yellow-01))}}:host-context(.pref-animation-reduce),:host-context(.pref-animation-reduce) .preview{-webkit-transition-duration:0s;transition-duration:0s}@media (prefers-reduced-motion){:host-context(.pref-animation-system),:host-context(.pref-animation-system) .preview{-webkit-transition-duration:0s;transition-duration:0s}}:host-context(.pref-theme-dark){-webkit-box-shadow:0 0 0 1px rgb(var(--tone-neutral-01) / 0.3);box-shadow:0 0 0 1px rgb(var(--tone-neutral-01) / 0.3)}@media (prefers-color-scheme: dark){:host-context(.pref-theme-system){-webkit-box-shadow:0 0 0 1px rgb(var(--tone-neutral-01) / 0.3);box-shadow:0 0 0 1px rgb(var(--tone-neutral-01) / 0.3)}}:host-context(.pref-contrast-more){--mds-file-preview-color:rgb(var(--tone-neutral-01));-webkit-box-shadow:0 0 0 2px rgb(var(--tone-neutral-01) / 0.3);box-shadow:0 0 0 2px rgb(var(--tone-neutral-01) / 0.3)}@media (prefers-contrast: more){:host-context(.pref-contrast-system){--mds-file-preview-color:rgb(var(--tone-neutral-01));-webkit-box-shadow:0 0 0 2px rgb(var(--tone-neutral-01) / 0.3);box-shadow:0 0 0 2px rgb(var(--tone-neutral-01) / 0.3)}}:host(:not(:is([hydrated],.hydrated))){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}mds-accordion:not(:is([hydrated],.hydrated)),mds-accordion-item:not(:is([hydrated],.hydrated)),mds-accordion-timer:not(:is([hydrated],.hydrated)),mds-accordion-timer-item:not(:is([hydrated],.hydrated)),mds-author:not(:is([hydrated],.hydrated)),mds-avatar:not(:is([hydrated],.hydrated)),mds-badge:not(:is([hydrated],.hydrated)),mds-banner:not(:is([hydrated],.hydrated)),mds-benchmark-bar:not(:is([hydrated],.hydrated)),mds-bibliography:not(:is([hydrated],.hydrated)),mds-breadcrumb:not(:is([hydrated],.hydrated)),mds-breadcrumb-item:not(:is([hydrated],.hydrated)),mds-button:not(:is([hydrated],.hydrated)),mds-card:not(:is([hydrated],.hydrated)),mds-card-content:not(:is([hydrated],.hydrated)),mds-card-footer:not(:is([hydrated],.hydrated)),mds-card-header:not(:is([hydrated],.hydrated)),mds-card-media:not(:is([hydrated],.hydrated)),mds-chip:not(:is([hydrated],.hydrated)),mds-details:not(:is([hydrated],.hydrated)),mds-dropdown:not(:is([hydrated],.hydrated)),mds-entity:not(:is([hydrated],.hydrated)),mds-file:not(:is([hydrated],.hydrated)),mds-file-preview:not(:is([hydrated],.hydrated)),mds-filter:not(:is([hydrated],.hydrated)),mds-filter-item:not(:is([hydrated],.hydrated)),mds-header:not(:is([hydrated],.hydrated)),mds-header-bar:not(:is([hydrated],.hydrated)),mds-help:not(:is([hydrated],.hydrated)),mds-horizontal-scroll:not(:is([hydrated],.hydrated)),mds-hr:not(:is([hydrated],.hydrated)),mds-icon:not(:is([hydrated],.hydrated)),mds-img:not(:is([hydrated],.hydrated)),mds-input:not(:is([hydrated],.hydrated)),mds-input-field:not(:is([hydrated],.hydrated)),mds-input-range:not(:is([hydrated],.hydrated)),mds-input-select:not(:is([hydrated],.hydrated)),mds-input-switch:not(:is([hydrated],.hydrated)),mds-input-tip:not(:is([hydrated],.hydrated)),mds-input-tip-item:not(:is([hydrated],.hydrated)),mds-input-upload:not(:is([hydrated],.hydrated)),mds-keyboard:not(:is([hydrated],.hydrated)),mds-keyboard-key:not(:is([hydrated],.hydrated)),mds-kpi:not(:is([hydrated],.hydrated)),mds-kpi-item:not(:is([hydrated],.hydrated)),mds-label:not(:is([hydrated],.hydrated)),mds-list:not(:is([hydrated],.hydrated)),mds-list-item:not(:is([hydrated],.hydrated)),mds-modal:not(:is([hydrated],.hydrated)),mds-note:not(:is([hydrated],.hydrated)),mds-notification:not(:is([hydrated],.hydrated)),mds-paginator:not(:is([hydrated],.hydrated)),mds-paginator-item:not(:is([hydrated],.hydrated)),mds-pref:not(:is([hydrated],.hydrated)),mds-pref-animation:not(:is([hydrated],.hydrated)),mds-pref-consumption:not(:is([hydrated],.hydrated)),mds-pref-contrast:not(:is([hydrated],.hydrated)),mds-pref-language:not(:is([hydrated],.hydrated)),mds-pref-language-item:not(:is([hydrated],.hydrated)),mds-pref-theme:not(:is([hydrated],.hydrated)),mds-price-table:not(:is([hydrated],.hydrated)),mds-price-table-features:not(:is([hydrated],.hydrated)),mds-price-table-features-cell:not(:is([hydrated],.hydrated)),mds-price-table-features-row:not(:is([hydrated],.hydrated)),mds-price-table-header:not(:is([hydrated],.hydrated)),mds-price-table-list:not(:is([hydrated],.hydrated)),mds-price-table-list-item:not(:is([hydrated],.hydrated)),mds-progress:not(:is([hydrated],.hydrated)),mds-push-notification:not(:is([hydrated],.hydrated)),mds-push-notifications:not(:is([hydrated],.hydrated)),mds-quote:not(:is([hydrated],.hydrated)),mds-separator:not(:is([hydrated],.hydrated)),mds-spinner:not(:is([hydrated],.hydrated)),mds-stepper-bar:not(:is([hydrated],.hydrated)),mds-stepper-bar-item:not(:is([hydrated],.hydrated)),mds-tab:not(:is([hydrated],.hydrated)),mds-tab-bar:not(:is([hydrated],.hydrated)),mds-tab-bar-item:not(:is([hydrated],.hydrated)),mds-tab-item:not(:is([hydrated],.hydrated)),mds-table:not(:is([hydrated],.hydrated)),mds-table-body:not(:is([hydrated],.hydrated)),mds-table-cell:not(:is([hydrated],.hydrated)),mds-table-footer:not(:is([hydrated],.hydrated)),mds-table-header:not(:is([hydrated],.hydrated)),mds-table-header-cell:not(:is([hydrated],.hydrated)),mds-table-row:not(:is([hydrated],.hydrated)),mds-text:not(:is([hydrated],.hydrated)),mds-toast:not(:is([hydrated],.hydrated)),mds-tooltip:not(:is([hydrated],.hydrated)),mds-tree:not(:is([hydrated],.hydrated)),mds-tree-item:not(:is([hydrated],.hydrated)),mds-url-view:not(:is([hydrated],.hydrated)),mds-usage:not(:is([hydrated],.hydrated)),mds-video-wall:not(:is([hydrated],.hydrated)),mds-zero:not(:is([hydrated],.hydrated)){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}';export{j as mds_file_preview}
8
+ */const p="bits",g="bytes",f="jedec",y={symbol:{iec:{bits:["bit","Kibit","Mibit","Gibit","Tibit","Pibit","Eibit","Zibit","Yibit"],bytes:["B","KiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"]},jedec:{bits:["bit","Kbit","Mbit","Gbit","Tbit","Pbit","Ebit","Zbit","Ybit"],bytes:["B","KB","MB","GB","TB","PB","EB","ZB","YB"]}},fullform:{iec:["","kibi","mebi","gibi","tebi","pebi","exbi","zebi","yobi"],jedec:["","kilo","mega","giga","tera","peta","exa","zetta","yotta"]}},w={remove:"Αφαιρέστε το αρχείο από την ουρά μεταφόρτωσης"},u={remove:"Remove file from upload queue"},k={remove:"Eliminar archivo de la cola de carga"},x={remove:"Rimuovi file dalla coda di upload"},j=class{constructor(a){e(this,a),this.downloadedEvent=r(this,"mdsFileDownload",7),this.deletedEvent=r(this,"mdsFileDelete",7),this.t=new v({el:Object.assign(Object.assign({},w),d),en:Object.assign(Object.assign({},u),l),es:Object.assign(Object.assign({},k),n),it:Object.assign(Object.assign({},x),c)}),this.truncate="word",this.getDefaultKeyDescription=()=>m(this.filename,this.suffix).description,this.onClickDeletedEvent=()=>{this.deletedEvent.emit({target:this.host,filename:this.filename,extension:b(this.filename,this.suffix)})},this.onClickDownloadEvent=()=>{this.downloadedEvent.emit({target:this.host,filename:this.filename,extension:b(this.filename,this.suffix)})}}async updateLang(){this.language=this.t.lang(this.host)}componentWillLoad(){this.t.lang(this.host),this.format=m(this.filename,this.suffix).format}componentDidLoad(){this.handleDownloadable(this.downloadable)}handleFilename(e){this.format=m(e,this.suffix).format}handleDownloadable(e,r){var a;if(e===r)return;const t=null===(a=this.host.shadowRoot)||void 0===a?void 0:a.querySelector(".card");e?null==t||t.addEventListener("click",this.onClickDownloadEvent):null==t||t.removeEventListener("click",this.onClickDownloadEvent)}render(){var e,r,i;return a(t,{key:"c19f52934f1fa591d71175d1a0a584c0e9d0bd92"},this.deletable&&a("mds-button",{key:"89ea5ca40b769a2be0fd1a85a647c76cfec19d1a",title:this.t.get("remove"),class:"action-delete",icon:o,variant:"light",onClick:this.onClickDeletedEvent}),a("div",{key:"4549aaf3814a0b76176ba5ff7c661ccb8459f537",class:"card",part:"card",onClick:this.onClickDownloadEvent},this.src&&!this.message&&m(this.filename,this.suffix).preview?a("mds-img",{src:this.src,class:"preview preview--image","aspect-ratio":"1/1"}):a("div",{class:s("preview",this.message?"preview--status":"preview--icon")},a("mds-icon",this.icon?{class:"icon",name:this.icon}:{class:"icon",name:h(this.filename,this.suffix).icon}),this.message&&a("mds-text",{class:"message",typography:"caption",variant:"info"},this.message)),a("mds-text",{key:"b65a6b6b3dff0c40cda7493fede3e906ec2a39bb",class:"file-name",typography:"h6",variant:"title",truncate:this.truncate,title:this.filename},this.filename),a("footer",{key:"9a3ab25be54faa5d535eaaf4449985090aa5a9ea",class:s("infos",this.filesize&&"infos--has-file-size")},this.filesize&&this.filesize===Number(this.filesize).toString()&&a("mds-text",{key:"4c975b0c31a93568e2776ec71778a117d5eeeb66",class:"file-size",truncate:"word",typography:"caption",variant:"info"},function(e,{bits:r=!1,pad:a=!1,base:t=-1,round:i=2,locale:o="",localeOptions:s={},separator:d="",spacer:l=" ",symbols:n={},standard:c="",output:m="string",fullform:b=!1,fullforms:h=[],exponent:v=-1,roundingMethod:w="round",precision:u=0}={}){let k=v,x=Number(e),j=[],B=0,q="";"si"===c?(t=10,c=f):"iec"===c||c===f?t=2:2===t?c="iec":(t=10,c=f);const M=10===t?1e3:1024,z=!0===b,N=x<0,O=Math[w];if("bigint"!=typeof e&&isNaN(e))throw new TypeError("Invalid number");if("function"!=typeof O)throw new TypeError("Invalid rounding method");if(N&&(x=-x),(-1===k||isNaN(k))&&(k=Math.floor(Math.log(x)/Math.log(M)),k<0&&(k=0)),k>8&&(u>0&&(u+=8-k),k=8),"exponent"===m)return k;if(0===x)j[0]=0,q=j[1]=y.symbol[c][r?p:g][k];else{B=x/(2===t?Math.pow(2,10*k):Math.pow(1e3,k)),r&&(B*=8,B>=M&&k<8&&(B/=M,k++));const e=Math.pow(10,k>0?i:0);j[0]=O(B*e)/e,j[0]===M&&k<8&&-1===v&&(j[0]=1,k++),q=j[1]=10===t&&1===k?r?"kbit":"kB":y.symbol[c][r?p:g][k]}if(N&&(j[0]=-j[0]),u>0&&(j[0]=j[0].toPrecision(u)),j[1]=n[j[1]]||j[1],!0===o?j[0]=j[0].toLocaleString():o.length>0?j[0]=j[0].toLocaleString(o,s):d.length>0&&(j[0]=j[0].toString().replace(".",d)),a&&!1===Number.isInteger(j[0])&&i>0){const e=d||".",r=j[0].toString().split(e),a=r[1]||"",t=a.length;j[0]=`${r[0]}${e}${a.padEnd(t+(i-t),"0")}`}return z&&(j[1]=h[k]?h[k]:y.fullform[c][k]+(r?"bit":"byte")+(1===j[0]?"":"s")),"array"===m?j:"object"===m?{value:j[0],symbol:j[1],exponent:k,unit:q}:j.join(l)}(Number(this.filesize),{standard:"jedec"})),this.filesize&&this.filesize!==Number(this.filesize).toString()&&a("mds-text",{key:"98912a75f1d391ec5ef30ddb122c71750a21dff2",class:"file-size",truncate:"word",typography:"caption",variant:"info"},this.filesize),b(this.filename,this.suffix)&&a("mds-badge",{key:"e4985c4617aa81233dbb48dfa774c809e62f8384",variant:h(this.filename,this.suffix).variant,tone:"weak",class:"suffix",title:null!==(e=this.description)&&void 0!==e?e:this.t.get(this.getDefaultKeyDescription())},b(this.filename,this.suffix)),!this.filesize&&a("mds-text",{key:"180c16a686a3b627279388fd0f5f001bded84b65",class:"description",truncate:"word",typography:"caption",variant:"info",title:null!==(r=this.description)&&void 0!==r?r:this.t.get(this.getDefaultKeyDescription())},null!==(i=this.description)&&void 0!==i?i:this.t.get(this.getDefaultKeyDescription())))))}get host(){return i(this)}static get watchers(){return{filename:["handleFilename"],downloadable:["handleDownloadable"]}}};j.style=':host{--mds-file-preview-background-color:rgb(var(--tone-neutral));--mds-file-preview-border-radius:0.5rem;--mds-file-preview-color:rgb(var(--tone-neutral-03));--mds-file-preview-icon-background:inherit;--mds-file-preview-icon-color:var(--mds-file-preview-color);-ms-flex-align:stretch;align-items:stretch;background-color:var(--mds-file-preview-background-color);border-radius:var(--mds-file-preview-border-radius);-webkit-box-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);box-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);display:-ms-flexbox;display:flex;fill:var(--mds-file-preview-color);-ms-flex-pack:stretch;justify-content:stretch;position:relative}.card{grid-template-columns:repeat(1, minmax(1px, 100%));gap:0.5rem;padding:1rem;border-radius:var(--mds-file-preview-border-radius);display:grid;width:100%}.preview{aspect-ratio:1/1;background-color:var(--mds-file-preview-icon-background);border-radius:0.25rem;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--mds-file-preview-color);fill:var(--mds-file-preview-icon-color);width:100%}.preview--image{-webkit-filter:brightness(0.975);filter:brightness(0.975);padding:0 !important}.preview--icon,.preview--status{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.preview--status{gap:0.5rem;padding:1rem}.icon{height:3rem;width:3rem}.message{text-align:center}.action-delete{background-color:var(--mds-file-preview-background-color);position:absolute;right:0;top:0;z-index:10}.infos{gap:0.5rem;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.suffix{-ms-flex-negative:0;flex-shrink:0}.infos--has-file-size{-ms-flex-pack:justify;justify-content:space-between}.file-name{--mds-text-line-clamp:2}:host([format="archive"]),:host([format="executable"]){--mds-file-preview-color:rgb(var(--label-amaranth-04));--mds-file-preview-icon-background:rgb(var(--label-amaranth-10));--mds-file-preview-icon-color:rgb(var(--label-amaranth-04))}:host([format="attachment"]){--mds-file-preview-color:rgb(var(--tone-neutral-04));--mds-file-preview-icon-background:rgb(var(--tone-neutral-10));--mds-file-preview-icon-color:rgb(var(--tone-neutral-04))}:host([format="audio"]),:host([format="video"]){--mds-file-preview-color:rgb(var(--label-violet-04));--mds-file-preview-icon-background:rgb(var(--label-violet-10));--mds-file-preview-icon-color:rgb(var(--label-violet-04))}:host([format="code"]),:host([format="data"]),:host([format="markup"]){--mds-file-preview-color:rgb(var(--label-yellow-04));--mds-file-preview-icon-background:rgb(var(--label-yellow-10));--mds-file-preview-icon-color:rgb(var(--label-yellow-04))}:host([format="document"]),:host([format="certificate"]){--mds-file-preview-color:rgb(var(--label-orange-04));--mds-file-preview-icon-background:rgb(var(--label-orange-10));--mds-file-preview-icon-color:rgb(var(--label-orange-04))}:host([format="email"]),:host([format="text"]){--mds-file-preview-color:rgb(var(--label-blue-04));--mds-file-preview-icon-background:rgb(var(--label-blue-10));--mds-file-preview-icon-color:rgb(var(--label-blue-04))}:host([format="image"]){--mds-file-preview-color:rgb(var(--label-green-04));--mds-file-preview-icon-background:rgb(var(--label-green-10));--mds-file-preview-icon-color:rgb(var(--label-green-04))}:host([format="slide"]){--mds-file-preview-color:rgb(var(--label-orchid-04));--mds-file-preview-icon-background:rgb(var(--label-orchid-10));--mds-file-preview-icon-color:rgb(var(--label-orchid-04))}:host([format="spreadsheet"]){--mds-file-preview-color:rgb(var(--label-lime-04));--mds-file-preview-icon-background:rgb(var(--label-lime-10));--mds-file-preview-icon-color:rgb(var(--label-lime-04))}:host([format="vector"]){--mds-file-preview-color:rgb(var(--label-aqua-04));--mds-file-preview-icon-background:rgb(var(--label-aqua-10));--mds-file-preview-icon-color:rgb(var(--label-aqua-04))}:host([variant="primary"][message]){--mds-file-preview-icon-background:rgb(var(--variant-primary-09));--mds-file-preview-icon-color:rgb(var(--variant-primary-04))}:host([variant="info"][message]){--mds-file-preview-icon-background:rgb(var(--status-info-09));--mds-file-preview-icon-color:rgb(var(--status-info-04));--mds-file-preview-color:rgb(var(--status-info-03))}:host([variant="success"][message]){--mds-file-preview-icon-background:rgb(var(--status-success-09));--mds-file-preview-icon-color:rgb(var(--status-success-04));--mds-file-preview-color:rgb(var(--status-success-03))}:host([variant="warning"][message]){--mds-file-preview-icon-background:rgb(var(--status-warning-09));--mds-file-preview-icon-color:rgb(var(--status-warning-04));--mds-file-preview-color:rgb(var(--status-warning-03))}:host([variant="error"][message]){--mds-file-preview-icon-background:rgb(var(--status-error-09));--mds-file-preview-icon-color:rgb(var(--status-error-04));--mds-file-preview-color:rgb(var(--status-error-03))}:host([variant="amaranth"][message]){--mds-file-preview-icon-background:rgb(var(--label-amaranth-09));--mds-file-preview-icon-color:rgb(var(--label-amaranth-04));--mds-file-preview-color:rgb(var(--label-amaranth-03))}:host([variant="aqua"][message]){--mds-file-preview-icon-background:rgb(var(--label-aqua-09));--mds-file-preview-icon-color:rgb(var(--label-aqua-04));--mds-file-preview-color:rgb(var(--label-aqua-03))}:host([variant="blue"][message]){--mds-file-preview-icon-background:rgb(var(--label-blue-09));--mds-file-preview-icon-color:rgb(var(--label-blue-04));--mds-file-preview-color:rgb(var(--label-blue-03))}:host([variant="green"][message]){--mds-file-preview-icon-background:rgb(var(--label-green-09));--mds-file-preview-icon-color:rgb(var(--label-green-04));--mds-file-preview-color:rgb(var(--label-green-03))}:host([variant="lime"][message]){--mds-file-preview-icon-background:rgb(var(--label-lime-09));--mds-file-preview-icon-color:rgb(var(--label-lime-04));--mds-file-preview-color:rgb(var(--label-lime-03))}:host([variant="orange"][message]){--mds-file-preview-icon-background:rgb(var(--label-orange-09));--mds-file-preview-icon-color:rgb(var(--label-orange-04));--mds-file-preview-color:rgb(var(--label-orange-03))}:host([variant="orchid"][message]){--mds-file-preview-icon-background:rgb(var(--label-orchid-09));--mds-file-preview-icon-color:rgb(var(--label-orchid-04));--mds-file-preview-color:rgb(var(--label-orchid-03))}:host([variant="sky"][message]){--mds-file-preview-icon-background:rgb(var(--label-sky-09));--mds-file-preview-icon-color:rgb(var(--label-sky-04));--mds-file-preview-color:rgb(var(--label-sky-03))}:host([variant="violet"][message]){--mds-file-preview-icon-background:rgb(var(--label-violet-09));--mds-file-preview-icon-color:rgb(var(--label-violet-04));--mds-file-preview-color:rgb(var(--label-violet-03))}:host([variant="yellow"][message]){--mds-file-preview-icon-background:rgb(var(--label-yellow-09));--mds-file-preview-icon-color:rgb(var(--label-yellow-04));--mds-file-preview-color:rgb(var(--label-yellow-03))}:host-context(.pref-contrast-more):host([variant="primary"][message]){--mds-file-preview-icon-background:rgb(var(--variant-primary-10));--mds-file-preview-icon-color:rgb(var(--variant-primary-02));--mds-file-preview-color:rgb(var(--variant-primary-01))}:host-context(.pref-contrast-more):host([variant="info"][message]){--mds-file-preview-icon-background:rgb(var(--status-info-10));--mds-file-preview-icon-color:rgb(var(--status-info-02));--mds-file-preview-color:rgb(var(--status-info-01))}:host-context(.pref-contrast-more):host([variant="success"][message]){--mds-file-preview-icon-background:rgb(var(--status-success-10));--mds-file-preview-icon-color:rgb(var(--status-success-02));--mds-file-preview-color:rgb(var(--status-success-01))}:host-context(.pref-contrast-more):host([variant="warning"][message]){--mds-file-preview-icon-background:rgb(var(--status-warning-10));--mds-file-preview-icon-color:rgb(var(--status-warning-02));--mds-file-preview-color:rgb(var(--status-warning-01))}:host-context(.pref-contrast-more):host([variant="error"][message]){--mds-file-preview-icon-background:rgb(var(--status-error-10));--mds-file-preview-icon-color:rgb(var(--status-error-02));--mds-file-preview-color:rgb(var(--status-error-01))}:host-context(.pref-contrast-more):host([variant="amaranth"][message]){--mds-file-preview-icon-background:rgb(var(--label-amaranth-10));--mds-file-preview-icon-color:rgb(var(--label-amaranth-02));--mds-file-preview-color:rgb(var(--label-amaranth-01))}:host-context(.pref-contrast-more):host([variant="aqua"][message]){--mds-file-preview-icon-background:rgb(var(--label-aqua-10));--mds-file-preview-icon-color:rgb(var(--label-aqua-02));--mds-file-preview-color:rgb(var(--label-aqua-01))}:host-context(.pref-contrast-more):host([variant="blue"][message]){--mds-file-preview-icon-background:rgb(var(--label-blue-10));--mds-file-preview-icon-color:rgb(var(--label-blue-02));--mds-file-preview-color:rgb(var(--label-blue-01))}:host-context(.pref-contrast-more):host([variant="green"][message]){--mds-file-preview-icon-background:rgb(var(--label-green-10));--mds-file-preview-icon-color:rgb(var(--label-green-02));--mds-file-preview-color:rgb(var(--label-green-01))}:host-context(.pref-contrast-more):host([variant="lime"][message]){--mds-file-preview-icon-background:rgb(var(--label-lime-10));--mds-file-preview-icon-color:rgb(var(--label-lime-02));--mds-file-preview-color:rgb(var(--label-lime-01))}:host-context(.pref-contrast-more):host([variant="orange"][message]){--mds-file-preview-icon-background:rgb(var(--label-orange-10));--mds-file-preview-icon-color:rgb(var(--label-orange-02));--mds-file-preview-color:rgb(var(--label-orange-01))}:host-context(.pref-contrast-more):host([variant="orchid"][message]){--mds-file-preview-icon-background:rgb(var(--label-orchid-10));--mds-file-preview-icon-color:rgb(var(--label-orchid-02));--mds-file-preview-color:rgb(var(--label-orchid-01))}:host-context(.pref-contrast-more):host([variant="sky"][message]){--mds-file-preview-icon-background:rgb(var(--label-sky-10));--mds-file-preview-icon-color:rgb(var(--label-sky-02));--mds-file-preview-color:rgb(var(--label-sky-01))}:host-context(.pref-contrast-more):host([variant="violet"][message]){--mds-file-preview-icon-background:rgb(var(--label-violet-10));--mds-file-preview-icon-color:rgb(var(--label-violet-02));--mds-file-preview-color:rgb(var(--label-violet-01))}:host-context(.pref-contrast-more):host([variant="yellow"][message]){--mds-file-preview-icon-background:rgb(var(--label-yellow-10));--mds-file-preview-icon-color:rgb(var(--label-yellow-02));--mds-file-preview-color:rgb(var(--label-yellow-01))}@media (prefers-contrast: more){:host-context(.pref-contrast-system):host([variant="primary"][message]){--mds-file-preview-icon-background:rgb(var(--variant-primary-10));--mds-file-preview-icon-color:rgb(var(--variant-primary-02));--mds-file-preview-color:rgb(var(--variant-primary-01))}:host-context(.pref-contrast-system):host([variant="info"][message]){--mds-file-preview-icon-background:rgb(var(--status-info-10));--mds-file-preview-icon-color:rgb(var(--status-info-02));--mds-file-preview-color:rgb(var(--status-info-01))}:host-context(.pref-contrast-system):host([variant="success"][message]){--mds-file-preview-icon-background:rgb(var(--status-success-10));--mds-file-preview-icon-color:rgb(var(--status-success-02));--mds-file-preview-color:rgb(var(--status-success-01))}:host-context(.pref-contrast-system):host([variant="warning"][message]){--mds-file-preview-icon-background:rgb(var(--status-warning-10));--mds-file-preview-icon-color:rgb(var(--status-warning-02));--mds-file-preview-color:rgb(var(--status-warning-01))}:host-context(.pref-contrast-system):host([variant="error"][message]){--mds-file-preview-icon-background:rgb(var(--status-error-10));--mds-file-preview-icon-color:rgb(var(--status-error-02));--mds-file-preview-color:rgb(var(--status-error-01))}:host-context(.pref-contrast-system):host([variant="amaranth"][message]){--mds-file-preview-icon-background:rgb(var(--label-amaranth-10));--mds-file-preview-icon-color:rgb(var(--label-amaranth-02));--mds-file-preview-color:rgb(var(--label-amaranth-01))}:host-context(.pref-contrast-system):host([variant="aqua"][message]){--mds-file-preview-icon-background:rgb(var(--label-aqua-10));--mds-file-preview-icon-color:rgb(var(--label-aqua-02));--mds-file-preview-color:rgb(var(--label-aqua-01))}:host-context(.pref-contrast-system):host([variant="blue"][message]){--mds-file-preview-icon-background:rgb(var(--label-blue-10));--mds-file-preview-icon-color:rgb(var(--label-blue-02));--mds-file-preview-color:rgb(var(--label-blue-01))}:host-context(.pref-contrast-system):host([variant="green"][message]){--mds-file-preview-icon-background:rgb(var(--label-green-10));--mds-file-preview-icon-color:rgb(var(--label-green-02));--mds-file-preview-color:rgb(var(--label-green-01))}:host-context(.pref-contrast-system):host([variant="lime"][message]){--mds-file-preview-icon-background:rgb(var(--label-lime-10));--mds-file-preview-icon-color:rgb(var(--label-lime-02));--mds-file-preview-color:rgb(var(--label-lime-01))}:host-context(.pref-contrast-system):host([variant="orange"][message]){--mds-file-preview-icon-background:rgb(var(--label-orange-10));--mds-file-preview-icon-color:rgb(var(--label-orange-02));--mds-file-preview-color:rgb(var(--label-orange-01))}:host-context(.pref-contrast-system):host([variant="orchid"][message]){--mds-file-preview-icon-background:rgb(var(--label-orchid-10));--mds-file-preview-icon-color:rgb(var(--label-orchid-02));--mds-file-preview-color:rgb(var(--label-orchid-01))}:host-context(.pref-contrast-system):host([variant="sky"][message]){--mds-file-preview-icon-background:rgb(var(--label-sky-10));--mds-file-preview-icon-color:rgb(var(--label-sky-02));--mds-file-preview-color:rgb(var(--label-sky-01))}:host-context(.pref-contrast-system):host([variant="violet"][message]){--mds-file-preview-icon-background:rgb(var(--label-violet-10));--mds-file-preview-icon-color:rgb(var(--label-violet-02));--mds-file-preview-color:rgb(var(--label-violet-01))}:host-context(.pref-contrast-system):host([variant="yellow"][message]){--mds-file-preview-icon-background:rgb(var(--label-yellow-10));--mds-file-preview-icon-color:rgb(var(--label-yellow-02));--mds-file-preview-color:rgb(var(--label-yellow-01))}}:host-context(.pref-animation-reduce),:host-context(.pref-animation-reduce) .preview{-webkit-transition-duration:0s;transition-duration:0s}@media (prefers-reduced-motion){:host-context(.pref-animation-system),:host-context(.pref-animation-system) .preview{-webkit-transition-duration:0s;transition-duration:0s}}:host-context(.pref-theme-dark){-webkit-box-shadow:0 0 0 1px rgb(var(--tone-neutral-01) / 0.3);box-shadow:0 0 0 1px rgb(var(--tone-neutral-01) / 0.3)}@media (prefers-color-scheme: dark){:host-context(.pref-theme-system){-webkit-box-shadow:0 0 0 1px rgb(var(--tone-neutral-01) / 0.3);box-shadow:0 0 0 1px rgb(var(--tone-neutral-01) / 0.3)}}:host-context(.pref-contrast-more){--mds-file-preview-color:rgb(var(--tone-neutral-01));-webkit-box-shadow:0 0 0 2px rgb(var(--tone-neutral-01) / 0.3);box-shadow:0 0 0 2px rgb(var(--tone-neutral-01) / 0.3)}@media (prefers-contrast: more){:host-context(.pref-contrast-system){--mds-file-preview-color:rgb(var(--tone-neutral-01));-webkit-box-shadow:0 0 0 2px rgb(var(--tone-neutral-01) / 0.3);box-shadow:0 0 0 2px rgb(var(--tone-neutral-01) / 0.3)}}:host(:not(:is([hydrated],.hydrated))){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}mds-accordion:not(:is([hydrated],.hydrated)),mds-accordion-item:not(:is([hydrated],.hydrated)),mds-accordion-timer:not(:is([hydrated],.hydrated)),mds-accordion-timer-item:not(:is([hydrated],.hydrated)),mds-author:not(:is([hydrated],.hydrated)),mds-avatar:not(:is([hydrated],.hydrated)),mds-badge:not(:is([hydrated],.hydrated)),mds-banner:not(:is([hydrated],.hydrated)),mds-benchmark-bar:not(:is([hydrated],.hydrated)),mds-bibliography:not(:is([hydrated],.hydrated)),mds-breadcrumb:not(:is([hydrated],.hydrated)),mds-breadcrumb-item:not(:is([hydrated],.hydrated)),mds-button:not(:is([hydrated],.hydrated)),mds-card:not(:is([hydrated],.hydrated)),mds-card-content:not(:is([hydrated],.hydrated)),mds-card-footer:not(:is([hydrated],.hydrated)),mds-card-header:not(:is([hydrated],.hydrated)),mds-card-media:not(:is([hydrated],.hydrated)),mds-chip:not(:is([hydrated],.hydrated)),mds-details:not(:is([hydrated],.hydrated)),mds-dropdown:not(:is([hydrated],.hydrated)),mds-entity:not(:is([hydrated],.hydrated)),mds-file:not(:is([hydrated],.hydrated)),mds-file-preview:not(:is([hydrated],.hydrated)),mds-filter:not(:is([hydrated],.hydrated)),mds-filter-item:not(:is([hydrated],.hydrated)),mds-header:not(:is([hydrated],.hydrated)),mds-header-bar:not(:is([hydrated],.hydrated)),mds-help:not(:is([hydrated],.hydrated)),mds-horizontal-scroll:not(:is([hydrated],.hydrated)),mds-hr:not(:is([hydrated],.hydrated)),mds-icon:not(:is([hydrated],.hydrated)),mds-img:not(:is([hydrated],.hydrated)),mds-input:not(:is([hydrated],.hydrated)),mds-input-field:not(:is([hydrated],.hydrated)),mds-input-range:not(:is([hydrated],.hydrated)),mds-input-select:not(:is([hydrated],.hydrated)),mds-input-switch:not(:is([hydrated],.hydrated)),mds-input-tip:not(:is([hydrated],.hydrated)),mds-input-tip-item:not(:is([hydrated],.hydrated)),mds-input-upload:not(:is([hydrated],.hydrated)),mds-keyboard:not(:is([hydrated],.hydrated)),mds-keyboard-key:not(:is([hydrated],.hydrated)),mds-kpi:not(:is([hydrated],.hydrated)),mds-kpi-item:not(:is([hydrated],.hydrated)),mds-label:not(:is([hydrated],.hydrated)),mds-list:not(:is([hydrated],.hydrated)),mds-list-item:not(:is([hydrated],.hydrated)),mds-modal:not(:is([hydrated],.hydrated)),mds-note:not(:is([hydrated],.hydrated)),mds-notification:not(:is([hydrated],.hydrated)),mds-paginator:not(:is([hydrated],.hydrated)),mds-paginator-item:not(:is([hydrated],.hydrated)),mds-pref:not(:is([hydrated],.hydrated)),mds-pref-animation:not(:is([hydrated],.hydrated)),mds-pref-consumption:not(:is([hydrated],.hydrated)),mds-pref-contrast:not(:is([hydrated],.hydrated)),mds-pref-language:not(:is([hydrated],.hydrated)),mds-pref-language-item:not(:is([hydrated],.hydrated)),mds-pref-theme:not(:is([hydrated],.hydrated)),mds-price-table:not(:is([hydrated],.hydrated)),mds-price-table-features:not(:is([hydrated],.hydrated)),mds-price-table-features-cell:not(:is([hydrated],.hydrated)),mds-price-table-features-row:not(:is([hydrated],.hydrated)),mds-price-table-header:not(:is([hydrated],.hydrated)),mds-price-table-list:not(:is([hydrated],.hydrated)),mds-price-table-list-item:not(:is([hydrated],.hydrated)),mds-progress:not(:is([hydrated],.hydrated)),mds-push-notification:not(:is([hydrated],.hydrated)),mds-push-notifications:not(:is([hydrated],.hydrated)),mds-quote:not(:is([hydrated],.hydrated)),mds-separator:not(:is([hydrated],.hydrated)),mds-spinner:not(:is([hydrated],.hydrated)),mds-stepper-bar:not(:is([hydrated],.hydrated)),mds-stepper-bar-item:not(:is([hydrated],.hydrated)),mds-tab:not(:is([hydrated],.hydrated)),mds-tab-bar:not(:is([hydrated],.hydrated)),mds-tab-bar-item:not(:is([hydrated],.hydrated)),mds-tab-item:not(:is([hydrated],.hydrated)),mds-table:not(:is([hydrated],.hydrated)),mds-table-body:not(:is([hydrated],.hydrated)),mds-table-cell:not(:is([hydrated],.hydrated)),mds-table-footer:not(:is([hydrated],.hydrated)),mds-table-header:not(:is([hydrated],.hydrated)),mds-table-header-cell:not(:is([hydrated],.hydrated)),mds-table-row:not(:is([hydrated],.hydrated)),mds-text:not(:is([hydrated],.hydrated)),mds-toast:not(:is([hydrated],.hydrated)),mds-tooltip:not(:is([hydrated],.hydrated)),mds-tree:not(:is([hydrated],.hydrated)),mds-tree-item:not(:is([hydrated],.hydrated)),mds-url-view:not(:is([hydrated],.hydrated)),mds-usage:not(:is([hydrated],.hydrated)),mds-video-wall:not(:is([hydrated],.hydrated)),mds-zero:not(:is([hydrated],.hydrated)){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}';export{j as mds_file_preview}
@@ -1 +1 @@
1
- import{r as t,c as d,h as e,H as a,g as i}from"./p-3a6b32e7.js";import{c as r}from"./p-8a1a6e56.js";import{m as o}from"./p-581a0bb5.js";import{K as s}from"./p-23e7e277.js";const n=class{constructor(e){t(this,e),this.changedEvent=d(this,"mdsDetailsChange",7),this.hasIcon=!0,this.km=new s,this.opened=!1,this.toggle=()=>{this.isOpened=!this.isOpened,this.changedEvent.emit(this.isOpened)},this.checkIcon=()=>{this.hasIcon=null!==this.host.querySelector(':scope > [slot="icon"]')},this.onSlotChangeHandler=()=>{this.checkIcon()}}validateOpened(t){this.isOpened=t}componentWillLoad(){this.isOpened=this.opened,this.checkIcon()}componentDidLoad(){var t;const d=null===(t=this.host.shadowRoot)||void 0===t?void 0:t.querySelector(".header");this.km.addElement(d),this.km.attachClickBehavior()}disconnectedCallback(){this.km.detachClickBehavior()}render(){return e(a,{key:"9614e2cbbeecbf320831181da5165a2cd46866fe"},e("div",{key:"1afe17a23472c2a621e31d497a53b335306dae40",class:r("icon",this.hasIcon?"":"icon--hidden"),onClick:this.toggle},e("slot",{key:"665ad16cf878150afc55749daa52bb083223bb6c",name:"icon",onSlotchange:this.onSlotChangeHandler})),e("div",{key:"b7431aa2dc87e4d953e08abecb80d72397558e4c",class:"content"},e("header",{key:"142622df46b291a20963c3d1c97d0d6fbf20f92f",class:"header",part:"header",tabindex:"0",onClick:this.toggle},e("div",{key:"d32359db6216bf25774b842444021c233487a443",class:"title"},e("slot",{key:"3d2df7c901a215dd9d272ffb6fdc25a9b72f7261",name:"title"})),e("i",{key:"5f310f2ceb2fe7f97ca0951ba99c1b975e15af82",class:r("helper-icon",this.isOpened&&"opened"),innerHTML:o})),e("div",{key:"4f78adbdd09b9dfb16fa5fb5375a28b14da9600b",class:r("details",this.isOpened&&"opened")},e("div",{key:"f1772f0b58c1f7c285c69ba01f2a039eebdb936d",class:"content-expander",part:"content"},e("slot",{key:"6e6036c45a73e6d102c79ab50954444b49118449"}),e("div",{key:"4b3c2145ff7e65f4716ed5745014aacd579f2347",class:"actions"},e("slot",{key:"55c50cd1c76823af992ea5a22704bf42a417b574",name:"action"}))))))}get host(){return i(this)}static get watchers(){return{opened:["validateOpened"]}}};n.style="@-webkit-keyframes focus-bounce{0%,75%,100%{outline-offset:var(--magma-outline-focus-offset, 6px)}50%{outline-offset:var(--magma-outline-blur-offset, 2px)}}@keyframes focus-bounce{0%,75%,100%{outline-offset:var(--magma-outline-focus-offset, 6px)}50%{outline-offset:var(--magma-outline-blur-offset, 2px)}}@tailwind components; :host{--mds-details-duration:300ms;--mds-details-icon-color:rgb(var(--variant-primary-04));--mds-details-helper-icon-color:rgb(var(--tone-neutral-03));gap:0.5rem;-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex}.content{-webkit-animation-duration:var(--magma-outline-animation-duration, 1s);animation-duration:var(--magma-outline-animation-duration, 1s);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:focus-bounce;animation-name:focus-bounce;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:cubic-bezier(0, 0, 0.2, 1);animation-timing-function:cubic-bezier(0, 0, 0.2, 1);outline:var(--magma-outline-blur);-webkit-transition-duration:200ms;transition-duration:200ms;-webkit-transition-property:background-color, border-color, color, fill, outline, outline-offset, -webkit-box-shadow, -webkit-transform;transition-property:background-color, border-color, color, fill, outline, outline-offset, -webkit-box-shadow, -webkit-transform;transition-property:background-color, border-color, box-shadow, color, fill, outline, outline-offset, transform;transition-property:background-color, border-color, box-shadow, color, fill, outline, outline-offset, transform, -webkit-box-shadow, -webkit-transform;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.content:focus-visible{--magma-outline-blur:var(--magma-outline-focus);-webkit-animation-play-state:running;animation-play-state:running}.content{display:grid}.details{gap:1rem;padding-top:0rem;opacity:0;display:grid;grid-template-rows:0fr;overflow:hidden;pointer-events:none;-webkit-transition-duration:var(--mds-details-duration);transition-duration:var(--mds-details-duration);-webkit-transition-property:grid-template-rows, opacity, padding;transition-property:grid-template-rows, opacity, padding;transition-property:grid-template-rows, opacity, padding, -ms-grid-rows}.content-expander{gap:1rem;display:grid;min-height:0}.details.opened{padding-top:1rem;grid-template-rows:1fr;opacity:1;overflow:visible;pointer-events:auto}.header{gap:0.5rem;-ms-flex-align:center;align-items:center;display:-ms-inline-flexbox;display:inline-flex}.icon{cursor:pointer;fill:var(--mds-details-icon-color)}.icon--hidden{display:none}.title{cursor:pointer}.helper-icon{display:-ms-flexbox;display:flex}.helper-icon svg{aspect-ratio:1/1;height:100%;width:100%}.helper-icon{-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-transition-timing-function:cubic-bezier(1, 0, 0, 1);transition-timing-function:cubic-bezier(1, 0, 0, 1);cursor:pointer;fill:var(--mds-details-helper-icon-color);-ms-flex-negative:0;flex-shrink:0;rotate:0deg;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}.helper-icon.opened{rotate:180deg}.actions{gap:1rem;display:-ms-flexbox;display:flex}:host-context(.pref-animation-reduce){--mds-details-duration:0s}@media (prefers-reduced-motion){:host-context(.pref-animation-system){--mds-details-duration:0s}}:host-context(.pref-contrast-more){--mds-details-icon-color:rgb(var(--variant-primary-03));--mds-details-helper-icon-color:rgb(var(--tone-neutral-02))}@media (prefers-contrast: more){:host-context(.pref-contrast-system){--mds-details-icon-color:rgb(var(--variant-primary-03));--mds-details-helper-icon-color:rgb(var(--tone-neutral-02))}}:host(:not(:is([hydrated],.hydrated))){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}mds-accordion:not(:is([hydrated],.hydrated)),mds-accordion-item:not(:is([hydrated],.hydrated)),mds-accordion-timer:not(:is([hydrated],.hydrated)),mds-accordion-timer-item:not(:is([hydrated],.hydrated)),mds-author:not(:is([hydrated],.hydrated)),mds-avatar:not(:is([hydrated],.hydrated)),mds-badge:not(:is([hydrated],.hydrated)),mds-banner:not(:is([hydrated],.hydrated)),mds-benchmark-bar:not(:is([hydrated],.hydrated)),mds-bibliography:not(:is([hydrated],.hydrated)),mds-breadcrumb:not(:is([hydrated],.hydrated)),mds-breadcrumb-item:not(:is([hydrated],.hydrated)),mds-button:not(:is([hydrated],.hydrated)),mds-card:not(:is([hydrated],.hydrated)),mds-card-content:not(:is([hydrated],.hydrated)),mds-card-footer:not(:is([hydrated],.hydrated)),mds-card-header:not(:is([hydrated],.hydrated)),mds-card-media:not(:is([hydrated],.hydrated)),mds-chip:not(:is([hydrated],.hydrated)),mds-details:not(:is([hydrated],.hydrated)),mds-dropdown:not(:is([hydrated],.hydrated)),mds-entity:not(:is([hydrated],.hydrated)),mds-file:not(:is([hydrated],.hydrated)),mds-file-preview:not(:is([hydrated],.hydrated)),mds-filter:not(:is([hydrated],.hydrated)),mds-filter-item:not(:is([hydrated],.hydrated)),mds-header:not(:is([hydrated],.hydrated)),mds-header-bar:not(:is([hydrated],.hydrated)),mds-help:not(:is([hydrated],.hydrated)),mds-horizontal-scroll:not(:is([hydrated],.hydrated)),mds-hr:not(:is([hydrated],.hydrated)),mds-icon:not(:is([hydrated],.hydrated)),mds-img:not(:is([hydrated],.hydrated)),mds-input:not(:is([hydrated],.hydrated)),mds-input-field:not(:is([hydrated],.hydrated)),mds-input-range:not(:is([hydrated],.hydrated)),mds-input-select:not(:is([hydrated],.hydrated)),mds-input-switch:not(:is([hydrated],.hydrated)),mds-input-tip:not(:is([hydrated],.hydrated)),mds-input-tip-item:not(:is([hydrated],.hydrated)),mds-input-upload:not(:is([hydrated],.hydrated)),mds-keyboard:not(:is([hydrated],.hydrated)),mds-keyboard-key:not(:is([hydrated],.hydrated)),mds-kpi:not(:is([hydrated],.hydrated)),mds-kpi-item:not(:is([hydrated],.hydrated)),mds-label:not(:is([hydrated],.hydrated)),mds-list:not(:is([hydrated],.hydrated)),mds-list-item:not(:is([hydrated],.hydrated)),mds-modal:not(:is([hydrated],.hydrated)),mds-note:not(:is([hydrated],.hydrated)),mds-notification:not(:is([hydrated],.hydrated)),mds-paginator:not(:is([hydrated],.hydrated)),mds-paginator-item:not(:is([hydrated],.hydrated)),mds-pref:not(:is([hydrated],.hydrated)),mds-pref-animation:not(:is([hydrated],.hydrated)),mds-pref-consumption:not(:is([hydrated],.hydrated)),mds-pref-contrast:not(:is([hydrated],.hydrated)),mds-pref-language:not(:is([hydrated],.hydrated)),mds-pref-language-item:not(:is([hydrated],.hydrated)),mds-pref-theme:not(:is([hydrated],.hydrated)),mds-price-table:not(:is([hydrated],.hydrated)),mds-price-table-features:not(:is([hydrated],.hydrated)),mds-price-table-features-cell:not(:is([hydrated],.hydrated)),mds-price-table-features-row:not(:is([hydrated],.hydrated)),mds-price-table-header:not(:is([hydrated],.hydrated)),mds-price-table-list:not(:is([hydrated],.hydrated)),mds-price-table-list-item:not(:is([hydrated],.hydrated)),mds-progress:not(:is([hydrated],.hydrated)),mds-push-notification:not(:is([hydrated],.hydrated)),mds-push-notifications:not(:is([hydrated],.hydrated)),mds-quote:not(:is([hydrated],.hydrated)),mds-separator:not(:is([hydrated],.hydrated)),mds-spinner:not(:is([hydrated],.hydrated)),mds-stepper-bar:not(:is([hydrated],.hydrated)),mds-stepper-bar-item:not(:is([hydrated],.hydrated)),mds-tab:not(:is([hydrated],.hydrated)),mds-tab-bar:not(:is([hydrated],.hydrated)),mds-tab-bar-item:not(:is([hydrated],.hydrated)),mds-tab-item:not(:is([hydrated],.hydrated)),mds-table:not(:is([hydrated],.hydrated)),mds-table-body:not(:is([hydrated],.hydrated)),mds-table-cell:not(:is([hydrated],.hydrated)),mds-table-footer:not(:is([hydrated],.hydrated)),mds-table-header:not(:is([hydrated],.hydrated)),mds-table-header-cell:not(:is([hydrated],.hydrated)),mds-table-row:not(:is([hydrated],.hydrated)),mds-text:not(:is([hydrated],.hydrated)),mds-toast:not(:is([hydrated],.hydrated)),mds-tooltip:not(:is([hydrated],.hydrated)),mds-tree:not(:is([hydrated],.hydrated)),mds-tree-item:not(:is([hydrated],.hydrated)),mds-url-view:not(:is([hydrated],.hydrated)),mds-usage:not(:is([hydrated],.hydrated)),mds-video-wall:not(:is([hydrated],.hydrated)),mds-zero:not(:is([hydrated],.hydrated)){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}";export{n as mds_details}
1
+ import{r as t,c as d,h as e,H as a,g as i}from"./p-3a6b32e7.js";import{c as r}from"./p-8a1a6e56.js";import{m as o}from"./p-581a0bb5.js";import{K as s}from"./p-23e7e277.js";const n=class{constructor(e){t(this,e),this.changedEvent=d(this,"mdsDetailsChange",7),this.hasIcon=!0,this.km=new s,this.opened=!1,this.toggle=()=>{this.isOpened=!this.isOpened,this.changedEvent.emit(this.isOpened)},this.checkIcon=()=>{this.hasIcon=null!==this.host.querySelector(':scope > [slot="icon"]')},this.onSlotChangeHandler=()=>{this.checkIcon()}}validateOpened(t){this.isOpened=t}componentWillLoad(){this.isOpened=this.opened,this.checkIcon()}componentDidLoad(){var t;const d=null===(t=this.host.shadowRoot)||void 0===t?void 0:t.querySelector(".header");this.km.addElement(d),this.km.attachClickBehavior()}disconnectedCallback(){this.km.detachClickBehavior()}render(){return e(a,{key:"d6184cacb2170c6c13d221199c13b52f282a2230"},e("div",{key:"aa7a8d55a1baeee4dbbdccc7ccd6b0a0c1bf7599",class:r("icon",this.hasIcon?"":"icon--hidden"),onClick:this.toggle},e("slot",{key:"a355f1df6eb85fb599885c2762949823d86f16d8",name:"icon",onSlotchange:this.onSlotChangeHandler})),e("div",{key:"3035feb250fb7c8a963d1578ef79e701edbfe306",class:"content"},e("header",{key:"e9449d592fcc69356af4030b98150ca02a2a6059",class:"header",part:"header",tabindex:"0",onClick:this.toggle},e("div",{key:"ca44725f199e7591f59d6415f6cabd5bbf233dc7",class:"title"},e("slot",{key:"40f0e20b99b36c15be9843402b7986c96e6de25d",name:"title"})),e("i",{key:"294dde9c5bd6dc5d8d855ea77a733e4c40cf3dd2",class:r("helper-icon",this.isOpened&&"opened"),innerHTML:o})),e("div",{key:"efb1acceefa5dcad28c05243c244062bbd959614",class:r("details",this.isOpened&&"opened")},e("div",{key:"05fad0bbd7dd9070e2f544ab74f98e2732a5107e",class:"content-expander",part:"content"},e("slot",{key:"f772008113a771c1be4eb9a188bc5b4d8c2a03f6"}),e("div",{key:"5385226217cf9ecb12e3b4143574eab79087e8b5",class:"actions"},e("slot",{key:"27ce04a70a4c7a412a08401b57d5f73377f21f86",name:"action"}))))))}get host(){return i(this)}static get watchers(){return{opened:["validateOpened"]}}};n.style="@-webkit-keyframes focus-bounce{0%,75%,100%{outline-offset:var(--magma-outline-focus-offset, 6px)}50%{outline-offset:var(--magma-outline-blur-offset, 2px)}}@keyframes focus-bounce{0%,75%,100%{outline-offset:var(--magma-outline-focus-offset, 6px)}50%{outline-offset:var(--magma-outline-blur-offset, 2px)}}@tailwind components; :host{--mds-details-duration:300ms;--mds-details-icon-color:rgb(var(--variant-primary-04));--mds-details-helper-icon-color:rgb(var(--tone-neutral-03));gap:0.5rem;-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex}.content{-webkit-animation-duration:var(--magma-outline-animation-duration, 1s);animation-duration:var(--magma-outline-animation-duration, 1s);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:focus-bounce;animation-name:focus-bounce;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:cubic-bezier(0, 0, 0.2, 1);animation-timing-function:cubic-bezier(0, 0, 0.2, 1);outline:var(--magma-outline-blur);-webkit-transition-duration:200ms;transition-duration:200ms;-webkit-transition-property:background-color, border-color, color, fill, outline, outline-offset, -webkit-box-shadow, -webkit-transform;transition-property:background-color, border-color, color, fill, outline, outline-offset, -webkit-box-shadow, -webkit-transform;transition-property:background-color, border-color, box-shadow, color, fill, outline, outline-offset, transform;transition-property:background-color, border-color, box-shadow, color, fill, outline, outline-offset, transform, -webkit-box-shadow, -webkit-transform;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.content:focus-visible{--magma-outline-blur:var(--magma-outline-focus);-webkit-animation-play-state:running;animation-play-state:running}.content{display:grid}.details{gap:1rem;padding-top:0rem;opacity:0;display:grid;grid-template-rows:0fr;overflow:hidden;pointer-events:none;-webkit-transition-duration:var(--mds-details-duration);transition-duration:var(--mds-details-duration);-webkit-transition-property:grid-template-rows, opacity, padding;transition-property:grid-template-rows, opacity, padding;transition-property:grid-template-rows, opacity, padding, -ms-grid-rows}.content-expander{gap:1rem;display:grid;min-height:0}.details.opened{padding-top:1rem;grid-template-rows:1fr;opacity:1;overflow:visible;pointer-events:auto}.header{gap:0.5rem;-ms-flex-align:center;align-items:center;display:-ms-inline-flexbox;display:inline-flex}.icon{cursor:pointer;fill:var(--mds-details-icon-color)}.icon--hidden{display:none}.title{cursor:pointer}.helper-icon{display:-ms-flexbox;display:flex}.helper-icon svg{aspect-ratio:1/1;height:100%;width:100%}.helper-icon{-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-transition-timing-function:cubic-bezier(1, 0, 0, 1);transition-timing-function:cubic-bezier(1, 0, 0, 1);cursor:pointer;fill:var(--mds-details-helper-icon-color);-ms-flex-negative:0;flex-shrink:0;rotate:0deg;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}.helper-icon.opened{rotate:180deg}.actions{gap:1rem;display:-ms-flexbox;display:flex}:host-context(.pref-animation-reduce){--mds-details-duration:0s}@media (prefers-reduced-motion){:host-context(.pref-animation-system){--mds-details-duration:0s}}:host-context(.pref-contrast-more){--mds-details-icon-color:rgb(var(--variant-primary-03));--mds-details-helper-icon-color:rgb(var(--tone-neutral-02))}@media (prefers-contrast: more){:host-context(.pref-contrast-system){--mds-details-icon-color:rgb(var(--variant-primary-03));--mds-details-helper-icon-color:rgb(var(--tone-neutral-02))}}:host(:not(:is([hydrated],.hydrated))){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}mds-accordion:not(:is([hydrated],.hydrated)),mds-accordion-item:not(:is([hydrated],.hydrated)),mds-accordion-timer:not(:is([hydrated],.hydrated)),mds-accordion-timer-item:not(:is([hydrated],.hydrated)),mds-author:not(:is([hydrated],.hydrated)),mds-avatar:not(:is([hydrated],.hydrated)),mds-badge:not(:is([hydrated],.hydrated)),mds-banner:not(:is([hydrated],.hydrated)),mds-benchmark-bar:not(:is([hydrated],.hydrated)),mds-bibliography:not(:is([hydrated],.hydrated)),mds-breadcrumb:not(:is([hydrated],.hydrated)),mds-breadcrumb-item:not(:is([hydrated],.hydrated)),mds-button:not(:is([hydrated],.hydrated)),mds-card:not(:is([hydrated],.hydrated)),mds-card-content:not(:is([hydrated],.hydrated)),mds-card-footer:not(:is([hydrated],.hydrated)),mds-card-header:not(:is([hydrated],.hydrated)),mds-card-media:not(:is([hydrated],.hydrated)),mds-chip:not(:is([hydrated],.hydrated)),mds-details:not(:is([hydrated],.hydrated)),mds-dropdown:not(:is([hydrated],.hydrated)),mds-entity:not(:is([hydrated],.hydrated)),mds-file:not(:is([hydrated],.hydrated)),mds-file-preview:not(:is([hydrated],.hydrated)),mds-filter:not(:is([hydrated],.hydrated)),mds-filter-item:not(:is([hydrated],.hydrated)),mds-header:not(:is([hydrated],.hydrated)),mds-header-bar:not(:is([hydrated],.hydrated)),mds-help:not(:is([hydrated],.hydrated)),mds-horizontal-scroll:not(:is([hydrated],.hydrated)),mds-hr:not(:is([hydrated],.hydrated)),mds-icon:not(:is([hydrated],.hydrated)),mds-img:not(:is([hydrated],.hydrated)),mds-input:not(:is([hydrated],.hydrated)),mds-input-field:not(:is([hydrated],.hydrated)),mds-input-range:not(:is([hydrated],.hydrated)),mds-input-select:not(:is([hydrated],.hydrated)),mds-input-switch:not(:is([hydrated],.hydrated)),mds-input-tip:not(:is([hydrated],.hydrated)),mds-input-tip-item:not(:is([hydrated],.hydrated)),mds-input-upload:not(:is([hydrated],.hydrated)),mds-keyboard:not(:is([hydrated],.hydrated)),mds-keyboard-key:not(:is([hydrated],.hydrated)),mds-kpi:not(:is([hydrated],.hydrated)),mds-kpi-item:not(:is([hydrated],.hydrated)),mds-label:not(:is([hydrated],.hydrated)),mds-list:not(:is([hydrated],.hydrated)),mds-list-item:not(:is([hydrated],.hydrated)),mds-modal:not(:is([hydrated],.hydrated)),mds-note:not(:is([hydrated],.hydrated)),mds-notification:not(:is([hydrated],.hydrated)),mds-paginator:not(:is([hydrated],.hydrated)),mds-paginator-item:not(:is([hydrated],.hydrated)),mds-pref:not(:is([hydrated],.hydrated)),mds-pref-animation:not(:is([hydrated],.hydrated)),mds-pref-consumption:not(:is([hydrated],.hydrated)),mds-pref-contrast:not(:is([hydrated],.hydrated)),mds-pref-language:not(:is([hydrated],.hydrated)),mds-pref-language-item:not(:is([hydrated],.hydrated)),mds-pref-theme:not(:is([hydrated],.hydrated)),mds-price-table:not(:is([hydrated],.hydrated)),mds-price-table-features:not(:is([hydrated],.hydrated)),mds-price-table-features-cell:not(:is([hydrated],.hydrated)),mds-price-table-features-row:not(:is([hydrated],.hydrated)),mds-price-table-header:not(:is([hydrated],.hydrated)),mds-price-table-list:not(:is([hydrated],.hydrated)),mds-price-table-list-item:not(:is([hydrated],.hydrated)),mds-progress:not(:is([hydrated],.hydrated)),mds-push-notification:not(:is([hydrated],.hydrated)),mds-push-notifications:not(:is([hydrated],.hydrated)),mds-quote:not(:is([hydrated],.hydrated)),mds-separator:not(:is([hydrated],.hydrated)),mds-spinner:not(:is([hydrated],.hydrated)),mds-stepper-bar:not(:is([hydrated],.hydrated)),mds-stepper-bar-item:not(:is([hydrated],.hydrated)),mds-tab:not(:is([hydrated],.hydrated)),mds-tab-bar:not(:is([hydrated],.hydrated)),mds-tab-bar-item:not(:is([hydrated],.hydrated)),mds-tab-item:not(:is([hydrated],.hydrated)),mds-table:not(:is([hydrated],.hydrated)),mds-table-body:not(:is([hydrated],.hydrated)),mds-table-cell:not(:is([hydrated],.hydrated)),mds-table-footer:not(:is([hydrated],.hydrated)),mds-table-header:not(:is([hydrated],.hydrated)),mds-table-header-cell:not(:is([hydrated],.hydrated)),mds-table-row:not(:is([hydrated],.hydrated)),mds-text:not(:is([hydrated],.hydrated)),mds-toast:not(:is([hydrated],.hydrated)),mds-tooltip:not(:is([hydrated],.hydrated)),mds-tree:not(:is([hydrated],.hydrated)),mds-tree-item:not(:is([hydrated],.hydrated)),mds-url-view:not(:is([hydrated],.hydrated)),mds-usage:not(:is([hydrated],.hydrated)),mds-video-wall:not(:is([hydrated],.hydrated)),mds-zero:not(:is([hydrated],.hydrated)){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}";export{n as mds_details}