@startupjs-ui/multi-select 0.1.19 → 0.1.20

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.1.20](https://github.com/startupjs/startupjs-ui/compare/v0.1.19...v0.1.20) (2026-03-23)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **multiselect:** Added line spacing for wrapped tags ([#20](https://github.com/startupjs/startupjs-ui/issues/20)) ([9e09db3](https://github.com/startupjs/startupjs-ui/commit/9e09db376dcef67f102112539100e86b82ed9a64))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.1.19](https://github.com/startupjs/startupjs-ui/compare/v0.1.18...v0.1.19) (2026-03-17)
7
18
 
8
19
  **Note:** Version bump only for package @startupjs-ui/multi-select
package/index.cssx.styl CHANGED
@@ -17,6 +17,7 @@ $suggestionsPopoverMaxHeight = 25u
17
17
  min-height 4u
18
18
  min-width 8u
19
19
  radius()
20
+ row-gap 0.5u
20
21
 
21
22
  &.disabled
22
23
  background-color $inputBgDisabled
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@startupjs-ui/multi-select",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -22,5 +22,5 @@
22
22
  "react-native": "*",
23
23
  "startupjs": "*"
24
24
  },
25
- "gitHead": "bfcca786dc363f42a09b6eef4feb7ca8139302fc"
25
+ "gitHead": "d983ad8bc4465a0961293d85863b8d0174acc5e1"
26
26
  }