@photoroom/ui 0.1.400 → 0.1.401

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 (3) hide show
  1. package/index.css +1 -1
  2. package/package.json +1 -1
  3. package/theme.css +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@photoroom/ui",
3
- "version": "0.1.400",
3
+ "version": "0.1.401",
4
4
  "private": false,
5
5
  "description": "Photoroom design system components",
6
6
  "sideEffects": [
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;