@versini/ui-styles 1.10.0 → 1.10.2

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 +2 -2
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -4889,11 +4889,11 @@ const Hu = /* @__PURE__ */ cn(Fu), Wu = {
4889
4889
  },
4890
4890
  /* move the label above the field (on focus) */
4891
4891
  '.av-text-input:focus + label[aria-hidden="true"],\n .av-text-input:not(:placeholder-shown) + label[aria-hidden="true"]': {
4892
- transform: "translate(12px, var(--av-text-input-label, -37px)) scale(0.75)"
4892
+ transform: "translate(12px, var(--av-text-input-label, -33px)) scale(0.75)"
4893
4893
  },
4894
4894
  /* move the helper text below the field */
4895
4895
  ".av-text-input-helper-text": {
4896
- transform: "translate(12px, var(--av-text-input-helper-text, 44px)) scale(0.75)",
4896
+ transform: "translate(12px, var(--av-text-input-helper-text, 38px)) scale(0.75)",
4897
4897
  transformOrigin: "top left"
4898
4898
  }
4899
4899
  }, Yu = () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-styles",
3
- "version": "1.10.0",
3
+ "version": "1.10.2",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -34,7 +34,7 @@
34
34
  "dependencies": {
35
35
  "@tailwindcss/typography": "0.5.15",
36
36
  "culori": "4.0.1",
37
- "tailwindcss": "3.4.12"
37
+ "tailwindcss": "3.4.13"
38
38
  },
39
- "gitHead": "70ba5f70ff39f77af9aa142af82c1e2e1ddf3647"
39
+ "gitHead": "6dbd3490666b6b0d8a41e6d3e78deb0e180afdc3"
40
40
  }