@photoroom/ui 0.1.396 → 0.1.397

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/package.json +1 -1
  2. package/theme.css +7 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@photoroom/ui",
3
- "version": "0.1.396",
3
+ "version": "0.1.397",
4
4
  "private": false,
5
5
  "description": "Photoroom design system components",
6
6
  "sideEffects": [
package/theme.css CHANGED
@@ -270,6 +270,13 @@
270
270
  --radius-450: 9px;
271
271
  --radius-500: 10px;
272
272
  --radius-600: 12px;
273
+ /*
274
+ * Concentric rounding — inner radius of a padded element inside a rounded
275
+ * container: reference radius minus the padding (name: <reference>-<padding>),
276
+ * so nested corners stay visually parallel.
277
+ * https://www.figma.com/design/cHgANa7dtzDDGXk7dKuAOQ/Prism?node-id=74340-16292
278
+ */
279
+ --radius-concentric-500-4px: calc(var(--radius-500) - 4px);
273
280
  --radius-area-500: 18px;
274
281
  --radius-area-600: 34px;
275
282
  --radius-full: 9999px;