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 +6 -1
- package/dist/index.d.ts +6 -1
- package/dist/index.js +1852 -2
- package/dist/index.mjs +1856 -1
- package/package.json +5 -3
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
|
-
|
|
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
|
-
|
|
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 };
|