auto-backup: 2025-12-12 11:06:13 (19 files: +0 ~19 -0)
Some checks failed
DSS Project Analysis / dss-context-update (push) Has been cancelled

Generated by DSS Git Backup Hook
This commit is contained in:
2025-12-12 08:06:13 -03:00
parent b32cd99c0b
commit 4bad273694
19 changed files with 57 additions and 34 deletions

View File

@@ -1,5 +1,5 @@
# DSS Core Structure Hashes # DSS Core Structure Hashes
# Generated: 2025-12-12T07:31:15-03:00 # Generated: 2025-12-12T07:46:35-03:00
# Source: Figma sync pipeline # Source: Figma sync pipeline
# DO NOT EDIT MANUALLY # DO NOT EDIT MANUALLY
@@ -24,7 +24,7 @@ f31e1c18143dd0eabac99f3a53aa5a4b3ed2b91743a035e7b7f4723fd4e25789 .dss/data/_sys
b9beb00ffd505a040543051544895fd47bfc948cb39f8c7827656872ab236501 .dss/data/_system/themes/_tokens.scss b9beb00ffd505a040543051544895fd47bfc948cb39f8c7827656872ab236501 .dss/data/_system/themes/_tokens.scss
76a0bead01ab199680ec88e06e2ebc17e1962dc7bca8b288a62c3922f9d9e9a7 .dss/data/_system/themes/tokens.css 76a0bead01ab199680ec88e06e2ebc17e1962dc7bca8b288a62c3922f9d9e9a7 .dss/data/_system/themes/tokens.css
b5e5f0c1fa400c0b681caca5aacbfc9e67f44054549af3a43baddf864255b764 .dss/data/_system/themes/tokens.json 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 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 9175c3bf0581b652d10704a2d85f1ec9fc68809e90850c01d9acd1d571618a6a .dss/data/_system/tokens/tokens.json

View File

@@ -692,11 +692,11 @@
"$type": "color", "$type": "color",
"$extensions": { "$extensions": {
"figma": { "figma": {
"variableId": "VariableID:24:3454", "variableId": "VariableID:363:35907",
"fileKey": "evCZlaeZrP7X20NIViSJbl" "fileKey": "evCZlaeZrP7X20NIViSJbl"
}, },
"dss": { "dss": {
"source": "figma:evCZlaeZrP7X20NIViSJbl:VariableID:24:3454", "source": "figma:evCZlaeZrP7X20NIViSJbl:VariableID:363:35907",
"sourceFile": "", "sourceFile": "",
"sourceLine": 0, "sourceLine": 0,
"originalName": "raw-colors.color", "originalName": "raw-colors.color",
@@ -5989,6 +5989,29 @@
"deprecated": false, "deprecated": false,
"version": "1.0.0" "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"
}
}
} }
} }
}, },

View File

@@ -1,5 +1,5 @@
{ {
"resolved_at": "2025-12-12T07:31:15.353646", "resolved_at": "2025-12-12T07:46:34.899061",
"skin": "shadcn", "skin": "shadcn",
"theme": "default", "theme": "default",
"token_count": 68, "token_count": 68,

View File

@@ -13,7 +13,7 @@
"test:ui": "vitest --ui", "test:ui": "vitest --ui",
"test:coverage": "vitest --coverage", "test:coverage": "vitest --coverage",
"test:debug": "vitest --inspect-brk --inspect-port=9229 --no-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" "build-storybook": "storybook build"
}, },
"dependencies": { "dependencies": {

View File

@@ -1,7 +1,7 @@
/** /**
* Color Primitives - Foundation * Color Primitives - Foundation
* Full Tailwind color palette organized by category * Full Tailwind color palette organized by category
* @generated 2025-12-12T07:31:15.566764 * @generated 2025-12-12T07:46:35.099020
*/ */
export default { export default {
title: 'Foundation/Colors/Primitives', title: 'Foundation/Colors/Primitives',

View File

@@ -1,7 +1,7 @@
/** /**
* Data Display * Data Display
* Components for displaying data * Components for displaying data
* @generated 2025-12-12T07:31:15.567729 * @generated 2025-12-12T07:46:35.099955
*/ */
export default { export default {
title: 'Components/Data Display', title: 'Components/Data Display',

View File

@@ -1,7 +1,7 @@
/** /**
* Feedback * Feedback
* User feedback components * User feedback components
* @generated 2025-12-12T07:31:15.567838 * @generated 2025-12-12T07:46:35.100070
*/ */
export default { export default {
title: 'Components/Feedback', title: 'Components/Feedback',

View File

@@ -1,7 +1,7 @@
/** /**
* Form Components * Form Components
* Input controls and form elements * Input controls and form elements
* @generated 2025-12-12T07:31:15.567587 * @generated 2025-12-12T07:46:35.099811
*/ */
export default { export default {
title: 'Components/Form Components', title: 'Components/Form Components',

View File

@@ -1,7 +1,7 @@
/** /**
* Layout * Layout
* Layout and structure components * Layout and structure components
* @generated 2025-12-12T07:31:15.568161 * @generated 2025-12-12T07:46:35.100368
*/ */
export default { export default {
title: 'Components/Layout', title: 'Components/Layout',

View File

@@ -1,7 +1,7 @@
/** /**
* Navigation * Navigation
* Navigation components * Navigation components
* @generated 2025-12-12T07:31:15.567936 * @generated 2025-12-12T07:46:35.100163
*/ */
export default { export default {
title: 'Components/Navigation', title: 'Components/Navigation',

View File

@@ -1,7 +1,7 @@
/** /**
* Overlay * Overlay
* Modal and overlay components * Modal and overlay components
* @generated 2025-12-12T07:31:15.568035 * @generated 2025-12-12T07:46:35.100264
*/ */
export default { export default {
title: 'Components/Overlay', title: 'Components/Overlay',

View File

@@ -1,6 +1,6 @@
/** /**
* Design System Overview * Design System Overview
* @generated 2025-12-12T07:31:15.566525 * @generated 2025-12-12T07:46:35.098779
*/ */
export default { export default {
title: 'Overview', title: 'Overview',

View File

@@ -1,6 +1,6 @@
/** /**
* Border Radius - Foundation * Border Radius - Foundation
* @generated 2025-12-12T07:31:15.567216 * @generated 2025-12-12T07:46:35.099454
*/ */
export default { export default {
title: 'Foundation/Radius', title: 'Foundation/Radius',

View File

@@ -1,7 +1,7 @@
/** /**
* Semantic Colors - Design Tokens * Semantic Colors - Design Tokens
* Resolved color tokens for light theme * Resolved color tokens for light theme
* @generated 2025-12-12T07:31:15.567460 * @generated 2025-12-12T07:46:35.099688
*/ */
export default { export default {
title: 'Tokens/Semantic Colors', title: 'Tokens/Semantic Colors',

View File

@@ -1,7 +1,7 @@
/** /**
* Shadows - Foundation * Shadows - Foundation
* Box shadow scale * Box shadow scale
* @generated 2025-12-12T07:31:15.567325 * @generated 2025-12-12T07:46:35.099557
*/ */
export default { export default {
title: 'Foundation/Effects/Shadows', title: 'Foundation/Effects/Shadows',

View File

@@ -1,6 +1,6 @@
/** /**
* Spacing Primitives - Foundation * Spacing Primitives - Foundation
* @generated 2025-12-12T07:31:15.566909 * @generated 2025-12-12T07:46:35.099156
*/ */
export default { export default {
title: 'Foundation/Spacing', title: 'Foundation/Spacing',

View File

@@ -1,7 +1,7 @@
/** /**
* Typography - Foundation * Typography - Foundation
* Font families, sizes, weights, and composed styles * Font families, sizes, weights, and composed styles
* @generated 2025-12-12T07:31:15.567073 * @generated 2025-12-12T07:46:35.099319
*/ */
export default { export default {
title: 'Foundation/Typography', title: 'Foundation/Typography',

View File

@@ -58,8 +58,8 @@ When the user runs this command:
| Service | Port | URL | | Service | Port | URL |
|---------|------|-----| |---------|------|-----|
| admin-ui | 3456 | http://localhost:3456 | | admin-ui | 6221 | http://localhost:6221 |
| Storybook | 6006 | http://localhost:6006 | | Storybook | 6226 | http://localhost:6226 |
## Common Workflows ## Common Workflows

View File

@@ -78,14 +78,14 @@ if [ "$SERVERS_ONLY" = true ]; then
cd "$DSS_ROOT" cd "$DSS_ROOT"
sleep 5 sleep 5
if curl -s -o /dev/null -w "" http://localhost:3456 2>/dev/null; then if curl -s -o /dev/null -w "" http://localhost:6221 2>/dev/null; then
log_ok "admin-ui: http://localhost:3456" log_ok "admin-ui: http://localhost:6221"
else else
log_warn "admin-ui not responding yet (check /tmp/dss-admin-ui.log)" log_warn "admin-ui not responding yet (check /tmp/dss-admin-ui.log)"
fi fi
if curl -s -o /dev/null -w "" http://localhost:6006 2>/dev/null; then if curl -s -o /dev/null -w "" http://localhost:6226 2>/dev/null; then
log_ok "Storybook: http://localhost:6006" log_ok "Storybook: http://localhost:6226"
else else
log_warn "Storybook not responding yet (check /tmp/dss-storybook.log)" log_warn "Storybook not responding yet (check /tmp/dss-storybook.log)"
fi fi
@@ -221,8 +221,8 @@ if [ ! -d "$DSS_ROOT/node_modules" ]; then
fi fi
log_ok "Root dependencies ready" log_ok "Root dependencies ready"
# Check admin-ui node_modules # Check admin-ui node_modules (verify storybook is installed)
if [ ! -d "$DSS_ROOT/admin-ui/node_modules" ]; then if [ ! -d "$DSS_ROOT/admin-ui/node_modules" ] || [ ! -f "$DSS_ROOT/admin-ui/node_modules/.bin/storybook" ]; then
log_info "Installing admin-ui dependencies..." log_info "Installing admin-ui dependencies..."
cd "$DSS_ROOT/admin-ui" && npm install --legacy-peer-deps cd "$DSS_ROOT/admin-ui" && npm install --legacy-peer-deps
cd "$DSS_ROOT" cd "$DSS_ROOT"
@@ -578,14 +578,14 @@ if [ "$SKIP_SERVERS" = false ]; then
cd "$DSS_ROOT" cd "$DSS_ROOT"
sleep 5 sleep 5
if curl -s -o /dev/null -w "" http://localhost:3456 2>/dev/null; then if curl -s -o /dev/null -w "" http://localhost:6221 2>/dev/null; then
log_ok "admin-ui: http://localhost:3456" log_ok "admin-ui: http://localhost:6221"
else else
log_warn "admin-ui not responding yet" log_warn "admin-ui not responding yet"
fi fi
if curl -s -o /dev/null -w "" http://localhost:6006 2>/dev/null; then if curl -s -o /dev/null -w "" http://localhost:6226 2>/dev/null; then
log_ok "Storybook: http://localhost:6006" log_ok "Storybook: http://localhost:6226"
else else
log_warn "Storybook not responding yet" log_warn "Storybook not responding yet"
fi fi
@@ -620,8 +620,8 @@ echo " Status: $STATUS"
echo "$STATUS_MSG" echo "$STATUS_MSG"
echo "" echo ""
echo " Services:" echo " Services:"
echo " admin-ui: http://localhost:3456" echo " admin-ui: http://localhost:6221"
echo " Storybook: http://localhost:6006" echo " Storybook: http://localhost:6226"
echo "" echo ""
echo " Output:" echo " Output:"
echo " .dss/data/_system/themes/ ← CSS for admin-ui" echo " .dss/data/_system/themes/ ← CSS for admin-ui"