@20minutes/hela 2.23.2 → 2.23.4

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,7 +1,7 @@
1
1
  import { default as React } from 'react';
2
2
  import { BoxProps } from '../../..';
3
3
  import { FlexOrGridBoxSystemProps, TypeWithMediaQueriesType } from '../../../../types';
4
- export declare const colsNumberGridList: readonly [1, 2, 3, 4, 5, 6, 12, "2-of-3"];
4
+ export declare const colsNumberGridList: readonly [1, 2, 3, 4, 5, 6, 7, 12, "2-of-3"];
5
5
  export type ColsNumberGridType = (typeof colsNumberGridList)[number];
6
6
  export interface GridProps extends BoxProps, FlexOrGridBoxSystemProps {
7
7
  colsNumber?: ColsNumberGridType | TypeWithMediaQueriesType<ColsNumberGridType>;
@@ -4,5 +4,6 @@ export interface TabPanelProps {
4
4
  children: React.ReactNode;
5
5
  className?: string;
6
6
  isHidden?: boolean;
7
+ isScrollable?: boolean;
7
8
  }
8
9
  export declare const TabPanel: React.FC<TabPanelProps>;
@@ -15,5 +15,6 @@ export interface TabsProps extends BoxProps {
15
15
  tabVariant?: TabType;
16
16
  tabProps?: SpacingSystemProps;
17
17
  tabTitlesColor?: ColorType;
18
+ isScrollable?: boolean;
18
19
  }
19
20
  export declare const Tabs: React.FC<TabsProps>;
@@ -1,5 +1,5 @@
1
1
  export declare const flexDirectionList: readonly ["column", "row", "column-reverse", "row-reverse"];
2
- export declare const flexWrapList: readonly ["wrap", "wrap-reverse", "no-wrap"];
2
+ export declare const flexWrapList: readonly ["wrap", "wrap-reverse", "nowrap"];
3
3
  export declare const alignItemsList: readonly ["start", "end", "center", "baseline", "stretch"];
4
4
  export declare const alignContentList: readonly ["start", "end", "center", "between", "around", "evenly", "stretch"];
5
5
  export declare const justifyContentList: readonly ["start", "end", "center", "between", "around", "evenly", "stretch"];
@@ -1,6 +1,6 @@
1
1
  export declare const gridPropsControls: {
2
2
  colsNumber: {
3
- options: readonly [1, 2, 3, 4, 5, 6, 12, "2-of-3"];
3
+ options: readonly [1, 2, 3, 4, 5, 6, 7, 12, "2-of-3"];
4
4
  description: string;
5
5
  };
6
6
  };
@@ -359,6 +359,10 @@ export declare const tokenVariables: {
359
359
  value: string;
360
360
  key: string;
361
361
  };
362
+ random: {
363
+ value: string;
364
+ key: string;
365
+ };
362
366
  refresh: {
363
367
  value: string;
364
368
  key: string;