lwc 4.0.1 → 5.0.1

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/index.d.ts +5 -0
  2. package/package.json +16 -16
package/index.d.ts CHANGED
@@ -89,6 +89,8 @@ declare module 'lwc' {
89
89
  ariaSetSize: string | null;
90
90
  ariaColCount: string | null;
91
91
  ariaColIndex: string | null;
92
+ ariaColIndexText: string | null;
93
+ ariaDescription: string | null;
92
94
  ariaDetails: string | null;
93
95
  ariaErrorMessage: string | null;
94
96
  ariaKeyShortcuts: string | null;
@@ -97,8 +99,11 @@ declare module 'lwc' {
97
99
  ariaRoleDescription: string | null;
98
100
  ariaRowCount: string | null;
99
101
  ariaRowIndex: string | null;
102
+ ariaRowIndexText: string | null;
100
103
  ariaRowSpan: string | null;
101
104
  ariaColSpan: string | null;
105
+ ariaBrailleLabel: string | null;
106
+ ariaBrailleRoleDescription: string | null;
102
107
  role: string | null;
103
108
  }
104
109
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lwc",
3
- "version": "4.0.1",
3
+ "version": "5.0.1",
4
4
  "description": "Lightning Web Components (LWC)",
5
5
  "homepage": "https://lwc.dev/",
6
6
  "repository": {
@@ -20,21 +20,21 @@
20
20
  "*.d.ts"
21
21
  ],
22
22
  "dependencies": {
23
- "@lwc/aria-reflection": "4.0.1",
24
- "@lwc/babel-plugin-component": "4.0.1",
25
- "@lwc/compiler": "4.0.1",
26
- "@lwc/engine-core": "4.0.1",
27
- "@lwc/engine-dom": "4.0.1",
28
- "@lwc/engine-server": "4.0.1",
29
- "@lwc/errors": "4.0.1",
30
- "@lwc/features": "4.0.1",
31
- "@lwc/module-resolver": "4.0.1",
32
- "@lwc/rollup-plugin": "4.0.1",
33
- "@lwc/shared": "4.0.1",
34
- "@lwc/style-compiler": "4.0.1",
35
- "@lwc/synthetic-shadow": "4.0.1",
36
- "@lwc/template-compiler": "4.0.1",
37
- "@lwc/wire-service": "4.0.1"
23
+ "@lwc/aria-reflection": "5.0.1",
24
+ "@lwc/babel-plugin-component": "5.0.1",
25
+ "@lwc/compiler": "5.0.1",
26
+ "@lwc/engine-core": "5.0.1",
27
+ "@lwc/engine-dom": "5.0.1",
28
+ "@lwc/engine-server": "5.0.1",
29
+ "@lwc/errors": "5.0.1",
30
+ "@lwc/features": "5.0.1",
31
+ "@lwc/module-resolver": "5.0.1",
32
+ "@lwc/rollup-plugin": "5.0.1",
33
+ "@lwc/shared": "5.0.1",
34
+ "@lwc/style-compiler": "5.0.1",
35
+ "@lwc/synthetic-shadow": "5.0.1",
36
+ "@lwc/template-compiler": "5.0.1",
37
+ "@lwc/wire-service": "5.0.1"
38
38
  },
39
39
  "lwc": {
40
40
  "modules": [