@huntflow/ui 0.2.44 → 0.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.
@@ -6,7 +6,7 @@ export type UiCheckboxGroupProps = {
6
6
  name?: string;
7
7
  disabled?: boolean;
8
8
  error?: string;
9
- stackGap?: 's' | 'l';
9
+ stackGap?: 's' | 'l' | 'm' | 'xs';
10
10
  direction?: 'column' | 'row';
11
11
  ellipsis?: boolean;
12
12
  };
package/dist/ui.es.js CHANGED
@@ -5608,7 +5608,7 @@ const Oa = "_label_1ic51_1", Ba = {
5608
5608
  name: {},
5609
5609
  disabled: { type: Boolean, default: !1 },
5610
5610
  error: {},
5611
- stackGap: { default: "l" },
5611
+ stackGap: { default: "s" },
5612
5612
  direction: { default: "column" },
5613
5613
  ellipsis: { type: Boolean, default: !1 }
5614
5614
  }, {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@huntflow/ui",
3
3
  "description": "HuntFlow UiKit, icons, utils library",
4
4
  "private": false,
5
- "version": "0.2.44",
5
+ "version": "0.2.45",
6
6
  "author": {
7
7
  "name": "HuntFlow Developer",
8
8
  "nickname": "developer",