Skip to content

Commit 1d6cc55

Browse files
committed
Ship v3.0.0-alpha.1
1 parent 0d40092 commit 1d6cc55

File tree

644 files changed

+18052
-13238
lines changed

Some content is hidden

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

644 files changed

+18052
-13238
lines changed

package-lock.json

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

package.json

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-free-bootstrap-admin-template",
3-
"version": "3.0.0-alpha.0",
3+
"version": "3.0.0-alpha.1",
44
"description": "Free Bootstrap Admin Template",
55
"keywords": [
66
"admin",
@@ -78,9 +78,7 @@
7878
"dependencies": {
7979
"@coreui/coreui": "next",
8080
"@coreui/coreui-chartjs": "2.0.0-alpha.0",
81-
"@coreui/icons": "0.3.0",
82-
"@iconfu/svg-inject": "^1.2.3",
83-
"@tanem/svg-injector": "^3.0.0",
81+
"@coreui/icons": "0.4.1",
8482
"chart.js": "^2.8.0",
8583
"flag-icon-css": "^3.3.0",
8684
"font-awesome": "4.7.0",
@@ -90,26 +88,26 @@
9088
"simple-line-icons": "2.4.1"
9189
},
9290
"devDependencies": {
93-
"@babel/cli": "^7.4.4",
94-
"@babel/core": "^7.4.4",
95-
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
96-
"@babel/preset-env": "^7.4.4",
91+
"@babel/cli": "^7.6.0",
92+
"@babel/core": "^7.6.0",
93+
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
94+
"@babel/preset-env": "^7.6.0",
9795
"@coreui/svg-injector": "^1.0.0-alpha.2",
9896
"@coreui/vendors-injector": "^1.0.0-alpha.1",
99-
"autoprefixer": "^9.5.1",
100-
"babel-eslint": "^10.0.1",
97+
"autoprefixer": "^9.6.1",
98+
"babel-eslint": "^10.0.3",
10199
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
102-
"browser-sync": "^2.26.5",
100+
"browser-sync": "^2.26.7",
103101
"chalk": "^2.4.2",
104102
"clean-css-cli": "^4.3.0",
105-
"copyfiles": "^2.1.0",
106-
"cross-env": "^5.2.0",
107-
"eslint": "^5.16.0",
103+
"copyfiles": "^2.1.1",
104+
"cross-env": "^5.2.1",
105+
"eslint": "^6.3.0",
108106
"eslint-config-xo": "^0.26.0",
109-
"eslint-plugin-import": "^2.17.2",
110-
"eslint-plugin-unicorn": "^8.0.1",
107+
"eslint-plugin-import": "^2.18.2",
108+
"eslint-plugin-unicorn": "^10.0.0",
111109
"foreach-cli": "^1.8.1",
112-
"js-beautify": "^1.10.0",
110+
"js-beautify": "^1.10.2",
113111
"jsdom": "^15.1.1",
114112
"minimist": "^1.2.0",
115113
"node-sass": "^4.12.0",
@@ -118,14 +116,14 @@
118116
"postcss-cli": "^6.1.2",
119117
"postcss-combine-duplicated-selectors": "^7.0.0",
120118
"postcss-merge-rules": "^4.0.3",
121-
"pug": "^2.0.3",
122-
"rimraf": "^2.6.3",
119+
"pug": "^2.0.4",
120+
"rimraf": "^3.0.0",
123121
"shelljs": "^0.8.3",
124-
"stylelint": "^10.0.1",
122+
"stylelint": "^10.1.0",
125123
"stylelint-config-recommended-scss": "^3.3.0",
126124
"stylelint-config-standard": "^18.3.0",
127-
"stylelint-order": "^3.0.0",
128-
"stylelint-scss": "^3.6.1",
125+
"stylelint-order": "^3.1.0",
126+
"stylelint-scss": "^3.10.1",
129127
"sync-glob": "^1.4.0",
130128
"xmldom": "^0.1.27"
131129
},

pug/404.pug

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
extends /_layout/pages.pug
22

33
block view
4-
.c-container
5-
.c-row.c-justify-content-center
6-
.c-col-md-6
7-
.c-clearfix
8-
h1.c-float-left.c-display-3.c-mr-4 404
9-
h4.c-pt-3 Oops! You're lost.
10-
p.c-text-muted The page you are looking for was not found.
11-
.input-prepend.c-input-group
12-
.c-input-group-prepend
13-
span.c-input-group-text
4+
.container
5+
.row.justify-content-center
6+
.col-md-6
7+
.clearfix
8+
h1.float-left.display-3.mr-4 404
9+
h4.pt-3 Oops! You're lost.
10+
p.text-muted The page you are looking for was not found.
11+
.input-prepend.input-group
12+
.input-group-prepend
13+
span.input-group-text
1414
img.c-icon(src="assets/icons/magnifying-glass.svg" width="16" height="16" alt="CoreUI Icons Magnifying Glass")
15-
input#prependedInput.c-form-control(size='16', type='text', placeholder='What are you looking for?')
16-
span.c-input-group-append
17-
button.c-btn.c-btn-info(type='button') Search
15+
input#prependedInput.form-control(size='16', type='text', placeholder='What are you looking for?')
16+
span.input-group-append
17+
button.btn.btn-info(type='button') Search

pug/500.pug

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
extends /_layout/pages.pug
22

33
block view
4-
.c-container
5-
.c-row.c-justify-content-center
6-
.c-col-md-6
7-
.c-clearfix
8-
h1.c-float-left.c-display-3.c-mr-4 500
9-
h4.c-pt-3 Houston, we have a problem!
10-
p.c-text-muted The page you are looking for is temporarily unavailable.
11-
.input-prepend.c-input-group
12-
.c-input-group-prepend
13-
span.c-input-group-text
4+
.container
5+
.row.justify-content-center
6+
.col-md-6
7+
.clearfix
8+
h1.float-left.display-3.mr-4 500
9+
h4.pt-3 Houston, we have a problem!
10+
p.text-muted The page you are looking for is temporarily unavailable.
11+
.input-prepend.input-group
12+
.input-group-prepend
13+
span.input-group-text
1414
img.c-icon(src="assets/icons/magnifying-glass.svg" width="16" height="16" alt="CoreUI Icons Magnifying Glass")
15-
input#prependedInput.c-form-control(size='16', type='text', placeholder='What are you looking for?')
16-
span.c-input-group-append
17-
button.c-btn.c-btn-info(type='button') Search
15+
input#prependedInput.form-control(size='16', type='text', placeholder='What are you looking for?')
16+
span.input-group-append
17+
button.btn.btn-info(type='button') Search

pug/_layout/default.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ html(lang='en')
1313
.c-body
1414
main(class='c-main')
1515
include ../_partials/breadcrumb.pug
16-
.c-container-fluid
16+
.container-fluid
1717
block view
1818
include ../_partials/footer.pug
1919
include ../_partials/scripts.pug

pug/_layout/pages.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.c-flex-row.c-align-items-center
11+
body.c-app.c-default-layout.flex-row.align-items-center
1212
block view
1313

1414
include ../_partials/scripts.pug

pug/_partials/breadcrumb.pug

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
// Breadcrumb
2-
ol.c-breadcrumb
3-
li.c-breadcrumb-item Home
2+
ol.breadcrumb
3+
li.breadcrumb-item Home
44
if !starter
5-
li.c-breadcrumb-item
5+
li.breadcrumb-item
66
a(href="#") Admin
7-
li.c-breadcrumb-item.c-active Dashboard
7+
li.breadcrumb-item.active Dashboard
88
// Breadcrumb Menu
9-
li.c-breadcrumb-menu.c-d-md-down-none
10-
.c-btn-group(role="group" aria-label="Button group")
11-
a.c-btn(href="#")
12-
img.c-icon(src="assets/icons/speech.svg" width="16" height="16" alt="CoreUI Icons Speech")
13-
a.c-btn(href="./")
14-
img.c-icon(src="assets/icons/graph.svg" width="16" height="16" alt="CoreUI Icons Graph")
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")
1515
|  Dashboard
16-
a.c-btn(href="#")
17-
img.c-icon(src="assets/icons/settings.svg" width="16" height="16" alt="CoreUI Icons Settings")
16+
a.btn(href="#")
17+
img.c-icon(src="assets/icons/settings.svg" alt="CoreUI Icons Settings")
1818
|  Settings

pug/_partials/footer.pug

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

pug/_partials/head.pug

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,26 @@ meta(name='author', content='Łukasz Holeczek')
66
meta(name='keyword', content='Bootstrap,Admin,Template,Open,Source,jQuery,CSS,HTML,RWD,Dashboard')
77
title CoreUI Free Bootstrap Admin Template
88

9+
link(rel='apple-touch-icon', sizes='57x57', href='assets/favicon/apple-icon-57x57.png')
10+
link(rel='apple-touch-icon', sizes='60x60', href='assets/favicon/apple-icon-60x60.png')
11+
link(rel='apple-touch-icon', sizes='72x72', href='assets/favicon/apple-icon-72x72.png')
12+
link(rel='apple-touch-icon', sizes='76x76', href='assets/favicon/apple-icon-76x76.png')
13+
link(rel='apple-touch-icon', sizes='114x114', href='assets/favicon/apple-icon-114x114.png')
14+
link(rel='apple-touch-icon', sizes='120x120', href='assets/favicon/apple-icon-120x120.png')
15+
link(rel='apple-touch-icon', sizes='144x144', href='assets/favicon/apple-icon-144x144.png')
16+
link(rel='apple-touch-icon', sizes='152x152', href='assets/favicon/apple-icon-152x152.png')
17+
link(rel='apple-touch-icon', sizes='180x180', href='assets/favicon/apple-icon-180x180.png')
18+
link(rel='icon', type='image/png', sizes='192x192', href='assets/favicon/android-icon-192x192.png')
19+
link(rel='icon', type='image/png', sizes='32x32', href='assets/favicon/favicon-32x32.png')
20+
link(rel='icon', type='image/png', sizes='96x96', href='assets/favicon/favicon-96x96.png')
21+
link(rel='icon', type='image/png', sizes='16x16', href='assets/favicon/favicon-16x16.png')
22+
link(rel='manifest', href='assets/favicon/manifest.json')
23+
meta(name='msapplication-TileColor', content='#ffffff')
24+
meta(name='msapplication-TileImage', content='assets/favicon/ms-icon-144x144.png')
25+
meta(name='theme-color', content='#ffffff')
26+
927
// Icons
10-
link(href='node_modules/@coreui/icons/css/coreui-icons.min.css', rel='stylesheet')
28+
link(href='node_modules/@coreui/icons/css/free.min.css', rel='stylesheet')
1129
link(href='node_modules/flag-icon-css/css/flag-icon.min.css', rel='stylesheet')
1230

1331
// Main styles for this application

pug/_partials/header.pug

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,72 @@
11
header.c-header.c-header-light.c-header-fixed
2-
button.c-header-toggler.c-class-toggler.c-d-lg-none.c-mr-auto(type="button" data-target="#sidebar" data-class="c-sidebar-show")
2+
button.c-header-toggler.c-class-toggler.d-lg-none.mr-auto(type="button" data-target="#sidebar" data-class="c-sidebar-show")
33
span.c-header-toggler-icon
44
a.c-header-brand.c-header-brand-md-down-centered(href="#")
55
img.c-header-brand-full(src="assets/brand/coreui-base.svg" width="97" height="46" alt="CoreUI Logo")
66
img.c-header-brand-minimized(src="assets/brand/coreui-signet.svg" width="46" height="46" alt="CoreUI Logo")
7-
button.c-header-toggler.c-class-toggler.c-d-md-down-none(type="button" data-target="#sidebar" data-class="c-sidebar-lg-show" responsive="true")
7+
button.c-header-toggler.c-class-toggler.d-md-down-none(type="button" data-target="#sidebar" data-class="c-sidebar-lg-show" responsive="true")
88
span.c-header-toggler-icon
99
if !starter
10-
ul.c-nav.c-header-nav.c-d-md-down-none
11-
li.c-nav-item.c-px-3
10+
ul.c-header-nav.d-md-down-none
11+
li.c-nav-item.px-3
1212
a.c-nav-link(href="#") Dashboard
13-
li.c-nav-item.c-px-3
13+
li.c-nav-item.px-3
1414
a.c-nav-link(href="#") Users
15-
li.c-nav-item.c-px-3
15+
li.c-nav-item.px-3
1616
a.c-nav-link(href="#") Settings
17-
ul.c-nav.c-header-nav.c-ml-auto
18-
li.c-nav-item.c-d-md-down-none.c-mx-2
17+
ul.c-nav.c-header-nav.ml-auto
18+
li.c-nav-item.d-md-down-none.mx-2
1919
a.c-nav-link(href="#")
20-
img.c-icon(src="assets/icons/bell.svg" width="16" height="16" alt="CoreUI Icons Bell")
21-
span.c-badge.c-badge-pill.c-badge-danger 5
22-
li.c-nav-item.c-d-md-down-none.c-mx-2
20+
img.c-icon(src="assets/icons/bell.svg" alt="CoreUI Icons Bell")
21+
span.badge.badge-pill.badge-danger 5
22+
li.c-nav-item.d-md-down-none.mx-2
2323
a.c-nav-link(href="#")
24-
img.c-icon(src="assets/icons/list-rich.svg" width="16" height="16" alt="CoreUI Icons List Rich")
25-
li.c-nav-item.c-d-md-down-none.c-mx-2
24+
img.c-icon(src="assets/icons/list-rich.svg" alt="CoreUI Icons List Rich")
25+
li.c-nav-item.d-md-down-none.mx-2
2626
a.c-nav-link(href="#")
27-
img.c-icon(src="assets/icons/location-pin.svg" width="16" height="16" alt="CoreUI Icons Location Pin")
28-
li.c-nav-item.c-dropdown
29-
a.c-nav-link(data-toggle="c-dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false")
30-
img.c-img-avatar(src="assets/img/avatars/6.jpg" alt="[email protected]")
31-
.c-dropdown-menu.c-dropdown-menu-right.c-pt-0
32-
.c-dropdown-header.c-bg-light.c-py-2
27+
img.c-icon(src="assets/icons/location-pin.svg" alt="CoreUI Icons Location Pin")
28+
li.c-nav-item.dropdown
29+
a.c-nav-link(data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false")
30+
img.c-avatar-img(src="assets/img/avatars/6.jpg" alt="[email protected]")
31+
.dropdown-menu.dropdown-menu-right.pt-0
32+
.dropdown-header.bg-light.py-2
3333
strong Account
34-
a.c-dropdown-item(href="#")
35-
img.c-icon.c-mr-2(src="assets/icons/bell.svg" width="16" height="16" alt="CoreUI Icons Bell")
34+
a.dropdown-item(href="#")
35+
img.c-icon.mr-2(src="assets/icons/bell.svg" alt="CoreUI Icons Bell")
3636
| Updates
37-
span.c-badge.c-badge-info.c-ml-auto 42
38-
a.c-dropdown-item(href="#")
39-
img.c-icon.c-mr-2(src="assets/icons/envelope-open.svg" width="16" height="16" alt="CorseUI Icons Envelope Open")
37+
span.badge.badge-info.ml-auto 42
38+
a.dropdown-item(href="#")
39+
img.c-icon.mr-2(src="assets/icons/envelope-open.svg" alt="CorseUI Icons Envelope Open")
4040
| Messages
41-
span.c-badge.c-badge-success.c-ml-auto 42
42-
a.c-dropdown-item(href="#")
43-
img.c-icon.c-mr-2(src="assets/icons/task1.svg" width="16" height="16" alt="CoreUI Icons Task")
41+
span.badge.badge-success.ml-auto 42
42+
a.dropdown-item(href="#")
43+
img.c-icon.mr-2(src="assets/icons/task.svg" alt="CoreUI Icons Task")
4444
| Tasks
45-
span.c-badge.c-badge-danger.c-ml-auto 42
46-
a.c-dropdown-item(href="#")
47-
img.c-icon.c-mr-2(src="assets/icons/comment-square.svg" width="16" height="16" alt="CoreUI Icons Comment Square")
45+
span.badge.badge-danger.ml-auto 42
46+
a.dropdown-item(href="#")
47+
img.c-icon.mr-2(src="assets/icons/comment-square.svg" alt="CoreUI Icons Comment Square")
4848
| Comments
49-
span.c-badge.c-badge-warning.c-ml-auto 42
50-
.c-dropdown-header.c-bg-light.c-py-2
49+
span.badge.badge-warning.ml-auto 42
50+
.dropdown-header.bg-light.py-2
5151
strong Settings
52-
a.c-dropdown-item(href="#")
53-
img.c-icon.c-mr-2(src="assets/icons/user.svg" width="16" height="16" alt="CoreUI Icons User")
52+
a.dropdown-item(href="#")
53+
img.c-icon.mr-2(src="assets/icons/user.svg" alt="CoreUI Icons User")
5454
| Profile
55-
a.c-dropdown-item(href="#")
56-
img.c-icon.c-mr-2(src="assets/icons/settings.svg" width="16" height="16" alt="CoreUI Icons Settings")
55+
a.dropdown-item(href="#")
56+
img.c-icon.mr-2(src="assets/icons/settings.svg" alt="CoreUI Icons Settings")
5757
| Settings
58-
a.c-dropdown-item(href="#")
59-
img.c-icon.c-mr-2(src="assets/icons/credit-card.svg" width="16" height="16" alt="CoreUI Icons Credit Card")
58+
a.dropdown-item(href="#")
59+
img.c-icon.mr-2(src="assets/icons/credit-card.svg" alt="CoreUI Icons Credit Card")
6060
| Payments
61-
span.c-badge.c-badge-secondary.c-ml-auto 42
62-
a.c-dropdown-item(href="#")
63-
img.c-icon.c-mr-2(src="assets/icons/file.svg" width="16" height="16" alt="CoreUI Icons File")
61+
span.badge.badge-secondary.ml-auto 42
62+
a.dropdown-item(href="#")
63+
img.c-icon.mr-2(src="assets/icons/file.svg" alt="CoreUI Icons File")
6464
| Projects
65-
span.c-badge.c-badge-primary.c-ml-auto 42
66-
.c-dropdown-divider
67-
a.c-dropdown-item(href="#")
68-
img.c-icon.c-mr-2(src="assets/icons/lock-locked.svg" width="16" height="16" alt="CoreUI Icons Lock Locked")
65+
span.badge.badge-primary.ml-auto 42
66+
.dropdown-divider
67+
a.dropdown-item(href="#")
68+
img.c-icon.mr-2(src="assets/icons/lock-locked.svg" alt="CoreUI Icons Lock Locked")
6969
| Lock Account
70-
a.c-dropdown-item(href="#")
71-
img.c-icon.c-mr-2(src="assets/icons/account-logout.svg" width="16" height="16" alt="CoreUI Icons Account Logout")
70+
a.dropdown-item(href="#")
71+
img.c-icon.mr-2(src="assets/icons/account-logout.svg" alt="CoreUI Icons Account Logout")
7272
| Logout

0 commit comments

Comments
 (0)