@arthurzakharov/ui-kit 1.1.11 → 1.1.13

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,11 +11,13 @@ 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';
17
18
  export type { TextProps } from './components/text/text.component';
18
19
  export type { TextareaProps } from './components/textarea/textarea.component';
20
+ export type { InputChangeSource, Interactive, RadioChoice, ChoiceType, ChoiceValue, State, QuestionPath, QuestionChoice, Size, } from './control.types';
19
21
  export declare const Control: {
20
22
  Box: import('react').ForwardRefExoticComponent<import('./components/box/box.component').BoxProps & import('react').RefAttributes<HTMLDivElement>>;
21
23
  Button: (props: import('./components/button/button.component').ButtonProps) => import("react/jsx-runtime").JSX.Element;
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, type InputChangeSource, type Interactive, type RadioChoice, type ChoiceType, type ChoiceValue, type State, type QuestionPath, type QuestionChoice, type Size, } 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';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arthurzakharov/ui-kit",
3
3
  "private": false,
4
- "version": "1.1.11",
4
+ "version": "1.1.13",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
7
7
  "types": "dist/main.d.ts",