@carbon/ibmdotcom-web-components 2.32.0 → 2.32.1
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 +5 -0
- package/dist/dotcom-shell.js +4 -4
- package/dist/dotcom-shell.min.js +5 -5
- package/dist/ibmdotcom-web-components-dotcom-shell.js +4 -4
- package/dist/ibmdotcom-web-components-dotcom-shell.min.js +5 -5
- package/dist/{index-34e0f247.js → index-64a91ce1.js} +7 -7
- package/dist/{index-b074cd59.js → index-efd3176b.js} +7 -7
- package/dist/{left-nav-menu-01066f18.js → left-nav-menu-4a217360.js} +5 -5
- package/dist/{left-nav-menu-category-heading-cc2abd53.js → left-nav-menu-category-heading-112173ad.js} +5 -5
- package/dist/{left-nav-menu-category-heading-0dfb02cf.js → left-nav-menu-category-heading-a31b6705.js} +4 -4
- package/dist/{left-nav-menu-bcbc0330.js → left-nav-menu-e63a58e2.js} +4 -4
- package/dist/{left-nav-menu-item-e69c103b.js → left-nav-menu-item-173ae9c7.js} +5 -5
- package/dist/{left-nav-menu-item-bbc39404.js → left-nav-menu-item-7b766011.js} +4 -4
- package/dist/{left-nav-menu-section-6c32295d.js → left-nav-menu-section-5bb6de4a.js} +4 -4
- package/dist/{left-nav-menu-section-1aabd4ca.js → left-nav-menu-section-a0783a70.js} +5 -5
- package/dist/{left-nav-overlay-f796104e.js → left-nav-overlay-057bd8c9.js} +5 -5
- package/dist/{left-nav-overlay-6b0aaea8.js → left-nav-overlay-a92379ea.js} +4 -4
- package/dist/{megamenu-category-group-copy-4626f75e.js → megamenu-category-group-copy-08ebfe77.js} +4 -4
- package/dist/{megamenu-category-group-copy-d8dcca06.js → megamenu-category-group-copy-d5d0605b.js} +5 -5
- package/dist/{megamenu-category-group-973395bb.js → megamenu-category-group-e6569af3.js} +4 -4
- package/dist/{megamenu-category-group-c7cdba1b.js → megamenu-category-group-ed57da41.js} +5 -5
- package/dist/{megamenu-category-heading-c74bab78.js → megamenu-category-heading-4f3e1124.js} +4 -4
- package/dist/{megamenu-category-heading-2aa128db.js → megamenu-category-heading-685e246d.js} +5 -5
- package/dist/{megamenu-category-link-4be5ba05.js → megamenu-category-link-3f55de27.js} +9 -9
- package/dist/{megamenu-category-link-cb453456.js → megamenu-category-link-7475394c.js} +4 -4
- package/dist/{megamenu-category-link-group-fab7d32b.js → megamenu-category-link-group-2c3b766a.js} +4 -4
- package/dist/{megamenu-category-link-group-51f207c0.js → megamenu-category-link-group-9438439a.js} +5 -5
- package/dist/{megamenu-left-navigation-aa21b272.js → megamenu-left-navigation-50d37e03.js} +4 -4
- package/dist/{megamenu-left-navigation-3261efc4.js → megamenu-left-navigation-bae41763.js} +5 -5
- package/dist/{megamenu-overlay-b94c501b.js → megamenu-overlay-a46367e4.js} +4 -4
- package/dist/{megamenu-overlay-f36f4113.js → megamenu-overlay-aa714843.js} +5 -5
- package/dist/{megamenu-tab-6fd6b915.js → megamenu-tab-30de5248.js} +4 -4
- package/dist/{megamenu-tab-21e4c36e.js → megamenu-tab-ebc2d45d.js} +5 -5
- package/es/components/carousel/carousel.css.js +1 -1
- package/es/components/content-block-cards/content-block-cards.d.ts +348 -1
- package/es/components/content-block-cards/content-block-cards.js +56 -3
- package/es/components/content-block-cards/content-block-cards.js.map +1 -1
- package/es/components/cta/video-cta-container.d.ts +2 -1
- package/es/components/lightbox-media-viewer/lightbox-video-player-container.d.ts +2 -1
- package/es/components/notice-choice/notice-choice.d.ts +1 -0
- package/es/components/notice-choice/notice-choice.js +18 -4
- package/es/components/notice-choice/notice-choice.js.map +1 -1
- package/es/components/notice-choice/utils.d.ts +0 -1
- package/es/components/notice-choice/utils.js +0 -42
- package/es/components/notice-choice/utils.js.map +1 -1
- package/es/components/video-player/video-player-container.d.ts +16 -2
- package/es/components/video-player/video-player-container.js +30 -2
- package/es/components/video-player/video-player-container.js.map +1 -1
- package/es/internal/vendor/@carbon/ibmdotcom-utilities/utilities/settings/settings.js +2 -2
- package/lib/component-mixins/callout/defs.js +16 -16
- package/lib/internal/vendor/@carbon/ibmdotcom-utilities/utilities/settings/settings.js +2 -2
- package/package.json +6 -6
package/custom-elements.json
CHANGED
|
@@ -21204,6 +21204,11 @@
|
|
|
21204
21204
|
"type": "string",
|
|
21205
21205
|
"default": "\"\""
|
|
21206
21206
|
},
|
|
21207
|
+
{
|
|
21208
|
+
"name": "supportedLanguages",
|
|
21209
|
+
"type": "object",
|
|
21210
|
+
"default": "{}"
|
|
21211
|
+
},
|
|
21207
21212
|
{
|
|
21208
21213
|
"name": "styles",
|
|
21209
21214
|
"default": "\"styles\""
|
package/dist/dotcom-shell.js
CHANGED
|
@@ -20,13 +20,13 @@
|
|
|
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-html:
|
|
24
24
|
*
|
|
25
25
|
* @license
|
|
26
|
-
* Copyright
|
|
26
|
+
* Copyright 2022 Google LLC
|
|
27
27
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
28
28
|
*
|
|
29
|
-
* lit-
|
|
29
|
+
* lit-element:
|
|
30
30
|
*
|
|
31
31
|
* @license
|
|
32
32
|
* Copyright 2017 Google LLC
|
|
@@ -88,4 +88,4 @@
|
|
|
88
88
|
*/
|
|
89
89
|
|
|
90
90
|
let process = { env: {} };
|
|
91
|
-
import './index-
|
|
91
|
+
import './index-64a91ce1.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-html:
|
|
24
24
|
*
|
|
25
25
|
* @license
|
|
26
|
-
* Copyright
|
|
26
|
+
* Copyright 2022 Google LLC
|
|
27
27
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
28
28
|
*
|
|
29
|
-
* lit-
|
|
29
|
+
* lit-element:
|
|
30
30
|
*
|
|
31
31
|
* @license
|
|
32
|
-
* Copyright
|
|
32
|
+
* Copyright 2017 Google LLC
|
|
33
33
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
34
34
|
*
|
|
35
35
|
* @lit/reactive-element:
|
|
@@ -87,4 +87,4 @@
|
|
|
87
87
|
* https://www.npmjs.com/package/striptags
|
|
88
88
|
*/
|
|
89
89
|
|
|
90
|
-
import"./index-
|
|
90
|
+
import"./index-efd3176b.js";
|
|
@@ -20,13 +20,13 @@
|
|
|
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-html:
|
|
24
24
|
*
|
|
25
25
|
* @license
|
|
26
|
-
* Copyright
|
|
26
|
+
* Copyright 2022 Google LLC
|
|
27
27
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
28
28
|
*
|
|
29
|
-
* lit-
|
|
29
|
+
* lit-element:
|
|
30
30
|
*
|
|
31
31
|
* @license
|
|
32
32
|
* Copyright 2017 Google LLC
|
|
@@ -88,4 +88,4 @@
|
|
|
88
88
|
*/
|
|
89
89
|
|
|
90
90
|
let process = { env: {} };
|
|
91
|
-
import './index-
|
|
91
|
+
import './index-64a91ce1.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-html:
|
|
24
24
|
*
|
|
25
25
|
* @license
|
|
26
|
-
* Copyright
|
|
26
|
+
* Copyright 2022 Google LLC
|
|
27
27
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
28
28
|
*
|
|
29
|
-
* lit-
|
|
29
|
+
* lit-element:
|
|
30
30
|
*
|
|
31
31
|
* @license
|
|
32
|
-
* Copyright
|
|
32
|
+
* Copyright 2017 Google LLC
|
|
33
33
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
34
34
|
*
|
|
35
35
|
* @lit/reactive-element:
|
|
@@ -87,4 +87,4 @@
|
|
|
87
87
|
* https://www.npmjs.com/package/striptags
|
|
88
88
|
*/
|
|
89
89
|
|
|
90
|
-
import"./index-
|
|
90
|
+
import"./index-efd3176b.js";
|
|
@@ -20,13 +20,13 @@
|
|
|
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-html:
|
|
24
24
|
*
|
|
25
25
|
* @license
|
|
26
|
-
* Copyright
|
|
26
|
+
* Copyright 2022 Google LLC
|
|
27
27
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
28
28
|
*
|
|
29
|
-
* lit-
|
|
29
|
+
* lit-element:
|
|
30
30
|
*
|
|
31
31
|
* @license
|
|
32
32
|
* Copyright 2017 Google LLC
|
|
@@ -102,10 +102,10 @@ let process = { env: {} };
|
|
|
102
102
|
* @type {object} Settings object
|
|
103
103
|
* @property {string} [stablePrefix=c4d] stable prefix
|
|
104
104
|
* @property {string} [prefix=cds] core Carbon prefix
|
|
105
|
-
* Carbon for IBM.com v2.32.
|
|
105
|
+
* Carbon for IBM.com v2.32.1',
|
|
106
106
|
*/
|
|
107
107
|
var settings = {
|
|
108
|
-
version: 'Carbon for IBM.com v2.32.
|
|
108
|
+
version: 'Carbon for IBM.com v2.32.1',
|
|
109
109
|
stablePrefix: 'c4d',
|
|
110
110
|
prefix: 'cds'
|
|
111
111
|
};
|
|
@@ -32034,7 +32034,7 @@ let C4DMegaMenuTopNavMenu = _decorate$s([carbonElement(`${c4dPrefix$s}-megamenu-
|
|
|
32034
32034
|
var _this$parentElement;
|
|
32035
32035
|
// Import needed subcomponents on first expansion
|
|
32036
32036
|
if (!((_this$parentElement = this.parentElement) !== null && _this$parentElement !== void 0 && _this$parentElement.importedMegamenu)) {
|
|
32037
|
-
await Promise.all([import('./megamenu-left-navigation-
|
|
32037
|
+
await Promise.all([import('./megamenu-left-navigation-50d37e03.js'), import('./megamenu-category-link-7475394c.js'), import('./megamenu-category-link-group-2c3b766a.js'), import('./megamenu-category-group-e6569af3.js'), import('./megamenu-category-group-copy-08ebfe77.js'), import('./megamenu-category-heading-4f3e1124.js'), Promise.resolve().then(function () { return megamenuLinkWithIcon; }), import('./megamenu-overlay-a46367e4.js'), import('./megamenu-tab-30de5248.js'), Promise.resolve().then(function () { return megamenuTabs; })]);
|
|
32038
32038
|
this.parentElement.importedMegamenu = true;
|
|
32039
32039
|
}
|
|
32040
32040
|
|
|
@@ -38096,7 +38096,7 @@ let C4DLeftNav = _decorate$b([carbonElement(`${c4dPrefix$b}-left-nav`)], functio
|
|
|
38096
38096
|
value() {
|
|
38097
38097
|
return async event => {
|
|
38098
38098
|
if (!this._importedSideNav) {
|
|
38099
|
-
await Promise.all([Promise.resolve().then(function () { return leftNavName; }), import('./left-nav-menu-
|
|
38099
|
+
await Promise.all([Promise.resolve().then(function () { return leftNavName; }), import('./left-nav-menu-e63a58e2.js'), import('./left-nav-menu-section-5bb6de4a.js'), import('./left-nav-menu-item-7b766011.js'), import('./left-nav-menu-category-heading-a31b6705.js'), import('./left-nav-overlay-a92379ea.js')]);
|
|
38100
38100
|
this._importedSideNav = true;
|
|
38101
38101
|
}
|
|
38102
38102
|
this.expanded = event.detail.active;
|