shadcn-ui-react 0.7.9 → 0.7.11

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/README.md CHANGED
@@ -344,7 +344,7 @@ export function FormDemo() {
344
344
  name="role"
345
345
  label="Role"
346
346
  placeholder="Select a role"
347
- options={[
347
+ items={[
348
348
  { label: 'Owner', value: 'owner' },
349
349
  { label: 'Editor', value: 'editor' },
350
350
  { label: 'Viewer', value: 'viewer' }
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env node
2
2
  import fs from "node:fs";
3
3
  import path from "node:path";
4
4
  import { fileURLToPath } from "node:url";