@rootnative/cli 0.0.0-alpha.15 → 0.0.0-alpha.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.
package/dist/index.mjs CHANGED
@@ -348,7 +348,7 @@ function getComponentNames(result) {
348
348
  import path5 from "path";
349
349
  var SINGLE_LINE_IMPORT_REGEX = /((?:import|export)\s+(?:type\s+)?(?:\{[^}]*\}|\*\s+as\s+\w+|[\w,\s]+)\s+from\s+)(['"])([^'"]+)\2/g;
350
350
  var MULTI_LINE_IMPORT_REGEX = /((?:import|export)\s+(?:type\s+)?\{[\s\S]*?\}\s+from\s+)(['"])([^'"]+)\2/g;
351
- var SHARED_ROOT_MODULES = /* @__PURE__ */ new Set(["safe-area"]);
351
+ var SHARED_ROOT_MODULES = /* @__PURE__ */ new Set(["safe-area", "elevation-shadow"]);
352
352
  function isPrefixAlias(alias) {
353
353
  return !alias.startsWith(".");
354
354
  }
package/llms.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  # @rootnative/cli — CLI for RootNative UI
2
2
 
3
- > Version: 0.0.0-alpha.15
3
+ > Version: 0.0.0-alpha.16
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.15"
65
+ "registryVersion": "v0.0.0-alpha.16"
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.15",
3
+ "version": "0.0.0-alpha.16",
4
4
  "description": "CLI for adding RootNative UI components to your React Native project",
5
5
  "private": false,
6
6
  "bin": {