@ttoss/components 1.26.31 → 1.26.33

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +21 -21
  2. package/package.json +10 -8
package/dist/index.d.ts CHANGED
@@ -38,15 +38,15 @@ declare const Accordion: {
38
38
  accessKey?: string | undefined;
39
39
  autoFocus?: boolean | undefined;
40
40
  className?: string | undefined;
41
- contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
41
+ contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
42
42
  contextMenu?: string | undefined;
43
43
  dir?: string | undefined;
44
- draggable?: (boolean | "true" | "false") | undefined;
44
+ draggable?: (boolean | "false" | "true") | undefined;
45
45
  hidden?: boolean | undefined;
46
46
  lang?: string | undefined;
47
47
  nonce?: string | undefined;
48
48
  placeholder?: string | undefined;
49
- spellCheck?: (boolean | "true" | "false") | undefined;
49
+ spellCheck?: (boolean | "false" | "true") | undefined;
50
50
  translate?: "yes" | "no" | undefined;
51
51
  radioGroup?: string | undefined;
52
52
  about?: string | undefined;
@@ -75,44 +75,44 @@ declare const Accordion: {
75
75
  inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
76
76
  is?: string | undefined;
77
77
  'aria-activedescendant'?: string | undefined;
78
- 'aria-atomic'?: (boolean | "true" | "false") | undefined;
79
- 'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
80
- 'aria-busy'?: (boolean | "true" | "false") | undefined;
81
- 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
78
+ 'aria-atomic'?: (boolean | "false" | "true") | undefined;
79
+ 'aria-autocomplete'?: "none" | "both" | "inline" | "list" | undefined;
80
+ 'aria-busy'?: (boolean | "false" | "true") | undefined;
81
+ 'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
82
82
  'aria-colcount'?: number | undefined;
83
83
  'aria-colindex'?: number | undefined;
84
84
  'aria-colspan'?: number | undefined;
85
- 'aria-current'?: boolean | "time" | "page" | "true" | "false" | "step" | "location" | "date" | undefined;
85
+ 'aria-current'?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
86
86
  'aria-describedby'?: string | undefined;
87
87
  'aria-details'?: string | undefined;
88
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
88
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
89
89
  'aria-errormessage'?: string | undefined;
90
90
  'aria-flowto'?: string | undefined;
91
- 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
92
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "true" | "false" | "listbox" | "tree" | undefined;
93
- 'aria-hidden'?: (boolean | "true" | "false") | undefined;
94
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
91
+ 'aria-grabbed'?: (boolean | "false" | "true") | undefined;
92
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
93
+ 'aria-hidden'?: (boolean | "false" | "true") | undefined;
94
+ 'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
95
95
  'aria-keyshortcuts'?: string | undefined;
96
96
  'aria-label'?: string | undefined;
97
97
  'aria-labelledby'?: string | undefined;
98
98
  'aria-level'?: number | undefined;
99
99
  'aria-live'?: "off" | "assertive" | "polite" | undefined;
100
- 'aria-modal'?: (boolean | "true" | "false") | undefined;
101
- 'aria-multiline'?: (boolean | "true" | "false") | undefined;
102
- 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
100
+ 'aria-modal'?: (boolean | "false" | "true") | undefined;
101
+ 'aria-multiline'?: (boolean | "false" | "true") | undefined;
102
+ 'aria-multiselectable'?: (boolean | "false" | "true") | undefined;
103
103
  'aria-orientation'?: "horizontal" | "vertical" | undefined;
104
104
  'aria-owns'?: string | undefined;
105
105
  'aria-placeholder'?: string | undefined;
106
106
  'aria-posinset'?: number | undefined;
107
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
108
- 'aria-readonly'?: (boolean | "true" | "false") | undefined;
107
+ 'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
108
+ 'aria-readonly'?: (boolean | "false" | "true") | undefined;
109
109
  'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
110
- 'aria-required'?: (boolean | "true" | "false") | undefined;
110
+ 'aria-required'?: (boolean | "false" | "true") | undefined;
111
111
  'aria-roledescription'?: string | undefined;
112
112
  'aria-rowcount'?: number | undefined;
113
113
  'aria-rowindex'?: number | undefined;
114
114
  'aria-rowspan'?: number | undefined;
115
- 'aria-selected'?: (boolean | "true" | "false") | undefined;
115
+ 'aria-selected'?: (boolean | "false" | "true") | undefined;
116
116
  'aria-setsize'?: number | undefined;
117
117
  'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
118
118
  'aria-valuemax'?: number | undefined;
@@ -120,7 +120,7 @@ declare const Accordion: {
120
120
  'aria-valuenow'?: number | undefined;
121
121
  'aria-valuetext'?: string | undefined;
122
122
  dangerouslySetInnerHTML?: {
123
- __html: string;
123
+ __html: string | TrustedHTML;
124
124
  } | undefined;
125
125
  onCopy?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
126
126
  onCopyCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/components",
3
- "version": "1.26.31",
3
+ "version": "1.26.33",
4
4
  "description": "React components.",
5
5
  "license": "UNLICENSED",
6
6
  "author": "ttoss",
@@ -15,7 +15,7 @@
15
15
  ],
16
16
  "scripts": {
17
17
  "build": "tsup",
18
- "dev": "yarn workspace @docs/storybook run dev",
18
+ "dev": "pnpm workspace @docs/storybook run dev",
19
19
  "test": "jest"
20
20
  },
21
21
  "sideEffects": false,
@@ -29,15 +29,17 @@
29
29
  "react-toastify": "^9.1.1"
30
30
  },
31
31
  "peerDependencies": {
32
- "@ttoss/ui": "^1.23.0",
32
+ "@ttoss/ui": "^",
33
33
  "react": ">=16.8.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@ttoss/config": "^1.29.3",
37
- "@ttoss/test-utils": "^1.21.2",
38
- "@ttoss/ui": "^1.31.18",
36
+ "@ttoss/config": "^1.29.4",
37
+ "@ttoss/test-utils": "^1.21.3",
38
+ "@ttoss/ui": "^1.32.1",
39
39
  "@types/jest": "^29.5.0",
40
- "jest": "^29.5.0"
40
+ "@types/react": "^18.0.35",
41
+ "jest": "^29.5.0",
42
+ "tsup": "^6.7.0"
41
43
  },
42
44
  "keywords": [
43
45
  "React",
@@ -46,5 +48,5 @@
46
48
  "publishConfig": {
47
49
  "access": "public"
48
50
  },
49
- "gitHead": "3f398d2717a3ac8f7fecf4c79c028b35f0ef45fb"
51
+ "gitHead": "81c9da91988b338a6449d84b4dfc183ccf9ed941"
50
52
  }