@okta/odyssey-react-mui 1.20.0 → 1.21.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 (371) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/dist/DataTable/DataTable.js +101 -63
  3. package/dist/DataTable/DataTable.js.map +1 -1
  4. package/dist/Pagination/Pagination.js +29 -20
  5. package/dist/Pagination/Pagination.js.map +1 -1
  6. package/dist/Pagination/usePagination.js +13 -22
  7. package/dist/Pagination/usePagination.js.map +1 -1
  8. package/dist/assertEnv.js +1 -1
  9. package/dist/index.scss +1 -1
  10. package/dist/labs/DataComponents/DataStack.js +6 -0
  11. package/dist/labs/DataComponents/DataStack.js.map +1 -1
  12. package/dist/labs/DataComponents/DataTable.js +6 -0
  13. package/dist/labs/DataComponents/DataTable.js.map +1 -1
  14. package/dist/labs/DataComponents/DataView.js +15 -1
  15. package/dist/labs/DataComponents/DataView.js.map +1 -1
  16. package/dist/labs/DataComponents/TableContent.js +49 -3
  17. package/dist/labs/DataComponents/TableContent.js.map +1 -1
  18. package/dist/labs/DataComponents/TableSettings.js +28 -38
  19. package/dist/labs/DataComponents/TableSettings.js.map +1 -1
  20. package/dist/labs/DataComponents/componentTypes.js.map +1 -1
  21. package/dist/labs/DataComponents/constants.js.map +1 -1
  22. package/dist/labs/DataComponents/tableConstants.js +0 -19
  23. package/dist/labs/DataComponents/tableConstants.js.map +1 -1
  24. package/dist/labs/DataComponents/useFilterConversion.js +8 -15
  25. package/dist/labs/DataComponents/useFilterConversion.js.map +1 -1
  26. package/dist/labs/DateField.js +97 -10
  27. package/dist/labs/DateField.js.map +1 -1
  28. package/dist/labs/DatePicker.js +113 -51
  29. package/dist/labs/DatePicker.js.map +1 -1
  30. package/dist/labs/TimeZonePicker.js +37 -0
  31. package/dist/labs/TimeZonePicker.js.map +1 -0
  32. package/dist/labs/TopNav.js +280 -0
  33. package/dist/labs/TopNav.js.map +1 -0
  34. package/dist/labs/datePickerTheme.js +8 -5
  35. package/dist/labs/datePickerTheme.js.map +1 -1
  36. package/dist/labs/index.js +1 -0
  37. package/dist/labs/index.js.map +1 -1
  38. package/dist/labs/{useDatePickerTranslations.js → useDateFieldsTranslations.js} +2 -2
  39. package/dist/labs/{useDatePickerTranslations.js.map → useDateFieldsTranslations.js.map} +1 -1
  40. package/dist/labs/useOdysseyDateFields.js +101 -0
  41. package/dist/labs/useOdysseyDateFields.js.map +1 -0
  42. package/dist/properties/ts/odyssey-react-mui.js +3 -0
  43. package/dist/properties/ts/odyssey-react-mui.js.map +1 -1
  44. package/dist/src/Autocomplete.d.ts +2 -1
  45. package/dist/src/Autocomplete.d.ts.map +1 -1
  46. package/dist/src/Badge.d.ts +0 -1
  47. package/dist/src/Badge.d.ts.map +1 -1
  48. package/dist/src/Banner.d.ts +0 -1
  49. package/dist/src/Banner.d.ts.map +1 -1
  50. package/dist/src/ButtonContext.d.ts +0 -1
  51. package/dist/src/ButtonContext.d.ts.map +1 -1
  52. package/dist/src/Checkbox.d.ts +0 -1
  53. package/dist/src/Checkbox.d.ts.map +1 -1
  54. package/dist/src/CircularProgress.d.ts +0 -1
  55. package/dist/src/CircularProgress.d.ts.map +1 -1
  56. package/dist/src/DataTable/DataTable.d.ts +14 -1
  57. package/dist/src/DataTable/DataTable.d.ts.map +1 -1
  58. package/dist/src/DataTable/useRowReordering.d.ts.map +1 -1
  59. package/dist/src/ErrorMessageList.d.ts +0 -1
  60. package/dist/src/ErrorMessageList.d.ts.map +1 -1
  61. package/dist/src/Field.d.ts.map +1 -1
  62. package/dist/src/FieldError.d.ts +0 -1
  63. package/dist/src/FieldError.d.ts.map +1 -1
  64. package/dist/src/FieldHint.d.ts +0 -1
  65. package/dist/src/FieldHint.d.ts.map +1 -1
  66. package/dist/src/FieldLabel.d.ts +0 -1
  67. package/dist/src/FieldLabel.d.ts.map +1 -1
  68. package/dist/src/FieldsetContext.d.ts +0 -1
  69. package/dist/src/FieldsetContext.d.ts.map +1 -1
  70. package/dist/src/HintLink.d.ts +0 -1
  71. package/dist/src/HintLink.d.ts.map +1 -1
  72. package/dist/src/MuiPropsContext.d.ts +0 -1
  73. package/dist/src/MuiPropsContext.d.ts.map +1 -1
  74. package/dist/src/NativeSelect.d.ts +4 -4
  75. package/dist/src/NativeSelect.d.ts.map +1 -1
  76. package/dist/src/OdysseyDesignTokensContext.d.ts +0 -1
  77. package/dist/src/OdysseyDesignTokensContext.d.ts.map +1 -1
  78. package/dist/src/OdysseyProvider.d.ts +2 -1
  79. package/dist/src/OdysseyProvider.d.ts.map +1 -1
  80. package/dist/src/OdysseyTranslationProvider.d.ts +1 -1
  81. package/dist/src/OdysseyTranslationProvider.d.ts.map +1 -1
  82. package/dist/src/Pagination/Pagination.d.ts +41 -26
  83. package/dist/src/Pagination/Pagination.d.ts.map +1 -1
  84. package/dist/src/Pagination/usePagination.d.ts +2 -1
  85. package/dist/src/Pagination/usePagination.d.ts.map +1 -1
  86. package/dist/src/PasswordField.d.ts +10 -10
  87. package/dist/src/PasswordField.d.ts.map +1 -1
  88. package/dist/src/Radio.d.ts +0 -1
  89. package/dist/src/Radio.d.ts.map +1 -1
  90. package/dist/src/SearchField.d.ts +11 -11
  91. package/dist/src/SearchField.d.ts.map +1 -1
  92. package/dist/src/Select.d.ts +0 -1
  93. package/dist/src/Select.d.ts.map +1 -1
  94. package/dist/src/Status.d.ts +0 -1
  95. package/dist/src/Status.d.ts.map +1 -1
  96. package/dist/src/Tabs.d.ts.map +1 -1
  97. package/dist/src/TagListContext.d.ts +0 -1
  98. package/dist/src/TagListContext.d.ts.map +1 -1
  99. package/dist/src/TextField.d.ts +12 -12
  100. package/dist/src/TextField.d.ts.map +1 -1
  101. package/dist/src/Toast.d.ts +0 -1
  102. package/dist/src/Toast.d.ts.map +1 -1
  103. package/dist/src/icons.generated/Add.d.ts +0 -1
  104. package/dist/src/icons.generated/Add.d.ts.map +1 -1
  105. package/dist/src/icons.generated/AddCircle.d.ts +0 -1
  106. package/dist/src/icons.generated/AddCircle.d.ts.map +1 -1
  107. package/dist/src/icons.generated/Apps.d.ts +0 -1
  108. package/dist/src/icons.generated/Apps.d.ts.map +1 -1
  109. package/dist/src/icons.generated/ArrowBottom.d.ts +0 -1
  110. package/dist/src/icons.generated/ArrowBottom.d.ts.map +1 -1
  111. package/dist/src/icons.generated/ArrowDown.d.ts +0 -1
  112. package/dist/src/icons.generated/ArrowDown.d.ts.map +1 -1
  113. package/dist/src/icons.generated/ArrowLeft.d.ts +0 -1
  114. package/dist/src/icons.generated/ArrowLeft.d.ts.map +1 -1
  115. package/dist/src/icons.generated/ArrowLowerLeft.d.ts +0 -1
  116. package/dist/src/icons.generated/ArrowLowerLeft.d.ts.map +1 -1
  117. package/dist/src/icons.generated/ArrowLowerRight.d.ts +0 -1
  118. package/dist/src/icons.generated/ArrowLowerRight.d.ts.map +1 -1
  119. package/dist/src/icons.generated/ArrowRight.d.ts +0 -1
  120. package/dist/src/icons.generated/ArrowRight.d.ts.map +1 -1
  121. package/dist/src/icons.generated/ArrowTop.d.ts +0 -1
  122. package/dist/src/icons.generated/ArrowTop.d.ts.map +1 -1
  123. package/dist/src/icons.generated/ArrowUnsorted.d.ts +0 -1
  124. package/dist/src/icons.generated/ArrowUnsorted.d.ts.map +1 -1
  125. package/dist/src/icons.generated/ArrowUp.d.ts +0 -1
  126. package/dist/src/icons.generated/ArrowUp.d.ts.map +1 -1
  127. package/dist/src/icons.generated/ArrowUpperLeft.d.ts +0 -1
  128. package/dist/src/icons.generated/ArrowUpperLeft.d.ts.map +1 -1
  129. package/dist/src/icons.generated/ArrowUpperRight.d.ts +0 -1
  130. package/dist/src/icons.generated/ArrowUpperRight.d.ts.map +1 -1
  131. package/dist/src/icons.generated/Bug.d.ts +0 -1
  132. package/dist/src/icons.generated/Bug.d.ts.map +1 -1
  133. package/dist/src/icons.generated/Calendar.d.ts +0 -1
  134. package/dist/src/icons.generated/Calendar.d.ts.map +1 -1
  135. package/dist/src/icons.generated/Call.d.ts +0 -1
  136. package/dist/src/icons.generated/Call.d.ts.map +1 -1
  137. package/dist/src/icons.generated/Chat.d.ts +0 -1
  138. package/dist/src/icons.generated/Chat.d.ts.map +1 -1
  139. package/dist/src/icons.generated/Check.d.ts +0 -1
  140. package/dist/src/icons.generated/Check.d.ts.map +1 -1
  141. package/dist/src/icons.generated/CheckCircleFilled.d.ts +0 -1
  142. package/dist/src/icons.generated/CheckCircleFilled.d.ts.map +1 -1
  143. package/dist/src/icons.generated/ChevronDown.d.ts +0 -1
  144. package/dist/src/icons.generated/ChevronDown.d.ts.map +1 -1
  145. package/dist/src/icons.generated/ChevronLeft.d.ts +0 -1
  146. package/dist/src/icons.generated/ChevronLeft.d.ts.map +1 -1
  147. package/dist/src/icons.generated/ChevronRight.d.ts +0 -1
  148. package/dist/src/icons.generated/ChevronRight.d.ts.map +1 -1
  149. package/dist/src/icons.generated/ChevronUp.d.ts +0 -1
  150. package/dist/src/icons.generated/ChevronUp.d.ts.map +1 -1
  151. package/dist/src/icons.generated/Clock.d.ts +0 -1
  152. package/dist/src/icons.generated/Clock.d.ts.map +1 -1
  153. package/dist/src/icons.generated/Close.d.ts +0 -1
  154. package/dist/src/icons.generated/Close.d.ts.map +1 -1
  155. package/dist/src/icons.generated/CloseCircleFilled.d.ts +0 -1
  156. package/dist/src/icons.generated/CloseCircleFilled.d.ts.map +1 -1
  157. package/dist/src/icons.generated/CollapseLeft.d.ts +0 -1
  158. package/dist/src/icons.generated/CollapseLeft.d.ts.map +1 -1
  159. package/dist/src/icons.generated/CollapseRight.d.ts +0 -1
  160. package/dist/src/icons.generated/CollapseRight.d.ts.map +1 -1
  161. package/dist/src/icons.generated/Copy.d.ts +0 -1
  162. package/dist/src/icons.generated/Copy.d.ts.map +1 -1
  163. package/dist/src/icons.generated/Custom.d.ts +0 -1
  164. package/dist/src/icons.generated/Custom.d.ts.map +1 -1
  165. package/dist/src/icons.generated/DangerDiamond.d.ts +0 -1
  166. package/dist/src/icons.generated/DangerDiamond.d.ts.map +1 -1
  167. package/dist/src/icons.generated/DangerDiamondFilled.d.ts +0 -1
  168. package/dist/src/icons.generated/DangerDiamondFilled.d.ts.map +1 -1
  169. package/dist/src/icons.generated/Delete.d.ts +0 -1
  170. package/dist/src/icons.generated/Delete.d.ts.map +1 -1
  171. package/dist/src/icons.generated/Deny.d.ts +0 -1
  172. package/dist/src/icons.generated/Deny.d.ts.map +1 -1
  173. package/dist/src/icons.generated/Devices.d.ts +0 -1
  174. package/dist/src/icons.generated/Devices.d.ts.map +1 -1
  175. package/dist/src/icons.generated/Directory.d.ts +0 -1
  176. package/dist/src/icons.generated/Directory.d.ts.map +1 -1
  177. package/dist/src/icons.generated/Documentation.d.ts +0 -1
  178. package/dist/src/icons.generated/Documentation.d.ts.map +1 -1
  179. package/dist/src/icons.generated/Download.d.ts +0 -1
  180. package/dist/src/icons.generated/Download.d.ts.map +1 -1
  181. package/dist/src/icons.generated/DragIndicator.d.ts +0 -1
  182. package/dist/src/icons.generated/DragIndicator.d.ts.map +1 -1
  183. package/dist/src/icons.generated/Duo.d.ts +0 -1
  184. package/dist/src/icons.generated/Duo.d.ts.map +1 -1
  185. package/dist/src/icons.generated/Edit.d.ts +0 -1
  186. package/dist/src/icons.generated/Edit.d.ts.map +1 -1
  187. package/dist/src/icons.generated/Email.d.ts +0 -1
  188. package/dist/src/icons.generated/Email.d.ts.map +1 -1
  189. package/dist/src/icons.generated/ExpandLeft.d.ts +0 -1
  190. package/dist/src/icons.generated/ExpandLeft.d.ts.map +1 -1
  191. package/dist/src/icons.generated/ExpandRight.d.ts +0 -1
  192. package/dist/src/icons.generated/ExpandRight.d.ts.map +1 -1
  193. package/dist/src/icons.generated/ExternalLink.d.ts +0 -1
  194. package/dist/src/icons.generated/ExternalLink.d.ts.map +1 -1
  195. package/dist/src/icons.generated/Fido2.d.ts +0 -1
  196. package/dist/src/icons.generated/Fido2.d.ts.map +1 -1
  197. package/dist/src/icons.generated/Filter.d.ts +0 -1
  198. package/dist/src/icons.generated/Filter.d.ts.map +1 -1
  199. package/dist/src/icons.generated/Folder.d.ts +0 -1
  200. package/dist/src/icons.generated/Folder.d.ts.map +1 -1
  201. package/dist/src/icons.generated/Globe.d.ts +0 -1
  202. package/dist/src/icons.generated/Globe.d.ts.map +1 -1
  203. package/dist/src/icons.generated/GoogleAuth.d.ts +0 -1
  204. package/dist/src/icons.generated/GoogleAuth.d.ts.map +1 -1
  205. package/dist/src/icons.generated/Grid.d.ts +0 -1
  206. package/dist/src/icons.generated/Grid.d.ts.map +1 -1
  207. package/dist/src/icons.generated/Group.d.ts +0 -1
  208. package/dist/src/icons.generated/Group.d.ts.map +1 -1
  209. package/dist/src/icons.generated/Hide.d.ts +0 -1
  210. package/dist/src/icons.generated/Hide.d.ts.map +1 -1
  211. package/dist/src/icons.generated/Home.d.ts +0 -1
  212. package/dist/src/icons.generated/Home.d.ts.map +1 -1
  213. package/dist/src/icons.generated/Idp.d.ts +0 -1
  214. package/dist/src/icons.generated/Idp.d.ts.map +1 -1
  215. package/dist/src/icons.generated/InformationCircle.d.ts +0 -1
  216. package/dist/src/icons.generated/InformationCircle.d.ts.map +1 -1
  217. package/dist/src/icons.generated/InformationCircleFilled.d.ts +0 -1
  218. package/dist/src/icons.generated/InformationCircleFilled.d.ts.map +1 -1
  219. package/dist/src/icons.generated/Link.d.ts +0 -1
  220. package/dist/src/icons.generated/Link.d.ts.map +1 -1
  221. package/dist/src/icons.generated/List.d.ts +0 -1
  222. package/dist/src/icons.generated/List.d.ts.map +1 -1
  223. package/dist/src/icons.generated/Lock.d.ts +0 -1
  224. package/dist/src/icons.generated/Lock.d.ts.map +1 -1
  225. package/dist/src/icons.generated/More.d.ts +0 -1
  226. package/dist/src/icons.generated/More.d.ts.map +1 -1
  227. package/dist/src/icons.generated/Notification.d.ts +0 -1
  228. package/dist/src/icons.generated/Notification.d.ts.map +1 -1
  229. package/dist/src/icons.generated/OktaVerify.d.ts +0 -1
  230. package/dist/src/icons.generated/OktaVerify.d.ts.map +1 -1
  231. package/dist/src/icons.generated/OnPremMfa.d.ts +0 -1
  232. package/dist/src/icons.generated/OnPremMfa.d.ts.map +1 -1
  233. package/dist/src/icons.generated/OneTimePassword.d.ts +0 -1
  234. package/dist/src/icons.generated/OneTimePassword.d.ts.map +1 -1
  235. package/dist/src/icons.generated/Password.d.ts +0 -1
  236. package/dist/src/icons.generated/Password.d.ts.map +1 -1
  237. package/dist/src/icons.generated/Pause.d.ts +0 -1
  238. package/dist/src/icons.generated/Pause.d.ts.map +1 -1
  239. package/dist/src/icons.generated/QuestionCircle.d.ts +0 -1
  240. package/dist/src/icons.generated/QuestionCircle.d.ts.map +1 -1
  241. package/dist/src/icons.generated/QuestionCircleFilled.d.ts +0 -1
  242. package/dist/src/icons.generated/QuestionCircleFilled.d.ts.map +1 -1
  243. package/dist/src/icons.generated/Refresh.d.ts +0 -1
  244. package/dist/src/icons.generated/Refresh.d.ts.map +1 -1
  245. package/dist/src/icons.generated/Reset.d.ts +0 -1
  246. package/dist/src/icons.generated/Reset.d.ts.map +1 -1
  247. package/dist/src/icons.generated/Resume.d.ts +0 -1
  248. package/dist/src/icons.generated/Resume.d.ts.map +1 -1
  249. package/dist/src/icons.generated/Search.d.ts +0 -1
  250. package/dist/src/icons.generated/Search.d.ts.map +1 -1
  251. package/dist/src/icons.generated/SecurityQuestion.d.ts +0 -1
  252. package/dist/src/icons.generated/SecurityQuestion.d.ts.map +1 -1
  253. package/dist/src/icons.generated/Server.d.ts +0 -1
  254. package/dist/src/icons.generated/Server.d.ts.map +1 -1
  255. package/dist/src/icons.generated/Settings.d.ts +0 -1
  256. package/dist/src/icons.generated/Settings.d.ts.map +1 -1
  257. package/dist/src/icons.generated/Show.d.ts +0 -1
  258. package/dist/src/icons.generated/Show.d.ts.map +1 -1
  259. package/dist/src/icons.generated/SmartCard.d.ts +0 -1
  260. package/dist/src/icons.generated/SmartCard.d.ts.map +1 -1
  261. package/dist/src/icons.generated/Sms.d.ts +0 -1
  262. package/dist/src/icons.generated/Sms.d.ts.map +1 -1
  263. package/dist/src/icons.generated/Subtract.d.ts +0 -1
  264. package/dist/src/icons.generated/Subtract.d.ts.map +1 -1
  265. package/dist/src/icons.generated/SymantecVip.d.ts +0 -1
  266. package/dist/src/icons.generated/SymantecVip.d.ts.map +1 -1
  267. package/dist/src/icons.generated/Sync.d.ts +0 -1
  268. package/dist/src/icons.generated/Sync.d.ts.map +1 -1
  269. package/dist/src/icons.generated/ThumbsDown.d.ts +0 -1
  270. package/dist/src/icons.generated/ThumbsDown.d.ts.map +1 -1
  271. package/dist/src/icons.generated/ThumbsUp.d.ts +0 -1
  272. package/dist/src/icons.generated/ThumbsUp.d.ts.map +1 -1
  273. package/dist/src/icons.generated/Unlock.d.ts +0 -1
  274. package/dist/src/icons.generated/Unlock.d.ts.map +1 -1
  275. package/dist/src/icons.generated/Upload.d.ts +0 -1
  276. package/dist/src/icons.generated/Upload.d.ts.map +1 -1
  277. package/dist/src/icons.generated/User.d.ts +0 -1
  278. package/dist/src/icons.generated/User.d.ts.map +1 -1
  279. package/dist/src/icons.generated/Video.d.ts +0 -1
  280. package/dist/src/icons.generated/Video.d.ts.map +1 -1
  281. package/dist/src/icons.generated/VoiceCall.d.ts +0 -1
  282. package/dist/src/icons.generated/VoiceCall.d.ts.map +1 -1
  283. package/dist/src/icons.generated/Warning.d.ts +0 -1
  284. package/dist/src/icons.generated/Warning.d.ts.map +1 -1
  285. package/dist/src/icons.generated/WarningFilled.d.ts +0 -1
  286. package/dist/src/icons.generated/WarningFilled.d.ts.map +1 -1
  287. package/dist/src/icons.generated/Yubikey.d.ts +0 -1
  288. package/dist/src/icons.generated/Yubikey.d.ts.map +1 -1
  289. package/dist/src/inputUtils.d.ts.map +1 -1
  290. package/dist/src/labs/DataComponents/DataStack.d.ts +1 -2
  291. package/dist/src/labs/DataComponents/DataStack.d.ts.map +1 -1
  292. package/dist/src/labs/DataComponents/DataTable.d.ts +1 -2
  293. package/dist/src/labs/DataComponents/DataTable.d.ts.map +1 -1
  294. package/dist/src/labs/DataComponents/DataView.d.ts +1 -2
  295. package/dist/src/labs/DataComponents/DataView.d.ts.map +1 -1
  296. package/dist/src/labs/DataComponents/DetailPanel.d.ts +0 -1
  297. package/dist/src/labs/DataComponents/DetailPanel.d.ts.map +1 -1
  298. package/dist/src/labs/DataComponents/TableContent.d.ts.map +1 -1
  299. package/dist/src/labs/DataComponents/TableSettings.d.ts.map +1 -1
  300. package/dist/src/labs/DataComponents/componentTypes.d.ts +5 -2
  301. package/dist/src/labs/DataComponents/componentTypes.d.ts.map +1 -1
  302. package/dist/src/labs/DataComponents/constants.d.ts +6 -4
  303. package/dist/src/labs/DataComponents/constants.d.ts.map +1 -1
  304. package/dist/src/labs/DataComponents/tableConstants.d.ts +6 -25
  305. package/dist/src/labs/DataComponents/tableConstants.d.ts.map +1 -1
  306. package/dist/src/labs/DataComponents/useFilterConversion.d.ts.map +1 -1
  307. package/dist/src/labs/DataTablePagination.d.ts +0 -1
  308. package/dist/src/labs/DataTablePagination.d.ts.map +1 -1
  309. package/dist/src/labs/DateField.d.ts +3 -6
  310. package/dist/src/labs/DateField.d.ts.map +1 -1
  311. package/dist/src/labs/DatePicker.d.ts +20 -19
  312. package/dist/src/labs/DatePicker.d.ts.map +1 -1
  313. package/dist/src/labs/FileUpload.d.ts +0 -1
  314. package/dist/src/labs/FileUpload.d.ts.map +1 -1
  315. package/dist/src/labs/FileUploadIllustration.d.ts +0 -1
  316. package/dist/src/labs/FileUploadIllustration.d.ts.map +1 -1
  317. package/dist/src/labs/FileUploadPreview.d.ts +0 -1
  318. package/dist/src/labs/FileUploadPreview.d.ts.map +1 -1
  319. package/dist/src/labs/GroupPicker.d.ts +2 -1
  320. package/dist/src/labs/GroupPicker.d.ts.map +1 -1
  321. package/dist/src/labs/PaginatedTable.d.ts +2 -1
  322. package/dist/src/labs/PaginatedTable.d.ts.map +1 -1
  323. package/dist/src/labs/StaticTable.d.ts +2 -1
  324. package/dist/src/labs/StaticTable.d.ts.map +1 -1
  325. package/dist/src/labs/Switch.d.ts +0 -1
  326. package/dist/src/labs/Switch.d.ts.map +1 -1
  327. package/dist/src/labs/TimeZonePicker.d.ts +22 -0
  328. package/dist/src/labs/TimeZonePicker.d.ts.map +1 -0
  329. package/dist/src/labs/TopNav.d.ts +77 -0
  330. package/dist/src/labs/TopNav.d.ts.map +1 -0
  331. package/dist/src/labs/datePickerTheme.d.ts.map +1 -1
  332. package/dist/src/labs/index.d.ts +1 -0
  333. package/dist/src/labs/index.d.ts.map +1 -1
  334. package/dist/src/labs/{useDatePickerTranslations.d.ts → useDateFieldsTranslations.d.ts} +3 -2
  335. package/dist/src/labs/useDateFieldsTranslations.d.ts.map +1 -0
  336. package/dist/src/labs/useOdysseyDateFields.d.ts +82 -0
  337. package/dist/src/labs/useOdysseyDateFields.d.ts.map +1 -0
  338. package/dist/src/properties/ts/odyssey-react-mui.d.ts +3 -0
  339. package/dist/src/properties/ts/odyssey-react-mui.d.ts.map +1 -1
  340. package/dist/src/test-selectors/querySelector.d.ts +2 -2
  341. package/dist/src/test-selectors/querySelector.d.ts.map +1 -1
  342. package/dist/src/theme/components.d.ts.map +1 -1
  343. package/dist/theme/components.js +44 -9
  344. package/dist/theme/components.js.map +1 -1
  345. package/dist/tsconfig.production.tsbuildinfo +1 -1
  346. package/dist/tsconfig.tsbuildinfo +1 -1
  347. package/package.json +3 -3
  348. package/src/DataTable/DataTable.tsx +118 -64
  349. package/src/Pagination/Pagination.tsx +82 -46
  350. package/src/Pagination/usePagination.ts +14 -18
  351. package/src/labs/DataComponents/DataStack.tsx +6 -0
  352. package/src/labs/DataComponents/DataTable.tsx +6 -0
  353. package/src/labs/DataComponents/DataView.tsx +16 -0
  354. package/src/labs/DataComponents/TableContent.tsx +66 -9
  355. package/src/labs/DataComponents/TableSettings.tsx +60 -60
  356. package/src/labs/DataComponents/componentTypes.ts +5 -6
  357. package/src/labs/DataComponents/constants.tsx +12 -4
  358. package/src/labs/DataComponents/tableConstants.tsx +0 -19
  359. package/src/labs/DataComponents/useFilterConversion.ts +14 -18
  360. package/src/labs/DateField.tsx +175 -26
  361. package/src/labs/DatePicker.tsx +155 -93
  362. package/src/labs/TimeZonePicker.tsx +55 -0
  363. package/src/labs/TopNav.tsx +394 -0
  364. package/src/labs/datePickerTheme.tsx +6 -4
  365. package/src/labs/index.ts +1 -0
  366. package/src/labs/{useDatePickerTranslations.ts → useDateFieldsTranslations.ts} +3 -1
  367. package/src/labs/useOdysseyDateFields.ts +201 -0
  368. package/src/properties/odyssey-react-mui.properties +3 -0
  369. package/src/properties/ts/odyssey-react-mui.ts +1 -1
  370. package/src/theme/components.tsx +50 -7
  371. package/dist/src/labs/useDatePickerTranslations.d.ts.map +0 -1
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type ArrowUnsortedIconProps = SvgIconNoChildrenProps;
15
14
  export declare const ArrowUnsortedIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowUnsorted.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/ArrowUnsorted.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,sBAAsB,GAAG,sBAAsB,CAAC;AAE5D,eAAO,MAAM,iBAAiB,+HAsB5B,CAAC"}
1
+ {"version":3,"file":"ArrowUnsorted.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/ArrowUnsorted.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,sBAAsB,GAAG,sBAAsB,CAAC;AAE5D,eAAO,MAAM,iBAAiB,+HAsB5B,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type ArrowUpIconProps = SvgIconNoChildrenProps;
15
14
  export declare const ArrowUpIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowUp.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/ArrowUp.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,gBAAgB,GAAG,sBAAsB,CAAC;AAEtD,eAAO,MAAM,WAAW,+HAqBvB,CAAC"}
1
+ {"version":3,"file":"ArrowUp.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/ArrowUp.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,gBAAgB,GAAG,sBAAsB,CAAC;AAEtD,eAAO,MAAM,WAAW,+HAqBvB,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type ArrowUpperLeftIconProps = SvgIconNoChildrenProps;
15
14
  export declare const ArrowUpperLeftIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowUpperLeft.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/ArrowUpperLeft.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,uBAAuB,GAAG,sBAAsB,CAAC;AAE7D,eAAO,MAAM,kBAAkB,+HAsB7B,CAAC"}
1
+ {"version":3,"file":"ArrowUpperLeft.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/ArrowUpperLeft.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,uBAAuB,GAAG,sBAAsB,CAAC;AAE7D,eAAO,MAAM,kBAAkB,+HAsB7B,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type ArrowUpperRightIconProps = SvgIconNoChildrenProps;
15
14
  export declare const ArrowUpperRightIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowUpperRight.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/ArrowUpperRight.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,wBAAwB,GAAG,sBAAsB,CAAC;AAE9D,eAAO,MAAM,mBAAmB,+HAsB9B,CAAC"}
1
+ {"version":3,"file":"ArrowUpperRight.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/ArrowUpperRight.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,wBAAwB,GAAG,sBAAsB,CAAC;AAE9D,eAAO,MAAM,mBAAmB,+HAsB9B,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type BugIconProps = SvgIconNoChildrenProps;
15
14
  export declare const BugIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Bug.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Bug.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,YAAY,GAAG,sBAAsB,CAAC;AAElD,eAAO,MAAM,OAAO,+HAmBlB,CAAC"}
1
+ {"version":3,"file":"Bug.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Bug.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,YAAY,GAAG,sBAAsB,CAAC;AAElD,eAAO,MAAM,OAAO,+HAmBlB,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type CalendarIconProps = SvgIconNoChildrenProps;
15
14
  export declare const CalendarIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Calendar.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Calendar.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;AAEvD,eAAO,MAAM,YAAY,+HAqBxB,CAAC"}
1
+ {"version":3,"file":"Calendar.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Calendar.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;AAEvD,eAAO,MAAM,YAAY,+HAqBxB,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type CallIconProps = SvgIconNoChildrenProps;
15
14
  export declare const CallIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Call.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Call.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,aAAa,GAAG,sBAAsB,CAAC;AAEnD,eAAO,MAAM,QAAQ,+HAqBpB,CAAC"}
1
+ {"version":3,"file":"Call.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Call.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,aAAa,GAAG,sBAAsB,CAAC;AAEnD,eAAO,MAAM,QAAQ,+HAqBpB,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type ChatIconProps = SvgIconNoChildrenProps;
15
14
  export declare const ChatIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Chat.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Chat.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,aAAa,GAAG,sBAAsB,CAAC;AAEnD,eAAO,MAAM,QAAQ,+HAqBpB,CAAC"}
1
+ {"version":3,"file":"Chat.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Chat.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,aAAa,GAAG,sBAAsB,CAAC;AAEnD,eAAO,MAAM,QAAQ,+HAqBpB,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type CheckIconProps = SvgIconNoChildrenProps;
15
14
  export declare const CheckIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Check.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Check.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,cAAc,GAAG,sBAAsB,CAAC;AAEpD,eAAO,MAAM,SAAS,+HAqBrB,CAAC"}
1
+ {"version":3,"file":"Check.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Check.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,cAAc,GAAG,sBAAsB,CAAC;AAEpD,eAAO,MAAM,SAAS,+HAqBrB,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type CheckCircleFilledIconProps = SvgIconNoChildrenProps;
15
14
  export declare const CheckCircleFilledIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"CheckCircleFilled.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/CheckCircleFilled.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,0BAA0B,GAAG,sBAAsB,CAAC;AAEhE,eAAO,MAAM,qBAAqB,+HAsBhC,CAAC"}
1
+ {"version":3,"file":"CheckCircleFilled.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/CheckCircleFilled.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,0BAA0B,GAAG,sBAAsB,CAAC;AAEhE,eAAO,MAAM,qBAAqB,+HAsBhC,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type ChevronDownIconProps = SvgIconNoChildrenProps;
15
14
  export declare const ChevronDownIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"ChevronDown.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/ChevronDown.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,oBAAoB,GAAG,sBAAsB,CAAC;AAE1D,eAAO,MAAM,eAAe,+HAqB3B,CAAC"}
1
+ {"version":3,"file":"ChevronDown.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/ChevronDown.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,oBAAoB,GAAG,sBAAsB,CAAC;AAE1D,eAAO,MAAM,eAAe,+HAqB3B,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type ChevronLeftIconProps = SvgIconNoChildrenProps;
15
14
  export declare const ChevronLeftIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"ChevronLeft.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/ChevronLeft.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,oBAAoB,GAAG,sBAAsB,CAAC;AAE1D,eAAO,MAAM,eAAe,+HAqB3B,CAAC"}
1
+ {"version":3,"file":"ChevronLeft.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/ChevronLeft.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,oBAAoB,GAAG,sBAAsB,CAAC;AAE1D,eAAO,MAAM,eAAe,+HAqB3B,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type ChevronRightIconProps = SvgIconNoChildrenProps;
15
14
  export declare const ChevronRightIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"ChevronRight.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/ChevronRight.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,qBAAqB,GAAG,sBAAsB,CAAC;AAE3D,eAAO,MAAM,gBAAgB,+HAsB3B,CAAC"}
1
+ {"version":3,"file":"ChevronRight.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/ChevronRight.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,qBAAqB,GAAG,sBAAsB,CAAC;AAE3D,eAAO,MAAM,gBAAgB,+HAsB3B,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type ChevronUpIconProps = SvgIconNoChildrenProps;
15
14
  export declare const ChevronUpIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"ChevronUp.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/ChevronUp.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,kBAAkB,GAAG,sBAAsB,CAAC;AAExD,eAAO,MAAM,aAAa,+HAqBzB,CAAC"}
1
+ {"version":3,"file":"ChevronUp.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/ChevronUp.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,kBAAkB,GAAG,sBAAsB,CAAC;AAExD,eAAO,MAAM,aAAa,+HAqBzB,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type ClockIconProps = SvgIconNoChildrenProps;
15
14
  export declare const ClockIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Clock.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Clock.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,cAAc,GAAG,sBAAsB,CAAC;AAEpD,eAAO,MAAM,SAAS,+HAqBrB,CAAC"}
1
+ {"version":3,"file":"Clock.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Clock.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,cAAc,GAAG,sBAAsB,CAAC;AAEpD,eAAO,MAAM,SAAS,+HAqBrB,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type CloseIconProps = SvgIconNoChildrenProps;
15
14
  export declare const CloseIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Close.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Close.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,cAAc,GAAG,sBAAsB,CAAC;AAEpD,eAAO,MAAM,SAAS,+HAqBrB,CAAC"}
1
+ {"version":3,"file":"Close.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Close.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,cAAc,GAAG,sBAAsB,CAAC;AAEpD,eAAO,MAAM,SAAS,+HAqBrB,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type CloseCircleFilledIconProps = SvgIconNoChildrenProps;
15
14
  export declare const CloseCircleFilledIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"CloseCircleFilled.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/CloseCircleFilled.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,0BAA0B,GAAG,sBAAsB,CAAC;AAEhE,eAAO,MAAM,qBAAqB,+HAsBhC,CAAC"}
1
+ {"version":3,"file":"CloseCircleFilled.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/CloseCircleFilled.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,0BAA0B,GAAG,sBAAsB,CAAC;AAEhE,eAAO,MAAM,qBAAqB,+HAsBhC,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type CollapseLeftIconProps = SvgIconNoChildrenProps;
15
14
  export declare const CollapseLeftIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"CollapseLeft.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/CollapseLeft.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,qBAAqB,GAAG,sBAAsB,CAAC;AAE3D,eAAO,MAAM,gBAAgB,+HAsB3B,CAAC"}
1
+ {"version":3,"file":"CollapseLeft.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/CollapseLeft.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,qBAAqB,GAAG,sBAAsB,CAAC;AAE3D,eAAO,MAAM,gBAAgB,+HAsB3B,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type CollapseRightIconProps = SvgIconNoChildrenProps;
15
14
  export declare const CollapseRightIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"CollapseRight.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/CollapseRight.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,sBAAsB,GAAG,sBAAsB,CAAC;AAE5D,eAAO,MAAM,iBAAiB,+HAsB5B,CAAC"}
1
+ {"version":3,"file":"CollapseRight.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/CollapseRight.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,sBAAsB,GAAG,sBAAsB,CAAC;AAE5D,eAAO,MAAM,iBAAiB,+HAsB5B,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type CopyIconProps = SvgIconNoChildrenProps;
15
14
  export declare const CopyIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Copy.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Copy.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,aAAa,GAAG,sBAAsB,CAAC;AAEnD,eAAO,MAAM,QAAQ,+HAqBpB,CAAC"}
1
+ {"version":3,"file":"Copy.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Copy.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,aAAa,GAAG,sBAAsB,CAAC;AAEnD,eAAO,MAAM,QAAQ,+HAqBpB,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type CustomIconProps = SvgIconNoChildrenProps;
15
14
  export declare const CustomIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Custom.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Custom.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,eAAe,GAAG,sBAAsB,CAAC;AAErD,eAAO,MAAM,UAAU,+HA2BtB,CAAC"}
1
+ {"version":3,"file":"Custom.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Custom.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,eAAe,GAAG,sBAAsB,CAAC;AAErD,eAAO,MAAM,UAAU,+HA2BtB,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type DangerDiamondIconProps = SvgIconNoChildrenProps;
15
14
  export declare const DangerDiamondIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"DangerDiamond.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/DangerDiamond.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,sBAAsB,GAAG,sBAAsB,CAAC;AAE5D,eAAO,MAAM,iBAAiB,+HAsB5B,CAAC"}
1
+ {"version":3,"file":"DangerDiamond.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/DangerDiamond.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,sBAAsB,GAAG,sBAAsB,CAAC;AAE5D,eAAO,MAAM,iBAAiB,+HAsB5B,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type DangerDiamondFilledIconProps = SvgIconNoChildrenProps;
15
14
  export declare const DangerDiamondFilledIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"DangerDiamondFilled.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/DangerDiamondFilled.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,4BAA4B,GAAG,sBAAsB,CAAC;AAElE,eAAO,MAAM,uBAAuB,+HAsBlC,CAAC"}
1
+ {"version":3,"file":"DangerDiamondFilled.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/DangerDiamondFilled.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,4BAA4B,GAAG,sBAAsB,CAAC;AAElE,eAAO,MAAM,uBAAuB,+HAsBlC,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type DeleteIconProps = SvgIconNoChildrenProps;
15
14
  export declare const DeleteIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Delete.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Delete.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,eAAe,GAAG,sBAAsB,CAAC;AAErD,eAAO,MAAM,UAAU,+HAqBtB,CAAC"}
1
+ {"version":3,"file":"Delete.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Delete.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,eAAe,GAAG,sBAAsB,CAAC;AAErD,eAAO,MAAM,UAAU,+HAqBtB,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type DenyIconProps = SvgIconNoChildrenProps;
15
14
  export declare const DenyIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Deny.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Deny.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,aAAa,GAAG,sBAAsB,CAAC;AAEnD,eAAO,MAAM,QAAQ,+HAqBpB,CAAC"}
1
+ {"version":3,"file":"Deny.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Deny.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,aAAa,GAAG,sBAAsB,CAAC;AAEnD,eAAO,MAAM,QAAQ,+HAqBpB,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type DevicesIconProps = SvgIconNoChildrenProps;
15
14
  export declare const DevicesIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Devices.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Devices.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,gBAAgB,GAAG,sBAAsB,CAAC;AAEtD,eAAO,MAAM,WAAW,+HAqBvB,CAAC"}
1
+ {"version":3,"file":"Devices.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Devices.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,gBAAgB,GAAG,sBAAsB,CAAC;AAEtD,eAAO,MAAM,WAAW,+HAqBvB,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type DirectoryIconProps = SvgIconNoChildrenProps;
15
14
  export declare const DirectoryIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Directory.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Directory.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,kBAAkB,GAAG,sBAAsB,CAAC;AAExD,eAAO,MAAM,aAAa,+HAqBzB,CAAC"}
1
+ {"version":3,"file":"Directory.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Directory.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,kBAAkB,GAAG,sBAAsB,CAAC;AAExD,eAAO,MAAM,aAAa,+HAqBzB,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type DocumentationIconProps = SvgIconNoChildrenProps;
15
14
  export declare const DocumentationIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Documentation.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Documentation.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,sBAAsB,GAAG,sBAAsB,CAAC;AAE5D,eAAO,MAAM,iBAAiB,+HAsB5B,CAAC"}
1
+ {"version":3,"file":"Documentation.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Documentation.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,sBAAsB,GAAG,sBAAsB,CAAC;AAE5D,eAAO,MAAM,iBAAiB,+HAsB5B,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type DownloadIconProps = SvgIconNoChildrenProps;
15
14
  export declare const DownloadIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Download.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Download.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;AAEvD,eAAO,MAAM,YAAY,+HAqBxB,CAAC"}
1
+ {"version":3,"file":"Download.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Download.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;AAEvD,eAAO,MAAM,YAAY,+HAqBxB,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type DragIndicatorIconProps = SvgIconNoChildrenProps;
15
14
  export declare const DragIndicatorIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"DragIndicator.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/DragIndicator.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,sBAAsB,GAAG,sBAAsB,CAAC;AAE5D,eAAO,MAAM,iBAAiB,+HAsB5B,CAAC"}
1
+ {"version":3,"file":"DragIndicator.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/DragIndicator.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,sBAAsB,GAAG,sBAAsB,CAAC;AAE5D,eAAO,MAAM,iBAAiB,+HAsB5B,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type DuoIconProps = SvgIconNoChildrenProps;
15
14
  export declare const DuoIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Duo.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Duo.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,YAAY,GAAG,sBAAsB,CAAC;AAElD,eAAO,MAAM,OAAO,+HAqClB,CAAC"}
1
+ {"version":3,"file":"Duo.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Duo.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,YAAY,GAAG,sBAAsB,CAAC;AAElD,eAAO,MAAM,OAAO,+HAqClB,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type EditIconProps = SvgIconNoChildrenProps;
15
14
  export declare const EditIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Edit.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Edit.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,aAAa,GAAG,sBAAsB,CAAC;AAEnD,eAAO,MAAM,QAAQ,+HAqBpB,CAAC"}
1
+ {"version":3,"file":"Edit.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Edit.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,aAAa,GAAG,sBAAsB,CAAC;AAEnD,eAAO,MAAM,QAAQ,+HAqBpB,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type EmailIconProps = SvgIconNoChildrenProps;
15
14
  export declare const EmailIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Email.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Email.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,cAAc,GAAG,sBAAsB,CAAC;AAEpD,eAAO,MAAM,SAAS,+HA0BrB,CAAC"}
1
+ {"version":3,"file":"Email.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Email.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,cAAc,GAAG,sBAAsB,CAAC;AAEpD,eAAO,MAAM,SAAS,+HA0BrB,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type ExpandLeftIconProps = SvgIconNoChildrenProps;
15
14
  export declare const ExpandLeftIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"ExpandLeft.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/ExpandLeft.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,mBAAmB,GAAG,sBAAsB,CAAC;AAEzD,eAAO,MAAM,cAAc,+HAqB1B,CAAC"}
1
+ {"version":3,"file":"ExpandLeft.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/ExpandLeft.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,mBAAmB,GAAG,sBAAsB,CAAC;AAEzD,eAAO,MAAM,cAAc,+HAqB1B,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type ExpandRightIconProps = SvgIconNoChildrenProps;
15
14
  export declare const ExpandRightIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"ExpandRight.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/ExpandRight.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,oBAAoB,GAAG,sBAAsB,CAAC;AAE1D,eAAO,MAAM,eAAe,+HAqB3B,CAAC"}
1
+ {"version":3,"file":"ExpandRight.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/ExpandRight.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,oBAAoB,GAAG,sBAAsB,CAAC;AAE1D,eAAO,MAAM,eAAe,+HAqB3B,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type ExternalLinkIconProps = SvgIconNoChildrenProps;
15
14
  export declare const ExternalLinkIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"ExternalLink.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/ExternalLink.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,qBAAqB,GAAG,sBAAsB,CAAC;AAE3D,eAAO,MAAM,gBAAgB,+HAsB3B,CAAC"}
1
+ {"version":3,"file":"ExternalLink.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/ExternalLink.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,qBAAqB,GAAG,sBAAsB,CAAC;AAE3D,eAAO,MAAM,gBAAgB,+HAsB3B,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type Fido2IconProps = SvgIconNoChildrenProps;
15
14
  export declare const Fido2Icon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Fido2.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Fido2.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,cAAc,GAAG,sBAAsB,CAAC;AAEpD,eAAO,MAAM,SAAS,+HAiDrB,CAAC"}
1
+ {"version":3,"file":"Fido2.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Fido2.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,cAAc,GAAG,sBAAsB,CAAC;AAEpD,eAAO,MAAM,SAAS,+HAiDrB,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type FilterIconProps = SvgIconNoChildrenProps;
15
14
  export declare const FilterIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Filter.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Filter.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,eAAe,GAAG,sBAAsB,CAAC;AAErD,eAAO,MAAM,UAAU,+HAqBtB,CAAC"}
1
+ {"version":3,"file":"Filter.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Filter.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,eAAe,GAAG,sBAAsB,CAAC;AAErD,eAAO,MAAM,UAAU,+HAqBtB,CAAC"}
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type FolderIconProps = SvgIconNoChildrenProps;
15
14
  export declare const FolderIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Folder.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Folder.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,eAAe,GAAG,sBAAsB,CAAC;AAErD,eAAO,MAAM,UAAU,+HAqBtB,CAAC"}
1
+ {"version":3,"file":"Folder.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Folder.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,eAAe,GAAG,sBAAsB,CAAC;AAErD,eAAO,MAAM,UAAU,+HAqBtB,CAAC"}