@balikjs/mobile 0.1.15 → 0.1.16

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.
@@ -51,6 +51,7 @@ function F(v) {
51
51
  get children() {
52
52
  return o(w, {
53
53
  size: "sm",
54
+ intent: "neutral",
54
55
  "data-part": "negative-trigger",
55
56
  get disabled() {
56
57
  return e.loading;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balikjs/mobile",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "A mobile-first UI component library built on top of Ark UI for Solid.js",
5
5
  "type": "module",
6
6
  "license": "MIT",