@20minutes/hela 2.21.13 → 2.21.15

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.
@@ -1,11 +1,13 @@
1
- import { FlexProps } from '../..';
1
+ import { FlexProps, IconButtonProps } from '../..';
2
2
  import { AsProps, MessageType } from '../../../types';
3
3
  export interface TextareaOptions {
4
4
  label?: string;
5
- variant?: 'success' | 'error';
5
+ variant?: 'success' | 'error' | 'warning' | 'no-border';
6
6
  msg?: MessageType[];
7
7
  rows?: number;
8
8
  containerProps?: FlexProps;
9
+ textareaContainerProps?: FlexProps;
10
+ iconButtonProps?: IconButtonProps;
9
11
  hint?: string;
10
12
  error?: string;
11
13
  }
@@ -1,8 +1,8 @@
1
- import { BoxProps, FlexProps, HeadingProps, IconProps, TextProps } from '../..';
1
+ import { BoxProps, FlexProps, IconProps, TextProps } from '../..';
2
2
  export interface CollapseOptions {
3
3
  index: number;
4
4
  textTitleProps?: TextProps;
5
- headingTitleProps?: HeadingProps;
5
+ headingTitleProps?: TextProps;
6
6
  titleIconProps?: IconProps;
7
7
  isOpen?: boolean;
8
8
  contentWithBorder?: boolean;
@@ -223,6 +223,10 @@ export declare const tokenVariables: {
223
223
  value: string;
224
224
  key: string;
225
225
  };
226
+ 'ia-loader': {
227
+ value: string;
228
+ key: string;
229
+ };
226
230
  instagram: {
227
231
  value: string;
228
232
  key: string;
@@ -351,6 +355,10 @@ export declare const tokenVariables: {
351
355
  value: string;
352
356
  key: string;
353
357
  };
358
+ send: {
359
+ value: string;
360
+ key: string;
361
+ };
354
362
  'server-error': {
355
363
  value: string;
356
364
  key: string;