@clayui/breadcrumb 3.66.0 → 3.69.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clayui/breadcrumb",
3
- "version": "3.66.0",
3
+ "version": "3.69.0",
4
4
  "description": "ClayBreadcrumb component",
5
5
  "license": "BSD-3-Clause",
6
6
  "repository": "https://github.com/liferay/clay",
@@ -27,10 +27,10 @@
27
27
  ],
28
28
  "dependencies": {
29
29
  "@clayui/button": "^3.65.0",
30
- "@clayui/drop-down": "^3.66.0",
30
+ "@clayui/drop-down": "^3.69.0",
31
31
  "@clayui/icon": "^3.56.0",
32
32
  "@clayui/link": "^3.56.0",
33
- "@clayui/shared": "^3.65.0",
33
+ "@clayui/shared": "^3.69.0",
34
34
  "classnames": "^2.2.6",
35
35
  "warning": "^4.0.3"
36
36
  },
@@ -42,5 +42,5 @@
42
42
  "browserslist": [
43
43
  "extends browserslist-config-clay"
44
44
  ],
45
- "gitHead": "2aca62674f3926f41f2c5f3e37a065ccfc6d0cb6"
45
+ "gitHead": "510da79d152edf887a1eed74d2d38787343ce6e4"
46
46
  }
@@ -38,7 +38,7 @@ exports[`ClayBreadcrumb calls callback when an item is clicked 1`] = `
38
38
  <button
39
39
  aria-controls="clay-dropdown-menu-3"
40
40
  aria-expanded="false"
41
- aria-haspopup="menu"
41
+ aria-haspopup="true"
42
42
  class="dropdown-toggle breadcrumb-link btn btn-unstyled"
43
43
  data-testid="breadcrumbDropdownTrigger"
44
44
  style=""
@@ -120,7 +120,7 @@ exports[`ClayBreadcrumb renders 1`] = `
120
120
  <button
121
121
  aria-controls="clay-dropdown-menu-1"
122
122
  aria-expanded="false"
123
- aria-haspopup="menu"
123
+ aria-haspopup="true"
124
124
  class="dropdown-toggle breadcrumb-link btn btn-unstyled"
125
125
  data-testid="breadcrumbDropdownTrigger"
126
126
  style=""
@@ -203,7 +203,7 @@ exports[`ClayBreadcrumb renders with properties passed by \`ellipsisProps\` 1`]
203
203
  <button
204
204
  aria-controls="clay-dropdown-menu-2"
205
205
  aria-expanded="false"
206
- aria-haspopup="menu"
206
+ aria-haspopup="true"
207
207
  class="dropdown-toggle breadcrumb-link btn btn-unstyled"
208
208
  data-testid="breadcrumbDropdownTrigger"
209
209
  style=""