@sunggang/ui-lib 0.3.18 → 0.3.20
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/BaseCkeditor.esm.js +2 -2
- package/index.esm.js +2 -2
- package/index.esm2.js +50320 -50342
- package/index.esm3.js +2 -2
- package/package.json +1 -1
- package/src/lib/Form/index.d.ts +1 -1
package/index.esm3.js
CHANGED
|
@@ -17,12 +17,12 @@ import 'react-date-range';
|
|
|
17
17
|
import 'react-date-range/dist/locale/index.js';
|
|
18
18
|
import 'date-fns/addDays/index.js';
|
|
19
19
|
import 'date-fns/format/index.js';
|
|
20
|
+
import '@emotion/react';
|
|
21
|
+
import '@mui/material';
|
|
20
22
|
import 'input-otp';
|
|
21
23
|
import '@tanstack/react-table';
|
|
22
24
|
import '@radix-ui/react-dropdown-menu';
|
|
23
25
|
import '@radix-ui/react-icons';
|
|
24
|
-
import '@emotion/react';
|
|
25
|
-
import '@mui/material';
|
|
26
26
|
|
|
27
27
|
/* eslint-disable no-prototype-builtins */ function _instanceof$4(left, right) {
|
|
28
28
|
if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
|
package/package.json
CHANGED
package/src/lib/Form/index.d.ts
CHANGED
|
@@ -46,7 +46,7 @@ export declare const City: React.FC<FormType>;
|
|
|
46
46
|
export declare const Textarea: React.FC<FormType>;
|
|
47
47
|
export declare const FieldLabel: ({ item }: {
|
|
48
48
|
item: any;
|
|
49
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
49
|
+
}) => import("react/jsx-runtime").JSX.Element | null;
|
|
50
50
|
export declare const Fields: ({ formConfig }: {
|
|
51
51
|
formConfig: any;
|
|
52
52
|
}) => any;
|