@bigbinary/neeto-rules-frontend 2.5.15-beta → 2.5.15-beta-2

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": "@bigbinary/neeto-rules-frontend",
3
- "version": "2.5.15-beta",
3
+ "version": "2.5.15-beta-2",
4
4
  "description": "A repo acts as the source of truth for the new nano's structure, configs, data etc.",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-rules-nano",
package/types.d.ts CHANGED
@@ -105,6 +105,8 @@ interface EventsProps extends ConditionsProps {
105
105
  interface InputFieldProps extends commonInputProps, InputProps {}
106
106
 
107
107
  interface NeetoRulesProps {
108
+ title: string;
109
+ breadcrumbs: object;
108
110
  data?: Record<string, any>;
109
111
  children?: React.ReactNode | (() => React.ReactNode);
110
112
  className?: string;