@bigbinary/neeto-molecules 1.0.23 → 1.0.25

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-molecules",
3
- "version": "1.0.23",
3
+ "version": "1.0.25",
4
4
  "description": "A package of reusable molecular components for neeto products.",
5
5
  "repository": "git@github.com:bigbinary/neeto-molecules.git",
6
6
  "author": "Amaljith K <amaljith.k@bigbinary.com>",
@@ -136,7 +136,8 @@
136
136
  "send": "Send",
137
137
  "cancel": "Cancel"
138
138
  }
139
- }
139
+ },
140
+ "developmentInfo": "This page can be accessed only in SSO mode. To access the page, run neetoAuth in the background and restart the application in SSO mode."
140
141
  },
141
142
  "customDomain": {
142
143
  "customDomain_one": "Custom domain",
@@ -9,6 +9,7 @@ import {
9
9
  const DateFormat: {
10
10
  [key in Capitalize<keyof typeof timeFormat>]: React.FC<{
11
11
  date: DateTimeType;
12
+ timerInterval?: number;
12
13
  typographyProps?: Partial<TypographyProps>;
13
14
  tooltipProps?: Partial<TooltipProps>;
14
15
  }>;
@@ -3,6 +3,10 @@ type EmbedCode = React.FC<{
3
3
  primaryApp?: string;
4
4
  }>;
5
5
  /**
6
+ *
7
+ * This component can be accessed only in SSO mode. To access the component, run
8
+ *
9
+ * neetoAuth in the background and restart the application in SSO mode.
6
10
  *
7
11
  * This object contains the widget names.
8
12
  *