@prokodo/ui 0.0.7 → 0.0.9
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/README.md +1 -2
- package/dist/components/Accordion2.js +1 -0
- package/dist/components/Animated2.js +1 -0
- package/dist/components/AnimatedText2.js +1 -0
- package/dist/components/Avatar2.js +1 -0
- package/dist/components/BaseLink.js +1 -0
- package/dist/components/Button2.js +1 -0
- package/dist/components/Calendly2.js +1 -0
- package/dist/components/Card2.js +1 -0
- package/dist/components/Carousel2.js +1 -0
- package/dist/components/Chip2.js +1 -0
- package/dist/components/{ClassNameConfigurator-C6UbdI-d.js → ClassNameConfigurator.js} +1 -1
- package/dist/components/DatePicker2.js +1 -0
- package/dist/components/Dialog2.js +1 -0
- package/dist/components/Drawer2.js +1 -0
- package/dist/components/Form2.js +1 -0
- package/dist/components/GridRow.js +1 -0
- package/dist/components/Headline2.js +1 -0
- package/dist/components/Icon2.js +1 -0
- package/dist/components/Image2.js +1 -0
- package/dist/components/ImageText.js +1 -0
- package/dist/components/Input2.js +1 -0
- package/dist/components/InputOTP2.js +1 -0
- package/dist/components/Label2.js +1 -0
- package/dist/components/Link2.js +1 -0
- package/dist/components/List2.js +1 -0
- package/dist/components/Loading2.js +1 -0
- package/dist/components/Lottie2.js +1 -0
- package/dist/components/Map2.js +1 -0
- package/dist/components/PostItem.js +1 -0
- package/dist/components/PostTeaser.js +1 -0
- package/dist/components/PostWidget.js +1 -0
- package/dist/components/PostWidgetCarousel.js +1 -0
- package/dist/components/Quote2.js +1 -0
- package/dist/components/RichText.js +1 -0
- package/dist/components/{Select-DbjU6dlH.js → Select2.js} +1 -1
- package/dist/components/Skeleton2.js +1 -0
- package/dist/components/Slider2.js +1 -0
- package/dist/components/Stepper2.js +1 -0
- package/dist/components/Switch2.js +1 -0
- package/dist/components/Table2.js +1 -0
- package/dist/components/Teaser2.js +1 -0
- package/dist/components/accordion.js +1 -1
- package/dist/components/animated.js +1 -1
- package/dist/components/animatedText.js +1 -1
- package/dist/components/avatar.js +1 -1
- package/dist/components/base-link.js +1 -1
- package/dist/components/button.js +1 -1
- package/dist/components/calendly.js +1 -1
- package/dist/components/card.js +1 -1
- package/dist/components/carousel.js +1 -1
- package/dist/components/chip.js +1 -1
- package/dist/components/datePicker.js +1 -1
- package/dist/components/dialog.js +1 -1
- package/dist/components/drawer.js +1 -1
- package/dist/components/form.js +1 -1
- package/dist/components/grid.js +1 -1
- package/dist/components/headline.js +1 -1
- package/dist/components/icon.js +1 -1
- package/dist/components/image-text.js +1 -1
- package/dist/components/image.js +1 -1
- package/dist/components/input.js +1 -1
- package/dist/components/inputOTP.js +1 -1
- package/dist/components/label.js +1 -1
- package/dist/components/link.js +1 -1
- package/dist/components/list.js +1 -1
- package/dist/components/loading.js +1 -1
- package/dist/components/lottie.js +1 -1
- package/dist/components/map.js +1 -1
- package/dist/components/post-item.js +1 -1
- package/dist/components/post-teaser.js +1 -1
- package/dist/components/post-widget-carousel.js +1 -1
- package/dist/components/post-widget.js +1 -1
- package/dist/components/quote.js +1 -1
- package/dist/components/rich-text.js +1 -1
- package/dist/components/select.js +1 -1
- package/dist/components/skeleton.js +1 -1
- package/dist/components/slider.js +1 -1
- package/dist/components/stepper.js +1 -1
- package/dist/components/switch.js +1 -1
- package/dist/components/table.js +1 -1
- package/dist/components/teaser.js +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +40 -40
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/components/accordion/index.d.ts +1 -1
- package/dist/types/components/animated/index.d.ts +1 -1
- package/dist/types/components/animatedText/index.d.ts +1 -1
- package/dist/types/components/avatar/index.d.ts +1 -1
- package/dist/types/components/base-link/index.d.ts +1 -1
- package/dist/types/components/button/index.d.ts +1 -1
- package/dist/types/components/calendly/index.d.ts +1 -1
- package/dist/types/components/card/index.d.ts +1 -1
- package/dist/types/components/carousel/index.d.ts +1 -1
- package/dist/types/components/chip/index.d.ts +1 -1
- package/dist/types/components/datePicker/index.d.ts +1 -1
- package/dist/types/components/dialog/index.d.ts +1 -1
- package/dist/types/components/drawer/index.d.ts +1 -1
- package/dist/types/components/form/Form.model.d.ts +4 -1
- package/dist/types/components/form/FormResponse.d.ts +2 -5
- package/dist/types/components/form/index.d.ts +2 -1
- package/dist/types/components/grid/Grid.d.ts +2 -6
- package/dist/types/components/grid/Grid.model.d.ts +17 -0
- package/dist/types/components/grid/GridRow.d.ts +2 -12
- package/dist/types/components/grid/index.d.ts +1 -0
- package/dist/types/components/headline/index.d.ts +1 -1
- package/dist/types/components/icon/index.d.ts +1 -1
- package/dist/types/components/image/index.d.ts +1 -1
- package/dist/types/components/image-text/index.d.ts +1 -1
- package/dist/types/components/input/index.d.ts +1 -1
- package/dist/types/components/inputOTP/index.d.ts +1 -1
- package/dist/types/components/label/index.d.ts +1 -1
- package/dist/types/components/link/index.d.ts +1 -1
- package/dist/types/components/list/index.d.ts +1 -1
- package/dist/types/components/loading/index.d.ts +1 -1
- package/dist/types/components/lottie/index.d.ts +1 -1
- package/dist/types/components/map/index.d.ts +1 -1
- package/dist/types/components/post-item/index.d.ts +2 -2
- package/dist/types/components/post-teaser/index.d.ts +1 -1
- package/dist/types/components/post-widget/index.d.ts +1 -1
- package/dist/types/components/post-widget-carousel/index.d.ts +1 -1
- package/dist/types/components/quote/index.d.ts +1 -1
- package/dist/types/components/rich-text/index.d.ts +1 -1
- package/dist/types/components/select/index.d.ts +1 -1
- package/dist/types/components/skeleton/index.d.ts +1 -1
- package/dist/types/components/slider/index.d.ts +1 -1
- package/dist/types/components/stepper/index.d.ts +1 -1
- package/dist/types/components/switch/index.d.ts +1 -1
- package/dist/types/components/table/index.d.ts +1 -1
- package/dist/types/components/teaser/index.d.ts +1 -1
- package/dist/types/index.d.ts +0 -40
- package/package.json +42 -42
- package/dist/components/Accordion-V3d_aGvZ.js +0 -130
- package/dist/components/Accordion-o8oKA6Tq.js +0 -1
- package/dist/components/Animated-BBfAgsHL.js +0 -64
- package/dist/components/Animated-CO4IEerF.js +0 -1
- package/dist/components/AnimatedText-BmB5Vkyq.js +0 -31
- package/dist/components/AnimatedText-Sy1jofZl.js +0 -1
- package/dist/components/Avatar-Ci5YNFc5.js +0 -95
- package/dist/components/Avatar-CjlbA5a5.js +0 -1
- package/dist/components/BaseLink-Dd9htNXU.js +0 -1
- package/dist/components/BaseLink-w1q9Qc1U.js +0 -30
- package/dist/components/Button-B8chVgsB.js +0 -111
- package/dist/components/Button-yvFLX-6Q.js +0 -1
- package/dist/components/Calendly-CWCAs02R.js +0 -1
- package/dist/components/Calendly-WBM4oHyC.js +0 -82
- package/dist/components/Card-BPEoLzF1.js +0 -1
- package/dist/components/Card-IW4R7bKr.js +0 -202
- package/dist/components/Carousel-CdS7SVzA.js +0 -1
- package/dist/components/Carousel-DpO4a3lm.js +0 -257
- package/dist/components/Chip-BmBxJH5M.js +0 -80
- package/dist/components/Chip-Q2ttDAQn.js +0 -1
- package/dist/components/ClassNameConfigurator-Ce5BUPXc.js +0 -860
- package/dist/components/DatePicker-BTenaDN8.js +0 -1
- package/dist/components/DatePicker-PK173UTy.js +0 -93
- package/dist/components/Dialog-Bq3tfZ0_.js +0 -1
- package/dist/components/Dialog-KlXAOdt_.js +0 -172
- package/dist/components/Drawer-DulO9091.js +0 -1
- package/dist/components/Drawer-i9X07r74.js +0 -120
- package/dist/components/Form-B6963dT5.js +0 -368
- package/dist/components/Form-DVNzITG2.js +0 -1
- package/dist/components/GridRow-1h1JHuDl.js +0 -114
- package/dist/components/GridRow-C5v0sOZZ.js +0 -1
- package/dist/components/Headline-CnyLLQLB.js +0 -1
- package/dist/components/Headline-DzEinaZi.js +0 -98
- package/dist/components/Icon-BMrVlROP.js +0 -4195
- package/dist/components/Icon-eWdA85cf.js +0 -1
- package/dist/components/Image-B-lyA7ym.js +0 -1
- package/dist/components/Image-CVgvVlLE.js +0 -33
- package/dist/components/ImageText-Cqp4xp9y.js +0 -113
- package/dist/components/ImageText-D-06_EGf.js +0 -1
- package/dist/components/Input-BEO9ig1R.js +0 -1
- package/dist/components/Input-CrNLI_OY.js +0 -258
- package/dist/components/InputOTP-Db7DHrhS.js +0 -88
- package/dist/components/InputOTP-MnmjEmPU.js +0 -1
- package/dist/components/Label-BvCzZIGM.js +0 -1
- package/dist/components/Label-DRUCdGoX.js +0 -71
- package/dist/components/Link-DSQ1125B.js +0 -69
- package/dist/components/Link-Dg7XR4uY.js +0 -1
- package/dist/components/List-D_dSwMx5.js +0 -1
- package/dist/components/List-P6xbVrBc.js +0 -196
- package/dist/components/Loading-C7lyHDW7.js +0 -68
- package/dist/components/Loading-U-CrTVTi.js +0 -1
- package/dist/components/Lottie-Br7PmIzX.js +0 -1
- package/dist/components/Lottie-CrvbxK0R.js +0 -87
- package/dist/components/Map-D3xbPS1S.js +0 -1
- package/dist/components/Map-DEIB_y-M.js +0 -64
- package/dist/components/PostItem-B8Vfv_sW.js +0 -183
- package/dist/components/PostItem-BSTn6cHD.js +0 -1
- package/dist/components/PostTeaser-BmZyqFL2.js +0 -186
- package/dist/components/PostTeaser-DLynX43c.js +0 -1
- package/dist/components/PostWidget-Bo4KiSsV.js +0 -170
- package/dist/components/PostWidget-DYWA-B8d.js +0 -1
- package/dist/components/PostWidgetCarousel-CZ6ptOGv.js +0 -168
- package/dist/components/PostWidgetCarousel-D7-p3Pwr.js +0 -1
- package/dist/components/Quote-6aurOanD.js +0 -1
- package/dist/components/Quote-CV_UYE1G.js +0 -101
- package/dist/components/RichText-Cg_XzkUs.js +0 -152
- package/dist/components/RichText-DVg1dwMV.js +0 -1
- package/dist/components/Select-BMyrX8V0.js +0 -3081
- package/dist/components/Skeleton-BuY3bttw.js +0 -1
- package/dist/components/Skeleton-D6olNYTG.js +0 -40
- package/dist/components/Slider-C-lecSwc.js +0 -957
- package/dist/components/Slider-GvO3Xllf.js +0 -1
- package/dist/components/Stepper-BV3PGCr2.js +0 -1
- package/dist/components/Stepper-CA1DOm4D.js +0 -135
- package/dist/components/Switch-C_6EUOIc.js +0 -330
- package/dist/components/Switch-Db3HpOhM.js +0 -1
- package/dist/components/Table-Csc0FIbX.js +0 -1
- package/dist/components/Table-Cy8bIv_C.js +0 -95
- package/dist/components/Teaser-CkisYOs-.js +0 -1
- package/dist/components/Teaser-Cl2oBeh5.js +0 -118
- package/dist/components/areArraysEqual-CJkStQkx.js +0 -20
- package/dist/components/bem-CYKrPjje.js +0 -11
- package/dist/components/calculation-79PhfKvq.js +0 -4
- package/dist/components/jsx-runtime-C5mzlN2N.js +0 -284
- package/dist/components/useControlled-BYdyS7Pn.js +0 -31
- package/dist/components/validations-B_cxltQ_.js +0 -8
- /package/dist/components/{areArraysEqual-6R3bBH2E.js → areArraysEqual.js} +0 -0
- /package/dist/components/{bem-DC5wv0dD.js → bem.js} +0 -0
- /package/dist/components/{calculation-D-p0iqpk.js → calculation.js} +0 -0
- /package/dist/components/{jsx-runtime-CITbqOLs.js → jsx-runtime.js} +0 -0
- /package/dist/components/{useControlled-Ysk4KqoX.js → useControlled.js} +0 -0
- /package/dist/components/{validations-Cnxtn28y.js → validations.js} +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./Accordion";
|
|
2
|
-
export type
|
|
2
|
+
export type { AccordionProps, AccordionItem, AccordionAction, } from "./Accordion.model";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./Animated";
|
|
2
|
-
export type
|
|
2
|
+
export type { AnimatedProps } from "./Animated.model";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./AnimatedText";
|
|
2
|
-
export type
|
|
2
|
+
export type { AnimatedTextProps } from "./AnimatedText.model";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./Avatar";
|
|
2
|
-
export type
|
|
2
|
+
export type { AvatarProps, AvatarSize } from "./Avatar.model";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./BaseLink";
|
|
2
|
-
export type
|
|
2
|
+
export type { BaseLinkProps } from "./BaseLink.model";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./Button";
|
|
2
|
-
export type
|
|
2
|
+
export type { ButtonProps, ButtonColor, ButtonIconProps, ButtonDefaultProps, } from "./Button.model";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./Calendly";
|
|
2
|
-
export type
|
|
2
|
+
export type { CalendlyProps, CalendlyColorOptions, CalendlyData, CalendlyDataCustomAnswers, } from "./Calendly.model";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./Chip";
|
|
2
|
-
export type
|
|
2
|
+
export type { ChipProps, ChipColor, ChipVariant } from "./Chip.model";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./DatePicker";
|
|
2
|
-
export type
|
|
2
|
+
export type { DatePickerProps, DatePickerValue, DatePickerErrorTranslations, } from "./DatePicker.model";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./Dialog";
|
|
2
|
-
export type
|
|
2
|
+
export type { DialogProps, DialogAction, DialogActions, DialogRef, DialogTranslations, } from "./Dialog.model";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./Drawer";
|
|
2
|
-
export type
|
|
2
|
+
export type { DrawerProps } from "./Drawer.model";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ReactElement, FormHTMLAttributes } from "react";
|
|
1
|
+
import type { ReactElement, FormHTMLAttributes, HTMLAttributes } from "react";
|
|
2
2
|
import type { ButtonProps } from "../button";
|
|
3
3
|
import { DatePicker, type DatePickerProps, type DatePickerErrorTranslations } from "../datePicker";
|
|
4
4
|
import { Input, type InputProps, type InputErrorTranslations } from "../input";
|
|
@@ -55,6 +55,9 @@ export type FormAllowedChildren = ReactElement<typeof DatePicker> | ReactElement
|
|
|
55
55
|
export type ParentComponentProps = {
|
|
56
56
|
children: FormAllowedChildren | FormAllowedChildren[];
|
|
57
57
|
};
|
|
58
|
+
export type FormResponseProps = HTMLAttributes<HTMLDivElement> & {
|
|
59
|
+
messages?: FormMessages;
|
|
60
|
+
};
|
|
58
61
|
export type OnChangeFormHandler = (fields: FormField) => void;
|
|
59
62
|
export type FormProps = {
|
|
60
63
|
label: string;
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import { type FC
|
|
2
|
-
import type {
|
|
3
|
-
export type FormResponseProps = HTMLAttributes<HTMLDivElement> & {
|
|
4
|
-
messages?: FormMessages;
|
|
5
|
-
};
|
|
1
|
+
import { type FC } from "react";
|
|
2
|
+
import type { FormResponseProps } from "./Form.model";
|
|
6
3
|
export declare const FormResponse: FC<FormResponseProps>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export * from "./Form";
|
|
2
2
|
export * from "./FormResponse";
|
|
3
|
-
export type
|
|
3
|
+
export type { FormProps, FormField, FormAllowedChildren, FormFieldCondition, FormFieldDate, FormFieldInput, FormFieldMessages, FormFieldMessagesErrors, FormFieldMessagesErrorsDate, FormFieldMessagesErrorsInput, FormFieldOptionals, FormFieldSelect, FormFieldSlider, FormFieldSwitch, FormFieldValue, FormMessages, FormMessagesErrors, FormResponseProps, FormVariants, } from "./Form.model";
|
|
4
|
+
export type {} from "./";
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
import { type FC
|
|
2
|
-
|
|
3
|
-
spacing?: number;
|
|
4
|
-
className?: string;
|
|
5
|
-
children?: ReactNode;
|
|
6
|
-
};
|
|
1
|
+
import { type FC } from "react";
|
|
2
|
+
import type { GridProps } from "./Grid.model";
|
|
7
3
|
export declare const Grid: FC<GridProps>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { HTMLAttributes, ReactNode } from "react";
|
|
2
|
+
export type GridProps = HTMLAttributes<HTMLDivElement> & {
|
|
3
|
+
spacing?: number;
|
|
4
|
+
className?: string;
|
|
5
|
+
children?: ReactNode;
|
|
6
|
+
};
|
|
7
|
+
export type GridRowProps = HTMLAttributes<HTMLDivElement> & {
|
|
8
|
+
spacing?: number;
|
|
9
|
+
align?: "left" | "center" | "right";
|
|
10
|
+
className?: string;
|
|
11
|
+
children?: ReactNode;
|
|
12
|
+
xs?: number;
|
|
13
|
+
sm?: number;
|
|
14
|
+
md?: number;
|
|
15
|
+
lg?: number;
|
|
16
|
+
xl?: number;
|
|
17
|
+
};
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import { type FC
|
|
2
|
-
|
|
3
|
-
spacing?: number;
|
|
4
|
-
align?: "left" | "center" | "right";
|
|
5
|
-
className?: string;
|
|
6
|
-
children?: ReactNode;
|
|
7
|
-
xs?: number;
|
|
8
|
-
sm?: number;
|
|
9
|
-
md?: number;
|
|
10
|
-
lg?: number;
|
|
11
|
-
xl?: number;
|
|
12
|
-
};
|
|
1
|
+
import { type FC } from "react";
|
|
2
|
+
import type { GridRowProps } from "./Grid.model";
|
|
13
3
|
export declare const GridRow: FC<GridRowProps>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./Image";
|
|
2
|
-
export type
|
|
2
|
+
export type { ImageProps } from "./Image.model";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./ImageText";
|
|
2
|
-
export type
|
|
2
|
+
export type { ImageTextProps, ImageTextHeadline, ImageTextAnimatedBorder, ImageTextAnimation, } from "./ImageText.model";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./Input";
|
|
2
|
-
export type
|
|
2
|
+
export type { InputProps, InputChangeEvent, InputColor, InputErrorTranslations, InputValidateEvent, } from "./Input.model";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./InputOTP";
|
|
2
|
-
export type
|
|
2
|
+
export type { InputOTPProps } from "./InputOTP.model";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./Label";
|
|
2
|
-
export type
|
|
2
|
+
export type { LabelProps } from "./Label.model";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./Loading";
|
|
2
|
-
export type
|
|
2
|
+
export type { LoadingProps, LoadingSize } from "./Loading.model";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./Map";
|
|
2
|
-
export type
|
|
2
|
+
export type { MapProps, MapCenter, MapMarker, MapMarkerPosition, } from "./Map.model";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export * from "./PostItem";
|
|
2
|
-
export type
|
|
3
|
-
export type
|
|
2
|
+
export type { PostItemProps, PostItemHeadline, } from "./PostItem.model";
|
|
3
|
+
export type { PostItemAuthorAvatar, PostItemAuthorProps, } from "./PostItemAuthor.model";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./PostTeaser";
|
|
2
|
-
export type
|
|
2
|
+
export type { PostTeaserProps, PostTeaserHeadline, PostTeaserImage, PostTeaserRedirect, } from "./PostTeaser.model";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./PostWidget";
|
|
2
|
-
export type
|
|
2
|
+
export type { PostWidgetProps, PostWidgetHeadline, PostWidgetImage, PostWidgetItem, PostWidgetRedirect, } from "./PostWidget.model";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./PostWidgetCarousel";
|
|
2
|
-
export type
|
|
2
|
+
export type { PostWidgetCarouselProps, PostWidgetCarouselHeadline, PostWidgetCarouselImage, PostWidgetCarouselItem, PostWidgetCarouselRedirect, } from "./PostWidgetCarousel.model";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./Quote";
|
|
2
|
-
export type
|
|
2
|
+
export type { QuoteProps, QuoteAuthor, QuoteHeadline } from "./Quote.model";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./RichText";
|
|
2
|
-
export type
|
|
2
|
+
export type { RichTextProps } from "./RichText.model";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./Select";
|
|
2
|
-
export type
|
|
2
|
+
export type { SelectProps, SelectChangeEvent, SelectColor, SelectEvent, SelectItem, SelectValueMultiple, SelectValueSingle, } from "./Select.model";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./Skeleton";
|
|
2
|
-
export type
|
|
2
|
+
export type { SkeletonProps } from "./Skeleton.model";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./Slider";
|
|
2
|
-
export type
|
|
2
|
+
export type { SliderProps } from "./Slider.model";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./Stepper";
|
|
2
|
-
export type
|
|
2
|
+
export type { StepperProps, StepperRef, StepperTranslations, } from "./Stepper.model";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./Switch";
|
|
2
|
-
export
|
|
2
|
+
export type { SwitchProps, SwitchColor } from "./Switch.model";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./Teaser";
|
|
2
|
-
export type
|
|
2
|
+
export type { TeaserProps, TeaserAlign, TeaserAnimation, TeaserHeadline, TeaserImage, TeaserRedirect, TeaserVariant, } from "./Teaser.model";
|
package/dist/types/index.d.ts
CHANGED
|
@@ -38,43 +38,3 @@ export { Stepper } from "./components/stepper";
|
|
|
38
38
|
export { Switch } from "./components/switch";
|
|
39
39
|
export { Table } from "./components/table";
|
|
40
40
|
export { Teaser } from "./components/teaser";
|
|
41
|
-
export type { AccordionProps, AccordionItem, AccordionAction, } from "./components/accordion";
|
|
42
|
-
export type { AnimatedProps } from "./components/animated";
|
|
43
|
-
export type { AnimatedTextProps } from "./components/animatedText";
|
|
44
|
-
export type { AvatarProps, AvatarSize } from "./components/avatar";
|
|
45
|
-
export type { BaseLinkProps } from "./components/base-link";
|
|
46
|
-
export type { ButtonProps, ButtonColor, ButtonIconProps, ButtonDefaultProps, } from "./components/button";
|
|
47
|
-
export type { CalendlyProps, CalendlyColorOptions, CalendlyData, CalendlyDataCustomAnswers, } from "./components/calendly";
|
|
48
|
-
export type { CardProps, CardBackground, CardBackgroundProps, CardVariant, } from "./components/card";
|
|
49
|
-
export type { CarouselProps, CarouselDirection, CarouselRef, } from "./components/carousel";
|
|
50
|
-
export type { ChipProps, ChipColor, ChipVariant } from "./components/chip";
|
|
51
|
-
export type { DatePickerProps, DatePickerValue, DatePickerErrorTranslations, } from "./components/datePicker";
|
|
52
|
-
export type { DialogProps, DialogAction, DialogActions, DialogRef, DialogTranslations, } from "./components/dialog";
|
|
53
|
-
export type { DrawerProps } from "./components/drawer";
|
|
54
|
-
export type { FormProps, FormField, FormAllowedChildren, FormFieldCondition, FormFieldDate, FormFieldInput, FormFieldMessages, FormFieldMessagesErrors, FormFieldMessagesErrorsDate, FormFieldMessagesErrorsInput, FormFieldOptionals, FormFieldSelect, FormFieldSlider, FormFieldSwitch, FormFieldValue, FormMessages, FormMessagesErrors, FormResponseProps, FormVariants, } from "./components/form";
|
|
55
|
-
export type { GridProps, GridRowProps } from "./components/grid";
|
|
56
|
-
export type { HeadlineProps, HeadlineSizeProps, HeadlineTypeProps, HeadlineVariant, } from "./components/headline";
|
|
57
|
-
export type { IconProps, IconColor, IconName, IconSize, } from "./components/icon";
|
|
58
|
-
export type { ImageProps } from "./components/image";
|
|
59
|
-
export type { ImageTextProps, ImageTextHeadline, ImageTextAnimatedBorder, ImageTextAnimation, } from "./components/image-text";
|
|
60
|
-
export type { InputProps, InputChangeEvent, InputColor, InputErrorTranslations, InputValidateEvent, } from "./components/input";
|
|
61
|
-
export type { InputOTPProps } from "./components/inputOTP";
|
|
62
|
-
export type { LabelProps } from "./components/label";
|
|
63
|
-
export type { LinkProps, LinkClassNames, LinkClickProps, LinkDefaultProps, LinkHrefProps, LinkVariants, } from "./components/link";
|
|
64
|
-
export type { ListProps, ListCardItemProps, ListCardProps, ListDefaultItemProps, ListDefaultOptions, ListDefaultProps, ListItemProps, ListType, ListVariant, } from "./components/list";
|
|
65
|
-
export type { LoadingProps, LoadingSize } from "./components/loading";
|
|
66
|
-
export type { LottieProps, LottieAnimation } from "./components/lottie";
|
|
67
|
-
export type { MapProps, MapCenter, MapMarker, MapMarkerPosition, } from "./components/map";
|
|
68
|
-
export type { PostItemProps, PostItemAuthorAvatar, PostItemAuthorProps, PostItemHeadline, } from "./components/post-item";
|
|
69
|
-
export type { PostTeaserProps, PostTeaserHeadline, PostTeaserImage, PostTeaserRedirect, } from "./components/post-teaser";
|
|
70
|
-
export type { PostWidgetProps, PostWidgetHeadline, PostWidgetImage, PostWidgetItem, PostWidgetRedirect, } from "./components/post-widget";
|
|
71
|
-
export type { PostWidgetCarouselProps, PostWidgetCarouselHeadline, PostWidgetCarouselImage, PostWidgetCarouselItem, PostWidgetCarouselRedirect, } from "./components/post-widget-carousel";
|
|
72
|
-
export type { QuoteProps, QuoteAuthor, QuoteHeadline } from "./components/quote";
|
|
73
|
-
export type { RichTextProps } from "./components/rich-text";
|
|
74
|
-
export type { SelectProps, SelectChangeEvent, SelectColor, SelectEvent, SelectItem, SelectValueMultiple, SelectValueSingle, } from "./components/select";
|
|
75
|
-
export type { SkeletonProps } from "./components/skeleton";
|
|
76
|
-
export type { SliderProps } from "./components/slider";
|
|
77
|
-
export type { StepperProps, StepperRef, StepperTranslations, } from "./components/stepper";
|
|
78
|
-
export type { SwitchProps, SwitchColor } from "./components/switch";
|
|
79
|
-
export type { TableProps, TableBodyCellProps, TableData, TableHeaderCellProps, TableRowProps, } from "./components/table";
|
|
80
|
-
export type { TeaserProps, TeaserAlign, TeaserAnimation, TeaserHeadline, TeaserImage, TeaserRedirect, TeaserVariant, } from "./components/teaser";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prokodo/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Modern, customizable UI components built with React and TypeScript — developed by prokodo for high-performance web interfaces.",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -16,163 +16,163 @@
|
|
|
16
16
|
},
|
|
17
17
|
"./accordion": {
|
|
18
18
|
"import": "./dist/components/accordion.js",
|
|
19
|
-
"types": "./dist/types/components/accordion/
|
|
19
|
+
"types": "./dist/types/components/accordion/index.d.ts"
|
|
20
20
|
},
|
|
21
21
|
"./animated": {
|
|
22
22
|
"import": "./dist/components/animated.js",
|
|
23
|
-
"types": "./dist/types/components/animated/
|
|
23
|
+
"types": "./dist/types/components/animated/index.d.ts"
|
|
24
24
|
},
|
|
25
25
|
"./animatedText": {
|
|
26
26
|
"import": "./dist/components/animatedText.js",
|
|
27
|
-
"types": "./dist/types/components/animatedText/
|
|
27
|
+
"types": "./dist/types/components/animatedText/index.d.ts"
|
|
28
28
|
},
|
|
29
29
|
"./avatar": {
|
|
30
30
|
"import": "./dist/components/avatar.js",
|
|
31
|
-
"types": "./dist/types/components/avatar/
|
|
31
|
+
"types": "./dist/types/components/avatar/index.d.ts"
|
|
32
32
|
},
|
|
33
33
|
"./base-link": {
|
|
34
34
|
"import": "./dist/components/base-link.js",
|
|
35
|
-
"types": "./dist/types/components/base-link/
|
|
35
|
+
"types": "./dist/types/components/base-link/index.d.ts"
|
|
36
36
|
},
|
|
37
37
|
"./button": {
|
|
38
38
|
"import": "./dist/components/button.js",
|
|
39
|
-
"types": "./dist/types/components/button/
|
|
39
|
+
"types": "./dist/types/components/button/index.d.ts"
|
|
40
40
|
},
|
|
41
41
|
"./calendly": {
|
|
42
42
|
"import": "./dist/components/calendly.js",
|
|
43
|
-
"types": "./dist/types/components/calendly/
|
|
43
|
+
"types": "./dist/types/components/calendly/index.d.ts"
|
|
44
44
|
},
|
|
45
45
|
"./card": {
|
|
46
46
|
"import": "./dist/components/card.js",
|
|
47
|
-
"types": "./dist/types/components/card/
|
|
47
|
+
"types": "./dist/types/components/card/index.d.ts"
|
|
48
48
|
},
|
|
49
49
|
"./carousel": {
|
|
50
50
|
"import": "./dist/components/carousel.js",
|
|
51
|
-
"types": "./dist/types/components/carousel/
|
|
51
|
+
"types": "./dist/types/components/carousel/index.d.ts"
|
|
52
52
|
},
|
|
53
53
|
"./chip": {
|
|
54
54
|
"import": "./dist/components/chip.js",
|
|
55
|
-
"types": "./dist/types/components/chip/
|
|
55
|
+
"types": "./dist/types/components/chip/index.d.ts"
|
|
56
56
|
},
|
|
57
57
|
"./datePicker": {
|
|
58
58
|
"import": "./dist/components/datePicker.js",
|
|
59
|
-
"types": "./dist/types/components/datePicker/
|
|
59
|
+
"types": "./dist/types/components/datePicker/index.d.ts"
|
|
60
60
|
},
|
|
61
61
|
"./dialog": {
|
|
62
62
|
"import": "./dist/components/dialog.js",
|
|
63
|
-
"types": "./dist/types/components/dialog/
|
|
63
|
+
"types": "./dist/types/components/dialog/index.d.ts"
|
|
64
64
|
},
|
|
65
65
|
"./drawer": {
|
|
66
66
|
"import": "./dist/components/drawer.js",
|
|
67
|
-
"types": "./dist/types/components/drawer/
|
|
67
|
+
"types": "./dist/types/components/drawer/index.d.ts"
|
|
68
68
|
},
|
|
69
69
|
"./form": {
|
|
70
70
|
"import": "./dist/components/form.js",
|
|
71
|
-
"types": "./dist/types/components/form/
|
|
71
|
+
"types": "./dist/types/components/form/index.d.ts"
|
|
72
72
|
},
|
|
73
73
|
"./grid": {
|
|
74
74
|
"import": "./dist/components/grid.js",
|
|
75
|
-
"types": "./dist/types/components/grid/
|
|
75
|
+
"types": "./dist/types/components/grid/index.d.ts"
|
|
76
76
|
},
|
|
77
77
|
"./headline": {
|
|
78
78
|
"import": "./dist/components/headline.js",
|
|
79
|
-
"types": "./dist/types/components/headline/
|
|
79
|
+
"types": "./dist/types/components/headline/index.d.ts"
|
|
80
80
|
},
|
|
81
81
|
"./icon": {
|
|
82
82
|
"import": "./dist/components/icon.js",
|
|
83
|
-
"types": "./dist/types/components/icon/
|
|
83
|
+
"types": "./dist/types/components/icon/index.d.ts"
|
|
84
84
|
},
|
|
85
85
|
"./image": {
|
|
86
86
|
"import": "./dist/components/image.js",
|
|
87
|
-
"types": "./dist/types/components/image/
|
|
87
|
+
"types": "./dist/types/components/image/index.d.ts"
|
|
88
88
|
},
|
|
89
89
|
"./image-text": {
|
|
90
90
|
"import": "./dist/components/image-text.js",
|
|
91
|
-
"types": "./dist/types/components/image-text/
|
|
91
|
+
"types": "./dist/types/components/image-text/index.d.ts"
|
|
92
92
|
},
|
|
93
93
|
"./input": {
|
|
94
94
|
"import": "./dist/components/input.js",
|
|
95
|
-
"types": "./dist/types/components/input/
|
|
95
|
+
"types": "./dist/types/components/input/index.d.ts"
|
|
96
96
|
},
|
|
97
97
|
"./inputOTP": {
|
|
98
98
|
"import": "./dist/components/inputOTP.js",
|
|
99
|
-
"types": "./dist/types/components/inputOTP/
|
|
99
|
+
"types": "./dist/types/components/inputOTP/index.d.ts"
|
|
100
100
|
},
|
|
101
101
|
"./label": {
|
|
102
102
|
"import": "./dist/components/label.js",
|
|
103
|
-
"types": "./dist/types/components/label/
|
|
103
|
+
"types": "./dist/types/components/label/index.d.ts"
|
|
104
104
|
},
|
|
105
105
|
"./link": {
|
|
106
106
|
"import": "./dist/components/link.js",
|
|
107
|
-
"types": "./dist/types/components/link/
|
|
107
|
+
"types": "./dist/types/components/link/index.d.ts"
|
|
108
108
|
},
|
|
109
109
|
"./list": {
|
|
110
110
|
"import": "./dist/components/list.js",
|
|
111
|
-
"types": "./dist/types/components/list/
|
|
111
|
+
"types": "./dist/types/components/list/index.d.ts"
|
|
112
112
|
},
|
|
113
113
|
"./loading": {
|
|
114
114
|
"import": "./dist/components/loading.js",
|
|
115
|
-
"types": "./dist/types/components/loading/
|
|
115
|
+
"types": "./dist/types/components/loading/index.d.ts"
|
|
116
116
|
},
|
|
117
117
|
"./lottie": {
|
|
118
118
|
"import": "./dist/components/lottie.js",
|
|
119
|
-
"types": "./dist/types/components/lottie/
|
|
119
|
+
"types": "./dist/types/components/lottie/index.d.ts"
|
|
120
120
|
},
|
|
121
121
|
"./map": {
|
|
122
122
|
"import": "./dist/components/map.js",
|
|
123
|
-
"types": "./dist/types/components/map/
|
|
123
|
+
"types": "./dist/types/components/map/index.d.ts"
|
|
124
124
|
},
|
|
125
125
|
"./post-item": {
|
|
126
126
|
"import": "./dist/components/post-item.js",
|
|
127
|
-
"types": "./dist/types/components/post-item/
|
|
127
|
+
"types": "./dist/types/components/post-item/index.d.ts"
|
|
128
128
|
},
|
|
129
129
|
"./post-teaser": {
|
|
130
130
|
"import": "./dist/components/post-teaser.js",
|
|
131
|
-
"types": "./dist/types/components/post-teaser/
|
|
131
|
+
"types": "./dist/types/components/post-teaser/index.d.ts"
|
|
132
132
|
},
|
|
133
133
|
"./post-widget": {
|
|
134
134
|
"import": "./dist/components/post-widget.js",
|
|
135
|
-
"types": "./dist/types/components/post-widget/
|
|
135
|
+
"types": "./dist/types/components/post-widget/index.d.ts"
|
|
136
136
|
},
|
|
137
137
|
"./post-widget-carousel": {
|
|
138
138
|
"import": "./dist/components/post-widget-carousel.js",
|
|
139
|
-
"types": "./dist/types/components/post-widget-carousel/
|
|
139
|
+
"types": "./dist/types/components/post-widget-carousel/index.d.ts"
|
|
140
140
|
},
|
|
141
141
|
"./quote": {
|
|
142
142
|
"import": "./dist/components/quote.js",
|
|
143
|
-
"types": "./dist/types/components/quote/
|
|
143
|
+
"types": "./dist/types/components/quote/index.d.ts"
|
|
144
144
|
},
|
|
145
145
|
"./rich-text": {
|
|
146
146
|
"import": "./dist/components/rich-text.js",
|
|
147
|
-
"types": "./dist/types/components/rich-text/
|
|
147
|
+
"types": "./dist/types/components/rich-text/index.d.ts"
|
|
148
148
|
},
|
|
149
149
|
"./select": {
|
|
150
150
|
"import": "./dist/components/select.js",
|
|
151
|
-
"types": "./dist/types/components/select/
|
|
151
|
+
"types": "./dist/types/components/select/index.d.ts"
|
|
152
152
|
},
|
|
153
153
|
"./skeleton": {
|
|
154
154
|
"import": "./dist/components/skeleton.js",
|
|
155
|
-
"types": "./dist/types/components/skeleton/
|
|
155
|
+
"types": "./dist/types/components/skeleton/index.d.ts"
|
|
156
156
|
},
|
|
157
157
|
"./slider": {
|
|
158
158
|
"import": "./dist/components/slider.js",
|
|
159
|
-
"types": "./dist/types/components/slider/
|
|
159
|
+
"types": "./dist/types/components/slider/index.d.ts"
|
|
160
160
|
},
|
|
161
161
|
"./stepper": {
|
|
162
162
|
"import": "./dist/components/stepper.js",
|
|
163
|
-
"types": "./dist/types/components/stepper/
|
|
163
|
+
"types": "./dist/types/components/stepper/index.d.ts"
|
|
164
164
|
},
|
|
165
165
|
"./switch": {
|
|
166
166
|
"import": "./dist/components/switch.js",
|
|
167
|
-
"types": "./dist/types/components/switch/
|
|
167
|
+
"types": "./dist/types/components/switch/index.d.ts"
|
|
168
168
|
},
|
|
169
169
|
"./table": {
|
|
170
170
|
"import": "./dist/components/table.js",
|
|
171
|
-
"types": "./dist/types/components/table/
|
|
171
|
+
"types": "./dist/types/components/table/index.d.ts"
|
|
172
172
|
},
|
|
173
173
|
"./teaser": {
|
|
174
174
|
"import": "./dist/components/teaser.js",
|
|
175
|
-
"types": "./dist/types/components/teaser/
|
|
175
|
+
"types": "./dist/types/components/teaser/index.d.ts"
|
|
176
176
|
}
|
|
177
177
|
},
|
|
178
178
|
"repository": {
|
|
@@ -302,6 +302,6 @@
|
|
|
302
302
|
"storybook:build": "storybook build && echo 'ui.prokodo.com' > storybook-static/CNAME",
|
|
303
303
|
"storybook:deploy": "gh-pages -d storybook-static",
|
|
304
304
|
"generate-icon-types": "node tools/generate-icon-names.cjs",
|
|
305
|
-
"release": "pnpm changeset && pnpm changeset version && pnpm install && git add . && git commit -m 'ci: version bump' && git push
|
|
305
|
+
"release": "pnpm changeset && pnpm changeset version && pnpm install && git add . && git commit -m 'ci: version bump' && git push"
|
|
306
306
|
}
|
|
307
307
|
}
|