Skip to content

Commit

Permalink
Bump version to 0.12.4, build docs and css
Browse files Browse the repository at this point in the history
  • Loading branch information
zvuc committed Dec 17, 2020
1 parent 4c08976 commit e1deaf4
Show file tree
Hide file tree
Showing 30 changed files with 120 additions and 114 deletions.
15 changes: 9 additions & 6 deletions dist/petal.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* petal.less v0.12.3 - 2019-12-12
* petal.less v0.12.4 - 2020-12-17
* A modern, light CSS UI framework by Shakr based on LESS.
* https://shakrmedia.github.io/petal
*
* Copyright 2019 Shakr Media Co., Ltd.; MIT License
* Copyright 2020 Shakr Media Co., Ltd.; MIT License
*/
/* drop shadow mixin */
.drop-shadow {
Expand Down Expand Up @@ -2994,24 +2994,28 @@ fieldset:disabled input[type="radio"].radiobox + label:after {
background-color: rgba(178, 207, 101, 0.8);
}
.chk-switch.onoff-type label span:after {
background-color: #888;
background-color: #878787;
}
.chk-switch.onoff-type input[type="checkbox"]:checked + label span:after {
background-color: #879d4d;
}
.dark .chk-switch.onoff-type label span:after {
background-color: #b5b5b5;
}
.dark .chk-switch.onoff-type input[type="checkbox"]:checked + label span:after {
background-color: #c7dc8f;
}
.chk-switch.onoff-type.led label span:after {
border: 6px solid #aaa;
border: 6px solid #878787;
box-sizing: border-box;
background-color: #f00 !important;
}
.dark .chk-switch.onoff-type.led label span:after {
border-color: #bbb;
border-color: #b5b5b5;
}
.chk-switch.onoff-type.led input[type="checkbox"]:checked + label span:after {
background-color: #d7ff6c !important;
box-shadow: 0 0 2px rgba(85, 99, 48, 0.7);
}
.chk-switch.disabled,
fieldset:disabled .chk-switch {
Expand Down Expand Up @@ -3132,7 +3136,6 @@ select.select.stretch {
.selecter,
.selecter * {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
Expand Down
4 changes: 2 additions & 2 deletions dist/petal.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/petal.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions docs/assets/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -3698,24 +3698,28 @@ fieldset:disabled input[type="radio"].radiobox + label:after {
background-color: rgba(178, 207, 101, 0.8);
}
.chk-switch.onoff-type label span:after {
background-color: #888;
background-color: #878787;
}
.chk-switch.onoff-type input[type="checkbox"]:checked + label span:after {
background-color: #879d4d;
}
.dark .chk-switch.onoff-type label span:after {
background-color: #b5b5b5;
}
.dark .chk-switch.onoff-type input[type="checkbox"]:checked + label span:after {
background-color: #c7dc8f;
}
.chk-switch.onoff-type.led label span:after {
border: 6px solid #aaa;
border: 6px solid #878787;
box-sizing: border-box;
background-color: #f00 !important;
}
.dark .chk-switch.onoff-type.led label span:after {
border-color: #bbb;
border-color: #b5b5b5;
}
.chk-switch.onoff-type.led input[type="checkbox"]:checked + label span:after {
background-color: #d7ff6c !important;
box-shadow: 0 0 2px rgba(85, 99, 48, 0.7);
}
.chk-switch.disabled,
fieldset:disabled .chk-switch {
Expand Down Expand Up @@ -3836,7 +3840,6 @@ select.select.stretch {
.selecter,
.selecter * {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/docs.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/petal.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/docs/alerts.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<!--
Petal Documentation
petal.less v0.12.3
petal.less v0.12.4
A modern, light CSS UI framework by Shakr based on LESS.
https://shakrmedia.github.io/petal
Copyright 2015-2019 Shakr Media Co., Ltd.; MIT License
Copyright 2015-2020 Shakr Media Co., Ltd.; MIT License
-->

<meta charset="utf-8">
Expand Down Expand Up @@ -240,7 +240,7 @@ <h4>Error</h4>
<footer id="site-footer" class="stretch">
<p class="petal-ver">
petal.less<br>
<b> v0.12.3</b></p>
<b> v0.12.4</b></p>

<div class="footer-credits">

Expand All @@ -261,7 +261,7 @@ <h4>Error</h4>
</a>

<p>An open source project by <a href="http://shakr.com">Shakr</a><br>
©2015-2019 Shakr. Released under the <a href="http://opensource.org/licenses/MIT"> MIT License</a>.</p>
©2015-2020 Shakr. Released under the <a href="http://opensource.org/licenses/MIT"> MIT License</a>.</p>
</div>
</footer>

Expand Down
8 changes: 4 additions & 4 deletions docs/docs/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<!--
Petal Documentation
petal.less v0.12.3
petal.less v0.12.4
A modern, light CSS UI framework by Shakr based on LESS.
https://shakrmedia.github.io/petal
Copyright 2015-2019 Shakr Media Co., Ltd.; MIT License
Copyright 2015-2020 Shakr Media Co., Ltd.; MIT License
-->

<meta charset="utf-8">
Expand Down Expand Up @@ -143,7 +143,7 @@ <h4>Dark style variants</h4>
<footer id="site-footer" class="stretch">
<p class="petal-ver">
petal.less<br>
<b> v0.12.3</b></p>
<b> v0.12.4</b></p>

<div class="footer-credits">

Expand All @@ -164,7 +164,7 @@ <h4>Dark style variants</h4>
</a>

<p>An open source project by <a href="http://shakr.com">Shakr</a><br>
©2015-2019 Shakr. Released under the <a href="http://opensource.org/licenses/MIT"> MIT License</a>.</p>
©2015-2020 Shakr. Released under the <a href="http://opensource.org/licenses/MIT"> MIT License</a>.</p>
</div>
</footer>

Expand Down
8 changes: 4 additions & 4 deletions docs/docs/buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<!--
Petal Documentation
petal.less v0.12.3
petal.less v0.12.4
A modern, light CSS UI framework by Shakr based on LESS.
https://shakrmedia.github.io/petal
Copyright 2015-2019 Shakr Media Co., Ltd.; MIT License
Copyright 2015-2020 Shakr Media Co., Ltd.; MIT License
-->

<meta charset="utf-8">
Expand Down Expand Up @@ -553,7 +553,7 @@ <h3>Customizable LESS variables</h3>
<footer id="site-footer" class="stretch">
<p class="petal-ver">
petal.less<br>
<b> v0.12.3</b></p>
<b> v0.12.4</b></p>

<div class="footer-credits">

Expand All @@ -574,7 +574,7 @@ <h3>Customizable LESS variables</h3>
</a>

<p>An open source project by <a href="http://shakr.com">Shakr</a><br>
©2015-2019 Shakr. Released under the <a href="http://opensource.org/licenses/MIT"> MIT License</a>.</p>
©2015-2020 Shakr. Released under the <a href="http://opensource.org/licenses/MIT"> MIT License</a>.</p>
</div>
</footer>

Expand Down
8 changes: 4 additions & 4 deletions docs/docs/color-palette.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<!--
Petal Documentation
petal.less v0.12.3
petal.less v0.12.4
A modern, light CSS UI framework by Shakr based on LESS.
https://shakrmedia.github.io/petal
Copyright 2015-2019 Shakr Media Co., Ltd.; MIT License
Copyright 2015-2020 Shakr Media Co., Ltd.; MIT License
-->

<meta charset="utf-8">
Expand Down Expand Up @@ -382,7 +382,7 @@ <h2>Petal Color Palette</h2>
<footer id="site-footer" class="stretch">
<p class="petal-ver">
petal.less<br>
<b> v0.12.3</b></p>
<b> v0.12.4</b></p>

<div class="footer-credits">

Expand All @@ -403,7 +403,7 @@ <h2>Petal Color Palette</h2>
</a>

<p>An open source project by <a href="http://shakr.com">Shakr</a><br>
©2015-2019 Shakr. Released under the <a href="http://opensource.org/licenses/MIT"> MIT License</a>.</p>
©2015-2020 Shakr. Released under the <a href="http://opensource.org/licenses/MIT"> MIT License</a>.</p>
</div>
</footer>

Expand Down
8 changes: 4 additions & 4 deletions docs/docs/colors.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<!--
Petal Documentation
petal.less v0.12.3
petal.less v0.12.4
A modern, light CSS UI framework by Shakr based on LESS.
https://shakrmedia.github.io/petal
Copyright 2015-2019 Shakr Media Co., Ltd.; MIT License
Copyright 2015-2020 Shakr Media Co., Ltd.; MIT License
-->

<meta charset="utf-8">
Expand Down Expand Up @@ -195,7 +195,7 @@ <h3>Setting your own primary accent color</h3>
<footer id="site-footer" class="stretch">
<p class="petal-ver">
petal.less<br>
<b> v0.12.3</b></p>
<b> v0.12.4</b></p>

<div class="footer-credits">

Expand All @@ -216,7 +216,7 @@ <h3>Setting your own primary accent color</h3>
</a>

<p>An open source project by <a href="http://shakr.com">Shakr</a><br>
©2015-2019 Shakr. Released under the <a href="http://opensource.org/licenses/MIT"> MIT License</a>.</p>
©2015-2020 Shakr. Released under the <a href="http://opensource.org/licenses/MIT"> MIT License</a>.</p>
</div>
</footer>

Expand Down
8 changes: 4 additions & 4 deletions docs/docs/dark-mode.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<!--
Petal Documentation
petal.less v0.12.3
petal.less v0.12.4
A modern, light CSS UI framework by Shakr based on LESS.
https://shakrmedia.github.io/petal
Copyright 2015-2019 Shakr Media Co., Ltd.; MIT License
Copyright 2015-2020 Shakr Media Co., Ltd.; MIT License
-->

<meta charset="utf-8">
Expand Down Expand Up @@ -152,7 +152,7 @@ <h4>When Using Petal with Web Components (Encapsulation)</h4>
<footer id="site-footer" class="stretch">
<p class="petal-ver">
petal.less<br>
<b> v0.12.3</b></p>
<b> v0.12.4</b></p>

<div class="footer-credits">

Expand All @@ -173,7 +173,7 @@ <h4>When Using Petal with Web Components (Encapsulation)</h4>
</a>

<p>An open source project by <a href="http://shakr.com">Shakr</a><br>
©2015-2019 Shakr. Released under the <a href="http://opensource.org/licenses/MIT"> MIT License</a>.</p>
©2015-2020 Shakr. Released under the <a href="http://opensource.org/licenses/MIT"> MIT License</a>.</p>
</div>
</footer>

Expand Down
8 changes: 4 additions & 4 deletions docs/docs/forms.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<!--
Petal Documentation
petal.less v0.12.3
petal.less v0.12.4
A modern, light CSS UI framework by Shakr based on LESS.
https://shakrmedia.github.io/petal
Copyright 2015-2019 Shakr Media Co., Ltd.; MIT License
Copyright 2015-2020 Shakr Media Co., Ltd.; MIT License
-->

<meta charset="utf-8">
Expand Down Expand Up @@ -1145,7 +1145,7 @@ <h5>Customizable options</h5>
<footer id="site-footer" class="stretch">
<p class="petal-ver">
petal.less<br>
<b> v0.12.3</b></p>
<b> v0.12.4</b></p>

<div class="footer-credits">

Expand All @@ -1166,7 +1166,7 @@ <h5>Customizable options</h5>
</a>

<p>An open source project by <a href="http://shakr.com">Shakr</a><br>
©2015-2019 Shakr. Released under the <a href="http://opensource.org/licenses/MIT"> MIT License</a>.</p>
©2015-2020 Shakr. Released under the <a href="http://opensource.org/licenses/MIT"> MIT License</a>.</p>
</div>
</footer>

Expand Down
8 changes: 4 additions & 4 deletions docs/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<!--
Petal Documentation
petal.less v0.12.3
petal.less v0.12.4
A modern, light CSS UI framework by Shakr based on LESS.
https://shakrmedia.github.io/petal
Copyright 2015-2019 Shakr Media Co., Ltd.; MIT License
Copyright 2015-2020 Shakr Media Co., Ltd.; MIT License
-->

<meta charset="utf-8">
Expand Down Expand Up @@ -160,7 +160,7 @@ <h4>Petal.less</h4>
<footer id="site-footer" class="stretch">
<p class="petal-ver">
petal.less<br>
<b> v0.12.3</b></p>
<b> v0.12.4</b></p>

<div class="footer-credits">

Expand All @@ -181,7 +181,7 @@ <h4>Petal.less</h4>
</a>

<p>An open source project by <a href="http://shakr.com">Shakr</a><br>
©2015-2019 Shakr. Released under the <a href="http://opensource.org/licenses/MIT"> MIT License</a>.</p>
©2015-2020 Shakr. Released under the <a href="http://opensource.org/licenses/MIT"> MIT License</a>.</p>
</div>
</footer>

Expand Down
8 changes: 4 additions & 4 deletions docs/docs/javascript.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<!--
Petal Documentation
petal.less v0.12.3
petal.less v0.12.4
A modern, light CSS UI framework by Shakr based on LESS.
https://shakrmedia.github.io/petal
Copyright 2015-2019 Shakr Media Co., Ltd.; MIT License
Copyright 2015-2020 Shakr Media Co., Ltd.; MIT License
-->

<meta charset="utf-8">
Expand Down Expand Up @@ -134,7 +134,7 @@ <h4>Selecter</h4>
<footer id="site-footer" class="stretch">
<p class="petal-ver">
petal.less<br>
<b> v0.12.3</b></p>
<b> v0.12.4</b></p>

<div class="footer-credits">

Expand All @@ -155,7 +155,7 @@ <h4>Selecter</h4>
</a>

<p>An open source project by <a href="http://shakr.com">Shakr</a><br>
©2015-2019 Shakr. Released under the <a href="http://opensource.org/licenses/MIT"> MIT License</a>.</p>
©2015-2020 Shakr. Released under the <a href="http://opensource.org/licenses/MIT"> MIT License</a>.</p>
</div>
</footer>

Expand Down
Loading

0 comments on commit e1deaf4

Please sign in to comment.