From d0b2c4ad80f172b5e03eb70400eb4d0ab6072ab5 Mon Sep 17 00:00:00 2001
From: Matthias Kretschmann
Date: Tue, 28 Aug 2018 17:24:30 +0200
Subject: [PATCH 1/2] package updates
---
package.json | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/package.json b/package.json
index 26794f4..a6c69b9 100644
--- a/package.json
+++ b/package.json
@@ -24,8 +24,8 @@
"ie >= 11"
],
"dependencies": {
- "bigchaindb-driver": "^4.0.1",
- "bootstrap": "^4.1.1",
+ "bigchaindb-driver": "^4.1.0",
+ "bootstrap": "^4.1.3",
"clipboard": "^2.0.1",
"cookies-eu-banner": "^1.2.14",
"gumshoejs": "github:cferdinandi/gumshoe",
@@ -34,25 +34,25 @@
"normalize-opentype.css": "^0.2.4",
"normalize-scss": "^7.0.1",
"parsleyjs": "^2.8.1",
- "popper.js": "^1.14.3",
+ "popper.js": "^1.14.4",
"select2": "^4.0.5",
- "smooth-scroll": "^14.2.0",
+ "smooth-scroll": "^14.2.1",
"svg4everybody": "^2.1.9",
"textarea-autogrow": "^1.0.0",
"vivus": "^0.4.4"
},
"devDependencies": {
- "acorn": "^5.6.2",
+ "acorn": "^5.7.2",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
- "browser-sync": "^2.24.4",
+ "browser-sync": "^2.24.7",
"concurrent-transform": "^1.0.0",
- "critical": "^1.3.3",
+ "critical": "^1.3.4",
"cross-spawn": "^6.0.5",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
- "gulp-clean-css": "^3.9.4",
+ "gulp-clean-css": "^3.10.0",
"gulp-cli": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.5",
@@ -61,19 +61,19 @@
"gulp-imagemin": "^4.1.0",
"gulp-include": "^2.3.1",
"gulp-load-plugins": "^1.5.0",
- "gulp-rename": "^1.3.0",
+ "gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-rev": "^8.1.1",
"gulp-rev-replace": "^0.4.4",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-svg-sprite": "^1.4.0",
- "gulp-uglify": "^3.0.0",
+ "gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.8",
- "gulp-zip": "^4.1.0",
+ "gulp-zip": "^4.2.0",
"js-yaml": "^3.12.0",
- "request": "^2.87.0",
- "stylelint": "^9.2.1",
+ "request": "^2.88.0",
+ "stylelint": "^9.5.0",
"stylelint-config-bigchaindb": "^1.2.1",
"stylelint-config-standard": "^18.2.0",
"uglify-es": "^3.3.9"
From 17dd23cf35c1cafa6718bb82f729bbfa464b54a0 Mon Sep 17 00:00:00 2001
From: Matthias Kretschmann
Date: Tue, 28 Aug 2018 17:27:32 +0200
Subject: [PATCH 2/2] fix form feedback messages
---
_src/_assets/javascripts/bigchain/form-cla.js | 4 ++--
.../javascripts/bigchain/form-contact.js | 4 ++--
.../javascripts/bigchain/form-services.js | 4 ++--
_src/_includes/form-cla.html | 22 ++++++++++---------
4 files changed, 18 insertions(+), 16 deletions(-)
diff --git a/_src/_assets/javascripts/bigchain/form-cla.js b/_src/_assets/javascripts/bigchain/form-cla.js
index 3c651ab..3b8c9be 100644
--- a/_src/_assets/javascripts/bigchain/form-cla.js
+++ b/_src/_assets/javascripts/bigchain/form-cla.js
@@ -49,7 +49,7 @@ var FormCla = (function(w, d, $) {
},
success: function(data) {
thisForm.find('.form-group').addClass('hide');
- thisForm.find('.alert-success').removeClass('hide');
+ thisForm.find('.alert--success').removeClass('hide');
thisButton.removeClass('disabled');
// send GA event
@@ -58,7 +58,7 @@ var FormCla = (function(w, d, $) {
}
},
error: function(err) {
- thisForm.find('.alert-danger').removeClass('hide');
+ thisForm.find('.alert--danger').removeClass('hide');
thisButton
.removeClass('disabled')
.attr('value', 'Send');
diff --git a/_src/_assets/javascripts/bigchain/form-contact.js b/_src/_assets/javascripts/bigchain/form-contact.js
index d369653..98e2a1f 100644
--- a/_src/_assets/javascripts/bigchain/form-contact.js
+++ b/_src/_assets/javascripts/bigchain/form-contact.js
@@ -30,7 +30,7 @@ var FormContact = (function(w, d, $) {
},
success: function(data) {
_config.form.find('.form-group').addClass('hide');
- _config.form.find('.alert-success').removeClass('hide');
+ _config.form.find('.alert--success').removeClass('hide');
_config.formBtn.removeClass('disabled');
// send GA event
@@ -39,7 +39,7 @@ var FormContact = (function(w, d, $) {
}
},
error: function(err) {
- _config.form.find('.alert-danger').removeClass('hide');
+ _config.form.find('.alert--danger').removeClass('hide');
_config.formBtn
.removeClass('disabled')
.attr('value', 'Send');
diff --git a/_src/_assets/javascripts/bigchain/form-services.js b/_src/_assets/javascripts/bigchain/form-services.js
index b190bf0..ff2961d 100644
--- a/_src/_assets/javascripts/bigchain/form-services.js
+++ b/_src/_assets/javascripts/bigchain/form-services.js
@@ -30,7 +30,7 @@ var FormServices = (function(w, d, $) {
},
success: function(data) {
_config.form.find('.form-group').addClass('hide');
- _config.form.find('.alert-success').removeClass('hide');
+ _config.form.find('.alert--success').removeClass('hide');
_config.formBtn.removeClass('disabled');
// send GA event
@@ -39,7 +39,7 @@ var FormServices = (function(w, d, $) {
}
},
error: function(err) {
- _config.form.find('.alert-danger').removeClass('hide');
+ _config.form.find('.alert--danger').removeClass('hide');
_config.formBtn
.removeClass('disabled')
.attr('value', 'Send');
diff --git a/_src/_includes/form-cla.html b/_src/_includes/form-cla.html
index a09f295..ffe3765 100644
--- a/_src/_includes/form-cla.html
+++ b/_src/_includes/form-cla.html
@@ -1,4 +1,3 @@
-
- Agreed and accepted: By clicking and accepting this Agreement, I represent and warrant that I have authority to bind the entity named above (if applicable) to the terms and conditions of this Agreement.
+ Agreed and accepted: By clicking and accepting this Agreement, I represent and warrant that I have authority to bind the
+ entity named above (if applicable) to the terms and conditions of this Agreement.
-
+
@@ -57,7 +57,7 @@
Thanks for submitting the agreement.
-