mario-core 2.9.12-beta → 2.9.13-suffix
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.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/utils/constants.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -107,6 +107,7 @@ var PasswordInput = function PasswordInput(_ref) {
|
|
|
107
107
|
|
|
108
108
|
var TINY_MCE_API_KEY = "adpshj9swgsscf83gw4gs2f74nx0vicpd5ydka20iqjd7l8r";
|
|
109
109
|
var GOOGLE_RECAPTCHA_KEY = "6LfNtLUaAAAAAL24lbBV11jS-gBtt1mhtxb4NXs0";
|
|
110
|
+
var INIT_AMPLITUDE_KEY = "860fa99c52ae79d98e904b4c862ddaac";
|
|
110
111
|
var ACCESS_TOKEN = "ACCESS_TOKEN";
|
|
111
112
|
var DEFAULT_PAGE_SIZE_VALUES = [{
|
|
112
113
|
label: "10",
|
|
@@ -6775,7 +6776,7 @@ var commonReducer = toolkit.createReducer(initialState, function (builder) {
|
|
|
6775
6776
|
}).addCase(initAmplitude, function (_state, action) {
|
|
6776
6777
|
var _action$payload, _action$payload2, _action$payload3, _action$payload4, _action$payload5, _action$payload6, _action$payload7;
|
|
6777
6778
|
|
|
6778
|
-
amplitude.getInstance().init(
|
|
6779
|
+
amplitude.getInstance().init(INIT_AMPLITUDE_KEY, action.payload.name);
|
|
6779
6780
|
var eventProperties = {
|
|
6780
6781
|
user_id: action.payload.name,
|
|
6781
6782
|
status: (_action$payload = action.payload) !== null && _action$payload !== void 0 && _action$payload.status ? (_action$payload2 = action.payload) === null || _action$payload2 === void 0 ? void 0 : _action$payload2.status : "",
|