Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
johndatserakis committed Oct 20, 2023
1 parent a14a106 commit 02b44b9
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 84 deletions.
166 changes: 83 additions & 83 deletions dist/vue-navigation-bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,37 @@
height: auto;
}

.vnb__brand-image-wrapper {
padding-left: 10px;
.vnb__menu-options {
display: flex;
flex-direction: row;
align-items: center;
}
.vnb__brand-image-wrapper__link__image {
max-height: 30px;
.vnb__menu-options--left {
margin-right: auto;
justify-content: flex-start;
padding-left: 30px;
}
.vnb__menu-options--right {
margin-left: auto;
justify-content: flex-end;
padding-right: 10px;
}
.vnb__menu-options__option:not(:last-child) {
margin-right: 20px;
}

.vnb-image {
max-width: 100%;
height: auto;
.vnb__collapse-button {
cursor: pointer;
border: 0;
background: transparent;
margin-right: 10px;
}
.vnb__collapse-button:hover {
opacity: 0.75;
}
.vnb__collapse-button__image {
max-height: 30px;
max-width: 30px;
}

.vnb__popup {
Expand Down Expand Up @@ -174,37 +195,16 @@
height: auto;
}

.vnb__menu-options {
display: flex;
flex-direction: row;
align-items: center;
}
.vnb__menu-options--left {
margin-right: auto;
justify-content: flex-start;
padding-left: 30px;
}
.vnb__menu-options--right {
margin-left: auto;
justify-content: flex-end;
padding-right: 10px;
.vnb__brand-image-wrapper {
padding-left: 10px;
}
.vnb__menu-options__option:not(:last-child) {
margin-right: 20px;
.vnb__brand-image-wrapper__link__image {
max-height: 30px;
}

.vnb__collapse-button {
cursor: pointer;
border: 0;
background: transparent;
margin-right: 10px;
}
.vnb__collapse-button:hover {
opacity: 0.75;
}
.vnb__collapse-button__image {
max-height: 30px;
max-width: 30px;
.vnb-image {
max-width: 100%;
height: auto;
}

.vnb__menu-options__option__link {
Expand Down Expand Up @@ -342,26 +342,47 @@
width: 30px;
}

.tippy-box[data-animation=shift-away][data-state=hidden] {
.tippy-box[data-animation=scale][data-placement^=top] {
transform-origin: bottom;
}

.tippy-box[data-animation=scale][data-placement^=bottom] {
transform-origin: top;
}

.tippy-box[data-animation=scale][data-placement^=left] {
transform-origin: right;
}

.tippy-box[data-animation=scale][data-placement^=right] {
transform-origin: left;
}

.tippy-box[data-animation=scale][data-state=hidden] {
transform: scale(0.5);
opacity: 0;
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top] {
transform: translateY(10px);
.tippy-box[data-animation=shift-toward][data-state=hidden] {
opacity: 0;
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom] {
.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=top] {
transform: translateY(-10px);
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left] {
transform: translateX(10px);
.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=bottom] {
transform: translateY(10px);
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right] {
.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=left] {
transform: translateX(-10px);
}

.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=right] {
transform: translateX(10px);
}

.tippy-box[data-animation=perspective][data-placement^=top] {
transform-origin: bottom;
}
Expand Down Expand Up @@ -414,47 +435,6 @@
opacity: 0;
}

.tippy-box[data-animation=shift-toward][data-state=hidden] {
opacity: 0;
}

.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=top] {
transform: translateY(-10px);
}

.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=bottom] {
transform: translateY(10px);
}

.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=left] {
transform: translateX(-10px);
}

.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=right] {
transform: translateX(10px);
}

.tippy-box[data-animation=scale][data-placement^=top] {
transform-origin: bottom;
}

.tippy-box[data-animation=scale][data-placement^=bottom] {
transform-origin: top;
}

.tippy-box[data-animation=scale][data-placement^=left] {
transform-origin: right;
}

.tippy-box[data-animation=scale][data-placement^=right] {
transform-origin: left;
}

.tippy-box[data-animation=scale][data-state=hidden] {
transform: scale(0.5);
opacity: 0;
}

.tippy-box[data-theme~=light] {
color: #26323d;
box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
Expand Down Expand Up @@ -483,4 +463,24 @@

.tippy-box[data-theme~=light] > .tippy-svg-arrow {
fill: #fff;
}

.tippy-box[data-animation=shift-away][data-state=hidden] {
opacity: 0;
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top] {
transform: translateY(10px);
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom] {
transform: translateY(-10px);
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left] {
transform: translateX(10px);
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right] {
transform: translateX(-10px);
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@
},
"sideEffects": false,
"unpkg": "dist/vue-navigation-bar.min.js",
"version": "6.0.1"
"version": "6.1.0"
}

0 comments on commit 02b44b9

Please sign in to comment.