listpage-next 0.0.227 → 0.0.228

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.
@@ -55,9 +55,12 @@ const ConversationDropdownMenu = (props)=>{
55
55
  const DefaultPanelContainer = styled_components.div`
56
56
  padding: 12px 24px;
57
57
  background: #fff;
58
- color: rgba(0,0,0,0.88);
58
+ color: rgba(0, 0, 0, 0.88);
59
59
  border-radius: 8px;
60
60
  min-height: 100px;
61
61
  min-width: 200px;
62
+ box-shadow:
63
+ 0px 0px 4px 0px rgba(0, 0, 0, 0.02),
64
+ 0px 6px 12px 0px rgba(47, 53, 64, 0.12);
62
65
  `;
63
66
  export { ConversationDropdownMenu };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "listpage-next",
3
- "version": "0.0.227",
3
+ "version": "0.0.228",
4
4
  "description": "A React component library for creating filter forms with Ant Design",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",