feat(ui-toolkit): add new components

references #1238

this includes:
 - add footer and frids
 - update colors
 - add tags
 - add empty table
 - add superscript
 - add toasts
This commit is contained in:
Sara Vieira 2018-03-01 13:40:36 +00:00 committed by Sérgio Ramos
parent 55d5d24475
commit 9bdf02b1ba
106 changed files with 1998 additions and 1384 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

@ -224,7 +224,7 @@ exports[`renders <AddServiceForm /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -560,7 +560,7 @@ exports[`renders <AddServiceForm pristine /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -675,7 +675,7 @@ exports[`renders <AddServiceForm pristine /> without throwing 1`] = `
exports[`renders <Header/> without throwing 1`] = `
Array [
.c0 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -692,7 +692,7 @@ Array [
.c0 + h5,
.c0 + div,
.c0 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
<h3
@ -705,7 +705,7 @@ Array [
}
.c1 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -783,7 +783,7 @@ exports[`renders <Hostname values /> without throwing 1`] = `
.c3 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
font-weight: 600;
@ -792,7 +792,7 @@ exports[`renders <Hostname values /> without throwing 1`] = `
.c6 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
}
@ -875,19 +875,19 @@ exports[`renders <Hostname values /> without throwing 1`] = `
}
.c8:disabled {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c8:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c8:disabled::-moz-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c8:disabled:-ms-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c2 {
@ -931,7 +931,7 @@ exports[`renders <Hostname values /> without throwing 1`] = `
>
<path
d="M10,6V4A4,4,0,0,0,2,4V6H2A2,2,0,0,0,0,8v6a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V8A2,2,0,0,0,10,6ZM4,4c0-1.65.35-2,2-2s2,.35,2,2V6H4Zm6,9a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V9A1,1,0,0,1,3,8H9a1,1,0,0,1,1,1ZM6,13H6a1,1,0,0,1-1-1V10A1,1,0,0,1,6,9H6a1,1,0,0,1,1,1v2A1,1,0,0,1,6,13Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -981,14 +981,14 @@ exports[`renders <HostnamesHeader /> without throwing 1`] = `
}
.c3 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
}
.c1 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -1005,7 +1005,7 @@ exports[`renders <HostnamesHeader /> without throwing 1`] = `
.c1 + h5,
.c1 + div,
.c1 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
<div

View File

@ -3,7 +3,7 @@
exports[`renders <DefaultRules /> without throwing 1`] = `
Array [
.c0 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -28,7 +28,7 @@ Array [
exports[`renders <DefaultRules rules /> without throwing 1`] = `
Array [
.c0 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -190,14 +190,14 @@ Array [
}
.c12 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
}
.c9 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 700;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -234,7 +234,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -256,12 +256,12 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
border-color: rgb(216,216,216);
background-color: rgb(250,250,250);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
cursor: default;
}
@ -283,7 +283,7 @@ Array [
.c19 {
border: 0.0625rem solid rgb(216,216,216);
box-sizing: border-box;
border-radius: 0.1875rem;
border-radius: 0.125rem;
font-size: 0.8125rem;
line-height: 1.125rem;
padding: 0.3125rem 0.75rem;
@ -291,14 +291,14 @@ Array [
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-webkit-flex-grow: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.c16 {
@ -1676,14 +1676,14 @@ Array [
}
.c11 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
}
.c8 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 700;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -1720,7 +1720,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -2118,14 +2118,14 @@ Array [
}
.c11 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
}
.c8 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 700;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -2162,7 +2162,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -2560,14 +2560,14 @@ Array [
}
.c11 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
}
.c8 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 700;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -2604,12 +2604,12 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
border-color: rgb(216,216,216);
background-color: rgb(250,250,250);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
cursor: default;
}
@ -3006,14 +3006,14 @@ Array [
}
.c11 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
}
.c8 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 700;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -3050,12 +3050,12 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
border-color: rgb(216,216,216);
background-color: rgb(250,250,250);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
cursor: default;
}
@ -3461,14 +3461,14 @@ Array [
}
.c11 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
}
.c8 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 700;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -3505,12 +3505,12 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
border-color: rgb(216,216,216);
background-color: rgb(250,250,250);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
cursor: default;
}
@ -3532,7 +3532,7 @@ Array [
.c16 {
border: 0.0625rem solid rgb(216,216,216);
box-sizing: border-box;
border-radius: 0.1875rem;
border-radius: 0.125rem;
font-size: 0.8125rem;
line-height: 1.125rem;
padding: 0.3125rem 0.75rem;
@ -3540,14 +3540,14 @@ Array [
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-webkit-flex-grow: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.c13 {
@ -3835,7 +3835,7 @@ exports[`renders <Rules/> without throwing 1`] = `null`;
exports[`renders <TagRules /> without throwing 1`] = `
Array [
.c0 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -3860,7 +3860,7 @@ Array [
exports[`renders <TagRules rules /> without throwing 1`] = `
Array [
.c0 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -4022,14 +4022,14 @@ Array [
}
.c12 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
}
.c9 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 700;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -4066,7 +4066,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -4088,12 +4088,12 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
border-color: rgb(216,216,216);
background-color: rgb(250,250,250);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
cursor: default;
}
@ -4115,7 +4115,7 @@ Array [
.c19 {
border: 0.0625rem solid rgb(216,216,216);
box-sizing: border-box;
border-radius: 0.1875rem;
border-radius: 0.125rem;
font-size: 0.8125rem;
line-height: 1.125rem;
padding: 0.3125rem 0.75rem;
@ -4123,14 +4123,14 @@ Array [
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-webkit-flex-grow: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.c16 {

View File

@ -435,7 +435,7 @@ exports[`renders <KeyValue /> without throwing 1`] = `
}
.c7 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -592,7 +592,7 @@ exports[`renders <KeyValue /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -615,7 +615,7 @@ exports[`renders <KeyValue /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -655,7 +655,7 @@ exports[`renders <KeyValue /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -713,7 +713,7 @@ exports[`renders <KeyValue /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -765,7 +765,7 @@ exports[`renders <KeyValue /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -1069,7 +1069,7 @@ exports[`renders <KeyValue /> without throwing 1`] = `
exports[`renders <KeyValue expanded={false} /> without throwing 1`] = `
.c7 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -1144,7 +1144,7 @@ exports[`renders <KeyValue expanded={false} /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -1202,7 +1202,7 @@ exports[`renders <KeyValue expanded={false} /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -1231,7 +1231,7 @@ exports[`renders <KeyValue expanded={false} /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -1741,7 +1741,7 @@ exports[`renders <KeyValue input="input" /> without throwing 1`] = `
}
.c7 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -1898,7 +1898,7 @@ exports[`renders <KeyValue input="input" /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -1921,7 +1921,7 @@ exports[`renders <KeyValue input="input" /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -1961,7 +1961,7 @@ exports[`renders <KeyValue input="input" /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -2019,7 +2019,7 @@ exports[`renders <KeyValue input="input" /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -2071,7 +2071,7 @@ exports[`renders <KeyValue input="input" /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -2821,7 +2821,7 @@ exports[`renders <KeyValue input="textarea" /> without throwing 1`] = `
}
.c7 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -2915,7 +2915,7 @@ exports[`renders <KeyValue input="textarea" /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -2938,7 +2938,7 @@ exports[`renders <KeyValue input="textarea" /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -2978,7 +2978,7 @@ exports[`renders <KeyValue input="textarea" /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -3036,7 +3036,7 @@ exports[`renders <KeyValue input="textarea" /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -3088,7 +3088,7 @@ exports[`renders <KeyValue input="textarea" /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -3149,7 +3149,7 @@ exports[`renders <KeyValue input="textarea" /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -3205,19 +3205,19 @@ exports[`renders <KeyValue input="textarea" /> without throwing 1`] = `
}
.c19:disabled {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c19:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c19:disabled::-moz-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c19:disabled:-ms-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c2 {
@ -3913,7 +3913,7 @@ exports[`renders <KeyValue method="add" /> without throwing 1`] = `
}
.c7 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -4070,7 +4070,7 @@ exports[`renders <KeyValue method="add" /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -4093,7 +4093,7 @@ exports[`renders <KeyValue method="add" /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -4133,7 +4133,7 @@ exports[`renders <KeyValue method="add" /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -4191,7 +4191,7 @@ exports[`renders <KeyValue method="add" /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -4243,7 +4243,7 @@ exports[`renders <KeyValue method="add" /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -5116,7 +5116,7 @@ exports[`renders <KeyValue method="edit" /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -5139,7 +5139,7 @@ exports[`renders <KeyValue method="edit" /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -5183,7 +5183,7 @@ exports[`renders <KeyValue method="edit" /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
cursor: pointer;
@ -5224,7 +5224,7 @@ exports[`renders <KeyValue method="edit" /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
cursor: pointer;
@ -5291,7 +5291,7 @@ exports[`renders <KeyValue method="edit" /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -5454,7 +5454,7 @@ exports[`renders <KeyValue method="edit" /> without throwing 1`] = `
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -6132,7 +6132,7 @@ exports[`renders <KeyValue removing /> without throwing 1`] = `
}
.c7 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -6289,7 +6289,7 @@ exports[`renders <KeyValue removing /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -6312,7 +6312,7 @@ exports[`renders <KeyValue removing /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -6352,7 +6352,7 @@ exports[`renders <KeyValue removing /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -6410,7 +6410,7 @@ exports[`renders <KeyValue removing /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -6462,7 +6462,7 @@ exports[`renders <KeyValue removing /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -7305,7 +7305,7 @@ exports[`renders <KeyValue submitting /> without throwing 1`] = `
}
.c7 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -7462,7 +7462,7 @@ exports[`renders <KeyValue submitting /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -7485,7 +7485,7 @@ exports[`renders <KeyValue submitting /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -7525,7 +7525,7 @@ exports[`renders <KeyValue submitting /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -7583,7 +7583,7 @@ exports[`renders <KeyValue submitting /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -8414,7 +8414,7 @@ exports[`renders <KeyValue type="tag" /> without throwing 1`] = `
}
.c7 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -8571,7 +8571,7 @@ exports[`renders <KeyValue type="tag" /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -8594,7 +8594,7 @@ exports[`renders <KeyValue type="tag" /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -8634,7 +8634,7 @@ exports[`renders <KeyValue type="tag" /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -8692,7 +8692,7 @@ exports[`renders <KeyValue type="tag" /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -8744,7 +8744,7 @@ exports[`renders <KeyValue type="tag" /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;

View File

@ -176,14 +176,14 @@ exports[`renders <Network /> without throwing 1`] = `
}
.c21 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
}
.c13 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -220,7 +220,7 @@ exports[`renders <Network /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -243,7 +243,7 @@ exports[`renders <Network /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -283,7 +283,7 @@ exports[`renders <Network /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -336,7 +336,7 @@ exports[`renders <Network /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -394,7 +394,7 @@ exports[`renders <Network /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -625,7 +625,7 @@ exports[`renders <Network /> without throwing 1`] = `
>
<path
d="M10,6V4A4,4,0,0,0,2,4V6H2A2,2,0,0,0,0,8v6a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V8A2,2,0,0,0,10,6ZM4,4c0-1.65.35-2,2-2s2,.35,2,2V6H4Zm6,9a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V9A1,1,0,0,1,3,8H9a1,1,0,0,1,1,1ZM6,13H6a1,1,0,0,1-1-1V10A1,1,0,0,1,6,9H6a1,1,0,0,1,1,1v2A1,1,0,0,1,6,13Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -665,7 +665,7 @@ exports[`renders <Network /> without throwing 1`] = `
>
<path
d="M0,0V13H9V0ZM7,11H2V2H7ZM3,4H6V3H3ZM3,6H6V5H3ZM3,8H6V7H3Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -827,7 +827,7 @@ exports[`renders <Network /> without throwing 2`] = `
}
.c7 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -938,7 +938,7 @@ exports[`renders <Network /> without throwing 2`] = `
>
<path
d="M10,6V4A4,4,0,0,0,2,4V6H2A2,2,0,0,0,0,8v6a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V8A2,2,0,0,0,10,6ZM4,4c0-1.65.35-2,2-2s2,.35,2,2V6H4Zm6,9a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V9A1,1,0,0,1,3,8H9a1,1,0,0,1,1,1ZM6,13H6a1,1,0,0,1-1-1V10A1,1,0,0,1,6,9H6a1,1,0,0,1,1,1v2A1,1,0,0,1,6,13Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -978,7 +978,7 @@ exports[`renders <Network /> without throwing 2`] = `
>
<path
d="M0,0V13H9V0ZM7,11H2V2H7ZM3,4H6V3H3ZM3,6H6V5H3ZM3,8H6V7H3Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -1185,14 +1185,14 @@ exports[`renders <Network {...network} /> without throwing 1`] = `
}
.c17 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
}
.c13 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -1229,7 +1229,7 @@ exports[`renders <Network {...network} /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -1252,7 +1252,7 @@ exports[`renders <Network {...network} /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -1292,7 +1292,7 @@ exports[`renders <Network {...network} /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -1345,7 +1345,7 @@ exports[`renders <Network {...network} /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -1403,7 +1403,7 @@ exports[`renders <Network {...network} /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -1645,7 +1645,7 @@ exports[`renders <Network {...network} /> without throwing 1`] = `
>
<path
d="M10,6V4A4,4,0,0,0,2,4V6H2A2,2,0,0,0,0,8v6a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V8A2,2,0,0,0,10,6ZM4,4c0-1.65.35-2,2-2s2,.35,2,2V6H4Zm6,9a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V9A1,1,0,0,1,3,8H9a1,1,0,0,1,1,1ZM6,13H6a1,1,0,0,1-1-1V10A1,1,0,0,1,6,9H6a1,1,0,0,1,1,1v2A1,1,0,0,1,6,13Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -1685,7 +1685,7 @@ exports[`renders <Network {...network} /> without throwing 1`] = `
>
<path
d="M0,0V13H9V0ZM7,11H2V2H7ZM3,4H6V3H3ZM3,6H6V5H3ZM3,8H6V7H3Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -1847,7 +1847,7 @@ exports[`renders <Network {...network} /> without throwing 2`] = `
}
.c7 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -1960,7 +1960,7 @@ exports[`renders <Network {...network} /> without throwing 2`] = `
>
<path
d="M10,6V4A4,4,0,0,0,2,4V6H2A2,2,0,0,0,0,8v6a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V8A2,2,0,0,0,10,6ZM4,4c0-1.65.35-2,2-2s2,.35,2,2V6H4Zm6,9a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V9A1,1,0,0,1,3,8H9a1,1,0,0,1,1,1ZM6,13H6a1,1,0,0,1-1-1V10A1,1,0,0,1,6,9H6a1,1,0,0,1,1,1v2A1,1,0,0,1,6,13Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2000,7 +2000,7 @@ exports[`renders <Network {...network} /> without throwing 2`] = `
>
<path
d="M0,0V13H9V0ZM7,11H2V2H7ZM3,4H6V3H3ZM3,6H6V5H3ZM3,8H6V7H3Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2207,14 +2207,14 @@ exports[`renders <Network {...network} /> without throwing 3`] = `
}
.c17 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
}
.c13 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -2251,7 +2251,7 @@ exports[`renders <Network {...network} /> without throwing 3`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -2274,7 +2274,7 @@ exports[`renders <Network {...network} /> without throwing 3`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -2314,7 +2314,7 @@ exports[`renders <Network {...network} /> without throwing 3`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -2367,7 +2367,7 @@ exports[`renders <Network {...network} /> without throwing 3`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -2425,7 +2425,7 @@ exports[`renders <Network {...network} /> without throwing 3`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -2667,7 +2667,7 @@ exports[`renders <Network {...network} /> without throwing 3`] = `
>
<path
d="M10,6V4A4,4,0,0,0,2,4V6H2A2,2,0,0,0,0,8v6a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V8A2,2,0,0,0,10,6ZM4,4c0-1.65.35-2,2-2s2,.35,2,2V6H4Zm6,9a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V9A1,1,0,0,1,3,8H9a1,1,0,0,1,1,1ZM6,13H6a1,1,0,0,1-1-1V10A1,1,0,0,1,6,9H6a1,1,0,0,1,1,1v2A1,1,0,0,1,6,13Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2707,7 +2707,7 @@ exports[`renders <Network {...network} /> without throwing 3`] = `
>
<path
d="M0,0V13H9V0ZM7,11H2V2H7ZM3,4H6V3H3ZM3,6H6V5H3ZM3,8H6V7H3Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2869,7 +2869,7 @@ exports[`renders <Network {...network} /> without throwing 4`] = `
}
.c7 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -2982,7 +2982,7 @@ exports[`renders <Network {...network} /> without throwing 4`] = `
>
<path
d="M10,6V4A4,4,0,0,0,2,4V6H2A2,2,0,0,0,0,8v6a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V8A2,2,0,0,0,10,6ZM4,4c0-1.65.35-2,2-2s2,.35,2,2V6H4Zm6,9a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V9A1,1,0,0,1,3,8H9a1,1,0,0,1,1,1ZM6,13H6a1,1,0,0,1-1-1V10A1,1,0,0,1,6,9H6a1,1,0,0,1,1,1v2A1,1,0,0,1,6,13Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -3022,7 +3022,7 @@ exports[`renders <Network {...network} /> without throwing 4`] = `
>
<path
d="M0,0V13H9V0ZM7,11H2V2H7ZM3,4H6V3H3ZM3,6H6V5H3ZM3,8H6V7H3Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -3238,14 +3238,14 @@ exports[`renders <Network {...network} fabric /> without throwing 1`] = `
}
.c17 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
}
.c13 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -3282,7 +3282,7 @@ exports[`renders <Network {...network} fabric /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -3305,7 +3305,7 @@ exports[`renders <Network {...network} fabric /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -3345,7 +3345,7 @@ exports[`renders <Network {...network} fabric /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -3398,7 +3398,7 @@ exports[`renders <Network {...network} fabric /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -3456,7 +3456,7 @@ exports[`renders <Network {...network} fabric /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -3500,7 +3500,7 @@ exports[`renders <Network {...network} fabric /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
cursor: pointer;
@ -3528,7 +3528,7 @@ exports[`renders <Network {...network} fabric /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
cursor: pointer;
@ -3571,7 +3571,7 @@ exports[`renders <Network {...network} fabric /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
cursor: pointer;
@ -3828,7 +3828,7 @@ exports[`renders <Network {...network} fabric /> without throwing 1`] = `
>
<path
d="M10,6V4A4,4,0,0,0,2,4V6H2A2,2,0,0,0,0,8v6a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V8A2,2,0,0,0,10,6ZM4,4c0-1.65.35-2,2-2s2,.35,2,2V6H4Zm6,9a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V9A1,1,0,0,1,3,8H9a1,1,0,0,1,1,1ZM6,13H6a1,1,0,0,1-1-1V10A1,1,0,0,1,6,9H6a1,1,0,0,1,1,1v2A1,1,0,0,1,6,13Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -3868,7 +3868,7 @@ exports[`renders <Network {...network} fabric /> without throwing 1`] = `
>
<path
d="M16.2,6.61a17.42,17.42,0,0,0-3.37-.26,11.67,11.67,0,0,1-.47-4A15.72,15.72,0,0,1,16,2.59l.2-1a16,16,0,0,0-3.77-.24A11,11,0,0,1,12.59.2l-1-.2a14.09,14.09,0,0,0-.2,1.46A8.44,8.44,0,0,0,7.82,2.68c-.15.1-.31.19-.47.28A15.07,15.07,0,0,1,7.59.2l-1-.2a16.37,16.37,0,0,0-.26,3.37,11.66,11.66,0,0,1-4,.46A15.6,15.6,0,0,1,2.59.2l-1-.2a16.29,16.29,0,0,0-.25,3.77C.67,3.7.21,3.61.2,3.61l-.2,1c.07,0,.63.12,1.46.19a8.48,8.48,0,0,0,1.22,3.6A5.3,5.3,0,0,1,3,8.85,17.52,17.52,0,0,1,.2,8.61l-.2,1a16.66,16.66,0,0,0,3,.26h.4a11.71,11.71,0,0,1,.46,4A17,17,0,0,1,.2,13.61l-.2,1a16.66,16.66,0,0,0,3,.26l.8,0c-.07.7-.16,1.16-.16,1.17l1,.2c0-.07.12-.63.19-1.46a8.49,8.49,0,0,0,3.6-1.23c.15-.1.3-.18.46-.27A16.88,16.88,0,0,1,8.61,16l1,.2a17,17,0,0,0,.25-3.37,11.73,11.73,0,0,1,4-.47A17.13,17.13,0,0,1,13.61,16l1,.2a17.28,17.28,0,0,0,.24-3.77,11,11,0,0,1,1.17.16l.2-1a14.09,14.09,0,0,0-1.46-.2,8.45,8.45,0,0,0-1.23-3.59c-.1-.15-.18-.31-.27-.47A15.07,15.07,0,0,1,16,7.59ZM8.38,3.51a7.26,7.26,0,0,1,3-1,13.17,13.17,0,0,0,.44,3.93,9.35,9.35,0,0,0-3.51,1A8.4,8.4,0,0,1,7.39,4,6.75,6.75,0,0,0,8.38,3.51ZM2.48,4.84H3a12.4,12.4,0,0,0,3.44-.44,9.35,9.35,0,0,0,1,3.51A8.38,8.38,0,0,1,4,8.8a6.18,6.18,0,0,0-.53-1A7.36,7.36,0,0,1,2.48,4.84Zm5.34,7.84a7.22,7.22,0,0,1-3,1A12.61,12.61,0,0,0,4.4,9.78a9,9,0,0,0,3.52-1,8.43,8.43,0,0,1,.88,3.37A7.11,7.11,0,0,0,7.82,12.68Zm5.9-1.33a13.23,13.23,0,0,0-3.94.44,9,9,0,0,0-1-3.51,8.44,8.44,0,0,1,3.38-.89,6.69,6.69,0,0,0,.52,1A7.13,7.13,0,0,1,13.72,11.35Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -3921,28 +3921,28 @@ exports[`renders <Network {...network} fabric /> without throwing 1`] = `
<g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1105 -974)"
xlinkHref="#c"
/>
</g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1111 -974)"
xlinkHref="#c"
/>
</g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1117 -974)"
xlinkHref="#c"
/>
</g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1105 -968)"
xlinkHref="#c"
/>
@ -3950,7 +3950,7 @@ exports[`renders <Network {...network} fabric /> without throwing 1`] = `
<g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1111 -968)"
xlinkHref="#d"
/>
@ -3959,7 +3959,7 @@ exports[`renders <Network {...network} fabric /> without throwing 1`] = `
<g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1117 -968)"
xlinkHref="#d"
/>
@ -3968,7 +3968,7 @@ exports[`renders <Network {...network} fabric /> without throwing 1`] = `
<g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1105 -962)"
xlinkHref="#d"
/>
@ -3977,7 +3977,7 @@ exports[`renders <Network {...network} fabric /> without throwing 1`] = `
<g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1111 -962)"
xlinkHref="#d"
/>
@ -3986,7 +3986,7 @@ exports[`renders <Network {...network} fabric /> without throwing 1`] = `
<g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1117 -962)"
xlinkHref="#d"
/>
@ -4069,7 +4069,7 @@ exports[`renders <Network {...network} fabric /> without throwing 1`] = `
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -4220,7 +4220,7 @@ exports[`renders <Network {...network} fabric /> without throwing 2`] = `
}
.c7 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -4333,7 +4333,7 @@ exports[`renders <Network {...network} fabric /> without throwing 2`] = `
>
<path
d="M10,6V4A4,4,0,0,0,2,4V6H2A2,2,0,0,0,0,8v6a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V8A2,2,0,0,0,10,6ZM4,4c0-1.65.35-2,2-2s2,.35,2,2V6H4Zm6,9a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V9A1,1,0,0,1,3,8H9a1,1,0,0,1,1,1ZM6,13H6a1,1,0,0,1-1-1V10A1,1,0,0,1,6,9H6a1,1,0,0,1,1,1v2A1,1,0,0,1,6,13Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -4373,7 +4373,7 @@ exports[`renders <Network {...network} fabric /> without throwing 2`] = `
>
<path
d="M16.2,6.61a17.42,17.42,0,0,0-3.37-.26,11.67,11.67,0,0,1-.47-4A15.72,15.72,0,0,1,16,2.59l.2-1a16,16,0,0,0-3.77-.24A11,11,0,0,1,12.59.2l-1-.2a14.09,14.09,0,0,0-.2,1.46A8.44,8.44,0,0,0,7.82,2.68c-.15.1-.31.19-.47.28A15.07,15.07,0,0,1,7.59.2l-1-.2a16.37,16.37,0,0,0-.26,3.37,11.66,11.66,0,0,1-4,.46A15.6,15.6,0,0,1,2.59.2l-1-.2a16.29,16.29,0,0,0-.25,3.77C.67,3.7.21,3.61.2,3.61l-.2,1c.07,0,.63.12,1.46.19a8.48,8.48,0,0,0,1.22,3.6A5.3,5.3,0,0,1,3,8.85,17.52,17.52,0,0,1,.2,8.61l-.2,1a16.66,16.66,0,0,0,3,.26h.4a11.71,11.71,0,0,1,.46,4A17,17,0,0,1,.2,13.61l-.2,1a16.66,16.66,0,0,0,3,.26l.8,0c-.07.7-.16,1.16-.16,1.17l1,.2c0-.07.12-.63.19-1.46a8.49,8.49,0,0,0,3.6-1.23c.15-.1.3-.18.46-.27A16.88,16.88,0,0,1,8.61,16l1,.2a17,17,0,0,0,.25-3.37,11.73,11.73,0,0,1,4-.47A17.13,17.13,0,0,1,13.61,16l1,.2a17.28,17.28,0,0,0,.24-3.77,11,11,0,0,1,1.17.16l.2-1a14.09,14.09,0,0,0-1.46-.2,8.45,8.45,0,0,0-1.23-3.59c-.1-.15-.18-.31-.27-.47A15.07,15.07,0,0,1,16,7.59ZM8.38,3.51a7.26,7.26,0,0,1,3-1,13.17,13.17,0,0,0,.44,3.93,9.35,9.35,0,0,0-3.51,1A8.4,8.4,0,0,1,7.39,4,6.75,6.75,0,0,0,8.38,3.51ZM2.48,4.84H3a12.4,12.4,0,0,0,3.44-.44,9.35,9.35,0,0,0,1,3.51A8.38,8.38,0,0,1,4,8.8a6.18,6.18,0,0,0-.53-1A7.36,7.36,0,0,1,2.48,4.84Zm5.34,7.84a7.22,7.22,0,0,1-3,1A12.61,12.61,0,0,0,4.4,9.78a9,9,0,0,0,3.52-1,8.43,8.43,0,0,1,.88,3.37A7.11,7.11,0,0,0,7.82,12.68Zm5.9-1.33a13.23,13.23,0,0,0-3.94.44,9,9,0,0,0-1-3.51,8.44,8.44,0,0,1,3.38-.89,6.69,6.69,0,0,0,.52,1A7.13,7.13,0,0,1,13.72,11.35Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -4624,7 +4624,7 @@ exports[`renders <Network {...network} infoExpanded /> without throwing 1`] = `
}
.c17 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -4646,7 +4646,7 @@ exports[`renders <Network {...network} infoExpanded /> without throwing 1`] = `
}
.c13 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -4683,7 +4683,7 @@ exports[`renders <Network {...network} infoExpanded /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -4706,7 +4706,7 @@ exports[`renders <Network {...network} infoExpanded /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -4746,7 +4746,7 @@ exports[`renders <Network {...network} infoExpanded /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -4799,7 +4799,7 @@ exports[`renders <Network {...network} infoExpanded /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -4857,7 +4857,7 @@ exports[`renders <Network {...network} infoExpanded /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -4901,7 +4901,7 @@ exports[`renders <Network {...network} infoExpanded /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -4990,7 +4990,7 @@ exports[`renders <Network {...network} infoExpanded /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -5045,19 +5045,19 @@ exports[`renders <Network {...network} infoExpanded /> without throwing 1`] = `
}
.c31:disabled {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c31:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c31:disabled::-moz-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c31:disabled:-ms-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
@media only screen and (min-width:0em) {
@ -5200,7 +5200,7 @@ exports[`renders <Network {...network} infoExpanded /> without throwing 1`] = `
>
<path
d="M10,6V4A4,4,0,0,0,2,4V6H2A2,2,0,0,0,0,8v6a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V8A2,2,0,0,0,10,6ZM4,4c0-1.65.35-2,2-2s2,.35,2,2V6H4Zm6,9a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V9A1,1,0,0,1,3,8H9a1,1,0,0,1,1,1ZM6,13H6a1,1,0,0,1-1-1V10A1,1,0,0,1,6,9H6a1,1,0,0,1,1,1v2A1,1,0,0,1,6,13Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -5240,7 +5240,7 @@ exports[`renders <Network {...network} infoExpanded /> without throwing 1`] = `
>
<path
d="M16.2,6.61a17.42,17.42,0,0,0-3.37-.26,11.67,11.67,0,0,1-.47-4A15.72,15.72,0,0,1,16,2.59l.2-1a16,16,0,0,0-3.77-.24A11,11,0,0,1,12.59.2l-1-.2a14.09,14.09,0,0,0-.2,1.46A8.44,8.44,0,0,0,7.82,2.68c-.15.1-.31.19-.47.28A15.07,15.07,0,0,1,7.59.2l-1-.2a16.37,16.37,0,0,0-.26,3.37,11.66,11.66,0,0,1-4,.46A15.6,15.6,0,0,1,2.59.2l-1-.2a16.29,16.29,0,0,0-.25,3.77C.67,3.7.21,3.61.2,3.61l-.2,1c.07,0,.63.12,1.46.19a8.48,8.48,0,0,0,1.22,3.6A5.3,5.3,0,0,1,3,8.85,17.52,17.52,0,0,1,.2,8.61l-.2,1a16.66,16.66,0,0,0,3,.26h.4a11.71,11.71,0,0,1,.46,4A17,17,0,0,1,.2,13.61l-.2,1a16.66,16.66,0,0,0,3,.26l.8,0c-.07.7-.16,1.16-.16,1.17l1,.2c0-.07.12-.63.19-1.46a8.49,8.49,0,0,0,3.6-1.23c.15-.1.3-.18.46-.27A16.88,16.88,0,0,1,8.61,16l1,.2a17,17,0,0,0,.25-3.37,11.73,11.73,0,0,1,4-.47A17.13,17.13,0,0,1,13.61,16l1,.2a17.28,17.28,0,0,0,.24-3.77,11,11,0,0,1,1.17.16l.2-1a14.09,14.09,0,0,0-1.46-.2,8.45,8.45,0,0,0-1.23-3.59c-.1-.15-.18-.31-.27-.47A15.07,15.07,0,0,1,16,7.59ZM8.38,3.51a7.26,7.26,0,0,1,3-1,13.17,13.17,0,0,0,.44,3.93,9.35,9.35,0,0,0-3.51,1A8.4,8.4,0,0,1,7.39,4,6.75,6.75,0,0,0,8.38,3.51ZM2.48,4.84H3a12.4,12.4,0,0,0,3.44-.44,9.35,9.35,0,0,0,1,3.51A8.38,8.38,0,0,1,4,8.8a6.18,6.18,0,0,0-.53-1A7.36,7.36,0,0,1,2.48,4.84Zm5.34,7.84a7.22,7.22,0,0,1-3,1A12.61,12.61,0,0,0,4.4,9.78a9,9,0,0,0,3.52-1,8.43,8.43,0,0,1,.88,3.37A7.11,7.11,0,0,0,7.82,12.68Zm5.9-1.33a13.23,13.23,0,0,0-3.94.44,9,9,0,0,0-1-3.51,8.44,8.44,0,0,1,3.38-.89,6.69,6.69,0,0,0,.52,1A7.13,7.13,0,0,1,13.72,11.35Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -5293,28 +5293,28 @@ exports[`renders <Network {...network} infoExpanded /> without throwing 1`] = `
<g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1105 -974)"
xlinkHref="#c"
/>
</g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1111 -974)"
xlinkHref="#c"
/>
</g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1117 -974)"
xlinkHref="#c"
/>
</g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1105 -968)"
xlinkHref="#c"
/>
@ -5322,7 +5322,7 @@ exports[`renders <Network {...network} infoExpanded /> without throwing 1`] = `
<g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1111 -968)"
xlinkHref="#d"
/>
@ -5331,7 +5331,7 @@ exports[`renders <Network {...network} infoExpanded /> without throwing 1`] = `
<g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1117 -968)"
xlinkHref="#d"
/>
@ -5340,7 +5340,7 @@ exports[`renders <Network {...network} infoExpanded /> without throwing 1`] = `
<g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1105 -962)"
xlinkHref="#d"
/>
@ -5349,7 +5349,7 @@ exports[`renders <Network {...network} infoExpanded /> without throwing 1`] = `
<g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1111 -962)"
xlinkHref="#d"
/>
@ -5358,7 +5358,7 @@ exports[`renders <Network {...network} infoExpanded /> without throwing 1`] = `
<g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1117 -962)"
xlinkHref="#d"
/>
@ -5441,7 +5441,7 @@ exports[`renders <Network {...network} infoExpanded /> without throwing 1`] = `
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -5693,7 +5693,7 @@ exports[`renders <Network {...network} infoExpanded /> without throwing 2`] = `
}
.c7 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -5806,7 +5806,7 @@ exports[`renders <Network {...network} infoExpanded /> without throwing 2`] = `
>
<path
d="M10,6V4A4,4,0,0,0,2,4V6H2A2,2,0,0,0,0,8v6a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V8A2,2,0,0,0,10,6ZM4,4c0-1.65.35-2,2-2s2,.35,2,2V6H4Zm6,9a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V9A1,1,0,0,1,3,8H9a1,1,0,0,1,1,1ZM6,13H6a1,1,0,0,1-1-1V10A1,1,0,0,1,6,9H6a1,1,0,0,1,1,1v2A1,1,0,0,1,6,13Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -5846,7 +5846,7 @@ exports[`renders <Network {...network} infoExpanded /> without throwing 2`] = `
>
<path
d="M16.2,6.61a17.42,17.42,0,0,0-3.37-.26,11.67,11.67,0,0,1-.47-4A15.72,15.72,0,0,1,16,2.59l.2-1a16,16,0,0,0-3.77-.24A11,11,0,0,1,12.59.2l-1-.2a14.09,14.09,0,0,0-.2,1.46A8.44,8.44,0,0,0,7.82,2.68c-.15.1-.31.19-.47.28A15.07,15.07,0,0,1,7.59.2l-1-.2a16.37,16.37,0,0,0-.26,3.37,11.66,11.66,0,0,1-4,.46A15.6,15.6,0,0,1,2.59.2l-1-.2a16.29,16.29,0,0,0-.25,3.77C.67,3.7.21,3.61.2,3.61l-.2,1c.07,0,.63.12,1.46.19a8.48,8.48,0,0,0,1.22,3.6A5.3,5.3,0,0,1,3,8.85,17.52,17.52,0,0,1,.2,8.61l-.2,1a16.66,16.66,0,0,0,3,.26h.4a11.71,11.71,0,0,1,.46,4A17,17,0,0,1,.2,13.61l-.2,1a16.66,16.66,0,0,0,3,.26l.8,0c-.07.7-.16,1.16-.16,1.17l1,.2c0-.07.12-.63.19-1.46a8.49,8.49,0,0,0,3.6-1.23c.15-.1.3-.18.46-.27A16.88,16.88,0,0,1,8.61,16l1,.2a17,17,0,0,0,.25-3.37,11.73,11.73,0,0,1,4-.47A17.13,17.13,0,0,1,13.61,16l1,.2a17.28,17.28,0,0,0,.24-3.77,11,11,0,0,1,1.17.16l.2-1a14.09,14.09,0,0,0-1.46-.2,8.45,8.45,0,0,0-1.23-3.59c-.1-.15-.18-.31-.27-.47A15.07,15.07,0,0,1,16,7.59ZM8.38,3.51a7.26,7.26,0,0,1,3-1,13.17,13.17,0,0,0,.44,3.93,9.35,9.35,0,0,0-3.51,1A8.4,8.4,0,0,1,7.39,4,6.75,6.75,0,0,0,8.38,3.51ZM2.48,4.84H3a12.4,12.4,0,0,0,3.44-.44,9.35,9.35,0,0,0,1,3.51A8.38,8.38,0,0,1,4,8.8a6.18,6.18,0,0,0-.53-1A7.36,7.36,0,0,1,2.48,4.84Zm5.34,7.84a7.22,7.22,0,0,1-3,1A12.61,12.61,0,0,0,4.4,9.78a9,9,0,0,0,3.52-1,8.43,8.43,0,0,1,.88,3.37A7.11,7.11,0,0,0,7.82,12.68Zm5.9-1.33a13.23,13.23,0,0,0-3.94.44,9,9,0,0,0-1-3.51,8.44,8.44,0,0,1,3.38-.89,6.69,6.69,0,0,0,.52,1A7.13,7.13,0,0,1,13.72,11.35Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -6053,14 +6053,14 @@ exports[`renders <Network {...network} public /> without throwing 1`] = `
}
.c17 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
}
.c13 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -6097,7 +6097,7 @@ exports[`renders <Network {...network} public /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -6120,7 +6120,7 @@ exports[`renders <Network {...network} public /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -6160,7 +6160,7 @@ exports[`renders <Network {...network} public /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -6213,7 +6213,7 @@ exports[`renders <Network {...network} public /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -6271,7 +6271,7 @@ exports[`renders <Network {...network} public /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -6512,7 +6512,7 @@ exports[`renders <Network {...network} public /> without throwing 1`] = `
>
<path
d="M6,13H6a1,1,0,0,1-1-1V10A1,1,0,0,1,6,9H6a1,1,0,0,1,1,1v2A1,1,0,0,1,6,13Zm4-7V4A4,4,0,0,0,2,4H4c0-1.65.35-2,2-2s2,.35,2,2V6H2A2,2,0,0,0,0,8v6a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V8A2,2,0,0,0,10,6Zm0,7a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V9A1,1,0,0,1,3,8H9a1,1,0,0,1,1,1Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -6552,7 +6552,7 @@ exports[`renders <Network {...network} public /> without throwing 1`] = `
>
<path
d="M0,0V13H9V0ZM7,11H2V2H7ZM3,4H6V3H3ZM3,6H6V5H3ZM3,8H6V7H3Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -6714,7 +6714,7 @@ exports[`renders <Network {...network} public /> without throwing 2`] = `
}
.c7 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -6826,7 +6826,7 @@ exports[`renders <Network {...network} public /> without throwing 2`] = `
>
<path
d="M6,13H6a1,1,0,0,1-1-1V10A1,1,0,0,1,6,9H6a1,1,0,0,1,1,1v2A1,1,0,0,1,6,13Zm4-7V4A4,4,0,0,0,2,4H4c0-1.65.35-2,2-2s2,.35,2,2V6H2A2,2,0,0,0,0,8v6a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V8A2,2,0,0,0,10,6Zm0,7a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V9A1,1,0,0,1,3,8H9a1,1,0,0,1,1,1Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -6866,7 +6866,7 @@ exports[`renders <Network {...network} public /> without throwing 2`] = `
>
<path
d="M0,0V13H9V0ZM7,11H2V2H7ZM3,4H6V3H3ZM3,6H6V5H3ZM3,8H6V7H3Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>

View File

@ -452,7 +452,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
}
.c7 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -592,7 +592,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -615,7 +615,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -655,7 +655,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -713,7 +713,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -765,7 +765,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -1638,7 +1638,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -1661,7 +1661,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -1705,7 +1705,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
cursor: pointer;
@ -1746,7 +1746,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
cursor: pointer;
@ -1813,7 +1813,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -1976,7 +1976,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2168,7 +2168,7 @@ exports[`renders <Tag /> without throwing 1`] = `
.c2 {
border: 0.0625rem solid rgb(216,216,216);
box-sizing: border-box;
border-radius: 0.1875rem;
border-radius: 0.125rem;
font-size: 0.8125rem;
line-height: 1.125rem;
padding: 0.3125rem 0.75rem;
@ -2176,14 +2176,14 @@ exports[`renders <Tag /> without throwing 1`] = `
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-webkit-flex-grow: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
<div
@ -2224,7 +2224,7 @@ exports[`renders <Tag name value/> without throwing 1`] = `
.c2 {
border: 0.0625rem solid rgb(216,216,216);
box-sizing: border-box;
border-radius: 0.1875rem;
border-radius: 0.125rem;
font-size: 0.8125rem;
line-height: 1.125rem;
padding: 0.3125rem 0.75rem;
@ -2232,14 +2232,14 @@ exports[`renders <Tag name value/> without throwing 1`] = `
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-webkit-flex-grow: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
<div

View File

@ -94,7 +94,7 @@ exports[`renders <Rule/> without throwing 1`] = `
padding-right: 1.5625rem;
width: auto;
border: none;
border-bottom: 0.0625rem solid rgba(73,73,73,1);
border-bottom: 0.0625rem solid rgb(73,73,73);
border-radius: 0;
background: transparent;
padding: 0;
@ -106,7 +106,7 @@ exports[`renders <Rule/> without throwing 1`] = `
appearance: none;
min-height: 0;
margin: 0 0.375rem;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c5::-ms-expand {
@ -120,7 +120,7 @@ exports[`renders <Rule/> without throwing 1`] = `
padding-right: 1.5625rem;
width: auto;
border: none;
border-bottom: 0.0625rem solid rgba(73,73,73,1);
border-bottom: 0.0625rem solid rgb(73,73,73);
border-radius: 0;
background: transparent;
padding: 0;
@ -132,7 +132,7 @@ exports[`renders <Rule/> without throwing 1`] = `
appearance: none;
min-height: 0;
margin: 0 0.375rem;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c7::-ms-expand {
@ -146,7 +146,7 @@ exports[`renders <Rule/> without throwing 1`] = `
padding-right: 1.5625rem;
width: auto;
border: none;
border-bottom: 0.0625rem solid rgba(73,73,73,1);
border-bottom: 0.0625rem solid rgb(73,73,73);
border-radius: 0;
background: transparent;
padding: 0;
@ -158,7 +158,7 @@ exports[`renders <Rule/> without throwing 1`] = `
appearance: none;
min-height: 0;
margin: 0 0.375rem;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c10::-ms-expand {
@ -172,7 +172,7 @@ exports[`renders <Rule/> without throwing 1`] = `
padding-right: 1.5625rem;
width: auto;
border: none;
border-bottom: 0.0625rem solid rgba(73,73,73,1);
border-bottom: 0.0625rem solid rgb(73,73,73);
border-radius: 0;
background: transparent;
padding: 0;
@ -184,7 +184,7 @@ exports[`renders <Rule/> without throwing 1`] = `
appearance: none;
min-height: 0;
margin: 0 0.375rem;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c13::-ms-expand {
@ -192,7 +192,7 @@ exports[`renders <Rule/> without throwing 1`] = `
}
.c2 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -224,7 +224,7 @@ exports[`renders <Rule/> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -234,7 +234,7 @@ exports[`renders <Rule/> without throwing 1`] = `
appearance: none;
outline: 0;
border: none;
border-bottom: 0.0625rem solid rgba(73,73,73,1);
border-bottom: 0.0625rem solid rgb(73,73,73);
border-radius: 0;
background: transparent;
padding: 0;
@ -366,7 +366,7 @@ exports[`renders <Rule/> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -376,7 +376,7 @@ exports[`renders <Rule/> without throwing 1`] = `
appearance: none;
outline: 0;
border: none;
border-bottom: 0.0625rem solid rgba(73,73,73,1);
border-bottom: 0.0625rem solid rgb(73,73,73);
border-radius: 0;
background: transparent;
padding: 0;
@ -441,7 +441,7 @@ exports[`renders <Rule/> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -451,7 +451,7 @@ exports[`renders <Rule/> without throwing 1`] = `
appearance: none;
outline: 0;
border: none;
border-bottom: 0.0625rem solid rgba(73,73,73,1);
border-bottom: 0.0625rem solid rgb(73,73,73);
border-radius: 0;
background: transparent;
padding: 0;
@ -516,7 +516,7 @@ exports[`renders <Rule/> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -526,7 +526,7 @@ exports[`renders <Rule/> without throwing 1`] = `
appearance: none;
outline: 0;
border: none;
border-bottom: 0.0625rem solid rgba(73,73,73,1);
border-bottom: 0.0625rem solid rgb(73,73,73);
border-radius: 0;
background: transparent;
padding: 0;
@ -591,7 +591,7 @@ exports[`renders <Rule/> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -601,7 +601,7 @@ exports[`renders <Rule/> without throwing 1`] = `
appearance: none;
outline: 0;
border: none;
border-bottom: 0.0625rem solid rgba(73,73,73,1);
border-bottom: 0.0625rem solid rgb(73,73,73);
border-radius: 0;
background: transparent;
padding: 0;
@ -941,7 +941,7 @@ exports[`renders <Rule/> without throwing 2`] = `
padding-right: 1.5625rem;
width: auto;
border: none;
border-bottom: 0.0625rem solid rgba(73,73,73,1);
border-bottom: 0.0625rem solid rgb(73,73,73);
border-radius: 0;
background: transparent;
padding: 0;
@ -953,7 +953,7 @@ exports[`renders <Rule/> without throwing 2`] = `
appearance: none;
min-height: 0;
margin: 0 0.375rem;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c5::-ms-expand {
@ -967,7 +967,7 @@ exports[`renders <Rule/> without throwing 2`] = `
padding-right: 1.5625rem;
width: auto;
border: none;
border-bottom: 0.0625rem solid rgba(73,73,73,1);
border-bottom: 0.0625rem solid rgb(73,73,73);
border-radius: 0;
background: transparent;
padding: 0;
@ -979,7 +979,7 @@ exports[`renders <Rule/> without throwing 2`] = `
appearance: none;
min-height: 0;
margin: 0 0.375rem;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c7::-ms-expand {
@ -993,7 +993,7 @@ exports[`renders <Rule/> without throwing 2`] = `
padding-right: 1.5625rem;
width: auto;
border: none;
border-bottom: 0.0625rem solid rgba(73,73,73,1);
border-bottom: 0.0625rem solid rgb(73,73,73);
border-radius: 0;
background: transparent;
padding: 0;
@ -1005,7 +1005,7 @@ exports[`renders <Rule/> without throwing 2`] = `
appearance: none;
min-height: 0;
margin: 0 0.375rem;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c10::-ms-expand {
@ -1019,7 +1019,7 @@ exports[`renders <Rule/> without throwing 2`] = `
padding-right: 1.5625rem;
width: auto;
border: none;
border-bottom: 0.0625rem solid rgba(73,73,73,1);
border-bottom: 0.0625rem solid rgb(73,73,73);
border-radius: 0;
background: transparent;
padding: 0;
@ -1031,7 +1031,7 @@ exports[`renders <Rule/> without throwing 2`] = `
appearance: none;
min-height: 0;
margin: 0 0.375rem;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c13::-ms-expand {
@ -1039,7 +1039,7 @@ exports[`renders <Rule/> without throwing 2`] = `
}
.c2 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -1071,7 +1071,7 @@ exports[`renders <Rule/> without throwing 2`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -1081,7 +1081,7 @@ exports[`renders <Rule/> without throwing 2`] = `
appearance: none;
outline: 0;
border: none;
border-bottom: 0.0625rem solid rgba(73,73,73,1);
border-bottom: 0.0625rem solid rgb(73,73,73);
border-radius: 0;
background: transparent;
padding: 0;
@ -1213,7 +1213,7 @@ exports[`renders <Rule/> without throwing 2`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -1223,7 +1223,7 @@ exports[`renders <Rule/> without throwing 2`] = `
appearance: none;
outline: 0;
border: none;
border-bottom: 0.0625rem solid rgba(73,73,73,1);
border-bottom: 0.0625rem solid rgb(73,73,73);
border-radius: 0;
background: transparent;
padding: 0;
@ -1288,7 +1288,7 @@ exports[`renders <Rule/> without throwing 2`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -1298,7 +1298,7 @@ exports[`renders <Rule/> without throwing 2`] = `
appearance: none;
outline: 0;
border: none;
border-bottom: 0.0625rem solid rgba(73,73,73,1);
border-bottom: 0.0625rem solid rgb(73,73,73);
border-radius: 0;
background: transparent;
padding: 0;
@ -1363,7 +1363,7 @@ exports[`renders <Rule/> without throwing 2`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -1373,7 +1373,7 @@ exports[`renders <Rule/> without throwing 2`] = `
appearance: none;
outline: 0;
border: none;
border-bottom: 0.0625rem solid rgba(73,73,73,1);
border-bottom: 0.0625rem solid rgb(73,73,73);
border-radius: 0;
background: transparent;
padding: 0;
@ -1438,7 +1438,7 @@ exports[`renders <Rule/> without throwing 2`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -1448,7 +1448,7 @@ exports[`renders <Rule/> without throwing 2`] = `
appearance: none;
outline: 0;
border: none;
border-bottom: 0.0625rem solid rgba(73,73,73,1);
border-bottom: 0.0625rem solid rgb(73,73,73);
border-radius: 0;
background: transparent;
padding: 0;

View File

@ -81,9 +81,7 @@ exports[`renders <Images expanded /> without throwing 1`] = `
</form>
`;
exports[
`renders <Images images=[{name: stuff, imageName: stuff}] /> without throwing 1`
] = `
exports[`renders <Images images=[{name: stuff, imageName: stuff}] /> without throwing 1`] = `
.c0 {
box-sizing: border-box;
display: -webkit-box;
@ -128,7 +126,7 @@ exports[
}
.c4 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -226,7 +224,7 @@ exports[
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;

View File

@ -284,7 +284,7 @@ exports[`renders <Name /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -404,7 +404,7 @@ exports[`renders <Name /> without throwing 1`] = `
>
<path
d="M6.32,1l4.55,5.31L5.56,10.87,1,5.56,6.32,1m0-1a1,1,0,0,0-.65.24L.35,4.8A1,1,0,0,0,.24,6.21L4.8,11.52a1,1,0,0,0,1.41.11l5.31-4.56a1,1,0,0,0,.11-1.4L7.07.35A1,1,0,0,0,6.32,0Zm4.14,8.65,6.76,1.81-1.8,6.76-6.77-1.8,1.81-6.77m0-1a1,1,0,0,0-1,.74l-1.8,6.77a1,1,0,0,0,.7,1.22l6.77,1.81a1.09,1.09,0,0,0,.26,0,1,1,0,0,0,1-.74l1.81-6.77a1,1,0,0,0-.71-1.22l-6.77-1.8a.73.73,0,0,0-.25,0ZM6.86,3.17a1,1,0,1,0-.11,1.41A1,1,0,0,0,6.86,3.17Zm2,2.28A1,1,0,1,0,8.7,6.86,1,1,0,0,0,8.81,5.45Zm-2.28,2a1,1,0,1,0-.11,1.41A1,1,0,0,0,6.53,7.4ZM4.58,5.12a1,1,0,1,0-.11,1.41A1,1,0,0,0,4.58,5.12Zm6.33,5.72a1,1,0,1,0,1.22-.71A1,1,0,0,0,10.91,10.84ZM13,14.51A1,1,0,1,0,15,15,1,1,0,0,0,13,14.51Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
<span>
@ -701,7 +701,7 @@ exports[`renders <Name expanded /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -821,7 +821,7 @@ exports[`renders <Name expanded /> without throwing 1`] = `
>
<path
d="M6.32,1l4.55,5.31L5.56,10.87,1,5.56,6.32,1m0-1a1,1,0,0,0-.65.24L.35,4.8A1,1,0,0,0,.24,6.21L4.8,11.52a1,1,0,0,0,1.41.11l5.31-4.56a1,1,0,0,0,.11-1.4L7.07.35A1,1,0,0,0,6.32,0Zm4.14,8.65,6.76,1.81-1.8,6.76-6.77-1.8,1.81-6.77m0-1a1,1,0,0,0-1,.74l-1.8,6.77a1,1,0,0,0,.7,1.22l6.77,1.81a1.09,1.09,0,0,0,.26,0,1,1,0,0,0,1-.74l1.81-6.77a1,1,0,0,0-.71-1.22l-6.77-1.8a.73.73,0,0,0-.25,0ZM6.86,3.17a1,1,0,1,0-.11,1.41A1,1,0,0,0,6.86,3.17Zm2,2.28A1,1,0,1,0,8.7,6.86,1,1,0,0,0,8.81,5.45Zm-2.28,2a1,1,0,1,0-.11,1.41A1,1,0,0,0,6.53,7.4ZM4.58,5.12a1,1,0,1,0-.11,1.41A1,1,0,0,0,4.58,5.12Zm6.33,5.72a1,1,0,1,0,1.22-.71A1,1,0,0,0,10.91,10.84ZM13,14.51A1,1,0,1,0,15,15,1,1,0,0,0,13,14.51Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
<span>
@ -1118,7 +1118,7 @@ exports[`renders <Name name="test" /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -1238,7 +1238,7 @@ exports[`renders <Name name="test" /> without throwing 1`] = `
>
<path
d="M6.32,1l4.55,5.31L5.56,10.87,1,5.56,6.32,1m0-1a1,1,0,0,0-.65.24L.35,4.8A1,1,0,0,0,.24,6.21L4.8,11.52a1,1,0,0,0,1.41.11l5.31-4.56a1,1,0,0,0,.11-1.4L7.07.35A1,1,0,0,0,6.32,0Zm4.14,8.65,6.76,1.81-1.8,6.76-6.77-1.8,1.81-6.77m0-1a1,1,0,0,0-1,.74l-1.8,6.77a1,1,0,0,0,.7,1.22l6.77,1.81a1.09,1.09,0,0,0,.26,0,1,1,0,0,0,1-.74l1.81-6.77a1,1,0,0,0-.71-1.22l-6.77-1.8a.73.73,0,0,0-.25,0ZM6.86,3.17a1,1,0,1,0-.11,1.41A1,1,0,0,0,6.86,3.17Zm2,2.28A1,1,0,1,0,8.7,6.86,1,1,0,0,0,8.81,5.45Zm-2.28,2a1,1,0,1,0-.11,1.41A1,1,0,0,0,6.53,7.4ZM4.58,5.12a1,1,0,1,0-.11,1.41A1,1,0,0,0,4.58,5.12Zm6.33,5.72a1,1,0,1,0,1.22-.71A1,1,0,0,0,10.91,10.84ZM13,14.51A1,1,0,1,0,15,15,1,1,0,0,0,13,14.51Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
<span>
@ -1535,7 +1535,7 @@ exports[`renders <Name pristine={false} /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -1655,7 +1655,7 @@ exports[`renders <Name pristine={false} /> without throwing 1`] = `
>
<path
d="M6.32,1l4.55,5.31L5.56,10.87,1,5.56,6.32,1m0-1a1,1,0,0,0-.65.24L.35,4.8A1,1,0,0,0,.24,6.21L4.8,11.52a1,1,0,0,0,1.41.11l5.31-4.56a1,1,0,0,0,.11-1.4L7.07.35A1,1,0,0,0,6.32,0Zm4.14,8.65,6.76,1.81-1.8,6.76-6.77-1.8,1.81-6.77m0-1a1,1,0,0,0-1,.74l-1.8,6.77a1,1,0,0,0,.7,1.22l6.77,1.81a1.09,1.09,0,0,0,.26,0,1,1,0,0,0,1-.74l1.81-6.77a1,1,0,0,0-.71-1.22l-6.77-1.8a.73.73,0,0,0-.25,0ZM6.86,3.17a1,1,0,1,0-.11,1.41A1,1,0,0,0,6.86,3.17Zm2,2.28A1,1,0,1,0,8.7,6.86,1,1,0,0,0,8.81,5.45Zm-2.28,2a1,1,0,1,0-.11,1.41A1,1,0,0,0,6.53,7.4ZM4.58,5.12a1,1,0,1,0-.11,1.41A1,1,0,0,0,4.58,5.12Zm6.33,5.72a1,1,0,1,0,1.22-.71A1,1,0,0,0,10.91,10.84ZM13,14.51A1,1,0,1,0,15,15,1,1,0,0,0,13,14.51Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
<span>

View File

@ -287,7 +287,7 @@ exports[`renders <Filters /> without throwing 1`] = `
}
.c1 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -747,7 +747,7 @@ Array [
}
.c1 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -836,7 +836,7 @@ Array [
}
.c1 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -1068,7 +1068,7 @@ exports[`renders <Package /> without throwing 1`] = `
width: 0.375rem;
height: 0.375rem;
border-radius: 50%;
background-color: rgba(73,73,73,1);
background-color: rgb(73,73,73);
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
@ -1145,7 +1145,7 @@ exports[`renders <Package /> without throwing 1`] = `
.c1 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
@ -1315,7 +1315,7 @@ exports[`renders <Packages expanded /> without throwing 1`] = `
}
.c13 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -1332,7 +1332,7 @@ exports[`renders <Packages expanded /> without throwing 1`] = `
.c13 + h5,
.c13 + div,
.c13 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c8 {
@ -1352,7 +1352,7 @@ exports[`renders <Packages expanded /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -1405,7 +1405,7 @@ exports[`renders <Packages expanded /> without throwing 1`] = `
color: rgb(189,189,189);
font-weight: 500;
border-bottom-width: 0;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
}
@ -1451,11 +1451,11 @@ exports[`renders <Packages expanded /> without throwing 1`] = `
.c2 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: transparent;
border: none;
box-shadow: none;
@ -1522,7 +1522,7 @@ exports[`renders <Packages expanded /> without throwing 1`] = `
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</th>
@ -1863,7 +1863,7 @@ exports[`renders <Packages isVmSelected /> without throwing 1`] = `
}
.c13 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -1880,7 +1880,7 @@ exports[`renders <Packages isVmSelected /> without throwing 1`] = `
.c13 + h5,
.c13 + div,
.c13 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c8 {
@ -1900,7 +1900,7 @@ exports[`renders <Packages isVmSelected /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -1953,7 +1953,7 @@ exports[`renders <Packages isVmSelected /> without throwing 1`] = `
color: rgb(189,189,189);
font-weight: 500;
border-bottom-width: 0;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
}
@ -1999,11 +1999,11 @@ exports[`renders <Packages isVmSelected /> without throwing 1`] = `
.c2 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: transparent;
border: none;
box-shadow: none;
@ -2070,7 +2070,7 @@ exports[`renders <Packages isVmSelected /> without throwing 1`] = `
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</th>
@ -2411,7 +2411,7 @@ exports[`renders <Packages loading /> without throwing 1`] = `
}
.c13 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -2428,7 +2428,7 @@ exports[`renders <Packages loading /> without throwing 1`] = `
.c13 + h5,
.c13 + div,
.c13 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c8 {
@ -2448,7 +2448,7 @@ exports[`renders <Packages loading /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -2501,7 +2501,7 @@ exports[`renders <Packages loading /> without throwing 1`] = `
color: rgb(189,189,189);
font-weight: 500;
border-bottom-width: 0;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
}
@ -2547,11 +2547,11 @@ exports[`renders <Packages loading /> without throwing 1`] = `
.c2 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: transparent;
border: none;
box-shadow: none;
@ -2618,7 +2618,7 @@ exports[`renders <Packages loading /> without throwing 1`] = `
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</th>
@ -2967,7 +2967,7 @@ exports[`renders <Packages packages=[{name: stuff, imageName: stuff}] /> without
color: rgb(189,189,189);
font-weight: 500;
border-bottom-width: 0;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
}
@ -3013,11 +3013,11 @@ exports[`renders <Packages packages=[{name: stuff, imageName: stuff}] /> without
.c2 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: transparent;
border: none;
box-shadow: none;
@ -3074,7 +3074,7 @@ exports[`renders <Packages packages=[{name: stuff, imageName: stuff}] /> without
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</th>
@ -3169,7 +3169,7 @@ exports[`renders <Packages pristine={false} /> without throwing 1`] = `
}
.c13 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -3186,7 +3186,7 @@ exports[`renders <Packages pristine={false} /> without throwing 1`] = `
.c13 + h5,
.c13 + div,
.c13 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c8 {
@ -3206,7 +3206,7 @@ exports[`renders <Packages pristine={false} /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -3259,7 +3259,7 @@ exports[`renders <Packages pristine={false} /> without throwing 1`] = `
color: rgb(189,189,189);
font-weight: 500;
border-bottom-width: 0;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
}
@ -3305,11 +3305,11 @@ exports[`renders <Packages pristine={false} /> without throwing 1`] = `
.c2 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: transparent;
border: none;
box-shadow: none;
@ -3376,7 +3376,7 @@ exports[`renders <Packages pristine={false} /> without throwing 1`] = `
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</th>

View File

@ -4,7 +4,7 @@ exports[`renders <Title /> without throwing 1`] = `
.c3 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
}
@ -124,7 +124,7 @@ exports[`renders <Title icon="NameIcon"/> without throwing 1`] = `
.c3 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
}
@ -239,7 +239,7 @@ exports[`renders <Title icon="NameIcon"/> without throwing 1`] = `
>
<path
d="M20.91,12.51a.76.76,0,0,0-1.17-.16l-.91.77.42-2.19c.12-.59-.51-1.24-1.1-.85L13.83,13c.11-.71.22-1.42.32-2.13a.75.75,0,0,0-1.37-.58l-4.31,6.4Q9.88,12,11.28,7.36c.51-1.69,2.81-6.23.05-7.23C8.87-.76,6.15,3.21,4.93,4.8A29.09,29.09,0,0,0,0,14.9a.75.75,0,0,0,1.45.4A28,28,0,0,1,4.65,7.85,28.22,28.22,0,0,1,7.11,4.48C7.7,3.8,11,.1,11,3.23a23.53,23.53,0,0,1-1.28,4.2c-.42,1.41-.85,2.81-1.27,4.21Q7,16.32,5.59,21A.75.75,0,0,0,7,21.57l5.24-7.78-.08.52c-.09.59.5,1.25,1.1.85l4.24-2.82c-.17.84-.33,1.68-.49,2.52a.76.76,0,0,0,1.25.73l1.72-1.45a2.59,2.59,0,0,1-.21,1.75c-.33.91,1.12,1.3,1.45.4A4.4,4.4,0,0,0,20.91,12.51Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -259,13 +259,11 @@ exports[`renders <Title icon="NameIcon"/> without throwing 1`] = `
</div>
`;
exports[
`renders <Title icon="Test" label="Instance name"/> without throwing 1`
] = `
exports[`renders <Title icon="Test" label="Instance name"/> without throwing 1`] = `
.c3 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
}
@ -381,7 +379,7 @@ exports[
>
<path
d="M20.91,12.51a.76.76,0,0,0-1.17-.16l-.91.77.42-2.19c.12-.59-.51-1.24-1.1-.85L13.83,13c.11-.71.22-1.42.32-2.13a.75.75,0,0,0-1.37-.58l-4.31,6.4Q9.88,12,11.28,7.36c.51-1.69,2.81-6.23.05-7.23C8.87-.76,6.15,3.21,4.93,4.8A29.09,29.09,0,0,0,0,14.9a.75.75,0,0,0,1.45.4A28,28,0,0,1,4.65,7.85,28.22,28.22,0,0,1,7.11,4.48C7.7,3.8,11,.1,11,3.23a23.53,23.53,0,0,1-1.28,4.2c-.42,1.41-.85,2.81-1.27,4.21Q7,16.32,5.59,21A.75.75,0,0,0,7,21.57l5.24-7.78-.08.52c-.09.59.5,1.25,1.1.85l4.24-2.82c-.17.84-.33,1.68-.49,2.52a.76.76,0,0,0,1.25.73l1.72-1.45a2.59,2.59,0,0,1-.21,1.75c-.33.91,1.12,1.3,1.45.4A4.4,4.4,0,0,0,20.91,12.51Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -405,7 +403,7 @@ exports[`renders <Title label="Test"/> without throwing 1`] = `
.c3 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -289,7 +289,7 @@ exports[`renders <InstanceList /> without throwing 1`] = `
color: rgb(189,189,189);
font-weight: 500;
border-bottom-width: 0;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
}
@ -450,11 +450,11 @@ exports[`renders <InstanceList /> without throwing 1`] = `
.c2 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: transparent;
border: none;
box-shadow: none;
@ -565,7 +565,7 @@ exports[`renders <InstanceList /> without throwing 1`] = `
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</th>
@ -988,7 +988,7 @@ exports[`renders <InstanceList allSelected /> without throwing 1`] = `
color: rgb(189,189,189);
font-weight: 500;
border-bottom-width: 0;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
}
@ -1149,11 +1149,11 @@ exports[`renders <InstanceList allSelected /> without throwing 1`] = `
.c2 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: transparent;
border: none;
box-shadow: none;
@ -1264,7 +1264,7 @@ exports[`renders <InstanceList allSelected /> without throwing 1`] = `
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</th>
@ -1834,7 +1834,7 @@ exports[`renders <InstanceList sortBy /> without throwing 1`] = `
color: rgb(189,189,189);
font-weight: 500;
border-bottom-width: 0;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
}
@ -1848,11 +1848,11 @@ exports[`renders <InstanceList sortBy /> without throwing 1`] = `
.c2 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: transparent;
border: none;
box-shadow: none;
@ -1974,7 +1974,7 @@ exports[`renders <InstanceList sortBy /> without throwing 1`] = `
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</th>
@ -2533,7 +2533,7 @@ exports[`renders <InstanceList sortBy sortOrder /> without throwing 1`] = `
color: rgb(189,189,189);
font-weight: 500;
border-bottom-width: 0;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
}
@ -2547,11 +2547,11 @@ exports[`renders <InstanceList sortBy sortOrder /> without throwing 1`] = `
.c2 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: transparent;
border: none;
box-shadow: none;
@ -2673,7 +2673,7 @@ exports[`renders <InstanceList sortBy sortOrder /> without throwing 1`] = `
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</th>
@ -3085,7 +3085,7 @@ exports[`renders <InstanceList submitting /> without throwing 1`] = `
color: rgb(189,189,189);
font-weight: 500;
border-bottom-width: 0;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
}
@ -3246,11 +3246,11 @@ exports[`renders <InstanceList submitting /> without throwing 1`] = `
.c2 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: transparent;
border: none;
box-shadow: none;
@ -3361,7 +3361,7 @@ exports[`renders <InstanceList submitting /> without throwing 1`] = `
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</th>
@ -3784,7 +3784,7 @@ exports[`renders <InstanceList>{children}</InstanceList> without throwing 1`] =
color: rgb(189,189,189);
font-weight: 500;
border-bottom-width: 0;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
}
@ -3945,11 +3945,11 @@ exports[`renders <InstanceList>{children}</InstanceList> without throwing 1`] =
.c2 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: transparent;
border: none;
box-shadow: none;
@ -4060,7 +4060,7 @@ exports[`renders <InstanceList>{children}</InstanceList> without throwing 1`] =
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</th>
@ -4529,7 +4529,7 @@ exports[`renders <Item /> without throwing 1`] = `
.c2 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
@ -4544,7 +4544,7 @@ exports[`renders <Item /> without throwing 1`] = `
}
.c11 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
-webkit-text-decoration: none;
text-decoration: none;
font-weight: 600;
@ -4706,7 +4706,7 @@ exports[`renders <Item /> without throwing 1`] = `
>
<path
d="M2,16a2,2,0,1,0-2-2A2,2,0,0,0,2,16Zm0-6A2,2,0,1,0,0,8,2,2,0,0,0,2,10ZM2,4A2,2,0,1,0,0,2,2,2,0,0,0,2,4Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -5048,7 +5048,7 @@ exports[`renders <Item {...item} /> without throwing 1`] = `
.c2 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
@ -5063,7 +5063,7 @@ exports[`renders <Item {...item} /> without throwing 1`] = `
}
.c11 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
-webkit-text-decoration: none;
text-decoration: none;
font-weight: 600;
@ -5227,7 +5227,7 @@ exports[`renders <Item {...item} /> without throwing 1`] = `
>
<path
d="M2,16a2,2,0,1,0-2-2A2,2,0,0,0,2,16Zm0-6A2,2,0,1,0,0,8,2,2,0,0,0,2,10ZM2,4A2,2,0,1,0,0,2,2,2,0,0,0,2,4Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -5569,7 +5569,7 @@ exports[`renders <Item allowedActions /> without throwing 1`] = `
.c2 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
@ -5584,7 +5584,7 @@ exports[`renders <Item allowedActions /> without throwing 1`] = `
}
.c11 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
-webkit-text-decoration: none;
text-decoration: none;
font-weight: 600;
@ -5746,7 +5746,7 @@ exports[`renders <Item allowedActions /> without throwing 1`] = `
>
<path
d="M2,16a2,2,0,1,0-2-2A2,2,0,0,0,2,16Zm0-6A2,2,0,1,0,0,8,2,2,0,0,0,2,10ZM2,4A2,2,0,1,0,0,2,2,2,0,0,0,2,4Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -6087,7 +6087,7 @@ exports[`renders <Item mutating /> without throwing 1`] = `
.c2 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
@ -6102,7 +6102,7 @@ exports[`renders <Item mutating /> without throwing 1`] = `
}
.c11 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
-webkit-text-decoration: none;
text-decoration: none;
font-weight: 600;

View File

@ -448,7 +448,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
}
.c7 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -542,7 +542,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -565,7 +565,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -605,7 +605,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -663,7 +663,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -715,7 +715,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -776,7 +776,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -832,19 +832,19 @@ exports[`renders <AddForm /> without throwing 1`] = `
}
.c19:disabled {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c19:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c19:disabled::-moz-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c19:disabled:-ms-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c2 {
@ -1636,7 +1636,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -1659,7 +1659,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -1703,7 +1703,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
cursor: pointer;
@ -1744,7 +1744,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
cursor: pointer;
@ -1811,7 +1811,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -1872,7 +1872,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -1928,19 +1928,19 @@ exports[`renders <EditForm /> without throwing 1`] = `
}
.c19:disabled {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c19:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c19:disabled::-moz-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c19:disabled:-ms-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c7 {
@ -2063,7 +2063,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>

View File

@ -231,7 +231,7 @@ Array [
color: rgb(189,189,189);
font-weight: 500;
border-bottom-width: 0;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
}
@ -334,11 +334,11 @@ Array [
.c2 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: transparent;
border: none;
box-shadow: none;
@ -441,7 +441,7 @@ Array [
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</th>
@ -483,7 +483,7 @@ Array [
/>
</table>,
.c6 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -500,7 +500,7 @@ Array [
.c6 + h5,
.c6 + div,
.c6 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c4 {
@ -559,7 +559,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -1070,7 +1070,7 @@ exports[`renders <Item /> without throwing 1`] = `
.c0 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
@ -1198,7 +1198,7 @@ exports[`renders <Item /> without throwing 1`] = `
>
<path
d="M2,16a2,2,0,1,0-2-2A2,2,0,0,0,2,16Zm0-6A2,2,0,1,0,0,8,2,2,0,0,0,2,10ZM2,4A2,2,0,1,0,0,2,2,2,0,0,0,2,4Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -1454,7 +1454,7 @@ exports[`renders <Item {...item} /> without throwing 1`] = `
.c0 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
@ -1584,7 +1584,7 @@ exports[`renders <Item {...item} /> without throwing 1`] = `
>
<path
d="M2,16a2,2,0,1,0-2-2A2,2,0,0,0,2,16Zm0-6A2,2,0,1,0,0,8,2,2,0,0,0,2,10ZM2,4A2,2,0,1,0,0,2,2,2,0,0,0,2,4Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -1619,7 +1619,7 @@ exports[`renders <Item mutating /> without throwing 1`] = `
}
.c8 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -1697,7 +1697,7 @@ exports[`renders <Item mutating /> without throwing 1`] = `
.c2 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
@ -2055,7 +2055,7 @@ Array [
color: rgb(189,189,189);
font-weight: 500;
border-bottom-width: 0;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
}
@ -2158,11 +2158,11 @@ Array [
.c2 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: transparent;
border: none;
box-shadow: none;
@ -2265,7 +2265,7 @@ Array [
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</th>
@ -2307,7 +2307,7 @@ Array [
/>
</table>,
.c6 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -2324,7 +2324,7 @@ Array [
.c6 + h5,
.c6 + div,
.c6 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c4 {
@ -2383,7 +2383,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -2877,7 +2877,7 @@ Array [
color: rgb(189,189,189);
font-weight: 500;
border-bottom-width: 0;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
}
@ -2980,11 +2980,11 @@ Array [
.c2 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: transparent;
border: none;
box-shadow: none;
@ -3087,7 +3087,7 @@ Array [
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</th>
@ -3129,7 +3129,7 @@ Array [
/>
</table>,
.c6 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -3146,7 +3146,7 @@ Array [
.c6 + h5,
.c6 + div,
.c6 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c4 {
@ -3205,7 +3205,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -3788,7 +3788,7 @@ Array [
color: rgb(189,189,189);
font-weight: 500;
border-bottom-width: 0;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
}
@ -3802,11 +3802,11 @@ Array [
.c2 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: transparent;
border: none;
box-shadow: none;
@ -3920,7 +3920,7 @@ Array [
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</th>
@ -3951,7 +3951,7 @@ Array [
/>
</table>,
.c6 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -3968,7 +3968,7 @@ Array [
.c6 + h5,
.c6 + div,
.c6 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c4 {
@ -4027,7 +4027,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -4610,7 +4610,7 @@ Array [
color: rgb(189,189,189);
font-weight: 500;
border-bottom-width: 0;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
}
@ -4624,11 +4624,11 @@ Array [
.c2 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: transparent;
border: none;
box-shadow: none;
@ -4742,7 +4742,7 @@ Array [
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</th>
@ -4773,7 +4773,7 @@ Array [
/>
</table>,
.c6 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -4790,7 +4790,7 @@ Array [
.c6 + h5,
.c6 + div,
.c6 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c4 {
@ -4849,7 +4849,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -5343,7 +5343,7 @@ Array [
color: rgb(189,189,189);
font-weight: 500;
border-bottom-width: 0;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
}
@ -5446,11 +5446,11 @@ Array [
.c2 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: transparent;
border: none;
box-shadow: none;
@ -5553,7 +5553,7 @@ Array [
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</th>
@ -5595,7 +5595,7 @@ Array [
/>
</table>,
.c6 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -5612,7 +5612,7 @@ Array [
.c6 + h5,
.c6 + div,
.c6 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c4 {
@ -5671,7 +5671,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}

View File

@ -237,7 +237,7 @@ exports[`renders <Toolbar /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -578,7 +578,7 @@ exports[`renders <Toolbar actionLabel /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -941,7 +941,7 @@ exports[`renders <Toolbar actionable /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -1282,7 +1282,7 @@ exports[`renders <Toolbar onActionClick /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -1623,7 +1623,7 @@ exports[`renders <Toolbar searchLabel /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -1964,7 +1964,7 @@ exports[`renders <Toolbar searchPlaceholder /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -4,7 +4,7 @@ exports[`renders <Metadata /> without throwing 1`] = `
.c3 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
}
@ -121,11 +121,11 @@ exports[`renders <Metadata /> without throwing 1`] = `
>
<path
d="M5.41,9,.24,5.93a.51.51,0,0,1,0-.86L5.41,2V3.45a.5.5,0,0,1-.25.44L2.39,5.5,5.17,7.19a.5.5,0,0,1,.24.43Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
<path
d="M11.63,9l5.16-3.07a.5.5,0,0,0,0-.86L11.63,2V3.45a.52.52,0,0,0,.25.44L14.65,5.5,11.87,7.19a.5.5,0,0,0-.24.43Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
<polygon
points="7.52 11 6.52 11 9.52 0 10.52 0 7.52 11"
@ -155,7 +155,7 @@ Array [
.c3 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
}
@ -272,11 +272,11 @@ Array [
>
<path
d="M5.41,9,.24,5.93a.51.51,0,0,1,0-.86L5.41,2V3.45a.5.5,0,0,1-.25.44L2.39,5.5,5.17,7.19a.5.5,0,0,1,.24.43Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
<path
d="M11.63,9l5.16-3.07a.5.5,0,0,0,0-.86L11.63,2V3.45a.52.52,0,0,0,.25.44L14.65,5.5,11.87,7.19a.5.5,0,0,0-.24.43Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
<polygon
points="7.52 11 6.52 11 9.52 0 10.52 0 7.52 11"
@ -300,7 +300,7 @@ Array [
</div>
</div>,
.c3 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -383,7 +383,7 @@ Array [
</div>
</div>,
.c1 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -400,7 +400,7 @@ Array [
.c1 + h5,
.c1 + div,
.c1 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c0 {
@ -865,7 +865,7 @@ Array [
}
.c7 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -959,7 +959,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -982,7 +982,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -1026,7 +1026,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -1066,7 +1066,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -1132,7 +1132,7 @@ Array [
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -1193,7 +1193,7 @@ Array [
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -1249,19 +1249,19 @@ Array [
}
.c19:disabled {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c19:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c19:disabled::-moz-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c19:disabled:-ms-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c2 {
@ -1782,7 +1782,7 @@ Array [
.c3 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
}
@ -1899,11 +1899,11 @@ Array [
>
<path
d="M5.41,9,.24,5.93a.51.51,0,0,1,0-.86L5.41,2V3.45a.5.5,0,0,1-.25.44L2.39,5.5,5.17,7.19a.5.5,0,0,1,.24.43Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
<path
d="M11.63,9l5.16-3.07a.5.5,0,0,0,0-.86L11.63,2V3.45a.52.52,0,0,0,.25.44L14.65,5.5,11.87,7.19a.5.5,0,0,0-.24.43Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
<polygon
points="7.52 11 6.52 11 9.52 0 10.52 0 7.52 11"
@ -1927,7 +1927,7 @@ Array [
</div>
</div>,
.c3 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -2010,7 +2010,7 @@ Array [
</div>
</div>,
.c1 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -2027,7 +2027,7 @@ Array [
.c1 + h5,
.c1 + div,
.c1 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c0 {
@ -2277,7 +2277,7 @@ Array [
.c3 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
}
@ -2394,11 +2394,11 @@ Array [
>
<path
d="M5.41,9,.24,5.93a.51.51,0,0,1,0-.86L5.41,2V3.45a.5.5,0,0,1-.25.44L2.39,5.5,5.17,7.19a.5.5,0,0,1,.24.43Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
<path
d="M11.63,9l5.16-3.07a.5.5,0,0,0,0-.86L11.63,2V3.45a.52.52,0,0,0,.25.44L14.65,5.5,11.87,7.19a.5.5,0,0,0-.24.43Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
<polygon
points="7.52 11 6.52 11 9.52 0 10.52 0 7.52 11"
@ -2951,7 +2951,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -2974,7 +2974,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
cursor: pointer;
@ -3015,7 +3015,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
cursor: pointer;
@ -3074,7 +3074,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -3126,7 +3126,7 @@ Array [
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -3187,7 +3187,7 @@ Array [
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -3243,19 +3243,19 @@ Array [
}
.c19:disabled {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c19:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c19:disabled::-moz-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c19:disabled:-ms-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c7 {
@ -4100,7 +4100,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -4123,7 +4123,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
cursor: pointer;
@ -4164,7 +4164,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
cursor: pointer;
@ -4223,7 +4223,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -4275,7 +4275,7 @@ Array [
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -4336,7 +4336,7 @@ Array [
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -4392,19 +4392,19 @@ Array [
}
.c19:disabled {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c19:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c19:disabled::-moz-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c19:disabled:-ms-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c7 {
@ -4727,7 +4727,7 @@ Array [
.c3 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
}
@ -4844,11 +4844,11 @@ Array [
>
<path
d="M5.41,9,.24,5.93a.51.51,0,0,1,0-.86L5.41,2V3.45a.5.5,0,0,1-.25.44L2.39,5.5,5.17,7.19a.5.5,0,0,1,.24.43Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
<path
d="M11.63,9l5.16-3.07a.5.5,0,0,0,0-.86L11.63,2V3.45a.52.52,0,0,0,.25.44L14.65,5.5,11.87,7.19a.5.5,0,0,0-.24.43Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
<polygon
points="7.52 11 6.52 11 9.52 0 10.52 0 7.52 11"
@ -4872,7 +4872,7 @@ Array [
</div>
</div>,
.c3 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -4955,7 +4955,7 @@ Array [
</div>
</div>,
.c1 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -4972,7 +4972,7 @@ Array [
.c1 + h5,
.c1 + div,
.c1 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c0 {
@ -5520,7 +5520,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -5543,7 +5543,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
cursor: pointer;
@ -5584,7 +5584,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
cursor: pointer;
@ -5643,7 +5643,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -5695,7 +5695,7 @@ Array [
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -5756,7 +5756,7 @@ Array [
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -5812,19 +5812,19 @@ Array [
}
.c19:disabled {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c19:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c19:disabled::-moz-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c19:disabled:-ms-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c7 {
@ -5954,7 +5954,7 @@ Array [
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -6688,7 +6688,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -6711,7 +6711,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
cursor: pointer;
@ -6752,7 +6752,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
cursor: pointer;
@ -6811,7 +6811,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -6863,7 +6863,7 @@ Array [
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -6924,7 +6924,7 @@ Array [
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -6980,19 +6980,19 @@ Array [
}
.c19:disabled {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c19:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c19:disabled::-moz-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c19:disabled:-ms-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c7 {
@ -7122,7 +7122,7 @@ Array [
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>

View File

@ -5,7 +5,7 @@ Array [
.c3 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
}
@ -122,7 +122,7 @@ Array [
>
<path
d="M16.48,6.59a3.22,3.22,0,0,0-1.9.62l-2-2a3.22,3.22,0,0,0,.62-1.9,3.3,3.3,0,1,0-6.6,0,3.22,3.22,0,0,0,.62,1.9l-2,2a3.22,3.22,0,0,0-1.9-.62,3.3,3.3,0,0,0,0,6.6,3.22,3.22,0,0,0,1.9-.62l2,2a3.22,3.22,0,0,0-.62,1.9,3.3,3.3,0,1,0,6.6,0,3.22,3.22,0,0,0-.62-1.9l2-2a3.22,3.22,0,0,0,1.9.62,3.3,3.3,0,1,0,0-6.6Zm-6.59,6.3a3,3,0,0,0-1.73.56L6.33,11.62a3,3,0,0,0,0-3.46L8.16,6.33a3,3,0,0,0,3.46,0l1.83,1.83a3,3,0,0,0,0,3.46l-1.83,1.83A3,3,0,0,0,9.89,12.89Zm0-11.39A1.89,1.89,0,1,1,8,3.39,1.89,1.89,0,0,1,9.89,1.5ZM1.34,9.89a2,2,0,1,1,2,2A2,2,0,0,1,1.34,9.89Zm8.55,8.39a1.89,1.89,0,1,1,1.89-1.89A1.89,1.89,0,0,1,9.89,18.28Zm6.39-6.39a2,2,0,1,1,2-2A2,2,0,0,1,16.28,11.89Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -150,7 +150,7 @@ exports[`renders <Networks loading /> without throwing 1`] = `
.c3 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
}
@ -267,7 +267,7 @@ exports[`renders <Networks loading /> without throwing 1`] = `
>
<path
d="M16.48,6.59a3.22,3.22,0,0,0-1.9.62l-2-2a3.22,3.22,0,0,0,.62-1.9,3.3,3.3,0,1,0-6.6,0,3.22,3.22,0,0,0,.62,1.9l-2,2a3.22,3.22,0,0,0-1.9-.62,3.3,3.3,0,0,0,0,6.6,3.22,3.22,0,0,0,1.9-.62l2,2a3.22,3.22,0,0,0-.62,1.9,3.3,3.3,0,1,0,6.6,0,3.22,3.22,0,0,0-.62-1.9l2-2a3.22,3.22,0,0,0,1.9.62,3.3,3.3,0,1,0,0-6.6Zm-6.59,6.3a3,3,0,0,0-1.73.56L6.33,11.62a3,3,0,0,0,0-3.46L8.16,6.33a3,3,0,0,0,3.46,0l1.83,1.83a3,3,0,0,0,0,3.46l-1.83,1.83A3,3,0,0,0,9.89,12.89Zm0-11.39A1.89,1.89,0,1,1,8,3.39,1.89,1.89,0,0,1,9.89,1.5ZM1.34,9.89a2,2,0,1,1,2,2A2,2,0,0,1,1.34,9.89Zm8.55,8.39a1.89,1.89,0,1,1,1.89-1.89A1.89,1.89,0,0,1,9.89,18.28Zm6.39-6.39a2,2,0,1,1,2-2A2,2,0,0,1,16.28,11.89Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -294,7 +294,7 @@ Array [
.c3 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
}
@ -411,7 +411,7 @@ Array [
>
<path
d="M16.48,6.59a3.22,3.22,0,0,0-1.9.62l-2-2a3.22,3.22,0,0,0,.62-1.9,3.3,3.3,0,1,0-6.6,0,3.22,3.22,0,0,0,.62,1.9l-2,2a3.22,3.22,0,0,0-1.9-.62,3.3,3.3,0,0,0,0,6.6,3.22,3.22,0,0,0,1.9-.62l2,2a3.22,3.22,0,0,0-.62,1.9,3.3,3.3,0,1,0,6.6,0,3.22,3.22,0,0,0-.62-1.9l2-2a3.22,3.22,0,0,0,1.9.62,3.3,3.3,0,1,0,0-6.6Zm-6.59,6.3a3,3,0,0,0-1.73.56L6.33,11.62a3,3,0,0,0,0-3.46L8.16,6.33a3,3,0,0,0,3.46,0l1.83,1.83a3,3,0,0,0,0,3.46l-1.83,1.83A3,3,0,0,0,9.89,12.89Zm0-11.39A1.89,1.89,0,1,1,8,3.39,1.89,1.89,0,0,1,9.89,1.5ZM1.34,9.89a2,2,0,1,1,2,2A2,2,0,0,1,1.34,9.89Zm8.55,8.39a1.89,1.89,0,1,1,1.89-1.89A1.89,1.89,0,0,1,9.89,18.28Zm6.39-6.39a2,2,0,1,1,2-2A2,2,0,0,1,16.28,11.89Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -432,7 +432,7 @@ Array [
</div>
</div>,
.c3 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -540,7 +540,7 @@ Array [
}
.c4 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -626,7 +626,7 @@ Array [
.c3 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
}
@ -743,7 +743,7 @@ Array [
>
<path
d="M16.48,6.59a3.22,3.22,0,0,0-1.9.62l-2-2a3.22,3.22,0,0,0,.62-1.9,3.3,3.3,0,1,0-6.6,0,3.22,3.22,0,0,0,.62,1.9l-2,2a3.22,3.22,0,0,0-1.9-.62,3.3,3.3,0,0,0,0,6.6,3.22,3.22,0,0,0,1.9-.62l2,2a3.22,3.22,0,0,0-.62,1.9,3.3,3.3,0,1,0,6.6,0,3.22,3.22,0,0,0-.62-1.9l2-2a3.22,3.22,0,0,0,1.9.62,3.3,3.3,0,1,0,0-6.6Zm-6.59,6.3a3,3,0,0,0-1.73.56L6.33,11.62a3,3,0,0,0,0-3.46L8.16,6.33a3,3,0,0,0,3.46,0l1.83,1.83a3,3,0,0,0,0,3.46l-1.83,1.83A3,3,0,0,0,9.89,12.89Zm0-11.39A1.89,1.89,0,1,1,8,3.39,1.89,1.89,0,0,1,9.89,1.5ZM1.34,9.89a2,2,0,1,1,2,2A2,2,0,0,1,1.34,9.89Zm8.55,8.39a1.89,1.89,0,1,1,1.89-1.89A1.89,1.89,0,0,1,9.89,18.28Zm6.39-6.39a2,2,0,1,1,2-2A2,2,0,0,1,16.28,11.89Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -772,7 +772,7 @@ Array [
.c3 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
}
@ -889,7 +889,7 @@ Array [
>
<path
d="M16.48,6.59a3.22,3.22,0,0,0-1.9.62l-2-2a3.22,3.22,0,0,0,.62-1.9,3.3,3.3,0,1,0-6.6,0,3.22,3.22,0,0,0,.62,1.9l-2,2a3.22,3.22,0,0,0-1.9-.62,3.3,3.3,0,0,0,0,6.6,3.22,3.22,0,0,0,1.9-.62l2,2a3.22,3.22,0,0,0-.62,1.9,3.3,3.3,0,1,0,6.6,0,3.22,3.22,0,0,0-.62-1.9l2-2a3.22,3.22,0,0,0,1.9.62,3.3,3.3,0,1,0,0-6.6Zm-6.59,6.3a3,3,0,0,0-1.73.56L6.33,11.62a3,3,0,0,0,0-3.46L8.16,6.33a3,3,0,0,0,3.46,0l1.83,1.83a3,3,0,0,0,0,3.46l-1.83,1.83A3,3,0,0,0,9.89,12.89Zm0-11.39A1.89,1.89,0,1,1,8,3.39,1.89,1.89,0,0,1,9.89,1.5ZM1.34,9.89a2,2,0,1,1,2,2A2,2,0,0,1,1.34,9.89Zm8.55,8.39a1.89,1.89,0,1,1,1.89-1.89A1.89,1.89,0,0,1,9.89,18.28Zm6.39-6.39a2,2,0,1,1,2-2A2,2,0,0,1,16.28,11.89Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -910,7 +910,7 @@ Array [
</div>
</div>,
.c3 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -1056,7 +1056,7 @@ Array [
}
.c17 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -1092,7 +1092,7 @@ Array [
}
.c13 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -1113,7 +1113,7 @@ Array [
}
.c31 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -1247,7 +1247,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -1270,7 +1270,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -1310,7 +1310,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -1363,7 +1363,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -1421,7 +1421,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -1465,7 +1465,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
cursor: pointer;
@ -1493,7 +1493,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
cursor: pointer;
@ -1536,7 +1536,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
cursor: pointer;
@ -1595,7 +1595,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
color: rgb(255,255,255);
@ -1638,7 +1638,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
color: rgb(255,255,255);
@ -1694,7 +1694,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
color: rgb(255,255,255);
@ -1954,7 +1954,7 @@ Array [
>
<path
d="M10,6V4A4,4,0,0,0,2,4V6H2A2,2,0,0,0,0,8v6a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V8A2,2,0,0,0,10,6ZM4,4c0-1.65.35-2,2-2s2,.35,2,2V6H4Zm6,9a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V9A1,1,0,0,1,3,8H9a1,1,0,0,1,1,1ZM6,13H6a1,1,0,0,1-1-1V10A1,1,0,0,1,6,9H6a1,1,0,0,1,1,1v2A1,1,0,0,1,6,13Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -1994,7 +1994,7 @@ Array [
>
<path
d="M16.2,6.61a17.42,17.42,0,0,0-3.37-.26,11.67,11.67,0,0,1-.47-4A15.72,15.72,0,0,1,16,2.59l.2-1a16,16,0,0,0-3.77-.24A11,11,0,0,1,12.59.2l-1-.2a14.09,14.09,0,0,0-.2,1.46A8.44,8.44,0,0,0,7.82,2.68c-.15.1-.31.19-.47.28A15.07,15.07,0,0,1,7.59.2l-1-.2a16.37,16.37,0,0,0-.26,3.37,11.66,11.66,0,0,1-4,.46A15.6,15.6,0,0,1,2.59.2l-1-.2a16.29,16.29,0,0,0-.25,3.77C.67,3.7.21,3.61.2,3.61l-.2,1c.07,0,.63.12,1.46.19a8.48,8.48,0,0,0,1.22,3.6A5.3,5.3,0,0,1,3,8.85,17.52,17.52,0,0,1,.2,8.61l-.2,1a16.66,16.66,0,0,0,3,.26h.4a11.71,11.71,0,0,1,.46,4A17,17,0,0,1,.2,13.61l-.2,1a16.66,16.66,0,0,0,3,.26l.8,0c-.07.7-.16,1.16-.16,1.17l1,.2c0-.07.12-.63.19-1.46a8.49,8.49,0,0,0,3.6-1.23c.15-.1.3-.18.46-.27A16.88,16.88,0,0,1,8.61,16l1,.2a17,17,0,0,0,.25-3.37,11.73,11.73,0,0,1,4-.47A17.13,17.13,0,0,1,13.61,16l1,.2a17.28,17.28,0,0,0,.24-3.77,11,11,0,0,1,1.17.16l.2-1a14.09,14.09,0,0,0-1.46-.2,8.45,8.45,0,0,0-1.23-3.59c-.1-.15-.18-.31-.27-.47A15.07,15.07,0,0,1,16,7.59ZM8.38,3.51a7.26,7.26,0,0,1,3-1,13.17,13.17,0,0,0,.44,3.93,9.35,9.35,0,0,0-3.51,1A8.4,8.4,0,0,1,7.39,4,6.75,6.75,0,0,0,8.38,3.51ZM2.48,4.84H3a12.4,12.4,0,0,0,3.44-.44,9.35,9.35,0,0,0,1,3.51A8.38,8.38,0,0,1,4,8.8a6.18,6.18,0,0,0-.53-1A7.36,7.36,0,0,1,2.48,4.84Zm5.34,7.84a7.22,7.22,0,0,1-3,1A12.61,12.61,0,0,0,4.4,9.78a9,9,0,0,0,3.52-1,8.43,8.43,0,0,1,.88,3.37A7.11,7.11,0,0,0,7.82,12.68Zm5.9-1.33a13.23,13.23,0,0,0-3.94.44,9,9,0,0,0-1-3.51,8.44,8.44,0,0,1,3.38-.89,6.69,6.69,0,0,0,.52,1A7.13,7.13,0,0,1,13.72,11.35Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2047,28 +2047,28 @@ Array [
<g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1105 -974)"
xlinkHref="#c"
/>
</g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1111 -974)"
xlinkHref="#c"
/>
</g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1117 -974)"
xlinkHref="#c"
/>
</g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1105 -968)"
xlinkHref="#c"
/>
@ -2076,7 +2076,7 @@ Array [
<g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1111 -968)"
xlinkHref="#d"
/>
@ -2085,7 +2085,7 @@ Array [
<g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1117 -968)"
xlinkHref="#d"
/>
@ -2094,7 +2094,7 @@ Array [
<g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1105 -962)"
xlinkHref="#d"
/>
@ -2103,7 +2103,7 @@ Array [
<g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1111 -962)"
xlinkHref="#d"
/>
@ -2112,7 +2112,7 @@ Array [
<g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1117 -962)"
xlinkHref="#d"
/>
@ -2195,7 +2195,7 @@ Array [
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2330,7 +2330,7 @@ Array [
>
<path
d="M10,6V4A4,4,0,0,0,2,4V6H2A2,2,0,0,0,0,8v6a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V8A2,2,0,0,0,10,6ZM4,4c0-1.65.35-2,2-2s2,.35,2,2V6H4Zm6,9a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V9A1,1,0,0,1,3,8H9a1,1,0,0,1,1,1ZM6,13H6a1,1,0,0,1-1-1V10A1,1,0,0,1,6,9H6a1,1,0,0,1,1,1v2A1,1,0,0,1,6,13Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2370,7 +2370,7 @@ Array [
>
<path
d="M0,0V13H9V0ZM7,11H2V2H7ZM3,4H6V3H3ZM3,6H6V5H3ZM3,8H6V7H3Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2529,7 +2529,7 @@ Array [
.c3 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
}
@ -2646,7 +2646,7 @@ Array [
>
<path
d="M16.48,6.59a3.22,3.22,0,0,0-1.9.62l-2-2a3.22,3.22,0,0,0,.62-1.9,3.3,3.3,0,1,0-6.6,0,3.22,3.22,0,0,0,.62,1.9l-2,2a3.22,3.22,0,0,0-1.9-.62,3.3,3.3,0,0,0,0,6.6,3.22,3.22,0,0,0,1.9-.62l2,2a3.22,3.22,0,0,0-.62,1.9,3.3,3.3,0,1,0,6.6,0,3.22,3.22,0,0,0-.62-1.9l2-2a3.22,3.22,0,0,0,1.9.62,3.3,3.3,0,1,0,0-6.6Zm-6.59,6.3a3,3,0,0,0-1.73.56L6.33,11.62a3,3,0,0,0,0-3.46L8.16,6.33a3,3,0,0,0,3.46,0l1.83,1.83a3,3,0,0,0,0,3.46l-1.83,1.83A3,3,0,0,0,9.89,12.89Zm0-11.39A1.89,1.89,0,1,1,8,3.39,1.89,1.89,0,0,1,9.89,1.5ZM1.34,9.89a2,2,0,1,1,2,2A2,2,0,0,1,1.34,9.89Zm8.55,8.39a1.89,1.89,0,1,1,1.89-1.89A1.89,1.89,0,0,1,9.89,18.28Zm6.39-6.39a2,2,0,1,1,2-2A2,2,0,0,1,16.28,11.89Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2667,7 +2667,7 @@ Array [
</div>
</div>,
.c0 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -2684,7 +2684,7 @@ Array [
.c0 + h5,
.c0 + div,
.c0 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
<h3
@ -2696,7 +2696,7 @@ Array [
added
</h3>,
.c7 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -2944,7 +2944,7 @@ Array [
>
<path
d="M10,6V4A4,4,0,0,0,2,4V6H2A2,2,0,0,0,0,8v6a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V8A2,2,0,0,0,10,6ZM4,4c0-1.65.35-2,2-2s2,.35,2,2V6H4Zm6,9a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V9A1,1,0,0,1,3,8H9a1,1,0,0,1,1,1ZM6,13H6a1,1,0,0,1-1-1V10A1,1,0,0,1,6,9H6a1,1,0,0,1,1,1v2A1,1,0,0,1,6,13Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2984,7 +2984,7 @@ Array [
>
<path
d="M0,0V13H9V0ZM7,11H2V2H7ZM3,4H6V3H3ZM3,6H6V5H3ZM3,8H6V7H3Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>

View File

@ -4,7 +4,7 @@ exports[`renders <Tags /> without throwing 1`] = `
.c3 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
}
@ -121,7 +121,7 @@ exports[`renders <Tags /> without throwing 1`] = `
>
<path
d="M18.61,9.3,9.69.39A1.29,1.29,0,0,0,8.76,0H1.32A1.33,1.33,0,0,0,0,1.33V8.76a1.33,1.33,0,0,0,.39.94L9.3,18.61a1.33,1.33,0,0,0,.94.39,1.3,1.3,0,0,0,.93-.39l7.44-7.44A1.32,1.32,0,0,0,18.61,9.3Zm-1.68,1-6.65,6.65a.17.17,0,0,1-.12.05.14.14,0,0,1-.11-.05l-8-8a.18.18,0,0,1,0-.12V2.19A.17.17,0,0,1,2.18,2H8.84a.16.16,0,0,1,.11,0l8,8a.15.15,0,0,1,.05.11A.17.17,0,0,1,16.93,10.28ZM6.61,4.06A2.55,2.55,0,1,0,9.16,6.61,2.55,2.55,0,0,0,6.61,4.06Zm0,4.08A1.53,1.53,0,1,1,8.14,6.61,1.54,1.54,0,0,1,6.61,8.14Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -148,7 +148,7 @@ Array [
.c3 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
}
@ -265,7 +265,7 @@ Array [
>
<path
d="M18.61,9.3,9.69.39A1.29,1.29,0,0,0,8.76,0H1.32A1.33,1.33,0,0,0,0,1.33V8.76a1.33,1.33,0,0,0,.39.94L9.3,18.61a1.33,1.33,0,0,0,.94.39,1.3,1.3,0,0,0,.93-.39l7.44-7.44A1.32,1.32,0,0,0,18.61,9.3Zm-1.68,1-6.65,6.65a.17.17,0,0,1-.12.05.14.14,0,0,1-.11-.05l-8-8a.18.18,0,0,1,0-.12V2.19A.17.17,0,0,1,2.18,2H8.84a.16.16,0,0,1,.11,0l8,8a.15.15,0,0,1,.05.11A.17.17,0,0,1,16.93,10.28ZM6.61,4.06A2.55,2.55,0,1,0,9.16,6.61,2.55,2.55,0,0,0,6.61,4.06Zm0,4.08A1.53,1.53,0,1,1,8.14,6.61,1.54,1.54,0,0,1,6.61,8.14Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -286,7 +286,7 @@ Array [
</div>
</div>,
.c3 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -369,7 +369,7 @@ Array [
</div>
</div>,
.c1 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -386,7 +386,7 @@ Array [
.c1 + h5,
.c1 + div,
.c1 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c0 {
@ -854,7 +854,7 @@ Array [
}
.c7 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -1011,7 +1011,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -1034,7 +1034,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -1074,7 +1074,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -1132,7 +1132,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -1184,7 +1184,7 @@ Array [
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -1746,7 +1746,7 @@ Array [
.c3 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
}
@ -1863,7 +1863,7 @@ Array [
>
<path
d="M18.61,9.3,9.69.39A1.29,1.29,0,0,0,8.76,0H1.32A1.33,1.33,0,0,0,0,1.33V8.76a1.33,1.33,0,0,0,.39.94L9.3,18.61a1.33,1.33,0,0,0,.94.39,1.3,1.3,0,0,0,.93-.39l7.44-7.44A1.32,1.32,0,0,0,18.61,9.3Zm-1.68,1-6.65,6.65a.17.17,0,0,1-.12.05.14.14,0,0,1-.11-.05l-8-8a.18.18,0,0,1,0-.12V2.19A.17.17,0,0,1,2.18,2H8.84a.16.16,0,0,1,.11,0l8,8a.15.15,0,0,1,.05.11A.17.17,0,0,1,16.93,10.28ZM6.61,4.06A2.55,2.55,0,1,0,9.16,6.61,2.55,2.55,0,0,0,6.61,4.06Zm0,4.08A1.53,1.53,0,1,1,8.14,6.61,1.54,1.54,0,0,1,6.61,8.14Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -1884,7 +1884,7 @@ Array [
</div>
</div>,
.c3 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -1967,7 +1967,7 @@ Array [
</div>
</div>,
.c1 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -1984,7 +1984,7 @@ Array [
.c1 + h5,
.c1 + div,
.c1 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c0 {
@ -2249,7 +2249,7 @@ exports[`renders <Tags metadata=[] /> without throwing 1`] = `
.c3 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
}
@ -2366,7 +2366,7 @@ exports[`renders <Tags metadata=[] /> without throwing 1`] = `
>
<path
d="M18.61,9.3,9.69.39A1.29,1.29,0,0,0,8.76,0H1.32A1.33,1.33,0,0,0,0,1.33V8.76a1.33,1.33,0,0,0,.39.94L9.3,18.61a1.33,1.33,0,0,0,.94.39,1.3,1.3,0,0,0,.93-.39l7.44-7.44A1.32,1.32,0,0,0,18.61,9.3Zm-1.68,1-6.65,6.65a.17.17,0,0,1-.12.05.14.14,0,0,1-.11-.05l-8-8a.18.18,0,0,1,0-.12V2.19A.17.17,0,0,1,2.18,2H8.84a.16.16,0,0,1,.11,0l8,8a.15.15,0,0,1,.05.11A.17.17,0,0,1,16.93,10.28ZM6.61,4.06A2.55,2.55,0,1,0,9.16,6.61,2.55,2.55,0,0,0,6.61,4.06Zm0,4.08A1.53,1.53,0,1,1,8.14,6.61,1.54,1.54,0,0,1,6.61,8.14Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2393,7 +2393,7 @@ Array [
.c3 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
}
@ -2510,7 +2510,7 @@ Array [
>
<path
d="M18.61,9.3,9.69.39A1.29,1.29,0,0,0,8.76,0H1.32A1.33,1.33,0,0,0,0,1.33V8.76a1.33,1.33,0,0,0,.39.94L9.3,18.61a1.33,1.33,0,0,0,.94.39,1.3,1.3,0,0,0,.93-.39l7.44-7.44A1.32,1.32,0,0,0,18.61,9.3Zm-1.68,1-6.65,6.65a.17.17,0,0,1-.12.05.14.14,0,0,1-.11-.05l-8-8a.18.18,0,0,1,0-.12V2.19A.17.17,0,0,1,2.18,2H8.84a.16.16,0,0,1,.11,0l8,8a.15.15,0,0,1,.05.11A.17.17,0,0,1,16.93,10.28ZM6.61,4.06A2.55,2.55,0,1,0,9.16,6.61,2.55,2.55,0,0,0,6.61,4.06Zm0,4.08A1.53,1.53,0,1,1,8.14,6.61,1.54,1.54,0,0,1,6.61,8.14Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2531,7 +2531,7 @@ Array [
</div>
</div>,
.c3 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -2614,7 +2614,7 @@ Array [
</div>
</div>,
.c1 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -2631,7 +2631,7 @@ Array [
.c1 + h5,
.c1 + div,
.c1 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c0 {

View File

@ -4,7 +4,7 @@ exports[`renders <UserScript /> without throwing 1`] = `
.c3 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
}
@ -121,7 +121,7 @@ exports[`renders <UserScript /> without throwing 1`] = `
>
<path
d="M15.09,13.64,12.29,6h.14a3,3,0,0,0,0-6H3A3,3,0,0,0,0,3a3.37,3.37,0,0,0,.09.71,6.85,6.85,0,0,0,.25.64l3,7.68L3,12a3,3,0,0,0,0,6h9.43a2.94,2.94,0,0,0,3-3.43A7.54,7.54,0,0,0,15.09,13.64ZM12.43,1.46a1.54,1.54,0,1,1,0,3.08,1.52,1.52,0,0,1-1.27-.67l-.24-.6a1.24,1.24,0,0,1,0-.27A1.54,1.54,0,0,1,12.43,1.46ZM2,3.74l-.21-.52a.78.78,0,0,1,0-.22A1.29,1.29,0,0,1,3,1.71H9.73A3,3,0,0,0,9.43,3a2.76,2.76,0,0,0,.09.71L9.63,4c0,.09.77,2,.77,2l2.33,6-.3,0H5.36L2.88,6ZM9.73,16.29H3a1.29,1.29,0,0,1,0-2.58H9.73a2.92,2.92,0,0,0,0,2.58Zm2.7.25A1.54,1.54,0,1,1,14,15,1.54,1.54,0,0,1,12.43,16.54Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -148,7 +148,7 @@ Array [
.c3 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
}
@ -265,7 +265,7 @@ Array [
>
<path
d="M15.09,13.64,12.29,6h.14a3,3,0,0,0,0-6H3A3,3,0,0,0,0,3a3.37,3.37,0,0,0,.09.71,6.85,6.85,0,0,0,.25.64l3,7.68L3,12a3,3,0,0,0,0,6h9.43a2.94,2.94,0,0,0,3-3.43A7.54,7.54,0,0,0,15.09,13.64ZM12.43,1.46a1.54,1.54,0,1,1,0,3.08,1.52,1.52,0,0,1-1.27-.67l-.24-.6a1.24,1.24,0,0,1,0-.27A1.54,1.54,0,0,1,12.43,1.46ZM2,3.74l-.21-.52a.78.78,0,0,1,0-.22A1.29,1.29,0,0,1,3,1.71H9.73A3,3,0,0,0,9.43,3a2.76,2.76,0,0,0,.09.71L9.63,4c0,.09.77,2,.77,2l2.33,6-.3,0H5.36L2.88,6ZM9.73,16.29H3a1.29,1.29,0,0,1,0-2.58H9.73a2.92,2.92,0,0,0,0,2.58Zm2.7.25A1.54,1.54,0,1,1,14,15,1.54,1.54,0,0,1,12.43,16.54Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -286,7 +286,7 @@ Array [
</div>
</div>,
.c3 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -628,7 +628,7 @@ Array [
.c3 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
}
@ -745,7 +745,7 @@ Array [
>
<path
d="M15.09,13.64,12.29,6h.14a3,3,0,0,0,0-6H3A3,3,0,0,0,0,3a3.37,3.37,0,0,0,.09.71,6.85,6.85,0,0,0,.25.64l3,7.68L3,12a3,3,0,0,0,0,6h9.43a2.94,2.94,0,0,0,3-3.43A7.54,7.54,0,0,0,15.09,13.64ZM12.43,1.46a1.54,1.54,0,1,1,0,3.08,1.52,1.52,0,0,1-1.27-.67l-.24-.6a1.24,1.24,0,0,1,0-.27A1.54,1.54,0,0,1,12.43,1.46ZM2,3.74l-.21-.52a.78.78,0,0,1,0-.22A1.29,1.29,0,0,1,3,1.71H9.73A3,3,0,0,0,9.43,3a2.76,2.76,0,0,0,.09.71L9.63,4c0,.09.77,2,.77,2l2.33,6-.3,0H5.36L2.88,6ZM9.73,16.29H3a1.29,1.29,0,0,1,0-2.58H9.73a2.92,2.92,0,0,0,0,2.58Zm2.7.25A1.54,1.54,0,1,1,14,15,1.54,1.54,0,0,1,12.43,16.54Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -766,7 +766,7 @@ Array [
</div>
</div>,
.c3 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -1108,7 +1108,7 @@ Array [
.c3 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
}
@ -1225,7 +1225,7 @@ Array [
>
<path
d="M15.09,13.64,12.29,6h.14a3,3,0,0,0,0-6H3A3,3,0,0,0,0,3a3.37,3.37,0,0,0,.09.71,6.85,6.85,0,0,0,.25.64l3,7.68L3,12a3,3,0,0,0,0,6h9.43a2.94,2.94,0,0,0,3-3.43A7.54,7.54,0,0,0,15.09,13.64ZM12.43,1.46a1.54,1.54,0,1,1,0,3.08,1.52,1.52,0,0,1-1.27-.67l-.24-.6a1.24,1.24,0,0,1,0-.27A1.54,1.54,0,0,1,12.43,1.46ZM2,3.74l-.21-.52a.78.78,0,0,1,0-.22A1.29,1.29,0,0,1,3,1.71H9.73A3,3,0,0,0,9.43,3a2.76,2.76,0,0,0,.09.71L9.63,4c0,.09.77,2,.77,2l2.33,6-.3,0H5.36L2.88,6ZM9.73,16.29H3a1.29,1.29,0,0,1,0-2.58H9.73a2.92,2.92,0,0,0,0,2.58Zm2.7.25A1.54,1.54,0,1,1,14,15,1.54,1.54,0,0,1,12.43,16.54Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -1246,7 +1246,7 @@ Array [
</div>
</div>,
.c3 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -1500,7 +1500,7 @@ Array [
.c3 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
}
@ -1617,7 +1617,7 @@ Array [
>
<path
d="M15.09,13.64,12.29,6h.14a3,3,0,0,0,0-6H3A3,3,0,0,0,0,3a3.37,3.37,0,0,0,.09.71,6.85,6.85,0,0,0,.25.64l3,7.68L3,12a3,3,0,0,0,0,6h9.43a2.94,2.94,0,0,0,3-3.43A7.54,7.54,0,0,0,15.09,13.64ZM12.43,1.46a1.54,1.54,0,1,1,0,3.08,1.52,1.52,0,0,1-1.27-.67l-.24-.6a1.24,1.24,0,0,1,0-.27A1.54,1.54,0,0,1,12.43,1.46ZM2,3.74l-.21-.52a.78.78,0,0,1,0-.22A1.29,1.29,0,0,1,3,1.71H9.73A3,3,0,0,0,9.43,3a2.76,2.76,0,0,0,.09.71L9.63,4c0,.09.77,2,.77,2l2.33,6-.3,0H5.36L2.88,6ZM9.73,16.29H3a1.29,1.29,0,0,1,0-2.58H9.73a2.92,2.92,0,0,0,0,2.58Zm2.7.25A1.54,1.54,0,1,1,14,15,1.54,1.54,0,0,1,12.43,16.54Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -1638,7 +1638,7 @@ Array [
</div>
</div>,
.c3 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -1892,7 +1892,7 @@ Array [
.c3 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
}
@ -2009,7 +2009,7 @@ Array [
>
<path
d="M15.09,13.64,12.29,6h.14a3,3,0,0,0,0-6H3A3,3,0,0,0,0,3a3.37,3.37,0,0,0,.09.71,6.85,6.85,0,0,0,.25.64l3,7.68L3,12a3,3,0,0,0,0,6h9.43a2.94,2.94,0,0,0,3-3.43A7.54,7.54,0,0,0,15.09,13.64ZM12.43,1.46a1.54,1.54,0,1,1,0,3.08,1.52,1.52,0,0,1-1.27-.67l-.24-.6a1.24,1.24,0,0,1,0-.27A1.54,1.54,0,0,1,12.43,1.46ZM2,3.74l-.21-.52a.78.78,0,0,1,0-.22A1.29,1.29,0,0,1,3,1.71H9.73A3,3,0,0,0,9.43,3a2.76,2.76,0,0,0,.09.71L9.63,4c0,.09.77,2,.77,2l2.33,6-.3,0H5.36L2.88,6ZM9.73,16.29H3a1.29,1.29,0,0,1,0-2.58H9.73a2.92,2.92,0,0,0,0,2.58Zm2.7.25A1.54,1.54,0,1,1,14,15,1.54,1.54,0,0,1,12.43,16.54Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2030,7 +2030,7 @@ Array [
</div>
</div>,
.c3 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -2284,7 +2284,7 @@ Array [
.c3 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
}
@ -2401,7 +2401,7 @@ Array [
>
<path
d="M15.09,13.64,12.29,6h.14a3,3,0,0,0,0-6H3A3,3,0,0,0,0,3a3.37,3.37,0,0,0,.09.71,6.85,6.85,0,0,0,.25.64l3,7.68L3,12a3,3,0,0,0,0,6h9.43a2.94,2.94,0,0,0,3-3.43A7.54,7.54,0,0,0,15.09,13.64ZM12.43,1.46a1.54,1.54,0,1,1,0,3.08,1.52,1.52,0,0,1-1.27-.67l-.24-.6a1.24,1.24,0,0,1,0-.27A1.54,1.54,0,0,1,12.43,1.46ZM2,3.74l-.21-.52a.78.78,0,0,1,0-.22A1.29,1.29,0,0,1,3,1.71H9.73A3,3,0,0,0,9.43,3a2.76,2.76,0,0,0,.09.71L9.63,4c0,.09.77,2,.77,2l2.33,6-.3,0H5.36L2.88,6ZM9.73,16.29H3a1.29,1.29,0,0,1,0-2.58H9.73a2.92,2.92,0,0,0,0,2.58Zm2.7.25A1.54,1.54,0,1,1,14,15,1.54,1.54,0,0,1,12.43,16.54Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2422,14 +2422,14 @@ Array [
</div>
</div>,
.c3 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
}
.c1 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -73,7 +73,7 @@ exports[`renders <Cns /> without throwing 1`] = `
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -209,7 +209,7 @@ exports[`renders <Cns /> without throwing 1`] = `
}
.c9 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -226,7 +226,7 @@ exports[`renders <Cns /> without throwing 1`] = `
.c9 + h5,
.c9 + div,
.c9 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c12 {
@ -346,7 +346,7 @@ exports[`renders <Cns /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -375,7 +375,7 @@ exports[`renders <Cns /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -804,7 +804,7 @@ exports[`renders <Cns disabled /> without throwing 1`] = `
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -1185,7 +1185,7 @@ exports[`renders <Cns hostnames /> without throwing 1`] = `
.c14 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
font-weight: 600;
@ -1194,7 +1194,7 @@ exports[`renders <Cns hostnames /> without throwing 1`] = `
.c17 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
}
@ -1237,7 +1237,7 @@ exports[`renders <Cns hostnames /> without throwing 1`] = `
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -1383,7 +1383,7 @@ exports[`renders <Cns hostnames /> without throwing 1`] = `
}
.c9 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -1400,7 +1400,7 @@ exports[`renders <Cns hostnames /> without throwing 1`] = `
.c9 + h5,
.c9 + div,
.c9 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c23 {
@ -1540,7 +1540,7 @@ exports[`renders <Cns hostnames /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -1569,7 +1569,7 @@ exports[`renders <Cns hostnames /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -1699,19 +1699,19 @@ exports[`renders <Cns hostnames /> without throwing 1`] = `
}
.c21:disabled {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c21:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c21:disabled::-moz-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c21:disabled:-ms-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c37 {
@ -1994,7 +1994,7 @@ exports[`renders <Cns hostnames /> without throwing 1`] = `
>
<path
d="M6,13H6a1,1,0,0,1-1-1V10A1,1,0,0,1,6,9H6a1,1,0,0,1,1,1v2A1,1,0,0,1,6,13Zm4-7V4A4,4,0,0,0,2,4H4c0-1.65.35-2,2-2s2,.35,2,2V6H2A2,2,0,0,0,0,8v6a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V8A2,2,0,0,0,10,6Zm0,7a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V9A1,1,0,0,1,3,8H9a1,1,0,0,1,1,1Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2055,7 +2055,7 @@ exports[`renders <Cns hostnames /> without throwing 1`] = `
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2099,7 +2099,7 @@ exports[`renders <Cns hostnames /> without throwing 1`] = `
>
<path
d="M10,6V4A4,4,0,0,0,2,4V6H2A2,2,0,0,0,0,8v6a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V8A2,2,0,0,0,10,6ZM4,4c0-1.65.35-2,2-2s2,.35,2,2V6H4Zm6,9a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V9A1,1,0,0,1,3,8H9a1,1,0,0,1,1,1ZM6,13H6a1,1,0,0,1-1-1V10A1,1,0,0,1,6,9H6a1,1,0,0,1,1,1v2A1,1,0,0,1,6,13Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2160,7 +2160,7 @@ exports[`renders <Cns hostnames /> without throwing 1`] = `
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2293,7 +2293,7 @@ exports[`renders <Cns hostnames /> without throwing 1`] = `
>
<path
d="M6,13H6a1,1,0,0,1-1-1V10A1,1,0,0,1,6,9H6a1,1,0,0,1,1,1v2A1,1,0,0,1,6,13Zm4-7V4A4,4,0,0,0,2,4H4c0-1.65.35-2,2-2s2,.35,2,2V6H2A2,2,0,0,0,0,8v6a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V8A2,2,0,0,0,10,6Zm0,7a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V9A1,1,0,0,1,3,8H9a1,1,0,0,1,1,1Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2354,7 +2354,7 @@ exports[`renders <Cns hostnames /> without throwing 1`] = `
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2408,7 +2408,7 @@ exports[`renders <Cns hostnames /> without throwing 1`] = `
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2462,7 +2462,7 @@ exports[`renders <Cns hostnames /> without throwing 1`] = `
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2506,7 +2506,7 @@ exports[`renders <Cns hostnames /> without throwing 1`] = `
>
<path
d="M10,6V4A4,4,0,0,0,2,4V6H2A2,2,0,0,0,0,8v6a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V8A2,2,0,0,0,10,6ZM4,4c0-1.65.35-2,2-2s2,.35,2,2V6H4Zm6,9a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V9A1,1,0,0,1,3,8H9a1,1,0,0,1,1,1ZM6,13H6a1,1,0,0,1-1-1V10A1,1,0,0,1,6,9H6a1,1,0,0,1,1,1v2A1,1,0,0,1,6,13Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2567,7 +2567,7 @@ exports[`renders <Cns hostnames /> without throwing 1`] = `
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2621,7 +2621,7 @@ exports[`renders <Cns hostnames /> without throwing 1`] = `
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2675,7 +2675,7 @@ exports[`renders <Cns hostnames /> without throwing 1`] = `
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2793,14 +2793,14 @@ exports[`renders <Cns loading /> without throwing 1`] = `
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
}
.c10 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -3067,14 +3067,14 @@ exports[`renders <Cns loadingError /> without throwing 1`] = `
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
}
.c11 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -3212,7 +3212,7 @@ exports[`renders <Cns loadingError /> without throwing 1`] = `
}
.c14 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -3229,11 +3229,11 @@ exports[`renders <Cns loadingError /> without throwing 1`] = `
.c14 + h5,
.c14 + div,
.c14 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c10 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -3359,7 +3359,7 @@ exports[`renders <Cns loadingError /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -3388,7 +3388,7 @@ exports[`renders <Cns loadingError /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -3725,7 +3725,7 @@ exports[`renders <Cns mutating /> without throwing 1`] = `
.c14 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
font-weight: 600;
@ -3734,7 +3734,7 @@ exports[`renders <Cns mutating /> without throwing 1`] = `
.c17 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
}
@ -3777,7 +3777,7 @@ exports[`renders <Cns mutating /> without throwing 1`] = `
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -3939,7 +3939,7 @@ exports[`renders <Cns mutating /> without throwing 1`] = `
}
.c9 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -3956,7 +3956,7 @@ exports[`renders <Cns mutating /> without throwing 1`] = `
.c9 + h5,
.c9 + div,
.c9 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c23 {
@ -4096,7 +4096,7 @@ exports[`renders <Cns mutating /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -4194,19 +4194,19 @@ exports[`renders <Cns mutating /> without throwing 1`] = `
}
.c21:disabled {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c21:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c21:disabled::-moz-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c21:disabled:-ms-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c34 {
@ -4457,7 +4457,7 @@ exports[`renders <Cns mutating /> without throwing 1`] = `
.c31 {
border: 0.0625rem solid rgb(216,216,216);
box-sizing: border-box;
border-radius: 0.1875rem;
border-radius: 0.125rem;
font-size: 0.8125rem;
line-height: 1.125rem;
padding: 0.3125rem 0.75rem;
@ -4465,16 +4465,15 @@ exports[`renders <Cns mutating /> without throwing 1`] = `
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-webkit-flex-grow: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
border: 0.0625rem solid rgb(45,56,132);
background: rgba(59,70,204,.1);
}
.c28 {
@ -4651,7 +4650,7 @@ exports[`renders <Cns mutating /> without throwing 1`] = `
>
<path
d="M6,13H6a1,1,0,0,1-1-1V10A1,1,0,0,1,6,9H6a1,1,0,0,1,1,1v2A1,1,0,0,1,6,13Zm4-7V4A4,4,0,0,0,2,4H4c0-1.65.35-2,2-2s2,.35,2,2V6H2A2,2,0,0,0,0,8v6a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V8A2,2,0,0,0,10,6Zm0,7a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V9A1,1,0,0,1,3,8H9a1,1,0,0,1,1,1Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -4712,7 +4711,7 @@ exports[`renders <Cns mutating /> without throwing 1`] = `
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -4756,7 +4755,7 @@ exports[`renders <Cns mutating /> without throwing 1`] = `
>
<path
d="M10,6V4A4,4,0,0,0,2,4V6H2A2,2,0,0,0,0,8v6a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V8A2,2,0,0,0,10,6ZM4,4c0-1.65.35-2,2-2s2,.35,2,2V6H4Zm6,9a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V9A1,1,0,0,1,3,8H9a1,1,0,0,1,1,1ZM6,13H6a1,1,0,0,1-1-1V10A1,1,0,0,1,6,9H6a1,1,0,0,1,1,1v2A1,1,0,0,1,6,13Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -4817,7 +4816,7 @@ exports[`renders <Cns mutating /> without throwing 1`] = `
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -5010,7 +5009,7 @@ exports[`renders <Cns mutating /> without throwing 1`] = `
>
<path
d="M6,13H6a1,1,0,0,1-1-1V10A1,1,0,0,1,6,9H6a1,1,0,0,1,1,1v2A1,1,0,0,1,6,13Zm4-7V4A4,4,0,0,0,2,4H4c0-1.65.35-2,2-2s2,.35,2,2V6H2A2,2,0,0,0,0,8v6a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V8A2,2,0,0,0,10,6Zm0,7a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V9A1,1,0,0,1,3,8H9a1,1,0,0,1,1,1Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -5071,7 +5070,7 @@ exports[`renders <Cns mutating /> without throwing 1`] = `
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -5125,7 +5124,7 @@ exports[`renders <Cns mutating /> without throwing 1`] = `
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -5179,7 +5178,7 @@ exports[`renders <Cns mutating /> without throwing 1`] = `
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -5223,7 +5222,7 @@ exports[`renders <Cns mutating /> without throwing 1`] = `
>
<path
d="M10,6V4A4,4,0,0,0,2,4V6H2A2,2,0,0,0,0,8v6a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V8A2,2,0,0,0,10,6ZM4,4c0-1.65.35-2,2-2s2,.35,2,2V6H4Zm6,9a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V9A1,1,0,0,1,3,8H9a1,1,0,0,1,1,1ZM6,13H6a1,1,0,0,1-1-1V10A1,1,0,0,1,6,9H6a1,1,0,0,1,1,1v2A1,1,0,0,1,6,13Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -5284,7 +5283,7 @@ exports[`renders <Cns mutating /> without throwing 1`] = `
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -5338,7 +5337,7 @@ exports[`renders <Cns mutating /> without throwing 1`] = `
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -5392,7 +5391,7 @@ exports[`renders <Cns mutating /> without throwing 1`] = `
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -5548,14 +5547,14 @@ exports[`renders <Cns mutationError /> without throwing 1`] = `
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
}
.c11 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -5693,7 +5692,7 @@ exports[`renders <Cns mutationError /> without throwing 1`] = `
}
.c14 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -5710,11 +5709,11 @@ exports[`renders <Cns mutationError /> without throwing 1`] = `
.c14 + h5,
.c14 + div,
.c14 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c10 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -5864,7 +5863,7 @@ exports[`renders <Cns mutationError /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -5893,7 +5892,7 @@ exports[`renders <Cns mutationError /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -6420,7 +6419,7 @@ exports[`renders <Cns services /> without throwing 1`] = `
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -6556,7 +6555,7 @@ exports[`renders <Cns services /> without throwing 1`] = `
}
.c9 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -6573,7 +6572,7 @@ exports[`renders <Cns services /> without throwing 1`] = `
.c9 + h5,
.c9 + div,
.c9 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c12 {
@ -6693,7 +6692,7 @@ exports[`renders <Cns services /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -6722,7 +6721,7 @@ exports[`renders <Cns services /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -6890,7 +6889,7 @@ exports[`renders <Cns services /> without throwing 1`] = `
.c20 {
border: 0.0625rem solid rgb(216,216,216);
box-sizing: border-box;
border-radius: 0.1875rem;
border-radius: 0.125rem;
font-size: 0.8125rem;
line-height: 1.125rem;
padding: 0.3125rem 0.75rem;
@ -6898,16 +6897,15 @@ exports[`renders <Cns services /> without throwing 1`] = `
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-webkit-flex-grow: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
border: 0.0625rem solid rgb(45,56,132);
background: rgba(59,70,204,.1);
}
.c17 {
@ -7319,7 +7317,7 @@ exports[`renders <Cns services hostnames /> without throwing 1`] = `
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;

View File

@ -27,7 +27,7 @@ Array [
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -87,7 +87,7 @@ Array [
}
.c21 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -104,7 +104,7 @@ Array [
.c21 + h5,
.c21 + div,
.c21 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c13 {
@ -185,7 +185,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -725,7 +725,7 @@ Array [
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -785,7 +785,7 @@ Array [
}
.c22 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -802,7 +802,7 @@ Array [
.c22 + h5,
.c22 + div,
.c22 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c13 {
@ -883,7 +883,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -1468,7 +1468,7 @@ Array [
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -1528,7 +1528,7 @@ Array [
}
.c21 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -1545,7 +1545,7 @@ Array [
.c21 + h5,
.c21 + div,
.c21 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c13 {
@ -1626,7 +1626,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -2166,7 +2166,7 @@ Array [
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -2226,7 +2226,7 @@ Array [
}
.c22 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -2243,7 +2243,7 @@ Array [
.c22 + h5,
.c22 + div,
.c22 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c13 {
@ -2324,7 +2324,7 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -2918,14 +2918,14 @@ Array [
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
}
.c10 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -3151,14 +3151,14 @@ Array [
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
}
.c10 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -3383,14 +3383,14 @@ exports[`renders <Firewall loadingError /> without throwing 1`] = `
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
}
.c11 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -3452,7 +3452,7 @@ exports[`renders <Firewall loadingError /> without throwing 1`] = `
}
.c27 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -3469,11 +3469,11 @@ exports[`renders <Firewall loadingError /> without throwing 1`] = `
.c27 + h5,
.c27 + div,
.c27 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c10 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -3584,7 +3584,7 @@ exports[`renders <Firewall loadingError /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -4152,14 +4152,14 @@ exports[`renders <Firewall mutationError /> without throwing 1`] = `
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
}
.c11 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -4221,7 +4221,7 @@ exports[`renders <Firewall mutationError /> without throwing 1`] = `
}
.c27 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -4238,11 +4238,11 @@ exports[`renders <Firewall mutationError /> without throwing 1`] = `
.c27 + h5,
.c27 + div,
.c27 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c10 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -4353,7 +4353,7 @@ exports[`renders <Firewall mutationError /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -4906,7 +4906,7 @@ Array [
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -5255,7 +5255,7 @@ Array [
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -5645,7 +5645,7 @@ Array [
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -5725,7 +5725,7 @@ Array [
}
.c16 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -5733,7 +5733,7 @@ Array [
}
.c25 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 700;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -5853,12 +5853,12 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
border-color: rgb(216,216,216);
background-color: rgb(250,250,250);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
cursor: default;
}
@ -5993,7 +5993,7 @@ Array [
.c31 {
border: 0.0625rem solid rgb(216,216,216);
box-sizing: border-box;
border-radius: 0.1875rem;
border-radius: 0.125rem;
font-size: 0.8125rem;
line-height: 1.125rem;
padding: 0.3125rem 0.75rem;
@ -6001,14 +6001,14 @@ Array [
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-webkit-flex-grow: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.c28 {
@ -6497,7 +6497,7 @@ Array [
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -6846,7 +6846,7 @@ Array [
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -7236,7 +7236,7 @@ Array [
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -7316,7 +7316,7 @@ Array [
}
.c16 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -7324,7 +7324,7 @@ Array [
}
.c25 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 700;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -7444,12 +7444,12 @@ Array [
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
border-color: rgb(216,216,216);
background-color: rgb(250,250,250);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
cursor: default;
}
@ -7584,7 +7584,7 @@ Array [
.c31 {
border: 0.0625rem solid rgb(216,216,216);
box-sizing: border-box;
border-radius: 0.1875rem;
border-radius: 0.125rem;
font-size: 0.8125rem;
line-height: 1.125rem;
padding: 0.3125rem 0.75rem;
@ -7592,14 +7592,14 @@ Array [
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-webkit-flex-grow: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.c28 {

View File

@ -265,7 +265,7 @@ exports[`renders <List /> without throwing 1`] = `
}
.c38 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -282,7 +282,7 @@ exports[`renders <List /> without throwing 1`] = `
.c38 + h5,
.c38 + div,
.c38 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c1 {
@ -378,7 +378,7 @@ exports[`renders <List /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -483,7 +483,7 @@ exports[`renders <List /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -608,7 +608,7 @@ exports[`renders <List /> without throwing 1`] = `
color: rgb(189,189,189);
font-weight: 500;
border-bottom-width: 0;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
}
@ -743,11 +743,11 @@ exports[`renders <List /> without throwing 1`] = `
.c16 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: transparent;
border: none;
box-shadow: none;
@ -958,7 +958,7 @@ exports[`renders <List /> without throwing 1`] = `
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</th>
@ -1393,7 +1393,7 @@ exports[`renders <List error /> without throwing 1`] = `
}
.c19 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -1539,7 +1539,7 @@ exports[`renders <List error /> without throwing 1`] = `
}
.c44 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -1556,11 +1556,11 @@ exports[`renders <List error /> without throwing 1`] = `
.c44 + h5,
.c44 + div,
.c44 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c18 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -1686,7 +1686,7 @@ exports[`renders <List error /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -1791,7 +1791,7 @@ exports[`renders <List error /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -1916,7 +1916,7 @@ exports[`renders <List error /> without throwing 1`] = `
color: rgb(189,189,189);
font-weight: 500;
border-bottom-width: 0;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
}
@ -2051,11 +2051,11 @@ exports[`renders <List error /> without throwing 1`] = `
.c22 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: transparent;
border: none;
box-shadow: none;
@ -2291,7 +2291,7 @@ exports[`renders <List error /> without throwing 1`] = `
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</th>
@ -3093,7 +3093,7 @@ exports[`renders <List instances /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -3235,7 +3235,7 @@ exports[`renders <List instances /> without throwing 1`] = `
color: rgb(189,189,189);
font-weight: 500;
border-bottom-width: 0;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
}
@ -3487,11 +3487,11 @@ exports[`renders <List instances /> without throwing 1`] = `
.c16 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: transparent;
border: none;
box-shadow: none;
@ -3507,7 +3507,7 @@ exports[`renders <List instances /> without throwing 1`] = `
.c32 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
@ -3522,7 +3522,7 @@ exports[`renders <List instances /> without throwing 1`] = `
}
.c34 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
-webkit-text-decoration: none;
text-decoration: none;
font-weight: 600;
@ -3735,7 +3735,7 @@ exports[`renders <List instances /> without throwing 1`] = `
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</th>
@ -3915,7 +3915,7 @@ exports[`renders <List instances /> without throwing 1`] = `
>
<path
d="M2,16a2,2,0,1,0-2-2A2,2,0,0,0,2,16Zm0-6A2,2,0,1,0,0,8,2,2,0,0,0,2,10ZM2,4A2,2,0,1,0,0,2,2,2,0,0,0,2,4Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -4051,7 +4051,7 @@ exports[`renders <List instances /> without throwing 1`] = `
>
<path
d="M2,16a2,2,0,1,0-2-2A2,2,0,0,0,2,16Zm0-6A2,2,0,1,0,0,8,2,2,0,0,0,2,10ZM2,4A2,2,0,1,0,0,2,2,2,0,0,0,2,4Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -5032,6 +5032,7 @@ exports[`renders <List instances selected /> without throwing 1`] = `
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
background: rgb(250,250,250);
}
.c2 {
@ -5297,7 +5298,7 @@ exports[`renders <List instances selected /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -5439,7 +5440,7 @@ exports[`renders <List instances selected /> without throwing 1`] = `
color: rgb(189,189,189);
font-weight: 500;
border-bottom-width: 0;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
}
@ -5691,11 +5692,11 @@ exports[`renders <List instances selected /> without throwing 1`] = `
.c16 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: transparent;
border: none;
box-shadow: none;
@ -5711,7 +5712,7 @@ exports[`renders <List instances selected /> without throwing 1`] = `
.c32 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
@ -5726,7 +5727,7 @@ exports[`renders <List instances selected /> without throwing 1`] = `
}
.c34 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
-webkit-text-decoration: none;
text-decoration: none;
font-weight: 600;
@ -6000,7 +6001,7 @@ exports[`renders <List instances selected /> without throwing 1`] = `
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</th>
@ -6180,7 +6181,7 @@ exports[`renders <List instances selected /> without throwing 1`] = `
>
<path
d="M2,16a2,2,0,1,0-2-2A2,2,0,0,0,2,16Zm0-6A2,2,0,1,0,0,8,2,2,0,0,0,2,10ZM2,4A2,2,0,1,0,0,2,2,2,0,0,0,2,4Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -6316,7 +6317,7 @@ exports[`renders <List instances selected /> without throwing 1`] = `
>
<path
d="M2,16a2,2,0,1,0-2-2A2,2,0,0,0,2,16Zm0-6A2,2,0,1,0,0,8,2,2,0,0,0,2,10ZM2,4A2,2,0,1,0,0,2,2,2,0,0,0,2,4Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -6688,7 +6689,7 @@ exports[`renders <List instances selected /> without throwing 1`] = `
>
<path
d="M2.67,0V1.5H0V3H12V1.5H9.33V0ZM0,4,1.33,16h9.34L12,4ZM8,5h2.51l-1,10H8ZM1.49,5H4V15H2.53ZM7,15H5V5H7Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</button>
@ -7625,6 +7626,7 @@ exports[`renders <List instances selected=all /> without throwing 1`] = `
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
background: rgb(250,250,250);
}
.c2 {
@ -7890,7 +7892,7 @@ exports[`renders <List instances selected=all /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -8032,7 +8034,7 @@ exports[`renders <List instances selected=all /> without throwing 1`] = `
color: rgb(189,189,189);
font-weight: 500;
border-bottom-width: 0;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
}
@ -8284,11 +8286,11 @@ exports[`renders <List instances selected=all /> without throwing 1`] = `
.c16 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: transparent;
border: none;
box-shadow: none;
@ -8304,7 +8306,7 @@ exports[`renders <List instances selected=all /> without throwing 1`] = `
.c32 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
@ -8319,7 +8321,7 @@ exports[`renders <List instances selected=all /> without throwing 1`] = `
}
.c34 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
-webkit-text-decoration: none;
text-decoration: none;
font-weight: 600;
@ -8593,7 +8595,7 @@ exports[`renders <List instances selected=all /> without throwing 1`] = `
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</th>
@ -8773,7 +8775,7 @@ exports[`renders <List instances selected=all /> without throwing 1`] = `
>
<path
d="M2,16a2,2,0,1,0-2-2A2,2,0,0,0,2,16Zm0-6A2,2,0,1,0,0,8,2,2,0,0,0,2,10ZM2,4A2,2,0,1,0,0,2,2,2,0,0,0,2,4Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -8909,7 +8911,7 @@ exports[`renders <List instances selected=all /> without throwing 1`] = `
>
<path
d="M2,16a2,2,0,1,0-2-2A2,2,0,0,0,2,16Zm0-6A2,2,0,1,0,0,8,2,2,0,0,0,2,10ZM2,4A2,2,0,1,0,0,2,2,2,0,0,0,2,4Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -9281,7 +9283,7 @@ exports[`renders <List instances selected=all /> without throwing 1`] = `
>
<path
d="M2.67,0V1.5H0V3H12V1.5H9.33V0ZM0,4,1.33,16h9.34L12,4ZM8,5h2.51l-1,10H8ZM1.49,5H4V15H2.53ZM7,15H5V5H7Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</button>
@ -10431,6 +10433,7 @@ exports[`renders <List instances selected=all allowedActions /> without throwing
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
background: rgb(250,250,250);
}
.c2 {
@ -10696,7 +10699,7 @@ exports[`renders <List instances selected=all allowedActions /> without throwing
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -10838,7 +10841,7 @@ exports[`renders <List instances selected=all allowedActions /> without throwing
color: rgb(189,189,189);
font-weight: 500;
border-bottom-width: 0;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
}
@ -11090,11 +11093,11 @@ exports[`renders <List instances selected=all allowedActions /> without throwing
.c16 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: transparent;
border: none;
box-shadow: none;
@ -11110,7 +11113,7 @@ exports[`renders <List instances selected=all allowedActions /> without throwing
.c32 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;
@ -11125,7 +11128,7 @@ exports[`renders <List instances selected=all allowedActions /> without throwing
}
.c34 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
-webkit-text-decoration: none;
text-decoration: none;
font-weight: 600;
@ -11399,7 +11402,7 @@ exports[`renders <List instances selected=all allowedActions /> without throwing
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</th>
@ -11579,7 +11582,7 @@ exports[`renders <List instances selected=all allowedActions /> without throwing
>
<path
d="M2,16a2,2,0,1,0-2-2A2,2,0,0,0,2,16Zm0-6A2,2,0,1,0,0,8,2,2,0,0,0,2,10ZM2,4A2,2,0,1,0,0,2,2,2,0,0,0,2,4Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -11715,7 +11718,7 @@ exports[`renders <List instances selected=all allowedActions /> without throwing
>
<path
d="M2,16a2,2,0,1,0-2-2A2,2,0,0,0,2,16Zm0-6A2,2,0,1,0,0,8,2,2,0,0,0,2,10ZM2,4A2,2,0,1,0,0,2,2,2,0,0,0,2,4Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -11844,7 +11847,7 @@ exports[`renders <List instances selected=all allowedActions /> without throwing
>
<path
d="M2.53,1.68a.81.81,0,0,1,.39.1l8.31,4.48a.84.84,0,0,1,0,1.48L2.92,12.22a.81.81,0,0,1-.39.1.85.85,0,0,1-.85-.85V2.53a.85.85,0,0,1,.85-.85M2.53,0A2.53,2.53,0,0,0,0,2.53v8.94A2.53,2.53,0,0,0,3.72,13.7L12,9.22a2.52,2.52,0,0,0,0-4.44L3.72.3A2.5,2.5,0,0,0,2.53,0Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</button>
@ -11877,7 +11880,7 @@ exports[`renders <List instances selected=all allowedActions /> without throwing
>
<path
d="M2.53,1.68a.81.81,0,0,1,.39.1l8.31,4.48a.84.84,0,0,1,0,1.48L2.92,12.22a.81.81,0,0,1-.39.1.85.85,0,0,1-.85-.85V2.53a.85.85,0,0,1,.85-.85M2.53,0A2.53,2.53,0,0,0,0,2.53v8.94A2.53,2.53,0,0,0,3.72,13.7L12,9.22a2.52,2.52,0,0,0,0-4.44L3.72.3A2.5,2.5,0,0,0,2.53,0Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
<span>
@ -12087,7 +12090,7 @@ exports[`renders <List instances selected=all allowedActions /> without throwing
>
<path
d="M2.67,0V1.5H0V3H12V1.5H9.33V0ZM0,4,1.33,16h9.34L12,4ZM8,5h2.51l-1,10H8ZM1.49,5H4V15H2.53ZM7,15H5V5H7Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</button>
@ -12199,7 +12202,7 @@ exports[`renders <List loading /> without throwing 1`] = `
}
.c19 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;

View File

@ -180,7 +180,7 @@ exports[`renders <Metadata /> without throwing 1`] = `
}
.c17 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -197,7 +197,7 @@ exports[`renders <Metadata /> without throwing 1`] = `
.c17 + h5,
.c17 + div,
.c17 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c7 {
@ -298,7 +298,7 @@ exports[`renders <Metadata /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -1026,7 +1026,7 @@ exports[`renders <Metadata addOpen /> without throwing 1`] = `
}
.c39 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -1043,11 +1043,11 @@ exports[`renders <Metadata addOpen /> without throwing 1`] = `
.c39 + h5,
.c39 + div,
.c39 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c23 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -1182,7 +1182,7 @@ exports[`renders <Metadata addOpen /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -1205,7 +1205,7 @@ exports[`renders <Metadata addOpen /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -1245,7 +1245,7 @@ exports[`renders <Metadata addOpen /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -1303,7 +1303,7 @@ exports[`renders <Metadata addOpen /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -1386,7 +1386,7 @@ exports[`renders <Metadata addOpen /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -1447,7 +1447,7 @@ exports[`renders <Metadata addOpen /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -1503,19 +1503,19 @@ exports[`renders <Metadata addOpen /> without throwing 1`] = `
}
.c31:disabled {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c31:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c31:disabled::-moz-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c31:disabled:-ms-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c18 {
@ -1929,7 +1929,7 @@ exports[`renders <Metadata error /> without throwing 1`] = `
}
.c21 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -2075,7 +2075,7 @@ exports[`renders <Metadata error /> without throwing 1`] = `
}
.c22 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -2092,11 +2092,11 @@ exports[`renders <Metadata error /> without throwing 1`] = `
.c22 + h5,
.c22 + div,
.c22 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c20 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -2227,7 +2227,7 @@ exports[`renders <Metadata error /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -2480,7 +2480,7 @@ exports[`renders <Metadata loading /> without throwing 1`] = `
}
.c18 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -3743,7 +3743,7 @@ exports[`renders <Metadata metadata /> without throwing 1`] = `
}
.c17 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -3760,7 +3760,7 @@ exports[`renders <Metadata metadata /> without throwing 1`] = `
.c17 + h5,
.c17 + div,
.c17 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c7 {
@ -3878,7 +3878,7 @@ exports[`renders <Metadata metadata /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -3901,7 +3901,7 @@ exports[`renders <Metadata metadata /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -3945,7 +3945,7 @@ exports[`renders <Metadata metadata /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
cursor: pointer;
@ -3986,7 +3986,7 @@ exports[`renders <Metadata metadata /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
cursor: pointer;
@ -4084,7 +4084,7 @@ exports[`renders <Metadata metadata /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -4145,7 +4145,7 @@ exports[`renders <Metadata metadata /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -4201,19 +4201,19 @@ exports[`renders <Metadata metadata /> without throwing 1`] = `
}
.c34:disabled {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c34:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c34:disabled::-moz-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c34:disabled:-ms-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c26 {
@ -4448,7 +4448,7 @@ exports[`renders <Metadata metadata /> without throwing 1`] = `
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -4671,7 +4671,7 @@ exports[`renders <Metadata metadata /> without throwing 1`] = `
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -4894,7 +4894,7 @@ exports[`renders <Metadata metadata /> without throwing 1`] = `
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>

View File

@ -18,7 +18,7 @@ exports[`renders <Networks /> without throwing 1`] = `
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -63,7 +63,7 @@ exports[`renders <Networks /> without throwing 1`] = `
}
.c6 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -80,7 +80,7 @@ exports[`renders <Networks /> without throwing 1`] = `
.c6 + h5,
.c6 + div,
.c6 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c10 {
@ -131,7 +131,7 @@ exports[`renders <Networks /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -488,14 +488,14 @@ exports[`renders <Networks error /> without throwing 1`] = `
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
}
.c12 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -542,7 +542,7 @@ exports[`renders <Networks error /> without throwing 1`] = `
}
.c6 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -559,11 +559,11 @@ exports[`renders <Networks error /> without throwing 1`] = `
.c6 + h5,
.c6 + div,
.c6 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c11 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -738,14 +738,14 @@ exports[`renders <Networks loading /> without throwing 1`] = `
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
}
.c11 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -827,7 +827,7 @@ exports[`renders <Networks loading /> without throwing 1`] = `
}
.c6 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -844,7 +844,7 @@ exports[`renders <Networks loading /> without throwing 1`] = `
.c6 + h5,
.c6 + div,
.c6 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
@media only screen and (min-width:48em) {
@ -999,7 +999,7 @@ exports[`renders <Networks networks /> without throwing 1`] = `
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -1044,7 +1044,7 @@ exports[`renders <Networks networks /> without throwing 1`] = `
}
.c6 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -1061,11 +1061,11 @@ exports[`renders <Networks networks /> without throwing 1`] = `
.c6 + h5,
.c6 + div,
.c6 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c12 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -1165,7 +1165,7 @@ exports[`renders <Networks networks /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -1188,7 +1188,7 @@ exports[`renders <Networks networks /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
color: rgb(255,255,255);
@ -1231,7 +1231,7 @@ exports[`renders <Networks networks /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
color: rgb(255,255,255);
@ -1292,7 +1292,7 @@ exports[`renders <Networks networks /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -1336,7 +1336,7 @@ exports[`renders <Networks networks /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
cursor: pointer;
@ -1364,7 +1364,7 @@ exports[`renders <Networks networks /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
cursor: pointer;
@ -1407,7 +1407,7 @@ exports[`renders <Networks networks /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
cursor: pointer;
@ -1466,7 +1466,7 @@ exports[`renders <Networks networks /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -1665,7 +1665,7 @@ exports[`renders <Networks networks /> without throwing 1`] = `
>
<path
d="M10,6V4A4,4,0,0,0,2,4V6H2A2,2,0,0,0,0,8v6a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V8A2,2,0,0,0,10,6ZM4,4c0-1.65.35-2,2-2s2,.35,2,2V6H4Zm6,9a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V9A1,1,0,0,1,3,8H9a1,1,0,0,1,1,1ZM6,13H6a1,1,0,0,1-1-1V10A1,1,0,0,1,6,9H6a1,1,0,0,1,1,1v2A1,1,0,0,1,6,13Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -1705,7 +1705,7 @@ exports[`renders <Networks networks /> without throwing 1`] = `
>
<path
d="M16.2,6.61a17.42,17.42,0,0,0-3.37-.26,11.67,11.67,0,0,1-.47-4A15.72,15.72,0,0,1,16,2.59l.2-1a16,16,0,0,0-3.77-.24A11,11,0,0,1,12.59.2l-1-.2a14.09,14.09,0,0,0-.2,1.46A8.44,8.44,0,0,0,7.82,2.68c-.15.1-.31.19-.47.28A15.07,15.07,0,0,1,7.59.2l-1-.2a16.37,16.37,0,0,0-.26,3.37,11.66,11.66,0,0,1-4,.46A15.6,15.6,0,0,1,2.59.2l-1-.2a16.29,16.29,0,0,0-.25,3.77C.67,3.7.21,3.61.2,3.61l-.2,1c.07,0,.63.12,1.46.19a8.48,8.48,0,0,0,1.22,3.6A5.3,5.3,0,0,1,3,8.85,17.52,17.52,0,0,1,.2,8.61l-.2,1a16.66,16.66,0,0,0,3,.26h.4a11.71,11.71,0,0,1,.46,4A17,17,0,0,1,.2,13.61l-.2,1a16.66,16.66,0,0,0,3,.26l.8,0c-.07.7-.16,1.16-.16,1.17l1,.2c0-.07.12-.63.19-1.46a8.49,8.49,0,0,0,3.6-1.23c.15-.1.3-.18.46-.27A16.88,16.88,0,0,1,8.61,16l1,.2a17,17,0,0,0,.25-3.37,11.73,11.73,0,0,1,4-.47A17.13,17.13,0,0,1,13.61,16l1,.2a17.28,17.28,0,0,0,.24-3.77,11,11,0,0,1,1.17.16l.2-1a14.09,14.09,0,0,0-1.46-.2,8.45,8.45,0,0,0-1.23-3.59c-.1-.15-.18-.31-.27-.47A15.07,15.07,0,0,1,16,7.59ZM8.38,3.51a7.26,7.26,0,0,1,3-1,13.17,13.17,0,0,0,.44,3.93,9.35,9.35,0,0,0-3.51,1A8.4,8.4,0,0,1,7.39,4,6.75,6.75,0,0,0,8.38,3.51ZM2.48,4.84H3a12.4,12.4,0,0,0,3.44-.44,9.35,9.35,0,0,0,1,3.51A8.38,8.38,0,0,1,4,8.8a6.18,6.18,0,0,0-.53-1A7.36,7.36,0,0,1,2.48,4.84Zm5.34,7.84a7.22,7.22,0,0,1-3,1A12.61,12.61,0,0,0,4.4,9.78a9,9,0,0,0,3.52-1,8.43,8.43,0,0,1,.88,3.37A7.11,7.11,0,0,0,7.82,12.68Zm5.9-1.33a13.23,13.23,0,0,0-3.94.44,9,9,0,0,0-1-3.51,8.44,8.44,0,0,1,3.38-.89,6.69,6.69,0,0,0,.52,1A7.13,7.13,0,0,1,13.72,11.35Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -1758,28 +1758,28 @@ exports[`renders <Networks networks /> without throwing 1`] = `
<g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1105 -974)"
xlinkHref="#c"
/>
</g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1111 -974)"
xlinkHref="#c"
/>
</g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1117 -974)"
xlinkHref="#c"
/>
</g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1105 -968)"
xlinkHref="#c"
/>
@ -1787,7 +1787,7 @@ exports[`renders <Networks networks /> without throwing 1`] = `
<g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1111 -968)"
xlinkHref="#d"
/>
@ -1796,7 +1796,7 @@ exports[`renders <Networks networks /> without throwing 1`] = `
<g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1117 -968)"
xlinkHref="#d"
/>
@ -1805,7 +1805,7 @@ exports[`renders <Networks networks /> without throwing 1`] = `
<g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1105 -962)"
xlinkHref="#d"
/>
@ -1814,7 +1814,7 @@ exports[`renders <Networks networks /> without throwing 1`] = `
<g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1111 -962)"
xlinkHref="#d"
/>
@ -1823,7 +1823,7 @@ exports[`renders <Networks networks /> without throwing 1`] = `
<g>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="translate(1117 -962)"
xlinkHref="#d"
/>
@ -1906,7 +1906,7 @@ exports[`renders <Networks networks /> without throwing 1`] = `
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -1962,7 +1962,7 @@ exports[`renders <Networks networks /> without throwing 1`] = `
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2059,7 +2059,7 @@ exports[`renders <Networks networks /> without throwing 1`] = `
>
<path
d="M10,6V4A4,4,0,0,0,2,4V6H2A2,2,0,0,0,0,8v6a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V8A2,2,0,0,0,10,6ZM4,4c0-1.65.35-2,2-2s2,.35,2,2V6H4Zm6,9a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V9A1,1,0,0,1,3,8H9a1,1,0,0,1,1,1ZM6,13H6a1,1,0,0,1-1-1V10A1,1,0,0,1,6,9H6a1,1,0,0,1,1,1v2A1,1,0,0,1,6,13Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2099,7 +2099,7 @@ exports[`renders <Networks networks /> without throwing 1`] = `
>
<path
d="M0,0V13H9V0ZM7,11H2V2H7ZM3,4H6V3H3ZM3,6H6V5H3ZM3,8H6V7H3Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>

View File

@ -27,7 +27,7 @@ exports[`renders <Summary /> without throwing 1`] = `
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -193,7 +193,7 @@ exports[`renders <Summary loading /> without throwing 1`] = `
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -359,7 +359,7 @@ exports[`renders <Summary loadingError /> without throwing 1`] = `
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -525,7 +525,7 @@ exports[`renders <Summary mutationError /> without throwing 1`] = `
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -541,7 +541,7 @@ exports[`renders <Summary mutationError /> without throwing 1`] = `
}
.c10 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -608,7 +608,7 @@ exports[`renders <Summary mutationError /> without throwing 1`] = `
}
.c9 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -755,7 +755,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
}
.c5 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -1979,7 +1979,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
}
.c8 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.875rem;
font-size: 1.5rem;
@ -2022,7 +2022,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -2044,7 +2044,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -2080,7 +2080,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -2134,19 +2134,19 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
}
.c37:disabled {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c37:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c37:disabled::-moz-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c37:disabled:-ms-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c36 {
@ -2508,7 +2508,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
>
<path
d="M12.83,8v6h-9V8h9m0-1h-9a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V8a1,1,0,0,0-1-1Zm-7,5.5v-3a.5.5,0,0,0-.5-.5h0a.5.5,0,0,0-.5.5v3a.5.5,0,0,0,.5.5h0A.5.5,0,0,0,5.83,12.5Zm2,0v-3a.5.5,0,0,0-.5-.5h0a.5.5,0,0,0-.5.5v3a.5.5,0,0,0,.5.5h0A.5.5,0,0,0,7.83,12.5Zm2,0v-3a.5.5,0,0,0-.5-.5h0a.5.5,0,0,0-.5.5v3a.5.5,0,0,0,.5.5h0A.5.5,0,0,0,9.83,12.5Zm2,0v-3a.5.5,0,0,0-.5-.5h0a.5.5,0,0,0-.5.5v3a.5.5,0,0,0,.5.5h0A.5.5,0,0,0,11.83,12.5Zm3.73-8.06L12.22,1.11,11.11,0h-10A1.11,1.11,0,0,0,0,1.11V18.89A1.11,1.11,0,0,0,1.11,20H15.56a1.11,1.11,0,0,0,1.11-1.11V5.56ZM14.83,5h-3V2Zm-13,13V2h9V6h4V18Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2610,7 +2610,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
>
<path
d="M10.75,1.75a1.5,1.5,0,0,1,1.5,1.5v7.5a1.5,1.5,0,0,1-1.5,1.5H3.25a1.5,1.5,0,0,1-1.5-1.5V3.25a1.5,1.5,0,0,1,1.5-1.5h7.5m0-1.75H3.25A3.26,3.26,0,0,0,0,3.25v7.5A3.26,3.26,0,0,0,3.25,14h7.5A3.26,3.26,0,0,0,14,10.75V3.25A3.26,3.26,0,0,0,10.75,0Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</button>
@ -2643,7 +2643,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
>
<path
d="M10.75,1.75a1.5,1.5,0,0,1,1.5,1.5v7.5a1.5,1.5,0,0,1-1.5,1.5H3.25a1.5,1.5,0,0,1-1.5-1.5V3.25a1.5,1.5,0,0,1,1.5-1.5h7.5m0-1.75H3.25A3.26,3.26,0,0,0,0,3.25v7.5A3.26,3.26,0,0,0,3.25,14h7.5A3.26,3.26,0,0,0,14,10.75V3.25A3.26,3.26,0,0,0,10.75,0Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
<span>
@ -2684,7 +2684,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="matrix(0.866025 0.5 -0.5 0.866025 -17988.7 18577.9)"
xlinkHref="#f"
/>
@ -2733,7 +2733,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="matrix(0.866025 0.5 -0.5 0.866025 -17988.7 18577.9)"
xlinkHref="#f"
/>
@ -2883,7 +2883,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2938,7 +2938,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -2993,7 +2993,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -3048,7 +3048,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -3103,7 +3103,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -3158,7 +3158,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -3213,7 +3213,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -3268,7 +3268,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -3323,7 +3323,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -4423,7 +4423,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
}
.c8 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.875rem;
font-size: 1.5rem;
@ -4466,7 +4466,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -4488,7 +4488,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -4524,7 +4524,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -4578,19 +4578,19 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
}
.c37:disabled {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c37:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c37:disabled::-moz-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c37:disabled:-ms-input-placeholder {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
}
.c36 {
@ -4952,7 +4952,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
>
<path
d="M12.83,8v6h-9V8h9m0-1h-9a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V8a1,1,0,0,0-1-1Zm-7,5.5v-3a.5.5,0,0,0-.5-.5h0a.5.5,0,0,0-.5.5v3a.5.5,0,0,0,.5.5h0A.5.5,0,0,0,5.83,12.5Zm2,0v-3a.5.5,0,0,0-.5-.5h0a.5.5,0,0,0-.5.5v3a.5.5,0,0,0,.5.5h0A.5.5,0,0,0,7.83,12.5Zm2,0v-3a.5.5,0,0,0-.5-.5h0a.5.5,0,0,0-.5.5v3a.5.5,0,0,0,.5.5h0A.5.5,0,0,0,9.83,12.5Zm2,0v-3a.5.5,0,0,0-.5-.5h0a.5.5,0,0,0-.5.5v3a.5.5,0,0,0,.5.5h0A.5.5,0,0,0,11.83,12.5Zm3.73-8.06L12.22,1.11,11.11,0h-10A1.11,1.11,0,0,0,0,1.11V18.89A1.11,1.11,0,0,0,1.11,20H15.56a1.11,1.11,0,0,0,1.11-1.11V5.56ZM14.83,5h-3V2Zm-13,13V2h9V6h4V18Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -5054,7 +5054,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
>
<path
d="M10.75,1.75a1.5,1.5,0,0,1,1.5,1.5v7.5a1.5,1.5,0,0,1-1.5,1.5H3.25a1.5,1.5,0,0,1-1.5-1.5V3.25a1.5,1.5,0,0,1,1.5-1.5h7.5m0-1.75H3.25A3.26,3.26,0,0,0,0,3.25v7.5A3.26,3.26,0,0,0,3.25,14h7.5A3.26,3.26,0,0,0,14,10.75V3.25A3.26,3.26,0,0,0,10.75,0Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</button>
@ -5087,7 +5087,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
>
<path
d="M10.75,1.75a1.5,1.5,0,0,1,1.5,1.5v7.5a1.5,1.5,0,0,1-1.5,1.5H3.25a1.5,1.5,0,0,1-1.5-1.5V3.25a1.5,1.5,0,0,1,1.5-1.5h7.5m0-1.75H3.25A3.26,3.26,0,0,0,0,3.25v7.5A3.26,3.26,0,0,0,3.25,14h7.5A3.26,3.26,0,0,0,14,10.75V3.25A3.26,3.26,0,0,0,10.75,0Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
<span>
@ -5128,7 +5128,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="matrix(0.866025 0.5 -0.5 0.866025 -17988.7 18577.9)"
xlinkHref="#f"
/>
@ -5177,7 +5177,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
>
<g>
<use
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
transform="matrix(0.866025 0.5 -0.5 0.866025 -17988.7 18577.9)"
xlinkHref="#f"
/>
@ -5327,7 +5327,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -5382,7 +5382,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -5437,7 +5437,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -5492,7 +5492,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -5547,7 +5547,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -5602,7 +5602,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -5657,7 +5657,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -5712,7 +5712,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -5767,7 +5767,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
>
<path
d="M5,12l2-2v9H8V10l2,2,1-1L7.5,8,4,11ZM11,1h2a2.15,2.15,0,0,1,2,2V16a2.15,2.15,0,0,1-2,2H10V16h3V3H11V5H4V3H2V16H5v2H2a2.15,2.15,0,0,1-2-2V3A2.15,2.15,0,0,1,2,1H4V0h7ZM9,2H6V3H9V2Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>

View File

@ -181,7 +181,7 @@ exports[`renders <Tags /> without throwing 1`] = `
}
.c17 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -198,7 +198,7 @@ exports[`renders <Tags /> without throwing 1`] = `
.c17 + h5,
.c17 + div,
.c17 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c7 {
@ -299,7 +299,7 @@ exports[`renders <Tags /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -1030,7 +1030,7 @@ exports[`renders <Tags addOpen /> without throwing 1`] = `
}
.c39 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -1047,11 +1047,11 @@ exports[`renders <Tags addOpen /> without throwing 1`] = `
.c39 + h5,
.c39 + div,
.c39 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c23 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -1249,7 +1249,7 @@ exports[`renders <Tags addOpen /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -1272,7 +1272,7 @@ exports[`renders <Tags addOpen /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -1312,7 +1312,7 @@ exports[`renders <Tags addOpen /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
min-height: auto;
@ -1370,7 +1370,7 @@ exports[`renders <Tags addOpen /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -1453,7 +1453,7 @@ exports[`renders <Tags addOpen /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -2062,7 +2062,7 @@ exports[`renders <Tags editable /> without throwing 1`] = `
}
.c17 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -2079,7 +2079,7 @@ exports[`renders <Tags editable /> without throwing 1`] = `
.c17 + h5,
.c17 + div,
.c17 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c7 {
@ -2180,7 +2180,7 @@ exports[`renders <Tags editable /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -2933,7 +2933,7 @@ exports[`renders <Tags editing /> without throwing 1`] = `
}
.c39 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -2950,7 +2950,7 @@ exports[`renders <Tags editing /> without throwing 1`] = `
.c39 + h5,
.c39 + div,
.c39 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c7 {
@ -3131,7 +3131,7 @@ exports[`renders <Tags editing /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -3154,7 +3154,7 @@ exports[`renders <Tags editing /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -3198,7 +3198,7 @@ exports[`renders <Tags editing /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
cursor: pointer;
@ -3239,7 +3239,7 @@ exports[`renders <Tags editing /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
cursor: pointer;
@ -3337,7 +3337,7 @@ exports[`renders <Tags editing /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -3618,7 +3618,7 @@ exports[`renders <Tags editing /> without throwing 1`] = `
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -4449,7 +4449,7 @@ exports[`renders <Tags editing.removing /> without throwing 1`] = `
}
.c43 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -4466,7 +4466,7 @@ exports[`renders <Tags editing.removing /> without throwing 1`] = `
.c43 + h5,
.c43 + div,
.c43 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c7 {
@ -4647,7 +4647,7 @@ exports[`renders <Tags editing.removing /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);
@ -4670,7 +4670,7 @@ exports[`renders <Tags editing.removing /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-sizing: border-box;
@ -4714,7 +4714,7 @@ exports[`renders <Tags editing.removing /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
cursor: pointer;
@ -4755,7 +4755,7 @@ exports[`renders <Tags editing.removing /> without throwing 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
cursor: pointer;
@ -4853,7 +4853,7 @@ exports[`renders <Tags editing.removing /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -5134,7 +5134,7 @@ exports[`renders <Tags editing.removing /> without throwing 1`] = `
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
fill="rgb(73, 73, 73)"
/>
</svg>
</div>
@ -5507,7 +5507,7 @@ exports[`renders <Tags error /> without throwing 1`] = `
}
.c17 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -5524,7 +5524,7 @@ exports[`renders <Tags error /> without throwing 1`] = `
.c17 + h5,
.c17 + div,
.c17 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c7 {
@ -5625,7 +5625,7 @@ exports[`renders <Tags error /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -5869,7 +5869,7 @@ exports[`renders <Tags loading /> without throwing 1`] = `
}
.c18 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -6515,7 +6515,7 @@ exports[`renders <Tags tags /> without throwing 1`] = `
}
.c17 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -6532,7 +6532,7 @@ exports[`renders <Tags tags /> without throwing 1`] = `
.c17 + h5,
.c17 + div,
.c17 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
.c7 {
@ -6633,7 +6633,7 @@ exports[`renders <Tags tags /> without throwing 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -6703,7 +6703,7 @@ exports[`renders <Tags tags /> without throwing 1`] = `
.c21 {
border: 0.0625rem solid rgb(216,216,216);
box-sizing: border-box;
border-radius: 0.1875rem;
border-radius: 0.125rem;
font-size: 0.8125rem;
line-height: 1.125rem;
padding: 0.3125rem 0.75rem;
@ -6711,14 +6711,14 @@ exports[`renders <Tags tags /> without throwing 1`] = `
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-webkit-flex-grow: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.c18 {

View File

@ -50,7 +50,7 @@ exports[`renders <Breadcrumb /> without throwing 1`] = `
}
.c7 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -269,7 +269,7 @@ exports[`renders <Breadcrumb match /> without throwing 1`] = `
}
.c7 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;

View File

@ -2,7 +2,7 @@
exports[`Breadcrumb Default Breadcrumb 1`] = `
.c7 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -277,7 +277,7 @@ exports[`Breadcrumb Default Breadcrumb 1`] = `
exports[`Breadcrumb Default Item 1`] = `
.c1 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;

View File

@ -0,0 +1,86 @@
#### Icon Button
Icon buttons are to be used to illustrate important actions and for when we are redirecting users to seperate services such as Github.
```jsx
// Name: Example
const React = require('react');
const { default: Button } = require('./');
const { StartIcon } = require('../');
<Button
type="button"
secondary
bold
icon
>
<StartIcon />
<span>Start</span>
</Button>
```
#### Delete Button
The delete button is basically an icon button, however it is coloured red to display the destructive nature of the action.
```jsx
// Name: Active
const React = require('react');
const { default: Button } = require('./');
const { DeleteIcon } = require('../');
<Button
type="button"
secondary
bold
icon
error
>
<DeleteIcon fill="rgb(210, 67, 58)"/>
<span>Remove</span>
</Button>
// Tab: Disabled
const React = require('react');
const { default: Button } = require('./');
const { DeleteIcon } = require('../');
<Button
type="button"
secondary
disabled
bold
icon
error
>
<DeleteIcon />
<span>Remove</span>
</Button>
```
#### Toggle Switch
Toggle switch is to be used when users have the choice to turn a service or feature on or off.
```jsx
// Name: Active
const React = require('react');
const { default: FormGroup } = require('../form/group');
const { default: Toggle } = require('../form/toggle');
<FormGroup name="who-killed-1">
<Toggle value="video">Activate</Toggle>
</FormGroup>
// Tab: Disabled
const React = require('react');
const { default: FormGroup } = require('../form/group');
const { default: Toggle } = require('../form/toggle');
<FormGroup name="who-killed-2" disabled>
<Toggle value="video" disabled>
Activate
</Toggle>
</FormGroup>
```

View File

@ -18,7 +18,7 @@ exports[`Card Card With Header 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -40,7 +40,7 @@ exports[`Card Card With Header 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
color: rgb(255,255,255);
@ -99,7 +99,7 @@ exports[`Card Default Card 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
}
@ -131,12 +131,12 @@ exports[`Card Disabled Card 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
border-color: rgb(216,216,216);
background-color: rgb(250,250,250);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
cursor: default;
}
@ -167,7 +167,7 @@ exports[`Card Secondary Card 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
color: rgb(255,255,255);
@ -202,7 +202,7 @@ exports[`Card Shadow Card 1`] = `
border-style: solid;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
border-color: rgb(216,216,216);
box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05);

View File

@ -1,4 +1,4 @@
#### Container
#### Basic Card
```jsx
const React = require('react');
@ -10,7 +10,7 @@ const { default: Card } = require('.');
</Card>;
```
#### Card Header
#### Simple Card Header
```jsx
const React = require('react');
@ -34,7 +34,7 @@ const { Actions } = require('../icons');
</Card>;
```
### Inactive/Disabled Card Header
#### Inactive Card
```jsx
const React = require('react');
@ -58,7 +58,7 @@ const { Actions } = require('../icons');
</Card>;
```
### Listed Cards
#### Display-Only Listed Card
```jsx
const React = require('react');
@ -306,7 +306,7 @@ const { Fragment } = React;
</Fragment>;
```
### Select Cards
#### Select Card
```jsx
const React = require('react');

View File

@ -2,6 +2,7 @@
exports[`renders <Footer/> without throwing 1`] = `
.c0 {
background: rgb(250,250,250);
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;

View File

@ -3,6 +3,7 @@ import styled from 'styled-components';
import remcalc from 'remcalc';
const List = styled.ul`
background: ${props => props.theme.background};
display: flex;
list-style: none;
padding: ${remcalc(12)} ${remcalc(18)};

View File

@ -11,6 +11,7 @@ const Container = ViewContainer.extend`
flex-wrap: nowrap;
align-content: stretch;
align-items: stretch;
background: ${props => props.theme.background};
`;
const Footer = styled.div`

View File

@ -0,0 +1,55 @@
#### Quick Action Toast
Quick Action Toasts are used to show contextually relevent commands and actions and should stick to the bottom of the page when they are active.
```jsx
// Name: Active
const React = require('react');
const { StickyFooter, StartIcon, Button, StopIcon, ResetIcon, DeleteIcon } = require('../');
const { Row, Col } = require('joyent-react-styled-flexboxgrid');
<div style={{position: 'relative', height: 100}}>
<StickyFooter bottom>
<Row between="xs" middle="xs">
<Col xs={7}>
<Button
type="button"
secondary
icon
>
<StartIcon />
<span>Start</span>
</Button>
<Button
type="button"
secondary
icon
>
<StopIcon />
<span>Stop</span>
</Button>
<Button
type="button"
secondary
icon
>
<ResetIcon />
<span>Reboot</span>
</Button>
</Col>
<Col xs={5}>
<Button
type="button"
error
secondary
right
icon
>
<DeleteIcon fill="#D2433A"/>
<span>Remove</span>
</Button>
</Col>
</Row>
</StickyFooter>
</div>
```

View File

@ -323,7 +323,7 @@ exports[`Form Input 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -492,7 +492,7 @@ exports[`Form Radio 1`] = `
width: 0.375rem;
height: 0.375rem;
border-radius: 50%;
background-color: rgba(73,73,73,1);
background-color: rgb(73,73,73);
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
@ -624,7 +624,7 @@ exports[`Form Select 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
@ -728,7 +728,7 @@ exports[`Form Textarea 1`] = `
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;

View File

@ -1,23 +0,0 @@
```jsx
const React = require('react');
const { default: FormGroup } = require('./group');
const { default: Toggle } = require('./toggle');
<FormGroup name="who-killed-1">
<Toggle value="video">Video</Toggle>
</FormGroup>;
```
#### Toggle > Disabled
```jsx
const React = require('react');
const { default: FormGroup } = require('./group');
const { default: Toggle } = require('./toggle');
<FormGroup name="who-killed-2" disabled>
<Toggle value="video" disabled>
Video
</Toggle>
</FormGroup>;
```

View File

@ -0,0 +1,13 @@
#### Baseline & Spacing
Most of the horizontal spacing between different elements and components is derived from 6 px. For example, the most common horizontal distance between elements of a component or components is 18 px. Another, less frequent, measurement is 12 px. The choice between 6, 12 or 18 px is based on visual and functional proximity of objects.
```jsx noeditor
const baseline = require('./baseline.svg');
<img style={{
maxWidth: '100%',
marginTop: 22,
marginBottom: 40
}} src={baseline} />
```

View File

@ -0,0 +1,36 @@
#### Large Grid
```jsx noeditor
const big = require('./big.svg');
<img style={{
maxWidth: '100%',
marginTop: 22,
marginBottom: 40
}} src={big} />
```
#### Medium Grid
```jsx noeditor
const medium = require('./medium.svg');
<img style={{
maxWidth: '100%',
marginTop: 22,
marginBottom: 40
}} src={medium} />
```
#### Small Grid
```jsx noeditor
const small = require('./small.svg');
<img style={{
maxWidth: '100%',
marginTop: 22,
marginBottom: 40
}} src={small} />
```

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 216 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 22 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -2,7 +2,7 @@
exports[`Message Description 1`] = `
.c0 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -19,7 +19,7 @@ exports[`Message Description 1`] = `
exports[`Message Message 1`] = `
.c3 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -52,7 +52,7 @@ exports[`Message Message 1`] = `
}
.c4 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -85,7 +85,7 @@ exports[`Message Message 1`] = `
exports[`Message Message Error 1`] = `
.c3 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -119,7 +119,7 @@ exports[`Message Message Error 1`] = `
}
.c4 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -152,7 +152,7 @@ exports[`Message Message Error 1`] = `
exports[`Message Message Warning 1`] = `
.c3 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -186,7 +186,7 @@ exports[`Message Message Warning 1`] = `
}
.c4 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -219,7 +219,7 @@ exports[`Message Message Warning 1`] = `
exports[`Message Title 1`] = `
.c0 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;

View File

@ -0,0 +1,32 @@
#### Breadcrumb
```jsx
// Name: Active
const React = require('react');
const { Breadcrumb, BreadcrumbItem, Anchor } = require('./index.js');
<Breadcrumb>
<BreadcrumbItem>Home</BreadcrumbItem>
<BreadcrumbItem>
<Anchor href="https://joyent.com">Warp Records Blog</Anchor>
</BreadcrumbItem>
<BreadcrumbItem>
<Anchor href="https://joyent.com">Services</Anchor>
</BreadcrumbItem>
<BreadcrumbItem>
<Anchor href="https://joyent.com">Ngnix</Anchor>
</BreadcrumbItem>
</Breadcrumb>;
```
#### Footer
```jsx
// Name: Active
const React = require('react');
const { Footer } = require('./');
<div style={{position: 'relative', height: 100}}>
<Footer />
</div>
```

View File

@ -55,7 +55,7 @@ Array [
border: 0.0625rem solid rgb(216,216,216);
padding: 0.9375rem 1.125rem 0.1875rem 1.125rem;
background: rgb(255,255,255);
color: rgba(73,73,73,1);
color: rgb(73,73,73);
-webkit-text-fill-color: currentcolor;
z-index: 999;
border-radius: 0.25rem;

View File

@ -20,17 +20,8 @@ const { default: SectionList } = require('./');
<SectionListItem>
<Anchor>User Scripts</Anchor>
</SectionListItem>
<SectionListItem>
<Anchor>Networks</Anchor>
</SectionListItem>
<SectionListItem>
<Anchor>Firewall</Anchor>
</SectionListItem>
<SectionListItem>
<Anchor>Affinity</Anchor>
</SectionListItem>
<SectionListItem>
<Anchor>Snapshots</Anchor>
</SectionListItem>
</SectionList>;
```

View File

@ -55,7 +55,7 @@ exports[`StatusLoader StatusLoader 1`] = `
}
.c4 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;

View File

@ -1,24 +1,13 @@
import React from 'react';
import React, { Fragment } from 'react';
import styled, { keyframes } from 'styled-components';
import remcalc from 'remcalc';
import { Card, H2, P } from '../';
import { P, H4 } from '../';
const chevron =
'data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOSA2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJ0cmFuc2Zvcm06IHJvdGF0ZSgwZGVnKTsiIGNsYXNzPSJiYXNlbGluZS1idFRncEsgaGltUHhaIj48cGF0aCBmaWxsPSJyZ2JhKDczLCA3MywgNzMsIDEpIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05IDEuMzg2TDcuNjQ4IDAgNC41IDMuMjI4IDEuMzUyIDAgMCAxLjM4NiA0LjUgNnoiPjwvcGF0aD48L3N2Zz4=';
const CardStyled = styled(Card)`
margin-bottom: ${remcalc(36)};
`;
const Header = styled.header`
background: ${props => props.theme.primary};
padding: ${remcalc(48)} ${remcalc(60)};
position: relative;
`;
const Main = styled.div`
padding: ${remcalc(48)} ${remcalc(60)};
h4[class*='rsg--heading'] {
margin: 0;
line-height: ${remcalc(26)};
@ -102,17 +91,17 @@ export default ({
tabBody
}) => {
return (
<CardStyled id={name.toLowerCase()}>
<Header>
<H2 white>{heading.props.children}</H2>
<Fragment>
<header>
<H4 white>{heading.props.children}</H4>
{description &&
description.props && <P white>{description.props.text}</P>}
</Header>
</header>
<Main>
<Props>{tabButtons}</Props>
<Wrapper>{tabBody}</Wrapper>
<Content>{examples}</Content>
</Main>
</CardStyled>
</Fragment>
);
};

View File

@ -1,9 +1,9 @@
import React from 'react';
import React, { Fragment } from 'react';
import styled from 'styled-components';
import { Card, H2, P } from '../';
import { Card, H2, P, H4 } from '../';
import remcalc from 'remcalc';
const CardStyled = styled(Card)`
const CardStyled = styled(Card) `
margin-bottom: ${remcalc(36)};
`;
@ -30,22 +30,33 @@ const Main = styled.div`
export default allProps => {
const { name, content, components, sections, depth, description } = allProps;
const Tag = depth === 2 ? CardStyled : 'div';
const TagMain = depth === 2 ? Main : 'div';
if (depth === 1) {
return (
<CardStyled id={name.replace(/\s+/g, '-').toLowerCase()}>
<Header>
<H2 white>{name}</H2>
{description ? <P white>{description}</P> : null }
</Header>
<Main>
{content}
{components}
{sections}
</Main>
</CardStyled>
)
}
return (
<Tag id={name.replace(/\s+/g, '-').toLowerCase()}>
{name &&
depth !== 1 && (
<Header>
<H2 white>{name}</H2>
{description && <P white>{description}</P>}
</Header>
)}
<TagMain>
<Fragment>
<header>
<H4 white>{name}</H4>
{description ? <P white>{description}</P> : null}
</header>
<div>
{content}
{components}
{sections}
</TagMain>
</Tag>
);
</div>
</Fragment>
)
};

View File

@ -24,6 +24,11 @@ const Header = styled(H3)`
margin-top: ${remcalc(12)};
`;
const Link = styled.a`
color: #979797;
text-decoration: none;
`
export default ({ children: { props } }) => {
const items = props.items.filter(item => item.name);
@ -35,7 +40,7 @@ export default ({ children: { props } }) => {
<List>
{items.map(({ heading, name, slug, content }) => (
<li key={name}>
<Header>{name}</Header>
<Header><Link href={`/#${slug}`}>{name}</Link></Header>
{content}
</li>
))}

View File

@ -1,6 +1,7 @@
#### Table Header
```jsx
// Name: Active
const React = require('react');
const { FormGroup, Checkbox } = require('../form');
const { default: Table, Thead, Tr, Th, Tbody } = require('./');
@ -32,6 +33,7 @@ const { default: Table, Thead, Tr, Th, Tbody } = require('./');
#### Table Footer
```jsx
// Name: Active
const React = require('react');
const { FormGroup, Checkbox } = require('../form');
const { default: Table, Tfoot, Tr, Th } = require('./');
@ -91,9 +93,91 @@ const { default: Table, Tfoot, Tr, Th } = require('./');
</Table>;
```
#### Empty Table
```jsx
// Name: Active
const React = require('react');
const { FormGroup, Checkbox } = require('../form');
const { default: Table, Thead, Tr, Th } = require('./');
const { Card, H3, Button, P } = require('../');
const { Padding, Margin } = require('styled-components-spacing');
const { default: Flex } = require('styled-flex-component');
<div>
<Table>
<Thead>
<Tr>
<Th
style={{ borderTop: '1px solid rgb(216,216,216)' }}
xs="32"
padding="0"
paddingLeft="12"
middle
left
>
<FormGroup style={{ display: 'flex', alignItems: 'center' }}>
<Checkbox noMargin />
</FormGroup>
</Th>
<Th
style={{ borderTop: '1px solid rgb(216,216,216)' }}
sortOrder="asc"
showSort
left
middle
selected
actionable
>
<span>Name </span>
</Th>
<Th
style={{ borderTop: '1px solid rgb(216,216,216)' }}
xs="150"
left
middle
actionable
>
<span>Status </span>
</Th>
<Th
style={{ borderTop: '1px solid rgb(216,216,216)' }}
xs="0"
sm="160"
left
middle
actionable
>
<span>Created </span>
</Th>
<Th
style={{ borderTop: '1px solid rgb(216,216,216)' }}
xs="60"
padding="0"
/>
</Tr>
</Thead>
</Table>
<Card>
<Padding all={5}>
<Flex alignCenter justifyCenter column>
<H3>No instances yet?</H3>
<P center>You havent commissioned any instances yet, but theyre really easy to set up. Click below to get going.</P>
<Margin top={2}>
<Button>Create Instance</Button>
</Margin>
</Flex>
</Padding>
</Card>
</div>
```
#### Multiple Selection List
```jsx
// Name: Active
const React = require('react');
const { FormGroup, Checkbox } = require('../form');
const { default: Table, Thead, Tr, Th, Tbody, Td } = require('./');
@ -169,6 +253,7 @@ const { Dot, Actions } = require('../icons');
#### Single Selection List
```jsx
// Name: Active
const React = require('react');
const { FormGroup, Radio } = require('../form');
const { default: Table, Thead, Tr, Th, Tbody, Td } = require('./');

View File

@ -153,7 +153,7 @@ exports[`Table Thead 1`] = `
exports[`Table Tr 1`] = `
.c0 {
display: table-row;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
background-color: rgb(255,255,255);
box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05);
box-sizing: border-box;

View File

@ -0,0 +1,75 @@
#### Standard Tags
```jsx
// Name: Active
const React = require('react');
const { TagItem, TagList } = require('./');
<TagItem active>Tags:4lyf</TagItem>
// Tab: Normal
const React = require('react');
const { TagItem, TagList } = require('./');
<TagItem>Tags:4lyf</TagItem>
// Tab: Disabled
const React = require('react');
const { TagItem, TagList } = require('./');
<TagItem disabled>Tags:4lyf</TagItem>
// Tab: Error
const React = require('react');
const { TagItem, TagList } = require('./');
<TagItem error>Tags:4lyf</TagItem>
```
#### Deleteable Tags
```jsx
// Name: Active
const React = require('react');
const { TagItem, TagList } = require('./');
const { PlusIcon } = require('../');
const { Margin } = require('styled-components-spacing');
<TagItem active>
Tags:4lyf
<Margin left={1}><PlusIcon /></Margin>
</TagItem>
// Tab: Normal
const React = require('react');
const { TagItem, TagList } = require('./');
const { PlusIcon } = require('../');
const { Margin } = require('styled-components-spacing');
<TagItem>
Tags:4lyf
<Margin left={1}><PlusIcon /></Margin>
</TagItem>
// Tab: Disabled
const React = require('react');
const { TagItem, TagList } = require('./');
const { PlusIcon } = require('../');
const { Margin } = require('styled-components-spacing');
<TagItem disabled>
Tags:4lyf
<Margin left={1}><PlusIcon /></Margin>
</TagItem>
// Tab: Error
const React = require('react');
const { TagItem, TagList } = require('./');
const { PlusIcon } = require('../');
const { Margin } = require('styled-components-spacing');
<TagItem error>
Tags:4lyf
<Margin left={1}><PlusIcon /></Margin>
</TagItem>
```

View File

@ -22,17 +22,24 @@ const Container = styled.div`
const Tag = styled.li`
border: ${remcalc(1)} solid ${props => props.theme.grey};
box-sizing: border-box;
border-radius: ${remcalc(3)};
border-radius: ${remcalc(2)};
font-size: ${remcalc(13)};
line-height: ${remcalc(18)};
padding: ${remcalc(5)} ${remcalc(12)};
display: flex;
flex-grow: 0;
align-items: center;
flex-grow: 1;
${is('disabled') `
background: ${props => props.theme.disabled};
`};
${is('error') `
border: ${remcalc(1)} solid ${props => props.theme.red};
`};
${is('active')`
border: ${remcalc(1)} solid ${props => props.theme.primaryActive};
background: rgba(59, 70, 204, .1)
`};
${is('onClick')`

View File

@ -32,3 +32,38 @@ const styles = {
<Small style={styles}>Libre Franklin Regular - 13px with 18px leading</Small>
</div>;
```
#### Small Type Scale
```jsx
const React = require('react');
const H1 = require('/').H1;
const H2 = require('/').H2;
const H3 = require('/').H3;
const H4 = require('/').H4;
const P = require('/').P;
const Small = require('/').Small;
const styles = {
color: '#979797',
marginBottom: '22px',
display: 'block',
marginTop: '6px',
padding: 0
};
<div>
<H1 small>H1 - Dont say it, shout it</H1>
<Small style={styles}>Libre Franklin Regular - 32px with 45px leading</Small>
<H2 small>H2 - Breadcrumb? More like breadloaf</H2>
<Small style={styles}>Libre Franklin Regular - 21px with 30px leading</Small>
<H3 small>H3 - Your friendly neighborhood workhorse</H3>
<Small style={styles}>Libre Franklin Regular - 18px with 26px leading</Small>
<H4 small>H4 - Body's bigger brother</H4>
<Small style={styles}>Libre Franklin Semibold - 15px with 24px leading</Small>
<P>P - Body copy</P>
<Small style={styles}>Libre Franklin Regular - 15px with 24px leading</Small>
<Small> C - Caption text</Small>
<Small style={styles}>Libre Franklin Regular - 13px with 18px leading</Small>
</div>;
```

View File

@ -0,0 +1,83 @@
#### Default Superscript
The default superscript was intially designed to offer supporting information on the service menu regarding service status. It can used as a typographic ident to support titles and names without the need for iconography.
```jsx
// Name: Example
const React = require('react');
const Sup = require('/').Sup;
const P = require('/').P;
const Small = require('/').Small
const styles = {
color: '#979797',
marginBottom: '22px',
display: 'block',
marginTop: '6px',
padding: 0
};
<div>
<P>
Superscript Example
<Sup>Superscript</Sup>
</P>
<Small style={styles}>Libre Franklin Semi Bold - 8px with 12px leading</Small>
</div>
```
#### Alert Superscript
The Alert variation of superscript is to be used as an excliamation, to announce supporting information that requires action, such as New service or Available now.
```jsx
// Name: Example
const React = require('react');
const Sup = require('/').Sup;
const P = require('/').P;
const Small = require('/').Small
const styles = {
color: '#979797',
marginBottom: '22px',
display: 'block',
marginTop: '6px',
padding: 0
};
<div>
<P>
Superscript Example
<Sup alert>Alert Superscript</Sup>
</P>
<Small style={styles}>Libre Franklin Semi Bold - 8px with 12px leading</Small>
</div>
```
#### Badge Superscript
The badge variation of superscript is for when a specific element of information is repeated numberous times in one page/component. In being more visual, it becomes an ident in information dense areas to allow for clear recognition.
```jsx
// Name: Example
const React = require('react');
const Sup = require('/').Sup;
const P = require('/').P;
const Small = require('/').Small
const styles = {
color: '#979797',
marginBottom: '22px',
display: 'block',
marginTop: '6px',
padding: 0
};
<div>
<P>
Superscript Example
<Sup badge>SSD</Sup>
</P>
<Small style={styles}>Libre Franklin Semi Bold - 8px with 12px leading</Small>
</div>
```

View File

@ -5,7 +5,7 @@ exports[`Button H1 1`] = `
font-size: 2rem;
margin: 0.625rem 0;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-size: 2.25rem;
line-height: 2.8125rem;
font-style: normal;
@ -36,7 +36,7 @@ exports[`Button H1 1`] = `
exports[`Button H2 1`] = `
.c0 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.875rem;
font-size: 1.5rem;
@ -65,7 +65,7 @@ exports[`Button H2 1`] = `
exports[`Button H3 1`] = `
.c0 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.625rem;
font-size: 1.3125rem;
@ -82,7 +82,7 @@ exports[`Button H3 1`] = `
.c0 + h5,
.c0 + div,
.c0 + span {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
<h3
@ -94,7 +94,7 @@ exports[`Button H3 1`] = `
exports[`Button H4 1`] = `
.c0 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: 600;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -123,7 +123,7 @@ exports[`Button H4 1`] = `
exports[`Button H5 1`] = `
.c0 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.5rem;
font-size: 0.9375rem;
@ -152,7 +152,7 @@ exports[`Button H5 1`] = `
exports[`Button H6 1`] = `
.c0 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
font-weight: normal;
line-height: 1.125rem;
font-size: 0.8125rem;
@ -181,7 +181,7 @@ exports[`Button H6 1`] = `
exports[`Button Paragraph 1`] = `
.c0 {
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
@ -198,7 +198,7 @@ exports[`Button Small 1`] = `
.c0 {
font-size: 80%;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
color: rgba(73,73,73,1);
color: rgb(73,73,73);
line-height: 1.125rem;
font-size: 0.8125rem;
padding-bottom: 0.75rem;
@ -214,8 +214,7 @@ exports[`Button Small 1`] = `
exports[`Button Sup 1`] = `
.c0 {
position: absolute;
margin-top: -0.375rem;
border-radius: 0.1875rem;
margin-left: 0.375rem;
font-weight: 600;
line-height: normal;
font-size: 0.5rem;
@ -244,8 +243,7 @@ exports[`Button Sup 1`] = `
exports[`Button Sup badge 1`] = `
.c0 {
position: absolute;
margin-top: -0.375rem;
border-radius: 0.1875rem;
margin-left: 0.375rem;
font-weight: 600;
line-height: normal;
font-size: 0.5rem;
@ -262,6 +260,7 @@ exports[`Button Sup badge 1`] = `
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 0.1875rem;
padding: 0.125rem 0.1875rem;
background: rgb(59,70,204);
color: rgb(255,255,255);

View File

@ -14,20 +14,24 @@ export const H1 = NH1.extend`
font-weight: normal;
margin: 0;
${is('inline')`
${is('inline') `
display: inline-block;
`};
${is('bold')`
${is('small') `
font-size: ${remcalc(32)};
`};
${is('bold') `
font-weight: ${props => props.theme.font.weight.semibold};
`};
${is('white')`
${is('white') `
-webkit-text-fill-color: currentcolor;
color: ${props => props.theme.white}
`};
${isNot('noMargin')`
${isNot('noMargin') `
& + p,
& + small,
& + h1,
@ -50,20 +54,25 @@ export const H2 = styled.h2`
font-size: ${remcalc(24)};
margin: 0;
${is('inline')`
${is('inline') `
display: inline-block;
`};
${is('bold')`
${is('small') `
font-size: ${remcalc(24)};
`};
${is('bold') `
font-weight: ${props => props.theme.font.weight.semibold};
`};
${is('white')`
${is('white') `
-webkit-text-fill-color: currentcolor;
color: ${props => props.theme.white}
`};
${isNot('noMargin')`
${isNot('noMargin') `
& + p,
& + small,
& + h1,
@ -86,20 +95,25 @@ export const H3 = styled.h3`
font-size: ${remcalc(21)};
margin: 0;
${is('inline')`
${is('inline') `
display: inline-block;
`};
${is('bold')`
${is('small') `
font-size: ${remcalc(18)};
`};
${is('bold') `
font-weight: ${props => props.theme.font.weight.semibold};
`};
${is('white')`
${is('white') `
-webkit-text-fill-color: currentcolor;
color: ${props => props.theme.white}
`};
${isNot('noMargin')`
${isNot('noMargin') `
& + p,
& + small,
& + h1,
@ -110,7 +124,7 @@ export const H3 = styled.h3`
& + h5,
& + div,
& + span {
margin-top: ${remcalc(24)};
margin-top: ${remcalc(12)};
}
`};
`;
@ -122,16 +136,16 @@ export const H4 = styled.h4`
font-size: ${remcalc(15)};
margin: 0;
${is('inline')`
${is('inline') `
display: inline-block;
`};
${is('white')`
${is('white') `
-webkit-text-fill-color: currentcolor;
color: ${props => props.theme.white}
`};
${isNot('noMargin')`
${isNot('noMargin') `
& + p,
& + small,
& + h1,
@ -154,20 +168,20 @@ export const H5 = styled.h4`
font-size: ${remcalc(15)};
margin: 0;
${is('inline')`
${is('inline') `
display: inline-block;
`};
${is('bold')`
${is('bold') `
font-weight: ${props => props.theme.font.weight.semibold};
`};
${is('white')`
${is('white') `
-webkit-text-fill-color: currentcolor;
color: ${props => props.theme.white}
`};
${isNot('noMargin')`
${isNot('noMargin') `
& + p,
& + small,
& + h1,
@ -190,20 +204,20 @@ export const H6 = styled.h6`
font-size: ${remcalc(13)};
margin: 0;
${is('inline')`
${is('inline') `
display: inline-block;
`};
${is('bold')`
${is('bold') `
font-weight: ${props => props.theme.font.weight.semibold};
`};
${is('white')`
${is('white') `
-webkit-text-fill-color: currentcolor;
color: ${props => props.theme.white}
`};
${isNot('noMargin')`
${isNot('noMargin') `
& + p,
& + small,
& + h1,

Some files were not shown because too many files have changed in this diff Show More