wickes-css2 2.98.0-develop.12 → 2.98.0-develop.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Readme.md +2 -1
- package/build/css/main.css +1 -1
- package/build/css/pages/checkout-new.css +1 -1
- package/build/css/pages/page_product-details-v2.css +1 -1
- package/build/css/pdp-main-before-combine.css +1 -1
- package/build/css/pdp-main-non-critical.css +1 -1
- package/build/css/pdp-main.css +1 -1
- package/build/js/basket.min.js +2 -2
- package/build/js/bundle.min.js +1 -1
- package/build/js/checkout.min.js +2 -2
- package/build/js/emulation.min.js +3 -3
- package/build/js/general.bundle.min.js +1 -1
- package/build/js/merged-checkout.min.js +2 -2
- package/build/js/page/components/order-summary.js +1 -1
- package/build/js/pdp.bundle.min.js +1 -1
- package/build/js/plp.bundle.min.js +1 -1
- package/build/js/project-list.min.js +1 -1
- package/package.json +2 -2
- package/src/js/components/general/offer-banner.js +65 -16
- package/src/js/emulation/basket-data.js +3 -3
- package/src/js/page/components/order-summary.js +1 -1
- package/src/scss/components/_billie-modal.scss +10 -0
- package/src/scss/components/_order-summary.scss +7 -48
- package/src/scss/components/_voucher-accordion.scss +56 -0
- package/src/scss/main.scss +1 -0
- package/src/scss/pages/page_product-details-v2.scss +9 -0
package/Readme.md
CHANGED
|
@@ -234,6 +234,7 @@ While using breakpoints we should use right order of its placement:
|
|
|
234
234
|
```
|
|
235
235
|
|
|
236
236
|
* Preferable way is to use one way of breakpoints direction: -up or -down, and to use them both only in exceptional cases
|
|
237
|
+
|
|
237
238
|
* -only breakpoints should be placed only after group of -up or -down
|
|
238
239
|
|
|
239
240
|
## Js
|
|
@@ -259,7 +260,7 @@ for pages - page_page-name;
|
|
|
259
260
|
for components - c_component-name.
|
|
260
261
|
```
|
|
261
262
|
|
|
262
|
-
When you finish your task, you must create merge request, assign it to Andrii and add all front-end team via comment in description.
|
|
263
|
+
When you finish your task, you must create merge request, assign it to Andrii and add all front-end team via comment in description.
|
|
263
264
|
**Note:** `[WIP]` or `WIP` prefix could be added to MR title. There is short explanation about [GitLab WIP status](https://about.gitlab.com/2016/01/08/feature-highlight-wip/).
|
|
264
265
|
|
|
265
266
|
## Linting
|