@carbon/ibmdotcom-web-components 1.16.0 → 1.16.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/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.16.1](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/tree/main/packages/web-components/compare/@carbon/ibmdotcom-web-components@1.16.0...@carbon/ibmdotcom-web-components@1.16.1) (2022-03-04)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **cloud-masthead:** remove extra spacing from masthead ([#8451](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/tree/main/packages/web-components/issues/8451)) ([6793b47](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/tree/main/packages/web-components/commit/6793b47))
12
+ * **masthead:** remove extra spacing above masthead ([#8452](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/tree/main/packages/web-components/issues/8452)) ([4cadff9](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/tree/main/packages/web-components/commit/4cadff9))
13
+
14
+
15
+
16
+
17
+
6
18
  # [1.16.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/tree/main/packages/web-components/compare/@carbon/ibmdotcom-web-components@1.16.0-rc.3...@carbon/ibmdotcom-web-components@1.16.0) (2022-02-28)
7
19
 
8
20
  **Note:** Version bump only for package @carbon/ibmdotcom-web-components
@@ -6563,6 +6563,50 @@
6563
6563
  }
6564
6564
  ]
6565
6565
  },
6566
+ {
6567
+ "name": "dds-content-group-banner",
6568
+ "path": "./src/components/content-group-banner/content-group-banner.ts",
6569
+ "description": "Content Group - Banner.",
6570
+ "attributes": [
6571
+ {
6572
+ "name": "complementary-style-scheme",
6573
+ "description": "The style scheme for the complementary content.",
6574
+ "type": "CONTENT_BLOCK_COMPLEMENTARY_STYLE_SCHEME",
6575
+ "default": "\"regular\""
6576
+ }
6577
+ ],
6578
+ "properties": [
6579
+ {
6580
+ "name": "complementaryStyleScheme",
6581
+ "attribute": "complementary-style-scheme",
6582
+ "description": "The style scheme for the complementary content.",
6583
+ "type": "CONTENT_BLOCK_COMPLEMENTARY_STYLE_SCHEME",
6584
+ "default": "\"regular\""
6585
+ }
6586
+ ],
6587
+ "slots": [
6588
+ {
6589
+ "name": "heading",
6590
+ "description": "The heading content."
6591
+ },
6592
+ {
6593
+ "name": "copy",
6594
+ "description": "The copy content."
6595
+ },
6596
+ {
6597
+ "name": "media",
6598
+ "description": "The media content."
6599
+ },
6600
+ {
6601
+ "name": "footer",
6602
+ "description": "The footer (CTA) content."
6603
+ },
6604
+ {
6605
+ "name": "complementary",
6606
+ "description": "The complementary (aside) content."
6607
+ }
6608
+ ]
6609
+ },
6566
6610
  {
6567
6611
  "name": "dds-feature-card",
6568
6612
  "path": "./src/components/feature-card/feature-card.ts",
@@ -7494,50 +7538,6 @@
7494
7538
  }
7495
7539
  ]
7496
7540
  },
7497
- {
7498
- "name": "dds-content-group-banner",
7499
- "path": "./src/components/content-group-banner/content-group-banner.ts",
7500
- "description": "Content Group - Banner.",
7501
- "attributes": [
7502
- {
7503
- "name": "complementary-style-scheme",
7504
- "description": "The style scheme for the complementary content.",
7505
- "type": "CONTENT_BLOCK_COMPLEMENTARY_STYLE_SCHEME",
7506
- "default": "\"regular\""
7507
- }
7508
- ],
7509
- "properties": [
7510
- {
7511
- "name": "complementaryStyleScheme",
7512
- "attribute": "complementary-style-scheme",
7513
- "description": "The style scheme for the complementary content.",
7514
- "type": "CONTENT_BLOCK_COMPLEMENTARY_STYLE_SCHEME",
7515
- "default": "\"regular\""
7516
- }
7517
- ],
7518
- "slots": [
7519
- {
7520
- "name": "heading",
7521
- "description": "The heading content."
7522
- },
7523
- {
7524
- "name": "copy",
7525
- "description": "The copy content."
7526
- },
7527
- {
7528
- "name": "media",
7529
- "description": "The media content."
7530
- },
7531
- {
7532
- "name": "footer",
7533
- "description": "The footer (CTA) content."
7534
- },
7535
- {
7536
- "name": "complementary",
7537
- "description": "The complementary (aside) content."
7538
- }
7539
- ]
7540
- },
7541
7541
  {
7542
7542
  "name": "dds-content-group-card-item",
7543
7543
  "path": "./src/components/content-group-cards/content-group-cards-item.ts",
@@ -65,16 +65,16 @@
65
65
  *
66
66
  * https://www.npmjs.com/package/lodash-es
67
67
  * https://www.npmjs.com/package/redux
68
+ * https://www.npmjs.com/package/redux-logger
68
69
  * https://www.npmjs.com/package/window-or-global
69
70
  * https://www.npmjs.com/package/redux-thunk
70
- * https://www.npmjs.com/package/redux-logger
71
- * https://www.npmjs.com/package/axios
72
71
  * https://www.npmjs.com/package/@babel/runtime
72
+ * https://www.npmjs.com/package/axios
73
73
  * https://www.npmjs.com/package/symbol-observable
74
74
  */
75
75
 
76
76
  let process = { env: {} };
77
- import { a7 as _createClass, a8 as _asyncToGenerator, a9 as regenerator, ah as DDOAPI, l as lib, aa as axios, ab as _classCallCheck, ai as CLOUD_ACCOUNT_AUTH_API_ACTION, c as css, u as _decorate, H as HostListenerMixin, m as HostListener, p as property, e as classMap, h as html, w as ifNonNull, s as settings_1, F as FocusMixin, L as LitElement, a as _decorate$1, S as StableSelectorMixin, k as state, f as customElement, g as settings, q as query, R as _get, T as _getPrototypeOf, aj as styles$5, ak as DDSMastheadGlobalBar, al as DDSMastheadProfile, y as ifDefined, am as svgResultCarbonIcon$1, an as DDSTopNavName, ao as DDSMegaMenu, ap as indexOf, aq as forEach, ar as _objectSpread2, z as FORM_ELEMENT_COLOR_SCHEME, as as find, O as svgResultCarbonIcon$2, at as DDSMegaMenuRightNavigation, au as DDSMegaMenuLeftNavigation, i as svg, j as spread, B as BXLink, ad as DDSMastheadComposite, av as UNAUTHENTICATED_STATUS, n as _objectSpread2$1, X as globalInit, aw as NAV_ITEMS_RENDER_TARGET, Y as ConnectMixin, Z as store, $ as pickBy, a0 as bindActionCreators, a1 as loadLanguage, a2 as setLanguage, a5 as loadTranslation } from './masthead-composite-c6587619.js';
77
+ import { a7 as _createClass, a8 as _asyncToGenerator, a9 as regenerator, ah as DDOAPI, l as lib, aa as axios, ab as _classCallCheck, ai as CLOUD_ACCOUNT_AUTH_API_ACTION, c as css, u as _decorate, H as HostListenerMixin, m as HostListener, p as property, e as classMap, h as html, w as ifNonNull, s as settings_1, F as FocusMixin, L as LitElement, a as _decorate$1, S as StableSelectorMixin, k as state, f as customElement, g as settings, q as query, R as _get, T as _getPrototypeOf, aj as styles$5, ak as DDSMastheadGlobalBar, al as DDSMastheadProfile, y as ifDefined, am as svgResultCarbonIcon$1, an as DDSTopNavName, ao as DDSMegaMenu, ap as indexOf, aq as forEach, ar as _objectSpread2, z as FORM_ELEMENT_COLOR_SCHEME, as as find, O as svgResultCarbonIcon$2, at as DDSMegaMenuRightNavigation, au as DDSMegaMenuLeftNavigation, i as svg, j as spread, B as BXLink, ad as DDSMastheadComposite, av as UNAUTHENTICATED_STATUS, n as _objectSpread2$1, X as globalInit, aw as NAV_ITEMS_RENDER_TARGET, Y as ConnectMixin, Z as store, $ as pickBy, a0 as bindActionCreators, a1 as loadLanguage, a2 as setLanguage, a5 as loadTranslation } from './masthead-composite-39ddb5b7.js';
78
78
 
79
79
  var CloudAccountAuthAPI = /*#__PURE__*/function () {
80
80
  function CloudAccountAuthAPI() {
@@ -3384,7 +3384,6 @@ let DDSCloudMastheadComposite = _decorate$1([customElement(`${ddsPrefix$1}-cloud
3384
3384
  (_this$_loadUserStatus = this._loadUserStatus) === null || _this$_loadUserStatus === void 0 ? void 0 : _this$_loadUserStatus.call(this, this.authMethod); // This is a temp fix until we figure out why we can't set styles to the :host(dds-cloud-masthead-container) in stylesheets
3385
3385
 
3386
3386
  this.style.zIndex = '900';
3387
- this.style.paddingTop = '48px';
3388
3387
  }
3389
3388
  }, {
3390
3389
  kind: "method",