@awes-io/ui 2.130.0 → 2.130.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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.130.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.130.0...@awes-io/ui@2.130.1) (2025-06-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * fix show placeholder with label ([3b62947](https://github.com/awes-io/client/commit/3b62947839527cca4e765a62485e637247936db3))
12
+
13
+
14
+
15
+
16
+
6
17
  # [2.130.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.129.0...@awes-io/ui@2.130.0) (2025-05-14)
7
18
 
8
19
 
@@ -247,7 +247,7 @@
247
247
  }
248
248
 
249
249
  &:not([readonly]):focus::placeholder {
250
- @apply text-mono-400;
250
+ @apply text-mono-400 opacity-100;
251
251
  }
252
252
  }
253
253
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awes-io/ui",
3
- "version": "2.130.0",
3
+ "version": "2.130.1",
4
4
  "description": "User Interface (UI) components",
5
5
  "keywords": [
6
6
  "ui",
@@ -114,5 +114,5 @@
114
114
  "rollup-plugin-visualizer": "^2.6.0",
115
115
  "rollup-plugin-vue": "^5.0.1"
116
116
  },
117
- "gitHead": "81527f7097f59c372f662f5a43a6821f453ff487"
117
+ "gitHead": "cba45d245774b5125df14a0bad17eb92dbb8b6ac"
118
118
  }