acsi-core 0.9.31 → 0.9.32
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/components/CoreSelect/index.d.ts +1 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +644 -68
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +631 -56
- package/dist/index.modern.js.map +1 -1
- package/dist/redux/commons/action.d.ts +1 -0
- package/package.json +2 -2
- package/dist/components/MarkdownLatexRender/MarkdownLatexRender.d.ts +0 -7
|
@@ -9,3 +9,4 @@ export declare const setIsRefetchSidebar: import("@reduxjs/toolkit").ActionCreat
|
|
|
9
9
|
export declare const setTenant: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, string>;
|
|
10
10
|
export declare const setAddTenant: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
|
|
11
11
|
export declare const setTeam: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
|
|
12
|
+
export declare const setIsFirstCalendar: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"common/setIsFirstCalendar">;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "acsi-core",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.32",
|
|
4
4
|
"description": "Contains core components && functions for acsi-core project",
|
|
5
5
|
"author": "brss",
|
|
6
6
|
"license": "MIT",
|
|
@@ -102,4 +102,4 @@
|
|
|
102
102
|
"redux-logger": "^3.0.6",
|
|
103
103
|
"typescript": "^4.9.5"
|
|
104
104
|
}
|
|
105
|
-
}
|
|
105
|
+
}
|