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 1313 },
1414 "dependencies" : {
1515 "@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 " ,
1717 "bootstrap" : " ^4.1.1" ,
1818 "chart.js" : " ^2.7.2" ,
1919 "classnames" : " ^2.2.5" ,
3030 "react-router-dom" : " ^4.2.2" ,
3131 "react-test-renderer" : " ^16.3.2" ,
3232 "reactstrap" : " ^5.0.0" ,
33- "reflect.ownkeys" : " ^0.2.0" ,
3433 "simple-line-icons" : " ^2.4.1"
3534 },
3635 "devDependencies" : {
Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ import 'core-js/es7/object'
2626// Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
2727// import 'core-js/es7/reflect'
2828
29-
30-
3129// CustomEvent() constructor functionality in IE9, IE10, IE11
3230( function ( ) {
3331
Original file line number Diff line number Diff line change 11@charset "UTF-8" ;
22/*!
33 * CoreUI - Open Source Dashboard UI Kit
4- * @version v2.0.0-rc.1
4+ * @version v2.0.0-rc.2
55 * @link https://coreui.io
66 * Copyright (c) 2018 creativeLabs Łukasz Holeczek
77 * Licensed under MIT (https://coreui.io/license)
@@ -8252,6 +8252,8 @@ canvas {
82528252 width : 150px ; }
82538253 .sidebar-compact .sidebar .nav {
82548254 width : 150px ; }
8255+ .sidebar-compact .sidebar .d-compact-none {
8256+ display : none; }
82558257 .sidebar-compact .sidebar .nav-title {
82568258 text-align : center; }
82578259 .sidebar-compact .sidebar .nav-item {
@@ -8277,6 +8279,7 @@ canvas {
82778279 width : 50px ; }
82788280 .sidebar-minimized .sidebar .nav {
82798281 width : 50px ; }
8282+ .sidebar-minimized .sidebar .d-minimized-none ,
82808283 .sidebar-minimized .sidebar .nav-divider ,
82818284 .sidebar-minimized .sidebar .nav-label ,
82828285 .sidebar-minimized .sidebar .nav-title ,
You can’t perform that action at this time.
0 commit comments