@graphcms/zoid
Advanced tools
Comparing version 9.0.64-alpha.1 to 9.0.64-alpha.2
{ | ||
"name": "@graphcms/zoid", | ||
"version": "9.0.64-alpha.1", | ||
"version": "9.0.64-alpha.2", | ||
"description": "Cross domain components.", | ||
@@ -35,3 +35,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "6ebe10ad646dad7a072dcc369a323d2c9a235a94" | ||
"gitHead": "a55a8dae98a332773a2864a619f6dcdf30a2b418" | ||
} |
@@ -0,4 +1,9 @@ | ||
⚠️ This is a temporary fork maintained by [GraphCMS](https://graphcms.com) for the specific needs of the package [@graphcms/uix-sdk](https://www.npmjs.com/package/@graphcms/uix-sdk). | ||
Please use the original packages/repository [krakenjs/zoid](https://github.com/krakenjs/zoid) instead; | ||
--- | ||
<p align="center"><img width="45%" src="https://cdn.rawgit.com/krakenjs/zoid/master/zoid.png"></p> | ||
---- | ||
--- | ||
@@ -14,3 +19,3 @@ A cross-domain component toolkit, supporting: | ||
----- | ||
--- | ||
@@ -33,3 +38,3 @@ ### [API Docs](./docs/api.md) | ||
----- | ||
--- | ||
@@ -42,5 +47,4 @@ ### Quick example | ||
var MyLoginComponent = zoid.create({ | ||
tag: 'my-login-component', | ||
url: 'http://www.my-site.com/my-login-component' | ||
tag: "my-login-component", | ||
url: "http://www.my-site.com/my-login-component", | ||
}); | ||
@@ -112,3 +116,2 @@ ``` | ||
**Writing cross domain components is tricky.** | ||
@@ -123,3 +126,2 @@ | ||
**What about an iframe?** | ||
@@ -134,3 +136,2 @@ | ||
**zoid solves all of these problems.** | ||
@@ -145,3 +146,2 @@ | ||
## FAQ | ||
@@ -148,0 +148,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1312332