@testgorilla/tgo-ui 7.12.0 → 7.13.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/radial-progress/radial-progress.component.d.ts +13 -1
- package/fesm2022/testgorilla-tgo-ui-components-radial-progress.mjs +17 -3
- package/fesm2022/testgorilla-tgo-ui-components-radial-progress.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-stepper.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-stepper.mjs.map +1 -1
- package/mcp/catalog.json +1 -1
- package/package.json +24 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testgorilla/tgo-ui",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.13.0",
|
|
4
4
|
"license": "proprietary-license",
|
|
5
5
|
"lint-staged": {
|
|
6
6
|
"{projects,components}/**/*.ts": [
|
|
@@ -76,14 +76,14 @@
|
|
|
76
76
|
"types": "./components/accordion/index.d.ts",
|
|
77
77
|
"default": "./fesm2022/testgorilla-tgo-ui-components-accordion.mjs"
|
|
78
78
|
},
|
|
79
|
-
"./components/ai-audio-circle": {
|
|
80
|
-
"types": "./components/ai-audio-circle/index.d.ts",
|
|
81
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
|
|
82
|
-
},
|
|
83
79
|
"./components/ai-caveat": {
|
|
84
80
|
"types": "./components/ai-caveat/index.d.ts",
|
|
85
81
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs"
|
|
86
82
|
},
|
|
83
|
+
"./components/ai-audio-circle": {
|
|
84
|
+
"types": "./components/ai-audio-circle/index.d.ts",
|
|
85
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
|
|
86
|
+
},
|
|
87
87
|
"./components/ai-feedback": {
|
|
88
88
|
"types": "./components/ai-feedback/index.d.ts",
|
|
89
89
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
@@ -92,22 +92,22 @@
|
|
|
92
92
|
"types": "./components/alert-banner/index.d.ts",
|
|
93
93
|
"default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
|
|
94
94
|
},
|
|
95
|
-
"./components/audio-waveform": {
|
|
96
|
-
"types": "./components/audio-waveform/index.d.ts",
|
|
97
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs"
|
|
98
|
-
},
|
|
99
95
|
"./components/autocomplete": {
|
|
100
96
|
"types": "./components/autocomplete/index.d.ts",
|
|
101
97
|
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs"
|
|
102
98
|
},
|
|
103
|
-
"./components/
|
|
104
|
-
"types": "./components/
|
|
105
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
99
|
+
"./components/audio-waveform": {
|
|
100
|
+
"types": "./components/audio-waveform/index.d.ts",
|
|
101
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs"
|
|
106
102
|
},
|
|
107
103
|
"./components/avatar": {
|
|
108
104
|
"types": "./components/avatar/index.d.ts",
|
|
109
105
|
"default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
|
|
110
106
|
},
|
|
107
|
+
"./components/autocomplete-v2": {
|
|
108
|
+
"types": "./components/autocomplete-v2/index.d.ts",
|
|
109
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete-v2.mjs"
|
|
110
|
+
},
|
|
111
111
|
"./components/badge": {
|
|
112
112
|
"types": "./components/badge/index.d.ts",
|
|
113
113
|
"default": "./fesm2022/testgorilla-tgo-ui-components-badge.mjs"
|
|
@@ -124,26 +124,26 @@
|
|
|
124
124
|
"types": "./components/card/index.d.ts",
|
|
125
125
|
"default": "./fesm2022/testgorilla-tgo-ui-components-card.mjs"
|
|
126
126
|
},
|
|
127
|
-
"./components/checkbox": {
|
|
128
|
-
"types": "./components/checkbox/index.d.ts",
|
|
129
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-checkbox.mjs"
|
|
130
|
-
},
|
|
131
127
|
"./components/checklist": {
|
|
132
128
|
"types": "./components/checklist/index.d.ts",
|
|
133
129
|
"default": "./fesm2022/testgorilla-tgo-ui-components-checklist.mjs"
|
|
134
130
|
},
|
|
131
|
+
"./components/checkbox": {
|
|
132
|
+
"types": "./components/checkbox/index.d.ts",
|
|
133
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-checkbox.mjs"
|
|
134
|
+
},
|
|
135
135
|
"./components/core": {
|
|
136
136
|
"types": "./components/core/index.d.ts",
|
|
137
137
|
"default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
|
|
138
138
|
},
|
|
139
|
-
"./components/datepicker": {
|
|
140
|
-
"types": "./components/datepicker/index.d.ts",
|
|
141
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
|
|
142
|
-
},
|
|
143
139
|
"./components/dialog": {
|
|
144
140
|
"types": "./components/dialog/index.d.ts",
|
|
145
141
|
"default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
|
|
146
142
|
},
|
|
143
|
+
"./components/datepicker": {
|
|
144
|
+
"types": "./components/datepicker/index.d.ts",
|
|
145
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
|
|
146
|
+
},
|
|
147
147
|
"./components/divider": {
|
|
148
148
|
"types": "./components/divider/index.d.ts",
|
|
149
149
|
"default": "./fesm2022/testgorilla-tgo-ui-components-divider.mjs"
|
|
@@ -192,14 +192,14 @@
|
|
|
192
192
|
"types": "./components/inline-field/index.d.ts",
|
|
193
193
|
"default": "./fesm2022/testgorilla-tgo-ui-components-inline-field.mjs"
|
|
194
194
|
},
|
|
195
|
-
"./components/logo": {
|
|
196
|
-
"types": "./components/logo/index.d.ts",
|
|
197
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-logo.mjs"
|
|
198
|
-
},
|
|
199
195
|
"./components/media-card": {
|
|
200
196
|
"types": "./components/media-card/index.d.ts",
|
|
201
197
|
"default": "./fesm2022/testgorilla-tgo-ui-components-media-card.mjs"
|
|
202
198
|
},
|
|
199
|
+
"./components/logo": {
|
|
200
|
+
"types": "./components/logo/index.d.ts",
|
|
201
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-logo.mjs"
|
|
202
|
+
},
|
|
203
203
|
"./components/media-dialog": {
|
|
204
204
|
"types": "./components/media-dialog/index.d.ts",
|
|
205
205
|
"default": "./fesm2022/testgorilla-tgo-ui-components-media-dialog.mjs"
|