cf-component-modal
Advanced tools
+27
-7
@@ -6,2 +6,22 @@ # Change Log | ||
| <a name="8.0.0"></a> | ||
| # [8.0.0](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-modal@7.1.17...cf-component-modal@8.0.0) (2018-05-08) | ||
| ### Features | ||
| * **all:** UI-585: ([00a5bf1](http://stash.cfops.it:7999/www/cf-ux/commits/00a5bf1)) | ||
| * **all:** UI-585: deprecate 'dust' named color ([ab7fc37](http://stash.cfops.it:7999/www/cf-ux/commits/ab7fc37)) | ||
| * **all:** UI-585: deprecate 'smoke' named color ([7558485](http://stash.cfops.it:7999/www/cf-ux/commits/7558485)) | ||
| * **all:** UI-585: deprecate old 'gray' named colors, and remove 'colors' references ([fe1d8b5](http://stash.cfops.it:7999/www/cf-ux/commits/fe1d8b5)) | ||
| * **all:** UI-585: update color usage to access theme.colors ([3f76f3b](http://stash.cfops.it:7999/www/cf-ux/commits/3f76f3b)) | ||
| ### BREAKING CHANGES | ||
| * **all:** update snapshots | ||
| <a name="7.1.17"></a> | ||
@@ -15,3 +35,3 @@ ## [7.1.17](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-modal@7.1.16...cf-component-modal@7.1.17) (2018-05-04) | ||
| <a name="7.1.16"></a> | ||
| <a name="7.1.16"></a> | ||
| ## [7.1.16](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-modal@7.1.15...cf-component-modal@7.1.16) (2018-05-02) | ||
@@ -24,3 +44,3 @@ | ||
| <a name="7.1.15"></a> | ||
| <a name="7.1.15"></a> | ||
| ## [7.1.15](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-modal@7.1.14...cf-component-modal@7.1.15) (2018-05-01) | ||
@@ -33,3 +53,3 @@ | ||
| <a name="7.1.14"></a> | ||
| <a name="7.1.14"></a> | ||
| ## [7.1.14](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-modal@7.1.13...cf-component-modal@7.1.14) (2018-04-27) | ||
@@ -42,3 +62,3 @@ | ||
| <a name="7.1.13"></a> | ||
| <a name="7.1.13"></a> | ||
| ## [7.1.13](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-modal@7.1.12...cf-component-modal@7.1.13) (2018-04-24) | ||
@@ -51,3 +71,3 @@ | ||
| <a name="7.1.12"></a> | ||
| <a name="7.1.12"></a> | ||
| ## [7.1.12](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-modal@7.1.11...cf-component-modal@7.1.12) (2018-04-24) | ||
@@ -60,3 +80,3 @@ | ||
| <a name="7.1.11"></a> | ||
| <a name="7.1.11"></a> | ||
| ## [7.1.11](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-modal@7.1.10...cf-component-modal@7.1.11) (2018-04-18) | ||
@@ -69,3 +89,3 @@ | ||
| <a name="7.1.10"></a> | ||
| <a name="7.1.10"></a> | ||
| ## [7.1.10](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-modal@7.1.9...cf-component-modal@7.1.10) (2018-04-12) | ||
@@ -72,0 +92,0 @@ |
@@ -14,3 +14,3 @@ import PropTypes from 'prop-types'; | ||
| paddingLeft: theme.space[4], | ||
| background: simple ? 'transparent' : theme.colors.dust, | ||
| background: simple ? 'transparent' : theme.colors.gray[8], | ||
@@ -17,0 +17,0 @@ '&::after': { |
+1
-1
@@ -12,3 +12,3 @@ import PropTypes from 'prop-types'; | ||
| paddingBottom: theme.space[2], | ||
| backgroundColor: theme.colors.smoke | ||
| backgroundColor: theme.colors.gray[7] | ||
| }; | ||
@@ -15,0 +15,0 @@ }); |
@@ -21,3 +21,3 @@ 'use strict'; | ||
| paddingLeft: theme.space[4], | ||
| background: simple ? 'transparent' : theme.colors.dust, | ||
| background: simple ? 'transparent' : theme.colors.gray[8], | ||
@@ -24,0 +24,0 @@ '&::after': { |
+1
-1
@@ -21,3 +21,3 @@ 'use strict'; | ||
| paddingBottom: theme.space[2], | ||
| backgroundColor: theme.colors.smoke | ||
| backgroundColor: theme.colors.gray[7] | ||
| })); | ||
@@ -24,0 +24,0 @@ ModalInfo.setDisplayName('ModalInfo'); |
+3
-3
| { | ||
| "name": "cf-component-modal", | ||
| "description": "Cloudflare Modal Component", | ||
| "version": "7.1.17", | ||
| "version": "8.0.0", | ||
| "main": "lib/index.js", | ||
@@ -14,4 +14,4 @@ "module": "es/index.js", | ||
| "dependencies": { | ||
| "cf-component-icon": "^4.5.6", | ||
| "cf-style-container": "^8.1.4", | ||
| "cf-component-icon": "^5.0.0", | ||
| "cf-style-container": "^9.0.0", | ||
| "prop-types": "^15.6.0", | ||
@@ -18,0 +18,0 @@ "react-modal2": "^3.1.0", |
42149
1.97%+ Added
+ Added
- Removed
- Removed
- Removed
Updated
Updated