@testgorilla/tgo-ui 7.4.2 → 7.4.3
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 -1
- package/package.json +42 -42
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testgorilla/tgo-ui",
|
|
3
|
-
"version": "7.4.
|
|
3
|
+
"version": "7.4.3",
|
|
4
4
|
"license": "proprietary-license",
|
|
5
5
|
"lint-staged": {
|
|
6
6
|
"{projects,components}/**/*.ts": [
|
|
@@ -70,25 +70,21 @@
|
|
|
70
70
|
"types": "./index.d.ts",
|
|
71
71
|
"default": "./fesm2022/testgorilla-tgo-ui.mjs"
|
|
72
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
|
-
},
|
|
77
73
|
"./components/accordion": {
|
|
78
74
|
"types": "./components/accordion/index.d.ts",
|
|
79
75
|
"default": "./fesm2022/testgorilla-tgo-ui-components-accordion.mjs"
|
|
80
76
|
},
|
|
81
|
-
"./components/alert-banner": {
|
|
82
|
-
"types": "./components/alert-banner/index.d.ts",
|
|
83
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
|
|
84
|
-
},
|
|
85
77
|
"./components/ai-caveat": {
|
|
86
78
|
"types": "./components/ai-caveat/index.d.ts",
|
|
87
79
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs"
|
|
88
80
|
},
|
|
89
|
-
"./components/ai-
|
|
90
|
-
"types": "./components/ai-
|
|
91
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-
|
|
81
|
+
"./components/ai-audio-circle": {
|
|
82
|
+
"types": "./components/ai-audio-circle/index.d.ts",
|
|
83
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
|
|
84
|
+
},
|
|
85
|
+
"./components/alert-banner": {
|
|
86
|
+
"types": "./components/alert-banner/index.d.ts",
|
|
87
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
|
|
92
88
|
},
|
|
93
89
|
"./components/audio-waveform": {
|
|
94
90
|
"types": "./components/audio-waveform/index.d.ts",
|
|
@@ -98,6 +94,14 @@
|
|
|
98
94
|
"types": "./components/autocomplete/index.d.ts",
|
|
99
95
|
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs"
|
|
100
96
|
},
|
|
97
|
+
"./components/ai-feedback": {
|
|
98
|
+
"types": "./components/ai-feedback/index.d.ts",
|
|
99
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
100
|
+
},
|
|
101
|
+
"./components/autocomplete-v2": {
|
|
102
|
+
"types": "./components/autocomplete-v2/index.d.ts",
|
|
103
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete-v2.mjs"
|
|
104
|
+
},
|
|
101
105
|
"./components/badge": {
|
|
102
106
|
"types": "./components/badge/index.d.ts",
|
|
103
107
|
"default": "./fesm2022/testgorilla-tgo-ui-components-badge.mjs"
|
|
@@ -106,49 +110,49 @@
|
|
|
106
110
|
"types": "./components/avatar/index.d.ts",
|
|
107
111
|
"default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
|
|
108
112
|
},
|
|
109
|
-
"./components/autocomplete-v2": {
|
|
110
|
-
"types": "./components/autocomplete-v2/index.d.ts",
|
|
111
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete-v2.mjs"
|
|
112
|
-
},
|
|
113
|
-
"./components/breadcrumb": {
|
|
114
|
-
"types": "./components/breadcrumb/index.d.ts",
|
|
115
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs"
|
|
116
|
-
},
|
|
117
113
|
"./components/button": {
|
|
118
114
|
"types": "./components/button/index.d.ts",
|
|
119
115
|
"default": "./fesm2022/testgorilla-tgo-ui-components-button.mjs"
|
|
120
116
|
},
|
|
121
|
-
"./components/checklist": {
|
|
122
|
-
"types": "./components/checklist/index.d.ts",
|
|
123
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-checklist.mjs"
|
|
124
|
-
},
|
|
125
117
|
"./components/card": {
|
|
126
118
|
"types": "./components/card/index.d.ts",
|
|
127
119
|
"default": "./fesm2022/testgorilla-tgo-ui-components-card.mjs"
|
|
128
120
|
},
|
|
121
|
+
"./components/breadcrumb": {
|
|
122
|
+
"types": "./components/breadcrumb/index.d.ts",
|
|
123
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs"
|
|
124
|
+
},
|
|
129
125
|
"./components/checkbox": {
|
|
130
126
|
"types": "./components/checkbox/index.d.ts",
|
|
131
127
|
"default": "./fesm2022/testgorilla-tgo-ui-components-checkbox.mjs"
|
|
132
128
|
},
|
|
133
|
-
"./components/
|
|
134
|
-
"types": "./components/
|
|
135
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
129
|
+
"./components/checklist": {
|
|
130
|
+
"types": "./components/checklist/index.d.ts",
|
|
131
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-checklist.mjs"
|
|
132
|
+
},
|
|
133
|
+
"./components/divider": {
|
|
134
|
+
"types": "./components/divider/index.d.ts",
|
|
135
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-divider.mjs"
|
|
136
|
+
},
|
|
137
|
+
"./components/dialog": {
|
|
138
|
+
"types": "./components/dialog/index.d.ts",
|
|
139
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
|
|
136
140
|
},
|
|
137
141
|
"./components/datepicker": {
|
|
138
142
|
"types": "./components/datepicker/index.d.ts",
|
|
139
143
|
"default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
|
|
140
144
|
},
|
|
145
|
+
"./components/core": {
|
|
146
|
+
"types": "./components/core/index.d.ts",
|
|
147
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
|
|
148
|
+
},
|
|
141
149
|
"./components/donut-chart": {
|
|
142
150
|
"types": "./components/donut-chart/index.d.ts",
|
|
143
151
|
"default": "./fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs"
|
|
144
152
|
},
|
|
145
|
-
"./components/
|
|
146
|
-
"types": "./components/
|
|
147
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
148
|
-
},
|
|
149
|
-
"./components/dialog": {
|
|
150
|
-
"types": "./components/dialog/index.d.ts",
|
|
151
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
|
|
153
|
+
"./components/empty-state": {
|
|
154
|
+
"types": "./components/empty-state/index.d.ts",
|
|
155
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-empty-state.mjs"
|
|
152
156
|
},
|
|
153
157
|
"./components/dropdown": {
|
|
154
158
|
"types": "./components/dropdown/index.d.ts",
|
|
@@ -158,10 +162,6 @@
|
|
|
158
162
|
"types": "./components/elevation-shadow/index.d.ts",
|
|
159
163
|
"default": "./fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs"
|
|
160
164
|
},
|
|
161
|
-
"./components/empty-state": {
|
|
162
|
-
"types": "./components/empty-state/index.d.ts",
|
|
163
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-empty-state.mjs"
|
|
164
|
-
},
|
|
165
165
|
"./components/field": {
|
|
166
166
|
"types": "./components/field/index.d.ts",
|
|
167
167
|
"default": "./fesm2022/testgorilla-tgo-ui-components-field.mjs"
|
|
@@ -178,14 +178,14 @@
|
|
|
178
178
|
"types": "./components/gaussian-chart/index.d.ts",
|
|
179
179
|
"default": "./fesm2022/testgorilla-tgo-ui-components-gaussian-chart.mjs"
|
|
180
180
|
},
|
|
181
|
-
"./components/icon-label": {
|
|
182
|
-
"types": "./components/icon-label/index.d.ts",
|
|
183
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-icon-label.mjs"
|
|
184
|
-
},
|
|
185
181
|
"./components/icon": {
|
|
186
182
|
"types": "./components/icon/index.d.ts",
|
|
187
183
|
"default": "./fesm2022/testgorilla-tgo-ui-components-icon.mjs"
|
|
188
184
|
},
|
|
185
|
+
"./components/icon-label": {
|
|
186
|
+
"types": "./components/icon-label/index.d.ts",
|
|
187
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-icon-label.mjs"
|
|
188
|
+
},
|
|
189
189
|
"./components/inline-field": {
|
|
190
190
|
"types": "./components/inline-field/index.d.ts",
|
|
191
191
|
"default": "./fesm2022/testgorilla-tgo-ui-components-inline-field.mjs"
|