@testgorilla/tgo-ui 7.10.0 → 7.11.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/badge/badge.component.d.ts +20 -2
- package/fesm2022/testgorilla-tgo-ui-components-badge.mjs +26 -4
- package/fesm2022/testgorilla-tgo-ui-components-badge.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-button.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-button.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-field.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-field.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-navbar.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-navbar.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-prompt.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-prompt.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-tag.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-tag.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-universal-skills.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-universal-skills.mjs.map +1 -1
- package/mcp/catalog.json +1 -1
- package/package.json +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testgorilla/tgo-ui",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.11.0",
|
|
4
4
|
"license": "proprietary-license",
|
|
5
5
|
"lint-staged": {
|
|
6
6
|
"{projects,components}/**/*.ts": [
|
|
@@ -112,14 +112,14 @@
|
|
|
112
112
|
"types": "./components/badge/index.d.ts",
|
|
113
113
|
"default": "./fesm2022/testgorilla-tgo-ui-components-badge.mjs"
|
|
114
114
|
},
|
|
115
|
-
"./components/button": {
|
|
116
|
-
"types": "./components/button/index.d.ts",
|
|
117
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-button.mjs"
|
|
118
|
-
},
|
|
119
115
|
"./components/breadcrumb": {
|
|
120
116
|
"types": "./components/breadcrumb/index.d.ts",
|
|
121
117
|
"default": "./fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs"
|
|
122
118
|
},
|
|
119
|
+
"./components/button": {
|
|
120
|
+
"types": "./components/button/index.d.ts",
|
|
121
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-button.mjs"
|
|
122
|
+
},
|
|
123
123
|
"./components/card": {
|
|
124
124
|
"types": "./components/card/index.d.ts",
|
|
125
125
|
"default": "./fesm2022/testgorilla-tgo-ui-components-card.mjs"
|
|
@@ -132,14 +132,14 @@
|
|
|
132
132
|
"types": "./components/checklist/index.d.ts",
|
|
133
133
|
"default": "./fesm2022/testgorilla-tgo-ui-components-checklist.mjs"
|
|
134
134
|
},
|
|
135
|
-
"./components/datepicker": {
|
|
136
|
-
"types": "./components/datepicker/index.d.ts",
|
|
137
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
|
|
138
|
-
},
|
|
139
135
|
"./components/core": {
|
|
140
136
|
"types": "./components/core/index.d.ts",
|
|
141
137
|
"default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
|
|
142
138
|
},
|
|
139
|
+
"./components/datepicker": {
|
|
140
|
+
"types": "./components/datepicker/index.d.ts",
|
|
141
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
|
|
142
|
+
},
|
|
143
143
|
"./components/dialog": {
|
|
144
144
|
"types": "./components/dialog/index.d.ts",
|
|
145
145
|
"default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
|
|
@@ -204,14 +204,14 @@
|
|
|
204
204
|
"types": "./components/media-dialog/index.d.ts",
|
|
205
205
|
"default": "./fesm2022/testgorilla-tgo-ui-components-media-dialog.mjs"
|
|
206
206
|
},
|
|
207
|
-
"./components/multi-input": {
|
|
208
|
-
"types": "./components/multi-input/index.d.ts",
|
|
209
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-multi-input.mjs"
|
|
210
|
-
},
|
|
211
207
|
"./components/navbar": {
|
|
212
208
|
"types": "./components/navbar/index.d.ts",
|
|
213
209
|
"default": "./fesm2022/testgorilla-tgo-ui-components-navbar.mjs"
|
|
214
210
|
},
|
|
211
|
+
"./components/multi-input": {
|
|
212
|
+
"types": "./components/multi-input/index.d.ts",
|
|
213
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-multi-input.mjs"
|
|
214
|
+
},
|
|
215
215
|
"./components/overflow-menu": {
|
|
216
216
|
"types": "./components/overflow-menu/index.d.ts",
|
|
217
217
|
"default": "./fesm2022/testgorilla-tgo-ui-components-overflow-menu.mjs"
|
|
@@ -224,14 +224,14 @@
|
|
|
224
224
|
"types": "./components/paginator/index.d.ts",
|
|
225
225
|
"default": "./fesm2022/testgorilla-tgo-ui-components-paginator.mjs"
|
|
226
226
|
},
|
|
227
|
-
"./components/password-criteria": {
|
|
228
|
-
"types": "./components/password-criteria/index.d.ts",
|
|
229
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-password-criteria.mjs"
|
|
230
|
-
},
|
|
231
227
|
"./components/password-strength": {
|
|
232
228
|
"types": "./components/password-strength/index.d.ts",
|
|
233
229
|
"default": "./fesm2022/testgorilla-tgo-ui-components-password-strength.mjs"
|
|
234
230
|
},
|
|
231
|
+
"./components/password-criteria": {
|
|
232
|
+
"types": "./components/password-criteria/index.d.ts",
|
|
233
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-password-criteria.mjs"
|
|
234
|
+
},
|
|
235
235
|
"./components/phone-input": {
|
|
236
236
|
"types": "./components/phone-input/index.d.ts",
|
|
237
237
|
"default": "./fesm2022/testgorilla-tgo-ui-components-phone-input.mjs"
|
|
@@ -276,14 +276,14 @@
|
|
|
276
276
|
"types": "./components/segmented-button/index.d.ts",
|
|
277
277
|
"default": "./fesm2022/testgorilla-tgo-ui-components-segmented-button.mjs"
|
|
278
278
|
},
|
|
279
|
-
"./components/selectable-card": {
|
|
280
|
-
"types": "./components/selectable-card/index.d.ts",
|
|
281
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-selectable-card.mjs"
|
|
282
|
-
},
|
|
283
279
|
"./components/side-panel": {
|
|
284
280
|
"types": "./components/side-panel/index.d.ts",
|
|
285
281
|
"default": "./fesm2022/testgorilla-tgo-ui-components-side-panel.mjs"
|
|
286
282
|
},
|
|
283
|
+
"./components/selectable-card": {
|
|
284
|
+
"types": "./components/selectable-card/index.d.ts",
|
|
285
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-selectable-card.mjs"
|
|
286
|
+
},
|
|
287
287
|
"./components/side-sheet": {
|
|
288
288
|
"types": "./components/side-sheet/index.d.ts",
|
|
289
289
|
"default": "./fesm2022/testgorilla-tgo-ui-components-side-sheet.mjs"
|