@corva/ui 0.42.0-2 → 0.42.0-3

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.
@@ -1 +1 @@
1
- import e from'./../../../ext-esm/style-inject/dist/style-inject.es.js';var t={container:"DevCenterAppContainer_container__6zeRh",containerContent:"DevCenterAppContainer_containerContent__Jxol2",containerMaximized:"DevCenterAppContainer_containerMaximized__rJ5mZ"};e(".DevCenterAppContainer_container__6zeRh{background-color:#201f1f;bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.dc-app-container__light-theme{background-color:#fff;box-shadow:inset 0 0 0 2px #ccc;color:rgba(0,0,0,.87)}.dc-app-container__pdf-report{zoom:.5}.c-dashboard-report__app--light-theme ::-webkit-scrollbar-thumb,.dc-app-container__light-theme ::-webkit-scrollbar-thumb{background-color:hsla(0,0%,50%,.6)!important}.c-dashboard-report__app--light-theme,.dc-app-container__light-theme{scrollbar-color:hsla(0,0%,50%,.6) transparent!important}.DevCenterAppContainer_containerContent__Jxol2{height:100%;overflow:hidden;width:100%}.DevCenterAppContainer_containerMaximized__rJ5mZ{bottom:10px;box-shadow:0 0 18px 3px rgba(0,0,0,.75);height:auto;left:10px;overflow:hidden;position:fixed;right:10px;top:10px;width:auto;z-index:500}.DevCenterAppContainer_containerMaximized__rJ5mZ .DevCenterAppContainer_containerContent__Jxol2{margin-right:28px;width:auto}");export{t as default};
1
+ import e from'./../../../ext-esm/style-inject/dist/style-inject.es.js';var t={container:"DevCenterAppContainer_container__6zeRh",containerContent:"DevCenterAppContainer_containerContent__Jxol2",containerMaximized:"DevCenterAppContainer_containerMaximized__rJ5mZ"};e(".DevCenterAppContainer_container__6zeRh{background-color:#201f1f;bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.dc-app-container__light-theme{background-color:#fff;box-shadow:inset 0 0 0 2px #ccc;color:rgba(0,0,0,.87)}.dc-app-container__pdf-report{zoom:.5}.c-dashboard-report__app--light-theme,.dc-app-container__light-theme{scrollbar-color:hsla(0,0%,50%,.6) transparent!important}.DevCenterAppContainer_containerContent__Jxol2{height:100%;overflow:hidden;width:100%}.DevCenterAppContainer_containerMaximized__rJ5mZ{bottom:10px;box-shadow:0 0 18px 3px rgba(0,0,0,.75);height:auto;left:10px;overflow:hidden;position:fixed;right:10px;top:10px;width:auto;z-index:500}.DevCenterAppContainer_containerMaximized__rJ5mZ .DevCenterAppContainer_containerContent__Jxol2{margin-right:28px;width:auto}");export{t as default};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corva/ui",
3
- "version": "0.42.0-2",
3
+ "version": "0.42.0-3",
4
4
  "description": "Shared components/utils for Corva ui projects",
5
5
  "keywords": [
6
6
  "corva-ui"
@@ -8,7 +8,7 @@ body {
8
8
  }
9
9
 
10
10
  body {
11
- scrollbar-color: rgba(0, 0, 0, 0.6) transparent !important;
11
+ scrollbar-color: rgba(128, 128, 128, 0.6) transparent !important;
12
12
  }
13
13
 
14
14
  ::-webkit-scrollbar {
@@ -25,7 +25,7 @@ body {
25
25
  }
26
26
 
27
27
  ::-webkit-scrollbar-thumb {
28
- background-color: rgba(0, 0, 0, 0.6) !important;
28
+ background-color: rgba(128, 128, 128, 0.6) !important;
29
29
  border-radius: 10px;
30
30
  border: 5px solid rgba(0, 0, 0, 0.01);
31
31
  background-clip: padding-box;
@@ -1 +1 @@
1
- import r from'./../ext-esm/style-inject/dist/style-inject.es.js';r("body{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:auto;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:rgba(0,0,0,.6) transparent!important;scrollbar-width:thin}::-webkit-scrollbar{height:16px;width:16px}::-webkit-scrollbar-track,::-webkit-scrollbar-track:hover{background-color:transparent}::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:rgba(0,0,0,.6)!important;border:5px solid rgba(0,0,0,.01);border-radius:10px}");
1
+ import o from'./../ext-esm/style-inject/dist/style-inject.es.js';o("body{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:auto;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:hsla(0,0%,50%,.6) transparent!important;scrollbar-width:thin}::-webkit-scrollbar{height:16px;width:16px}::-webkit-scrollbar-track,::-webkit-scrollbar-track:hover{background-color:transparent}::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:hsla(0,0%,50%,.6)!important;border:5px solid rgba(0,0,0,.01);border-radius:10px}");