Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Page Template picker if modal layout picker is available #2478

Merged
merged 4 commits into from
Jul 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,388 changes: 721 additions & 667 deletions bundle/android/App.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle/android/App.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,35 +1,48 @@
{
"name": "react-native-url-polyfill",
"version": "1.1.2",
"description": "A lightweight and trustworthy URL polyfill for React Native",
"keywords": [
"URL",
"URLSearchParams",
"polyfill",
"react native",
"whatwg-url"
"_args": [
[
"[email protected]",
"/Users/chipsnyder/src/gutenberg-mobile/gutenberg"
]
],
"bugs": {
"url": "https://github.com/charpeni/react-native-url-polyfill/issues"
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-RPYwjW+4udnAf26xUCQP2dn4t2tnRFo3Ii4s/hy7Ivpe7xYtXp7CMVX505CR8X3p0f8NKmOJ4MQEFMMnbd/Y/Q==",
"_location": "/react-native-url-polyfill",
"_phantomChildren": {
"base64-js": "1.3.0",
"ieee754": "1.1.12"
},
"homepage": "https://github.com/charpeni/react-native-url-polyfill",
"readme": "https://github.com/charpeni/react-native-url-polyfill#readme",
"repository": {
"type": "git",
"url": "https://github.com/charpeni/react-native-url-polyfill.git"
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "react-native-url-polyfill",
"escapedName": "react-native-url-polyfill",
"rawSpec": "1.1.2",
"saveSpec": null,
"fetchSpec": "1.1.2"
},
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "eslint .",
"bundle-size": "node scripts/bundle-size"
"_requiredBy": [
"/@wordpress/react-native-editor",
"/@wordpress/url"
],
"_resolved": "https://registry.npmjs.org/react-native-url-polyfill/-/react-native-url-polyfill-1.1.2.tgz",
"_spec": "1.1.2",
"_where": "/Users/chipsnyder/src/gutenberg-mobile/gutenberg",
"author": {
"name": "Nicolas Charpentier",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/charpeni/react-native-url-polyfill/issues"
},
"author": "Nicolas Charpentier <[email protected]>",
"license": "MIT",
"dependencies": {
"buffer": "^5.4.3",
"whatwg-url-without-unicode": "8.0.0-1"
},
"description": "A lightweight and trustworthy URL polyfill for React Native",
"devDependencies": {
"@react-native-community/eslint-config": "^0.0.7",
"chalk": "^3.0.0",
Expand All @@ -51,8 +64,11 @@
"tmp": "^0.1.0",
"uuid": "^7.0.2"
},
"peerDependencies": {
"react-native": "*"
"homepage": "https://github.com/charpeni/react-native-url-polyfill",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"jest": {
"preset": "react-native",
Expand All @@ -61,19 +77,33 @@
"./detox/"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"URL",
"URLSearchParams",
"polyfill",
"react native",
"whatwg-url"
],
"license": "MIT",
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
}

,"_resolved": "https://registry.npmjs.org/react-native-url-polyfill/-/react-native-url-polyfill-1.1.2.tgz"
,"_integrity": "sha512-RPYwjW+4udnAf26xUCQP2dn4t2tnRFo3Ii4s/hy7Ivpe7xYtXp7CMVX505CR8X3p0f8NKmOJ4MQEFMMnbd/Y/Q=="
,"_from": "[email protected]"
}
},
"main": "index.js",
"name": "react-native-url-polyfill",
"peerDependencies": {
"react-native": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/charpeni/react-native-url-polyfill.git"
},
"scripts": {
"bundle-size": "node scripts/bundle-size",
"lint": "eslint .",
"test": "jest"
},
"version": "1.1.2"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "core/social-link",
"category": "widgets",
"parent": [
"core/social-links"
],
"attributes": {
"url": {
"type": "string"
},
"service": {
"type": "string"
},
"label": {
"type": "string"
}
},
"supports": {
"reusable": false,
"html": false,
"lightBlockWrapper": true
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "core/social-links",
"category": "widgets",
"supports": {
"align": [
"left",
"center",
"right"
],
"lightBlockWrapper": true,
"anchor": true
}
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,456 changes: 755 additions & 701 deletions bundle/ios/App.js

Large diffs are not rendered by default.

Loading