@net7/components 4.2.3 → 4.2.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@net7/components",
3
- "version": "4.2.3",
3
+ "version": "4.2.4",
4
4
  "dependencies": {
5
5
  "apexcharts": "^3.8.5",
6
6
  "d3": "^7.1.1",
@@ -1,6 +1,6 @@
1
1
  /* mirador-custom.css */
2
2
 
3
- @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
3
+ @import 'https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap';
4
4
 
5
5
  #mirador-container {
6
6
  position: relative;
@@ -11,9 +11,11 @@
11
11
  }
12
12
 
13
13
  .Connect\(WithPlugins\(Workspace\)\)-workspaceWithControlPanel-21 {
14
- padding-left: 0px !important; /* since the left navbar is hidden I don't need the padding */
14
+ padding-left: 0 !important; /* since the left navbar is hidden I don't need the padding */
15
15
  }
16
16
 
17
+ /*
17
18
  .mirador-scrollto-scrollable {
18
19
  scrollbar-color: #2d3439 #575d62;
19
20
  }
21
+ */