@sprinklrjs/spaceweb 10.1.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 (1638) hide show
  1. package/allComponentsAndUtilities.d.ts +55 -0
  2. package/allComponentsAndUtilities.js +59 -0
  3. package/asyncSelect/asyncSelect.d.ts +7 -0
  4. package/asyncSelect/asyncSelect.js +123 -0
  5. package/asyncSelect/helpers.d.ts +17 -0
  6. package/asyncSelect/helpers.js +38 -0
  7. package/asyncSelect/hooks/useAsyncOptionHandlers.d.ts +28 -0
  8. package/asyncSelect/hooks/useAsyncOptionHandlers.js +102 -0
  9. package/asyncSelect/hooks/useInputChangeHandler.d.ts +13 -0
  10. package/asyncSelect/hooks/useInputChangeHandler.js +40 -0
  11. package/asyncSelect/hooks/useResolveSelectedOptions.d.ts +18 -0
  12. package/asyncSelect/hooks/useResolveSelectedOptions.js +64 -0
  13. package/asyncSelect/index.d.ts +3 -0
  14. package/asyncSelect/index.js +5 -0
  15. package/asyncSelect/locale.d.ts +7 -0
  16. package/asyncSelect/locale.js +2 -0
  17. package/asyncSelect/package.json +4 -0
  18. package/asyncSelect/types.d.ts +29 -0
  19. package/asyncSelect/types.js +2 -0
  20. package/avatar/avatar-group.d.ts +4 -0
  21. package/avatar/avatar-group.js +53 -0
  22. package/avatar/avatar.d.ts +4 -0
  23. package/avatar/avatar.js +68 -0
  24. package/avatar/constants.d.ts +1 -0
  25. package/avatar/constants.js +61 -0
  26. package/avatar/index.d.ts +5 -0
  27. package/avatar/index.js +14 -0
  28. package/avatar/package.json +4 -0
  29. package/avatar/styled-component.d.ts +36 -0
  30. package/avatar/styled-component.js +50 -0
  31. package/avatar/types.d.ts +50 -0
  32. package/avatar/types.js +2 -0
  33. package/avatar/useAvatarColor.d.ts +1 -0
  34. package/avatar/useAvatarColor.js +27 -0
  35. package/avatar/utils/cleanupDisplayName.d.ts +1 -0
  36. package/avatar/utils/cleanupDisplayName.js +20 -0
  37. package/badge/badge.d.ts +4 -0
  38. package/badge/badge.js +21 -0
  39. package/badge/index.d.ts +3 -0
  40. package/badge/index.js +11 -0
  41. package/badge/package.json +4 -0
  42. package/badge/styled-component.d.ts +2 -0
  43. package/badge/styled-component.js +59 -0
  44. package/badge/types.d.ts +25 -0
  45. package/badge/types.js +2 -0
  46. package/base-button/BaseButton.d.ts +6 -0
  47. package/base-button/BaseButton.js +29 -0
  48. package/base-button/index.d.ts +3 -0
  49. package/base-button/index.js +8 -0
  50. package/base-button/package.json +4 -0
  51. package/base-button/styled-components.d.ts +3 -0
  52. package/base-button/styled-components.js +13 -0
  53. package/base-button/types.d.ts +2 -0
  54. package/base-button/types.js +2 -0
  55. package/box/Box.d.ts +13 -0
  56. package/box/Box.js +15 -0
  57. package/box/index.d.ts +2 -0
  58. package/box/index.js +7 -0
  59. package/box/package.json +4 -0
  60. package/box/types.d.ts +7 -0
  61. package/box/types.js +2 -0
  62. package/button/Button.d.ts +32 -0
  63. package/button/Button.js +50 -0
  64. package/button/IconButton/IconButton.d.ts +6 -0
  65. package/button/IconButton/IconButton.js +22 -0
  66. package/button/IconButton/index.d.ts +3 -0
  67. package/button/IconButton/index.js +6 -0
  68. package/button/IconButton/styled-components.d.ts +5 -0
  69. package/button/IconButton/styled-components.js +78 -0
  70. package/button/IconButton/types.d.ts +10 -0
  71. package/button/IconButton/types.js +2 -0
  72. package/button/IconTextButton/IconTextButton.d.ts +7 -0
  73. package/button/IconTextButton/IconTextButton.js +26 -0
  74. package/button/IconTextButton/index.d.ts +3 -0
  75. package/button/IconTextButton/index.js +6 -0
  76. package/button/IconTextButton/styled-components.d.ts +3 -0
  77. package/button/IconTextButton/styled-components.js +49 -0
  78. package/button/IconTextButton/types.d.ts +13 -0
  79. package/button/IconTextButton/types.js +2 -0
  80. package/button/basewebAdapter.d.ts +29 -0
  81. package/button/basewebAdapter.js +12 -0
  82. package/button/index.d.ts +5 -0
  83. package/button/index.js +17 -0
  84. package/button/package.json +4 -0
  85. package/button/styled-components.d.ts +20 -0
  86. package/button/styled-components.js +226 -0
  87. package/button/types.d.ts +49 -0
  88. package/button/types.js +2 -0
  89. package/button-group/ButtonGroup.d.ts +22 -0
  90. package/button-group/ButtonGroup.js +25 -0
  91. package/button-group/StatefulButtonGroup.d.ts +24 -0
  92. package/button-group/StatefulButtonGroup.js +41 -0
  93. package/button-group/index.d.ts +4 -0
  94. package/button-group/index.js +14 -0
  95. package/button-group/package.json +4 -0
  96. package/button-group/styled-components.d.ts +31 -0
  97. package/button-group/styled-components.js +100 -0
  98. package/button-group/types.d.ts +40 -0
  99. package/button-group/types.js +2 -0
  100. package/checkbox/basewebAdapters.d.ts +4 -0
  101. package/checkbox/basewebAdapters.js +34 -0
  102. package/checkbox/checkbox.d.ts +10 -0
  103. package/checkbox/checkbox.js +22 -0
  104. package/checkbox/index.d.ts +5 -0
  105. package/checkbox/index.js +20 -0
  106. package/checkbox/package.json +4 -0
  107. package/checkbox/styled-components.d.ts +5 -0
  108. package/checkbox/styled-components.js +98 -0
  109. package/checkbox/types.d.ts +28 -0
  110. package/checkbox/types.js +2 -0
  111. package/classNames/index.d.ts +1 -0
  112. package/classNames/index.js +8 -0
  113. package/classNames/package.json +4 -0
  114. package/col/index.d.ts +2 -0
  115. package/col/index.js +5 -0
  116. package/col/package.json +4 -0
  117. package/container/ContainerProps.d.ts +6 -0
  118. package/container/ContainerProps.js +2 -0
  119. package/container/package.json +4 -0
  120. package/date-input/Before.d.ts +17 -0
  121. package/date-input/Before.js +27 -0
  122. package/date-input/CalendarIconButton.d.ts +3 -0
  123. package/date-input/CalendarIconButton.js +10 -0
  124. package/date-input/DateInput.d.ts +3 -0
  125. package/date-input/DateInput.js +96 -0
  126. package/date-input/index.d.ts +2 -0
  127. package/date-input/index.js +7 -0
  128. package/date-input/package.json +4 -0
  129. package/date-input/styled-components.d.ts +4 -0
  130. package/date-input/styled-components.js +16 -0
  131. package/date-input/types.d.ts +15 -0
  132. package/date-input/types.js +2 -0
  133. package/date-picker/Calendar.d.ts +9 -0
  134. package/date-picker/Calendar.js +223 -0
  135. package/date-picker/DateInput.d.ts +13 -0
  136. package/date-picker/DateInput.js +220 -0
  137. package/date-picker/DatePicker.d.ts +3 -0
  138. package/date-picker/DatePicker.js +9 -0
  139. package/date-picker/DatePickerContent.d.ts +9 -0
  140. package/date-picker/DatePickerContent.js +45 -0
  141. package/date-picker/DatePickerInput.d.ts +8 -0
  142. package/date-picker/DatePickerInput.js +111 -0
  143. package/date-picker/DateTimeContainer.d.ts +18 -0
  144. package/date-picker/DateTimeContainer.js +124 -0
  145. package/date-picker/StatelessDatePicker.d.ts +3 -0
  146. package/date-picker/StatelessDatePicker.js +141 -0
  147. package/date-picker/TimeInput.d.ts +12 -0
  148. package/date-picker/TimeInput.js +73 -0
  149. package/date-picker/constants.d.ts +1 -0
  150. package/date-picker/constants.js +4 -0
  151. package/date-picker/index.d.ts +10 -0
  152. package/date-picker/index.js +32 -0
  153. package/date-picker/locale.d.ts +3 -0
  154. package/date-picker/locale.js +2 -0
  155. package/date-picker/package.json +4 -0
  156. package/date-picker/stateful-container.d.ts +9 -0
  157. package/date-picker/stateful-container.js +28 -0
  158. package/date-picker/styled-components.d.ts +8 -0
  159. package/date-picker/styled-components.js +138 -0
  160. package/date-picker/types.d.ts +104 -0
  161. package/date-picker/types.js +2 -0
  162. package/date-picker/useDatePickerState.d.ts +13 -0
  163. package/date-picker/useDatePickerState.js +24 -0
  164. package/date-picker/utils.d.ts +24 -0
  165. package/date-picker/utils.js +83 -0
  166. package/esm/allComponentsAndUtilities.d.ts +55 -0
  167. package/esm/allComponentsAndUtilities.js +104 -0
  168. package/esm/asyncSelect/asyncSelect.d.ts +7 -0
  169. package/esm/asyncSelect/asyncSelect.js +120 -0
  170. package/esm/asyncSelect/helpers.d.ts +17 -0
  171. package/esm/asyncSelect/helpers.js +31 -0
  172. package/esm/asyncSelect/hooks/useAsyncOptionHandlers.d.ts +28 -0
  173. package/esm/asyncSelect/hooks/useAsyncOptionHandlers.js +99 -0
  174. package/esm/asyncSelect/hooks/useInputChangeHandler.d.ts +13 -0
  175. package/esm/asyncSelect/hooks/useInputChangeHandler.js +37 -0
  176. package/esm/asyncSelect/hooks/useResolveSelectedOptions.d.ts +18 -0
  177. package/esm/asyncSelect/hooks/useResolveSelectedOptions.js +61 -0
  178. package/esm/asyncSelect/index.d.ts +3 -0
  179. package/esm/asyncSelect/index.js +2 -0
  180. package/esm/asyncSelect/locale.d.ts +7 -0
  181. package/esm/asyncSelect/locale.js +1 -0
  182. package/esm/asyncSelect/types.d.ts +29 -0
  183. package/esm/asyncSelect/types.js +1 -0
  184. package/esm/avatar/avatar-group.d.ts +4 -0
  185. package/esm/avatar/avatar-group.js +50 -0
  186. package/esm/avatar/avatar.d.ts +4 -0
  187. package/esm/avatar/avatar.js +65 -0
  188. package/esm/avatar/constants.d.ts +1 -0
  189. package/esm/avatar/constants.js +58 -0
  190. package/esm/avatar/index.d.ts +5 -0
  191. package/esm/avatar/index.js +4 -0
  192. package/esm/avatar/styled-component.d.ts +36 -0
  193. package/esm/avatar/styled-component.js +47 -0
  194. package/esm/avatar/types.d.ts +50 -0
  195. package/esm/avatar/types.js +1 -0
  196. package/esm/avatar/useAvatarColor.d.ts +1 -0
  197. package/esm/avatar/useAvatarColor.js +23 -0
  198. package/esm/avatar/utils/cleanupDisplayName.d.ts +1 -0
  199. package/esm/avatar/utils/cleanupDisplayName.js +16 -0
  200. package/esm/badge/badge.d.ts +4 -0
  201. package/esm/badge/badge.js +19 -0
  202. package/esm/badge/index.d.ts +3 -0
  203. package/esm/badge/index.js +2 -0
  204. package/esm/badge/styled-component.d.ts +2 -0
  205. package/esm/badge/styled-component.js +56 -0
  206. package/esm/badge/types.d.ts +25 -0
  207. package/esm/badge/types.js +1 -0
  208. package/esm/base-button/BaseButton.d.ts +6 -0
  209. package/esm/base-button/BaseButton.js +26 -0
  210. package/esm/base-button/index.d.ts +3 -0
  211. package/esm/base-button/index.js +2 -0
  212. package/esm/base-button/styled-components.d.ts +3 -0
  213. package/esm/base-button/styled-components.js +10 -0
  214. package/esm/base-button/types.d.ts +2 -0
  215. package/esm/base-button/types.js +1 -0
  216. package/esm/box/Box.d.ts +13 -0
  217. package/esm/box/Box.js +13 -0
  218. package/esm/box/index.d.ts +2 -0
  219. package/esm/box/index.js +2 -0
  220. package/esm/box/types.d.ts +7 -0
  221. package/esm/box/types.js +1 -0
  222. package/esm/button/Button.d.ts +32 -0
  223. package/esm/button/Button.js +48 -0
  224. package/esm/button/IconButton/IconButton.d.ts +6 -0
  225. package/esm/button/IconButton/IconButton.js +20 -0
  226. package/esm/button/IconButton/index.d.ts +3 -0
  227. package/esm/button/IconButton/index.js +3 -0
  228. package/esm/button/IconButton/styled-components.d.ts +5 -0
  229. package/esm/button/IconButton/styled-components.js +73 -0
  230. package/esm/button/IconButton/types.d.ts +10 -0
  231. package/esm/button/IconButton/types.js +1 -0
  232. package/esm/button/IconTextButton/IconTextButton.d.ts +7 -0
  233. package/esm/button/IconTextButton/IconTextButton.js +24 -0
  234. package/esm/button/IconTextButton/index.d.ts +3 -0
  235. package/esm/button/IconTextButton/index.js +3 -0
  236. package/esm/button/IconTextButton/styled-components.d.ts +3 -0
  237. package/esm/button/IconTextButton/styled-components.js +46 -0
  238. package/esm/button/IconTextButton/types.d.ts +13 -0
  239. package/esm/button/IconTextButton/types.js +1 -0
  240. package/esm/button/basewebAdapter.d.ts +29 -0
  241. package/esm/button/basewebAdapter.js +10 -0
  242. package/esm/button/index.d.ts +5 -0
  243. package/esm/button/index.js +4 -0
  244. package/esm/button/styled-components.d.ts +20 -0
  245. package/esm/button/styled-components.js +222 -0
  246. package/esm/button/types.d.ts +49 -0
  247. package/esm/button/types.js +1 -0
  248. package/esm/button-group/ButtonGroup.d.ts +22 -0
  249. package/esm/button-group/ButtonGroup.js +23 -0
  250. package/esm/button-group/StatefulButtonGroup.d.ts +24 -0
  251. package/esm/button-group/StatefulButtonGroup.js +39 -0
  252. package/esm/button-group/index.d.ts +4 -0
  253. package/esm/button-group/index.js +3 -0
  254. package/esm/button-group/styled-components.d.ts +31 -0
  255. package/esm/button-group/styled-components.js +95 -0
  256. package/esm/button-group/types.d.ts +40 -0
  257. package/esm/button-group/types.js +1 -0
  258. package/esm/checkbox/basewebAdapters.d.ts +4 -0
  259. package/esm/checkbox/basewebAdapters.js +31 -0
  260. package/esm/checkbox/checkbox.d.ts +10 -0
  261. package/esm/checkbox/checkbox.js +17 -0
  262. package/esm/checkbox/index.d.ts +5 -0
  263. package/esm/checkbox/index.js +4 -0
  264. package/esm/checkbox/styled-components.d.ts +5 -0
  265. package/esm/checkbox/styled-components.js +92 -0
  266. package/esm/checkbox/types.d.ts +28 -0
  267. package/esm/checkbox/types.js +1 -0
  268. package/esm/classNames/index.d.ts +1 -0
  269. package/esm/classNames/index.js +1 -0
  270. package/esm/col/index.d.ts +2 -0
  271. package/esm/col/index.js +2 -0
  272. package/esm/container/ContainerProps.d.ts +6 -0
  273. package/esm/container/ContainerProps.js +1 -0
  274. package/esm/date-input/Before.d.ts +17 -0
  275. package/esm/date-input/Before.js +23 -0
  276. package/esm/date-input/CalendarIconButton.d.ts +3 -0
  277. package/esm/date-input/CalendarIconButton.js +6 -0
  278. package/esm/date-input/DateInput.d.ts +3 -0
  279. package/esm/date-input/DateInput.js +92 -0
  280. package/esm/date-input/index.d.ts +2 -0
  281. package/esm/date-input/index.js +2 -0
  282. package/esm/date-input/styled-components.d.ts +4 -0
  283. package/esm/date-input/styled-components.js +12 -0
  284. package/esm/date-input/types.d.ts +15 -0
  285. package/esm/date-input/types.js +1 -0
  286. package/esm/date-picker/Calendar.d.ts +9 -0
  287. package/esm/date-picker/Calendar.js +221 -0
  288. package/esm/date-picker/DateInput.d.ts +13 -0
  289. package/esm/date-picker/DateInput.js +216 -0
  290. package/esm/date-picker/DatePicker.d.ts +3 -0
  291. package/esm/date-picker/DatePicker.js +5 -0
  292. package/esm/date-picker/DatePickerContent.d.ts +9 -0
  293. package/esm/date-picker/DatePickerContent.js +41 -0
  294. package/esm/date-picker/DatePickerInput.d.ts +8 -0
  295. package/esm/date-picker/DatePickerInput.js +109 -0
  296. package/esm/date-picker/DateTimeContainer.d.ts +18 -0
  297. package/esm/date-picker/DateTimeContainer.js +121 -0
  298. package/esm/date-picker/StatelessDatePicker.d.ts +3 -0
  299. package/esm/date-picker/StatelessDatePicker.js +137 -0
  300. package/esm/date-picker/TimeInput.d.ts +12 -0
  301. package/esm/date-picker/TimeInput.js +69 -0
  302. package/esm/date-picker/constants.d.ts +1 -0
  303. package/esm/date-picker/constants.js +1 -0
  304. package/esm/date-picker/index.d.ts +10 -0
  305. package/esm/date-picker/index.js +10 -0
  306. package/esm/date-picker/locale.d.ts +3 -0
  307. package/esm/date-picker/locale.js +1 -0
  308. package/esm/date-picker/stateful-container.d.ts +9 -0
  309. package/esm/date-picker/stateful-container.js +26 -0
  310. package/esm/date-picker/styled-components.d.ts +8 -0
  311. package/esm/date-picker/styled-components.js +133 -0
  312. package/esm/date-picker/types.d.ts +104 -0
  313. package/esm/date-picker/types.js +1 -0
  314. package/esm/date-picker/useDatePickerState.d.ts +13 -0
  315. package/esm/date-picker/useDatePickerState.js +20 -0
  316. package/esm/date-picker/utils.d.ts +24 -0
  317. package/esm/date-picker/utils.js +74 -0
  318. package/esm/form-control/context.d.ts +22 -0
  319. package/esm/form-control/context.js +18 -0
  320. package/esm/form-control/form-control.d.ts +4 -0
  321. package/esm/form-control/form-control.js +54 -0
  322. package/esm/form-control/index.d.ts +3 -0
  323. package/esm/form-control/index.js +2 -0
  324. package/esm/form-control/styled-component.d.ts +8 -0
  325. package/esm/form-control/styled-component.js +33 -0
  326. package/esm/form-control/types.d.ts +46 -0
  327. package/esm/form-control/types.js +1 -0
  328. package/esm/grid/Col.d.ts +10 -0
  329. package/esm/grid/Col.js +44 -0
  330. package/esm/grid/Grid.d.ts +22 -0
  331. package/esm/grid/Grid.js +59 -0
  332. package/esm/grid/index.d.ts +6 -0
  333. package/esm/grid/index.js +4 -0
  334. package/esm/grid/types.d.ts +32 -0
  335. package/esm/grid/types.js +1 -0
  336. package/esm/grid/utils.d.ts +1 -0
  337. package/esm/grid/utils.js +27 -0
  338. package/esm/helpers/ClearIconButton.d.ts +5 -0
  339. package/esm/helpers/ClearIconButton.js +20 -0
  340. package/esm/helpers/baseui/useConvertOverrides.d.ts +15 -0
  341. package/esm/helpers/baseui/useConvertOverrides.js +30 -0
  342. package/esm/helpers/baseui/withThemeOverride.d.ts +9 -0
  343. package/esm/helpers/baseui/withThemeOverride.js +21 -0
  344. package/esm/helpers/commonStyles.d.ts +17 -0
  345. package/esm/helpers/commonStyles.js +48 -0
  346. package/esm/helpers/index.d.ts +25 -0
  347. package/esm/helpers/index.js +65 -0
  348. package/esm/helpers/intentHelper.d.ts +5 -0
  349. package/esm/helpers/intentHelper.js +17 -0
  350. package/esm/helpers/longHandHelpers.d.ts +7 -0
  351. package/esm/helpers/longHandHelpers.js +36 -0
  352. package/esm/helpers/styletron.d.ts +12 -0
  353. package/esm/helpers/styletron.js +13 -0
  354. package/esm/helpers/themeHelpers.d.ts +4 -0
  355. package/esm/helpers/themeHelpers.js +19 -0
  356. package/esm/helpers/typography.d.ts +2 -0
  357. package/esm/helpers/typography.js +5 -0
  358. package/esm/hooks/useAutoFocus.d.ts +9 -0
  359. package/esm/hooks/useAutoFocus.js +58 -0
  360. package/esm/hooks/useCombinedHandler.d.ts +6 -0
  361. package/esm/hooks/useCombinedHandler.js +20 -0
  362. package/esm/hooks/useCombinedRef.d.ts +6 -0
  363. package/esm/hooks/useCombinedRef.js +33 -0
  364. package/esm/hooks/useDebouncedEventHandler.d.ts +6 -0
  365. package/esm/hooks/useDebouncedEventHandler.js +35 -0
  366. package/esm/hooks/useFirstMountState.d.ts +2 -0
  367. package/esm/hooks/useFirstMountState.js +13 -0
  368. package/esm/hooks/useFocusVisible.d.ts +5 -0
  369. package/esm/hooks/useFocusVisible.js +22 -0
  370. package/esm/hooks/useIsomorphicLayoutEffect.d.ts +2 -0
  371. package/esm/hooks/useIsomorphicLayoutEffect.js +3 -0
  372. package/esm/hooks/useLatest.d.ts +4 -0
  373. package/esm/hooks/useLatest.js +10 -0
  374. package/esm/hooks/useMeasure.d.ts +6 -0
  375. package/esm/hooks/useMeasure.js +40 -0
  376. package/esm/hooks/usePrevious.d.ts +2 -0
  377. package/esm/hooks/usePrevious.js +11 -0
  378. package/esm/hooks/useScrollCapture.d.ts +5 -0
  379. package/esm/hooks/useScrollCapture.js +67 -0
  380. package/esm/hooks/useStickyElement.d.ts +5 -0
  381. package/esm/hooks/useStickyElement.js +32 -0
  382. package/esm/hooks/useTabsKeyboardNavigation.d.ts +14 -0
  383. package/esm/hooks/useTabsKeyboardNavigation.js +99 -0
  384. package/esm/hooks/useUniqueId.d.ts +3 -0
  385. package/esm/hooks/useUniqueId.js +6 -0
  386. package/esm/hooks/useUpdateEffect.d.ts +3 -0
  387. package/esm/hooks/useUpdateEffect.js +12 -0
  388. package/esm/icon/components/alert-solid.d.ts +3 -0
  389. package/esm/icon/components/alert-solid.js +6 -0
  390. package/esm/icon/components/alert.d.ts +3 -0
  391. package/esm/icon/components/alert.js +6 -0
  392. package/esm/icon/components/calendar-solid.d.ts +3 -0
  393. package/esm/icon/components/calendar-solid.js +6 -0
  394. package/esm/icon/components/chevron-down.d.ts +3 -0
  395. package/esm/icon/components/chevron-down.js +6 -0
  396. package/esm/icon/components/chevron-right-solid.d.ts +3 -0
  397. package/esm/icon/components/chevron-right-solid.js +6 -0
  398. package/esm/icon/components/close.d.ts +3 -0
  399. package/esm/icon/components/close.js +6 -0
  400. package/esm/icon/components/error-clr.d.ts +3 -0
  401. package/esm/icon/components/error-clr.js +6 -0
  402. package/esm/icon/components/error-solid.d.ts +3 -0
  403. package/esm/icon/components/error-solid.js +6 -0
  404. package/esm/icon/components/error.d.ts +3 -0
  405. package/esm/icon/components/error.js +6 -0
  406. package/esm/icon/components/imagePreview.d.ts +3 -0
  407. package/esm/icon/components/imagePreview.js +6 -0
  408. package/esm/icon/components/info.d.ts +3 -0
  409. package/esm/icon/components/info.js +6 -0
  410. package/esm/icon/components/play-video.d.ts +3 -0
  411. package/esm/icon/components/play-video.js +6 -0
  412. package/esm/icon/components/search.d.ts +3 -0
  413. package/esm/icon/components/search.js +6 -0
  414. package/esm/icon/components/tick.d.ts +3 -0
  415. package/esm/icon/components/tick.js +6 -0
  416. package/esm/icon/components/tickCircle-solid.d.ts +3 -0
  417. package/esm/icon/components/tickCircle-solid.js +6 -0
  418. package/esm/icon/components/user.d.ts +3 -0
  419. package/esm/icon/components/user.js +6 -0
  420. package/esm/icon/components/video-non-playable.d.ts +3 -0
  421. package/esm/icon/components/video-non-playable.js +6 -0
  422. package/esm/icon/icon.d.ts +4 -0
  423. package/esm/icon/icon.js +16 -0
  424. package/esm/icon/index.d.ts +2 -0
  425. package/esm/icon/index.js +2 -0
  426. package/esm/icon/styled-components.d.ts +1 -0
  427. package/esm/icon/styled-components.js +10 -0
  428. package/esm/icon/types.d.ts +10 -0
  429. package/esm/icon/types.js +1 -0
  430. package/esm/image/Image.d.ts +15 -0
  431. package/esm/image/Image.js +28 -0
  432. package/esm/image/defaultFallbackImg.d.ts +4 -0
  433. package/esm/image/defaultFallbackImg.js +13 -0
  434. package/esm/image/index.d.ts +2 -0
  435. package/esm/image/index.js +1 -0
  436. package/esm/image/types.d.ts +27 -0
  437. package/esm/image/types.js +1 -0
  438. package/esm/index.d.ts +3 -0
  439. package/esm/index.js +3 -0
  440. package/esm/input/basewebAdapters.d.ts +7 -0
  441. package/esm/input/basewebAdapters.js +45 -0
  442. package/esm/input/index.d.ts +4 -0
  443. package/esm/input/index.js +3 -0
  444. package/esm/input/input.d.ts +14 -0
  445. package/esm/input/input.js +28 -0
  446. package/esm/input/styled-components.d.ts +6 -0
  447. package/esm/input/styled-components.js +129 -0
  448. package/esm/input/types.d.ts +39 -0
  449. package/esm/input/types.js +1 -0
  450. package/esm/layer/LayersManager.d.ts +8 -0
  451. package/esm/layer/LayersManager.js +20 -0
  452. package/esm/layer/constants.d.ts +6 -0
  453. package/esm/layer/constants.js +7 -0
  454. package/esm/layer/index.d.ts +2 -0
  455. package/esm/layer/index.js +2 -0
  456. package/esm/layer/useLayersContextValue.d.ts +3 -0
  457. package/esm/layer/useLayersContextValue.js +54 -0
  458. package/esm/link/index.d.ts +2 -0
  459. package/esm/link/index.js +2 -0
  460. package/esm/link/link.d.ts +11 -0
  461. package/esm/link/link.js +12 -0
  462. package/esm/link/styled-components.d.ts +3 -0
  463. package/esm/link/styled-components.js +18 -0
  464. package/esm/link/types.d.ts +4 -0
  465. package/esm/link/types.js +1 -0
  466. package/esm/list/avatar-list-item.d.ts +33 -0
  467. package/esm/list/avatar-list-item.js +18 -0
  468. package/esm/list/divider.d.ts +13 -0
  469. package/esm/list/divider.js +15 -0
  470. package/esm/list/index.d.ts +7 -0
  471. package/esm/list/index.js +6 -0
  472. package/esm/list/list-item-text.d.ts +4 -0
  473. package/esm/list/list-item-text.js +12 -0
  474. package/esm/list/list-item.d.ts +25 -0
  475. package/esm/list/list-item.js +51 -0
  476. package/esm/list/list.d.ts +12 -0
  477. package/esm/list/list.js +12 -0
  478. package/esm/list/styled-component.d.ts +9 -0
  479. package/esm/list/styled-component.js +75 -0
  480. package/esm/list/types.d.ts +57 -0
  481. package/esm/list/types.js +1 -0
  482. package/esm/loader/index.d.ts +3 -0
  483. package/esm/loader/index.js +2 -0
  484. package/esm/loader/loader.d.ts +6 -0
  485. package/esm/loader/loader.js +38 -0
  486. package/esm/loader/styled-component.d.ts +4 -0
  487. package/esm/loader/styled-component.js +58 -0
  488. package/esm/loader/types.d.ts +23 -0
  489. package/esm/loader/types.js +1 -0
  490. package/esm/locale/context.d.ts +16 -0
  491. package/esm/locale/context.js +17 -0
  492. package/esm/locale/en_US.d.ts +2 -0
  493. package/esm/locale/en_US.js +68 -0
  494. package/esm/locale/index.d.ts +3 -0
  495. package/esm/locale/index.js +2 -0
  496. package/esm/locale/types.d.ts +21 -0
  497. package/esm/locale/types.js +1 -0
  498. package/esm/menu/MenuContext.d.ts +11 -0
  499. package/esm/menu/MenuContext.js +10 -0
  500. package/esm/menu/helpers.d.ts +12 -0
  501. package/esm/menu/helpers.js +77 -0
  502. package/esm/menu/index.d.ts +4 -0
  503. package/esm/menu/index.js +3 -0
  504. package/esm/menu/menu-item.d.ts +45 -0
  505. package/esm/menu/menu-item.js +80 -0
  506. package/esm/menu/menu.d.ts +25 -0
  507. package/esm/menu/menu.js +56 -0
  508. package/esm/menu/nested-menu-context.d.ts +23 -0
  509. package/esm/menu/nested-menu-context.js +68 -0
  510. package/esm/menu/types.d.ts +72 -0
  511. package/esm/menu/types.js +1 -0
  512. package/esm/menu/useItemContainerEventHandlers.d.ts +13 -0
  513. package/esm/menu/useItemContainerEventHandlers.js +32 -0
  514. package/esm/menu/useKeyboardNavigation.d.ts +23 -0
  515. package/esm/menu/useKeyboardNavigation.js +125 -0
  516. package/esm/menu/useStatefulMenu.d.ts +20 -0
  517. package/esm/menu/useStatefulMenu.js +66 -0
  518. package/esm/modal/adapter.d.ts +6 -0
  519. package/esm/modal/adapter.js +18 -0
  520. package/esm/modal/index.d.ts +7 -0
  521. package/esm/modal/index.js +6 -0
  522. package/esm/modal/modal-footer.d.ts +7 -0
  523. package/esm/modal/modal-footer.js +10 -0
  524. package/esm/modal/modal-header.d.ts +7 -0
  525. package/esm/modal/modal-header.js +11 -0
  526. package/esm/modal/modal.d.ts +7 -0
  527. package/esm/modal/modal.js +34 -0
  528. package/esm/modal/overrides.d.ts +9 -0
  529. package/esm/modal/overrides.js +67 -0
  530. package/esm/modal/styled-components.d.ts +7 -0
  531. package/esm/modal/styled-components.js +31 -0
  532. package/esm/modal/types.d.ts +24 -0
  533. package/esm/modal/types.js +1 -0
  534. package/esm/overrides/index.d.ts +3 -0
  535. package/esm/overrides/index.js +3 -0
  536. package/esm/overrides/mergeOverrides.d.ts +3 -0
  537. package/esm/overrides/mergeOverrides.js +42 -0
  538. package/esm/overrides/types.d.ts +22 -0
  539. package/esm/overrides/types.js +4 -0
  540. package/esm/overrides/useOverrides.d.ts +8 -0
  541. package/esm/overrides/useOverrides.js +14 -0
  542. package/esm/payment-card/basewebAdapters.d.ts +7 -0
  543. package/esm/payment-card/basewebAdapters.js +22 -0
  544. package/esm/payment-card/index.d.ts +3 -0
  545. package/esm/payment-card/index.js +3 -0
  546. package/esm/payment-card/paymentCard.d.ts +10 -0
  547. package/esm/payment-card/paymentCard.js +21 -0
  548. package/esm/payment-card/styled-components.d.ts +3 -0
  549. package/esm/payment-card/styled-components.js +12 -0
  550. package/esm/payment-card/types.d.ts +17 -0
  551. package/esm/payment-card/types.js +1 -0
  552. package/esm/phone-input/constants.d.ts +2299 -0
  553. package/esm/phone-input/constants.js +327 -0
  554. package/esm/phone-input/country-select-container.d.ts +6 -0
  555. package/esm/phone-input/country-select-container.js +15 -0
  556. package/esm/phone-input/country-select.d.ts +8 -0
  557. package/esm/phone-input/country-select.js +91 -0
  558. package/esm/phone-input/default-props.d.ts +23 -0
  559. package/esm/phone-input/default-props.js +25 -0
  560. package/esm/phone-input/dial-code.d.ts +4 -0
  561. package/esm/phone-input/dial-code.js +12 -0
  562. package/esm/phone-input/flag-container.d.ts +5 -0
  563. package/esm/phone-input/flag-container.js +18 -0
  564. package/esm/phone-input/index.d.ts +6 -0
  565. package/esm/phone-input/index.js +5 -0
  566. package/esm/phone-input/locale.d.ts +5 -0
  567. package/esm/phone-input/locale.js +1 -0
  568. package/esm/phone-input/phone-input.d.ts +25 -0
  569. package/esm/phone-input/phone-input.js +57 -0
  570. package/esm/phone-input/stateful-phone-input-container.d.ts +4 -0
  571. package/esm/phone-input/stateful-phone-input-container.js +19 -0
  572. package/esm/phone-input/stateful-phone-input.d.ts +25 -0
  573. package/esm/phone-input/stateful-phone-input.js +11 -0
  574. package/esm/phone-input/styled-components.d.ts +13 -0
  575. package/esm/phone-input/styled-components.js +35 -0
  576. package/esm/phone-input/types.d.ts +63 -0
  577. package/esm/phone-input/types.js +1 -0
  578. package/esm/phone-input/utils.d.ts +6 -0
  579. package/esm/phone-input/utils.js +27 -0
  580. package/esm/phone-input/virtualized-country-select-dropdown.d.ts +31 -0
  581. package/esm/phone-input/virtualized-country-select-dropdown.js +33 -0
  582. package/esm/popover/PopoverEnahncer.d.ts +15 -0
  583. package/esm/popover/PopoverEnahncer.js +57 -0
  584. package/esm/popover/adapter.d.ts +6 -0
  585. package/esm/popover/adapter.js +25 -0
  586. package/esm/popover/constants.d.ts +3 -0
  587. package/esm/popover/constants.js +8 -0
  588. package/esm/popover/hooks.d.ts +14 -0
  589. package/esm/popover/hooks.js +25 -0
  590. package/esm/popover/index.d.ts +6 -0
  591. package/esm/popover/index.js +5 -0
  592. package/esm/popover/overrides.d.ts +8 -0
  593. package/esm/popover/overrides.js +69 -0
  594. package/esm/popover/popover.d.ts +16 -0
  595. package/esm/popover/popover.js +39 -0
  596. package/esm/popover/stateful-popover.d.ts +7 -0
  597. package/esm/popover/stateful-popover.js +23 -0
  598. package/esm/popover/styled-components.d.ts +2 -0
  599. package/esm/popover/styled-components.js +15 -0
  600. package/esm/popover/types.d.ts +32 -0
  601. package/esm/popover/types.js +1 -0
  602. package/esm/popover/useFoucsLock.d.ts +6 -0
  603. package/esm/popover/useFoucsLock.js +9 -0
  604. package/esm/popover/utils.d.ts +14 -0
  605. package/esm/popover/utils.js +27 -0
  606. package/esm/progress/circular/CircularProgress.d.ts +4 -0
  607. package/esm/progress/circular/CircularProgress.js +19 -0
  608. package/esm/progress/circular/index.d.ts +3 -0
  609. package/esm/progress/circular/index.js +2 -0
  610. package/esm/progress/circular/styled-component.d.ts +15 -0
  611. package/esm/progress/circular/styled-component.js +98 -0
  612. package/esm/progress/circular/types.d.ts +22 -0
  613. package/esm/progress/circular/types.js +1 -0
  614. package/esm/progress/helper.d.ts +3 -0
  615. package/esm/progress/helper.js +13 -0
  616. package/esm/progress/index.d.ts +6 -0
  617. package/esm/progress/index.js +6 -0
  618. package/esm/progress/linear/LinearProgress.d.ts +4 -0
  619. package/esm/progress/linear/LinearProgress.js +15 -0
  620. package/esm/progress/linear/ProgressSegment.d.ts +9 -0
  621. package/esm/progress/linear/ProgressSegment.js +14 -0
  622. package/esm/progress/linear/index.d.ts +4 -0
  623. package/esm/progress/linear/index.js +4 -0
  624. package/esm/progress/linear/styled-component.d.ts +14 -0
  625. package/esm/progress/linear/styled-component.js +67 -0
  626. package/esm/progress/linear/types.d.ts +20 -0
  627. package/esm/progress/linear/types.js +1 -0
  628. package/esm/progress/types.d.ts +18 -0
  629. package/esm/progress/types.js +1 -0
  630. package/esm/radio/basewebAdapters.d.ts +16 -0
  631. package/esm/radio/basewebAdapters.js +46 -0
  632. package/esm/radio/index.d.ts +3 -0
  633. package/esm/radio/index.js +3 -0
  634. package/esm/radio/radio.d.ts +10 -0
  635. package/esm/radio/radio.js +23 -0
  636. package/esm/radio/styled-components.d.ts +7 -0
  637. package/esm/radio/styled-components.js +138 -0
  638. package/esm/radio/types.d.ts +37 -0
  639. package/esm/radio/types.js +1 -0
  640. package/esm/search/index.d.ts +2 -0
  641. package/esm/search/index.js +2 -0
  642. package/esm/search/search.d.ts +8 -0
  643. package/esm/search/search.js +66 -0
  644. package/esm/search/styled-components.d.ts +13 -0
  645. package/esm/search/styled-components.js +77 -0
  646. package/esm/search/types.d.ts +19 -0
  647. package/esm/search/types.js +1 -0
  648. package/esm/select/adaptor.d.ts +4 -0
  649. package/esm/select/adaptor.js +5 -0
  650. package/esm/select/base-select.d.ts +63 -0
  651. package/esm/select/base-select.js +256 -0
  652. package/esm/select/constants.d.ts +7 -0
  653. package/esm/select/constants.js +4 -0
  654. package/esm/select/default-props.d.ts +38 -0
  655. package/esm/select/default-props.js +39 -0
  656. package/esm/select/index.d.ts +15 -0
  657. package/esm/select/index.js +14 -0
  658. package/esm/select/locale.d.ts +4 -0
  659. package/esm/select/locale.js +1 -0
  660. package/esm/select/mobileSelect/AdaptedCSSTransition/AdaptedCSSTransition.d.ts +8 -0
  661. package/esm/select/mobileSelect/AdaptedCSSTransition/AdaptedCSSTransition.js +11 -0
  662. package/esm/select/mobileSelect/AdaptedCSSTransition/constants.d.ts +8 -0
  663. package/esm/select/mobileSelect/AdaptedCSSTransition/constants.js +8 -0
  664. package/esm/select/mobileSelect/AdaptedCSSTransition/index.d.ts +1 -0
  665. package/esm/select/mobileSelect/AdaptedCSSTransition/index.js +1 -0
  666. package/esm/select/mobileSelect/AdaptedCSSTransition/types.d.ts +2 -0
  667. package/esm/select/mobileSelect/AdaptedCSSTransition/types.js +1 -0
  668. package/esm/select/mobileSelect/Backdrop.d.ts +6 -0
  669. package/esm/select/mobileSelect/Backdrop.js +10 -0
  670. package/esm/select/mobileSelect/MobileSelect.d.ts +3 -0
  671. package/esm/select/mobileSelect/MobileSelect.js +20 -0
  672. package/esm/select/mobileSelect/MobileSheet.d.ts +21 -0
  673. package/esm/select/mobileSelect/MobileSheet.js +47 -0
  674. package/esm/select/mobileSelect/SwipeableTargetArea.d.ts +6 -0
  675. package/esm/select/mobileSelect/SwipeableTargetArea.js +10 -0
  676. package/esm/select/mobileSelect/hooks/useKeyboardViewportShiftOffset.d.ts +4 -0
  677. package/esm/select/mobileSelect/hooks/useKeyboardViewportShiftOffset.js +20 -0
  678. package/esm/select/mobileSelect/hooks/usePauseBodyScrollEffect.d.ts +5 -0
  679. package/esm/select/mobileSelect/hooks/usePauseBodyScrollEffect.js +14 -0
  680. package/esm/select/mobileSelect/hooks/useSwipeableSheetStyles.d.ts +13 -0
  681. package/esm/select/mobileSelect/hooks/useSwipeableSheetStyles.js +53 -0
  682. package/esm/select/mobileSelect/hooks/useTransitionStyles.d.ts +2 -0
  683. package/esm/select/mobileSelect/hooks/useTransitionStyles.js +24 -0
  684. package/esm/select/mobileSelect/index.d.ts +2 -0
  685. package/esm/select/mobileSelect/index.js +2 -0
  686. package/esm/select/mobileSelect/overrides.d.ts +9 -0
  687. package/esm/select/mobileSelect/overrides.js +71 -0
  688. package/esm/select/multi-value.d.ts +3 -0
  689. package/esm/select/multi-value.js +26 -0
  690. package/esm/select/overlaySelect/OverlaySelect.d.ts +3 -0
  691. package/esm/select/overlaySelect/OverlaySelect.js +62 -0
  692. package/esm/select/overlaySelect/index.d.ts +1 -0
  693. package/esm/select/overlaySelect/index.js +1 -0
  694. package/esm/select/overlaySelect/useOverlaySelectOverrides.d.ts +14 -0
  695. package/esm/select/overlaySelect/useOverlaySelectOverrides.js +204 -0
  696. package/esm/select/overlaySelect/usePopover.d.ts +8 -0
  697. package/esm/select/overlaySelect/usePopover.js +27 -0
  698. package/esm/select/overrides.d.ts +56 -0
  699. package/esm/select/overrides.js +125 -0
  700. package/esm/select/select-variants.d.ts +4 -0
  701. package/esm/select/select-variants.js +9 -0
  702. package/esm/select/select.d.ts +42 -0
  703. package/esm/select/select.js +20 -0
  704. package/esm/select/selectMenuAdapter/SelectMenuAdapter.d.ts +34 -0
  705. package/esm/select/selectMenuAdapter/SelectMenuAdapter.js +72 -0
  706. package/esm/select/selectMenuAdapter/SelectMenuItem.d.ts +57 -0
  707. package/esm/select/selectMenuAdapter/SelectMenuItem.js +37 -0
  708. package/esm/select/selectMenuAdapter/index.d.ts +2 -0
  709. package/esm/select/selectMenuAdapter/index.js +2 -0
  710. package/esm/select/stateful-select.d.ts +42 -0
  711. package/esm/select/stateful-select.js +14 -0
  712. package/esm/select/styled-component.d.ts +18 -0
  713. package/esm/select/styled-component.js +53 -0
  714. package/esm/select/types.d.ts +91 -0
  715. package/esm/select/types.js +1 -0
  716. package/esm/select/utils/default-filter-options.d.ts +1 -0
  717. package/esm/select/utils/default-filter-options.js +2 -0
  718. package/esm/setupTests.d.ts +1 -0
  719. package/esm/setupTests.js +21 -0
  720. package/esm/slider/index.d.ts +4 -0
  721. package/esm/slider/index.js +4 -0
  722. package/esm/slider/mark.d.ts +21 -0
  723. package/esm/slider/mark.js +11 -0
  724. package/esm/slider/slider.d.ts +7 -0
  725. package/esm/slider/slider.js +73 -0
  726. package/esm/slider/stateful-slider-container.d.ts +7 -0
  727. package/esm/slider/stateful-slider-container.js +11 -0
  728. package/esm/slider/stateful-slider.d.ts +7 -0
  729. package/esm/slider/stateful-slider.js +7 -0
  730. package/esm/slider/styled-components.d.ts +7 -0
  731. package/esm/slider/styled-components.js +90 -0
  732. package/esm/slider/types.d.ts +39 -0
  733. package/esm/slider/types.js +1 -0
  734. package/esm/snackbar/Snackbar.d.ts +4 -0
  735. package/esm/snackbar/Snackbar.js +57 -0
  736. package/esm/snackbar/constants.d.ts +6 -0
  737. package/esm/snackbar/constants.js +14 -0
  738. package/esm/snackbar/index.d.ts +2 -0
  739. package/esm/snackbar/index.js +2 -0
  740. package/esm/snackbar/styled-component.d.ts +8 -0
  741. package/esm/snackbar/styled-component.js +80 -0
  742. package/esm/snackbar/types.d.ts +37 -0
  743. package/esm/snackbar/types.js +1 -0
  744. package/esm/snackbar/useSnackbar.d.ts +24 -0
  745. package/esm/snackbar/useSnackbar.js +89 -0
  746. package/esm/spaceConsumer/SpaceConsumer.d.ts +10 -0
  747. package/esm/spaceConsumer/SpaceConsumer.js +9 -0
  748. package/esm/spaceConsumer/index.d.ts +1 -0
  749. package/esm/spaceConsumer/index.js +1 -0
  750. package/esm/spacewebProvider/CustomBaseProvider.d.ts +17 -0
  751. package/esm/spacewebProvider/CustomBaseProvider.js +14 -0
  752. package/esm/spacewebProvider/DocumentProvider.d.ts +9 -0
  753. package/esm/spacewebProvider/DocumentProvider.js +17 -0
  754. package/esm/spacewebProvider/SpacewebProvider.d.ts +22 -0
  755. package/esm/spacewebProvider/SpacewebProvider.js +34 -0
  756. package/esm/spacewebProvider/index.d.ts +2 -0
  757. package/esm/spacewebProvider/index.js +2 -0
  758. package/esm/spacewebProvider/utils.d.ts +1 -0
  759. package/esm/spacewebProvider/utils.js +2 -0
  760. package/esm/stack/context.d.ts +20 -0
  761. package/esm/stack/context.js +6 -0
  762. package/esm/stack/index.d.ts +3 -0
  763. package/esm/stack/index.js +3 -0
  764. package/esm/stack/stack-item.d.ts +12 -0
  765. package/esm/stack/stack-item.js +23 -0
  766. package/esm/stack/stack.d.ts +32 -0
  767. package/esm/stack/stack.js +58 -0
  768. package/esm/stack/types.d.ts +22 -0
  769. package/esm/stack/types.js +1 -0
  770. package/esm/style/__fixtures__/utilities-dark.fixture.d.ts +4407 -0
  771. package/esm/style/__fixtures__/utilities-dark.fixture.js +4409 -0
  772. package/esm/style/__mocks__/CSS.mock.d.ts +10 -0
  773. package/esm/style/__mocks__/CSS.mock.js +9 -0
  774. package/esm/style/__mocks__/UseStyle.mock.d.ts +10 -0
  775. package/esm/style/__mocks__/UseStyle.mock.js +8 -0
  776. package/esm/style/_buildUtils.d.ts +4 -0
  777. package/esm/style/_buildUtils.js +10 -0
  778. package/esm/style/_css.d.ts +6 -0
  779. package/esm/style/_css.js +18 -0
  780. package/esm/style/_escapeClassName.d.ts +6 -0
  781. package/esm/style/_escapeClassName.js +6 -0
  782. package/esm/style/_getStyle.d.ts +6 -0
  783. package/esm/style/_getStyle.js +15 -0
  784. package/esm/style/_getStyleWithProps.d.ts +6 -0
  785. package/esm/style/_getStyleWithProps.js +15 -0
  786. package/esm/style/_parseStyle.d.ts +19 -0
  787. package/esm/style/_parseStyle.js +68 -0
  788. package/esm/style/_px2rem.d.ts +9 -0
  789. package/esm/style/_px2rem.js +14 -0
  790. package/esm/style/index.d.ts +5 -0
  791. package/esm/style/index.js +5 -0
  792. package/esm/style/styled.d.ts +11 -0
  793. package/esm/style/styled.js +40 -0
  794. package/esm/style/useMemoizedStyletron.d.ts +5 -0
  795. package/esm/style/useMemoizedStyletron.js +14 -0
  796. package/esm/style/useStyle.d.ts +6 -0
  797. package/esm/style/useStyle.js +14 -0
  798. package/esm/styleEngine/index.d.ts +1 -0
  799. package/esm/styleEngine/index.js +1 -0
  800. package/esm/styleEngine/styleEngine.d.ts +19 -0
  801. package/esm/styleEngine/styleEngine.js +94 -0
  802. package/esm/styleEngine/utils.d.ts +0 -0
  803. package/esm/styleEngine/utils.js +0 -0
  804. package/esm/switch/__test__/switch.spec.d.ts +1 -0
  805. package/esm/switch/__test__/switch.spec.js +94 -0
  806. package/esm/switch/basewebAdapter.d.ts +5 -0
  807. package/esm/switch/basewebAdapter.js +18 -0
  808. package/esm/switch/index.d.ts +3 -0
  809. package/esm/switch/index.js +3 -0
  810. package/esm/switch/styled-components.d.ts +5 -0
  811. package/esm/switch/styled-components.js +82 -0
  812. package/esm/switch/switch.d.ts +10 -0
  813. package/esm/switch/switch.js +15 -0
  814. package/esm/switch/types.d.ts +28 -0
  815. package/esm/switch/types.js +1 -0
  816. package/esm/tabs/contexts.d.ts +12 -0
  817. package/esm/tabs/contexts.js +11 -0
  818. package/esm/tabs/helpers.d.ts +5 -0
  819. package/esm/tabs/helpers.js +6 -0
  820. package/esm/tabs/index.d.ts +5 -0
  821. package/esm/tabs/index.js +5 -0
  822. package/esm/tabs/stateful-tabs.d.ts +8 -0
  823. package/esm/tabs/stateful-tabs.js +20 -0
  824. package/esm/tabs/styled-components.d.ts +10 -0
  825. package/esm/tabs/styled-components.js +43 -0
  826. package/esm/tabs/tab-list.d.ts +7 -0
  827. package/esm/tabs/tab-list.js +43 -0
  828. package/esm/tabs/tab.d.ts +7 -0
  829. package/esm/tabs/tab.js +36 -0
  830. package/esm/tabs/tabs-panel.d.ts +7 -0
  831. package/esm/tabs/tabs-panel.js +18 -0
  832. package/esm/tabs/types.d.ts +52 -0
  833. package/esm/tabs/types.js +1 -0
  834. package/esm/tag/avatar-tag.d.ts +4 -0
  835. package/esm/tag/avatar-tag.js +24 -0
  836. package/esm/tag/index.d.ts +4 -0
  837. package/esm/tag/index.js +3 -0
  838. package/esm/tag/intentStyles.d.ts +4 -0
  839. package/esm/tag/intentStyles.js +85 -0
  840. package/esm/tag/styled-components.d.ts +4 -0
  841. package/esm/tag/styled-components.js +46 -0
  842. package/esm/tag/tag.d.ts +4 -0
  843. package/esm/tag/tag.js +55 -0
  844. package/esm/tag/types.d.ts +53 -0
  845. package/esm/tag/types.js +1 -0
  846. package/esm/tag/utils.d.ts +2 -0
  847. package/esm/tag/utils.js +19 -0
  848. package/esm/test-utils/test-provider/TestProvider.d.ts +6 -0
  849. package/esm/test-utils/test-provider/TestProvider.js +14 -0
  850. package/esm/test-utils/test-provider/helpers.d.ts +27 -0
  851. package/esm/test-utils/test-provider/helpers.js +55 -0
  852. package/esm/test-utils/test-provider/index.d.ts +2 -0
  853. package/esm/test-utils/test-provider/index.js +2 -0
  854. package/esm/test-utils/test-provider/testableThemes.d.ts +5 -0
  855. package/esm/test-utils/test-provider/testableThemes.js +9 -0
  856. package/esm/textarea/basewebAdapters.d.ts +3 -0
  857. package/esm/textarea/basewebAdapters.js +32 -0
  858. package/esm/textarea/index.d.ts +3 -0
  859. package/esm/textarea/index.js +3 -0
  860. package/esm/textarea/styled-components.d.ts +11 -0
  861. package/esm/textarea/styled-components.js +14 -0
  862. package/esm/textarea/textarea.d.ts +10 -0
  863. package/esm/textarea/textarea.js +33 -0
  864. package/esm/textarea/types.d.ts +27 -0
  865. package/esm/textarea/types.js +1 -0
  866. package/esm/textarea/useAutoSizeTextarea.d.ts +8 -0
  867. package/esm/textarea/useAutoSizeTextarea.js +14 -0
  868. package/esm/theme/context.d.ts +14 -0
  869. package/esm/theme/context.js +65 -0
  870. package/esm/theme/index.d.ts +2 -0
  871. package/esm/theme/index.js +2 -0
  872. package/esm/theme/types.d.ts +6 -0
  873. package/esm/theme/types.js +1 -0
  874. package/esm/themes/dark-theme.d.ts +6 -0
  875. package/esm/themes/dark-theme.js +9 -0
  876. package/esm/themes/index.d.ts +10 -0
  877. package/esm/themes/index.js +18 -0
  878. package/esm/themes/light-theme.d.ts +6 -0
  879. package/esm/themes/light-theme.js +9 -0
  880. package/esm/themes/responsive-theme.d.ts +20 -0
  881. package/esm/themes/responsive-theme.js +19 -0
  882. package/esm/themes/shared.d.ts +4 -0
  883. package/esm/themes/shared.js +4 -0
  884. package/esm/time-picker/TimePicker.d.ts +8 -0
  885. package/esm/time-picker/TimePicker.js +28 -0
  886. package/esm/time-picker/index.d.ts +2 -0
  887. package/esm/time-picker/index.js +1 -0
  888. package/esm/time-picker/types.d.ts +15 -0
  889. package/esm/time-picker/types.js +1 -0
  890. package/esm/time-range-picker/RangeSelector.d.ts +7 -0
  891. package/esm/time-range-picker/RangeSelector.js +25 -0
  892. package/esm/time-range-picker/RangeSelectorContainer.d.ts +7 -0
  893. package/esm/time-range-picker/RangeSelectorContainer.js +101 -0
  894. package/esm/time-range-picker/TimeRangeList.d.ts +7 -0
  895. package/esm/time-range-picker/TimeRangeList.js +33 -0
  896. package/esm/time-range-picker/TimeRangePicker.d.ts +3 -0
  897. package/esm/time-range-picker/TimeRangePicker.js +186 -0
  898. package/esm/time-range-picker/TimezonePicker.d.ts +5 -0
  899. package/esm/time-range-picker/TimezonePicker.js +41 -0
  900. package/esm/time-range-picker/constants.d.ts +5 -0
  901. package/esm/time-range-picker/constants.js +5 -0
  902. package/esm/time-range-picker/index.d.ts +4 -0
  903. package/esm/time-range-picker/index.js +2 -0
  904. package/esm/time-range-picker/locale.d.ts +41 -0
  905. package/esm/time-range-picker/locale.js +1 -0
  906. package/esm/time-range-picker/styled-component.d.ts +1 -0
  907. package/esm/time-range-picker/styled-component.js +2 -0
  908. package/esm/time-range-picker/types.d.ts +78 -0
  909. package/esm/time-range-picker/types.js +1 -0
  910. package/esm/time-range-picker/utils.d.ts +42 -0
  911. package/esm/time-range-picker/utils.js +411 -0
  912. package/esm/time-zone-picker/TimezonePicker.d.ts +8 -0
  913. package/esm/time-zone-picker/TimezonePicker.js +52 -0
  914. package/esm/time-zone-picker/index.d.ts +2 -0
  915. package/esm/time-zone-picker/index.js +2 -0
  916. package/esm/time-zone-picker/types.d.ts +25 -0
  917. package/esm/time-zone-picker/types.js +1 -0
  918. package/esm/time-zone-picker/utils.d.ts +2 -0
  919. package/esm/time-zone-picker/utils.js +38 -0
  920. package/esm/tooltip/disabled-tooltip-container.d.ts +8 -0
  921. package/esm/tooltip/disabled-tooltip-container.js +63 -0
  922. package/esm/tooltip/index.d.ts +6 -0
  923. package/esm/tooltip/index.js +5 -0
  924. package/esm/tooltip/overrides.d.ts +5 -0
  925. package/esm/tooltip/overrides.js +54 -0
  926. package/esm/tooltip/stateful-tooltip-container.d.ts +8 -0
  927. package/esm/tooltip/stateful-tooltip-container.js +8 -0
  928. package/esm/tooltip/stateful-tooltip.d.ts +8 -0
  929. package/esm/tooltip/stateful-tooltip.js +14 -0
  930. package/esm/tooltip/styled-component.d.ts +2 -0
  931. package/esm/tooltip/styled-component.js +3 -0
  932. package/esm/tooltip/tooltip.d.ts +7 -0
  933. package/esm/tooltip/tooltip.js +46 -0
  934. package/esm/tooltip/types.d.ts +51 -0
  935. package/esm/tooltip/types.js +1 -0
  936. package/esm/types.d.ts +98 -0
  937. package/esm/types.js +2 -0
  938. package/esm/typography/Typography.d.ts +12 -0
  939. package/esm/typography/Typography.js +27 -0
  940. package/esm/typography/constants.d.ts +6 -0
  941. package/esm/typography/constants.js +6 -0
  942. package/esm/typography/index.d.ts +2 -0
  943. package/esm/typography/index.js +1 -0
  944. package/esm/typography/styled-components.d.ts +1 -0
  945. package/esm/typography/styled-components.js +10 -0
  946. package/esm/typography/types.d.ts +9 -0
  947. package/esm/typography/types.js +1 -0
  948. package/esm/utility-types/index.d.ts +1 -0
  949. package/esm/utility-types/index.js +1 -0
  950. package/esm/video/Video.d.ts +15 -0
  951. package/esm/video/Video.js +38 -0
  952. package/esm/video/index.d.ts +2 -0
  953. package/esm/video/index.js +1 -0
  954. package/esm/video/types.d.ts +17 -0
  955. package/esm/video/types.js +1 -0
  956. package/form-control/context.d.ts +22 -0
  957. package/form-control/context.js +23 -0
  958. package/form-control/form-control.d.ts +4 -0
  959. package/form-control/form-control.js +57 -0
  960. package/form-control/index.d.ts +3 -0
  961. package/form-control/index.js +14 -0
  962. package/form-control/package.json +4 -0
  963. package/form-control/styled-component.d.ts +8 -0
  964. package/form-control/styled-component.js +36 -0
  965. package/form-control/types.d.ts +46 -0
  966. package/form-control/types.js +2 -0
  967. package/grid/Col.d.ts +10 -0
  968. package/grid/Col.js +48 -0
  969. package/grid/Grid.d.ts +22 -0
  970. package/grid/Grid.js +62 -0
  971. package/grid/index.d.ts +6 -0
  972. package/grid/index.js +8 -0
  973. package/grid/package.json +4 -0
  974. package/grid/types.d.ts +32 -0
  975. package/grid/types.js +2 -0
  976. package/grid/utils.d.ts +1 -0
  977. package/grid/utils.js +31 -0
  978. package/helpers/ClearIconButton.d.ts +5 -0
  979. package/helpers/ClearIconButton.js +22 -0
  980. package/helpers/baseui/useConvertOverrides.d.ts +15 -0
  981. package/helpers/baseui/useConvertOverrides.js +35 -0
  982. package/helpers/baseui/withThemeOverride.d.ts +9 -0
  983. package/helpers/baseui/withThemeOverride.js +23 -0
  984. package/helpers/commonStyles.d.ts +17 -0
  985. package/helpers/commonStyles.js +54 -0
  986. package/helpers/index.d.ts +25 -0
  987. package/helpers/index.js +72 -0
  988. package/helpers/intentHelper.d.ts +5 -0
  989. package/helpers/intentHelper.js +21 -0
  990. package/helpers/longHandHelpers.d.ts +7 -0
  991. package/helpers/longHandHelpers.js +45 -0
  992. package/helpers/package.json +4 -0
  993. package/helpers/styletron.d.ts +12 -0
  994. package/helpers/styletron.js +16 -0
  995. package/helpers/themeHelpers.d.ts +4 -0
  996. package/helpers/themeHelpers.js +24 -0
  997. package/helpers/typography.d.ts +2 -0
  998. package/helpers/typography.js +10 -0
  999. package/hooks/package.json +4 -0
  1000. package/hooks/useAutoFocus.d.ts +9 -0
  1001. package/hooks/useAutoFocus.js +61 -0
  1002. package/hooks/useCombinedHandler.d.ts +6 -0
  1003. package/hooks/useCombinedHandler.js +22 -0
  1004. package/hooks/useCombinedRef.d.ts +6 -0
  1005. package/hooks/useCombinedRef.js +37 -0
  1006. package/hooks/useDebouncedEventHandler.d.ts +6 -0
  1007. package/hooks/useDebouncedEventHandler.js +38 -0
  1008. package/hooks/useFirstMountState.d.ts +2 -0
  1009. package/hooks/useFirstMountState.js +16 -0
  1010. package/hooks/useFocusVisible.d.ts +5 -0
  1011. package/hooks/useFocusVisible.js +26 -0
  1012. package/hooks/useIsomorphicLayoutEffect.d.ts +2 -0
  1013. package/hooks/useIsomorphicLayoutEffect.js +6 -0
  1014. package/hooks/useLatest.d.ts +4 -0
  1015. package/hooks/useLatest.js +13 -0
  1016. package/hooks/useMeasure.d.ts +6 -0
  1017. package/hooks/useMeasure.js +43 -0
  1018. package/hooks/usePrevious.d.ts +2 -0
  1019. package/hooks/usePrevious.js +13 -0
  1020. package/hooks/useScrollCapture.d.ts +5 -0
  1021. package/hooks/useScrollCapture.js +69 -0
  1022. package/hooks/useStickyElement.d.ts +5 -0
  1023. package/hooks/useStickyElement.js +34 -0
  1024. package/hooks/useTabsKeyboardNavigation.d.ts +14 -0
  1025. package/hooks/useTabsKeyboardNavigation.js +103 -0
  1026. package/hooks/useUniqueId.d.ts +3 -0
  1027. package/hooks/useUniqueId.js +11 -0
  1028. package/hooks/useUpdateEffect.d.ts +3 -0
  1029. package/hooks/useUpdateEffect.js +14 -0
  1030. package/icon/components/alert-solid.d.ts +3 -0
  1031. package/icon/components/alert-solid.js +9 -0
  1032. package/icon/components/alert.d.ts +3 -0
  1033. package/icon/components/alert.js +9 -0
  1034. package/icon/components/calendar-solid.d.ts +3 -0
  1035. package/icon/components/calendar-solid.js +9 -0
  1036. package/icon/components/chevron-down.d.ts +3 -0
  1037. package/icon/components/chevron-down.js +9 -0
  1038. package/icon/components/chevron-right-solid.d.ts +3 -0
  1039. package/icon/components/chevron-right-solid.js +9 -0
  1040. package/icon/components/close.d.ts +3 -0
  1041. package/icon/components/close.js +9 -0
  1042. package/icon/components/error-clr.d.ts +3 -0
  1043. package/icon/components/error-clr.js +9 -0
  1044. package/icon/components/error-solid.d.ts +3 -0
  1045. package/icon/components/error-solid.js +9 -0
  1046. package/icon/components/error.d.ts +3 -0
  1047. package/icon/components/error.js +9 -0
  1048. package/icon/components/imagePreview.d.ts +3 -0
  1049. package/icon/components/imagePreview.js +9 -0
  1050. package/icon/components/info.d.ts +3 -0
  1051. package/icon/components/info.js +9 -0
  1052. package/icon/components/play-video.d.ts +3 -0
  1053. package/icon/components/play-video.js +9 -0
  1054. package/icon/components/search.d.ts +3 -0
  1055. package/icon/components/search.js +9 -0
  1056. package/icon/components/tick.d.ts +3 -0
  1057. package/icon/components/tick.js +9 -0
  1058. package/icon/components/tickCircle-solid.d.ts +3 -0
  1059. package/icon/components/tickCircle-solid.js +9 -0
  1060. package/icon/components/user.d.ts +3 -0
  1061. package/icon/components/user.js +9 -0
  1062. package/icon/components/video-non-playable.d.ts +3 -0
  1063. package/icon/components/video-non-playable.js +9 -0
  1064. package/icon/icon.d.ts +4 -0
  1065. package/icon/icon.js +18 -0
  1066. package/icon/index.d.ts +2 -0
  1067. package/icon/index.js +7 -0
  1068. package/icon/package.json +4 -0
  1069. package/icon/styled-components.d.ts +1 -0
  1070. package/icon/styled-components.js +13 -0
  1071. package/icon/types.d.ts +10 -0
  1072. package/icon/types.js +2 -0
  1073. package/image/Image.d.ts +15 -0
  1074. package/image/Image.js +30 -0
  1075. package/image/defaultFallbackImg.d.ts +4 -0
  1076. package/image/defaultFallbackImg.js +15 -0
  1077. package/image/index.d.ts +2 -0
  1078. package/image/index.js +8 -0
  1079. package/image/package.json +4 -0
  1080. package/image/types.d.ts +27 -0
  1081. package/image/types.js +2 -0
  1082. package/index.d.ts +3 -0
  1083. package/index.js +6 -0
  1084. package/input/basewebAdapters.d.ts +7 -0
  1085. package/input/basewebAdapters.js +47 -0
  1086. package/input/index.d.ts +4 -0
  1087. package/input/index.js +20 -0
  1088. package/input/input.d.ts +14 -0
  1089. package/input/input.js +34 -0
  1090. package/input/package.json +4 -0
  1091. package/input/styled-components.d.ts +6 -0
  1092. package/input/styled-components.js +134 -0
  1093. package/input/types.d.ts +39 -0
  1094. package/input/types.js +2 -0
  1095. package/layer/LayersManager.d.ts +8 -0
  1096. package/layer/LayersManager.js +22 -0
  1097. package/layer/constants.d.ts +6 -0
  1098. package/layer/constants.js +10 -0
  1099. package/layer/index.d.ts +2 -0
  1100. package/layer/index.js +11 -0
  1101. package/layer/package.json +4 -0
  1102. package/layer/useLayersContextValue.d.ts +3 -0
  1103. package/layer/useLayersContextValue.js +56 -0
  1104. package/link/index.d.ts +2 -0
  1105. package/link/index.js +7 -0
  1106. package/link/link.d.ts +11 -0
  1107. package/link/link.js +14 -0
  1108. package/link/package.json +4 -0
  1109. package/link/styled-components.d.ts +3 -0
  1110. package/link/styled-components.js +22 -0
  1111. package/link/types.d.ts +4 -0
  1112. package/link/types.js +2 -0
  1113. package/list/avatar-list-item.d.ts +33 -0
  1114. package/list/avatar-list-item.js +20 -0
  1115. package/list/divider.d.ts +13 -0
  1116. package/list/divider.js +17 -0
  1117. package/list/index.d.ts +7 -0
  1118. package/list/index.js +22 -0
  1119. package/list/list-item-text.d.ts +4 -0
  1120. package/list/list-item-text.js +14 -0
  1121. package/list/list-item.d.ts +25 -0
  1122. package/list/list-item.js +53 -0
  1123. package/list/list.d.ts +12 -0
  1124. package/list/list.js +14 -0
  1125. package/list/package.json +4 -0
  1126. package/list/styled-component.d.ts +9 -0
  1127. package/list/styled-component.js +78 -0
  1128. package/list/types.d.ts +57 -0
  1129. package/list/types.js +2 -0
  1130. package/loader/index.d.ts +3 -0
  1131. package/loader/index.js +12 -0
  1132. package/loader/loader.d.ts +6 -0
  1133. package/loader/loader.js +41 -0
  1134. package/loader/package.json +4 -0
  1135. package/loader/styled-component.d.ts +4 -0
  1136. package/loader/styled-component.js +61 -0
  1137. package/loader/types.d.ts +23 -0
  1138. package/loader/types.js +2 -0
  1139. package/locale/context.d.ts +16 -0
  1140. package/locale/context.js +22 -0
  1141. package/locale/en_US.d.ts +2 -0
  1142. package/locale/en_US.js +71 -0
  1143. package/locale/index.d.ts +3 -0
  1144. package/locale/index.js +9 -0
  1145. package/locale/package.json +4 -0
  1146. package/locale/types.d.ts +21 -0
  1147. package/locale/types.js +2 -0
  1148. package/menu/MenuContext.d.ts +11 -0
  1149. package/menu/MenuContext.js +14 -0
  1150. package/menu/helpers.d.ts +12 -0
  1151. package/menu/helpers.js +83 -0
  1152. package/menu/index.d.ts +4 -0
  1153. package/menu/index.js +12 -0
  1154. package/menu/menu-item.d.ts +45 -0
  1155. package/menu/menu-item.js +82 -0
  1156. package/menu/menu.d.ts +25 -0
  1157. package/menu/menu.js +58 -0
  1158. package/menu/nested-menu-context.d.ts +23 -0
  1159. package/menu/nested-menu-context.js +72 -0
  1160. package/menu/package.json +4 -0
  1161. package/menu/types.d.ts +72 -0
  1162. package/menu/types.js +2 -0
  1163. package/menu/useItemContainerEventHandlers.d.ts +13 -0
  1164. package/menu/useItemContainerEventHandlers.js +35 -0
  1165. package/menu/useKeyboardNavigation.d.ts +23 -0
  1166. package/menu/useKeyboardNavigation.js +127 -0
  1167. package/menu/useStatefulMenu.d.ts +20 -0
  1168. package/menu/useStatefulMenu.js +69 -0
  1169. package/modal/adapter.d.ts +6 -0
  1170. package/modal/adapter.js +22 -0
  1171. package/modal/index.d.ts +7 -0
  1172. package/modal/index.js +24 -0
  1173. package/modal/modal-footer.d.ts +7 -0
  1174. package/modal/modal-footer.js +12 -0
  1175. package/modal/modal-header.d.ts +7 -0
  1176. package/modal/modal-header.js +13 -0
  1177. package/modal/modal.d.ts +7 -0
  1178. package/modal/modal.js +36 -0
  1179. package/modal/overrides.d.ts +9 -0
  1180. package/modal/overrides.js +71 -0
  1181. package/modal/package.json +4 -0
  1182. package/modal/styled-components.d.ts +7 -0
  1183. package/modal/styled-components.js +40 -0
  1184. package/modal/types.d.ts +24 -0
  1185. package/modal/types.js +5 -0
  1186. package/overrides/index.d.ts +3 -0
  1187. package/overrides/index.js +10 -0
  1188. package/overrides/mergeOverrides.d.ts +3 -0
  1189. package/overrides/mergeOverrides.js +45 -0
  1190. package/overrides/package.json +4 -0
  1191. package/overrides/types.d.ts +22 -0
  1192. package/overrides/types.js +5 -0
  1193. package/overrides/useOverrides.d.ts +8 -0
  1194. package/overrides/useOverrides.js +18 -0
  1195. package/package.json +102 -0
  1196. package/payment-card/basewebAdapters.d.ts +7 -0
  1197. package/payment-card/basewebAdapters.js +24 -0
  1198. package/payment-card/index.d.ts +3 -0
  1199. package/payment-card/index.js +11 -0
  1200. package/payment-card/package.json +4 -0
  1201. package/payment-card/paymentCard.d.ts +10 -0
  1202. package/payment-card/paymentCard.js +26 -0
  1203. package/payment-card/styled-components.d.ts +3 -0
  1204. package/payment-card/styled-components.js +16 -0
  1205. package/payment-card/types.d.ts +17 -0
  1206. package/payment-card/types.js +2 -0
  1207. package/phone-input/constants.d.ts +2299 -0
  1208. package/phone-input/constants.js +330 -0
  1209. package/phone-input/country-select-container.d.ts +6 -0
  1210. package/phone-input/country-select-container.js +17 -0
  1211. package/phone-input/country-select.d.ts +8 -0
  1212. package/phone-input/country-select.js +93 -0
  1213. package/phone-input/default-props.d.ts +23 -0
  1214. package/phone-input/default-props.js +27 -0
  1215. package/phone-input/dial-code.d.ts +4 -0
  1216. package/phone-input/dial-code.js +14 -0
  1217. package/phone-input/flag-container.d.ts +5 -0
  1218. package/phone-input/flag-container.js +20 -0
  1219. package/phone-input/index.d.ts +6 -0
  1220. package/phone-input/index.js +12 -0
  1221. package/phone-input/locale.d.ts +5 -0
  1222. package/phone-input/locale.js +2 -0
  1223. package/phone-input/package.json +4 -0
  1224. package/phone-input/phone-input.d.ts +25 -0
  1225. package/phone-input/phone-input.js +59 -0
  1226. package/phone-input/stateful-phone-input-container.d.ts +4 -0
  1227. package/phone-input/stateful-phone-input-container.js +21 -0
  1228. package/phone-input/stateful-phone-input.d.ts +25 -0
  1229. package/phone-input/stateful-phone-input.js +13 -0
  1230. package/phone-input/styled-components.d.ts +13 -0
  1231. package/phone-input/styled-components.js +39 -0
  1232. package/phone-input/types.d.ts +63 -0
  1233. package/phone-input/types.js +2 -0
  1234. package/phone-input/utils.d.ts +6 -0
  1235. package/phone-input/utils.js +34 -0
  1236. package/phone-input/virtualized-country-select-dropdown.d.ts +31 -0
  1237. package/phone-input/virtualized-country-select-dropdown.js +35 -0
  1238. package/popover/PopoverEnahncer.d.ts +15 -0
  1239. package/popover/PopoverEnahncer.js +60 -0
  1240. package/popover/adapter.d.ts +6 -0
  1241. package/popover/adapter.js +28 -0
  1242. package/popover/constants.d.ts +3 -0
  1243. package/popover/constants.js +11 -0
  1244. package/popover/hooks.d.ts +14 -0
  1245. package/popover/hooks.js +30 -0
  1246. package/popover/index.d.ts +6 -0
  1247. package/popover/index.js +21 -0
  1248. package/popover/overrides.d.ts +8 -0
  1249. package/popover/overrides.js +74 -0
  1250. package/popover/package.json +4 -0
  1251. package/popover/popover.d.ts +16 -0
  1252. package/popover/popover.js +41 -0
  1253. package/popover/stateful-popover.d.ts +7 -0
  1254. package/popover/stateful-popover.js +25 -0
  1255. package/popover/styled-components.d.ts +2 -0
  1256. package/popover/styled-components.js +23 -0
  1257. package/popover/types.d.ts +32 -0
  1258. package/popover/types.js +10 -0
  1259. package/popover/useFoucsLock.d.ts +6 -0
  1260. package/popover/useFoucsLock.js +13 -0
  1261. package/popover/utils.d.ts +14 -0
  1262. package/popover/utils.js +32 -0
  1263. package/progress/circular/CircularProgress.d.ts +4 -0
  1264. package/progress/circular/CircularProgress.js +21 -0
  1265. package/progress/circular/index.d.ts +3 -0
  1266. package/progress/circular/index.js +5 -0
  1267. package/progress/circular/styled-component.d.ts +15 -0
  1268. package/progress/circular/styled-component.js +102 -0
  1269. package/progress/circular/types.d.ts +22 -0
  1270. package/progress/circular/types.js +2 -0
  1271. package/progress/helper.d.ts +3 -0
  1272. package/progress/helper.js +17 -0
  1273. package/progress/index.d.ts +6 -0
  1274. package/progress/index.js +13 -0
  1275. package/progress/linear/LinearProgress.d.ts +4 -0
  1276. package/progress/linear/LinearProgress.js +17 -0
  1277. package/progress/linear/ProgressSegment.d.ts +9 -0
  1278. package/progress/linear/ProgressSegment.js +16 -0
  1279. package/progress/linear/index.d.ts +4 -0
  1280. package/progress/linear/index.js +9 -0
  1281. package/progress/linear/styled-component.d.ts +14 -0
  1282. package/progress/linear/styled-component.js +72 -0
  1283. package/progress/linear/types.d.ts +20 -0
  1284. package/progress/linear/types.js +2 -0
  1285. package/progress/package.json +4 -0
  1286. package/progress/types.d.ts +18 -0
  1287. package/progress/types.js +2 -0
  1288. package/radio/basewebAdapters.d.ts +16 -0
  1289. package/radio/basewebAdapters.js +51 -0
  1290. package/radio/index.d.ts +3 -0
  1291. package/radio/index.js +19 -0
  1292. package/radio/package.json +4 -0
  1293. package/radio/radio.d.ts +10 -0
  1294. package/radio/radio.js +28 -0
  1295. package/radio/styled-components.d.ts +7 -0
  1296. package/radio/styled-components.js +145 -0
  1297. package/radio/types.d.ts +37 -0
  1298. package/radio/types.js +2 -0
  1299. package/search/index.d.ts +2 -0
  1300. package/search/index.js +7 -0
  1301. package/search/package.json +4 -0
  1302. package/search/search.d.ts +8 -0
  1303. package/search/search.js +71 -0
  1304. package/search/styled-components.d.ts +13 -0
  1305. package/search/styled-components.js +80 -0
  1306. package/search/types.d.ts +19 -0
  1307. package/search/types.js +2 -0
  1308. package/select/adaptor.d.ts +4 -0
  1309. package/select/adaptor.js +8 -0
  1310. package/select/base-select.d.ts +63 -0
  1311. package/select/base-select.js +258 -0
  1312. package/select/constants.d.ts +7 -0
  1313. package/select/constants.js +7 -0
  1314. package/select/default-props.d.ts +38 -0
  1315. package/select/default-props.js +42 -0
  1316. package/select/index.d.ts +15 -0
  1317. package/select/index.js +47 -0
  1318. package/select/locale.d.ts +4 -0
  1319. package/select/locale.js +2 -0
  1320. package/select/mobileSelect/AdaptedCSSTransition/AdaptedCSSTransition.d.ts +8 -0
  1321. package/select/mobileSelect/AdaptedCSSTransition/AdaptedCSSTransition.js +14 -0
  1322. package/select/mobileSelect/AdaptedCSSTransition/constants.d.ts +8 -0
  1323. package/select/mobileSelect/AdaptedCSSTransition/constants.js +11 -0
  1324. package/select/mobileSelect/AdaptedCSSTransition/index.d.ts +1 -0
  1325. package/select/mobileSelect/AdaptedCSSTransition/index.js +5 -0
  1326. package/select/mobileSelect/AdaptedCSSTransition/types.d.ts +2 -0
  1327. package/select/mobileSelect/AdaptedCSSTransition/types.js +2 -0
  1328. package/select/mobileSelect/Backdrop.d.ts +6 -0
  1329. package/select/mobileSelect/Backdrop.js +13 -0
  1330. package/select/mobileSelect/MobileSelect.d.ts +3 -0
  1331. package/select/mobileSelect/MobileSelect.js +23 -0
  1332. package/select/mobileSelect/MobileSheet.d.ts +21 -0
  1333. package/select/mobileSelect/MobileSheet.js +51 -0
  1334. package/select/mobileSelect/SwipeableTargetArea.d.ts +6 -0
  1335. package/select/mobileSelect/SwipeableTargetArea.js +14 -0
  1336. package/select/mobileSelect/hooks/useKeyboardViewportShiftOffset.d.ts +4 -0
  1337. package/select/mobileSelect/hooks/useKeyboardViewportShiftOffset.js +24 -0
  1338. package/select/mobileSelect/hooks/usePauseBodyScrollEffect.d.ts +5 -0
  1339. package/select/mobileSelect/hooks/usePauseBodyScrollEffect.js +19 -0
  1340. package/select/mobileSelect/hooks/useSwipeableSheetStyles.d.ts +13 -0
  1341. package/select/mobileSelect/hooks/useSwipeableSheetStyles.js +57 -0
  1342. package/select/mobileSelect/hooks/useTransitionStyles.d.ts +2 -0
  1343. package/select/mobileSelect/hooks/useTransitionStyles.js +29 -0
  1344. package/select/mobileSelect/index.d.ts +2 -0
  1345. package/select/mobileSelect/index.js +7 -0
  1346. package/select/mobileSelect/overrides.d.ts +9 -0
  1347. package/select/mobileSelect/overrides.js +75 -0
  1348. package/select/multi-value.d.ts +3 -0
  1349. package/select/multi-value.js +29 -0
  1350. package/select/overlaySelect/OverlaySelect.d.ts +3 -0
  1351. package/select/overlaySelect/OverlaySelect.js +64 -0
  1352. package/select/overlaySelect/index.d.ts +1 -0
  1353. package/select/overlaySelect/index.js +8 -0
  1354. package/select/overlaySelect/useOverlaySelectOverrides.d.ts +14 -0
  1355. package/select/overlaySelect/useOverlaySelectOverrides.js +206 -0
  1356. package/select/overlaySelect/usePopover.d.ts +8 -0
  1357. package/select/overlaySelect/usePopover.js +29 -0
  1358. package/select/overrides.d.ts +56 -0
  1359. package/select/overrides.js +133 -0
  1360. package/select/package.json +4 -0
  1361. package/select/select-variants.d.ts +4 -0
  1362. package/select/select-variants.js +14 -0
  1363. package/select/select.d.ts +42 -0
  1364. package/select/select.js +22 -0
  1365. package/select/selectMenuAdapter/SelectMenuAdapter.d.ts +34 -0
  1366. package/select/selectMenuAdapter/SelectMenuAdapter.js +74 -0
  1367. package/select/selectMenuAdapter/SelectMenuItem.d.ts +57 -0
  1368. package/select/selectMenuAdapter/SelectMenuItem.js +39 -0
  1369. package/select/selectMenuAdapter/index.d.ts +2 -0
  1370. package/select/selectMenuAdapter/index.js +5 -0
  1371. package/select/stateful-select.d.ts +42 -0
  1372. package/select/stateful-select.js +16 -0
  1373. package/select/styled-component.d.ts +18 -0
  1374. package/select/styled-component.js +74 -0
  1375. package/select/types.d.ts +91 -0
  1376. package/select/types.js +4 -0
  1377. package/select/utils/default-filter-options.d.ts +1 -0
  1378. package/select/utils/default-filter-options.js +9 -0
  1379. package/setupTests.d.ts +1 -0
  1380. package/setupTests.js +24 -0
  1381. package/slider/index.d.ts +4 -0
  1382. package/slider/index.js +11 -0
  1383. package/slider/mark.d.ts +21 -0
  1384. package/slider/mark.js +13 -0
  1385. package/slider/package.json +4 -0
  1386. package/slider/slider.d.ts +7 -0
  1387. package/slider/slider.js +75 -0
  1388. package/slider/stateful-slider-container.d.ts +7 -0
  1389. package/slider/stateful-slider-container.js +13 -0
  1390. package/slider/stateful-slider.d.ts +7 -0
  1391. package/slider/stateful-slider.js +9 -0
  1392. package/slider/styled-components.d.ts +7 -0
  1393. package/slider/styled-components.js +93 -0
  1394. package/slider/types.d.ts +39 -0
  1395. package/slider/types.js +2 -0
  1396. package/snackbar/Snackbar.d.ts +4 -0
  1397. package/snackbar/Snackbar.js +59 -0
  1398. package/snackbar/constants.d.ts +6 -0
  1399. package/snackbar/constants.js +18 -0
  1400. package/snackbar/index.d.ts +2 -0
  1401. package/snackbar/index.js +7 -0
  1402. package/snackbar/package.json +4 -0
  1403. package/snackbar/styled-component.d.ts +8 -0
  1404. package/snackbar/styled-component.js +84 -0
  1405. package/snackbar/types.d.ts +37 -0
  1406. package/snackbar/types.js +2 -0
  1407. package/snackbar/useSnackbar.d.ts +24 -0
  1408. package/snackbar/useSnackbar.js +91 -0
  1409. package/spaceConsumer/SpaceConsumer.d.ts +10 -0
  1410. package/spaceConsumer/SpaceConsumer.js +12 -0
  1411. package/spaceConsumer/index.d.ts +1 -0
  1412. package/spaceConsumer/index.js +8 -0
  1413. package/spaceConsumer/package.json +4 -0
  1414. package/spacewebProvider/CustomBaseProvider.d.ts +17 -0
  1415. package/spacewebProvider/CustomBaseProvider.js +16 -0
  1416. package/spacewebProvider/DocumentProvider.d.ts +9 -0
  1417. package/spacewebProvider/DocumentProvider.js +22 -0
  1418. package/spacewebProvider/SpacewebProvider.d.ts +22 -0
  1419. package/spacewebProvider/SpacewebProvider.js +36 -0
  1420. package/spacewebProvider/index.d.ts +2 -0
  1421. package/spacewebProvider/index.js +7 -0
  1422. package/spacewebProvider/package.json +4 -0
  1423. package/spacewebProvider/utils.d.ts +1 -0
  1424. package/spacewebProvider/utils.js +5 -0
  1425. package/stack/context.d.ts +20 -0
  1426. package/stack/context.js +10 -0
  1427. package/stack/index.d.ts +3 -0
  1428. package/stack/index.js +9 -0
  1429. package/stack/package.json +4 -0
  1430. package/stack/stack-item.d.ts +12 -0
  1431. package/stack/stack-item.js +25 -0
  1432. package/stack/stack.d.ts +32 -0
  1433. package/stack/stack.js +60 -0
  1434. package/stack/types.d.ts +22 -0
  1435. package/stack/types.js +2 -0
  1436. package/style/__fixtures__/utilities-dark.fixture.d.ts +4407 -0
  1437. package/style/__fixtures__/utilities-dark.fixture.js +4409 -0
  1438. package/style/__mocks__/CSS.mock.d.ts +10 -0
  1439. package/style/__mocks__/CSS.mock.js +11 -0
  1440. package/style/__mocks__/UseStyle.mock.d.ts +10 -0
  1441. package/style/__mocks__/UseStyle.mock.js +11 -0
  1442. package/style/_buildUtils.d.ts +4 -0
  1443. package/style/_buildUtils.js +12 -0
  1444. package/style/_css.d.ts +6 -0
  1445. package/style/_css.js +20 -0
  1446. package/style/_escapeClassName.d.ts +6 -0
  1447. package/style/_escapeClassName.js +9 -0
  1448. package/style/_getStyle.d.ts +6 -0
  1449. package/style/_getStyle.js +17 -0
  1450. package/style/_getStyleWithProps.d.ts +6 -0
  1451. package/style/_getStyleWithProps.js +17 -0
  1452. package/style/_parseStyle.d.ts +19 -0
  1453. package/style/_parseStyle.js +71 -0
  1454. package/style/_px2rem.d.ts +9 -0
  1455. package/style/_px2rem.js +16 -0
  1456. package/style/index.d.ts +5 -0
  1457. package/style/index.js +13 -0
  1458. package/style/package.json +4 -0
  1459. package/style/styled.d.ts +11 -0
  1460. package/style/styled.js +42 -0
  1461. package/style/useMemoizedStyletron.d.ts +5 -0
  1462. package/style/useMemoizedStyletron.js +16 -0
  1463. package/style/useStyle.d.ts +6 -0
  1464. package/style/useStyle.js +16 -0
  1465. package/styleEngine/index.d.ts +1 -0
  1466. package/styleEngine/index.js +4 -0
  1467. package/styleEngine/package.json +4 -0
  1468. package/styleEngine/styleEngine.d.ts +19 -0
  1469. package/styleEngine/styleEngine.js +103 -0
  1470. package/styleEngine/utils.d.ts +0 -0
  1471. package/styleEngine/utils.js +0 -0
  1472. package/switch/__test__/switch.spec.d.ts +1 -0
  1473. package/switch/__test__/switch.spec.js +96 -0
  1474. package/switch/basewebAdapter.d.ts +5 -0
  1475. package/switch/basewebAdapter.js +22 -0
  1476. package/switch/index.d.ts +3 -0
  1477. package/switch/index.js +15 -0
  1478. package/switch/package.json +4 -0
  1479. package/switch/styled-components.d.ts +5 -0
  1480. package/switch/styled-components.js +88 -0
  1481. package/switch/switch.d.ts +10 -0
  1482. package/switch/switch.js +20 -0
  1483. package/switch/types.d.ts +28 -0
  1484. package/switch/types.js +2 -0
  1485. package/tabs/contexts.d.ts +12 -0
  1486. package/tabs/contexts.js +17 -0
  1487. package/tabs/helpers.d.ts +5 -0
  1488. package/tabs/helpers.js +11 -0
  1489. package/tabs/index.d.ts +5 -0
  1490. package/tabs/index.js +13 -0
  1491. package/tabs/package.json +4 -0
  1492. package/tabs/stateful-tabs.d.ts +8 -0
  1493. package/tabs/stateful-tabs.js +22 -0
  1494. package/tabs/styled-components.d.ts +10 -0
  1495. package/tabs/styled-components.js +49 -0
  1496. package/tabs/tab-list.d.ts +7 -0
  1497. package/tabs/tab-list.js +47 -0
  1498. package/tabs/tab.d.ts +7 -0
  1499. package/tabs/tab.js +38 -0
  1500. package/tabs/tabs-panel.d.ts +7 -0
  1501. package/tabs/tabs-panel.js +20 -0
  1502. package/tabs/types.d.ts +52 -0
  1503. package/tabs/types.js +2 -0
  1504. package/tag/avatar-tag.d.ts +4 -0
  1505. package/tag/avatar-tag.js +26 -0
  1506. package/tag/index.d.ts +4 -0
  1507. package/tag/index.js +15 -0
  1508. package/tag/intentStyles.d.ts +4 -0
  1509. package/tag/intentStyles.js +89 -0
  1510. package/tag/package.json +4 -0
  1511. package/tag/styled-components.d.ts +4 -0
  1512. package/tag/styled-components.js +49 -0
  1513. package/tag/tag.d.ts +4 -0
  1514. package/tag/tag.js +57 -0
  1515. package/tag/types.d.ts +53 -0
  1516. package/tag/types.js +2 -0
  1517. package/tag/utils.d.ts +2 -0
  1518. package/tag/utils.js +24 -0
  1519. package/test-utils/package.json +4 -0
  1520. package/test-utils/test-provider/TestProvider.d.ts +6 -0
  1521. package/test-utils/test-provider/TestProvider.js +16 -0
  1522. package/test-utils/test-provider/helpers.d.ts +27 -0
  1523. package/test-utils/test-provider/helpers.js +66 -0
  1524. package/test-utils/test-provider/index.d.ts +2 -0
  1525. package/test-utils/test-provider/index.js +16 -0
  1526. package/test-utils/test-provider/testableThemes.d.ts +5 -0
  1527. package/test-utils/test-provider/testableThemes.js +13 -0
  1528. package/textarea/basewebAdapters.d.ts +3 -0
  1529. package/textarea/basewebAdapters.js +34 -0
  1530. package/textarea/index.d.ts +3 -0
  1531. package/textarea/index.js +13 -0
  1532. package/textarea/package.json +4 -0
  1533. package/textarea/styled-components.d.ts +11 -0
  1534. package/textarea/styled-components.js +17 -0
  1535. package/textarea/textarea.d.ts +10 -0
  1536. package/textarea/textarea.js +38 -0
  1537. package/textarea/types.d.ts +27 -0
  1538. package/textarea/types.js +2 -0
  1539. package/textarea/useAutoSizeTextarea.d.ts +8 -0
  1540. package/textarea/useAutoSizeTextarea.js +16 -0
  1541. package/theme/context.d.ts +14 -0
  1542. package/theme/context.js +70 -0
  1543. package/theme/index.d.ts +2 -0
  1544. package/theme/index.js +5 -0
  1545. package/theme/package.json +4 -0
  1546. package/theme/types.d.ts +6 -0
  1547. package/theme/types.js +2 -0
  1548. package/themes/dark-theme.d.ts +6 -0
  1549. package/themes/dark-theme.js +12 -0
  1550. package/themes/index.d.ts +10 -0
  1551. package/themes/index.js +23 -0
  1552. package/themes/light-theme.d.ts +6 -0
  1553. package/themes/light-theme.js +12 -0
  1554. package/themes/package.json +4 -0
  1555. package/themes/responsive-theme.d.ts +20 -0
  1556. package/themes/responsive-theme.js +23 -0
  1557. package/themes/shared.d.ts +4 -0
  1558. package/themes/shared.js +7 -0
  1559. package/time-picker/TimePicker.d.ts +8 -0
  1560. package/time-picker/TimePicker.js +32 -0
  1561. package/time-picker/index.d.ts +2 -0
  1562. package/time-picker/index.js +5 -0
  1563. package/time-picker/package.json +4 -0
  1564. package/time-picker/types.d.ts +15 -0
  1565. package/time-picker/types.js +2 -0
  1566. package/time-range-picker/RangeSelector.d.ts +7 -0
  1567. package/time-range-picker/RangeSelector.js +27 -0
  1568. package/time-range-picker/RangeSelectorContainer.d.ts +7 -0
  1569. package/time-range-picker/RangeSelectorContainer.js +103 -0
  1570. package/time-range-picker/TimeRangeList.d.ts +7 -0
  1571. package/time-range-picker/TimeRangeList.js +35 -0
  1572. package/time-range-picker/TimeRangePicker.d.ts +3 -0
  1573. package/time-range-picker/TimeRangePicker.js +190 -0
  1574. package/time-range-picker/TimezonePicker.d.ts +5 -0
  1575. package/time-range-picker/TimezonePicker.js +45 -0
  1576. package/time-range-picker/constants.d.ts +5 -0
  1577. package/time-range-picker/constants.js +8 -0
  1578. package/time-range-picker/index.d.ts +4 -0
  1579. package/time-range-picker/index.js +8 -0
  1580. package/time-range-picker/locale.d.ts +41 -0
  1581. package/time-range-picker/locale.js +2 -0
  1582. package/time-range-picker/package.json +4 -0
  1583. package/time-range-picker/styled-component.d.ts +1 -0
  1584. package/time-range-picker/styled-component.js +6 -0
  1585. package/time-range-picker/types.d.ts +78 -0
  1586. package/time-range-picker/types.js +2 -0
  1587. package/time-range-picker/utils.d.ts +42 -0
  1588. package/time-range-picker/utils.js +424 -0
  1589. package/time-zone-picker/TimezonePicker.d.ts +8 -0
  1590. package/time-zone-picker/TimezonePicker.js +56 -0
  1591. package/time-zone-picker/index.d.ts +2 -0
  1592. package/time-zone-picker/index.js +7 -0
  1593. package/time-zone-picker/package.json +4 -0
  1594. package/time-zone-picker/types.d.ts +25 -0
  1595. package/time-zone-picker/types.js +2 -0
  1596. package/time-zone-picker/utils.d.ts +2 -0
  1597. package/time-zone-picker/utils.js +42 -0
  1598. package/tooltip/disabled-tooltip-container.d.ts +8 -0
  1599. package/tooltip/disabled-tooltip-container.js +65 -0
  1600. package/tooltip/index.d.ts +6 -0
  1601. package/tooltip/index.js +18 -0
  1602. package/tooltip/overrides.d.ts +5 -0
  1603. package/tooltip/overrides.js +59 -0
  1604. package/tooltip/package.json +4 -0
  1605. package/tooltip/stateful-tooltip-container.d.ts +8 -0
  1606. package/tooltip/stateful-tooltip-container.js +10 -0
  1607. package/tooltip/stateful-tooltip.d.ts +8 -0
  1608. package/tooltip/stateful-tooltip.js +16 -0
  1609. package/tooltip/styled-component.d.ts +2 -0
  1610. package/tooltip/styled-component.js +10 -0
  1611. package/tooltip/tooltip.d.ts +7 -0
  1612. package/tooltip/tooltip.js +48 -0
  1613. package/tooltip/types.d.ts +51 -0
  1614. package/tooltip/types.js +2 -0
  1615. package/tsconfig.tsbuildinfo +1 -0
  1616. package/types.d.ts +98 -0
  1617. package/types.js +3 -0
  1618. package/typography/Typography.d.ts +12 -0
  1619. package/typography/Typography.js +29 -0
  1620. package/typography/constants.d.ts +6 -0
  1621. package/typography/constants.js +9 -0
  1622. package/typography/index.d.ts +2 -0
  1623. package/typography/index.js +8 -0
  1624. package/typography/package.json +4 -0
  1625. package/typography/styled-components.d.ts +1 -0
  1626. package/typography/styled-components.js +13 -0
  1627. package/typography/types.d.ts +9 -0
  1628. package/typography/types.js +2 -0
  1629. package/utility-types/index.d.ts +1 -0
  1630. package/utility-types/index.js +2 -0
  1631. package/utility-types/package.json +4 -0
  1632. package/video/Video.d.ts +15 -0
  1633. package/video/Video.js +40 -0
  1634. package/video/index.d.ts +2 -0
  1635. package/video/index.js +8 -0
  1636. package/video/package.json +4 -0
  1637. package/video/types.d.ts +17 -0
  1638. package/video/types.js +2 -0
@@ -0,0 +1,2299 @@
1
+ export declare const COUNTRIES: {
2
+ readonly AF: {
3
+ readonly label: "Afghanistan (‫افغانستان‬‎)";
4
+ readonly id: "AF";
5
+ readonly dialCode: "+93";
6
+ };
7
+ readonly AL: {
8
+ readonly label: "Albania (Shqipëri)";
9
+ readonly id: "AL";
10
+ readonly dialCode: "+355";
11
+ };
12
+ readonly DZ: {
13
+ readonly label: "Algeria (‫الجزائر‬‎)";
14
+ readonly id: "DZ";
15
+ readonly dialCode: "+213";
16
+ };
17
+ readonly AS: {
18
+ readonly label: "American Samoa";
19
+ readonly id: "AS";
20
+ readonly dialCode: "+1684";
21
+ };
22
+ readonly AD: {
23
+ readonly label: "Andorra";
24
+ readonly id: "AD";
25
+ readonly dialCode: "+376";
26
+ };
27
+ readonly AO: {
28
+ readonly label: "Angola";
29
+ readonly id: "AO";
30
+ readonly dialCode: "+244";
31
+ };
32
+ readonly AI: {
33
+ readonly label: "Anguilla";
34
+ readonly id: "AI";
35
+ readonly dialCode: "+1264";
36
+ };
37
+ readonly AG: {
38
+ readonly label: "Antigua and Barbuda";
39
+ readonly id: "AG";
40
+ readonly dialCode: "+1268";
41
+ };
42
+ readonly AR: {
43
+ readonly label: "Argentina";
44
+ readonly id: "AR";
45
+ readonly dialCode: "+54";
46
+ };
47
+ readonly AM: {
48
+ readonly label: "Armenia (Հայաստան)";
49
+ readonly id: "AM";
50
+ readonly dialCode: "+374";
51
+ };
52
+ readonly AW: {
53
+ readonly label: "Aruba";
54
+ readonly id: "AW";
55
+ readonly dialCode: "+297";
56
+ };
57
+ readonly AU: {
58
+ readonly label: "Australia";
59
+ readonly id: "AU";
60
+ readonly dialCode: "+61";
61
+ };
62
+ readonly AT: {
63
+ readonly label: "Austria (Österreich)";
64
+ readonly id: "AT";
65
+ readonly dialCode: "+43";
66
+ };
67
+ readonly AZ: {
68
+ readonly label: "Azerbaijan (Azərbaycan)";
69
+ readonly id: "AZ";
70
+ readonly dialCode: "+994";
71
+ };
72
+ readonly BS: {
73
+ readonly label: "Bahamas";
74
+ readonly id: "BS";
75
+ readonly dialCode: "+1242";
76
+ };
77
+ readonly BH: {
78
+ readonly label: "Bahrain (‫البحرين‬‎)";
79
+ readonly id: "BH";
80
+ readonly dialCode: "+973";
81
+ };
82
+ readonly BD: {
83
+ readonly label: "Bangladesh (বাংলাদেশ)";
84
+ readonly id: "BD";
85
+ readonly dialCode: "+880";
86
+ };
87
+ readonly BB: {
88
+ readonly label: "Barbados";
89
+ readonly id: "BB";
90
+ readonly dialCode: "+1246";
91
+ };
92
+ readonly BY: {
93
+ readonly label: "Belarus (Беларусь)";
94
+ readonly id: "BY";
95
+ readonly dialCode: "+375";
96
+ };
97
+ readonly BE: {
98
+ readonly label: "Belgium (België)";
99
+ readonly id: "BE";
100
+ readonly dialCode: "+32";
101
+ };
102
+ readonly BZ: {
103
+ readonly label: "Belize";
104
+ readonly id: "BZ";
105
+ readonly dialCode: "+501";
106
+ };
107
+ readonly BJ: {
108
+ readonly label: "Benin (Bénin)";
109
+ readonly id: "BJ";
110
+ readonly dialCode: "+229";
111
+ };
112
+ readonly BM: {
113
+ readonly label: "Bermuda";
114
+ readonly id: "BM";
115
+ readonly dialCode: "+1441";
116
+ };
117
+ readonly BT: {
118
+ readonly label: "Bhutan (འབྲུག)";
119
+ readonly id: "BT";
120
+ readonly dialCode: "+975";
121
+ };
122
+ readonly BO: {
123
+ readonly label: "Bolivia";
124
+ readonly id: "BO";
125
+ readonly dialCode: "+591";
126
+ };
127
+ readonly BA: {
128
+ readonly label: "Bosnia and Herzegovina (Босна и Херцеговина)";
129
+ readonly id: "BA";
130
+ readonly dialCode: "+387";
131
+ };
132
+ readonly BW: {
133
+ readonly label: "Botswana";
134
+ readonly id: "BW";
135
+ readonly dialCode: "+267";
136
+ };
137
+ readonly BR: {
138
+ readonly label: "Brazil (Brasil)";
139
+ readonly id: "BR";
140
+ readonly dialCode: "+55";
141
+ };
142
+ readonly IO: {
143
+ readonly label: "British Indian Ocean Territory";
144
+ readonly id: "IO";
145
+ readonly dialCode: "+246";
146
+ };
147
+ readonly VG: {
148
+ readonly label: "British Virgin Islands";
149
+ readonly id: "VG";
150
+ readonly dialCode: "+1284";
151
+ };
152
+ readonly BN: {
153
+ readonly label: "Brunei";
154
+ readonly id: "BN";
155
+ readonly dialCode: "+673";
156
+ };
157
+ readonly BG: {
158
+ readonly label: "Bulgaria (България)";
159
+ readonly id: "BG";
160
+ readonly dialCode: "+359";
161
+ };
162
+ readonly BF: {
163
+ readonly label: "Burkina Faso";
164
+ readonly id: "BF";
165
+ readonly dialCode: "+226";
166
+ };
167
+ readonly BI: {
168
+ readonly label: "Burundi (Uburundi)";
169
+ readonly id: "BI";
170
+ readonly dialCode: "+257";
171
+ };
172
+ readonly KH: {
173
+ readonly label: "Cambodia (កម្ពុជា)";
174
+ readonly id: "KH";
175
+ readonly dialCode: "+855";
176
+ };
177
+ readonly CM: {
178
+ readonly label: "Cameroon (Cameroun)";
179
+ readonly id: "CM";
180
+ readonly dialCode: "+237";
181
+ };
182
+ readonly CA: {
183
+ readonly label: "Canada";
184
+ readonly id: "CA";
185
+ readonly dialCode: "+1";
186
+ };
187
+ readonly CV: {
188
+ readonly label: "Cape Verde (Kabu Verdi)";
189
+ readonly id: "CV";
190
+ readonly dialCode: "+238";
191
+ };
192
+ readonly KY: {
193
+ readonly label: "Cayman Islands";
194
+ readonly id: "KY";
195
+ readonly dialCode: "+1345";
196
+ };
197
+ readonly CF: {
198
+ readonly label: "Central African Republic (République centrafricaine)";
199
+ readonly id: "CF";
200
+ readonly dialCode: "+236";
201
+ };
202
+ readonly TD: {
203
+ readonly label: "Chad (Tchad)";
204
+ readonly id: "TD";
205
+ readonly dialCode: "+235";
206
+ };
207
+ readonly CL: {
208
+ readonly label: "Chile";
209
+ readonly id: "CL";
210
+ readonly dialCode: "+56";
211
+ };
212
+ readonly CN: {
213
+ readonly label: "China (中国)";
214
+ readonly id: "CN";
215
+ readonly dialCode: "+86";
216
+ };
217
+ readonly CX: {
218
+ readonly label: "Christmas Island";
219
+ readonly id: "CX";
220
+ readonly dialCode: "+61";
221
+ };
222
+ readonly CC: {
223
+ readonly label: "Cocos (Keeling) Islands";
224
+ readonly id: "CC";
225
+ readonly dialCode: "+61";
226
+ };
227
+ readonly CO: {
228
+ readonly label: "Colombia";
229
+ readonly id: "CO";
230
+ readonly dialCode: "+57";
231
+ };
232
+ readonly KM: {
233
+ readonly label: "Comoros (‫جزر القمر‬‎)";
234
+ readonly id: "KM";
235
+ readonly dialCode: "+269";
236
+ };
237
+ readonly CD: {
238
+ readonly label: "Congo (DRC) (Jamhuri ya Kisoemokrasia ya Kongo)";
239
+ readonly id: "CD";
240
+ readonly dialCode: "+243";
241
+ };
242
+ readonly CG: {
243
+ readonly label: "Congo (Republic) (Congo-Brazzaville)";
244
+ readonly id: "CG";
245
+ readonly dialCode: "+242";
246
+ };
247
+ readonly CK: {
248
+ readonly label: "Cook Islands";
249
+ readonly id: "CK";
250
+ readonly dialCode: "+682";
251
+ };
252
+ readonly CR: {
253
+ readonly label: "Costa Rica";
254
+ readonly id: "CR";
255
+ readonly dialCode: "+506";
256
+ };
257
+ readonly CI: {
258
+ readonly label: "Côte d’Ivoire";
259
+ readonly id: "CI";
260
+ readonly dialCode: "+225";
261
+ };
262
+ readonly HR: {
263
+ readonly label: "Croatia (Hrvatska)";
264
+ readonly id: "HR";
265
+ readonly dialCode: "+385";
266
+ };
267
+ readonly CU: {
268
+ readonly label: "Cuba";
269
+ readonly id: "CU";
270
+ readonly dialCode: "+53";
271
+ };
272
+ readonly CW: {
273
+ readonly label: "Curaçao";
274
+ readonly id: "CW";
275
+ readonly dialCode: "+599";
276
+ };
277
+ readonly CY: {
278
+ readonly label: "Cyprus (Κύπρος)";
279
+ readonly id: "CY";
280
+ readonly dialCode: "+357";
281
+ };
282
+ readonly CZ: {
283
+ readonly label: "Czech Republic (Česká republika)";
284
+ readonly id: "CZ";
285
+ readonly dialCode: "+420";
286
+ };
287
+ readonly DK: {
288
+ readonly label: "Denmark (Danmark)";
289
+ readonly id: "DK";
290
+ readonly dialCode: "+45";
291
+ };
292
+ readonly DJ: {
293
+ readonly label: "Djibouti";
294
+ readonly id: "DJ";
295
+ readonly dialCode: "+253";
296
+ };
297
+ readonly DM: {
298
+ readonly label: "Dominica";
299
+ readonly id: "DM";
300
+ readonly dialCode: "+1767";
301
+ };
302
+ readonly DO: {
303
+ readonly label: "Dominican Republic (República Dominicana)";
304
+ readonly id: "DO";
305
+ readonly dialCode: "+1";
306
+ };
307
+ readonly EC: {
308
+ readonly label: "Ecuador";
309
+ readonly id: "EC";
310
+ readonly dialCode: "+593";
311
+ };
312
+ readonly EG: {
313
+ readonly label: "Egypt (‫مصر‬‎)";
314
+ readonly id: "EG";
315
+ readonly dialCode: "+20";
316
+ };
317
+ readonly SV: {
318
+ readonly label: "El Salvador";
319
+ readonly id: "SV";
320
+ readonly dialCode: "+503";
321
+ };
322
+ readonly GQ: {
323
+ readonly label: "Equatorial Guinea (Guinea Ecuatorial)";
324
+ readonly id: "GQ";
325
+ readonly dialCode: "+240";
326
+ };
327
+ readonly ER: {
328
+ readonly label: "Eritrea";
329
+ readonly id: "ER";
330
+ readonly dialCode: "+291";
331
+ };
332
+ readonly EE: {
333
+ readonly label: "Estonia (Eesti)";
334
+ readonly id: "EE";
335
+ readonly dialCode: "+372";
336
+ };
337
+ readonly ET: {
338
+ readonly label: "Ethiopia";
339
+ readonly id: "ET";
340
+ readonly dialCode: "+251";
341
+ };
342
+ readonly FK: {
343
+ readonly label: "Falkland Islands (Islas Malvinas)";
344
+ readonly id: "FK";
345
+ readonly dialCode: "+500";
346
+ };
347
+ readonly FO: {
348
+ readonly label: "Faroe Islands (Føroyar)";
349
+ readonly id: "FO";
350
+ readonly dialCode: "+298";
351
+ };
352
+ readonly FJ: {
353
+ readonly label: "Fiji";
354
+ readonly id: "FJ";
355
+ readonly dialCode: "+679";
356
+ };
357
+ readonly FI: {
358
+ readonly label: "Finland (Suomi)";
359
+ readonly id: "FI";
360
+ readonly dialCode: "+358";
361
+ };
362
+ readonly FR: {
363
+ readonly label: "France";
364
+ readonly id: "FR";
365
+ readonly dialCode: "+33";
366
+ };
367
+ readonly GF: {
368
+ readonly label: "French Guiana (Guyane française)";
369
+ readonly id: "GF";
370
+ readonly dialCode: "+594";
371
+ };
372
+ readonly PF: {
373
+ readonly label: "French Polynesia (Polynésie française)";
374
+ readonly id: "PF";
375
+ readonly dialCode: "+689";
376
+ };
377
+ readonly GA: {
378
+ readonly label: "Gabon";
379
+ readonly id: "GA";
380
+ readonly dialCode: "+241";
381
+ };
382
+ readonly GM: {
383
+ readonly label: "Gambia";
384
+ readonly id: "GM";
385
+ readonly dialCode: "+220";
386
+ };
387
+ readonly GE: {
388
+ readonly label: "Georgia (საქართველო)";
389
+ readonly id: "GE";
390
+ readonly dialCode: "+995";
391
+ };
392
+ readonly DE: {
393
+ readonly label: "Germany (Deutschland)";
394
+ readonly id: "DE";
395
+ readonly dialCode: "+49";
396
+ };
397
+ readonly GH: {
398
+ readonly label: "Ghana (Gaana)";
399
+ readonly id: "GH";
400
+ readonly dialCode: "+233";
401
+ };
402
+ readonly GI: {
403
+ readonly label: "Gibraltar";
404
+ readonly id: "GI";
405
+ readonly dialCode: "+350";
406
+ };
407
+ readonly GR: {
408
+ readonly label: "Greece (Ελλάδα)";
409
+ readonly id: "GR";
410
+ readonly dialCode: "+30";
411
+ };
412
+ readonly GL: {
413
+ readonly label: "Greenland (Kalaallit Nunaat)";
414
+ readonly id: "GL";
415
+ readonly dialCode: "+299";
416
+ };
417
+ readonly GD: {
418
+ readonly label: "Grenada";
419
+ readonly id: "GD";
420
+ readonly dialCode: "+1473";
421
+ };
422
+ readonly GP: {
423
+ readonly label: "Guadeloupe";
424
+ readonly id: "GP";
425
+ readonly dialCode: "+590";
426
+ };
427
+ readonly GU: {
428
+ readonly label: "Guam";
429
+ readonly id: "GU";
430
+ readonly dialCode: "+1671";
431
+ };
432
+ readonly GT: {
433
+ readonly label: "Guatemala";
434
+ readonly id: "GT";
435
+ readonly dialCode: "+502";
436
+ };
437
+ readonly GG: {
438
+ readonly label: "Guernsey";
439
+ readonly id: "GG";
440
+ readonly dialCode: "+44";
441
+ };
442
+ readonly GN: {
443
+ readonly label: "Guinea (Guinée)";
444
+ readonly id: "GN";
445
+ readonly dialCode: "+224";
446
+ };
447
+ readonly GW: {
448
+ readonly label: "Guinea-Bissau (Guiné Bissau)";
449
+ readonly id: "GW";
450
+ readonly dialCode: "+245";
451
+ };
452
+ readonly GY: {
453
+ readonly label: "Guyana";
454
+ readonly id: "GY";
455
+ readonly dialCode: "+592";
456
+ };
457
+ readonly HT: {
458
+ readonly label: "Haiti";
459
+ readonly id: "HT";
460
+ readonly dialCode: "+509";
461
+ };
462
+ readonly HN: {
463
+ readonly label: "Honduras";
464
+ readonly id: "HN";
465
+ readonly dialCode: "+504";
466
+ };
467
+ readonly HK: {
468
+ readonly label: "Hong Kong (香港)";
469
+ readonly id: "HK";
470
+ readonly dialCode: "+852";
471
+ };
472
+ readonly HU: {
473
+ readonly label: "Hungary (Magyarország)";
474
+ readonly id: "HU";
475
+ readonly dialCode: "+36";
476
+ };
477
+ readonly IS: {
478
+ readonly label: "Iceland (Ísland)";
479
+ readonly id: "IS";
480
+ readonly dialCode: "+354";
481
+ };
482
+ readonly IN: {
483
+ readonly label: "India (भारत)";
484
+ readonly id: "IN";
485
+ readonly dialCode: "+91";
486
+ };
487
+ readonly ID: {
488
+ readonly label: "Indonesia";
489
+ readonly id: "ID";
490
+ readonly dialCode: "+62";
491
+ };
492
+ readonly IR: {
493
+ readonly label: "Iran (‫ایران‬‎)";
494
+ readonly id: "IR";
495
+ readonly dialCode: "+98";
496
+ };
497
+ readonly IQ: {
498
+ readonly label: "Iraq (‫العراق‬‎)";
499
+ readonly id: "IQ";
500
+ readonly dialCode: "+964";
501
+ };
502
+ readonly IE: {
503
+ readonly label: "Ireland";
504
+ readonly id: "IE";
505
+ readonly dialCode: "+353";
506
+ };
507
+ readonly IM: {
508
+ readonly label: "Isle of Man";
509
+ readonly id: "IM";
510
+ readonly dialCode: "+44";
511
+ };
512
+ readonly IL: {
513
+ readonly label: "Israel (‫ישראל‬‎)";
514
+ readonly id: "IL";
515
+ readonly dialCode: "+972";
516
+ };
517
+ readonly IT: {
518
+ readonly label: "Italy (Italia)";
519
+ readonly id: "IT";
520
+ readonly dialCode: "+39";
521
+ };
522
+ readonly JM: {
523
+ readonly label: "Jamaica";
524
+ readonly id: "JM";
525
+ readonly dialCode: "+1";
526
+ };
527
+ readonly JP: {
528
+ readonly label: "Japan (日本)";
529
+ readonly id: "JP";
530
+ readonly dialCode: "+81";
531
+ };
532
+ readonly JE: {
533
+ readonly label: "Jersey";
534
+ readonly id: "JE";
535
+ readonly dialCode: "+44";
536
+ };
537
+ readonly JO: {
538
+ readonly label: "Jordan (‫الأردن‬‎)";
539
+ readonly id: "JO";
540
+ readonly dialCode: "+962";
541
+ };
542
+ readonly KZ: {
543
+ readonly label: "Kazakhstan (Казахстан)";
544
+ readonly id: "KZ";
545
+ readonly dialCode: "+7";
546
+ };
547
+ readonly KE: {
548
+ readonly label: "Kenya";
549
+ readonly id: "KE";
550
+ readonly dialCode: "+254";
551
+ };
552
+ readonly KI: {
553
+ readonly label: "Kiribati";
554
+ readonly id: "KI";
555
+ readonly dialCode: "+686";
556
+ };
557
+ readonly XK: {
558
+ readonly label: "Kosovo";
559
+ readonly id: "XK";
560
+ readonly dialCode: "+383";
561
+ };
562
+ readonly KW: {
563
+ readonly label: "Kuwait (‫الكويت‬‎)";
564
+ readonly id: "KW";
565
+ readonly dialCode: "+965";
566
+ };
567
+ readonly KG: {
568
+ readonly label: "Kyrgyzstan (Кыргызстан)";
569
+ readonly id: "KG";
570
+ readonly dialCode: "+996";
571
+ };
572
+ readonly LA: {
573
+ readonly label: "Laos (ລາວ)";
574
+ readonly id: "LA";
575
+ readonly dialCode: "+856";
576
+ };
577
+ readonly LV: {
578
+ readonly label: "Latvia (Latvija)";
579
+ readonly id: "LV";
580
+ readonly dialCode: "+371";
581
+ };
582
+ readonly LB: {
583
+ readonly label: "Lebanon (‫لبنان‬‎)";
584
+ readonly id: "LB";
585
+ readonly dialCode: "+961";
586
+ };
587
+ readonly LS: {
588
+ readonly label: "Lesotho";
589
+ readonly id: "LS";
590
+ readonly dialCode: "+266";
591
+ };
592
+ readonly LR: {
593
+ readonly label: "Liberia";
594
+ readonly id: "LR";
595
+ readonly dialCode: "+231";
596
+ };
597
+ readonly LY: {
598
+ readonly label: "Libya (‫ليبيا‬‎)";
599
+ readonly id: "LY";
600
+ readonly dialCode: "+218";
601
+ };
602
+ readonly LI: {
603
+ readonly label: "Liechtenstein";
604
+ readonly id: "LI";
605
+ readonly dialCode: "+423";
606
+ };
607
+ readonly LT: {
608
+ readonly label: "Lithuania (Lietuva)";
609
+ readonly id: "LT";
610
+ readonly dialCode: "+370";
611
+ };
612
+ readonly LU: {
613
+ readonly label: "Luxembourg";
614
+ readonly id: "LU";
615
+ readonly dialCode: "+352";
616
+ };
617
+ readonly MO: {
618
+ readonly label: "Macau (澳門)";
619
+ readonly id: "MO";
620
+ readonly dialCode: "+853";
621
+ };
622
+ readonly MK: {
623
+ readonly label: "North Macedonia (FYROM) (Македонија)";
624
+ readonly id: "MK";
625
+ readonly dialCode: "+389";
626
+ };
627
+ readonly MG: {
628
+ readonly label: "Madagascar (Madagasikara)";
629
+ readonly id: "MG";
630
+ readonly dialCode: "+261";
631
+ };
632
+ readonly MW: {
633
+ readonly label: "Malawi";
634
+ readonly id: "MW";
635
+ readonly dialCode: "+265";
636
+ };
637
+ readonly MY: {
638
+ readonly label: "Malaysia";
639
+ readonly id: "MY";
640
+ readonly dialCode: "+60";
641
+ };
642
+ readonly MV: {
643
+ readonly label: "Maldives";
644
+ readonly id: "MV";
645
+ readonly dialCode: "+960";
646
+ };
647
+ readonly ML: {
648
+ readonly label: "Mali";
649
+ readonly id: "ML";
650
+ readonly dialCode: "+223";
651
+ };
652
+ readonly MT: {
653
+ readonly label: "Malta";
654
+ readonly id: "MT";
655
+ readonly dialCode: "+356";
656
+ };
657
+ readonly MH: {
658
+ readonly label: "Marshall Islands";
659
+ readonly id: "MH";
660
+ readonly dialCode: "+692";
661
+ };
662
+ readonly MQ: {
663
+ readonly label: "Martinique";
664
+ readonly id: "MQ";
665
+ readonly dialCode: "+596";
666
+ };
667
+ readonly MR: {
668
+ readonly label: "Mauritania (‫موريتانيا‬‎)";
669
+ readonly id: "MR";
670
+ readonly dialCode: "+222";
671
+ };
672
+ readonly MU: {
673
+ readonly label: "Mauritius (Moris)";
674
+ readonly id: "MU";
675
+ readonly dialCode: "+230";
676
+ };
677
+ readonly YT: {
678
+ readonly label: "Mayotte";
679
+ readonly id: "YT";
680
+ readonly dialCode: "+262";
681
+ };
682
+ readonly MX: {
683
+ readonly label: "Mexico (México)";
684
+ readonly id: "MX";
685
+ readonly dialCode: "+52";
686
+ };
687
+ readonly FM: {
688
+ readonly label: "Micronesia";
689
+ readonly id: "FM";
690
+ readonly dialCode: "+691";
691
+ };
692
+ readonly MD: {
693
+ readonly label: "Moldova (Republica Moldova)";
694
+ readonly id: "MD";
695
+ readonly dialCode: "+373";
696
+ };
697
+ readonly MC: {
698
+ readonly label: "Monaco";
699
+ readonly id: "MC";
700
+ readonly dialCode: "+377";
701
+ };
702
+ readonly MN: {
703
+ readonly label: "Mongolia (Монгол)";
704
+ readonly id: "MN";
705
+ readonly dialCode: "+976";
706
+ };
707
+ readonly ME: {
708
+ readonly label: "Montenegro (Crna Gora)";
709
+ readonly id: "ME";
710
+ readonly dialCode: "+382";
711
+ };
712
+ readonly MS: {
713
+ readonly label: "Montserrat";
714
+ readonly id: "MS";
715
+ readonly dialCode: "+1664";
716
+ };
717
+ readonly MA: {
718
+ readonly label: "Morocco (‫المغرب‬‎)";
719
+ readonly id: "MA";
720
+ readonly dialCode: "+212";
721
+ };
722
+ readonly MZ: {
723
+ readonly label: "Mozambique (Moçambique)";
724
+ readonly id: "MZ";
725
+ readonly dialCode: "+258";
726
+ };
727
+ readonly MM: {
728
+ readonly label: "Myanmar (Burma) (မြန်မာ)";
729
+ readonly id: "MM";
730
+ readonly dialCode: "+95";
731
+ };
732
+ readonly NA: {
733
+ readonly label: "Namibia (Namibië)";
734
+ readonly id: "NA";
735
+ readonly dialCode: "+264";
736
+ };
737
+ readonly NR: {
738
+ readonly label: "Nauru";
739
+ readonly id: "NR";
740
+ readonly dialCode: "+674";
741
+ };
742
+ readonly NP: {
743
+ readonly label: "Nepal (नेपाल)";
744
+ readonly id: "NP";
745
+ readonly dialCode: "+977";
746
+ };
747
+ readonly NL: {
748
+ readonly label: "Netherlands (Nederland)";
749
+ readonly id: "NL";
750
+ readonly dialCode: "+31";
751
+ };
752
+ readonly NC: {
753
+ readonly label: "New Caledonia (Nouvelle-Calédonie)";
754
+ readonly id: "NC";
755
+ readonly dialCode: "+687";
756
+ };
757
+ readonly NZ: {
758
+ readonly label: "New Zealand";
759
+ readonly id: "NZ";
760
+ readonly dialCode: "+64";
761
+ };
762
+ readonly NI: {
763
+ readonly label: "Nicaragua";
764
+ readonly id: "NI";
765
+ readonly dialCode: "+505";
766
+ };
767
+ readonly NE: {
768
+ readonly label: "Niger (Nijar)";
769
+ readonly id: "NE";
770
+ readonly dialCode: "+227";
771
+ };
772
+ readonly NG: {
773
+ readonly label: "Nigeria";
774
+ readonly id: "NG";
775
+ readonly dialCode: "+234";
776
+ };
777
+ readonly NU: {
778
+ readonly label: "Niue";
779
+ readonly id: "NU";
780
+ readonly dialCode: "+683";
781
+ };
782
+ readonly NF: {
783
+ readonly label: "Norfolk Island";
784
+ readonly id: "NF";
785
+ readonly dialCode: "+672";
786
+ };
787
+ readonly KP: {
788
+ readonly label: "North Korea (조선 민주주의 인민 공화국)";
789
+ readonly id: "KP";
790
+ readonly dialCode: "+850";
791
+ };
792
+ readonly MP: {
793
+ readonly label: "Northern Mariana Islands";
794
+ readonly id: "MP";
795
+ readonly dialCode: "+1670";
796
+ };
797
+ readonly NO: {
798
+ readonly label: "Norway (Norge)";
799
+ readonly id: "NO";
800
+ readonly dialCode: "+47";
801
+ };
802
+ readonly OM: {
803
+ readonly label: "Oman (‫عُمان‬‎)";
804
+ readonly id: "OM";
805
+ readonly dialCode: "+968";
806
+ };
807
+ readonly PK: {
808
+ readonly label: "Pakistan (‫پاکستان‬‎)";
809
+ readonly id: "PK";
810
+ readonly dialCode: "+92";
811
+ };
812
+ readonly PW: {
813
+ readonly label: "Palau";
814
+ readonly id: "PW";
815
+ readonly dialCode: "+680";
816
+ };
817
+ readonly PS: {
818
+ readonly label: "Palestine (‫فلسطين‬‎)";
819
+ readonly id: "PS";
820
+ readonly dialCode: "+970";
821
+ };
822
+ readonly PA: {
823
+ readonly label: "Panama (Panamá)";
824
+ readonly id: "PA";
825
+ readonly dialCode: "+507";
826
+ };
827
+ readonly PG: {
828
+ readonly label: "Papua New Guinea";
829
+ readonly id: "PG";
830
+ readonly dialCode: "+675";
831
+ };
832
+ readonly PY: {
833
+ readonly label: "Paraguay";
834
+ readonly id: "PY";
835
+ readonly dialCode: "+595";
836
+ };
837
+ readonly PE: {
838
+ readonly label: "Peru (Perú)";
839
+ readonly id: "PE";
840
+ readonly dialCode: "+51";
841
+ };
842
+ readonly PH: {
843
+ readonly label: "Philippines";
844
+ readonly id: "PH";
845
+ readonly dialCode: "+63";
846
+ };
847
+ readonly PL: {
848
+ readonly label: "Poland (Polska)";
849
+ readonly id: "PL";
850
+ readonly dialCode: "+48";
851
+ };
852
+ readonly PT: {
853
+ readonly label: "Portugal";
854
+ readonly id: "PT";
855
+ readonly dialCode: "+351";
856
+ };
857
+ readonly PR: {
858
+ readonly label: "Puerto Rico";
859
+ readonly id: "PR";
860
+ readonly dialCode: "+1";
861
+ };
862
+ readonly QA: {
863
+ readonly label: "Qatar (‫قطر‬‎)";
864
+ readonly id: "QA";
865
+ readonly dialCode: "+974";
866
+ };
867
+ readonly RE: {
868
+ readonly label: "Réunion (La Réunion)";
869
+ readonly id: "RE";
870
+ readonly dialCode: "+262";
871
+ };
872
+ readonly RO: {
873
+ readonly label: "Romania (România)";
874
+ readonly id: "RO";
875
+ readonly dialCode: "+40";
876
+ };
877
+ readonly RU: {
878
+ readonly label: "Russia (Россия)";
879
+ readonly id: "RU";
880
+ readonly dialCode: "+7";
881
+ };
882
+ readonly RW: {
883
+ readonly label: "Rwanda";
884
+ readonly id: "RW";
885
+ readonly dialCode: "+250";
886
+ };
887
+ readonly BL: {
888
+ readonly label: "Saint Barthélemy";
889
+ readonly id: "BL";
890
+ readonly dialCode: "+590";
891
+ };
892
+ readonly SH: {
893
+ readonly label: "Saint Helena";
894
+ readonly id: "SH";
895
+ readonly dialCode: "+290";
896
+ };
897
+ readonly KN: {
898
+ readonly label: "Saint Kitts and Nevis";
899
+ readonly id: "KN";
900
+ readonly dialCode: "+1869";
901
+ };
902
+ readonly LC: {
903
+ readonly label: "Saint Lucia";
904
+ readonly id: "LC";
905
+ readonly dialCode: "+1758";
906
+ };
907
+ readonly MF: {
908
+ readonly label: "Saint Martin (Saint-Martin (partie française))";
909
+ readonly id: "MF";
910
+ readonly dialCode: "+590";
911
+ };
912
+ readonly PM: {
913
+ readonly label: "Saint Pierre and Miquelon (Saint-Pierre-et-Miquelon)";
914
+ readonly id: "PM";
915
+ readonly dialCode: "+508";
916
+ };
917
+ readonly VC: {
918
+ readonly label: "Saint Vincent and the Grenadines";
919
+ readonly id: "VC";
920
+ readonly dialCode: "+1784";
921
+ };
922
+ readonly WS: {
923
+ readonly label: "Samoa";
924
+ readonly id: "WS";
925
+ readonly dialCode: "+685";
926
+ };
927
+ readonly SM: {
928
+ readonly label: "San Marino";
929
+ readonly id: "SM";
930
+ readonly dialCode: "+378";
931
+ };
932
+ readonly ST: {
933
+ readonly label: "São Tomé and Príncipe (São Tomé e Príncipe)";
934
+ readonly id: "ST";
935
+ readonly dialCode: "+239";
936
+ };
937
+ readonly SA: {
938
+ readonly label: "Saudi Arabia (‫المملكة العربية السعودية‬‎)";
939
+ readonly id: "SA";
940
+ readonly dialCode: "+966";
941
+ };
942
+ readonly SN: {
943
+ readonly label: "Senegal (Sénégal)";
944
+ readonly id: "SN";
945
+ readonly dialCode: "+221";
946
+ };
947
+ readonly RS: {
948
+ readonly label: "Serbia (Србија)";
949
+ readonly id: "RS";
950
+ readonly dialCode: "+381";
951
+ };
952
+ readonly SC: {
953
+ readonly label: "Seychelles";
954
+ readonly id: "SC";
955
+ readonly dialCode: "+248";
956
+ };
957
+ readonly SL: {
958
+ readonly label: "Sierra Leone";
959
+ readonly id: "SL";
960
+ readonly dialCode: "+232";
961
+ };
962
+ readonly SG: {
963
+ readonly label: "Singapore";
964
+ readonly id: "SG";
965
+ readonly dialCode: "+65";
966
+ };
967
+ readonly SX: {
968
+ readonly label: "Sint Maarten";
969
+ readonly id: "SX";
970
+ readonly dialCode: "+1721";
971
+ };
972
+ readonly SK: {
973
+ readonly label: "Slovakia (Slovensko)";
974
+ readonly id: "SK";
975
+ readonly dialCode: "+421";
976
+ };
977
+ readonly SI: {
978
+ readonly label: "Slovenia (Slovenija)";
979
+ readonly id: "SI";
980
+ readonly dialCode: "+386";
981
+ };
982
+ readonly SB: {
983
+ readonly label: "Solomon Islands";
984
+ readonly id: "SB";
985
+ readonly dialCode: "+677";
986
+ };
987
+ readonly SO: {
988
+ readonly label: "Somalia (Soomaaliya)";
989
+ readonly id: "SO";
990
+ readonly dialCode: "+252";
991
+ };
992
+ readonly ZA: {
993
+ readonly label: "South Africa";
994
+ readonly id: "ZA";
995
+ readonly dialCode: "+27";
996
+ };
997
+ readonly KR: {
998
+ readonly label: "South Korea (대한민국)";
999
+ readonly id: "KR";
1000
+ readonly dialCode: "+82";
1001
+ };
1002
+ readonly SS: {
1003
+ readonly label: "South Sudan (‫جنوب السودان‬‎)";
1004
+ readonly id: "SS";
1005
+ readonly dialCode: "+211";
1006
+ };
1007
+ readonly ES: {
1008
+ readonly label: "Spain (España)";
1009
+ readonly id: "ES";
1010
+ readonly dialCode: "+34";
1011
+ };
1012
+ readonly LK: {
1013
+ readonly label: "Sri Lanka (ශ්‍රී ලංකාව)";
1014
+ readonly id: "LK";
1015
+ readonly dialCode: "+94";
1016
+ };
1017
+ readonly SD: {
1018
+ readonly label: "Sudan (‫السودان‬‎)";
1019
+ readonly id: "SD";
1020
+ readonly dialCode: "+249";
1021
+ };
1022
+ readonly SR: {
1023
+ readonly label: "Suriname";
1024
+ readonly id: "SR";
1025
+ readonly dialCode: "+597";
1026
+ };
1027
+ readonly SJ: {
1028
+ readonly label: "Svalbard and Jan Mayen";
1029
+ readonly id: "SJ";
1030
+ readonly dialCode: "+47";
1031
+ };
1032
+ readonly SZ: {
1033
+ readonly label: "Swaziland";
1034
+ readonly id: "SZ";
1035
+ readonly dialCode: "+268";
1036
+ };
1037
+ readonly SE: {
1038
+ readonly label: "Sweden (Sverige)";
1039
+ readonly id: "SE";
1040
+ readonly dialCode: "+46";
1041
+ };
1042
+ readonly CH: {
1043
+ readonly label: "Switzerland (Schweiz)";
1044
+ readonly id: "CH";
1045
+ readonly dialCode: "+41";
1046
+ };
1047
+ readonly SY: {
1048
+ readonly label: "Syria (‫سوريا‬‎)";
1049
+ readonly id: "SY";
1050
+ readonly dialCode: "+963";
1051
+ };
1052
+ readonly TW: {
1053
+ readonly label: "Taiwan (台灣)";
1054
+ readonly id: "TW";
1055
+ readonly dialCode: "+886";
1056
+ };
1057
+ readonly TJ: {
1058
+ readonly label: "Tajikistan";
1059
+ readonly id: "TJ";
1060
+ readonly dialCode: "+992";
1061
+ };
1062
+ readonly TZ: {
1063
+ readonly label: "Tanzania";
1064
+ readonly id: "TZ";
1065
+ readonly dialCode: "+255";
1066
+ };
1067
+ readonly TH: {
1068
+ readonly label: "Thailand (ไทย)";
1069
+ readonly id: "TH";
1070
+ readonly dialCode: "+66";
1071
+ };
1072
+ readonly TL: {
1073
+ readonly label: "Timor-Leste";
1074
+ readonly id: "TL";
1075
+ readonly dialCode: "+670";
1076
+ };
1077
+ readonly TG: {
1078
+ readonly label: "Togo";
1079
+ readonly id: "TG";
1080
+ readonly dialCode: "+228";
1081
+ };
1082
+ readonly TK: {
1083
+ readonly label: "Tokelau";
1084
+ readonly id: "TK";
1085
+ readonly dialCode: "+690";
1086
+ };
1087
+ readonly TO: {
1088
+ readonly label: "Tonga";
1089
+ readonly id: "TO";
1090
+ readonly dialCode: "+676";
1091
+ };
1092
+ readonly TT: {
1093
+ readonly label: "Trinisoad and Tobago";
1094
+ readonly id: "TT";
1095
+ readonly dialCode: "+1868";
1096
+ };
1097
+ readonly TN: {
1098
+ readonly label: "Tunisia (‫تونس‬‎)";
1099
+ readonly id: "TN";
1100
+ readonly dialCode: "+216";
1101
+ };
1102
+ readonly TR: {
1103
+ readonly label: "Turkey (Türkiye)";
1104
+ readonly id: "TR";
1105
+ readonly dialCode: "+90";
1106
+ };
1107
+ readonly TM: {
1108
+ readonly label: "Turkmenistan";
1109
+ readonly id: "TM";
1110
+ readonly dialCode: "+993";
1111
+ };
1112
+ readonly TC: {
1113
+ readonly label: "Turks and Caicos Islands";
1114
+ readonly id: "TC";
1115
+ readonly dialCode: "+1649";
1116
+ };
1117
+ readonly TV: {
1118
+ readonly label: "Tuvalu";
1119
+ readonly id: "TV";
1120
+ readonly dialCode: "+688";
1121
+ };
1122
+ readonly VI: {
1123
+ readonly label: "U.S. Virgin Islands";
1124
+ readonly id: "VI";
1125
+ readonly dialCode: "+1340";
1126
+ };
1127
+ readonly UG: {
1128
+ readonly label: "Uganda";
1129
+ readonly id: "UG";
1130
+ readonly dialCode: "+256";
1131
+ };
1132
+ readonly UA: {
1133
+ readonly label: "Ukraine (Україна)";
1134
+ readonly id: "UA";
1135
+ readonly dialCode: "+380";
1136
+ };
1137
+ readonly AE: {
1138
+ readonly label: "United Arab Emirates (‫الإمارات العربية المتحدة‬‎)";
1139
+ readonly id: "AE";
1140
+ readonly dialCode: "+971";
1141
+ };
1142
+ readonly GB: {
1143
+ readonly label: "United Kingdom";
1144
+ readonly id: "GB";
1145
+ readonly dialCode: "+44";
1146
+ };
1147
+ readonly US: {
1148
+ readonly label: "United States";
1149
+ readonly id: "US";
1150
+ readonly dialCode: "+1";
1151
+ };
1152
+ readonly UY: {
1153
+ readonly label: "Uruguay";
1154
+ readonly id: "UY";
1155
+ readonly dialCode: "+598";
1156
+ };
1157
+ readonly UZ: {
1158
+ readonly label: "Uzbekistan (Oʻzbekiston)";
1159
+ readonly id: "UZ";
1160
+ readonly dialCode: "+998";
1161
+ };
1162
+ readonly VU: {
1163
+ readonly label: "Vanuatu";
1164
+ readonly id: "VU";
1165
+ readonly dialCode: "+678";
1166
+ };
1167
+ readonly VA: {
1168
+ readonly label: "Vatican City (Città del Vaticano)";
1169
+ readonly id: "VA";
1170
+ readonly dialCode: "+39";
1171
+ };
1172
+ readonly VE: {
1173
+ readonly label: "Venezuela";
1174
+ readonly id: "VE";
1175
+ readonly dialCode: "+58";
1176
+ };
1177
+ readonly VN: {
1178
+ readonly label: "Vietnam (Việt Nam)";
1179
+ readonly id: "VN";
1180
+ readonly dialCode: "+84";
1181
+ };
1182
+ readonly WF: {
1183
+ readonly label: "Wallis and Futuna (Wallis-et-Futuna)";
1184
+ readonly id: "WF";
1185
+ readonly dialCode: "+681";
1186
+ };
1187
+ readonly YE: {
1188
+ readonly label: "Yemen (‫اليمن‬‎)";
1189
+ readonly id: "YE";
1190
+ readonly dialCode: "+967";
1191
+ };
1192
+ readonly ZM: {
1193
+ readonly label: "Zambia";
1194
+ readonly id: "ZM";
1195
+ readonly dialCode: "+260";
1196
+ };
1197
+ readonly ZW: {
1198
+ readonly label: "Zimbabwe";
1199
+ readonly id: "ZW";
1200
+ readonly dialCode: "+263";
1201
+ };
1202
+ readonly AX: {
1203
+ readonly label: "Åland Islands";
1204
+ readonly id: "AX";
1205
+ readonly dialCode: "+358";
1206
+ };
1207
+ readonly AQ: {
1208
+ readonly label: "Antarctica";
1209
+ readonly id: "AQ";
1210
+ readonly dialCode: "+672";
1211
+ };
1212
+ readonly UM: {
1213
+ readonly label: "United States Minor Outlying Islands";
1214
+ readonly id: "UM";
1215
+ readonly dialCode: "+1";
1216
+ };
1217
+ readonly HM: {
1218
+ readonly label: "Heard Island and McDonald Islands";
1219
+ readonly id: "HM";
1220
+ readonly dialCode: "+672";
1221
+ };
1222
+ readonly BV: {
1223
+ readonly label: "Bouvet Island";
1224
+ readonly id: "BV";
1225
+ readonly dialCode: "+47";
1226
+ };
1227
+ readonly DG: {
1228
+ readonly label: "Diego Garcia";
1229
+ readonly id: "DG";
1230
+ readonly dialCode: "+246";
1231
+ };
1232
+ readonly AC: {
1233
+ readonly label: "Ascension Island";
1234
+ readonly id: "AC";
1235
+ readonly dialCode: "+246";
1236
+ };
1237
+ readonly AN: {
1238
+ readonly label: "Netherlands Antilles";
1239
+ readonly id: "AN";
1240
+ readonly dialCode: "+599";
1241
+ };
1242
+ readonly EH: {
1243
+ readonly label: "Western Sahara";
1244
+ readonly id: "EH";
1245
+ readonly dialCode: "+212";
1246
+ };
1247
+ readonly TF: {
1248
+ readonly label: "French Southern Territories";
1249
+ readonly id: "TF";
1250
+ readonly dialCode: "+262";
1251
+ };
1252
+ readonly GS: {
1253
+ readonly label: "South Georgia and the South Sandwich Islands";
1254
+ readonly id: "GS";
1255
+ readonly dialCode: "+500";
1256
+ };
1257
+ readonly CS: {
1258
+ readonly label: "Serbia and Montenegro";
1259
+ readonly id: "CS";
1260
+ readonly dialCode: "+381";
1261
+ };
1262
+ readonly BQ: {
1263
+ readonly label: "Bonaire";
1264
+ readonly id: "BQ";
1265
+ readonly dialCode: "+599";
1266
+ };
1267
+ readonly PN: {
1268
+ readonly label: "Pitcairn";
1269
+ readonly id: "PN";
1270
+ readonly dialCode: "+64";
1271
+ };
1272
+ };
1273
+ export declare const COUNTRY_SELECT_OPTIONS: ({
1274
+ readonly label: "Afghanistan (‫افغانستان‬‎)";
1275
+ readonly id: "AF";
1276
+ readonly dialCode: "+93";
1277
+ } | {
1278
+ readonly label: "Albania (Shqipëri)";
1279
+ readonly id: "AL";
1280
+ readonly dialCode: "+355";
1281
+ } | {
1282
+ readonly label: "Algeria (‫الجزائر‬‎)";
1283
+ readonly id: "DZ";
1284
+ readonly dialCode: "+213";
1285
+ } | {
1286
+ readonly label: "American Samoa";
1287
+ readonly id: "AS";
1288
+ readonly dialCode: "+1684";
1289
+ } | {
1290
+ readonly label: "Andorra";
1291
+ readonly id: "AD";
1292
+ readonly dialCode: "+376";
1293
+ } | {
1294
+ readonly label: "Angola";
1295
+ readonly id: "AO";
1296
+ readonly dialCode: "+244";
1297
+ } | {
1298
+ readonly label: "Anguilla";
1299
+ readonly id: "AI";
1300
+ readonly dialCode: "+1264";
1301
+ } | {
1302
+ readonly label: "Antigua and Barbuda";
1303
+ readonly id: "AG";
1304
+ readonly dialCode: "+1268";
1305
+ } | {
1306
+ readonly label: "Argentina";
1307
+ readonly id: "AR";
1308
+ readonly dialCode: "+54";
1309
+ } | {
1310
+ readonly label: "Armenia (Հայաստան)";
1311
+ readonly id: "AM";
1312
+ readonly dialCode: "+374";
1313
+ } | {
1314
+ readonly label: "Aruba";
1315
+ readonly id: "AW";
1316
+ readonly dialCode: "+297";
1317
+ } | {
1318
+ readonly label: "Australia";
1319
+ readonly id: "AU";
1320
+ readonly dialCode: "+61";
1321
+ } | {
1322
+ readonly label: "Austria (Österreich)";
1323
+ readonly id: "AT";
1324
+ readonly dialCode: "+43";
1325
+ } | {
1326
+ readonly label: "Azerbaijan (Azərbaycan)";
1327
+ readonly id: "AZ";
1328
+ readonly dialCode: "+994";
1329
+ } | {
1330
+ readonly label: "Bahamas";
1331
+ readonly id: "BS";
1332
+ readonly dialCode: "+1242";
1333
+ } | {
1334
+ readonly label: "Bahrain (‫البحرين‬‎)";
1335
+ readonly id: "BH";
1336
+ readonly dialCode: "+973";
1337
+ } | {
1338
+ readonly label: "Bangladesh (বাংলাদেশ)";
1339
+ readonly id: "BD";
1340
+ readonly dialCode: "+880";
1341
+ } | {
1342
+ readonly label: "Barbados";
1343
+ readonly id: "BB";
1344
+ readonly dialCode: "+1246";
1345
+ } | {
1346
+ readonly label: "Belarus (Беларусь)";
1347
+ readonly id: "BY";
1348
+ readonly dialCode: "+375";
1349
+ } | {
1350
+ readonly label: "Belgium (België)";
1351
+ readonly id: "BE";
1352
+ readonly dialCode: "+32";
1353
+ } | {
1354
+ readonly label: "Belize";
1355
+ readonly id: "BZ";
1356
+ readonly dialCode: "+501";
1357
+ } | {
1358
+ readonly label: "Benin (Bénin)";
1359
+ readonly id: "BJ";
1360
+ readonly dialCode: "+229";
1361
+ } | {
1362
+ readonly label: "Bermuda";
1363
+ readonly id: "BM";
1364
+ readonly dialCode: "+1441";
1365
+ } | {
1366
+ readonly label: "Bhutan (འབྲུག)";
1367
+ readonly id: "BT";
1368
+ readonly dialCode: "+975";
1369
+ } | {
1370
+ readonly label: "Bolivia";
1371
+ readonly id: "BO";
1372
+ readonly dialCode: "+591";
1373
+ } | {
1374
+ readonly label: "Bosnia and Herzegovina (Босна и Херцеговина)";
1375
+ readonly id: "BA";
1376
+ readonly dialCode: "+387";
1377
+ } | {
1378
+ readonly label: "Botswana";
1379
+ readonly id: "BW";
1380
+ readonly dialCode: "+267";
1381
+ } | {
1382
+ readonly label: "Brazil (Brasil)";
1383
+ readonly id: "BR";
1384
+ readonly dialCode: "+55";
1385
+ } | {
1386
+ readonly label: "British Indian Ocean Territory";
1387
+ readonly id: "IO";
1388
+ readonly dialCode: "+246";
1389
+ } | {
1390
+ readonly label: "British Virgin Islands";
1391
+ readonly id: "VG";
1392
+ readonly dialCode: "+1284";
1393
+ } | {
1394
+ readonly label: "Brunei";
1395
+ readonly id: "BN";
1396
+ readonly dialCode: "+673";
1397
+ } | {
1398
+ readonly label: "Bulgaria (България)";
1399
+ readonly id: "BG";
1400
+ readonly dialCode: "+359";
1401
+ } | {
1402
+ readonly label: "Burkina Faso";
1403
+ readonly id: "BF";
1404
+ readonly dialCode: "+226";
1405
+ } | {
1406
+ readonly label: "Burundi (Uburundi)";
1407
+ readonly id: "BI";
1408
+ readonly dialCode: "+257";
1409
+ } | {
1410
+ readonly label: "Cambodia (កម្ពុជា)";
1411
+ readonly id: "KH";
1412
+ readonly dialCode: "+855";
1413
+ } | {
1414
+ readonly label: "Cameroon (Cameroun)";
1415
+ readonly id: "CM";
1416
+ readonly dialCode: "+237";
1417
+ } | {
1418
+ readonly label: "Canada";
1419
+ readonly id: "CA";
1420
+ readonly dialCode: "+1";
1421
+ } | {
1422
+ readonly label: "Cape Verde (Kabu Verdi)";
1423
+ readonly id: "CV";
1424
+ readonly dialCode: "+238";
1425
+ } | {
1426
+ readonly label: "Cayman Islands";
1427
+ readonly id: "KY";
1428
+ readonly dialCode: "+1345";
1429
+ } | {
1430
+ readonly label: "Central African Republic (République centrafricaine)";
1431
+ readonly id: "CF";
1432
+ readonly dialCode: "+236";
1433
+ } | {
1434
+ readonly label: "Chad (Tchad)";
1435
+ readonly id: "TD";
1436
+ readonly dialCode: "+235";
1437
+ } | {
1438
+ readonly label: "Chile";
1439
+ readonly id: "CL";
1440
+ readonly dialCode: "+56";
1441
+ } | {
1442
+ readonly label: "China (中国)";
1443
+ readonly id: "CN";
1444
+ readonly dialCode: "+86";
1445
+ } | {
1446
+ readonly label: "Christmas Island";
1447
+ readonly id: "CX";
1448
+ readonly dialCode: "+61";
1449
+ } | {
1450
+ readonly label: "Cocos (Keeling) Islands";
1451
+ readonly id: "CC";
1452
+ readonly dialCode: "+61";
1453
+ } | {
1454
+ readonly label: "Colombia";
1455
+ readonly id: "CO";
1456
+ readonly dialCode: "+57";
1457
+ } | {
1458
+ readonly label: "Comoros (‫جزر القمر‬‎)";
1459
+ readonly id: "KM";
1460
+ readonly dialCode: "+269";
1461
+ } | {
1462
+ readonly label: "Congo (DRC) (Jamhuri ya Kisoemokrasia ya Kongo)";
1463
+ readonly id: "CD";
1464
+ readonly dialCode: "+243";
1465
+ } | {
1466
+ readonly label: "Congo (Republic) (Congo-Brazzaville)";
1467
+ readonly id: "CG";
1468
+ readonly dialCode: "+242";
1469
+ } | {
1470
+ readonly label: "Cook Islands";
1471
+ readonly id: "CK";
1472
+ readonly dialCode: "+682";
1473
+ } | {
1474
+ readonly label: "Costa Rica";
1475
+ readonly id: "CR";
1476
+ readonly dialCode: "+506";
1477
+ } | {
1478
+ readonly label: "Côte d’Ivoire";
1479
+ readonly id: "CI";
1480
+ readonly dialCode: "+225";
1481
+ } | {
1482
+ readonly label: "Croatia (Hrvatska)";
1483
+ readonly id: "HR";
1484
+ readonly dialCode: "+385";
1485
+ } | {
1486
+ readonly label: "Cuba";
1487
+ readonly id: "CU";
1488
+ readonly dialCode: "+53";
1489
+ } | {
1490
+ readonly label: "Curaçao";
1491
+ readonly id: "CW";
1492
+ readonly dialCode: "+599";
1493
+ } | {
1494
+ readonly label: "Cyprus (Κύπρος)";
1495
+ readonly id: "CY";
1496
+ readonly dialCode: "+357";
1497
+ } | {
1498
+ readonly label: "Czech Republic (Česká republika)";
1499
+ readonly id: "CZ";
1500
+ readonly dialCode: "+420";
1501
+ } | {
1502
+ readonly label: "Denmark (Danmark)";
1503
+ readonly id: "DK";
1504
+ readonly dialCode: "+45";
1505
+ } | {
1506
+ readonly label: "Djibouti";
1507
+ readonly id: "DJ";
1508
+ readonly dialCode: "+253";
1509
+ } | {
1510
+ readonly label: "Dominica";
1511
+ readonly id: "DM";
1512
+ readonly dialCode: "+1767";
1513
+ } | {
1514
+ readonly label: "Dominican Republic (República Dominicana)";
1515
+ readonly id: "DO";
1516
+ readonly dialCode: "+1";
1517
+ } | {
1518
+ readonly label: "Ecuador";
1519
+ readonly id: "EC";
1520
+ readonly dialCode: "+593";
1521
+ } | {
1522
+ readonly label: "Egypt (‫مصر‬‎)";
1523
+ readonly id: "EG";
1524
+ readonly dialCode: "+20";
1525
+ } | {
1526
+ readonly label: "El Salvador";
1527
+ readonly id: "SV";
1528
+ readonly dialCode: "+503";
1529
+ } | {
1530
+ readonly label: "Equatorial Guinea (Guinea Ecuatorial)";
1531
+ readonly id: "GQ";
1532
+ readonly dialCode: "+240";
1533
+ } | {
1534
+ readonly label: "Eritrea";
1535
+ readonly id: "ER";
1536
+ readonly dialCode: "+291";
1537
+ } | {
1538
+ readonly label: "Estonia (Eesti)";
1539
+ readonly id: "EE";
1540
+ readonly dialCode: "+372";
1541
+ } | {
1542
+ readonly label: "Ethiopia";
1543
+ readonly id: "ET";
1544
+ readonly dialCode: "+251";
1545
+ } | {
1546
+ readonly label: "Falkland Islands (Islas Malvinas)";
1547
+ readonly id: "FK";
1548
+ readonly dialCode: "+500";
1549
+ } | {
1550
+ readonly label: "Faroe Islands (Føroyar)";
1551
+ readonly id: "FO";
1552
+ readonly dialCode: "+298";
1553
+ } | {
1554
+ readonly label: "Fiji";
1555
+ readonly id: "FJ";
1556
+ readonly dialCode: "+679";
1557
+ } | {
1558
+ readonly label: "Finland (Suomi)";
1559
+ readonly id: "FI";
1560
+ readonly dialCode: "+358";
1561
+ } | {
1562
+ readonly label: "France";
1563
+ readonly id: "FR";
1564
+ readonly dialCode: "+33";
1565
+ } | {
1566
+ readonly label: "French Guiana (Guyane française)";
1567
+ readonly id: "GF";
1568
+ readonly dialCode: "+594";
1569
+ } | {
1570
+ readonly label: "French Polynesia (Polynésie française)";
1571
+ readonly id: "PF";
1572
+ readonly dialCode: "+689";
1573
+ } | {
1574
+ readonly label: "Gabon";
1575
+ readonly id: "GA";
1576
+ readonly dialCode: "+241";
1577
+ } | {
1578
+ readonly label: "Gambia";
1579
+ readonly id: "GM";
1580
+ readonly dialCode: "+220";
1581
+ } | {
1582
+ readonly label: "Georgia (საქართველო)";
1583
+ readonly id: "GE";
1584
+ readonly dialCode: "+995";
1585
+ } | {
1586
+ readonly label: "Germany (Deutschland)";
1587
+ readonly id: "DE";
1588
+ readonly dialCode: "+49";
1589
+ } | {
1590
+ readonly label: "Ghana (Gaana)";
1591
+ readonly id: "GH";
1592
+ readonly dialCode: "+233";
1593
+ } | {
1594
+ readonly label: "Gibraltar";
1595
+ readonly id: "GI";
1596
+ readonly dialCode: "+350";
1597
+ } | {
1598
+ readonly label: "Greece (Ελλάδα)";
1599
+ readonly id: "GR";
1600
+ readonly dialCode: "+30";
1601
+ } | {
1602
+ readonly label: "Greenland (Kalaallit Nunaat)";
1603
+ readonly id: "GL";
1604
+ readonly dialCode: "+299";
1605
+ } | {
1606
+ readonly label: "Grenada";
1607
+ readonly id: "GD";
1608
+ readonly dialCode: "+1473";
1609
+ } | {
1610
+ readonly label: "Guadeloupe";
1611
+ readonly id: "GP";
1612
+ readonly dialCode: "+590";
1613
+ } | {
1614
+ readonly label: "Guam";
1615
+ readonly id: "GU";
1616
+ readonly dialCode: "+1671";
1617
+ } | {
1618
+ readonly label: "Guatemala";
1619
+ readonly id: "GT";
1620
+ readonly dialCode: "+502";
1621
+ } | {
1622
+ readonly label: "Guernsey";
1623
+ readonly id: "GG";
1624
+ readonly dialCode: "+44";
1625
+ } | {
1626
+ readonly label: "Guinea (Guinée)";
1627
+ readonly id: "GN";
1628
+ readonly dialCode: "+224";
1629
+ } | {
1630
+ readonly label: "Guinea-Bissau (Guiné Bissau)";
1631
+ readonly id: "GW";
1632
+ readonly dialCode: "+245";
1633
+ } | {
1634
+ readonly label: "Guyana";
1635
+ readonly id: "GY";
1636
+ readonly dialCode: "+592";
1637
+ } | {
1638
+ readonly label: "Haiti";
1639
+ readonly id: "HT";
1640
+ readonly dialCode: "+509";
1641
+ } | {
1642
+ readonly label: "Honduras";
1643
+ readonly id: "HN";
1644
+ readonly dialCode: "+504";
1645
+ } | {
1646
+ readonly label: "Hong Kong (香港)";
1647
+ readonly id: "HK";
1648
+ readonly dialCode: "+852";
1649
+ } | {
1650
+ readonly label: "Hungary (Magyarország)";
1651
+ readonly id: "HU";
1652
+ readonly dialCode: "+36";
1653
+ } | {
1654
+ readonly label: "Iceland (Ísland)";
1655
+ readonly id: "IS";
1656
+ readonly dialCode: "+354";
1657
+ } | {
1658
+ readonly label: "India (भारत)";
1659
+ readonly id: "IN";
1660
+ readonly dialCode: "+91";
1661
+ } | {
1662
+ readonly label: "Indonesia";
1663
+ readonly id: "ID";
1664
+ readonly dialCode: "+62";
1665
+ } | {
1666
+ readonly label: "Iran (‫ایران‬‎)";
1667
+ readonly id: "IR";
1668
+ readonly dialCode: "+98";
1669
+ } | {
1670
+ readonly label: "Iraq (‫العراق‬‎)";
1671
+ readonly id: "IQ";
1672
+ readonly dialCode: "+964";
1673
+ } | {
1674
+ readonly label: "Ireland";
1675
+ readonly id: "IE";
1676
+ readonly dialCode: "+353";
1677
+ } | {
1678
+ readonly label: "Isle of Man";
1679
+ readonly id: "IM";
1680
+ readonly dialCode: "+44";
1681
+ } | {
1682
+ readonly label: "Israel (‫ישראל‬‎)";
1683
+ readonly id: "IL";
1684
+ readonly dialCode: "+972";
1685
+ } | {
1686
+ readonly label: "Italy (Italia)";
1687
+ readonly id: "IT";
1688
+ readonly dialCode: "+39";
1689
+ } | {
1690
+ readonly label: "Jamaica";
1691
+ readonly id: "JM";
1692
+ readonly dialCode: "+1";
1693
+ } | {
1694
+ readonly label: "Japan (日本)";
1695
+ readonly id: "JP";
1696
+ readonly dialCode: "+81";
1697
+ } | {
1698
+ readonly label: "Jersey";
1699
+ readonly id: "JE";
1700
+ readonly dialCode: "+44";
1701
+ } | {
1702
+ readonly label: "Jordan (‫الأردن‬‎)";
1703
+ readonly id: "JO";
1704
+ readonly dialCode: "+962";
1705
+ } | {
1706
+ readonly label: "Kazakhstan (Казахстан)";
1707
+ readonly id: "KZ";
1708
+ readonly dialCode: "+7";
1709
+ } | {
1710
+ readonly label: "Kenya";
1711
+ readonly id: "KE";
1712
+ readonly dialCode: "+254";
1713
+ } | {
1714
+ readonly label: "Kiribati";
1715
+ readonly id: "KI";
1716
+ readonly dialCode: "+686";
1717
+ } | {
1718
+ readonly label: "Kosovo";
1719
+ readonly id: "XK";
1720
+ readonly dialCode: "+383";
1721
+ } | {
1722
+ readonly label: "Kuwait (‫الكويت‬‎)";
1723
+ readonly id: "KW";
1724
+ readonly dialCode: "+965";
1725
+ } | {
1726
+ readonly label: "Kyrgyzstan (Кыргызстан)";
1727
+ readonly id: "KG";
1728
+ readonly dialCode: "+996";
1729
+ } | {
1730
+ readonly label: "Laos (ລາວ)";
1731
+ readonly id: "LA";
1732
+ readonly dialCode: "+856";
1733
+ } | {
1734
+ readonly label: "Latvia (Latvija)";
1735
+ readonly id: "LV";
1736
+ readonly dialCode: "+371";
1737
+ } | {
1738
+ readonly label: "Lebanon (‫لبنان‬‎)";
1739
+ readonly id: "LB";
1740
+ readonly dialCode: "+961";
1741
+ } | {
1742
+ readonly label: "Lesotho";
1743
+ readonly id: "LS";
1744
+ readonly dialCode: "+266";
1745
+ } | {
1746
+ readonly label: "Liberia";
1747
+ readonly id: "LR";
1748
+ readonly dialCode: "+231";
1749
+ } | {
1750
+ readonly label: "Libya (‫ليبيا‬‎)";
1751
+ readonly id: "LY";
1752
+ readonly dialCode: "+218";
1753
+ } | {
1754
+ readonly label: "Liechtenstein";
1755
+ readonly id: "LI";
1756
+ readonly dialCode: "+423";
1757
+ } | {
1758
+ readonly label: "Lithuania (Lietuva)";
1759
+ readonly id: "LT";
1760
+ readonly dialCode: "+370";
1761
+ } | {
1762
+ readonly label: "Luxembourg";
1763
+ readonly id: "LU";
1764
+ readonly dialCode: "+352";
1765
+ } | {
1766
+ readonly label: "Macau (澳門)";
1767
+ readonly id: "MO";
1768
+ readonly dialCode: "+853";
1769
+ } | {
1770
+ readonly label: "North Macedonia (FYROM) (Македонија)";
1771
+ readonly id: "MK";
1772
+ readonly dialCode: "+389";
1773
+ } | {
1774
+ readonly label: "Madagascar (Madagasikara)";
1775
+ readonly id: "MG";
1776
+ readonly dialCode: "+261";
1777
+ } | {
1778
+ readonly label: "Malawi";
1779
+ readonly id: "MW";
1780
+ readonly dialCode: "+265";
1781
+ } | {
1782
+ readonly label: "Malaysia";
1783
+ readonly id: "MY";
1784
+ readonly dialCode: "+60";
1785
+ } | {
1786
+ readonly label: "Maldives";
1787
+ readonly id: "MV";
1788
+ readonly dialCode: "+960";
1789
+ } | {
1790
+ readonly label: "Mali";
1791
+ readonly id: "ML";
1792
+ readonly dialCode: "+223";
1793
+ } | {
1794
+ readonly label: "Malta";
1795
+ readonly id: "MT";
1796
+ readonly dialCode: "+356";
1797
+ } | {
1798
+ readonly label: "Marshall Islands";
1799
+ readonly id: "MH";
1800
+ readonly dialCode: "+692";
1801
+ } | {
1802
+ readonly label: "Martinique";
1803
+ readonly id: "MQ";
1804
+ readonly dialCode: "+596";
1805
+ } | {
1806
+ readonly label: "Mauritania (‫موريتانيا‬‎)";
1807
+ readonly id: "MR";
1808
+ readonly dialCode: "+222";
1809
+ } | {
1810
+ readonly label: "Mauritius (Moris)";
1811
+ readonly id: "MU";
1812
+ readonly dialCode: "+230";
1813
+ } | {
1814
+ readonly label: "Mayotte";
1815
+ readonly id: "YT";
1816
+ readonly dialCode: "+262";
1817
+ } | {
1818
+ readonly label: "Mexico (México)";
1819
+ readonly id: "MX";
1820
+ readonly dialCode: "+52";
1821
+ } | {
1822
+ readonly label: "Micronesia";
1823
+ readonly id: "FM";
1824
+ readonly dialCode: "+691";
1825
+ } | {
1826
+ readonly label: "Moldova (Republica Moldova)";
1827
+ readonly id: "MD";
1828
+ readonly dialCode: "+373";
1829
+ } | {
1830
+ readonly label: "Monaco";
1831
+ readonly id: "MC";
1832
+ readonly dialCode: "+377";
1833
+ } | {
1834
+ readonly label: "Mongolia (Монгол)";
1835
+ readonly id: "MN";
1836
+ readonly dialCode: "+976";
1837
+ } | {
1838
+ readonly label: "Montenegro (Crna Gora)";
1839
+ readonly id: "ME";
1840
+ readonly dialCode: "+382";
1841
+ } | {
1842
+ readonly label: "Montserrat";
1843
+ readonly id: "MS";
1844
+ readonly dialCode: "+1664";
1845
+ } | {
1846
+ readonly label: "Morocco (‫المغرب‬‎)";
1847
+ readonly id: "MA";
1848
+ readonly dialCode: "+212";
1849
+ } | {
1850
+ readonly label: "Mozambique (Moçambique)";
1851
+ readonly id: "MZ";
1852
+ readonly dialCode: "+258";
1853
+ } | {
1854
+ readonly label: "Myanmar (Burma) (မြန်မာ)";
1855
+ readonly id: "MM";
1856
+ readonly dialCode: "+95";
1857
+ } | {
1858
+ readonly label: "Namibia (Namibië)";
1859
+ readonly id: "NA";
1860
+ readonly dialCode: "+264";
1861
+ } | {
1862
+ readonly label: "Nauru";
1863
+ readonly id: "NR";
1864
+ readonly dialCode: "+674";
1865
+ } | {
1866
+ readonly label: "Nepal (नेपाल)";
1867
+ readonly id: "NP";
1868
+ readonly dialCode: "+977";
1869
+ } | {
1870
+ readonly label: "Netherlands (Nederland)";
1871
+ readonly id: "NL";
1872
+ readonly dialCode: "+31";
1873
+ } | {
1874
+ readonly label: "New Caledonia (Nouvelle-Calédonie)";
1875
+ readonly id: "NC";
1876
+ readonly dialCode: "+687";
1877
+ } | {
1878
+ readonly label: "New Zealand";
1879
+ readonly id: "NZ";
1880
+ readonly dialCode: "+64";
1881
+ } | {
1882
+ readonly label: "Nicaragua";
1883
+ readonly id: "NI";
1884
+ readonly dialCode: "+505";
1885
+ } | {
1886
+ readonly label: "Niger (Nijar)";
1887
+ readonly id: "NE";
1888
+ readonly dialCode: "+227";
1889
+ } | {
1890
+ readonly label: "Nigeria";
1891
+ readonly id: "NG";
1892
+ readonly dialCode: "+234";
1893
+ } | {
1894
+ readonly label: "Niue";
1895
+ readonly id: "NU";
1896
+ readonly dialCode: "+683";
1897
+ } | {
1898
+ readonly label: "Norfolk Island";
1899
+ readonly id: "NF";
1900
+ readonly dialCode: "+672";
1901
+ } | {
1902
+ readonly label: "North Korea (조선 민주주의 인민 공화국)";
1903
+ readonly id: "KP";
1904
+ readonly dialCode: "+850";
1905
+ } | {
1906
+ readonly label: "Northern Mariana Islands";
1907
+ readonly id: "MP";
1908
+ readonly dialCode: "+1670";
1909
+ } | {
1910
+ readonly label: "Norway (Norge)";
1911
+ readonly id: "NO";
1912
+ readonly dialCode: "+47";
1913
+ } | {
1914
+ readonly label: "Oman (‫عُمان‬‎)";
1915
+ readonly id: "OM";
1916
+ readonly dialCode: "+968";
1917
+ } | {
1918
+ readonly label: "Pakistan (‫پاکستان‬‎)";
1919
+ readonly id: "PK";
1920
+ readonly dialCode: "+92";
1921
+ } | {
1922
+ readonly label: "Palau";
1923
+ readonly id: "PW";
1924
+ readonly dialCode: "+680";
1925
+ } | {
1926
+ readonly label: "Palestine (‫فلسطين‬‎)";
1927
+ readonly id: "PS";
1928
+ readonly dialCode: "+970";
1929
+ } | {
1930
+ readonly label: "Panama (Panamá)";
1931
+ readonly id: "PA";
1932
+ readonly dialCode: "+507";
1933
+ } | {
1934
+ readonly label: "Papua New Guinea";
1935
+ readonly id: "PG";
1936
+ readonly dialCode: "+675";
1937
+ } | {
1938
+ readonly label: "Paraguay";
1939
+ readonly id: "PY";
1940
+ readonly dialCode: "+595";
1941
+ } | {
1942
+ readonly label: "Peru (Perú)";
1943
+ readonly id: "PE";
1944
+ readonly dialCode: "+51";
1945
+ } | {
1946
+ readonly label: "Philippines";
1947
+ readonly id: "PH";
1948
+ readonly dialCode: "+63";
1949
+ } | {
1950
+ readonly label: "Poland (Polska)";
1951
+ readonly id: "PL";
1952
+ readonly dialCode: "+48";
1953
+ } | {
1954
+ readonly label: "Portugal";
1955
+ readonly id: "PT";
1956
+ readonly dialCode: "+351";
1957
+ } | {
1958
+ readonly label: "Puerto Rico";
1959
+ readonly id: "PR";
1960
+ readonly dialCode: "+1";
1961
+ } | {
1962
+ readonly label: "Qatar (‫قطر‬‎)";
1963
+ readonly id: "QA";
1964
+ readonly dialCode: "+974";
1965
+ } | {
1966
+ readonly label: "Réunion (La Réunion)";
1967
+ readonly id: "RE";
1968
+ readonly dialCode: "+262";
1969
+ } | {
1970
+ readonly label: "Romania (România)";
1971
+ readonly id: "RO";
1972
+ readonly dialCode: "+40";
1973
+ } | {
1974
+ readonly label: "Russia (Россия)";
1975
+ readonly id: "RU";
1976
+ readonly dialCode: "+7";
1977
+ } | {
1978
+ readonly label: "Rwanda";
1979
+ readonly id: "RW";
1980
+ readonly dialCode: "+250";
1981
+ } | {
1982
+ readonly label: "Saint Barthélemy";
1983
+ readonly id: "BL";
1984
+ readonly dialCode: "+590";
1985
+ } | {
1986
+ readonly label: "Saint Helena";
1987
+ readonly id: "SH";
1988
+ readonly dialCode: "+290";
1989
+ } | {
1990
+ readonly label: "Saint Kitts and Nevis";
1991
+ readonly id: "KN";
1992
+ readonly dialCode: "+1869";
1993
+ } | {
1994
+ readonly label: "Saint Lucia";
1995
+ readonly id: "LC";
1996
+ readonly dialCode: "+1758";
1997
+ } | {
1998
+ readonly label: "Saint Martin (Saint-Martin (partie française))";
1999
+ readonly id: "MF";
2000
+ readonly dialCode: "+590";
2001
+ } | {
2002
+ readonly label: "Saint Pierre and Miquelon (Saint-Pierre-et-Miquelon)";
2003
+ readonly id: "PM";
2004
+ readonly dialCode: "+508";
2005
+ } | {
2006
+ readonly label: "Saint Vincent and the Grenadines";
2007
+ readonly id: "VC";
2008
+ readonly dialCode: "+1784";
2009
+ } | {
2010
+ readonly label: "Samoa";
2011
+ readonly id: "WS";
2012
+ readonly dialCode: "+685";
2013
+ } | {
2014
+ readonly label: "San Marino";
2015
+ readonly id: "SM";
2016
+ readonly dialCode: "+378";
2017
+ } | {
2018
+ readonly label: "São Tomé and Príncipe (São Tomé e Príncipe)";
2019
+ readonly id: "ST";
2020
+ readonly dialCode: "+239";
2021
+ } | {
2022
+ readonly label: "Saudi Arabia (‫المملكة العربية السعودية‬‎)";
2023
+ readonly id: "SA";
2024
+ readonly dialCode: "+966";
2025
+ } | {
2026
+ readonly label: "Senegal (Sénégal)";
2027
+ readonly id: "SN";
2028
+ readonly dialCode: "+221";
2029
+ } | {
2030
+ readonly label: "Serbia (Србија)";
2031
+ readonly id: "RS";
2032
+ readonly dialCode: "+381";
2033
+ } | {
2034
+ readonly label: "Seychelles";
2035
+ readonly id: "SC";
2036
+ readonly dialCode: "+248";
2037
+ } | {
2038
+ readonly label: "Sierra Leone";
2039
+ readonly id: "SL";
2040
+ readonly dialCode: "+232";
2041
+ } | {
2042
+ readonly label: "Singapore";
2043
+ readonly id: "SG";
2044
+ readonly dialCode: "+65";
2045
+ } | {
2046
+ readonly label: "Sint Maarten";
2047
+ readonly id: "SX";
2048
+ readonly dialCode: "+1721";
2049
+ } | {
2050
+ readonly label: "Slovakia (Slovensko)";
2051
+ readonly id: "SK";
2052
+ readonly dialCode: "+421";
2053
+ } | {
2054
+ readonly label: "Slovenia (Slovenija)";
2055
+ readonly id: "SI";
2056
+ readonly dialCode: "+386";
2057
+ } | {
2058
+ readonly label: "Solomon Islands";
2059
+ readonly id: "SB";
2060
+ readonly dialCode: "+677";
2061
+ } | {
2062
+ readonly label: "Somalia (Soomaaliya)";
2063
+ readonly id: "SO";
2064
+ readonly dialCode: "+252";
2065
+ } | {
2066
+ readonly label: "South Africa";
2067
+ readonly id: "ZA";
2068
+ readonly dialCode: "+27";
2069
+ } | {
2070
+ readonly label: "South Korea (대한민국)";
2071
+ readonly id: "KR";
2072
+ readonly dialCode: "+82";
2073
+ } | {
2074
+ readonly label: "South Sudan (‫جنوب السودان‬‎)";
2075
+ readonly id: "SS";
2076
+ readonly dialCode: "+211";
2077
+ } | {
2078
+ readonly label: "Spain (España)";
2079
+ readonly id: "ES";
2080
+ readonly dialCode: "+34";
2081
+ } | {
2082
+ readonly label: "Sri Lanka (ශ්‍රී ලංකාව)";
2083
+ readonly id: "LK";
2084
+ readonly dialCode: "+94";
2085
+ } | {
2086
+ readonly label: "Sudan (‫السودان‬‎)";
2087
+ readonly id: "SD";
2088
+ readonly dialCode: "+249";
2089
+ } | {
2090
+ readonly label: "Suriname";
2091
+ readonly id: "SR";
2092
+ readonly dialCode: "+597";
2093
+ } | {
2094
+ readonly label: "Svalbard and Jan Mayen";
2095
+ readonly id: "SJ";
2096
+ readonly dialCode: "+47";
2097
+ } | {
2098
+ readonly label: "Swaziland";
2099
+ readonly id: "SZ";
2100
+ readonly dialCode: "+268";
2101
+ } | {
2102
+ readonly label: "Sweden (Sverige)";
2103
+ readonly id: "SE";
2104
+ readonly dialCode: "+46";
2105
+ } | {
2106
+ readonly label: "Switzerland (Schweiz)";
2107
+ readonly id: "CH";
2108
+ readonly dialCode: "+41";
2109
+ } | {
2110
+ readonly label: "Syria (‫سوريا‬‎)";
2111
+ readonly id: "SY";
2112
+ readonly dialCode: "+963";
2113
+ } | {
2114
+ readonly label: "Taiwan (台灣)";
2115
+ readonly id: "TW";
2116
+ readonly dialCode: "+886";
2117
+ } | {
2118
+ readonly label: "Tajikistan";
2119
+ readonly id: "TJ";
2120
+ readonly dialCode: "+992";
2121
+ } | {
2122
+ readonly label: "Tanzania";
2123
+ readonly id: "TZ";
2124
+ readonly dialCode: "+255";
2125
+ } | {
2126
+ readonly label: "Thailand (ไทย)";
2127
+ readonly id: "TH";
2128
+ readonly dialCode: "+66";
2129
+ } | {
2130
+ readonly label: "Timor-Leste";
2131
+ readonly id: "TL";
2132
+ readonly dialCode: "+670";
2133
+ } | {
2134
+ readonly label: "Togo";
2135
+ readonly id: "TG";
2136
+ readonly dialCode: "+228";
2137
+ } | {
2138
+ readonly label: "Tokelau";
2139
+ readonly id: "TK";
2140
+ readonly dialCode: "+690";
2141
+ } | {
2142
+ readonly label: "Tonga";
2143
+ readonly id: "TO";
2144
+ readonly dialCode: "+676";
2145
+ } | {
2146
+ readonly label: "Trinisoad and Tobago";
2147
+ readonly id: "TT";
2148
+ readonly dialCode: "+1868";
2149
+ } | {
2150
+ readonly label: "Tunisia (‫تونس‬‎)";
2151
+ readonly id: "TN";
2152
+ readonly dialCode: "+216";
2153
+ } | {
2154
+ readonly label: "Turkey (Türkiye)";
2155
+ readonly id: "TR";
2156
+ readonly dialCode: "+90";
2157
+ } | {
2158
+ readonly label: "Turkmenistan";
2159
+ readonly id: "TM";
2160
+ readonly dialCode: "+993";
2161
+ } | {
2162
+ readonly label: "Turks and Caicos Islands";
2163
+ readonly id: "TC";
2164
+ readonly dialCode: "+1649";
2165
+ } | {
2166
+ readonly label: "Tuvalu";
2167
+ readonly id: "TV";
2168
+ readonly dialCode: "+688";
2169
+ } | {
2170
+ readonly label: "U.S. Virgin Islands";
2171
+ readonly id: "VI";
2172
+ readonly dialCode: "+1340";
2173
+ } | {
2174
+ readonly label: "Uganda";
2175
+ readonly id: "UG";
2176
+ readonly dialCode: "+256";
2177
+ } | {
2178
+ readonly label: "Ukraine (Україна)";
2179
+ readonly id: "UA";
2180
+ readonly dialCode: "+380";
2181
+ } | {
2182
+ readonly label: "United Arab Emirates (‫الإمارات العربية المتحدة‬‎)";
2183
+ readonly id: "AE";
2184
+ readonly dialCode: "+971";
2185
+ } | {
2186
+ readonly label: "United Kingdom";
2187
+ readonly id: "GB";
2188
+ readonly dialCode: "+44";
2189
+ } | {
2190
+ readonly label: "United States";
2191
+ readonly id: "US";
2192
+ readonly dialCode: "+1";
2193
+ } | {
2194
+ readonly label: "Uruguay";
2195
+ readonly id: "UY";
2196
+ readonly dialCode: "+598";
2197
+ } | {
2198
+ readonly label: "Uzbekistan (Oʻzbekiston)";
2199
+ readonly id: "UZ";
2200
+ readonly dialCode: "+998";
2201
+ } | {
2202
+ readonly label: "Vanuatu";
2203
+ readonly id: "VU";
2204
+ readonly dialCode: "+678";
2205
+ } | {
2206
+ readonly label: "Vatican City (Città del Vaticano)";
2207
+ readonly id: "VA";
2208
+ readonly dialCode: "+39";
2209
+ } | {
2210
+ readonly label: "Venezuela";
2211
+ readonly id: "VE";
2212
+ readonly dialCode: "+58";
2213
+ } | {
2214
+ readonly label: "Vietnam (Việt Nam)";
2215
+ readonly id: "VN";
2216
+ readonly dialCode: "+84";
2217
+ } | {
2218
+ readonly label: "Wallis and Futuna (Wallis-et-Futuna)";
2219
+ readonly id: "WF";
2220
+ readonly dialCode: "+681";
2221
+ } | {
2222
+ readonly label: "Yemen (‫اليمن‬‎)";
2223
+ readonly id: "YE";
2224
+ readonly dialCode: "+967";
2225
+ } | {
2226
+ readonly label: "Zambia";
2227
+ readonly id: "ZM";
2228
+ readonly dialCode: "+260";
2229
+ } | {
2230
+ readonly label: "Zimbabwe";
2231
+ readonly id: "ZW";
2232
+ readonly dialCode: "+263";
2233
+ } | {
2234
+ readonly label: "Åland Islands";
2235
+ readonly id: "AX";
2236
+ readonly dialCode: "+358";
2237
+ } | {
2238
+ readonly label: "Antarctica";
2239
+ readonly id: "AQ";
2240
+ readonly dialCode: "+672";
2241
+ } | {
2242
+ readonly label: "United States Minor Outlying Islands";
2243
+ readonly id: "UM";
2244
+ readonly dialCode: "+1";
2245
+ } | {
2246
+ readonly label: "Heard Island and McDonald Islands";
2247
+ readonly id: "HM";
2248
+ readonly dialCode: "+672";
2249
+ } | {
2250
+ readonly label: "Bouvet Island";
2251
+ readonly id: "BV";
2252
+ readonly dialCode: "+47";
2253
+ } | {
2254
+ readonly label: "Diego Garcia";
2255
+ readonly id: "DG";
2256
+ readonly dialCode: "+246";
2257
+ } | {
2258
+ readonly label: "Ascension Island";
2259
+ readonly id: "AC";
2260
+ readonly dialCode: "+246";
2261
+ } | {
2262
+ readonly label: "Netherlands Antilles";
2263
+ readonly id: "AN";
2264
+ readonly dialCode: "+599";
2265
+ } | {
2266
+ readonly label: "Western Sahara";
2267
+ readonly id: "EH";
2268
+ readonly dialCode: "+212";
2269
+ } | {
2270
+ readonly label: "French Southern Territories";
2271
+ readonly id: "TF";
2272
+ readonly dialCode: "+262";
2273
+ } | {
2274
+ readonly label: "South Georgia and the South Sandwich Islands";
2275
+ readonly id: "GS";
2276
+ readonly dialCode: "+500";
2277
+ } | {
2278
+ readonly label: "Serbia and Montenegro";
2279
+ readonly id: "CS";
2280
+ readonly dialCode: "+381";
2281
+ } | {
2282
+ readonly label: "Bonaire";
2283
+ readonly id: "BQ";
2284
+ readonly dialCode: "+599";
2285
+ } | {
2286
+ readonly label: "Pitcairn";
2287
+ readonly id: "PN";
2288
+ readonly dialCode: "+64";
2289
+ })[];
2290
+ export declare const DEFAULT_MAX_DROPDOWN_HEIGHT = "240px";
2291
+ export declare const DEFAULT_MAX_DROPDOWN_WIDTH = "240px";
2292
+ export declare const ISO_REGEX: RegExp;
2293
+ export declare const ISO_TO_FLAG_OFFSET = 127397;
2294
+ export declare const STATE_CHANGE_TYPE: {
2295
+ onChange: string;
2296
+ };
2297
+ export declare const LIST_ITEM_HEIGHT = 36;
2298
+ export declare const EMPTY_LIST_HEIGHT = 72;
2299
+ export declare const OVERSCAN_COUNT = 5;