Skip to content

Commit 6fc6e35

Browse files
committed
v0.0.6 build and remove react-dom dependency
1 parent 6b5f522 commit 6fc6e35

File tree

9 files changed

+0
-194
lines changed

9 files changed

+0
-194
lines changed

components/SLDSDropdowns/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1111

1212
import _ from 'lodash';
1313
import React from 'react';
14-
import ReactDOM from 'react-dom';
1514
import classNames from 'classnames';
1615
const PT = React.PropTypes;
1716
import {Icon} from "./../SLDSIcons";

components/SLDSModal/index.js

Lines changed: 0 additions & 183 deletions
This file was deleted.

components/SLDSPicklist/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1010
*/
1111

1212
const React = require('react');
13-
const ReactDOM = require('react-dom');
1413
const PT = React.PropTypes;
1514
import SLDSPopover from '../SLDSPopover';
1615
import SLDSDropdown from '../SLDSDropdowns';

components/SLDSTooltip/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1010
*/
1111

1212
const React = require('react');
13-
const ReactDOM = require('react-dom');
1413
const PT = React.PropTypes;
1514
const classNames = require('classnames');
1615
import {omit} from 'lodash';

demo/pages/HomePage.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import SLDSDateInput from '../../components/SLDSDateInput/index';
1212
import SLDSLookup from '../../components/SLDSLookup/index';
1313
import SLDSTooltip from '../../components/SLDSTooltip';
1414
import SLDSOverlayTrigger from '../../components/SLDSOverlayTrigger';
15-
import SLDSModal from '../../components/SLDSModal';
1615
import SLDSPicklist from '../../components/SLDSPicklist';
1716
import SLDSTabs from '../../components/SLDSTabs';
1817
import SLDSGrid from '../../components/SLDSGrid';

lib/SLDSDropdowns/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ var _react = require('react');
3333

3434
var _react2 = _interopRequireDefault(_react);
3535

36-
var _reactDom = require('react-dom');
37-
38-
var _reactDom2 = _interopRequireDefault(_reactDom);
39-
4036
var _classnames = require('classnames');
4137

4238
var _classnames2 = _interopRequireDefault(_classnames);

lib/SLDSPicklist/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ var _utilsDom = require('../utils/dom');
3838
var _lodash = require('lodash');
3939

4040
var React = require('react');
41-
var ReactDOM = require('react-dom');
4241
var PT = React.PropTypes;
4342

4443
var classNames = require('classnames');

lib/SLDSTooltip/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ function _inherits(subClass, superClass) { if (typeof superClass !== 'function'
2424
var _lodash = require('lodash');
2525

2626
var React = require('react');
27-
var ReactDOM = require('react-dom');
2827
var PT = React.PropTypes;
2928
var classNames = require('classnames');
3029

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
"dependencies": {
5353
"classnames": "^2.1.3",
5454
"lodash": "^3.10.0",
55-
"react-dom": "^0.14.0-beta3",
5655
"react-modal": "^0.5.0",
5756
"react-onclickoutside": "^0.3.0",
5857
"tether": "^1.1.0",

0 commit comments

Comments
 (0)