@triptease/design-system-mcp 1.0.21 → 1.0.23

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 +69 -869
  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.23",
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": "2.0.0",
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>
@@ -25027,206 +25027,6 @@ var tokens_default = {
25027
25027
  },
25028
25028
  color: {
25029
25029
  alert: {
25030
- "100": {
25031
- value: "#FFD6D6",
25032
- type: "color",
25033
- filePath: "tokens/src/color/alert.json",
25034
- isSource: true,
25035
- original: {
25036
- value: "#FFD6D6",
25037
- type: "color"
25038
- },
25039
- name: "100 ",
25040
- attributes: {
25041
- category: "color",
25042
- type: "alert",
25043
- item: "100",
25044
- hex: "ffd6d6",
25045
- rgb: {
25046
- r: 255,
25047
- g: 214,
25048
- b: 214,
25049
- a: 1
25050
- },
25051
- hsl: {
25052
- h: 0,
25053
- s: 1,
25054
- l: 0.919607843137255,
25055
- a: 1
25056
- },
25057
- hsv: {
25058
- h: 0,
25059
- s: 0.16078431372549018,
25060
- v: 1,
25061
- a: 1
25062
- }
25063
- },
25064
- path: [
25065
- "color",
25066
- "alert",
25067
- "100"
25068
- ]
25069
- },
25070
- "200": {
25071
- value: "#FF9999",
25072
- type: "color",
25073
- filePath: "tokens/src/color/alert.json",
25074
- isSource: true,
25075
- original: {
25076
- value: "#FF9999",
25077
- type: "color"
25078
- },
25079
- name: "200 ",
25080
- attributes: {
25081
- category: "color",
25082
- type: "alert",
25083
- item: "200",
25084
- hex: "ff9999",
25085
- rgb: {
25086
- r: 255,
25087
- g: 153,
25088
- b: 153,
25089
- a: 1
25090
- },
25091
- hsl: {
25092
- h: 0,
25093
- s: 1,
25094
- l: 0.8,
25095
- a: 1
25096
- },
25097
- hsv: {
25098
- h: 0,
25099
- s: 0.4,
25100
- v: 1,
25101
- a: 1
25102
- }
25103
- },
25104
- path: [
25105
- "color",
25106
- "alert",
25107
- "200"
25108
- ]
25109
- },
25110
- "300": {
25111
- value: "#F93939",
25112
- type: "color",
25113
- filePath: "tokens/src/color/alert.json",
25114
- isSource: true,
25115
- original: {
25116
- value: "#F93939",
25117
- type: "color"
25118
- },
25119
- name: "300 ",
25120
- attributes: {
25121
- category: "color",
25122
- type: "alert",
25123
- item: "300",
25124
- hex: "f93939",
25125
- rgb: {
25126
- r: 249,
25127
- g: 57,
25128
- b: 57,
25129
- a: 1
25130
- },
25131
- hsl: {
25132
- h: 0,
25133
- s: 0.9411764705882354,
25134
- l: 0.6,
25135
- a: 1
25136
- },
25137
- hsv: {
25138
- h: 0,
25139
- s: 0.7710843373493976,
25140
- v: 0.9764705882352941,
25141
- a: 1
25142
- }
25143
- },
25144
- path: [
25145
- "color",
25146
- "alert",
25147
- "300"
25148
- ]
25149
- },
25150
- "400": {
25151
- value: "#DA0707",
25152
- type: "color",
25153
- filePath: "tokens/src/color/alert.json",
25154
- isSource: true,
25155
- original: {
25156
- value: "#DA0707",
25157
- type: "color"
25158
- },
25159
- name: "400 ",
25160
- attributes: {
25161
- category: "color",
25162
- type: "alert",
25163
- item: "400",
25164
- hex: "da0707",
25165
- rgb: {
25166
- r: 218,
25167
- g: 7,
25168
- b: 7,
25169
- a: 1
25170
- },
25171
- hsl: {
25172
- h: 0,
25173
- s: 0.9377777777777777,
25174
- l: 0.4411764705882353,
25175
- a: 1
25176
- },
25177
- hsv: {
25178
- h: 0,
25179
- s: 0.9678899082568807,
25180
- v: 0.8549019607843137,
25181
- a: 1
25182
- }
25183
- },
25184
- path: [
25185
- "color",
25186
- "alert",
25187
- "400"
25188
- ]
25189
- },
25190
- "500": {
25191
- value: "#A80505",
25192
- type: "color",
25193
- filePath: "tokens/src/color/alert.json",
25194
- isSource: true,
25195
- original: {
25196
- value: "#A80505",
25197
- type: "color"
25198
- },
25199
- name: "500 ",
25200
- attributes: {
25201
- category: "color",
25202
- type: "alert",
25203
- item: "500",
25204
- hex: "a80505",
25205
- rgb: {
25206
- r: 168,
25207
- g: 5,
25208
- b: 5,
25209
- a: 1
25210
- },
25211
- hsl: {
25212
- h: 0,
25213
- s: 0.9421965317919074,
25214
- l: 0.3392156862745098,
25215
- a: 1
25216
- },
25217
- hsv: {
25218
- h: 0,
25219
- s: 0.9702380952380951,
25220
- v: 0.6588235294117647,
25221
- a: 1
25222
- }
25223
- },
25224
- path: [
25225
- "color",
25226
- "alert",
25227
- "500"
25228
- ]
25229
- },
25230
25030
  subtle: {
25231
25031
  value: "#FFD8EB",
25232
25032
  type: "color",
@@ -25925,36 +25725,36 @@ var tokens_default = {
25925
25725
  }
25926
25726
  },
25927
25727
  info: {
25928
- "100": {
25929
- value: "#E5F3FF",
25728
+ subtle: {
25729
+ value: "#F0F8FF",
25930
25730
  type: "color",
25931
25731
  filePath: "tokens/src/color/info.json",
25932
25732
  isSource: true,
25933
25733
  original: {
25934
- value: "#E5F3FF",
25734
+ value: "#F0F8FF",
25935
25735
  type: "color"
25936
25736
  },
25937
- name: "100 ",
25737
+ name: "subtle ",
25938
25738
  attributes: {
25939
25739
  category: "color",
25940
25740
  type: "info",
25941
- item: "100",
25942
- hex: "e5f3ff",
25741
+ item: "subtle",
25742
+ hex: "f0f8ff",
25943
25743
  rgb: {
25944
- r: 229,
25945
- g: 243,
25744
+ r: 240,
25745
+ g: 248,
25946
25746
  b: 255,
25947
25747
  a: 1
25948
25748
  },
25949
25749
  hsl: {
25950
- h: 207.6923076923077,
25750
+ h: 208.00000000000003,
25951
25751
  s: 1,
25952
- l: 0.9490196078431372,
25752
+ l: 0.9705882352941176,
25953
25753
  a: 1
25954
25754
  },
25955
25755
  hsv: {
25956
- h: 207.6923076923077,
25957
- s: 0.10196078431372546,
25756
+ h: 208.00000000000003,
25757
+ s: 0.05882352941176472,
25958
25758
  v: 1,
25959
25759
  a: 1
25960
25760
  }
@@ -25962,316 +25762,116 @@ var tokens_default = {
25962
25762
  path: [
25963
25763
  "color",
25964
25764
  "info",
25965
- "100"
25765
+ "subtle"
25966
25766
  ]
25967
25767
  },
25968
- "200": {
25969
- value: "#C2E3FF",
25768
+ strong: {
25769
+ value: "#2475B9",
25970
25770
  type: "color",
25971
25771
  filePath: "tokens/src/color/info.json",
25972
25772
  isSource: true,
25973
25773
  original: {
25974
- value: "#C2E3FF",
25774
+ value: "#2475B9",
25975
25775
  type: "color"
25976
25776
  },
25977
- name: "200 ",
25777
+ name: "strong ",
25978
25778
  attributes: {
25979
25779
  category: "color",
25980
25780
  type: "info",
25981
- item: "200",
25982
- hex: "c2e3ff",
25781
+ item: "strong",
25782
+ hex: "2475b9",
25983
25783
  rgb: {
25984
- r: 194,
25985
- g: 227,
25986
- b: 255,
25784
+ r: 36,
25785
+ g: 117,
25786
+ b: 185,
25987
25787
  a: 1
25988
25788
  },
25989
25789
  hsl: {
25990
- h: 207.54098360655738,
25991
- s: 1,
25992
- l: 0.8803921568627451,
25790
+ h: 207.38255033557044,
25791
+ s: 0.67420814479638,
25792
+ l: 0.43333333333333335,
25993
25793
  a: 1
25994
25794
  },
25995
25795
  hsv: {
25996
- h: 207.54098360655738,
25997
- s: 0.23921568627450984,
25998
- v: 1,
25796
+ h: 207.38255033557044,
25797
+ s: 0.8054054054054053,
25798
+ v: 0.7254901960784313,
25999
25799
  a: 1
26000
25800
  }
26001
25801
  },
26002
25802
  path: [
26003
25803
  "color",
26004
25804
  "info",
26005
- "200"
25805
+ "strong"
26006
25806
  ]
26007
- },
26008
- "300": {
26009
- value: "#8FCBFF",
25807
+ }
25808
+ },
25809
+ primary: {
25810
+ "100": {
25811
+ value: "#F3F0FA",
26010
25812
  type: "color",
26011
- filePath: "tokens/src/color/info.json",
25813
+ filePath: "tokens/src/color/primary.json",
26012
25814
  isSource: true,
26013
25815
  original: {
26014
- value: "#8FCBFF",
25816
+ value: "#F3F0FA",
26015
25817
  type: "color"
26016
25818
  },
26017
- name: "300 ",
25819
+ name: "100 ",
26018
25820
  attributes: {
26019
25821
  category: "color",
26020
- type: "info",
26021
- item: "300",
26022
- hex: "8fcbff",
25822
+ type: "primary",
25823
+ item: "100",
25824
+ hex: "f3f0fa",
26023
25825
  rgb: {
26024
- r: 143,
26025
- g: 203,
26026
- b: 255,
25826
+ r: 243,
25827
+ g: 240,
25828
+ b: 250,
26027
25829
  a: 1
26028
25830
  },
26029
25831
  hsl: {
26030
- h: 207.8571428571429,
26031
- s: 1,
26032
- l: 0.7803921568627451,
25832
+ h: 257.99999999999994,
25833
+ s: 0.5,
25834
+ l: 0.9607843137254901,
26033
25835
  a: 1
26034
25836
  },
26035
25837
  hsv: {
26036
- h: 207.8571428571429,
26037
- s: 0.4392156862745098,
26038
- v: 1,
25838
+ h: 257.99999999999994,
25839
+ s: 0.03999999999999997,
25840
+ v: 0.9803921568627451,
26039
25841
  a: 1
26040
25842
  }
26041
25843
  },
26042
25844
  path: [
26043
25845
  "color",
26044
- "info",
26045
- "300"
25846
+ "primary",
25847
+ "100"
26046
25848
  ]
26047
25849
  },
26048
- "400": {
26049
- value: "#0B99FF",
25850
+ "200": {
25851
+ value: "#E8E3F6",
26050
25852
  type: "color",
26051
- filePath: "tokens/src/color/info.json",
25853
+ filePath: "tokens/src/color/primary.json",
26052
25854
  isSource: true,
26053
25855
  original: {
26054
- value: "#0B99FF",
25856
+ value: "#E8E3F6",
26055
25857
  type: "color"
26056
25858
  },
26057
- name: "400 ",
25859
+ name: "200 ",
26058
25860
  attributes: {
26059
25861
  category: "color",
26060
- type: "info",
26061
- item: "400",
26062
- hex: "0b99ff",
25862
+ type: "primary",
25863
+ item: "200",
25864
+ hex: "e8e3f6",
26063
25865
  rgb: {
26064
- r: 11,
26065
- g: 153,
26066
- b: 255,
25866
+ r: 232,
25867
+ g: 227,
25868
+ b: 246,
26067
25869
  a: 1
26068
25870
  },
26069
25871
  hsl: {
26070
- h: 205.08196721311475,
26071
- s: 1,
26072
- l: 0.5215686274509804,
26073
- a: 1
26074
- },
26075
- hsv: {
26076
- h: 205.08196721311475,
26077
- s: 0.9568627450980393,
26078
- v: 1,
26079
- a: 1
26080
- }
26081
- },
26082
- path: [
26083
- "color",
26084
- "info",
26085
- "400"
26086
- ]
26087
- },
26088
- "500": {
26089
- value: "#007DD6",
26090
- type: "color",
26091
- filePath: "tokens/src/color/info.json",
26092
- isSource: true,
26093
- original: {
26094
- value: "#007DD6",
26095
- type: "color"
26096
- },
26097
- name: "500 ",
26098
- attributes: {
26099
- category: "color",
26100
- type: "info",
26101
- item: "500",
26102
- hex: "007dd6",
26103
- rgb: {
26104
- r: 0,
26105
- g: 125,
26106
- b: 214,
26107
- a: 1
26108
- },
26109
- hsl: {
26110
- h: 204.95327102803736,
26111
- s: 1,
26112
- l: 0.4196078431372549,
26113
- a: 1
26114
- },
26115
- hsv: {
26116
- h: 204.95327102803736,
26117
- s: 1,
26118
- v: 0.8392156862745098,
26119
- a: 1
26120
- }
26121
- },
26122
- path: [
26123
- "color",
26124
- "info",
26125
- "500"
26126
- ]
26127
- },
26128
- subtle: {
26129
- value: "#F0F8FF",
26130
- type: "color",
26131
- filePath: "tokens/src/color/info.json",
26132
- isSource: true,
26133
- original: {
26134
- value: "#F0F8FF",
26135
- type: "color"
26136
- },
26137
- name: "subtle ",
26138
- attributes: {
26139
- category: "color",
26140
- type: "info",
26141
- item: "subtle",
26142
- hex: "f0f8ff",
26143
- rgb: {
26144
- r: 240,
26145
- g: 248,
26146
- b: 255,
26147
- a: 1
26148
- },
26149
- hsl: {
26150
- h: 208.00000000000003,
26151
- s: 1,
26152
- l: 0.9705882352941176,
26153
- a: 1
26154
- },
26155
- hsv: {
26156
- h: 208.00000000000003,
26157
- s: 0.05882352941176472,
26158
- v: 1,
26159
- a: 1
26160
- }
26161
- },
26162
- path: [
26163
- "color",
26164
- "info",
26165
- "subtle"
26166
- ]
26167
- },
26168
- strong: {
26169
- value: "#2475B9",
26170
- type: "color",
26171
- filePath: "tokens/src/color/info.json",
26172
- isSource: true,
26173
- original: {
26174
- value: "#2475B9",
26175
- type: "color"
26176
- },
26177
- name: "strong ",
26178
- attributes: {
26179
- category: "color",
26180
- type: "info",
26181
- item: "strong",
26182
- hex: "2475b9",
26183
- rgb: {
26184
- r: 36,
26185
- g: 117,
26186
- b: 185,
26187
- a: 1
26188
- },
26189
- hsl: {
26190
- h: 207.38255033557044,
26191
- s: 0.67420814479638,
26192
- l: 0.43333333333333335,
26193
- a: 1
26194
- },
26195
- hsv: {
26196
- h: 207.38255033557044,
26197
- s: 0.8054054054054053,
26198
- v: 0.7254901960784313,
26199
- a: 1
26200
- }
26201
- },
26202
- path: [
26203
- "color",
26204
- "info",
26205
- "strong"
26206
- ]
26207
- }
26208
- },
26209
- primary: {
26210
- "100": {
26211
- value: "#F3F0FA",
26212
- type: "color",
26213
- filePath: "tokens/src/color/primary.json",
26214
- isSource: true,
26215
- original: {
26216
- value: "#F3F0FA",
26217
- type: "color"
26218
- },
26219
- name: "100 ",
26220
- attributes: {
26221
- category: "color",
26222
- type: "primary",
26223
- item: "100",
26224
- hex: "f3f0fa",
26225
- rgb: {
26226
- r: 243,
26227
- g: 240,
26228
- b: 250,
26229
- a: 1
26230
- },
26231
- hsl: {
26232
- h: 257.99999999999994,
26233
- s: 0.5,
26234
- l: 0.9607843137254901,
26235
- a: 1
26236
- },
26237
- hsv: {
26238
- h: 257.99999999999994,
26239
- s: 0.03999999999999997,
26240
- v: 0.9803921568627451,
26241
- a: 1
26242
- }
26243
- },
26244
- path: [
26245
- "color",
26246
- "primary",
26247
- "100"
26248
- ]
26249
- },
26250
- "200": {
26251
- value: "#E8E3F6",
26252
- type: "color",
26253
- filePath: "tokens/src/color/primary.json",
26254
- isSource: true,
26255
- original: {
26256
- value: "#E8E3F6",
26257
- type: "color"
26258
- },
26259
- name: "200 ",
26260
- attributes: {
26261
- category: "color",
26262
- type: "primary",
26263
- item: "200",
26264
- hex: "e8e3f6",
26265
- rgb: {
26266
- r: 232,
26267
- g: 227,
26268
- b: 246,
26269
- a: 1
26270
- },
26271
- hsl: {
26272
- h: 255.78947368421055,
26273
- s: 0.5135135135135143,
26274
- l: 0.9274509803921569,
25872
+ h: 255.78947368421055,
25873
+ s: 0.5135135135135143,
25874
+ l: 0.9274509803921569,
26275
25875
  a: 1
26276
25876
  },
26277
25877
  hsv: {
@@ -26409,206 +26009,6 @@ var tokens_default = {
26409
26009
  }
26410
26010
  },
26411
26011
  success: {
26412
- "100": {
26413
- value: "#E8F6E3",
26414
- type: "color",
26415
- filePath: "tokens/src/color/success.json",
26416
- isSource: true,
26417
- original: {
26418
- value: "#E8F6E3",
26419
- type: "color"
26420
- },
26421
- name: "100 ",
26422
- attributes: {
26423
- category: "color",
26424
- type: "success",
26425
- item: "100",
26426
- hex: "e8f6e3",
26427
- rgb: {
26428
- r: 232,
26429
- g: 246,
26430
- b: 227,
26431
- a: 1
26432
- },
26433
- hsl: {
26434
- h: 104.21052631578945,
26435
- s: 0.5135135135135143,
26436
- l: 0.9274509803921569,
26437
- a: 1
26438
- },
26439
- hsv: {
26440
- h: 104.21052631578945,
26441
- s: 0.07723577235772365,
26442
- v: 0.9647058823529412,
26443
- a: 1
26444
- }
26445
- },
26446
- path: [
26447
- "color",
26448
- "success",
26449
- "100"
26450
- ]
26451
- },
26452
- "200": {
26453
- value: "#C8E9BB",
26454
- type: "color",
26455
- filePath: "tokens/src/color/success.json",
26456
- isSource: true,
26457
- original: {
26458
- value: "#C8E9BB",
26459
- type: "color"
26460
- },
26461
- name: "200 ",
26462
- attributes: {
26463
- category: "color",
26464
- type: "success",
26465
- item: "200",
26466
- hex: "c8e9bb",
26467
- rgb: {
26468
- r: 200,
26469
- g: 233,
26470
- b: 187,
26471
- a: 1
26472
- },
26473
- hsl: {
26474
- h: 103.04347826086956,
26475
- s: 0.511111111111111,
26476
- l: 0.8235294117647058,
26477
- a: 1
26478
- },
26479
- hsv: {
26480
- h: 103.04347826086956,
26481
- s: 0.19742489270386268,
26482
- v: 0.9137254901960784,
26483
- a: 1
26484
- }
26485
- },
26486
- path: [
26487
- "color",
26488
- "success",
26489
- "200"
26490
- ]
26491
- },
26492
- "300": {
26493
- value: "#A7DB93",
26494
- type: "color",
26495
- filePath: "tokens/src/color/success.json",
26496
- isSource: true,
26497
- original: {
26498
- value: "#A7DB93",
26499
- type: "color"
26500
- },
26501
- name: "300 ",
26502
- attributes: {
26503
- category: "color",
26504
- type: "success",
26505
- item: "300",
26506
- hex: "a7db93",
26507
- rgb: {
26508
- r: 167,
26509
- g: 219,
26510
- b: 147,
26511
- a: 1
26512
- },
26513
- hsl: {
26514
- h: 103.33333333333333,
26515
- s: 0.5,
26516
- l: 0.7176470588235293,
26517
- a: 1
26518
- },
26519
- hsv: {
26520
- h: 103.33333333333333,
26521
- s: 0.32876712328767127,
26522
- v: 0.8588235294117647,
26523
- a: 1
26524
- }
26525
- },
26526
- path: [
26527
- "color",
26528
- "success",
26529
- "300"
26530
- ]
26531
- },
26532
- "400": {
26533
- value: "#86D06D",
26534
- type: "color",
26535
- filePath: "tokens/src/color/success.json",
26536
- isSource: true,
26537
- original: {
26538
- value: "#86D06D",
26539
- type: "color"
26540
- },
26541
- name: "400 ",
26542
- attributes: {
26543
- category: "color",
26544
- type: "success",
26545
- item: "400",
26546
- hex: "86d06d",
26547
- rgb: {
26548
- r: 134,
26549
- g: 208,
26550
- b: 109,
26551
- a: 1
26552
- },
26553
- hsl: {
26554
- h: 104.84848484848484,
26555
- s: 0.5129533678756477,
26556
- l: 0.6215686274509804,
26557
- a: 1
26558
- },
26559
- hsv: {
26560
- h: 104.84848484848484,
26561
- s: 0.4759615384615385,
26562
- v: 0.8156862745098039,
26563
- a: 1
26564
- }
26565
- },
26566
- path: [
26567
- "color",
26568
- "success",
26569
- "400"
26570
- ]
26571
- },
26572
- "500": {
26573
- value: "#65C345",
26574
- type: "color",
26575
- filePath: "tokens/src/color/success.json",
26576
- isSource: true,
26577
- original: {
26578
- value: "#65C345",
26579
- type: "color"
26580
- },
26581
- name: "500 ",
26582
- attributes: {
26583
- category: "color",
26584
- type: "success",
26585
- item: "500",
26586
- hex: "65c345",
26587
- rgb: {
26588
- r: 101,
26589
- g: 195,
26590
- b: 69,
26591
- a: 1
26592
- },
26593
- hsl: {
26594
- h: 104.76190476190476,
26595
- s: 0.5121951219512194,
26596
- l: 0.5176470588235293,
26597
- a: 1
26598
- },
26599
- hsv: {
26600
- h: 104.76190476190476,
26601
- s: 0.6461538461538462,
26602
- v: 0.7647058823529411,
26603
- a: 1
26604
- }
26605
- },
26606
- path: [
26607
- "color",
26608
- "success",
26609
- "500"
26610
- ]
26611
- },
26612
26012
  subtle: {
26613
26013
  value: "#DEF5D6",
26614
26014
  type: "color",
@@ -27225,206 +26625,6 @@ var tokens_default = {
27225
26625
  }
27226
26626
  },
27227
26627
  warning: {
27228
- "100": {
27229
- value: "#FFEDD6",
27230
- type: "color",
27231
- filePath: "tokens/src/color/warning.json",
27232
- isSource: true,
27233
- original: {
27234
- value: "#FFEDD6",
27235
- type: "color"
27236
- },
27237
- name: "100 ",
27238
- attributes: {
27239
- category: "color",
27240
- type: "warning",
27241
- item: "100",
27242
- hex: "ffedd6",
27243
- rgb: {
27244
- r: 255,
27245
- g: 237,
27246
- b: 214,
27247
- a: 1
27248
- },
27249
- hsl: {
27250
- h: 33.65853658536586,
27251
- s: 1,
27252
- l: 0.919607843137255,
27253
- a: 1
27254
- },
27255
- hsv: {
27256
- h: 33.65853658536586,
27257
- s: 0.16078431372549018,
27258
- v: 1,
27259
- a: 1
27260
- }
27261
- },
27262
- path: [
27263
- "color",
27264
- "warning",
27265
- "100"
27266
- ]
27267
- },
27268
- "200": {
27269
- value: "#FFE0B8",
27270
- type: "color",
27271
- filePath: "tokens/src/color/warning.json",
27272
- isSource: true,
27273
- original: {
27274
- value: "#FFE0B8",
27275
- type: "color"
27276
- },
27277
- name: "200 ",
27278
- attributes: {
27279
- category: "color",
27280
- type: "warning",
27281
- item: "200",
27282
- hex: "ffe0b8",
27283
- rgb: {
27284
- r: 255,
27285
- g: 224,
27286
- b: 184,
27287
- a: 1
27288
- },
27289
- hsl: {
27290
- h: 33.802816901408455,
27291
- s: 1,
27292
- l: 0.8607843137254902,
27293
- a: 1
27294
- },
27295
- hsv: {
27296
- h: 33.802816901408455,
27297
- s: 0.2784313725490196,
27298
- v: 1,
27299
- a: 1
27300
- }
27301
- },
27302
- path: [
27303
- "color",
27304
- "warning",
27305
- "200"
27306
- ]
27307
- },
27308
- "300": {
27309
- value: "#FFCE8F",
27310
- type: "color",
27311
- filePath: "tokens/src/color/warning.json",
27312
- isSource: true,
27313
- original: {
27314
- value: "#FFCE8F",
27315
- type: "color"
27316
- },
27317
- name: "300 ",
27318
- attributes: {
27319
- category: "color",
27320
- type: "warning",
27321
- item: "300",
27322
- hex: "ffce8f",
27323
- rgb: {
27324
- r: 255,
27325
- g: 206,
27326
- b: 143,
27327
- a: 1
27328
- },
27329
- hsl: {
27330
- h: 33.75,
27331
- s: 1,
27332
- l: 0.7803921568627451,
27333
- a: 1
27334
- },
27335
- hsv: {
27336
- h: 33.75,
27337
- s: 0.4392156862745098,
27338
- v: 1,
27339
- a: 1
27340
- }
27341
- },
27342
- path: [
27343
- "color",
27344
- "warning",
27345
- "300"
27346
- ]
27347
- },
27348
- "400": {
27349
- value: "#FFB95E",
27350
- type: "color",
27351
- filePath: "tokens/src/color/warning.json",
27352
- isSource: true,
27353
- original: {
27354
- value: "#FFB95E",
27355
- type: "color"
27356
- },
27357
- name: "400 ",
27358
- attributes: {
27359
- category: "color",
27360
- type: "warning",
27361
- item: "400",
27362
- hex: "ffb95e",
27363
- rgb: {
27364
- r: 255,
27365
- g: 185,
27366
- b: 94,
27367
- a: 1
27368
- },
27369
- hsl: {
27370
- h: 33.91304347826087,
27371
- s: 1,
27372
- l: 0.6843137254901961,
27373
- a: 1
27374
- },
27375
- hsv: {
27376
- h: 33.91304347826087,
27377
- s: 0.6313725490196078,
27378
- v: 1,
27379
- a: 1
27380
- }
27381
- },
27382
- path: [
27383
- "color",
27384
- "warning",
27385
- "400"
27386
- ]
27387
- },
27388
- "500": {
27389
- value: "#FF9D1F",
27390
- type: "color",
27391
- filePath: "tokens/src/color/warning.json",
27392
- isSource: true,
27393
- original: {
27394
- value: "#FF9D1F",
27395
- type: "color"
27396
- },
27397
- name: "500 ",
27398
- attributes: {
27399
- category: "color",
27400
- type: "warning",
27401
- item: "500",
27402
- hex: "ff9d1f",
27403
- rgb: {
27404
- r: 255,
27405
- g: 157,
27406
- b: 31,
27407
- a: 1
27408
- },
27409
- hsl: {
27410
- h: 33.75,
27411
- s: 1,
27412
- l: 0.5607843137254902,
27413
- a: 1
27414
- },
27415
- hsv: {
27416
- h: 33.75,
27417
- s: 0.8784313725490196,
27418
- v: 1,
27419
- a: 1
27420
- }
27421
- },
27422
- path: [
27423
- "color",
27424
- "warning",
27425
- "500"
27426
- ]
27427
- },
27428
26628
  subtle: {
27429
26629
  value: "#FFEDD6",
27430
26630
  type: "color",
@@ -28801,7 +28001,7 @@ var designSystemPrinciples = {
28801
28001
  },
28802
28002
  {
28803
28003
  wrong: "color: #DA0707",
28804
- right: "color: var(--color-alert-400)",
28004
+ right: "color: var(--color-alert-strong)",
28805
28005
  why: "Semantic tokens communicate intent and adapt to themes"
28806
28006
  },
28807
28007
  {
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.23",
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": "2.0.0",
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",