@konstructio/ui 0.1.0-alpha.19 → 0.1.0-alpha.20
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/{chevron-down-BsRShKTO.js → chevron-down-3QGcvbP_.js} +2 -2
- package/dist/components/Badge/Badge.js +2 -2
- package/dist/components/Datepicker/DatePicker.js +3 -3
- package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.js +1 -1
- package/dist/components/Filter/components/DateFilterDropdown/DateFilterDropdown.js +1 -1
- package/dist/components/Loading/Loading.js +2 -2
- package/dist/components/PieChart/PieChart.js +5130 -0
- package/dist/components/TimePicker/components/Wrapper/Wrapper.js +1 -1
- package/dist/components/index.js +72 -70
- package/dist/{createLucideIcon-cbweG6TU.js → createLucideIcon-B7yPYScZ.js} +4 -4
- package/dist/index.d.ts +80 -0
- package/dist/index.js +72 -70
- package/dist/package.json +13 -11
- package/dist/styles.css +1 -1
- package/package.json +13 -11
|
@@ -3,7 +3,7 @@ import { useId as y, useState as E, useRef as O, useCallback as I, useEffect as
|
|
|
3
3
|
import { cn as d } from "../../../../utils/index.js";
|
|
4
4
|
import { timePickerVariants as j } from "../../TimePicker.variants.js";
|
|
5
5
|
import { WrapperList as P } from "../WrapperList/WrapperList.js";
|
|
6
|
-
import { C as R } from "../../../../chevron-down-
|
|
6
|
+
import { C as R } from "../../../../chevron-down-3QGcvbP_.js";
|
|
7
7
|
import { useTimePickerContext as T } from "../../contexts/time-picker.hook.js";
|
|
8
8
|
const $ = ({
|
|
9
9
|
name: p,
|
package/dist/components/index.js
CHANGED
|
@@ -8,87 +8,89 @@ import { Card as u } from "./Card/Card.js";
|
|
|
8
8
|
import { Checkbox as c } from "./Checkbox/Checkbox.js";
|
|
9
9
|
import { DatePicker as b } from "./Datepicker/DatePicker.js";
|
|
10
10
|
import { Divider as B } from "./Divider/Divider.js";
|
|
11
|
-
import { Dropdown as
|
|
11
|
+
import { Dropdown as S } from "./Dropdown/Dropdown.js";
|
|
12
12
|
import { DropdownButton as N } from "./DropdownButton/DropdownButton.js";
|
|
13
|
-
import { Filter as
|
|
14
|
-
import { Input as
|
|
15
|
-
import { Loading as
|
|
16
|
-
import { M as
|
|
17
|
-
import { NumberInput as
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
13
|
+
import { Filter as h } from "./Filter/Filter.js";
|
|
14
|
+
import { Input as A } from "./Input/Input.js";
|
|
15
|
+
import { Loading as k } from "./Loading/Loading.js";
|
|
16
|
+
import { M as G } from "../Modal-CrG0m703.js";
|
|
17
|
+
import { NumberInput as M } from "./NumberInput/NumberInput.js";
|
|
18
|
+
import { PieChart as I } from "./PieChart/PieChart.js";
|
|
19
|
+
import { ProgressBar as j } from "./ProgressBar/ProgressBar.js";
|
|
20
|
+
import { Radio as z } from "./Radio/Radio.js";
|
|
21
|
+
import { RadioCard as H } from "./RadioCard/RadioCard.js";
|
|
22
|
+
import { RadioCardGroup as K } from "./RadioCardGroup/RadioCardGroup.js";
|
|
23
|
+
import { RadioGroup as U } from "./RadioGroup/RadioGroup.js";
|
|
24
|
+
import { Range as W } from "./Range/Range.js";
|
|
25
|
+
import { Sidebar as Y } from "./Sidebar/Sidebar.js";
|
|
26
|
+
import { Slider as _ } from "./Slider/Slider.js";
|
|
27
|
+
import { Switch as oo } from "./Switch/Switch.js";
|
|
28
|
+
import { Table as eo } from "./Table/Table.js";
|
|
29
|
+
import { Tabs as po } from "./Tabs/Tabs.js";
|
|
30
|
+
import { Tag as xo } from "./Tag/Tag.js";
|
|
31
|
+
import { TagSelect as ao } from "./TagSelect/TagSelect.js";
|
|
32
|
+
import { TextArea as go } from "./TextArea/TextArea.js";
|
|
33
|
+
import { TimePicker as lo } from "./TimePicker/TimePicker.js";
|
|
34
|
+
import { Toast as To } from "./Toast/Toast.js";
|
|
35
|
+
import { Tooltip as Do } from "./Tooltip/Tooltip.js";
|
|
36
|
+
import { Typography as so } from "./Typography/Typography.js";
|
|
37
|
+
import { BadgeMultiSelect as Co } from "./Filter/components/BadgeDropdown/BadgeMultiSelect.js";
|
|
38
|
+
import { DateFilterDropdown as vo } from "./Filter/components/DateFilterDropdown/DateFilterDropdown.js";
|
|
39
|
+
import { Footer as Ro } from "./Sidebar/components/Footer/Footer.js";
|
|
40
|
+
import { Logo as wo } from "./Sidebar/components/Logo/Logo.js";
|
|
41
|
+
import { Navigation as Po } from "./Sidebar/components/Navigation/Navigation.js";
|
|
42
|
+
import { NavigationGroup as Fo } from "./Sidebar/components/NavigationGroup/NavigationGroup.js";
|
|
43
|
+
import { NavigationOption as Lo } from "./Sidebar/components/NavigationOption/NavigationOption.js";
|
|
44
|
+
import { NavigationSeparator as yo } from "./Sidebar/components/NavigationSeparator/NavigationSeparator.js";
|
|
45
|
+
import { List as Oo } from "./Tabs/components/List.js";
|
|
46
|
+
import { Trigger as qo } from "./Tabs/components/Trigger.js";
|
|
47
|
+
import { Content as Eo } from "./Tabs/components/Content.js";
|
|
47
48
|
export {
|
|
48
49
|
e as Alert,
|
|
49
50
|
p as AlertDialog,
|
|
50
51
|
x as Autocomplete,
|
|
51
52
|
a as Badge,
|
|
52
|
-
|
|
53
|
+
Co as BadgeMultiSelect,
|
|
53
54
|
d as Breadcrumb,
|
|
54
55
|
n as Button,
|
|
55
56
|
u as Card,
|
|
56
57
|
c as Checkbox,
|
|
57
|
-
|
|
58
|
-
|
|
58
|
+
Eo as Content,
|
|
59
|
+
vo as DateFilterDropdown,
|
|
59
60
|
b as DatePicker,
|
|
60
61
|
B as Divider,
|
|
61
|
-
|
|
62
|
+
S as Dropdown,
|
|
62
63
|
N as DropdownButton,
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
I as
|
|
76
|
-
j as
|
|
77
|
-
z as
|
|
78
|
-
H as
|
|
79
|
-
K as
|
|
80
|
-
U as
|
|
81
|
-
W as
|
|
82
|
-
Y as
|
|
83
|
-
_ as
|
|
84
|
-
oo as
|
|
85
|
-
eo as
|
|
86
|
-
po as
|
|
87
|
-
xo as
|
|
88
|
-
ao as
|
|
89
|
-
go as
|
|
90
|
-
lo as
|
|
91
|
-
To as
|
|
92
|
-
|
|
93
|
-
|
|
64
|
+
h as Filter,
|
|
65
|
+
Ro as Footer,
|
|
66
|
+
A as Input,
|
|
67
|
+
Oo as List,
|
|
68
|
+
k as Loading,
|
|
69
|
+
wo as Logo,
|
|
70
|
+
G as Modal,
|
|
71
|
+
Po as Navigation,
|
|
72
|
+
Fo as NavigationGroup,
|
|
73
|
+
Lo as NavigationOption,
|
|
74
|
+
yo as NavigationSeparator,
|
|
75
|
+
M as NumberInput,
|
|
76
|
+
I as PieChart,
|
|
77
|
+
j as ProgressBar,
|
|
78
|
+
z as Radio,
|
|
79
|
+
H as RadioCard,
|
|
80
|
+
K as RadioCardGroup,
|
|
81
|
+
U as RadioGroup,
|
|
82
|
+
W as Range,
|
|
83
|
+
Y as Sidebar,
|
|
84
|
+
_ as Slider,
|
|
85
|
+
oo as Switch,
|
|
86
|
+
eo as Table,
|
|
87
|
+
po as Tabs,
|
|
88
|
+
xo as Tag,
|
|
89
|
+
ao as TagSelect,
|
|
90
|
+
go as TextArea,
|
|
91
|
+
lo as TimePicker,
|
|
92
|
+
To as Toast,
|
|
93
|
+
Do as Tooltip,
|
|
94
|
+
qo as Trigger,
|
|
95
|
+
so as Typography
|
|
94
96
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { forwardRef as l, createElement as n } from "react";
|
|
2
2
|
/**
|
|
3
|
-
* @license lucide-react v0.
|
|
3
|
+
* @license lucide-react v0.539.0 - ISC
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the ISC license.
|
|
6
6
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -17,7 +17,7 @@ const w = (t) => t.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), h = (t)
|
|
|
17
17
|
return !0;
|
|
18
18
|
};
|
|
19
19
|
/**
|
|
20
|
-
* @license lucide-react v0.
|
|
20
|
+
* @license lucide-react v0.539.0 - ISC
|
|
21
21
|
*
|
|
22
22
|
* This source code is licensed under the ISC license.
|
|
23
23
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -34,7 +34,7 @@ var g = {
|
|
|
34
34
|
strokeLinejoin: "round"
|
|
35
35
|
};
|
|
36
36
|
/**
|
|
37
|
-
* @license lucide-react v0.
|
|
37
|
+
* @license lucide-react v0.539.0 - ISC
|
|
38
38
|
*
|
|
39
39
|
* This source code is licensed under the ISC license.
|
|
40
40
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -69,7 +69,7 @@ const A = l(
|
|
|
69
69
|
)
|
|
70
70
|
);
|
|
71
71
|
/**
|
|
72
|
-
* @license lucide-react v0.
|
|
72
|
+
* @license lucide-react v0.539.0 - ISC
|
|
73
73
|
*
|
|
74
74
|
* This source code is licensed under the ISC license.
|
|
75
75
|
* See the LICENSE file in the root directory of this source tree.
|
package/dist/index.d.ts
CHANGED
|
@@ -421,6 +421,8 @@ declare type Option_5 = {
|
|
|
421
421
|
variant?: BadgeProps['variant'];
|
|
422
422
|
};
|
|
423
423
|
|
|
424
|
+
export declare const PieChart: FC<Props_2>;
|
|
425
|
+
|
|
424
426
|
export declare const ProgressBar: FC<ProgressBarProps>;
|
|
425
427
|
|
|
426
428
|
declare interface ProgressBarProps extends VariantProps<typeof progressBarVariants> {
|
|
@@ -441,6 +443,84 @@ declare type Props = {
|
|
|
441
443
|
options: Option_4[];
|
|
442
444
|
};
|
|
443
445
|
|
|
446
|
+
/**
|
|
447
|
+
* Props for the PieChart component
|
|
448
|
+
*/
|
|
449
|
+
declare type Props_2 = {
|
|
450
|
+
/**
|
|
451
|
+
* Array of hexadecimal colors for the borders of the pie chart segments
|
|
452
|
+
* @default ['#FFFFFF', '#FFFFFF']
|
|
453
|
+
*/
|
|
454
|
+
borderColors?: HexColor[];
|
|
455
|
+
/**
|
|
456
|
+
* Width of the border for pie chart segments in pixels
|
|
457
|
+
* @default 0
|
|
458
|
+
*/
|
|
459
|
+
borderWidth?: number;
|
|
460
|
+
/**
|
|
461
|
+
* Array of hexadecimal colors for filling the pie chart segments
|
|
462
|
+
* @default ['#525252', '#00D492']
|
|
463
|
+
*/
|
|
464
|
+
colors?: HexColor[];
|
|
465
|
+
/**
|
|
466
|
+
* Percentage of the pie chart's center that should be cut out, creating a donut chart effect
|
|
467
|
+
* @default 80
|
|
468
|
+
*/
|
|
469
|
+
cutoutPercentage?: number;
|
|
470
|
+
/**
|
|
471
|
+
* Whether to redraw the entire chart when props change
|
|
472
|
+
* @default true
|
|
473
|
+
*/
|
|
474
|
+
redraw?: boolean;
|
|
475
|
+
/**
|
|
476
|
+
* Hexadecimal color for the subtitle text
|
|
477
|
+
* @default '#6B7280'
|
|
478
|
+
*/
|
|
479
|
+
subtitleColor?: HexColor;
|
|
480
|
+
/**
|
|
481
|
+
* Font size for the subtitle in pixels
|
|
482
|
+
* @default 14
|
|
483
|
+
*/
|
|
484
|
+
subtitleFontSize?: number;
|
|
485
|
+
/**
|
|
486
|
+
* Font weight for the subtitle
|
|
487
|
+
* @default 'normal'
|
|
488
|
+
*/
|
|
489
|
+
subtitleFontWeight?: 'bold' | 'normal';
|
|
490
|
+
/**
|
|
491
|
+
* Hexadecimal color for the title text
|
|
492
|
+
* @default '#111827'
|
|
493
|
+
*/
|
|
494
|
+
titleColor?: HexColor;
|
|
495
|
+
/**
|
|
496
|
+
* Font size for the title in pixels
|
|
497
|
+
* @default 16
|
|
498
|
+
*/
|
|
499
|
+
titleFontSize?: number;
|
|
500
|
+
/**
|
|
501
|
+
* Font weight for the title
|
|
502
|
+
* @default 'bold'
|
|
503
|
+
*/
|
|
504
|
+
titleFontWeight?: 'bold' | 'normal';
|
|
505
|
+
/**
|
|
506
|
+
* Array of numeric values representing data for each segment of the pie chart
|
|
507
|
+
* @required
|
|
508
|
+
*/
|
|
509
|
+
values: number[];
|
|
510
|
+
} &
|
|
511
|
+
/**
|
|
512
|
+
* Union type that enforces either:
|
|
513
|
+
* - No title and no subtitle
|
|
514
|
+
* - Title with optional subtitle
|
|
515
|
+
*/
|
|
516
|
+
({
|
|
517
|
+
title?: undefined;
|
|
518
|
+
subtitle?: never;
|
|
519
|
+
} | {
|
|
520
|
+
title: string;
|
|
521
|
+
subtitle?: string;
|
|
522
|
+
});
|
|
523
|
+
|
|
444
524
|
export declare const Radio: FC<RadioProps>;
|
|
445
525
|
|
|
446
526
|
export declare const RadioCard: FC<RadioCardProps>;
|
package/dist/index.js
CHANGED
|
@@ -6,97 +6,99 @@ import { Breadcrumb as d } from "./components/Breadcrumb/Breadcrumb.js";
|
|
|
6
6
|
import { Button as n } from "./components/Button/Button.js";
|
|
7
7
|
import { Card as T } from "./components/Card/Card.js";
|
|
8
8
|
import { Checkbox as c } from "./components/Checkbox/Checkbox.js";
|
|
9
|
-
import { DatePicker as
|
|
10
|
-
import { Divider as
|
|
11
|
-
import { Dropdown as
|
|
9
|
+
import { DatePicker as h } from "./components/Datepicker/DatePicker.js";
|
|
10
|
+
import { Divider as D } from "./components/Divider/Divider.js";
|
|
11
|
+
import { Dropdown as v } from "./components/Dropdown/Dropdown.js";
|
|
12
12
|
import { DropdownButton as S } from "./components/DropdownButton/DropdownButton.js";
|
|
13
|
-
import { Filter as
|
|
14
|
-
import { BadgeMultiSelect as
|
|
13
|
+
import { Filter as P } from "./components/Filter/Filter.js";
|
|
14
|
+
import { BadgeMultiSelect as w } from "./components/Filter/components/BadgeDropdown/BadgeMultiSelect.js";
|
|
15
15
|
import { DateFilterDropdown as k } from "./components/Filter/components/DateFilterDropdown/DateFilterDropdown.js";
|
|
16
16
|
import { Input as G } from "./components/Input/Input.js";
|
|
17
17
|
import { Loading as M } from "./components/Loading/Loading.js";
|
|
18
18
|
import { M as I } from "./Modal-CrG0m703.js";
|
|
19
19
|
import { NumberInput as j } from "./components/NumberInput/NumberInput.js";
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
20
|
+
import { PieChart as z } from "./components/PieChart/PieChart.js";
|
|
21
|
+
import { ProgressBar as H } from "./components/ProgressBar/ProgressBar.js";
|
|
22
|
+
import { Radio as K } from "./components/Radio/Radio.js";
|
|
23
|
+
import { RadioCard as U } from "./components/RadioCard/RadioCard.js";
|
|
24
|
+
import { RadioCardGroup as W } from "./components/RadioCardGroup/RadioCardGroup.js";
|
|
25
|
+
import { RadioGroup as Y } from "./components/RadioGroup/RadioGroup.js";
|
|
26
|
+
import { Range as _ } from "./components/Range/Range.js";
|
|
27
|
+
import { Footer as oo } from "./components/Sidebar/components/Footer/Footer.js";
|
|
28
|
+
import { Logo as eo } from "./components/Sidebar/components/Logo/Logo.js";
|
|
29
|
+
import { Navigation as po } from "./components/Sidebar/components/Navigation/Navigation.js";
|
|
30
|
+
import { NavigationGroup as xo } from "./components/Sidebar/components/NavigationGroup/NavigationGroup.js";
|
|
31
|
+
import { NavigationOption as ao } from "./components/Sidebar/components/NavigationOption/NavigationOption.js";
|
|
32
|
+
import { NavigationSeparator as go } from "./components/Sidebar/components/NavigationSeparator/NavigationSeparator.js";
|
|
33
|
+
import { Sidebar as lo } from "./components/Sidebar/Sidebar.js";
|
|
34
|
+
import { Slider as uo } from "./components/Slider/Slider.js";
|
|
35
|
+
import { Switch as so } from "./components/Switch/Switch.js";
|
|
36
|
+
import { Table as Co } from "./components/Table/Table.js";
|
|
36
37
|
import { Tabs as bo } from "./components/Tabs/Tabs.js";
|
|
37
|
-
import { List as
|
|
38
|
-
import { Trigger as
|
|
39
|
-
import { Content as
|
|
40
|
-
import { Tag as
|
|
41
|
-
import { TagSelect as
|
|
42
|
-
import { TextArea as
|
|
43
|
-
import { TimePicker as
|
|
44
|
-
import { Toast as
|
|
45
|
-
import { Tooltip as
|
|
46
|
-
import { Typography as
|
|
47
|
-
import { ThemeContext as
|
|
48
|
-
import { useTheme as
|
|
49
|
-
import { ThemeProvider as
|
|
50
|
-
import { useToggle as
|
|
38
|
+
import { List as Bo } from "./components/Tabs/components/List.js";
|
|
39
|
+
import { Trigger as No } from "./components/Tabs/components/Trigger.js";
|
|
40
|
+
import { Content as Ro } from "./components/Tabs/components/Content.js";
|
|
41
|
+
import { Tag as Ao } from "./components/Tag/Tag.js";
|
|
42
|
+
import { TagSelect as Fo } from "./components/TagSelect/TagSelect.js";
|
|
43
|
+
import { TextArea as Lo } from "./components/TextArea/TextArea.js";
|
|
44
|
+
import { TimePicker as yo } from "./components/TimePicker/TimePicker.js";
|
|
45
|
+
import { Toast as Oo } from "./components/Toast/Toast.js";
|
|
46
|
+
import { Tooltip as qo } from "./components/Tooltip/Tooltip.js";
|
|
47
|
+
import { Typography as Eo } from "./components/Typography/Typography.js";
|
|
48
|
+
import { ThemeContext as Jo } from "./contexts/theme.context.js";
|
|
49
|
+
import { useTheme as Qo } from "./contexts/theme.hook.js";
|
|
50
|
+
import { ThemeProvider as Vo } from "./contexts/theme.provider.js";
|
|
51
|
+
import { useToggle as Xo } from "./hooks/useToggle.js";
|
|
51
52
|
export {
|
|
52
53
|
e as Alert,
|
|
53
54
|
p as AlertDialog,
|
|
54
55
|
x as Autocomplete,
|
|
55
56
|
a as Badge,
|
|
56
|
-
|
|
57
|
+
w as BadgeMultiSelect,
|
|
57
58
|
d as Breadcrumb,
|
|
58
59
|
n as Button,
|
|
59
60
|
T as Card,
|
|
60
61
|
c as Checkbox,
|
|
61
|
-
|
|
62
|
+
Ro as Content,
|
|
62
63
|
k as DateFilterDropdown,
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
64
|
+
h as DatePicker,
|
|
65
|
+
D as Divider,
|
|
66
|
+
v as Dropdown,
|
|
66
67
|
S as DropdownButton,
|
|
67
|
-
|
|
68
|
-
|
|
68
|
+
P as Filter,
|
|
69
|
+
oo as Footer,
|
|
69
70
|
G as Input,
|
|
70
|
-
|
|
71
|
+
Bo as List,
|
|
71
72
|
M as Loading,
|
|
72
|
-
|
|
73
|
+
eo as Logo,
|
|
73
74
|
I as Modal,
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
75
|
+
po as Navigation,
|
|
76
|
+
xo as NavigationGroup,
|
|
77
|
+
ao as NavigationOption,
|
|
78
|
+
go as NavigationSeparator,
|
|
78
79
|
j as NumberInput,
|
|
79
|
-
z as
|
|
80
|
-
H as
|
|
81
|
-
K as
|
|
82
|
-
U as
|
|
83
|
-
W as
|
|
84
|
-
Y as
|
|
85
|
-
|
|
86
|
-
lo as
|
|
87
|
-
uo as
|
|
88
|
-
so as
|
|
80
|
+
z as PieChart,
|
|
81
|
+
H as ProgressBar,
|
|
82
|
+
K as Radio,
|
|
83
|
+
U as RadioCard,
|
|
84
|
+
W as RadioCardGroup,
|
|
85
|
+
Y as RadioGroup,
|
|
86
|
+
_ as Range,
|
|
87
|
+
lo as Sidebar,
|
|
88
|
+
uo as Slider,
|
|
89
|
+
so as Switch,
|
|
90
|
+
Co as Table,
|
|
89
91
|
bo as Tabs,
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
92
|
+
Ao as Tag,
|
|
93
|
+
Fo as TagSelect,
|
|
94
|
+
Lo as TextArea,
|
|
95
|
+
Jo as ThemeContext,
|
|
96
|
+
Vo as ThemeProvider,
|
|
97
|
+
yo as TimePicker,
|
|
98
|
+
Oo as Toast,
|
|
99
|
+
qo as Tooltip,
|
|
100
|
+
No as Trigger,
|
|
101
|
+
Eo as Typography,
|
|
102
|
+
Qo as useTheme,
|
|
103
|
+
Xo as useToggle
|
|
102
104
|
};
|
package/dist/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@konstructio/ui",
|
|
3
3
|
"description": "A set of reusable and customizable React components built for konstruct.io",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "0.1.0-alpha.
|
|
5
|
+
"version": "0.1.0-alpha.19",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"main": "dist/index.js",
|
|
@@ -64,12 +64,14 @@
|
|
|
64
64
|
"@radix-ui/react-tabs": "^1.1.12",
|
|
65
65
|
"@radix-ui/react-toast": "^1.2.14",
|
|
66
66
|
"@radix-ui/react-visually-hidden": "^1.2.3",
|
|
67
|
+
"chart.js": "^4.5.0",
|
|
67
68
|
"class-variance-authority": "^0.7.1",
|
|
68
69
|
"clsx": "^2.1.1",
|
|
69
70
|
"cmdk": "^1.1.1",
|
|
70
71
|
"countries-and-timezones": "^3.8.0",
|
|
71
72
|
"js-cookie": "^3.0.5",
|
|
72
|
-
"lucide-react": "^0.
|
|
73
|
+
"lucide-react": "^0.539.0",
|
|
74
|
+
"react-chartjs-2": "^5.3.0",
|
|
73
75
|
"react-day-picker": "^9.8.1",
|
|
74
76
|
"react-feather": "^2.0.10",
|
|
75
77
|
"react-focus-lock": "^2.13.6",
|
|
@@ -106,9 +108,9 @@
|
|
|
106
108
|
},
|
|
107
109
|
"devDependencies": {
|
|
108
110
|
"@rollup/plugin-alias": "^5.1.1",
|
|
109
|
-
"@storybook/addon-docs": "^9.1.
|
|
110
|
-
"@storybook/addon-links": "^9.1.
|
|
111
|
-
"@storybook/react-vite": "^9.1.
|
|
111
|
+
"@storybook/addon-docs": "^9.1.2",
|
|
112
|
+
"@storybook/addon-links": "^9.1.2",
|
|
113
|
+
"@storybook/react-vite": "^9.1.2",
|
|
112
114
|
"@tailwindcss/vite": "^4.1.11",
|
|
113
115
|
"@testing-library/jest-dom": "^6.6.4",
|
|
114
116
|
"@testing-library/react": "^16.3.0",
|
|
@@ -116,17 +118,17 @@
|
|
|
116
118
|
"@types/jest-axe": "^3.5.9",
|
|
117
119
|
"@types/js-cookie": "^3.0.6",
|
|
118
120
|
"@types/lodash": "^4.17.20",
|
|
119
|
-
"@types/react": "^19.1.
|
|
121
|
+
"@types/react": "^19.1.10",
|
|
120
122
|
"@types/react-dom": "^19.1.7",
|
|
121
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
122
|
-
"@typescript-eslint/parser": "^8.
|
|
123
|
+
"@typescript-eslint/eslint-plugin": "^8.39.1",
|
|
124
|
+
"@typescript-eslint/parser": "^8.39.1",
|
|
123
125
|
"@vitejs/plugin-react": "^4.7.0",
|
|
124
126
|
"@vitest/coverage-v8": "^3.2.4",
|
|
125
127
|
"autoprefixer": "^10.4.21",
|
|
126
128
|
"eslint": "^8.57.0",
|
|
127
129
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
128
130
|
"eslint-plugin-react-refresh": "^0.4.7",
|
|
129
|
-
"eslint-plugin-storybook": "^9.1.
|
|
131
|
+
"eslint-plugin-storybook": "^9.1.2",
|
|
130
132
|
"glob": "^11.0.3",
|
|
131
133
|
"husky": "^9.1.7",
|
|
132
134
|
"jest-axe": "^10.0.0",
|
|
@@ -135,10 +137,10 @@
|
|
|
135
137
|
"postcss": "^8.5.6",
|
|
136
138
|
"prettier": "^3.6.2",
|
|
137
139
|
"rimraf": "^6.0.1",
|
|
138
|
-
"storybook": "^9.1.
|
|
140
|
+
"storybook": "^9.1.2",
|
|
139
141
|
"tailwindcss": "^4.1.11",
|
|
140
142
|
"ts-node": "^10.9.2",
|
|
141
|
-
"typescript": "^5.
|
|
143
|
+
"typescript": "^5.9.2",
|
|
142
144
|
"vite": "^6.3.5",
|
|
143
145
|
"vite-plugin-dts": "^4.5.4",
|
|
144
146
|
"vite-plugin-lib-inject-css": "^2.2.2",
|