@simplybusiness/theme-core 7.6.5 → 7.6.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,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 7.6.6
4
+
5
+ ### Patch Changes
6
+
7
+ - e32bd89: Update themes to produce unhashed filenames for assets
8
+ - Updated dependencies [e32bd89]
9
+ - @simplybusiness/mobius@5.26.1
10
+
3
11
  ## 7.6.5
4
12
 
5
13
  ### Patch Changes
package/dist/index.css CHANGED
@@ -380,14 +380,14 @@ svg:not(:host).svg-inline--mobius-icon {
380
380
  font-weight: 500;
381
381
  font-style: normal;
382
382
  font-display: swap;
383
- src: url("./museosans-500-JPZIRTQS.woff2") format("woff2");
383
+ src: url("./fonts/museosans/museosans-500.woff2") format("woff2");
384
384
  }
385
385
  @font-face {
386
386
  font-family: museosans;
387
387
  font-weight: 700;
388
388
  font-style: normal;
389
389
  font-display: swap;
390
- src: url("./museosans-700-EZCYAXBG.woff2") format("woff2");
390
+ src: url("./fonts/museosans/museosans-700.woff2") format("woff2");
391
391
  }
392
392
 
393
393
  /* src/variables.css */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-core",
3
- "version": "7.6.5",
3
+ "version": "7.6.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.26.0"
29
+ "@simplybusiness/mobius": "^5.26.1"
30
30
  },
31
31
  "devDependencies": {
32
32
  "esbuild": "^0.25.1",