@magnetis/astro
Advanced tools
Comparing version 0.7.0 to 0.8.0
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.8.0] - 2019-04-26 | ||
- Remove Flexbox Grid system from the project as it caused CSS class conflicts. | ||
- Fix color inconsistencies in floating labels of several inputs. | ||
- Update messaging input button details. | ||
- Adjust focus behavior on all interactive components for accessibility and aesthetics. | ||
- Create Colors page in the documentation. | ||
### [0.7.0] - 2019-04-15 | ||
@@ -7,0 +14,0 @@ - Breaking changes: fixed several Controls & Toggles components which only worked on Chrome by altering the markup and CSS structure, not using pseudoclasses on input elements anymore. |
@@ -81,5 +81,10 @@ import { css } from 'docz-plugin-css'; | ||
}, | ||
'@media (min-width: 920px)': { | ||
[selectors.main]: { | ||
width: '90%' | ||
} | ||
}, | ||
'@media (min-width: 768px)': { | ||
[selectors.main]: { | ||
padding: '0 40px 40px 100px' | ||
padding: '0 40px 40px 90px' | ||
} | ||
@@ -86,0 +91,0 @@ }, |
{ | ||
"name": "@magnetis/astro", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"author": "Magnetis (https://github.com/magnetis)", | ||
@@ -29,3 +29,2 @@ "homepage": "https://astro.magnetis.com.br/", | ||
"dependencies": { | ||
"flexboxgrid": "^6.3.1", | ||
"normalize.css": "^8.0.0" | ||
@@ -32,0 +31,0 @@ }, |
@@ -76,4 +76,2 @@ # Astro | ||
When building layout structures, don't forget to use [Flexbox Grid](https://github.com/kristoferjoseph/flexboxgrid), which is already built in your project as an Astro dependency. | ||
## Contributing | ||
@@ -80,0 +78,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
486052
1
163
2021
87
- Removedflexboxgrid@^6.3.1
- Removedflexboxgrid@6.3.1(transitive)