Comparing version 1.0.0-beta.13 to 1.0.0
{ | ||
"name": "maker-ui", | ||
"description": "The fastest way to build themeable, responsive layouts in React", | ||
"version": "1.0.0-beta.13", | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
@@ -22,5 +22,5 @@ "author": "Mike Darche <mike@newcreative.io>", | ||
"dependencies": { | ||
"@maker-ui/css": "1.0.0-beta.13", | ||
"@maker-ui/layout": "1.0.0-beta.13", | ||
"@maker-ui/primitives": "1.0.0-beta.13", | ||
"@maker-ui/css": "1.0.0", | ||
"@maker-ui/layout": "1.0.0", | ||
"@maker-ui/primitives": "1.0.0", | ||
"tslib": "^2.0.0" | ||
@@ -27,0 +27,0 @@ }, |
@@ -47,3 +47,3 @@ # Maker UI | ||
// basic layout component usage | ||
import * as React from 'react'; | ||
import * as React from 'react' | ||
import { | ||
@@ -58,6 +58,6 @@ Layout, | ||
Footer, | ||
} from 'maker-ui'; | ||
} from 'maker-ui' | ||
import { options, menu } from './config'; // your custom configurations | ||
import Logo from './Logo'; // your logo component | ||
import { options, menu } from './config' // your custom configurations | ||
import Logo from './Logo' // your logo component | ||
@@ -76,5 +76,5 @@ const MyLayout = props => ( | ||
</Layout> | ||
); | ||
) | ||
export default MyLayout; | ||
export default MyLayout | ||
``` | ||
@@ -102,3 +102,3 @@ | ||
Maker UI also has an optional package `@maker-ui/components` that exports a variety of common components you might need for your site: | ||
Maker UI also has an optional package `@maker-ui/elements` that exports a variety of common components you might need for your site: | ||
@@ -105,0 +105,0 @@ - Carousel |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2
6255
+ Added@maker-ui/css@1.0.0(transitive)
+ Added@maker-ui/layout@1.0.0(transitive)
+ Added@maker-ui/primitives@1.0.0(transitive)
- Removed@maker-ui/css@1.0.0-beta.13(transitive)
- Removed@maker-ui/layout@1.0.0-beta.13(transitive)
- Removed@maker-ui/primitives@1.0.0-beta.13(transitive)
Updated@maker-ui/css@1.0.0
Updated@maker-ui/layout@1.0.0
Updated@maker-ui/primitives@1.0.0