@nmorph/nmorph-ui-kit 2.2.44 → 2.2.45

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,4 +1,4 @@
1
- const a = "2.2.44", e = {
1
+ const a = "2.2.45", e = {
2
2
  version: a
3
3
  };
4
4
  export {
@@ -25,6 +25,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<INmorphScrollPr
25
25
  xGapInPx: number;
26
26
  yGapInPx: number;
27
27
  }, {}, {}, {}, string, ComponentProvideOptions, true, {
28
+ scrollRoot: HTMLDivElement;
28
29
  scrollDOMContainer: HTMLDivElement;
29
30
  }, HTMLDivElement>, {
30
31
  default?(_: {}): any;
@@ -10,6 +10,7 @@ export interface INmorphEmojiPickerItem {
10
10
  annotation?: string;
11
11
  tags?: string[];
12
12
  group?: NmorphEmojiPickerGroupKey;
13
+ groupLabel?: string;
13
14
  order?: number;
14
15
  skinToneVariants?: Array<string | INmorphEmojiPickerSkinToneVariant>;
15
16
  }
@@ -22,8 +22,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<INmorphTextInpu
22
22
  height: "basic" | "thick" | "thin";
23
23
  disabled: boolean;
24
24
  placeholder: string;
25
- clearable: boolean;
26
25
  typePassword: boolean;
26
+ clearable: boolean;
27
27
  indentation: string;
28
28
  inputAttrs: Record<string, string | number | boolean>;
29
29
  }, {}, {}, {}, string, ComponentProvideOptions, true, {
@@ -24,8 +24,8 @@ declare const _default: DefineComponent<INmorphTextareaProps, {
24
24
  disabled: boolean;
25
25
  resize: NmorphTextareaResizeType;
26
26
  placeholder: string;
27
- rows: number;
28
27
  indentation: string;
28
+ rows: number;
29
29
  minRows: number;
30
30
  maxRows: number;
31
31
  autoSize: boolean;
@@ -7,10 +7,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<INmorphBacktopP
7
7
  onClick?: () => any;
8
8
  }>, {
9
9
  right: number;
10
+ bottom: number;
10
11
  zIndex: number;
11
12
  teleportTo: string;
12
13
  design: NmorphElementDesignType;
13
- bottom: number;
14
14
  visibilityHeight: number;
15
15
  teleportDisabled: boolean;
16
16
  }, {}, {}, {}, string, ComponentProvideOptions, true, {