property-practice-ui 0.3.0 → 0.4.0
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/CHANGELOG.md +12 -0
- package/dist/{Button-GGqCRrab.d.cts → Button-DSs1nCzw.d.cts} +1 -8
- package/dist/{Button-GGqCRrab.d.ts → Button-DSs1nCzw.d.ts} +1 -8
- package/dist/{FileButton-HFyj2Jod.d.ts → FileButton-C5ihIfp2.d.ts} +1 -1
- package/dist/{FileButton-DGczdE12.d.cts → FileButton-zG8s-td_.d.cts} +1 -1
- package/dist/{Textarea-BVqF5_5c.d.cts → Textarea-BALpKeZd.d.ts} +2 -18
- package/dist/{Textarea-BVqF5_5c.d.ts → Textarea-BSdiNkgw.d.cts} +2 -18
- package/dist/atoms.d.cts +4 -4
- package/dist/atoms.d.ts +4 -4
- package/dist/colors-CSsV0X7j.d.cts +8 -0
- package/dist/colors-CSsV0X7j.d.ts +8 -0
- package/dist/index.cjs +315 -1210
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -5
- package/dist/index.d.ts +2 -5
- package/dist/index.js +317 -1182
- package/dist/index.js.map +1 -1
- package/dist/molecules.d.cts +5 -3
- package/dist/molecules.d.ts +5 -3
- package/dist/organisms.cjs +1 -1
- package/dist/organisms.cjs.map +1 -1
- package/dist/organisms.d.cts +3 -2
- package/dist/organisms.d.ts +3 -2
- package/dist/organisms.js +1 -1
- package/dist/organisms.js.map +1 -1
- package/dist/types-CkS-Mlp9.d.cts +19 -0
- package/dist/types-CkS-Mlp9.d.ts +19 -0
- package/package.json +5 -5
- package/src/index.ts +1 -2
- package/src/templates/Contact/Contact.tsx +1 -1
- package/src/templates/Features/Features.tsx +1 -1
- package/tsup.config.ts +1 -1
- /package/src/{organism → organisms}/ContactForm/ContactForm.stories.tsx +0 -0
- /package/src/{organism → organisms}/ContactForm/ContactForm.tsx +0 -0
- /package/src/{organism → organisms}/DocumentListAccordion/DocumentListAccordion.tsx +0 -0
- /package/src/{organism → organisms}/FeatureCarousel/FeatureCarousel.stories.tsx +0 -0
- /package/src/{organism → organisms}/FeatureCarousel/FeatureCarousel.tsx +0 -0
- /package/src/{organism → organisms}/Footer/Footer.stories.tsx +0 -0
- /package/src/{organism → organisms}/Footer/Footer.tsx +0 -0
- /package/src/{organism → organisms}/Header/Header.stories.tsx +0 -0
- /package/src/{organism → organisms}/Header/Header.tsx +0 -0
- /package/src/{organism → organisms}/OverviewList/OverviewList.stories.tsx +0 -0
- /package/src/{organism → organisms}/OverviewList/OverviewList.tsx +0 -0
- /package/src/{organism → organisms}/ToastProvider/ToastProvider.tsx +0 -0
- /package/src/{organism → organisms}/VersionLabel/VersionLabel.tsx +0 -0
- /package/src/{organism → organisms}/index.ts +0 -0
package/dist/index.d.cts
CHANGED
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { O as Option } from './
|
|
2
|
+
import { O as Option } from './types-CkS-Mlp9.cjs';
|
|
3
3
|
import { M as MenuItem, O as OrderType, T as TableListItemType } from './tableListItem-irbfqxnQ.cjs';
|
|
4
4
|
import { ReactElement } from 'react';
|
|
5
5
|
import { T as ToastType } from './toast-JPCqJveR.cjs';
|
|
6
|
-
|
|
7
|
-
export { D as DocumentListAccordionFileType, F as FileButton } from './FileButton-DGczdE12.cjs';
|
|
8
|
-
export { ContactForm, DocumentListAccordion, FeatureCarousel, Footer, Header, OverviewList, ToastProvider, VersionLabel, useToast } from './organisms.cjs';
|
|
9
|
-
import { c as colors } from './Button-GGqCRrab.cjs';
|
|
6
|
+
import { c as colors } from './colors-CSsV0X7j.cjs';
|
|
10
7
|
import 'react-hook-form';
|
|
11
8
|
|
|
12
9
|
interface FilterProps<T extends string | number> {
|
package/dist/index.d.ts
CHANGED
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { O as Option } from './
|
|
2
|
+
import { O as Option } from './types-CkS-Mlp9.js';
|
|
3
3
|
import { M as MenuItem, O as OrderType, T as TableListItemType } from './tableListItem-irbfqxnQ.js';
|
|
4
4
|
import { ReactElement } from 'react';
|
|
5
5
|
import { T as ToastType } from './toast-JPCqJveR.js';
|
|
6
|
-
|
|
7
|
-
export { D as DocumentListAccordionFileType, F as FileButton } from './FileButton-HFyj2Jod.js';
|
|
8
|
-
export { ContactForm, DocumentListAccordion, FeatureCarousel, Footer, Header, OverviewList, ToastProvider, VersionLabel, useToast } from './organisms.js';
|
|
9
|
-
import { c as colors } from './Button-GGqCRrab.js';
|
|
6
|
+
import { c as colors } from './colors-CSsV0X7j.js';
|
|
10
7
|
import 'react-hook-form';
|
|
11
8
|
|
|
12
9
|
interface FilterProps<T extends string | number> {
|