@testgorilla/tgo-ui 7.4.0 → 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/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-icon.mjs +7 -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/Trending-up-filled.svg +3 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Trending-up-in-line.svg +3 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testgorilla/tgo-ui",
|
|
3
|
-
"version": "7.4.
|
|
3
|
+
"version": "7.4.2",
|
|
4
4
|
"license": "proprietary-license",
|
|
5
5
|
"lint-staged": {
|
|
6
6
|
"{projects,components}/**/*.ts": [
|
|
@@ -70,22 +70,22 @@
|
|
|
70
70
|
"types": "./index.d.ts",
|
|
71
71
|
"default": "./fesm2022/testgorilla-tgo-ui.mjs"
|
|
72
72
|
},
|
|
73
|
-
"./components/accordion": {
|
|
74
|
-
"types": "./components/accordion/index.d.ts",
|
|
75
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-accordion.mjs"
|
|
76
|
-
},
|
|
77
73
|
"./components/ai-audio-circle": {
|
|
78
74
|
"types": "./components/ai-audio-circle/index.d.ts",
|
|
79
75
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
|
|
80
76
|
},
|
|
81
|
-
"./components/
|
|
82
|
-
"types": "./components/
|
|
83
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
77
|
+
"./components/accordion": {
|
|
78
|
+
"types": "./components/accordion/index.d.ts",
|
|
79
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-accordion.mjs"
|
|
84
80
|
},
|
|
85
81
|
"./components/alert-banner": {
|
|
86
82
|
"types": "./components/alert-banner/index.d.ts",
|
|
87
83
|
"default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.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/ai-feedback": {
|
|
90
90
|
"types": "./components/ai-feedback/index.d.ts",
|
|
91
91
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
@@ -98,26 +98,30 @@
|
|
|
98
98
|
"types": "./components/autocomplete/index.d.ts",
|
|
99
99
|
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs"
|
|
100
100
|
},
|
|
101
|
-
"./components/
|
|
102
|
-
"types": "./components/
|
|
103
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
101
|
+
"./components/badge": {
|
|
102
|
+
"types": "./components/badge/index.d.ts",
|
|
103
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-badge.mjs"
|
|
104
104
|
},
|
|
105
105
|
"./components/avatar": {
|
|
106
106
|
"types": "./components/avatar/index.d.ts",
|
|
107
107
|
"default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
|
|
108
108
|
},
|
|
109
|
+
"./components/autocomplete-v2": {
|
|
110
|
+
"types": "./components/autocomplete-v2/index.d.ts",
|
|
111
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete-v2.mjs"
|
|
112
|
+
},
|
|
109
113
|
"./components/breadcrumb": {
|
|
110
114
|
"types": "./components/breadcrumb/index.d.ts",
|
|
111
115
|
"default": "./fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs"
|
|
112
116
|
},
|
|
113
|
-
"./components/badge": {
|
|
114
|
-
"types": "./components/badge/index.d.ts",
|
|
115
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-badge.mjs"
|
|
116
|
-
},
|
|
117
117
|
"./components/button": {
|
|
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,6 +138,10 @@
|
|
|
138
138
|
"types": "./components/datepicker/index.d.ts",
|
|
139
139
|
"default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
|
|
140
140
|
},
|
|
141
|
+
"./components/donut-chart": {
|
|
142
|
+
"types": "./components/donut-chart/index.d.ts",
|
|
143
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs"
|
|
144
|
+
},
|
|
141
145
|
"./components/divider": {
|
|
142
146
|
"types": "./components/divider/index.d.ts",
|
|
143
147
|
"default": "./fesm2022/testgorilla-tgo-ui-components-divider.mjs"
|
|
@@ -146,10 +150,6 @@
|
|
|
146
150
|
"types": "./components/dialog/index.d.ts",
|
|
147
151
|
"default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
|
|
148
152
|
},
|
|
149
|
-
"./components/donut-chart": {
|
|
150
|
-
"types": "./components/donut-chart/index.d.ts",
|
|
151
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs"
|
|
152
|
-
},
|
|
153
153
|
"./components/dropdown": {
|
|
154
154
|
"types": "./components/dropdown/index.d.ts",
|
|
155
155
|
"default": "./fesm2022/testgorilla-tgo-ui-components-dropdown.mjs"
|
|
@@ -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"
|