@1money/component-ui 0.0.36 → 0.0.37
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/components/Navigation/NavigationLogo.d.ts +1 -0
- package/es/components/Navigation/NavigationLogo.js +11 -1
- package/es/components/Navigation/NavigationStepper.js +5 -2
- package/es/components/Navigation/interface.d.ts +2 -0
- package/es/index.css +1 -1
- package/lib/components/Navigation/NavigationLogo.d.ts +1 -0
- package/lib/components/Navigation/NavigationLogo.js +11 -1
- package/lib/components/Navigation/NavigationStepper.js +5 -2
- package/lib/components/Navigation/interface.d.ts +2 -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
|
@@ -5693,6 +5693,14 @@
|
|
|
5693
5693
|
"description": "Click handler for the logo button",
|
|
5694
5694
|
"inheritedFrom": null
|
|
5695
5695
|
},
|
|
5696
|
+
{
|
|
5697
|
+
"name": "betaLogo",
|
|
5698
|
+
"type": "boolean",
|
|
5699
|
+
"optional": true,
|
|
5700
|
+
"default": null,
|
|
5701
|
+
"description": "Whether to render the logo with the BETA tag",
|
|
5702
|
+
"inheritedFrom": null
|
|
5703
|
+
},
|
|
5696
5704
|
{
|
|
5697
5705
|
"name": "steps",
|
|
5698
5706
|
"type": "NavigationStepperStep[]",
|