@arthurzakharov/ui-kit 1.1.11 → 1.1.12
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.
|
@@ -11,6 +11,7 @@ export type { DropdownProps } from './components/dropdown/dropdown.component';
|
|
|
11
11
|
export type { HiddenInputProps } from './components/hidden-input/hidden-input.component';
|
|
12
12
|
export type { InputProps } from './components/input/input.component';
|
|
13
13
|
export type { LabelProps } from './components/label/label.component';
|
|
14
|
+
export type { RadioProps } from './components/radio/radio.component';
|
|
14
15
|
export type { RadioLabelProps, RadioLabelChild, } from './components/radio-label/radio-label.component';
|
|
15
16
|
export type { RadioTextProps } from './components/radio-text/radio-text.component';
|
|
16
17
|
export type { StatusProps } from './components/status/status.component';
|
package/dist/main.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ export { AccordionTable, type AccordionTableProps } from './components/accordion
|
|
|
2
2
|
export { Animation, type FadeScaleProps, type FadeSlideProps } from './components/animation/animation.component';
|
|
3
3
|
export { BottomBar, type BottomBarProps } from './components/bottom-bar/bottom-bar.component';
|
|
4
4
|
export { Certifications, type CertificationsProps, type CertificationsIcon, } from './components/certifications/certifications.component';
|
|
5
|
-
export { Control, type BoxProps, type ButtonProps, type ButtonCardProps, type ButtonRadioProps, type ButtonRadioInfo, type ButtonTextProps, type CardImageProps, type CardTextProps, type CheckboxProps, type ChoiceProps, type DropdownProps, type HiddenInputProps, type InputProps, type LabelProps, type RadioLabelProps, type RadioLabelChild, type RadioTextProps, type StatusProps, type TextProps, type TextareaProps, } from './components/control/control.component';
|
|
5
|
+
export { Control, type BoxProps, type ButtonProps, type ButtonCardProps, type ButtonRadioProps, type ButtonRadioInfo, type ButtonTextProps, type CardImageProps, type CardTextProps, type CheckboxProps, type ChoiceProps, type DropdownProps, type HiddenInputProps, type InputProps, type LabelProps, type RadioProps, type RadioLabelProps, type RadioLabelChild, type RadioTextProps, type StatusProps, type TextProps, type TextareaProps, } from './components/control/control.component';
|
|
6
6
|
export { DataProtectedLabel, type DataProtectedLabelProps, } from './components/data-protected-label/data-protected-label.component';
|
|
7
7
|
export { Dialog, type DialogProps, type DialogSize, type DialogPosition } from './components/dialog/dialog.component';
|
|
8
8
|
export { DialogArticle, type DialogArticleProps, type DialogActionButton, } from './components/dialog-article/dialog-article.component';
|