@testgorilla/tgo-ui 7.1.0 → 7.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/button/button.model.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-button.mjs +8 -4
- package/fesm2022/testgorilla-tgo-ui-components-button.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-icon.mjs +6 -0
- package/fesm2022/testgorilla-tgo-ui-components-icon.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-table.mjs +2 -2
- package/fesm2022/testgorilla-tgo-ui-components-table.mjs.map +1 -1
- package/mcp/catalog.json +1 -1
- package/package.json +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testgorilla/tgo-ui",
|
|
3
|
-
"version": "7.1
|
|
3
|
+
"version": "7.2.1",
|
|
4
4
|
"license": "proprietary-license",
|
|
5
5
|
"lint-staged": {
|
|
6
6
|
"{projects,components}/**/*.ts": [
|
|
@@ -73,6 +73,10 @@
|
|
|
73
73
|
"types": "./components/accordion/index.d.ts",
|
|
74
74
|
"default": "./fesm2022/testgorilla-tgo-ui-components-accordion.mjs"
|
|
75
75
|
},
|
|
76
|
+
"./components/ai-audio-circle": {
|
|
77
|
+
"types": "./components/ai-audio-circle/index.d.ts",
|
|
78
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
|
|
79
|
+
},
|
|
76
80
|
"./components/ai-caveat": {
|
|
77
81
|
"types": "./components/ai-caveat/index.d.ts",
|
|
78
82
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs"
|
|
@@ -85,10 +89,6 @@
|
|
|
85
89
|
"types": "./components/ai-feedback/index.d.ts",
|
|
86
90
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
87
91
|
},
|
|
88
|
-
"./components/ai-audio-circle": {
|
|
89
|
-
"types": "./components/ai-audio-circle/index.d.ts",
|
|
90
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
|
|
91
|
-
},
|
|
92
92
|
"./components/audio-waveform": {
|
|
93
93
|
"types": "./components/audio-waveform/index.d.ts",
|
|
94
94
|
"default": "./fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs"
|
|
@@ -125,22 +125,22 @@
|
|
|
125
125
|
"types": "./components/checklist/index.d.ts",
|
|
126
126
|
"default": "./fesm2022/testgorilla-tgo-ui-components-checklist.mjs"
|
|
127
127
|
},
|
|
128
|
-
"./components/core": {
|
|
129
|
-
"types": "./components/core/index.d.ts",
|
|
130
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
|
|
131
|
-
},
|
|
132
128
|
"./components/datepicker": {
|
|
133
129
|
"types": "./components/datepicker/index.d.ts",
|
|
134
130
|
"default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
|
|
135
131
|
},
|
|
136
|
-
"./components/
|
|
137
|
-
"types": "./components/
|
|
138
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
132
|
+
"./components/core": {
|
|
133
|
+
"types": "./components/core/index.d.ts",
|
|
134
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
|
|
139
135
|
},
|
|
140
136
|
"./components/dialog": {
|
|
141
137
|
"types": "./components/dialog/index.d.ts",
|
|
142
138
|
"default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
|
|
143
139
|
},
|
|
140
|
+
"./components/divider": {
|
|
141
|
+
"types": "./components/divider/index.d.ts",
|
|
142
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-divider.mjs"
|
|
143
|
+
},
|
|
144
144
|
"./components/donut-chart": {
|
|
145
145
|
"types": "./components/donut-chart/index.d.ts",
|
|
146
146
|
"default": "./fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs"
|