@simplybusiness/theme-core 7.3.2 → 7.3.3

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.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f0b6a77]
8
+ - @simplybusiness/mobius@5.19.1
9
+
3
10
  ## 7.3.2
4
11
 
5
12
  ### Patch Changes
package/dist/index.css CHANGED
@@ -366,8 +366,7 @@ h6.mobius-accordion__link-text,
366
366
  .mobius-button:where(.--variant-link){
367
367
  --button-content-color:var(--color-secondary);
368
368
  appearance:none;
369
- border:none;
370
- padding:0;
369
+ padding:var(--size-xxs);
371
370
  background-color:transparent;
372
371
  font-weight:normal;
373
372
  }
@@ -384,7 +383,6 @@ h6.mobius-accordion__link-text,
384
383
 
385
384
  .mobius-button:where(.--variant-link):focus-visible{
386
385
  box-shadow:0 0 0 var(--size-focus-ring) var(--color-focus);
387
- padding:3px 0;
388
386
  }
389
387
 
390
388
  .mobius-button.--is-disabled:where(.--variant-link){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-core",
3
- "version": "7.3.2",
3
+ "version": "7.3.3",
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.19.0"
29
+ "@simplybusiness/mobius": "^5.19.1"
30
30
  },
31
31
  "devDependencies": {
32
32
  "css-loader": "^7.1.2",