@hed-hog/category 0.0.353 → 0.0.355

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.
@@ -38,9 +38,9 @@ import {
38
38
  SelectTrigger,
39
39
  SelectValue,
40
40
  } from '@/components/ui/select';
41
+ import { ResizableSheetContent } from '@/components/ui/resizable-sheet-content';
41
42
  import {
42
43
  Sheet,
43
- SheetContent,
44
44
  SheetDescription,
45
45
  SheetFooter,
46
46
  SheetHeader,
@@ -650,7 +650,7 @@ export default function CategoryPage() {
650
650
  }
651
651
  }}
652
652
  >
653
- <SheetContent className="w-full overflow-y-auto sm:max-w-2xl">
653
+ <ResizableSheetContent sheetId="category-editor" defaultWidth={672}>
654
654
  <SheetHeader>
655
655
  <SheetTitle className="flex items-center space-x-2">
656
656
  <Edit className="h-5 w-5" />
@@ -868,7 +868,7 @@ export default function CategoryPage() {
868
868
  </SheetFooter>
869
869
  </form>
870
870
  </Form>
871
- </SheetContent>
871
+ </ResizableSheetContent>
872
872
  </Sheet>
873
873
  </Page>
874
874
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/category",
3
- "version": "0.0.353",
3
+ "version": "0.0.355",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {
@@ -10,10 +10,10 @@
10
10
  "@nestjs/jwt": "^11",
11
11
  "@nestjs/mapped-types": "*",
12
12
  "@hed-hog/api-locale": "0.0.14",
13
- "@hed-hog/api-prisma": "0.0.6",
14
- "@hed-hog/api-pagination": "0.0.7",
15
13
  "@hed-hog/api": "0.0.8",
16
- "@hed-hog/core": "0.0.353"
14
+ "@hed-hog/api-pagination": "0.0.7",
15
+ "@hed-hog/api-prisma": "0.0.6",
16
+ "@hed-hog/core": "0.0.355"
17
17
  },
18
18
  "exports": {
19
19
  ".": {