@versini/ui-styles 1.8.2 → 1.8.3

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -4880,12 +4880,13 @@ const Uu = /* @__PURE__ */ cn(Hu), Wu = {
4880
4880
  transformOrigin: "top left",
4881
4881
  transition: "var(--av-text-area-wrapper-transition, all 0.2s ease-out)"
4882
4882
  },
4883
+ /* move the label above the field (on focus) */
4883
4884
  '.av-text-area:focus + label[aria-hidden="true"],\n .av-text-area:not(:placeholder-shown) + label[aria-hidden="true"]': {
4884
4885
  transform: "translate(18px, var(--av-text-area-label, -25px)) scale(0.75)"
4885
4886
  },
4887
+ /* move the helper text below the field */
4886
4888
  ".av-text-area-helper-text": {
4887
- transform: `translate(18px, var(--av-text-area-helper-text, 32px))
4888
- scale(0.75)`,
4889
+ transform: "translate(12px, var(--av-text-area-helper-text, 32px)) scale(0.75)",
4889
4890
  transformOrigin: "top left"
4890
4891
  },
4891
4892
  ".av-text-area__control--right": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-styles",
3
- "version": "1.8.2",
3
+ "version": "1.8.3",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -36,5 +36,5 @@
36
36
  "culori": "4.0.1",
37
37
  "tailwindcss": "3.4.3"
38
38
  },
39
- "gitHead": "399e6fe495c4f69603ca99c0ccb755be5cbb7aa6"
39
+ "gitHead": "8e4a5bc6ced84068fd149f65fe084230eb82f15c"
40
40
  }