Skip to content

Commit fb8f515

Browse files
committed
build v0.0.9
1 parent d9e1ce1 commit fb8f515

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

lib/SLDSModal/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,10 @@ module.exports = _react2['default'].createClass({
111111
onClick: this.closeModal },
112112
_react2['default'].createElement(
113113
'div',
114-
{ className: 'slds-modal__container', onClick: function (e) {
114+
{
115+
role: 'dialog',
116+
className: 'slds-modal__container',
117+
onClick: function (e) {
115118
_utils.EventUtil.trap(e);
116119
} },
117120
_react2['default'].createElement(

lib/index.js

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,13 @@ var _SLDSButton = require('./SLDSButton');
2525

2626
var _SLDSButton2 = _interopRequireDefault(_SLDSButton);
2727

28-
var _SLDSModal = require('./SLDSModal');
29-
30-
var _SLDSModal2 = _interopRequireDefault(_SLDSModal);
31-
32-
var _SLDSModalTrigger = require('./SLDSModal/trigger');
33-
34-
var _SLDSModalTrigger2 = _interopRequireDefault(_SLDSModalTrigger);
28+
//import SLDSModal from './SLDSModal';
29+
//import SLDSModalTrigger from './SLDSModal/trigger';
3530

3631
module.exports = {
3732
SLDSPicklistBase: _SLDSPicklistBase2['default'],
3833
SLDSSettings: _SLDSSettings2['default'],
39-
SLDSButton: _SLDSButton2['default'],
40-
SLDSModal: _SLDSModal2['default'],
41-
SLDSModalTrigger: _SLDSModalTrigger2['default']
42-
};
34+
SLDSButton: _SLDSButton2['default']
35+
};
36+
// SLDSModal: SLDSModal,
37+
// SLDSModalTrigger: SLDSModalTrigger

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "design-system-react",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Salesforce Lightning Design System React components",
55
"scripts": {
66
"start": "node server.js",

0 commit comments

Comments
 (0)