@clayui/breadcrumb 3.47.0 → 3.48.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.
|
|
3
|
+
"version": "3.48.0",
|
|
4
4
|
"description": "ClayBreadcrumb component",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"repository": "https://github.com/liferay/clay",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@clayui/button": "^3.40.0",
|
|
30
|
-
"@clayui/drop-down": "^3.
|
|
30
|
+
"@clayui/drop-down": "^3.48.0",
|
|
31
31
|
"@clayui/icon": "^3.40.0",
|
|
32
32
|
"@clayui/link": "^3.45.0",
|
|
33
33
|
"@clayui/shared": "^3.47.0",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"browserslist": [
|
|
43
43
|
"extends browserslist-config-clay"
|
|
44
44
|
],
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "332f9f7bb061208704f2ab107a6f4347c97b0292"
|
|
46
46
|
}
|
|
@@ -38,7 +38,6 @@ exports[`ClayBreadcrumb calls callback when an item is clicked 1`] = `
|
|
|
38
38
|
<button
|
|
39
39
|
class="dropdown-toggle breadcrumb-link btn btn-unstyled"
|
|
40
40
|
data-testid="breadcrumbDropdownTrigger"
|
|
41
|
-
style=""
|
|
42
41
|
type="button"
|
|
43
42
|
>
|
|
44
43
|
<svg
|
|
@@ -117,7 +116,6 @@ exports[`ClayBreadcrumb renders 1`] = `
|
|
|
117
116
|
<button
|
|
118
117
|
class="dropdown-toggle breadcrumb-link btn btn-unstyled"
|
|
119
118
|
data-testid="breadcrumbDropdownTrigger"
|
|
120
|
-
style=""
|
|
121
119
|
type="button"
|
|
122
120
|
>
|
|
123
121
|
<svg
|
|
@@ -197,7 +195,6 @@ exports[`ClayBreadcrumb renders with properties passed by \`ellipsisProps\` 1`]
|
|
|
197
195
|
<button
|
|
198
196
|
class="dropdown-toggle breadcrumb-link btn btn-unstyled"
|
|
199
197
|
data-testid="breadcrumbDropdownTrigger"
|
|
200
|
-
style=""
|
|
201
198
|
type="button"
|
|
202
199
|
>
|
|
203
200
|
<svg
|