react-cosmos-ui 7.0.0-beta.1 → 7.0.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -484,6 +484,7 @@
|
|
|
484
484
|
background: ${Do};
|
|
485
485
|
overflow-x: hidden;
|
|
486
486
|
overflow-y: auto;
|
|
487
|
+
color-scheme: light;
|
|
487
488
|
`,pu=Le.div`
|
|
488
489
|
padding: 8px 0;
|
|
489
490
|
`,hu=Le.div`
|
|
@@ -1001,7 +1002,7 @@
|
|
|
1001
1002
|
background: ${Ao};
|
|
1002
1003
|
overflow-x: hidden;
|
|
1003
1004
|
overflow-y: auto;
|
|
1004
|
-
`;function ld(){return e.createElement(ud,null,e.createElement(cd,null,e.createElement(sd,{href:"https://github.com/react-cosmos/react-cosmos/releases",label:"v7.0.0-beta.
|
|
1005
|
+
`;function ld(){return e.createElement(ud,null,e.createElement(cd,null,e.createElement(sd,{href:"https://github.com/react-cosmos/react-cosmos/releases",label:"v7.0.0-beta.2",title:"Releases"}),e.createElement(sd,{icon:e.createElement(Ta,null),href:"https://reactcosmos.org/docs/user-interface",title:"Documentation"}),e.createElement(sd,{icon:e.createElement(Ba,null),href:"https://discord.gg/3X95VgfnW5",title:"Discord"})))}const ud=Le.div`
|
|
1005
1006
|
position: absolute;
|
|
1006
1007
|
top: 0;
|
|
1007
1008
|
bottom: 0;
|
|
@@ -1142,6 +1143,7 @@
|
|
|
1142
1143
|
font-size: 14px;
|
|
1143
1144
|
-webkit-font-smoothing: antialiased;
|
|
1144
1145
|
-webkit-text-size-adjust: none;
|
|
1146
|
+
color-scheme: dark;
|
|
1145
1147
|
}
|
|
1146
1148
|
|
|
1147
1149
|
body, p, ul, ol, li, h1, h2, h3, button, input, textarea, select {
|