@krosoft/react 0.0.182 → 0.0.184

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.
Files changed (75) hide show
  1. package/dist/{AppActions-DEkRxBia.js → AppActions-DZ7wVdmt.js} +8 -7
  2. package/dist/{AppSubTitle-ChCtQ7Sv.js → AppSubTitle-CZN_tmfv.js} +1 -1
  3. package/dist/AppVerticalTabs-C1SsBNAH.js +100 -0
  4. package/dist/{ConfirmationDialog-BPXA2g3g.js → ConfirmationDialog-M8sFAz4h.js} +7 -6
  5. package/dist/{DataTable-ny08K506.js → DataTable-KMYbhJ4C.js} +29 -28
  6. package/dist/{GenericForm-B39toMkE.js → GenericForm-DtY0moOD.js} +93 -92
  7. package/dist/{ImageInput-BoYUZx9H.js → ImageInput-3wZuCZGf.js} +2 -1
  8. package/dist/{KpiCardsLayout-mQ7AcbqA.js → KpiCardsLayout-DjRTqXFa.js} +16 -15
  9. package/dist/{MetricCard-CvQFjIOb.js → MetricCard-B0xnFyim.js} +1 -1
  10. package/dist/{MultiSelect-CqcbwKYV.js → MultiSelect-BhRXVpky.js} +14 -13
  11. package/dist/PieChart-C9gn0Dws.js +282 -0
  12. package/dist/SearchInput-BXOlvTO9.js +251 -0
  13. package/dist/{SkeletonCards-BvJYF_LK.js → SkeletonCards-av7XHlof.js} +12 -11
  14. package/dist/{TableFilter-CWDy_RHA.js → TableFilter-BlrrSOtg.js} +21 -20
  15. package/dist/chart-DntJZGxB.js +181 -0
  16. package/dist/components/core/cards/index.js +2 -2
  17. package/dist/components/core/charts/BarChartHorizontal.d.ts +24 -0
  18. package/dist/components/core/charts/BarChartHorizontal.d.ts.map +1 -0
  19. package/dist/components/core/charts/BarChartVertical.d.ts +24 -0
  20. package/dist/components/core/charts/BarChartVertical.d.ts.map +1 -0
  21. package/dist/components/core/charts/ChartCard.d.ts +31 -0
  22. package/dist/components/core/charts/ChartCard.d.ts.map +1 -0
  23. package/dist/components/core/charts/CircularGauge.d.ts +39 -0
  24. package/dist/components/core/charts/CircularGauge.d.ts.map +1 -0
  25. package/dist/components/core/charts/LineChart.d.ts +23 -0
  26. package/dist/components/core/charts/LineChart.d.ts.map +1 -0
  27. package/dist/components/core/charts/PieChart.d.ts +26 -0
  28. package/dist/components/core/charts/PieChart.d.ts.map +1 -0
  29. package/dist/components/core/charts/chartColors.d.ts +13 -0
  30. package/dist/components/core/charts/chartColors.d.ts.map +1 -0
  31. package/dist/components/core/charts/chartTooltip.helper.d.ts +14 -0
  32. package/dist/components/core/charts/chartTooltip.helper.d.ts.map +1 -0
  33. package/dist/components/core/charts/index.d.ts +14 -0
  34. package/dist/components/core/charts/index.d.ts.map +1 -0
  35. package/dist/components/core/charts/index.js +11 -0
  36. package/dist/components/core/dialogs/index.js +2 -2
  37. package/dist/components/core/filters/index.js +1 -1
  38. package/dist/components/core/forms/index.js +1 -1
  39. package/dist/components/core/index.d.ts +1 -0
  40. package/dist/components/core/index.d.ts.map +1 -1
  41. package/dist/components/core/index.js +80 -71
  42. package/dist/components/core/inputs/SearchableSelect.d.ts +16 -2
  43. package/dist/components/core/inputs/SearchableSelect.d.ts.map +1 -1
  44. package/dist/components/core/inputs/index.d.ts +1 -0
  45. package/dist/components/core/inputs/index.d.ts.map +1 -1
  46. package/dist/components/core/inputs/index.js +3 -3
  47. package/dist/components/core/layouts/index.js +3 -3
  48. package/dist/components/core/table/index.js +1 -1
  49. package/dist/components/core/tabs/AppTabs.d.ts.map +1 -1
  50. package/dist/components/core/tabs/index.js +1 -1
  51. package/dist/components/index.js +307 -297
  52. package/dist/components/ui/index.d.ts +1 -0
  53. package/dist/components/ui/index.d.ts.map +1 -1
  54. package/dist/components/ui/index.js +218 -217
  55. package/dist/components/ui/tabs.d.ts.map +1 -1
  56. package/dist/hooks/index.js +9 -7
  57. package/dist/hooks/ui/index.d.ts +1 -0
  58. package/dist/hooks/ui/index.d.ts.map +1 -1
  59. package/dist/hooks/ui/index.js +11 -9
  60. package/dist/hooks/ui/useScrollFade.d.ts +11 -0
  61. package/dist/hooks/ui/useScrollFade.d.ts.map +1 -0
  62. package/dist/tailwind/index.d.ts +7 -0
  63. package/dist/tailwind/index.d.ts.map +1 -1
  64. package/dist/tailwind/index.js +11 -2
  65. package/dist/{toaster-B6XKMRwI.js → toaster-Cm7utXqi.js} +13 -13
  66. package/dist/toggle-group-D6aFQQcf.js +1460 -0
  67. package/dist/types/ChartDatum.d.ts +19 -0
  68. package/dist/types/ChartDatum.d.ts.map +1 -0
  69. package/dist/types/index.d.ts +1 -0
  70. package/dist/types/index.d.ts.map +1 -1
  71. package/dist/useScrollFade-BA4KqJYp.js +23 -0
  72. package/package.json +1 -1
  73. package/dist/AppVerticalTabs-D8fURUUN.js +0 -94
  74. package/dist/SearchInput-ClZbbRWg.js +0 -254
  75. package/dist/toggle-group-D6c-gM1D.js +0 -1618
@@ -1,78 +1,87 @@
1
- import { D as r, M as o } from "../../MetricCard-CvQFjIOb.js";
2
- import { K as t, a as i, S as l, b as p } from "../../SkeletonCards-BvJYF_LK.js";
3
- import { A as m, C as d, F as g } from "../../ConfirmationDialog-BPXA2g3g.js";
4
- import { D as A, a as D, b as T, c as n, d as c, e as x, f as S, g as C, h as F, i as P, P as h } from "../../toggle-group-D6c-gM1D.js";
5
- import { A as k, a as H, F as I, S as K, T as v } from "../../TableFilter-CWDy_RHA.js";
6
- import { G as M } from "../../GenericForm-B39toMkE.js";
7
- import { I as L } from "../../ImageInput-BoYUZx9H.js";
8
- import { D as G, a as N, S as O, b as R } from "../../SearchInput-ClZbbRWg.js";
9
- import { M as j } from "../../MultiSelect-CqcbwKYV.js";
10
- import { A as w } from "../../AppActions-DEkRxBia.js";
11
- import { A as J, K as Q } from "../../KpiCardsLayout-mQ7AcbqA.js";
12
- import { A as W } from "../../AppSubTitle-ChCtQ7Sv.js";
13
- import { A as Y } from "../../AppTitle-D15YXeMx.js";
14
- import { S as _, a as $, b as aa, T as ea } from "../../Topbar-CFmKB_S2.js";
15
- import { E as oa } from "../../ErrorAlert-SrIcU1mM.js";
16
- import { E as ta } from "../../ErrorState-CmaxuJyW.js";
17
- import { L as la } from "../../LoadingState-BN0YaPSs.js";
18
- import { D as ba, T as ma, a as da, b as ga, c as fa, d as Aa, e as Da } from "../../DataTable-ny08K506.js";
19
- import { A as na, a as ca, b as xa, c as Sa } from "../../AppVerticalTabs-D8fURUUN.js";
20
- import { T as Fa } from "../../ThemeSelector-BFC37dSl.js";
1
+ import { D as e, M as o } from "../../MetricCard-B0xnFyim.js";
2
+ import { K as t, a as i, S as l, b as p } from "../../SkeletonCards-av7XHlof.js";
3
+ import { B as m, a as g, C as d, b as C, c, L as f, P as n, g as A } from "../../PieChart-C9gn0Dws.js";
4
+ import { A as D, C as x, F as S } from "../../ConfirmationDialog-M8sFAz4h.js";
5
+ import { D as F, a as P, b as u, c as H, d as L, e as k, f as B, g as I, h as K, i as v, P as E } from "../../toggle-group-D6aFQQcf.js";
6
+ import { A as y, a as G, F as O, S as R, T as V } from "../../TableFilter-BlrrSOtg.js";
7
+ import { G as N } from "../../GenericForm-DtY0moOD.js";
8
+ import { I as j } from "../../ImageInput-3wZuCZGf.js";
9
+ import { D as w, a as J, S as Q, b as U } from "../../SearchInput-BXOlvTO9.js";
10
+ import { M as X } from "../../MultiSelect-BhRXVpky.js";
11
+ import { A as Z } from "../../AppActions-DZ7wVdmt.js";
12
+ import { A as aa, K as ra } from "../../KpiCardsLayout-DjRTqXFa.js";
13
+ import { A as oa } from "../../AppSubTitle-CZN_tmfv.js";
14
+ import { A as ta } from "../../AppTitle-D15YXeMx.js";
15
+ import { S as la, a as pa, b as ba, T as ma } from "../../Topbar-CFmKB_S2.js";
16
+ import { E as da } from "../../ErrorAlert-SrIcU1mM.js";
17
+ import { E as ca } from "../../ErrorState-CmaxuJyW.js";
18
+ import { L as na } from "../../LoadingState-BN0YaPSs.js";
19
+ import { D as Ta, T as Da, a as xa, b as Sa, c as ha, d as Fa, e as Pa } from "../../DataTable-KMYbhJ4C.js";
20
+ import { A as Ha, a as La, b as ka, c as Ba } from "../../AppVerticalTabs-C1SsBNAH.js";
21
+ import { T as Ka } from "../../ThemeSelector-BFC37dSl.js";
21
22
  export {
22
- k as ActiveFilters,
23
- H as AdvancedFilters,
24
- w as AppActions,
25
- m as AppDialog,
26
- J as AppPageHeader,
27
- W as AppSubTitle,
28
- na as AppTabContainer,
29
- ca as AppTabHeader,
30
- xa as AppTabs,
31
- Y as AppTitle,
32
- Sa as AppVerticalTabs,
33
- d as ConfirmationDialog,
34
- r as DashboardCard,
35
- ba as DataTable,
36
- G as DatePicker,
37
- N as DateRangePicker,
38
- A as Dialog,
39
- D as DialogClose,
40
- T as DialogContent,
41
- n as DialogDescription,
42
- c as DialogFooter,
43
- x as DialogHeader,
44
- S as DialogOverlay,
45
- C as DialogPortal,
46
- F as DialogTitle,
47
- P as DialogTrigger,
48
- oa as ErrorAlert,
49
- ta as ErrorState,
50
- I as FilterField,
51
- g as FormDialog,
52
- M as GenericForm,
53
- L as ImageInput,
23
+ y as ActiveFilters,
24
+ G as AdvancedFilters,
25
+ Z as AppActions,
26
+ D as AppDialog,
27
+ aa as AppPageHeader,
28
+ oa as AppSubTitle,
29
+ Ha as AppTabContainer,
30
+ La as AppTabHeader,
31
+ ka as AppTabs,
32
+ ta as AppTitle,
33
+ Ba as AppVerticalTabs,
34
+ m as BarChartHorizontal,
35
+ g as BarChartVertical,
36
+ d as CHART_COLORS,
37
+ C as ChartCard,
38
+ c as CircularGauge,
39
+ x as ConfirmationDialog,
40
+ e as DashboardCard,
41
+ Ta as DataTable,
42
+ w as DatePicker,
43
+ J as DateRangePicker,
44
+ F as Dialog,
45
+ P as DialogClose,
46
+ u as DialogContent,
47
+ H as DialogDescription,
48
+ L as DialogFooter,
49
+ k as DialogHeader,
50
+ B as DialogOverlay,
51
+ I as DialogPortal,
52
+ K as DialogTitle,
53
+ v as DialogTrigger,
54
+ da as ErrorAlert,
55
+ ca as ErrorState,
56
+ O as FilterField,
57
+ S as FormDialog,
58
+ N as GenericForm,
59
+ j as ImageInput,
54
60
  t as KpiCard,
55
61
  i as KpiCards,
56
- Q as KpiCardsLayout,
57
- la as LoadingState,
62
+ ra as KpiCardsLayout,
63
+ f as LineChart,
64
+ na as LoadingState,
58
65
  o as MetricCard,
59
- j as MultiSelect,
60
- h as Progress,
61
- O as SearchInput,
62
- K as SearchableFilterPill,
63
- R as SearchableSelect,
64
- _ as Sidebar,
65
- $ as SidebarHeader,
66
- aa as SidebarNavItem,
66
+ X as MultiSelect,
67
+ n as PieChart,
68
+ E as Progress,
69
+ Q as SearchInput,
70
+ R as SearchableFilterPill,
71
+ U as SearchableSelect,
72
+ la as Sidebar,
73
+ pa as SidebarHeader,
74
+ ba as SidebarNavItem,
67
75
  l as SkeletonCard,
68
76
  p as SkeletonCards,
69
- ma as TableActions,
70
- da as TableBody,
71
- ga as TableBulkActions,
72
- v as TableFilter,
73
- fa as TableHeader,
74
- Aa as TablePagination,
75
- Da as TableSettings,
76
- Fa as ThemeSelector,
77
- ea as Topbar
77
+ Da as TableActions,
78
+ xa as TableBody,
79
+ Sa as TableBulkActions,
80
+ V as TableFilter,
81
+ ha as TableHeader,
82
+ Fa as TablePagination,
83
+ Pa as TableSettings,
84
+ Ka as ThemeSelector,
85
+ ma as Topbar,
86
+ A as getChartColor
78
87
  };
@@ -1,14 +1,28 @@
1
1
  import React from "react";
2
2
  import type { SelectOption } from "@krosoft/core/types";
3
+ export interface SearchableSelectOption extends SelectOption {
4
+ /** Texte secondaire affiché en gris à côté du libellé (ex. le groupe d'un tenant). Inclus dans la recherche. */
5
+ description?: string;
6
+ }
3
7
  interface SearchableSelectProps {
4
- options?: SelectOption[];
8
+ options?: SearchableSelectOption[];
5
9
  value: string | undefined;
6
10
  onChange: (value: string) => void;
7
11
  onClear?: () => void;
12
+ /** Fourni : propose de créer une option quand la saisie ne correspond à aucun libellé existant. */
13
+ onCreate?: (label: string) => void;
8
14
  placeholder?: string;
9
15
  searchPlaceholder?: string;
16
+ emptyLabel?: string;
17
+ createLabel?: (search: string) => string;
10
18
  disabled?: boolean;
19
+ /**
20
+ * Panneau rendu en modal (défaut, comme le `Select`). À laisser tel quel dans une boîte de
21
+ * dialogue : sans ça, le `Dialog` neutralise les clics sur le panneau porté dans le portail.
22
+ */
23
+ modal?: boolean;
24
+ className?: string;
11
25
  }
12
- export declare const SearchableSelect: ({ options, value, onChange, onClear, placeholder, searchPlaceholder, disabled, }: SearchableSelectProps) => React.ReactElement;
26
+ export declare const SearchableSelect: ({ options, value, onChange, onClear, onCreate, placeholder, searchPlaceholder, emptyLabel, createLabel, disabled, modal, className, }: SearchableSelectProps) => React.ReactElement;
13
27
  export {};
14
28
  //# sourceMappingURL=SearchableSelect.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SearchableSelect.d.ts","sourceRoot":"","sources":["../../../../src/components/core/inputs/SearchableSelect.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+C,MAAM,OAAO,CAAC;AAIpE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAExD,UAAU,qBAAqB;IAC7B,OAAO,CAAC,EAAE,YAAY,EAAE,CAAC;IACzB,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,gBAAgB,GAAI,kFAQ9B,qBAAqB,KAAG,KAAK,CAAC,YAwIhC,CAAC"}
1
+ {"version":3,"file":"SearchableSelect.d.ts","sourceRoot":"","sources":["../../../../src/components/core/inputs/SearchableSelect.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAejD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAExD,MAAM,WAAW,sBAAuB,SAAQ,YAAY;IAC1D,gHAAgH;IAChH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,UAAU,qBAAqB;IAC7B,OAAO,CAAC,EAAE,sBAAsB,EAAE,CAAC;IACnC,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,mGAAmG;IACnG,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,MAAM,CAAC;IACzC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,gBAAgB,GAAI,uIAa9B,qBAAqB,KAAG,KAAK,CAAC,YAgHhC,CAAC"}
@@ -4,4 +4,5 @@ export { DatePicker } from "./DatePicker";
4
4
  export { DateRangePicker } from "./DateRangePicker";
5
5
  export { MultiSelect } from "./MultiSelect";
6
6
  export { SearchableSelect } from "./SearchableSelect";
7
+ export type { SearchableSelectOption } from "./SearchableSelect";
7
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/core/inputs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/core/inputs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,YAAY,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC"}
@@ -1,6 +1,6 @@
1
- import { I as r } from "../../../ImageInput-BoYUZx9H.js";
2
- import { D as c, a as o, S as s, b as p } from "../../../SearchInput-ClZbbRWg.js";
3
- import { M as l } from "../../../MultiSelect-CqcbwKYV.js";
1
+ import { I as r } from "../../../ImageInput-3wZuCZGf.js";
2
+ import { D as c, a as o, S as s, b as p } from "../../../SearchInput-BXOlvTO9.js";
3
+ import { M as l } from "../../../MultiSelect-BhRXVpky.js";
4
4
  export {
5
5
  c as DatePicker,
6
6
  o as DateRangePicker,
@@ -1,6 +1,6 @@
1
- import { A as r } from "../../../AppActions-DEkRxBia.js";
2
- import { A as e, K as A } from "../../../KpiCardsLayout-mQ7AcbqA.js";
3
- import { A as s } from "../../../AppSubTitle-ChCtQ7Sv.js";
1
+ import { A as r } from "../../../AppActions-DZ7wVdmt.js";
2
+ import { A as e, K as A } from "../../../KpiCardsLayout-DjRTqXFa.js";
3
+ import { A as s } from "../../../AppSubTitle-CZN_tmfv.js";
4
4
  import { A as i } from "../../../AppTitle-D15YXeMx.js";
5
5
  export {
6
6
  r as AppActions,
@@ -1,4 +1,4 @@
1
- import { D as s, T as b, a as l, b as T, c as t, d as o, e as i } from "../../../DataTable-ny08K506.js";
1
+ import { D as s, T as b, a as l, b as T, c as t, d as o, e as i } from "../../../DataTable-KMYbhJ4C.js";
2
2
  export {
3
3
  s as DataTable,
4
4
  b as TableActions,
@@ -1 +1 @@
1
- {"version":3,"file":"AppTabs.d.ts","sourceRoot":"","sources":["../../../../src/components/core/tabs/AppTabs.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAKnD,MAAM,WAAW,YAAY,CAAC,CAAC,GAAG,OAAO;IACvC,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC;IAChB,GAAG,CAAC,EAAE,OAAO,CAAC;CACf;AAED,wBAAgB,OAAO,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE,YAAY,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAqCpF"}
1
+ {"version":3,"file":"AppTabs.d.ts","sourceRoot":"","sources":["../../../../src/components/core/tabs/AppTabs.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAMnD,MAAM,WAAW,YAAY,CAAC,CAAC,GAAG,OAAO;IACvC,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC;IAChB,GAAG,CAAC,EAAE,OAAO,CAAC;CACf;AAED,wBAAgB,OAAO,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE,YAAY,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CA8CpF"}
@@ -1,4 +1,4 @@
1
- import { A as s, a as b, b as e, c as r } from "../../../AppVerticalTabs-D8fURUUN.js";
1
+ import { A as s, a as b, b as e, c as r } from "../../../AppVerticalTabs-C1SsBNAH.js";
2
2
  export {
3
3
  s as AppTabContainer,
4
4
  b as AppTabHeader,