@testgorilla/tgo-ui 5.2.2 → 5.2.3
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 +4 -2
- package/fesm2022/testgorilla-tgo-ui-components-icon.mjs.map +1 -1
- package/package.json +39 -39
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Bookmark-filled.svg +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testgorilla/tgo-ui",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.3",
|
|
4
4
|
"license": "proprietary-license",
|
|
5
5
|
"lint-staged": {
|
|
6
6
|
"{projects,components}/**/*.ts": [
|
|
@@ -63,30 +63,30 @@
|
|
|
63
63
|
"types": "./components/accordion/index.d.ts",
|
|
64
64
|
"default": "./fesm2022/testgorilla-tgo-ui-components-accordion.mjs"
|
|
65
65
|
},
|
|
66
|
-
"./components/ai-caveat": {
|
|
67
|
-
"types": "./components/ai-caveat/index.d.ts",
|
|
68
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs"
|
|
69
|
-
},
|
|
70
66
|
"./components/ai-audio-circle": {
|
|
71
67
|
"types": "./components/ai-audio-circle/index.d.ts",
|
|
72
68
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
|
|
73
69
|
},
|
|
70
|
+
"./components/alert-banner": {
|
|
71
|
+
"types": "./components/alert-banner/index.d.ts",
|
|
72
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
|
|
73
|
+
},
|
|
74
74
|
"./components/ai-feedback": {
|
|
75
75
|
"types": "./components/ai-feedback/index.d.ts",
|
|
76
76
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
77
77
|
},
|
|
78
|
-
"./components/
|
|
79
|
-
"types": "./components/
|
|
80
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
81
|
-
},
|
|
82
|
-
"./components/alert-banner": {
|
|
83
|
-
"types": "./components/alert-banner/index.d.ts",
|
|
84
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
|
|
78
|
+
"./components/ai-caveat": {
|
|
79
|
+
"types": "./components/ai-caveat/index.d.ts",
|
|
80
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs"
|
|
85
81
|
},
|
|
86
82
|
"./components/avatar": {
|
|
87
83
|
"types": "./components/avatar/index.d.ts",
|
|
88
84
|
"default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
|
|
89
85
|
},
|
|
86
|
+
"./components/autocomplete": {
|
|
87
|
+
"types": "./components/autocomplete/index.d.ts",
|
|
88
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs"
|
|
89
|
+
},
|
|
90
90
|
"./components/badge": {
|
|
91
91
|
"types": "./components/badge/index.d.ts",
|
|
92
92
|
"default": "./fesm2022/testgorilla-tgo-ui-components-badge.mjs"
|
|
@@ -111,13 +111,17 @@
|
|
|
111
111
|
"types": "./components/checklist/index.d.ts",
|
|
112
112
|
"default": "./fesm2022/testgorilla-tgo-ui-components-checklist.mjs"
|
|
113
113
|
},
|
|
114
|
+
"./components/core": {
|
|
115
|
+
"types": "./components/core/index.d.ts",
|
|
116
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
|
|
117
|
+
},
|
|
114
118
|
"./components/datepicker": {
|
|
115
119
|
"types": "./components/datepicker/index.d.ts",
|
|
116
120
|
"default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
|
|
117
121
|
},
|
|
118
|
-
"./components/
|
|
119
|
-
"types": "./components/
|
|
120
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
122
|
+
"./components/dialog": {
|
|
123
|
+
"types": "./components/dialog/index.d.ts",
|
|
124
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
|
|
121
125
|
},
|
|
122
126
|
"./components/divider": {
|
|
123
127
|
"types": "./components/divider/index.d.ts",
|
|
@@ -127,10 +131,6 @@
|
|
|
127
131
|
"types": "./components/donut-chart/index.d.ts",
|
|
128
132
|
"default": "./fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs"
|
|
129
133
|
},
|
|
130
|
-
"./components/dialog": {
|
|
131
|
-
"types": "./components/dialog/index.d.ts",
|
|
132
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
|
|
133
|
-
},
|
|
134
134
|
"./components/dropdown": {
|
|
135
135
|
"types": "./components/dropdown/index.d.ts",
|
|
136
136
|
"default": "./fesm2022/testgorilla-tgo-ui-components-dropdown.mjs"
|
|
@@ -139,26 +139,26 @@
|
|
|
139
139
|
"types": "./components/elevation-shadow/index.d.ts",
|
|
140
140
|
"default": "./fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs"
|
|
141
141
|
},
|
|
142
|
-
"./components/field": {
|
|
143
|
-
"types": "./components/field/index.d.ts",
|
|
144
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-field.mjs"
|
|
145
|
-
},
|
|
146
142
|
"./components/empty-state": {
|
|
147
143
|
"types": "./components/empty-state/index.d.ts",
|
|
148
144
|
"default": "./fesm2022/testgorilla-tgo-ui-components-empty-state.mjs"
|
|
149
145
|
},
|
|
146
|
+
"./components/field": {
|
|
147
|
+
"types": "./components/field/index.d.ts",
|
|
148
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-field.mjs"
|
|
149
|
+
},
|
|
150
150
|
"./components/file-upload": {
|
|
151
151
|
"types": "./components/file-upload/index.d.ts",
|
|
152
152
|
"default": "./fesm2022/testgorilla-tgo-ui-components-file-upload.mjs"
|
|
153
153
|
},
|
|
154
|
-
"./components/gaussian-chart": {
|
|
155
|
-
"types": "./components/gaussian-chart/index.d.ts",
|
|
156
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-gaussian-chart.mjs"
|
|
157
|
-
},
|
|
158
154
|
"./components/filter-button": {
|
|
159
155
|
"types": "./components/filter-button/index.d.ts",
|
|
160
156
|
"default": "./fesm2022/testgorilla-tgo-ui-components-filter-button.mjs"
|
|
161
157
|
},
|
|
158
|
+
"./components/gaussian-chart": {
|
|
159
|
+
"types": "./components/gaussian-chart/index.d.ts",
|
|
160
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-gaussian-chart.mjs"
|
|
161
|
+
},
|
|
162
162
|
"./components/icon": {
|
|
163
163
|
"types": "./components/icon/index.d.ts",
|
|
164
164
|
"default": "./fesm2022/testgorilla-tgo-ui-components-icon.mjs"
|
|
@@ -171,14 +171,14 @@
|
|
|
171
171
|
"types": "./components/inline-field/index.d.ts",
|
|
172
172
|
"default": "./fesm2022/testgorilla-tgo-ui-components-inline-field.mjs"
|
|
173
173
|
},
|
|
174
|
-
"./components/logo": {
|
|
175
|
-
"types": "./components/logo/index.d.ts",
|
|
176
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-logo.mjs"
|
|
177
|
-
},
|
|
178
174
|
"./components/media-card": {
|
|
179
175
|
"types": "./components/media-card/index.d.ts",
|
|
180
176
|
"default": "./fesm2022/testgorilla-tgo-ui-components-media-card.mjs"
|
|
181
177
|
},
|
|
178
|
+
"./components/logo": {
|
|
179
|
+
"types": "./components/logo/index.d.ts",
|
|
180
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-logo.mjs"
|
|
181
|
+
},
|
|
182
182
|
"./components/media-dialog": {
|
|
183
183
|
"types": "./components/media-dialog/index.d.ts",
|
|
184
184
|
"default": "./fesm2022/testgorilla-tgo-ui-components-media-dialog.mjs"
|
|
@@ -191,14 +191,14 @@
|
|
|
191
191
|
"types": "./components/navbar/index.d.ts",
|
|
192
192
|
"default": "./fesm2022/testgorilla-tgo-ui-components-navbar.mjs"
|
|
193
193
|
},
|
|
194
|
-
"./components/page-header": {
|
|
195
|
-
"types": "./components/page-header/index.d.ts",
|
|
196
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-page-header.mjs"
|
|
197
|
-
},
|
|
198
194
|
"./components/overflow-menu": {
|
|
199
195
|
"types": "./components/overflow-menu/index.d.ts",
|
|
200
196
|
"default": "./fesm2022/testgorilla-tgo-ui-components-overflow-menu.mjs"
|
|
201
197
|
},
|
|
198
|
+
"./components/page-header": {
|
|
199
|
+
"types": "./components/page-header/index.d.ts",
|
|
200
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-page-header.mjs"
|
|
201
|
+
},
|
|
202
202
|
"./components/paginator": {
|
|
203
203
|
"types": "./components/paginator/index.d.ts",
|
|
204
204
|
"default": "./fesm2022/testgorilla-tgo-ui-components-paginator.mjs"
|
|
@@ -211,14 +211,14 @@
|
|
|
211
211
|
"types": "./components/password-strength/index.d.ts",
|
|
212
212
|
"default": "./fesm2022/testgorilla-tgo-ui-components-password-strength.mjs"
|
|
213
213
|
},
|
|
214
|
-
"./components/progress-bar": {
|
|
215
|
-
"types": "./components/progress-bar/index.d.ts",
|
|
216
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-progress-bar.mjs"
|
|
217
|
-
},
|
|
218
214
|
"./components/phone-input": {
|
|
219
215
|
"types": "./components/phone-input/index.d.ts",
|
|
220
216
|
"default": "./fesm2022/testgorilla-tgo-ui-components-phone-input.mjs"
|
|
221
217
|
},
|
|
218
|
+
"./components/progress-bar": {
|
|
219
|
+
"types": "./components/progress-bar/index.d.ts",
|
|
220
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-progress-bar.mjs"
|
|
221
|
+
},
|
|
222
222
|
"./components/prompt": {
|
|
223
223
|
"types": "./components/prompt/index.d.ts",
|
|
224
224
|
"default": "./fesm2022/testgorilla-tgo-ui-components-prompt.mjs"
|
|
@@ -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="M5 21.4535V5.45349C5 4.90349 5.19583 4.43266 5.5875 4.04099C5.97917 3.64932 6.45 3.45349 7 3.45349H17C17.55 3.45349 18.0208 3.64932 18.4125 4.04099C18.8042 4.43266 19 4.90349 19 5.45349V21.4535L12 18.4535L5 21.4535Z" fill="
|
|
2
|
+
<path d="M5 21.4535V5.45349C5 4.90349 5.19583 4.43266 5.5875 4.04099C5.97917 3.64932 6.45 3.45349 7 3.45349H17C17.55 3.45349 18.0208 3.64932 18.4125 4.04099C18.8042 4.43266 19 4.90349 19 5.45349V21.4535L12 18.4535L5 21.4535Z" fill="currentColor"/>
|
|
3
3
|
</svg>
|