@testgorilla/tgo-ui 7.0.3 → 7.2.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/button/button.model.d.ts +1 -1
- package/components/icon/icon.config.d.ts +1 -1
- package/components/inline-field/inline-field.component.d.ts +2 -2
- package/fesm2022/testgorilla-tgo-ui-components-button.mjs +8 -4
- package/fesm2022/testgorilla-tgo-ui-components-button.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-icon.mjs +6 -0
- package/fesm2022/testgorilla-tgo-ui-components-icon.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-table.mjs +5 -2
- package/fesm2022/testgorilla-tgo-ui-components-table.mjs.map +1 -1
- package/mcp/catalog.json +1 -1
- package/package.json +31 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testgorilla/tgo-ui",
|
|
3
|
-
"version": "7.0
|
|
3
|
+
"version": "7.2.0",
|
|
4
4
|
"license": "proprietary-license",
|
|
5
5
|
"lint-staged": {
|
|
6
6
|
"{projects,components}/**/*.ts": [
|
|
@@ -73,46 +73,46 @@
|
|
|
73
73
|
"types": "./components/accordion/index.d.ts",
|
|
74
74
|
"default": "./fesm2022/testgorilla-tgo-ui-components-accordion.mjs"
|
|
75
75
|
},
|
|
76
|
-
"./components/ai-audio-circle": {
|
|
77
|
-
"types": "./components/ai-audio-circle/index.d.ts",
|
|
78
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
|
|
79
|
-
},
|
|
80
|
-
"./components/ai-feedback": {
|
|
81
|
-
"types": "./components/ai-feedback/index.d.ts",
|
|
82
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
83
|
-
},
|
|
84
76
|
"./components/ai-caveat": {
|
|
85
77
|
"types": "./components/ai-caveat/index.d.ts",
|
|
86
78
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs"
|
|
87
79
|
},
|
|
80
|
+
"./components/ai-audio-circle": {
|
|
81
|
+
"types": "./components/ai-audio-circle/index.d.ts",
|
|
82
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
|
|
83
|
+
},
|
|
88
84
|
"./components/audio-waveform": {
|
|
89
85
|
"types": "./components/audio-waveform/index.d.ts",
|
|
90
86
|
"default": "./fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs"
|
|
91
87
|
},
|
|
92
|
-
"./components/
|
|
93
|
-
"types": "./components/
|
|
94
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
88
|
+
"./components/alert-banner": {
|
|
89
|
+
"types": "./components/alert-banner/index.d.ts",
|
|
90
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
|
|
91
|
+
},
|
|
92
|
+
"./components/ai-feedback": {
|
|
93
|
+
"types": "./components/ai-feedback/index.d.ts",
|
|
94
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
95
95
|
},
|
|
96
96
|
"./components/avatar": {
|
|
97
97
|
"types": "./components/avatar/index.d.ts",
|
|
98
98
|
"default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
|
|
99
99
|
},
|
|
100
|
+
"./components/autocomplete": {
|
|
101
|
+
"types": "./components/autocomplete/index.d.ts",
|
|
102
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs"
|
|
103
|
+
},
|
|
100
104
|
"./components/badge": {
|
|
101
105
|
"types": "./components/badge/index.d.ts",
|
|
102
106
|
"default": "./fesm2022/testgorilla-tgo-ui-components-badge.mjs"
|
|
103
107
|
},
|
|
104
|
-
"./components/
|
|
105
|
-
"types": "./components/
|
|
106
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
108
|
+
"./components/button": {
|
|
109
|
+
"types": "./components/button/index.d.ts",
|
|
110
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-button.mjs"
|
|
107
111
|
},
|
|
108
112
|
"./components/breadcrumb": {
|
|
109
113
|
"types": "./components/breadcrumb/index.d.ts",
|
|
110
114
|
"default": "./fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs"
|
|
111
115
|
},
|
|
112
|
-
"./components/button": {
|
|
113
|
-
"types": "./components/button/index.d.ts",
|
|
114
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-button.mjs"
|
|
115
|
-
},
|
|
116
116
|
"./components/card": {
|
|
117
117
|
"types": "./components/card/index.d.ts",
|
|
118
118
|
"default": "./fesm2022/testgorilla-tgo-ui-components-card.mjs"
|
|
@@ -125,18 +125,10 @@
|
|
|
125
125
|
"types": "./components/checklist/index.d.ts",
|
|
126
126
|
"default": "./fesm2022/testgorilla-tgo-ui-components-checklist.mjs"
|
|
127
127
|
},
|
|
128
|
-
"./components/core": {
|
|
129
|
-
"types": "./components/core/index.d.ts",
|
|
130
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
|
|
131
|
-
},
|
|
132
128
|
"./components/datepicker": {
|
|
133
129
|
"types": "./components/datepicker/index.d.ts",
|
|
134
130
|
"default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
|
|
135
131
|
},
|
|
136
|
-
"./components/dialog": {
|
|
137
|
-
"types": "./components/dialog/index.d.ts",
|
|
138
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
|
|
139
|
-
},
|
|
140
132
|
"./components/divider": {
|
|
141
133
|
"types": "./components/divider/index.d.ts",
|
|
142
134
|
"default": "./fesm2022/testgorilla-tgo-ui-components-divider.mjs"
|
|
@@ -145,6 +137,14 @@
|
|
|
145
137
|
"types": "./components/donut-chart/index.d.ts",
|
|
146
138
|
"default": "./fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs"
|
|
147
139
|
},
|
|
140
|
+
"./components/core": {
|
|
141
|
+
"types": "./components/core/index.d.ts",
|
|
142
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
|
|
143
|
+
},
|
|
144
|
+
"./components/dialog": {
|
|
145
|
+
"types": "./components/dialog/index.d.ts",
|
|
146
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
|
|
147
|
+
},
|
|
148
148
|
"./components/dropdown": {
|
|
149
149
|
"types": "./components/dropdown/index.d.ts",
|
|
150
150
|
"default": "./fesm2022/testgorilla-tgo-ui-components-dropdown.mjs"
|
|
@@ -153,10 +153,6 @@
|
|
|
153
153
|
"types": "./components/elevation-shadow/index.d.ts",
|
|
154
154
|
"default": "./fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs"
|
|
155
155
|
},
|
|
156
|
-
"./components/field": {
|
|
157
|
-
"types": "./components/field/index.d.ts",
|
|
158
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-field.mjs"
|
|
159
|
-
},
|
|
160
156
|
"./components/empty-state": {
|
|
161
157
|
"types": "./components/empty-state/index.d.ts",
|
|
162
158
|
"default": "./fesm2022/testgorilla-tgo-ui-components-empty-state.mjs"
|
|
@@ -165,6 +161,10 @@
|
|
|
165
161
|
"types": "./components/file-upload/index.d.ts",
|
|
166
162
|
"default": "./fesm2022/testgorilla-tgo-ui-components-file-upload.mjs"
|
|
167
163
|
},
|
|
164
|
+
"./components/field": {
|
|
165
|
+
"types": "./components/field/index.d.ts",
|
|
166
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-field.mjs"
|
|
167
|
+
},
|
|
168
168
|
"./components/filter-button": {
|
|
169
169
|
"types": "./components/filter-button/index.d.ts",
|
|
170
170
|
"default": "./fesm2022/testgorilla-tgo-ui-components-filter-button.mjs"
|