@ctlyst.id/internal-ui 3.0.0 → 3.0.2
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/index.js +197 -184
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +78 -65
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/index.css +0 -50
- package/dist/index.css.map +0 -1
- package/dist/poppins-latin-400-normal-SFWTNBQB.woff2 +0 -0
- package/dist/poppins-latin-400-normal-ZPTYLX7I.woff +0 -0
- package/dist/poppins-latin-ext-400-normal-7PFKV6Y5.woff +0 -0
- package/dist/poppins-latin-ext-400-normal-K3FV5HAI.woff2 +0 -0
package/dist/index.js
CHANGED
|
@@ -99,12 +99,12 @@ __export(src_exports, {
|
|
|
99
99
|
AlertIcon: () => AlertIcon,
|
|
100
100
|
AlertTitle: () => AlertTitle,
|
|
101
101
|
Anchor: () => Anchor,
|
|
102
|
-
Avatar: () =>
|
|
103
|
-
AvatarBadge: () =>
|
|
104
|
-
AvatarBadgeProps: () =>
|
|
105
|
-
AvatarGroup: () =>
|
|
106
|
-
AvatarGroupProps: () =>
|
|
107
|
-
AvatarProps: () =>
|
|
102
|
+
Avatar: () => import_react127.Avatar,
|
|
103
|
+
AvatarBadge: () => import_react127.AvatarBadge,
|
|
104
|
+
AvatarBadgeProps: () => import_react127.AvatarBadgeProps,
|
|
105
|
+
AvatarGroup: () => import_react127.AvatarGroup,
|
|
106
|
+
AvatarGroupProps: () => import_react127.AvatarGroupProps,
|
|
107
|
+
AvatarProps: () => import_react127.AvatarProps,
|
|
108
108
|
Badge: () => badge_default,
|
|
109
109
|
Box: () => import_react50.Box,
|
|
110
110
|
BoxProps: () => import_react50.BoxProps,
|
|
@@ -115,8 +115,8 @@ __export(src_exports, {
|
|
|
115
115
|
CHECKBOX_STATE: () => CHECKBOX_STATE,
|
|
116
116
|
Card: () => card_default,
|
|
117
117
|
Center: () => import_react50.Center,
|
|
118
|
-
ChakraProvider: () =>
|
|
119
|
-
ChakraProviderProps: () =>
|
|
118
|
+
ChakraProvider: () => import_react137.ChakraProvider,
|
|
119
|
+
ChakraProviderProps: () => import_react137.ChakraProviderProps,
|
|
120
120
|
ChakraTable: () => import_react117.Table,
|
|
121
121
|
Checkbox: () => checkbox_default,
|
|
122
122
|
CheckboxGroup: () => checkbox_group_default,
|
|
@@ -130,11 +130,11 @@ __export(src_exports, {
|
|
|
130
130
|
CloseButtonProps: () => import_react10.CloseButtonProps,
|
|
131
131
|
Code: () => import_react120.Code,
|
|
132
132
|
CodeProps: () => import_react120.CodeProps,
|
|
133
|
-
Collapse: () =>
|
|
134
|
-
CollapseProps: () =>
|
|
135
|
-
ColorMode: () =>
|
|
136
|
-
ColorModeScript: () =>
|
|
137
|
-
ColorModeScriptProps: () =>
|
|
133
|
+
Collapse: () => import_react127.Collapse,
|
|
134
|
+
CollapseProps: () => import_react127.CollapseProps,
|
|
135
|
+
ColorMode: () => import_react137.ColorMode,
|
|
136
|
+
ColorModeScript: () => import_react137.ColorModeScript,
|
|
137
|
+
ColorModeScriptProps: () => import_react137.ColorModeScriptProps,
|
|
138
138
|
Container: () => import_react50.Container,
|
|
139
139
|
ContainerProps: () => import_react50.ContainerProps,
|
|
140
140
|
Counter: () => counter_default,
|
|
@@ -154,8 +154,8 @@ __export(src_exports, {
|
|
|
154
154
|
DrawerOverlay: () => import_react61.ModalOverlay,
|
|
155
155
|
DrawerProps: () => import_react61.DrawerProps,
|
|
156
156
|
EmptyState: () => empty_state_default,
|
|
157
|
-
Fade: () =>
|
|
158
|
-
FadeProps: () =>
|
|
157
|
+
Fade: () => import_react127.Fade,
|
|
158
|
+
FadeProps: () => import_react127.FadeProps,
|
|
159
159
|
Field: () => field_default,
|
|
160
160
|
Flex: () => import_react50.Flex,
|
|
161
161
|
FlexProps: () => import_react50.FlexProps,
|
|
@@ -173,16 +173,16 @@ __export(src_exports, {
|
|
|
173
173
|
Header: () => Header,
|
|
174
174
|
Heading: () => import_react120.Heading,
|
|
175
175
|
HeadingProps: () => import_react120.HeadingProps,
|
|
176
|
-
Hide: () =>
|
|
177
|
-
HideProps: () =>
|
|
176
|
+
Hide: () => import_react127.Hide,
|
|
177
|
+
HideProps: () => import_react127.HideProps,
|
|
178
178
|
Icon: () => import_react49.Icon,
|
|
179
179
|
IconButton: () => import_react10.IconButton,
|
|
180
180
|
IconButtonProps: () => import_react10.IconButtonProps,
|
|
181
181
|
IconProps: () => import_react49.IconProps,
|
|
182
182
|
Image: () => import_react49.Image,
|
|
183
183
|
ImageProps: () => import_react49.ImageProps,
|
|
184
|
-
Img: () =>
|
|
185
|
-
ImgProps: () =>
|
|
184
|
+
Img: () => import_react127.Img,
|
|
185
|
+
ImgProps: () => import_react127.ImgProps,
|
|
186
186
|
InputAddonLeft: () => InputAddonLeft,
|
|
187
187
|
InputAddonRight: () => InputAddonRight,
|
|
188
188
|
InputElementLeft: () => import_react19.InputLeftElement,
|
|
@@ -259,36 +259,36 @@ __export(src_exports, {
|
|
|
259
259
|
Rating: () => rating_default,
|
|
260
260
|
RequiredIndicator: () => import_react25.RequiredIndicator,
|
|
261
261
|
RequiredIndicatorProps: () => import_react25.RequiredIndicatorProps,
|
|
262
|
-
ScaleFade: () =>
|
|
263
|
-
ScaleFadeProps: () =>
|
|
262
|
+
ScaleFade: () => import_react127.ScaleFade,
|
|
263
|
+
ScaleFadeProps: () => import_react127.ScaleFadeProps,
|
|
264
264
|
Select: () => select_default,
|
|
265
265
|
SelectAsync: () => select_async_default,
|
|
266
266
|
SelectAsyncCreatable: () => SelectAsyncCreatable,
|
|
267
267
|
SelectCheckBox: () => select_with_checkbox_default,
|
|
268
268
|
SelectCreatable: () => SelectCreatable,
|
|
269
|
-
Show: () =>
|
|
270
|
-
ShowProps: () =>
|
|
269
|
+
Show: () => import_react127.Show,
|
|
270
|
+
ShowProps: () => import_react127.ShowProps,
|
|
271
271
|
Sidebar: () => Sidebar,
|
|
272
272
|
SidebarHeader: () => SidebarHeader,
|
|
273
273
|
SidebarMenu: () => SidebarMenu,
|
|
274
274
|
SimpleGrid: () => import_react50.SimpleGrid,
|
|
275
275
|
Skeleton: () => import_react5.Skeleton,
|
|
276
|
-
Slide: () =>
|
|
277
|
-
SlideFade: () =>
|
|
278
|
-
SlideFadeProps: () =>
|
|
279
|
-
SlideProps: () =>
|
|
276
|
+
Slide: () => import_react127.Slide,
|
|
277
|
+
SlideFade: () => import_react127.SlideFade,
|
|
278
|
+
SlideFadeProps: () => import_react127.SlideFadeProps,
|
|
279
|
+
SlideProps: () => import_react127.SlideProps,
|
|
280
280
|
Spacer: () => import_react50.Spacer,
|
|
281
281
|
Stack: () => import_react50.Stack,
|
|
282
282
|
StackProps: () => import_react50.StackProps,
|
|
283
|
-
Step: () =>
|
|
284
|
-
StepDescription: () =>
|
|
285
|
-
StepIcon: () =>
|
|
286
|
-
StepIndicator: () =>
|
|
287
|
-
StepNumber: () =>
|
|
288
|
-
StepSeparator: () =>
|
|
289
|
-
StepStatus: () =>
|
|
290
|
-
StepTitle: () =>
|
|
291
|
-
Stepper: () =>
|
|
283
|
+
Step: () => import_react127.Step,
|
|
284
|
+
StepDescription: () => import_react127.StepDescription,
|
|
285
|
+
StepIcon: () => import_react127.StepIcon,
|
|
286
|
+
StepIndicator: () => import_react127.StepIndicator,
|
|
287
|
+
StepNumber: () => import_react127.StepNumber,
|
|
288
|
+
StepSeparator: () => import_react127.StepSeparator,
|
|
289
|
+
StepStatus: () => import_react127.StepStatus,
|
|
290
|
+
StepTitle: () => import_react127.StepTitle,
|
|
291
|
+
Stepper: () => import_react127.Stepper,
|
|
292
292
|
Switch: () => switch_default,
|
|
293
293
|
Tab: () => tab_default,
|
|
294
294
|
TabIndicator: () => import_react119.TabIndicator,
|
|
@@ -327,18 +327,18 @@ __export(src_exports, {
|
|
|
327
327
|
UseAccordionItemReturn: () => import_react3.UseAccordionItemReturn,
|
|
328
328
|
UseAccordionProps: () => import_react3.UseAccordionProps,
|
|
329
329
|
UseAccordionReturn: () => import_react3.UseAccordionReturn,
|
|
330
|
-
UseBreakpointOptions: () =>
|
|
330
|
+
UseBreakpointOptions: () => import_react127.UseBreakpointOptions,
|
|
331
331
|
UseCheckboxGroupProps: () => import_react16.UseCheckboxGroupProps,
|
|
332
332
|
UseCheckboxGroupReturn: () => import_react16.UseCheckboxGroupReturn,
|
|
333
333
|
UseCheckboxProps: () => import_react16.UseCheckboxProps,
|
|
334
334
|
UseCheckboxReturn: () => import_react16.UseCheckboxReturn,
|
|
335
|
-
UseDisclosureProps: () =>
|
|
336
|
-
UseImageProps: () =>
|
|
337
|
-
UseImageReturn: () =>
|
|
338
|
-
UseMediaQueryOptions: () =>
|
|
335
|
+
UseDisclosureProps: () => import_react139.UseDisclosureProps,
|
|
336
|
+
UseImageProps: () => import_react127.UseImageProps,
|
|
337
|
+
UseImageReturn: () => import_react127.UseImageReturn,
|
|
338
|
+
UseMediaQueryOptions: () => import_react127.UseMediaQueryOptions,
|
|
339
339
|
UseModalProps: () => import_react61.UseModalProps,
|
|
340
340
|
UseModalReturn: () => import_react61.UseModalReturn,
|
|
341
|
-
UseQueryProps: () =>
|
|
341
|
+
UseQueryProps: () => import_react127.UseQueryProps,
|
|
342
342
|
UseRadioGroupReturn: () => import_react73.UseRadioGroupReturn,
|
|
343
343
|
UseRadioProps: () => import_react73.UseRadioProps,
|
|
344
344
|
UseRadioReturn: () => import_react73.UseRadioReturn,
|
|
@@ -351,16 +351,16 @@ __export(src_exports, {
|
|
|
351
351
|
UseTabsReturn: () => import_react119.UseTabsReturn,
|
|
352
352
|
VStack: () => import_react50.VStack,
|
|
353
353
|
Version: () => Version,
|
|
354
|
-
VisuallyHidden: () =>
|
|
355
|
-
VisuallyHiddenInput: () =>
|
|
354
|
+
VisuallyHidden: () => import_react127.VisuallyHidden,
|
|
355
|
+
VisuallyHiddenInput: () => import_react127.VisuallyHiddenInput,
|
|
356
356
|
VoilaLogo: () => VoilaLogo,
|
|
357
357
|
Wrap: () => import_react50.Wrap,
|
|
358
358
|
WrapItem: () => import_react50.WrapItem,
|
|
359
359
|
WrapItemProps: () => import_react50.WrapItemProps,
|
|
360
360
|
WrapProps: () => import_react50.WrapProps,
|
|
361
361
|
XMSLogo: () => XMSLogo,
|
|
362
|
-
extendTheme: () =>
|
|
363
|
-
forwardRef: () =>
|
|
362
|
+
extendTheme: () => import_react140.extendTheme,
|
|
363
|
+
forwardRef: () => import_react140.forwardRef,
|
|
364
364
|
getSelectAllCheckboxState: () => getSelectAllCheckboxState,
|
|
365
365
|
getTheme: () => getTheme,
|
|
366
366
|
theme: () => theme4,
|
|
@@ -370,34 +370,34 @@ __export(src_exports, {
|
|
|
370
370
|
useAccordionItemState: () => import_react3.useAccordionItemState,
|
|
371
371
|
useAccordionStyles: () => import_react3.useAccordionStyles,
|
|
372
372
|
useAlertStyles: () => useAlertStyles,
|
|
373
|
-
useBoolean: () =>
|
|
374
|
-
useBreakpoint: () =>
|
|
373
|
+
useBoolean: () => import_react139.useBoolean,
|
|
374
|
+
useBreakpoint: () => import_react127.useBreakpoint,
|
|
375
375
|
useCheckbox: () => import_react16.useCheckbox,
|
|
376
376
|
useCheckboxGroup: () => import_react16.useCheckboxGroup,
|
|
377
|
-
useClipboard: () =>
|
|
378
|
-
useColorMode: () =>
|
|
379
|
-
useColorModePreference: () =>
|
|
380
|
-
useColorModeValue: () =>
|
|
381
|
-
useConst: () =>
|
|
382
|
-
useControllableProp: () =>
|
|
383
|
-
useControllableState: () =>
|
|
377
|
+
useClipboard: () => import_react139.useClipboard,
|
|
378
|
+
useColorMode: () => import_react139.useColorMode,
|
|
379
|
+
useColorModePreference: () => import_react127.useColorModePreference,
|
|
380
|
+
useColorModeValue: () => import_react139.useColorModeValue,
|
|
381
|
+
useConst: () => import_react139.useConst,
|
|
382
|
+
useControllableProp: () => import_react139.useControllableProp,
|
|
383
|
+
useControllableState: () => import_react139.useControllableState,
|
|
384
384
|
useDataTable: () => useDataTable,
|
|
385
|
-
useDimensions: () =>
|
|
386
|
-
useDisclosure: () =>
|
|
385
|
+
useDimensions: () => import_react139.useDimensions,
|
|
386
|
+
useDisclosure: () => import_react139.useDisclosure,
|
|
387
387
|
useDrawerContext: () => import_react61.useDrawerContext,
|
|
388
388
|
useFetcher: () => useFetcher,
|
|
389
|
-
useImage: () =>
|
|
389
|
+
useImage: () => import_react127.useImage,
|
|
390
390
|
useInternalUI: () => useInternalUI,
|
|
391
|
-
useMergeRefs: () =>
|
|
391
|
+
useMergeRefs: () => import_react139.useMergeRefs,
|
|
392
392
|
useModal: () => import_react61.useModal,
|
|
393
393
|
useModalContext: () => import_react61.useModalContext,
|
|
394
394
|
useModalStyles: () => import_react61.useModalStyles,
|
|
395
|
-
useOutsideClick: () =>
|
|
396
|
-
useQuery: () =>
|
|
395
|
+
useOutsideClick: () => import_react139.useOutsideClick,
|
|
396
|
+
useQuery: () => import_react127.useQuery,
|
|
397
397
|
useRadio: () => import_react73.useRadio,
|
|
398
398
|
useRadioGroup: () => import_react73.useRadioGroup,
|
|
399
399
|
useRadioGroupContext: () => import_react73.useRadioGroupContext,
|
|
400
|
-
useSteps: () =>
|
|
400
|
+
useSteps: () => import_react127.useSteps,
|
|
401
401
|
useTab: () => import_react119.useTab,
|
|
402
402
|
useTabIndicator: () => import_react119.useTabIndicator,
|
|
403
403
|
useTabList: () => import_react119.useTabList,
|
|
@@ -409,9 +409,9 @@ __export(src_exports, {
|
|
|
409
409
|
useTabsDescendants: () => import_react119.useTabsDescendants,
|
|
410
410
|
useTabsDescendantsContext: () => import_react119.useTabsDescendantsContext,
|
|
411
411
|
useTabsStyles: () => import_react119.useTabsStyles,
|
|
412
|
-
useTheme: () =>
|
|
412
|
+
useTheme: () => import_react139.useTheme,
|
|
413
413
|
useToast: () => useToast,
|
|
414
|
-
useToken: () =>
|
|
414
|
+
useToken: () => import_react139.useToken
|
|
415
415
|
});
|
|
416
416
|
module.exports = __toCommonJS(src_exports);
|
|
417
417
|
|
|
@@ -11529,36 +11529,46 @@ var import_react119 = require("@chakra-ui/react");
|
|
|
11529
11529
|
var import_react120 = require("@chakra-ui/react");
|
|
11530
11530
|
|
|
11531
11531
|
// src/components/toast/components/toast.tsx
|
|
11532
|
-
var
|
|
11533
|
-
var import_react121 = require("@chakra-ui/react");
|
|
11532
|
+
var import_react122 = require("@chakra-ui/react");
|
|
11534
11533
|
var import_react_toastify = require("react-toastify");
|
|
11534
|
+
|
|
11535
|
+
// src/components/toast/components/styles.tsx
|
|
11536
|
+
var import_react121 = require("@emotion/react");
|
|
11535
11537
|
var import_jsx_runtime66 = require("react/jsx-runtime");
|
|
11536
|
-
var
|
|
11537
|
-
.
|
|
11538
|
-
|
|
11539
|
-
|
|
11538
|
+
var Styles2 = () => {
|
|
11539
|
+
return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
11540
|
+
import_react121.Global,
|
|
11541
|
+
{
|
|
11542
|
+
styles: `
|
|
11543
|
+
.Toastify__toast-container {
|
|
11544
|
+
width: 380px;
|
|
11545
|
+
}
|
|
11540
11546
|
|
|
11541
|
-
|
|
11542
|
-
|
|
11543
|
-
|
|
11544
|
-
|
|
11545
|
-
|
|
11546
|
-
|
|
11547
|
+
.container-toast {
|
|
11548
|
+
height: 64px;
|
|
11549
|
+
width: 380px;
|
|
11550
|
+
border-radius: 4px;
|
|
11551
|
+
font-family: Poppins;
|
|
11552
|
+
}
|
|
11547
11553
|
|
|
11548
|
-
|
|
11549
|
-
|
|
11550
|
-
|
|
11551
|
-
|
|
11552
|
-
|
|
11554
|
+
@media (max-width: 480px) {
|
|
11555
|
+
.container-toast {
|
|
11556
|
+
margin: 16px !important;
|
|
11557
|
+
width: calc(100% - 32px); /* Adjust width to fit within the margin */
|
|
11558
|
+
}
|
|
11553
11559
|
|
|
11554
|
-
|
|
11555
|
-
|
|
11560
|
+
.Toastify__toast-container {
|
|
11561
|
+
width: 100%;
|
|
11562
|
+
}
|
|
11563
|
+
}
|
|
11564
|
+
`
|
|
11556
11565
|
}
|
|
11557
|
-
|
|
11558
|
-
|
|
11559
|
-
var
|
|
11560
|
-
|
|
11561
|
-
|
|
11566
|
+
);
|
|
11567
|
+
};
|
|
11568
|
+
var styles_default2 = Styles2;
|
|
11569
|
+
|
|
11570
|
+
// src/components/toast/components/toast.tsx
|
|
11571
|
+
var import_jsx_runtime67 = require("react/jsx-runtime");
|
|
11562
11572
|
var DEFAULT_OPTIONS = {
|
|
11563
11573
|
position: "top-right",
|
|
11564
11574
|
autoClose: 5e3,
|
|
@@ -11580,7 +11590,7 @@ var renderIcon = (icon, type) => {
|
|
|
11580
11590
|
return icon;
|
|
11581
11591
|
};
|
|
11582
11592
|
var useToast = () => {
|
|
11583
|
-
const [primary500, neutral500, info500, danger500, warning500, success500] = (0,
|
|
11593
|
+
const [primary500, neutral500, info500, danger500, warning500, success500] = (0, import_react122.useToken)("colors", [
|
|
11584
11594
|
"primary.500",
|
|
11585
11595
|
"neutral.500",
|
|
11586
11596
|
"info.500",
|
|
@@ -11589,23 +11599,26 @@ var useToast = () => {
|
|
|
11589
11599
|
"success.500"
|
|
11590
11600
|
]);
|
|
11591
11601
|
const content = (icon, message, link) => {
|
|
11592
|
-
return /* @__PURE__ */ (0,
|
|
11593
|
-
/* @__PURE__ */ (0,
|
|
11594
|
-
|
|
11595
|
-
/* @__PURE__ */ (0,
|
|
11596
|
-
|
|
11597
|
-
|
|
11598
|
-
|
|
11599
|
-
|
|
11600
|
-
|
|
11601
|
-
|
|
11602
|
-
|
|
11603
|
-
|
|
11604
|
-
|
|
11605
|
-
|
|
11606
|
-
|
|
11607
|
-
|
|
11608
|
-
|
|
11602
|
+
return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(import_jsx_runtime67.Fragment, { children: [
|
|
11603
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(styles_default2, {}),
|
|
11604
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(import_react122.Flex, { justifyContent: "space-between", alignItems: "center", gap: 4, children: [
|
|
11605
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(import_react122.Flex, { alignItems: "center", children: [
|
|
11606
|
+
icon && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(import_react122.chakra.span, { mr: 2, w: 4, h: 4, children: renderIcon(icon, "default") }),
|
|
11607
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(import_react122.chakra.span, { noOfLines: 2, children: message })
|
|
11608
|
+
] }),
|
|
11609
|
+
link && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
11610
|
+
import_react122.Link,
|
|
11611
|
+
{
|
|
11612
|
+
href: link.url,
|
|
11613
|
+
textDecoration: "underline",
|
|
11614
|
+
minW: "max-content",
|
|
11615
|
+
textAlign: "right",
|
|
11616
|
+
textStyle: "text.sm",
|
|
11617
|
+
fontWeight: "semibold",
|
|
11618
|
+
children: link.label
|
|
11619
|
+
}
|
|
11620
|
+
)
|
|
11621
|
+
] })
|
|
11609
11622
|
] });
|
|
11610
11623
|
};
|
|
11611
11624
|
return {
|
|
@@ -11672,24 +11685,24 @@ var useToast = () => {
|
|
|
11672
11685
|
var import_react_toastify2 = require("react-toastify");
|
|
11673
11686
|
|
|
11674
11687
|
// src/components/tooltip/components/tooltip.tsx
|
|
11675
|
-
var
|
|
11676
|
-
var
|
|
11688
|
+
var import_react123 = require("@chakra-ui/react");
|
|
11689
|
+
var import_jsx_runtime68 = require("react/jsx-runtime");
|
|
11677
11690
|
var Tooltip = (props) => {
|
|
11678
11691
|
const { children, bg = "neutral.700", textStyle = "text.sm", color: color2 = "white" } = props;
|
|
11679
|
-
const content = /* @__PURE__ */ (0,
|
|
11680
|
-
props.hasArrow && /* @__PURE__ */ (0,
|
|
11681
|
-
/* @__PURE__ */ (0,
|
|
11692
|
+
const content = /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(import_react123.PopoverContent, { border: "none", bg, textStyle, borderRadius: props.borderRadius, children: [
|
|
11693
|
+
props.hasArrow && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_react123.PopoverArrow, { color: color2, bg }),
|
|
11694
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_react123.PopoverBody, { color: color2, ...props, children: props.label })
|
|
11682
11695
|
] });
|
|
11683
|
-
return props.isInteractive === true ? /* @__PURE__ */ (0,
|
|
11684
|
-
/* @__PURE__ */ (0,
|
|
11685
|
-
props.portal ? /* @__PURE__ */ (0,
|
|
11686
|
-
] }) : /* @__PURE__ */ (0,
|
|
11696
|
+
return props.isInteractive === true ? /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(import_react123.Popover, { trigger: "hover", placement: props.placement, children: [
|
|
11697
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_react123.PopoverTrigger, { children }),
|
|
11698
|
+
props.portal ? /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_react123.Portal, { children: content }) : content
|
|
11699
|
+
] }) : /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_react123.Tooltip, { ...props, children });
|
|
11687
11700
|
};
|
|
11688
11701
|
|
|
11689
11702
|
// src/components/uploader/components/uploader.tsx
|
|
11690
|
-
var
|
|
11703
|
+
var import_react124 = require("@chakra-ui/react");
|
|
11691
11704
|
var import_internal_icon10 = require("@ctlyst.id/internal-icon");
|
|
11692
|
-
var
|
|
11705
|
+
var import_react125 = require("react");
|
|
11693
11706
|
var import_react_dropzone = require("react-dropzone");
|
|
11694
11707
|
|
|
11695
11708
|
// src/components/uploader/constants.ts
|
|
@@ -11719,8 +11732,8 @@ var concatList = (list) => {
|
|
|
11719
11732
|
var formatValidationMessage = (extension) => `Foto harus dalam format ${concatList(extension.map((ext) => `.${ext}`))}.`;
|
|
11720
11733
|
|
|
11721
11734
|
// src/components/uploader/components/uploader.tsx
|
|
11722
|
-
var
|
|
11723
|
-
var
|
|
11735
|
+
var import_jsx_runtime69 = require("react/jsx-runtime");
|
|
11736
|
+
var import_react126 = require("react");
|
|
11724
11737
|
var Uploader = ({
|
|
11725
11738
|
onHandleUploadFile,
|
|
11726
11739
|
onHandleRejections,
|
|
@@ -11749,10 +11762,10 @@ var Uploader = ({
|
|
|
11749
11762
|
size: size2 = "lg",
|
|
11750
11763
|
...props
|
|
11751
11764
|
}) => {
|
|
11752
|
-
const inputRef = (0,
|
|
11753
|
-
const [filePreview, setFilePreview] = (0,
|
|
11765
|
+
const inputRef = (0, import_react125.useRef)(null);
|
|
11766
|
+
const [filePreview, setFilePreview] = (0, import_react125.useState)();
|
|
11754
11767
|
const toast2 = useToast();
|
|
11755
|
-
const handleRejection = (0,
|
|
11768
|
+
const handleRejection = (0, import_react125.useCallback)(
|
|
11756
11769
|
(message, file, image) => {
|
|
11757
11770
|
if (onHandleRejections) {
|
|
11758
11771
|
onHandleRejections(file, image);
|
|
@@ -11764,7 +11777,7 @@ var Uploader = ({
|
|
|
11764
11777
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
11765
11778
|
[onHandleRejections]
|
|
11766
11779
|
);
|
|
11767
|
-
const onDrop = (0,
|
|
11780
|
+
const onDrop = (0, import_react125.useCallback)(
|
|
11768
11781
|
(files) => {
|
|
11769
11782
|
var _a;
|
|
11770
11783
|
const file = files[0];
|
|
@@ -11808,18 +11821,18 @@ var Uploader = ({
|
|
|
11808
11821
|
});
|
|
11809
11822
|
const renderHelperText = () => {
|
|
11810
11823
|
if (Array.isArray(helperText)) {
|
|
11811
|
-
return /* @__PURE__ */ (0,
|
|
11824
|
+
return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(import_react124.UnorderedList, { pl: 2, fontSize: 12, color: "gray.600", "data-test-id": "CT_component_base-image-uploader_helperText", children: helperText.map((text2) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(import_react124.ListItem, { children: text2 }, text2)) });
|
|
11812
11825
|
}
|
|
11813
11826
|
return helperText;
|
|
11814
11827
|
};
|
|
11815
|
-
const renderErrorText = (text2) => /* @__PURE__ */ (0,
|
|
11828
|
+
const renderErrorText = (text2) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(import_react124.Box, { mb: 2, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(import_react124.Text, { textStyle: "text.xs", color: "danger.500", children: text2 }) });
|
|
11816
11829
|
const handleRemove = (e) => {
|
|
11817
11830
|
e.stopPropagation();
|
|
11818
11831
|
setFilePreview(void 0);
|
|
11819
11832
|
onHandleUploadFile == null ? void 0 : onHandleUploadFile(null, null);
|
|
11820
11833
|
acceptedFiles.pop();
|
|
11821
11834
|
};
|
|
11822
|
-
(0,
|
|
11835
|
+
(0, import_react125.useEffect)(() => {
|
|
11823
11836
|
if (value) {
|
|
11824
11837
|
if (typeof value === "string") {
|
|
11825
11838
|
setFilePreview(value);
|
|
@@ -11835,16 +11848,16 @@ var Uploader = ({
|
|
|
11835
11848
|
const color2 = isDisabled ? "neutral.500" : "primary.500";
|
|
11836
11849
|
const containerHeight = !isSmall ? "160px" : "120px";
|
|
11837
11850
|
const cursorType = filePreview ? "initial" : "pointer";
|
|
11838
|
-
return /* @__PURE__ */ (0,
|
|
11851
|
+
return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(import_react124.FormControl, { isRequired, children: [
|
|
11839
11852
|
label && typeof label === "string" ? (
|
|
11840
11853
|
// eslint-disable-next-line react/jsx-no-useless-fragment
|
|
11841
|
-
/* @__PURE__ */ (0,
|
|
11842
|
-
isRequired && /* @__PURE__ */ (0,
|
|
11854
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(import_react124.FormLabel, { requiredIndicator: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(import_jsx_runtime69.Fragment, {}), fontSize: "text.sm", children: [
|
|
11855
|
+
isRequired && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(import_react124.RequiredIndicator, { mr: 1, ml: 0 }),
|
|
11843
11856
|
label
|
|
11844
11857
|
] })
|
|
11845
11858
|
) : label,
|
|
11846
|
-
/* @__PURE__ */ (0,
|
|
11847
|
-
|
|
11859
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(
|
|
11860
|
+
import_react124.Flex,
|
|
11848
11861
|
{
|
|
11849
11862
|
minH: containerHeight,
|
|
11850
11863
|
maxW: !isSmall ? "full" : "120px",
|
|
@@ -11861,8 +11874,8 @@ var Uploader = ({
|
|
|
11861
11874
|
...props,
|
|
11862
11875
|
...getRootProps(),
|
|
11863
11876
|
children: [
|
|
11864
|
-
filePreview && isShowCloseButton && /* @__PURE__ */ (0,
|
|
11865
|
-
|
|
11877
|
+
filePreview && isShowCloseButton && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(import_react124.Box, { position: "absolute", top: 1, right: 1, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
11878
|
+
import_react124.Button,
|
|
11866
11879
|
{
|
|
11867
11880
|
"data-test-id": `CT_component_base-image-uploader_remove-image${testId ? `_${testId}` : ""}`,
|
|
11868
11881
|
"aria-label": "remove-image",
|
|
@@ -11876,18 +11889,18 @@ var Uploader = ({
|
|
|
11876
11889
|
border: "none",
|
|
11877
11890
|
zIndex: 1,
|
|
11878
11891
|
onClick: handleRemove,
|
|
11879
|
-
children: /* @__PURE__ */ (0,
|
|
11892
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(import_internal_icon10.Close, { size: 3, color: "white" })
|
|
11880
11893
|
}
|
|
11881
11894
|
) }),
|
|
11882
|
-
filePreview && /* @__PURE__ */ (0,
|
|
11883
|
-
|
|
11895
|
+
filePreview && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(import_react124.Box, { w: "full", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
11896
|
+
import_react124.Flex,
|
|
11884
11897
|
{
|
|
11885
11898
|
position: "relative",
|
|
11886
11899
|
"data-test-id": `CT_component_base-image-uploader_image-preview${testId ? `_${testId}` : ""}`,
|
|
11887
11900
|
justify: "center",
|
|
11888
11901
|
align: "center",
|
|
11889
|
-
children: /* @__PURE__ */ (0,
|
|
11890
|
-
|
|
11902
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
11903
|
+
import_react124.Image,
|
|
11891
11904
|
{
|
|
11892
11905
|
h: size2 === "lg" ? "120" : "100",
|
|
11893
11906
|
src: filePreview,
|
|
@@ -11897,19 +11910,19 @@ var Uploader = ({
|
|
|
11897
11910
|
)
|
|
11898
11911
|
}
|
|
11899
11912
|
) }),
|
|
11900
|
-
!filePreview && /* @__PURE__ */ (0,
|
|
11901
|
-
/* @__PURE__ */ (0,
|
|
11913
|
+
!filePreview && /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(import_jsx_runtime69.Fragment, { children: [
|
|
11914
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
11902
11915
|
"input",
|
|
11903
11916
|
{
|
|
11904
11917
|
"data-test-id": `CT_component_base-image-uploader_input-file${testId ? `_${testId}` : ""}`,
|
|
11905
11918
|
...getInputProps()
|
|
11906
11919
|
}
|
|
11907
11920
|
),
|
|
11908
|
-
isDragActive2 ? /* @__PURE__ */ (0,
|
|
11909
|
-
size2 === "sm" && /* @__PURE__ */ (0,
|
|
11910
|
-
/* @__PURE__ */ (0,
|
|
11911
|
-
!filePreview && /* @__PURE__ */ (0,
|
|
11912
|
-
|
|
11921
|
+
isDragActive2 ? /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(import_react124.Text, { children: dragActiveText != null ? dragActiveText : messages.dragActive }) : /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(import_react124.Flex, { gap: 2, flexDirection: "column", alignItems: "center", color: isError ? "danger.500" : color2, children: [
|
|
11922
|
+
size2 === "sm" && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(import_internal_icon10.Plus, { size: 6, color: color2 }),
|
|
11923
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(import_react124.Box, { children: [
|
|
11924
|
+
!filePreview && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
11925
|
+
import_react124.Heading,
|
|
11913
11926
|
{
|
|
11914
11927
|
fontWeight: "400",
|
|
11915
11928
|
fontSize: size2 === "sm" ? "text.md" : "text.xl",
|
|
@@ -11918,15 +11931,15 @@ var Uploader = ({
|
|
|
11918
11931
|
children: uploadFileText && size2 === "lg" ? messages.uploadFile : "Upload"
|
|
11919
11932
|
}
|
|
11920
11933
|
),
|
|
11921
|
-
size2 === "lg" && /* @__PURE__ */ (0,
|
|
11934
|
+
size2 === "lg" && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(import_react124.Text, { fontSize: 12, children: filePreview ? dragReplaceText != null ? dragReplaceText : messages.dragReplace : dragInActiveText != null ? dragInActiveText : messages.dragInActive })
|
|
11922
11935
|
] })
|
|
11923
11936
|
] })
|
|
11924
11937
|
] })
|
|
11925
11938
|
]
|
|
11926
11939
|
}
|
|
11927
11940
|
),
|
|
11928
|
-
filePreview && !isSmall && /* @__PURE__ */ (0,
|
|
11929
|
-
/* @__PURE__ */ (0,
|
|
11941
|
+
filePreview && !isSmall && /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(import_react124.Flex, { align: "center", justify: "center", my: 2, children: [
|
|
11942
|
+
/* @__PURE__ */ (0, import_react126.createElement)(
|
|
11930
11943
|
"input",
|
|
11931
11944
|
{
|
|
11932
11945
|
...getInputProps(),
|
|
@@ -11936,8 +11949,8 @@ var Uploader = ({
|
|
|
11936
11949
|
"data-test-id": `CT_component_base-image-uploader_change-img${testId ? `_${testId}` : ""}`
|
|
11937
11950
|
}
|
|
11938
11951
|
),
|
|
11939
|
-
isShowReupload && /* @__PURE__ */ (0,
|
|
11940
|
-
|
|
11952
|
+
isShowReupload && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
11953
|
+
import_react124.Button,
|
|
11941
11954
|
{
|
|
11942
11955
|
"data-test-id": `CT_component_base-image-uploader_change-img-btn${testId ? `_${testId}` : ""}`,
|
|
11943
11956
|
type: "button",
|
|
@@ -11958,10 +11971,10 @@ var Uploader = ({
|
|
|
11958
11971
|
var uploader_default = Uploader;
|
|
11959
11972
|
|
|
11960
11973
|
// src/components/index.ts
|
|
11961
|
-
var
|
|
11974
|
+
var import_react127 = require("@chakra-ui/react");
|
|
11962
11975
|
|
|
11963
11976
|
// src/config/theme/themeConfiguration.ts
|
|
11964
|
-
var
|
|
11977
|
+
var import_react135 = require("@chakra-ui/react");
|
|
11965
11978
|
|
|
11966
11979
|
// src/config/theme/components/index.ts
|
|
11967
11980
|
var components_exports = {};
|
|
@@ -12514,8 +12527,8 @@ var card_default2 = CardStyle;
|
|
|
12514
12527
|
|
|
12515
12528
|
// src/config/theme/components/checkbox.ts
|
|
12516
12529
|
var import_anatomy3 = require("@chakra-ui/anatomy");
|
|
12517
|
-
var
|
|
12518
|
-
var { definePartsStyle: definePartsStyle3, defineMultiStyleConfig: defineMultiStyleConfig3 } = (0,
|
|
12530
|
+
var import_react128 = require("@chakra-ui/react");
|
|
12531
|
+
var { definePartsStyle: definePartsStyle3, defineMultiStyleConfig: defineMultiStyleConfig3 } = (0, import_react128.createMultiStyleConfigHelpers)(import_anatomy3.checkboxAnatomy.keys);
|
|
12519
12532
|
var baseStyle3 = definePartsStyle3({
|
|
12520
12533
|
control: {
|
|
12521
12534
|
borderRadius: "sm",
|
|
@@ -12616,8 +12629,8 @@ var checkbox_default2 = Checkbox4;
|
|
|
12616
12629
|
|
|
12617
12630
|
// src/config/theme/components/chips.ts
|
|
12618
12631
|
var import_anatomy4 = require("@chakra-ui/anatomy");
|
|
12619
|
-
var
|
|
12620
|
-
var { definePartsStyle: definePartsStyle4, defineMultiStyleConfig: defineMultiStyleConfig4 } = (0,
|
|
12632
|
+
var import_react129 = require("@chakra-ui/react");
|
|
12633
|
+
var { definePartsStyle: definePartsStyle4, defineMultiStyleConfig: defineMultiStyleConfig4 } = (0, import_react129.createMultiStyleConfigHelpers)(import_anatomy4.tagAnatomy.keys);
|
|
12621
12634
|
var baseStyle4 = definePartsStyle4({
|
|
12622
12635
|
container: {
|
|
12623
12636
|
px: 3,
|
|
@@ -12826,8 +12839,8 @@ var input_default = Input3;
|
|
|
12826
12839
|
|
|
12827
12840
|
// src/config/theme/components/loader.ts
|
|
12828
12841
|
var import_styled_system7 = require("@chakra-ui/styled-system");
|
|
12829
|
-
var
|
|
12830
|
-
var rotate = (0,
|
|
12842
|
+
var import_react130 = require("@emotion/react");
|
|
12843
|
+
var rotate = (0, import_react130.keyframes)({
|
|
12831
12844
|
"0%": {
|
|
12832
12845
|
transform: "rotate(0deg)"
|
|
12833
12846
|
},
|
|
@@ -12957,8 +12970,8 @@ var modal_default = Modal3;
|
|
|
12957
12970
|
|
|
12958
12971
|
// src/config/theme/components/popover.ts
|
|
12959
12972
|
var import_anatomy6 = require("@chakra-ui/anatomy");
|
|
12960
|
-
var
|
|
12961
|
-
var { definePartsStyle: definePartsStyle6, defineMultiStyleConfig: defineMultiStyleConfig6 } = (0,
|
|
12973
|
+
var import_react131 = require("@chakra-ui/react");
|
|
12974
|
+
var { definePartsStyle: definePartsStyle6, defineMultiStyleConfig: defineMultiStyleConfig6 } = (0, import_react131.createMultiStyleConfigHelpers)(import_anatomy6.popoverAnatomy.keys);
|
|
12962
12975
|
var baseStyle7 = definePartsStyle6({
|
|
12963
12976
|
content: {
|
|
12964
12977
|
bg: "white"
|
|
@@ -12969,8 +12982,8 @@ var popover_default = popoverTheme;
|
|
|
12969
12982
|
|
|
12970
12983
|
// src/config/theme/components/radio.ts
|
|
12971
12984
|
var import_anatomy7 = require("@chakra-ui/anatomy");
|
|
12972
|
-
var
|
|
12973
|
-
var { definePartsStyle: definePartsStyle7, defineMultiStyleConfig: defineMultiStyleConfig7 } = (0,
|
|
12985
|
+
var import_react132 = require("@chakra-ui/react");
|
|
12986
|
+
var { definePartsStyle: definePartsStyle7, defineMultiStyleConfig: defineMultiStyleConfig7 } = (0, import_react132.createMultiStyleConfigHelpers)(import_anatomy7.radioAnatomy.keys);
|
|
12974
12987
|
var baseStyle8 = definePartsStyle7({
|
|
12975
12988
|
control: {
|
|
12976
12989
|
border: "1px solid",
|
|
@@ -13405,7 +13418,7 @@ var tabsTheme = defineMultiStyleConfig10({
|
|
|
13405
13418
|
var tabs_default = tabsTheme;
|
|
13406
13419
|
|
|
13407
13420
|
// src/config/theme/components/textarea.ts
|
|
13408
|
-
var
|
|
13421
|
+
var import_react133 = require("@chakra-ui/react");
|
|
13409
13422
|
var getProps = (props) => {
|
|
13410
13423
|
const { isError, isSuccess, isDisabled } = props;
|
|
13411
13424
|
let borderColor = "neutral.400";
|
|
@@ -13425,7 +13438,7 @@ var getProps = (props) => {
|
|
|
13425
13438
|
borderColor
|
|
13426
13439
|
};
|
|
13427
13440
|
};
|
|
13428
|
-
var outline3 = (0,
|
|
13441
|
+
var outline3 = (0, import_react133.defineStyle)((props) => {
|
|
13429
13442
|
const { focusBorderColor, borderColor } = getProps(props);
|
|
13430
13443
|
return {
|
|
13431
13444
|
background: "white.high",
|
|
@@ -13469,7 +13482,7 @@ var outline3 = (0, import_react132.defineStyle)((props) => {
|
|
|
13469
13482
|
}
|
|
13470
13483
|
};
|
|
13471
13484
|
});
|
|
13472
|
-
var Textarea = (0,
|
|
13485
|
+
var Textarea = (0, import_react133.defineStyleConfig)({
|
|
13473
13486
|
variants: { outline: outline3 },
|
|
13474
13487
|
defaultProps: {
|
|
13475
13488
|
variant: "outline"
|
|
@@ -13478,15 +13491,15 @@ var Textarea = (0, import_react132.defineStyleConfig)({
|
|
|
13478
13491
|
var textarea_default2 = Textarea;
|
|
13479
13492
|
|
|
13480
13493
|
// src/config/theme/components/tooltip.ts
|
|
13481
|
-
var
|
|
13482
|
-
var $arrowBg = (0,
|
|
13494
|
+
var import_react134 = require("@chakra-ui/react");
|
|
13495
|
+
var $arrowBg = (0, import_react134.cssVar)("popper-arrow-bg");
|
|
13483
13496
|
var baseStyle11 = {
|
|
13484
13497
|
bg: "neutral.700",
|
|
13485
13498
|
textStyle: "text.sm",
|
|
13486
13499
|
fontSize: "text.sm",
|
|
13487
13500
|
[$arrowBg.variable]: "var(--chakra-colors-neutral-700)"
|
|
13488
13501
|
};
|
|
13489
|
-
var Tooltip2 = (0,
|
|
13502
|
+
var Tooltip2 = (0, import_react134.defineStyleConfig)({ baseStyle: baseStyle11 });
|
|
13490
13503
|
var tooltip_default = Tooltip2;
|
|
13491
13504
|
|
|
13492
13505
|
// src/config/theme/themeConfiguration.ts
|
|
@@ -13496,7 +13509,7 @@ var config = {
|
|
|
13496
13509
|
useSystemColorMode: false
|
|
13497
13510
|
};
|
|
13498
13511
|
var getTheme = (foundations) => {
|
|
13499
|
-
return (0,
|
|
13512
|
+
return (0, import_react135.extendTheme)({
|
|
13500
13513
|
...foundations,
|
|
13501
13514
|
components: {
|
|
13502
13515
|
...components_exports
|
|
@@ -13512,7 +13525,7 @@ var getTheme = (foundations) => {
|
|
|
13512
13525
|
config
|
|
13513
13526
|
});
|
|
13514
13527
|
};
|
|
13515
|
-
var theme4 = (0,
|
|
13528
|
+
var theme4 = (0, import_react135.extendTheme)({
|
|
13516
13529
|
components: {
|
|
13517
13530
|
...components_exports
|
|
13518
13531
|
},
|
|
@@ -13532,23 +13545,23 @@ var theme4 = (0, import_react134.extendTheme)({
|
|
|
13532
13545
|
|
|
13533
13546
|
// src/hooks/useFetcher.ts
|
|
13534
13547
|
var import_axios2 = __toESM(require("axios"));
|
|
13535
|
-
var
|
|
13548
|
+
var import_react138 = require("react");
|
|
13536
13549
|
|
|
13537
13550
|
// src/provider/components/provider.tsx
|
|
13538
13551
|
var import_axios = __toESM(require("axios"));
|
|
13539
|
-
var
|
|
13552
|
+
var import_react136 = require("react");
|
|
13540
13553
|
var import_react_toastify3 = require("react-toastify");
|
|
13541
|
-
var
|
|
13542
|
-
var ProviderContext = (0,
|
|
13554
|
+
var import_jsx_runtime70 = require("react/jsx-runtime");
|
|
13555
|
+
var ProviderContext = (0, import_react136.createContext)({
|
|
13543
13556
|
instance: void 0
|
|
13544
13557
|
});
|
|
13545
13558
|
var useInternalUI = () => {
|
|
13546
|
-
const { instance } = (0,
|
|
13559
|
+
const { instance } = (0, import_react136.useContext)(ProviderContext);
|
|
13547
13560
|
return { instance };
|
|
13548
13561
|
};
|
|
13549
13562
|
var Provider = ({ children, config: config2, requestInterceptors, responseInterceptors }) => {
|
|
13550
|
-
const instanceRef = (0,
|
|
13551
|
-
(0,
|
|
13563
|
+
const instanceRef = (0, import_react136.useRef)(import_axios.default.create(config2));
|
|
13564
|
+
(0, import_react136.useEffect)(() => {
|
|
13552
13565
|
requestInterceptors == null ? void 0 : requestInterceptors.forEach((interceptor) => {
|
|
13553
13566
|
instanceRef.current.interceptors.request.use(interceptor);
|
|
13554
13567
|
});
|
|
@@ -13556,9 +13569,9 @@ var Provider = ({ children, config: config2, requestInterceptors, responseInterc
|
|
|
13556
13569
|
instanceRef.current.interceptors.response.use(interceptor);
|
|
13557
13570
|
});
|
|
13558
13571
|
}, [requestInterceptors, responseInterceptors]);
|
|
13559
|
-
const provider = (0,
|
|
13560
|
-
return /* @__PURE__ */ (0,
|
|
13561
|
-
/* @__PURE__ */ (0,
|
|
13572
|
+
const provider = (0, import_react136.useMemo)(() => ({ instance: instanceRef.current }), []);
|
|
13573
|
+
return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(ProviderContext.Provider, { value: provider, children: [
|
|
13574
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(import_react_toastify3.ToastContainer, {}),
|
|
13562
13575
|
children
|
|
13563
13576
|
] });
|
|
13564
13577
|
};
|
|
@@ -13566,12 +13579,12 @@ Provider.displayName = "Provider";
|
|
|
13566
13579
|
var provider_default = Provider;
|
|
13567
13580
|
|
|
13568
13581
|
// src/provider/index.ts
|
|
13569
|
-
var
|
|
13582
|
+
var import_react137 = require("@chakra-ui/react");
|
|
13570
13583
|
|
|
13571
13584
|
// src/hooks/useFetcher.ts
|
|
13572
13585
|
function useFetcher() {
|
|
13573
13586
|
const { instance } = useInternalUI();
|
|
13574
|
-
const axiosInstance = (0,
|
|
13587
|
+
const axiosInstance = (0, import_react138.useMemo)(() => instance || import_axios2.default, [instance]);
|
|
13575
13588
|
const fetcher = async ({ url, data, method, headers, ...config2 }) => {
|
|
13576
13589
|
const response = await axiosInstance.request({
|
|
13577
13590
|
data,
|
|
@@ -13591,10 +13604,10 @@ function useFetcher() {
|
|
|
13591
13604
|
}
|
|
13592
13605
|
|
|
13593
13606
|
// src/hooks/index.ts
|
|
13594
|
-
var
|
|
13607
|
+
var import_react139 = require("@chakra-ui/react");
|
|
13595
13608
|
|
|
13596
13609
|
// src/index.ts
|
|
13597
|
-
var
|
|
13610
|
+
var import_react140 = require("@chakra-ui/react");
|
|
13598
13611
|
// Annotate the CommonJS export names for ESM import in node:
|
|
13599
13612
|
0 && (module.exports = {
|
|
13600
13613
|
Accordion,
|