skillgrid 0.0.54 → 0.0.56

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.
@@ -30,6 +30,13 @@ export interface DropCommonProps {
30
30
  * @default 'left-start'
31
31
  */
32
32
  position?: PositionDrop;
33
+ /**
34
+ * Поведение по высоте дропа
35
+ * * auto - высота дропа подстраивается под контент
36
+ * * fixed - фиксированная высота дропа с возможностью скролла
37
+ * @default 'fixed'
38
+ */
39
+ heightBehavior?: 'auto' | 'fixed';
33
40
  /**
34
41
  * Контент футера
35
42
  */
@@ -71,6 +78,11 @@ export interface DropCommonProps {
71
78
  * @default: { padding: 24, paddingType: 'all' }
72
79
  */
73
80
  footerPadding?: ButtonsContainerPadding;
81
+ /**
82
+ * Отступ между toggle-ом и выпадающим меню (drop) в пикселях
83
+ * @default 8
84
+ */
85
+ dropToggleOffset?: number;
74
86
  /**
75
87
  * Дополнительные классы для:
76
88
  * @wrapper для обертки