@reapit/elements 5.0.0-beta.54 → 5.0.0-beta.56

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 (189) hide show
  1. package/dist/js/{app-switcher-B57Y8hnd.js → app-switcher-BpWxZmX8.js} +81 -74
  2. package/dist/js/{app-switcher-LHvfSCPO.cjs → app-switcher-J9WJtD84.cjs} +1 -1
  3. package/dist/js/{checkbox-BEpt9rOO.cjs → checkbox-CU6cWmy4.cjs} +1 -1
  4. package/dist/js/{checkbox-BdLMxQ_-.js → checkbox-Dhbz6AuM.js} +13 -13
  5. package/dist/js/{checkbox-group-CqlEil_L.cjs → checkbox-group-CW-tf5lq.cjs} +1 -1
  6. package/dist/js/{checkbox-group-BSI16aQf.js → checkbox-group-Dxwkn4LZ.js} +1 -1
  7. package/dist/js/checkbox-input-CfIO6wmC.cjs +1 -0
  8. package/dist/js/checkbox-input-DaFZl6to.js +34 -0
  9. package/dist/js/core/app-switcher.cjs +1 -1
  10. package/dist/js/core/app-switcher.js +9 -8
  11. package/dist/js/core/checkbox-group.cjs +1 -1
  12. package/dist/js/core/checkbox-group.js +1 -1
  13. package/dist/js/core/checkbox-input.cjs +1 -0
  14. package/dist/js/core/checkbox-input.js +7 -0
  15. package/dist/js/core/checkbox.cjs +1 -1
  16. package/dist/js/core/checkbox.js +1 -1
  17. package/dist/js/core/date-time-input.cjs +1 -0
  18. package/dist/js/core/date-time-input.js +65 -0
  19. package/dist/js/core/form-control.cjs +1 -0
  20. package/dist/js/core/form-control.js +61 -0
  21. package/dist/js/core/label-text.cjs +1 -1
  22. package/dist/js/core/label-text.js +1 -1
  23. package/dist/js/core/select-native.cjs +1 -1
  24. package/dist/js/core/select-native.js +1 -1
  25. package/dist/js/core/table.cjs +1 -1
  26. package/dist/js/core/table.js +1 -1
  27. package/dist/js/core/text-input.cjs +1 -0
  28. package/dist/js/core/text-input.js +9 -0
  29. package/dist/js/index.cjs +1 -1
  30. package/dist/js/index.js +442 -441
  31. package/dist/js/lab/radio-group.cjs +1 -1
  32. package/dist/js/lab/radio-group.js +6 -6
  33. package/dist/js/lab/radio.cjs +1 -1
  34. package/dist/js/lab/radio.js +9 -9
  35. package/dist/js/lab/select-custom.cjs +1 -1
  36. package/dist/js/lab/select-custom.js +112 -97
  37. package/dist/js/lab/table.cjs +1 -1
  38. package/dist/js/lab/table.js +1 -1
  39. package/dist/js/label-text-B1ns1vg_.cjs +1 -0
  40. package/dist/js/label-text-CSJE0no8.js +17 -0
  41. package/dist/js/select-native-Cqa8Nte6.js +44 -0
  42. package/dist/js/select-native-lhdLvtfZ.cjs +1 -0
  43. package/dist/js/style.css +1 -1
  44. package/dist/js/table-C2unW7mA.cjs +1 -0
  45. package/dist/js/{table-C9Yxjust.js → table-QAc7_gjb.js} +24 -24
  46. package/dist/js/text-input-Blkz7WfX.cjs +1 -0
  47. package/dist/js/text-input-CkB96hQ9.js +80 -0
  48. package/dist/types/core/app-switcher/__tests__/is-product-accessible.test.d.ts +2 -0
  49. package/dist/types/core/app-switcher/__tests__/is-product-accessible.test.d.ts.map +1 -0
  50. package/dist/types/core/app-switcher/config.d.ts +7 -7
  51. package/dist/types/core/app-switcher/config.d.ts.map +1 -1
  52. package/dist/types/core/app-switcher/get-displayable-products-for-explore-group.d.ts.map +1 -1
  53. package/dist/types/core/app-switcher/get-displayable-products-for-your-apps-group.d.ts.map +1 -1
  54. package/dist/types/core/app-switcher/index.d.ts +1 -0
  55. package/dist/types/core/app-switcher/index.d.ts.map +1 -1
  56. package/dist/types/core/app-switcher/is-product-accessible.d.ts +13 -0
  57. package/dist/types/core/app-switcher/is-product-accessible.d.ts.map +1 -0
  58. package/dist/types/core/checkbox-input/__tests__/checkbox-input.test.d.ts +2 -0
  59. package/dist/types/core/checkbox-input/__tests__/checkbox-input.test.d.ts.map +1 -0
  60. package/dist/types/core/checkbox-input/checkbox-input.d.ts +20 -0
  61. package/dist/types/core/checkbox-input/checkbox-input.d.ts.map +1 -0
  62. package/dist/types/core/{input/input.stories.d.ts → checkbox-input/checkbox-input.stories.d.ts} +11 -8
  63. package/dist/types/core/checkbox-input/checkbox-input.stories.d.ts.map +1 -0
  64. package/dist/types/core/checkbox-input/index.d.ts +3 -0
  65. package/dist/types/core/checkbox-input/index.d.ts.map +1 -0
  66. package/dist/types/core/checkbox-input/styles.d.ts +8 -0
  67. package/dist/types/core/checkbox-input/styles.d.ts.map +1 -0
  68. package/dist/types/core/date-time-input/__tests__/date-time-input.test.d.ts +2 -0
  69. package/dist/types/core/date-time-input/__tests__/date-time-input.test.d.ts.map +1 -0
  70. package/dist/types/core/date-time-input/date-time-input.d.ts +37 -0
  71. package/dist/types/core/date-time-input/date-time-input.d.ts.map +1 -0
  72. package/dist/types/core/date-time-input/date-time-input.stories.d.ts +78 -0
  73. package/dist/types/core/date-time-input/date-time-input.stories.d.ts.map +1 -0
  74. package/dist/types/core/date-time-input/index.d.ts +2 -0
  75. package/dist/types/core/date-time-input/index.d.ts.map +1 -0
  76. package/dist/types/core/date-time-input/picker-button/__tests__/get-aria-label.test.d.ts +2 -0
  77. package/dist/types/core/date-time-input/picker-button/__tests__/get-aria-label.test.d.ts.map +1 -0
  78. package/dist/types/core/date-time-input/picker-button/__tests__/picker-button.test.d.ts +2 -0
  79. package/dist/types/core/date-time-input/picker-button/__tests__/picker-button.test.d.ts.map +1 -0
  80. package/dist/types/core/date-time-input/picker-button/get-aria-label.d.ts +6 -0
  81. package/dist/types/core/date-time-input/picker-button/get-aria-label.d.ts.map +1 -0
  82. package/dist/types/core/date-time-input/picker-button/index.d.ts +2 -0
  83. package/dist/types/core/date-time-input/picker-button/index.d.ts.map +1 -0
  84. package/dist/types/core/date-time-input/picker-button/picker-button.d.ts +16 -0
  85. package/dist/types/core/date-time-input/picker-button/picker-button.d.ts.map +1 -0
  86. package/dist/types/core/form-control/__tests__/form-control.test.d.ts +2 -0
  87. package/dist/types/core/form-control/__tests__/form-control.test.d.ts.map +1 -0
  88. package/dist/types/core/form-control/error-text/__tests__/error-text.test.d.ts +2 -0
  89. package/dist/types/core/form-control/error-text/__tests__/error-text.test.d.ts.map +1 -0
  90. package/dist/types/core/form-control/error-text/error-text.d.ts +24 -0
  91. package/dist/types/core/form-control/error-text/error-text.d.ts.map +1 -0
  92. package/dist/types/core/form-control/error-text/error-text.stories.d.ts +26 -0
  93. package/dist/types/core/form-control/error-text/error-text.stories.d.ts.map +1 -0
  94. package/dist/types/core/form-control/error-text/index.d.ts +3 -0
  95. package/dist/types/core/form-control/error-text/index.d.ts.map +1 -0
  96. package/dist/types/core/form-control/error-text/styles.d.ts +2 -0
  97. package/dist/types/core/form-control/error-text/styles.d.ts.map +1 -0
  98. package/dist/types/core/form-control/form-control.d.ts +29 -0
  99. package/dist/types/core/form-control/form-control.d.ts.map +1 -0
  100. package/dist/types/core/form-control/form-control.stories.d.ts +47 -0
  101. package/dist/types/core/form-control/form-control.stories.d.ts.map +1 -0
  102. package/dist/types/core/form-control/help-text/__tests__/help-text.test.d.ts +2 -0
  103. package/dist/types/core/form-control/help-text/__tests__/help-text.test.d.ts.map +1 -0
  104. package/dist/types/core/form-control/help-text/help-text.d.ts +23 -0
  105. package/dist/types/core/form-control/help-text/help-text.d.ts.map +1 -0
  106. package/dist/types/core/form-control/help-text/help-text.stories.d.ts +26 -0
  107. package/dist/types/core/form-control/help-text/help-text.stories.d.ts.map +1 -0
  108. package/dist/types/core/form-control/help-text/index.d.ts +3 -0
  109. package/dist/types/core/form-control/help-text/index.d.ts.map +1 -0
  110. package/dist/types/core/form-control/help-text/styles.d.ts +2 -0
  111. package/dist/types/core/form-control/help-text/styles.d.ts.map +1 -0
  112. package/dist/types/core/form-control/index.d.ts +6 -0
  113. package/dist/types/core/form-control/index.d.ts.map +1 -0
  114. package/dist/types/core/form-control/label/__tests__/label.test.d.ts +2 -0
  115. package/dist/types/core/form-control/label/__tests__/label.test.d.ts.map +1 -0
  116. package/dist/types/core/form-control/label/__tests__/map-size-to-label.test.d.ts +2 -0
  117. package/dist/types/core/form-control/label/__tests__/map-size-to-label.test.d.ts.map +1 -0
  118. package/dist/types/core/form-control/label/index.d.ts +3 -0
  119. package/dist/types/core/form-control/label/index.d.ts.map +1 -0
  120. package/dist/types/core/form-control/label/label.d.ts +30 -0
  121. package/dist/types/core/form-control/label/label.d.ts.map +1 -0
  122. package/dist/types/core/form-control/label/label.stories.d.ts +34 -0
  123. package/dist/types/core/form-control/label/label.stories.d.ts.map +1 -0
  124. package/dist/types/core/form-control/label/map-size-to-label-text-size.d.ts +8 -0
  125. package/dist/types/core/form-control/label/map-size-to-label-text-size.d.ts.map +1 -0
  126. package/dist/types/core/form-control/label/styles.d.ts +2 -0
  127. package/dist/types/core/form-control/label/styles.d.ts.map +1 -0
  128. package/dist/types/core/form-control/styles.d.ts +2 -0
  129. package/dist/types/core/form-control/styles.d.ts.map +1 -0
  130. package/dist/types/core/label-text/label-text.d.ts +1 -1
  131. package/dist/types/core/label-text/label-text.d.ts.map +1 -1
  132. package/dist/types/core/label-text/styles.d.ts.map +1 -1
  133. package/dist/types/core/select-native/select-native.d.ts +5 -5
  134. package/dist/types/core/select-native/select-native.d.ts.map +1 -1
  135. package/dist/types/core/select-native/select-native.stories.d.ts +3 -2
  136. package/dist/types/core/select-native/select-native.stories.d.ts.map +1 -1
  137. package/dist/types/core/select-native/styles.d.ts +1 -1
  138. package/dist/types/core/select-native/styles.d.ts.map +1 -1
  139. package/dist/types/core/text-input/__tests__/text-input.test.d.ts +2 -0
  140. package/dist/types/core/text-input/__tests__/text-input.test.d.ts.map +1 -0
  141. package/dist/types/core/text-input/index.d.ts +3 -0
  142. package/dist/types/core/text-input/index.d.ts.map +1 -0
  143. package/dist/types/core/text-input/styles.d.ts +17 -0
  144. package/dist/types/core/text-input/styles.d.ts.map +1 -0
  145. package/dist/types/core/text-input/text-input.d.ts +45 -0
  146. package/dist/types/core/text-input/text-input.d.ts.map +1 -0
  147. package/dist/types/core/text-input/text-input.stories.d.ts +93 -0
  148. package/dist/types/core/text-input/text-input.stories.d.ts.map +1 -0
  149. package/dist/types/lab/select-custom/context.d.ts +29 -0
  150. package/dist/types/lab/select-custom/context.d.ts.map +1 -0
  151. package/dist/types/lab/select-custom/group/group.d.ts +1 -1
  152. package/dist/types/lab/select-custom/group/group.d.ts.map +1 -1
  153. package/dist/types/lab/select-custom/group/group.stories.d.ts.map +1 -1
  154. package/dist/types/lab/select-custom/helper.d.ts +2 -2
  155. package/dist/types/lab/select-custom/helper.d.ts.map +1 -1
  156. package/dist/types/lab/select-custom/index.d.ts +2 -0
  157. package/dist/types/lab/select-custom/index.d.ts.map +1 -1
  158. package/dist/types/lab/select-custom/option/option.d.ts +1 -1
  159. package/dist/types/lab/select-custom/option/option.d.ts.map +1 -1
  160. package/dist/types/lab/select-custom/option/option.stories.d.ts.map +1 -1
  161. package/dist/types/lab/select-custom/select-custom.d.ts +6 -29
  162. package/dist/types/lab/select-custom/select-custom.d.ts.map +1 -1
  163. package/dist/types/lab/select-custom/styles.d.ts +4 -1
  164. package/dist/types/lab/select-custom/styles.d.ts.map +1 -1
  165. package/package.json +1 -1
  166. package/dist/js/core/input.cjs +0 -1
  167. package/dist/js/core/input.js +0 -8
  168. package/dist/js/input-BLdVw7Fv.js +0 -34
  169. package/dist/js/input-DBDGOOw6.cjs +0 -1
  170. package/dist/js/label-text-B9Uq4DGJ.cjs +0 -1
  171. package/dist/js/label-text-CKoAX5LO.js +0 -17
  172. package/dist/js/select-native-Bmvlio6r.cjs +0 -1
  173. package/dist/js/select-native-BocVDsrQ.js +0 -34
  174. package/dist/js/table-BrVNBQ4R.cjs +0 -1
  175. package/dist/types/core/input/__tests__/input.test.d.ts +0 -2
  176. package/dist/types/core/input/__tests__/input.test.d.ts.map +0 -1
  177. package/dist/types/core/input/checkbox/__tests__/checkbox.test.d.ts +0 -2
  178. package/dist/types/core/input/checkbox/__tests__/checkbox.test.d.ts.map +0 -1
  179. package/dist/types/core/input/checkbox/checkbox.d.ts +0 -14
  180. package/dist/types/core/input/checkbox/checkbox.d.ts.map +0 -1
  181. package/dist/types/core/input/checkbox/index.d.ts +0 -3
  182. package/dist/types/core/input/checkbox/index.d.ts.map +0 -1
  183. package/dist/types/core/input/checkbox/styles.d.ts +0 -4
  184. package/dist/types/core/input/checkbox/styles.d.ts.map +0 -1
  185. package/dist/types/core/input/index.d.ts +0 -3
  186. package/dist/types/core/input/index.d.ts.map +0 -1
  187. package/dist/types/core/input/input.d.ts +0 -34
  188. package/dist/types/core/input/input.d.ts.map +0 -1
  189. package/dist/types/core/input/input.stories.d.ts.map +0 -1
@@ -1,57 +1,57 @@
1
- import { jsx as e, jsxs as h, Fragment as w } from "react/jsx-runtime";
2
- import { createContext as u, useContext as x, useId as o } from "react";
1
+ import { jsx as e, jsxs as h, Fragment as u } from "react/jsx-runtime";
2
+ import { createContext as x, useContext as M, useId as o } from "react";
3
3
  import { k as r } from "./menu-DNryE2C6.js";
4
4
  import { s as g } from "./index-YtxCR-9e.js";
5
- import { AppSwitcherIcon as M } from "./icons/app-switcher.js";
5
+ import { AppSwitcherIcon as Z } from "./icons/app-switcher.js";
6
6
  import "./avatar-VyxUOz5Y.js";
7
- import { k as Z } from "./top-bar-DifjRjVI.js";
7
+ import { k as A } from "./top-bar-DifjRjVI.js";
8
8
  import "./icons/chevron-down.js";
9
9
  import "./tooltip-CLmMeUrY.js";
10
- const A = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23F2F4F6'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23607890'%20d='M17.01%2020.678V18.39l-7.844%206.822%207.843%206.746V29.77c6.655-.082%2012.74-3.402%2012.74-6.755v-6.67c-3.157%204.295-11.41%204.352-12.74%204.333Z'/%3e%3cpath%20fill='%23607890'%20d='M29.437%2013.618c-.581-5.312-9.128-6.367-12.428-6.576v8.667c4.476.192%207.105%201.594%208.066%202.031.772-.366%203.477-1.787%204.362-4.122Z'/%3e%3c/svg%3e", F = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23ECF3FF'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%234E56EA'%20d='M17.01%2020.678V18.39l-7.844%206.822%207.843%206.746V29.77c6.655-.082%2012.74-3.402%2012.74-6.755v-6.67c-3.157%204.295-11.41%204.352-12.74%204.333Z'/%3e%3cpath%20fill='%234E56EA'%20d='M29.437%2013.618c-.581-5.312-9.128-6.367-12.428-6.576v8.667c4.476.192%207.105%201.594%208.066%202.031.772-.366%203.477-1.787%204.362-4.122Z'/%3e%3c/svg%3e", b = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23F2F4F6'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23607890'%20d='m30.68%2023.655-4.2-4.196%203.989-3.984a4.243%204.243%200%200%200%200-5.986%204.257%204.257%200%200%200-5.995%200l-6.815%206.903-.014.025v-4.059c0-2.329-1.907-4.233-4.24-4.233-2.331%200-4.239%201.904-4.239%204.233v14.165c0%201.163.476%202.222%201.245%202.989l-.008.015a4.257%204.257%200%200%200%205.995%200l4.113-4.108%204.175%204.222a4.257%204.257%200%200%200%205.995%200%204.243%204.243%200%200%200%200-5.987v.001ZM13.407%208.764a3.558%203.558%200%200%201%203.56%203.555%203.558%203.558%200%200%201-3.56%203.555%203.558%203.558%200%200%201-3.56-3.555%203.558%203.558%200%200%201%203.56-3.555Zm.025%2021.314a3.532%203.532%200%201%201%200-7.063%203.532%203.532%200%201%201%200%207.063Zm10.472-17.915a3.558%203.558%200%200%201%203.803-3.293%203.556%203.556%200%200%201%203.298%203.799A3.558%203.558%200%200%201%2027.2%2015.96a3.556%203.556%200%200%201-3.297-3.798Zm3.994%2018.136a3.647%203.647%200%200%201-3.847-3.435%203.646%203.646%200%200%201%203.44-3.842%203.644%203.644%200%201%201%20.408%207.276Z'/%3e%3c/svg%3e", y = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23ECF3FF'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%234E56EA'%20d='m30.68%2023.655-4.2-4.196%203.989-3.984a4.243%204.243%200%200%200%200-5.986%204.257%204.257%200%200%200-5.995%200l-6.815%206.903-.014.025v-4.059c0-2.329-1.907-4.233-4.24-4.233-2.331%200-4.239%201.904-4.239%204.233v14.165c0%201.163.476%202.222%201.245%202.989l-.008.015a4.257%204.257%200%200%200%205.995%200l4.113-4.108%204.175%204.222a4.257%204.257%200%200%200%205.995%200%204.243%204.243%200%200%200%200-5.987v.001ZM13.407%208.764a3.558%203.558%200%200%201%203.56%203.555%203.558%203.558%200%200%201-3.56%203.555%203.558%203.558%200%200%201-3.56-3.555%203.558%203.558%200%200%201%203.56-3.555Zm.025%2021.314a3.532%203.532%200%201%201%200-7.063%203.532%203.532%200%201%201%200%207.063Zm10.472-17.915a3.558%203.558%200%200%201%203.803-3.293%203.556%203.556%200%200%201%203.298%203.799A3.558%203.558%200%200%201%2027.2%2015.96a3.556%203.556%200%200%201-3.297-3.798Zm3.994%2018.136a3.647%203.647%200%200%201-3.847-3.435%203.646%203.646%200%200%201%203.44-3.842%203.644%203.644%200%201%201%20.408%207.276Z'/%3e%3c/svg%3e", I = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cg%20clip-path='url(%23a)'%3e%3cpath%20fill='%23F2F4F6'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23607890'%20d='M20%207.769c7.183%200%2013%205.694%2013%2012.692%200%205.122-3.115%209.703-7.946%2011.706-.16.032-.255.064-.382.064a.82.82%200%200%201-.794-.541c-.19-.445.032-.923.477-1.113%204.195-1.718%206.897-5.694%206.897-10.116%200-6.075-5.054-11.006-11.284-11.006S8.685%2014.418%208.685%2020.46c0%203.881%202.13%207.507%205.562%209.479l.223.096c.381.19.826.286%201.303.286%201.623%200%202.933-1.227%203.317-2.952a5.51%205.51%200%200%201-1.251-.324%206.643%206.643%200%200%201-4.163-4.325c-.255-.89.413-1.813%201.398-1.813h10.108c.985%200%201.652.923%201.398%201.813-.751%202.495-2.979%204.393-5.717%204.674-.442%202.671-2.5%204.613-5.058%204.613a4.77%204.77%200%200%201-2.034-.445l-.319-.128C9.48%2029.177%207%2024.946%207%2020.461%207%2013.463%2012.817%207.77%2020%207.77Zm-2.701%206.774c.35%200%20.636.286.636.635v4.2h-2.512v-4.2c0-.35.286-.635.636-.636h1.24Zm6.96%200c.35%200%20.636.285.636.635v4.2h-2.51v-4.2c0-.35.286-.636.635-.636h1.24Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='a'%3e%3cpath%20fill='%23fff'%20d='M0%200h40v40H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", E = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cg%20clip-path='url(%23a)'%3e%3cpath%20fill='%23ECF3FF'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%234E56EA'%20d='M20%207.769c7.183%200%2013%205.694%2013%2012.692%200%205.122-3.115%209.702-7.946%2011.706-.159.032-.254.064-.381.064a.821.821%200%200%201-.795-.541c-.19-.445.032-.923.477-1.113%204.195-1.718%206.897-5.694%206.897-10.116%200-5.885-4.743-10.697-10.703-10.992l-.581-.013c-6.23%200-11.283%204.962-11.283%2011.005%200%203.881%202.13%207.508%205.562%209.48l.223.096c.381.19.826.286%201.303.286%201.623%200%202.933-1.227%203.317-2.952a5.515%205.515%200%200%201-1.251-.324%206.644%206.644%200%200%201-4.164-4.326c-.254-.89.414-1.813%201.4-1.813h10.107c.985%200%201.652.922%201.398%201.813-.75%202.495-2.978%204.392-5.716%204.674-.442%202.672-2.5%204.613-5.06%204.613-.73%200-1.43-.159-2.034-.445l-.318-.127C9.48%2029.177%207%2024.946%207%2020.461%207%2013.463%2012.816%207.77%2020%207.77Zm-2.701%206.774c.35%200%20.635.286.636.635v4.2h-2.512v-4.2c0-.35.286-.635.636-.636h1.24Zm6.96%200c.35%200%20.636.286.636.635v4.2h-2.51v-4.2c0-.35.286-.636.635-.636h1.24Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='a'%3e%3cpath%20fill='%23fff'%20d='M0%200h40v40H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", V = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23F2F4F6'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23607890'%20d='M31.917%208.042%207%2020.181l8.608%202.32%2010.827-8.6-7.233%2010.466%209.373%208.591%203.341-24.916Z'/%3e%3c/svg%3e", _ = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23ECF3FF'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%234E56EA'%20d='M31.917%208.042%207%2020.181l8.608%202.32%2010.827-8.6-7.233%2010.466%209.373%208.591%203.341-24.916Z'/%3e%3c/svg%3e", S = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='url(%23reapit-lettings-disabled__a)'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23fff'%20d='M32.576%206C12.293%206%208.776%2025.887%207.424%2034H9.1c.45-2.977%203.493-14.748%2010.899-20.287%200%200-5.633%206.976-6.572%2015.051%203.426-.652%2013.845-3.372%2016.056-12.927l-3.84-.61c1.352-1.351%204.909-5.17%206.931-9.226V6Z'/%3e%3cdefs%3e%3clinearGradient%20id='reapit-lettings-disabled__a'%20x1='20.702'%20x2='20.702'%20y1='.351'%20y2='31.228'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='.075'%20stop-color='%23798DA1'/%3e%3cstop%20offset='.575'%20stop-color='%23607890'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", D = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='url(%23reapit-lettings__a)'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23fff'%20d='M32.576%206C12.293%206%208.776%2025.887%207.424%2034H9.1c.45-2.977%203.493-14.748%2010.899-20.287%200%200-5.633%206.976-6.572%2015.051%203.426-.652%2013.845-3.372%2016.056-12.927l-3.84-.61c1.352-1.351%204.909-5.17%206.931-9.226V6Z'/%3e%3cdefs%3e%3clinearGradient%20id='reapit-lettings__a'%20x1='20.702'%20x2='20.702'%20y1='.351'%20y2='31.228'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%235573FD'/%3e%3cstop%20offset='.575'%20stop-color='%234E56EA'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", B = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='url(%23reapit-pm-disabled__a)'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23fff'%20d='M8.375%2013v14L20.5%2034l12.124-7v-7.737l-1.687-.975-2.806-1.62-1.082-.624v4.83l-.002%204.83H13.95V16.07l3.275-1.89%202.192-1.265%201.082-.625%203.275%201.877%202.192%201.256%201.083.62V9.782L20.5%206%208.376%2013Z'/%3e%3cdefs%3e%3clinearGradient%20id='reapit-pm-disabled__a'%20x1='20.702'%20x2='20.702'%20y1='.351'%20y2='31.228'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='.075'%20stop-color='%23798DA1'/%3e%3cstop%20offset='.575'%20stop-color='%23607890'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", H = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='url(%23reapit-pm__a)'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23fff'%20d='M8.375%2013v14L20.5%2034l12.124-7v-7.737l-1.687-.975-2.806-1.62-1.082-.624v4.83l-.002%204.83H13.95V16.07l3.275-1.89%202.192-1.265%201.082-.625%203.275%201.877%202.192%201.256%201.083.62V9.782L20.5%206%208.376%2013Z'/%3e%3cdefs%3e%3clinearGradient%20id='reapit-pm__a'%20x1='20.702'%20x2='20.702'%20y1='.351'%20y2='31.228'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%235573FD'/%3e%3cstop%20offset='.575'%20stop-color='%234E56EA'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", P = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23F2F4F6'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23607890'%20d='M16.037%2011.648c-1.782-1.53-4.199-2.515-6.87-2.628v17.178c2.956.114%205.632%201.198%207.6%202.889.968.832%201.766%201.81%202.343%202.893V17.993c0-2.47-1.177-4.717-3.073-6.345ZM30.833%209.02c-2.671.113-5.089%201.098-6.87%202.628-1.896%201.628-3.073%203.874-3.073%206.344V31.98a10.076%2010.076%200%200%201%202.343-2.893c1.968-1.691%204.644-2.776%207.6-2.89V9.02Z'/%3e%3c/svg%3e", R = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23ECF3FF'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%234E56EA'%20d='M16.037%2011.648c-1.782-1.53-4.199-2.515-6.87-2.628v17.178c2.956.114%205.632%201.198%207.6%202.889.968.832%201.766%201.81%202.343%202.893V17.993c0-2.47-1.177-4.717-3.073-6.345ZM30.833%209.02c-2.671.113-5.089%201.098-6.87%202.628-1.896%201.628-3.073%203.874-3.073%206.344V31.98a10.076%2010.076%200%200%201%202.343-2.893c1.968-1.691%204.644-2.776%207.6-2.89V9.02Z'/%3e%3c/svg%3e", C = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='url(%23reapit-sales-disabled__a)'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23fff'%20d='M10.41%206v3.779h15.048v19.537h4.132V6H10.41Z'/%3e%3cpath%20fill='%23fff'%20d='M20.967%2034V13.837L10.41%209.78v20.166L20.967%2034Z'/%3e%3cdefs%3e%3clinearGradient%20id='reapit-sales-disabled__a'%20x1='20.702'%20x2='20.702'%20y1='.351'%20y2='31.228'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='.075'%20stop-color='%23798DA1'/%3e%3cstop%20offset='.575'%20stop-color='%23607890'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", G = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='url(%23reapit-sales__a)'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23fff'%20d='M10.41%206v3.779h15.048v19.537h4.132V6H10.41Z'/%3e%3cpath%20fill='%23fff'%20d='M20.967%2034V13.837L10.41%209.78v20.166L20.967%2034Z'/%3e%3cdefs%3e%3clinearGradient%20id='reapit-sales__a'%20x1='20.702'%20x2='20.702'%20y1='.351'%20y2='31.228'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%235573FD'/%3e%3cstop%20offset='.575'%20stop-color='%234E56EA'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", L = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23F2F4F6'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23607890'%20d='m17.713%2016.581%203.058%203.057c2.352%202.352%204.84.257%205.793-1.265.562-.896%201.067-1.752%201.438-2.585.868-1.95%201.001-3.5.356-4.146-.646-.645-2.195-.512-4.146.356-2.06.917-4.346%202.533-6.498%204.583Zm8.355-6.841c-4.35-2.577-9.987-2.148-13.909%201.287l4.421%204.421c3.38-3.231%206.857-5.262%209.488-5.707Zm-15.041%202.419c-3.435%203.922-3.864%209.559-1.286%2013.909.445-2.632%202.475-6.108%205.707-9.488l-4.421-4.421Zm8.988%2015.231.002-.002c-2.217%201.58-4.337%202.576-6.084%202.871%204.35%202.578%209.986%202.149%2013.909-1.286l-1.736-1.736c-2.567-2.567-4.366-1-6.091.153Zm-3.72.374c2.521-1.384%206.276-4.061%202.851-7.486l-2.565-2.565c-2.05%202.153-3.665%204.438-4.582%206.5-.868%201.95-1.001%203.5-.356%204.145.646.646%202.195.512%204.146-.355.168-.075.336-.155.506-.239ZM30.26%2013.931c-.304%201.798-1.35%203.99-3.01%206.275-.137.176-.276.36-.412.551-.987%201.392-1.778%203.17.312%205.261l1.824%201.824c3.433-3.923%203.863-9.56%201.286-13.91Z'/%3e%3c/svg%3e", N = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23ECF3FF'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%234E56EA'%20d='m17.713%2016.581%203.058%203.057c2.352%202.352%204.84.257%205.793-1.265.562-.896%201.067-1.752%201.438-2.585.868-1.95%201.001-3.5.356-4.146-.646-.645-2.195-.512-4.146.356-2.06.917-4.346%202.533-6.498%204.583Zm8.355-6.841c-4.35-2.577-9.987-2.148-13.909%201.287l4.421%204.421c3.38-3.231%206.857-5.262%209.488-5.707Zm-15.041%202.419c-3.435%203.922-3.864%209.559-1.286%2013.909.445-2.632%202.475-6.108%205.707-9.488l-4.421-4.421Zm8.988%2015.231.002-.002c-2.217%201.58-4.337%202.576-6.084%202.871%204.35%202.578%209.986%202.149%2013.909-1.286l-1.736-1.736c-2.567-2.567-4.366-1-6.091.153Zm-3.72.374c2.521-1.384%206.276-4.061%202.851-7.486l-2.565-2.565c-2.05%202.153-3.665%204.438-4.582%206.5-.868%201.95-1.001%203.5-.356%204.145.646.646%202.195.512%204.146-.355.168-.075.336-.155.506-.239ZM30.26%2013.931c-.304%201.798-1.35%203.99-3.01%206.275-.137.176-.276.36-.412.551-.987%201.392-1.778%203.17.312%205.261l1.824%201.824c3.433-3.923%203.863-9.56%201.286-13.91Z'/%3e%3c/svg%3e", O = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23ECF3FF'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%234C56F3'%20d='M31.134%208.083c-6.688%200-17.64%205.486-11.323%2023.27h1.456s-1.033-3.718-1.209-6.292c10.92-2.944%2011.453-12.402%2011.076-16.978Z'/%3e%3cpath%20fill='%234C56F3'%20d='M16.906%2014.772c-2.743-2.685-7.716-1.976-7.716-1.976-.13%203.048-.013%2010.335%208.04%2013.65-2.183-7.183-.324-11.674-.324-11.674Z'/%3e%3c/svg%3e", U = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23F2F4F6'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23607890'%20d='M31.134%208.083c-6.688%200-17.64%205.486-11.323%2023.27h1.456s-1.033-3.718-1.209-6.292c10.92-2.944%2011.453-12.402%2011.076-16.978Z'/%3e%3cpath%20fill='%23607890'%20d='M16.906%2014.772c-2.743-2.685-7.716-1.976-7.716-1.976-.13%203.048-.013%2010.335%208.04%2013.65-2.183-7.183-.324-11.674-.324-11.674Z'/%3e%3c/svg%3e";
11
- function W({ hasAccess: a, productId: t }) {
10
+ const F = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23F2F4F6'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23607890'%20d='M17.01%2020.678V18.39l-7.844%206.822%207.843%206.746V29.77c6.655-.082%2012.74-3.402%2012.74-6.755v-6.67c-3.157%204.295-11.41%204.352-12.74%204.333Z'/%3e%3cpath%20fill='%23607890'%20d='M29.437%2013.618c-.581-5.312-9.128-6.367-12.428-6.576v8.667c4.476.192%207.105%201.594%208.066%202.031.772-.366%203.477-1.787%204.362-4.122Z'/%3e%3c/svg%3e", b = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23ECF3FF'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%234E56EA'%20d='M17.01%2020.678V18.39l-7.844%206.822%207.843%206.746V29.77c6.655-.082%2012.74-3.402%2012.74-6.755v-6.67c-3.157%204.295-11.41%204.352-12.74%204.333Z'/%3e%3cpath%20fill='%234E56EA'%20d='M29.437%2013.618c-.581-5.312-9.128-6.367-12.428-6.576v8.667c4.476.192%207.105%201.594%208.066%202.031.772-.366%203.477-1.787%204.362-4.122Z'/%3e%3c/svg%3e", y = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23F2F4F6'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23607890'%20d='m30.68%2023.655-4.2-4.196%203.989-3.984a4.243%204.243%200%200%200%200-5.986%204.257%204.257%200%200%200-5.995%200l-6.815%206.903-.014.025v-4.059c0-2.329-1.907-4.233-4.24-4.233-2.331%200-4.239%201.904-4.239%204.233v14.165c0%201.163.476%202.222%201.245%202.989l-.008.015a4.257%204.257%200%200%200%205.995%200l4.113-4.108%204.175%204.222a4.257%204.257%200%200%200%205.995%200%204.243%204.243%200%200%200%200-5.987v.001ZM13.407%208.764a3.558%203.558%200%200%201%203.56%203.555%203.558%203.558%200%200%201-3.56%203.555%203.558%203.558%200%200%201-3.56-3.555%203.558%203.558%200%200%201%203.56-3.555Zm.025%2021.314a3.532%203.532%200%201%201%200-7.063%203.532%203.532%200%201%201%200%207.063Zm10.472-17.915a3.558%203.558%200%200%201%203.803-3.293%203.556%203.556%200%200%201%203.298%203.799A3.558%203.558%200%200%201%2027.2%2015.96a3.556%203.556%200%200%201-3.297-3.798Zm3.994%2018.136a3.647%203.647%200%200%201-3.847-3.435%203.646%203.646%200%200%201%203.44-3.842%203.644%203.644%200%201%201%20.408%207.276Z'/%3e%3c/svg%3e", I = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23ECF3FF'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%234E56EA'%20d='m30.68%2023.655-4.2-4.196%203.989-3.984a4.243%204.243%200%200%200%200-5.986%204.257%204.257%200%200%200-5.995%200l-6.815%206.903-.014.025v-4.059c0-2.329-1.907-4.233-4.24-4.233-2.331%200-4.239%201.904-4.239%204.233v14.165c0%201.163.476%202.222%201.245%202.989l-.008.015a4.257%204.257%200%200%200%205.995%200l4.113-4.108%204.175%204.222a4.257%204.257%200%200%200%205.995%200%204.243%204.243%200%200%200%200-5.987v.001ZM13.407%208.764a3.558%203.558%200%200%201%203.56%203.555%203.558%203.558%200%200%201-3.56%203.555%203.558%203.558%200%200%201-3.56-3.555%203.558%203.558%200%200%201%203.56-3.555Zm.025%2021.314a3.532%203.532%200%201%201%200-7.063%203.532%203.532%200%201%201%200%207.063Zm10.472-17.915a3.558%203.558%200%200%201%203.803-3.293%203.556%203.556%200%200%201%203.298%203.799A3.558%203.558%200%200%201%2027.2%2015.96a3.556%203.556%200%200%201-3.297-3.798Zm3.994%2018.136a3.647%203.647%200%200%201-3.847-3.435%203.646%203.646%200%200%201%203.44-3.842%203.644%203.644%200%201%201%20.408%207.276Z'/%3e%3c/svg%3e", E = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cg%20clip-path='url(%23a)'%3e%3cpath%20fill='%23F2F4F6'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23607890'%20d='M20%207.769c7.183%200%2013%205.694%2013%2012.692%200%205.122-3.115%209.703-7.946%2011.706-.16.032-.255.064-.382.064a.82.82%200%200%201-.794-.541c-.19-.445.032-.923.477-1.113%204.195-1.718%206.897-5.694%206.897-10.116%200-6.075-5.054-11.006-11.284-11.006S8.685%2014.418%208.685%2020.46c0%203.881%202.13%207.507%205.562%209.479l.223.096c.381.19.826.286%201.303.286%201.623%200%202.933-1.227%203.317-2.952a5.51%205.51%200%200%201-1.251-.324%206.643%206.643%200%200%201-4.163-4.325c-.255-.89.413-1.813%201.398-1.813h10.108c.985%200%201.652.923%201.398%201.813-.751%202.495-2.979%204.393-5.717%204.674-.442%202.671-2.5%204.613-5.058%204.613a4.77%204.77%200%200%201-2.034-.445l-.319-.128C9.48%2029.177%207%2024.946%207%2020.461%207%2013.463%2012.817%207.77%2020%207.77Zm-2.701%206.774c.35%200%20.636.286.636.635v4.2h-2.512v-4.2c0-.35.286-.635.636-.636h1.24Zm6.96%200c.35%200%20.636.285.636.635v4.2h-2.51v-4.2c0-.35.286-.636.635-.636h1.24Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='a'%3e%3cpath%20fill='%23fff'%20d='M0%200h40v40H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", V = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cg%20clip-path='url(%23a)'%3e%3cpath%20fill='%23ECF3FF'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%234E56EA'%20d='M20%207.769c7.183%200%2013%205.694%2013%2012.692%200%205.122-3.115%209.702-7.946%2011.706-.159.032-.254.064-.381.064a.821.821%200%200%201-.795-.541c-.19-.445.032-.923.477-1.113%204.195-1.718%206.897-5.694%206.897-10.116%200-5.885-4.743-10.697-10.703-10.992l-.581-.013c-6.23%200-11.283%204.962-11.283%2011.005%200%203.881%202.13%207.508%205.562%209.48l.223.096c.381.19.826.286%201.303.286%201.623%200%202.933-1.227%203.317-2.952a5.515%205.515%200%200%201-1.251-.324%206.644%206.644%200%200%201-4.164-4.326c-.254-.89.414-1.813%201.4-1.813h10.107c.985%200%201.652.922%201.398%201.813-.75%202.495-2.978%204.392-5.716%204.674-.442%202.672-2.5%204.613-5.06%204.613-.73%200-1.43-.159-2.034-.445l-.318-.127C9.48%2029.177%207%2024.946%207%2020.461%207%2013.463%2012.816%207.77%2020%207.77Zm-2.701%206.774c.35%200%20.635.286.636.635v4.2h-2.512v-4.2c0-.35.286-.635.636-.636h1.24Zm6.96%200c.35%200%20.636.286.636.635v4.2h-2.51v-4.2c0-.35.286-.636.635-.636h1.24Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='a'%3e%3cpath%20fill='%23fff'%20d='M0%200h40v40H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", _ = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23F2F4F6'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23607890'%20d='M31.917%208.042%207%2020.181l8.608%202.32%2010.827-8.6-7.233%2010.466%209.373%208.591%203.341-24.916Z'/%3e%3c/svg%3e", S = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23ECF3FF'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%234E56EA'%20d='M31.917%208.042%207%2020.181l8.608%202.32%2010.827-8.6-7.233%2010.466%209.373%208.591%203.341-24.916Z'/%3e%3c/svg%3e", B = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='url(%23reapit-lettings-disabled__a)'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23fff'%20d='M32.576%206C12.293%206%208.776%2025.887%207.424%2034H9.1c.45-2.977%203.493-14.748%2010.899-20.287%200%200-5.633%206.976-6.572%2015.051%203.426-.652%2013.845-3.372%2016.056-12.927l-3.84-.61c1.352-1.351%204.909-5.17%206.931-9.226V6Z'/%3e%3cdefs%3e%3clinearGradient%20id='reapit-lettings-disabled__a'%20x1='20.702'%20x2='20.702'%20y1='.351'%20y2='31.228'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='.075'%20stop-color='%23798DA1'/%3e%3cstop%20offset='.575'%20stop-color='%23607890'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", D = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='url(%23reapit-lettings__a)'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23fff'%20d='M32.576%206C12.293%206%208.776%2025.887%207.424%2034H9.1c.45-2.977%203.493-14.748%2010.899-20.287%200%200-5.633%206.976-6.572%2015.051%203.426-.652%2013.845-3.372%2016.056-12.927l-3.84-.61c1.352-1.351%204.909-5.17%206.931-9.226V6Z'/%3e%3cdefs%3e%3clinearGradient%20id='reapit-lettings__a'%20x1='20.702'%20x2='20.702'%20y1='.351'%20y2='31.228'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%235573FD'/%3e%3cstop%20offset='.575'%20stop-color='%234E56EA'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", P = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='url(%23reapit-pm-disabled__a)'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23fff'%20d='M8.375%2013v14L20.5%2034l12.124-7v-7.737l-1.687-.975-2.806-1.62-1.082-.624v4.83l-.002%204.83H13.95V16.07l3.275-1.89%202.192-1.265%201.082-.625%203.275%201.877%202.192%201.256%201.083.62V9.782L20.5%206%208.376%2013Z'/%3e%3cdefs%3e%3clinearGradient%20id='reapit-pm-disabled__a'%20x1='20.702'%20x2='20.702'%20y1='.351'%20y2='31.228'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='.075'%20stop-color='%23798DA1'/%3e%3cstop%20offset='.575'%20stop-color='%23607890'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", H = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='url(%23reapit-pm__a)'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23fff'%20d='M8.375%2013v14L20.5%2034l12.124-7v-7.737l-1.687-.975-2.806-1.62-1.082-.624v4.83l-.002%204.83H13.95V16.07l3.275-1.89%202.192-1.265%201.082-.625%203.275%201.877%202.192%201.256%201.083.62V9.782L20.5%206%208.376%2013Z'/%3e%3cdefs%3e%3clinearGradient%20id='reapit-pm__a'%20x1='20.702'%20x2='20.702'%20y1='.351'%20y2='31.228'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%235573FD'/%3e%3cstop%20offset='.575'%20stop-color='%234E56EA'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", R = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23F2F4F6'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23607890'%20d='M16.037%2011.648c-1.782-1.53-4.199-2.515-6.87-2.628v17.178c2.956.114%205.632%201.198%207.6%202.889.968.832%201.766%201.81%202.343%202.893V17.993c0-2.47-1.177-4.717-3.073-6.345ZM30.833%209.02c-2.671.113-5.089%201.098-6.87%202.628-1.896%201.628-3.073%203.874-3.073%206.344V31.98a10.076%2010.076%200%200%201%202.343-2.893c1.968-1.691%204.644-2.776%207.6-2.89V9.02Z'/%3e%3c/svg%3e", C = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23ECF3FF'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%234E56EA'%20d='M16.037%2011.648c-1.782-1.53-4.199-2.515-6.87-2.628v17.178c2.956.114%205.632%201.198%207.6%202.889.968.832%201.766%201.81%202.343%202.893V17.993c0-2.47-1.177-4.717-3.073-6.345ZM30.833%209.02c-2.671.113-5.089%201.098-6.87%202.628-1.896%201.628-3.073%203.874-3.073%206.344V31.98a10.076%2010.076%200%200%201%202.343-2.893c1.968-1.691%204.644-2.776%207.6-2.89V9.02Z'/%3e%3c/svg%3e", G = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='url(%23reapit-sales-disabled__a)'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23fff'%20d='M10.41%206v3.779h15.048v19.537h4.132V6H10.41Z'/%3e%3cpath%20fill='%23fff'%20d='M20.967%2034V13.837L10.41%209.78v20.166L20.967%2034Z'/%3e%3cdefs%3e%3clinearGradient%20id='reapit-sales-disabled__a'%20x1='20.702'%20x2='20.702'%20y1='.351'%20y2='31.228'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='.075'%20stop-color='%23798DA1'/%3e%3cstop%20offset='.575'%20stop-color='%23607890'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", L = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='url(%23reapit-sales__a)'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23fff'%20d='M10.41%206v3.779h15.048v19.537h4.132V6H10.41Z'/%3e%3cpath%20fill='%23fff'%20d='M20.967%2034V13.837L10.41%209.78v20.166L20.967%2034Z'/%3e%3cdefs%3e%3clinearGradient%20id='reapit-sales__a'%20x1='20.702'%20x2='20.702'%20y1='.351'%20y2='31.228'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%235573FD'/%3e%3cstop%20offset='.575'%20stop-color='%234E56EA'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", N = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23F2F4F6'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23607890'%20d='m17.713%2016.581%203.058%203.057c2.352%202.352%204.84.257%205.793-1.265.562-.896%201.067-1.752%201.438-2.585.868-1.95%201.001-3.5.356-4.146-.646-.645-2.195-.512-4.146.356-2.06.917-4.346%202.533-6.498%204.583Zm8.355-6.841c-4.35-2.577-9.987-2.148-13.909%201.287l4.421%204.421c3.38-3.231%206.857-5.262%209.488-5.707Zm-15.041%202.419c-3.435%203.922-3.864%209.559-1.286%2013.909.445-2.632%202.475-6.108%205.707-9.488l-4.421-4.421Zm8.988%2015.231.002-.002c-2.217%201.58-4.337%202.576-6.084%202.871%204.35%202.578%209.986%202.149%2013.909-1.286l-1.736-1.736c-2.567-2.567-4.366-1-6.091.153Zm-3.72.374c2.521-1.384%206.276-4.061%202.851-7.486l-2.565-2.565c-2.05%202.153-3.665%204.438-4.582%206.5-.868%201.95-1.001%203.5-.356%204.145.646.646%202.195.512%204.146-.355.168-.075.336-.155.506-.239ZM30.26%2013.931c-.304%201.798-1.35%203.99-3.01%206.275-.137.176-.276.36-.412.551-.987%201.392-1.778%203.17.312%205.261l1.824%201.824c3.433-3.923%203.863-9.56%201.286-13.91Z'/%3e%3c/svg%3e", W = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23ECF3FF'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%234E56EA'%20d='m17.713%2016.581%203.058%203.057c2.352%202.352%204.84.257%205.793-1.265.562-.896%201.067-1.752%201.438-2.585.868-1.95%201.001-3.5.356-4.146-.646-.645-2.195-.512-4.146.356-2.06.917-4.346%202.533-6.498%204.583Zm8.355-6.841c-4.35-2.577-9.987-2.148-13.909%201.287l4.421%204.421c3.38-3.231%206.857-5.262%209.488-5.707Zm-15.041%202.419c-3.435%203.922-3.864%209.559-1.286%2013.909.445-2.632%202.475-6.108%205.707-9.488l-4.421-4.421Zm8.988%2015.231.002-.002c-2.217%201.58-4.337%202.576-6.084%202.871%204.35%202.578%209.986%202.149%2013.909-1.286l-1.736-1.736c-2.567-2.567-4.366-1-6.091.153Zm-3.72.374c2.521-1.384%206.276-4.061%202.851-7.486l-2.565-2.565c-2.05%202.153-3.665%204.438-4.582%206.5-.868%201.95-1.001%203.5-.356%204.145.646.646%202.195.512%204.146-.355.168-.075.336-.155.506-.239ZM30.26%2013.931c-.304%201.798-1.35%203.99-3.01%206.275-.137.176-.276.36-.412.551-.987%201.392-1.778%203.17.312%205.261l1.824%201.824c3.433-3.923%203.863-9.56%201.286-13.91Z'/%3e%3c/svg%3e", O = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23ECF3FF'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%234C56F3'%20d='M31.134%208.083c-6.688%200-17.64%205.486-11.323%2023.27h1.456s-1.033-3.718-1.209-6.292c10.92-2.944%2011.453-12.402%2011.076-16.978Z'/%3e%3cpath%20fill='%234C56F3'%20d='M16.906%2014.772c-2.743-2.685-7.716-1.976-7.716-1.976-.13%203.048-.013%2010.335%208.04%2013.65-2.183-7.183-.324-11.674-.324-11.674Z'/%3e%3c/svg%3e", U = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23F2F4F6'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23607890'%20d='M31.134%208.083c-6.688%200-17.64%205.486-11.323%2023.27h1.456s-1.033-3.718-1.209-6.292c10.92-2.944%2011.453-12.402%2011.076-16.978Z'/%3e%3cpath%20fill='%23607890'%20d='M16.906%2014.772c-2.743-2.685-7.716-1.976-7.716-1.976-.13%203.048-.013%2010.335%208.04%2013.65-2.183-7.183-.324-11.674-.324-11.674Z'/%3e%3c/svg%3e";
11
+ function T({ hasAccess: a, productId: t }) {
12
12
  switch (t) {
13
13
  case "agentBox":
14
- return a ? /* @__PURE__ */ e("img", { src: G }) : /* @__PURE__ */ e("img", { src: C });
14
+ return a ? /* @__PURE__ */ e("img", { src: L }) : /* @__PURE__ */ e("img", { src: G });
15
15
  case "autoResponder":
16
- return a ? /* @__PURE__ */ e("img", { src: F }) : /* @__PURE__ */ e("img", { src: A });
17
- case "bdm":
18
- return a ? /* @__PURE__ */ e("img", { src: O }) : /* @__PURE__ */ e("img", { src: U });
16
+ return a ? /* @__PURE__ */ e("img", { src: b }) : /* @__PURE__ */ e("img", { src: F });
19
17
  case "consoleCloud":
20
- return a ? /* @__PURE__ */ e("img", { src: H }) : /* @__PURE__ */ e("img", { src: B });
18
+ return a ? /* @__PURE__ */ e("img", { src: H }) : /* @__PURE__ */ e("img", { src: P });
19
+ case "ireBdm":
20
+ return a ? /* @__PURE__ */ e("img", { src: O }) : /* @__PURE__ */ e("img", { src: U });
21
21
  case "ireWeb":
22
- return a ? /* @__PURE__ */ e("img", { src: D }) : /* @__PURE__ */ e("img", { src: S });
22
+ return a ? /* @__PURE__ */ e("img", { src: D }) : /* @__PURE__ */ e("img", { src: B });
23
23
  case "mmiWeb":
24
- return a ? /* @__PURE__ */ e("img", { src: E }) : /* @__PURE__ */ e("img", { src: I });
24
+ return a ? /* @__PURE__ */ e("img", { src: V }) : /* @__PURE__ */ e("img", { src: E });
25
25
  case "reapitForms":
26
- return a ? /* @__PURE__ */ e("img", { src: _ }) : /* @__PURE__ */ e("img", { src: V });
26
+ return a ? /* @__PURE__ */ e("img", { src: S }) : /* @__PURE__ */ e("img", { src: _ });
27
27
  case "reapitWebsites":
28
- return a ? /* @__PURE__ */ e("img", { src: N }) : /* @__PURE__ */ e("img", { src: L });
28
+ return a ? /* @__PURE__ */ e("img", { src: W }) : /* @__PURE__ */ e("img", { src: N });
29
29
  case "reapitProposals":
30
- return a ? /* @__PURE__ */ e("img", { src: R }) : /* @__PURE__ */ e("img", { src: P });
31
- case "keywhere":
32
- return a ? /* @__PURE__ */ e("img", { src: y }) : /* @__PURE__ */ e("img", { src: b });
30
+ return a ? /* @__PURE__ */ e("img", { src: C }) : /* @__PURE__ */ e("img", { src: R });
31
+ case "keyWhere":
32
+ return a ? /* @__PURE__ */ e("img", { src: I }) : /* @__PURE__ */ e("img", { src: y });
33
33
  }
34
34
  }
35
- const d = u(!1);
36
- function T() {
37
- return x(d);
35
+ const d = x(!1);
36
+ function k() {
37
+ return M(d);
38
38
  }
39
- function k({ children: a }) {
39
+ function Y({ children: a }) {
40
40
  return /* @__PURE__ */ e(r.Group, { label: "EXPLORE", children: /* @__PURE__ */ e(d.Provider, { value: !1, children: a }) });
41
41
  }
42
- const Y = /* @__PURE__ */ g("a")({
42
+ const K = /* @__PURE__ */ g("a")({
43
43
  name: "ElAppSwitcherMenuItemAnchor",
44
44
  class: "el-app-switcher-menu-item-anchor",
45
45
  propsAsIs: !1
46
- }), K = /* @__PURE__ */ g("div")({
46
+ }), j = /* @__PURE__ */ g("div")({
47
47
  name: "ElAppSwitcherMenuItemAvatar",
48
48
  class: "el-app-switcher-menu-item-avatar",
49
49
  propsAsIs: !1
50
- }), j = /* @__PURE__ */ g("span")({
50
+ }), z = /* @__PURE__ */ g("span")({
51
51
  name: "ElAppSwitcherMenuItemLabel",
52
52
  class: "el-app-switcher-menu-item-label",
53
53
  propsAsIs: !1
54
- }), z = /* @__PURE__ */ g("span")({
54
+ }), $ = /* @__PURE__ */ g("span")({
55
55
  name: "ElAppSwitcherMenuItemSupplementaryInfo",
56
56
  class: "el-app-switcher-menu-item-supplementary-info",
57
57
  propsAsIs: !1
@@ -59,30 +59,30 @@ const Y = /* @__PURE__ */ g("a")({
59
59
  function q({
60
60
  avatar: a,
61
61
  appName: t,
62
- href: c,
62
+ href: l,
63
63
  supplementaryInfo: s,
64
- ...l
64
+ ...c
65
65
  }) {
66
66
  const p = o(), n = o();
67
67
  return /* @__PURE__ */ h(
68
- Y,
68
+ K,
69
69
  {
70
- ...l,
70
+ ...c,
71
71
  "aria-labelledby": p,
72
72
  "aria-describedby": n,
73
- href: c,
73
+ href: l,
74
74
  target: "_blank",
75
75
  rel: "noreferrer",
76
76
  children: [
77
- /* @__PURE__ */ e(K, { "aria-hidden": !0, children: a }),
78
- /* @__PURE__ */ e(j, { id: p, children: t }),
79
- /* @__PURE__ */ e(z, { id: n, children: s })
77
+ /* @__PURE__ */ e(j, { "aria-hidden": !0, children: a }),
78
+ /* @__PURE__ */ e(z, { id: p, children: t }),
79
+ /* @__PURE__ */ e($, { id: n, children: s })
80
80
  ]
81
81
  }
82
82
  );
83
83
  }
84
84
  function X({ "aria-label": a, ...t }) {
85
- return /* @__PURE__ */ e(Z, { ...t, "aria-label": a ?? "App Switcher", icon: /* @__PURE__ */ e(M, {}) });
85
+ return /* @__PURE__ */ e(A, { ...t, "aria-label": a ?? "App Switcher", icon: /* @__PURE__ */ e(Z, {}) });
86
86
  }
87
87
  const J = {
88
88
  autoResponder: {
@@ -90,16 +90,16 @@ const J = {
90
90
  supplementaryInfo: "Auto-enquiry follow up"
91
91
  },
92
92
  agentBox: { appName: "Reapit Sales", supplementaryInfo: "Real estate CRM" },
93
- bdm: {
93
+ consoleCloud: { appName: "Reapit PM", supplementaryInfo: "Property management" },
94
+ ireBdm: {
94
95
  appName: "Lettings BDM",
95
96
  supplementaryInfo: "Business development"
96
97
  },
97
- consoleCloud: { appName: "Reapit PM", supplementaryInfo: "Property management" },
98
98
  ireWeb: {
99
99
  appName: "Reapit Lettings",
100
100
  supplementaryInfo: "Leasing management"
101
101
  },
102
- keywhere: {
102
+ keyWhere: {
103
103
  appName: "KeyWhere",
104
104
  supplementaryInfo: "Key management"
105
105
  },
@@ -128,79 +128,86 @@ const J = {
128
128
  "agentBox",
129
129
  // => Reapit Sales
130
130
  // Secondary apps here (should be alphatically ordered by configured app name)
131
- "keywhere",
132
- "bdm",
131
+ "keyWhere",
132
+ "ireBdm",
133
133
  // => Lettings BDM
134
134
  "mmiWeb"
135
135
  ];
136
136
  function Q({
137
137
  appName: a,
138
138
  avatar: t,
139
- href: c,
139
+ href: l,
140
140
  productId: s,
141
- supplementaryInfo: l,
141
+ supplementaryInfo: c,
142
142
  ...p
143
143
  }) {
144
- const n = T(), { appName: v, supplementaryInfo: f } = J[s];
144
+ const n = k(), { appName: v, supplementaryInfo: w } = J[s];
145
145
  return /* @__PURE__ */ e(
146
146
  i.MenuItem,
147
147
  {
148
148
  ...p,
149
149
  appName: a ?? v,
150
150
  avatar: t ?? /* @__PURE__ */ e(i.AppAvatar, { hasAccess: n, productId: s }),
151
- href: c,
152
- supplementaryInfo: l ?? f
151
+ href: l,
152
+ supplementaryInfo: c ?? w
153
153
  }
154
154
  );
155
155
  }
156
- function $({ children: a }) {
156
+ function e0({ children: a }) {
157
157
  return /* @__PURE__ */ e(r.Group, { label: "YOUR APPS", children: /* @__PURE__ */ e(d.Provider, { value: !0, children: a }) });
158
158
  }
159
- function e0(a) {
159
+ function f(a, t) {
160
+ for (const l of t)
161
+ if (new RegExp(`^${l}$`, "i").test(a))
162
+ return !0;
163
+ return !1;
164
+ }
165
+ function a0(a) {
160
166
  return m.filter(
161
- (t) => a.includes(t)
167
+ (t) => f(t, a)
162
168
  );
163
169
  }
164
- function a0(a) {
170
+ function t0(a) {
165
171
  return m.filter(
166
- (t) => !a.includes(t)
172
+ (t) => !f(t, a)
167
173
  );
168
174
  }
169
- function i({ children: a, id: t, ...c }) {
170
- const s = t ?? o(), l = o();
171
- return /* @__PURE__ */ h(w, { children: [
175
+ function i({ children: a, id: t, ...l }) {
176
+ const s = t ?? o(), c = o();
177
+ return /* @__PURE__ */ h(u, { children: [
172
178
  /* @__PURE__ */ e(
173
179
  X,
174
180
  {
175
- ...c,
176
- ...r.getTriggerProps({ id: s, popoverTarget: l, popoverTargetAction: "toggle" })
181
+ ...l,
182
+ ...r.getTriggerProps({ id: s, popoverTarget: c, popoverTargetAction: "toggle" })
177
183
  }
178
184
  ),
179
- /* @__PURE__ */ e(r, { "aria-labelledby": s, id: l, placement: "bottom-start", children: a })
185
+ /* @__PURE__ */ e(r, { "aria-labelledby": s, id: c, placement: "bottom-start", children: a })
180
186
  ] });
181
187
  }
182
- i.AppAvatar = W;
188
+ i.AppAvatar = T;
183
189
  i.Divider = r.Divider;
184
- i.ExploreMenuGroup = k;
190
+ i.ExploreMenuGroup = Y;
185
191
  i.MenuItem = q;
186
192
  i.ProductMenuItem = Q;
187
- i.YourAppsMenuGroup = $;
188
- i.getDisplayableProductsForExploreGroup = a0;
189
- i.getDisplayableProductsForYourAppsGroup = e0;
193
+ i.YourAppsMenuGroup = e0;
194
+ i.getDisplayableProductsForExploreGroup = t0;
195
+ i.getDisplayableProductsForYourAppsGroup = a0;
190
196
  export {
191
- W as A,
192
- Y as E,
197
+ T as A,
198
+ K as E,
193
199
  i as a,
194
- k as b,
195
- e0 as c,
200
+ Y as b,
201
+ a0 as c,
196
202
  d,
197
- K as e,
198
- j as f,
199
- a0 as g,
200
- z as h,
201
- q as i,
202
- X as j,
203
- Q as k,
204
- $ as l,
205
- T as u
203
+ j as e,
204
+ z as f,
205
+ t0 as g,
206
+ $ as h,
207
+ f as i,
208
+ q as j,
209
+ X as k,
210
+ Q as l,
211
+ e0 as m,
212
+ k as u
206
213
  };
@@ -1 +1 @@
1
- "use strict";const e=require("react/jsx-runtime"),c=require("react"),p=require("./menu-CeNhpHX3.cjs"),d=require("./index-Dmlb2--K.cjs"),_=require("./icons/app-switcher.cjs");require("./avatar-B0abtPQ0.cjs");const V=require("./top-bar-BemL6y67.cjs");require("./icons/chevron-down.cjs");require("./tooltip-DsWQf5Wm.cjs");const j="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23F2F4F6'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23607890'%20d='M17.01%2020.678V18.39l-7.844%206.822%207.843%206.746V29.77c6.655-.082%2012.74-3.402%2012.74-6.755v-6.67c-3.157%204.295-11.41%204.352-12.74%204.333Z'/%3e%3cpath%20fill='%23607890'%20d='M29.437%2013.618c-.581-5.312-9.128-6.367-12.428-6.576v8.667c4.476.192%207.105%201.594%208.066%202.031.772-.366%203.477-1.787%204.362-4.122Z'/%3e%3c/svg%3e",D="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23ECF3FF'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%234E56EA'%20d='M17.01%2020.678V18.39l-7.844%206.822%207.843%206.746V29.77c6.655-.082%2012.74-3.402%2012.74-6.755v-6.67c-3.157%204.295-11.41%204.352-12.74%204.333Z'/%3e%3cpath%20fill='%234E56EA'%20d='M29.437%2013.618c-.581-5.312-9.128-6.367-12.428-6.576v8.667c4.476.192%207.105%201.594%208.066%202.031.772-.366%203.477-1.787%204.362-4.122Z'/%3e%3c/svg%3e",B="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23F2F4F6'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23607890'%20d='m30.68%2023.655-4.2-4.196%203.989-3.984a4.243%204.243%200%200%200%200-5.986%204.257%204.257%200%200%200-5.995%200l-6.815%206.903-.014.025v-4.059c0-2.329-1.907-4.233-4.24-4.233-2.331%200-4.239%201.904-4.239%204.233v14.165c0%201.163.476%202.222%201.245%202.989l-.008.015a4.257%204.257%200%200%200%205.995%200l4.113-4.108%204.175%204.222a4.257%204.257%200%200%200%205.995%200%204.243%204.243%200%200%200%200-5.987v.001ZM13.407%208.764a3.558%203.558%200%200%201%203.56%203.555%203.558%203.558%200%200%201-3.56%203.555%203.558%203.558%200%200%201-3.56-3.555%203.558%203.558%200%200%201%203.56-3.555Zm.025%2021.314a3.532%203.532%200%201%201%200-7.063%203.532%203.532%200%201%201%200%207.063Zm10.472-17.915a3.558%203.558%200%200%201%203.803-3.293%203.556%203.556%200%200%201%203.298%203.799A3.558%203.558%200%200%201%2027.2%2015.96a3.556%203.556%200%200%201-3.297-3.798Zm3.994%2018.136a3.647%203.647%200%200%201-3.847-3.435%203.646%203.646%200%200%201%203.44-3.842%203.644%203.644%200%201%201%20.408%207.276Z'/%3e%3c/svg%3e",H="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23ECF3FF'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%234E56EA'%20d='m30.68%2023.655-4.2-4.196%203.989-3.984a4.243%204.243%200%200%200%200-5.986%204.257%204.257%200%200%200-5.995%200l-6.815%206.903-.014.025v-4.059c0-2.329-1.907-4.233-4.24-4.233-2.331%200-4.239%201.904-4.239%204.233v14.165c0%201.163.476%202.222%201.245%202.989l-.008.015a4.257%204.257%200%200%200%205.995%200l4.113-4.108%204.175%204.222a4.257%204.257%200%200%200%205.995%200%204.243%204.243%200%200%200%200-5.987v.001ZM13.407%208.764a3.558%203.558%200%200%201%203.56%203.555%203.558%203.558%200%200%201-3.56%203.555%203.558%203.558%200%200%201-3.56-3.555%203.558%203.558%200%200%201%203.56-3.555Zm.025%2021.314a3.532%203.532%200%201%201%200-7.063%203.532%203.532%200%201%201%200%207.063Zm10.472-17.915a3.558%203.558%200%200%201%203.803-3.293%203.556%203.556%200%200%201%203.298%203.799A3.558%203.558%200%200%201%2027.2%2015.96a3.556%203.556%200%200%201-3.297-3.798Zm3.994%2018.136a3.647%203.647%200%200%201-3.847-3.435%203.646%203.646%200%200%201%203.44-3.842%203.644%203.644%200%201%201%20.408%207.276Z'/%3e%3c/svg%3e",P="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cg%20clip-path='url(%23a)'%3e%3cpath%20fill='%23F2F4F6'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23607890'%20d='M20%207.769c7.183%200%2013%205.694%2013%2012.692%200%205.122-3.115%209.703-7.946%2011.706-.16.032-.255.064-.382.064a.82.82%200%200%201-.794-.541c-.19-.445.032-.923.477-1.113%204.195-1.718%206.897-5.694%206.897-10.116%200-6.075-5.054-11.006-11.284-11.006S8.685%2014.418%208.685%2020.46c0%203.881%202.13%207.507%205.562%209.479l.223.096c.381.19.826.286%201.303.286%201.623%200%202.933-1.227%203.317-2.952a5.51%205.51%200%200%201-1.251-.324%206.643%206.643%200%200%201-4.163-4.325c-.255-.89.413-1.813%201.398-1.813h10.108c.985%200%201.652.923%201.398%201.813-.751%202.495-2.979%204.393-5.717%204.674-.442%202.671-2.5%204.613-5.058%204.613a4.77%204.77%200%200%201-2.034-.445l-.319-.128C9.48%2029.177%207%2024.946%207%2020.461%207%2013.463%2012.817%207.77%2020%207.77Zm-2.701%206.774c.35%200%20.636.286.636.635v4.2h-2.512v-4.2c0-.35.286-.635.636-.636h1.24Zm6.96%200c.35%200%20.636.285.636.635v4.2h-2.51v-4.2c0-.35.286-.636.635-.636h1.24Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='a'%3e%3cpath%20fill='%23fff'%20d='M0%200h40v40H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",R="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cg%20clip-path='url(%23a)'%3e%3cpath%20fill='%23ECF3FF'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%234E56EA'%20d='M20%207.769c7.183%200%2013%205.694%2013%2012.692%200%205.122-3.115%209.702-7.946%2011.706-.159.032-.254.064-.381.064a.821.821%200%200%201-.795-.541c-.19-.445.032-.923.477-1.113%204.195-1.718%206.897-5.694%206.897-10.116%200-5.885-4.743-10.697-10.703-10.992l-.581-.013c-6.23%200-11.283%204.962-11.283%2011.005%200%203.881%202.13%207.508%205.562%209.48l.223.096c.381.19.826.286%201.303.286%201.623%200%202.933-1.227%203.317-2.952a5.515%205.515%200%200%201-1.251-.324%206.644%206.644%200%200%201-4.164-4.326c-.254-.89.414-1.813%201.4-1.813h10.107c.985%200%201.652.922%201.398%201.813-.75%202.495-2.978%204.392-5.716%204.674-.442%202.672-2.5%204.613-5.06%204.613-.73%200-1.43-.159-2.034-.445l-.318-.127C9.48%2029.177%207%2024.946%207%2020.461%207%2013.463%2012.816%207.77%2020%207.77Zm-2.701%206.774c.35%200%20.635.286.636.635v4.2h-2.512v-4.2c0-.35.286-.635.636-.636h1.24Zm6.96%200c.35%200%20.636.286.636.635v4.2h-2.51v-4.2c0-.35.286-.636.635-.636h1.24Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='a'%3e%3cpath%20fill='%23fff'%20d='M0%200h40v40H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",G="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23F2F4F6'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23607890'%20d='M31.917%208.042%207%2020.181l8.608%202.32%2010.827-8.6-7.233%2010.466%209.373%208.591%203.341-24.916Z'/%3e%3c/svg%3e",C="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23ECF3FF'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%234E56EA'%20d='M31.917%208.042%207%2020.181l8.608%202.32%2010.827-8.6-7.233%2010.466%209.373%208.591%203.341-24.916Z'/%3e%3c/svg%3e",L="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='url(%23reapit-lettings-disabled__a)'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23fff'%20d='M32.576%206C12.293%206%208.776%2025.887%207.424%2034H9.1c.45-2.977%203.493-14.748%2010.899-20.287%200%200-5.633%206.976-6.572%2015.051%203.426-.652%2013.845-3.372%2016.056-12.927l-3.84-.61c1.352-1.351%204.909-5.17%206.931-9.226V6Z'/%3e%3cdefs%3e%3clinearGradient%20id='reapit-lettings-disabled__a'%20x1='20.702'%20x2='20.702'%20y1='.351'%20y2='31.228'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='.075'%20stop-color='%23798DA1'/%3e%3cstop%20offset='.575'%20stop-color='%23607890'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",N="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='url(%23reapit-lettings__a)'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23fff'%20d='M32.576%206C12.293%206%208.776%2025.887%207.424%2034H9.1c.45-2.977%203.493-14.748%2010.899-20.287%200%200-5.633%206.976-6.572%2015.051%203.426-.652%2013.845-3.372%2016.056-12.927l-3.84-.61c1.352-1.351%204.909-5.17%206.931-9.226V6Z'/%3e%3cdefs%3e%3clinearGradient%20id='reapit-lettings__a'%20x1='20.702'%20x2='20.702'%20y1='.351'%20y2='31.228'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%235573FD'/%3e%3cstop%20offset='.575'%20stop-color='%234E56EA'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",O="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='url(%23reapit-pm-disabled__a)'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23fff'%20d='M8.375%2013v14L20.5%2034l12.124-7v-7.737l-1.687-.975-2.806-1.62-1.082-.624v4.83l-.002%204.83H13.95V16.07l3.275-1.89%202.192-1.265%201.082-.625%203.275%201.877%202.192%201.256%201.083.62V9.782L20.5%206%208.376%2013Z'/%3e%3cdefs%3e%3clinearGradient%20id='reapit-pm-disabled__a'%20x1='20.702'%20x2='20.702'%20y1='.351'%20y2='31.228'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='.075'%20stop-color='%23798DA1'/%3e%3cstop%20offset='.575'%20stop-color='%23607890'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",U="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='url(%23reapit-pm__a)'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23fff'%20d='M8.375%2013v14L20.5%2034l12.124-7v-7.737l-1.687-.975-2.806-1.62-1.082-.624v4.83l-.002%204.83H13.95V16.07l3.275-1.89%202.192-1.265%201.082-.625%203.275%201.877%202.192%201.256%201.083.62V9.782L20.5%206%208.376%2013Z'/%3e%3cdefs%3e%3clinearGradient%20id='reapit-pm__a'%20x1='20.702'%20x2='20.702'%20y1='.351'%20y2='31.228'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%235573FD'/%3e%3cstop%20offset='.575'%20stop-color='%234E56EA'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",W="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23F2F4F6'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23607890'%20d='M16.037%2011.648c-1.782-1.53-4.199-2.515-6.87-2.628v17.178c2.956.114%205.632%201.198%207.6%202.889.968.832%201.766%201.81%202.343%202.893V17.993c0-2.47-1.177-4.717-3.073-6.345ZM30.833%209.02c-2.671.113-5.089%201.098-6.87%202.628-1.896%201.628-3.073%203.874-3.073%206.344V31.98a10.076%2010.076%200%200%201%202.343-2.893c1.968-1.691%204.644-2.776%207.6-2.89V9.02Z'/%3e%3c/svg%3e",q="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23ECF3FF'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%234E56EA'%20d='M16.037%2011.648c-1.782-1.53-4.199-2.515-6.87-2.628v17.178c2.956.114%205.632%201.198%207.6%202.889.968.832%201.766%201.81%202.343%202.893V17.993c0-2.47-1.177-4.717-3.073-6.345ZM30.833%209.02c-2.671.113-5.089%201.098-6.87%202.628-1.896%201.628-3.073%203.874-3.073%206.344V31.98a10.076%2010.076%200%200%201%202.343-2.893c1.968-1.691%204.644-2.776%207.6-2.89V9.02Z'/%3e%3c/svg%3e",T="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='url(%23reapit-sales-disabled__a)'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23fff'%20d='M10.41%206v3.779h15.048v19.537h4.132V6H10.41Z'/%3e%3cpath%20fill='%23fff'%20d='M20.967%2034V13.837L10.41%209.78v20.166L20.967%2034Z'/%3e%3cdefs%3e%3clinearGradient%20id='reapit-sales-disabled__a'%20x1='20.702'%20x2='20.702'%20y1='.351'%20y2='31.228'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='.075'%20stop-color='%23798DA1'/%3e%3cstop%20offset='.575'%20stop-color='%23607890'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",Y="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='url(%23reapit-sales__a)'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23fff'%20d='M10.41%206v3.779h15.048v19.537h4.132V6H10.41Z'/%3e%3cpath%20fill='%23fff'%20d='M20.967%2034V13.837L10.41%209.78v20.166L20.967%2034Z'/%3e%3cdefs%3e%3clinearGradient%20id='reapit-sales__a'%20x1='20.702'%20x2='20.702'%20y1='.351'%20y2='31.228'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%235573FD'/%3e%3cstop%20offset='.575'%20stop-color='%234E56EA'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",k="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23F2F4F6'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23607890'%20d='m17.713%2016.581%203.058%203.057c2.352%202.352%204.84.257%205.793-1.265.562-.896%201.067-1.752%201.438-2.585.868-1.95%201.001-3.5.356-4.146-.646-.645-2.195-.512-4.146.356-2.06.917-4.346%202.533-6.498%204.583Zm8.355-6.841c-4.35-2.577-9.987-2.148-13.909%201.287l4.421%204.421c3.38-3.231%206.857-5.262%209.488-5.707Zm-15.041%202.419c-3.435%203.922-3.864%209.559-1.286%2013.909.445-2.632%202.475-6.108%205.707-9.488l-4.421-4.421Zm8.988%2015.231.002-.002c-2.217%201.58-4.337%202.576-6.084%202.871%204.35%202.578%209.986%202.149%2013.909-1.286l-1.736-1.736c-2.567-2.567-4.366-1-6.091.153Zm-3.72.374c2.521-1.384%206.276-4.061%202.851-7.486l-2.565-2.565c-2.05%202.153-3.665%204.438-4.582%206.5-.868%201.95-1.001%203.5-.356%204.145.646.646%202.195.512%204.146-.355.168-.075.336-.155.506-.239ZM30.26%2013.931c-.304%201.798-1.35%203.99-3.01%206.275-.137.176-.276.36-.412.551-.987%201.392-1.778%203.17.312%205.261l1.824%201.824c3.433-3.923%203.863-9.56%201.286-13.91Z'/%3e%3c/svg%3e",K="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23ECF3FF'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%234E56EA'%20d='m17.713%2016.581%203.058%203.057c2.352%202.352%204.84.257%205.793-1.265.562-.896%201.067-1.752%201.438-2.585.868-1.95%201.001-3.5.356-4.146-.646-.645-2.195-.512-4.146.356-2.06.917-4.346%202.533-6.498%204.583Zm8.355-6.841c-4.35-2.577-9.987-2.148-13.909%201.287l4.421%204.421c3.38-3.231%206.857-5.262%209.488-5.707Zm-15.041%202.419c-3.435%203.922-3.864%209.559-1.286%2013.909.445-2.632%202.475-6.108%205.707-9.488l-4.421-4.421Zm8.988%2015.231.002-.002c-2.217%201.58-4.337%202.576-6.084%202.871%204.35%202.578%209.986%202.149%2013.909-1.286l-1.736-1.736c-2.567-2.567-4.366-1-6.091.153Zm-3.72.374c2.521-1.384%206.276-4.061%202.851-7.486l-2.565-2.565c-2.05%202.153-3.665%204.438-4.582%206.5-.868%201.95-1.001%203.5-.356%204.145.646.646%202.195.512%204.146-.355.168-.075.336-.155.506-.239ZM30.26%2013.931c-.304%201.798-1.35%203.99-3.01%206.275-.137.176-.276.36-.412.551-.987%201.392-1.778%203.17.312%205.261l1.824%201.824c3.433-3.923%203.863-9.56%201.286-13.91Z'/%3e%3c/svg%3e",z="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23ECF3FF'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%234C56F3'%20d='M31.134%208.083c-6.688%200-17.64%205.486-11.323%2023.27h1.456s-1.033-3.718-1.209-6.292c10.92-2.944%2011.453-12.402%2011.076-16.978Z'/%3e%3cpath%20fill='%234C56F3'%20d='M16.906%2014.772c-2.743-2.685-7.716-1.976-7.716-1.976-.13%203.048-.013%2010.335%208.04%2013.65-2.183-7.183-.324-11.674-.324-11.674Z'/%3e%3c/svg%3e",X="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23F2F4F6'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23607890'%20d='M31.134%208.083c-6.688%200-17.64%205.486-11.323%2023.27h1.456s-1.033-3.718-1.209-6.292c10.92-2.944%2011.453-12.402%2011.076-16.978Z'/%3e%3cpath%20fill='%23607890'%20d='M16.906%2014.772c-2.743-2.685-7.716-1.976-7.716-1.976-.13%203.048-.013%2010.335%208.04%2013.65-2.183-7.183-.324-11.674-.324-11.674Z'/%3e%3c/svg%3e";function g({hasAccess:t,productId:a}){switch(a){case"agentBox":return t?e.jsx("img",{src:Y}):e.jsx("img",{src:T});case"autoResponder":return t?e.jsx("img",{src:D}):e.jsx("img",{src:j});case"bdm":return t?e.jsx("img",{src:z}):e.jsx("img",{src:X});case"consoleCloud":return t?e.jsx("img",{src:U}):e.jsx("img",{src:O});case"ireWeb":return t?e.jsx("img",{src:N}):e.jsx("img",{src:L});case"mmiWeb":return t?e.jsx("img",{src:R}):e.jsx("img",{src:P});case"reapitForms":return t?e.jsx("img",{src:C}):e.jsx("img",{src:G});case"reapitWebsites":return t?e.jsx("img",{src:K}):e.jsx("img",{src:k});case"reapitProposals":return t?e.jsx("img",{src:q}):e.jsx("img",{src:W});case"keywhere":return t?e.jsx("img",{src:H}):e.jsx("img",{src:B})}}const h=c.createContext(!1);function m(){return c.useContext(h)}function v({children:t}){return e.jsx(p.Menu.Group,{label:"EXPLORE",children:e.jsx(h.Provider,{value:!1,children:t})})}const u=d.styled_default("a")({name:"ElAppSwitcherMenuItemAnchor",class:"el-app-switcher-menu-item-anchor",propsAsIs:!1}),f=d.styled_default("div")({name:"ElAppSwitcherMenuItemAvatar",class:"el-app-switcher-menu-item-avatar",propsAsIs:!1}),w=d.styled_default("span")({name:"ElAppSwitcherMenuItemLabel",class:"el-app-switcher-menu-item-label",propsAsIs:!1}),x=d.styled_default("span")({name:"ElAppSwitcherMenuItemSupplementaryInfo",class:"el-app-switcher-menu-item-supplementary-info",propsAsIs:!1});function M({avatar:t,appName:a,href:r,supplementaryInfo:i,...l}){const n=c.useId(),o=c.useId();return e.jsxs(u,{...l,"aria-labelledby":n,"aria-describedby":o,href:r,target:"_blank",rel:"noreferrer",children:[e.jsx(f,{"aria-hidden":!0,children:t}),e.jsx(w,{id:n,children:a}),e.jsx(x,{id:o,children:i})]})}function A({"aria-label":t,...a}){return e.jsx(V.TopBarNavIconItemButton,{...a,"aria-label":t??"App Switcher",icon:e.jsx(_.AppSwitcherIcon,{})})}const J={autoResponder:{appName:"Auto Responder",supplementaryInfo:"Auto-enquiry follow up"},agentBox:{appName:"Reapit Sales",supplementaryInfo:"Real estate CRM"},bdm:{appName:"Lettings BDM",supplementaryInfo:"Business development"},consoleCloud:{appName:"Reapit PM",supplementaryInfo:"Property management"},ireWeb:{appName:"Reapit Lettings",supplementaryInfo:"Leasing management"},keywhere:{appName:"KeyWhere",supplementaryInfo:"Key management"},mmiWeb:{appName:"Move Me In",supplementaryInfo:"Utility connections service"},reapitForms:{appName:"Reapit Forms",supplementaryInfo:"Documents & digital signing"},reapitWebsites:{appName:"Reapit Websites",supplementaryInfo:"Website builder"},reapitProposals:{appName:"Reapit Proposals",supplementaryInfo:"Interactive digital proposals"}},Z=["ireWeb","consoleCloud","agentBox","keywhere","bdm","mmiWeb"];function F({appName:t,avatar:a,href:r,productId:i,supplementaryInfo:l,...n}){const o=m(),{appName:S,supplementaryInfo:E}=J[i];return e.jsx(s.MenuItem,{...n,appName:t??S,avatar:a??e.jsx(s.AppAvatar,{hasAccess:o,productId:i}),href:r,supplementaryInfo:l??E})}function I({children:t}){return e.jsx(p.Menu.Group,{label:"YOUR APPS",children:e.jsx(h.Provider,{value:!0,children:t})})}function b(t){return Z.filter(a=>t.includes(a))}function y(t){return Z.filter(a=>!t.includes(a))}function s({children:t,id:a,...r}){const i=a??c.useId(),l=c.useId();return e.jsxs(e.Fragment,{children:[e.jsx(A,{...r,...p.Menu.getTriggerProps({id:i,popoverTarget:l,popoverTargetAction:"toggle"})}),e.jsx(p.Menu,{"aria-labelledby":i,id:l,placement:"bottom-start",children:t})]})}s.AppAvatar=g;s.Divider=p.Menu.Divider;s.ExploreMenuGroup=v;s.MenuItem=M;s.ProductMenuItem=F;s.YourAppsMenuGroup=I;s.getDisplayableProductsForExploreGroup=y;s.getDisplayableProductsForYourAppsGroup=b;exports.AppAvatar=g;exports.AppSwitcher=s;exports.AppSwitcherExploreMenuGroup=v;exports.AppSwitcherMenuGroupHasAccessContext=h;exports.AppSwitcherMenuItem=M;exports.AppSwitcherNavIconButton=A;exports.AppSwitcherProductMenuItem=F;exports.AppSwitcherYourAppsMenuGroup=I;exports.ElAppSwitcherMenuItemAnchor=u;exports.ElAppSwitcherMenuItemAvatar=f;exports.ElAppSwitcherMenuItemLabel=w;exports.ElAppSwitcherMenuItemSupplementaryInfo=x;exports.getDisplayableProductsForExploreGroup=y;exports.getDisplayableProductsForYourAppsGroup=b;exports.useAppSwitcherMenuGroupHasAccessContext=m;
1
+ "use strict";const e=require("react/jsx-runtime"),r=require("react"),p=require("./menu-CeNhpHX3.cjs"),d=require("./index-Dmlb2--K.cjs"),V=require("./icons/app-switcher.cjs");require("./avatar-B0abtPQ0.cjs");const j=require("./top-bar-BemL6y67.cjs");require("./icons/chevron-down.cjs");require("./tooltip-DsWQf5Wm.cjs");const B="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23F2F4F6'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23607890'%20d='M17.01%2020.678V18.39l-7.844%206.822%207.843%206.746V29.77c6.655-.082%2012.74-3.402%2012.74-6.755v-6.67c-3.157%204.295-11.41%204.352-12.74%204.333Z'/%3e%3cpath%20fill='%23607890'%20d='M29.437%2013.618c-.581-5.312-9.128-6.367-12.428-6.576v8.667c4.476.192%207.105%201.594%208.066%202.031.772-.366%203.477-1.787%204.362-4.122Z'/%3e%3c/svg%3e",D="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23ECF3FF'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%234E56EA'%20d='M17.01%2020.678V18.39l-7.844%206.822%207.843%206.746V29.77c6.655-.082%2012.74-3.402%2012.74-6.755v-6.67c-3.157%204.295-11.41%204.352-12.74%204.333Z'/%3e%3cpath%20fill='%234E56EA'%20d='M29.437%2013.618c-.581-5.312-9.128-6.367-12.428-6.576v8.667c4.476.192%207.105%201.594%208.066%202.031.772-.366%203.477-1.787%204.362-4.122Z'/%3e%3c/svg%3e",P="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23F2F4F6'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23607890'%20d='m30.68%2023.655-4.2-4.196%203.989-3.984a4.243%204.243%200%200%200%200-5.986%204.257%204.257%200%200%200-5.995%200l-6.815%206.903-.014.025v-4.059c0-2.329-1.907-4.233-4.24-4.233-2.331%200-4.239%201.904-4.239%204.233v14.165c0%201.163.476%202.222%201.245%202.989l-.008.015a4.257%204.257%200%200%200%205.995%200l4.113-4.108%204.175%204.222a4.257%204.257%200%200%200%205.995%200%204.243%204.243%200%200%200%200-5.987v.001ZM13.407%208.764a3.558%203.558%200%200%201%203.56%203.555%203.558%203.558%200%200%201-3.56%203.555%203.558%203.558%200%200%201-3.56-3.555%203.558%203.558%200%200%201%203.56-3.555Zm.025%2021.314a3.532%203.532%200%201%201%200-7.063%203.532%203.532%200%201%201%200%207.063Zm10.472-17.915a3.558%203.558%200%200%201%203.803-3.293%203.556%203.556%200%200%201%203.298%203.799A3.558%203.558%200%200%201%2027.2%2015.96a3.556%203.556%200%200%201-3.297-3.798Zm3.994%2018.136a3.647%203.647%200%200%201-3.847-3.435%203.646%203.646%200%200%201%203.44-3.842%203.644%203.644%200%201%201%20.408%207.276Z'/%3e%3c/svg%3e",H="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23ECF3FF'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%234E56EA'%20d='m30.68%2023.655-4.2-4.196%203.989-3.984a4.243%204.243%200%200%200%200-5.986%204.257%204.257%200%200%200-5.995%200l-6.815%206.903-.014.025v-4.059c0-2.329-1.907-4.233-4.24-4.233-2.331%200-4.239%201.904-4.239%204.233v14.165c0%201.163.476%202.222%201.245%202.989l-.008.015a4.257%204.257%200%200%200%205.995%200l4.113-4.108%204.175%204.222a4.257%204.257%200%200%200%205.995%200%204.243%204.243%200%200%200%200-5.987v.001ZM13.407%208.764a3.558%203.558%200%200%201%203.56%203.555%203.558%203.558%200%200%201-3.56%203.555%203.558%203.558%200%200%201-3.56-3.555%203.558%203.558%200%200%201%203.56-3.555Zm.025%2021.314a3.532%203.532%200%201%201%200-7.063%203.532%203.532%200%201%201%200%207.063Zm10.472-17.915a3.558%203.558%200%200%201%203.803-3.293%203.556%203.556%200%200%201%203.298%203.799A3.558%203.558%200%200%201%2027.2%2015.96a3.556%203.556%200%200%201-3.297-3.798Zm3.994%2018.136a3.647%203.647%200%200%201-3.847-3.435%203.646%203.646%200%200%201%203.44-3.842%203.644%203.644%200%201%201%20.408%207.276Z'/%3e%3c/svg%3e",R="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cg%20clip-path='url(%23a)'%3e%3cpath%20fill='%23F2F4F6'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23607890'%20d='M20%207.769c7.183%200%2013%205.694%2013%2012.692%200%205.122-3.115%209.703-7.946%2011.706-.16.032-.255.064-.382.064a.82.82%200%200%201-.794-.541c-.19-.445.032-.923.477-1.113%204.195-1.718%206.897-5.694%206.897-10.116%200-6.075-5.054-11.006-11.284-11.006S8.685%2014.418%208.685%2020.46c0%203.881%202.13%207.507%205.562%209.479l.223.096c.381.19.826.286%201.303.286%201.623%200%202.933-1.227%203.317-2.952a5.51%205.51%200%200%201-1.251-.324%206.643%206.643%200%200%201-4.163-4.325c-.255-.89.413-1.813%201.398-1.813h10.108c.985%200%201.652.923%201.398%201.813-.751%202.495-2.979%204.393-5.717%204.674-.442%202.671-2.5%204.613-5.058%204.613a4.77%204.77%200%200%201-2.034-.445l-.319-.128C9.48%2029.177%207%2024.946%207%2020.461%207%2013.463%2012.817%207.77%2020%207.77Zm-2.701%206.774c.35%200%20.636.286.636.635v4.2h-2.512v-4.2c0-.35.286-.635.636-.636h1.24Zm6.96%200c.35%200%20.636.285.636.635v4.2h-2.51v-4.2c0-.35.286-.636.635-.636h1.24Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='a'%3e%3cpath%20fill='%23fff'%20d='M0%200h40v40H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",G="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cg%20clip-path='url(%23a)'%3e%3cpath%20fill='%23ECF3FF'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%234E56EA'%20d='M20%207.769c7.183%200%2013%205.694%2013%2012.692%200%205.122-3.115%209.702-7.946%2011.706-.159.032-.254.064-.381.064a.821.821%200%200%201-.795-.541c-.19-.445.032-.923.477-1.113%204.195-1.718%206.897-5.694%206.897-10.116%200-5.885-4.743-10.697-10.703-10.992l-.581-.013c-6.23%200-11.283%204.962-11.283%2011.005%200%203.881%202.13%207.508%205.562%209.48l.223.096c.381.19.826.286%201.303.286%201.623%200%202.933-1.227%203.317-2.952a5.515%205.515%200%200%201-1.251-.324%206.644%206.644%200%200%201-4.164-4.326c-.254-.89.414-1.813%201.4-1.813h10.107c.985%200%201.652.922%201.398%201.813-.75%202.495-2.978%204.392-5.716%204.674-.442%202.672-2.5%204.613-5.06%204.613-.73%200-1.43-.159-2.034-.445l-.318-.127C9.48%2029.177%207%2024.946%207%2020.461%207%2013.463%2012.816%207.77%2020%207.77Zm-2.701%206.774c.35%200%20.635.286.636.635v4.2h-2.512v-4.2c0-.35.286-.635.636-.636h1.24Zm6.96%200c.35%200%20.636.286.636.635v4.2h-2.51v-4.2c0-.35.286-.636.635-.636h1.24Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='a'%3e%3cpath%20fill='%23fff'%20d='M0%200h40v40H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",C="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23F2F4F6'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23607890'%20d='M31.917%208.042%207%2020.181l8.608%202.32%2010.827-8.6-7.233%2010.466%209.373%208.591%203.341-24.916Z'/%3e%3c/svg%3e",L="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23ECF3FF'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%234E56EA'%20d='M31.917%208.042%207%2020.181l8.608%202.32%2010.827-8.6-7.233%2010.466%209.373%208.591%203.341-24.916Z'/%3e%3c/svg%3e",N="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='url(%23reapit-lettings-disabled__a)'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23fff'%20d='M32.576%206C12.293%206%208.776%2025.887%207.424%2034H9.1c.45-2.977%203.493-14.748%2010.899-20.287%200%200-5.633%206.976-6.572%2015.051%203.426-.652%2013.845-3.372%2016.056-12.927l-3.84-.61c1.352-1.351%204.909-5.17%206.931-9.226V6Z'/%3e%3cdefs%3e%3clinearGradient%20id='reapit-lettings-disabled__a'%20x1='20.702'%20x2='20.702'%20y1='.351'%20y2='31.228'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='.075'%20stop-color='%23798DA1'/%3e%3cstop%20offset='.575'%20stop-color='%23607890'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",W="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='url(%23reapit-lettings__a)'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23fff'%20d='M32.576%206C12.293%206%208.776%2025.887%207.424%2034H9.1c.45-2.977%203.493-14.748%2010.899-20.287%200%200-5.633%206.976-6.572%2015.051%203.426-.652%2013.845-3.372%2016.056-12.927l-3.84-.61c1.352-1.351%204.909-5.17%206.931-9.226V6Z'/%3e%3cdefs%3e%3clinearGradient%20id='reapit-lettings__a'%20x1='20.702'%20x2='20.702'%20y1='.351'%20y2='31.228'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%235573FD'/%3e%3cstop%20offset='.575'%20stop-color='%234E56EA'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",O="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='url(%23reapit-pm-disabled__a)'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23fff'%20d='M8.375%2013v14L20.5%2034l12.124-7v-7.737l-1.687-.975-2.806-1.62-1.082-.624v4.83l-.002%204.83H13.95V16.07l3.275-1.89%202.192-1.265%201.082-.625%203.275%201.877%202.192%201.256%201.083.62V9.782L20.5%206%208.376%2013Z'/%3e%3cdefs%3e%3clinearGradient%20id='reapit-pm-disabled__a'%20x1='20.702'%20x2='20.702'%20y1='.351'%20y2='31.228'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='.075'%20stop-color='%23798DA1'/%3e%3cstop%20offset='.575'%20stop-color='%23607890'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",U="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='url(%23reapit-pm__a)'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23fff'%20d='M8.375%2013v14L20.5%2034l12.124-7v-7.737l-1.687-.975-2.806-1.62-1.082-.624v4.83l-.002%204.83H13.95V16.07l3.275-1.89%202.192-1.265%201.082-.625%203.275%201.877%202.192%201.256%201.083.62V9.782L20.5%206%208.376%2013Z'/%3e%3cdefs%3e%3clinearGradient%20id='reapit-pm__a'%20x1='20.702'%20x2='20.702'%20y1='.351'%20y2='31.228'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%235573FD'/%3e%3cstop%20offset='.575'%20stop-color='%234E56EA'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",q="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23F2F4F6'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23607890'%20d='M16.037%2011.648c-1.782-1.53-4.199-2.515-6.87-2.628v17.178c2.956.114%205.632%201.198%207.6%202.889.968.832%201.766%201.81%202.343%202.893V17.993c0-2.47-1.177-4.717-3.073-6.345ZM30.833%209.02c-2.671.113-5.089%201.098-6.87%202.628-1.896%201.628-3.073%203.874-3.073%206.344V31.98a10.076%2010.076%200%200%201%202.343-2.893c1.968-1.691%204.644-2.776%207.6-2.89V9.02Z'/%3e%3c/svg%3e",T="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23ECF3FF'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%234E56EA'%20d='M16.037%2011.648c-1.782-1.53-4.199-2.515-6.87-2.628v17.178c2.956.114%205.632%201.198%207.6%202.889.968.832%201.766%201.81%202.343%202.893V17.993c0-2.47-1.177-4.717-3.073-6.345ZM30.833%209.02c-2.671.113-5.089%201.098-6.87%202.628-1.896%201.628-3.073%203.874-3.073%206.344V31.98a10.076%2010.076%200%200%201%202.343-2.893c1.968-1.691%204.644-2.776%207.6-2.89V9.02Z'/%3e%3c/svg%3e",Y="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='url(%23reapit-sales-disabled__a)'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23fff'%20d='M10.41%206v3.779h15.048v19.537h4.132V6H10.41Z'/%3e%3cpath%20fill='%23fff'%20d='M20.967%2034V13.837L10.41%209.78v20.166L20.967%2034Z'/%3e%3cdefs%3e%3clinearGradient%20id='reapit-sales-disabled__a'%20x1='20.702'%20x2='20.702'%20y1='.351'%20y2='31.228'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='.075'%20stop-color='%23798DA1'/%3e%3cstop%20offset='.575'%20stop-color='%23607890'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",k="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='url(%23reapit-sales__a)'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23fff'%20d='M10.41%206v3.779h15.048v19.537h4.132V6H10.41Z'/%3e%3cpath%20fill='%23fff'%20d='M20.967%2034V13.837L10.41%209.78v20.166L20.967%2034Z'/%3e%3cdefs%3e%3clinearGradient%20id='reapit-sales__a'%20x1='20.702'%20x2='20.702'%20y1='.351'%20y2='31.228'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%235573FD'/%3e%3cstop%20offset='.575'%20stop-color='%234E56EA'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",K="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23F2F4F6'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23607890'%20d='m17.713%2016.581%203.058%203.057c2.352%202.352%204.84.257%205.793-1.265.562-.896%201.067-1.752%201.438-2.585.868-1.95%201.001-3.5.356-4.146-.646-.645-2.195-.512-4.146.356-2.06.917-4.346%202.533-6.498%204.583Zm8.355-6.841c-4.35-2.577-9.987-2.148-13.909%201.287l4.421%204.421c3.38-3.231%206.857-5.262%209.488-5.707Zm-15.041%202.419c-3.435%203.922-3.864%209.559-1.286%2013.909.445-2.632%202.475-6.108%205.707-9.488l-4.421-4.421Zm8.988%2015.231.002-.002c-2.217%201.58-4.337%202.576-6.084%202.871%204.35%202.578%209.986%202.149%2013.909-1.286l-1.736-1.736c-2.567-2.567-4.366-1-6.091.153Zm-3.72.374c2.521-1.384%206.276-4.061%202.851-7.486l-2.565-2.565c-2.05%202.153-3.665%204.438-4.582%206.5-.868%201.95-1.001%203.5-.356%204.145.646.646%202.195.512%204.146-.355.168-.075.336-.155.506-.239ZM30.26%2013.931c-.304%201.798-1.35%203.99-3.01%206.275-.137.176-.276.36-.412.551-.987%201.392-1.778%203.17.312%205.261l1.824%201.824c3.433-3.923%203.863-9.56%201.286-13.91Z'/%3e%3c/svg%3e",z="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23ECF3FF'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%234E56EA'%20d='m17.713%2016.581%203.058%203.057c2.352%202.352%204.84.257%205.793-1.265.562-.896%201.067-1.752%201.438-2.585.868-1.95%201.001-3.5.356-4.146-.646-.645-2.195-.512-4.146.356-2.06.917-4.346%202.533-6.498%204.583Zm8.355-6.841c-4.35-2.577-9.987-2.148-13.909%201.287l4.421%204.421c3.38-3.231%206.857-5.262%209.488-5.707Zm-15.041%202.419c-3.435%203.922-3.864%209.559-1.286%2013.909.445-2.632%202.475-6.108%205.707-9.488l-4.421-4.421Zm8.988%2015.231.002-.002c-2.217%201.58-4.337%202.576-6.084%202.871%204.35%202.578%209.986%202.149%2013.909-1.286l-1.736-1.736c-2.567-2.567-4.366-1-6.091.153Zm-3.72.374c2.521-1.384%206.276-4.061%202.851-7.486l-2.565-2.565c-2.05%202.153-3.665%204.438-4.582%206.5-.868%201.95-1.001%203.5-.356%204.145.646.646%202.195.512%204.146-.355.168-.075.336-.155.506-.239ZM30.26%2013.931c-.304%201.798-1.35%203.99-3.01%206.275-.137.176-.276.36-.412.551-.987%201.392-1.778%203.17.312%205.261l1.824%201.824c3.433-3.923%203.863-9.56%201.286-13.91Z'/%3e%3c/svg%3e",$="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23ECF3FF'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%234C56F3'%20d='M31.134%208.083c-6.688%200-17.64%205.486-11.323%2023.27h1.456s-1.033-3.718-1.209-6.292c10.92-2.944%2011.453-12.402%2011.076-16.978Z'/%3e%3cpath%20fill='%234C56F3'%20d='M16.906%2014.772c-2.743-2.685-7.716-1.976-7.716-1.976-.13%203.048-.013%2010.335%208.04%2013.65-2.183-7.183-.324-11.674-.324-11.674Z'/%3e%3c/svg%3e",X="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20fill='none'%20viewBox='0%200%2040%2040'%3e%3cpath%20fill='%23F2F4F6'%20d='M0%208a8%208%200%200%201%208-8h24a8%208%200%200%201%208%208v24a8%208%200%200%201-8%208H8a8%208%200%200%201-8-8V8Z'/%3e%3cpath%20fill='%23607890'%20d='M31.134%208.083c-6.688%200-17.64%205.486-11.323%2023.27h1.456s-1.033-3.718-1.209-6.292c10.92-2.944%2011.453-12.402%2011.076-16.978Z'/%3e%3cpath%20fill='%23607890'%20d='M16.906%2014.772c-2.743-2.685-7.716-1.976-7.716-1.976-.13%203.048-.013%2010.335%208.04%2013.65-2.183-7.183-.324-11.674-.324-11.674Z'/%3e%3c/svg%3e";function m({hasAccess:t,productId:a}){switch(a){case"agentBox":return t?e.jsx("img",{src:k}):e.jsx("img",{src:Y});case"autoResponder":return t?e.jsx("img",{src:D}):e.jsx("img",{src:B});case"consoleCloud":return t?e.jsx("img",{src:U}):e.jsx("img",{src:O});case"ireBdm":return t?e.jsx("img",{src:$}):e.jsx("img",{src:X});case"ireWeb":return t?e.jsx("img",{src:W}):e.jsx("img",{src:N});case"mmiWeb":return t?e.jsx("img",{src:G}):e.jsx("img",{src:R});case"reapitForms":return t?e.jsx("img",{src:L}):e.jsx("img",{src:C});case"reapitWebsites":return t?e.jsx("img",{src:z}):e.jsx("img",{src:K});case"reapitProposals":return t?e.jsx("img",{src:T}):e.jsx("img",{src:q});case"keyWhere":return t?e.jsx("img",{src:H}):e.jsx("img",{src:P})}}const h=r.createContext(!1);function u(){return r.useContext(h)}function v({children:t}){return e.jsx(p.Menu.Group,{label:"EXPLORE",children:e.jsx(h.Provider,{value:!1,children:t})})}const f=d.styled_default("a")({name:"ElAppSwitcherMenuItemAnchor",class:"el-app-switcher-menu-item-anchor",propsAsIs:!1}),w=d.styled_default("div")({name:"ElAppSwitcherMenuItemAvatar",class:"el-app-switcher-menu-item-avatar",propsAsIs:!1}),x=d.styled_default("span")({name:"ElAppSwitcherMenuItemLabel",class:"el-app-switcher-menu-item-label",propsAsIs:!1}),M=d.styled_default("span")({name:"ElAppSwitcherMenuItemSupplementaryInfo",class:"el-app-switcher-menu-item-supplementary-info",propsAsIs:!1});function A({avatar:t,appName:a,href:l,supplementaryInfo:i,...c}){const n=r.useId(),o=r.useId();return e.jsxs(f,{...c,"aria-labelledby":n,"aria-describedby":o,href:l,target:"_blank",rel:"noreferrer",children:[e.jsx(w,{"aria-hidden":!0,children:t}),e.jsx(x,{id:n,children:a}),e.jsx(M,{id:o,children:i})]})}function Z({"aria-label":t,...a}){return e.jsx(j.TopBarNavIconItemButton,{...a,"aria-label":t??"App Switcher",icon:e.jsx(V.AppSwitcherIcon,{})})}const J={autoResponder:{appName:"Auto Responder",supplementaryInfo:"Auto-enquiry follow up"},agentBox:{appName:"Reapit Sales",supplementaryInfo:"Real estate CRM"},consoleCloud:{appName:"Reapit PM",supplementaryInfo:"Property management"},ireBdm:{appName:"Lettings BDM",supplementaryInfo:"Business development"},ireWeb:{appName:"Reapit Lettings",supplementaryInfo:"Leasing management"},keyWhere:{appName:"KeyWhere",supplementaryInfo:"Key management"},mmiWeb:{appName:"Move Me In",supplementaryInfo:"Utility connections service"},reapitForms:{appName:"Reapit Forms",supplementaryInfo:"Documents & digital signing"},reapitWebsites:{appName:"Reapit Websites",supplementaryInfo:"Website builder"},reapitProposals:{appName:"Reapit Proposals",supplementaryInfo:"Interactive digital proposals"}},F=["ireWeb","consoleCloud","agentBox","keyWhere","ireBdm","mmiWeb"];function I({appName:t,avatar:a,href:l,productId:i,supplementaryInfo:c,...n}){const o=u(),{appName:E,supplementaryInfo:_}=J[i];return e.jsx(s.MenuItem,{...n,appName:t??E,avatar:a??e.jsx(s.AppAvatar,{hasAccess:o,productId:i}),href:l,supplementaryInfo:c??_})}function b({children:t}){return e.jsx(p.Menu.Group,{label:"YOUR APPS",children:e.jsx(h.Provider,{value:!0,children:t})})}function g(t,a){for(const l of a)if(new RegExp(`^${l}$`,"i").test(t))return!0;return!1}function y(t){return F.filter(a=>g(a,t))}function S(t){return F.filter(a=>!g(a,t))}function s({children:t,id:a,...l}){const i=a??r.useId(),c=r.useId();return e.jsxs(e.Fragment,{children:[e.jsx(Z,{...l,...p.Menu.getTriggerProps({id:i,popoverTarget:c,popoverTargetAction:"toggle"})}),e.jsx(p.Menu,{"aria-labelledby":i,id:c,placement:"bottom-start",children:t})]})}s.AppAvatar=m;s.Divider=p.Menu.Divider;s.ExploreMenuGroup=v;s.MenuItem=A;s.ProductMenuItem=I;s.YourAppsMenuGroup=b;s.getDisplayableProductsForExploreGroup=S;s.getDisplayableProductsForYourAppsGroup=y;exports.AppAvatar=m;exports.AppSwitcher=s;exports.AppSwitcherExploreMenuGroup=v;exports.AppSwitcherMenuGroupHasAccessContext=h;exports.AppSwitcherMenuItem=A;exports.AppSwitcherNavIconButton=Z;exports.AppSwitcherProductMenuItem=I;exports.AppSwitcherYourAppsMenuGroup=b;exports.ElAppSwitcherMenuItemAnchor=f;exports.ElAppSwitcherMenuItemAvatar=w;exports.ElAppSwitcherMenuItemLabel=x;exports.ElAppSwitcherMenuItemSupplementaryInfo=M;exports.getDisplayableProductsForExploreGroup=S;exports.getDisplayableProductsForYourAppsGroup=y;exports.isProductAccessible=g;exports.useAppSwitcherMenuGroupHasAccessContext=u;
@@ -1 +1 @@
1
- "use strict";const e=require("react/jsx-runtime"),o=require("react"),l=require("./index-Dmlb2--K.cjs"),n=require("./label-text-B9Uq4DGJ.cjs"),d=require("./mergeRefs-D-i3MDCB.cjs"),u=l.styled_default("svg")({name:"ElCheckboxSvgIcon",class:"el-checkbox-svg-icon",propsAsIs:!1}),p=l.styled_default("svg")({name:"ElCheckboxSelectedSvgIcon",class:"el-checkbox-selected-svg-icon",propsAsIs:!1}),b=l.styled_default("svg")({name:"ElCheckboxIndeterminateSvgIcon",class:"el-checkbox-indeterminate-svg-icon",propsAsIs:!1}),f=l.styled_default("label")({name:"ElCheckbox",class:"el-checkbox",propsAsIs:!1}),k=l.styled_default("input")({name:"ElCheckboxInput",class:"el-checkbox-input",propsAsIs:!1}),m=()=>n.LabelText,C=l.styled_default(m())({name:"ElCheckboxLabelText",class:"el-checkbox-label-text",propsAsIs:!0}),g=()=>n.LabelText,I=l.styled_default(g())({name:"ElCheckboxSupplementaryInfo",class:"el-checkbox-supplementary-info",propsAsIs:!0}),v=s=>e.jsx(u,{...s,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:e.jsx("path",{fill:"currentColor",d:"M20,2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V4A2,2,0,0,0,20,2Zm0,18H4V4H20Z"})}),E=s=>e.jsx(p,{...s,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:e.jsx("path",{fill:"currentColor",d:"M20,2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V4A2,2,0,0,0,20,2ZM18,9.17l-7.07,7.07a1,1,0,0,1-.71.3,1,1,0,0,1-.7-.3L6,12.71a1,1,0,0,1,0-1.42,1,1,0,0,1,1.41,0l2.83,2.83L16.6,7.76A1,1,0,0,1,18,9.17Z"})}),w=s=>e.jsxs(b,{...s,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:[e.jsx("path",{fill:"currentColor",d:"M20,2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V4A2,2,0,0,0,20,2Zm0,18H4V4H20Z"}),e.jsx("path",{fill:"currentColor",d:"M8,13h8a1,1,0,0,0,0-2H8a1,1,0,0,0,0,2Z"})]}),j=o.forwardRef(({label:s,supplementaryInfo:r,required:a,isIndeterminate:t=!1,className:x,...i},h)=>{const c=o.useRef(null);return o.useEffect(()=>{c.current&&(c.current.indeterminate=!!t)},[t]),e.jsxs(f,{className:x,children:[e.jsx(k,{type:"checkbox",ref:d.mergeRefs(c,h),...i,"aria-hidden":!0}),e.jsx(v,{"aria-hidden":!0}),e.jsx(E,{"aria-hidden":!0}),t&&e.jsx(w,{"aria-hidden":!0}),e.jsx(C,{variant:"strong",size:"medium",isRequired:a,children:s}),e.jsx(I,{variant:"soft",size:"small",children:r})]})});exports.Checkbox=j;
1
+ "use strict";const e=require("react/jsx-runtime"),o=require("react"),t=require("./index-Dmlb2--K.cjs"),n=require("./label-text-B1ns1vg_.cjs"),d=require("./mergeRefs-D-i3MDCB.cjs"),u=t.styled_default("svg")({name:"ElCheckboxSvgIcon",class:"el-checkbox-svg-icon",propsAsIs:!1}),p=t.styled_default("svg")({name:"ElCheckboxSelectedSvgIcon",class:"el-checkbox-selected-svg-icon",propsAsIs:!1}),b=t.styled_default("svg")({name:"ElCheckboxIndeterminateSvgIcon",class:"el-checkbox-indeterminate-svg-icon",propsAsIs:!1}),f=t.styled_default("label")({name:"ElCheckbox",class:"el-checkbox",propsAsIs:!1}),k=t.styled_default("input")({name:"ElCheckboxInput",class:"el-checkbox-input",propsAsIs:!1}),C=()=>n.LabelText,m=t.styled_default(C())({name:"ElCheckboxLabelText",class:"el-checkbox-label-text",propsAsIs:!0}),g=()=>n.LabelText,I=t.styled_default(g())({name:"ElCheckboxSupplementaryInfo",class:"el-checkbox-supplementary-info",propsAsIs:!0}),v=s=>e.jsx(u,{...s,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:e.jsx("path",{fill:"currentColor",d:"M20,2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V4A2,2,0,0,0,20,2Zm0,18H4V4H20Z"})}),E=s=>e.jsx(p,{...s,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:e.jsx("path",{fill:"currentColor",d:"M20,2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V4A2,2,0,0,0,20,2ZM18,9.17l-7.07,7.07a1,1,0,0,1-.71.3,1,1,0,0,1-.7-.3L6,12.71a1,1,0,0,1,0-1.42,1,1,0,0,1,1.41,0l2.83,2.83L16.6,7.76A1,1,0,0,1,18,9.17Z"})}),w=s=>e.jsxs(b,{...s,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:[e.jsx("path",{fill:"currentColor",d:"M20,2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V4A2,2,0,0,0,20,2Zm0,18H4V4H20Z"}),e.jsx("path",{fill:"currentColor",d:"M8,13h8a1,1,0,0,0,0-2H8a1,1,0,0,0,0,2Z"})]}),j=o.forwardRef(({label:s,supplementaryInfo:r,required:a,isIndeterminate:l=!1,className:x,...i},h)=>{const c=o.useRef(null);return o.useEffect(()=>{c.current&&(c.current.indeterminate=!!l)},[l]),e.jsxs(f,{className:x,children:[e.jsx(k,{type:"checkbox",ref:d.mergeRefs(c,h),...i,"aria-hidden":!0}),e.jsx(v,{"aria-hidden":!0}),e.jsx(E,{"aria-hidden":!0}),l&&e.jsx(w,{"aria-hidden":!0}),e.jsx(m,{variant:"strong",size:"sm",isRequired:a,children:s}),e.jsx(I,{variant:"soft",size:"xs",children:r})]})});exports.Checkbox=j;
@@ -1,13 +1,13 @@
1
1
  import { jsx as e, jsxs as n } from "react/jsx-runtime";
2
- import { forwardRef as x, useRef as m, useEffect as b } from "react";
2
+ import { forwardRef as p, useRef as b, useEffect as m } from "react";
3
3
  import { s } from "./index-YtxCR-9e.js";
4
- import { L as t } from "./label-text-CKoAX5LO.js";
4
+ import { L as t } from "./label-text-CSJE0no8.js";
5
5
  import { m as d } from "./mergeRefs-DODigRi2.js";
6
- const u = /* @__PURE__ */ s("svg")({
6
+ const f = /* @__PURE__ */ s("svg")({
7
7
  name: "ElCheckboxSvgIcon",
8
8
  class: "el-checkbox-svg-icon",
9
9
  propsAsIs: !1
10
- }), f = /* @__PURE__ */ s("svg")({
10
+ }), u = /* @__PURE__ */ s("svg")({
11
11
  name: "ElCheckboxSelectedSvgIcon",
12
12
  class: "el-checkbox-selected-svg-icon",
13
13
  propsAsIs: !1
@@ -31,13 +31,13 @@ const u = /* @__PURE__ */ s("svg")({
31
31
  name: "ElCheckboxSupplementaryInfo",
32
32
  class: "el-checkbox-supplementary-info",
33
33
  propsAsIs: !0
34
- }), A = (o) => /* @__PURE__ */ e(u, { ...o, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ e(
34
+ }), A = (o) => /* @__PURE__ */ e(f, { ...o, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ e(
35
35
  "path",
36
36
  {
37
37
  fill: "currentColor",
38
38
  d: "M20,2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V4A2,2,0,0,0,20,2Zm0,18H4V4H20Z"
39
39
  }
40
- ) }), H = (o) => /* @__PURE__ */ e(f, { ...o, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ e(
40
+ ) }), H = (o) => /* @__PURE__ */ e(u, { ...o, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ e(
41
41
  "path",
42
42
  {
43
43
  fill: "currentColor",
@@ -52,18 +52,18 @@ const u = /* @__PURE__ */ s("svg")({
52
52
  }
53
53
  ),
54
54
  /* @__PURE__ */ e("path", { fill: "currentColor", d: "M8,13h8a1,1,0,0,0,0-2H8a1,1,0,0,0,0,2Z" })
55
- ] }), R = x(
56
- ({ label: o, supplementaryInfo: r, required: a, isIndeterminate: c = !1, className: h, ...i }, p) => {
57
- const l = m(null);
58
- return b(() => {
55
+ ] }), R = p(
56
+ ({ label: o, supplementaryInfo: r, required: a, isIndeterminate: c = !1, className: h, ...i }, x) => {
57
+ const l = b(null);
58
+ return m(() => {
59
59
  l.current && (l.current.indeterminate = !!c);
60
60
  }, [c]), /* @__PURE__ */ n(C, { className: h, children: [
61
- /* @__PURE__ */ e(I, { type: "checkbox", ref: d(l, p), ...i, "aria-hidden": !0 }),
61
+ /* @__PURE__ */ e(I, { type: "checkbox", ref: d(l, x), ...i, "aria-hidden": !0 }),
62
62
  /* @__PURE__ */ e(A, { "aria-hidden": !0 }),
63
63
  /* @__PURE__ */ e(H, { "aria-hidden": !0 }),
64
64
  c && /* @__PURE__ */ e(S, { "aria-hidden": !0 }),
65
- /* @__PURE__ */ e(v, { variant: "strong", size: "medium", isRequired: a, children: o }),
66
- /* @__PURE__ */ e(w, { variant: "soft", size: "small", children: r })
65
+ /* @__PURE__ */ e(v, { variant: "strong", size: "sm", isRequired: a, children: o }),
66
+ /* @__PURE__ */ e(w, { variant: "soft", size: "xs", children: r })
67
67
  ] });
68
68
  }
69
69
  );
@@ -1 +1 @@
1
- "use strict";const l=require("react/jsx-runtime"),c=require("./label-text-B9Uq4DGJ.cjs"),o=require("./index-Dmlb2--K.cjs"),r=o.styled_default("legend")({name:"ElLegend",class:"el-legend",propsAsIs:!1}),t=o.styled_default("fieldset")({name:"ElCheckboxGroup",class:"el-checkbox-group",propsAsIs:!1}),a=({isRequired:e,label:s})=>l.jsx(r,{children:l.jsx(c.LabelText,{variant:"soft",isRequired:e,children:s})}),n=({orientation:e="vertical",children:s})=>l.jsx(t,{"aria-orientation":e,children:s});n.Label=a;exports.CheckboxGroup=n;exports.ElCheckboxGroup=t;exports.ElLegend=r;
1
+ "use strict";const l=require("react/jsx-runtime"),c=require("./label-text-B1ns1vg_.cjs"),o=require("./index-Dmlb2--K.cjs"),r=o.styled_default("legend")({name:"ElLegend",class:"el-legend",propsAsIs:!1}),t=o.styled_default("fieldset")({name:"ElCheckboxGroup",class:"el-checkbox-group",propsAsIs:!1}),a=({isRequired:e,label:s})=>l.jsx(r,{children:l.jsx(c.LabelText,{variant:"soft",isRequired:e,children:s})}),n=({orientation:e="vertical",children:s})=>l.jsx(t,{"aria-orientation":e,children:s});n.Label=a;exports.CheckboxGroup=n;exports.ElCheckboxGroup=t;exports.ElLegend=r;
@@ -1,5 +1,5 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
- import { L as a } from "./label-text-CKoAX5LO.js";
2
+ import { L as a } from "./label-text-CSJE0no8.js";
3
3
  import { s as r } from "./index-YtxCR-9e.js";
4
4
  const l = /* @__PURE__ */ r("legend")({
5
5
  name: "ElLegend",
@@ -0,0 +1 @@
1
+ "use strict";const e=require("react/jsx-runtime"),d=require("./icons/checkbox.cjs"),l=require("./icons/checkbox-indeterminate.cjs"),k=require("./icons/checkbox-selected.cjs"),n=require("./index-Dmlb2--K.cjs"),b=require("react"),t=n.styled_default("div")({name:"ElCheckboxInputContainer",class:"el-checkbox-input-container",propsAsIs:!1}),o=n.styled_default("input")({name:"ElCheckboxInput",class:"el-checkbox-input",propsAsIs:!1}),c="el-checkbox-input-icon",s=b.forwardRef(({className:a,showValidity:i,style:h,type:r="checkbox",...u},x)=>e.jsxs(t,{className:a,style:h,children:[e.jsx(o,{...u,"data-show-validity":!!i,ref:x,type:r}),e.jsx(l.CheckboxIndeterminateIcon,{"aria-hidden":!0,className:c,"data-show-when":"indeterminate"}),e.jsx(k.CheckboxSelectedIcon,{"aria-hidden":!0,className:c,"data-show-when":"checked"}),e.jsx(d.CheckboxIcon,{"aria-hidden":!0,className:c,"data-show-when":"unchecked"})]}));s.displayName="CheckboxInput";exports.CheckboxInput=s;exports.ElCheckboxInput=o;exports.ElCheckboxInputContainer=t;exports.elCheckboxInputIcon=c;
@@ -0,0 +1,34 @@
1
+ import { jsxs as h, jsx as e } from "react/jsx-runtime";
2
+ import { CheckboxIcon as p } from "./icons/checkbox.js";
3
+ import { CheckboxIndeterminateIcon as d } from "./icons/checkbox-indeterminate.js";
4
+ import { CheckboxSelectedIcon as l } from "./icons/checkbox-selected.js";
5
+ import { s as a } from "./index-YtxCR-9e.js";
6
+ import { forwardRef as m } from "react";
7
+ const u = /* @__PURE__ */ a("div")({
8
+ name: "ElCheckboxInputContainer",
9
+ class: "el-checkbox-input-container",
10
+ propsAsIs: !1
11
+ }), x = /* @__PURE__ */ a("input")({
12
+ name: "ElCheckboxInput",
13
+ class: "el-checkbox-input",
14
+ propsAsIs: !1
15
+ }), o = "el-checkbox-input-icon", k = m(
16
+ ({ className: n, showValidity: t, style: c, type: s = "checkbox", ...r }, i) => (
17
+ // Consumer-supplied class names and inline styles are applied to the root "container" element,
18
+ // not the input. This is because we don't want consumers to _easily_ override the input's styles
19
+ // as they're specific to the correct functioning of the component.
20
+ /* @__PURE__ */ h(u, { className: n, style: c, children: [
21
+ /* @__PURE__ */ e(x, { ...r, "data-show-validity": !!t, ref: i, type: s }),
22
+ /* @__PURE__ */ e(d, { "aria-hidden": !0, className: o, "data-show-when": "indeterminate" }),
23
+ /* @__PURE__ */ e(l, { "aria-hidden": !0, className: o, "data-show-when": "checked" }),
24
+ /* @__PURE__ */ e(p, { "aria-hidden": !0, className: o, "data-show-when": "unchecked" })
25
+ ] })
26
+ )
27
+ );
28
+ k.displayName = "CheckboxInput";
29
+ export {
30
+ k as C,
31
+ u as E,
32
+ x as a,
33
+ o as e
34
+ };