@testgorilla/tgo-ui 5.2.1 → 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-avatar.mjs +2 -2
- package/fesm2022/testgorilla-tgo-ui-components-avatar.mjs.map +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 +20 -20
- 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": [
|
|
@@ -75,10 +75,6 @@
|
|
|
75
75
|
"types": "./components/ai-feedback/index.d.ts",
|
|
76
76
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
77
77
|
},
|
|
78
|
-
"./components/autocomplete": {
|
|
79
|
-
"types": "./components/autocomplete/index.d.ts",
|
|
80
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs"
|
|
81
|
-
},
|
|
82
78
|
"./components/ai-caveat": {
|
|
83
79
|
"types": "./components/ai-caveat/index.d.ts",
|
|
84
80
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs"
|
|
@@ -87,6 +83,10 @@
|
|
|
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"
|
|
@@ -95,6 +95,10 @@
|
|
|
95
95
|
"types": "./components/breadcrumb/index.d.ts",
|
|
96
96
|
"default": "./fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs"
|
|
97
97
|
},
|
|
98
|
+
"./components/button": {
|
|
99
|
+
"types": "./components/button/index.d.ts",
|
|
100
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-button.mjs"
|
|
101
|
+
},
|
|
98
102
|
"./components/card": {
|
|
99
103
|
"types": "./components/card/index.d.ts",
|
|
100
104
|
"default": "./fesm2022/testgorilla-tgo-ui-components-card.mjs"
|
|
@@ -103,30 +107,26 @@
|
|
|
103
107
|
"types": "./components/checkbox/index.d.ts",
|
|
104
108
|
"default": "./fesm2022/testgorilla-tgo-ui-components-checkbox.mjs"
|
|
105
109
|
},
|
|
106
|
-
"./components/button": {
|
|
107
|
-
"types": "./components/button/index.d.ts",
|
|
108
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-button.mjs"
|
|
109
|
-
},
|
|
110
110
|
"./components/checklist": {
|
|
111
111
|
"types": "./components/checklist/index.d.ts",
|
|
112
112
|
"default": "./fesm2022/testgorilla-tgo-ui-components-checklist.mjs"
|
|
113
113
|
},
|
|
114
|
-
"./components/datepicker": {
|
|
115
|
-
"types": "./components/datepicker/index.d.ts",
|
|
116
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
|
|
117
|
-
},
|
|
118
114
|
"./components/core": {
|
|
119
115
|
"types": "./components/core/index.d.ts",
|
|
120
116
|
"default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
|
|
121
117
|
},
|
|
122
|
-
"./components/
|
|
123
|
-
"types": "./components/
|
|
124
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
118
|
+
"./components/datepicker": {
|
|
119
|
+
"types": "./components/datepicker/index.d.ts",
|
|
120
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
|
|
125
121
|
},
|
|
126
122
|
"./components/dialog": {
|
|
127
123
|
"types": "./components/dialog/index.d.ts",
|
|
128
124
|
"default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
|
|
129
125
|
},
|
|
126
|
+
"./components/divider": {
|
|
127
|
+
"types": "./components/divider/index.d.ts",
|
|
128
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-divider.mjs"
|
|
129
|
+
},
|
|
130
130
|
"./components/donut-chart": {
|
|
131
131
|
"types": "./components/donut-chart/index.d.ts",
|
|
132
132
|
"default": "./fesm2022/testgorilla-tgo-ui-components-donut-chart.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"
|
|
@@ -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>
|