@dgplsoares/singulai-ds-mcp 0.4.0 → 0.5.0
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.
- package/dist/data/catalog.json +21 -42
- package/package.json +1 -1
package/dist/data/catalog.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
2
|
+
"version": "0.5.0",
|
|
3
3
|
"generated_at": "2026-05-12",
|
|
4
4
|
"design_system": {
|
|
5
5
|
"name": "Singulai Design System",
|
|
@@ -247,28 +247,8 @@
|
|
|
247
247
|
"xl",
|
|
248
248
|
"full"
|
|
249
249
|
],
|
|
250
|
-
"StatColor": [
|
|
251
|
-
"primary",
|
|
252
|
-
"success",
|
|
253
|
-
"warning",
|
|
254
|
-
"danger",
|
|
255
|
-
"info",
|
|
256
|
-
"muted",
|
|
257
|
-
"purple",
|
|
258
|
-
"indigo",
|
|
259
|
-
"pink"
|
|
260
|
-
],
|
|
261
|
-
"StatTrend": [
|
|
262
|
-
"up",
|
|
263
|
-
"down",
|
|
264
|
-
"neutral"
|
|
265
|
-
],
|
|
266
|
-
"StatsBarVariant": [
|
|
267
|
-
"default",
|
|
268
|
-
"compact",
|
|
269
|
-
"cards"
|
|
270
|
-
],
|
|
271
250
|
"StatsBarColumns": [
|
|
251
|
+
1,
|
|
272
252
|
2,
|
|
273
253
|
3,
|
|
274
254
|
4,
|
|
@@ -2053,42 +2033,41 @@
|
|
|
2053
2033
|
{
|
|
2054
2034
|
"name": "StatsBarComponent",
|
|
2055
2035
|
"selector": "ds-stats-bar",
|
|
2056
|
-
"description": "
|
|
2036
|
+
"description": "Container slot-based para barra horizontal de N <ds-statsbar-card>. Pattern visual do Figma DEC-FIG-A-2 (25 URLs catalogadas para todas as telas internas — dashboards + listagens). Chrome: bg #EFF3F8 + gradient sobre white + border #DBE0E5 + radius 12px + inner white shadow. Caller compoe via <ds-statsbar-card> filhos. Desktop: flex row. Mobile (<=991px): auto-grid 2 colunas. Mobile pequeno (<=480px): 1 coluna. **NAO confundir** com <ds-statsbar-card> (UMA stat individual). **Nao envolve** o legado <app-stats-bar> de app/shared.",
|
|
2057
2037
|
"tags": [
|
|
2058
2038
|
"stats",
|
|
2039
|
+
"statsbar",
|
|
2059
2040
|
"metrics",
|
|
2060
2041
|
"kpi",
|
|
2061
|
-
"
|
|
2042
|
+
"dashboard",
|
|
2062
2043
|
"listagem",
|
|
2063
|
-
"
|
|
2064
|
-
"horizontal"
|
|
2065
|
-
"statsbar"
|
|
2044
|
+
"container",
|
|
2045
|
+
"horizontal"
|
|
2066
2046
|
],
|
|
2067
2047
|
"props": [
|
|
2068
2048
|
{
|
|
2069
|
-
"name": "
|
|
2070
|
-
"type": "
|
|
2071
|
-
"default": "
|
|
2072
|
-
"description": "
|
|
2049
|
+
"name": "columns",
|
|
2050
|
+
"type": "StatsBarColumns",
|
|
2051
|
+
"default": "4",
|
|
2052
|
+
"description": "Numero de colunas em desktop (1-6). Mobile sempre vira 2x2 grid (exceto 1/2 que mantem)."
|
|
2073
2053
|
},
|
|
2074
2054
|
{
|
|
2075
|
-
"name": "
|
|
2076
|
-
"type": "
|
|
2077
|
-
"default": "
|
|
2078
|
-
"description": "
|
|
2055
|
+
"name": "ariaLabel",
|
|
2056
|
+
"type": "string",
|
|
2057
|
+
"default": "'Estatisticas'",
|
|
2058
|
+
"description": "Aria-label do container para screen readers."
|
|
2079
2059
|
}
|
|
2080
2060
|
],
|
|
2081
|
-
"outputs": [
|
|
2061
|
+
"outputs": [],
|
|
2062
|
+
"slots": [
|
|
2082
2063
|
{
|
|
2083
|
-
"name": "
|
|
2084
|
-
"
|
|
2085
|
-
"description": "Emitido ao clicar em uma stat. Inclui item clicado + lista de selecionados (multi)."
|
|
2064
|
+
"name": "default",
|
|
2065
|
+
"description": "N <ds-statsbar-card> filhos. Cada um e uma stat independente com title/value/delta/variant/icon."
|
|
2086
2066
|
}
|
|
2087
2067
|
],
|
|
2088
2068
|
"examples": [
|
|
2089
|
-
"<ds-stats-bar [
|
|
2090
|
-
"//
|
|
2091
|
-
"// Pipeline 6 colunas:\n<ds-stats-bar [stats]=\"pipelineStats\" [config]=\"{ columns: 6 }\" />"
|
|
2069
|
+
"<ds-stats-bar [columns]=\"4\">\n <ds-statsbar-card title=\"Lives Realizadas\" value=\"97\" delta=\"5%\" variant=\"info\" />\n <ds-statsbar-card title=\"Lives Agendadas\" value=\"3\" delta=\"5%\" variant=\"warning\" />\n <ds-statsbar-card title=\"Audiencia Media\" value=\"127\" delta=\"5%\" variant=\"success\" />\n <ds-statsbar-card title=\"Gravacoes\" value=\"42\" delta=\"5%\" variant=\"purple\" />\n</ds-stats-bar>",
|
|
2070
|
+
"// Listagem sem delta (Figma 787-5195 Cursos):\n<ds-stats-bar [columns]=\"4\">\n <ds-statsbar-card variant=\"info\" title=\"Todos\" value=\"48\" />\n <ds-statsbar-card variant=\"success\" title=\"Publicados\" value=\"25\" />\n</ds-stats-bar>"
|
|
2092
2071
|
]
|
|
2093
2072
|
}
|
|
2094
2073
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dgplsoares/singulai-ds-mcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "MCP server exposing the Singulai Design System (Angular 20) to AI agents \u2014 Claude Desktop, Claude Code, Cursor, Continue.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|