@useloops/design-system 1.4.527 → 1.4.528
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/esm/index.js +2 -2
- package/dist/index.d.ts +3 -0
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -491,6 +491,7 @@ declare const elevation: {
|
|
|
491
491
|
raised: string;
|
|
492
492
|
float: string;
|
|
493
493
|
overlay: string;
|
|
494
|
+
aiSummary: string;
|
|
494
495
|
};
|
|
495
496
|
declare const elevationFilter: {
|
|
496
497
|
raised: string;
|
|
@@ -658,6 +659,7 @@ interface CustomTheme {
|
|
|
658
659
|
raised: string;
|
|
659
660
|
float: string;
|
|
660
661
|
overlay: string;
|
|
662
|
+
aiSummary: string;
|
|
661
663
|
};
|
|
662
664
|
elevationFilter: {
|
|
663
665
|
raised: string;
|
|
@@ -2842,6 +2844,7 @@ declare module '@mui/material/styles' {
|
|
|
2842
2844
|
elevation?: {
|
|
2843
2845
|
raised?: string;
|
|
2844
2846
|
overlay?: string;
|
|
2847
|
+
aiSummary?: string;
|
|
2845
2848
|
};
|
|
2846
2849
|
elevationFilter?: {
|
|
2847
2850
|
raised?: string;
|