Skip to content

Commit ee8059e

Browse files
committed
prettier fix
1 parent 7c74626 commit ee8059e

File tree

25 files changed

+96
-111
lines changed

25 files changed

+96
-111
lines changed

feature-libs/asm/customer-360/styles/components/_index.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
@import './_asm-customer-360-map.component';
88
@import './_asm-customer-360-promotion-listing.component';
99

10-
$customer-360-components-allowlist:
11-
cx-asm-customer-360, cx-asm-customer-360-profile,
12-
cx-asm-customer-360-product-listing, cx-asm-customer-360-table,
13-
cx-asm-customer-360-map, cx-asm-customer-360-promotion-listing !default;
10+
$customer-360-components-allowlist: cx-asm-customer-360,
11+
cx-asm-customer-360-profile, cx-asm-customer-360-product-listing,
12+
cx-asm-customer-360-table, cx-asm-customer-360-map,
13+
cx-asm-customer-360-promotion-listing !default;
1414

1515
$skipComponentStyles: () !default;
1616

feature-libs/asm/styles/components/_index.scss

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@
1414
@import './_dot-spinner.component';
1515
@import './_asm-create-customer-form.component';
1616

17-
$asm-components-allowlist:
18-
cx-asm-main-ui, cx-asm-session-timer, cx-asm-bind-cart,
19-
cx-asm-bind-cart-dialog, cx-asm-save-cart-dialog,
17+
$asm-components-allowlist: cx-asm-main-ui, cx-asm-session-timer,
18+
cx-asm-bind-cart, cx-asm-bind-cart-dialog, cx-asm-save-cart-dialog,
2019
cx-asm-switch-customer-dialog, cx-asm-toggle-ui, cx-csagent-login-form,
21-
cx-customer-emulation, cx-customer-selection, cx-dot-spinner,
22-
cx-customer-list, cx-asm-toggle-ui, cx-csagent-login-form,
23-
cx-customer-emulation, cx-customer-selection, cx-dot-spinner,
24-
cx-customer-list, cx-asm-create-customer-form !default;
20+
cx-customer-emulation, cx-customer-selection, cx-dot-spinner, cx-customer-list,
21+
cx-asm-toggle-ui, cx-csagent-login-form, cx-customer-emulation,
22+
cx-customer-selection, cx-dot-spinner, cx-customer-list,
23+
cx-asm-create-customer-form !default;
2524

2625
$skipComponentStyles: () !default;
2726

feature-libs/cart/base/styles/components/_index.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@
1616
@import './clear-cart-dialog';
1717
@import './clear-cart';
1818

19-
$cart-components-allowlist:
20-
cx-mini-cart, cx-add-to-cart, cx-item-counter, cx-added-to-cart-dialog,
21-
cx-cart-details, cx-cart-item, cx-cart-item-list, cx-cart-totals,
22-
cx-cart-coupon, cx-applied-coupons, cx-save-for-later, cx-order-summary,
23-
cx-cart-validation-warnings, cx-cart-item-validation-warning,
19+
$cart-components-allowlist: cx-mini-cart, cx-add-to-cart, cx-item-counter,
20+
cx-added-to-cart-dialog, cx-cart-details, cx-cart-item, cx-cart-item-list,
21+
cx-cart-totals, cx-cart-coupon, cx-applied-coupons, cx-save-for-later,
22+
cx-order-summary, cx-cart-validation-warnings, cx-cart-item-validation-warning,
2423
cx-cart-proceed-to-checkout, cx-clear-cart-dialog, cx-clear-cart !default;
2524

2625
$skipComponentStyles: () !default;

feature-libs/cart/quick-order/styles/_index.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
@import './quick-order-table';
44
@import './quick-order';
55

6-
$quick-order-components-allowlist:
7-
cx-quick-order, cx-quick-order-form, cx-cart-quick-order-form,
8-
cx-quick-order-table !default;
6+
$quick-order-components-allowlist: cx-quick-order, cx-quick-order-form,
7+
cx-cart-quick-order-form, cx-quick-order-table !default;
98

109
$skipComponentStyles: () !default;
1110

feature-libs/checkout/base/styles/components/order-confirmation/_index.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
@import './order-confirmation-totals';
44
@import './guest-register-form';
55

6-
$order-confirmation-allowlist:
7-
cx-guest-register-form, cx-order-confirmation-items,
8-
cx-order-confirmation-thank-you-message, cx-order-confirmation-totals !default;
6+
$order-confirmation-allowlist: cx-guest-register-form,
7+
cx-order-confirmation-items, cx-order-confirmation-thank-you-message,
8+
cx-order-confirmation-totals !default;
99

1010
$skipComponentStyles: () !default;
1111

feature-libs/checkout/base/styles/components/steps/_index.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
@import './delivery-address/index';
55
@import './delivery-method/index';
66

7-
$checkout-components-allowlist:
8-
cx-payment-method, cx-payment-methods, cx-checkout-progress,
9-
cx-checkout-progress-mobile-top, cx-checkout-progress-mobile-bottom,
10-
cx-delivery-mode, cx-delivery-address, cx-address-form,
11-
cx-billing-address-form, cx-payment-form, cx-review-submit,
7+
$checkout-components-allowlist: cx-payment-method, cx-payment-methods,
8+
cx-checkout-progress, cx-checkout-progress-mobile-top,
9+
cx-checkout-progress-mobile-bottom, cx-delivery-mode, cx-delivery-address,
10+
cx-address-form, cx-billing-address-form, cx-payment-form, cx-review-submit,
1211
cx-guest-register-form, cx-suggested-addresses-dialog,
1312
cx-checkout-review-shipping, cx-checkout-review-payment,
1413
cx-checkout-review-overview, cx-order-confirmation-shipping,

feature-libs/customer-ticketing/styles/components/_index.scss

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
@import './customer-ticketing-list';
55
@import './my-account-v2-customer-ticketing';
66

7-
$customer-ticketing-allowlist:
8-
cx-customer-ticketing-create-dialog, cx-customer-ticketing-reopen-dialog,
9-
cx-customer-ticketing-close-dialog, cx-customer-ticketing-reopen,
10-
cx-customer-ticketing-close, cx-customer-ticketing-create,
11-
cx-customer-ticketing-details, cx-customer-ticketing-list,
12-
cx-my-account-v2-customer-ticketing !default;
7+
$customer-ticketing-allowlist: cx-customer-ticketing-create-dialog,
8+
cx-customer-ticketing-reopen-dialog, cx-customer-ticketing-close-dialog,
9+
cx-customer-ticketing-reopen, cx-customer-ticketing-close,
10+
cx-customer-ticketing-create, cx-customer-ticketing-details,
11+
cx-customer-ticketing-list, cx-my-account-v2-customer-ticketing !default;
1312

1413
$skipComponentStyles: () !default;
1514

feature-libs/order/occ/adapters/converters/occ-scheduled-replenishment-order-form-serializer.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { ScheduleReplenishmentForm } from '@spartacus/order/root';
1212
providedIn: 'root',
1313
})
1414
export class OccScheduledReplenishmentOrderFormSerializer
15-
implements Converter<Occ.ScheduleReplenishmentForm, ScheduleReplenishmentForm>
15+
implements
16+
Converter<Occ.ScheduleReplenishmentForm, ScheduleReplenishmentForm>
1617
{
1718
convert(
1819
source: Occ.ScheduleReplenishmentForm,

feature-libs/order/styles/components/order-details/_index.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
@import './reorder-dialog';
77
@import './my-account-v2-order-details';
88

9-
$order-details-allowlist:
10-
cx-order-details-items, cx-order-overview, cx-order-details-actions,
11-
cx-order-details-reorder, cx-order-detail-billing,
9+
$order-details-allowlist: cx-order-details-items, cx-order-overview,
10+
cx-order-details-actions, cx-order-details-reorder, cx-order-detail-billing,
1211
cx-my-account-v2-consignment-tracking, cx-my-account-v2-download-invoices,
1312
cx-my-account-v2-order-details-actions !default;
1413

feature-libs/order/styles/components/order-history/_index.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
@import './consignment-tracking';
1212
@import './my-account-v2-order-history';
1313

14-
$order-history-allowlist:
15-
cx-amend-order-actions, cx-amend-order-items, cx-cancel-order,
16-
cx-consignment-tracking, cx-tracking-events, cx-order-history,
14+
$order-history-allowlist: cx-amend-order-actions, cx-amend-order-items,
15+
cx-cancel-order, cx-consignment-tracking, cx-tracking-events, cx-order-history,
1716
cx-order-return-request-list, cx-replenishment-order-history,
1817
cx-return-request-items, cx-return-request-overview, cx-return-request-totals,
1918
cx-my-account-v2-consignment-entries,

feature-libs/order/styles/components/replenishment-order/_index.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
@import './replenishment-order-cancellation';
22

3-
$replenishment-order-allowlist:
4-
cx-replenishment-order-cancellation,
3+
$replenishment-order-allowlist: cx-replenishment-order-cancellation,
54
cx-replenishment-order-cancellation-dialog !default;
65

76
$skipComponentStyles: () !default;

feature-libs/pickup-in-store/styles/_index.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@
99
@import './pick-up-in-store-items-details';
1010
@import './pickup-in-store-order-consignment';
1111

12-
$pickup-in-store-components-allowlist:
13-
cx-store, cx-store-search, cx-store-schedule, cx-set-preferred-store,
14-
cx-pickup-options, cx-pickup-option-dialog, cx-pickup-info,
15-
cx-pickup-in-store-order-consignment, cx-pick-up-in-store-items-details,
16-
cx-my-preferred-store !default;
12+
$pickup-in-store-components-allowlist: cx-store, cx-store-search,
13+
cx-store-schedule, cx-set-preferred-store, cx-pickup-options,
14+
cx-pickup-option-dialog, cx-pickup-info, cx-pickup-in-store-order-consignment,
15+
cx-pick-up-in-store-items-details, cx-my-preferred-store !default;
1716

1817
$skipComponentStyles: () !default;
1918

feature-libs/product-configurator/common/_index.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@import './styles/index';
22

3-
$configurator-common-components:
4-
cx-configurator-issues-notification, cx-configure-product,
5-
cx-configurator-cart-entry-bundle-info, cx-configurator-cart-entry-info !default;
3+
$configurator-common-components: cx-configurator-issues-notification,
4+
cx-configure-product, cx-configurator-cart-entry-bundle-info,
5+
cx-configurator-cart-entry-info !default;
66

77
@each $selector in $configurator-common-components {
88
#{$selector} {

feature-libs/product-configurator/rulebased/_index.scss

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
@import './styles/index';
22

3-
$configurator-rulebased-components:
4-
cx-configurator-template, cx-configurator-attribute-header,
5-
cx-configurator-group, cx-configurator-form, cx-configurator-attribute-type,
6-
cx-required-error-msg, cx-configurator-footer-container,
7-
cx-configurator-footer-container-item, cx-configurator-form-group,
8-
cx-configurator-attribute-input-field, cx-configurator-attribute-radio-button,
9-
cx-configurator-show-more, cx-configurator-attribute-product-card,
3+
$configurator-rulebased-components: cx-configurator-template,
4+
cx-configurator-attribute-header, cx-configurator-group, cx-configurator-form,
5+
cx-configurator-attribute-type, cx-required-error-msg,
6+
cx-configurator-footer-container, cx-configurator-footer-container-item,
7+
cx-configurator-form-group, cx-configurator-attribute-input-field,
8+
cx-configurator-attribute-radio-button, cx-configurator-show-more,
9+
cx-configurator-attribute-product-card,
1010
cx-configurator-attribute-single-selection-bundle-dropdown,
1111
cx-configurator-attribute-single-selection-bundle,
1212
cx-configurator-attribute-multi-selection-bundle,
1313
cx-configurator-attribute-read-only, cx-configurator-previous-next-buttons,
1414
cx-configurator-overview-attribute, cx-configurator-overview-filter,
1515
cx-configurator-overview-sidebar, cx-configurator-overview-filter-bar,
16-
cx-configurator-overview-filter-button,
17-
cx-configurator-overview-filter-dialog, cx-configurator-overview-form,
18-
cx-configurator-overview-menu, cx-configurator-cpq-overview-attribute,
19-
cx-configurator-attribute-quantity, cx-configurator-attribute-footer,
20-
cx-configurator-attribute-drop-down, cx-configurator-group-menu,
21-
cx-configurator-price-summary, cx-configurator-price,
22-
cx-configurator-add-to-cart-button, cx-configurator-attribute-input-field,
16+
cx-configurator-overview-filter-button, cx-configurator-overview-filter-dialog,
17+
cx-configurator-overview-form, cx-configurator-overview-menu,
18+
cx-configurator-cpq-overview-attribute, cx-configurator-attribute-quantity,
19+
cx-configurator-attribute-footer, cx-configurator-attribute-drop-down,
20+
cx-configurator-group-menu, cx-configurator-price-summary,
21+
cx-configurator-price, cx-configurator-add-to-cart-button,
22+
cx-configurator-attribute-input-field,
2323
cx-configurator-attribute-numeric-input-field, cx-configurator-tab-bar,
2424
cx-configurator-textfield-add-to-cart-button, cx-configurator-group-title,
2525
cx-configurator-attribute-checkbox, cx-configurator-attribute-checkbox-list,
@@ -29,13 +29,13 @@ $configurator-rulebased-components:
2929
cx-configurator-update-message, cx-configurator-product-title,
3030
cx-configurator-conflict-suggestion, cx-configurator-conflict-description,
3131
cx-configurator-overview-notification-banner,
32-
cx-configuration-conflict-and-error-messages,
33-
cx-configurator-variant-carousel, cx-configurator-conflict-solver-dialog,
34-
cx-configurator-restart-dialog, cx-configurator-exit-button !default;
32+
cx-configuration-conflict-and-error-messages, cx-configurator-variant-carousel,
33+
cx-configurator-conflict-solver-dialog, cx-configurator-restart-dialog,
34+
cx-configurator-exit-button !default;
3535

36-
$configurator-rulebased-pages:
37-
VariantConfigurationTemplate, VariantConfigurationOverviewTemplate,
38-
CpqConfigurationTemplate, CpqConfigurationOverviewTemplate !default;
36+
$configurator-rulebased-pages: VariantConfigurationTemplate,
37+
VariantConfigurationOverviewTemplate, CpqConfigurationTemplate,
38+
CpqConfigurationOverviewTemplate !default;
3939

4040
@each $selector in $configurator-rulebased-components {
4141
#{$selector} {

feature-libs/product-configurator/textfield/_index.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
@import 'styles/index';
22

3-
$configurator-textfield-components:
4-
cx-configurator-textfield-input-field,
5-
cx-configurator-textfield-input-field-readonly,
6-
cx-configurator-textfield-form, cx-configurator-textfield-add-to-cart-button !default;
3+
$configurator-textfield-components: cx-configurator-textfield-input-field,
4+
cx-configurator-textfield-input-field-readonly, cx-configurator-textfield-form,
5+
cx-configurator-textfield-add-to-cart-button !default;
76

87
$configurator-textfield-pages: TextfieldConfigurationTemplate !default;
98

feature-libs/storefinder/styles/components/_index.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
@import './store-finder-map';
1111
@import './store-finder-store';
1212

13-
$store-finder-components-allowlist:
14-
cx-store-finder-list-item, cx-store-finder-grid, cx-store-finder,
15-
cx-store-finder-store-description, cx-store-finder-stores-count,
16-
cx-store-finder-search-result, cx-store-finder-list, cx-store-finder-search,
17-
cx-store-finder-schedule, cx-store-finder-map, cx-store-finder-store !default;
13+
$store-finder-components-allowlist: cx-store-finder-list-item,
14+
cx-store-finder-grid, cx-store-finder, cx-store-finder-store-description,
15+
cx-store-finder-stores-count, cx-store-finder-search-result,
16+
cx-store-finder-list, cx-store-finder-search, cx-store-finder-schedule,
17+
cx-store-finder-map, cx-store-finder-store !default;
1818

1919
$skipComponentStyles: () !default;
2020

feature-libs/user/_index.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
@import './profile/styles/index';
66

77
$skipComponentStyles: () !default;
8-
$selectors:
9-
cx-address-book, cx-address-form, cx-suggested-addresses-dialog, cx-login,
10-
cx-login-form, cx-register, cx-otp-register-form,
8+
$selectors: cx-address-book, cx-address-form, cx-suggested-addresses-dialog,
9+
cx-login, cx-login-form, cx-register, cx-otp-register-form,
1110
cx-registration-verification-token-form, cx-reset-password, cx-close-account,
1211
cx-close-account-modal, cx-my-account-v2-profile, cx-my-account-v2-email,
1312
cx-my-account-v2-password, cx-otp-login-form, cx-verification-token-form,

integration-libs/epd-visualization/_index.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
@import './styles/index';
44

5-
$epd-visualization-components-allowlist:
6-
cx-epd-visualization-viewer, cx-epd-visualization-viewer-toolbar-button,
5+
$epd-visualization-components-allowlist: cx-epd-visualization-viewer,
6+
cx-epd-visualization-viewer-toolbar-button,
77
cx-epd-visualization-visual-picking-tab, cx-epd-visualization-product-filter,
88
cx-epd-visualization-product-list, cx-epd-visualization-animation-slider,
99
cx-epd-visualization-paged-list !default;

integration-libs/opf/_index.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
@import './payment/styles/index';
88
@import './quick-buy/styles/index';
99

10-
$opf-components-allowlist:
11-
cx-opf-payment-method-details, cx-opf-checkout-payment-and-review,
12-
cx-opf-checkout-payments, cx-opf-checkout-billing-address-form,
13-
cx-opf-checkout-payment-wrapper, cx-opf-checkout-terms-and-conditions-alert,
14-
cx-opf-error-modal, cx-opf-cta-element, cx-opf-google-pay, cx-opf-apple-pay,
10+
$opf-components-allowlist: cx-opf-payment-method-details,
11+
cx-opf-checkout-payment-and-review, cx-opf-checkout-payments,
12+
cx-opf-checkout-billing-address-form, cx-opf-checkout-payment-wrapper,
13+
cx-opf-checkout-terms-and-conditions-alert, cx-opf-error-modal,
14+
cx-opf-cta-element, cx-opf-google-pay, cx-opf-apple-pay,
1515
cx-opf-quick-buy-buttons !default;
1616

1717
$skipComponentStyles: () !default;

projects/storefrontstyles/scss/_page-template.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ $page-template-blocklist: () !default;
1010

1111
// allowlisted page template selectors are processed
1212
// unless (some) that are blocklisted using `$page-template-blocklist`
13-
$page-template-allowlist:
14-
LandingPage2Template, ContentPage1Template, CategoryPageTemplate,
15-
ProductListPageTemplate, ProductGridPageTemplate,
13+
$page-template-allowlist: LandingPage2Template, ContentPage1Template,
14+
CategoryPageTemplate, ProductListPageTemplate, ProductGridPageTemplate,
1615
SearchResultsListPageTemplate, ProductDetailsPageTemplate, LoginPageTemplate,
1716
MultiStepCheckoutSummaryPageTemplate, ErrorPageTemplate,
1817
CheckoutLoginPageTemplate, AccountPageTemplate, OrderConfirmationPageTemplate,

projects/storefrontstyles/scss/components/content/_index.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
@import './video/index';
88
@import './pdf/index';
99

10-
$content-components-allowlist:
11-
cx-banner, cx-link, cx-media, cx-carousel, cx-banner-carousel,
12-
cx-global-message, cx-navigation-ui, cx-footer-navigation,
10+
$content-components-allowlist: cx-banner, cx-link, cx-media, cx-carousel,
11+
cx-banner-carousel, cx-global-message, cx-navigation-ui, cx-footer-navigation,
1312
cx-category-navigation, cx-breadcrumb, cx-page-header, cx-scroll-to-top,
1413
cx-video, cx-pdf, cx-my-account-v2-navigation, cx-tab !default;

projects/storefrontstyles/scss/components/layout/_index.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
@import './skip-link';
55
@import './split-view';
66

7-
$layout-components-allowlist:
8-
cx-storefront, header, cx-site-context-selector, cx-skip-link, cx-split-view !default;
7+
$layout-components-allowlist: cx-storefront, header, cx-site-context-selector,
8+
cx-skip-link, cx-split-view !default;

projects/storefrontstyles/scss/components/misc/_index.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
@import './chat-messaging/index';
1010
@import './site-theme-switcher/index';
1111

12-
$misc-components-allowlist:
13-
cx-table, cx-icon, cx-spinner, cx-progress-button, cx-card, cx-pagination,
14-
cx-popover, cx-password-visibility-toggle, cx-messaging, cx-avatar,
15-
cx-site-theme-switcher !default;
12+
$misc-components-allowlist: cx-table, cx-icon, cx-spinner, cx-progress-button,
13+
cx-card, cx-pagination, cx-popover, cx-password-visibility-toggle,
14+
cx-messaging, cx-avatar, cx-site-theme-switcher !default;

projects/storefrontstyles/scss/components/myaccount/_index.scss

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@
1313
@import './my-interests';
1414
@import './cx-my-account-v2-notification-preference';
1515

16-
$myaccount-components-allowlist:
17-
cx-anonymous-consent-management-banner, cx-anonymous-consent-dialog,
18-
cx-anonymous-consent-open-dialog, cx-consent-management-form,
19-
cx-consent-management, cx-my-interests, cx-my-coupons, cx-coupon-card,
20-
cx-coupon-dialog, cx-claim-dialog, cx-payment-methods,
21-
cx-my-account-v2-notification-preference,
16+
$myaccount-components-allowlist: cx-anonymous-consent-management-banner,
17+
cx-anonymous-consent-dialog, cx-anonymous-consent-open-dialog,
18+
cx-consent-management-form, cx-consent-management, cx-my-interests,
19+
cx-my-coupons, cx-coupon-card, cx-coupon-dialog, cx-claim-dialog,
20+
cx-payment-methods, cx-my-account-v2-notification-preference,
2221
cx-my-account-v2-consent-management-form, cx-my-account-v2-consent-management !default;

projects/storefrontstyles/scss/components/product/list/_index.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
@import './facet-list';
99
@import './product-facet-navigation';
1010

11-
$product-list-allowlist:
12-
cx-product-list, cx-product-list-item, cx-product-grid, cx-product-grid-item,
13-
cx-product-view, cx-product-facet-navigation, cx-active-facets, cx-facet,
14-
cx-facet-list !default;
11+
$product-list-allowlist: cx-product-list, cx-product-list-item, cx-product-grid,
12+
cx-product-grid-item, cx-product-view, cx-product-facet-navigation,
13+
cx-active-facets, cx-facet, cx-facet-list !default;

0 commit comments

Comments
 (0)