@simplybusiness/theme-core 7.13.12 → 7.13.14

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,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 7.13.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f5af9d5]
8
+ - @simplybusiness/mobius@6.5.1
9
+
10
+ ## 7.13.13
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [cd64da7]
15
+ - @simplybusiness/mobius@6.5.0
16
+
3
17
  ## 7.13.12
4
18
 
5
19
  ### Patch Changes
package/dist/index.css CHANGED
@@ -944,6 +944,24 @@ a.mobius-button:focus-visible,
944
944
  color:var(--color-error);
945
945
  }
946
946
 
947
+ .mobius-error-message a{
948
+ color:var(--color-link);
949
+ outline:none;
950
+ border-radius:var(--radius-1);
951
+ }
952
+
953
+ :is(.mobius-error-message a):hover,:is(.mobius-error-message a):active{
954
+ -webkit-text-decoration:underline;
955
+ text-decoration:underline;
956
+ cursor:pointer;
957
+ color:var(--color-link-hover);
958
+ }
959
+
960
+ :is(.mobius-error-message a):focus-visible{
961
+ box-shadow:var(--box-shadow-default);
962
+ padding:3px 0;
963
+ }
964
+
947
965
  .mobius-error-message__icon{
948
966
  width:var(--error-message-icon-width, auto);
949
967
  height:var(--error-message-icon-height, auto);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-core",
3
- "version": "7.13.12",
3
+ "version": "7.13.14",
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": "^6.4.5"
29
+ "@simplybusiness/mobius": "^6.5.1"
30
30
  },
31
31
  "devDependencies": {
32
32
  "build-scripts": "^1.0.1"
package/src/index.css CHANGED
@@ -51,4 +51,3 @@
51
51
  box-sizing: border-box;
52
52
  }
53
53
  }
54
- @import "./components/MaskedField.css";
@@ -1 +0,0 @@
1
- .mobius-masked-field { }