@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.
- package/dist/api/giphy/slice.d.ts +1 -1
- package/dist/api/giphy/slice.d.ts.map +1 -1
- package/dist/api/unsplash/slice.d.ts +1 -1
- package/dist/api/unsplash/slice.d.ts.map +1 -1
- package/dist/assets/layers-logo-icon.svg2.js +4 -0
- package/dist/components/AliasTextInput/AliasTextInput.d.ts.map +1 -1
- package/dist/components/AliasTextInput/AliasTextInput.js +8 -7
- package/dist/components/AppContainer/AppContainer.module.css.js +1 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.d.ts.map +1 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.js +123 -114
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +1 -1
- package/dist/components/AppShell/AppShell.module.css.js +5 -5
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
- package/dist/components/AttachmentsGalleryModal/styles.module.css.js +14 -14
- package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +1 -1
- package/dist/components/BouncingLogo/BouncingLogo.module.css.js +8 -8
- package/dist/components/CollapsibleContainer/CollapsibleContainer.module.css.js +1 -1
- package/dist/components/CommentComposer/CommentComposer.module.css.js +4 -4
- package/dist/components/CommunitiesDialog/index.d.ts.map +1 -1
- package/dist/components/CommunitiesDialog/index.js +47 -46
- package/dist/components/CommunitiesDialog/styles.module.css.js +1 -1
- package/dist/components/Copyright/Copyright.module.css.js +1 -1
- package/dist/components/Copyright/index.d.ts.map +1 -1
- package/dist/components/Copyright/index.js +8 -7
- package/dist/components/CustomKBD/CustomKBD.module.css.js +1 -1
- package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
- package/dist/components/EntityTitle/EntityTitle.module.css.js +1 -1
- package/dist/components/ErrorPage/components/Error404.d.ts.map +1 -1
- package/dist/components/FeatureProgress/FeatureProgress.module.css.js +49 -49
- package/dist/components/FilePicker/FilePicker.d.ts +2 -4
- package/dist/components/FilePicker/FilePicker.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePicker.js +236 -247
- package/dist/components/FilePicker/FilePicker.module.css.js +10 -12
- package/dist/components/FilePicker/FilePickerGallery.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerGallery.js +33 -59
- package/dist/components/FilePicker/FilePickerGiphy.d.ts +1 -1
- package/dist/components/FilePicker/FilePickerGiphy.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerGiphy.js +51 -52
- package/dist/components/FilePicker/FilePickerLink.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerLink.js +19 -22
- package/dist/components/FilePicker/FilePickerUnsplash.d.ts +1 -1
- package/dist/components/FilePicker/FilePickerUnsplash.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerUnsplash.js +64 -65
- package/dist/components/FilePicker/FilePickerUpload.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerUpload.js +35 -51
- package/dist/components/FilePicker/api/giphyApi.d.ts +2 -2
- package/dist/components/FilePicker/api/giphyApi.d.ts.map +1 -1
- package/dist/components/FilePicker/api/giphyApi.js +11 -14
- package/dist/components/FilePicker/api/unsplashApi.d.ts +2 -2
- package/dist/components/FilePicker/api/unsplashApi.d.ts.map +1 -1
- package/dist/components/FilePicker/api/unsplashApi.js +14 -19
- package/dist/components/FilePicker/index.d.ts +0 -1
- package/dist/components/FilePicker/index.d.ts.map +1 -1
- package/dist/components/FormViewer/FormViewer.module.css.js +20 -20
- package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/SelectableCard/PictureSelectableCard.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/SelectableCard/PictureSelectableCard.js +70 -72
- package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +8 -8
- package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +4 -4
- package/dist/components/FormViewer/helpers/conditions.d.ts +84 -84
- package/dist/components/FormViewer/helpers/helpers.d.ts +84 -84
- package/dist/components/FormViewer/helpers/steps.d.ts +84 -84
- package/dist/components/FormViewer/helpers/steps.d.ts.map +1 -1
- package/dist/components/FormViewer/helpers/steps.js +22 -21
- package/dist/components/FormViewer/hooks/useActiveControl.d.ts +71 -71
- package/dist/components/FormViewer/hooks/useActiveStep.d.ts +84 -84
- package/dist/components/FormViewer/store/formStore.d.ts +357 -357
- package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
- package/dist/components/FormViewer/store/formStoreApi.d.ts +178 -178
- package/dist/components/FormViewer/store/selectors.d.ts +23861 -23861
- package/dist/components/FormViewer/types/schemes.d.ts +1139 -1139
- package/dist/components/ImageCropper/ImageCropper.module.css.js +38 -38
- package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +11 -11
- package/dist/components/LanguagePicker/LanguagePicker.module.css.js +1 -1
- package/dist/components/Loaders/styles.module.css.js +6 -6
- package/dist/components/Logotype.d.ts +4 -3
- package/dist/components/Logotype.d.ts.map +1 -1
- package/dist/components/Logotype.js +56 -33
- package/dist/components/MediaLibrary/MediaLibrary.module.css.js +2 -2
- package/dist/components/NavMenu/NavMenu.module.css.js +12 -12
- package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
- package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
- package/dist/components/Notification/Notification.module.css.js +1 -1
- package/dist/components/OnBoarding/OnBoardingPage.js +35 -35
- package/dist/components/OnBoarding/steps/DifferentLayouts/styles.module.css.js +3 -3
- package/dist/components/OnBoarding/steps/styles.module.css.js +9 -9
- package/dist/components/OnBoarding/styles.module.css.js +7 -7
- package/dist/components/SearchFilters/SearchFilters.module.css.js +1 -1
- package/dist/components/SettingsSection/styles.module.css.js +1 -1
- package/dist/components/StorageUsageProgress/StorageUsageProgress.module.css.js +1 -1
- package/dist/components/WorkspaceAvatar/WorkspaceAvatar.js +10 -10
- package/dist/components/table/FrontTable.d.ts.map +1 -1
- package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
- package/dist/config/brand.d.ts +48 -0
- package/dist/config/brand.d.ts.map +1 -0
- package/dist/config/brand.js +69 -0
- package/dist/config/envConfig.d.ts +70 -0
- package/dist/config/envConfig.d.ts.map +1 -0
- package/dist/config/envConfig.js +29 -0
- package/dist/constants.d.ts +1 -1
- package/dist/constants.d.ts.map +1 -1
- package/dist/constants.js +7 -6
- package/dist/helpers/showFeatureFeedback.module.css.js +4 -4
- package/dist/helpers/showNotifications.module.css.js +1 -1
- package/dist/hooks/useDisableWindowScroll.js +3 -3
- package/dist/index.css +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +429 -423
- package/dist/lang/locales/ui_en.json.js +15 -15
- package/dist/lang/locales/ui_es.json.js +13 -13
- package/dist/lang/locales/ui_ru.json.js +12 -12
- package/docs/README.md +499 -499
- package/package.json +75 -78
- package/dist/assets/svg/default_icon.svg.js +0 -4
- package/dist/components/FilePicker/coverCollections.d.ts +0 -4
- package/dist/components/FilePicker/coverCollections.d.ts.map +0 -1
- package/dist/components/FilePicker/coverCollections.js +0 -164
- /package/dist/assets/{svg/layers-logo-full.svg.js → layers-logo-full.svg2.js} +0 -0
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
const e = "
|
|
1
|
+
const e = "_container_z996o_1", n = "_image_z996o_12", o = "_overlay_z996o_19", _ = "_circularOverlay_z996o_25", d = "_cropArea_z996o_33", a = "_dashedBorder_z996o_39", l = "_edgeLine_z996o_46", r = "_edgeLineTop_z996o_52", c = "_edgeLineBottom_z996o_60", t = "_edgeLineLeft_z996o_68", s = "_edgeLineRight_z996o_76", h = "_cornerHandle_z996o_84", g = "_cornerHandleArm_z996o_92", i = "_handleNW_z996o_107", z = "_handleNE_z996o_123", L = "_handleSW_z996o_139", H = "_handleSE_z996o_156", m = "_edgeHandle_z996o_172", B = "_edgeHandleBar_z996o_181", E = "_handleN_z996o_107", N = "_handleS_z996o_139", S = "_handleE_z996o_213", W = "_handleW_z996o_227", p = {
|
|
2
2
|
container: e,
|
|
3
|
-
image:
|
|
4
|
-
overlay:
|
|
3
|
+
image: n,
|
|
4
|
+
overlay: o,
|
|
5
5
|
circularOverlay: _,
|
|
6
6
|
cropArea: d,
|
|
7
|
-
dashedBorder:
|
|
8
|
-
edgeLine:
|
|
9
|
-
edgeLineTop:
|
|
10
|
-
edgeLineBottom:
|
|
11
|
-
edgeLineLeft:
|
|
12
|
-
edgeLineRight:
|
|
13
|
-
cornerHandle:
|
|
7
|
+
dashedBorder: a,
|
|
8
|
+
edgeLine: l,
|
|
9
|
+
edgeLineTop: r,
|
|
10
|
+
edgeLineBottom: c,
|
|
11
|
+
edgeLineLeft: t,
|
|
12
|
+
edgeLineRight: s,
|
|
13
|
+
cornerHandle: h,
|
|
14
14
|
cornerHandleArm: g,
|
|
15
15
|
handleNW: i,
|
|
16
|
-
handleNE:
|
|
17
|
-
handleSW:
|
|
18
|
-
handleSE:
|
|
19
|
-
edgeHandle:
|
|
20
|
-
edgeHandleBar:
|
|
21
|
-
handleN:
|
|
22
|
-
handleS:
|
|
23
|
-
handleE:
|
|
24
|
-
handleW:
|
|
16
|
+
handleNE: z,
|
|
17
|
+
handleSW: L,
|
|
18
|
+
handleSE: H,
|
|
19
|
+
edgeHandle: m,
|
|
20
|
+
edgeHandleBar: B,
|
|
21
|
+
handleN: E,
|
|
22
|
+
handleS: N,
|
|
23
|
+
handleE: S,
|
|
24
|
+
handleW: W
|
|
25
25
|
};
|
|
26
26
|
export {
|
|
27
27
|
_ as circularOverlay,
|
|
28
28
|
e as container,
|
|
29
|
-
|
|
29
|
+
h as cornerHandle,
|
|
30
30
|
g as cornerHandleArm,
|
|
31
31
|
d as cropArea,
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
32
|
+
a as dashedBorder,
|
|
33
|
+
p as default,
|
|
34
|
+
m as edgeHandle,
|
|
35
|
+
B as edgeHandleBar,
|
|
36
|
+
l as edgeLine,
|
|
37
|
+
c as edgeLineBottom,
|
|
38
|
+
t as edgeLineLeft,
|
|
39
|
+
s as edgeLineRight,
|
|
40
|
+
r as edgeLineTop,
|
|
41
|
+
S as handleE,
|
|
42
|
+
E as handleN,
|
|
43
|
+
z as handleNE,
|
|
44
44
|
i as handleNW,
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
45
|
+
N as handleS,
|
|
46
|
+
H as handleSE,
|
|
47
|
+
L as handleSW,
|
|
48
|
+
W as handleW,
|
|
49
|
+
n as image,
|
|
50
|
+
o as overlay
|
|
51
51
|
};
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
const n = "
|
|
1
|
+
const n = "_particle_12tge_47", t = "_iconContainer_12tge_58", o = "_iconInner_12tge_70", a = "_particleContainer_12tge_82", i = "_animationRoot_12tge_122", e = "_animationContainer_12tge_126", c = "_backgroundImage_12tge_136", r = {
|
|
2
2
|
particle: n,
|
|
3
|
-
iconContainer:
|
|
4
|
-
iconInner:
|
|
5
|
-
particleContainer:
|
|
3
|
+
iconContainer: t,
|
|
4
|
+
iconInner: o,
|
|
5
|
+
particleContainer: a,
|
|
6
6
|
animationRoot: i,
|
|
7
|
-
animationContainer:
|
|
8
|
-
backgroundImage:
|
|
7
|
+
animationContainer: e,
|
|
8
|
+
backgroundImage: c
|
|
9
9
|
};
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
e as animationContainer,
|
|
12
12
|
i as animationRoot,
|
|
13
|
-
|
|
13
|
+
c as backgroundImage,
|
|
14
14
|
r as default,
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
t as iconContainer,
|
|
16
|
+
o as iconInner,
|
|
17
17
|
n as particle,
|
|
18
|
-
|
|
18
|
+
a as particleContainer
|
|
19
19
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
const
|
|
2
|
-
loader:
|
|
3
|
-
wrapper:
|
|
1
|
+
const r = "_loader_b8num_1", e = "_wrapper_b8num_10", a = {
|
|
2
|
+
loader: r,
|
|
3
|
+
wrapper: e
|
|
4
4
|
};
|
|
5
5
|
export {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
a as default,
|
|
7
|
+
r as loader,
|
|
8
|
+
e as wrapper
|
|
9
9
|
};
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { FlexProps } from '@mantine/core';
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
export declare const LayersLogoIcon: ({ color: _color, fontSize: _fontSize, width, height, ...props }: React.SVGProps<SVGSVGElement> & {
|
|
3
|
+
alt?: string;
|
|
4
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare const LayersLogoCopyright: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
4
6
|
export declare const Logotype: ({ minified, isLink, to, variant, isDesktop, ...props }: FlexProps & {
|
|
5
7
|
minified?: boolean;
|
|
6
8
|
isLink?: boolean;
|
|
@@ -8,5 +10,4 @@ export declare const Logotype: ({ minified, isLink, to, variant, isDesktop, ...p
|
|
|
8
10
|
variant?: "default" | "copyright";
|
|
9
11
|
isDesktop?: boolean;
|
|
10
12
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
export { LayersLogoIcon, LayersLogoCopyright };
|
|
12
13
|
//# sourceMappingURL=Logotype.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Logotype.d.ts","sourceRoot":"","sources":["../../src/components/Logotype.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAQ,SAAS,
|
|
1
|
+
{"version":3,"file":"Logotype.d.ts","sourceRoot":"","sources":["../../src/components/Logotype.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAQ,SAAS,EAAQ,MAAM,eAAe,CAAC;AA4CtD,eAAO,MAAM,cAAc,GAAI,iEAM5B,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,GAAG;IAAE,GAAG,CAAC,EAAE,MAAM,CAAA;CAAE,4CAOlD,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAI,OAAO,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,4CAKvE,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,wDAOtB,SAAS,GAAG;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;IAClC,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,4CAgDA,CAAC"}
|
|
@@ -1,41 +1,64 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { Link as
|
|
3
|
-
import { Flex as
|
|
4
|
-
import
|
|
5
|
-
import L from "../
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
c: n ? "white" : "black",
|
|
23
|
-
...e,
|
|
24
|
-
children: i()
|
|
1
|
+
import { jsx as o, jsxs as p } from "react/jsx-runtime";
|
|
2
|
+
import { Link as h } from "react-router-dom";
|
|
3
|
+
import { Flex as m, Text as y } from "@mantine/core";
|
|
4
|
+
import { brand as t } from "../config/brand.js";
|
|
5
|
+
import { useIsDarkTheme as L } from "../helpers/themeUtils.js";
|
|
6
|
+
const f = t.LogoIcon, I = t.LogoCopyright, u = ({
|
|
7
|
+
src: r,
|
|
8
|
+
alt: s,
|
|
9
|
+
size: n,
|
|
10
|
+
style: e
|
|
11
|
+
}) => /* @__PURE__ */ o(
|
|
12
|
+
"img",
|
|
13
|
+
{
|
|
14
|
+
src: r,
|
|
15
|
+
alt: s,
|
|
16
|
+
style: {
|
|
17
|
+
width: n,
|
|
18
|
+
height: n,
|
|
19
|
+
objectFit: "contain",
|
|
20
|
+
display: "block",
|
|
21
|
+
...e
|
|
25
22
|
}
|
|
26
|
-
|
|
27
|
-
|
|
23
|
+
}
|
|
24
|
+
), g = ({ size: r = 24, isDark: s }) => {
|
|
25
|
+
const n = t.customIconDarkUrl, e = t.customIconUrl, c = s && n ? n : e;
|
|
26
|
+
return c ? /* @__PURE__ */ o(u, { src: c, alt: t.name, size: r }) : /* @__PURE__ */ o(f, { width: r, height: r });
|
|
27
|
+
}, S = ({
|
|
28
|
+
color: r,
|
|
29
|
+
fontSize: s,
|
|
30
|
+
width: n,
|
|
31
|
+
height: e,
|
|
32
|
+
...c
|
|
33
|
+
}) => {
|
|
34
|
+
const l = typeof n == "number" ? n : typeof e == "number" ? e : 24;
|
|
35
|
+
return t.customIconUrl ? /* @__PURE__ */ o(u, { src: t.customIconUrl, alt: t.name, size: l, style: c.style }) : /* @__PURE__ */ o(f, { width: n, height: e, ...c });
|
|
36
|
+
}, j = (r) => t.customIconUrl ? /* @__PURE__ */ o(u, { src: t.customIconUrl, alt: t.name, size: 18 }) : /* @__PURE__ */ o(I, { ...r }), C = ({
|
|
37
|
+
minified: r,
|
|
38
|
+
isLink: s = !0,
|
|
39
|
+
to: n = "/",
|
|
40
|
+
variant: e = "default",
|
|
41
|
+
isDesktop: c,
|
|
42
|
+
...l
|
|
43
|
+
}) => {
|
|
44
|
+
const i = L(), a = /* @__PURE__ */ o(
|
|
45
|
+
m,
|
|
28
46
|
{
|
|
29
47
|
component: "span",
|
|
30
|
-
w: c
|
|
31
|
-
c:
|
|
32
|
-
|
|
33
|
-
|
|
48
|
+
w: r ? c ? 48 : 40 : e === "copyright" ? 18 : "auto",
|
|
49
|
+
c: i ? "white" : "black",
|
|
50
|
+
align: "center",
|
|
51
|
+
...l,
|
|
52
|
+
children: r ? /* @__PURE__ */ o(g, { size: c ? 32 : 24, isDark: i }) : e === "copyright" ? /* @__PURE__ */ o(g, { size: 18, isDark: i }) : /* @__PURE__ */ p(m, { align: "center", gap: 4, children: [
|
|
53
|
+
/* @__PURE__ */ o(g, { size: 24, isDark: i }),
|
|
54
|
+
/* @__PURE__ */ o(y, { fw: 600, fz: 16, lh: 1, style: { whiteSpace: "nowrap" }, children: t.name })
|
|
55
|
+
] })
|
|
34
56
|
}
|
|
35
57
|
);
|
|
58
|
+
return s ? /* @__PURE__ */ o(h, { to: n, children: a }) : a;
|
|
36
59
|
};
|
|
37
60
|
export {
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
61
|
+
j as LayersLogoCopyright,
|
|
62
|
+
S as LayersLogoIcon,
|
|
63
|
+
C as Logotype
|
|
41
64
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const r = "
|
|
1
|
+
const r = "_originalTab_p74jz_1", e = "_customTab_p74jz_7", t = "_headerRow_p74jz_17", a = "_rowGrid_p74jz_42", o = "_breadcrumbItem_p74jz_79", c = "_breadcrumbItemActive_p74jz_91", b = {
|
|
2
2
|
originalTab: r,
|
|
3
3
|
customTab: e,
|
|
4
4
|
headerRow: t,
|
|
@@ -10,7 +10,7 @@ export {
|
|
|
10
10
|
o as breadcrumbItem,
|
|
11
11
|
c as breadcrumbItemActive,
|
|
12
12
|
e as customTab,
|
|
13
|
-
|
|
13
|
+
b as default,
|
|
14
14
|
t as headerRow,
|
|
15
15
|
r as originalTab,
|
|
16
16
|
a as rowGrid
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
const t = "
|
|
1
|
+
const t = "_container_1xsiz_1", e = "_depthBox_1xsiz_13", n = "_itemContainer_1xsiz_38", o = "_item_1xsiz_38", i = "_icon_1xsiz_91", _ = "_chevron_1xsiz_95", s = "_droppable_1xsiz_120", a = "_draggableOverlay_1xsiz_177", c = "_editInput_1xsiz_186", r = {
|
|
2
2
|
container: t,
|
|
3
3
|
depthBox: e,
|
|
4
4
|
itemContainer: n,
|
|
5
5
|
item: o,
|
|
6
|
-
icon:
|
|
7
|
-
chevron:
|
|
8
|
-
droppable:
|
|
9
|
-
draggableOverlay:
|
|
10
|
-
editInput:
|
|
6
|
+
icon: i,
|
|
7
|
+
chevron: _,
|
|
8
|
+
droppable: s,
|
|
9
|
+
draggableOverlay: a,
|
|
10
|
+
editInput: c
|
|
11
11
|
};
|
|
12
12
|
export {
|
|
13
|
-
|
|
13
|
+
_ as chevron,
|
|
14
14
|
t as container,
|
|
15
|
-
|
|
15
|
+
r as default,
|
|
16
16
|
e as depthBox,
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
17
|
+
a as draggableOverlay,
|
|
18
|
+
s as droppable,
|
|
19
|
+
c as editInput,
|
|
20
|
+
i as icon,
|
|
21
21
|
o as item,
|
|
22
22
|
n as itemContainer
|
|
23
23
|
};
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
const e = "
|
|
1
|
+
const e = "_previewBoxTitle_1xmos_1", o = "_previewBox_1xmos_1", r = "_previewContainer_1xmos_45", t = "_previewHeader_1xmos_58", i = "_headerDot_1xmos_70", s = "_previewContent_1xmos_80", n = "_processing_1xmos_103", _ = {
|
|
2
2
|
previewBoxTitle: e,
|
|
3
3
|
previewBox: o,
|
|
4
|
-
previewContainer:
|
|
5
|
-
previewHeader:
|
|
6
|
-
headerDot:
|
|
7
|
-
previewContent:
|
|
8
|
-
processing:
|
|
4
|
+
previewContainer: r,
|
|
5
|
+
previewHeader: t,
|
|
6
|
+
headerDot: i,
|
|
7
|
+
previewContent: s,
|
|
8
|
+
processing: n
|
|
9
9
|
};
|
|
10
10
|
export {
|
|
11
11
|
_ as default,
|
|
12
|
-
|
|
12
|
+
i as headerDot,
|
|
13
13
|
o as previewBox,
|
|
14
14
|
e as previewBoxTitle,
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
15
|
+
r as previewContainer,
|
|
16
|
+
s as previewContent,
|
|
17
|
+
t as previewHeader,
|
|
18
|
+
n as processing
|
|
19
19
|
};
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { AppShell as
|
|
3
|
-
import
|
|
4
|
-
import { useOnboardingState as
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
1
|
+
import { jsxs as e, jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { AppShell as t, Group as n, Flex as s } from "@mantine/core";
|
|
3
|
+
import { Logotype as m } from "../Logotype.js";
|
|
4
|
+
import { useOnboardingState as d } from "../../store/onboarding.js";
|
|
5
|
+
import c from "./ProjectBoard.js";
|
|
6
|
+
import l from "./StepsNavBar.js";
|
|
7
|
+
import f from "./steps/AddTasks/AddTasksNav.js";
|
|
8
8
|
import a from "./steps/AddTasks/TasksListBoard.js";
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
9
|
+
import h from "./steps/CreateFirstProject.js";
|
|
10
|
+
import S from "./steps/DefineStatuses/DefineStatusesNav.js";
|
|
11
|
+
import v from "./steps/DefineStatuses/StatusesListBoard.js";
|
|
12
|
+
import b from "./steps/DifferentLayouts/DifferentLayoutsBoard.js";
|
|
13
|
+
import g from "./steps/DifferentLayouts/DifferentLayoutsNav.js";
|
|
14
|
+
import u from "./steps/InviteUsers/BoardModal.js";
|
|
15
|
+
import B from "./steps/InviteUsers/InviteUsers.js";
|
|
16
|
+
import N from "./steps/SelectCategory/SelectCategoryNav.js";
|
|
17
|
+
import L from "./steps/StartedStep.js";
|
|
18
18
|
import i from "./styles.module.css.js";
|
|
19
19
|
const p = [
|
|
20
20
|
{
|
|
21
21
|
step: 0,
|
|
22
|
-
navSection: /* @__PURE__ */ r(
|
|
22
|
+
navSection: /* @__PURE__ */ r(L, {}),
|
|
23
23
|
board: null
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
step: 1,
|
|
27
|
-
navSection: /* @__PURE__ */ r(
|
|
27
|
+
navSection: /* @__PURE__ */ r(h, {}),
|
|
28
28
|
board: null
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
step: 2,
|
|
32
|
-
navSection: /* @__PURE__ */ r(
|
|
33
|
-
board: /* @__PURE__ */ r(
|
|
32
|
+
navSection: /* @__PURE__ */ r(B, {}),
|
|
33
|
+
board: /* @__PURE__ */ r(u, {})
|
|
34
34
|
},
|
|
35
35
|
// {
|
|
36
36
|
// step: 3,
|
|
@@ -39,42 +39,42 @@ const p = [
|
|
|
39
39
|
// },
|
|
40
40
|
{
|
|
41
41
|
step: 3,
|
|
42
|
-
navSection: /* @__PURE__ */ r(
|
|
42
|
+
navSection: /* @__PURE__ */ r(f, {}),
|
|
43
43
|
board: /* @__PURE__ */ r(a, {})
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
step: 4,
|
|
47
|
-
navSection: /* @__PURE__ */ r(
|
|
47
|
+
navSection: /* @__PURE__ */ r(N, {}),
|
|
48
48
|
board: /* @__PURE__ */ r(a, {})
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
step: 5,
|
|
52
|
-
navSection: /* @__PURE__ */ r(
|
|
53
|
-
board: /* @__PURE__ */ r(
|
|
52
|
+
navSection: /* @__PURE__ */ r(S, {}),
|
|
53
|
+
board: /* @__PURE__ */ r(v, {})
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
step: 6,
|
|
57
|
-
navSection: /* @__PURE__ */ r(
|
|
58
|
-
board: /* @__PURE__ */ r(
|
|
57
|
+
navSection: /* @__PURE__ */ r(g, {}),
|
|
58
|
+
board: /* @__PURE__ */ r(b, {})
|
|
59
59
|
}
|
|
60
|
-
],
|
|
61
|
-
const { step: o } =
|
|
62
|
-
return /* @__PURE__ */
|
|
63
|
-
|
|
60
|
+
], z = () => {
|
|
61
|
+
const { step: o } = d();
|
|
62
|
+
return /* @__PURE__ */ e(
|
|
63
|
+
t,
|
|
64
64
|
{
|
|
65
65
|
header: { height: 60 },
|
|
66
66
|
className: i.appShell,
|
|
67
67
|
withBorder: !1,
|
|
68
68
|
children: [
|
|
69
|
-
/* @__PURE__ */ r(
|
|
70
|
-
/* @__PURE__ */ r(
|
|
71
|
-
/* @__PURE__ */ r(
|
|
72
|
-
o !== 0 && /* @__PURE__ */ r(
|
|
69
|
+
/* @__PURE__ */ r(t.Header, { className: i.appShellHeader, children: /* @__PURE__ */ r(n, { h: "100%", p: "md", children: /* @__PURE__ */ r(m, { isLink: !1 }) }) }),
|
|
70
|
+
/* @__PURE__ */ r(t.Main, { h: "calc(100vh - 60px)", pl: 12, pt: 66, pb: 12, children: /* @__PURE__ */ e(s, { wrap: "nowrap", h: "100%", children: [
|
|
71
|
+
/* @__PURE__ */ r(l, { children: p[o].navSection }),
|
|
72
|
+
o !== 0 && /* @__PURE__ */ r(c, { children: p[o].board })
|
|
73
73
|
] }) })
|
|
74
74
|
]
|
|
75
75
|
}
|
|
76
76
|
);
|
|
77
77
|
};
|
|
78
78
|
export {
|
|
79
|
-
|
|
79
|
+
z as OnBoardingPage
|
|
80
80
|
};
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
const
|
|
2
|
-
stepperWrapper:
|
|
3
|
-
accordion:
|
|
4
|
-
content:
|
|
5
|
-
item:
|
|
1
|
+
const o = "_stepperWrapper_op9ph_1", p = "_accordion_op9ph_13", e = "_content_op9ph_17", t = "_item_op9ph_21", c = "_chevron_op9ph_25", n = "_label_op9ph_32", _ = {
|
|
2
|
+
stepperWrapper: o,
|
|
3
|
+
accordion: p,
|
|
4
|
+
content: e,
|
|
5
|
+
item: t,
|
|
6
6
|
chevron: c,
|
|
7
7
|
label: n
|
|
8
8
|
};
|
|
9
9
|
export {
|
|
10
|
-
|
|
10
|
+
p as accordion,
|
|
11
11
|
c as chevron,
|
|
12
|
-
|
|
12
|
+
e as content,
|
|
13
13
|
_ as default,
|
|
14
|
-
|
|
14
|
+
t as item,
|
|
15
15
|
n as label,
|
|
16
|
-
|
|
16
|
+
o as stepperWrapper
|
|
17
17
|
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
const a = "
|
|
1
|
+
const a = "_boardContainer_zk8z5_1", e = "_appShell_zk8z5_10", n = "_navBar_zk8z5_16", t = "_appShellHeader_zk8z5_25", o = "_button_zk8z5_42", _ = {
|
|
2
2
|
boardContainer: a,
|
|
3
|
-
appShell:
|
|
4
|
-
navBar:
|
|
5
|
-
appShellHeader:
|
|
3
|
+
appShell: e,
|
|
4
|
+
navBar: n,
|
|
5
|
+
appShellHeader: t,
|
|
6
6
|
button: o
|
|
7
7
|
};
|
|
8
8
|
export {
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
e as appShell,
|
|
10
|
+
t as appShellHeader,
|
|
11
11
|
a as boardContainer,
|
|
12
12
|
o as button,
|
|
13
13
|
_ as default,
|
|
14
|
-
|
|
14
|
+
n as navBar
|
|
15
15
|
};
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef as
|
|
3
|
-
import { Avatar as
|
|
4
|
-
import m from "../../
|
|
5
|
-
const
|
|
6
|
-
({ workspace: r, ...
|
|
7
|
-
|
|
2
|
+
import { forwardRef as i } from "react";
|
|
3
|
+
import { Avatar as e } from "@mantine/core";
|
|
4
|
+
import { brand as m } from "../../config/brand.js";
|
|
5
|
+
const f = i(
|
|
6
|
+
({ workspace: r, ...o }, a) => /* @__PURE__ */ t(
|
|
7
|
+
e,
|
|
8
8
|
{
|
|
9
|
-
src: r?.workspaceIcon || m,
|
|
9
|
+
src: r?.workspaceIcon || m.logoIconUrl,
|
|
10
10
|
tt: "uppercase",
|
|
11
11
|
color: "initials",
|
|
12
12
|
variant: "filled",
|
|
13
13
|
name: r?.workspaceId,
|
|
14
14
|
radius: "var(--mantine-radius-default)",
|
|
15
|
-
...
|
|
16
|
-
ref:
|
|
15
|
+
...o,
|
|
16
|
+
ref: a
|
|
17
17
|
}
|
|
18
18
|
)
|
|
19
19
|
);
|
|
20
20
|
export {
|
|
21
|
-
|
|
21
|
+
f as WorkspaceAvatar
|
|
22
22
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FrontTable.d.ts","sourceRoot":"","sources":["../../../src/components/table/FrontTable.tsx"],"names":[],"mappings":"AAYA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"FrontTable.d.ts","sourceRoot":"","sources":["../../../src/components/table/FrontTable.tsx"],"names":[],"mappings":"AAYA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;gBAAhB,CAAA;iBACA,CAAC;gBACC,CAAA;;CAOP,CAAC;AAEH,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useColumnsResizing.d.ts","sourceRoot":"","sources":["../../../../src/components/table/hooks/useColumnsResizing.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,OAAO,CAAC;AAW9C,eAAO,MAAM,kBAAkB,GAAI,UAAU,gBAAgB,CAAC,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"useColumnsResizing.d.ts","sourceRoot":"","sources":["../../../../src/components/table/hooks/useColumnsResizing.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,OAAO,CAAC;AAW9C,eAAO,MAAM,kBAAkB,GAAI,UAAU,gBAAgB,CAAC,OAAO,CAAC;oBAchC,GAAG;;CAqExC,CAAC"}
|