@intelligencebank/connectingib 3.2.0 → 5.0.0
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/README.md +1 -2
- package/dist/components/AssetBrowser/AssetBrowser.d.ts.map +1 -1
- package/dist/components/AssetBrowser/AssetBrowser.types.d.ts +5 -1
- package/dist/components/AssetBrowser/AssetBrowser.types.d.ts.map +1 -1
- package/dist/components/AssetCard/AssetCard.d.ts +6 -2
- package/dist/components/AssetCard/AssetCard.d.ts.map +1 -1
- package/dist/components/BrowserLoginConfirmation/BrowserLoginConfirmation.d.ts.map +1 -1
- package/dist/components/BrowserLoginConfirmation/BrowserLoginConfirmation.types.d.ts +13 -1
- package/dist/components/BrowserLoginConfirmation/BrowserLoginConfirmation.types.d.ts.map +1 -1
- package/dist/components/Button/Button.d.ts.map +1 -1
- package/dist/components/Button/Button.types.d.ts +5 -1
- package/dist/components/Button/Button.types.d.ts.map +1 -1
- package/dist/components/Card/Card.d.ts.map +1 -1
- package/dist/components/Card/Card.types.d.ts +25 -1
- package/dist/components/Card/Card.types.d.ts.map +1 -1
- package/dist/components/Chip/Chip.d.ts.map +1 -1
- package/dist/components/Chip/Chip.types.d.ts +5 -1
- package/dist/components/Chip/Chip.types.d.ts.map +1 -1
- package/dist/components/DataContainerCard/DataContainerCard.d.ts +40 -0
- package/dist/components/DataContainerCard/DataContainerCard.d.ts.map +1 -0
- package/dist/components/DataContainerCard/DataContainerCard.types.d.ts +149 -0
- package/dist/components/DataContainerCard/DataContainerCard.types.d.ts.map +1 -0
- package/dist/components/DataContainerCard/index.d.ts +3 -0
- package/dist/components/DataContainerCard/index.d.ts.map +1 -0
- package/dist/components/DropZone/DropZone.d.ts.map +1 -1
- package/dist/components/DropZone/DropZone.types.d.ts +7 -1
- package/dist/components/DropZone/DropZone.types.d.ts.map +1 -1
- package/dist/components/DropdownMenu/DropdownMenu.d.ts.map +1 -1
- package/dist/components/DropdownMenu/DropdownMenu.types.d.ts +10 -8
- package/dist/components/DropdownMenu/DropdownMenu.types.d.ts.map +1 -1
- package/dist/components/FieldLabel/FieldLabel.d.ts +3 -1
- package/dist/components/FieldLabel/FieldLabel.d.ts.map +1 -1
- package/dist/components/FieldLabel/FieldLabel.types.d.ts +19 -1
- package/dist/components/FieldLabel/FieldLabel.types.d.ts.map +1 -1
- package/dist/components/FiltersPanel/FiltersPanel.d.ts.map +1 -1
- package/dist/components/FiltersPanel/FiltersPanel.types.d.ts +9 -1
- package/dist/components/FiltersPanel/FiltersPanel.types.d.ts.map +1 -1
- package/dist/components/FolderCard/FolderCard.d.ts +6 -2
- package/dist/components/FolderCard/FolderCard.d.ts.map +1 -1
- package/dist/components/FolderTree/FolderTree.d.ts.map +1 -1
- package/dist/components/FolderTree/FolderTree.types.d.ts +5 -1
- package/dist/components/FolderTree/FolderTree.types.d.ts.map +1 -1
- package/dist/components/FormControl/FormControl.d.ts.map +1 -1
- package/dist/components/FormControl/FormControl.types.d.ts +9 -1
- package/dist/components/FormControl/FormControl.types.d.ts.map +1 -1
- package/dist/components/Grid/Grid.d.ts.map +1 -1
- package/dist/components/Grid/Grid.types.d.ts +10 -2
- package/dist/components/Grid/Grid.types.d.ts.map +1 -1
- package/dist/components/Icon/Icon.d.ts +2 -2
- package/dist/components/Icon/Icon.d.ts.map +1 -1
- package/dist/components/Icon/Icon.types.d.ts +11 -3
- package/dist/components/Icon/Icon.types.d.ts.map +1 -1
- package/dist/components/Input/Input.d.ts.map +1 -1
- package/dist/components/Input/Input.types.d.ts +12 -15
- package/dist/components/Input/Input.types.d.ts.map +1 -1
- package/dist/components/Input/index.d.ts +1 -1
- package/dist/components/Input/index.d.ts.map +1 -1
- package/dist/components/LinearLoading/LinearLoading.d.ts.map +1 -1
- package/dist/components/LinearLoading/LinearLoading.types.d.ts +5 -1
- package/dist/components/LinearLoading/LinearLoading.types.d.ts.map +1 -1
- package/dist/components/LoadingPlaceholder/LoadingPlaceholder.d.ts +25 -0
- package/dist/components/LoadingPlaceholder/LoadingPlaceholder.d.ts.map +1 -0
- package/dist/components/LoadingPlaceholder/LoadingPlaceholder.types.d.ts +69 -0
- package/dist/components/LoadingPlaceholder/LoadingPlaceholder.types.d.ts.map +1 -0
- package/dist/components/LoadingPlaceholder/index.d.ts +3 -0
- package/dist/components/LoadingPlaceholder/index.d.ts.map +1 -0
- package/dist/components/LoginForm/LoginForm.d.ts.map +1 -1
- package/dist/components/LoginForm/LoginForm.types.d.ts +14 -1
- package/dist/components/LoginForm/LoginForm.types.d.ts.map +1 -1
- package/dist/components/Message/Message.d.ts +18 -13
- package/dist/components/Message/Message.d.ts.map +1 -1
- package/dist/components/Message/Message.types.d.ts +114 -3
- package/dist/components/Message/Message.types.d.ts.map +1 -1
- package/dist/components/Message/SnackbarProvider.d.ts +55 -0
- package/dist/components/Message/SnackbarProvider.d.ts.map +1 -0
- package/dist/components/Message/SnackbarProvider.types.d.ts +101 -0
- package/dist/components/Message/SnackbarProvider.types.d.ts.map +1 -0
- package/dist/components/Message/SnackbarStack.d.ts +33 -0
- package/dist/components/Message/SnackbarStack.d.ts.map +1 -0
- package/dist/components/Message/SnackbarStack.types.d.ts +81 -0
- package/dist/components/Message/SnackbarStack.types.d.ts.map +1 -0
- package/dist/components/Message/index.d.ts +15 -2
- package/dist/components/Message/index.d.ts.map +1 -1
- package/dist/components/MetadataDetails/MetadataDetails.d.ts +49 -0
- package/dist/components/MetadataDetails/MetadataDetails.d.ts.map +1 -0
- package/dist/components/MetadataDetails/MetadataDetails.types.d.ts +80 -0
- package/dist/components/MetadataDetails/MetadataDetails.types.d.ts.map +1 -0
- package/dist/components/MetadataDetails/index.d.ts +3 -0
- package/dist/components/MetadataDetails/index.d.ts.map +1 -0
- package/dist/components/Modal/Modal.d.ts +1 -1
- package/dist/components/Modal/Modal.d.ts.map +1 -1
- package/dist/components/Modal/Modal.types.d.ts +53 -27
- package/dist/components/Modal/Modal.types.d.ts.map +1 -1
- package/dist/components/Multiselect/Multiselect.d.ts.map +1 -1
- package/dist/components/Multiselect/Multiselect.types.d.ts +31 -4
- package/dist/components/Multiselect/Multiselect.types.d.ts.map +1 -1
- package/dist/components/NavBar/NavBar.d.ts +1 -1
- package/dist/components/NavBar/NavBar.d.ts.map +1 -1
- package/dist/components/NavBar/NavBar.types.d.ts +13 -2
- package/dist/components/NavBar/NavBar.types.d.ts.map +1 -1
- package/dist/components/Paginator/Paginator.d.ts +1 -1
- package/dist/components/Paginator/Paginator.d.ts.map +1 -1
- package/dist/components/Paginator/Paginator.types.d.ts +5 -16
- package/dist/components/Paginator/Paginator.types.d.ts.map +1 -1
- package/dist/components/PresetSelector/PresetSelector.d.ts +1 -1
- package/dist/components/PresetSelector/PresetSelector.d.ts.map +1 -1
- package/dist/components/PresetSelector/PresetSelector.types.d.ts +9 -1
- package/dist/components/PresetSelector/PresetSelector.types.d.ts.map +1 -1
- package/dist/components/Radio/Radio.d.ts.map +1 -1
- package/dist/components/Radio/RadioGroup.d.ts.map +1 -1
- package/dist/components/RiskCard/RiskCard.d.ts +38 -0
- package/dist/components/RiskCard/RiskCard.d.ts.map +1 -0
- package/dist/components/RiskCard/RiskCard.types.d.ts +100 -0
- package/dist/components/RiskCard/RiskCard.types.d.ts.map +1 -0
- package/dist/components/RiskCard/index.d.ts +3 -0
- package/dist/components/RiskCard/index.d.ts.map +1 -0
- package/dist/components/SearchForm/SearchForm.d.ts.map +1 -1
- package/dist/components/SearchForm/SearchForm.types.d.ts +5 -1
- package/dist/components/SearchForm/SearchForm.types.d.ts.map +1 -1
- package/dist/components/Select/Select.d.ts +0 -1
- package/dist/components/Select/Select.d.ts.map +1 -1
- package/dist/components/Select/Select.types.d.ts +27 -19
- package/dist/components/Select/Select.types.d.ts.map +1 -1
- package/dist/components/Spinner/Spinner.d.ts +2 -2
- package/dist/components/Spinner/Spinner.d.ts.map +1 -1
- package/dist/components/Spinner/Spinner.types.d.ts +17 -8
- package/dist/components/Spinner/Spinner.types.d.ts.map +1 -1
- package/dist/components/Status/Status.d.ts.map +1 -1
- package/dist/components/Status/Status.types.d.ts +5 -1
- package/dist/components/Status/Status.types.d.ts.map +1 -1
- package/dist/components/StickyFooter/StickyFooter.d.ts +40 -0
- package/dist/components/StickyFooter/StickyFooter.d.ts.map +1 -0
- package/dist/components/StickyFooter/StickyFooter.types.d.ts +69 -0
- package/dist/components/StickyFooter/StickyFooter.types.d.ts.map +1 -0
- package/dist/components/StickyFooter/index.d.ts +3 -0
- package/dist/components/StickyFooter/index.d.ts.map +1 -0
- package/dist/components/Switch/Switch.d.ts.map +1 -1
- package/dist/components/Switch/Switch.types.d.ts +9 -1
- package/dist/components/Switch/Switch.types.d.ts.map +1 -1
- package/dist/components/Tabs/Tabs.types.d.ts +2 -2
- package/dist/components/Tabs/Tabs.types.d.ts.map +1 -1
- package/dist/components/TextArea/TextArea.d.ts.map +1 -1
- package/dist/components/TextArea/TextArea.types.d.ts +9 -1
- package/dist/components/TextArea/TextArea.types.d.ts.map +1 -1
- package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/components/Tooltip/Tooltip.types.d.ts +16 -2
- package/dist/components/Tooltip/Tooltip.types.d.ts.map +1 -1
- package/dist/components/index.d.ts +12 -16
- package/dist/components/index.d.ts.map +1 -1
- package/dist/connectingib.css +1 -1
- package/dist/index.js +1196 -1054
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9975 -9420
- package/dist/index.mjs.map +1 -1
- package/dist/theme/colors.d.ts +29 -29
- package/dist/theme/colors.d.ts.map +1 -1
- package/dist/theme/index.d.ts +65 -35
- package/dist/theme/index.d.ts.map +1 -1
- package/dist/theme/typography.d.ts +103 -0
- package/dist/theme/typography.d.ts.map +1 -0
- package/dist/tokens/index.d.ts +0 -1
- package/dist/tokens/index.d.ts.map +1 -1
- package/dist/tokens/index.js.map +1 -1
- package/dist/tokens/index.mjs.map +1 -1
- package/dist/utils/file-formats.d.ts +1 -1
- package/package.json +1 -1
- package/dist/components/Accordion/Accordion.d.ts +0 -32
- package/dist/components/Accordion/Accordion.d.ts.map +0 -1
- package/dist/components/Accordion/Accordion.types.d.ts +0 -102
- package/dist/components/Accordion/Accordion.types.d.ts.map +0 -1
- package/dist/components/Accordion/index.d.ts +0 -3
- package/dist/components/Accordion/index.d.ts.map +0 -1
- package/dist/components/AssistiveMessage/AssistiveMessage.d.ts +0 -19
- package/dist/components/AssistiveMessage/AssistiveMessage.d.ts.map +0 -1
- package/dist/components/AssistiveMessage/AssistiveMessage.types.d.ts +0 -19
- package/dist/components/AssistiveMessage/AssistiveMessage.types.d.ts.map +0 -1
- package/dist/components/AssistiveMessage/index.d.ts +0 -7
- package/dist/components/AssistiveMessage/index.d.ts.map +0 -1
- package/dist/components/ErrorMessage/ErrorMessage.d.ts +0 -19
- package/dist/components/ErrorMessage/ErrorMessage.d.ts.map +0 -1
- package/dist/components/ErrorMessage/ErrorMessage.types.d.ts +0 -28
- package/dist/components/ErrorMessage/ErrorMessage.types.d.ts.map +0 -1
- package/dist/components/ErrorMessage/index.d.ts +0 -7
- package/dist/components/ErrorMessage/index.d.ts.map +0 -1
- package/dist/components/Overlay/Overlay.d.ts +0 -35
- package/dist/components/Overlay/Overlay.d.ts.map +0 -1
- package/dist/components/Overlay/Overlay.types.d.ts +0 -121
- package/dist/components/Overlay/Overlay.types.d.ts.map +0 -1
- package/dist/components/Overlay/index.d.ts +0 -7
- package/dist/components/Overlay/index.d.ts.map +0 -1
- package/dist/components/SingleDataComponent/SingleDataComponent.d.ts +0 -32
- package/dist/components/SingleDataComponent/SingleDataComponent.d.ts.map +0 -1
- package/dist/components/SingleDataComponent/SingleDataComponent.types.d.ts +0 -51
- package/dist/components/SingleDataComponent/SingleDataComponent.types.d.ts.map +0 -1
- package/dist/components/SingleDataComponent/index.d.ts +0 -3
- package/dist/components/SingleDataComponent/index.d.ts.map +0 -1
- package/dist/components/Snackbar/Snackbar.d.ts +0 -7
- package/dist/components/Snackbar/Snackbar.d.ts.map +0 -1
- package/dist/components/Snackbar/Snackbar.types.d.ts +0 -75
- package/dist/components/Snackbar/Snackbar.types.d.ts.map +0 -1
- package/dist/components/Snackbar/SnackbarProvider.d.ts +0 -7
- package/dist/components/Snackbar/SnackbarProvider.d.ts.map +0 -1
- package/dist/components/Snackbar/index.d.ts +0 -4
- package/dist/components/Snackbar/index.d.ts.map +0 -1
- package/dist/components/WarningMessage/WarningMessage.d.ts +0 -19
- package/dist/components/WarningMessage/WarningMessage.d.ts.map +0 -1
- package/dist/components/WarningMessage/WarningMessage.types.d.ts +0 -28
- package/dist/components/WarningMessage/WarningMessage.types.d.ts.map +0 -1
- package/dist/components/WarningMessage/index.d.ts +0 -7
- package/dist/components/WarningMessage/index.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../src/components/Select/Select.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../src/components/Select/Select.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,WAAW,EAA+B,MAAM,gBAAgB,CAAC;AA2W/E;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,MAAM,wGA8XjB,CAAC;AAIH,eAAe,MAAM,CAAC"}
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import { ReactNode, RefObject } from 'react';
|
|
1
|
+
import { ReactNode, RefObject, CSSProperties } from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* Font size value - can be a theme token key or a CSS value
|
|
4
|
+
*/
|
|
5
|
+
export type FontSizeValue = 'xs' | 'sm' | 'base' | 'md' | 'lg' | 'xl' | CSSProperties['fontSize'];
|
|
2
6
|
/**
|
|
3
7
|
* Option for the Select component
|
|
4
8
|
*/
|
|
@@ -13,7 +17,6 @@ export interface SelectOption {
|
|
|
13
17
|
icon?: ReactNode;
|
|
14
18
|
/**
|
|
15
19
|
* Whether the option is fixed (cannot be removed in multi-select)
|
|
16
|
-
* @since Phase 6 - ib-ui compatibility
|
|
17
20
|
*/
|
|
18
21
|
isFixed?: boolean;
|
|
19
22
|
}
|
|
@@ -31,8 +34,8 @@ export interface SelectProps {
|
|
|
31
34
|
label?: string;
|
|
32
35
|
/** Placeholder text when no value is selected */
|
|
33
36
|
placeholder?: string;
|
|
34
|
-
/** Size variant */
|
|
35
|
-
size?: 'sm' | 'md'
|
|
37
|
+
/** Size variant (sm: 32px, md: 36px) */
|
|
38
|
+
size?: 'sm' | 'md';
|
|
36
39
|
/** Visual variant */
|
|
37
40
|
variant?: 'default' | 'filled' | 'outlined';
|
|
38
41
|
/** Error state */
|
|
@@ -51,11 +54,14 @@ export interface SelectProps {
|
|
|
51
54
|
className?: string;
|
|
52
55
|
/** Accessible name */
|
|
53
56
|
'aria-label'?: string;
|
|
54
|
-
/** Test ID for testing */
|
|
57
|
+
/** Test ID for testing (deprecated, use dataTestId) */
|
|
55
58
|
'data-testid'?: string;
|
|
59
|
+
/** Test identifier for automated testing */
|
|
60
|
+
dataTestId?: string;
|
|
61
|
+
/** Data identifier for ib-ui compatibility */
|
|
62
|
+
dataId?: string;
|
|
56
63
|
/**
|
|
57
64
|
* Alias for searchable - ib-ui compatibility
|
|
58
|
-
* @since Phase 6
|
|
59
65
|
*/
|
|
60
66
|
isSearchable?: boolean;
|
|
61
67
|
/**
|
|
@@ -65,68 +71,70 @@ export interface SelectProps {
|
|
|
65
71
|
clearable?: boolean;
|
|
66
72
|
/**
|
|
67
73
|
* Show a clear button to reset the selection
|
|
68
|
-
* @since Phase 6 - ib-ui compatibility
|
|
69
74
|
*/
|
|
70
75
|
isClearable?: boolean;
|
|
71
76
|
/**
|
|
72
77
|
* Whether the select is loading
|
|
73
|
-
* @since Phase 6 - ib-ui compatibility
|
|
74
78
|
*/
|
|
75
79
|
isLoading?: boolean;
|
|
76
80
|
/**
|
|
77
81
|
* Assistive text displayed below the select
|
|
78
|
-
* @since Phase 6 - ib-ui compatibility
|
|
79
82
|
*/
|
|
80
83
|
assistiveText?: string | ReactNode;
|
|
81
84
|
/**
|
|
82
85
|
* Callback when menu opens
|
|
83
|
-
* @since Phase 6 - ib-ui compatibility
|
|
84
86
|
*/
|
|
85
87
|
onMenuOpen?: () => void;
|
|
86
88
|
/**
|
|
87
89
|
* Callback when menu closes
|
|
88
|
-
* @since Phase 6 - ib-ui compatibility
|
|
89
90
|
*/
|
|
90
91
|
onMenuClose?: () => void;
|
|
91
92
|
/**
|
|
92
93
|
* Callback when search input changes
|
|
93
|
-
* @since Phase 6 - ib-ui compatibility
|
|
94
94
|
*/
|
|
95
95
|
onInputChange?: (inputValue: string) => void;
|
|
96
96
|
/**
|
|
97
97
|
* Ref to the select element
|
|
98
|
-
* @since Phase 6 - ib-ui compatibility
|
|
99
98
|
*/
|
|
100
99
|
selectRef?: RefObject<HTMLDivElement>;
|
|
101
100
|
/**
|
|
102
101
|
* Custom name for form submission
|
|
103
|
-
* @since Phase 6 - ib-ui compatibility
|
|
104
102
|
*/
|
|
105
103
|
name?: string;
|
|
106
104
|
/**
|
|
107
105
|
* Menu placement relative to the trigger
|
|
108
|
-
* @since Phase 6 - ib-ui compatibility
|
|
109
106
|
*/
|
|
110
107
|
menuPlacement?: 'auto' | 'bottom' | 'top';
|
|
111
108
|
/**
|
|
112
109
|
* aria-describedby attribute
|
|
113
|
-
* @since Phase 6 - ib-ui compatibility
|
|
114
110
|
*/
|
|
115
111
|
'aria-describedby'?: string;
|
|
116
112
|
/**
|
|
117
113
|
* aria-labelledby attribute
|
|
118
|
-
* @since Phase 6 - ib-ui compatibility
|
|
119
114
|
*/
|
|
120
115
|
'aria-labelledby'?: string;
|
|
121
116
|
/**
|
|
122
117
|
* No results message when filtering
|
|
123
|
-
* @since Phase 6
|
|
124
118
|
*/
|
|
125
119
|
noResultsMessage?: string;
|
|
126
120
|
/**
|
|
127
121
|
* Search placeholder text
|
|
128
|
-
* @since Phase 6
|
|
129
122
|
*/
|
|
130
123
|
searchPlaceholder?: string;
|
|
124
|
+
/**
|
|
125
|
+
* Font size for the field label
|
|
126
|
+
* Can be a theme token key ('xs', 'sm', 'base', 'md', 'lg', 'xl') or CSS value
|
|
127
|
+
*/
|
|
128
|
+
labelFontSize?: FontSizeValue;
|
|
129
|
+
/**
|
|
130
|
+
* Font size for the selected value display
|
|
131
|
+
* Can be a theme token key ('xs', 'sm', 'base', 'md', 'lg', 'xl') or CSS value
|
|
132
|
+
*/
|
|
133
|
+
selectedFontSize?: FontSizeValue;
|
|
134
|
+
/**
|
|
135
|
+
* Font size for options in the dropdown menu
|
|
136
|
+
* Can be a theme token key ('xs', 'sm', 'base', 'md', 'lg', 'xl') or CSS value
|
|
137
|
+
*/
|
|
138
|
+
optionFontSize?: FontSizeValue;
|
|
131
139
|
}
|
|
132
140
|
//# sourceMappingURL=Select.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Select.types.d.ts","sourceRoot":"","sources":["../../../src/components/Select/Select.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Select.types.d.ts","sourceRoot":"","sources":["../../../src/components/Select/Select.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAEjE;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,aAAa,CAAC,UAAU,CAAC,CAAC;AAElG;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,kCAAkC;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,mCAAmC;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,qCAAqC;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,+CAA+C;IAC/C,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B,+BAA+B;IAC/B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,qDAAqD;IACrD,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACzC,yCAAyC;IACzC,OAAO,EAAE,YAAY,EAAE,CAAC;IACxB,2BAA2B;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,iDAAiD;IACjD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,wCAAwC;IACxC,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB,qBAAqB;IACrB,OAAO,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,UAAU,CAAC;IAC5C,kBAAkB;IAClB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,+BAA+B;IAC/B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,qBAAqB;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,oCAAoC;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iBAAiB;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,yCAAyC;IACzC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,6BAA6B;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sBAAsB;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,uDAAuD;IACvD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,4CAA4C;IAC5C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,8CAA8C;IAC9C,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAEnC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IAExB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IAEzB;;OAEG;IACH,aAAa,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IAE7C;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC,cAAc,CAAC,CAAC;IAEtC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,KAAK,CAAC;IAE1C;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAI3B;;;OAGG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;IAE9B;;;OAGG;IACH,gBAAgB,CAAC,EAAE,aAAa,CAAC;IAEjC;;;OAGG;IACH,cAAc,CAAC,EAAE,aAAa,CAAC;CAChC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SpinnerProps } from './Spinner.types';
|
|
2
2
|
/**
|
|
3
3
|
* Spinner component - Loading indicator with multiple variants
|
|
4
|
-
*
|
|
4
|
+
* Supports determinate mode and withLabel option
|
|
5
5
|
*
|
|
6
6
|
* @example
|
|
7
7
|
* ```tsx
|
|
@@ -18,7 +18,7 @@ import { SpinnerProps } from './Spinner.types';
|
|
|
18
18
|
* // Centered in container
|
|
19
19
|
* <Spinner centered />
|
|
20
20
|
*
|
|
21
|
-
* // Determinate progress
|
|
21
|
+
* // Determinate progress
|
|
22
22
|
* <Spinner progressMode="determinate" value={75} withLabel />
|
|
23
23
|
*
|
|
24
24
|
* // Custom size and thickness
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Spinner.d.ts","sourceRoot":"","sources":["../../../src/components/Spinner/Spinner.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"Spinner.d.ts","sourceRoot":"","sources":["../../../src/components/Spinner/Spinner.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAwPpD;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,eAAO,MAAM,OAAO,yGAgKnB,CAAC;AAIF,eAAe,OAAO,CAAC"}
|
|
@@ -7,7 +7,6 @@ export type SpinnerSpeed = 'slow' | 'normal' | 'fast';
|
|
|
7
7
|
* - 'indeterminate': Continuous animation (default)
|
|
8
8
|
* - 'determinate': Shows progress based on value prop
|
|
9
9
|
* - 'static': No animation, shows fixed progress
|
|
10
|
-
* @since Phase 6 - ib-ui compatibility
|
|
11
10
|
*/
|
|
12
11
|
export type SpinnerProgressMode = 'indeterminate' | 'determinate' | 'static';
|
|
13
12
|
export interface SpinnerProps {
|
|
@@ -46,47 +45,57 @@ export interface SpinnerProps {
|
|
|
46
45
|
*/
|
|
47
46
|
className?: string;
|
|
48
47
|
/**
|
|
49
|
-
* Test ID for testing
|
|
48
|
+
* Test ID for testing (deprecated, use dataTestId)
|
|
50
49
|
*/
|
|
51
50
|
'data-testid'?: string;
|
|
51
|
+
/**
|
|
52
|
+
* Test identifier for automated testing
|
|
53
|
+
*/
|
|
54
|
+
dataTestId?: string;
|
|
55
|
+
/**
|
|
56
|
+
* Data identifier for ib-ui compatibility
|
|
57
|
+
*/
|
|
58
|
+
dataId?: string;
|
|
52
59
|
/**
|
|
53
60
|
* Progress mode for circular variant
|
|
54
61
|
* Only applies to 'circular' variant
|
|
55
62
|
* @default 'indeterminate'
|
|
56
|
-
* @since Phase 6 - ib-ui compatibility
|
|
57
63
|
*/
|
|
58
64
|
progressMode?: SpinnerProgressMode;
|
|
59
65
|
/**
|
|
60
66
|
* Progress value (0-100) for determinate mode
|
|
61
67
|
* Only applies when progressMode is 'determinate' or 'static'
|
|
62
|
-
* @since Phase 6 - ib-ui compatibility
|
|
63
68
|
*/
|
|
64
69
|
value?: number;
|
|
65
70
|
/**
|
|
66
71
|
* Thickness of the circular progress line (1-10)
|
|
67
72
|
* Only applies to 'circular' variant
|
|
68
73
|
* @default 4
|
|
69
|
-
* @since Phase 6 - ib-ui compatibility
|
|
70
74
|
*/
|
|
71
75
|
thickness?: number;
|
|
72
76
|
/**
|
|
73
77
|
* Whether to show the percentage label inside the spinner
|
|
74
78
|
* Only applies when progressMode is 'determinate' and variant is 'circular'
|
|
75
79
|
* @default false
|
|
76
|
-
* @since Phase 6 - ib-ui compatibility
|
|
77
80
|
*/
|
|
78
81
|
withLabel?: boolean;
|
|
79
82
|
/**
|
|
80
83
|
* Custom label formatter for determinate mode
|
|
81
84
|
* @example labelFormatter={(value) => `${value}%`}
|
|
82
|
-
* @since Phase 6 - ib-ui compatibility
|
|
83
85
|
*/
|
|
84
86
|
labelFormatter?: (value: number) => string;
|
|
85
87
|
/**
|
|
86
88
|
* Custom color string (CSS color value)
|
|
87
89
|
* Overrides the color prop when provided
|
|
88
|
-
* @since Phase 6 - ib-ui compatibility
|
|
89
90
|
*/
|
|
90
91
|
customColor?: string;
|
|
92
|
+
/**
|
|
93
|
+
* Use smooth, consistent rotation animation
|
|
94
|
+
* When true, uses a simple border-based spinner that rotates at constant speed
|
|
95
|
+
* When false (default), uses the stroke-dasharray animation with varying speed
|
|
96
|
+
* Only applies to 'circular' variant in 'indeterminate' mode
|
|
97
|
+
* @default false
|
|
98
|
+
*/
|
|
99
|
+
smooth?: boolean;
|
|
91
100
|
}
|
|
92
101
|
//# sourceMappingURL=Spinner.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Spinner.types.d.ts","sourceRoot":"","sources":["../../../src/components/Spinner/Spinner.types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;AACpE,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,WAAW,GAAG,OAAO,GAAG,SAAS,CAAC;AACzE,MAAM,MAAM,cAAc,GAAG,UAAU,GAAG,MAAM,GAAG,MAAM,CAAC;AAC1D,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC;AAEtD
|
|
1
|
+
{"version":3,"file":"Spinner.types.d.ts","sourceRoot":"","sources":["../../../src/components/Spinner/Spinner.types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;AACpE,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,WAAW,GAAG,OAAO,GAAG,SAAS,CAAC;AACzE,MAAM,MAAM,cAAc,GAAG,UAAU,GAAG,MAAM,GAAG,MAAM,CAAC;AAC1D,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC;AAEtD;;;;;GAKG;AACH,MAAM,MAAM,mBAAmB,GAAG,eAAe,GAAG,aAAa,GAAG,QAAQ,CAAC;AAE7E,MAAM,WAAW,YAAY;IAC3B;;;OAGG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC;IAEnB;;;OAGG;IACH,KAAK,CAAC,EAAE,YAAY,CAAC;IAErB;;;OAGG;IACH,OAAO,CAAC,EAAE,cAAc,CAAC;IAEzB;;;OAGG;IACH,KAAK,CAAC,EAAE,YAAY,CAAC;IAErB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;;OAIG;IACH,YAAY,CAAC,EAAE,mBAAmB,CAAC;IAEnC;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;IAE3C;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Status.d.ts","sourceRoot":"","sources":["../../../src/components/Status/Status.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAyC,MAAM,gBAAgB,CAAC;AA6TzF,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"Status.d.ts","sourceRoot":"","sources":["../../../src/components/Status/Status.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAyC,MAAM,gBAAgB,CAAC;AA6TzF,eAAO,MAAM,MAAM,yGA4ClB,CAAC"}
|
|
@@ -23,7 +23,11 @@ export interface StatusProps {
|
|
|
23
23
|
pulse?: boolean;
|
|
24
24
|
/** Additional CSS class */
|
|
25
25
|
className?: string;
|
|
26
|
-
/** Test ID for testing */
|
|
26
|
+
/** Test ID for testing (deprecated, use dataTestId) */
|
|
27
27
|
'data-testid'?: string;
|
|
28
|
+
/** Test identifier for automated testing */
|
|
29
|
+
dataTestId?: string;
|
|
30
|
+
/** Data identifier for ib-ui compatibility */
|
|
31
|
+
dataId?: string;
|
|
28
32
|
}
|
|
29
33
|
//# sourceMappingURL=Status.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Status.types.d.ts","sourceRoot":"","sources":["../../../src/components/Status/Status.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,0BAA0B;AAC1B,MAAM,MAAM,UAAU,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAAC;AAE1F,0BAA0B;AAC1B,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAEtD,6BAA6B;AAC7B,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,UAAU,GAAG,KAAK,CAAC;AAE1D,qCAAqC;AACrC,MAAM,WAAW,WAAW;IAC1B,sCAAsC;IACtC,IAAI,EAAE,UAAU,CAAC;IACjB,gCAAgC;IAChC,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,mCAAmC;IACnC,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,mCAAmC;IACnC,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,sCAAsC;IACtC,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,8BAA8B;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,2EAA2E;IAC3E,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,2BAA2B;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,
|
|
1
|
+
{"version":3,"file":"Status.types.d.ts","sourceRoot":"","sources":["../../../src/components/Status/Status.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,0BAA0B;AAC1B,MAAM,MAAM,UAAU,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAAC;AAE1F,0BAA0B;AAC1B,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAEtD,6BAA6B;AAC7B,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,UAAU,GAAG,KAAK,CAAC;AAE1D,qCAAqC;AACrC,MAAM,WAAW,WAAW;IAC1B,sCAAsC;IACtC,IAAI,EAAE,UAAU,CAAC;IACjB,gCAAgC;IAChC,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,mCAAmC;IACnC,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,mCAAmC;IACnC,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,sCAAsC;IACtC,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,8BAA8B;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,2EAA2E;IAC3E,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,2BAA2B;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,uDAAuD;IACvD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,4CAA4C;IAC5C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,8CAA8C;IAC9C,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { StickyFooterProps } from './StickyFooter.types';
|
|
3
|
+
/**
|
|
4
|
+
* StickyFooter is a container component that is fixed to the bottom of the viewport,
|
|
5
|
+
* providing a consistent area for action buttons and controls. Content scrolls behind
|
|
6
|
+
* the footer while it remains always visible at the bottom.
|
|
7
|
+
*
|
|
8
|
+
* Key features:
|
|
9
|
+
* - Fixed positioning at the bottom of the viewport (100% width)
|
|
10
|
+
* - Configurable padding, border radius, and shadow
|
|
11
|
+
* - Optional border for visual separation
|
|
12
|
+
* - Accepts any children (buttons, forms, etc.)
|
|
13
|
+
*
|
|
14
|
+
* Note: When using this component, ensure the parent container has appropriate
|
|
15
|
+
* bottom padding to prevent content from being hidden behind the fixed footer.
|
|
16
|
+
*
|
|
17
|
+
* @example
|
|
18
|
+
* ```tsx
|
|
19
|
+
* // Basic usage with a single button
|
|
20
|
+
* <StickyFooter>
|
|
21
|
+
* <Button variant="primary" fullWidth>Submit</Button>
|
|
22
|
+
* </StickyFooter>
|
|
23
|
+
*
|
|
24
|
+
* // With custom styling
|
|
25
|
+
* <StickyFooter padding="lg" shadow="md" borderRadius="lg">
|
|
26
|
+
* <Button variant="primary" fullWidth>Send to IntelligenceBank</Button>
|
|
27
|
+
* </StickyFooter>
|
|
28
|
+
*
|
|
29
|
+
* // Multiple buttons
|
|
30
|
+
* <StickyFooter>
|
|
31
|
+
* <div style={{ display: 'flex', gap: '8px' }}>
|
|
32
|
+
* <Button variant="secondary" style={{ flex: 1 }}>Cancel</Button>
|
|
33
|
+
* <Button variant="primary" style={{ flex: 1 }}>Submit</Button>
|
|
34
|
+
* </div>
|
|
35
|
+
* </StickyFooter>
|
|
36
|
+
* ```
|
|
37
|
+
*/
|
|
38
|
+
export declare const StickyFooter: React.FC<StickyFooterProps>;
|
|
39
|
+
export default StickyFooter;
|
|
40
|
+
//# sourceMappingURL=StickyFooter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StickyFooter.d.ts","sourceRoot":"","sources":["../../../src/components/StickyFooter/StickyFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EACV,iBAAiB,EAIlB,MAAM,sBAAsB,CAAC;AAwF9B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA6BpD,CAAC;AAIF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { ReactNode, CSSProperties } from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* Padding options for the footer content
|
|
4
|
+
*/
|
|
5
|
+
export type StickyFooterPadding = 'none' | 'sm' | 'md' | 'lg';
|
|
6
|
+
/**
|
|
7
|
+
* Border radius options for the footer
|
|
8
|
+
*/
|
|
9
|
+
export type StickyFooterBorderRadius = 'none' | 'sm' | 'md' | 'lg';
|
|
10
|
+
/**
|
|
11
|
+
* Shadow intensity options for the footer
|
|
12
|
+
*/
|
|
13
|
+
export type StickyFooterShadow = 'none' | 'sm' | 'md' | 'lg';
|
|
14
|
+
/**
|
|
15
|
+
* Props for the StickyFooter component
|
|
16
|
+
*/
|
|
17
|
+
export interface StickyFooterProps {
|
|
18
|
+
/**
|
|
19
|
+
* The content to be displayed inside the footer.
|
|
20
|
+
* Typically buttons or action elements.
|
|
21
|
+
*/
|
|
22
|
+
children: ReactNode;
|
|
23
|
+
/**
|
|
24
|
+
* Padding around the footer content.
|
|
25
|
+
* @default 'md'
|
|
26
|
+
*/
|
|
27
|
+
padding?: StickyFooterPadding;
|
|
28
|
+
/**
|
|
29
|
+
* Border radius of the footer (top corners only).
|
|
30
|
+
* @default 'none'
|
|
31
|
+
*/
|
|
32
|
+
borderRadius?: StickyFooterBorderRadius;
|
|
33
|
+
/**
|
|
34
|
+
* Shadow above the footer for visual separation from content.
|
|
35
|
+
* @default 'sm'
|
|
36
|
+
*/
|
|
37
|
+
shadow?: StickyFooterShadow;
|
|
38
|
+
/**
|
|
39
|
+
* Whether to show a border at the top of the footer.
|
|
40
|
+
* @default true
|
|
41
|
+
*/
|
|
42
|
+
showBorder?: boolean;
|
|
43
|
+
/**
|
|
44
|
+
* Custom border color. When undefined, uses default theme border color.
|
|
45
|
+
*/
|
|
46
|
+
borderColor?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Background color of the footer.
|
|
49
|
+
* When undefined, uses white/default background.
|
|
50
|
+
*/
|
|
51
|
+
backgroundColor?: string;
|
|
52
|
+
/**
|
|
53
|
+
* Data attribute for tracking/analytics (e.g., Pendo).
|
|
54
|
+
*/
|
|
55
|
+
dataId?: string;
|
|
56
|
+
/**
|
|
57
|
+
* data-testid attribute for testing purposes.
|
|
58
|
+
*/
|
|
59
|
+
dataTestId?: string;
|
|
60
|
+
/**
|
|
61
|
+
* Additional CSS class name for custom styling.
|
|
62
|
+
*/
|
|
63
|
+
className?: string;
|
|
64
|
+
/**
|
|
65
|
+
* Inline styles applied to the footer container.
|
|
66
|
+
*/
|
|
67
|
+
style?: CSSProperties;
|
|
68
|
+
}
|
|
69
|
+
//# sourceMappingURL=StickyFooter.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StickyFooter.types.d.ts","sourceRoot":"","sources":["../../../src/components/StickyFooter/StickyFooter.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAEtD;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE9D;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEnE;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE7D;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC;;;OAGG;IACH,QAAQ,EAAE,SAAS,CAAC;IAEpB;;;OAGG;IACH,OAAO,CAAC,EAAE,mBAAmB,CAAC;IAE9B;;;OAGG;IACH,YAAY,CAAC,EAAE,wBAAwB,CAAC;IAExC;;;OAGG;IACH,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAE5B;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,KAAK,CAAC,EAAE,aAAa,CAAC;CACvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/StickyFooter/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AACvD,YAAY,EACV,iBAAiB,EACjB,mBAAmB,EACnB,wBAAwB,EACxB,kBAAkB,GACnB,MAAM,sBAAsB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../src/components/Switch/Switch.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../src/components/Switch/Switch.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAqLlD;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,eAAO,MAAM,MAAM,0GA8HlB,CAAC;AAIF,eAAe,MAAM,CAAC"}
|
|
@@ -70,8 +70,16 @@ export interface SwitchProps {
|
|
|
70
70
|
*/
|
|
71
71
|
className?: string;
|
|
72
72
|
/**
|
|
73
|
-
* Test ID for testing purposes
|
|
73
|
+
* Test ID for testing purposes (deprecated, use dataTestId)
|
|
74
74
|
*/
|
|
75
75
|
'data-testid'?: string;
|
|
76
|
+
/**
|
|
77
|
+
* Test identifier for automated testing
|
|
78
|
+
*/
|
|
79
|
+
dataTestId?: string;
|
|
80
|
+
/**
|
|
81
|
+
* Data identifier for ib-ui compatibility
|
|
82
|
+
*/
|
|
83
|
+
dataId?: string;
|
|
76
84
|
}
|
|
77
85
|
//# sourceMappingURL=Switch.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Switch.types.d.ts","sourceRoot":"","sources":["../../../src/components/Switch/Switch.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE5C;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,CAAC,UAAU,GAAG,KAAK,CAAC,aAAa,KAAK,IAAI,CAAC;IAErF;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAEjC;;;OAGG;IACH,IAAI,CAAC,EAAE,UAAU,CAAC;IAElB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IAEzB;;OAEG;IACH,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAE7B;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IAErB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"Switch.types.d.ts","sourceRoot":"","sources":["../../../src/components/Switch/Switch.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE5C;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,CAAC,UAAU,GAAG,KAAK,CAAC,aAAa,KAAK,IAAI,CAAC;IAErF;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAEjC;;;OAGG;IACH,IAAI,CAAC,EAAE,UAAU,CAAC;IAElB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IAEzB;;OAEG;IACH,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAE7B;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IAErB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -11,9 +11,9 @@ export interface Tab {
|
|
|
11
11
|
icon?: ReactNode;
|
|
12
12
|
/** Whether the tab is disabled */
|
|
13
13
|
disabled?: boolean;
|
|
14
|
-
/** Badge text to display after the label
|
|
14
|
+
/** Badge text to display after the label */
|
|
15
15
|
badgeText?: ReactNode;
|
|
16
|
-
/** Tooltip content for the tab
|
|
16
|
+
/** Tooltip content for the tab */
|
|
17
17
|
tooltip?: ReactNode;
|
|
18
18
|
/** Data attribute for the tab */
|
|
19
19
|
dataId?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tabs.types.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/Tabs.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC;;GAEG;AACH,MAAM,WAAW,GAAG;IAClB,oCAAoC;IACpC,EAAE,EAAE,MAAM,CAAC;IACX,gCAAgC;IAChC,KAAK,EAAE,SAAS,CAAC;IACjB,gDAAgD;IAChD,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,kCAAkC;IAClC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,
|
|
1
|
+
{"version":3,"file":"Tabs.types.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/Tabs.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC;;GAEG;AACH,MAAM,WAAW,GAAG;IAClB,oCAAoC;IACpC,EAAE,EAAE,MAAM,CAAC;IACX,gCAAgC;IAChC,KAAK,EAAE,SAAS,CAAC;IACjB,gDAAgD;IAChD,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,kCAAkC;IAClC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,4CAA4C;IAC5C,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,kCAAkC;IAClC,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,iCAAiC;IACjC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,gCAAgC;IAChC,OAAO,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,CAAC,UAAU,GAAG,KAAK,CAAC,aAAa,KAAK,IAAI,CAAC;CACpE;AAED;;;GAGG;AACH,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,OAAO,GAAG,WAAW,GAAG,SAAS,CAAC;AAExE;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE1C;;GAEG;AACH,MAAM,WAAW,SAAS;IACxB,kCAAkC;IAClC,IAAI,EAAE,GAAG,EAAE,CAAC;IACZ,qCAAqC;IACrC,SAAS,EAAE,MAAM,CAAC;IAClB,sCAAsC;IACtC,WAAW,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,qBAAqB;IACrB,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,mBAAmB;IACnB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,+CAA+C;IAC/C,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,6EAA6E;IAC7E,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,kEAAkE;IAClE,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,6BAA6B;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,uCAAuC;IACvC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,0BAA0B;IAC1B,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../src/components/TextArea/TextArea.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../src/components/TextArea/TextArea.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,aAAa,EAAkB,MAAM,kBAAkB,CAAC;AAkGtE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,eAAO,MAAM,QAAQ,+GAkKpB,CAAC;AAIF,eAAe,QAAQ,CAAC"}
|
|
@@ -92,9 +92,17 @@ export interface TextAreaProps {
|
|
|
92
92
|
*/
|
|
93
93
|
fullWidth?: boolean;
|
|
94
94
|
/**
|
|
95
|
-
* Test ID for testing purposes
|
|
95
|
+
* Test ID for testing purposes (deprecated, use dataTestId)
|
|
96
96
|
*/
|
|
97
97
|
'data-testid'?: string;
|
|
98
|
+
/**
|
|
99
|
+
* Test identifier for automated testing
|
|
100
|
+
*/
|
|
101
|
+
dataTestId?: string;
|
|
102
|
+
/**
|
|
103
|
+
* Data identifier for ib-ui compatibility
|
|
104
|
+
*/
|
|
105
|
+
dataId?: string;
|
|
98
106
|
/**
|
|
99
107
|
* Maximum character length
|
|
100
108
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextArea.types.d.ts","sourceRoot":"","sources":["../../../src/components/TextArea/TextArea.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,UAAU,GAAG,YAAY,GAAG,MAAM,CAAC;AAEzE;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,mBAAmB,CAAC,KAAK,IAAI,CAAC;IAEnE;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IAEzB;;OAEG;IACH,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAE7B;;;OAGG;IACH,MAAM,CAAC,EAAE,cAAc,CAAC;IAExB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,mBAAmB,CAAC,KAAK,IAAI,CAAC;IAEjE;;OAEG;IACH,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,mBAAmB,CAAC,KAAK,IAAI,CAAC;IAEhE;;OAEG;IACH,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,KAAK,IAAI,CAAC;CACvE"}
|
|
1
|
+
{"version":3,"file":"TextArea.types.d.ts","sourceRoot":"","sources":["../../../src/components/TextArea/TextArea.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,UAAU,GAAG,YAAY,GAAG,MAAM,CAAC;AAEzE;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,mBAAmB,CAAC,KAAK,IAAI,CAAC;IAEnE;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IAEzB;;OAEG;IACH,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAE7B;;;OAGG;IACH,MAAM,CAAC,EAAE,cAAc,CAAC;IAExB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,mBAAmB,CAAC,KAAK,IAAI,CAAC;IAEjE;;OAEG;IACH,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,mBAAmB,CAAC,KAAK,IAAI,CAAC;IAEhE;;OAEG;IACH,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,KAAK,IAAI,CAAC;CACvE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../src/components/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAE,YAAY,EAAmB,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../src/components/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAE,YAAY,EAAmB,MAAM,iBAAiB,CAAC;AA8MrE;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,eAAO,MAAM,OAAO,yGA4NnB,CAAC;AAIF,eAAe,OAAO,CAAC"}
|
|
@@ -50,9 +50,15 @@ export interface TooltipProps extends Omit<HTMLAttributes<HTMLDivElement>, 'cont
|
|
|
50
50
|
contentClassName?: string;
|
|
51
51
|
/**
|
|
52
52
|
* Whether to show an arrow pointing to the trigger element
|
|
53
|
-
* @default
|
|
53
|
+
* @default false
|
|
54
54
|
*/
|
|
55
55
|
arrow?: boolean;
|
|
56
|
+
/**
|
|
57
|
+
* Only show the tooltip when the child content is overflowing (text truncation).
|
|
58
|
+
* Useful for truncated text that needs to show full content on hover.
|
|
59
|
+
* @default false
|
|
60
|
+
*/
|
|
61
|
+
onlyWhenOverflow?: boolean;
|
|
56
62
|
/**
|
|
57
63
|
* Z-index for the tooltip
|
|
58
64
|
* @default 1000
|
|
@@ -72,8 +78,16 @@ export interface TooltipProps extends Omit<HTMLAttributes<HTMLDivElement>, 'cont
|
|
|
72
78
|
*/
|
|
73
79
|
onOpenChange?: (open: boolean) => void;
|
|
74
80
|
/**
|
|
75
|
-
* Test ID for testing purposes
|
|
81
|
+
* Test ID for testing purposes (deprecated, use dataTestId)
|
|
76
82
|
*/
|
|
77
83
|
'data-testid'?: string;
|
|
84
|
+
/**
|
|
85
|
+
* Test identifier for automated testing
|
|
86
|
+
*/
|
|
87
|
+
dataTestId?: string;
|
|
88
|
+
/**
|
|
89
|
+
* Data identifier for ib-ui compatibility
|
|
90
|
+
*/
|
|
91
|
+
dataId?: string;
|
|
78
92
|
}
|
|
79
93
|
//# sourceMappingURL=Tooltip.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tooltip.types.d.ts","sourceRoot":"","sources":["../../../src/components/Tooltip/Tooltip.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEtE;;GAEG;AACH,MAAM,MAAM,eAAe,GACvB,KAAK,GACL,WAAW,GACX,SAAS,GACT,QAAQ,GACR,cAAc,GACd,YAAY,GACZ,MAAM,GACN,YAAY,GACZ,UAAU,GACV,OAAO,GACP,aAAa,GACb,WAAW,CAAC;AAEhB;;GAEG;AACH,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,SAAS,CAAC;IACnF;;OAEG;IACH,OAAO,EAAE,SAAS,CAAC;IAEnB;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IAEpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,eAAe,CAAC;IAE3B;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAE3B;;OAEG;IACH,YAAY,CAAC,EAAE,aAAa,CAAC;IAE7B;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf;;OAEG;IACH,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAEvC;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"Tooltip.types.d.ts","sourceRoot":"","sources":["../../../src/components/Tooltip/Tooltip.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEtE;;GAEG;AACH,MAAM,MAAM,eAAe,GACvB,KAAK,GACL,WAAW,GACX,SAAS,GACT,QAAQ,GACR,cAAc,GACd,YAAY,GACZ,MAAM,GACN,YAAY,GACZ,UAAU,GACV,OAAO,GACP,aAAa,GACb,WAAW,CAAC;AAEhB;;GAEG;AACH,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,SAAS,CAAC;IACnF;;OAEG;IACH,OAAO,EAAE,SAAS,CAAC;IAEnB;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IAEpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,eAAe,CAAC;IAE3B;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAE3B;;OAEG;IACH,YAAY,CAAC,EAAE,aAAa,CAAC;IAE7B;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf;;OAEG;IACH,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAEvC;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -18,22 +18,20 @@ export { Icon } from './Icon';
|
|
|
18
18
|
export type { IconProps, IconSize, IconColor } from './Icon';
|
|
19
19
|
export { Spinner } from './Spinner';
|
|
20
20
|
export type { SpinnerProps, SpinnerSize, SpinnerColor, SpinnerVariant, SpinnerSpeed, } from './Spinner';
|
|
21
|
+
export { LoadingPlaceholder } from './LoadingPlaceholder';
|
|
22
|
+
export type { LoadingPlaceholderProps, LoadingVariant, SkeletonShape, SkeletonAnimation, } from './LoadingPlaceholder';
|
|
21
23
|
export { Tabs } from './Tabs';
|
|
22
24
|
export type { TabsProps, Tab, TabsVariant, TabsSize } from './Tabs';
|
|
23
25
|
export { DropZone } from './DropZone';
|
|
24
26
|
export type { DropZoneProps, DropZoneVariant, DropZoneSize, ExistingFile } from './DropZone';
|
|
27
|
+
export { RiskCard } from './RiskCard';
|
|
28
|
+
export type { RiskCardProps, RiskData, RiskSeverity } from './RiskCard';
|
|
25
29
|
export { Paginator } from './Paginator';
|
|
26
30
|
export type { PaginatorProps, PaginatorSize } from './Paginator';
|
|
27
31
|
export { Multiselect } from './Multiselect';
|
|
28
32
|
export type { MultiselectProps, MultiselectOption, MultiselectSize } from './Multiselect';
|
|
29
|
-
export { Message } from './Message';
|
|
30
|
-
export type { MessageProps, MessageVariant, MessageSize } from './Message';
|
|
31
|
-
export { ErrorMessage } from './ErrorMessage';
|
|
32
|
-
export type { ErrorMessageProps, ErrorMessageSize } from './ErrorMessage';
|
|
33
|
-
export { AssistiveMessage } from './AssistiveMessage';
|
|
34
|
-
export type { AssistiveMessageProps } from './AssistiveMessage';
|
|
35
|
-
export { WarningMessage } from './WarningMessage';
|
|
36
|
-
export type { WarningMessageProps, WarningMessageSize } from './WarningMessage';
|
|
33
|
+
export { Message, SnackbarProvider, useSnackbar } from './Message';
|
|
34
|
+
export type { MessageProps, MessageVariant, MessageSize, MessageDisplayMode, MessageTextColor, MessageAction, SnackbarPosition, SnackbarProviderProps, SnackbarContextValue, ShowSnackbarOptions, } from './Message';
|
|
37
35
|
export { FieldLabel } from './FieldLabel';
|
|
38
36
|
export type { FieldLabelProps } from './FieldLabel';
|
|
39
37
|
export { Switch } from './Switch';
|
|
@@ -46,24 +44,24 @@ export { FormControl } from './FormControl';
|
|
|
46
44
|
export type { FormControlProps } from './FormControl';
|
|
47
45
|
export { Tooltip } from './Tooltip';
|
|
48
46
|
export type { TooltipProps, TooltipPosition } from './Tooltip';
|
|
49
|
-
export { Snackbar, SnackbarProvider, useSnackbar } from './Snackbar';
|
|
50
|
-
export type { SnackbarProps, SnackbarVariant, SnackbarPosition, SnackbarAction, SnackbarItem, AddSnackbarOptions, SnackbarContextValue, SnackbarProviderProps, } from './Snackbar';
|
|
51
47
|
export { Chip } from './Chip';
|
|
52
48
|
export type { ChipProps, ChipVariant, ChipColor, ChipSize } from './Chip';
|
|
53
49
|
export { Status } from './Status';
|
|
54
50
|
export type { StatusProps, StatusType, StatusSize, StatusVariant } from './Status';
|
|
55
51
|
export { LinearLoading } from './LinearLoading';
|
|
56
52
|
export type { LinearLoadingProps, LinearLoadingVariant, LinearLoadingColor, LinearLoadingSize, } from './LinearLoading';
|
|
57
|
-
export { Overlay } from './Overlay';
|
|
58
|
-
export type { OverlayProps } from './Overlay';
|
|
59
53
|
export { DropdownMenu } from './DropdownMenu';
|
|
60
54
|
export { isDivider as isDropdownDivider, isHeader as isDropdownHeader, isMenuItem as isDropdownMenuItem, } from './DropdownMenu';
|
|
61
55
|
export type { DropdownMenuProps, DropdownMenuItem, DropdownMenuHeader, DropdownMenuDivider, DropdownMenuItemOrDivider, DropdownMenuType, DropdownMenuPlacement, DropdownMenuButtonSize, } from './DropdownMenu';
|
|
62
56
|
export { ActionMenuButtons } from './ActionMenuButtons';
|
|
63
57
|
export { gapSizeMap } from './ActionMenuButtons';
|
|
64
58
|
export type { ActionMenuButtonsProps, Action, ActionMenuGapSize, } from './ActionMenuButtons';
|
|
65
|
-
export {
|
|
66
|
-
export type {
|
|
59
|
+
export { DataContainerCard } from './DataContainerCard';
|
|
60
|
+
export type { DataContainerCardProps, DataContainerCardBorderRadius, DataContainerCardShadow, DataContainerCardContentPadding, } from './DataContainerCard';
|
|
61
|
+
export { StickyFooter } from './StickyFooter';
|
|
62
|
+
export type { StickyFooterProps, StickyFooterPadding, StickyFooterBorderRadius, StickyFooterShadow, } from './StickyFooter';
|
|
63
|
+
export { MetadataDetails } from './MetadataDetails';
|
|
64
|
+
export type { MetadataDetailsProps, MetadataDetailsType, FontSizeVariant, MetadataLayout, } from './MetadataDetails';
|
|
67
65
|
export { AssetBrowser } from './AssetBrowser';
|
|
68
66
|
export type { AssetBrowserProps } from './AssetBrowser';
|
|
69
67
|
export { AssetCard } from './AssetCard';
|
|
@@ -82,6 +80,4 @@ export { PresetSelector } from './PresetSelector';
|
|
|
82
80
|
export type { PresetSelectorProps } from './PresetSelector';
|
|
83
81
|
export { SearchForm } from './SearchForm';
|
|
84
82
|
export type { SearchFormProps } from './SearchForm';
|
|
85
|
-
export { SingleDataComponent } from './SingleDataComponent';
|
|
86
|
-
export type { SingleDataComponentProps, SingleDataType } from './SingleDataComponent';
|
|
87
83
|
//# sourceMappingURL=index.d.ts.map
|