@scouterna/ui-webc 2.2.4 → 2.2.6

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 (272) hide show
  1. package/dist/cjs/{index-B3fXatmo.js → index-DpSUh0CA.js} +1809 -91
  2. package/dist/cjs/index.cjs.js +0 -1
  3. package/dist/cjs/{inputMixin-CkYXihTB.js → inputMixin-BEUFwoun.js} +5 -4
  4. package/dist/cjs/loader.cjs.js +2 -3
  5. package/dist/cjs/scout-app-bar.cjs.entry.js +3 -4
  6. package/dist/cjs/scout-bottom-bar-item.cjs.entry.js +3 -4
  7. package/dist/cjs/scout-bottom-bar.cjs.entry.js +3 -4
  8. package/dist/cjs/scout-button.cjs.entry.js +12 -6
  9. package/dist/cjs/scout-card.cjs.entry.js +4 -5
  10. package/dist/cjs/scout-checkbox_2.cjs.entry.js +8 -9
  11. package/dist/cjs/scout-divider.cjs.entry.js +4 -5
  12. package/dist/cjs/scout-field.cjs.entry.js +4 -5
  13. package/dist/cjs/scout-input.cjs.entry.js +24 -6
  14. package/dist/cjs/scout-link.cjs.entry.js +3 -4
  15. package/dist/cjs/scout-list-view-item.cjs.entry.js +7 -7
  16. package/dist/cjs/scout-list-view-subheader.cjs.entry.js +4 -5
  17. package/dist/cjs/scout-list-view.cjs.entry.js +4 -5
  18. package/dist/cjs/scout-loader.cjs.entry.js +4 -5
  19. package/dist/cjs/scout-select.cjs.entry.js +5 -6
  20. package/dist/cjs/scout-stack.cjs.entry.js +5 -6
  21. package/dist/cjs/scout-switch.cjs.entry.js +5 -6
  22. package/dist/cjs/ui-webc.cjs.js +3 -4
  23. package/dist/collection/collection-manifest.json +2 -2
  24. package/dist/collection/components/app-bar/app-bar.css +2 -1
  25. package/dist/collection/components/app-bar/app-bar.js +0 -1
  26. package/dist/collection/components/bottom-bar/bottom-bar.js +0 -1
  27. package/dist/collection/components/bottom-bar-item/bottom-bar-item.js +0 -1
  28. package/dist/collection/components/button/button.css +93 -104
  29. package/dist/collection/components/button/button.js +36 -5
  30. package/dist/collection/components/card/card.js +1 -2
  31. package/dist/collection/components/checkbox/checkbox.js +1 -2
  32. package/dist/collection/components/divider/divider.js +1 -2
  33. package/dist/collection/components/field/field.js +1 -2
  34. package/dist/collection/components/input/input.css +26 -4
  35. package/dist/collection/components/input/input.js +92 -3
  36. package/dist/collection/components/link/link.js +0 -1
  37. package/dist/collection/components/list-view/list-view.js +1 -2
  38. package/dist/collection/components/list-view-item/list-view-item.js +23 -4
  39. package/dist/collection/components/list-view-subheader/list-view-subheader.css +3 -2
  40. package/dist/collection/components/list-view-subheader/list-view-subheader.js +1 -2
  41. package/dist/collection/components/loader/loader.js +1 -2
  42. package/dist/collection/components/radio-button/radio-button.js +1 -2
  43. package/dist/collection/components/select/select.js +1 -2
  44. package/dist/collection/components/stack/stack.js +2 -3
  45. package/dist/collection/components/switch/switch.js +1 -2
  46. package/dist/collection/index.js +0 -1
  47. package/dist/collection/mixins/inputMixin.js +4 -1
  48. package/dist/collection/utils/utils.js +0 -1
  49. package/dist/components/index.d.ts +2 -0
  50. package/dist/components/index.js +1 -10
  51. package/dist/components/p-CFwvojTA.js +1 -0
  52. package/dist/components/p-CToGnlms.js +1 -0
  53. package/dist/components/p-CmHrcz9s.js +1 -0
  54. package/dist/components/p-FVW0-50y.js +1 -0
  55. package/dist/components/scout-app-bar.js +1 -42
  56. package/dist/components/scout-bottom-bar-item.js +1 -85
  57. package/dist/components/scout-bottom-bar.js +1 -39
  58. package/dist/components/scout-button.js +1 -75
  59. package/dist/components/scout-card.js +1 -39
  60. package/dist/components/scout-checkbox.js +1 -9
  61. package/dist/components/scout-divider.js +1 -39
  62. package/dist/components/scout-field.js +1 -72
  63. package/dist/components/scout-input.js +1 -76
  64. package/dist/components/scout-link.js +1 -91
  65. package/dist/components/scout-list-view-item.js +1 -106
  66. package/dist/components/scout-list-view-subheader.js +1 -44
  67. package/dist/components/scout-list-view.js +1 -59
  68. package/dist/components/scout-loader.js +1 -96
  69. package/dist/components/scout-radio-button.js +1 -9
  70. package/dist/components/scout-select.js +1 -61
  71. package/dist/components/scout-stack.js +1 -62
  72. package/dist/components/scout-switch.js +1 -75
  73. package/dist/custom-elements.d.ts +11 -0
  74. package/dist/custom-elements.json +185 -4
  75. package/dist/esm/{index-ksA_9NPe.js → index-xD2pOo_x.js} +1809 -91
  76. package/dist/esm/index.js +0 -1
  77. package/dist/esm/{inputMixin-mAf9ZFOg.js → inputMixin-BuDdNX3m.js} +5 -4
  78. package/dist/esm/loader.js +3 -4
  79. package/dist/esm/scout-app-bar.entry.js +3 -4
  80. package/dist/esm/scout-bottom-bar-item.entry.js +3 -4
  81. package/dist/esm/scout-bottom-bar.entry.js +3 -4
  82. package/dist/esm/scout-button.entry.js +12 -6
  83. package/dist/esm/scout-card.entry.js +4 -5
  84. package/dist/esm/scout-checkbox_2.entry.js +8 -9
  85. package/dist/esm/scout-divider.entry.js +4 -5
  86. package/dist/esm/scout-field.entry.js +4 -5
  87. package/dist/esm/scout-input.entry.js +24 -6
  88. package/dist/esm/scout-link.entry.js +3 -4
  89. package/dist/esm/scout-list-view-item.entry.js +7 -7
  90. package/dist/esm/scout-list-view-subheader.entry.js +4 -5
  91. package/dist/esm/scout-list-view.entry.js +4 -5
  92. package/dist/esm/scout-loader.entry.js +4 -5
  93. package/dist/esm/scout-select.entry.js +5 -6
  94. package/dist/esm/scout-stack.entry.js +5 -6
  95. package/dist/esm/scout-switch.entry.js +5 -6
  96. package/dist/esm/ui-webc.js +4 -5
  97. package/dist/types/components/button/button.d.ts +5 -0
  98. package/dist/types/components/list-view-item/list-view-item.d.ts +1 -0
  99. package/dist/types/components.d.ts +44 -4
  100. package/dist/types/stencil-public-runtime.d.ts +87 -4
  101. package/dist/ui-webc/index.esm.js +1 -2
  102. package/dist/ui-webc/p-186ee2d2.entry.js +1 -0
  103. package/dist/ui-webc/p-1f031683.entry.js +1 -0
  104. package/dist/ui-webc/p-20ba2e18.entry.js +1 -0
  105. package/dist/ui-webc/p-4f317624.entry.js +1 -0
  106. package/dist/ui-webc/p-594f0ba6.entry.js +1 -0
  107. package/dist/ui-webc/p-6ea55279.entry.js +1 -0
  108. package/dist/ui-webc/p-802ce20c.entry.js +1 -0
  109. package/dist/ui-webc/p-80b57c1b.entry.js +1 -0
  110. package/dist/ui-webc/p-8da4cdaa.entry.js +1 -0
  111. package/dist/ui-webc/p-90c097f4.entry.js +1 -0
  112. package/dist/ui-webc/p-BuuT2Uz3.js +1 -0
  113. package/dist/ui-webc/p-a92dd367.entry.js +1 -0
  114. package/dist/ui-webc/p-bf96d820.entry.js +1 -0
  115. package/dist/ui-webc/p-cdce9596.entry.js +1 -0
  116. package/dist/ui-webc/p-d7430470.entry.js +1 -0
  117. package/dist/ui-webc/p-db9e3e2d.entry.js +1 -0
  118. package/dist/ui-webc/p-e97f584a.entry.js +1 -0
  119. package/dist/ui-webc/p-f3ff75c8.entry.js +1 -0
  120. package/dist/ui-webc/p-xD2pOo_x.js +2 -0
  121. package/dist/ui-webc/ui-webc.esm.js +1 -2
  122. package/package.json +5 -5
  123. package/dist/cjs/index-B3fXatmo.js.map +0 -1
  124. package/dist/cjs/index.cjs.js.map +0 -1
  125. package/dist/cjs/inputMixin-CkYXihTB.js.map +0 -1
  126. package/dist/cjs/loader.cjs.js.map +0 -1
  127. package/dist/cjs/scout-app-bar.entry.cjs.js.map +0 -1
  128. package/dist/cjs/scout-bottom-bar-item.entry.cjs.js.map +0 -1
  129. package/dist/cjs/scout-bottom-bar.entry.cjs.js.map +0 -1
  130. package/dist/cjs/scout-button.entry.cjs.js.map +0 -1
  131. package/dist/cjs/scout-card.entry.cjs.js.map +0 -1
  132. package/dist/cjs/scout-checkbox.scout-radio-button.entry.cjs.js.map +0 -1
  133. package/dist/cjs/scout-divider.entry.cjs.js.map +0 -1
  134. package/dist/cjs/scout-field.entry.cjs.js.map +0 -1
  135. package/dist/cjs/scout-input.entry.cjs.js.map +0 -1
  136. package/dist/cjs/scout-link.entry.cjs.js.map +0 -1
  137. package/dist/cjs/scout-list-view-item.entry.cjs.js.map +0 -1
  138. package/dist/cjs/scout-list-view-subheader.entry.cjs.js.map +0 -1
  139. package/dist/cjs/scout-list-view.entry.cjs.js.map +0 -1
  140. package/dist/cjs/scout-loader.entry.cjs.js.map +0 -1
  141. package/dist/cjs/scout-select.entry.cjs.js.map +0 -1
  142. package/dist/cjs/scout-stack.entry.cjs.js.map +0 -1
  143. package/dist/cjs/scout-switch.entry.cjs.js.map +0 -1
  144. package/dist/cjs/ui-webc.cjs.js.map +0 -1
  145. package/dist/collection/components/app-bar/app-bar.js.map +0 -1
  146. package/dist/collection/components/bottom-bar/bottom-bar.js.map +0 -1
  147. package/dist/collection/components/bottom-bar-item/bottom-bar-item.js.map +0 -1
  148. package/dist/collection/components/button/button.js.map +0 -1
  149. package/dist/collection/components/card/card.js.map +0 -1
  150. package/dist/collection/components/checkbox/checkbox.js.map +0 -1
  151. package/dist/collection/components/divider/divider.js.map +0 -1
  152. package/dist/collection/components/field/field.js.map +0 -1
  153. package/dist/collection/components/input/input.js.map +0 -1
  154. package/dist/collection/components/link/link.js.map +0 -1
  155. package/dist/collection/components/list-view/list-view.js.map +0 -1
  156. package/dist/collection/components/list-view-item/list-view-item.js.map +0 -1
  157. package/dist/collection/components/list-view-subheader/list-view-subheader.js.map +0 -1
  158. package/dist/collection/components/loader/loader.js.map +0 -1
  159. package/dist/collection/components/radio-button/radio-button.js.map +0 -1
  160. package/dist/collection/components/select/select.js.map +0 -1
  161. package/dist/collection/components/stack/stack.js.map +0 -1
  162. package/dist/collection/components/switch/switch.js.map +0 -1
  163. package/dist/collection/index.js.map +0 -1
  164. package/dist/collection/mixins/inputMixin.js.map +0 -1
  165. package/dist/collection/utils/utils.js.map +0 -1
  166. package/dist/components/index.js.map +0 -1
  167. package/dist/components/p-B_lll43e.js +0 -71
  168. package/dist/components/p-B_lll43e.js.map +0 -1
  169. package/dist/components/p-CwrP_ZZM.js +0 -73
  170. package/dist/components/p-CwrP_ZZM.js.map +0 -1
  171. package/dist/components/p-DaGMxK4K.js +0 -62
  172. package/dist/components/p-DaGMxK4K.js.map +0 -1
  173. package/dist/components/p-fr5CaUFu.js +0 -1747
  174. package/dist/components/p-fr5CaUFu.js.map +0 -1
  175. package/dist/components/scout-app-bar.js.map +0 -1
  176. package/dist/components/scout-bottom-bar-item.js.map +0 -1
  177. package/dist/components/scout-bottom-bar.js.map +0 -1
  178. package/dist/components/scout-button.js.map +0 -1
  179. package/dist/components/scout-card.js.map +0 -1
  180. package/dist/components/scout-checkbox.js.map +0 -1
  181. package/dist/components/scout-divider.js.map +0 -1
  182. package/dist/components/scout-field.js.map +0 -1
  183. package/dist/components/scout-input.js.map +0 -1
  184. package/dist/components/scout-link.js.map +0 -1
  185. package/dist/components/scout-list-view-item.js.map +0 -1
  186. package/dist/components/scout-list-view-subheader.js.map +0 -1
  187. package/dist/components/scout-list-view.js.map +0 -1
  188. package/dist/components/scout-loader.js.map +0 -1
  189. package/dist/components/scout-radio-button.js.map +0 -1
  190. package/dist/components/scout-select.js.map +0 -1
  191. package/dist/components/scout-stack.js.map +0 -1
  192. package/dist/components/scout-switch.js.map +0 -1
  193. package/dist/esm/index-ksA_9NPe.js.map +0 -1
  194. package/dist/esm/index.js.map +0 -1
  195. package/dist/esm/inputMixin-mAf9ZFOg.js.map +0 -1
  196. package/dist/esm/loader.js.map +0 -1
  197. package/dist/esm/scout-app-bar.entry.js.map +0 -1
  198. package/dist/esm/scout-bottom-bar-item.entry.js.map +0 -1
  199. package/dist/esm/scout-bottom-bar.entry.js.map +0 -1
  200. package/dist/esm/scout-button.entry.js.map +0 -1
  201. package/dist/esm/scout-card.entry.js.map +0 -1
  202. package/dist/esm/scout-checkbox.scout-radio-button.entry.js.map +0 -1
  203. package/dist/esm/scout-divider.entry.js.map +0 -1
  204. package/dist/esm/scout-field.entry.js.map +0 -1
  205. package/dist/esm/scout-input.entry.js.map +0 -1
  206. package/dist/esm/scout-link.entry.js.map +0 -1
  207. package/dist/esm/scout-list-view-item.entry.js.map +0 -1
  208. package/dist/esm/scout-list-view-subheader.entry.js.map +0 -1
  209. package/dist/esm/scout-list-view.entry.js.map +0 -1
  210. package/dist/esm/scout-loader.entry.js.map +0 -1
  211. package/dist/esm/scout-select.entry.js.map +0 -1
  212. package/dist/esm/scout-stack.entry.js.map +0 -1
  213. package/dist/esm/scout-switch.entry.js.map +0 -1
  214. package/dist/esm/ui-webc.js.map +0 -1
  215. package/dist/ui-webc/index.esm.js.map +0 -1
  216. package/dist/ui-webc/loader.esm.js.map +0 -1
  217. package/dist/ui-webc/p-02c211ea.entry.js +0 -2
  218. package/dist/ui-webc/p-02c211ea.entry.js.map +0 -1
  219. package/dist/ui-webc/p-1efd7b9a.entry.js +0 -2
  220. package/dist/ui-webc/p-1efd7b9a.entry.js.map +0 -1
  221. package/dist/ui-webc/p-3018f46f.entry.js +0 -2
  222. package/dist/ui-webc/p-3018f46f.entry.js.map +0 -1
  223. package/dist/ui-webc/p-45b65a28.entry.js +0 -2
  224. package/dist/ui-webc/p-45b65a28.entry.js.map +0 -1
  225. package/dist/ui-webc/p-50112773.entry.js +0 -2
  226. package/dist/ui-webc/p-50112773.entry.js.map +0 -1
  227. package/dist/ui-webc/p-531dc32a.entry.js +0 -2
  228. package/dist/ui-webc/p-531dc32a.entry.js.map +0 -1
  229. package/dist/ui-webc/p-78b6c86b.entry.js +0 -2
  230. package/dist/ui-webc/p-78b6c86b.entry.js.map +0 -1
  231. package/dist/ui-webc/p-974e8415.entry.js +0 -2
  232. package/dist/ui-webc/p-974e8415.entry.js.map +0 -1
  233. package/dist/ui-webc/p-97956c4f.entry.js +0 -2
  234. package/dist/ui-webc/p-97956c4f.entry.js.map +0 -1
  235. package/dist/ui-webc/p-97f9cf0a.entry.js +0 -2
  236. package/dist/ui-webc/p-97f9cf0a.entry.js.map +0 -1
  237. package/dist/ui-webc/p-BzgciO7w.js +0 -2
  238. package/dist/ui-webc/p-BzgciO7w.js.map +0 -1
  239. package/dist/ui-webc/p-ac65f104.entry.js +0 -2
  240. package/dist/ui-webc/p-ac65f104.entry.js.map +0 -1
  241. package/dist/ui-webc/p-c2c5857d.entry.js +0 -2
  242. package/dist/ui-webc/p-c2c5857d.entry.js.map +0 -1
  243. package/dist/ui-webc/p-e2288570.entry.js +0 -2
  244. package/dist/ui-webc/p-e2288570.entry.js.map +0 -1
  245. package/dist/ui-webc/p-e4ba9bd7.entry.js +0 -2
  246. package/dist/ui-webc/p-e4ba9bd7.entry.js.map +0 -1
  247. package/dist/ui-webc/p-ee497882.entry.js +0 -2
  248. package/dist/ui-webc/p-ee497882.entry.js.map +0 -1
  249. package/dist/ui-webc/p-f01605ca.entry.js +0 -2
  250. package/dist/ui-webc/p-f01605ca.entry.js.map +0 -1
  251. package/dist/ui-webc/p-faaf9da5.entry.js +0 -2
  252. package/dist/ui-webc/p-faaf9da5.entry.js.map +0 -1
  253. package/dist/ui-webc/p-ksA_9NPe.js +0 -3
  254. package/dist/ui-webc/p-ksA_9NPe.js.map +0 -1
  255. package/dist/ui-webc/scout-app-bar.entry.esm.js.map +0 -1
  256. package/dist/ui-webc/scout-bottom-bar-item.entry.esm.js.map +0 -1
  257. package/dist/ui-webc/scout-bottom-bar.entry.esm.js.map +0 -1
  258. package/dist/ui-webc/scout-button.entry.esm.js.map +0 -1
  259. package/dist/ui-webc/scout-card.entry.esm.js.map +0 -1
  260. package/dist/ui-webc/scout-checkbox.scout-radio-button.entry.esm.js.map +0 -1
  261. package/dist/ui-webc/scout-divider.entry.esm.js.map +0 -1
  262. package/dist/ui-webc/scout-field.entry.esm.js.map +0 -1
  263. package/dist/ui-webc/scout-input.entry.esm.js.map +0 -1
  264. package/dist/ui-webc/scout-link.entry.esm.js.map +0 -1
  265. package/dist/ui-webc/scout-list-view-item.entry.esm.js.map +0 -1
  266. package/dist/ui-webc/scout-list-view-subheader.entry.esm.js.map +0 -1
  267. package/dist/ui-webc/scout-list-view.entry.esm.js.map +0 -1
  268. package/dist/ui-webc/scout-loader.entry.esm.js.map +0 -1
  269. package/dist/ui-webc/scout-select.entry.esm.js.map +0 -1
  270. package/dist/ui-webc/scout-stack.entry.esm.js.map +0 -1
  271. package/dist/ui-webc/scout-switch.entry.esm.js.map +0 -1
  272. package/dist/ui-webc/ui-webc.esm.js.map +0 -1
@@ -1,4 +1,4 @@
1
- import { h, Mixin, } from "@stencil/core";
1
+ import { Host, h, Mixin, } from "@stencil/core";
2
2
  import { inputMixin } from "../../mixins/inputMixin";
3
3
  /**
4
4
  * The input component is a basic text input field that can be used to capture
@@ -10,6 +10,18 @@ export class ScoutInput extends Mixin(inputMixin) {
10
10
  constructor() {
11
11
  super();
12
12
  }
13
+ /**
14
+ * Size of the input element. Large fields are typically used for prominent
15
+ * inputs, such as a top search field on a page, while medium fields are used
16
+ * for regular form inputs.
17
+ */
18
+ size = "medium";
19
+ /**
20
+ * Visual variant of the input element. Elevated inputs have a shadow to help
21
+ * them stand out from the background and should only be used when absolutely
22
+ * positioned above other content.
23
+ */
24
+ variant = "default";
13
25
  /**
14
26
  * Type of input element. If you need a number input, read the accessibility
15
27
  * section of this MDN article first:
@@ -34,8 +46,15 @@ export class ScoutInput extends Mixin(inputMixin) {
34
46
  * from tab order and are not validated.
35
47
  */
36
48
  disabled = false;
49
+ /**
50
+ * Placeholder text should rarely be used as it poses a lot of accessibility
51
+ * issues.
52
+ */
53
+ placeholder;
37
54
  render() {
38
- return (h("input", { key: '91a90ed63063ef5533308ff1cb61840aec0bb1d3', ref: (el) => this.setInputRef(el), id: this.ariaId, type: this.type, name: this.name, inputMode: this.inputmode, pattern: this.pattern, class: "input", value: this.value, disabled: this.disabled, onInput: () => this.onInput(), onBlur: () => this.onBlur(), onInvalid: () => this.onInvalid() }));
55
+ const sizeClass = this.size === "large" ? "large" : "";
56
+ const variantClass = this.variant === "elevated" ? "elevated" : "";
57
+ return (h(Host, { key: '800efa151d522ef1d7a483128baa6c0958dcd100', class: `${sizeClass} ${variantClass}` }, h("input", { key: '92756a5cdf529455fffaadcbcdd2bc36a5087c65', ref: (el) => this.setInputRef(el), id: this.ariaId, type: this.type, name: this.name, inputMode: this.inputmode, pattern: this.pattern, class: "input", value: this.value, disabled: this.disabled, placeholder: this.placeholder, onInput: () => this.onInput(), onBlur: () => this.onBlur(), onInvalid: () => this.onInvalid() })));
39
58
  }
40
59
  static get is() { return "scout-input"; }
41
60
  static get encapsulation() { return "scoped"; }
@@ -51,6 +70,58 @@ export class ScoutInput extends Mixin(inputMixin) {
51
70
  }
52
71
  static get properties() {
53
72
  return {
73
+ "size": {
74
+ "type": "string",
75
+ "mutable": false,
76
+ "complexType": {
77
+ "original": "Size",
78
+ "resolved": "\"large\" | \"medium\"",
79
+ "references": {
80
+ "Size": {
81
+ "location": "local",
82
+ "path": "/home/runner/work/j26-components/j26-components/packages/ui-webc/src/components/input/input.tsx",
83
+ "id": "src/components/input/input.tsx::Size"
84
+ }
85
+ }
86
+ },
87
+ "required": false,
88
+ "optional": false,
89
+ "docs": {
90
+ "tags": [],
91
+ "text": "Size of the input element. Large fields are typically used for prominent\ninputs, such as a top search field on a page, while medium fields are used\nfor regular form inputs."
92
+ },
93
+ "getter": false,
94
+ "setter": false,
95
+ "reflect": false,
96
+ "attribute": "size",
97
+ "defaultValue": "\"medium\""
98
+ },
99
+ "variant": {
100
+ "type": "string",
101
+ "mutable": false,
102
+ "complexType": {
103
+ "original": "Variant",
104
+ "resolved": "\"default\" | \"elevated\"",
105
+ "references": {
106
+ "Variant": {
107
+ "location": "local",
108
+ "path": "/home/runner/work/j26-components/j26-components/packages/ui-webc/src/components/input/input.tsx",
109
+ "id": "src/components/input/input.tsx::Variant"
110
+ }
111
+ }
112
+ },
113
+ "required": false,
114
+ "optional": false,
115
+ "docs": {
116
+ "tags": [],
117
+ "text": "Visual variant of the input element. Elevated inputs have a shadow to help\nthem stand out from the background and should only be used when absolutely\npositioned above other content."
118
+ },
119
+ "getter": false,
120
+ "setter": false,
121
+ "reflect": false,
122
+ "attribute": "variant",
123
+ "defaultValue": "\"default\""
124
+ },
54
125
  "type": {
55
126
  "type": "string",
56
127
  "mutable": false,
@@ -179,8 +250,26 @@ export class ScoutInput extends Mixin(inputMixin) {
179
250
  "reflect": false,
180
251
  "attribute": "disabled",
181
252
  "defaultValue": "false"
253
+ },
254
+ "placeholder": {
255
+ "type": "string",
256
+ "mutable": false,
257
+ "complexType": {
258
+ "original": "string",
259
+ "resolved": "string",
260
+ "references": {}
261
+ },
262
+ "required": false,
263
+ "optional": true,
264
+ "docs": {
265
+ "tags": [],
266
+ "text": "Placeholder text should rarely be used as it poses a lot of accessibility\nissues."
267
+ },
268
+ "getter": false,
269
+ "setter": false,
270
+ "reflect": false,
271
+ "attribute": "placeholder"
182
272
  }
183
273
  };
184
274
  }
185
275
  }
186
- //# sourceMappingURL=input.js.map
@@ -204,4 +204,3 @@ export class ScoutLink {
204
204
  }];
205
205
  }
206
206
  }
207
- //# sourceMappingURL=link.js.map
@@ -21,7 +21,7 @@ export class ScoutListView {
21
21
  }
22
22
  }
23
23
  render() {
24
- return (h(Host, { key: '4364bb39e10f23da20440461fea6a8d7a3274bcc', role: "list" }, h("slot", { key: '34f7de708ef874254477b8b82e54cad78db0da6c' })));
24
+ return (h(Host, { key: '68c7e8924c60ba15c6c8a64724eebeea1731909f', role: "list" }, h("slot", { key: '7b686b0f83c138ab0d497f9b6a0d7d5927bce63c' })));
25
25
  }
26
26
  static get is() { return "scout-list-view"; }
27
27
  static get encapsulation() { return "shadow"; }
@@ -47,4 +47,3 @@ export class ScoutListView {
47
47
  }];
48
48
  }
49
49
  }
50
- //# sourceMappingURL=list-view.js.map
@@ -10,6 +10,7 @@ export class ScoutListViewItem {
10
10
  name;
11
11
  value;
12
12
  checked;
13
+ disabled;
13
14
  scoutClick;
14
15
  render() {
15
16
  const Tag = this.type === "link"
@@ -26,7 +27,7 @@ export class ScoutListViewItem {
26
27
  (this.target === "_blank" ? "noopener noreferrer" : undefined),
27
28
  }
28
29
  : {};
29
- return (h(Host, { key: '413bfec2ce5b069cb065b25e6a388b87d9bf972d', role: "listitem" }, h(Tag, { key: '8bd4978a887d2769bf537d7cf74fc02772055144', class: "button", ...linkProps, onClick: () => this.scoutClick.emit() }, this.getPrefix(), this.getContent(), this.getSuffix())));
30
+ return (h(Host, { key: '329bcf60c9b9df6af329d833500b673f3de7e0ff', role: "listitem" }, h(Tag, { key: '864c0c388e72a544afac7b73dc715fc992f913aa', class: "button", ...linkProps, onClick: () => this.scoutClick.emit() }, this.getPrefix(), this.getContent(), this.getSuffix())));
30
31
  }
31
32
  getPrefix() {
32
33
  if (!this.icon) {
@@ -39,10 +40,10 @@ export class ScoutListViewItem {
39
40
  }
40
41
  getSuffix() {
41
42
  if (this.type === "radio") {
42
- return (h("scout-radio-button", { name: this.name, value: this.value, checked: this.checked }));
43
+ return (h("scout-radio-button", { name: this.name, value: this.value, checked: this.checked, disabled: this.disabled }));
43
44
  }
44
45
  if (this.type === "checkbox") {
45
- return (h("scout-checkbox", { name: this.name, value: this.value, checked: this.checked }));
46
+ return (h("scout-checkbox", { name: this.name, value: this.value, checked: this.checked, disabled: this.disabled }));
46
47
  }
47
48
  return null;
48
49
  }
@@ -257,6 +258,25 @@ export class ScoutListViewItem {
257
258
  "setter": false,
258
259
  "reflect": false,
259
260
  "attribute": "checked"
261
+ },
262
+ "disabled": {
263
+ "type": "boolean",
264
+ "mutable": false,
265
+ "complexType": {
266
+ "original": "boolean",
267
+ "resolved": "boolean",
268
+ "references": {}
269
+ },
270
+ "required": false,
271
+ "optional": true,
272
+ "docs": {
273
+ "tags": [],
274
+ "text": ""
275
+ },
276
+ "getter": false,
277
+ "setter": false,
278
+ "reflect": false,
279
+ "attribute": "disabled"
260
280
  }
261
281
  };
262
282
  }
@@ -279,4 +299,3 @@ export class ScoutListViewItem {
279
299
  }];
280
300
  }
281
301
  }
282
- //# sourceMappingURL=list-view-item.js.map
@@ -4,7 +4,8 @@
4
4
  display: flex;
5
5
  align-items: center;
6
6
  justify-content: flex-start;
7
- padding: var(--spacing-2) var(--spacing-4) var(--spacing-1) !important;
7
+ padding: 0 var(--spacing-4) !important;
8
+ height: var(--spacing-12);
8
9
  border: none !important;
9
10
  background-color: transparent;
10
11
  }
@@ -13,6 +14,6 @@
13
14
  margin: 0;
14
15
  padding: 0;
15
16
  font: var(--type-body-sm);
16
- color: var(--color-text-base);
17
+ color: var(--color-gray-800);
17
18
  font-weight: 500;
18
19
  }
@@ -3,7 +3,7 @@ export class ScoutListViewSubheader {
3
3
  text;
4
4
  headingLevel = "h2";
5
5
  render() {
6
- return (h(Host, { key: '5ff0f60b511992241c5dacc25bd2ede127180da5', role: "listitem" }, h(this.headingLevel, { key: 'e857ca6fd07f98e379ade3efab9b7638a69ef184', class: "heading" }, this.text)));
6
+ return (h(Host, { key: 'b93e8553a3b335f456e7bcbd32c3c635da58da00', role: "listitem" }, h(this.headingLevel, { key: 'e82ea8203aef696156a211c6aac9415fe488a56b', class: "heading" }, this.text)));
7
7
  }
8
8
  static get is() { return "scout-list-view-subheader"; }
9
9
  static get encapsulation() { return "shadow"; }
@@ -62,4 +62,3 @@ export class ScoutListViewSubheader {
62
62
  };
63
63
  }
64
64
  }
65
- //# sourceMappingURL=list-view-subheader.js.map
@@ -22,7 +22,7 @@ export class ScoutLoader {
22
22
  this.showElement(this.symbolElements[0]);
23
23
  }
24
24
  render() {
25
- return (h(Host, { key: 'cb49f1cfa8fcf2b816da9442270724f90b5aa724', class: this.size === "base" ? "" : this.size }, h("div", { key: '9ce230b2839d37172359d3642dcd1ec87471d870', class: "frame" }, this.getSymbols()), this.text && h("div", { key: 'f79e4f64ad2ee471a39c49dc2237a8f7173bbeaf', class: "text" }, this.text)));
25
+ return (h(Host, { key: '4262ae621bb24ef73641363fff67a1587ea2c644', class: this.size === "base" ? "" : this.size }, h("div", { key: '54ff8ba284a22ab683a9403c803bff7999acce3f', class: "frame" }, this.getSymbols()), this.text && h("div", { key: '83368c83c87bf6e171b996c05dc6a5e4da91e26e', class: "text" }, this.text)));
26
26
  }
27
27
  showElement(el) {
28
28
  el.classList.remove("animate-out");
@@ -108,4 +108,3 @@ export class ScoutLoader {
108
108
  };
109
109
  }
110
110
  }
111
- //# sourceMappingURL=loader.js.map
@@ -28,7 +28,7 @@ export class ScoutRadioButton extends Mixin(inputMixin) {
28
28
  }
29
29
  render() {
30
30
  const Tag = this.label?.length ? "label" : "div";
31
- return (h(Tag, { key: '9d30a566a03bfa1b49411878fbaa6bc07d53d2f6' }, h("input", { key: 'e2f2c58a2ec00fce35d27860e6fa37e23d09d040', ref: (el) => this.setInputRef(el), id: this.ariaId, type: "radio", value: this.value, name: this.name, class: "radio", "aria-labelledby": this.ariaLabelledby, "aria-disabled": this.disabled, disabled: this.disabled, checked: this.checked, onChange: (event) => {
31
+ return (h(Tag, { key: '22df090dcbf2f2b4b14b7cad8d34500295045f70' }, h("input", { key: '3bcc5022fa6202fd1fe733c1a8430f7ed1a54cf4', ref: (el) => this.setInputRef(el), id: this.ariaId, type: "radio", value: this.value, name: this.name, class: "radio", "aria-labelledby": this.ariaLabelledby, "aria-disabled": this.disabled, disabled: this.disabled, checked: this.checked, onChange: (event) => {
32
32
  this.onInput();
33
33
  this.onChange(event);
34
34
  }, onBlur: () => this.onBlur(), onInvalid: () => this.onInvalid() }), this.label));
@@ -189,4 +189,3 @@ export class ScoutRadioButton extends Mixin(inputMixin) {
189
189
  }];
190
190
  }
191
191
  }
192
- //# sourceMappingURL=radio-button.js.map
@@ -21,7 +21,7 @@ export class ScoutSelect extends Mixin(inputMixin) {
21
21
  disabled = false;
22
22
  name;
23
23
  render() {
24
- return (h("div", { key: '15e5237281f534b083659425bb6a0944e9b296eb', class: "select-wrapper" }, h("select", { key: '5f8ba02781864c041bfeaffbcdcf6fc4185c45f5', id: this.ariaId, name: this.name, class: "select", disabled: this.disabled, onChange: () => this.onInput(), onBlur: () => this.onBlur(), onInvalid: () => this.onInvalid() }, h("slot", { key: '0f593e02a74e59aef1a2c2647df42712a7558d96' })), h("span", { key: '37b45aa85cf7cc9a3dbbcc5b575ff824942875da', class: "select-icon", style: { "--icon-chevron": `url(${chevronIcon})` }, "aria-hidden": "true" })));
24
+ return (h("div", { key: '12bf95188935ab6b11101c829970800199b53e9a', class: "select-wrapper" }, h("select", { key: '1c373cc25f6de17b7139baab0af69fd23adf3b85', id: this.ariaId, name: this.name, class: "select", disabled: this.disabled, onChange: () => this.onInput(), onBlur: () => this.onBlur(), onInvalid: () => this.onInvalid() }, h("slot", { key: '99f4430d6433e96c95651acba4ff0068235d1cb8' })), h("span", { key: '4f36424bd7395db03ea9caf10751cd570fc06853', class: "select-icon", style: { "--icon-chevron": `url(${chevronIcon})` }, "aria-hidden": "true" })));
25
25
  }
26
26
  static get is() { return "scout-select"; }
27
27
  static get encapsulation() { return "scoped"; }
@@ -99,4 +99,3 @@ export class ScoutSelect extends Mixin(inputMixin) {
99
99
  };
100
100
  }
101
101
  }
102
- //# sourceMappingURL=select.js.map
@@ -18,10 +18,10 @@ export class ScoutStack {
18
18
  */
19
19
  gapSize = "m";
20
20
  render() {
21
- return (h(Host, { key: '46f8dfbf3721fe377297d936ea07595e85b933a3', style: {
21
+ return (h(Host, { key: '768d68ecb7184d322a181d5917f2eaee3d270c52', style: {
22
22
  "--stack-flex-direction": `${this.direction}`,
23
23
  "--stack-gap-spacing": `var(--spacing-${GapSizeValues[this.gapSize]})`,
24
- } }, h("slot", { key: '9d0a64fbc02da0960e96293696e77a7688af7132' })));
24
+ } }, h("slot", { key: '01a68b251dcbc2b46a2902f922fe56c57daf840c' })));
25
25
  }
26
26
  static get is() { return "scout-stack"; }
27
27
  static get encapsulation() { return "shadow"; }
@@ -93,4 +93,3 @@ export class ScoutStack {
93
93
  };
94
94
  }
95
95
  }
96
- //# sourceMappingURL=stack.js.map
@@ -29,7 +29,7 @@ export class ScoutSwitch extends Mixin(inputMixin) {
29
29
  }
30
30
  render() {
31
31
  const Tag = this.label?.length ? "label" : "div";
32
- return (h(Tag, { key: '22aee29982e7bb00cf76c2a096c4cf40b53e51c4' }, this.label, h("span", { key: '5ce6c501344e3da675d371e4a62794104ec1e6f1', class: "inlineDivider" }), h("input", { key: '81c07b77cd2ccdc66b93067da4eb15b62c87d5fd', ref: (el) => this.setInputRef(el), id: this.ariaId, type: "checkbox", class: "switch", "aria-labelledby": this.ariaLabelledby, "aria-disabled": this.disabled, disabled: this.disabled, checked: this.toggled, onChange: (event) => {
32
+ return (h(Tag, { key: 'b577bb6c1a4bde37ea76ae1c14bbdad4e3c11200' }, this.label, h("span", { key: 'b93dc86e4fa270efb3e8983c957731015d9709b4', class: "inlineDivider" }), h("input", { key: 'ca377aea983a9702fe9f292908048746c31433b9', ref: (el) => this.setInputRef(el), id: this.ariaId, type: "checkbox", class: "switch", "aria-labelledby": this.ariaLabelledby, "aria-disabled": this.disabled, disabled: this.disabled, checked: this.toggled, onChange: (event) => {
33
33
  this.onInput();
34
34
  this.onChange(event);
35
35
  }, onBlur: () => this.onBlur(), onInvalid: () => this.onInvalid() })));
@@ -153,4 +153,3 @@ export class ScoutSwitch extends Mixin(inputMixin) {
153
153
  }];
154
154
  }
155
155
  }
156
- //# sourceMappingURL=switch.js.map
@@ -8,4 +8,3 @@
8
8
  * to consume components of this package as outlined in the `README.md`.
9
9
  */
10
10
  export { format } from "./utils/utils";
11
- //# sourceMappingURL=index.js.map
@@ -34,6 +34,10 @@ export const inputMixin = (Base) => {
34
34
  }
35
35
  onInput() {
36
36
  this.runValidation();
37
+ this.scoutInputChange.emit({
38
+ value: this.inputElement.value,
39
+ element: this.inputElement,
40
+ });
37
41
  }
38
42
  onBlur() {
39
43
  this.scoutBlur.emit();
@@ -169,4 +173,3 @@ export const inputMixin = (Base) => {
169
173
  }
170
174
  return InputMixin;
171
175
  };
172
- //# sourceMappingURL=inputMixin.js.map
@@ -1,4 +1,3 @@
1
1
  export function format(first, middle, last) {
2
2
  return ((first || "") + (middle ? ` ${middle}` : "") + (last ? ` ${last}` : ""));
3
3
  }
4
- //# sourceMappingURL=utils.js.map
@@ -31,3 +31,5 @@ export interface SetPlatformOptions {
31
31
  rel?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
32
32
  }
33
33
  export declare const setPlatformOptions: (opts: SetPlatformOptions) => void;
34
+
35
+ export * from '../types';
@@ -1,10 +1 @@
1
- export { g as getAssetPath, r as render, s as setAssetPath, a as setNonce, b as setPlatformOptions } from './p-fr5CaUFu.js';
2
-
3
- function format(first, middle, last) {
4
- return ((first || "") + (middle ? ` ${middle}` : "") + (last ? ` ${last}` : ""));
5
- }
6
-
7
- export { format };
8
- //# sourceMappingURL=index.js.map
9
-
10
- //# sourceMappingURL=index.js.map
1
+ export{g as getAssetPath,r as render,s as setAssetPath,a as setNonce,b as setPlatformOptions}from"./p-CmHrcz9s.js";function t(s,t,e){return(s||"")+(t?" "+t:"")+(e?" "+e:"")}export{t as format}
@@ -0,0 +1 @@
1
+ import"./p-CmHrcz9s.js";const t=t=>class extends t{constructor(){super()}validate;scoutInputChange;scoutBlur;_scoutValidate;_scoutInvalid;_scoutFieldId;ariaId;inputElement;componentWillLoad(){this.ariaId=`_${Math.random().toString(36).substring(2,9)}`,this._scoutFieldId.emit(this.ariaId)}componentDidLoad(){this.runValidation()}onInput(){this.runValidation(),this.scoutInputChange.emit({value:this.inputElement.value,element:this.inputElement})}onBlur(){this.scoutBlur.emit()}onInvalid(){this._scoutInvalid.emit()}runValidation(){if(!this.validate)return;const t=this.validate(this.inputElement.value);this.inputElement.setCustomValidity(t??""),this._scoutValidate.emit({element:this.inputElement})}setInputRef(t){this.inputElement=t}};export{t as i}
@@ -0,0 +1 @@
1
+ import{p as e,M as o,c,h as a,t}from"./p-CmHrcz9s.js";import{i as r}from"./p-CFwvojTA.js";const s=e(class extends(o(r)){constructor(e){super(!1),!1!==e&&this.__registerHost(),this.scoutInputChange=c(this,"scoutInputChange"),this.scoutBlur=c(this,"scoutBlur"),this._scoutValidate=c(this,"_scoutValidate"),this._scoutInvalid=c(this,"_scoutInvalid"),this._scoutFieldId=c(this,"_scoutFieldId"),this.scoutChecked=c(this,"scoutChecked")}checked=!1;disabled=!1;ariaLabelledby;label;value;name;scoutChecked;onChange(e){const o=e.target;this.scoutChecked.emit({checked:o.checked,element:o})}render(){return a(this.label?.length?"label":"div",{key:"67b42b2b686fffecf891da832236fde663b740dc"},a("input",{key:"81821918d102e1ca809915c14a20aa0847f46e30",ref:e=>this.setInputRef(e),id:this.ariaId,type:"checkbox",value:this.value,name:this.name,class:"checkbox",style:{"--icon-checkbox":"url(data:image/svg+xml;base64,PHN2ZwogIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICB3aWR0aD0iMjQiCiAgaGVpZ2h0PSIyNCIKICB2aWV3Qm94PSIwIDAgMjQgMjQiCiAgZmlsbD0ibm9uZSIKICBzdHJva2U9ImN1cnJlbnRDb2xvciIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCiAgY2xhc3M9Imljb24gaWNvbi10YWJsZXIgaWNvbnMtdGFibGVyLW91dGxpbmUgaWNvbi10YWJsZXItY2hlY2siCj4KICA8cGF0aCBzdHJva2U9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4KICA8cGF0aCBkPSJNNSAxMmw1IDVsMTAgLTEwIiAvPgo8L3N2Zz4=)"},"aria-labelledby":this.ariaLabelledby,"aria-disabled":this.disabled,disabled:this.disabled,checked:this.checked,onChange:e=>{this.onInput(),this.onChange(e)},onBlur:()=>this.onBlur(),onInvalid:()=>this.onInvalid()}),this.label)}static get style(){return'.checkbox.sc-scout-checkbox{width:var(--spacing-6);height:var(--spacing-6);-moz-appearance:none;appearance:none;-webkit-appearance:none;display:flex;align-content:center;justify-content:center;border-radius:3px;background-color:var(--color-text-brand-inverse);border:2px solid var(--color-gray-300);position:relative}.checkbox.sc-scout-checkbox:hover{border:2px solid var(--color-gray-400);box-shadow:inset 0px 0px 5px 5px var(--color-background-brand-subtle-hovered);cursor:pointer}.checkbox.sc-scout-checkbox:active{background-color:var(--color-background-brand-subtle-pressed)}.checkbox.sc-scout-checkbox:checked:hover{background-color:var(--color-background-brand-hovered);border-color:var(--color-background-brand-hovered);box-shadow:none}.checkbox.sc-scout-checkbox:checked{background-color:var(--color-background-brand-base);border-color:var(--color-background-brand-base)}.checkbox.sc-scout-checkbox::after{content:"";position:absolute;width:var(--spacing-10);height:var(--spacing-10);top:50%;left:50%;transform:translate(-50%, -50%)}.checkbox.sc-scout-checkbox:checked::before{content:"";background-color:var(--color-text-brand-inverse);width:var(--spacing-6);height:var(--spacing-6);position:absolute;top:50%;left:50%;right:0;bottom:0;transform:translate(-50%, -50%);-webkit-mask-image:var(--icon-checkbox);mask-image:var(--icon-checkbox);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.checkbox.sc-scout-checkbox:disabled{pointer-events:none;background-color:var(--color-gray-100);border-color:var(--color-gray-100)}label.sc-scout-checkbox{display:flex;align-items:center;gap:var(--spacing-2);font:var(--type-label-base);color:var(--color-text-base)}'}},[514,"scout-checkbox",{validate:[16],checked:[4],disabled:[4],ariaLabelledby:[1,"aria-labelledby"],label:[1],value:[1],name:[1],ariaId:[32]}]);function i(){"undefined"!=typeof customElements&&["scout-checkbox"].forEach((e=>{"scout-checkbox"===e&&(customElements.get(t(e))||customElements.define(t(e),s))}))}export{s as S,i as d}
@@ -0,0 +1 @@
1
+ const e=':root{--misc-color-annotations:#ff00ff;--color-blue-50:#e6eeff;--color-blue-100:#d0e0ff;--color-blue-200:#9cc3ff;--color-blue-300:#58a6ff;--color-blue-400:#0087e3;--color-blue-500:#006bb5;--color-blue-600:#00508a;--color-blue-700:#003660;--color-blue-800:#002748;--color-blue-900:#00162d;--color-blue-950:#000f21;--color-neutral-50:#ebf1f7;--color-neutral-100:#d7e4f0;--color-neutral-200:#b1cde3;--color-neutral-300:#87b3d4;--color-neutral-400:#749bb7;--color-neutral-500:#608199;--color-neutral-600:#4c667a;--color-neutral-700:#374b5a;--color-neutral-800:#25343f;--color-neutral-900:#131d24;--color-neutral-950:#0a1217;--color-white:#ffffff;--color-challengerpink-50:#fff0f2;--color-challengerpink-100:#ffdde3;--color-challengerpink-200:#ffbac7;--color-challengerpink-300:#ff93ab;--color-challengerpink-400:#ff668e;--color-challengerpink-500:#ff1271;--color-challengerpink-600:#da005e;--color-challengerpink-700:#a60046;--color-challengerpink-800:#72002e;--color-challengerpink-900:#470019;--color-challengerpink-950:#30000f;--color-orange-50:#fffbeb;--color-orange-100:#fef3c7;--color-orange-200:#fde68a;--color-orange-300:#fcd34d;--color-orange-400:#fbbf24;--color-orange-500:#f59e0b;--color-orange-600:#d97706;--color-orange-700:#b45309;--color-orange-800:#92400e;--color-orange-900:#78350f;--color-orange-950:#451a03;--color-gray-50:#f3f3f4;--color-gray-100:#e5e5e6;--color-gray-200:#cbccce;--color-gray-300:#b2b3b6;--color-gray-400:#9c9ea1;--color-gray-500:#85868a;--color-gray-600:#6e7073;--color-gray-700:#585a5c;--color-gray-800:#444547;--color-gray-900:#252627;--color-gray-950:#151616;--color-discovererblue-50:#eaf5ff;--color-discovererblue-100:#cde9ff;--color-discovererblue-200:#92d4ff;--color-discovererblue-300:#1ec0ff;--color-discovererblue-400:#00a8e1;--color-discovererblue-500:#008bbb;--color-discovererblue-600:#006d94;--color-discovererblue-700:#01516f;--color-discovererblue-800:#00394f;--color-discovererblue-900:#00202f;--color-discovererblue-950:#00131d;--color-trackergreen-50:#ccfec6;--color-trackergreen-100:#85fd72;--color-trackergreen-200:#5be23d;--color-trackergreen-300:#4ec333;--color-trackergreen-400:#41a629;--color-trackergreen-500:#348821;--color-trackergreen-600:#286c18;--color-trackergreen-700:#1c5110;--color-trackergreen-800:#113808;--color-trackergreen-900:#072103;--color-trackergreen-950:#031501;--color-green-50:#f0fdf4;--color-green-100:#dcfce7;--color-green-200:#b9f8cf;--color-green-300:#7bf1a8;--color-green-400:#05df72;--color-green-500:#00c950;--color-green-600:#00a63e;--color-green-700:#008236;--color-green-800:#016630;--color-green-900:#0d542b;--color-green-950:#032e15;--color-red-50:#fef2f2;--color-red-100:#ffe2e2;--color-red-200:#ffc9c9;--color-red-300:#ffa2a2;--color-red-400:#ff6467;--color-red-500:#fb2c36;--color-red-600:#e7000b;--color-red-700:#c10007;--color-red-800:#9f0712;--color-red-900:#82181a;--color-red-950:#460809;--color-black:#000000;--color-roveryellow-50:#fffd62;--color-roveryellow-100:#f4f203;--color-roveryellow-200:#e2e000;--color-roveryellow-300:#c3c100;--color-roveryellow-400:#a4a300;--color-roveryellow-500:#878500;--color-roveryellow-600:#6a6900;--color-roveryellow-700:#515000;--color-roveryellow-800:#373700;--color-roveryellow-900:#1f1f00;--color-roveryellow-950:#121200;--color-adventurerorange-50:#fff1ee;--color-adventurerorange-100:#fee2dd;--color-adventurerorange-200:#fec0b4;--color-adventurerorange-300:#fda18b;--color-adventurerorange-400:#fd7a4c;--color-adventurerorange-500:#e95f13;--color-adventurerorange-600:#b94a0d;--color-adventurerorange-700:#8e3708;--color-adventurerorange-800:#622303;--color-adventurerorange-900:#3c1301;--color-adventurerorange-950:#280a01;--fontsize-base:1rem;--fontfamily-sans:"Source Sans 3 Variable", sans-serif;--spacing-base:0.25rem;--color-text-caution-base:var(--color-orange-700);--color-text-caution-bold-base:var(--color-orange-50);--color-text-brand-base:var(--color-blue-700);--color-text-brand-inverse:var(--color-white);--color-text-danger-base:var(--color-red-700);--color-text-danger-bold-base:var(--color-red-50);--color-text-positive-bold-base:var(--color-green-50);--color-text-positive-base:var(--color-green-700);--color-text-base:var(--color-neutral-800);--color-background-danger-base:var(--color-red-100);--color-background-danger-bold-base:var(--color-red-700);--color-background-danger-bold-hovered:var(--color-red-800);--color-background-danger-bold-pressed:var(--color-red-900);--color-background-brand-subtle-hovered:var(--color-blue-50);--color-background-brand-subtle-pressed:var(--color-blue-100);--color-background-brand-subtle-base:var(--color-blue-700);--color-background-brand-hovered:var(--color-blue-800);--color-background-brand-pressed:var(--color-blue-900);--color-background-brand-base:var(--color-blue-700);--color-background-positive-base:var(--color-green-100);--color-background-positive-bold-base:var(--color-green-700);--color-background-positive-bold-hovered:var(--color-green-800);--color-background-positive-bold-pressed:var(--color-green-900);--color-background-caution-base:var(--color-orange-100);--color-background-caution-bold-base:var(--color-orange-700);--color-background-caution-bold-hovered:var(--color-orange-800);--color-background-caution-bold-pressed:var(--color-orange-900);--fontsize-lg:calc(var(--fontsize-base)*1.125);--fontsize-sm:calc(var(--fontsize-base)*0.875);--fontsize-xs:calc(var(--fontsize-base)*0.75);--fontsize-3xl:calc(var(--fontsize-base)*1.875);--fontsize-4xl:calc(var(--fontsize-base)*2.25);--fontsize-2xl:calc(var(--fontsize-base)*1.5);--fontsize-xl:calc(var(--fontsize-base)*1.25);--fontsize-6xl:calc(var(--fontsize-base)*3.75);--fontsize-5xl:calc(var(--fontsize-base)*3);--spacing-1:calc(var(--spacing-base)*1);--spacing-2:calc(var(--spacing-base)*2);--spacing-3:calc(var(--spacing-base)*3);--spacing-4:calc(var(--spacing-base)*4);--spacing-5:calc(var(--spacing-base)*5);--spacing-6:calc(var(--spacing-base)*6);--spacing-7:calc(var(--spacing-base)*7);--spacing-8:calc(var(--spacing-base)*8);--spacing-10:calc(var(--spacing-base)*10);--spacing-11:calc(var(--spacing-base)*11);--spacing-12:calc(var(--spacing-base)*12);--spacing-14:calc(var(--spacing-base)*14);--spacing-16:calc(var(--spacing-base)*16);--spacing-17:calc(var(--spacing-base)*17);--spacing-18:calc(var(--spacing-base)*18);--spacing-20:calc(var(--spacing-base)*20);--spacing-24:calc(var(--spacing-base)*24);--spacing-28:calc(var(--spacing-base)*28);--spacing-32:calc(var(--spacing-base)*32);--spacing-36:calc(var(--spacing-base)*36);--spacing-40:calc(var(--spacing-base)*40);--spacing-48:calc(var(--spacing-base)*48);--spacing-52:calc(var(--spacing-base)*52);--spacing-56:calc(var(--spacing-base)*56);--spacing-60:calc(var(--spacing-base)*60);--spacing-64:calc(var(--spacing-base)*64);--spacing-72:calc(var(--spacing-base)*72);--spacing-80:calc(var(--spacing-base)*80);--spacing-96:calc(var(--spacing-base)*96);--spacing-180:calc(var(--spacing-base)*180);--spacing-195:calc(var(--spacing-base)*195);--spacing-212:calc(var(--spacing-base)*212);--spacing-380:calc(var(--spacing-base)*380);--type-body-base:400 var(--fontsize-base)/1.5 var(--fontfamily-sans);--type-body-sm:400 var(--fontsize-sm)/1.5 var(--fontfamily-sans);--type-body-lg:400 var(--fontsize-lg)/1.5 var(--fontfamily-sans);--type-body-xl:400 var(--fontsize-xl)/1.5 var(--fontfamily-sans);--type-body-2xl:400 var(--fontsize-2xl)/1.5 var(--fontfamily-sans);--type-heading-xl:600 var(--fontsize-6xl)/1.2 var(--fontfamily-sans);--type-heading-lg:600 var(--fontsize-5xl)/1.2 var(--fontfamily-sans);--type-heading-base:600 var(--fontsize-4xl)/1.2 var(--fontfamily-sans);--type-heading-sm:600 var(--fontsize-3xl)/1.2 var(--fontfamily-sans);--type-heading-xs:600 var(--fontsize-2xl)/1.2 var(--fontfamily-sans);--type-label-base:400 var(--fontsize-base)/1.2 var(--fontfamily-sans);--type-label-2xl:400 var(--fontsize-2xl)/1.2 var(--fontfamily-sans);--type-label-lg:400 var(--fontsize-lg)/1.2 var(--fontfamily-sans);--type-label-sm:400 var(--fontsize-sm)/1.2 var(--fontfamily-sans);--type-label-xl:400 var(--fontsize-xl)/1.2 var(--fontfamily-sans)}/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */*,::before,::after{box-sizing:border-box}html{font-family:system-ui,-apple-system,Segoe UI,Ubuntu,Cantarell,Noto Sans, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,\n "Apple Color Emoji", "Segoe UI Emoji";line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;}body{margin:0}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}summary{display:list-item}.scout-type-body-base{font:400 1rem/1.5 "Source Sans 3 Variable", sans-serif;font:var(--type-body-base)}.scout-type-body-sm{font:400 calc(1rem*0.875)/1.5 "Source Sans 3 Variable", sans-serif;font:var(--type-body-sm)}.scout-type-body-lg{font:400 calc(1rem*1.125)/1.5 "Source Sans 3 Variable", sans-serif;font:var(--type-body-lg)}.scout-type-body-xl{font:400 calc(1rem*1.25)/1.5 "Source Sans 3 Variable", sans-serif;font:var(--type-body-xl)}.scout-type-body-2xl{font:400 calc(1rem*1.5)/1.5 "Source Sans 3 Variable", sans-serif;font:var(--type-body-2xl)}.scout-type-heading-xl{font:600 calc(1rem*3.75)/1.2 "Source Sans 3 Variable", sans-serif;font:var(--type-heading-xl)}.scout-type-heading-lg{font:600 calc(1rem*3)/1.2 "Source Sans 3 Variable", sans-serif;font:var(--type-heading-lg)}.scout-type-heading-base{font:600 calc(1rem*2.25)/1.2 "Source Sans 3 Variable", sans-serif;font:var(--type-heading-base)}.scout-type-heading-sm{font:600 calc(1rem*1.875)/1.2 "Source Sans 3 Variable", sans-serif;font:var(--type-heading-sm)}.scout-type-heading-xs{font:600 calc(1rem*1.5)/1.2 "Source Sans 3 Variable", sans-serif;font:var(--type-heading-xs)}.scout-type-label-base{font:400 1rem/1.2 "Source Sans 3 Variable", sans-serif;font:var(--type-label-base)}.scout-type-label-2xl{font:400 calc(1rem*1.5)/1.2 "Source Sans 3 Variable", sans-serif;font:var(--type-label-2xl)}.scout-type-label-lg{font:400 calc(1rem*1.125)/1.2 "Source Sans 3 Variable", sans-serif;font:var(--type-label-lg)}.scout-type-label-sm{font:400 calc(1rem*0.875)/1.2 "Source Sans 3 Variable", sans-serif;font:var(--type-label-sm)}.scout-type-label-xl{font:400 calc(1rem*1.25)/1.2 "Source Sans 3 Variable", sans-serif;font:var(--type-label-xl)}:root{font-family:"Source Sans 3 Variable", sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}';var t,r,o,n,s,i,a,l,c,f,u,h,p,b,d,g,v,y,m,w=Object.create,S=Object.defineProperty,$=Object.getOwnPropertyDescriptor,k=Object.getOwnPropertyNames,x=Object.getPrototypeOf,z=Object.prototype.hasOwnProperty,O=e=>{throw TypeError(e)},j=(e,t)=>function(){return t||(0,e[k(e)[0]])((t={exports:{}}).exports,t),t.exports},M=(e,t,r)=>t.has(e)||O("Cannot "+r),E=(e,t,r)=>(M(e,t,"read from private field"),r?r.call(e):t.get(e)),N=(e,t,r)=>t.has(e)?O("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),R=(e,t,r)=>(M(e,t,"write to private field"),t.set(e,r),r),A=(e,t,r)=>(M(e,t,"access private method"),r),P=j({"node_modules/balanced-match/index.js"(e,t){function r(e,t,r){e instanceof RegExp&&(e=o(e,r)),t instanceof RegExp&&(t=o(t,r));var s=n(e,t,r);return s&&{start:s[0],end:s[1],pre:r.slice(0,s[0]),body:r.slice(s[0]+e.length,s[1]),post:r.slice(s[1]+t.length)}}function o(e,t){var r=t.match(e);return r?r[0]:null}function n(e,t,r){var o,n,s,i,a,l=r.indexOf(e),c=r.indexOf(t,l+1),f=l;if(l>=0&&c>0){if(e===t)return[l,c];for(o=[],s=r.length;f>=0&&!a;)f==l?(o.push(f),l=r.indexOf(e,f+1)):1==o.length?a=[o.pop(),c]:((n=o.pop())<s&&(s=n,i=c),c=r.indexOf(t,f+1)),f=l<c&&l>=0?l:c;o.length&&(a=[s,i])}return a}t.exports=r,r.range=n}}),W=j({"node_modules/brace-expansion/index.js"(e,t){var r=P();t.exports=function(e){return e?("{}"===e.substr(0,2)&&(e="\\{\\}"+e.substr(2)),d(function(e){return e.split("\\\\").join(o).split("\\{").join(n).split("\\}").join(s).split("\\,").join(i).split("\\.").join(a)}(e),!0).map(c)):[]};var o="\0SLASH"+Math.random()+"\0",n="\0OPEN"+Math.random()+"\0",s="\0CLOSE"+Math.random()+"\0",i="\0COMMA"+Math.random()+"\0",a="\0PERIOD"+Math.random()+"\0";function l(e){return parseInt(e,10)==e?parseInt(e,10):e.charCodeAt(0)}function c(e){return e.split(o).join("\\").split(n).join("{").split(s).join("}").split(i).join(",").split(a).join(".")}function f(e){if(!e)return[""];var t=[],o=r("{","}",e);if(!o)return e.split(",");var n=o.body,s=o.post,i=o.pre.split(",");i[i.length-1]+="{"+n+"}";var a=f(s);return s.length&&(i[i.length-1]+=a.shift(),i.push.apply(i,a)),t.push.apply(t,i),t}function u(e){return"{"+e+"}"}function h(e){return/^-?0\d/.test(e)}function p(e,t){return e<=t}function b(e,t){return e>=t}function d(e,t){var o=[],n=r("{","}",e);if(!n)return[e];var i=n.pre,a=n.post.length?d(n.post,!1):[""];if(/\$$/.test(n.pre))for(var c=0;c<a.length;c++)o.push(P=i+"{"+n.body+"}"+a[c]);else{var g,v,y=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(n.body),m=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(n.body),w=y||m,S=n.body.indexOf(",")>=0;if(!w&&!S)return n.post.match(/,(?!,).*\}/)?d(e=n.pre+"{"+n.body+s+n.post):[e];if(w)g=n.body.split(/\.\./);else if(1===(g=f(n.body)).length&&1===(g=d(g[0],!1).map(u)).length)return a.map((function(e){return n.pre+g[0]+e}));if(w){var $=l(g[0]),k=l(g[1]),x=Math.max(g[0].length,g[1].length),z=3==g.length?Math.abs(l(g[2])):1,O=p;k<$&&(z*=-1,O=b);var j=g.some(h);v=[];for(var M=$;O(M,k);M+=z){var E;if(m)"\\"===(E=String.fromCharCode(M))&&(E="");else if(E=String(M),j){var N=x-E.length;if(N>0){var R=new Array(N+1).join("0");E=M<0?"-"+R+E.slice(1):R+E}}v.push(E)}}else{v=[];for(var A=0;A<g.length;A++)v.push.apply(v,d(g[A],!1))}for(A=0;A<v.length;A++)for(c=0;c<a.length;c++){var P=i+v[A]+a[c];(!t||w||P)&&o.push(P)}}return o}}}),C=(e,t)=>{var r;Object.entries(null!=(r=t.o.t)?r:{}).map((([r,[o]])=>{if(31&o||32&o){const o=e[r],n=function(e,t){for(;e;){const r=Object.getOwnPropertyDescriptor(e,t);if(null==r?void 0:r.get)return r;e=Object.getPrototypeOf(e)}}(Object.getPrototypeOf(e),r)||Object.getOwnPropertyDescriptor(e,r);n&&Object.defineProperty(e,r,{get(){return n.get.call(this)},set(e){n.set.call(this,e)},configurable:!0,enumerable:!0}),e[r]=t.i.has(r)?t.i.get(r):o}}))},L=e=>{if(e.__stencil__getHostRef)return e.__stencil__getHostRef()},V=(e,t)=>t in e,T=(e,t)=>(0,console.error)(e,t),_=new Map,I="http://www.w3.org/1999/xlink",U="undefined"!=typeof window?window:{},F=U.HTMLElement||class{},D={l:0,u:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,r,o)=>e.addEventListener(t,r,o),rel:(e,t,r,o)=>e.removeEventListener(t,r,o),ce:(e,t)=>new CustomEvent(e,t)},B=(()=>{var e;let t=!1;try{null==(e=U.document)||e.addEventListener("e",null,Object.defineProperty({},"passive",{get(){t=!0}}))}catch(e){}return t})(),G=(()=>{try{return!!U.document.adoptedStyleSheets&&(new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync)}catch(e){}return!1})(),H=!!G&&(()=>!!U.document&&Object.getOwnPropertyDescriptor(U.document.adoptedStyleSheets,"length").writable)(),Z=!1,q=[],Y=[],J=(e,t)=>r=>{e.push(r),Z||(Z=!0,t&&4&D.l?X(Q):D.raf(Q))},K=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(e){T(e)}e.length=0},Q=()=>{K(q),K(Y),(Z=q.length>0)&&D.raf(Q)},X=e=>Promise.resolve(undefined).then(e),ee=J(Y,!0),te=e=>{const t=new URL(e,D.u);return t.origin!==U.location.origin?t.href:t.pathname},re=e=>D.u=e,oe=e=>"object"==(e=typeof e)||"function"===e,ne=(r=null!=(t=W())?w(x(t)):{},((e,t,r,o)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let r of k(t))z.call(e,r)||undefined===r||S(e,r,{get:()=>t[r],enumerable:!(o=$(t,r))||o.enumerable});return e})(S(r,"default",{value:t,enumerable:!0}),t)),se=e=>{if("string"!=typeof e)throw new TypeError("invalid pattern");if(e.length>65536)throw new TypeError("pattern is too long")},ie={"[:alnum:]":["\\p{L}\\p{Nl}\\p{Nd}",!0],"[:alpha:]":["\\p{L}\\p{Nl}",!0],"[:ascii:]":["\\x00-\\x7f",!1],"[:blank:]":["\\p{Zs}\\t",!0],"[:cntrl:]":["\\p{Cc}",!0],"[:digit:]":["\\p{Nd}",!0],"[:graph:]":["\\p{Z}\\p{C}",!0,!0],"[:lower:]":["\\p{Ll}",!0],"[:print:]":["\\p{C}",!0],"[:punct:]":["\\p{P}",!0],"[:space:]":["\\p{Z}\\t\\r\\n\\v\\f",!0],"[:upper:]":["\\p{Lu}",!0],"[:word:]":["\\p{L}\\p{Nl}\\p{Nd}\\p{Pc}",!0],"[:xdigit:]":["A-Fa-f0-9",!1]},ae=e=>e.replace(/[[\]\\-]/g,"\\$&"),le=e=>e.join(""),ce=(e,t)=>{const r=t;if("["!==e.charAt(r))throw new Error("not in a brace expression");const o=[],n=[];let s=r+1,i=!1,a=!1,l=!1,c=!1,f=r,u="";e:for(;s<e.length;){const t=e.charAt(s);if("!"!==t&&"^"!==t||s!==r+1){if("]"===t&&i&&!l){f=s+1;break}if(i=!0,"\\"!==t||l){if("["===t&&!l)for(const[t,[i,l,c]]of Object.entries(ie))if(e.startsWith(t,s)){if(u)return["$.",!1,e.length-r,!0];s+=t.length,c?n.push(i):o.push(i),a=a||l;continue e}l=!1,u?(t>u?o.push(ae(u)+"-"+ae(t)):t===u&&o.push(ae(t)),u="",s++):e.startsWith("-]",s+1)?(o.push(ae(t+"-")),s+=2):e.startsWith("-",s+1)?(u=t,s+=2):(o.push(ae(t)),s++)}else l=!0,s++}else c=!0,s++}if(f<s)return["",!1,0,!1];if(!o.length&&!n.length)return["$.",!1,e.length-r,!0];if(0===n.length&&1===o.length&&/^\\?.$/.test(o[0])&&!c){return[(h=2===o[0].length?o[0].slice(-1):o[0],h.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")),!1,f-r,!1]}var h;const p="["+(c?"^":"")+le(o)+"]",b="["+(c?"":"^")+le(n)+"]";return[o.length&&n.length?"("+p+"|"+b+")":o.length?p:b,a,f-r,!0]},fe=(e,{windowsPathsNoEscape:t=!1}={})=>t?e.replace(/\[([^\/\\])\]/g,"$1"):e.replace(/((?!\\).|^)\[([^\/\\])\]/g,"$1$2").replace(/\\([^\/])/g,"$1"),ue=new Set(["!","?","+","*","@"]),he=e=>ue.has(e),pe="(?!\\.)",be=new Set(["[","."]),de=new Set(["..","."]),ge=new Set("().*{}+?[]^$\\!"),ve="[^/]",ye=ve+"*?",me=ve+"+?",we=class e{constructor(e,t,r={}){var d;N(this,b),((e,t,r)=>{t in e?S(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r})(this,"type"+"",d),N(this,o),N(this,n),N(this,s,!1),N(this,i,[]),N(this,a),N(this,l),N(this,c),N(this,f,!1),N(this,u),N(this,h),N(this,p,!1),this.type=e,e&&R(this,n,!0),R(this,a,t),R(this,o,E(this,a)?E(E(this,a),o):this),R(this,u,E(this,o)===this?r:E(E(this,o),u)),R(this,c,E(this,o)===this?[]:E(E(this,o),c)),"!"!==e||E(E(this,o),f)||E(this,c).push(this),R(this,l,E(this,a)?E(E(this,a),i).length:0)}get hasMagic(){if(void 0!==E(this,n))return E(this,n);for(const e of E(this,i))if("string"!=typeof e&&(e.type||e.hasMagic))return R(this,n,!0);return E(this,n)}toString(){return void 0!==E(this,h)?E(this,h):R(this,h,this.type?this.type+"("+E(this,i).map((e=>String(e))).join("|")+")":E(this,i).map((e=>String(e))).join(""))}push(...t){for(const r of t)if(""!==r){if("string"!=typeof r&&!(r instanceof e&&E(r,a)===this))throw new Error("invalid part: "+r);E(this,i).push(r)}}toJSON(){var e;const t=null===this.type?E(this,i).slice().map((e=>"string"==typeof e?e:e.toJSON())):[this.type,...E(this,i).map((e=>e.toJSON()))];return this.isStart()&&!this.type&&t.unshift([]),this.isEnd()&&(this===E(this,o)||E(E(this,o),f)&&"!"===(null==(e=E(this,a))?void 0:e.type))&&t.push({}),t}isStart(){var t;if(E(this,o)===this)return!0;if(!(null==(t=E(this,a))?void 0:t.isStart()))return!1;if(0===E(this,l))return!0;const r=E(this,a);for(let t=0;t<E(this,l);t++){const o=E(r,i)[t];if(!(o instanceof e&&"!"===o.type))return!1}return!0}isEnd(){var e,t,r;if(E(this,o)===this)return!0;if("!"===(null==(e=E(this,a))?void 0:e.type))return!0;if(!(null==(t=E(this,a))?void 0:t.isEnd()))return!1;if(!this.type)return null==(r=E(this,a))?void 0:r.isEnd();const n=E(this,a)?E(E(this,a),i).length:0;return E(this,l)===n-1}copyIn(e){this.push("string"==typeof e?e:e.clone(this))}clone(t){const r=new e(this.type,t);for(const e of E(this,i))r.copyIn(e);return r}static fromGlob(t,r={}){var o;const n=new e(null,void 0,r);return A(o=e,g,v).call(o,t,n,0,r),n}toMMPattern(){if(this!==E(this,o))return E(this,o).toMMPattern();const e=this.toString(),[t,r,s,i]=this.toRegExpSource();if(!(s||E(this,n)||E(this,u).nocase&&!E(this,u).nocaseMagicOnly&&e.toUpperCase()!==e.toLowerCase()))return r;const a=(E(this,u).nocase?"i":"")+(i?"u":"");return Object.assign(new RegExp(`^${t}$`,a),{_src:t,_glob:e})}get options(){return E(this,u)}toRegExpSource(t){var r;const l=null!=t?t:!!E(this,u).dot;if(E(this,o)===this&&A(this,b,d).call(this),!this.type){const c=this.isStart()&&this.isEnd(),u=E(this,i).map((r=>{var o;const[i,a,l,f]="string"==typeof r?A(o=e,g,m).call(o,r,E(this,n),c):r.toRegExpSource(t);return R(this,n,E(this,n)||l),R(this,s,E(this,s)||f),i})).join("");let h="";if(this.isStart()&&"string"==typeof E(this,i)[0]&&(1!==E(this,i).length||!de.has(E(this,i)[0]))){const e=be,r=l&&e.has(u.charAt(0))||u.startsWith("\\.")&&e.has(u.charAt(2))||u.startsWith("\\.\\.")&&e.has(u.charAt(4)),o=!l&&!t&&e.has(u.charAt(0));h=r?"(?!(?:^|/)\\.\\.?(?:$|/))":o?pe:""}let p="";return this.isEnd()&&E(E(this,o),f)&&"!"===(null==(r=E(this,a))?void 0:r.type)&&(p="(?:$|\\/)"),[h+u+p,fe(u),R(this,n,!!E(this,n)),E(this,s)]}const c="*"===this.type||"+"===this.type,h="!"===this.type?"(?:(?!(?:":"(?:";let v=A(this,b,y).call(this,l);if(this.isStart()&&this.isEnd()&&!v&&"!"!==this.type){const e=this.toString();return R(this,i,[e]),this.type=null,R(this,n,void 0),[e,fe(this.toString()),!1,!1]}let w=!c||t||l?"":A(this,b,y).call(this,!0);w===v&&(w=""),w&&(v=`(?:${v})(?:${w})*?`);let S="";return S="!"===this.type&&E(this,p)?(this.isStart()&&!l?pe:"")+me:h+v+("!"===this.type?"))"+(!this.isStart()||l||t?"":pe)+ye+")":"@"===this.type?")":"?"===this.type?")?":"+"===this.type&&w?")":"*"===this.type&&w?")?":`)${this.type}`),[S,fe(v),R(this,n,!!E(this,n)),E(this,s)]}};o=new WeakMap,n=new WeakMap,s=new WeakMap,i=new WeakMap,a=new WeakMap,l=new WeakMap,c=new WeakMap,f=new WeakMap,u=new WeakMap,h=new WeakMap,p=new WeakMap,b=new WeakSet,d=function(){if(this!==E(this,o))throw new Error("should only call on root");if(E(this,f))return this;let e;for(this.toString(),R(this,f,!0);e=E(this,c).pop();){if("!"!==e.type)continue;let t=e,r=E(t,a);for(;r;){for(let o=E(t,l)+1;!r.type&&o<E(r,i).length;o++)for(const t of E(e,i)){if("string"==typeof t)throw new Error("string part in extglob AST??");t.copyIn(E(r,i)[o])}t=r,r=E(t,a)}}return this},g=new WeakSet,v=function(e,t,r,o){var s,a;let l=!1,c=!1,f=-1,u=!1;if(null===t.type){let n=r,i="";for(;n<e.length;){const r=e.charAt(n++);if(l||"\\"===r)l=!l,i+=r;else if(c)n===f+1?"^"!==r&&"!"!==r||(u=!0):"]"!==r||n===f+2&&u||(c=!1),i+=r;else if("["!==r)if(o.noext||!he(r)||"("!==e.charAt(n))i+=r;else{t.push(i),i="";const a=new we(r,t);n=A(s=we,g,v).call(s,e,a,n,o),t.push(a)}else c=!0,f=n,u=!1,i+=r}return t.push(i),n}let h=r+1,b=new we(null,t);const d=[];let y="";for(;h<e.length;){const r=e.charAt(h++);if(l||"\\"===r)l=!l,y+=r;else if(c)h===f+1?"^"!==r&&"!"!==r||(u=!0):"]"!==r||h===f+2&&u||(c=!1),y+=r;else if("["!==r)if(he(r)&&"("===e.charAt(h)){b.push(y),y="";const t=new we(r,b);b.push(t),h=A(a=we,g,v).call(a,e,t,h,o)}else if("|"!==r){if(")"===r)return""===y&&0===E(t,i).length&&R(t,p,!0),b.push(y),y="",t.push(...d,b),h;y+=r}else b.push(y),y="",d.push(b),b=new we(null,t);else c=!0,f=h,u=!1,y+=r}return t.type=null,R(t,n,void 0),R(t,i,[e.substring(r-1)]),h},y=function(e){return E(this,i).map((t=>{if("string"==typeof t)throw new Error("string type in extglob ast??");const[r,o,n,i]=t.toRegExpSource(e);return R(this,s,E(this,s)||i),r})).filter((e=>!(this.isStart()&&this.isEnd()&&!e))).join("|")},m=function(e,t,r=!1){let o=!1,n="",s=!1;for(let i=0;i<e.length;i++){const a=e.charAt(i);if(o)o=!1,n+=(ge.has(a)?"\\":"")+a;else if("\\"!==a){if("["===a){const[r,o,a,l]=ce(e,i);if(a){n+=r,s=s||o,i+=a-1,t=t||l;continue}}"*"!==a?"?"!==a?n+=a.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"):(n+=ve,t=!0):(n+=r&&"*"===e?me:ye,t=!0)}else i===e.length-1?n+="\\\\":o=!0}return[n,fe(e),!!t,s]},N(we,g);var Se=we,$e=(e,t,r={})=>(se(t),!(!r.nocomment&&"#"===t.charAt(0))&&new qe(t,r).match(e)),ke=/^\*+([^+@!?\*\[\(]*)$/,xe=e=>t=>!t.startsWith(".")&&t.endsWith(e),ze=e=>t=>t.endsWith(e),Oe=e=>(e=e.toLowerCase(),t=>!t.startsWith(".")&&t.toLowerCase().endsWith(e)),je=e=>(e=e.toLowerCase(),t=>t.toLowerCase().endsWith(e)),Me=/^\*+\.\*+$/,Ee=e=>!e.startsWith(".")&&e.includes("."),Ne=e=>"."!==e&&".."!==e&&e.includes("."),Re=/^\.\*+$/,Ae=e=>"."!==e&&".."!==e&&e.startsWith("."),Pe=/^\*+$/,We=e=>0!==e.length&&!e.startsWith("."),Ce=e=>0!==e.length&&"."!==e&&".."!==e,Le=/^\?+([^+@!?\*\[\(]*)?$/,Ve=([e,t=""])=>{const r=Ue([e]);return t?(t=t.toLowerCase(),e=>r(e)&&e.toLowerCase().endsWith(t)):r},Te=([e,t=""])=>{const r=Fe([e]);return t?(t=t.toLowerCase(),e=>r(e)&&e.toLowerCase().endsWith(t)):r},_e=([e,t=""])=>{const r=Fe([e]);return t?e=>r(e)&&e.endsWith(t):r},Ie=([e,t=""])=>{const r=Ue([e]);return t?e=>r(e)&&e.endsWith(t):r},Ue=([e])=>{const t=e.length;return e=>e.length===t&&!e.startsWith(".")},Fe=([e])=>{const t=e.length;return e=>e.length===t&&"."!==e&&".."!==e},De="object"==typeof process&&process?"object"==typeof process.env&&process.env&&process.env.__MINIMATCH_TESTING_PLATFORM__||process.platform:"posix";$e.sep="win32"===De?"\\":"/";var Be=Symbol("globstar **");$e.GLOBSTAR=Be,$e.filter=(e,t={})=>r=>$e(r,e,t);var Ge=(e,t={})=>Object.assign({},e,t);$e.defaults=e=>{if(!e||"object"!=typeof e||!Object.keys(e).length)return $e;const t=$e;return Object.assign(((r,o,n={})=>t(r,o,Ge(e,n))),{Minimatch:class extends t.Minimatch{constructor(t,r={}){super(t,Ge(e,r))}static defaults(r){return t.defaults(Ge(e,r)).Minimatch}},AST:class extends t.AST{constructor(t,r,o={}){super(t,r,Ge(e,o))}static fromGlob(r,o={}){return t.AST.fromGlob(r,Ge(e,o))}},unescape:(r,o={})=>t.unescape(r,Ge(e,o)),escape:(r,o={})=>t.escape(r,Ge(e,o)),filter:(r,o={})=>t.filter(r,Ge(e,o)),defaults:r=>t.defaults(Ge(e,r)),makeRe:(r,o={})=>t.makeRe(r,Ge(e,o)),braceExpand:(r,o={})=>t.braceExpand(r,Ge(e,o)),match:(r,o,n={})=>t.match(r,o,Ge(e,n)),sep:t.sep,GLOBSTAR:Be})};var He=(e,t={})=>(se(e),t.nobrace||!/\{(?:(?!\{).)*\}/.test(e)?[e]:(0,ne.default)(e));$e.braceExpand=He,$e.makeRe=(e,t={})=>new qe(e,t).makeRe(),$e.match=(e,t,r={})=>{const o=new qe(t,r);return e=e.filter((e=>o.match(e))),o.options.nonull&&!e.length&&e.push(t),e};var Ze=/[?*]|[+@!]\(.*?\)|\[|\]/,qe=class{options;set;pattern;windowsPathsNoEscape;nonegate;negate;comment;empty;preserveMultipleSlashes;partial;globSet;globParts;nocase;isWindows;platform;windowsNoMagicRoot;regexp;constructor(e,t={}){se(e),this.options=t=t||{},this.pattern=e,this.platform=t.platform||De,this.isWindows="win32"===this.platform,this.windowsPathsNoEscape=!!t.windowsPathsNoEscape||!1===t.allowWindowsEscape,this.windowsPathsNoEscape&&(this.pattern=this.pattern.replace(/\\/g,"/")),this.preserveMultipleSlashes=!!t.preserveMultipleSlashes,this.regexp=null,this.negate=!1,this.nonegate=!!t.nonegate,this.comment=!1,this.empty=!1,this.partial=!!t.partial,this.nocase=!!this.options.nocase,this.windowsNoMagicRoot=void 0!==t.windowsNoMagicRoot?t.windowsNoMagicRoot:!(!this.isWindows||!this.nocase),this.globSet=[],this.globParts=[],this.set=[],this.make()}hasMagic(){if(this.options.magicalBraces&&this.set.length>1)return!0;for(const e of this.set)for(const t of e)if("string"!=typeof t)return!0;return!1}debug(...e){}make(){const e=this.pattern,t=this.options;if(!t.nocomment&&"#"===e.charAt(0))return void(this.comment=!0);if(!e)return void(this.empty=!0);this.parseNegate(),this.globSet=[...new Set(this.braceExpand())],t.debug&&(this.debug=(...e)=>console.error(...e)),this.debug(this.pattern,this.globSet);const r=this.globSet.map((e=>this.slashSplit(e)));this.globParts=this.preprocess(r),this.debug(this.pattern,this.globParts);let o=this.globParts.map((e=>{if(this.isWindows&&this.windowsNoMagicRoot){const t=!(""!==e[0]||""!==e[1]||"?"!==e[2]&&Ze.test(e[2])||Ze.test(e[3])),r=/^[a-z]:/i.test(e[0]);if(t)return[...e.slice(0,4),...e.slice(4).map((e=>this.parse(e)))];if(r)return[e[0],...e.slice(1).map((e=>this.parse(e)))]}return e.map((e=>this.parse(e)))}));if(this.debug(this.pattern,o),this.set=o.filter((e=>-1===e.indexOf(!1))),this.isWindows)for(let e=0;e<this.set.length;e++){const t=this.set[e];""===t[0]&&""===t[1]&&"?"===this.globParts[e][2]&&"string"==typeof t[3]&&/^[a-z]:$/i.test(t[3])&&(t[2]="?")}this.debug(this.pattern,this.set)}preprocess(e){if(this.options.noglobstar)for(let t=0;t<e.length;t++)for(let r=0;r<e[t].length;r++)"**"===e[t][r]&&(e[t][r]="*");const{optimizationLevel:t=1}=this.options;return t>=2?(e=this.firstPhasePreProcess(e),e=this.secondPhasePreProcess(e)):e=t>=1?this.levelOneOptimize(e):this.adjascentGlobstarOptimize(e),e}adjascentGlobstarOptimize(e){return e.map((e=>{let t=-1;for(;-1!==(t=e.indexOf("**",t+1));){let r=t;for(;"**"===e[r+1];)r++;r!==t&&e.splice(t,r-t)}return e}))}levelOneOptimize(e){return e.map((e=>0===(e=e.reduce(((e,t)=>{const r=e[e.length-1];return"**"===t&&"**"===r?e:".."===t&&r&&".."!==r&&"."!==r&&"**"!==r?(e.pop(),e):(e.push(t),e)}),[])).length?[""]:e))}levelTwoFileOptimize(e){Array.isArray(e)||(e=this.slashSplit(e));let t=!1;do{if(t=!1,!this.preserveMultipleSlashes){for(let r=1;r<e.length-1;r++){const o=e[r];1===r&&""===o&&""===e[0]||"."!==o&&""!==o||(t=!0,e.splice(r,1),r--)}"."!==e[0]||2!==e.length||"."!==e[1]&&""!==e[1]||(t=!0,e.pop())}let r=0;for(;-1!==(r=e.indexOf("..",r+1));){const o=e[r-1];o&&"."!==o&&".."!==o&&"**"!==o&&(t=!0,e.splice(r-1,2),r-=2)}}while(t);return 0===e.length?[""]:e}firstPhasePreProcess(e){let t=!1;do{t=!1;for(let r of e){let o=-1;for(;-1!==(o=r.indexOf("**",o+1));){let n=o;for(;"**"===r[n+1];)n++;n>o&&r.splice(o+1,n-o);const s=r[o+2],i=r[o+3];if(".."!==r[o+1])continue;if(!s||"."===s||".."===s||!i||"."===i||".."===i)continue;t=!0,r.splice(o,1);const a=r.slice(0);a[o]="**",e.push(a),o--}if(!this.preserveMultipleSlashes){for(let e=1;e<r.length-1;e++){const o=r[e];1===e&&""===o&&""===r[0]||"."!==o&&""!==o||(t=!0,r.splice(e,1),e--)}"."!==r[0]||2!==r.length||"."!==r[1]&&""!==r[1]||(t=!0,r.pop())}let n=0;for(;-1!==(n=r.indexOf("..",n+1));){const e=r[n-1];e&&"."!==e&&".."!==e&&"**"!==e&&(t=!0,r.splice(n-1,2,...1===n&&"**"===r[n+1]?["."]:[]),0===r.length&&r.push(""),n-=2)}}}while(t);return e}secondPhasePreProcess(e){for(let t=0;t<e.length-1;t++)for(let r=t+1;r<e.length;r++){const o=this.partsMatch(e[t],e[r],!this.preserveMultipleSlashes);o&&(e[t]=o,e[r]=[])}return e.filter((e=>e.length))}partsMatch(e,t,r=!1){let o=0,n=0,s=[],i="";for(;o<e.length&&n<t.length;)if(e[o]===t[n])s.push("b"===i?t[n]:e[o]),o++,n++;else if(r&&"**"===e[o]&&t[n]===e[o+1])s.push(e[o]),o++;else if(r&&"**"===t[n]&&e[o]===t[n+1])s.push(t[n]),n++;else if("*"!==e[o]||!t[n]||!this.options.dot&&t[n].startsWith(".")||"**"===t[n]){if("*"!==t[n]||!e[o]||!this.options.dot&&e[o].startsWith(".")||"**"===e[o])return!1;if("a"===i)return!1;i="b",s.push(t[n]),o++,n++}else{if("b"===i)return!1;i="a",s.push(e[o]),o++,n++}return e.length===t.length&&s}parseNegate(){if(this.nonegate)return;const e=this.pattern;let t=!1,r=0;for(let o=0;o<e.length&&"!"===e.charAt(o);o++)t=!t,r++;r&&(this.pattern=e.slice(r)),this.negate=t}matchOne(e,t,r=!1){const o=this.options;if(this.isWindows){const r="string"==typeof e[0]&&/^[a-z]:$/i.test(e[0]),o=!r&&""===e[0]&&""===e[1]&&"?"===e[2]&&/^[a-z]:$/i.test(e[3]),n="string"==typeof t[0]&&/^[a-z]:$/i.test(t[0]),s=o?3:r?0:void 0,i=!n&&""===t[0]&&""===t[1]&&"?"===t[2]&&"string"==typeof t[3]&&/^[a-z]:$/i.test(t[3])?3:n?0:void 0;if("number"==typeof s&&"number"==typeof i){const[r,o]=[e[s],t[i]];r.toLowerCase()===o.toLowerCase()&&(t[i]=r,i>s?t=t.slice(i):s>i&&(e=e.slice(s)))}}const{optimizationLevel:n=1}=this.options;n>=2&&(e=this.levelTwoFileOptimize(e)),this.debug("matchOne",this,{file:e,pattern:t}),this.debug("matchOne",e.length,t.length);for(var s=0,i=0,a=e.length,l=t.length;s<a&&i<l;s++,i++){this.debug("matchOne loop");var c=t[i],f=e[s];if(this.debug(t,c,f),!1===c)return!1;if(c===Be){this.debug("GLOBSTAR",[t,c,f]);var u=s,h=i+1;if(h===l){for(this.debug("** at the end");s<a;s++)if("."===e[s]||".."===e[s]||!o.dot&&"."===e[s].charAt(0))return!1;return!0}for(;u<a;){var p=e[u];if(this.debug("\nglobstar while",e,u,t,h,p),this.matchOne(e.slice(u),t.slice(h),r))return this.debug("globstar found match!",u,a,p),!0;if("."===p||".."===p||!o.dot&&"."===p.charAt(0)){this.debug("dot detected!",e,u,t,h);break}this.debug("globstar swallow a segment, and continue"),u++}return!(!r||(this.debug("\n>>> no match, partial?",e,u,t,h),u!==a))}let n;if("string"==typeof c?(n=f===c,this.debug("string match",c,f,n)):(n=c.test(f),this.debug("pattern match",c,f,n)),!n)return!1}if(s===a&&i===l)return!0;if(s===a)return r;if(i===l)return s===a-1&&""===e[s];throw new Error("wtf?")}braceExpand(){return He(this.pattern,this.options)}parse(e){se(e);const t=this.options;if("**"===e)return Be;if(""===e)return"";let r,o=null;(r=e.match(Pe))?o=t.dot?Ce:We:(r=e.match(ke))?o=(t.nocase?t.dot?je:Oe:t.dot?ze:xe)(r[1]):(r=e.match(Le))?o=(t.nocase?t.dot?Te:Ve:t.dot?_e:Ie)(r):(r=e.match(Me))?o=t.dot?Ne:Ee:(r=e.match(Re))&&(o=Ae);const n=Se.fromGlob(e,this.options).toMMPattern();return o&&"object"==typeof n&&Reflect.defineProperty(n,"test",{value:o}),n}makeRe(){if(this.regexp||!1===this.regexp)return this.regexp;const e=this.set;if(!e.length)return this.regexp=!1,this.regexp;const t=this.options,r=t.noglobstar?"[^/]*?":t.dot?"(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?":"(?:(?!(?:\\/|^)\\.).)*?",o=new Set(t.nocase?["i"]:[]);let n=e.map((e=>{const t=e.map((e=>{if(e instanceof RegExp)for(const t of e.flags.split(""))o.add(t);return"string"==typeof e?e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"):e===Be?Be:e._src}));return t.forEach(((e,o)=>{const n=t[o+1],s=t[o-1];e===Be&&s!==Be&&(void 0===s?void 0!==n&&n!==Be?t[o+1]="(?:\\/|"+r+"\\/)?"+n:t[o]=r:void 0===n?t[o-1]=s+"(?:\\/|"+r+")?":n!==Be&&(t[o-1]=s+"(?:\\/|\\/"+r+"\\/)"+n,t[o+1]=Be))})),t.filter((e=>e!==Be)).join("/")})).join("|");const[s,i]=e.length>1?["(?:",")"]:["",""];n="^"+s+n+i+"$",this.negate&&(n="^(?!"+n+").+$");try{this.regexp=new RegExp(n,[...o].join(""))}catch(e){this.regexp=!1}return this.regexp}slashSplit(e){return this.preserveMultipleSlashes?e.split("/"):this.isWindows&&/^\/\/[^\/]+/.test(e)?["",...e.split(/\/+/)]:e.split(/\/+/)}match(e,t=this.partial){if(this.debug("match",e,this.pattern),this.comment)return!1;if(this.empty)return""===e;if("/"===e&&t)return!0;const r=this.options;this.isWindows&&(e=e.split("\\").join("/"));const o=this.slashSplit(e);this.debug(this.pattern,"split",o);const n=this.set;this.debug(this.pattern,"set",n);let s=o[o.length-1];if(!s)for(let e=o.length-2;!s&&e>=0;e--)s=o[e];for(let e=0;e<n.length;e++){const i=n[e];let a=o;if(r.matchBase&&1===i.length&&(a=[s]),this.matchOne(a,i,t))return!!r.flipNegate||!this.negate}return!r.flipNegate&&this.negate}static defaults(e){return $e.defaults(e).Minimatch}};$e.AST=Se,$e.Minimatch=qe,$e.escape=(e,{windowsPathsNoEscape:t=!1}={})=>t?e.replace(/[?*()[\]]/g,"[$&]"):e.replace(/[?*()[\]\\]/g,"\\$&"),$e.unescape=fe,((e,t)=>{for(var r in t)S(e,r,{get:t[r],enumerable:!0})})({},{err:()=>Je,map:()=>Ke,ok:()=>Ye,unwrap:()=>Xe,unwrapErr:()=>et});var Ye=e=>({isOk:!0,isErr:!1,value:e}),Je=e=>({isOk:!1,isErr:!0,value:e});function Ke(e,t){if(e.isOk){const r=t(e.value);return r instanceof Promise?r.then((e=>Ye(e))):Ye(r)}if(e.isErr)return Je(e.value);throw"should never get here"}var Qe,Xe=e=>{if(e.isOk)return e.value;throw e.value},et=e=>{if(e.isErr)return e.value;throw e.value};function tt(t){var r;const o={mode:"open"};o.delegatesFocus=!!(16&t.l);const n=this.attachShadow(o);if(void 0===Qe&&(Qe=null!=(r=function(e){if(!G)return;const t=new CSSStyleSheet;return t.replaceSync(e),t}(e))?r:null),Qe)H?n.adoptedStyleSheets.push(Qe):n.adoptedStyleSheets=[...n.adoptedStyleSheets,Qe];else if(!G){const t=document.createElement("style");t.innerHTML=e,n.prepend(t)}}var rt=e=>{const t=at(e,"childNodes");e.tagName&&e.tagName.includes("-")&&e["s-cr"]&&"SLOT-FB"!==e.tagName&&ot(t,e.tagName).forEach((e=>{1===e.nodeType&&"SLOT-FB"===e.tagName&&(e.hidden=!!nt(e,it(e),!1).length)}));let r=0;for(r=0;r<t.length;r++){const e=t[r];1===e.nodeType&&at(e,"childNodes").length&&rt(e)}};function ot(e,t,r){let o,n=0,s=[];for(;n<e.length;n++){if(o=e[n],o["s-sr"]&&(!t||o["s-hn"]===t)&&(void 0===r||it(o)===r)&&(s.push(o),void 0!==r))return s;s=[...s,...ot(o.childNodes,t,r)]}return s}var nt=(e,t,r=!0)=>{const o=[];(r&&e["s-sr"]||!e["s-sr"])&&o.push(e);let n=e;for(;n=n.nextSibling;)it(n)!==t||!r&&n["s-sr"]||o.push(n);return o},st=(e,t)=>1===e.nodeType?null===e.getAttribute("slot")&&""===t||e.getAttribute("slot")===t:e["s-sn"]===t||""===t,it=e=>"string"==typeof e["s-sn"]?e["s-sn"]:1===e.nodeType&&e.getAttribute("slot")||void 0;function at(e,t){if("__"+t in e){const r=e["__"+t];return"function"!=typeof r?r:r.bind(e)}return"function"!=typeof e[t]?e[t]:e[t].bind(e)}var lt=new WeakMap,ct=e=>"sc-"+e.h,ft=(e,t,...r)=>{let o=null,n=null,s=null,i=!1,a=!1;const l=[],c=t=>{for(let r=0;r<t.length;r++)o=t[r],Array.isArray(o)?c(o):null!=o&&"boolean"!=typeof o&&((i="function"!=typeof e&&!oe(o))&&(o=String(o)),i&&a?l[l.length-1].p+=o:l.push(i?ut(null,o):o),a=i)};if(c(r),t){t.key&&(n=t.key),t.name&&(s=t.name);{const e=t.className||t.class;e&&(t.class="object"!=typeof e?e:Object.keys(e).filter((t=>e[t])).join(" "))}}if("function"==typeof e)return e(null===t?{}:t,l,pt);const f=ut(e,null);return f.v=t,l.length>0&&(f.m=l),f.S=n,f.$=s,f},ut=(e,t)=>({l:0,k:e,p:t,O:null,m:null,v:null,S:null,$:null}),ht={},pt={forEach:(e,t)=>e.map(bt).forEach(t),map:(e,t)=>e.map(bt).map(t).map(dt)},bt=e=>({vattrs:e.v,vchildren:e.m,vkey:e.S,vname:e.$,vtag:e.k,vtext:e.p}),dt=e=>{if("function"==typeof e.vtag){const t={...e.vattrs};return e.vkey&&(t.key=e.vkey),e.vname&&(t.name=e.vname),ft(e.vtag,t,...e.vchildren||[])}const t=ut(e.vtag,e.vtext);return t.v=e.vattrs,t.m=e.vchildren,t.S=e.vkey,t.$=e.vname,t},gt=e=>{const t=e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(`(^|[^@]|@(?!supports\\s+selector\\s*\\([^{]*?${t}))(${t}\\b)`,"g")};gt("::slotted"),gt(":host"),gt(":host-context");var vt,yt,mt,wt=(e,t)=>null==e||oe(e)?e:4&t?"false"!==e&&(""===e||!!e):1&t?String(e):e,St=(e,t)=>{const r=e;return{emit:e=>$t(r,t,{bubbles:!0,composed:!0,cancelable:!0,detail:e})}},$t=(e,t,r)=>{const o=D.ce(t,r);return e.dispatchEvent(o),o},kt=(e,t,r,o,n,s)=>{if(r===o)return;let i=V(e,t),a=t.toLowerCase();if("class"===t){const t=e.classList,n=zt(r);let s=zt(o);t.remove(...n.filter((e=>e&&!s.includes(e)))),t.add(...s.filter((e=>e&&!n.includes(e))))}else if("style"===t){for(const t in r)o&&null!=o[t]||(t.includes("-")?e.style.removeProperty(t):e.style[t]="");for(const t in o)r&&o[t]===r[t]||(t.includes("-")?e.style.setProperty(t,o[t]):e.style[t]=o[t])}else if("key"===t);else if("ref"===t)o&&o(e);else if(e.__lookupSetter__(t)||"o"!==t[0]||"n"!==t[1]){const l=oe(o);if(i||l&&null!==o)try{if(e.tagName.includes("-"))e[t]!==o&&(e[t]=o);else{const n=null==o?"":o;"list"===t?i=!1:null!=r&&e[t]==n||("function"==typeof e.__lookupSetter__(t)?e[t]=n:e.setAttribute(t,n))}}catch(e){}let c=!1;a!==(a=a.replace(/^xlink\:?/,""))&&(t=a,c=!0),null==o||!1===o?!1===o&&""!==e.getAttribute(t)||(c?e.removeAttributeNS(I,t):e.removeAttribute(t)):(!i||4&s||n)&&!l&&1===e.nodeType&&(o=!0===o?"":o,c?e.setAttributeNS(I,t,o):e.setAttribute(t,o))}else if(t="-"===t[2]?t.slice(3):V(U,a)?a.slice(2):a[2]+t.slice(3),r||o){const n=t.endsWith(Ot);t=t.replace(jt,""),r&&D.rel(e,t,r,n),o&&D.ael(e,t,o,n)}},xt=/\s/,zt=e=>("object"==typeof e&&e&&"baseVal"in e&&(e=e.baseVal),e&&"string"==typeof e?e.split(xt):[]),Ot="Capture",jt=new RegExp(Ot+"$"),Mt=(e,t,r)=>{const o=11===t.O.nodeType&&t.O.host?t.O.host:t.O,n=e&&e.v||{},s=t.v||{};for(const e of Et(Object.keys(n)))e in s||kt(o,e,n[e],void 0,r,t.l);for(const e of Et(Object.keys(s)))kt(o,e,n[e],s[e],r,t.l)};function Et(e){return e.includes("ref")?[...e.filter((e=>"ref"!==e)),"ref"]:e}var Nt=!1,Rt=!1,At=!1,Pt=!1,Wt=(e,t,r)=>{var o;const n=t.m[r];let s,i,a,l=0;if(Nt||(At=!0,"slot"===n.k&&(n.l|=n.m?2:1)),null!==n.p)s=n.O=U.document.createTextNode(n.p);else if(1&n.l)s=n.O=U.document.createTextNode(""),Mt(null,n,Pt);else{if(!U.document)throw new Error("You are trying to render a Stencil component in an environment that doesn't support the DOM. Make sure to populate the [`window`](https://developer.mozilla.org/en-US/docs/Web/API/Window/window) object before rendering a component.");if(s=n.O=U.document.createElement(!Nt&&2&n.l?"slot-fb":n.k),Mt(null,n,Pt),null!=(c=vt)&&void 0!==c&&s["s-si"]!==vt&&s.classList.add(s["s-si"]=vt),n.m){const t="template"===n.k?s.content:s;for(l=0;l<n.m.length;++l)i=Wt(e,n,l),i&&t.appendChild(i)}}var c;return s["s-hn"]=mt,3&n.l&&(s["s-sr"]=!0,s["s-cr"]=yt,s["s-sn"]=n.$||"",s["s-rf"]=null==(o=n.v)?void 0:o.ref,function(e){if(e.assignedElements||e.assignedNodes||!e["s-sr"])return;const t=t=>function(e){const r=[],o=this["s-sn"];(null==e?void 0:e.flatten)&&console.error("\n Flattening is not supported for Stencil non-shadow slots.\n You can use `.childNodes` to nested slot fallback content.\n If you have a particular use case, please open an issue on the Stencil repo.\n ");const n=this["s-cr"].parentElement;return(n.__childNodes?n.childNodes:(e=>{const t=[];for(let r=0;r<e.length;r++){const o=e[r]["s-nr"]||void 0;o&&o.isConnected&&t.push(o)}return t})(n.childNodes)).forEach((e=>{o===it(e)&&r.push(e)})),t?r.filter((e=>1===e.nodeType)):r}.bind(e);e.assignedElements=t(!0),e.assignedNodes=t(!1)}(s),a=e&&e.m&&e.m[r],a&&a.k===n.k&&e.O&&Ct(e.O),Ht(yt,s,t.O,null==e?void 0:e.O)),s},Ct=e=>{D.l|=1;const t=e.closest(mt.toLowerCase());if(null!=t){const r=Array.from(t.__childNodes||t.childNodes).find((e=>e["s-cr"])),o=Array.from(e.__childNodes||e.childNodes);for(const e of r?o.reverse():o)null!=e["s-sh"]&&(Gt(t,e,null!=r?r:null),e["s-sh"]=void 0,At=!0)}D.l&=-2},Lt=(e,t)=>{D.l|=1;const r=Array.from(e.__childNodes||e.childNodes);if(e["s-sr"]){let t=e;for(;t=t.nextSibling;)t&&t["s-sn"]===e["s-sn"]&&t["s-sh"]===mt&&r.push(t)}for(let e=r.length-1;e>=0;e--){const o=r[e];o["s-hn"]!==mt&&o["s-ol"]&&(Gt(It(o).parentNode,o,It(o)),o["s-ol"].remove(),o["s-ol"]=void 0,o["s-sh"]=void 0,At=!0),t&&Lt(o,t)}D.l&=-2},Vt=(e,t,r,o,n,s)=>{let i,a=e["s-cr"]&&e["s-cr"].parentNode||e;for(a.shadowRoot&&a.tagName===mt&&(a=a.shadowRoot),"template"===r.k&&(a=a.content);n<=s;++n)o[n]&&(i=Wt(null,r,n),i&&(o[n].O=i,Gt(a,i,It(t))))},Tt=(e,t,r)=>{for(let o=t;o<=r;++o){const t=e[o];if(t){const e=t.O;Bt(t),e&&(Rt=!0,e["s-ol"]?e["s-ol"].remove():Lt(e,!0),e.remove())}}},_t=(e,t,r=!1)=>e.k===t.k&&("slot"===e.k?e.$===t.$:r?(r&&!e.S&&t.S&&(e.S=t.S),!0):e.S===t.S),It=e=>e&&e["s-ol"]||e,Ut=(e,t,r=!1)=>{const o=t.O=e.O,n=e.m,s=t.m,i=t.p;let a;null===i?("slot"!==t.k||Nt||e.$!==t.$&&(t.O["s-sn"]=t.$||"",Ct(t.O.parentElement)),Mt(e,t,Pt),null!==n&&null!==s?((e,t,r,o,n=!1)=>{let s,i,a=0,l=0,c=0,f=0,u=t.length-1,h=t[0],p=t[u],b=o.length-1,d=o[0],g=o[b];const v="template"===r.k?e.content:e;for(;a<=u&&l<=b;)if(null==h)h=t[++a];else if(null==p)p=t[--u];else if(null==d)d=o[++l];else if(null==g)g=o[--b];else if(_t(h,d,n))Ut(h,d,n),h=t[++a],d=o[++l];else if(_t(p,g,n))Ut(p,g,n),p=t[--u],g=o[--b];else if(_t(h,g,n))"slot"!==h.k&&"slot"!==g.k||Lt(h.O.parentNode,!1),Ut(h,g,n),Gt(v,h.O,p.O.nextSibling),h=t[++a],g=o[--b];else if(_t(p,d,n))"slot"!==h.k&&"slot"!==g.k||Lt(p.O.parentNode,!1),Ut(p,d,n),Gt(v,p.O,h.O),p=t[--u],d=o[++l];else{for(c=-1,f=a;f<=u;++f)if(t[f]&&null!==t[f].S&&t[f].S===d.S){c=f;break}c>=0?(i=t[c],i.k!==d.k?s=Wt(t&&t[l],r,c):(Ut(i,d,n),t[c]=void 0,s=i.O),d=o[++l]):(s=Wt(t&&t[l],r,l),d=o[++l]),s&&Gt(It(h.O).parentNode,s,It(h.O))}a>u?Vt(e,null==o[b+1]?null:o[b+1].O,r,o,l,b):l>b&&Tt(t,a,u)})(o,n,t,s,r):null!==s?(null!==e.p&&(o.textContent=""),Vt(o,null,t,s,0,s.length-1)):!r&&null!==n&&Tt(n,0,n.length-1)):(a=o["s-cr"])?a.parentNode.textContent=i:e.p!==i&&(o.data=i)},Ft=[],Dt=e=>{let t,r,o;const n=e.__childNodes||e.childNodes;for(const e of n){if(e["s-sr"]&&(t=e["s-cr"])&&t.parentNode){r=t.parentNode.__childNodes||t.parentNode.childNodes;const n=e["s-sn"];for(o=r.length-1;o>=0;o--)if(t=r[o],!(t["s-cn"]||t["s-nr"]||t["s-hn"]===e["s-hn"]||t["s-sh"]&&t["s-sh"]===e["s-hn"]))if(st(t,n)){let r=Ft.find((e=>e.j===t));Rt=!0,t["s-sn"]=t["s-sn"]||n,r?(r.j["s-sh"]=e["s-hn"],r.M=e):(t["s-sh"]=e["s-hn"],Ft.push({M:e,j:t})),t["s-sr"]&&Ft.map((e=>{st(e.j,t["s-sn"])&&(r=Ft.find((e=>e.j===t)),r&&!e.M&&(e.M=r.M))}))}else Ft.some((e=>e.j===t))||Ft.push({j:t})}1===e.nodeType&&Dt(e)}},Bt=e=>{e.v&&e.v.ref&&e.v.ref(null),e.m&&e.m.map(Bt)},Gt=(e,t,r,o)=>{if("string"==typeof t["s-sn"]&&t["s-sr"]&&t["s-cr"])Ht(t["s-cr"],t,e,t.parentElement);else if("string"==typeof t["s-sn"]){e.insertBefore(t,r);const{slotNode:n}=function(e,t){var r;if(!(t=t||(null==(r=e["s-ol"])?void 0:r.parentElement)))return{slotNode:null,slotName:""};const o=e["s-sn"]=it(e)||"";return{slotNode:ot(at(t,"childNodes"),t.tagName,o)[0],slotName:o}}(t);return n&&!o&&n.dispatchEvent(new CustomEvent("slotchange",{bubbles:!1,cancelable:!1,composed:!1})),t}return e.__insertBefore?e.__insertBefore(t,r):null==e?void 0:e.insertBefore(t,r)};function Ht(e,t,r,o){var n,s;let i;if(e&&"string"==typeof t["s-sn"]&&t["s-sr"]&&e.parentNode&&e.parentNode["s-sc"]&&(i=t["s-si"]||e.parentNode["s-sc"])){const e=t["s-sn"],a=t["s-hn"];if(null==(n=r.classList)||n.add(i+"-s"),o&&(null==(s=o.classList)?void 0:s.contains(i+"-s"))){let t=(o.__childNodes||o.childNodes)[0],r=!1;for(;t;){if(t["s-sn"]!==e&&t["s-hn"]===a&&t["s-sr"]){r=!0;break}t=t.nextSibling}r||o.classList.remove(i+"-s")}}}var Zt=(e,t,r=!1)=>{var o,n,s,i,a;const l=e.$hostElement$,c=e.o,f=e.N||ut(null,null);var u;const h=(u=t)&&u.k===ht?t:ft(null,null,t);if(mt=l.tagName,r&&h.v)for(const e of Object.keys(h.v))l.hasAttribute(e)&&!["key","ref","style","class"].includes(e)&&(h.v[e]=l[e]);if(h.k=null,h.l|=4,e.N=h,h.O=f.O=l.shadowRoot||l,vt=l["s-sc"],Nt=!(!(1&c.l)||128&c.l),yt=l["s-cr"],Rt=!1,Ut(f,h,r),D.l|=1,At){Dt(h.O);for(const e of Ft){const t=e.j;if(!t["s-ol"]&&U.document){const e=U.document.createTextNode("");e["s-nr"]=t,Gt(t.parentNode,t["s-ol"]=e,t,r)}}for(const e of Ft){const t=e.j,a=e.M;if(1===t.nodeType&&r&&(t["s-ih"]=null!=(o=t.hidden)&&o),a){const e=a.parentNode;let o=a.nextSibling;if(o&&1===o.nodeType){let r=null==(n=t["s-ol"])?void 0:n.previousSibling;for(;r;){let n=null!=(s=r["s-nr"])?s:null;if(n&&n["s-sn"]===t["s-sn"]&&e===(n.__parentNode||n.parentNode)){for(n=n.nextSibling;n===t||(null==n?void 0:n["s-sr"]);)n=null==n?void 0:n.nextSibling;if(!n||!n["s-nr"]){o=n;break}}r=r.previousSibling}}if((!o&&e!==(t.__parentNode||t.parentNode)||(t.__nextSibling||t.nextSibling)!==o)&&t!==o){if(Gt(e,t,o,r),8===t.nodeType&&t.nodeValue.startsWith("s-nt-")){const e=U.document.createTextNode(t.nodeValue.replace(/^s-nt-/,""));e["s-hn"]=t["s-hn"],e["s-sn"]=t["s-sn"],e["s-sh"]=t["s-sh"],e["s-sr"]=t["s-sr"],e["s-ol"]=t["s-ol"],e["s-ol"]["s-nr"]=e,Gt(t.parentNode,e,t,r),t.parentNode.removeChild(t)}1===t.nodeType&&"SLOT-FB"!==t.tagName&&(t.hidden=null!=(i=t["s-ih"])&&i)}t&&"function"==typeof a["s-rf"]&&a["s-rf"](a)}else 1===t.nodeType&&(t.hidden=!0)}}if(Rt&&rt(h.O),D.l&=-2,Ft.length=0,!Nt&&!(1&c.l)&&l["s-cr"]){const e=h.O.__childNodes||h.O.childNodes;for(const t of e)if(t["s-hn"]!==mt&&!t["s-sh"])if(r&&null==t["s-ih"]&&(t["s-ih"]=null!=(a=t.hidden)&&a),1===t.nodeType)t.hidden=!0;else if(3===t.nodeType&&t.nodeValue.trim()){const e=U.document.createComment("s-nt-"+t.nodeValue);e["s-sn"]=t["s-sn"],Gt(t.parentNode,e,t,r),t.parentNode.removeChild(t)}}yt=void 0},qt=(e,t)=>{if(t&&!e.R&&t["s-p"]){const r=t["s-p"].push(new Promise((o=>e.R=()=>{t["s-p"].splice(r-1,1),o()})))}},Yt=(e,t)=>{if(e.l|=16,4&e.l)return void(e.l|=512);qt(e,e.A);const r=()=>Jt(e,t);if(!t)return ee(r);queueMicrotask((()=>{r()}))},Jt=(e,t)=>{const r=e.$hostElement$,o=r;if(!o)throw new Error(`Can't render component <${r.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`);let n;return n=or(o,t?"componentWillLoad":"componentWillUpdate",void 0,r),n=Kt(n,(()=>or(o,"componentWillRender",void 0,r))),Kt(n,(()=>Xt(e,o,t)))},Kt=(e,t)=>Qt(e)?e.then(t).catch((e=>{console.error(e),t()})):t(),Qt=e=>e instanceof Promise||e&&e.then&&"function"==typeof e.then,Xt=async(e,t,r)=>{var o;const n=e.$hostElement$,s=n["s-rc"];r&&(e=>{const t=e.o,r=e.$hostElement$,o=t.l,n=((e,t)=>{var r,o,n;const s=ct(t),i=_.get(s);if(!U.document)return s;if(e=11===e.nodeType?e:U.document,i)if("string"==typeof i){let n,a=lt.get(e=e.head||e);if(a||lt.set(e,a=new Set),!a.has(s)){n=U.document.createElement("style"),n.innerHTML=i;const l=null!=(r=D.P)?r:function(){var e,t,r;return null!=(r=null==(t=null==(e=U.document.head)?void 0:e.querySelector('meta[name="csp-nonce"]'))?void 0:t.getAttribute("content"))?r:void 0}();if(null!=l&&n.setAttribute("nonce",l),!(1&t.l))if("HEAD"===e.nodeName){const t=e.querySelectorAll("link[rel=preconnect]"),r=t.length>0?t[t.length-1].nextSibling:e.querySelector("style");e.insertBefore(n,(null==r?void 0:r.parentNode)===e?r:null)}else if("host"in e)if(G){const t=new(null!=(o=e.defaultView)?o:e.ownerDocument.defaultView).CSSStyleSheet;t.replaceSync(i),H?e.adoptedStyleSheets.unshift(t):e.adoptedStyleSheets=[t,...e.adoptedStyleSheets]}else{const t=e.querySelector("style");t?t.innerHTML=i+t.innerHTML:e.prepend(n)}else e.append(n);1&t.l&&e.insertBefore(n,null),4&t.l&&(n.innerHTML+="slot-fb{display:contents}slot-fb[hidden]{display:none}"),a&&a.add(s)}}else{let t=lt.get(e);if(t||lt.set(e,t=new Set),!t.has(s)){const r=null!=(n=e.defaultView)?n:e.ownerDocument.defaultView;let o;if(i.constructor===r.CSSStyleSheet)o=i;else{o=new r.CSSStyleSheet;for(let e=0;e<i.cssRules.length;e++)o.insertRule(i.cssRules[e].cssText,e)}H?e.adoptedStyleSheets.push(o):e.adoptedStyleSheets=[...e.adoptedStyleSheets,o],t.add(s)}}return s})(r.shadowRoot?r.shadowRoot:r.getRootNode(),t);10&o&&(r["s-sc"]=n,r.classList.add(n+"-h"))})(e);er(e,t,n,r),s&&(s.map((e=>e())),n["s-rc"]=void 0);{const t=null!=(o=n["s-p"])?o:[],r=()=>tr(e);0===t.length?r():(Promise.all(t).then(r),e.l|=4,t.length=0)}},er=(e,t,r,o)=>{try{t=t.render(),e.l&=-17,e.l|=2,Zt(e,t,o)}catch(t){T(t,e.$hostElement$)}return null},tr=e=>{const t=e.$hostElement$,r=t,o=e.A;or(r,"componentDidRender",void 0,t),64&e.l?or(r,"componentDidUpdate",void 0,t):(e.l|=64,nr(t),or(r,"componentDidLoad",void 0,t),e.W(t),o||rr()),e.R&&(e.R(),e.R=void 0),512&e.l&&X((()=>Yt(e,!1))),e.l&=-517},rr=()=>{X((()=>$t(U,"appload",{detail:{namespace:"ui-webc"}})))},or=(e,t,r,o)=>{if(e&&e[t])try{return e[t](r)}catch(e){T(e,o)}},nr=e=>e.classList.add("hydrated"),sr=(e,t,r,o)=>{const n=L(e);if(!n)return;const s=e,i=n.i.get(t),a=n.l,l=s;r=wt(r,o.t[t][0]);const c=Number.isNaN(i)&&Number.isNaN(r);if(r!==i&&!c&&(n.i.set(t,r),2==(18&a))){if(l.componentShouldUpdate&&!1===l.componentShouldUpdate(r,i,t))return;Yt(n,!1)}},ir=(e,t)=>{var r,o;const n=e.prototype;if(t.t){const s=Object.entries(null!=(r=t.t)?r:{});s.map((([e,[r]])=>{if(31&r||32&r){const{get:o,set:s}=Object.getOwnPropertyDescriptor(n,e)||{};o&&(t.t[e][0]|=2048),s&&(t.t[e][0]|=4096),Object.defineProperty(n,e,{get(){return o?o.apply(this):(t=e,L(this).i.get(t));var t},configurable:!0,enumerable:!0}),Object.defineProperty(n,e,{set(o){const n=L(this);if(n){if(s)return void 0===(32&r?this[e]:n.$hostElement$[e])&&n.i.get(e)&&(o=n.i.get(e)),s.apply(this,[wt(o,r)]),void sr(this,e,o=32&r?this[e]:n.$hostElement$[e],t);sr(this,e,o,t)}}})}}));{const r=new Map;n.attributeChangedCallback=function(e,o,i){D.jmp((()=>{var a;const l=r.get(e),c=L(this);if(this.hasOwnProperty(l),n.hasOwnProperty(l)&&"number"==typeof this[l]&&this[l]==i)return;if(null==l){const r=null==c?void 0:c.l;if(c&&r&&!(8&r)&&i!==o){const n=this,s=null==(a=t.C)?void 0:a[e];null==s||s.forEach((t=>{const[[s,a]]=Object.entries(t);null!=n[s]&&(128&r||1&a)&&n[s].call(n,i,o,e)}))}return}const f=s.find((([e])=>e===l));f&&4&f[1][0]&&(i=null!==i&&"false"!==i);const u=Object.getOwnPropertyDescriptor(n,l);i==this[l]||u.get&&!u.set||(this[l]=i)}))},e.observedAttributes=Array.from(new Set([...Object.keys(null!=(o=t.C)?o:{}),...s.filter((([e,t])=>31&t[0])).map((([e,t])=>{const o=t[1]||e;return r.set(o,e),o}))]))}}return e},ar=(e,t)=>{const r={l:t[0],h:t[1]};r.t=t[2],r.L=t[3];const o=e.prototype.connectedCallback,n=e.prototype.disconnectedCallback;return Object.assign(e.prototype,{__hasHostListenerAttached:!1,__registerHost(){((e,t)=>{const r={l:0,$hostElement$:e,o:t,i:new Map,V:new Map};r.T=new Promise((e=>r.W=e)),e["s-p"]=[],e["s-rc"]=[];const o=r;e.__stencil__getHostRef=()=>o,512&t.l&&C(e,r)})(this,r)},connectedCallback(){if(!this.__hasHostListenerAttached){const e=L(this);if(!e)return;lr(this,e,r.L),this.__hasHostListenerAttached=!0}(e=>{if(!(1&D.l)){const t=L(e);if(!t)return;const r=t.o,o=()=>{};if(1&t.l)lr(e,t,r.L),(null==t?void 0:t._)||(null==t?void 0:t.T)&&t.T.then((()=>{}));else{t.l|=1,12&r.l&&(e=>{if(!U.document)return;const t=e["s-cr"]=U.document.createComment("");t["s-cn"]=!0,Gt(e,t,e.firstChild)})(e);{let r=e;for(;r=r.parentNode||r.host;)if(r["s-p"]){qt(t,t.A=r);break}}r.t&&Object.entries(r.t).map((([t,[r]])=>{if(31&r&&t in e&&e[t]!==Object.prototype[t]){const r=e[t];delete e[t],e[t]=r}})),(async(e,t,r)=>{let o;if(!(32&t.l)&&(t.l|=32,o=e.constructor,customElements.whenDefined(e.localName).then((()=>t.l|=128)),o&&o.style)){let e;"string"==typeof o.style&&(e=o.style);const t=ct(r);if(!_.has(t)){const o=()=>{};((e,t,r)=>{let o=_.get(e);G&&r?(o=o||new CSSStyleSheet,"string"==typeof o?o=t:o.replaceSync(t)):o=t,_.set(e,o)})(t,e,!!(1&r.l)),o()}}const n=t.A,s=()=>Yt(t,!0);n&&n["s-rc"]?n["s-rc"].push(s):s()})(e,t,r)}o()}})(this),o&&o.call(this)},disconnectedCallback(){(async e=>{if(!(1&D.l)){const t=L(e);(null==t?void 0:t.I)&&(t.I.map((e=>e())),t.I=void 0)}lt.has(e)&&lt.delete(e),e.shadowRoot&&lt.has(e.shadowRoot)&&lt.delete(e.shadowRoot)})(this),n&&n.call(this)},__attachShadow(){if(this.shadowRoot){if("open"!==this.shadowRoot.mode)throw new Error(`Unable to re-use existing shadow root for ${r.h}! Mode is set to ${this.shadowRoot.mode} but Stencil only supports open shadow roots.`)}else tt.call(this,r)}}),e.is=r.h,ir(e,r)},lr=(e,t,r)=>{r&&U.document&&r.map((([r,o,n])=>{const s=e,i=cr(t,n),a=fr(r);D.ael(s,o,i,a),(t.I=t.I||[]).push((()=>D.rel(s,o,i,a)))}))},cr=(e,t)=>r=>{try{e.$hostElement$[t](r)}catch(t){T(t,e.$hostElement$)}},fr=e=>B?{passive:!!(1&e),capture:!!(2&e)}:!!(2&e),ur=globalThis.HTMLElement||class{};function hr(...e){return e.reduceRight(((e,t)=>t(e)),ur)}var pr=e=>D.P=e,br=e=>Object.assign(D,e);function dr(e,t){Zt({o:{l:0,h:t.tagName},$hostElement$:t},e)}function gr(e){return e}export{F as H,hr as M,pr as a,br as b,St as c,ht as d,te as g,ft as h,ar as p,dr as r,re as s,gr as t}
@@ -0,0 +1 @@
1
+ import{p as o,M as a,c as r,h as e,t}from"./p-CmHrcz9s.js";import{i as s}from"./p-CFwvojTA.js";const c=o(class extends(a(s)){constructor(o){super(!1),!1!==o&&this.__registerHost(),this.scoutInputChange=r(this,"scoutInputChange"),this.scoutBlur=r(this,"scoutBlur"),this._scoutValidate=r(this,"_scoutValidate"),this._scoutInvalid=r(this,"_scoutInvalid"),this._scoutFieldId=r(this,"_scoutFieldId"),this.scoutChecked=r(this,"scoutChecked")}checked=!1;disabled=!1;ariaLabelledby;label;value;name;scoutChecked;onChange(o){const a=o.target;this.scoutChecked.emit({checked:a.checked,element:a})}render(){return e(this.label?.length?"label":"div",{key:"22df090dcbf2f2b4b14b7cad8d34500295045f70"},e("input",{key:"3bcc5022fa6202fd1fe733c1a8430f7ed1a54cf4",ref:o=>this.setInputRef(o),id:this.ariaId,type:"radio",value:this.value,name:this.name,class:"radio","aria-labelledby":this.ariaLabelledby,"aria-disabled":this.disabled,disabled:this.disabled,checked:this.checked,onChange:o=>{this.onInput(),this.onChange(o)},onBlur:()=>this.onBlur(),onInvalid:()=>this.onInvalid()}),this.label)}static get style(){return'.radio.sc-scout-radio-button{width:var(--spacing-6);height:var(--spacing-6);-moz-appearance:none;appearance:none;-webkit-appearance:none;display:flex;align-content:center;justify-content:center;border-radius:100%;background-color:var(--color-white);border:2px solid var(--color-gray-300);position:relative}.radio.sc-scout-radio-button:hover{border:2px solid var(--color-gray-400);box-shadow:inset 0px 0px 5px 5px var(--color-background-brand-subtle-hovered);cursor:pointer}.radio.sc-scout-radio-button:active{background-color:var(--color-background-brand-subtle-pressed)}.radio.sc-scout-radio-button:checked:hover{border-color:var(--color-background-brand-hovered);box-shadow:none}.radio.sc-scout-radio-button:checked:hover::before{background-color:var(--color-background-brand-hovered)}.radio.sc-scout-radio-button:checked{border-color:var(--color-background-brand-base)}.radio.sc-scout-radio-button::after{content:"";position:absolute;width:var(--spacing-10);height:var(--spacing-10);top:50%;left:50%;transform:translate(-50%, -50%)}.radio.sc-scout-radio-button:checked::before{content:"";background-color:var(--color-background-brand-base);width:var(--spacing-4);height:var(--spacing-4);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:100%}.radio.sc-scout-radio-button:disabled{pointer-events:none;background-color:var(--color-gray-100);border-color:var(--color-gray-100)}label.sc-scout-radio-button{display:flex;align-items:center;gap:var(--spacing-2);font:var(--type-label-base);color:var(--color-text-base)}'}},[514,"scout-radio-button",{validate:[16],checked:[4],disabled:[4],ariaLabelledby:[1,"aria-labelledby"],label:[1],value:[1],name:[1],ariaId:[32]}]);function i(){"undefined"!=typeof customElements&&["scout-radio-button"].forEach((o=>{"scout-radio-button"===o&&(customElements.get(t(o))||customElements.define(t(o),c))}))}export{c as S,i as d}
@@ -1,42 +1 @@
1
- import { p as proxyCustomElement, H, h } from './p-fr5CaUFu.js';
2
-
3
- const appBarCss = ":host{display:flex;width:100%}::slotted(scout-button){height:100%}.container{display:flex;flex:1;height:var(--spacing-14);background-color:var(--color-white);border-bottom:1px solid var(--color-neutral-100);color:var(--color-text-brand-base);padding:var(--spacing-1)}.title{flex:1;display:flex;align-items:center;font:var(--type-body-lg);font-weight:500;padding:0 var(--spacing-2)}";
4
-
5
- const ScoutAppBar$1 = /*@__PURE__*/ proxyCustomElement(class ScoutAppBar extends H {
6
- constructor(registerHost) {
7
- super();
8
- if (registerHost !== false) {
9
- this.__registerHost();
10
- }
11
- this.__attachShadow();
12
- }
13
- titleText;
14
- render() {
15
- return (h("header", { key: '32779c0aa2d189ea43d2ad14dd920e6b7c4b3e17', class: "container" }, h("slot", { key: '0e6b6e66c1f129cb9833335e87298b7c99a6f35c', name: "prefix" }), h("div", { key: '9f1e2ac9696717a2defe268dd85eb35b641918f9', class: "title" }, this.titleText), h("slot", { key: 'b6b0405705921bfd0bdd17ca76bfee97f9bc6105', name: "suffix" })));
16
- }
17
- static get delegatesFocus() { return true; }
18
- static get style() { return appBarCss; }
19
- }, [785, "scout-app-bar", {
20
- "titleText": [1, "title-text"]
21
- }]);
22
- function defineCustomElement$1() {
23
- if (typeof customElements === "undefined") {
24
- return;
25
- }
26
- const components = ["scout-app-bar"];
27
- components.forEach(tagName => { switch (tagName) {
28
- case "scout-app-bar":
29
- if (!customElements.get(tagName)) {
30
- customElements.define(tagName, ScoutAppBar$1);
31
- }
32
- break;
33
- } });
34
- }
35
-
36
- const ScoutAppBar = ScoutAppBar$1;
37
- const defineCustomElement = defineCustomElement$1;
38
-
39
- export { ScoutAppBar, defineCustomElement };
40
- //# sourceMappingURL=scout-app-bar.js.map
41
-
42
- //# sourceMappingURL=scout-app-bar.js.map
1
+ import{p as e,H as t,h as a,t as s}from"./p-CmHrcz9s.js";const o=e(class extends t{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow()}titleText;render(){return a("header",{key:"32779c0aa2d189ea43d2ad14dd920e6b7c4b3e17",class:"container"},a("slot",{key:"0e6b6e66c1f129cb9833335e87298b7c99a6f35c",name:"prefix"}),a("div",{key:"9f1e2ac9696717a2defe268dd85eb35b641918f9",class:"title"},this.titleText),a("slot",{key:"b6b0405705921bfd0bdd17ca76bfee97f9bc6105",name:"suffix"}))}static get delegatesFocus(){return!0}static get style(){return":host{display:flex;width:100%}::slotted(scout-button){height:100% !important}.container{display:flex;flex:1;height:var(--spacing-14);background-color:var(--color-white);border-bottom:1px solid var(--color-neutral-100);color:var(--color-text-brand-base);padding:var(--spacing-1)}.title{flex:1;display:flex;align-items:center;font:var(--type-body-lg);font-weight:500;padding:0 var(--spacing-2)}"}},[785,"scout-app-bar",{titleText:[1,"title-text"]}]),r=o,c=function(){"undefined"!=typeof customElements&&["scout-app-bar"].forEach((e=>{"scout-app-bar"===e&&(customElements.get(s(e))||customElements.define(s(e),o))}))};export{r as ScoutAppBar,c as defineCustomElement}