@testgorilla/tgo-ui 7.2.1 → 7.2.5
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/components/prompt/prompt.component.d.ts +12 -1
- package/fesm2022/testgorilla-tgo-ui-components-prompt.mjs +41 -5
- package/fesm2022/testgorilla-tgo-ui-components-prompt.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-write-with-ai.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-write-with-ai.mjs.map +1 -1
- package/mcp/catalog.json +1 -1
- package/package.json +22 -21
- package/projects/tgo-canopy-ui/theme/_input.scss +4 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testgorilla/tgo-ui",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.5",
|
|
4
4
|
"license": "proprietary-license",
|
|
5
5
|
"lint-staged": {
|
|
6
6
|
"{projects,components}/**/*.ts": [
|
|
@@ -57,7 +57,8 @@
|
|
|
57
57
|
"ajv": "^6.14.0"
|
|
58
58
|
},
|
|
59
59
|
"picomatch": "~4.0.4",
|
|
60
|
-
"@tootallnate/once": "^3.0.1"
|
|
60
|
+
"@tootallnate/once": "^3.0.1",
|
|
61
|
+
"vite": "^6.4.2"
|
|
61
62
|
},
|
|
62
63
|
"module": "fesm2022/testgorilla-tgo-ui.mjs",
|
|
63
64
|
"typings": "index.d.ts",
|
|
@@ -69,34 +70,34 @@
|
|
|
69
70
|
"types": "./index.d.ts",
|
|
70
71
|
"default": "./fesm2022/testgorilla-tgo-ui.mjs"
|
|
71
72
|
},
|
|
72
|
-
"./components/accordion": {
|
|
73
|
-
"types": "./components/accordion/index.d.ts",
|
|
74
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-accordion.mjs"
|
|
75
|
-
},
|
|
76
73
|
"./components/ai-audio-circle": {
|
|
77
74
|
"types": "./components/ai-audio-circle/index.d.ts",
|
|
78
75
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
|
|
79
76
|
},
|
|
77
|
+
"./components/accordion": {
|
|
78
|
+
"types": "./components/accordion/index.d.ts",
|
|
79
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-accordion.mjs"
|
|
80
|
+
},
|
|
80
81
|
"./components/ai-caveat": {
|
|
81
82
|
"types": "./components/ai-caveat/index.d.ts",
|
|
82
83
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs"
|
|
83
84
|
},
|
|
84
|
-
"./components/alert-banner": {
|
|
85
|
-
"types": "./components/alert-banner/index.d.ts",
|
|
86
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
|
|
87
|
-
},
|
|
88
85
|
"./components/ai-feedback": {
|
|
89
86
|
"types": "./components/ai-feedback/index.d.ts",
|
|
90
87
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
91
88
|
},
|
|
92
|
-
"./components/
|
|
93
|
-
"types": "./components/
|
|
94
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
89
|
+
"./components/alert-banner": {
|
|
90
|
+
"types": "./components/alert-banner/index.d.ts",
|
|
91
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
|
|
95
92
|
},
|
|
96
93
|
"./components/autocomplete": {
|
|
97
94
|
"types": "./components/autocomplete/index.d.ts",
|
|
98
95
|
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs"
|
|
99
96
|
},
|
|
97
|
+
"./components/audio-waveform": {
|
|
98
|
+
"types": "./components/audio-waveform/index.d.ts",
|
|
99
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs"
|
|
100
|
+
},
|
|
100
101
|
"./components/avatar": {
|
|
101
102
|
"types": "./components/avatar/index.d.ts",
|
|
102
103
|
"default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
|
|
@@ -125,14 +126,14 @@
|
|
|
125
126
|
"types": "./components/checklist/index.d.ts",
|
|
126
127
|
"default": "./fesm2022/testgorilla-tgo-ui-components-checklist.mjs"
|
|
127
128
|
},
|
|
128
|
-
"./components/datepicker": {
|
|
129
|
-
"types": "./components/datepicker/index.d.ts",
|
|
130
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
|
|
131
|
-
},
|
|
132
129
|
"./components/core": {
|
|
133
130
|
"types": "./components/core/index.d.ts",
|
|
134
131
|
"default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
|
|
135
132
|
},
|
|
133
|
+
"./components/datepicker": {
|
|
134
|
+
"types": "./components/datepicker/index.d.ts",
|
|
135
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
|
|
136
|
+
},
|
|
136
137
|
"./components/dialog": {
|
|
137
138
|
"types": "./components/dialog/index.d.ts",
|
|
138
139
|
"default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
|
|
@@ -305,14 +306,14 @@
|
|
|
305
306
|
"types": "./components/stepper/index.d.ts",
|
|
306
307
|
"default": "./fesm2022/testgorilla-tgo-ui-components-stepper.mjs"
|
|
307
308
|
},
|
|
308
|
-
"./components/table": {
|
|
309
|
-
"types": "./components/table/index.d.ts",
|
|
310
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-table.mjs"
|
|
311
|
-
},
|
|
312
309
|
"./components/tabs": {
|
|
313
310
|
"types": "./components/tabs/index.d.ts",
|
|
314
311
|
"default": "./fesm2022/testgorilla-tgo-ui-components-tabs.mjs"
|
|
315
312
|
},
|
|
313
|
+
"./components/table": {
|
|
314
|
+
"types": "./components/table/index.d.ts",
|
|
315
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-table.mjs"
|
|
316
|
+
},
|
|
316
317
|
"./components/tag": {
|
|
317
318
|
"types": "./components/tag/index.d.ts",
|
|
318
319
|
"default": "./fesm2022/testgorilla-tgo-ui-components-tag.mjs"
|