@antscorp/antsomi-ui 1.3.5-beta.744 → 1.3.5-beta.745
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/es/test.js +4 -4
- package/package.json +1 -2
package/es/test.js
CHANGED
|
@@ -76,10 +76,10 @@ const getUserInfos = (email) => __awaiter(void 0, void 0, void 0, function* () {
|
|
|
76
76
|
const appConfig = {
|
|
77
77
|
env: 'sandbox',
|
|
78
78
|
auth: {
|
|
79
|
-
token: '
|
|
79
|
+
token: '5474r2x214z284d4w2b4y4h5a454p444m4h423u4z5t5',
|
|
80
80
|
portalId: 33167,
|
|
81
|
-
userId: '
|
|
82
|
-
accountId: '
|
|
81
|
+
userId: '1600083836',
|
|
82
|
+
accountId: '1600083836',
|
|
83
83
|
},
|
|
84
84
|
languageCode: 'en',
|
|
85
85
|
};
|
|
@@ -216,5 +216,5 @@ export const App = () => {
|
|
|
216
216
|
const container = document.getElementById('root');
|
|
217
217
|
const root = createRoot(container);
|
|
218
218
|
root.render(React.createElement(QueryClientProviderAntsomiUI, { client: queryClientAntsomiUI },
|
|
219
|
-
React.createElement(ConfigProvider, { locale: "en" },
|
|
219
|
+
React.createElement(ConfigProvider, { locale: "en", appConfig: appConfig },
|
|
220
220
|
React.createElement(App, null))));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antscorp/antsomi-ui",
|
|
3
|
-
"version": "1.3.5-beta.
|
|
3
|
+
"version": "1.3.5-beta.745",
|
|
4
4
|
"description": "An enterprise-class UI design language and React UI library.",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"dist/*",
|
|
@@ -253,4 +253,3 @@
|
|
|
253
253
|
"react-router-dom": ">= 5.1.0"
|
|
254
254
|
}
|
|
255
255
|
}
|
|
256
|
-
|