@povio/ui 3.4.0-rc.7 → 3.4.0-rc.8
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/components/Breadcrumbs/Breadcrumbs.js +1 -1
- package/dist/components/Menu/MenuItem.js +1 -1
- package/dist/components/Menu/MenuMobile.js +1 -1
- package/dist/components/buttons/SplitButton/SplitButton.js +8 -2
- package/dist/components/inputs/DateTime/shared/CalendarHeader.js +1 -1
- package/dist/components/inputs/DateTime/shared/CalendarSelectHeader.js +25 -7
- package/dist/components/inputs/File/shared/FileUploadContentEmpty.js +1 -1
- package/dist/components/inputs/File/shared/FileUploadContentError.js +9 -4
- package/dist/components/inputs/File/shared/FileUploadContentFilled.js +9 -4
- package/dist/components/inputs/File/shared/FileUploadContentLoading.js +5 -3
- package/dist/components/inputs/File/shared/InputUploadContent.js +12 -6
- package/dist/components/inputs/File/shared/InputUploadFilled.js +8 -2
- package/dist/components/inputs/FormField/FormFieldHeader.js +1 -1
- package/dist/components/inputs/FormField/FormFieldHeaderClose.js +1 -1
- package/dist/components/inputs/Selection/shared/SelectInput.js +1 -1
- package/dist/components/inputs/Selection/shared/SelectMobile.js +1 -1
- package/dist/components/inputs/Selection/shared/StaticSelectTrailingContent.js +1 -1
- package/dist/components/inputs/TextEditor/Toolbar/ColorPickerDropdown.js +1 -1
- package/dist/components/inputs/TextEditor/Toolbar/HyperlinkAction.js +16 -10
- package/dist/components/inputs/TextEditor/Toolbar/TextColorSelect.js +1 -1
- package/dist/components/inputs/TextEditor/Toolbar/TextHighlightSelect.js +1 -1
- package/dist/components/inputs/shared/InputClear.js +20 -19
- package/dist/components/navigation/Accordion/AccordionItem.js +1 -1
- package/dist/components/navigation/Stepper/StepperItem.js +1 -1
- package/dist/components/overlays/BottomSheet/BottomSheetHeader.js +1 -1
- package/dist/components/overlays/Modal/Modal.js +5 -2
- package/dist/components/overlays/Tooltip/Tooltip.js +1 -1
- package/dist/components/shared/pagination/PaginationList.js +37 -13
- package/dist/components/table/Table.js +8 -3
- package/dist/components/text/Pill/Pill.js +1 -1
- package/dist/components/text/Tag/Tag.js +1 -1
- package/dist/config/uiConfig.context.js +1 -1
- package/dist/node_modules/.pnpm/{react-icons-sprite@1.1.1_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3 → react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3}/node_modules/react-icons-sprite/dist/icon.js +2 -2
- package/dist/react-icons-sprite-dad1d156.svg +1 -0
- package/package.json +1 -1
- package/dist/react-icons-sprite-8250f4ef.svg +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactIconsSpriteIcon } from "../../node_modules/.pnpm/react-icons-sprite@1.
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
2
2
|
import { UIOverrides } from "../../config/uiOverrides.context.js";
|
|
3
3
|
import { breadcrumbChevronDefinition, breadcrumbIconDefinition, breadcrumbItemDefinition, breadcrumbSegmentDefinition, breadcrumbsDefinition } from "./breadcrumbs.cva.js";
|
|
4
4
|
import { MenuDesktop } from "../Menu/MenuDesktop.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactIconsSpriteIcon } from "../../node_modules/.pnpm/react-icons-sprite@1.
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
2
2
|
import { UIOverrides } from "../../config/uiOverrides.context.js";
|
|
3
3
|
import { menuItemDefinition } from "./menu.cva.js";
|
|
4
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactIconsSpriteIcon } from "../../node_modules/.pnpm/react-icons-sprite@1.
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
2
2
|
import { UIOverrides } from "../../config/uiOverrides.context.js";
|
|
3
3
|
import { menuDefinition, menuItemDefinition } from "./menu.cva.js";
|
|
4
4
|
import { MenuItem as MenuItem$1 } from "./MenuItem.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
1
2
|
import { Button } from "../Button/Button.js";
|
|
2
3
|
import { IconButton } from "../IconButton/IconButton.js";
|
|
3
4
|
import { Menu } from "../../Menu/Menu.js";
|
|
4
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
6
|
import { clsx } from "clsx";
|
|
6
7
|
import { c } from "react/compiler-runtime";
|
|
7
|
-
import { ChevronDown } from "lucide-react";
|
|
8
8
|
//#region src/components/buttons/SplitButton/SplitButton.tsx
|
|
9
9
|
var SplitButton = (t0) => {
|
|
10
10
|
const $ = c(36);
|
|
@@ -85,7 +85,7 @@ var SplitButton = (t0) => {
|
|
|
85
85
|
variant,
|
|
86
86
|
color,
|
|
87
87
|
label: labelRight,
|
|
88
|
-
icon:
|
|
88
|
+
icon: _temp,
|
|
89
89
|
className: "rounded-l-none! border-l-0!",
|
|
90
90
|
isDisabled: t3
|
|
91
91
|
});
|
|
@@ -119,5 +119,11 @@ var SplitButton = (t0) => {
|
|
|
119
119
|
} else t6 = $[35];
|
|
120
120
|
return t6;
|
|
121
121
|
};
|
|
122
|
+
function _temp(props_0) {
|
|
123
|
+
return /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
|
|
124
|
+
...props_0,
|
|
125
|
+
iconId: "ri-lucide-react-ChevronDown"
|
|
126
|
+
});
|
|
127
|
+
}
|
|
122
128
|
//#endregion
|
|
123
129
|
export { SplitButton };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
2
2
|
import { PillButton } from "../../../buttons/PillButton/PillButton.js";
|
|
3
3
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
4
|
import { clsx } from "clsx";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
1
2
|
import { InlineIconButton } from "../../../buttons/InlineIconButton/InlineIconButton.js";
|
|
2
3
|
import { PillButton } from "../../../buttons/PillButton/PillButton.js";
|
|
3
4
|
import "../../../../config/i18n.js";
|
|
4
5
|
import { Select } from "../../Selection/Select/Select.js";
|
|
5
6
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
7
|
import { useMemo } from "react";
|
|
7
|
-
import { ChevronDown, ChevronLeft, ChevronRight, ChevronsLeft, ChevronsRight } from "lucide-react";
|
|
8
8
|
import { useTranslation } from "react-i18next";
|
|
9
9
|
import { useDateFormatter } from "@react-aria/i18n";
|
|
10
10
|
//#region src/components/inputs/DateTime/shared/CalendarSelectHeader.tsx
|
|
@@ -101,13 +101,19 @@ var CalendarSelectHeader = ({ state, isPrevMonthDisabled, isPrevYearDisabled, is
|
|
|
101
101
|
color: "secondary",
|
|
102
102
|
isDisabled: isPrevYearDisabled,
|
|
103
103
|
onClick: handlePrevYear,
|
|
104
|
-
icon:
|
|
104
|
+
icon: (props) => /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
|
|
105
|
+
...props,
|
|
106
|
+
iconId: "ri-lucide-react-ChevronsLeft"
|
|
107
|
+
}),
|
|
105
108
|
label: t(($) => $.ui.datePicker.navigation.previousYear)
|
|
106
109
|
}), /* @__PURE__ */ jsx(InlineIconButton, {
|
|
107
110
|
color: "secondary",
|
|
108
111
|
isDisabled: isPrevMonthDisabled,
|
|
109
112
|
onClick: handlePrevMonth,
|
|
110
|
-
icon:
|
|
113
|
+
icon: (props_0) => /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
|
|
114
|
+
...props_0,
|
|
115
|
+
iconId: "ri-lucide-react-ChevronLeft"
|
|
116
|
+
}),
|
|
111
117
|
label: t(($_0) => $_0.ui.datePicker.navigation.previousMonth)
|
|
112
118
|
})]
|
|
113
119
|
}),
|
|
@@ -120,7 +126,10 @@ var CalendarSelectHeader = ({ state, isPrevMonthDisabled, isPrevYearDisabled, is
|
|
|
120
126
|
color: "secondary",
|
|
121
127
|
variant: "subtle",
|
|
122
128
|
iconPosition: "right",
|
|
123
|
-
icon:
|
|
129
|
+
icon: (props_1) => /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
|
|
130
|
+
...props_1,
|
|
131
|
+
iconId: "ri-lucide-react-ChevronDown"
|
|
132
|
+
}),
|
|
124
133
|
children: MONTHS[currentMonth].slice(0, 3)
|
|
125
134
|
}),
|
|
126
135
|
ignoreTriggerWidth: true,
|
|
@@ -138,7 +147,10 @@ var CalendarSelectHeader = ({ state, isPrevMonthDisabled, isPrevYearDisabled, is
|
|
|
138
147
|
color: "secondary",
|
|
139
148
|
variant: "subtle",
|
|
140
149
|
iconPosition: "right",
|
|
141
|
-
icon:
|
|
150
|
+
icon: (props_2) => /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
|
|
151
|
+
...props_2,
|
|
152
|
+
iconId: "ri-lucide-react-ChevronDown"
|
|
153
|
+
}),
|
|
142
154
|
children: currentYear.toString()
|
|
143
155
|
}),
|
|
144
156
|
items: availableYears.map(({ year: year_0, isDisabled: isDisabled_3 }) => ({
|
|
@@ -156,13 +168,19 @@ var CalendarSelectHeader = ({ state, isPrevMonthDisabled, isPrevYearDisabled, is
|
|
|
156
168
|
color: "secondary",
|
|
157
169
|
isDisabled: isNextMonthDisabled,
|
|
158
170
|
onClick: handleNextMonth,
|
|
159
|
-
icon:
|
|
171
|
+
icon: (props_3) => /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
|
|
172
|
+
...props_3,
|
|
173
|
+
iconId: "ri-lucide-react-ChevronRight"
|
|
174
|
+
}),
|
|
160
175
|
label: t(($_1) => $_1.ui.datePicker.navigation.nextMonth)
|
|
161
176
|
}), /* @__PURE__ */ jsx(InlineIconButton, {
|
|
162
177
|
color: "secondary",
|
|
163
178
|
isDisabled: isNextYearDisabled,
|
|
164
179
|
onClick: handleNextYear,
|
|
165
|
-
icon:
|
|
180
|
+
icon: (props_4) => /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
|
|
181
|
+
...props_4,
|
|
182
|
+
iconId: "ri-lucide-react-ChevronsRight"
|
|
183
|
+
}),
|
|
166
184
|
label: t(($_2) => $_2.ui.datePicker.navigation.nextYear)
|
|
167
185
|
})]
|
|
168
186
|
})
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
2
2
|
import { Typography } from "../../../text/Typography/Typography.js";
|
|
3
3
|
import { Button } from "../../../buttons/Button/Button.js";
|
|
4
4
|
import { TextButton } from "../../../buttons/TextButton/TextButton.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
2
2
|
import { Typography } from "../../../text/Typography/Typography.js";
|
|
3
3
|
import { Button as Button$1 } from "../../../buttons/Button/Button.js";
|
|
4
4
|
import { InlineIconButton } from "../../../buttons/InlineIconButton/InlineIconButton.js";
|
|
@@ -7,7 +7,6 @@ import { TextButton } from "../../../buttons/TextButton/TextButton.js";
|
|
|
7
7
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
8
8
|
import { clsx } from "clsx";
|
|
9
9
|
import { FileTrigger } from "react-aria-components";
|
|
10
|
-
import { X } from "lucide-react";
|
|
11
10
|
import { useTranslation } from "react-i18next";
|
|
12
11
|
//#region src/components/inputs/File/shared/FileUploadContentError.tsx
|
|
13
12
|
var FileUploadContentError = ({ variant, as, isDisabled, state, browseText, fileTriggerProps, removeWithIcon = false, singleFile, onRemove, browseButtonProps }) => {
|
|
@@ -74,7 +73,10 @@ var FileUploadContentError = ({ variant, as, isDisabled, state, browseText, file
|
|
|
74
73
|
onPress: () => {
|
|
75
74
|
onRemove(state.id ?? "");
|
|
76
75
|
},
|
|
77
|
-
icon:
|
|
76
|
+
icon: (props) => /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
|
|
77
|
+
...props,
|
|
78
|
+
iconId: "ri-lucide-react-X"
|
|
79
|
+
})
|
|
78
80
|
}) : /* @__PURE__ */ jsx(TextButton, {
|
|
79
81
|
className: "text-interactive-text-primary-idle lowercase",
|
|
80
82
|
onPress: () => {
|
|
@@ -99,7 +101,10 @@ var FileUploadContentError = ({ variant, as, isDisabled, state, browseText, file
|
|
|
99
101
|
onPress: () => {
|
|
100
102
|
onRemove(state.id ?? "");
|
|
101
103
|
},
|
|
102
|
-
icon:
|
|
104
|
+
icon: (props_0) => /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
|
|
105
|
+
...props_0,
|
|
106
|
+
iconId: "ri-lucide-react-X"
|
|
107
|
+
})
|
|
103
108
|
}) : /* @__PURE__ */ jsx(TextButton, {
|
|
104
109
|
color: "secondary",
|
|
105
110
|
onPress: () => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
2
2
|
import { Typography } from "../../../text/Typography/Typography.js";
|
|
3
3
|
import { Button as Button$1 } from "../../../buttons/Button/Button.js";
|
|
4
4
|
import { InlineIconButton } from "../../../buttons/InlineIconButton/InlineIconButton.js";
|
|
@@ -8,7 +8,6 @@ import { FileUtils } from "../../../../utils/file.utils.js";
|
|
|
8
8
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
9
9
|
import { clsx } from "clsx";
|
|
10
10
|
import { FileTrigger } from "react-aria-components";
|
|
11
|
-
import { X } from "lucide-react";
|
|
12
11
|
import { useTranslation } from "react-i18next";
|
|
13
12
|
//#region src/components/inputs/File/shared/FileUploadContentFilled.tsx
|
|
14
13
|
var FileUploadContentFilled = ({ variant, as, isDisabled, state, browseText, fileTriggerProps, removeWithIcon = false, singleFile, onRemove, browseButtonProps }) => {
|
|
@@ -76,7 +75,10 @@ var FileUploadContentFilled = ({ variant, as, isDisabled, state, browseText, fil
|
|
|
76
75
|
onPress: () => {
|
|
77
76
|
onRemove(state.id ?? "");
|
|
78
77
|
},
|
|
79
|
-
icon:
|
|
78
|
+
icon: (props) => /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
|
|
79
|
+
...props,
|
|
80
|
+
iconId: "ri-lucide-react-X"
|
|
81
|
+
})
|
|
80
82
|
}) : /* @__PURE__ */ jsx(TextButton, {
|
|
81
83
|
className: clsx(variant === "vertical" && "text-interactive-text-primary-idle lowercase [&>span>span]:font-medium!"),
|
|
82
84
|
color: variant === "horizontal" ? "secondary" : "primary",
|
|
@@ -102,7 +104,10 @@ var FileUploadContentFilled = ({ variant, as, isDisabled, state, browseText, fil
|
|
|
102
104
|
onPress: () => {
|
|
103
105
|
onRemove(state.id ?? "");
|
|
104
106
|
},
|
|
105
|
-
icon:
|
|
107
|
+
icon: (props_0) => /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
|
|
108
|
+
...props_0,
|
|
109
|
+
iconId: "ri-lucide-react-X"
|
|
110
|
+
}),
|
|
106
111
|
isDisabled
|
|
107
112
|
}) : /* @__PURE__ */ jsx(TextButton, {
|
|
108
113
|
color: "secondary",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
2
2
|
import { Typography } from "../../../text/Typography/Typography.js";
|
|
3
3
|
import { Button } from "../../../buttons/Button/Button.js";
|
|
4
4
|
import { InlineIconButton } from "../../../buttons/InlineIconButton/InlineIconButton.js";
|
|
@@ -7,7 +7,6 @@ import { FileUtils } from "../../../../utils/file.utils.js";
|
|
|
7
7
|
import { ProgressBar } from "./ProgressBar.js";
|
|
8
8
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
9
9
|
import { clsx } from "clsx";
|
|
10
|
-
import { X } from "lucide-react";
|
|
11
10
|
import { useTranslation } from "react-i18next";
|
|
12
11
|
//#region src/components/inputs/File/shared/FileUploadContentLoading.tsx
|
|
13
12
|
var FileUploadContentLoading = ({ index, variant, as, state, isDisabled, singleFile, onCancel, cancelButtonProps }) => {
|
|
@@ -63,7 +62,10 @@ var FileUploadContentLoading = ({ index, variant, as, state, isDisabled, singleF
|
|
|
63
62
|
onPress: () => {
|
|
64
63
|
onCancel(index);
|
|
65
64
|
},
|
|
66
|
-
icon:
|
|
65
|
+
icon: (props) => /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
|
|
66
|
+
...props,
|
|
67
|
+
iconId: "ri-lucide-react-X"
|
|
68
|
+
})
|
|
67
69
|
})]
|
|
68
70
|
})]
|
|
69
71
|
}), as === "button" && variant === "vertical" && /* @__PURE__ */ jsx(Button, {
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
1
2
|
import { UIOverrides } from "../../../../config/uiOverrides.context.js";
|
|
2
3
|
import { Typography } from "../../../text/Typography/Typography.js";
|
|
3
4
|
import { Button as Button$1 } from "../../../buttons/Button/Button.js";
|
|
@@ -10,7 +11,6 @@ import { jsx, jsxs } from "react/jsx-runtime";
|
|
|
10
11
|
import { clsx } from "clsx";
|
|
11
12
|
import { DropZone, FileTrigger } from "react-aria-components";
|
|
12
13
|
import { c } from "react/compiler-runtime";
|
|
13
|
-
import { Upload } from "lucide-react";
|
|
14
14
|
import { useTranslation } from "react-i18next";
|
|
15
15
|
//#region src/components/inputs/File/shared/InputUploadContent.tsx
|
|
16
16
|
var InputUploadContent = (props) => {
|
|
@@ -86,8 +86,8 @@ var InputUploadContent = (props) => {
|
|
|
86
86
|
if ($[19] !== buttonText || $[20] !== isDisabled || $[21] !== t || $[22] !== variant) {
|
|
87
87
|
t7 = variant === "nested" && /* @__PURE__ */ jsx(TextButton, {
|
|
88
88
|
isDisabled,
|
|
89
|
-
icon:
|
|
90
|
-
children: buttonText ?? t(
|
|
89
|
+
icon: _temp2,
|
|
90
|
+
children: buttonText ?? t(_temp3)
|
|
91
91
|
});
|
|
92
92
|
$[19] = buttonText;
|
|
93
93
|
$[20] = isDisabled;
|
|
@@ -117,7 +117,7 @@ var InputUploadContent = (props) => {
|
|
|
117
117
|
width: "hug",
|
|
118
118
|
isDisabled,
|
|
119
119
|
className: "truncate",
|
|
120
|
-
children: buttonText ?? t(
|
|
120
|
+
children: buttonText ?? t(_temp4)
|
|
121
121
|
});
|
|
122
122
|
$[30] = buttonText;
|
|
123
123
|
$[31] = isDisabled;
|
|
@@ -159,10 +159,16 @@ var InputUploadContent = (props) => {
|
|
|
159
159
|
function _temp($) {
|
|
160
160
|
return $.ui.fileUpload.emptyText;
|
|
161
161
|
}
|
|
162
|
-
function _temp2(
|
|
162
|
+
function _temp2(props_0) {
|
|
163
|
+
return /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
|
|
164
|
+
...props_0,
|
|
165
|
+
iconId: "ri-lucide-react-Upload"
|
|
166
|
+
});
|
|
167
|
+
}
|
|
168
|
+
function _temp3($_0) {
|
|
163
169
|
return $_0.ui.fileUpload.upload;
|
|
164
170
|
}
|
|
165
|
-
function
|
|
171
|
+
function _temp4($_1) {
|
|
166
172
|
return $_1.ui.fileUpload.uploadFile;
|
|
167
173
|
}
|
|
168
174
|
//#endregion
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
1
2
|
import { UIOverrides } from "../../../../config/uiOverrides.context.js";
|
|
2
3
|
import { Typography } from "../../../text/Typography/Typography.js";
|
|
3
4
|
import { InlineIconButton } from "../../../buttons/InlineIconButton/InlineIconButton.js";
|
|
@@ -5,7 +6,6 @@ import { inputSizeDefinition } from "../../shared/input.cva.js";
|
|
|
5
6
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
7
|
import { clsx } from "clsx";
|
|
7
8
|
import { c } from "react/compiler-runtime";
|
|
8
|
-
import { X } from "lucide-react";
|
|
9
9
|
//#region src/components/inputs/File/shared/InputUploadFilled.tsx
|
|
10
10
|
var InputUploadFilled = (t0) => {
|
|
11
11
|
const $ = c(14);
|
|
@@ -41,7 +41,7 @@ var InputUploadFilled = (t0) => {
|
|
|
41
41
|
t4 = /* @__PURE__ */ jsx(InlineIconButton, {
|
|
42
42
|
label: "Remove files",
|
|
43
43
|
color: "secondary",
|
|
44
|
-
icon:
|
|
44
|
+
icon: _temp2,
|
|
45
45
|
isDisabled,
|
|
46
46
|
onPress: onRemove
|
|
47
47
|
});
|
|
@@ -65,5 +65,11 @@ var InputUploadFilled = (t0) => {
|
|
|
65
65
|
function _temp(file) {
|
|
66
66
|
return file.name;
|
|
67
67
|
}
|
|
68
|
+
function _temp2(props) {
|
|
69
|
+
return /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
|
|
70
|
+
...props,
|
|
71
|
+
iconId: "ri-lucide-react-X"
|
|
72
|
+
});
|
|
73
|
+
}
|
|
68
74
|
//#endregion
|
|
69
75
|
export { InputUploadFilled };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
2
2
|
import { UIOverrides } from "../../../config/uiOverrides.context.js";
|
|
3
3
|
import { Typography } from "../../text/Typography/Typography.js";
|
|
4
4
|
import { Tooltip as Tooltip$1 } from "../../overlays/Tooltip/Tooltip.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
2
2
|
import "../../../config/i18n.js";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
import { Button } from "react-aria-components";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
2
2
|
import { UIOverrides } from "../../../../config/uiOverrides.context.js";
|
|
3
3
|
import { Typography } from "../../../text/Typography/Typography.js";
|
|
4
4
|
import "../../../../config/i18n.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
2
2
|
import { BottomSheet } from "../../../overlays/BottomSheet/BottomSheet.js";
|
|
3
3
|
import { FormField } from "../../FormField/FormField.js";
|
|
4
4
|
import { SelectContext } from "./select.context.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
2
2
|
import { UIOverrides } from "../../../../config/uiOverrides.context.js";
|
|
3
3
|
import { inputSizeDefinition } from "../../shared/input.cva.js";
|
|
4
4
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
2
2
|
import { UIOverrides } from "../../../../config/uiOverrides.context.js";
|
|
3
3
|
import { Typography } from "../../../text/Typography/Typography.js";
|
|
4
4
|
import { useInputCva } from "../../shared/input.cva.js";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
1
2
|
import { Button } from "../../../buttons/Button/Button.js";
|
|
2
3
|
import { InlineIconButton } from "../../../buttons/InlineIconButton/InlineIconButton.js";
|
|
3
4
|
import "../../../../config/i18n.js";
|
|
@@ -7,7 +8,6 @@ import { jsx, jsxs } from "react/jsx-runtime";
|
|
|
7
8
|
import { clsx } from "clsx";
|
|
8
9
|
import { useEffect, useState } from "react";
|
|
9
10
|
import { c } from "react/compiler-runtime";
|
|
10
|
-
import { Link } from "lucide-react";
|
|
11
11
|
import { useTranslation } from "react-i18next";
|
|
12
12
|
//#region src/components/inputs/TextEditor/Toolbar/HyperlinkAction.tsx
|
|
13
13
|
var HyperlinkAction = (t0) => {
|
|
@@ -79,7 +79,7 @@ var HyperlinkAction = (t0) => {
|
|
|
79
79
|
t9 = /* @__PURE__ */ jsx(InlineIconButton, {
|
|
80
80
|
color: "secondary",
|
|
81
81
|
label: t6,
|
|
82
|
-
icon:
|
|
82
|
+
icon: _temp4,
|
|
83
83
|
className: t7,
|
|
84
84
|
isDisabled: t8
|
|
85
85
|
});
|
|
@@ -90,13 +90,13 @@ var HyperlinkAction = (t0) => {
|
|
|
90
90
|
} else t9 = $[17];
|
|
91
91
|
let t10;
|
|
92
92
|
if ($[18] !== t) {
|
|
93
|
-
t10 = t(
|
|
93
|
+
t10 = t(_temp5);
|
|
94
94
|
$[18] = t;
|
|
95
95
|
$[19] = t10;
|
|
96
96
|
} else t10 = $[19];
|
|
97
97
|
let t11;
|
|
98
98
|
if ($[20] !== t) {
|
|
99
|
-
t11 = t(
|
|
99
|
+
t11 = t(_temp6);
|
|
100
100
|
$[20] = t;
|
|
101
101
|
$[21] = t11;
|
|
102
102
|
} else t11 = $[21];
|
|
@@ -119,7 +119,7 @@ var HyperlinkAction = (t0) => {
|
|
|
119
119
|
const t13 = !url;
|
|
120
120
|
let t14;
|
|
121
121
|
if ($[26] !== t) {
|
|
122
|
-
t14 = t(
|
|
122
|
+
t14 = t(_temp7);
|
|
123
123
|
$[26] = t;
|
|
124
124
|
$[27] = t14;
|
|
125
125
|
} else t14 = $[27];
|
|
@@ -148,7 +148,7 @@ var HyperlinkAction = (t0) => {
|
|
|
148
148
|
const t17 = !t16;
|
|
149
149
|
let t18;
|
|
150
150
|
if ($[34] !== t) {
|
|
151
|
-
t18 = t(
|
|
151
|
+
t18 = t(_temp8);
|
|
152
152
|
$[34] = t;
|
|
153
153
|
$[35] = t18;
|
|
154
154
|
} else t18 = $[35];
|
|
@@ -205,16 +205,22 @@ function _temp2($) {
|
|
|
205
205
|
function _temp3($_0) {
|
|
206
206
|
return $_0.ui.textEditor.link.label;
|
|
207
207
|
}
|
|
208
|
-
function _temp4(
|
|
208
|
+
function _temp4(props) {
|
|
209
|
+
return /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
|
|
210
|
+
...props,
|
|
211
|
+
iconId: "ri-lucide-react-Link"
|
|
212
|
+
});
|
|
213
|
+
}
|
|
214
|
+
function _temp5($_1) {
|
|
209
215
|
return $_1.ui.textEditor.link.urlLabel;
|
|
210
216
|
}
|
|
211
|
-
function
|
|
217
|
+
function _temp6($_2) {
|
|
212
218
|
return $_2.ui.textEditor.link.urlPlaceholder;
|
|
213
219
|
}
|
|
214
|
-
function
|
|
220
|
+
function _temp7($_3) {
|
|
215
221
|
return $_3.ui.textEditor.link.apply;
|
|
216
222
|
}
|
|
217
|
-
function
|
|
223
|
+
function _temp8($_4) {
|
|
218
224
|
return $_4.ui.textEditor.link.remove;
|
|
219
225
|
}
|
|
220
226
|
//#endregion
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
2
2
|
import { ColorPickerDropdown } from "./ColorPickerDropdown.js";
|
|
3
3
|
import { defaultColors } from "../textEditor.types.js";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
2
2
|
import { ColorPickerDropdown } from "./ColorPickerDropdown.js";
|
|
3
3
|
import { defaultColors } from "../textEditor.types.js";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
2
2
|
import { UIConfig } from "../../../config/uiConfig.context.js";
|
|
3
3
|
import { InlineIconButton } from "../../buttons/InlineIconButton/InlineIconButton.js";
|
|
4
4
|
import "../../../config/i18n.js";
|
|
@@ -78,7 +78,7 @@ var InputClear = (t0) => {
|
|
|
78
78
|
return t2;
|
|
79
79
|
};
|
|
80
80
|
var InputClearButton = (t0) => {
|
|
81
|
-
const $ = c(
|
|
81
|
+
const $ = c(7);
|
|
82
82
|
const { onClear, className, style } = t0;
|
|
83
83
|
const { t } = useTranslation("ui");
|
|
84
84
|
let t1;
|
|
@@ -88,29 +88,24 @@ var InputClearButton = (t0) => {
|
|
|
88
88
|
$[1] = t1;
|
|
89
89
|
} else t1 = $[1];
|
|
90
90
|
let t2;
|
|
91
|
-
if ($[2]
|
|
92
|
-
t2 = /* @__PURE__ */ jsx(
|
|
93
|
-
$[2] = t2;
|
|
94
|
-
} else t2 = $[2];
|
|
95
|
-
let t3;
|
|
96
|
-
if ($[3] !== className || $[4] !== onClear || $[5] !== style || $[6] !== t1) {
|
|
97
|
-
t3 = /* @__PURE__ */ jsx(InlineIconButton, {
|
|
91
|
+
if ($[2] !== className || $[3] !== onClear || $[4] !== style || $[5] !== t1) {
|
|
92
|
+
t2 = /* @__PURE__ */ jsx(InlineIconButton, {
|
|
98
93
|
color: "secondary",
|
|
99
94
|
className,
|
|
100
95
|
label: t1,
|
|
101
|
-
icon:
|
|
96
|
+
icon: _temp3,
|
|
102
97
|
onPress: onClear,
|
|
103
|
-
onMouseDown:
|
|
98
|
+
onMouseDown: _temp4,
|
|
104
99
|
excludeFromTabOrder: true,
|
|
105
100
|
style
|
|
106
101
|
});
|
|
107
|
-
$[
|
|
108
|
-
$[
|
|
109
|
-
$[
|
|
110
|
-
$[
|
|
111
|
-
$[
|
|
112
|
-
} else
|
|
113
|
-
return
|
|
102
|
+
$[2] = className;
|
|
103
|
+
$[3] = onClear;
|
|
104
|
+
$[4] = style;
|
|
105
|
+
$[5] = t1;
|
|
106
|
+
$[6] = t2;
|
|
107
|
+
} else t2 = $[6];
|
|
108
|
+
return t2;
|
|
114
109
|
};
|
|
115
110
|
function _temp($) {
|
|
116
111
|
return $.ui.clearAlt;
|
|
@@ -118,7 +113,13 @@ function _temp($) {
|
|
|
118
113
|
function _temp2($) {
|
|
119
114
|
return $.ui.clearAlt;
|
|
120
115
|
}
|
|
121
|
-
function _temp3(
|
|
116
|
+
function _temp3(props) {
|
|
117
|
+
return /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
|
|
118
|
+
...props,
|
|
119
|
+
iconId: "ri-lucide-react-X"
|
|
120
|
+
});
|
|
121
|
+
}
|
|
122
|
+
function _temp4(e) {
|
|
122
123
|
return e.preventDefault();
|
|
123
124
|
}
|
|
124
125
|
//#endregion
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
2
2
|
import { UIOverrides } from "../../../config/uiOverrides.context.js";
|
|
3
3
|
import { Typography } from "../../text/Typography/Typography.js";
|
|
4
4
|
import { accordionChevronDefinition, accordionHeadingDefinition, accordionHeadingSubtitleDefinition, accordionHeadingTitleDefinition, accordionIconDefinition, accordionItemDefinition, accordionPanelContentDefinition, accordionPanelDefinition, accordionTriggerDefinition } from "./accordion.cva.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
2
2
|
import { UIOverrides } from "../../../config/uiOverrides.context.js";
|
|
3
3
|
import { Typography } from "../../text/Typography/Typography.js";
|
|
4
4
|
import { stepperIconDefinition, stepperItemDefinition, stepperNumberDefinition, stepperSubtextDefinition, stepperTitleDefinition } from "./stepper.cva.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
2
2
|
import { Typography } from "../../text/Typography/Typography.js";
|
|
3
3
|
import "../../../config/i18n.js";
|
|
4
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
1
2
|
import { UIOverrides } from "../../../config/uiOverrides.context.js";
|
|
2
3
|
import { InlineIconButton } from "../../buttons/InlineIconButton/InlineIconButton.js";
|
|
3
4
|
import "../../../config/i18n.js";
|
|
@@ -5,7 +6,6 @@ import { modalContentDefinition, modalMainDefinition, modalOverlayDefinition } f
|
|
|
5
6
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
7
|
import { clsx } from "clsx";
|
|
7
8
|
import { Dialog, Modal, ModalOverlay } from "react-aria-components";
|
|
8
|
-
import { X } from "lucide-react";
|
|
9
9
|
import { useTranslation } from "react-i18next";
|
|
10
10
|
//#region src/components/overlays/Modal/Modal.tsx
|
|
11
11
|
var Modal$1 = ({ isOpen, portalContainerRef, onClose, aside, children, modalClassName, closeIconClassName, overlayClassName, showCloseIcon, isDismissable = true, isKeyboardDismissable, shouldCloseOnInteractOutside }) => {
|
|
@@ -42,7 +42,10 @@ var Modal$1 = ({ isOpen, portalContainerRef, onClose, aside, children, modalClas
|
|
|
42
42
|
children: [showCloseIcon && /* @__PURE__ */ jsx(InlineIconButton, {
|
|
43
43
|
color: "secondary",
|
|
44
44
|
onPress: onClose,
|
|
45
|
-
icon:
|
|
45
|
+
icon: (props) => /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
|
|
46
|
+
...props,
|
|
47
|
+
iconId: "ri-lucide-react-X"
|
|
48
|
+
}),
|
|
46
49
|
className: clsx("absolute top-0 right-0 p-modal-gap-desktop-modal-close-icon-top-right", closeIconClassName),
|
|
47
50
|
label: t(($) => $.ui.modal.closeBtn),
|
|
48
51
|
disableTooltip: true
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
2
2
|
import { UIOverrides } from "../../../config/uiOverrides.context.js";
|
|
3
3
|
import { tooltipDefinition, tooltipPointerHorizontalDefinition, tooltipPointerVerticalDefinition, tooltipTextDefinition } from "./tooltip.cva.js";
|
|
4
4
|
import { Typography } from "../../text/Typography/Typography.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
1
2
|
import { Button } from "../../buttons/Button/Button.js";
|
|
2
3
|
import "../../../config/i18n.js";
|
|
3
4
|
import { minWidth } from "./minWidth.cva.js";
|
|
4
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
6
|
import { clsx } from "clsx";
|
|
6
7
|
import { c } from "react/compiler-runtime";
|
|
7
|
-
import { ChevronLeft, ChevronRight, ChevronsLeft, ChevronsRight } from "lucide-react";
|
|
8
8
|
import { useTranslation } from "react-i18next";
|
|
9
9
|
//#region src/components/shared/pagination/PaginationList.tsx
|
|
10
10
|
var PaginationList = (t0) => {
|
|
@@ -88,8 +88,8 @@ var PaginationList = (t0) => {
|
|
|
88
88
|
color,
|
|
89
89
|
variant,
|
|
90
90
|
iconOnly: hideText,
|
|
91
|
-
icon:
|
|
92
|
-
children: t(
|
|
91
|
+
icon: _temp,
|
|
92
|
+
children: t(_temp2)
|
|
93
93
|
});
|
|
94
94
|
$[17] = color;
|
|
95
95
|
$[18] = hideFirstLast;
|
|
@@ -110,8 +110,8 @@ var PaginationList = (t0) => {
|
|
|
110
110
|
color,
|
|
111
111
|
variant,
|
|
112
112
|
iconOnly: hideText,
|
|
113
|
-
icon:
|
|
114
|
-
children: t(
|
|
113
|
+
icon: _temp3,
|
|
114
|
+
children: t(_temp4)
|
|
115
115
|
});
|
|
116
116
|
$[26] = color;
|
|
117
117
|
$[27] = hidePrevNext;
|
|
@@ -133,8 +133,8 @@ var PaginationList = (t0) => {
|
|
|
133
133
|
color,
|
|
134
134
|
variant,
|
|
135
135
|
iconOnly: hideText,
|
|
136
|
-
icon:
|
|
137
|
-
children: t(
|
|
136
|
+
icon: _temp5,
|
|
137
|
+
children: t(_temp6)
|
|
138
138
|
});
|
|
139
139
|
$[35] = color;
|
|
140
140
|
$[36] = hidePrevNext;
|
|
@@ -155,8 +155,8 @@ var PaginationList = (t0) => {
|
|
|
155
155
|
color,
|
|
156
156
|
variant,
|
|
157
157
|
iconOnly: hideText,
|
|
158
|
-
icon:
|
|
159
|
-
children: t(
|
|
158
|
+
icon: _temp7,
|
|
159
|
+
children: t(_temp8)
|
|
160
160
|
});
|
|
161
161
|
$[44] = color;
|
|
162
162
|
$[45] = hideFirstLast;
|
|
@@ -191,16 +191,40 @@ var PaginationList = (t0) => {
|
|
|
191
191
|
} else t10 = $[60];
|
|
192
192
|
return t10;
|
|
193
193
|
};
|
|
194
|
-
function _temp(
|
|
194
|
+
function _temp(props) {
|
|
195
|
+
return /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
|
|
196
|
+
...props,
|
|
197
|
+
iconId: "ri-lucide-react-ChevronsLeft"
|
|
198
|
+
});
|
|
199
|
+
}
|
|
200
|
+
function _temp2($) {
|
|
195
201
|
return $.ui.pagination.firstBtn;
|
|
196
202
|
}
|
|
197
|
-
function
|
|
203
|
+
function _temp3(props_0) {
|
|
204
|
+
return /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
|
|
205
|
+
...props_0,
|
|
206
|
+
iconId: "ri-lucide-react-ChevronLeft"
|
|
207
|
+
});
|
|
208
|
+
}
|
|
209
|
+
function _temp4($_0) {
|
|
198
210
|
return $_0.ui.pagination.backBtn;
|
|
199
211
|
}
|
|
200
|
-
function
|
|
212
|
+
function _temp5(props_1) {
|
|
213
|
+
return /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
|
|
214
|
+
...props_1,
|
|
215
|
+
iconId: "ri-lucide-react-ChevronRight"
|
|
216
|
+
});
|
|
217
|
+
}
|
|
218
|
+
function _temp6($_1) {
|
|
201
219
|
return $_1.ui.pagination.nextBtn;
|
|
202
220
|
}
|
|
203
|
-
function
|
|
221
|
+
function _temp7(props_2) {
|
|
222
|
+
return /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
|
|
223
|
+
...props_2,
|
|
224
|
+
iconId: "ri-lucide-react-ChevronsRight"
|
|
225
|
+
});
|
|
226
|
+
}
|
|
227
|
+
function _temp8($_2) {
|
|
204
228
|
return $_2.ui.pagination.lastBtn;
|
|
205
229
|
}
|
|
206
230
|
//#endregion
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactIconsSpriteIcon } from "../../node_modules/.pnpm/react-icons-sprite@1.
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
2
2
|
import { UIOverrides } from "../../config/uiOverrides.context.js";
|
|
3
3
|
import { InlineIconButton } from "../buttons/InlineIconButton/InlineIconButton.js";
|
|
4
4
|
import { useIntersectionObserver } from "../../hooks/useIntersectionObserver.js";
|
|
@@ -10,7 +10,6 @@ import { jsx, jsxs } from "react/jsx-runtime";
|
|
|
10
10
|
import { clsx } from "clsx";
|
|
11
11
|
import { useCallback, useMemo, useRef, useState } from "react";
|
|
12
12
|
import { c } from "react/compiler-runtime";
|
|
13
|
-
import { GripVertical } from "lucide-react";
|
|
14
13
|
import { DndContext, KeyboardSensor, MouseSensor, TouchSensor, closestCenter, useSensor, useSensors } from "@dnd-kit/core";
|
|
15
14
|
import { restrictToVerticalAxis } from "@dnd-kit/modifiers";
|
|
16
15
|
import { SortableContext, arrayMove, useSortable, verticalListSortingStrategy } from "@dnd-kit/sortable";
|
|
@@ -47,7 +46,7 @@ var RowDragHandleCell = (t0) => {
|
|
|
47
46
|
...listeners,
|
|
48
47
|
className: "cursor-move p-1",
|
|
49
48
|
label: "Drag handle",
|
|
50
|
-
icon:
|
|
49
|
+
icon: _temp
|
|
51
50
|
});
|
|
52
51
|
$[2] = attributes;
|
|
53
52
|
$[3] = listeners;
|
|
@@ -371,5 +370,11 @@ var Table = ({ items, showCellBorder, columns, onRowClick, onDoubleClick, classN
|
|
|
371
370
|
});
|
|
372
371
|
return tableElement;
|
|
373
372
|
};
|
|
373
|
+
function _temp(props) {
|
|
374
|
+
return /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
|
|
375
|
+
...props,
|
|
376
|
+
iconId: "ri-lucide-react-GripVertical"
|
|
377
|
+
});
|
|
378
|
+
}
|
|
374
379
|
//#endregion
|
|
375
380
|
export { Table };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
2
2
|
import { UIOverrides } from "../../../config/uiOverrides.context.js";
|
|
3
3
|
import { Typography } from "../Typography/Typography.js";
|
|
4
4
|
import { UIConfig } from "../../../config/uiConfig.context.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
2
2
|
import { UIOverrides } from "../../../config/uiOverrides.context.js";
|
|
3
3
|
import { Typography } from "../Typography/Typography.js";
|
|
4
4
|
import { UIConfig } from "../../../config/uiConfig.context.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactIconsSpriteIcon } from "../node_modules/.pnpm/react-icons-sprite@1.
|
|
1
|
+
import { ReactIconsSpriteIcon } from "../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
|
|
2
2
|
import { ObjectUtils } from "../utils/object.utils.js";
|
|
3
3
|
import { useDeepCompareMemo } from "../hooks/useDeepCompare.js";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
//#region ../../node_modules/.pnpm/react-icons-sprite@1.
|
|
2
|
+
//#region ../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.mjs
|
|
3
3
|
var ReactIconsSpriteIcon = ({ iconId, ...rest }) => {
|
|
4
|
-
const iconHref = `/react-icons-sprite-
|
|
4
|
+
const iconHref = `/react-icons-sprite-dad1d156.svg#${iconId}`;
|
|
5
5
|
return /* @__PURE__ */ jsx("svg", {
|
|
6
6
|
height: "1em",
|
|
7
7
|
width: "1em",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" style="display:none"><symbol id="ri-lucide-react-ChevronRight" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-right" aria-hidden="true"><path d="m9 18 6-6-6-6"></path></symbol><symbol id="ri-lucide-react-ChevronDown" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down" aria-hidden="true"><path d="m6 9 6 6 6-6"></path></symbol><symbol id="ri-lucide-react-ArrowRight" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right" aria-hidden="true"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></symbol><symbol id="ri-lucide-react-Calendar" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-calendar" aria-hidden="true"><path d="M8 2v3"></path><path d="M16 2v3"></path><rect x="3" y="3" width="18" height="18" rx="2"></rect><path d="M3 9h18"></path></symbol><symbol id="ri-lucide-react-CalendarClock" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-calendar-clock" aria-hidden="true"><path d="M16 14v2.2l1.6 1"></path><path d="M16 2v3"></path><path d="M21 7.338V5a2 2 0 00-2-2H5a2 2 0 00-2 2v14a2 2 0 002 2h2.338"></path><path d="M3 9h5.859"></path><path d="M8 2v3"></path><circle cx="16" cy="16" r="6"></circle></symbol><symbol id="ri-lucide-react-Clock" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-clock" aria-hidden="true"><circle cx="12" cy="12" r="10"></circle><path d="M12 6v6l4 2"></path></symbol><symbol id="ri-lucide-react-ChevronsLeft" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevrons-left" aria-hidden="true"><path d="m11 17-5-5 5-5"></path><path d="m18 17-5-5 5-5"></path></symbol><symbol id="ri-lucide-react-ChevronLeft" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-left" aria-hidden="true"><path d="m15 18-6-6 6-6"></path></symbol><symbol id="ri-lucide-react-ChevronsRight" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevrons-right" aria-hidden="true"><path d="m6 17 5-5-5-5"></path><path d="m13 17 5-5-5-5"></path></symbol><symbol id="ri-lucide-react-X" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-x" aria-hidden="true"><path d="M18 6 6 18"></path><path d="m6 6 12 12"></path></symbol><symbol id="ri-lucide-react-ChevronUp" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-up" aria-hidden="true"><path d="m18 15-6-6-6 6"></path></symbol><symbol id="ri-lucide-react-GripVertical" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-grip-vertical" aria-hidden="true"><circle cx="9" cy="12" r="1"></circle><circle cx="9" cy="5" r="1"></circle><circle cx="9" cy="19" r="1"></circle><circle cx="15" cy="12" r="1"></circle><circle cx="15" cy="5" r="1"></circle><circle cx="15" cy="19" r="1"></circle></symbol><symbol id="ri-lucide-react-Triangle" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-triangle" aria-hidden="true"><path d="M13.73 4a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z"></path></symbol><symbol id="ri-lucide-react-TriangleRight" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-triangle-right" aria-hidden="true"><path d="M22 18a2 2 0 0 1-2 2H3c-1.1 0-1.3-.6-.4-1.3L20.4 4.3c.9-.7 1.6-.4 1.6.7Z"></path></symbol><symbol id="ri-lucide-react-Upload" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-upload" aria-hidden="true"><path d="M12 3v12"></path><path d="m17 8-5-5-5 5"></path><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path></symbol><symbol id="ri-lucide-react-Info" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-info" aria-hidden="true"><circle cx="12" cy="12" r="10"></circle><path d="M12 16v-4"></path><path d="M12 8h.01"></path></symbol><symbol id="ri-lucide-react-ArrowLeft" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-left" aria-hidden="true"><path d="m12 19-7-7 7-7"></path><path d="M19 12H5"></path></symbol><symbol id="ri-lucide-react-Check" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check" aria-hidden="true"><path d="M20 6 9 17l-5-5"></path></symbol><symbol id="ri-lucide-react-Highlighter" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-highlighter" aria-hidden="true"><path d="m9 11-6 6v3h9l3-3"></path><path d="m22 12-4.6 4.6a2 2 0 0 1-2.8 0l-5.2-5.2a2 2 0 0 1 0-2.8L14 4"></path></symbol><symbol id="ri-lucide-react-Link" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link" aria-hidden="true"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></symbol><symbol id="ri-lucide-react-Baseline" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-baseline" aria-hidden="true"><path d="M4 20h16"></path><path d="m6 16 6-12 6 12"></path><path d="M8 12h8"></path></symbol><symbol id="ri-lucide-react-File" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file" aria-hidden="true"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"></path><path d="M14 2v5a1 1 0 0 0 1 1h5"></path></symbol><symbol id="ri-lucide-react-CircleAlert" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-alert" aria-hidden="true"><circle cx="12" cy="12" r="10"></circle><line x1="12" x2="12" y1="8" y2="12"></line><line x1="12" x2="12.01" y1="16" y2="16"></line></symbol><symbol id="ri-lucide-react-CheckCircle" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-check-big" aria-hidden="true"><path d="M21.801 10A10 10 0 1 1 17 3.335"></path><path d="m9 11 3 3L22 4"></path></symbol><symbol id="ri-lucide-react-Search" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-search" aria-hidden="true"><path d="m21 21-4.34-4.34"></path><circle cx="11" cy="11" r="8"></circle></symbol></svg>
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" style="display:none"><symbol id="ri-lucide-react-ChevronRight" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-right" aria-hidden="true"><path d="m9 18 6-6-6-6"></path></symbol><symbol id="ri-lucide-react-Triangle" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-triangle" aria-hidden="true"><path d="M13.73 4a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z"></path></symbol><symbol id="ri-lucide-react-TriangleRight" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-triangle-right" aria-hidden="true"><path d="M22 18a2 2 0 0 1-2 2H3c-1.1 0-1.3-.6-.4-1.3L20.4 4.3c.9-.7 1.6-.4 1.6.7Z"></path></symbol><symbol id="ri-lucide-react-ChevronUp" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-up" aria-hidden="true"><path d="m18 15-6-6-6 6"></path></symbol><symbol id="ri-lucide-react-ChevronDown" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down" aria-hidden="true"><path d="m6 9 6 6 6-6"></path></symbol><symbol id="ri-lucide-react-ArrowRight" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right" aria-hidden="true"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></symbol><symbol id="ri-lucide-react-X" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-x" aria-hidden="true"><path d="M18 6 6 18"></path><path d="m6 6 12 12"></path></symbol><symbol id="ri-lucide-react-Calendar" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-calendar" aria-hidden="true"><path d="M8 2v3"></path><path d="M16 2v3"></path><rect x="3" y="3" width="18" height="18" rx="2"></rect><path d="M3 9h18"></path></symbol><symbol id="ri-lucide-react-CalendarClock" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-calendar-clock" aria-hidden="true"><path d="M16 14v2.2l1.6 1"></path><path d="M16 2v3"></path><path d="M21 7.338V5a2 2 0 00-2-2H5a2 2 0 00-2 2v14a2 2 0 002 2h2.338"></path><path d="M3 9h5.859"></path><path d="M8 2v3"></path><circle cx="16" cy="16" r="6"></circle></symbol><symbol id="ri-lucide-react-Clock" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-clock" aria-hidden="true"><circle cx="12" cy="12" r="10"></circle><path d="M12 6v6l4 2"></path></symbol><symbol id="ri-lucide-react-ArrowLeft" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-left" aria-hidden="true"><path d="m12 19-7-7 7-7"></path><path d="M19 12H5"></path></symbol><symbol id="ri-lucide-react-Check" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check" aria-hidden="true"><path d="M20 6 9 17l-5-5"></path></symbol><symbol id="ri-lucide-react-Upload" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-upload" aria-hidden="true"><path d="M12 3v12"></path><path d="m17 8-5-5-5 5"></path><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path></symbol><symbol id="ri-lucide-react-Info" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-info" aria-hidden="true"><circle cx="12" cy="12" r="10"></circle><path d="M12 16v-4"></path><path d="M12 8h.01"></path></symbol><symbol id="ri-lucide-react-Highlighter" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-highlighter" aria-hidden="true"><path d="m9 11-6 6v3h9l3-3"></path><path d="m22 12-4.6 4.6a2 2 0 0 1-2.8 0l-5.2-5.2a2 2 0 0 1 0-2.8L14 4"></path></symbol><symbol id="ri-lucide-react-Baseline" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-baseline" aria-hidden="true"><path d="M4 20h16"></path><path d="m6 16 6-12 6 12"></path><path d="M8 12h8"></path></symbol><symbol id="ri-lucide-react-Search" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-search" aria-hidden="true"><path d="m21 21-4.34-4.34"></path><circle cx="11" cy="11" r="8"></circle></symbol><symbol id="ri-lucide-react-ChevronLeft" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-left" aria-hidden="true"><path d="m15 18-6-6 6-6"></path></symbol><symbol id="ri-lucide-react-File" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file" aria-hidden="true"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"></path><path d="M14 2v5a1 1 0 0 0 1 1h5"></path></symbol><symbol id="ri-lucide-react-CircleAlert" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-alert" aria-hidden="true"><circle cx="12" cy="12" r="10"></circle><line x1="12" x2="12" y1="8" y2="12"></line><line x1="12" x2="12.01" y1="16" y2="16"></line></symbol><symbol id="ri-lucide-react-CheckCircle" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-check-big" aria-hidden="true"><path d="M21.801 10A10 10 0 1 1 17 3.335"></path><path d="m9 11 3 3L22 4"></path></symbol></svg>
|