@simplybusiness/theme-simplybusiness 1.9.18 → 1.9.19

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,18 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 1.9.19
4
+
5
+ ### Patch Changes
6
+
7
+ - c91bed5: Export journey-component atoms
8
+ - Updated dependencies [c91bed5]
9
+ - Updated dependencies [f0b6a77]
10
+ - Updated dependencies [c91bed5]
11
+ - @simplybusiness/mobius-journey@6.54.0
12
+ - @simplybusiness/mobius@5.19.1
13
+ - @simplybusiness/mobius-datepicker@6.4.2
14
+ - @simplybusiness/theme-core@7.3.3
15
+
3
16
  ## 1.9.18
4
17
 
5
18
  ### Patch Changes
package/dist/index.css CHANGED
@@ -308,8 +308,7 @@ h6.mobius-accordion__link-text,
308
308
  .mobius-button:where(.--variant-link){
309
309
  --button-content-color:var(--color-secondary);
310
310
  appearance:none;
311
- border:none;
312
- padding:0;
311
+ padding:var(--size-xxs);
313
312
  background-color:transparent;
314
313
  font-weight:normal;
315
314
  }
@@ -324,7 +323,6 @@ h6.mobius-accordion__link-text,
324
323
  }
325
324
  .mobius-button:where(.--variant-link):focus-visible{
326
325
  box-shadow:0 0 0 var(--size-focus-ring) var(--color-focus);
327
- padding:3px 0;
328
326
  }
329
327
  .mobius-button.--is-disabled:where(.--variant-link){
330
328
  --button-content-color:var(--color-text-light);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "1.9.18",
3
+ "version": "1.9.19",
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.19.0",
30
- "@simplybusiness/mobius-datepicker": "^6.4.1",
31
- "@simplybusiness/mobius-journey": "^6.53.1",
32
- "@simplybusiness/theme-core": "^7.3.2"
29
+ "@simplybusiness/mobius": "^5.19.1",
30
+ "@simplybusiness/mobius-datepicker": "^6.4.2",
31
+ "@simplybusiness/mobius-journey": "^6.54.0",
32
+ "@simplybusiness/theme-core": "^7.3.3"
33
33
  },
34
34
  "devDependencies": {
35
35
  "css-loader": "^7.1.2",