@testgorilla/tgo-ui 7.2.10 → 7.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testgorilla/tgo-ui",
3
- "version": "7.2.10",
3
+ "version": "7.3.0",
4
4
  "license": "proprietary-license",
5
5
  "lint-staged": {
6
6
  "{projects,components}/**/*.ts": [
@@ -86,22 +86,18 @@
86
86
  "types": "./components/ai-feedback/index.d.ts",
87
87
  "default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
88
88
  },
89
- "./components/audio-waveform": {
90
- "types": "./components/audio-waveform/index.d.ts",
91
- "default": "./fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs"
92
- },
93
89
  "./components/alert-banner": {
94
90
  "types": "./components/alert-banner/index.d.ts",
95
91
  "default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
96
92
  },
93
+ "./components/audio-waveform": {
94
+ "types": "./components/audio-waveform/index.d.ts",
95
+ "default": "./fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs"
96
+ },
97
97
  "./components/autocomplete": {
98
98
  "types": "./components/autocomplete/index.d.ts",
99
99
  "default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs"
100
100
  },
101
- "./components/avatar": {
102
- "types": "./components/avatar/index.d.ts",
103
- "default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
104
- },
105
101
  "./components/badge": {
106
102
  "types": "./components/badge/index.d.ts",
107
103
  "default": "./fesm2022/testgorilla-tgo-ui-components-badge.mjs"
@@ -110,6 +106,10 @@
110
106
  "types": "./components/breadcrumb/index.d.ts",
111
107
  "default": "./fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs"
112
108
  },
109
+ "./components/avatar": {
110
+ "types": "./components/avatar/index.d.ts",
111
+ "default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
112
+ },
113
113
  "./components/button": {
114
114
  "types": "./components/button/index.d.ts",
115
115
  "default": "./fesm2022/testgorilla-tgo-ui-components-button.mjs"
@@ -126,22 +126,22 @@
126
126
  "types": "./components/checklist/index.d.ts",
127
127
  "default": "./fesm2022/testgorilla-tgo-ui-components-checklist.mjs"
128
128
  },
129
- "./components/core": {
130
- "types": "./components/core/index.d.ts",
131
- "default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
129
+ "./components/datepicker": {
130
+ "types": "./components/datepicker/index.d.ts",
131
+ "default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
132
132
  },
133
133
  "./components/dialog": {
134
134
  "types": "./components/dialog/index.d.ts",
135
135
  "default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
136
136
  },
137
- "./components/datepicker": {
138
- "types": "./components/datepicker/index.d.ts",
139
- "default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
140
- },
141
137
  "./components/divider": {
142
138
  "types": "./components/divider/index.d.ts",
143
139
  "default": "./fesm2022/testgorilla-tgo-ui-components-divider.mjs"
144
140
  },
141
+ "./components/core": {
142
+ "types": "./components/core/index.d.ts",
143
+ "default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
144
+ },
145
145
  "./components/donut-chart": {
146
146
  "types": "./components/donut-chart/index.d.ts",
147
147
  "default": "./fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs"
@@ -174,10 +174,6 @@
174
174
  "types": "./components/gaussian-chart/index.d.ts",
175
175
  "default": "./fesm2022/testgorilla-tgo-ui-components-gaussian-chart.mjs"
176
176
  },
177
- "./components/icon-label": {
178
- "types": "./components/icon-label/index.d.ts",
179
- "default": "./fesm2022/testgorilla-tgo-ui-components-icon-label.mjs"
180
- },
181
177
  "./components/icon": {
182
178
  "types": "./components/icon/index.d.ts",
183
179
  "default": "./fesm2022/testgorilla-tgo-ui-components-icon.mjs"
@@ -186,6 +182,10 @@
186
182
  "types": "./components/inline-field/index.d.ts",
187
183
  "default": "./fesm2022/testgorilla-tgo-ui-components-inline-field.mjs"
188
184
  },
185
+ "./components/icon-label": {
186
+ "types": "./components/icon-label/index.d.ts",
187
+ "default": "./fesm2022/testgorilla-tgo-ui-components-icon-label.mjs"
188
+ },
189
189
  "./components/logo": {
190
190
  "types": "./components/logo/index.d.ts",
191
191
  "default": "./fesm2022/testgorilla-tgo-ui-components-logo.mjs"