@ttoss/components 1.28.11 → 1.28.12
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 +20 -20
- package/package.json +7 -7
package/dist/index.d.ts
CHANGED
|
@@ -39,15 +39,15 @@ declare const Accordion: {
|
|
|
39
39
|
accessKey?: string | undefined;
|
|
40
40
|
autoFocus?: boolean | undefined;
|
|
41
41
|
className?: string | undefined;
|
|
42
|
-
contentEditable?: "inherit" | (boolean | "
|
|
42
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
|
43
43
|
contextMenu?: string | undefined;
|
|
44
44
|
dir?: string | undefined;
|
|
45
|
-
draggable?: (boolean | "
|
|
45
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
46
46
|
hidden?: boolean | undefined;
|
|
47
47
|
lang?: string | undefined;
|
|
48
48
|
nonce?: string | undefined;
|
|
49
49
|
placeholder?: string | undefined;
|
|
50
|
-
spellCheck?: (boolean | "
|
|
50
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
51
51
|
translate?: "yes" | "no" | undefined;
|
|
52
52
|
radioGroup?: string | undefined;
|
|
53
53
|
about?: string | undefined;
|
|
@@ -76,44 +76,44 @@ declare const Accordion: {
|
|
|
76
76
|
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
77
77
|
is?: string | undefined;
|
|
78
78
|
'aria-activedescendant'?: string | undefined;
|
|
79
|
-
'aria-atomic'?: (boolean | "
|
|
80
|
-
'aria-autocomplete'?: "none" | "
|
|
81
|
-
'aria-busy'?: (boolean | "
|
|
82
|
-
'aria-checked'?: boolean | "
|
|
79
|
+
'aria-atomic'?: (boolean | "false" | "true") | undefined;
|
|
80
|
+
'aria-autocomplete'?: "none" | "both" | "inline" | "list" | undefined;
|
|
81
|
+
'aria-busy'?: (boolean | "false" | "true") | undefined;
|
|
82
|
+
'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
|
|
83
83
|
'aria-colcount'?: number | undefined;
|
|
84
84
|
'aria-colindex'?: number | undefined;
|
|
85
85
|
'aria-colspan'?: number | undefined;
|
|
86
|
-
'aria-current'?: boolean | "time" | "page" | "
|
|
86
|
+
'aria-current'?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
87
87
|
'aria-describedby'?: string | undefined;
|
|
88
88
|
'aria-details'?: string | undefined;
|
|
89
|
-
'aria-dropeffect'?: "link" | "none" | "copy" | "
|
|
89
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
90
90
|
'aria-errormessage'?: string | undefined;
|
|
91
91
|
'aria-flowto'?: string | undefined;
|
|
92
|
-
'aria-grabbed'?: (boolean | "
|
|
93
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "
|
|
94
|
-
'aria-hidden'?: (boolean | "
|
|
95
|
-
'aria-invalid'?: boolean | "
|
|
92
|
+
'aria-grabbed'?: (boolean | "false" | "true") | undefined;
|
|
93
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
94
|
+
'aria-hidden'?: (boolean | "false" | "true") | undefined;
|
|
95
|
+
'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
96
96
|
'aria-keyshortcuts'?: string | undefined;
|
|
97
97
|
'aria-label'?: string | undefined;
|
|
98
98
|
'aria-labelledby'?: string | undefined;
|
|
99
99
|
'aria-level'?: number | undefined;
|
|
100
100
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
101
|
-
'aria-modal'?: (boolean | "
|
|
102
|
-
'aria-multiline'?: (boolean | "
|
|
103
|
-
'aria-multiselectable'?: (boolean | "
|
|
101
|
+
'aria-modal'?: (boolean | "false" | "true") | undefined;
|
|
102
|
+
'aria-multiline'?: (boolean | "false" | "true") | undefined;
|
|
103
|
+
'aria-multiselectable'?: (boolean | "false" | "true") | undefined;
|
|
104
104
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
105
105
|
'aria-owns'?: string | undefined;
|
|
106
106
|
'aria-placeholder'?: string | undefined;
|
|
107
107
|
'aria-posinset'?: number | undefined;
|
|
108
|
-
'aria-pressed'?: boolean | "
|
|
109
|
-
'aria-readonly'?: (boolean | "
|
|
108
|
+
'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
|
|
109
|
+
'aria-readonly'?: (boolean | "false" | "true") | undefined;
|
|
110
110
|
'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
111
|
-
'aria-required'?: (boolean | "
|
|
111
|
+
'aria-required'?: (boolean | "false" | "true") | undefined;
|
|
112
112
|
'aria-roledescription'?: string | undefined;
|
|
113
113
|
'aria-rowcount'?: number | undefined;
|
|
114
114
|
'aria-rowindex'?: number | undefined;
|
|
115
115
|
'aria-rowspan'?: number | undefined;
|
|
116
|
-
'aria-selected'?: (boolean | "
|
|
116
|
+
'aria-selected'?: (boolean | "false" | "true") | undefined;
|
|
117
117
|
'aria-setsize'?: number | undefined;
|
|
118
118
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
119
119
|
'aria-valuemax'?: number | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/components",
|
|
3
|
-
"version": "1.28.
|
|
3
|
+
"version": "1.28.12",
|
|
4
4
|
"description": "React components for ttoss ecosystem.",
|
|
5
5
|
"author": "ttoss",
|
|
6
6
|
"contributors": [
|
|
@@ -24,16 +24,16 @@
|
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"react": ">=16.8.0",
|
|
27
|
-
"@ttoss/ui": "^1.36.
|
|
27
|
+
"@ttoss/ui": "^1.36.12"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@types/jest": "^29.5.
|
|
31
|
-
"@types/react": "^18.2.
|
|
30
|
+
"@types/jest": "^29.5.2",
|
|
31
|
+
"@types/react": "^18.2.8",
|
|
32
32
|
"jest": "^29.5.0",
|
|
33
33
|
"tsup": "^6.7.0",
|
|
34
|
-
"@ttoss/config": "^1.30.
|
|
35
|
-
"@ttoss/test-utils": "^1.23.
|
|
36
|
-
"@ttoss/ui": "^1.36.
|
|
34
|
+
"@ttoss/config": "^1.30.1",
|
|
35
|
+
"@ttoss/test-utils": "^1.23.2",
|
|
36
|
+
"@ttoss/ui": "^1.36.12"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"React",
|