@simplybusiness/theme-core 7.5.3 → 7.5.4

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
  # Changelog
2
2
 
3
+ ## 7.5.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [9acf157]
8
+ - Updated dependencies [a5c2fbd]
9
+ - @simplybusiness/mobius@5.24.3
10
+
3
11
  ## 7.5.3
4
12
 
5
13
  ### Patch Changes
package/dist/index.css CHANGED
@@ -371,7 +371,7 @@ h6.mobius-accordion__link-text,
371
371
  font-weight:normal;
372
372
  }
373
373
 
374
- .mobius-button:where(.--variant-link):not(.--is-loading){
374
+ .mobius-button:where(.--variant-link):where(:not(.--is-loading)){
375
375
  -webkit-text-decoration:underline;
376
376
  text-decoration:underline;
377
377
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-core",
3
- "version": "7.5.3",
3
+ "version": "7.5.4",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -26,20 +26,20 @@
26
26
  "./fonts": "./dist/fonts.css"
27
27
  },
28
28
  "dependencies": {
29
- "@simplybusiness/mobius": "^5.24.2"
29
+ "@simplybusiness/mobius": "^5.24.3"
30
30
  },
31
31
  "devDependencies": {
32
32
  "css-loader": "^7.1.2",
33
33
  "mini-css-extract-plugin": "^2.9.2",
34
- "postcss": "^8.4.49",
34
+ "postcss": "^8.5.3",
35
35
  "postcss-discard-comments": "^7.0.3",
36
36
  "postcss-import": "^16.1.0",
37
37
  "postcss-loader": "^8.1.1",
38
38
  "postcss-nested": "^6.2.0",
39
- "postcss-preset-env": "^10.1.1",
39
+ "postcss-preset-env": "^10.1.5",
40
40
  "postcss-url": "^10.1.3",
41
41
  "resolve-url-loader": "^5.0.0",
42
- "webpack": "^5.97.1",
42
+ "webpack": "^5.98.0",
43
43
  "webpack-cli": "^5.1.4"
44
44
  }
45
45
  }