File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
},
14
14
"dependencies" : {
15
15
"@coreui/coreui-plugin-chartjs-custom-tooltips" : " ^1.2.0" ,
16
- "@coreui/react" : " ^2.0.0-beta.2 " ,
16
+ "@coreui/react" : " ^2.0.0-beta.3 " ,
17
17
"bootstrap" : " ^4.1.1" ,
18
18
"chart.js" : " ^2.7.2" ,
19
19
"classnames" : " ^2.2.5" ,
30
30
"react-router-dom" : " ^4.2.2" ,
31
31
"react-test-renderer" : " ^16.3.2" ,
32
32
"reactstrap" : " ^5.0.0" ,
33
- "reflect.ownkeys" : " ^0.2.0" ,
34
33
"simple-line-icons" : " ^2.4.1"
35
34
},
36
35
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ import 'core-js/es7/object'
26
26
// Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
27
27
// import 'core-js/es7/reflect'
28
28
29
-
30
-
31
29
// CustomEvent() constructor functionality in IE9, IE10, IE11
32
30
( function ( ) {
33
31
Original file line number Diff line number Diff line change 1
1
@charset "UTF-8" ;
2
2
/*!
3
3
* CoreUI - Open Source Dashboard UI Kit
4
- * @version v2.0.0-rc.1
4
+ * @version v2.0.0-rc.2
5
5
* @link https://coreui.io
6
6
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
7
7
* Licensed under MIT (https://coreui.io/license)
@@ -8252,6 +8252,8 @@ canvas {
8252
8252
width : 150px ; }
8253
8253
.sidebar-compact .sidebar .nav {
8254
8254
width : 150px ; }
8255
+ .sidebar-compact .sidebar .d-compact-none {
8256
+ display : none; }
8255
8257
.sidebar-compact .sidebar .nav-title {
8256
8258
text-align : center; }
8257
8259
.sidebar-compact .sidebar .nav-item {
@@ -8277,6 +8279,7 @@ canvas {
8277
8279
width : 50px ; }
8278
8280
.sidebar-minimized .sidebar .nav {
8279
8281
width : 50px ; }
8282
+ .sidebar-minimized .sidebar .d-minimized-none ,
8280
8283
.sidebar-minimized .sidebar .nav-divider ,
8281
8284
.sidebar-minimized .sidebar .nav-label ,
8282
8285
.sidebar-minimized .sidebar .nav-title ,
You can’t perform that action at this time.
0 commit comments