@testgorilla/tgo-ui 6.2.15 → 6.2.16
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/tag/tag.component.d.ts +15 -1
- package/components/tag/tag.component.module.d.ts +2 -1
- package/fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-autocomplete.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-tag.mjs +26 -7
- package/fesm2022/testgorilla-tgo-ui-components-tag.mjs.map +1 -1
- package/package.json +37 -37
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testgorilla/tgo-ui",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.16",
|
|
4
4
|
"license": "proprietary-license",
|
|
5
5
|
"lint-staged": {
|
|
6
6
|
"{projects,components}/**/*.ts": [
|
|
@@ -71,25 +71,25 @@
|
|
|
71
71
|
"types": "./components/accordion/index.d.ts",
|
|
72
72
|
"default": "./fesm2022/testgorilla-tgo-ui-components-accordion.mjs"
|
|
73
73
|
},
|
|
74
|
-
"./components/ai-audio-circle": {
|
|
75
|
-
"types": "./components/ai-audio-circle/index.d.ts",
|
|
76
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
|
|
77
|
-
},
|
|
78
74
|
"./components/ai-caveat": {
|
|
79
75
|
"types": "./components/ai-caveat/index.d.ts",
|
|
80
76
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs"
|
|
81
77
|
},
|
|
82
|
-
"./components/ai-
|
|
83
|
-
"types": "./components/ai-
|
|
84
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-
|
|
78
|
+
"./components/ai-audio-circle": {
|
|
79
|
+
"types": "./components/ai-audio-circle/index.d.ts",
|
|
80
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
|
|
81
|
+
},
|
|
82
|
+
"./components/audio-waveform": {
|
|
83
|
+
"types": "./components/audio-waveform/index.d.ts",
|
|
84
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs"
|
|
85
85
|
},
|
|
86
86
|
"./components/alert-banner": {
|
|
87
87
|
"types": "./components/alert-banner/index.d.ts",
|
|
88
88
|
"default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
|
|
89
89
|
},
|
|
90
|
-
"./components/
|
|
91
|
-
"types": "./components/
|
|
92
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
90
|
+
"./components/ai-feedback": {
|
|
91
|
+
"types": "./components/ai-feedback/index.d.ts",
|
|
92
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
93
93
|
},
|
|
94
94
|
"./components/autocomplete": {
|
|
95
95
|
"types": "./components/autocomplete/index.d.ts",
|
|
@@ -99,22 +99,22 @@
|
|
|
99
99
|
"types": "./components/avatar/index.d.ts",
|
|
100
100
|
"default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
|
|
101
101
|
},
|
|
102
|
-
"./components/breadcrumb": {
|
|
103
|
-
"types": "./components/breadcrumb/index.d.ts",
|
|
104
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs"
|
|
105
|
-
},
|
|
106
102
|
"./components/badge": {
|
|
107
103
|
"types": "./components/badge/index.d.ts",
|
|
108
104
|
"default": "./fesm2022/testgorilla-tgo-ui-components-badge.mjs"
|
|
109
105
|
},
|
|
110
|
-
"./components/
|
|
111
|
-
"types": "./components/
|
|
112
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
106
|
+
"./components/breadcrumb": {
|
|
107
|
+
"types": "./components/breadcrumb/index.d.ts",
|
|
108
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs"
|
|
113
109
|
},
|
|
114
110
|
"./components/card": {
|
|
115
111
|
"types": "./components/card/index.d.ts",
|
|
116
112
|
"default": "./fesm2022/testgorilla-tgo-ui-components-card.mjs"
|
|
117
113
|
},
|
|
114
|
+
"./components/button": {
|
|
115
|
+
"types": "./components/button/index.d.ts",
|
|
116
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-button.mjs"
|
|
117
|
+
},
|
|
118
118
|
"./components/checkbox": {
|
|
119
119
|
"types": "./components/checkbox/index.d.ts",
|
|
120
120
|
"default": "./fesm2022/testgorilla-tgo-ui-components-checkbox.mjs"
|
|
@@ -127,14 +127,6 @@
|
|
|
127
127
|
"types": "./components/core/index.d.ts",
|
|
128
128
|
"default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
|
|
129
129
|
},
|
|
130
|
-
"./components/dialog": {
|
|
131
|
-
"types": "./components/dialog/index.d.ts",
|
|
132
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
|
|
133
|
-
},
|
|
134
|
-
"./components/divider": {
|
|
135
|
-
"types": "./components/divider/index.d.ts",
|
|
136
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-divider.mjs"
|
|
137
|
-
},
|
|
138
130
|
"./components/datepicker": {
|
|
139
131
|
"types": "./components/datepicker/index.d.ts",
|
|
140
132
|
"default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
|
|
@@ -143,26 +135,34 @@
|
|
|
143
135
|
"types": "./components/donut-chart/index.d.ts",
|
|
144
136
|
"default": "./fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs"
|
|
145
137
|
},
|
|
146
|
-
"./components/
|
|
147
|
-
"types": "./components/
|
|
148
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
138
|
+
"./components/dialog": {
|
|
139
|
+
"types": "./components/dialog/index.d.ts",
|
|
140
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
|
|
141
|
+
},
|
|
142
|
+
"./components/divider": {
|
|
143
|
+
"types": "./components/divider/index.d.ts",
|
|
144
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-divider.mjs"
|
|
149
145
|
},
|
|
150
146
|
"./components/elevation-shadow": {
|
|
151
147
|
"types": "./components/elevation-shadow/index.d.ts",
|
|
152
148
|
"default": "./fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs"
|
|
153
149
|
},
|
|
150
|
+
"./components/dropdown": {
|
|
151
|
+
"types": "./components/dropdown/index.d.ts",
|
|
152
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-dropdown.mjs"
|
|
153
|
+
},
|
|
154
154
|
"./components/empty-state": {
|
|
155
155
|
"types": "./components/empty-state/index.d.ts",
|
|
156
156
|
"default": "./fesm2022/testgorilla-tgo-ui-components-empty-state.mjs"
|
|
157
157
|
},
|
|
158
|
-
"./components/field": {
|
|
159
|
-
"types": "./components/field/index.d.ts",
|
|
160
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-field.mjs"
|
|
161
|
-
},
|
|
162
158
|
"./components/file-upload": {
|
|
163
159
|
"types": "./components/file-upload/index.d.ts",
|
|
164
160
|
"default": "./fesm2022/testgorilla-tgo-ui-components-file-upload.mjs"
|
|
165
161
|
},
|
|
162
|
+
"./components/field": {
|
|
163
|
+
"types": "./components/field/index.d.ts",
|
|
164
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-field.mjs"
|
|
165
|
+
},
|
|
166
166
|
"./components/filter-button": {
|
|
167
167
|
"types": "./components/filter-button/index.d.ts",
|
|
168
168
|
"default": "./fesm2022/testgorilla-tgo-ui-components-filter-button.mjs"
|
|
@@ -195,14 +195,14 @@
|
|
|
195
195
|
"types": "./components/media-dialog/index.d.ts",
|
|
196
196
|
"default": "./fesm2022/testgorilla-tgo-ui-components-media-dialog.mjs"
|
|
197
197
|
},
|
|
198
|
-
"./components/multi-input": {
|
|
199
|
-
"types": "./components/multi-input/index.d.ts",
|
|
200
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-multi-input.mjs"
|
|
201
|
-
},
|
|
202
198
|
"./components/navbar": {
|
|
203
199
|
"types": "./components/navbar/index.d.ts",
|
|
204
200
|
"default": "./fesm2022/testgorilla-tgo-ui-components-navbar.mjs"
|
|
205
201
|
},
|
|
202
|
+
"./components/multi-input": {
|
|
203
|
+
"types": "./components/multi-input/index.d.ts",
|
|
204
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-multi-input.mjs"
|
|
205
|
+
},
|
|
206
206
|
"./components/overflow-menu": {
|
|
207
207
|
"types": "./components/overflow-menu/index.d.ts",
|
|
208
208
|
"default": "./fesm2022/testgorilla-tgo-ui-components-overflow-menu.mjs"
|