@testgorilla/tgo-ui 5.2.5 → 6.0.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/alert-banner/alert-banner.component.d.ts +4 -8
- package/components/autocomplete/autocomplete.component.d.ts +4 -6
- package/components/card/card.component.d.ts +3 -5
- package/components/checklist/checklist.component.d.ts +1 -2
- package/components/datepicker/datepicker.component.d.ts +3 -5
- package/components/dialog/confirm-dialog/confirm-dialog.component.d.ts +3 -5
- package/components/empty-state/empty-state.component.d.ts +1 -4
- package/components/field/field.component.d.ts +4 -4
- package/components/media-dialog/media-dialog.component.d.ts +2 -4
- package/components/phone-input/phone-input.component.d.ts +4 -6
- package/components/snackbar/snackbar.component.d.ts +3 -5
- package/fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs +16 -24
- package/fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs +19 -21
- package/fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-card.mjs +8 -9
- package/fesm2022/testgorilla-tgo-ui-components-card.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-checklist.mjs +2 -6
- package/fesm2022/testgorilla-tgo-ui-components-checklist.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-datepicker.mjs +13 -15
- package/fesm2022/testgorilla-tgo-ui-components-datepicker.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-dialog.mjs +4 -8
- package/fesm2022/testgorilla-tgo-ui-components-dialog.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-empty-state.mjs +9 -16
- package/fesm2022/testgorilla-tgo-ui-components-empty-state.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-field.mjs +3 -5
- package/fesm2022/testgorilla-tgo-ui-components-field.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-media-dialog.mjs +9 -11
- package/fesm2022/testgorilla-tgo-ui-components-media-dialog.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-phone-input.mjs +13 -15
- package/fesm2022/testgorilla-tgo-ui-components-phone-input.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-snackbar.mjs +11 -13
- package/fesm2022/testgorilla-tgo-ui-components-snackbar.mjs.map +1 -1
- package/package.json +29 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testgorilla/tgo-ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.1",
|
|
4
4
|
"license": "proprietary-license",
|
|
5
5
|
"lint-staged": {
|
|
6
6
|
"{projects,components}/**/*.ts": [
|
|
@@ -47,7 +47,18 @@
|
|
|
47
47
|
"@rollup/rollup-win32-x64-msvc": "4.43.0"
|
|
48
48
|
},
|
|
49
49
|
"overrides": {
|
|
50
|
-
"tar": "^7.5.
|
|
50
|
+
"tar": "^7.5.8",
|
|
51
|
+
"ajv": "^8.18.0",
|
|
52
|
+
"minimatch": "^10.2.1",
|
|
53
|
+
"test-exclude": {
|
|
54
|
+
"minimatch": "^3.1.2"
|
|
55
|
+
},
|
|
56
|
+
"eslint-plugin-import": {
|
|
57
|
+
"minimatch": "^3.1.2"
|
|
58
|
+
},
|
|
59
|
+
"glob@7.2.3": {
|
|
60
|
+
"minimatch": "^3.1.2"
|
|
61
|
+
}
|
|
51
62
|
},
|
|
52
63
|
"module": "fesm2022/testgorilla-tgo-ui.mjs",
|
|
53
64
|
"typings": "index.d.ts",
|
|
@@ -59,14 +70,14 @@
|
|
|
59
70
|
"types": "./index.d.ts",
|
|
60
71
|
"default": "./fesm2022/testgorilla-tgo-ui.mjs"
|
|
61
72
|
},
|
|
62
|
-
"./components/accordion": {
|
|
63
|
-
"types": "./components/accordion/index.d.ts",
|
|
64
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-accordion.mjs"
|
|
65
|
-
},
|
|
66
73
|
"./components/ai-audio-circle": {
|
|
67
74
|
"types": "./components/ai-audio-circle/index.d.ts",
|
|
68
75
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
|
|
69
76
|
},
|
|
77
|
+
"./components/accordion": {
|
|
78
|
+
"types": "./components/accordion/index.d.ts",
|
|
79
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-accordion.mjs"
|
|
80
|
+
},
|
|
70
81
|
"./components/ai-feedback": {
|
|
71
82
|
"types": "./components/ai-feedback/index.d.ts",
|
|
72
83
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
@@ -75,6 +86,10 @@
|
|
|
75
86
|
"types": "./components/ai-caveat/index.d.ts",
|
|
76
87
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs"
|
|
77
88
|
},
|
|
89
|
+
"./components/alert-banner": {
|
|
90
|
+
"types": "./components/alert-banner/index.d.ts",
|
|
91
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
|
|
92
|
+
},
|
|
78
93
|
"./components/autocomplete": {
|
|
79
94
|
"types": "./components/autocomplete/index.d.ts",
|
|
80
95
|
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs"
|
|
@@ -83,10 +98,6 @@
|
|
|
83
98
|
"types": "./components/avatar/index.d.ts",
|
|
84
99
|
"default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
|
|
85
100
|
},
|
|
86
|
-
"./components/alert-banner": {
|
|
87
|
-
"types": "./components/alert-banner/index.d.ts",
|
|
88
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
|
|
89
|
-
},
|
|
90
101
|
"./components/badge": {
|
|
91
102
|
"types": "./components/badge/index.d.ts",
|
|
92
103
|
"default": "./fesm2022/testgorilla-tgo-ui-components-badge.mjs"
|
|
@@ -103,14 +114,14 @@
|
|
|
103
114
|
"types": "./components/card/index.d.ts",
|
|
104
115
|
"default": "./fesm2022/testgorilla-tgo-ui-components-card.mjs"
|
|
105
116
|
},
|
|
106
|
-
"./components/checklist": {
|
|
107
|
-
"types": "./components/checklist/index.d.ts",
|
|
108
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-checklist.mjs"
|
|
109
|
-
},
|
|
110
117
|
"./components/checkbox": {
|
|
111
118
|
"types": "./components/checkbox/index.d.ts",
|
|
112
119
|
"default": "./fesm2022/testgorilla-tgo-ui-components-checkbox.mjs"
|
|
113
120
|
},
|
|
121
|
+
"./components/checklist": {
|
|
122
|
+
"types": "./components/checklist/index.d.ts",
|
|
123
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-checklist.mjs"
|
|
124
|
+
},
|
|
114
125
|
"./components/core": {
|
|
115
126
|
"types": "./components/core/index.d.ts",
|
|
116
127
|
"default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
|
|
@@ -143,6 +154,10 @@
|
|
|
143
154
|
"types": "./components/field/index.d.ts",
|
|
144
155
|
"default": "./fesm2022/testgorilla-tgo-ui-components-field.mjs"
|
|
145
156
|
},
|
|
157
|
+
"./components/empty-state": {
|
|
158
|
+
"types": "./components/empty-state/index.d.ts",
|
|
159
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-empty-state.mjs"
|
|
160
|
+
},
|
|
146
161
|
"./components/file-upload": {
|
|
147
162
|
"types": "./components/file-upload/index.d.ts",
|
|
148
163
|
"default": "./fesm2022/testgorilla-tgo-ui-components-file-upload.mjs"
|
|
@@ -151,10 +166,6 @@
|
|
|
151
166
|
"types": "./components/filter-button/index.d.ts",
|
|
152
167
|
"default": "./fesm2022/testgorilla-tgo-ui-components-filter-button.mjs"
|
|
153
168
|
},
|
|
154
|
-
"./components/empty-state": {
|
|
155
|
-
"types": "./components/empty-state/index.d.ts",
|
|
156
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-empty-state.mjs"
|
|
157
|
-
},
|
|
158
169
|
"./components/gaussian-chart": {
|
|
159
170
|
"types": "./components/gaussian-chart/index.d.ts",
|
|
160
171
|
"default": "./fesm2022/testgorilla-tgo-ui-components-gaussian-chart.mjs"
|