@simplybusiness/theme-simplybusiness 2.3.10 → 2.3.11

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,20 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 2.3.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6673f13]
8
+ - Updated dependencies [bbd5491]
9
+ - Updated dependencies [cd64da7]
10
+ - Updated dependencies [6545157]
11
+ - @simplybusiness/mobius-journey@10.28.0
12
+ - @simplybusiness/mobius@6.5.0
13
+ - @simplybusiness/mobius-chatbot@2.0.19
14
+ - @simplybusiness/mobius-datepicker@7.1.15
15
+ - @simplybusiness/mobius-interventions@2.7.9
16
+ - @simplybusiness/theme-core@7.13.13
17
+
3
18
  ## 2.3.10
4
19
 
5
20
  ### Patch Changes
package/dist/index.css CHANGED
@@ -793,6 +793,22 @@ a.mobius-button:focus-visible,
793
793
  grid-template-columns:min-content 1fr;
794
794
  color:var(--color-error);
795
795
  }
796
+ .mobius-error-message a{
797
+ color:var(--color-link);
798
+ outline:none;
799
+ border-radius:var(--radius-1);
800
+ }
801
+ :is(.mobius-error-message a):hover,:is(.mobius-error-message a):active{
802
+ -webkit-text-decoration:underline;
803
+ -webkit-text-decoration:underline;
804
+ text-decoration:underline;
805
+ cursor:pointer;
806
+ color:var(--color-link-hover);
807
+ }
808
+ :is(.mobius-error-message a):focus-visible{
809
+ box-shadow:var(--box-shadow-default);
810
+ padding:3px 0;
811
+ }
796
812
  .mobius-error-message__icon{
797
813
  width:var(--error-message-icon-width, auto);
798
814
  height:var(--error-message-icon-height, auto);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "2.3.10",
3
+ "version": "2.3.11",
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": "^6.4.5",
30
- "@simplybusiness/mobius-chatbot": "^2.0.18",
31
- "@simplybusiness/mobius-datepicker": "^7.1.14",
32
- "@simplybusiness/mobius-interventions": "^2.7.8",
33
- "@simplybusiness/mobius-journey": "^10.27.0",
34
- "@simplybusiness/theme-core": "^7.13.12"
29
+ "@simplybusiness/mobius": "^6.5.0",
30
+ "@simplybusiness/mobius-chatbot": "^2.0.19",
31
+ "@simplybusiness/mobius-datepicker": "^7.1.15",
32
+ "@simplybusiness/mobius-interventions": "^2.7.9",
33
+ "@simplybusiness/mobius-journey": "^10.28.0",
34
+ "@simplybusiness/theme-core": "^7.13.13"
35
35
  },
36
36
  "devDependencies": {
37
37
  "build-scripts": "^1.0.1",