@phpsoftbox/react-softbox 1.4.3 → 1.4.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.
@@ -91,6 +91,11 @@
91
91
  .placeholder {
92
92
  color: var(--color-muted-2);
93
93
  font-size: var(--ui-control-font-size, var(--font-size-4));
94
+ transition: opacity 0.2s ease;
95
+ }
96
+
97
+ .wrapper[data-float-label="true"]:not([data-float-active="true"]) .placeholder {
98
+ opacity: 0;
94
99
  }
95
100
 
96
101
  .tag {
@@ -248,7 +248,6 @@
248
248
  }
249
249
 
250
250
  .dropdownHeader {
251
- letter-spacing: 0.14em;
252
251
  text-transform: uppercase;
253
252
  color: var(--color-muted);
254
253
  font-weight: 600;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phpsoftbox/react-softbox",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",