Skip to content

Commit 316036f

Browse files
committed
Ship v3.0.0-alpha.1
1 parent 1d6cc55 commit 316036f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+19893
-12527
lines changed

.DS_Store

-6 KB
Binary file not shown.

package-lock.json

Lines changed: 395 additions & 616 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,11 @@
7979
"@coreui/coreui": "next",
8080
"@coreui/coreui-chartjs": "2.0.0-alpha.0",
8181
"@coreui/icons": "0.4.1",
82+
"@fortawesome/fontawesome-free": "^5.10.2",
8283
"chart.js": "^2.8.0",
8384
"flag-icon-css": "^3.3.0",
84-
"font-awesome": "4.7.0",
85-
"inline-source-cli": "^1.2.0",
8685
"pace-progress": "1.0.2",
87-
"perfect-scrollbar": "1.4.0",
88-
"simple-line-icons": "2.4.1"
86+
"perfect-scrollbar": "1.4.0"
8987
},
9088
"devDependencies": {
9189
"@babel/cli": "^7.6.0",
@@ -101,31 +99,30 @@
10199
"chalk": "^2.4.2",
102100
"clean-css-cli": "^4.3.0",
103101
"copyfiles": "^2.1.1",
104-
"cross-env": "^5.2.1",
105-
"eslint": "^6.3.0",
102+
"cross-env": "^6.0.0",
103+
"eslint": "^6.4.0",
106104
"eslint-config-xo": "^0.26.0",
107105
"eslint-plugin-import": "^2.18.2",
108-
"eslint-plugin-unicorn": "^10.0.0",
106+
"eslint-plugin-unicorn": "^11.0.1",
109107
"foreach-cli": "^1.8.1",
110108
"js-beautify": "^1.10.2",
111109
"jsdom": "^15.1.1",
112110
"minimist": "^1.2.0",
113111
"node-sass": "^4.12.0",
114-
"nodemon": "^1.19.0",
112+
"nodemon": "^1.19.2",
115113
"npm-run-all": "^4.1.5",
116-
"postcss-cli": "^6.1.2",
117-
"postcss-combine-duplicated-selectors": "^7.0.0",
114+
"postcss-cli": "^6.1.3",
115+
"postcss-combine-duplicated-selectors": "^8.0.2",
118116
"postcss-merge-rules": "^4.0.3",
119117
"pug": "^2.0.4",
120118
"rimraf": "^3.0.0",
121119
"shelljs": "^0.8.3",
122-
"stylelint": "^10.1.0",
120+
"stylelint": "^11.0.0",
123121
"stylelint-config-recommended-scss": "^3.3.0",
124-
"stylelint-config-standard": "^18.3.0",
125-
"stylelint-order": "^3.1.0",
126-
"stylelint-scss": "^3.10.1",
127-
"sync-glob": "^1.4.0",
128-
"xmldom": "^0.1.27"
122+
"stylelint-config-standard": "^19.0.0",
123+
"stylelint-order": "^3.1.1",
124+
"stylelint-scss": "^3.11.0",
125+
"sync-glob": "^1.4.0"
129126
},
130127
"engines": {
131128
"node": ">=6"

pug/404.pug

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ block view
1111
.input-prepend.input-group
1212
.input-group-prepend
1313
span.input-group-text
14-
img.c-icon(src="assets/icons/magnifying-glass.svg" width="16" height="16" alt="CoreUI Icons Magnifying Glass")
14+
svg.c-icon
15+
use(xlink:href="assets/icons/coreui/free-symbol-defs.svg#cui-magnifying-glass")
1516
input#prependedInput.form-control(size='16', type='text', placeholder='What are you looking for?')
1617
span.input-group-append
1718
button.btn.btn-info(type='button') Search

pug/500.pug

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ block view
1111
.input-prepend.input-group
1212
.input-group-prepend
1313
span.input-group-text
14-
img.c-icon(src="assets/icons/magnifying-glass.svg" width="16" height="16" alt="CoreUI Icons Magnifying Glass")
14+
svg.c-icon
15+
use(xlink:href="assets/icons/coreui/free-symbol-defs.svg#cui-magnifying-glass")
1516
input#prependedInput.form-control(size='16', type='text', placeholder='What are you looking for?')
1617
span.input-group-append
1718
button.btn.btn-info(type='button') Search

pug/_layout/default.pug

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ html(lang='en')
77
base(href=base)
88
include ../_partials/head.pug
99
block styles
10-
body.c-app.c-default-layout
11-
include ../_partials/header.pug
10+
body.c-app
1211
include ../_partials/sidebar.pug
13-
.c-body
14-
main(class='c-main')
15-
include ../_partials/breadcrumb.pug
16-
.container-fluid
17-
block view
18-
include ../_partials/footer.pug
12+
.c-wrapper
13+
include ../_partials/header.pug
14+
.c-body
15+
main(class='c-main')
16+
.container-fluid
17+
block view
18+
include ../_partials/footer.pug
1919
include ../_partials/scripts.pug

pug/_layout/pages.pug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- var static = true
1+
- var ajax = true
22
- var page = true
33
doctype html
44
include ../_partials/banner.pug
@@ -8,7 +8,7 @@ html(lang='en')
88
base(href=base)
99
include ../_partials/head.pug
1010
block styles
11-
body.c-app.c-default-layout.flex-row.align-items-center
11+
body.c-app.flex-row.align-items-center
1212
block view
1313

1414
include ../_partials/scripts.pug

pug/_partials/banner.pug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
* CoreUI - Free Bootstrap Admin Template
3-
* @version v3.0.0-alpha.0
3+
* @version v3.0.0-alpha.1
44
* @link https://coreui.io
5-
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
5+
* Copyright (c) 2019 creativeLabs Łukasz Holeczek
66
* Licensed under MIT (https://coreui.io/license)
77
= "\n"

pug/_partials/breadcrumb.pug

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
11
// Breadcrumb
2-
ol.breadcrumb
2+
ol.breadcrumb.border-0.m-0
33
li.breadcrumb-item Home
44
if !starter
55
li.breadcrumb-item
66
a(href="#") Admin
77
li.breadcrumb-item.active Dashboard
88
// Breadcrumb Menu
9-
li.breadcrumb-menu.d-md-down-none
10-
.btn-group(role="group" aria-label="Button group")
11-
a.btn(href="#")
12-
img.c-icon(src="assets/icons/speech.svg" alt="CoreUI Icons Speech")
13-
a.btn(href="./")
14-
img.c-icon(src="assets/icons/graph.svg" alt="CoreUI Icons Graph")
15-
|  Dashboard
16-
a.btn(href="#")
17-
img.c-icon(src="assets/icons/settings.svg" alt="CoreUI Icons Settings")
18-
|  Settings

pug/_partials/footer.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ footer.c-footer
44
| © 2019 creativeLabs.
55
div.ml-auto
66
| Powered by 
7-
a(href='https://coreui.io') CoreUI
7+
a(href='https://coreui.io/') CoreUI

0 commit comments

Comments
 (0)