@nice-digital/nds-hero 3.0.0 → 3.0.2-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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/scss/hero.scss +1 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nice-digital/nds-hero",
3
- "version": "3.0.0",
3
+ "version": "3.0.2-alpha.0",
4
4
  "description": "Hero component for the NICE Design System",
5
5
  "keywords": [
6
6
  "hero"
@@ -37,7 +37,7 @@
37
37
  "url": "https://github.com/nice-digital/nice-design-system/issues"
38
38
  },
39
39
  "dependencies": {
40
- "@nice-digital/nds-core": "^3.0.0",
40
+ "@nice-digital/nds-core": "^3.0.2-alpha.0",
41
41
  "classnames": "^2.3.1",
42
42
  "prop-types": "^15.7.2"
43
43
  },
@@ -48,5 +48,5 @@
48
48
  "devDependencies": {
49
49
  "@babel/cli": "^7.5.0"
50
50
  },
51
- "gitHead": "4d6efcf2e4d4c2a5426a1ca5972c83f1de305445"
51
+ "gitHead": "01eb23ab82d96b46f389b4ed274d1c666e8c4b76"
52
52
  }
package/scss/hero.scss CHANGED
@@ -55,17 +55,12 @@
55
55
 
56
56
  // Optional footer
57
57
  &__footer {
58
+ align-items: center;
58
59
  border-top: utils.rem(spacing.$xx-small) solid colours.$hero-border;
59
60
  display: flex;
60
61
  flex-flow: row wrap;
61
- align-items: center;
62
62
  padding: utils.rem(spacing.$medium 0);
63
63
 
64
- // HACK: To fix any lists that have classes like show--ib applied e.g. find guidance landing page
65
- .list--piped {
66
- display: flex !important;
67
- }
68
-
69
64
  p,
70
65
  ul {
71
66
  margin: 0;