@vmz/ui 0.1.6 → 0.1.7

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.
@@ -239,12 +239,7 @@
239
239
  "Dialog": {
240
240
  "source": "src/components/Dialog.vmz",
241
241
  "stableHint": "ui.Dialog",
242
- "tokens": [
243
- "action.primary.background",
244
- "focus.ring",
245
- "motion.overlay.duration",
246
- "motion.overlay.easing"
247
- ],
242
+ "tokens": ["action.primary.background", "focus.ring", "motion.overlay.duration", "motion.overlay.easing"],
248
243
  "surfaces": ["WebSurface"],
249
244
  "contracts": [
250
245
  "overlay-ownership",
@@ -298,12 +293,7 @@
298
293
  "Drawer": {
299
294
  "source": "src/components/Drawer.vmz",
300
295
  "stableHint": "ui.Drawer",
301
- "tokens": [
302
- "action.primary.background",
303
- "focus.ring",
304
- "motion.overlay.duration",
305
- "motion.overlay.easing"
306
- ],
296
+ "tokens": ["action.primary.background", "focus.ring", "motion.overlay.duration", "motion.overlay.easing"],
307
297
  "surfaces": ["WebSurface"],
308
298
  "contracts": [
309
299
  "overlay-ownership",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vmz/ui",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "type": "module",
5
5
  "description": "VMZ UI — official UI framework (component contracts + semantic token requirements). Not a theme. Not a plugin.",
6
6
  "license": "MIT",