New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@magnetis/astro

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magnetis/astro - npm Package Compare versions

Comparing version 0.7.0 to 0.8.0

docs/colors.mdx

7

CHANGELOG.md

@@ -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.

7

doczrc.js

@@ -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 @@ },

3

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc