@rootnative/cli 0.0.0-alpha.13 → 0.0.0-alpha.14

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/llms.txt +2 -2
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -291,7 +291,7 @@ each installed component stays self-contained.
291
291
  | `slider` | Single-thumb or range slider with continuous and discrete modes |
292
292
  | `progress` | Linear and circular progress indicators (determinate and indeterminate) |
293
293
  | `text-field` | Text input with animated floating label, 2 variants (filled, outlined) |
294
- | `layout` | Layout primitives: Box, Row, Column, Grid, and SafeAreaView wrapper |
294
+ | `layout` | Layout primitives: Box, Row, Column, Grid with responsive columns and spanning cells, and SafeAreaView wrapper |
295
295
  | `list` | List container with interactive items and dividers |
296
296
  | `divider` | Horizontal or vertical 1dp rule with optional leading/trailing insets and thickness/color overrides. |
297
297
  | `loading-indicator` | MD3 Expressive shape-morphing loading spinner (contained + uncontained, determinate + indeterminate) |
package/llms.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  # @rootnative/cli — CLI for RootNative UI
2
2
 
3
- > Version: 0.0.0-alpha.13
3
+ > Version: 0.0.0-alpha.14
4
4
  > Binary: `rootnative`
5
5
  > Requirements: Node >=18
6
6
 
@@ -62,7 +62,7 @@ Creates `rootnative.json`:
62
62
  "$schema": "https://rootnative.github.io/ui/schema.json",
63
63
  "aliases": { "components": "@/components/ui", "lib": "@/lib" },
64
64
  "registryUrl": "https://raw.githubusercontent.com/rootnative/ui",
65
- "registryVersion": "v0.0.0-alpha.13"
65
+ "registryVersion": "v0.0.0-alpha.14"
66
66
  }
67
67
  ```
68
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rootnative/cli",
3
- "version": "0.0.0-alpha.13",
3
+ "version": "0.0.0-alpha.14",
4
4
  "description": "CLI for adding RootNative UI components to your React Native project",
5
5
  "private": false,
6
6
  "bin": {