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 96f7f95 commit c20f567
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 27 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 - Search
* # Semantic UI 2.5.0 - Search
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "semantic-ui-search",
"version": "2.4.1",
"version": "2.5.0",
"title": "Semantic UI - Search",
"description": "Single component release of search",
"homepage": "http://www.semantic-ui.com",
Expand Down
26 changes: 7 additions & 19 deletions search.css
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.0 - Search
* # Semantic UI 2.5.0 - Search
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -30,12 +30,8 @@
background: #FFFFFF;
border: 1px solid rgba(34, 36, 38, 0.15);
color: rgba(0, 0, 0, 0.87);
-webkit-box-shadow: 0em 0em 0em 0em transparent inset;
box-shadow: 0em 0em 0em 0em transparent inset;
-webkit-transition: background-color 0.1s ease, color 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
transition: background-color 0.1s ease, color 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
box-shadow: 0em 0em 0em 0em transparent inset;
transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease;
transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
}
.ui.search .prompt {
border-radius: 500rem;
Expand All @@ -58,17 +54,15 @@
position: absolute;
top: 100%;
left: 0%;
-webkit-transform-origin: center top;
transform-origin: center top;
transform-origin: center top;
white-space: normal;
text-align: left;
text-transform: none;
background: #FFFFFF;
margin-top: 0.5em;
width: 18em;
border-radius: 0.28571429rem;
-webkit-box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
border: 1px solid #D4D4D5;
z-index: 998;
}
Expand Down Expand Up @@ -213,8 +207,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 Expand Up @@ -244,8 +237,7 @@
position: relative;
border-left-color: rgba(34, 36, 38, 0.1);
background: #F3F4F5;
-webkit-box-shadow: none;
box-shadow: none;
box-shadow: none;
}
.ui.search > .results .result.active .title {
color: rgba(0, 0, 0, 0.85);
Expand Down Expand Up @@ -289,7 +281,6 @@
color: '';
top: 0em;
right: 0em;
-webkit-transition: color 0.1s ease, opacity 0.1s ease;
transition: color 0.1s ease, opacity 0.1s ease;
}
.ui.search.selection > .icon.input > .active.remove.icon {
Expand Down Expand Up @@ -321,9 +312,7 @@
.ui.category.search > .results .category {
display: table-row;
background: #F3F4F5;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: background 0.1s ease, border-color 0.1s ease;
box-shadow: none;
transition: background 0.1s ease, border-color 0.1s ease;
}

Expand Down Expand Up @@ -364,7 +353,6 @@
}
.ui.category.search > .results .category .result {
border-bottom: 1px solid rgba(34, 36, 38, 0.1);
-webkit-transition: background 0.1s ease, border-color 0.1s ease;
transition: background 0.1s ease, border-color 0.1s ease;
padding: 0.85714286em 1.14285714em;
}
Expand Down
2 changes: 1 addition & 1 deletion search.js
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.1 - Search
* # Semantic UI 2.5.0 - Search
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
4 changes: 2 additions & 2 deletions search.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 search.min.js

Large diffs are not rendered by default.

0 comments on commit c20f567

Please sign in to comment.