Skip to content

Commit

Permalink
Merge pull request #126 from animadio/dev
Browse files Browse the repository at this point in the history
Release 4.2.1
  • Loading branch information
philippebeck committed Apr 4, 2021
2 parents c6d4897 + e26d2ea commit 58523dc
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 46 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -46,8 +46,8 @@ Yarn : `yarn add animadio`
[![jsDelivr Montly Downloads](https://img.shields.io/jsdelivr/npm/hm/animadio.svg?label=jsDelivr+Montly+Downloads)](https://www.jsdelivr.com/package/npm/animadio)
[![jsDelivr Yearly Downloads](https://img.shields.io/jsdelivr/npm/hy/animadio.svg?label=jsDelivr+Yearly+Downloads)](https://www.jsdelivr.com/package/npm/animadio)

- Development : [https://cdn.jsdelivr.net/npm/animadio@4.2.0/dist/animadio.css](https://cdn.jsdelivr.net/npm/animadio@4.2.0/dist/animadio.css) + [https://cdn.jsdelivr.net/npm/animadio@4.2.0/dist/animadio.js](https://cdn.jsdelivr.net/npm/animadio@4.2.0/dist/animadio.js)
- Production : [https://cdn.jsdelivr.net/npm/animadio@4.2.0/dist/animadio.min.css](https://cdn.jsdelivr.net/npm/animadio@4.2.0/dist/animadio.min.css) + [https://cdn.jsdelivr.net/npm/animadio@4.2.0/dist/animadio.min.js](https://cdn.jsdelivr.net/npm/animadio@4.2.0/dist/animadio.min.js)
- Development : [https://cdn.jsdelivr.net/npm/animadio@4.2.1/dist/animadio.css](https://cdn.jsdelivr.net/npm/animadio@4.2.1/dist/animadio.css) + [https://cdn.jsdelivr.net/npm/animadio@4.2.1/dist/animadio.js](https://cdn.jsdelivr.net/npm/animadio@4.2.1/dist/animadio.js)
- Production : [https://cdn.jsdelivr.net/npm/animadio@4.2.1/dist/animadio.min.css](https://cdn.jsdelivr.net/npm/animadio@4.2.1/dist/animadio.min.css) + [https://cdn.jsdelivr.net/npm/animadio@4.2.1/dist/animadio.min.js](https://cdn.jsdelivr.net/npm/animadio@4.2.1/dist/animadio.min.js)

---

Expand Down
22 changes: 9 additions & 13 deletions dist/animadio.css
@@ -1,4 +1,4 @@
/*! animadio v4.2.0 | https://animadio.org | MIT License */
/*! animadio v4.2.1 | https://animadio.org | MIT License */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

Expand Down Expand Up @@ -372,7 +372,7 @@ template {
/***** Variables : Colors *****/
:root {
--primary: rgb(65, 105, 225);
--secondary: rgb(176, 196, 222);
--secondary: rgb(220, 220, 220);
--pink: rgb(255, 0, 255);
--red: rgb(250, 128, 114);
--orange: rgb(255, 140, 0);
Expand All @@ -393,8 +393,8 @@ template {
--tw: rgb(29, 161, 242);
--primary-dark: rgba(65, 105, 225, var(--opacity-dark));
--primary-light: rgba(65, 105, 225, var(--opacity-light));
--secondary-dark: rgba(176, 196, 222, var(--opacity-dark));
--secondary-light: rgba(176, 196, 222, var(--opacity-light));
--secondary-dark: rgba(220, 220, 220, var(--opacity-dark));
--secondary-light: rgba(220, 220, 220, var(--opacity-light));
--pink-dark: rgba(255, 0, 255, var(--opacity-dark));
--pink-light: rgba(255, 0, 255, var(--opacity-light));
--red-dark: rgba(250, 128, 114, var(--opacity-dark));
Expand Down Expand Up @@ -509,12 +509,10 @@ h6 {

h1 {
--title-font-size: 5rem;
--title-text-shadow: 1px 1px 1px;
}

h2 {
--title-font-size: 4.5rem;
--title-text-shadow: 0 0 1px;
}

h3 {
Expand Down Expand Up @@ -996,6 +994,7 @@ pre {
--navbar-label-right: 10px;
--navbar-label-hover-color: var(--secondary);
--navbar-first-list-span-font-size: 2rem;
--navbar-first-list-span-text-align: center;
}

@media (min-width: 576px) {
Expand Down Expand Up @@ -1258,7 +1257,7 @@ footer {
--table-even-background-color: var(--grey);
--table-even-color: var(--black);
--table-row-hover-background-color: var(--secondary);
--table-row-hover-color: var(--white);
--table-row-hover-color: var(--black);
}

@media (min-width: 576px) {
Expand Down Expand Up @@ -1768,7 +1767,6 @@ h6 {
text-transform: var(--title-text-transform);
font-size: var(--title-font-size);
color: var(--title-color);
text-shadow: var(--title-text-shadow);
}

a {
Expand Down Expand Up @@ -4085,11 +4083,9 @@ pre > *::selection {
}
@media (min-width: 992px) {
.navbar > ul:first-of-type span {
display: block;
display: inline;
font-size: var(--navbar-first-list-span-font-size);
}
.navbar > ul:last-of-type span {
display: block;
text-align: var(--navbar-first-list-span-text-align);
}
}
/***** Classes : Sidebar *****/
Expand Down Expand Up @@ -7509,4 +7505,4 @@ pre > *::selection {
}

/*! Author: Philippe Beck <philippe@philippebeck.net>
Updated: 4th Apr 2021 @ 12:50:33 PM */
Updated: 4th Apr 2021 @ 5:18:13 PM */
4 changes: 2 additions & 2 deletions dist/animadio.js
@@ -1,4 +1,4 @@
/*! animadio v4.2.0 | https://animadio.org | MIT License */
/*! animadio v4.2.1 | https://animadio.org | MIT License */

"use strict";

Expand Down Expand Up @@ -462,4 +462,4 @@ class Ajax {
}

/*! Author: Philippe Beck <philippe@philippebeck.net>
Updated: 4th Apr 2021 @ 12:50:33 PM */
Updated: 4th Apr 2021 @ 5:18:13 PM */
4 changes: 2 additions & 2 deletions dist/animadio.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "animadio",
"version": "4.2.0",
"version": "4.2.1",
"description": "Animadio Framework - Grid & Flexbox Layouts - Reusable & Customizable Elements - Perform Complex Animations - Controls by Radio Buttons",
"keywords": [
"css framework",
Expand Down
1 change: 0 additions & 1 deletion src/base/_tags.scss
Expand Up @@ -43,7 +43,6 @@ h6 {
text-transform: var(--title-text-transform);
font-size: var(--title-font-size);
color: var(--title-color);
text-shadow: var(--title-text-shadow);
}

a {
Expand Down
13 changes: 4 additions & 9 deletions src/classes/_navbar.scss
Expand Up @@ -134,14 +134,9 @@
}

@media (min-width: $breakpoint-lg) {
.navbar > ul {
&:first-of-type span {
display: block;
font-size: var(--navbar-first-list-span-font-size);
}

&:last-of-type span {
display: block;
}
.navbar > ul:first-of-type span {
display: inline;
font-size: var(--navbar-first-list-span-font-size);
text-align: var(--navbar-first-list-span-text-align);
}
}
18 changes: 7 additions & 11 deletions src/css/animadio.css

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

2 changes: 1 addition & 1 deletion src/css/animadio.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/variables/_color.var.scss
Expand Up @@ -2,7 +2,7 @@

// Primary Colors
$primary: 65, 105, 225 !default; // RoyalBlue
$secondary: 176, 196, 222 !default; // LightSteelBlue
$secondary: 220, 220, 220 !default; // Gainsboro
$pink: 255, 0, 255 !default; // Magenta
$red: 250, 128, 114 !default; // Salmon
$orange: 255, 140, 0 !default; // DarkOrange
Expand Down
1 change: 1 addition & 0 deletions src/variables/_navbar.var.scss
Expand Up @@ -45,6 +45,7 @@
--navbar-label-hover-color: var(--secondary);

--navbar-first-list-span-font-size: 2rem;
--navbar-first-list-span-text-align: center;
}

@media (min-width: $breakpoint-sm) {
Expand Down
2 changes: 1 addition & 1 deletion src/variables/_table.var.scss
Expand Up @@ -37,7 +37,7 @@
--table-even-color: var(--black);

--table-row-hover-background-color: var(--secondary);
--table-row-hover-color: var(--white);
--table-row-hover-color: var(--black);
}

@media (min-width: $breakpoint-sm) {
Expand Down
2 changes: 0 additions & 2 deletions src/variables/_tags.var.scss
Expand Up @@ -47,12 +47,10 @@ h6 {

h1 {
--title-font-size: 5rem;
--title-text-shadow: 1px 1px 1px;
}

h2 {
--title-font-size: 4.5rem;
--title-text-shadow: 0 0 1px;
}

h3 {
Expand Down

0 comments on commit 58523dc

Please sign in to comment.