@seeqdev/qomponents 0.0.214 → 0.0.216

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 (87) hide show
  1. package/dist/example/package.json +1 -1
  2. package/dist/index.esm.js +76 -29429
  3. package/dist/index.esm.js.map +1 -1
  4. package/dist/index.js +78 -29481
  5. package/dist/index.js.map +1 -1
  6. package/dist/src/Accordion/Accordion.d.ts +6 -3
  7. package/dist/src/Accordion/Accordion.types.d.ts +86 -83
  8. package/dist/src/Accordion/index.d.ts +2 -1
  9. package/dist/src/Alert/Alert.d.ts +8 -3
  10. package/dist/src/Alert/Alert.types.d.ts +58 -55
  11. package/dist/src/Alert/index.d.ts +2 -1
  12. package/dist/src/Button/Button.d.ts +6 -3
  13. package/dist/src/Button/Button.types.d.ts +151 -147
  14. package/dist/src/Button/index.d.ts +2 -1
  15. package/dist/src/ButtonGroup/ButtonGroup.d.ts +8 -3
  16. package/dist/src/ButtonGroup/ButtonGroup.types.d.ts +66 -62
  17. package/dist/src/ButtonGroup/index.d.ts +2 -1
  18. package/dist/src/ButtonWithDropdown/ButtonWithDropdown.d.ts +8 -5
  19. package/dist/src/ButtonWithDropdown/ButtonWithDropdown.types.d.ts +209 -204
  20. package/dist/src/ButtonWithDropdown/index.d.ts +2 -1
  21. package/dist/src/ButtonWithPopover/ButtonWithPopover.d.ts +7 -4
  22. package/dist/src/ButtonWithPopover/ButtonWithPopover.types.d.ts +134 -129
  23. package/dist/src/ButtonWithPopover/index.d.ts +2 -1
  24. package/dist/src/Carousel/Carousel.d.ts +7 -3
  25. package/dist/src/Carousel/Carousel.types.d.ts +84 -81
  26. package/dist/src/Carousel/index.d.ts +2 -1
  27. package/dist/src/Checkbox/Checkbox.d.ts +8 -3
  28. package/dist/src/Checkbox/Checkbox.types.d.ts +92 -89
  29. package/dist/src/Checkbox/index.d.ts +2 -1
  30. package/dist/src/Collapse/Collapse.d.ts +6 -3
  31. package/dist/src/Collapse/Collapse.types.d.ts +17 -14
  32. package/dist/src/Collapse/index.d.ts +2 -1
  33. package/dist/src/Icon/Icon.d.ts +7 -3
  34. package/dist/src/Icon/Icon.types.d.ts +89 -85
  35. package/dist/src/Icon/index.d.ts +2 -1
  36. package/dist/src/InputGroup/InputGroup.d.ts +8 -3
  37. package/dist/src/InputGroup/InputGroup.types.d.ts +42 -38
  38. package/dist/src/InputGroup/index.d.ts +3 -2
  39. package/dist/src/Modal/Modal.d.ts +8 -3
  40. package/dist/src/Modal/Modal.types.d.ts +253 -249
  41. package/dist/src/Modal/index.d.ts +2 -1
  42. package/dist/src/ProgressBar/ProgressBar.d.ts +6 -3
  43. package/dist/src/ProgressBar/ProgressBar.types.d.ts +71 -66
  44. package/dist/src/ProgressBar/index.d.ts +2 -1
  45. package/dist/src/SeeqActionDropdown/SeeqActionDropdown.d.ts +7 -4
  46. package/dist/src/SeeqActionDropdown/SeeqActionDropdown.types.d.ts +159 -154
  47. package/dist/src/SeeqActionDropdown/index.d.ts +2 -1
  48. package/dist/src/SeeqActionDropdown/variants.d.ts +9 -5
  49. package/dist/src/Select/Select.d.ts +9 -6
  50. package/dist/src/Select/Select.types.d.ts +219 -213
  51. package/dist/src/Select/index.d.ts +3 -2
  52. package/dist/src/Slider/Slider.d.ts +8 -3
  53. package/dist/src/Slider/Slider.types.d.ts +83 -80
  54. package/dist/src/Slider/index.d.ts +2 -1
  55. package/dist/src/SvgIcon/SvgIcon.d.ts +7 -3
  56. package/dist/src/SvgIcon/SvgIcon.types.d.ts +73 -69
  57. package/dist/src/SvgIcon/index.d.ts +2 -1
  58. package/dist/src/Tabs/Tabs.d.ts +6 -3
  59. package/dist/src/Tabs/Tabs.types.d.ts +83 -78
  60. package/dist/src/Tabs/index.d.ts +2 -1
  61. package/dist/src/TextArea/TextArea.d.ts +8 -3
  62. package/dist/src/TextArea/TextArea.types.d.ts +116 -111
  63. package/dist/src/TextArea/index.d.ts +2 -1
  64. package/dist/src/TextField/TextField.d.ts +8 -3
  65. package/dist/src/TextField/TextField.types.d.ts +198 -194
  66. package/dist/src/TextField/index.d.ts +2 -1
  67. package/dist/src/ToolbarButton/ToolbarButton.d.ts +7 -3
  68. package/dist/src/ToolbarButton/ToolbarButton.types.d.ts +121 -117
  69. package/dist/src/ToolbarButton/index.d.ts +2 -1
  70. package/dist/src/Tooltip/QTip.types.d.ts +16 -12
  71. package/dist/src/Tooltip/Qtip.d.ts +7 -2
  72. package/dist/src/Tooltip/Tooltip.d.ts +8 -3
  73. package/dist/src/Tooltip/Tooltip.types.d.ts +24 -20
  74. package/dist/src/Tooltip/index.d.ts +3 -2
  75. package/dist/src/Tooltip/qTip.utilities.d.ts +13 -3
  76. package/dist/src/TriggerWithDropdown/TriggerWithDropdown.d.ts +7 -4
  77. package/dist/src/TriggerWithDropdown/TriggerWithDropdown.types.d.ts +99 -94
  78. package/dist/src/TriggerWithDropdown/index.d.ts +2 -1
  79. package/dist/src/index.build.d.ts +50 -6
  80. package/dist/src/index.d.ts +50 -46
  81. package/dist/src/test-utils/is-browser-mode.d.ts +7 -4
  82. package/dist/src/types.d.ts +30 -28
  83. package/dist/src/utils/browserId.d.ts +8 -5
  84. package/dist/src/utils/svg.d.ts +6 -3
  85. package/dist/src/utils/validateStyleDimension.d.ts +6 -2
  86. package/package.json +10 -9
  87. package/dist/src/styles.build.css.d.ts +0 -1
@@ -1,134 +1,139 @@
1
- import React from 'react';
2
- import { TooltipComponentProps } from '../Tooltip/Tooltip.types';
1
+ import { TooltipComponentProps } from "../Tooltip/Tooltip.types.js";
2
+ import React from "react";
3
+
4
+ //#region src/ButtonWithPopover/ButtonWithPopover.types.d.ts
5
+
3
6
  /**
4
7
  * Props for the ButtonWithPopover component that creates a button with an attached popover.
5
8
  * Extends TooltipComponentProps to support tooltip functionality on the trigger button.
6
9
  */
7
- export interface ButtonWithPopoverProps extends TooltipComponentProps {
8
- /**
9
- * React element to use as the clickable trigger for the popover.
10
- * Can be an icon, text, button, or any interactive element that users click to open the popover.
11
- */
12
- trigger?: React.ReactNode;
13
- /**
14
- * Content to display inside the popover when it's open.
15
- * Can be any React elements including forms, lists, complex layouts, or interactive components.
16
- */
17
- children: React.ReactNode;
18
- /**
19
- * HTML ID attribute for the popover trigger element.
20
- * Should be unique across the page for proper HTML semantics and accessibility.
21
- */
22
- id?: string;
23
- /**
24
- * Test ID attribute for the popover container element used in automated testing.
25
- * Applied to the main container that wraps both trigger and popover content.
26
- */
27
- containerTestId?: string;
28
- /**
29
- * When true, disables the popover trigger preventing user interaction.
30
- * Disabled triggers appear visually dimmed and don't open the popover when clicked.
31
- */
32
- disabled?: boolean;
33
- /**
34
- * Callback function triggered when the trigger is clicked.
35
- * Receives the current open state as a parameter. Note: this doesn't control popover opening,
36
- * it's mainly for tracking or analytics purposes.
37
- */
38
- onClick?: (isOpen: boolean) => void;
39
- /**
40
- * Horizontal alignment of the popover content relative to the trigger:
41
- * - `start`: Aligns to the left edge of the trigger
42
- * - `center`: Centers the popover on the trigger
43
- * - `end`: Aligns to the right edge of the trigger
44
- */
45
- align?: 'start' | 'center' | 'end';
46
- /**
47
- * Numeric offset in pixels from the aligned position.
48
- * Positive values move the popover further from the trigger in the align direction.
49
- */
50
- alignOffset?: number;
51
- /**
52
- * Position of the popover relative to the trigger element:
53
- * - `top`: Popover appears above the trigger
54
- * - `bottom`: Popover appears below the trigger
55
- * - `left`: Popover appears to the left of the trigger
56
- * - `right`: Popover appears to the right of the trigger
57
- */
58
- placement?: 'top' | 'bottom' | 'left' | 'right';
59
- /**
60
- * Numeric offset in pixels from the placement position.
61
- * Positive values move the popover further away from the trigger.
62
- */
63
- placementOffset?: number;
64
- /**
65
- * Controls whether the popover is currently open and visible.
66
- * Use this for controlled popover behavior where you manage open state externally.
67
- */
68
- isOpen?: boolean;
69
- /**
70
- * Callback function triggered when the popover open state changes.
71
- * Receives the new open state as a boolean parameter. Use this to sync with external state.
72
- */
73
- onOpenChange?: (isOpen: boolean) => void;
74
- /**
75
- * When true, displays a visual arrow pointing from the popover to the trigger.
76
- * Helps users understand the relationship between trigger and popover content.
77
- */
78
- hasArrow?: boolean;
79
- /**
80
- * When true, enables the popover to open when hovering over the trigger.
81
- * Useful for preview or quick-info popovers that don't require clicking.
82
- */
83
- isHoverEnabled?: boolean;
84
- /**
85
- * Delay in milliseconds before the popover opens when hover is enabled.
86
- * Prevents accidental popover opening from brief mouse movements.
87
- * Only relevant when `isHoverEnabled` is true.
88
- */
89
- hoverOpenDelay?: number;
90
- /**
91
- * Additional CSS classes to apply to the trigger container element.
92
- * Use this to customize the trigger's appearance beyond default styling.
93
- */
94
- extraTriggerClassNames?: string;
95
- /**
96
- * Additional CSS classes to apply to the popover content container.
97
- * Use this to customize the popover's appearance, spacing, or styling.
98
- */
99
- extraPopoverClassNames?: string;
100
- /**
101
- * When true, automatically closes the popover when any content inside it is clicked.
102
- * Useful for action popovers where selecting an option should close the popover.
103
- */
104
- isCloseOnContentClick?: boolean;
105
- /**
106
- * Callback function triggered when user interacts outside the popover content.
107
- * This includes clicks, taps, and focus events outside the popover area.
108
- * Use this to handle outside interactions or implement custom close behavior.
109
- */
110
- onInteractOutside?: () => void;
111
- /**
112
- * Callback function triggered when user clicks/taps outside the popover content.
113
- * More specific than `onInteractOutside`, focusing only on pointer down events.
114
- * Use this for custom outside-click handling.
115
- */
116
- onPointerDownOutside?: () => void;
117
- /**
118
- * When true, merges the trigger functionality with the provided trigger element.
119
- * Instead of wrapping the trigger in a button, it adds trigger behavior to the element itself.
120
- * Useful when the trigger element is already interactive.
121
- */
122
- isTriggerAsChild?: boolean;
123
- /**
124
- * When true, makes the trigger button expand to fill the full width of its container.
125
- * Useful for layout consistency or when the trigger should span the available space.
126
- */
127
- shouldTriggerFullWidth?: boolean;
128
- /**
129
- * When true, renders the popover content in a React portal.
130
- * This moves the popover to the end of the document body, which can help with
131
- * z-index issues and ensure the popover appears above other content.
132
- */
133
- isPortal?: boolean;
10
+ interface ButtonWithPopoverProps extends TooltipComponentProps {
11
+ /**
12
+ * React element to use as the clickable trigger for the popover.
13
+ * Can be an icon, text, button, or any interactive element that users click to open the popover.
14
+ */
15
+ trigger?: React.ReactNode;
16
+ /**
17
+ * Content to display inside the popover when it's open.
18
+ * Can be any React elements including forms, lists, complex layouts, or interactive components.
19
+ */
20
+ children: React.ReactNode;
21
+ /**
22
+ * HTML ID attribute for the popover trigger element.
23
+ * Should be unique across the page for proper HTML semantics and accessibility.
24
+ */
25
+ id?: string;
26
+ /**
27
+ * Test ID attribute for the popover container element used in automated testing.
28
+ * Applied to the main container that wraps both trigger and popover content.
29
+ */
30
+ containerTestId?: string;
31
+ /**
32
+ * When true, disables the popover trigger preventing user interaction.
33
+ * Disabled triggers appear visually dimmed and don't open the popover when clicked.
34
+ */
35
+ disabled?: boolean;
36
+ /**
37
+ * Callback function triggered when the trigger is clicked.
38
+ * Receives the current open state as a parameter. Note: this doesn't control popover opening,
39
+ * it's mainly for tracking or analytics purposes.
40
+ */
41
+ onClick?: (isOpen: boolean) => void;
42
+ /**
43
+ * Horizontal alignment of the popover content relative to the trigger:
44
+ * - `start`: Aligns to the left edge of the trigger
45
+ * - `center`: Centers the popover on the trigger
46
+ * - `end`: Aligns to the right edge of the trigger
47
+ */
48
+ align?: 'start' | 'center' | 'end';
49
+ /**
50
+ * Numeric offset in pixels from the aligned position.
51
+ * Positive values move the popover further from the trigger in the align direction.
52
+ */
53
+ alignOffset?: number;
54
+ /**
55
+ * Position of the popover relative to the trigger element:
56
+ * - `top`: Popover appears above the trigger
57
+ * - `bottom`: Popover appears below the trigger
58
+ * - `left`: Popover appears to the left of the trigger
59
+ * - `right`: Popover appears to the right of the trigger
60
+ */
61
+ placement?: 'top' | 'bottom' | 'left' | 'right';
62
+ /**
63
+ * Numeric offset in pixels from the placement position.
64
+ * Positive values move the popover further away from the trigger.
65
+ */
66
+ placementOffset?: number;
67
+ /**
68
+ * Controls whether the popover is currently open and visible.
69
+ * Use this for controlled popover behavior where you manage open state externally.
70
+ */
71
+ isOpen?: boolean;
72
+ /**
73
+ * Callback function triggered when the popover open state changes.
74
+ * Receives the new open state as a boolean parameter. Use this to sync with external state.
75
+ */
76
+ onOpenChange?: (isOpen: boolean) => void;
77
+ /**
78
+ * When true, displays a visual arrow pointing from the popover to the trigger.
79
+ * Helps users understand the relationship between trigger and popover content.
80
+ */
81
+ hasArrow?: boolean;
82
+ /**
83
+ * When true, enables the popover to open when hovering over the trigger.
84
+ * Useful for preview or quick-info popovers that don't require clicking.
85
+ */
86
+ isHoverEnabled?: boolean;
87
+ /**
88
+ * Delay in milliseconds before the popover opens when hover is enabled.
89
+ * Prevents accidental popover opening from brief mouse movements.
90
+ * Only relevant when `isHoverEnabled` is true.
91
+ */
92
+ hoverOpenDelay?: number;
93
+ /**
94
+ * Additional CSS classes to apply to the trigger container element.
95
+ * Use this to customize the trigger's appearance beyond default styling.
96
+ */
97
+ extraTriggerClassNames?: string;
98
+ /**
99
+ * Additional CSS classes to apply to the popover content container.
100
+ * Use this to customize the popover's appearance, spacing, or styling.
101
+ */
102
+ extraPopoverClassNames?: string;
103
+ /**
104
+ * When true, automatically closes the popover when any content inside it is clicked.
105
+ * Useful for action popovers where selecting an option should close the popover.
106
+ */
107
+ isCloseOnContentClick?: boolean;
108
+ /**
109
+ * Callback function triggered when user interacts outside the popover content.
110
+ * This includes clicks, taps, and focus events outside the popover area.
111
+ * Use this to handle outside interactions or implement custom close behavior.
112
+ */
113
+ onInteractOutside?: () => void;
114
+ /**
115
+ * Callback function triggered when user clicks/taps outside the popover content.
116
+ * More specific than `onInteractOutside`, focusing only on pointer down events.
117
+ * Use this for custom outside-click handling.
118
+ */
119
+ onPointerDownOutside?: () => void;
120
+ /**
121
+ * When true, merges the trigger functionality with the provided trigger element.
122
+ * Instead of wrapping the trigger in a button, it adds trigger behavior to the element itself.
123
+ * Useful when the trigger element is already interactive.
124
+ */
125
+ isTriggerAsChild?: boolean;
126
+ /**
127
+ * When true, makes the trigger button expand to fill the full width of its container.
128
+ * Useful for layout consistency or when the trigger should span the available space.
129
+ */
130
+ shouldTriggerFullWidth?: boolean;
131
+ /**
132
+ * When true, renders the popover content in a React portal.
133
+ * This moves the popover to the end of the document body, which can help with
134
+ * z-index issues and ensure the popover appears above other content.
135
+ */
136
+ isPortal?: boolean;
134
137
  }
138
+ //#endregion
139
+ export { ButtonWithPopoverProps };
@@ -1 +1,2 @@
1
- export { default } from './ButtonWithPopover';
1
+ import ButtonWithPopover from "./ButtonWithPopover.js";
2
+ export { ButtonWithPopover as default };
@@ -1,9 +1,13 @@
1
- import React from 'react';
2
- import { CarouselProps } from './Carousel.types';
1
+ import { CarouselProps } from "./Carousel.types.js";
2
+ import React from "react";
3
+
4
+ //#region src/Carousel/Carousel.d.ts
5
+
3
6
  /**
4
7
  * Carousel:
5
8
  * - Easily create a carousel with custom slides.
6
9
  * - Supports automatic sliding, navigation arrows, and slide indicators.
7
10
  */
8
11
  declare const Carousel: React.FunctionComponent<CarouselProps>;
9
- export default Carousel;
12
+ //#endregion
13
+ export { Carousel as default };
@@ -1,85 +1,88 @@
1
+ //#region src/Carousel/Carousel.types.d.ts
1
2
  /**
2
3
  * Properties for the Carousel component that creates a sliding content viewer.
3
4
  */
4
- export interface CarouselProps {
5
- /**
6
- * Test ID attribute for the carousel container used in automated testing.
7
- * Applied to the main carousel element for test targeting and interaction.
8
- */
9
- testId?: string;
10
- /**
11
- * Additional CSS classes to apply to the carousel container.
12
- * Use this to customize the carousel's appearance, spacing, or layout beyond default styling.
13
- */
14
- extraClassNames?: string;
15
- /**
16
- * Zero-based index of the currently visible/active slide.
17
- * Use this for controlled carousel behavior where you manage the active slide externally.
18
- * When not provided, the carousel manages its own internal state.
19
- */
20
- activeIndex?: number;
21
- /**
22
- * Callback function triggered when the slide changes due to user interaction or auto-sliding.
23
- * Receives the new slide index and the direction of transition.
24
- * Use this to sync with external state or implement custom slide change logic.
25
- * @param nextSlide - The zero-based index of the slide that will become active
26
- * @param direction - The direction of the slide transition ('left' or 'right')
27
- */
28
- onSlide?: (nextSlide: number, direction: 'left' | 'right') => void;
29
- /**
30
- * When true, enables automatic slide transitions at regular intervals.
31
- * The carousel will continuously advance to the next slide without user interaction.
32
- * Useful for image galleries, testimonials, or promotional content.
33
- */
34
- autoSlide?: boolean;
35
- /**
36
- * Time interval in milliseconds between automatic slide transitions.
37
- * Only relevant when `autoSlide` is true. Controls how long each slide is displayed
38
- * before automatically advancing to the next one.
39
- * @default 3000
40
- */
41
- interval?: number;
42
- /**
43
- * Icon class name for the "next" navigation arrow.
44
- * Typically uses FontAwesome classes (e.g., 'fc-chevron-right').
45
- * Displayed on the right side to advance to the next slide.
46
- */
47
- nextIcon?: string;
48
- /**
49
- * Icon class name for the "previous" navigation arrow.
50
- * Typically uses FontAwesome classes (e.g., 'fc-chevron-left').
51
- * Displayed on the left side to go back to the previous slide.
52
- */
53
- prevIcon?: string;
54
- /**
55
- * Additional CSS classes to apply to both navigation arrow icons.
56
- * Use this to customize the size, color, or styling of the arrow icons.
57
- */
58
- iconExtraClassNames?: string;
59
- /**
60
- * When true, displays clickable navigation arrows on the left and right sides.
61
- * Allows users to manually navigate between slides by clicking the arrows.
62
- * @default true
63
- */
64
- showArrows?: boolean;
65
- /**
66
- * When true, displays clickable dot indicators at the bottom of the carousel.
67
- * Each dot represents a slide and allows direct navigation to any slide.
68
- * The active slide's indicator is visually highlighted.
69
- * @default true
70
- */
71
- showIndicators?: boolean;
72
- /**
73
- * When true, enables continuous looping through slides.
74
- * After the last slide, clicking "next" will go to the first slide.
75
- * Before the first slide, clicking "previous" will go to the last slide.
76
- * @default true
77
- */
78
- continuous?: boolean;
79
- /**
80
- * Array of React elements to display as carousel slides.
81
- * Each item represents one slide and can contain any content including
82
- * images, text, cards, or complex components. The order determines slide sequence.
83
- */
84
- carouselItems: React.ReactNode[];
5
+ interface CarouselProps {
6
+ /**
7
+ * Test ID attribute for the carousel container used in automated testing.
8
+ * Applied to the main carousel element for test targeting and interaction.
9
+ */
10
+ testId?: string;
11
+ /**
12
+ * Additional CSS classes to apply to the carousel container.
13
+ * Use this to customize the carousel's appearance, spacing, or layout beyond default styling.
14
+ */
15
+ extraClassNames?: string;
16
+ /**
17
+ * Zero-based index of the currently visible/active slide.
18
+ * Use this for controlled carousel behavior where you manage the active slide externally.
19
+ * When not provided, the carousel manages its own internal state.
20
+ */
21
+ activeIndex?: number;
22
+ /**
23
+ * Callback function triggered when the slide changes due to user interaction or auto-sliding.
24
+ * Receives the new slide index and the direction of transition.
25
+ * Use this to sync with external state or implement custom slide change logic.
26
+ * @param nextSlide - The zero-based index of the slide that will become active
27
+ * @param direction - The direction of the slide transition ('left' or 'right')
28
+ */
29
+ onSlide?: (nextSlide: number, direction: 'left' | 'right') => void;
30
+ /**
31
+ * When true, enables automatic slide transitions at regular intervals.
32
+ * The carousel will continuously advance to the next slide without user interaction.
33
+ * Useful for image galleries, testimonials, or promotional content.
34
+ */
35
+ autoSlide?: boolean;
36
+ /**
37
+ * Time interval in milliseconds between automatic slide transitions.
38
+ * Only relevant when `autoSlide` is true. Controls how long each slide is displayed
39
+ * before automatically advancing to the next one.
40
+ * @default 3000
41
+ */
42
+ interval?: number;
43
+ /**
44
+ * Icon class name for the "next" navigation arrow.
45
+ * Typically uses FontAwesome classes (e.g., 'fc-chevron-right').
46
+ * Displayed on the right side to advance to the next slide.
47
+ */
48
+ nextIcon?: string;
49
+ /**
50
+ * Icon class name for the "previous" navigation arrow.
51
+ * Typically uses FontAwesome classes (e.g., 'fc-chevron-left').
52
+ * Displayed on the left side to go back to the previous slide.
53
+ */
54
+ prevIcon?: string;
55
+ /**
56
+ * Additional CSS classes to apply to both navigation arrow icons.
57
+ * Use this to customize the size, color, or styling of the arrow icons.
58
+ */
59
+ iconExtraClassNames?: string;
60
+ /**
61
+ * When true, displays clickable navigation arrows on the left and right sides.
62
+ * Allows users to manually navigate between slides by clicking the arrows.
63
+ * @default true
64
+ */
65
+ showArrows?: boolean;
66
+ /**
67
+ * When true, displays clickable dot indicators at the bottom of the carousel.
68
+ * Each dot represents a slide and allows direct navigation to any slide.
69
+ * The active slide's indicator is visually highlighted.
70
+ * @default true
71
+ */
72
+ showIndicators?: boolean;
73
+ /**
74
+ * When true, enables continuous looping through slides.
75
+ * After the last slide, clicking "next" will go to the first slide.
76
+ * Before the first slide, clicking "previous" will go to the last slide.
77
+ * @default true
78
+ */
79
+ continuous?: boolean;
80
+ /**
81
+ * Array of React elements to display as carousel slides.
82
+ * Each item represents one slide and can contain any content including
83
+ * images, text, cards, or complex components. The order determines slide sequence.
84
+ */
85
+ carouselItems: React.ReactNode[];
85
86
  }
87
+ //#endregion
88
+ export { CarouselProps };
@@ -1 +1,2 @@
1
- export { default } from './Carousel';
1
+ import Carousel from "./Carousel.js";
2
+ export { Carousel as default };
@@ -1,6 +1,11 @@
1
- import React from 'react';
2
- import { CheckboxProps } from './Checkbox.types';
1
+ import { CheckboxProps } from "./Checkbox.types.js";
2
+ import React from "react";
3
+
4
+ //#region src/Checkbox/Checkbox.d.ts
5
+
3
6
  /**
4
7
  * Checkbox and Radio Box Component.
5
8
  */
6
- export declare const Checkbox: React.FunctionComponent<CheckboxProps>;
9
+ declare const Checkbox: React.FunctionComponent<CheckboxProps>;
10
+ //#endregion
11
+ export { Checkbox };