@testgorilla/tgo-ui 7.2.9 → 7.2.10
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 +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testgorilla/tgo-ui",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.10",
|
|
4
4
|
"license": "proprietary-license",
|
|
5
5
|
"lint-staged": {
|
|
6
6
|
"{projects,components}/**/*.ts": [
|
|
@@ -86,22 +86,22 @@
|
|
|
86
86
|
"types": "./components/ai-feedback/index.d.ts",
|
|
87
87
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
88
88
|
},
|
|
89
|
-
"./components/alert-banner": {
|
|
90
|
-
"types": "./components/alert-banner/index.d.ts",
|
|
91
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
|
|
92
|
-
},
|
|
93
89
|
"./components/audio-waveform": {
|
|
94
90
|
"types": "./components/audio-waveform/index.d.ts",
|
|
95
91
|
"default": "./fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs"
|
|
96
92
|
},
|
|
97
|
-
"./components/
|
|
98
|
-
"types": "./components/
|
|
99
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
93
|
+
"./components/alert-banner": {
|
|
94
|
+
"types": "./components/alert-banner/index.d.ts",
|
|
95
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
|
|
100
96
|
},
|
|
101
97
|
"./components/autocomplete": {
|
|
102
98
|
"types": "./components/autocomplete/index.d.ts",
|
|
103
99
|
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs"
|
|
104
100
|
},
|
|
101
|
+
"./components/avatar": {
|
|
102
|
+
"types": "./components/avatar/index.d.ts",
|
|
103
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
|
|
104
|
+
},
|
|
105
105
|
"./components/badge": {
|
|
106
106
|
"types": "./components/badge/index.d.ts",
|
|
107
107
|
"default": "./fesm2022/testgorilla-tgo-ui-components-badge.mjs"
|
|
@@ -130,14 +130,14 @@
|
|
|
130
130
|
"types": "./components/core/index.d.ts",
|
|
131
131
|
"default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
|
|
132
132
|
},
|
|
133
|
-
"./components/datepicker": {
|
|
134
|
-
"types": "./components/datepicker/index.d.ts",
|
|
135
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
|
|
136
|
-
},
|
|
137
133
|
"./components/dialog": {
|
|
138
134
|
"types": "./components/dialog/index.d.ts",
|
|
139
135
|
"default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
|
|
140
136
|
},
|
|
137
|
+
"./components/datepicker": {
|
|
138
|
+
"types": "./components/datepicker/index.d.ts",
|
|
139
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
|
|
140
|
+
},
|
|
141
141
|
"./components/divider": {
|
|
142
142
|
"types": "./components/divider/index.d.ts",
|
|
143
143
|
"default": "./fesm2022/testgorilla-tgo-ui-components-divider.mjs"
|
|
@@ -174,14 +174,14 @@
|
|
|
174
174
|
"types": "./components/gaussian-chart/index.d.ts",
|
|
175
175
|
"default": "./fesm2022/testgorilla-tgo-ui-components-gaussian-chart.mjs"
|
|
176
176
|
},
|
|
177
|
-
"./components/icon": {
|
|
178
|
-
"types": "./components/icon/index.d.ts",
|
|
179
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-icon.mjs"
|
|
180
|
-
},
|
|
181
177
|
"./components/icon-label": {
|
|
182
178
|
"types": "./components/icon-label/index.d.ts",
|
|
183
179
|
"default": "./fesm2022/testgorilla-tgo-ui-components-icon-label.mjs"
|
|
184
180
|
},
|
|
181
|
+
"./components/icon": {
|
|
182
|
+
"types": "./components/icon/index.d.ts",
|
|
183
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-icon.mjs"
|
|
184
|
+
},
|
|
185
185
|
"./components/inline-field": {
|
|
186
186
|
"types": "./components/inline-field/index.d.ts",
|
|
187
187
|
"default": "./fesm2022/testgorilla-tgo-ui-components-inline-field.mjs"
|