@photoroom/ui 0.1.82 → 0.1.83

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 (2) hide show
  1. package/index.mjs +2 -2
  2. package/package.json +2 -2
package/index.mjs CHANGED
@@ -45185,8 +45185,8 @@ function $le({ children: e, icon: t, visible: n = !0, className: r }) {
45185
45185
  transition: { duration: .15 }
45186
45186
  },
45187
45187
  className: H("pointer-events-none flex w-fit max-w-[400px] items-center", "rounded-full bg-black-alpha-7 px-4 py-[14px] backdrop-blur-[4px]", t && "gap-2", r),
45188
- children: [t && /* @__PURE__ */ T(t, { className: "size-[18px] shrink-0 text-content-white-primary-inverted" }), /* @__PURE__ */ T("span", {
45189
- className: "component-500 min-w-0 flex-1 text-content-white-primary-inverted",
45188
+ children: [t && /* @__PURE__ */ T(t, { className: "size-[18px] shrink-0 text-content-white-primary" }), /* @__PURE__ */ T("span", {
45189
+ className: "component-500 min-w-0 flex-1 text-content-white-primary",
45190
45190
  children: e
45191
45191
  })]
45192
45192
  }) });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@photoroom/ui",
3
- "version": "0.1.82",
3
+ "version": "0.1.83",
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.10",
40
+ "@photoroom/icons": "0.1.11",
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",