@testgorilla/tgo-ui 7.6.2 → 7.6.4
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/password-strength/password-strength.component.d.ts +1 -0
- package/fesm2022/testgorilla-tgo-ui-components-icon.mjs +19 -0
- package/fesm2022/testgorilla-tgo-ui-components-icon.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-password-strength.mjs +6 -2
- package/fesm2022/testgorilla-tgo-ui-components-password-strength.mjs.map +1 -1
- package/mcp/catalog.json +1 -1
- package/package.json +18 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testgorilla/tgo-ui",
|
|
3
|
-
"version": "7.6.
|
|
3
|
+
"version": "7.6.4",
|
|
4
4
|
"license": "proprietary-license",
|
|
5
5
|
"lint-staged": {
|
|
6
6
|
"{projects,components}/**/*.ts": [
|
|
@@ -58,7 +58,8 @@
|
|
|
58
58
|
},
|
|
59
59
|
"picomatch": "~4.0.4",
|
|
60
60
|
"@tootallnate/once": "^3.0.1",
|
|
61
|
-
"vite": "^6.4.2"
|
|
61
|
+
"vite": "^6.4.2",
|
|
62
|
+
"postcss": "8.5.12"
|
|
62
63
|
},
|
|
63
64
|
"module": "fesm2022/testgorilla-tgo-ui.mjs",
|
|
64
65
|
"typings": "index.d.ts",
|
|
@@ -74,14 +75,14 @@
|
|
|
74
75
|
"types": "./components/accordion/index.d.ts",
|
|
75
76
|
"default": "./fesm2022/testgorilla-tgo-ui-components-accordion.mjs"
|
|
76
77
|
},
|
|
77
|
-
"./components/ai-caveat": {
|
|
78
|
-
"types": "./components/ai-caveat/index.d.ts",
|
|
79
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs"
|
|
80
|
-
},
|
|
81
78
|
"./components/ai-audio-circle": {
|
|
82
79
|
"types": "./components/ai-audio-circle/index.d.ts",
|
|
83
80
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
|
|
84
81
|
},
|
|
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
|
"./components/ai-feedback": {
|
|
86
87
|
"types": "./components/ai-feedback/index.d.ts",
|
|
87
88
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
@@ -122,14 +123,14 @@
|
|
|
122
123
|
"types": "./components/card/index.d.ts",
|
|
123
124
|
"default": "./fesm2022/testgorilla-tgo-ui-components-card.mjs"
|
|
124
125
|
},
|
|
125
|
-
"./components/checklist": {
|
|
126
|
-
"types": "./components/checklist/index.d.ts",
|
|
127
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-checklist.mjs"
|
|
128
|
-
},
|
|
129
126
|
"./components/checkbox": {
|
|
130
127
|
"types": "./components/checkbox/index.d.ts",
|
|
131
128
|
"default": "./fesm2022/testgorilla-tgo-ui-components-checkbox.mjs"
|
|
132
129
|
},
|
|
130
|
+
"./components/checklist": {
|
|
131
|
+
"types": "./components/checklist/index.d.ts",
|
|
132
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-checklist.mjs"
|
|
133
|
+
},
|
|
133
134
|
"./components/datepicker": {
|
|
134
135
|
"types": "./components/datepicker/index.d.ts",
|
|
135
136
|
"default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
|
|
@@ -138,10 +139,6 @@
|
|
|
138
139
|
"types": "./components/core/index.d.ts",
|
|
139
140
|
"default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
|
|
140
141
|
},
|
|
141
|
-
"./components/donut-chart": {
|
|
142
|
-
"types": "./components/donut-chart/index.d.ts",
|
|
143
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs"
|
|
144
|
-
},
|
|
145
142
|
"./components/dialog": {
|
|
146
143
|
"types": "./components/dialog/index.d.ts",
|
|
147
144
|
"default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
|
|
@@ -150,14 +147,18 @@
|
|
|
150
147
|
"types": "./components/divider/index.d.ts",
|
|
151
148
|
"default": "./fesm2022/testgorilla-tgo-ui-components-divider.mjs"
|
|
152
149
|
},
|
|
153
|
-
"./components/
|
|
154
|
-
"types": "./components/
|
|
155
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
150
|
+
"./components/donut-chart": {
|
|
151
|
+
"types": "./components/donut-chart/index.d.ts",
|
|
152
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs"
|
|
156
153
|
},
|
|
157
154
|
"./components/dropdown": {
|
|
158
155
|
"types": "./components/dropdown/index.d.ts",
|
|
159
156
|
"default": "./fesm2022/testgorilla-tgo-ui-components-dropdown.mjs"
|
|
160
157
|
},
|
|
158
|
+
"./components/elevation-shadow": {
|
|
159
|
+
"types": "./components/elevation-shadow/index.d.ts",
|
|
160
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs"
|
|
161
|
+
},
|
|
161
162
|
"./components/empty-state": {
|
|
162
163
|
"types": "./components/empty-state/index.d.ts",
|
|
163
164
|
"default": "./fesm2022/testgorilla-tgo-ui-components-empty-state.mjs"
|