Skip to content

Commit

Permalink
Updated component to version 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Oct 6, 2022
1 parent 9b9b876 commit 7cc1393
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -5,10 +5,10 @@
"authors": [{
"name": "Jack Lukic",
"email": "jacklukic@gmail.com",
"web": "http://www.jacklukic.com",
"homepage": "http://www.jacklukic.com",
"role": "Creator"
}],
"keywords": ["semantic", "ui", "css", "framework"],
"license": "MIT",
"version": "2.4.1"
"version": "2.5.0"
}
2 changes: 1 addition & 1 deletion index.js
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.1 - Tab
* # Semantic UI 2.5.0 - Tab
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "semantic-ui-tab",
"version": "2.4.1",
"version": "2.5.0",
"title": "Semantic UI - Tab",
"description": "Single component release of tab",
"homepage": "http://www.semantic-ui.com",
Expand Down
5 changes: 2 additions & 3 deletions tab.css
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.0 - Tab
* # Semantic UI 2.5.0 - Tab
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -75,8 +75,7 @@
border-color: #767676 transparent transparent;
border-style: solid;
border-width: 0.2em;
-webkit-box-shadow: 0px 0px 0px 1px transparent;
box-shadow: 0px 0px 0px 1px transparent;
box-shadow: 0px 0px 0px 1px transparent;
}


Expand Down
2 changes: 1 addition & 1 deletion tab.js
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.1 - Tab
* # Semantic UI 2.5.0 - Tab
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
4 changes: 2 additions & 2 deletions tab.min.css

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

2 changes: 1 addition & 1 deletion tab.min.js

Large diffs are not rendered by default.

0 comments on commit 7cc1393

Please sign in to comment.