@layers-app/shared 0.2.8 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. package/dist/api/giphy/slice.d.ts +1 -1
  2. package/dist/api/giphy/slice.d.ts.map +1 -1
  3. package/dist/api/unsplash/slice.d.ts +1 -1
  4. package/dist/api/unsplash/slice.d.ts.map +1 -1
  5. package/dist/assets/layers-logo-icon.svg2.js +4 -0
  6. package/dist/components/AliasTextInput/AliasTextInput.d.ts.map +1 -1
  7. package/dist/components/AliasTextInput/AliasTextInput.js +8 -7
  8. package/dist/components/AppContainer/AppContainer.module.css.js +1 -1
  9. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.d.ts.map +1 -1
  10. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.js +123 -114
  11. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +1 -1
  12. package/dist/components/AppShell/AppShell.module.css.js +5 -5
  13. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
  14. package/dist/components/AttachmentsGalleryModal/styles.module.css.js +14 -14
  15. package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +1 -1
  16. package/dist/components/BouncingLogo/BouncingLogo.module.css.js +8 -8
  17. package/dist/components/CollapsibleContainer/CollapsibleContainer.module.css.js +1 -1
  18. package/dist/components/CommentComposer/CommentComposer.module.css.js +4 -4
  19. package/dist/components/CommunitiesDialog/index.d.ts.map +1 -1
  20. package/dist/components/CommunitiesDialog/index.js +47 -46
  21. package/dist/components/CommunitiesDialog/styles.module.css.js +1 -1
  22. package/dist/components/Copyright/Copyright.module.css.js +1 -1
  23. package/dist/components/Copyright/index.d.ts.map +1 -1
  24. package/dist/components/Copyright/index.js +8 -7
  25. package/dist/components/CustomKBD/CustomKBD.module.css.js +1 -1
  26. package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
  27. package/dist/components/EntityTitle/EntityTitle.module.css.js +1 -1
  28. package/dist/components/ErrorPage/components/Error404.d.ts.map +1 -1
  29. package/dist/components/FeatureProgress/FeatureProgress.module.css.js +49 -49
  30. package/dist/components/FilePicker/FilePicker.d.ts +2 -4
  31. package/dist/components/FilePicker/FilePicker.d.ts.map +1 -1
  32. package/dist/components/FilePicker/FilePicker.js +236 -247
  33. package/dist/components/FilePicker/FilePicker.module.css.js +10 -12
  34. package/dist/components/FilePicker/FilePickerGallery.d.ts.map +1 -1
  35. package/dist/components/FilePicker/FilePickerGallery.js +33 -59
  36. package/dist/components/FilePicker/FilePickerGiphy.d.ts +1 -1
  37. package/dist/components/FilePicker/FilePickerGiphy.d.ts.map +1 -1
  38. package/dist/components/FilePicker/FilePickerGiphy.js +51 -52
  39. package/dist/components/FilePicker/FilePickerLink.d.ts.map +1 -1
  40. package/dist/components/FilePicker/FilePickerLink.js +19 -22
  41. package/dist/components/FilePicker/FilePickerUnsplash.d.ts +1 -1
  42. package/dist/components/FilePicker/FilePickerUnsplash.d.ts.map +1 -1
  43. package/dist/components/FilePicker/FilePickerUnsplash.js +64 -65
  44. package/dist/components/FilePicker/FilePickerUpload.d.ts.map +1 -1
  45. package/dist/components/FilePicker/FilePickerUpload.js +35 -51
  46. package/dist/components/FilePicker/api/giphyApi.d.ts +2 -2
  47. package/dist/components/FilePicker/api/giphyApi.d.ts.map +1 -1
  48. package/dist/components/FilePicker/api/giphyApi.js +11 -14
  49. package/dist/components/FilePicker/api/unsplashApi.d.ts +2 -2
  50. package/dist/components/FilePicker/api/unsplashApi.d.ts.map +1 -1
  51. package/dist/components/FilePicker/api/unsplashApi.js +14 -19
  52. package/dist/components/FilePicker/index.d.ts +0 -1
  53. package/dist/components/FilePicker/index.d.ts.map +1 -1
  54. package/dist/components/FormViewer/FormViewer.module.css.js +20 -20
  55. package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +1 -1
  56. package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +1 -1
  57. package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.module.css.js +1 -1
  58. package/dist/components/FormViewer/components/fields/SelectableCard/PictureSelectableCard.d.ts.map +1 -1
  59. package/dist/components/FormViewer/components/fields/SelectableCard/PictureSelectableCard.js +70 -72
  60. package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +8 -8
  61. package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +4 -4
  62. package/dist/components/FormViewer/helpers/conditions.d.ts +84 -84
  63. package/dist/components/FormViewer/helpers/helpers.d.ts +84 -84
  64. package/dist/components/FormViewer/helpers/steps.d.ts +84 -84
  65. package/dist/components/FormViewer/helpers/steps.d.ts.map +1 -1
  66. package/dist/components/FormViewer/helpers/steps.js +22 -21
  67. package/dist/components/FormViewer/hooks/useActiveControl.d.ts +71 -71
  68. package/dist/components/FormViewer/hooks/useActiveStep.d.ts +84 -84
  69. package/dist/components/FormViewer/store/formStore.d.ts +357 -357
  70. package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
  71. package/dist/components/FormViewer/store/formStoreApi.d.ts +178 -178
  72. package/dist/components/FormViewer/store/selectors.d.ts +23861 -23861
  73. package/dist/components/FormViewer/types/schemes.d.ts +1139 -1139
  74. package/dist/components/ImageCropper/ImageCropper.module.css.js +38 -38
  75. package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +11 -11
  76. package/dist/components/LanguagePicker/LanguagePicker.module.css.js +1 -1
  77. package/dist/components/Loaders/styles.module.css.js +6 -6
  78. package/dist/components/Logotype.d.ts +4 -3
  79. package/dist/components/Logotype.d.ts.map +1 -1
  80. package/dist/components/Logotype.js +56 -33
  81. package/dist/components/MediaLibrary/MediaLibrary.module.css.js +2 -2
  82. package/dist/components/NavMenu/NavMenu.module.css.js +12 -12
  83. package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
  84. package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
  85. package/dist/components/Notification/Notification.module.css.js +1 -1
  86. package/dist/components/OnBoarding/OnBoardingPage.js +35 -35
  87. package/dist/components/OnBoarding/steps/DifferentLayouts/styles.module.css.js +3 -3
  88. package/dist/components/OnBoarding/steps/styles.module.css.js +9 -9
  89. package/dist/components/OnBoarding/styles.module.css.js +7 -7
  90. package/dist/components/SearchFilters/SearchFilters.module.css.js +1 -1
  91. package/dist/components/SettingsSection/styles.module.css.js +1 -1
  92. package/dist/components/StorageUsageProgress/StorageUsageProgress.module.css.js +1 -1
  93. package/dist/components/WorkspaceAvatar/WorkspaceAvatar.js +10 -10
  94. package/dist/components/table/FrontTable.d.ts.map +1 -1
  95. package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
  96. package/dist/config/brand.d.ts +48 -0
  97. package/dist/config/brand.d.ts.map +1 -0
  98. package/dist/config/brand.js +69 -0
  99. package/dist/config/envConfig.d.ts +70 -0
  100. package/dist/config/envConfig.d.ts.map +1 -0
  101. package/dist/config/envConfig.js +29 -0
  102. package/dist/constants.d.ts +1 -1
  103. package/dist/constants.d.ts.map +1 -1
  104. package/dist/constants.js +7 -6
  105. package/dist/helpers/showFeatureFeedback.module.css.js +4 -4
  106. package/dist/helpers/showNotifications.module.css.js +1 -1
  107. package/dist/hooks/useDisableWindowScroll.js +3 -3
  108. package/dist/index.css +1 -1
  109. package/dist/index.d.ts +2 -0
  110. package/dist/index.d.ts.map +1 -1
  111. package/dist/index.js +429 -423
  112. package/dist/lang/locales/ui_en.json.js +15 -15
  113. package/dist/lang/locales/ui_es.json.js +13 -13
  114. package/dist/lang/locales/ui_ru.json.js +12 -12
  115. package/docs/README.md +499 -499
  116. package/package.json +75 -78
  117. package/dist/assets/svg/default_icon.svg.js +0 -4
  118. package/dist/components/FilePicker/coverCollections.d.ts +0 -4
  119. package/dist/components/FilePicker/coverCollections.d.ts.map +0 -1
  120. package/dist/components/FilePicker/coverCollections.js +0 -164
  121. /package/dist/assets/{svg/layers-logo-full.svg.js → layers-logo-full.svg2.js} +0 -0
@@ -5,7 +5,7 @@ type Data = {
5
5
  totalPages: number;
6
6
  hasMore: boolean;
7
7
  };
8
- export declare const giphyApi: (token?: string) => import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, {
8
+ export declare const giphyApi: (_token?: string) => import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, {
9
9
  getPhotos: import("@reduxjs/toolkit/query").QueryDefinition<ApiGiphy.Request, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, Data, "giphyApi", unknown>;
10
10
  }, "giphyApi", never, typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
11
11
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"slice.d.ts","sourceRoot":"","sources":["../../../src/api/giphy/slice.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAInC,KAAK,IAAI,GAAG;IACV,KAAK,EAAE,QAAQ,CAAC,KAAK,EAAE,CAAC;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,QAAQ,MAAM;;kJAgDnC,CAAC"}
1
+ {"version":3,"file":"slice.d.ts","sourceRoot":"","sources":["../../../src/api/giphy/slice.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAEnC,KAAK,IAAI,GAAG;IACV,KAAK,EAAE,QAAQ,CAAC,KAAK,EAAE,CAAC;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,SAAS,MAAM;;kJAgDpC,CAAC"}
@@ -5,7 +5,7 @@ type Data = {
5
5
  totalPages: number;
6
6
  hasMore: boolean;
7
7
  };
8
- export declare const unsplashApi: (clientId?: string) => import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, {
8
+ export declare const unsplashApi: (_clientId?: string) => import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, {
9
9
  getPhotos: import("@reduxjs/toolkit/query").QueryDefinition<ApiUnsplash.Request, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, Data, "unsplashApi", unknown>;
10
10
  }, "unsplashApi", never, typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
11
11
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"slice.d.ts","sourceRoot":"","sources":["../../../src/api/unsplash/slice.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAItC,KAAK,IAAI,GAAG;IACV,KAAK,EAAE,WAAW,CAAC,KAAK,EAAE,CAAC;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,WAAW,MAAM;;qJAkDzC,CAAC"}
1
+ {"version":3,"file":"slice.d.ts","sourceRoot":"","sources":["../../../src/api/unsplash/slice.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAEtC,KAAK,IAAI,GAAG;IACV,KAAK,EAAE,WAAW,CAAC,KAAK,EAAE,CAAC;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,YAAY,MAAM;;qJA8C1C,CAAC"}
@@ -0,0 +1,4 @@
1
+ const C = "data:image/svg+xml,%3csvg%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M44.9277%2024.1827C44.9277%2027.0249%2044.9065%2029.867%2044.9357%2032.7064C44.9594%2035.0289%2043.9605%2036.6796%2041.9123%2037.8317C36.9624%2040.6135%2032.0365%2043.4347%2027.1317%2046.2925C25.0198%2047.5232%2023.0219%2047.5443%2020.8994%2046.3056C15.9575%2043.4241%2010.9866%2040.5924%206.00233%2037.7844C4.04679%2036.6823%203.06902%2035.0736%203.06372%2032.8718C3.06372%2027.0144%203.06372%2021.1569%203.07697%2015.2994C3.08227%2013.2%204.015%2011.6228%205.86454%2010.5705C10.9522%207.67584%2016.0451%204.79172%2021.1114%201.86301C23.1067%200.708307%2025.0066%200.760794%2026.9807%201.90237C31.9702%204.78647%2036.9784%207.64434%2041.9944%2010.4864C43.9313%2011.5834%2044.941%2013.1737%2044.9303%2015.3992C44.9171%2018.3279%2044.9277%2021.2566%2044.9303%2024.1853L44.9277%2024.1827ZM22.3144%2043.1617C22.3144%2037.5246%2022.2879%2032.2%2022.3356%2026.8726C22.3462%2025.6339%2021.9143%2024.8624%2020.812%2024.2483C16.7791%2022.0045%2012.7911%2019.6795%208.78461%2017.391C8.07712%2016.9869%207.35637%2016.609%206.4899%2016.1365C6.4899%2021.7579%206.51375%2027.1639%206.47134%2032.5674C6.46074%2033.73%206.92976%2034.4148%207.91812%2034.966C11.7153%2037.0917%2015.4806%2039.2698%2019.2592%2041.427C20.1999%2041.9624%2021.1432%2042.4951%2022.317%2043.159L22.3144%2043.1617ZM41.4141%2034.0606C41.4485%2033.6355%2041.4804%2033.4255%2041.4804%2033.2129C41.4829%2027.3108%2041.4697%2021.4088%2041.5015%2015.5067C41.5068%2014.5069%2041.1093%2013.8849%2040.2535%2013.3994C35.1209%2010.4917%2030.0067%207.55775%2024.8821%204.63952C24.6436%204.50305%2024.3628%204.44269%2023.9997%204.31148C23.9997%206.28758%2024.0607%208.12197%2023.9758%209.95373C23.9308%2010.9378%2024.3229%2011.4339%2025.1523%2011.8826C27.4736%2013.1396%2029.7206%2014.5331%2032.0497%2015.7771C34.3524%2017.0052%2035.4282%2018.8134%2035.3461%2021.4166C35.2613%2024.1669%2035.2984%2026.9251%2035.3567%2029.678C35.3647%2030.1084%2035.6402%2030.7147%2035.9873%2030.9298C37.6964%2031.9952%2039.4745%2032.9557%2041.4167%2034.0606H41.4141ZM14.4101%209.63094C14.4101%2011.775%2014.4551%2013.6487%2014.3889%2015.5172C14.3598%2016.3676%2014.6168%2016.8583%2015.3799%2017.2781C17.8098%2018.6086%2020.1654%2020.0704%2022.6085%2021.3773C24.7893%2022.5425%2025.7671%2024.2851%2025.7327%2026.7021C25.6929%2029.4524%2025.7088%2032.2052%2025.7432%2034.9581C25.7485%2035.3885%2025.8545%2036.0289%2026.146%2036.2125C27.9505%2037.3515%2029.8213%2038.3907%2031.8006%2039.5376C31.8483%2039.1439%2031.8934%2038.9417%2031.8934%2038.7424C31.8934%2032.8009%2031.9252%2026.8621%2031.8431%2020.9234C31.8351%2020.2804%2031.3104%2019.4406%2030.7646%2019.0522C29.4477%2018.1127%2027.977%2017.3858%2026.5647%2016.5774C22.6033%2014.3127%2018.6392%2012.0505%2014.4101%209.63619V9.63094Z'%20fill='currentColor'/%3e%3c/svg%3e";
2
+ export {
3
+ C as default
4
+ };
@@ -1 +1 @@
1
- {"version":3,"file":"AliasTextInput.d.ts","sourceRoot":"","sources":["../../../src/components/AliasTextInput/AliasTextInput.tsx"],"names":[],"mappings":"AAEA,OAAO,EAGL,SAAS,EAGT,UAAU,EAGV,cAAc,EAEf,MAAM,eAAe,CAAC;AAEvB,KAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE;QACJ,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;QAChE,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;QACpB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;KACzB,CAAC;IACF,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE;QACZ,gBAAgB,EAAE,MAAM,CAAC;KAC1B,CAAC;IACF,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,cAAc,CAAC,EAAE,IAAI,CACnB,cAAc,EACd,OAAO,GAAG,UAAU,GAAG,QAAQ,GAAG,OAAO,CAC1C,CAAC;IACF,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,mJAW5B,mBAAmB,4CAmFrB,CAAC"}
1
+ {"version":3,"file":"AliasTextInput.d.ts","sourceRoot":"","sources":["../../../src/components/AliasTextInput/AliasTextInput.tsx"],"names":[],"mappings":"AAEA,OAAO,EAGL,SAAS,EAGT,UAAU,EAGV,cAAc,EAEf,MAAM,eAAe,CAAC;AAIvB,KAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE;QACJ,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;QAChE,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;QACpB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;KACzB,CAAC;IACF,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE;QACZ,gBAAgB,EAAE,MAAM,CAAC;KAC1B,CAAC;IACF,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,cAAc,CAAC,EAAE,IAAI,CACnB,cAAc,EACd,OAAO,GAAG,UAAU,GAAG,QAAQ,GAAG,OAAO,CAC1C,CAAC;IACF,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,mJAW5B,mBAAmB,4CAmFrB,CAAC"}
@@ -2,7 +2,8 @@ import { jsxs as i, jsx as r } from "react/jsx-runtime";
2
2
  import { HelpCircleIcon as g } from "@hugeicons/core-free-icons";
3
3
  import { HugeiconsIcon as v } from "@hugeicons/react";
4
4
  import { Stack as x, Flex as l, Text as c, TextInput as y, Loader as w, Box as z, Tooltip as L } from "@mantine/core";
5
- const C = ({
5
+ import { brand as S } from "../../config/brand.js";
6
+ const b = ({
6
7
  form: a,
7
8
  label: n,
8
9
  disabled: o,
@@ -10,9 +11,9 @@ const C = ({
10
11
  stackProps: m,
11
12
  flexProps: s,
12
13
  textInputProps: p,
13
- isCheckingAlias: u,
14
+ isCheckingAlias: h,
14
15
  previewMode: e = !1,
15
- tooltipLabel: h
16
+ tooltipLabel: u
16
17
  }) => {
17
18
  const { error: t, ...f } = a;
18
19
  return /* @__PURE__ */ i(x, { gap: 5, ...m, children: [
@@ -42,7 +43,7 @@ const C = ({
42
43
  c: o ? "dimmed" : "gray",
43
44
  lh: "sm",
44
45
  style: { whiteSpace: "nowrap" },
45
- children: "app.layers.md/"
46
+ children: S.appUrl.replace(/^https?:\/\//, "")
46
47
  }
47
48
  ) }),
48
49
  /* @__PURE__ */ r(
@@ -55,7 +56,7 @@ const C = ({
55
56
  maxLength: 50,
56
57
  disabled: o,
57
58
  readOnly: !a.onChange,
58
- rightSection: u ? /* @__PURE__ */ r(w, { size: 14 }) : void 0,
59
+ rightSection: h ? /* @__PURE__ */ r(w, { size: 14 }) : void 0,
59
60
  ...f,
60
61
  ...p,
61
62
  styles: {
@@ -68,7 +69,7 @@ const C = ({
68
69
  }
69
70
  )
70
71
  ] }),
71
- e && /* @__PURE__ */ r(z, { w: 20, h: 20, children: /* @__PURE__ */ r(L, { label: h || d, children: /* @__PURE__ */ r(v, { size: 20, color: "gray", icon: g }) }) })
72
+ e && /* @__PURE__ */ r(z, { w: 20, h: 20, children: /* @__PURE__ */ r(L, { label: u || d, children: /* @__PURE__ */ r(v, { size: 20, color: "gray", icon: g }) }) })
72
73
  ]
73
74
  }
74
75
  ),
@@ -76,5 +77,5 @@ const C = ({
76
77
  ] });
77
78
  };
78
79
  export {
79
- C as AliasTextInput
80
+ b as AliasTextInput
80
81
  };
@@ -1,4 +1,4 @@
1
- const t = "_toolTitleInput_12w1k_37", n = "_appSidebarButton_12w1k_67", o = "_slideContainer_12w1k_109", e = "_slideContent_12w1k_121", i = "_main_12w1k_151", s = {
1
+ const t = "_toolTitleInput_14hbr_19", n = "_appSidebarButton_14hbr_34", o = "_slideContainer_14hbr_55", e = "_slideContent_14hbr_61", i = "_main_14hbr_76", s = {
2
2
  toolTitleInput: t,
3
3
  appSidebarButton: n,
4
4
  slideContainer: o,
@@ -1 +1 @@
1
- {"version":3,"file":"HelpMenu.d.ts","sourceRoot":"","sources":["../../../../../../src/components/AppContainer/components/menus/HelpMenu/HelpMenu.tsx"],"names":[],"mappings":"AAkCA,eAAO,MAAM,QAAQ,+CAqPpB,CAAC"}
1
+ {"version":3,"file":"HelpMenu.d.ts","sourceRoot":"","sources":["../../../../../../src/components/AppContainer/components/menus/HelpMenu/HelpMenu.tsx"],"names":[],"mappings":"AAoCA,eAAO,MAAM,QAAQ,+CAoQpB,CAAC"}
@@ -1,150 +1,157 @@
1
- import { jsxs as s, jsx as e, Fragment as x } from "react/jsx-runtime";
2
- import { useState as F, useRef as j, useCallback as m, useEffect as A } from "react";
3
- import { useTranslation as _ } from "react-i18next";
4
- import { DiscountTag02Icon as R, CustomerSupportIcon as $, Book02Icon as B, Structure02Icon as E, Layers01Icon as O, BookOpen01Icon as U, LicenseIcon as W } from "@hugeicons/core-free-icons";
5
- import { HugeiconsIcon as n } from "@hugeicons/react";
6
- import { Stack as N, Button as h, Menu as o, Popover as u, UnstyledButton as G, Group as H, Text as I } from "@mantine/core";
7
- import { IconChevronRight as K } from "@tabler/icons-react";
8
- import Y from "../../../../../assets/svg/discord-icon.svg.js";
9
- import q from "../../../../../assets/svg/telegram-icon.svg.js";
10
- import J from "../../../../../assets/svg/whatsapp-icon.svg.js";
11
- import { isFeature as Q } from "../../../../../helpers/feature.js";
12
- import { resetFeatureFlow as V } from "../../../../../store/featureProgress.js";
13
- import { useAppContainerDataStore as X } from "../../../hooks/useAppContainerDataStore.js";
14
- import { WhatsNew as Z } from "./WhatsNew.js";
15
- import { resetOnboarding as ee } from "../../../../OnboardingTour/useOnboardingTour.js";
16
- import { FeatureProgressKey as te } from "../../../../FeatureProgress/constants.js";
17
- const ve = () => {
18
- const { t } = _("helpMenu"), [S, g] = F(!1), a = j(null), {
19
- showMessenger: f,
20
- showNewMessage: b,
21
- workspaceMenu: y,
22
- getFirstPageLink: M,
23
- version: T,
24
- updatedAt: z,
25
- privacyPolicyLink: D,
1
+ import { jsxs as s, jsx as e, Fragment as k } from "react/jsx-runtime";
2
+ import { useState as j, useRef as A, useMemo as _, useCallback as h, useEffect as $ } from "react";
3
+ import { useTranslation as B } from "react-i18next";
4
+ import { DiscountTag02Icon as R, CustomerSupportIcon as U, Book02Icon as O, Structure02Icon as H, Layers01Icon as N, BookOpen01Icon as W, LicenseIcon as G } from "@hugeicons/core-free-icons";
5
+ import { HugeiconsIcon as i } from "@hugeicons/react";
6
+ import { Stack as K, Button as u, Menu as n, Popover as g, UnstyledButton as Y, Group as q, Text as S } from "@mantine/core";
7
+ import { IconChevronRight as J } from "@tabler/icons-react";
8
+ import Q from "../../../../../assets/svg/discord-icon.svg.js";
9
+ import V from "../../../../../assets/svg/telegram-icon.svg.js";
10
+ import X from "../../../../../assets/svg/whatsapp-icon.svg.js";
11
+ import { brand as o } from "../../../../../config/brand.js";
12
+ import { getEnvConfig as Z } from "../../../../../config/envConfig.js";
13
+ import { isFeature as ee } from "../../../../../helpers/feature.js";
14
+ import { resetFeatureFlow as te } from "../../../../../store/featureProgress.js";
15
+ import { useAppContainerDataStore as oe } from "../../../hooks/useAppContainerDataStore.js";
16
+ import { WhatsNew as re } from "./WhatsNew.js";
17
+ import { resetOnboarding as ne } from "../../../../OnboardingTour/useOnboardingTour.js";
18
+ import { FeatureProgressKey as ie } from "../../../../FeatureProgress/constants.js";
19
+ const Me = () => {
20
+ const { t } = B("helpMenu"), [y, f] = j(!1), c = A(null), M = _(() => {
21
+ const r = Z().analytics;
22
+ return r?.intercomEnabled !== !1 && !!r?.intercomAppId;
23
+ }, []), {
24
+ showMessenger: w,
25
+ showNewMessage: T,
26
+ workspaceMenu: z,
27
+ getFirstPageLink: C,
28
+ version: E,
29
+ updatedAt: D,
30
+ privacyPolicyLink: x,
26
31
  userAgreementLink: L,
27
- whatsNewItems: w
28
- } = X(), C = () => {
29
- p();
32
+ whatsNewItems: b
33
+ } = oe(), P = () => {
34
+ m();
30
35
  const r = new URL(window.location.href);
31
36
  r.searchParams.get("view") === "graph" && (r.searchParams.delete("view"), window.history.replaceState(
32
37
  window.history.state,
33
38
  "",
34
39
  `${r.pathname}${r.search}${r.hash}`
35
- )), ee("graph"), V(te.GraphStart);
36
- const d = window.location.pathname.split("/").filter(Boolean), P = d[0], v = d[1] === "pages" ? d[2] : void 0, c = P || y.active.workspaceId;
37
- if (c) {
40
+ )), ne("graph"), te(ie.GraphStart);
41
+ const p = window.location.pathname.split("/").filter(Boolean), F = p[0], v = p[1] === "pages" ? p[2] : void 0, l = F || z.active.workspaceId;
42
+ if (l) {
38
43
  if (v) {
39
- window.location.assign(`/${c}/pages/${v}`);
44
+ window.location.assign(`/${l}/pages/${v}`);
40
45
  return;
41
46
  }
42
- const k = M?.(c);
43
- if (k) {
44
- window.location.assign(k);
47
+ const I = C?.(l);
48
+ if (I) {
49
+ window.location.assign(I);
45
50
  return;
46
51
  }
47
- window.location.assign(`/${c}/pages`);
52
+ window.location.assign(`/${l}/pages`);
48
53
  return;
49
54
  }
50
55
  window.location.assign("/");
51
- }, i = m(() => {
52
- a.current && (window.clearTimeout(a.current), a.current = null);
53
- }, []), l = m(() => {
54
- i(), g(!0);
55
- }, [i]), p = m(() => {
56
- i(), a.current = window.setTimeout(() => {
57
- g(!1);
56
+ }, a = h(() => {
57
+ c.current && (window.clearTimeout(c.current), c.current = null);
58
+ }, []), d = h(() => {
59
+ a(), f(!0);
60
+ }, [a]), m = h(() => {
61
+ a(), c.current = window.setTimeout(() => {
62
+ f(!1);
58
63
  }, 120);
59
- }, [i]);
60
- return A(() => () => {
61
- i();
62
- }, [i]), /* @__PURE__ */ s(N, { gap: 6, p: 4, children: [
63
- /* @__PURE__ */ e(
64
- h,
64
+ }, [a]);
65
+ return $(() => () => {
66
+ a();
67
+ }, [a]), /* @__PURE__ */ s(K, { gap: 6, p: 4, children: [
68
+ o.social.whatsappEnabled && /* @__PURE__ */ e(
69
+ u,
65
70
  {
66
71
  component: "a",
67
- href: "https://wa.me/37378291264",
72
+ href: o.social.whatsapp,
68
73
  target: "_blank",
69
74
  bg: "#00C000",
70
- leftSection: /* @__PURE__ */ e(J, { width: 16, height: 16 }),
75
+ leftSection: /* @__PURE__ */ e(X, { width: 16, height: 16 }),
71
76
  c: "white",
72
77
  size: "sm",
73
78
  justify: "flex-start",
74
79
  children: t("joinWhatsApp")
75
80
  }
76
81
  ),
77
- /* @__PURE__ */ e(
78
- h,
82
+ o.social.telegramEnabled && /* @__PURE__ */ e(
83
+ u,
79
84
  {
80
85
  component: "a",
81
- href: "https://t.me/layers_app",
86
+ href: o.social.telegram,
82
87
  target: "_blank",
83
88
  bg: "blue.5",
84
- leftSection: /* @__PURE__ */ e(q, { width: 16, height: 16 }),
89
+ leftSection: /* @__PURE__ */ e(V, { width: 16, height: 16 }),
85
90
  c: "white",
86
91
  size: "sm",
87
92
  justify: "flex-start",
88
93
  children: t("joinTelegram")
89
94
  }
90
95
  ),
91
- /* @__PURE__ */ e(
92
- h,
96
+ o.social.discordEnabled && /* @__PURE__ */ e(
97
+ u,
93
98
  {
94
99
  component: "a",
95
- href: "https://discord.gg/mEd2PbchRD",
100
+ href: o.social.discord,
96
101
  target: "_blank",
97
102
  bg: "indigo.6",
98
- leftSection: /* @__PURE__ */ e(Y, { width: 16, height: 16 }),
103
+ leftSection: /* @__PURE__ */ e(Q, { width: 16, height: 16 }),
99
104
  c: "white",
100
105
  size: "sm",
101
106
  justify: "flex-start",
102
107
  children: t("joinDiscord")
103
108
  }
104
109
  ),
105
- /* @__PURE__ */ e(o.Divider, {}),
106
- /* @__PURE__ */ e(
107
- o.Item,
108
- {
109
- onClick: () => {
110
- f(), b(t("contactSalesMessage"));
111
- },
112
- leftSection: /* @__PURE__ */ e(n, { icon: R, size: 16 }),
113
- children: t("contactSales")
114
- }
115
- ),
116
- /* @__PURE__ */ e(
117
- o.Item,
118
- {
119
- onClick: f,
120
- leftSection: /* @__PURE__ */ e(n, { icon: $, size: 16 }),
121
- children: t("getSupport")
122
- }
123
- ),
124
- /* @__PURE__ */ e(o.Divider, {}),
125
- Q() && /* @__PURE__ */ s(
126
- u,
110
+ (o.social.whatsappEnabled || o.social.telegramEnabled || o.social.discordEnabled) && /* @__PURE__ */ e(n.Divider, {}),
111
+ M && /* @__PURE__ */ s(k, { children: [
112
+ /* @__PURE__ */ e(
113
+ n.Item,
114
+ {
115
+ onClick: () => {
116
+ w(), T(t("contactSalesMessage"));
117
+ },
118
+ leftSection: /* @__PURE__ */ e(i, { icon: R, size: 16 }),
119
+ children: t("contactSales")
120
+ }
121
+ ),
122
+ /* @__PURE__ */ e(
123
+ n.Item,
124
+ {
125
+ onClick: w,
126
+ leftSection: /* @__PURE__ */ e(i, { icon: U, size: 16 }),
127
+ children: t("getSupport")
128
+ }
129
+ ),
130
+ /* @__PURE__ */ e(n.Divider, {})
131
+ ] }),
132
+ ee() && /* @__PURE__ */ s(
133
+ g,
127
134
  {
128
- opened: S,
135
+ opened: y,
129
136
  width: 200,
130
137
  position: "right-start",
131
138
  offset: 10,
132
139
  withinPortal: !0,
133
140
  shadow: "md",
134
141
  children: [
135
- /* @__PURE__ */ e(u.Target, { children: /* @__PURE__ */ e("div", { onMouseEnter: l, onMouseLeave: p, children: /* @__PURE__ */ e(
136
- o.Item,
142
+ /* @__PURE__ */ e(g.Target, { children: /* @__PURE__ */ e("div", { onMouseEnter: d, onMouseLeave: m, children: /* @__PURE__ */ e(
143
+ n.Item,
137
144
  {
138
- leftSection: /* @__PURE__ */ e(n, { icon: B, size: 16 }),
139
- rightSection: /* @__PURE__ */ e(K, { size: 14 }),
145
+ leftSection: /* @__PURE__ */ e(i, { icon: O, size: 16 }),
146
+ rightSection: /* @__PURE__ */ e(J, { size: 14 }),
140
147
  onClick: (r) => {
141
- r.preventDefault(), l();
148
+ r.preventDefault(), d();
142
149
  },
143
150
  children: t("tutorials")
144
151
  }
145
152
  ) }) }),
146
153
  /* @__PURE__ */ e(
147
- u.Dropdown,
154
+ g.Dropdown,
148
155
  {
149
156
  py: 4,
150
157
  ml: 6,
@@ -152,27 +159,27 @@ const ve = () => {
152
159
  backgroundColor: "light-dark(var(--app-shell-bg),var(--mantine-color-dark-6))",
153
160
  border: "none"
154
161
  },
155
- onMouseEnter: l,
156
- onMouseLeave: p,
162
+ onMouseEnter: d,
163
+ onMouseLeave: m,
157
164
  children: /* @__PURE__ */ e(
158
- G,
165
+ Y,
159
166
  {
160
- onClick: C,
167
+ onClick: P,
161
168
  style: {
162
169
  width: "100%",
163
170
  borderRadius: 12,
164
171
  padding: "6px 12px"
165
172
  },
166
- children: /* @__PURE__ */ s(H, { gap: 10, children: [
173
+ children: /* @__PURE__ */ s(q, { gap: 10, children: [
167
174
  /* @__PURE__ */ e(
168
- n,
175
+ i,
169
176
  {
170
- icon: E,
177
+ icon: H,
171
178
  size: 16,
172
179
  color: "var(--mantine-color-dimmed)"
173
180
  }
174
181
  ),
175
- /* @__PURE__ */ e(I, { size: "sm", c: "bright", children: t("mindMap") })
182
+ /* @__PURE__ */ e(S, { size: "sm", c: "bright", children: t("mindMap") })
176
183
  ] })
177
184
  }
178
185
  )
@@ -182,56 +189,58 @@ const ve = () => {
182
189
  }
183
190
  ),
184
191
  /* @__PURE__ */ e(
185
- o.Item,
192
+ n.Item,
186
193
  {
187
- leftSection: /* @__PURE__ */ e(n, { icon: O, size: 16 }),
194
+ leftSection: /* @__PURE__ */ e(i, { icon: N, size: 16 }),
188
195
  component: "a",
189
- href: "https://layers.md/",
196
+ href: o.websiteUrl,
190
197
  target: "_blank",
191
198
  children: t("aboutLayers")
192
199
  }
193
200
  ),
194
201
  /* @__PURE__ */ e(
195
- o.Item,
202
+ n.Item,
196
203
  {
197
204
  variant: "outline",
198
205
  component: "a",
199
206
  target: "_blank",
200
207
  href: L,
201
- leftSection: /* @__PURE__ */ e(n, { icon: U, size: 16 }),
208
+ leftSection: /* @__PURE__ */ e(i, { icon: W, size: 16 }),
202
209
  children: t("userAgreement")
203
210
  }
204
211
  ),
205
212
  /* @__PURE__ */ e(
206
- o.Item,
213
+ n.Item,
207
214
  {
208
215
  variant: "outline",
209
216
  component: "a",
210
217
  target: "_blank",
211
- href: D,
212
- leftSection: /* @__PURE__ */ e(n, { icon: W, size: 16 }),
218
+ href: x,
219
+ leftSection: /* @__PURE__ */ e(i, { icon: G, size: 16 }),
213
220
  children: t("termsAndPrivacy")
214
221
  }
215
222
  ),
216
- /* @__PURE__ */ e(o.Divider, {}),
217
- !!w?.length && /* @__PURE__ */ s(x, { children: [
218
- /* @__PURE__ */ e(Z, { items: w }),
219
- /* @__PURE__ */ e(o.Divider, {})
223
+ /* @__PURE__ */ e(n.Divider, {}),
224
+ !!b?.length && /* @__PURE__ */ s(k, { children: [
225
+ /* @__PURE__ */ e(re, { items: b }),
226
+ /* @__PURE__ */ e(n.Divider, {})
220
227
  ] }),
221
- /* @__PURE__ */ s(I, { size: "xs", c: "dimmed", children: [
228
+ /* @__PURE__ */ s(S, { size: "xs", c: "dimmed", children: [
222
229
  t("updated"),
223
230
  " ",
224
- z,
231
+ D,
225
232
  /* @__PURE__ */ e("br", {}),
226
- "Layers v",
227
- T,
233
+ o.name,
234
+ " v",
235
+ E,
228
236
  /* @__PURE__ */ e("br", {}),
229
237
  "© ",
230
238
  (/* @__PURE__ */ new Date()).getFullYear(),
231
- " Layers Web Application"
239
+ " ",
240
+ o.copyrightHolder
232
241
  ] })
233
242
  ] });
234
243
  };
235
244
  export {
236
- ve as HelpMenu
245
+ Me as HelpMenu
237
246
  };
@@ -1,4 +1,4 @@
1
- const t = "_dot_w7tk6_1", o = "_line_w7tk6_17", e = {
1
+ const t = "_dot_h8jhb_1", o = "_line_h8jhb_9", e = {
2
2
  dot: t,
3
3
  line: o
4
4
  };
@@ -1,6 +1,6 @@
1
- const t = "_root_10w7v_1", e = "_header_10w7v_17", o = "_section_10w7v_39", _ = "_leftSidebar_10w7v_55", n = "_rightSidebar_10w7v_71", r = "_main_10w7v_87", i = "_workContent_10w7v_103", a = {
2
- root: t,
3
- header: e,
1
+ const e = "_root_9zlef_1", t = "_header_9zlef_9", o = "_section_9zlef_20", _ = "_leftSidebar_9zlef_28", n = "_rightSidebar_9zlef_36", r = "_main_9zlef_44", i = "_workContent_9zlef_52", a = {
2
+ root: e,
3
+ header: t,
4
4
  section: o,
5
5
  leftSidebar: _,
6
6
  rightSidebar: n,
@@ -9,11 +9,11 @@ const t = "_root_10w7v_1", e = "_header_10w7v_17", o = "_section_10w7v_39", _ =
9
9
  };
10
10
  export {
11
11
  a as default,
12
- e as header,
12
+ t as header,
13
13
  _ as leftSidebar,
14
14
  r as main,
15
15
  n as rightSidebar,
16
- t as root,
16
+ e as root,
17
17
  o as section,
18
18
  i as workContent
19
19
  };
@@ -1,7 +1,7 @@
1
- const a = {
2
- "vod-player": "_vod-player_1paib_1",
3
- "vod-player__player": "_vod-player__player_1paib_25"
1
+ const e = {
2
+ "vod-player": "_vod-player_be6om_1",
3
+ "vod-player__player": "_vod-player__player_be6om_13"
4
4
  };
5
5
  export {
6
- a as default
6
+ e as default
7
7
  };
@@ -1,29 +1,29 @@
1
- const o = "_container_sq5v9_1", t = "_root_sq5v9_13", n = "_carouselRoot_sq5v9_27", e = "_carouselViewport_sq5v9_35", a = "_carouselSlide_sq5v9_43", s = "_navButton_sq5v9_57", _ = "_navButtonPrev_sq5v9_83", r = "_navButtonNext_sq5v9_91", v = "_modalContent_sq5v9_99", c = "_modalBody_sq5v9_109", i = "_videoContainer_sq5v9_121", l = "_imageContainer_sq5v9_131", u = {
1
+ const o = "_container_1jpi5_1", t = "_root_1jpi5_7", n = "_carouselRoot_1jpi5_14", e = "_carouselViewport_1jpi5_18", a = "_carouselSlide_1jpi5_22", _ = "_navButton_1jpi5_29", i = "_navButtonPrev_1jpi5_42", r = "_navButtonNext_1jpi5_46", c = "_modalContent_1jpi5_50", s = "_modalBody_1jpi5_55", l = "_videoContainer_1jpi5_61", u = "_imageContainer_1jpi5_66", d = {
2
2
  container: o,
3
3
  root: t,
4
4
  carouselRoot: n,
5
5
  carouselViewport: e,
6
6
  carouselSlide: a,
7
- navButton: s,
8
- navButtonPrev: _,
7
+ navButton: _,
8
+ navButtonPrev: i,
9
9
  navButtonNext: r,
10
- modalContent: v,
11
- modalBody: c,
12
- videoContainer: i,
13
- imageContainer: l
10
+ modalContent: c,
11
+ modalBody: s,
12
+ videoContainer: l,
13
+ imageContainer: u
14
14
  };
15
15
  export {
16
16
  n as carouselRoot,
17
17
  a as carouselSlide,
18
18
  e as carouselViewport,
19
19
  o as container,
20
- u as default,
21
- l as imageContainer,
22
- c as modalBody,
23
- v as modalContent,
24
- s as navButton,
20
+ d as default,
21
+ u as imageContainer,
22
+ s as modalBody,
23
+ c as modalContent,
24
+ _ as navButton,
25
25
  r as navButtonNext,
26
- _ as navButtonPrev,
26
+ i as navButtonPrev,
27
27
  t as root,
28
- i as videoContainer
28
+ l as videoContainer
29
29
  };
@@ -1,4 +1,4 @@
1
- const e = "_imagePreviewWrapper_1814g_1", t = "_deleteButton_1814g_11", o = "_downloadButton_1814g_25", i = "_filePreviewList_1814g_63", r = "_fileDownloadName_1814g_89", a = "_filePreviewWrapper_1814g_101", l = {
1
+ const e = "_imagePreviewWrapper_qqm20_1", t = "_deleteButton_qqm20_6", o = "_downloadButton_qqm20_13", i = "_filePreviewList_qqm20_32", r = "_fileDownloadName_qqm20_45", a = "_filePreviewWrapper_qqm20_51", l = {
2
2
  imagePreviewWrapper: e,
3
3
  deleteButton: t,
4
4
  downloadButton: o,
@@ -1,15 +1,15 @@
1
- const o = "_wrapper_1n4or_1", s = "_logo_1n4or_15", _ = "_desktop_1n4or_45", t = "_shadow_1n4or_73", d = "_desktopShadow_1n4or_99", p = {
1
+ const o = "_wrapper_1y9p0_1", s = "_logo_1y9p0_8", p = "_desktop_1y9p0_23", _ = "_shadow_1y9p0_37", t = "_desktopShadow_1y9p0_50", d = {
2
2
  wrapper: o,
3
3
  logo: s,
4
- desktop: _,
5
- shadow: t,
6
- desktopShadow: d
4
+ desktop: p,
5
+ shadow: _,
6
+ desktopShadow: t
7
7
  };
8
8
  export {
9
- p as default,
10
- _ as desktop,
11
- d as desktopShadow,
9
+ d as default,
10
+ p as desktop,
11
+ t as desktopShadow,
12
12
  s as logo,
13
- t as shadow,
13
+ _ as shadow,
14
14
  o as wrapper
15
15
  };
@@ -1,4 +1,4 @@
1
- const o = "_accordionRoot_1of7x_1", c = "_accordionControl_1of7x_9", n = "_accordionItem_1of7x_17", t = {
1
+ const o = "_accordionRoot_3pkfo_1", c = "_accordionControl_3pkfo_5", n = "_accordionItem_3pkfo_9", t = {
2
2
  accordionRoot: o,
3
3
  accordionControl: c,
4
4
  accordionItem: n
@@ -1,15 +1,15 @@
1
- const o = "_commentComposerWrapper_f5dl7_1", e = "_commentComposerFloat_f5dl7_135", r = "_composerContainer_f5dl7_193", t = "_editorWrapper_f5dl7_225", p = "_editMode_f5dl7_361", m = {
1
+ const o = "_commentComposerWrapper_1mv8w_1", e = "_commentComposerFloat_1mv8w_68", r = "_composerContainer_1mv8w_97", t = "_editorWrapper_1mv8w_113", m = "_editMode_1mv8w_181", p = {
2
2
  commentComposerWrapper: o,
3
3
  commentComposerFloat: e,
4
4
  composerContainer: r,
5
5
  editorWrapper: t,
6
- editMode: p
6
+ editMode: m
7
7
  };
8
8
  export {
9
9
  e as commentComposerFloat,
10
10
  o as commentComposerWrapper,
11
11
  r as composerContainer,
12
- m as default,
13
- p as editMode,
12
+ p as default,
13
+ m as editMode,
14
14
  t as editorWrapper
15
15
  };