@versini/ui-styles 2.0.0 → 2.1.0

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 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -4864,7 +4864,6 @@ const Hu = /* @__PURE__ */ cn(Fu), Wu = {
4864
4864
  }, Uu = {
4865
4865
  '.av-text-area-wrapper label[aria-hidden="true"]': {
4866
4866
  /* move the label inline */
4867
- transform: "translate(12px, 0) scale(1)",
4868
4867
  transformOrigin: "top left",
4869
4868
  transition: "var(--av-text-area-wrapper-transition, all 0.2s ease-out)"
4870
4869
  },
@@ -4879,6 +4878,9 @@ const Hu = /* @__PURE__ */ cn(Fu), Wu = {
4879
4878
  },
4880
4879
  ".av-text-area__control--right": {
4881
4880
  right: "18px"
4881
+ },
4882
+ ".av-text-area__control--left": {
4883
+ left: "18px"
4882
4884
  }
4883
4885
  }, ju = {
4884
4886
  '.av-text-input-wrapper label[aria-hidden="true"]': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-styles",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
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.17"
38
38
  },
39
- "gitHead": "1ac4ef9fd8d68f6e247711f623af2f6bec72df23"
39
+ "gitHead": "9afdd3bb6a6d53092307d88f7b710b6efac21c6a"
40
40
  }