@photoroom/ui 0.1.14 → 0.1.16
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/index.mjs +72 -72
- package/package.json +2 -2
- package/plugins/colors.js +87 -80
- package/style.css +1 -1
- package/tailwind.config.js +21 -18
package/index.mjs
CHANGED
|
@@ -2708,7 +2708,7 @@ const KI = se(
|
|
|
2708
2708
|
},
|
|
2709
2709
|
variant: {
|
|
2710
2710
|
secondary: "bg-background-subdued hover:bg-background-subdued-hover focus-visible:bg-background-subdued-hover focus-visible:ring focus-visible:ring-misc-focus-indicator active:bg-background-subdued-down",
|
|
2711
|
-
"on-dark": "bg-neutral-
|
|
2711
|
+
"on-dark": "bg-neutral-200 hover:bg-neutral-300 focus-visible:bg-neutral-300 focus-visible:ring focus-visible:ring-misc-white-focus-indicator active:bg-neutral-400",
|
|
2712
2712
|
"secondary-on-dark": "bg-background-white-subdued hover:bg-background-white-subdued-hover focus-visible:bg-background-white-subdued-hover focus-visible:ring focus-visible:ring-misc-white-focus-indicator active:bg-background-white-subdued-down"
|
|
2713
2713
|
},
|
|
2714
2714
|
disabled: {
|
|
@@ -2717,7 +2717,7 @@ const KI = se(
|
|
|
2717
2717
|
},
|
|
2718
2718
|
compoundVariants: [
|
|
2719
2719
|
{ variant: "secondary", disabled: !0, class: "!bg-background-subdued" },
|
|
2720
|
-
{ variant: "on-dark", disabled: !0, class: "!bg-neutral-
|
|
2720
|
+
{ variant: "on-dark", disabled: !0, class: "!bg-neutral-200" },
|
|
2721
2721
|
{
|
|
2722
2722
|
variant: "secondary-on-dark",
|
|
2723
2723
|
disabled: !0,
|
|
@@ -2773,7 +2773,7 @@ const JI = ({ className: e, ...t }) => /* @__PURE__ */ p(
|
|
|
2773
2773
|
"outline-none focus-visible:ring-0",
|
|
2774
2774
|
"h-6 w-6",
|
|
2775
2775
|
"flex items-center justify-center",
|
|
2776
|
-
"rounded-full bg-neutral-
|
|
2776
|
+
"rounded-full bg-neutral-600",
|
|
2777
2777
|
"border-4 border-transparent bg-clip-padding",
|
|
2778
2778
|
// expand click zone by 4px
|
|
2779
2779
|
"text-content-white-primary",
|
|
@@ -6354,7 +6354,7 @@ const H3 = se(
|
|
|
6354
6354
|
3: "text-secondary-sunny-mango",
|
|
6355
6355
|
4: "text-secondary-aqua-kiwi",
|
|
6356
6356
|
5: "text-secondary-coral-cherry",
|
|
6357
|
-
neutral: "text-neutral-
|
|
6357
|
+
neutral: "text-neutral-800"
|
|
6358
6358
|
}
|
|
6359
6359
|
},
|
|
6360
6360
|
compoundVariants: [
|
|
@@ -10335,7 +10335,7 @@ const Fo = 16, Hf = 2, qf = (Fo - Hf) / 2, _d = 2 * Math.PI * qf, N5 = ({
|
|
|
10335
10335
|
fill: "none",
|
|
10336
10336
|
stroke: "currentColor",
|
|
10337
10337
|
strokeWidth: Hf,
|
|
10338
|
-
className: "text-neutral-alpha-
|
|
10338
|
+
className: "text-neutral-alpha-300"
|
|
10339
10339
|
}
|
|
10340
10340
|
),
|
|
10341
10341
|
/* @__PURE__ */ p(
|
|
@@ -10350,7 +10350,7 @@ const Fo = 16, Hf = 2, qf = (Fo - Hf) / 2, _d = 2 * Math.PI * qf, N5 = ({
|
|
|
10350
10350
|
strokeDasharray: `${i}, ${a}`,
|
|
10351
10351
|
strokeDashoffset: _d / 4,
|
|
10352
10352
|
strokeLinecap: "round",
|
|
10353
|
-
className: "text-neutral-
|
|
10353
|
+
className: "text-neutral-700",
|
|
10354
10354
|
style: { transition: "stroke-dasharray 0.15s ease" }
|
|
10355
10355
|
}
|
|
10356
10356
|
)
|
|
@@ -10878,7 +10878,7 @@ mS.displayName = "RoundButton";
|
|
|
10878
10878
|
const W5 = ({ children: e, size: t = "default", variant: r = "white", ...n }, o) => {
|
|
10879
10879
|
const i = {
|
|
10880
10880
|
white: "bg-surface-high shadow-500 hover:shadow-700 focus-visible:shadow-700 active:bg-surface-default",
|
|
10881
|
-
gray: "box-border bg-neutral-
|
|
10881
|
+
gray: "box-border bg-neutral-100 border border-neutral-200 hover:bg-neutral-100 focus-visible:bg-neutral-100 active:bg-neutral-200",
|
|
10882
10882
|
black: "box-border bg-black-alpha-7 border border-black-alpha-3 hover:bg-black-alpha-8 focus-visible:bg-black-alpha-8 active:bg-[rgba(0,0,0,.8)]"
|
|
10883
10883
|
}, a = {
|
|
10884
10884
|
small: "w-8 h-8",
|
|
@@ -10919,7 +10919,7 @@ const joe = ({
|
|
|
10919
10919
|
className: I(
|
|
10920
10920
|
"inline-flex cursor-pointer items-center justify-center",
|
|
10921
10921
|
"rounded-500 outline-none",
|
|
10922
|
-
"hover:bg-neutral-
|
|
10922
|
+
"hover:bg-neutral-200 focus-visible:bg-neutral-200 active:bg-neutral-300",
|
|
10923
10923
|
"focus-visible:ring focus-visible:ring-accent-alpha-5",
|
|
10924
10924
|
"text-black",
|
|
10925
10925
|
"transition-all interaction-transition",
|
|
@@ -23196,7 +23196,7 @@ const uv = te(
|
|
|
23196
23196
|
{
|
|
23197
23197
|
className: Y(
|
|
23198
23198
|
"flex h-5 w-5 shrink-0 items-center justify-center rounded-200 misc-border-size-selection",
|
|
23199
|
-
"border-neutral-
|
|
23199
|
+
"border-neutral-400 data-[state=checked]:border-content-accent data-[state=checked]:bg-content-accent"
|
|
23200
23200
|
),
|
|
23201
23201
|
"data-state": i.checked ? "checked" : "unchecked",
|
|
23202
23202
|
children: /* @__PURE__ */ p(Vk, { children: /* @__PURE__ */ p(vi, { strokeWidth: 3, className: "text-white icon-size-400" }) })
|
|
@@ -23240,7 +23240,7 @@ const jk = te(
|
|
|
23240
23240
|
"component-500 w-full cursor-pointer outline-none misc-dropdown-inner-rounding",
|
|
23241
23241
|
"disabled:pointer-events-none disabled:select-none disabled:opacity-30",
|
|
23242
23242
|
"aria-disabled:pointer-events-none aria-disabled:select-none aria-disabled:opacity-30",
|
|
23243
|
-
"text-content-primary hover:bg-neutral-
|
|
23243
|
+
"text-content-primary hover:bg-neutral-200 focus-visible:bg-neutral-200 active:bg-neutral-300",
|
|
23244
23244
|
"min-h-[40px] py-2.5",
|
|
23245
23245
|
"pr-2",
|
|
23246
23246
|
"radix-state-checked:pl-2",
|
|
@@ -24551,7 +24551,7 @@ const Hoe = ({
|
|
|
24551
24551
|
direction: "vertical"
|
|
24552
24552
|
}
|
|
24553
24553
|
}), mH = se(
|
|
24554
|
-
"relative overflow-hidden rounded-full bg-neutral-
|
|
24554
|
+
"relative overflow-hidden rounded-full bg-neutral-300",
|
|
24555
24555
|
{
|
|
24556
24556
|
variants: {
|
|
24557
24557
|
direction: {
|
|
@@ -24747,7 +24747,7 @@ const xH = se(
|
|
|
24747
24747
|
class: I(
|
|
24748
24748
|
n,
|
|
24749
24749
|
// Display a checker background in case of transparent background color
|
|
24750
|
-
r === "transparent" && "bg-damier-neutral-
|
|
24750
|
+
r === "transparent" && "bg-damier-neutral-100 bg-damier-medium"
|
|
24751
24751
|
)
|
|
24752
24752
|
}),
|
|
24753
24753
|
style: {
|
|
@@ -24876,7 +24876,7 @@ const r_ = ({
|
|
|
24876
24876
|
stroke: "currentColor",
|
|
24877
24877
|
strokeWidth: a,
|
|
24878
24878
|
strokeLinecap: "round",
|
|
24879
|
-
className: "text-neutral-alpha-
|
|
24879
|
+
className: "text-neutral-alpha-200"
|
|
24880
24880
|
}
|
|
24881
24881
|
),
|
|
24882
24882
|
e > 0 && /* @__PURE__ */ p(
|
|
@@ -25001,7 +25001,7 @@ const Qs = ({ variant: e = "default", className: t }) => /* @__PURE__ */ p(
|
|
|
25001
25001
|
n && /* @__PURE__ */ p("div", { className: "pointer-events-none absolute inset-0 flex items-center justify-center bg-black-alpha-5", children: /* @__PURE__ */ p(Qs, { className: "size-500", variant: "on-dark" }) })
|
|
25002
25002
|
]
|
|
25003
25003
|
}
|
|
25004
|
-
) : /* @__PURE__ */ p("div", { className: "relative flex h-20 w-20 shrink-0 overflow-hidden rounded-300 bg-neutral-
|
|
25004
|
+
) : /* @__PURE__ */ p("div", { className: "relative flex h-20 w-20 shrink-0 overflow-hidden rounded-300 bg-neutral-100", children: /* @__PURE__ */ p("div", { className: "flex h-full w-full items-center justify-center", children: /* @__PURE__ */ p(CR, { className: "text-content-tertiary icon-size-600" }) }) }), Xoe = ({
|
|
25005
25005
|
title: e,
|
|
25006
25006
|
imageUrl: t,
|
|
25007
25007
|
sellScore: r,
|
|
@@ -25653,7 +25653,7 @@ const jH = ({ variant: e = "default", className: t, children: r }) => /* @__PURE
|
|
|
25653
25653
|
children: n,
|
|
25654
25654
|
imgRef: o,
|
|
25655
25655
|
onImageLoad: i
|
|
25656
|
-
}) => e ? r ? /* @__PURE__ */ p("div", { className: "absolute inset-1 flex items-center justify-center", children: /* @__PURE__ */ E("div", { className: "relative flex overflow-hidden rounded-300 border border-misc-border bg-damier-neutral-
|
|
25656
|
+
}) => e ? r ? /* @__PURE__ */ p("div", { className: "absolute inset-1 flex items-center justify-center", children: /* @__PURE__ */ E("div", { className: "relative flex overflow-hidden rounded-300 border border-misc-border bg-damier-neutral-200 bg-damier-large", children: [
|
|
25657
25657
|
/* @__PURE__ */ p(
|
|
25658
25658
|
"img",
|
|
25659
25659
|
{
|
|
@@ -26271,7 +26271,7 @@ const gs = 88, Or = gs / 2, pl = gs / 10, hl = (gs - pl) / 2, ml = 2 * Math.PI *
|
|
|
26271
26271
|
strokeWidth: pl,
|
|
26272
26272
|
strokeDasharray: `${n}, ${hq}`,
|
|
26273
26273
|
strokeLinecap: "round",
|
|
26274
|
-
className: "text-neutral-alpha-
|
|
26274
|
+
className: "text-neutral-alpha-200"
|
|
26275
26275
|
}
|
|
26276
26276
|
),
|
|
26277
26277
|
e.map((i, a) => {
|
|
@@ -26292,7 +26292,7 @@ const gs = 88, Or = gs / 2, pl = gs / 10, hl = (gs - pl) / 2, ml = 2 * Math.PI *
|
|
|
26292
26292
|
strokeDasharray: `${c}, ${ml - c}`,
|
|
26293
26293
|
transform: `rotate(${l} ${Or} ${Or})`,
|
|
26294
26294
|
style: {
|
|
26295
|
-
color: i.color || "var(--color-neutral-
|
|
26295
|
+
color: i.color || "var(--color-neutral-400)",
|
|
26296
26296
|
transition: "stroke-dasharray 0.15s ease"
|
|
26297
26297
|
}
|
|
26298
26298
|
}
|
|
@@ -26655,12 +26655,12 @@ const oie = ({
|
|
|
26655
26655
|
"relative box-border flex h-10 w-10 items-center justify-center rounded-full outline-none transition-all interaction-transition",
|
|
26656
26656
|
"bg-[radial-gradient(50%_50%_at_50%_50%,_#FFF_7.29%,_rgba(255,_255,_255,_0.00)_100%),_conic-gradient(from_180deg_at_50%_50%,_#FF4040_0deg,_#FFDF40_60.00000178813934deg,_#3DF297_120.00000357627869deg,_#40DFFF_180deg,_#6040FF_240.00000715255737deg,_#FF40FF_299.9999928474426deg,_#FF4040_360deg)]",
|
|
26657
26657
|
// Hover
|
|
26658
|
-
"hover:border-neutral-alpha-
|
|
26658
|
+
"hover:border-neutral-alpha-300",
|
|
26659
26659
|
// Dimmer (dimmer on top via pseudo element)
|
|
26660
26660
|
"before:absolute before:rounded-full before:content-[''] before:interaction-transition",
|
|
26661
26661
|
"before:h-full before:w-full",
|
|
26662
26662
|
"before:-left-0 before:-top-0",
|
|
26663
|
-
"active:before:bg-neutral-alpha-
|
|
26663
|
+
"active:before:bg-neutral-alpha-300",
|
|
26664
26664
|
// Selection (for black border)
|
|
26665
26665
|
"after:absolute after:rounded-full after:content-[''] after:interaction-transition",
|
|
26666
26666
|
"after:misc-border-size-default",
|
|
@@ -27050,7 +27050,7 @@ const mn = ({
|
|
|
27050
27050
|
{
|
|
27051
27051
|
variant: "default",
|
|
27052
27052
|
invalid: !1,
|
|
27053
|
-
class: "border border-black-alpha-3 caret-content-accent hover:border-neutral-
|
|
27053
|
+
class: "border border-black-alpha-3 caret-content-accent hover:border-neutral-400 focus-visible:border-content-accent focus-visible:ring-misc-focus-indicator-subdued"
|
|
27054
27054
|
}
|
|
27055
27055
|
],
|
|
27056
27056
|
defaultVariants: {
|
|
@@ -27147,7 +27147,7 @@ const Uq = {
|
|
|
27147
27147
|
"pointer-events-none absolute inset-y-0 left-0 flex items-center pl-3",
|
|
27148
27148
|
c.disabled && "opacity-50"
|
|
27149
27149
|
),
|
|
27150
|
-
children: /* @__PURE__ */ p(i, { className: "h-5 w-5 text-neutral-
|
|
27150
|
+
children: /* @__PURE__ */ p(i, { className: "h-5 w-5 text-neutral-600", "aria-hidden": "true" })
|
|
27151
27151
|
}
|
|
27152
27152
|
),
|
|
27153
27153
|
/* @__PURE__ */ p(
|
|
@@ -27157,14 +27157,14 @@ const Uq = {
|
|
|
27157
27157
|
ref: u,
|
|
27158
27158
|
...c,
|
|
27159
27159
|
className: vu([
|
|
27160
|
-
"w-full appearance-none rounded-500 bg-surface-high text-500 font-medium text-content-primary placeholder-neutral-
|
|
27160
|
+
"w-full appearance-none rounded-500 bg-surface-high text-500 font-medium text-content-primary placeholder-neutral-600 outline-none transition duration-200 disabled:cursor-not-allowed disabled:opacity-50",
|
|
27161
27161
|
"focus-visible:misc-border-size-focus-ring",
|
|
27162
27162
|
e ? [
|
|
27163
27163
|
"border border-content-negative caret-content-primary",
|
|
27164
27164
|
"focus-visible:border-content-negative focus-visible:ring-background-negative-subdued-down"
|
|
27165
27165
|
] : [
|
|
27166
27166
|
"border caret-content-accent",
|
|
27167
|
-
"hover:border-neutral-
|
|
27167
|
+
"hover:border-neutral-400",
|
|
27168
27168
|
"focus-visible:border-content-accent focus-visible:ring-misc-focus-indicator-subdued",
|
|
27169
27169
|
n ? "border-transparent" : "border-misc-border"
|
|
27170
27170
|
],
|
|
@@ -27205,7 +27205,7 @@ const Uq = {
|
|
|
27205
27205
|
children: /* @__PURE__ */ p(
|
|
27206
27206
|
sw,
|
|
27207
27207
|
{
|
|
27208
|
-
className: I("h-5 w-5", e ? "text-content-negative" : "text-neutral-
|
|
27208
|
+
className: I("h-5 w-5", e ? "text-content-negative" : "text-neutral-600"),
|
|
27209
27209
|
"aria-hidden": "true"
|
|
27210
27210
|
}
|
|
27211
27211
|
)
|
|
@@ -37889,7 +37889,7 @@ const uie = ({
|
|
|
37889
37889
|
"hover:bg-background-subdued-hover active:bg-background-subdued-down",
|
|
37890
37890
|
"focus-visible:bg-background-subdued-hover focus-visible:ring-accent-alpha-5 focus-visible:misc-border-size-focus-ring",
|
|
37891
37891
|
"disabled:cursor-not-allowed disabled:opacity-50",
|
|
37892
|
-
"component-500 text-left placeholder-neutral-
|
|
37892
|
+
"component-500 text-left placeholder-neutral-600 [word-break:break-word]",
|
|
37893
37893
|
"transition duration-200",
|
|
37894
37894
|
e
|
|
37895
37895
|
),
|
|
@@ -38199,7 +38199,7 @@ const yJ = ({
|
|
|
38199
38199
|
className: I(
|
|
38200
38200
|
"box-border flex w-[320px] items-center gap-2 rounded-area-500 bg-surface-high py-2 pl-3 pr-2",
|
|
38201
38201
|
"border border-misc-border-box transition duration-200",
|
|
38202
|
-
"hover:border-neutral-
|
|
38202
|
+
"hover:border-neutral-400",
|
|
38203
38203
|
"focus-within:border-content-accent focus-within:ring focus-within:ring-misc-focus-indicator-subdued",
|
|
38204
38204
|
r && "cursor-not-allowed opacity-30"
|
|
38205
38205
|
),
|
|
@@ -38494,7 +38494,7 @@ const NJ = se(
|
|
|
38494
38494
|
"group-data-[state=indeterminate]/checkbox:border-misc-border group-data-[state=indeterminate]/checkbox:bg-background-subdued"
|
|
38495
38495
|
],
|
|
38496
38496
|
default: [
|
|
38497
|
-
"border-neutral-
|
|
38497
|
+
"border-neutral-400 active:border-neutral-600 active:enabled:bg-background-accent-down",
|
|
38498
38498
|
"group-data-[state=checked]/checkbox:border-content-accent group-data-[state=checked]/checkbox:bg-content-accent",
|
|
38499
38499
|
"group-data-[state=indeterminate]/checkbox:border-content-accent group-data-[state=indeterminate]/checkbox:bg-content-accent",
|
|
38500
38500
|
"misc-border-size-selection"
|
|
@@ -38703,7 +38703,7 @@ const NJ = se(
|
|
|
38703
38703
|
"text-content-negative"
|
|
38704
38704
|
] : [
|
|
38705
38705
|
"border caret-content-accent",
|
|
38706
|
-
"hover:border-neutral-
|
|
38706
|
+
"hover:border-neutral-400",
|
|
38707
38707
|
"focus-visible:border-content-accent focus-visible:ring-misc-focus-indicator-subdued",
|
|
38708
38708
|
"border-misc-divider"
|
|
38709
38709
|
],
|
|
@@ -39254,7 +39254,7 @@ const DJ = (e) => e.isFile === !0, MJ = (e) => (
|
|
|
39254
39254
|
"interaction-transition",
|
|
39255
39255
|
"group/dropzone",
|
|
39256
39256
|
"rounded-500",
|
|
39257
|
-
"border border-dashed border-neutral-alpha-
|
|
39257
|
+
"border border-dashed border-neutral-alpha-400",
|
|
39258
39258
|
"w-full select-none appearance-none",
|
|
39259
39259
|
"hover:bg-background-subdued-hover focus-visible:bg-background-subdued-hover active:bg-background-subdued-down",
|
|
39260
39260
|
"outline-none focus-visible:ring-accent-alpha-5 focus-visible:misc-border-size-focus-ring",
|
|
@@ -39323,7 +39323,7 @@ const lc = te(
|
|
|
39323
39323
|
className: I(
|
|
39324
39324
|
"inline-flex shrink-0 items-center justify-center",
|
|
39325
39325
|
"size-300",
|
|
39326
|
-
"border-neutral-
|
|
39326
|
+
"border-neutral-400 misc-border-size-selection data-[state=checked]:border-transparent",
|
|
39327
39327
|
"data-[state=checked]:bg-content-accent",
|
|
39328
39328
|
"text-transparent data-[state=checked]:text-white",
|
|
39329
39329
|
"transition-colors",
|
|
@@ -39403,8 +39403,8 @@ const sg = ({
|
|
|
39403
39403
|
"aria-hidden": "true",
|
|
39404
39404
|
className: I(
|
|
39405
39405
|
"pointer-events-none absolute mx-auto h-5 w-8 rounded-full transition-colors duration-200 ease-in-out",
|
|
39406
|
-
i ? "bg-content-accent" : "bg-neutral-
|
|
39407
|
-
"group-focus-visible/switch:bg-neutral-
|
|
39406
|
+
i ? "bg-content-accent" : "bg-neutral-400",
|
|
39407
|
+
"group-focus-visible/switch:bg-neutral-500",
|
|
39408
39408
|
"group-focus-visible/switch:bg-content-accent-down group-data-[state=checked]/switch:bg-content-accent"
|
|
39409
39409
|
)
|
|
39410
39410
|
}
|
|
@@ -39900,7 +39900,7 @@ const ZJ = ({
|
|
|
39900
39900
|
"span",
|
|
39901
39901
|
{
|
|
39902
39902
|
className: I(
|
|
39903
|
-
"border-neutral-
|
|
39903
|
+
"border-neutral-400 hover:border-neutral-500 group-data-[state=checked]/radiogroupitem:border-content-accent",
|
|
39904
39904
|
"group-focus-visible/radiogroupitem:ring-accent-alpha-5 group-focus-visible/radiogroupitem:misc-border-size-focus-ring",
|
|
39905
39905
|
"flex h-5 w-5 shrink-0 items-center justify-center rounded-full misc-border-size-selection"
|
|
39906
39906
|
),
|
|
@@ -39995,9 +39995,9 @@ const a2 = te(
|
|
|
39995
39995
|
"cursor-pointer outline-none",
|
|
39996
39996
|
"flex h-10 w-full items-center gap-2 px-3",
|
|
39997
39997
|
"rounded-500 border border-misc-border bg-surface-high",
|
|
39998
|
-
"hover:border-neutral-
|
|
39998
|
+
"hover:border-neutral-400 focus-visible:border-content-accent",
|
|
39999
39999
|
"invalid:border-content-negative invalid:hover:border-content-negative invalid:focus-visible:border-content-negative",
|
|
40000
|
-
"component-500 font-medium text-content-primary placeholder-neutral-
|
|
40000
|
+
"component-500 font-medium text-content-primary placeholder-neutral-600",
|
|
40001
40001
|
"focus-visible:ring-misc-focus-indicator-subdued",
|
|
40002
40002
|
"focus-visible:misc-border-size-focus-ring disabled:cursor-not-allowed disabled:opacity-50",
|
|
40003
40003
|
"transition duration-200",
|
|
@@ -40243,7 +40243,7 @@ const JJ = te(
|
|
|
40243
40243
|
onClick: i,
|
|
40244
40244
|
disabled: a,
|
|
40245
40245
|
"aria-label": "Submit",
|
|
40246
|
-
className: "[&>button]:bg-background-default [&>button]:text-content-white-primary-inverted [&>button]:hover:bg-neutral-
|
|
40246
|
+
className: "[&>button]:bg-background-default [&>button]:text-content-white-primary-inverted [&>button]:hover:bg-neutral-800 [&>button]:active:bg-background-default [&_svg]:-rotate-90"
|
|
40247
40247
|
}
|
|
40248
40248
|
)
|
|
40249
40249
|
] })
|
|
@@ -40276,7 +40276,7 @@ const gie = ({
|
|
|
40276
40276
|
{
|
|
40277
40277
|
className: I(
|
|
40278
40278
|
"flex h-full flex-col items-center justify-center gap-4 px-6 py-5",
|
|
40279
|
-
"border-len relative rounded-500 border border-dashed border-neutral-
|
|
40279
|
+
"border-len relative rounded-500 border border-dashed border-neutral-400",
|
|
40280
40280
|
"transition-opacity interaction-transition",
|
|
40281
40281
|
{
|
|
40282
40282
|
"pointer-events-none opacity-0": r
|
|
@@ -40473,7 +40473,7 @@ const bie = ({
|
|
|
40473
40473
|
"span",
|
|
40474
40474
|
{
|
|
40475
40475
|
className: I(
|
|
40476
|
-
"border-neutral-
|
|
40476
|
+
"border-neutral-400 hover:border-neutral-500 group-data-[state=checked]/radiogroupitem:border-content-accent",
|
|
40477
40477
|
"group-focus-visible/radiogroupitem:ring-accent-alpha-5 group-focus-visible/radiogroupitem:misc-border-size-focus-ring",
|
|
40478
40478
|
"flex h-5 w-5 shrink-0 items-center justify-center rounded-full misc-border-size-selection"
|
|
40479
40479
|
),
|
|
@@ -40682,7 +40682,7 @@ const oQ = ({ reaction: e, selected: t = !1, onClick: r }) => /* @__PURE__ */ p(
|
|
|
40682
40682
|
{
|
|
40683
40683
|
...e,
|
|
40684
40684
|
className: I(
|
|
40685
|
-
"relative h-10 w-10 overflow-hidden rounded-200 bg-neutral-
|
|
40685
|
+
"relative h-10 w-10 overflow-hidden rounded-200 bg-neutral-200 outline-none transition-all",
|
|
40686
40686
|
"after:absolute after:left-0 after:top-0 after:h-full after:w-full after:rounded-200 after:transition-all after:content-['']",
|
|
40687
40687
|
// Hover
|
|
40688
40688
|
"hover:after:bg-black-alpha-3",
|
|
@@ -42005,9 +42005,9 @@ const B2 = te(
|
|
|
42005
42005
|
"outline-none",
|
|
42006
42006
|
"flex h-10 w-full items-center gap-1 px-3",
|
|
42007
42007
|
"rounded-500 border border-misc-border bg-surface-high",
|
|
42008
|
-
"hover:border-neutral-
|
|
42008
|
+
"hover:border-neutral-400 focus-visible:border-content-accent",
|
|
42009
42009
|
"invalid:border-content-negative invalid:hover:border-content-negative invalid:focus-visible:border-content-negative",
|
|
42010
|
-
"component-500 font-medium text-content-primary placeholder-neutral-
|
|
42010
|
+
"component-500 font-medium text-content-primary placeholder-neutral-600",
|
|
42011
42011
|
"focus-visible:ring-misc-focus-indicator-subdued",
|
|
42012
42012
|
"focus-visible:misc-border-size-focus-ring disabled:cursor-not-allowed disabled:opacity-50",
|
|
42013
42013
|
"transition duration-200",
|
|
@@ -42248,7 +42248,7 @@ const cee = (e) => /* @__PURE__ */ p(
|
|
|
42248
42248
|
className: I(
|
|
42249
42249
|
e.invalid ? "bg-surface-high" : [
|
|
42250
42250
|
"bg-surface-alternate",
|
|
42251
|
-
"hover:border-transparent hover:bg-neutral-
|
|
42251
|
+
"hover:border-transparent hover:bg-neutral-200",
|
|
42252
42252
|
"focus-visible:bg-surface-high"
|
|
42253
42253
|
],
|
|
42254
42254
|
e.className
|
|
@@ -42706,7 +42706,7 @@ const Nx = (e, t) => (r) => 100 * (r - e) / (t - e), Ex = ["ArrowRight", "ArrowL
|
|
|
42706
42706
|
Ex.includes(s.key) && (r == null || r(s), s.stopPropagation());
|
|
42707
42707
|
},
|
|
42708
42708
|
children: [
|
|
42709
|
-
/* @__PURE__ */ p(kee, { className: "relative h-1 grow rounded-full bg-neutral-
|
|
42709
|
+
/* @__PURE__ */ p(kee, { className: "relative h-1 grow rounded-full bg-neutral-200", children: /* @__PURE__ */ p("div", { className: "absolute h-full rounded-full bg-content-accent", style: a }) }),
|
|
42710
42710
|
o == null ? void 0 : o.map((s, c) => /* @__PURE__ */ p(
|
|
42711
42711
|
Y2,
|
|
42712
42712
|
{
|
|
@@ -42823,7 +42823,7 @@ const Nx = (e, t) => (r) => 100 * (r - e) / (t - e), Ex = ["ArrowRight", "ArrowL
|
|
|
42823
42823
|
{
|
|
42824
42824
|
className: I(
|
|
42825
42825
|
"inline-flex h-20 w-20 items-center justify-center",
|
|
42826
|
-
"rounded-500 border border-dashed border-neutral-alpha-
|
|
42826
|
+
"rounded-500 border border-dashed border-neutral-alpha-400",
|
|
42827
42827
|
"hover:bg-background-subdued-hover focus:bg-background-subdued-hover active:bg-background-subdued-down",
|
|
42828
42828
|
{
|
|
42829
42829
|
"pointer-events-none opacity-30": r,
|
|
@@ -42856,7 +42856,7 @@ const Nx = (e, t) => (r) => 100 * (r - e) / (t - e), Ex = ["ArrowRight", "ArrowL
|
|
|
42856
42856
|
{
|
|
42857
42857
|
className: I(
|
|
42858
42858
|
"h-full w-full overflow-hidden rounded-400",
|
|
42859
|
-
"after:pointer-events-none after:absolute after:inset-0 after:rounded-[inherit] after:border-neutral-alpha-
|
|
42859
|
+
"after:pointer-events-none after:absolute after:inset-0 after:rounded-[inherit] after:border-neutral-alpha-400 after:content-[''] after:misc-border-size-default"
|
|
42860
42860
|
),
|
|
42861
42861
|
children: [
|
|
42862
42862
|
t,
|
|
@@ -43097,7 +43097,7 @@ const Dee = se(
|
|
|
43097
43097
|
],
|
|
43098
43098
|
false: [
|
|
43099
43099
|
"border caret-content-accent",
|
|
43100
|
-
"group-hover:placeholder-shown:border-neutral-
|
|
43100
|
+
"group-hover:placeholder-shown:border-neutral-400",
|
|
43101
43101
|
"peer-focus-within:hover:border-content-accent",
|
|
43102
43102
|
"focus-within:border-content-accent focus-within:ring-misc-focus-indicator-subdued"
|
|
43103
43103
|
]
|
|
@@ -43133,7 +43133,7 @@ const Dee = se(
|
|
|
43133
43133
|
type: "button",
|
|
43134
43134
|
"aria-label": "Clear all tags",
|
|
43135
43135
|
className: I(
|
|
43136
|
-
"rounded-full bg-neutral-
|
|
43136
|
+
"rounded-full bg-neutral-600 p-0.5",
|
|
43137
43137
|
"disabled:cursor-not-allowed disabled:opacity-50"
|
|
43138
43138
|
),
|
|
43139
43139
|
onClick: o,
|
|
@@ -43180,7 +43180,7 @@ Lee.displayName = "TextField";
|
|
|
43180
43180
|
const Bee = se(
|
|
43181
43181
|
[
|
|
43182
43182
|
"min-h-full min-w-full p-1.5 py-2",
|
|
43183
|
-
"duration-200 active:bg-neutral-
|
|
43183
|
+
"duration-200 active:bg-neutral-400 disabled:cursor-not-allowed disabled:opacity-50"
|
|
43184
43184
|
],
|
|
43185
43185
|
{
|
|
43186
43186
|
variants: {
|
|
@@ -43893,8 +43893,8 @@ const _ie = ({
|
|
|
43893
43893
|
"figure",
|
|
43894
43894
|
{
|
|
43895
43895
|
className: I("relative shrink-0 self-start", {
|
|
43896
|
-
"before:absolute before:bottom-0 before:left-0 before:h-[90%] before:w-1/2 before:origin-bottom-left before:-rotate-[5deg] before:rounded-150 before:bg-neutral-
|
|
43897
|
-
"after:absolute after:bottom-0 after:right-0 after:h-[90%] after:w-1/2 after:origin-bottom-right after:rotate-[5deg] after:rounded-150 after:bg-neutral-
|
|
43896
|
+
"before:absolute before:bottom-0 before:left-0 before:h-[90%] before:w-1/2 before:origin-bottom-left before:-rotate-[5deg] before:rounded-150 before:bg-neutral-400 before:content-['']": c,
|
|
43897
|
+
"after:absolute after:bottom-0 after:right-0 after:h-[90%] after:w-1/2 after:origin-bottom-right after:rotate-[5deg] after:rounded-150 after:bg-neutral-400 after:content-['']": c
|
|
43898
43898
|
}),
|
|
43899
43899
|
children: /* @__PURE__ */ p("div", { className: "relative after:pointer-events-none after:absolute after:left-0 after:top-0 after:z-10 after:h-full after:w-full after:rounded-[3px] after:border-misc-border after:content-[''] after:misc-border-size-hairline", children: /* @__PURE__ */ p(
|
|
43900
43900
|
"img",
|
|
@@ -44785,7 +44785,7 @@ const du = ({ label: e, imageSrc: t, className: r, children: n, ...o }) => /* @_
|
|
|
44785
44785
|
"rounded-200 misc-border-size-selection",
|
|
44786
44786
|
"group-radix-state-unchecked:bg-transparent",
|
|
44787
44787
|
"group-radix-state-checked:bg-content-accent",
|
|
44788
|
-
"group-radix-state-unchecked:border-neutral-
|
|
44788
|
+
"group-radix-state-unchecked:border-neutral-400",
|
|
44789
44789
|
"group-radix-state-checked:border-accent-500",
|
|
44790
44790
|
"transition-colors duration-150 ease-out"
|
|
44791
44791
|
),
|
|
@@ -45156,7 +45156,7 @@ const Lie = ({
|
|
|
45156
45156
|
children: /* @__PURE__ */ p(t, { "aria-hidden": "true", className: "text-content-white-primary-inverted icon-size-400" })
|
|
45157
45157
|
}
|
|
45158
45158
|
);
|
|
45159
|
-
}, $ie = (e) => /* @__PURE__ */ p("span", { className: "relative aspect-square rounded-200 bg-neutral-
|
|
45159
|
+
}, $ie = (e) => /* @__PURE__ */ p("span", { className: "relative aspect-square rounded-200 bg-neutral-200 after:pointer-events-none after:absolute after:inset-0 after:z-[2] after:rounded-[inherit] after:border-misc-border after:content-[''] after:misc-border-size-hairline", children: /* @__PURE__ */ p("img", { ...e }) }), Vte = ({
|
|
45160
45160
|
type: e,
|
|
45161
45161
|
preview: t,
|
|
45162
45162
|
label: r,
|
|
@@ -45181,8 +45181,8 @@ const Lie = ({
|
|
|
45181
45181
|
className: I(
|
|
45182
45182
|
"&[_img]:!block relative shrink-0 rounded-200 [&_img]:!relative [&_img]:!z-[1] [&_img]:!h-8 [&_img]:!w-8 [&_img]:!rounded-[inherit] [&_img]:!object-cover",
|
|
45183
45183
|
{
|
|
45184
|
-
"before:absolute before:bottom-0 before:left-0 before:h-[90%] before:w-1/2 before:origin-bottom-left before:-rotate-[6deg] before:rounded-[inherit] before:bg-neutral-
|
|
45185
|
-
"after:absolute after:bottom-0 after:right-0 after:h-[90%] after:w-1/2 after:origin-bottom-right after:rotate-[6deg] after:rounded-[inherit] after:bg-neutral-
|
|
45184
|
+
"before:absolute before:bottom-0 before:left-0 before:h-[90%] before:w-1/2 before:origin-bottom-left before:-rotate-[6deg] before:rounded-[inherit] before:bg-neutral-400 before:content-['']": i,
|
|
45185
|
+
"after:absolute after:bottom-0 after:right-0 after:h-[90%] after:w-1/2 after:origin-bottom-right after:rotate-[6deg] after:rounded-[inherit] after:bg-neutral-400 after:content-['']": i
|
|
45186
45186
|
}
|
|
45187
45187
|
),
|
|
45188
45188
|
children: t
|
|
@@ -46112,7 +46112,7 @@ function Uie({
|
|
|
46112
46112
|
className: Y(
|
|
46113
46113
|
"relative overflow-hidden",
|
|
46114
46114
|
"h-12 w-full min-w-0",
|
|
46115
|
-
"rounded-full bg-neutral-
|
|
46115
|
+
"rounded-full bg-neutral-800 shadow-400",
|
|
46116
46116
|
"component-500 text-content-white-primary-inverted",
|
|
46117
46117
|
e
|
|
46118
46118
|
),
|
|
@@ -47804,7 +47804,7 @@ const La = {
|
|
|
47804
47804
|
// NOTE: using `&_:where(selector):not(:where([class~='not-prose'],[class~='not-prose']_*))` to replicate what `.prose-*` does when I need advanced selectors
|
|
47805
47805
|
// See: https://github.com/tailwindlabs/tailwindcss-typography/blob/e002ab89ad8f4202638249c1c300c0cf0b3739c5/src/index.test.js#L143
|
|
47806
47806
|
// all `.prose-*` selector skip styling content under `.not-prose` class
|
|
47807
|
-
"prose body-600 max-w-none break-words text-neutral-
|
|
47807
|
+
"prose body-600 max-w-none break-words text-neutral-800",
|
|
47808
47808
|
// headings
|
|
47809
47809
|
"prose-headings:text-content-primary",
|
|
47810
47810
|
"prose-h2:heading-light-700 sm:prose-h2:heading-light-800",
|
|
@@ -47924,7 +47924,7 @@ const Jre = ({ title: e, date: t, className: r }) => /* @__PURE__ */ E("div", {
|
|
|
47924
47924
|
// overlapping border hack
|
|
47925
47925
|
"after:pointer-events-none after:absolute after:left-0 after:top-0 after:h-full after:w-full after:rounded-area-500 after:border after:border-solid after:content-['']",
|
|
47926
47926
|
"after:transition-all after:duration-300",
|
|
47927
|
-
"after:border-neutral-alpha-
|
|
47927
|
+
"after:border-neutral-alpha-300"
|
|
47928
47928
|
),
|
|
47929
47929
|
children: [
|
|
47930
47930
|
/* @__PURE__ */ p(
|
|
@@ -48090,7 +48090,7 @@ const Jre = ({ title: e, date: t, className: r }) => /* @__PURE__ */ E("div", {
|
|
|
48090
48090
|
{
|
|
48091
48091
|
className: I(
|
|
48092
48092
|
"mx-[10px] flex flex-col items-center gap-1 sm:mx-0 sm:w-[130px]",
|
|
48093
|
-
"text-center text-neutral-
|
|
48093
|
+
"text-center text-neutral-800"
|
|
48094
48094
|
),
|
|
48095
48095
|
children: [
|
|
48096
48096
|
e,
|
|
@@ -48100,7 +48100,7 @@ const Jre = ({ title: e, date: t, className: r }) => /* @__PURE__ */ E("div", {
|
|
|
48100
48100
|
),
|
|
48101
48101
|
/* @__PURE__ */ p(Fx, { className: I("sm:h-[60px] sm:w-[30px]", "h-8 w-4 shrink-0 -scale-x-100") })
|
|
48102
48102
|
] }),
|
|
48103
|
-
t && /* @__PURE__ */ p("div", { className: "component-semi-strong-500 text-neutral-
|
|
48103
|
+
t && /* @__PURE__ */ p("div", { className: "component-semi-strong-500 text-neutral-800 sm:hidden", children: t })
|
|
48104
48104
|
]
|
|
48105
48105
|
}
|
|
48106
48106
|
), rae = ({
|
|
@@ -48109,8 +48109,8 @@ const Jre = ({ title: e, date: t, className: r }) => /* @__PURE__ */ E("div", {
|
|
|
48109
48109
|
downloadsCount: r,
|
|
48110
48110
|
...n
|
|
48111
48111
|
}) => /* @__PURE__ */ p("section", { className: I("py-e400", e), ...n, children: /* @__PURE__ */ p("div", { className: "flex items-center justify-center", children: /* @__PURE__ */ E("div", { className: "flex w-full max-w-xs flex-wrap items-center justify-center gap-x-12 gap-y-6 sm:max-w-mdlg lg:max-w-2.5xl", children: [
|
|
48112
|
-
/* @__PURE__ */ p("div", { className: "order-1", children: /* @__PURE__ */ p(Sf, { subline: t, children: /* @__PURE__ */ p(Qre, { className: "h-8 w-10 fill-neutral-
|
|
48113
|
-
/* @__PURE__ */ p("div", { className: "order-2 lg:order-3", children: /* @__PURE__ */ p(Sf, { subline: t, children: /* @__PURE__ */ p(ene, { className: "h-8 w-10 fill-neutral-
|
|
48112
|
+
/* @__PURE__ */ p("div", { className: "order-1", children: /* @__PURE__ */ p(Sf, { subline: t, children: /* @__PURE__ */ p(Qre, { className: "h-8 w-10 fill-neutral-800" }) }) }),
|
|
48113
|
+
/* @__PURE__ */ p("div", { className: "order-2 lg:order-3", children: /* @__PURE__ */ p(Sf, { subline: t, children: /* @__PURE__ */ p(ene, { className: "h-8 w-10 fill-neutral-800" }) }) }),
|
|
48114
48114
|
/* @__PURE__ */ p("div", { className: "xs:mx-auto order-3 lg:order-2", children: /* @__PURE__ */ p(Sf, { children: /* @__PURE__ */ p("div", { className: "component-semi-strong-500 max-w-[130px] text-center", children: r }) }) })
|
|
48115
48115
|
] }) }) }), nae = ({ title: e, children: t, cta: r, className: n }) => {
|
|
48116
48116
|
const o = me(() => r ? St(r, {
|
|
@@ -48244,7 +48244,7 @@ const iae = ({ titleBlock: e, children: t, ...r }) => /* @__PURE__ */ E(
|
|
|
48244
48244
|
className: I("flex flex-col", "px-4 sm:px-6 md:px-8 xl:px-10", "py-e500", "gap-i500"),
|
|
48245
48245
|
children: [
|
|
48246
48246
|
e,
|
|
48247
|
-
!!t && /* @__PURE__ */ p("div", { className: "mx-auto w-full max-w-3xl", children: /* @__PURE__ */ p("div", { className: "flex flex-col divide-y divide-neutral-alpha-
|
|
48247
|
+
!!t && /* @__PURE__ */ p("div", { className: "mx-auto w-full max-w-3xl", children: /* @__PURE__ */ p("div", { className: "flex flex-col divide-y divide-neutral-alpha-300 overflow-hidden rounded-area-500 shadow-600", children: t }) })
|
|
48248
48248
|
]
|
|
48249
48249
|
}
|
|
48250
48250
|
), cae = ({ title: e, description: t, ...r }) => /* @__PURE__ */ E("div", { ...r, className: "px-4 py-4 sm:space-x-2 sm:px-6 sm:py-6", children: [
|
|
@@ -48974,7 +48974,7 @@ const Ba = {}, lne = ({
|
|
|
48974
48974
|
"relative text-white",
|
|
48975
48975
|
"pl-4 pr-16 sm:pl-6 md:pl-8 lg:px-16",
|
|
48976
48976
|
!r && e === "accent" && "bg-content-accent",
|
|
48977
|
-
!r && e === "neutral" && "bg-neutral-
|
|
48977
|
+
!r && e === "neutral" && "bg-neutral-800",
|
|
48978
48978
|
t
|
|
48979
48979
|
),
|
|
48980
48980
|
style: r ? { backgroundColor: r } : void 0,
|
|
@@ -49211,9 +49211,9 @@ const Ba = {}, lne = ({
|
|
|
49211
49211
|
);
|
|
49212
49212
|
}, Oae = ({ title: e, assets: t, className: r, ...n }) => /* @__PURE__ */ E("div", { className: Y("flex flex-col gap-i400", r), ...n, children: [
|
|
49213
49213
|
/* @__PURE__ */ E("div", { className: "flex w-full items-center justify-center gap-10", children: [
|
|
49214
|
-
/* @__PURE__ */ p("div", { className: "hidden h-px flex-1 bg-neutral-
|
|
49214
|
+
/* @__PURE__ */ p("div", { className: "hidden h-px flex-1 bg-neutral-300 sm:block", "aria-hidden": "true" }),
|
|
49215
49215
|
/* @__PURE__ */ p("p", { className: "body-700 text-center font-medium text-content-primary", children: e }),
|
|
49216
|
-
/* @__PURE__ */ p("div", { className: "hidden h-px flex-1 bg-neutral-
|
|
49216
|
+
/* @__PURE__ */ p("div", { className: "hidden h-px flex-1 bg-neutral-300 sm:block", "aria-hidden": "true" })
|
|
49217
49217
|
] }),
|
|
49218
49218
|
/* @__PURE__ */ p("div", { className: "flex flex-wrap justify-center gap-2 lg:gap-4 xl:gap-8", children: t.map((o, i) => /* @__PURE__ */ p(
|
|
49219
49219
|
"figure",
|
|
@@ -49355,7 +49355,7 @@ const Ba = {}, lne = ({
|
|
|
49355
49355
|
{
|
|
49356
49356
|
className: I(
|
|
49357
49357
|
"flex flex-col gap-1 sm:hidden",
|
|
49358
|
-
"rounded-500 border border-dashed border-neutral-
|
|
49358
|
+
"rounded-500 border border-dashed border-neutral-500",
|
|
49359
49359
|
"min-h-[160px] items-center justify-center px-2 py-4 text-center"
|
|
49360
49360
|
),
|
|
49361
49361
|
children: [
|
|
@@ -49603,7 +49603,7 @@ const jae = ({
|
|
|
49603
49603
|
{
|
|
49604
49604
|
className: I(
|
|
49605
49605
|
"group",
|
|
49606
|
-
"relative flex w-full overflow-hidden rounded-area-500 border border-neutral-
|
|
49606
|
+
"relative flex w-full overflow-hidden rounded-area-500 border border-neutral-400",
|
|
49607
49607
|
"flex-col sm:flex-row lg:flex-col"
|
|
49608
49608
|
),
|
|
49609
49609
|
...f,
|
|
@@ -49698,7 +49698,7 @@ const jae = ({
|
|
|
49698
49698
|
/* @__PURE__ */ p("span", { className: "block xl:hidden", children: t }),
|
|
49699
49699
|
/* @__PURE__ */ p("span", { className: "hidden xl:block", children: e })
|
|
49700
49700
|
] }) : e }) }) }), qae = ({ title: e, items: t, ...r }) => /* @__PURE__ */ E("div", { className: "flex flex-col", ...r, children: [
|
|
49701
|
-
e && /* @__PURE__ */ p("div", { className: "component-semi-strong-700 border-b border-neutral-
|
|
49701
|
+
e && /* @__PURE__ */ p("div", { className: "component-semi-strong-700 border-b border-neutral-900 py-2", children: e }),
|
|
49702
49702
|
t
|
|
49703
49703
|
] }), Zae = ({
|
|
49704
49704
|
featureName: e,
|
|
@@ -50087,7 +50087,7 @@ const Xae = ({
|
|
|
50087
50087
|
className: I(
|
|
50088
50088
|
"flex items-center justify-center",
|
|
50089
50089
|
"h-12 content-to-edge-spacious-px-600",
|
|
50090
|
-
"rounded-500 border border-dashed border-neutral-alpha-
|
|
50090
|
+
"rounded-500 border border-dashed border-neutral-alpha-400",
|
|
50091
50091
|
"component-500 text-content-secondary"
|
|
50092
50092
|
),
|
|
50093
50093
|
children: C
|
|
@@ -50176,7 +50176,7 @@ const Xae = ({
|
|
|
50176
50176
|
variants: {
|
|
50177
50177
|
selected: {
|
|
50178
50178
|
true: "text-[#7883FF]",
|
|
50179
|
-
false: "text-neutral-
|
|
50179
|
+
false: "text-neutral-400"
|
|
50180
50180
|
}
|
|
50181
50181
|
},
|
|
50182
50182
|
defaultVariants: {
|
|
@@ -50359,7 +50359,7 @@ const _ne = ({ children: e }) => /* @__PURE__ */ p("span", { className: "block s
|
|
|
50359
50359
|
"article",
|
|
50360
50360
|
{
|
|
50361
50361
|
className: I(
|
|
50362
|
-
"flex h-full w-full flex-col gap-6 rounded-area-500 bg-neutral-
|
|
50362
|
+
"flex h-full w-full flex-col gap-6 rounded-area-500 bg-neutral-100",
|
|
50363
50363
|
"p-5 sm:p-8"
|
|
50364
50364
|
),
|
|
50365
50365
|
children: [
|
|
@@ -50807,7 +50807,7 @@ const yse = ({
|
|
|
50807
50807
|
"div",
|
|
50808
50808
|
{
|
|
50809
50809
|
className: I(
|
|
50810
|
-
"bg-gradient-to-b from-white to-neutral-
|
|
50810
|
+
"bg-gradient-to-b from-white to-neutral-100",
|
|
50811
50811
|
"flex flex-col items-center",
|
|
50812
50812
|
"px-4 sm:px-6 md:px-8 xl:px-10",
|
|
50813
50813
|
"py-e500",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@photoroom/ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.16",
|
|
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.0",
|
|
39
39
|
"@lottiefiles/react-lottie-player": "^3.5.4",
|
|
40
|
-
"@photoroom/icons": "0.1.
|
|
40
|
+
"@photoroom/icons": "0.1.6",
|
|
41
41
|
"@radix-ui/react-accordion": "^1.0.4",
|
|
42
42
|
"@radix-ui/react-avatar": "^1.0.4",
|
|
43
43
|
"@radix-ui/react-checkbox": "^1.0.4",
|