Skip to content

Commit 3818d47

Browse files
author
Jace Bennest
committed
Merge branch 'commerceguys_updates' into 'master'
Commerceguys updates See merge request contrib/kickstart/kickstart-frontend!13
2 parents 4723cbb + 85a8958 commit 3818d47

File tree

8 files changed

+1509
-713
lines changed

8 files changed

+1509
-713
lines changed

package-lock.json

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

package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -14,61 +14,61 @@
1414
"jquery-param": "^0.2.0",
1515
"net": "^1.0.2",
1616
"tls": "0.0.1",
17-
"vee-validate": "^2.0.0-rc.17",
18-
"vue": "^2.3.3",
19-
"vue-analytics": "^5.1.1",
20-
"vue-notification": "^1.3.2",
21-
"vue-resource": "^1.3.4",
22-
"vue-router": "^2.6.0",
23-
"vue-scrollto": "^2.7.2",
24-
"vue-sticky": "^3.2.0",
25-
"vuex": "^2.3.1"
17+
"vee-validate": "^2.0.3",
18+
"vue": "^2.5.13",
19+
"vue-analytics": "^5.8.0",
20+
"vue-notification": "^1.3.6",
21+
"vue-resource": "^1.3.5",
22+
"vue-router": "^2.8.1",
23+
"vue-scrollto": "^2.8.0",
24+
"vue-sticky": "^3.3.1",
25+
"vuex": "^2.5.0"
2626
},
2727
"devDependencies": {
28-
"autoprefixer": "^7.1.2",
29-
"babel-core": "^6.22.1",
28+
"autoprefixer": "^7.2.5",
29+
"babel-core": "^6.26.0",
3030
"babel-eslint": "^7.1.1",
31-
"babel-loader": "^7.1.1",
31+
"babel-loader": "^7.1.2",
3232
"babel-plugin-transform-runtime": "^6.22.0",
33-
"babel-preset-env": "^1.3.2",
33+
"babel-preset-env": "^1.6.1",
3434
"babel-preset-stage-2": "^6.22.0",
35-
"babel-register": "^6.22.0",
36-
"chalk": "^2.0.1",
37-
"connect-history-api-fallback": "^1.3.0",
38-
"copy-webpack-plugin": "^4.0.1",
39-
"css-loader": "^0.28.0",
35+
"babel-register": "^6.26.0",
36+
"chalk": "^2.3.0",
37+
"connect-history-api-fallback": "^1.5.0",
38+
"copy-webpack-plugin": "^4.4.1",
39+
"css-loader": "^0.28.9",
4040
"cssnano": "^3.10.0",
4141
"eslint": "^3.19.0",
4242
"eslint-config-standard": "^6.2.1",
4343
"eslint-friendly-formatter": "^3.0.0",
4444
"eslint-loader": "^1.7.1",
45-
"eslint-plugin-html": "^3.0.0",
46-
"eslint-plugin-promise": "^3.4.0",
45+
"eslint-plugin-html": "^3.2.2",
46+
"eslint-plugin-promise": "^3.6.0",
4747
"eslint-plugin-standard": "^2.0.1",
4848
"eventsource-polyfill": "^0.9.6",
49-
"express": "^4.14.1",
49+
"express": "^4.16.2",
5050
"extract-text-webpack-plugin": "^2.0.0",
5151
"file-loader": "^0.11.1",
5252
"friendly-errors-webpack-plugin": "^1.1.3",
5353
"html-webpack-plugin": "^2.28.0",
5454
"http-proxy-middleware": "^0.17.3",
55-
"node-sass": "^4.5.3",
56-
"opn": "^5.1.0",
55+
"node-sass": "^4.7.2",
56+
"opn": "^5.2.0",
5757
"optimize-css-assets-webpack-plugin": "^2.0.0",
58-
"ora": "^1.2.0",
59-
"rimraf": "^2.6.0",
58+
"ora": "^1.4.0",
59+
"rimraf": "^2.6.2",
6060
"sass-loader": "^6.0.6",
61-
"semver": "^5.3.0",
61+
"semver": "^5.5.0",
6262
"shelljs": "^0.7.6",
6363
"url-loader": "^0.5.8",
6464
"vue-loader": "^12.1.0",
65-
"vue-style-loader": "^3.0.1",
66-
"vue-template-compiler": "^2.3.3",
65+
"vue-style-loader": "^3.1.2",
66+
"vue-template-compiler": "^2.5.13",
6767
"webpack": "^2.6.1",
68-
"webpack-bundle-analyzer": "^2.2.1",
69-
"webpack-dev-middleware": "^1.10.0",
70-
"webpack-hot-middleware": "^2.18.0",
71-
"webpack-merge": "^4.1.0"
68+
"webpack-bundle-analyzer": "^2.10.0",
69+
"webpack-dev-middleware": "^1.12.2",
70+
"webpack-hot-middleware": "^2.21.0",
71+
"webpack-merge": "^4.1.1"
7272
},
7373
"engines": {
7474
"node": ">= 6.0.0",

src/App.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<router-view></router-view>
55
<app-footer></app-footer>
66
<notifications classes="kickstart-notification"/>
7+
<notifications group="kickstart-notification" />
78
</div>
89
</template>
910

@@ -28,13 +29,15 @@
2829
.kickstart-notification {
2930
background: $yellow-warning !important;
3031
color: $c-white;
32+
font-size: 15px;
3133
text-align: center;
3234
margin-top: 20px;
3335
margin-right: 20px;
3436
border: 3px solid $c-white;
3537
3638
.notification-title {
3739
text-decoration: underline;
40+
font-size: 18px;
3841
}
3942
}
4043
</style>

src/assets/styles/partials/_kickstart.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
}
6868
}
6969
}
70-
@media screen and (max-width: 1000px){
70+
@media screen and (max-width: $screen-md-max){
7171
.is-one-quarter:nth-child(3n+1){
7272
clear:left;
7373
}

src/assets/styles/partials/_sections.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,11 @@ h2 {
207207
.box__item {
208208
position: relative;
209209
padding: 15px 0.75rem;
210+
@media(max-width: $screen-md-max) {
211+
h3 {
212+
font-size: 20px;
213+
}
214+
}
210215
}
211216
.box__description {
212217
@media(max-width: $screen-md-max) {

src/components/Cards.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,8 @@
8181
} else {
8282
let sectionTitle = this.sections[section].title
8383
this.$notify({
84-
group: 'required',
85-
type: 'warning',
86-
position: 'top center',
84+
group: 'kickstart-notification',
85+
type: 'kickstart-notification',
8786
title: sectionTitle + ' Required',
8887
text: 'At least one ' + sectionTitle + ' option must be selected. You can choose a different option if you like.',
8988
duration: 4500,

src/components/Kickstart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<br />
1717
<div class="kickstart__description-warning">
1818
<i class="material-icons warning">warning</i>
19-
Some modules below may not yet have a stable release. If this important to your project, visit the module's Drupal.org project page (<i class="material-icons item-icon">open_in_new</i>) for its current status.
19+
Some modules below may not yet have a stable release. If this is important to your project, visit the module's Drupal.org project page (<i class="material-icons item-icon">open_in_new</i>) for its current status.
2020
</div>
2121
</div>
2222

src/store/sections.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ const sections = {
342342
{
343343
title: 'None',
344344
description: 'Clean install, no migrations or demo content.',
345+
location: locations.LOCATION_INTL,
345346
default: true,
346347
},
347348
{
@@ -350,20 +351,23 @@ const sections = {
350351
composer_package: 'drupal/commerce_migrate',
351352
composer_package_version: '^2.0@alpha',
352353
package_link: 'https://www.drupal.org/project/commerce_migrate',
354+
location: locations.LOCATION_INTL,
353355
},
354356
{
355357
title: 'Ubercart',
356358
description: 'Migrate your content over from a Drupal 6 or Drupal 7 Ubercart install.',
357359
composer_package: 'drupal/commerce_migrate',
358360
composer_package_version: '^2.0@alpha',
359361
package_link: 'https://www.drupal.org/project/commerce_migrate',
362+
location: locations.LOCATION_INTL,
360363
},
361364
{
362365
title: 'Magento',
363366
description: 'Migrate your content from an existing Magento setup.',
364367
composer_package: 'drupal/commerce_migrate',
365368
composer_package_version: '^2.0@alpha',
366369
package_link: 'https://www.drupal.org/project/commerce_migrate',
370+
location: locations.LOCATION_INTL,
367371
enabled: false,
368372
},
369373
{
@@ -372,6 +376,7 @@ const sections = {
372376
composer_package: 'drupal/commerce_migrate',
373377
composer_package_version: '^2.0@alpha',
374378
package_link: 'https://www.drupal.org/project/commerce_migrate',
379+
location: locations.LOCATION_INTL,
375380
enabled: false,
376381
},
377382
{
@@ -380,6 +385,7 @@ const sections = {
380385
composer_package: 'drupal/commerce_migrate',
381386
composer_package_version: '^2.0@alpha',
382387
package_link: 'https://www.drupal.org/project/commerce_migrate',
388+
location: locations.LOCATION_INTL,
383389
enabled: false,
384390
},
385391
],

0 commit comments

Comments
 (0)