componentes-sinco 1.0.1-rc.1 → 1.0.1-rc.3

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.d.mts CHANGED
@@ -1,5 +1,6 @@
1
1
  import React$1 from 'react';
2
2
  import * as Muicon from '@mui/icons-material';
3
+ import * as _mui_material_styles from '@mui/material/styles';
3
4
 
4
5
  type ReplyPalette = "primary" | "secondary" | "warning" | "info" | "success" | "error";
5
6
  type ReplyTextPalette$1 = "primary" | "secondary" | "disabled";
@@ -98,4 +99,8 @@ interface SCTextAreaProps {
98
99
  }
99
100
  declare const SCTextArea: ({ title, infoTitle, colorTitle, iconTitle, placeholder, label, variant, required, disabled, width, rows, maxLength, value, state, onBlur, }: SCTextAreaProps) => React$1.JSX.Element;
100
101
 
101
- export { SCDrawer, SCTextArea, type SCTextAreaProps, SCTextField };
102
+ declare const SincoTheme: _mui_material_styles.Theme;
103
+ declare let AdproSincoTheme: _mui_material_styles.Theme;
104
+ declare let ADCSincoTheme: _mui_material_styles.Theme;
105
+
106
+ export { ADCSincoTheme, AdproSincoTheme, SCDrawer, SCTextArea, type SCTextAreaProps, SCTextField, SincoTheme };
package/dist/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  import React$1 from 'react';
2
2
  import * as Muicon from '@mui/icons-material';
3
+ import * as _mui_material_styles from '@mui/material/styles';
3
4
 
4
5
  type ReplyPalette = "primary" | "secondary" | "warning" | "info" | "success" | "error";
5
6
  type ReplyTextPalette$1 = "primary" | "secondary" | "disabled";
@@ -98,4 +99,8 @@ interface SCTextAreaProps {
98
99
  }
99
100
  declare const SCTextArea: ({ title, infoTitle, colorTitle, iconTitle, placeholder, label, variant, required, disabled, width, rows, maxLength, value, state, onBlur, }: SCTextAreaProps) => React$1.JSX.Element;
100
101
 
101
- export { SCDrawer, SCTextArea, type SCTextAreaProps, SCTextField };
102
+ declare const SincoTheme: _mui_material_styles.Theme;
103
+ declare let AdproSincoTheme: _mui_material_styles.Theme;
104
+ declare let ADCSincoTheme: _mui_material_styles.Theme;
105
+
106
+ export { ADCSincoTheme, AdproSincoTheme, SCDrawer, SCTextArea, type SCTextAreaProps, SCTextField, SincoTheme };