@versini/ui-styles 1.10.1 → 1.11.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.
- package/dist/index.js +4 -2
- package/package.json +2 -2
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, -
|
|
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,
|
|
4896
|
+
transform: "translate(12px, var(--av-text-input-helper-text, 38px)) scale(0.75)",
|
|
4897
4897
|
transformOrigin: "top left"
|
|
4898
4898
|
}
|
|
4899
4899
|
}, Yu = () => {
|
|
@@ -7034,6 +7034,7 @@ const hi = "#ff3f3f", ee = {
|
|
|
7034
7034
|
"surface-medium": H.slate[500],
|
|
7035
7035
|
"surface-light": H.slate[300],
|
|
7036
7036
|
"surface-lighter": H.slate[200],
|
|
7037
|
+
"surface-lightest": H.slate[100],
|
|
7037
7038
|
"surface-accent": "#0071EB",
|
|
7038
7039
|
"surface-information": H.violet[200],
|
|
7039
7040
|
"surface-success": H.green[200],
|
|
@@ -7231,6 +7232,7 @@ const hi = "#ff3f3f", ee = {
|
|
|
7231
7232
|
"@versini/ui-textarea",
|
|
7232
7233
|
"@versini/ui-textinput",
|
|
7233
7234
|
"@versini/ui-toggle",
|
|
7235
|
+
"@versini/ui-togglegroup",
|
|
7234
7236
|
"@versini/ui-truncate",
|
|
7235
7237
|
// the following are legacy packages and should eventually be removed
|
|
7236
7238
|
"@versini/ui-components",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-styles",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.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.13"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "79e476ae3fc8444b8d0c7ccdc777848a1be6d8bd"
|
|
40
40
|
}
|