@simplybusiness/theme-core 7.2.8 → 7.2.10
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 +17 -0
- package/dist/index.css +10 -3
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 7.2.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [4984b57]
|
|
8
|
+
- Updated dependencies [1fa9b7e]
|
|
9
|
+
- Updated dependencies [9f9cbc5]
|
|
10
|
+
- Updated dependencies [b3b961b]
|
|
11
|
+
- @simplybusiness/mobius@5.12.0
|
|
12
|
+
|
|
13
|
+
## 7.2.9
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [902cee3]
|
|
18
|
+
- @simplybusiness/mobius@5.11.1
|
|
19
|
+
|
|
3
20
|
## 7.2.8
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -584,12 +584,16 @@ a.mobius-button:focus-visible,
|
|
|
584
584
|
cursor:pointer;
|
|
585
585
|
}
|
|
586
586
|
|
|
587
|
-
.mobius-combobox__option:hover
|
|
588
|
-
.mobius-combobox__option--is-highlighted{
|
|
587
|
+
.mobius-combobox__option:hover{
|
|
589
588
|
background-color:var(--color-primary);
|
|
590
589
|
color:var(--color-neutral-100);
|
|
591
590
|
}
|
|
592
591
|
|
|
592
|
+
.mobius-combobox__option--is-highlighted{
|
|
593
|
+
background-color:var(--color-primary-light);
|
|
594
|
+
color:var(--color-neutral-100);
|
|
595
|
+
}
|
|
596
|
+
|
|
593
597
|
[role="group"]{
|
|
594
598
|
margin:0;
|
|
595
599
|
padding:0;
|
|
@@ -2232,9 +2236,12 @@ a.mobius-button:focus-visible,
|
|
|
2232
2236
|
.mobius-text-field__prefix-inside,
|
|
2233
2237
|
.mobius-text-field__suffix-inside{
|
|
2234
2238
|
display:flex;
|
|
2235
|
-
color:var(--color-primary-light);
|
|
2236
2239
|
}
|
|
2237
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
|
+
|
|
2238
2245
|
.mobius-button:is(.mobius-text-field__prefix-inside,.mobius-text-field__suffix-inside){
|
|
2239
2246
|
min-height:100%;
|
|
2240
2247
|
border-radius:0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-core",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.10",
|
|
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.
|
|
29
|
+
"@simplybusiness/mobius": "^5.12.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"css-loader": "^7.1.2",
|
|
33
|
-
"mini-css-extract-plugin": "^2.9.
|
|
34
|
-
"postcss": "^8.4.
|
|
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.
|
|
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.
|
|
44
|
+
"webpack": "^5.96.1",
|
|
45
45
|
"webpack-cli": "^5.1.4"
|
|
46
46
|
}
|
|
47
47
|
}
|