@ttoss/components 1.29.4 → 1.29.5

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/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  ### Install @ttoss/components
10
10
 
11
11
  ```shell
12
- pnpm add @ttoss/components @ttoss/ui
12
+ pnpm add @ttoss/components @ttoss/ui @emotion/react
13
13
  ```
14
14
 
15
15
  ## Components
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 | "true" | "false") | undefined;
42
+ contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
43
43
  contextMenu?: string | undefined;
44
44
  dir?: string | undefined;
45
- draggable?: (boolean | "true" | "false") | undefined;
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 | "true" | "false") | undefined;
50
+ spellCheck?: (boolean | "false" | "true") | undefined;
51
51
  translate?: "yes" | "no" | undefined;
52
52
  radioGroup?: string | undefined;
53
53
  about?: string | undefined;
@@ -73,52 +73,52 @@ declare const Accordion: {
73
73
  results?: number | undefined;
74
74
  security?: string | undefined;
75
75
  unselectable?: "on" | "off" | undefined;
76
- inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
76
+ inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
77
77
  is?: string | undefined;
78
78
  'aria-activedescendant'?: string | undefined;
79
- 'aria-atomic'?: (boolean | "true" | "false") | undefined;
80
- 'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
79
+ 'aria-atomic'?: (boolean | "false" | "true") | undefined;
80
+ 'aria-autocomplete'?: "none" | "both" | "inline" | "list" | undefined;
81
81
  'aria-braillelabel'?: string | undefined;
82
82
  'aria-brailleroledescription'?: string | undefined;
83
- 'aria-busy'?: (boolean | "true" | "false") | undefined;
84
- 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
83
+ 'aria-busy'?: (boolean | "false" | "true") | undefined;
84
+ 'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
85
85
  'aria-colcount'?: number | undefined;
86
86
  'aria-colindex'?: number | undefined;
87
87
  'aria-colindextext'?: string | undefined;
88
88
  'aria-colspan'?: number | undefined;
89
- 'aria-current'?: boolean | "time" | "page" | "true" | "false" | "step" | "location" | "date" | undefined;
89
+ 'aria-current'?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
90
90
  'aria-describedby'?: string | undefined;
91
91
  'aria-description'?: string | undefined;
92
92
  'aria-details'?: string | undefined;
93
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
93
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
94
94
  'aria-errormessage'?: string | undefined;
95
95
  'aria-flowto'?: string | undefined;
96
- 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
97
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "true" | "false" | "listbox" | "tree" | undefined;
98
- 'aria-hidden'?: (boolean | "true" | "false") | undefined;
99
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
96
+ 'aria-grabbed'?: (boolean | "false" | "true") | undefined;
97
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
98
+ 'aria-hidden'?: (boolean | "false" | "true") | undefined;
99
+ 'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
100
100
  'aria-keyshortcuts'?: string | undefined;
101
101
  'aria-label'?: string | undefined;
102
102
  'aria-labelledby'?: string | undefined;
103
103
  'aria-level'?: number | undefined;
104
104
  'aria-live'?: "off" | "assertive" | "polite" | undefined;
105
- 'aria-modal'?: (boolean | "true" | "false") | undefined;
106
- 'aria-multiline'?: (boolean | "true" | "false") | undefined;
107
- 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
105
+ 'aria-modal'?: (boolean | "false" | "true") | undefined;
106
+ 'aria-multiline'?: (boolean | "false" | "true") | undefined;
107
+ 'aria-multiselectable'?: (boolean | "false" | "true") | undefined;
108
108
  'aria-orientation'?: "horizontal" | "vertical" | undefined;
109
109
  'aria-owns'?: string | undefined;
110
110
  'aria-placeholder'?: string | undefined;
111
111
  'aria-posinset'?: number | undefined;
112
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
113
- 'aria-readonly'?: (boolean | "true" | "false") | undefined;
112
+ 'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
113
+ 'aria-readonly'?: (boolean | "false" | "true") | undefined;
114
114
  'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
115
- 'aria-required'?: (boolean | "true" | "false") | undefined;
115
+ 'aria-required'?: (boolean | "false" | "true") | undefined;
116
116
  'aria-roledescription'?: string | undefined;
117
117
  'aria-rowcount'?: number | undefined;
118
118
  'aria-rowindex'?: number | undefined;
119
119
  'aria-rowindextext'?: string | undefined;
120
120
  'aria-rowspan'?: number | undefined;
121
- 'aria-selected'?: (boolean | "true" | "false") | undefined;
121
+ 'aria-selected'?: (boolean | "false" | "true") | undefined;
122
122
  'aria-setsize'?: number | undefined;
123
123
  'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
124
124
  'aria-valuemax'?: number | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/components",
3
- "version": "1.29.4",
3
+ "version": "1.29.5",
4
4
  "description": "React components for ttoss ecosystem.",
5
5
  "author": "ttoss",
6
6
  "contributors": [
@@ -29,16 +29,16 @@
29
29
  },
30
30
  "peerDependencies": {
31
31
  "react": ">=16.8.0",
32
- "@ttoss/ui": "^2.0.0"
32
+ "@ttoss/ui": "^2.0.1"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/jest": "^29.5.2",
36
- "@types/react": "^18.2.11",
36
+ "@types/react": "^18.2.12",
37
37
  "jest": "^29.5.0",
38
- "tsup": "^6.7.0",
39
- "@ttoss/config": "^1.30.3",
40
- "@ttoss/test-utils": "^1.23.4",
41
- "@ttoss/ui": "^2.0.0"
38
+ "tsup": "^7.0.0",
39
+ "@ttoss/config": "^1.30.4",
40
+ "@ttoss/test-utils": "^1.23.5",
41
+ "@ttoss/ui": "^2.0.1"
42
42
  },
43
43
  "keywords": [
44
44
  "React",