wcz-test 6.4.9 → 6.4.10

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.
@@ -1,4 +1,4 @@
1
- export { P as Platform } from './utils-DqOS_g2q.js';
1
+ export { P as Platform } from './utils-ChipkRJ9.js';
2
2
  export { default as i18n, t } from 'i18next';
3
3
  export { initReactI18next, useTranslation } from 'react-i18next';
4
4
  export { default as LanguageDetector } from 'i18next-browser-languagedetector';
@@ -8,6 +8,7 @@ import * as node_modules_better_auth_dist_shared_better_auth_DNnBkMGu from 'node
8
8
  import * as _better_fetch_fetch from '@better-fetch/fetch';
9
9
  import 'axios';
10
10
  import 'uuidv7';
11
+ import '@t3-oss/env-core';
11
12
 
12
13
  declare const WISTRON_PRIMARY_COLOR = "#00506E";
13
14
  declare const WISTRON_SECONDARY_COLOR = "#64DC00";
package/dist/hooks.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { ButtonProps, TextFieldProps, SliderProps, RadioGroupProps, SwitchProps, CheckboxProps, AutocompleteProps } from '@mui/material';
2
2
  import { DateTimePickerProps, DatePickerProps } from '@mui/x-date-pickers-pro';
3
- import { F as FormOmittedProps } from './utils-DqOS_g2q.js';
3
+ import { F as FormOmittedProps } from './utils-ChipkRJ9.js';
4
4
  import { NumericFormatProps, InputAttributes } from 'react-number-format/types/types';
5
5
  import * as _tanstack_react_form from '@tanstack/react-form';
6
6
  import * as react from 'react';
@@ -8,6 +8,7 @@ import { ReactNode } from 'react';
8
8
  import * as _tanstack_form_core from '@tanstack/form-core';
9
9
  import 'axios';
10
10
  import 'uuidv7';
11
+ import '@t3-oss/env-core';
11
12
 
12
13
  type FormSubmitButtonProps = Omit<ButtonProps, "loading" | "disabled" | "onClick" | "type">;
13
14
 
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { LinkOptions } from '@tanstack/react-router';
2
2
  import { FC, ReactNode } from 'react';
3
3
  import { CssVarsThemeOptions } from '@mui/material';
4
- export { r as rootRouteHead } from './utils-DqOS_g2q.js';
4
+ export { r as rootRouteHead } from './utils-ChipkRJ9.js';
5
5
  export { createEnv } from '@t3-oss/env-core';
6
6
  import 'axios';
7
7
  import 'uuidv7';
@@ -1,5 +1,6 @@
1
1
  import * as axios from 'axios';
2
2
  import 'uuidv7';
3
+ import '@t3-oss/env-core';
3
4
 
4
5
  declare class Platform {
5
6
  static get isAndroid(): boolean;
package/dist/utils.d.ts CHANGED
@@ -1,3 +1,4 @@
1
- export { h as httpClient } from './utils-DqOS_g2q.js';
1
+ export { h as httpClient } from './utils-ChipkRJ9.js';
2
2
  export { uuidv7 } from 'uuidv7';
3
+ export { createEnv } from '@t3-oss/env-core';
3
4
  import 'axios';
package/dist/utils.js CHANGED
@@ -6,7 +6,9 @@ import "./chunk-5WRI5ZAA.js";
6
6
 
7
7
  // src/utils.ts
8
8
  import { uuidv7 } from "uuidv7";
9
+ import { createEnv } from "@t3-oss/env-core";
9
10
  export {
11
+ createEnv,
10
12
  httpClient,
11
13
  uuidv7
12
14
  };
package/dist/utils.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/utils.ts"],"sourcesContent":["export { httpClient } from \"./lib/utils\";\r\nexport { uuidv7 } from \"uuidv7\";\r\n"],"mappings":";;;;;;;AACA,SAAS,cAAc;","names":[]}
1
+ {"version":3,"sources":["../src/utils.ts"],"sourcesContent":["export { httpClient } from \"./lib/utils\";\r\nexport { uuidv7 } from \"uuidv7\";\r\nexport { createEnv } from \"@t3-oss/env-core\";\r\n"],"mappings":";;;;;;;AACA,SAAS,cAAc;AACvB,SAAS,iBAAiB;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wcz-test",
3
- "version": "6.4.9",
3
+ "version": "6.4.10",
4
4
  "private": false,
5
5
  "sideEffects": false,
6
6
  "type": "module",