fix: temporary add dependency to git @coreui/react
This commit is contained in:
parent
09a02cc657
commit
a287b306be
@ -12,8 +12,8 @@
|
|||||||
"url": "git@github.com:mrholek/CoreUI-React.git"
|
"url": "git@github.com:mrholek/CoreUI-React.git"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@coreui/styles": "git://github.com/coreui/styles.git",
|
"@coreui/styles": "next",
|
||||||
"@coreui/react-dev": "git://github.com/coreui/react.git",
|
"@coreui/react": "git://github.com/coreui/react.git",
|
||||||
"bootstrap": "4.0.0",
|
"bootstrap": "4.0.0",
|
||||||
"chart.js": "2.7.2",
|
"chart.js": "2.7.2",
|
||||||
"classnames": "^2.2.3",
|
"classnames": "^2.2.3",
|
||||||
|
@ -13,7 +13,7 @@ import {
|
|||||||
AppSidebarHeader,
|
AppSidebarHeader,
|
||||||
AppSidebarMinimizer,
|
AppSidebarMinimizer,
|
||||||
AppSidebarNav,
|
AppSidebarNav,
|
||||||
} from '@coreui/react-dev';
|
} from '@coreui/react';
|
||||||
// sidebar nav config
|
// sidebar nav config
|
||||||
import navigation from '../../_nav';
|
import navigation from '../../_nav';
|
||||||
// routes config
|
// routes config
|
||||||
|
@ -2,7 +2,7 @@ import React, { Component } from 'react';
|
|||||||
import { Badge, DropdownItem, DropdownMenu, DropdownToggle, Nav, NavItem, NavLink } from 'reactstrap';
|
import { Badge, DropdownItem, DropdownMenu, DropdownToggle, Nav, NavItem, NavLink } from 'reactstrap';
|
||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
|
|
||||||
import { AppAsideToggler, AppHeaderDropdown, AppNavbarBrand, AppSidebarToggler } from '@coreui/react-dev';
|
import { AppAsideToggler, AppHeaderDropdown, AppNavbarBrand, AppSidebarToggler } from '@coreui/react';
|
||||||
|
|
||||||
const propTypes = {
|
const propTypes = {
|
||||||
children: PropTypes.node,
|
children: PropTypes.node,
|
||||||
|
@ -1,11 +1,3 @@
|
|||||||
@charset "UTF-8";
|
|
||||||
/*!
|
|
||||||
* CoreUI - Open Source Dashboard UI Kit
|
|
||||||
* @version v2.0.0-alpha.2
|
|
||||||
* @link https://coreui.io
|
|
||||||
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
|
|
||||||
* Licensed under MIT (https://coreui.io/license)
|
|
||||||
*/
|
|
||||||
/*!
|
/*!
|
||||||
* Bootstrap v4.0.0 (https://getbootstrap.com)
|
* Bootstrap v4.0.0 (https://getbootstrap.com)
|
||||||
* Copyright 2011-2018 The Bootstrap Authors
|
* Copyright 2011-2018 The Bootstrap Authors
|
||||||
@ -7011,39 +7003,6 @@ button {
|
|||||||
base-chart.chart {
|
base-chart.chart {
|
||||||
display: block; }
|
display: block; }
|
||||||
|
|
||||||
canvas {
|
|
||||||
user-select: none; }
|
|
||||||
|
|
||||||
.chartjs-tooltip {
|
|
||||||
position: absolute;
|
|
||||||
z-index: 1021;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
padding: 0.25rem 0.5rem;
|
|
||||||
color: #fff;
|
|
||||||
pointer-events: none;
|
|
||||||
background: rgba(0, 0, 0, 0.7);
|
|
||||||
border-radius: 0.25rem;
|
|
||||||
opacity: 0;
|
|
||||||
transition: all .1s ease;
|
|
||||||
transform: translate(-50%, 0); }
|
|
||||||
.chartjs-tooltip .tooltip-header {
|
|
||||||
margin-bottom: 0.5rem; }
|
|
||||||
.chartjs-tooltip .tooltip-header-item {
|
|
||||||
font-size: 0.76563rem;
|
|
||||||
font-weight: 700; }
|
|
||||||
.chartjs-tooltip .tooltip-body-item {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
font-size: 0.76563rem;
|
|
||||||
white-space: nowrap; }
|
|
||||||
|
|
||||||
.chartjs-tooltip-key {
|
|
||||||
display: inline-block;
|
|
||||||
width: 0.875rem;
|
|
||||||
height: 0.875rem;
|
|
||||||
margin-right: 0.875rem; }
|
|
||||||
|
|
||||||
.dropdown-item {
|
.dropdown-item {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
|
Loading…
Reference in New Issue
Block a user