@carbon/ibmdotcom-web-components 2.46.0 → 2.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/custom-elements.json +6 -0
- package/dist/dotcom-shell.js +6 -6
- package/dist/dotcom-shell.min.js +6 -6
- package/dist/ibmdotcom-web-components-dotcom-shell.js +6 -6
- package/dist/ibmdotcom-web-components-dotcom-shell.min.js +6 -6
- package/dist/{index-6499062e.js → index-7073ec78.js} +10 -10
- package/dist/{index-2a27319c.js → index-b819eefc.js} +81 -12
- package/dist/{left-nav-menu-87cb8009.js → left-nav-menu-0ddb90d7.js} +6 -6
- package/dist/{left-nav-menu-category-heading-8d21b7ff.js → left-nav-menu-category-heading-08d18557.js} +6 -6
- package/dist/{left-nav-menu-category-heading-f24e3053.js → left-nav-menu-category-heading-e2592d0d.js} +6 -6
- package/dist/{left-nav-menu-d2fd2328.js → left-nav-menu-e9108438.js} +6 -6
- package/dist/{left-nav-menu-item-65681d32.js → left-nav-menu-item-a604b8db.js} +6 -6
- package/dist/{left-nav-menu-item-c7dd7954.js → left-nav-menu-item-dcdac62f.js} +6 -6
- package/dist/{left-nav-menu-section-8f88f76b.js → left-nav-menu-section-3a22d6a2.js} +6 -6
- package/dist/{left-nav-menu-section-dfce35ff.js → left-nav-menu-section-763d7ada.js} +6 -6
- package/dist/{left-nav-overlay-69e1d9a3.js → left-nav-overlay-53202cdc.js} +6 -6
- package/dist/{left-nav-overlay-da850571.js → left-nav-overlay-f079f5bd.js} +6 -6
- package/dist/{megamenu-category-group-6674efc2.js → megamenu-category-group-7334a77c.js} +6 -6
- package/dist/{megamenu-category-group-c3e817e7.js → megamenu-category-group-916e8a0d.js} +6 -6
- package/dist/{megamenu-category-group-copy-49c71042.js → megamenu-category-group-copy-af2a7de6.js} +6 -6
- package/dist/{megamenu-category-group-copy-5da065ae.js → megamenu-category-group-copy-ee79d5dc.js} +6 -6
- package/dist/{megamenu-category-heading-e38dad42.js → megamenu-category-heading-53b9be81.js} +6 -6
- package/dist/{megamenu-category-heading-7cf0e3e0.js → megamenu-category-heading-c102de05.js} +6 -6
- package/dist/{megamenu-category-link-46334ebb.js → megamenu-category-link-800dad5a.js} +6 -6
- package/dist/{megamenu-category-link-fc2fc4fe.js → megamenu-category-link-defb1bd6.js} +6 -6
- package/dist/{megamenu-category-link-group-240c9051.js → megamenu-category-link-group-1cce18e8.js} +6 -6
- package/dist/{megamenu-category-link-group-20985052.js → megamenu-category-link-group-d67bfe11.js} +6 -6
- package/dist/{megamenu-left-navigation-f119bbfc.js → megamenu-left-navigation-a328f9e5.js} +6 -6
- package/dist/{megamenu-left-navigation-6245546d.js → megamenu-left-navigation-e98850ab.js} +6 -6
- package/dist/{megamenu-overlay-babb8218.js → megamenu-overlay-406f9d65.js} +6 -6
- package/dist/{megamenu-overlay-6350b555.js → megamenu-overlay-613423d7.js} +6 -6
- package/dist/{megamenu-tab-f8d14ecf.js → megamenu-tab-0b6918ac.js} +6 -6
- package/dist/{megamenu-tab-320d35fa.js → megamenu-tab-e2c7e080.js} +6 -6
- package/es/components/masthead/masthead-cart.d.ts +14 -1
- package/es/components/masthead/masthead-cart.js +76 -7
- package/es/components/masthead/masthead-cart.js.map +1 -1
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -17789,6 +17789,12 @@
|
|
|
17789
17789
|
"type": "{ lc: string; cc: string; }",
|
|
17790
17790
|
"default": "{\"lc\":\"en\",\"cc\":\"us\"}"
|
|
17791
17791
|
},
|
|
17792
|
+
{
|
|
17793
|
+
"name": "updateCart",
|
|
17794
|
+
"description": "Updates cart state",
|
|
17795
|
+
"type": "() => void",
|
|
17796
|
+
"default": "\"() => {\\n console.log('Checking for activeCartId...');\\n const hasCart = SAPCommerceAPI.hasActiveCart();\\n this.hasActiveCart = hasCart;\\n }\""
|
|
17797
|
+
},
|
|
17792
17798
|
{
|
|
17793
17799
|
"name": "styles",
|
|
17794
17800
|
"default": "\"styles\""
|
package/dist/dotcom-shell.js
CHANGED
|
@@ -20,16 +20,16 @@
|
|
|
20
20
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
21
21
|
* LICENSE file in the root directory of this source tree.
|
|
22
22
|
*
|
|
23
|
-
* lit-
|
|
23
|
+
* lit-element:
|
|
24
24
|
*
|
|
25
25
|
* @license
|
|
26
|
-
* Copyright
|
|
26
|
+
* Copyright 2017 Google LLC
|
|
27
27
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
28
28
|
*
|
|
29
|
-
* lit-
|
|
29
|
+
* lit-html:
|
|
30
30
|
*
|
|
31
31
|
* @license
|
|
32
|
-
* Copyright
|
|
32
|
+
* Copyright 2022 Google LLC
|
|
33
33
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
34
34
|
*
|
|
35
35
|
* @lit/reactive-element:
|
|
@@ -80,12 +80,12 @@
|
|
|
80
80
|
* https://www.npmjs.com/package/redux
|
|
81
81
|
* https://www.npmjs.com/package/lodash-es
|
|
82
82
|
* https://www.npmjs.com/package/window-or-global
|
|
83
|
-
* https://www.npmjs.com/package/redux-thunk
|
|
84
83
|
* https://www.npmjs.com/package/redux-logger
|
|
84
|
+
* https://www.npmjs.com/package/redux-thunk
|
|
85
85
|
* https://www.npmjs.com/package/axios
|
|
86
86
|
* https://www.npmjs.com/package/isomorphic-dompurify
|
|
87
87
|
* https://www.npmjs.com/package/striptags
|
|
88
88
|
*/
|
|
89
89
|
|
|
90
90
|
let process = { env: {} };
|
|
91
|
-
import './index-
|
|
91
|
+
import './index-b819eefc.js';
|
package/dist/dotcom-shell.min.js
CHANGED
|
@@ -20,16 +20,16 @@
|
|
|
20
20
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
21
21
|
* LICENSE file in the root directory of this source tree.
|
|
22
22
|
*
|
|
23
|
-
* lit-
|
|
23
|
+
* lit-element:
|
|
24
24
|
*
|
|
25
25
|
* @license
|
|
26
|
-
* Copyright
|
|
26
|
+
* Copyright 2017 Google LLC
|
|
27
27
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
28
28
|
*
|
|
29
|
-
* lit-
|
|
29
|
+
* lit-html:
|
|
30
30
|
*
|
|
31
31
|
* @license
|
|
32
|
-
* Copyright
|
|
32
|
+
* Copyright 2022 Google LLC
|
|
33
33
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
34
34
|
*
|
|
35
35
|
* @lit/reactive-element:
|
|
@@ -80,11 +80,11 @@
|
|
|
80
80
|
* https://www.npmjs.com/package/redux
|
|
81
81
|
* https://www.npmjs.com/package/lodash-es
|
|
82
82
|
* https://www.npmjs.com/package/window-or-global
|
|
83
|
-
* https://www.npmjs.com/package/redux-thunk
|
|
84
83
|
* https://www.npmjs.com/package/redux-logger
|
|
84
|
+
* https://www.npmjs.com/package/redux-thunk
|
|
85
85
|
* https://www.npmjs.com/package/axios
|
|
86
86
|
* https://www.npmjs.com/package/isomorphic-dompurify
|
|
87
87
|
* https://www.npmjs.com/package/striptags
|
|
88
88
|
*/
|
|
89
89
|
|
|
90
|
-
import"./index-
|
|
90
|
+
import"./index-7073ec78.js";
|
|
@@ -20,16 +20,16 @@
|
|
|
20
20
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
21
21
|
* LICENSE file in the root directory of this source tree.
|
|
22
22
|
*
|
|
23
|
-
* lit-
|
|
23
|
+
* lit-element:
|
|
24
24
|
*
|
|
25
25
|
* @license
|
|
26
|
-
* Copyright
|
|
26
|
+
* Copyright 2017 Google LLC
|
|
27
27
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
28
28
|
*
|
|
29
|
-
* lit-
|
|
29
|
+
* lit-html:
|
|
30
30
|
*
|
|
31
31
|
* @license
|
|
32
|
-
* Copyright
|
|
32
|
+
* Copyright 2022 Google LLC
|
|
33
33
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
34
34
|
*
|
|
35
35
|
* @lit/reactive-element:
|
|
@@ -80,12 +80,12 @@
|
|
|
80
80
|
* https://www.npmjs.com/package/redux
|
|
81
81
|
* https://www.npmjs.com/package/lodash-es
|
|
82
82
|
* https://www.npmjs.com/package/window-or-global
|
|
83
|
-
* https://www.npmjs.com/package/redux-thunk
|
|
84
83
|
* https://www.npmjs.com/package/redux-logger
|
|
84
|
+
* https://www.npmjs.com/package/redux-thunk
|
|
85
85
|
* https://www.npmjs.com/package/axios
|
|
86
86
|
* https://www.npmjs.com/package/isomorphic-dompurify
|
|
87
87
|
* https://www.npmjs.com/package/striptags
|
|
88
88
|
*/
|
|
89
89
|
|
|
90
90
|
let process = { env: {} };
|
|
91
|
-
import './index-
|
|
91
|
+
import './index-b819eefc.js';
|
|
@@ -20,16 +20,16 @@
|
|
|
20
20
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
21
21
|
* LICENSE file in the root directory of this source tree.
|
|
22
22
|
*
|
|
23
|
-
* lit-
|
|
23
|
+
* lit-element:
|
|
24
24
|
*
|
|
25
25
|
* @license
|
|
26
|
-
* Copyright
|
|
26
|
+
* Copyright 2017 Google LLC
|
|
27
27
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
28
28
|
*
|
|
29
|
-
* lit-
|
|
29
|
+
* lit-html:
|
|
30
30
|
*
|
|
31
31
|
* @license
|
|
32
|
-
* Copyright
|
|
32
|
+
* Copyright 2022 Google LLC
|
|
33
33
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
34
34
|
*
|
|
35
35
|
* @lit/reactive-element:
|
|
@@ -80,11 +80,11 @@
|
|
|
80
80
|
* https://www.npmjs.com/package/redux
|
|
81
81
|
* https://www.npmjs.com/package/lodash-es
|
|
82
82
|
* https://www.npmjs.com/package/window-or-global
|
|
83
|
-
* https://www.npmjs.com/package/redux-thunk
|
|
84
83
|
* https://www.npmjs.com/package/redux-logger
|
|
84
|
+
* https://www.npmjs.com/package/redux-thunk
|
|
85
85
|
* https://www.npmjs.com/package/axios
|
|
86
86
|
* https://www.npmjs.com/package/isomorphic-dompurify
|
|
87
87
|
* https://www.npmjs.com/package/striptags
|
|
88
88
|
*/
|
|
89
89
|
|
|
90
|
-
import"./index-
|
|
90
|
+
import"./index-7073ec78.js";
|