@simplybusiness/theme-simplybusiness 1.1.0 → 1.1.1

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
+ ## 1.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [af05836]
8
+ - Updated dependencies [ec04e00]
9
+ - Updated dependencies [a0d927d]
10
+ - Updated dependencies [cc9aad5]
11
+ - Updated dependencies [d1b33b1]
12
+ - Updated dependencies [b72344d]
13
+ - @simplybusiness/mobius@5.5.0
14
+ - @simplybusiness/theme-core@7.2.0
15
+ - @simplybusiness/mobius-journey@6.15.1
16
+ - @simplybusiness/mobius-datepicker@6.0.9
17
+
3
18
  ## 1.1.0
4
19
 
5
20
  ### Minor Changes
package/dist/index.css CHANGED
@@ -448,6 +448,33 @@ a.mobius-button:focus-visible,
448
448
  .mobius-checkbox-group:where(.--is-optional) > :where(.mobius-label)::after{
449
449
  content:" (optional)";
450
450
  }
451
+ .mobius-combobox{
452
+ position:relative;
453
+ }
454
+ .mobius-combobox__list{
455
+ position:absolute;
456
+ margin:0;
457
+ padding:0;
458
+ top:100%;
459
+ left:0;
460
+ right:0;
461
+ z-index:1000;
462
+ background-color:#fff;
463
+ border:1px solid #ccc;
464
+ border-top:0;
465
+ box-shadow:0 2px 4px rgba(0, 0, 0, 0.1);
466
+ max-height:200px;
467
+ overflow-y:auto;
468
+ }
469
+ .mobius-combobox__option{
470
+ padding:0.5rem 1rem;
471
+ cursor:pointer;
472
+ }
473
+ .mobius-combobox__option:hover,
474
+ .mobius-combobox__option--is-highlighted{
475
+ background-color:var(--color-primary);
476
+ color:var(--color-neutral-100);
477
+ }
451
478
  .mobius-container{
452
479
  box-sizing:border-box;
453
480
  margin-left:auto;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
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.4.0",
30
- "@simplybusiness/mobius-datepicker": "^6.0.8",
31
- "@simplybusiness/mobius-journey": "^6.15.0",
32
- "@simplybusiness/theme-core": "^7.1.6"
29
+ "@simplybusiness/mobius": "^5.5.0",
30
+ "@simplybusiness/mobius-datepicker": "^6.0.9",
31
+ "@simplybusiness/mobius-journey": "^6.15.1",
32
+ "@simplybusiness/theme-core": "^7.2.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "css-loader": "^7.1.2",