Bump rax-view from 1.0.2 to 1.1.0 (#8512)

Bump rax-view from 1.0.2 to 1.1.0

Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Norbert de Langen <ndelangen@me.com>
This commit is contained in:
Norbert de Langen 2019-10-26 13:31:05 +02:00 committed by GitHub
commit d517336ee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 62 deletions

View File

@ -2,8 +2,14 @@
exports[`App render correctly 1`] = `
Object {
"attributes": Object {
"class": "rax-view",
},
"children": Array [
Object {
"attributes": Object {
"class": "rax-view",
},
"children": Array [
Object {
"children": Array [
@ -22,14 +28,6 @@ Object {
"tagName": "SPAN",
},
],
"style": Object {
"alignContent": "flex-start",
"border": "0 solid black",
"boxSizing": "border-box",
"display": "flex",
"flexDirection": "column",
"flexShrink": 0,
},
"tagName": "DIV",
},
Object {
@ -49,14 +47,6 @@ Object {
"tagName": "SPAN",
},
],
"style": Object {
"alignContent": "flex-start",
"border": "0 solid black",
"boxSizing": "border-box",
"display": "flex",
"flexDirection": "column",
"flexShrink": 0,
},
"tagName": "DIV",
}
`;

View File

@ -2,6 +2,9 @@
exports[`Welcome render correctly 1`] = `
Object {
"attributes": Object {
"class": "rax-view",
},
"children": Array [
Object {
"children": Array [
@ -43,6 +46,9 @@ Object {
"tagName": "IMG",
},
Object {
"attributes": Object {
"class": "rax-view",
},
"children": Array [
Object {
"children": Array [
@ -62,17 +68,14 @@ Object {
},
],
"style": Object {
"alignContent": "flex-start",
"border": "0 solid black",
"boxSizing": "border-box",
"display": "flex",
"flexDirection": "column",
"flexShrink": 0,
"marginBottom": 10,
},
"tagName": "DIV",
},
Object {
"attributes": Object {
"class": "rax-view",
},
"children": Array [
Object {
"children": Array [
@ -92,17 +95,14 @@ Object {
},
],
"style": Object {
"alignContent": "flex-start",
"border": "0 solid black",
"boxSizing": "border-box",
"display": "flex",
"flexDirection": "column",
"flexShrink": 0,
"marginBottom": 10,
},
"tagName": "DIV",
},
Object {
"attributes": Object {
"class": "rax-view",
},
"children": Array [
Object {
"children": Array [
@ -122,12 +122,6 @@ Object {
},
],
"style": Object {
"alignContent": "flex-start",
"border": "0 solid black",
"boxSizing": "border-box",
"display": "flex",
"flexDirection": "column",
"flexShrink": 0,
"marginBottom": 10,
},
"tagName": "DIV",
@ -138,6 +132,9 @@ Object {
},
"children": Array [
Object {
"attributes": Object {
"class": "rax-view",
},
"children": Array [
Object {
"children": Array [
@ -157,12 +154,6 @@ Object {
},
],
"style": Object {
"alignContent": "flex-start",
"border": "0 solid black",
"boxSizing": "border-box",
"display": "flex",
"flexDirection": "column",
"flexShrink": 0,
"marginBottom": 10,
},
"tagName": "DIV",
@ -171,6 +162,9 @@ Object {
"tagName": "BUTTON",
},
Object {
"attributes": Object {
"class": "rax-view",
},
"children": Array [
Object {
"children": Array [
@ -190,17 +184,14 @@ Object {
},
],
"style": Object {
"alignContent": "flex-start",
"border": "0 solid black",
"boxSizing": "border-box",
"display": "flex",
"flexDirection": "column",
"flexShrink": 0,
"marginBottom": 10,
},
"tagName": "DIV",
},
Object {
"attributes": Object {
"class": "rax-view",
},
"children": Array [
Object {
"children": Array [
@ -220,24 +211,12 @@ Object {
},
],
"style": Object {
"alignContent": "flex-start",
"border": "0 solid black",
"boxSizing": "border-box",
"display": "flex",
"flexDirection": "column",
"flexShrink": 0,
"marginBottom": 10,
},
"tagName": "DIV",
},
],
"style": Object {
"alignContent": "flex-start",
"border": "0 solid black",
"boxSizing": "border-box",
"display": "flex",
"flexDirection": "column",
"flexShrink": 0,
"fontFamily": "\\"Helvetica Neue\\", Helvetica, \\"Segoe UI\\", Arial, freesans, sans-serif",
"margin": 15,
},

View File

@ -8708,7 +8708,7 @@ class-utils@^0.3.5:
isobject "^3.0.0"
static-extend "^0.1.1"
classnames@^2.2.5:
classnames@^2.2.5, classnames@^2.2.6:
version "2.2.6"
resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.2.6.tgz#43935bffdd291f326dad0a205309b38d00f650ce"
integrity sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==
@ -24523,10 +24523,11 @@ rax-text@^1.0.0, rax-text@^1.0.1:
universal-env "^1.0.0"
rax-view@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/rax-view/-/rax-view-1.0.2.tgz#d90b9aeafd933f4f7944595a54dc3bb9e11ff1a7"
integrity sha512-LwhCKJ7lICj1m3KVDmAQA0cx5Alqyrj3Sw+NM58gm42QqGw4TwCaIX1nBcN20zguFszXaHmdnhq472WFqKg/VQ==
version "1.1.0"
resolved "https://registry.yarnpkg.com/rax-view/-/rax-view-1.1.0.tgz#4ff95bcadb6c5355d342753b7f4e364e219c3411"
integrity sha512-AaBkFaks49Igs8tHU3HmYoa+PoXitMbddAQ8BlfJabYTT6/gfcMdj7ejDB/23MGtB/cuJthmuiQMlkr8/JVUuA==
dependencies:
classnames "^2.2.6"
universal-env "^1.0.0"
rax@^1.0.0: