@ctlyst.id/internal-ui 3.4.0 → 3.4.1
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.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -20,6 +20,7 @@ export { ToastContainer } from 'react-toastify';
|
|
|
20
20
|
import { Id, ToastIcon } from 'react-toastify/dist/types';
|
|
21
21
|
import * as axios from 'axios';
|
|
22
22
|
import { AxiosRequestConfig, AxiosInstance, AxiosResponse } from 'axios';
|
|
23
|
+
export { id } from 'date-fns/locale';
|
|
23
24
|
export { ThemeTypings } from '@chakra-ui/styled-system';
|
|
24
25
|
|
|
25
26
|
declare const AccordionEye: ({ position }: {
|
package/dist/index.d.ts
CHANGED
|
@@ -20,6 +20,7 @@ export { ToastContainer } from 'react-toastify';
|
|
|
20
20
|
import { Id, ToastIcon } from 'react-toastify/dist/types';
|
|
21
21
|
import * as axios from 'axios';
|
|
22
22
|
import { AxiosRequestConfig, AxiosInstance, AxiosResponse } from 'axios';
|
|
23
|
+
export { id } from 'date-fns/locale';
|
|
23
24
|
export { ThemeTypings } from '@chakra-ui/styled-system';
|
|
24
25
|
|
|
25
26
|
declare const AccordionEye: ({ position }: {
|
package/dist/index.js
CHANGED
|
@@ -340,6 +340,7 @@ __export(src_exports, {
|
|
|
340
340
|
forwardRef: () => import_react104.forwardRef,
|
|
341
341
|
getSelectAllCheckboxState: () => getSelectAllCheckboxState,
|
|
342
342
|
getTheme: () => getTheme,
|
|
343
|
+
id: () => id,
|
|
343
344
|
isCellDisabled: () => isCellDisabled,
|
|
344
345
|
selectStyles: () => selectStyles,
|
|
345
346
|
theme: () => theme4,
|
|
@@ -8026,6 +8027,7 @@ var import_react104 = require("@chakra-ui/react");
|
|
|
8026
8027
|
forwardRef,
|
|
8027
8028
|
getSelectAllCheckboxState,
|
|
8028
8029
|
getTheme,
|
|
8030
|
+
id,
|
|
8029
8031
|
isCellDisabled,
|
|
8030
8032
|
selectStyles,
|
|
8031
8033
|
theme,
|