@photoroom/ui 0.1.601 → 0.1.602

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@photoroom/ui",
3
- "version": "0.1.601",
3
+ "version": "0.1.602",
4
4
  "private": false,
5
5
  "description": "Photoroom design system components",
6
6
  "sideEffects": [
@@ -37,7 +37,7 @@
37
37
  "dependencies": {
38
38
  "@img-comparison-slider/react": "8.0.2",
39
39
  "@lottiefiles/react-lottie-player": "3.6.0",
40
- "@photoroom/icons": "0.1.42",
40
+ "@photoroom/icons": "0.1.43",
41
41
  "@radix-ui/react-accordion": "1.2.20",
42
42
  "@radix-ui/react-avatar": "1.2.6",
43
43
  "@radix-ui/react-checkbox": "1.3.11",
@@ -74,7 +74,7 @@
74
74
  "sonner": "2.0.8",
75
75
  "tailwind-merge": "3.6.0",
76
76
  "vaul": "1.1.2",
77
- "virtua": "0.50.5",
77
+ "virtua": "0.50.6",
78
78
  "date-fns": "^4.0.0"
79
79
  },
80
80
  "peerDependencies": {
@@ -88,4 +88,4 @@
88
88
  }
89
89
  },
90
90
  "license": "UNLICENSED"
91
- }
91
+ }
package/theme.css CHANGED
@@ -329,6 +329,7 @@
329
329
  --spacing-18: 4.5rem; /* 72px */
330
330
  --spacing-22: 5.5rem; /* 88px */
331
331
  --spacing-26: 6.5rem; /* 104px */
332
+ --spacing-29: 7.25rem; /* 116px */
332
333
 
333
334
  /* Container / max-width (v4 renamed from maxWidth scale) */
334
335
  --container-xxs: 13rem; /* 208px */
@@ -1,15 +0,0 @@
1
- import { ZoomPillButton, ZoomPillMinusButton, ZoomPillPlusButton } from "./ZoomPillButton";
2
- export type ZoomPillProps = React.ComponentProps<"div">;
3
- export declare function ZoomPill({ className, ...props }: ZoomPillProps): import("react").JSX.Element;
4
- export declare namespace ZoomPill {
5
- export { ZoomPillButton as Button };
6
- export { ZoomPillMinusButton as MinusButton };
7
- export { ZoomPillPlusButton as PlusButton };
8
- export { ZoomPillDivider as Divider };
9
- }
10
- declare const ZoomPillDivider: {
11
- (): import("react").JSX.Element;
12
- displayName: string;
13
- };
14
- export {};
15
- //# sourceMappingURL=ZoomPill.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ZoomPill.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/ZoomPill/ZoomPill.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAE3F,MAAM,MAAM,aAAa,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;iCAE/B,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,aAAa;;aAoB7C,cAAc;aACT,mBAAmB;aACpB,kBAAkB;aACrB,eAAe;;AARlC,QAAA,MAAM,eAAe;;;CAEpB,CAAC"}
@@ -1,21 +0,0 @@
1
- type ZoomPillButtonBaseProps = Omit<React.ComponentProps<"button">, "children"> & {
2
- icon: React.ReactNode;
3
- side?: "leading" | "middle" | "trailing";
4
- };
5
- export type ZoomPillButtonProps = ZoomPillButtonBaseProps & {
6
- "aria-label": string;
7
- };
8
- export declare function ZoomPillButton(props: ZoomPillButtonProps): import("react").JSX.Element;
9
- export declare namespace ZoomPillButton {
10
- var displayName: string;
11
- }
12
- export declare const ZoomPillMinusButton: {
13
- (props: Omit<ZoomPillButtonProps, "icon">): import("react").JSX.Element;
14
- displayName: string;
15
- };
16
- export declare const ZoomPillPlusButton: {
17
- (props: Omit<ZoomPillButtonProps, "icon">): import("react").JSX.Element;
18
- displayName: string;
19
- };
20
- export {};
21
- //# sourceMappingURL=ZoomPillButton.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ZoomPillButton.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/ZoomPill/ZoomPillButton.tsx"],"names":[],"mappings":"AAIA,KAAK,uBAAuB,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,GAAG;IAChF,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,IAAI,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,UAAU,CAAC;CAC1C,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,uBAAuB,GAAG;IAAE,YAAY,EAAE,MAAM,CAAA;CAAE,CAAC;uCAqCtD,KAAK,EAAE,mBAAmB;;;;AAgBzD,eAAO,MAAM,mBAAmB;YARJ,IAAI,CAAC,mBAAmB,EAAE,MAAM,CAAC;;CAY5D,CAAC;AACF,eAAO,MAAM,kBAAkB;YAbH,IAAI,CAAC,mBAAmB,EAAE,MAAM,CAAC;;CAiB5D,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from "./ZoomPill";
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/ZoomPill/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}