Skip to content

Commit 9c422cc

Browse files
committed
Modal progress
1 parent 6ab82c1 commit 9c422cc

20 files changed

+9451
-265
lines changed

components/SLDSDateInput/SLDSDatePicker/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ module.exports = React.createClass( {
6262
}
6363
else if(event.keyCode === KEYS.TAB){
6464
}
65+
else if(event.keyCode === KEYS.ESCAPE){
66+
}
6567
else{
6668
EventUtil.trapEvent(event);
6769
}

components/SLDSModal/index.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import classnames from 'classnames';
2+

demo/assets/icons/License-for-icons.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,4 +264,4 @@ c. No term or condition of this Public License will be waived and no
264264
d. Nothing in this Public License constitutes or may be interpreted as
265265
a limitation upon, or waiver of, any privileges and immunities that
266266
apply to the Licensor or You, including from the legal processes of
267-
any jurisdiction or authority.
267+
any jurisdiction or authority.

demo/assets/icons/standard-sprite/svg/symbols.svg

Lines changed: 1 addition & 1 deletion
Loading

demo/assets/icons/standard-sprite/symbols.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
</symbol>
314314

315315
<symbol id="file" viewBox="0 0 24 24">
316-
<path d="M7 15.1V7.4c-.8 0-1.5.7-1.5 1.5V18c0 .8.7 1.4 1.5 1.4h7.2c.8 0 1.4-.6 1.4-1.4H9.8C8.3 18 7 18 7 15.1zm11-6.2h-2.4c-.8 0-1.4-.7-1.4-1.5V5c0-.2-.3-.4-.5-.4H9.8c-.8 0-1.4.6-1.4 1.4v9.1c0 .8.6 1.5 1.4 1.5H17c.8 0 1.5-.7 1.5-1.5V9.4c0-.3-.2-.5-.5-.5zm-7.7-1c0-.2.2-.5.5-.5h1.4c.3 0 .5.3.5.5v.5c0 .3-.2.5-.5.5h-1.4c-.3 0-.5-.2-.5-.5v-.5zm5.3 6.3c0 .2-.2.4-.5.4h-4.3c-.3 0-.5-.2-.5-.4v-.5c0-.3.2-.5.5-.5h4.3c.3 0 .5.2.5.5v.5zm1-2.9c0 .2-.3.5-.5.5h-5.3c-.3 0-.5-.3-.5-.5v-.5c0-.3.2-.5.5-.5h5.3c.2 0 .5.2.5.5v.5zm1.8-4.4l-2.2-2.2c-.1-.1-.2-.1-.3-.1-.2 0-.3.1-.3.3v1.6c0 .5.4.9 1 .9h1.5c.2 0 .4-.1.4-.3 0-.1 0-.2-.1-.2z" />
316+
<path d="M7 15.1V7.4c-.8 0-1.5.7-1.5 1.5V18c0 .8.7 1.4 1.5 1.4h7.2c.8 0 1.4-.6 1.4-1.4H9.8C8.3 18 7 18 7 15.1zm11-6.2h-2.4c-.8 0-1.4-.7-1.4-1.5V5c0-.2-.3-.4-.5-.4H9.8c-.8 0-1.4.6-1.4 1.4v9.1c0 .8.6 1.5 1.4 1.5H17c.8 0 1.5-.7 1.5-1.5V9.4c0-.3-.2-.5-.5-.5zm.4-2l-2.2-2.2c-.1-.1-.2-.1-.3-.1-.2 0-.3.1-.3.3v1.6c0 .5.4.9 1 .9h1.5c.2 0 .4-.1.4-.3 0-.1 0-.2-.1-.2z" />
317317
</symbol>
318318

319319
<symbol id="flow" viewBox="0 0 24 24">

demo/assets/icons/standard/file.svg

Lines changed: 1 addition & 1 deletion
Loading
-346 Bytes
Loading
-238 Bytes
Loading

0 commit comments

Comments
 (0)