@testgorilla/tgo-ui 5.0.0 → 5.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 +19 -20
package/package.json
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testgorilla/tgo-ui",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.1",
|
|
4
4
|
"license": "proprietary-license",
|
|
5
5
|
"lint-staged": {
|
|
6
|
-
"
|
|
6
|
+
"{projects,components}/**/*.ts": [
|
|
7
7
|
"eslint --fix",
|
|
8
|
-
"prettier --write"
|
|
9
|
-
"git add"
|
|
8
|
+
"prettier --write"
|
|
10
9
|
],
|
|
11
|
-
"
|
|
10
|
+
"{projects,components}/**/*.scss": [
|
|
12
11
|
"stylelint"
|
|
13
12
|
]
|
|
14
13
|
},
|
|
@@ -68,17 +67,13 @@
|
|
|
68
67
|
"types": "./components/ai-feedback/index.d.ts",
|
|
69
68
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
70
69
|
},
|
|
71
|
-
"./components/alert-banner": {
|
|
72
|
-
"types": "./components/alert-banner/index.d.ts",
|
|
73
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
|
|
74
|
-
},
|
|
75
70
|
"./components/autocomplete": {
|
|
76
71
|
"types": "./components/autocomplete/index.d.ts",
|
|
77
72
|
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs"
|
|
78
73
|
},
|
|
79
|
-
"./components/
|
|
80
|
-
"types": "./components/
|
|
81
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
74
|
+
"./components/alert-banner": {
|
|
75
|
+
"types": "./components/alert-banner/index.d.ts",
|
|
76
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
|
|
82
77
|
},
|
|
83
78
|
"./components/badge": {
|
|
84
79
|
"types": "./components/badge/index.d.ts",
|
|
@@ -88,6 +83,10 @@
|
|
|
88
83
|
"types": "./components/breadcrumb/index.d.ts",
|
|
89
84
|
"default": "./fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs"
|
|
90
85
|
},
|
|
86
|
+
"./components/avatar": {
|
|
87
|
+
"types": "./components/avatar/index.d.ts",
|
|
88
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
|
|
89
|
+
},
|
|
91
90
|
"./components/button": {
|
|
92
91
|
"types": "./components/button/index.d.ts",
|
|
93
92
|
"default": "./fesm2022/testgorilla-tgo-ui-components-button.mjs"
|
|
@@ -112,26 +111,26 @@
|
|
|
112
111
|
"types": "./components/datepicker/index.d.ts",
|
|
113
112
|
"default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
|
|
114
113
|
},
|
|
115
|
-
"./components/dialog": {
|
|
116
|
-
"types": "./components/dialog/index.d.ts",
|
|
117
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
|
|
118
|
-
},
|
|
119
114
|
"./components/divider": {
|
|
120
115
|
"types": "./components/divider/index.d.ts",
|
|
121
116
|
"default": "./fesm2022/testgorilla-tgo-ui-components-divider.mjs"
|
|
122
117
|
},
|
|
118
|
+
"./components/dialog": {
|
|
119
|
+
"types": "./components/dialog/index.d.ts",
|
|
120
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
|
|
121
|
+
},
|
|
123
122
|
"./components/donut-chart": {
|
|
124
123
|
"types": "./components/donut-chart/index.d.ts",
|
|
125
124
|
"default": "./fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs"
|
|
126
125
|
},
|
|
127
|
-
"./components/dropdown": {
|
|
128
|
-
"types": "./components/dropdown/index.d.ts",
|
|
129
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-dropdown.mjs"
|
|
130
|
-
},
|
|
131
126
|
"./components/elevation-shadow": {
|
|
132
127
|
"types": "./components/elevation-shadow/index.d.ts",
|
|
133
128
|
"default": "./fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs"
|
|
134
129
|
},
|
|
130
|
+
"./components/dropdown": {
|
|
131
|
+
"types": "./components/dropdown/index.d.ts",
|
|
132
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-dropdown.mjs"
|
|
133
|
+
},
|
|
135
134
|
"./components/empty-state": {
|
|
136
135
|
"types": "./components/empty-state/index.d.ts",
|
|
137
136
|
"default": "./fesm2022/testgorilla-tgo-ui-components-empty-state.mjs"
|