allaw-ui 0.1.68 → 0.1.69

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 (155) hide show
  1. package/dist/components/molecules/clientLinkCard/ClientLinkCard.css +5 -5
  2. package/dist/tsconfig.tsbuildinfo +1 -0
  3. package/package.json +1 -1
  4. package/dist/components/atoms/buttons/ActionCircleButton.d.ts +0 -9
  5. package/dist/components/atoms/buttons/ActionCircleButton.js +0 -23
  6. package/dist/components/atoms/buttons/AgendaSlot.d.ts +0 -10
  7. package/dist/components/atoms/buttons/AgendaSlot.js +0 -7
  8. package/dist/components/atoms/buttons/FavoriteToggle.d.ts +0 -8
  9. package/dist/components/atoms/buttons/FavoriteToggle.js +0 -11
  10. package/dist/components/atoms/buttons/FilterButton.d.ts +0 -9
  11. package/dist/components/atoms/buttons/FilterButton.js +0 -9
  12. package/dist/components/atoms/buttons/FilterButtonPrimary.d.ts +0 -9
  13. package/dist/components/atoms/buttons/FilterButtonPrimary.js +0 -46
  14. package/dist/components/atoms/buttons/GhostButton.d.ts +0 -14
  15. package/dist/components/atoms/buttons/GhostButton.js +0 -11
  16. package/dist/components/atoms/buttons/IconButton.d.ts +0 -11
  17. package/dist/components/atoms/buttons/IconButton.js +0 -14
  18. package/dist/components/atoms/buttons/OAuthProviderButton.d.ts +0 -12
  19. package/dist/components/atoms/buttons/OAuthProviderButton.js +0 -143
  20. package/dist/components/atoms/buttons/PendingDocuments.d.ts +0 -10
  21. package/dist/components/atoms/buttons/PendingDocuments.js +0 -13
  22. package/dist/components/atoms/buttons/PrimaryButton.d.ts +0 -17
  23. package/dist/components/atoms/buttons/PrimaryButton.js +0 -117
  24. package/dist/components/atoms/buttons/SecondaryButton.d.ts +0 -18
  25. package/dist/components/atoms/buttons/SecondaryButton.js +0 -117
  26. package/dist/components/atoms/buttons/TabNavigation.d.ts +0 -13
  27. package/dist/components/atoms/buttons/TabNavigation.js +0 -10
  28. package/dist/components/atoms/buttons/TertiaryButton.d.ts +0 -11
  29. package/dist/components/atoms/buttons/TertiaryButton.js +0 -10
  30. package/dist/components/atoms/buttons/index.d.ts +0 -22
  31. package/dist/components/atoms/buttons/index.js +0 -11
  32. package/dist/components/atoms/checkboxes/Checkbox.d.ts +0 -14
  33. package/dist/components/atoms/checkboxes/Checkbox.js +0 -19
  34. package/dist/components/atoms/checkboxes/index.d.ts +0 -2
  35. package/dist/components/atoms/checkboxes/index.js +0 -1
  36. package/dist/components/atoms/filter/Filter.d.ts +0 -17
  37. package/dist/components/atoms/filter/Filter.js +0 -70
  38. package/dist/components/atoms/filter/index.d.ts +0 -2
  39. package/dist/components/atoms/filter/index.js +0 -1
  40. package/dist/components/atoms/filters/SingleFilter.d.ts +0 -17
  41. package/dist/components/atoms/filters/SingleFilter.js +0 -81
  42. package/dist/components/atoms/filters/index.d.ts +0 -2
  43. package/dist/components/atoms/filters/index.js +0 -1
  44. package/dist/components/atoms/inputs/Input.d.ts +0 -22
  45. package/dist/components/atoms/inputs/Input.js +0 -86
  46. package/dist/components/atoms/inputs/SearchBar.d.ts +0 -12
  47. package/dist/components/atoms/inputs/SearchBar.js +0 -20
  48. package/dist/components/atoms/inputs/TextArea.d.ts +0 -21
  49. package/dist/components/atoms/inputs/TextArea.js +0 -66
  50. package/dist/components/atoms/inputs/index.d.ts +0 -6
  51. package/dist/components/atoms/inputs/index.js +0 -3
  52. package/dist/components/atoms/progressBars/ProgressBar.d.ts +0 -15
  53. package/dist/components/atoms/progressBars/ProgressBar.js +0 -18
  54. package/dist/components/atoms/progressBars/index.d.ts +0 -2
  55. package/dist/components/atoms/progressBars/index.js +0 -1
  56. package/dist/components/atoms/radios/RadioButton.d.ts +0 -11
  57. package/dist/components/atoms/radios/RadioButton.js +0 -10
  58. package/dist/components/atoms/radios/index.d.ts +0 -2
  59. package/dist/components/atoms/radios/index.js +0 -1
  60. package/dist/components/atoms/selects/ComboBox.d.ts +0 -27
  61. package/dist/components/atoms/selects/ComboBox.js +0 -172
  62. package/dist/components/atoms/selects/Select.d.ts +0 -25
  63. package/dist/components/atoms/selects/Select.js +0 -127
  64. package/dist/components/atoms/selects/index.d.ts +0 -4
  65. package/dist/components/atoms/selects/index.js +0 -2
  66. package/dist/components/atoms/tags/AppointementStatusTag.d.ts +0 -8
  67. package/dist/components/atoms/tags/AppointementStatusTag.js +0 -42
  68. package/dist/components/atoms/tags/FolderStatusTag.d.ts +0 -7
  69. package/dist/components/atoms/tags/FolderStatusTag.js +0 -8
  70. package/dist/components/atoms/tags/OtherStatusTag.d.ts +0 -10
  71. package/dist/components/atoms/tags/OtherStatusTag.js +0 -10
  72. package/dist/components/atoms/tags/index.d.ts +0 -6
  73. package/dist/components/atoms/tags/index.js +0 -3
  74. package/dist/components/atoms/typography/Heading.d.ts +0 -10
  75. package/dist/components/atoms/typography/Heading.js +0 -7
  76. package/dist/components/atoms/typography/Paragraph.d.ts +0 -12
  77. package/dist/components/atoms/typography/Paragraph.js +0 -33
  78. package/dist/components/atoms/typography/SmallTitle.d.ts +0 -9
  79. package/dist/components/atoms/typography/SmallTitle.js +0 -7
  80. package/dist/components/atoms/typography/Subtitle.d.ts +0 -9
  81. package/dist/components/atoms/typography/Subtitle.js +0 -7
  82. package/dist/components/atoms/typography/TinyInfo.d.ts +0 -12
  83. package/dist/components/atoms/typography/TinyInfo.js +0 -15
  84. package/dist/components/atoms/typography/index.d.ts +0 -10
  85. package/dist/components/atoms/typography/index.js +0 -5
  86. package/dist/components/atoms/uiVariables/BorderRadius.d.ts +0 -6
  87. package/dist/components/atoms/uiVariables/BorderRadius.js +0 -12
  88. package/dist/components/atoms/uiVariables/Shadows.d.ts +0 -6
  89. package/dist/components/atoms/uiVariables/Shadows.js +0 -11
  90. package/dist/components/atoms/uiVariables/Strokes.d.ts +0 -6
  91. package/dist/components/atoms/uiVariables/Strokes.js +0 -10
  92. package/dist/components/atoms/uiVariables/index.d.ts +0 -3
  93. package/dist/components/atoms/uiVariables/index.js +0 -3
  94. package/dist/components/molecules/appointmentSlot/AppointmentSlot.d.ts +0 -25
  95. package/dist/components/molecules/appointmentSlot/AppointmentSlot.js +0 -109
  96. package/dist/components/molecules/appointmentSlot/index.d.ts +0 -2
  97. package/dist/components/molecules/appointmentSlot/index.js +0 -1
  98. package/dist/components/molecules/breadcrumb/Breadcrumb.d.ts +0 -12
  99. package/dist/components/molecules/breadcrumb/Breadcrumb.js +0 -12
  100. package/dist/components/molecules/breadcrumb/index.d.ts +0 -2
  101. package/dist/components/molecules/breadcrumb/index.js +0 -1
  102. package/dist/components/molecules/caseCard/CaseCard.d.ts +0 -14
  103. package/dist/components/molecules/caseCard/CaseCard.js +0 -20
  104. package/dist/components/molecules/caseCard/index.d.ts +0 -2
  105. package/dist/components/molecules/caseCard/index.js +0 -1
  106. package/dist/components/molecules/caseLinkCard/CaseLinkCard.d.ts +0 -11
  107. package/dist/components/molecules/caseLinkCard/CaseLinkCard.js +0 -30
  108. package/dist/components/molecules/caseLinkCard/index.d.ts +0 -2
  109. package/dist/components/molecules/caseLinkCard/index.js +0 -1
  110. package/dist/components/molecules/checkboxForm/CheckboxForm.d.ts +0 -17
  111. package/dist/components/molecules/checkboxForm/CheckboxForm.js +0 -24
  112. package/dist/components/molecules/checkboxForm/index.d.ts +0 -2
  113. package/dist/components/molecules/checkboxForm/index.js +0 -1
  114. package/dist/components/molecules/clientLinkCard/ClientLinkCard.d.ts +0 -13
  115. package/dist/components/molecules/clientLinkCard/ClientLinkCard.js +0 -16
  116. package/dist/components/molecules/clientLinkCard/index.d.ts +0 -2
  117. package/dist/components/molecules/clientLinkCard/index.js +0 -1
  118. package/dist/components/molecules/contactCard/ContactCard.d.ts +0 -17
  119. package/dist/components/molecules/contactCard/ContactCard.js +0 -80
  120. package/dist/components/molecules/contactCard/index.d.ts +0 -2
  121. package/dist/components/molecules/contactCard/index.js +0 -1
  122. package/dist/components/molecules/documentCard/DocumentCard.d.ts +0 -15
  123. package/dist/components/molecules/documentCard/DocumentCard.js +0 -72
  124. package/dist/components/molecules/documentCard/index.d.ts +0 -2
  125. package/dist/components/molecules/documentCard/index.js +0 -1
  126. package/dist/components/molecules/employeeCard/EmployeeCard.d.ts +0 -15
  127. package/dist/components/molecules/employeeCard/EmployeeCard.js +0 -34
  128. package/dist/components/molecules/employeeCard/index.d.ts +0 -2
  129. package/dist/components/molecules/employeeCard/index.js +0 -1
  130. package/dist/components/molecules/loadingBox/LoadingBox.d.ts +0 -9
  131. package/dist/components/molecules/loadingBox/LoadingBox.js +0 -7
  132. package/dist/components/molecules/loadingBox/index.d.ts +0 -2
  133. package/dist/components/molecules/loadingBox/index.js +0 -1
  134. package/dist/components/molecules/proCard/ProCard.d.ts +0 -13
  135. package/dist/components/molecules/proCard/ProCard.js +0 -25
  136. package/dist/components/molecules/proCard/index.d.ts +0 -2
  137. package/dist/components/molecules/proCard/index.js +0 -1
  138. package/dist/components/molecules/radioForm/RadioForm.d.ts +0 -12
  139. package/dist/components/molecules/radioForm/RadioForm.js +0 -27
  140. package/dist/components/molecules/radioForm/index.d.ts +0 -2
  141. package/dist/components/molecules/radioForm/index.js +0 -1
  142. package/dist/components/molecules/selectForm/SelectForm.d.ts +0 -15
  143. package/dist/components/molecules/selectForm/SelectForm.js +0 -15
  144. package/dist/components/molecules/selectForm/index.d.ts +0 -2
  145. package/dist/components/molecules/selectForm/index.js +0 -1
  146. package/dist/components/molecules/stepper/Stepper.d.ts +0 -34
  147. package/dist/components/molecules/stepper/Stepper.js +0 -123
  148. package/dist/components/molecules/stepper/index.d.ts +0 -2
  149. package/dist/components/molecules/stepper/index.js +0 -1
  150. package/dist/index.d.ts +0 -51
  151. package/dist/index.js +0 -71
  152. package/dist/utils/regex.d.ts +0 -5
  153. package/dist/utils/regex.js +0 -7
  154. package/dist/utils/utils.d.ts +0 -2
  155. package/dist/utils/utils.js +0 -48
@@ -5,13 +5,12 @@
5
5
  display: flex;
6
6
  padding: 16px;
7
7
  justify-content: space-between;
8
- align-items: center;
8
+ align-items: end;
9
9
  border-radius: 16px;
10
10
  border: 1px solid var(--Primary-Gris-de-fond, #E6EDF5);
11
11
  background: var(--Primary-Blanc, #FFF);
12
12
  }
13
13
  .client-link-card-left {
14
-
15
14
  display: flex;
16
15
  flex-direction: column;
17
16
  align-items: start;
@@ -23,16 +22,17 @@
23
22
  display: flex;
24
23
  flex-direction: column;
25
24
  align-items: flex-end;
26
- justify-content: center;
25
+ justify-content: flex-end;
26
+ height: 100%;
27
27
  gap: 8px;
28
28
 
29
29
  }
30
30
 
31
31
  .client-link-card-office-tag {
32
- font-size: 14px;
32
+ font-size: 13px;
33
33
  font-family: "Open Sans", sans-serif;
34
34
  font-weight: 600;
35
- padding: 8px 10px;
35
+ padding: 6px 8px;
36
36
  border-radius: 8px;
37
37
  background-color: var(--Tags-Blanc-tag, #EEF5FC);
38
38
  color: var(--Primary-Mid-black, #171E25);
@@ -0,0 +1 @@
1
+ {"program":{"fileNames":["../node_modules/typescript/lib/lib.es5.d.ts","../node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/typescript/lib/lib.dom.d.ts","../node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/typescript/lib/lib.es2016.intl.d.ts","../node_modules/typescript/lib/lib.es2017.date.d.ts","../node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/typescript/lib/lib.es2019.intl.d.ts","../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/typescript/lib/lib.esnext.intl.d.ts","../node_modules/typescript/lib/lib.decorators.d.ts","../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../node_modules/@types/react/global.d.ts","../node_modules/csstype/index.d.ts","../node_modules/@types/prop-types/index.d.ts","../node_modules/@types/react/index.d.ts","../src/components/atoms/buttons/primarybutton.tsx","../src/components/atoms/buttons/favoritetoggle.tsx","../src/components/atoms/buttons/filterbutton.tsx","../src/components/atoms/buttons/ghostbutton.tsx","../src/components/atoms/buttons/iconbutton.tsx","../src/components/atoms/buttons/pendingdocuments.tsx","../src/components/atoms/buttons/secondarybutton.tsx","../src/components/atoms/buttons/tabnavigation.tsx","../src/components/atoms/buttons/tertiarybutton.tsx","../src/components/atoms/buttons/oauthproviderbutton.tsx","../src/components/atoms/checkboxes/checkbox.tsx","../src/components/atoms/buttons/filterbuttonprimary.tsx","../src/components/atoms/buttons/index.ts","../src/components/atoms/typography/heading.tsx","../node_modules/@types/react-dom/client.d.ts","../node_modules/@types/react-dom/server.d.ts","../src/utils/utils.ts","../src/components/atoms/typography/paragraph.tsx","../src/components/atoms/typography/smalltitle.tsx","../src/components/atoms/typography/subtitle.tsx","../src/components/atoms/typography/tinyinfo.tsx","../src/components/atoms/typography/index.ts","../src/components/atoms/filter/filter.tsx","../src/utils/regex.ts","../src/components/atoms/inputs/input.tsx","../src/components/atoms/inputs/textarea.tsx","../src/components/atoms/inputs/searchbar.tsx","../src/components/atoms/progressbars/progressbar.tsx","../src/components/atoms/radios/radiobutton.tsx","../src/components/atoms/filters/singlefilter.tsx","../node_modules/@types/react-dom/index.d.ts","../src/components/atoms/selects/select.tsx","../src/components/atoms/selects/combobox.tsx","../src/components/atoms/tags/appointementstatustag.tsx","../src/components/atoms/tags/folderstatustag.tsx","../src/components/atoms/tags/otherstatustag.tsx","../src/components/atoms/uivariables/borderradius.tsx","../src/components/atoms/uivariables/shadows.tsx","../src/components/atoms/uivariables/strokes.tsx","../src/components/atoms/buttons/actioncirclebutton.tsx","../src/components/molecules/appointmentslot/appointmentslot.tsx","../src/components/molecules/casecard/casecard.tsx","../node_modules/next/dist/shared/lib/image-config.d.ts","../node_modules/next/dist/shared/lib/get-img-props.d.ts","../node_modules/next/dist/client/image-component.d.ts","../node_modules/next/dist/shared/lib/image-external.d.ts","../node_modules/next/image.d.ts","../src/components/molecules/contactcard/contactcard.tsx","../src/components/molecules/loadingbox/loadingbox.tsx","../src/components/molecules/caselinkcard/caselinkcard.tsx","../src/components/molecules/clientlinkcard/clientlinkcard.tsx","../src/components/molecules/documentcard/documentcard.tsx","../src/components/molecules/employeecard/employeecard.tsx","../src/components/molecules/stepper/stepper.tsx","../src/components/molecules/checkboxform/checkboxform.tsx","../src/components/molecules/radioform/radioform.tsx","../src/components/molecules/selectform/selectform.tsx","../src/components/molecules/breadcrumb/breadcrumb.tsx","../src/components/molecules/procard/procard.tsx","../src/index.ts","../src/components/atoms/buttons/actioncirclebutton.stories.jsx","../src/components/atoms/buttons/agendaslot.tsx","../src/components/atoms/buttons/agendaslot.stories.jsx","../node_modules/file-system-cache/lib/filesystemcache.d.ts","../node_modules/file-system-cache/lib/index.d.ts","../node_modules/@babel/types/lib/index.d.ts","../node_modules/@types/babel__generator/index.d.ts","../node_modules/@babel/parser/typings/babel-parser.d.ts","../node_modules/@types/babel__template/index.d.ts","../node_modules/@types/babel__traverse/index.d.ts","../node_modules/@types/babel__core/index.d.ts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.d.ts","../node_modules/buffer/index.d.ts","../node_modules/undici-types/header.d.ts","../node_modules/undici-types/readable.d.ts","../node_modules/undici-types/file.d.ts","../node_modules/undici-types/fetch.d.ts","../node_modules/undici-types/formdata.d.ts","../node_modules/undici-types/connector.d.ts","../node_modules/undici-types/client.d.ts","../node_modules/undici-types/errors.d.ts","../node_modules/undici-types/dispatcher.d.ts","../node_modules/undici-types/global-dispatcher.d.ts","../node_modules/undici-types/global-origin.d.ts","../node_modules/undici-types/pool-stats.d.ts","../node_modules/undici-types/pool.d.ts","../node_modules/undici-types/handlers.d.ts","../node_modules/undici-types/balanced-pool.d.ts","../node_modules/undici-types/agent.d.ts","../node_modules/undici-types/mock-interceptor.d.ts","../node_modules/undici-types/mock-agent.d.ts","../node_modules/undici-types/mock-client.d.ts","../node_modules/undici-types/mock-pool.d.ts","../node_modules/undici-types/mock-errors.d.ts","../node_modules/undici-types/proxy-agent.d.ts","../node_modules/undici-types/api.d.ts","../node_modules/undici-types/cookies.d.ts","../node_modules/undici-types/patch.d.ts","../node_modules/undici-types/filereader.d.ts","../node_modules/undici-types/diagnostics-channel.d.ts","../node_modules/undici-types/websocket.d.ts","../node_modules/undici-types/content-type.d.ts","../node_modules/undici-types/cache.d.ts","../node_modules/undici-types/interceptors.d.ts","../node_modules/undici-types/index.d.ts","../node_modules/@types/node/globals.d.ts","../node_modules/@types/node/async_hooks.d.ts","../node_modules/@types/node/buffer.d.ts","../node_modules/@types/node/child_process.d.ts","../node_modules/@types/node/cluster.d.ts","../node_modules/@types/node/console.d.ts","../node_modules/@types/node/constants.d.ts","../node_modules/@types/node/crypto.d.ts","../node_modules/@types/node/dgram.d.ts","../node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/@types/node/dns.d.ts","../node_modules/@types/node/dns/promises.d.ts","../node_modules/@types/node/domain.d.ts","../node_modules/@types/node/dom-events.d.ts","../node_modules/@types/node/events.d.ts","../node_modules/@types/node/fs.d.ts","../node_modules/@types/node/fs/promises.d.ts","../node_modules/@types/node/http.d.ts","../node_modules/@types/node/http2.d.ts","../node_modules/@types/node/https.d.ts","../node_modules/@types/node/inspector.d.ts","../node_modules/@types/node/module.d.ts","../node_modules/@types/node/net.d.ts","../node_modules/@types/node/os.d.ts","../node_modules/@types/node/path.d.ts","../node_modules/@types/node/perf_hooks.d.ts","../node_modules/@types/node/process.d.ts","../node_modules/@types/node/punycode.d.ts","../node_modules/@types/node/querystring.d.ts","../node_modules/@types/node/readline.d.ts","../node_modules/@types/node/readline/promises.d.ts","../node_modules/@types/node/repl.d.ts","../node_modules/@types/node/sea.d.ts","../node_modules/@types/node/stream.d.ts","../node_modules/@types/node/stream/promises.d.ts","../node_modules/@types/node/stream/consumers.d.ts","../node_modules/@types/node/stream/web.d.ts","../node_modules/@types/node/string_decoder.d.ts","../node_modules/@types/node/test.d.ts","../node_modules/@types/node/timers.d.ts","../node_modules/@types/node/timers/promises.d.ts","../node_modules/@types/node/tls.d.ts","../node_modules/@types/node/trace_events.d.ts","../node_modules/@types/node/tty.d.ts","../node_modules/@types/node/url.d.ts","../node_modules/@types/node/util.d.ts","../node_modules/@types/node/v8.d.ts","../node_modules/@types/node/vm.d.ts","../node_modules/@types/node/wasi.d.ts","../node_modules/@types/node/worker_threads.d.ts","../node_modules/@types/node/zlib.d.ts","../node_modules/@types/node/globals.global.d.ts","../node_modules/@types/node/index.d.ts","../node_modules/@types/mime/index.d.ts","../node_modules/@types/send/index.d.ts","../node_modules/@types/qs/index.d.ts","../node_modules/@types/range-parser/index.d.ts","../node_modules/@types/express-serve-static-core/index.d.ts","../node_modules/@types/http-errors/index.d.ts","../node_modules/@types/serve-static/index.d.ts","../node_modules/@types/connect/index.d.ts","../node_modules/@types/body-parser/index.d.ts","../node_modules/@types/express/index.d.ts","../node_modules/@storybook/channels/dist/main-c55d8855.d.ts","../node_modules/@storybook/channels/dist/postmessage/index.d.ts","../node_modules/@storybook/channels/dist/websocket/index.d.ts","../node_modules/@storybook/channels/dist/index.d.ts","../node_modules/@storybook/types/dist/index.d.ts","../node_modules/synchronous-promise/index.d.ts","../node_modules/@storybook/client-api/node_modules/@storybook/preview-api/dist/hooks-655fa363.d.ts","../node_modules/@storybook/client-api/node_modules/@storybook/preview-api/dist/storystore-f7424ddf.d.ts","../node_modules/@storybook/client-api/node_modules/@storybook/preview-api/dist/clientapi-24d2bfd0.d.ts","../node_modules/@storybook/client-api/node_modules/@storybook/preview-api/dist/sortstories-436f1964.d.ts","../node_modules/@storybook/client-api/node_modules/@storybook/preview-api/dist/composeconfigs-62a04721.d.ts","../node_modules/@storybook/client-api/node_modules/@storybook/preview-api/dist/store.d.ts","../node_modules/@storybook/client-api/node_modules/@storybook/preview-api/dist/queryparams-d12445b8.d.ts","../node_modules/@storybook/client-api/node_modules/@storybook/preview-api/dist/client-api.d.ts","../node_modules/@storybook/client-api/dist/entry.d.ts","../src/components/atoms/buttons/favoritetoggle.stories.jsx","../src/components/atoms/buttons/filterbutton.stories.jsx","../src/components/atoms/buttons/filterbuttonprimary.stories.js","../src/components/atoms/buttons/ghostbutton.stories.jsx","../src/components/atoms/buttons/iconbutton.stories.jsx","../src/components/atoms/buttons/oauthproviderbutton.stories.jsx","../src/components/atoms/buttons/pendingdocuments.stories.jsx","../src/components/atoms/buttons/primarybutton.stories.jsx","../src/components/atoms/buttons/secondarybutton.stories.jsx","../src/components/atoms/buttons/tabnavigation.stories.jsx","../src/components/atoms/buttons/tertiarybutton.stories.jsx","../src/components/atoms/checkboxes/checkbox.stories.jsx","../src/components/atoms/checkboxes/index.ts","../src/components/atoms/filter/filter.stories.js","../src/components/atoms/filter/index.ts","../src/components/atoms/filters/singlefilter.stories.js","../src/components/atoms/filters/index.tsx","../node_modules/react-hook-form/dist/constants.d.ts","../node_modules/react-hook-form/dist/utils/createsubject.d.ts","../node_modules/react-hook-form/dist/types/events.d.ts","../node_modules/react-hook-form/dist/types/path/common.d.ts","../node_modules/react-hook-form/dist/types/path/eager.d.ts","../node_modules/react-hook-form/dist/types/path/index.d.ts","../node_modules/react-hook-form/dist/types/fieldarray.d.ts","../node_modules/react-hook-form/dist/types/resolvers.d.ts","../node_modules/react-hook-form/dist/types/form.d.ts","../node_modules/react-hook-form/dist/types/utils.d.ts","../node_modules/react-hook-form/dist/types/fields.d.ts","../node_modules/react-hook-form/dist/types/errors.d.ts","../node_modules/react-hook-form/dist/types/validator.d.ts","../node_modules/react-hook-form/dist/types/controller.d.ts","../node_modules/react-hook-form/dist/types/index.d.ts","../node_modules/react-hook-form/dist/controller.d.ts","../node_modules/react-hook-form/dist/form.d.ts","../node_modules/react-hook-form/dist/logic/appenderrors.d.ts","../node_modules/react-hook-form/dist/logic/index.d.ts","../node_modules/react-hook-form/dist/usecontroller.d.ts","../node_modules/react-hook-form/dist/usefieldarray.d.ts","../node_modules/react-hook-form/dist/useform.d.ts","../node_modules/react-hook-form/dist/useformcontext.d.ts","../node_modules/react-hook-form/dist/useformstate.d.ts","../node_modules/react-hook-form/dist/usewatch.d.ts","../node_modules/react-hook-form/dist/utils/get.d.ts","../node_modules/react-hook-form/dist/utils/set.d.ts","../node_modules/react-hook-form/dist/utils/index.d.ts","../node_modules/react-hook-form/dist/index.d.ts","../src/components/atoms/inputs/input.stories.jsx","../src/components/atoms/inputs/searchbar.stories.jsx","../src/components/atoms/inputs/textarea.stories.jsx","../src/components/atoms/inputs/index.ts","../src/components/atoms/progressbars/progressbar.stories.jsx","../src/components/atoms/progressbars/index.ts","../src/components/atoms/radios/radiobutton.stories.jsx","../src/components/atoms/radios/index.ts","../src/components/atoms/selects/combobox.stories.jsx","../src/components/atoms/selects/select.stories.jsx","../src/components/atoms/selects/index.ts","../src/components/atoms/tags/appointementstatustag.stories.jsx","../src/components/atoms/tags/folderstatustag.stories.jsx","../src/components/atoms/tags/otherstatustag.stories.jsx","../src/components/atoms/tags/index.ts","../src/components/atoms/typography/heading.stories.jsx","../src/components/atoms/typography/paragraph.stories.jsx","../src/components/atoms/typography/smalltitle.stories.jsx","../src/components/atoms/typography/subtitle.stories.jsx","../src/components/atoms/typography/tinyinfo.stories.jsx","../src/components/atoms/uivariables/borderradius.stories.jsx","../src/components/atoms/uivariables/shadows.stories.jsx","../src/components/atoms/uivariables/strokes.stories.jsx","../src/components/atoms/uivariables/index.ts","../src/components/molecules/appointmentslot/appointmentslot.stories.jsx","../src/components/molecules/appointmentslot/index.ts","../src/components/molecules/breadcrumb/breadcrumb.stories.jsx","../src/components/molecules/breadcrumb/index.ts","../src/components/molecules/casecard/casecard.stories.jsx","../src/components/molecules/casecard/index.ts","../src/components/molecules/caselinkcard/casecardlink.stories.jsx","../src/components/molecules/caselinkcard/index.ts","../src/components/molecules/checkboxform/checkboxform.stories.jsx","../src/components/molecules/checkboxform/index.ts","../src/components/molecules/clientlinkcard/clientlinkcard.stories.js","../src/components/molecules/clientlinkcard/index.ts","../src/components/molecules/contactcard/contactcard.stories.jsx","../src/components/molecules/contactcard/index.ts","../src/components/molecules/documentcard/documentcard.stories.jsx","../src/components/molecules/documentcard/index.ts","../src/components/molecules/employeecard/employeecard.stories.jsx","../src/components/molecules/employeecard/index.ts","../src/components/molecules/loadingbox/loadingbox.stories.js","../src/components/molecules/loadingbox/index.ts","../src/components/molecules/procard/procard.stories.jsx","../src/components/molecules/procard/index.ts","../src/components/molecules/radioform/radioform.stories.jsx","../src/components/molecules/radioform/index.ts","../src/components/molecules/selectform/selectform.stories.jsx","../src/components/molecules/selectform/index.ts","../node_modules/@storybook/addon-actions/dist/index.d.ts","../src/components/molecules/stepper/stepper.stories.jsx","../src/components/molecules/stepper/index.ts","../node_modules/@types/aria-query/index.d.ts","../node_modules/@types/cross-spawn/index.d.ts","../node_modules/@types/ms/index.d.ts","../node_modules/@types/debug/index.d.ts","../node_modules/@types/doctrine/index.d.ts","../node_modules/@types/emscripten/index.d.ts","../node_modules/@types/escodegen/index.d.ts","../node_modules/@types/estree/index.d.ts","../node_modules/@types/json-schema/index.d.ts","../node_modules/@types/eslint/use-at-your-own-risk.d.ts","../node_modules/@types/eslint/index.d.ts","../node_modules/@types/eslint-scope/index.d.ts","../node_modules/@types/unist/index.d.ts","../node_modules/@types/hast/index.d.ts","../node_modules/@types/html-minifier-terser/index.d.ts","../node_modules/@types/json5/index.d.ts","../node_modules/@types/lodash/common/common.d.ts","../node_modules/@types/lodash/common/array.d.ts","../node_modules/@types/lodash/common/collection.d.ts","../node_modules/@types/lodash/common/date.d.ts","../node_modules/@types/lodash/common/function.d.ts","../node_modules/@types/lodash/common/lang.d.ts","../node_modules/@types/lodash/common/math.d.ts","../node_modules/@types/lodash/common/number.d.ts","../node_modules/@types/lodash/common/object.d.ts","../node_modules/@types/lodash/common/seq.d.ts","../node_modules/@types/lodash/common/string.d.ts","../node_modules/@types/lodash/common/util.d.ts","../node_modules/@types/lodash/index.d.ts","../node_modules/@types/mdast/index.d.ts","../node_modules/@types/mdx/types.d.ts","../node_modules/@types/mdx/index.d.ts","../node_modules/@types/parse-json/index.d.ts","../node_modules/@types/resolve/index.d.ts","../node_modules/@types/semver/classes/semver.d.ts","../node_modules/@types/semver/functions/parse.d.ts","../node_modules/@types/semver/functions/valid.d.ts","../node_modules/@types/semver/functions/clean.d.ts","../node_modules/@types/semver/functions/inc.d.ts","../node_modules/@types/semver/functions/diff.d.ts","../node_modules/@types/semver/functions/major.d.ts","../node_modules/@types/semver/functions/minor.d.ts","../node_modules/@types/semver/functions/patch.d.ts","../node_modules/@types/semver/functions/prerelease.d.ts","../node_modules/@types/semver/functions/compare.d.ts","../node_modules/@types/semver/functions/rcompare.d.ts","../node_modules/@types/semver/functions/compare-loose.d.ts","../node_modules/@types/semver/functions/compare-build.d.ts","../node_modules/@types/semver/functions/sort.d.ts","../node_modules/@types/semver/functions/rsort.d.ts","../node_modules/@types/semver/functions/gt.d.ts","../node_modules/@types/semver/functions/lt.d.ts","../node_modules/@types/semver/functions/eq.d.ts","../node_modules/@types/semver/functions/neq.d.ts","../node_modules/@types/semver/functions/gte.d.ts","../node_modules/@types/semver/functions/lte.d.ts","../node_modules/@types/semver/functions/cmp.d.ts","../node_modules/@types/semver/functions/coerce.d.ts","../node_modules/@types/semver/classes/comparator.d.ts","../node_modules/@types/semver/classes/range.d.ts","../node_modules/@types/semver/functions/satisfies.d.ts","../node_modules/@types/semver/ranges/max-satisfying.d.ts","../node_modules/@types/semver/ranges/min-satisfying.d.ts","../node_modules/@types/semver/ranges/to-comparators.d.ts","../node_modules/@types/semver/ranges/min-version.d.ts","../node_modules/@types/semver/ranges/valid.d.ts","../node_modules/@types/semver/ranges/outside.d.ts","../node_modules/@types/semver/ranges/gtr.d.ts","../node_modules/@types/semver/ranges/ltr.d.ts","../node_modules/@types/semver/ranges/intersects.d.ts","../node_modules/@types/semver/ranges/simplify.d.ts","../node_modules/@types/semver/ranges/subset.d.ts","../node_modules/@types/semver/internals/identifiers.d.ts","../node_modules/@types/semver/index.d.ts","../node_modules/@types/uuid/index.d.ts"],"fileInfos":[{"version":"44e584d4f6444f58791784f1d530875970993129442a847597db702a073ca68c","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4",{"version":"4af6b0c727b7a2896463d512fafd23634229adf69ac7c00e2ae15a09cb084fad","affectsGlobalScope":true},{"version":"6920e1448680767498a0b77c6a00a8e77d14d62c3da8967b171f1ddffa3c18e4","affectsGlobalScope":true},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true},{"version":"ae37d6ccd1560b0203ab88d46987393adaaa78c919e51acf32fb82c86502e98c","affectsGlobalScope":true},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"5e07ed3809d48205d5b985642a59f2eba47c402374a7cf8006b686f79efadcbd","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"479553e3779be7d4f68e9f40cdb82d038e5ef7592010100410723ceced22a0f7","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},{"version":"36a2e4c9a67439aca5f91bb304611d5ae6e20d420503e96c230cf8fcdc948d94","affectsGlobalScope":true},"8a8eb4ebffd85e589a1cc7c178e291626c359543403d58c9cd22b81fab5b1fb9","247a952efd811d780e5630f8cfd76f495196f5fa74f6f0fee39ac8ba4a3c9800",{"version":"8ca4709dbd22a34bcc1ebf93e1877645bdb02ebd3f3d9a211a299a8db2ee4ba1","affectsGlobalScope":true},"2c850c3cad228ec08419020f22b02f15d9a33f328a4a43025eaea6456368fbb8","754ecbe1126b6f3b3254155a9429f54dab81452e180a32a9c9bd60ff0f249128","6b79514e2d756ab151a7188efbb55d1c1a205ce3b83a9b7e503527b76e128503","e5cbc4d2929111d0a21239c4e87284c20aa35bca923fb5f50780b96ad1f7a887","9627f4f73201171a2140e38991116327ec2581c01c31a3a3f439b05f3b89a284","ab03bc54c1f7fd647c7c73d6b5ae82ee24e929d1d922051a0dcc8d6b3942280b","3abe5c6975c1ad4c9db8dd2e6c255dc01d532c17ce9e91bf119012578b353c6a","5ae15f9dbe92af0532d2c97eb365c9a2a9dc92fa9c6285b4eaf24844fa7c7a41","0d7fc6f22800b0938a1b14b55fb787f8a72b7f199357975c184c0ba7148343f4","101af906548651fa18e80659fc6a04f5886df5dba988a2ddfa5dd4ae593ec275","52e2acd9efad486accd5c9b8582b1b115aba22296f9bf34f1d6f732a30745fd7","16ba26375b1c06efa6c998be8297847eafdd7ea1df50ace3827923f71a49f3b2","be4e8f21d33e547b080b3f7707d60870fac38ef69900a2ffea5e34b3fe797af3","d6bfcfc2e37fa02f60c4d859941954f0d705d53ccee6ef787abaac300a1b1ef0","05321b823dd3781d0b6aac8700bfdc0c9181d56479fe52ba6a40c9196fd661a8",{"version":"f269a1c2a37fdf64fbf3808d72da60acdbd48d2023f5a16ab51b21de39dd318f","affectsGlobalScope":true},"3a47986ff455676b81db6c45f0f6a1ee4165856f65ba7cd562b124794aca51af","28a18df7a1c63a573bdd4ee4f2457a53f65743f0bc06429791ef1bcf53fb229c","1929e86da88d81135eecad15f0744e18bb09ceae6ec25f878f3fb885e4279936","49c56689178a0771fd4a21ad6585af1ca3b6fcb6f182255e054d9b5048552505","0024024c135204127c5cf5dfc6b5cff84d481b37f0bc0c1c4fad079a6ce18f6f","2c95714fcdd6f3f99e168d81c80df079cba5c3be9a4bb9816cd8e41c976eb8bd","ceebb90b3c06e6bf85d56b046e7a4b4e4e3563f15ba6817d913c165ed9ea2335","9838ae2941eddd963957f42f3f25850fa3e0478bb970d5b3f09df8b438fb0b41","a4aeee5bdd48995091071c9420a94b721c902a651269896a93852df751f12da4","4a275123954fb81a27570816fa715ee9e8ce0155d562e91c096bba9062f0c374","57d43b1cff6748236304d7eea9cf62e61b122c946cf101a192d116424937094c","543118f12bc3aa8916ceed44c6bbbf662906befc8bd8a9a2f4d81a5b7bbf5566","220615f6c5ee729d4486c309d2a1eca32da4ca317ab9fbd79e005117285aaefc","2297d542deae94a79b2825261b72106cad4947fb2bba0d3b5ba3990b5df75e02","adb17fea4d847e1267ae1241fa1ac3917c7e332999ebdab388a24d82d4f58240","714145cbcf041c4a7e90887991a8e9bab70f5e2345417d1e94c4832903b17a57","22cb3c52cea569686e663881f6311746f07cee7dcf4bb04ae13b4284883e41c5","a34f5c5b3c0db4a88614d389b6525589c3f034a662abf5894b2de47e9952f07d","4abddc9cf2315189ca43c0291ace6a7b6788dc8ff47bbc3b570bb8faa975aefb","788f292a76373049fed026531e73ca7828126aaaac090dcc4e9fde62b9989575","b5a4587445c2bf12a0b8122928569c761e605ffdb33dc41cac5eb0cd49bf006d","8449331ba2b3ef2ea7a0d172fbb702aa999ac4e063abffe79758c99fd222514f","8945e7a5efdcef28df213b0d249f26c2febc46efa891f5e79aa6e8056bc8909c","bf77c7bbfc06af43c734540b6d84ad29f21010062bbda0428609feaadaa1e2e8","58f12d0cfb52e61ca0cf1fb27456c58adbfde01aa4e843aa7317d469dbd1db75","8bad1310f2a67e1ba9024d237bd6c3492147ac804bf62f934c09e3ea74810fab","98817124fd6c4f60e0b935978c207309459fb71ab112cf514f26f333bf30830e","30112425b2cf042fca1c79c19e35f88f44bfb2e97454527528cd639dd1a460ca","00bd6ebe607246b45296aa2b805bd6a58c859acecda154bfa91f5334d7c175c6","ad036a85efcd9e5b4f7dd5c1a7362c8478f9a3b6c3554654ca24a29aa850a9c5","fedebeae32c5cdd1a85b4e0504a01996e4a8adf3dfa72876920d3dd6e42978e7","bd2e29db92d657e7271f44b8415b564e07b0c9813e77410ff6ea4b1ba1cd2a07","771977a5fb5351b7748e50e6fcd08bee24edfcb6665b886e0514b4ca45e5c961","1c6025e746fefe7f495f7a32280ae092ed303e7390d1f1d07f40acb97be5fb08","129b754c18340a6efc45b10c6fab3323be9c9e0e336c4ec688ed056dfcc1ceca","7207728ba96e6fad9e1f156ffeb696fc7f028e6ea123fbb4afb3b7ab45030d39","f7a4b3579f621654735b0b5da9eb0a0095d3a687a952f86beafe633effad2e36","46e048fbc64cb0d7abc73fb49d5f7245316f8380d57796033d332a90f4e4153e","1311200fea4d709c2c891bd4fc1d2043d9b819dd7398cb809f35353c260a266d","eca0c77affa0d3a7e62d4a3cb12d49c71a401c30736e11043e69c568fce81e77","8a82dce507bf28634a8b30c5f07b3dc30ecdb4362b662bd513c56fd3e36a7add","ae9c02a0ab1bda9c505023a970389fd8b1dc91d5b5d28f8a252b75025bd1c260","ebfeb98df2464609c91975d442b348abf598381a370e558c4c933667af416e75","f8ab0c7a2d65e6ff1a28d400efde8fd6213b7442839339bc342ec200aa1e53e2","198edce742d727250e92387506964628ebe8537ceb5567aa30c97eda11f688c6","b110902239782d189acbe82d917a668660ce2cc143d974901c2b213488581072","fe39515bb188ead8dd2765d74576e5ebe92bb9e86f52fb50ebe2dd5ab7ae09c8","76473bcf4c38aeed6cde4eaaf8dcc808741dbe5280b957b982603a85421163a6","40c4f089842382be316ea12fd4304184b83181ab0a6aa1050d3014d3a34c5f8f","9bc7900e5ecd93822053b8b42ac890c871eee76c7b6cbd2c2561dc1db95f7d0a","2c8e55457aaf4902941dfdba4061935922e8ee6e120539c9801cd7b400fae050","5f02abbb1b17e3d1e68c5eea14adf4705696e6255e2982b010c0dc2a5417b606","670a76db379b27c8ff42f1ba927828a22862e2ab0b0908e38b671f0e912cc5ed","9e0cf651e8e2c5b9bebbabdff2f7c6f8cedd91b1d9afcc0a854cdff053a88f1b","069bebfee29864e3955378107e243508b163e77ab10de6a5ee03ae06939f0bb9","2db0dd3aaa2ed285950273ce96ae8a450b45423aa9da2d10e194570f1233fa6b","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","4967529644e391115ca5592184d4b63980569adf60ee685f968fd59ab1557188","5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","7180c03fd3cb6e22f911ce9ba0f8a7008b1a6ddbe88ccf16a9c8140ef9ac1686","25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","54cb85a47d760da1c13c00add10d26b5118280d44d58e6908d8e89abbd9d7725","3e4825171442666d31c845aeb47fcd34b62e14041bb353ae2b874285d78482aa","c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","a967bfe3ad4e62243eb604bf956101e4c740f5921277c60debaf325c1320bf88","e9775e97ac4877aebf963a0289c81abe76d1ec9a2a7778dbe637e5151f25c5f3","471e1da5a78350bc55ef8cef24eb3aca6174143c281b8b214ca2beda51f5e04a","cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","db3435f3525cd785bf21ec6769bf8da7e8a776be1a99e2e7efb5f244a2ef5fee","c3b170c45fc031db31f782e612adf7314b167e60439d304b49e704010e7bafe5","40383ebef22b943d503c6ce2cb2e060282936b952a01bea5f9f493d5fb487cc7","4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","3a84b7cb891141824bd00ef8a50b6a44596aded4075da937f180c90e362fe5f6","13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","33203609eba548914dc83ddf6cadbc0bcb6e8ef89f6d648ca0908ae887f9fcc5","0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","9f0a92164925aa37d4a5d9dd3e0134cff8177208dba55fd2310cd74beea40ee2","8bfdb79bf1a9d435ec48d9372dc93291161f152c0865b81fc0b2694aedb4578d","2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","d32275be3546f252e3ad33976caf8c5e842c09cb87d468cb40d5f4cf092d1acc","4a0c3504813a3289f7fb1115db13967c8e004aa8e4f8a9021b95285502221bd1",{"version":"e7be367719c613d580d4b27fdf8fe64c9736f48217f4b322c0d63b2971460918","affectsGlobalScope":true},"3d77c73be94570813f8cadd1f05ebc3dc5e2e4fdefe4d340ca20cd018724ee36",{"version":"dd78bfe9dfcadb2c4cd3a3a36df38fb3ef8ed2c601b57f6ad9a29e38a17ff39c","affectsGlobalScope":true},"62f1c00d3d246e0e3cf0224f91e122d560428ec1ccc36bb51d4574a84f1dbad0","53f0960fdcc53d097918adfd8861ffbe0db989c56ffc16c052197bf115da5ed6",{"version":"662163e5327f260b23ca0a1a1ad8a74078aabb587c904fcb5ef518986987eaff","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb",{"version":"f85c06e750743acf31f0cfd3be284a364d469761649e29547d0dd6be48875150","affectsGlobalScope":true},"b0c0d1d13be149f790a75b381b413490f98558649428bb916fd2d71a3f47a134","3c884d9d9ec454bdf0d5a0b8465bf8297d2caa4d853851d92cc417ac6f30b969","0364f8bb461d6e84252412d4e5590feda4eb582f77d47f7a024a7a9ff105dfdc","5433f7f77cd1fd53f45bd82445a4e437b2f6a72a32070e907530a4fea56c30c8","d0ca5d7df114035258a9d01165be309371fcccf0cccd9d57b1453204686d1ed0",{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true},{"version":"9a30b7fefd7f8abbca4828d481c61c18e40fe5ff107e113b1c1fcd2c8dcf2743","affectsGlobalScope":true},"173b6275a81ebdb283b180654890f46516c21199734fed01a773b1c168b8c45c","304f66274aa8119e8d65a49b1cff84cbf803def6afe1b2cc987386e9a9890e22","1b9adafe8a7fefaeaf9099a0e06f602903f6268438147b843a33a5233ac71745","98273274f2dbb79b0b2009b20f74eca4a7146a3447c912d580cd5d2d94a7ae30","c933f7ba4b201c98b14275fd11a14abb950178afd2074703250fe3654fc10cd2","2eaa31492906bc8525aff3c3ec2236e22d90b0dfeee77089f196cd0adf0b3e3b",{"version":"ea455cc68871b049bcecd9f56d4cf27b852d6dafd5e3b54468ca87cc11604e4d","affectsGlobalScope":true},"8f5814f29dbaf8bacd1764aebdf1c8a6eb86381f6a188ddbac0fcbaab855ce52","a63d03de72adfb91777784015bd3b4125abd2f5ef867fc5a13920b5649e8f52b","d20e003f3d518a7c1f749dbe27c6ab5e3be7b3c905a48361b04a9557de4a6900",{"version":"1d4d78c8b23c9ddaaaa49485e6adc2ec01086dfe5d8d4d36ca4cdc98d2f7e74a","affectsGlobalScope":true},{"version":"44fc16356b81c0463cc7d7b2b35dcf324d8144136f5bc5ce73ced86f2b3475b5","affectsGlobalScope":true},"575fb200043b11b464db8e42cc64379c5fd322b6d787638e005b5ee98a64486d","6de2f225d942562733e231a695534b30039bdf1875b377bb7255881f0df8ede8","56249fd3ef1f6b90888e606f4ea648c43978ef43a7263aafad64f8d83cd3b8aa","139ad1dc93a503da85b7a0d5f615bddbae61ad796bc68fedd049150db67a1e26","7b166975fdbd3b37afb64707b98bca88e46577bbc6c59871f9383a7df2daacd1","9eece5e586312581ccd106d4853e861aaaa1a39f8e3ea672b8c3847eedd12f6e","81505c54d7cad0009352eaa21bd923ab7cdee7ec3405357a54d9a5da033a2084","269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","3c1f19c7abcda6b3a4cf9438a15c7307a080bd3b51dfd56b198d9f86baf19447","2ee1645e0df9d84467cfe1d67b0ad3003c2f387de55874d565094464ee6f2927",{"version":"257ff9424de2bf36ba29f928e268cf6075fb7a0c2acd339c9ad7ac64653081d2","affectsGlobalScope":true},{"version":"9cf780e96b687e4bdfd1907ed26a688c18b89797490a00598fa8b8ab683335dd","affectsGlobalScope":true},"98e00f3613402504bc2a2c9a621800ab48e0a463d1eed062208a4ae98ad8f84c","9ae88ce9f73446c24b2d2452e993b676da1b31fca5ceb7276e7f36279f693ed1","e49d7625faff2a7842e4e7b9b197f972633fca685afcf6b4403400c97d087c36","b82c38abc53922b1b3670c3af6f333c21b735722a8f156e7d357a2da7c53a0a0",{"version":"b423f53647708043299ded4daa68d95c967a2ac30aa1437adc4442129d7d0a6c","affectsGlobalScope":true},{"version":"7245af181218216bacb01fbdf51095617a51661f20d77178c69a377e16fb69ed","affectsGlobalScope":true},"4f0fc7b7f54422bd97cfaf558ddb4bca86893839367b746a8f86b60ac7619673","4cdd8b6b51599180a387cc7c1c50f49eca5ce06595d781638fd0216520d98246","d91a7d8b5655c42986f1bdfe2105c4408f472831c8f20cf11a8c3345b6b56c8c",{"version":"8704423bf338bff381ebc951ed819935d0252d90cd6de7dffe5b0a5debb65d07","affectsGlobalScope":true},"7c6929fd7cbf38499b6a600b91c3b603d1d78395046dc3499b2b92d01418b94b",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"a42be67ed1ddaec743582f41fc219db96a1b69719fccac6d1464321178d610fc","d3f2d715f57df3f04bf7b16dde01dec10366f64fce44503c92b8f78f614c1769","b78cd10245a90e27e62d0558564f5d9a16576294eee724a59ae21b91f9269e4a","17f0ae35f62a9586cade6c10e5a0d61362257b8e03e661c49ca417e4f3da857d","2f5747b1508ccf83fad0c251ba1e5da2f5a30b78b09ffa1cfaf633045160afed",{"version":"a45c25e77c911c1f2a04cade78f6f42b4d7d896a3882d4e226efd3a3fcd5f2c4","affectsGlobalScope":true},"b71c603a539078a5e3a039b20f2b0a0d1708967530cf97dec8850a9ca45baa2b","0e13570a7e86c6d83dd92e81758a930f63747483e2cd34ef36fcdb47d1f9726a","104c67f0da1bdf0d94865419247e20eded83ce7f9911a1aa75fc675c077ca66e","cc0d0b339f31ce0ab3b7a5b714d8e578ce698f1e13d7f8c60bfb766baeb1d35c","5c45abf1e13e4463eacfd5dedda06855da8748a6a6cb3334f582b52e219acc04","62f2d6b25ff2f5a3e73023781800892ff84ea55e9f97c1b23e1a32890a0d1487","858c5fcc43edd48a3795281bd611d0ccc0ff9d7fdce15007be9e30dad87feb8e","7d1466792b53ca98aa82a54dbed78b778a3996d4cbda4c1f3ba3e2ed7ba5683a","1828d8c12af983359ea7d8b87ec847bbaf0f7e6f3c62fb306098467720072354",{"version":"5e2485f40a10d12efc03acf267bee528620075f8dc9f0cb0b570bcb9709ba14e","affectsGlobalScope":true},"aa9e4a9713ef35a17d2c37648e6bca646b94d80e8109b792c6e199f2d76803ce","02d40a867567059ad385de906f54bc57a1636461d3b89fad09536d364e88608d","335090b351b8c70862073002adb63a2e07c5d889da07280d661e05157d13ae60","be4edee7faef770940cc2b04fb7a14a70a74ad2566214e2f801e76e8c773252c","09c0d3beedab6b4fbc35d9d7249086dfde738d26550bbbccab2ad527f6569cb2","b4245d9dae00de76458c93cb0f119bfeec97dc66056a1566ffe0cf9ea5ca2853","08a255fa9aa10da34658c390334e742898ca7eba895c5139e83e3fad86c4ca7a","88be15d094531f48904548d10c6f31ceb1033f430b1e595f0c5823d0ab429df7","d7abe8c2ec05ff0da2167c740758e8b2d0231815b7811d96c1defe1a15ed3335","4c48972138a594d448dc91a0f7a05cfb31d520ca1e4f9f115753f374d2934ecc","1439c99fb54448231df26770ed89005e6bab6723f0432f49363469c08ea4a598","721dbad6731fc8eb835c8d3a7709320d48a37ead7a8d518412a092baeb8783ea","5197e8483452ae79b2d1c1bb399b88a1331c366d817d2e4530d4c354d6918e01","8ca0d7972301905456c12d08f3a6eb329879141543bcdd2e5834a6788b19e8a7","89f9254374fc0ebdb34233734ed329d45b9a3df747d9008b7211c0db4c04a91e","b4e0f4e360ed5720b24e1813536b34011a9aa0bb67a7a54cccafe7fa2219e9f5","7c0ff6d919d5a6cab3bf2e7a6888aed0cc4bf51587022b27a4c2eff9abca25b3","085c353668c39f1ad2dbc6a28147b0b490e952a6a5ad0ae6d725a2202f29a9a1","950eab76481b5f1179282ca7d4497142ee39f53278c6cd9c9cffa763c68a9d3d","d65136b062dac7ffef05593857d0f6ce3a3e7455fe5ee692252f0651a4871f0c","6263b6c4e7434c7733ac4246e32bc08b06611de61441f9ffc7c9f8f6500c4484","52f8cdc30cec6147f1a9c87940f4903224f58d24c0a1ef63d689749afb7df9f5","300a0cf11bbf2f9bcb2884cf8e202600df9e5905655d1c5fb487a73ff3b0c58b","695268a3a00ccd3249033c1f280b65aa513ce00b36edd04be2ac501aa944e0fa","a6d550294d9957f79e5a5ac30cfc426572a3bdde22610ef3cc2d371dd63de540","a081b50217fc300d5fdca7faa20ca28fc0b6534a2c696794a91850b99bc1e6e7","eeff27ee9fce4bb0df9e592aebca58a922b4e946eba90c8d1ba4d51ebcc23e6f","91b4ce96f6ad631a0a6920eb0ab928159ff01a439ae0e266ecdc9ea83126a195","e3448881d526bfca052d5f9224cc772f61d9fc84d0c52eb7154b13bd4db9d8b2","e348f128032c4807ad9359a1fff29fcbc5f551c81be807bfa86db5a45649b7ba","42f4d7040a48e5b9c9b20b5f17a04c381676211bdb0b5a580a183cf5908664be","ad4d2c881a46db2a93346d760aa4e5e9f7d79a87e4b443055f5416b10dbe748c","c2fc483dea0580d1266c1500f17e49a739ca6cfe408691da638ddc211dfffad0","7c31a2b77ae042fb1f057c21367e730f364849ae8fa1d72f5a9936cef963a8b2","650d4007870fee41b86182e7965c6fb80283388d0ba8882ce664cc311a2840b5","67c8b8aeafe28988d5e7a1ce6fe1b0e57fae57af15e96839b3b345835e3aed9c","c16c3b97930e8fbf05022024f049d51c998dd5eb6509047e1f841777968e85c1","b512c143a2d01012a851fdf2d739f29a313e398b88ac363526fb2adddbabcf95","535b2fc8c89091c20124fe144699bb4a96d5db4418a1594a9a0a6a863b2195ae","dd5165bf834f6e784b4aad9fae6d84307c19f140829e4c6c4123b2d1a707d8bd","7ee6cd3fbeb95b580c5447f49129a4dc1604bfc96defe387a76f96884d59f844","21575cdeaca6a2c2a0beb8c2ecbc981d9deb95f879f82dc7d6e325fe8737b5ba","33398d82c7ed8379f358940786903643fbaa0121e3b589a2a9946b5e367d73b5","faba53dda443d501f30e2d92ed33a8d11f88b420b0e2f03c5d7d62ebe9e7c389","3eb7d541136cd8b66020417086e4f481fb1ae0e2b916846d43cbf0b540371954","9ff4b9f562c6b70f750ca1c7a88d460442f55007843531f233ab827c102ac855","4f4cbbada4295ab9497999bec19bd2eea1ede9212eb5b4d0d6e529df533c5a4b","cf81fae6e5447acb74958bc8353b0d50b6700d4b3a220c9e483f42ca7a7041aa","92f6f02b25b107a282f27fde90a78cbd46e21f38c0d7fc1b67aea3fff35f083e","479eec32bca85c1ff313f799b894c6bb304fdab394b50296e6efe4304d9f00aa","27c37f4535447fb3191a4c1bd9a5fcab1922bec4e730f13bace2cfa25f8d7367","3e9b3266a6b9e5b3e9a293c27fd670871753ab46314ce3eca898d2bcf58eb604","e52d722c69692f64401aa2dacea731cf600086b1878ed59e476d68dae094d9aa","149518c823649aa4d7319f62dee4bc9e45bffe92cecc6b296c6f6f549b7f3e37","039bd8d1e0d151570b66e75ee152877fb0e2f42eca43718632ac195e6884be34","89fb1e22c3c98cbb86dc3e5949012bdae217f2b5d768a2cc74e1c4b413c25ad2","63dc17915a4c86254377b47d739e035e9651ec43535666b09df8f5c19cc0097b","3d41d58ff51dc287c2ea5d7bf579426cbc27ae3de2c80f69890f01d5c5a759e1","16ddb2cde9c2d568c256665b0c2090a9e6a82b415632100e498845d0de5e74e5","89905761e50cc05e7526044d45b274604bb2a493958e2daf6ebc32dee45d2b64","ef0798fa1278921875c604b5f22e3dcd7585127a100a065a2c1dfbae079a1c4e","bfc4a61a1cb883d628060583d4308ee3610bf5559973ac114bc43de7a9f6e195","9692668d35a67e664c4d4c5aa6fc83375015d9406bef9000ef42f9ecaf66a8c9","fa8949767d05f004ba7cd801e2ad9101a3a1ad179038b7ccf4bc28ba5abe9e42","95682a8f982dbc29321f4c1967d2c3a312130cbf66a791b3a3e6f773d35f0fc1","ce66e9b3b039e3d594f3b82325aaffbd270f5d1d9bff41bdde56feebfa537f32","07ab53ea9fe0fdf2d947b63e5f084ff5b533d8780008371558791bb27cb1b884","ddca9a230e05112813072efd97e78139500c17cdc42bbd83d4a9a0c826e24236","b415e39258499083e98de018eb757c78f37b3cd81f84f7b7ec744c2833232f24","605e7ff786eb668c039231086f31b2baa0cdba2027abe929ce8025d9237e0d52","28bfd048213fe9cc991771ac30dd20ada91d9298f409a13437e5303fae30c299","635f7176415c10ebca03ba6003b633512adb9c44f9d309a9da29f529dc3518cc","d4126cf5077bd4bd925859d5b8b449a99100262c7f8e5d22c34760b063892fc5","5beaa5c7eeb2ffa875da329415a545fd44a4f1ca9628e828fe6e2a9626dfdafb","93a146cecd68efbf907f2fb3dd52346451e064cd565565d387015aa93df1bfcb","a3f7cc3d783ef70b3e58e8b08422bf6d70f20cf2fbe01c03dbb7622f12464982","08f9af0376fec9a63bad17e18573001f812caa9734588d991be277a7004575c8","d97ac2020cbfcdccbe13ed88e78b0568ba53956d698910ad32e404e534e0f5ed","818e6651cc8e31cf60230ab03988e1333720e4d5cb62fbd83d3ea9e98a026feb","06ebc6816cc0394e334f12bfccaf98eeda650124ec5eb4fb43747e024c5bcfc3","394394eec8bc291e2d9dc4825534f22309a43c8fb098d9cd049735c82df5ba04","f8d9f1c2d2d9ec5799864c6a88eafabee510591f1eccc5bce45038e1a376868e","a0773c539ad5dc3fd001485d9d82c44b590cfa692047bd59693df0e2fc4da908","97f5fb0bb05e1471edfe01ed538028840606af36b71e5cf32d0fa5c2e6f2e80f","527b55e8c10850322585c3eff8fd19bcc645f68225f01fab9e53f1839e9dec91","8547b5389bfb67c8dc34447bb04145a2c6ad57fa37ad50186b9b577ff637b7a1","45f300182e7ba9d450241649a169721a7f0da5eb3084cf21d7e27cba7af00e0b","d2ac07f39e22703eb4358d094814b56d6d1d6413e38f7eb10ecf17fb3086330d","afdb71f4471ae223c059cbfd9d7b61bc36129f2bdfea18c03dac18c931e81771","2b277ffad9d249a5fe0fe0674d05a4fbe659dad467f3260ac083614331fd0371","52f164e42335322df781436ba1ffb4ccb846dda96949763a984be5c8a1b97737","470aa85d326267503a5b6612cf41fa6c5ccb4be2c5928e43cb5459c03421e0f0","9a236fe931201c30bac22326c0ab1b615994e1657b36e987975e9f62e517fc9d","91ef5ccf8c673a92e5598e8bdaac3b43f27cae84f61f87a689034e0921d51989","2ee5fe620aa11c05d73464629ed85410a58e9013226de5d43eb19268bdbd654e","be8f39e0a275e2c06f7bddd1ac7d903b662ee5ad1ceac5b066418730b0bb24bc","6f5bafb8e4c43e185d51317a9e508d7223fb412943d256dc82ebc071129b8aca","e4db400c475417148509967a922704375590634b248e9f7d283d5dca08842849","5cc9f4faee8e2f1dd219373d5b0019511cb5c98e29d5722b29e61fae92060a2b","f38f96e3284706964c9f0055d5407fe11b54b2577d4556d11c47ca2cb890fe8e","d37e0ab90076c5b46eabebae1c63fe62895b0a396e7528c1b7a09231ef088ba1","2826aa151f79df039a8ea3004c3943444f68c1389d0b4ba2e68bbf23bf83f28e","f9400116b5350ea13461ef01d3cdf1f36eaaa4a76bcad68c39eb55735d668ab7","81ef735938dc0951a9936fc7ecaf0f1c9b679ae77018a87cc503639261a2ed04","4e1dbc2190cf0bb17aaa7474681acda33fa040804021131e9d44e8bb9d4653bb","25580664ea3cf82eeef8f9691d670034ec3e79c928c44dd9a9b02313d8bc5972","2e7cd3663493eb831af419e646e2c13842f4d7150b603c70c6058dccb254aad6","8f8aa29d9a541b4a8af444d3bc303e19a55e320efbff219b1ebc5c1e202cd76d","5d3f22f15de4a5353ebdf876f3b8eaf9fc2d4f4cd484ebc0d776781e2b24acfd","ae77d81a5541a8abb938a0efedf9ac4bea36fb3a24cc28cfa11c598863aba571","c269a12e83c5ffc0332b1f245008e4e621e483dd2f8b9b77fc6a664fcde4969d","68cc8d6fcc2f270d7108f02f3ebc59480a54615be3e09a47e14527f349e9d53e","3eb11dbf3489064a47a2e1cf9d261b1f100ef0b3b50ffca6c44dd99d6dd81ac1","6382638cfd6a8f05ac8277689de17ba4cd46f8aacefd254a993a53fde9ddc797",{"version":"8deffe6a16ad21ba5787f738ef7f184fe5f4da9cd5ae948ffe853da2348e9aad","affectsGlobalScope":true},"9dffc5c0859e5aeba5e40b079d2f5e8047bdff91d0b3477d77b6fb66ee76c99d","a1c79f857f5c7754e14c93949dad8cfefcd7df2ecc0dc9dd79a30fd493e28449","f3d8c757e148ad968f0d98697987db363070abada5f503da3c06aefd9d4248c1","a4a39b5714adfcadd3bbea6698ca2e942606d833bde62ad5fb6ec55f5e438ff8","bbc1d029093135d7d9bfa4b38cbf8761db505026cc458b5e9c8b74f4000e5e75","1f68ab0e055994eb337b67aa87d2a15e0200951e9664959b3866ee6f6b11a0fe","89121c1bf2990f5219bfd802a3e7fc557de447c62058d6af68d6b6348d64499a","79b4369233a12c6fa4a07301ecb7085802c98f3a77cf9ab97eee27e1656f82e6","ee65fe452abe1309389c5f50710f24114e08a302d40708101c4aa950a2a7d044","96d14f21b7652903852eef49379d04dbda28c16ed36468f8c9fa08f7c14c9538","ff81bffa4ecfceae2e86b5920c3fcb250b66b1d6ed72944dffdf58123be2481b","458111fc89d11d2151277c822dfdc1a28fa5b6b2493cf942e37d4cd0a6ee5f22","da2b6356b84a40111aaecb18304ea4e4fcb43d70efb1c13ca7d7a906445ee0d3","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","aa2c18a1b5a086bbcaae10a4efba409cc95ba7287d8cf8f2591b53704fea3dea","6f294731b495c65ecf46a5694f0082954b961cf05463bea823f8014098eaffa0","0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","bdf0ed7d9ebae6175a5d1b4ec4065d07f8099379370a804b1faff05004dc387d","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","b03afe4bec768ae333582915146f48b161e567a81b5ebc31c4d78af089770ac9","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9","4f6a12044ee6f458db11964153830abbc499e73d065c51c329ec97407f4b13dd","d4a22007b481fe2a2e6bfd3a42c00cd62d41edb36d30fc4697df2692e9891fc8","f8a6bb79327f4a6afc63d28624654522fc80f7536efa7a617ef48200b7a5f673","8e0733c50eaac49b4e84954106acc144ec1a8019922d6afcde3762523a3634af","916be7d770b0ae0406be9486ac12eb9825f21514961dd050594c4b250617d5a8","5aca5a3bc07d2e16b6824a76c30378d6fb1b92e915d854315e1d1bd2d00974c9","cf3d384d082b933d987c4e2fe7bfb8710adfd9dc8155190056ed6695a25a559e","9871b7ee672bc16c78833bdab3052615834b08375cb144e4d2cba74473f4a589","c863198dae89420f3c552b5a03da6ed6d0acfa3807a64772b895db624b0de707","8b03a5e327d7db67112ebbc93b4f744133eda2c1743dbb0a990c61a8007823ef","86c73f2ee1752bac8eeeece234fd05dfcf0637a4fbd8032e4f5f43102faa8eec","42fad1f540271e35ca37cecda12c4ce2eef27f0f5cf0f8dd761d723c744d3159","ff3743a5de32bee10906aff63d1de726f6a7fd6ee2da4b8229054dfa69de2c34","83acd370f7f84f203e71ebba33ba61b7f1291ca027d7f9a662c6307d74e4ac22","1445cec898f90bdd18b2949b9590b3c012f5b7e1804e6e329fb0fe053946d5ec","0e5318ec2275d8da858b541920d9306650ae6ac8012f0e872fe66eb50321a669","cf530297c3fb3a92ec9591dd4fa229d58b5981e45fe6702a0bd2bea53a5e59be","c1f6f7d08d42148ddfe164d36d7aba91f467dbcb3caa715966ff95f55048b3a4","f4e9bf9103191ef3b3612d3ec0044ca4044ca5be27711fe648ada06fad4bcc85","0c1ee27b8f6a00097c2d6d91a21ee4d096ab52c1e28350f6362542b55380059a","7677d5b0db9e020d3017720f853ba18f415219fb3a9597343b1b1012cfd699f7","bc1c6bc119c1784b1a2be6d9c47addec0d83ef0d52c8fbe1f14a51b4dfffc675","52cf2ce99c2a23de70225e252e9822a22b4e0adb82643ab0b710858810e00bf1","770625067bb27a20b9826255a8d47b6b5b0a2d3dfcbd21f89904c731f671ba77","d1ed6765f4d7906a05968fb5cd6d1db8afa14dbe512a4884e8ea5c0f5e142c80","799c0f1b07c092626cf1efd71d459997635911bb5f7fc1196efe449bba87e965","2a184e4462b9914a30b1b5c41cf80c6d3428f17b20d3afb711fff3f0644001fd","9eabde32a3aa5d80de34af2c2206cdc3ee094c6504a8d0c2d6d20c7c179503cc","397c8051b6cfcb48aa22656f0faca2553c5f56187262135162ee79d2b2f6c966","a8ead142e0c87dcd5dc130eba1f8eeed506b08952d905c47621dc2f583b1bff9","a02f10ea5f73130efca046429254a4e3c06b5475baecc8f7b99a0014731be8b3","c2576a4083232b0e2d9bd06875dd43d371dee2e090325a9eac0133fd5650c1cb","4c9a0564bb317349de6a24eb4efea8bb79898fa72ad63a1809165f5bd42970dd","f40ac11d8859092d20f953aae14ba967282c3bb056431a37fced1866ec7a2681","cc11e9e79d4746cc59e0e17473a59d6f104692fd0eeea1bdb2e206eabed83b03","b444a410d34fb5e98aa5ee2b381362044f4884652e8bc8a11c8fe14bbd85518e","c35808c1f5e16d2c571aa65067e3cb95afeff843b259ecfa2fc107a9519b5392","14d5dc055143e941c8743c6a21fa459f961cbc3deedf1bfe47b11587ca4b3ef5","a3ad4e1fc542751005267d50a6298e6765928c0c3a8dce1572f2ba6ca518661c","f237e7c97a3a89f4591afd49ecb3bd8d14f51a1c4adc8fcae3430febedff5eb6","3ffdfbec93b7aed71082af62b8c3e0cc71261cc68d796665faa1e91604fbae8f","662201f943ed45b1ad600d03a90dffe20841e725203ced8b708c91fcd7f9379a","c9ef74c64ed051ea5b958621e7fb853fe3b56e8787c1587aefc6ea988b3c7e79","2462ccfac5f3375794b861abaa81da380f1bbd9401de59ffa43119a0b644253d","34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","7d8ddf0f021c53099e34ee831a06c394d50371816caa98684812f089b4c6b3d4","7d2b7fe4adb76d8253f20e4dbdce044f1cdfab4902ec33c3604585f553883f7d"],"root":[[51,64],[67,80],[82,92],[98,113],[235,251],[281,330],332,333],"options":{"allowJs":true,"allowSyntheticDefaultImports":true,"declaration":true,"esModuleInterop":true,"jsx":1,"module":99,"noImplicitAny":true,"noImplicitReturns":true,"noImplicitThis":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./","skipLibCheck":true,"strict":false,"strictNullChecks":true,"target":1},"fileIdsList":[[116],[220,221,222],[220],[233],[212,224,225,226,227,228,229,230,231,232],[224,227],[224],[212],[224,225,226,227,229,230],[224,225,226],[50,115,121,174,219,223],[116,117,118,119,120],[116,118],[174,209,217],[174,209],[160,209],[336],[341,344],[341,342,343],[344],[171,174,209,211,212,213],[212,214,216,218],[346],[350,352,353,354,355,356,357,358,359,360,361,362],[350,351,353,354,355,356,357,358,359,360,361,362],[351,352,353,354,355,356,357,358,359,360,361,362],[350,351,352,354,355,356,357,358,359,360,361,362],[350,351,352,353,355,356,357,358,359,360,361,362],[350,351,352,353,354,356,357,358,359,360,361,362],[350,351,352,353,354,355,357,358,359,360,361,362],[350,351,352,353,354,355,356,358,359,360,361,362],[350,351,352,353,354,355,356,357,359,360,361,362],[350,351,352,353,354,355,356,357,358,360,361,362],[350,351,352,353,354,355,356,357,358,359,361,362],[350,351,352,353,354,355,356,357,358,359,360,362],[350,351,352,353,354,355,356,357,358,359,360,361],[364,365],[122],[158],[159,164,193],[160,165,171,172,179,190,201],[160,161,171,179],[162,202],[163,164,172,180],[164,190,198],[165,167,171,179],[158,166],[167,168],[171],[169,171],[158,171],[171,172,173,190,201],[171,172,173,186,190,193],[156,159,206],[167,171,174,179,190,201],[171,172,174,175,179,190,198,201],[174,176,190,198,201],[122,123,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208],[171,177],[178,201,206],[167,171,179,190],[180],[181],[158,182],[179,180,183,200,206],[184],[185],[171,186,187],[186,188,202,204],[159,171,190,191,192,193],[159,190,192],[190,191],[193],[194],[190],[171,196,197],[196,197],[164,179,190,198],[199],[179,200],[159,174,185,201],[164,202],[190,203],[178,204],[205],[159,164,171,173,182,190,201,204,206],[190,207],[50],[50,65],[47,48,49],[368,407],[368,392,407],[407],[368],[368,393,407],[368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406],[393,407],[172,190,209,210],[174,209,211,215],[114],[50,93,94],[50,93],[93,94,95],[96],[50,266],[266,267,268,270,271,272,273,274,275,276,279],[266],[269],[50,264,266],[261,262,264],[257,260,262,264],[261,264],[50,252,253,254,257,258,259,261,262,263,264],[254,257,258,259,260,261,262,263,264,265],[261],[255,261,262],[255,256],[260,262,263],[260],[252,257,262,263],[277,278],[133,137,201],[133,190,201],[128],[130,133,198,201],[179,198],[209],[128,209],[130,133,179,201],[125,126,129,132,159,171,190,201],[125,131],[129,133,159,193,201,209],[159,209],[149,159,209],[127,128,209],[133],[127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,148,150,151,152,153,154,155],[133,140,141],[131,133,141,142],[132],[125,128,133],[133,137,141,142],[137],[131,133,136,201],[125,130,131,133,137,140],[159,190],[128,133,149,159,206,209],[50,90],[50,112],[50,52,234],[50,53],[50,62],[50,54],[50,55],[51,52,53,54,55,56,57,58,59,60,62],[50,60],[50,56],[50,51],[50,57],[50,58],[50,59],[50,61],[61],[50,73],[50,63,72],[73],[80],[50,80],[75,76,77],[50,75,280],[50,68,71,74],[50,77],[50,76,280],[78],[50,78],[79],[50,79],[50,83],[50,68,71,81],[82,83],[50,82],[50,71,81],[50,84],[50,85],[84,85,86],[50,86],[50,64],[64,68,69,70,71],[50,68],[50,67],[50,69],[50,70],[50,71],[50,87],[87,88,89],[50,88],[50,89],[50,91],[50,55,84,86,90],[91],[50,108],[108],[50,92],[92],[50,100],[50,72,99],[100],[50,105],[50,61,68],[105],[50,101],[101],[50,98],[50,55,86,97],[98],[50,102],[50,55,72,86],[102],[50,103],[103],[99],[50,99],[109],[50,109],[50,86,97],[106],[50,106],[50,68,79],[107],[50,107],[50,68,82],[104],[50,104,331],[50,51,57,78,81],[51,52,53,54,55,56,57,58,59,60,61,64,68,69,70,71,73,75,76,77,78,79,80,82,83,84,85,86,87,88,89,91,92,98,99,100,101,102,103,104,105,106,107,108,109],[50,66]],"referencedMap":[[118,1],[223,2],[221,3],[222,3],[234,4],[233,5],[228,6],[230,7],[226,7],[232,8],[229,7],[231,9],[227,10],[224,11],[121,12],[117,1],[119,13],[120,1],[218,14],[217,15],[335,16],[337,17],[345,18],[344,19],[343,20],[214,21],[219,22],[347,23],[351,24],[352,25],[350,26],[353,27],[354,28],[355,29],[356,30],[357,31],[358,32],[359,33],[360,34],[361,35],[362,36],[363,23],[365,37],[122,38],[123,38],[158,39],[159,40],[160,41],[161,42],[162,43],[163,44],[164,45],[165,46],[166,47],[167,48],[168,48],[170,49],[169,50],[171,51],[172,52],[173,53],[157,54],[174,55],[175,56],[176,57],[209,58],[177,59],[178,60],[179,61],[180,62],[181,63],[182,64],[183,65],[184,66],[185,67],[186,68],[187,68],[188,69],[190,70],[192,71],[191,72],[193,73],[194,74],[195,75],[196,76],[197,77],[198,78],[199,79],[200,80],[201,81],[202,82],[203,83],[204,84],[205,85],[206,86],[207,87],[65,88],[81,88],[66,89],[50,90],[392,91],[393,92],[368,93],[371,93],[390,91],[391,91],[381,91],[380,94],[378,91],[373,91],[386,91],[384,91],[388,91],[372,91],[385,91],[389,91],[374,91],[375,91],[387,91],[369,91],[376,91],[377,91],[379,91],[383,91],[394,95],[382,91],[370,91],[407,96],[401,95],[403,97],[402,95],[395,95],[396,95],[398,95],[400,95],[404,97],[405,97],[397,97],[399,97],[211,98],[216,99],[115,100],[95,101],[94,102],[96,103],[97,104],[267,105],[268,105],[280,106],[269,107],[270,108],[265,109],[263,110],[258,111],[262,112],[260,113],[266,114],[255,115],[256,116],[257,117],[259,118],[261,119],[264,120],[271,107],[272,107],[273,107],[274,105],[275,107],[276,107],[253,107],[279,121],[278,107],[140,122],[147,123],[139,122],[154,124],[131,125],[130,126],[153,127],[148,128],[151,129],[133,130],[132,131],[128,132],[127,133],[150,134],[129,135],[134,136],[138,136],[156,137],[155,136],[142,138],[143,139],[145,140],[141,141],[144,142],[149,127],[136,143],[137,144],[146,145],[126,146],[152,147],[111,148],[90,88],[113,149],[112,88],[235,150],[52,88],[236,151],[53,88],[237,152],[62,88],[238,153],[54,88],[239,154],[55,88],[63,155],[240,156],[60,88],[241,157],[56,88],[242,158],[51,88],[243,159],[57,88],[244,160],[58,88],[245,161],[59,88],[246,162],[61,88],[247,163],[248,164],[73,165],[249,166],[251,167],[250,168],[80,165],[284,169],[281,170],[75,171],[282,172],[77,88],[283,173],[76,171],[286,174],[285,175],[78,88],[288,176],[287,177],[79,88],[289,178],[83,179],[291,180],[290,181],[82,182],[292,183],[84,88],[293,184],[85,88],[295,185],[294,186],[86,88],[296,187],[64,88],[72,188],[297,189],[68,190],[298,191],[69,88],[299,192],[70,88],[300,193],[71,88],[301,194],[87,88],[304,195],[302,196],[88,88],[303,197],[89,88],[305,198],[91,199],[306,200],[307,201],[108,193],[308,202],[309,203],[92,186],[310,204],[311,205],[100,206],[312,207],[313,208],[105,209],[314,210],[315,211],[101,206],[316,212],[317,213],[98,214],[318,215],[319,216],[102,217],[320,218],[321,219],[103,214],[322,220],[324,221],[323,222],[99,88],[326,223],[325,224],[109,225],[328,226],[327,227],[106,228],[330,229],[329,230],[107,231],[333,232],[332,233],[104,234],[110,235],[67,236]],"affectedFilesPendingEmit":[111,90,113,112,235,52,236,53,237,62,238,54,239,55,63,240,60,241,56,242,51,243,57,244,58,245,59,246,61,247,248,73,249,251,250,80,284,281,75,282,77,283,76,286,285,78,288,287,79,289,83,291,290,82,292,84,293,85,295,294,86,296,64,72,297,68,298,69,299,70,300,71,301,87,304,302,88,303,89,305,91,306,307,108,308,309,92,310,311,100,312,313,105,314,315,101,316,317,98,318,319,102,320,321,103,322,324,323,99,326,325,109,328,327,106,330,329,107,333,332,104,110,74,67]},"version":"5.5.4"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "0.1.68",
3
+ "version": "0.1.69",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -1,9 +0,0 @@
1
- import React from "react";
2
- import "./ActionCircleButton.css";
3
- interface ActionCircleButtonProps {
4
- status: "approved" | "rejected" | "dual";
5
- onApprove?: () => void;
6
- onReject?: () => void;
7
- }
8
- declare const ActionCircleButton: React.FC<ActionCircleButtonProps>;
9
- export default ActionCircleButton;
@@ -1,23 +0,0 @@
1
- import React from "react";
2
- import "./ActionCircleButton.css";
3
- var ActionCircleButton = function (_a) {
4
- var status = _a.status, onApprove = _a.onApprove, onReject = _a.onReject;
5
- if (status === "approved") {
6
- return (React.createElement("button", { className: "approved-circle", onClick: onApprove },
7
- React.createElement("span", { className: "allaw-icon-check approved-icon" })));
8
- }
9
- if (status === "rejected") {
10
- return (React.createElement("button", { className: "rejected-circle", onClick: onReject },
11
- React.createElement("span", { className: "allaw-icon-close rejected-icon" })));
12
- }
13
- if (status === "dual") {
14
- return (React.createElement("div", { className: "dual-button" },
15
- React.createElement("button", { className: "dual-rejected-icon", onClick: onReject },
16
- React.createElement("span", { className: "allaw-icon-close" })),
17
- React.createElement("span", { className: "separator" }),
18
- React.createElement("button", { className: "dual-approved-icon", onClick: onApprove },
19
- React.createElement("span", { className: "allaw-icon-check" }))));
20
- }
21
- return null;
22
- };
23
- export default ActionCircleButton;
@@ -1,10 +0,0 @@
1
- import React from "react";
2
- import "./AgendaSlot.css";
3
- interface AgendaSlotProps {
4
- time: string;
5
- appearance: "pro" | "hybride" | "user";
6
- isDisabled?: boolean;
7
- onClick?: () => void;
8
- }
9
- declare const AgendaSlot: React.FC<AgendaSlotProps>;
10
- export default AgendaSlot;
@@ -1,7 +0,0 @@
1
- import React from "react";
2
- import "./AgendaSlot.css";
3
- var AgendaSlot = function (_a) {
4
- var time = _a.time, appearance = _a.appearance, _b = _a.isDisabled, isDisabled = _b === void 0 ? false : _b, onClick = _a.onClick;
5
- return (React.createElement("div", { className: "agenda-slot ".concat(appearance, " ").concat(isDisabled ? "disabled" : ""), onClick: !isDisabled ? onClick : undefined }, time));
6
- };
7
- export default AgendaSlot;
@@ -1,8 +0,0 @@
1
- import React from "react";
2
- import "./FavoriteToggle.css";
3
- export interface FavoriteToggleProps {
4
- isFavorite: boolean;
5
- onToggle: (isFavorite: boolean) => void;
6
- }
7
- declare const FavoriteToggle: React.FC<FavoriteToggleProps>;
8
- export default FavoriteToggle;
@@ -1,11 +0,0 @@
1
- import React from "react";
2
- import "./FavoriteToggle.css";
3
- var FavoriteToggle = function (_a) {
4
- var isFavorite = _a.isFavorite, onToggle = _a.onToggle;
5
- var handleToggle = function () {
6
- onToggle(!isFavorite);
7
- };
8
- return (React.createElement("div", { className: "favorite-toggle", onClick: handleToggle },
9
- React.createElement("i", { className: "icon ".concat(isFavorite ? "favorite allaw-icon-star-fill" : "not-favorite allaw-icon-star-unfill") })));
10
- };
11
- export default FavoriteToggle;
@@ -1,9 +0,0 @@
1
- import React from "react";
2
- import "./FilterButton.css";
3
- import "../../../styles/global.css";
4
- export interface FilterButtonProps {
5
- label: string;
6
- isActive: boolean;
7
- }
8
- declare const FilterButton: React.FC<FilterButtonProps>;
9
- export default FilterButton;
@@ -1,9 +0,0 @@
1
- import React from "react";
2
- import "./FilterButton.css";
3
- import "../../../styles/global.css";
4
- var FilterButton = function (_a) {
5
- var label = _a.label, isActive = _a.isActive;
6
- return (React.createElement("button", { className: "filter-button ".concat(isActive ? "filter-button-active" : "filter-button-inactive") },
7
- React.createElement("span", { className: "filter-button-label" }, label)));
8
- };
9
- export default FilterButton;
@@ -1,9 +0,0 @@
1
- import React from "react";
2
- export type FilterButtonPrimaryProps = {
3
- onClick: any;
4
- zIndex?: string;
5
- children: any;
6
- props?: any;
7
- };
8
- declare function FilterButtonPrimary({ onClick, zIndex, children, ...props }: FilterButtonPrimaryProps | any): React.JSX.Element;
9
- export default FilterButtonPrimary;
@@ -1,46 +0,0 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
- var __rest = (this && this.__rest) || function (s, e) {
13
- var t = {};
14
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
- t[p] = s[p];
16
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
- t[p[i]] = s[p[i]];
20
- }
21
- return t;
22
- };
23
- import React from "react";
24
- function FilterButtonPrimary(_a) {
25
- var onClick = _a.onClick, _b = _a.zIndex, zIndex = _b === void 0 ? "100" : _b, children = _a.children, props = __rest(_a, ["onClick", "zIndex", "children"]);
26
- return (React.createElement("button", __assign({ style: {
27
- fontWeight: "600",
28
- backgroundColor: "var(--primary-light-grey, #F4F7FB)",
29
- padding: "10px",
30
- borderRadius: "5px",
31
- fontSize: "14px",
32
- textWrap: "nowrap",
33
- border: "1px solid var(--primary-venom-grey, #E6EDF5)",
34
- position: "sticky",
35
- color: "#000",
36
- display: "flex",
37
- cursor: "pointer",
38
- flexDirection: "row",
39
- gap: "0.5rem",
40
- alignItems: "center",
41
- zIndex: zIndex,
42
- }, onClick: function () { return onClick && onClick(); } }, props),
43
- React.createElement("i", { className: "allaw-icon-filter", style: { fontSize: "14px", color: "#25BEEB" } }),
44
- children));
45
- }
46
- export default FilterButtonPrimary;
@@ -1,14 +0,0 @@
1
- import React from "react";
2
- import "./GhostButton.css";
3
- import "../../../styles/global.css";
4
- export interface GhostButtonProps {
5
- startIcon?: React.ReactNode;
6
- endIcon?: React.ReactNode;
7
- label: string;
8
- variant?: boolean;
9
- startIconName?: string;
10
- endIconName?: string;
11
- onClick?: () => void;
12
- }
13
- declare const GhostButton: React.FC<GhostButtonProps>;
14
- export default GhostButton;
@@ -1,11 +0,0 @@
1
- import React from "react";
2
- import "./GhostButton.css";
3
- import "../../../styles/global.css";
4
- var GhostButton = function (_a) {
5
- var startIcon = _a.startIcon, endIcon = _a.endIcon, label = _a.label, _b = _a.variant, variant = _b === void 0 ? false : _b, startIconName = _a.startIconName, endIconName = _a.endIconName, onClick = _a.onClick;
6
- return (React.createElement("button", { className: "ghost-button ".concat(variant ? "ghost-button-variant" : "ghost-button-default"), onClick: onClick },
7
- startIcon && React.createElement("span", { className: "ghost-button-icon ".concat(startIconName) }),
8
- React.createElement("span", { className: "ghost-button-label" }, label),
9
- endIcon && React.createElement("span", { className: "ghost-button-icon ".concat(endIconName) })));
10
- };
11
- export default GhostButton;
@@ -1,11 +0,0 @@
1
- import React from "react";
2
- import "./IconButton.css";
3
- import "../../../styles/global.css";
4
- export interface IconButtonProps {
5
- style: "smallFilled" | "largeFilled" | "mediumOutline" | "iconOnly";
6
- iconName: string;
7
- color?: string;
8
- onClick?: () => void;
9
- }
10
- declare const IconButton: React.FC<IconButtonProps>;
11
- export default IconButton;
@@ -1,14 +0,0 @@
1
- import React from "react";
2
- import "./IconButton.css";
3
- import "../../../styles/global.css";
4
- var IconButton = function (_a) {
5
- var style = _a.style, iconName = _a.iconName, _b = _a.color, color = _b === void 0 ? "var(--secondary-light-grey, #f4f7fb)" : _b, onClick = _a.onClick;
6
- return (React.createElement("button", { className: "icon-button ".concat(style), onClick: onClick, style: { backgroundColor: color } },
7
- React.createElement("i", { className: "icon ".concat(iconName) })));
8
- };
9
- IconButton.defaultProps = {
10
- style: "smallFilled",
11
- iconName: "allaw-icon-calendar",
12
- onClick: function () { },
13
- };
14
- export default IconButton;
@@ -1,12 +0,0 @@
1
- import React from "react";
2
- import "./OAuthProviderButton.css";
3
- import "../../../styles/global.css";
4
- export interface OAuthProviderButtonProps {
5
- provider: "google" | "apple" | "linkedin";
6
- type: "login" | "signup";
7
- url: string;
8
- size: 14 | 16 | 18 | 20 | 22 | 24;
9
- onClick?: () => void;
10
- }
11
- declare const OAuthProviderButton: React.FC<OAuthProviderButtonProps>;
12
- export default OAuthProviderButton;
@@ -1,143 +0,0 @@
1
- import React, { useState, useEffect, useRef } from "react";
2
- import "./OAuthProviderButton.css";
3
- import "../../../styles/global.css";
4
- var OAuthProviderButton = function (_a) {
5
- var provider = _a.provider, type = _a.type, url = _a.url, size = _a.size, onClick = _a.onClick;
6
- var _b = useState(""), label = _b[0], setLabel = _b[1];
7
- var buttonRef = useRef(null);
8
- var getLabels = function () {
9
- var labels = {
10
- google: {
11
- login: "Continuer avec Google",
12
- signup: "S'inscrire avec Google",
13
- },
14
- apple: {
15
- login: "Continuer avec Apple",
16
- signup: "S'inscrire avec Apple",
17
- },
18
- linkedin: {
19
- login: "Continuer avec LinkedIn",
20
- signup: "S'inscrire avec LinkedIn",
21
- },
22
- };
23
- var shortLabels = {
24
- google: "Google",
25
- apple: "Apple",
26
- linkedin: "LinkedIn",
27
- };
28
- return { labels: labels, shortLabels: shortLabels };
29
- };
30
- var getThresholdWidth = function (size) {
31
- switch (size) {
32
- case 14:
33
- return 210;
34
- case 16:
35
- return 220;
36
- case 18:
37
- return 230;
38
- case 20:
39
- return 240;
40
- case 22:
41
- return 260;
42
- case 24:
43
- return 290;
44
- default:
45
- return 250;
46
- }
47
- };
48
- var updateLabel = function () {
49
- var _a, _b;
50
- var _c = getLabels(), labels = _c.labels, shortLabels = _c.shortLabels;
51
- var maxWidth = (_b = (_a = buttonRef.current) === null || _a === void 0 ? void 0 : _a.offsetWidth) !== null && _b !== void 0 ? _b : 0;
52
- var thresholdWidth = getThresholdWidth(size);
53
- var newLabel = maxWidth < thresholdWidth
54
- ? shortLabels[provider]
55
- : labels[provider][type];
56
- setLabel(newLabel);
57
- };
58
- useEffect(function () {
59
- var resizeObserver = new ResizeObserver(function () {
60
- updateLabel();
61
- });
62
- if (buttonRef.current) {
63
- resizeObserver.observe(buttonRef.current);
64
- }
65
- return function () {
66
- if (buttonRef.current) {
67
- resizeObserver.unobserve(buttonRef.current);
68
- }
69
- };
70
- }, [provider, type, size]);
71
- // Force an update after the first render to ensure the correct label is set
72
- useEffect(function () {
73
- if (buttonRef.current) {
74
- updateLabel();
75
- }
76
- }, []);
77
- var renderIcon = function () {
78
- var iconSizes = {
79
- google: size * 0.8,
80
- apple: size * 1.2,
81
- linkedin: size * 0.8,
82
- };
83
- var iconClasses = {
84
- google: "allaw-icon-google",
85
- apple: "allaw-icon-apple",
86
- linkedin: "allaw-icon-linkedin",
87
- };
88
- var iconSize = iconSizes[provider];
89
- var iconClass = iconClasses[provider];
90
- if (provider === "google") {
91
- return (React.createElement("span", { className: iconClass, style: { fontSize: "".concat(iconSize, "px") } },
92
- React.createElement("span", { className: "path1" }),
93
- React.createElement("span", { className: "path2" }),
94
- React.createElement("span", { className: "path3" }),
95
- React.createElement("span", { className: "path4" })));
96
- }
97
- else if (provider === "linkedin") {
98
- var containerSize = size * 1.4;
99
- return (React.createElement("div", { className: "linkedin-icon-container", style: {
100
- fontSize: "".concat(iconSize, "px"),
101
- width: "".concat(containerSize, "px"),
102
- height: "".concat(containerSize, "px"),
103
- minWidth: "".concat(containerSize, "px"),
104
- minHeight: "".concat(containerSize, "px"),
105
- } },
106
- React.createElement("i", { className: iconClass, style: { fontSize: "".concat(iconSize, "px") } })));
107
- }
108
- else {
109
- return (React.createElement("i", { className: iconClass, style: { fontSize: "".concat(iconSize, "px") } }));
110
- }
111
- };
112
- var handleClick = function () {
113
- if (onClick) {
114
- onClick();
115
- }
116
- else {
117
- window.open(url, "_blank");
118
- }
119
- };
120
- var getMaxWidth = function () {
121
- switch (size) {
122
- case 14:
123
- return "200px";
124
- case 16:
125
- return "300px";
126
- case 18:
127
- return "320px";
128
- case 20:
129
- return "370px";
130
- case 22:
131
- return "380px";
132
- case 24:
133
- return "400px";
134
- default:
135
- return "400px";
136
- }
137
- };
138
- var maxWidth = getMaxWidth();
139
- return (React.createElement("button", { ref: buttonRef, className: "oauth-provider-button ".concat(provider), onClick: handleClick, style: { height: "".concat(size * 2.55, "px"), maxWidth: maxWidth } },
140
- renderIcon(),
141
- React.createElement("span", { className: "label", style: { fontSize: "".concat(size, "px") } }, label)));
142
- };
143
- export default OAuthProviderButton;
@@ -1,10 +0,0 @@
1
- import React from "react";
2
- import "./PendingDocuments.css";
3
- import "../../../styles/global.css";
4
- export interface PendingDocumentsProps {
5
- icon?: React.ReactNode;
6
- pendingCount: number;
7
- onClick?: () => void;
8
- }
9
- declare const PendingDocuments: React.FC<PendingDocumentsProps>;
10
- export default PendingDocuments;
@@ -1,13 +0,0 @@
1
- import React from "react";
2
- import "./PendingDocuments.css";
3
- import "../../../styles/global.css";
4
- var PendingDocuments = function (_a) {
5
- var icon = _a.icon, pendingCount = _a.pendingCount, onClick = _a.onClick;
6
- var isPending = pendingCount > 0;
7
- return (React.createElement("div", { className: "pending-documents ".concat(isPending ? "pending-documents-pending" : "pending-documents-none"), onClick: isPending ? onClick : undefined },
8
- icon && React.createElement("span", { className: "pending-documents-icon" }, icon),
9
- React.createElement("span", { className: "pending-documents-label" }, isPending
10
- ? "".concat(pendingCount, " demandes en attente")
11
- : "Aucune demande en attente")));
12
- };
13
- export default PendingDocuments;