@open-slide/core 1.0.2 → 1.0.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-slide/core",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Runtime and CLI for open-slide — write slides in slides/, we handle the rest.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -167,6 +167,7 @@ export const design: DesignSystem = {
167
167
  body: 'system-ui, -apple-system, sans-serif',
168
168
  },
169
169
  typeScale: { hero: 180, body: 40 },
170
+ radius: 12,
170
171
  };
171
172
 
172
173
  // Extra colors / sizes outside the DesignSystem shape stay as plain consts.