@grandbazar/ui-baza 1.2.6 → 1.2.7

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 CHANGED
@@ -2322,10 +2322,10 @@ function RadioButton({ className, label, ...props }) {
2322
2322
 
2323
2323
  const DEFAULT_CUSTOM_SEARCH_BUTTON_WIDTH = 64;
2324
2324
 
2325
- const textFieldAreaWrapper = "_textFieldAreaWrapper_90dha_2";
2326
- const textFieldAreaLabel = "_textFieldAreaLabel_90dha_15";
2327
- const textFieldAreaLabelSuffix = "_textFieldAreaLabelSuffix_90dha_24";
2328
- const textFieldArea = "_textFieldArea_90dha_2";
2325
+ const textFieldAreaWrapper = "_textFieldAreaWrapper_ry59j_2";
2326
+ const textFieldAreaLabel = "_textFieldAreaLabel_ry59j_15";
2327
+ const textFieldAreaLabelSuffix = "_textFieldAreaLabelSuffix_ry59j_25";
2328
+ const textFieldArea = "_textFieldArea_ry59j_2";
2329
2329
  const styles$b = {
2330
2330
  textFieldAreaWrapper: textFieldAreaWrapper,
2331
2331
  textFieldAreaLabel: textFieldAreaLabel,
@@ -2359,9 +2359,9 @@ function TextFieldArea({
2359
2359
  ] }) : textFieldArea;
2360
2360
  }
2361
2361
 
2362
- const textFieldInputWrapper = "_textFieldInputWrapper_4dexk_2";
2363
- const textFieldInputLabel = "_textFieldInputLabel_4dexk_10";
2364
- const textFieldInput = "_textFieldInput_4dexk_2";
2362
+ const textFieldInputWrapper = "_textFieldInputWrapper_1pc8k_2";
2363
+ const textFieldInputLabel = "_textFieldInputLabel_1pc8k_10";
2364
+ const textFieldInput = "_textFieldInput_1pc8k_2";
2365
2365
  const styles$a = {
2366
2366
  textFieldInputWrapper: textFieldInputWrapper,
2367
2367
  textFieldInputLabel: textFieldInputLabel,
package/dist/index.js CHANGED
@@ -2318,10 +2318,10 @@ function RadioButton({ className, label, ...props }) {
2318
2318
 
2319
2319
  const DEFAULT_CUSTOM_SEARCH_BUTTON_WIDTH = 64;
2320
2320
 
2321
- const textFieldAreaWrapper = "_textFieldAreaWrapper_90dha_2";
2322
- const textFieldAreaLabel = "_textFieldAreaLabel_90dha_15";
2323
- const textFieldAreaLabelSuffix = "_textFieldAreaLabelSuffix_90dha_24";
2324
- const textFieldArea = "_textFieldArea_90dha_2";
2321
+ const textFieldAreaWrapper = "_textFieldAreaWrapper_ry59j_2";
2322
+ const textFieldAreaLabel = "_textFieldAreaLabel_ry59j_15";
2323
+ const textFieldAreaLabelSuffix = "_textFieldAreaLabelSuffix_ry59j_25";
2324
+ const textFieldArea = "_textFieldArea_ry59j_2";
2325
2325
  const styles$b = {
2326
2326
  textFieldAreaWrapper: textFieldAreaWrapper,
2327
2327
  textFieldAreaLabel: textFieldAreaLabel,
@@ -2355,9 +2355,9 @@ function TextFieldArea({
2355
2355
  ] }) : textFieldArea;
2356
2356
  }
2357
2357
 
2358
- const textFieldInputWrapper = "_textFieldInputWrapper_4dexk_2";
2359
- const textFieldInputLabel = "_textFieldInputLabel_4dexk_10";
2360
- const textFieldInput = "_textFieldInput_4dexk_2";
2358
+ const textFieldInputWrapper = "_textFieldInputWrapper_1pc8k_2";
2359
+ const textFieldInputLabel = "_textFieldInputLabel_1pc8k_10";
2360
+ const textFieldInput = "_textFieldInput_1pc8k_2";
2361
2361
  const styles$a = {
2362
2362
  textFieldInputWrapper: textFieldInputWrapper,
2363
2363
  textFieldInputLabel: textFieldInputLabel,
package/dist/style.css CHANGED
@@ -1306,7 +1306,7 @@ textarea {
1306
1306
  }
1307
1307
  }
1308
1308
  @layer ui_baza_components {
1309
- ._textFieldAreaWrapper_90dha_2 {
1309
+ ._textFieldAreaWrapper_ry59j_2 {
1310
1310
  display: flex;
1311
1311
  position: relative;
1312
1312
  flex-grow: 1;
@@ -1319,31 +1319,35 @@ textarea {
1319
1319
  }
1320
1320
  }
1321
1321
 
1322
- ._textFieldAreaLabel_90dha_15 {
1323
- z-index: -1;
1322
+ ._textFieldAreaLabel_ry59j_15 {
1323
+ z-index: 0;
1324
1324
  position: absolute;
1325
1325
  left: 0;
1326
1326
  transform-origin: left;
1327
1327
  color: var(--color-neutral-540);
1328
+ pointer-events: none;
1328
1329
  transition: inherit;
1329
1330
  }
1330
1331
 
1331
- ._textFieldAreaLabelSuffix_90dha_24 {
1332
- z-index: -1;
1332
+ ._textFieldAreaLabelSuffix_ry59j_25 {
1333
+ z-index: 0;
1333
1334
  position: absolute;
1334
1335
  right: 0;
1335
1336
  transform-origin: right;
1336
1337
  color: var(--color-neutral-540);
1337
1338
  font-variant-numeric: tabular-nums;
1339
+ pointer-events: none;
1338
1340
  transition: inherit;
1339
1341
  }
1340
1342
 
1341
- ._textFieldAreaWrapper_90dha_2:has(._textFieldArea_90dha_2:disabled) ._textFieldAreaLabel_90dha_15 {
1343
+ ._textFieldAreaWrapper_ry59j_2:has(._textFieldArea_ry59j_2:disabled) ._textFieldAreaLabel_ry59j_15 {
1342
1344
  color: var(--color-neutral-340);
1343
1345
  }
1344
1346
 
1345
- ._textFieldArea_90dha_2 {
1347
+ ._textFieldArea_ry59j_2 {
1346
1348
  --text-area-min-height: 80px;
1349
+ z-index: 1;
1350
+ position: relative;
1347
1351
 
1348
1352
  flex-grow: 1;
1349
1353
  min-height: var(--text-area-min-height);
@@ -1365,7 +1369,7 @@ textarea {
1365
1369
  }
1366
1370
  }
1367
1371
  @layer ui_baza_components {
1368
- ._textFieldInputWrapper_4dexk_2 {
1372
+ ._textFieldInputWrapper_1pc8k_2 {
1369
1373
  display: flex;
1370
1374
  position: relative;
1371
1375
  flex-grow: 1;
@@ -1373,20 +1377,23 @@ textarea {
1373
1377
  transition: inherit;
1374
1378
  }
1375
1379
 
1376
- ._textFieldInputLabel_4dexk_10 {
1377
- z-index: -1;
1380
+ ._textFieldInputLabel_1pc8k_10 {
1381
+ z-index: 0;
1378
1382
  position: absolute;
1379
1383
  left: 0;
1380
1384
  transform-origin: left;
1381
1385
  color: var(--color-neutral-540);
1386
+ pointer-events: none;
1382
1387
  transition: inherit;
1383
1388
  }
1384
1389
 
1385
- ._textFieldInputWrapper_4dexk_2:has(._textFieldInput_4dexk_2:disabled) ._textFieldInputLabel_4dexk_10 {
1390
+ ._textFieldInputWrapper_1pc8k_2:has(._textFieldInput_1pc8k_2:disabled) ._textFieldInputLabel_1pc8k_10 {
1386
1391
  color: var(--color-neutral-340);
1387
1392
  }
1388
1393
 
1389
- ._textFieldInput_4dexk_2 {
1394
+ ._textFieldInput_1pc8k_2 {
1395
+ z-index: 1;
1396
+ position: relative;
1390
1397
  flex-grow: 1;
1391
1398
  color: var(--color-neutral);
1392
1399
  caret-color: var(--color-accent);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grandbazar/ui-baza",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
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",