@startupjs-ui/modal 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/modal
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/modal
package/index.cssx.styl CHANGED
@@ -27,7 +27,7 @@ $gutter = $UI.gutters.m
27
27
  max-height 90%
28
28
  max-width 776px
29
29
  min-width 280px
30
- border-radius 4px
30
+ radius()
31
31
  shadow(4)
32
32
 
33
33
  &.fullscreen
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@startupjs-ui/modal",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -21,5 +21,5 @@
21
21
  "react-native": "*",
22
22
  "startupjs": "*"
23
23
  },
24
- "gitHead": "9943aa3566d5d80f5b404473906eb3c0611f9ee5"
24
+ "gitHead": "902cb7536d017b53dc268cc54e8e54818279744c"
25
25
  }