forstok-ui-lib 5.12.1 → 5.12.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/dist/index.d.ts CHANGED
@@ -282,7 +282,7 @@ type TUser = {
282
282
  shopee_partner_key: string;
283
283
  };
284
284
  has_access_orderV1: boolean;
285
- isAi?: boolean;
285
+ isAI?: boolean;
286
286
  };
287
287
  type THierarchy = {
288
288
  evTooglePopup?: TPopupFunction;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forstok-ui-lib",
3
- "version": "5.12.1",
3
+ "version": "5.12.2",
4
4
  "description": "Forstok UI Components Library",
5
5
  "path": "dist",
6
6
  "main": "dist/index.js",
@@ -23,7 +23,7 @@ export type TUser = {
23
23
  shopee_partner_key: string
24
24
  },
25
25
  has_access_orderV1: boolean
26
- isAi?: boolean
26
+ isAI?: boolean
27
27
  }
28
28
  export type THierarchy = {
29
29
  evTooglePopup?: TPopupFunction