@clayui/breadcrumb 3.48.0 → 3.49.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.49.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.40.0",
|
|
30
|
-
"@clayui/drop-down": "^3.
|
|
30
|
+
"@clayui/drop-down": "^3.49.0",
|
|
31
31
|
"@clayui/icon": "^3.40.0",
|
|
32
32
|
"@clayui/link": "^3.45.0",
|
|
33
|
-
"@clayui/shared": "^3.
|
|
33
|
+
"@clayui/shared": "^3.49.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": "
|
|
45
|
+
"gitHead": "dc322a085c46b0d5746e682e8ad7c68866c975f4"
|
|
46
46
|
}
|
|
@@ -38,6 +38,7 @@ 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=""
|
|
41
42
|
type="button"
|
|
42
43
|
>
|
|
43
44
|
<svg
|
|
@@ -116,6 +117,7 @@ exports[`ClayBreadcrumb renders 1`] = `
|
|
|
116
117
|
<button
|
|
117
118
|
class="dropdown-toggle breadcrumb-link btn btn-unstyled"
|
|
118
119
|
data-testid="breadcrumbDropdownTrigger"
|
|
120
|
+
style=""
|
|
119
121
|
type="button"
|
|
120
122
|
>
|
|
121
123
|
<svg
|
|
@@ -195,6 +197,7 @@ exports[`ClayBreadcrumb renders with properties passed by \`ellipsisProps\` 1`]
|
|
|
195
197
|
<button
|
|
196
198
|
class="dropdown-toggle breadcrumb-link btn btn-unstyled"
|
|
197
199
|
data-testid="breadcrumbDropdownTrigger"
|
|
200
|
+
style=""
|
|
198
201
|
type="button"
|
|
199
202
|
>
|
|
200
203
|
<svg
|