@photoroom/ui 0.1.239 → 0.1.241

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.
@@ -5,7 +5,7 @@ export type HomeHeroBlockProps = Omit<React.ComponentProps<"section">, "title" |
5
5
  ctas?: React.ReactNode;
6
6
  /** 9:4 video. Defines the hero height on `lg`+ and renders behind the content. */
7
7
  wideVisual?: React.ReactNode;
8
- /** 4:3 video, rendered below the content on screens narrower than `lg`. */
8
+ /** 16:9 video, rendered below the content on screens narrower than `lg`. */
9
9
  standardVisual?: React.ReactNode;
10
10
  /** Block background surface. Defaults to `sand-50`. */
11
11
  background?: BlockBackgroundVariant;
@@ -1 +1 @@
1
- {"version":3,"file":"HomeHeroBlock.d.ts","sourceRoot":"","sources":["../../../../src/components/website/HomeHeroBlock/HomeHeroBlock.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAmB,KAAK,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAElF,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,SAAS,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC,GAC1F,QAAQ,CAAC;IACP,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,kFAAkF;IAClF,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,2EAA2E;IAC3E,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC,uDAAuD;IACvD,UAAU,CAAC,EAAE,sBAAsB,CAAC;CACrC,CAAC,CAAC;AAEL,wBAAgB,aAAa,CAAC,EAC5B,KAAK,EACL,QAAQ,EACR,IAAI,EACJ,UAAU,EACV,cAAc,EACd,UAAsB,EACtB,SAAS,EACT,GAAG,IAAI,EACR,EAAE,kBAAkB,2CAgEpB"}
1
+ {"version":3,"file":"HomeHeroBlock.d.ts","sourceRoot":"","sources":["../../../../src/components/website/HomeHeroBlock/HomeHeroBlock.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAmB,KAAK,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAElF,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,SAAS,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC,GAC1F,QAAQ,CAAC;IACP,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,kFAAkF;IAClF,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,4EAA4E;IAC5E,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC,uDAAuD;IACvD,UAAU,CAAC,EAAE,sBAAsB,CAAC;CACrC,CAAC,CAAC;AAEL,wBAAgB,aAAa,CAAC,EAC5B,KAAK,EACL,QAAQ,EACR,IAAI,EACJ,UAAU,EACV,cAAc,EACd,UAAsB,EACtB,SAAS,EACT,GAAG,IAAI,EACR,EAAE,kBAAkB,2CAgEpB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@photoroom/ui",
3
- "version": "0.1.239",
3
+ "version": "0.1.241",
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.21",
40
+ "@photoroom/icons": "0.1.22",
41
41
  "@radix-ui/react-accordion": "1.2.12",
42
42
  "@radix-ui/react-avatar": "1.1.11",
43
43
  "@radix-ui/react-checkbox": "1.3.3",