@simplybusiness/theme-simplybusiness 1.26.1 → 1.26.2

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
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 1.26.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 4b0d4d1: create secondary dark as an alias for secondary hover
8
+ - Updated dependencies [4b0d4d1]
9
+ - @simplybusiness/theme-core@7.9.1
10
+
3
11
  ## 1.26.1
4
12
 
5
13
  ### Patch Changes
package/dist/index.css CHANGED
@@ -2427,7 +2427,8 @@ svg:not(:host).svg-inline--mobius-icon{
2427
2427
  --color-primary-darker:var(--color-azure-600);
2428
2428
  --color-primary-hover:var(--color-primary-darker);
2429
2429
  --color-secondary:var(--color-azure-500);
2430
- --color-secondary-hover:var(--color-azure-600);
2430
+ --color-secondary-dark:var(--color-azure-600);
2431
+ --color-secondary-hover:var(--color-secondary-dark);
2431
2432
  --color-focus:var(--color-bubblegum-500);
2432
2433
  --color-accent:var(--color-bubblegum-500);
2433
2434
  --color-accent-lighter:var(--color-bubblegum-300);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "1.26.1",
3
+ "version": "1.26.2",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -26,12 +26,12 @@
26
26
  "./fonts": "./dist/fonts.css"
27
27
  },
28
28
  "dependencies": {
29
- "@simplybusiness/mobius": "^5.30.0",
30
- "@simplybusiness/mobius-chatbot": "^1.4.16",
29
+ "@simplybusiness/mobius": "^5.30.1",
30
+ "@simplybusiness/mobius-chatbot": "^1.4.17",
31
31
  "@simplybusiness/mobius-datepicker": "^6.7.4",
32
- "@simplybusiness/mobius-interventions": "^1.74.1",
33
- "@simplybusiness/mobius-journey": "^8.47.1",
34
- "@simplybusiness/theme-core": "^7.9.0"
32
+ "@simplybusiness/mobius-interventions": "^1.74.2",
33
+ "@simplybusiness/mobius-journey": "^8.48.0",
34
+ "@simplybusiness/theme-core": "^7.9.1"
35
35
  },
36
36
  "devDependencies": {
37
37
  "css-loader": "^7.1.2",