@memori.ai/memori-react 8.45.1 → 8.45.4

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 (511) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist/components/Chat/Chat.js +4 -1
  3. package/dist/components/Chat/Chat.js.map +1 -1
  4. package/dist/components/ChatHistoryDrawer/ChatResumeDrawer.d.ts +4 -1
  5. package/dist/components/ChatHistoryDrawer/ChatResumeDrawer.js +7 -57
  6. package/dist/components/ChatHistoryDrawer/ChatResumeDrawer.js.map +1 -1
  7. package/dist/components/IconButton/IconButton.d.ts +1 -1
  8. package/dist/components/MemoriWidget/MemoriWidget.d.ts +1 -1
  9. package/dist/components/MemoriWidget/MemoriWidget.js +2 -1
  10. package/dist/components/MemoriWidget/MemoriWidget.js.map +1 -1
  11. package/dist/components/PositionPopover/PositionPopover.js +38 -25
  12. package/dist/components/PositionPopover/PositionPopover.js.map +1 -1
  13. package/dist/components/UploadButton/UploadButton.js +3 -0
  14. package/dist/components/UploadButton/UploadButton.js.map +1 -1
  15. package/dist/components/UploadButton/UploadDocuments/UploadDocuments.js +14 -2
  16. package/dist/components/UploadButton/UploadDocuments/UploadDocuments.js.map +1 -1
  17. package/dist/components/layouts/chat.css +27 -4
  18. package/dist/context/widgetSurfaceContext.js +2 -2
  19. package/dist/context/widgetSurfaceContext.js.map +1 -1
  20. package/dist/helpers/constants.d.ts +3 -2
  21. package/dist/helpers/constants.js +19 -20
  22. package/dist/helpers/constants.js.map +1 -1
  23. package/dist/helpers/positionPopover.d.ts +2 -1
  24. package/dist/helpers/positionPopover.js +12 -3
  25. package/dist/helpers/positionPopover.js.map +1 -1
  26. package/dist/helpers/tts/muteSpeaker.js +4 -3
  27. package/dist/helpers/tts/muteSpeaker.js.map +1 -1
  28. package/dist/helpers/usePressTooltip.js +2 -1
  29. package/dist/helpers/usePressTooltip.js.map +1 -1
  30. package/dist/helpers/utils.d.ts +2 -1
  31. package/dist/helpers/utils.js +7 -1
  32. package/dist/helpers/utils.js.map +1 -1
  33. package/dist/icons/MemoriIcon.js +1 -1
  34. package/dist/icons/MemoriIcon.js.map +1 -1
  35. package/dist/styles.css +1 -2
  36. package/dist/version.d.ts +1 -1
  37. package/dist/version.js +1 -1
  38. package/esm/components/Chat/Chat.js +4 -1
  39. package/esm/components/Chat/Chat.js.map +1 -1
  40. package/esm/components/MemoriWidget/MemoriWidget.d.ts +1 -1
  41. package/esm/components/MemoriWidget/MemoriWidget.js +2 -1
  42. package/esm/components/MemoriWidget/MemoriWidget.js.map +1 -1
  43. package/esm/components/UploadButton/UploadButton.js +4 -1
  44. package/esm/components/UploadButton/UploadButton.js.map +1 -1
  45. package/esm/components/UploadButton/UploadDocuments/UploadDocuments.js +16 -4
  46. package/esm/components/UploadButton/UploadDocuments/UploadDocuments.js.map +1 -1
  47. package/esm/components/layouts/chat.css +27 -4
  48. package/esm/helpers/constants.d.ts +3 -2
  49. package/esm/helpers/constants.js +18 -19
  50. package/esm/helpers/constants.js.map +1 -1
  51. package/esm/helpers/utils.d.ts +2 -1
  52. package/esm/helpers/utils.js +6 -1
  53. package/esm/helpers/utils.js.map +1 -1
  54. package/esm/styles.css +1 -2
  55. package/esm/version.d.ts +1 -1
  56. package/esm/version.js +1 -1
  57. package/package.json +6 -7
  58. package/dist/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.d.ts +0 -3
  59. package/dist/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.js +0 -64
  60. package/dist/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.js.map +0 -1
  61. package/dist/testUtils.d.ts +0 -5
  62. package/dist/testUtils.js +0 -18
  63. package/dist/testUtils.js.map +0 -1
  64. package/esm/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.d.ts +0 -3
  65. package/esm/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.js +0 -62
  66. package/esm/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.js.map +0 -1
  67. package/src/I18nWrapper.tsx +0 -13
  68. package/src/__snapshots__/index.test.tsx.snap +0 -96
  69. package/src/components/AgeVerificationModal/AgeVerificationModal.css +0 -95
  70. package/src/components/AgeVerificationModal/AgeVerificationModal.stories.tsx +0 -46
  71. package/src/components/AgeVerificationModal/AgeVerificationModal.test.tsx +0 -33
  72. package/src/components/AgeVerificationModal/AgeVerificationModal.tsx +0 -99
  73. package/src/components/AgeVerificationModal/__snapshots__/AgeVerificationModal.test.tsx.snap +0 -19
  74. package/src/components/Auth/Auth.css +0 -57
  75. package/src/components/Auth/Auth.stories.tsx +0 -90
  76. package/src/components/Auth/Auth.test.tsx +0 -63
  77. package/src/components/Auth/Auth.tsx +0 -201
  78. package/src/components/Auth/__snapshots__/Auth.test.tsx.snap +0 -143
  79. package/src/components/Avatar/Avatar.css +0 -151
  80. package/src/components/Avatar/Avatar.stories.tsx +0 -160
  81. package/src/components/Avatar/Avatar.test.tsx +0 -158
  82. package/src/components/Avatar/Avatar.tsx +0 -245
  83. package/src/components/Avatar/AvatarView/AvatarComponent/Shadow/DynamicShadow.tsx +0 -103
  84. package/src/components/Avatar/AvatarView/AvatarComponent/avatarComponent.tsx +0 -105
  85. package/src/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.tsx +0 -338
  86. package/src/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/types.ts +0 -44
  87. package/src/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarAnimator.ts +0 -1091
  88. package/src/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarPositionController.ts +0 -83
  89. package/src/components/Avatar/AvatarView/AvatarComponent/components/controllers/MorphTargetController.ts +0 -301
  90. package/src/components/Avatar/AvatarView/AvatarComponent/components/controls.tsx +0 -100
  91. package/src/components/Avatar/AvatarView/AvatarComponent/components/halfbodyAvatar.tsx +0 -152
  92. package/src/components/Avatar/AvatarView/AvatarComponent/components/loader.tsx +0 -31
  93. package/src/components/Avatar/AvatarView/AvatarComponent/constants.ts +0 -141
  94. package/src/components/Avatar/AvatarView/AvatarComponent/lights/Lights.tsx +0 -145
  95. package/src/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.css +0 -111
  96. package/src/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.tsx +0 -201
  97. package/src/components/Avatar/AvatarView/AvatarView.stories.tsx +0 -254
  98. package/src/components/Avatar/AvatarView/index.tsx +0 -194
  99. package/src/components/Avatar/AvatarView/utils/hideHands.ts +0 -11
  100. package/src/components/Avatar/AvatarView/utils/useEyeBlink.ts +0 -100
  101. package/src/components/Avatar/AvatarView/utils/useHeadMovement.ts +0 -72
  102. package/src/components/Avatar/AvatarView/utils/useLoadingMorphAnim.ts +0 -38
  103. package/src/components/Avatar/AvatarView/utils/useMouthAnimation.ts +0 -93
  104. package/src/components/Avatar/AvatarView/utils/useSmile.ts +0 -39
  105. package/src/components/Avatar/AvatarView/utils/utils.ts +0 -55
  106. package/src/components/Avatar/__snapshots__/Avatar.test.tsx.snap +0 -246
  107. package/src/components/Blob/Blob.css +0 -286
  108. package/src/components/Blob/Blob.stories.tsx +0 -53
  109. package/src/components/Blob/Blob.test.tsx +0 -18
  110. package/src/components/Blob/Blob.tsx +0 -26
  111. package/src/components/Blob/__snapshots__/Blob.test.tsx.snap +0 -80
  112. package/src/components/BlockedMemoriBadge/BlockedMemoriBadge.css +0 -40
  113. package/src/components/BlockedMemoriBadge/BlockedMemoriBadge.stories.tsx +0 -58
  114. package/src/components/BlockedMemoriBadge/BlockedMemoriBadge.test.tsx +0 -53
  115. package/src/components/BlockedMemoriBadge/BlockedMemoriBadge.tsx +0 -74
  116. package/src/components/BlockedMemoriBadge/__snapshots__/BlockedMemoriBadge.test.tsx.snap +0 -181
  117. package/src/components/ChangeMode/ChangeMode.css +0 -22
  118. package/src/components/ChangeMode/ChangeMode.stories.tsx +0 -50
  119. package/src/components/ChangeMode/ChangeMode.test.tsx +0 -24
  120. package/src/components/ChangeMode/ChangeMode.tsx +0 -51
  121. package/src/components/ChangeMode/__snapshots__/ChangeMode.test.tsx.snap +0 -107
  122. package/src/components/Chat/Chat.css +0 -285
  123. package/src/components/Chat/Chat.stories.tsx +0 -1684
  124. package/src/components/Chat/Chat.test.tsx +0 -372
  125. package/src/components/Chat/Chat.tsx +0 -778
  126. package/src/components/Chat/__snapshots__/Chat.test.tsx.snap +0 -6816
  127. package/src/components/ChatBubble/ChatBubble.css +0 -430
  128. package/src/components/ChatBubble/ChatBubble.stories.tsx +0 -1192
  129. package/src/components/ChatBubble/ChatBubble.test.tsx +0 -481
  130. package/src/components/ChatBubble/ChatBubble.tsx +0 -776
  131. package/src/components/ChatBubble/__snapshots__/ChatBubble.test.tsx.snap +0 -8734
  132. package/src/components/ChatHistoryDrawer/ChatHistory.css +0 -587
  133. package/src/components/ChatHistoryDrawer/ChatHistory.stories.tsx +0 -410
  134. package/src/components/ChatHistoryDrawer/ChatHistory.test.tsx +0 -107
  135. package/src/components/ChatHistoryDrawer/ChatHistory.tsx +0 -1298
  136. package/src/components/ChatHistoryDrawer/__snapshots__/ChatHistory.test.tsx.snap +0 -27
  137. package/src/components/ChatInputs/ChatInputs.css +0 -340
  138. package/src/components/ChatInputs/ChatInputs.stories.tsx +0 -251
  139. package/src/components/ChatInputs/ChatInputs.tsx +0 -487
  140. package/src/components/ChatTextArea/ChatTextArea.css +0 -185
  141. package/src/components/ChatTextArea/ChatTextArea.stories.tsx +0 -55
  142. package/src/components/ChatTextArea/ChatTextArea.test.tsx +0 -28
  143. package/src/components/ChatTextArea/ChatTextArea.tsx +0 -171
  144. package/src/components/ChatTextArea/__snapshots__/ChatTextArea.test.tsx.snap +0 -68
  145. package/src/components/CompletionProviderStatus/CompletionProviderStatus.css +0 -36
  146. package/src/components/CompletionProviderStatus/CompletionProviderStatus.stories.tsx +0 -296
  147. package/src/components/CompletionProviderStatus/CompletionProviderStatus.test.tsx +0 -31
  148. package/src/components/CompletionProviderStatus/CompletionProviderStatus.tsx +0 -232
  149. package/src/components/CompletionProviderStatus/__snapshots__/CompletionProviderStatus.test.tsx.snap +0 -96
  150. package/src/components/ContentPreviewModal/ContentPreviewModal.css +0 -128
  151. package/src/components/ContentPreviewModal/ContentPreviewModal.tsx +0 -67
  152. package/src/components/ContentPreviewModal/index.ts +0 -2
  153. package/src/components/CustomGLBModelViewer/ModelViewer.css +0 -11
  154. package/src/components/CustomGLBModelViewer/ModelViewer.stories.tsx +0 -58
  155. package/src/components/CustomGLBModelViewer/ModelViewer.test.tsx +0 -13
  156. package/src/components/CustomGLBModelViewer/ModelViewer.tsx +0 -37
  157. package/src/components/CustomGLBModelViewer/__snapshots__/ModelViewer.test.tsx.snap +0 -20
  158. package/src/components/DateSelector/DateSelector.css +0 -158
  159. package/src/components/DateSelector/DateSelector.stories.tsx +0 -47
  160. package/src/components/DateSelector/DateSelector.test.tsx +0 -149
  161. package/src/components/DateSelector/DateSelector.tsx +0 -251
  162. package/src/components/DateSelector/__snapshots__/DateSelector.test.tsx.snap +0 -1954
  163. package/src/components/ErrorBoundary/ErrorBoundary.tsx +0 -54
  164. package/src/components/ExpertsDrawer/ExpertsDrawer.css +0 -67
  165. package/src/components/ExpertsDrawer/ExpertsDrawer.stories.tsx +0 -54
  166. package/src/components/ExpertsDrawer/ExpertsDrawer.test.tsx +0 -53
  167. package/src/components/ExpertsDrawer/ExpertsDrawer.tsx +0 -69
  168. package/src/components/ExpertsDrawer/__snapshots__/ExpertsDrawer.test.tsx.snap +0 -11
  169. package/src/components/ExportHistoryButton/ExportHistoryButton.css +0 -22
  170. package/src/components/FeedbackButtons/FeedbackButtons.css +0 -107
  171. package/src/components/FeedbackButtons/FeedbackButtons.stories.tsx +0 -52
  172. package/src/components/FeedbackButtons/FeedbackButtons.test.tsx +0 -11
  173. package/src/components/FeedbackButtons/FeedbackButtons.tsx +0 -152
  174. package/src/components/FeedbackButtons/__snapshots__/FeedbackButtons.test.tsx.snap +0 -42
  175. package/src/components/FilePreview/FilePreview.css +0 -358
  176. package/src/components/FilePreview/FilePreview.stories.tsx +0 -63
  177. package/src/components/FilePreview/FilePreview.test.tsx +0 -26
  178. package/src/components/FilePreview/FilePreview.tsx +0 -277
  179. package/src/components/FilePreview/__snapshots__/FilePreview.test.tsx.snap +0 -185
  180. package/src/components/Header/ChatConsumptionDropdown.test.tsx +0 -117
  181. package/src/components/Header/ChatConsumptionDropdown.tsx +0 -275
  182. package/src/components/Header/Header.css +0 -282
  183. package/src/components/Header/Header.stories.tsx +0 -338
  184. package/src/components/Header/Header.test.tsx +0 -371
  185. package/src/components/Header/Header.tsx +0 -442
  186. package/src/components/Header/__snapshots__/Header.test.tsx.snap +0 -964
  187. package/src/components/KnownFacts/KnownFacts.css +0 -19
  188. package/src/components/KnownFacts/KnownFacts.stories.tsx +0 -80
  189. package/src/components/KnownFacts/KnownFacts.test.tsx +0 -57
  190. package/src/components/KnownFacts/KnownFacts.tsx +0 -376
  191. package/src/components/KnownFacts/__snapshots__/KnownFacts.test.tsx.snap +0 -19
  192. package/src/components/LoginDrawer/LoginDrawer.css +0 -1616
  193. package/src/components/LoginDrawer/LoginDrawer.stories.tsx +0 -102
  194. package/src/components/LoginDrawer/LoginDrawer.test.tsx +0 -199
  195. package/src/components/LoginDrawer/LoginDrawer.tsx +0 -600
  196. package/src/components/LoginDrawer/__snapshots__/LoginDrawer.test.tsx.snap +0 -91
  197. package/src/components/MediaWidget/DocumentCard.test.tsx +0 -45
  198. package/src/components/MediaWidget/DocumentCard.tsx +0 -19
  199. package/src/components/MediaWidget/MediaItemWidget.css +0 -1398
  200. package/src/components/MediaWidget/MediaItemWidget.stories.tsx +0 -423
  201. package/src/components/MediaWidget/MediaItemWidget.test.tsx +0 -248
  202. package/src/components/MediaWidget/MediaItemWidget.tsx +0 -997
  203. package/src/components/MediaWidget/MediaItemWidget.types.ts +0 -65
  204. package/src/components/MediaWidget/MediaItemWidget.utils.test.ts +0 -367
  205. package/src/components/MediaWidget/MediaItemWidget.utils.ts +0 -227
  206. package/src/components/MediaWidget/MediaPreviewModal.test.tsx +0 -271
  207. package/src/components/MediaWidget/MediaPreviewModal.tsx +0 -425
  208. package/src/components/MediaWidget/MediaWidget.css +0 -131
  209. package/src/components/MediaWidget/MediaWidget.stories.tsx +0 -319
  210. package/src/components/MediaWidget/MediaWidget.test.tsx +0 -41
  211. package/src/components/MediaWidget/MediaWidget.tsx +0 -107
  212. package/src/components/MediaWidget/__snapshots__/DocumentCard.test.tsx.snap +0 -24
  213. package/src/components/MediaWidget/__snapshots__/MediaItemWidget.test.tsx.snap +0 -791
  214. package/src/components/MediaWidget/__snapshots__/MediaWidget.test.tsx.snap +0 -154
  215. package/src/components/MemoriArtifactSystem/ArtifactDrawer.stories.tsx +0 -2299
  216. package/src/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.css +0 -163
  217. package/src/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.tsx +0 -250
  218. package/src/components/MemoriArtifactSystem/components/ArtifactActions/CopyButton.stories.tsx +0 -30
  219. package/src/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyButtonWithDropdown.tsx +0 -467
  220. package/src/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyMenuItem.tsx +0 -89
  221. package/src/components/MemoriArtifactSystem/components/ArtifactActions/hooks/useCopyArtifact.ts +0 -619
  222. package/src/components/MemoriArtifactSystem/components/ArtifactActions/index.ts +0 -9
  223. package/src/components/MemoriArtifactSystem/components/ArtifactActions/styles.css +0 -489
  224. package/src/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.tsx +0 -90
  225. package/src/components/MemoriArtifactSystem/components/ArtifactActions/types.ts +0 -73
  226. package/src/components/MemoriArtifactSystem/components/ArtifactActions/utils/PDFExporter.ts +0 -454
  227. package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.css +0 -1059
  228. package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.tsx +0 -431
  229. package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.css +0 -150
  230. package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.tsx +0 -79
  231. package/src/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.css +0 -253
  232. package/src/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.tsx +0 -561
  233. package/src/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.css +0 -355
  234. package/src/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.tsx +0 -160
  235. package/src/components/MemoriArtifactSystem/context/ArtifactContext.tsx +0 -167
  236. package/src/components/MemoriArtifactSystem/types/artifact.types.ts +0 -35
  237. package/src/components/MemoriArtifactSystem/utils/ArtifactAPI.test.tsx +0 -308
  238. package/src/components/MemoriArtifactSystem/utils/ArtifactAPI.tsx +0 -379
  239. package/src/components/MemoriArtifactSystem/utils/applyEdits.test.ts +0 -85
  240. package/src/components/MemoriArtifactSystem/utils/applyEdits.ts +0 -173
  241. package/src/components/MemoriWidget/MemoriWidget.css +0 -220
  242. package/src/components/MemoriWidget/MemoriWidget.stories.tsx +0 -274
  243. package/src/components/MemoriWidget/MemoriWidget.tsx +0 -3930
  244. package/src/components/MicrophoneButton/MicrophoneButton.css +0 -142
  245. package/src/components/MicrophoneButton/MicrophoneButton.stories.tsx +0 -52
  246. package/src/components/MicrophoneButton/MicrophoneButton.tsx +0 -128
  247. package/src/components/PositionDrawer/PositionDrawer.stories.tsx +0 -51
  248. package/src/components/PositionDrawer/PositionDrawer.test.tsx +0 -39
  249. package/src/components/PositionDrawer/PositionDrawer.tsx +0 -50
  250. package/src/components/PositionDrawer/__snapshots__/PositionDrawer.test.tsx.snap +0 -17
  251. package/src/components/PoweredBy/PoweredBy.css +0 -47
  252. package/src/components/PoweredBy/PoweredBy.stories.tsx +0 -75
  253. package/src/components/PoweredBy/PoweredBy.test.tsx +0 -15
  254. package/src/components/PoweredBy/PoweredBy.tsx +0 -44
  255. package/src/components/PoweredBy/__snapshots__/PoweredBy.test.tsx.snap +0 -55
  256. package/src/components/SendOnEnterMenu/SendOnEnterMenu.css +0 -47
  257. package/src/components/SendOnEnterMenu/SendOnEnterMenu.stories.tsx +0 -58
  258. package/src/components/SendOnEnterMenu/SendOnEnterMenu.test.tsx +0 -17
  259. package/src/components/SendOnEnterMenu/SendOnEnterMenu.tsx +0 -82
  260. package/src/components/SendOnEnterMenu/__snapshots__/SendOnEnterMenu.test.tsx.snap +0 -57
  261. package/src/components/SettingsDrawer/SettingsDrawer.css +0 -24
  262. package/src/components/SettingsDrawer/SettingsDrawer.stories.tsx +0 -94
  263. package/src/components/SettingsDrawer/SettingsDrawer.test.tsx +0 -202
  264. package/src/components/SettingsDrawer/SettingsDrawer.tsx +0 -255
  265. package/src/components/SettingsDrawer/__snapshots__/SettingsDrawer.test.tsx.snap +0 -59
  266. package/src/components/ShareButton/ShareButton.css +0 -73
  267. package/src/components/ShareButton/ShareButton.stories.tsx +0 -98
  268. package/src/components/ShareButton/ShareButton.test.tsx +0 -53
  269. package/src/components/ShareButton/ShareButton.tsx +0 -395
  270. package/src/components/ShareButton/__snapshots__/ShareButton.test.tsx.snap +0 -316
  271. package/src/components/Snippet/Snippet.css +0 -142
  272. package/src/components/Snippet/Snippet.stories.tsx +0 -286
  273. package/src/components/Snippet/Snippet.test.tsx +0 -176
  274. package/src/components/Snippet/Snippet.tsx +0 -148
  275. package/src/components/Snippet/__snapshots__/Snippet.test.tsx.snap +0 -603
  276. package/src/components/StartPanel/StartPanel.css +0 -273
  277. package/src/components/StartPanel/StartPanel.stories.tsx +0 -404
  278. package/src/components/StartPanel/StartPanel.test.tsx +0 -360
  279. package/src/components/StartPanel/StartPanel.tsx +0 -426
  280. package/src/components/StartPanel/__snapshots__/StartPanel.test.tsx.snap +0 -1986
  281. package/src/components/Typing/Typing.stories.tsx +0 -130
  282. package/src/components/Typing/Typing.test.tsx +0 -62
  283. package/src/components/Typing/Typing.tsx +0 -154
  284. package/src/components/Typing/__snapshots__/Typing.test.tsx.snap +0 -133
  285. package/src/components/UploadButton/UploadButton.css +0 -542
  286. package/src/components/UploadButton/UploadButton.stories.tsx +0 -376
  287. package/src/components/UploadButton/UploadButton.test.tsx +0 -11
  288. package/src/components/UploadButton/UploadButton.tsx +0 -684
  289. package/src/components/UploadButton/UploadDocuments/UploadDocuments.tsx +0 -405
  290. package/src/components/UploadButton/UploadImages/UploadImages.tsx +0 -538
  291. package/src/components/UploadButton/__snapshots__/UploadButton.test.tsx.snap +0 -165
  292. package/src/components/VenueWidget/VenueWidget.css +0 -163
  293. package/src/components/VenueWidget/VenueWidget.stories.tsx +0 -66
  294. package/src/components/VenueWidget/VenueWidget.test.tsx +0 -49
  295. package/src/components/VenueWidget/VenueWidget.tsx +0 -458
  296. package/src/components/VenueWidget/__snapshots__/VenueWidget.test.tsx.snap +0 -370
  297. package/src/components/WhyThisAnswer/WhyThisAnswer.css +0 -171
  298. package/src/components/WhyThisAnswer/WhyThisAnswer.stories.tsx +0 -285
  299. package/src/components/WhyThisAnswer/WhyThisAnswer.test.tsx +0 -245
  300. package/src/components/WhyThisAnswer/WhyThisAnswer.tsx +0 -233
  301. package/src/components/WhyThisAnswer/__snapshots__/WhyThisAnswer.test.tsx.snap +0 -27
  302. package/src/components/icons/AI.tsx +0 -34
  303. package/src/components/icons/Alert.tsx +0 -31
  304. package/src/components/icons/ArrowUp.tsx +0 -28
  305. package/src/components/icons/Bug.tsx +0 -81
  306. package/src/components/icons/Chat.tsx +0 -30
  307. package/src/components/icons/ChevronDown.tsx +0 -26
  308. package/src/components/icons/ChevronLeft.tsx +0 -28
  309. package/src/components/icons/ChevronRight.tsx +0 -28
  310. package/src/components/icons/ChevronUp.tsx +0 -24
  311. package/src/components/icons/Clear.tsx +0 -23
  312. package/src/components/icons/Close.tsx +0 -30
  313. package/src/components/icons/Code.tsx +0 -24
  314. package/src/components/icons/Copy.tsx +0 -23
  315. package/src/components/icons/DeepThought.tsx +0 -38
  316. package/src/components/icons/Delete.tsx +0 -23
  317. package/src/components/icons/Document.tsx +0 -50
  318. package/src/components/icons/Download.tsx +0 -23
  319. package/src/components/icons/Edit.tsx +0 -17
  320. package/src/components/icons/Expand.tsx +0 -23
  321. package/src/components/icons/Eye.tsx +0 -17
  322. package/src/components/icons/EyeInvisible.tsx +0 -24
  323. package/src/components/icons/Facebook.tsx +0 -23
  324. package/src/components/icons/Feedback.tsx +0 -24
  325. package/src/components/icons/File.tsx +0 -17
  326. package/src/components/icons/FileExcel.tsx +0 -23
  327. package/src/components/icons/FilePdf.tsx +0 -23
  328. package/src/components/icons/FileWord.tsx +0 -23
  329. package/src/components/icons/Fullscreen.tsx +0 -23
  330. package/src/components/icons/FullscreenExit.tsx +0 -23
  331. package/src/components/icons/GasStation.tsx +0 -36
  332. package/src/components/icons/Group.tsx +0 -30
  333. package/src/components/icons/History.tsx +0 -33
  334. package/src/components/icons/Image.tsx +0 -37
  335. package/src/components/icons/Info.tsx +0 -31
  336. package/src/components/icons/Link.tsx +0 -17
  337. package/src/components/icons/Linkedin.tsx +0 -23
  338. package/src/components/icons/Loading.tsx +0 -28
  339. package/src/components/icons/Logout.tsx +0 -27
  340. package/src/components/icons/Mail.tsx +0 -17
  341. package/src/components/icons/MapMarker.tsx +0 -26
  342. package/src/components/icons/MenuHorizontal.tsx +0 -29
  343. package/src/components/icons/MenuVertical.tsx +0 -29
  344. package/src/components/icons/Message.tsx +0 -23
  345. package/src/components/icons/Microphone.tsx +0 -23
  346. package/src/components/icons/Minus.tsx +0 -23
  347. package/src/components/icons/MinusCircle.tsx +0 -24
  348. package/src/components/icons/PaperClip.tsx +0 -23
  349. package/src/components/icons/Picture.tsx +0 -23
  350. package/src/components/icons/Plus.tsx +0 -18
  351. package/src/components/icons/Preview.tsx +0 -29
  352. package/src/components/icons/Print.tsx +0 -38
  353. package/src/components/icons/QuestionHelp.tsx +0 -30
  354. package/src/components/icons/Refresh.tsx +0 -30
  355. package/src/components/icons/SelectIcon.tsx +0 -28
  356. package/src/components/icons/Send.tsx +0 -17
  357. package/src/components/icons/Setting.tsx +0 -23
  358. package/src/components/icons/Share.tsx +0 -23
  359. package/src/components/icons/Sound.tsx +0 -23
  360. package/src/components/icons/SoundDeactivated.tsx +0 -27
  361. package/src/components/icons/Telegram.tsx +0 -26
  362. package/src/components/icons/ThumbDown.tsx +0 -29
  363. package/src/components/icons/ThumbUp.tsx +0 -29
  364. package/src/components/icons/Translation.tsx +0 -24
  365. package/src/components/icons/Twitter.tsx +0 -23
  366. package/src/components/icons/Upload.tsx +0 -34
  367. package/src/components/icons/User.tsx +0 -17
  368. package/src/components/icons/Warning.tsx +0 -24
  369. package/src/components/icons/WhatsApp.tsx +0 -24
  370. package/src/components/icons/icons.stories.css +0 -5
  371. package/src/components/icons/icons.stories.tsx +0 -81
  372. package/src/components/icons/loading.css +0 -14
  373. package/src/components/layouts/Chat.test.tsx +0 -40
  374. package/src/components/layouts/Chat.tsx +0 -69
  375. package/src/components/layouts/FullBody/FullBody.stories.tsx +0 -110
  376. package/src/components/layouts/FullPage.test.tsx +0 -65
  377. package/src/components/layouts/FullPage.tsx +0 -80
  378. package/src/components/layouts/HiddenChat.test.tsx +0 -40
  379. package/src/components/layouts/HiddenChat.tsx +0 -233
  380. package/src/components/layouts/Totem/Totem.stories.tsx +0 -131
  381. package/src/components/layouts/Totem.test.tsx +0 -40
  382. package/src/components/layouts/Totem.tsx +0 -49
  383. package/src/components/layouts/WebsiteAssistant.test.tsx +0 -40
  384. package/src/components/layouts/WebsiteAssistant.tsx +0 -132
  385. package/src/components/layouts/ZoomedFullBody/ZoomedFullBody.stories.tsx +0 -131
  386. package/src/components/layouts/ZoomedFullBody.test.tsx +0 -40
  387. package/src/components/layouts/ZoomedFullBody.tsx +0 -81
  388. package/src/components/layouts/__snapshots__/Chat.test.tsx.snap +0 -457
  389. package/src/components/layouts/__snapshots__/FullPage.test.tsx.snap +0 -1045
  390. package/src/components/layouts/__snapshots__/HiddenChat.test.tsx.snap +0 -460
  391. package/src/components/layouts/__snapshots__/Totem.test.tsx.snap +0 -566
  392. package/src/components/layouts/__snapshots__/WebsiteAssistant.test.tsx.snap +0 -59
  393. package/src/components/layouts/__snapshots__/ZoomedFullBody.test.tsx.snap +0 -523
  394. package/src/components/layouts/chat.css +0 -451
  395. package/src/components/layouts/hidden-chat.css +0 -276
  396. package/src/components/layouts/layouts.stories.tsx +0 -231
  397. package/src/components/layouts/totem.css +0 -221
  398. package/src/components/layouts/website-assistant.css +0 -677
  399. package/src/components/layouts/zoomed-full-body.css +0 -18
  400. package/src/components/ui/Alert.css +0 -93
  401. package/src/components/ui/Alert.stories.tsx +0 -137
  402. package/src/components/ui/Alert.test.tsx +0 -129
  403. package/src/components/ui/Alert.tsx +0 -123
  404. package/src/components/ui/Button.css +0 -167
  405. package/src/components/ui/Button.stories.tsx +0 -156
  406. package/src/components/ui/Button.test.tsx +0 -74
  407. package/src/components/ui/Button.tsx +0 -107
  408. package/src/components/ui/Card.css +0 -65
  409. package/src/components/ui/Card.stories.tsx +0 -95
  410. package/src/components/ui/Card.test.tsx +0 -47
  411. package/src/components/ui/Card.tsx +0 -48
  412. package/src/components/ui/Checkbox.css +0 -116
  413. package/src/components/ui/Checkbox.stories.tsx +0 -74
  414. package/src/components/ui/Checkbox.test.tsx +0 -28
  415. package/src/components/ui/Checkbox.tsx +0 -58
  416. package/src/components/ui/ConfirmDialog.css +0 -42
  417. package/src/components/ui/ConfirmDialog.stories.tsx +0 -216
  418. package/src/components/ui/ConfirmDialog.test.tsx +0 -124
  419. package/src/components/ui/ConfirmDialog.tsx +0 -58
  420. package/src/components/ui/Details.css +0 -66
  421. package/src/components/ui/Drawer.css +0 -270
  422. package/src/components/ui/Drawer.stories.tsx +0 -267
  423. package/src/components/ui/Drawer.test.tsx +0 -130
  424. package/src/components/ui/Drawer.tsx +0 -293
  425. package/src/components/ui/Dropdown.css +0 -173
  426. package/src/components/ui/Dropdown.tsx +0 -63
  427. package/src/components/ui/Expandable.css +0 -15
  428. package/src/components/ui/Expandable.stories.tsx +0 -180
  429. package/src/components/ui/Expandable.test.tsx +0 -107
  430. package/src/components/ui/Expandable.tsx +0 -121
  431. package/src/components/ui/Modal.css +0 -98
  432. package/src/components/ui/Modal.stories.tsx +0 -171
  433. package/src/components/ui/Modal.test.tsx +0 -111
  434. package/src/components/ui/Modal.tsx +0 -117
  435. package/src/components/ui/Select.css +0 -138
  436. package/src/components/ui/Select.stories.tsx +0 -79
  437. package/src/components/ui/Select.test.tsx +0 -84
  438. package/src/components/ui/Select.tsx +0 -79
  439. package/src/components/ui/Slider.css +0 -192
  440. package/src/components/ui/Slider.stories.tsx +0 -63
  441. package/src/components/ui/Slider.tsx +0 -142
  442. package/src/components/ui/Spin.css +0 -31
  443. package/src/components/ui/Spin.stories.tsx +0 -64
  444. package/src/components/ui/Spin.test.tsx +0 -41
  445. package/src/components/ui/Spin.tsx +0 -31
  446. package/src/components/ui/Table.css +0 -132
  447. package/src/components/ui/Tooltip.css +0 -171
  448. package/src/components/ui/Tooltip.stories.tsx +0 -109
  449. package/src/components/ui/Tooltip.test.tsx +0 -102
  450. package/src/components/ui/Tooltip.tsx +0 -163
  451. package/src/components/ui/__snapshots__/Alert.test.tsx.snap +0 -59
  452. package/src/components/ui/__snapshots__/Button.test.tsx.snap +0 -204
  453. package/src/components/ui/__snapshots__/Card.test.tsx.snap +0 -321
  454. package/src/components/ui/__snapshots__/Checkbox.test.tsx.snap +0 -131
  455. package/src/components/ui/__snapshots__/ConfirmDialog.test.tsx.snap +0 -35
  456. package/src/components/ui/__snapshots__/Drawer.test.tsx.snap +0 -67
  457. package/src/components/ui/__snapshots__/Expandable.test.tsx.snap +0 -159
  458. package/src/components/ui/__snapshots__/Modal.test.tsx.snap +0 -59
  459. package/src/components/ui/__snapshots__/Select.test.tsx.snap +0 -254
  460. package/src/components/ui/__snapshots__/Spin.test.tsx.snap +0 -193
  461. package/src/components/ui/__snapshots__/Tooltip.test.tsx.snap +0 -113
  462. package/src/components/ui/definitions.stories.tsx +0 -139
  463. package/src/context/visemeContext.tsx +0 -384
  464. package/src/helpers/chatPdfExport.ts +0 -544
  465. package/src/helpers/configuration.ts +0 -42
  466. package/src/helpers/constants.ts +0 -267
  467. package/src/helpers/convertDocument.test.ts +0 -67
  468. package/src/helpers/convertDocument.ts +0 -35
  469. package/src/helpers/credits.ts +0 -54
  470. package/src/helpers/error.test.ts +0 -29
  471. package/src/helpers/error.ts +0 -278
  472. package/src/helpers/imageCompression.ts +0 -230
  473. package/src/helpers/llmUsage.ts +0 -328
  474. package/src/helpers/markedExtendedTables.js +0 -217
  475. package/src/helpers/media.test.ts +0 -169
  476. package/src/helpers/media.ts +0 -81
  477. package/src/helpers/message.test.ts +0 -126
  478. package/src/helpers/message.ts +0 -219
  479. package/src/helpers/nats/getNatsConfig.ts +0 -148
  480. package/src/helpers/nats/isSessionExpiredError.test.ts +0 -38
  481. package/src/helpers/nats/isSessionExpiredError.ts +0 -51
  482. package/src/helpers/nats/useNats.test.tsx +0 -81
  483. package/src/helpers/nats/useNats.ts +0 -204
  484. package/src/helpers/nats/useNatsSession.test.ts +0 -16
  485. package/src/helpers/nats/useNatsSession.ts +0 -460
  486. package/src/helpers/piiDetection.test.ts +0 -186
  487. package/src/helpers/piiDetection.ts +0 -91
  488. package/src/helpers/sanitizer.ts +0 -17
  489. package/src/helpers/statistics.ts +0 -58
  490. package/src/helpers/stt/useSTT.ts +0 -515
  491. package/src/helpers/translations.ts +0 -39
  492. package/src/helpers/tts/ttsVoiceUtility.ts +0 -275
  493. package/src/helpers/tts/useTTS.ts +0 -621
  494. package/src/helpers/utils.test.ts +0 -321
  495. package/src/helpers/utils.ts +0 -586
  496. package/src/helpers/venue.ts +0 -36
  497. package/src/i18n.ts +0 -39
  498. package/src/index.stories.tsx +0 -220
  499. package/src/index.test.tsx +0 -156
  500. package/src/index.tsx +0 -592
  501. package/src/locales/de.json +0 -680
  502. package/src/locales/en.json +0 -754
  503. package/src/locales/es.json +0 -682
  504. package/src/locales/fr.json +0 -682
  505. package/src/locales/it.json +0 -750
  506. package/src/mocks/data.ts +0 -790
  507. package/src/styles.css +0 -126
  508. package/src/types/integration.test.ts +0 -32
  509. package/src/types/integration.ts +0 -31
  510. package/src/types/layout.ts +0 -50
  511. package/src/version.ts +0 -2
@@ -1,1954 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`renders DateSelector disabled unchanged 1`] = `
4
- <div>
5
- <div
6
- class="memori--date-selector"
7
- >
8
- <div
9
- class="memori--date-selector__select"
10
- >
11
- <input
12
- hidden=""
13
- name="day[ts]"
14
- readonly=""
15
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
16
- type="hidden"
17
- value="1663977600000"
18
- />
19
- <input
20
- hidden=""
21
- name="day[loc][locale]"
22
- readonly=""
23
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
24
- type="hidden"
25
- value="en-US"
26
- />
27
- <input
28
- hidden=""
29
- name="day[loc][numberingSystem]"
30
- readonly=""
31
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
32
- type="hidden"
33
- value=""
34
- />
35
- <input
36
- hidden=""
37
- name="day[loc][outputCalendar]"
38
- readonly=""
39
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
40
- type="hidden"
41
- value=""
42
- />
43
- <input
44
- hidden=""
45
- name="day[loc][weekSettings]"
46
- readonly=""
47
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
48
- type="hidden"
49
- value=""
50
- />
51
- <input
52
- hidden=""
53
- name="day[loc][intl]"
54
- readonly=""
55
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
56
- type="hidden"
57
- value="en-US"
58
- />
59
- <input
60
- hidden=""
61
- name="day[loc][meridiemCache]"
62
- readonly=""
63
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
64
- type="hidden"
65
- value=""
66
- />
67
- <input
68
- hidden=""
69
- name="day[loc][specifiedLocale]"
70
- readonly=""
71
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
72
- type="hidden"
73
- value=""
74
- />
75
- <input
76
- hidden=""
77
- name="day[loc][fastNumbersCached]"
78
- readonly=""
79
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
80
- type="hidden"
81
- value=""
82
- />
83
- <input
84
- hidden=""
85
- name="day[invalid]"
86
- readonly=""
87
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
88
- type="hidden"
89
- value=""
90
- />
91
- <input
92
- hidden=""
93
- name="day[weekData]"
94
- readonly=""
95
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
96
- type="hidden"
97
- value=""
98
- />
99
- <input
100
- hidden=""
101
- name="day[localWeekData]"
102
- readonly=""
103
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
104
- type="hidden"
105
- value=""
106
- />
107
- <input
108
- hidden=""
109
- name="day[c][year]"
110
- readonly=""
111
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
112
- type="hidden"
113
- value="2022"
114
- />
115
- <input
116
- hidden=""
117
- name="day[c][month]"
118
- readonly=""
119
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
120
- type="hidden"
121
- value="9"
122
- />
123
- <input
124
- hidden=""
125
- name="day[c][day]"
126
- readonly=""
127
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
128
- type="hidden"
129
- value="24"
130
- />
131
- <input
132
- hidden=""
133
- name="day[c][hour]"
134
- readonly=""
135
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
136
- type="hidden"
137
- value="0"
138
- />
139
- <input
140
- hidden=""
141
- name="day[c][minute]"
142
- readonly=""
143
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
144
- type="hidden"
145
- value="0"
146
- />
147
- <input
148
- hidden=""
149
- name="day[c][second]"
150
- readonly=""
151
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
152
- type="hidden"
153
- value="0"
154
- />
155
- <input
156
- hidden=""
157
- name="day[c][millisecond]"
158
- readonly=""
159
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
160
- type="hidden"
161
- value="0"
162
- />
163
- <input
164
- hidden=""
165
- name="day[o]"
166
- readonly=""
167
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
168
- type="hidden"
169
- value="0"
170
- />
171
- <input
172
- hidden=""
173
- name="day[isLuxonDateTime]"
174
- readonly=""
175
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
176
- type="hidden"
177
- value="1"
178
- />
179
- <label
180
- class="memori--date-selector__select-label"
181
- data-headlessui-state="disabled"
182
- id="headlessui-listbox-label-:rc:"
183
- >
184
- day
185
- :
186
- </label>
187
- <button
188
- aria-haspopup="true"
189
- aria-label="day"
190
- aria-labelledby="headlessui-listbox-label-:rc: headlessui-listbox-button-:rd:"
191
- class="memori--date-selector__select-button"
192
- data-headlessui-state="disabled"
193
- disabled=""
194
- id="headlessui-listbox-button-:rd:"
195
- type="button"
196
- >
197
- <span
198
- class="memori--date-selector__select--value"
199
- >
200
- 24
201
- </span>
202
- <span
203
- class="memori--date-selector__select--icon"
204
- >
205
- <svg
206
- aria-hidden="true"
207
- fill="currentColor"
208
- focusable="false"
209
- role="img"
210
- viewBox="0 0 20 20"
211
- xmlns="http://www.w3.org/2000/svg"
212
- >
213
- <path
214
- clip-rule="evenodd"
215
- d="M10 3a.75.75 0 01.55.24l3.25 3.5a.75.75 0 11-1.1 1.02L10 4.852 7.3 7.76a.75.75 0 01-1.1-1.02l3.25-3.5A.75.75 0 0110 3zm-3.76 9.2a.75.75 0 011.06.04l2.7 2.908 2.7-2.908a.75.75 0 111.1 1.02l-3.25 3.5a.75.75 0 01-1.1 0l-3.25-3.5a.75.75 0 01.04-1.06z"
216
- fill-rule="evenodd"
217
- />
218
- </svg>
219
- </span>
220
- </button>
221
- </div>
222
- <div
223
- class="memori--date-selector__select"
224
- >
225
- <input
226
- hidden=""
227
- name="month[ts]"
228
- readonly=""
229
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
230
- type="hidden"
231
- value="1663977600000"
232
- />
233
- <input
234
- hidden=""
235
- name="month[loc][locale]"
236
- readonly=""
237
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
238
- type="hidden"
239
- value="en-US"
240
- />
241
- <input
242
- hidden=""
243
- name="month[loc][numberingSystem]"
244
- readonly=""
245
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
246
- type="hidden"
247
- value=""
248
- />
249
- <input
250
- hidden=""
251
- name="month[loc][outputCalendar]"
252
- readonly=""
253
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
254
- type="hidden"
255
- value=""
256
- />
257
- <input
258
- hidden=""
259
- name="month[loc][weekSettings]"
260
- readonly=""
261
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
262
- type="hidden"
263
- value=""
264
- />
265
- <input
266
- hidden=""
267
- name="month[loc][intl]"
268
- readonly=""
269
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
270
- type="hidden"
271
- value="en-US"
272
- />
273
- <input
274
- hidden=""
275
- name="month[loc][meridiemCache]"
276
- readonly=""
277
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
278
- type="hidden"
279
- value=""
280
- />
281
- <input
282
- hidden=""
283
- name="month[loc][specifiedLocale]"
284
- readonly=""
285
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
286
- type="hidden"
287
- value=""
288
- />
289
- <input
290
- hidden=""
291
- name="month[loc][fastNumbersCached]"
292
- readonly=""
293
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
294
- type="hidden"
295
- value=""
296
- />
297
- <input
298
- hidden=""
299
- name="month[invalid]"
300
- readonly=""
301
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
302
- type="hidden"
303
- value=""
304
- />
305
- <input
306
- hidden=""
307
- name="month[weekData]"
308
- readonly=""
309
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
310
- type="hidden"
311
- value=""
312
- />
313
- <input
314
- hidden=""
315
- name="month[localWeekData]"
316
- readonly=""
317
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
318
- type="hidden"
319
- value=""
320
- />
321
- <input
322
- hidden=""
323
- name="month[c][year]"
324
- readonly=""
325
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
326
- type="hidden"
327
- value="2022"
328
- />
329
- <input
330
- hidden=""
331
- name="month[c][month]"
332
- readonly=""
333
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
334
- type="hidden"
335
- value="9"
336
- />
337
- <input
338
- hidden=""
339
- name="month[c][day]"
340
- readonly=""
341
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
342
- type="hidden"
343
- value="24"
344
- />
345
- <input
346
- hidden=""
347
- name="month[c][hour]"
348
- readonly=""
349
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
350
- type="hidden"
351
- value="0"
352
- />
353
- <input
354
- hidden=""
355
- name="month[c][minute]"
356
- readonly=""
357
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
358
- type="hidden"
359
- value="0"
360
- />
361
- <input
362
- hidden=""
363
- name="month[c][second]"
364
- readonly=""
365
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
366
- type="hidden"
367
- value="0"
368
- />
369
- <input
370
- hidden=""
371
- name="month[c][millisecond]"
372
- readonly=""
373
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
374
- type="hidden"
375
- value="0"
376
- />
377
- <input
378
- hidden=""
379
- name="month[o]"
380
- readonly=""
381
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
382
- type="hidden"
383
- value="0"
384
- />
385
- <input
386
- hidden=""
387
- name="month[isLuxonDateTime]"
388
- readonly=""
389
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
390
- type="hidden"
391
- value="1"
392
- />
393
- <label
394
- class="memori--date-selector__select-label"
395
- data-headlessui-state="disabled"
396
- id="headlessui-listbox-label-:re:"
397
- >
398
- month
399
- :
400
- </label>
401
- <button
402
- aria-haspopup="true"
403
- aria-label="month"
404
- aria-labelledby="headlessui-listbox-label-:re: headlessui-listbox-button-:rf:"
405
- class="memori--date-selector__select-button"
406
- data-headlessui-state="disabled"
407
- disabled=""
408
- id="headlessui-listbox-button-:rf:"
409
- type="button"
410
- >
411
- <span
412
- class="memori--date-selector__select--value"
413
- >
414
- September
415
- </span>
416
- <span
417
- class="memori--date-selector__select--icon"
418
- >
419
- <svg
420
- aria-hidden="true"
421
- fill="currentColor"
422
- focusable="false"
423
- role="img"
424
- viewBox="0 0 20 20"
425
- xmlns="http://www.w3.org/2000/svg"
426
- >
427
- <path
428
- clip-rule="evenodd"
429
- d="M10 3a.75.75 0 01.55.24l3.25 3.5a.75.75 0 11-1.1 1.02L10 4.852 7.3 7.76a.75.75 0 01-1.1-1.02l3.25-3.5A.75.75 0 0110 3zm-3.76 9.2a.75.75 0 011.06.04l2.7 2.908 2.7-2.908a.75.75 0 111.1 1.02l-3.25 3.5a.75.75 0 01-1.1 0l-3.25-3.5a.75.75 0 01.04-1.06z"
430
- fill-rule="evenodd"
431
- />
432
- </svg>
433
- </span>
434
- </button>
435
- </div>
436
- <div
437
- class="memori--date-selector__select"
438
- >
439
- <input
440
- hidden=""
441
- name="year[ts]"
442
- readonly=""
443
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
444
- type="hidden"
445
- value="1663977600000"
446
- />
447
- <input
448
- hidden=""
449
- name="year[loc][locale]"
450
- readonly=""
451
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
452
- type="hidden"
453
- value="en-US"
454
- />
455
- <input
456
- hidden=""
457
- name="year[loc][numberingSystem]"
458
- readonly=""
459
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
460
- type="hidden"
461
- value=""
462
- />
463
- <input
464
- hidden=""
465
- name="year[loc][outputCalendar]"
466
- readonly=""
467
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
468
- type="hidden"
469
- value=""
470
- />
471
- <input
472
- hidden=""
473
- name="year[loc][weekSettings]"
474
- readonly=""
475
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
476
- type="hidden"
477
- value=""
478
- />
479
- <input
480
- hidden=""
481
- name="year[loc][intl]"
482
- readonly=""
483
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
484
- type="hidden"
485
- value="en-US"
486
- />
487
- <input
488
- hidden=""
489
- name="year[loc][meridiemCache]"
490
- readonly=""
491
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
492
- type="hidden"
493
- value=""
494
- />
495
- <input
496
- hidden=""
497
- name="year[loc][specifiedLocale]"
498
- readonly=""
499
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
500
- type="hidden"
501
- value=""
502
- />
503
- <input
504
- hidden=""
505
- name="year[loc][fastNumbersCached]"
506
- readonly=""
507
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
508
- type="hidden"
509
- value=""
510
- />
511
- <input
512
- hidden=""
513
- name="year[invalid]"
514
- readonly=""
515
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
516
- type="hidden"
517
- value=""
518
- />
519
- <input
520
- hidden=""
521
- name="year[weekData]"
522
- readonly=""
523
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
524
- type="hidden"
525
- value=""
526
- />
527
- <input
528
- hidden=""
529
- name="year[localWeekData]"
530
- readonly=""
531
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
532
- type="hidden"
533
- value=""
534
- />
535
- <input
536
- hidden=""
537
- name="year[c][year]"
538
- readonly=""
539
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
540
- type="hidden"
541
- value="2022"
542
- />
543
- <input
544
- hidden=""
545
- name="year[c][month]"
546
- readonly=""
547
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
548
- type="hidden"
549
- value="9"
550
- />
551
- <input
552
- hidden=""
553
- name="year[c][day]"
554
- readonly=""
555
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
556
- type="hidden"
557
- value="24"
558
- />
559
- <input
560
- hidden=""
561
- name="year[c][hour]"
562
- readonly=""
563
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
564
- type="hidden"
565
- value="0"
566
- />
567
- <input
568
- hidden=""
569
- name="year[c][minute]"
570
- readonly=""
571
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
572
- type="hidden"
573
- value="0"
574
- />
575
- <input
576
- hidden=""
577
- name="year[c][second]"
578
- readonly=""
579
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
580
- type="hidden"
581
- value="0"
582
- />
583
- <input
584
- hidden=""
585
- name="year[c][millisecond]"
586
- readonly=""
587
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
588
- type="hidden"
589
- value="0"
590
- />
591
- <input
592
- hidden=""
593
- name="year[o]"
594
- readonly=""
595
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
596
- type="hidden"
597
- value="0"
598
- />
599
- <input
600
- hidden=""
601
- name="year[isLuxonDateTime]"
602
- readonly=""
603
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
604
- type="hidden"
605
- value="1"
606
- />
607
- <label
608
- class="memori--date-selector__select-label"
609
- data-headlessui-state="disabled"
610
- id="headlessui-listbox-label-:rg:"
611
- >
612
- year
613
- :
614
- </label>
615
- <button
616
- aria-haspopup="true"
617
- aria-label="year"
618
- aria-labelledby="headlessui-listbox-label-:rg: headlessui-listbox-button-:rh:"
619
- class="memori--date-selector__select-button"
620
- data-headlessui-state="disabled"
621
- disabled=""
622
- id="headlessui-listbox-button-:rh:"
623
- type="button"
624
- >
625
- <span
626
- class="memori--date-selector__select--value"
627
- >
628
- 2022
629
- </span>
630
- <span
631
- class="memori--date-selector__select--icon"
632
- >
633
- <svg
634
- aria-hidden="true"
635
- fill="currentColor"
636
- focusable="false"
637
- role="img"
638
- viewBox="0 0 20 20"
639
- xmlns="http://www.w3.org/2000/svg"
640
- >
641
- <path
642
- clip-rule="evenodd"
643
- d="M10 3a.75.75 0 01.55.24l3.25 3.5a.75.75 0 11-1.1 1.02L10 4.852 7.3 7.76a.75.75 0 01-1.1-1.02l3.25-3.5A.75.75 0 0110 3zm-3.76 9.2a.75.75 0 011.06.04l2.7 2.908 2.7-2.908a.75.75 0 111.1 1.02l-3.25 3.5a.75.75 0 01-1.1 0l-3.25-3.5a.75.75 0 01.04-1.06z"
644
- fill-rule="evenodd"
645
- />
646
- </svg>
647
- </span>
648
- </button>
649
- </div>
650
- </div>
651
- </div>
652
- `;
653
-
654
- exports[`renders DateSelector unchanged 1`] = `
655
- <div>
656
- <div
657
- class="memori--date-selector"
658
- >
659
- <div
660
- class="memori--date-selector__select"
661
- >
662
- <input
663
- hidden=""
664
- name="day[ts]"
665
- readonly=""
666
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
667
- type="hidden"
668
- value="1663977600000"
669
- />
670
- <input
671
- hidden=""
672
- name="day[loc][locale]"
673
- readonly=""
674
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
675
- type="hidden"
676
- value="en-US"
677
- />
678
- <input
679
- hidden=""
680
- name="day[loc][numberingSystem]"
681
- readonly=""
682
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
683
- type="hidden"
684
- value=""
685
- />
686
- <input
687
- hidden=""
688
- name="day[loc][outputCalendar]"
689
- readonly=""
690
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
691
- type="hidden"
692
- value=""
693
- />
694
- <input
695
- hidden=""
696
- name="day[loc][weekSettings]"
697
- readonly=""
698
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
699
- type="hidden"
700
- value=""
701
- />
702
- <input
703
- hidden=""
704
- name="day[loc][intl]"
705
- readonly=""
706
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
707
- type="hidden"
708
- value="en-US"
709
- />
710
- <input
711
- hidden=""
712
- name="day[loc][meridiemCache]"
713
- readonly=""
714
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
715
- type="hidden"
716
- value=""
717
- />
718
- <input
719
- hidden=""
720
- name="day[loc][specifiedLocale]"
721
- readonly=""
722
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
723
- type="hidden"
724
- value=""
725
- />
726
- <input
727
- hidden=""
728
- name="day[loc][fastNumbersCached]"
729
- readonly=""
730
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
731
- type="hidden"
732
- value=""
733
- />
734
- <input
735
- hidden=""
736
- name="day[invalid]"
737
- readonly=""
738
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
739
- type="hidden"
740
- value=""
741
- />
742
- <input
743
- hidden=""
744
- name="day[weekData]"
745
- readonly=""
746
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
747
- type="hidden"
748
- value=""
749
- />
750
- <input
751
- hidden=""
752
- name="day[localWeekData]"
753
- readonly=""
754
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
755
- type="hidden"
756
- value=""
757
- />
758
- <input
759
- hidden=""
760
- name="day[c][year]"
761
- readonly=""
762
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
763
- type="hidden"
764
- value="2022"
765
- />
766
- <input
767
- hidden=""
768
- name="day[c][month]"
769
- readonly=""
770
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
771
- type="hidden"
772
- value="9"
773
- />
774
- <input
775
- hidden=""
776
- name="day[c][day]"
777
- readonly=""
778
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
779
- type="hidden"
780
- value="24"
781
- />
782
- <input
783
- hidden=""
784
- name="day[c][hour]"
785
- readonly=""
786
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
787
- type="hidden"
788
- value="0"
789
- />
790
- <input
791
- hidden=""
792
- name="day[c][minute]"
793
- readonly=""
794
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
795
- type="hidden"
796
- value="0"
797
- />
798
- <input
799
- hidden=""
800
- name="day[c][second]"
801
- readonly=""
802
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
803
- type="hidden"
804
- value="0"
805
- />
806
- <input
807
- hidden=""
808
- name="day[c][millisecond]"
809
- readonly=""
810
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
811
- type="hidden"
812
- value="0"
813
- />
814
- <input
815
- hidden=""
816
- name="day[o]"
817
- readonly=""
818
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
819
- type="hidden"
820
- value="0"
821
- />
822
- <input
823
- hidden=""
824
- name="day[isLuxonDateTime]"
825
- readonly=""
826
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
827
- type="hidden"
828
- value="1"
829
- />
830
- <label
831
- class="memori--date-selector__select-label"
832
- data-headlessui-state=""
833
- id="headlessui-listbox-label-:r0:"
834
- >
835
- day
836
- :
837
- </label>
838
- <button
839
- aria-expanded="false"
840
- aria-haspopup="true"
841
- aria-label="day"
842
- aria-labelledby="headlessui-listbox-label-:r0: headlessui-listbox-button-:r1:"
843
- class="memori--date-selector__select-button"
844
- data-headlessui-state=""
845
- id="headlessui-listbox-button-:r1:"
846
- type="button"
847
- >
848
- <span
849
- class="memori--date-selector__select--value"
850
- >
851
- 24
852
- </span>
853
- <span
854
- class="memori--date-selector__select--icon"
855
- >
856
- <svg
857
- aria-hidden="true"
858
- fill="currentColor"
859
- focusable="false"
860
- role="img"
861
- viewBox="0 0 20 20"
862
- xmlns="http://www.w3.org/2000/svg"
863
- >
864
- <path
865
- clip-rule="evenodd"
866
- d="M10 3a.75.75 0 01.55.24l3.25 3.5a.75.75 0 11-1.1 1.02L10 4.852 7.3 7.76a.75.75 0 01-1.1-1.02l3.25-3.5A.75.75 0 0110 3zm-3.76 9.2a.75.75 0 011.06.04l2.7 2.908 2.7-2.908a.75.75 0 111.1 1.02l-3.25 3.5a.75.75 0 01-1.1 0l-3.25-3.5a.75.75 0 01.04-1.06z"
867
- fill-rule="evenodd"
868
- />
869
- </svg>
870
- </span>
871
- </button>
872
- </div>
873
- <div
874
- class="memori--date-selector__select"
875
- >
876
- <input
877
- hidden=""
878
- name="month[ts]"
879
- readonly=""
880
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
881
- type="hidden"
882
- value="1663977600000"
883
- />
884
- <input
885
- hidden=""
886
- name="month[loc][locale]"
887
- readonly=""
888
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
889
- type="hidden"
890
- value="en-US"
891
- />
892
- <input
893
- hidden=""
894
- name="month[loc][numberingSystem]"
895
- readonly=""
896
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
897
- type="hidden"
898
- value=""
899
- />
900
- <input
901
- hidden=""
902
- name="month[loc][outputCalendar]"
903
- readonly=""
904
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
905
- type="hidden"
906
- value=""
907
- />
908
- <input
909
- hidden=""
910
- name="month[loc][weekSettings]"
911
- readonly=""
912
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
913
- type="hidden"
914
- value=""
915
- />
916
- <input
917
- hidden=""
918
- name="month[loc][intl]"
919
- readonly=""
920
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
921
- type="hidden"
922
- value="en-US"
923
- />
924
- <input
925
- hidden=""
926
- name="month[loc][meridiemCache]"
927
- readonly=""
928
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
929
- type="hidden"
930
- value=""
931
- />
932
- <input
933
- hidden=""
934
- name="month[loc][specifiedLocale]"
935
- readonly=""
936
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
937
- type="hidden"
938
- value=""
939
- />
940
- <input
941
- hidden=""
942
- name="month[loc][fastNumbersCached]"
943
- readonly=""
944
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
945
- type="hidden"
946
- value=""
947
- />
948
- <input
949
- hidden=""
950
- name="month[invalid]"
951
- readonly=""
952
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
953
- type="hidden"
954
- value=""
955
- />
956
- <input
957
- hidden=""
958
- name="month[weekData]"
959
- readonly=""
960
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
961
- type="hidden"
962
- value=""
963
- />
964
- <input
965
- hidden=""
966
- name="month[localWeekData]"
967
- readonly=""
968
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
969
- type="hidden"
970
- value=""
971
- />
972
- <input
973
- hidden=""
974
- name="month[c][year]"
975
- readonly=""
976
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
977
- type="hidden"
978
- value="2022"
979
- />
980
- <input
981
- hidden=""
982
- name="month[c][month]"
983
- readonly=""
984
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
985
- type="hidden"
986
- value="9"
987
- />
988
- <input
989
- hidden=""
990
- name="month[c][day]"
991
- readonly=""
992
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
993
- type="hidden"
994
- value="24"
995
- />
996
- <input
997
- hidden=""
998
- name="month[c][hour]"
999
- readonly=""
1000
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1001
- type="hidden"
1002
- value="0"
1003
- />
1004
- <input
1005
- hidden=""
1006
- name="month[c][minute]"
1007
- readonly=""
1008
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1009
- type="hidden"
1010
- value="0"
1011
- />
1012
- <input
1013
- hidden=""
1014
- name="month[c][second]"
1015
- readonly=""
1016
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1017
- type="hidden"
1018
- value="0"
1019
- />
1020
- <input
1021
- hidden=""
1022
- name="month[c][millisecond]"
1023
- readonly=""
1024
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1025
- type="hidden"
1026
- value="0"
1027
- />
1028
- <input
1029
- hidden=""
1030
- name="month[o]"
1031
- readonly=""
1032
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1033
- type="hidden"
1034
- value="0"
1035
- />
1036
- <input
1037
- hidden=""
1038
- name="month[isLuxonDateTime]"
1039
- readonly=""
1040
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1041
- type="hidden"
1042
- value="1"
1043
- />
1044
- <label
1045
- class="memori--date-selector__select-label"
1046
- data-headlessui-state=""
1047
- id="headlessui-listbox-label-:r2:"
1048
- >
1049
- month
1050
- :
1051
- </label>
1052
- <button
1053
- aria-expanded="false"
1054
- aria-haspopup="true"
1055
- aria-label="month"
1056
- aria-labelledby="headlessui-listbox-label-:r2: headlessui-listbox-button-:r3:"
1057
- class="memori--date-selector__select-button"
1058
- data-headlessui-state=""
1059
- id="headlessui-listbox-button-:r3:"
1060
- type="button"
1061
- >
1062
- <span
1063
- class="memori--date-selector__select--value"
1064
- >
1065
- September
1066
- </span>
1067
- <span
1068
- class="memori--date-selector__select--icon"
1069
- >
1070
- <svg
1071
- aria-hidden="true"
1072
- fill="currentColor"
1073
- focusable="false"
1074
- role="img"
1075
- viewBox="0 0 20 20"
1076
- xmlns="http://www.w3.org/2000/svg"
1077
- >
1078
- <path
1079
- clip-rule="evenodd"
1080
- d="M10 3a.75.75 0 01.55.24l3.25 3.5a.75.75 0 11-1.1 1.02L10 4.852 7.3 7.76a.75.75 0 01-1.1-1.02l3.25-3.5A.75.75 0 0110 3zm-3.76 9.2a.75.75 0 011.06.04l2.7 2.908 2.7-2.908a.75.75 0 111.1 1.02l-3.25 3.5a.75.75 0 01-1.1 0l-3.25-3.5a.75.75 0 01.04-1.06z"
1081
- fill-rule="evenodd"
1082
- />
1083
- </svg>
1084
- </span>
1085
- </button>
1086
- </div>
1087
- <div
1088
- class="memori--date-selector__select"
1089
- >
1090
- <input
1091
- hidden=""
1092
- name="year[ts]"
1093
- readonly=""
1094
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1095
- type="hidden"
1096
- value="1663977600000"
1097
- />
1098
- <input
1099
- hidden=""
1100
- name="year[loc][locale]"
1101
- readonly=""
1102
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1103
- type="hidden"
1104
- value="en-US"
1105
- />
1106
- <input
1107
- hidden=""
1108
- name="year[loc][numberingSystem]"
1109
- readonly=""
1110
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1111
- type="hidden"
1112
- value=""
1113
- />
1114
- <input
1115
- hidden=""
1116
- name="year[loc][outputCalendar]"
1117
- readonly=""
1118
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1119
- type="hidden"
1120
- value=""
1121
- />
1122
- <input
1123
- hidden=""
1124
- name="year[loc][weekSettings]"
1125
- readonly=""
1126
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1127
- type="hidden"
1128
- value=""
1129
- />
1130
- <input
1131
- hidden=""
1132
- name="year[loc][intl]"
1133
- readonly=""
1134
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1135
- type="hidden"
1136
- value="en-US"
1137
- />
1138
- <input
1139
- hidden=""
1140
- name="year[loc][meridiemCache]"
1141
- readonly=""
1142
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1143
- type="hidden"
1144
- value=""
1145
- />
1146
- <input
1147
- hidden=""
1148
- name="year[loc][specifiedLocale]"
1149
- readonly=""
1150
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1151
- type="hidden"
1152
- value=""
1153
- />
1154
- <input
1155
- hidden=""
1156
- name="year[loc][fastNumbersCached]"
1157
- readonly=""
1158
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1159
- type="hidden"
1160
- value=""
1161
- />
1162
- <input
1163
- hidden=""
1164
- name="year[invalid]"
1165
- readonly=""
1166
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1167
- type="hidden"
1168
- value=""
1169
- />
1170
- <input
1171
- hidden=""
1172
- name="year[weekData]"
1173
- readonly=""
1174
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1175
- type="hidden"
1176
- value=""
1177
- />
1178
- <input
1179
- hidden=""
1180
- name="year[localWeekData]"
1181
- readonly=""
1182
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1183
- type="hidden"
1184
- value=""
1185
- />
1186
- <input
1187
- hidden=""
1188
- name="year[c][year]"
1189
- readonly=""
1190
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1191
- type="hidden"
1192
- value="2022"
1193
- />
1194
- <input
1195
- hidden=""
1196
- name="year[c][month]"
1197
- readonly=""
1198
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1199
- type="hidden"
1200
- value="9"
1201
- />
1202
- <input
1203
- hidden=""
1204
- name="year[c][day]"
1205
- readonly=""
1206
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1207
- type="hidden"
1208
- value="24"
1209
- />
1210
- <input
1211
- hidden=""
1212
- name="year[c][hour]"
1213
- readonly=""
1214
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1215
- type="hidden"
1216
- value="0"
1217
- />
1218
- <input
1219
- hidden=""
1220
- name="year[c][minute]"
1221
- readonly=""
1222
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1223
- type="hidden"
1224
- value="0"
1225
- />
1226
- <input
1227
- hidden=""
1228
- name="year[c][second]"
1229
- readonly=""
1230
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1231
- type="hidden"
1232
- value="0"
1233
- />
1234
- <input
1235
- hidden=""
1236
- name="year[c][millisecond]"
1237
- readonly=""
1238
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1239
- type="hidden"
1240
- value="0"
1241
- />
1242
- <input
1243
- hidden=""
1244
- name="year[o]"
1245
- readonly=""
1246
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1247
- type="hidden"
1248
- value="0"
1249
- />
1250
- <input
1251
- hidden=""
1252
- name="year[isLuxonDateTime]"
1253
- readonly=""
1254
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1255
- type="hidden"
1256
- value="1"
1257
- />
1258
- <label
1259
- class="memori--date-selector__select-label"
1260
- data-headlessui-state=""
1261
- id="headlessui-listbox-label-:r4:"
1262
- >
1263
- year
1264
- :
1265
- </label>
1266
- <button
1267
- aria-expanded="false"
1268
- aria-haspopup="true"
1269
- aria-label="year"
1270
- aria-labelledby="headlessui-listbox-label-:r4: headlessui-listbox-button-:r5:"
1271
- class="memori--date-selector__select-button"
1272
- data-headlessui-state=""
1273
- id="headlessui-listbox-button-:r5:"
1274
- type="button"
1275
- >
1276
- <span
1277
- class="memori--date-selector__select--value"
1278
- >
1279
- 2022
1280
- </span>
1281
- <span
1282
- class="memori--date-selector__select--icon"
1283
- >
1284
- <svg
1285
- aria-hidden="true"
1286
- fill="currentColor"
1287
- focusable="false"
1288
- role="img"
1289
- viewBox="0 0 20 20"
1290
- xmlns="http://www.w3.org/2000/svg"
1291
- >
1292
- <path
1293
- clip-rule="evenodd"
1294
- d="M10 3a.75.75 0 01.55.24l3.25 3.5a.75.75 0 11-1.1 1.02L10 4.852 7.3 7.76a.75.75 0 01-1.1-1.02l3.25-3.5A.75.75 0 0110 3zm-3.76 9.2a.75.75 0 011.06.04l2.7 2.908 2.7-2.908a.75.75 0 111.1 1.02l-3.25 3.5a.75.75 0 01-1.1 0l-3.25-3.5a.75.75 0 01.04-1.06z"
1295
- fill-rule="evenodd"
1296
- />
1297
- </svg>
1298
- </span>
1299
- </button>
1300
- </div>
1301
- </div>
1302
- </div>
1303
- `;
1304
-
1305
- exports[`renders DateSelector with default value unchanged 1`] = `
1306
- <div>
1307
- <div
1308
- class="memori--date-selector"
1309
- >
1310
- <div
1311
- class="memori--date-selector__select"
1312
- >
1313
- <input
1314
- hidden=""
1315
- name="day[ts]"
1316
- readonly=""
1317
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1318
- type="hidden"
1319
- value="1702543686977"
1320
- />
1321
- <input
1322
- hidden=""
1323
- name="day[loc][locale]"
1324
- readonly=""
1325
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1326
- type="hidden"
1327
- value="en-US"
1328
- />
1329
- <input
1330
- hidden=""
1331
- name="day[loc][numberingSystem]"
1332
- readonly=""
1333
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1334
- type="hidden"
1335
- value=""
1336
- />
1337
- <input
1338
- hidden=""
1339
- name="day[loc][outputCalendar]"
1340
- readonly=""
1341
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1342
- type="hidden"
1343
- value=""
1344
- />
1345
- <input
1346
- hidden=""
1347
- name="day[loc][weekSettings]"
1348
- readonly=""
1349
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1350
- type="hidden"
1351
- value=""
1352
- />
1353
- <input
1354
- hidden=""
1355
- name="day[loc][intl]"
1356
- readonly=""
1357
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1358
- type="hidden"
1359
- value="en-US"
1360
- />
1361
- <input
1362
- hidden=""
1363
- name="day[loc][meridiemCache]"
1364
- readonly=""
1365
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1366
- type="hidden"
1367
- value=""
1368
- />
1369
- <input
1370
- hidden=""
1371
- name="day[loc][specifiedLocale]"
1372
- readonly=""
1373
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1374
- type="hidden"
1375
- value=""
1376
- />
1377
- <input
1378
- hidden=""
1379
- name="day[loc][fastNumbersCached]"
1380
- readonly=""
1381
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1382
- type="hidden"
1383
- value=""
1384
- />
1385
- <input
1386
- hidden=""
1387
- name="day[invalid]"
1388
- readonly=""
1389
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1390
- type="hidden"
1391
- value=""
1392
- />
1393
- <input
1394
- hidden=""
1395
- name="day[weekData]"
1396
- readonly=""
1397
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1398
- type="hidden"
1399
- value=""
1400
- />
1401
- <input
1402
- hidden=""
1403
- name="day[localWeekData]"
1404
- readonly=""
1405
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1406
- type="hidden"
1407
- value=""
1408
- />
1409
- <input
1410
- hidden=""
1411
- name="day[c][year]"
1412
- readonly=""
1413
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1414
- type="hidden"
1415
- value="2023"
1416
- />
1417
- <input
1418
- hidden=""
1419
- name="day[c][month]"
1420
- readonly=""
1421
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1422
- type="hidden"
1423
- value="12"
1424
- />
1425
- <input
1426
- hidden=""
1427
- name="day[c][day]"
1428
- readonly=""
1429
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1430
- type="hidden"
1431
- value="14"
1432
- />
1433
- <input
1434
- hidden=""
1435
- name="day[c][hour]"
1436
- readonly=""
1437
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1438
- type="hidden"
1439
- value="8"
1440
- />
1441
- <input
1442
- hidden=""
1443
- name="day[c][minute]"
1444
- readonly=""
1445
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1446
- type="hidden"
1447
- value="48"
1448
- />
1449
- <input
1450
- hidden=""
1451
- name="day[c][second]"
1452
- readonly=""
1453
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1454
- type="hidden"
1455
- value="6"
1456
- />
1457
- <input
1458
- hidden=""
1459
- name="day[c][millisecond]"
1460
- readonly=""
1461
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1462
- type="hidden"
1463
- value="977"
1464
- />
1465
- <input
1466
- hidden=""
1467
- name="day[o]"
1468
- readonly=""
1469
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1470
- type="hidden"
1471
- value="0"
1472
- />
1473
- <input
1474
- hidden=""
1475
- name="day[isLuxonDateTime]"
1476
- readonly=""
1477
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1478
- type="hidden"
1479
- value="1"
1480
- />
1481
- <label
1482
- class="memori--date-selector__select-label"
1483
- data-headlessui-state=""
1484
- id="headlessui-listbox-label-:r6:"
1485
- >
1486
- day
1487
- :
1488
- </label>
1489
- <button
1490
- aria-expanded="false"
1491
- aria-haspopup="true"
1492
- aria-label="day"
1493
- aria-labelledby="headlessui-listbox-label-:r6: headlessui-listbox-button-:r7:"
1494
- class="memori--date-selector__select-button"
1495
- data-headlessui-state=""
1496
- id="headlessui-listbox-button-:r7:"
1497
- type="button"
1498
- >
1499
- <span
1500
- class="memori--date-selector__select--value"
1501
- >
1502
- 14
1503
- </span>
1504
- <span
1505
- class="memori--date-selector__select--icon"
1506
- >
1507
- <svg
1508
- aria-hidden="true"
1509
- fill="currentColor"
1510
- focusable="false"
1511
- role="img"
1512
- viewBox="0 0 20 20"
1513
- xmlns="http://www.w3.org/2000/svg"
1514
- >
1515
- <path
1516
- clip-rule="evenodd"
1517
- d="M10 3a.75.75 0 01.55.24l3.25 3.5a.75.75 0 11-1.1 1.02L10 4.852 7.3 7.76a.75.75 0 01-1.1-1.02l3.25-3.5A.75.75 0 0110 3zm-3.76 9.2a.75.75 0 011.06.04l2.7 2.908 2.7-2.908a.75.75 0 111.1 1.02l-3.25 3.5a.75.75 0 01-1.1 0l-3.25-3.5a.75.75 0 01.04-1.06z"
1518
- fill-rule="evenodd"
1519
- />
1520
- </svg>
1521
- </span>
1522
- </button>
1523
- </div>
1524
- <div
1525
- class="memori--date-selector__select"
1526
- >
1527
- <input
1528
- hidden=""
1529
- name="month[ts]"
1530
- readonly=""
1531
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1532
- type="hidden"
1533
- value="1702543686977"
1534
- />
1535
- <input
1536
- hidden=""
1537
- name="month[loc][locale]"
1538
- readonly=""
1539
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1540
- type="hidden"
1541
- value="en-US"
1542
- />
1543
- <input
1544
- hidden=""
1545
- name="month[loc][numberingSystem]"
1546
- readonly=""
1547
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1548
- type="hidden"
1549
- value=""
1550
- />
1551
- <input
1552
- hidden=""
1553
- name="month[loc][outputCalendar]"
1554
- readonly=""
1555
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1556
- type="hidden"
1557
- value=""
1558
- />
1559
- <input
1560
- hidden=""
1561
- name="month[loc][weekSettings]"
1562
- readonly=""
1563
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1564
- type="hidden"
1565
- value=""
1566
- />
1567
- <input
1568
- hidden=""
1569
- name="month[loc][intl]"
1570
- readonly=""
1571
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1572
- type="hidden"
1573
- value="en-US"
1574
- />
1575
- <input
1576
- hidden=""
1577
- name="month[loc][meridiemCache]"
1578
- readonly=""
1579
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1580
- type="hidden"
1581
- value=""
1582
- />
1583
- <input
1584
- hidden=""
1585
- name="month[loc][specifiedLocale]"
1586
- readonly=""
1587
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1588
- type="hidden"
1589
- value=""
1590
- />
1591
- <input
1592
- hidden=""
1593
- name="month[loc][fastNumbersCached]"
1594
- readonly=""
1595
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1596
- type="hidden"
1597
- value=""
1598
- />
1599
- <input
1600
- hidden=""
1601
- name="month[invalid]"
1602
- readonly=""
1603
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1604
- type="hidden"
1605
- value=""
1606
- />
1607
- <input
1608
- hidden=""
1609
- name="month[weekData]"
1610
- readonly=""
1611
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1612
- type="hidden"
1613
- value=""
1614
- />
1615
- <input
1616
- hidden=""
1617
- name="month[localWeekData]"
1618
- readonly=""
1619
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1620
- type="hidden"
1621
- value=""
1622
- />
1623
- <input
1624
- hidden=""
1625
- name="month[c][year]"
1626
- readonly=""
1627
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1628
- type="hidden"
1629
- value="2023"
1630
- />
1631
- <input
1632
- hidden=""
1633
- name="month[c][month]"
1634
- readonly=""
1635
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1636
- type="hidden"
1637
- value="12"
1638
- />
1639
- <input
1640
- hidden=""
1641
- name="month[c][day]"
1642
- readonly=""
1643
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1644
- type="hidden"
1645
- value="14"
1646
- />
1647
- <input
1648
- hidden=""
1649
- name="month[c][hour]"
1650
- readonly=""
1651
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1652
- type="hidden"
1653
- value="8"
1654
- />
1655
- <input
1656
- hidden=""
1657
- name="month[c][minute]"
1658
- readonly=""
1659
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1660
- type="hidden"
1661
- value="48"
1662
- />
1663
- <input
1664
- hidden=""
1665
- name="month[c][second]"
1666
- readonly=""
1667
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1668
- type="hidden"
1669
- value="6"
1670
- />
1671
- <input
1672
- hidden=""
1673
- name="month[c][millisecond]"
1674
- readonly=""
1675
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1676
- type="hidden"
1677
- value="977"
1678
- />
1679
- <input
1680
- hidden=""
1681
- name="month[o]"
1682
- readonly=""
1683
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1684
- type="hidden"
1685
- value="0"
1686
- />
1687
- <input
1688
- hidden=""
1689
- name="month[isLuxonDateTime]"
1690
- readonly=""
1691
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1692
- type="hidden"
1693
- value="1"
1694
- />
1695
- <label
1696
- class="memori--date-selector__select-label"
1697
- data-headlessui-state=""
1698
- id="headlessui-listbox-label-:r8:"
1699
- >
1700
- month
1701
- :
1702
- </label>
1703
- <button
1704
- aria-expanded="false"
1705
- aria-haspopup="true"
1706
- aria-label="month"
1707
- aria-labelledby="headlessui-listbox-label-:r8: headlessui-listbox-button-:r9:"
1708
- class="memori--date-selector__select-button"
1709
- data-headlessui-state=""
1710
- id="headlessui-listbox-button-:r9:"
1711
- type="button"
1712
- >
1713
- <span
1714
- class="memori--date-selector__select--value"
1715
- >
1716
- December
1717
- </span>
1718
- <span
1719
- class="memori--date-selector__select--icon"
1720
- >
1721
- <svg
1722
- aria-hidden="true"
1723
- fill="currentColor"
1724
- focusable="false"
1725
- role="img"
1726
- viewBox="0 0 20 20"
1727
- xmlns="http://www.w3.org/2000/svg"
1728
- >
1729
- <path
1730
- clip-rule="evenodd"
1731
- d="M10 3a.75.75 0 01.55.24l3.25 3.5a.75.75 0 11-1.1 1.02L10 4.852 7.3 7.76a.75.75 0 01-1.1-1.02l3.25-3.5A.75.75 0 0110 3zm-3.76 9.2a.75.75 0 011.06.04l2.7 2.908 2.7-2.908a.75.75 0 111.1 1.02l-3.25 3.5a.75.75 0 01-1.1 0l-3.25-3.5a.75.75 0 01.04-1.06z"
1732
- fill-rule="evenodd"
1733
- />
1734
- </svg>
1735
- </span>
1736
- </button>
1737
- </div>
1738
- <div
1739
- class="memori--date-selector__select"
1740
- >
1741
- <input
1742
- hidden=""
1743
- name="year[ts]"
1744
- readonly=""
1745
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1746
- type="hidden"
1747
- value="1702543686977"
1748
- />
1749
- <input
1750
- hidden=""
1751
- name="year[loc][locale]"
1752
- readonly=""
1753
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1754
- type="hidden"
1755
- value="en-US"
1756
- />
1757
- <input
1758
- hidden=""
1759
- name="year[loc][numberingSystem]"
1760
- readonly=""
1761
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1762
- type="hidden"
1763
- value=""
1764
- />
1765
- <input
1766
- hidden=""
1767
- name="year[loc][outputCalendar]"
1768
- readonly=""
1769
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1770
- type="hidden"
1771
- value=""
1772
- />
1773
- <input
1774
- hidden=""
1775
- name="year[loc][weekSettings]"
1776
- readonly=""
1777
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1778
- type="hidden"
1779
- value=""
1780
- />
1781
- <input
1782
- hidden=""
1783
- name="year[loc][intl]"
1784
- readonly=""
1785
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1786
- type="hidden"
1787
- value="en-US"
1788
- />
1789
- <input
1790
- hidden=""
1791
- name="year[loc][meridiemCache]"
1792
- readonly=""
1793
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1794
- type="hidden"
1795
- value=""
1796
- />
1797
- <input
1798
- hidden=""
1799
- name="year[loc][specifiedLocale]"
1800
- readonly=""
1801
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1802
- type="hidden"
1803
- value=""
1804
- />
1805
- <input
1806
- hidden=""
1807
- name="year[loc][fastNumbersCached]"
1808
- readonly=""
1809
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1810
- type="hidden"
1811
- value=""
1812
- />
1813
- <input
1814
- hidden=""
1815
- name="year[invalid]"
1816
- readonly=""
1817
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1818
- type="hidden"
1819
- value=""
1820
- />
1821
- <input
1822
- hidden=""
1823
- name="year[weekData]"
1824
- readonly=""
1825
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1826
- type="hidden"
1827
- value=""
1828
- />
1829
- <input
1830
- hidden=""
1831
- name="year[localWeekData]"
1832
- readonly=""
1833
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1834
- type="hidden"
1835
- value=""
1836
- />
1837
- <input
1838
- hidden=""
1839
- name="year[c][year]"
1840
- readonly=""
1841
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1842
- type="hidden"
1843
- value="2023"
1844
- />
1845
- <input
1846
- hidden=""
1847
- name="year[c][month]"
1848
- readonly=""
1849
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1850
- type="hidden"
1851
- value="12"
1852
- />
1853
- <input
1854
- hidden=""
1855
- name="year[c][day]"
1856
- readonly=""
1857
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1858
- type="hidden"
1859
- value="14"
1860
- />
1861
- <input
1862
- hidden=""
1863
- name="year[c][hour]"
1864
- readonly=""
1865
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1866
- type="hidden"
1867
- value="8"
1868
- />
1869
- <input
1870
- hidden=""
1871
- name="year[c][minute]"
1872
- readonly=""
1873
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1874
- type="hidden"
1875
- value="48"
1876
- />
1877
- <input
1878
- hidden=""
1879
- name="year[c][second]"
1880
- readonly=""
1881
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1882
- type="hidden"
1883
- value="6"
1884
- />
1885
- <input
1886
- hidden=""
1887
- name="year[c][millisecond]"
1888
- readonly=""
1889
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1890
- type="hidden"
1891
- value="977"
1892
- />
1893
- <input
1894
- hidden=""
1895
- name="year[o]"
1896
- readonly=""
1897
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1898
- type="hidden"
1899
- value="0"
1900
- />
1901
- <input
1902
- hidden=""
1903
- name="year[isLuxonDateTime]"
1904
- readonly=""
1905
- style="position: fixed; top: 1px; left: 1px; width: 1px; height: 0px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; display: none;"
1906
- type="hidden"
1907
- value="1"
1908
- />
1909
- <label
1910
- class="memori--date-selector__select-label"
1911
- data-headlessui-state=""
1912
- id="headlessui-listbox-label-:ra:"
1913
- >
1914
- year
1915
- :
1916
- </label>
1917
- <button
1918
- aria-expanded="false"
1919
- aria-haspopup="true"
1920
- aria-label="year"
1921
- aria-labelledby="headlessui-listbox-label-:ra: headlessui-listbox-button-:rb:"
1922
- class="memori--date-selector__select-button"
1923
- data-headlessui-state=""
1924
- id="headlessui-listbox-button-:rb:"
1925
- type="button"
1926
- >
1927
- <span
1928
- class="memori--date-selector__select--value"
1929
- >
1930
- 2023
1931
- </span>
1932
- <span
1933
- class="memori--date-selector__select--icon"
1934
- >
1935
- <svg
1936
- aria-hidden="true"
1937
- fill="currentColor"
1938
- focusable="false"
1939
- role="img"
1940
- viewBox="0 0 20 20"
1941
- xmlns="http://www.w3.org/2000/svg"
1942
- >
1943
- <path
1944
- clip-rule="evenodd"
1945
- d="M10 3a.75.75 0 01.55.24l3.25 3.5a.75.75 0 11-1.1 1.02L10 4.852 7.3 7.76a.75.75 0 01-1.1-1.02l3.25-3.5A.75.75 0 0110 3zm-3.76 9.2a.75.75 0 011.06.04l2.7 2.908 2.7-2.908a.75.75 0 111.1 1.02l-3.25 3.5a.75.75 0 01-1.1 0l-3.25-3.5a.75.75 0 01.04-1.06z"
1946
- fill-rule="evenodd"
1947
- />
1948
- </svg>
1949
- </span>
1950
- </button>
1951
- </div>
1952
- </div>
1953
- </div>
1954
- `;