@cloudflare/component-listbox
Advanced tools
Comparing version 1.9.1 to 1.9.2
# Change Log | ||
## 1.9.2 | ||
### Patch Changes | ||
- 092101d86f: Fix for Select component compatibility | ||
## 1.9.1 | ||
@@ -4,0 +10,0 @@ |
@@ -36,4 +36,8 @@ import { createStyledComponent } from '@cloudflare/style-container'; | ||
}), | ||
cursor: 'pointer' | ||
cursor: 'pointer', | ||
// Fix for Select component compatibility | ||
'& [data-selected-hidden]': { | ||
display: 'none' | ||
} | ||
}; | ||
}, 'li'); |
@@ -42,5 +42,9 @@ "use strict"; | ||
}), | ||
cursor: 'pointer' | ||
cursor: 'pointer', | ||
// Fix for Select component compatibility | ||
'& [data-selected-hidden]': { | ||
display: 'none' | ||
} | ||
}; | ||
}, 'li'); | ||
exports.SelectOption = SelectOption; |
{ | ||
"name": "@cloudflare/component-listbox", | ||
"description": "", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "module": "es/index.js", |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
451175
5815
1