@testgorilla/tgo-ui 7.2.9 → 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.9",
3
+ "version": "7.3.0",
4
4
  "license": "proprietary-license",
5
5
  "lint-staged": {
6
6
  "{projects,components}/**/*.ts": [
@@ -94,10 +94,6 @@
94
94
  "types": "./components/audio-waveform/index.d.ts",
95
95
  "default": "./fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs"
96
96
  },
97
- "./components/avatar": {
98
- "types": "./components/avatar/index.d.ts",
99
- "default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
100
- },
101
97
  "./components/autocomplete": {
102
98
  "types": "./components/autocomplete/index.d.ts",
103
99
  "default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.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,10 +126,6 @@
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"
132
- },
133
129
  "./components/datepicker": {
134
130
  "types": "./components/datepicker/index.d.ts",
135
131
  "default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
@@ -142,6 +138,10 @@
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"
@@ -178,14 +178,14 @@
178
178
  "types": "./components/icon/index.d.ts",
179
179
  "default": "./fesm2022/testgorilla-tgo-ui-components-icon.mjs"
180
180
  },
181
- "./components/icon-label": {
182
- "types": "./components/icon-label/index.d.ts",
183
- "default": "./fesm2022/testgorilla-tgo-ui-components-icon-label.mjs"
184
- },
185
181
  "./components/inline-field": {
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"