@ttoss/components 1.29.19 → 1.29.20
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 +50 -50
- package/dist/index.d.ts +50 -50
- package/package.json +9 -9
package/dist/index.d.mts
CHANGED
|
@@ -76,56 +76,56 @@ declare const Accordion: {
|
|
|
76
76
|
unselectable?: "on" | "off" | undefined;
|
|
77
77
|
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
78
78
|
is?: string | undefined;
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
79
|
+
"aria-activedescendant"?: string | undefined;
|
|
80
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
81
|
+
"aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
|
|
82
|
+
"aria-braillelabel"?: string | undefined;
|
|
83
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
84
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
85
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
86
|
+
"aria-colcount"?: number | undefined;
|
|
87
|
+
"aria-colindex"?: number | undefined;
|
|
88
|
+
"aria-colindextext"?: string | undefined;
|
|
89
|
+
"aria-colspan"?: number | undefined;
|
|
90
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
91
|
+
"aria-describedby"?: string | undefined;
|
|
92
|
+
"aria-description"?: string | undefined;
|
|
93
|
+
"aria-details"?: string | undefined;
|
|
94
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
95
|
+
"aria-errormessage"?: string | undefined;
|
|
96
|
+
"aria-flowto"?: string | undefined;
|
|
97
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
98
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
99
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
100
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
101
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
102
|
+
"aria-label"?: string | undefined;
|
|
103
|
+
"aria-labelledby"?: string | undefined;
|
|
104
|
+
"aria-level"?: number | undefined;
|
|
105
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
106
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
107
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
108
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
109
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
110
|
+
"aria-owns"?: string | undefined;
|
|
111
|
+
"aria-placeholder"?: string | undefined;
|
|
112
|
+
"aria-posinset"?: number | undefined;
|
|
113
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
114
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
115
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
116
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
117
|
+
"aria-roledescription"?: string | undefined;
|
|
118
|
+
"aria-rowcount"?: number | undefined;
|
|
119
|
+
"aria-rowindex"?: number | undefined;
|
|
120
|
+
"aria-rowindextext"?: string | undefined;
|
|
121
|
+
"aria-rowspan"?: number | undefined;
|
|
122
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
123
|
+
"aria-setsize"?: number | undefined;
|
|
124
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
125
|
+
"aria-valuemax"?: number | undefined;
|
|
126
|
+
"aria-valuemin"?: number | undefined;
|
|
127
|
+
"aria-valuenow"?: number | undefined;
|
|
128
|
+
"aria-valuetext"?: string | undefined;
|
|
129
129
|
dangerouslySetInnerHTML?: {
|
|
130
130
|
__html: string | TrustedHTML;
|
|
131
131
|
} | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -76,56 +76,56 @@ declare const Accordion: {
|
|
|
76
76
|
unselectable?: "on" | "off" | undefined;
|
|
77
77
|
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
78
78
|
is?: string | undefined;
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
79
|
+
"aria-activedescendant"?: string | undefined;
|
|
80
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
81
|
+
"aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
|
|
82
|
+
"aria-braillelabel"?: string | undefined;
|
|
83
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
84
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
85
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
86
|
+
"aria-colcount"?: number | undefined;
|
|
87
|
+
"aria-colindex"?: number | undefined;
|
|
88
|
+
"aria-colindextext"?: string | undefined;
|
|
89
|
+
"aria-colspan"?: number | undefined;
|
|
90
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
91
|
+
"aria-describedby"?: string | undefined;
|
|
92
|
+
"aria-description"?: string | undefined;
|
|
93
|
+
"aria-details"?: string | undefined;
|
|
94
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
95
|
+
"aria-errormessage"?: string | undefined;
|
|
96
|
+
"aria-flowto"?: string | undefined;
|
|
97
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
98
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
99
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
100
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
101
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
102
|
+
"aria-label"?: string | undefined;
|
|
103
|
+
"aria-labelledby"?: string | undefined;
|
|
104
|
+
"aria-level"?: number | undefined;
|
|
105
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
106
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
107
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
108
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
109
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
110
|
+
"aria-owns"?: string | undefined;
|
|
111
|
+
"aria-placeholder"?: string | undefined;
|
|
112
|
+
"aria-posinset"?: number | undefined;
|
|
113
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
114
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
115
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
116
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
117
|
+
"aria-roledescription"?: string | undefined;
|
|
118
|
+
"aria-rowcount"?: number | undefined;
|
|
119
|
+
"aria-rowindex"?: number | undefined;
|
|
120
|
+
"aria-rowindextext"?: string | undefined;
|
|
121
|
+
"aria-rowspan"?: number | undefined;
|
|
122
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
123
|
+
"aria-setsize"?: number | undefined;
|
|
124
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
125
|
+
"aria-valuemax"?: number | undefined;
|
|
126
|
+
"aria-valuemin"?: number | undefined;
|
|
127
|
+
"aria-valuenow"?: number | undefined;
|
|
128
|
+
"aria-valuetext"?: string | undefined;
|
|
129
129
|
dangerouslySetInnerHTML?: {
|
|
130
130
|
__html: string | TrustedHTML;
|
|
131
131
|
} | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/components",
|
|
3
|
-
"version": "1.29.
|
|
3
|
+
"version": "1.29.20",
|
|
4
4
|
"description": "React components for ttoss ecosystem.",
|
|
5
5
|
"author": "ttoss",
|
|
6
6
|
"contributors": [
|
|
@@ -31,16 +31,16 @@
|
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"react": ">=16.8.0",
|
|
34
|
-
"@ttoss/ui": "^3.1.
|
|
34
|
+
"@ttoss/ui": "^3.1.6"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@types/jest": "^29.5.
|
|
38
|
-
"@types/react": "^18.2.
|
|
39
|
-
"jest": "^29.
|
|
40
|
-
"tsup": "^7.
|
|
41
|
-
"@ttoss/config": "^1.
|
|
42
|
-
"@ttoss/test-utils": "^1.
|
|
43
|
-
"@ttoss/ui": "^3.1.
|
|
37
|
+
"@types/jest": "^29.5.5",
|
|
38
|
+
"@types/react": "^18.2.27",
|
|
39
|
+
"jest": "^29.7.0",
|
|
40
|
+
"tsup": "^7.2.0",
|
|
41
|
+
"@ttoss/config": "^1.31.0",
|
|
42
|
+
"@ttoss/test-utils": "^1.24.0",
|
|
43
|
+
"@ttoss/ui": "^3.1.6"
|
|
44
44
|
},
|
|
45
45
|
"keywords": [
|
|
46
46
|
"React",
|