@orsetra/shared-ui 1.1.10 → 1.1.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.
@@ -1,3 +1,5 @@
1
+ "use client";
2
+
1
3
  import React, { useState } from 'react';
2
4
  import { ChevronDown, ChevronUp, Trash2 } from 'lucide-react';
3
5
  import { Card, CardContent, CardHeader } from '../../ui/card';
@@ -1,3 +1,5 @@
1
+ "use client";
2
+
1
3
  import React, { useState } from 'react';
2
4
  import { Check, ChevronsUpDown, X } from 'lucide-react';
3
5
  import { Button } from '@/components/ui/button';
@@ -1,3 +1,5 @@
1
+ "use client";
2
+
1
3
  import React, { useState, useEffect } from 'react';
2
4
  import { ChevronDown, ChevronUp } from 'lucide-react';
3
5
  import { Card, CardContent, CardHeader } from '@/components/ui/card';
@@ -1,3 +1,5 @@
1
+ "use client";
2
+
1
3
  import React, { useState, useEffect } from 'react';
2
4
  import { HardDrive, Upload, Container, Loader2 } from 'lucide-react';
3
5
  import { getImageInfo, getImageRepos, type ImageInfo } from '@/api/repository';
@@ -1,3 +1,5 @@
1
+ "use client";
2
+
1
3
  import React, { useState, useEffect } from 'react';
2
4
  import { Check, ChevronsUpDown, X, Loader2 } from 'lucide-react';
3
5
  import { Button } from '@/components/ui/button';
@@ -1,3 +1,5 @@
1
+ "use client";
2
+
1
3
  import React, { useState, useEffect } from 'react';
2
4
  import { MultiSelect } from '../../ui/multi-select';
3
5
  import type { ApplicationPolicyBase } from '@/api';
@@ -1,3 +1,5 @@
1
+ "use client";
2
+
1
3
  import React, { useState } from 'react';
2
4
  import { Check, ChevronsUpDown } from 'lucide-react';
3
5
  import { Button } from '../../ui/button';
@@ -1,3 +1,5 @@
1
+ "use client";
2
+
1
3
  import React, { useState, useEffect, useCallback } from 'react';
2
4
  import { Combobox } from '../../ui/combobox';
3
5
 
@@ -1,3 +1,5 @@
1
+ "use client";
2
+
1
3
  import React, { useContext } from 'react';
2
4
 
3
5
  import { MultiSelect } from '@/components/ui/multi-select';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orsetra/shared-ui",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "description": "Shared UI components for Orsetra platform",
5
5
  "main": "./index.ts",
6
6
  "types": "./index.ts",