From 23bfc9fd540bb8b8383a3bfaef90fbbb25a88eb1 Mon Sep 17 00:00:00 2001 From: DSS Date: Wed, 10 Dec 2025 13:37:59 -0300 Subject: [PATCH] feat(config): Link admin-ui to figma uikit --- admin-ui/ds.config.json | 53 +++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 28 deletions(-) diff --git a/admin-ui/ds.config.json b/admin-ui/ds.config.json index f4bd98a..915703c 100644 --- a/admin-ui/ds.config.json +++ b/admin-ui/ds.config.json @@ -1,31 +1,28 @@ { + "name": "dss-admin-ui", "version": "2.0.0", - "project": { - "id": "dss-admin", - "name": "DSS Admin Dashboard", - "type": "web" - }, - "extends": { - "skin": "workbench", - "version": "2.0.0" - }, - "stack": { - "framework": "react", - "styling": "tailwind", - "icons": "lucide", - "typescript": true - }, - "compiler": { - "strict_mode": true, - "validation_level": "error", - "output_format": "js-tokens", - "cache_strategy": "moderate" - }, - "overrides": { - "tokens": { - "colors": { - "primary": "#6366f1" + "description": "The administrative user interface for the Design System Server.", + "figma": { + "files": [ + { + "key": "figd_ScdBk47HlYEItZbQv2CcF9aq-3TfWbBXN3yoRKWA", + "name": "Obra-shadcn-ui--uikit" } - } - } -} + ], + "auto_sync": false + }, + "skin": "shadcn", + "base_theme": "light", + "output": { + "tokens_dir": "./tokens/compiled", + "themes_dir": "./themes", + "components_dir": "./components", + "formats": [ + "css", + "scss", + "js" + ] + }, + "created_at": "2025-12-10T12:52:18.513773", + "updated_at": "2025-12-10T13:01:40.642236" +} \ No newline at end of file