@witchcraft/layout 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,9 @@
1
- [![Docs](https://github.com/witchcraftjs/layout/workflows/Docs/badge.svg)](https://github.com/witchcraftjs/layout/actions/workflows/docs.yml)
2
- [![Release](https://github.com/witchcraftjs/layout/actions/workflows/release.yml/badge.svg)](https://github.com/witchcraftjs/layout/actions/workflows/release.yml)
3
- [![NPM Version (with latest tag)](https://img.shields.io/npm/v/%40alanscodelog%2FREPONAME/latest)](https://www.npmjs.com/package/@witchcraft/layout/v/latest)
1
+ [![Docs][docs-src]][docs-href]
2
+ [![Release][release-src]][release-href]
3
+ [![npm version][npm-version-src]][npm-version-href]
4
+ [![License][license-src]][license-href]
5
+ [![Nuxt][nuxt-src]][nuxt-href]
6
+
4
7
  # [Docs](https://witchcraftjs.github.io/layout)
5
8
  # [Demo](https://witchcraftjs.github.io/layout/demo)
6
9
 
@@ -475,4 +478,14 @@ The nuxt module creates a `witchcraft-layout.css` file with the proper source im
475
478
  @import "../../../.nuxt/witchcraft-layout.css";
476
479
  ```
477
480
 
478
-
481
+ <!-- Badges -->
482
+ [docs-src]: https://github.com/witchcraftjs/layout/actions/workflows/docs.yml/badge.svg
483
+ [docs-href]: https://github.com/witchcraftjs/layout/actions/workflows/docs.yml
484
+ [release-src]: https://github.com/witchcraftjs/layout/actions/workflows/release.yml/badge.svg
485
+ [release-href]: https://github.com/witchcraftjs/layout/actions/workflows/release.yml
486
+ [npm-version-src]: https://img.shields.io/npm/v/@witchcraft/layout/latest
487
+ [npm-version-href]: https://www.npmjs.com/package/@witchcraft/layout/v/latest
488
+ [license-src]: https://img.shields.io/npm/l/@witchcraft/layout.svg?style=flat&colorA=020420&colorB=00DC82
489
+ [license-href]: https://npmjs.com/package/@witchcraft/layout
490
+ [nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js
491
+ [nuxt-href]: https://nuxt.com
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@witchcraft/layout",
3
3
  "configKey": "witchcraftLayout",
4
- "version": "0.3.0",
4
+ "version": "0.3.1",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "unknown"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@witchcraft/layout",
3
3
  "description": "Headless layout manager.",
4
- "version": "0.3.0",
4
+ "version": "0.3.1",
5
5
  "main": "./dist/runtime/index.js",
6
6
  "type": "module",
7
7
  "sideEffects": false,