@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
|
@@ -68,8 +68,16 @@ export interface FiltersPanelProps {
|
|
|
68
68
|
*/
|
|
69
69
|
className?: string;
|
|
70
70
|
/**
|
|
71
|
-
* Test ID for testing
|
|
71
|
+
* Test ID for testing (deprecated, use dataTestId)
|
|
72
72
|
*/
|
|
73
73
|
testId?: string;
|
|
74
|
+
/**
|
|
75
|
+
* Test identifier for automated testing
|
|
76
|
+
*/
|
|
77
|
+
dataTestId?: string;
|
|
78
|
+
/**
|
|
79
|
+
* Data identifier for ib-ui compatibility
|
|
80
|
+
*/
|
|
81
|
+
dataId?: string;
|
|
74
82
|
}
|
|
75
83
|
//# sourceMappingURL=FiltersPanel.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FiltersPanel.types.d.ts","sourceRoot":"","sources":["../../../src/components/FiltersPanel/FiltersPanel.types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,KAAK,CAAC;AAE7C;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,yCAAyC;IACzC,GAAG,EAAE,MAAM,CAAC;IACZ,mCAAmC;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,wCAAwC;IACxC,OAAO,EAAE,iBAAiB,EAAE,CAAC;IAC7B,+CAA+C;IAC/C,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,MAAM,EAAE,OAAO,CAAC;IAEhB;;OAEG;IACH,OAAO,EAAE,MAAM,IAAI,CAAC;IAEpB;;OAEG;IACH,OAAO,EAAE,YAAY,EAAE,CAAC;IAExB;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC;IAEjC;;;;OAIG;IACH,QAAQ,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IAExD;;OAEG;IACH,UAAU,EAAE,MAAM,IAAI,CAAC;IAEvB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
|
1
|
+
{"version":3,"file":"FiltersPanel.types.d.ts","sourceRoot":"","sources":["../../../src/components/FiltersPanel/FiltersPanel.types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,KAAK,CAAC;AAE7C;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,yCAAyC;IACzC,GAAG,EAAE,MAAM,CAAC;IACZ,mCAAmC;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,wCAAwC;IACxC,OAAO,EAAE,iBAAiB,EAAE,CAAC;IAC7B,+CAA+C;IAC/C,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,MAAM,EAAE,OAAO,CAAC;IAEhB;;OAEG;IACH,OAAO,EAAE,MAAM,IAAI,CAAC;IAEpB;;OAEG;IACH,OAAO,EAAE,YAAY,EAAE,CAAC;IAExB;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC;IAEjC;;;;OAIG;IACH,QAAQ,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IAExD;;OAEG;IACH,UAAU,EAAE,MAAM,IAAI,CAAC;IAEvB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -14,8 +14,12 @@ export interface FolderCardProps {
|
|
|
14
14
|
onDoubleClick?: (folder: Folder) => void;
|
|
15
15
|
/** Custom className */
|
|
16
16
|
className?: string;
|
|
17
|
-
/** Test ID for testing */
|
|
17
|
+
/** Test ID for testing (deprecated, use dataTestId) */
|
|
18
18
|
'data-testid'?: string;
|
|
19
|
+
/** Test identifier for automated testing */
|
|
20
|
+
dataTestId?: string;
|
|
21
|
+
/** Data identifier for ib-ui compatibility */
|
|
22
|
+
dataId?: string;
|
|
19
23
|
}
|
|
20
24
|
/**
|
|
21
25
|
* FolderCard component for displaying DAM folders
|
|
@@ -23,7 +27,7 @@ export interface FolderCardProps {
|
|
|
23
27
|
* Based on IntelligenceBank foldercard.jsx
|
|
24
28
|
*/
|
|
25
29
|
export declare const FolderCard: {
|
|
26
|
-
({ folder, layout, selected, onSelect, onClick, onDoubleClick, className, "data-testid": testId, }: FolderCardProps): import("react/jsx-runtime").JSX.Element;
|
|
30
|
+
({ folder, layout, selected, onSelect, onClick, onDoubleClick, className, "data-testid": testId, dataTestId, dataId, }: FolderCardProps): import("react/jsx-runtime").JSX.Element;
|
|
27
31
|
displayName: string;
|
|
28
32
|
};
|
|
29
33
|
//# sourceMappingURL=FolderCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FolderCard.d.ts","sourceRoot":"","sources":["../../../src/components/FolderCard/FolderCard.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAGjD,MAAM,WAAW,eAAe;IAC9B,kBAAkB;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,kBAAkB;IAClB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,qCAAqC;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uCAAuC;IACvC,QAAQ,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAChC,sCAAsC;IACtC,OAAO,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,6CAA6C;IAC7C,aAAa,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,uBAAuB;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,
|
|
1
|
+
{"version":3,"file":"FolderCard.d.ts","sourceRoot":"","sources":["../../../src/components/FolderCard/FolderCard.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAGjD,MAAM,WAAW,eAAe;IAC9B,kBAAkB;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,kBAAkB;IAClB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,qCAAqC;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uCAAuC;IACvC,QAAQ,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAChC,sCAAsC;IACtC,OAAO,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,6CAA6C;IAC7C,aAAa,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,uBAAuB;IACvB,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;AAqID;;;;GAIG;AACH,eAAO,MAAM,UAAU;4HAWpB,eAAe;;CA8HjB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FolderTree.d.ts","sourceRoot":"","sources":["../../../src/components/FolderTree/FolderTree.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAEpD,OAAO,KAAK,EAAE,eAAe,EAA0B,MAAM,oBAAoB,CAAC;AAoMlF;;;GAGG;AACH,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,
|
|
1
|
+
{"version":3,"file":"FolderTree.d.ts","sourceRoot":"","sources":["../../../src/components/FolderTree/FolderTree.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAEpD,OAAO,KAAK,EAAE,eAAe,EAA0B,MAAM,oBAAoB,CAAC;AAoMlF;;;GAGG;AACH,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA4KhD,CAAC"}
|
|
@@ -58,8 +58,12 @@ export interface FolderTreeProps {
|
|
|
58
58
|
emptyMessage?: string;
|
|
59
59
|
/** Additional CSS classes */
|
|
60
60
|
className?: string;
|
|
61
|
-
/** Test ID for testing */
|
|
61
|
+
/** Test ID for testing (deprecated, use dataTestId) */
|
|
62
62
|
'data-testid'?: string;
|
|
63
|
+
/** Test identifier for automated testing */
|
|
64
|
+
dataTestId?: string;
|
|
65
|
+
/** Data identifier for ib-ui compatibility */
|
|
66
|
+
dataId?: string;
|
|
63
67
|
}
|
|
64
68
|
/**
|
|
65
69
|
* Internal props for tree item rendering
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FolderTree.types.d.ts","sourceRoot":"","sources":["../../../src/components/FolderTree/FolderTree.types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,wBAAwB;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,kBAAkB;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,+CAA+C;IAC/C,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,8CAA8C;IAC9C,QAAQ,CAAC,EAAE,UAAU,EAAE,CAAC;IACxB,4BAA4B;IAC5B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,iCAAiC;IACjC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,yBAAyB;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,qCAAqC;IACrC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,uDAAuD;IACvD,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE5C;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B,8BAA8B;IAC9B,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,mCAAmC;IACnC,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,8BAA8B;IAC9B,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,yCAAyC;IACzC,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,UAAU,KAAK,IAAI,CAAC;IACxC,mDAAmD;IACnD,cAAc,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,UAAU,EAAE,OAAO,KAAK,IAAI,CAAC;IACjE,mDAAmD;IACnD,cAAc,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACrD,sCAAsC;IACtC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,6BAA6B;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uBAAuB;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,uBAAuB;IACvB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,qCAAqC;IACrC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,4CAA4C;IAC5C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,6BAA6B;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,
|
|
1
|
+
{"version":3,"file":"FolderTree.types.d.ts","sourceRoot":"","sources":["../../../src/components/FolderTree/FolderTree.types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,wBAAwB;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,kBAAkB;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,+CAA+C;IAC/C,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,8CAA8C;IAC9C,QAAQ,CAAC,EAAE,UAAU,EAAE,CAAC;IACxB,4BAA4B;IAC5B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,iCAAiC;IACjC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,yBAAyB;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,qCAAqC;IACrC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,uDAAuD;IACvD,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE5C;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B,8BAA8B;IAC9B,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,mCAAmC;IACnC,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,8BAA8B;IAC9B,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,yCAAyC;IACzC,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,UAAU,KAAK,IAAI,CAAC;IACxC,mDAAmD;IACnD,cAAc,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,UAAU,EAAE,OAAO,KAAK,IAAI,CAAC;IACjE,mDAAmD;IACnD,cAAc,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACrD,sCAAsC;IACtC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,6BAA6B;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uBAAuB;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,uBAAuB;IACvB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,qCAAqC;IACrC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,4CAA4C;IAC5C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,6BAA6B;IAC7B,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;AAED;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B,kBAAkB;IAClB,MAAM,EAAE,UAAU,CAAC;IACnB,0BAA0B;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,sCAAsC;IACtC,UAAU,EAAE,OAAO,CAAC;IACpB,sCAAsC;IACtC,UAAU,EAAE,OAAO,CAAC;IACpB,uBAAuB;IACvB,UAAU,EAAE,UAAU,CAAC;IACvB,yBAAyB;IACzB,UAAU,EAAE,OAAO,CAAC;IACpB,oBAAoB;IACpB,OAAO,EAAE,CAAC,MAAM,EAAE,UAAU,KAAK,IAAI,CAAC;IACtC,4BAA4B;IAC5B,QAAQ,EAAE,CAAC,MAAM,EAAE,UAAU,KAAK,IAAI,CAAC;IACvC,4BAA4B;IAC5B,cAAc,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACrD,oBAAoB;IACpB,QAAQ,CAAC,EAAE,UAAU,EAAE,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormControl.d.ts","sourceRoot":"","sources":["../../../src/components/FormControl/FormControl.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FormControl.d.ts","sourceRoot":"","sources":["../../../src/components/FormControl/FormControl.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAoC5D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAmGlD,CAAC;AAIF,eAAe,WAAW,CAAC"}
|
|
@@ -45,9 +45,17 @@ export interface FormControlProps {
|
|
|
45
45
|
*/
|
|
46
46
|
fullWidth?: boolean;
|
|
47
47
|
/**
|
|
48
|
-
* Test ID for testing purposes
|
|
48
|
+
* Test ID for testing purposes (deprecated, use dataTestId)
|
|
49
49
|
*/
|
|
50
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;
|
|
51
59
|
/**
|
|
52
60
|
* Optional element to display on the right side of the label
|
|
53
61
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormControl.types.d.ts","sourceRoot":"","sources":["../../../src/components/FormControl/FormControl.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAErD;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,QAAQ,EAAE,YAAY,CAAC;IAEvB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;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,aAAa,CAAC,EAAE,SAAS,CAAC;IAE1B;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;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,mBAAmB,CAAC,EAAE,SAAS,CAAC;IAEhC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
|
|
1
|
+
{"version":3,"file":"FormControl.types.d.ts","sourceRoot":"","sources":["../../../src/components/FormControl/FormControl.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAErD;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,QAAQ,EAAE,YAAY,CAAC;IAEvB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;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,aAAa,CAAC,EAAE,SAAS,CAAC;IAE1B;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;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,mBAAmB,CAAC,EAAE,SAAS,CAAC;IAEhC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Grid.d.ts","sourceRoot":"","sources":["../../../src/components/Grid/Grid.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAgO7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,eAAO,MAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"Grid.d.ts","sourceRoot":"","sources":["../../../src/components/Grid/Grid.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAgO7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,eAAO,MAAM,IAAI,sGAuDhB,CAAC;AAIF;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,QAAQ,0GAgDpB,CAAC;AAKF,QAAA,MAAM,YAAY;;CAEhB,CAAC;AAEH,eAAe,YAAY,CAAC"}
|
|
@@ -46,8 +46,12 @@ export interface GridProps {
|
|
|
46
46
|
minColumnWidth?: string;
|
|
47
47
|
/** Additional CSS classes */
|
|
48
48
|
className?: string;
|
|
49
|
-
/** Test ID */
|
|
49
|
+
/** Test ID (deprecated, use dataTestId) */
|
|
50
50
|
'data-testid'?: string;
|
|
51
|
+
/** Test identifier for automated testing */
|
|
52
|
+
dataTestId?: string;
|
|
53
|
+
/** Data identifier for ib-ui compatibility */
|
|
54
|
+
dataId?: string;
|
|
51
55
|
}
|
|
52
56
|
/**
|
|
53
57
|
* Props for the Grid.Item component
|
|
@@ -61,7 +65,11 @@ export interface GridItemProps {
|
|
|
61
65
|
rowSpan?: number;
|
|
62
66
|
/** Additional CSS classes */
|
|
63
67
|
className?: string;
|
|
64
|
-
/** Test ID */
|
|
68
|
+
/** Test ID (deprecated, use dataTestId) */
|
|
65
69
|
'data-testid'?: string;
|
|
70
|
+
/** Test identifier for automated testing */
|
|
71
|
+
dataTestId?: string;
|
|
72
|
+
/** Data identifier for ib-ui compatibility */
|
|
73
|
+
dataId?: string;
|
|
66
74
|
}
|
|
67
75
|
//# sourceMappingURL=Grid.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Grid.types.d.ts","sourceRoot":"","sources":["../../../src/components/Grid/Grid.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC,mCAAmC;IACnC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,8BAA8B;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,qCAAqC;IACrC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,+BAA+B;IAC/B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,2CAA2C;IAC3C,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAED;;GAEG;AACH,MAAM,MAAM,OAAO,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEhE;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,SAAS,CAAC;AAEhE;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,eAAe,GAAG,cAAc,CAAC;AAE3F;;GAEG;AACH,MAAM,WAAW,SAAS;IACxB,iBAAiB;IACjB,QAAQ,EAAE,SAAS,CAAC;IACpB,4DAA4D;IAC5D,OAAO,CAAC,EAAE,MAAM,GAAG,iBAAiB,CAAC;IACrC,wBAAwB;IACxB,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,2CAA2C;IAC3C,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,mCAAmC;IACnC,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,0CAA0C;IAC1C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,8CAA8C;IAC9C,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,6BAA6B;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,
|
|
1
|
+
{"version":3,"file":"Grid.types.d.ts","sourceRoot":"","sources":["../../../src/components/Grid/Grid.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC,mCAAmC;IACnC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,8BAA8B;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,qCAAqC;IACrC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,+BAA+B;IAC/B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,2CAA2C;IAC3C,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAED;;GAEG;AACH,MAAM,MAAM,OAAO,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEhE;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,SAAS,CAAC;AAEhE;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,eAAe,GAAG,cAAc,CAAC;AAE3F;;GAEG;AACH,MAAM,WAAW,SAAS;IACxB,iBAAiB;IACjB,QAAQ,EAAE,SAAS,CAAC;IACpB,4DAA4D;IAC5D,OAAO,CAAC,EAAE,MAAM,GAAG,iBAAiB,CAAC;IACrC,wBAAwB;IACxB,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,2CAA2C;IAC3C,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,mCAAmC;IACnC,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,0CAA0C;IAC1C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,8CAA8C;IAC9C,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,6BAA6B;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,2CAA2C;IAC3C,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,4CAA4C;IAC5C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,8CAA8C;IAC9C,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B,wBAAwB;IACxB,QAAQ,EAAE,SAAS,CAAC;IACpB,kBAAkB;IAClB,OAAO,CAAC,EAAE,MAAM,GAAG,iBAAiB,CAAC;IACrC,eAAe;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,6BAA6B;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,2CAA2C;IAC3C,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,4CAA4C;IAC5C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,8CAA8C;IAC9C,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { IconProps } from './Icon.types';
|
|
2
2
|
/**
|
|
3
|
-
* Icon component - Flexible icon component supporting Material
|
|
3
|
+
* Icon component - Flexible icon component supporting Material Symbols and custom SVG
|
|
4
4
|
*
|
|
5
5
|
* @example
|
|
6
6
|
* ```tsx
|
|
7
|
-
* // Using Material
|
|
7
|
+
* // Using Material Symbols
|
|
8
8
|
* <Icon name="folder" size="md" color="primary" />
|
|
9
9
|
* <Icon name="download" size="lg" />
|
|
10
10
|
* <Icon name="search" />
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/Icon.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAuI9C;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,eAAO,MAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/Icon.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAuI9C;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,eAAO,MAAM,IAAI,uGAyFhB,CAAC;AAIF,eAAe,IAAI,CAAC"}
|
|
@@ -12,8 +12,8 @@ export type IconColor = 'inherit' | 'primary' | 'secondary' | 'info' | 'success'
|
|
|
12
12
|
*/
|
|
13
13
|
export interface IconProps {
|
|
14
14
|
/**
|
|
15
|
-
* Material
|
|
16
|
-
* Use this for Material
|
|
15
|
+
* Material Symbol name (e.g., 'folder', 'download', 'search')
|
|
16
|
+
* Use this for Material Symbols font icons
|
|
17
17
|
*/
|
|
18
18
|
name?: string;
|
|
19
19
|
/**
|
|
@@ -59,8 +59,16 @@ export interface IconProps {
|
|
|
59
59
|
*/
|
|
60
60
|
style?: CSSProperties;
|
|
61
61
|
/**
|
|
62
|
-
* Test ID for testing
|
|
62
|
+
* Test ID for testing (deprecated, use dataTestId)
|
|
63
63
|
*/
|
|
64
64
|
'data-testid'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* Test identifier for automated testing
|
|
67
|
+
*/
|
|
68
|
+
dataTestId?: string;
|
|
69
|
+
/**
|
|
70
|
+
* Data identifier for ib-ui compatibility
|
|
71
|
+
*/
|
|
72
|
+
dataId?: string;
|
|
65
73
|
}
|
|
66
74
|
//# sourceMappingURL=Icon.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.types.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/Icon.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtD;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;AAEjE;;GAEG;AACH,MAAM,MAAM,SAAS,GACjB,SAAS,GACT,SAAS,GACT,WAAW,GACX,MAAM,GACN,SAAS,GACT,SAAS,GACT,OAAO,GACP,OAAO,CAAC;AAEZ;;GAEG;AACH,MAAM,WAAW,SAAS;IACxB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IAErB;;;OAGG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAEhB;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,KAAK,CAAC,EAAE,aAAa,CAAC;IAEtB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"Icon.types.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/Icon.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtD;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;AAEjE;;GAEG;AACH,MAAM,MAAM,SAAS,GACjB,SAAS,GACT,SAAS,GACT,WAAW,GACX,MAAM,GACN,SAAS,GACT,SAAS,GACT,OAAO,GACP,OAAO,CAAC;AAEZ;;GAEG;AACH,MAAM,WAAW,SAAS;IACxB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IAErB;;;OAGG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAEhB;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,KAAK,CAAC,EAAE,aAAa,CAAC;IAEtB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../src/components/Input/Input.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../src/components/Input/Input.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,UAAU,EAAiB,MAAM,eAAe,CAAC;AAsS/D,eAAO,MAAM,KAAK,yGA0NjB,CAAC;AAIF,eAAe,KAAK,CAAC"}
|
|
@@ -1,13 +1,16 @@
|
|
|
1
|
-
import { ReactNode, InputHTMLAttributes, ChangeEvent } from 'react';
|
|
1
|
+
import { ReactNode, InputHTMLAttributes, ChangeEvent, CSSProperties } from 'react';
|
|
2
2
|
/**
|
|
3
3
|
* Input Component Types
|
|
4
4
|
*/
|
|
5
5
|
export type InputType = 'text' | 'password' | 'email' | 'number' | 'search' | 'tel' | 'url';
|
|
6
|
-
export type InputSize = 'sm' | 'md'
|
|
6
|
+
export type InputSize = 'sm' | 'md';
|
|
7
7
|
export type InputVariant = 'default' | 'filled' | 'outlined';
|
|
8
|
+
/**
|
|
9
|
+
* Font size value - can be a theme token key or a CSS value
|
|
10
|
+
*/
|
|
11
|
+
export type FontSizeValue = 'xs' | 'sm' | 'base' | 'md' | 'lg' | 'xl' | CSSProperties['fontSize'];
|
|
8
12
|
/**
|
|
9
13
|
* Input adornments for start/end of input
|
|
10
|
-
* @since Phase 6 - ib-ui compatibility
|
|
11
14
|
*/
|
|
12
15
|
export interface InputAdornments {
|
|
13
16
|
/** Element to display at the start of the input */
|
|
@@ -45,70 +48,64 @@ export interface InputProps extends Omit<InputHTMLAttributes<HTMLInputElement>,
|
|
|
45
48
|
/**
|
|
46
49
|
* Input adornments - alternative to leftElement/rightElement
|
|
47
50
|
* Provides compatibility with ib-ui InputProps pattern
|
|
48
|
-
* @since Phase 6 - ib-ui compatibility
|
|
49
51
|
*/
|
|
50
52
|
InputProps?: InputAdornments;
|
|
51
53
|
/**
|
|
52
54
|
* Debounce timeout in milliseconds for onChangeDebounced callback
|
|
53
55
|
* Set to 0 to disable debouncing
|
|
54
56
|
* @default 0
|
|
55
|
-
* @since Phase 6 - ib-ui compatibility
|
|
56
57
|
*/
|
|
57
58
|
debounceTimeout?: number;
|
|
58
59
|
/**
|
|
59
60
|
* Debounced change handler - called after debounceTimeout ms
|
|
60
61
|
* Only called when value actually changes
|
|
61
|
-
* @since Phase 6 - ib-ui compatibility
|
|
62
62
|
*/
|
|
63
63
|
onChangeDebounced?: (value: string) => void;
|
|
64
64
|
/**
|
|
65
65
|
* Input mask function - transforms input value
|
|
66
66
|
* Called on each change to format/filter the value
|
|
67
67
|
* @example mask={(v) => v.replace(/\D/g, '')} // Numbers only
|
|
68
|
-
* @since Phase 6 - ib-ui compatibility
|
|
69
68
|
*/
|
|
70
69
|
mask?: (value: string) => string;
|
|
71
70
|
/**
|
|
72
71
|
* Custom data-id attribute
|
|
73
|
-
* @since Phase 6 - ib-ui compatibility
|
|
74
72
|
*/
|
|
75
73
|
dataId?: string;
|
|
76
74
|
/**
|
|
77
75
|
* Whether to show the error message below the input
|
|
78
76
|
* @default true
|
|
79
|
-
* @since Phase 6 - ib-ui compatibility
|
|
80
77
|
*/
|
|
81
78
|
showErrorMessage?: boolean;
|
|
82
79
|
/**
|
|
83
80
|
* Input type variant (different from HTML type)
|
|
84
81
|
* Used for special handling like number input masking
|
|
85
|
-
* @since Phase 6 - ib-ui compatibility
|
|
86
82
|
*/
|
|
87
83
|
inputType?: 'text' | 'number' | 'password';
|
|
88
84
|
/**
|
|
89
85
|
* Custom container styles
|
|
90
|
-
* @since Phase 6 - ib-ui compatibility
|
|
91
86
|
*/
|
|
92
87
|
containerClassName?: string;
|
|
93
88
|
/**
|
|
94
89
|
* Custom border radius override
|
|
95
|
-
* @since Phase 6 - ib-ui compatibility
|
|
96
90
|
*/
|
|
97
91
|
borderRadius?: string;
|
|
98
92
|
/**
|
|
99
93
|
* Minimum value for number inputs
|
|
100
|
-
* @since Phase 6 - ib-ui compatibility
|
|
101
94
|
*/
|
|
102
95
|
min?: number | string;
|
|
103
96
|
/**
|
|
104
97
|
* Maximum value for number inputs
|
|
105
|
-
* @since Phase 6 - ib-ui compatibility
|
|
106
98
|
*/
|
|
107
99
|
max?: number | string;
|
|
108
100
|
/**
|
|
109
101
|
* Extended onChange handler providing the synthetic event
|
|
110
|
-
* @since Phase 6 - ib-ui compatibility
|
|
111
102
|
*/
|
|
112
103
|
onChange?: (event: ChangeEvent<HTMLInputElement>) => void;
|
|
104
|
+
/**
|
|
105
|
+
* Font size for the input text and placeholder
|
|
106
|
+
* Can be a theme token key ('xs', 'sm', 'base', 'md', 'lg', 'xl') or CSS value
|
|
107
|
+
* Default font size aligns with Button font size when not set
|
|
108
|
+
*/
|
|
109
|
+
inputFontSize?: FontSizeValue;
|
|
113
110
|
}
|
|
114
111
|
//# sourceMappingURL=Input.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Input.types.d.ts","sourceRoot":"","sources":["../../../src/components/Input/Input.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,mBAAmB,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Input.types.d.ts","sourceRoot":"","sources":["../../../src/components/Input/Input.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,mBAAmB,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAExF;;GAEG;AAEH,MAAM,MAAM,SAAS,GACjB,MAAM,GACN,UAAU,GACV,OAAO,GACP,QAAQ,GACR,QAAQ,GACR,KAAK,GACL,KAAK,CAAC;AAEV,MAAM,MAAM,SAAS,GAAG,IAAI,GAAG,IAAI,CAAC;AAEpC,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,QAAQ,GAAG,UAAU,CAAC;AAE7D;;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,eAAe;IAC9B,mDAAmD;IACnD,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,iDAAiD;IACjD,YAAY,CAAC,EAAE,SAAS,CAAC;CAC1B;AAED,MAAM,WAAW,UACf,SAAQ,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC3D,iBAAiB;IACjB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,mBAAmB;IACnB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,qBAAqB;IACrB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,iBAAiB;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,wCAAwC;IACxC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,kBAAkB;IAClB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,8DAA8D;IAC9D,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,sBAAsB;IACtB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,6DAA6D;IAC7D,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,iBAAiB;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,mCAAmC;IACnC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,+CAA+C;IAC/C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc;IACd,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,UAAU,CAAC,EAAE,eAAe,CAAC;IAE7B;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAE5C;;;;OAIG;IACH,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;IAEjC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,UAAU,CAAC;IAE3C;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAEtB;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAEtB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAE1D;;;;OAIG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;CAC/B"}
|
|
@@ -3,5 +3,5 @@
|
|
|
3
3
|
* Pure UI input field with zero business logic
|
|
4
4
|
*/
|
|
5
5
|
export { Input } from './Input';
|
|
6
|
-
export type { InputProps, InputType, InputSize, InputVariant } from './Input.types';
|
|
6
|
+
export type { InputProps, InputType, InputSize, InputVariant, FontSizeValue } from './Input.types';
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Input/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,YAAY,EAAE,UAAU,EAAE,SAAS,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Input/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,YAAY,EAAE,UAAU,EAAE,SAAS,EAAE,SAAS,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinearLoading.d.ts","sourceRoot":"","sources":["../../../src/components/LinearLoading/LinearLoading.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,kBAAkB,EAA+D,MAAM,uBAAuB,CAAC;AAkM7H,eAAO,MAAM,aAAa,+
|
|
1
|
+
{"version":3,"file":"LinearLoading.d.ts","sourceRoot":"","sources":["../../../src/components/LinearLoading/LinearLoading.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,kBAAkB,EAA+D,MAAM,uBAAuB,CAAC;AAkM7H,eAAO,MAAM,aAAa,+GAuDzB,CAAC"}
|
|
@@ -22,7 +22,11 @@ export interface LinearLoadingProps {
|
|
|
22
22
|
buffer?: number;
|
|
23
23
|
/** Additional CSS class */
|
|
24
24
|
className?: string;
|
|
25
|
-
/** Test ID for testing */
|
|
25
|
+
/** Test ID for testing (deprecated, use dataTestId) */
|
|
26
26
|
'data-testid'?: string;
|
|
27
|
+
/** Test identifier for automated testing */
|
|
28
|
+
dataTestId?: string;
|
|
29
|
+
/** Data identifier for ib-ui compatibility */
|
|
30
|
+
dataId?: string;
|
|
27
31
|
}
|
|
28
32
|
//# sourceMappingURL=LinearLoading.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinearLoading.types.d.ts","sourceRoot":"","sources":["../../../src/components/LinearLoading/LinearLoading.types.ts"],"names":[],"mappings":"AAAA,kCAAkC;AAClC,MAAM,MAAM,oBAAoB,GAAG,aAAa,GAAG,eAAe,CAAC;AAEnE,kCAAkC;AAClC,MAAM,MAAM,kBAAkB,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;AAEtF,iCAAiC;AACjC,MAAM,MAAM,iBAAiB,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE7D,4CAA4C;AAC5C,MAAM,WAAW,kBAAkB;IACjC,qDAAqD;IACrD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,yCAAyC;IACzC,OAAO,CAAC,EAAE,oBAAoB,CAAC;IAC/B,sCAAsC;IACtC,KAAK,CAAC,EAAE,kBAAkB,CAAC;IAC3B,sCAAsC;IACtC,IAAI,CAAC,EAAE,iBAAiB,CAAC;IACzB,yCAAyC;IACzC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,uDAAuD;IACvD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,yDAAyD;IACzD,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,2BAA2B;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,
|
|
1
|
+
{"version":3,"file":"LinearLoading.types.d.ts","sourceRoot":"","sources":["../../../src/components/LinearLoading/LinearLoading.types.ts"],"names":[],"mappings":"AAAA,kCAAkC;AAClC,MAAM,MAAM,oBAAoB,GAAG,aAAa,GAAG,eAAe,CAAC;AAEnE,kCAAkC;AAClC,MAAM,MAAM,kBAAkB,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;AAEtF,iCAAiC;AACjC,MAAM,MAAM,iBAAiB,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE7D,4CAA4C;AAC5C,MAAM,WAAW,kBAAkB;IACjC,qDAAqD;IACrD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,yCAAyC;IACzC,OAAO,CAAC,EAAE,oBAAoB,CAAC;IAC/B,sCAAsC;IACtC,KAAK,CAAC,EAAE,kBAAkB,CAAC;IAC3B,sCAAsC;IACtC,IAAI,CAAC,EAAE,iBAAiB,CAAC;IACzB,yCAAyC;IACzC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,uDAAuD;IACvD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,yDAAyD;IACzD,MAAM,CAAC,EAAE,MAAM,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,25 @@
|
|
|
1
|
+
import { LoadingPlaceholderProps } from './LoadingPlaceholder.types';
|
|
2
|
+
/**
|
|
3
|
+
* LoadingPlaceholder - A versatile loading indicator component
|
|
4
|
+
*
|
|
5
|
+
* Displays either skeleton placeholders with shimmer/pulse animation
|
|
6
|
+
* or a spinner with optional loading text.
|
|
7
|
+
*
|
|
8
|
+
* @example
|
|
9
|
+
* ```tsx
|
|
10
|
+
* // Skeleton placeholder for a form field
|
|
11
|
+
* <LoadingPlaceholder height={42} shape="rounded" />
|
|
12
|
+
*
|
|
13
|
+
* // Multiple skeleton items
|
|
14
|
+
* <LoadingPlaceholder count={3} height={20} gap={8} />
|
|
15
|
+
*
|
|
16
|
+
* // Spinner with text
|
|
17
|
+
* <LoadingPlaceholder variant="spinner" text="Loading..." />
|
|
18
|
+
*
|
|
19
|
+
* // Circle skeleton (avatar placeholder)
|
|
20
|
+
* <LoadingPlaceholder width={48} height={48} shape="circle" />
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
export declare const LoadingPlaceholder: import('react').ForwardRefExoticComponent<LoadingPlaceholderProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
24
|
+
export default LoadingPlaceholder;
|
|
25
|
+
//# sourceMappingURL=LoadingPlaceholder.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LoadingPlaceholder.d.ts","sourceRoot":"","sources":["../../../src/components/LoadingPlaceholder/LoadingPlaceholder.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,uBAAuB,EAAoC,MAAM,4BAA4B,CAAC;AAuF5G;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,kBAAkB,oHAsE9B,CAAC;AAIF,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Shape variants for skeleton placeholders
|
|
3
|
+
*/
|
|
4
|
+
export type SkeletonShape = 'rectangle' | 'rounded' | 'circle';
|
|
5
|
+
/**
|
|
6
|
+
* Animation types for skeleton placeholders
|
|
7
|
+
*/
|
|
8
|
+
export type SkeletonAnimation = 'shimmer' | 'pulse';
|
|
9
|
+
/**
|
|
10
|
+
* Variant types for loading placeholders
|
|
11
|
+
*/
|
|
12
|
+
export type LoadingVariant = 'skeleton' | 'spinner';
|
|
13
|
+
/**
|
|
14
|
+
* Props for the LoadingPlaceholder component
|
|
15
|
+
*/
|
|
16
|
+
export interface LoadingPlaceholderProps {
|
|
17
|
+
/**
|
|
18
|
+
* Type of placeholder to display
|
|
19
|
+
* @default 'skeleton'
|
|
20
|
+
*/
|
|
21
|
+
variant?: LoadingVariant;
|
|
22
|
+
/**
|
|
23
|
+
* Number of skeleton rows/items to render (skeleton variant only)
|
|
24
|
+
* @default 1
|
|
25
|
+
*/
|
|
26
|
+
count?: number;
|
|
27
|
+
/**
|
|
28
|
+
* Height of each skeleton item - number (px) or string
|
|
29
|
+
* @default 42
|
|
30
|
+
*/
|
|
31
|
+
height?: number | string;
|
|
32
|
+
/**
|
|
33
|
+
* Width of each skeleton item - number (px) or string like "100%"
|
|
34
|
+
* @default '100%'
|
|
35
|
+
*/
|
|
36
|
+
width?: number | string;
|
|
37
|
+
/**
|
|
38
|
+
* Shape of skeleton items
|
|
39
|
+
* @default 'rounded'
|
|
40
|
+
*/
|
|
41
|
+
shape?: SkeletonShape;
|
|
42
|
+
/**
|
|
43
|
+
* Gap between skeleton items (when count > 1)
|
|
44
|
+
* @default 8
|
|
45
|
+
*/
|
|
46
|
+
gap?: number | string;
|
|
47
|
+
/**
|
|
48
|
+
* Optional loading text (primarily for spinner variant)
|
|
49
|
+
*/
|
|
50
|
+
text?: string;
|
|
51
|
+
/**
|
|
52
|
+
* Animation type for skeleton
|
|
53
|
+
* @default 'shimmer'
|
|
54
|
+
*/
|
|
55
|
+
animation?: SkeletonAnimation;
|
|
56
|
+
/**
|
|
57
|
+
* Additional className for styling
|
|
58
|
+
*/
|
|
59
|
+
className?: string;
|
|
60
|
+
/**
|
|
61
|
+
* Test identifier for automated testing
|
|
62
|
+
*/
|
|
63
|
+
dataTestId?: string;
|
|
64
|
+
/**
|
|
65
|
+
* Data identifier for ib-ui compatibility
|
|
66
|
+
*/
|
|
67
|
+
dataId?: string;
|
|
68
|
+
}
|
|
69
|
+
//# sourceMappingURL=LoadingPlaceholder.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LoadingPlaceholder.types.d.ts","sourceRoot":"","sources":["../../../src/components/LoadingPlaceholder/LoadingPlaceholder.types.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,WAAW,GAAG,SAAS,GAAG,QAAQ,CAAC;AAE/D;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,SAAS,GAAG,OAAO,CAAC;AAEpD;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,UAAU,GAAG,SAAS,CAAC;AAEpD;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACtC;;;OAGG;IACH,OAAO,CAAC,EAAE,cAAc,CAAC;IAEzB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAEzB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAExB;;;OAGG;IACH,KAAK,CAAC,EAAE,aAAa,CAAC;IAEtB;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAEtB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,SAAS,CAAC,EAAE,iBAAiB,CAAC;IAE9B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/LoadingPlaceholder/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,YAAY,EACV,uBAAuB,EACvB,cAAc,EACd,aAAa,EACb,iBAAiB,GAClB,MAAM,4BAA4B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoginForm.d.ts","sourceRoot":"","sources":["../../../src/components/LoginForm/LoginForm.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAoB,MAAM,mBAAmB,CAAC;AAG1E;;;GAGG;AACH,eAAO,MAAM,SAAS,
|
|
1
|
+
{"version":3,"file":"LoginForm.d.ts","sourceRoot":"","sources":["../../../src/components/LoginForm/LoginForm.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAoB,MAAM,mBAAmB,CAAC;AAG1E;;;GAGG;AACH,eAAO,MAAM,SAAS,4GAyPrB,CAAC;AAIF,eAAe,SAAS,CAAC"}
|
|
@@ -73,13 +73,26 @@ export interface LoginFormProps {
|
|
|
73
73
|
* @default 'URL (without https://)'
|
|
74
74
|
*/
|
|
75
75
|
urlLabel?: string;
|
|
76
|
+
/**
|
|
77
|
+
* Description text displayed above the form
|
|
78
|
+
* @default 'Login to your IntelligenceBank account by entering your credentials below.'
|
|
79
|
+
*/
|
|
80
|
+
description?: string;
|
|
76
81
|
/**
|
|
77
82
|
* Additional CSS classes
|
|
78
83
|
*/
|
|
79
84
|
className?: string;
|
|
80
85
|
/**
|
|
81
|
-
* Test ID for testing
|
|
86
|
+
* Test ID for testing (deprecated, use dataTestId)
|
|
82
87
|
*/
|
|
83
88
|
'data-testid'?: string;
|
|
89
|
+
/**
|
|
90
|
+
* Test identifier for automated testing
|
|
91
|
+
*/
|
|
92
|
+
dataTestId?: string;
|
|
93
|
+
/**
|
|
94
|
+
* Data identifier for ib-ui compatibility
|
|
95
|
+
*/
|
|
96
|
+
dataId?: string;
|
|
84
97
|
}
|
|
85
98
|
//# sourceMappingURL=LoginForm.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoginForm.types.d.ts","sourceRoot":"","sources":["../../../src/components/LoginForm/LoginForm.types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;GAKG;AACH,MAAM,MAAM,WAAW,GAAG,aAAa,GAAG,KAAK,GAAG,MAAM,CAAC;AAEzD;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,8DAA8D;IAC9D,GAAG,EAAE,MAAM,CAAC;IACZ,oBAAoB;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,eAAe;IACf,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;;;;;OAMG;IACH,WAAW,CAAC,EAAE,WAAW,CAAC;IAE1B;;;;;;OAMG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB;;;OAGG;IACH,QAAQ,EAAE,CAAC,WAAW,EAAE,gBAAgB,KAAK,IAAI,CAAC;IAElD;;;OAGG;IACH,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IAEnC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"LoginForm.types.d.ts","sourceRoot":"","sources":["../../../src/components/LoginForm/LoginForm.types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;GAKG;AACH,MAAM,MAAM,WAAW,GAAG,aAAa,GAAG,KAAK,GAAG,MAAM,CAAC;AAEzD;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,8DAA8D;IAC9D,GAAG,EAAE,MAAM,CAAC;IACZ,oBAAoB;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,eAAe;IACf,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;;;;;OAMG;IACH,WAAW,CAAC,EAAE,WAAW,CAAC;IAE1B;;;;;;OAMG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB;;;OAGG;IACH,QAAQ,EAAE,CAAC,WAAW,EAAE,gBAAgB,KAAK,IAAI,CAAC;IAElD;;;OAGG;IACH,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IAEnC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;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"}
|
|
@@ -1,31 +1,36 @@
|
|
|
1
|
-
import { MessageProps } from './Message.types';
|
|
1
|
+
import { MessageProps, InternalSnackbarProps } from './Message.types';
|
|
2
2
|
/**
|
|
3
3
|
* Message - Unified message component for displaying various types of feedback
|
|
4
4
|
*
|
|
5
|
-
* Supports multiple variants: info,
|
|
5
|
+
* Supports multiple variants: info, error, warning, and success.
|
|
6
|
+
* Supports multiple display modes: inline, banner, and snackbar.
|
|
6
7
|
* Each variant has its own default icon, color, and accessibility role.
|
|
7
8
|
*
|
|
8
9
|
* @example
|
|
9
10
|
* ```tsx
|
|
10
|
-
* //
|
|
11
|
+
* // Inline error message (default)
|
|
11
12
|
* <Message variant="error">This field is required</Message>
|
|
12
13
|
*
|
|
13
|
-
* //
|
|
14
|
-
* <Message variant="warning"
|
|
14
|
+
* // Banner message with background
|
|
15
|
+
* <Message variant="warning" mode="banner">This action cannot be undone</Message>
|
|
15
16
|
*
|
|
16
|
-
* //
|
|
17
|
-
* <Message
|
|
17
|
+
* // Snackbar message with timeout
|
|
18
|
+
* <Message
|
|
19
|
+
* variant="success"
|
|
20
|
+
* mode="snackbar"
|
|
21
|
+
* onClose={() => setOpen(false)}
|
|
22
|
+
* action={{ label: 'Undo', onClick: handleUndo }}
|
|
23
|
+
* >
|
|
24
|
+
* Your changes have been saved
|
|
25
|
+
* </Message>
|
|
18
26
|
*
|
|
19
|
-
* //
|
|
20
|
-
* <Message variant="
|
|
21
|
-
*
|
|
22
|
-
* // Info message with custom icon
|
|
23
|
-
* <Message variant="info" icon={<CustomIcon />}>Additional information</Message>
|
|
27
|
+
* // Message with default (black) text color
|
|
28
|
+
* <Message variant="info" textColor="default">Information</Message>
|
|
24
29
|
*
|
|
25
30
|
* // Message without icon
|
|
26
31
|
* <Message variant="error" showIcon={false}>Error text only</Message>
|
|
27
32
|
* ```
|
|
28
33
|
*/
|
|
29
|
-
export declare
|
|
34
|
+
export declare const Message: import('react').ForwardRefExoticComponent<(MessageProps | InternalSnackbarProps) & import('react').RefAttributes<HTMLDivElement>>;
|
|
30
35
|
export default Message;
|
|
31
36
|
//# sourceMappingURL=Message.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Message.d.ts","sourceRoot":"","sources":["../../../src/components/Message/Message.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Message.d.ts","sourceRoot":"","sources":["../../../src/components/Message/Message.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACV,YAAY,EAKZ,qBAAqB,EACtB,MAAM,iBAAiB,CAAC;AAoTzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,eAAO,MAAM,OAAO,mIAkOnB,CAAC;AAIF,eAAe,OAAO,CAAC"}
|