@nice-digital/nds-page-header 4.0.12 → 4.1.0-alpha.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": "@nice-digital/nds-page-header",
3
- "version": "4.0.12",
3
+ "version": "4.1.0-alpha.0",
4
4
  "description": "Page header component for the NICE Design System",
5
5
  "keywords": [
6
6
  "header"
@@ -35,7 +35,7 @@
35
35
  "url": "https://github.com/nice-digital/nice-design-system/issues"
36
36
  },
37
37
  "dependencies": {
38
- "@nice-digital/nds-core": "^4.0.12"
38
+ "@nice-digital/nds-core": "^4.1.0-alpha.0"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "react": "^16 || ^17 || ^18",
@@ -49,5 +49,5 @@
49
49
  "@types/node": "^18.11.9",
50
50
  "typescript": "^4.8.4"
51
51
  },
52
- "gitHead": "3c4b73dbfe2e6e5756e68ead1fadf5d0749f0b99"
52
+ "gitHead": "05b1778b29d7c54d39176d9f92b69285c726b82b"
53
53
  }
@@ -130,13 +130,6 @@
130
130
  margin: 0;
131
131
  }
132
132
 
133
- &__second-section {
134
- @include media-queries.mq($from: md) {
135
- border-left: 2px solid colours.$page-header-second-section-border-colour;
136
- padding-left: utils.rem(spacing.$medium);
137
- }
138
- }
139
-
140
133
  &__full-width-container {
141
134
  @include layout.fullWidthContainer();
142
135
  }