@photoroom/ui 0.1.160 → 0.1.162

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.
Files changed (27) hide show
  1. package/components/content/ColumnHeader/ColumnHeader.d.ts +25 -0
  2. package/components/content/ColumnHeader/ColumnHeader.d.ts.map +1 -0
  3. package/components/content/ColumnHeader/ColumnHeader.figma.d.ts +2 -0
  4. package/components/content/ColumnHeader/ColumnHeader.figma.d.ts.map +1 -0
  5. package/components/content/ColumnHeader/index.d.ts +2 -0
  6. package/components/content/ColumnHeader/index.d.ts.map +1 -0
  7. package/components/content/ProductActionBar/ProductActionBar.d.ts +36 -0
  8. package/components/content/ProductActionBar/ProductActionBar.d.ts.map +1 -0
  9. package/components/content/ProductActionBar/ProductActionBar.figma.d.ts +2 -0
  10. package/components/content/ProductActionBar/ProductActionBar.figma.d.ts.map +1 -0
  11. package/components/content/ProductActionBar/index.d.ts +2 -0
  12. package/components/content/ProductActionBar/index.d.ts.map +1 -0
  13. package/components/index.d.ts +3 -0
  14. package/components/index.d.ts.map +1 -1
  15. package/components/input/CheckboxPullDown/CheckboxPullDown.d.ts +18 -0
  16. package/components/input/CheckboxPullDown/CheckboxPullDown.d.ts.map +1 -0
  17. package/components/input/CheckboxPullDown/CheckboxPullDown.figma.d.ts +2 -0
  18. package/components/input/CheckboxPullDown/CheckboxPullDown.figma.d.ts.map +1 -0
  19. package/components/input/CheckboxPullDown/index.d.ts +2 -0
  20. package/components/input/CheckboxPullDown/index.d.ts.map +1 -0
  21. package/components/website/SectionTitle/SectionTitle.d.ts +2 -2
  22. package/components/website/SectionTitle/SectionTitle.d.ts.map +1 -1
  23. package/components/website/SmallSectionTitle/SmallSectionTitle.d.ts +2 -2
  24. package/components/website/SmallSectionTitle/SmallSectionTitle.d.ts.map +1 -1
  25. package/index.css +1 -1
  26. package/index.mjs +2 -2
  27. package/package.json +1 -1
package/index.mjs CHANGED
@@ -56405,7 +56405,7 @@ var X_e = Object.assign(R9, {
56405
56405
  })
56406
56406
  ]
56407
56407
  })
56408
- }), nve = function({ variant: e = "default", title: t, subtitle: n, overline: r, cta: i, className: a, ...o }) {
56408
+ }), nve = function({ placement: e = "default", title: t, subtitle: n, overline: r, cta: i, className: a, ...o }) {
56409
56409
  let s = e === "side" || !!i, c = u(n) ? !!n.props?.children : !!n;
56410
56410
  return /* @__PURE__ */ E("div", {
56411
56411
  className: H("mx-auto w-full max-w-[1200px]", "flex flex-col gap-4", {
@@ -56469,7 +56469,7 @@ var X_e = Object.assign(R9, {
56469
56469
  })
56470
56470
  ]
56471
56471
  });
56472
- }, ive = ({ title: e, overline: t, variant: n = "default" }) => /* @__PURE__ */ E("div", {
56472
+ }, ive = ({ title: e, overline: t, placement: n = "default" }) => /* @__PURE__ */ E("div", {
56473
56473
  className: V("mx-auto flex w-full max-w-[1200px] flex-col gap-1", {
56474
56474
  "items-center text-center": n === "default",
56475
56475
  "items-start text-left": n === "side"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@photoroom/ui",
3
- "version": "0.1.160",
3
+ "version": "0.1.162",
4
4
  "private": false,
5
5
  "description": "Photoroom design system components",
6
6
  "sideEffects": [