@selfdecode/sd-component-library 3.0.33 → 4.0.1
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/lib/core/theme.d.ts
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* The theme for the application.
|
|
3
|
+
*/
|
|
4
|
+
declare const theme: {
|
|
2
5
|
breakpoints: string[];
|
|
3
6
|
colors: {
|
|
4
7
|
cl_transparent: string;
|
|
@@ -766,7 +769,4 @@ declare const _default: {
|
|
|
766
769
|
};
|
|
767
770
|
};
|
|
768
771
|
};
|
|
769
|
-
|
|
770
|
-
* The theme for the application.
|
|
771
|
-
*/
|
|
772
|
-
export default _default;
|
|
772
|
+
export default theme;
|