@carbon/ibmdotcom-web-components 2.49.0 → 2.50.0-rc.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.
Files changed (49) hide show
  1. package/custom-elements.json +15 -4
  2. package/dist/dotcom-shell.js +7 -7
  3. package/dist/dotcom-shell.min.js +7 -7
  4. package/dist/ibmdotcom-web-components-dotcom-shell.js +7 -7
  5. package/dist/ibmdotcom-web-components-dotcom-shell.min.js +7 -7
  6. package/dist/{index-b426f051.js → index-514478b8.js} +10 -15
  7. package/dist/{index-adfddc06.js → index-9732faeb.js} +8 -8
  8. package/dist/{left-nav-menu-5e27b743.js → left-nav-menu-2f5322ac.js} +7 -7
  9. package/dist/{left-nav-menu-285b2d09.js → left-nav-menu-746ad81a.js} +7 -7
  10. package/dist/{left-nav-menu-category-heading-30bfb070.js → left-nav-menu-category-heading-0e98a8c6.js} +7 -7
  11. package/dist/{left-nav-menu-category-heading-ec5617ac.js → left-nav-menu-category-heading-22762753.js} +7 -7
  12. package/dist/{left-nav-menu-item-eaaeb2a2.js → left-nav-menu-item-252b6d0e.js} +7 -7
  13. package/dist/{left-nav-menu-item-d1f39a4f.js → left-nav-menu-item-a08c2ca0.js} +7 -7
  14. package/dist/{left-nav-menu-section-6343cf51.js → left-nav-menu-section-40ae6c75.js} +7 -7
  15. package/dist/{left-nav-menu-section-40165248.js → left-nav-menu-section-a6f52f70.js} +7 -7
  16. package/dist/{left-nav-overlay-2ceeed16.js → left-nav-overlay-6f936f5f.js} +7 -7
  17. package/dist/{left-nav-overlay-c58ce474.js → left-nav-overlay-dfce57ab.js} +7 -7
  18. package/dist/{megamenu-category-group-f388d208.js → megamenu-category-group-b63f1f2d.js} +7 -7
  19. package/dist/{megamenu-category-group-copy-ac5247f8.js → megamenu-category-group-copy-1e261d94.js} +7 -7
  20. package/dist/{megamenu-category-group-copy-0d9fac6a.js → megamenu-category-group-copy-419d6ebe.js} +7 -7
  21. package/dist/{megamenu-category-group-acc5b32b.js → megamenu-category-group-fe150fbc.js} +7 -7
  22. package/dist/{megamenu-category-heading-8f657c8d.js → megamenu-category-heading-46c39931.js} +7 -7
  23. package/dist/{megamenu-category-heading-cd3d3fe7.js → megamenu-category-heading-9c2eccbf.js} +7 -7
  24. package/dist/{megamenu-category-link-b29c1a6a.js → megamenu-category-link-7fa288d5.js} +7 -7
  25. package/dist/{megamenu-category-link-592c66f0.js → megamenu-category-link-986b3de3.js} +7 -7
  26. package/dist/{megamenu-category-link-group-50b30323.js → megamenu-category-link-group-1392a46f.js} +7 -7
  27. package/dist/{megamenu-category-link-group-2448afd6.js → megamenu-category-link-group-f76ba2ac.js} +7 -7
  28. package/dist/{megamenu-left-navigation-fd6e97cc.js → megamenu-left-navigation-55ebdf48.js} +7 -7
  29. package/dist/{megamenu-left-navigation-93122184.js → megamenu-left-navigation-eb44aef8.js} +7 -7
  30. package/dist/{megamenu-overlay-bdf43cd6.js → megamenu-overlay-5c4848c7.js} +7 -7
  31. package/dist/{megamenu-overlay-daeba46c.js → megamenu-overlay-c4637474.js} +7 -7
  32. package/dist/{megamenu-tab-656e4007.js → megamenu-tab-b48fbb7c.js} +7 -7
  33. package/dist/{megamenu-tab-90a388cf.js → megamenu-tab-c2772b72.js} +7 -7
  34. package/es/components/background-media/background-media.d.ts +1 -1
  35. package/es/components/background-media/background-media.js.map +1 -1
  36. package/es/components/lightbox-media-viewer/lightbox-media-viewer.js +3 -3
  37. package/es/components/lightbox-media-viewer/lightbox-media-viewer.js.map +1 -1
  38. package/es/components/lightbox-media-viewer/lightbox-video-player-composite.d.ts +1 -1
  39. package/es/components/lightbox-media-viewer/lightbox-video-player-composite.js +2 -2
  40. package/es/components/lightbox-media-viewer/lightbox-video-player-composite.js.map +1 -1
  41. package/es/components/lightbox-media-viewer/lightbox-video-player-container.d.ts +3 -3
  42. package/es/components/lightbox-media-viewer/lightbox-video-player-container.js +1 -1
  43. package/es/components/lightbox-media-viewer/lightbox-video-player-container.js.map +1 -1
  44. package/es/components/notice-choice/notice-choice.d.ts +1 -0
  45. package/es/components/notice-choice/notice-choice.js +31 -10
  46. package/es/components/notice-choice/notice-choice.js.map +1 -1
  47. package/es/components/notice-choice/utils.js +2 -1
  48. package/es/components/notice-choice/utils.js.map +1 -1
  49. package/package.json +8 -8
@@ -14926,7 +14926,7 @@
14926
14926
  },
14927
14927
  {
14928
14928
  "name": "embeddedVideos",
14929
- "description": "The embedded Kaltura player element (that has `.sendNotification()`, etc. APIs), keyed by the video ID.",
14929
+ "description": "The embedded Kaltura player element (that has APIs), keyed by the video ID.",
14930
14930
  "type": "{ [videoId: string]: any; } | undefined"
14931
14931
  },
14932
14932
  {
@@ -15041,7 +15041,7 @@
15041
15041
  "cssParts": [
15042
15042
  {
15043
15043
  "name": "video-player",
15044
- "description": "The video player. Usage `c4d-video-player-composite::part(video-player)`"
15044
+ "description": "The video player. Usage `c4d-video-player-composite-v7::part(video-player)`"
15045
15045
  }
15046
15046
  ]
15047
15047
  },
@@ -15294,7 +15294,7 @@
15294
15294
  "cssParts": [
15295
15295
  {
15296
15296
  "name": "video-player",
15297
- "description": "The video player. Usage `c4d-video-player-composite::part(video-player)`"
15297
+ "description": "The video player. Usage `c4d-video-player-composite-v7::part(video-player)`"
15298
15298
  }
15299
15299
  ]
15300
15300
  },
@@ -21020,6 +21020,11 @@
21020
21020
  "type": "string",
21021
21021
  "default": "\"\""
21022
21022
  },
21023
+ {
21024
+ "name": "pref-type",
21025
+ "type": "string",
21026
+ "default": "\"\""
21027
+ },
21023
21028
  {
21024
21029
  "name": "default-values",
21025
21030
  "description": "End properties for passed attributes.",
@@ -21105,6 +21110,12 @@
21105
21110
  "type": "string",
21106
21111
  "default": "\"\""
21107
21112
  },
21113
+ {
21114
+ "name": "prefType",
21115
+ "attribute": "pref-type",
21116
+ "type": "string",
21117
+ "default": "\"\""
21118
+ },
21108
21119
  {
21109
21120
  "name": "defaultValues",
21110
21121
  "attribute": "default-values",
@@ -21236,7 +21247,7 @@
21236
21247
  {
21237
21248
  "name": "pwsFieldsMap",
21238
21249
  "type": "Map<string, string>",
21239
- "default": "\"new Map<string, string>([\\n ['NC_HIDDEN_EMAIL', 'permission_email'],\\n ['NC_HIDDEN_PHONE', 'permission_phone'],\\n ['preventFormSubmission', 'preventFormSubmission'],\\n ['Q_CHINA_PIPL', 'Q_CHINA_PIPL'],\\n ['Q_COUNTRY_TRANSFER', 'Q_COUNTRY_TRANSFER'],\\n ['NC_HIDDEN_EMAIL_VALUE', 'NC_HIDDEN_EMAIL'],\\n ['NC_HIDDEN_PHONE_VALUE', 'NC_HIDDEN_PHONE'],\\n ['EMAIL_CU', 'EMAIL_CU'],\\n ['EMAIL_CC', 'EMAIL_CC'],\\n ['EMAIL_UC', 'EMAIL_UC'],\\n ['EMAIL_UU', 'EMAIL_UU'],\\n ['PHONE_CU', 'PHONE_CU'],\\n ['PHONE_CC', 'PHONE_CC'],\\n ['PHONE_UC', 'PHONE_UC'],\\n ['PHONE_UU', 'PHONE_UU'],\\n ['EMAIL_NOTICE_ONLY', 'EMAIL_NOTICE_ONLY'],\\n ['PHONE_NOTICE_ONLY', 'PHONE_NOTICE_ONLY'],\\n ['NC_HIDDEN_PHONE_NONE', 'NC_HIDDEN_PHONE_NONE'],\\n ])\""
21250
+ "default": "\"new Map<string, string>([\\n ['NC_HIDDEN_EMAIL', 'permission_email'],\\n ['NC_HIDDEN_PHONE', 'permission_phone'],\\n ['preventFormSubmission', 'preventFormSubmission'],\\n ['Q_CHINA_PIPL', 'Q_CHINA_PIPL'],\\n ['Q_COUNTRY_TRANSFER', 'Q_COUNTRY_TRANSFER'],\\n ['NC_HIDDEN_EMAIL_VALUE', 'NC_HIDDEN_EMAIL'],\\n ['NC_HIDDEN_PHONE_VALUE', 'NC_HIDDEN_PHONE'],\\n ['EMAIL_CU', 'EMAIL_CU'],\\n ['EMAIL_CC', 'EMAIL_CC'],\\n ['EMAIL_UC', 'EMAIL_UC'],\\n ['EMAIL_UU', 'EMAIL_UU'],\\n ['PHONE_CU', 'PHONE_CU'],\\n ['PHONE_CC', 'PHONE_CC'],\\n ['PHONE_UC', 'PHONE_UC'],\\n ['PHONE_UU', 'PHONE_UU'],\\n ['EMAIL_NOTICE_ONLY', 'EMAIL_NOTICE_ONLY'],\\n ['PHONE_NOTICE_ONLY', 'PHONE_NOTICE_ONLY'],\\n ['NC_HIDDEN_PHONE_NONE', 'NC_HIDDEN_PHONE_NONE'],\\n ['NC_PREF_TYPE', 'NC_PREF_TYPE'],\\n ])\""
21240
21251
  },
21241
21252
  {
21242
21253
  "name": "styles",
@@ -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-element:
23
+ * lit-html:
24
24
  *
25
25
  * @license
26
26
  * Copyright 2017 Google LLC
27
27
  * SPDX-License-Identifier: BSD-3-Clause
28
28
  *
29
- * lit-html:
29
+ * lit-element:
30
30
  *
31
31
  * @license
32
- * Copyright 2022 Google LLC
32
+ * Copyright 2017 Google LLC
33
33
  * SPDX-License-Identifier: BSD-3-Clause
34
34
  *
35
35
  * @lit/reactive-element:
@@ -41,9 +41,9 @@
41
41
  * @carbon/motion:
42
42
  *
43
43
  * Copyright IBM Corp. 2018, 2023
44
- *
45
- * This source code is licensed under the Apache-2.0 license found in the
46
- * LICENSE file in the root directory of this source tree.
44
+ *
45
+ * This source code is licensed under the Apache-2.0 license found in the
46
+ * LICENSE file in the root directory of this source tree.
47
47
  *
48
48
  * @carbon/layout:
49
49
  *
@@ -88,4 +88,4 @@
88
88
  */
89
89
 
90
90
  let process = { env: {} };
91
- import './index-b426f051.js';
91
+ import './index-514478b8.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-element:
23
+ * lit-html:
24
24
  *
25
25
  * @license
26
26
  * Copyright 2017 Google LLC
27
27
  * SPDX-License-Identifier: BSD-3-Clause
28
28
  *
29
- * lit-html:
29
+ * lit-element:
30
30
  *
31
31
  * @license
32
- * Copyright 2022 Google LLC
32
+ * Copyright 2017 Google LLC
33
33
  * SPDX-License-Identifier: BSD-3-Clause
34
34
  *
35
35
  * @lit/reactive-element:
@@ -41,9 +41,9 @@
41
41
  * @carbon/motion:
42
42
  *
43
43
  * Copyright IBM Corp. 2018, 2023
44
- *
45
- * This source code is licensed under the Apache-2.0 license found in the
46
- * LICENSE file in the root directory of this source tree.
44
+ *
45
+ * This source code is licensed under the Apache-2.0 license found in the
46
+ * LICENSE file in the root directory of this source tree.
47
47
  *
48
48
  * @carbon/layout:
49
49
  *
@@ -87,4 +87,4 @@
87
87
  * https://www.npmjs.com/package/striptags
88
88
  */
89
89
 
90
- import"./index-adfddc06.js";
90
+ import"./index-9732faeb.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-element:
23
+ * lit-html:
24
24
  *
25
25
  * @license
26
26
  * Copyright 2017 Google LLC
27
27
  * SPDX-License-Identifier: BSD-3-Clause
28
28
  *
29
- * lit-html:
29
+ * lit-element:
30
30
  *
31
31
  * @license
32
- * Copyright 2022 Google LLC
32
+ * Copyright 2017 Google LLC
33
33
  * SPDX-License-Identifier: BSD-3-Clause
34
34
  *
35
35
  * @lit/reactive-element:
@@ -41,9 +41,9 @@
41
41
  * @carbon/motion:
42
42
  *
43
43
  * Copyright IBM Corp. 2018, 2023
44
- *
45
- * This source code is licensed under the Apache-2.0 license found in the
46
- * LICENSE file in the root directory of this source tree.
44
+ *
45
+ * This source code is licensed under the Apache-2.0 license found in the
46
+ * LICENSE file in the root directory of this source tree.
47
47
  *
48
48
  * @carbon/layout:
49
49
  *
@@ -88,4 +88,4 @@
88
88
  */
89
89
 
90
90
  let process = { env: {} };
91
- import './index-b426f051.js';
91
+ import './index-514478b8.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-element:
23
+ * lit-html:
24
24
  *
25
25
  * @license
26
26
  * Copyright 2017 Google LLC
27
27
  * SPDX-License-Identifier: BSD-3-Clause
28
28
  *
29
- * lit-html:
29
+ * lit-element:
30
30
  *
31
31
  * @license
32
- * Copyright 2022 Google LLC
32
+ * Copyright 2017 Google LLC
33
33
  * SPDX-License-Identifier: BSD-3-Clause
34
34
  *
35
35
  * @lit/reactive-element:
@@ -41,9 +41,9 @@
41
41
  * @carbon/motion:
42
42
  *
43
43
  * Copyright IBM Corp. 2018, 2023
44
- *
45
- * This source code is licensed under the Apache-2.0 license found in the
46
- * LICENSE file in the root directory of this source tree.
44
+ *
45
+ * This source code is licensed under the Apache-2.0 license found in the
46
+ * LICENSE file in the root directory of this source tree.
47
47
  *
48
48
  * @carbon/layout:
49
49
  *
@@ -87,4 +87,4 @@
87
87
  * https://www.npmjs.com/package/striptags
88
88
  */
89
89
 
90
- import"./index-adfddc06.js";
90
+ import"./index-9732faeb.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-element:
23
+ * lit-html:
24
24
  *
25
25
  * @license
26
26
  * Copyright 2017 Google LLC
27
27
  * SPDX-License-Identifier: BSD-3-Clause
28
28
  *
29
- * lit-html:
29
+ * lit-element:
30
30
  *
31
31
  * @license
32
- * Copyright 2022 Google LLC
32
+ * Copyright 2017 Google LLC
33
33
  * SPDX-License-Identifier: BSD-3-Clause
34
34
  *
35
35
  * @lit/reactive-element:
@@ -41,9 +41,9 @@
41
41
  * @carbon/motion:
42
42
  *
43
43
  * Copyright IBM Corp. 2018, 2023
44
- *
45
- * This source code is licensed under the Apache-2.0 license found in the
46
- * LICENSE file in the root directory of this source tree.
44
+ *
45
+ * This source code is licensed under the Apache-2.0 license found in the
46
+ * LICENSE file in the root directory of this source tree.
47
47
  *
48
48
  * @carbon/layout:
49
49
  *
@@ -29504,13 +29504,8 @@ _decorate$_([carbonElement(`${prefix$B}-select-item`)], function (_initialize, _
29504
29504
  };
29505
29505
  }, s);
29506
29506
 
29507
- /**
29508
- * Copyright IBM Corp. 2018, 2023
29509
- *
29510
- * This source code is licensed under the Apache-2.0 license found in the
29511
- * LICENSE file in the root directory of this source tree.
29512
- */
29513
- var moderate02 = '240ms';
29507
+ //#region src/index.js
29508
+ const moderate02 = "240ms";
29514
29509
 
29515
29510
  let _$w = t => t,
29516
29511
  _t$x,
@@ -33015,7 +33010,7 @@ let C4DMegaMenuTopNavMenu = _decorate$s([carbonElement(`${c4dPrefix$s}-megamenu-
33015
33010
  var _this$parentElement;
33016
33011
  // Import needed subcomponents on first expansion
33017
33012
  if (!((_this$parentElement = this.parentElement) !== null && _this$parentElement !== void 0 && _this$parentElement.importedMegamenu)) {
33018
- await Promise.all([import('./megamenu-left-navigation-fd6e97cc.js'), import('./megamenu-category-link-b29c1a6a.js'), import('./megamenu-category-link-group-50b30323.js'), import('./megamenu-category-group-acc5b32b.js'), import('./megamenu-category-group-copy-0d9fac6a.js'), import('./megamenu-category-heading-8f657c8d.js'), Promise.resolve().then(function () { return megamenuLinkWithIcon; }), import('./megamenu-overlay-bdf43cd6.js'), import('./megamenu-tab-90a388cf.js'), Promise.resolve().then(function () { return megamenuTabs; })]);
33013
+ await Promise.all([import('./megamenu-left-navigation-55ebdf48.js'), import('./megamenu-category-link-7fa288d5.js'), import('./megamenu-category-link-group-1392a46f.js'), import('./megamenu-category-group-fe150fbc.js'), import('./megamenu-category-group-copy-419d6ebe.js'), import('./megamenu-category-heading-46c39931.js'), Promise.resolve().then(function () { return megamenuLinkWithIcon; }), import('./megamenu-overlay-5c4848c7.js'), import('./megamenu-tab-c2772b72.js'), Promise.resolve().then(function () { return megamenuTabs; })]);
33019
33014
  this.parentElement.importedMegamenu = true;
33020
33015
  }
33021
33016
 
@@ -39090,7 +39085,7 @@ let C4DLeftNav = _decorate$b([carbonElement(`${c4dPrefix$b}-left-nav`)], functio
39090
39085
  value() {
39091
39086
  return async event => {
39092
39087
  if (!this._importedSideNav) {
39093
- await Promise.all([Promise.resolve().then(function () { return leftNavName; }), import('./left-nav-menu-285b2d09.js'), import('./left-nav-menu-section-40165248.js'), import('./left-nav-menu-item-eaaeb2a2.js'), import('./left-nav-menu-category-heading-30bfb070.js'), import('./left-nav-overlay-c58ce474.js')]);
39088
+ await Promise.all([Promise.resolve().then(function () { return leftNavName; }), import('./left-nav-menu-746ad81a.js'), import('./left-nav-menu-section-a6f52f70.js'), import('./left-nav-menu-item-252b6d0e.js'), import('./left-nav-menu-category-heading-0e98a8c6.js'), import('./left-nav-overlay-dfce57ab.js')]);
39094
39089
  this._importedSideNav = true;
39095
39090
  }
39096
39091
  this.expanded = event.detail.active;