@triptease/design-system-mcp 1.2.12 → 1.2.13
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/index.js +38 -13
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -23302,7 +23302,7 @@ var StdioServerTransport = class {
|
|
|
23302
23302
|
// package.json
|
|
23303
23303
|
var package_default = {
|
|
23304
23304
|
name: "@triptease/design-system-mcp",
|
|
23305
|
-
version: "1.2.
|
|
23305
|
+
version: "1.2.13",
|
|
23306
23306
|
description: "MCP server for Triptease design system documentation",
|
|
23307
23307
|
type: "module",
|
|
23308
23308
|
main: "dist/index.js",
|
|
@@ -23323,7 +23323,7 @@ var package_default = {
|
|
|
23323
23323
|
node: ">=18.0.0"
|
|
23324
23324
|
},
|
|
23325
23325
|
componentVersions: {
|
|
23326
|
-
"@triptease/stylesheet": "2.1.
|
|
23326
|
+
"@triptease/stylesheet": "2.1.10",
|
|
23327
23327
|
"@triptease/tt-bar-chart": "1.1.3",
|
|
23328
23328
|
"@triptease/tt-combobox": "5.7.4",
|
|
23329
23329
|
"@triptease/tt-data-point": "1.1.1",
|
|
@@ -23341,7 +23341,7 @@ var package_default = {
|
|
|
23341
23341
|
"@triptease/tt-weekday-picker": "1.0.1"
|
|
23342
23342
|
},
|
|
23343
23343
|
dependencies: {
|
|
23344
|
-
"@triptease/stylesheet": "2.1.
|
|
23344
|
+
"@triptease/stylesheet": "2.1.10"
|
|
23345
23345
|
},
|
|
23346
23346
|
devDependencies: {
|
|
23347
23347
|
"@modelcontextprotocol/sdk": "1.26.0",
|
|
@@ -24006,11 +24006,16 @@ var card_default = {
|
|
|
24006
24006
|
examples: [
|
|
24007
24007
|
{
|
|
24008
24008
|
title: "Basic usage",
|
|
24009
|
-
|
|
24010
|
-
|
|
24011
|
-
|
|
24012
|
-
|
|
24013
|
-
|
|
24009
|
+
description: "- A card is the layout component. The content it holds is irrelevant and can be more than what is shown here.\n\n- Do not nest cards as this can make UI look too busy.",
|
|
24010
|
+
code: `
|
|
24011
|
+
<div className="card" style={{ width: '25rem' }}>
|
|
24012
|
+
<tt-icon name="target" color="var(--color-primary-500)"></tt-icon>
|
|
24013
|
+
<div>
|
|
24014
|
+
<h3>Retarget guests</h3>
|
|
24015
|
+
<p>Re-engage high-value guests after they've left your website</p>
|
|
24016
|
+
</div>
|
|
24017
|
+
<a href="#">Configure retargeting ads</a>
|
|
24018
|
+
</div>;`
|
|
24014
24019
|
}
|
|
24015
24020
|
]
|
|
24016
24021
|
}
|
|
@@ -28628,13 +28633,13 @@ var tokens_default = {
|
|
|
28628
28633
|
},
|
|
28629
28634
|
"box-shadow": {
|
|
28630
28635
|
sm: {
|
|
28631
|
-
value: "
|
|
28636
|
+
value: "0 1px 0 0 #E8EAEC",
|
|
28632
28637
|
type: "boxShadow",
|
|
28633
28638
|
name: " ",
|
|
28634
28639
|
filePath: "tokens/src/styles.json",
|
|
28635
28640
|
isSource: true,
|
|
28636
28641
|
original: {
|
|
28637
|
-
value: "
|
|
28642
|
+
value: "0 1px 0 0 #E8EAEC",
|
|
28638
28643
|
type: "boxShadow",
|
|
28639
28644
|
name: "Small box shadow"
|
|
28640
28645
|
},
|
|
@@ -28647,14 +28652,34 @@ var tokens_default = {
|
|
|
28647
28652
|
"sm"
|
|
28648
28653
|
]
|
|
28649
28654
|
},
|
|
28655
|
+
md: {
|
|
28656
|
+
value: "0 8px 12px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.06)",
|
|
28657
|
+
type: "boxShadow",
|
|
28658
|
+
name: " ",
|
|
28659
|
+
filePath: "tokens/src/styles.json",
|
|
28660
|
+
isSource: true,
|
|
28661
|
+
original: {
|
|
28662
|
+
value: "0 8px 12px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.06)",
|
|
28663
|
+
type: "boxShadow",
|
|
28664
|
+
name: "Medium box shadow"
|
|
28665
|
+
},
|
|
28666
|
+
attributes: {
|
|
28667
|
+
category: "box-shadow",
|
|
28668
|
+
type: "md"
|
|
28669
|
+
},
|
|
28670
|
+
path: [
|
|
28671
|
+
"box-shadow",
|
|
28672
|
+
"md"
|
|
28673
|
+
]
|
|
28674
|
+
},
|
|
28650
28675
|
lg: {
|
|
28651
|
-
value: "
|
|
28676
|
+
value: "0 50px 100px 0 rgba(60, 66, 87, 0.08), 0 15px 35px 0 rgba(60, 66, 87, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.12)",
|
|
28652
28677
|
type: "boxShadow",
|
|
28653
28678
|
name: " ",
|
|
28654
28679
|
filePath: "tokens/src/styles.json",
|
|
28655
28680
|
isSource: true,
|
|
28656
28681
|
original: {
|
|
28657
|
-
value: "
|
|
28682
|
+
value: "0 50px 100px 0 rgba(60, 66, 87, 0.08), 0 15px 35px 0 rgba(60, 66, 87, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.12)",
|
|
28658
28683
|
type: "boxShadow",
|
|
28659
28684
|
name: "Large box shadow"
|
|
28660
28685
|
},
|
|
@@ -28678,7 +28703,7 @@ var tokens_default = {
|
|
|
28678
28703
|
value: "0px 10px 20px rgba(0, 0, 0, 0.2)",
|
|
28679
28704
|
type: "boxShadow",
|
|
28680
28705
|
comment: "Large box shadow used for hover effects",
|
|
28681
|
-
name: "Large box shadow hover state"
|
|
28706
|
+
name: "DEPRECATED - Large box shadow hover state"
|
|
28682
28707
|
},
|
|
28683
28708
|
attributes: {
|
|
28684
28709
|
category: "box-shadow",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@triptease/design-system-mcp",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.13",
|
|
4
4
|
"description": "MCP server for Triptease design system documentation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"node": ">=18.0.0"
|
|
22
22
|
},
|
|
23
23
|
"componentVersions": {
|
|
24
|
-
"@triptease/stylesheet": "2.1.
|
|
24
|
+
"@triptease/stylesheet": "2.1.10",
|
|
25
25
|
"@triptease/tt-bar-chart": "1.1.3",
|
|
26
26
|
"@triptease/tt-combobox": "5.7.4",
|
|
27
27
|
"@triptease/tt-data-point": "1.1.1",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@triptease/tt-weekday-picker": "1.0.1"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@triptease/stylesheet": "2.1.
|
|
42
|
+
"@triptease/stylesheet": "2.1.10"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@modelcontextprotocol/sdk": "1.26.0",
|