@testgorilla/tgo-ui 5.2.0 → 5.2.1
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/fesm2022/testgorilla-tgo-ui-components-icon.mjs +4 -2
- package/fesm2022/testgorilla-tgo-ui-components-icon.mjs.map +1 -1
- package/package.json +29 -29
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Bookmark-filled.svg +3 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Bookmark-in-line.svg +3 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testgorilla/tgo-ui",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.1",
|
|
4
4
|
"license": "proprietary-license",
|
|
5
5
|
"lint-staged": {
|
|
6
6
|
"{projects,components}/**/*.ts": [
|
|
@@ -63,25 +63,25 @@
|
|
|
63
63
|
"types": "./components/accordion/index.d.ts",
|
|
64
64
|
"default": "./fesm2022/testgorilla-tgo-ui-components-accordion.mjs"
|
|
65
65
|
},
|
|
66
|
-
"./components/ai-
|
|
67
|
-
"types": "./components/ai-
|
|
68
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-
|
|
66
|
+
"./components/ai-audio-circle": {
|
|
67
|
+
"types": "./components/ai-audio-circle/index.d.ts",
|
|
68
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
|
|
69
|
+
},
|
|
70
|
+
"./components/alert-banner": {
|
|
71
|
+
"types": "./components/alert-banner/index.d.ts",
|
|
72
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
|
|
69
73
|
},
|
|
70
74
|
"./components/ai-feedback": {
|
|
71
75
|
"types": "./components/ai-feedback/index.d.ts",
|
|
72
76
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
73
77
|
},
|
|
74
|
-
"./components/ai-audio-circle": {
|
|
75
|
-
"types": "./components/ai-audio-circle/index.d.ts",
|
|
76
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
|
|
77
|
-
},
|
|
78
78
|
"./components/autocomplete": {
|
|
79
79
|
"types": "./components/autocomplete/index.d.ts",
|
|
80
80
|
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs"
|
|
81
81
|
},
|
|
82
|
-
"./components/
|
|
83
|
-
"types": "./components/
|
|
84
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
82
|
+
"./components/ai-caveat": {
|
|
83
|
+
"types": "./components/ai-caveat/index.d.ts",
|
|
84
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs"
|
|
85
85
|
},
|
|
86
86
|
"./components/avatar": {
|
|
87
87
|
"types": "./components/avatar/index.d.ts",
|
|
@@ -107,10 +107,6 @@
|
|
|
107
107
|
"types": "./components/button/index.d.ts",
|
|
108
108
|
"default": "./fesm2022/testgorilla-tgo-ui-components-button.mjs"
|
|
109
109
|
},
|
|
110
|
-
"./components/core": {
|
|
111
|
-
"types": "./components/core/index.d.ts",
|
|
112
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
|
|
113
|
-
},
|
|
114
110
|
"./components/checklist": {
|
|
115
111
|
"types": "./components/checklist/index.d.ts",
|
|
116
112
|
"default": "./fesm2022/testgorilla-tgo-ui-components-checklist.mjs"
|
|
@@ -119,17 +115,25 @@
|
|
|
119
115
|
"types": "./components/datepicker/index.d.ts",
|
|
120
116
|
"default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
|
|
121
117
|
},
|
|
118
|
+
"./components/core": {
|
|
119
|
+
"types": "./components/core/index.d.ts",
|
|
120
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
|
|
121
|
+
},
|
|
122
122
|
"./components/divider": {
|
|
123
123
|
"types": "./components/divider/index.d.ts",
|
|
124
124
|
"default": "./fesm2022/testgorilla-tgo-ui-components-divider.mjs"
|
|
125
125
|
},
|
|
126
|
+
"./components/dialog": {
|
|
127
|
+
"types": "./components/dialog/index.d.ts",
|
|
128
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
|
|
129
|
+
},
|
|
126
130
|
"./components/donut-chart": {
|
|
127
131
|
"types": "./components/donut-chart/index.d.ts",
|
|
128
132
|
"default": "./fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs"
|
|
129
133
|
},
|
|
130
|
-
"./components/
|
|
131
|
-
"types": "./components/
|
|
132
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
134
|
+
"./components/dropdown": {
|
|
135
|
+
"types": "./components/dropdown/index.d.ts",
|
|
136
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-dropdown.mjs"
|
|
133
137
|
},
|
|
134
138
|
"./components/elevation-shadow": {
|
|
135
139
|
"types": "./components/elevation-shadow/index.d.ts",
|
|
@@ -151,10 +155,6 @@
|
|
|
151
155
|
"types": "./components/filter-button/index.d.ts",
|
|
152
156
|
"default": "./fesm2022/testgorilla-tgo-ui-components-filter-button.mjs"
|
|
153
157
|
},
|
|
154
|
-
"./components/dropdown": {
|
|
155
|
-
"types": "./components/dropdown/index.d.ts",
|
|
156
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-dropdown.mjs"
|
|
157
|
-
},
|
|
158
158
|
"./components/gaussian-chart": {
|
|
159
159
|
"types": "./components/gaussian-chart/index.d.ts",
|
|
160
160
|
"default": "./fesm2022/testgorilla-tgo-ui-components-gaussian-chart.mjs"
|
|
@@ -183,22 +183,22 @@
|
|
|
183
183
|
"types": "./components/media-dialog/index.d.ts",
|
|
184
184
|
"default": "./fesm2022/testgorilla-tgo-ui-components-media-dialog.mjs"
|
|
185
185
|
},
|
|
186
|
-
"./components/navbar": {
|
|
187
|
-
"types": "./components/navbar/index.d.ts",
|
|
188
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-navbar.mjs"
|
|
189
|
-
},
|
|
190
186
|
"./components/multi-input": {
|
|
191
187
|
"types": "./components/multi-input/index.d.ts",
|
|
192
188
|
"default": "./fesm2022/testgorilla-tgo-ui-components-multi-input.mjs"
|
|
193
189
|
},
|
|
194
|
-
"./components/
|
|
195
|
-
"types": "./components/
|
|
196
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
190
|
+
"./components/navbar": {
|
|
191
|
+
"types": "./components/navbar/index.d.ts",
|
|
192
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-navbar.mjs"
|
|
197
193
|
},
|
|
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"
|
|
@@ -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="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="#242424"/>
|
|
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="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.4535ZM7 18.4035L12 16.2535L17 18.4035V5.45349H7V18.4035Z" fill="#242424"/>
|
|
3
|
+
</svg>
|