@cgi-learning-hub/ui 1.11.0 → 1.11.1-dev.1765209149
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +477 -222
- package/dist/index.d.ts +3 -1
- package/dist/index.es.js +478 -223
- package/dist/ui.css +0 -138
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -551,7 +551,9 @@ export declare type ResourceCardSize = "md" | "sm";
|
|
|
551
551
|
|
|
552
552
|
export declare const SearchInput: React.FunctionComponent<SearchInputProps>;
|
|
553
553
|
|
|
554
|
-
export declare type SearchInputProps = InputBaseProps & {
|
|
554
|
+
export declare type SearchInputProps = InputBaseProps & {
|
|
555
|
+
loading?: boolean;
|
|
556
|
+
};
|
|
555
557
|
|
|
556
558
|
export { Select }
|
|
557
559
|
|