@testgorilla/tgo-ui 7.2.1 → 7.2.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.2.1",
3
+ "version": "7.2.4",
4
4
  "license": "proprietary-license",
5
5
  "lint-staged": {
6
6
  "{projects,components}/**/*.ts": [
@@ -57,7 +57,8 @@
57
57
  "ajv": "^6.14.0"
58
58
  },
59
59
  "picomatch": "~4.0.4",
60
- "@tootallnate/once": "^3.0.1"
60
+ "@tootallnate/once": "^3.0.1",
61
+ "vite": "^6.4.2"
61
62
  },
62
63
  "module": "fesm2022/testgorilla-tgo-ui.mjs",
63
64
  "typings": "index.d.ts",
@@ -69,22 +70,18 @@
69
70
  "types": "./index.d.ts",
70
71
  "default": "./fesm2022/testgorilla-tgo-ui.mjs"
71
72
  },
72
- "./components/accordion": {
73
- "types": "./components/accordion/index.d.ts",
74
- "default": "./fesm2022/testgorilla-tgo-ui-components-accordion.mjs"
75
- },
76
73
  "./components/ai-audio-circle": {
77
74
  "types": "./components/ai-audio-circle/index.d.ts",
78
75
  "default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
79
76
  },
77
+ "./components/accordion": {
78
+ "types": "./components/accordion/index.d.ts",
79
+ "default": "./fesm2022/testgorilla-tgo-ui-components-accordion.mjs"
80
+ },
80
81
  "./components/ai-caveat": {
81
82
  "types": "./components/ai-caveat/index.d.ts",
82
83
  "default": "./fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs"
83
84
  },
84
- "./components/alert-banner": {
85
- "types": "./components/alert-banner/index.d.ts",
86
- "default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
87
- },
88
85
  "./components/ai-feedback": {
89
86
  "types": "./components/ai-feedback/index.d.ts",
90
87
  "default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
@@ -93,14 +90,18 @@
93
90
  "types": "./components/audio-waveform/index.d.ts",
94
91
  "default": "./fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs"
95
92
  },
96
- "./components/autocomplete": {
97
- "types": "./components/autocomplete/index.d.ts",
98
- "default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs"
93
+ "./components/alert-banner": {
94
+ "types": "./components/alert-banner/index.d.ts",
95
+ "default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
99
96
  },
100
97
  "./components/avatar": {
101
98
  "types": "./components/avatar/index.d.ts",
102
99
  "default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
103
100
  },
101
+ "./components/autocomplete": {
102
+ "types": "./components/autocomplete/index.d.ts",
103
+ "default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs"
104
+ },
104
105
  "./components/badge": {
105
106
  "types": "./components/badge/index.d.ts",
106
107
  "default": "./fesm2022/testgorilla-tgo-ui-components-badge.mjs"
@@ -149,14 +150,14 @@
149
150
  "types": "./components/dropdown/index.d.ts",
150
151
  "default": "./fesm2022/testgorilla-tgo-ui-components-dropdown.mjs"
151
152
  },
152
- "./components/elevation-shadow": {
153
- "types": "./components/elevation-shadow/index.d.ts",
154
- "default": "./fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs"
155
- },
156
153
  "./components/empty-state": {
157
154
  "types": "./components/empty-state/index.d.ts",
158
155
  "default": "./fesm2022/testgorilla-tgo-ui-components-empty-state.mjs"
159
156
  },
157
+ "./components/elevation-shadow": {
158
+ "types": "./components/elevation-shadow/index.d.ts",
159
+ "default": "./fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs"
160
+ },
160
161
  "./components/field": {
161
162
  "types": "./components/field/index.d.ts",
162
163
  "default": "./fesm2022/testgorilla-tgo-ui-components-field.mjs"
@@ -349,6 +349,10 @@ ui-autocomplete {
349
349
  border-color: $grayscale-30 !important;
350
350
  color: $grayscale-30 !important;
351
351
  pointer-events: none !important;
352
+
353
+ &::placeholder {
354
+ color: $grayscale-30;
355
+ }
352
356
  }
353
357
 
354
358
  .mdc-notched-outline__notch {