@startupjs-ui/auto-suggest 0.1.14 → 0.1.15

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,14 @@
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.15](https://github.com/startupjs/startupjs-ui/compare/v0.1.14...v0.1.15) (2026-02-06)
7
+
8
+ **Note:** Version bump only for package @startupjs-ui/auto-suggest
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.1.14](https://github.com/startupjs/startupjs-ui/compare/v0.1.13...v0.1.14) (2026-02-06)
7
15
 
8
16
 
package/index.cssx.styl CHANGED
@@ -6,7 +6,6 @@
6
6
  right 0
7
7
  bottom 0
8
8
 
9
-
10
9
  .loaderCase
11
10
  justify-content center
12
11
  align-items center
@@ -18,7 +17,6 @@
18
17
  .content
19
18
  width 100%
20
19
  height 100%
21
- background-color var(--color-bg-main)
22
20
 
23
21
  .contentCase
24
22
  border-radius 1u
@@ -28,3 +26,9 @@
28
26
 
29
27
  .selectMenu
30
28
  background-color var(--AutoSuggest-itemBg)
29
+
30
+ .attachment
31
+ background-color var(--color-bg-main-strong)
32
+ radius()
33
+ shadow(3)
34
+ overflow hidden
package/index.tsx CHANGED
@@ -233,7 +233,7 @@ function AutoSuggest ({
233
233
  testID=testID
234
234
  )
235
235
 
236
- AbstractPopover(
236
+ AbstractPopover.attachment(
237
237
  visible=(isShow || isLoading)
238
238
  anchorRef=inputRef
239
239
  matchAnchorWidth=matchAnchorWidth
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@startupjs-ui/auto-suggest",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -20,5 +20,5 @@
20
20
  "react-native": "*",
21
21
  "startupjs": "*"
22
22
  },
23
- "gitHead": "f6c2eb24b758f5e3de16bba9397aeb8f5585e260"
23
+ "gitHead": "65cbb2aab65224d324a7c9a6f44fb3190ae4bcc2"
24
24
  }