@aws-amplify/ui-react 4.6.4 → 5.0.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 (204) hide show
  1. package/dist/esm/PrimitiveCatalog.mjs +1 -1
  2. package/dist/esm/components/AccountSettings/ChangePassword/ChangePassword.mjs +1 -1
  3. package/dist/esm/components/index.mjs +1 -1
  4. package/dist/esm/index.mjs +1 -1
  5. package/dist/esm/primitives/Autocomplete/AutocompleteMenu.mjs +1 -1
  6. package/dist/esm/primitives/Autocomplete/AutocompleteOption.mjs +1 -1
  7. package/dist/esm/primitives/Link/Link.mjs +1 -1
  8. package/dist/esm/version.mjs +1 -1
  9. package/dist/index.js +1 -1
  10. package/dist/internal.js +1 -1
  11. package/dist/styles.css +0 -378
  12. package/dist/types/components/AccountSettings/types.d.ts +4 -7
  13. package/dist/types/components/index.d.ts +0 -2
  14. package/dist/types/primitives/Alert/Alert.d.ts +2 -3
  15. package/dist/types/primitives/Autocomplete/Autocomplete.d.ts +2 -3
  16. package/dist/types/primitives/Autocomplete/AutocompleteMenu.d.ts +2 -2
  17. package/dist/types/primitives/Autocomplete/AutocompleteOption.d.ts +2 -2
  18. package/dist/types/primitives/Badge/Badge.d.ts +2 -3
  19. package/dist/types/primitives/Button/Button.d.ts +2 -3
  20. package/dist/types/primitives/ButtonGroup/ButtonGroup.d.ts +2 -3
  21. package/dist/types/primitives/Card/Card.d.ts +2 -3
  22. package/dist/types/primitives/Checkbox/Checkbox.d.ts +3 -3
  23. package/dist/types/primitives/CheckboxField/CheckboxField.d.ts +2 -3
  24. package/dist/types/primitives/Collection/Collection.d.ts +2 -2
  25. package/dist/types/primitives/Divider/Divider.d.ts +2 -3
  26. package/dist/types/primitives/Expander/Expander.d.ts +3 -3
  27. package/dist/types/primitives/Expander/ExpanderItem.d.ts +3 -3
  28. package/dist/types/primitives/Field/Field.d.ts +3 -4
  29. package/dist/types/primitives/Field/FieldClearButton.d.ts +2 -3
  30. package/dist/types/primitives/Field/FieldDescription.d.ts +2 -2
  31. package/dist/types/primitives/Field/FieldErrorMessage.d.ts +2 -2
  32. package/dist/types/primitives/FieldGroup/FieldGroup.d.ts +2 -3
  33. package/dist/types/primitives/FieldGroupIcon/FieldGroupIcon.d.ts +2 -3
  34. package/dist/types/primitives/FieldGroupIcon/FieldGroupIconButton.d.ts +2 -3
  35. package/dist/types/primitives/Flex/Flex.d.ts +2 -3
  36. package/dist/types/primitives/Grid/Grid.d.ts +2 -3
  37. package/dist/types/primitives/Heading/Heading.d.ts +2 -5
  38. package/dist/types/primitives/HighlightMatch/HighlightMatch.d.ts +2 -3
  39. package/dist/types/primitives/Icon/Icon.d.ts +2 -3
  40. package/dist/types/primitives/Image/Image.d.ts +2 -3
  41. package/dist/types/primitives/Input/Input.d.ts +2 -3
  42. package/dist/types/primitives/Label/Label.d.ts +2 -3
  43. package/dist/types/primitives/Link/Link.d.ts +2 -3
  44. package/dist/types/primitives/Loader/Loader.d.ts +3 -3
  45. package/dist/types/primitives/Menu/Menu.d.ts +2 -3
  46. package/dist/types/primitives/Menu/MenuButton.d.ts +2 -8
  47. package/dist/types/primitives/Menu/MenuItem.d.ts +2 -6
  48. package/dist/types/primitives/Pagination/Pagination.d.ts +2 -3
  49. package/dist/types/primitives/Pagination/PaginationItem.d.ts +2 -2
  50. package/dist/types/primitives/PasswordField/PasswordField.d.ts +2 -3
  51. package/dist/types/primitives/PasswordField/ShowPasswordButton.d.ts +2 -3
  52. package/dist/types/primitives/PhoneNumberField/CountryCodeSelect.d.ts +2 -3
  53. package/dist/types/primitives/PhoneNumberField/PhoneNumberField.d.ts +2 -3
  54. package/dist/types/primitives/Placeholder/Placeholder.d.ts +2 -3
  55. package/dist/types/primitives/Radio/Radio.d.ts +2 -3
  56. package/dist/types/primitives/RadioGroupField/RadioGroupField.d.ts +2 -3
  57. package/dist/types/primitives/Rating/Rating.d.ts +2 -3
  58. package/dist/types/primitives/ScrollView/ScrollView.d.ts +2 -3
  59. package/dist/types/primitives/SearchField/SearchField.d.ts +2 -3
  60. package/dist/types/primitives/SearchField/SearchFieldButton.d.ts +2 -3
  61. package/dist/types/primitives/Select/Select.d.ts +3 -3
  62. package/dist/types/primitives/SelectField/SelectField.d.ts +2 -3
  63. package/dist/types/primitives/SliderField/SliderField.d.ts +3 -4
  64. package/dist/types/primitives/StepperField/StepperField.d.ts +3 -3
  65. package/dist/types/primitives/StepperField/useStepper.d.ts +1 -1
  66. package/dist/types/primitives/SwitchField/SwitchField.d.ts +2 -3
  67. package/dist/types/primitives/Table/Table.d.ts +2 -3
  68. package/dist/types/primitives/Table/TableBody.d.ts +2 -3
  69. package/dist/types/primitives/Table/TableCell.d.ts +2 -3
  70. package/dist/types/primitives/Table/TableFoot.d.ts +2 -3
  71. package/dist/types/primitives/Table/TableHead.d.ts +2 -3
  72. package/dist/types/primitives/Table/TableRow.d.ts +2 -3
  73. package/dist/types/primitives/Tabs/Tabs.d.ts +3 -4
  74. package/dist/types/primitives/Text/Text.d.ts +2 -3
  75. package/dist/types/primitives/TextArea/TextArea.d.ts +3 -3
  76. package/dist/types/primitives/TextAreaField/TextAreaField.d.ts +3 -3
  77. package/dist/types/primitives/TextField/TextField.d.ts +2 -3
  78. package/dist/types/primitives/ToggleButton/ToggleButton.d.ts +2 -3
  79. package/dist/types/primitives/ToggleButtonGroup/ToggleButtonGroup.d.ts +2 -3
  80. package/dist/types/primitives/View/View.d.ts +2 -7
  81. package/dist/types/primitives/VisuallyHidden/VisuallyHidden.d.ts +2 -3
  82. package/dist/types/primitives/shared/styleUtils.d.ts +3 -3
  83. package/dist/types/primitives/types/alert.d.ts +4 -2
  84. package/dist/types/primitives/types/autocomplete.d.ts +8 -5
  85. package/dist/types/primitives/types/badge.d.ts +3 -2
  86. package/dist/types/primitives/types/base.d.ts +5 -0
  87. package/dist/types/primitives/types/button.d.ts +3 -2
  88. package/dist/types/primitives/types/buttonGroup.d.ts +5 -3
  89. package/dist/types/primitives/types/card.d.ts +3 -2
  90. package/dist/types/primitives/types/checkbox.d.ts +5 -3
  91. package/dist/types/primitives/types/checkboxField.d.ts +5 -3
  92. package/dist/types/primitives/types/collection.d.ts +7 -5
  93. package/dist/types/primitives/types/divider.d.ts +3 -2
  94. package/dist/types/primitives/types/expander.d.ts +5 -3
  95. package/dist/types/primitives/types/field.d.ts +12 -7
  96. package/dist/types/primitives/types/fieldGroup.d.ts +4 -2
  97. package/dist/types/primitives/types/fieldGroupIcon.d.ts +6 -4
  98. package/dist/types/primitives/types/flex.d.ts +3 -2
  99. package/dist/types/primitives/types/grid.d.ts +3 -2
  100. package/dist/types/primitives/types/heading.d.ts +5 -2
  101. package/dist/types/primitives/types/highlightMatch.d.ts +3 -2
  102. package/dist/types/primitives/types/icon.d.ts +3 -2
  103. package/dist/types/primitives/types/image.d.ts +3 -2
  104. package/dist/types/primitives/types/input.d.ts +3 -2
  105. package/dist/types/primitives/types/label.d.ts +3 -2
  106. package/dist/types/primitives/types/link.d.ts +8 -16
  107. package/dist/types/primitives/types/loader.d.ts +3 -2
  108. package/dist/types/primitives/types/menu.d.ts +7 -4
  109. package/dist/types/primitives/types/pagination.d.ts +6 -7
  110. package/dist/types/primitives/types/passwordField.d.ts +7 -4
  111. package/dist/types/primitives/types/phoneNumberField.d.ts +8 -5
  112. package/dist/types/primitives/types/placeholder.d.ts +3 -2
  113. package/dist/types/primitives/types/radio.d.ts +4 -2
  114. package/dist/types/primitives/types/radioGroupField.d.ts +5 -3
  115. package/dist/types/primitives/types/rating.d.ts +4 -2
  116. package/dist/types/primitives/types/scrollView.d.ts +3 -2
  117. package/dist/types/primitives/types/searchField.d.ts +6 -3
  118. package/dist/types/primitives/types/select.d.ts +3 -2
  119. package/dist/types/primitives/types/selectField.d.ts +5 -3
  120. package/dist/types/primitives/types/sliderField.d.ts +4 -3
  121. package/dist/types/primitives/types/stepperField.d.ts +4 -2
  122. package/dist/types/primitives/types/switchField.d.ts +5 -3
  123. package/dist/types/primitives/types/table.d.ts +13 -8
  124. package/dist/types/primitives/types/tabs.d.ts +6 -3
  125. package/dist/types/primitives/types/text.d.ts +3 -7
  126. package/dist/types/primitives/types/textArea.d.ts +3 -2
  127. package/dist/types/primitives/types/textAreaField.d.ts +5 -3
  128. package/dist/types/primitives/types/textField.d.ts +7 -5
  129. package/dist/types/primitives/types/toggleButton.d.ts +4 -2
  130. package/dist/types/primitives/types/toggleButtonGroup.d.ts +5 -3
  131. package/dist/types/primitives/types/view.d.ts +14 -30
  132. package/dist/types/primitives/types/visuallyHidden.d.ts +3 -2
  133. package/dist/types/version.d.ts +1 -1
  134. package/package.json +1 -21
  135. package/dist/esm/components/Geo/LocationSearch/index.mjs +0 -1
  136. package/dist/esm/components/Geo/MapView/index.mjs +0 -1
  137. package/dist/esm/components/InAppMessaging/Backdrop/Backdrop.mjs +0 -1
  138. package/dist/esm/components/InAppMessaging/Backdrop/withBackdrop.mjs +0 -1
  139. package/dist/esm/components/InAppMessaging/BannerMessage/BannerMessage.mjs +0 -1
  140. package/dist/esm/components/InAppMessaging/BannerMessage/constants.mjs +0 -1
  141. package/dist/esm/components/InAppMessaging/CloseIconButton/CloseIconButton.mjs +0 -1
  142. package/dist/esm/components/InAppMessaging/FullScreenMessage/FullScreenMessage.mjs +0 -1
  143. package/dist/esm/components/InAppMessaging/FullScreenMessage/constants.mjs +0 -1
  144. package/dist/esm/components/InAppMessaging/InAppMessageDisplay/InAppMessageDisplay.mjs +0 -1
  145. package/dist/esm/components/InAppMessaging/InAppMessageDisplay/handleMessageLinkAction.mjs +0 -1
  146. package/dist/esm/components/InAppMessaging/InAppMessagingProvider/InAppMessagingProvider.mjs +0 -1
  147. package/dist/esm/components/InAppMessaging/MessageLayout/MessageLayout.mjs +0 -1
  148. package/dist/esm/components/InAppMessaging/MessageLayout/constants.mjs +0 -1
  149. package/dist/esm/components/InAppMessaging/MessageLayout/utils.mjs +0 -1
  150. package/dist/esm/components/InAppMessaging/ModalMessage/ModalMessage.mjs +0 -1
  151. package/dist/esm/components/InAppMessaging/ModalMessage/constants.mjs +0 -1
  152. package/dist/esm/components/InAppMessaging/hooks/useMessageImage/types.mjs +0 -1
  153. package/dist/esm/components/InAppMessaging/hooks/useMessageImage/useMessageImage.mjs +0 -1
  154. package/dist/esm/components/InAppMessaging/hooks/useMessageProps/useMessageProps.mjs +0 -1
  155. package/dist/esm/components/InAppMessaging/hooks/useMessageProps/utils.mjs +0 -1
  156. package/dist/esm/components/InAppMessaging/useInAppMessaging/useInAppMessaging.mjs +0 -1
  157. package/dist/esm/components/InAppMessaging/withInAppMessaging/withInAppMessaging.mjs +0 -1
  158. package/dist/types/components/Geo/LocationSearch/index.d.ts +0 -25
  159. package/dist/types/components/Geo/MapView/index.d.ts +0 -24
  160. package/dist/types/components/Geo/index.d.ts +0 -2
  161. package/dist/types/components/Geo/types/maplibre-gl-geocoder.d.ts +0 -171
  162. package/dist/types/components/InAppMessaging/Backdrop/Backdrop.d.ts +0 -4
  163. package/dist/types/components/InAppMessaging/Backdrop/index.d.ts +0 -2
  164. package/dist/types/components/InAppMessaging/Backdrop/types.d.ts +0 -8
  165. package/dist/types/components/InAppMessaging/Backdrop/withBackdrop.d.ts +0 -3
  166. package/dist/types/components/InAppMessaging/BannerMessage/BannerMessage.d.ts +0 -3
  167. package/dist/types/components/InAppMessaging/BannerMessage/constants.d.ts +0 -1
  168. package/dist/types/components/InAppMessaging/BannerMessage/index.d.ts +0 -2
  169. package/dist/types/components/InAppMessaging/BannerMessage/types.d.ts +0 -7
  170. package/dist/types/components/InAppMessaging/CloseIconButton/CloseIconButton.d.ts +0 -3
  171. package/dist/types/components/InAppMessaging/CloseIconButton/index.d.ts +0 -1
  172. package/dist/types/components/InAppMessaging/CloseIconButton/types.d.ts +0 -8
  173. package/dist/types/components/InAppMessaging/FullScreenMessage/FullScreenMessage.d.ts +0 -3
  174. package/dist/types/components/InAppMessaging/FullScreenMessage/constants.d.ts +0 -1
  175. package/dist/types/components/InAppMessaging/FullScreenMessage/index.d.ts +0 -2
  176. package/dist/types/components/InAppMessaging/FullScreenMessage/types.d.ts +0 -4
  177. package/dist/types/components/InAppMessaging/InAppMessageDisplay/InAppMessageDisplay.d.ts +0 -10
  178. package/dist/types/components/InAppMessaging/InAppMessageDisplay/handleMessageLinkAction.d.ts +0 -3
  179. package/dist/types/components/InAppMessaging/InAppMessageDisplay/index.d.ts +0 -2
  180. package/dist/types/components/InAppMessaging/InAppMessageDisplay/types.d.ts +0 -23
  181. package/dist/types/components/InAppMessaging/InAppMessagingProvider/InAppMessagingProvider.d.ts +0 -4
  182. package/dist/types/components/InAppMessaging/InAppMessagingProvider/index.d.ts +0 -1
  183. package/dist/types/components/InAppMessaging/MessageLayout/MessageLayout.d.ts +0 -3
  184. package/dist/types/components/InAppMessaging/MessageLayout/constants.d.ts +0 -16
  185. package/dist/types/components/InAppMessaging/MessageLayout/index.d.ts +0 -1
  186. package/dist/types/components/InAppMessaging/MessageLayout/types.d.ts +0 -23
  187. package/dist/types/components/InAppMessaging/MessageLayout/utils.d.ts +0 -13
  188. package/dist/types/components/InAppMessaging/ModalMessage/ModalMessage.d.ts +0 -3
  189. package/dist/types/components/InAppMessaging/ModalMessage/constants.d.ts +0 -2
  190. package/dist/types/components/InAppMessaging/ModalMessage/index.d.ts +0 -2
  191. package/dist/types/components/InAppMessaging/ModalMessage/types.d.ts +0 -4
  192. package/dist/types/components/InAppMessaging/hooks/index.d.ts +0 -2
  193. package/dist/types/components/InAppMessaging/hooks/useMessageImage/index.d.ts +0 -1
  194. package/dist/types/components/InAppMessaging/hooks/useMessageImage/types.d.ts +0 -10
  195. package/dist/types/components/InAppMessaging/hooks/useMessageImage/useMessageImage.d.ts +0 -9
  196. package/dist/types/components/InAppMessaging/hooks/useMessageProps/index.d.ts +0 -2
  197. package/dist/types/components/InAppMessaging/hooks/useMessageProps/types.d.ts +0 -39
  198. package/dist/types/components/InAppMessaging/hooks/useMessageProps/useMessageProps.d.ts +0 -11
  199. package/dist/types/components/InAppMessaging/hooks/useMessageProps/utils.d.ts +0 -23
  200. package/dist/types/components/InAppMessaging/index.d.ts +0 -7
  201. package/dist/types/components/InAppMessaging/useInAppMessaging/index.d.ts +0 -1
  202. package/dist/types/components/InAppMessaging/useInAppMessaging/useInAppMessaging.d.ts +0 -3
  203. package/dist/types/components/InAppMessaging/withInAppMessaging/index.d.ts +0 -1
  204. package/dist/types/components/InAppMessaging/withInAppMessaging/withInAppMessaging.d.ts +0 -5
package/dist/internal.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var t=require("./Field-1dd46eaa.js"),e=require("react"),r=require("@aws-amplify/datastore"),i=require("@aws-amplify/storage"),n=require("tslib"),p=require("aws-amplify"),a=require("@aws-amplify/ui"),s=require("classnames");function g(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}function y(t){if(t&&t.__esModule)return t;var e=Object.create(null);return t&&Object.keys(t).forEach((function(r){if("default"!==r){var i=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(e,r,i.get?i:{enumerable:!0,get:function(){return t[r]}})}})),e.default=t,Object.freeze(e)}require("@aws-amplify/core");var o=y(e),l=g(s);const d=({model:t,criteria:e,pagination:i})=>{const[n,p]=o.useState({items:[],isLoading:!1,error:void 0});return o.useEffect((()=>{p({isLoading:!0,items:[]});const n=r.DataStore.observeQuery(t,e,i).subscribe((t=>p({items:t.items,isLoading:!1})),(t=>p({items:[],error:t,isLoading:!1})));if(n)return()=>n.unsubscribe()}),[]),n},m=({model:t,id:e})=>{const[i,n]=o.useState(),[p,a]=o.useState(!1),[s,g]=o.useState();return o.useEffect((()=>{a(!0),r.DataStore.query(t,e).then(n).catch(g).finally((()=>a(!1)))}),[]),{error:s,item:i,isLoading:p}};const c="ui",u="actions",b="started",h="finished",f=`${`${u}:auth`}:signout`,x=`${f}:${b}`,S=`${f}:${h}`,w=`${u}:core`,k=`${w}:statemutation`,v=`${k}:${b}`,I=`${k}:${h}`,E=`${w}:navigate`,B=`${E}:${b}`,C=`${E}:${h}`,T=`${u}:datastore`,R=`${T}:create`,H=`${R}:${b}`,W=`${R}:${h}`,L=`${T}:delete`,z=`${L}:${b}`,M=`${L}:${h}`,D=`${T}:update`,O=`${D}:${b}`,A=`${D}:${h}`;const V=({fields:t,modelName:e,schema:r})=>o.useMemo((()=>{if(function(t,e){return!e}(0,r))return t;const i={};return Object.keys(t).forEach((n=>{var p,s,g;const y=t[n];switch(null===(g=null===(s=null===(p=null==r?void 0:r.models[e])||void 0===p?void 0:p.fields)||void 0===s?void 0:s[n])||void 0===g?void 0:g.type){case"AWSTimestamp":case"Float":i[n]=Number(y);break;case"Boolean":i[n]=Boolean(y);break;case"Int":i[n]=a.isString(y)?parseInt(y):y;break;default:i[n]=y}})),i}),[t,r,e]),F=t=>e=>t.map((t=>t(e)));const P=t=>{const{and:e,or:r,field:i,operator:n,operand:p}=t;if(Array.isArray(e)){const t=e.map((t=>P(t)));return e=>e.and(F(t))}if(Array.isArray(r)){const t=r.map((t=>P(t)));return e=>e.or(F(t))}return t=>{var e;return function(t){return!!t}(i)&&(t=>!!t)(n)&&(null===(e=null==t?void 0:t[i])||void 0===e?void 0:e[n])?t[i][n](p):t}};exports.AlertIcon=t.AlertIcon,exports.Field=t.Field,exports.IconAdd=t.IconAdd,exports.IconCheck=t.IconCheck,exports.IconCheckCircle=t.IconCheckCircle,exports.IconChevronLeft=t.IconChevronLeft,exports.IconChevronRight=t.IconChevronRight,exports.IconClose=t.IconClose,exports.IconEdit=t.IconEdit,exports.IconError=t.IconError,exports.IconExpandMore=t.IconExpandMore,exports.IconFile=t.IconFile,exports.IconIndeterminate=t.IconIndeterminate,exports.IconInfo=t.IconInfo,exports.IconMenu=t.IconMenu,exports.IconRemove=t.IconRemove,exports.IconSearch=t.IconSearch,exports.IconStar=t.IconStar,exports.IconUpload=t.IconUpload,exports.IconVisibility=t.IconVisibility,exports.IconVisibilityOff=t.IconVisibilityOff,exports.IconWarning=t.IconWarning,exports.useAuth=t.useAuth,exports.IconCheckCircleOutline=e=>{const{className:r}=e,i=n.__rest(e,["className"]);return o.createElement(t.View,Object.assign({as:"span",width:"1em",height:"1em",className:l.default(t.ComponentClassNames.Icon,r)},i))},exports.PrimitiveCatalog={Alert:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string",priority:!0},heading:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string",priority:!0},isDismissible:{type:"boolean",priority:!0},dismissButtonLabel:{type:"string"},hasIcon:{type:"boolean",priority:!0}}},Autocomplete:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string"},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},list:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},required:{type:"boolean"},step:{type:"string"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string"},src:{type:"string"},type:{type:"string"},value:{type:"string"},isLoading:{type:"boolean"},hasSearchButton:{type:"boolean"},hasSearchIcon:{type:"boolean"},labelHidden:{type:"boolean"},clearButtonLabel:{type:"string"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string"},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"}}},Badge:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string",priority:!0},variation:{type:"string",priority:!0},size:{type:"string",priority:!0}}},Button:{properties:{area:{type:"string"},form:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string",priority:!0},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string",priority:!0},autoFocus:{type:"boolean"},disabled:{type:"boolean"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},name:{type:"string"},size:{type:"string",priority:!0},type:{type:"string"},value:{type:"string"},isLoading:{type:"boolean"},isFullWidth:{type:"boolean"},loadingText:{type:"string"}}},ButtonGroup:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},size:{type:"string"}}},Card:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},variation:{type:"string",priority:!0}}},CheckboxField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string"},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},list:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},required:{type:"boolean"},step:{type:"string"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string"},src:{type:"string"},type:{type:"string"},value:{type:"string"},labelHidden:{type:"boolean"},descriptiveText:{type:"string"},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},labelPosition:{type:"string"},isIndeterminate:{type:"boolean"}}},Collection:{properties:{type:{type:"string"},isPaginated:{type:"boolean"},itemsPerPage:{type:"number"},isSearchable:{type:"boolean"},searchLabel:{type:"string"},searchPlaceholder:{type:"string"},searchNoResultsFound:{type:"string"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},as:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"}}},Divider:{properties:{area:{type:"string"},label:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},size:{type:"string",priority:!0},orientation:{type:"string",priority:!0}}},Expander:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},type:{type:"string"},value:{type:"string"},isCollapsible:{type:"boolean"}}},ExpanderItem:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},value:{type:"string"}}},FieldGroupIcon:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},isVisible:{type:"boolean"},excludeFromTabOrder:{type:"boolean"}}},FieldGroupIconButton:{properties:{area:{type:"string"},form:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},variation:{type:"string"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},name:{type:"string"},size:{type:"string"},type:{type:"string"},value:{type:"string"},isVisible:{type:"boolean"},excludeFromTabOrder:{type:"boolean"}}},Flex:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string",priority:!0},wrap:{type:"string",priority:!0},alignItems:{type:"string",priority:!0},alignContent:{type:"string"},justifyContent:{type:"string",priority:!0},gap:{type:"string",priority:!0},columnGap:{type:"string"},rowGap:{type:"string"}}},Grid:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},autoColumns:{type:"string"},autoFlow:{type:"string"},autoRows:{type:"string"},templateAreas:{type:"string"},templateColumns:{type:"string"},templateRows:{type:"string"}}},Heading:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string",priority:!0},variation:{type:"string"},level:{type:"number",priority:!0},isTruncated:{type:"boolean"}}},HighlightMatch:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},query:{type:"string"}}},Icon:{properties:{string:{type:"string"},area:{type:"string"},clipPath:{type:"string"},filter:{type:"string"},mask:{type:"string"},path:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string",priority:!0},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string",priority:!0},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string",priority:!0},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},lang:{type:"string"},tabIndex:{type:"number"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},end:{type:"string"},clip:{type:"string"},crossOrigin:{type:"string"},max:{type:"string"},min:{type:"string"},name:{type:"string"},type:{type:"string"},orientation:{type:"string"},media:{type:"string"},method:{type:"string"},target:{type:"string"},accentHeight:{type:"string"},accumulate:{type:"string"},additive:{type:"string"},alignmentBaseline:{type:"string"},allowReorder:{type:"string"},alphabetic:{type:"string"},amplitude:{type:"string"},arabicForm:{type:"string"},ascent:{type:"string"},attributeName:{type:"string"},attributeType:{type:"string"},autoReverse:{type:"string"},azimuth:{type:"string"},baseFrequency:{type:"string"},baselineShift:{type:"string"},baseProfile:{type:"string"},bbox:{type:"string"},begin:{type:"string"},bias:{type:"string"},by:{type:"string"},calcMode:{type:"string"},capHeight:{type:"string"},clipPathUnits:{type:"string"},clipRule:{type:"string"},colorInterpolation:{type:"string"},colorInterpolationFilters:{type:"string"},colorProfile:{type:"string"},colorRendering:{type:"string"},contentScriptType:{type:"string"},contentStyleType:{type:"string"},cursor:{type:"string"},cx:{type:"string"},cy:{type:"string"},d:{type:"string"},decelerate:{type:"string"},descent:{type:"string"},diffuseConstant:{type:"string"},divisor:{type:"string"},dominantBaseline:{type:"string"},dur:{type:"string"},dx:{type:"string"},dy:{type:"string"},edgeMode:{type:"string"},elevation:{type:"string"},enableBackground:{type:"string"},exponent:{type:"string"},externalResourcesRequired:{type:"string"},fill:{type:"string"},fillOpacity:{type:"string"},fillRule:{type:"string"},filterRes:{type:"string"},filterUnits:{type:"string"},floodColor:{type:"string"},floodOpacity:{type:"string"},focusable:{type:"string"},fontSizeAdjust:{type:"string"},fontStretch:{type:"string"},fontVariant:{type:"string"},format:{type:"string"},fr:{type:"string"},from:{type:"string"},fx:{type:"string"},fy:{type:"string"},g1:{type:"string"},g2:{type:"string"},glyphName:{type:"string"},glyphOrientationHorizontal:{type:"string"},glyphOrientationVertical:{type:"string"},glyphRef:{type:"string"},gradientTransform:{type:"string"},gradientUnits:{type:"string"},hanging:{type:"string"},horizAdvX:{type:"string"},horizOriginX:{type:"string"},href:{type:"string"},ideographic:{type:"string"},imageRendering:{type:"string"},in2:{type:"string"},in:{type:"string"},intercept:{type:"string"},k1:{type:"string"},k2:{type:"string"},k3:{type:"string"},k4:{type:"string"},k:{type:"string"},kernelMatrix:{type:"string"},kernelUnitLength:{type:"string"},kerning:{type:"string"},keyPoints:{type:"string"},keySplines:{type:"string"},keyTimes:{type:"string"},lengthAdjust:{type:"string"},lightingColor:{type:"string"},limitingConeAngle:{type:"string"},local:{type:"string"},markerEnd:{type:"string"},markerHeight:{type:"string"},markerMid:{type:"string"},markerStart:{type:"string"},markerUnits:{type:"string"},markerWidth:{type:"string"},maskContentUnits:{type:"string"},maskUnits:{type:"string"},mathematical:{type:"string"},mode:{type:"string"},numOctaves:{type:"string"},offset:{type:"string"},operator:{type:"string"},orient:{type:"string"},origin:{type:"string"},overlinePosition:{type:"string"},overlineThickness:{type:"string"},paintOrder:{type:"string"},panose1:{type:"string"},pathLength:{type:"string"},patternContentUnits:{type:"string"},patternTransform:{type:"string"},patternUnits:{type:"string"},pointerEvents:{type:"string"},points:{type:"string"},pointsAtX:{type:"string"},pointsAtY:{type:"string"},pointsAtZ:{type:"string"},preserveAlpha:{type:"string"},preserveAspectRatio:{type:"string"},primitiveUnits:{type:"string"},r:{type:"string"},radius:{type:"string"},refX:{type:"string"},refY:{type:"string"},renderingIntent:{type:"string"},repeatCount:{type:"string"},repeatDur:{type:"string"},requiredExtensions:{type:"string"},requiredFeatures:{type:"string"},restart:{type:"string"},result:{type:"string"},rotate:{type:"string"},rx:{type:"string"},ry:{type:"string"},scale:{type:"string"},seed:{type:"string"},shapeRendering:{type:"string"},slope:{type:"string"},spacing:{type:"string"},specularConstant:{type:"string"},specularExponent:{type:"string"},speed:{type:"string"},spreadMethod:{type:"string"},startOffset:{type:"string"},stdDeviation:{type:"string"},stemh:{type:"string"},stemv:{type:"string"},stitchTiles:{type:"string"},stopColor:{type:"string"},stopOpacity:{type:"string"},strikethroughPosition:{type:"string"},strikethroughThickness:{type:"string"},stroke:{type:"string"},strokeDasharray:{type:"string"},strokeDashoffset:{type:"string"},strokeLinecap:{type:"string"},strokeLinejoin:{type:"string"},strokeMiterlimit:{type:"string"},strokeOpacity:{type:"string"},strokeWidth:{type:"string"},surfaceScale:{type:"string"},systemLanguage:{type:"string"},tableValues:{type:"string"},targetX:{type:"string"},targetY:{type:"string"},textAnchor:{type:"string"},textLength:{type:"string"},textRendering:{type:"string"},to:{type:"string"},u1:{type:"string"},u2:{type:"string"},underlinePosition:{type:"string"},underlineThickness:{type:"string"},unicode:{type:"string"},unicodeBidi:{type:"string"},unicodeRange:{type:"string"},unitsPerEm:{type:"string"},vAlphabetic:{type:"string"},values:{type:"string"},vectorEffect:{type:"string"},version:{type:"string"},vertAdvY:{type:"string"},vertOriginX:{type:"string"},vertOriginY:{type:"string"},vHanging:{type:"string"},vIdeographic:{type:"string"},viewTarget:{type:"string"},visibility:{type:"string"},vMathematical:{type:"string"},widths:{type:"string"},wordSpacing:{type:"string"},writingMode:{type:"string"},x1:{type:"string"},x2:{type:"string"},x:{type:"string"},xChannelSelector:{type:"string"},xHeight:{type:"string"},xlinkActuate:{type:"string"},xlinkArcrole:{type:"string"},xlinkHref:{type:"string"},xlinkRole:{type:"string"},xlinkShow:{type:"string"},xlinkTitle:{type:"string"},xlinkType:{type:"string"},xmlBase:{type:"string"},xmlLang:{type:"string"},xmlns:{type:"string"},xmlnsXlink:{type:"string"},xmlSpace:{type:"string"},y1:{type:"string"},y2:{type:"string"},y:{type:"string"},yChannelSelector:{type:"string"},z:{type:"string"},zoomAndPan:{type:"string"},pathData:{type:"string"}}},Image:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string",priority:!0},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string",priority:!0},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},alt:{type:"string",priority:!0},crossOrigin:{type:"string"},src:{type:"string",priority:!0},decoding:{type:"string"},loading:{type:"string"},referrerPolicy:{type:"string"},sizes:{type:"string"},srcSet:{type:"string"},useMap:{type:"string"},objectFit:{type:"string",priority:!0},objectPosition:{type:"string"}}},Link:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},type:{type:"string"},media:{type:"string"},target:{type:"string"},href:{type:"string"},to:{type:"string"},referrerPolicy:{type:"string"},hrefLang:{type:"string"},ping:{type:"string"},rel:{type:"string"},isExternal:{type:"boolean"}}},Loader:{properties:{string:{type:"string"},area:{type:"string"},clipPath:{type:"string"},filter:{type:"string"},mask:{type:"string"},path:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},lang:{type:"string"},tabIndex:{type:"number"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},variation:{type:"string"},end:{type:"string"},clip:{type:"string"},crossOrigin:{type:"string"},max:{type:"string"},min:{type:"string"},name:{type:"string"},size:{type:"string"},type:{type:"string"},orientation:{type:"string"},media:{type:"string"},method:{type:"string"},target:{type:"string"},accentHeight:{type:"string"},accumulate:{type:"string"},additive:{type:"string"},alignmentBaseline:{type:"string"},allowReorder:{type:"string"},alphabetic:{type:"string"},amplitude:{type:"string"},arabicForm:{type:"string"},ascent:{type:"string"},attributeName:{type:"string"},attributeType:{type:"string"},autoReverse:{type:"string"},azimuth:{type:"string"},baseFrequency:{type:"string"},baselineShift:{type:"string"},baseProfile:{type:"string"},bbox:{type:"string"},begin:{type:"string"},bias:{type:"string"},by:{type:"string"},calcMode:{type:"string"},capHeight:{type:"string"},clipPathUnits:{type:"string"},clipRule:{type:"string"},colorInterpolation:{type:"string"},colorInterpolationFilters:{type:"string"},colorProfile:{type:"string"},colorRendering:{type:"string"},contentScriptType:{type:"string"},contentStyleType:{type:"string"},cursor:{type:"string"},cx:{type:"string"},cy:{type:"string"},d:{type:"string"},decelerate:{type:"string"},descent:{type:"string"},diffuseConstant:{type:"string"},divisor:{type:"string"},dominantBaseline:{type:"string"},dur:{type:"string"},dx:{type:"string"},dy:{type:"string"},edgeMode:{type:"string"},elevation:{type:"string"},enableBackground:{type:"string"},exponent:{type:"string"},externalResourcesRequired:{type:"string"},fill:{type:"string"},fillOpacity:{type:"string"},fillRule:{type:"string"},filterRes:{type:"string"},filterUnits:{type:"string"},floodColor:{type:"string"},floodOpacity:{type:"string"},focusable:{type:"string"},fontSizeAdjust:{type:"string"},fontStretch:{type:"string"},fontVariant:{type:"string"},format:{type:"string"},fr:{type:"string"},from:{type:"string"},fx:{type:"string"},fy:{type:"string"},g1:{type:"string"},g2:{type:"string"},glyphName:{type:"string"},glyphOrientationHorizontal:{type:"string"},glyphOrientationVertical:{type:"string"},glyphRef:{type:"string"},gradientTransform:{type:"string"},gradientUnits:{type:"string"},hanging:{type:"string"},horizAdvX:{type:"string"},horizOriginX:{type:"string"},href:{type:"string"},ideographic:{type:"string"},imageRendering:{type:"string"},in2:{type:"string"},in:{type:"string"},intercept:{type:"string"},k1:{type:"string"},k2:{type:"string"},k3:{type:"string"},k4:{type:"string"},k:{type:"string"},kernelMatrix:{type:"string"},kernelUnitLength:{type:"string"},kerning:{type:"string"},keyPoints:{type:"string"},keySplines:{type:"string"},keyTimes:{type:"string"},lengthAdjust:{type:"string"},lightingColor:{type:"string"},limitingConeAngle:{type:"string"},local:{type:"string"},markerEnd:{type:"string"},markerHeight:{type:"string"},markerMid:{type:"string"},markerStart:{type:"string"},markerUnits:{type:"string"},markerWidth:{type:"string"},maskContentUnits:{type:"string"},maskUnits:{type:"string"},mathematical:{type:"string"},mode:{type:"string"},numOctaves:{type:"string"},offset:{type:"string"},operator:{type:"string"},orient:{type:"string"},origin:{type:"string"},overlinePosition:{type:"string"},overlineThickness:{type:"string"},paintOrder:{type:"string"},panose1:{type:"string"},pathLength:{type:"string"},patternContentUnits:{type:"string"},patternTransform:{type:"string"},patternUnits:{type:"string"},pointerEvents:{type:"string"},points:{type:"string"},pointsAtX:{type:"string"},pointsAtY:{type:"string"},pointsAtZ:{type:"string"},preserveAlpha:{type:"string"},preserveAspectRatio:{type:"string"},primitiveUnits:{type:"string"},r:{type:"string"},radius:{type:"string"},refX:{type:"string"},refY:{type:"string"},renderingIntent:{type:"string"},repeatCount:{type:"string"},repeatDur:{type:"string"},requiredExtensions:{type:"string"},requiredFeatures:{type:"string"},restart:{type:"string"},result:{type:"string"},rotate:{type:"string"},rx:{type:"string"},ry:{type:"string"},scale:{type:"string"},seed:{type:"string"},shapeRendering:{type:"string"},slope:{type:"string"},spacing:{type:"string"},specularConstant:{type:"string"},specularExponent:{type:"string"},speed:{type:"string"},spreadMethod:{type:"string"},startOffset:{type:"string"},stdDeviation:{type:"string"},stemh:{type:"string"},stemv:{type:"string"},stitchTiles:{type:"string"},stopColor:{type:"string"},stopOpacity:{type:"string"},strikethroughPosition:{type:"string"},strikethroughThickness:{type:"string"},stroke:{type:"string"},strokeDasharray:{type:"string"},strokeDashoffset:{type:"string"},strokeLinecap:{type:"string"},strokeLinejoin:{type:"string"},strokeMiterlimit:{type:"string"},strokeOpacity:{type:"string"},strokeWidth:{type:"string"},surfaceScale:{type:"string"},systemLanguage:{type:"string"},tableValues:{type:"string"},targetX:{type:"string"},targetY:{type:"string"},textAnchor:{type:"string"},textLength:{type:"string"},textRendering:{type:"string"},to:{type:"string"},u1:{type:"string"},u2:{type:"string"},underlinePosition:{type:"string"},underlineThickness:{type:"string"},unicode:{type:"string"},unicodeBidi:{type:"string"},unicodeRange:{type:"string"},unitsPerEm:{type:"string"},vAlphabetic:{type:"string"},values:{type:"string"},vectorEffect:{type:"string"},version:{type:"string"},vertAdvY:{type:"string"},vertOriginX:{type:"string"},vertOriginY:{type:"string"},vHanging:{type:"string"},vIdeographic:{type:"string"},viewBox:{type:"string"},viewTarget:{type:"string"},visibility:{type:"string"},vMathematical:{type:"string"},widths:{type:"string"},wordSpacing:{type:"string"},writingMode:{type:"string"},x1:{type:"string"},x2:{type:"string"},x:{type:"string"},xChannelSelector:{type:"string"},xHeight:{type:"string"},xlinkActuate:{type:"string"},xlinkArcrole:{type:"string"},xlinkHref:{type:"string"},xlinkRole:{type:"string"},xlinkShow:{type:"string"},xlinkTitle:{type:"string"},xlinkType:{type:"string"},xmlBase:{type:"string"},xmlLang:{type:"string"},xmlns:{type:"string"},xmlnsXlink:{type:"string"},xmlSpace:{type:"string"},y1:{type:"string"},y2:{type:"string"},y:{type:"string"},yChannelSelector:{type:"string"},z:{type:"string"},zoomAndPan:{type:"string"},filledColor:{type:"string"},emptyColor:{type:"string"},percentage:{type:"number"},isDeterminate:{type:"boolean"},isPercentageTextHidden:{type:"boolean"}}},Menu:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},size:{type:"string"},menuAlign:{type:"string"},isOpen:{type:"boolean"},trigger:{type:"string"},triggerClassName:{type:"string"}}},MenuButton:{properties:{area:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},size:{type:"string"},type:{type:"string"},isLoading:{type:"boolean"},isFullWidth:{type:"boolean"},loadingText:{type:"string"},form:{type:"string"},slot:{type:"string"},title:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},name:{type:"string"},value:{type:"string"}}},MenuItem:{properties:{children:{type:"string"},isDisabled:{type:"boolean"},isFullWidth:{type:"boolean"},isLoading:{type:"boolean"},loadingText:{type:"string"},size:{type:"string"},type:{type:"string"},variation:{type:"string"},as:{type:"string"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},key:{type:"string"}}},Pagination:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},currentPage:{type:"number",priority:!0},totalPages:{type:"number",priority:!0},siblingCount:{type:"number",priority:!0},hasMorePages:{type:"boolean"},currentPageLabel:{type:"string"},pageLabel:{type:"string"},previousLabel:{type:"string"},nextLabel:{type:"string"}}},PasswordField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},list:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},required:{type:"boolean"},step:{type:"string"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string",priority:!0},src:{type:"string"},type:{type:"string"},value:{type:"string",priority:!0},labelHidden:{type:"boolean",priority:!0},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},hideShowPassword:{type:"boolean",priority:!0},hidePasswordButtonLabel:{type:"string"},passwordIsHiddenLabel:{type:"string"},passwordIsShownLabel:{type:"string"},showPasswordButtonLabel:{type:"string"}}},PhoneNumberField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},list:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},required:{type:"boolean"},step:{type:"string"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string",priority:!0},src:{type:"string"},type:{type:"string"},value:{type:"string",priority:!0},labelHidden:{type:"boolean",priority:!0},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},defaultCountryCode:{type:"string"},defaultDialCode:{type:"string"},dialCodeLabel:{type:"string"},dialCodeName:{type:"string"},countryCodeLabel:{type:"string"},countryCodeName:{type:"string"}}},Placeholder:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},size:{type:"string"},isLoaded:{type:"boolean"}}},Radio:{properties:{area:{type:"string"},form:{type:"string"},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},list:{type:"string"},variation:{type:"string"},required:{type:"boolean"},step:{type:"string"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean",priority:!0},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string",priority:!0},src:{type:"string"},type:{type:"string"},value:{type:"string",priority:!0},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},labelPosition:{type:"string",priority:!0}}},RadioGroupField:{properties:{area:{type:"string"},label:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},autoComplete:{type:"string"},checked:{type:"boolean"},enterKeyHint:{type:"string"},name:{type:"string"},size:{type:"string"},type:{type:"string"},value:{type:"string"},labelHidden:{type:"boolean"},descriptiveText:{type:"string"},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},labelPosition:{type:"string"}}},Rating:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},size:{type:"string",priority:!0},value:{type:"number",priority:!0},emptyColor:{type:"string",priority:!0},fillColor:{type:"string",priority:!0},maxValue:{type:"number",priority:!0}}},ScrollView:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},orientation:{type:"string"}}},SearchField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},list:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string",priority:!0},required:{type:"boolean"},step:{type:"string"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string",priority:!0},src:{type:"string"},type:{type:"string"},value:{type:"string",priority:!0},hasSearchButton:{type:"boolean"},hasSearchIcon:{type:"boolean"},labelHidden:{type:"boolean",priority:!0},clearButtonLabel:{type:"string"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"}}},SelectField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},required:{type:"boolean"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},multiple:{type:"boolean"},name:{type:"string"},size:{type:"string"},value:{type:"string"},labelHidden:{type:"boolean"},descriptiveText:{type:"string"},errorMessage:{type:"string"},hasError:{type:"boolean"},isRequired:{type:"boolean"},iconColor:{type:"string"}}},SliderField:{properties:{area:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"number"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},step:{type:"number",priority:!0},autoComplete:{type:"string"},checked:{type:"boolean"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},max:{type:"number",priority:!0},min:{type:"number",priority:!0},name:{type:"string"},size:{type:"string",priority:!0},type:{type:"string"},value:{type:"number",priority:!0},labelHidden:{type:"boolean"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},orientation:{type:"string",priority:!0},asChild:{type:"boolean"},minStepsBetweenThumbs:{type:"number"},isValueHidden:{type:"boolean"},trackSize:{type:"string"},emptyTrackColor:{type:"string",priority:!0},filledTrackColor:{type:"string",priority:!0},thumbColor:{type:"string",priority:!0}}},StepperField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"number"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},list:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string",priority:!0},required:{type:"boolean"},step:{type:"number",priority:!0},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"number",priority:!0},maxLength:{type:"number"},min:{type:"number",priority:!0},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string",priority:!0},src:{type:"string"},type:{type:"string"},value:{type:"number",priority:!0},labelHidden:{type:"boolean",priority:!0},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},increaseButtonLabel:{type:"string"},decreaseButtonLabel:{type:"string"}}},SwitchField:{properties:{area:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},autoComplete:{type:"string"},checked:{type:"boolean"},enterKeyHint:{type:"string"},name:{type:"string"},size:{type:"string",priority:!0},type:{type:"string"},value:{type:"string",priority:!0},labelHidden:{type:"boolean"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},labelPosition:{type:"string",priority:!0},thumbColor:{type:"string",priority:!0},isChecked:{type:"boolean",priority:!0},isLabelHidden:{type:"boolean",priority:!0},trackColor:{type:"string",priority:!0},trackCheckedColor:{type:"string",priority:!0}}},Tabs:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},spacing:{type:"string"},defaultIndex:{type:"string"},currentIndex:{type:"string"},indicatorPosition:{type:"string"}}},TabItem:{properties:{area:{type:"string"},form:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},name:{type:"string"},type:{type:"string"},value:{type:"string"}}},Text:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string",priority:!0},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string",priority:!0},fontStyle:{type:"string"},fontWeight:{type:"string",priority:!0},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string",priority:!0},variation:{type:"string"},isTruncated:{type:"boolean"}}},TextAreaField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string",priority:!0},required:{type:"boolean"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},maxLength:{type:"number",priority:!0},minLength:{type:"number"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string",priority:!0},value:{type:"string",priority:!0},labelHidden:{type:"boolean"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},cols:{type:"number"},dirName:{type:"string"},rows:{type:"number",priority:!0},resize:{type:"string",priority:!0}}},TextField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},list:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string",priority:!0},required:{type:"boolean"},step:{type:"string"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string",priority:!0},src:{type:"string"},type:{type:"string"},value:{type:"string",priority:!0},labelHidden:{type:"boolean"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"}}},ToggleButton:{properties:{area:{type:"string"},form:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},name:{type:"string"},size:{type:"string"},type:{type:"string"},value:{type:"string"},isLoading:{type:"boolean"},isFullWidth:{type:"boolean"},loadingText:{type:"string"},isPressed:{type:"boolean"},defaultPressed:{type:"boolean"}}},ToggleButtonGroup:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},size:{type:"string"},value:{type:"string"},isExclusive:{type:"boolean"},isSelectionRequired:{type:"boolean"}}},View:{properties:{key:{type:"string"}}},VisuallyHidden:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"}}},Table:{properties:{area:{type:"string"},caption:{type:"string"},slot:{type:"string"},summary:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},variation:{type:"string"},size:{type:"string"},cellPadding:{type:"string"},cellSpacing:{type:"string"},highlightOnHover:{type:"boolean"}}},TableBody:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"}}},TableCell:{properties:{abbr:{type:"string"},area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},align:{type:"string"},colSpan:{type:"number"},headers:{type:"string"},scope:{type:"string"}}},TableFoot:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"}}},TableHead:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"}}},TableRow:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"}}}},exports.createDataStorePredicate=P,exports.findChildOverrides=(t,e)=>{if(!t)return null;const r=Object.entries(t).filter((t=>t[0].startsWith(e)));return Object.assign({},...Array.from(r,(([t,r])=>({[t.replace(e,"")]:r}))))},exports.getOverrideProps=(t,e)=>{if(!t)return null;const r=Object.entries(t).filter((([t])=>t===e)).flatMap((([,t])=>Object.entries(t))).filter((t=>null==t?void 0:t[0]));return Object.fromEntries(r)},exports.getOverridesFromVariants=function(t,e){const r=[...new Set(t.flatMap((t=>Object.keys(t.variantValues))))],i=Object.keys(e).filter((t=>r.includes(t)&&e[t])).reduce(((t,r)=>Object.assign(Object.assign({},t),{[r]:e[r]})),{});return t.filter((({variantValues:t})=>Object.keys(t).length===Object.keys(i).length&&Object.entries(t).every((([t,e])=>i[t]===e)))).reduce(((t,e)=>Object.assign(Object.assign({},t),e.overrides)),{})},exports.mergeVariantsAndOverrides=(t,e)=>{if(!t&&!e)return null;if(!e)return t;if(!t)return e;const r=new Set(Object.keys(e)),i=Object.keys(t).filter((t=>r.has(t))),n=Object.fromEntries(i.map((r=>[r,Object.assign(Object.assign({},t[r]),e[r])])));return Object.assign(Object.assign(Object.assign({},t),e),n)},exports.useAuthSignOutAction=e=>()=>n.__awaiter(void 0,void 0,void 0,(function*(){try{p.Hub.dispatch(c,{event:x,data:{options:e}},f,t.AMPLIFY_SYMBOL),yield p.Auth.signOut(e),p.Hub.dispatch(c,{event:S,data:{options:e}},f,t.AMPLIFY_SYMBOL)}catch(r){p.Hub.dispatch(c,{event:S,data:{options:e,errorMessage:t.getErrorMessage(r)}},f,t.AMPLIFY_SYMBOL)}})),exports.useDataStoreBinding=function(t){return"record"===t.type?m(t):d(t)},exports.useDataStoreCollection=d,exports.useDataStoreCreateAction=({model:e,fields:r,schema:i})=>{const a=V({fields:r,modelName:e.name,schema:i});return()=>n.__awaiter(void 0,void 0,void 0,(function*(){try{p.Hub.dispatch(c,{event:H,data:{fields:a}},R,t.AMPLIFY_SYMBOL);const r=yield p.DataStore.save(new e(a));p.Hub.dispatch(c,{event:W,data:{fields:a,item:r}},R,t.AMPLIFY_SYMBOL)}catch(e){p.Hub.dispatch(c,{event:W,data:{fields:a,errorMessage:t.getErrorMessage(e)}},R,t.AMPLIFY_SYMBOL)}}))},exports.useDataStoreDeleteAction=({model:e,id:r})=>()=>n.__awaiter(void 0,void 0,void 0,(function*(){try{p.Hub.dispatch(c,{event:z,data:{id:r}},L,t.AMPLIFY_SYMBOL),yield p.DataStore.delete(e,r),p.Hub.dispatch(c,{event:M,data:{id:r}},L,t.AMPLIFY_SYMBOL)}catch(e){p.Hub.dispatch(c,{event:M,data:{id:r,errorMessage:t.getErrorMessage(e)}},L,t.AMPLIFY_SYMBOL)}})),exports.useDataStoreItem=m,exports.useDataStoreUpdateAction=({fields:e,id:r,model:i,schema:a})=>{const s=V({fields:e,modelName:i.name,schema:a});return()=>n.__awaiter(void 0,void 0,void 0,(function*(){try{p.Hub.dispatch(c,{event:O,data:{fields:s,id:r}},D,t.AMPLIFY_SYMBOL);const e=yield p.DataStore.query(i,r);if(!e)throw new Error(`Error querying datastore item by id: ${r}`);const n=yield p.DataStore.save(i.copyOf(e,(t=>{Object.assign(t,s)})));p.Hub.dispatch(c,{event:A,data:{fields:s,id:r,item:n}},D,t.AMPLIFY_SYMBOL)}catch(e){p.Hub.dispatch(c,{event:A,data:{fields:s,id:r,errorMessage:t.getErrorMessage(e)}},D,t.AMPLIFY_SYMBOL)}}))},exports.useNavigateAction=e=>{const{type:r,url:i,anchor:n,target:a}=e,s=o.useMemo((()=>{switch(r){case"url":return()=>{window.open(i,a||"_self","noopener noreferrer")};case"anchor":return()=>{window.location.hash=null!=n?n:""};case"reload":return()=>{window.location.reload()};default:return()=>{console.warn('Please provide a valid navigate type. Available types are "url", "anchor" and "reload".')}}}),[n,a,r,i]);return()=>{p.Hub.dispatch(c,{event:B,data:e},E,t.AMPLIFY_SYMBOL),s(),p.Hub.dispatch(c,{event:C,data:e},E,t.AMPLIFY_SYMBOL)}},exports.useStateMutationAction=e=>{const[r,i]=o.useState(e),n=o.useCallback((e=>{const n=r;p.Hub.dispatch(c,{event:v,data:{prevState:n,newState:e}},k,t.AMPLIFY_SYMBOL),i(e),p.Hub.dispatch(c,{event:I,data:{prevState:n,newState:e}},k,t.AMPLIFY_SYMBOL)}),[r]);return[r,n]},exports.useStorageURL=(t,e)=>{const[r,n]=o.useState({isLoading:!0}),p=JSON.stringify(e),a=()=>{n({isLoading:!0});const r=i.Storage.get(t,e);return r.then((t=>n({url:t,isLoading:!1}))).catch((t=>n({error:t,isLoading:!1}))),()=>i.Storage.cancel(r)};return o.useEffect(a,[t,e,p]),Object.assign(Object.assign({},r),{fetch:a})},exports.useThemeBreakpoint=()=>{const{breakpoints:{values:e,defaultBreakpoint:r}}=t.useTheme();return t.useBreakpoint({breakpoints:e,defaultBreakpoint:r})};
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var t=require("./Field-1dd46eaa.js"),n=require("react"),i=require("@aws-amplify/datastore"),e=require("@aws-amplify/storage"),r=require("tslib"),g=require("aws-amplify"),p=require("@aws-amplify/ui"),s=require("classnames");function y(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}function a(t){if(t&&t.__esModule)return t;var n=Object.create(null);return t&&Object.keys(t).forEach((function(i){if("default"!==i){var e=Object.getOwnPropertyDescriptor(t,i);Object.defineProperty(n,i,e.get?e:{enumerable:!0,get:function(){return t[i]}})}})),n.default=t,Object.freeze(n)}require("@aws-amplify/core");var o=a(n),d=y(s);const l=({model:t,criteria:n,pagination:e})=>{const[r,g]=o.useState({items:[],isLoading:!1,error:void 0});return o.useEffect((()=>{g({isLoading:!0,items:[]});const r=i.DataStore.observeQuery(t,n,e).subscribe((t=>g({items:t.items,isLoading:!1})),(t=>g({items:[],error:t,isLoading:!1})));if(r)return()=>r.unsubscribe()}),[]),r},m=({model:t,id:n})=>{const[e,r]=o.useState(),[g,p]=o.useState(!1),[s,y]=o.useState();return o.useEffect((()=>{p(!0),i.DataStore.query(t,n).then(r).catch(y).finally((()=>p(!1)))}),[]),{error:s,item:e,isLoading:g}};const c="ui",h="actions",b="started",u="finished",f=`${`${h}:auth`}:signout`,S=`${f}:${b}`,w=`${f}:${u}`,k=`${h}:core`,I=`${k}:statemutation`,x=`${I}:${b}`,B=`${I}:${u}`,E=`${k}:navigate`,L=`${E}:${b}`,C=`${E}:${u}`,H=`${h}:datastore`,v=`${H}:create`,T=`${v}:${b}`,R=`${v}:${u}`,W=`${H}:delete`,O=`${W}:${b}`,D=`${W}:${u}`,F=`${H}:update`,A=`${F}:${b}`,z=`${F}:${u}`;const V=({fields:t,modelName:n,schema:i})=>o.useMemo((()=>{if(function(t,n){return!n}(0,i))return t;const e={};return Object.keys(t).forEach((r=>{var g,s,y;const a=t[r];switch(null===(y=null===(s=null===(g=null==i?void 0:i.models[n])||void 0===g?void 0:g.fields)||void 0===s?void 0:s[r])||void 0===y?void 0:y.type){case"AWSTimestamp":case"Float":e[r]=Number(a);break;case"Boolean":e[r]=Boolean(a);break;case"Int":e[r]=p.isString(a)?parseInt(a):a;break;default:e[r]=a}})),e}),[t,i,n]),M=t=>n=>t.map((t=>t(n)));const N=t=>{const{and:n,or:i,field:e,operator:r,operand:g}=t;if(Array.isArray(n)){const t=n.map((t=>N(t)));return n=>n.and(M(t))}if(Array.isArray(i)){const t=i.map((t=>N(t)));return n=>n.or(M(t))}return t=>{var n;return function(t){return!!t}(e)&&(t=>!!t)(r)&&(null===(n=null==t?void 0:t[e])||void 0===n?void 0:n[r])?t[e][r](g):t}};exports.AlertIcon=t.AlertIcon,exports.Field=t.Field,exports.IconAdd=t.IconAdd,exports.IconCheck=t.IconCheck,exports.IconCheckCircle=t.IconCheckCircle,exports.IconChevronLeft=t.IconChevronLeft,exports.IconChevronRight=t.IconChevronRight,exports.IconClose=t.IconClose,exports.IconEdit=t.IconEdit,exports.IconError=t.IconError,exports.IconExpandMore=t.IconExpandMore,exports.IconFile=t.IconFile,exports.IconIndeterminate=t.IconIndeterminate,exports.IconInfo=t.IconInfo,exports.IconMenu=t.IconMenu,exports.IconRemove=t.IconRemove,exports.IconSearch=t.IconSearch,exports.IconStar=t.IconStar,exports.IconUpload=t.IconUpload,exports.IconVisibility=t.IconVisibility,exports.IconVisibilityOff=t.IconVisibilityOff,exports.IconWarning=t.IconWarning,exports.useAuth=t.useAuth,exports.IconCheckCircleOutline=n=>{const{className:i}=n,e=r.__rest(n,["className"]);return o.createElement(t.View,Object.assign({as:"span",width:"1em",height:"1em",className:d.default(t.ComponentClassNames.Icon,i)},e))},exports.PrimitiveCatalog={Alert:{properties:{variation:{type:"string",priority:!0},isDismissible:{type:"boolean",priority:!0},dismissButtonLabel:{type:"string"},hasIcon:{type:"boolean",priority:!0},heading:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string",priority:!0},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"}}},Autocomplete:{properties:{isLoading:{type:"boolean"},defaultValue:{type:"string"},value:{type:"string"},hasSearchButton:{type:"boolean"},hasSearchIcon:{type:"boolean"},labelHidden:{type:"boolean"},clearButtonLabel:{type:"string"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},type:{type:"string"},descriptiveText:{type:"string"},errorMessage:{type:"string"},label:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},autoComplete:{type:"string"},checked:{type:"boolean"},defaultChecked:{type:"boolean"},hasError:{type:"boolean"},enterKeyHint:{type:"string"},inputMode:{type:"string"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},name:{type:"string"},placeholder:{type:"string"},size:{type:"string"},variation:{type:"string"}}},Badge:{properties:{variation:{type:"string",priority:!0},size:{type:"string",priority:!0},isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string",priority:!0},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"}}},Button:{properties:{isDisabled:{type:"boolean"},isFullWidth:{type:"boolean"},isLoading:{type:"boolean"},loadingText:{type:"string"},size:{type:"string",priority:!0},type:{type:"string"},variation:{type:"string",priority:!0},id:{type:"string"},children:{type:"string",priority:!0},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"}}},ButtonGroup:{properties:{children:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},size:{type:"string"},variation:{type:"string"}}},Card:{properties:{variation:{type:"string",priority:!0},isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"}}},CheckboxField:{properties:{label:{type:"string"},labelHidden:{type:"boolean"},name:{type:"string"},value:{type:"string"},labelPosition:{type:"string"},isIndeterminate:{type:"boolean"},isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},autoComplete:{type:"string"},checked:{type:"boolean"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},hasError:{type:"boolean"},enterKeyHint:{type:"string"},inputMode:{type:"string"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},placeholder:{type:"string"},size:{type:"string"},type:{type:"string"},variation:{type:"string"},descriptiveText:{type:"string"},errorMessage:{type:"string"}}},Collection:{properties:{flex:{type:"string"},left:{type:"string"},right:{type:"string"},bottom:{type:"string"},top:{type:"string"},row:{type:"string"},column:{type:"string"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},type:{type:"string"},isPaginated:{type:"boolean"},itemsPerPage:{type:"number"},isSearchable:{type:"boolean"},searchLabel:{type:"string"},searchPlaceholder:{type:"string"},searchNoResultsFound:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"}}},Divider:{properties:{isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},orientation:{type:"string",priority:!0},size:{type:"string",priority:!0},label:{type:"string"}}},Expander:{properties:{defaultValue:{type:"string"},value:{type:"string"},isCollapsible:{type:"boolean"},type:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"}}},ExpanderItem:{properties:{title:{type:"string"},value:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"}}},FieldGroupIcon:{properties:{isVisible:{type:"boolean"},excludeFromTabOrder:{type:"boolean"},isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"}}},FieldGroupIconButton:{properties:{isVisible:{type:"boolean"},excludeFromTabOrder:{type:"boolean"},isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},type:{type:"string"},size:{type:"string"},variation:{type:"string"}}},Flex:{properties:{isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},direction:{type:"string",priority:!0},wrap:{type:"string",priority:!0},alignItems:{type:"string",priority:!0},alignContent:{type:"string"},justifyContent:{type:"string",priority:!0},gap:{type:"string",priority:!0},columnGap:{type:"string"},rowGap:{type:"string"}}},Grid:{properties:{autoColumns:{type:"string"},autoFlow:{type:"string"},autoRows:{type:"string"},templateAreas:{type:"string"},templateColumns:{type:"string"},templateRows:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"}}},Heading:{properties:{level:{type:"number",priority:!0},variation:{type:"string"},isTruncated:{type:"boolean"},isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string",priority:!0},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"}}},HighlightMatch:{properties:{children:{type:"string"},query:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"}}},Icon:{properties:{pathData:{type:"string"},ariaLabel:{type:"string"},fill:{type:"string"},children:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string",priority:!0},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string",priority:!0},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string",priority:!0},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"}}},Image:{properties:{isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string",priority:!0},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string",priority:!0},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},alt:{type:"string",priority:!0},sizes:{type:"string"},src:{type:"string",priority:!0},srcSet:{type:"string"},objectFit:{type:"string",priority:!0},objectPosition:{type:"string"}}},Link:{properties:{children:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},isExternal:{type:"boolean"},href:{type:"string"}}},Loader:{properties:{size:{type:"string"},variation:{type:"string"},filledColor:{type:"string"},emptyColor:{type:"string"},percentage:{type:"number"},isDeterminate:{type:"boolean"},isPercentageTextHidden:{type:"boolean"},isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"}}},Menu:{properties:{menuAlign:{type:"string"},isOpen:{type:"boolean"},size:{type:"string"},trigger:{type:"string"},triggerClassName:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"}}},MenuButton:{properties:{isDisabled:{type:"boolean"},isFullWidth:{type:"boolean"},isLoading:{type:"boolean"},loadingText:{type:"string"},size:{type:"string"},type:{type:"string"},variation:{type:"string"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"}}},MenuItem:{properties:{children:{type:"string"},isDisabled:{type:"boolean"},isFullWidth:{type:"boolean"},isLoading:{type:"boolean"},loadingText:{type:"string"},size:{type:"string"},type:{type:"string"},variation:{type:"string"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"}}},Pagination:{properties:{currentPage:{type:"number",priority:!0},totalPages:{type:"number",priority:!0},siblingCount:{type:"number",priority:!0},hasMorePages:{type:"boolean"},currentPageLabel:{type:"string"},pageLabel:{type:"string"},previousLabel:{type:"string"},nextLabel:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"}}},PasswordField:{properties:{hideShowPassword:{type:"boolean",priority:!0},hidePasswordButtonLabel:{type:"string"},passwordIsHiddenLabel:{type:"string"},passwordIsShownLabel:{type:"string"},showPasswordButtonLabel:{type:"string"},autoComplete:{type:"string"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},type:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},label:{type:"string",priority:!0},labelHidden:{type:"boolean",priority:!0},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},checked:{type:"boolean"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},hasError:{type:"boolean"},enterKeyHint:{type:"string"},inputMode:{type:"string"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},name:{type:"string"},placeholder:{type:"string",priority:!0},size:{type:"string",priority:!0},value:{type:"string",priority:!0},variation:{type:"string"}}},PhoneNumberField:{properties:{flex:{type:"string"},left:{type:"string"},right:{type:"string"},bottom:{type:"string"},top:{type:"string"},row:{type:"string"},column:{type:"string"},wrap:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},label:{type:"string",priority:!0},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},placeholder:{type:"string",priority:!0},inputMode:{type:"string"},type:{type:"string"},size:{type:"string",priority:!0},variation:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},labelHidden:{type:"boolean",priority:!0},direction:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},value:{type:"string",priority:!0},defaultCountryCode:{type:"string"},defaultDialCode:{type:"string"},dialCodeLabel:{type:"string"},dialCodeName:{type:"string"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},autoComplete:{type:"string"},checked:{type:"boolean"},hasError:{type:"boolean"},enterKeyHint:{type:"string"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},name:{type:"string"},countryCodeLabel:{type:"string"},countryCodeName:{type:"string"},key:{type:"string"},hidden:{type:"boolean"},required:{type:"boolean"},"aria-label":{type:"string"},"aria-valuetext":{type:"string"},form:{type:"string"},list:{type:"string"},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},lang:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},multiple:{type:"boolean"},alt:{type:"string"},src:{type:"string"},accept:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},crossOrigin:{type:"string"},disabled:{type:"boolean"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},readOnly:{type:"boolean"},step:{type:"string"}}},Placeholder:{properties:{isLoaded:{type:"boolean"},size:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"}}},Radio:{properties:{value:{type:"string",priority:!0},labelPosition:{type:"string",priority:!0},autoComplete:{type:"string"},checked:{type:"boolean",priority:!0},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},hasError:{type:"boolean"},enterKeyHint:{type:"string"},inputMode:{type:"string"},isDisabled:{type:"boolean",priority:!0},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},name:{type:"string"},placeholder:{type:"string"},size:{type:"string",priority:!0},type:{type:"string"},variation:{type:"string"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"}}},RadioGroupField:{properties:{name:{type:"string"},value:{type:"string"},defaultValue:{type:"string"},labelPosition:{type:"string"},descriptiveText:{type:"string"},errorMessage:{type:"string"},label:{type:"string"},labelHidden:{type:"boolean"},isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},autoComplete:{type:"string"},checked:{type:"boolean"},defaultChecked:{type:"boolean"},hasError:{type:"boolean"},enterKeyHint:{type:"string"},inputMode:{type:"string"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},placeholder:{type:"string"},size:{type:"string"},type:{type:"string"},variation:{type:"string"}}},Rating:{properties:{emptyColor:{type:"string",priority:!0},fillColor:{type:"string",priority:!0},maxValue:{type:"number",priority:!0},size:{type:"string",priority:!0},value:{type:"number",priority:!0},isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"}}},ScrollView:{properties:{orientation:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"}}},SearchField:{properties:{defaultValue:{type:"string"},value:{type:"string",priority:!0},hasSearchButton:{type:"boolean"},hasSearchIcon:{type:"boolean"},labelHidden:{type:"boolean",priority:!0},clearButtonLabel:{type:"string"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},type:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},label:{type:"string",priority:!0},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},autoComplete:{type:"string"},checked:{type:"boolean"},defaultChecked:{type:"boolean"},hasError:{type:"boolean"},enterKeyHint:{type:"string"},inputMode:{type:"string"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},name:{type:"string"},placeholder:{type:"string",priority:!0},size:{type:"string",priority:!0},variation:{type:"string",priority:!0}}},SelectField:{properties:{descriptiveText:{type:"string"},errorMessage:{type:"string"},label:{type:"string"},labelHidden:{type:"boolean"},isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},autoComplete:{type:"string"},name:{type:"string"},defaultValue:{type:"string"},value:{type:"string"},size:{type:"string"},variation:{type:"string"},iconColor:{type:"string"},placeholder:{type:"string"},hasError:{type:"boolean"},isRequired:{type:"boolean"}}},SliderField:{properties:{min:{type:"number",priority:!0},max:{type:"number",priority:!0},step:{type:"number",priority:!0},orientation:{type:"string",priority:!0},isValueHidden:{type:"boolean"},trackSize:{type:"string"},emptyTrackColor:{type:"string",priority:!0},filledTrackColor:{type:"string",priority:!0},thumbColor:{type:"string",priority:!0},value:{type:"number",priority:!0},defaultValue:{type:"number"},dir:{type:"string"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},type:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},label:{type:"string",priority:!0},labelHidden:{type:"boolean"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},autoComplete:{type:"string"},checked:{type:"boolean"},defaultChecked:{type:"boolean"},hasError:{type:"boolean"},enterKeyHint:{type:"string"},inputMode:{type:"string"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},name:{type:"string"},placeholder:{type:"string",priority:!0},size:{type:"string",priority:!0},variation:{type:"string"}}},StepperField:{properties:{type:{type:"string"},min:{type:"number",priority:!0},max:{type:"number",priority:!0},step:{type:"number",priority:!0},value:{type:"number",priority:!0},defaultValue:{type:"number"},increaseButtonLabel:{type:"string"},decreaseButtonLabel:{type:"string"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},label:{type:"string",priority:!0},labelHidden:{type:"boolean",priority:!0},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},autoComplete:{type:"string"},checked:{type:"boolean"},defaultChecked:{type:"boolean"},hasError:{type:"boolean"},enterKeyHint:{type:"string"},inputMode:{type:"string"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},name:{type:"string"},placeholder:{type:"string",priority:!0},size:{type:"string",priority:!0},variation:{type:"string",priority:!0}}},SwitchField:{properties:{defaultChecked:{type:"boolean"},isChecked:{type:"boolean",priority:!0},isDisabled:{type:"boolean",priority:!0},isLabelHidden:{type:"boolean",priority:!0},label:{type:"string",priority:!0},labelPosition:{type:"string",priority:!0},name:{type:"string"},size:{type:"string",priority:!0},thumbColor:{type:"string",priority:!0},trackColor:{type:"string",priority:!0},trackCheckedColor:{type:"string",priority:!0},value:{type:"string",priority:!0},autoComplete:{type:"string"},checked:{type:"boolean"},defaultValue:{type:"string"},hasError:{type:"boolean"},enterKeyHint:{type:"string"},inputMode:{type:"string"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},placeholder:{type:"string",priority:!0},type:{type:"string"},variation:{type:"string"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},labelHidden:{type:"boolean"}}},Tabs:{properties:{children:{type:"string"},defaultIndex:{type:"string"},currentIndex:{type:"string"},spacing:{type:"string"},indicatorPosition:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"}}},TabItem:{properties:{title:{type:"string"},isDisabled:{type:"boolean"},children:{type:"string"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"}}},Text:{properties:{variation:{type:"string"},isTruncated:{type:"boolean"},isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string",priority:!0},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string",priority:!0},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string",priority:!0},fontStyle:{type:"string"},fontWeight:{type:"string",priority:!0},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"}}},TextAreaField:{properties:{descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},label:{type:"string",priority:!0},labelHidden:{type:"boolean"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},autoComplete:{type:"string"},defaultValue:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},maxLength:{type:"number",priority:!0},name:{type:"string"},placeholder:{type:"string",priority:!0},rows:{type:"number",priority:!0},size:{type:"string",priority:!0},value:{type:"string",priority:!0},variation:{type:"string",priority:!0},resize:{type:"string",priority:!0}}},TextField:{properties:{outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},type:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},label:{type:"string",priority:!0},labelHidden:{type:"boolean"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},autoComplete:{type:"string"},checked:{type:"boolean"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},hasError:{type:"boolean"},enterKeyHint:{type:"string"},inputMode:{type:"string"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},name:{type:"string"},placeholder:{type:"string",priority:!0},size:{type:"string",priority:!0},value:{type:"string",priority:!0},variation:{type:"string",priority:!0}}},ToggleButton:{properties:{value:{type:"string"},isPressed:{type:"boolean"},defaultPressed:{type:"boolean"},isDisabled:{type:"boolean"},isFullWidth:{type:"boolean"},isLoading:{type:"boolean"},loadingText:{type:"string"},size:{type:"string"},type:{type:"string"},variation:{type:"string"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"}}},ToggleButtonGroup:{properties:{children:{type:"string"},isExclusive:{type:"boolean"},isSelectionRequired:{type:"boolean"},value:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},size:{type:"string"},variation:{type:"string"}}},View:{properties:{isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"}}},VisuallyHidden:{properties:{isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"}}},Table:{properties:{caption:{type:"string"},highlightOnHover:{type:"boolean"},size:{type:"string"},variation:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"}}},TableBody:{properties:{isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"}}},TableCell:{properties:{isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"}}},TableFoot:{properties:{isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"}}},TableHead:{properties:{isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"}}},TableRow:{properties:{isDisabled:{type:"boolean"},id:{type:"string"},children:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"}}}},exports.createDataStorePredicate=N,exports.findChildOverrides=(t,n)=>{if(!t)return null;const i=Object.entries(t).filter((t=>t[0].startsWith(n)));return Object.assign({},...Array.from(i,(([t,i])=>({[t.replace(n,"")]:i}))))},exports.getOverrideProps=(t,n)=>{if(!t)return null;const i=Object.entries(t).filter((([t])=>t===n)).flatMap((([,t])=>Object.entries(t))).filter((t=>null==t?void 0:t[0]));return Object.fromEntries(i)},exports.getOverridesFromVariants=function(t,n){const i=[...new Set(t.flatMap((t=>Object.keys(t.variantValues))))],e=Object.keys(n).filter((t=>i.includes(t)&&n[t])).reduce(((t,i)=>Object.assign(Object.assign({},t),{[i]:n[i]})),{});return t.filter((({variantValues:t})=>Object.keys(t).length===Object.keys(e).length&&Object.entries(t).every((([t,n])=>e[t]===n)))).reduce(((t,n)=>Object.assign(Object.assign({},t),n.overrides)),{})},exports.mergeVariantsAndOverrides=(t,n)=>{if(!t&&!n)return null;if(!n)return t;if(!t)return n;const i=new Set(Object.keys(n)),e=Object.keys(t).filter((t=>i.has(t))),r=Object.fromEntries(e.map((i=>[i,Object.assign(Object.assign({},t[i]),n[i])])));return Object.assign(Object.assign(Object.assign({},t),n),r)},exports.useAuthSignOutAction=n=>()=>r.__awaiter(void 0,void 0,void 0,(function*(){try{g.Hub.dispatch(c,{event:S,data:{options:n}},f,t.AMPLIFY_SYMBOL),yield g.Auth.signOut(n),g.Hub.dispatch(c,{event:w,data:{options:n}},f,t.AMPLIFY_SYMBOL)}catch(i){g.Hub.dispatch(c,{event:w,data:{options:n,errorMessage:t.getErrorMessage(i)}},f,t.AMPLIFY_SYMBOL)}})),exports.useDataStoreBinding=function(t){return"record"===t.type?m(t):l(t)},exports.useDataStoreCollection=l,exports.useDataStoreCreateAction=({model:n,fields:i,schema:e})=>{const p=V({fields:i,modelName:n.name,schema:e});return()=>r.__awaiter(void 0,void 0,void 0,(function*(){try{g.Hub.dispatch(c,{event:T,data:{fields:p}},v,t.AMPLIFY_SYMBOL);const i=yield g.DataStore.save(new n(p));g.Hub.dispatch(c,{event:R,data:{fields:p,item:i}},v,t.AMPLIFY_SYMBOL)}catch(n){g.Hub.dispatch(c,{event:R,data:{fields:p,errorMessage:t.getErrorMessage(n)}},v,t.AMPLIFY_SYMBOL)}}))},exports.useDataStoreDeleteAction=({model:n,id:i})=>()=>r.__awaiter(void 0,void 0,void 0,(function*(){try{g.Hub.dispatch(c,{event:O,data:{id:i}},W,t.AMPLIFY_SYMBOL),yield g.DataStore.delete(n,i),g.Hub.dispatch(c,{event:D,data:{id:i}},W,t.AMPLIFY_SYMBOL)}catch(n){g.Hub.dispatch(c,{event:D,data:{id:i,errorMessage:t.getErrorMessage(n)}},W,t.AMPLIFY_SYMBOL)}})),exports.useDataStoreItem=m,exports.useDataStoreUpdateAction=({fields:n,id:i,model:e,schema:p})=>{const s=V({fields:n,modelName:e.name,schema:p});return()=>r.__awaiter(void 0,void 0,void 0,(function*(){try{g.Hub.dispatch(c,{event:A,data:{fields:s,id:i}},F,t.AMPLIFY_SYMBOL);const n=yield g.DataStore.query(e,i);if(!n)throw new Error(`Error querying datastore item by id: ${i}`);const r=yield g.DataStore.save(e.copyOf(n,(t=>{Object.assign(t,s)})));g.Hub.dispatch(c,{event:z,data:{fields:s,id:i,item:r}},F,t.AMPLIFY_SYMBOL)}catch(n){g.Hub.dispatch(c,{event:z,data:{fields:s,id:i,errorMessage:t.getErrorMessage(n)}},F,t.AMPLIFY_SYMBOL)}}))},exports.useNavigateAction=n=>{const{type:i,url:e,anchor:r,target:p}=n,s=o.useMemo((()=>{switch(i){case"url":return()=>{window.open(e,p||"_self","noopener noreferrer")};case"anchor":return()=>{window.location.hash=null!=r?r:""};case"reload":return()=>{window.location.reload()};default:return()=>{console.warn('Please provide a valid navigate type. Available types are "url", "anchor" and "reload".')}}}),[r,p,i,e]);return()=>{g.Hub.dispatch(c,{event:L,data:n},E,t.AMPLIFY_SYMBOL),s(),g.Hub.dispatch(c,{event:C,data:n},E,t.AMPLIFY_SYMBOL)}},exports.useStateMutationAction=n=>{const[i,e]=o.useState(n),r=o.useCallback((n=>{const r=i;g.Hub.dispatch(c,{event:x,data:{prevState:r,newState:n}},I,t.AMPLIFY_SYMBOL),e(n),g.Hub.dispatch(c,{event:B,data:{prevState:r,newState:n}},I,t.AMPLIFY_SYMBOL)}),[i]);return[i,r]},exports.useStorageURL=(t,n)=>{const[i,r]=o.useState({isLoading:!0}),g=JSON.stringify(n),p=()=>{r({isLoading:!0});const i=e.Storage.get(t,n);return i.then((t=>r({url:t,isLoading:!1}))).catch((t=>r({error:t,isLoading:!1}))),()=>e.Storage.cancel(i)};return o.useEffect(p,[t,n,g]),Object.assign(Object.assign({},i),{fetch:p})},exports.useThemeBreakpoint=()=>{const{breakpoints:{values:n,defaultBreakpoint:i}}=t.useTheme();return t.useBreakpoint({breakpoints:n,defaultBreakpoint:i})};