@testgorilla/tgo-ui 7.4.3 → 7.4.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testgorilla/tgo-ui",
3
- "version": "7.4.3",
3
+ "version": "7.4.4",
4
4
  "license": "proprietary-license",
5
5
  "lint-staged": {
6
6
  "{projects,components}/**/*.ts": [
@@ -78,6 +78,10 @@
78
78
  "types": "./components/ai-caveat/index.d.ts",
79
79
  "default": "./fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs"
80
80
  },
81
+ "./components/ai-feedback": {
82
+ "types": "./components/ai-feedback/index.d.ts",
83
+ "default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
84
+ },
81
85
  "./components/ai-audio-circle": {
82
86
  "types": "./components/ai-audio-circle/index.d.ts",
83
87
  "default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
@@ -86,29 +90,29 @@
86
90
  "types": "./components/alert-banner/index.d.ts",
87
91
  "default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
88
92
  },
89
- "./components/audio-waveform": {
90
- "types": "./components/audio-waveform/index.d.ts",
91
- "default": "./fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs"
92
- },
93
93
  "./components/autocomplete": {
94
94
  "types": "./components/autocomplete/index.d.ts",
95
95
  "default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs"
96
96
  },
97
- "./components/ai-feedback": {
98
- "types": "./components/ai-feedback/index.d.ts",
99
- "default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
97
+ "./components/audio-waveform": {
98
+ "types": "./components/audio-waveform/index.d.ts",
99
+ "default": "./fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs"
100
100
  },
101
101
  "./components/autocomplete-v2": {
102
102
  "types": "./components/autocomplete-v2/index.d.ts",
103
103
  "default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete-v2.mjs"
104
104
  },
105
+ "./components/avatar": {
106
+ "types": "./components/avatar/index.d.ts",
107
+ "default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
108
+ },
105
109
  "./components/badge": {
106
110
  "types": "./components/badge/index.d.ts",
107
111
  "default": "./fesm2022/testgorilla-tgo-ui-components-badge.mjs"
108
112
  },
109
- "./components/avatar": {
110
- "types": "./components/avatar/index.d.ts",
111
- "default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
113
+ "./components/breadcrumb": {
114
+ "types": "./components/breadcrumb/index.d.ts",
115
+ "default": "./fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs"
112
116
  },
113
117
  "./components/button": {
114
118
  "types": "./components/button/index.d.ts",
@@ -118,10 +122,6 @@
118
122
  "types": "./components/card/index.d.ts",
119
123
  "default": "./fesm2022/testgorilla-tgo-ui-components-card.mjs"
120
124
  },
121
- "./components/breadcrumb": {
122
- "types": "./components/breadcrumb/index.d.ts",
123
- "default": "./fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs"
124
- },
125
125
  "./components/checkbox": {
126
126
  "types": "./components/checkbox/index.d.ts",
127
127
  "default": "./fesm2022/testgorilla-tgo-ui-components-checkbox.mjs"
@@ -130,6 +130,14 @@
130
130
  "types": "./components/checklist/index.d.ts",
131
131
  "default": "./fesm2022/testgorilla-tgo-ui-components-checklist.mjs"
132
132
  },
133
+ "./components/core": {
134
+ "types": "./components/core/index.d.ts",
135
+ "default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
136
+ },
137
+ "./components/datepicker": {
138
+ "types": "./components/datepicker/index.d.ts",
139
+ "default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
140
+ },
133
141
  "./components/divider": {
134
142
  "types": "./components/divider/index.d.ts",
135
143
  "default": "./fesm2022/testgorilla-tgo-ui-components-divider.mjs"
@@ -138,30 +146,22 @@
138
146
  "types": "./components/dialog/index.d.ts",
139
147
  "default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
140
148
  },
141
- "./components/datepicker": {
142
- "types": "./components/datepicker/index.d.ts",
143
- "default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
144
- },
145
- "./components/core": {
146
- "types": "./components/core/index.d.ts",
147
- "default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
149
+ "./components/dropdown": {
150
+ "types": "./components/dropdown/index.d.ts",
151
+ "default": "./fesm2022/testgorilla-tgo-ui-components-dropdown.mjs"
148
152
  },
149
153
  "./components/donut-chart": {
150
154
  "types": "./components/donut-chart/index.d.ts",
151
155
  "default": "./fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs"
152
156
  },
153
- "./components/empty-state": {
154
- "types": "./components/empty-state/index.d.ts",
155
- "default": "./fesm2022/testgorilla-tgo-ui-components-empty-state.mjs"
156
- },
157
- "./components/dropdown": {
158
- "types": "./components/dropdown/index.d.ts",
159
- "default": "./fesm2022/testgorilla-tgo-ui-components-dropdown.mjs"
160
- },
161
157
  "./components/elevation-shadow": {
162
158
  "types": "./components/elevation-shadow/index.d.ts",
163
159
  "default": "./fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs"
164
160
  },
161
+ "./components/empty-state": {
162
+ "types": "./components/empty-state/index.d.ts",
163
+ "default": "./fesm2022/testgorilla-tgo-ui-components-empty-state.mjs"
164
+ },
165
165
  "./components/field": {
166
166
  "types": "./components/field/index.d.ts",
167
167
  "default": "./fesm2022/testgorilla-tgo-ui-components-field.mjs"
@@ -194,14 +194,14 @@
194
194
  "types": "./components/logo/index.d.ts",
195
195
  "default": "./fesm2022/testgorilla-tgo-ui-components-logo.mjs"
196
196
  },
197
- "./components/media-card": {
198
- "types": "./components/media-card/index.d.ts",
199
- "default": "./fesm2022/testgorilla-tgo-ui-components-media-card.mjs"
200
- },
201
197
  "./components/media-dialog": {
202
198
  "types": "./components/media-dialog/index.d.ts",
203
199
  "default": "./fesm2022/testgorilla-tgo-ui-components-media-dialog.mjs"
204
200
  },
201
+ "./components/media-card": {
202
+ "types": "./components/media-card/index.d.ts",
203
+ "default": "./fesm2022/testgorilla-tgo-ui-components-media-card.mjs"
204
+ },
205
205
  "./components/multi-input": {
206
206
  "types": "./components/multi-input/index.d.ts",
207
207
  "default": "./fesm2022/testgorilla-tgo-ui-components-multi-input.mjs"