Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
Signed-off-by: VF-WP GitHub Actions Bot <[email protected]>
  • Loading branch information
VF-WP GitHub Actions Bot authored and VF-WP GitHub Actions Bot committed Feb 1, 2022
1 parent 3206724 commit ce856ec
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion vf-components/vf-componenet-rollup/package.variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ $componentInfo: (
version: "1.0.0-beta.4",
location: "components/vf-componenet-rollup",
vfCoreVersion: "2.2.37",
buildTimeStamp: "Mon, 31 Jan 2022 11:26:13 GMT"
buildTimeStamp: "Tue, 01 Feb 2022 04:20:21 GMT"
);
2 changes: 1 addition & 1 deletion vf-components/vfwp-admin/package.variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ $componentInfo: (
version: "0.0.1",
location: "components/vfwp-admin",
vfCoreVersion: "2.2.37",
buildTimeStamp: "Mon, 31 Jan 2022 11:26:13 GMT"
buildTimeStamp: "Tue, 01 Feb 2022 04:20:21 GMT"
);
2 changes: 1 addition & 1 deletion vf-components/vfwp-autocomplete/package.variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ $componentInfo: (
version: "0.0.1",
location: "components/vfwp-autocomplete",
vfCoreVersion: "2.2.37",
buildTimeStamp: "Mon, 31 Jan 2022 11:26:13 GMT"
buildTimeStamp: "Tue, 01 Feb 2022 04:20:21 GMT"
);
2 changes: 1 addition & 1 deletion vf-components/vfwp-gutenberg-blocks/package.variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ $componentInfo: (
version: "0.0.1",
location: "components/vfwp-gutenberg-blocks",
vfCoreVersion: "2.2.37",
buildTimeStamp: "Mon, 31 Jan 2022 11:26:13 GMT"
buildTimeStamp: "Tue, 01 Feb 2022 04:20:21 GMT"
);
2 changes: 1 addition & 1 deletion vf-components/vfwp-gutenberg-iframe/package.variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ $componentInfo: (
version: "0.0.1",
location: "components/vfwp-gutenberg-iframe",
vfCoreVersion: "2.2.37",
buildTimeStamp: "Mon, 31 Jan 2022 11:26:13 GMT"
buildTimeStamp: "Tue, 01 Feb 2022 04:20:21 GMT"
);
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@
/* stylelint-enable */
/*!
* Component: @visual-framework/embl-notifications
* Version: 1.2.0
* Version: 1.2.3
* Location: components/vf-core-components/embl-notifications
*/
2 changes: 1 addition & 1 deletion wp-content/themes/vf-wp/assets/assets/embl-notifications/embl-notifications.js
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function emblNotificationsInject(message) {
// we use vf-u-margin__top--400 as this element is usually inserted inside a contentHub wrapper and not affected by body.vf-stack
// if vf-stack is set, this will have no practical affect
output.innerHTML = `
<div class="vf-banner vf-banner--alert vf-banner--info | vf-content">
<div class="vf-banner vf-banner--alert vf-banner--info | vf-content" data-vf-google-analytics-region="notifications-banner">
<div class="vf-banner__content">
<p class="vf-banner__text">${message.body}</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion wp-content/themes/vf-wp/assets/assets/vf-flag/vf-flag.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
* Component: @visual-framework/vf-flag
* Version: 1.0.0-alpha.2
* Location: components/vf-core-components/vf-flag
* Build time: Mon, 31 Jan 2022 11:25:44 GMT
* Build time: Tue, 01 Feb 2022 04:19:53 GMT
*/
.vf-flag {
display: table;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
* Component: @visual-framework/vf-sidebar
* Version: 1.0.0-alpha.2
* Location: components/vf-core-components/vf-sidebar
* Build time: Mon, 31 Jan 2022 11:25:44 GMT
* Build time: Tue, 01 Feb 2022 04:19:53 GMT
*/
.vf-sidebar {
overflow: hidden;
Expand Down
6 changes: 3 additions & 3 deletions wp-content/themes/vf-wp/assets/css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wp-content/themes/vf-wp/assets/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -1680,7 +1680,7 @@ function emblNotificationsInject(message) {
// we use vf-u-margin__top--400 as this element is usually inserted inside a contentHub wrapper and not affected by body.vf-stack
// if vf-stack is set, this will have no practical affect

output.innerHTML = "\n <div class=\"vf-banner vf-banner--alert vf-banner--info | vf-content\">\n <div class=\"vf-banner__content\">\n <p class=\"vf-banner__text\">".concat(message.body, "</p>\n </div>\n </div>"); // insert after `vf-header` or at after `vf-body`
output.innerHTML = "\n <div class=\"vf-banner vf-banner--alert vf-banner--info | vf-content\" data-vf-google-analytics-region=\"notifications-banner\">\n <div class=\"vf-banner__content\">\n <p class=\"vf-banner__text\">".concat(message.body, "</p>\n </div>\n </div>"); // insert after `vf-header` or at after `vf-body`
// @todo: add support for where "inline" message should be shown
// @todo: don't rely on the presence of vf-header to show inline notification, maybe <div data-notifications-go-here>

Expand Down

0 comments on commit ce856ec

Please sign in to comment.