Skip to content

Commit c24aa97

Browse files
committed
chore: update to 0e5efcd [ci skip]
1 parent 917e474 commit c24aa97

File tree

53 files changed

+44
-44
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+44
-44
lines changed

dist/vis-timeline-graph2d.css

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -38,35 +38,6 @@
3838
transition: height .4s ease-in-out, top .4s ease-in-out;
3939
}
4040
/**/
41-
.vis-current-time {
42-
background-color: #FF7F6E;
43-
width: 2px;
44-
z-index: 1;
45-
pointer-events: none;
46-
}
47-
48-
.vis-rolling-mode-btn {
49-
height: 40px;
50-
width: 40px;
51-
position: absolute;
52-
top: 7px;
53-
right: 20px;
54-
border-radius: 50%;
55-
font-size: 28px;
56-
cursor: pointer;
57-
opacity: 0.8;
58-
color: white;
59-
font-weight: bold;
60-
text-align: center;
61-
background: #3876c2;
62-
}
63-
.vis-rolling-mode-btn:before {
64-
content: "\26F6";
65-
}
66-
67-
.vis-rolling-mode-btn:hover {
68-
opacity: 1;
69-
}
7041
.vis-panel {
7142
position: absolute;
7243

@@ -272,6 +243,35 @@
272243
top: 0;
273244
left: 0;
274245
}
246+
.vis-current-time {
247+
background-color: #FF7F6E;
248+
width: 2px;
249+
z-index: 1;
250+
pointer-events: none;
251+
}
252+
253+
.vis-rolling-mode-btn {
254+
height: 40px;
255+
width: 40px;
256+
position: absolute;
257+
top: 7px;
258+
right: 20px;
259+
border-radius: 50%;
260+
font-size: 28px;
261+
cursor: pointer;
262+
opacity: 0.8;
263+
color: white;
264+
font-weight: bold;
265+
text-align: center;
266+
background: #3876c2;
267+
}
268+
.vis-rolling-mode-btn:before {
269+
content: "\26F6";
270+
}
271+
272+
.vis-rolling-mode-btn:hover {
273+
opacity: 1;
274+
}
275275
.vis-custom-time {
276276
background-color: #6E94FF;
277277
width: 2px;

dist/vis-timeline-graph2d.esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Create a fully customizable, interactive timeline with items and ranges.
66
*
77
* @version 0.0.0-no-version
8-
* @date 2024-08-25T14:21:08.286Z
8+
* @date 2024-08-25T15:24:42.386Z
99
*
1010
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
1111
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs

dist/vis-timeline-graph2d.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vis-timeline-graph2d.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esnext/esm/vis-timeline-graph2d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Create a fully customizable, interactive timeline with items and ranges.
66
*
77
* @version 0.0.0-no-version
8-
* @date 2024-08-25T14:20:09.564Z
8+
* @date 2024-08-25T15:23:52.263Z
99
*
1010
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
1111
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs

esnext/esm/vis-timeline-graph2d.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esnext/umd/vis-timeline-graph2d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Create a fully customizable, interactive timeline with items and ranges.
66
*
77
* @version 0.0.0-no-version
8-
* @date 2024-08-25T14:20:09.564Z
8+
* @date 2024-08-25T15:23:52.263Z
99
*
1010
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
1111
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs

esnext/umd/vis-timeline-graph2d.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-1.43 KB
-379 Bytes

0 commit comments

Comments
 (0)