@simplybusiness/theme-simplybusiness 1.9.4 → 1.9.5

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,13 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 1.9.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [64c52f9]
8
+ - Updated dependencies [c95c1ec]
9
+ - @simplybusiness/mobius-journey@6.47.1
10
+
3
11
  ## 1.9.4
4
12
 
5
13
  ### Patch Changes
package/dist/index.css CHANGED
@@ -3527,6 +3527,12 @@ svg:not(:host).svg-inline--mobius-icon{
3527
3527
  transition:opacity var(--animation-duration), content-visibility var(--animation-duration);
3528
3528
  }
3529
3529
  }
3530
+ .mobius-collapsible__details > summary{
3531
+ list-style:none;
3532
+ }
3533
+ .mobius-collapsible__details summary::-webkit-details-marker{
3534
+ display:none;
3535
+ }
3530
3536
  .mobius-collapsible__details[open]::details-content{
3531
3537
  height:auto;
3532
3538
  opacity:1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "1.9.4",
3
+ "version": "1.9.5",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -28,7 +28,7 @@
28
28
  "dependencies": {
29
29
  "@simplybusiness/mobius": "^5.15.5",
30
30
  "@simplybusiness/mobius-datepicker": "^6.2.0",
31
- "@simplybusiness/mobius-journey": "^6.47.0",
31
+ "@simplybusiness/mobius-journey": "^6.47.1",
32
32
  "@simplybusiness/theme-core": "^7.2.20"
33
33
  },
34
34
  "devDependencies": {