@testgorilla/tgo-ui 7.2.0 → 7.2.4
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-table.mjs +2 -2
- package/fesm2022/testgorilla-tgo-ui-components-table.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 +29 -28
- 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.4",
|
|
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,6 +70,10 @@
|
|
|
69
70
|
"types": "./index.d.ts",
|
|
70
71
|
"default": "./fesm2022/testgorilla-tgo-ui.mjs"
|
|
71
72
|
},
|
|
73
|
+
"./components/ai-audio-circle": {
|
|
74
|
+
"types": "./components/ai-audio-circle/index.d.ts",
|
|
75
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
|
|
76
|
+
},
|
|
72
77
|
"./components/accordion": {
|
|
73
78
|
"types": "./components/accordion/index.d.ts",
|
|
74
79
|
"default": "./fesm2022/testgorilla-tgo-ui-components-accordion.mjs"
|
|
@@ -77,9 +82,9 @@
|
|
|
77
82
|
"types": "./components/ai-caveat/index.d.ts",
|
|
78
83
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs"
|
|
79
84
|
},
|
|
80
|
-
"./components/ai-
|
|
81
|
-
"types": "./components/ai-
|
|
82
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-
|
|
85
|
+
"./components/ai-feedback": {
|
|
86
|
+
"types": "./components/ai-feedback/index.d.ts",
|
|
87
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
83
88
|
},
|
|
84
89
|
"./components/audio-waveform": {
|
|
85
90
|
"types": "./components/audio-waveform/index.d.ts",
|
|
@@ -89,10 +94,6 @@
|
|
|
89
94
|
"types": "./components/alert-banner/index.d.ts",
|
|
90
95
|
"default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
|
|
91
96
|
},
|
|
92
|
-
"./components/ai-feedback": {
|
|
93
|
-
"types": "./components/ai-feedback/index.d.ts",
|
|
94
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
95
|
-
},
|
|
96
97
|
"./components/avatar": {
|
|
97
98
|
"types": "./components/avatar/index.d.ts",
|
|
98
99
|
"default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
|
|
@@ -105,14 +106,14 @@
|
|
|
105
106
|
"types": "./components/badge/index.d.ts",
|
|
106
107
|
"default": "./fesm2022/testgorilla-tgo-ui-components-badge.mjs"
|
|
107
108
|
},
|
|
108
|
-
"./components/button": {
|
|
109
|
-
"types": "./components/button/index.d.ts",
|
|
110
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-button.mjs"
|
|
111
|
-
},
|
|
112
109
|
"./components/breadcrumb": {
|
|
113
110
|
"types": "./components/breadcrumb/index.d.ts",
|
|
114
111
|
"default": "./fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs"
|
|
115
112
|
},
|
|
113
|
+
"./components/button": {
|
|
114
|
+
"types": "./components/button/index.d.ts",
|
|
115
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-button.mjs"
|
|
116
|
+
},
|
|
116
117
|
"./components/card": {
|
|
117
118
|
"types": "./components/card/index.d.ts",
|
|
118
119
|
"default": "./fesm2022/testgorilla-tgo-ui-components-card.mjs"
|
|
@@ -129,14 +130,6 @@
|
|
|
129
130
|
"types": "./components/datepicker/index.d.ts",
|
|
130
131
|
"default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
|
|
131
132
|
},
|
|
132
|
-
"./components/divider": {
|
|
133
|
-
"types": "./components/divider/index.d.ts",
|
|
134
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-divider.mjs"
|
|
135
|
-
},
|
|
136
|
-
"./components/donut-chart": {
|
|
137
|
-
"types": "./components/donut-chart/index.d.ts",
|
|
138
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs"
|
|
139
|
-
},
|
|
140
133
|
"./components/core": {
|
|
141
134
|
"types": "./components/core/index.d.ts",
|
|
142
135
|
"default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
|
|
@@ -145,26 +138,34 @@
|
|
|
145
138
|
"types": "./components/dialog/index.d.ts",
|
|
146
139
|
"default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
|
|
147
140
|
},
|
|
141
|
+
"./components/divider": {
|
|
142
|
+
"types": "./components/divider/index.d.ts",
|
|
143
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-divider.mjs"
|
|
144
|
+
},
|
|
145
|
+
"./components/donut-chart": {
|
|
146
|
+
"types": "./components/donut-chart/index.d.ts",
|
|
147
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs"
|
|
148
|
+
},
|
|
148
149
|
"./components/dropdown": {
|
|
149
150
|
"types": "./components/dropdown/index.d.ts",
|
|
150
151
|
"default": "./fesm2022/testgorilla-tgo-ui-components-dropdown.mjs"
|
|
151
152
|
},
|
|
152
|
-
"./components/elevation-shadow": {
|
|
153
|
-
"types": "./components/elevation-shadow/index.d.ts",
|
|
154
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs"
|
|
155
|
-
},
|
|
156
153
|
"./components/empty-state": {
|
|
157
154
|
"types": "./components/empty-state/index.d.ts",
|
|
158
155
|
"default": "./fesm2022/testgorilla-tgo-ui-components-empty-state.mjs"
|
|
159
156
|
},
|
|
160
|
-
"./components/
|
|
161
|
-
"types": "./components/
|
|
162
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
157
|
+
"./components/elevation-shadow": {
|
|
158
|
+
"types": "./components/elevation-shadow/index.d.ts",
|
|
159
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs"
|
|
163
160
|
},
|
|
164
161
|
"./components/field": {
|
|
165
162
|
"types": "./components/field/index.d.ts",
|
|
166
163
|
"default": "./fesm2022/testgorilla-tgo-ui-components-field.mjs"
|
|
167
164
|
},
|
|
165
|
+
"./components/file-upload": {
|
|
166
|
+
"types": "./components/file-upload/index.d.ts",
|
|
167
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-file-upload.mjs"
|
|
168
|
+
},
|
|
168
169
|
"./components/filter-button": {
|
|
169
170
|
"types": "./components/filter-button/index.d.ts",
|
|
170
171
|
"default": "./fesm2022/testgorilla-tgo-ui-components-filter-button.mjs"
|