@simplybusiness/theme-simplybusiness 2.18.5 → 2.18.6
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/CHANGELOG.md +10 -0
- package/dist/index.css +1 -1
- package/package.json +2 -2
- package/src/index.css +6 -1
- package/src/post-quote.css +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 2.18.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3594548: Move shared CSS imports (DialogueModal, TransferConsentPageUK, QuoteDetailsForm, PriceBlock, PaymentTermsChecklist) from post-quote.css to index.css to prevent styles breaking when post-quote is refactored
|
|
8
|
+
- Updated dependencies [30626af]
|
|
9
|
+
- Updated dependencies [beddb3e]
|
|
10
|
+
- Updated dependencies [3594548]
|
|
11
|
+
- @simplybusiness/mobius-journey@13.13.1
|
|
12
|
+
|
|
3
13
|
## 2.18.5
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|