graphdb-workbench 2.4.0-TR2 → 2.4.0-TR3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/dist/114.26fa0fbbba53a7c6f5d9.bundle.js +1 -1
  2. package/dist/13.3bc0b0e2b9ef3d69e9a4.bundle.js +1 -1
  3. package/dist/207.d762c8a456ecbe63add7.bundle.js +1 -0
  4. package/dist/218.3ac3058f787922734e91.bundle.js +1 -1
  5. package/dist/220.da2fb225d703c2316b66.bundle.js +1 -1
  6. package/dist/221.03b9a55b4132fc85e678.bundle.js +1 -1
  7. package/dist/32.eb21d1c2bd72b7fa4cfa.bundle.js +1 -1
  8. package/dist/33.0c85f99a689b588db1b1.bundle.js +1 -1
  9. package/dist/{35.062ba72b231f1329e46b.bundle.js → 35.4135dc13f21b16ffb0e0.bundle.js} +1 -1
  10. package/dist/{42.cf0dba02876f712d25e0.bundle.js → 42.b0262e0e81cb2944670e.bundle.js} +1 -1
  11. package/dist/45.41e5e22424aa4522e3dd.bundle.js +1 -1
  12. package/dist/56.5d56ff0d2099c9b5e608.bundle.js +1 -1
  13. package/dist/{76.7440ca2eeea202f5d0fe.bundle.js → 76.89a00d717a67dfa546be.bundle.js} +1 -1
  14. package/dist/{bundle.08755529f16189c472da.bundle.js → bundle.89480d116bd83d54df41.bundle.js} +2 -2
  15. package/dist/css/bootstrap-graphdb-theme.css +0 -59
  16. package/dist/css/clustermanagement.css +2 -2
  17. package/dist/css/export.css +4 -0
  18. package/dist/css/jdbc-create.css +4 -0
  19. package/dist/css/lib/ontotext-yasgui-web-component.css +187 -0
  20. package/dist/css/sparql-editor.css +5 -28
  21. package/dist/index.html +4 -4
  22. package/dist/js/angular/core/directives/rdfresourcesearch/templates/rdfResourceSearchTemplate.html +1 -1
  23. package/dist/js/angular/core/directives/yasgui-component/templates/yasgui-component.html +1 -1
  24. package/dist/license-checker.json +4 -4
  25. package/dist/{main.d7d8410a2a5212b60f7d.css → main.2adeda79845acbacf545.css} +1 -1
  26. package/dist/pages/autocomplete.html +1 -1
  27. package/dist/pages/choose-repository-type.html +1 -1
  28. package/dist/pages/cluster-management/clusterInfo.html +9 -9
  29. package/dist/pages/create-index.html +1 -1
  30. package/dist/pages/dependencies.html +1 -1
  31. package/dist/pages/domainRangeInfo.html +2 -2
  32. package/dist/pages/edit.html +1 -1
  33. package/dist/pages/explore.html +1 -1
  34. package/dist/pages/export.html +12 -14
  35. package/dist/pages/find.html +1 -1
  36. package/dist/pages/graph-config/saveGraphConfig.html +8 -8
  37. package/dist/pages/graphs-visualizations.html +7 -7
  38. package/dist/pages/guides.html +1 -1
  39. package/dist/pages/home.html +1 -1
  40. package/dist/pages/import.html +1 -1
  41. package/dist/pages/jdbc-create.html +1 -0
  42. package/dist/pages/licenseInfo.html +4 -4
  43. package/dist/pages/login.html +1 -2
  44. package/dist/pages/monitor/queries.html +1 -1
  45. package/dist/pages/monitor/resources.html +2 -2
  46. package/dist/pages/namespaces.html +2 -2
  47. package/dist/pages/plugins.html +1 -1
  48. package/dist/pages/rdfClassHierarchyInfo.html +7 -7
  49. package/dist/pages/rdfrank.html +2 -2
  50. package/dist/pages/repositories.html +2 -2
  51. package/dist/pages/repository.html +2 -2
  52. package/dist/pages/similarity-indexes.html +1 -1
  53. package/dist/pages/sparql-editor.html +4 -2
  54. package/dist/pages/sparql.html +3 -3
  55. package/dist/pages/webapi.html +2 -2
  56. package/dist/plugins.js +2 -6
  57. package/dist/res/swagger/index.html +27 -27
  58. package/package.json +2 -2
  59. package/dist/207.d4c6a061b0a19507d512.bundle.js +0 -1
  60. /package/dist/{8.5dda979f99ce5e03eacd.bundle.js → 8.f73eac79f8abcdc7260b.bundle.js} +0 -0
@@ -708,7 +708,6 @@ main menu height*/
708
708
  .main-menu .menu-element.open,
709
709
  .main-menu.collapsed .menu-element:hover {
710
710
  background-color: #dcdcdc;
711
-
712
711
  }
713
712
 
714
713
  .main-menu .sub-menu {
@@ -740,7 +739,6 @@ main menu height*/
740
739
  font-family: 'icomoon', sans-serif !important;
741
740
  content: "\e921";
742
741
  display: block;
743
- color: rgba(0, 0, 0, .25);
744
742
  font-size: 1.5em;
745
743
  position: absolute;
746
744
  top: -3.3rem;
@@ -2508,67 +2506,10 @@ ul.nav.navbar-right.pagination li.disabled a {
2508
2506
  /*-------------------------------------------------------------
2509
2507
  SPARQL editor
2510
2508
  -------------------------------------------------------------*/
2511
-
2512
- yasgui-component .yasgui-btn.btn-selected {
2513
- background-color: var(--primary-color) !important;
2514
- }
2515
-
2516
- yasgui-component .btn-orientation {
2517
- color: var(--primary-color) !important;
2518
- }
2519
-
2520
- yasgui-component .custom-button {
2521
- color: var(--primary-color) !important;
2522
- }
2523
-
2524
- yasgui-component .yasqe_queryButton {
2525
- background-color: var(--primary-color) !important;
2526
- }
2527
-
2528
- yasgui-component .ontotext-dropdown-button,
2529
- yasgui-component .ontotext-dropdown-menu-item {
2530
- background-color: var(--primary-color) !important;
2531
- }
2532
- yasgui-component .ontotext-dropdown-button.icon-caret-down-after:after,
2533
- yasgui-component .ontotext-dropdown-button.icon-caret-up-after:after {
2534
- color: #fff !important;
2535
- }
2536
-
2537
- yasgui-component .ok-button,
2538
- yasgui-component .primary-button,
2539
- yasgui-component .confirm-button {
2540
- background-color: var(--primary-color) !important;
2541
- }
2542
-
2543
- yasgui-component .yasr a,
2544
- yasgui-component .yasr .overlay_content .yasr_btn,
2545
- yasgui-component .yasr .yasr_btn.selected {
2546
- color: var(--secondary-color-light) !important;
2547
- }
2548
-
2549
- yasgui-component .tabsList a {
2550
- color: var(--gray-color) !important;
2551
- }
2552
-
2553
- yasgui-component .tabsList .closeTab {
2554
- color: var(--gray-color) !important;
2555
- opacity: .8 !important;
2556
- }
2557
-
2558
- yasgui-component .yasr_response_chip,
2559
- yasgui-component .yasr_plugin_control label {
2560
- color: var(--gray-color) !important;
2561
- }
2562
-
2563
- yasgui-component .CodeMirror-gutter-elt {
2564
- color: var(--gray-color) !important;
2565
- }
2566
-
2567
2509
  .dialog .dialog-footer .confirm-button {
2568
2510
  background-color: var(--primary-color) !important;
2569
2511
  }
2570
2512
 
2571
-
2572
2513
  .yasqe .CodeMirror {
2573
2514
  min-height: 330px;
2574
2515
  }
@@ -47,7 +47,7 @@ path.link {
47
47
 
48
48
  .node {
49
49
  cursor: pointer;
50
- fill: var(--grey-color);
50
+ fill: var(--gray-color);
51
51
  stroke: black;
52
52
  }
53
53
 
@@ -64,7 +64,7 @@ path.link {
64
64
  }
65
65
 
66
66
  .node.other {
67
- fill: var(--grey-color)
67
+ fill: var(--gray-color)
68
68
  }
69
69
 
70
70
  #node-group.legend .node {
@@ -241,3 +241,7 @@
241
241
  bottom: -450px;
242
242
  right: -22px;
243
243
  }
244
+
245
+ .clear-repository-btn {
246
+ margin-right: 5px;
247
+ }
@@ -0,0 +1,4 @@
1
+ .jdbc-configuration {
2
+ /* unset it to prevent yasgui inner controls misalignment */
3
+ position: unset;
4
+ }
@@ -1,5 +1,192 @@
1
1
  @import "../common.css";
2
2
 
3
+
4
+ yasgui-component .yasgui-btn.btn-selected {
5
+ background-color: var(--primary-color) !important;
6
+ }
7
+
8
+ yasgui-component .btn-orientation {
9
+ color: var(--primary-color) !important;
10
+ }
11
+
12
+ yasgui-component .custom-button {
13
+ color: var(--primary-color) !important;
14
+ }
15
+
16
+ yasgui-component .yasqe_queryButton {
17
+ background-color: var(--primary-color) !important;
18
+ }
19
+
20
+ yasgui-component .ontotext-dropdown-button,
21
+ yasgui-component .ontotext-dropdown-menu-item {
22
+ background-color: var(--primary-color) !important;
23
+ }
24
+ yasgui-component .ontotext-dropdown-button.icon-caret-down-after:after,
25
+ yasgui-component .ontotext-dropdown-button.icon-caret-up-after:after {
26
+ color: #fff !important;
27
+ }
28
+
29
+ yasgui-component .ok-button,
30
+ yasgui-component .primary-button,
31
+ yasgui-component .confirm-button {
32
+ background-color: var(--primary-color) !important;
33
+ }
34
+
35
+ yasgui-component .yasr a,
36
+ yasgui-component .yasr .overlay_content .yasr_btn,
37
+ yasgui-component .yasr .yasr_btn.selected {
38
+ color: var(--secondary-color-light) !important;
39
+ }
40
+
41
+ yasgui-component .yasr a {
42
+ color: var(--secondary-color) !important;
43
+ }
44
+
45
+ yasgui-component .yasr .yasr_btnGroup .yasr_btn {
46
+ margin-left: 0;
47
+ font-size: 16px;
48
+ font-weight: 400;
49
+ color: var(--secondary-color) !important;
50
+ background-color: #eee;
51
+ border-bottom: 2px solid transparent;
52
+ }
53
+
54
+ yasgui-component .yasr .yasr_btnGroup .yasr_btn:hover {
55
+ border-bottom: 2px solid #9fc4e4;
56
+ }
57
+
58
+ yasgui-component .yasr .yasr_btnGroup .yasr_btn.selected {
59
+ border-top: 1px solid #ddd;
60
+ border-left: 1px solid #ddd;
61
+ border-right: 1px solid #ddd;
62
+ border-bottom: none;
63
+ color: var(--secondary-color-dark) !important;
64
+ background-color: #fff;
65
+ }
66
+
67
+ yasgui-component .yasr .dataTable a {
68
+ font-size: 16px;
69
+ }
70
+
71
+ yasgui-component .tabsList .tab .closeTab {
72
+ color: var(--secondary-color-light) !important;
73
+ opacity: .8 !important;
74
+ }
75
+
76
+ yasgui-component .tabsList .tab .closeTab:hover {
77
+ color: var(--primary-color-dark) !important;
78
+ }
79
+
80
+ yasgui-component .tabsList .tab {
81
+ background-color: #eee;
82
+ margin-top: 0.2rem;
83
+ margin-right: 0.2rem;
84
+ }
85
+
86
+ yasgui-component .tabsList .tab.query-invalid a {
87
+ text-decoration: none !important;
88
+ }
89
+
90
+ yasgui-component .tabsList .tab.query-invalid a :first-child {
91
+ text-decoration: underline dotted var(--color-danger-dark);
92
+ }
93
+
94
+ yasgui-component .tabsList :last-child {
95
+ background-color: #eee;
96
+ padding-right: 14px;
97
+ margin-top: 0.2rem;
98
+ color: var(--secondary-color) !important;
99
+ }
100
+
101
+ yasgui-component .tabsList :last-child:hover {
102
+ transform: none !important;
103
+ color: var(--primary-color) !important;
104
+ }
105
+
106
+ yasgui-component .tabsList :last-child .addTab {
107
+ height: 30px;
108
+ }
109
+
110
+ yasgui-component .tabsList .tab a {
111
+ color: var(--secondary-color) !important;
112
+ font-size: 16px;
113
+ font-weight: 400;
114
+ }
115
+
116
+ yasgui-component .tabsList .tab.active {
117
+ margin-bottom: -1px;
118
+ z-index: 1;
119
+ border-bottom: 1px solid #fff !important;
120
+ }
121
+
122
+ yasgui-component .tabsList .tab.active a {
123
+ color: var(--secondary-color-dark) !important;
124
+ background-color: #fff;
125
+ border-top: 1px solid #ddd;
126
+ border-left: 1px solid #ddd;
127
+ border-right: 1px solid #ddd;
128
+ border-bottom: 1px solid #fff !important;
129
+ }
130
+
131
+ yasgui-component .tabsList .tab.active a:focus {
132
+ text-decoration: none;
133
+ outline: none;
134
+ }
135
+
136
+ yasgui-component .tabsList .tab a:hover {
137
+ text-decoration: none;
138
+ }
139
+
140
+ yasgui-component .yasr_response_chip {
141
+ font-size: 16px;
142
+ color: var(--secondary-color) !important;
143
+ }
144
+
145
+ yasgui-component .yasr_plugin_control label {
146
+ color: var(--secondary-color) !important;
147
+ margin-bottom: 0;
148
+ }
149
+
150
+ yasgui-component .yasr_plugin_control label .label {
151
+ margin-right: 5px;
152
+ }
153
+
154
+ yasgui-component .CodeMirror-gutter-elt {
155
+ color: var(--secondary-color) !important;
156
+ }
157
+
158
+ yasgui-component .saved-queries-container .saved-queries-popup {
159
+ overflow-y: auto;
160
+ }
161
+
162
+ yasgui-component .abort-button {
163
+ background-color: var(--primary-color) !important;
164
+ }
165
+
166
+ yasgui-component .page-button.selected-page {
167
+ background-color: var(--primary-color) !important;
168
+ color: #fff !important;
169
+ }
170
+
171
+ yasgui-component .page-selector {
172
+ color: var(--secondary-color) !important;
173
+ }
174
+
175
+ .keyboard-shortcuts-dialog-wrapper {
176
+ height: 20px;
177
+ line-height: 20px;
178
+ font-size: 90%;
179
+ }
180
+
181
+ .keyboard-shortcuts-dialog-wrapper.resizeable-on {
182
+ margin-top: -30px;
183
+ }
184
+
185
+ .keyboard-shortcuts-dialog-button {
186
+ font-weight: 400;
187
+ color: var(--secondary-color);
188
+ }
189
+
3
190
  .hidden {
4
191
  display: none;
5
192
  }
@@ -1,9 +1,7 @@
1
- .sparql-editor-view {
2
- position: relative;
3
- }
4
-
5
1
  .sparql-editor-view #sparql-query-update-title-label {
6
2
  position: relative;
3
+ margin-bottom: -35px;
4
+ z-index: 1;
7
5
  }
8
6
 
9
7
  .sparql-editor-view #sparql-query-update-title-label .btn-link {
@@ -11,11 +9,6 @@
11
9
  z-index: 100;
12
10
  }
13
11
 
14
- .sparql-editor-view #query-editor {
15
- position: relative;
16
- top: -55px;
17
- }
18
-
19
12
  .sparql-editor-view #query-editor .yasgui-host-element {
20
13
  display: block;
21
14
  }
@@ -28,11 +21,10 @@
28
21
  .sparql-editor-view #query-editor .yasgui-toolbar {
29
22
  display: inline;
30
23
  float: right;
31
- }
32
-
33
- .sparql-editor-view #query-editor .yasgui-toolbar {
34
24
  font-size: 14px;
35
25
  font-weight: 400;
26
+ position: relative;
27
+ z-index: 100;
36
28
  }
37
29
 
38
30
  .sparql-editor-view #query-editor .yasgui-toolbar .yasgui-btn {
@@ -46,20 +38,5 @@
46
38
  }
47
39
 
48
40
  .sparql-editor-view #query-editor .dataTables_wrapper {
49
- overflow-x: scroll;
50
- }
51
-
52
- .keyboard-shortcuts-dialog-wrapper {
53
- height: 20px;
54
- line-height: 20px;
55
- font-size: 90%;
56
- }
57
-
58
- .keyboard-shortcuts-dialog-wrapper.resizeable-on {
59
- margin-top: -30px;
60
- }
61
-
62
- .keyboard-shortcuts-dialog-button {
63
- font-weight: 400;
64
- color: var(--secondary-color);
41
+ overflow-x: auto;
65
42
  }
package/dist/index.html CHANGED
@@ -13,9 +13,9 @@
13
13
 
14
14
  <link rel="apple-touch-icon-precomposed" href="icon.png">
15
15
 
16
- <script src="plugin-registry.js?v=2.4.0-TR2"></script>
17
- <script src="plugins.js?v=2.4.0-TR2"></script>
18
- <link rel="shortcut icon" href="icon.png"><link href="vendor.d1c629ceaacea40a5f4a.css" rel="stylesheet"><link href="main.d7d8410a2a5212b60f7d.css" rel="stylesheet"></head>
16
+ <script src="plugin-registry.js?v=2.4.0-TR3"></script>
17
+ <script src="plugins.js?v=2.4.0-TR3"></script>
18
+ <link rel="shortcut icon" href="icon.png"><link href="vendor.d1c629ceaacea40a5f4a.css" rel="stylesheet"><link href="main.2adeda79845acbacf545.css" rel="stylesheet"></head>
19
19
 
20
20
  <body>
21
21
 
@@ -166,6 +166,6 @@
166
166
  <object data="img/graphdb-splash.1ef2940889acddc03c7defb3f9f41f8d.svg"></object>
167
167
  <div>GraphDB Workbench is loading...</div>
168
168
  </div>
169
- <script type="text/javascript" src="vendor.8ae8a550813919e2d639.bundle.js"></script><script type="text/javascript" src="main.00dfc8bbff986e664ea1.bundle.js"></script><script type="text/javascript" src="bundle.08755529f16189c472da.bundle.js"></script></body>
169
+ <script type="text/javascript" src="vendor.8ae8a550813919e2d639.bundle.js"></script><script type="text/javascript" src="main.00dfc8bbff986e664ea1.bundle.js"></script><script type="text/javascript" src="bundle.89480d116bd83d54df41.bundle.js"></script></body>
170
170
 
171
171
  </html>
@@ -1,4 +1,4 @@
1
- <link href="css/rdf-resource-search.css?v=2.4.0-TR2" rel="stylesheet"/>
1
+ <link href="css/rdf-resource-search.css?v=2.4.0-TR3" rel="stylesheet"/>
2
2
 
3
3
  <div ng-if="getActiveRepository() && hasActiveLocation() && isNotLoading()" ng-cloak>
4
4
  <div id="search-box" class="card search-rdf-input" ng-keydown="onKeyDown($event)" ng-if="!isHomePage()">
@@ -1,4 +1,4 @@
1
- <link href="css/lib/ontotext-yasgui-web-component.css?v=2.4.0-TR2" rel="stylesheet">
1
+ <link href="css/lib/ontotext-yasgui-web-component.css?v=2.4.0-TR3" rel="stylesheet">
2
2
 
3
3
  <ontotext-yasgui
4
4
  class="{{classToApply}}"
@@ -687,13 +687,13 @@
687
687
  "licenseFile": "/opt/jenkins_jobs/workspace/graphdb-workbench-release/node_modules/font-awesome/README.md",
688
688
  "licenseText": "# [Font Awesome v4.7.0](http://fontawesome.io)\n### The iconic font and CSS framework\n\nFont Awesome is a full suite of 675 pictographic icons for easy scalable vector graphics on websites,\ncreated and maintained by [Dave Gandy](https://twitter.com/davegandy).\nStay up to date with the latest release and announcements on Twitter:\n[@fontawesome](http://twitter.com/fontawesome).\n\nGet started at http://fontawesome.io!\n\n## License\n- The Font Awesome font is licensed under the SIL OFL 1.1:\n - http://scripts.sil.org/OFL\n- Font Awesome CSS, LESS, and Sass files are licensed under the MIT License:\n - https://opensource.org/licenses/mit-license.html\n- The Font Awesome documentation is licensed under the CC BY 3.0 License:\n - http://creativecommons.org/licenses/by/3.0/\n- Attribution is no longer required as of Font Awesome 3.0, but much appreciated:\n - `Font Awesome by Dave Gandy - http://fontawesome.io`\n- Full details: http://fontawesome.io/license/\n\n## Changelog\n- [v4.7.0 GitHub pull request](https://github.com/FortAwesome/Font-Awesome/pull/10012)\n- [v4.6.3 GitHub pull request](https://github.com/FortAwesome/Font-Awesome/pull/9189)\n- [v4.6.3 GitHub pull request](https://github.com/FortAwesome/Font-Awesome/pull/9189)\n- [v4.6.2 GitHub pull request](https://github.com/FortAwesome/Font-Awesome/pull/9117)\n- [v4.6.1 GitHub pull request](https://github.com/FortAwesome/Font-Awesome/pull/8962)\n- [v4.6.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.6.0+is%3Aclosed)\n- [v4.5.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.5.0+is%3Aclosed)\n- [v4.4.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.4.0+is%3Aclosed)\n- [v4.3.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.3.0+is%3Aclosed)\n- [v4.2.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=12&page=1&state=closed)\n- [v4.1.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=6&page=1&state=closed)\n- [v4.0.3 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=9&page=1&state=closed)\n- [v4.0.2 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=8&page=1&state=closed)\n- [v4.0.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=7&page=1&state=closed)\n- [v4.0.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=2&page=1&state=closed)\n- [v3.2.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=5&page=1&state=closed)\n- [v3.2.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=3&page=1&state=closed)\n- [v3.1.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=4&page=1&state=closed)\n- v3.1.0 - Added 54 icons, icon stacking styles, flipping and rotating icons, removed Sass support\n- v3.0.2 - much improved rendering and alignment in IE7\n- v3.0.1 - much improved rendering in webkit, various bug fixes\n- v3.0.0 - all icons redesigned from scratch, optimized for Bootstrap's 14px default\n\n## Contributing\n\nPlease read through our [contributing guidelines](https://github.com/FortAwesome/Font-Awesome/blob/master/CONTRIBUTING.md).\nIncluded are directions for opening issues, coding standards, and notes on development.\n\n## Versioning\n\nFont Awesome will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered\nwith the following format:\n\n`<major>.<minor>.<patch>`\n\nAnd constructed with the following guidelines:\n\n* Breaking backward compatibility bumps the major (and resets the minor and patch)\n* New additions, including new icons, without breaking backward compatibility bumps the minor (and resets the patch)\n* Bug fixes, changes to brand logos, and misc changes bumps the patch\n\nFor more information on SemVer, please visit http://semver.org.\n\n## Author\n- Email: dave@fontawesome.io\n- Twitter: http://twitter.com/davegandy\n- GitHub: https://github.com/davegandy\n\n## Component\nTo include as a [component](https://github.com/componentjs/component), just run\n\n $ component install FortAwesome/Font-Awesome\n\nOr add\n\n \"FortAwesome/Font-Awesome\": \"*\"\n\nto the `dependencies` in your `component.json`.\n\n## Hacking on Font Awesome\n\n**Before you can build the project**, you must first have the following installed:\n\n- [Ruby](https://www.ruby-lang.org/en/)\n- Ruby Development Headers\n - **Ubuntu:** `sudo apt-get install ruby-dev` *(Only if you're __NOT__ using `rbenv` or `rvm`)*\n - **Windows:** [DevKit](http://rubyinstaller.org/)\n- [Bundler](http://bundler.io/) (Run `gem install bundler` to install).\n- [Node Package Manager (AKA NPM)](https://docs.npmjs.com/getting-started/installing-node)\n- [Less](http://lesscss.org/) (Run `npm install -g less` to install).\n- [Less Plugin: Clean CSS](https://github.com/less/less-plugin-clean-css) (Run `npm install -g less-plugin-clean-css` to install).\n\nFrom the root of the repository, install the tools used to develop.\n\n $ bundle install\n $ npm install\n\nBuild the project and documentation:\n\n $ bundle exec jekyll build\n\nOr serve it on a local server on http://localhost:7998/Font-Awesome/:\n\n $ bundle exec jekyll -w serve"
689
689
  },
690
- "graphdb-workbench@2.4.0-TR2": {
690
+ "graphdb-workbench@2.4.0-TR3": {
691
691
  "licenses": "Apache-2.0",
692
692
  "repository": "https://github.com/Ontotext-AD/graphdb-workbench",
693
693
  "publisher": "\"Sirma AI\" JSC, trading as Ontotext",
694
694
  "url": "https://www.ontotext.com/",
695
695
  "name": "graphdb-workbench",
696
- "version": "2.4.0-TR2",
696
+ "version": "2.4.0-TR3",
697
697
  "description": "The web application for GraphDB APIs",
698
698
  "path": "/opt/jenkins_jobs/workspace/graphdb-workbench-release"
699
699
  },
@@ -795,11 +795,11 @@
795
795
  "licenseText": "The MIT License (MIT)\r\n\r\nCopyright (c) 2014 Olivier Combe\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\nSOFTWARE.",
796
796
  "copyright": "Copyright (c) 2014 Olivier Combe"
797
797
  },
798
- "ontotext-yasgui-web-component@1.0.3": {
798
+ "ontotext-yasgui-web-component@1.0.5": {
799
799
  "licenses": "MIT",
800
800
  "repository": "https://github.com/Ontotext-AD/ontotext-yasgui",
801
801
  "name": "ontotext-yasgui-web-component",
802
- "version": "1.0.3",
802
+ "version": "1.0.5",
803
803
  "description": "Ontotext customized yasgui",
804
804
  "path": "/opt/jenkins_jobs/workspace/graphdb-workbench-release/node_modules/ontotext-yasgui-web-component",
805
805
  "licenseFile": "/opt/jenkins_jobs/workspace/graphdb-workbench-release/node_modules/ontotext-yasgui-web-component/LICENSE",