@testgorilla/tgo-ui 7.4.3 → 7.5.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/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 +9 -2
- package/fesm2022/testgorilla-tgo-ui-components-autocomplete-v2.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-icon.mjs +9 -5
- 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/Smart-criteria-filled.svg +3 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Smart-criteria-in-line.svg +3 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testgorilla/tgo-ui",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.5.0",
|
|
4
4
|
"license": "proprietary-license",
|
|
5
5
|
"lint-staged": {
|
|
6
6
|
"{projects,components}/**/*.ts": [
|
|
@@ -74,6 +74,10 @@
|
|
|
74
74
|
"types": "./components/accordion/index.d.ts",
|
|
75
75
|
"default": "./fesm2022/testgorilla-tgo-ui-components-accordion.mjs"
|
|
76
76
|
},
|
|
77
|
+
"./components/ai-feedback": {
|
|
78
|
+
"types": "./components/ai-feedback/index.d.ts",
|
|
79
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
80
|
+
},
|
|
77
81
|
"./components/ai-caveat": {
|
|
78
82
|
"types": "./components/ai-caveat/index.d.ts",
|
|
79
83
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs"
|
|
@@ -94,10 +98,6 @@
|
|
|
94
98
|
"types": "./components/autocomplete/index.d.ts",
|
|
95
99
|
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs"
|
|
96
100
|
},
|
|
97
|
-
"./components/ai-feedback": {
|
|
98
|
-
"types": "./components/ai-feedback/index.d.ts",
|
|
99
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
100
|
-
},
|
|
101
101
|
"./components/autocomplete-v2": {
|
|
102
102
|
"types": "./components/autocomplete-v2/index.d.ts",
|
|
103
103
|
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete-v2.mjs"
|
|
@@ -110,6 +110,10 @@
|
|
|
110
110
|
"types": "./components/avatar/index.d.ts",
|
|
111
111
|
"default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
|
|
112
112
|
},
|
|
113
|
+
"./components/breadcrumb": {
|
|
114
|
+
"types": "./components/breadcrumb/index.d.ts",
|
|
115
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs"
|
|
116
|
+
},
|
|
113
117
|
"./components/button": {
|
|
114
118
|
"types": "./components/button/index.d.ts",
|
|
115
119
|
"default": "./fesm2022/testgorilla-tgo-ui-components-button.mjs"
|
|
@@ -118,10 +122,6 @@
|
|
|
118
122
|
"types": "./components/card/index.d.ts",
|
|
119
123
|
"default": "./fesm2022/testgorilla-tgo-ui-components-card.mjs"
|
|
120
124
|
},
|
|
121
|
-
"./components/breadcrumb": {
|
|
122
|
-
"types": "./components/breadcrumb/index.d.ts",
|
|
123
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs"
|
|
124
|
-
},
|
|
125
125
|
"./components/checkbox": {
|
|
126
126
|
"types": "./components/checkbox/index.d.ts",
|
|
127
127
|
"default": "./fesm2022/testgorilla-tgo-ui-components-checkbox.mjs"
|
|
@@ -130,30 +130,26 @@
|
|
|
130
130
|
"types": "./components/checklist/index.d.ts",
|
|
131
131
|
"default": "./fesm2022/testgorilla-tgo-ui-components-checklist.mjs"
|
|
132
132
|
},
|
|
133
|
-
"./components/
|
|
134
|
-
"types": "./components/
|
|
135
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
136
|
-
},
|
|
137
|
-
"./components/dialog": {
|
|
138
|
-
"types": "./components/dialog/index.d.ts",
|
|
139
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
|
|
133
|
+
"./components/core": {
|
|
134
|
+
"types": "./components/core/index.d.ts",
|
|
135
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
|
|
140
136
|
},
|
|
141
137
|
"./components/datepicker": {
|
|
142
138
|
"types": "./components/datepicker/index.d.ts",
|
|
143
139
|
"default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
|
|
144
140
|
},
|
|
145
|
-
"./components/
|
|
146
|
-
"types": "./components/
|
|
147
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
141
|
+
"./components/dialog": {
|
|
142
|
+
"types": "./components/dialog/index.d.ts",
|
|
143
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
|
|
144
|
+
},
|
|
145
|
+
"./components/divider": {
|
|
146
|
+
"types": "./components/divider/index.d.ts",
|
|
147
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-divider.mjs"
|
|
148
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"
|
|
152
152
|
},
|
|
153
|
-
"./components/empty-state": {
|
|
154
|
-
"types": "./components/empty-state/index.d.ts",
|
|
155
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-empty-state.mjs"
|
|
156
|
-
},
|
|
157
153
|
"./components/dropdown": {
|
|
158
154
|
"types": "./components/dropdown/index.d.ts",
|
|
159
155
|
"default": "./fesm2022/testgorilla-tgo-ui-components-dropdown.mjs"
|
|
@@ -162,6 +158,10 @@
|
|
|
162
158
|
"types": "./components/elevation-shadow/index.d.ts",
|
|
163
159
|
"default": "./fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs"
|
|
164
160
|
},
|
|
161
|
+
"./components/empty-state": {
|
|
162
|
+
"types": "./components/empty-state/index.d.ts",
|
|
163
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-empty-state.mjs"
|
|
164
|
+
},
|
|
165
165
|
"./components/field": {
|
|
166
166
|
"types": "./components/field/index.d.ts",
|
|
167
167
|
"default": "./fesm2022/testgorilla-tgo-ui-components-field.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/logo": {
|
|
194
|
-
"types": "./components/logo/index.d.ts",
|
|
195
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-logo.mjs"
|
|
196
|
-
},
|
|
197
193
|
"./components/media-card": {
|
|
198
194
|
"types": "./components/media-card/index.d.ts",
|
|
199
195
|
"default": "./fesm2022/testgorilla-tgo-ui-components-media-card.mjs"
|
|
200
196
|
},
|
|
197
|
+
"./components/logo": {
|
|
198
|
+
"types": "./components/logo/index.d.ts",
|
|
199
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-logo.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="M3 16.4536V14.4536H11V16.4536H3ZM3 12.4536V10.4536H15V12.4536H3ZM3 8.45361V6.45361H15V8.45361H3ZM16.35 19.4536L12.8 15.9036L14.2 14.5036L16.35 16.6036L20.6 12.3536L22 13.8036L16.35 19.4536Z" 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 16.4536V14.4536H11V16.4536H3ZM3 12.4536V10.4536H15V12.4536H3ZM3 8.45361V6.45361H15V8.45361H3ZM16.35 19.4536L12.8 15.9036L14.2 14.5036L16.35 16.6036L20.6 12.3536L22 13.8036L16.35 19.4536Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|