react-gldn-kit 0.1.65 → 0.1.67

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.
@@ -50,7 +50,7 @@ var Docs = function (props) {
50
50
  return { 1: [], 2: [], 3: [] };
51
51
  }
52
52
  var info = {
53
- 1: [docs[1], docs[2], docs[3]].filter(function (doc) { return doc; }),
53
+ 1: [docs[0], docs[1], docs[2], docs[3]].filter(function (doc) { return doc; }),
54
54
  2: [docs[4], docs[5], docs[6]].filter(function (doc) { return doc; }),
55
55
  3: [docs[7]].filter(function (doc) { return doc; }),
56
56
  };
@@ -9,6 +9,7 @@ export declare enum EAppType {
9
9
  FsWin = 6,
10
10
  JabiBet = 7,
11
11
  GoblinBet = 8,
12
- M1 = 9
12
+ M1 = 9,
13
+ Cawabanga = 10
13
14
  }
14
15
  export declare const PAGINATION_STEP = 5;
@@ -12,5 +12,6 @@ var EAppType;
12
12
  EAppType[EAppType["JabiBet"] = 7] = "JabiBet";
13
13
  EAppType[EAppType["GoblinBet"] = 8] = "GoblinBet";
14
14
  EAppType[EAppType["M1"] = 9] = "M1";
15
+ EAppType[EAppType["Cawabanga"] = 10] = "Cawabanga";
15
16
  })(EAppType = exports.EAppType || (exports.EAppType = {}));
16
17
  exports.PAGINATION_STEP = 5;
@@ -11,7 +11,7 @@ export declare const languageSelectors: {
11
11
  [key: string]: any;
12
12
  };
13
13
  getAndSetLanguagesKitAction: (state: ZustandLanguageStoreKit) => (lang: string, path: string) => void;
14
- getBrandNameKitSelector: (state: ZustandLanguageStoreKit) => "Unknown" | "Azure" | "Elon" | "XXX" | "Opera" | "FsWin" | "JabiBet" | "GoblinBet" | "M1";
14
+ getBrandNameKitSelector: (state: ZustandLanguageStoreKit) => "Unknown" | "Azure" | "Elon" | "XXX" | "Opera" | "FsWin" | "JabiBet" | "GoblinBet" | "M1" | "Cawabanga";
15
15
  setInitialLanguageKitAction: (state: ZustandLanguageStoreKit) => (appType: import("../..").EAppType, initialLang: string, path: string) => void;
16
16
  setLanguagesKitAction: (state: ZustandLanguageStoreKit) => (lang: {
17
17
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-gldn-kit",
3
- "version": "0.1.65",
3
+ "version": "0.1.67",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "keywords": [],