@ttoss/components 1.29.23 → 1.29.25
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.ts +2 -2
- package/package.json +8 -8
package/dist/index.d.ts
CHANGED
|
@@ -40,7 +40,7 @@ declare const Accordion: {
|
|
|
40
40
|
accessKey?: string | undefined;
|
|
41
41
|
autoFocus?: boolean | undefined;
|
|
42
42
|
className?: string | undefined;
|
|
43
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
43
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
44
44
|
contextMenu?: string | undefined;
|
|
45
45
|
dir?: string | undefined;
|
|
46
46
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -319,4 +319,4 @@ type MarkdownProps = Options & {
|
|
|
319
319
|
};
|
|
320
320
|
declare const Markdown: ({ children, sx, ...props }: MarkdownProps) => react_jsx_runtime.JSX.Element;
|
|
321
321
|
|
|
322
|
-
export { Accordion, AccordionProps, InstallPwa, InstallPwaUi, InstallPwaUiProps, Markdown, MarkdownProps, Modal, ModalProps, ToastContainer };
|
|
322
|
+
export { Accordion, type AccordionProps, InstallPwa, InstallPwaUi, type InstallPwaUiProps, Markdown, type MarkdownProps, Modal, type ModalProps, ToastContainer };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/components",
|
|
3
|
-
"version": "1.29.
|
|
3
|
+
"version": "1.29.25",
|
|
4
4
|
"description": "React components for ttoss ecosystem.",
|
|
5
5
|
"author": "ttoss",
|
|
6
6
|
"contributors": [
|
|
@@ -32,16 +32,16 @@
|
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"react": ">=16.8.0",
|
|
35
|
-
"@ttoss/ui": "^
|
|
35
|
+
"@ttoss/ui": "^4.0.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@types/jest": "^29.5.
|
|
39
|
-
"@types/react": "^18.2.
|
|
38
|
+
"@types/jest": "^29.5.10",
|
|
39
|
+
"@types/react": "^18.2.38",
|
|
40
40
|
"jest": "^29.7.0",
|
|
41
|
-
"tsup": "^
|
|
42
|
-
"@ttoss/config": "^1.31.
|
|
43
|
-
"@ttoss/test-utils": "^
|
|
44
|
-
"@ttoss/ui": "^
|
|
41
|
+
"tsup": "^8.0.1",
|
|
42
|
+
"@ttoss/config": "^1.31.1",
|
|
43
|
+
"@ttoss/test-utils": "^2.0.0",
|
|
44
|
+
"@ttoss/ui": "^4.0.1"
|
|
45
45
|
},
|
|
46
46
|
"keywords": [
|
|
47
47
|
"React",
|