New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sb1/ffe-accordion-react

Package Overview
Dependencies
Maintainers
4
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sb1/ffe-accordion-react - npm Package Compare versions

Comparing version 6.1.1 to 6.2.0

10

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

# [6.2.0](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-accordion-react@6.1.1...@sb1/ffe-accordion-react@6.2.0) (2018-10-09)
### Features
- **ffe-accordion-react:** Add classname prop for Accordion and AccordionItem ([79859cb](https://github.com/SpareBank1/designsystem/commit/79859cb))
<a name="6.1.1"></a>

@@ -39,3 +45,3 @@

<a name="6.0.6"></a>
<a name="6.0.6"></a>

@@ -46,3 +52,3 @@ ## [6.0.6](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-accordion-react@6.0.5...@sb1/ffe-accordion-react@6.0.6) (2018-06-14)

<a name="6.0.5"></a>
<a name="6.0.5"></a>

@@ -49,0 +55,0 @@ ## [6.0.5](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-accordion-react@6.0.4...@sb1/ffe-accordion-react@6.0.5) (2018-06-04)

9

lib/Accordion.js

@@ -55,3 +55,4 @@ 'use strict';

isBlue = _props.isBlue,
rest = _objectWithoutProperties(_props, ['children', 'isBlue']);
className = _props.className,
rest = _objectWithoutProperties(_props, ['children', 'isBlue', 'className']);

@@ -65,3 +66,3 @@ return _react2.default.createElement(

'ffe-accordion--blue': isBlue
}),
}, className),
role: 'tablist'

@@ -86,3 +87,5 @@ }),

**/
isBlue: _propTypes.bool
isBlue: _propTypes.bool,
/** Extra class names */
className: _propTypes.string
};

@@ -89,0 +92,0 @@

@@ -83,2 +83,3 @@ 'use strict';

ariaLabel = _props.ariaLabel,
className = _props.className,
children = _props.children,

@@ -98,3 +99,3 @@ index = _props.index,

'ffe-accordion-item--open': open
})
}, className)
},

@@ -155,2 +156,4 @@ _react2.default.createElement(

children: _propTypes.node,
/** Extra class names */
className: _propTypes.string,
/** List of node names the toggle click handler will ignore */

@@ -157,0 +160,0 @@ ignoredNodeNames: (0, _propTypes.arrayOf)(_propTypes.string),

{
"name": "@sb1/ffe-accordion-react",
"version": "6.1.1",
"version": "6.2.0",
"license": "MIT",

@@ -45,3 +45,3 @@ "author": "SpareBank 1",

},
"gitHead": "96663f58725c93c984087dcb48dd3f68d17b2ae6"
"gitHead": "7a30e9d9dff6f2f7a9ccd9c6d7d2ebaeeb5a264e"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc