@layers-app/shared 0.3.9 → 0.4.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 (190) hide show
  1. package/dist/components/AnimatedFigurePage/AnimatedFigurePage.module.css.js +10 -10
  2. package/dist/components/AnimatedFigurePage/useParallax.d.ts +2 -2
  3. package/dist/components/AppContainer/AppContainer.module.css.js +1 -1
  4. package/dist/components/AppContainer/components/AppSidebarButton.d.ts +1 -4
  5. package/dist/components/AppContainer/components/AppSidebarButton.d.ts.map +1 -1
  6. package/dist/components/AppContainer/components/AppSidebarButton.js +15 -22
  7. package/dist/components/AppContainer/components/AppsSidebar/AppsSection.d.ts.map +1 -1
  8. package/dist/components/AppContainer/components/AppsSidebar/AppsSection.js +21 -22
  9. package/dist/components/AppContainer/components/AppsSidebar/UserSection.d.ts.map +1 -1
  10. package/dist/components/AppContainer/components/AppsSidebar/UserSection.js +91 -48
  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/GallerySlide.d.ts +1 -3
  14. package/dist/components/AttachmentsGalleryModal/components/GallerySlide.d.ts.map +1 -1
  15. package/dist/components/AttachmentsGalleryModal/components/GallerySlide.js +63 -89
  16. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.d.ts +1 -1
  17. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.d.ts.map +1 -1
  18. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.js +26 -35
  19. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
  20. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.d.ts +1 -1
  21. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.d.ts.map +1 -1
  22. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.js +36 -43
  23. package/dist/components/AttachmentsGalleryModal/hooks/useGetPreviewUrl.d.ts +0 -4
  24. package/dist/components/AttachmentsGalleryModal/hooks/useGetPreviewUrl.d.ts.map +1 -1
  25. package/dist/components/AttachmentsGalleryModal/hooks/useGetPreviewUrl.js +20 -59
  26. package/dist/components/AttachmentsGalleryModal/styles.module.css.js +18 -28
  27. package/dist/components/AttachmentsPreview/AttachmentsPreview.d.ts.map +1 -1
  28. package/dist/components/AttachmentsPreview/AttachmentsPreview.js +18 -22
  29. package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +1 -1
  30. package/dist/components/BouncingLogo/BouncingLogo.module.css.js +8 -8
  31. package/dist/components/CollapsibleContainer/CollapsibleContainer.module.css.js +1 -1
  32. package/dist/components/ColorPicker/ColorPicker.d.ts +18 -23
  33. package/dist/components/ColorPicker/ColorPicker.d.ts.map +1 -1
  34. package/dist/components/ColorPicker/ColorPicker.js +139 -145
  35. package/dist/components/ColorPicker/ColorPicker.module.css.js +8 -8
  36. package/dist/components/ColorPicker/ColorPickerToolbar.d.ts.map +1 -1
  37. package/dist/components/ColorPicker/ColorPickerToolbar.js +88 -71
  38. package/dist/components/ColorPicker/icons.js +4 -4
  39. package/dist/components/CommentComposer/CommentComposer.module.css.js +4 -4
  40. package/dist/components/CommentComposer/CommentEditorHotkeys.d.ts.map +1 -1
  41. package/dist/components/CommentComposer/CommentEditorHotkeys.js +4 -3
  42. package/dist/components/CommentComposer/index.js +1 -1
  43. package/dist/components/CommentComposer/useVirtualAnchor.d.ts +1 -1
  44. package/dist/components/CommentComposer/useVirtualAnchor.d.ts.map +1 -1
  45. package/dist/components/CommunitiesDialog/styles.module.css.js +1 -1
  46. package/dist/components/Copyright/Copyright.module.css.js +1 -1
  47. package/dist/components/CustomKBD/CustomKBD.module.css.js +1 -1
  48. package/dist/components/EmojiPicker/EmojiPanel.d.ts.map +1 -1
  49. package/dist/components/EmojiPicker/EmojiPanel.js +22 -22
  50. package/dist/components/EmojiPicker/EmojiPicker.d.ts +1 -1
  51. package/dist/components/EmojiPicker/EmojiPicker.d.ts.map +1 -1
  52. package/dist/components/EmojiPicker/EmojiPicker.js +1 -0
  53. package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
  54. package/dist/components/EmojiPicker/IconsPanel.js +13 -13
  55. package/dist/components/EntityIcon.d.ts.map +1 -1
  56. package/dist/components/EntityIcon.js +33 -43
  57. package/dist/components/EntityTitle/EntityTitle.module.css.js +1 -1
  58. package/dist/components/ErrorPage/components/Error404.d.ts.map +1 -1
  59. package/dist/components/FeatureProgress/FeatureProgress.module.css.js +49 -49
  60. package/dist/components/FilePicker/FilePicker.d.ts +4 -2
  61. package/dist/components/FilePicker/FilePicker.d.ts.map +1 -1
  62. package/dist/components/FilePicker/FilePicker.js +241 -226
  63. package/dist/components/FilePicker/FilePicker.module.css.js +14 -12
  64. package/dist/components/FilePicker/FilePickerGallery.d.ts.map +1 -1
  65. package/dist/components/FilePicker/FilePickerGallery.js +60 -34
  66. package/dist/components/FilePicker/FilePickerGiphy.d.ts.map +1 -1
  67. package/dist/components/FilePicker/FilePickerGiphy.js +38 -39
  68. package/dist/components/FilePicker/FilePickerLink.d.ts.map +1 -1
  69. package/dist/components/FilePicker/FilePickerLink.js +29 -26
  70. package/dist/components/FilePicker/FilePickerUnsplash.d.ts.map +1 -1
  71. package/dist/components/FilePicker/FilePickerUnsplash.js +42 -43
  72. package/dist/components/FilePicker/FilePickerUpload.d.ts.map +1 -1
  73. package/dist/components/FilePicker/FilePickerUpload.js +51 -35
  74. package/dist/components/FilePicker/coverCollections.d.ts +4 -0
  75. package/dist/components/FilePicker/coverCollections.d.ts.map +1 -0
  76. package/dist/components/FilePicker/coverCollections.js +164 -0
  77. package/dist/components/FilePicker/index.d.ts +1 -0
  78. package/dist/components/FilePicker/index.d.ts.map +1 -1
  79. package/dist/components/FormViewer/FormViewer.module.css.js +20 -20
  80. package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +1 -1
  81. package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +1 -1
  82. package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.module.css.js +1 -1
  83. package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +8 -8
  84. package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +4 -4
  85. package/dist/components/FormViewer/helpers/conditions.d.ts +38 -38
  86. package/dist/components/FormViewer/helpers/helpers.d.ts +38 -38
  87. package/dist/components/FormViewer/helpers/steps.d.ts +38 -38
  88. package/dist/components/FormViewer/hooks/useActiveControl.d.ts +19 -19
  89. package/dist/components/FormViewer/hooks/useActiveStep.d.ts +38 -38
  90. package/dist/components/FormViewer/hooks/useFormGlobalTheme.d.ts +0 -6
  91. package/dist/components/FormViewer/hooks/useFormGlobalTheme.d.ts.map +1 -1
  92. package/dist/components/FormViewer/hooks/useFormGlobalTheme.js +3 -4
  93. package/dist/components/FormViewer/hooks/useFormMobile.d.ts +1 -1
  94. package/dist/components/FormViewer/hooks/useFormMobile.d.ts.map +1 -1
  95. package/dist/components/FormViewer/store/formStore.d.ts +248 -248
  96. package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
  97. package/dist/components/FormViewer/store/formStoreApi.d.ts +124 -124
  98. package/dist/components/FormViewer/store/selectors.d.ts +11655 -11655
  99. package/dist/components/FormViewer/types/form.d.ts +1 -1
  100. package/dist/components/FormViewer/types/form.d.ts.map +1 -1
  101. package/dist/components/FormViewer/types/schemes.d.ts +6358 -381
  102. package/dist/components/FormViewer/types/schemes.d.ts.map +1 -1
  103. package/dist/components/FormViewer/types/schemes.js +1 -1
  104. package/dist/components/GroupAvatar/index.d.ts +1 -3
  105. package/dist/components/GroupAvatar/index.d.ts.map +1 -1
  106. package/dist/components/GroupAvatar/index.js +21 -24
  107. package/dist/components/ImageCropper/ImageCropper.module.css.js +38 -38
  108. package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +11 -11
  109. package/dist/components/LanguagePicker/LanguagePicker.module.css.js +1 -1
  110. package/dist/components/Loaders/styles.module.css.js +6 -6
  111. package/dist/components/MediaLibrary/MediaLibrary.module.css.js +2 -2
  112. package/dist/components/MediaLibrary/MediaLibraryRow.js +7 -7
  113. package/dist/components/NavMenu/NavMenu.d.ts +1 -3
  114. package/dist/components/NavMenu/NavMenu.d.ts.map +1 -1
  115. package/dist/components/NavMenu/NavMenu.module.css.js +12 -12
  116. package/dist/components/NavMenu/components/DnDProvider.d.ts +1 -1
  117. package/dist/components/NavMenu/components/DnDProvider.d.ts.map +1 -1
  118. package/dist/components/NavMenu/components/NavMenuActionIcon.d.ts +1 -7
  119. package/dist/components/NavMenu/components/NavMenuActionIcon.d.ts.map +1 -1
  120. package/dist/components/NavMenu/components/NavMenuActionIcon.js +23 -21
  121. package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
  122. package/dist/components/NewColorPicker/components/Target.d.ts +1 -3
  123. package/dist/components/NewColorPicker/components/Target.d.ts.map +1 -1
  124. package/dist/components/NewColorPicker/components/Target.js +43 -48
  125. package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
  126. package/dist/components/Notification/Notification.js +1 -3
  127. package/dist/components/Notification/Notification.module.css.js +1 -1
  128. package/dist/components/Notification/NotificationCard.d.ts +1 -3
  129. package/dist/components/Notification/NotificationCard.d.ts.map +1 -1
  130. package/dist/components/Notification/NotificationCard.js +86 -87
  131. package/dist/components/OnBoarding/steps/DifferentLayouts/styles.module.css.js +3 -3
  132. package/dist/components/OnBoarding/steps/styles.module.css.js +9 -9
  133. package/dist/components/OnBoarding/styles.module.css.js +7 -7
  134. package/dist/components/OnboardingTour/OnboardingTourWrapper.d.ts +1 -1
  135. package/dist/components/OnboardingTour/OnboardingTourWrapper.d.ts.map +1 -1
  136. package/dist/components/OnboardingTour/OnboardingTourWrapper.js +74 -70
  137. package/dist/components/ProjectIcon/ProjectIcon.d.ts +12 -7
  138. package/dist/components/ProjectIcon/ProjectIcon.d.ts.map +1 -1
  139. package/dist/components/ProjectIcon/ProjectIcon.js +60 -58
  140. package/dist/components/SearchFilters/SearchFilters.module.css.js +1 -1
  141. package/dist/components/SettingsSection/styles.module.css.js +1 -1
  142. package/dist/components/StorageUsageProgress/StorageUsageProgress.module.css.js +1 -1
  143. package/dist/components/TreeIndent/TreeIndent.module.css.js +4 -4
  144. package/dist/components/UserAvatar/index.d.ts +1 -2
  145. package/dist/components/UserAvatar/index.d.ts.map +1 -1
  146. package/dist/components/UserAvatar/index.js +35 -38
  147. package/dist/components/WorkspaceAvatar/WorkspaceAvatar.d.ts +3 -3
  148. package/dist/components/WorkspaceAvatar/WorkspaceAvatar.d.ts.map +1 -1
  149. package/dist/components/WorkspaceAvatar/WorkspaceAvatar.js +18 -19
  150. package/dist/components/WorkspaceMenu/WorkspaceItem.js +17 -17
  151. package/dist/components/WorkspaceMenu/WorkspaceMenu.js +7 -7
  152. package/dist/components/table/FrontTable.d.ts.map +1 -1
  153. package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
  154. package/dist/config/envConfig.d.ts +0 -8
  155. package/dist/config/envConfig.d.ts.map +1 -1
  156. package/dist/config/envConfig.js +13 -21
  157. package/dist/helpers/getFileIcons.d.ts.map +1 -1
  158. package/dist/helpers/getFileIcons.js +45 -63
  159. package/dist/helpers/getFileType.d.ts +1 -1
  160. package/dist/helpers/getFileType.d.ts.map +1 -1
  161. package/dist/helpers/getFileType.js +8 -29
  162. package/dist/helpers/getPartOfTheDay.d.ts +1 -1
  163. package/dist/helpers/platform.d.ts +1 -1
  164. package/dist/helpers/platform.d.ts.map +1 -1
  165. package/dist/helpers/platform.js +4 -5
  166. package/dist/helpers/showFeatureFeedback.module.css.js +4 -4
  167. package/dist/helpers/showNotifications.d.ts.map +1 -1
  168. package/dist/helpers/showNotifications.js +29 -30
  169. package/dist/helpers/showNotifications.module.css.js +1 -1
  170. package/dist/hooks/useOutsideClick.d.ts +1 -1
  171. package/dist/hooks/useOutsideClick.d.ts.map +1 -1
  172. package/dist/index.css +1 -1
  173. package/dist/index.d.ts +1 -2
  174. package/dist/index.d.ts.map +1 -1
  175. package/dist/index.js +465 -467
  176. package/dist/lang/locales/ui_en.json.js +20 -18
  177. package/dist/lang/locales/ui_es.json.js +14 -12
  178. package/dist/lang/locales/ui_ru.json.js +15 -13
  179. package/dist/node_modules/countries-and-timezones/esm/index.js +4011 -281
  180. package/docs/README.md +499 -499
  181. package/package.json +75 -75
  182. package/dist/components/AttachmentsGalleryModal/components/UnsupportedSection.d.ts +0 -6
  183. package/dist/components/AttachmentsGalleryModal/components/UnsupportedSection.d.ts.map +0 -1
  184. package/dist/components/AttachmentsGalleryModal/components/UnsupportedSection.js +0 -16
  185. package/dist/components/TextColorIcon.d.ts +0 -8
  186. package/dist/components/TextColorIcon.d.ts.map +0 -1
  187. package/dist/components/TextColorIcon.js +0 -60
  188. package/dist/helpers/offlineSuppression.d.ts +0 -3
  189. package/dist/helpers/offlineSuppression.d.ts.map +0 -1
  190. package/dist/helpers/offlineSuppression.js +0 -8
package/package.json CHANGED
@@ -1,75 +1,75 @@
1
- {
2
- "name": "@layers-app/shared",
3
- "version": "0.3.9",
4
- "description": "Shared components, hooks, and utilities for Layers application",
5
- "files": [
6
- "dist",
7
- "docs"
8
- ],
9
- "publishConfig": {
10
- "access": "public"
11
- },
12
- "type": "module",
13
- "main": "dist/index.js",
14
- "module": "dist/index.js",
15
- "types": "dist/index.d.ts",
16
- "sideEffects": [
17
- "**/*.css"
18
- ],
19
- "exports": {
20
- ".": {
21
- "import": "./dist/index.js",
22
- "types": "./dist/index.d.ts"
23
- },
24
- "./styles": "./dist/index.css",
25
- "./dist/*": "./dist/*",
26
- "./assets/*": "./src/assets/*",
27
- "./package.json": "./package.json"
28
- },
29
- "scripts": {
30
- "build": "NODE_OPTIONS='--max-old-space-size=8192' vite build && tsc --project tsconfig.build.json",
31
- "check:ts": "tsc --noEmit",
32
- "prePublish": "vite build && npm version patch",
33
- "watch": "vite build --watch"
34
- },
35
- "peerDependencies": {
36
- "@gfazioli/mantine-onboarding-tour": "^4.0.0",
37
- "@dnd-kit/core": "^6.0.0",
38
- "@dnd-kit/sortable": "^8.0.0",
39
- "@dnd-kit/utilities": "^3.2.0",
40
- "@mantine/core": ">=9.0.0",
41
- "@mantine/dates": ">=9.0.0",
42
- "@mantine/dropzone": ">=9.0.0",
43
- "@mantine/form": ">=9.0.0",
44
- "@mantine/hooks": ">=9.0.0",
45
- "@mantine/modals": ">=9.0.0",
46
- "@mantine/notifications": ">=9.0.0",
47
- "@reduxjs/toolkit": "^2.2.7",
48
- "@tabler/icons-react": "^3.7.0",
49
- "@tabler/icons-sprite": "^3.29.0",
50
- "@tanstack/react-query": "^5.52.2",
51
- "@tanstack/virtual-core": "^3.0.0",
52
- "chroma-js": "^3.1.2",
53
- "date-fns": "^4.1.0",
54
- "draggable-ui": "^0.0.1",
55
- "emoji-mart": "^5.6.0",
56
- "@emoji-mart/data": "^1.2.1",
57
- "exceljs": "^4.3.0",
58
- "framer-motion": "^11.3.24",
59
- "fuse.js": "^7.1.0",
60
- "i18next": "^25.5.2",
61
- "lodash-es": "^4.17.21",
62
- "query-string": "^9.1.0",
63
- "react": "^19.2.0",
64
- "react-dom": "^19.2.0",
65
- "react-helmet": "^6.1.0",
66
- "react-i18next": "^15.7.3",
67
- "react-router-dom": "^7.5.2",
68
- "react-zoom-pan-pinch": "^3.0.0",
69
- "shaka-player": "^4.0.0",
70
- "shaka-player-react": "^1.1.5",
71
- "styled-components": "^6.0.0",
72
- "zod": "^4.0.0",
73
- "zustand": "^5.0.3"
74
- }
75
- }
1
+ {
2
+ "name": "@layers-app/shared",
3
+ "version": "0.4.0",
4
+ "description": "Shared components, hooks, and utilities for Layers application",
5
+ "files": [
6
+ "dist",
7
+ "docs"
8
+ ],
9
+ "publishConfig": {
10
+ "access": "public"
11
+ },
12
+ "type": "module",
13
+ "main": "dist/index.js",
14
+ "module": "dist/index.js",
15
+ "types": "dist/index.d.ts",
16
+ "sideEffects": [
17
+ "**/*.css"
18
+ ],
19
+ "exports": {
20
+ ".": {
21
+ "import": "./dist/index.js",
22
+ "types": "./dist/index.d.ts"
23
+ },
24
+ "./styles": "./dist/index.css",
25
+ "./dist/*": "./dist/*",
26
+ "./assets/*": "./src/assets/*",
27
+ "./package.json": "./package.json"
28
+ },
29
+ "scripts": {
30
+ "build": "cross-env NODE_OPTIONS='--max-old-space-size=8192' vite build && tsc --project tsconfig.build.json",
31
+ "check:ts": "tsc --noEmit",
32
+ "prePublish": "vite build && npm version patch",
33
+ "watch": "vite build --watch"
34
+ },
35
+ "peerDependencies": {
36
+ "@gfazioli/mantine-onboarding-tour": "^2.6.11",
37
+ "@dnd-kit/core": "^6.0.0",
38
+ "@dnd-kit/sortable": "^8.0.0",
39
+ "@dnd-kit/utilities": "^3.2.0",
40
+ "@mantine/core": "8.3.5",
41
+ "@mantine/dates": "8.3.5",
42
+ "@mantine/dropzone": "8.3.5",
43
+ "@mantine/form": "8.3.5",
44
+ "@mantine/hooks": "8.3.5",
45
+ "@mantine/modals": "8.3.5",
46
+ "@mantine/notifications": "8.3.5",
47
+ "@reduxjs/toolkit": "^2.2.7",
48
+ "@tabler/icons-react": "^3.7.0",
49
+ "@tabler/icons-sprite": "^3.29.0",
50
+ "@tanstack/react-query": "^5.52.2",
51
+ "@tanstack/virtual-core": "^3.0.0",
52
+ "chroma-js": "^3.1.2",
53
+ "date-fns": "^4.1.0",
54
+ "draggable-ui": "^0.0.1",
55
+ "emoji-mart": "^5.6.0",
56
+ "@emoji-mart/data": "^1.2.1",
57
+ "exceljs": "^4.3.0",
58
+ "framer-motion": "^11.3.24",
59
+ "fuse.js": "^7.1.0",
60
+ "i18next": "^25.5.2",
61
+ "lodash-es": "^4.17.21",
62
+ "query-string": "^9.1.0",
63
+ "react": "^18.3.1",
64
+ "react-dom": "^18.3.1",
65
+ "react-helmet": "^6.1.0",
66
+ "react-i18next": "^15.7.3",
67
+ "react-router-dom": "^7.5.2",
68
+ "react-zoom-pan-pinch": "^3.0.0",
69
+ "shaka-player": "^4.0.0",
70
+ "shaka-player-react": "^1.1.5",
71
+ "styled-components": "^6.0.0",
72
+ "zod": "^3.0.0",
73
+ "zustand": "^5.0.3"
74
+ }
75
+ }
@@ -1,6 +0,0 @@
1
- interface Props {
2
- filename?: string;
3
- }
4
- export declare const UnsupportedSection: ({ filename }: Props) => import("react/jsx-runtime").JSX.Element;
5
- export {};
6
- //# sourceMappingURL=UnsupportedSection.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UnsupportedSection.d.ts","sourceRoot":"","sources":["../../../../src/components/AttachmentsGalleryModal/components/UnsupportedSection.tsx"],"names":[],"mappings":"AAKA,UAAU,KAAK;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,kBAAkB,GAAI,cAAc,KAAK,4CAqBrD,CAAC"}
@@ -1,16 +0,0 @@
1
- import { jsx as r, jsxs as a } from "react/jsx-runtime";
2
- import { useTranslation as n } from "react-i18next";
3
- import { Flex as p, Stack as c, Text as t } from "@mantine/core";
4
- import { IconFileOff as o } from "@tabler/icons-react";
5
- const g = ({ filename: e }) => {
6
- const { t: l } = n("ui");
7
- return /* @__PURE__ */ r(p, { align: "center", justify: "center", children: /* @__PURE__ */ a(c, { align: "center", gap: "xs", maw: 480, p: "xl", children: [
8
- /* @__PURE__ */ r(o, { size: 48, color: "var(--app-gallary-text)" }),
9
- /* @__PURE__ */ r(t, { c: "var(--app-gallary-text)", fz: "lg", fw: 600, children: l("gallery.unsupportedTitle") }),
10
- e ? /* @__PURE__ */ r(t, { c: "var(--app-gallary-text)", fz: "sm", ta: "center", fs: "italic", children: e }) : null,
11
- /* @__PURE__ */ r(t, { c: "var(--app-gallary-text)", fz: "sm", ta: "center", children: l("gallery.unsupportedBody") })
12
- ] }) });
13
- };
14
- export {
15
- g as UnsupportedSection
16
- };
@@ -1,8 +0,0 @@
1
- import { SVGProps } from 'react';
2
- export interface TextColorIconProps extends SVGProps<SVGSVGElement> {
3
- size?: number;
4
- color?: string;
5
- showBorder?: boolean;
6
- }
7
- export declare const TextColorIcon: ({ size, color, showBorder, ...props }: TextColorIconProps) => import("react/jsx-runtime").JSX.Element;
8
- //# sourceMappingURL=TextColorIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TextColorIcon.d.ts","sourceRoot":"","sources":["../../src/components/TextColorIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEjC,MAAM,WAAW,kBAAmB,SAAQ,QAAQ,CAAC,aAAa,CAAC;IACjE,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,eAAO,MAAM,aAAa,GAAI,uCAK3B,kBAAkB,4CAwCpB,CAAC"}
@@ -1,60 +0,0 @@
1
- import { jsxs as s, jsx as r } from "react/jsx-runtime";
2
- const i = ({
3
- size: o = 20,
4
- color: t = "currentColor",
5
- showBorder: e = !1,
6
- ...n
7
- }) => /* @__PURE__ */ s(
8
- "svg",
9
- {
10
- width: o,
11
- height: o,
12
- viewBox: "0 0 20 20",
13
- fill: "none",
14
- xmlns: "http://www.w3.org/2000/svg",
15
- "aria-hidden": !0,
16
- ...n,
17
- children: [
18
- /* @__PURE__ */ r(
19
- "path",
20
- {
21
- d: "M5.25 14.75L8.85 5.25H11.15L14.75 14.75",
22
- stroke: "currentColor",
23
- strokeWidth: "1.6",
24
- strokeLinecap: "round",
25
- strokeLinejoin: "round"
26
- }
27
- ),
28
- /* @__PURE__ */ r(
29
- "path",
30
- {
31
- d: "M7.1 10.75H12.9",
32
- stroke: "currentColor",
33
- strokeWidth: "1.6",
34
- strokeLinecap: "round"
35
- }
36
- ),
37
- e ? /* @__PURE__ */ r(
38
- "path",
39
- {
40
- d: "M4.75 16.25H15.25",
41
- stroke: "currentColor",
42
- strokeWidth: "1.4",
43
- strokeLinecap: "round"
44
- }
45
- ) : null,
46
- /* @__PURE__ */ r(
47
- "path",
48
- {
49
- d: "M4.75 17.25H15.25",
50
- stroke: t,
51
- strokeWidth: "1.8",
52
- strokeLinecap: "round"
53
- }
54
- )
55
- ]
56
- }
57
- );
58
- export {
59
- i as TextColorIcon
60
- };
@@ -1,3 +0,0 @@
1
- export declare const setOfflineSuppression: (value: boolean) => void;
2
- export declare const isOfflineSuppressed: () => boolean;
3
- //# sourceMappingURL=offlineSuppression.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"offlineSuppression.d.ts","sourceRoot":"","sources":["../../src/helpers/offlineSuppression.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB,GAAI,OAAO,OAAO,KAAG,IAEtD,CAAC;AAEF,eAAO,MAAM,mBAAmB,QAAO,OAAqB,CAAC"}
@@ -1,8 +0,0 @@
1
- let s = !1;
2
- const p = (e) => {
3
- s = e;
4
- }, f = () => s;
5
- export {
6
- f as isOfflineSuppressed,
7
- p as setOfflineSuppression
8
- };