@simplybusiness/theme-simplybusiness 1.3.0 → 1.3.2

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,26 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 1.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3a925d9]
8
+ - Updated dependencies [e3a86f9]
9
+ - @simplybusiness/mobius@5.9.0
10
+ - @simplybusiness/mobius-datepicker@6.0.15
11
+ - @simplybusiness/mobius-journey@6.17.2
12
+ - @simplybusiness/theme-core@7.2.6
13
+
14
+ ## 1.3.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [5272b2b]
19
+ - @simplybusiness/mobius-journey@6.17.1
20
+ - @simplybusiness/mobius@5.8.1
21
+ - @simplybusiness/mobius-datepicker@6.0.14
22
+ - @simplybusiness/theme-core@7.2.5
23
+
3
24
  ## 1.3.0
4
25
 
5
26
  ### Minor Changes
package/dist/index.css CHANGED
@@ -483,7 +483,7 @@ a.mobius-button:focus-visible,
483
483
  transition:box-shadow 0.3s ease, height 0.3s ease, opacity 0.3s ease;
484
484
  transition-behavior:allow-discrete;
485
485
  }
486
- .mobius-combobox__list.expanded{
486
+ .mobius-combobox--is-expanded .mobius-combobox__list{
487
487
  opacity:1;
488
488
  height:auto;
489
489
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -26,10 +26,10 @@
26
26
  "./fonts": "./dist/fonts.css"
27
27
  },
28
28
  "dependencies": {
29
- "@simplybusiness/mobius": "^5.8.0",
30
- "@simplybusiness/mobius-datepicker": "^6.0.13",
31
- "@simplybusiness/mobius-journey": "^6.17.0",
32
- "@simplybusiness/theme-core": "^7.2.4"
29
+ "@simplybusiness/mobius": "^5.9.0",
30
+ "@simplybusiness/mobius-datepicker": "^6.0.15",
31
+ "@simplybusiness/mobius-journey": "^6.17.2",
32
+ "@simplybusiness/theme-core": "^7.2.6"
33
33
  },
34
34
  "devDependencies": {
35
35
  "css-loader": "^7.1.2",