Skip to content

Commit

Permalink
bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
amorey committed Jun 2, 2020
1 parent dc1a52f commit d177413
Show file tree
Hide file tree
Showing 52 changed files with 164 additions and 330 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# MUI Changelog

## 0.10.3 - June 2, 2020

* Fixed bug in CSS/JS Tabs triggered by activating a tab when there are no active tabs (https://github.com/muicss/mui/issues/321)
* Updated devDependencies

## 0.10.2 - April 23, 2020

* Updated devDependencies and rebuilt packages
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ MUI is a lightweight CSS framework that follows Google's Material Design guideli
**Use From the CDN:**

```html
<link href="//cdn.muicss.com/mui-0.10.2/css/mui.min.css" rel="stylesheet" type="text/css" />
<script src="//cdn.muicss.com/mui-0.10.2/js/mui.min.js"></script>
<link href="//cdn.muicss.com/mui-0.10.3/css/mui.min.css" rel="stylesheet" type="text/css" />
<script src="//cdn.muicss.com/mui-0.10.3/js/mui.min.js"></script>
```

Or for development you can use the latest:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mui",
"version": "0.10.2",
"version": "0.10.3",
"license": "MIT",
"authors": [
"Andres Morey <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.10.2",
"version": "0.10.3",
"license": "MIT",
"description": "Source code for MUI",
"homepage": "https://www.muicss.com",
Expand Down
43 changes: 1 addition & 42 deletions packages/cdn/email/mui-email-inline-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,12 @@ a.mui-btn {
padding: 10px 25px;
background-color: transparent;
}

a.mui-btn.mui-btn--raised {
border-top: 1px solid #f2f2f2;
border-right: 1px solid #e6e6e6;
border-left: 1px solid #e6e6e6;
border-bottom: 2px solid #bababa;
}

a.mui-btn.mui-btn--flat {
background-color: transparent;
color: #212121;
Expand All @@ -163,7 +161,6 @@ a.mui-btn.mui-btn--flat {
border-left: 1px solid transparent;
border-bottom: 1px solid transparent;
}

a.mui-btn.mui-btn--primary {
border-top: 1px solid #2196F3;
border-right: 1px solid #2196F3;
Expand All @@ -172,14 +169,12 @@ a.mui-btn.mui-btn--primary {
color: #FFF;
background-color: #2196F3;
}

a.mui-btn.mui-btn--primary.mui-btn--raised {
border-top: 1px solid #51adf6;
border-right: 1px solid #2196F3;
border-left: 1px solid #2196F3;
border-bottom: 2px solid #0a6ebd;
}

a.mui-btn.mui-btn--primary.mui-btn--flat {
background-color: transparent;
color: #2196F3;
Expand All @@ -188,7 +183,6 @@ a.mui-btn.mui-btn--primary.mui-btn--flat {
border-left: 1px solid transparent;
border-bottom: 1px solid transparent;
}

a.mui-btn.mui-btn--danger {
border-top: 1px solid #F44336;
border-right: 1px solid #F44336;
Expand All @@ -197,14 +191,12 @@ a.mui-btn.mui-btn--danger {
color: #FFF;
background-color: #F44336;
}

a.mui-btn.mui-btn--danger.mui-btn--raised {
border-top: 1px solid #f77066;
border-right: 1px solid #F44336;
border-left: 1px solid #F44336;
border-bottom: 2px solid #d2190b;
}

a.mui-btn.mui-btn--danger.mui-btn--flat {
background-color: transparent;
color: #F44336;
Expand All @@ -213,7 +205,6 @@ a.mui-btn.mui-btn--danger.mui-btn--flat {
border-left: 1px solid transparent;
border-bottom: 1px solid transparent;
}

a.mui-btn.mui-btn--dark {
border-top: 1px solid #424242;
border-right: 1px solid #424242;
Expand All @@ -222,14 +213,12 @@ a.mui-btn.mui-btn--dark {
color: #FFF;
background-color: #424242;
}

a.mui-btn.mui-btn--dark.mui-btn--raised {
border-top: 1px solid #5c5c5c;
border-right: 1px solid #424242;
border-left: 1px solid #424242;
border-bottom: 2px solid #1c1c1c;
}

a.mui-btn.mui-btn--dark.mui-btn--flat {
background-color: transparent;
color: #424242;
Expand All @@ -238,7 +227,6 @@ a.mui-btn.mui-btn--dark.mui-btn--flat {
border-left: 1px solid transparent;
border-bottom: 1px solid transparent;
}

a.mui-btn.mui-btn--accent {
border-top: 1px solid #FF4081;
border-right: 1px solid #FF4081;
Expand All @@ -247,14 +235,12 @@ a.mui-btn.mui-btn--accent {
color: #FFF;
background-color: #FF4081;
}

a.mui-btn.mui-btn--accent.mui-btn--raised {
border-top: 1px solid #ff73a3;
border-right: 1px solid #FF4081;
border-left: 1px solid #FF4081;
border-bottom: 2px solid #f30053;
}

a.mui-btn.mui-btn--accent.mui-btn--flat {
background-color: transparent;
color: #FF4081;
Expand All @@ -268,7 +254,6 @@ table.mui-btn > tr > td,
table.mui-btn > tbody > tr > td {
background-color: #FFF;
}

table.mui-btn > tr > td > a,
table.mui-btn > tbody > tr > td > a {
color: #212121;
Expand All @@ -277,20 +262,17 @@ table.mui-btn > tbody > tr > td > a {
border-left: 1px solid #FFF;
border-bottom: 1px solid #FFF;
}

table.mui-btn.mui-btn--raised > tr > td > a,
table.mui-btn.mui-btn--raised > tbody > tr > td > a {
border-top: 1px solid #f2f2f2;
border-right: 1px solid #e6e6e6;
border-left: 1px solid #e6e6e6;
border-bottom: 2px solid #bababa;
}

table.mui-btn.mui-btn--flat > tr > td,
table.mui-btn.mui-btn--flat > tbody > tr > td {
background-color: transparent;
}

table.mui-btn.mui-btn--flat > tr > td > a,
table.mui-btn.mui-btn--flat > tbody > tr > td > a {
color: #212121;
Expand All @@ -299,12 +281,10 @@ table.mui-btn.mui-btn--flat > tbody > tr > td > a {
border-left: 1px solid transparent;
border-bottom: 1px solid transparent;
}

table.mui-btn > tr > td,
table.mui-btn > tbody > tr > td {
border-radius: 3px;
}

table.mui-btn > tr > td > a,
table.mui-btn > tbody > tr > td > a {
font-weight: 500;
Expand All @@ -324,12 +304,10 @@ table.mui-btn > tbody > tr > td > a {
padding: 10px 25px;
background-color: transparent;
}

table.mui-btn.mui-btn--primary > tr > td,
table.mui-btn.mui-btn--primary > tbody > tr > td {
background-color: #2196F3;
}

table.mui-btn.mui-btn--primary > tr > td > a,
table.mui-btn.mui-btn--primary > tbody > tr > td > a {
color: #FFF;
Expand All @@ -338,20 +316,17 @@ table.mui-btn.mui-btn--primary > tbody > tr > td > a {
border-left: 1px solid #2196F3;
border-bottom: 1px solid #2196F3;
}

table.mui-btn.mui-btn--primary.mui-btn--raised > tr > td > a,
table.mui-btn.mui-btn--primary.mui-btn--raised > tbody > tr > td > a {
border-top: 1px solid #51adf6;
border-right: 1px solid #2196F3;
border-left: 1px solid #2196F3;
border-bottom: 2px solid #0a6ebd;
}

table.mui-btn.mui-btn--primary.mui-btn--flat > tr > td,
table.mui-btn.mui-btn--primary.mui-btn--flat > tbody > tr > td {
background-color: transparent;
}

table.mui-btn.mui-btn--primary.mui-btn--flat > tr > td > a,
table.mui-btn.mui-btn--primary.mui-btn--flat > tbody > tr > td > a {
color: #2196F3;
Expand All @@ -360,12 +335,10 @@ table.mui-btn.mui-btn--primary.mui-btn--flat > tbody > tr > td > a {
border-left: 1px solid transparent;
border-bottom: 1px solid transparent;
}

table.mui-btn.mui-btn--danger > tr > td,
table.mui-btn.mui-btn--danger > tbody > tr > td {
background-color: #F44336;
}

table.mui-btn.mui-btn--danger > tr > td > a,
table.mui-btn.mui-btn--danger > tbody > tr > td > a {
color: #FFF;
Expand All @@ -374,20 +347,17 @@ table.mui-btn.mui-btn--danger > tbody > tr > td > a {
border-left: 1px solid #F44336;
border-bottom: 1px solid #F44336;
}

table.mui-btn.mui-btn--danger.mui-btn--raised > tr > td > a,
table.mui-btn.mui-btn--danger.mui-btn--raised > tbody > tr > td > a {
border-top: 1px solid #f77066;
border-right: 1px solid #F44336;
border-left: 1px solid #F44336;
border-bottom: 2px solid #d2190b;
}

table.mui-btn.mui-btn--danger.mui-btn--flat > tr > td,
table.mui-btn.mui-btn--danger.mui-btn--flat > tbody > tr > td {
background-color: transparent;
}

table.mui-btn.mui-btn--danger.mui-btn--flat > tr > td > a,
table.mui-btn.mui-btn--danger.mui-btn--flat > tbody > tr > td > a {
color: #F44336;
Expand All @@ -396,12 +366,10 @@ table.mui-btn.mui-btn--danger.mui-btn--flat > tbody > tr > td > a {
border-left: 1px solid transparent;
border-bottom: 1px solid transparent;
}

table.mui-btn.mui-btn--dark > tr > td,
table.mui-btn.mui-btn--dark > tbody > tr > td {
background-color: #424242;
}

table.mui-btn.mui-btn--dark > tr > td > a,
table.mui-btn.mui-btn--dark > tbody > tr > td > a {
color: #FFF;
Expand All @@ -410,20 +378,17 @@ table.mui-btn.mui-btn--dark > tbody > tr > td > a {
border-left: 1px solid #424242;
border-bottom: 1px solid #424242;
}

table.mui-btn.mui-btn--dark.mui-btn--raised > tr > td > a,
table.mui-btn.mui-btn--dark.mui-btn--raised > tbody > tr > td > a {
border-top: 1px solid #5c5c5c;
border-right: 1px solid #424242;
border-left: 1px solid #424242;
border-bottom: 2px solid #1c1c1c;
}

table.mui-btn.mui-btn--dark.mui-btn--flat > tr > td,
table.mui-btn.mui-btn--dark.mui-btn--flat > tbody > tr > td {
background-color: transparent;
}

table.mui-btn.mui-btn--dark.mui-btn--flat > tr > td > a,
table.mui-btn.mui-btn--dark.mui-btn--flat > tbody > tr > td > a {
color: #424242;
Expand All @@ -432,12 +397,10 @@ table.mui-btn.mui-btn--dark.mui-btn--flat > tbody > tr > td > a {
border-left: 1px solid transparent;
border-bottom: 1px solid transparent;
}

table.mui-btn.mui-btn--accent > tr > td,
table.mui-btn.mui-btn--accent > tbody > tr > td {
background-color: #FF4081;
}

table.mui-btn.mui-btn--accent > tr > td > a,
table.mui-btn.mui-btn--accent > tbody > tr > td > a {
color: #FFF;
Expand All @@ -446,20 +409,17 @@ table.mui-btn.mui-btn--accent > tbody > tr > td > a {
border-left: 1px solid #FF4081;
border-bottom: 1px solid #FF4081;
}

table.mui-btn.mui-btn--accent.mui-btn--raised > tr > td > a,
table.mui-btn.mui-btn--accent.mui-btn--raised > tbody > tr > td > a {
border-top: 1px solid #ff73a3;
border-right: 1px solid #FF4081;
border-left: 1px solid #FF4081;
border-bottom: 2px solid #f30053;
}

table.mui-btn.mui-btn--accent.mui-btn--flat > tr > td,
table.mui-btn.mui-btn--accent.mui-btn--flat > tbody > tr > td {
background-color: transparent;
}

table.mui-btn.mui-btn--accent.mui-btn--flat > tr > td > a,
table.mui-btn.mui-btn--accent.mui-btn--flat > tbody > tr > td > a {
color: #FF4081;
Expand Down Expand Up @@ -683,5 +643,4 @@ table.mui-btn--large > tbody > tr > td > a {
font-size: 14px;
line-height: 18px;
text-transform: uppercase;
}
html,body,.mui-body{direction:rtl;}
}html,body,.mui-body{direction:rtl;}
Loading

0 comments on commit d177413

Please sign in to comment.