Skip to content

Commit

Permalink
chore: update to 698f7eb [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vis-bot committed Jan 7, 2024
1 parent 76a3f03 commit 06e61b0
Show file tree
Hide file tree
Showing 53 changed files with 92 additions and 92 deletions.
154 changes: 77 additions & 77 deletions dist/vis-timeline-graph2d.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,39 +5,6 @@
width: auto;
}

.vis-timeline {
/*
-webkit-transition: height .4s ease-in-out;
transition: height .4s ease-in-out;
*/
}

.vis-panel {
/*
-webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
transition: height .4s ease-in-out, top .4s ease-in-out;
*/
}

.vis-axis {
/*
-webkit-transition: top .4s ease-in-out;
transition: top .4s ease-in-out;
*/
}

/* TODO: get animation working nicely
.vis-item {
-webkit-transition: top .4s ease-in-out;
transition: top .4s ease-in-out;
}
.vis-item.line {
-webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
transition: height .4s ease-in-out, top .4s ease-in-out;
}
/**/
.vis-panel {
position: absolute;

Expand Down Expand Up @@ -119,6 +86,39 @@
bottom: -1px;
left: 0;
}
.vis-timeline {
/*
-webkit-transition: height .4s ease-in-out;
transition: height .4s ease-in-out;
*/
}

.vis-panel {
/*
-webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
transition: height .4s ease-in-out, top .4s ease-in-out;
*/
}

.vis-axis {
/*
-webkit-transition: top .4s ease-in-out;
transition: top .4s ease-in-out;
*/
}

/* TODO: get animation working nicely
.vis-item {
-webkit-transition: top .4s ease-in-out;
transition: top .4s ease-in-out;
}
.vis-item.line {
-webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
transition: height .4s ease-in-out, top .4s ease-in-out;
}
/**/
.vis-current-time {
background-color: #FF7F6E;
width: 2px;
Expand Down Expand Up @@ -393,6 +393,50 @@
display: inline-block
}

.vis-labelset {
position: relative;

overflow: hidden;

box-sizing: border-box;
}

.vis-labelset .vis-label {
position: relative;
left: 0;
top: 0;
width: 100%;
color: #4d4d4d;

box-sizing: border-box;
}

.vis-labelset .vis-label {
border-bottom: 1px solid #bfbfbf;
}

.vis-labelset .vis-label.draggable {
cursor: pointer;
}

.vis-group-is-dragging {
background: rgba(0, 0, 0, .1);
}

.vis-labelset .vis-label:last-child {
border-bottom: none;
}

.vis-labelset .vis-label .vis-inner {
display: inline-block;
padding: 5px;
}

.vis-labelset .vis-label .vis-inner.vis-hidden {
padding: 0;
}


.vis-itemset {
position: relative;
padding: 0;
Expand Down Expand Up @@ -571,50 +615,6 @@
height: 100%;
z-index: 10;
}

.vis-labelset {
position: relative;

overflow: hidden;

box-sizing: border-box;
}

.vis-labelset .vis-label {
position: relative;
left: 0;
top: 0;
width: 100%;
color: #4d4d4d;

box-sizing: border-box;
}

.vis-labelset .vis-label {
border-bottom: 1px solid #bfbfbf;
}

.vis-labelset .vis-label.draggable {
cursor: pointer;
}

.vis-group-is-dragging {
background: rgba(0, 0, 0, .1);
}

.vis-labelset .vis-label:last-child {
border-bottom: none;
}

.vis-labelset .vis-label .vis-inner {
display: inline-block;
padding: 5px;
}

.vis-labelset .vis-label .vis-inner.vis-hidden {
padding: 0;
}

.vis-time-axis {
position: relative;
overflow: hidden;
Expand Down
2 changes: 1 addition & 1 deletion dist/vis-timeline-graph2d.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Create a fully customizable, interactive timeline with items and ranges.
*
* @version 0.0.0-no-version
* @date 2024-01-05T18:57:34.618Z
* @date 2024-01-07T18:36:15.538Z
*
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
Expand Down
2 changes: 1 addition & 1 deletion dist/vis-timeline-graph2d.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vis-timeline-graph2d.min.js

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

2 changes: 1 addition & 1 deletion esnext/esm/vis-timeline-graph2d.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Create a fully customizable, interactive timeline with items and ranges.
*
* @version 0.0.0-no-version
* @date 2024-01-05T18:56:24.147Z
* @date 2024-01-07T18:35:16.590Z
*
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
Expand Down
2 changes: 1 addition & 1 deletion esnext/esm/vis-timeline-graph2d.min.js

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

2 changes: 1 addition & 1 deletion esnext/umd/vis-timeline-graph2d.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Create a fully customizable, interactive timeline with items and ranges.
*
* @version 0.0.0-no-version
* @date 2024-01-05T18:56:24.147Z
* @date 2024-01-07T18:35:16.590Z
*
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
Expand Down
2 changes: 1 addition & 1 deletion esnext/umd/vis-timeline-graph2d.min.js

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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion peer/esm/vis-timeline-graph2d.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Create a fully customizable, interactive timeline with items and ranges.
*
* @version 0.0.0-no-version
* @date 2024-01-05T18:56:24.147Z
* @date 2024-01-07T18:35:16.590Z
*
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
Expand Down
2 changes: 1 addition & 1 deletion peer/esm/vis-timeline-graph2d.min.js

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

2 changes: 1 addition & 1 deletion peer/umd/vis-timeline-graph2d.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Create a fully customizable, interactive timeline with items and ranges.
*
* @version 0.0.0-no-version
* @date 2024-01-05T18:56:24.147Z
* @date 2024-01-07T18:35:16.590Z
*
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
Expand Down
2 changes: 1 addition & 1 deletion peer/umd/vis-timeline-graph2d.min.js

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

2 changes: 1 addition & 1 deletion standalone/esm/vis-timeline-graph2d.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Create a fully customizable, interactive timeline with items and ranges.
*
* @version 0.0.0-no-version
* @date 2024-01-05T18:56:24.147Z
* @date 2024-01-07T18:35:16.590Z
*
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
Expand Down
2 changes: 1 addition & 1 deletion standalone/esm/vis-timeline-graph2d.min.js

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

2 changes: 1 addition & 1 deletion standalone/umd/vis-timeline-graph2d.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Create a fully customizable, interactive timeline with items and ranges.
*
* @version 0.0.0-no-version
* @date 2024-01-05T18:56:24.147Z
* @date 2024-01-07T18:35:16.590Z
*
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
Expand Down
2 changes: 1 addition & 1 deletion standalone/umd/vis-timeline-graph2d.min.js

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

0 comments on commit 06e61b0

Please sign in to comment.