@reportportal/ui-kit 0.0.1-alpha.106 → 0.0.1-alpha.108
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/attachedFile.js +1 -1
- package/dist/autocompletes.js +694 -0
- package/dist/components/autocompletes/common/autocompleteMenu/autocompleteMenu.d.ts +9 -0
- package/dist/components/autocompletes/common/autocompleteMenu/index.d.ts +1 -0
- package/dist/components/autocompletes/common/autocompleteOption/autocompleteOption.d.ts +13 -0
- package/dist/components/autocompletes/common/autocompleteOption/index.d.ts +1 -0
- package/dist/components/autocompletes/common/autocompleteOptions.d.ts +19 -0
- package/dist/components/autocompletes/common/autocompletePrompt/autocompletePrompt.d.ts +7 -0
- package/dist/components/autocompletes/common/autocompletePrompt/index.d.ts +1 -0
- package/dist/components/autocompletes/common/index.d.ts +19 -0
- package/dist/components/autocompletes/constants.d.ts +2 -0
- package/dist/components/autocompletes/index.d.ts +3 -0
- package/dist/components/autocompletes/multipleAutocomplete/index.d.ts +17 -0
- package/dist/components/autocompletes/multipleAutocomplete/multipleAutocomplete.d.ts +46 -0
- package/dist/components/autocompletes/multipleAutocomplete/multipleDownshift.d.ts +25 -0
- package/dist/components/autocompletes/multipleAutocomplete/selectedItems/index.d.ts +1 -0
- package/dist/components/autocompletes/multipleAutocomplete/selectedItems/selectedItems.d.ts +35 -0
- package/dist/components/autocompletes/singleAutocomplete/index.d.ts +1 -0
- package/dist/components/autocompletes/singleAutocomplete/singleAutocomplete.d.ts +40 -0
- package/dist/components/autocompletes/types.d.ts +8 -0
- package/dist/components/autocompletes/utils.d.ts +5 -0
- package/dist/components/button/button.d.ts +1 -1
- package/dist/components/fieldText/fieldText.d.ts +2 -2
- package/dist/components/fieldTextFlex/fieldTextFlex.d.ts +2 -1
- package/dist/components/fileDropArea/index.d.ts +3 -3
- package/dist/components/icons/index.d.ts +4 -0
- package/dist/components/index.d.ts +4 -1
- package/dist/components/sidePanel/index.d.ts +2 -0
- package/dist/components/sidePanel/sidePanel.d.ts +17 -0
- package/dist/{fieldNumber-1fa248f5.js → fieldNumber-d1b5a7a1.js} +15 -14
- package/dist/fieldNumber.js +3 -2
- package/dist/fieldTextFlex-2f51c173.js +80 -0
- package/dist/fieldTextFlex.js +1 -1
- package/dist/fileDropArea.js +135 -168
- package/dist/icons.js +65 -60
- package/dist/{index-803576c3.js → index-1a874a8b.js} +1 -1
- package/dist/index.js +126 -116
- package/dist/isEmpty-ccacb5ff.js +38 -0
- package/dist/minus-2857540f.js +5 -0
- package/dist/plus-199fb2a8.js +5 -0
- package/dist/sidePanel.js +74 -0
- package/dist/style.css +1 -1
- package/package.json +13 -1
- package/dist/fieldTextFlex-8afaab31.js +0 -78
- package/dist/plus-0929dda4.js +0 -6
package/dist/index.js
CHANGED
|
@@ -1,40 +1,43 @@
|
|
|
1
|
-
import { A as
|
|
2
|
-
import { B as
|
|
1
|
+
import { A as P } from "./index-1a874a8b.js";
|
|
2
|
+
import { B as F } from "./baseIconButton-251479f7.js";
|
|
3
3
|
import { B as D } from "./breadcrumbs-8e5ca8d7.js";
|
|
4
|
-
import { B as
|
|
5
|
-
import { B
|
|
6
|
-
import { C as
|
|
4
|
+
import { B as y } from "./bubblesLoader-f3ffa240.js";
|
|
5
|
+
import { B } from "./button-97d9e587.js";
|
|
6
|
+
import { C as T } from "./checkbox-ed6cc375.js";
|
|
7
7
|
import { D as M } from "./datePicker-efa4e2d6.js";
|
|
8
8
|
import "react-datepicker";
|
|
9
|
-
import { D as
|
|
10
|
-
import { FieldLabel as
|
|
11
|
-
import { F as
|
|
12
|
-
import { F as
|
|
13
|
-
import { F as
|
|
14
|
-
import { FileDropArea as
|
|
15
|
-
import { Modal as
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import { S as
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import { T as
|
|
25
|
-
import { T as Io } from "./
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import { S as
|
|
31
|
-
import { S as
|
|
32
|
-
import { S as sr, a as
|
|
33
|
-
import { S as
|
|
34
|
-
import { S as
|
|
35
|
-
import { S as
|
|
36
|
-
import { S as
|
|
37
|
-
import { S as
|
|
9
|
+
import { D as k } from "./dropdown-ec754bbe.js";
|
|
10
|
+
import { FieldLabel as L } from "./fieldLabel.js";
|
|
11
|
+
import { F as O } from "./fieldNumber-d1b5a7a1.js";
|
|
12
|
+
import { F as J } from "./fieldText-ba8a917c.js";
|
|
13
|
+
import { F as U } from "./fieldTextFlex-2f51c173.js";
|
|
14
|
+
import { FileDropArea as G } from "./fileDropArea.js";
|
|
15
|
+
import { Modal as X } from "./modal.js";
|
|
16
|
+
import { MultipleAutocomplete as q, SingleAutocomplete as K } from "./autocompletes.js";
|
|
17
|
+
import { P as V } from "./pagination-43330c73.js";
|
|
18
|
+
import { Popover as Z } from "./popover.js";
|
|
19
|
+
import { R as $ } from "./radio-62546efa.js";
|
|
20
|
+
import { S as ro } from "./selection-9124d029.js";
|
|
21
|
+
import { S as no } from "./spinLoader-c4a53718.js";
|
|
22
|
+
import { SystemAlert as ao } from "./systemAlert.js";
|
|
23
|
+
import { S as po } from "./systemMessage-924fdaa6.js";
|
|
24
|
+
import { T as mo } from "./table-ea578f47.js";
|
|
25
|
+
import { T as Io } from "./themeProvider-46c2be7b.js";
|
|
26
|
+
import { T as xo } from "./toggle-304107fa.js";
|
|
27
|
+
import { Tooltip as So } from "./tooltip.js";
|
|
28
|
+
import { SidePanel as Po } from "./sidePanel.js";
|
|
29
|
+
import { AddCsvIcon as Fo, AddImageIcon as go, AddJarIcon as Do, BreadcrumbsTreeIcon as bo, CalendarIcon as yo, CheckmarkIcon as Ao, ChevronRightBreadcrumbsIcon as Bo, ConfigurationIcon as ho, CopyIcon as To, CoveredManuallyIcon as vo, DeleteIcon as Mo, DragAndDropIcon as wo, DragNDropIcon as ko, DurationIcon as Eo, EditIcon as Lo, ExportIcon as Ro, FilterFilledIcon as Oo, FilterOutlineIcon as Ho, FlagIcon as Jo, GroupByIcon as No, HideIcon as Uo, MaximizeIcon as zo, MoveToFolderIcon as Go, PinFilledIcon as Wo, PinOutlineIcon as Xo, PriorityBlockerIcon as jo, PriorityCriticalIcon as qo, PriorityHighIcon as Ko, PriorityLowIcon as Qo, PriorityMediumIcon as Vo, PriorityUnspecifiedIcon as Yo, RefreshIcon as Zo, RerunIcon as _o, SearchIcon as $o, SortIcon as or, StatusSuccessIcon as rr, WarningIcon as er } from "./icons.js";
|
|
30
|
+
import { S as tr, a as ar, b as cr } from "./chevronDownDropdown-66f5b1af.js";
|
|
31
|
+
import { S as ir } from "./calendarArrow-44c7e60e.js";
|
|
32
|
+
import { S as sr, a as Ir, b as lr } from "./openEye-7b9cf080.js";
|
|
33
|
+
import { S as fr } from "./close-4d480ef7.js";
|
|
34
|
+
import { S as Sr, a as ur, b as Pr, c as Cr, d as Fr, e as gr, f as Dr } from "./xls-995781cc.js";
|
|
35
|
+
import { S as yr } from "./dropdown-0260bb66.js";
|
|
36
|
+
import { S as Br, a as hr, b as Tr } from "./success-8fd8bd2c.js";
|
|
37
|
+
import { S as Mr, a as wr } from "./tree-c3dd3d45.js";
|
|
38
|
+
import { S as Er } from "./minus-2857540f.js";
|
|
39
|
+
import { S as Rr } from "./plus-199fb2a8.js";
|
|
40
|
+
import { S as Hr, a as Jr } from "./prevPage-87faf576.js";
|
|
38
41
|
import "react/jsx-runtime";
|
|
39
42
|
import "react";
|
|
40
43
|
import "./bind-06a7ff84.js";
|
|
@@ -45,93 +48,100 @@ import "downshift";
|
|
|
45
48
|
import "rc-scrollbars";
|
|
46
49
|
import "./useOnClickOutside-c332f7d3.js";
|
|
47
50
|
import "./maxValueDisplay-9be01a75.js";
|
|
51
|
+
import "./isEmpty-ccacb5ff.js";
|
|
48
52
|
import "react-dropzone";
|
|
49
53
|
import "framer-motion";
|
|
50
54
|
import "@floating-ui/react";
|
|
51
55
|
import "react-dom";
|
|
52
56
|
export {
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
57
|
+
Fo as AddCsvIcon,
|
|
58
|
+
go as AddImageIcon,
|
|
59
|
+
Do as AddJarIcon,
|
|
60
|
+
tr as ArrowDownIcon,
|
|
61
|
+
ar as ArrowUpIcon,
|
|
62
|
+
P as AttachedFile,
|
|
63
|
+
F as BaseIconButton,
|
|
60
64
|
D as Breadcrumbs,
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
65
|
+
bo as BreadcrumbsTreeIcon,
|
|
66
|
+
y as BubblesLoader,
|
|
67
|
+
B as Button,
|
|
68
|
+
ir as CalendarArrowIcon,
|
|
69
|
+
yo as CalendarIcon,
|
|
70
|
+
T as Checkbox,
|
|
71
|
+
Ao as CheckmarkIcon,
|
|
72
|
+
cr as ChevronDownDropdownIcon,
|
|
73
|
+
Bo as ChevronRightBreadcrumbsIcon,
|
|
74
|
+
sr as ClearIcon,
|
|
75
|
+
Ir as CloseEyeIcon,
|
|
76
|
+
fr as CloseIcon,
|
|
77
|
+
ho as ConfigurationIcon,
|
|
78
|
+
To as CopyIcon,
|
|
79
|
+
vo as CoveredManuallyIcon,
|
|
80
|
+
Sr as CsvIcon,
|
|
76
81
|
M as DatePicker,
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
_o as
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
82
|
+
Mo as DeleteIcon,
|
|
83
|
+
wo as DragAndDropIcon,
|
|
84
|
+
ko as DragNDropIcon,
|
|
85
|
+
k as Dropdown,
|
|
86
|
+
yr as DropdownIcon,
|
|
87
|
+
Eo as DurationIcon,
|
|
88
|
+
Lo as EditIcon,
|
|
89
|
+
Br as ErrorIcon,
|
|
90
|
+
Ro as ExportIcon,
|
|
91
|
+
ur as ExternalLinkIcon,
|
|
92
|
+
L as FieldLabel,
|
|
93
|
+
O as FieldNumber,
|
|
94
|
+
J as FieldText,
|
|
95
|
+
U as FieldTextFlex,
|
|
96
|
+
G as FileDropArea,
|
|
97
|
+
Pr as FileOtherIcon,
|
|
98
|
+
Oo as FilterFilledIcon,
|
|
99
|
+
Ho as FilterOutlineIcon,
|
|
100
|
+
Jo as FlagIcon,
|
|
101
|
+
No as GroupByIcon,
|
|
102
|
+
Uo as HideIcon,
|
|
103
|
+
Cr as ImageIcon,
|
|
104
|
+
hr as InfoIcon,
|
|
105
|
+
Fr as JarIcon,
|
|
106
|
+
zo as MaximizeIcon,
|
|
107
|
+
Mr as MeatballMenuIcon,
|
|
108
|
+
Er as MinusIcon,
|
|
109
|
+
X as Modal,
|
|
110
|
+
Go as MoveToFolderIcon,
|
|
111
|
+
q as MultipleAutocomplete,
|
|
112
|
+
lr as OpenEyeIcon,
|
|
113
|
+
V as Pagination,
|
|
114
|
+
gr as PdfIcon,
|
|
115
|
+
Wo as PinFilledIcon,
|
|
116
|
+
Xo as PinOutlineIcon,
|
|
117
|
+
Rr as PlusIcon,
|
|
118
|
+
Z as Popover,
|
|
119
|
+
Hr as PrevChapterIcon,
|
|
120
|
+
Jr as PrevPageIcon,
|
|
121
|
+
jo as PriorityBlockerIcon,
|
|
122
|
+
qo as PriorityCriticalIcon,
|
|
123
|
+
Ko as PriorityHighIcon,
|
|
124
|
+
Qo as PriorityLowIcon,
|
|
125
|
+
Vo as PriorityMediumIcon,
|
|
126
|
+
Yo as PriorityUnspecifiedIcon,
|
|
127
|
+
$ as Radio,
|
|
128
|
+
Zo as RefreshIcon,
|
|
129
|
+
_o as RerunIcon,
|
|
130
|
+
$o as SearchIcon,
|
|
131
|
+
ro as Selection,
|
|
132
|
+
Po as SidePanel,
|
|
133
|
+
K as SingleAutocomplete,
|
|
134
|
+
or as SortIcon,
|
|
135
|
+
no as SpinLoader,
|
|
136
|
+
rr as StatusSuccessIcon,
|
|
137
|
+
Tr as SuccessIcon,
|
|
138
|
+
ao as SystemAlert,
|
|
139
|
+
po as SystemMessage,
|
|
140
|
+
mo as Table,
|
|
141
|
+
Io as ThemeProvider,
|
|
142
|
+
xo as Toggle,
|
|
143
|
+
So as Tooltip,
|
|
144
|
+
wr as TreeIcon,
|
|
145
|
+
er as WarningIcon,
|
|
146
|
+
Dr as XlsIcon
|
|
137
147
|
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
function e(t) {
|
|
2
|
+
return Number.isSafeInteger(t) && t >= 0;
|
|
3
|
+
}
|
|
4
|
+
function o(t) {
|
|
5
|
+
return t != null && typeof t != "function" && e(t.length);
|
|
6
|
+
}
|
|
7
|
+
function i(t) {
|
|
8
|
+
return t == null ? t === void 0 ? "[object Undefined]" : "[object Null]" : Object.prototype.toString.call(t);
|
|
9
|
+
}
|
|
10
|
+
function f(t) {
|
|
11
|
+
return ArrayBuffer.isView(t) && !(t instanceof DataView);
|
|
12
|
+
}
|
|
13
|
+
function c(t) {
|
|
14
|
+
return t !== null && typeof t == "object" && i(t) === "[object Arguments]";
|
|
15
|
+
}
|
|
16
|
+
function s(t) {
|
|
17
|
+
const n = t == null ? void 0 : t.constructor, r = typeof n == "function" ? n.prototype : Object.prototype;
|
|
18
|
+
return t === r;
|
|
19
|
+
}
|
|
20
|
+
function p(t) {
|
|
21
|
+
return f(t);
|
|
22
|
+
}
|
|
23
|
+
function y(t) {
|
|
24
|
+
if (t == null)
|
|
25
|
+
return !0;
|
|
26
|
+
if (o(t))
|
|
27
|
+
return typeof t.splice != "function" && typeof t != "string" && (typeof Buffer > "u" || !Buffer.isBuffer(t)) && !p(t) && !c(t) ? !1 : t.length === 0;
|
|
28
|
+
if (typeof t == "object") {
|
|
29
|
+
if (t instanceof Map || t instanceof Set)
|
|
30
|
+
return t.size === 0;
|
|
31
|
+
const n = Object.keys(t);
|
|
32
|
+
return s(t) ? n.filter((r) => r !== "constructor").length === 0 : n.length === 0;
|
|
33
|
+
}
|
|
34
|
+
return !0;
|
|
35
|
+
}
|
|
36
|
+
export {
|
|
37
|
+
y as i
|
|
38
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const l = (t) => /* @__PURE__ */ e.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "#C1C7D0", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.31082 7.31081C2.94108 7.30926 2.6426 7.60773 2.64415 7.97748C2.64571 8.34722 2.9467 8.64822 3.31645 8.64977L12.6892 8.68919C13.0589 8.69074 13.3574 8.39227 13.3559 8.02252C13.3543 7.65278 13.0533 7.35178 12.6836 7.35023L3.31082 7.31081Z" }));
|
|
3
|
+
export {
|
|
4
|
+
l as S
|
|
5
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const l = (t) => /* @__PURE__ */ e.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "#C1C7D0", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00117 2.62046C7.63142 2.6189 7.33294 2.91738 7.3345 3.28712L7.35159 7.35159L3.28712 7.3345C2.91738 7.33295 2.6189 7.63142 2.62045 8.00117C2.62201 8.37091 2.92301 8.67191 3.29275 8.67346L7.35722 8.69056L7.37391 12.6599C7.37547 13.0296 7.67647 13.3306 8.04621 13.3322C8.41596 13.3337 8.71443 13.0352 8.71288 12.6655L8.69619 8.69619L12.6655 8.71288C13.0352 8.71444 13.3337 8.41596 13.3322 8.04621C13.3306 7.67647 13.0296 7.37547 12.6599 7.37392L8.69056 7.35722L8.67346 3.29275C8.67191 2.92301 8.37091 2.62201 8.00117 2.62046Z" }));
|
|
3
|
+
export {
|
|
4
|
+
l as S
|
|
5
|
+
};
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { jsxs as i, jsx as t, Fragment as f } from "react/jsx-runtime";
|
|
2
|
+
import { useId as p } from "react";
|
|
3
|
+
import { c as N } from "./bind-06a7ff84.js";
|
|
4
|
+
import { S as b } from "./close-4d480ef7.js";
|
|
5
|
+
import { B as u } from "./baseIconButton-251479f7.js";
|
|
6
|
+
const g = "_active_tzacv_15", x = "_header_tzacv_35", I = "_title_tzacv_59", y = "_description_tzacv_70", B = "_content_tzacv_79", S = "_footer_tzacv_86", j = "_divider_tzacv_92", $ = {
|
|
7
|
+
"side-panel": "_side-panel_tzacv_1",
|
|
8
|
+
active: g,
|
|
9
|
+
"side-right": "_side-right_tzacv_19",
|
|
10
|
+
"side-left": "_side-left_tzacv_27",
|
|
11
|
+
"header-section": "_header-section_tzacv_35",
|
|
12
|
+
header: x,
|
|
13
|
+
"header-content": "_header-content_tzacv_51",
|
|
14
|
+
"close-button": "_close-button_tzacv_55",
|
|
15
|
+
title: I,
|
|
16
|
+
description: y,
|
|
17
|
+
content: B,
|
|
18
|
+
footer: S,
|
|
19
|
+
divider: j
|
|
20
|
+
}, e = N.bind($), A = ({
|
|
21
|
+
className: _,
|
|
22
|
+
title: a,
|
|
23
|
+
descriptionComponent: v,
|
|
24
|
+
headerComponent: s,
|
|
25
|
+
contentComponent: d,
|
|
26
|
+
footerComponent: r,
|
|
27
|
+
top: n = 0,
|
|
28
|
+
side: h = "right",
|
|
29
|
+
isOpen: l = !0,
|
|
30
|
+
onClose: c,
|
|
31
|
+
closeButtonAriaLabel: m = "Close panel"
|
|
32
|
+
}) => {
|
|
33
|
+
const o = p(), z = () => {
|
|
34
|
+
c == null || c();
|
|
35
|
+
};
|
|
36
|
+
return /* @__PURE__ */ i(
|
|
37
|
+
"aside",
|
|
38
|
+
{
|
|
39
|
+
className: e("side-panel", `side-${h}`, { active: l }, _),
|
|
40
|
+
role: "dialog",
|
|
41
|
+
"aria-modal": "true",
|
|
42
|
+
"aria-hidden": !l,
|
|
43
|
+
"aria-labelledby": a ? o : void 0,
|
|
44
|
+
style: { top: n, height: `calc(100vh - ${n}px)` },
|
|
45
|
+
tabIndex: -1,
|
|
46
|
+
children: [
|
|
47
|
+
/* @__PURE__ */ i("div", { className: e("header-section"), children: [
|
|
48
|
+
(s || a) && /* @__PURE__ */ i("div", { className: e("header"), children: [
|
|
49
|
+
a ? /* @__PURE__ */ t("span", { id: o, className: e("title"), children: a }) : s,
|
|
50
|
+
c && /* @__PURE__ */ t(
|
|
51
|
+
u,
|
|
52
|
+
{
|
|
53
|
+
className: e("close-button"),
|
|
54
|
+
onClick: z,
|
|
55
|
+
"aria-label": m,
|
|
56
|
+
children: /* @__PURE__ */ t(b, {})
|
|
57
|
+
}
|
|
58
|
+
)
|
|
59
|
+
] }),
|
|
60
|
+
v
|
|
61
|
+
] }),
|
|
62
|
+
/* @__PURE__ */ t("div", { className: e("divider") }),
|
|
63
|
+
d && /* @__PURE__ */ t("div", { className: e("content"), children: d }),
|
|
64
|
+
r && /* @__PURE__ */ i(f, { children: [
|
|
65
|
+
/* @__PURE__ */ t("div", { className: e("divider") }),
|
|
66
|
+
/* @__PURE__ */ t("div", { className: e("footer"), children: r })
|
|
67
|
+
] })
|
|
68
|
+
]
|
|
69
|
+
}
|
|
70
|
+
);
|
|
71
|
+
};
|
|
72
|
+
export {
|
|
73
|
+
A as SidePanel
|
|
74
|
+
};
|