@simplybusiness/theme-core 7.13.22 → 7.14.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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 7.14.0
4
+
5
+ ### Minor Changes
6
+
7
+ - d1ad7db: Fetch trade image from chopin
8
+
9
+ ### Patch Changes
10
+
11
+ - ca20d3b: Reduce listbox option horizontal padding for a more compact appearance
12
+ - Updated dependencies [1927a07]
13
+ - Updated dependencies [0e4099c]
14
+ - Updated dependencies [d1ad7db]
15
+ - @simplybusiness/mobius@6.8.0
16
+
3
17
  ## 7.13.22
4
18
 
5
19
  ### Patch Changes
package/dist/index.css CHANGED
@@ -3076,7 +3076,7 @@ svg:not(:host).svg-inline--mobius-icon{
3076
3076
  --listbox-max-height:350px;
3077
3077
  --listbox-max-height-mobile:240px;
3078
3078
  --listbox-gap:4px;
3079
- --option-padding:var(--size-xs) var(--size-lg);
3079
+ --option-padding:var(--size-xs) var(--size-sm);
3080
3080
  --drawer-transition-duration:200ms;
3081
3081
  --modal-transition-duration:300ms;
3082
3082
  --backdrop-color:#18181d;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-core",
3
- "version": "7.13.22",
3
+ "version": "7.14.0",
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": "^6.7.2"
29
+ "@simplybusiness/mobius": "^6.8.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "build-scripts": "^1.0.2"
package/src/variables.css CHANGED
@@ -160,7 +160,7 @@
160
160
  --listbox-max-height: 350px;
161
161
  --listbox-max-height-mobile: 240px;
162
162
  --listbox-gap: 4px;
163
- --option-padding: var(--size-xs) var(--size-lg);
163
+ --option-padding: var(--size-xs) var(--size-sm);
164
164
 
165
165
  /* Drawer and Modal */
166
166
  --drawer-transition-duration: 200ms;