@startupjs-ui/dropdown 0.1.16 → 0.1.17

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.17](https://github.com/startupjs/startupjs-ui/compare/v0.1.16...v0.1.17) (2026-02-12)
7
+
8
+ **Note:** Version bump only for package @startupjs-ui/dropdown
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.1.16](https://github.com/startupjs/startupjs-ui/compare/v0.1.15...v0.1.16) (2026-02-10)
7
15
 
8
16
  **Note:** Version bump only for package @startupjs-ui/dropdown
@@ -1,7 +1,7 @@
1
1
  .select
2
2
  background-color var(--color-bg-main-strong)
3
3
  height 4u
4
- border-radius .5u
4
+ radius()
5
5
  border-style solid
6
6
  border-width 1px
7
7
  border-color var(--color-border-main)
package/index.cssx.styl CHANGED
@@ -9,7 +9,7 @@
9
9
  .case
10
10
  &.buttons
11
11
  margin 1.5u 1.5u 2u
12
- border-radius 1u
12
+ radius(l)
13
13
  background-color var(--color-bg-main-strong)
14
14
 
15
15
  .caption
@@ -32,11 +32,11 @@
32
32
  align-items center
33
33
  margin -1u 1.5u 1.5u
34
34
  padding 2u
35
- border-radius 1u
35
+ radius(l)
36
36
  background-color var(--color-bg-main-strong)
37
37
 
38
38
  .popover
39
- border-radius .5u
39
+ radius()
40
40
  shadow(2)
41
41
 
42
42
  .drawerReset
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@startupjs-ui/dropdown",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -23,5 +23,5 @@
23
23
  "react-native": "*",
24
24
  "startupjs": "*"
25
25
  },
26
- "gitHead": "9943aa3566d5d80f5b404473906eb3c0611f9ee5"
26
+ "gitHead": "902cb7536d017b53dc268cc54e8e54818279744c"
27
27
  }