@testgorilla/tgo-ui 7.9.0 → 7.9.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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testgorilla/tgo-ui",
|
|
3
|
-
"version": "7.9.
|
|
3
|
+
"version": "7.9.1",
|
|
4
4
|
"license": "proprietary-license",
|
|
5
5
|
"lint-staged": {
|
|
6
6
|
"{projects,components}/**/*.ts": [
|
|
@@ -59,7 +59,8 @@
|
|
|
59
59
|
"picomatch": "~4.0.4",
|
|
60
60
|
"@tootallnate/once": "^3.0.1",
|
|
61
61
|
"vite": "^6.4.2",
|
|
62
|
-
"postcss": "8.5.12"
|
|
62
|
+
"postcss": "8.5.12",
|
|
63
|
+
"uuid": "^11.1.1"
|
|
63
64
|
},
|
|
64
65
|
"module": "fesm2022/testgorilla-tgo-ui.mjs",
|
|
65
66
|
"typings": "index.d.ts",
|
|
@@ -75,10 +76,6 @@
|
|
|
75
76
|
"types": "./components/accordion/index.d.ts",
|
|
76
77
|
"default": "./fesm2022/testgorilla-tgo-ui-components-accordion.mjs"
|
|
77
78
|
},
|
|
78
|
-
"./components/ai-audio-circle": {
|
|
79
|
-
"types": "./components/ai-audio-circle/index.d.ts",
|
|
80
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
|
|
81
|
-
},
|
|
82
79
|
"./components/ai-caveat": {
|
|
83
80
|
"types": "./components/ai-caveat/index.d.ts",
|
|
84
81
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs"
|
|
@@ -87,9 +84,9 @@
|
|
|
87
84
|
"types": "./components/ai-feedback/index.d.ts",
|
|
88
85
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
89
86
|
},
|
|
90
|
-
"./components/
|
|
91
|
-
"types": "./components/
|
|
92
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
87
|
+
"./components/ai-audio-circle": {
|
|
88
|
+
"types": "./components/ai-audio-circle/index.d.ts",
|
|
89
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
|
|
93
90
|
},
|
|
94
91
|
"./components/audio-waveform": {
|
|
95
92
|
"types": "./components/audio-waveform/index.d.ts",
|
|
@@ -99,14 +96,18 @@
|
|
|
99
96
|
"types": "./components/autocomplete/index.d.ts",
|
|
100
97
|
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs"
|
|
101
98
|
},
|
|
102
|
-
"./components/autocomplete-v2": {
|
|
103
|
-
"types": "./components/autocomplete-v2/index.d.ts",
|
|
104
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete-v2.mjs"
|
|
105
|
-
},
|
|
106
99
|
"./components/avatar": {
|
|
107
100
|
"types": "./components/avatar/index.d.ts",
|
|
108
101
|
"default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
|
|
109
102
|
},
|
|
103
|
+
"./components/alert-banner": {
|
|
104
|
+
"types": "./components/alert-banner/index.d.ts",
|
|
105
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
|
|
106
|
+
},
|
|
107
|
+
"./components/autocomplete-v2": {
|
|
108
|
+
"types": "./components/autocomplete-v2/index.d.ts",
|
|
109
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete-v2.mjs"
|
|
110
|
+
},
|
|
110
111
|
"./components/badge": {
|
|
111
112
|
"types": "./components/badge/index.d.ts",
|
|
112
113
|
"default": "./fesm2022/testgorilla-tgo-ui-components-badge.mjs"
|
|
@@ -115,10 +116,6 @@
|
|
|
115
116
|
"types": "./components/breadcrumb/index.d.ts",
|
|
116
117
|
"default": "./fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs"
|
|
117
118
|
},
|
|
118
|
-
"./components/card": {
|
|
119
|
-
"types": "./components/card/index.d.ts",
|
|
120
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-card.mjs"
|
|
121
|
-
},
|
|
122
119
|
"./components/button": {
|
|
123
120
|
"types": "./components/button/index.d.ts",
|
|
124
121
|
"default": "./fesm2022/testgorilla-tgo-ui-components-button.mjs"
|
|
@@ -127,6 +124,10 @@
|
|
|
127
124
|
"types": "./components/checkbox/index.d.ts",
|
|
128
125
|
"default": "./fesm2022/testgorilla-tgo-ui-components-checkbox.mjs"
|
|
129
126
|
},
|
|
127
|
+
"./components/card": {
|
|
128
|
+
"types": "./components/card/index.d.ts",
|
|
129
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-card.mjs"
|
|
130
|
+
},
|
|
130
131
|
"./components/checklist": {
|
|
131
132
|
"types": "./components/checklist/index.d.ts",
|
|
132
133
|
"default": "./fesm2022/testgorilla-tgo-ui-components-checklist.mjs"
|