Skip to content

Commit 3097a6a

Browse files
committed
SLSDIcons public
1 parent 254f582 commit 3097a6a

File tree

6 files changed

+13
-46
lines changed

6 files changed

+13
-46
lines changed

components/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import SLDSSettings from './SLDSSettings';
1515
import SLDSButton from './SLDSButton';
1616
import SLDSModal from './SLDSModal';
1717
import SLDSModalTrigger from './SLDSModal/trigger';
18-
import SLDSToast from './SLDSToast';
18+
import SLDSIcons from './SLDSIcons';
1919

2020
module.exports = {
2121
SLDSPicklistBase: SLDSPicklistBase,
@@ -24,5 +24,5 @@ module.exports = {
2424
SLDSButton: SLDSButton,
2525
SLDSModal: SLDSModal,
2626
SLDSModalTrigger: SLDSModalTrigger,
27-
SLDSToast: SLDSToast
27+
SLDSIcons: SLDSIcons
2828
};

dist/design-system-react.js

Lines changed: 3 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/design-system-react.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/design-system-react.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/design-system-react.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ var _SLDSModalTrigger = require('./SLDSModal/trigger');
3737

3838
var _SLDSModalTrigger2 = _interopRequireDefault(_SLDSModalTrigger);
3939

40-
var _SLDSToast = require('./SLDSToast');
40+
var _SLDSIcons = require('./SLDSIcons');
4141

42-
var _SLDSToast2 = _interopRequireDefault(_SLDSToast);
42+
var _SLDSIcons2 = _interopRequireDefault(_SLDSIcons);
4343

4444
module.exports = {
4545
SLDSPicklistBase: _SLDSPicklistBase2['default'],
@@ -48,5 +48,5 @@ module.exports = {
4848
SLDSButton: _SLDSButton2['default'],
4949
SLDSModal: _SLDSModal2['default'],
5050
SLDSModalTrigger: _SLDSModalTrigger2['default'],
51-
SLDSToast: _SLDSToast2['default']
51+
SLDSIcons: _SLDSIcons2['default']
5252
};

0 commit comments

Comments
 (0)