@photoroom/ui 0.1.203 → 0.1.204

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 +1 -1
  2. package/package.json +2 -2
package/index.mjs CHANGED
@@ -9946,7 +9946,7 @@ var vu = `${_u}/tutorials`;
9946
9946
  var yu = `${process.env.REACT_APP_WEBSITE_URL}`;
9947
9947
  `${yu}`, `${yu}`, `${yu}`, `${yu}`;
9948
9948
  var bu = `${yu}/api`;
9949
- `${bu}`, `${bu}`, `${bu}`, `${yu}`;
9949
+ `${bu}`, `${bu}`, `${bu}`, `${yu}`, `${bu}`;
9950
9950
  var xu = `${process.env.REACT_APP_URL}`;
9951
9951
  `${xu}`, `${xu}`, `${yu}`;
9952
9952
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@photoroom/ui",
3
- "version": "0.1.203",
3
+ "version": "0.1.204",
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.16",
40
+ "@photoroom/icons": "0.1.17",
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",