@ttoss/components 1.28.13 → 1.29.2

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/esm/index.js CHANGED
@@ -145,6 +145,7 @@ var Modal = props => {
145
145
  display: "flex",
146
146
  justifyContent: "center",
147
147
  alignItems: "center",
148
+ zIndex: "modal",
148
149
  ...props.style?.overlay
149
150
  })(theme),
150
151
  content: transformStyleObject2({
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 | "false" | "true") | undefined;
42
+ contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
43
43
  contextMenu?: string | undefined;
44
44
  dir?: string | undefined;
45
- draggable?: (boolean | "false" | "true") | undefined;
45
+ draggable?: (boolean | "true" | "false") | undefined;
46
46
  hidden?: boolean | undefined;
47
47
  lang?: string | undefined;
48
48
  nonce?: string | undefined;
49
49
  placeholder?: string | undefined;
50
- spellCheck?: (boolean | "false" | "true") | undefined;
50
+ spellCheck?: (boolean | "true" | "false") | undefined;
51
51
  translate?: "yes" | "no" | undefined;
52
52
  radioGroup?: string | undefined;
53
53
  about?: string | undefined;
@@ -76,44 +76,49 @@ 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 | "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;
79
+ 'aria-atomic'?: (boolean | "true" | "false") | undefined;
80
+ 'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
81
+ 'aria-braillelabel'?: string | undefined;
82
+ 'aria-brailleroledescription'?: string | undefined;
83
+ 'aria-busy'?: (boolean | "true" | "false") | undefined;
84
+ 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
83
85
  'aria-colcount'?: number | undefined;
84
86
  'aria-colindex'?: number | undefined;
87
+ 'aria-colindextext'?: string | undefined;
85
88
  'aria-colspan'?: number | undefined;
86
- 'aria-current'?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
89
+ 'aria-current'?: boolean | "time" | "page" | "true" | "false" | "step" | "location" | "date" | undefined;
87
90
  'aria-describedby'?: string | undefined;
91
+ 'aria-description'?: string | undefined;
88
92
  'aria-details'?: string | undefined;
89
- 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
93
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
90
94
  'aria-errormessage'?: string | undefined;
91
95
  'aria-flowto'?: string | undefined;
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
+ '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
100
  'aria-keyshortcuts'?: string | undefined;
97
101
  'aria-label'?: string | undefined;
98
102
  'aria-labelledby'?: string | undefined;
99
103
  'aria-level'?: number | undefined;
100
104
  'aria-live'?: "off" | "assertive" | "polite" | undefined;
101
- 'aria-modal'?: (boolean | "false" | "true") | undefined;
102
- 'aria-multiline'?: (boolean | "false" | "true") | undefined;
103
- 'aria-multiselectable'?: (boolean | "false" | "true") | undefined;
105
+ 'aria-modal'?: (boolean | "true" | "false") | undefined;
106
+ 'aria-multiline'?: (boolean | "true" | "false") | undefined;
107
+ 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
104
108
  'aria-orientation'?: "horizontal" | "vertical" | undefined;
105
109
  'aria-owns'?: string | undefined;
106
110
  'aria-placeholder'?: string | undefined;
107
111
  'aria-posinset'?: number | undefined;
108
- 'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
109
- 'aria-readonly'?: (boolean | "false" | "true") | undefined;
112
+ 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
113
+ 'aria-readonly'?: (boolean | "true" | "false") | undefined;
110
114
  'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
111
- 'aria-required'?: (boolean | "false" | "true") | undefined;
115
+ 'aria-required'?: (boolean | "true" | "false") | undefined;
112
116
  'aria-roledescription'?: string | undefined;
113
117
  'aria-rowcount'?: number | undefined;
114
118
  'aria-rowindex'?: number | undefined;
119
+ 'aria-rowindextext'?: string | undefined;
115
120
  'aria-rowspan'?: number | undefined;
116
- 'aria-selected'?: (boolean | "false" | "true") | undefined;
121
+ 'aria-selected'?: (boolean | "true" | "false") | undefined;
117
122
  'aria-setsize'?: number | undefined;
118
123
  'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
119
124
  'aria-valuemax'?: number | undefined;
package/dist/index.js CHANGED
@@ -192,6 +192,7 @@ var Modal = props => {
192
192
  display: "flex",
193
193
  justifyContent: "center",
194
194
  alignItems: "center",
195
+ zIndex: "modal",
195
196
  ...props.style?.overlay
196
197
  })(theme),
197
198
  content: (0, import_css3.css)({
package/package.json CHANGED
@@ -1,11 +1,16 @@
1
1
  {
2
2
  "name": "@ttoss/components",
3
- "version": "1.28.13",
3
+ "version": "1.29.2",
4
4
  "description": "React components for ttoss ecosystem.",
5
5
  "author": "ttoss",
6
6
  "contributors": [
7
7
  "Pedro Arantes <pedro@arantespp.com> (https://arantespp.com/contact)"
8
8
  ],
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/ttoss/ttoss.git",
12
+ "directory": "packages/components"
13
+ },
9
14
  "main": "dist/index.js",
10
15
  "module": "dist/esm/index.js",
11
16
  "files": [
@@ -15,32 +20,33 @@
15
20
  "sideEffects": false,
16
21
  "typings": "dist/index.d.ts",
17
22
  "dependencies": {
18
- "@emotion/css": "^11.10.8",
23
+ "@emotion/css": "^11.11.0",
19
24
  "@theme-ui/css": "^0.15.7",
20
25
  "@types/react-modal": "^3.16.0",
21
26
  "react-accessible-accordion": "^5.0.0",
22
27
  "react-modal": "^3.16.1",
23
- "react-toastify": "^9.1.2"
28
+ "react-toastify": "^9.1.3"
24
29
  },
25
30
  "peerDependencies": {
26
31
  "react": ">=16.8.0",
27
- "@ttoss/ui": "^1.37.0"
32
+ "@ttoss/ui": "^1.37.3"
28
33
  },
29
34
  "devDependencies": {
30
35
  "@types/jest": "^29.5.2",
31
- "@types/react": "^18.2.8",
36
+ "@types/react": "^18.2.11",
32
37
  "jest": "^29.5.0",
33
38
  "tsup": "^6.7.0",
34
- "@ttoss/config": "^1.30.1",
35
- "@ttoss/test-utils": "^1.23.2",
36
- "@ttoss/ui": "^1.37.0"
39
+ "@ttoss/config": "^1.30.3",
40
+ "@ttoss/test-utils": "^1.23.4",
41
+ "@ttoss/ui": "^1.37.3"
37
42
  },
38
43
  "keywords": [
39
44
  "React",
40
45
  "components"
41
46
  ],
42
47
  "publishConfig": {
43
- "access": "public"
48
+ "access": "public",
49
+ "provenance": true
44
50
  },
45
51
  "gitHead": "e2b509ee8717f07f7365191b651dcbb5f080e05a",
46
52
  "scripts": {
@@ -28,6 +28,7 @@ export const Modal = (props: ModalProps) => {
28
28
  display: 'flex',
29
29
  justifyContent: 'center',
30
30
  alignItems: 'center',
31
+ zIndex: 'modal',
31
32
  ...props.style?.overlay,
32
33
  })(theme) as any,
33
34
  content: transformStyleObject({