@orfium/ictinus 5.43.0 → 5.43.2

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 (838) hide show
  1. package/.turbo/turbo-build.log +601 -899
  2. package/CHANGELOG.md +12 -0
  3. package/dist/components/Avatar/Avatar.js +5 -5
  4. package/dist/components/Avatar/UserAvatar.js +11 -0
  5. package/dist/components/Button/Button.js +23 -23
  6. package/dist/components/ButtonBase/ButtonBase.js +31 -18
  7. package/dist/components/ButtonBase/ButtonBase.style.js +23 -21
  8. package/dist/components/ButtonBase/constants.js +7 -1
  9. package/dist/components/Controls/CheckBox/CheckBox.js +27 -28
  10. package/dist/components/Controls/CheckBox/CheckBox.style.js +3 -3
  11. package/dist/components/DatePicker/constants.js +8 -11
  12. package/dist/components/DatePicker/utils.js +3 -4
  13. package/dist/components/Filter/components/FilterButton/FilterButton.js +1 -1
  14. package/dist/components/IconButton/IconButton.js +13 -14
  15. package/dist/components/Table/constants.js +4 -5
  16. package/dist/components/TextField/TextField.js +14 -21
  17. package/dist/icon/Icon.js +309 -0
  18. package/dist/icons/AccountIcon.js +8 -0
  19. package/dist/icons/AlbumIcon.js +8 -0
  20. package/dist/icons/AnalyticsIcon.js +8 -0
  21. package/dist/icons/AppsIcon.js +8 -0
  22. package/dist/icons/ArrowDownIcon.js +8 -0
  23. package/dist/icons/ArrowLeftIcon.js +8 -0
  24. package/dist/icons/ArrowRightIcon.js +8 -0
  25. package/dist/icons/ArrowUpIcon.js +8 -0
  26. package/dist/icons/ArtistIcon.js +8 -0
  27. package/dist/icons/AssetIcon.js +8 -0
  28. package/dist/icons/AudioIcon.js +8 -0
  29. package/dist/icons/AudioOffIcon.js +13 -0
  30. package/dist/icons/BookmarkIcon.js +8 -0
  31. package/dist/icons/BookmarkOffIcon.js +8 -0
  32. package/dist/icons/BroadcastIcon.js +8 -0
  33. package/dist/icons/CalendarIcon.js +8 -0
  34. package/dist/icons/CatalogIcon.js +8 -0
  35. package/dist/icons/ChannelIcon.js +12 -0
  36. package/dist/icons/ChatIcon.js +8 -0
  37. package/dist/icons/CheckIcon.js +8 -0
  38. package/dist/icons/ChevronDownIcon.js +8 -0
  39. package/dist/icons/ChevronLeftIcon.js +8 -0
  40. package/dist/icons/ChevronRightIcon.js +8 -0
  41. package/dist/icons/ChevronUpIcon.js +8 -0
  42. package/dist/icons/CinemaIcon.js +8 -0
  43. package/dist/icons/ClaimIcon.js +8 -0
  44. package/dist/icons/CloseIcon.js +8 -0
  45. package/dist/icons/ColumnChooserIcon.js +8 -0
  46. package/dist/icons/CompositionIcon.js +8 -0
  47. package/dist/icons/ConcertIcon.js +8 -0
  48. package/dist/icons/ConflictIcon.js +8 -0
  49. package/dist/icons/ConvertIcon.js +8 -0
  50. package/dist/icons/CopyIcon.js +8 -0
  51. package/dist/icons/CueSheetIcon.js +8 -0
  52. package/dist/icons/DashboardIcon.js +8 -0
  53. package/dist/icons/DatasetIcon.js +8 -0
  54. package/dist/icons/DeleteIcon.js +8 -0
  55. package/dist/icons/DeliveryIcon.js +8 -0
  56. package/dist/icons/DetailsIcon.js +8 -0
  57. package/dist/icons/DigitalIcon.js +8 -0
  58. package/dist/icons/DistributionIcon.js +8 -0
  59. package/dist/icons/DownloadIcon.js +8 -0
  60. package/dist/icons/EarningsIcon.js +8 -0
  61. package/dist/icons/EditIcon.js +8 -0
  62. package/dist/icons/EntitiesIcon.js +8 -0
  63. package/dist/icons/ErrorIcon.js +8 -0
  64. package/dist/icons/ExternalLinkIcon.js +8 -0
  65. package/dist/icons/EyeIcon.js +8 -0
  66. package/dist/icons/EyeOffIcon.js +8 -0
  67. package/dist/icons/FavoriteIcon.js +8 -0
  68. package/dist/icons/FavoriteOffIcon.js +8 -0
  69. package/dist/icons/FileIcon.js +8 -0
  70. package/dist/icons/FilterIcon.js +8 -0
  71. package/dist/icons/FlagIcon.js +8 -0
  72. package/dist/icons/FlagOffIcon.js +8 -0
  73. package/dist/icons/ForwardIcon.js +8 -0
  74. package/dist/icons/FreezeIcon.js +8 -0
  75. package/dist/icons/HelpIcon.js +8 -0
  76. package/dist/icons/ImageIcon.js +8 -0
  77. package/dist/icons/ImageOffIcon.js +11 -0
  78. package/dist/icons/IncomeIcon.js +8 -0
  79. package/dist/icons/InformationalIcon.js +8 -0
  80. package/dist/icons/InsightIcon.js +8 -0
  81. package/dist/icons/InvoiceIcon.js +8 -0
  82. package/dist/icons/IssueIcon.js +8 -0
  83. package/dist/icons/KeywordIcon.js +8 -0
  84. package/dist/icons/LanguageIcon.js +8 -0
  85. package/dist/icons/LegalIcon.js +8 -0
  86. package/dist/icons/LicenseIcon.js +8 -0
  87. package/dist/icons/LinkIcon.js +8 -0
  88. package/dist/icons/LocationIcon.js +8 -0
  89. package/dist/icons/LockIcon.js +8 -0
  90. package/dist/icons/LoginIcon.js +8 -0
  91. package/dist/icons/LogoutIcon.js +8 -0
  92. package/dist/icons/MailIcon.js +8 -0
  93. package/dist/icons/ManualIcon.js +8 -0
  94. package/dist/icons/MediaFileIcon.js +8 -0
  95. package/dist/icons/MenuIcon.js +8 -0
  96. package/dist/icons/MinusIcon.js +8 -0
  97. package/dist/icons/MoreOptionsIcon.js +12 -0
  98. package/dist/icons/NextIcon.js +8 -0
  99. package/dist/icons/NotificationIcon.js +8 -0
  100. package/dist/icons/OrganizationIcon.js +8 -0
  101. package/dist/icons/PageFirstIcon.js +8 -0
  102. package/dist/icons/PageLastIcon.js +8 -0
  103. package/dist/icons/PairIcon.js +8 -0
  104. package/dist/icons/PauseIcon.js +8 -0
  105. package/dist/icons/PendingIcon.js +8 -0
  106. package/dist/icons/PlayIcon.js +8 -0
  107. package/dist/icons/PlaycountIcon.js +8 -0
  108. package/dist/icons/PlusIcon.js +8 -0
  109. package/dist/icons/PolicyIcon.js +8 -0
  110. package/dist/icons/PreviousIcon.js +8 -0
  111. package/dist/icons/PublicPerformanceIcon.js +8 -0
  112. package/dist/icons/PublisherIcon.js +11 -0
  113. package/dist/icons/RadioIcon.js +8 -0
  114. package/dist/icons/RecordLabelIcon.js +8 -0
  115. package/dist/icons/RecordingIcon.js +8 -0
  116. package/dist/icons/RedoIcon.js +8 -0
  117. package/dist/icons/RefreshIcon.js +8 -0
  118. package/dist/icons/ReportIcon.js +8 -0
  119. package/dist/icons/RestoreIcon.js +11 -0
  120. package/dist/icons/ResumeIcon.js +11 -0
  121. package/dist/icons/ReviewIcon.js +8 -0
  122. package/dist/icons/RewindIcon.js +8 -0
  123. package/dist/icons/RoleIcon.js +8 -0
  124. package/dist/icons/SearchFilledIcon.js +8 -0
  125. package/dist/icons/SearchIcon.js +8 -0
  126. package/dist/icons/SettingsIcon.js +8 -0
  127. package/dist/icons/ShareIcon.js +8 -0
  128. package/dist/icons/SortAscendingIcon.js +12 -0
  129. package/dist/icons/SortDescendingIcon.js +12 -0
  130. package/dist/icons/SortIcon.js +11 -0
  131. package/dist/icons/StatusIndicatorIcon.js +8 -0
  132. package/dist/icons/StopIcon.js +8 -0
  133. package/dist/icons/SuccessIcon.js +8 -0
  134. package/dist/icons/TagIcon.js +8 -0
  135. package/dist/icons/TelevisionIcon.js +8 -0
  136. package/dist/icons/ThumbsDownIcon.js +8 -0
  137. package/dist/icons/ThumbsUpIcon.js +8 -0
  138. package/dist/icons/TrendingDownIcon.js +8 -0
  139. package/dist/icons/TrendingUpIcon.js +8 -0
  140. package/dist/icons/TriangleDownIcon.js +8 -0
  141. package/dist/icons/TriangleLeftIcon.js +8 -0
  142. package/dist/icons/TriangleRightIcon.js +8 -0
  143. package/dist/icons/TriangleUpIcon.js +8 -0
  144. package/dist/icons/UndoIcon.js +8 -0
  145. package/dist/icons/UnfreezeIcon.js +11 -0
  146. package/dist/icons/UnlinkIcon.js +8 -0
  147. package/dist/icons/UnlockIcon.js +8 -0
  148. package/dist/icons/UnpairIcon.js +8 -0
  149. package/dist/icons/UnverifiedIcon.js +11 -0
  150. package/dist/icons/UpdateIcon.js +11 -0
  151. package/dist/icons/UploadIcon.js +8 -0
  152. package/dist/icons/UsageIcon.js +8 -0
  153. package/dist/icons/UserIcon.js +8 -0
  154. package/dist/icons/UsersIcon.js +13 -0
  155. package/dist/icons/VerifiedIcon.js +8 -0
  156. package/dist/icons/VideoIcon.js +8 -0
  157. package/dist/icons/VideoOffIcon.js +11 -0
  158. package/dist/icons/WarningIcon.js +8 -0
  159. package/dist/icons/WorkIcon.js +8 -0
  160. package/dist/icons/WriterIcon.js +12 -0
  161. package/dist/icons/YouTubeIcon.js +8 -0
  162. package/dist/index.js +240 -246
  163. package/dist/package.json.d.ts +24 -18
  164. package/dist/{packages/ictinus/package.json.js → package.json.js} +1 -1
  165. package/dist/sprinkles/properties.css.js +1 -1
  166. package/dist/sprinkles/properties.css.ts.vanilla.css +1 -1
  167. package/dist/src/actions/ActionsContent.css.d.ts +11 -0
  168. package/dist/src/actions/ActionsContent.d.ts +420 -0
  169. package/dist/src/actions/ActionsRoot.css.d.ts +6 -0
  170. package/dist/src/actions/ActionsRoot.d.ts +417 -0
  171. package/dist/src/actions/index.d.ts +2 -0
  172. package/dist/src/components/Avatar/UserAvatar.d.ts +2 -0
  173. package/dist/src/components/ButtonBase/ButtonBase.style.d.ts +0 -7
  174. package/dist/src/components/ButtonBase/constants.d.ts +6 -0
  175. package/dist/src/components/DatePicker/DatePicker.test.d.ts +3 -1
  176. package/dist/src/components/DatePicker/constants.d.ts +0 -40
  177. package/dist/src/components/DatePicker/utils.d.ts +0 -3
  178. package/dist/src/components/ExpandCollapse/ExpandCollapse.types.d.ts +6 -7
  179. package/dist/src/components/IconButton/IconButton.d.ts +3 -3
  180. package/dist/src/components/Link/Link.d.ts +1 -1
  181. package/dist/src/components/Link/Link.types.d.ts +2 -3
  182. package/dist/src/components/Table/constants.d.ts +0 -28
  183. package/dist/src/data-table/DataTable.d.ts +428 -0
  184. package/dist/src/data-table/DataTableBody.css.d.ts +20 -0
  185. package/dist/src/data-table/DataTableBody.d.ts +425 -0
  186. package/dist/src/data-table/DataTableCheckbox.d.ts +14 -0
  187. package/dist/src/data-table/DataTableContext.d.ts +12 -0
  188. package/dist/src/data-table/DataTableEditColumns.d.ts +1 -0
  189. package/dist/src/data-table/DataTableHeader.d.ts +417 -0
  190. package/dist/src/data-table/DataTableHeaderCell.css.d.ts +20 -0
  191. package/dist/src/data-table/DataTableHeaderCell.d.ts +10 -0
  192. package/dist/src/data-table/DataTableRow.d.ts +851 -0
  193. package/dist/src/data-table/DataTableRowContext.d.ts +17 -0
  194. package/dist/src/data-table/index.d.ts +5 -0
  195. package/dist/src/index.d.ts +1 -5
  196. package/dist/src/sprinkles/properties.css.d.ts +356 -340
  197. package/dist/src/sprinkles/sprinkles.d.ts +738 -706
  198. package/dist/src/test/utils.d.ts +1 -2
  199. package/dist/src/utils/common.d.ts +0 -7
  200. package/dist/src/vanilla/Box/Box.d.ts +287 -281
  201. package/dist/src/vanilla/Box/extractBoxProps.d.ts +2 -2
  202. package/dist/src/vanilla/Dropdown/Dropdown.css.d.ts +5 -0
  203. package/dist/src/vanilla/Table/Table.d.ts +287 -281
  204. package/dist/src/vanilla/Table/TableBody.d.ts +287 -281
  205. package/dist/src/vanilla/Table/TableCell.d.ts +287 -281
  206. package/dist/src/vanilla/Table/TableFooter.d.ts +287 -281
  207. package/dist/src/vanilla/Table/TableHeader.d.ts +287 -281
  208. package/dist/src/vanilla/Table/TableHeaderCell.css.d.ts +1 -0
  209. package/dist/src/vanilla/Table/TableHeaderCell.d.ts +287 -281
  210. package/dist/src/vanilla/Table/TableRow.d.ts +287 -281
  211. package/dist/src/vanilla/Text/Text.d.ts +287 -281
  212. package/dist/src/vanilla/index.d.ts +1 -0
  213. package/dist/src/vanilla-extract/index.d.ts +1 -0
  214. package/dist/src/version/index.d.ts +1 -0
  215. package/dist/src/version/version.d.ts +1 -0
  216. package/dist/vanilla/Box/Box.js +1 -1
  217. package/dist/vanilla/Dropdown/Dropdown-css.js +8 -0
  218. package/dist/vanilla/Dropdown/Dropdown.js +4 -2
  219. package/dist/vanilla/Menu/Menu-css.js +4 -4
  220. package/dist/vanilla/Menu/Menu.js +2 -2
  221. package/dist/vanilla/Popover/Popover-css.js +3 -3
  222. package/dist/vanilla/Popover/Popover.js +1 -1
  223. package/dist/vanilla/Table/Table-css.js +4 -4
  224. package/dist/vanilla/Table/Table.js +2 -3
  225. package/dist/vanilla/Table/TableCell-css.js +4 -4
  226. package/dist/vanilla/Table/TableCell.js +0 -2
  227. package/dist/vanilla/Table/TableHeaderCell-css.js +6 -6
  228. package/dist/vanilla/Table/TableRow-css.js +4 -4
  229. package/dist/vanilla/ThemeProvider/ThemeProvider.js +1 -1
  230. package/dist/vanilla/Tooltip/Tooltip-css.js +3 -3
  231. package/dist/vanilla/Tooltip/Tooltip.js +1 -1
  232. package/dist/vanilla/assets/src/actions/ActionsContent.css.ts.vanilla-BVxWvGVF.css +22 -0
  233. package/dist/vanilla/assets/src/actions/ActionsRoot.css.ts.vanilla-B5JvX1-v.css +4 -0
  234. package/dist/vanilla/assets/src/data-table/DataTableBody.css.ts.vanilla-B8JRxzQ8.css +70 -0
  235. package/dist/vanilla/assets/src/data-table/DataTableHeaderCell.css.ts.vanilla-B2HJ86a7.css +36 -0
  236. package/dist/vanilla/assets/src/sprinkles/{properties.css.ts.vanilla-CFXZ9U7a.css → properties.css.ts.vanilla-C8hqLKur.css} +3196 -3181
  237. package/dist/vanilla/assets/src/vanilla/Table/{TableHeaderCell.css.ts.vanilla-DHGpcMTl.css → TableHeaderCell.css.ts.vanilla-CZtubUTB.css} +7 -13
  238. package/dist/vanilla/assets/src/vanilla/Table/TableRow.css.ts.vanilla-B1NNK8v8.css +18 -0
  239. package/dist/vanilla/assets/src/vanilla-extract/{global.css.ts.vanilla-yNiirHQ2.css → global.css.ts.vanilla-BHTgxO8_.css} +1 -1
  240. package/dist/vanilla/index.d.ts +1381 -41
  241. package/dist/vanilla/index.js +5 -0
  242. package/dist/vanilla/package.json.js +1 -1
  243. package/dist/vanilla/src/actions/ActionsContent-css.js +10 -0
  244. package/dist/vanilla/src/actions/ActionsContent.js +15 -0
  245. package/dist/vanilla/src/actions/ActionsRoot-css.js +7 -0
  246. package/dist/vanilla/src/actions/ActionsRoot.js +15 -0
  247. package/dist/vanilla/src/components/Avatar/Avatar.js +34 -0
  248. package/dist/vanilla/src/components/Avatar/Avatar.style.js +116 -0
  249. package/dist/vanilla/src/components/Avatar/UserAvatar.js +24 -0
  250. package/dist/vanilla/src/components/Box/Box.js +42 -0
  251. package/dist/vanilla/src/components/Box/Box.style.js +5 -0
  252. package/dist/vanilla/src/components/Box/Box.utilities.js +132 -0
  253. package/dist/vanilla/src/components/Button/Button.js +32 -0
  254. package/dist/vanilla/src/components/Button/ButtonLoader/ButtonLoader.js +9 -0
  255. package/dist/vanilla/src/components/Button/ButtonLoader/ButtonLoader.style.js +46 -0
  256. package/dist/vanilla/src/components/ButtonBase/ButtonBase.js +62 -0
  257. package/dist/vanilla/src/components/ButtonBase/ButtonBase.style.js +74 -0
  258. package/dist/vanilla/src/components/ButtonBase/constants.js +40 -0
  259. package/dist/vanilla/src/components/Controls/CheckBox/CheckBox.js +79 -0
  260. package/dist/vanilla/src/components/Controls/CheckBox/CheckBox.style.js +77 -0
  261. package/dist/vanilla/src/components/Controls/ControlLabel/ControlHelpText.js +8 -0
  262. package/dist/vanilla/src/components/Controls/ControlLabel/ControlLabel.style.js +23 -0
  263. package/dist/vanilla/src/components/Controls/ControlLabel/ControlLabelText.js +8 -0
  264. package/dist/vanilla/src/components/Controls/Radio/Radio.js +52 -0
  265. package/dist/vanilla/src/components/Controls/Radio/Radio.style.js +91 -0
  266. package/dist/vanilla/src/components/Controls/Radio/components/RadioGroup/RadioGroup.js +25 -0
  267. package/dist/vanilla/src/components/Controls/Radio/components/RadioGroup/RadioGroupContext.js +6 -0
  268. package/dist/vanilla/src/components/Controls/Switch/Switch.js +71 -0
  269. package/dist/vanilla/src/components/Controls/Switch/Switch.style.js +82 -0
  270. package/dist/vanilla/src/components/IconButton/IconButton.js +30 -0
  271. package/dist/vanilla/src/components/Typography/utils.js +13 -0
  272. package/dist/vanilla/src/components/utils/Slots.js +12 -0
  273. package/dist/vanilla/src/components/utils/useDOMRef.js +12 -0
  274. package/dist/vanilla/src/data-table/DataTable.js +23 -0
  275. package/dist/vanilla/src/data-table/DataTableBody-css.js +16 -0
  276. package/dist/vanilla/src/data-table/DataTableBody.js +235 -0
  277. package/dist/vanilla/src/data-table/DataTableCheckbox.js +48 -0
  278. package/dist/vanilla/src/data-table/DataTableContext.js +19 -0
  279. package/dist/vanilla/src/data-table/DataTableEditColumns.js +82 -0
  280. package/dist/vanilla/src/data-table/DataTableHeader.js +33 -0
  281. package/dist/vanilla/src/data-table/DataTableHeaderCell-css.js +14 -0
  282. package/dist/vanilla/src/data-table/DataTableHeaderCell.js +197 -0
  283. package/dist/vanilla/src/data-table/DataTableRow.js +159 -0
  284. package/dist/vanilla/src/data-table/DataTableRowContext.js +22 -0
  285. package/dist/vanilla/src/hooks/useCombinedRefs.js +20 -0
  286. package/dist/vanilla/src/hooks/useTheme.js +7 -0
  287. package/dist/vanilla/src/sprinkles/properties-css.js +5 -5
  288. package/dist/vanilla/src/theme/functions.js +64 -0
  289. package/dist/vanilla/src/utils/date.js +13 -0
  290. package/dist/vanilla/src/utils/helpers.js +7 -0
  291. package/dist/vanilla-extract/global.css.ts.vanilla.css +1 -1
  292. package/package.json +23 -17
  293. package/src/actions/ActionsContent.css.ts +52 -0
  294. package/src/actions/ActionsContent.tsx +19 -0
  295. package/src/actions/ActionsRoot.css.ts +8 -0
  296. package/src/actions/ActionsRoot.tsx +19 -0
  297. package/src/actions/index.ts +2 -0
  298. package/src/components/Avatar/Avatar.tsx +1 -1
  299. package/src/components/Avatar/UserAvatar.tsx +18 -0
  300. package/src/components/Button/Button.tsx +13 -17
  301. package/src/components/ButtonBase/ButtonBase.style.ts +3 -12
  302. package/src/components/ButtonBase/ButtonBase.tsx +3 -2
  303. package/src/components/ButtonBase/constants.ts +7 -0
  304. package/src/components/Controls/CheckBox/CheckBox.style.ts +1 -0
  305. package/src/components/Controls/CheckBox/CheckBox.tsx +11 -10
  306. package/src/components/Controls/CheckBox/__snapshots__/CheckBox.test.tsx.snap +9 -27
  307. package/src/components/DatePicker/DatePicker.test.tsx +29 -1
  308. package/src/components/DatePicker/OverlayComponent/__snapshots__/OverlayComponent.test.tsx.snap +432 -505
  309. package/src/components/DatePicker/OverlayComponent/components/MonthWrapper/__snapshots__/MonthWrapper.test.tsx.snap +152 -190
  310. package/src/components/DatePicker/constants.ts +0 -41
  311. package/src/components/DatePicker/utils.ts +0 -30
  312. package/src/components/ExpandCollapse/ExpandCollapse.types.ts +7 -7
  313. package/src/components/Filter/components/FilterButton/FilterButton.tsx +1 -1
  314. package/src/components/IconButton/IconButton.tsx +8 -8
  315. package/src/components/Link/Link.types.ts +3 -3
  316. package/src/components/Table/constants.tsx +0 -342
  317. package/src/components/TextField/TextField.tsx +4 -8
  318. package/src/components/TopAppBar/__snapshots__/TopAppBar.test.tsx.snap +54 -128
  319. package/src/data-table/DataTable.tsx +36 -0
  320. package/src/data-table/DataTableBody.css.ts +127 -0
  321. package/src/data-table/DataTableBody.tsx +282 -0
  322. package/src/data-table/DataTableCheckbox.tsx +68 -0
  323. package/src/data-table/DataTableContext.tsx +27 -0
  324. package/src/data-table/DataTableEditColumns.tsx +88 -0
  325. package/src/data-table/DataTableHeader.tsx +32 -0
  326. package/src/data-table/DataTableHeaderCell.css.ts +90 -0
  327. package/src/data-table/DataTableHeaderCell.tsx +214 -0
  328. package/src/data-table/DataTableRow.tsx +216 -0
  329. package/src/data-table/DataTableRowContext.tsx +38 -0
  330. package/src/data-table/index.ts +5 -0
  331. package/src/data-table/react-table.d.ts +12 -0
  332. package/src/hooks/useBreakpoints.test.ts +1 -1
  333. package/src/index.ts +1 -5
  334. package/src/sprinkles/properties.css.ts +2 -1
  335. package/src/test/setup.ts +8 -0
  336. package/src/test/utils.tsx +1 -2
  337. package/src/utils/common.ts +0 -106
  338. package/src/vanilla/Box/Box.tsx +1 -1
  339. package/src/vanilla/Dropdown/Dropdown.css.ts +11 -0
  340. package/src/vanilla/Dropdown/Dropdown.tsx +3 -1
  341. package/src/vanilla/Table/Table.tsx +3 -5
  342. package/src/vanilla/Table/TableCell.css.ts +1 -0
  343. package/src/vanilla/Table/TableCell.tsx +0 -2
  344. package/src/vanilla/Table/TableHeaderCell.css.ts +3 -9
  345. package/src/vanilla/Table/TableRow.css.ts +10 -1
  346. package/src/vanilla/ThemeProvider/ThemeProvider.tsx +1 -1
  347. package/src/vanilla/index.ts +1 -0
  348. package/src/vanilla-extract/global.css.ts +1 -1
  349. package/src/vanilla-extract/index.ts +9 -0
  350. package/src/version/index.ts +1 -0
  351. package/src/version/version.ts +1 -0
  352. package/dist/_virtual/AsymmetricMatcher.js +0 -4
  353. package/dist/_virtual/ConvertAnsi.js +0 -4
  354. package/dist/_virtual/DOMCollection.js +0 -4
  355. package/dist/_virtual/DOMElement.js +0 -4
  356. package/dist/_virtual/Immutable.js +0 -4
  357. package/dist/_virtual/ReactElement.js +0 -4
  358. package/dist/_virtual/ReactTestComponent.js +0 -4
  359. package/dist/_virtual/___vite-browser-external.js +0 -6
  360. package/dist/_virtual/__vite-browser-external.js +0 -4
  361. package/dist/_virtual/_commonjsHelpers.js +0 -33
  362. package/dist/_virtual/alertRole.js +0 -4
  363. package/dist/_virtual/alertdialogRole.js +0 -4
  364. package/dist/_virtual/applicationRole.js +0 -4
  365. package/dist/_virtual/ariaAbstractRoles.js +0 -4
  366. package/dist/_virtual/ariaDpubRoles.js +0 -4
  367. package/dist/_virtual/ariaGraphicsRoles.js +0 -4
  368. package/dist/_virtual/ariaLiteralRoles.js +0 -4
  369. package/dist/_virtual/ariaPropsMap.js +0 -4
  370. package/dist/_virtual/articleRole.js +0 -4
  371. package/dist/_virtual/bannerRole.js +0 -4
  372. package/dist/_virtual/blockquoteRole.js +0 -4
  373. package/dist/_virtual/buttonRole.js +0 -4
  374. package/dist/_virtual/captionRole.js +0 -4
  375. package/dist/_virtual/cellRole.js +0 -4
  376. package/dist/_virtual/checkboxRole.js +0 -4
  377. package/dist/_virtual/codeRole.js +0 -4
  378. package/dist/_virtual/collections.js +0 -4
  379. package/dist/_virtual/columnheaderRole.js +0 -4
  380. package/dist/_virtual/comboboxRole.js +0 -4
  381. package/dist/_virtual/commandRole.js +0 -4
  382. package/dist/_virtual/complementaryRole.js +0 -4
  383. package/dist/_virtual/compositeRole.js +0 -4
  384. package/dist/_virtual/contentinfoRole.js +0 -4
  385. package/dist/_virtual/definitionRole.js +0 -4
  386. package/dist/_virtual/deletionRole.js +0 -4
  387. package/dist/_virtual/dialogRole.js +0 -4
  388. package/dist/_virtual/directoryRole.js +0 -4
  389. package/dist/_virtual/docAbstractRole.js +0 -4
  390. package/dist/_virtual/docAcknowledgmentsRole.js +0 -4
  391. package/dist/_virtual/docAfterwordRole.js +0 -4
  392. package/dist/_virtual/docAppendixRole.js +0 -4
  393. package/dist/_virtual/docBacklinkRole.js +0 -4
  394. package/dist/_virtual/docBiblioentryRole.js +0 -4
  395. package/dist/_virtual/docBibliographyRole.js +0 -4
  396. package/dist/_virtual/docBibliorefRole.js +0 -4
  397. package/dist/_virtual/docChapterRole.js +0 -4
  398. package/dist/_virtual/docColophonRole.js +0 -4
  399. package/dist/_virtual/docConclusionRole.js +0 -4
  400. package/dist/_virtual/docCoverRole.js +0 -4
  401. package/dist/_virtual/docCreditRole.js +0 -4
  402. package/dist/_virtual/docCreditsRole.js +0 -4
  403. package/dist/_virtual/docDedicationRole.js +0 -4
  404. package/dist/_virtual/docEndnoteRole.js +0 -4
  405. package/dist/_virtual/docEndnotesRole.js +0 -4
  406. package/dist/_virtual/docEpigraphRole.js +0 -4
  407. package/dist/_virtual/docEpilogueRole.js +0 -4
  408. package/dist/_virtual/docErrataRole.js +0 -4
  409. package/dist/_virtual/docExampleRole.js +0 -4
  410. package/dist/_virtual/docFootnoteRole.js +0 -4
  411. package/dist/_virtual/docForewordRole.js +0 -4
  412. package/dist/_virtual/docGlossaryRole.js +0 -4
  413. package/dist/_virtual/docGlossrefRole.js +0 -4
  414. package/dist/_virtual/docIndexRole.js +0 -4
  415. package/dist/_virtual/docIntroductionRole.js +0 -4
  416. package/dist/_virtual/docNoterefRole.js +0 -4
  417. package/dist/_virtual/docNoticeRole.js +0 -4
  418. package/dist/_virtual/docPagebreakRole.js +0 -4
  419. package/dist/_virtual/docPagelistRole.js +0 -4
  420. package/dist/_virtual/docPartRole.js +0 -4
  421. package/dist/_virtual/docPrefaceRole.js +0 -4
  422. package/dist/_virtual/docPrologueRole.js +0 -4
  423. package/dist/_virtual/docPullquoteRole.js +0 -4
  424. package/dist/_virtual/docQnaRole.js +0 -4
  425. package/dist/_virtual/docSubtitleRole.js +0 -4
  426. package/dist/_virtual/docTipRole.js +0 -4
  427. package/dist/_virtual/docTocRole.js +0 -4
  428. package/dist/_virtual/documentRole.js +0 -4
  429. package/dist/_virtual/domMap.js +0 -4
  430. package/dist/_virtual/elementRoleMap.js +0 -4
  431. package/dist/_virtual/emphasisRole.js +0 -4
  432. package/dist/_virtual/escapeHTML.js +0 -4
  433. package/dist/_virtual/feedRole.js +0 -4
  434. package/dist/_virtual/figureRole.js +0 -4
  435. package/dist/_virtual/formRole.js +0 -4
  436. package/dist/_virtual/genericRole.js +0 -4
  437. package/dist/_virtual/graphicsDocumentRole.js +0 -4
  438. package/dist/_virtual/graphicsObjectRole.js +0 -4
  439. package/dist/_virtual/graphicsSymbolRole.js +0 -4
  440. package/dist/_virtual/gridRole.js +0 -4
  441. package/dist/_virtual/gridcellRole.js +0 -4
  442. package/dist/_virtual/groupRole.js +0 -4
  443. package/dist/_virtual/headingRole.js +0 -4
  444. package/dist/_virtual/imgRole.js +0 -4
  445. package/dist/_virtual/index.js +0 -5
  446. package/dist/_virtual/index10.js +0 -4
  447. package/dist/_virtual/index2.js +0 -5
  448. package/dist/_virtual/index3.js +0 -4
  449. package/dist/_virtual/index4.js +0 -4
  450. package/dist/_virtual/index5.js +0 -4
  451. package/dist/_virtual/index6.js +0 -4
  452. package/dist/_virtual/index7.js +0 -4
  453. package/dist/_virtual/index8.js +0 -4
  454. package/dist/_virtual/index9.js +0 -4
  455. package/dist/_virtual/inputRole.js +0 -4
  456. package/dist/_virtual/insertionRole.js +0 -4
  457. package/dist/_virtual/iterationDecorator.js +0 -4
  458. package/dist/_virtual/iteratorProxy.js +0 -4
  459. package/dist/_virtual/landmarkRole.js +0 -4
  460. package/dist/_virtual/linkRole.js +0 -4
  461. package/dist/_virtual/listRole.js +0 -4
  462. package/dist/_virtual/listboxRole.js +0 -4
  463. package/dist/_virtual/listitemRole.js +0 -4
  464. package/dist/_virtual/logRole.js +0 -4
  465. package/dist/_virtual/lz-string.js +0 -7
  466. package/dist/_virtual/lz-string2.js +0 -4
  467. package/dist/_virtual/mainRole.js +0 -4
  468. package/dist/_virtual/markup.js +0 -4
  469. package/dist/_virtual/marqueeRole.js +0 -4
  470. package/dist/_virtual/mathRole.js +0 -4
  471. package/dist/_virtual/menuRole.js +0 -4
  472. package/dist/_virtual/menubarRole.js +0 -4
  473. package/dist/_virtual/menuitemRole.js +0 -4
  474. package/dist/_virtual/menuitemcheckboxRole.js +0 -4
  475. package/dist/_virtual/menuitemradioRole.js +0 -4
  476. package/dist/_virtual/meterRole.js +0 -4
  477. package/dist/_virtual/navigationRole.js +0 -4
  478. package/dist/_virtual/noneRole.js +0 -4
  479. package/dist/_virtual/noteRole.js +0 -4
  480. package/dist/_virtual/optionRole.js +0 -4
  481. package/dist/_virtual/paragraphRole.js +0 -4
  482. package/dist/_virtual/presentationRole.js +0 -4
  483. package/dist/_virtual/progressbarRole.js +0 -4
  484. package/dist/_virtual/radioRole.js +0 -4
  485. package/dist/_virtual/radiogroupRole.js +0 -4
  486. package/dist/_virtual/rangeRole.js +0 -4
  487. package/dist/_virtual/regionRole.js +0 -4
  488. package/dist/_virtual/roleElementMap.js +0 -4
  489. package/dist/_virtual/rolesMap.js +0 -4
  490. package/dist/_virtual/roletypeRole.js +0 -4
  491. package/dist/_virtual/rowRole.js +0 -4
  492. package/dist/_virtual/rowgroupRole.js +0 -4
  493. package/dist/_virtual/rowheaderRole.js +0 -4
  494. package/dist/_virtual/scrollbarRole.js +0 -4
  495. package/dist/_virtual/searchRole.js +0 -4
  496. package/dist/_virtual/searchboxRole.js +0 -4
  497. package/dist/_virtual/sectionRole.js +0 -4
  498. package/dist/_virtual/sectionheadRole.js +0 -4
  499. package/dist/_virtual/selectRole.js +0 -4
  500. package/dist/_virtual/separatorRole.js +0 -4
  501. package/dist/_virtual/sliderRole.js +0 -4
  502. package/dist/_virtual/spinbuttonRole.js +0 -4
  503. package/dist/_virtual/statusRole.js +0 -4
  504. package/dist/_virtual/strongRole.js +0 -4
  505. package/dist/_virtual/structureRole.js +0 -4
  506. package/dist/_virtual/subscriptRole.js +0 -4
  507. package/dist/_virtual/superscriptRole.js +0 -4
  508. package/dist/_virtual/switchRole.js +0 -4
  509. package/dist/_virtual/tabRole.js +0 -4
  510. package/dist/_virtual/tableRole.js +0 -4
  511. package/dist/_virtual/tablistRole.js +0 -4
  512. package/dist/_virtual/tabpanelRole.js +0 -4
  513. package/dist/_virtual/termRole.js +0 -4
  514. package/dist/_virtual/textboxRole.js +0 -4
  515. package/dist/_virtual/timeRole.js +0 -4
  516. package/dist/_virtual/timerRole.js +0 -4
  517. package/dist/_virtual/toolbarRole.js +0 -4
  518. package/dist/_virtual/tooltipRole.js +0 -4
  519. package/dist/_virtual/treeRole.js +0 -4
  520. package/dist/_virtual/treegridRole.js +0 -4
  521. package/dist/_virtual/treeitemRole.js +0 -4
  522. package/dist/_virtual/widgetRole.js +0 -4
  523. package/dist/_virtual/windowRole.js +0 -4
  524. package/dist/components/Avatar/assets/user-avatar.svg.js +0 -5
  525. package/dist/components/Button/Button.style.js +0 -10
  526. package/dist/components/Navigation/Directory/Directory.js +0 -17
  527. package/dist/components/Navigation/Directory/Directory.style.js +0 -16
  528. package/dist/components/Navigation/Directory/MenuItem/MenuItem.js +0 -45
  529. package/dist/components/Navigation/Navigation.js +0 -15
  530. package/dist/components/Navigation/Navigation.style.js +0 -7
  531. package/dist/hooks/useLocationToGetCurrentMenuItem.js +0 -13
  532. package/dist/hooks/useSearchQueryParams.js +0 -13
  533. package/dist/node_modules/.pnpm/@testing-library_dom@9.3.4/node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js +0 -2034
  534. package/dist/node_modules/.pnpm/@testing-library_react@14.3.1_@types_react@18.3.24_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@testing-library/react/dist/@testing-library/react.esm.js +0 -186
  535. package/dist/node_modules/.pnpm/ansi-regex@5.0.1/node_modules/ansi-regex/index.js +0 -13
  536. package/dist/node_modules/.pnpm/ansi-styles@5.2.0/node_modules/ansi-styles/index.js +0 -110
  537. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/ariaPropsMap.js +0 -240
  538. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/domMap.js +0 -389
  539. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/elementRoleMap.js +0 -155
  540. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/commandRole.js +0 -32
  541. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/compositeRole.js +0 -30
  542. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/inputRole.js +0 -34
  543. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/landmarkRole.js +0 -27
  544. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/rangeRole.js +0 -31
  545. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/roletypeRole.js +0 -60
  546. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/sectionRole.js +0 -42
  547. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/sectionheadRole.js +0 -27
  548. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/selectRole.js +0 -29
  549. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/structureRole.js +0 -27
  550. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/widgetRole.js +0 -27
  551. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/windowRole.js +0 -29
  552. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/ariaAbstractRoles.js +0 -29
  553. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/ariaDpubRoles.js +0 -56
  554. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/ariaGraphicsRoles.js +0 -20
  555. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/ariaLiteralRoles.js +0 -99
  556. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docAbstractRole.js +0 -38
  557. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docAcknowledgmentsRole.js +0 -38
  558. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docAfterwordRole.js +0 -38
  559. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docAppendixRole.js +0 -38
  560. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docBacklinkRole.js +0 -35
  561. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docBiblioentryRole.js +0 -38
  562. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docBibliographyRole.js +0 -38
  563. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docBibliorefRole.js +0 -35
  564. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docChapterRole.js +0 -38
  565. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docColophonRole.js +0 -38
  566. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docConclusionRole.js +0 -38
  567. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docCoverRole.js +0 -38
  568. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docCreditRole.js +0 -38
  569. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docCreditsRole.js +0 -38
  570. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docDedicationRole.js +0 -38
  571. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docEndnoteRole.js +0 -38
  572. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docEndnotesRole.js +0 -38
  573. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docEpigraphRole.js +0 -38
  574. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docEpilogueRole.js +0 -38
  575. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docErrataRole.js +0 -38
  576. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docExampleRole.js +0 -33
  577. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docFootnoteRole.js +0 -38
  578. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docForewordRole.js +0 -38
  579. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docGlossaryRole.js +0 -38
  580. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docGlossrefRole.js +0 -35
  581. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docIndexRole.js +0 -38
  582. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docIntroductionRole.js +0 -38
  583. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docNoterefRole.js +0 -35
  584. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docNoticeRole.js +0 -38
  585. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docPagebreakRole.js +0 -37
  586. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docPagelistRole.js +0 -38
  587. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docPartRole.js +0 -38
  588. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docPrefaceRole.js +0 -38
  589. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docPrologueRole.js +0 -38
  590. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docPullquoteRole.js +0 -32
  591. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docQnaRole.js +0 -38
  592. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docSubtitleRole.js +0 -38
  593. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docTipRole.js +0 -38
  594. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docTocRole.js +0 -38
  595. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/graphics/graphicsDocumentRole.js +0 -48
  596. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/graphics/graphicsObjectRole.js +0 -52
  597. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/graphics/graphicsSymbolRole.js +0 -33
  598. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/alertRole.js +0 -35
  599. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/alertdialogRole.js +0 -32
  600. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/applicationRole.js +0 -38
  601. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/articleRole.js +0 -35
  602. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/bannerRole.js +0 -33
  603. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/blockquoteRole.js +0 -27
  604. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/buttonRole.js +0 -109
  605. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/captionRole.js +0 -27
  606. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/cellRole.js +0 -38
  607. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/checkboxRole.js +0 -50
  608. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/codeRole.js +0 -27
  609. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/columnheaderRole.js +0 -38
  610. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/comboboxRole.js +0 -140
  611. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/complementaryRole.js +0 -32
  612. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/contentinfoRole.js +0 -33
  613. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/definitionRole.js +0 -32
  614. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/deletionRole.js +0 -27
  615. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/dialogRole.js +0 -32
  616. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/directoryRole.js +0 -29
  617. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/documentRole.js +0 -36
  618. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/emphasisRole.js +0 -27
  619. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/feedRole.js +0 -27
  620. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/figureRole.js +0 -32
  621. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/formRole.js +0 -54
  622. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/genericRole.js +0 -37
  623. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/gridRole.js +0 -39
  624. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/gridcellRole.js +0 -45
  625. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/groupRole.js +0 -45
  626. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/headingRole.js +0 -61
  627. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/imgRole.js +0 -50
  628. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/insertionRole.js +0 -27
  629. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/linkRole.js +0 -55
  630. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/listRole.js +0 -42
  631. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/listboxRole.js +0 -78
  632. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/listitemRole.js +0 -42
  633. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/logRole.js +0 -29
  634. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/mainRole.js +0 -32
  635. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/marqueeRole.js +0 -27
  636. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/mathRole.js +0 -32
  637. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/menuRole.js +0 -49
  638. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/menubarRole.js +0 -34
  639. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/menuitemRole.js +0 -53
  640. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/menuitemcheckboxRole.js +0 -34
  641. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/menuitemradioRole.js +0 -34
  642. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/meterRole.js +0 -33
  643. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/navigationRole.js +0 -32
  644. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/noneRole.js +0 -27
  645. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/noteRole.js +0 -27
  646. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/optionRole.js +0 -49
  647. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/paragraphRole.js +0 -27
  648. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/presentationRole.js +0 -27
  649. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/progressbarRole.js +0 -39
  650. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/radioRole.js +0 -42
  651. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/radiogroupRole.js +0 -37
  652. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/regionRole.js +0 -54
  653. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/rowRole.js +0 -40
  654. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/rowgroupRole.js +0 -42
  655. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/rowheaderRole.js +0 -47
  656. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/scrollbarRole.js +0 -36
  657. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/searchRole.js +0 -27
  658. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/searchboxRole.js +0 -39
  659. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/separatorRole.js +0 -39
  660. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/sliderRole.js +0 -47
  661. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/spinbuttonRole.js +0 -43
  662. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/statusRole.js +0 -35
  663. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/strongRole.js +0 -27
  664. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/subscriptRole.js +0 -27
  665. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/superscriptRole.js +0 -27
  666. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/switchRole.js +0 -34
  667. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/tabRole.js +0 -34
  668. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/tableRole.js +0 -35
  669. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/tablistRole.js +0 -36
  670. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/tabpanelRole.js +0 -27
  671. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/termRole.js +0 -37
  672. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/textboxRole.js +0 -107
  673. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/timeRole.js +0 -27
  674. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/timerRole.js +0 -27
  675. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/toolbarRole.js +0 -34
  676. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/tooltipRole.js +0 -27
  677. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/treeRole.js +0 -33
  678. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/treegridRole.js +0 -27
  679. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/treeitemRole.js +0 -32
  680. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/index.js +0 -30
  681. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/roleElementMap.js +0 -149
  682. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/rolesMap.js +0 -170
  683. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/util/iterationDecorator.js +0 -30
  684. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/util/iteratorProxy.js +0 -33
  685. package/dist/node_modules/.pnpm/array-buffer-byte-length@1.0.2/node_modules/array-buffer-byte-length/index.js +0 -14
  686. package/dist/node_modules/.pnpm/available-typed-arrays@1.0.7/node_modules/available-typed-arrays/index.js +0 -16
  687. package/dist/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/actualApply.js +0 -14
  688. package/dist/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/applyBind.js +0 -15
  689. package/dist/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionApply.js +0 -7
  690. package/dist/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionCall.js +0 -7
  691. package/dist/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/index.js +0 -18
  692. package/dist/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/reflectApply.js +0 -7
  693. package/dist/node_modules/.pnpm/call-bind@1.0.8/node_modules/call-bind/callBound.js +0 -15
  694. package/dist/node_modules/.pnpm/call-bind@1.0.8/node_modules/call-bind/index.js +0 -22
  695. package/dist/node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound/index.js +0 -21
  696. package/dist/node_modules/.pnpm/deep-equal@2.2.3/node_modules/deep-equal/index.js +0 -186
  697. package/dist/node_modules/.pnpm/define-data-property@1.1.4/node_modules/define-data-property/index.js +0 -39
  698. package/dist/node_modules/.pnpm/define-properties@1.2.1/node_modules/define-properties/index.js +0 -29
  699. package/dist/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/accessible-description.js +0 -63
  700. package/dist/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/accessible-name-and-description.js +0 -271
  701. package/dist/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/accessible-name.js +0 -12
  702. package/dist/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/getRole.js +0 -168
  703. package/dist/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/polyfills/SetLike.js +0 -85
  704. package/dist/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/polyfills/array.from.js +0 -24
  705. package/dist/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/util.js +0 -82
  706. package/dist/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto/get.js +0 -29
  707. package/dist/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property/index.js +0 -16
  708. package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/eval.js +0 -7
  709. package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/index.js +0 -7
  710. package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/range.js +0 -7
  711. package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/ref.js +0 -7
  712. package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/syntax.js +0 -7
  713. package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/type.js +0 -7
  714. package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/uri.js +0 -7
  715. package/dist/node_modules/.pnpm/es-get-iterator@1.1.3/node_modules/es-get-iterator/index.js +0 -108
  716. package/dist/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms/index.js +0 -7
  717. package/dist/node_modules/.pnpm/for-each@0.3.5/node_modules/for-each/index.js +0 -28
  718. package/dist/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/implementation.js +0 -48
  719. package/dist/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/index.js +0 -11
  720. package/dist/node_modules/.pnpm/functions-have-names@1.2.3/node_modules/functions-have-names/index.js +0 -30
  721. package/dist/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic/index.js +0 -265
  722. package/dist/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/Object.getPrototypeOf.js +0 -11
  723. package/dist/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/Reflect.getPrototypeOf.js +0 -7
  724. package/dist/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/index.js +0 -21
  725. package/dist/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd/gOPD.js +0 -7
  726. package/dist/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd/index.js +0 -17
  727. package/dist/node_modules/.pnpm/has-bigints@1.1.0/node_modules/has-bigints/index.js +0 -12
  728. package/dist/node_modules/.pnpm/has-property-descriptors@1.0.2/node_modules/has-property-descriptors/index.js +0 -21
  729. package/dist/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols/index.js +0 -13
  730. package/dist/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols/shams.js +0 -33
  731. package/dist/node_modules/.pnpm/has-tostringtag@1.0.2/node_modules/has-tostringtag/shams.js +0 -13
  732. package/dist/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown/index.js +0 -11
  733. package/dist/node_modules/.pnpm/internal-slot@1.1.0/node_modules/internal-slot/index.js +0 -56
  734. package/dist/node_modules/.pnpm/is-arguments@1.2.0/node_modules/is-arguments/index.js +0 -18
  735. package/dist/node_modules/.pnpm/is-array-buffer@3.0.5/node_modules/is-array-buffer/index.js +0 -25
  736. package/dist/node_modules/.pnpm/is-bigint@1.1.0/node_modules/is-bigint/index.js +0 -27
  737. package/dist/node_modules/.pnpm/is-boolean-object@1.2.2/node_modules/is-boolean-object/index.js +0 -20
  738. package/dist/node_modules/.pnpm/is-callable@1.2.7/node_modules/is-callable/index.js +0 -75
  739. package/dist/node_modules/.pnpm/is-date-object@1.1.0/node_modules/is-date-object/index.js +0 -20
  740. package/dist/node_modules/.pnpm/is-map@2.0.3/node_modules/is-map/index.js +0 -30
  741. package/dist/node_modules/.pnpm/is-number-object@1.1.1/node_modules/is-number-object/index.js +0 -20
  742. package/dist/node_modules/.pnpm/is-regex@1.2.1/node_modules/is-regex/index.js +0 -51
  743. package/dist/node_modules/.pnpm/is-set@2.0.3/node_modules/is-set/index.js +0 -30
  744. package/dist/node_modules/.pnpm/is-shared-array-buffer@1.0.4/node_modules/is-shared-array-buffer/index.js +0 -21
  745. package/dist/node_modules/.pnpm/is-string@1.1.1/node_modules/is-string/index.js +0 -20
  746. package/dist/node_modules/.pnpm/is-symbol@1.1.1/node_modules/is-symbol/index.js +0 -33
  747. package/dist/node_modules/.pnpm/is-weakmap@2.0.2/node_modules/is-weakmap/index.js +0 -30
  748. package/dist/node_modules/.pnpm/is-weakset@2.0.4/node_modules/is-weakset/index.js +0 -34
  749. package/dist/node_modules/.pnpm/isarray@2.0.5/node_modules/isarray/index.js +0 -12
  750. package/dist/node_modules/.pnpm/lz-string@1.5.0/node_modules/lz-string/libs/lz-string.js +0 -202
  751. package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/abs.js +0 -7
  752. package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/floor.js +0 -7
  753. package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/isNaN.js +0 -9
  754. package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/max.js +0 -7
  755. package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/min.js +0 -7
  756. package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/pow.js +0 -7
  757. package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/round.js +0 -7
  758. package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/sign.js +0 -13
  759. package/dist/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect/index.js +0 -376
  760. package/dist/node_modules/.pnpm/object-is@1.1.6/node_modules/object-is/implementation.js +0 -14
  761. package/dist/node_modules/.pnpm/object-is@1.1.6/node_modules/object-is/index.js +0 -19
  762. package/dist/node_modules/.pnpm/object-is@1.1.6/node_modules/object-is/polyfill.js +0 -13
  763. package/dist/node_modules/.pnpm/object-is@1.1.6/node_modules/object-is/shim.js +0 -19
  764. package/dist/node_modules/.pnpm/object-keys@1.1.1/node_modules/object-keys/implementation.js +0 -92
  765. package/dist/node_modules/.pnpm/object-keys@1.1.1/node_modules/object-keys/index.js +0 -26
  766. package/dist/node_modules/.pnpm/object-keys@1.1.1/node_modules/object-keys/isArguments.js +0 -13
  767. package/dist/node_modules/.pnpm/object.assign@4.1.7/node_modules/object.assign/implementation.js +0 -36
  768. package/dist/node_modules/.pnpm/object.assign@4.1.7/node_modules/object.assign/index.js +0 -21
  769. package/dist/node_modules/.pnpm/object.assign@4.1.7/node_modules/object.assign/polyfill.js +0 -32
  770. package/dist/node_modules/.pnpm/object.assign@4.1.7/node_modules/object.assign/shim.js +0 -21
  771. package/dist/node_modules/.pnpm/possible-typed-array-names@1.1.0/node_modules/possible-typed-array-names/index.js +0 -20
  772. package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/collections.js +0 -79
  773. package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/index.js +0 -279
  774. package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/AsymmetricMatcher.js +0 -41
  775. package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/ConvertAnsi.js +0 -70
  776. package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/DOMCollection.js +0 -39
  777. package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/DOMElement.js +0 -71
  778. package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/Immutable.js +0 -118
  779. package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/ReactElement.js +0 -99
  780. package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/ReactTestComponent.js +0 -48
  781. package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/lib/escapeHTML.js +0 -15
  782. package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/lib/markup.js +0 -50
  783. package/dist/node_modules/.pnpm/regexp.prototype.flags@1.5.4/node_modules/regexp.prototype.flags/implementation.js +0 -17
  784. package/dist/node_modules/.pnpm/regexp.prototype.flags@1.5.4/node_modules/regexp.prototype.flags/index.js +0 -19
  785. package/dist/node_modules/.pnpm/regexp.prototype.flags@1.5.4/node_modules/regexp.prototype.flags/polyfill.js +0 -30
  786. package/dist/node_modules/.pnpm/regexp.prototype.flags@1.5.4/node_modules/regexp.prototype.flags/shim.js +0 -24
  787. package/dist/node_modules/.pnpm/safe-regex-test@1.1.0/node_modules/safe-regex-test/index.js +0 -19
  788. package/dist/node_modules/.pnpm/set-function-length@1.2.2/node_modules/set-function-length/index.js +0 -38
  789. package/dist/node_modules/.pnpm/set-function-name@2.0.2/node_modules/set-function-name/index.js +0 -31
  790. package/dist/node_modules/.pnpm/side-channel-list@1.0.0/node_modules/side-channel-list/index.js +0 -64
  791. package/dist/node_modules/.pnpm/side-channel-map@1.0.1/node_modules/side-channel-map/index.js +0 -40
  792. package/dist/node_modules/.pnpm/side-channel-weakmap@1.0.2/node_modules/side-channel-weakmap/index.js +0 -43
  793. package/dist/node_modules/.pnpm/side-channel@1.1.0/node_modules/side-channel/index.js +0 -35
  794. package/dist/node_modules/.pnpm/stop-iteration-iterator@1.1.0/node_modules/stop-iteration-iterator/index.js +0 -45
  795. package/dist/node_modules/.pnpm/which-boxed-primitive@1.1.1/node_modules/which-boxed-primitive/index.js +0 -28
  796. package/dist/node_modules/.pnpm/which-collection@1.0.2/node_modules/which-collection/index.js +0 -26
  797. package/dist/node_modules/.pnpm/which-typed-array@1.1.19/node_modules/which-typed-array/index.js +0 -81
  798. package/dist/src/components/Button/Button.style.d.ts +0 -6
  799. package/dist/src/components/Navigation/Directory/Directory.d.ts +0 -5
  800. package/dist/src/components/Navigation/Directory/Directory.style.d.ts +0 -10
  801. package/dist/src/components/Navigation/Directory/MenuItem/MenuItem.d.ts +0 -11
  802. package/dist/src/components/Navigation/Directory/index.d.ts +0 -1
  803. package/dist/src/components/Navigation/Navigation.d.ts +0 -14
  804. package/dist/src/components/Navigation/Navigation.style.d.ts +0 -2
  805. package/dist/src/components/Navigation/Navigation.test.d.ts +0 -1
  806. package/dist/src/components/Navigation/index.d.ts +0 -3
  807. package/dist/src/components/Navigation/types.d.ts +0 -12
  808. package/dist/src/components/Select/storyUtils.d.ts +0 -5
  809. package/dist/src/components/TabStepper/constants.d.ts +0 -2
  810. package/dist/src/components/Tabs/constants.d.ts +0 -17
  811. package/dist/src/components/Tooltip/utils.d.ts +0 -3
  812. package/dist/src/hooks/__tests__/useSearchQueryParams.test.d.ts +0 -1
  813. package/dist/src/hooks/index.d.ts +0 -1
  814. package/dist/src/hooks/storyUtils/DemoUseSearchQueryParams.d.ts +0 -6
  815. package/dist/src/hooks/useLocationToGetCurrentMenuItem.d.ts +0 -4
  816. package/dist/src/hooks/useSearchQueryParams.d.ts +0 -2
  817. package/dist/utils/common.js +0 -6
  818. package/dist/vanilla/assets/src/vanilla/Table/TableRow.css.ts.vanilla-CZN81sTW.css +0 -10
  819. package/src/components/Avatar/assets/user-avatar.svg +0 -4
  820. package/src/components/Button/Button.style.ts +0 -10
  821. package/src/components/Navigation/Directory/Directory.style.ts +0 -123
  822. package/src/components/Navigation/Directory/Directory.tsx +0 -36
  823. package/src/components/Navigation/Directory/MenuItem/MenuItem.tsx +0 -115
  824. package/src/components/Navigation/Directory/index.ts +0 -1
  825. package/src/components/Navigation/Navigation.style.ts +0 -22
  826. package/src/components/Navigation/Navigation.test.tsx +0 -53
  827. package/src/components/Navigation/Navigation.tsx +0 -37
  828. package/src/components/Navigation/index.ts +0 -3
  829. package/src/components/Navigation/types.ts +0 -17
  830. package/src/components/Select/storyUtils.ts +0 -48
  831. package/src/components/TabStepper/constants.tsx +0 -46
  832. package/src/components/Tabs/constants.tsx +0 -54
  833. package/src/components/Tooltip/utils.ts +0 -11
  834. package/src/hooks/__tests__/useSearchQueryParams.test.ts +0 -29
  835. package/src/hooks/index.ts +0 -1
  836. package/src/hooks/storyUtils/DemoUseSearchQueryParams.tsx +0 -30
  837. package/src/hooks/useLocationToGetCurrentMenuItem.ts +0 -29
  838. package/src/hooks/useSearchQueryParams.ts +0 -16
@@ -112,11 +112,15 @@ exports[`OverlayComponent > should render correctly 1`] = `
112
112
  -ms-flex-pack: center;
113
113
  -webkit-justify-content: center;
114
114
  justify-content: center;
115
+ -webkit-flex-shrink: 0;
116
+ -ms-flex-negative: 0;
117
+ flex-shrink: 0;
118
+ gap: var(--ictinus-spacing-4);
115
119
  color: var(--ictinus-color-text-default-active);
116
120
  width: var(--ictinus-sizing-9);
117
121
  height: var(--ictinus-sizing-9);
118
122
  background-color: var(--ictinus-color-palette-tertiary-base);
119
- padding: var(--ictinus-spacing-0) var(--ictinus-spacing-6) var(--ictinus-spacing-0) var(--ictinus-spacing-6);
123
+ padding: 0;
120
124
  border-radius: var(--ictinus-border-radius-7);
121
125
  border: none;
122
126
  cursor: pointer;
@@ -143,25 +147,6 @@ exports[`OverlayComponent > should render correctly 1`] = `
143
147
  }
144
148
 
145
149
  .emotion-9 {
146
- width: var(--ictinus-sizing-5);
147
- height: var(--ictinus-sizing-5);
148
- display: -webkit-box;
149
- display: -webkit-flex;
150
- display: -ms-flexbox;
151
- display: flex;
152
- }
153
-
154
- .emotion-10 {
155
- width: var(--ictinus-sizing-5);
156
- height: var(--ictinus-sizing-5);
157
- }
158
-
159
- .emotion-10 path,
160
- .emotion-10 rect {
161
- fill: var(--ictinus-color-text-default-active)!important;
162
- }
163
-
164
- .emotion-11 {
165
150
  padding: 0;
166
151
  -webkit-align-content: center;
167
152
  -ms-flex-line-pack: center;
@@ -185,7 +170,7 @@ exports[`OverlayComponent > should render correctly 1`] = `
185
170
  position: relative;
186
171
  }
187
172
 
188
- .emotion-12 {
173
+ .emotion-10 {
189
174
  margin: 0 var(--ictinus-spacing-4);
190
175
  display: -webkit-box;
191
176
  display: -webkit-flex;
@@ -199,7 +184,7 @@ exports[`OverlayComponent > should render correctly 1`] = `
199
184
  font-weight: var(--ictinus-weight-medium);
200
185
  }
201
186
 
202
- .emotion-14 {
187
+ .emotion-12 {
203
188
  font-family: Roboto;
204
189
  font-weight: 500;
205
190
  line-height: 1.25rem;
@@ -217,6 +202,10 @@ exports[`OverlayComponent > should render correctly 1`] = `
217
202
  -ms-flex-pack: center;
218
203
  -webkit-justify-content: center;
219
204
  justify-content: center;
205
+ -webkit-flex-shrink: 0;
206
+ -ms-flex-negative: 0;
207
+ flex-shrink: 0;
208
+ gap: var(--ictinus-spacing-4);
220
209
  color: var(--ictinus-color-text-default-active);
221
210
  height: var(--ictinus-sizing-9);
222
211
  background-color: var(--ictinus-color-palette-tertiary-base);
@@ -228,41 +217,25 @@ exports[`OverlayComponent > should render correctly 1`] = `
228
217
  transition: background-color,border 150ms linear;
229
218
  }
230
219
 
231
- .emotion-14:focus-visible:not(:disabled) {
220
+ .emotion-12:focus-visible:not(:disabled) {
232
221
  background-color: var(--ictinus-color-palette-tertiary-muted);
233
222
  }
234
223
 
235
- .emotion-14:disabled {
224
+ .emotion-12:disabled {
236
225
  opacity: 50%;
237
226
  cursor: not-allowed;
238
227
  }
239
228
 
240
- .emotion-14:hover:not(:disabled) {
229
+ .emotion-12:hover:not(:disabled) {
241
230
  background-color: var(--ictinus-color-palette-tertiary-muted);
242
231
  }
243
232
 
244
- .emotion-14:active:not(:disabled),
245
- .emotion-14[aria-expanded="true"] {
233
+ .emotion-12:active:not(:disabled),
234
+ .emotion-12[aria-expanded="true"] {
246
235
  background-color: var(--ictinus-color-palette-tertiary-contrast);
247
236
  }
248
237
 
249
- .emotion-15 {
250
- display: -webkit-box;
251
- display: -webkit-flex;
252
- display: -ms-flexbox;
253
- display: flex;
254
- -webkit-align-items: center;
255
- -webkit-box-align: center;
256
- -ms-flex-align: center;
257
- align-items: center;
258
- -webkit-box-pack: center;
259
- -ms-flex-pack: center;
260
- -webkit-justify-content: center;
261
- justify-content: center;
262
- gap: var(--ictinus-spacing-4);
263
- }
264
-
265
- .emotion-16 {
238
+ .emotion-13 {
266
239
  cursor: pointer;
267
240
  margin: auto 0.3125rem;
268
241
  position: absolute;
@@ -275,7 +248,7 @@ exports[`OverlayComponent > should render correctly 1`] = `
275
248
  z-index: 10;
276
249
  }
277
250
 
278
- .emotion-21 {
251
+ .emotion-16 {
279
252
  display: -webkit-box;
280
253
  display: -webkit-flex;
281
254
  display: -ms-flexbox;
@@ -286,7 +259,7 @@ exports[`OverlayComponent > should render correctly 1`] = `
286
259
  justify-content: space-around;
287
260
  }
288
261
 
289
- .emotion-22 {
262
+ .emotion-17 {
290
263
  display: -webkit-box;
291
264
  display: -webkit-flex;
292
265
  display: -ms-flexbox;
@@ -308,12 +281,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
308
281
  font-weight: var(--ictinus-weight-medium);
309
282
  }
310
283
 
311
- .emotion-29 {
284
+ .emotion-24 {
312
285
  border-collapse: separate;
313
286
  border-spacing: 0 var(--ictinus-spacing-5);
314
287
  }
315
288
 
316
- .emotion-30 {
289
+ .emotion-25 {
317
290
  vertical-align: middle;
318
291
  text-align: center;
319
292
  cursor: pointer;
@@ -321,7 +294,7 @@ exports[`OverlayComponent > should render correctly 1`] = `
321
294
  background: var(--ictinus-color-palette-tertiary-base);
322
295
  }
323
296
 
324
- .emotion-36 {
297
+ .emotion-31 {
325
298
  vertical-align: middle;
326
299
  text-align: center;
327
300
  cursor: pointer;
@@ -331,12 +304,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
331
304
  opacity: 1;
332
305
  }
333
306
 
334
- .emotion-36:focus-visible {
307
+ .emotion-31:focus-visible {
335
308
  background-color: var(--ictinus-color-palette-tertiary-muted);
336
309
  border-radius: var(--ictinus-border-radius-7);
337
310
  }
338
311
 
339
- .emotion-37 {
312
+ .emotion-32 {
340
313
  font-family: Roboto;
341
314
  font-weight: 500;
342
315
  line-height: 1.25rem;
@@ -362,12 +335,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
362
335
  background: transparent;
363
336
  }
364
337
 
365
- .emotion-37:hover {
338
+ .emotion-32:hover {
366
339
  border-radius: var(--ictinus-border-radius-7);
367
340
  background: var(--ictinus-color-palette-tertiary-muted);
368
341
  }
369
342
 
370
- .emotion-40 {
343
+ .emotion-35 {
371
344
  vertical-align: middle;
372
345
  text-align: center;
373
346
  cursor: pointer;
@@ -378,12 +351,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
378
351
  opacity: 1;
379
352
  }
380
353
 
381
- .emotion-40:focus-visible {
354
+ .emotion-35:focus-visible {
382
355
  background-color: var(--ictinus-color-palette-tertiary-muted);
383
356
  border-radius: var(--ictinus-border-radius-7);
384
357
  }
385
358
 
386
- .emotion-41 {
359
+ .emotion-36 {
387
360
  font-family: Roboto;
388
361
  font-weight: 500;
389
362
  line-height: 1.25rem;
@@ -410,12 +383,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
410
383
  background: transparent;
411
384
  }
412
385
 
413
- .emotion-41:hover {
386
+ .emotion-36:hover {
414
387
  border-radius: var(--ictinus-border-radius-7);
415
388
  background: var(--ictinus-color-palette-tertiary-muted);
416
389
  }
417
390
 
418
- .emotion-42 {
391
+ .emotion-37 {
419
392
  vertical-align: middle;
420
393
  text-align: center;
421
394
  cursor: pointer;
@@ -428,12 +401,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
428
401
  border-top-left-radius: 100%;
429
402
  }
430
403
 
431
- .emotion-42:focus-visible {
404
+ .emotion-37:focus-visible {
432
405
  background-color: var(--ictinus-color-palette-tertiary-muted);
433
406
  border-radius: var(--ictinus-border-radius-7);
434
407
  }
435
408
 
436
- .emotion-42:after {
409
+ .emotion-37:after {
437
410
  z-index: -1;
438
411
  content: ' ';
439
412
  height: 100%;
@@ -448,7 +421,7 @@ exports[`OverlayComponent > should render correctly 1`] = `
448
421
  border-top-left-radius: 100%;
449
422
  }
450
423
 
451
- .emotion-43 {
424
+ .emotion-38 {
452
425
  font-family: Roboto;
453
426
  font-weight: 500;
454
427
  line-height: 1.25rem;
@@ -475,12 +448,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
475
448
  background: var(--ictinus-color-palette-primary-contrast);
476
449
  }
477
450
 
478
- .emotion-43:hover {
451
+ .emotion-38:hover {
479
452
  border-radius: var(--ictinus-border-radius-7);
480
453
  background: false;
481
454
  }
482
455
 
483
- .emotion-44 {
456
+ .emotion-39 {
484
457
  vertical-align: middle;
485
458
  text-align: center;
486
459
  cursor: pointer;
@@ -491,12 +464,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
491
464
  background: var(--ictinus-color-palette-tertiary-muted);
492
465
  }
493
466
 
494
- .emotion-44:focus-visible {
467
+ .emotion-39:focus-visible {
495
468
  background-color: var(--ictinus-color-palette-tertiary-muted);
496
469
  border-radius: var(--ictinus-border-radius-7);
497
470
  }
498
471
 
499
- .emotion-45 {
472
+ .emotion-40 {
500
473
  font-family: Roboto;
501
474
  font-weight: 500;
502
475
  line-height: 1.25rem;
@@ -522,12 +495,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
522
495
  background: transparent;
523
496
  }
524
497
 
525
- .emotion-45:hover {
498
+ .emotion-40:hover {
526
499
  border-radius: var(--ictinus-border-radius-7);
527
500
  background: transparent;
528
501
  }
529
502
 
530
- .emotion-102 {
503
+ .emotion-97 {
531
504
  display: -webkit-box;
532
505
  display: -webkit-flex;
533
506
  display: -ms-flexbox;
@@ -546,7 +519,7 @@ exports[`OverlayComponent > should render correctly 1`] = `
546
519
  border-top: var(--ictinus-border-width-1) solid var(--ictinus-color-border-color-decorative-default);
547
520
  }
548
521
 
549
- .emotion-107 {
522
+ .emotion-101 {
550
523
  font-family: Roboto;
551
524
  font-weight: 500;
552
525
  line-height: 1.25rem;
@@ -564,6 +537,10 @@ exports[`OverlayComponent > should render correctly 1`] = `
564
537
  -ms-flex-pack: center;
565
538
  -webkit-justify-content: center;
566
539
  justify-content: center;
540
+ -webkit-flex-shrink: 0;
541
+ -ms-flex-negative: 0;
542
+ flex-shrink: 0;
543
+ gap: var(--ictinus-spacing-4);
567
544
  color: var(--ictinus-color-text-inverted-primary);
568
545
  height: var(--ictinus-sizing-9);
569
546
  background-color: var(--ictinus-color-palette-primary-base);
@@ -575,21 +552,21 @@ exports[`OverlayComponent > should render correctly 1`] = `
575
552
  transition: background-color,border 150ms linear;
576
553
  }
577
554
 
578
- .emotion-107:focus-visible:not(:disabled) {
555
+ .emotion-101:focus-visible:not(:disabled) {
579
556
  background-color: var(--ictinus-color-palette-primary-muted);
580
557
  }
581
558
 
582
- .emotion-107:disabled {
559
+ .emotion-101:disabled {
583
560
  opacity: 50%;
584
561
  cursor: not-allowed;
585
562
  }
586
563
 
587
- .emotion-107:hover:not(:disabled) {
564
+ .emotion-101:hover:not(:disabled) {
588
565
  background-color: var(--ictinus-color-palette-primary-muted);
589
566
  }
590
567
 
591
- .emotion-107:active:not(:disabled),
592
- .emotion-107[aria-expanded="true"] {
568
+ .emotion-101:active:not(:disabled),
569
+ .emotion-101[aria-expanded="true"] {
593
570
  background-color: var(--ictinus-color-palette-primary-contrast);
594
571
  }
595
572
 
@@ -625,59 +602,53 @@ exports[`OverlayComponent > should render correctly 1`] = `
625
602
  data-testid="icon-button-month_back"
626
603
  type="button"
627
604
  >
628
- <div
629
- class="emotion-9"
630
- data-slot="icon"
631
- >
632
- <svg
633
- class="emotion-10"
634
- fill="none"
635
- viewBox="0 0 20 20"
636
- xmlns="http://www.w3.org/2000/svg"
637
- >
638
- <path
639
- clip-rule="evenodd"
640
- d="M10.3598 13.6332C11.0111 14.176 12 13.7128 12 12.865V7.13504C12 6.2872 11.0111 5.82405 10.3598 6.36682L6.92186 9.23178C6.44211 9.63157 6.44211 10.3684 6.92187 10.7682L10.3598 13.6332Z"
641
- fill="#6265AD"
642
- fill-rule="evenodd"
643
- />
644
- </svg>
645
- </div>
605
+ <svg
606
+ class="properties_color_active_base__146hxcf23a properties_height_5_base__146hxcf74 properties_width_5_base__146hxcf4c"
607
+ data-ictinus="test-version"
608
+ viewBox="0 0 20 20"
609
+ xmlns="http://www.w3.org/2000/svg"
610
+ >
611
+ <path
612
+ clip-rule="evenodd"
613
+ d="M10.3598 13.6332C11.0111 14.176 12 13.7128 12 12.865V7.13504C12 6.2872 11.0111 5.82405 10.3598 6.36682L6.92186 9.23178C6.44211 9.63157 6.44211 10.3684 6.92187 10.7682L10.3598 13.6332Z"
614
+ fill="currentColor"
615
+ fill-rule="evenodd"
616
+ />
617
+ </svg>
646
618
  </button>
647
619
  </div>
648
620
  </div>
649
621
  <div>
650
622
  <div
651
- class="emotion-11"
623
+ class="emotion-9"
652
624
  >
653
625
  <div
654
- class="emotion-12"
626
+ class="emotion-10"
655
627
  data-testid="month_header"
656
628
  >
657
629
  <div
658
630
  class="emotion-7"
659
631
  >
660
632
  <button
661
- class="emotion-14"
633
+ class="emotion-12"
662
634
  data-slot="button"
663
635
  data-testid="button-month"
664
636
  type="button"
665
637
  >
666
638
  <span
667
- class="emotion-15"
639
+ class="Text__t6529w6"
640
+ data-ictinus="test-version"
668
641
  >
669
- <span>
670
- November
671
-
672
- 2020
673
- </span>
642
+ November
643
+
644
+ 2020
674
645
  </span>
675
646
  </button>
676
647
  </div>
677
648
  </div>
678
649
  </div>
679
650
  <div
680
- class="emotion-16"
651
+ class="emotion-13"
681
652
  >
682
653
  <div
683
654
  class="emotion-7"
@@ -688,103 +659,98 @@ exports[`OverlayComponent > should render correctly 1`] = `
688
659
  data-testid="icon-button-month_forward"
689
660
  type="button"
690
661
  >
691
- <div
692
- class="emotion-9"
693
- data-slot="icon"
662
+ <svg
663
+ class="properties_color_active_base__146hxcf23a properties_height_5_base__146hxcf74 properties_width_5_base__146hxcf4c"
664
+ data-ictinus="test-version"
665
+ viewBox="0 0 20 20"
666
+ xmlns="http://www.w3.org/2000/svg"
694
667
  >
695
- <svg
696
- class="emotion-10"
697
- fill="none"
698
- viewBox="0 0 20 20"
699
- xmlns="http://www.w3.org/2000/svg"
700
- >
701
- <path
702
- clip-rule="evenodd"
703
- d="M9.64018 13.6332C8.98886 14.176 8 13.7128 8 12.865V7.13504C8 6.2872 8.98886 5.82405 9.64018 6.36682L13.0781 9.23178C13.5579 9.63157 13.5579 10.3684 13.0781 10.7682L9.64018 13.6332Z"
704
- fill="#6265AD"
705
- fill-rule="evenodd"
706
- />
707
- </svg>
708
- </div>
668
+ <path
669
+ clip-rule="evenodd"
670
+ d="M9.64018 13.6332C8.98886 14.176 8 13.7128 8 12.865V7.13504C8 6.2872 8.98886 5.82405 9.64018 6.36682L13.0781 9.23178C13.5579 9.63157 13.5579 10.3684 13.0781 10.7682L9.64018 13.6332Z"
671
+ fill="currentColor"
672
+ fill-rule="evenodd"
673
+ />
674
+ </svg>
709
675
  </button>
710
676
  </div>
711
677
  </div>
712
678
  </div>
713
679
  </div>
714
680
  <div
715
- class="emotion-21"
681
+ class="emotion-16"
716
682
  >
717
683
  <div
718
- class="emotion-22"
684
+ class="emotion-17"
719
685
  >
720
686
  Mo
721
687
  </div>
722
688
  <div
723
- class="emotion-22"
689
+ class="emotion-17"
724
690
  >
725
691
  Tu
726
692
  </div>
727
693
  <div
728
- class="emotion-22"
694
+ class="emotion-17"
729
695
  >
730
696
  We
731
697
  </div>
732
698
  <div
733
- class="emotion-22"
699
+ class="emotion-17"
734
700
  >
735
701
  Th
736
702
  </div>
737
703
  <div
738
- class="emotion-22"
704
+ class="emotion-17"
739
705
  >
740
706
  Fr
741
707
  </div>
742
708
  <div
743
- class="emotion-22"
709
+ class="emotion-17"
744
710
  >
745
711
  Sa
746
712
  </div>
747
713
  <div
748
- class="emotion-22"
714
+ class="emotion-17"
749
715
  >
750
716
  Su
751
717
  </div>
752
718
  </div>
753
719
  <table
754
- class="emotion-29"
720
+ class="emotion-24"
755
721
  data-testid="calendar_table"
756
722
  tabindex="0"
757
723
  >
758
724
  <tbody>
759
725
  <tr>
760
726
  <td
761
- class="emotion-30"
727
+ class="emotion-25"
762
728
  />
763
729
  <td
764
- class="emotion-30"
730
+ class="emotion-25"
765
731
  />
766
732
  <td
767
- class="emotion-30"
733
+ class="emotion-25"
768
734
  />
769
735
  <td
770
- class="emotion-30"
736
+ class="emotion-25"
771
737
  />
772
738
  <td
773
- class="emotion-30"
739
+ class="emotion-25"
774
740
  />
775
741
  <td
776
- class="emotion-30"
742
+ class="emotion-25"
777
743
  />
778
744
  <td
779
745
  style="padding: 0px;"
780
746
  >
781
747
  <div
782
- class="emotion-36"
748
+ class="emotion-31"
783
749
  data-testid="1_11_2020"
784
750
  tabindex="-1"
785
751
  >
786
752
  <div
787
- class="emotion-37"
753
+ class="emotion-32"
788
754
  >
789
755
  1
790
756
  </div>
@@ -796,12 +762,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
796
762
  style="padding: 0px;"
797
763
  >
798
764
  <div
799
- class="emotion-36"
765
+ class="emotion-31"
800
766
  data-testid="2_11_2020"
801
767
  tabindex="-1"
802
768
  >
803
769
  <div
804
- class="emotion-37"
770
+ class="emotion-32"
805
771
  >
806
772
  2
807
773
  </div>
@@ -811,12 +777,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
811
777
  style="padding: 0px;"
812
778
  >
813
779
  <div
814
- class="emotion-40"
780
+ class="emotion-35"
815
781
  data-testid="3_11_2020"
816
782
  tabindex="-1"
817
783
  >
818
784
  <div
819
- class="emotion-41"
785
+ class="emotion-36"
820
786
  >
821
787
  3
822
788
  </div>
@@ -826,12 +792,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
826
792
  style="padding: 0px;"
827
793
  >
828
794
  <div
829
- class="emotion-42"
795
+ class="emotion-37"
830
796
  data-testid="4_11_2020_selected"
831
797
  tabindex="0"
832
798
  >
833
799
  <div
834
- class="emotion-43"
800
+ class="emotion-38"
835
801
  >
836
802
  4
837
803
  </div>
@@ -841,12 +807,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
841
807
  style="padding: 0px;"
842
808
  >
843
809
  <div
844
- class="emotion-44"
810
+ class="emotion-39"
845
811
  data-testid="5_11_2020"
846
812
  tabindex="-1"
847
813
  >
848
814
  <div
849
- class="emotion-45"
815
+ class="emotion-40"
850
816
  >
851
817
  5
852
818
  </div>
@@ -856,12 +822,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
856
822
  style="padding: 0px;"
857
823
  >
858
824
  <div
859
- class="emotion-44"
825
+ class="emotion-39"
860
826
  data-testid="6_11_2020"
861
827
  tabindex="-1"
862
828
  >
863
829
  <div
864
- class="emotion-45"
830
+ class="emotion-40"
865
831
  >
866
832
  6
867
833
  </div>
@@ -871,12 +837,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
871
837
  style="padding: 0px;"
872
838
  >
873
839
  <div
874
- class="emotion-44"
840
+ class="emotion-39"
875
841
  data-testid="7_11_2020"
876
842
  tabindex="-1"
877
843
  >
878
844
  <div
879
- class="emotion-45"
845
+ class="emotion-40"
880
846
  >
881
847
  7
882
848
  </div>
@@ -886,12 +852,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
886
852
  style="padding: 0px;"
887
853
  >
888
854
  <div
889
- class="emotion-44"
855
+ class="emotion-39"
890
856
  data-testid="8_11_2020"
891
857
  tabindex="-1"
892
858
  >
893
859
  <div
894
- class="emotion-45"
860
+ class="emotion-40"
895
861
  >
896
862
  8
897
863
  </div>
@@ -903,12 +869,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
903
869
  style="padding: 0px;"
904
870
  >
905
871
  <div
906
- class="emotion-44"
872
+ class="emotion-39"
907
873
  data-testid="9_11_2020"
908
874
  tabindex="-1"
909
875
  >
910
876
  <div
911
- class="emotion-45"
877
+ class="emotion-40"
912
878
  >
913
879
  9
914
880
  </div>
@@ -918,12 +884,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
918
884
  style="padding: 0px;"
919
885
  >
920
886
  <div
921
- class="emotion-44"
887
+ class="emotion-39"
922
888
  data-testid="10_11_2020"
923
889
  tabindex="-1"
924
890
  >
925
891
  <div
926
- class="emotion-45"
892
+ class="emotion-40"
927
893
  >
928
894
  10
929
895
  </div>
@@ -933,12 +899,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
933
899
  style="padding: 0px;"
934
900
  >
935
901
  <div
936
- class="emotion-44"
902
+ class="emotion-39"
937
903
  data-testid="11_11_2020"
938
904
  tabindex="-1"
939
905
  >
940
906
  <div
941
- class="emotion-45"
907
+ class="emotion-40"
942
908
  >
943
909
  11
944
910
  </div>
@@ -948,12 +914,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
948
914
  style="padding: 0px;"
949
915
  >
950
916
  <div
951
- class="emotion-44"
917
+ class="emotion-39"
952
918
  data-testid="12_11_2020"
953
919
  tabindex="-1"
954
920
  >
955
921
  <div
956
- class="emotion-45"
922
+ class="emotion-40"
957
923
  >
958
924
  12
959
925
  </div>
@@ -963,12 +929,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
963
929
  style="padding: 0px;"
964
930
  >
965
931
  <div
966
- class="emotion-44"
932
+ class="emotion-39"
967
933
  data-testid="13_11_2020"
968
934
  tabindex="-1"
969
935
  >
970
936
  <div
971
- class="emotion-45"
937
+ class="emotion-40"
972
938
  >
973
939
  13
974
940
  </div>
@@ -978,12 +944,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
978
944
  style="padding: 0px;"
979
945
  >
980
946
  <div
981
- class="emotion-44"
947
+ class="emotion-39"
982
948
  data-testid="14_11_2020"
983
949
  tabindex="-1"
984
950
  >
985
951
  <div
986
- class="emotion-45"
952
+ class="emotion-40"
987
953
  >
988
954
  14
989
955
  </div>
@@ -993,12 +959,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
993
959
  style="padding: 0px;"
994
960
  >
995
961
  <div
996
- class="emotion-44"
962
+ class="emotion-39"
997
963
  data-testid="15_11_2020"
998
964
  tabindex="-1"
999
965
  >
1000
966
  <div
1001
- class="emotion-45"
967
+ class="emotion-40"
1002
968
  >
1003
969
  15
1004
970
  </div>
@@ -1010,12 +976,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
1010
976
  style="padding: 0px;"
1011
977
  >
1012
978
  <div
1013
- class="emotion-44"
979
+ class="emotion-39"
1014
980
  data-testid="16_11_2020"
1015
981
  tabindex="-1"
1016
982
  >
1017
983
  <div
1018
- class="emotion-45"
984
+ class="emotion-40"
1019
985
  >
1020
986
  16
1021
987
  </div>
@@ -1025,12 +991,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
1025
991
  style="padding: 0px;"
1026
992
  >
1027
993
  <div
1028
- class="emotion-44"
994
+ class="emotion-39"
1029
995
  data-testid="17_11_2020"
1030
996
  tabindex="-1"
1031
997
  >
1032
998
  <div
1033
- class="emotion-45"
999
+ class="emotion-40"
1034
1000
  >
1035
1001
  17
1036
1002
  </div>
@@ -1040,12 +1006,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
1040
1006
  style="padding: 0px;"
1041
1007
  >
1042
1008
  <div
1043
- class="emotion-44"
1009
+ class="emotion-39"
1044
1010
  data-testid="18_11_2020"
1045
1011
  tabindex="-1"
1046
1012
  >
1047
1013
  <div
1048
- class="emotion-45"
1014
+ class="emotion-40"
1049
1015
  >
1050
1016
  18
1051
1017
  </div>
@@ -1055,12 +1021,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
1055
1021
  style="padding: 0px;"
1056
1022
  >
1057
1023
  <div
1058
- class="emotion-44"
1024
+ class="emotion-39"
1059
1025
  data-testid="19_11_2020"
1060
1026
  tabindex="-1"
1061
1027
  >
1062
1028
  <div
1063
- class="emotion-45"
1029
+ class="emotion-40"
1064
1030
  >
1065
1031
  19
1066
1032
  </div>
@@ -1070,12 +1036,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
1070
1036
  style="padding: 0px;"
1071
1037
  >
1072
1038
  <div
1073
- class="emotion-44"
1039
+ class="emotion-39"
1074
1040
  data-testid="20_11_2020"
1075
1041
  tabindex="-1"
1076
1042
  >
1077
1043
  <div
1078
- class="emotion-45"
1044
+ class="emotion-40"
1079
1045
  >
1080
1046
  20
1081
1047
  </div>
@@ -1085,12 +1051,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
1085
1051
  style="padding: 0px;"
1086
1052
  >
1087
1053
  <div
1088
- class="emotion-44"
1054
+ class="emotion-39"
1089
1055
  data-testid="21_11_2020"
1090
1056
  tabindex="-1"
1091
1057
  >
1092
1058
  <div
1093
- class="emotion-45"
1059
+ class="emotion-40"
1094
1060
  >
1095
1061
  21
1096
1062
  </div>
@@ -1100,12 +1066,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
1100
1066
  style="padding: 0px;"
1101
1067
  >
1102
1068
  <div
1103
- class="emotion-44"
1069
+ class="emotion-39"
1104
1070
  data-testid="22_11_2020"
1105
1071
  tabindex="-1"
1106
1072
  >
1107
1073
  <div
1108
- class="emotion-45"
1074
+ class="emotion-40"
1109
1075
  >
1110
1076
  22
1111
1077
  </div>
@@ -1117,12 +1083,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
1117
1083
  style="padding: 0px;"
1118
1084
  >
1119
1085
  <div
1120
- class="emotion-44"
1086
+ class="emotion-39"
1121
1087
  data-testid="23_11_2020"
1122
1088
  tabindex="-1"
1123
1089
  >
1124
1090
  <div
1125
- class="emotion-45"
1091
+ class="emotion-40"
1126
1092
  >
1127
1093
  23
1128
1094
  </div>
@@ -1132,12 +1098,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
1132
1098
  style="padding: 0px;"
1133
1099
  >
1134
1100
  <div
1135
- class="emotion-44"
1101
+ class="emotion-39"
1136
1102
  data-testid="24_11_2020"
1137
1103
  tabindex="-1"
1138
1104
  >
1139
1105
  <div
1140
- class="emotion-45"
1106
+ class="emotion-40"
1141
1107
  >
1142
1108
  24
1143
1109
  </div>
@@ -1147,12 +1113,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
1147
1113
  style="padding: 0px;"
1148
1114
  >
1149
1115
  <div
1150
- class="emotion-44"
1116
+ class="emotion-39"
1151
1117
  data-testid="25_11_2020"
1152
1118
  tabindex="-1"
1153
1119
  >
1154
1120
  <div
1155
- class="emotion-45"
1121
+ class="emotion-40"
1156
1122
  >
1157
1123
  25
1158
1124
  </div>
@@ -1162,12 +1128,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
1162
1128
  style="padding: 0px;"
1163
1129
  >
1164
1130
  <div
1165
- class="emotion-44"
1131
+ class="emotion-39"
1166
1132
  data-testid="26_11_2020"
1167
1133
  tabindex="-1"
1168
1134
  >
1169
1135
  <div
1170
- class="emotion-45"
1136
+ class="emotion-40"
1171
1137
  >
1172
1138
  26
1173
1139
  </div>
@@ -1177,12 +1143,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
1177
1143
  style="padding: 0px;"
1178
1144
  >
1179
1145
  <div
1180
- class="emotion-44"
1146
+ class="emotion-39"
1181
1147
  data-testid="27_11_2020"
1182
1148
  tabindex="-1"
1183
1149
  >
1184
1150
  <div
1185
- class="emotion-45"
1151
+ class="emotion-40"
1186
1152
  >
1187
1153
  27
1188
1154
  </div>
@@ -1192,12 +1158,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
1192
1158
  style="padding: 0px;"
1193
1159
  >
1194
1160
  <div
1195
- class="emotion-44"
1161
+ class="emotion-39"
1196
1162
  data-testid="28_11_2020"
1197
1163
  tabindex="-1"
1198
1164
  >
1199
1165
  <div
1200
- class="emotion-45"
1166
+ class="emotion-40"
1201
1167
  >
1202
1168
  28
1203
1169
  </div>
@@ -1207,12 +1173,12 @@ exports[`OverlayComponent > should render correctly 1`] = `
1207
1173
  style="padding: 0px;"
1208
1174
  >
1209
1175
  <div
1210
- class="emotion-44"
1176
+ class="emotion-39"
1211
1177
  data-testid="29_11_2020"
1212
1178
  tabindex="-1"
1213
1179
  >
1214
1180
  <div
1215
- class="emotion-45"
1181
+ class="emotion-40"
1216
1182
  >
1217
1183
  29
1218
1184
  </div>
@@ -1224,34 +1190,34 @@ exports[`OverlayComponent > should render correctly 1`] = `
1224
1190
  style="padding: 0px;"
1225
1191
  >
1226
1192
  <div
1227
- class="emotion-44"
1193
+ class="emotion-39"
1228
1194
  data-testid="30_11_2020"
1229
1195
  tabindex="-1"
1230
1196
  >
1231
1197
  <div
1232
- class="emotion-45"
1198
+ class="emotion-40"
1233
1199
  >
1234
1200
  30
1235
1201
  </div>
1236
1202
  </div>
1237
1203
  </td>
1238
1204
  <td
1239
- class="emotion-30"
1205
+ class="emotion-25"
1240
1206
  />
1241
1207
  <td
1242
- class="emotion-30"
1208
+ class="emotion-25"
1243
1209
  />
1244
1210
  <td
1245
- class="emotion-30"
1211
+ class="emotion-25"
1246
1212
  />
1247
1213
  <td
1248
- class="emotion-30"
1214
+ class="emotion-25"
1249
1215
  />
1250
1216
  <td
1251
- class="emotion-30"
1217
+ class="emotion-25"
1252
1218
  />
1253
1219
  <td
1254
- class="emotion-30"
1220
+ class="emotion-25"
1255
1221
  />
1256
1222
  </tr>
1257
1223
  </tbody>
@@ -1260,23 +1226,22 @@ exports[`OverlayComponent > should render correctly 1`] = `
1260
1226
  </div>
1261
1227
  </div>
1262
1228
  <div
1263
- class="emotion-102"
1229
+ class="emotion-97"
1264
1230
  >
1265
1231
  <div
1266
1232
  class="emotion-7"
1267
1233
  >
1268
1234
  <button
1269
- class="emotion-14"
1235
+ class="emotion-12"
1270
1236
  data-slot="button"
1271
1237
  data-testid="button-cancel"
1272
1238
  type="button"
1273
1239
  >
1274
1240
  <span
1275
- class="emotion-15"
1241
+ class="Text__t6529w6"
1242
+ data-ictinus="test-version"
1276
1243
  >
1277
- <span>
1278
- Clear All
1279
- </span>
1244
+ Clear All
1280
1245
  </span>
1281
1246
  </button>
1282
1247
  </div>
@@ -1284,17 +1249,16 @@ exports[`OverlayComponent > should render correctly 1`] = `
1284
1249
  class="emotion-7"
1285
1250
  >
1286
1251
  <button
1287
- class="emotion-107"
1252
+ class="emotion-101"
1288
1253
  data-slot="button"
1289
1254
  data-testid="button-apply"
1290
1255
  type="button"
1291
1256
  >
1292
1257
  <span
1293
- class="emotion-15"
1258
+ class="Text__t6529w6"
1259
+ data-ictinus="test-version"
1294
1260
  >
1295
- <span>
1296
- Apply
1297
- </span>
1261
+ Apply
1298
1262
  </span>
1299
1263
  </button>
1300
1264
  </div>
@@ -1438,11 +1402,15 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
1438
1402
  -ms-flex-pack: center;
1439
1403
  -webkit-justify-content: center;
1440
1404
  justify-content: center;
1405
+ -webkit-flex-shrink: 0;
1406
+ -ms-flex-negative: 0;
1407
+ flex-shrink: 0;
1408
+ gap: var(--ictinus-spacing-4);
1441
1409
  color: var(--ictinus-color-text-default-active);
1442
1410
  width: var(--ictinus-sizing-9);
1443
1411
  height: var(--ictinus-sizing-9);
1444
1412
  background-color: var(--ictinus-color-palette-tertiary-base);
1445
- padding: var(--ictinus-spacing-0) var(--ictinus-spacing-6) var(--ictinus-spacing-0) var(--ictinus-spacing-6);
1413
+ padding: 0;
1446
1414
  border-radius: var(--ictinus-border-radius-7);
1447
1415
  border: none;
1448
1416
  cursor: pointer;
@@ -1469,25 +1437,6 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
1469
1437
  }
1470
1438
 
1471
1439
  .emotion-13 {
1472
- width: var(--ictinus-sizing-5);
1473
- height: var(--ictinus-sizing-5);
1474
- display: -webkit-box;
1475
- display: -webkit-flex;
1476
- display: -ms-flexbox;
1477
- display: flex;
1478
- }
1479
-
1480
- .emotion-14 {
1481
- width: var(--ictinus-sizing-5);
1482
- height: var(--ictinus-sizing-5);
1483
- }
1484
-
1485
- .emotion-14 path,
1486
- .emotion-14 rect {
1487
- fill: var(--ictinus-color-text-default-active)!important;
1488
- }
1489
-
1490
- .emotion-15 {
1491
1440
  padding: 0;
1492
1441
  -webkit-align-content: center;
1493
1442
  -ms-flex-line-pack: center;
@@ -1511,7 +1460,7 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
1511
1460
  position: relative;
1512
1461
  }
1513
1462
 
1514
- .emotion-16 {
1463
+ .emotion-14 {
1515
1464
  margin: 0 var(--ictinus-spacing-4);
1516
1465
  display: -webkit-box;
1517
1466
  display: -webkit-flex;
@@ -1524,7 +1473,7 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
1524
1473
  font-weight: var(--ictinus-weight-medium);
1525
1474
  }
1526
1475
 
1527
- .emotion-18 {
1476
+ .emotion-16 {
1528
1477
  font-family: Roboto;
1529
1478
  font-weight: 500;
1530
1479
  line-height: 1.25rem;
@@ -1542,6 +1491,10 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
1542
1491
  -ms-flex-pack: center;
1543
1492
  -webkit-justify-content: center;
1544
1493
  justify-content: center;
1494
+ -webkit-flex-shrink: 0;
1495
+ -ms-flex-negative: 0;
1496
+ flex-shrink: 0;
1497
+ gap: var(--ictinus-spacing-4);
1545
1498
  color: var(--ictinus-color-text-default-active);
1546
1499
  height: var(--ictinus-sizing-9);
1547
1500
  background-color: var(--ictinus-color-palette-tertiary-base);
@@ -1553,41 +1506,25 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
1553
1506
  transition: background-color,border 150ms linear;
1554
1507
  }
1555
1508
 
1556
- .emotion-18:focus-visible:not(:disabled) {
1509
+ .emotion-16:focus-visible:not(:disabled) {
1557
1510
  background-color: var(--ictinus-color-palette-tertiary-muted);
1558
1511
  }
1559
1512
 
1560
- .emotion-18:disabled {
1513
+ .emotion-16:disabled {
1561
1514
  opacity: 50%;
1562
1515
  cursor: not-allowed;
1563
1516
  }
1564
1517
 
1565
- .emotion-18:hover:not(:disabled) {
1518
+ .emotion-16:hover:not(:disabled) {
1566
1519
  background-color: var(--ictinus-color-palette-tertiary-muted);
1567
1520
  }
1568
1521
 
1569
- .emotion-18:active:not(:disabled),
1570
- .emotion-18[aria-expanded="true"] {
1522
+ .emotion-16:active:not(:disabled),
1523
+ .emotion-16[aria-expanded="true"] {
1571
1524
  background-color: var(--ictinus-color-palette-tertiary-contrast);
1572
1525
  }
1573
1526
 
1574
- .emotion-19 {
1575
- display: -webkit-box;
1576
- display: -webkit-flex;
1577
- display: -ms-flexbox;
1578
- display: flex;
1579
- -webkit-align-items: center;
1580
- -webkit-box-align: center;
1581
- -ms-flex-align: center;
1582
- align-items: center;
1583
- -webkit-box-pack: center;
1584
- -ms-flex-pack: center;
1585
- -webkit-justify-content: center;
1586
- justify-content: center;
1587
- gap: var(--ictinus-spacing-4);
1588
- }
1589
-
1590
- .emotion-20 {
1527
+ .emotion-17 {
1591
1528
  display: -webkit-box;
1592
1529
  display: -webkit-flex;
1593
1530
  display: -ms-flexbox;
@@ -1598,7 +1535,7 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
1598
1535
  justify-content: space-around;
1599
1536
  }
1600
1537
 
1601
- .emotion-21 {
1538
+ .emotion-18 {
1602
1539
  display: -webkit-box;
1603
1540
  display: -webkit-flex;
1604
1541
  display: -ms-flexbox;
@@ -1620,12 +1557,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
1620
1557
  font-weight: var(--ictinus-weight-medium);
1621
1558
  }
1622
1559
 
1623
- .emotion-28 {
1560
+ .emotion-25 {
1624
1561
  border-collapse: separate;
1625
1562
  border-spacing: 0 var(--ictinus-spacing-5);
1626
1563
  }
1627
1564
 
1628
- .emotion-29 {
1565
+ .emotion-26 {
1629
1566
  vertical-align: middle;
1630
1567
  text-align: center;
1631
1568
  cursor: pointer;
@@ -1633,7 +1570,7 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
1633
1570
  background: var(--ictinus-color-palette-tertiary-base);
1634
1571
  }
1635
1572
 
1636
- .emotion-35 {
1573
+ .emotion-32 {
1637
1574
  vertical-align: middle;
1638
1575
  text-align: center;
1639
1576
  cursor: pointer;
@@ -1643,12 +1580,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
1643
1580
  opacity: 1;
1644
1581
  }
1645
1582
 
1646
- .emotion-35:focus-visible {
1583
+ .emotion-32:focus-visible {
1647
1584
  background-color: var(--ictinus-color-palette-tertiary-muted);
1648
1585
  border-radius: var(--ictinus-border-radius-7);
1649
1586
  }
1650
1587
 
1651
- .emotion-36 {
1588
+ .emotion-33 {
1652
1589
  font-family: Roboto;
1653
1590
  font-weight: 500;
1654
1591
  line-height: 1.25rem;
@@ -1674,12 +1611,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
1674
1611
  background: transparent;
1675
1612
  }
1676
1613
 
1677
- .emotion-36:hover {
1614
+ .emotion-33:hover {
1678
1615
  border-radius: var(--ictinus-border-radius-7);
1679
1616
  background: var(--ictinus-color-palette-tertiary-muted);
1680
1617
  }
1681
1618
 
1682
- .emotion-39 {
1619
+ .emotion-36 {
1683
1620
  vertical-align: middle;
1684
1621
  text-align: center;
1685
1622
  cursor: pointer;
@@ -1690,12 +1627,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
1690
1627
  opacity: 1;
1691
1628
  }
1692
1629
 
1693
- .emotion-39:focus-visible {
1630
+ .emotion-36:focus-visible {
1694
1631
  background-color: var(--ictinus-color-palette-tertiary-muted);
1695
1632
  border-radius: var(--ictinus-border-radius-7);
1696
1633
  }
1697
1634
 
1698
- .emotion-40 {
1635
+ .emotion-37 {
1699
1636
  font-family: Roboto;
1700
1637
  font-weight: 500;
1701
1638
  line-height: 1.25rem;
@@ -1722,12 +1659,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
1722
1659
  background: transparent;
1723
1660
  }
1724
1661
 
1725
- .emotion-40:hover {
1662
+ .emotion-37:hover {
1726
1663
  border-radius: var(--ictinus-border-radius-7);
1727
1664
  background: var(--ictinus-color-palette-tertiary-muted);
1728
1665
  }
1729
1666
 
1730
- .emotion-41 {
1667
+ .emotion-38 {
1731
1668
  vertical-align: middle;
1732
1669
  text-align: center;
1733
1670
  cursor: pointer;
@@ -1740,12 +1677,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
1740
1677
  border-top-left-radius: 100%;
1741
1678
  }
1742
1679
 
1743
- .emotion-41:focus-visible {
1680
+ .emotion-38:focus-visible {
1744
1681
  background-color: var(--ictinus-color-palette-tertiary-muted);
1745
1682
  border-radius: var(--ictinus-border-radius-7);
1746
1683
  }
1747
1684
 
1748
- .emotion-41:after {
1685
+ .emotion-38:after {
1749
1686
  z-index: -1;
1750
1687
  content: ' ';
1751
1688
  height: 100%;
@@ -1760,7 +1697,7 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
1760
1697
  border-top-left-radius: 100%;
1761
1698
  }
1762
1699
 
1763
- .emotion-42 {
1700
+ .emotion-39 {
1764
1701
  font-family: Roboto;
1765
1702
  font-weight: 500;
1766
1703
  line-height: 1.25rem;
@@ -1787,12 +1724,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
1787
1724
  background: var(--ictinus-color-palette-primary-contrast);
1788
1725
  }
1789
1726
 
1790
- .emotion-42:hover {
1727
+ .emotion-39:hover {
1791
1728
  border-radius: var(--ictinus-border-radius-7);
1792
1729
  background: false;
1793
1730
  }
1794
1731
 
1795
- .emotion-43 {
1732
+ .emotion-40 {
1796
1733
  vertical-align: middle;
1797
1734
  text-align: center;
1798
1735
  cursor: pointer;
@@ -1803,12 +1740,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
1803
1740
  background: var(--ictinus-color-palette-tertiary-muted);
1804
1741
  }
1805
1742
 
1806
- .emotion-43:focus-visible {
1743
+ .emotion-40:focus-visible {
1807
1744
  background-color: var(--ictinus-color-palette-tertiary-muted);
1808
1745
  border-radius: var(--ictinus-border-radius-7);
1809
1746
  }
1810
1747
 
1811
- .emotion-44 {
1748
+ .emotion-41 {
1812
1749
  font-family: Roboto;
1813
1750
  font-weight: 500;
1814
1751
  line-height: 1.25rem;
@@ -1834,12 +1771,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
1834
1771
  background: transparent;
1835
1772
  }
1836
1773
 
1837
- .emotion-44:hover {
1774
+ .emotion-41:hover {
1838
1775
  border-radius: var(--ictinus-border-radius-7);
1839
1776
  background: transparent;
1840
1777
  }
1841
1778
 
1842
- .emotion-108 {
1779
+ .emotion-104 {
1843
1780
  cursor: pointer;
1844
1781
  margin: auto 0.3125rem;
1845
1782
  position: absolute;
@@ -1852,7 +1789,7 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
1852
1789
  z-index: 10;
1853
1790
  }
1854
1791
 
1855
- .emotion-155 {
1792
+ .emotion-149 {
1856
1793
  vertical-align: middle;
1857
1794
  text-align: center;
1858
1795
  cursor: pointer;
@@ -1865,12 +1802,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
1865
1802
  border-top-right-radius: 100%;
1866
1803
  }
1867
1804
 
1868
- .emotion-155:focus-visible {
1805
+ .emotion-149:focus-visible {
1869
1806
  background-color: var(--ictinus-color-palette-tertiary-muted);
1870
1807
  border-radius: var(--ictinus-border-radius-7);
1871
1808
  }
1872
1809
 
1873
- .emotion-155:after {
1810
+ .emotion-149:after {
1874
1811
  z-index: -1;
1875
1812
  content: ' ';
1876
1813
  height: 100%;
@@ -1885,7 +1822,7 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
1885
1822
  border-top-left-radius: false;
1886
1823
  }
1887
1824
 
1888
- .emotion-188 {
1825
+ .emotion-182 {
1889
1826
  display: -webkit-box;
1890
1827
  display: -webkit-flex;
1891
1828
  display: -ms-flexbox;
@@ -1904,7 +1841,7 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
1904
1841
  border-top: var(--ictinus-border-width-1) solid var(--ictinus-color-border-color-decorative-default);
1905
1842
  }
1906
1843
 
1907
- .emotion-193 {
1844
+ .emotion-186 {
1908
1845
  font-family: Roboto;
1909
1846
  font-weight: 500;
1910
1847
  line-height: 1.25rem;
@@ -1922,6 +1859,10 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
1922
1859
  -ms-flex-pack: center;
1923
1860
  -webkit-justify-content: center;
1924
1861
  justify-content: center;
1862
+ -webkit-flex-shrink: 0;
1863
+ -ms-flex-negative: 0;
1864
+ flex-shrink: 0;
1865
+ gap: var(--ictinus-spacing-4);
1925
1866
  color: var(--ictinus-color-text-inverted-primary);
1926
1867
  height: var(--ictinus-sizing-9);
1927
1868
  background-color: var(--ictinus-color-palette-primary-base);
@@ -1933,21 +1874,21 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
1933
1874
  transition: background-color,border 150ms linear;
1934
1875
  }
1935
1876
 
1936
- .emotion-193:focus-visible:not(:disabled) {
1877
+ .emotion-186:focus-visible:not(:disabled) {
1937
1878
  background-color: var(--ictinus-color-palette-primary-muted);
1938
1879
  }
1939
1880
 
1940
- .emotion-193:disabled {
1881
+ .emotion-186:disabled {
1941
1882
  opacity: 50%;
1942
1883
  cursor: not-allowed;
1943
1884
  }
1944
1885
 
1945
- .emotion-193:hover:not(:disabled) {
1886
+ .emotion-186:hover:not(:disabled) {
1946
1887
  background-color: var(--ictinus-color-palette-primary-muted);
1947
1888
  }
1948
1889
 
1949
- .emotion-193:active:not(:disabled),
1950
- .emotion-193[aria-expanded="true"] {
1890
+ .emotion-186:active:not(:disabled),
1891
+ .emotion-186[aria-expanded="true"] {
1951
1892
  background-color: var(--ictinus-color-palette-primary-contrast);
1952
1893
  }
1953
1894
 
@@ -2003,52 +1944,46 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2003
1944
  data-testid="icon-button-month_back"
2004
1945
  type="button"
2005
1946
  >
2006
- <div
2007
- class="emotion-13"
2008
- data-slot="icon"
2009
- >
2010
- <svg
2011
- class="emotion-14"
2012
- fill="none"
2013
- viewBox="0 0 20 20"
2014
- xmlns="http://www.w3.org/2000/svg"
2015
- >
2016
- <path
2017
- clip-rule="evenodd"
2018
- d="M10.3598 13.6332C11.0111 14.176 12 13.7128 12 12.865V7.13504C12 6.2872 11.0111 5.82405 10.3598 6.36682L6.92186 9.23178C6.44211 9.63157 6.44211 10.3684 6.92187 10.7682L10.3598 13.6332Z"
2019
- fill="#6265AD"
2020
- fill-rule="evenodd"
2021
- />
2022
- </svg>
2023
- </div>
1947
+ <svg
1948
+ class="properties_color_active_base__146hxcf23a properties_height_5_base__146hxcf74 properties_width_5_base__146hxcf4c"
1949
+ data-ictinus="test-version"
1950
+ viewBox="0 0 20 20"
1951
+ xmlns="http://www.w3.org/2000/svg"
1952
+ >
1953
+ <path
1954
+ clip-rule="evenodd"
1955
+ d="M10.3598 13.6332C11.0111 14.176 12 13.7128 12 12.865V7.13504C12 6.2872 11.0111 5.82405 10.3598 6.36682L6.92186 9.23178C6.44211 9.63157 6.44211 10.3684 6.92187 10.7682L10.3598 13.6332Z"
1956
+ fill="currentColor"
1957
+ fill-rule="evenodd"
1958
+ />
1959
+ </svg>
2024
1960
  </button>
2025
1961
  </div>
2026
1962
  </div>
2027
1963
  <div>
2028
1964
  <div
2029
- class="emotion-15"
1965
+ class="emotion-13"
2030
1966
  >
2031
1967
  <div
2032
- class="emotion-16"
1968
+ class="emotion-14"
2033
1969
  data-testid="month_header"
2034
1970
  >
2035
1971
  <div
2036
1972
  class="emotion-11"
2037
1973
  >
2038
1974
  <button
2039
- class="emotion-18"
1975
+ class="emotion-16"
2040
1976
  data-slot="button"
2041
1977
  data-testid="button-left_month"
2042
1978
  type="button"
2043
1979
  >
2044
1980
  <span
2045
- class="emotion-19"
1981
+ class="Text__t6529w6"
1982
+ data-ictinus="test-version"
2046
1983
  >
2047
- <span>
2048
- November
2049
-
2050
- 2020
2051
- </span>
1984
+ November
1985
+
1986
+ 2020
2052
1987
  </span>
2053
1988
  </button>
2054
1989
  </div>
@@ -2057,79 +1992,79 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2057
1992
  </div>
2058
1993
  </div>
2059
1994
  <div
2060
- class="emotion-20"
1995
+ class="emotion-17"
2061
1996
  >
2062
1997
  <div
2063
- class="emotion-21"
1998
+ class="emotion-18"
2064
1999
  >
2065
2000
  Mo
2066
2001
  </div>
2067
2002
  <div
2068
- class="emotion-21"
2003
+ class="emotion-18"
2069
2004
  >
2070
2005
  Tu
2071
2006
  </div>
2072
2007
  <div
2073
- class="emotion-21"
2008
+ class="emotion-18"
2074
2009
  >
2075
2010
  We
2076
2011
  </div>
2077
2012
  <div
2078
- class="emotion-21"
2013
+ class="emotion-18"
2079
2014
  >
2080
2015
  Th
2081
2016
  </div>
2082
2017
  <div
2083
- class="emotion-21"
2018
+ class="emotion-18"
2084
2019
  >
2085
2020
  Fr
2086
2021
  </div>
2087
2022
  <div
2088
- class="emotion-21"
2023
+ class="emotion-18"
2089
2024
  >
2090
2025
  Sa
2091
2026
  </div>
2092
2027
  <div
2093
- class="emotion-21"
2028
+ class="emotion-18"
2094
2029
  >
2095
2030
  Su
2096
2031
  </div>
2097
2032
  </div>
2098
2033
  <table
2099
- class="emotion-28"
2034
+ class="emotion-25"
2100
2035
  data-testid="calendar_table"
2101
2036
  tabindex="0"
2102
2037
  >
2103
2038
  <tbody>
2104
2039
  <tr>
2105
2040
  <td
2106
- class="emotion-29"
2041
+ class="emotion-26"
2107
2042
  />
2108
2043
  <td
2109
- class="emotion-29"
2044
+ class="emotion-26"
2110
2045
  />
2111
2046
  <td
2112
- class="emotion-29"
2047
+ class="emotion-26"
2113
2048
  />
2114
2049
  <td
2115
- class="emotion-29"
2050
+ class="emotion-26"
2116
2051
  />
2117
2052
  <td
2118
- class="emotion-29"
2053
+ class="emotion-26"
2119
2054
  />
2120
2055
  <td
2121
- class="emotion-29"
2056
+ class="emotion-26"
2122
2057
  />
2123
2058
  <td
2124
2059
  style="padding: 0px;"
2125
2060
  >
2126
2061
  <div
2127
- class="emotion-35"
2062
+ class="emotion-32"
2128
2063
  data-testid="1_11_2020"
2129
2064
  tabindex="-1"
2130
2065
  >
2131
2066
  <div
2132
- class="emotion-36"
2067
+ class="emotion-33"
2133
2068
  >
2134
2069
  1
2135
2070
  </div>
@@ -2141,12 +2076,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2141
2076
  style="padding: 0px;"
2142
2077
  >
2143
2078
  <div
2144
- class="emotion-35"
2079
+ class="emotion-32"
2145
2080
  data-testid="2_11_2020"
2146
2081
  tabindex="-1"
2147
2082
  >
2148
2083
  <div
2149
- class="emotion-36"
2084
+ class="emotion-33"
2150
2085
  >
2151
2086
  2
2152
2087
  </div>
@@ -2156,12 +2091,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2156
2091
  style="padding: 0px;"
2157
2092
  >
2158
2093
  <div
2159
- class="emotion-39"
2094
+ class="emotion-36"
2160
2095
  data-testid="3_11_2020"
2161
2096
  tabindex="-1"
2162
2097
  >
2163
2098
  <div
2164
- class="emotion-40"
2099
+ class="emotion-37"
2165
2100
  >
2166
2101
  3
2167
2102
  </div>
@@ -2171,12 +2106,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2171
2106
  style="padding: 0px;"
2172
2107
  >
2173
2108
  <div
2174
- class="emotion-41"
2109
+ class="emotion-38"
2175
2110
  data-testid="4_11_2020_selected"
2176
2111
  tabindex="0"
2177
2112
  >
2178
2113
  <div
2179
- class="emotion-42"
2114
+ class="emotion-39"
2180
2115
  >
2181
2116
  4
2182
2117
  </div>
@@ -2186,12 +2121,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2186
2121
  style="padding: 0px;"
2187
2122
  >
2188
2123
  <div
2189
- class="emotion-43"
2124
+ class="emotion-40"
2190
2125
  data-testid="5_11_2020"
2191
2126
  tabindex="-1"
2192
2127
  >
2193
2128
  <div
2194
- class="emotion-44"
2129
+ class="emotion-41"
2195
2130
  >
2196
2131
  5
2197
2132
  </div>
@@ -2201,12 +2136,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2201
2136
  style="padding: 0px;"
2202
2137
  >
2203
2138
  <div
2204
- class="emotion-43"
2139
+ class="emotion-40"
2205
2140
  data-testid="6_11_2020"
2206
2141
  tabindex="-1"
2207
2142
  >
2208
2143
  <div
2209
- class="emotion-44"
2144
+ class="emotion-41"
2210
2145
  >
2211
2146
  6
2212
2147
  </div>
@@ -2216,12 +2151,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2216
2151
  style="padding: 0px;"
2217
2152
  >
2218
2153
  <div
2219
- class="emotion-43"
2154
+ class="emotion-40"
2220
2155
  data-testid="7_11_2020"
2221
2156
  tabindex="-1"
2222
2157
  >
2223
2158
  <div
2224
- class="emotion-44"
2159
+ class="emotion-41"
2225
2160
  >
2226
2161
  7
2227
2162
  </div>
@@ -2231,12 +2166,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2231
2166
  style="padding: 0px;"
2232
2167
  >
2233
2168
  <div
2234
- class="emotion-43"
2169
+ class="emotion-40"
2235
2170
  data-testid="8_11_2020"
2236
2171
  tabindex="-1"
2237
2172
  >
2238
2173
  <div
2239
- class="emotion-44"
2174
+ class="emotion-41"
2240
2175
  >
2241
2176
  8
2242
2177
  </div>
@@ -2248,12 +2183,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2248
2183
  style="padding: 0px;"
2249
2184
  >
2250
2185
  <div
2251
- class="emotion-43"
2186
+ class="emotion-40"
2252
2187
  data-testid="9_11_2020"
2253
2188
  tabindex="-1"
2254
2189
  >
2255
2190
  <div
2256
- class="emotion-44"
2191
+ class="emotion-41"
2257
2192
  >
2258
2193
  9
2259
2194
  </div>
@@ -2263,12 +2198,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2263
2198
  style="padding: 0px;"
2264
2199
  >
2265
2200
  <div
2266
- class="emotion-43"
2201
+ class="emotion-40"
2267
2202
  data-testid="10_11_2020"
2268
2203
  tabindex="-1"
2269
2204
  >
2270
2205
  <div
2271
- class="emotion-44"
2206
+ class="emotion-41"
2272
2207
  >
2273
2208
  10
2274
2209
  </div>
@@ -2278,12 +2213,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2278
2213
  style="padding: 0px;"
2279
2214
  >
2280
2215
  <div
2281
- class="emotion-43"
2216
+ class="emotion-40"
2282
2217
  data-testid="11_11_2020"
2283
2218
  tabindex="-1"
2284
2219
  >
2285
2220
  <div
2286
- class="emotion-44"
2221
+ class="emotion-41"
2287
2222
  >
2288
2223
  11
2289
2224
  </div>
@@ -2293,12 +2228,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2293
2228
  style="padding: 0px;"
2294
2229
  >
2295
2230
  <div
2296
- class="emotion-43"
2231
+ class="emotion-40"
2297
2232
  data-testid="12_11_2020"
2298
2233
  tabindex="-1"
2299
2234
  >
2300
2235
  <div
2301
- class="emotion-44"
2236
+ class="emotion-41"
2302
2237
  >
2303
2238
  12
2304
2239
  </div>
@@ -2308,12 +2243,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2308
2243
  style="padding: 0px;"
2309
2244
  >
2310
2245
  <div
2311
- class="emotion-43"
2246
+ class="emotion-40"
2312
2247
  data-testid="13_11_2020"
2313
2248
  tabindex="-1"
2314
2249
  >
2315
2250
  <div
2316
- class="emotion-44"
2251
+ class="emotion-41"
2317
2252
  >
2318
2253
  13
2319
2254
  </div>
@@ -2323,12 +2258,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2323
2258
  style="padding: 0px;"
2324
2259
  >
2325
2260
  <div
2326
- class="emotion-43"
2261
+ class="emotion-40"
2327
2262
  data-testid="14_11_2020"
2328
2263
  tabindex="-1"
2329
2264
  >
2330
2265
  <div
2331
- class="emotion-44"
2266
+ class="emotion-41"
2332
2267
  >
2333
2268
  14
2334
2269
  </div>
@@ -2338,12 +2273,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2338
2273
  style="padding: 0px;"
2339
2274
  >
2340
2275
  <div
2341
- class="emotion-43"
2276
+ class="emotion-40"
2342
2277
  data-testid="15_11_2020"
2343
2278
  tabindex="-1"
2344
2279
  >
2345
2280
  <div
2346
- class="emotion-44"
2281
+ class="emotion-41"
2347
2282
  >
2348
2283
  15
2349
2284
  </div>
@@ -2355,12 +2290,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2355
2290
  style="padding: 0px;"
2356
2291
  >
2357
2292
  <div
2358
- class="emotion-43"
2293
+ class="emotion-40"
2359
2294
  data-testid="16_11_2020"
2360
2295
  tabindex="-1"
2361
2296
  >
2362
2297
  <div
2363
- class="emotion-44"
2298
+ class="emotion-41"
2364
2299
  >
2365
2300
  16
2366
2301
  </div>
@@ -2370,12 +2305,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2370
2305
  style="padding: 0px;"
2371
2306
  >
2372
2307
  <div
2373
- class="emotion-43"
2308
+ class="emotion-40"
2374
2309
  data-testid="17_11_2020"
2375
2310
  tabindex="-1"
2376
2311
  >
2377
2312
  <div
2378
- class="emotion-44"
2313
+ class="emotion-41"
2379
2314
  >
2380
2315
  17
2381
2316
  </div>
@@ -2385,12 +2320,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2385
2320
  style="padding: 0px;"
2386
2321
  >
2387
2322
  <div
2388
- class="emotion-43"
2323
+ class="emotion-40"
2389
2324
  data-testid="18_11_2020"
2390
2325
  tabindex="-1"
2391
2326
  >
2392
2327
  <div
2393
- class="emotion-44"
2328
+ class="emotion-41"
2394
2329
  >
2395
2330
  18
2396
2331
  </div>
@@ -2400,12 +2335,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2400
2335
  style="padding: 0px;"
2401
2336
  >
2402
2337
  <div
2403
- class="emotion-43"
2338
+ class="emotion-40"
2404
2339
  data-testid="19_11_2020"
2405
2340
  tabindex="-1"
2406
2341
  >
2407
2342
  <div
2408
- class="emotion-44"
2343
+ class="emotion-41"
2409
2344
  >
2410
2345
  19
2411
2346
  </div>
@@ -2415,12 +2350,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2415
2350
  style="padding: 0px;"
2416
2351
  >
2417
2352
  <div
2418
- class="emotion-43"
2353
+ class="emotion-40"
2419
2354
  data-testid="20_11_2020"
2420
2355
  tabindex="-1"
2421
2356
  >
2422
2357
  <div
2423
- class="emotion-44"
2358
+ class="emotion-41"
2424
2359
  >
2425
2360
  20
2426
2361
  </div>
@@ -2430,12 +2365,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2430
2365
  style="padding: 0px;"
2431
2366
  >
2432
2367
  <div
2433
- class="emotion-43"
2368
+ class="emotion-40"
2434
2369
  data-testid="21_11_2020"
2435
2370
  tabindex="-1"
2436
2371
  >
2437
2372
  <div
2438
- class="emotion-44"
2373
+ class="emotion-41"
2439
2374
  >
2440
2375
  21
2441
2376
  </div>
@@ -2445,12 +2380,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2445
2380
  style="padding: 0px;"
2446
2381
  >
2447
2382
  <div
2448
- class="emotion-43"
2383
+ class="emotion-40"
2449
2384
  data-testid="22_11_2020"
2450
2385
  tabindex="-1"
2451
2386
  >
2452
2387
  <div
2453
- class="emotion-44"
2388
+ class="emotion-41"
2454
2389
  >
2455
2390
  22
2456
2391
  </div>
@@ -2462,12 +2397,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2462
2397
  style="padding: 0px;"
2463
2398
  >
2464
2399
  <div
2465
- class="emotion-43"
2400
+ class="emotion-40"
2466
2401
  data-testid="23_11_2020"
2467
2402
  tabindex="-1"
2468
2403
  >
2469
2404
  <div
2470
- class="emotion-44"
2405
+ class="emotion-41"
2471
2406
  >
2472
2407
  23
2473
2408
  </div>
@@ -2477,12 +2412,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2477
2412
  style="padding: 0px;"
2478
2413
  >
2479
2414
  <div
2480
- class="emotion-43"
2415
+ class="emotion-40"
2481
2416
  data-testid="24_11_2020"
2482
2417
  tabindex="-1"
2483
2418
  >
2484
2419
  <div
2485
- class="emotion-44"
2420
+ class="emotion-41"
2486
2421
  >
2487
2422
  24
2488
2423
  </div>
@@ -2492,12 +2427,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2492
2427
  style="padding: 0px;"
2493
2428
  >
2494
2429
  <div
2495
- class="emotion-43"
2430
+ class="emotion-40"
2496
2431
  data-testid="25_11_2020"
2497
2432
  tabindex="-1"
2498
2433
  >
2499
2434
  <div
2500
- class="emotion-44"
2435
+ class="emotion-41"
2501
2436
  >
2502
2437
  25
2503
2438
  </div>
@@ -2507,12 +2442,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2507
2442
  style="padding: 0px;"
2508
2443
  >
2509
2444
  <div
2510
- class="emotion-43"
2445
+ class="emotion-40"
2511
2446
  data-testid="26_11_2020"
2512
2447
  tabindex="-1"
2513
2448
  >
2514
2449
  <div
2515
- class="emotion-44"
2450
+ class="emotion-41"
2516
2451
  >
2517
2452
  26
2518
2453
  </div>
@@ -2522,12 +2457,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2522
2457
  style="padding: 0px;"
2523
2458
  >
2524
2459
  <div
2525
- class="emotion-43"
2460
+ class="emotion-40"
2526
2461
  data-testid="27_11_2020"
2527
2462
  tabindex="-1"
2528
2463
  >
2529
2464
  <div
2530
- class="emotion-44"
2465
+ class="emotion-41"
2531
2466
  >
2532
2467
  27
2533
2468
  </div>
@@ -2537,12 +2472,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2537
2472
  style="padding: 0px;"
2538
2473
  >
2539
2474
  <div
2540
- class="emotion-43"
2475
+ class="emotion-40"
2541
2476
  data-testid="28_11_2020"
2542
2477
  tabindex="-1"
2543
2478
  >
2544
2479
  <div
2545
- class="emotion-44"
2480
+ class="emotion-41"
2546
2481
  >
2547
2482
  28
2548
2483
  </div>
@@ -2552,12 +2487,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2552
2487
  style="padding: 0px;"
2553
2488
  >
2554
2489
  <div
2555
- class="emotion-43"
2490
+ class="emotion-40"
2556
2491
  data-testid="29_11_2020"
2557
2492
  tabindex="-1"
2558
2493
  >
2559
2494
  <div
2560
- class="emotion-44"
2495
+ class="emotion-41"
2561
2496
  >
2562
2497
  29
2563
2498
  </div>
@@ -2569,34 +2504,34 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2569
2504
  style="padding: 0px;"
2570
2505
  >
2571
2506
  <div
2572
- class="emotion-43"
2507
+ class="emotion-40"
2573
2508
  data-testid="30_11_2020"
2574
2509
  tabindex="-1"
2575
2510
  >
2576
2511
  <div
2577
- class="emotion-44"
2512
+ class="emotion-41"
2578
2513
  >
2579
2514
  30
2580
2515
  </div>
2581
2516
  </div>
2582
2517
  </td>
2583
2518
  <td
2584
- class="emotion-29"
2519
+ class="emotion-26"
2585
2520
  />
2586
2521
  <td
2587
- class="emotion-29"
2522
+ class="emotion-26"
2588
2523
  />
2589
2524
  <td
2590
- class="emotion-29"
2525
+ class="emotion-26"
2591
2526
  />
2592
2527
  <td
2593
- class="emotion-29"
2528
+ class="emotion-26"
2594
2529
  />
2595
2530
  <td
2596
- class="emotion-29"
2531
+ class="emotion-26"
2597
2532
  />
2598
2533
  <td
2599
- class="emotion-29"
2534
+ class="emotion-26"
2600
2535
  />
2601
2536
  </tr>
2602
2537
  </tbody>
@@ -2610,36 +2545,35 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2610
2545
  >
2611
2546
  <div>
2612
2547
  <div
2613
- class="emotion-15"
2548
+ class="emotion-13"
2614
2549
  >
2615
2550
  <div
2616
- class="emotion-16"
2551
+ class="emotion-14"
2617
2552
  data-testid="month_header"
2618
2553
  >
2619
2554
  <div
2620
2555
  class="emotion-11"
2621
2556
  >
2622
2557
  <button
2623
- class="emotion-18"
2558
+ class="emotion-16"
2624
2559
  data-slot="button"
2625
2560
  data-testid="button-right_month"
2626
2561
  type="button"
2627
2562
  >
2628
2563
  <span
2629
- class="emotion-19"
2564
+ class="Text__t6529w6"
2565
+ data-ictinus="test-version"
2630
2566
  >
2631
- <span>
2632
- December
2633
-
2634
- 2020
2635
- </span>
2567
+ December
2568
+
2569
+ 2020
2636
2570
  </span>
2637
2571
  </button>
2638
2572
  </div>
2639
2573
  </div>
2640
2574
  </div>
2641
2575
  <div
2642
- class="emotion-108"
2576
+ class="emotion-104"
2643
2577
  >
2644
2578
  <div
2645
2579
  class="emotion-11"
@@ -2650,88 +2584,83 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2650
2584
  data-testid="icon-button-month_forward"
2651
2585
  type="button"
2652
2586
  >
2653
- <div
2654
- class="emotion-13"
2655
- data-slot="icon"
2587
+ <svg
2588
+ class="properties_color_active_base__146hxcf23a properties_height_5_base__146hxcf74 properties_width_5_base__146hxcf4c"
2589
+ data-ictinus="test-version"
2590
+ viewBox="0 0 20 20"
2591
+ xmlns="http://www.w3.org/2000/svg"
2656
2592
  >
2657
- <svg
2658
- class="emotion-14"
2659
- fill="none"
2660
- viewBox="0 0 20 20"
2661
- xmlns="http://www.w3.org/2000/svg"
2662
- >
2663
- <path
2664
- clip-rule="evenodd"
2665
- d="M9.64018 13.6332C8.98886 14.176 8 13.7128 8 12.865V7.13504C8 6.2872 8.98886 5.82405 9.64018 6.36682L13.0781 9.23178C13.5579 9.63157 13.5579 10.3684 13.0781 10.7682L9.64018 13.6332Z"
2666
- fill="#6265AD"
2667
- fill-rule="evenodd"
2668
- />
2669
- </svg>
2670
- </div>
2593
+ <path
2594
+ clip-rule="evenodd"
2595
+ d="M9.64018 13.6332C8.98886 14.176 8 13.7128 8 12.865V7.13504C8 6.2872 8.98886 5.82405 9.64018 6.36682L13.0781 9.23178C13.5579 9.63157 13.5579 10.3684 13.0781 10.7682L9.64018 13.6332Z"
2596
+ fill="currentColor"
2597
+ fill-rule="evenodd"
2598
+ />
2599
+ </svg>
2671
2600
  </button>
2672
2601
  </div>
2673
2602
  </div>
2674
2603
  </div>
2675
2604
  </div>
2676
2605
  <div
2677
- class="emotion-20"
2606
+ class="emotion-17"
2678
2607
  >
2679
2608
  <div
2680
- class="emotion-21"
2609
+ class="emotion-18"
2681
2610
  >
2682
2611
  Mo
2683
2612
  </div>
2684
2613
  <div
2685
- class="emotion-21"
2614
+ class="emotion-18"
2686
2615
  >
2687
2616
  Tu
2688
2617
  </div>
2689
2618
  <div
2690
- class="emotion-21"
2619
+ class="emotion-18"
2691
2620
  >
2692
2621
  We
2693
2622
  </div>
2694
2623
  <div
2695
- class="emotion-21"
2624
+ class="emotion-18"
2696
2625
  >
2697
2626
  Th
2698
2627
  </div>
2699
2628
  <div
2700
- class="emotion-21"
2629
+ class="emotion-18"
2701
2630
  >
2702
2631
  Fr
2703
2632
  </div>
2704
2633
  <div
2705
- class="emotion-21"
2634
+ class="emotion-18"
2706
2635
  >
2707
2636
  Sa
2708
2637
  </div>
2709
2638
  <div
2710
- class="emotion-21"
2639
+ class="emotion-18"
2711
2640
  >
2712
2641
  Su
2713
2642
  </div>
2714
2643
  </div>
2715
2644
  <table
2716
- class="emotion-28"
2645
+ class="emotion-25"
2717
2646
  data-testid="calendar_table"
2718
2647
  tabindex="0"
2719
2648
  >
2720
2649
  <tbody>
2721
2650
  <tr>
2722
2651
  <td
2723
- class="emotion-29"
2652
+ class="emotion-26"
2724
2653
  />
2725
2654
  <td
2726
2655
  style="padding: 0px;"
2727
2656
  >
2728
2657
  <div
2729
- class="emotion-43"
2658
+ class="emotion-40"
2730
2659
  data-testid="1_12_2020"
2731
2660
  tabindex="-1"
2732
2661
  >
2733
2662
  <div
2734
- class="emotion-44"
2663
+ class="emotion-41"
2735
2664
  >
2736
2665
  1
2737
2666
  </div>
@@ -2741,12 +2670,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2741
2670
  style="padding: 0px;"
2742
2671
  >
2743
2672
  <div
2744
- class="emotion-43"
2673
+ class="emotion-40"
2745
2674
  data-testid="2_12_2020"
2746
2675
  tabindex="-1"
2747
2676
  >
2748
2677
  <div
2749
- class="emotion-44"
2678
+ class="emotion-41"
2750
2679
  >
2751
2680
  2
2752
2681
  </div>
@@ -2756,12 +2685,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2756
2685
  style="padding: 0px;"
2757
2686
  >
2758
2687
  <div
2759
- class="emotion-43"
2688
+ class="emotion-40"
2760
2689
  data-testid="3_12_2020"
2761
2690
  tabindex="-1"
2762
2691
  >
2763
2692
  <div
2764
- class="emotion-44"
2693
+ class="emotion-41"
2765
2694
  >
2766
2695
  3
2767
2696
  </div>
@@ -2771,12 +2700,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2771
2700
  style="padding: 0px;"
2772
2701
  >
2773
2702
  <div
2774
- class="emotion-43"
2703
+ class="emotion-40"
2775
2704
  data-testid="4_12_2020"
2776
2705
  tabindex="-1"
2777
2706
  >
2778
2707
  <div
2779
- class="emotion-44"
2708
+ class="emotion-41"
2780
2709
  >
2781
2710
  4
2782
2711
  </div>
@@ -2786,12 +2715,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2786
2715
  style="padding: 0px;"
2787
2716
  >
2788
2717
  <div
2789
- class="emotion-43"
2718
+ class="emotion-40"
2790
2719
  data-testid="5_12_2020"
2791
2720
  tabindex="-1"
2792
2721
  >
2793
2722
  <div
2794
- class="emotion-44"
2723
+ class="emotion-41"
2795
2724
  >
2796
2725
  5
2797
2726
  </div>
@@ -2801,12 +2730,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2801
2730
  style="padding: 0px;"
2802
2731
  >
2803
2732
  <div
2804
- class="emotion-43"
2733
+ class="emotion-40"
2805
2734
  data-testid="6_12_2020"
2806
2735
  tabindex="-1"
2807
2736
  >
2808
2737
  <div
2809
- class="emotion-44"
2738
+ class="emotion-41"
2810
2739
  >
2811
2740
  6
2812
2741
  </div>
@@ -2818,12 +2747,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2818
2747
  style="padding: 0px;"
2819
2748
  >
2820
2749
  <div
2821
- class="emotion-43"
2750
+ class="emotion-40"
2822
2751
  data-testid="7_12_2020"
2823
2752
  tabindex="-1"
2824
2753
  >
2825
2754
  <div
2826
- class="emotion-44"
2755
+ class="emotion-41"
2827
2756
  >
2828
2757
  7
2829
2758
  </div>
@@ -2833,12 +2762,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2833
2762
  style="padding: 0px;"
2834
2763
  >
2835
2764
  <div
2836
- class="emotion-43"
2765
+ class="emotion-40"
2837
2766
  data-testid="8_12_2020"
2838
2767
  tabindex="-1"
2839
2768
  >
2840
2769
  <div
2841
- class="emotion-44"
2770
+ class="emotion-41"
2842
2771
  >
2843
2772
  8
2844
2773
  </div>
@@ -2848,12 +2777,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2848
2777
  style="padding: 0px;"
2849
2778
  >
2850
2779
  <div
2851
- class="emotion-43"
2780
+ class="emotion-40"
2852
2781
  data-testid="9_12_2020"
2853
2782
  tabindex="-1"
2854
2783
  >
2855
2784
  <div
2856
- class="emotion-44"
2785
+ class="emotion-41"
2857
2786
  >
2858
2787
  9
2859
2788
  </div>
@@ -2863,12 +2792,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2863
2792
  style="padding: 0px;"
2864
2793
  >
2865
2794
  <div
2866
- class="emotion-43"
2795
+ class="emotion-40"
2867
2796
  data-testid="10_12_2020"
2868
2797
  tabindex="-1"
2869
2798
  >
2870
2799
  <div
2871
- class="emotion-44"
2800
+ class="emotion-41"
2872
2801
  >
2873
2802
  10
2874
2803
  </div>
@@ -2878,12 +2807,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2878
2807
  style="padding: 0px;"
2879
2808
  >
2880
2809
  <div
2881
- class="emotion-43"
2810
+ class="emotion-40"
2882
2811
  data-testid="11_12_2020"
2883
2812
  tabindex="-1"
2884
2813
  >
2885
2814
  <div
2886
- class="emotion-44"
2815
+ class="emotion-41"
2887
2816
  >
2888
2817
  11
2889
2818
  </div>
@@ -2893,12 +2822,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2893
2822
  style="padding: 0px;"
2894
2823
  >
2895
2824
  <div
2896
- class="emotion-43"
2825
+ class="emotion-40"
2897
2826
  data-testid="12_12_2020"
2898
2827
  tabindex="-1"
2899
2828
  >
2900
2829
  <div
2901
- class="emotion-44"
2830
+ class="emotion-41"
2902
2831
  >
2903
2832
  12
2904
2833
  </div>
@@ -2908,12 +2837,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2908
2837
  style="padding: 0px;"
2909
2838
  >
2910
2839
  <div
2911
- class="emotion-43"
2840
+ class="emotion-40"
2912
2841
  data-testid="13_12_2020"
2913
2842
  tabindex="-1"
2914
2843
  >
2915
2844
  <div
2916
- class="emotion-44"
2845
+ class="emotion-41"
2917
2846
  >
2918
2847
  13
2919
2848
  </div>
@@ -2925,12 +2854,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2925
2854
  style="padding: 0px;"
2926
2855
  >
2927
2856
  <div
2928
- class="emotion-43"
2857
+ class="emotion-40"
2929
2858
  data-testid="14_12_2020"
2930
2859
  tabindex="-1"
2931
2860
  >
2932
2861
  <div
2933
- class="emotion-44"
2862
+ class="emotion-41"
2934
2863
  >
2935
2864
  14
2936
2865
  </div>
@@ -2940,12 +2869,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2940
2869
  style="padding: 0px;"
2941
2870
  >
2942
2871
  <div
2943
- class="emotion-43"
2872
+ class="emotion-40"
2944
2873
  data-testid="15_12_2020"
2945
2874
  tabindex="-1"
2946
2875
  >
2947
2876
  <div
2948
- class="emotion-44"
2877
+ class="emotion-41"
2949
2878
  >
2950
2879
  15
2951
2880
  </div>
@@ -2955,12 +2884,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2955
2884
  style="padding: 0px;"
2956
2885
  >
2957
2886
  <div
2958
- class="emotion-43"
2887
+ class="emotion-40"
2959
2888
  data-testid="16_12_2020"
2960
2889
  tabindex="-1"
2961
2890
  >
2962
2891
  <div
2963
- class="emotion-44"
2892
+ class="emotion-41"
2964
2893
  >
2965
2894
  16
2966
2895
  </div>
@@ -2970,12 +2899,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2970
2899
  style="padding: 0px;"
2971
2900
  >
2972
2901
  <div
2973
- class="emotion-155"
2902
+ class="emotion-149"
2974
2903
  data-testid="17_12_2020_selected"
2975
2904
  tabindex="-1"
2976
2905
  >
2977
2906
  <div
2978
- class="emotion-42"
2907
+ class="emotion-39"
2979
2908
  >
2980
2909
  17
2981
2910
  </div>
@@ -2985,12 +2914,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
2985
2914
  style="padding: 0px;"
2986
2915
  >
2987
2916
  <div
2988
- class="emotion-35"
2917
+ class="emotion-32"
2989
2918
  data-testid="18_12_2020"
2990
2919
  tabindex="-1"
2991
2920
  >
2992
2921
  <div
2993
- class="emotion-36"
2922
+ class="emotion-33"
2994
2923
  >
2995
2924
  18
2996
2925
  </div>
@@ -3000,12 +2929,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
3000
2929
  style="padding: 0px;"
3001
2930
  >
3002
2931
  <div
3003
- class="emotion-35"
2932
+ class="emotion-32"
3004
2933
  data-testid="19_12_2020"
3005
2934
  tabindex="-1"
3006
2935
  >
3007
2936
  <div
3008
- class="emotion-36"
2937
+ class="emotion-33"
3009
2938
  >
3010
2939
  19
3011
2940
  </div>
@@ -3015,12 +2944,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
3015
2944
  style="padding: 0px;"
3016
2945
  >
3017
2946
  <div
3018
- class="emotion-35"
2947
+ class="emotion-32"
3019
2948
  data-testid="20_12_2020"
3020
2949
  tabindex="-1"
3021
2950
  >
3022
2951
  <div
3023
- class="emotion-36"
2952
+ class="emotion-33"
3024
2953
  >
3025
2954
  20
3026
2955
  </div>
@@ -3032,12 +2961,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
3032
2961
  style="padding: 0px;"
3033
2962
  >
3034
2963
  <div
3035
- class="emotion-35"
2964
+ class="emotion-32"
3036
2965
  data-testid="21_12_2020"
3037
2966
  tabindex="-1"
3038
2967
  >
3039
2968
  <div
3040
- class="emotion-36"
2969
+ class="emotion-33"
3041
2970
  >
3042
2971
  21
3043
2972
  </div>
@@ -3047,12 +2976,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
3047
2976
  style="padding: 0px;"
3048
2977
  >
3049
2978
  <div
3050
- class="emotion-35"
2979
+ class="emotion-32"
3051
2980
  data-testid="22_12_2020"
3052
2981
  tabindex="-1"
3053
2982
  >
3054
2983
  <div
3055
- class="emotion-36"
2984
+ class="emotion-33"
3056
2985
  >
3057
2986
  22
3058
2987
  </div>
@@ -3062,12 +2991,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
3062
2991
  style="padding: 0px;"
3063
2992
  >
3064
2993
  <div
3065
- class="emotion-35"
2994
+ class="emotion-32"
3066
2995
  data-testid="23_12_2020"
3067
2996
  tabindex="-1"
3068
2997
  >
3069
2998
  <div
3070
- class="emotion-36"
2999
+ class="emotion-33"
3071
3000
  >
3072
3001
  23
3073
3002
  </div>
@@ -3077,12 +3006,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
3077
3006
  style="padding: 0px;"
3078
3007
  >
3079
3008
  <div
3080
- class="emotion-35"
3009
+ class="emotion-32"
3081
3010
  data-testid="24_12_2020"
3082
3011
  tabindex="-1"
3083
3012
  >
3084
3013
  <div
3085
- class="emotion-36"
3014
+ class="emotion-33"
3086
3015
  >
3087
3016
  24
3088
3017
  </div>
@@ -3092,12 +3021,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
3092
3021
  style="padding: 0px;"
3093
3022
  >
3094
3023
  <div
3095
- class="emotion-35"
3024
+ class="emotion-32"
3096
3025
  data-testid="25_12_2020"
3097
3026
  tabindex="-1"
3098
3027
  >
3099
3028
  <div
3100
- class="emotion-36"
3029
+ class="emotion-33"
3101
3030
  >
3102
3031
  25
3103
3032
  </div>
@@ -3107,12 +3036,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
3107
3036
  style="padding: 0px;"
3108
3037
  >
3109
3038
  <div
3110
- class="emotion-35"
3039
+ class="emotion-32"
3111
3040
  data-testid="26_12_2020"
3112
3041
  tabindex="-1"
3113
3042
  >
3114
3043
  <div
3115
- class="emotion-36"
3044
+ class="emotion-33"
3116
3045
  >
3117
3046
  26
3118
3047
  </div>
@@ -3122,12 +3051,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
3122
3051
  style="padding: 0px;"
3123
3052
  >
3124
3053
  <div
3125
- class="emotion-35"
3054
+ class="emotion-32"
3126
3055
  data-testid="27_12_2020"
3127
3056
  tabindex="-1"
3128
3057
  >
3129
3058
  <div
3130
- class="emotion-36"
3059
+ class="emotion-33"
3131
3060
  >
3132
3061
  27
3133
3062
  </div>
@@ -3139,12 +3068,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
3139
3068
  style="padding: 0px;"
3140
3069
  >
3141
3070
  <div
3142
- class="emotion-35"
3071
+ class="emotion-32"
3143
3072
  data-testid="28_12_2020"
3144
3073
  tabindex="-1"
3145
3074
  >
3146
3075
  <div
3147
- class="emotion-36"
3076
+ class="emotion-33"
3148
3077
  >
3149
3078
  28
3150
3079
  </div>
@@ -3154,12 +3083,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
3154
3083
  style="padding: 0px;"
3155
3084
  >
3156
3085
  <div
3157
- class="emotion-35"
3086
+ class="emotion-32"
3158
3087
  data-testid="29_12_2020"
3159
3088
  tabindex="-1"
3160
3089
  >
3161
3090
  <div
3162
- class="emotion-36"
3091
+ class="emotion-33"
3163
3092
  >
3164
3093
  29
3165
3094
  </div>
@@ -3169,12 +3098,12 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
3169
3098
  style="padding: 0px;"
3170
3099
  >
3171
3100
  <div
3172
- class="emotion-35"
3101
+ class="emotion-32"
3173
3102
  data-testid="30_12_2020"
3174
3103
  tabindex="-1"
3175
3104
  >
3176
3105
  <div
3177
- class="emotion-36"
3106
+ class="emotion-33"
3178
3107
  >
3179
3108
  30
3180
3109
  </div>
@@ -3184,25 +3113,25 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
3184
3113
  style="padding: 0px;"
3185
3114
  >
3186
3115
  <div
3187
- class="emotion-35"
3116
+ class="emotion-32"
3188
3117
  data-testid="31_12_2020"
3189
3118
  tabindex="-1"
3190
3119
  >
3191
3120
  <div
3192
- class="emotion-36"
3121
+ class="emotion-33"
3193
3122
  >
3194
3123
  31
3195
3124
  </div>
3196
3125
  </div>
3197
3126
  </td>
3198
3127
  <td
3199
- class="emotion-29"
3128
+ class="emotion-26"
3200
3129
  />
3201
3130
  <td
3202
- class="emotion-29"
3131
+ class="emotion-26"
3203
3132
  />
3204
3133
  <td
3205
- class="emotion-29"
3134
+ class="emotion-26"
3206
3135
  />
3207
3136
  </tr>
3208
3137
  </tbody>
@@ -3211,23 +3140,22 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
3211
3140
  </div>
3212
3141
  </div>
3213
3142
  <div
3214
- class="emotion-188"
3143
+ class="emotion-182"
3215
3144
  >
3216
3145
  <div
3217
3146
  class="emotion-11"
3218
3147
  >
3219
3148
  <button
3220
- class="emotion-18"
3149
+ class="emotion-16"
3221
3150
  data-slot="button"
3222
3151
  data-testid="button-cancel"
3223
3152
  type="button"
3224
3153
  >
3225
3154
  <span
3226
- class="emotion-19"
3155
+ class="Text__t6529w6"
3156
+ data-ictinus="test-version"
3227
3157
  >
3228
- <span>
3229
- Clear All
3230
- </span>
3158
+ Clear All
3231
3159
  </span>
3232
3160
  </button>
3233
3161
  </div>
@@ -3235,17 +3163,16 @@ exports[`OverlayComponent > should render datepicker correctly 1`] = `
3235
3163
  class="emotion-11"
3236
3164
  >
3237
3165
  <button
3238
- class="emotion-193"
3166
+ class="emotion-186"
3239
3167
  data-slot="button"
3240
3168
  data-testid="button-apply"
3241
3169
  type="button"
3242
3170
  >
3243
3171
  <span
3244
- class="emotion-19"
3172
+ class="Text__t6529w6"
3173
+ data-ictinus="test-version"
3245
3174
  >
3246
- <span>
3247
- Apply
3248
- </span>
3175
+ Apply
3249
3176
  </span>
3250
3177
  </button>
3251
3178
  </div>