@testgorilla/tgo-ui 7.6.1 → 7.6.2
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/radio-button/radio-button.component.d.ts +10 -1
- package/fesm2022/testgorilla-tgo-ui-components-filter-button.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-filter-button.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-radio-button.mjs +17 -5
- package/fesm2022/testgorilla-tgo-ui-components-radio-button.mjs.map +1 -1
- package/mcp/catalog.json +1 -1
- package/package.json +19 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testgorilla/tgo-ui",
|
|
3
|
-
"version": "7.6.
|
|
3
|
+
"version": "7.6.2",
|
|
4
4
|
"license": "proprietary-license",
|
|
5
5
|
"lint-staged": {
|
|
6
6
|
"{projects,components}/**/*.ts": [
|
|
@@ -70,14 +70,18 @@
|
|
|
70
70
|
"types": "./index.d.ts",
|
|
71
71
|
"default": "./fesm2022/testgorilla-tgo-ui.mjs"
|
|
72
72
|
},
|
|
73
|
-
"./components/ai-audio-circle": {
|
|
74
|
-
"types": "./components/ai-audio-circle/index.d.ts",
|
|
75
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
|
|
76
|
-
},
|
|
77
73
|
"./components/accordion": {
|
|
78
74
|
"types": "./components/accordion/index.d.ts",
|
|
79
75
|
"default": "./fesm2022/testgorilla-tgo-ui-components-accordion.mjs"
|
|
80
76
|
},
|
|
77
|
+
"./components/ai-caveat": {
|
|
78
|
+
"types": "./components/ai-caveat/index.d.ts",
|
|
79
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs"
|
|
80
|
+
},
|
|
81
|
+
"./components/ai-audio-circle": {
|
|
82
|
+
"types": "./components/ai-audio-circle/index.d.ts",
|
|
83
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
|
|
84
|
+
},
|
|
81
85
|
"./components/ai-feedback": {
|
|
82
86
|
"types": "./components/ai-feedback/index.d.ts",
|
|
83
87
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
@@ -86,10 +90,6 @@
|
|
|
86
90
|
"types": "./components/alert-banner/index.d.ts",
|
|
87
91
|
"default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
|
|
88
92
|
},
|
|
89
|
-
"./components/ai-caveat": {
|
|
90
|
-
"types": "./components/ai-caveat/index.d.ts",
|
|
91
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs"
|
|
92
|
-
},
|
|
93
93
|
"./components/audio-waveform": {
|
|
94
94
|
"types": "./components/audio-waveform/index.d.ts",
|
|
95
95
|
"default": "./fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs"
|
|
@@ -122,21 +122,25 @@
|
|
|
122
122
|
"types": "./components/card/index.d.ts",
|
|
123
123
|
"default": "./fesm2022/testgorilla-tgo-ui-components-card.mjs"
|
|
124
124
|
},
|
|
125
|
+
"./components/checklist": {
|
|
126
|
+
"types": "./components/checklist/index.d.ts",
|
|
127
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-checklist.mjs"
|
|
128
|
+
},
|
|
125
129
|
"./components/checkbox": {
|
|
126
130
|
"types": "./components/checkbox/index.d.ts",
|
|
127
131
|
"default": "./fesm2022/testgorilla-tgo-ui-components-checkbox.mjs"
|
|
128
132
|
},
|
|
129
|
-
"./components/
|
|
130
|
-
"types": "./components/
|
|
131
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
133
|
+
"./components/datepicker": {
|
|
134
|
+
"types": "./components/datepicker/index.d.ts",
|
|
135
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
|
|
132
136
|
},
|
|
133
137
|
"./components/core": {
|
|
134
138
|
"types": "./components/core/index.d.ts",
|
|
135
139
|
"default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
|
|
136
140
|
},
|
|
137
|
-
"./components/
|
|
138
|
-
"types": "./components/
|
|
139
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
141
|
+
"./components/donut-chart": {
|
|
142
|
+
"types": "./components/donut-chart/index.d.ts",
|
|
143
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs"
|
|
140
144
|
},
|
|
141
145
|
"./components/dialog": {
|
|
142
146
|
"types": "./components/dialog/index.d.ts",
|
|
@@ -146,10 +150,6 @@
|
|
|
146
150
|
"types": "./components/divider/index.d.ts",
|
|
147
151
|
"default": "./fesm2022/testgorilla-tgo-ui-components-divider.mjs"
|
|
148
152
|
},
|
|
149
|
-
"./components/donut-chart": {
|
|
150
|
-
"types": "./components/donut-chart/index.d.ts",
|
|
151
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs"
|
|
152
|
-
},
|
|
153
153
|
"./components/elevation-shadow": {
|
|
154
154
|
"types": "./components/elevation-shadow/index.d.ts",
|
|
155
155
|
"default": "./fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs"
|