@testgorilla/tgo-ui 7.13.0-beta.0 → 7.13.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/mcp/catalog.json +1 -0
- package/mcp/server.mjs +21567 -0
- package/package.json +48 -48
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testgorilla/tgo-ui",
|
|
3
|
-
"version": "7.13.0
|
|
3
|
+
"version": "7.13.0",
|
|
4
4
|
"license": "proprietary-license",
|
|
5
5
|
"lint-staged": {
|
|
6
6
|
"{projects,components}/**/*.ts": [
|
|
@@ -76,14 +76,14 @@
|
|
|
76
76
|
"types": "./components/accordion/index.d.ts",
|
|
77
77
|
"default": "./fesm2022/testgorilla-tgo-ui-components-accordion.mjs"
|
|
78
78
|
},
|
|
79
|
-
"./components/ai-audio-circle": {
|
|
80
|
-
"types": "./components/ai-audio-circle/index.d.ts",
|
|
81
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
|
|
82
|
-
},
|
|
83
79
|
"./components/ai-caveat": {
|
|
84
80
|
"types": "./components/ai-caveat/index.d.ts",
|
|
85
81
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs"
|
|
86
82
|
},
|
|
83
|
+
"./components/ai-audio-circle": {
|
|
84
|
+
"types": "./components/ai-audio-circle/index.d.ts",
|
|
85
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
|
|
86
|
+
},
|
|
87
87
|
"./components/ai-feedback": {
|
|
88
88
|
"types": "./components/ai-feedback/index.d.ts",
|
|
89
89
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
@@ -92,26 +92,30 @@
|
|
|
92
92
|
"types": "./components/alert-banner/index.d.ts",
|
|
93
93
|
"default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
|
|
94
94
|
},
|
|
95
|
-
"./components/audio-waveform": {
|
|
96
|
-
"types": "./components/audio-waveform/index.d.ts",
|
|
97
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs"
|
|
98
|
-
},
|
|
99
95
|
"./components/autocomplete": {
|
|
100
96
|
"types": "./components/autocomplete/index.d.ts",
|
|
101
97
|
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs"
|
|
102
98
|
},
|
|
103
|
-
"./components/
|
|
104
|
-
"types": "./components/
|
|
105
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
99
|
+
"./components/audio-waveform": {
|
|
100
|
+
"types": "./components/audio-waveform/index.d.ts",
|
|
101
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs"
|
|
106
102
|
},
|
|
107
103
|
"./components/avatar": {
|
|
108
104
|
"types": "./components/avatar/index.d.ts",
|
|
109
105
|
"default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
|
|
110
106
|
},
|
|
107
|
+
"./components/autocomplete-v2": {
|
|
108
|
+
"types": "./components/autocomplete-v2/index.d.ts",
|
|
109
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete-v2.mjs"
|
|
110
|
+
},
|
|
111
111
|
"./components/badge": {
|
|
112
112
|
"types": "./components/badge/index.d.ts",
|
|
113
113
|
"default": "./fesm2022/testgorilla-tgo-ui-components-badge.mjs"
|
|
114
114
|
},
|
|
115
|
+
"./components/breadcrumb": {
|
|
116
|
+
"types": "./components/breadcrumb/index.d.ts",
|
|
117
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs"
|
|
118
|
+
},
|
|
115
119
|
"./components/button": {
|
|
116
120
|
"types": "./components/button/index.d.ts",
|
|
117
121
|
"default": "./fesm2022/testgorilla-tgo-ui-components-button.mjs"
|
|
@@ -120,10 +124,6 @@
|
|
|
120
124
|
"types": "./components/card/index.d.ts",
|
|
121
125
|
"default": "./fesm2022/testgorilla-tgo-ui-components-card.mjs"
|
|
122
126
|
},
|
|
123
|
-
"./components/breadcrumb": {
|
|
124
|
-
"types": "./components/breadcrumb/index.d.ts",
|
|
125
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs"
|
|
126
|
-
},
|
|
127
127
|
"./components/checklist": {
|
|
128
128
|
"types": "./components/checklist/index.d.ts",
|
|
129
129
|
"default": "./fesm2022/testgorilla-tgo-ui-components-checklist.mjs"
|
|
@@ -176,14 +176,14 @@
|
|
|
176
176
|
"types": "./components/filter-button/index.d.ts",
|
|
177
177
|
"default": "./fesm2022/testgorilla-tgo-ui-components-filter-button.mjs"
|
|
178
178
|
},
|
|
179
|
-
"./components/icon": {
|
|
180
|
-
"types": "./components/icon/index.d.ts",
|
|
181
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-icon.mjs"
|
|
182
|
-
},
|
|
183
179
|
"./components/gaussian-chart": {
|
|
184
180
|
"types": "./components/gaussian-chart/index.d.ts",
|
|
185
181
|
"default": "./fesm2022/testgorilla-tgo-ui-components-gaussian-chart.mjs"
|
|
186
182
|
},
|
|
183
|
+
"./components/icon": {
|
|
184
|
+
"types": "./components/icon/index.d.ts",
|
|
185
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-icon.mjs"
|
|
186
|
+
},
|
|
187
187
|
"./components/icon-label": {
|
|
188
188
|
"types": "./components/icon-label/index.d.ts",
|
|
189
189
|
"default": "./fesm2022/testgorilla-tgo-ui-components-icon-label.mjs"
|
|
@@ -196,38 +196,34 @@
|
|
|
196
196
|
"types": "./components/media-card/index.d.ts",
|
|
197
197
|
"default": "./fesm2022/testgorilla-tgo-ui-components-media-card.mjs"
|
|
198
198
|
},
|
|
199
|
-
"./components/media-dialog": {
|
|
200
|
-
"types": "./components/media-dialog/index.d.ts",
|
|
201
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-media-dialog.mjs"
|
|
202
|
-
},
|
|
203
199
|
"./components/logo": {
|
|
204
200
|
"types": "./components/logo/index.d.ts",
|
|
205
201
|
"default": "./fesm2022/testgorilla-tgo-ui-components-logo.mjs"
|
|
206
202
|
},
|
|
203
|
+
"./components/media-dialog": {
|
|
204
|
+
"types": "./components/media-dialog/index.d.ts",
|
|
205
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-media-dialog.mjs"
|
|
206
|
+
},
|
|
207
207
|
"./components/multi-input": {
|
|
208
208
|
"types": "./components/multi-input/index.d.ts",
|
|
209
209
|
"default": "./fesm2022/testgorilla-tgo-ui-components-multi-input.mjs"
|
|
210
210
|
},
|
|
211
|
-
"./components/
|
|
212
|
-
"types": "./components/
|
|
213
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
211
|
+
"./components/navbar": {
|
|
212
|
+
"types": "./components/navbar/index.d.ts",
|
|
213
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-navbar.mjs"
|
|
214
214
|
},
|
|
215
215
|
"./components/overflow-menu": {
|
|
216
216
|
"types": "./components/overflow-menu/index.d.ts",
|
|
217
217
|
"default": "./fesm2022/testgorilla-tgo-ui-components-overflow-menu.mjs"
|
|
218
218
|
},
|
|
219
|
-
"./components/
|
|
220
|
-
"types": "./components/
|
|
221
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
219
|
+
"./components/page-header": {
|
|
220
|
+
"types": "./components/page-header/index.d.ts",
|
|
221
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-page-header.mjs"
|
|
222
222
|
},
|
|
223
223
|
"./components/paginator": {
|
|
224
224
|
"types": "./components/paginator/index.d.ts",
|
|
225
225
|
"default": "./fesm2022/testgorilla-tgo-ui-components-paginator.mjs"
|
|
226
226
|
},
|
|
227
|
-
"./components/phone-input": {
|
|
228
|
-
"types": "./components/phone-input/index.d.ts",
|
|
229
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-phone-input.mjs"
|
|
230
|
-
},
|
|
231
227
|
"./components/password-criteria": {
|
|
232
228
|
"types": "./components/password-criteria/index.d.ts",
|
|
233
229
|
"default": "./fesm2022/testgorilla-tgo-ui-components-password-criteria.mjs"
|
|
@@ -236,6 +232,10 @@
|
|
|
236
232
|
"types": "./components/password-strength/index.d.ts",
|
|
237
233
|
"default": "./fesm2022/testgorilla-tgo-ui-components-password-strength.mjs"
|
|
238
234
|
},
|
|
235
|
+
"./components/phone-input": {
|
|
236
|
+
"types": "./components/phone-input/index.d.ts",
|
|
237
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-phone-input.mjs"
|
|
238
|
+
},
|
|
239
239
|
"./components/popover": {
|
|
240
240
|
"types": "./components/popover/index.d.ts",
|
|
241
241
|
"default": "./fesm2022/testgorilla-tgo-ui-components-popover.mjs"
|
|
@@ -272,14 +272,14 @@
|
|
|
272
272
|
"types": "./components/segmented-bar/index.d.ts",
|
|
273
273
|
"default": "./fesm2022/testgorilla-tgo-ui-components-segmented-bar.mjs"
|
|
274
274
|
},
|
|
275
|
-
"./components/selectable-card": {
|
|
276
|
-
"types": "./components/selectable-card/index.d.ts",
|
|
277
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-selectable-card.mjs"
|
|
278
|
-
},
|
|
279
275
|
"./components/segmented-button": {
|
|
280
276
|
"types": "./components/segmented-button/index.d.ts",
|
|
281
277
|
"default": "./fesm2022/testgorilla-tgo-ui-components-segmented-button.mjs"
|
|
282
278
|
},
|
|
279
|
+
"./components/selectable-card": {
|
|
280
|
+
"types": "./components/selectable-card/index.d.ts",
|
|
281
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-selectable-card.mjs"
|
|
282
|
+
},
|
|
283
283
|
"./components/side-navigation": {
|
|
284
284
|
"types": "./components/side-navigation/index.d.ts",
|
|
285
285
|
"default": "./fesm2022/testgorilla-tgo-ui-components-side-navigation.mjs"
|
|
@@ -312,29 +312,29 @@
|
|
|
312
312
|
"types": "./components/spinner/index.d.ts",
|
|
313
313
|
"default": "./fesm2022/testgorilla-tgo-ui-components-spinner.mjs"
|
|
314
314
|
},
|
|
315
|
-
"./components/table": {
|
|
316
|
-
"types": "./components/table/index.d.ts",
|
|
317
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-table.mjs"
|
|
318
|
-
},
|
|
319
315
|
"./components/stepper": {
|
|
320
316
|
"types": "./components/stepper/index.d.ts",
|
|
321
317
|
"default": "./fesm2022/testgorilla-tgo-ui-components-stepper.mjs"
|
|
322
318
|
},
|
|
319
|
+
"./components/table": {
|
|
320
|
+
"types": "./components/table/index.d.ts",
|
|
321
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-table.mjs"
|
|
322
|
+
},
|
|
323
323
|
"./components/tabs": {
|
|
324
324
|
"types": "./components/tabs/index.d.ts",
|
|
325
325
|
"default": "./fesm2022/testgorilla-tgo-ui-components-tabs.mjs"
|
|
326
326
|
},
|
|
327
|
-
"./components/
|
|
328
|
-
"types": "./components/
|
|
329
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
327
|
+
"./components/tag": {
|
|
328
|
+
"types": "./components/tag/index.d.ts",
|
|
329
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-tag.mjs"
|
|
330
330
|
},
|
|
331
331
|
"./components/toggle": {
|
|
332
332
|
"types": "./components/toggle/index.d.ts",
|
|
333
333
|
"default": "./fesm2022/testgorilla-tgo-ui-components-toggle.mjs"
|
|
334
334
|
},
|
|
335
|
-
"./components/
|
|
336
|
-
"types": "./components/
|
|
337
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
335
|
+
"./components/tooltip": {
|
|
336
|
+
"types": "./components/tooltip/index.d.ts",
|
|
337
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-tooltip.mjs"
|
|
338
338
|
},
|
|
339
339
|
"./components/universal-skills": {
|
|
340
340
|
"types": "./components/universal-skills/index.d.ts",
|