Skip to content

Commit 8c5ceec

Browse files
committed
changed package lock json
1 parent b6e8066 commit 8c5ceec

File tree

36,528 files changed

+3387980
-21
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

36,528 files changed

+3387980
-21
lines changed

package-lock.json

Lines changed: 18318 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 41 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,50 @@
1-
.component-button {
2-
display: inline-flex;
3-
width: 25%;
4-
flex: 1 0 auto;
1+
html {
2+
height: 100%;
3+
font-size: 10px;
54
}
65

7-
.component-button.wide {
8-
width: 50%;
6+
body {
7+
background-color: black;
8+
margin: 0;
9+
padding: 0;
10+
font-family: sans-serif;
11+
height: 100%;
912
}
1013

11-
.component-button button {
12-
background: rgba(224,224,224,1);
13-
border: 0;
14-
border-radius: 10%;
15-
font-size: 1.5rem;
16-
margin: 0 1px 0 0;
17-
flex: 1 0 auto;
18-
padding: 0;
14+
#root {
15+
height: 100%;
16+
}
17+
18+
body .github-fork-ribbon:before {
19+
background-color: #333;
20+
}
21+
22+
@media screen and (max-width: 400px) {
23+
.github-fork-ribbon {
24+
display: none;
25+
}
26+
}
27+
28+
@media (min-width: 400px) and (min-height: 400px) {
29+
html {
30+
font-size: 20px;
31+
}
32+
}
33+
34+
@media (min-width: 500px) and (min-height: 500px) {
35+
html {
36+
font-size: 30px;
37+
}
1938
}
2039

21-
.component-button:last-child button {
22-
margin-right: 0;
40+
@media (min-width: 600px) and (min-height: 600px) {
41+
html {
42+
font-size: 40px;
43+
}
2344
}
2445

25-
.component-button.orange button {
26-
background: rgb(73, 119, 133);
27-
border-radius: 10%;
28-
color: white;
46+
@media (min-width: 800px) and (min-height: 800px) {
47+
html {
48+
font-size: 50px;
49+
}
2950
}

tests/manual-tests/CalculatorHooks/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ import "github-fork-ribbon-css/gh-fork-ribbon.css";
77

88
const rootContainer = document.getElementById('root');
99
ReactDOM.render(<App />, rootContainer);
10-
// gabi :: uncomment the line below to test Reactime 3.3 or older
10+
// uncomment the line below to test Reactime 3.3 or older
1111
// reactime(rootContainer);
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SKIP_PREFLIGHT_CHECK=true
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2020 Michael Wanyoike
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
Lines changed: 38 additions & 0 deletions

tests/manual-tests/counterContextHooks/node_modules/.bin/acorn

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/manual-tests/counterContextHooks/node_modules/.bin/ansi-html

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/manual-tests/counterContextHooks/node_modules/.bin/atob

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/manual-tests/counterContextHooks/node_modules/.bin/autoprefixer

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)