@simplybusiness/theme-simplybusiness 2.10.1 → 2.10.3

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 CHANGED
@@ -1,5 +1,34 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 2.10.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [02df36b]
8
+ - Updated dependencies [08cd3de]
9
+ - Updated dependencies [cd9e555]
10
+ - @simplybusiness/mobius-journey@11.18.1
11
+
12
+ ## 2.10.2
13
+
14
+ ### Patch Changes
15
+
16
+ - d2a17e0: Rename ShowcaseProp to use ubiquitous language and adjust desktop css
17
+ - Updated dependencies [0c911fe]
18
+ - Updated dependencies [db1cc3c]
19
+ - Updated dependencies [4c3a946]
20
+ - Updated dependencies [f51e710]
21
+ - Updated dependencies [8631e38]
22
+ - Updated dependencies
23
+ - Updated dependencies [7b5b219]
24
+ - Updated dependencies [d2a17e0]
25
+ - @simplybusiness/mobius-journey@11.18.0
26
+ - @simplybusiness/mobius@6.9.1
27
+ - @simplybusiness/mobius-chatbot@2.2.1
28
+ - @simplybusiness/mobius-datepicker@7.3.1
29
+ - @simplybusiness/mobius-interventions@3.3.1
30
+ - @simplybusiness/theme-core@7.14.3
31
+
3
32
  ## 2.10.1
4
33
 
5
34
  ### Patch Changes
package/dist/index.css CHANGED
@@ -6416,6 +6416,7 @@ svg:not(:host).svg-inline--mobius-icon{
6416
6416
  @media screen and (min-width: 641px){
6417
6417
  .mobius-showcase__group{
6418
6418
  flex-direction:row;
6419
+ margin:0;
6419
6420
  }
6420
6421
  }
6421
6422
  .mobius-showcase__content{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "2.10.1",
3
+ "version": "2.10.3",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -26,12 +26,12 @@
26
26
  "./fonts": "./dist/fonts.css"
27
27
  },
28
28
  "dependencies": {
29
- "@simplybusiness/mobius": "^6.9.0",
30
- "@simplybusiness/mobius-chatbot": "^2.2.0",
31
- "@simplybusiness/mobius-datepicker": "^7.3.0",
32
- "@simplybusiness/mobius-interventions": "^3.3.0",
33
- "@simplybusiness/mobius-journey": "^11.17.0",
34
- "@simplybusiness/theme-core": "^7.14.2"
29
+ "@simplybusiness/mobius": "^6.9.1",
30
+ "@simplybusiness/mobius-chatbot": "^2.2.1",
31
+ "@simplybusiness/mobius-datepicker": "^7.3.1",
32
+ "@simplybusiness/mobius-interventions": "^3.3.1",
33
+ "@simplybusiness/mobius-journey": "^11.18.1",
34
+ "@simplybusiness/theme-core": "^7.14.3"
35
35
  },
36
36
  "devDependencies": {
37
37
  "build-scripts": "^1.0.2",