@bigbinary/neeto-commons-frontend 4.13.70 → 4.13.71
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/constants.d.ts +1 -0
- package/package.json +1 -1
package/constants.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ export const DEFAULT_PAGE_SIZE: number;
|
|
|
4
4
|
export const DEFAULT_STALE_TIME: number;
|
|
5
5
|
export const SINGULAR: { count: number };
|
|
6
6
|
export const PLURAL: { count: number };
|
|
7
|
+
export const LANGUAGE_OPTIONS: { label: string; value: string }[];
|
|
7
8
|
|
|
8
9
|
// Regex constants
|
|
9
10
|
export const VALID_EMAIL_REGEX: object;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-commons-frontend",
|
|
3
|
-
"version": "4.13.
|
|
3
|
+
"version": "4.13.71",
|
|
4
4
|
"description": "A package encapsulating common code across neeto projects including initializers, utility functions, common components and hooks and so on.",
|
|
5
5
|
"repository": "git@github.com:bigbinary/neeto-commons-frontend.git",
|
|
6
6
|
"author": "Amaljith K <amaljith.k@bigbinary.com>",
|