@testgorilla/tgo-ui 7.5.0 → 7.6.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/components/autocomplete-v2/autocomplete-v2.component.d.ts +2 -1
- package/components/icon/icon-svg-content.d.ts +1 -1
- package/components/icon/icon.config.d.ts +1 -1
- package/components/inline-field/inline-field.component.d.ts +2 -2
- package/fesm2022/testgorilla-tgo-ui-components-autocomplete-v2.mjs +3 -2
- package/fesm2022/testgorilla-tgo-ui-components-autocomplete-v2.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-icon.mjs +13 -7
- package/fesm2022/testgorilla-tgo-ui-components-icon.mjs.map +1 -1
- package/mcp/catalog.json +1 -1
- package/package.json +24 -24
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Mic-off-filled.svg +3 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Phone-rings-in-line.svg +3 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Trending-up-filled.svg +1 -1
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Trending-up-in-line.svg +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testgorilla/tgo-ui",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.6.0",
|
|
4
4
|
"license": "proprietary-license",
|
|
5
5
|
"lint-staged": {
|
|
6
6
|
"{projects,components}/**/*.ts": [
|
|
@@ -74,22 +74,22 @@
|
|
|
74
74
|
"types": "./components/accordion/index.d.ts",
|
|
75
75
|
"default": "./fesm2022/testgorilla-tgo-ui-components-accordion.mjs"
|
|
76
76
|
},
|
|
77
|
-
"./components/ai-
|
|
78
|
-
"types": "./components/ai-
|
|
79
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-
|
|
77
|
+
"./components/ai-audio-circle": {
|
|
78
|
+
"types": "./components/ai-audio-circle/index.d.ts",
|
|
79
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
|
|
80
80
|
},
|
|
81
81
|
"./components/ai-caveat": {
|
|
82
82
|
"types": "./components/ai-caveat/index.d.ts",
|
|
83
83
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs"
|
|
84
84
|
},
|
|
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
85
|
"./components/alert-banner": {
|
|
90
86
|
"types": "./components/alert-banner/index.d.ts",
|
|
91
87
|
"default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
|
|
92
88
|
},
|
|
89
|
+
"./components/ai-feedback": {
|
|
90
|
+
"types": "./components/ai-feedback/index.d.ts",
|
|
91
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.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"
|
|
@@ -102,26 +102,26 @@
|
|
|
102
102
|
"types": "./components/autocomplete-v2/index.d.ts",
|
|
103
103
|
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete-v2.mjs"
|
|
104
104
|
},
|
|
105
|
-
"./components/badge": {
|
|
106
|
-
"types": "./components/badge/index.d.ts",
|
|
107
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-badge.mjs"
|
|
108
|
-
},
|
|
109
105
|
"./components/avatar": {
|
|
110
106
|
"types": "./components/avatar/index.d.ts",
|
|
111
107
|
"default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
|
|
112
108
|
},
|
|
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"
|
|
116
116
|
},
|
|
117
|
-
"./components/button": {
|
|
118
|
-
"types": "./components/button/index.d.ts",
|
|
119
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-button.mjs"
|
|
120
|
-
},
|
|
121
117
|
"./components/card": {
|
|
122
118
|
"types": "./components/card/index.d.ts",
|
|
123
119
|
"default": "./fesm2022/testgorilla-tgo-ui-components-card.mjs"
|
|
124
120
|
},
|
|
121
|
+
"./components/button": {
|
|
122
|
+
"types": "./components/button/index.d.ts",
|
|
123
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-button.mjs"
|
|
124
|
+
},
|
|
125
125
|
"./components/checkbox": {
|
|
126
126
|
"types": "./components/checkbox/index.d.ts",
|
|
127
127
|
"default": "./fesm2022/testgorilla-tgo-ui-components-checkbox.mjs"
|
|
@@ -138,14 +138,14 @@
|
|
|
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"
|
|
144
|
-
},
|
|
145
141
|
"./components/divider": {
|
|
146
142
|
"types": "./components/divider/index.d.ts",
|
|
147
143
|
"default": "./fesm2022/testgorilla-tgo-ui-components-divider.mjs"
|
|
148
144
|
},
|
|
145
|
+
"./components/dialog": {
|
|
146
|
+
"types": "./components/dialog/index.d.ts",
|
|
147
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
|
|
148
|
+
},
|
|
149
149
|
"./components/donut-chart": {
|
|
150
150
|
"types": "./components/donut-chart/index.d.ts",
|
|
151
151
|
"default": "./fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs"
|
|
@@ -190,14 +190,14 @@
|
|
|
190
190
|
"types": "./components/inline-field/index.d.ts",
|
|
191
191
|
"default": "./fesm2022/testgorilla-tgo-ui-components-inline-field.mjs"
|
|
192
192
|
},
|
|
193
|
-
"./components/media-card": {
|
|
194
|
-
"types": "./components/media-card/index.d.ts",
|
|
195
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-media-card.mjs"
|
|
196
|
-
},
|
|
197
193
|
"./components/logo": {
|
|
198
194
|
"types": "./components/logo/index.d.ts",
|
|
199
195
|
"default": "./fesm2022/testgorilla-tgo-ui-components-logo.mjs"
|
|
200
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
201
|
"./components/media-dialog": {
|
|
202
202
|
"types": "./components/media-dialog/index.d.ts",
|
|
203
203
|
"default": "./fesm2022/testgorilla-tgo-ui-components-media-dialog.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="M17.75 14.95L16.3 13.5C16.5333 13.1167 16.7083 12.7167 16.825 12.3C16.9417 11.8833 17 11.45 17 11H19C19 11.7333 18.8917 12.4292 18.675 13.0875C18.4583 13.7458 18.15 14.3667 17.75 14.95ZM14.8 11.95L8.99999 6.15V5C8.99999 4.16667 9.29166 3.45833 9.87499 2.875C10.4583 2.29167 11.1667 2 12 2C12.8333 2 13.5417 2.29167 14.125 2.875C14.7083 3.45833 15 4.16667 15 5V11C15 11.1833 14.9792 11.35 14.9375 11.5C14.8958 11.65 14.85 11.8 14.8 11.95ZM11 21V17.9C9.26666 17.6667 7.83333 16.8958 6.69999 15.5875C5.56666 14.2792 4.99999 12.75 4.99999 11H6.99999C6.99999 12.3833 7.48749 13.5625 8.46249 14.5375C9.43749 15.5125 10.6167 16 12 16C12.5667 16 13.1042 15.9125 13.6125 15.7375C14.1208 15.5625 14.5833 15.3167 15 15L16.425 16.425C15.9417 16.8083 15.4125 17.1292 14.8375 17.3875C14.2625 17.6458 13.65 17.8167 13 17.9V21H11ZM19.8 22.6L1.39999 4.2L2.79999 2.8L21.2 21.2L19.8 22.6Z" fill="currentColor"/>
|
|
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.40005 20.8531L1.10005 18.6031C0.900049 18.4031 0.800049 18.1698 0.800049 17.9031C0.800049 17.6365 0.900049 17.4031 1.10005 17.2031C2.56672 15.6198 4.25838 14.4323 6.17505 13.6406C8.09172 12.849 10.0334 12.4531 12 12.4531C13.9667 12.4531 15.9042 12.849 17.8125 13.6406C19.7209 14.4323 21.4167 15.6198 22.9 17.2031C23.1 17.4031 23.2 17.6365 23.2 17.9031C23.2 18.1698 23.1 18.4031 22.9 18.6031L20.6 20.8531C20.4167 21.0365 20.2042 21.1365 19.9625 21.1531C19.7209 21.1698 19.5 21.1031 19.3 20.9531L16.4 18.7531C16.2667 18.6531 16.1667 18.5365 16.1 18.4031C16.0334 18.2698 16 18.1198 16 17.9531V15.1031C15.3667 14.9031 14.7167 14.7448 14.05 14.6281C13.3834 14.5115 12.7 14.4531 12 14.4531C11.3 14.4531 10.6167 14.5115 9.95005 14.6281C9.28338 14.7448 8.63338 14.9031 8.00005 15.1031V17.9531C8.00005 18.1198 7.96672 18.2698 7.90005 18.4031C7.83338 18.5365 7.73338 18.6531 7.60005 18.7531L4.70005 20.9531C4.50005 21.1031 4.27922 21.1698 4.03755 21.1531C3.79588 21.1365 3.58338 21.0365 3.40005 20.8531ZM6.00005 15.8031C5.51672 16.0531 5.05005 16.3406 4.60005 16.6656C4.15005 16.9906 3.68338 17.3531 3.20005 17.7531L4.20005 18.7531L6.00005 17.3531V15.8031ZM18 15.8531V17.3531L19.8 18.7531L20.8 17.8031C20.3167 17.3698 19.85 16.9948 19.4 16.6781C18.95 16.3615 18.4834 16.0865 18 15.8531ZM11 7.45312V2.45312H13V7.45312H11ZM17.6 10.3031L16.2 8.85313L19.75 5.30313L21.15 6.75313L17.6 10.3031ZM6.40005 10.3031L2.85005 6.75313L4.25005 5.30313L7.80005 8.85313L6.40005 10.3031Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
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="
|
|
2
|
+
<path d="M3.4 18L2 16.6L9.4 9.15L13.4 13.15L18.6 8H16V6H22V12H20V9.4L13.4 16L9.4 12L3.4 18Z" fill="currentColor"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
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="
|
|
2
|
+
<path d="M3.4 18L2 16.6L9.4 9.15L13.4 13.15L18.6 8H16V6H22V12H20V9.4L13.4 16L9.4 12L3.4 18Z" fill="currentColor"/>
|
|
3
3
|
</svg>
|