From 4bad273694601ade26d70fa4be7680ce1f7e80d8 Mon Sep 17 00:00:00 2001 From: Bruno Sarlo Date: Fri, 12 Dec 2025 08:06:13 -0300 Subject: [PATCH] auto-backup: 2025-12-12 11:06:13 (19 files: +0 ~19 -0) Generated by DSS Git Backup Hook --- .dss/core-hashes.sha256 | 6 ++--- .dss/data/_system/tokens/figma-tokens.json | 27 +++++++++++++++++-- .dss/data/_system/tokens/resolved-meta.json | 2 +- admin-ui/package.json | 2 +- .../src/stories/ColorPrimitives.stories.js | 2 +- .../stories/ComponentsDataDisplay.stories.js | 2 +- .../src/stories/ComponentsFeedback.stories.js | 2 +- .../ComponentsFormComponents.stories.js | 2 +- .../src/stories/ComponentsLayout.stories.js | 2 +- .../stories/ComponentsNavigation.stories.js | 2 +- .../src/stories/ComponentsOverlay.stories.js | 2 +- admin-ui/src/stories/Overview.stories.js | 2 +- admin-ui/src/stories/Radius.stories.js | 2 +- .../src/stories/SemanticColors.stories.js | 2 +- admin-ui/src/stories/Shadows.stories.js | 2 +- admin-ui/src/stories/Spacing.stories.js | 2 +- admin-ui/src/stories/Typography.stories.js | 2 +- dss-claude-plugin/commands/dss-init.md | 4 +-- scripts/dss-init.sh | 24 ++++++++--------- 19 files changed, 57 insertions(+), 34 deletions(-) diff --git a/.dss/core-hashes.sha256 b/.dss/core-hashes.sha256 index 13bcd9f..87d9f1b 100644 --- a/.dss/core-hashes.sha256 +++ b/.dss/core-hashes.sha256 @@ -1,5 +1,5 @@ # DSS Core Structure Hashes -# Generated: 2025-12-12T07:31:15-03:00 +# Generated: 2025-12-12T07:46:35-03:00 # Source: Figma sync pipeline # DO NOT EDIT MANUALLY @@ -24,7 +24,7 @@ f31e1c18143dd0eabac99f3a53aa5a4b3ed2b91743a035e7b7f4723fd4e25789 .dss/data/_sys b9beb00ffd505a040543051544895fd47bfc948cb39f8c7827656872ab236501 .dss/data/_system/themes/_tokens.scss 76a0bead01ab199680ec88e06e2ebc17e1962dc7bca8b288a62c3922f9d9e9a7 .dss/data/_system/themes/tokens.css b5e5f0c1fa400c0b681caca5aacbfc9e67f44054549af3a43baddf864255b764 .dss/data/_system/themes/tokens.json -9fb8aa252644e9ccc67821a195a878b1ddfe73d293c97d22705ace1fb1170ac7 .dss/data/_system/tokens/figma-tokens.json +b654a964534cfd2778c4b89e0bccd2a71171d1f756481519ef7cfeffecdc9811 .dss/data/_system/tokens/figma-tokens.json 44a2427219935b46dc954b35964344fd682300dc434dfa63d4764702521dd6ae .dss/data/_system/tokens/base.json -26d630cca23f05e01dd76737339b88a05b7ec38f952acc42aa453872fd512d04 .dss/data/_system/tokens/resolved-meta.json +d7db4b470e8221757c71b2b1c4ce76a8a28c20010735fc0521b2de71abeab0f4 .dss/data/_system/tokens/resolved-meta.json 9175c3bf0581b652d10704a2d85f1ec9fc68809e90850c01d9acd1d571618a6a .dss/data/_system/tokens/tokens.json diff --git a/.dss/data/_system/tokens/figma-tokens.json b/.dss/data/_system/tokens/figma-tokens.json index d227ba0..ab3cde3 100644 --- a/.dss/data/_system/tokens/figma-tokens.json +++ b/.dss/data/_system/tokens/figma-tokens.json @@ -692,11 +692,11 @@ "$type": "color", "$extensions": { "figma": { - "variableId": "VariableID:24:3454", + "variableId": "VariableID:363:35907", "fileKey": "evCZlaeZrP7X20NIViSJbl" }, "dss": { - "source": "figma:evCZlaeZrP7X20NIViSJbl:VariableID:24:3454", + "source": "figma:evCZlaeZrP7X20NIViSJbl:VariableID:363:35907", "sourceFile": "", "sourceLine": 0, "originalName": "raw-colors.color", @@ -5989,6 +5989,29 @@ "deprecated": false, "version": "1.0.0" } + }, + "(unofficial)": { + "$value": { + "type": "VARIABLE_ALIAS", + "id": "VariableID:596:42578" + }, + "$type": "number", + "$extensions": { + "figma": { + "variableId": "VariableID:845:1251295", + "fileKey": "evCZlaeZrP7X20NIViSJbl" + }, + "dss": { + "source": "figma:evCZlaeZrP7X20NIViSJbl:VariableID:845:1251295", + "sourceFile": "", + "sourceLine": 0, + "originalName": "border-radii.semantic.rounded-lg-xl-(unofficial)", + "category": "borders", + "tags": [], + "deprecated": false, + "version": "1.0.0" + } + } } } }, diff --git a/.dss/data/_system/tokens/resolved-meta.json b/.dss/data/_system/tokens/resolved-meta.json index e68e734..be378be 100644 --- a/.dss/data/_system/tokens/resolved-meta.json +++ b/.dss/data/_system/tokens/resolved-meta.json @@ -1,5 +1,5 @@ { - "resolved_at": "2025-12-12T07:31:15.353646", + "resolved_at": "2025-12-12T07:46:34.899061", "skin": "shadcn", "theme": "default", "token_count": 68, diff --git a/admin-ui/package.json b/admin-ui/package.json index f68d2bc..e491db1 100644 --- a/admin-ui/package.json +++ b/admin-ui/package.json @@ -13,7 +13,7 @@ "test:ui": "vitest --ui", "test:coverage": "vitest --coverage", "test:debug": "vitest --inspect-brk --inspect-port=9229 --no-coverage", - "storybook": "storybook dev -p 6006", + "storybook": "storybook dev -p 6226", "build-storybook": "storybook build" }, "dependencies": { diff --git a/admin-ui/src/stories/ColorPrimitives.stories.js b/admin-ui/src/stories/ColorPrimitives.stories.js index 7f05237..a0aeac9 100644 --- a/admin-ui/src/stories/ColorPrimitives.stories.js +++ b/admin-ui/src/stories/ColorPrimitives.stories.js @@ -1,7 +1,7 @@ /** * Color Primitives - Foundation * Full Tailwind color palette organized by category - * @generated 2025-12-12T07:31:15.566764 + * @generated 2025-12-12T07:46:35.099020 */ export default { title: 'Foundation/Colors/Primitives', diff --git a/admin-ui/src/stories/ComponentsDataDisplay.stories.js b/admin-ui/src/stories/ComponentsDataDisplay.stories.js index c7850e3..7f00b7f 100644 --- a/admin-ui/src/stories/ComponentsDataDisplay.stories.js +++ b/admin-ui/src/stories/ComponentsDataDisplay.stories.js @@ -1,7 +1,7 @@ /** * Data Display * Components for displaying data - * @generated 2025-12-12T07:31:15.567729 + * @generated 2025-12-12T07:46:35.099955 */ export default { title: 'Components/Data Display', diff --git a/admin-ui/src/stories/ComponentsFeedback.stories.js b/admin-ui/src/stories/ComponentsFeedback.stories.js index df508b0..d041702 100644 --- a/admin-ui/src/stories/ComponentsFeedback.stories.js +++ b/admin-ui/src/stories/ComponentsFeedback.stories.js @@ -1,7 +1,7 @@ /** * Feedback * User feedback components - * @generated 2025-12-12T07:31:15.567838 + * @generated 2025-12-12T07:46:35.100070 */ export default { title: 'Components/Feedback', diff --git a/admin-ui/src/stories/ComponentsFormComponents.stories.js b/admin-ui/src/stories/ComponentsFormComponents.stories.js index 650bff5..4c71ef0 100644 --- a/admin-ui/src/stories/ComponentsFormComponents.stories.js +++ b/admin-ui/src/stories/ComponentsFormComponents.stories.js @@ -1,7 +1,7 @@ /** * Form Components * Input controls and form elements - * @generated 2025-12-12T07:31:15.567587 + * @generated 2025-12-12T07:46:35.099811 */ export default { title: 'Components/Form Components', diff --git a/admin-ui/src/stories/ComponentsLayout.stories.js b/admin-ui/src/stories/ComponentsLayout.stories.js index 64867ef..61b99c0 100644 --- a/admin-ui/src/stories/ComponentsLayout.stories.js +++ b/admin-ui/src/stories/ComponentsLayout.stories.js @@ -1,7 +1,7 @@ /** * Layout * Layout and structure components - * @generated 2025-12-12T07:31:15.568161 + * @generated 2025-12-12T07:46:35.100368 */ export default { title: 'Components/Layout', diff --git a/admin-ui/src/stories/ComponentsNavigation.stories.js b/admin-ui/src/stories/ComponentsNavigation.stories.js index b2a47a0..d113584 100644 --- a/admin-ui/src/stories/ComponentsNavigation.stories.js +++ b/admin-ui/src/stories/ComponentsNavigation.stories.js @@ -1,7 +1,7 @@ /** * Navigation * Navigation components - * @generated 2025-12-12T07:31:15.567936 + * @generated 2025-12-12T07:46:35.100163 */ export default { title: 'Components/Navigation', diff --git a/admin-ui/src/stories/ComponentsOverlay.stories.js b/admin-ui/src/stories/ComponentsOverlay.stories.js index 42de38b..9a510f9 100644 --- a/admin-ui/src/stories/ComponentsOverlay.stories.js +++ b/admin-ui/src/stories/ComponentsOverlay.stories.js @@ -1,7 +1,7 @@ /** * Overlay * Modal and overlay components - * @generated 2025-12-12T07:31:15.568035 + * @generated 2025-12-12T07:46:35.100264 */ export default { title: 'Components/Overlay', diff --git a/admin-ui/src/stories/Overview.stories.js b/admin-ui/src/stories/Overview.stories.js index 173065a..e28716b 100644 --- a/admin-ui/src/stories/Overview.stories.js +++ b/admin-ui/src/stories/Overview.stories.js @@ -1,6 +1,6 @@ /** * Design System Overview - * @generated 2025-12-12T07:31:15.566525 + * @generated 2025-12-12T07:46:35.098779 */ export default { title: 'Overview', diff --git a/admin-ui/src/stories/Radius.stories.js b/admin-ui/src/stories/Radius.stories.js index c6318b2..f5b3527 100644 --- a/admin-ui/src/stories/Radius.stories.js +++ b/admin-ui/src/stories/Radius.stories.js @@ -1,6 +1,6 @@ /** * Border Radius - Foundation - * @generated 2025-12-12T07:31:15.567216 + * @generated 2025-12-12T07:46:35.099454 */ export default { title: 'Foundation/Radius', diff --git a/admin-ui/src/stories/SemanticColors.stories.js b/admin-ui/src/stories/SemanticColors.stories.js index 1cddf22..57f7ed2 100644 --- a/admin-ui/src/stories/SemanticColors.stories.js +++ b/admin-ui/src/stories/SemanticColors.stories.js @@ -1,7 +1,7 @@ /** * Semantic Colors - Design Tokens * Resolved color tokens for light theme - * @generated 2025-12-12T07:31:15.567460 + * @generated 2025-12-12T07:46:35.099688 */ export default { title: 'Tokens/Semantic Colors', diff --git a/admin-ui/src/stories/Shadows.stories.js b/admin-ui/src/stories/Shadows.stories.js index 9e3616b..e2bed37 100644 --- a/admin-ui/src/stories/Shadows.stories.js +++ b/admin-ui/src/stories/Shadows.stories.js @@ -1,7 +1,7 @@ /** * Shadows - Foundation * Box shadow scale - * @generated 2025-12-12T07:31:15.567325 + * @generated 2025-12-12T07:46:35.099557 */ export default { title: 'Foundation/Effects/Shadows', diff --git a/admin-ui/src/stories/Spacing.stories.js b/admin-ui/src/stories/Spacing.stories.js index 783ee72..9e8265a 100644 --- a/admin-ui/src/stories/Spacing.stories.js +++ b/admin-ui/src/stories/Spacing.stories.js @@ -1,6 +1,6 @@ /** * Spacing Primitives - Foundation - * @generated 2025-12-12T07:31:15.566909 + * @generated 2025-12-12T07:46:35.099156 */ export default { title: 'Foundation/Spacing', diff --git a/admin-ui/src/stories/Typography.stories.js b/admin-ui/src/stories/Typography.stories.js index b8f6c7b..3d92740 100644 --- a/admin-ui/src/stories/Typography.stories.js +++ b/admin-ui/src/stories/Typography.stories.js @@ -1,7 +1,7 @@ /** * Typography - Foundation * Font families, sizes, weights, and composed styles - * @generated 2025-12-12T07:31:15.567073 + * @generated 2025-12-12T07:46:35.099319 */ export default { title: 'Foundation/Typography', diff --git a/dss-claude-plugin/commands/dss-init.md b/dss-claude-plugin/commands/dss-init.md index c6fa058..6282d12 100644 --- a/dss-claude-plugin/commands/dss-init.md +++ b/dss-claude-plugin/commands/dss-init.md @@ -58,8 +58,8 @@ When the user runs this command: | Service | Port | URL | |---------|------|-----| -| admin-ui | 3456 | http://localhost:3456 | -| Storybook | 6006 | http://localhost:6006 | +| admin-ui | 6221 | http://localhost:6221 | +| Storybook | 6226 | http://localhost:6226 | ## Common Workflows diff --git a/scripts/dss-init.sh b/scripts/dss-init.sh index 2aa5f2c..8879276 100755 --- a/scripts/dss-init.sh +++ b/scripts/dss-init.sh @@ -78,14 +78,14 @@ if [ "$SERVERS_ONLY" = true ]; then cd "$DSS_ROOT" sleep 5 - if curl -s -o /dev/null -w "" http://localhost:3456 2>/dev/null; then - log_ok "admin-ui: http://localhost:3456" + if curl -s -o /dev/null -w "" http://localhost:6221 2>/dev/null; then + log_ok "admin-ui: http://localhost:6221" else log_warn "admin-ui not responding yet (check /tmp/dss-admin-ui.log)" fi - if curl -s -o /dev/null -w "" http://localhost:6006 2>/dev/null; then - log_ok "Storybook: http://localhost:6006" + if curl -s -o /dev/null -w "" http://localhost:6226 2>/dev/null; then + log_ok "Storybook: http://localhost:6226" else log_warn "Storybook not responding yet (check /tmp/dss-storybook.log)" fi @@ -221,8 +221,8 @@ if [ ! -d "$DSS_ROOT/node_modules" ]; then fi log_ok "Root dependencies ready" -# Check admin-ui node_modules -if [ ! -d "$DSS_ROOT/admin-ui/node_modules" ]; then +# Check admin-ui node_modules (verify storybook is installed) +if [ ! -d "$DSS_ROOT/admin-ui/node_modules" ] || [ ! -f "$DSS_ROOT/admin-ui/node_modules/.bin/storybook" ]; then log_info "Installing admin-ui dependencies..." cd "$DSS_ROOT/admin-ui" && npm install --legacy-peer-deps cd "$DSS_ROOT" @@ -578,14 +578,14 @@ if [ "$SKIP_SERVERS" = false ]; then cd "$DSS_ROOT" sleep 5 - if curl -s -o /dev/null -w "" http://localhost:3456 2>/dev/null; then - log_ok "admin-ui: http://localhost:3456" + if curl -s -o /dev/null -w "" http://localhost:6221 2>/dev/null; then + log_ok "admin-ui: http://localhost:6221" else log_warn "admin-ui not responding yet" fi - if curl -s -o /dev/null -w "" http://localhost:6006 2>/dev/null; then - log_ok "Storybook: http://localhost:6006" + if curl -s -o /dev/null -w "" http://localhost:6226 2>/dev/null; then + log_ok "Storybook: http://localhost:6226" else log_warn "Storybook not responding yet" fi @@ -620,8 +620,8 @@ echo " Status: $STATUS" echo " → $STATUS_MSG" echo "" echo " Services:" -echo " admin-ui: http://localhost:3456" -echo " Storybook: http://localhost:6006" +echo " admin-ui: http://localhost:6221" +echo " Storybook: http://localhost:6226" echo "" echo " Output:" echo " .dss/data/_system/themes/ ← CSS for admin-ui"