@triptease/design-system-mcp 1.0.21 → 1.0.22

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -4
  2. package/package.json +2 -2
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.0.21",
23305
+ version: "1.0.22",
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": "1.4.10",
23326
+ "@triptease/stylesheet": "1.4.11",
23327
23327
  "@triptease/tt-bar-chart": "1.0.7",
23328
23328
  "@triptease/tt-combobox": "5.6.6",
23329
23329
  "@triptease/tt-data-point": "1.0.1",
@@ -24691,7 +24691,7 @@ var statistic_default = {
24691
24691
  <div class="statistic">
24692
24692
  <p class="statistic--label">Sessions with Search</p>
24693
24693
  <p class="statistic--value">5,937</p>
24694
- <p class="statistic--indicator" style="color: var(--color-success-500)">
24694
+ <p class="statistic--indicator" style="color: var(--color-success-strong)">
24695
24695
  +30 vs last month
24696
24696
  </p>
24697
24697
  </div>
@@ -28801,7 +28801,7 @@ var designSystemPrinciples = {
28801
28801
  },
28802
28802
  {
28803
28803
  wrong: "color: #DA0707",
28804
- right: "color: var(--color-alert-400)",
28804
+ right: "color: var(--color-alert-strong)",
28805
28805
  why: "Semantic tokens communicate intent and adapt to themes"
28806
28806
  },
28807
28807
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triptease/design-system-mcp",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
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": "1.4.10",
24
+ "@triptease/stylesheet": "1.4.11",
25
25
  "@triptease/tt-bar-chart": "1.0.7",
26
26
  "@triptease/tt-combobox": "5.6.6",
27
27
  "@triptease/tt-data-point": "1.0.1",