@simplybusiness/theme-simplybusiness 0.2.1 → 0.4.0
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 +32 -0
- package/dist/index.css +58 -1183
- package/package.json +5 -5
- package/src/index.css +8 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 0.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 623f6a0: Add `PaymentSummary` component
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 7ffa889: Remove autoprefixer and unnecessary property duplication from themes
|
|
12
|
+
- Updated dependencies [744c317]
|
|
13
|
+
- Updated dependencies [11c3e4d]
|
|
14
|
+
- Updated dependencies [623f6a0]
|
|
15
|
+
- Updated dependencies [7ffa889]
|
|
16
|
+
- @simplybusiness/mobius@5.1.1
|
|
17
|
+
- @simplybusiness/mobius-journey@6.4.0
|
|
18
|
+
- @simplybusiness/theme-core@7.1.1
|
|
19
|
+
- @simplybusiness/mobius-datepicker@6.0.3
|
|
20
|
+
|
|
21
|
+
## 0.3.0
|
|
22
|
+
|
|
23
|
+
### Minor Changes
|
|
24
|
+
|
|
25
|
+
- 438bc72: On error display generic error page in mobius-journey
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- e871867: Remove margins from body element
|
|
30
|
+
- d379153: Remove extra import of theme-core from themes that inherit from theme-simplybusiness
|
|
31
|
+
- Updated dependencies [438bc72]
|
|
32
|
+
- Updated dependencies [cdbccb7]
|
|
33
|
+
- @simplybusiness/mobius-journey@6.3.0
|
|
34
|
+
|
|
3
35
|
## 0.2.1
|
|
4
36
|
|
|
5
37
|
### Patch Changes
|