@grandbazar/ui-baza 1.2.11 → 1.2.12
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.cjs +3 -3
- package/dist/index.js +3 -3
- package/dist/style.css +6 -4
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2480,9 +2480,9 @@ function TextFieldLabel({ className, children, isRequired, ...props }) {
|
|
|
2480
2480
|
return /* @__PURE__ */ jsxRuntime.jsx("label", { className: classNames(styles$9.textFieldLabel, className), "data-required": isRequired, ...props, children });
|
|
2481
2481
|
}
|
|
2482
2482
|
|
|
2483
|
-
const textFieldRoot = "
|
|
2484
|
-
const lg$2 = "
|
|
2485
|
-
const md$3 = "
|
|
2483
|
+
const textFieldRoot = "_textFieldRoot_cs7mv_2";
|
|
2484
|
+
const lg$2 = "_lg_cs7mv_38";
|
|
2485
|
+
const md$3 = "_md_cs7mv_70";
|
|
2486
2486
|
const styles$8 = {
|
|
2487
2487
|
textFieldRoot: textFieldRoot,
|
|
2488
2488
|
lg: lg$2,
|
package/dist/index.js
CHANGED
|
@@ -2476,9 +2476,9 @@ function TextFieldLabel({ className, children, isRequired, ...props }) {
|
|
|
2476
2476
|
return /* @__PURE__ */ jsx("label", { className: classNames(styles$9.textFieldLabel, className), "data-required": isRequired, ...props, children });
|
|
2477
2477
|
}
|
|
2478
2478
|
|
|
2479
|
-
const textFieldRoot = "
|
|
2480
|
-
const lg$2 = "
|
|
2481
|
-
const md$3 = "
|
|
2479
|
+
const textFieldRoot = "_textFieldRoot_cs7mv_2";
|
|
2480
|
+
const lg$2 = "_lg_cs7mv_38";
|
|
2481
|
+
const md$3 = "_md_cs7mv_70";
|
|
2482
2482
|
const styles$8 = {
|
|
2483
2483
|
textFieldRoot: textFieldRoot,
|
|
2484
2484
|
lg: lg$2,
|
package/dist/style.css
CHANGED
|
@@ -1424,7 +1424,7 @@ textarea {
|
|
|
1424
1424
|
}
|
|
1425
1425
|
}
|
|
1426
1426
|
@layer ui_baza_components {
|
|
1427
|
-
.
|
|
1427
|
+
._textFieldRoot_cs7mv_2 {
|
|
1428
1428
|
--ring-width: 1px;
|
|
1429
1429
|
--ring-color: var(--color-neutral-alpha-120);
|
|
1430
1430
|
|
|
@@ -1460,7 +1460,7 @@ textarea {
|
|
|
1460
1460
|
}
|
|
1461
1461
|
}
|
|
1462
1462
|
|
|
1463
|
-
&.
|
|
1463
|
+
&._lg_cs7mv_38 {
|
|
1464
1464
|
min-height: calc(var(--line-height-lg) + var(--space-2xl) * 2);
|
|
1465
1465
|
padding: var(--space-md) var(--space-xl);
|
|
1466
1466
|
border-radius: var(--radius-xl);
|
|
@@ -1482,7 +1482,9 @@ textarea {
|
|
|
1482
1482
|
|
|
1483
1483
|
[data-element='label'],
|
|
1484
1484
|
[data-element='label-suffix'] {
|
|
1485
|
-
|
|
1485
|
+
/* Android 9 Chrome bug: calc(var(--line-height-sm) / var(--line-height-lg)) can fail in transforms.
|
|
1486
|
+
Keep a literal ratio for stable floating-label scaling on legacy Chromium. */
|
|
1487
|
+
--label-scale: calc(16 / 24);
|
|
1486
1488
|
transform: translateY(calc(-1 * var(--space-md) / var(--label-scale))) scale(var(--label-scale));
|
|
1487
1489
|
opacity: 1;
|
|
1488
1490
|
}
|
|
@@ -1490,7 +1492,7 @@ textarea {
|
|
|
1490
1492
|
}
|
|
1491
1493
|
}
|
|
1492
1494
|
|
|
1493
|
-
&.
|
|
1495
|
+
&._md_cs7mv_70 {
|
|
1494
1496
|
min-height: calc(var(--line-height-lg) + var(--space-lg) * 2);
|
|
1495
1497
|
padding: var(--space-lg);
|
|
1496
1498
|
border-radius: var(--radius-lg);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grandbazar/ui-baza",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.12",
|
|
4
4
|
"description": "A lightweight and modular UI kit for building modern, accessible web interfaces. Designed for flexibility, scalability, and developer happiness.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|