@progress/kendo-react-layout 4.13.0 → 4.14.0-dev.202112150919

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.
@@ -124,7 +124,7 @@ export var DrawerNavigation = React.forwardRef(function (props, target) {
124
124
  (dir === 'ltr' && position === 'start') || (dir === 'rtl' && position === 'end') ?
125
125
  mini ? collapseOverlayMini : collapseOverlay :
126
126
  mini ? collapseOverlayMini : collapseOverlayRtl;
127
- var drawerItems = (items && (React.createElement("ul", { className: 'k-drawer-items', role: "listbox", title: "drawer-list", "aria-expanded": expanded }, items
127
+ var drawerItems = (items && (React.createElement("ul", { className: 'k-drawer-items', role: "listbox", "aria-label": "drawer-list", "aria-expanded": expanded }, items
128
128
  .map(function (element, index) {
129
129
  var drawerItemProps = __assign({ index: index }, element, { onSelect: onSelect });
130
130
  var ItemComp = item || DrawerItem;
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-react-layout',
6
6
  productName: 'KendoReact',
7
7
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
8
- publishDate: 1638880516,
8
+ publishDate: 1639558671,
9
9
  version: '',
10
10
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
11
11
  };
@@ -126,7 +126,7 @@ exports.DrawerNavigation = React.forwardRef(function (props, target) {
126
126
  (dir === 'ltr' && position === 'start') || (dir === 'rtl' && position === 'end') ?
127
127
  mini ? collapseOverlayMini : collapseOverlay :
128
128
  mini ? collapseOverlayMini : collapseOverlayRtl;
129
- var drawerItems = (items && (React.createElement("ul", { className: 'k-drawer-items', role: "listbox", title: "drawer-list", "aria-expanded": expanded }, items
129
+ var drawerItems = (items && (React.createElement("ul", { className: 'k-drawer-items', role: "listbox", "aria-label": "drawer-list", "aria-expanded": expanded }, items
130
130
  .map(function (element, index) {
131
131
  var drawerItemProps = __assign({ index: index }, element, { onSelect: onSelect });
132
132
  var ItemComp = item || DrawerItem_1.DrawerItem;
@@ -7,7 +7,7 @@ exports.packageMetadata = {
7
7
  name: '@progress/kendo-react-layout',
8
8
  productName: 'KendoReact',
9
9
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
10
- publishDate: 1638880516,
10
+ publishDate: 1639558671,
11
11
  version: '',
12
12
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
13
13
  };