Skip to content

Commit 7504dca

Browse files
committed
CSS Compile
1 parent 3a30e09 commit 7504dca

File tree

8 files changed

+8
-10
lines changed

8 files changed

+8
-10
lines changed

dist/css/block-editor-rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/blocks/editor-rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/blocks/editor.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/blocks/style-rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/blocks/style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function setAndResetElementStyles(element) {
9898
}
9999
}
100100
const getColorSetClasses = element => {
101-
const classAttr = element === null || element === void 0 ? void 0 : element.getAttribute('class');
101+
const classAttr = element?.getAttribute('class');
102102

103103
if (!classAttr) {
104104
return [];

dist/js/woocommerce.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,11 @@ var __webpack_exports__ = {};
3838
enableMinusButton();
3939
});
4040
$(function () {
41-
var _window$wp, _window$wp$customize;
42-
4341
var $body = $(document.body).not('.woocommerce-cart');
4442
var $cartMenuItems = $('.nb-navigation .menu > .menu-item--cart');
4543
initializeCartMenuItems($cartMenuItems);
4644

47-
if (!!((_window$wp = window.wp) !== null && _window$wp !== void 0 && (_window$wp$customize = _window$wp.customize) !== null && _window$wp$customize !== void 0 && _window$wp$customize.selectiveRefresh)) {
45+
if (!!window.wp?.customize?.selectiveRefresh) {
4846
wp.customize.selectiveRefresh.bind('partial-content-rendered', function (placement) {
4947
const $container = $(placement.container).filter('.nb-navigation .menu');
5048
const $items = $container.children('.menu-item--cart');

dist/js/woocommerce.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)