Skip to content

Commit

Permalink
Release 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Apr 4, 2021
1 parent ad1046e commit a79a66d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
7 changes: 5 additions & 2 deletions dist/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* name: @jswork/wsui-tippy
* description: Theme for tippyjs style.
* homepage: https://github.com/afeiship/tippy-tippy
* version: 1.0.7
* date: 2021-04-03 18:00:31
* version: 1.0.8
* date: 2021-04-04 12:18:40
* license: MIT
*/
/*tippy-components Start*/
Expand Down Expand Up @@ -173,6 +173,9 @@
transition: background 0.3s; }
.tippy-tag:hover {
background: #cbbaf5; }
.tippy-tag.is-small {
padding: 0.15em 0.5em;
font-size: 12px; }

.tippy-block {
background: #eeeefa;
Expand Down
7 changes: 5 additions & 2 deletions dist/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* name: @jswork/wsui-tippy
* description: Theme for tippyjs style.
* homepage: https://github.com/afeiship/tippy-tippy
* version: 1.0.7
* date: 2021-04-03 18:00:31
* version: 1.0.8
* date: 2021-04-04 12:18:40
* license: MIT
*/
/*tippy-components Start*/
Expand Down Expand Up @@ -173,6 +173,9 @@
transition: background 0.3s; }
.tippy-tag:hover {
background: #cbbaf5; }
.tippy-tag.is-small {
padding: 0.15em 0.5em;
font-size: 12px; }

.tippy-block {
background: #eeeefa;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jswork/wsui-tippy",
"version": "1.0.7",
"version": "1.0.8",
"description": "Theme for tippyjs style.",
"homepage": "https://github.com/afeiship/tippy-tippy",
"author": {
Expand Down

0 comments on commit a79a66d

Please sign in to comment.