Skip to content

Commit 7159f3e

Browse files
authored
Change order (#3)
* Initial styleguidist (#1) * Test fixed css issue in gh-pages (#2) * Add jsdoc for props method description * Add ribbon * Config styleguide dir to docs * Change sort
1 parent 9eb896d commit 7159f3e

File tree

4 files changed

+37
-37
lines changed

4 files changed

+37
-37
lines changed

dist/react-radio.css

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,4 @@
11
/*! react-radio v3.2.2 | (c) 2018 Trend Micro Inc. | MIT | https://github.com/trendmicro-frontend/react-radio */
2-
.radio---section---foyYY {
3-
background: #fff;
4-
border: 1px solid #d6d6d6;
5-
position: relative;
6-
z-index: 1;
7-
-webkit-transition: height 0.3s ease;
8-
-moz-transition: height 0.3s ease;
9-
-o-transition: height 0.3s ease;
10-
-ms-transition: height 0.3s ease;
11-
transition: height 0.3s ease;
12-
}
13-
.radio---section---foyYY:last-child {
14-
margin-bottom: 20px;
15-
}
16-
.radio---section-content---TYJOP {
17-
padding: 0 16px 16px;
18-
position: absolute;
19-
top: 0;
20-
bottom: 0;
21-
left: 0;
22-
right: 0;
23-
}
24-
@media screen and (max-width: 1023px) {
25-
.radio---section-content---TYJOP {
26-
position: static;
27-
height: 100%;
28-
}
29-
}
302
.radio---control-radio---2rwkY {
313
-webkit-box-sizing: border-box;
324
-moz-box-sizing: border-box;
@@ -107,3 +79,31 @@
10779
border: 1px solid #999;
10880
background-color: #ddd;
10981
}
82+
.radio---section---foyYY {
83+
background: #fff;
84+
border: 1px solid #d6d6d6;
85+
position: relative;
86+
z-index: 1;
87+
-webkit-transition: height 0.3s ease;
88+
-moz-transition: height 0.3s ease;
89+
-o-transition: height 0.3s ease;
90+
-ms-transition: height 0.3s ease;
91+
transition: height 0.3s ease;
92+
}
93+
.radio---section---foyYY:last-child {
94+
margin-bottom: 20px;
95+
}
96+
.radio---section-content---TYJOP {
97+
padding: 0 16px 16px;
98+
position: absolute;
99+
top: 0;
100+
bottom: 0;
101+
left: 0;
102+
right: 0;
103+
}
104+
@media screen and (max-width: 1023px) {
105+
.radio---section-content---TYJOP {
106+
position: static;
107+
height: 100%;
108+
}
109+
}

docs/build/bundle.832d3aa6.js renamed to docs/build/bundle.c9655f35.js

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

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>React Radio</title><link href="../dist/react-radio.css" rel="stylesheet"></head><body><div id="rsg-root"></div><script src="build/bundle.832d3aa6.js"></script></body></html>
1+
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>React Radio</title><link href="../dist/react-radio.css" rel="stylesheet"></head><body><div id="rsg-root"></div><script src="build/bundle.c9655f35.js"></script></body></html>

styleguide.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
title: 'React Radio',
55
styleguideDir: 'docs/',
66
webpackConfig: require('./webpack.config.js'),
7-
components: ['examples/*Radio*.jsx', 'src/*.jsx'],
7+
components: ['src/*.jsx', 'examples/*Radio*.jsx'],
88
ribbon: {
99
url: 'https://github.com/trendmicro-frontend/react-radio',
1010
text: 'Fork me on GitHub'

0 commit comments

Comments
 (0)