@startupjs-ui/auto-suggest 0.1.16 → 0.1.19

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,22 @@
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.19](https://github.com/startupjs/startupjs-ui/compare/v0.1.18...v0.1.19) (2026-03-17)
7
+
8
+ **Note:** Version bump only for package @startupjs-ui/auto-suggest
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.1.17](https://github.com/startupjs/startupjs-ui/compare/v0.1.16...v0.1.17) (2026-02-12)
15
+
16
+ **Note:** Version bump only for package @startupjs-ui/auto-suggest
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.1.16](https://github.com/startupjs/startupjs-ui/compare/v0.1.15...v0.1.16) (2026-02-10)
7
23
 
8
24
  **Note:** Version bump only for package @startupjs-ui/auto-suggest
package/index.cssx.styl CHANGED
@@ -19,7 +19,7 @@
19
19
  height 100%
20
20
 
21
21
  .contentCase
22
- border-radius 1u
22
+ radius()
23
23
  width 100%
24
24
  height 100%
25
25
  overflow hidden
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@startupjs-ui/auto-suggest",
3
- "version": "0.1.16",
3
+ "version": "0.1.19",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -8,17 +8,17 @@
8
8
  "types": "index.d.ts",
9
9
  "type": "module",
10
10
  "dependencies": {
11
- "@startupjs-ui/abstract-popover": "^0.1.16",
12
- "@startupjs-ui/core": "^0.1.11",
13
- "@startupjs-ui/flat-list": "^0.1.16",
14
- "@startupjs-ui/loader": "^0.1.16",
15
- "@startupjs-ui/menu": "^0.1.16",
16
- "@startupjs-ui/text-input": "^0.1.16"
11
+ "@startupjs-ui/abstract-popover": "^0.1.19",
12
+ "@startupjs-ui/core": "^0.1.19",
13
+ "@startupjs-ui/flat-list": "^0.1.19",
14
+ "@startupjs-ui/loader": "^0.1.19",
15
+ "@startupjs-ui/menu": "^0.1.19",
16
+ "@startupjs-ui/text-input": "^0.1.19"
17
17
  },
18
18
  "peerDependencies": {
19
19
  "react": "*",
20
20
  "react-native": "*",
21
21
  "startupjs": "*"
22
22
  },
23
- "gitHead": "9943aa3566d5d80f5b404473906eb3c0611f9ee5"
23
+ "gitHead": "bfcca786dc363f42a09b6eef4feb7ca8139302fc"
24
24
  }