@superblocksteam/library 2.0.0-next.4 → 2.0.0-next.5
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/{allPaths-CF1gtIOM.js → allPaths-CQicmj05.js} +2 -2
- package/dist/{allPaths-CF1gtIOM.js.map → allPaths-CQicmj05.js.map} +1 -1
- package/dist/{allPaths-D8-iN1no.js → allPaths-JTh0AvL-.js} +2 -2
- package/dist/{allPaths-D8-iN1no.js.map → allPaths-JTh0AvL-.js.map} +1 -1
- package/dist/{allPathsLoader-BeBFpQBL.js → allPathsLoader-BzKYsLDE.js} +3 -3
- package/dist/{allPathsLoader-BeBFpQBL.js.map → allPathsLoader-BzKYsLDE.js.map} +1 -1
- package/dist/{allPathsLoader-C9Zv92Qq.js → allPathsLoader-DUkr4f2u.js} +3 -3
- package/dist/{allPathsLoader-C9Zv92Qq.js.map → allPathsLoader-DUkr4f2u.js.map} +1 -1
- package/dist/{icons-BrNMuu_I.js → icons-D_yAT9A6.js} +27 -19
- package/dist/icons-D_yAT9A6.js.map +1 -0
- package/dist/{index-BKcgNC6z.js → index-U8MX-8Hu.js} +48930 -48873
- package/dist/{index-BKcgNC6z.js.map → index-U8MX-8Hu.js.map} +1 -1
- package/dist/index.js +2 -2
- package/dist/{splitPathsBySizeLoader-B2lh3sPK.js → splitPathsBySizeLoader-4uQi8FeZ.js} +2 -2
- package/dist/{splitPathsBySizeLoader-B2lh3sPK.js.map → splitPathsBySizeLoader-4uQi8FeZ.js.map} +1 -1
- package/dist/{splitPathsBySizeLoader-B1mX23Pc.js → splitPathsBySizeLoader-D1iVVUla.js} +2 -2
- package/dist/{splitPathsBySizeLoader-B1mX23Pc.js.map → splitPathsBySizeLoader-D1iVVUla.js.map} +1 -1
- package/dist-types/lib/triggers/implementations/show-alert.d.ts +6 -5
- package/dist-types/lib/triggers/registry.d.ts +4 -2
- package/dist-types/lib/user-facing/component-base/constants.d.ts +4 -4
- package/dist-types/lib/user-facing/component-base/utils/input-validation.d.ts +3 -3
- package/dist-types/lib/user-facing/components/button/index.d.ts +0 -1
- package/dist-types/lib/user-facing/components/button/props.d.ts +0 -1
- package/dist-types/lib/user-facing/components/checkbox/index.d.ts +0 -1
- package/dist-types/lib/user-facing/components/checkbox/props.d.ts +0 -1
- package/dist-types/lib/user-facing/components/column/index.d.ts +4 -5
- package/dist-types/lib/user-facing/components/column/props.d.ts +4 -5
- package/dist-types/lib/user-facing/components/container/index.d.ts +4 -5
- package/dist-types/lib/user-facing/components/container/props.d.ts +4 -5
- package/dist-types/lib/user-facing/components/custom/register-custom-component.d.ts +0 -1
- package/dist-types/lib/user-facing/components/date-picker/date-picker-component.d.ts +11 -4
- package/dist-types/lib/user-facing/components/date-picker/index.d.ts +2 -3
- package/dist-types/lib/user-facing/components/date-picker/props.d.ts +2 -3
- package/dist-types/lib/user-facing/components/date-picker/types.d.ts +2 -2
- package/dist-types/lib/user-facing/components/date-picker/utils.d.ts +11 -0
- package/dist-types/lib/user-facing/components/dropdown/index.d.ts +0 -1
- package/dist-types/lib/user-facing/components/dropdown/props.d.ts +0 -1
- package/dist-types/lib/user-facing/components/grid/index.d.ts +0 -1
- package/dist-types/lib/user-facing/components/icon/index.d.ts +0 -1
- package/dist-types/lib/user-facing/components/icon/props.d.ts +0 -1
- package/dist-types/lib/user-facing/components/image/index.d.ts +0 -1
- package/dist-types/lib/user-facing/components/image/props.d.ts +0 -1
- package/dist-types/lib/user-facing/components/input/derived-properties.d.ts +0 -1
- package/dist-types/lib/user-facing/components/input/index.d.ts +0 -1
- package/dist-types/lib/user-facing/components/input/props.d.ts +2 -4
- package/dist-types/lib/user-facing/components/key-value/props.d.ts +0 -1
- package/dist-types/lib/user-facing/components/modal/index.d.ts +4 -4
- package/dist-types/lib/user-facing/components/modal/props.d.ts +4 -4
- package/dist-types/lib/user-facing/components/section/index.d.ts +2 -1
- package/dist-types/lib/user-facing/components/section/props.d.ts +2 -1
- package/dist-types/lib/user-facing/components/slideout/props.d.ts +0 -1
- package/dist-types/lib/user-facing/components/stack/index.d.ts +4 -7
- package/dist-types/lib/user-facing/components/switch/index.d.ts +0 -1
- package/dist-types/lib/user-facing/components/switch/props.d.ts +0 -1
- package/dist-types/lib/user-facing/components/table/index.d.ts +0 -1
- package/dist-types/lib/user-facing/components/table/props.d.ts +0 -1
- package/dist-types/lib/user-facing/components/text/index.d.ts +0 -1
- package/dist-types/lib/user-facing/components/text/props.d.ts +0 -1
- package/dist-types/lib/user-facing/global-functions.d.ts +2 -1
- package/dist-types/lib/user-facing/properties-panel/mixins/layout-section.d.ts +11 -13
- package/dist-types/lib/user-facing/properties-panel/props-builder.d.ts +1 -1
- package/dist-types/lib/user-facing/sb-event-flow.d.ts +3 -3
- package/dist-types/lib/user-facing/utils/notification.d.ts +17 -0
- package/package.json +2 -2
- package/dist/icons-BrNMuu_I.js.map +0 -1
|
@@ -3,6 +3,8 @@ export declare const SbSection: import("react").FC<import("../../properties-pane
|
|
|
3
3
|
columns: import("../../properties-panel/props-builder.js").Prop<string[], false>;
|
|
4
4
|
}>;
|
|
5
5
|
layout: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
|
|
6
|
+
padding: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared/types").Spacing, true>;
|
|
7
|
+
} & {
|
|
6
8
|
maxHeight?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
7
9
|
minHeight?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
8
10
|
maxWidth?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
@@ -13,7 +15,6 @@ export declare const SbSection: import("react").FC<import("../../properties-pane
|
|
|
13
15
|
sticky: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
|
|
14
16
|
} & {
|
|
15
17
|
isVisible: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
|
|
16
|
-
collapseWhenInvisible: import("../../properties-panel/props-builder.js").Prop<boolean, false>;
|
|
17
18
|
}>;
|
|
18
19
|
appearance: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
|
|
19
20
|
backgroundColor: import("../../properties-panel/props-builder.js").Prop<string, false>;
|
|
@@ -6,6 +6,8 @@ export declare const propertiesDefinition: {
|
|
|
6
6
|
columns: Prop<string[], false>;
|
|
7
7
|
}>;
|
|
8
8
|
layout: Section<Record<string, Prop<any, any>> & {
|
|
9
|
+
padding: Prop<import("@superblocksteam/library-shared/types").Spacing, true>;
|
|
10
|
+
} & {
|
|
9
11
|
maxHeight?: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
10
12
|
minHeight?: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
11
13
|
maxWidth?: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
@@ -16,7 +18,6 @@ export declare const propertiesDefinition: {
|
|
|
16
18
|
sticky: Prop<boolean, true>;
|
|
17
19
|
} & {
|
|
18
20
|
isVisible: Prop<boolean, true>;
|
|
19
|
-
collapseWhenInvisible: Prop<boolean, false>;
|
|
20
21
|
}>;
|
|
21
22
|
appearance: Section<Record<string, Prop<any, any>> & {
|
|
22
23
|
backgroundColor: Prop<string, false>;
|
|
@@ -10,6 +10,5 @@ export declare const propertiesDefinition: {
|
|
|
10
10
|
margin: import("../../properties-panel/props-builder.js").Prop<unknown, true>;
|
|
11
11
|
} & {
|
|
12
12
|
isVisible: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
|
|
13
|
-
collapseWhenInvisible: import("../../properties-panel/props-builder.js").Prop<boolean, false>;
|
|
14
13
|
}>;
|
|
15
14
|
};
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { Dim } from "@superblocksteam/library-shared";
|
|
2
2
|
import React from "react";
|
|
3
3
|
import { Prop, Section } from "../../properties-panel/props-builder.js";
|
|
4
|
-
import type { HorizontalAlignment, VerticalAlignment } from "../../component-base/constants.js";
|
|
5
4
|
import type { InternalPropsWithOptional } from "../../properties-panel/props-builder.js";
|
|
6
5
|
import type { DimModes } from "@superblocksteam/library-shared";
|
|
7
6
|
declare const _propertiesDefinitionVStack: {
|
|
8
7
|
layout: Section<Record<string, Prop<any, any>> & {
|
|
9
8
|
isVisible: Prop<boolean, true>;
|
|
10
|
-
collapseWhenInvisible: Prop<boolean, false>;
|
|
11
9
|
shouldScrollContents: Prop<boolean, true>;
|
|
12
10
|
margin: Prop<unknown, true>;
|
|
13
11
|
maxHeight?: Prop<Dim<DimModes>, false> | undefined;
|
|
@@ -18,8 +16,8 @@ declare const _propertiesDefinitionVStack: {
|
|
|
18
16
|
height: Prop<Dim<DimModes>, false>;
|
|
19
17
|
padding: Prop<import("@superblocksteam/library-shared/types").Spacing, true>;
|
|
20
18
|
spacing: Prop<Dim<"px">, true>;
|
|
21
|
-
verticalAlign: Prop<
|
|
22
|
-
horizontalAlign: Prop<
|
|
19
|
+
verticalAlign: Prop<"center" | "space-around" | "space-between" | "bottom" | "top", true>;
|
|
20
|
+
horizontalAlign: Prop<"center" | "space-around" | "space-between" | "left" | "right", true>;
|
|
23
21
|
}>;
|
|
24
22
|
appearance: Section<Record<string, Prop<any, any>> & {
|
|
25
23
|
backgroundColor: Prop<string, false>;
|
|
@@ -30,7 +28,6 @@ declare const _propertiesDefinitionVStack: {
|
|
|
30
28
|
declare const _propertiesDefinitionHStack: {
|
|
31
29
|
layout: Section<Record<string, Prop<any, any>> & {
|
|
32
30
|
isVisible: Prop<boolean, true>;
|
|
33
|
-
collapseWhenInvisible: Prop<boolean, false>;
|
|
34
31
|
shouldScrollContents: Prop<boolean, true>;
|
|
35
32
|
margin: Prop<unknown, true>;
|
|
36
33
|
maxHeight?: Prop<Dim<DimModes>, false> | undefined;
|
|
@@ -41,8 +38,8 @@ declare const _propertiesDefinitionHStack: {
|
|
|
41
38
|
height: Prop<Dim<DimModes>, false>;
|
|
42
39
|
padding: Prop<import("@superblocksteam/library-shared/types").Spacing, true>;
|
|
43
40
|
spacing: Prop<Dim<"px">, true>;
|
|
44
|
-
verticalAlign: Prop<
|
|
45
|
-
horizontalAlign: Prop<
|
|
41
|
+
verticalAlign: Prop<"center" | "space-around" | "space-between" | "bottom" | "top", true>;
|
|
42
|
+
horizontalAlign: Prop<"center" | "space-around" | "space-between" | "left" | "right", true>;
|
|
46
43
|
}>;
|
|
47
44
|
appearance: Section<Record<string, Prop<any, any>> & {
|
|
48
45
|
backgroundColor: Prop<string, false>;
|
|
@@ -19,7 +19,6 @@ export declare const SbSwitch: import("react").FC<import("../../properties-panel
|
|
|
19
19
|
margin: import("../../properties-panel/props-builder.js").Prop<unknown, true>;
|
|
20
20
|
} & {
|
|
21
21
|
isVisible: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
|
|
22
|
-
collapseWhenInvisible: import("../../properties-panel/props-builder.js").Prop<boolean, false>;
|
|
23
22
|
}>;
|
|
24
23
|
interaction: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
|
|
25
24
|
customValidationRule: import("../../properties-panel/props-builder.js").Prop<string, true>;
|
|
@@ -20,7 +20,6 @@ export declare const propertiesDefinition: {
|
|
|
20
20
|
margin: Prop<unknown, true>;
|
|
21
21
|
} & {
|
|
22
22
|
isVisible: Prop<boolean, true>;
|
|
23
|
-
collapseWhenInvisible: Prop<boolean, false>;
|
|
24
23
|
}>;
|
|
25
24
|
interaction: Section<Record<string, Prop<any, any>> & {
|
|
26
25
|
customValidationRule: Prop<string, true>;
|
|
@@ -187,7 +187,6 @@ export declare const SbTable: import("react").FC<import("../../properties-panel/
|
|
|
187
187
|
margin: import("../../properties-panel/props-builder.js").Prop<unknown, true>;
|
|
188
188
|
} & {
|
|
189
189
|
isVisible: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
|
|
190
|
-
collapseWhenInvisible: import("../../properties-panel/props-builder.js").Prop<boolean, false>;
|
|
191
190
|
}>;
|
|
192
191
|
interaction: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
|
|
193
192
|
isFilterable: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
|
|
@@ -191,7 +191,6 @@ export declare const propertiesDefinition: {
|
|
|
191
191
|
margin: Prop<unknown, true>;
|
|
192
192
|
} & {
|
|
193
193
|
isVisible: Prop<boolean, true>;
|
|
194
|
-
collapseWhenInvisible: Prop<boolean, false>;
|
|
195
194
|
}>;
|
|
196
195
|
interaction: Section<Record<string, Prop<any, any>> & {
|
|
197
196
|
isFilterable: Prop<boolean, true>;
|
|
@@ -44,7 +44,6 @@ export declare const SbText: import("react").FC<import("../../properties-panel/p
|
|
|
44
44
|
margin: import("../../properties-panel/props-builder.js").Prop<unknown, true>;
|
|
45
45
|
} & {
|
|
46
46
|
isVisible: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
|
|
47
|
-
collapseWhenInvisible: import("../../properties-panel/props-builder.js").Prop<boolean, false>;
|
|
48
47
|
} & {
|
|
49
48
|
shouldScroll: import("../../properties-panel/props-builder.js").Prop<boolean, false>;
|
|
50
49
|
}>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { type NotificationPosition, type NotificationType } from "./utils/notification.jsx";
|
|
1
2
|
export declare enum Types {
|
|
2
3
|
STRING = "STRING",
|
|
3
4
|
NUMBER = "NUMBER",
|
|
@@ -19,5 +20,5 @@ export declare function copyToClipboard(text: string, options?: {
|
|
|
19
20
|
export declare function navigateTo(urlOrRoute: string, queryParams?: Record<string, any>, target?: string): boolean;
|
|
20
21
|
export declare function setQueryParams(queryParams?: Record<string, any>, preserveExistingQueryParams?: boolean): boolean;
|
|
21
22
|
export declare function download(data: any, fileName?: string, fileType?: string): void;
|
|
22
|
-
export declare function showAlert(
|
|
23
|
+
export declare function showAlert(message: string, style: NotificationType, durationSeconds?: number, alertPosition?: NotificationPosition): void;
|
|
23
24
|
export declare function logoutIntegrations(): void;
|
|
@@ -45,7 +45,6 @@ export declare const shouldScrollContents: (defaultValue?: boolean) => {
|
|
|
45
45
|
};
|
|
46
46
|
export declare const visible: () => {
|
|
47
47
|
isVisible: Prop<boolean, true>;
|
|
48
|
-
collapseWhenInvisible: Prop<boolean, false>;
|
|
49
48
|
};
|
|
50
49
|
export declare const spacing: (options?: {
|
|
51
50
|
default?: Dim<"px">;
|
|
@@ -60,9 +59,9 @@ export declare const padding: (options?: {
|
|
|
60
59
|
export declare const margin: () => {
|
|
61
60
|
margin: Prop<unknown, true>;
|
|
62
61
|
};
|
|
63
|
-
export declare const getAlignmentProps: () => {
|
|
64
|
-
verticalAlign: Prop<VerticalAlignment
|
|
65
|
-
horizontalAlign: Prop<HorizontalAlignment
|
|
62
|
+
export declare const getAlignmentProps: <LayoutType extends "vertical" | "horizontal">() => {
|
|
63
|
+
verticalAlign: Prop<VerticalAlignment<LayoutType>, true>;
|
|
64
|
+
horizontalAlign: Prop<HorizontalAlignment<LayoutType>, true>;
|
|
66
65
|
};
|
|
67
66
|
export declare const containerLayout: () => import("../props-builder.js").UnionProp<{
|
|
68
67
|
layout: Prop<ContainerLayout, true>;
|
|
@@ -72,12 +71,12 @@ export declare const containerLayout: () => import("../props-builder.js").UnionP
|
|
|
72
71
|
readonly rows: Prop<number, false>;
|
|
73
72
|
readonly rowSize: Prop<number, false>;
|
|
74
73
|
}, {
|
|
75
|
-
readonly verticalAlign: Prop<
|
|
76
|
-
readonly horizontalAlign: Prop<
|
|
74
|
+
readonly verticalAlign: Prop<"center" | "space-around" | "space-between" | "bottom" | "top", true>;
|
|
75
|
+
readonly horizontalAlign: Prop<"center" | "left" | "right", true>;
|
|
77
76
|
readonly layout: Prop<"vertical", true>;
|
|
78
77
|
}, {
|
|
79
|
-
readonly verticalAlign: Prop<
|
|
80
|
-
readonly horizontalAlign: Prop<
|
|
78
|
+
readonly verticalAlign: Prop<"center" | "bottom" | "top", true>;
|
|
79
|
+
readonly horizontalAlign: Prop<"center" | "space-around" | "space-between" | "left" | "right", true>;
|
|
81
80
|
readonly layout: Prop<"horizontal", true>;
|
|
82
81
|
}], ({
|
|
83
82
|
layout: Prop<ContainerLayout, true>;
|
|
@@ -89,14 +88,14 @@ export declare const containerLayout: () => import("../props-builder.js").UnionP
|
|
|
89
88
|
}) | ({
|
|
90
89
|
layout: Prop<ContainerLayout, true>;
|
|
91
90
|
} & {
|
|
92
|
-
readonly verticalAlign: Prop<
|
|
93
|
-
readonly horizontalAlign: Prop<
|
|
91
|
+
readonly verticalAlign: Prop<"center" | "space-around" | "space-between" | "bottom" | "top", true>;
|
|
92
|
+
readonly horizontalAlign: Prop<"center" | "left" | "right", true>;
|
|
94
93
|
readonly layout: Prop<"vertical", true>;
|
|
95
94
|
}) | ({
|
|
96
95
|
layout: Prop<ContainerLayout, true>;
|
|
97
96
|
} & {
|
|
98
|
-
readonly verticalAlign: Prop<
|
|
99
|
-
readonly horizontalAlign: Prop<
|
|
97
|
+
readonly verticalAlign: Prop<"center" | "bottom" | "top", true>;
|
|
98
|
+
readonly horizontalAlign: Prop<"center" | "space-around" | "space-between" | "left" | "right", true>;
|
|
100
99
|
readonly layout: Prop<"horizontal", true>;
|
|
101
100
|
})>;
|
|
102
101
|
export declare const basicLayout: () => Section<Record<string, Prop<any, any>> & {
|
|
@@ -110,5 +109,4 @@ export declare const basicLayout: () => Section<Record<string, Prop<any, any>> &
|
|
|
110
109
|
margin: Prop<unknown, true>;
|
|
111
110
|
} & {
|
|
112
111
|
isVisible: Prop<boolean, true>;
|
|
113
|
-
collapseWhenInvisible: Prop<boolean, false>;
|
|
114
112
|
}>;
|
|
@@ -205,7 +205,7 @@ declare class Prop<Type extends DataType, _HasDefault extends boolean = false> {
|
|
|
205
205
|
setName(name: string): this;
|
|
206
206
|
onEdit(callback: SideEffectCallback): this;
|
|
207
207
|
onEvaluate(callback: SideEffectCallback): this;
|
|
208
|
-
propertiesPanel<CT extends ControlType>(schema: Omit<Partial<PropertiesPanelDisplay<Type, CT>>, "defaultValue">): this;
|
|
208
|
+
propertiesPanel<CT extends ControlType>(schema: Omit<Partial<PropertiesPanelDisplay<Type, CT>>, "defaultValue" | "isTriggerProperty">): this;
|
|
209
209
|
build(): ManagedProp<Type>;
|
|
210
210
|
toDefinition(entity?: Entity, scopedState?: ScopedState): WidgetPropertyDefinition<DataType> | undefined;
|
|
211
211
|
getRelations(): Relation[][];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ScopedState, ValueInputProp } from "../internal-details/lib/evaluator/base-entity-manager.js";
|
|
2
2
|
import type { SelectedWidgetProps, StepDef } from "../sb-trigger.js";
|
|
3
|
-
import type {
|
|
3
|
+
import type { NotificationPosition, NotificationType } from "./utils/notification.jsx";
|
|
4
4
|
import type { ISbEventFlow, WithBindingIdentifier } from "@superblocksteam/library-shared/types";
|
|
5
5
|
declare class SbEventFlow implements ISbEventFlow<StepDef, ScopedState, ValueInputProp> {
|
|
6
6
|
steps: StepDef[];
|
|
@@ -41,8 +41,8 @@ declare class SbEventFlow implements ISbEventFlow<StepDef, ScopedState, ValueInp
|
|
|
41
41
|
setStateVar(stateVar: WithBindingIdentifier, value: ValueInputProp): this;
|
|
42
42
|
static setComponentProperty(widget: SelectedWidgetProps, propertyName: string, value: ValueInputProp): SbEventFlow;
|
|
43
43
|
setComponentProperty(widget: SelectedWidgetProps, propertyName: string, value: ValueInputProp): this;
|
|
44
|
-
static showAlert(message: ValueInputProp<string>, alertType:
|
|
45
|
-
showAlert(message: ValueInputProp<string>, alertType:
|
|
44
|
+
static showAlert(message: ValueInputProp<string>, alertType: NotificationType, alertDuration?: number, alertPosition?: NotificationPosition): SbEventFlow;
|
|
45
|
+
showAlert(message: ValueInputProp<string>, alertType: NotificationType, alertDuration?: number, alertPosition?: NotificationPosition): this;
|
|
46
46
|
static setProfile(profileId: string, profileAction: "set" | "unset"): SbEventFlow;
|
|
47
47
|
setProfile(profileId: string, profileAction: "set" | "unset"): this;
|
|
48
48
|
static triggerEvent(eventName: string, eventData: Record<string, string>): SbEventFlow;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export type NotificationPosition = "bottomRight" | "bottomLeft" | "topRight" | "topLeft" | "top" | "bottom";
|
|
3
|
+
export type NotificationType = "info" | "success" | "warning" | "error";
|
|
4
|
+
type NotificationConfig = {
|
|
5
|
+
key?: string;
|
|
6
|
+
message: JSX.Element | string;
|
|
7
|
+
description?: JSX.Element | string;
|
|
8
|
+
duration?: number;
|
|
9
|
+
placement?: NotificationPosition;
|
|
10
|
+
style?: React.CSSProperties;
|
|
11
|
+
dataTest?: string;
|
|
12
|
+
type: NotificationType;
|
|
13
|
+
};
|
|
14
|
+
export declare function cleanNotification(): void;
|
|
15
|
+
export declare function closeNotification(key: string): void;
|
|
16
|
+
export declare function sendNotification({ message, description, duration, key, placement, style, dataTest, type, }: NotificationConfig): void;
|
|
17
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superblocksteam/library",
|
|
3
|
-
"version": "2.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@react-hook/resize-observer": "1.2.6",
|
|
33
33
|
"@superblocksteam/fast-deep-equal": "3.1.4",
|
|
34
34
|
"@superblocksteam/iso-currency": "2.0.0",
|
|
35
|
-
"@superblocksteam/library-shared": "2.0.0-next.
|
|
35
|
+
"@superblocksteam/library-shared": "2.0.0-next.5",
|
|
36
36
|
"@superblocksteam/shared": "0.9122.0",
|
|
37
37
|
"antd": "4.24.15",
|
|
38
38
|
"apca-w3": "^0.1.9",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"icons-BrNMuu_I.js","sources":["../src/lib/user-facing/assets/icons/plus.svg?react","../src/lib/user-facing/assets/icons/hide.svg?react","../src/lib/user-facing/assets/icons/chevron-down.svg?react","../src/lib/user-facing/assets/icons/cross-xs.svg?react","../src/lib/user-facing/assets/icons/close.svg?react","../src/lib/user-facing/assets/icons/checkmark.svg?react","../src/lib/user-facing/assets/icons/empty-checkbox.svg?react","../src/lib/user-facing/assets/icons/minus.svg?react","../src/lib/user-facing/assets/icons/copy.svg?react","../src/lib/user-facing/assets/icons/external-link.svg?react","../src/lib/user-facing/assets/icons/play.svg?react","../src/lib/user-facing/assets/icons/trash.svg?react","../src/lib/user-facing/assets/icons/download.svg?react","../src/lib/user-facing/assets/icons/sort.svg?react","../src/lib/user-facing/assets/icons/filter.svg?react","../src/lib/user-facing/assets/icons/freeze.svg?react","../src/lib/user-facing/assets/icons/ellipsis.svg?react"],"sourcesContent":["import * as React from \"react\";\nconst SvgPlus = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 16, height: 16, viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M2.5 8H13.5M8 2.5V13.5\", stroke: \"currentColor\", strokeLinecap: \"round\", strokeLinejoin: \"round\" }));\nexport default SvgPlus;\n","import * as React from \"react\";\nconst SvgHide = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 16, height: 14, viewBox: \"0 0 16 14\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", color: \"#A4AAB7\", ...props }, /* @__PURE__ */ React.createElement(\"g\", null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M2.00001 1L3.88386 2.88385M14 13L12.1162 11.1161M12.1162 11.1161C11.0861 11.8322 9.72533 12.3333 8.00001 12.3333C3.33334 12.3333 1.33334 8.66667 1.33334 7C1.33334 5.94952 2.12787 4.10451 3.88386 2.88385M12.1162 11.1161L9.41419 8.41418M3.88386 2.88385L6.58577 5.58576M6.58577 5.58576C6.22382 5.94769 5.99995 6.4477 5.99995 7C5.99995 8.10457 6.89538 9 7.99995 9C8.55225 9 9.05226 8.77613 9.41419 8.41418M6.58577 5.58576L9.41419 8.41418M13.6132 9.66667C13.6954 9.55607 13.7727 9.44476 13.845 9.33333C14.4034 8.47271 14.6667 7.60471 14.6667 7C14.6667 5.33333 12.6667 1.66667 8.00001 1.66667C7.26869 1.66667 6.60286 1.75671 5.99995 1.915C5.88664 1.94475 5.77556 1.97691 5.66668 2.01133\", stroke: \"currentColor\", strokeWidth: 1.25, strokeLinecap: \"round\" })));\nexport default SvgHide;\n","import * as React from \"react\";\nconst SvgChevronDown = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 16, height: 16, viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M4 6L8 10L12 6\", stroke: \"currentColor\", strokeLinecap: \"round\", strokeLinejoin: \"round\" }));\nexport default SvgChevronDown;\n","import * as React from \"react\";\nconst SvgCrossXs = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 16, height: 16, viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M5 5L8 8M8 8L11 5M8 8L11 11M8 8L5 11\", stroke: \"currentColor\", strokeLinecap: \"round\", strokeLinejoin: \"round\" }));\nexport default SvgCrossXs;\n","import * as React from \"react\";\nconst SvgClose = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 16, height: 16, viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M4 12L12 4M4 4L12 12\", stroke: \"currentColor\", strokeLinecap: \"round\", strokeLinejoin: \"round\" }));\nexport default SvgClose;\n","import * as React from \"react\";\nconst SvgCheckmark = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 16, height: 16, viewBox: \"2 2 12 12\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M5.33325 7.33333L7.33325 9.33333L11.3333 5.33333\", stroke: \"currentColor\", strokeWidth: 1.25, strokeLinecap: \"round\", strokeLinejoin: \"round\" }));\nexport default SvgCheckmark;\n","import * as React from \"react\";\nconst SvgEmptyCheckbox = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 14, height: 14, viewBox: \"0 0 14 14\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"rect\", { x: 0.5, y: 0.5, width: 13, height: 13, rx: 2.5, fill: \"white\", stroke: \"#C6CAD2\" }));\nexport default SvgEmptyCheckbox;\n","import * as React from \"react\";\nconst SvgMinus = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 16, height: 16, viewBox: \"0 0 16 16\", fill: \"currentColor\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M2.70837 8C2.70837 7.65482 2.9882 7.375 3.33337 7.375H12.6667C13.0119 7.375 13.2917 7.65482 13.2917 8C13.2917 8.34518 13.0119 8.625 12.6667 8.625H3.33337C2.9882 8.625 2.70837 8.34518 2.70837 8Z\" }));\nexport default SvgMinus;\n","import * as React from \"react\";\nconst SvgCopy = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 16, height: 16, viewBox: \"0 0 16 16\", fill: \"currentColor\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { opacity: 0.12, d: \"M1.33325 5.59998C1.33325 4.10651 1.33325 3.35977 1.6239 2.78934C1.87956 2.28757 2.28751 1.87962 2.78928 1.62396C3.35971 1.33331 4.10645 1.33331 5.59992 1.33331H6.39992C7.89339 1.33331 8.64013 1.33331 9.21056 1.62396C9.71233 1.87962 10.1203 2.28757 10.3759 2.78934C10.6666 3.35977 10.6666 4.10651 10.6666 5.59998V6.39998C10.6666 7.89345 10.6666 8.64019 10.3759 9.21062C10.1203 9.71239 9.71233 10.1203 9.21056 10.376C8.64013 10.6666 7.89339 10.6666 6.39992 10.6666H5.59992C4.10645 10.6666 3.35971 10.6666 2.78928 10.376C2.28751 10.1203 1.87956 9.71239 1.6239 9.21062C1.33325 8.64019 1.33325 7.89345 1.33325 6.39998V5.59998Z\" }), /* @__PURE__ */ React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M5.60016 0.708374L5.57323 0.708374C4.84934 0.708368 4.26801 0.708364 3.79781 0.746781C3.31448 0.78627 2.89379 0.869445 2.50578 1.06714C1.88641 1.38273 1.38285 1.88629 1.06727 2.50566C0.869567 2.89366 0.786392 3.31436 0.746903 3.79769C0.708486 4.26789 0.70849 4.84922 0.708496 5.5731L0.708496 5.60004V6.40004L0.708496 6.42698C0.70849 7.15087 0.708486 7.73219 0.746903 8.2024C0.786392 8.68572 0.869567 9.10642 1.06727 9.49443C1.38285 10.1138 1.88641 10.6174 2.50578 10.9329C2.89379 11.1306 3.31448 11.2138 3.79781 11.2533C4.06407 11.2751 4.36597 11.2845 4.7092 11.2886C4.71074 11.6213 4.71561 11.9071 4.73108 12.1542C4.75426 12.5246 4.80296 12.85 4.91947 13.1595C5.25337 14.0467 5.95352 14.7468 6.84067 15.0807C7.15025 15.1972 7.47562 15.2459 7.846 15.2691C8.20693 15.2917 8.65011 15.2917 9.2019 15.2917H9.22238H10.4002H10.4271C11.151 15.2917 11.7323 15.2917 12.2025 15.2533C12.6858 15.2138 13.1065 15.1306 13.4945 14.9329C14.1139 14.6174 14.6175 14.1138 14.9331 13.4944C15.1308 13.1064 15.2139 12.6857 15.2534 12.2024C15.2918 11.7322 15.2918 11.1509 15.2918 10.427V10.4V9.22226V9.20178C15.2918 8.64999 15.2918 8.20681 15.2692 7.84588C15.2461 7.4755 15.1974 7.15012 15.0809 6.84055C14.747 5.9534 14.0468 5.25325 13.1597 4.91935C12.8501 4.80284 12.5247 4.75414 12.1543 4.73096C11.9072 4.71549 11.6215 4.71062 11.2887 4.70908C11.2846 4.36584 11.2752 4.06395 11.2534 3.79768C11.2139 3.31436 11.1308 2.89366 10.9331 2.50566C10.6175 1.88629 10.1139 1.38273 9.49455 1.06714C9.10654 0.869444 8.68584 0.78627 8.20252 0.746781C7.73231 0.708364 7.15099 0.708368 6.4271 0.708374L6.40016 0.708374H5.60016ZM11.2918 5.95914V6.40004V6.42699V6.427C11.2918 7.15088 11.2918 7.73219 11.2534 8.2024C11.2139 8.68572 11.1308 9.10642 10.9331 9.49443C10.6175 10.1138 10.1139 10.6174 9.49455 10.9329C9.10654 11.1306 8.68584 11.2138 8.20252 11.2533C7.73232 11.2917 7.151 11.2917 6.42713 11.2917H6.42712H6.40016H5.95926C5.96078 11.6099 5.96528 11.8627 5.97864 12.0761C5.99819 12.3884 6.03495 12.5747 6.08935 12.7192C6.29646 13.2695 6.73073 13.7037 7.28099 13.9108C7.42553 13.9653 7.61179 14.002 7.92409 14.0216C8.24137 14.0414 8.64541 14.0417 9.22238 14.0417H10.4002C11.1572 14.0417 11.6874 14.0412 12.1007 14.0075C12.5068 13.9743 12.7446 13.9121 12.9271 13.8192C13.3112 13.6234 13.6236 13.3111 13.8193 12.9269C13.9123 12.7445 13.9744 12.5066 14.0076 12.1006C14.0413 11.6873 14.0418 11.1571 14.0418 10.4V9.22226C14.0418 8.64529 14.0415 8.24125 14.0217 7.92396C14.0021 7.61167 13.9654 7.42541 13.911 7.28086C13.7039 6.7306 13.2696 6.29634 12.7193 6.08923C12.5748 6.03483 12.3885 5.99806 12.0762 5.97852C11.8628 5.96516 11.6101 5.96066 11.2918 5.95914ZM3.07327 2.1809C3.25569 2.08795 3.49358 2.0258 3.8996 1.99263C4.31291 1.95886 4.84311 1.95837 5.60016 1.95837H6.40016C7.15721 1.95837 7.68741 1.95886 8.10073 1.99263C8.50675 2.0258 8.74464 2.08795 8.92706 2.1809C9.31122 2.37664 9.62356 2.68898 9.8193 3.07314C9.91225 3.25557 9.9744 3.49345 10.0076 3.89947C10.0413 4.31279 10.0418 4.84299 10.0418 5.60004V6.40004C10.0418 7.15709 10.0413 7.68729 10.0076 8.10061C9.9744 8.50663 9.91225 8.74452 9.8193 8.92694C9.62356 9.3111 9.31122 9.62344 8.92706 9.81918C8.74464 9.91213 8.50675 9.97428 8.10073 10.0075C7.68741 10.0412 7.15721 10.0417 6.40016 10.0417H5.60016C4.84311 10.0417 4.31291 10.0412 3.8996 10.0075C3.49358 9.97428 3.25569 9.91213 3.07327 9.81918C2.6891 9.62344 2.37677 9.3111 2.18102 8.92694C2.08808 8.74452 2.02593 8.50663 1.99275 8.10061C1.95898 7.68729 1.9585 7.15709 1.9585 6.40004V5.60004C1.9585 4.84299 1.95898 4.31279 1.99275 3.89947C2.02593 3.49345 2.08808 3.25557 2.18102 3.07314C2.37677 2.68898 2.6891 2.37664 3.07327 2.1809Z\" }));\nexport default SvgCopy;\n","import * as React from \"react\";\nconst SvgExternalLink = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 16, height: 16, viewBox: \"0 0 16 16\", fill: \"currentColor\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"rect\", { opacity: 0.12, x: 2, y: 3, width: 11, height: 11, rx: 2 }), /* @__PURE__ */ React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M11.375 1C11.375 0.654822 11.6548 0.375 12 0.375H15C15.3452 0.375 15.625 0.654822 15.625 1V4C15.625 4.34518 15.3452 4.625 15 4.625C14.6548 4.625 14.375 4.34518 14.375 4V2.50888L8.94194 7.94194C8.69786 8.18602 8.30214 8.18602 8.05806 7.94194C7.81398 7.69786 7.81398 7.30214 8.05806 7.05806L13.4911 1.625H12C11.6548 1.625 11.375 1.34518 11.375 1ZM5.17396 2.375L9 2.375C9.34518 2.375 9.625 2.65482 9.625 3C9.625 3.34518 9.34518 3.625 9 3.625H5.2C4.62963 3.625 4.23945 3.62549 3.9373 3.65017C3.64245 3.67426 3.48688 3.71825 3.37576 3.77487C3.11704 3.90669 2.90669 4.11704 2.77487 4.37576C2.71825 4.48688 2.67426 4.64245 2.65017 4.9373C2.62549 5.23945 2.625 5.62963 2.625 6.2V10.8C2.625 11.3704 2.62549 11.7606 2.65017 12.0627C2.67426 12.3576 2.71825 12.5131 2.77487 12.6242C2.90669 12.883 3.11704 13.0933 3.37576 13.2251C3.48688 13.2818 3.64245 13.3257 3.9373 13.3498C4.23945 13.3745 4.62963 13.375 5.2 13.375H9.8C10.3704 13.375 10.7606 13.3745 11.0627 13.3498C11.3576 13.3257 11.5131 13.2818 11.6242 13.2251C11.883 13.0933 12.0933 12.883 12.2251 12.6242C12.2818 12.5131 12.3257 12.3576 12.3498 12.0627C12.3745 11.7606 12.375 11.3704 12.375 10.8V8C12.375 7.65482 12.6548 7.375 13 7.375C13.3452 7.375 13.625 7.65482 13.625 8V10.8261C13.625 11.364 13.625 11.8054 13.5957 12.1645C13.5653 12.5366 13.5003 12.875 13.3389 13.1917C13.0872 13.6857 12.6857 14.0872 12.1917 14.3389C11.875 14.5003 11.5366 14.5653 11.1645 14.5957C10.8054 14.625 10.364 14.625 9.82606 14.625H5.17394C4.63602 14.625 4.19459 14.625 3.83551 14.5957C3.46335 14.5653 3.12498 14.5003 2.80828 14.3389C2.31435 14.0872 1.91278 13.6857 1.66111 13.1917C1.49974 12.875 1.43473 12.5366 1.40432 12.1645C1.37499 11.8054 1.37499 11.364 1.375 10.826V6.17396C1.37499 5.63603 1.37499 5.19459 1.40432 4.83551C1.43473 4.46335 1.49974 4.12498 1.66111 3.80827C1.91278 3.31435 2.31435 2.91278 2.80828 2.66111C3.12498 2.49974 3.46335 2.43473 3.83551 2.40432C4.19459 2.37499 4.63603 2.37499 5.17396 2.375Z\" }));\nexport default SvgExternalLink;\n","import * as React from \"react\";\nconst SvgPlay = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 20, height: 20, viewBox: \"0 0 20 20\", fill: \"currentColor\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M10.0001 0.916664C4.9835 0.916664 0.916748 4.98341 0.916748 10C0.916748 15.0166 4.9835 19.0833 10.0001 19.0833C15.0167 19.0833 19.0834 15.0166 19.0834 10C19.0834 4.98341 15.0167 0.916664 10.0001 0.916664ZM7.50008 11.2799V8.72013C7.50008 7.77794 7.50008 7.30684 7.69728 7.04133C7.86917 6.80989 8.13258 6.6639 8.41995 6.64079C8.74962 6.61429 9.14911 6.86397 9.94808 7.36333L11.9959 8.6432L11.9959 8.6432C12.7157 9.09312 13.0757 9.31807 13.1991 9.60609C13.3069 9.85763 13.3069 10.1424 13.1991 10.3939C13.0757 10.6819 12.7157 10.9069 11.9959 11.3568L9.94808 12.6367C9.14911 13.136 8.74962 13.3857 8.41995 13.3592C8.13258 13.3361 7.86917 13.1901 7.69728 12.9587C7.50008 12.6931 7.50008 12.2221 7.50008 11.2799Z\" }));\nexport default SvgPlay;\n","import * as React from \"react\";\nconst SvgTrash = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 16, height: 16, viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { opacity: 0.12, d: \"M12.5 12.5V3.5H3.5V12.5C3.5 13.3284 4.17157 14 5 14H11C11.8284 14 12.5 13.3284 12.5 12.5Z\", fill: \"#6C7689\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M13.5 3.5H12.5M2.5 3.5H5M12.5 3.5V12.5C12.5 13.3284 11.8284 14 11 14C9 14 7 14 5 14C4.17157 14 3.5 13.3284 3.5 12.5V3.5M12.5 3.5H11M5 3.5L6 1.5H10L11 3.5M5 3.5H11\", stroke: \"#6C7689\", strokeLinecap: \"round\", strokeLinejoin: \"round\", style: {\n fill: \"none\"\n} }));\nexport default SvgTrash;\n","import * as React from \"react\";\nconst SvgDownload = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 20, height: 20, viewBox: \"0 0 20 20\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M2.8 14.8C1.72396 14.188 1 13.0441 1 11.7339C1 10.0843 2.14779 8.69817 3.701 8.30558C3.70033 8.26857 3.7 8.23148 3.7 8.19432C3.7 4.77329 6.52061 2 10 2C12.9627 2 15.4478 4.01078 16.1205 6.72007C17.805 7.35964 19 8.96712 19 10.849C19 12.2966 18.293 13.5817 17.2 14.389M10 11V18M10 18L12.5 15.5M10 18L7.5 15.5\", stroke: \"currentColor\", strokeWidth: 1.5, strokeLinecap: \"round\", strokeLinejoin: \"round\" }));\nexport default SvgDownload;\n","import * as React from \"react\";\nconst SvgSort = (props) => /* @__PURE__ */ React.createElement(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", width: 16, height: 16, fill: \"none\", viewBox: \"0 0 16 16\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { fill: \"#D0D7DD\", d: \"M13.3359 7.99967L12.3959 7.05967L8.66927 10.7797V2.66634H7.33594L7.33594 10.7797L3.61594 7.05301L2.66927 7.99967L8.00261 13.333L13.3359 7.99967Z\" }));\nexport default SvgSort;\n","import * as React from \"react\";\nconst SvgFilter = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 14, height: 13, viewBox: \"0 0 14 13\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M1.63119 1H12.3687C12.4657 1.00003 12.5606 1.02827 12.6418 1.08127C12.723 1.13427 12.7871 1.20975 12.8261 1.29852C12.8652 1.38728 12.8776 1.48549 12.8619 1.58119C12.8461 1.67689 12.8029 1.76594 12.7374 1.8375L8.63119 6.35625C8.54573 6.44773 8.49873 6.56857 8.49994 6.69375V10.2312C8.5007 10.3143 8.48048 10.3963 8.44115 10.4695C8.40182 10.5427 8.34465 10.6048 8.27494 10.65L6.27494 11.9812C6.19992 12.0307 6.11297 12.059 6.02323 12.0631C5.9335 12.0673 5.84429 12.0473 5.76499 12.0051C5.68569 11.9629 5.61922 11.9001 5.57258 11.8233C5.52594 11.7465 5.50085 11.6586 5.49994 11.5688V6.69375C5.50114 6.56857 5.45415 6.44773 5.36869 6.35625L1.26244 1.8375C1.19697 1.76594 1.15373 1.67689 1.13798 1.58119C1.12224 1.48549 1.13466 1.38728 1.17374 1.29852C1.21282 1.20975 1.27688 1.13427 1.3581 1.08127C1.43932 1.02827 1.5342 1.00003 1.63119 1V1Z\", stroke: \"#6C7689\", strokeWidth: 1.25, strokeLinecap: \"round\", strokeLinejoin: \"round\" }));\nexport default SvgFilter;\n","import * as React from \"react\";\nconst SvgFreeze = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: \"24px\", height: \"24px\", viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M11.4939 20.5644C11.1821 20.8372 10.7083 20.8056 10.4356 20.4939L3.43557 12.4939C3.18814 12.2111 3.18814 11.7889 3.43557 11.5061L10.4356 3.50613C10.7083 3.1944 11.1822 3.16281 11.4939 3.43557C11.8056 3.70834 11.8372 4.18216 11.5644 4.49388L5.65283 11.25L20 11.25C20.4142 11.25 20.75 11.5858 20.75 12C20.75 12.4142 20.4142 12.75 20 12.75L5.65283 12.75L11.5644 19.5061C11.8372 19.8179 11.8056 20.2917 11.4939 20.5644Z\", fill: \"currentColor\" }));\nexport default SvgFreeze;\n","import * as React from \"react\";\nconst SvgEllipsis = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 12, height: 4, viewBox: \"0 0 12 4\", fill: \"currentColor\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M1.99996 0.666504C1.26663 0.666504 0.666626 1.2665 0.666626 1.99984C0.666626 2.73317 1.26663 3.33317 1.99996 3.33317C2.73329 3.33317 3.33329 2.73317 3.33329 1.99984C3.33329 1.2665 2.73329 0.666504 1.99996 0.666504Z\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M9.99996 0.666504C9.26663 0.666504 8.66663 1.2665 8.66663 1.99984C8.66663 2.73317 9.26663 3.33317 9.99996 3.33317C10.7333 3.33317 11.3333 2.73317 11.3333 1.99984C11.3333 1.2665 10.7333 0.666504 9.99996 0.666504Z\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M5.99996 0.666504C5.26663 0.666504 4.66663 1.2665 4.66663 1.99984C4.66663 2.73317 5.26663 3.33317 5.99996 3.33317C6.73329 3.33317 7.33329 2.73317 7.33329 1.99984C7.33329 1.2665 6.73329 0.666504 5.99996 0.666504Z\" }));\nexport default SvgEllipsis;\n"],"names":[],"mappings":";AACK,MAAC,UAAU,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,QAAQ,OAAO,8BAA8B,GAAG,MAAK,GAAoB,sBAAM,cAAc,QAAQ,EAAE,GAAG,0BAA0B,QAAQ,gBAAgB,eAAe,SAAS,gBAAgB,QAAO,CAAE,CAAC;ACApU,MAAC,UAAU,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,QAAQ,OAAO,8BAA8B,OAAO,WAAW,GAAG,MAAO,GAAkB,sBAAM,cAAc,KAAK,MAAsB,sBAAM,cAAc,QAAQ,EAAE,GAAG,4qBAA4qB,QAAQ,gBAAgB,aAAa,MAAM,eAAe,QAAO,CAAE,CAAC,CAAC;ACAlhC,MAAC,iBAAiB,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,QAAQ,OAAO,8BAA8B,GAAG,MAAK,GAAoB,sBAAM,cAAc,QAAQ,EAAE,GAAG,kBAAkB,QAAQ,gBAAgB,eAAe,SAAS,gBAAgB,QAAO,CAAE,CAAC;ACAnU,MAAC,aAAa,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,QAAQ,OAAO,8BAA8B,GAAG,MAAK,GAAoB,sBAAM,cAAc,QAAQ,EAAE,GAAG,wCAAwC,QAAQ,gBAAgB,eAAe,SAAS,gBAAgB,QAAO,CAAE,CAAC;ACArV,MAAC,WAAW,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,QAAQ,OAAO,8BAA8B,GAAG,MAAK,GAAoB,sBAAM,cAAc,QAAQ,EAAE,GAAG,wBAAwB,QAAQ,gBAAgB,eAAe,SAAS,gBAAgB,QAAO,CAAE,CAAC;ACAnU,MAAC,eAAe,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,QAAQ,OAAO,8BAA8B,GAAG,MAAK,GAAoB,sBAAM,cAAc,QAAQ,EAAE,GAAG,oDAAoD,QAAQ,gBAAgB,aAAa,MAAM,eAAe,SAAS,gBAAgB,SAAS,CAAC;ACAtX,MAAC,mBAAmB,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,QAAQ,OAAO,8BAA8B,GAAG,MAAK,GAAoB,sBAAM,cAAc,QAAQ,EAAE,GAAG,KAAK,GAAG,KAAK,OAAO,IAAI,QAAQ,IAAI,IAAI,KAAK,MAAM,SAAS,QAAQ,WAAW,CAAC;ACAzT,MAAC,WAAW,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,gBAAgB,OAAO,8BAA8B,GAAG,MAAO,GAAkB,sBAAM,cAAc,QAAQ,EAAE,UAAU,WAAW,UAAU,WAAW,GAAG,oMAAmM,CAAE,CAAC;ACAzd,MAAC,UAAU,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,gBAAgB,OAAO,8BAA8B,GAAG,MAAO,GAAkB,sBAAM,cAAc,QAAQ,EAAE,SAAS,MAAM,GAAG,gnBAAinB,CAAA,GAAmB,sBAAM,cAAc,QAAQ,EAAE,UAAU,WAAW,UAAU,WAAW,GAAG,giHAAgiH,CAAC;ACAv+I,MAAC,kBAAkB,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,gBAAgB,OAAO,8BAA8B,GAAG,MAAK,GAAoB,sBAAM,cAAc,QAAQ,EAAE,SAAS,MAAM,GAAG,GAAG,GAAG,GAAG,OAAO,IAAI,QAAQ,IAAI,IAAI,EAAC,CAAE,GAAmB,sBAAM,cAAc,QAAQ,EAAE,UAAU,WAAW,UAAU,WAAW,GAAG,85DAA85D,CAAC;ACAnyE,MAAC,UAAU,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,gBAAgB,OAAO,8BAA8B,GAAG,MAAO,GAAkB,sBAAM,cAAc,QAAQ,EAAE,UAAU,WAAW,UAAU,WAAW,GAAG,osBAAmsB,CAAE,CAAC;ACAx9B,MAAC,WAAW,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,QAAQ,OAAO,8BAA8B,GAAG,SAAyB,sBAAM,cAAc,QAAQ,EAAE,SAAS,MAAM,GAAG,6FAA6F,MAAM,UAAS,CAAE,GAAmB,sBAAM,cAAc,QAAQ,EAAE,GAAG,sKAAsK,QAAQ,WAAW,eAAe,SAAS,gBAAgB,SAAS,OAAO;AAAA,EACtoB,MAAM;AACR,GAAG,CAAC;ACFC,MAAC,cAAc,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,QAAQ,OAAO,8BAA8B,GAAG,MAAK,GAAoB,sBAAM,cAAc,QAAQ,EAAE,GAAG,uTAAuT,QAAQ,gBAAgB,aAAa,KAAK,eAAe,SAAS,gBAAgB,SAAS,CAAC;ACAvnB,MAAC,UAAU,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,8BAA8B,OAAO,IAAI,QAAQ,IAAI,MAAM,QAAQ,SAAS,aAAa,GAAG,MAAK,GAAoB,sBAAM,cAAc,QAAQ,EAAE,MAAM,WAAW,GAAG,mJAAkJ,CAAE,CAAC;ACAtY,MAAC,YAAY,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,QAAQ,OAAO,8BAA8B,GAAG,MAAK,GAAoB,sBAAM,cAAc,QAAQ,EAAE,GAAG,y0BAAy0B,QAAQ,WAAW,aAAa,MAAM,eAAe,SAAS,gBAAgB,SAAS,CAAC;ACAnoC,MAAC,YAAY,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,QAAQ,QAAQ,QAAQ,SAAS,aAAa,MAAM,QAAQ,OAAO,8BAA8B,GAAG,MAAK,GAAoB,sBAAM,cAAc,QAAQ,EAAE,UAAU,WAAW,UAAU,WAAW,GAAG,maAAma,MAAM,eAAc,CAAE,CAAC;ACA9sB,MAAC,cAAc,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,GAAG,SAAS,YAAY,MAAM,gBAAgB,OAAO,8BAA8B,GAAG,MAAO,GAAkB,sBAAM,cAAc,QAAQ,EAAE,GAAG,yNAAwN,CAAE,GAAmB,sBAAM,cAAc,QAAQ,EAAE,GAAG,sNAAqN,CAAE,GAAmB,sBAAM,cAAc,QAAQ,EAAE,GAAG,uNAAuN,CAAC;"}
|