dirk-cfx-react 1.1.31 → 1.1.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/index.cjs +0 -8
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +0 -8
- package/dist/components/index.js.map +1 -1
- package/dist/hooks/index.cjs +20 -32
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.js +20 -32
- package/dist/hooks/index.js.map +1 -1
- package/dist/index.cjs +0 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +0 -6
- package/dist/index.js.map +1 -1
- package/dist/providers/index.cjs +3 -37
- package/dist/providers/index.cjs.map +1 -1
- package/dist/providers/index.js +3 -37
- package/dist/providers/index.js.map +1 -1
- package/dist/utils/index.cjs +0 -6
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.js +0 -6
- package/dist/utils/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -237,12 +237,6 @@ var useSettings = create(() => ({
|
|
|
237
237
|
"#0b33ff"
|
|
238
238
|
]
|
|
239
239
|
}));
|
|
240
|
-
registerInitialFetch("GET_SETTINGS", void 0).then((data) => {
|
|
241
|
-
console.log("Fetched settings:", data);
|
|
242
|
-
useSettings.setState({
|
|
243
|
-
...data
|
|
244
|
-
});
|
|
245
|
-
});
|
|
246
240
|
|
|
247
241
|
// src/utils/fetchNui.ts
|
|
248
242
|
async function fetchNui(eventName, data, mockData) {
|