@testgorilla/tgo-ui 6.2.14 → 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-logo.mjs +2 -2
- package/fesm2022/testgorilla-tgo-ui-components-logo.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 +34 -34
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": [
|
|
@@ -67,10 +67,6 @@
|
|
|
67
67
|
"types": "./index.d.ts",
|
|
68
68
|
"default": "./fesm2022/testgorilla-tgo-ui.mjs"
|
|
69
69
|
},
|
|
70
|
-
"./components/ai-audio-circle": {
|
|
71
|
-
"types": "./components/ai-audio-circle/index.d.ts",
|
|
72
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
|
|
73
|
-
},
|
|
74
70
|
"./components/accordion": {
|
|
75
71
|
"types": "./components/accordion/index.d.ts",
|
|
76
72
|
"default": "./fesm2022/testgorilla-tgo-ui-components-accordion.mjs"
|
|
@@ -79,14 +75,22 @@
|
|
|
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"
|
|
85
81
|
},
|
|
86
82
|
"./components/audio-waveform": {
|
|
87
83
|
"types": "./components/audio-waveform/index.d.ts",
|
|
88
84
|
"default": "./fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs"
|
|
89
85
|
},
|
|
86
|
+
"./components/alert-banner": {
|
|
87
|
+
"types": "./components/alert-banner/index.d.ts",
|
|
88
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
|
|
89
|
+
},
|
|
90
|
+
"./components/ai-feedback": {
|
|
91
|
+
"types": "./components/ai-feedback/index.d.ts",
|
|
92
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
93
|
+
},
|
|
90
94
|
"./components/autocomplete": {
|
|
91
95
|
"types": "./components/autocomplete/index.d.ts",
|
|
92
96
|
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs"
|
|
@@ -103,17 +107,13 @@
|
|
|
103
107
|
"types": "./components/breadcrumb/index.d.ts",
|
|
104
108
|
"default": "./fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs"
|
|
105
109
|
},
|
|
106
|
-
"./components/button": {
|
|
107
|
-
"types": "./components/button/index.d.ts",
|
|
108
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-button.mjs"
|
|
109
|
-
},
|
|
110
110
|
"./components/card": {
|
|
111
111
|
"types": "./components/card/index.d.ts",
|
|
112
112
|
"default": "./fesm2022/testgorilla-tgo-ui-components-card.mjs"
|
|
113
113
|
},
|
|
114
|
-
"./components/
|
|
115
|
-
"types": "./components/
|
|
116
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
114
|
+
"./components/button": {
|
|
115
|
+
"types": "./components/button/index.d.ts",
|
|
116
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-button.mjs"
|
|
117
117
|
},
|
|
118
118
|
"./components/checkbox": {
|
|
119
119
|
"types": "./components/checkbox/index.d.ts",
|
|
@@ -123,18 +123,10 @@
|
|
|
123
123
|
"types": "./components/checklist/index.d.ts",
|
|
124
124
|
"default": "./fesm2022/testgorilla-tgo-ui-components-checklist.mjs"
|
|
125
125
|
},
|
|
126
|
-
"./components/dialog": {
|
|
127
|
-
"types": "./components/dialog/index.d.ts",
|
|
128
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
|
|
129
|
-
},
|
|
130
126
|
"./components/core": {
|
|
131
127
|
"types": "./components/core/index.d.ts",
|
|
132
128
|
"default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
|
|
133
129
|
},
|
|
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,14 +135,26 @@
|
|
|
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
|
+
"./components/empty-state": {
|
|
155
|
+
"types": "./components/empty-state/index.d.ts",
|
|
156
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-empty-state.mjs"
|
|
157
|
+
},
|
|
154
158
|
"./components/file-upload": {
|
|
155
159
|
"types": "./components/file-upload/index.d.ts",
|
|
156
160
|
"default": "./fesm2022/testgorilla-tgo-ui-components-file-upload.mjs"
|
|
@@ -163,10 +167,6 @@
|
|
|
163
167
|
"types": "./components/filter-button/index.d.ts",
|
|
164
168
|
"default": "./fesm2022/testgorilla-tgo-ui-components-filter-button.mjs"
|
|
165
169
|
},
|
|
166
|
-
"./components/empty-state": {
|
|
167
|
-
"types": "./components/empty-state/index.d.ts",
|
|
168
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-empty-state.mjs"
|
|
169
|
-
},
|
|
170
170
|
"./components/gaussian-chart": {
|
|
171
171
|
"types": "./components/gaussian-chart/index.d.ts",
|
|
172
172
|
"default": "./fesm2022/testgorilla-tgo-ui-components-gaussian-chart.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"
|