@testgorilla/tgo-ui 6.0.0 → 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/package.json +35 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testgorilla/tgo-ui",
|
|
3
|
-
"version": "6.0.
|
|
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",
|
|
@@ -71,22 +82,22 @@
|
|
|
71
82
|
"types": "./components/ai-feedback/index.d.ts",
|
|
72
83
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
73
84
|
},
|
|
74
|
-
"./components/autocomplete": {
|
|
75
|
-
"types": "./components/autocomplete/index.d.ts",
|
|
76
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs"
|
|
77
|
-
},
|
|
78
85
|
"./components/ai-caveat": {
|
|
79
86
|
"types": "./components/ai-caveat/index.d.ts",
|
|
80
87
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs"
|
|
81
88
|
},
|
|
82
|
-
"./components/avatar": {
|
|
83
|
-
"types": "./components/avatar/index.d.ts",
|
|
84
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
|
|
85
|
-
},
|
|
86
89
|
"./components/alert-banner": {
|
|
87
90
|
"types": "./components/alert-banner/index.d.ts",
|
|
88
91
|
"default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
|
|
89
92
|
},
|
|
93
|
+
"./components/autocomplete": {
|
|
94
|
+
"types": "./components/autocomplete/index.d.ts",
|
|
95
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs"
|
|
96
|
+
},
|
|
97
|
+
"./components/avatar": {
|
|
98
|
+
"types": "./components/avatar/index.d.ts",
|
|
99
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
|
|
100
|
+
},
|
|
90
101
|
"./components/badge": {
|
|
91
102
|
"types": "./components/badge/index.d.ts",
|
|
92
103
|
"default": "./fesm2022/testgorilla-tgo-ui-components-badge.mjs"
|
|
@@ -111,26 +122,26 @@
|
|
|
111
122
|
"types": "./components/checklist/index.d.ts",
|
|
112
123
|
"default": "./fesm2022/testgorilla-tgo-ui-components-checklist.mjs"
|
|
113
124
|
},
|
|
114
|
-
"./components/
|
|
115
|
-
"types": "./components/
|
|
116
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
125
|
+
"./components/core": {
|
|
126
|
+
"types": "./components/core/index.d.ts",
|
|
127
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
|
|
117
128
|
},
|
|
118
129
|
"./components/datepicker": {
|
|
119
130
|
"types": "./components/datepicker/index.d.ts",
|
|
120
131
|
"default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
|
|
121
132
|
},
|
|
122
|
-
"./components/
|
|
123
|
-
"types": "./components/
|
|
124
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
125
|
-
},
|
|
126
|
-
"./components/donut-chart": {
|
|
127
|
-
"types": "./components/donut-chart/index.d.ts",
|
|
128
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs"
|
|
133
|
+
"./components/dialog": {
|
|
134
|
+
"types": "./components/dialog/index.d.ts",
|
|
135
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
|
|
129
136
|
},
|
|
130
137
|
"./components/divider": {
|
|
131
138
|
"types": "./components/divider/index.d.ts",
|
|
132
139
|
"default": "./fesm2022/testgorilla-tgo-ui-components-divider.mjs"
|
|
133
140
|
},
|
|
141
|
+
"./components/donut-chart": {
|
|
142
|
+
"types": "./components/donut-chart/index.d.ts",
|
|
143
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs"
|
|
144
|
+
},
|
|
134
145
|
"./components/dropdown": {
|
|
135
146
|
"types": "./components/dropdown/index.d.ts",
|
|
136
147
|
"default": "./fesm2022/testgorilla-tgo-ui-components-dropdown.mjs"
|
|
@@ -139,6 +150,10 @@
|
|
|
139
150
|
"types": "./components/elevation-shadow/index.d.ts",
|
|
140
151
|
"default": "./fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs"
|
|
141
152
|
},
|
|
153
|
+
"./components/field": {
|
|
154
|
+
"types": "./components/field/index.d.ts",
|
|
155
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-field.mjs"
|
|
156
|
+
},
|
|
142
157
|
"./components/empty-state": {
|
|
143
158
|
"types": "./components/empty-state/index.d.ts",
|
|
144
159
|
"default": "./fesm2022/testgorilla-tgo-ui-components-empty-state.mjs"
|
|
@@ -147,10 +162,6 @@
|
|
|
147
162
|
"types": "./components/file-upload/index.d.ts",
|
|
148
163
|
"default": "./fesm2022/testgorilla-tgo-ui-components-file-upload.mjs"
|
|
149
164
|
},
|
|
150
|
-
"./components/field": {
|
|
151
|
-
"types": "./components/field/index.d.ts",
|
|
152
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-field.mjs"
|
|
153
|
-
},
|
|
154
165
|
"./components/filter-button": {
|
|
155
166
|
"types": "./components/filter-button/index.d.ts",
|
|
156
167
|
"default": "./fesm2022/testgorilla-tgo-ui-components-filter-button.mjs"
|