@testgorilla/tgo-ui 7.5.1 → 7.6.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/components/autocomplete-v2/autocomplete-v2.component.d.ts +2 -1
- package/components/icon/icon-svg-content.d.ts +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-autocomplete-v2.mjs +3 -2
- package/fesm2022/testgorilla-tgo-ui-components-autocomplete-v2.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-icon.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-icon.mjs.map +1 -1
- package/mcp/catalog.json +1 -1
- package/package.json +23 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testgorilla/tgo-ui",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.6.0",
|
|
4
4
|
"license": "proprietary-license",
|
|
5
5
|
"lint-staged": {
|
|
6
6
|
"{projects,components}/**/*.ts": [
|
|
@@ -78,26 +78,26 @@
|
|
|
78
78
|
"types": "./components/ai-audio-circle/index.d.ts",
|
|
79
79
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
|
|
80
80
|
},
|
|
81
|
-
"./components/ai-feedback": {
|
|
82
|
-
"types": "./components/ai-feedback/index.d.ts",
|
|
83
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
84
|
-
},
|
|
85
81
|
"./components/ai-caveat": {
|
|
86
82
|
"types": "./components/ai-caveat/index.d.ts",
|
|
87
83
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs"
|
|
88
84
|
},
|
|
89
|
-
"./components/autocomplete": {
|
|
90
|
-
"types": "./components/autocomplete/index.d.ts",
|
|
91
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs"
|
|
92
|
-
},
|
|
93
85
|
"./components/alert-banner": {
|
|
94
86
|
"types": "./components/alert-banner/index.d.ts",
|
|
95
87
|
"default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
|
|
96
88
|
},
|
|
89
|
+
"./components/ai-feedback": {
|
|
90
|
+
"types": "./components/ai-feedback/index.d.ts",
|
|
91
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
92
|
+
},
|
|
97
93
|
"./components/audio-waveform": {
|
|
98
94
|
"types": "./components/audio-waveform/index.d.ts",
|
|
99
95
|
"default": "./fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs"
|
|
100
96
|
},
|
|
97
|
+
"./components/autocomplete": {
|
|
98
|
+
"types": "./components/autocomplete/index.d.ts",
|
|
99
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs"
|
|
100
|
+
},
|
|
101
101
|
"./components/autocomplete-v2": {
|
|
102
102
|
"types": "./components/autocomplete-v2/index.d.ts",
|
|
103
103
|
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete-v2.mjs"
|
|
@@ -106,10 +106,6 @@
|
|
|
106
106
|
"types": "./components/avatar/index.d.ts",
|
|
107
107
|
"default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
|
|
108
108
|
},
|
|
109
|
-
"./components/button": {
|
|
110
|
-
"types": "./components/button/index.d.ts",
|
|
111
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-button.mjs"
|
|
112
|
-
},
|
|
113
109
|
"./components/badge": {
|
|
114
110
|
"types": "./components/badge/index.d.ts",
|
|
115
111
|
"default": "./fesm2022/testgorilla-tgo-ui-components-badge.mjs"
|
|
@@ -122,22 +118,26 @@
|
|
|
122
118
|
"types": "./components/card/index.d.ts",
|
|
123
119
|
"default": "./fesm2022/testgorilla-tgo-ui-components-card.mjs"
|
|
124
120
|
},
|
|
125
|
-
"./components/
|
|
126
|
-
"types": "./components/
|
|
127
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
121
|
+
"./components/button": {
|
|
122
|
+
"types": "./components/button/index.d.ts",
|
|
123
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-button.mjs"
|
|
128
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"
|
|
136
132
|
},
|
|
137
133
|
"./components/core": {
|
|
138
134
|
"types": "./components/core/index.d.ts",
|
|
139
135
|
"default": "./fesm2022/testgorilla-tgo-ui-components-core.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"
|
|
@@ -322,14 +322,14 @@
|
|
|
322
322
|
"types": "./components/tag/index.d.ts",
|
|
323
323
|
"default": "./fesm2022/testgorilla-tgo-ui-components-tag.mjs"
|
|
324
324
|
},
|
|
325
|
-
"./components/tooltip": {
|
|
326
|
-
"types": "./components/tooltip/index.d.ts",
|
|
327
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-tooltip.mjs"
|
|
328
|
-
},
|
|
329
325
|
"./components/toggle": {
|
|
330
326
|
"types": "./components/toggle/index.d.ts",
|
|
331
327
|
"default": "./fesm2022/testgorilla-tgo-ui-components-toggle.mjs"
|
|
332
328
|
},
|
|
329
|
+
"./components/tooltip": {
|
|
330
|
+
"types": "./components/tooltip/index.d.ts",
|
|
331
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-tooltip.mjs"
|
|
332
|
+
},
|
|
333
333
|
"./components/universal-skills": {
|
|
334
334
|
"types": "./components/universal-skills/index.d.ts",
|
|
335
335
|
"default": "./fesm2022/testgorilla-tgo-ui-components-universal-skills.mjs"
|