@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1money/component-ui",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "description": "React Components based on primereact for 1money front-end projects",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -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[]",