@lmvz-ds/components 0.14.1 → 0.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (264) hide show
  1. package/dist/cjs/app-globals-V2Kpy_OQ.js +3 -0
  2. package/dist/cjs/app-globals-V2Kpy_OQ.js.map +1 -0
  3. package/dist/cjs/{assets-BnJmIx_h.js → assets-XY-cBmal.js} +5 -2
  4. package/dist/cjs/assets-XY-cBmal.js.map +1 -0
  5. package/dist/cjs/header-integration_7.cjs.entry.js +1024 -0
  6. package/dist/cjs/header-integration_7.cjs.entry.js.map +1 -0
  7. package/dist/cjs/{Effect-CpZhfb0D.js → icons-BOM23oli.js} +1010 -236
  8. package/dist/cjs/icons-BOM23oli.js.map +1 -0
  9. package/dist/cjs/{index-9ZJx0550.js → index-B1Puzu82.js} +11 -651
  10. package/dist/cjs/index-B1Puzu82.js.map +1 -0
  11. package/dist/cjs/{index-QRnWYctw.js → index-ww_DCXU7.js} +431 -426
  12. package/dist/cjs/index-ww_DCXU7.js.map +1 -0
  13. package/dist/cjs/index.cjs.js +13 -12
  14. package/dist/cjs/index.cjs.js.map +1 -0
  15. package/dist/cjs/lmvz-action.cjs.entry.js +5 -2
  16. package/dist/cjs/lmvz-action.cjs.entry.js.map +1 -0
  17. package/dist/cjs/lmvz-card.cjs.entry.js +7 -4
  18. package/dist/cjs/lmvz-card.cjs.entry.js.map +1 -0
  19. package/dist/cjs/lmvz-chip.cjs.entry.js +5 -2
  20. package/dist/cjs/lmvz-chip.cjs.entry.js.map +1 -0
  21. package/dist/cjs/lmvz-components.cjs.js +6 -3
  22. package/dist/cjs/lmvz-components.cjs.js.map +1 -0
  23. package/dist/cjs/loader.cjs.js +5 -2
  24. package/dist/cjs/loader.cjs.js.map +1 -0
  25. package/dist/collection/api/ds.constants.js +1 -0
  26. package/dist/collection/api/ds.constants.js.map +1 -0
  27. package/dist/collection/api/index.js +1 -0
  28. package/dist/collection/api/index.js.map +1 -0
  29. package/dist/collection/collection-manifest.json +2 -1
  30. package/dist/collection/components/lmvz-action/lmvz-action.js +2 -1
  31. package/dist/collection/components/lmvz-action/lmvz-action.js.map +1 -0
  32. package/dist/collection/components/lmvz-button/lmvz-button.css +4 -0
  33. package/dist/collection/components/lmvz-button/lmvz-button.js +3 -2
  34. package/dist/collection/components/lmvz-button/lmvz-button.js.map +1 -0
  35. package/dist/collection/components/lmvz-card/lmvz-card.css +4 -0
  36. package/dist/collection/components/lmvz-card/lmvz-card.js +4 -3
  37. package/dist/collection/components/lmvz-card/lmvz-card.js.map +1 -0
  38. package/dist/collection/components/lmvz-chip/lmvz-chip.js +3 -2
  39. package/dist/collection/components/lmvz-chip/lmvz-chip.js.map +1 -0
  40. package/dist/collection/components/lmvz-header/lmvz-header.js +17 -10
  41. package/dist/collection/components/lmvz-header/lmvz-header.js.map +1 -0
  42. package/dist/collection/components/lmvz-icon/icons.js +1 -0
  43. package/dist/collection/components/lmvz-icon/icons.js.map +1 -0
  44. package/dist/collection/components/lmvz-icon/lmvz-icon.js +8 -7
  45. package/dist/collection/components/lmvz-icon/lmvz-icon.js.map +1 -0
  46. package/dist/collection/components/lmvz-icon/public.js +1 -0
  47. package/dist/collection/components/lmvz-icon/public.js.map +1 -0
  48. package/dist/collection/components/lmvz-icon/test/icons.unit.js +1 -0
  49. package/dist/collection/components/lmvz-icon/test/icons.unit.js.map +1 -0
  50. package/dist/collection/components/lmvz-input/lmvz-input.js +35 -28
  51. package/dist/collection/components/lmvz-input/lmvz-input.js.map +1 -0
  52. package/dist/collection/components/lmvz-menuitem/lmvz-menuitem.js +5 -2
  53. package/dist/collection/components/lmvz-menuitem/lmvz-menuitem.js.map +1 -0
  54. package/dist/collection/components/lmvz-select/lmvz-select.css +197 -0
  55. package/dist/collection/components/lmvz-select/lmvz-select.js +224 -0
  56. package/dist/collection/components/lmvz-select/lmvz-select.js.map +1 -0
  57. package/dist/collection/index.js +1 -0
  58. package/dist/collection/index.js.map +1 -0
  59. package/dist/collection/integration/header-integration.js +5 -4
  60. package/dist/collection/integration/header-integration.js.map +1 -0
  61. package/dist/collection/utils/aria/aria-validation-controller.js +1 -0
  62. package/dist/collection/utils/aria/aria-validation-controller.js.map +1 -0
  63. package/dist/collection/utils/aria/element-activation-controller.js +1 -0
  64. package/dist/collection/utils/aria/element-activation-controller.js.map +1 -0
  65. package/dist/collection/utils/aria/list-keyboard-controller.js +7 -4
  66. package/dist/collection/utils/aria/list-keyboard-controller.js.map +1 -0
  67. package/dist/collection/utils/assets.js +1 -0
  68. package/dist/collection/utils/assets.js.map +1 -0
  69. package/dist/collection/utils/component.js +7 -4
  70. package/dist/collection/utils/component.js.map +1 -0
  71. package/dist/collection/utils/effect.js +1 -0
  72. package/dist/collection/utils/effect.js.map +1 -0
  73. package/dist/collection/utils/environment.js +1 -0
  74. package/dist/collection/utils/environment.js.map +1 -0
  75. package/dist/collection/utils/http.js +1 -0
  76. package/dist/collection/utils/http.js.map +1 -0
  77. package/dist/collection/utils/http.unit.js +1 -0
  78. package/dist/collection/utils/http.unit.js.map +1 -0
  79. package/dist/collection/utils/public.js +1 -0
  80. package/dist/collection/utils/public.js.map +1 -0
  81. package/dist/collection/utils/reactive-controller-host.js +1 -0
  82. package/dist/collection/utils/reactive-controller-host.js.map +1 -0
  83. package/dist/collection/utils/validation/svg.js +1 -0
  84. package/dist/collection/utils/validation/svg.js.map +1 -0
  85. package/dist/components/header-integration.d.ts +11 -0
  86. package/dist/components/header-integration.js +2 -0
  87. package/dist/components/header-integration.js.map +1 -0
  88. package/dist/components/index.d.ts +4 -0
  89. package/dist/components/index.js +2 -1
  90. package/dist/components/index.js.map +1 -0
  91. package/dist/components/lmvz-action.js +2 -1
  92. package/dist/components/lmvz-action.js.map +1 -0
  93. package/dist/components/lmvz-button.js +2 -1
  94. package/dist/components/lmvz-button.js.map +1 -0
  95. package/dist/components/lmvz-card.js +2 -1
  96. package/dist/components/lmvz-card.js.map +1 -0
  97. package/dist/components/lmvz-chip.js +2 -1
  98. package/dist/components/lmvz-chip.js.map +1 -0
  99. package/dist/components/lmvz-header.js +2 -1
  100. package/dist/components/lmvz-header.js.map +1 -0
  101. package/dist/components/lmvz-icon.js +2 -1
  102. package/dist/components/lmvz-icon.js.map +1 -0
  103. package/dist/components/lmvz-input.js +2 -1
  104. package/dist/components/lmvz-input.js.map +1 -0
  105. package/dist/components/lmvz-menuitem.js +2 -1
  106. package/dist/components/lmvz-menuitem.js.map +1 -0
  107. package/dist/components/lmvz-select.d.ts +11 -0
  108. package/dist/components/lmvz-select.js +2 -0
  109. package/dist/components/lmvz-select.js.map +1 -0
  110. package/dist/components/p-B2g3aN-E.js +2 -0
  111. package/dist/components/p-B2g3aN-E.js.map +1 -0
  112. package/dist/components/p-BXdOuZTp.js +2 -0
  113. package/dist/components/p-BXdOuZTp.js.map +1 -0
  114. package/dist/components/p-BfTCfPZ1.js +3 -2
  115. package/dist/components/p-BfTCfPZ1.js.map +1 -0
  116. package/dist/components/p-BpCjj39Z.js +2 -0
  117. package/dist/components/p-BpCjj39Z.js.map +1 -0
  118. package/dist/components/p-BsHYIl56.js +2 -0
  119. package/dist/components/p-BsHYIl56.js.map +1 -0
  120. package/dist/components/p-C5rqq3bf.js +2 -0
  121. package/dist/components/p-C5rqq3bf.js.map +1 -0
  122. package/dist/components/p-CI0tffvo.js +2 -0
  123. package/dist/components/p-CI0tffvo.js.map +1 -0
  124. package/dist/components/p-CN0JX9-m.js +2 -1
  125. package/dist/components/p-CN0JX9-m.js.map +1 -0
  126. package/dist/components/p-ClmDNIy4.js +2 -0
  127. package/dist/components/p-ClmDNIy4.js.map +1 -0
  128. package/dist/components/p-DQEkWkMh.js +2 -0
  129. package/dist/components/p-DQEkWkMh.js.map +1 -0
  130. package/dist/components/p-X5fEFT9T.js +2 -0
  131. package/dist/components/p-X5fEFT9T.js.map +1 -0
  132. package/dist/components/p-vIq2biqy.js +13 -0
  133. package/dist/components/p-vIq2biqy.js.map +1 -0
  134. package/dist/esm/app-globals-DQuL1Twl.js +3 -0
  135. package/dist/esm/app-globals-DQuL1Twl.js.map +1 -0
  136. package/dist/esm/{assets-CvV1KMMV.js → assets-BD98wsl7.js} +4 -1
  137. package/dist/esm/assets-BD98wsl7.js.map +1 -0
  138. package/dist/esm/header-integration_7.entry.js +1016 -0
  139. package/dist/esm/header-integration_7.entry.js.map +1 -0
  140. package/dist/esm/{Effect-DyamyJqO.js → icons-D1lxdRXP.js} +975 -174
  141. package/dist/esm/icons-D1lxdRXP.js.map +1 -0
  142. package/dist/esm/{index-CekEw3_K.js → index-DoNkkDv1.js} +6 -1
  143. package/dist/esm/index-DoNkkDv1.js.map +1 -0
  144. package/dist/esm/{index-smGPjoDX.js → index-WeqgWisK.js} +11 -651
  145. package/dist/esm/index-WeqgWisK.js.map +1 -0
  146. package/dist/esm/index.js +7 -5
  147. package/dist/esm/index.js.map +1 -0
  148. package/dist/esm/lmvz-action.entry.js +5 -2
  149. package/dist/esm/lmvz-action.entry.js.map +1 -0
  150. package/dist/esm/lmvz-card.entry.js +7 -4
  151. package/dist/esm/lmvz-card.entry.js.map +1 -0
  152. package/dist/esm/lmvz-chip.entry.js +5 -2
  153. package/dist/esm/lmvz-chip.entry.js.map +1 -0
  154. package/dist/esm/lmvz-components.js +7 -4
  155. package/dist/esm/lmvz-components.js.map +1 -0
  156. package/dist/esm/loader.js +6 -3
  157. package/dist/esm/loader.js.map +1 -0
  158. package/dist/ext-libs.d.ts +1 -0
  159. package/dist/lmvz-components/index.esm.js +2 -1
  160. package/dist/lmvz-components/index.esm.js.map +1 -0
  161. package/dist/lmvz-components/lmvz-components.esm.js +2 -1
  162. package/dist/lmvz-components/lmvz-components.esm.js.map +1 -0
  163. package/dist/lmvz-components/p-33485219.entry.js +2 -0
  164. package/dist/lmvz-components/p-33485219.entry.js.map +1 -0
  165. package/dist/lmvz-components/p-76032c32.entry.js +2 -0
  166. package/dist/lmvz-components/p-76032c32.entry.js.map +1 -0
  167. package/dist/lmvz-components/p-7aeec9a8.entry.js +7 -0
  168. package/dist/lmvz-components/p-7aeec9a8.entry.js.map +1 -0
  169. package/dist/lmvz-components/p-84e0a9dd.entry.js +2 -0
  170. package/dist/lmvz-components/p-84e0a9dd.entry.js.map +1 -0
  171. package/dist/lmvz-components/p-CkJb8WVZ.js +2 -0
  172. package/dist/lmvz-components/p-CkJb8WVZ.js.map +1 -0
  173. package/dist/lmvz-components/p-DQuL1Twl.js +2 -1
  174. package/dist/lmvz-components/p-DQuL1Twl.js.map +1 -0
  175. package/dist/lmvz-components/p-WeqgWisK.js +3 -0
  176. package/dist/lmvz-components/p-WeqgWisK.js.map +1 -0
  177. package/dist/lmvz-components/p-Z9X0_ik0.js +2 -0
  178. package/dist/lmvz-components/p-Z9X0_ik0.js.map +1 -0
  179. package/dist/lmvz-components/p-eP0oxQ44.js +13 -0
  180. package/dist/lmvz-components/p-eP0oxQ44.js.map +1 -0
  181. package/dist/manifest.json +392 -68
  182. package/dist/stencil.config.base.js +45 -0
  183. package/dist/stencil.config.base.js.map +1 -0
  184. package/dist/stencil.config.dev.js +22 -0
  185. package/dist/stencil.config.dev.js.map +1 -0
  186. package/dist/stencil.config.integration.js +27 -0
  187. package/dist/stencil.config.integration.js.map +1 -0
  188. package/dist/stencil.config.js +16 -0
  189. package/dist/stencil.config.js.map +1 -0
  190. package/dist/stencil.config.prod.js +30 -0
  191. package/dist/stencil.config.prod.js.map +1 -0
  192. package/dist/types/Users/patrick.nemenz/workspace/lmvz/lmvz-ds/packages/components/.stencil/stencil.config.base.d.ts +2 -0
  193. package/dist/types/Users/patrick.nemenz/workspace/lmvz/lmvz-ds/packages/components/.stencil/stencil.config.d.ts +2 -0
  194. package/dist/types/Users/patrick.nemenz/workspace/lmvz/lmvz-ds/packages/components/.stencil/stencil.config.dev.d.ts +2 -0
  195. package/dist/types/Users/patrick.nemenz/workspace/lmvz/lmvz-ds/packages/components/.stencil/stencil.config.integration.d.ts +2 -0
  196. package/dist/types/Users/patrick.nemenz/workspace/lmvz/lmvz-ds/packages/components/.stencil/stencil.config.prod.d.ts +2 -0
  197. package/dist/types/components/lmvz-action/lmvz-action.d.ts +1 -1
  198. package/dist/types/components/lmvz-button/lmvz-button.d.ts +2 -2
  199. package/dist/types/components/lmvz-card/lmvz-card.d.ts +1 -1
  200. package/dist/types/components/lmvz-header/lmvz-header.d.ts +4 -4
  201. package/dist/types/components/lmvz-icon/lmvz-icon.d.ts +4 -4
  202. package/dist/types/components/lmvz-input/lmvz-input.d.ts +4 -4
  203. package/dist/types/components/lmvz-menuitem/lmvz-menuitem.d.ts +3 -3
  204. package/dist/types/components/lmvz-select/lmvz-select.d.ts +24 -0
  205. package/dist/types/components.d.ts +173 -3
  206. package/dist/types/index.d.ts +1 -1
  207. package/dist/types/integration/header-integration.d.ts +5 -0
  208. package/dist/types/utils/aria/aria-validation-controller.d.ts +1 -1
  209. package/dist/types/utils/aria/element-activation-controller.d.ts +1 -1
  210. package/dist/types/utils/component.d.ts +2 -2
  211. package/dist/types/utils/http.d.ts +3 -3
  212. package/dist/types/utils/validation/svg.d.ts +1 -1
  213. package/hydrate/index.js +998 -436
  214. package/hydrate/index.mjs +998 -436
  215. package/package.json +37 -73
  216. package/readme.md +2 -2
  217. package/dist/cjs/aria-loader-BBKbBZLq.js +0 -76
  218. package/dist/cjs/component-CRc6eHcV.js +0 -138
  219. package/dist/cjs/element-activation-controller-DC_6T0Rt.js +0 -31
  220. package/dist/cjs/icons-Brr4vqiE.js +0 -653
  221. package/dist/cjs/index-Bp6Dd2i1.js +0 -94
  222. package/dist/cjs/lmvz-button.cjs.entry.js +0 -73
  223. package/dist/cjs/lmvz-header.cjs.entry.js +0 -142
  224. package/dist/cjs/lmvz-icon.cjs.entry.js +0 -87
  225. package/dist/cjs/lmvz-input.cjs.entry.js +0 -177
  226. package/dist/cjs/lmvz-menuitem.cjs.entry.js +0 -34
  227. package/dist/cjs/reactive-controller-host-DWpVosFu.js +0 -189
  228. package/dist/collection/utils/typing.js +0 -1
  229. package/dist/components/p-B3JVFwO1.js +0 -1
  230. package/dist/components/p-BaPwpeMs.js +0 -1
  231. package/dist/components/p-CSRpdnrt.js +0 -1
  232. package/dist/components/p-DK2hpvEW.js +0 -12
  233. package/dist/components/p-DcMNH3fv.js +0 -1
  234. package/dist/components/p-DugBvwmd.js +0 -1
  235. package/dist/esm/aria-loader-DB71Xewa.js +0 -69
  236. package/dist/esm/component-B3JVFwO1.js +0 -132
  237. package/dist/esm/element-activation-controller-CN0JX9-m.js +0 -29
  238. package/dist/esm/icons-C69Um2xB.js +0 -649
  239. package/dist/esm/index-BfTCfPZ1.js +0 -92
  240. package/dist/esm/lmvz-button.entry.js +0 -71
  241. package/dist/esm/lmvz-header.entry.js +0 -140
  242. package/dist/esm/lmvz-icon.entry.js +0 -85
  243. package/dist/esm/lmvz-input.entry.js +0 -175
  244. package/dist/esm/lmvz-menuitem.entry.js +0 -32
  245. package/dist/esm/reactive-controller-host-1nFoJEdT.js +0 -186
  246. package/dist/lmvz-components/p-0e5aa1a3.entry.js +0 -1
  247. package/dist/lmvz-components/p-18c18de4.entry.js +0 -1
  248. package/dist/lmvz-components/p-5775a56c.entry.js +0 -1
  249. package/dist/lmvz-components/p-814ee542.entry.js +0 -1
  250. package/dist/lmvz-components/p-9faac8f3.entry.js +0 -1
  251. package/dist/lmvz-components/p-B3JVFwO1.js +0 -1
  252. package/dist/lmvz-components/p-B3j8zrhV.js +0 -1
  253. package/dist/lmvz-components/p-BEoSvNlI.js +0 -1
  254. package/dist/lmvz-components/p-BTpia82J.js +0 -1
  255. package/dist/lmvz-components/p-BfTCfPZ1.js +0 -6
  256. package/dist/lmvz-components/p-CN0JX9-m.js +0 -1
  257. package/dist/lmvz-components/p-D7GrtdQF.js +0 -1
  258. package/dist/lmvz-components/p-DyamyJqO.js +0 -1
  259. package/dist/lmvz-components/p-c61f7daa.entry.js +0 -1
  260. package/dist/lmvz-components/p-c6bae21b.entry.js +0 -1
  261. package/dist/lmvz-components/p-cM67HC0Z.js +0 -12
  262. package/dist/lmvz-components/p-d4b68381.entry.js +0 -1
  263. package/dist/lmvz-components/p-smGPjoDX.js +0 -2
  264. package/dist/types/utils/typing.d.ts +0 -3
@@ -1,8 +1,8 @@
1
1
  {
2
- "timestamp": "2026-03-23T08:59:38",
2
+ "timestamp": "2026-03-30T13:35:24",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
- "version": "4.43.2",
5
+ "version": "4.43.3",
6
6
  "typescriptVersion": "5.8.3"
7
7
  },
8
8
  "components": [
@@ -17,10 +17,10 @@
17
17
  "props": [
18
18
  {
19
19
  "name": "activeNav",
20
- "type": "string",
20
+ "type": "string | undefined",
21
21
  "complexType": {
22
22
  "original": "string",
23
- "resolved": "string",
23
+ "resolved": "string | undefined",
24
24
  "references": {}
25
25
  },
26
26
  "mutable": true,
@@ -31,9 +31,12 @@
31
31
  "values": [
32
32
  {
33
33
  "type": "string"
34
+ },
35
+ {
36
+ "type": "undefined"
34
37
  }
35
38
  ],
36
- "optional": false,
39
+ "optional": true,
37
40
  "required": false,
38
41
  "getter": false,
39
42
  "setter": false
@@ -47,8 +50,20 @@
47
50
  "parts": [],
48
51
  "states": [],
49
52
  "dependents": [],
50
- "dependencies": [],
51
- "dependencyGraph": {}
53
+ "dependencies": [
54
+ "lmvz-header",
55
+ "lmvz-menuitem",
56
+ "lmvz-icon",
57
+ "lmvz-button"
58
+ ],
59
+ "dependencyGraph": {
60
+ "header-integration": [
61
+ "lmvz-header",
62
+ "lmvz-menuitem",
63
+ "lmvz-icon",
64
+ "lmvz-button"
65
+ ]
66
+ }
52
67
  },
53
68
  {
54
69
  "filePath": "src/components/lmvz-action/lmvz-action.tsx",
@@ -135,10 +150,10 @@
135
150
  },
136
151
  {
137
152
  "name": "form",
138
- "type": "HTMLFormElement | string",
153
+ "type": "HTMLFormElement | string | undefined",
139
154
  "complexType": {
140
155
  "original": "FormRef",
141
- "resolved": "HTMLFormElement | string",
156
+ "resolved": "HTMLFormElement | string | undefined",
142
157
  "references": {
143
158
  "FormRef": {
144
159
  "location": "import",
@@ -159,6 +174,9 @@
159
174
  },
160
175
  {
161
176
  "type": "string"
177
+ },
178
+ {
179
+ "type": "undefined"
162
180
  }
163
181
  ],
164
182
  "optional": true,
@@ -351,9 +369,15 @@
351
369
  ],
352
370
  "parts": [],
353
371
  "states": [],
354
- "dependents": [],
372
+ "dependents": [
373
+ "header-integration"
374
+ ],
355
375
  "dependencies": [],
356
- "dependencyGraph": {}
376
+ "dependencyGraph": {
377
+ "header-integration": [
378
+ "lmvz-button"
379
+ ]
380
+ }
357
381
  },
358
382
  {
359
383
  "filePath": "src/components/lmvz-card/lmvz-card.tsx",
@@ -389,10 +413,10 @@
389
413
  },
390
414
  {
391
415
  "name": "description",
392
- "type": "string",
416
+ "type": "string | undefined",
393
417
  "complexType": {
394
418
  "original": "string",
395
- "resolved": "string",
419
+ "resolved": "string | undefined",
396
420
  "references": {}
397
421
  },
398
422
  "mutable": false,
@@ -403,6 +427,9 @@
403
427
  "values": [
404
428
  {
405
429
  "type": "string"
430
+ },
431
+ {
432
+ "type": "undefined"
406
433
  }
407
434
  ],
408
435
  "optional": true,
@@ -412,10 +439,10 @@
412
439
  },
413
440
  {
414
441
  "name": "imageUrl",
415
- "type": "string",
442
+ "type": "string | undefined",
416
443
  "complexType": {
417
444
  "original": "string",
418
- "resolved": "string",
445
+ "resolved": "string | undefined",
419
446
  "references": {}
420
447
  },
421
448
  "mutable": false,
@@ -426,6 +453,9 @@
426
453
  "values": [
427
454
  {
428
455
  "type": "string"
456
+ },
457
+ {
458
+ "type": "undefined"
429
459
  }
430
460
  ],
431
461
  "optional": true,
@@ -522,7 +552,7 @@
522
552
  }
523
553
  ],
524
554
  "optional": false,
525
- "required": false,
555
+ "required": true,
526
556
  "getter": false,
527
557
  "setter": false
528
558
  }
@@ -566,10 +596,10 @@
566
596
  "props": [
567
597
  {
568
598
  "name": "lmvzActiveNav",
569
- "type": "string",
599
+ "type": "string | undefined",
570
600
  "complexType": {
571
601
  "original": "string",
572
- "resolved": "string",
602
+ "resolved": "string | undefined",
573
603
  "references": {}
574
604
  },
575
605
  "mutable": false,
@@ -580,6 +610,9 @@
580
610
  "values": [
581
611
  {
582
612
  "type": "string"
613
+ },
614
+ {
615
+ "type": "undefined"
583
616
  }
584
617
  ],
585
618
  "optional": true,
@@ -645,9 +678,15 @@
645
678
  ],
646
679
  "parts": [],
647
680
  "states": [],
648
- "dependents": [],
681
+ "dependents": [
682
+ "header-integration"
683
+ ],
649
684
  "dependencies": [],
650
- "dependencyGraph": {}
685
+ "dependencyGraph": {
686
+ "header-integration": [
687
+ "lmvz-header"
688
+ ]
689
+ }
651
690
  },
652
691
  {
653
692
  "filePath": "src/components/lmvz-icon/lmvz-icon.tsx",
@@ -660,10 +699,10 @@
660
699
  "props": [
661
700
  {
662
701
  "name": "ariaLabel",
663
- "type": "string",
702
+ "type": "string | undefined",
664
703
  "complexType": {
665
704
  "original": "string",
666
- "resolved": "string",
705
+ "resolved": "string | undefined",
667
706
  "references": {}
668
707
  },
669
708
  "mutable": false,
@@ -674,6 +713,9 @@
674
713
  "values": [
675
714
  {
676
715
  "type": "string"
716
+ },
717
+ {
718
+ "type": "undefined"
677
719
  }
678
720
  ],
679
721
  "optional": true,
@@ -966,10 +1008,10 @@
966
1008
  },
967
1009
  {
968
1010
  "name": "size",
969
- "type": "\"inherit\" | \"lg\" | \"md\" | \"sm\" | \"xs\"",
1011
+ "type": "\"inherit\" | \"lg\" | \"md\" | \"sm\" | \"xs\" | undefined",
970
1012
  "complexType": {
971
1013
  "original": "Icon.Size",
972
- "resolved": "\"inherit\" | \"lg\" | \"md\" | \"sm\" | \"xs\"",
1014
+ "resolved": "\"inherit\" | \"lg\" | \"md\" | \"sm\" | \"xs\" | undefined",
973
1015
  "references": {
974
1016
  "Icon": {
975
1017
  "location": "import",
@@ -1010,6 +1052,9 @@
1010
1052
  {
1011
1053
  "value": "xs",
1012
1054
  "type": "string"
1055
+ },
1056
+ {
1057
+ "type": "undefined"
1013
1058
  }
1014
1059
  ],
1015
1060
  "optional": true,
@@ -1019,10 +1064,10 @@
1019
1064
  },
1020
1065
  {
1021
1066
  "name": "weight",
1022
- "type": "\"bold\" | \"filled\" | \"medium\" | \"thin\"",
1067
+ "type": "\"bold\" | \"filled\" | \"medium\" | \"thin\" | undefined",
1023
1068
  "complexType": {
1024
1069
  "original": "Icon.IconWeight",
1025
- "resolved": "\"bold\" | \"filled\" | \"medium\" | \"thin\"",
1070
+ "resolved": "\"bold\" | \"filled\" | \"medium\" | \"thin\" | undefined",
1026
1071
  "references": {
1027
1072
  "Icon": {
1028
1073
  "location": "import",
@@ -1059,6 +1104,9 @@
1059
1104
  {
1060
1105
  "value": "thin",
1061
1106
  "type": "string"
1107
+ },
1108
+ {
1109
+ "type": "undefined"
1062
1110
  }
1063
1111
  ],
1064
1112
  "optional": true,
@@ -1080,9 +1128,15 @@
1080
1128
  "slots": [],
1081
1129
  "parts": [],
1082
1130
  "states": [],
1083
- "dependents": [],
1131
+ "dependents": [
1132
+ "header-integration"
1133
+ ],
1084
1134
  "dependencies": [],
1085
- "dependencyGraph": {}
1135
+ "dependencyGraph": {
1136
+ "header-integration": [
1137
+ "lmvz-icon"
1138
+ ]
1139
+ }
1086
1140
  },
1087
1141
  {
1088
1142
  "filePath": "src/components/lmvz-input/lmvz-input.tsx",
@@ -1112,10 +1166,10 @@
1112
1166
  "props": [
1113
1167
  {
1114
1168
  "name": "autocapitalize",
1115
- "type": "\"characters\" | \"none\" | \"off\" | \"on\" | \"sentences\" | \"words\"",
1169
+ "type": "\"characters\" | \"none\" | \"off\" | \"on\" | \"sentences\" | \"words\" | undefined",
1116
1170
  "complexType": {
1117
1171
  "original": "Input.Autocapitalize",
1118
- "resolved": "\"characters\" | \"none\" | \"off\" | \"on\" | \"sentences\" | \"words\"",
1172
+ "resolved": "\"characters\" | \"none\" | \"off\" | \"on\" | \"sentences\" | \"words\" | undefined",
1119
1173
  "references": {
1120
1174
  "Input": {
1121
1175
  "location": "import",
@@ -1159,6 +1213,9 @@
1159
1213
  {
1160
1214
  "value": "words",
1161
1215
  "type": "string"
1216
+ },
1217
+ {
1218
+ "type": "undefined"
1162
1219
  }
1163
1220
  ],
1164
1221
  "optional": true,
@@ -1168,10 +1225,10 @@
1168
1225
  },
1169
1226
  {
1170
1227
  "name": "autocomplete",
1171
- "type": "\"\" | \"additional-name webauthn\" | \"additional-name\" | \"address-level1 webauthn\" | \"address-level1\" | \"address-level2 webauthn\" | \"address-level2\" | \"address-level3 webauthn\" | \"address-level3\" | \"address-level4 webauthn\" | \"address-level4\" | \"address-line1 webauthn\" | \"address-line1\" | \"address-line2 webauthn\" | \"address-line2\" | \"address-line3 webauthn\" | \"address-line3\" | \"bday-day webauthn\" | \"bday-day\" | \"bday-month webauthn\" | \"bday-month\" | \"bday-year webauthn\" | \"bday-year\" | \"billing additional-name webauthn\" | \"billing additional-name\" | \"billing address-level1 webauthn\" | \"billing address-level1\" | \"billing address-level2 webauthn\" | \"billing address-level2\" | \"billing address-level3 webauthn\" | \"billing address-level3\" | \"billing address-level4 webauthn\" | \"billing address-level4\" | \"billing address-line1 webauthn\" | \"billing address-line1\" | \"billing address-line2 webauthn\" | \"billing address-line2\" | \"billing address-line3 webauthn\" | \"billing address-line3\" | \"billing bday-day webauthn\" | \"billing bday-day\" | \"billing bday-month webauthn\" | \"billing bday-month\" | \"billing bday-year webauthn\" | \"billing bday-year\" | \"billing cc-csc webauthn\" | \"billing cc-csc\" | \"billing cc-exp webauthn\" | \"billing cc-exp\" | \"billing cc-exp-month webauthn\" | \"billing cc-exp-month\" | \"billing cc-exp-year webauthn\" | \"billing cc-exp-year\" | \"billing cc-family-name webauthn\" | \"billing cc-family-name\" | \"billing cc-given-name webauthn\" | \"billing cc-given-name\" | \"billing cc-name webauthn\" | \"billing cc-name\" | \"billing cc-number webauthn\" | \"billing cc-number\" | \"billing cc-type webauthn\" | \"billing cc-type\" | \"billing country webauthn\" | \"billing country\" | \"billing country-name webauthn\" | \"billing country-name\" | \"billing current-password webauthn\" | \"billing current-password\" | \"billing email webauthn\" | \"billing email\" | \"billing family-name webauthn\" | \"billing family-name\" | \"billing given-name webauthn\" | \"billing given-name\" | \"billing home email webauthn\" | \"billing home email\" | \"billing home tel webauthn\" | \"billing home tel\" | \"billing home tel-area-code webauthn\" | \"billing home tel-area-code\" | \"billing home tel-country-code webauthn\" | \"billing home tel-country-code\" | \"billing home tel-extension webauthn\" | \"billing home tel-extension\" | \"billing home tel-local webauthn\" | \"billing home tel-local\" | \"billing home tel-local-prefix webauthn\" | \"billing home tel-local-prefix\" | \"billing home tel-local-suffix webauthn\" | \"billing home tel-local-suffix\" | \"billing home tel-national webauthn\" | \"billing home tel-national\" | \"billing honorific-prefix webauthn\" | \"billing honorific-prefix\" | \"billing honorific-suffix webauthn\" | \"billing honorific-suffix\" | \"billing mobile email webauthn\" | \"billing mobile email\" | \"billing mobile tel webauthn\" | \"billing mobile tel\" | \"billing mobile tel-area-code webauthn\" | \"billing mobile tel-area-code\" | \"billing mobile tel-country-code webauthn\" | \"billing mobile tel-country-code\" | \"billing mobile tel-extension webauthn\" | \"billing mobile tel-extension\" | \"billing mobile tel-local webauthn\" | \"billing mobile tel-local\" | \"billing mobile tel-local-prefix webauthn\" | \"billing mobile tel-local-prefix\" | \"billing mobile tel-local-suffix webauthn\" | \"billing mobile tel-local-suffix\" | \"billing mobile tel-national webauthn\" | \"billing mobile tel-national\" | \"billing name webauthn\" | \"billing name\" | \"billing new-password webauthn\" | \"billing new-password\" | \"billing one-time-code webauthn\" | \"billing one-time-code\" | \"billing organization webauthn\" | \"billing organization\" | \"billing postal-code webauthn\" | \"billing postal-code\" | \"billing street-address webauthn\" | \"billing street-address\" | \"billing tel webauthn\" | \"billing tel\" | \"billing tel-area-code webauthn\" | \"billing tel-area-code\" | \"billing tel-country-code webauthn\" | \"billing tel-country-code\" | \"billing tel-extension webauthn\" | \"billing tel-extension\" | \"billing tel-local webauthn\" | \"billing tel-local\" | \"billing tel-local-prefix webauthn\" | \"billing tel-local-prefix\" | \"billing tel-local-suffix webauthn\" | \"billing tel-local-suffix\" | \"billing tel-national webauthn\" | \"billing tel-national\" | \"billing transaction-amount webauthn\" | \"billing transaction-amount\" | \"billing transaction-currency webauthn\" | \"billing transaction-currency\" | \"billing username webauthn\" | \"billing username\" | \"billing work email webauthn\" | \"billing work email\" | \"billing work tel webauthn\" | \"billing work tel\" | \"billing work tel-area-code webauthn\" | \"billing work tel-area-code\" | \"billing work tel-country-code webauthn\" | \"billing work tel-country-code\" | \"billing work tel-extension webauthn\" | \"billing work tel-extension\" | \"billing work tel-local webauthn\" | \"billing work tel-local\" | \"billing work tel-local-prefix webauthn\" | \"billing work tel-local-prefix\" | \"billing work tel-local-suffix webauthn\" | \"billing work tel-local-suffix\" | \"billing work tel-national webauthn\" | \"billing work tel-national\" | \"cc-csc webauthn\" | \"cc-csc\" | \"cc-exp webauthn\" | \"cc-exp\" | \"cc-exp-month webauthn\" | \"cc-exp-month\" | \"cc-exp-year webauthn\" | \"cc-exp-year\" | \"cc-family-name webauthn\" | \"cc-family-name\" | \"cc-given-name webauthn\" | \"cc-given-name\" | \"cc-name webauthn\" | \"cc-name\" | \"cc-number webauthn\" | \"cc-number\" | \"cc-type webauthn\" | \"cc-type\" | \"country webauthn\" | \"country\" | \"country-name webauthn\" | \"country-name\" | \"current-password webauthn\" | \"current-password\" | \"email webauthn\" | \"email\" | \"family-name webauthn\" | \"family-name\" | \"given-name webauthn\" | \"given-name\" | \"home email webauthn\" | \"home email\" | \"home tel webauthn\" | \"home tel\" | \"home tel-area-code webauthn\" | \"home tel-area-code\" | \"home tel-country-code webauthn\" | \"home tel-country-code\" | \"home tel-extension webauthn\" | \"home tel-extension\" | \"home tel-local webauthn\" | \"home tel-local\" | \"home tel-local-prefix webauthn\" | \"home tel-local-prefix\" | \"home tel-local-suffix webauthn\" | \"home tel-local-suffix\" | \"home tel-national webauthn\" | \"home tel-national\" | \"honorific-prefix webauthn\" | \"honorific-prefix\" | \"honorific-suffix webauthn\" | \"honorific-suffix\" | \"mobile email webauthn\" | \"mobile email\" | \"mobile tel webauthn\" | \"mobile tel\" | \"mobile tel-area-code webauthn\" | \"mobile tel-area-code\" | \"mobile tel-country-code webauthn\" | \"mobile tel-country-code\" | \"mobile tel-extension webauthn\" | \"mobile tel-extension\" | \"mobile tel-local webauthn\" | \"mobile tel-local\" | \"mobile tel-local-prefix webauthn\" | \"mobile tel-local-prefix\" | \"mobile tel-local-suffix webauthn\" | \"mobile tel-local-suffix\" | \"mobile tel-national webauthn\" | \"mobile tel-national\" | \"name webauthn\" | \"name\" | \"new-password webauthn\" | \"new-password\" | \"off\" | \"on\" | \"one-time-code webauthn\" | \"one-time-code\" | \"organization webauthn\" | \"organization\" | \"postal-code webauthn\" | \"postal-code\" | \"shipping additional-name webauthn\" | \"shipping additional-name\" | \"shipping address-level1 webauthn\" | \"shipping address-level1\" | \"shipping address-level2 webauthn\" | \"shipping address-level2\" | \"shipping address-level3 webauthn\" | \"shipping address-level3\" | \"shipping address-level4 webauthn\" | \"shipping address-level4\" | \"shipping address-line1 webauthn\" | \"shipping address-line1\" | \"shipping address-line2 webauthn\" | \"shipping address-line2\" | \"shipping address-line3 webauthn\" | \"shipping address-line3\" | \"shipping bday-day webauthn\" | \"shipping bday-day\" | \"shipping bday-month webauthn\" | \"shipping bday-month\" | \"shipping bday-year webauthn\" | \"shipping bday-year\" | \"shipping cc-csc webauthn\" | \"shipping cc-csc\" | \"shipping cc-exp webauthn\" | \"shipping cc-exp\" | \"shipping cc-exp-month webauthn\" | \"shipping cc-exp-month\" | \"shipping cc-exp-year webauthn\" | \"shipping cc-exp-year\" | \"shipping cc-family-name webauthn\" | \"shipping cc-family-name\" | \"shipping cc-given-name webauthn\" | \"shipping cc-given-name\" | \"shipping cc-name webauthn\" | \"shipping cc-name\" | \"shipping cc-number webauthn\" | \"shipping cc-number\" | \"shipping cc-type webauthn\" | \"shipping cc-type\" | \"shipping country webauthn\" | \"shipping country\" | \"shipping country-name webauthn\" | \"shipping country-name\" | \"shipping current-password webauthn\" | \"shipping current-password\" | \"shipping email webauthn\" | \"shipping email\" | \"shipping family-name webauthn\" | \"shipping family-name\" | \"shipping given-name webauthn\" | \"shipping given-name\" | \"shipping home email webauthn\" | \"shipping home email\" | \"shipping home tel webauthn\" | \"shipping home tel\" | \"shipping home tel-area-code webauthn\" | \"shipping home tel-area-code\" | \"shipping home tel-country-code webauthn\" | \"shipping home tel-country-code\" | \"shipping home tel-extension webauthn\" | \"shipping home tel-extension\" | \"shipping home tel-local webauthn\" | \"shipping home tel-local\" | \"shipping home tel-local-prefix webauthn\" | \"shipping home tel-local-prefix\" | \"shipping home tel-local-suffix webauthn\" | \"shipping home tel-local-suffix\" | \"shipping home tel-national webauthn\" | \"shipping home tel-national\" | \"shipping honorific-prefix webauthn\" | \"shipping honorific-prefix\" | \"shipping honorific-suffix webauthn\" | \"shipping honorific-suffix\" | \"shipping mobile email webauthn\" | \"shipping mobile email\" | \"shipping mobile tel webauthn\" | \"shipping mobile tel\" | \"shipping mobile tel-area-code webauthn\" | \"shipping mobile tel-area-code\" | \"shipping mobile tel-country-code webauthn\" | \"shipping mobile tel-country-code\" | \"shipping mobile tel-extension webauthn\" | \"shipping mobile tel-extension\" | \"shipping mobile tel-local webauthn\" | \"shipping mobile tel-local\" | \"shipping mobile tel-local-prefix webauthn\" | \"shipping mobile tel-local-prefix\" | \"shipping mobile tel-local-suffix webauthn\" | \"shipping mobile tel-local-suffix\" | \"shipping mobile tel-national webauthn\" | \"shipping mobile tel-national\" | \"shipping name webauthn\" | \"shipping name\" | \"shipping new-password webauthn\" | \"shipping new-password\" | \"shipping one-time-code webauthn\" | \"shipping one-time-code\" | \"shipping organization webauthn\" | \"shipping organization\" | \"shipping postal-code webauthn\" | \"shipping postal-code\" | \"shipping street-address webauthn\" | \"shipping street-address\" | \"shipping tel webauthn\" | \"shipping tel\" | \"shipping tel-area-code webauthn\" | \"shipping tel-area-code\" | \"shipping tel-country-code webauthn\" | \"shipping tel-country-code\" | \"shipping tel-extension webauthn\" | \"shipping tel-extension\" | \"shipping tel-local webauthn\" | \"shipping tel-local\" | \"shipping tel-local-prefix webauthn\" | \"shipping tel-local-prefix\" | \"shipping tel-local-suffix webauthn\" | \"shipping tel-local-suffix\" | \"shipping tel-national webauthn\" | \"shipping tel-national\" | \"shipping transaction-amount webauthn\" | \"shipping transaction-amount\" | \"shipping transaction-currency webauthn\" | \"shipping transaction-currency\" | \"shipping username webauthn\" | \"shipping username\" | \"shipping work email webauthn\" | \"shipping work email\" | \"shipping work tel webauthn\" | \"shipping work tel\" | \"shipping work tel-area-code webauthn\" | \"shipping work tel-area-code\" | \"shipping work tel-country-code webauthn\" | \"shipping work tel-country-code\" | \"shipping work tel-extension webauthn\" | \"shipping work tel-extension\" | \"shipping work tel-local webauthn\" | \"shipping work tel-local\" | \"shipping work tel-local-prefix webauthn\" | \"shipping work tel-local-prefix\" | \"shipping work tel-local-suffix webauthn\" | \"shipping work tel-local-suffix\" | \"shipping work tel-national webauthn\" | \"shipping work tel-national\" | \"street-address webauthn\" | \"street-address\" | \"tel webauthn\" | \"tel\" | \"tel-area-code webauthn\" | \"tel-area-code\" | \"tel-country-code webauthn\" | \"tel-country-code\" | \"tel-extension webauthn\" | \"tel-extension\" | \"tel-local webauthn\" | \"tel-local\" | \"tel-local-prefix webauthn\" | \"tel-local-prefix\" | \"tel-local-suffix webauthn\" | \"tel-local-suffix\" | \"tel-national webauthn\" | \"tel-national\" | \"transaction-amount webauthn\" | \"transaction-amount\" | \"transaction-currency webauthn\" | \"transaction-currency\" | \"username webauthn\" | \"username\" | \"work email webauthn\" | \"work email\" | \"work tel webauthn\" | \"work tel\" | \"work tel-area-code webauthn\" | \"work tel-area-code\" | \"work tel-country-code webauthn\" | \"work tel-country-code\" | \"work tel-extension webauthn\" | \"work tel-extension\" | \"work tel-local webauthn\" | \"work tel-local\" | \"work tel-local-prefix webauthn\" | \"work tel-local-prefix\" | \"work tel-local-suffix webauthn\" | \"work tel-local-suffix\" | \"work tel-national webauthn\" | \"work tel-national\" | `section-${string} additional-name webauthn` | `section-${string} additional-name` | `section-${string} address-level1 webauthn` | `section-${string} address-level1` | `section-${string} address-level2 webauthn` | `section-${string} address-level2` | `section-${string} address-level3 webauthn` | `section-${string} address-level3` | `section-${string} address-level4 webauthn` | `section-${string} address-level4` | `section-${string} address-line1 webauthn` | `section-${string} address-line1` | `section-${string} address-line2 webauthn` | `section-${string} address-line2` | `section-${string} address-line3 webauthn` | `section-${string} address-line3` | `section-${string} bday-day webauthn` | `section-${string} bday-day` | `section-${string} bday-month webauthn` | `section-${string} bday-month` | `section-${string} bday-year webauthn` | `section-${string} bday-year` | `section-${string} billing additional-name webauthn` | `section-${string} billing additional-name` | `section-${string} billing address-level1 webauthn` | `section-${string} billing address-level1` | `section-${string} billing address-level2 webauthn` | `section-${string} billing address-level2` | `section-${string} billing address-level3 webauthn` | `section-${string} billing address-level3` | `section-${string} billing address-level4 webauthn` | `section-${string} billing address-level4` | `section-${string} billing address-line1 webauthn` | `section-${string} billing address-line1` | `section-${string} billing address-line2 webauthn` | `section-${string} billing address-line2` | `section-${string} billing address-line3 webauthn` | `section-${string} billing address-line3` | `section-${string} billing bday-day webauthn` | `section-${string} billing bday-day` | `section-${string} billing bday-month webauthn` | `section-${string} billing bday-month` | `section-${string} billing bday-year webauthn` | `section-${string} billing bday-year` | `section-${string} billing cc-csc webauthn` | `section-${string} billing cc-csc` | `section-${string} billing cc-exp webauthn` | `section-${string} billing cc-exp-month webauthn` | `section-${string} billing cc-exp-month` | `section-${string} billing cc-exp-year webauthn` | `section-${string} billing cc-exp-year` | `section-${string} billing cc-exp` | `section-${string} billing cc-family-name webauthn` | `section-${string} billing cc-family-name` | `section-${string} billing cc-given-name webauthn` | `section-${string} billing cc-given-name` | `section-${string} billing cc-name webauthn` | `section-${string} billing cc-name` | `section-${string} billing cc-number webauthn` | `section-${string} billing cc-number` | `section-${string} billing cc-type webauthn` | `section-${string} billing cc-type` | `section-${string} billing country webauthn` | `section-${string} billing country-name webauthn` | `section-${string} billing country-name` | `section-${string} billing country` | `section-${string} billing current-password webauthn` | `section-${string} billing current-password` | `section-${string} billing email webauthn` | `section-${string} billing email` | `section-${string} billing family-name webauthn` | `section-${string} billing family-name` | `section-${string} billing given-name webauthn` | `section-${string} billing given-name` | `section-${string} billing home email webauthn` | `section-${string} billing home email` | `section-${string} billing home tel webauthn` | `section-${string} billing home tel-area-code webauthn` | `section-${string} billing home tel-area-code` | `section-${string} billing home tel-country-code webauthn` | `section-${string} billing home tel-country-code` | `section-${string} billing home tel-extension webauthn` | `section-${string} billing home tel-extension` | `section-${string} billing home tel-local webauthn` | `section-${string} billing home tel-local-prefix webauthn` | `section-${string} billing home tel-local-prefix` | `section-${string} billing home tel-local-suffix webauthn` | `section-${string} billing home tel-local-suffix` | `section-${string} billing home tel-local` | `section-${string} billing home tel-national webauthn` | `section-${string} billing home tel-national` | `section-${string} billing home tel` | `section-${string} billing honorific-prefix webauthn` | `section-${string} billing honorific-prefix` | `section-${string} billing honorific-suffix webauthn` | `section-${string} billing honorific-suffix` | `section-${string} billing mobile email webauthn` | `section-${string} billing mobile email` | `section-${string} billing mobile tel webauthn` | `section-${string} billing mobile tel-area-code webauthn` | `section-${string} billing mobile tel-area-code` | `section-${string} billing mobile tel-country-code webauthn` | `section-${string} billing mobile tel-country-code` | `section-${string} billing mobile tel-extension webauthn` | `section-${string} billing mobile tel-extension` | `section-${string} billing mobile tel-local webauthn` | `section-${string} billing mobile tel-local-prefix webauthn` | `section-${string} billing mobile tel-local-prefix` | `section-${string} billing mobile tel-local-suffix webauthn` | `section-${string} billing mobile tel-local-suffix` | `section-${string} billing mobile tel-local` | `section-${string} billing mobile tel-national webauthn` | `section-${string} billing mobile tel-national` | `section-${string} billing mobile tel` | `section-${string} billing name webauthn` | `section-${string} billing name` | `section-${string} billing new-password webauthn` | `section-${string} billing new-password` | `section-${string} billing one-time-code webauthn` | `section-${string} billing one-time-code` | `section-${string} billing organization webauthn` | `section-${string} billing organization` | `section-${string} billing postal-code webauthn` | `section-${string} billing postal-code` | `section-${string} billing street-address webauthn` | `section-${string} billing street-address` | `section-${string} billing tel webauthn` | `section-${string} billing tel-area-code webauthn` | `section-${string} billing tel-area-code` | `section-${string} billing tel-country-code webauthn` | `section-${string} billing tel-country-code` | `section-${string} billing tel-extension webauthn` | `section-${string} billing tel-extension` | `section-${string} billing tel-local webauthn` | `section-${string} billing tel-local-prefix webauthn` | `section-${string} billing tel-local-prefix` | `section-${string} billing tel-local-suffix webauthn` | `section-${string} billing tel-local-suffix` | `section-${string} billing tel-local` | `section-${string} billing tel-national webauthn` | `section-${string} billing tel-national` | `section-${string} billing tel` | `section-${string} billing transaction-amount webauthn` | `section-${string} billing transaction-amount` | `section-${string} billing transaction-currency webauthn` | `section-${string} billing transaction-currency` | `section-${string} billing username webauthn` | `section-${string} billing username` | `section-${string} billing work email webauthn` | `section-${string} billing work email` | `section-${string} billing work tel webauthn` | `section-${string} billing work tel-area-code webauthn` | `section-${string} billing work tel-area-code` | `section-${string} billing work tel-country-code webauthn` | `section-${string} billing work tel-country-code` | `section-${string} billing work tel-extension webauthn` | `section-${string} billing work tel-extension` | `section-${string} billing work tel-local webauthn` | `section-${string} billing work tel-local-prefix webauthn` | `section-${string} billing work tel-local-prefix` | `section-${string} billing work tel-local-suffix webauthn` | `section-${string} billing work tel-local-suffix` | `section-${string} billing work tel-local` | `section-${string} billing work tel-national webauthn` | `section-${string} billing work tel-national` | `section-${string} billing work tel` | `section-${string} cc-csc webauthn` | `section-${string} cc-csc` | `section-${string} cc-exp webauthn` | `section-${string} cc-exp-month webauthn` | `section-${string} cc-exp-month` | `section-${string} cc-exp-year webauthn` | `section-${string} cc-exp-year` | `section-${string} cc-exp` | `section-${string} cc-family-name webauthn` | `section-${string} cc-family-name` | `section-${string} cc-given-name webauthn` | `section-${string} cc-given-name` | `section-${string} cc-name webauthn` | `section-${string} cc-name` | `section-${string} cc-number webauthn` | `section-${string} cc-number` | `section-${string} cc-type webauthn` | `section-${string} cc-type` | `section-${string} country webauthn` | `section-${string} country-name webauthn` | `section-${string} country-name` | `section-${string} country` | `section-${string} current-password webauthn` | `section-${string} current-password` | `section-${string} email webauthn` | `section-${string} email` | `section-${string} family-name webauthn` | `section-${string} family-name` | `section-${string} given-name webauthn` | `section-${string} given-name` | `section-${string} home email webauthn` | `section-${string} home email` | `section-${string} home tel webauthn` | `section-${string} home tel-area-code webauthn` | `section-${string} home tel-area-code` | `section-${string} home tel-country-code webauthn` | `section-${string} home tel-country-code` | `section-${string} home tel-extension webauthn` | `section-${string} home tel-extension` | `section-${string} home tel-local webauthn` | `section-${string} home tel-local-prefix webauthn` | `section-${string} home tel-local-prefix` | `section-${string} home tel-local-suffix webauthn` | `section-${string} home tel-local-suffix` | `section-${string} home tel-local` | `section-${string} home tel-national webauthn` | `section-${string} home tel-national` | `section-${string} home tel` | `section-${string} honorific-prefix webauthn` | `section-${string} honorific-prefix` | `section-${string} honorific-suffix webauthn` | `section-${string} honorific-suffix` | `section-${string} mobile email webauthn` | `section-${string} mobile email` | `section-${string} mobile tel webauthn` | `section-${string} mobile tel-area-code webauthn` | `section-${string} mobile tel-area-code` | `section-${string} mobile tel-country-code webauthn` | `section-${string} mobile tel-country-code` | `section-${string} mobile tel-extension webauthn` | `section-${string} mobile tel-extension` | `section-${string} mobile tel-local webauthn` | `section-${string} mobile tel-local-prefix webauthn` | `section-${string} mobile tel-local-prefix` | `section-${string} mobile tel-local-suffix webauthn` | `section-${string} mobile tel-local-suffix` | `section-${string} mobile tel-local` | `section-${string} mobile tel-national webauthn` | `section-${string} mobile tel-national` | `section-${string} mobile tel` | `section-${string} name webauthn` | `section-${string} name` | `section-${string} new-password webauthn` | `section-${string} new-password` | `section-${string} one-time-code webauthn` | `section-${string} one-time-code` | `section-${string} organization webauthn` | `section-${string} organization` | `section-${string} postal-code webauthn` | `section-${string} postal-code` | `section-${string} shipping additional-name webauthn` | `section-${string} shipping additional-name` | `section-${string} shipping address-level1 webauthn` | `section-${string} shipping address-level1` | `section-${string} shipping address-level2 webauthn` | `section-${string} shipping address-level2` | `section-${string} shipping address-level3 webauthn` | `section-${string} shipping address-level3` | `section-${string} shipping address-level4 webauthn` | `section-${string} shipping address-level4` | `section-${string} shipping address-line1 webauthn` | `section-${string} shipping address-line1` | `section-${string} shipping address-line2 webauthn` | `section-${string} shipping address-line2` | `section-${string} shipping address-line3 webauthn` | `section-${string} shipping address-line3` | `section-${string} shipping bday-day webauthn` | `section-${string} shipping bday-day` | `section-${string} shipping bday-month webauthn` | `section-${string} shipping bday-month` | `section-${string} shipping bday-year webauthn` | `section-${string} shipping bday-year` | `section-${string} shipping cc-csc webauthn` | `section-${string} shipping cc-csc` | `section-${string} shipping cc-exp webauthn` | `section-${string} shipping cc-exp-month webauthn` | `section-${string} shipping cc-exp-month` | `section-${string} shipping cc-exp-year webauthn` | `section-${string} shipping cc-exp-year` | `section-${string} shipping cc-exp` | `section-${string} shipping cc-family-name webauthn` | `section-${string} shipping cc-family-name` | `section-${string} shipping cc-given-name webauthn` | `section-${string} shipping cc-given-name` | `section-${string} shipping cc-name webauthn` | `section-${string} shipping cc-name` | `section-${string} shipping cc-number webauthn` | `section-${string} shipping cc-number` | `section-${string} shipping cc-type webauthn` | `section-${string} shipping cc-type` | `section-${string} shipping country webauthn` | `section-${string} shipping country-name webauthn` | `section-${string} shipping country-name` | `section-${string} shipping country` | `section-${string} shipping current-password webauthn` | `section-${string} shipping current-password` | `section-${string} shipping email webauthn` | `section-${string} shipping email` | `section-${string} shipping family-name webauthn` | `section-${string} shipping family-name` | `section-${string} shipping given-name webauthn` | `section-${string} shipping given-name` | `section-${string} shipping home email webauthn` | `section-${string} shipping home email` | `section-${string} shipping home tel webauthn` | `section-${string} shipping home tel-area-code webauthn` | `section-${string} shipping home tel-area-code` | `section-${string} shipping home tel-country-code webauthn` | `section-${string} shipping home tel-country-code` | `section-${string} shipping home tel-extension webauthn` | `section-${string} shipping home tel-extension` | `section-${string} shipping home tel-local webauthn` | `section-${string} shipping home tel-local-prefix webauthn` | `section-${string} shipping home tel-local-prefix` | `section-${string} shipping home tel-local-suffix webauthn` | `section-${string} shipping home tel-local-suffix` | `section-${string} shipping home tel-local` | `section-${string} shipping home tel-national webauthn` | `section-${string} shipping home tel-national` | `section-${string} shipping home tel` | `section-${string} shipping honorific-prefix webauthn` | `section-${string} shipping honorific-prefix` | `section-${string} shipping honorific-suffix webauthn` | `section-${string} shipping honorific-suffix` | `section-${string} shipping mobile email webauthn` | `section-${string} shipping mobile email` | `section-${string} shipping mobile tel webauthn` | `section-${string} shipping mobile tel-area-code webauthn` | `section-${string} shipping mobile tel-area-code` | `section-${string} shipping mobile tel-country-code webauthn` | `section-${string} shipping mobile tel-country-code` | `section-${string} shipping mobile tel-extension webauthn` | `section-${string} shipping mobile tel-extension` | `section-${string} shipping mobile tel-local webauthn` | `section-${string} shipping mobile tel-local-prefix webauthn` | `section-${string} shipping mobile tel-local-prefix` | `section-${string} shipping mobile tel-local-suffix webauthn` | `section-${string} shipping mobile tel-local-suffix` | `section-${string} shipping mobile tel-local` | `section-${string} shipping mobile tel-national webauthn` | `section-${string} shipping mobile tel-national` | `section-${string} shipping mobile tel` | `section-${string} shipping name webauthn` | `section-${string} shipping name` | `section-${string} shipping new-password webauthn` | `section-${string} shipping new-password` | `section-${string} shipping one-time-code webauthn` | `section-${string} shipping one-time-code` | `section-${string} shipping organization webauthn` | `section-${string} shipping organization` | `section-${string} shipping postal-code webauthn` | `section-${string} shipping postal-code` | `section-${string} shipping street-address webauthn` | `section-${string} shipping street-address` | `section-${string} shipping tel webauthn` | `section-${string} shipping tel-area-code webauthn` | `section-${string} shipping tel-area-code` | `section-${string} shipping tel-country-code webauthn` | `section-${string} shipping tel-country-code` | `section-${string} shipping tel-extension webauthn` | `section-${string} shipping tel-extension` | `section-${string} shipping tel-local webauthn` | `section-${string} shipping tel-local-prefix webauthn` | `section-${string} shipping tel-local-prefix` | `section-${string} shipping tel-local-suffix webauthn` | `section-${string} shipping tel-local-suffix` | `section-${string} shipping tel-local` | `section-${string} shipping tel-national webauthn` | `section-${string} shipping tel-national` | `section-${string} shipping tel` | `section-${string} shipping transaction-amount webauthn` | `section-${string} shipping transaction-amount` | `section-${string} shipping transaction-currency webauthn` | `section-${string} shipping transaction-currency` | `section-${string} shipping username webauthn` | `section-${string} shipping username` | `section-${string} shipping work email webauthn` | `section-${string} shipping work email` | `section-${string} shipping work tel webauthn` | `section-${string} shipping work tel-area-code webauthn` | `section-${string} shipping work tel-area-code` | `section-${string} shipping work tel-country-code webauthn` | `section-${string} shipping work tel-country-code` | `section-${string} shipping work tel-extension webauthn` | `section-${string} shipping work tel-extension` | `section-${string} shipping work tel-local webauthn` | `section-${string} shipping work tel-local-prefix webauthn` | `section-${string} shipping work tel-local-prefix` | `section-${string} shipping work tel-local-suffix webauthn` | `section-${string} shipping work tel-local-suffix` | `section-${string} shipping work tel-local` | `section-${string} shipping work tel-national webauthn` | `section-${string} shipping work tel-national` | `section-${string} shipping work tel` | `section-${string} street-address webauthn` | `section-${string} street-address` | `section-${string} tel webauthn` | `section-${string} tel-area-code webauthn` | `section-${string} tel-area-code` | `section-${string} tel-country-code webauthn` | `section-${string} tel-country-code` | `section-${string} tel-extension webauthn` | `section-${string} tel-extension` | `section-${string} tel-local webauthn` | `section-${string} tel-local-prefix webauthn` | `section-${string} tel-local-prefix` | `section-${string} tel-local-suffix webauthn` | `section-${string} tel-local-suffix` | `section-${string} tel-local` | `section-${string} tel-national webauthn` | `section-${string} tel-national` | `section-${string} tel` | `section-${string} transaction-amount webauthn` | `section-${string} transaction-amount` | `section-${string} transaction-currency webauthn` | `section-${string} transaction-currency` | `section-${string} username webauthn` | `section-${string} username` | `section-${string} work email webauthn` | `section-${string} work email` | `section-${string} work tel webauthn` | `section-${string} work tel-area-code webauthn` | `section-${string} work tel-area-code` | `section-${string} work tel-country-code webauthn` | `section-${string} work tel-country-code` | `section-${string} work tel-extension webauthn` | `section-${string} work tel-extension` | `section-${string} work tel-local webauthn` | `section-${string} work tel-local-prefix webauthn` | `section-${string} work tel-local-prefix` | `section-${string} work tel-local-suffix webauthn` | `section-${string} work tel-local-suffix` | `section-${string} work tel-local` | `section-${string} work tel-national webauthn` | `section-${string} work tel-national` | `section-${string} work tel`",
1228
+ "type": "\"\" | \"additional-name webauthn\" | \"additional-name\" | \"address-level1 webauthn\" | \"address-level1\" | \"address-level2 webauthn\" | \"address-level2\" | \"address-level3 webauthn\" | \"address-level3\" | \"address-level4 webauthn\" | \"address-level4\" | \"address-line1 webauthn\" | \"address-line1\" | \"address-line2 webauthn\" | \"address-line2\" | \"address-line3 webauthn\" | \"address-line3\" | \"bday-day webauthn\" | \"bday-day\" | \"bday-month webauthn\" | \"bday-month\" | \"bday-year webauthn\" | \"bday-year\" | \"billing additional-name webauthn\" | \"billing additional-name\" | \"billing address-level1 webauthn\" | \"billing address-level1\" | \"billing address-level2 webauthn\" | \"billing address-level2\" | \"billing address-level3 webauthn\" | \"billing address-level3\" | \"billing address-level4 webauthn\" | \"billing address-level4\" | \"billing address-line1 webauthn\" | \"billing address-line1\" | \"billing address-line2 webauthn\" | \"billing address-line2\" | \"billing address-line3 webauthn\" | \"billing address-line3\" | \"billing bday-day webauthn\" | \"billing bday-day\" | \"billing bday-month webauthn\" | \"billing bday-month\" | \"billing bday-year webauthn\" | \"billing bday-year\" | \"billing cc-csc webauthn\" | \"billing cc-csc\" | \"billing cc-exp webauthn\" | \"billing cc-exp\" | \"billing cc-exp-month webauthn\" | \"billing cc-exp-month\" | \"billing cc-exp-year webauthn\" | \"billing cc-exp-year\" | \"billing cc-family-name webauthn\" | \"billing cc-family-name\" | \"billing cc-given-name webauthn\" | \"billing cc-given-name\" | \"billing cc-name webauthn\" | \"billing cc-name\" | \"billing cc-number webauthn\" | \"billing cc-number\" | \"billing cc-type webauthn\" | \"billing cc-type\" | \"billing country webauthn\" | \"billing country\" | \"billing country-name webauthn\" | \"billing country-name\" | \"billing current-password webauthn\" | \"billing current-password\" | \"billing email webauthn\" | \"billing email\" | \"billing family-name webauthn\" | \"billing family-name\" | \"billing given-name webauthn\" | \"billing given-name\" | \"billing home email webauthn\" | \"billing home email\" | \"billing home tel webauthn\" | \"billing home tel\" | \"billing home tel-area-code webauthn\" | \"billing home tel-area-code\" | \"billing home tel-country-code webauthn\" | \"billing home tel-country-code\" | \"billing home tel-extension webauthn\" | \"billing home tel-extension\" | \"billing home tel-local webauthn\" | \"billing home tel-local\" | \"billing home tel-local-prefix webauthn\" | \"billing home tel-local-prefix\" | \"billing home tel-local-suffix webauthn\" | \"billing home tel-local-suffix\" | \"billing home tel-national webauthn\" | \"billing home tel-national\" | \"billing honorific-prefix webauthn\" | \"billing honorific-prefix\" | \"billing honorific-suffix webauthn\" | \"billing honorific-suffix\" | \"billing mobile email webauthn\" | \"billing mobile email\" | \"billing mobile tel webauthn\" | \"billing mobile tel\" | \"billing mobile tel-area-code webauthn\" | \"billing mobile tel-area-code\" | \"billing mobile tel-country-code webauthn\" | \"billing mobile tel-country-code\" | \"billing mobile tel-extension webauthn\" | \"billing mobile tel-extension\" | \"billing mobile tel-local webauthn\" | \"billing mobile tel-local\" | \"billing mobile tel-local-prefix webauthn\" | \"billing mobile tel-local-prefix\" | \"billing mobile tel-local-suffix webauthn\" | \"billing mobile tel-local-suffix\" | \"billing mobile tel-national webauthn\" | \"billing mobile tel-national\" | \"billing name webauthn\" | \"billing name\" | \"billing new-password webauthn\" | \"billing new-password\" | \"billing one-time-code webauthn\" | \"billing one-time-code\" | \"billing organization webauthn\" | \"billing organization\" | \"billing postal-code webauthn\" | \"billing postal-code\" | \"billing street-address webauthn\" | \"billing street-address\" | \"billing tel webauthn\" | \"billing tel\" | \"billing tel-area-code webauthn\" | \"billing tel-area-code\" | \"billing tel-country-code webauthn\" | \"billing tel-country-code\" | \"billing tel-extension webauthn\" | \"billing tel-extension\" | \"billing tel-local webauthn\" | \"billing tel-local\" | \"billing tel-local-prefix webauthn\" | \"billing tel-local-prefix\" | \"billing tel-local-suffix webauthn\" | \"billing tel-local-suffix\" | \"billing tel-national webauthn\" | \"billing tel-national\" | \"billing transaction-amount webauthn\" | \"billing transaction-amount\" | \"billing transaction-currency webauthn\" | \"billing transaction-currency\" | \"billing username webauthn\" | \"billing username\" | \"billing work email webauthn\" | \"billing work email\" | \"billing work tel webauthn\" | \"billing work tel\" | \"billing work tel-area-code webauthn\" | \"billing work tel-area-code\" | \"billing work tel-country-code webauthn\" | \"billing work tel-country-code\" | \"billing work tel-extension webauthn\" | \"billing work tel-extension\" | \"billing work tel-local webauthn\" | \"billing work tel-local\" | \"billing work tel-local-prefix webauthn\" | \"billing work tel-local-prefix\" | \"billing work tel-local-suffix webauthn\" | \"billing work tel-local-suffix\" | \"billing work tel-national webauthn\" | \"billing work tel-national\" | \"cc-csc webauthn\" | \"cc-csc\" | \"cc-exp webauthn\" | \"cc-exp\" | \"cc-exp-month webauthn\" | \"cc-exp-month\" | \"cc-exp-year webauthn\" | \"cc-exp-year\" | \"cc-family-name webauthn\" | \"cc-family-name\" | \"cc-given-name webauthn\" | \"cc-given-name\" | \"cc-name webauthn\" | \"cc-name\" | \"cc-number webauthn\" | \"cc-number\" | \"cc-type webauthn\" | \"cc-type\" | \"country webauthn\" | \"country\" | \"country-name webauthn\" | \"country-name\" | \"current-password webauthn\" | \"current-password\" | \"email webauthn\" | \"email\" | \"family-name webauthn\" | \"family-name\" | \"given-name webauthn\" | \"given-name\" | \"home email webauthn\" | \"home email\" | \"home tel webauthn\" | \"home tel\" | \"home tel-area-code webauthn\" | \"home tel-area-code\" | \"home tel-country-code webauthn\" | \"home tel-country-code\" | \"home tel-extension webauthn\" | \"home tel-extension\" | \"home tel-local webauthn\" | \"home tel-local\" | \"home tel-local-prefix webauthn\" | \"home tel-local-prefix\" | \"home tel-local-suffix webauthn\" | \"home tel-local-suffix\" | \"home tel-national webauthn\" | \"home tel-national\" | \"honorific-prefix webauthn\" | \"honorific-prefix\" | \"honorific-suffix webauthn\" | \"honorific-suffix\" | \"mobile email webauthn\" | \"mobile email\" | \"mobile tel webauthn\" | \"mobile tel\" | \"mobile tel-area-code webauthn\" | \"mobile tel-area-code\" | \"mobile tel-country-code webauthn\" | \"mobile tel-country-code\" | \"mobile tel-extension webauthn\" | \"mobile tel-extension\" | \"mobile tel-local webauthn\" | \"mobile tel-local\" | \"mobile tel-local-prefix webauthn\" | \"mobile tel-local-prefix\" | \"mobile tel-local-suffix webauthn\" | \"mobile tel-local-suffix\" | \"mobile tel-national webauthn\" | \"mobile tel-national\" | \"name webauthn\" | \"name\" | \"new-password webauthn\" | \"new-password\" | \"off\" | \"on\" | \"one-time-code webauthn\" | \"one-time-code\" | \"organization webauthn\" | \"organization\" | \"postal-code webauthn\" | \"postal-code\" | \"shipping additional-name webauthn\" | \"shipping additional-name\" | \"shipping address-level1 webauthn\" | \"shipping address-level1\" | \"shipping address-level2 webauthn\" | \"shipping address-level2\" | \"shipping address-level3 webauthn\" | \"shipping address-level3\" | \"shipping address-level4 webauthn\" | \"shipping address-level4\" | \"shipping address-line1 webauthn\" | \"shipping address-line1\" | \"shipping address-line2 webauthn\" | \"shipping address-line2\" | \"shipping address-line3 webauthn\" | \"shipping address-line3\" | \"shipping bday-day webauthn\" | \"shipping bday-day\" | \"shipping bday-month webauthn\" | \"shipping bday-month\" | \"shipping bday-year webauthn\" | \"shipping bday-year\" | \"shipping cc-csc webauthn\" | \"shipping cc-csc\" | \"shipping cc-exp webauthn\" | \"shipping cc-exp\" | \"shipping cc-exp-month webauthn\" | \"shipping cc-exp-month\" | \"shipping cc-exp-year webauthn\" | \"shipping cc-exp-year\" | \"shipping cc-family-name webauthn\" | \"shipping cc-family-name\" | \"shipping cc-given-name webauthn\" | \"shipping cc-given-name\" | \"shipping cc-name webauthn\" | \"shipping cc-name\" | \"shipping cc-number webauthn\" | \"shipping cc-number\" | \"shipping cc-type webauthn\" | \"shipping cc-type\" | \"shipping country webauthn\" | \"shipping country\" | \"shipping country-name webauthn\" | \"shipping country-name\" | \"shipping current-password webauthn\" | \"shipping current-password\" | \"shipping email webauthn\" | \"shipping email\" | \"shipping family-name webauthn\" | \"shipping family-name\" | \"shipping given-name webauthn\" | \"shipping given-name\" | \"shipping home email webauthn\" | \"shipping home email\" | \"shipping home tel webauthn\" | \"shipping home tel\" | \"shipping home tel-area-code webauthn\" | \"shipping home tel-area-code\" | \"shipping home tel-country-code webauthn\" | \"shipping home tel-country-code\" | \"shipping home tel-extension webauthn\" | \"shipping home tel-extension\" | \"shipping home tel-local webauthn\" | \"shipping home tel-local\" | \"shipping home tel-local-prefix webauthn\" | \"shipping home tel-local-prefix\" | \"shipping home tel-local-suffix webauthn\" | \"shipping home tel-local-suffix\" | \"shipping home tel-national webauthn\" | \"shipping home tel-national\" | \"shipping honorific-prefix webauthn\" | \"shipping honorific-prefix\" | \"shipping honorific-suffix webauthn\" | \"shipping honorific-suffix\" | \"shipping mobile email webauthn\" | \"shipping mobile email\" | \"shipping mobile tel webauthn\" | \"shipping mobile tel\" | \"shipping mobile tel-area-code webauthn\" | \"shipping mobile tel-area-code\" | \"shipping mobile tel-country-code webauthn\" | \"shipping mobile tel-country-code\" | \"shipping mobile tel-extension webauthn\" | \"shipping mobile tel-extension\" | \"shipping mobile tel-local webauthn\" | \"shipping mobile tel-local\" | \"shipping mobile tel-local-prefix webauthn\" | \"shipping mobile tel-local-prefix\" | \"shipping mobile tel-local-suffix webauthn\" | \"shipping mobile tel-local-suffix\" | \"shipping mobile tel-national webauthn\" | \"shipping mobile tel-national\" | \"shipping name webauthn\" | \"shipping name\" | \"shipping new-password webauthn\" | \"shipping new-password\" | \"shipping one-time-code webauthn\" | \"shipping one-time-code\" | \"shipping organization webauthn\" | \"shipping organization\" | \"shipping postal-code webauthn\" | \"shipping postal-code\" | \"shipping street-address webauthn\" | \"shipping street-address\" | \"shipping tel webauthn\" | \"shipping tel\" | \"shipping tel-area-code webauthn\" | \"shipping tel-area-code\" | \"shipping tel-country-code webauthn\" | \"shipping tel-country-code\" | \"shipping tel-extension webauthn\" | \"shipping tel-extension\" | \"shipping tel-local webauthn\" | \"shipping tel-local\" | \"shipping tel-local-prefix webauthn\" | \"shipping tel-local-prefix\" | \"shipping tel-local-suffix webauthn\" | \"shipping tel-local-suffix\" | \"shipping tel-national webauthn\" | \"shipping tel-national\" | \"shipping transaction-amount webauthn\" | \"shipping transaction-amount\" | \"shipping transaction-currency webauthn\" | \"shipping transaction-currency\" | \"shipping username webauthn\" | \"shipping username\" | \"shipping work email webauthn\" | \"shipping work email\" | \"shipping work tel webauthn\" | \"shipping work tel\" | \"shipping work tel-area-code webauthn\" | \"shipping work tel-area-code\" | \"shipping work tel-country-code webauthn\" | \"shipping work tel-country-code\" | \"shipping work tel-extension webauthn\" | \"shipping work tel-extension\" | \"shipping work tel-local webauthn\" | \"shipping work tel-local\" | \"shipping work tel-local-prefix webauthn\" | \"shipping work tel-local-prefix\" | \"shipping work tel-local-suffix webauthn\" | \"shipping work tel-local-suffix\" | \"shipping work tel-national webauthn\" | \"shipping work tel-national\" | \"street-address webauthn\" | \"street-address\" | \"tel webauthn\" | \"tel\" | \"tel-area-code webauthn\" | \"tel-area-code\" | \"tel-country-code webauthn\" | \"tel-country-code\" | \"tel-extension webauthn\" | \"tel-extension\" | \"tel-local webauthn\" | \"tel-local\" | \"tel-local-prefix webauthn\" | \"tel-local-prefix\" | \"tel-local-suffix webauthn\" | \"tel-local-suffix\" | \"tel-national webauthn\" | \"tel-national\" | \"transaction-amount webauthn\" | \"transaction-amount\" | \"transaction-currency webauthn\" | \"transaction-currency\" | \"username webauthn\" | \"username\" | \"work email webauthn\" | \"work email\" | \"work tel webauthn\" | \"work tel\" | \"work tel-area-code webauthn\" | \"work tel-area-code\" | \"work tel-country-code webauthn\" | \"work tel-country-code\" | \"work tel-extension webauthn\" | \"work tel-extension\" | \"work tel-local webauthn\" | \"work tel-local\" | \"work tel-local-prefix webauthn\" | \"work tel-local-prefix\" | \"work tel-local-suffix webauthn\" | \"work tel-local-suffix\" | \"work tel-national webauthn\" | \"work tel-national\" | `section-${string} additional-name webauthn` | `section-${string} additional-name` | `section-${string} address-level1 webauthn` | `section-${string} address-level1` | `section-${string} address-level2 webauthn` | `section-${string} address-level2` | `section-${string} address-level3 webauthn` | `section-${string} address-level3` | `section-${string} address-level4 webauthn` | `section-${string} address-level4` | `section-${string} address-line1 webauthn` | `section-${string} address-line1` | `section-${string} address-line2 webauthn` | `section-${string} address-line2` | `section-${string} address-line3 webauthn` | `section-${string} address-line3` | `section-${string} bday-day webauthn` | `section-${string} bday-day` | `section-${string} bday-month webauthn` | `section-${string} bday-month` | `section-${string} bday-year webauthn` | `section-${string} bday-year` | `section-${string} billing additional-name webauthn` | `section-${string} billing additional-name` | `section-${string} billing address-level1 webauthn` | `section-${string} billing address-level1` | `section-${string} billing address-level2 webauthn` | `section-${string} billing address-level2` | `section-${string} billing address-level3 webauthn` | `section-${string} billing address-level3` | `section-${string} billing address-level4 webauthn` | `section-${string} billing address-level4` | `section-${string} billing address-line1 webauthn` | `section-${string} billing address-line1` | `section-${string} billing address-line2 webauthn` | `section-${string} billing address-line2` | `section-${string} billing address-line3 webauthn` | `section-${string} billing address-line3` | `section-${string} billing bday-day webauthn` | `section-${string} billing bday-day` | `section-${string} billing bday-month webauthn` | `section-${string} billing bday-month` | `section-${string} billing bday-year webauthn` | `section-${string} billing bday-year` | `section-${string} billing cc-csc webauthn` | `section-${string} billing cc-csc` | `section-${string} billing cc-exp webauthn` | `section-${string} billing cc-exp-month webauthn` | `section-${string} billing cc-exp-month` | `section-${string} billing cc-exp-year webauthn` | `section-${string} billing cc-exp-year` | `section-${string} billing cc-exp` | `section-${string} billing cc-family-name webauthn` | `section-${string} billing cc-family-name` | `section-${string} billing cc-given-name webauthn` | `section-${string} billing cc-given-name` | `section-${string} billing cc-name webauthn` | `section-${string} billing cc-name` | `section-${string} billing cc-number webauthn` | `section-${string} billing cc-number` | `section-${string} billing cc-type webauthn` | `section-${string} billing cc-type` | `section-${string} billing country webauthn` | `section-${string} billing country-name webauthn` | `section-${string} billing country-name` | `section-${string} billing country` | `section-${string} billing current-password webauthn` | `section-${string} billing current-password` | `section-${string} billing email webauthn` | `section-${string} billing email` | `section-${string} billing family-name webauthn` | `section-${string} billing family-name` | `section-${string} billing given-name webauthn` | `section-${string} billing given-name` | `section-${string} billing home email webauthn` | `section-${string} billing home email` | `section-${string} billing home tel webauthn` | `section-${string} billing home tel-area-code webauthn` | `section-${string} billing home tel-area-code` | `section-${string} billing home tel-country-code webauthn` | `section-${string} billing home tel-country-code` | `section-${string} billing home tel-extension webauthn` | `section-${string} billing home tel-extension` | `section-${string} billing home tel-local webauthn` | `section-${string} billing home tel-local-prefix webauthn` | `section-${string} billing home tel-local-prefix` | `section-${string} billing home tel-local-suffix webauthn` | `section-${string} billing home tel-local-suffix` | `section-${string} billing home tel-local` | `section-${string} billing home tel-national webauthn` | `section-${string} billing home tel-national` | `section-${string} billing home tel` | `section-${string} billing honorific-prefix webauthn` | `section-${string} billing honorific-prefix` | `section-${string} billing honorific-suffix webauthn` | `section-${string} billing honorific-suffix` | `section-${string} billing mobile email webauthn` | `section-${string} billing mobile email` | `section-${string} billing mobile tel webauthn` | `section-${string} billing mobile tel-area-code webauthn` | `section-${string} billing mobile tel-area-code` | `section-${string} billing mobile tel-country-code webauthn` | `section-${string} billing mobile tel-country-code` | `section-${string} billing mobile tel-extension webauthn` | `section-${string} billing mobile tel-extension` | `section-${string} billing mobile tel-local webauthn` | `section-${string} billing mobile tel-local-prefix webauthn` | `section-${string} billing mobile tel-local-prefix` | `section-${string} billing mobile tel-local-suffix webauthn` | `section-${string} billing mobile tel-local-suffix` | `section-${string} billing mobile tel-local` | `section-${string} billing mobile tel-national webauthn` | `section-${string} billing mobile tel-national` | `section-${string} billing mobile tel` | `section-${string} billing name webauthn` | `section-${string} billing name` | `section-${string} billing new-password webauthn` | `section-${string} billing new-password` | `section-${string} billing one-time-code webauthn` | `section-${string} billing one-time-code` | `section-${string} billing organization webauthn` | `section-${string} billing organization` | `section-${string} billing postal-code webauthn` | `section-${string} billing postal-code` | `section-${string} billing street-address webauthn` | `section-${string} billing street-address` | `section-${string} billing tel webauthn` | `section-${string} billing tel-area-code webauthn` | `section-${string} billing tel-area-code` | `section-${string} billing tel-country-code webauthn` | `section-${string} billing tel-country-code` | `section-${string} billing tel-extension webauthn` | `section-${string} billing tel-extension` | `section-${string} billing tel-local webauthn` | `section-${string} billing tel-local-prefix webauthn` | `section-${string} billing tel-local-prefix` | `section-${string} billing tel-local-suffix webauthn` | `section-${string} billing tel-local-suffix` | `section-${string} billing tel-local` | `section-${string} billing tel-national webauthn` | `section-${string} billing tel-national` | `section-${string} billing tel` | `section-${string} billing transaction-amount webauthn` | `section-${string} billing transaction-amount` | `section-${string} billing transaction-currency webauthn` | `section-${string} billing transaction-currency` | `section-${string} billing username webauthn` | `section-${string} billing username` | `section-${string} billing work email webauthn` | `section-${string} billing work email` | `section-${string} billing work tel webauthn` | `section-${string} billing work tel-area-code webauthn` | `section-${string} billing work tel-area-code` | `section-${string} billing work tel-country-code webauthn` | `section-${string} billing work tel-country-code` | `section-${string} billing work tel-extension webauthn` | `section-${string} billing work tel-extension` | `section-${string} billing work tel-local webauthn` | `section-${string} billing work tel-local-prefix webauthn` | `section-${string} billing work tel-local-prefix` | `section-${string} billing work tel-local-suffix webauthn` | `section-${string} billing work tel-local-suffix` | `section-${string} billing work tel-local` | `section-${string} billing work tel-national webauthn` | `section-${string} billing work tel-national` | `section-${string} billing work tel` | `section-${string} cc-csc webauthn` | `section-${string} cc-csc` | `section-${string} cc-exp webauthn` | `section-${string} cc-exp-month webauthn` | `section-${string} cc-exp-month` | `section-${string} cc-exp-year webauthn` | `section-${string} cc-exp-year` | `section-${string} cc-exp` | `section-${string} cc-family-name webauthn` | `section-${string} cc-family-name` | `section-${string} cc-given-name webauthn` | `section-${string} cc-given-name` | `section-${string} cc-name webauthn` | `section-${string} cc-name` | `section-${string} cc-number webauthn` | `section-${string} cc-number` | `section-${string} cc-type webauthn` | `section-${string} cc-type` | `section-${string} country webauthn` | `section-${string} country-name webauthn` | `section-${string} country-name` | `section-${string} country` | `section-${string} current-password webauthn` | `section-${string} current-password` | `section-${string} email webauthn` | `section-${string} email` | `section-${string} family-name webauthn` | `section-${string} family-name` | `section-${string} given-name webauthn` | `section-${string} given-name` | `section-${string} home email webauthn` | `section-${string} home email` | `section-${string} home tel webauthn` | `section-${string} home tel-area-code webauthn` | `section-${string} home tel-area-code` | `section-${string} home tel-country-code webauthn` | `section-${string} home tel-country-code` | `section-${string} home tel-extension webauthn` | `section-${string} home tel-extension` | `section-${string} home tel-local webauthn` | `section-${string} home tel-local-prefix webauthn` | `section-${string} home tel-local-prefix` | `section-${string} home tel-local-suffix webauthn` | `section-${string} home tel-local-suffix` | `section-${string} home tel-local` | `section-${string} home tel-national webauthn` | `section-${string} home tel-national` | `section-${string} home tel` | `section-${string} honorific-prefix webauthn` | `section-${string} honorific-prefix` | `section-${string} honorific-suffix webauthn` | `section-${string} honorific-suffix` | `section-${string} mobile email webauthn` | `section-${string} mobile email` | `section-${string} mobile tel webauthn` | `section-${string} mobile tel-area-code webauthn` | `section-${string} mobile tel-area-code` | `section-${string} mobile tel-country-code webauthn` | `section-${string} mobile tel-country-code` | `section-${string} mobile tel-extension webauthn` | `section-${string} mobile tel-extension` | `section-${string} mobile tel-local webauthn` | `section-${string} mobile tel-local-prefix webauthn` | `section-${string} mobile tel-local-prefix` | `section-${string} mobile tel-local-suffix webauthn` | `section-${string} mobile tel-local-suffix` | `section-${string} mobile tel-local` | `section-${string} mobile tel-national webauthn` | `section-${string} mobile tel-national` | `section-${string} mobile tel` | `section-${string} name webauthn` | `section-${string} name` | `section-${string} new-password webauthn` | `section-${string} new-password` | `section-${string} one-time-code webauthn` | `section-${string} one-time-code` | `section-${string} organization webauthn` | `section-${string} organization` | `section-${string} postal-code webauthn` | `section-${string} postal-code` | `section-${string} shipping additional-name webauthn` | `section-${string} shipping additional-name` | `section-${string} shipping address-level1 webauthn` | `section-${string} shipping address-level1` | `section-${string} shipping address-level2 webauthn` | `section-${string} shipping address-level2` | `section-${string} shipping address-level3 webauthn` | `section-${string} shipping address-level3` | `section-${string} shipping address-level4 webauthn` | `section-${string} shipping address-level4` | `section-${string} shipping address-line1 webauthn` | `section-${string} shipping address-line1` | `section-${string} shipping address-line2 webauthn` | `section-${string} shipping address-line2` | `section-${string} shipping address-line3 webauthn` | `section-${string} shipping address-line3` | `section-${string} shipping bday-day webauthn` | `section-${string} shipping bday-day` | `section-${string} shipping bday-month webauthn` | `section-${string} shipping bday-month` | `section-${string} shipping bday-year webauthn` | `section-${string} shipping bday-year` | `section-${string} shipping cc-csc webauthn` | `section-${string} shipping cc-csc` | `section-${string} shipping cc-exp webauthn` | `section-${string} shipping cc-exp-month webauthn` | `section-${string} shipping cc-exp-month` | `section-${string} shipping cc-exp-year webauthn` | `section-${string} shipping cc-exp-year` | `section-${string} shipping cc-exp` | `section-${string} shipping cc-family-name webauthn` | `section-${string} shipping cc-family-name` | `section-${string} shipping cc-given-name webauthn` | `section-${string} shipping cc-given-name` | `section-${string} shipping cc-name webauthn` | `section-${string} shipping cc-name` | `section-${string} shipping cc-number webauthn` | `section-${string} shipping cc-number` | `section-${string} shipping cc-type webauthn` | `section-${string} shipping cc-type` | `section-${string} shipping country webauthn` | `section-${string} shipping country-name webauthn` | `section-${string} shipping country-name` | `section-${string} shipping country` | `section-${string} shipping current-password webauthn` | `section-${string} shipping current-password` | `section-${string} shipping email webauthn` | `section-${string} shipping email` | `section-${string} shipping family-name webauthn` | `section-${string} shipping family-name` | `section-${string} shipping given-name webauthn` | `section-${string} shipping given-name` | `section-${string} shipping home email webauthn` | `section-${string} shipping home email` | `section-${string} shipping home tel webauthn` | `section-${string} shipping home tel-area-code webauthn` | `section-${string} shipping home tel-area-code` | `section-${string} shipping home tel-country-code webauthn` | `section-${string} shipping home tel-country-code` | `section-${string} shipping home tel-extension webauthn` | `section-${string} shipping home tel-extension` | `section-${string} shipping home tel-local webauthn` | `section-${string} shipping home tel-local-prefix webauthn` | `section-${string} shipping home tel-local-prefix` | `section-${string} shipping home tel-local-suffix webauthn` | `section-${string} shipping home tel-local-suffix` | `section-${string} shipping home tel-local` | `section-${string} shipping home tel-national webauthn` | `section-${string} shipping home tel-national` | `section-${string} shipping home tel` | `section-${string} shipping honorific-prefix webauthn` | `section-${string} shipping honorific-prefix` | `section-${string} shipping honorific-suffix webauthn` | `section-${string} shipping honorific-suffix` | `section-${string} shipping mobile email webauthn` | `section-${string} shipping mobile email` | `section-${string} shipping mobile tel webauthn` | `section-${string} shipping mobile tel-area-code webauthn` | `section-${string} shipping mobile tel-area-code` | `section-${string} shipping mobile tel-country-code webauthn` | `section-${string} shipping mobile tel-country-code` | `section-${string} shipping mobile tel-extension webauthn` | `section-${string} shipping mobile tel-extension` | `section-${string} shipping mobile tel-local webauthn` | `section-${string} shipping mobile tel-local-prefix webauthn` | `section-${string} shipping mobile tel-local-prefix` | `section-${string} shipping mobile tel-local-suffix webauthn` | `section-${string} shipping mobile tel-local-suffix` | `section-${string} shipping mobile tel-local` | `section-${string} shipping mobile tel-national webauthn` | `section-${string} shipping mobile tel-national` | `section-${string} shipping mobile tel` | `section-${string} shipping name webauthn` | `section-${string} shipping name` | `section-${string} shipping new-password webauthn` | `section-${string} shipping new-password` | `section-${string} shipping one-time-code webauthn` | `section-${string} shipping one-time-code` | `section-${string} shipping organization webauthn` | `section-${string} shipping organization` | `section-${string} shipping postal-code webauthn` | `section-${string} shipping postal-code` | `section-${string} shipping street-address webauthn` | `section-${string} shipping street-address` | `section-${string} shipping tel webauthn` | `section-${string} shipping tel-area-code webauthn` | `section-${string} shipping tel-area-code` | `section-${string} shipping tel-country-code webauthn` | `section-${string} shipping tel-country-code` | `section-${string} shipping tel-extension webauthn` | `section-${string} shipping tel-extension` | `section-${string} shipping tel-local webauthn` | `section-${string} shipping tel-local-prefix webauthn` | `section-${string} shipping tel-local-prefix` | `section-${string} shipping tel-local-suffix webauthn` | `section-${string} shipping tel-local-suffix` | `section-${string} shipping tel-local` | `section-${string} shipping tel-national webauthn` | `section-${string} shipping tel-national` | `section-${string} shipping tel` | `section-${string} shipping transaction-amount webauthn` | `section-${string} shipping transaction-amount` | `section-${string} shipping transaction-currency webauthn` | `section-${string} shipping transaction-currency` | `section-${string} shipping username webauthn` | `section-${string} shipping username` | `section-${string} shipping work email webauthn` | `section-${string} shipping work email` | `section-${string} shipping work tel webauthn` | `section-${string} shipping work tel-area-code webauthn` | `section-${string} shipping work tel-area-code` | `section-${string} shipping work tel-country-code webauthn` | `section-${string} shipping work tel-country-code` | `section-${string} shipping work tel-extension webauthn` | `section-${string} shipping work tel-extension` | `section-${string} shipping work tel-local webauthn` | `section-${string} shipping work tel-local-prefix webauthn` | `section-${string} shipping work tel-local-prefix` | `section-${string} shipping work tel-local-suffix webauthn` | `section-${string} shipping work tel-local-suffix` | `section-${string} shipping work tel-local` | `section-${string} shipping work tel-national webauthn` | `section-${string} shipping work tel-national` | `section-${string} shipping work tel` | `section-${string} street-address webauthn` | `section-${string} street-address` | `section-${string} tel webauthn` | `section-${string} tel-area-code webauthn` | `section-${string} tel-area-code` | `section-${string} tel-country-code webauthn` | `section-${string} tel-country-code` | `section-${string} tel-extension webauthn` | `section-${string} tel-extension` | `section-${string} tel-local webauthn` | `section-${string} tel-local-prefix webauthn` | `section-${string} tel-local-prefix` | `section-${string} tel-local-suffix webauthn` | `section-${string} tel-local-suffix` | `section-${string} tel-local` | `section-${string} tel-national webauthn` | `section-${string} tel-national` | `section-${string} tel` | `section-${string} transaction-amount webauthn` | `section-${string} transaction-amount` | `section-${string} transaction-currency webauthn` | `section-${string} transaction-currency` | `section-${string} username webauthn` | `section-${string} username` | `section-${string} work email webauthn` | `section-${string} work email` | `section-${string} work tel webauthn` | `section-${string} work tel-area-code webauthn` | `section-${string} work tel-area-code` | `section-${string} work tel-country-code webauthn` | `section-${string} work tel-country-code` | `section-${string} work tel-extension webauthn` | `section-${string} work tel-extension` | `section-${string} work tel-local webauthn` | `section-${string} work tel-local-prefix webauthn` | `section-${string} work tel-local-prefix` | `section-${string} work tel-local-suffix webauthn` | `section-${string} work tel-local-suffix` | `section-${string} work tel-local` | `section-${string} work tel-national webauthn` | `section-${string} work tel-national` | `section-${string} work tel` | undefined",
1172
1229
  "complexType": {
1173
1230
  "original": "Input.Autocomplete",
1174
- "resolved": "\"\" | \"additional-name webauthn\" | \"additional-name\" | \"address-level1 webauthn\" | \"address-level1\" | \"address-level2 webauthn\" | \"address-level2\" | \"address-level3 webauthn\" | \"address-level3\" | \"address-level4 webauthn\" | \"address-level4\" | \"address-line1 webauthn\" | \"address-line1\" | \"address-line2 webauthn\" | \"address-line2\" | \"address-line3 webauthn\" | \"address-line3\" | \"bday-day webauthn\" | \"bday-day\" | \"bday-month webauthn\" | \"bday-month\" | \"bday-year webauthn\" | \"bday-year\" | \"billing additional-name webauthn\" | \"billing additional-name\" | \"billing address-level1 webauthn\" | \"billing address-level1\" | \"billing address-level2 webauthn\" | \"billing address-level2\" | \"billing address-level3 webauthn\" | \"billing address-level3\" | \"billing address-level4 webauthn\" | \"billing address-level4\" | \"billing address-line1 webauthn\" | \"billing address-line1\" | \"billing address-line2 webauthn\" | \"billing address-line2\" | \"billing address-line3 webauthn\" | \"billing address-line3\" | \"billing bday-day webauthn\" | \"billing bday-day\" | \"billing bday-month webauthn\" | \"billing bday-month\" | \"billing bday-year webauthn\" | \"billing bday-year\" | \"billing cc-csc webauthn\" | \"billing cc-csc\" | \"billing cc-exp webauthn\" | \"billing cc-exp\" | \"billing cc-exp-month webauthn\" | \"billing cc-exp-month\" | \"billing cc-exp-year webauthn\" | \"billing cc-exp-year\" | \"billing cc-family-name webauthn\" | \"billing cc-family-name\" | \"billing cc-given-name webauthn\" | \"billing cc-given-name\" | \"billing cc-name webauthn\" | \"billing cc-name\" | \"billing cc-number webauthn\" | \"billing cc-number\" | \"billing cc-type webauthn\" | \"billing cc-type\" | \"billing country webauthn\" | \"billing country\" | \"billing country-name webauthn\" | \"billing country-name\" | \"billing current-password webauthn\" | \"billing current-password\" | \"billing email webauthn\" | \"billing email\" | \"billing family-name webauthn\" | \"billing family-name\" | \"billing given-name webauthn\" | \"billing given-name\" | \"billing home email webauthn\" | \"billing home email\" | \"billing home tel webauthn\" | \"billing home tel\" | \"billing home tel-area-code webauthn\" | \"billing home tel-area-code\" | \"billing home tel-country-code webauthn\" | \"billing home tel-country-code\" | \"billing home tel-extension webauthn\" | \"billing home tel-extension\" | \"billing home tel-local webauthn\" | \"billing home tel-local\" | \"billing home tel-local-prefix webauthn\" | \"billing home tel-local-prefix\" | \"billing home tel-local-suffix webauthn\" | \"billing home tel-local-suffix\" | \"billing home tel-national webauthn\" | \"billing home tel-national\" | \"billing honorific-prefix webauthn\" | \"billing honorific-prefix\" | \"billing honorific-suffix webauthn\" | \"billing honorific-suffix\" | \"billing mobile email webauthn\" | \"billing mobile email\" | \"billing mobile tel webauthn\" | \"billing mobile tel\" | \"billing mobile tel-area-code webauthn\" | \"billing mobile tel-area-code\" | \"billing mobile tel-country-code webauthn\" | \"billing mobile tel-country-code\" | \"billing mobile tel-extension webauthn\" | \"billing mobile tel-extension\" | \"billing mobile tel-local webauthn\" | \"billing mobile tel-local\" | \"billing mobile tel-local-prefix webauthn\" | \"billing mobile tel-local-prefix\" | \"billing mobile tel-local-suffix webauthn\" | \"billing mobile tel-local-suffix\" | \"billing mobile tel-national webauthn\" | \"billing mobile tel-national\" | \"billing name webauthn\" | \"billing name\" | \"billing new-password webauthn\" | \"billing new-password\" | \"billing one-time-code webauthn\" | \"billing one-time-code\" | \"billing organization webauthn\" | \"billing organization\" | \"billing postal-code webauthn\" | \"billing postal-code\" | \"billing street-address webauthn\" | \"billing street-address\" | \"billing tel webauthn\" | \"billing tel\" | \"billing tel-area-code webauthn\" | \"billing tel-area-code\" | \"billing tel-country-code webauthn\" | \"billing tel-country-code\" | \"billing tel-extension webauthn\" | \"billing tel-extension\" | \"billing tel-local webauthn\" | \"billing tel-local\" | \"billing tel-local-prefix webauthn\" | \"billing tel-local-prefix\" | \"billing tel-local-suffix webauthn\" | \"billing tel-local-suffix\" | \"billing tel-national webauthn\" | \"billing tel-national\" | \"billing transaction-amount webauthn\" | \"billing transaction-amount\" | \"billing transaction-currency webauthn\" | \"billing transaction-currency\" | \"billing username webauthn\" | \"billing username\" | \"billing work email webauthn\" | \"billing work email\" | \"billing work tel webauthn\" | \"billing work tel\" | \"billing work tel-area-code webauthn\" | \"billing work tel-area-code\" | \"billing work tel-country-code webauthn\" | \"billing work tel-country-code\" | \"billing work tel-extension webauthn\" | \"billing work tel-extension\" | \"billing work tel-local webauthn\" | \"billing work tel-local\" | \"billing work tel-local-prefix webauthn\" | \"billing work tel-local-prefix\" | \"billing work tel-local-suffix webauthn\" | \"billing work tel-local-suffix\" | \"billing work tel-national webauthn\" | \"billing work tel-national\" | \"cc-csc webauthn\" | \"cc-csc\" | \"cc-exp webauthn\" | \"cc-exp\" | \"cc-exp-month webauthn\" | \"cc-exp-month\" | \"cc-exp-year webauthn\" | \"cc-exp-year\" | \"cc-family-name webauthn\" | \"cc-family-name\" | \"cc-given-name webauthn\" | \"cc-given-name\" | \"cc-name webauthn\" | \"cc-name\" | \"cc-number webauthn\" | \"cc-number\" | \"cc-type webauthn\" | \"cc-type\" | \"country webauthn\" | \"country\" | \"country-name webauthn\" | \"country-name\" | \"current-password webauthn\" | \"current-password\" | \"email webauthn\" | \"email\" | \"family-name webauthn\" | \"family-name\" | \"given-name webauthn\" | \"given-name\" | \"home email webauthn\" | \"home email\" | \"home tel webauthn\" | \"home tel\" | \"home tel-area-code webauthn\" | \"home tel-area-code\" | \"home tel-country-code webauthn\" | \"home tel-country-code\" | \"home tel-extension webauthn\" | \"home tel-extension\" | \"home tel-local webauthn\" | \"home tel-local\" | \"home tel-local-prefix webauthn\" | \"home tel-local-prefix\" | \"home tel-local-suffix webauthn\" | \"home tel-local-suffix\" | \"home tel-national webauthn\" | \"home tel-national\" | \"honorific-prefix webauthn\" | \"honorific-prefix\" | \"honorific-suffix webauthn\" | \"honorific-suffix\" | \"mobile email webauthn\" | \"mobile email\" | \"mobile tel webauthn\" | \"mobile tel\" | \"mobile tel-area-code webauthn\" | \"mobile tel-area-code\" | \"mobile tel-country-code webauthn\" | \"mobile tel-country-code\" | \"mobile tel-extension webauthn\" | \"mobile tel-extension\" | \"mobile tel-local webauthn\" | \"mobile tel-local\" | \"mobile tel-local-prefix webauthn\" | \"mobile tel-local-prefix\" | \"mobile tel-local-suffix webauthn\" | \"mobile tel-local-suffix\" | \"mobile tel-national webauthn\" | \"mobile tel-national\" | \"name webauthn\" | \"name\" | \"new-password webauthn\" | \"new-password\" | \"off\" | \"on\" | \"one-time-code webauthn\" | \"one-time-code\" | \"organization webauthn\" | \"organization\" | \"postal-code webauthn\" | \"postal-code\" | \"shipping additional-name webauthn\" | \"shipping additional-name\" | \"shipping address-level1 webauthn\" | \"shipping address-level1\" | \"shipping address-level2 webauthn\" | \"shipping address-level2\" | \"shipping address-level3 webauthn\" | \"shipping address-level3\" | \"shipping address-level4 webauthn\" | \"shipping address-level4\" | \"shipping address-line1 webauthn\" | \"shipping address-line1\" | \"shipping address-line2 webauthn\" | \"shipping address-line2\" | \"shipping address-line3 webauthn\" | \"shipping address-line3\" | \"shipping bday-day webauthn\" | \"shipping bday-day\" | \"shipping bday-month webauthn\" | \"shipping bday-month\" | \"shipping bday-year webauthn\" | \"shipping bday-year\" | \"shipping cc-csc webauthn\" | \"shipping cc-csc\" | \"shipping cc-exp webauthn\" | \"shipping cc-exp\" | \"shipping cc-exp-month webauthn\" | \"shipping cc-exp-month\" | \"shipping cc-exp-year webauthn\" | \"shipping cc-exp-year\" | \"shipping cc-family-name webauthn\" | \"shipping cc-family-name\" | \"shipping cc-given-name webauthn\" | \"shipping cc-given-name\" | \"shipping cc-name webauthn\" | \"shipping cc-name\" | \"shipping cc-number webauthn\" | \"shipping cc-number\" | \"shipping cc-type webauthn\" | \"shipping cc-type\" | \"shipping country webauthn\" | \"shipping country\" | \"shipping country-name webauthn\" | \"shipping country-name\" | \"shipping current-password webauthn\" | \"shipping current-password\" | \"shipping email webauthn\" | \"shipping email\" | \"shipping family-name webauthn\" | \"shipping family-name\" | \"shipping given-name webauthn\" | \"shipping given-name\" | \"shipping home email webauthn\" | \"shipping home email\" | \"shipping home tel webauthn\" | \"shipping home tel\" | \"shipping home tel-area-code webauthn\" | \"shipping home tel-area-code\" | \"shipping home tel-country-code webauthn\" | \"shipping home tel-country-code\" | \"shipping home tel-extension webauthn\" | \"shipping home tel-extension\" | \"shipping home tel-local webauthn\" | \"shipping home tel-local\" | \"shipping home tel-local-prefix webauthn\" | \"shipping home tel-local-prefix\" | \"shipping home tel-local-suffix webauthn\" | \"shipping home tel-local-suffix\" | \"shipping home tel-national webauthn\" | \"shipping home tel-national\" | \"shipping honorific-prefix webauthn\" | \"shipping honorific-prefix\" | \"shipping honorific-suffix webauthn\" | \"shipping honorific-suffix\" | \"shipping mobile email webauthn\" | \"shipping mobile email\" | \"shipping mobile tel webauthn\" | \"shipping mobile tel\" | \"shipping mobile tel-area-code webauthn\" | \"shipping mobile tel-area-code\" | \"shipping mobile tel-country-code webauthn\" | \"shipping mobile tel-country-code\" | \"shipping mobile tel-extension webauthn\" | \"shipping mobile tel-extension\" | \"shipping mobile tel-local webauthn\" | \"shipping mobile tel-local\" | \"shipping mobile tel-local-prefix webauthn\" | \"shipping mobile tel-local-prefix\" | \"shipping mobile tel-local-suffix webauthn\" | \"shipping mobile tel-local-suffix\" | \"shipping mobile tel-national webauthn\" | \"shipping mobile tel-national\" | \"shipping name webauthn\" | \"shipping name\" | \"shipping new-password webauthn\" | \"shipping new-password\" | \"shipping one-time-code webauthn\" | \"shipping one-time-code\" | \"shipping organization webauthn\" | \"shipping organization\" | \"shipping postal-code webauthn\" | \"shipping postal-code\" | \"shipping street-address webauthn\" | \"shipping street-address\" | \"shipping tel webauthn\" | \"shipping tel\" | \"shipping tel-area-code webauthn\" | \"shipping tel-area-code\" | \"shipping tel-country-code webauthn\" | \"shipping tel-country-code\" | \"shipping tel-extension webauthn\" | \"shipping tel-extension\" | \"shipping tel-local webauthn\" | \"shipping tel-local\" | \"shipping tel-local-prefix webauthn\" | \"shipping tel-local-prefix\" | \"shipping tel-local-suffix webauthn\" | \"shipping tel-local-suffix\" | \"shipping tel-national webauthn\" | \"shipping tel-national\" | \"shipping transaction-amount webauthn\" | \"shipping transaction-amount\" | \"shipping transaction-currency webauthn\" | \"shipping transaction-currency\" | \"shipping username webauthn\" | \"shipping username\" | \"shipping work email webauthn\" | \"shipping work email\" | \"shipping work tel webauthn\" | \"shipping work tel\" | \"shipping work tel-area-code webauthn\" | \"shipping work tel-area-code\" | \"shipping work tel-country-code webauthn\" | \"shipping work tel-country-code\" | \"shipping work tel-extension webauthn\" | \"shipping work tel-extension\" | \"shipping work tel-local webauthn\" | \"shipping work tel-local\" | \"shipping work tel-local-prefix webauthn\" | \"shipping work tel-local-prefix\" | \"shipping work tel-local-suffix webauthn\" | \"shipping work tel-local-suffix\" | \"shipping work tel-national webauthn\" | \"shipping work tel-national\" | \"street-address webauthn\" | \"street-address\" | \"tel webauthn\" | \"tel\" | \"tel-area-code webauthn\" | \"tel-area-code\" | \"tel-country-code webauthn\" | \"tel-country-code\" | \"tel-extension webauthn\" | \"tel-extension\" | \"tel-local webauthn\" | \"tel-local\" | \"tel-local-prefix webauthn\" | \"tel-local-prefix\" | \"tel-local-suffix webauthn\" | \"tel-local-suffix\" | \"tel-national webauthn\" | \"tel-national\" | \"transaction-amount webauthn\" | \"transaction-amount\" | \"transaction-currency webauthn\" | \"transaction-currency\" | \"username webauthn\" | \"username\" | \"work email webauthn\" | \"work email\" | \"work tel webauthn\" | \"work tel\" | \"work tel-area-code webauthn\" | \"work tel-area-code\" | \"work tel-country-code webauthn\" | \"work tel-country-code\" | \"work tel-extension webauthn\" | \"work tel-extension\" | \"work tel-local webauthn\" | \"work tel-local\" | \"work tel-local-prefix webauthn\" | \"work tel-local-prefix\" | \"work tel-local-suffix webauthn\" | \"work tel-local-suffix\" | \"work tel-national webauthn\" | \"work tel-national\" | `section-${string} additional-name webauthn` | `section-${string} additional-name` | `section-${string} address-level1 webauthn` | `section-${string} address-level1` | `section-${string} address-level2 webauthn` | `section-${string} address-level2` | `section-${string} address-level3 webauthn` | `section-${string} address-level3` | `section-${string} address-level4 webauthn` | `section-${string} address-level4` | `section-${string} address-line1 webauthn` | `section-${string} address-line1` | `section-${string} address-line2 webauthn` | `section-${string} address-line2` | `section-${string} address-line3 webauthn` | `section-${string} address-line3` | `section-${string} bday-day webauthn` | `section-${string} bday-day` | `section-${string} bday-month webauthn` | `section-${string} bday-month` | `section-${string} bday-year webauthn` | `section-${string} bday-year` | `section-${string} billing additional-name webauthn` | `section-${string} billing additional-name` | `section-${string} billing address-level1 webauthn` | `section-${string} billing address-level1` | `section-${string} billing address-level2 webauthn` | `section-${string} billing address-level2` | `section-${string} billing address-level3 webauthn` | `section-${string} billing address-level3` | `section-${string} billing address-level4 webauthn` | `section-${string} billing address-level4` | `section-${string} billing address-line1 webauthn` | `section-${string} billing address-line1` | `section-${string} billing address-line2 webauthn` | `section-${string} billing address-line2` | `section-${string} billing address-line3 webauthn` | `section-${string} billing address-line3` | `section-${string} billing bday-day webauthn` | `section-${string} billing bday-day` | `section-${string} billing bday-month webauthn` | `section-${string} billing bday-month` | `section-${string} billing bday-year webauthn` | `section-${string} billing bday-year` | `section-${string} billing cc-csc webauthn` | `section-${string} billing cc-csc` | `section-${string} billing cc-exp webauthn` | `section-${string} billing cc-exp-month webauthn` | `section-${string} billing cc-exp-month` | `section-${string} billing cc-exp-year webauthn` | `section-${string} billing cc-exp-year` | `section-${string} billing cc-exp` | `section-${string} billing cc-family-name webauthn` | `section-${string} billing cc-family-name` | `section-${string} billing cc-given-name webauthn` | `section-${string} billing cc-given-name` | `section-${string} billing cc-name webauthn` | `section-${string} billing cc-name` | `section-${string} billing cc-number webauthn` | `section-${string} billing cc-number` | `section-${string} billing cc-type webauthn` | `section-${string} billing cc-type` | `section-${string} billing country webauthn` | `section-${string} billing country-name webauthn` | `section-${string} billing country-name` | `section-${string} billing country` | `section-${string} billing current-password webauthn` | `section-${string} billing current-password` | `section-${string} billing email webauthn` | `section-${string} billing email` | `section-${string} billing family-name webauthn` | `section-${string} billing family-name` | `section-${string} billing given-name webauthn` | `section-${string} billing given-name` | `section-${string} billing home email webauthn` | `section-${string} billing home email` | `section-${string} billing home tel webauthn` | `section-${string} billing home tel-area-code webauthn` | `section-${string} billing home tel-area-code` | `section-${string} billing home tel-country-code webauthn` | `section-${string} billing home tel-country-code` | `section-${string} billing home tel-extension webauthn` | `section-${string} billing home tel-extension` | `section-${string} billing home tel-local webauthn` | `section-${string} billing home tel-local-prefix webauthn` | `section-${string} billing home tel-local-prefix` | `section-${string} billing home tel-local-suffix webauthn` | `section-${string} billing home tel-local-suffix` | `section-${string} billing home tel-local` | `section-${string} billing home tel-national webauthn` | `section-${string} billing home tel-national` | `section-${string} billing home tel` | `section-${string} billing honorific-prefix webauthn` | `section-${string} billing honorific-prefix` | `section-${string} billing honorific-suffix webauthn` | `section-${string} billing honorific-suffix` | `section-${string} billing mobile email webauthn` | `section-${string} billing mobile email` | `section-${string} billing mobile tel webauthn` | `section-${string} billing mobile tel-area-code webauthn` | `section-${string} billing mobile tel-area-code` | `section-${string} billing mobile tel-country-code webauthn` | `section-${string} billing mobile tel-country-code` | `section-${string} billing mobile tel-extension webauthn` | `section-${string} billing mobile tel-extension` | `section-${string} billing mobile tel-local webauthn` | `section-${string} billing mobile tel-local-prefix webauthn` | `section-${string} billing mobile tel-local-prefix` | `section-${string} billing mobile tel-local-suffix webauthn` | `section-${string} billing mobile tel-local-suffix` | `section-${string} billing mobile tel-local` | `section-${string} billing mobile tel-national webauthn` | `section-${string} billing mobile tel-national` | `section-${string} billing mobile tel` | `section-${string} billing name webauthn` | `section-${string} billing name` | `section-${string} billing new-password webauthn` | `section-${string} billing new-password` | `section-${string} billing one-time-code webauthn` | `section-${string} billing one-time-code` | `section-${string} billing organization webauthn` | `section-${string} billing organization` | `section-${string} billing postal-code webauthn` | `section-${string} billing postal-code` | `section-${string} billing street-address webauthn` | `section-${string} billing street-address` | `section-${string} billing tel webauthn` | `section-${string} billing tel-area-code webauthn` | `section-${string} billing tel-area-code` | `section-${string} billing tel-country-code webauthn` | `section-${string} billing tel-country-code` | `section-${string} billing tel-extension webauthn` | `section-${string} billing tel-extension` | `section-${string} billing tel-local webauthn` | `section-${string} billing tel-local-prefix webauthn` | `section-${string} billing tel-local-prefix` | `section-${string} billing tel-local-suffix webauthn` | `section-${string} billing tel-local-suffix` | `section-${string} billing tel-local` | `section-${string} billing tel-national webauthn` | `section-${string} billing tel-national` | `section-${string} billing tel` | `section-${string} billing transaction-amount webauthn` | `section-${string} billing transaction-amount` | `section-${string} billing transaction-currency webauthn` | `section-${string} billing transaction-currency` | `section-${string} billing username webauthn` | `section-${string} billing username` | `section-${string} billing work email webauthn` | `section-${string} billing work email` | `section-${string} billing work tel webauthn` | `section-${string} billing work tel-area-code webauthn` | `section-${string} billing work tel-area-code` | `section-${string} billing work tel-country-code webauthn` | `section-${string} billing work tel-country-code` | `section-${string} billing work tel-extension webauthn` | `section-${string} billing work tel-extension` | `section-${string} billing work tel-local webauthn` | `section-${string} billing work tel-local-prefix webauthn` | `section-${string} billing work tel-local-prefix` | `section-${string} billing work tel-local-suffix webauthn` | `section-${string} billing work tel-local-suffix` | `section-${string} billing work tel-local` | `section-${string} billing work tel-national webauthn` | `section-${string} billing work tel-national` | `section-${string} billing work tel` | `section-${string} cc-csc webauthn` | `section-${string} cc-csc` | `section-${string} cc-exp webauthn` | `section-${string} cc-exp-month webauthn` | `section-${string} cc-exp-month` | `section-${string} cc-exp-year webauthn` | `section-${string} cc-exp-year` | `section-${string} cc-exp` | `section-${string} cc-family-name webauthn` | `section-${string} cc-family-name` | `section-${string} cc-given-name webauthn` | `section-${string} cc-given-name` | `section-${string} cc-name webauthn` | `section-${string} cc-name` | `section-${string} cc-number webauthn` | `section-${string} cc-number` | `section-${string} cc-type webauthn` | `section-${string} cc-type` | `section-${string} country webauthn` | `section-${string} country-name webauthn` | `section-${string} country-name` | `section-${string} country` | `section-${string} current-password webauthn` | `section-${string} current-password` | `section-${string} email webauthn` | `section-${string} email` | `section-${string} family-name webauthn` | `section-${string} family-name` | `section-${string} given-name webauthn` | `section-${string} given-name` | `section-${string} home email webauthn` | `section-${string} home email` | `section-${string} home tel webauthn` | `section-${string} home tel-area-code webauthn` | `section-${string} home tel-area-code` | `section-${string} home tel-country-code webauthn` | `section-${string} home tel-country-code` | `section-${string} home tel-extension webauthn` | `section-${string} home tel-extension` | `section-${string} home tel-local webauthn` | `section-${string} home tel-local-prefix webauthn` | `section-${string} home tel-local-prefix` | `section-${string} home tel-local-suffix webauthn` | `section-${string} home tel-local-suffix` | `section-${string} home tel-local` | `section-${string} home tel-national webauthn` | `section-${string} home tel-national` | `section-${string} home tel` | `section-${string} honorific-prefix webauthn` | `section-${string} honorific-prefix` | `section-${string} honorific-suffix webauthn` | `section-${string} honorific-suffix` | `section-${string} mobile email webauthn` | `section-${string} mobile email` | `section-${string} mobile tel webauthn` | `section-${string} mobile tel-area-code webauthn` | `section-${string} mobile tel-area-code` | `section-${string} mobile tel-country-code webauthn` | `section-${string} mobile tel-country-code` | `section-${string} mobile tel-extension webauthn` | `section-${string} mobile tel-extension` | `section-${string} mobile tel-local webauthn` | `section-${string} mobile tel-local-prefix webauthn` | `section-${string} mobile tel-local-prefix` | `section-${string} mobile tel-local-suffix webauthn` | `section-${string} mobile tel-local-suffix` | `section-${string} mobile tel-local` | `section-${string} mobile tel-national webauthn` | `section-${string} mobile tel-national` | `section-${string} mobile tel` | `section-${string} name webauthn` | `section-${string} name` | `section-${string} new-password webauthn` | `section-${string} new-password` | `section-${string} one-time-code webauthn` | `section-${string} one-time-code` | `section-${string} organization webauthn` | `section-${string} organization` | `section-${string} postal-code webauthn` | `section-${string} postal-code` | `section-${string} shipping additional-name webauthn` | `section-${string} shipping additional-name` | `section-${string} shipping address-level1 webauthn` | `section-${string} shipping address-level1` | `section-${string} shipping address-level2 webauthn` | `section-${string} shipping address-level2` | `section-${string} shipping address-level3 webauthn` | `section-${string} shipping address-level3` | `section-${string} shipping address-level4 webauthn` | `section-${string} shipping address-level4` | `section-${string} shipping address-line1 webauthn` | `section-${string} shipping address-line1` | `section-${string} shipping address-line2 webauthn` | `section-${string} shipping address-line2` | `section-${string} shipping address-line3 webauthn` | `section-${string} shipping address-line3` | `section-${string} shipping bday-day webauthn` | `section-${string} shipping bday-day` | `section-${string} shipping bday-month webauthn` | `section-${string} shipping bday-month` | `section-${string} shipping bday-year webauthn` | `section-${string} shipping bday-year` | `section-${string} shipping cc-csc webauthn` | `section-${string} shipping cc-csc` | `section-${string} shipping cc-exp webauthn` | `section-${string} shipping cc-exp-month webauthn` | `section-${string} shipping cc-exp-month` | `section-${string} shipping cc-exp-year webauthn` | `section-${string} shipping cc-exp-year` | `section-${string} shipping cc-exp` | `section-${string} shipping cc-family-name webauthn` | `section-${string} shipping cc-family-name` | `section-${string} shipping cc-given-name webauthn` | `section-${string} shipping cc-given-name` | `section-${string} shipping cc-name webauthn` | `section-${string} shipping cc-name` | `section-${string} shipping cc-number webauthn` | `section-${string} shipping cc-number` | `section-${string} shipping cc-type webauthn` | `section-${string} shipping cc-type` | `section-${string} shipping country webauthn` | `section-${string} shipping country-name webauthn` | `section-${string} shipping country-name` | `section-${string} shipping country` | `section-${string} shipping current-password webauthn` | `section-${string} shipping current-password` | `section-${string} shipping email webauthn` | `section-${string} shipping email` | `section-${string} shipping family-name webauthn` | `section-${string} shipping family-name` | `section-${string} shipping given-name webauthn` | `section-${string} shipping given-name` | `section-${string} shipping home email webauthn` | `section-${string} shipping home email` | `section-${string} shipping home tel webauthn` | `section-${string} shipping home tel-area-code webauthn` | `section-${string} shipping home tel-area-code` | `section-${string} shipping home tel-country-code webauthn` | `section-${string} shipping home tel-country-code` | `section-${string} shipping home tel-extension webauthn` | `section-${string} shipping home tel-extension` | `section-${string} shipping home tel-local webauthn` | `section-${string} shipping home tel-local-prefix webauthn` | `section-${string} shipping home tel-local-prefix` | `section-${string} shipping home tel-local-suffix webauthn` | `section-${string} shipping home tel-local-suffix` | `section-${string} shipping home tel-local` | `section-${string} shipping home tel-national webauthn` | `section-${string} shipping home tel-national` | `section-${string} shipping home tel` | `section-${string} shipping honorific-prefix webauthn` | `section-${string} shipping honorific-prefix` | `section-${string} shipping honorific-suffix webauthn` | `section-${string} shipping honorific-suffix` | `section-${string} shipping mobile email webauthn` | `section-${string} shipping mobile email` | `section-${string} shipping mobile tel webauthn` | `section-${string} shipping mobile tel-area-code webauthn` | `section-${string} shipping mobile tel-area-code` | `section-${string} shipping mobile tel-country-code webauthn` | `section-${string} shipping mobile tel-country-code` | `section-${string} shipping mobile tel-extension webauthn` | `section-${string} shipping mobile tel-extension` | `section-${string} shipping mobile tel-local webauthn` | `section-${string} shipping mobile tel-local-prefix webauthn` | `section-${string} shipping mobile tel-local-prefix` | `section-${string} shipping mobile tel-local-suffix webauthn` | `section-${string} shipping mobile tel-local-suffix` | `section-${string} shipping mobile tel-local` | `section-${string} shipping mobile tel-national webauthn` | `section-${string} shipping mobile tel-national` | `section-${string} shipping mobile tel` | `section-${string} shipping name webauthn` | `section-${string} shipping name` | `section-${string} shipping new-password webauthn` | `section-${string} shipping new-password` | `section-${string} shipping one-time-code webauthn` | `section-${string} shipping one-time-code` | `section-${string} shipping organization webauthn` | `section-${string} shipping organization` | `section-${string} shipping postal-code webauthn` | `section-${string} shipping postal-code` | `section-${string} shipping street-address webauthn` | `section-${string} shipping street-address` | `section-${string} shipping tel webauthn` | `section-${string} shipping tel-area-code webauthn` | `section-${string} shipping tel-area-code` | `section-${string} shipping tel-country-code webauthn` | `section-${string} shipping tel-country-code` | `section-${string} shipping tel-extension webauthn` | `section-${string} shipping tel-extension` | `section-${string} shipping tel-local webauthn` | `section-${string} shipping tel-local-prefix webauthn` | `section-${string} shipping tel-local-prefix` | `section-${string} shipping tel-local-suffix webauthn` | `section-${string} shipping tel-local-suffix` | `section-${string} shipping tel-local` | `section-${string} shipping tel-national webauthn` | `section-${string} shipping tel-national` | `section-${string} shipping tel` | `section-${string} shipping transaction-amount webauthn` | `section-${string} shipping transaction-amount` | `section-${string} shipping transaction-currency webauthn` | `section-${string} shipping transaction-currency` | `section-${string} shipping username webauthn` | `section-${string} shipping username` | `section-${string} shipping work email webauthn` | `section-${string} shipping work email` | `section-${string} shipping work tel webauthn` | `section-${string} shipping work tel-area-code webauthn` | `section-${string} shipping work tel-area-code` | `section-${string} shipping work tel-country-code webauthn` | `section-${string} shipping work tel-country-code` | `section-${string} shipping work tel-extension webauthn` | `section-${string} shipping work tel-extension` | `section-${string} shipping work tel-local webauthn` | `section-${string} shipping work tel-local-prefix webauthn` | `section-${string} shipping work tel-local-prefix` | `section-${string} shipping work tel-local-suffix webauthn` | `section-${string} shipping work tel-local-suffix` | `section-${string} shipping work tel-local` | `section-${string} shipping work tel-national webauthn` | `section-${string} shipping work tel-national` | `section-${string} shipping work tel` | `section-${string} street-address webauthn` | `section-${string} street-address` | `section-${string} tel webauthn` | `section-${string} tel-area-code webauthn` | `section-${string} tel-area-code` | `section-${string} tel-country-code webauthn` | `section-${string} tel-country-code` | `section-${string} tel-extension webauthn` | `section-${string} tel-extension` | `section-${string} tel-local webauthn` | `section-${string} tel-local-prefix webauthn` | `section-${string} tel-local-prefix` | `section-${string} tel-local-suffix webauthn` | `section-${string} tel-local-suffix` | `section-${string} tel-local` | `section-${string} tel-national webauthn` | `section-${string} tel-national` | `section-${string} tel` | `section-${string} transaction-amount webauthn` | `section-${string} transaction-amount` | `section-${string} transaction-currency webauthn` | `section-${string} transaction-currency` | `section-${string} username webauthn` | `section-${string} username` | `section-${string} work email webauthn` | `section-${string} work email` | `section-${string} work tel webauthn` | `section-${string} work tel-area-code webauthn` | `section-${string} work tel-area-code` | `section-${string} work tel-country-code webauthn` | `section-${string} work tel-country-code` | `section-${string} work tel-extension webauthn` | `section-${string} work tel-extension` | `section-${string} work tel-local webauthn` | `section-${string} work tel-local-prefix webauthn` | `section-${string} work tel-local-prefix` | `section-${string} work tel-local-suffix webauthn` | `section-${string} work tel-local-suffix` | `section-${string} work tel-local` | `section-${string} work tel-national webauthn` | `section-${string} work tel-national` | `section-${string} work tel`",
1231
+ "resolved": "\"\" | \"additional-name webauthn\" | \"additional-name\" | \"address-level1 webauthn\" | \"address-level1\" | \"address-level2 webauthn\" | \"address-level2\" | \"address-level3 webauthn\" | \"address-level3\" | \"address-level4 webauthn\" | \"address-level4\" | \"address-line1 webauthn\" | \"address-line1\" | \"address-line2 webauthn\" | \"address-line2\" | \"address-line3 webauthn\" | \"address-line3\" | \"bday-day webauthn\" | \"bday-day\" | \"bday-month webauthn\" | \"bday-month\" | \"bday-year webauthn\" | \"bday-year\" | \"billing additional-name webauthn\" | \"billing additional-name\" | \"billing address-level1 webauthn\" | \"billing address-level1\" | \"billing address-level2 webauthn\" | \"billing address-level2\" | \"billing address-level3 webauthn\" | \"billing address-level3\" | \"billing address-level4 webauthn\" | \"billing address-level4\" | \"billing address-line1 webauthn\" | \"billing address-line1\" | \"billing address-line2 webauthn\" | \"billing address-line2\" | \"billing address-line3 webauthn\" | \"billing address-line3\" | \"billing bday-day webauthn\" | \"billing bday-day\" | \"billing bday-month webauthn\" | \"billing bday-month\" | \"billing bday-year webauthn\" | \"billing bday-year\" | \"billing cc-csc webauthn\" | \"billing cc-csc\" | \"billing cc-exp webauthn\" | \"billing cc-exp\" | \"billing cc-exp-month webauthn\" | \"billing cc-exp-month\" | \"billing cc-exp-year webauthn\" | \"billing cc-exp-year\" | \"billing cc-family-name webauthn\" | \"billing cc-family-name\" | \"billing cc-given-name webauthn\" | \"billing cc-given-name\" | \"billing cc-name webauthn\" | \"billing cc-name\" | \"billing cc-number webauthn\" | \"billing cc-number\" | \"billing cc-type webauthn\" | \"billing cc-type\" | \"billing country webauthn\" | \"billing country\" | \"billing country-name webauthn\" | \"billing country-name\" | \"billing current-password webauthn\" | \"billing current-password\" | \"billing email webauthn\" | \"billing email\" | \"billing family-name webauthn\" | \"billing family-name\" | \"billing given-name webauthn\" | \"billing given-name\" | \"billing home email webauthn\" | \"billing home email\" | \"billing home tel webauthn\" | \"billing home tel\" | \"billing home tel-area-code webauthn\" | \"billing home tel-area-code\" | \"billing home tel-country-code webauthn\" | \"billing home tel-country-code\" | \"billing home tel-extension webauthn\" | \"billing home tel-extension\" | \"billing home tel-local webauthn\" | \"billing home tel-local\" | \"billing home tel-local-prefix webauthn\" | \"billing home tel-local-prefix\" | \"billing home tel-local-suffix webauthn\" | \"billing home tel-local-suffix\" | \"billing home tel-national webauthn\" | \"billing home tel-national\" | \"billing honorific-prefix webauthn\" | \"billing honorific-prefix\" | \"billing honorific-suffix webauthn\" | \"billing honorific-suffix\" | \"billing mobile email webauthn\" | \"billing mobile email\" | \"billing mobile tel webauthn\" | \"billing mobile tel\" | \"billing mobile tel-area-code webauthn\" | \"billing mobile tel-area-code\" | \"billing mobile tel-country-code webauthn\" | \"billing mobile tel-country-code\" | \"billing mobile tel-extension webauthn\" | \"billing mobile tel-extension\" | \"billing mobile tel-local webauthn\" | \"billing mobile tel-local\" | \"billing mobile tel-local-prefix webauthn\" | \"billing mobile tel-local-prefix\" | \"billing mobile tel-local-suffix webauthn\" | \"billing mobile tel-local-suffix\" | \"billing mobile tel-national webauthn\" | \"billing mobile tel-national\" | \"billing name webauthn\" | \"billing name\" | \"billing new-password webauthn\" | \"billing new-password\" | \"billing one-time-code webauthn\" | \"billing one-time-code\" | \"billing organization webauthn\" | \"billing organization\" | \"billing postal-code webauthn\" | \"billing postal-code\" | \"billing street-address webauthn\" | \"billing street-address\" | \"billing tel webauthn\" | \"billing tel\" | \"billing tel-area-code webauthn\" | \"billing tel-area-code\" | \"billing tel-country-code webauthn\" | \"billing tel-country-code\" | \"billing tel-extension webauthn\" | \"billing tel-extension\" | \"billing tel-local webauthn\" | \"billing tel-local\" | \"billing tel-local-prefix webauthn\" | \"billing tel-local-prefix\" | \"billing tel-local-suffix webauthn\" | \"billing tel-local-suffix\" | \"billing tel-national webauthn\" | \"billing tel-national\" | \"billing transaction-amount webauthn\" | \"billing transaction-amount\" | \"billing transaction-currency webauthn\" | \"billing transaction-currency\" | \"billing username webauthn\" | \"billing username\" | \"billing work email webauthn\" | \"billing work email\" | \"billing work tel webauthn\" | \"billing work tel\" | \"billing work tel-area-code webauthn\" | \"billing work tel-area-code\" | \"billing work tel-country-code webauthn\" | \"billing work tel-country-code\" | \"billing work tel-extension webauthn\" | \"billing work tel-extension\" | \"billing work tel-local webauthn\" | \"billing work tel-local\" | \"billing work tel-local-prefix webauthn\" | \"billing work tel-local-prefix\" | \"billing work tel-local-suffix webauthn\" | \"billing work tel-local-suffix\" | \"billing work tel-national webauthn\" | \"billing work tel-national\" | \"cc-csc webauthn\" | \"cc-csc\" | \"cc-exp webauthn\" | \"cc-exp\" | \"cc-exp-month webauthn\" | \"cc-exp-month\" | \"cc-exp-year webauthn\" | \"cc-exp-year\" | \"cc-family-name webauthn\" | \"cc-family-name\" | \"cc-given-name webauthn\" | \"cc-given-name\" | \"cc-name webauthn\" | \"cc-name\" | \"cc-number webauthn\" | \"cc-number\" | \"cc-type webauthn\" | \"cc-type\" | \"country webauthn\" | \"country\" | \"country-name webauthn\" | \"country-name\" | \"current-password webauthn\" | \"current-password\" | \"email webauthn\" | \"email\" | \"family-name webauthn\" | \"family-name\" | \"given-name webauthn\" | \"given-name\" | \"home email webauthn\" | \"home email\" | \"home tel webauthn\" | \"home tel\" | \"home tel-area-code webauthn\" | \"home tel-area-code\" | \"home tel-country-code webauthn\" | \"home tel-country-code\" | \"home tel-extension webauthn\" | \"home tel-extension\" | \"home tel-local webauthn\" | \"home tel-local\" | \"home tel-local-prefix webauthn\" | \"home tel-local-prefix\" | \"home tel-local-suffix webauthn\" | \"home tel-local-suffix\" | \"home tel-national webauthn\" | \"home tel-national\" | \"honorific-prefix webauthn\" | \"honorific-prefix\" | \"honorific-suffix webauthn\" | \"honorific-suffix\" | \"mobile email webauthn\" | \"mobile email\" | \"mobile tel webauthn\" | \"mobile tel\" | \"mobile tel-area-code webauthn\" | \"mobile tel-area-code\" | \"mobile tel-country-code webauthn\" | \"mobile tel-country-code\" | \"mobile tel-extension webauthn\" | \"mobile tel-extension\" | \"mobile tel-local webauthn\" | \"mobile tel-local\" | \"mobile tel-local-prefix webauthn\" | \"mobile tel-local-prefix\" | \"mobile tel-local-suffix webauthn\" | \"mobile tel-local-suffix\" | \"mobile tel-national webauthn\" | \"mobile tel-national\" | \"name webauthn\" | \"name\" | \"new-password webauthn\" | \"new-password\" | \"off\" | \"on\" | \"one-time-code webauthn\" | \"one-time-code\" | \"organization webauthn\" | \"organization\" | \"postal-code webauthn\" | \"postal-code\" | \"shipping additional-name webauthn\" | \"shipping additional-name\" | \"shipping address-level1 webauthn\" | \"shipping address-level1\" | \"shipping address-level2 webauthn\" | \"shipping address-level2\" | \"shipping address-level3 webauthn\" | \"shipping address-level3\" | \"shipping address-level4 webauthn\" | \"shipping address-level4\" | \"shipping address-line1 webauthn\" | \"shipping address-line1\" | \"shipping address-line2 webauthn\" | \"shipping address-line2\" | \"shipping address-line3 webauthn\" | \"shipping address-line3\" | \"shipping bday-day webauthn\" | \"shipping bday-day\" | \"shipping bday-month webauthn\" | \"shipping bday-month\" | \"shipping bday-year webauthn\" | \"shipping bday-year\" | \"shipping cc-csc webauthn\" | \"shipping cc-csc\" | \"shipping cc-exp webauthn\" | \"shipping cc-exp\" | \"shipping cc-exp-month webauthn\" | \"shipping cc-exp-month\" | \"shipping cc-exp-year webauthn\" | \"shipping cc-exp-year\" | \"shipping cc-family-name webauthn\" | \"shipping cc-family-name\" | \"shipping cc-given-name webauthn\" | \"shipping cc-given-name\" | \"shipping cc-name webauthn\" | \"shipping cc-name\" | \"shipping cc-number webauthn\" | \"shipping cc-number\" | \"shipping cc-type webauthn\" | \"shipping cc-type\" | \"shipping country webauthn\" | \"shipping country\" | \"shipping country-name webauthn\" | \"shipping country-name\" | \"shipping current-password webauthn\" | \"shipping current-password\" | \"shipping email webauthn\" | \"shipping email\" | \"shipping family-name webauthn\" | \"shipping family-name\" | \"shipping given-name webauthn\" | \"shipping given-name\" | \"shipping home email webauthn\" | \"shipping home email\" | \"shipping home tel webauthn\" | \"shipping home tel\" | \"shipping home tel-area-code webauthn\" | \"shipping home tel-area-code\" | \"shipping home tel-country-code webauthn\" | \"shipping home tel-country-code\" | \"shipping home tel-extension webauthn\" | \"shipping home tel-extension\" | \"shipping home tel-local webauthn\" | \"shipping home tel-local\" | \"shipping home tel-local-prefix webauthn\" | \"shipping home tel-local-prefix\" | \"shipping home tel-local-suffix webauthn\" | \"shipping home tel-local-suffix\" | \"shipping home tel-national webauthn\" | \"shipping home tel-national\" | \"shipping honorific-prefix webauthn\" | \"shipping honorific-prefix\" | \"shipping honorific-suffix webauthn\" | \"shipping honorific-suffix\" | \"shipping mobile email webauthn\" | \"shipping mobile email\" | \"shipping mobile tel webauthn\" | \"shipping mobile tel\" | \"shipping mobile tel-area-code webauthn\" | \"shipping mobile tel-area-code\" | \"shipping mobile tel-country-code webauthn\" | \"shipping mobile tel-country-code\" | \"shipping mobile tel-extension webauthn\" | \"shipping mobile tel-extension\" | \"shipping mobile tel-local webauthn\" | \"shipping mobile tel-local\" | \"shipping mobile tel-local-prefix webauthn\" | \"shipping mobile tel-local-prefix\" | \"shipping mobile tel-local-suffix webauthn\" | \"shipping mobile tel-local-suffix\" | \"shipping mobile tel-national webauthn\" | \"shipping mobile tel-national\" | \"shipping name webauthn\" | \"shipping name\" | \"shipping new-password webauthn\" | \"shipping new-password\" | \"shipping one-time-code webauthn\" | \"shipping one-time-code\" | \"shipping organization webauthn\" | \"shipping organization\" | \"shipping postal-code webauthn\" | \"shipping postal-code\" | \"shipping street-address webauthn\" | \"shipping street-address\" | \"shipping tel webauthn\" | \"shipping tel\" | \"shipping tel-area-code webauthn\" | \"shipping tel-area-code\" | \"shipping tel-country-code webauthn\" | \"shipping tel-country-code\" | \"shipping tel-extension webauthn\" | \"shipping tel-extension\" | \"shipping tel-local webauthn\" | \"shipping tel-local\" | \"shipping tel-local-prefix webauthn\" | \"shipping tel-local-prefix\" | \"shipping tel-local-suffix webauthn\" | \"shipping tel-local-suffix\" | \"shipping tel-national webauthn\" | \"shipping tel-national\" | \"shipping transaction-amount webauthn\" | \"shipping transaction-amount\" | \"shipping transaction-currency webauthn\" | \"shipping transaction-currency\" | \"shipping username webauthn\" | \"shipping username\" | \"shipping work email webauthn\" | \"shipping work email\" | \"shipping work tel webauthn\" | \"shipping work tel\" | \"shipping work tel-area-code webauthn\" | \"shipping work tel-area-code\" | \"shipping work tel-country-code webauthn\" | \"shipping work tel-country-code\" | \"shipping work tel-extension webauthn\" | \"shipping work tel-extension\" | \"shipping work tel-local webauthn\" | \"shipping work tel-local\" | \"shipping work tel-local-prefix webauthn\" | \"shipping work tel-local-prefix\" | \"shipping work tel-local-suffix webauthn\" | \"shipping work tel-local-suffix\" | \"shipping work tel-national webauthn\" | \"shipping work tel-national\" | \"street-address webauthn\" | \"street-address\" | \"tel webauthn\" | \"tel\" | \"tel-area-code webauthn\" | \"tel-area-code\" | \"tel-country-code webauthn\" | \"tel-country-code\" | \"tel-extension webauthn\" | \"tel-extension\" | \"tel-local webauthn\" | \"tel-local\" | \"tel-local-prefix webauthn\" | \"tel-local-prefix\" | \"tel-local-suffix webauthn\" | \"tel-local-suffix\" | \"tel-national webauthn\" | \"tel-national\" | \"transaction-amount webauthn\" | \"transaction-amount\" | \"transaction-currency webauthn\" | \"transaction-currency\" | \"username webauthn\" | \"username\" | \"work email webauthn\" | \"work email\" | \"work tel webauthn\" | \"work tel\" | \"work tel-area-code webauthn\" | \"work tel-area-code\" | \"work tel-country-code webauthn\" | \"work tel-country-code\" | \"work tel-extension webauthn\" | \"work tel-extension\" | \"work tel-local webauthn\" | \"work tel-local\" | \"work tel-local-prefix webauthn\" | \"work tel-local-prefix\" | \"work tel-local-suffix webauthn\" | \"work tel-local-suffix\" | \"work tel-national webauthn\" | \"work tel-national\" | `section-${string} additional-name webauthn` | `section-${string} additional-name` | `section-${string} address-level1 webauthn` | `section-${string} address-level1` | `section-${string} address-level2 webauthn` | `section-${string} address-level2` | `section-${string} address-level3 webauthn` | `section-${string} address-level3` | `section-${string} address-level4 webauthn` | `section-${string} address-level4` | `section-${string} address-line1 webauthn` | `section-${string} address-line1` | `section-${string} address-line2 webauthn` | `section-${string} address-line2` | `section-${string} address-line3 webauthn` | `section-${string} address-line3` | `section-${string} bday-day webauthn` | `section-${string} bday-day` | `section-${string} bday-month webauthn` | `section-${string} bday-month` | `section-${string} bday-year webauthn` | `section-${string} bday-year` | `section-${string} billing additional-name webauthn` | `section-${string} billing additional-name` | `section-${string} billing address-level1 webauthn` | `section-${string} billing address-level1` | `section-${string} billing address-level2 webauthn` | `section-${string} billing address-level2` | `section-${string} billing address-level3 webauthn` | `section-${string} billing address-level3` | `section-${string} billing address-level4 webauthn` | `section-${string} billing address-level4` | `section-${string} billing address-line1 webauthn` | `section-${string} billing address-line1` | `section-${string} billing address-line2 webauthn` | `section-${string} billing address-line2` | `section-${string} billing address-line3 webauthn` | `section-${string} billing address-line3` | `section-${string} billing bday-day webauthn` | `section-${string} billing bday-day` | `section-${string} billing bday-month webauthn` | `section-${string} billing bday-month` | `section-${string} billing bday-year webauthn` | `section-${string} billing bday-year` | `section-${string} billing cc-csc webauthn` | `section-${string} billing cc-csc` | `section-${string} billing cc-exp webauthn` | `section-${string} billing cc-exp-month webauthn` | `section-${string} billing cc-exp-month` | `section-${string} billing cc-exp-year webauthn` | `section-${string} billing cc-exp-year` | `section-${string} billing cc-exp` | `section-${string} billing cc-family-name webauthn` | `section-${string} billing cc-family-name` | `section-${string} billing cc-given-name webauthn` | `section-${string} billing cc-given-name` | `section-${string} billing cc-name webauthn` | `section-${string} billing cc-name` | `section-${string} billing cc-number webauthn` | `section-${string} billing cc-number` | `section-${string} billing cc-type webauthn` | `section-${string} billing cc-type` | `section-${string} billing country webauthn` | `section-${string} billing country-name webauthn` | `section-${string} billing country-name` | `section-${string} billing country` | `section-${string} billing current-password webauthn` | `section-${string} billing current-password` | `section-${string} billing email webauthn` | `section-${string} billing email` | `section-${string} billing family-name webauthn` | `section-${string} billing family-name` | `section-${string} billing given-name webauthn` | `section-${string} billing given-name` | `section-${string} billing home email webauthn` | `section-${string} billing home email` | `section-${string} billing home tel webauthn` | `section-${string} billing home tel-area-code webauthn` | `section-${string} billing home tel-area-code` | `section-${string} billing home tel-country-code webauthn` | `section-${string} billing home tel-country-code` | `section-${string} billing home tel-extension webauthn` | `section-${string} billing home tel-extension` | `section-${string} billing home tel-local webauthn` | `section-${string} billing home tel-local-prefix webauthn` | `section-${string} billing home tel-local-prefix` | `section-${string} billing home tel-local-suffix webauthn` | `section-${string} billing home tel-local-suffix` | `section-${string} billing home tel-local` | `section-${string} billing home tel-national webauthn` | `section-${string} billing home tel-national` | `section-${string} billing home tel` | `section-${string} billing honorific-prefix webauthn` | `section-${string} billing honorific-prefix` | `section-${string} billing honorific-suffix webauthn` | `section-${string} billing honorific-suffix` | `section-${string} billing mobile email webauthn` | `section-${string} billing mobile email` | `section-${string} billing mobile tel webauthn` | `section-${string} billing mobile tel-area-code webauthn` | `section-${string} billing mobile tel-area-code` | `section-${string} billing mobile tel-country-code webauthn` | `section-${string} billing mobile tel-country-code` | `section-${string} billing mobile tel-extension webauthn` | `section-${string} billing mobile tel-extension` | `section-${string} billing mobile tel-local webauthn` | `section-${string} billing mobile tel-local-prefix webauthn` | `section-${string} billing mobile tel-local-prefix` | `section-${string} billing mobile tel-local-suffix webauthn` | `section-${string} billing mobile tel-local-suffix` | `section-${string} billing mobile tel-local` | `section-${string} billing mobile tel-national webauthn` | `section-${string} billing mobile tel-national` | `section-${string} billing mobile tel` | `section-${string} billing name webauthn` | `section-${string} billing name` | `section-${string} billing new-password webauthn` | `section-${string} billing new-password` | `section-${string} billing one-time-code webauthn` | `section-${string} billing one-time-code` | `section-${string} billing organization webauthn` | `section-${string} billing organization` | `section-${string} billing postal-code webauthn` | `section-${string} billing postal-code` | `section-${string} billing street-address webauthn` | `section-${string} billing street-address` | `section-${string} billing tel webauthn` | `section-${string} billing tel-area-code webauthn` | `section-${string} billing tel-area-code` | `section-${string} billing tel-country-code webauthn` | `section-${string} billing tel-country-code` | `section-${string} billing tel-extension webauthn` | `section-${string} billing tel-extension` | `section-${string} billing tel-local webauthn` | `section-${string} billing tel-local-prefix webauthn` | `section-${string} billing tel-local-prefix` | `section-${string} billing tel-local-suffix webauthn` | `section-${string} billing tel-local-suffix` | `section-${string} billing tel-local` | `section-${string} billing tel-national webauthn` | `section-${string} billing tel-national` | `section-${string} billing tel` | `section-${string} billing transaction-amount webauthn` | `section-${string} billing transaction-amount` | `section-${string} billing transaction-currency webauthn` | `section-${string} billing transaction-currency` | `section-${string} billing username webauthn` | `section-${string} billing username` | `section-${string} billing work email webauthn` | `section-${string} billing work email` | `section-${string} billing work tel webauthn` | `section-${string} billing work tel-area-code webauthn` | `section-${string} billing work tel-area-code` | `section-${string} billing work tel-country-code webauthn` | `section-${string} billing work tel-country-code` | `section-${string} billing work tel-extension webauthn` | `section-${string} billing work tel-extension` | `section-${string} billing work tel-local webauthn` | `section-${string} billing work tel-local-prefix webauthn` | `section-${string} billing work tel-local-prefix` | `section-${string} billing work tel-local-suffix webauthn` | `section-${string} billing work tel-local-suffix` | `section-${string} billing work tel-local` | `section-${string} billing work tel-national webauthn` | `section-${string} billing work tel-national` | `section-${string} billing work tel` | `section-${string} cc-csc webauthn` | `section-${string} cc-csc` | `section-${string} cc-exp webauthn` | `section-${string} cc-exp-month webauthn` | `section-${string} cc-exp-month` | `section-${string} cc-exp-year webauthn` | `section-${string} cc-exp-year` | `section-${string} cc-exp` | `section-${string} cc-family-name webauthn` | `section-${string} cc-family-name` | `section-${string} cc-given-name webauthn` | `section-${string} cc-given-name` | `section-${string} cc-name webauthn` | `section-${string} cc-name` | `section-${string} cc-number webauthn` | `section-${string} cc-number` | `section-${string} cc-type webauthn` | `section-${string} cc-type` | `section-${string} country webauthn` | `section-${string} country-name webauthn` | `section-${string} country-name` | `section-${string} country` | `section-${string} current-password webauthn` | `section-${string} current-password` | `section-${string} email webauthn` | `section-${string} email` | `section-${string} family-name webauthn` | `section-${string} family-name` | `section-${string} given-name webauthn` | `section-${string} given-name` | `section-${string} home email webauthn` | `section-${string} home email` | `section-${string} home tel webauthn` | `section-${string} home tel-area-code webauthn` | `section-${string} home tel-area-code` | `section-${string} home tel-country-code webauthn` | `section-${string} home tel-country-code` | `section-${string} home tel-extension webauthn` | `section-${string} home tel-extension` | `section-${string} home tel-local webauthn` | `section-${string} home tel-local-prefix webauthn` | `section-${string} home tel-local-prefix` | `section-${string} home tel-local-suffix webauthn` | `section-${string} home tel-local-suffix` | `section-${string} home tel-local` | `section-${string} home tel-national webauthn` | `section-${string} home tel-national` | `section-${string} home tel` | `section-${string} honorific-prefix webauthn` | `section-${string} honorific-prefix` | `section-${string} honorific-suffix webauthn` | `section-${string} honorific-suffix` | `section-${string} mobile email webauthn` | `section-${string} mobile email` | `section-${string} mobile tel webauthn` | `section-${string} mobile tel-area-code webauthn` | `section-${string} mobile tel-area-code` | `section-${string} mobile tel-country-code webauthn` | `section-${string} mobile tel-country-code` | `section-${string} mobile tel-extension webauthn` | `section-${string} mobile tel-extension` | `section-${string} mobile tel-local webauthn` | `section-${string} mobile tel-local-prefix webauthn` | `section-${string} mobile tel-local-prefix` | `section-${string} mobile tel-local-suffix webauthn` | `section-${string} mobile tel-local-suffix` | `section-${string} mobile tel-local` | `section-${string} mobile tel-national webauthn` | `section-${string} mobile tel-national` | `section-${string} mobile tel` | `section-${string} name webauthn` | `section-${string} name` | `section-${string} new-password webauthn` | `section-${string} new-password` | `section-${string} one-time-code webauthn` | `section-${string} one-time-code` | `section-${string} organization webauthn` | `section-${string} organization` | `section-${string} postal-code webauthn` | `section-${string} postal-code` | `section-${string} shipping additional-name webauthn` | `section-${string} shipping additional-name` | `section-${string} shipping address-level1 webauthn` | `section-${string} shipping address-level1` | `section-${string} shipping address-level2 webauthn` | `section-${string} shipping address-level2` | `section-${string} shipping address-level3 webauthn` | `section-${string} shipping address-level3` | `section-${string} shipping address-level4 webauthn` | `section-${string} shipping address-level4` | `section-${string} shipping address-line1 webauthn` | `section-${string} shipping address-line1` | `section-${string} shipping address-line2 webauthn` | `section-${string} shipping address-line2` | `section-${string} shipping address-line3 webauthn` | `section-${string} shipping address-line3` | `section-${string} shipping bday-day webauthn` | `section-${string} shipping bday-day` | `section-${string} shipping bday-month webauthn` | `section-${string} shipping bday-month` | `section-${string} shipping bday-year webauthn` | `section-${string} shipping bday-year` | `section-${string} shipping cc-csc webauthn` | `section-${string} shipping cc-csc` | `section-${string} shipping cc-exp webauthn` | `section-${string} shipping cc-exp-month webauthn` | `section-${string} shipping cc-exp-month` | `section-${string} shipping cc-exp-year webauthn` | `section-${string} shipping cc-exp-year` | `section-${string} shipping cc-exp` | `section-${string} shipping cc-family-name webauthn` | `section-${string} shipping cc-family-name` | `section-${string} shipping cc-given-name webauthn` | `section-${string} shipping cc-given-name` | `section-${string} shipping cc-name webauthn` | `section-${string} shipping cc-name` | `section-${string} shipping cc-number webauthn` | `section-${string} shipping cc-number` | `section-${string} shipping cc-type webauthn` | `section-${string} shipping cc-type` | `section-${string} shipping country webauthn` | `section-${string} shipping country-name webauthn` | `section-${string} shipping country-name` | `section-${string} shipping country` | `section-${string} shipping current-password webauthn` | `section-${string} shipping current-password` | `section-${string} shipping email webauthn` | `section-${string} shipping email` | `section-${string} shipping family-name webauthn` | `section-${string} shipping family-name` | `section-${string} shipping given-name webauthn` | `section-${string} shipping given-name` | `section-${string} shipping home email webauthn` | `section-${string} shipping home email` | `section-${string} shipping home tel webauthn` | `section-${string} shipping home tel-area-code webauthn` | `section-${string} shipping home tel-area-code` | `section-${string} shipping home tel-country-code webauthn` | `section-${string} shipping home tel-country-code` | `section-${string} shipping home tel-extension webauthn` | `section-${string} shipping home tel-extension` | `section-${string} shipping home tel-local webauthn` | `section-${string} shipping home tel-local-prefix webauthn` | `section-${string} shipping home tel-local-prefix` | `section-${string} shipping home tel-local-suffix webauthn` | `section-${string} shipping home tel-local-suffix` | `section-${string} shipping home tel-local` | `section-${string} shipping home tel-national webauthn` | `section-${string} shipping home tel-national` | `section-${string} shipping home tel` | `section-${string} shipping honorific-prefix webauthn` | `section-${string} shipping honorific-prefix` | `section-${string} shipping honorific-suffix webauthn` | `section-${string} shipping honorific-suffix` | `section-${string} shipping mobile email webauthn` | `section-${string} shipping mobile email` | `section-${string} shipping mobile tel webauthn` | `section-${string} shipping mobile tel-area-code webauthn` | `section-${string} shipping mobile tel-area-code` | `section-${string} shipping mobile tel-country-code webauthn` | `section-${string} shipping mobile tel-country-code` | `section-${string} shipping mobile tel-extension webauthn` | `section-${string} shipping mobile tel-extension` | `section-${string} shipping mobile tel-local webauthn` | `section-${string} shipping mobile tel-local-prefix webauthn` | `section-${string} shipping mobile tel-local-prefix` | `section-${string} shipping mobile tel-local-suffix webauthn` | `section-${string} shipping mobile tel-local-suffix` | `section-${string} shipping mobile tel-local` | `section-${string} shipping mobile tel-national webauthn` | `section-${string} shipping mobile tel-national` | `section-${string} shipping mobile tel` | `section-${string} shipping name webauthn` | `section-${string} shipping name` | `section-${string} shipping new-password webauthn` | `section-${string} shipping new-password` | `section-${string} shipping one-time-code webauthn` | `section-${string} shipping one-time-code` | `section-${string} shipping organization webauthn` | `section-${string} shipping organization` | `section-${string} shipping postal-code webauthn` | `section-${string} shipping postal-code` | `section-${string} shipping street-address webauthn` | `section-${string} shipping street-address` | `section-${string} shipping tel webauthn` | `section-${string} shipping tel-area-code webauthn` | `section-${string} shipping tel-area-code` | `section-${string} shipping tel-country-code webauthn` | `section-${string} shipping tel-country-code` | `section-${string} shipping tel-extension webauthn` | `section-${string} shipping tel-extension` | `section-${string} shipping tel-local webauthn` | `section-${string} shipping tel-local-prefix webauthn` | `section-${string} shipping tel-local-prefix` | `section-${string} shipping tel-local-suffix webauthn` | `section-${string} shipping tel-local-suffix` | `section-${string} shipping tel-local` | `section-${string} shipping tel-national webauthn` | `section-${string} shipping tel-national` | `section-${string} shipping tel` | `section-${string} shipping transaction-amount webauthn` | `section-${string} shipping transaction-amount` | `section-${string} shipping transaction-currency webauthn` | `section-${string} shipping transaction-currency` | `section-${string} shipping username webauthn` | `section-${string} shipping username` | `section-${string} shipping work email webauthn` | `section-${string} shipping work email` | `section-${string} shipping work tel webauthn` | `section-${string} shipping work tel-area-code webauthn` | `section-${string} shipping work tel-area-code` | `section-${string} shipping work tel-country-code webauthn` | `section-${string} shipping work tel-country-code` | `section-${string} shipping work tel-extension webauthn` | `section-${string} shipping work tel-extension` | `section-${string} shipping work tel-local webauthn` | `section-${string} shipping work tel-local-prefix webauthn` | `section-${string} shipping work tel-local-prefix` | `section-${string} shipping work tel-local-suffix webauthn` | `section-${string} shipping work tel-local-suffix` | `section-${string} shipping work tel-local` | `section-${string} shipping work tel-national webauthn` | `section-${string} shipping work tel-national` | `section-${string} shipping work tel` | `section-${string} street-address webauthn` | `section-${string} street-address` | `section-${string} tel webauthn` | `section-${string} tel-area-code webauthn` | `section-${string} tel-area-code` | `section-${string} tel-country-code webauthn` | `section-${string} tel-country-code` | `section-${string} tel-extension webauthn` | `section-${string} tel-extension` | `section-${string} tel-local webauthn` | `section-${string} tel-local-prefix webauthn` | `section-${string} tel-local-prefix` | `section-${string} tel-local-suffix webauthn` | `section-${string} tel-local-suffix` | `section-${string} tel-local` | `section-${string} tel-national webauthn` | `section-${string} tel-national` | `section-${string} tel` | `section-${string} transaction-amount webauthn` | `section-${string} transaction-amount` | `section-${string} transaction-currency webauthn` | `section-${string} transaction-currency` | `section-${string} username webauthn` | `section-${string} username` | `section-${string} work email webauthn` | `section-${string} work email` | `section-${string} work tel webauthn` | `section-${string} work tel-area-code webauthn` | `section-${string} work tel-area-code` | `section-${string} work tel-country-code webauthn` | `section-${string} work tel-country-code` | `section-${string} work tel-extension webauthn` | `section-${string} work tel-extension` | `section-${string} work tel-local webauthn` | `section-${string} work tel-local-prefix webauthn` | `section-${string} work tel-local-prefix` | `section-${string} work tel-local-suffix webauthn` | `section-${string} work tel-local-suffix` | `section-${string} work tel-local` | `section-${string} work tel-national webauthn` | `section-${string} work tel-national` | `section-${string} work tel` | undefined",
1175
1232
  "references": {
1176
1233
  "Input": {
1177
1234
  "location": "import",
@@ -4221,6 +4278,9 @@
4221
4278
  },
4222
4279
  {
4223
4280
  "type": "`section-${string} work tel`"
4281
+ },
4282
+ {
4283
+ "type": "undefined"
4224
4284
  }
4225
4285
  ],
4226
4286
  "optional": true,
@@ -4230,10 +4290,10 @@
4230
4290
  },
4231
4291
  {
4232
4292
  "name": "autocorrect",
4233
- "type": "\"off\" | \"on\"",
4293
+ "type": "\"off\" | \"on\" | undefined",
4234
4294
  "complexType": {
4235
4295
  "original": "'on' | 'off'",
4236
- "resolved": "\"off\" | \"on\"",
4296
+ "resolved": "\"off\" | \"on\" | undefined",
4237
4297
  "references": {}
4238
4298
  },
4239
4299
  "mutable": false,
@@ -4254,6 +4314,9 @@
4254
4314
  {
4255
4315
  "value": "on",
4256
4316
  "type": "string"
4317
+ },
4318
+ {
4319
+ "type": "undefined"
4257
4320
  }
4258
4321
  ],
4259
4322
  "optional": true,
@@ -4349,10 +4412,10 @@
4349
4412
  },
4350
4413
  {
4351
4414
  "name": "errorMessage",
4352
- "type": "string",
4415
+ "type": "string | undefined",
4353
4416
  "complexType": {
4354
4417
  "original": "string",
4355
- "resolved": "string",
4418
+ "resolved": "string | undefined",
4356
4419
  "references": {}
4357
4420
  },
4358
4421
  "mutable": false,
@@ -4363,6 +4426,9 @@
4363
4426
  "values": [
4364
4427
  {
4365
4428
  "type": "string"
4429
+ },
4430
+ {
4431
+ "type": "undefined"
4366
4432
  }
4367
4433
  ],
4368
4434
  "optional": true,
@@ -4372,10 +4438,10 @@
4372
4438
  },
4373
4439
  {
4374
4440
  "name": "form",
4375
- "type": "string",
4441
+ "type": "string | undefined",
4376
4442
  "complexType": {
4377
4443
  "original": "string",
4378
- "resolved": "string",
4444
+ "resolved": "string | undefined",
4379
4445
  "references": {}
4380
4446
  },
4381
4447
  "mutable": false,
@@ -4386,6 +4452,9 @@
4386
4452
  "values": [
4387
4453
  {
4388
4454
  "type": "string"
4455
+ },
4456
+ {
4457
+ "type": "undefined"
4389
4458
  }
4390
4459
  ],
4391
4460
  "optional": true,
@@ -4395,10 +4464,10 @@
4395
4464
  },
4396
4465
  {
4397
4466
  "name": "helperText",
4398
- "type": "string",
4467
+ "type": "string | undefined",
4399
4468
  "complexType": {
4400
4469
  "original": "string",
4401
- "resolved": "string",
4470
+ "resolved": "string | undefined",
4402
4471
  "references": {}
4403
4472
  },
4404
4473
  "mutable": false,
@@ -4409,6 +4478,9 @@
4409
4478
  "values": [
4410
4479
  {
4411
4480
  "type": "string"
4481
+ },
4482
+ {
4483
+ "type": "undefined"
4412
4484
  }
4413
4485
  ],
4414
4486
  "optional": true,
@@ -4418,10 +4490,10 @@
4418
4490
  },
4419
4491
  {
4420
4492
  "name": "inputmode",
4421
- "type": "\"decimal\" | \"email\" | \"none\" | \"numeric\" | \"search\" | \"tel\" | \"text\" | \"url\"",
4493
+ "type": "\"decimal\" | \"email\" | \"none\" | \"numeric\" | \"search\" | \"tel\" | \"text\" | \"url\" | undefined",
4422
4494
  "complexType": {
4423
4495
  "original": "Input.Inputmode",
4424
- "resolved": "\"decimal\" | \"email\" | \"none\" | \"numeric\" | \"search\" | \"tel\" | \"text\" | \"url\"",
4496
+ "resolved": "\"decimal\" | \"email\" | \"none\" | \"numeric\" | \"search\" | \"tel\" | \"text\" | \"url\" | undefined",
4425
4497
  "references": {
4426
4498
  "Input": {
4427
4499
  "location": "import",
@@ -4468,6 +4540,9 @@
4468
4540
  {
4469
4541
  "value": "url",
4470
4542
  "type": "string"
4543
+ },
4544
+ {
4545
+ "type": "undefined"
4471
4546
  }
4472
4547
  ],
4473
4548
  "optional": true,
@@ -4500,10 +4575,10 @@
4500
4575
  },
4501
4576
  {
4502
4577
  "name": "max",
4503
- "type": "number | string",
4578
+ "type": "number | string | undefined",
4504
4579
  "complexType": {
4505
4580
  "original": "number | string",
4506
- "resolved": "number | string",
4581
+ "resolved": "number | string | undefined",
4507
4582
  "references": {}
4508
4583
  },
4509
4584
  "mutable": false,
@@ -4517,6 +4592,9 @@
4517
4592
  },
4518
4593
  {
4519
4594
  "type": "string"
4595
+ },
4596
+ {
4597
+ "type": "undefined"
4520
4598
  }
4521
4599
  ],
4522
4600
  "optional": true,
@@ -4526,10 +4604,10 @@
4526
4604
  },
4527
4605
  {
4528
4606
  "name": "maxlength",
4529
- "type": "number",
4607
+ "type": "number | undefined",
4530
4608
  "complexType": {
4531
4609
  "original": "number",
4532
- "resolved": "number",
4610
+ "resolved": "number | undefined",
4533
4611
  "references": {}
4534
4612
  },
4535
4613
  "mutable": false,
@@ -4540,6 +4618,9 @@
4540
4618
  "values": [
4541
4619
  {
4542
4620
  "type": "number"
4621
+ },
4622
+ {
4623
+ "type": "undefined"
4543
4624
  }
4544
4625
  ],
4545
4626
  "optional": true,
@@ -4549,10 +4630,10 @@
4549
4630
  },
4550
4631
  {
4551
4632
  "name": "min",
4552
- "type": "number | string",
4633
+ "type": "number | string | undefined",
4553
4634
  "complexType": {
4554
4635
  "original": "number | string",
4555
- "resolved": "number | string",
4636
+ "resolved": "number | string | undefined",
4556
4637
  "references": {}
4557
4638
  },
4558
4639
  "mutable": false,
@@ -4566,6 +4647,9 @@
4566
4647
  },
4567
4648
  {
4568
4649
  "type": "string"
4650
+ },
4651
+ {
4652
+ "type": "undefined"
4569
4653
  }
4570
4654
  ],
4571
4655
  "optional": true,
@@ -4575,10 +4659,10 @@
4575
4659
  },
4576
4660
  {
4577
4661
  "name": "minlength",
4578
- "type": "number",
4662
+ "type": "number | undefined",
4579
4663
  "complexType": {
4580
4664
  "original": "number",
4581
- "resolved": "number",
4665
+ "resolved": "number | undefined",
4582
4666
  "references": {}
4583
4667
  },
4584
4668
  "mutable": false,
@@ -4589,6 +4673,9 @@
4589
4673
  "values": [
4590
4674
  {
4591
4675
  "type": "number"
4676
+ },
4677
+ {
4678
+ "type": "undefined"
4592
4679
  }
4593
4680
  ],
4594
4681
  "optional": true,
@@ -4598,10 +4685,10 @@
4598
4685
  },
4599
4686
  {
4600
4687
  "name": "name",
4601
- "type": "string",
4688
+ "type": "string | undefined",
4602
4689
  "complexType": {
4603
4690
  "original": "string",
4604
- "resolved": "string",
4691
+ "resolved": "string | undefined",
4605
4692
  "references": {}
4606
4693
  },
4607
4694
  "mutable": false,
@@ -4612,6 +4699,9 @@
4612
4699
  "values": [
4613
4700
  {
4614
4701
  "type": "string"
4702
+ },
4703
+ {
4704
+ "type": "undefined"
4615
4705
  }
4616
4706
  ],
4617
4707
  "optional": true,
@@ -4621,10 +4711,10 @@
4621
4711
  },
4622
4712
  {
4623
4713
  "name": "pattern",
4624
- "type": "string",
4714
+ "type": "string | undefined",
4625
4715
  "complexType": {
4626
4716
  "original": "string",
4627
- "resolved": "string",
4717
+ "resolved": "string | undefined",
4628
4718
  "references": {}
4629
4719
  },
4630
4720
  "mutable": false,
@@ -4635,6 +4725,9 @@
4635
4725
  "values": [
4636
4726
  {
4637
4727
  "type": "string"
4728
+ },
4729
+ {
4730
+ "type": "undefined"
4638
4731
  }
4639
4732
  ],
4640
4733
  "optional": true,
@@ -4644,10 +4737,10 @@
4644
4737
  },
4645
4738
  {
4646
4739
  "name": "placeholder",
4647
- "type": "string",
4740
+ "type": "string | undefined",
4648
4741
  "complexType": {
4649
4742
  "original": "string",
4650
- "resolved": "string",
4743
+ "resolved": "string | undefined",
4651
4744
  "references": {}
4652
4745
  },
4653
4746
  "mutable": false,
@@ -4658,6 +4751,9 @@
4658
4751
  "values": [
4659
4752
  {
4660
4753
  "type": "string"
4754
+ },
4755
+ {
4756
+ "type": "undefined"
4661
4757
  }
4662
4758
  ],
4663
4759
  "optional": true,
@@ -4725,10 +4821,10 @@
4725
4821
  },
4726
4822
  {
4727
4823
  "name": "spellcheck",
4728
- "type": "boolean",
4824
+ "type": "boolean | undefined",
4729
4825
  "complexType": {
4730
4826
  "original": "boolean",
4731
- "resolved": "boolean",
4827
+ "resolved": "boolean | undefined",
4732
4828
  "references": {}
4733
4829
  },
4734
4830
  "mutable": false,
@@ -4744,6 +4840,9 @@
4744
4840
  "values": [
4745
4841
  {
4746
4842
  "type": "boolean"
4843
+ },
4844
+ {
4845
+ "type": "undefined"
4747
4846
  }
4748
4847
  ],
4749
4848
  "optional": true,
@@ -4753,10 +4852,10 @@
4753
4852
  },
4754
4853
  {
4755
4854
  "name": "step",
4756
- "type": "number | string",
4855
+ "type": "number | string | undefined",
4757
4856
  "complexType": {
4758
4857
  "original": "number | string",
4759
- "resolved": "number | string",
4858
+ "resolved": "number | string | undefined",
4760
4859
  "references": {}
4761
4860
  },
4762
4861
  "mutable": false,
@@ -4770,6 +4869,9 @@
4770
4869
  },
4771
4870
  {
4772
4871
  "type": "string"
4872
+ },
4873
+ {
4874
+ "type": "undefined"
4773
4875
  }
4774
4876
  ],
4775
4877
  "optional": true,
@@ -4840,10 +4942,10 @@
4840
4942
  },
4841
4943
  {
4842
4944
  "name": "value",
4843
- "type": "string",
4945
+ "type": "string | undefined",
4844
4946
  "complexType": {
4845
4947
  "original": "string",
4846
- "resolved": "string",
4948
+ "resolved": "string | undefined",
4847
4949
  "references": {}
4848
4950
  },
4849
4951
  "mutable": true,
@@ -4854,6 +4956,9 @@
4854
4956
  "values": [
4855
4957
  {
4856
4958
  "type": "string"
4959
+ },
4960
+ {
4961
+ "type": "undefined"
4857
4962
  }
4858
4963
  ],
4859
4964
  "optional": true,
@@ -4932,11 +5037,11 @@
4932
5037
  {
4933
5038
  "name": "getInputElement",
4934
5039
  "returns": {
4935
- "type": "Promise<HTMLInputElement>",
5040
+ "type": "Promise<HTMLInputElement | undefined>",
4936
5041
  "docs": ""
4937
5042
  },
4938
5043
  "complexType": {
4939
- "signature": "() => Promise<HTMLInputElement>",
5044
+ "signature": "() => Promise<HTMLInputElement | undefined>",
4940
5045
  "parameters": [],
4941
5046
  "references": {
4942
5047
  "Promise": {
@@ -4948,9 +5053,9 @@
4948
5053
  "id": "global::HTMLInputElement"
4949
5054
  }
4950
5055
  },
4951
- "return": "Promise<HTMLInputElement>"
5056
+ "return": "Promise<HTMLInputElement | undefined>"
4952
5057
  },
4953
- "signature": "getInputElement() => Promise<HTMLInputElement>",
5058
+ "signature": "getInputElement() => Promise<HTMLInputElement | undefined>",
4954
5059
  "parameters": [],
4955
5060
  "docs": "Returns the native HTMLInputElement.\n\nPromise resolves when the element is ready and the input is available. If the input is not yet rendered, it waits for the component to be ready.",
4956
5061
  "docsTags": []
@@ -5010,7 +5115,7 @@
5010
5115
  "parameters": [
5011
5116
  {
5012
5117
  "name": "newValue",
5013
- "type": "string",
5118
+ "type": "string | undefined",
5014
5119
  "docs": ""
5015
5120
  }
5016
5121
  ],
@@ -5026,7 +5131,7 @@
5026
5131
  "parameters": [
5027
5132
  {
5028
5133
  "name": "newValue",
5029
- "type": "string",
5134
+ "type": "string | undefined",
5030
5135
  "docs": ""
5031
5136
  }
5032
5137
  ],
@@ -5166,6 +5271,225 @@
5166
5271
  "slots": [],
5167
5272
  "parts": [],
5168
5273
  "states": [],
5274
+ "dependents": [
5275
+ "header-integration"
5276
+ ],
5277
+ "dependencies": [],
5278
+ "dependencyGraph": {
5279
+ "header-integration": [
5280
+ "lmvz-menuitem"
5281
+ ]
5282
+ }
5283
+ },
5284
+ {
5285
+ "filePath": "src/components/lmvz-select/lmvz-select.tsx",
5286
+ "encapsulation": "scoped",
5287
+ "tag": "lmvz-select",
5288
+ "readme": "# lmvz-select\n\n\n",
5289
+ "docs": "Select component with floating label and pill-shaped trigger.\nWraps a native `<select>` element for full keyboard and form support.",
5290
+ "docsTags": [
5291
+ {
5292
+ "name": "example",
5293
+ "text": "```html\n<lmvz-select label=\"Country\" name=\"country\">\n <option value=\"ch\">Switzerland</option>\n <option value=\"de\">Germany</option>\n <option value=\"at\">Austria</option>\n</lmvz-select>\n```"
5294
+ },
5295
+ {
5296
+ "name": "example",
5297
+ "text": "```typescript\nconst select = document.querySelector('lmvz-select');\nselect.addEventListener('lmvzChange', (e) => console.log(e.detail));\n```"
5298
+ },
5299
+ {
5300
+ "name": "slot",
5301
+ "text": "default - Native `<option>` or `<optgroup>` elements."
5302
+ }
5303
+ ],
5304
+ "usage": {},
5305
+ "props": [
5306
+ {
5307
+ "name": "disabled",
5308
+ "type": "boolean",
5309
+ "complexType": {
5310
+ "original": "boolean",
5311
+ "resolved": "boolean",
5312
+ "references": {}
5313
+ },
5314
+ "mutable": false,
5315
+ "attr": "disabled",
5316
+ "reflectToAttr": true,
5317
+ "docs": "Whether the select is disabled.",
5318
+ "docsTags": [
5319
+ {
5320
+ "name": "default",
5321
+ "text": "false"
5322
+ }
5323
+ ],
5324
+ "default": "false",
5325
+ "values": [
5326
+ {
5327
+ "type": "boolean"
5328
+ }
5329
+ ],
5330
+ "optional": false,
5331
+ "required": false,
5332
+ "getter": false,
5333
+ "setter": false
5334
+ },
5335
+ {
5336
+ "name": "helperText",
5337
+ "type": "string | undefined",
5338
+ "complexType": {
5339
+ "original": "string",
5340
+ "resolved": "string | undefined",
5341
+ "references": {}
5342
+ },
5343
+ "mutable": false,
5344
+ "attr": "helper-text",
5345
+ "reflectToAttr": false,
5346
+ "docs": "Helper text displayed below the select field.",
5347
+ "docsTags": [],
5348
+ "values": [
5349
+ {
5350
+ "type": "string"
5351
+ },
5352
+ {
5353
+ "type": "undefined"
5354
+ }
5355
+ ],
5356
+ "optional": true,
5357
+ "required": false,
5358
+ "getter": false,
5359
+ "setter": false
5360
+ },
5361
+ {
5362
+ "name": "label",
5363
+ "type": "string",
5364
+ "complexType": {
5365
+ "original": "string",
5366
+ "resolved": "string",
5367
+ "references": {}
5368
+ },
5369
+ "mutable": false,
5370
+ "attr": "label",
5371
+ "reflectToAttr": false,
5372
+ "docs": "Label text displayed as a placeholder when no value is selected,\nand floated above the trigger when a value is present.",
5373
+ "docsTags": [],
5374
+ "values": [
5375
+ {
5376
+ "type": "string"
5377
+ }
5378
+ ],
5379
+ "optional": false,
5380
+ "required": true,
5381
+ "getter": false,
5382
+ "setter": false
5383
+ },
5384
+ {
5385
+ "name": "name",
5386
+ "type": "string | undefined",
5387
+ "complexType": {
5388
+ "original": "string",
5389
+ "resolved": "string | undefined",
5390
+ "references": {}
5391
+ },
5392
+ "mutable": false,
5393
+ "attr": "name",
5394
+ "reflectToAttr": false,
5395
+ "docs": "Name attribute passed to the native select for form submission.",
5396
+ "docsTags": [],
5397
+ "values": [
5398
+ {
5399
+ "type": "string"
5400
+ },
5401
+ {
5402
+ "type": "undefined"
5403
+ }
5404
+ ],
5405
+ "optional": true,
5406
+ "required": false,
5407
+ "getter": false,
5408
+ "setter": false
5409
+ },
5410
+ {
5411
+ "name": "required",
5412
+ "type": "boolean",
5413
+ "complexType": {
5414
+ "original": "boolean",
5415
+ "resolved": "boolean",
5416
+ "references": {}
5417
+ },
5418
+ "mutable": false,
5419
+ "attr": "required",
5420
+ "reflectToAttr": true,
5421
+ "docs": "Whether a value is required.",
5422
+ "docsTags": [
5423
+ {
5424
+ "name": "default",
5425
+ "text": "false"
5426
+ }
5427
+ ],
5428
+ "default": "false",
5429
+ "values": [
5430
+ {
5431
+ "type": "boolean"
5432
+ }
5433
+ ],
5434
+ "optional": false,
5435
+ "required": false,
5436
+ "getter": false,
5437
+ "setter": false
5438
+ },
5439
+ {
5440
+ "name": "value",
5441
+ "type": "string | undefined",
5442
+ "complexType": {
5443
+ "original": "string",
5444
+ "resolved": "string | undefined",
5445
+ "references": {}
5446
+ },
5447
+ "mutable": true,
5448
+ "attr": "value",
5449
+ "reflectToAttr": false,
5450
+ "docs": "Currently selected value.",
5451
+ "docsTags": [],
5452
+ "values": [
5453
+ {
5454
+ "type": "string"
5455
+ },
5456
+ {
5457
+ "type": "undefined"
5458
+ }
5459
+ ],
5460
+ "optional": true,
5461
+ "required": false,
5462
+ "getter": false,
5463
+ "setter": false
5464
+ }
5465
+ ],
5466
+ "methods": [],
5467
+ "events": [
5468
+ {
5469
+ "event": "lmvzChange",
5470
+ "detail": "string",
5471
+ "bubbles": true,
5472
+ "complexType": {
5473
+ "original": "string",
5474
+ "resolved": "string",
5475
+ "references": {}
5476
+ },
5477
+ "cancelable": true,
5478
+ "composed": true,
5479
+ "docs": "Emitted when the user selects a new option. Detail contains the new value.",
5480
+ "docsTags": []
5481
+ }
5482
+ ],
5483
+ "listeners": [],
5484
+ "styles": [],
5485
+ "slots": [
5486
+ {
5487
+ "name": "default",
5488
+ "docs": "Native `<option>` or `<optgroup>` elements."
5489
+ }
5490
+ ],
5491
+ "parts": [],
5492
+ "states": [],
5169
5493
  "dependents": [],
5170
5494
  "dependencies": [],
5171
5495
  "dependencyGraph": {}