@sb1/ffe-buttons-react 18.0.4 → 18.0.6

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/lib/BackButton.js CHANGED
@@ -26,5 +26,4 @@ BackButton.propTypes = {
26
26
  current: _propTypes.object
27
27
  })])
28
28
  };
29
- var _default = BackButton;
30
- exports.default = _default;
29
+ var _default = exports.default = BackButton;
package/lib/BaseButton.js CHANGED
@@ -90,5 +90,4 @@ BaseButton.defaultProps = {
90
90
  ariaLoadingMessage: 'Vennligst vent',
91
91
  element: 'button'
92
92
  };
93
- var _default = BaseButton;
94
- exports.default = _default;
93
+ var _default = exports.default = BaseButton;
@@ -33,5 +33,4 @@ ButtonGroup.propTypes = {
33
33
  /** Applies the inline modifier to make all child buttons inline */
34
34
  inline: _propTypes.bool
35
35
  };
36
- var _default = ButtonGroup;
37
- exports.default = _default;
36
+ var _default = exports.default = ButtonGroup;
@@ -67,5 +67,4 @@ ExpandButton.defaultProps = {
67
67
  closeLabel: 'Lukk',
68
68
  element: 'button'
69
69
  };
70
- var _default = ExpandButton;
71
- exports.default = _default;
70
+ var _default = exports.default = ExpandButton;
@@ -60,5 +60,4 @@ InlineBaseButton.propTypes = {
60
60
  InlineBaseButton.defaultProps = {
61
61
  element: 'button'
62
62
  };
63
- var _default = InlineBaseButton;
64
- exports.default = _default;
63
+ var _default = exports.default = InlineBaseButton;
@@ -40,5 +40,4 @@ InlineExpandButton.propTypes = {
40
40
  /** Listen for clicks to toggle the isExpanded state. */
41
41
  onClick: _propTypes.func.isRequired
42
42
  };
43
- var _default = InlineExpandButton;
44
- exports.default = _default;
43
+ var _default = exports.default = InlineExpandButton;
@@ -36,5 +36,4 @@ PrimaryButton.propTypes = {
36
36
  /** Icon shown to the right of the label */
37
37
  rightIcon: _propTypes.node
38
38
  };
39
- var _default = PrimaryButton;
40
- exports.default = _default;
39
+ var _default = exports.default = PrimaryButton;
@@ -36,5 +36,4 @@ SecondaryButton.propTypes = {
36
36
  /** Icon shown to the right of the label */
37
37
  rightIcon: _propTypes.node
38
38
  };
39
- var _default = SecondaryButton;
40
- exports.default = _default;
39
+ var _default = exports.default = SecondaryButton;
@@ -32,5 +32,4 @@ ShortcutButton.propTypes = {
32
32
  /** Icon shown to the left of the label */
33
33
  leftIcon: _propTypes.node
34
34
  };
35
- var _default = ShortcutButton;
36
- exports.default = _default;
35
+ var _default = exports.default = ShortcutButton;
package/lib/TaskButton.js CHANGED
@@ -36,5 +36,4 @@ TaskButton.propTypes = {
36
36
  current: _propTypes.object
37
37
  })])
38
38
  };
39
- var _default = TaskButton;
40
- exports.default = _default;
39
+ var _default = exports.default = TaskButton;
@@ -30,5 +30,4 @@ TertiaryButton.propTypes = {
30
30
  /** Icon shown to the right of the label */
31
31
  rightIcon: _propTypes.node
32
32
  };
33
- var _default = TertiaryButton;
34
- exports.default = _default;
33
+ var _default = exports.default = TertiaryButton;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sb1/ffe-buttons-react",
3
- "version": "18.0.4",
3
+ "version": "18.0.6",
4
4
  "description": "React implementation of ffe-buttons",
5
5
  "keywords": [
6
6
  "ffe"
@@ -28,7 +28,7 @@
28
28
  "test:watch": "ffe-buildtool jest --watch"
29
29
  },
30
30
  "dependencies": {
31
- "@sb1/ffe-buttons": "^17.0.3",
31
+ "@sb1/ffe-buttons": "^17.1.1",
32
32
  "@sb1/ffe-icons-react": "^7.3.5",
33
33
  "classnames": "^2.3.1",
34
34
  "prop-types": "^15.7.2"
@@ -46,5 +46,5 @@
46
46
  "publishConfig": {
47
47
  "access": "public"
48
48
  },
49
- "gitHead": "921f9feb983a19162c9ee54ad6ad4008b2369dca"
49
+ "gitHead": "22b8ad48a07c5afca3100dfef456bb667a0dfb0e"
50
50
  }