@simplybusiness/theme-core 7.2.9 → 7.2.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,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 7.2.11
4
+
5
+ ### Patch Changes
6
+
7
+ - @simplybusiness/mobius@5.12.1
8
+
9
+ ## 7.2.10
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [4984b57]
14
+ - Updated dependencies [1fa9b7e]
15
+ - Updated dependencies [9f9cbc5]
16
+ - Updated dependencies [b3b961b]
17
+ - @simplybusiness/mobius@5.12.0
18
+
3
19
  ## 7.2.9
4
20
 
5
21
  ### Patch Changes
package/dist/index.css CHANGED
@@ -2236,9 +2236,12 @@ a.mobius-button:focus-visible,
2236
2236
  .mobius-text-field__prefix-inside,
2237
2237
  .mobius-text-field__suffix-inside{
2238
2238
  display:flex;
2239
- color:var(--color-primary-light);
2240
2239
  }
2241
2240
 
2241
+ :is(.mobius-text-field__prefix-inside,.mobius-text-field__suffix-inside):not(.--is-invalid):not(.--is-disabled){
2242
+ color:var(--color-primary-light);
2243
+ }
2244
+
2242
2245
  .mobius-button:is(.mobius-text-field__prefix-inside,.mobius-text-field__suffix-inside){
2243
2246
  min-height:100%;
2244
2247
  border-radius:0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-core",
3
- "version": "7.2.9",
3
+ "version": "7.2.11",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -26,22 +26,22 @@
26
26
  "./fonts": "./dist/fonts.css"
27
27
  },
28
28
  "dependencies": {
29
- "@simplybusiness/mobius": "^5.11.1"
29
+ "@simplybusiness/mobius": "^5.12.1"
30
30
  },
31
31
  "devDependencies": {
32
32
  "css-loader": "^7.1.2",
33
- "mini-css-extract-plugin": "^2.9.1",
34
- "postcss": "^8.4.47",
33
+ "mini-css-extract-plugin": "^2.9.2",
34
+ "postcss": "^8.4.49",
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.0.8",
39
+ "postcss-preset-env": "^10.1.1",
40
40
  "postcss-url": "^10.1.3",
41
41
  "resolve-url-loader": "^5.0.0",
42
42
  "ts-loader": "^9.5.1",
43
43
  "typescript": "^5.6.3",
44
- "webpack": "^5.95.0",
44
+ "webpack": "^5.96.1",
45
45
  "webpack-cli": "^5.1.4"
46
46
  }
47
47
  }