auto-backup: 2025-12-12 10:11:35 (20 files: +4 ~16 -0)

Generated by DSS Git Backup Hook
This commit is contained in:
2025-12-12 07:11:35 -03:00
parent b8f074f1c8
commit 26e8223d4e
20 changed files with 11235 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
# DSS Core Structure Hashes
# Generated: 2025-12-12T07:08:36-03:00
# Generated: 2025-12-12T07:11:17-03:00
# Source: Figma sync pipeline
# DO NOT EDIT MANUALLY
@@ -14,10 +14,14 @@ ccc17aa88f182490792a09db9676a0ff17f96a675a0386cc4a01030e0e00a626 dss-claude-plu
faa776ce958698f0a6a887baa65cab35cf9e9d6ded84930a3900d82f1c1eef6b dss-claude-plugin/core/skins/classic.json
cd6289fed900da096b865bf91e940ff572df868391b31e25d222c055b9e56724 dss-claude-plugin/core/skins/workbench.json
3242ccb81ca30197e78251453f4594c271afe02502204900329f03ee92a9b7a3 dss/core_tokens/tokens.json
a7bf102b9b185b8c05f6a6423849be0d4c78a45c66572553bd863aaa4c80e7d2 .dss/data/_system/analysis-admin-ui.json
ff09ea1794bea21500c86037be28f46ee3dffa616a442e6c848685ab23f72ed0 .dss/data/_system/analysis-storybook.json
4294bb559f407b1a6dcb4541dcdc635cf2759d149c1f6a72d5c355527e333244 .dss/data/_system/analysis-admin-ui.json
423f629e9a265434d67b71a78cde89465777390e94919aeae43da45bc7129387 .dss/data/_system/analysis-storybook.json
75ecdaeee10d7b0c4383f08b26384fbdf0ac381c99f89cd21ea6b3e4895e3b9d .dss/data/_system/style-dictionary.config.json
6187f0ed1785119fd6f5708be82ed1d2ca2b8160d309dbc8490d4a07ff7a7e6d .dss/data/_system/figma-components.json
f31e1c18143dd0eabac99f3a53aa5a4b3ed2b91743a035e7b7f4723fd4e25789 .dss/data/_system/components.json
891df6be8321f7dc00766fc6b95f5a9821f34e08f7e70e54d2e6dc8edab86351 .dss/data/_system/styles.json
4321119e41b6763a49d654978161b02dead66116ecca6c7f215e021cacfeeab1 .dss/data/_system/ds.config.json
c2a7b057096a27c0612ac39fc83976f6703dfe0cb2c1809c8634c2b8c445f982 .dss/data/_system/tokens/figma-tokens.json
3242ccb81ca30197e78251453f4594c271afe02502204900329f03ee92a9b7a3 .dss/data/_system/tokens/base.json
c6fdd6a47b8997578997d72c5996ee425db51d83feec666eb2f53f4da621f658 .dss/data/_system/tokens/resolved-meta.json
9175c3bf0581b652d10704a2d85f1ec9fc68809e90850c01d9acd1d571618a6a .dss/data/_system/tokens/tokens.json

View File

@@ -1 +1 @@
{"target":"admin-ui","analyzed_at":"2025-12-12T06:46:46-03:00","stats":{"js": 36,"css": 41,"html": 4},"status":"analyzed"}
{"target":"admin-ui","analyzed_at":"2025-12-12T07:10:45-03:00","stats":{"js": 36,"css": 41,"html": 4},"status":"analyzed"}

View File

@@ -1 +1 @@
{"target":"storybook","analyzed_at":"2025-12-12T06:46:47-03:00","stats":{"stories": 14,"mdx": 0},"status":"analyzed"}
{"target":"storybook","analyzed_at":"2025-12-12T07:10:47-03:00","stats":{"stories": 14,"mdx": 0},"status":"analyzed"}

View File

@@ -0,0 +1,9 @@
{
"_meta": {
"version": "1.0.0",
"generated": null,
"source": "awaiting Figma sync",
"status": "empty"
},
"tokens": {}
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,11 @@
{
"resolved_at": "2025-12-12T07:11:17.460258",
"skin": "shadcn",
"theme": "default",
"token_count": 68,
"layers": [
"core/primitives",
"skins/shadcn",
"themes/default"
]
}

View File

@@ -0,0 +1,320 @@
{
"color": {
"background": {
"value": "#ffffff"
},
"foreground": {
"value": "#09090b"
},
"card": {
"value": "#ffffff"
},
"card-foreground": {
"value": "#09090b"
},
"popover": {
"value": "#ffffff"
},
"popover-foreground": {
"value": "#09090b"
},
"primary": {
"value": "#18181b",
"comment": "zinc-900 - brand primary"
},
"primary-foreground": {
"value": "#fafafa",
"comment": "zinc-50"
},
"secondary": {
"value": "#f4f4f5"
},
"secondary-foreground": {
"value": "#18181b"
},
"muted": {
"value": "#f4f4f5"
},
"muted-foreground": {
"value": "#71717a"
},
"accent": {
"value": "#f4f4f5"
},
"accent-foreground": {
"value": "#18181b"
},
"destructive": {
"value": "#ef4444"
},
"destructive-foreground": {
"value": "#fafafa"
},
"border": {
"value": "#e4e4e7"
},
"input": {
"value": "#e4e4e7"
},
"ring": {
"value": "#18181b",
"comment": "matches primary"
}
},
"color-dark": {
"background": {
"value": "#09090b"
},
"foreground": {
"value": "#fafafa"
},
"card": {
"value": "#09090b"
},
"card-foreground": {
"value": "#fafafa"
},
"popover": {
"value": "#09090b"
},
"popover-foreground": {
"value": "#fafafa"
},
"primary": {
"value": "#fafafa"
},
"primary-foreground": {
"value": "#18181b"
},
"secondary": {
"value": "#27272a"
},
"secondary-foreground": {
"value": "#fafafa"
},
"muted": {
"value": "#27272a"
},
"muted-foreground": {
"value": "#a1a1aa"
},
"accent": {
"value": "#27272a"
},
"accent-foreground": {
"value": "#fafafa"
},
"destructive": {
"value": "#7f1d1d"
},
"destructive-foreground": {
"value": "#fafafa"
},
"border": {
"value": "#27272a"
},
"input": {
"value": "#27272a"
},
"ring": {
"value": "#d4d4d8"
}
},
"radius": {
"sm": {
"value": "0.125rem"
},
"md": {
"value": "0.375rem"
},
"lg": {
"value": "0.5rem",
"comment": "default border radius for cards"
},
"xl": {
"value": "0.75rem"
},
"full": {
"value": "9999px"
}
},
"effect": {
"shadow-xs": {
"value": "0 1px 2px 0 rgba(0, 0, 0, 0.05)"
},
"shadow-sm": {
"value": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)"
},
"shadow-md": {
"value": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)"
},
"shadow-lg": {
"value": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)"
},
"shadow-xl": {
"value": "0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)"
},
"shadow-2xl": {
"value": "0 25px 50px -12px rgba(0, 0, 0, 0.25)"
},
"focus-ring": {
"value": "0 0 0 3px rgba(59, 130, 246, 0.5)"
}
},
"spacing": {
"0": {
"value": "0"
},
"1": {
"value": "0.25rem"
},
"2": {
"value": "0.5rem"
},
"3": {
"value": "0.75rem"
},
"4": {
"value": "1rem"
},
"5": {
"value": "1.25rem"
},
"6": {
"value": "1.5rem"
},
"8": {
"value": "2rem"
},
"10": {
"value": "2.5rem"
},
"12": {
"value": "3rem"
},
"16": {
"value": "4rem"
}
},
"typography": {
"heading-1": {
"font-family": {
"value": "Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif"
},
"font-weight": {
"value": "700"
},
"font-size": {
"value": "3rem"
},
"line-height": {
"value": "1"
},
"letter-spacing": {
"value": "-0.025em"
}
},
"heading-2": {
"font-family": {
"value": "Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif"
},
"font-weight": {
"value": "600"
},
"font-size": {
"value": "1.875rem"
},
"line-height": {
"value": "1.2"
},
"letter-spacing": {
"value": "-0.025em"
}
},
"heading-3": {
"font-family": {
"value": "Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif"
},
"font-weight": {
"value": "600"
},
"font-size": {
"value": "1.5rem"
},
"line-height": {
"value": "1.3"
},
"letter-spacing": {
"value": "-0.025em"
}
},
"heading-4": {
"font-family": {
"value": "Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif"
},
"font-weight": {
"value": "600"
},
"font-size": {
"value": "1.25rem"
},
"line-height": {
"value": "1.4"
},
"letter-spacing": {
"value": "0"
}
},
"paragraph-regular": {
"font-family": {
"value": "Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif"
},
"font-weight": {
"value": "400"
},
"font-size": {
"value": "1rem"
},
"line-height": {
"value": "1.5"
},
"letter-spacing": {
"value": "0"
}
},
"paragraph-bold": {
"font-family": {
"value": "Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif"
},
"font-weight": {
"value": "500"
},
"font-size": {
"value": "1rem"
},
"line-height": {
"value": "1.5"
},
"letter-spacing": {
"value": "0"
}
},
"paragraph-small-regular": {
"font-family": {
"value": "Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif"
},
"font-weight": {
"value": "400"
},
"font-size": {
"value": "0.875rem"
},
"line-height": {
"value": "1.5"
},
"letter-spacing": {
"value": "0"
}
}
}
}

View File

@@ -1,7 +1,7 @@
/**
* Color Primitives - Foundation
* Full Tailwind color palette organized by category
* @generated 2025-12-12T06:47:18.664710
* @generated 2025-12-12T07:11:17.542372
*/
export default {
title: 'Foundation/Colors/Primitives',

View File

@@ -1,7 +1,7 @@
/**
* Data Display
* Components for displaying data
* @generated 2025-12-12T06:47:18.665658
* @generated 2025-12-12T07:11:17.543420
*/
export default {
title: 'Components/Data Display',

View File

@@ -1,7 +1,7 @@
/**
* Feedback
* User feedback components
* @generated 2025-12-12T06:47:18.665764
* @generated 2025-12-12T07:11:17.543561
*/
export default {
title: 'Components/Feedback',

View File

@@ -1,7 +1,7 @@
/**
* Form Components
* Input controls and form elements
* @generated 2025-12-12T06:47:18.665511
* @generated 2025-12-12T07:11:17.543262
*/
export default {
title: 'Components/Form Components',

View File

@@ -1,7 +1,7 @@
/**
* Layout
* Layout and structure components
* @generated 2025-12-12T06:47:18.666071
* @generated 2025-12-12T07:11:17.543883
*/
export default {
title: 'Components/Layout',

View File

@@ -1,7 +1,7 @@
/**
* Navigation
* Navigation components
* @generated 2025-12-12T06:47:18.665855
* @generated 2025-12-12T07:11:17.543657
*/
export default {
title: 'Components/Navigation',

View File

@@ -1,7 +1,7 @@
/**
* Overlay
* Modal and overlay components
* @generated 2025-12-12T06:47:18.665951
* @generated 2025-12-12T07:11:17.543763
*/
export default {
title: 'Components/Overlay',

View File

@@ -1,6 +1,6 @@
/**
* Design System Overview
* @generated 2025-12-12T06:47:18.664444
* @generated 2025-12-12T07:11:17.541391
*/
export default {
title: 'Overview',

View File

@@ -1,6 +1,6 @@
/**
* Border Radius - Foundation
* @generated 2025-12-12T06:47:18.665160
* @generated 2025-12-12T07:11:17.542874
*/
export default {
title: 'Foundation/Radius',

View File

@@ -1,7 +1,7 @@
/**
* Semantic Colors - Design Tokens
* Resolved color tokens for light theme
* @generated 2025-12-12T06:47:18.665387
* @generated 2025-12-12T07:11:17.543126
*/
export default {
title: 'Tokens/Semantic Colors',

View File

@@ -1,7 +1,7 @@
/**
* Shadows - Foundation
* Box shadow scale
* @generated 2025-12-12T06:47:18.665265
* @generated 2025-12-12T07:11:17.542987
*/
export default {
title: 'Foundation/Effects/Shadows',

View File

@@ -1,6 +1,6 @@
/**
* Spacing Primitives - Foundation
* @generated 2025-12-12T06:47:18.664852
* @generated 2025-12-12T07:11:17.542534
*/
export default {
title: 'Foundation/Spacing',

View File

@@ -1,7 +1,7 @@
/**
* Typography - Foundation
* Font families, sizes, weights, and composed styles
* @generated 2025-12-12T06:47:18.665004
* @generated 2025-12-12T07:11:17.542711
*/
export default {
title: 'Foundation/Typography',