@testgorilla/tgo-ui 7.2.6 → 7.2.8
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/avatar/avatar.component.d.ts +1 -0
- package/components/empty-state/empty-state.model.d.ts +1 -1
- package/components/icon/icon-svg-content.d.ts +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-avatar.mjs +5 -2
- package/fesm2022/testgorilla-tgo-ui-components-avatar.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-icon.mjs +4 -1
- package/fesm2022/testgorilla-tgo-ui-components-icon.mjs.map +1 -1
- package/mcp/catalog.json +1 -1
- package/package.json +27 -27
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Applications-in-line.svg +21 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Linkedin-brand-filled.svg +1 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Linkedin-brand-in-line.svg +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testgorilla/tgo-ui",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.8",
|
|
4
4
|
"license": "proprietary-license",
|
|
5
5
|
"lint-staged": {
|
|
6
6
|
"{projects,components}/**/*.ts": [
|
|
@@ -78,38 +78,38 @@
|
|
|
78
78
|
"types": "./components/ai-audio-circle/index.d.ts",
|
|
79
79
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
|
|
80
80
|
},
|
|
81
|
-
"./components/ai-caveat": {
|
|
82
|
-
"types": "./components/ai-caveat/index.d.ts",
|
|
83
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs"
|
|
84
|
-
},
|
|
85
81
|
"./components/ai-feedback": {
|
|
86
82
|
"types": "./components/ai-feedback/index.d.ts",
|
|
87
83
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
88
84
|
},
|
|
85
|
+
"./components/ai-caveat": {
|
|
86
|
+
"types": "./components/ai-caveat/index.d.ts",
|
|
87
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs"
|
|
88
|
+
},
|
|
89
89
|
"./components/alert-banner": {
|
|
90
90
|
"types": "./components/alert-banner/index.d.ts",
|
|
91
91
|
"default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
|
|
92
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
93
|
"./components/autocomplete": {
|
|
98
94
|
"types": "./components/autocomplete/index.d.ts",
|
|
99
95
|
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs"
|
|
100
96
|
},
|
|
97
|
+
"./components/audio-waveform": {
|
|
98
|
+
"types": "./components/audio-waveform/index.d.ts",
|
|
99
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs"
|
|
100
|
+
},
|
|
101
101
|
"./components/avatar": {
|
|
102
102
|
"types": "./components/avatar/index.d.ts",
|
|
103
103
|
"default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
|
|
104
104
|
},
|
|
105
|
-
"./components/breadcrumb": {
|
|
106
|
-
"types": "./components/breadcrumb/index.d.ts",
|
|
107
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs"
|
|
108
|
-
},
|
|
109
105
|
"./components/badge": {
|
|
110
106
|
"types": "./components/badge/index.d.ts",
|
|
111
107
|
"default": "./fesm2022/testgorilla-tgo-ui-components-badge.mjs"
|
|
112
108
|
},
|
|
109
|
+
"./components/breadcrumb": {
|
|
110
|
+
"types": "./components/breadcrumb/index.d.ts",
|
|
111
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-breadcrumb.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,29 +126,29 @@
|
|
|
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"
|
|
136
132
|
},
|
|
137
|
-
"./components/
|
|
138
|
-
"types": "./components/
|
|
139
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
133
|
+
"./components/core": {
|
|
134
|
+
"types": "./components/core/index.d.ts",
|
|
135
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
|
|
140
136
|
},
|
|
141
137
|
"./components/dialog": {
|
|
142
138
|
"types": "./components/dialog/index.d.ts",
|
|
143
139
|
"default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
|
|
144
140
|
},
|
|
141
|
+
"./components/divider": {
|
|
142
|
+
"types": "./components/divider/index.d.ts",
|
|
143
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-divider.mjs"
|
|
144
|
+
},
|
|
145
145
|
"./components/dropdown": {
|
|
146
146
|
"types": "./components/dropdown/index.d.ts",
|
|
147
147
|
"default": "./fesm2022/testgorilla-tgo-ui-components-dropdown.mjs"
|
|
148
148
|
},
|
|
149
|
-
"./components/
|
|
150
|
-
"types": "./components/
|
|
151
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
149
|
+
"./components/donut-chart": {
|
|
150
|
+
"types": "./components/donut-chart/index.d.ts",
|
|
151
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs"
|
|
152
152
|
},
|
|
153
153
|
"./components/elevation-shadow": {
|
|
154
154
|
"types": "./components/elevation-shadow/index.d.ts",
|
|
@@ -294,14 +294,14 @@
|
|
|
294
294
|
"types": "./components/snackbar/index.d.ts",
|
|
295
295
|
"default": "./fesm2022/testgorilla-tgo-ui-components-snackbar.mjs"
|
|
296
296
|
},
|
|
297
|
-
"./components/spinner": {
|
|
298
|
-
"types": "./components/spinner/index.d.ts",
|
|
299
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-spinner.mjs"
|
|
300
|
-
},
|
|
301
297
|
"./components/spider-chart": {
|
|
302
298
|
"types": "./components/spider-chart/index.d.ts",
|
|
303
299
|
"default": "./fesm2022/testgorilla-tgo-ui-components-spider-chart.mjs"
|
|
304
300
|
},
|
|
301
|
+
"./components/spinner": {
|
|
302
|
+
"types": "./components/spinner/index.d.ts",
|
|
303
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-spinner.mjs"
|
|
304
|
+
},
|
|
305
305
|
"./components/stepper": {
|
|
306
306
|
"types": "./components/stepper/index.d.ts",
|
|
307
307
|
"default": "./fesm2022/testgorilla-tgo-ui-components-stepper.mjs"
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<svg width="137" height="137" viewBox="0 0 137 137" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M26.5895 17.3855H13.0126V130.809H97.3412V71.9005H102.821V134.132H97.9218V136.289H11.3924V134.132H7.53125V14.0621H11.3924V11.9055H26.5895V17.3855Z" fill="#242424"/>
|
|
3
|
+
<path d="M95.5002 122.568H96.1892V128.048H15.1546V122.568H15.8302V108.751H21.3102V122.568H90.0202V68.1102H95.5002V122.568Z" fill="#242424"/>
|
|
4
|
+
<path d="M75.2459 117.606H29.4352V113.496H75.2459V117.606Z" fill="#242424"/>
|
|
5
|
+
<path d="M85.2252 110.014H29.4352V105.904H85.2252V110.014Z" fill="#242424"/>
|
|
6
|
+
<path d="M71.0329 100.795H29.4352V96.6849H71.0329V100.795Z" fill="#242424"/>
|
|
7
|
+
<path d="M21.3102 21.0285H26.5895V26.5085H21.3102V100.21H15.8302V20.3275H21.3102V21.0285Z" fill="#242424"/>
|
|
8
|
+
<path d="M80.0944 93.2037H29.4352V89.0937H80.0944V93.2037Z" fill="#242424"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M44.1694 77.5116H29.2573V61.786H44.1694V77.5116ZM33.3673 73.4016H40.0594V65.896H33.3673V73.4016Z" fill="#242424"/>
|
|
10
|
+
<path d="M73.8585 74.2993H49.6347V70.1893H73.8585V74.2993Z" fill="#242424"/>
|
|
11
|
+
<path d="M98.9547 15.5258H102.821V31.8079C107.503 30.4484 112.533 30.851 116.952 32.9572C121.624 35.1846 125.248 39.1423 127.053 43.9934C128.859 48.8448 128.706 54.2093 126.626 58.9497C124.547 63.6898 120.703 67.4349 115.911 69.3919C111.119 71.3486 105.754 71.3639 100.951 69.4348C96.1478 67.5053 92.2835 63.782 90.1768 59.0541C88.0702 54.3258 87.8854 48.962 89.663 44.1005L94.8099 45.9815C93.5211 49.5059 93.6548 53.3946 95.1818 56.8225C96.709 60.2503 99.5102 62.9505 102.992 64.3494C106.475 65.7483 110.366 65.7374 113.84 64.3187C117.314 62.8998 120.1 60.1841 121.608 56.7475C123.115 53.3109 123.226 49.4223 121.917 45.9053C120.608 42.3881 117.981 39.5182 114.593 37.9034C111.206 36.2889 107.323 36.0555 103.767 37.2531C100.211 38.451 97.2595 40.986 95.539 44.3212L90.6678 41.8087C92.2347 38.771 94.5424 36.2146 97.3412 34.3526V17.3855H83.7576V11.9055H98.9547V15.5258Z" fill="#242424"/>
|
|
12
|
+
<path d="M82.1079 66.7081H49.6347V62.5981H82.1079V66.7081Z" fill="#242424"/>
|
|
13
|
+
<path d="M118.084 47.0599L106.179 60.6649L98.7754 53.0964L102.693 49.2647L105.955 52.5987L113.959 43.4502L118.084 47.0599Z" fill="#242424"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M44.1694 58.1269H29.2573V42.4013H44.1694V58.1269ZM33.3673 54.0169H40.0594V46.5113H33.3673V54.0169Z" fill="#242424"/>
|
|
15
|
+
<path d="M76.2988 53.6196H49.6347V49.5096H76.2988V53.6196Z" fill="#242424"/>
|
|
16
|
+
<path d="M82.1079 46.0284H49.6347V41.9184H82.1079V46.0284Z" fill="#242424"/>
|
|
17
|
+
<path d="M96.0943 26.5085H95.5002V35.538H90.0202V26.5085H86.4882V21.0285H96.0943V26.5085Z" fill="#242424"/>
|
|
18
|
+
<path d="M55.2016 0.68457C56.8952 0.684658 58.5738 1.01849 60.1384 1.66658C61.7029 2.31475 63.1246 3.26537 64.322 4.46277C65.207 5.34781 65.9555 6.356 66.5483 7.45296H82.9776V30.6988H78.9264V33.4388H71.1774V27.9588H77.4976V12.933H68.0828C68.0937 13.1489 68.1002 13.3652 68.1002 13.5818H62.6202C62.6202 12.6082 62.4282 11.6438 62.0556 10.7442C61.6829 9.84438 61.1361 9.02602 60.4475 8.3373C59.7588 7.64863 58.9404 7.10193 58.0406 6.72916C57.1409 6.35652 56.1755 6.16466 55.2016 6.16457C54.2281 6.16464 53.2635 6.35673 52.364 6.72916C51.4642 7.10187 50.6458 7.64867 49.9571 8.3373C49.2684 9.02603 48.7217 9.84432 48.349 10.7442C47.9764 11.6438 47.7844 12.6081 47.7844 13.5818H42.3044C42.3044 13.3652 42.3095 13.1489 42.3204 12.933H32.7866V27.9588H63.3092V33.4388H32.7866V34.1706H27.3066V6.73317H32.7866V7.45296H43.855C44.4478 6.35588 45.1975 5.34789 46.0826 4.46277C47.2801 3.26535 48.7016 2.31469 50.2662 1.66658C51.8306 1.01864 53.5083 0.684642 55.2016 0.68457Z" fill="#242424"/>
|
|
19
|
+
<path d="M73.5615 24.974H37.2003V19.494H73.5615V24.974Z" fill="#242424"/>
|
|
20
|
+
<path d="M55.1267 9.82103C56.2976 9.82118 57.2471 10.7707 57.2473 11.9416C57.2473 13.1127 56.2977 14.062 55.1267 14.0621C53.9555 14.0621 53.0062 13.1128 53.0062 11.9416C53.0064 10.7706 53.9557 9.82103 55.1267 9.82103Z" fill="#242424"/>
|
|
21
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 1.14612C0 0.5135 0.529625 0 1.1825 0H14.8175C15.4706 0 16 0.5135 16 1.14612V14.8541C16 15.4869 15.4706 16 14.8175 16H1.1825C0.529688 16 0 15.4869 0 14.8542V1.14594V1.14612Z" fill="#FFFFFF"/><path d="M4.86224 13.3898V6.18652H2.46799V13.3898H4.86249H4.86224ZM3.66562 5.2032C4.50037 5.2032 5.02005 4.65008 5.02005 3.95883C5.00443 3.25183 4.50037 2.71414 3.68149 2.71414C2.86205 2.71414 2.32687 3.25183 2.32687 3.95877C2.32687 4.65002 2.84637 5.20314 3.64993 5.20314H3.66543L3.66562 5.2032ZM6.18749 13.3898H8.58155V9.36758C8.58155 9.15258 8.59718 8.93702 8.66043 8.78345C8.83343 8.35314 9.22737 7.9077 9.88893 7.9077C10.7551 7.9077 11.1017 8.5682 11.1017 9.53664V13.3898H13.4957V9.25964C13.4957 7.0472 12.3147 6.01764 10.7396 6.01764C9.44811 6.01764 8.88093 6.73945 8.5658 7.23108H8.58174V6.18677H6.18762C6.21887 6.86252 6.18743 13.39 6.18743 13.39L6.18749 13.3898Z" fill="#0A66C2"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 1.14612C0 0.5135 0.529625 0 1.1825 0H14.8175C15.4706 0 16 0.5135 16 1.14612V14.8541C16 15.4869 15.4706 16 14.8175 16H1.1825C0.529688 16 0 15.4869 0 14.8542V1.14594V1.14612Z" fill="#FFFFFF"/><path d="M4.86224 13.3898V6.18652H2.46799V13.3898H4.86249H4.86224ZM3.66562 5.2032C4.50037 5.2032 5.02005 4.65008 5.02005 3.95883C5.00443 3.25183 4.50037 2.71414 3.68149 2.71414C2.86205 2.71414 2.32687 3.25183 2.32687 3.95877C2.32687 4.65002 2.84637 5.20314 3.64993 5.20314H3.66543L3.66562 5.2032ZM6.18749 13.3898H8.58155V9.36758C8.58155 9.15258 8.59718 8.93702 8.66043 8.78345C8.83343 8.35314 9.22737 7.9077 9.88893 7.9077C10.7551 7.9077 11.1017 8.5682 11.1017 9.53664V13.3898H13.4957V9.25964C13.4957 7.0472 12.3147 6.01764 10.7396 6.01764C9.44811 6.01764 8.88093 6.73945 8.5658 7.23108H8.58174V6.18677H6.18762C6.21887 6.86252 6.18743 13.39 6.18743 13.39L6.18749 13.3898Z" fill="#0A66C2"/></svg>
|