@testgorilla/tgo-ui 6.1.2 → 6.1.3-beta.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/badge/badge.component.d.ts +9 -1
- package/fesm2022/testgorilla-tgo-ui-components-badge.mjs +12 -2
- package/fesm2022/testgorilla-tgo-ui-components-badge.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-button.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-button.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-field.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-field.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-navbar.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-navbar.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-prompt.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-prompt.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-universal-skills.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-universal-skills.mjs.map +1 -1
- package/package.json +69 -69
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testgorilla/tgo-ui",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.3-beta.0",
|
|
4
4
|
"license": "proprietary-license",
|
|
5
5
|
"lint-staged": {
|
|
6
6
|
"{projects,components}/**/*.ts": [
|
|
@@ -76,21 +76,25 @@
|
|
|
76
76
|
"types": "./components/ai-feedback/index.d.ts",
|
|
77
77
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
78
78
|
},
|
|
79
|
+
"./components/alert-banner": {
|
|
80
|
+
"types": "./components/alert-banner/index.d.ts",
|
|
81
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
|
|
82
|
+
},
|
|
79
83
|
"./components/audio-waveform": {
|
|
80
84
|
"types": "./components/audio-waveform/index.d.ts",
|
|
81
85
|
"default": "./fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs"
|
|
82
86
|
},
|
|
83
|
-
"./components/avatar": {
|
|
84
|
-
"types": "./components/avatar/index.d.ts",
|
|
85
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
|
|
86
|
-
},
|
|
87
87
|
"./components/autocomplete": {
|
|
88
88
|
"types": "./components/autocomplete/index.d.ts",
|
|
89
89
|
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs"
|
|
90
90
|
},
|
|
91
|
-
"./components/
|
|
92
|
-
"types": "./components/
|
|
93
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
91
|
+
"./components/avatar": {
|
|
92
|
+
"types": "./components/avatar/index.d.ts",
|
|
93
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
|
|
94
|
+
},
|
|
95
|
+
"./components/badge": {
|
|
96
|
+
"types": "./components/badge/index.d.ts",
|
|
97
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-badge.mjs"
|
|
94
98
|
},
|
|
95
99
|
"./components/breadcrumb": {
|
|
96
100
|
"types": "./components/breadcrumb/index.d.ts",
|
|
@@ -100,22 +104,22 @@
|
|
|
100
104
|
"types": "./components/button/index.d.ts",
|
|
101
105
|
"default": "./fesm2022/testgorilla-tgo-ui-components-button.mjs"
|
|
102
106
|
},
|
|
103
|
-
"./components/checkbox": {
|
|
104
|
-
"types": "./components/checkbox/index.d.ts",
|
|
105
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-checkbox.mjs"
|
|
106
|
-
},
|
|
107
|
-
"./components/badge": {
|
|
108
|
-
"types": "./components/badge/index.d.ts",
|
|
109
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-badge.mjs"
|
|
110
|
-
},
|
|
111
107
|
"./components/card": {
|
|
112
108
|
"types": "./components/card/index.d.ts",
|
|
113
109
|
"default": "./fesm2022/testgorilla-tgo-ui-components-card.mjs"
|
|
114
110
|
},
|
|
111
|
+
"./components/checkbox": {
|
|
112
|
+
"types": "./components/checkbox/index.d.ts",
|
|
113
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-checkbox.mjs"
|
|
114
|
+
},
|
|
115
115
|
"./components/checklist": {
|
|
116
116
|
"types": "./components/checklist/index.d.ts",
|
|
117
117
|
"default": "./fesm2022/testgorilla-tgo-ui-components-checklist.mjs"
|
|
118
118
|
},
|
|
119
|
+
"./components/datepicker": {
|
|
120
|
+
"types": "./components/datepicker/index.d.ts",
|
|
121
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
|
|
122
|
+
},
|
|
119
123
|
"./components/core": {
|
|
120
124
|
"types": "./components/core/index.d.ts",
|
|
121
125
|
"default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
|
|
@@ -124,14 +128,6 @@
|
|
|
124
128
|
"types": "./components/dialog/index.d.ts",
|
|
125
129
|
"default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
|
|
126
130
|
},
|
|
127
|
-
"./components/datepicker": {
|
|
128
|
-
"types": "./components/datepicker/index.d.ts",
|
|
129
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
|
|
130
|
-
},
|
|
131
|
-
"./components/donut-chart": {
|
|
132
|
-
"types": "./components/donut-chart/index.d.ts",
|
|
133
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs"
|
|
134
|
-
},
|
|
135
131
|
"./components/divider": {
|
|
136
132
|
"types": "./components/divider/index.d.ts",
|
|
137
133
|
"default": "./fesm2022/testgorilla-tgo-ui-components-divider.mjs"
|
|
@@ -140,6 +136,14 @@
|
|
|
140
136
|
"types": "./components/dropdown/index.d.ts",
|
|
141
137
|
"default": "./fesm2022/testgorilla-tgo-ui-components-dropdown.mjs"
|
|
142
138
|
},
|
|
139
|
+
"./components/donut-chart": {
|
|
140
|
+
"types": "./components/donut-chart/index.d.ts",
|
|
141
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs"
|
|
142
|
+
},
|
|
143
|
+
"./components/file-upload": {
|
|
144
|
+
"types": "./components/file-upload/index.d.ts",
|
|
145
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-file-upload.mjs"
|
|
146
|
+
},
|
|
143
147
|
"./components/empty-state": {
|
|
144
148
|
"types": "./components/empty-state/index.d.ts",
|
|
145
149
|
"default": "./fesm2022/testgorilla-tgo-ui-components-empty-state.mjs"
|
|
@@ -152,25 +156,25 @@
|
|
|
152
156
|
"types": "./components/field/index.d.ts",
|
|
153
157
|
"default": "./fesm2022/testgorilla-tgo-ui-components-field.mjs"
|
|
154
158
|
},
|
|
155
|
-
"./components/file-upload": {
|
|
156
|
-
"types": "./components/file-upload/index.d.ts",
|
|
157
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-file-upload.mjs"
|
|
158
|
-
},
|
|
159
159
|
"./components/filter-button": {
|
|
160
160
|
"types": "./components/filter-button/index.d.ts",
|
|
161
161
|
"default": "./fesm2022/testgorilla-tgo-ui-components-filter-button.mjs"
|
|
162
162
|
},
|
|
163
|
-
"./components/
|
|
164
|
-
"types": "./components/
|
|
165
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
163
|
+
"./components/icon-label": {
|
|
164
|
+
"types": "./components/icon-label/index.d.ts",
|
|
165
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-icon-label.mjs"
|
|
166
166
|
},
|
|
167
167
|
"./components/icon": {
|
|
168
168
|
"types": "./components/icon/index.d.ts",
|
|
169
169
|
"default": "./fesm2022/testgorilla-tgo-ui-components-icon.mjs"
|
|
170
170
|
},
|
|
171
|
-
"./components/
|
|
172
|
-
"types": "./components/
|
|
173
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
171
|
+
"./components/gaussian-chart": {
|
|
172
|
+
"types": "./components/gaussian-chart/index.d.ts",
|
|
173
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-gaussian-chart.mjs"
|
|
174
|
+
},
|
|
175
|
+
"./components/media-dialog": {
|
|
176
|
+
"types": "./components/media-dialog/index.d.ts",
|
|
177
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-media-dialog.mjs"
|
|
174
178
|
},
|
|
175
179
|
"./components/inline-field": {
|
|
176
180
|
"types": "./components/inline-field/index.d.ts",
|
|
@@ -184,10 +188,6 @@
|
|
|
184
188
|
"types": "./components/media-card/index.d.ts",
|
|
185
189
|
"default": "./fesm2022/testgorilla-tgo-ui-components-media-card.mjs"
|
|
186
190
|
},
|
|
187
|
-
"./components/media-dialog": {
|
|
188
|
-
"types": "./components/media-dialog/index.d.ts",
|
|
189
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-media-dialog.mjs"
|
|
190
|
-
},
|
|
191
191
|
"./components/multi-input": {
|
|
192
192
|
"types": "./components/multi-input/index.d.ts",
|
|
193
193
|
"default": "./fesm2022/testgorilla-tgo-ui-components-multi-input.mjs"
|
|
@@ -196,17 +196,17 @@
|
|
|
196
196
|
"types": "./components/navbar/index.d.ts",
|
|
197
197
|
"default": "./fesm2022/testgorilla-tgo-ui-components-navbar.mjs"
|
|
198
198
|
},
|
|
199
|
-
"./components/overflow-menu": {
|
|
200
|
-
"types": "./components/overflow-menu/index.d.ts",
|
|
201
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-overflow-menu.mjs"
|
|
202
|
-
},
|
|
203
199
|
"./components/page-header": {
|
|
204
200
|
"types": "./components/page-header/index.d.ts",
|
|
205
201
|
"default": "./fesm2022/testgorilla-tgo-ui-components-page-header.mjs"
|
|
206
202
|
},
|
|
207
|
-
"./components/
|
|
208
|
-
"types": "./components/
|
|
209
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
203
|
+
"./components/overflow-menu": {
|
|
204
|
+
"types": "./components/overflow-menu/index.d.ts",
|
|
205
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-overflow-menu.mjs"
|
|
206
|
+
},
|
|
207
|
+
"./components/phone-input": {
|
|
208
|
+
"types": "./components/phone-input/index.d.ts",
|
|
209
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-phone-input.mjs"
|
|
210
210
|
},
|
|
211
211
|
"./components/password-criteria": {
|
|
212
212
|
"types": "./components/password-criteria/index.d.ts",
|
|
@@ -216,13 +216,13 @@
|
|
|
216
216
|
"types": "./components/password-strength/index.d.ts",
|
|
217
217
|
"default": "./fesm2022/testgorilla-tgo-ui-components-password-strength.mjs"
|
|
218
218
|
},
|
|
219
|
-
"./components/
|
|
220
|
-
"types": "./components/
|
|
221
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
219
|
+
"./components/paginator": {
|
|
220
|
+
"types": "./components/paginator/index.d.ts",
|
|
221
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-paginator.mjs"
|
|
222
222
|
},
|
|
223
|
-
"./components/
|
|
224
|
-
"types": "./components/
|
|
225
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
223
|
+
"./components/radio-button": {
|
|
224
|
+
"types": "./components/radio-button/index.d.ts",
|
|
225
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-radio-button.mjs"
|
|
226
226
|
},
|
|
227
227
|
"./components/prompt": {
|
|
228
228
|
"types": "./components/prompt/index.d.ts",
|
|
@@ -232,42 +232,42 @@
|
|
|
232
232
|
"types": "./components/radial-progress/index.d.ts",
|
|
233
233
|
"default": "./fesm2022/testgorilla-tgo-ui-components-radial-progress.mjs"
|
|
234
234
|
},
|
|
235
|
-
"./components/
|
|
236
|
-
"types": "./components/
|
|
237
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
235
|
+
"./components/progress-bar": {
|
|
236
|
+
"types": "./components/progress-bar/index.d.ts",
|
|
237
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-progress-bar.mjs"
|
|
238
238
|
},
|
|
239
239
|
"./components/rating": {
|
|
240
240
|
"types": "./components/rating/index.d.ts",
|
|
241
241
|
"default": "./fesm2022/testgorilla-tgo-ui-components-rating.mjs"
|
|
242
242
|
},
|
|
243
|
-
"./components/scale": {
|
|
244
|
-
"types": "./components/scale/index.d.ts",
|
|
245
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-scale.mjs"
|
|
246
|
-
},
|
|
247
243
|
"./components/scale-table": {
|
|
248
244
|
"types": "./components/scale-table/index.d.ts",
|
|
249
245
|
"default": "./fesm2022/testgorilla-tgo-ui-components-scale-table.mjs"
|
|
250
246
|
},
|
|
247
|
+
"./components/scale": {
|
|
248
|
+
"types": "./components/scale/index.d.ts",
|
|
249
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-scale.mjs"
|
|
250
|
+
},
|
|
251
251
|
"./components/segmented-bar": {
|
|
252
252
|
"types": "./components/segmented-bar/index.d.ts",
|
|
253
253
|
"default": "./fesm2022/testgorilla-tgo-ui-components-segmented-bar.mjs"
|
|
254
254
|
},
|
|
255
|
-
"./components/segmented-button": {
|
|
256
|
-
"types": "./components/segmented-button/index.d.ts",
|
|
257
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-segmented-button.mjs"
|
|
258
|
-
},
|
|
259
255
|
"./components/selectable-card": {
|
|
260
256
|
"types": "./components/selectable-card/index.d.ts",
|
|
261
257
|
"default": "./fesm2022/testgorilla-tgo-ui-components-selectable-card.mjs"
|
|
262
258
|
},
|
|
263
|
-
"./components/
|
|
264
|
-
"types": "./components/
|
|
265
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
259
|
+
"./components/segmented-button": {
|
|
260
|
+
"types": "./components/segmented-button/index.d.ts",
|
|
261
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-segmented-button.mjs"
|
|
266
262
|
},
|
|
267
263
|
"./components/side-sheet": {
|
|
268
264
|
"types": "./components/side-sheet/index.d.ts",
|
|
269
265
|
"default": "./fesm2022/testgorilla-tgo-ui-components-side-sheet.mjs"
|
|
270
266
|
},
|
|
267
|
+
"./components/side-panel": {
|
|
268
|
+
"types": "./components/side-panel/index.d.ts",
|
|
269
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-side-panel.mjs"
|
|
270
|
+
},
|
|
271
271
|
"./components/skeleton": {
|
|
272
272
|
"types": "./components/skeleton/index.d.ts",
|
|
273
273
|
"default": "./fesm2022/testgorilla-tgo-ui-components-skeleton.mjs"
|
|
@@ -312,13 +312,13 @@
|
|
|
312
312
|
"types": "./components/tooltip/index.d.ts",
|
|
313
313
|
"default": "./fesm2022/testgorilla-tgo-ui-components-tooltip.mjs"
|
|
314
314
|
},
|
|
315
|
-
"./components/universal-skills": {
|
|
316
|
-
"types": "./components/universal-skills/index.d.ts",
|
|
317
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-universal-skills.mjs"
|
|
318
|
-
},
|
|
319
315
|
"./components/validation-error": {
|
|
320
316
|
"types": "./components/validation-error/index.d.ts",
|
|
321
317
|
"default": "./fesm2022/testgorilla-tgo-ui-components-validation-error.mjs"
|
|
318
|
+
},
|
|
319
|
+
"./components/universal-skills": {
|
|
320
|
+
"types": "./components/universal-skills/index.d.ts",
|
|
321
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-universal-skills.mjs"
|
|
322
322
|
}
|
|
323
323
|
},
|
|
324
324
|
"sideEffects": false
|