@nice-digital/nds-action-banner 1.2.13 → 1.2.16

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.
@@ -24,7 +24,7 @@ var _Remove = _interopRequireDefault(require("@nice-digital/icons/lib/Remove"));
24
24
  require("../scss/action-banner.scss");
25
25
 
26
26
  var _excluded = ["variant", "onClosing", "title", "children", "cta", "className"];
27
- var _jsxFileName = "/Users/warren/Web/nice-design-system/components/nds-action-banner/src/ActionBanner.js";
27
+ var _jsxFileName = "C:\\dev\\nice-design-system\\components\\nds-action-banner\\src\\ActionBanner.js";
28
28
 
29
29
  var ActionBanner = /*#__PURE__*/function (_React$Component) {
30
30
  (0, _inheritsLoose2["default"])(ActionBanner, _React$Component);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nice-digital/nds-action-banner",
3
- "version": "1.2.13",
3
+ "version": "1.2.16",
4
4
  "description": "Action banner component for the NICE Design System",
5
5
  "keywords": [
6
6
  "banner"
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@nice-digital/icons": "^2.2.7",
38
- "@nice-digital/nds-core": "^1.2.11",
38
+ "@nice-digital/nds-core": "^1.3.0",
39
39
  "classnames": "^2.3.1",
40
40
  "prop-types": "^15.7.2"
41
41
  },
@@ -46,5 +46,5 @@
46
46
  "devDependencies": {
47
47
  "@babel/cli": "^7.5.0"
48
48
  },
49
- "gitHead": "a3ea1ebc52f49642d7838d84d15f7b794f91b38e"
49
+ "gitHead": "0ab9f6e7e5ca7d38e2e6de672772d12d5feb2465"
50
50
  }
@@ -115,7 +115,7 @@ $nds-action-banner-subtle-border: $nds-colour-nice-grey-2;
115
115
 
116
116
  &__text {
117
117
  margin-bottom: 0;
118
- width: percentage(3/4);
118
+ width: percentage(3*0.25);
119
119
  }
120
120
 
121
121
  &__actions {
@@ -124,7 +124,7 @@ $nds-action-banner-subtle-border: $nds-colour-nice-grey-2;
124
124
  text-align: right;
125
125
  top: 50%;
126
126
  transform: translateY(-50%);
127
- width: percentage(1/4);
127
+ width: percentage(1*0.25);
128
128
  }
129
129
 
130
130
  &--closeable {