@warp-ds/css 2.0.0 → 2.0.1-next.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.
@@ -522,10 +522,10 @@ export const clickable = {
522
522
 
523
523
  export const combobox = {
524
524
  wrapper: 'relative',
525
- base: 'absolute left-0 right-0 pb-8 rounded-8 shadow-m',
525
+ base: 'absolute left-0 right-0 s-bg pb-4 rounded-8 overflow-hidden shadow-m',
526
526
  listbox: 'm-0 p-0 select-none list-none',
527
527
  option: 'block cursor-pointer p-8',
528
- optionUnselected: 's-bg hover:s-bg-hover',
528
+ optionUnselected: 'hover:s-bg-hover',
529
529
  optionSelected: 's-bg-selected hover:s-bg-selected-hover',
530
530
  textMatch: 'font-bold',
531
531
  a11y: 'sr-only',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@warp-ds/css",
3
3
  "repository": "git@github.com:warp-ds/css.git",
4
- "version": "2.0.0",
4
+ "version": "2.0.1-next.1",
5
5
  "peerDependencies": {
6
6
  "@warp-ds/uno": "2.x"
7
7
  },