@simplybusiness/theme-simplybusiness 1.9.11 → 1.9.13
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 +3 -4
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.9.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [a19a98d]
|
|
8
|
+
- @simplybusiness/mobius@5.17.0
|
|
9
|
+
- @simplybusiness/theme-core@7.3.0
|
|
10
|
+
- @simplybusiness/mobius-datepicker@6.3.4
|
|
11
|
+
- @simplybusiness/mobius-journey@6.49.4
|
|
12
|
+
|
|
13
|
+
## 1.9.12
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [d3ac0a6]
|
|
18
|
+
- @simplybusiness/mobius-journey@6.49.3
|
|
19
|
+
|
|
3
20
|
## 1.9.11
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -451,16 +451,16 @@ a.mobius-button:focus-visible,
|
|
|
451
451
|
}
|
|
452
452
|
:root,
|
|
453
453
|
:host{
|
|
454
|
-
interpolate-size:allow-keywords;
|
|
455
454
|
--combobox-border-color:#ccc;
|
|
456
455
|
--combobox-group-color:var(--color-text);
|
|
457
456
|
--combobox-group-background-color:#dad6f7;
|
|
458
457
|
--combobox-selected-background-color:var(--color-primary);
|
|
459
|
-
--listbox-height:
|
|
458
|
+
--listbox-height:350px;
|
|
460
459
|
--listbox-gap:4px;
|
|
461
460
|
--option-padding:var(--size-xs) var(--size-lg);
|
|
462
461
|
}
|
|
463
462
|
.mobius-combobox{
|
|
463
|
+
interpolate-size:allow-keywords;
|
|
464
464
|
position:relative;
|
|
465
465
|
width:100%;
|
|
466
466
|
}
|
|
@@ -477,7 +477,6 @@ a.mobius-button:focus-visible,
|
|
|
477
477
|
border:1px solid var(--combobox-border-color);
|
|
478
478
|
border-radius:var(--radius-1);
|
|
479
479
|
box-shadow:0 2px 4px rgba(0, 0, 0, 0.1);
|
|
480
|
-
max-height:var(--listbox-height);
|
|
481
480
|
overflow-y:auto;
|
|
482
481
|
height:0;
|
|
483
482
|
opacity:0;
|
|
@@ -486,7 +485,7 @@ a.mobius-button:focus-visible,
|
|
|
486
485
|
}
|
|
487
486
|
.mobius-combobox--is-expanded .mobius-combobox__list{
|
|
488
487
|
opacity:1;
|
|
489
|
-
height:
|
|
488
|
+
height:var(--listbox-height);
|
|
490
489
|
}
|
|
491
490
|
.mobius-combobox__option{
|
|
492
491
|
padding:var(--option-padding);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.13",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"./fonts": "./dist/fonts.css"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@simplybusiness/mobius": "^5.
|
|
30
|
-
"@simplybusiness/mobius-datepicker": "^6.3.
|
|
31
|
-
"@simplybusiness/mobius-journey": "^6.49.
|
|
32
|
-
"@simplybusiness/theme-core": "^7.
|
|
29
|
+
"@simplybusiness/mobius": "^5.17.0",
|
|
30
|
+
"@simplybusiness/mobius-datepicker": "^6.3.4",
|
|
31
|
+
"@simplybusiness/mobius-journey": "^6.49.4",
|
|
32
|
+
"@simplybusiness/theme-core": "^7.3.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"css-loader": "^7.1.2",
|