@nice-digital/nds-page-header 4.0.7 → 4.0.9-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.7",
3
+ "version": "4.0.9-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.7"
38
+ "@nice-digital/nds-core": "^4.0.8"
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": "a7286ee7a795e1b01dc9356fd858bbae2dc5b2b9"
52
+ "gitHead": "d0402e01857b15f7435eb0c556a84fd77ce33cfb"
53
53
  }
@@ -115,11 +115,4 @@
115
115
  display: block;
116
116
  margin: 0;
117
117
  }
118
-
119
- &__second-section {
120
- @include media-queries.mq($from: md) {
121
- border-left: 2px solid colours.$page-header-second-section-border-colour;
122
- padding-left: utils.rem(spacing.$medium);
123
- }
124
- }
125
118
  }