@yourdash/uikit 0.1.14 → 0.1.16

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 (684) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index.d.ts +7 -0
  3. package/dist/index.mjs +508 -474
  4. package/package.json +2 -3
  5. package/lib/components/box/UKBox.tsx +0 -27
  6. package/lib/components/box/box.module.css +0 -24
  7. package/lib/components/box/box.module.css.map +0 -1
  8. package/lib/components/box/box.module.scss +0 -21
  9. package/lib/components/button/UKButton.tsx +0 -24
  10. package/lib/components/button/button.module.css +0 -47
  11. package/lib/components/button/button.module.css.map +0 -1
  12. package/lib/components/button/button.module.scss +0 -47
  13. package/lib/components/buttonCombo/UKButtonCombo.tsx +0 -14
  14. package/lib/components/buttonCombo/buttonCombo.module.css +0 -22
  15. package/lib/components/buttonCombo/buttonCombo.module.css.map +0 -1
  16. package/lib/components/buttonCombo/buttonCombo.module.scss +0 -23
  17. package/lib/components/buttonLink/UKButtonLink.tsx +0 -27
  18. package/lib/components/buttonLink/buttonLink.module.css +0 -49
  19. package/lib/components/buttonLink/buttonLink.module.css.map +0 -1
  20. package/lib/components/buttonLink/buttonLink.module.scss +0 -49
  21. package/lib/components/buttonWithIcon/UKButtonWithIcon.tsx +0 -36
  22. package/lib/components/buttonWithIcon/buttonWithIcon.module.css +0 -54
  23. package/lib/components/buttonWithIcon/buttonWithIcon.module.css.map +0 -1
  24. package/lib/components/buttonWithIcon/buttonWithIcon.module.scss +0 -54
  25. package/lib/components/card/UKCard.tsx +0 -64
  26. package/lib/components/card/card.module.css +0 -76
  27. package/lib/components/card/card.module.css.map +0 -1
  28. package/lib/components/card/card.module.scss +0 -78
  29. package/lib/components/container/UKContainer.tsx +0 -24
  30. package/lib/components/container/container.module.css +0 -23
  31. package/lib/components/container/container.module.css.map +0 -1
  32. package/lib/components/container/container.module.scss +0 -24
  33. package/lib/components/contextMenu/UKContextMenu.tsx +0 -55
  34. package/lib/components/contextMenu/contextMenuRoot.module.css +0 -34
  35. package/lib/components/contextMenu/contextMenuRoot.module.css.map +0 -1
  36. package/lib/components/contextMenu/contextMenuRoot.module.scss +0 -31
  37. package/lib/components/contextMenu/contextMenuRoot.tsx +0 -83
  38. package/lib/components/contextMenu/contextMenuRootContext.tsx +0 -16
  39. package/lib/components/flex/UKFlex.tsx +0 -38
  40. package/lib/components/flex/flex.module.css +0 -35
  41. package/lib/components/flex/flex.module.css.map +0 -1
  42. package/lib/components/flex/flex.module.scss +0 -31
  43. package/lib/components/heading/UKHeading.tsx +0 -72
  44. package/lib/components/heading/heading.module.css +0 -47
  45. package/lib/components/heading/heading.module.css.map +0 -1
  46. package/lib/components/heading/heading.module.scss +0 -43
  47. package/lib/components/icon/UKIcon.tsx +0 -42
  48. package/lib/components/icon/icon.module.scss +0 -26
  49. package/lib/components/iconButton/UKIconButton.tsx +0 -36
  50. package/lib/components/iconButton/iconButton.module.css +0 -42
  51. package/lib/components/iconButton/iconButton.module.css.map +0 -1
  52. package/lib/components/iconButton/iconButton.module.scss +0 -40
  53. package/lib/components/image/UKImage.tsx +0 -111
  54. package/lib/components/image/image.module.css +0 -76
  55. package/lib/components/image/image.module.css.map +0 -1
  56. package/lib/components/image/image.module.scss +0 -81
  57. package/lib/components/link/UKLink.tsx +0 -29
  58. package/lib/components/link/link.module.css +0 -33
  59. package/lib/components/link/link.module.css.map +0 -1
  60. package/lib/components/link/link.module.scss +0 -36
  61. package/lib/components/progressBar/UKProgressBar.tsx +0 -29
  62. package/lib/components/progressBar/progressBar.module.css +0 -29
  63. package/lib/components/progressBar/progressBar.module.css.map +0 -1
  64. package/lib/components/progressBar/progressBar.module.scss +0 -25
  65. package/lib/components/redirect/UKRedirect.tsx +0 -23
  66. package/lib/components/separator/UKSeparator.tsx +0 -14
  67. package/lib/components/separator/separator.module.css +0 -40
  68. package/lib/components/separator/separator.module.css.map +0 -1
  69. package/lib/components/separator/separator.module.scss +0 -38
  70. package/lib/components/spinner/UKSpinner.tsx +0 -31
  71. package/lib/components/spinner/spinner.module.css +0 -93
  72. package/lib/components/spinner/spinner.module.css.map +0 -1
  73. package/lib/components/spinner/spinner.module.scss +0 -88
  74. package/lib/components/subtext/UKSubtext.tsx +0 -14
  75. package/lib/components/subtext/subtext.module.css +0 -21
  76. package/lib/components/subtext/subtext.module.css.map +0 -1
  77. package/lib/components/subtext/subtext.module.scss +0 -17
  78. package/lib/components/tag/UKTag.tsx +0 -21
  79. package/lib/components/tag/tag.module.css +0 -17
  80. package/lib/components/tag/tag.module.css.map +0 -1
  81. package/lib/components/tag/tag.module.scss +0 -13
  82. package/lib/components/text/UKText.tsx +0 -14
  83. package/lib/components/text/text.module.css +0 -17
  84. package/lib/components/text/text.module.css.map +0 -1
  85. package/lib/components/text/text.module.scss +0 -13
  86. package/lib/components/textButton/UKTextButton.tsx +0 -22
  87. package/lib/components/textButton/textButton.module.css +0 -32
  88. package/lib/components/textButton/textButton.module.css.map +0 -1
  89. package/lib/components/textButton/textButton.module.scss +0 -30
  90. package/lib/components/textInput/UKTextInput.tsx +0 -78
  91. package/lib/components/textInput/textInput.module.css +0 -51
  92. package/lib/components/textInput/textInput.module.css.map +0 -1
  93. package/lib/components/textInput/textInput.module.scss +0 -52
  94. package/lib/core/clippy.ts +0 -14
  95. package/lib/core/decrementLevel.tsx +0 -15
  96. package/lib/core/iconDictionary.ts +0 -293
  97. package/lib/core/icons/accessibility-16.svg +0 -6
  98. package/lib/core/icons/accessibility-inset-16.svg +0 -6
  99. package/lib/core/icons/alert-16.svg +0 -6
  100. package/lib/core/icons/alert-24.svg +0 -7
  101. package/lib/core/icons/alert-fill-12.svg +0 -6
  102. package/lib/core/icons/app-launcher-16.svg +0 -8
  103. package/lib/core/icons/apps-16.svg +0 -6
  104. package/lib/core/icons/archive-16.svg +0 -6
  105. package/lib/core/icons/archive-24.svg +0 -9
  106. package/lib/core/icons/arrow-both-16.svg +0 -6
  107. package/lib/core/icons/arrow-both-24.svg +0 -3
  108. package/lib/core/icons/arrow-down-16.svg +0 -6
  109. package/lib/core/icons/arrow-down-24.svg +0 -6
  110. package/lib/core/icons/arrow-down-left-24.svg +0 -6
  111. package/lib/core/icons/arrow-down-right-24.svg +0 -6
  112. package/lib/core/icons/arrow-left-16.svg +0 -6
  113. package/lib/core/icons/arrow-left-24.svg +0 -6
  114. package/lib/core/icons/arrow-right-16.svg +0 -6
  115. package/lib/core/icons/arrow-right-24.svg +0 -6
  116. package/lib/core/icons/arrow-switch-16.svg +0 -3
  117. package/lib/core/icons/arrow-switch-24.svg +0 -3
  118. package/lib/core/icons/arrow-up-16.svg +0 -6
  119. package/lib/core/icons/arrow-up-24.svg +0 -6
  120. package/lib/core/icons/arrow-up-left-24.svg +0 -6
  121. package/lib/core/icons/arrow-up-right-24.svg +0 -6
  122. package/lib/core/icons/beaker-16.svg +0 -6
  123. package/lib/core/icons/beaker-24.svg +0 -6
  124. package/lib/core/icons/bell-16.svg +0 -7
  125. package/lib/core/icons/bell-24.svg +0 -6
  126. package/lib/core/icons/bell-fill-16.svg +0 -3
  127. package/lib/core/icons/bell-fill-24.svg +0 -6
  128. package/lib/core/icons/bell-slash-16.svg +0 -6
  129. package/lib/core/icons/bell-slash-24.svg +0 -8
  130. package/lib/core/icons/blocked-16.svg +0 -6
  131. package/lib/core/icons/blocked-24.svg +0 -6
  132. package/lib/core/icons/bold-16.svg +0 -6
  133. package/lib/core/icons/bold-24.svg +0 -6
  134. package/lib/core/icons/book-16.svg +0 -6
  135. package/lib/core/icons/book-24.svg +0 -6
  136. package/lib/core/icons/bookmark-16.svg +0 -6
  137. package/lib/core/icons/bookmark-24.svg +0 -6
  138. package/lib/core/icons/bookmark-fill-24.svg +0 -6
  139. package/lib/core/icons/bookmark-slash-16.svg +0 -6
  140. package/lib/core/icons/bookmark-slash-24.svg +0 -7
  141. package/lib/core/icons/bookmark-slash-fill-24.svg +0 -6
  142. package/lib/core/icons/briefcase-16.svg +0 -6
  143. package/lib/core/icons/briefcase-24.svg +0 -6
  144. package/lib/core/icons/broadcast-16.svg +0 -6
  145. package/lib/core/icons/broadcast-24.svg +0 -3
  146. package/lib/core/icons/browser-16.svg +0 -6
  147. package/lib/core/icons/browser-24.svg +0 -6
  148. package/lib/core/icons/bug-16.svg +0 -6
  149. package/lib/core/icons/bug-24.svg +0 -6
  150. package/lib/core/icons/cache-16.svg +0 -8
  151. package/lib/core/icons/calendar-16.svg +0 -6
  152. package/lib/core/icons/calendar-24.svg +0 -6
  153. package/lib/core/icons/check-16.svg +0 -6
  154. package/lib/core/icons/check-24.svg +0 -6
  155. package/lib/core/icons/check-circle-16.svg +0 -6
  156. package/lib/core/icons/check-circle-24.svg +0 -7
  157. package/lib/core/icons/check-circle-fill-12.svg +0 -6
  158. package/lib/core/icons/check-circle-fill-16.svg +0 -6
  159. package/lib/core/icons/check-circle-fill-24.svg +0 -6
  160. package/lib/core/icons/checkbox-16.svg +0 -6
  161. package/lib/core/icons/checkbox-24.svg +0 -7
  162. package/lib/core/icons/checklist-16.svg +0 -6
  163. package/lib/core/icons/checklist-24.svg +0 -3
  164. package/lib/core/icons/chevron-down-16.svg +0 -6
  165. package/lib/core/icons/chevron-down-24.svg +0 -6
  166. package/lib/core/icons/chevron-left-16.svg +0 -6
  167. package/lib/core/icons/chevron-left-24.svg +0 -6
  168. package/lib/core/icons/chevron-right-16.svg +0 -6
  169. package/lib/core/icons/chevron-right-24.svg +0 -6
  170. package/lib/core/icons/chevron-up-16.svg +0 -6
  171. package/lib/core/icons/chevron-up-24.svg +0 -6
  172. package/lib/core/icons/circle-16.svg +0 -5
  173. package/lib/core/icons/circle-24.svg +0 -6
  174. package/lib/core/icons/circle-slash-16.svg +0 -6
  175. package/lib/core/icons/circle-slash-24.svg +0 -6
  176. package/lib/core/icons/clock-16.svg +0 -6
  177. package/lib/core/icons/clock-24.svg +0 -7
  178. package/lib/core/icons/cloud-16.svg +0 -6
  179. package/lib/core/icons/cloud-24.svg +0 -6
  180. package/lib/core/icons/cloud-offline-16.svg +0 -8
  181. package/lib/core/icons/cloud-offline-24.svg +0 -8
  182. package/lib/core/icons/code-16.svg +0 -6
  183. package/lib/core/icons/code-24.svg +0 -6
  184. package/lib/core/icons/code-of-conduct-16.svg +0 -6
  185. package/lib/core/icons/code-of-conduct-24.svg +0 -6
  186. package/lib/core/icons/code-review-16.svg +0 -6
  187. package/lib/core/icons/code-review-24.svg +0 -8
  188. package/lib/core/icons/code-square-16.svg +0 -6
  189. package/lib/core/icons/code-square-24.svg +0 -8
  190. package/lib/core/icons/codescan-16.svg +0 -8
  191. package/lib/core/icons/codescan-24.svg +0 -8
  192. package/lib/core/icons/codescan-checkmark-16.svg +0 -7
  193. package/lib/core/icons/codescan-checkmark-24.svg +0 -7
  194. package/lib/core/icons/codespaces-16.svg +0 -8
  195. package/lib/core/icons/codespaces-24.svg +0 -8
  196. package/lib/core/icons/columns-16.svg +0 -6
  197. package/lib/core/icons/columns-24.svg +0 -6
  198. package/lib/core/icons/command-palette-16.svg +0 -3
  199. package/lib/core/icons/command-palette-24.svg +0 -3
  200. package/lib/core/icons/comment-16.svg +0 -6
  201. package/lib/core/icons/comment-24.svg +0 -6
  202. package/lib/core/icons/comment-discussion-16.svg +0 -6
  203. package/lib/core/icons/comment-discussion-24.svg +0 -8
  204. package/lib/core/icons/commit-24.svg +0 -7
  205. package/lib/core/icons/container-16.svg +0 -6
  206. package/lib/core/icons/container-24.svg +0 -6
  207. package/lib/core/icons/copilot-16.svg +0 -7
  208. package/lib/core/icons/copilot-24.svg +0 -7
  209. package/lib/core/icons/copilot-48.svg +0 -7
  210. package/lib/core/icons/copilot-96.svg +0 -7
  211. package/lib/core/icons/copilot-error-16.svg +0 -6
  212. package/lib/core/icons/copilot-warning-16.svg +0 -8
  213. package/lib/core/icons/copy-16.svg +0 -8
  214. package/lib/core/icons/copy-24.svg +0 -8
  215. package/lib/core/icons/cpu-16.svg +0 -6
  216. package/lib/core/icons/cpu-24.svg +0 -8
  217. package/lib/core/icons/credit-card-16.svg +0 -7
  218. package/lib/core/icons/credit-card-24.svg +0 -7
  219. package/lib/core/icons/cross-reference-16.svg +0 -6
  220. package/lib/core/icons/cross-reference-24.svg +0 -3
  221. package/lib/core/icons/dash-16.svg +0 -5
  222. package/lib/core/icons/dash-24.svg +0 -5
  223. package/lib/core/icons/database-16.svg +0 -6
  224. package/lib/core/icons/database-24.svg +0 -6
  225. package/lib/core/icons/dependabot-16.svg +0 -7
  226. package/lib/core/icons/dependabot-24.svg +0 -7
  227. package/lib/core/icons/desktop-download-16.svg +0 -3
  228. package/lib/core/icons/desktop-download-24.svg +0 -8
  229. package/lib/core/icons/device-camera-16.svg +0 -6
  230. package/lib/core/icons/device-camera-video-16.svg +0 -6
  231. package/lib/core/icons/device-camera-video-24.svg +0 -6
  232. package/lib/core/icons/device-desktop-16.svg +0 -6
  233. package/lib/core/icons/device-desktop-24.svg +0 -6
  234. package/lib/core/icons/device-mobile-16.svg +0 -6
  235. package/lib/core/icons/device-mobile-24.svg +0 -7
  236. package/lib/core/icons/diamond-16.svg +0 -6
  237. package/lib/core/icons/diamond-24.svg +0 -6
  238. package/lib/core/icons/diff-16.svg +0 -6
  239. package/lib/core/icons/diff-24.svg +0 -6
  240. package/lib/core/icons/diff-added-16.svg +0 -6
  241. package/lib/core/icons/diff-ignored-16.svg +0 -6
  242. package/lib/core/icons/diff-modified-16.svg +0 -6
  243. package/lib/core/icons/diff-removed-16.svg +0 -6
  244. package/lib/core/icons/diff-renamed-16.svg +0 -6
  245. package/lib/core/icons/dot-16.svg +0 -5
  246. package/lib/core/icons/dot-24.svg +0 -5
  247. package/lib/core/icons/dot-fill-16.svg +0 -5
  248. package/lib/core/icons/dot-fill-24.svg +0 -3
  249. package/lib/core/icons/download-16.svg +0 -6
  250. package/lib/core/icons/download-24.svg +0 -3
  251. package/lib/core/icons/duplicate-16.svg +0 -9
  252. package/lib/core/icons/duplicate-24.svg +0 -9
  253. package/lib/core/icons/ellipsis-16.svg +0 -6
  254. package/lib/core/icons/ewsgit.svg +0 -14
  255. package/lib/core/icons/eye-16.svg +0 -6
  256. package/lib/core/icons/eye-24.svg +0 -7
  257. package/lib/core/icons/eye-closed-16.svg +0 -6
  258. package/lib/core/icons/eye-closed-24.svg +0 -8
  259. package/lib/core/icons/feed-discussion-16.svg +0 -6
  260. package/lib/core/icons/feed-forked-16.svg +0 -6
  261. package/lib/core/icons/feed-heart-16.svg +0 -6
  262. package/lib/core/icons/feed-merged-16.svg +0 -6
  263. package/lib/core/icons/feed-person-16.svg +0 -6
  264. package/lib/core/icons/feed-repo-16.svg +0 -6
  265. package/lib/core/icons/feed-rocket-16.svg +0 -6
  266. package/lib/core/icons/feed-star-16.svg +0 -6
  267. package/lib/core/icons/feed-tag-16.svg +0 -7
  268. package/lib/core/icons/feed-trophy-16.svg +0 -7
  269. package/lib/core/icons/file-16.svg +0 -6
  270. package/lib/core/icons/file-24.svg +0 -6
  271. package/lib/core/icons/file-added-16.svg +0 -6
  272. package/lib/core/icons/file-badge-16.svg +0 -8
  273. package/lib/core/icons/file-binary-16.svg +0 -6
  274. package/lib/core/icons/file-binary-24.svg +0 -9
  275. package/lib/core/icons/file-code-16.svg +0 -6
  276. package/lib/core/icons/file-code-24.svg +0 -8
  277. package/lib/core/icons/file-diff-16.svg +0 -6
  278. package/lib/core/icons/file-diff-24.svg +0 -8
  279. package/lib/core/icons/file-directory-16.svg +0 -6
  280. package/lib/core/icons/file-directory-24.svg +0 -6
  281. package/lib/core/icons/file-directory-fill-16.svg +0 -3
  282. package/lib/core/icons/file-directory-fill-24.svg +0 -6
  283. package/lib/core/icons/file-directory-open-fill-16.svg +0 -3
  284. package/lib/core/icons/file-media-24.svg +0 -6
  285. package/lib/core/icons/file-moved-16.svg +0 -3
  286. package/lib/core/icons/file-removed-16.svg +0 -6
  287. package/lib/core/icons/file-submodule-16.svg +0 -6
  288. package/lib/core/icons/file-submodule-24.svg +0 -6
  289. package/lib/core/icons/file-symlink-file-16.svg +0 -6
  290. package/lib/core/icons/file-symlink-file-24.svg +0 -6
  291. package/lib/core/icons/file-zip-16.svg +0 -6
  292. package/lib/core/icons/file-zip-24.svg +0 -10
  293. package/lib/core/icons/filter-16.svg +0 -6
  294. package/lib/core/icons/filter-24.svg +0 -3
  295. package/lib/core/icons/flame-16.svg +0 -6
  296. package/lib/core/icons/flame-24.svg +0 -6
  297. package/lib/core/icons/fold-16.svg +0 -3
  298. package/lib/core/icons/fold-24.svg +0 -10
  299. package/lib/core/icons/fold-down-16.svg +0 -3
  300. package/lib/core/icons/fold-down-24.svg +0 -8
  301. package/lib/core/icons/fold-up-16.svg +0 -3
  302. package/lib/core/icons/fold-up-24.svg +0 -8
  303. package/lib/core/icons/gear-16.svg +0 -6
  304. package/lib/core/icons/gear-24.svg +0 -7
  305. package/lib/core/icons/gift-16.svg +0 -6
  306. package/lib/core/icons/gift-24.svg +0 -6
  307. package/lib/core/icons/git-branch-16.svg +0 -6
  308. package/lib/core/icons/git-branch-24.svg +0 -9
  309. package/lib/core/icons/git-commit-16.svg +0 -6
  310. package/lib/core/icons/git-commit-24.svg +0 -6
  311. package/lib/core/icons/git-compare-16.svg +0 -6
  312. package/lib/core/icons/git-compare-24.svg +0 -9
  313. package/lib/core/icons/git-merge-16.svg +0 -6
  314. package/lib/core/icons/git-merge-24.svg +0 -8
  315. package/lib/core/icons/git-merge-queue-16.svg +0 -8
  316. package/lib/core/icons/git-pull-request-16.svg +0 -6
  317. package/lib/core/icons/git-pull-request-24.svg +0 -8
  318. package/lib/core/icons/git-pull-request-closed-16.svg +0 -6
  319. package/lib/core/icons/git-pull-request-closed-24.svg +0 -8
  320. package/lib/core/icons/git-pull-request-draft-16.svg +0 -7
  321. package/lib/core/icons/git-pull-request-draft-24.svg +0 -7
  322. package/lib/core/icons/globe-16.svg +0 -6
  323. package/lib/core/icons/globe-24.svg +0 -6
  324. package/lib/core/icons/grabber-16.svg +0 -6
  325. package/lib/core/icons/grabber-24.svg +0 -6
  326. package/lib/core/icons/graph-16.svg +0 -6
  327. package/lib/core/icons/graph-24.svg +0 -3
  328. package/lib/core/icons/hash-16.svg +0 -6
  329. package/lib/core/icons/hash-24.svg +0 -6
  330. package/lib/core/icons/heading-16.svg +0 -6
  331. package/lib/core/icons/heading-24.svg +0 -6
  332. package/lib/core/icons/heart-16.svg +0 -6
  333. package/lib/core/icons/heart-24.svg +0 -6
  334. package/lib/core/icons/heart-fill-16.svg +0 -6
  335. package/lib/core/icons/heart-fill-24.svg +0 -3
  336. package/lib/core/icons/history-16.svg +0 -6
  337. package/lib/core/icons/history-24.svg +0 -3
  338. package/lib/core/icons/home-16.svg +0 -3
  339. package/lib/core/icons/home-24.svg +0 -6
  340. package/lib/core/icons/home-fill-24.svg +0 -3
  341. package/lib/core/icons/horizontal-rule-16.svg +0 -5
  342. package/lib/core/icons/horizontal-rule-24.svg +0 -5
  343. package/lib/core/icons/hourglass-16.svg +0 -6
  344. package/lib/core/icons/hourglass-24.svg +0 -6
  345. package/lib/core/icons/hubot-16.svg +0 -6
  346. package/lib/core/icons/hubot-24.svg +0 -8
  347. package/lib/core/icons/id-badge-16.svg +0 -8
  348. package/lib/core/icons/image-16.svg +0 -6
  349. package/lib/core/icons/image-24.svg +0 -6
  350. package/lib/core/icons/inbox-16.svg +0 -6
  351. package/lib/core/icons/inbox-24.svg +0 -6
  352. package/lib/core/icons/infinity-16.svg +0 -6
  353. package/lib/core/icons/infinity-24.svg +0 -6
  354. package/lib/core/icons/info-16.svg +0 -6
  355. package/lib/core/icons/info-24.svg +0 -8
  356. package/lib/core/icons/issue-closed-16.svg +0 -6
  357. package/lib/core/icons/issue-closed-24.svg +0 -7
  358. package/lib/core/icons/issue-draft-16.svg +0 -6
  359. package/lib/core/icons/issue-draft-24.svg +0 -6
  360. package/lib/core/icons/issue-opened-16.svg +0 -6
  361. package/lib/core/icons/issue-opened-24.svg +0 -6
  362. package/lib/core/icons/issue-reopened-16.svg +0 -3
  363. package/lib/core/icons/issue-reopened-24.svg +0 -3
  364. package/lib/core/icons/italic-16.svg +0 -6
  365. package/lib/core/icons/italic-24.svg +0 -6
  366. package/lib/core/icons/iterations-16.svg +0 -3
  367. package/lib/core/icons/iterations-24.svg +0 -3
  368. package/lib/core/icons/kebab-horizontal-16.svg +0 -3
  369. package/lib/core/icons/kebab-horizontal-24.svg +0 -5
  370. package/lib/core/icons/key-16.svg +0 -6
  371. package/lib/core/icons/key-24.svg +0 -7
  372. package/lib/core/icons/key-asterisk-16.svg +0 -8
  373. package/lib/core/icons/law-16.svg +0 -6
  374. package/lib/core/icons/law-24.svg +0 -6
  375. package/lib/core/icons/light-bulb-16.svg +0 -6
  376. package/lib/core/icons/light-bulb-24.svg +0 -6
  377. package/lib/core/icons/link-16.svg +0 -6
  378. package/lib/core/icons/link-24.svg +0 -3
  379. package/lib/core/icons/link-external-16.svg +0 -6
  380. package/lib/core/icons/link-external-24.svg +0 -3
  381. package/lib/core/icons/list-ordered-16.svg +0 -6
  382. package/lib/core/icons/list-ordered-24.svg +0 -3
  383. package/lib/core/icons/list-unordered-16.svg +0 -6
  384. package/lib/core/icons/list-unordered-24.svg +0 -6
  385. package/lib/core/icons/location-16.svg +0 -6
  386. package/lib/core/icons/location-24.svg +0 -7
  387. package/lib/core/icons/lock-16.svg +0 -6
  388. package/lib/core/icons/lock-24.svg +0 -6
  389. package/lib/core/icons/log-16.svg +0 -7
  390. package/lib/core/icons/login.svg +0 -6
  391. package/lib/core/icons/logo-gist-16.svg +0 -6
  392. package/lib/core/icons/logo-github-16.svg +0 -6
  393. package/lib/core/icons/logout.svg +0 -6
  394. package/lib/core/icons/mail-16.svg +0 -6
  395. package/lib/core/icons/mail-24.svg +0 -6
  396. package/lib/core/icons/mark-github-16.svg +0 -6
  397. package/lib/core/icons/markdown-16.svg +0 -6
  398. package/lib/core/icons/megaphone-16.svg +0 -11
  399. package/lib/core/icons/megaphone-24.svg +0 -6
  400. package/lib/core/icons/mention-16.svg +0 -6
  401. package/lib/core/icons/mention-24.svg +0 -6
  402. package/lib/core/icons/meter-16.svg +0 -6
  403. package/lib/core/icons/milestone-16.svg +0 -6
  404. package/lib/core/icons/milestone-24.svg +0 -6
  405. package/lib/core/icons/mirror-16.svg +0 -6
  406. package/lib/core/icons/mirror-24.svg +0 -6
  407. package/lib/core/icons/moon-16.svg +0 -6
  408. package/lib/core/icons/moon-24.svg +0 -6
  409. package/lib/core/icons/mortar-board-16.svg +0 -6
  410. package/lib/core/icons/mortar-board-24.svg +0 -6
  411. package/lib/core/icons/multi-select-16.svg +0 -7
  412. package/lib/core/icons/multi-select-24.svg +0 -7
  413. package/lib/core/icons/mute-16.svg +0 -6
  414. package/lib/core/icons/mute-24.svg +0 -8
  415. package/lib/core/icons/no-entry-16.svg +0 -6
  416. package/lib/core/icons/no-entry-24.svg +0 -6
  417. package/lib/core/icons/no-entry-fill-12.svg +0 -5
  418. package/lib/core/icons/north-star-16.svg +0 -3
  419. package/lib/core/icons/north-star-24.svg +0 -3
  420. package/lib/core/icons/note-16.svg +0 -6
  421. package/lib/core/icons/note-24.svg +0 -8
  422. package/lib/core/icons/number-16.svg +0 -6
  423. package/lib/core/icons/number-24.svg +0 -6
  424. package/lib/core/icons/organization-16.svg +0 -6
  425. package/lib/core/icons/organization-24.svg +0 -8
  426. package/lib/core/icons/package-16.svg +0 -6
  427. package/lib/core/icons/package-24.svg +0 -6
  428. package/lib/core/icons/package-dependencies-16.svg +0 -6
  429. package/lib/core/icons/package-dependencies-24.svg +0 -8
  430. package/lib/core/icons/package-dependents-16.svg +0 -6
  431. package/lib/core/icons/package-dependents-24.svg +0 -8
  432. package/lib/core/icons/paintbrush-16.svg +0 -6
  433. package/lib/core/icons/paper-airplane-16.svg +0 -6
  434. package/lib/core/icons/paper-airplane-24.svg +0 -6
  435. package/lib/core/icons/paperclip-16.svg +0 -6
  436. package/lib/core/icons/paperclip-24.svg +0 -6
  437. package/lib/core/icons/paste-16.svg +0 -6
  438. package/lib/core/icons/paste-24.svg +0 -8
  439. package/lib/core/icons/pencil-16.svg +0 -6
  440. package/lib/core/icons/pencil-24.svg +0 -6
  441. package/lib/core/icons/people-16.svg +0 -6
  442. package/lib/core/icons/people-24.svg +0 -8
  443. package/lib/core/icons/person-16.svg +0 -6
  444. package/lib/core/icons/person-24.svg +0 -6
  445. package/lib/core/icons/person-add-16.svg +0 -6
  446. package/lib/core/icons/person-add-24.svg +0 -6
  447. package/lib/core/icons/person-fill-16.svg +0 -3
  448. package/lib/core/icons/person-fill-24.svg +0 -3
  449. package/lib/core/icons/pin-16.svg +0 -6
  450. package/lib/core/icons/pin-24.svg +0 -6
  451. package/lib/core/icons/play-16.svg +0 -6
  452. package/lib/core/icons/play-24.svg +0 -7
  453. package/lib/core/icons/plug-16.svg +0 -6
  454. package/lib/core/icons/plug-24.svg +0 -6
  455. package/lib/core/icons/plus-16.svg +0 -6
  456. package/lib/core/icons/plus-24.svg +0 -6
  457. package/lib/core/icons/plus-circle-16.svg +0 -6
  458. package/lib/core/icons/plus-circle-24.svg +0 -7
  459. package/lib/core/icons/project-16.svg +0 -6
  460. package/lib/core/icons/project-24.svg +0 -8
  461. package/lib/core/icons/pulse-16.svg +0 -6
  462. package/lib/core/icons/pulse-24.svg +0 -6
  463. package/lib/core/icons/question-16.svg +0 -6
  464. package/lib/core/icons/question-24.svg +0 -8
  465. package/lib/core/icons/quote-16.svg +0 -6
  466. package/lib/core/icons/quote-24.svg +0 -6
  467. package/lib/core/icons/reply-16.svg +0 -6
  468. package/lib/core/icons/reply-24.svg +0 -3
  469. package/lib/core/icons/repo-16.svg +0 -6
  470. package/lib/core/icons/repo-24.svg +0 -7
  471. package/lib/core/icons/repo-clone-16.svg +0 -6
  472. package/lib/core/icons/repo-deleted-16.svg +0 -3
  473. package/lib/core/icons/repo-forked-16.svg +0 -6
  474. package/lib/core/icons/repo-forked-24.svg +0 -9
  475. package/lib/core/icons/repo-locked-16.svg +0 -8
  476. package/lib/core/icons/repo-locked-24.svg +0 -8
  477. package/lib/core/icons/repo-pull-16.svg +0 -6
  478. package/lib/core/icons/repo-push-16.svg +0 -6
  479. package/lib/core/icons/repo-push-24.svg +0 -3
  480. package/lib/core/icons/repo-template-16.svg +0 -6
  481. package/lib/core/icons/repo-template-24.svg +0 -3
  482. package/lib/core/icons/report-16.svg +0 -6
  483. package/lib/core/icons/report-24.svg +0 -6
  484. package/lib/core/icons/rocket-16.svg +0 -6
  485. package/lib/core/icons/rocket-24.svg +0 -6
  486. package/lib/core/icons/rows-16.svg +0 -6
  487. package/lib/core/icons/rows-24.svg +0 -6
  488. package/lib/core/icons/rss-16.svg +0 -6
  489. package/lib/core/icons/rss-24.svg +0 -6
  490. package/lib/core/icons/ruby-16.svg +0 -6
  491. package/lib/core/icons/ruby-24.svg +0 -6
  492. package/lib/core/icons/screen-full-16.svg +0 -6
  493. package/lib/core/icons/screen-full-24.svg +0 -6
  494. package/lib/core/icons/screen-normal-16.svg +0 -6
  495. package/lib/core/icons/screen-normal-24.svg +0 -6
  496. package/lib/core/icons/search-16.svg +0 -6
  497. package/lib/core/icons/search-24.svg +0 -6
  498. package/lib/core/icons/server-16.svg +0 -6
  499. package/lib/core/icons/server-24.svg +0 -8
  500. package/lib/core/icons/server-error.svg +0 -5
  501. package/lib/core/icons/share-16.svg +0 -6
  502. package/lib/core/icons/share-24.svg +0 -6
  503. package/lib/core/icons/share-android-16.svg +0 -6
  504. package/lib/core/icons/share-android-24.svg +0 -6
  505. package/lib/core/icons/shield-16.svg +0 -6
  506. package/lib/core/icons/shield-24.svg +0 -7
  507. package/lib/core/icons/shield-check-16.svg +0 -6
  508. package/lib/core/icons/shield-check-24.svg +0 -7
  509. package/lib/core/icons/shield-lock-16.svg +0 -6
  510. package/lib/core/icons/shield-lock-24.svg +0 -6
  511. package/lib/core/icons/shield-slash-16.svg +0 -8
  512. package/lib/core/icons/shield-x-16.svg +0 -6
  513. package/lib/core/icons/shield-x-24.svg +0 -8
  514. package/lib/core/icons/sidebar-collapse-16.svg +0 -7
  515. package/lib/core/icons/sidebar-collapse-24.svg +0 -7
  516. package/lib/core/icons/sidebar-expand-16.svg +0 -7
  517. package/lib/core/icons/sidebar-expand-24.svg +0 -7
  518. package/lib/core/icons/sign-in-16.svg +0 -6
  519. package/lib/core/icons/sign-in-24.svg +0 -6
  520. package/lib/core/icons/sign-out-16.svg +0 -6
  521. package/lib/core/icons/sign-out-24.svg +0 -6
  522. package/lib/core/icons/single-select-16.svg +0 -7
  523. package/lib/core/icons/single-select-24.svg +0 -7
  524. package/lib/core/icons/skip-16.svg +0 -6
  525. package/lib/core/icons/skip-24.svg +0 -7
  526. package/lib/core/icons/sliders-16.svg +0 -3
  527. package/lib/core/icons/smiley-16.svg +0 -6
  528. package/lib/core/icons/smiley-24.svg +0 -9
  529. package/lib/core/icons/sort-asc-16.svg +0 -6
  530. package/lib/core/icons/sort-asc-24.svg +0 -3
  531. package/lib/core/icons/sort-desc-16.svg +0 -7
  532. package/lib/core/icons/sort-desc-24.svg +0 -3
  533. package/lib/core/icons/square-16.svg +0 -6
  534. package/lib/core/icons/square-24.svg +0 -6
  535. package/lib/core/icons/square-fill-16.svg +0 -6
  536. package/lib/core/icons/square-fill-24.svg +0 -6
  537. package/lib/core/icons/squirrel-16.svg +0 -6
  538. package/lib/core/icons/squirrel-24.svg +0 -3
  539. package/lib/core/icons/stack-16.svg +0 -6
  540. package/lib/core/icons/stack-24.svg +0 -10
  541. package/lib/core/icons/star-16.svg +0 -6
  542. package/lib/core/icons/star-24.svg +0 -6
  543. package/lib/core/icons/star-fill-16.svg +0 -6
  544. package/lib/core/icons/star-fill-24.svg +0 -6
  545. package/lib/core/icons/stop-16.svg +0 -6
  546. package/lib/core/icons/stop-24.svg +0 -7
  547. package/lib/core/icons/stopwatch-16.svg +0 -6
  548. package/lib/core/icons/stopwatch-24.svg +0 -6
  549. package/lib/core/icons/store.svg +0 -7
  550. package/lib/core/icons/strikethrough-16.svg +0 -6
  551. package/lib/core/icons/strikethrough-24.svg +0 -6
  552. package/lib/core/icons/sun-16.svg +0 -6
  553. package/lib/core/icons/sun-24.svg +0 -6
  554. package/lib/core/icons/sync-16.svg +0 -6
  555. package/lib/core/icons/sync-24.svg +0 -3
  556. package/lib/core/icons/tab-24.svg +0 -3
  557. package/lib/core/icons/tab-external-16.svg +0 -3
  558. package/lib/core/icons/table-16.svg +0 -6
  559. package/lib/core/icons/table-24.svg +0 -6
  560. package/lib/core/icons/tag-16.svg +0 -6
  561. package/lib/core/icons/tag-24.svg +0 -7
  562. package/lib/core/icons/tasklist-16.svg +0 -6
  563. package/lib/core/icons/tasklist-24.svg +0 -7
  564. package/lib/core/icons/telescope-16.svg +0 -6
  565. package/lib/core/icons/telescope-24.svg +0 -8
  566. package/lib/core/icons/telescope-fill-16.svg +0 -6
  567. package/lib/core/icons/telescope-fill-24.svg +0 -8
  568. package/lib/core/icons/terminal-16.svg +0 -6
  569. package/lib/core/icons/terminal-24.svg +0 -8
  570. package/lib/core/icons/three-bars-16.svg +0 -6
  571. package/lib/core/icons/thumbsdown-16.svg +0 -6
  572. package/lib/core/icons/thumbsdown-24.svg +0 -6
  573. package/lib/core/icons/thumbsup-16.svg +0 -6
  574. package/lib/core/icons/thumbsup-24.svg +0 -6
  575. package/lib/core/icons/tools-16.svg +0 -6
  576. package/lib/core/icons/tools-24.svg +0 -6
  577. package/lib/core/icons/trash-16.svg +0 -6
  578. package/lib/core/icons/trash-24.svg +0 -10
  579. package/lib/core/icons/triangle-down-16.svg +0 -3
  580. package/lib/core/icons/triangle-down-24.svg +0 -3
  581. package/lib/core/icons/triangle-left-16.svg +0 -3
  582. package/lib/core/icons/triangle-left-24.svg +0 -3
  583. package/lib/core/icons/triangle-right-16.svg +0 -3
  584. package/lib/core/icons/triangle-right-24.svg +0 -3
  585. package/lib/core/icons/triangle-up-16.svg +0 -3
  586. package/lib/core/icons/triangle-up-24.svg +0 -3
  587. package/lib/core/icons/trophy-16.svg +0 -6
  588. package/lib/core/icons/trophy-24.svg +0 -6
  589. package/lib/core/icons/typography-16.svg +0 -6
  590. package/lib/core/icons/typography-24.svg +0 -6
  591. package/lib/core/icons/unfold-16.svg +0 -3
  592. package/lib/core/icons/unfold-24.svg +0 -9
  593. package/lib/core/icons/unlock-16.svg +0 -6
  594. package/lib/core/icons/unlock-24.svg +0 -6
  595. package/lib/core/icons/unmute-16.svg +0 -6
  596. package/lib/core/icons/unmute-24.svg +0 -8
  597. package/lib/core/icons/unverified-16.svg +0 -6
  598. package/lib/core/icons/unverified-24.svg +0 -8
  599. package/lib/core/icons/upload-16.svg +0 -6
  600. package/lib/core/icons/upload-24.svg +0 -6
  601. package/lib/core/icons/verified-16.svg +0 -6
  602. package/lib/core/icons/verified-24.svg +0 -7
  603. package/lib/core/icons/versions-16.svg +0 -6
  604. package/lib/core/icons/versions-24.svg +0 -6
  605. package/lib/core/icons/video-16.svg +0 -7
  606. package/lib/core/icons/video-24.svg +0 -7
  607. package/lib/core/icons/webhook-16.svg +0 -3
  608. package/lib/core/icons/workflow-16.svg +0 -6
  609. package/lib/core/icons/workflow-24.svg +0 -6
  610. package/lib/core/icons/x-16.svg +0 -6
  611. package/lib/core/icons/x-24.svg +0 -6
  612. package/lib/core/icons/x-circle-16.svg +0 -6
  613. package/lib/core/icons/x-circle-24.svg +0 -8
  614. package/lib/core/icons/x-circle-fill-12.svg +0 -6
  615. package/lib/core/icons/x-circle-fill-16.svg +0 -6
  616. package/lib/core/icons/x-circle-fill-24.svg +0 -6
  617. package/lib/core/icons/yourdash.svg +0 -61
  618. package/lib/core/icons/zap-16.svg +0 -6
  619. package/lib/core/icons/zap-24.svg +0 -6
  620. package/lib/core/incrementLevel.tsx +0 -15
  621. package/lib/core/isPhone.ts +0 -30
  622. package/lib/core/level.tsx +0 -27
  623. package/lib/core/remToPx.ts +0 -8
  624. package/lib/core/root.tsx +0 -26
  625. package/lib/core/toasts/toast.module.css +0 -68
  626. package/lib/core/toasts/toast.module.css.map +0 -1
  627. package/lib/core/toasts/toast.module.scss +0 -71
  628. package/lib/core/toasts/toast.ts +0 -12
  629. package/lib/core/toasts/toastAction.ts +0 -12
  630. package/lib/core/toasts/toastContext.ts +0 -16
  631. package/lib/core/toasts/toasts.tsx +0 -96
  632. package/lib/core/toasts/useToast.ts +0 -18
  633. package/lib/core/utils.ts +0 -4
  634. package/lib/core/uuid.ts +0 -12
  635. package/lib/theme/defaultTheme.module.css +0 -297
  636. package/lib/theme/defaultTheme.module.css.map +0 -1
  637. package/lib/theme/defaultTheme.module.scss +0 -361
  638. package/lib/theme/themeValues.css +0 -7
  639. package/lib/theme/themeValues.css.map +0 -1
  640. package/lib/theme/themeValues.scss +0 -129
  641. package/lib/utilityComponent/hasBeenShown/hasBeenShown.tsx +0 -47
  642. package/lib/utilityComponent/onInView/onInView.tsx +0 -83
  643. package/lib/views/carousel/UKCarousel.tsx +0 -147
  644. package/lib/views/carousel/carousel.module.css +0 -77
  645. package/lib/views/carousel/carousel.module.css.map +0 -1
  646. package/lib/views/carousel/carousel.module.scss +0 -94
  647. package/lib/views/dialog/UKDialog.tsx +0 -34
  648. package/lib/views/dialog/dialog.module.css +0 -44
  649. package/lib/views/dialog/dialog.module.css.map +0 -1
  650. package/lib/views/dialog/dialog.module.scss +0 -44
  651. package/lib/views/infiniteScroll/UKInfiniteScroll.tsx +0 -90
  652. package/lib/views/infiniteScroll/infiniteScroll.module.css +0 -30
  653. package/lib/views/infiniteScroll/infiniteScroll.module.css.map +0 -1
  654. package/lib/views/infiniteScroll/infiniteScroll.module.scss +0 -26
  655. package/lib/views/layout/UKLayout.module.scss +0 -24
  656. package/lib/views/layout/UKLayout.tsx +0 -30
  657. package/lib/views/navBar/UKNavBar.tsx +0 -37
  658. package/lib/views/navBar/components/navImage/UKNavbarNavImage.tsx +0 -15
  659. package/lib/views/navBar/components/navImage/navImage.module.css +0 -12
  660. package/lib/views/navBar/components/navImage/navImage.module.css.map +0 -1
  661. package/lib/views/navBar/components/navImage/navImage.module.scss +0 -7
  662. package/lib/views/navBar/components/navTitle/UKNavbarNavTitle.tsx +0 -13
  663. package/lib/views/navBar/navBar.module.css +0 -26
  664. package/lib/views/navBar/navBar.module.css.map +0 -1
  665. package/lib/views/navBar/navBar.module.scss +0 -22
  666. package/lib/views/onBoarding/UKOnBoarding.tsx +0 -146
  667. package/lib/views/onBoarding/onBoarding.module.css +0 -74
  668. package/lib/views/onBoarding/onBoarding.module.css.map +0 -1
  669. package/lib/views/onBoarding/onBoarding.module.scss +0 -84
  670. package/lib/views/pageHeader/UKPageHeader.tsx +0 -28
  671. package/lib/views/pageHeader/header.module.css +0 -20
  672. package/lib/views/pageHeader/header.module.css.map +0 -1
  673. package/lib/views/pageHeader/header.module.scss +0 -16
  674. package/lib/views/panAndZoom/UKPanAndZoom.tsx +0 -121
  675. package/lib/views/sidebar/UKSidebar.tsx +0 -30
  676. package/lib/views/sidebar/UKSidebarContainer.tsx +0 -38
  677. package/lib/views/sidebar/UKSidebarContext.tsx +0 -15
  678. package/lib/views/sidebar/UKSidebarToggleButton.tsx +0 -27
  679. package/lib/views/sidebar/sidebar.module.css +0 -54
  680. package/lib/views/sidebar/sidebar.module.css.map +0 -1
  681. package/lib/views/sidebar/sidebar.module.scss +0 -49
  682. package/lib/views/sidebar/sidebarContainer.module.css +0 -26
  683. package/lib/views/sidebar/sidebarContainer.module.css.map +0 -1
  684. package/lib/views/sidebar/sidebarContainer.module.scss +0 -22
package/dist/index.mjs CHANGED
@@ -1,8 +1,8 @@
1
- import { jsx as s, jsxs as S, Fragment as G } from "react/jsx-runtime";
2
- import * as Fe from "react";
3
- import O, { createContext as _e, useRef as M, useEffect as T, useContext as de, useState as I } from "react";
4
- import { useNavigate as Te, Outlet as je } from "react-router";
5
- import './index.css';var Q = { exports: {} }, ue = {};
1
+ import { jsx as s, jsxs as k, Fragment as Y } from "react/jsx-runtime";
2
+ import * as je from "react";
3
+ import O, { createContext as ge, useRef as M, useEffect as T, useContext as ue, useState as I } from "react";
4
+ import { useNavigate as Pe, Outlet as Ke } from "react-router";
5
+ import './index.css';var J = { exports: {} }, fe = {};
6
6
  /**
7
7
  * @license React
8
8
  * react-compiler-runtime.production.js
@@ -13,15 +13,15 @@ import './index.css';var Q = { exports: {} }, ue = {};
13
13
  * LICENSE file in the root directory of this source tree.
14
14
  */
15
15
  var Ce;
16
- function Ke() {
17
- if (Ce) return ue;
16
+ function Ae() {
17
+ if (Ce) return fe;
18
18
  Ce = 1;
19
19
  var t = O.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
20
- return ue.c = function(e) {
20
+ return fe.c = function(e) {
21
21
  return t.H.useMemoCache(e);
22
- }, ue;
22
+ }, fe;
23
23
  }
24
- var fe = {};
24
+ var he = {};
25
25
  /**
26
26
  * @license React
27
27
  * react-compiler-runtime.development.js
@@ -31,11 +31,11 @@ var fe = {};
31
31
  * This source code is licensed under the MIT license found in the
32
32
  * LICENSE file in the root directory of this source tree.
33
33
  */
34
- var ye;
35
- function Ae() {
36
- return ye || (ye = 1, process.env.NODE_ENV !== "production" && function() {
34
+ var Ne;
35
+ function He() {
36
+ return Ne || (Ne = 1, process.env.NODE_ENV !== "production" && function() {
37
37
  var t = O.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
38
- fe.c = function(e) {
38
+ he.c = function(e) {
39
39
  var i = t.H;
40
40
  return i === null && console.error(
41
41
  `Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
@@ -45,49 +45,49 @@ function Ae() {
45
45
  See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`
46
46
  ), i.useMemoCache(e);
47
47
  };
48
- }()), fe;
48
+ }()), he;
49
49
  }
50
- var go = Q.exports, Ne;
51
- function He() {
52
- return Ne || (Ne = 1, process.env.NODE_ENV === "production" ? Q.exports = Ke() : Q.exports = Ae()), Q.exports;
50
+ var xo = J.exports, xe;
51
+ function ze() {
52
+ return xe || (xe = 1, process.env.NODE_ENV === "production" ? J.exports = Ae() : J.exports = He()), J.exports;
53
53
  }
54
- var C = He();
55
- function Pe(t) {
54
+ var y = ze();
55
+ function De(t) {
56
56
  var e, i, n = "";
57
57
  if (typeof t == "string" || typeof t == "number") n += t;
58
58
  else if (typeof t == "object") if (Array.isArray(t)) {
59
59
  var o = t.length;
60
- for (e = 0; e < o; e++) t[e] && (i = Pe(t[e])) && (n && (n += " "), n += i);
60
+ for (e = 0; e < o; e++) t[e] && (i = De(t[e])) && (n && (n += " "), n += i);
61
61
  } else for (i in t) t[i] && (n && (n += " "), n += i);
62
62
  return n;
63
63
  }
64
- function ze() {
65
- for (var t, e, i = 0, n = "", o = arguments.length; i < o; i++) (t = arguments[i]) && (e = Pe(t)) && (n && (n += " "), n += e);
64
+ function qe() {
65
+ for (var t, e, i = 0, n = "", o = arguments.length; i < o; i++) (t = arguments[i]) && (e = De(t)) && (n && (n += " "), n += e);
66
66
  return n;
67
67
  }
68
68
  function v(...t) {
69
- return ze(...t).replaceAll(`
69
+ return qe(...t).replaceAll(`
70
70
  `, "").split(" ").filter((e) => e !== "").join(" ");
71
71
  }
72
- const qe = "_component_kjav3_10", Ge = {
73
- component: qe
74
- }, ge = (t) => {
75
- const e = C.c(7);
72
+ const Ge = "_component_kjav3_10", Ye = {
73
+ component: Ge
74
+ }, ve = (t) => {
75
+ const e = y.c(7);
76
76
  let i;
77
- e[0] !== t.className ? (i = v(Ge.component, t.className), e[0] = t.className, e[1] = i) : i = e[1];
77
+ e[0] !== t.className ? (i = v(Ye.component, t.className), e[0] = t.className, e[1] = i) : i = e[1];
78
78
  let n;
79
79
  return e[2] !== t.disabled || e[3] !== t.onClick || e[4] !== t.text || e[5] !== i ? (n = /* @__PURE__ */ s("button", { className: i, onClick: t.onClick, "aria-label": t.text, disabled: t.disabled, type: "button", children: t.text }), e[2] = t.disabled, e[3] = t.onClick, e[4] = t.text, e[5] = i, e[6] = n) : n = e[6], n;
80
- }, De = _e({
80
+ }, Le = ge({
81
81
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
82
82
  createMenu: (t) => {
83
83
  },
84
84
  destroyMenu: () => {
85
85
  }
86
- }), Ye = "_component_p0do9_10", We = "_button_p0do9_29", Le = {
87
- component: Ye,
88
- button: We
89
- }, Ve = (t) => {
90
- const e = C.c(17), {
86
+ }), We = "_component_p0do9_10", Ve = "_button_p0do9_29", Be = {
87
+ component: We,
88
+ button: Ve
89
+ }, Xe = (t) => {
90
+ const e = y.c(17), {
91
91
  children: i
92
92
  } = t;
93
93
  let n;
@@ -108,43 +108,43 @@ const qe = "_component_kjav3_10", Ge = {
108
108
  let _;
109
109
  e[4] === Symbol.for("react.memo_cache_sentinel") ? (_ = {
110
110
  createMenu: ($) => {
111
- var pe, be;
111
+ var pe, ye;
112
112
  const {
113
- x: b,
113
+ x: p,
114
114
  y: N,
115
- items: k
116
- } = $, R = window.innerWidth, B = window.innerHeight, H = ((pe = d.current) == null ? void 0 : pe.getBoundingClientRect().width) || 200, W = ((be = d.current) == null ? void 0 : be.getBoundingClientRect().height) || 200;
117
- let V = b, X = N;
118
- b + H >= R && (V = R - H), N + W >= B && (X = B - W), c({
119
- x: V,
120
- y: X
121
- }), u(k), l(!0);
115
+ items: S
116
+ } = $, R = window.innerWidth, B = window.innerHeight, H = ((pe = d.current) == null ? void 0 : pe.getBoundingClientRect().width) || 200, V = ((ye = d.current) == null ? void 0 : ye.getBoundingClientRect().height) || 200;
117
+ let X = p, Z = N;
118
+ p + H >= R && (X = R - H), N + V >= B && (Z = B - V), c({
119
+ x: X,
120
+ y: Z
121
+ }), u(S), l(!0);
122
122
  },
123
123
  destroyMenu: () => {
124
124
  l(!1);
125
125
  }
126
126
  }, e[4] = _) : _ = e[4];
127
- const p = r ? "flex" : "none";
127
+ const b = r ? "flex" : "none";
128
128
  let g;
129
- e[5] !== o.x || e[6] !== o.y || e[7] !== p ? (g = {
130
- display: p,
129
+ e[5] !== o.x || e[6] !== o.y || e[7] !== b ? (g = {
130
+ display: b,
131
131
  left: o.x,
132
132
  top: o.y
133
- }, e[5] = o.x, e[6] = o.y, e[7] = p, e[8] = g) : g = e[8];
134
- let y;
135
- e[9] !== m ? (y = m.map(Xe), e[9] = m, e[10] = y) : y = e[10];
133
+ }, e[5] = o.x, e[6] = o.y, e[7] = b, e[8] = g) : g = e[8];
134
+ let C;
135
+ e[9] !== m ? (C = m.map(Ze), e[9] = m, e[10] = C) : C = e[10];
136
136
  let x;
137
- e[11] !== g || e[12] !== y ? (x = /* @__PURE__ */ s("div", { ref: d, style: g, className: Le.component, children: y }), e[11] = g, e[12] = y, e[13] = x) : x = e[13];
137
+ e[11] !== g || e[12] !== C ? (x = /* @__PURE__ */ s("div", { ref: d, style: g, className: Be.component, children: C }), e[11] = g, e[12] = C, e[13] = x) : x = e[13];
138
138
  let w;
139
- return e[14] !== i || e[15] !== x ? (w = /* @__PURE__ */ S(De.Provider, { value: _, children: [
139
+ return e[14] !== i || e[15] !== x ? (w = /* @__PURE__ */ k(Le.Provider, { value: _, children: [
140
140
  x,
141
141
  i
142
142
  ] }), e[14] = i, e[15] = x, e[16] = w) : w = e[16], w;
143
143
  };
144
- function Xe(t) {
145
- return /* @__PURE__ */ s(ge, { className: Le.button, text: t.label, onClick: t.onClick }, t.label);
144
+ function Ze(t) {
145
+ return /* @__PURE__ */ s(ve, { className: Be.button, text: t.label, onClick: t.onClick }, t.label);
146
146
  }
147
- function Be() {
147
+ function Ue() {
148
148
  const t = window.navigator;
149
149
  if (new URLSearchParams(window.location.search).has("ukmobile")) return !0;
150
150
  if (t != null && t.userAgentData)
@@ -154,22 +154,22 @@ function Be() {
154
154
  return navigator.userAgent.match(i) !== null;
155
155
  }
156
156
  }
157
- const Ze = "_component_psvf3_10", Qe = "_h1component_psvf3_17", Je = "_h2component_psvf3_22", et = "_h3component_psvf3_27", tt = "_h4component_psvf3_32", nt = "_h5component_psvf3_37", ot = "_h6component_psvf3_42", P = {
158
- component: Ze,
159
- h1component: Qe,
160
- h2component: Je,
161
- h3component: et,
162
- h4component: tt,
163
- h5component: nt,
164
- h6component: ot
165
- }, it = "_theme_nrhjz_10", ct = "_level0_nrhjz_27", lt = "_level1_nrhjz_95", rt = "_level2_nrhjz_157", st = "_level3_nrhjz_221", at = "_mobile_nrhjz_284", F = {
166
- theme: it,
167
- level0: ct,
168
- level1: lt,
169
- level2: rt,
170
- level3: st,
171
- mobile: at
172
- }, oe = _e(0), A = () => de(oe), Y = (t) => {
157
+ const Qe = "_component_psvf3_10", Je = "_h1component_psvf3_17", et = "_h2component_psvf3_22", tt = "_h3component_psvf3_27", nt = "_h4component_psvf3_32", ot = "_h5component_psvf3_37", it = "_h6component_psvf3_42", P = {
158
+ component: Qe,
159
+ h1component: Je,
160
+ h2component: et,
161
+ h3component: tt,
162
+ h4component: nt,
163
+ h5component: ot,
164
+ h6component: it
165
+ }, ct = "_theme_nrhjz_10", lt = "_level0_nrhjz_27", rt = "_level1_nrhjz_95", st = "_level2_nrhjz_157", at = "_level3_nrhjz_221", mt = "_mobile_nrhjz_284", F = {
166
+ theme: ct,
167
+ level0: lt,
168
+ level1: rt,
169
+ level2: st,
170
+ level3: at,
171
+ mobile: mt
172
+ }, ie = ge(0), A = () => ue(ie), W = (t) => {
173
173
  switch (t) {
174
174
  case 0:
175
175
  return F.level0;
@@ -182,8 +182,8 @@ const Ze = "_component_psvf3_10", Qe = "_h1component_psvf3_17", Je = "_h2compone
182
182
  default:
183
183
  return F.level0;
184
184
  }
185
- }, ie = (t) => {
186
- const e = C.c(36), i = de(oe);
185
+ }, ce = (t) => {
186
+ const e = y.c(36), i = ue(ie);
187
187
  switch (t.level || i || 1) {
188
188
  case 1: {
189
189
  let n;
@@ -222,46 +222,46 @@ const Ze = "_component_psvf3_10", Qe = "_h1component_psvf3_17", Je = "_h2compone
222
222
  return e[32] !== t.style || e[33] !== t.text || e[34] !== n ? (o = /* @__PURE__ */ s("h6", { className: n, style: t.style, children: t.text }), e[32] = t.style, e[33] = t.text, e[34] = n, e[35] = o) : o = e[35], o;
223
223
  }
224
224
  }
225
- }, mt = "_component_w586s_10", dt = "_row_w586s_16", ut = "_disableMargin_w586s_22", ft = "_column_w586s_28", he = {
226
- component: mt,
227
- row: dt,
228
- disableMargin: ut,
229
- column: ft
230
- }, me = (t) => {
231
- const e = C.c(5), i = he[t.direction], n = t.disableMargin && he.disableMargin;
225
+ }, dt = "_component_w586s_10", ut = "_row_w586s_16", ft = "_disableMargin_w586s_22", ht = "_column_w586s_28", _e = {
226
+ component: dt,
227
+ row: ut,
228
+ disableMargin: ft,
229
+ column: ht
230
+ }, de = (t) => {
231
+ const e = y.c(5), i = _e[t.direction], n = t.disableMargin && _e.disableMargin;
232
232
  let o;
233
- e[0] !== i || e[1] !== n ? (o = v(he.component, i, n), e[0] = i, e[1] = n, e[2] = o) : o = e[2];
233
+ e[0] !== i || e[1] !== n ? (o = v(_e.component, i, n), e[0] = i, e[1] = n, e[2] = o) : o = e[2];
234
234
  let c;
235
235
  return e[3] !== o ? (c = /* @__PURE__ */ s("div", { className: o }), e[3] = o, e[4] = c) : c = e[4], c;
236
- }, te = (t) => {
237
- const e = C.c(3), n = A() + 1;
236
+ }, ne = (t) => {
237
+ const e = y.c(3), n = A() + 1;
238
238
  let o;
239
- return e[0] !== t.children || e[1] !== n ? (o = /* @__PURE__ */ s(oe.Provider, { value: n, children: t.children }), e[0] = t.children, e[1] = n, e[2] = o) : o = e[2], o;
240
- }, ht = "_component_erxw3_10", _t = {
241
- component: ht
242
- }, J = (t) => {
239
+ return e[0] !== t.children || e[1] !== n ? (o = /* @__PURE__ */ s(ie.Provider, { value: n, children: t.children }), e[0] = t.children, e[1] = n, e[2] = o) : o = e[2], o;
240
+ }, _t = "_component_erxw3_10", gt = {
241
+ component: _t
242
+ }, ee = (t) => {
243
243
  const e = t.level || A();
244
- return /* @__PURE__ */ s("div", { className: v(_t.component, t.className, Y(e)), style: t.style, children: /* @__PURE__ */ s(te, { children: t.children }) });
245
- }, gt = "_component_173cg_10", vt = "_clickable_173cg_25", pt = "_header_173cg_52", bt = "_actions_173cg_59", Ct = "_content_173cg_67", U = {
246
- component: gt,
247
- clickable: vt,
244
+ return /* @__PURE__ */ s("div", { className: v(gt.component, t.className, W(e)), style: t.style, children: /* @__PURE__ */ s(ne, { children: t.children }) });
245
+ }, vt = "_component_173cg_10", bt = "_clickable_173cg_25", pt = "_header_173cg_52", yt = "_actions_173cg_59", Ct = "_content_173cg_67", U = {
246
+ component: vt,
247
+ clickable: bt,
248
248
  header: pt,
249
- actions: bt,
249
+ actions: yt,
250
250
  content: Ct
251
- }, yt = (t) => {
252
- const e = C.c(3), n = A() - 1;
251
+ }, Nt = (t) => {
252
+ const e = y.c(3), n = A() - 1;
253
253
  let o;
254
- return e[0] !== t.children || e[1] !== n ? (o = /* @__PURE__ */ s(oe.Provider, { value: n, children: t.children }), e[0] = t.children, e[1] = n, e[2] = o) : o = e[2], o;
255
- }, ce = (t) => {
254
+ return e[0] !== t.children || e[1] !== n ? (o = /* @__PURE__ */ s(ie.Provider, { value: n, children: t.children }), e[0] = t.children, e[1] = n, e[2] = o) : o = e[2], o;
255
+ }, le = (t) => {
256
256
  const e = t.level || A();
257
- return t.onClick ? /* @__PURE__ */ s(G, { children: /* @__PURE__ */ s(te, { children: /* @__PURE__ */ S("button", { style: t.style, className: v(U.component, Y(e), t.containerClassName, U.clickable), onClick: t.onClick, children: [
258
- t.header && /* @__PURE__ */ s(J, { className: v(U.header, t.headerClassName), children: t.header }),
257
+ return t.onClick ? /* @__PURE__ */ s(Y, { children: /* @__PURE__ */ s(ne, { children: /* @__PURE__ */ k("button", { style: t.style, className: v(U.component, W(e), t.containerClassName, U.clickable), onClick: t.onClick, children: [
258
+ t.header && /* @__PURE__ */ s(ee, { className: v(U.header, t.headerClassName), children: t.header }),
259
259
  /* @__PURE__ */ s("div", { className: v(U.content, t.className), children: t.children }),
260
- t.actions && /* @__PURE__ */ s(J, { className: v(U.actions, t.actionsClassName), children: t.actions })
261
- ] }) }) }) : /* @__PURE__ */ s(G, { children: /* @__PURE__ */ s(te, { children: /* @__PURE__ */ S("div", { style: t.style, className: v(U.component, Y(e), t.containerClassName), children: [
262
- t.header && /* @__PURE__ */ s(J, { className: v(U.header, t.headerClassName), children: t.header }),
260
+ t.actions && /* @__PURE__ */ s(ee, { className: v(U.actions, t.actionsClassName), children: t.actions })
261
+ ] }) }) }) : /* @__PURE__ */ s(Y, { children: /* @__PURE__ */ s(ne, { children: /* @__PURE__ */ k("div", { style: t.style, className: v(U.component, W(e), t.containerClassName), children: [
262
+ t.header && /* @__PURE__ */ s(ee, { className: v(U.header, t.headerClassName), children: t.header }),
263
263
  /* @__PURE__ */ s("div", { className: v(U.content, t.className), children: t.children }),
264
- /* @__PURE__ */ s(yt, { children: t.actions && /* @__PURE__ */ s(J, { className: v(U.actions, t.actionsClassName), children: t.actions }) })
264
+ /* @__PURE__ */ s(Nt, { children: t.actions && /* @__PURE__ */ s(ee, { className: v(U.actions, t.actionsClassName), children: t.actions }) })
265
265
  ] }) }) });
266
266
  }, j = {
267
267
  Accessibility: () => import("./accessibility-16-uva4fZex.js"),
@@ -483,7 +483,7 @@ const Ze = "_component_psvf3_10", Qe = "_h1component_psvf3_17", Je = "_h2compone
483
483
  ScreenNormal: () => import("./screen-normal-16-BFiON6jh.js"),
484
484
  Search: () => import("./search-16-d9YAifw3.js"),
485
485
  Server: () => import("./server-16-PXkdGIz7.js"),
486
- ServerError: () => Promise.resolve().then(() => wt),
486
+ ServerError: () => Promise.resolve().then(() => St),
487
487
  Share: () => import("./share-16-CeaKGzF6.js"),
488
488
  ShareAndroid: () => import("./share-android-16-Y0jPvfBW.js"),
489
489
  Shield: () => import("./shield-16-B9tadaQL.js"),
@@ -546,14 +546,14 @@ const Ze = "_component_psvf3_10", Qe = "_h1component_psvf3_17", Je = "_h2compone
546
546
  XCircleFill: () => import("./x-circle-fill-16-4KWscQI9.js"),
547
547
  YourDashLogo: () => import("./yourdash-xKqdwKGy.js"),
548
548
  Zap: () => import("./zap-16-hscWSFVd.js")
549
- }, Nt = "_component_aplwx_6", xt = "_preserveColor_aplwx_20", xe = {
550
- component: Nt,
551
- preserveColor: xt
552
- }, Ue = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4.5%2012C3.11929%2012%202%2010.8807%202%209.5C2%208.27003%202.88822%207.24752%204.05823%207.03891C4.0201%206.86534%204%206.68502%204%206.5C4%205.11929%205.11929%204%206.5%204C7.74358%204%208.77509%204.908%208.96772%206.09719C9.13314%206.03438%209.31255%206%209.5%206C10.1768%206%2010.7489%206.4482%2010.9356%207.06396C11.117%207.02212%2011.3059%207%2011.5%207C12.8807%207%2014%208.11929%2014%209.5C14%2010.8807%2012.8807%2012%2011.5%2012H4.5ZM7.56111%207.81633L7.68889%209.63946H8.31111L8.43889%207.81633V7H7.56111V7.81633ZM7.61111%2010.8966C7.68889%2010.9655%207.79074%2011%207.91667%2011H8.07778C8.20741%2011%208.30926%2010.9655%208.38333%2010.8966C8.46111%2010.8277%208.5%2010.7351%208.5%2010.619C8.5%2010.5029%208.46111%2010.4104%208.38333%2010.3415C8.30926%2010.2726%208.20926%2010.2381%208.08333%2010.2381H7.91667C7.79074%2010.2381%207.68889%2010.2726%207.61111%2010.3415C7.53704%2010.4104%207.5%2010.5029%207.5%2010.619C7.5%2010.7315%207.53704%2010.824%207.61111%2010.8966Z'%20fill='white'/%3e%3c/svg%3e", wt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
549
+ }, xt = "_component_aplwx_6", wt = "_preserveColor_aplwx_20", we = {
550
+ component: xt,
551
+ preserveColor: wt
552
+ }, Ee = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4.5%2012C3.11929%2012%202%2010.8807%202%209.5C2%208.27003%202.88822%207.24752%204.05823%207.03891C4.0201%206.86534%204%206.68502%204%206.5C4%205.11929%205.11929%204%206.5%204C7.74358%204%208.77509%204.908%208.96772%206.09719C9.13314%206.03438%209.31255%206%209.5%206C10.1768%206%2010.7489%206.4482%2010.9356%207.06396C11.117%207.02212%2011.3059%207%2011.5%207C12.8807%207%2014%208.11929%2014%209.5C14%2010.8807%2012.8807%2012%2011.5%2012H4.5ZM7.56111%207.81633L7.68889%209.63946H8.31111L8.43889%207.81633V7H7.56111V7.81633ZM7.61111%2010.8966C7.68889%2010.9655%207.79074%2011%207.91667%2011H8.07778C8.20741%2011%208.30926%2010.9655%208.38333%2010.8966C8.46111%2010.8277%208.5%2010.7351%208.5%2010.619C8.5%2010.5029%208.46111%2010.4104%208.38333%2010.3415C8.30926%2010.2726%208.20926%2010.2381%208.08333%2010.2381H7.91667C7.79074%2010.2381%207.68889%2010.2726%207.61111%2010.3415C7.53704%2010.4104%207.5%2010.5029%207.5%2010.619C7.5%2010.7315%207.53704%2010.824%207.61111%2010.8966Z'%20fill='white'/%3e%3c/svg%3e", St = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
553
553
  __proto__: null,
554
- default: Ue
555
- }, Symbol.toStringTag, { value: "Module" })), le = (t) => {
556
- const e = C.c(14), [i, n] = I(Ue);
554
+ default: Ee
555
+ }, Symbol.toStringTag, { value: "Module" })), re = (t) => {
556
+ const e = y.c(14), [i, n] = I(Ee);
557
557
  let o;
558
558
  e[0] !== t ? (o = () => {
559
559
  typeof t.icon == "function" && t.icon().then((d) => {
@@ -562,7 +562,7 @@ const Ze = "_component_psvf3_10", Qe = "_h1component_psvf3_17", Je = "_h2compone
562
562
  }, e[0] = t, e[1] = o) : o = e[1];
563
563
  let c;
564
564
  e[2] !== t.icon ? (c = [t.icon], e[2] = t.icon, e[3] = c) : c = e[3], T(o, c);
565
- const r = `${xe.component} ${t.className} ${t.preserveColor ? xe.preserveColor : ""}`, l = `url("${i}")`;
565
+ const r = `${we.component} ${t.className} ${t.preserveColor ? we.preserveColor : ""}`, l = `url("${i}")`;
566
566
  let a;
567
567
  e[4] !== t.color || e[5] !== t.preserveColor ? (a = t.preserveColor ? {} : {
568
568
  "--color": t.color
@@ -575,47 +575,47 @@ const Ze = "_component_psvf3_10", Qe = "_h1component_psvf3_17", Je = "_h2compone
575
575
  }, e[7] = t.size, e[8] = l, e[9] = a, e[10] = m) : m = e[10];
576
576
  let u;
577
577
  return e[11] !== r || e[12] !== m ? (u = /* @__PURE__ */ s("div", { className: r, style: m }), e[11] = r, e[12] = m, e[13] = u) : u = e[13], u;
578
- }, kt = "_component_1g3hh_10", St = {
578
+ }, kt = "_component_1g3hh_10", $t = {
579
579
  component: kt
580
- }, ne = (t) => {
581
- const e = C.c(11), i = t.style, n = t.onClick, o = t.accessibleLabel;
580
+ }, oe = (t) => {
581
+ const e = y.c(11), i = t.style, n = t.onClick, o = t.accessibleLabel;
582
582
  let c;
583
- e[0] !== t.className ? (c = v(St.component, t.className), e[0] = t.className, e[1] = c) : c = e[1];
583
+ e[0] !== t.className ? (c = v($t.component, t.className), e[0] = t.className, e[1] = c) : c = e[1];
584
584
  let r;
585
- e[2] !== t.icon || e[3] !== t.preserveColor ? (r = /* @__PURE__ */ s(le, { size: "1.25rem", preserveColor: t.preserveColor, icon: t.icon }), e[2] = t.icon, e[3] = t.preserveColor, e[4] = r) : r = e[4];
585
+ e[2] !== t.icon || e[3] !== t.preserveColor ? (r = /* @__PURE__ */ s(re, { size: "1.25rem", preserveColor: t.preserveColor, icon: t.icon }), e[2] = t.icon, e[3] = t.preserveColor, e[4] = r) : r = e[4];
586
586
  let l;
587
587
  return e[5] !== t.accessibleLabel || e[6] !== t.onClick || e[7] !== t.style || e[8] !== c || e[9] !== r ? (l = /* @__PURE__ */ s("button", { style: i, onClick: n, "aria-label": o, className: c, children: r }), e[5] = t.accessibleLabel, e[6] = t.onClick, e[7] = t.style, e[8] = c, e[9] = r, e[10] = l) : l = e[10], l;
588
- }, $t = "_component_125pe_10", It = {
589
- component: $t
590
- }, q = (t) => {
591
- const e = C.c(5);
588
+ }, It = "_component_125pe_10", Rt = {
589
+ component: It
590
+ }, G = (t) => {
591
+ const e = y.c(5);
592
592
  let i;
593
- e[0] !== t.className ? (i = v(It.component, t.className), e[0] = t.className, e[1] = i) : i = e[1];
593
+ e[0] !== t.className ? (i = v(Rt.component, t.className), e[0] = t.className, e[1] = i) : i = e[1];
594
594
  let n;
595
595
  return e[2] !== t.text || e[3] !== i ? (n = /* @__PURE__ */ s("div", { className: i, children: t.text }), e[2] = t.text, e[3] = i, e[4] = n) : n = e[4], n;
596
- }, Ee = O.createContext({
596
+ }, Oe = O.createContext({
597
597
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
598
598
  showToast: (t) => {
599
599
  }
600
- }), Rt = "_container_1wk2b_6", Tt = "_component_1wk2b_20", Pt = "_cardContent_1wk2b_34", Dt = "_success_1wk2b_42", Lt = "_error_1wk2b_46", Bt = "_warning_1wk2b_50", Ut = "_info_1wk2b_54", Et = "_heading_1wk2b_58", Ot = "_pointerEvents_1wk2b_64", K = {
601
- container: Rt,
602
- component: Tt,
603
- cardContent: Pt,
604
- success: Dt,
605
- error: Lt,
606
- warning: Bt,
607
- info: Ut,
608
- heading: Et,
609
- pointerEvents: Ot
600
+ }), Tt = "_container_1wk2b_6", Pt = "_component_1wk2b_20", Dt = "_cardContent_1wk2b_34", Lt = "_success_1wk2b_42", Bt = "_error_1wk2b_46", Ut = "_warning_1wk2b_50", Et = "_info_1wk2b_54", Ot = "_heading_1wk2b_58", Mt = "_pointerEvents_1wk2b_64", K = {
601
+ container: Tt,
602
+ component: Pt,
603
+ cardContent: Dt,
604
+ success: Lt,
605
+ error: Bt,
606
+ warning: Ut,
607
+ info: Et,
608
+ heading: Ot,
609
+ pointerEvents: Mt
610
610
  };
611
- function Oe() {
611
+ function Me() {
612
612
  return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, function(t) {
613
613
  const e = Math.random() * 16 | 0;
614
614
  return (t == "x" ? e : e & 3 | 8).toString(16);
615
615
  });
616
616
  }
617
- const we = 5e3, Mt = (t) => {
618
- const e = C.c(10), {
617
+ const Se = 5e3, Ft = (t) => {
618
+ const e = y.c(10), {
619
619
  children: i
620
620
  } = t;
621
621
  let n;
@@ -624,7 +624,7 @@ const we = 5e3, Mt = (t) => {
624
624
  let r;
625
625
  e[1] === Symbol.for("react.memo_cache_sentinel") ? (r = {
626
626
  showToast: (u) => {
627
- const d = Oe();
627
+ const d = Me();
628
628
  c((f) => [...f, {
629
629
  ...u,
630
630
  uuid: d,
@@ -634,37 +634,37 @@ const we = 5e3, Mt = (t) => {
634
634
  ...h,
635
635
  animatingOut: !0
636
636
  } : h));
637
- }, we - 500), setTimeout(() => {
637
+ }, Se - 500), setTimeout(() => {
638
638
  c((f) => f.filter((h) => h.uuid !== d));
639
- }, we));
639
+ }, Se));
640
640
  }
641
641
  }, e[1] = r) : r = e[1];
642
642
  let l;
643
643
  if (e[2] !== o) {
644
644
  let u;
645
- e[4] === Symbol.for("react.memo_cache_sentinel") ? (u = (d) => /* @__PURE__ */ S(ce, { actions: d.persist ? /* @__PURE__ */ s(ne, { accessibleLabel: "Close toasts", icon: j.X, onClick: () => c((f) => f.filter((h) => h.uuid !== d.uuid)) }) : null, className: v(K.cardContent, d.type && K[d.type]), containerClassName: v(K.component, d.persist && K.pointerEvents, d.animatingOut ? "animate__animated animate__fadeOutRightBig" : "animate__animated animate__fadeInDown"), children: [
646
- /* @__PURE__ */ s(ie, { className: K.heading, level: 3, text: d.content.title }),
647
- /* @__PURE__ */ s(me, { direction: "column" }),
648
- /* @__PURE__ */ s(q, { className: K.body, text: d.content.body })
645
+ e[4] === Symbol.for("react.memo_cache_sentinel") ? (u = (d) => /* @__PURE__ */ k(le, { actions: d.persist ? /* @__PURE__ */ s(oe, { accessibleLabel: "Close toasts", icon: j.X, onClick: () => c((f) => f.filter((h) => h.uuid !== d.uuid)) }) : null, className: v(K.cardContent, d.type && K[d.type]), containerClassName: v(K.component, d.persist && K.pointerEvents, d.animatingOut ? "animate__animated animate__fadeOutRightBig" : "animate__animated animate__fadeInDown"), children: [
646
+ /* @__PURE__ */ s(ce, { className: K.heading, level: 3, text: d.content.title }),
647
+ /* @__PURE__ */ s(de, { direction: "column" }),
648
+ /* @__PURE__ */ s(G, { className: K.body, text: d.content.body })
649
649
  ] }, d.uuid), e[4] = u) : u = e[4], l = o.map(u), e[2] = o, e[3] = l;
650
650
  } else
651
651
  l = e[3];
652
652
  let a;
653
653
  e[5] !== l ? (a = /* @__PURE__ */ s("div", { className: K.container, children: l }), e[5] = l, e[6] = a) : a = e[6];
654
654
  let m;
655
- return e[7] !== i || e[8] !== a ? (m = /* @__PURE__ */ S(Ee.Provider, { value: r, children: [
655
+ return e[7] !== i || e[8] !== a ? (m = /* @__PURE__ */ k(Oe.Provider, { value: r, children: [
656
656
  a,
657
657
  i
658
658
  ] }), e[7] = i, e[8] = a, e[9] = m) : m = e[9], m;
659
- }, vo = (t) => {
660
- const e = C.c(3);
659
+ }, wo = (t) => {
660
+ const e = y.c(3);
661
661
  let i;
662
- e[0] === Symbol.for("react.memo_cache_sentinel") ? (i = v(F.theme, F.level0, Be() && F.mobile), e[0] = i) : i = e[0];
662
+ e[0] === Symbol.for("react.memo_cache_sentinel") ? (i = v(F.theme, F.level0, Ue() && F.mobile), e[0] = i) : i = e[0];
663
663
  let n;
664
- return e[1] !== t.children ? (n = /* @__PURE__ */ s("div", { className: i, children: /* @__PURE__ */ s(Ve, { children: /* @__PURE__ */ s(Mt, { children: /* @__PURE__ */ s(oe.Provider, { value: 0, children: t.children }) }) }) }), e[1] = t.children, e[2] = n) : n = e[2], n;
664
+ return e[1] !== t.children ? (n = /* @__PURE__ */ s("div", { className: i, children: /* @__PURE__ */ s(Xe, { children: /* @__PURE__ */ s(Ft, { children: /* @__PURE__ */ s(ie.Provider, { value: 0, children: t.children }) }) }) }), e[1] = t.children, e[2] = n) : n = e[2], n;
665
665
  };
666
- function po() {
667
- const t = C.c(2), e = O.useContext(Ee);
666
+ function So() {
667
+ const t = y.c(2), e = O.useContext(Oe);
668
668
  let i;
669
669
  return t[0] !== e ? (i = {
670
670
  create(n) {
@@ -672,66 +672,66 @@ function po() {
672
672
  }
673
673
  }, t[0] = e, t[1] = i) : i = t[1], i;
674
674
  }
675
- function Ft(t) {
675
+ function jt(t) {
676
676
  return t * parseFloat(getComputedStyle(document.documentElement).fontSize);
677
677
  }
678
- const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
678
+ const ko = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
679
679
  __proto__: null,
680
680
  clippy: v,
681
- generateUUID: Oe,
682
- isPhone: Be,
683
- remToPx: Ft
684
- }, Symbol.toStringTag, { value: "Module" })), jt = "_component_7kjva_6", Kt = {
685
- component: jt
686
- }, Co = (t) => {
687
- const e = C.c(5), {
681
+ generateUUID: Me,
682
+ isPhone: Ue,
683
+ remToPx: jt
684
+ }, Symbol.toStringTag, { value: "Module" })), Kt = "_component_7kjva_6", At = {
685
+ component: Kt
686
+ }, $o = (t) => {
687
+ const e = y.c(5), {
688
688
  children: i,
689
689
  className: n
690
690
  } = t;
691
691
  let o;
692
- e[0] !== n ? (o = v(Kt.component, n), e[0] = n, e[1] = o) : o = e[1];
692
+ e[0] !== n ? (o = v(At.component, n), e[0] = n, e[1] = o) : o = e[1];
693
693
  let c;
694
694
  return e[2] !== i || e[3] !== o ? (c = /* @__PURE__ */ s("div", { className: o, children: i }), e[2] = i, e[3] = o, e[4] = c) : c = e[4], c;
695
- }, At = "_component_gvwt1_10", Ht = "_link_gvwt1_45", zt = {
696
- component: At,
697
- link: Ht
698
- }, yo = (t) => {
699
- const e = C.c(9), i = Te();
695
+ }, Ht = "_component_gvwt1_10", zt = "_link_gvwt1_45", qt = {
696
+ component: Ht,
697
+ link: zt
698
+ }, Io = (t) => {
699
+ const e = y.c(9), i = Pe();
700
700
  let n;
701
701
  e[0] !== i || e[1] !== t.to ? (n = () => (i(t.to), 0), e[0] = i, e[1] = t.to, e[2] = n) : n = e[2];
702
702
  const o = t.text;
703
703
  let c;
704
- e[3] !== t.className ? (c = v(zt.component, t.className), e[3] = t.className, e[4] = c) : c = e[4];
704
+ e[3] !== t.className ? (c = v(qt.component, t.className), e[3] = t.className, e[4] = c) : c = e[4];
705
705
  let r;
706
- return e[5] !== t.text || e[6] !== n || e[7] !== c ? (r = /* @__PURE__ */ s(ge, { onClick: n, text: o, className: c }), e[5] = t.text, e[6] = n, e[7] = c, e[8] = r) : r = e[8], r;
707
- }, qt = "_component_11sed_10", Gt = "_icon_11sed_49", ke = {
708
- component: qt,
709
- icon: Gt
710
- }, Yt = (t) => {
711
- const e = C.c(10);
706
+ return e[5] !== t.text || e[6] !== n || e[7] !== c ? (r = /* @__PURE__ */ s(ve, { onClick: n, text: o, className: c }), e[5] = t.text, e[6] = n, e[7] = c, e[8] = r) : r = e[8], r;
707
+ }, Gt = "_component_11sed_10", Yt = "_icon_11sed_49", ke = {
708
+ component: Gt,
709
+ icon: Yt
710
+ }, Wt = (t) => {
711
+ const e = y.c(10);
712
712
  let i;
713
713
  e[0] !== t.className ? (i = v(ke.component, t.className), e[0] = t.className, e[1] = i) : i = e[1];
714
714
  let n;
715
- e[2] !== t.icon ? (n = /* @__PURE__ */ s(le, { size: "1.25rem", className: ke.icon, icon: t.icon }), e[2] = t.icon, e[3] = n) : n = e[3];
715
+ e[2] !== t.icon ? (n = /* @__PURE__ */ s(re, { size: "1.25rem", className: ke.icon, icon: t.icon }), e[2] = t.icon, e[3] = n) : n = e[3];
716
716
  let o;
717
- return e[4] !== t.disabled || e[5] !== t.onClick || e[6] !== t.text || e[7] !== i || e[8] !== n ? (o = /* @__PURE__ */ S("button", { className: i, onClick: t.onClick, "aria-label": t.text, disabled: t.disabled, children: [
717
+ return e[4] !== t.disabled || e[5] !== t.onClick || e[6] !== t.text || e[7] !== i || e[8] !== n ? (o = /* @__PURE__ */ k("button", { className: i, onClick: t.onClick, "aria-label": t.text, disabled: t.disabled, children: [
718
718
  n,
719
719
  t.text
720
720
  ] }), e[4] = t.disabled, e[5] = t.onClick, e[6] = t.text, e[7] = i, e[8] = n, e[9] = o) : o = e[9], o;
721
- }, Wt = "_component_194wg_10", Vt = "_disableRounding_194wg_23", Se = {
722
- component: Wt,
723
- disableRounding: Vt
724
- }, Xt = (t) => {
721
+ }, Vt = "_component_194wg_10", Xt = "_disableRounding_194wg_23", $e = {
722
+ component: Vt,
723
+ disableRounding: Xt
724
+ }, Zt = (t) => {
725
725
  const e = t.level || A();
726
- return /* @__PURE__ */ s("div", { className: v(Se.component, t.className, t.disableRounding && Se.disableRounding, Y(e)), style: t.style, children: /* @__PURE__ */ s(te, { children: t.children }) });
727
- }, No = (t) => {
728
- const e = C.c(4), {
726
+ return /* @__PURE__ */ s("div", { className: v($e.component, t.className, t.disableRounding && $e.disableRounding, W(e)), style: t.style, children: /* @__PURE__ */ s(ne, { children: t.children }) });
727
+ }, Ro = (t) => {
728
+ const e = y.c(4), {
729
729
  items: i,
730
730
  children: n,
731
731
  className: o
732
732
  } = t;
733
733
  let c;
734
- return e[0] !== n || e[1] !== o || e[2] !== i ? (c = /* @__PURE__ */ s(De.Consumer, { children: (r) => /* @__PURE__ */ s("div", { className: o, onContextMenu: (l) => {
734
+ return e[0] !== n || e[1] !== o || e[2] !== i ? (c = /* @__PURE__ */ s(Le.Consumer, { children: (r) => /* @__PURE__ */ s("div", { className: o, onContextMenu: (l) => {
735
735
  l.stopPropagation(), l.preventDefault();
736
736
  const a = l.currentTarget.getBoundingClientRect();
737
737
  r.createMenu({
@@ -746,28 +746,28 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
746
746
  };
747
747
  window.addEventListener("click", m), window.addEventListener("contextmenu", m);
748
748
  }, children: n }) }), e[0] = n, e[1] = o, e[2] = i, e[3] = c) : c = e[3], c;
749
- }, Zt = "_component_eathd_10", Qt = "_row_eathd_15", Jt = "_column_eathd_19", en = "_centerHorizontally_eathd_23", tn = "_centerVertically_eathd_27", nn = "_padding_eathd_31", Z = {
750
- component: Zt,
751
- row: Qt,
752
- column: Jt,
753
- centerHorizontally: en,
754
- centerVertically: tn,
755
- padding: nn
756
- }, ee = (t) => {
757
- const e = C.c(11), i = t.ref, n = t.style, o = Z[t.direction], c = t.centerHorizontally && Z.centerHorizontally, r = t.centerVertically && Z.centerVertically, l = t.padding && Z.padding;
749
+ }, Qt = "_component_eathd_10", Jt = "_row_eathd_15", en = "_column_eathd_19", tn = "_centerHorizontally_eathd_23", nn = "_centerVertically_eathd_27", on = "_padding_eathd_31", Q = {
750
+ component: Qt,
751
+ row: Jt,
752
+ column: en,
753
+ centerHorizontally: tn,
754
+ centerVertically: nn,
755
+ padding: on
756
+ }, te = (t) => {
757
+ const e = y.c(11), i = t.ref, n = t.style, o = Q[t.direction], c = t.centerHorizontally && Q.centerHorizontally, r = t.centerVertically && Q.centerVertically, l = t.padding && Q.padding;
758
758
  let a;
759
- e[0] !== t.className || e[1] !== o || e[2] !== c || e[3] !== r || e[4] !== l ? (a = v(Z.component, o, t.className, c, r, l), e[0] = t.className, e[1] = o, e[2] = c, e[3] = r, e[4] = l, e[5] = a) : a = e[5];
759
+ e[0] !== t.className || e[1] !== o || e[2] !== c || e[3] !== r || e[4] !== l ? (a = v(Q.component, o, t.className, c, r, l), e[0] = t.className, e[1] = o, e[2] = c, e[3] = r, e[4] = l, e[5] = a) : a = e[5];
760
760
  let m;
761
761
  return e[6] !== t.children || e[7] !== t.ref || e[8] !== t.style || e[9] !== a ? (m = /* @__PURE__ */ s("div", { ref: i, style: n, className: a, children: t.children }), e[6] = t.children, e[7] = t.ref, e[8] = t.style, e[9] = a, e[10] = m) : m = e[10], m;
762
- }, on = "_componentContainer_wla6j_10", cn = "_component_wla6j_10", ln = "_noRounding_wla6j_27", rn = "_loaded_wla6j_31", sn = "_loading_wla6j_44", an = "_serverError_wla6j_52", mn = "_fail_wla6j_1", z = {
763
- componentContainer: on,
764
- component: cn,
765
- noRounding: ln,
766
- loaded: rn,
767
- loading: sn,
768
- serverError: an,
769
- fail: mn
770
- }, Me = (t) => {
762
+ }, cn = "_componentContainer_wla6j_10", ln = "_component_wla6j_10", rn = "_noRounding_wla6j_27", sn = "_loaded_wla6j_31", an = "_loading_wla6j_44", mn = "_serverError_wla6j_52", dn = "_fail_wla6j_1", z = {
763
+ componentContainer: cn,
764
+ component: ln,
765
+ noRounding: rn,
766
+ loaded: sn,
767
+ loading: an,
768
+ serverError: mn,
769
+ fail: dn
770
+ }, Fe = (t) => {
771
771
  const e = M(null), i = A(), [n, o] = I(t.src), [c, r] = I(!1), [l, a] = I(!1), [m, u] = I(0), d = M(0);
772
772
  return T(() => {
773
773
  const f = e.current;
@@ -783,7 +783,7 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
783
783
  // @ts-ignore
784
784
  "--background-size": m + "px",
785
785
  ...t.style
786
- }, children: l ? /* @__PURE__ */ s(le, { icon: j.ServerError }) : /* @__PURE__ */ s("img", { className: v(z.component, Y(i), t.className, c && z.loaded, t.noRounding && z.noRounding), draggable: !1, width: t.width, height: t.height, onError: () => {
786
+ }, children: l ? /* @__PURE__ */ s(re, { icon: j.ServerError }) : /* @__PURE__ */ s("img", { className: v(z.component, W(i), t.className, c && z.loaded, t.noRounding && z.noRounding), draggable: !1, width: t.width, height: t.height, onError: () => {
787
787
  a(!0), d.current++, setTimeout(() => {
788
788
  d.current && d.current <= 3 && o((f) => f.includes("?refresh=") ? f.slice(0, f.indexOf("?refresh=")) + "?refresh=" + Date.now() : `${f}?refresh=${Date.now()}`);
789
789
  }, 500);
@@ -792,21 +792,21 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
792
792
  }, onLoadStart: () => {
793
793
  r(!1);
794
794
  }, src: n ?? "/assets/branding/yourdash256.png" }) });
795
- }, dn = "_component_7iu6s_10", $e = {
796
- component: dn
797
- }, xo = (t) => {
798
- const e = C.c(9), i = t.to;
795
+ }, un = "_component_7iu6s_10", Ie = {
796
+ component: un
797
+ }, To = (t) => {
798
+ const e = y.c(9), i = t.to;
799
799
  let n;
800
- e[0] !== t.className ? (n = v($e.component, t.className), e[0] = t.className, e[1] = n) : n = e[1];
800
+ e[0] !== t.className ? (n = v(Ie.component, t.className), e[0] = t.className, e[1] = n) : n = e[1];
801
801
  let o;
802
- e[2] !== t.hideLinkIcon ? (o = !t.hideLinkIcon && /* @__PURE__ */ s(le, { icon: j.Link, className: $e.icon }), e[2] = t.hideLinkIcon, e[3] = o) : o = e[3];
802
+ e[2] !== t.hideLinkIcon ? (o = !t.hideLinkIcon && /* @__PURE__ */ s(re, { icon: j.Link, className: Ie.icon }), e[2] = t.hideLinkIcon, e[3] = o) : o = e[3];
803
803
  let c;
804
- return e[4] !== t.text || e[5] !== t.to || e[6] !== n || e[7] !== o ? (c = /* @__PURE__ */ S("a", { href: i, className: n, children: [
804
+ return e[4] !== t.text || e[5] !== t.to || e[6] !== n || e[7] !== o ? (c = /* @__PURE__ */ k("a", { href: i, className: n, children: [
805
805
  t.text,
806
806
  o
807
807
  ] }), e[4] = t.text, e[5] = t.to, e[6] = n, e[7] = o, e[8] = c) : c = e[8], c;
808
- }, wo = (t) => {
809
- const e = C.c(7), {
808
+ }, Po = (t) => {
809
+ const e = y.c(7), {
810
810
  maxValue: i,
811
811
  value: n,
812
812
  className: o,
@@ -816,54 +816,54 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
816
816
  e[0] !== o || e[1] !== i || e[2] !== n ? (r = /* @__PURE__ */ s("progress", { max: i, value: n, className: o }), e[0] = o, e[1] = i, e[2] = n, e[3] = r) : r = e[3];
817
817
  const l = c && "This should be indeterminate";
818
818
  let a;
819
- return e[4] !== r || e[5] !== l ? (a = /* @__PURE__ */ S(G, { children: [
819
+ return e[4] !== r || e[5] !== l ? (a = /* @__PURE__ */ k(Y, { children: [
820
820
  r,
821
821
  l
822
822
  ] }), e[4] = r, e[5] = l, e[6] = a) : a = e[6], a;
823
- }, ko = (t) => {
824
- const e = C.c(2), i = Te();
823
+ }, Do = (t) => {
824
+ const e = y.c(2), i = Pe();
825
825
  t.to !== null && i(t.to);
826
826
  const n = `Redirecting to ${t.to}`;
827
827
  let o;
828
- return e[0] !== n ? (o = /* @__PURE__ */ s(ce, { children: /* @__PURE__ */ s(q, { text: n }) }), e[0] = n, e[1] = o) : o = e[1], o;
829
- }, un = "_component_7t5t1_6", fn = "_container_7t5t1_17", hn = "_infiniteSpin_7t5t1_1", _n = "_spinnerBack_7t5t1_26", gn = "_spinnerBorder_7t5t1_37", vn = "_spinnerCutoutContainer_7t5t1_48", pn = "_spinnerCutout_7t5t1_48", bn = "_spinnerCutoutOne_7t5t1_65", Cn = "_spinnerCutoutTwo_7t5t1_70", E = {
830
- component: un,
831
- container: fn,
832
- infiniteSpin: hn,
833
- spinnerBack: _n,
834
- spinnerBorder: gn,
835
- spinnerCutoutContainer: vn,
828
+ return e[0] !== n ? (o = /* @__PURE__ */ s(le, { children: /* @__PURE__ */ s(G, { text: n }) }), e[0] = n, e[1] = o) : o = e[1], o;
829
+ }, fn = "_component_7t5t1_6", hn = "_container_7t5t1_17", _n = "_infiniteSpin_7t5t1_1", gn = "_spinnerBack_7t5t1_26", vn = "_spinnerBorder_7t5t1_37", bn = "_spinnerCutoutContainer_7t5t1_48", pn = "_spinnerCutout_7t5t1_48", yn = "_spinnerCutoutOne_7t5t1_65", Cn = "_spinnerCutoutTwo_7t5t1_70", E = {
830
+ component: fn,
831
+ container: hn,
832
+ infiniteSpin: _n,
833
+ spinnerBack: gn,
834
+ spinnerBorder: vn,
835
+ spinnerCutoutContainer: bn,
836
836
  spinnerCutout: pn,
837
- spinnerCutoutOne: bn,
837
+ spinnerCutoutOne: yn,
838
838
  spinnerCutoutTwo: Cn
839
- }, So = (t) => {
840
- const e = C.c(5);
839
+ }, Lo = (t) => {
840
+ const e = y.c(5);
841
841
  let i, n;
842
842
  e[0] === Symbol.for("react.memo_cache_sentinel") ? (i = /* @__PURE__ */ s("div", { className: E.spinnerBorder }), n = /* @__PURE__ */ s("div", { className: E.spinnerBack }), e[0] = i, e[1] = n) : (i = e[0], n = e[1]);
843
843
  let o;
844
- e[2] === Symbol.for("react.memo_cache_sentinel") ? (o = /* @__PURE__ */ S("section", { className: E.container, children: [
844
+ e[2] === Symbol.for("react.memo_cache_sentinel") ? (o = /* @__PURE__ */ k("section", { className: E.container, children: [
845
845
  i,
846
846
  n,
847
- /* @__PURE__ */ S("div", { className: E.spinnerCutoutContainer, children: [
847
+ /* @__PURE__ */ k("div", { className: E.spinnerCutoutContainer, children: [
848
848
  /* @__PURE__ */ s("div", { className: v(E.spinnerCutoutOne, E.spinnerCutout) }),
849
849
  /* @__PURE__ */ s("div", { className: v(E.spinnerCutoutTwo, E.spinnerCutout) })
850
850
  ] })
851
851
  ] }), e[2] = o) : o = e[2];
852
852
  let c;
853
853
  return e[3] !== t.style ? (c = /* @__PURE__ */ s("div", { className: E.component, style: t.style, children: o }), e[3] = t.style, e[4] = c) : c = e[4], c;
854
- }, yn = "_component_1drme_10", Nn = "_levelDefault_1drme_15", xn = {
855
- component: yn,
856
- levelDefault: Nn
857
- }, $o = (t) => {
858
- const e = C.c(5);
854
+ }, Nn = "_component_1drme_10", xn = "_levelDefault_1drme_15", wn = {
855
+ component: Nn,
856
+ levelDefault: xn
857
+ }, Bo = (t) => {
858
+ const e = y.c(5);
859
859
  let i;
860
- e[0] !== t.className ? (i = v(xn.component, t.className), e[0] = t.className, e[1] = i) : i = e[1];
860
+ e[0] !== t.className ? (i = v(wn.component, t.className), e[0] = t.className, e[1] = i) : i = e[1];
861
861
  let n;
862
862
  return e[2] !== t.text || e[3] !== i ? (n = /* @__PURE__ */ s("div", { className: i, children: t.text }), e[2] = t.text, e[3] = i, e[4] = n) : n = e[4], n;
863
- }, wn = "_component_125pe_10", kn = {
864
- component: wn
865
- }, Io = (t) => {
866
- const e = C.c(8);
863
+ }, Sn = "_component_125pe_10", kn = {
864
+ component: Sn
865
+ }, Uo = (t) => {
866
+ const e = y.c(8);
867
867
  let i;
868
868
  e[0] !== t.className ? (i = v(kn.component, t.className), e[0] = t.className, e[1] = i) : i = e[1];
869
869
  let n;
@@ -872,21 +872,21 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
872
872
  }, e[2] = t.color, e[3] = n) : n = e[3];
873
873
  let o;
874
874
  return e[4] !== t.text || e[5] !== i || e[6] !== n ? (o = /* @__PURE__ */ s("div", { className: i, style: n, children: t.text }), e[4] = t.text, e[5] = i, e[6] = n, e[7] = o) : o = e[7], o;
875
- }, Sn = "_component_1y11j_10", $n = {
876
- component: Sn
877
- }, Ro = (t) => {
878
- const e = C.c(6);
875
+ }, $n = "_component_1y11j_10", In = {
876
+ component: $n
877
+ }, Eo = (t) => {
878
+ const e = y.c(6);
879
879
  let i;
880
- e[0] !== t.className ? (i = v($n.component, t.className), e[0] = t.className, e[1] = i) : i = e[1];
880
+ e[0] !== t.className ? (i = v(In.component, t.className), e[0] = t.className, e[1] = i) : i = e[1];
881
881
  let n;
882
882
  return e[2] !== t.onClick || e[3] !== t.text || e[4] !== i ? (n = /* @__PURE__ */ s("button", { className: i, onClick: t.onClick, "aria-label": t.text, children: t.text }), e[2] = t.onClick, e[3] = t.text, e[4] = i, e[5] = n) : n = e[5], n;
883
- }, In = "_component_10l5e_10", Rn = "_icon_10l5e_28", Tn = "_input_10l5e_36", Pn = "_noIcon_10l5e_44", re = {
884
- component: In,
885
- icon: Rn,
886
- input: Tn,
887
- noIcon: Pn
888
- }, To = (t) => {
889
- const e = C.c(23), i = M(null);
883
+ }, Rn = "_component_10l5e_10", Tn = "_icon_10l5e_28", Pn = "_input_10l5e_36", Dn = "_noIcon_10l5e_44", se = {
884
+ component: Rn,
885
+ icon: Tn,
886
+ input: Pn,
887
+ noIcon: Dn
888
+ }, Oo = (t) => {
889
+ const e = y.c(23), i = M(null);
890
890
  let n, o;
891
891
  e[0] !== t.value ? (n = () => {
892
892
  i.current && t.value && (i.current.value = t.value);
@@ -895,28 +895,28 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
895
895
  e[3] !== t ? (c = () => {
896
896
  i.current && (i.current.onchange = () => {
897
897
  i.current && t.getValue && t.getValue(i.current.value);
898
- }, i.current.onkeyup = (y) => {
899
- i.current && t.onSubmit && (t.getLiveValue && t.getLiveValue(i.current.value), y.key === "Enter" && t.onSubmit(i.current.value));
898
+ }, i.current.onkeyup = (C) => {
899
+ i.current && t.onSubmit && (t.getLiveValue && t.getLiveValue(i.current.value), C.key === "Enter" && t.onSubmit(i.current.value));
900
900
  });
901
901
  }, e[3] = t, e[4] = c) : c = e[4];
902
902
  let r;
903
903
  e[5] === Symbol.for("react.memo_cache_sentinel") ? (r = [], e[5] = r) : r = e[5], T(c, r);
904
904
  let l;
905
- e[6] !== t.className ? (l = v(re.component, t.className), e[6] = t.className, e[7] = l) : l = e[7];
905
+ e[6] !== t.className ? (l = v(se.component, t.className), e[6] = t.className, e[7] = l) : l = e[7];
906
906
  let a;
907
- e[8] !== t.icon ? (a = t.icon && /* @__PURE__ */ s(le, { className: re.icon, icon: t.icon }), e[8] = t.icon, e[9] = a) : a = e[9];
908
- const m = t.autoComplete, u = t.type || "text", d = t.accessibleName, f = t.defaultValue, h = !t.icon && re.noIcon;
907
+ e[8] !== t.icon ? (a = t.icon && /* @__PURE__ */ s(re, { className: se.icon, icon: t.icon }), e[8] = t.icon, e[9] = a) : a = e[9];
908
+ const m = t.autoComplete, u = t.type || "text", d = t.accessibleName, f = t.defaultValue, h = !t.icon && se.noIcon;
909
909
  let _;
910
- e[10] !== h ? (_ = v(re.input, h), e[10] = h, e[11] = _) : _ = e[11];
911
- let p;
912
- e[12] !== t.accessibleName || e[13] !== t.autoComplete || e[14] !== t.defaultValue || e[15] !== t.placeholder || e[16] !== _ || e[17] !== u ? (p = /* @__PURE__ */ s("input", { autoComplete: m, ref: i, type: u, "aria-label": d, defaultValue: f, className: _, placeholder: t.placeholder }), e[12] = t.accessibleName, e[13] = t.autoComplete, e[14] = t.defaultValue, e[15] = t.placeholder, e[16] = _, e[17] = u, e[18] = p) : p = e[18];
910
+ e[10] !== h ? (_ = v(se.input, h), e[10] = h, e[11] = _) : _ = e[11];
911
+ let b;
912
+ e[12] !== t.accessibleName || e[13] !== t.autoComplete || e[14] !== t.defaultValue || e[15] !== t.placeholder || e[16] !== _ || e[17] !== u ? (b = /* @__PURE__ */ s("input", { autoComplete: m, ref: i, type: u, "aria-label": d, defaultValue: f, className: _, placeholder: t.placeholder }), e[12] = t.accessibleName, e[13] = t.autoComplete, e[14] = t.defaultValue, e[15] = t.placeholder, e[16] = _, e[17] = u, e[18] = b) : b = e[18];
913
913
  let g;
914
- return e[19] !== p || e[20] !== l || e[21] !== a ? (g = /* @__PURE__ */ S("div", { className: l, children: [
914
+ return e[19] !== b || e[20] !== l || e[21] !== a ? (g = /* @__PURE__ */ k("div", { className: l, children: [
915
915
  a,
916
- p
917
- ] }), e[19] = p, e[20] = l, e[21] = a, e[22] = g) : g = e[22], g;
918
- }, Po = (t) => {
919
- const e = C.c(5), {
916
+ b
917
+ ] }), e[19] = b, e[20] = l, e[21] = a, e[22] = g) : g = e[22], g;
918
+ }, Mo = (t) => {
919
+ const e = y.c(5), {
920
920
  className: i,
921
921
  onSeen: n
922
922
  } = t, [o, c] = I(!1), r = M(null);
@@ -936,8 +936,8 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
936
936
  return null;
937
937
  let m;
938
938
  return e[3] !== i ? (m = /* @__PURE__ */ s("div", { ref: r, className: i }), e[3] = i, e[4] = m) : m = e[4], m;
939
- }, Do = (t) => {
940
- const e = C.c(7), {
939
+ }, Fo = (t) => {
940
+ const e = y.c(7), {
941
941
  className: i,
942
942
  onEnterView: n,
943
943
  onLeaveView: o
@@ -949,21 +949,21 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
949
949
  const d = r.current, f = () => {
950
950
  const {
951
951
  top: _,
952
- bottom: p,
952
+ bottom: b,
953
953
  left: g,
954
- right: y
954
+ right: C
955
955
  } = d.getBoundingClientRect();
956
956
  if (!c.current) {
957
957
  if (_ < 0) {
958
958
  n == null || n("up"), c.current = !0;
959
959
  return;
960
- } else if (p > window.innerHeight) {
960
+ } else if (b > window.innerHeight) {
961
961
  n == null || n("down"), c.current = !0;
962
962
  return;
963
963
  } else if (g < 0) {
964
964
  n == null || n("left"), c.current = !0;
965
965
  return;
966
- } else if (y > window.innerWidth) {
966
+ } else if (C > window.innerWidth) {
967
967
  n == null || n("right"), c.current = !0;
968
968
  return;
969
969
  }
@@ -971,13 +971,13 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
971
971
  if (_ > window.innerHeight) {
972
972
  o == null || o("down"), c.current = !1;
973
973
  return;
974
- } else if (p < 0) {
974
+ } else if (b < 0) {
975
975
  o == null || o("up"), c.current = !1;
976
976
  return;
977
977
  } else if (g > window.innerWidth) {
978
978
  o == null || o("right"), c.current = !1;
979
979
  return;
980
- } else if (y < 0) {
980
+ } else if (C < 0) {
981
981
  o == null || o("left"), c.current = !1;
982
982
  return;
983
983
  }
@@ -997,18 +997,18 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
997
997
  }, e[4] = m) : m = e[4];
998
998
  let u;
999
999
  return e[5] !== i ? (u = /* @__PURE__ */ s("div", { ref: r, style: m, className: i }), e[5] = i, e[6] = u) : u = e[6], u;
1000
- }, Dn = "_containerComponent_5q8wt_6", Ln = "_component_5q8wt_17", Bn = "_page_5q8wt_34", Un = "_activePage_5q8wt_52", En = "_controls_5q8wt_56", On = "_indicatorContainer_5q8wt_67", Mn = "_indicator_5q8wt_67", Fn = "_pageIndicator_5q8wt_80", jn = "_selected_5q8wt_89", L = {
1001
- containerComponent: Dn,
1002
- component: Ln,
1003
- page: Bn,
1004
- activePage: Un,
1005
- controls: En,
1006
- indicatorContainer: On,
1007
- indicator: Mn,
1008
- pageIndicator: Fn,
1009
- selected: jn
1010
- }, Lo = (t) => {
1011
- const e = C.c(35), {
1000
+ }, Ln = "_containerComponent_5q8wt_6", Bn = "_component_5q8wt_17", Un = "_page_5q8wt_34", En = "_activePage_5q8wt_52", On = "_controls_5q8wt_56", Mn = "_indicatorContainer_5q8wt_67", Fn = "_indicator_5q8wt_67", jn = "_pageIndicator_5q8wt_80", Kn = "_selected_5q8wt_89", L = {
1001
+ containerComponent: Ln,
1002
+ component: Bn,
1003
+ page: Un,
1004
+ activePage: En,
1005
+ controls: On,
1006
+ indicatorContainer: Mn,
1007
+ indicator: Fn,
1008
+ pageIndicator: jn,
1009
+ selected: Kn
1010
+ }, jo = (t) => {
1011
+ const e = y.c(35), {
1012
1012
  items: i,
1013
1013
  className: n,
1014
1014
  loopAround: o,
@@ -1016,21 +1016,21 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1016
1016
  } = t, r = M(null), [l, a] = I(0);
1017
1017
  let m, u;
1018
1018
  e[0] === Symbol.for("react.memo_cache_sentinel") ? (m = () => {
1019
- const b = r.current;
1020
- if (!b)
1019
+ const p = r.current;
1020
+ if (!p)
1021
1021
  return;
1022
1022
  const N = () => {
1023
- const k = b.getBoundingClientRect();
1023
+ const S = p.getBoundingClientRect();
1024
1024
  let R;
1025
1025
  R = 0;
1026
1026
  let B;
1027
- B = -1, Array.from(b.children).forEach((H, W) => {
1028
- const V = H.getBoundingClientRect(), X = Math.max(0, Math.min(V.right, k.right) - Math.max(V.left, k.left));
1029
- X > R && (R = X, B = W);
1027
+ B = -1, Array.from(p.children).forEach((H, V) => {
1028
+ const X = H.getBoundingClientRect(), Z = Math.max(0, Math.min(X.right, S.right) - Math.max(X.left, S.left));
1029
+ Z > R && (R = Z, B = V);
1030
1030
  }), B !== -1 && a(B);
1031
1031
  };
1032
- return b.addEventListener("scroll", N), () => {
1033
- b.removeEventListener("scroll", N);
1032
+ return p.addEventListener("scroll", N), () => {
1033
+ p.removeEventListener("scroll", N);
1034
1034
  };
1035
1035
  }, u = [], e[0] = m, e[1] = u) : (m = e[0], u = e[1]), T(m, u);
1036
1036
  let d;
@@ -1041,24 +1041,24 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1041
1041
  }, e[4] = c, e[5] = f) : f = e[5];
1042
1042
  let h;
1043
1043
  if (e[6] !== l || e[7] !== i) {
1044
- let b;
1045
- e[9] !== l ? (b = (N, k) => /* @__PURE__ */ s("div", { className: v(L.page, k === l && L.activePage), children: N.element }, N.id), e[9] = l, e[10] = b) : b = e[10], h = i.map(b), e[6] = l, e[7] = i, e[8] = h;
1044
+ let p;
1045
+ e[9] !== l ? (p = (N, S) => /* @__PURE__ */ s("div", { className: v(L.page, S === l && L.activePage), children: N.element }, N.id), e[9] = l, e[10] = p) : p = e[10], h = i.map(p), e[6] = l, e[7] = i, e[8] = h;
1046
1046
  } else
1047
1047
  h = e[8];
1048
1048
  let _;
1049
1049
  e[11] !== h ? (_ = /* @__PURE__ */ s("div", { className: L.component, "data-pages": !0, ref: r, children: h }), e[11] = h, e[12] = _) : _ = e[12];
1050
- let p;
1051
- e[13] !== l || e[14] !== o ? (p = /* @__PURE__ */ s(ne, { accessibleLabel: "previous page", icon: j.ChevronLeft, className: L.pageControl, onClick: () => {
1052
- const b = r.current;
1053
- if (!b)
1050
+ let b;
1051
+ e[13] !== l || e[14] !== o ? (b = /* @__PURE__ */ s(oe, { accessibleLabel: "previous page", icon: j.ChevronLeft, className: L.pageControl, onClick: () => {
1052
+ const p = r.current;
1053
+ if (!p)
1054
1054
  return;
1055
- const N = b.children[l - 1];
1055
+ const N = p.children[l - 1];
1056
1056
  if (!N) {
1057
- o && (b.children[b.children.length - 1].scrollIntoView({
1057
+ o && (p.children[p.children.length - 1].scrollIntoView({
1058
1058
  behavior: "smooth",
1059
1059
  inline: "center",
1060
1060
  block: "center"
1061
- }), a(b.children.length - 1));
1061
+ }), a(p.children.length - 1));
1062
1062
  return;
1063
1063
  }
1064
1064
  N.scrollIntoView({
@@ -1066,33 +1066,33 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1066
1066
  inline: "center",
1067
1067
  block: "center"
1068
1068
  }), a(l - 1);
1069
- } }), e[13] = l, e[14] = o, e[15] = p) : p = e[15];
1069
+ } }), e[13] = l, e[14] = o, e[15] = b) : b = e[15];
1070
1070
  let g;
1071
1071
  if (e[16] !== l || e[17] !== i) {
1072
- let b;
1073
- e[19] !== l ? (b = (N, k) => /* @__PURE__ */ s("button", { className: v(L.pageIndicator, k === l && L.selected), onClick: () => {
1072
+ let p;
1073
+ e[19] !== l ? (p = (N, S) => /* @__PURE__ */ s("button", { className: v(L.pageIndicator, S === l && L.selected), onClick: () => {
1074
1074
  const R = r.current;
1075
1075
  if (!R)
1076
1076
  return;
1077
- const B = R.children[k];
1078
- a(k), B.scrollIntoView({
1077
+ const B = R.children[S];
1078
+ a(S), B.scrollIntoView({
1079
1079
  behavior: "smooth",
1080
1080
  inline: "center",
1081
1081
  block: "center"
1082
1082
  });
1083
- } }, N.id), e[19] = l, e[20] = b) : b = e[20], g = i.map(b), e[16] = l, e[17] = i, e[18] = g;
1083
+ } }, N.id), e[19] = l, e[20] = p) : p = e[20], g = i.map(p), e[16] = l, e[17] = i, e[18] = g;
1084
1084
  } else
1085
1085
  g = e[18];
1086
- let y;
1087
- e[21] !== g ? (y = /* @__PURE__ */ s(ce, { className: L.indicator, containerClassName: L.indicatorContainer, children: g }), e[21] = g, e[22] = y) : y = e[22];
1086
+ let C;
1087
+ e[21] !== g ? (C = /* @__PURE__ */ s(le, { className: L.indicator, containerClassName: L.indicatorContainer, children: g }), e[21] = g, e[22] = C) : C = e[22];
1088
1088
  let x;
1089
- e[23] !== l || e[24] !== o ? (x = /* @__PURE__ */ s(ne, { accessibleLabel: "next page", icon: j.ChevronRight, className: L.pageControl, onClick: () => {
1090
- const b = r.current;
1091
- if (!b)
1089
+ e[23] !== l || e[24] !== o ? (x = /* @__PURE__ */ s(oe, { accessibleLabel: "next page", icon: j.ChevronRight, className: L.pageControl, onClick: () => {
1090
+ const p = r.current;
1091
+ if (!p)
1092
1092
  return;
1093
- const N = b.children[l + 1];
1093
+ const N = p.children[l + 1];
1094
1094
  if (!N) {
1095
- o && (b.children[0].scrollIntoView({
1095
+ o && (p.children[0].scrollIntoView({
1096
1096
  behavior: "smooth",
1097
1097
  inline: "center",
1098
1098
  block: "center"
@@ -1106,23 +1106,23 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1106
1106
  }), a(l + 1);
1107
1107
  } }), e[23] = l, e[24] = o, e[25] = x) : x = e[25];
1108
1108
  let w;
1109
- e[26] !== x || e[27] !== p || e[28] !== y ? (w = /* @__PURE__ */ S("div", { className: L.controls, children: [
1110
- p,
1111
- y,
1109
+ e[26] !== x || e[27] !== b || e[28] !== C ? (w = /* @__PURE__ */ k("div", { className: L.controls, children: [
1110
+ b,
1111
+ C,
1112
1112
  x
1113
- ] }), e[26] = x, e[27] = p, e[28] = y, e[29] = w) : w = e[29];
1113
+ ] }), e[26] = x, e[27] = b, e[28] = C, e[29] = w) : w = e[29];
1114
1114
  let $;
1115
- return e[30] !== w || e[31] !== d || e[32] !== f || e[33] !== _ ? ($ = /* @__PURE__ */ S(Xt, { className: d, style: f, children: [
1115
+ return e[30] !== w || e[31] !== d || e[32] !== f || e[33] !== _ ? ($ = /* @__PURE__ */ k(Zt, { className: d, style: f, children: [
1116
1116
  _,
1117
1117
  w
1118
1118
  ] }), e[30] = w, e[31] = d, e[32] = f, e[33] = _, e[34] = $) : $ = e[34], $;
1119
- }, Kn = "_background_l6sy4_26", An = "_backgroundFadeIn_l6sy4_1", Hn = "_view_l6sy4_39", zn = "_fadeIn_l6sy4_1", Ie = {
1120
- background: Kn,
1121
- backgroundFadeIn: An,
1122
- view: Hn,
1123
- fadeIn: zn
1124
- }, Bo = (t) => {
1125
- const e = C.c(7), {
1119
+ }, An = "_background_l6sy4_26", Hn = "_backgroundFadeIn_l6sy4_1", zn = "_view_l6sy4_39", qn = "_fadeIn_l6sy4_1", Re = {
1120
+ background: An,
1121
+ backgroundFadeIn: Hn,
1122
+ view: zn,
1123
+ fadeIn: qn
1124
+ }, Ko = (t) => {
1125
+ const e = y.c(7), {
1126
1126
  children: i,
1127
1127
  className: n,
1128
1128
  actionsClassName: o,
@@ -1131,11 +1131,11 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1131
1131
  header: l
1132
1132
  } = t;
1133
1133
  let a;
1134
- return e[0] !== r || e[1] !== o || e[2] !== i || e[3] !== n || e[4] !== l || e[5] !== c ? (a = /* @__PURE__ */ s("div", { className: Ie.background, children: /* @__PURE__ */ s(ce, { containerClassName: Ie.view, actionsClassName: o, headerClassName: c, actions: r, header: l, className: n, children: i }) }), e[0] = r, e[1] = o, e[2] = i, e[3] = n, e[4] = l, e[5] = c, e[6] = a) : a = e[6], a;
1135
- }, qn = "_view_1557p_10", Gn = {
1136
- view: qn
1137
- }, Uo = (t) => {
1138
- const e = C.c(7), {
1134
+ return e[0] !== r || e[1] !== o || e[2] !== i || e[3] !== n || e[4] !== l || e[5] !== c ? (a = /* @__PURE__ */ s("div", { className: Re.background, children: /* @__PURE__ */ s(le, { containerClassName: Re.view, actionsClassName: o, headerClassName: c, actions: r, header: l, className: n, children: i }) }), e[0] = r, e[1] = o, e[2] = i, e[3] = n, e[4] = l, e[5] = c, e[6] = a) : a = e[6], a;
1135
+ }, Gn = "_view_1557p_10", Yn = {
1136
+ view: Gn
1137
+ }, Ao = (t) => {
1138
+ const e = y.c(7), {
1139
1139
  backgroundImage: i,
1140
1140
  heading: n
1141
1141
  } = t;
@@ -1146,10 +1146,10 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1146
1146
  backgroundImage: "linear-gradient(-45deg, #ff8093aa, #ffd264aa)"
1147
1147
  }, e[0] = i, e[1] = o) : o = e[1];
1148
1148
  let c;
1149
- e[2] !== n ? (c = /* @__PURE__ */ s(ie, { level: 1, text: n }), e[2] = n, e[3] = c) : c = e[3];
1149
+ e[2] !== n ? (c = /* @__PURE__ */ s(ce, { level: 1, text: n }), e[2] = n, e[3] = c) : c = e[3];
1150
1150
  let r;
1151
- return e[4] !== o || e[5] !== c ? (r = /* @__PURE__ */ s(G, { children: /* @__PURE__ */ s("div", { className: Gn.view, style: o, children: c }) }), e[4] = o, e[5] = c, e[6] = r) : r = e[6], r;
1152
- }, Eo = ({
1151
+ return e[4] !== o || e[5] !== c ? (r = /* @__PURE__ */ s(Y, { children: /* @__PURE__ */ s("div", { className: Yn.view, style: o, children: c }) }), e[4] = o, e[5] = c, e[6] = r) : r = e[6], r;
1152
+ }, Ho = ({
1153
1153
  children: t,
1154
1154
  minZoom: e,
1155
1155
  maxZoom: i,
@@ -1167,24 +1167,24 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1167
1167
  justifyContent: "center"
1168
1168
  }, onWheel: (_) => {
1169
1169
  _.stopPropagation();
1170
- const p = _.deltaY, g = m + p / 1e3;
1170
+ const b = _.deltaY, g = m + b / 1e3;
1171
1171
  u(Math.min(Math.max(g, e ?? 0.1), i ?? 10));
1172
1172
  }, onMouseDown: (_) => {
1173
1173
  _.stopPropagation();
1174
- const p = _.clientX, g = _.clientY, y = c, x = l, w = (b) => {
1175
- b.stopPropagation();
1176
- const N = b.clientX - p, k = b.clientY - g;
1177
- r(y + N), a(x + k);
1174
+ const b = _.clientX, g = _.clientY, C = c, x = l, w = (p) => {
1175
+ p.stopPropagation();
1176
+ const N = p.clientX - b, S = p.clientY - g;
1177
+ r(C + N), a(x + S);
1178
1178
  }, $ = () => {
1179
1179
  _.stopPropagation(), document.removeEventListener("mousemove", w), document.removeEventListener("mouseup", $);
1180
1180
  };
1181
1181
  document.addEventListener("mousemove", w), document.addEventListener("mouseup", $);
1182
1182
  }, onTouchStart: (_) => {
1183
1183
  _.stopPropagation();
1184
- const p = _.touches, g = c, y = l, x = ($) => {
1184
+ const b = _.touches, g = c, C = l, x = ($) => {
1185
1185
  $.stopPropagation();
1186
- const b = $.touches, N = b[0].clientX - p[0].clientX, k = b[0].clientY - p[0].clientY;
1187
- r(g + N), a(y + k);
1186
+ const p = $.touches, N = p[0].clientX - b[0].clientX, S = p[0].clientY - b[0].clientY;
1187
+ r(g + N), a(C + S);
1188
1188
  }, w = () => {
1189
1189
  _.stopPropagation(), document.removeEventListener("touchmove", x), document.removeEventListener("touchend", w);
1190
1190
  };
@@ -1199,12 +1199,12 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1199
1199
  maxWidth: "max-content",
1200
1200
  pointerEvents: "none"
1201
1201
  }, children: t }) });
1202
- }, Yn = "_component_7673o_10", Wn = "_items_7673o_19", Vn = "_endOfItems_7673o_23", se = {
1203
- component: Yn,
1204
- items: Wn,
1205
- endOfItems: Vn
1206
- }, Oo = (t) => {
1207
- const e = C.c(22), {
1202
+ }, Wn = "_component_7673o_10", Vn = "_items_7673o_19", Xn = "_endOfItems_7673o_23", ae = {
1203
+ component: Wn,
1204
+ items: Vn,
1205
+ endOfItems: Xn
1206
+ }, zo = (t) => {
1207
+ const e = y.c(22), {
1208
1208
  children: i,
1209
1209
  fetchNextPage: n,
1210
1210
  containerClassName: o,
@@ -1224,117 +1224,117 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1224
1224
  } = await n(a.current + 1);
1225
1225
  a.current = a.current + 1, u(!1), f(R || !1);
1226
1226
  }
1227
- let p;
1228
- e[2] !== _ ? (p = () => {
1227
+ let b;
1228
+ e[2] !== _ ? (b = () => {
1229
1229
  if (!l.current)
1230
1230
  return;
1231
1231
  const R = l.current;
1232
1232
  new IntersectionObserver((H) => {
1233
1233
  console.log("observer update"), H[0].isIntersecting && _();
1234
1234
  }).observe(R);
1235
- }, e[2] = _, e[3] = p) : p = e[3];
1235
+ }, e[2] = _, e[3] = b) : b = e[3];
1236
1236
  let g;
1237
- e[4] === Symbol.for("react.memo_cache_sentinel") ? (g = [], e[4] = g) : g = e[4], T(p, g);
1238
- let y;
1239
- e[5] !== o ? (y = v(o, se.component), e[5] = o, e[6] = y) : y = e[6];
1237
+ e[4] === Symbol.for("react.memo_cache_sentinel") ? (g = [], e[4] = g) : g = e[4], T(b, g);
1238
+ let C;
1239
+ e[5] !== o ? (C = v(o, ae.component), e[5] = o, e[6] = C) : C = e[6];
1240
1240
  let x;
1241
- e[7] !== i || e[8] !== c ? (x = (i == null ? void 0 : i.length) > 0 ? /* @__PURE__ */ s("div", { className: v(c, se.items), children: i }) : /* @__PURE__ */ S("div", { className: "text-center", children: [
1242
- /* @__PURE__ */ s(ie, { level: 1, text: "Whoops." }),
1243
- /* @__PURE__ */ s(me, { direction: "column" }),
1244
- /* @__PURE__ */ s(q, { text: "It looks like nothing could be found..." })
1241
+ e[7] !== i || e[8] !== c ? (x = (i == null ? void 0 : i.length) > 0 ? /* @__PURE__ */ s("div", { className: v(c, ae.items), children: i }) : /* @__PURE__ */ k("div", { className: "text-center", children: [
1242
+ /* @__PURE__ */ s(ce, { level: 1, text: "Whoops." }),
1243
+ /* @__PURE__ */ s(de, { direction: "column" }),
1244
+ /* @__PURE__ */ s(G, { text: "It looks like nothing could be found..." })
1245
1245
  ] }), e[7] = i, e[8] = c, e[9] = x) : x = e[9];
1246
1246
  let w;
1247
- e[10] !== m ? (w = m && /* @__PURE__ */ s(q, { text: "Loading more content" }), e[10] = m, e[11] = w) : w = e[11];
1247
+ e[10] !== m ? (w = m && /* @__PURE__ */ s(G, { text: "Loading more content" }), e[10] = m, e[11] = w) : w = e[11];
1248
1248
  let $;
1249
- e[12] === Symbol.for("react.memo_cache_sentinel") ? ($ = /* @__PURE__ */ s(me, { direction: "column" }), e[12] = $) : $ = e[12];
1250
- let b;
1251
- e[13] !== d ? (b = d && /* @__PURE__ */ s(q, { text: "No more items to load", className: se.endOfItems }), e[13] = d, e[14] = b) : b = e[14];
1249
+ e[12] === Symbol.for("react.memo_cache_sentinel") ? ($ = /* @__PURE__ */ s(de, { direction: "column" }), e[12] = $) : $ = e[12];
1250
+ let p;
1251
+ e[13] !== d ? (p = d && /* @__PURE__ */ s(G, { text: "No more items to load", className: ae.endOfItems }), e[13] = d, e[14] = p) : p = e[14];
1252
1252
  let N;
1253
- e[15] !== w || e[16] !== b ? (N = /* @__PURE__ */ S("div", { ref: l, className: se.endOfItems, children: [
1253
+ e[15] !== w || e[16] !== p ? (N = /* @__PURE__ */ k("div", { ref: l, className: ae.endOfItems, children: [
1254
1254
  w,
1255
1255
  $,
1256
- b
1257
- ] }), e[15] = w, e[16] = b, e[17] = N) : N = e[17];
1258
- let k;
1259
- return e[18] !== y || e[19] !== x || e[20] !== N ? (k = /* @__PURE__ */ S("div", { className: y, children: [
1256
+ p
1257
+ ] }), e[15] = w, e[16] = p, e[17] = N) : N = e[17];
1258
+ let S;
1259
+ return e[18] !== C || e[19] !== x || e[20] !== N ? (S = /* @__PURE__ */ k("div", { className: C, children: [
1260
1260
  x,
1261
1261
  N
1262
- ] }), e[18] = y, e[19] = x, e[20] = N, e[21] = k) : k = e[21], k;
1263
- }, Xn = "_component_yv1j4_6", Zn = "_segment_yv1j4_20", ae = {
1264
- component: Xn,
1265
- segment: Zn
1266
- }, Mo = (t) => {
1267
- const e = C.c(13), {
1262
+ ] }), e[18] = C, e[19] = x, e[20] = N, e[21] = S) : S = e[21], S;
1263
+ }, Zn = "_component_yv1j4_6", Qn = "_segment_yv1j4_20", me = {
1264
+ component: Zn,
1265
+ segment: Qn
1266
+ }, qo = (t) => {
1267
+ const e = y.c(13), {
1268
1268
  leftSection: i,
1269
1269
  centerSection: n,
1270
1270
  rightSection: o,
1271
1271
  className: c
1272
1272
  } = t;
1273
1273
  let r;
1274
- e[0] !== c ? (r = v(ae.component, c), e[0] = c, e[1] = r) : r = e[1];
1274
+ e[0] !== c ? (r = v(me.component, c), e[0] = c, e[1] = r) : r = e[1];
1275
1275
  let l;
1276
- e[2] !== i ? (l = /* @__PURE__ */ s(ee, { className: ae.segment, direction: "row", children: i }), e[2] = i, e[3] = l) : l = e[3];
1276
+ e[2] !== i ? (l = /* @__PURE__ */ s(te, { className: me.segment, direction: "row", children: i }), e[2] = i, e[3] = l) : l = e[3];
1277
1277
  let a;
1278
- e[4] !== n ? (a = /* @__PURE__ */ s(ee, { className: ae.segment, direction: "row", children: n }), e[4] = n, e[5] = a) : a = e[5];
1278
+ e[4] !== n ? (a = /* @__PURE__ */ s(te, { className: me.segment, direction: "row", children: n }), e[4] = n, e[5] = a) : a = e[5];
1279
1279
  let m;
1280
- e[6] !== o ? (m = /* @__PURE__ */ s(ee, { className: ae.segment, direction: "row", children: o }), e[6] = o, e[7] = m) : m = e[7];
1280
+ e[6] !== o ? (m = /* @__PURE__ */ s(te, { className: me.segment, direction: "row", children: o }), e[6] = o, e[7] = m) : m = e[7];
1281
1281
  let u;
1282
- return e[8] !== r || e[9] !== l || e[10] !== a || e[11] !== m ? (u = /* @__PURE__ */ S(J, { className: r, children: [
1282
+ return e[8] !== r || e[9] !== l || e[10] !== a || e[11] !== m ? (u = /* @__PURE__ */ k(ee, { className: r, children: [
1283
1283
  l,
1284
1284
  a,
1285
1285
  m
1286
1286
  ] }), e[8] = r, e[9] = l, e[10] = a, e[11] = m, e[12] = u) : u = e[12], u;
1287
- }, Qn = "_component_1kaw9_6", Jn = {
1288
- component: Qn
1289
- }, Fo = (t) => {
1290
- const e = C.c(2), {
1287
+ }, Jn = "_component_1kaw9_6", eo = {
1288
+ component: Jn
1289
+ }, Go = (t) => {
1290
+ const e = y.c(2), {
1291
1291
  src: i
1292
1292
  } = t;
1293
1293
  let n;
1294
- return e[0] !== i ? (n = /* @__PURE__ */ s(Me, { accessibleLabel: "", src: i, className: Jn.component }), e[0] = i, e[1] = n) : n = e[1], n;
1295
- }, jo = (t) => {
1296
- const e = C.c(2), {
1294
+ return e[0] !== i ? (n = /* @__PURE__ */ s(Fe, { accessibleLabel: "", src: i, className: eo.component }), e[0] = i, e[1] = n) : n = e[1], n;
1295
+ }, Yo = (t) => {
1296
+ const e = y.c(2), {
1297
1297
  title: i
1298
1298
  } = t;
1299
1299
  let n;
1300
- return e[0] !== i ? (n = /* @__PURE__ */ s(ie, { text: i, level: 2 }), e[0] = i, e[1] = n) : n = e[1], n;
1301
- }, eo = "_page_rjfsg_6", to = "_fadeIn_rjfsg_1", no = "_card_rjfsg_40", oo = "_cardContainer_rjfsg_51", io = "_goBackButton_rjfsg_55", co = "_headerImage_rjfsg_61", lo = "_header_rjfsg_61", ro = "_body_rjfsg_70", D = {
1302
- page: eo,
1303
- fadeIn: to,
1304
- card: no,
1305
- cardContainer: oo,
1306
- goBackButton: io,
1307
- headerImage: co,
1308
- header: lo,
1309
- body: ro
1310
- }, Ko = (t) => {
1311
- const e = C.c(26), {
1300
+ return e[0] !== i ? (n = /* @__PURE__ */ s(ce, { text: i, level: 2 }), e[0] = i, e[1] = n) : n = e[1], n;
1301
+ }, to = "_page_rjfsg_6", no = "_fadeIn_rjfsg_1", oo = "_card_rjfsg_40", io = "_cardContainer_rjfsg_51", co = "_goBackButton_rjfsg_55", lo = "_headerImage_rjfsg_61", ro = "_header_rjfsg_61", so = "_body_rjfsg_70", D = {
1302
+ page: to,
1303
+ fadeIn: no,
1304
+ card: oo,
1305
+ cardContainer: io,
1306
+ goBackButton: co,
1307
+ headerImage: lo,
1308
+ header: ro,
1309
+ body: so
1310
+ }, Wo = (t) => {
1311
+ const e = y.c(26), {
1312
1312
  pages: i,
1313
1313
  applicationId: n
1314
- } = t, [o, c] = Fe.useState(0), r = i[o];
1314
+ } = t, [o, c] = je.useState(0), r = i[o];
1315
1315
  if (localStorage.getItem(`yourdash-application-visited-${n}`) || o > i.length - 1) {
1316
1316
  localStorage.setItem(`yourdash-application-visited-${n}`, "true");
1317
- let p;
1318
- return e[0] === Symbol.for("react.memo_cache_sentinel") ? (p = /* @__PURE__ */ s(je, {}), e[0] = p) : p = e[0], p;
1317
+ let b;
1318
+ return e[0] === Symbol.for("react.memo_cache_sentinel") ? (b = /* @__PURE__ */ s(Ke, {}), e[0] = b) : b = e[0], b;
1319
1319
  }
1320
1320
  let l;
1321
- e[1] !== o || e[2] !== r.allowGoBack ? (l = r.allowGoBack && /* @__PURE__ */ s(ne, { className: v(D.goBackButton, "animate__animated animate__fadeInDown"), accessibleLabel: "Go back to the last page", icon: j.ChevronLeft, onClick: () => {
1321
+ e[1] !== o || e[2] !== r.allowGoBack ? (l = r.allowGoBack && /* @__PURE__ */ s(oe, { className: v(D.goBackButton, "animate__animated animate__fadeInDown"), accessibleLabel: "Go back to the last page", icon: j.ChevronLeft, onClick: () => {
1322
1322
  c(o - 1);
1323
1323
  } }, "GoBackButton"), e[1] = o, e[2] = r.allowGoBack, e[3] = l) : l = e[3];
1324
1324
  let a;
1325
- e[4] !== r.headerImage ? (a = /* @__PURE__ */ s(Me, { className: D.headerImage, src: r.headerImage, accessibleLabel: "" }), e[4] = r.headerImage, e[5] = a) : a = e[5];
1325
+ e[4] !== r.headerImage ? (a = /* @__PURE__ */ s(Fe, { className: D.headerImage, src: r.headerImage, accessibleLabel: "" }), e[4] = r.headerImage, e[5] = a) : a = e[5];
1326
1326
  let m;
1327
- e[6] !== r.header ? (m = /* @__PURE__ */ s(ie, { className: D.header, text: r.header }), e[6] = r.header, e[7] = m) : m = e[7];
1327
+ e[6] !== r.header ? (m = /* @__PURE__ */ s(ce, { className: D.header, text: r.header }), e[6] = r.header, e[7] = m) : m = e[7];
1328
1328
  let u;
1329
- e[8] === Symbol.for("react.memo_cache_sentinel") ? (u = /* @__PURE__ */ s(me, { direction: "column" }), e[8] = u) : u = e[8];
1329
+ e[8] === Symbol.for("react.memo_cache_sentinel") ? (u = /* @__PURE__ */ s(de, { direction: "column" }), e[8] = u) : u = e[8];
1330
1330
  let d;
1331
- e[9] !== r.body ? (d = /* @__PURE__ */ s(q, { className: D.body, text: r.body }), e[9] = r.body, e[10] = d) : d = e[10];
1331
+ e[9] !== r.body ? (d = /* @__PURE__ */ s(G, { className: D.body, text: r.body }), e[9] = r.body, e[10] = d) : d = e[10];
1332
1332
  let f;
1333
1333
  if (e[11] !== o || e[12] !== r.actions || e[13] !== i.length) {
1334
- let p;
1335
- e[15] !== o || e[16] !== i.length ? (p = (g) => g.icon ? /* @__PURE__ */ s(G, { children: /* @__PURE__ */ s(Yt, { className: v(D.action, D.actionWithIcon, "animate__animated animate__fadeInUp"), text: g.label, icon: g.icon, onClick: () => {
1336
- var y;
1337
- if ((y = g.onClick) == null || y.call(g), g.changeTo)
1334
+ let b;
1335
+ e[15] !== o || e[16] !== i.length ? (b = (g) => g.icon ? /* @__PURE__ */ s(Y, { children: /* @__PURE__ */ s(Wt, { className: v(D.action, D.actionWithIcon, "animate__animated animate__fadeInUp"), text: g.label, icon: g.icon, onClick: () => {
1336
+ var C;
1337
+ if ((C = g.onClick) == null || C.call(g), g.changeTo)
1338
1338
  e: switch (g.changeTo) {
1339
1339
  case "next": {
1340
1340
  c(o + 1);
@@ -1352,9 +1352,9 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1352
1352
  }
1353
1353
  default:
1354
1354
  }
1355
- } }, g.label) }) : /* @__PURE__ */ s(G, { children: /* @__PURE__ */ s(ge, { className: v(D.action, D.actionWithoutIcon, "animate__animated animate__fadeInUp"), text: g.label, onClick: () => {
1356
- var y;
1357
- if ((y = g.onClick) == null || y.call(g), g.changeTo)
1355
+ } }, g.label) }) : /* @__PURE__ */ s(Y, { children: /* @__PURE__ */ s(ve, { className: v(D.action, D.actionWithoutIcon, "animate__animated animate__fadeInUp"), text: g.label, onClick: () => {
1356
+ var C;
1357
+ if ((C = g.onClick) == null || C.call(g), g.changeTo)
1358
1358
  e: switch (g.changeTo) {
1359
1359
  case "next": {
1360
1360
  c(o + 1);
@@ -1372,13 +1372,13 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1372
1372
  }
1373
1373
  default:
1374
1374
  }
1375
- } }, g.label) }), e[15] = o, e[16] = i.length, e[17] = p) : p = e[17], f = r.actions.map(p), e[11] = o, e[12] = r.actions, e[13] = i.length, e[14] = f;
1375
+ } }, g.label) }), e[15] = o, e[16] = i.length, e[17] = b) : b = e[17], f = r.actions.map(b), e[11] = o, e[12] = r.actions, e[13] = i.length, e[14] = f;
1376
1376
  } else
1377
1377
  f = e[14];
1378
1378
  let h;
1379
- e[18] !== f ? (h = /* @__PURE__ */ s(ee, { className: D.actions, direction: "row", children: f }), e[18] = f, e[19] = h) : h = e[19];
1379
+ e[18] !== f ? (h = /* @__PURE__ */ s(te, { className: D.actions, direction: "row", children: f }), e[18] = f, e[19] = h) : h = e[19];
1380
1380
  let _;
1381
- return e[20] !== l || e[21] !== a || e[22] !== m || e[23] !== d || e[24] !== h ? (_ = /* @__PURE__ */ s("div", { className: D.page, children: /* @__PURE__ */ S(ce, { className: D.card, containerClassName: D.cardContainer, children: [
1381
+ return e[20] !== l || e[21] !== a || e[22] !== m || e[23] !== d || e[24] !== h ? (_ = /* @__PURE__ */ s("div", { className: D.page, children: /* @__PURE__ */ k(le, { className: D.card, containerClassName: D.cardContainer, children: [
1382
1382
  l,
1383
1383
  a,
1384
1384
  m,
@@ -1386,10 +1386,10 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1386
1386
  d,
1387
1387
  h
1388
1388
  ] }) }), e[20] = l, e[21] = a, e[22] = m, e[23] = d, e[24] = h, e[25] = _) : _ = e[25], _;
1389
- }, so = "_component_1xxhv_10", ao = "_open_1xxhv_40", Re = {
1390
- component: so,
1391
- open: ao
1392
- }, ve = _e({
1389
+ }, ao = "_component_1xxhv_10", mo = "_open_1xxhv_40", Te = {
1390
+ component: ao,
1391
+ open: mo
1392
+ }, be = ge({
1393
1393
  openSidebar: () => {
1394
1394
  },
1395
1395
  closeSidebar: () => {
@@ -1397,18 +1397,18 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1397
1397
  toggleSidebar: () => {
1398
1398
  },
1399
1399
  isOpen: !0
1400
- }), Ao = (t) => {
1401
- const e = C.c(6), {
1400
+ }), Vo = (t) => {
1401
+ const e = y.c(6), {
1402
1402
  children: i
1403
- } = t, n = de(ve), o = A(), c = n.isOpen && Re.open, r = Y(o + 1);
1403
+ } = t, n = ue(be), o = A(), c = n.isOpen && Te.open, r = W(o + 1);
1404
1404
  let l;
1405
- e[0] !== c || e[1] !== r ? (l = v(Re.component, c, r), e[0] = c, e[1] = r, e[2] = l) : l = e[2];
1405
+ e[0] !== c || e[1] !== r ? (l = v(Te.component, c, r), e[0] = c, e[1] = r, e[2] = l) : l = e[2];
1406
1406
  let a;
1407
- return e[3] !== i || e[4] !== l ? (a = /* @__PURE__ */ s(te, { children: /* @__PURE__ */ s(ee, { direction: "column", className: l, children: i }) }), e[3] = i, e[4] = l, e[5] = a) : a = e[5], a;
1408
- }, mo = "_component_f16q1_10", uo = {
1409
- component: mo
1410
- }, Ho = (t) => {
1411
- const e = C.c(15), {
1407
+ return e[3] !== i || e[4] !== l ? (a = /* @__PURE__ */ s(ne, { children: /* @__PURE__ */ s(te, { direction: "column", className: l, children: i }) }), e[3] = i, e[4] = l, e[5] = a) : a = e[5], a;
1408
+ }, uo = "_component_f16q1_10", fo = {
1409
+ component: uo
1410
+ }, Xo = (t) => {
1411
+ const e = y.c(15), {
1412
1412
  children: i,
1413
1413
  showSidebarByDefault: n,
1414
1414
  className: o
@@ -1433,67 +1433,101 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1433
1433
  isOpen: c
1434
1434
  }, e[4] = c, e[5] = a, e[6] = u) : u = e[6];
1435
1435
  let d;
1436
- e[7] !== o ? (d = v(uo.component, o), e[7] = o, e[8] = d) : d = e[8];
1436
+ e[7] !== o ? (d = v(fo.component, o), e[7] = o, e[8] = d) : d = e[8];
1437
1437
  let f;
1438
1438
  e[9] !== i || e[10] !== d ? (f = /* @__PURE__ */ s("div", { className: d, children: i }), e[9] = i, e[10] = d, e[11] = f) : f = e[11];
1439
1439
  let h;
1440
- return e[12] !== u || e[13] !== f ? (h = /* @__PURE__ */ s(ve.Provider, { value: u, children: f }), e[12] = u, e[13] = f, e[14] = h) : h = e[14], h;
1441
- }, zo = (t) => {
1442
- const e = C.c(8), {
1440
+ return e[12] !== u || e[13] !== f ? (h = /* @__PURE__ */ s(be.Provider, { value: u, children: f }), e[12] = u, e[13] = f, e[14] = h) : h = e[14], h;
1441
+ }, Zo = (t) => {
1442
+ const e = y.c(8), {
1443
1443
  className: i,
1444
1444
  style: n
1445
- } = t, o = de(ve), c = o.isOpen ? "Collapse UKSidebar" : "Expand UKSidebar", r = o.isOpen ? j.SidebarCollapse : j.SidebarExpand;
1445
+ } = t, o = ue(be), c = o.isOpen ? "Collapse UKSidebar" : "Expand UKSidebar", r = o.isOpen ? j.SidebarCollapse : j.SidebarExpand;
1446
1446
  let l;
1447
1447
  e[0] !== o ? (l = () => {
1448
1448
  o.toggleSidebar();
1449
1449
  }, e[0] = o, e[1] = l) : l = e[1];
1450
1450
  let a;
1451
- return e[2] !== i || e[3] !== n || e[4] !== c || e[5] !== r || e[6] !== l ? (a = /* @__PURE__ */ s(ne, { style: n, className: i, accessibleLabel: c, icon: r, onClick: l }), e[2] = i, e[3] = n, e[4] = c, e[5] = r, e[6] = l, e[7] = a) : a = e[7], a;
1451
+ return e[2] !== i || e[3] !== n || e[4] !== c || e[5] !== r || e[6] !== l ? (a = /* @__PURE__ */ s(oe, { style: n, className: i, accessibleLabel: c, icon: r, onClick: l }), e[2] = i, e[3] = n, e[4] = c, e[5] = r, e[6] = l, e[7] = a) : a = e[7], a;
1452
+ }, ho = "_layout_13ody_1", _o = "_header_13ody_6", go = "_footer_13ody_10", vo = "_children_13ody_14", bo = "_primarySidebar_13ody_18", po = "_secondarySidebar_13ody_22", q = {
1453
+ layout: ho,
1454
+ header: _o,
1455
+ footer: go,
1456
+ children: vo,
1457
+ primarySidebar: bo,
1458
+ secondarySidebar: po
1459
+ }, Qo = (t) => {
1460
+ const e = y.c(16), {
1461
+ primarySidebar: i,
1462
+ secondarySidebar: n,
1463
+ footer: o,
1464
+ header: c,
1465
+ children: r
1466
+ } = t;
1467
+ let l;
1468
+ e[0] !== c ? (l = c && /* @__PURE__ */ s("div", { className: q.header, children: c }), e[0] = c, e[1] = l) : l = e[1];
1469
+ let a;
1470
+ e[2] !== i ? (a = i && /* @__PURE__ */ s("div", { className: q.primarySidebar, children: i }), e[2] = i, e[3] = a) : a = e[3];
1471
+ let m;
1472
+ e[4] !== r ? (m = /* @__PURE__ */ s("div", { className: q.children, children: r }), e[4] = r, e[5] = m) : m = e[5];
1473
+ let u;
1474
+ e[6] !== n ? (u = n && /* @__PURE__ */ s("div", { className: q.secondarySidebar, children: n }), e[6] = n, e[7] = u) : u = e[7];
1475
+ let d;
1476
+ e[8] !== o ? (d = o && /* @__PURE__ */ s("div", { className: q.footer, children: o }), e[8] = o, e[9] = d) : d = e[9];
1477
+ let f;
1478
+ return e[10] !== l || e[11] !== a || e[12] !== m || e[13] !== u || e[14] !== d ? (f = /* @__PURE__ */ k("div", { className: q.layout, children: [
1479
+ l,
1480
+ a,
1481
+ m,
1482
+ u,
1483
+ d
1484
+ ] }), e[10] = l, e[11] = a, e[12] = m, e[13] = u, e[14] = d, e[15] = f) : f = e[15], f;
1452
1485
  };
1453
1486
  export {
1454
- Po as HasBeenShown,
1455
- Do as OnInView,
1456
- vo as UIKitRoot,
1457
- J as UKBox,
1458
- ge as UKButton,
1459
- Co as UKButtonCombo,
1460
- yo as UKButtonLink,
1461
- Yt as UKButtonWithIcon,
1462
- ce as UKCard,
1463
- Lo as UKCarousel,
1464
- Xt as UKContainer,
1465
- No as UKContextMenu,
1466
- yt as UKDecrementLevel,
1467
- Bo as UKDialog,
1468
- ee as UKFlex,
1469
- ie as UKHeading,
1470
- le as UKIcon,
1471
- ne as UKIconButton,
1487
+ Mo as HasBeenShown,
1488
+ Fo as OnInView,
1489
+ wo as UIKitRoot,
1490
+ ee as UKBox,
1491
+ ve as UKButton,
1492
+ $o as UKButtonCombo,
1493
+ Io as UKButtonLink,
1494
+ Wt as UKButtonWithIcon,
1495
+ le as UKCard,
1496
+ jo as UKCarousel,
1497
+ Zt as UKContainer,
1498
+ Ro as UKContextMenu,
1499
+ Nt as UKDecrementLevel,
1500
+ Ko as UKDialog,
1501
+ te as UKFlex,
1502
+ ce as UKHeading,
1503
+ re as UKIcon,
1504
+ oe as UKIconButton,
1472
1505
  j as UKIcons,
1473
- Me as UKImage,
1474
- te as UKIncrementLevel,
1475
- Oo as UKInfiniteScroll,
1476
- xo as UKLink,
1477
- Mo as UKNavBar,
1478
- Fo as UKNavBarImage,
1479
- jo as UKNavBarTitle,
1480
- Ko as UKOnBoarding,
1481
- Uo as UKPageHeader,
1482
- Eo as UKPanAndZoom,
1483
- wo as UKProgressBar,
1484
- ko as UKRedirect,
1485
- me as UKSeparator,
1486
- Ao as UKSidebar,
1487
- Ho as UKSidebarContainer,
1488
- ve as UKSidebarContext,
1489
- zo as UKSidebarToggleButton,
1490
- So as UKSpinner,
1491
- $o as UKSubText,
1492
- Io as UKTag,
1493
- q as UKText,
1494
- Ro as UKTextButton,
1495
- To as UKTextInput,
1506
+ Fe as UKImage,
1507
+ ne as UKIncrementLevel,
1508
+ zo as UKInfiniteScroll,
1509
+ Qo as UKLayout,
1510
+ To as UKLink,
1511
+ qo as UKNavBar,
1512
+ Go as UKNavBarImage,
1513
+ Yo as UKNavBarTitle,
1514
+ Wo as UKOnBoarding,
1515
+ Ao as UKPageHeader,
1516
+ Ho as UKPanAndZoom,
1517
+ Po as UKProgressBar,
1518
+ Do as UKRedirect,
1519
+ de as UKSeparator,
1520
+ Vo as UKSidebar,
1521
+ Xo as UKSidebarContainer,
1522
+ be as UKSidebarContext,
1523
+ Zo as UKSidebarToggleButton,
1524
+ Lo as UKSpinner,
1525
+ Bo as UKSubText,
1526
+ Uo as UKTag,
1527
+ G as UKText,
1528
+ Eo as UKTextButton,
1529
+ Oo as UKTextInput,
1496
1530
  v as clippy,
1497
- po as useToasts,
1498
- bo as utils
1531
+ So as useToasts,
1532
+ ko as utils
1499
1533
  };