Skip to content

Commit

Permalink
chore: update to d0c2f0e [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vis-bot committed May 10, 2024
1 parent 42aa927 commit bbf7cec
Show file tree
Hide file tree
Showing 53 changed files with 135 additions and 135 deletions.
240 changes: 120 additions & 120 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-current-time {
background-color: #FF7F6E;
width: 2px;
Expand Down Expand Up @@ -67,104 +34,39 @@
.vis-rolling-mode-btn:hover {
opacity: 1;
}
.vis-panel {
position: absolute;

padding: 0;
margin: 0;

box-sizing: border-box;
}

.vis-panel.vis-center,
.vis-panel.vis-left,
.vis-panel.vis-right,
.vis-panel.vis-top,
.vis-panel.vis-bottom {
border: 1px #bfbfbf;
}

.vis-panel.vis-center,
.vis-panel.vis-left,
.vis-panel.vis-right {
border-top-style: solid;
border-bottom-style: solid;
overflow: hidden;
}

.vis-left.vis-panel.vis-vertical-scroll, .vis-right.vis-panel.vis-vertical-scroll {
height: 100%;
overflow-x: hidden;
overflow-y: scroll;
}

.vis-left.vis-panel.vis-vertical-scroll {
direction: rtl;
}

.vis-left.vis-panel.vis-vertical-scroll .vis-content {
direction: ltr;
}

.vis-right.vis-panel.vis-vertical-scroll {
direction: ltr;
}

.vis-right.vis-panel.vis-vertical-scroll .vis-content {
direction: rtl;
}

.vis-panel.vis-center,
.vis-panel.vis-top,
.vis-panel.vis-bottom {
border-left-style: solid;
border-right-style: solid;
}

.vis-background {
overflow: hidden;
}

.vis-panel > .vis-content {
position: relative;
.vis-timeline {
/*
-webkit-transition: height .4s ease-in-out;
transition: height .4s ease-in-out;
*/
}

.vis-panel .vis-shadow {
position: absolute;
width: 100%;
height: 1px;
box-shadow: 0 0 10px rgba(0,0,0,0.8);
/* TODO: find a nice way to ensure vis-shadows are drawn on top of items
z-index: 1;
.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-panel .vis-shadow.vis-top {
top: -1px;
left: 0;
.vis-axis {
/*
-webkit-transition: top .4s ease-in-out;
transition: top .4s ease-in-out;
*/
}

.vis-panel .vis-shadow.vis-bottom {
bottom: -1px;
left: 0;
}
/* TODO: get animation working nicely
.vis-timeline {
position: relative;
border: 1px solid #bfbfbf;
overflow: hidden;
padding: 0;
margin: 0;
box-sizing: border-box;
.vis-item {
-webkit-transition: top .4s ease-in-out;
transition: top .4s ease-in-out;
}
.vis-loading-screen {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
.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-graph-group0 {
fill:#4f81bd;
fill-opacity:0;
Expand Down Expand Up @@ -272,6 +174,104 @@
stroke: none;
}

.vis-panel {
position: absolute;

padding: 0;
margin: 0;

box-sizing: border-box;
}

.vis-panel.vis-center,
.vis-panel.vis-left,
.vis-panel.vis-right,
.vis-panel.vis-top,
.vis-panel.vis-bottom {
border: 1px #bfbfbf;
}

.vis-panel.vis-center,
.vis-panel.vis-left,
.vis-panel.vis-right {
border-top-style: solid;
border-bottom-style: solid;
overflow: hidden;
}

.vis-left.vis-panel.vis-vertical-scroll, .vis-right.vis-panel.vis-vertical-scroll {
height: 100%;
overflow-x: hidden;
overflow-y: scroll;
}

.vis-left.vis-panel.vis-vertical-scroll {
direction: rtl;
}

.vis-left.vis-panel.vis-vertical-scroll .vis-content {
direction: ltr;
}

.vis-right.vis-panel.vis-vertical-scroll {
direction: ltr;
}

.vis-right.vis-panel.vis-vertical-scroll .vis-content {
direction: rtl;
}

.vis-panel.vis-center,
.vis-panel.vis-top,
.vis-panel.vis-bottom {
border-left-style: solid;
border-right-style: solid;
}

.vis-background {
overflow: hidden;
}

.vis-panel > .vis-content {
position: relative;
}

.vis-panel .vis-shadow {
position: absolute;
width: 100%;
height: 1px;
box-shadow: 0 0 10px rgba(0,0,0,0.8);
/* TODO: find a nice way to ensure vis-shadows are drawn on top of items
z-index: 1;
*/
}

.vis-panel .vis-shadow.vis-top {
top: -1px;
left: 0;
}

.vis-panel .vis-shadow.vis-bottom {
bottom: -1px;
left: 0;
}

.vis-timeline {
position: relative;
border: 1px solid #bfbfbf;
overflow: hidden;
padding: 0;
margin: 0;
box-sizing: border-box;
}

.vis-loading-screen {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.vis-custom-time {
background-color: #6E94FF;
width: 2px;
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-04-11T22:10:57.375Z
* @date 2024-05-10T22:46:35.846Z
*
* @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-04-11T22:09:58.568Z
* @date 2024-05-10T22:45:36.629Z
*
* @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-04-11T22:09:58.568Z
* @date 2024-05-10T22:45:36.629Z
*
* @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-04-11T22:09:58.568Z
* @date 2024-05-10T22:45:36.629Z
*
* @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-04-11T22:09:58.568Z
* @date 2024-05-10T22:45:36.629Z
*
* @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-04-11T22:09:58.568Z
* @date 2024-05-10T22:45:36.629Z
*
* @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-04-11T22:09:58.568Z
* @date 2024-05-10T22:45:36.629Z
*
* @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 bbf7cec

Please sign in to comment.