@testgorilla/tgo-ui 7.4.1 → 7.4.2

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.1",
3
+ "version": "7.4.2",
4
4
  "license": "proprietary-license",
5
5
  "lint-staged": {
6
6
  "{projects,components}/**/*.ts": [
@@ -70,10 +70,18 @@
70
70
  "types": "./index.d.ts",
71
71
  "default": "./fesm2022/testgorilla-tgo-ui.mjs"
72
72
  },
73
+ "./components/ai-audio-circle": {
74
+ "types": "./components/ai-audio-circle/index.d.ts",
75
+ "default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
76
+ },
73
77
  "./components/accordion": {
74
78
  "types": "./components/accordion/index.d.ts",
75
79
  "default": "./fesm2022/testgorilla-tgo-ui-components-accordion.mjs"
76
80
  },
81
+ "./components/alert-banner": {
82
+ "types": "./components/alert-banner/index.d.ts",
83
+ "default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
84
+ },
77
85
  "./components/ai-caveat": {
78
86
  "types": "./components/ai-caveat/index.d.ts",
79
87
  "default": "./fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs"
@@ -82,14 +90,6 @@
82
90
  "types": "./components/ai-feedback/index.d.ts",
83
91
  "default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
84
92
  },
85
- "./components/ai-audio-circle": {
86
- "types": "./components/ai-audio-circle/index.d.ts",
87
- "default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
88
- },
89
- "./components/alert-banner": {
90
- "types": "./components/alert-banner/index.d.ts",
91
- "default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
92
- },
93
93
  "./components/audio-waveform": {
94
94
  "types": "./components/audio-waveform/index.d.ts",
95
95
  "default": "./fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs"
@@ -98,6 +98,10 @@
98
98
  "types": "./components/autocomplete/index.d.ts",
99
99
  "default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs"
100
100
  },
101
+ "./components/badge": {
102
+ "types": "./components/badge/index.d.ts",
103
+ "default": "./fesm2022/testgorilla-tgo-ui-components-badge.mjs"
104
+ },
101
105
  "./components/avatar": {
102
106
  "types": "./components/avatar/index.d.ts",
103
107
  "default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
@@ -106,10 +110,6 @@
106
110
  "types": "./components/autocomplete-v2/index.d.ts",
107
111
  "default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete-v2.mjs"
108
112
  },
109
- "./components/badge": {
110
- "types": "./components/badge/index.d.ts",
111
- "default": "./fesm2022/testgorilla-tgo-ui-components-badge.mjs"
112
- },
113
113
  "./components/breadcrumb": {
114
114
  "types": "./components/breadcrumb/index.d.ts",
115
115
  "default": "./fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs"
@@ -118,6 +118,10 @@
118
118
  "types": "./components/button/index.d.ts",
119
119
  "default": "./fesm2022/testgorilla-tgo-ui-components-button.mjs"
120
120
  },
121
+ "./components/checklist": {
122
+ "types": "./components/checklist/index.d.ts",
123
+ "default": "./fesm2022/testgorilla-tgo-ui-components-checklist.mjs"
124
+ },
121
125
  "./components/card": {
122
126
  "types": "./components/card/index.d.ts",
123
127
  "default": "./fesm2022/testgorilla-tgo-ui-components-card.mjs"
@@ -126,10 +130,6 @@
126
130
  "types": "./components/checkbox/index.d.ts",
127
131
  "default": "./fesm2022/testgorilla-tgo-ui-components-checkbox.mjs"
128
132
  },
129
- "./components/checklist": {
130
- "types": "./components/checklist/index.d.ts",
131
- "default": "./fesm2022/testgorilla-tgo-ui-components-checklist.mjs"
132
- },
133
133
  "./components/core": {
134
134
  "types": "./components/core/index.d.ts",
135
135
  "default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
@@ -138,17 +138,17 @@
138
138
  "types": "./components/datepicker/index.d.ts",
139
139
  "default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
140
140
  },
141
- "./components/dialog": {
142
- "types": "./components/dialog/index.d.ts",
143
- "default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
141
+ "./components/donut-chart": {
142
+ "types": "./components/donut-chart/index.d.ts",
143
+ "default": "./fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs"
144
144
  },
145
145
  "./components/divider": {
146
146
  "types": "./components/divider/index.d.ts",
147
147
  "default": "./fesm2022/testgorilla-tgo-ui-components-divider.mjs"
148
148
  },
149
- "./components/donut-chart": {
150
- "types": "./components/donut-chart/index.d.ts",
151
- "default": "./fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs"
149
+ "./components/dialog": {
150
+ "types": "./components/dialog/index.d.ts",
151
+ "default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
152
152
  },
153
153
  "./components/dropdown": {
154
154
  "types": "./components/dropdown/index.d.ts",
@@ -178,14 +178,14 @@
178
178
  "types": "./components/gaussian-chart/index.d.ts",
179
179
  "default": "./fesm2022/testgorilla-tgo-ui-components-gaussian-chart.mjs"
180
180
  },
181
- "./components/icon": {
182
- "types": "./components/icon/index.d.ts",
183
- "default": "./fesm2022/testgorilla-tgo-ui-components-icon.mjs"
184
- },
185
181
  "./components/icon-label": {
186
182
  "types": "./components/icon-label/index.d.ts",
187
183
  "default": "./fesm2022/testgorilla-tgo-ui-components-icon-label.mjs"
188
184
  },
185
+ "./components/icon": {
186
+ "types": "./components/icon/index.d.ts",
187
+ "default": "./fesm2022/testgorilla-tgo-ui-components-icon.mjs"
188
+ },
189
189
  "./components/inline-field": {
190
190
  "types": "./components/inline-field/index.d.ts",
191
191
  "default": "./fesm2022/testgorilla-tgo-ui-components-inline-field.mjs"
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.4 18L2 16.6L9.4 9.15L13.4 13.15L18.6 8H16V6H22V12H20V9.4L13.4 16L9.4 12L3.4 18Z" fill="#242424"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.4 18L2 16.6L9.4 9.15L13.4 13.15L18.6 8H16V6H22V12H20V9.4L13.4 16L9.4 12L3.4 18Z" fill="#242424"/>
3
+ </svg>