@photoroom/ui 0.1.400 → 0.1.402
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/components/index.d.ts +2 -0
- package/components/index.d.ts.map +1 -1
- package/components/website/BrandListBlock/BrandListBlock.d.ts +6 -0
- package/components/website/BrandListBlock/BrandListBlock.d.ts.map +1 -0
- package/components/website/BrandListBlock/BrandListBlock.figma.d.ts +2 -0
- package/components/website/BrandListBlock/BrandListBlock.figma.d.ts.map +1 -0
- package/components/website/BrandListBlock/index.d.ts +2 -0
- package/components/website/BrandListBlock/index.d.ts.map +1 -0
- package/components/website/BrandListRow/BrandListRow.d.ts +19 -0
- package/components/website/BrandListRow/BrandListRow.d.ts.map +1 -0
- package/components/website/BrandListRow/BrandListRow.figma.d.ts +2 -0
- package/components/website/BrandListRow/BrandListRow.figma.d.ts.map +1 -0
- package/components/website/BrandListRow/index.d.ts +2 -0
- package/components/website/BrandListRow/index.d.ts.map +1 -0
- package/index.css +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
- package/theme.css +1 -0
package/index.mjs
CHANGED
|
@@ -54124,7 +54124,7 @@ var $be = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54124
54124
|
let l = r.reduce((e, t) => e + t.value, 0);
|
|
54125
54125
|
return /* @__PURE__ */ n("section", {
|
|
54126
54126
|
...c,
|
|
54127
|
-
className: W("
|
|
54127
|
+
className: W("py-e700 gap-i600 flex flex-col items-center px-4 sm:px-6 md:px-8 xl:px-10", s),
|
|
54128
54128
|
children: [e, /* @__PURE__ */ n("div", {
|
|
54129
54129
|
className: "mx-auto flex w-full max-w-[1200px] flex-col gap-16",
|
|
54130
54130
|
children: [/* @__PURE__ */ t("div", {
|
package/package.json
CHANGED
package/theme.css
CHANGED
|
@@ -277,6 +277,7 @@
|
|
|
277
277
|
* https://www.figma.com/design/cHgANa7dtzDDGXk7dKuAOQ/Prism?node-id=74340-16292
|
|
278
278
|
*/
|
|
279
279
|
--radius-concentric-500-4px: calc(var(--radius-500) - 4px);
|
|
280
|
+
--radius-concentric-500-6px: calc(var(--radius-500) - 6px);
|
|
280
281
|
--radius-area-500: 18px;
|
|
281
282
|
--radius-area-600: 34px;
|
|
282
283
|
--radius-full: 9999px;
|