@1money/component-ui 0.0.64-alpha.3 → 0.0.64-alpha.4
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/es/business/Select/Asset/style/AssetSelect.css +1 -1
- package/es/business/Select/Network/NetworkSelect.js +86 -181
- package/es/business/Select/Network/interface.d.ts +2 -2
- package/es/business/Select/Network/style/NetworkSelect.css +0 -26
- package/es/components/Select/Select.js +6 -2
- package/es/components/Select/interface.d.ts +6 -0
- package/es/components/Select/style/Select.css +5 -0
- package/es/index.css +1 -1
- package/lib/business/Select/Asset/style/AssetSelect.css +1 -1
- package/lib/business/Select/Network/NetworkSelect.js +83 -179
- package/lib/business/Select/Network/interface.d.ts +2 -2
- package/lib/business/Select/Network/style/NetworkSelect.css +0 -26
- package/lib/components/Select/Select.js +6 -2
- package/lib/components/Select/interface.d.ts +6 -0
- package/lib/components/Select/style/Select.css +5 -0
- package/lib/index.css +1 -1
- package/package.json +1 -1
- package/scripts/mcp-server/index.generated.json +8 -0
package/package.json
CHANGED
|
@@ -11760,6 +11760,14 @@
|
|
|
11760
11760
|
"description": "",
|
|
11761
11761
|
"inheritedFrom": null
|
|
11762
11762
|
},
|
|
11763
|
+
{
|
|
11764
|
+
"name": "panelHeader",
|
|
11765
|
+
"type": "ReactNode",
|
|
11766
|
+
"optional": true,
|
|
11767
|
+
"default": null,
|
|
11768
|
+
"description": "Content rendered at the top of the panel, above the search box and the option list (e.g.",
|
|
11769
|
+
"inheritedFrom": null
|
|
11770
|
+
},
|
|
11763
11771
|
{
|
|
11764
11772
|
"name": "panelFooter",
|
|
11765
11773
|
"type": "ReactNode",
|