@testgorilla/tgo-ui 7.6.3 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testgorilla/tgo-ui",
3
- "version": "7.6.3",
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",
@@ -78,30 +79,30 @@
78
79
  "types": "./components/ai-audio-circle/index.d.ts",
79
80
  "default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
80
81
  },
81
- "./components/ai-feedback": {
82
- "types": "./components/ai-feedback/index.d.ts",
83
- "default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
84
- },
85
- "./components/audio-waveform": {
86
- "types": "./components/audio-waveform/index.d.ts",
87
- "default": "./fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs"
88
- },
89
82
  "./components/ai-caveat": {
90
83
  "types": "./components/ai-caveat/index.d.ts",
91
84
  "default": "./fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs"
92
85
  },
86
+ "./components/ai-feedback": {
87
+ "types": "./components/ai-feedback/index.d.ts",
88
+ "default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
89
+ },
93
90
  "./components/alert-banner": {
94
91
  "types": "./components/alert-banner/index.d.ts",
95
92
  "default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
96
93
  },
97
- "./components/autocomplete-v2": {
98
- "types": "./components/autocomplete-v2/index.d.ts",
99
- "default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete-v2.mjs"
94
+ "./components/audio-waveform": {
95
+ "types": "./components/audio-waveform/index.d.ts",
96
+ "default": "./fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs"
100
97
  },
101
98
  "./components/autocomplete": {
102
99
  "types": "./components/autocomplete/index.d.ts",
103
100
  "default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs"
104
101
  },
102
+ "./components/autocomplete-v2": {
103
+ "types": "./components/autocomplete-v2/index.d.ts",
104
+ "default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete-v2.mjs"
105
+ },
105
106
  "./components/avatar": {
106
107
  "types": "./components/avatar/index.d.ts",
107
108
  "default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
@@ -122,30 +123,30 @@
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
  },
133
- "./components/core": {
134
- "types": "./components/core/index.d.ts",
135
- "default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
130
+ "./components/checklist": {
131
+ "types": "./components/checklist/index.d.ts",
132
+ "default": "./fesm2022/testgorilla-tgo-ui-components-checklist.mjs"
136
133
  },
137
134
  "./components/datepicker": {
138
135
  "types": "./components/datepicker/index.d.ts",
139
136
  "default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
140
137
  },
141
- "./components/divider": {
142
- "types": "./components/divider/index.d.ts",
143
- "default": "./fesm2022/testgorilla-tgo-ui-components-divider.mjs"
138
+ "./components/core": {
139
+ "types": "./components/core/index.d.ts",
140
+ "default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
144
141
  },
145
142
  "./components/dialog": {
146
143
  "types": "./components/dialog/index.d.ts",
147
144
  "default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
148
145
  },
146
+ "./components/divider": {
147
+ "types": "./components/divider/index.d.ts",
148
+ "default": "./fesm2022/testgorilla-tgo-ui-components-divider.mjs"
149
+ },
149
150
  "./components/donut-chart": {
150
151
  "types": "./components/donut-chart/index.d.ts",
151
152
  "default": "./fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs"