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/organisms.d.cts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { ComponentProps, ReactNode } from 'react';
|
|
3
|
-
import { F as FileButton, D as DocumentListAccordionFileType } from './FileButton-
|
|
4
|
-
import { c as colors } from './
|
|
3
|
+
import { F as FileButton, D as DocumentListAccordionFileType } from './FileButton-zG8s-td_.cjs';
|
|
4
|
+
import { c as colors } from './colors-CSsV0X7j.cjs';
|
|
5
5
|
import { T as ToastType } from './toast-JPCqJveR.cjs';
|
|
6
|
+
import './Button-DSs1nCzw.cjs';
|
|
6
7
|
|
|
7
8
|
interface ContactFormProps {
|
|
8
9
|
}
|
package/dist/organisms.d.ts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { ComponentProps, ReactNode } from 'react';
|
|
3
|
-
import { F as FileButton, D as DocumentListAccordionFileType } from './FileButton-
|
|
4
|
-
import { c as colors } from './
|
|
3
|
+
import { F as FileButton, D as DocumentListAccordionFileType } from './FileButton-C5ihIfp2.js';
|
|
4
|
+
import { c as colors } from './colors-CSsV0X7j.js';
|
|
5
5
|
import { T as ToastType } from './toast-JPCqJveR.js';
|
|
6
|
+
import './Button-DSs1nCzw.js';
|
|
6
7
|
|
|
7
8
|
interface ContactFormProps {
|
|
8
9
|
}
|
package/dist/organisms.js
CHANGED
|
@@ -7,7 +7,7 @@ import { FaCaretUp, FaCaretDown, FaHouse, FaRegFolderOpen, FaPlus, FaCircleCheck
|
|
|
7
7
|
import 'react-icons/hi';
|
|
8
8
|
import { tv } from 'tailwind-variants';
|
|
9
9
|
|
|
10
|
-
// src/
|
|
10
|
+
// src/organisms/ContactForm/ContactForm.tsx
|
|
11
11
|
|
|
12
12
|
// src/tokens/colors.ts
|
|
13
13
|
var colors = {
|