@simplybusiness/theme-core 7.9.5 → 7.9.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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 7.9.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0311105]
8
+ - @simplybusiness/mobius@5.31.6
9
+
3
10
  ## 7.9.5
4
11
 
5
12
  ### Patch Changes
package/dist/index.css CHANGED
@@ -551,6 +551,7 @@ a.mobius-button:focus-visible,
551
551
  }
552
552
 
553
553
  .mobius-combobox__list{
554
+ --animation-duration:0.1s;
554
555
  position:absolute;
555
556
  margin:0;
556
557
  margin-top:var(--listbox-gap);
@@ -566,7 +567,7 @@ a.mobius-button:focus-visible,
566
567
  overflow-y:auto;
567
568
  height:0;
568
569
  opacity:0;
569
- transition:box-shadow 0.3s ease, height 0.3s ease, opacity 0.3s ease;
570
+ transition:box-shadow var(--animation-duration) ease, height var(--animation-duration) ease, opacity var(--animation-duration) ease;
570
571
  transition-behavior:allow-discrete;
571
572
  }
572
573
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-core",
3
- "version": "7.9.5",
3
+ "version": "7.9.6",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -26,7 +26,7 @@
26
26
  "./fonts": "./dist/fonts.css"
27
27
  },
28
28
  "dependencies": {
29
- "@simplybusiness/mobius": "^5.31.5"
29
+ "@simplybusiness/mobius": "^5.31.6"
30
30
  },
31
31
  "devDependencies": {
32
32
  "css-loader": "^7.1.2",