@grandbazar/ui-baza 1.2.6 → 1.2.8
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 +7 -7
- package/dist/index.js +7 -7
- package/dist/style.css +19 -14
- package/package.json +1 -1
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 = "
|
|
2326
|
-
const textFieldAreaLabel = "
|
|
2327
|
-
const textFieldAreaLabelSuffix = "
|
|
2328
|
-
const textFieldArea = "
|
|
2325
|
+
const textFieldAreaWrapper = "_textFieldAreaWrapper_ay9ou_2";
|
|
2326
|
+
const textFieldAreaLabel = "_textFieldAreaLabel_ay9ou_14";
|
|
2327
|
+
const textFieldAreaLabelSuffix = "_textFieldAreaLabelSuffix_ay9ou_24";
|
|
2328
|
+
const textFieldArea = "_textFieldArea_ay9ou_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 = "
|
|
2363
|
-
const textFieldInputLabel = "
|
|
2364
|
-
const textFieldInput = "
|
|
2362
|
+
const textFieldInputWrapper = "_textFieldInputWrapper_qpk1n_2";
|
|
2363
|
+
const textFieldInputLabel = "_textFieldInputLabel_qpk1n_9";
|
|
2364
|
+
const textFieldInput = "_textFieldInput_qpk1n_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 = "
|
|
2322
|
-
const textFieldAreaLabel = "
|
|
2323
|
-
const textFieldAreaLabelSuffix = "
|
|
2324
|
-
const textFieldArea = "
|
|
2321
|
+
const textFieldAreaWrapper = "_textFieldAreaWrapper_ay9ou_2";
|
|
2322
|
+
const textFieldAreaLabel = "_textFieldAreaLabel_ay9ou_14";
|
|
2323
|
+
const textFieldAreaLabelSuffix = "_textFieldAreaLabelSuffix_ay9ou_24";
|
|
2324
|
+
const textFieldArea = "_textFieldArea_ay9ou_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 = "
|
|
2359
|
-
const textFieldInputLabel = "
|
|
2360
|
-
const textFieldInput = "
|
|
2358
|
+
const textFieldInputWrapper = "_textFieldInputWrapper_qpk1n_2";
|
|
2359
|
+
const textFieldInputLabel = "_textFieldInputLabel_qpk1n_9";
|
|
2360
|
+
const textFieldInput = "_textFieldInput_qpk1n_2";
|
|
2361
2361
|
const styles$a = {
|
|
2362
2362
|
textFieldInputWrapper: textFieldInputWrapper,
|
|
2363
2363
|
textFieldInputLabel: textFieldInputLabel,
|
package/dist/style.css
CHANGED
|
@@ -1306,11 +1306,10 @@ textarea {
|
|
|
1306
1306
|
}
|
|
1307
1307
|
}
|
|
1308
1308
|
@layer ui_baza_components {
|
|
1309
|
-
.
|
|
1309
|
+
._textFieldAreaWrapper_ay9ou_2 {
|
|
1310
1310
|
display: flex;
|
|
1311
1311
|
position: relative;
|
|
1312
1312
|
flex-grow: 1;
|
|
1313
|
-
height: 100%;
|
|
1314
1313
|
transition: inherit;
|
|
1315
1314
|
|
|
1316
1315
|
&:has([data-element='label']) {
|
|
@@ -1319,31 +1318,35 @@ textarea {
|
|
|
1319
1318
|
}
|
|
1320
1319
|
}
|
|
1321
1320
|
|
|
1322
|
-
.
|
|
1323
|
-
z-index:
|
|
1321
|
+
._textFieldAreaLabel_ay9ou_14 {
|
|
1322
|
+
z-index: 0;
|
|
1324
1323
|
position: absolute;
|
|
1325
1324
|
left: 0;
|
|
1326
1325
|
transform-origin: left;
|
|
1327
1326
|
color: var(--color-neutral-540);
|
|
1327
|
+
pointer-events: none;
|
|
1328
1328
|
transition: inherit;
|
|
1329
1329
|
}
|
|
1330
1330
|
|
|
1331
|
-
.
|
|
1332
|
-
z-index:
|
|
1331
|
+
._textFieldAreaLabelSuffix_ay9ou_24 {
|
|
1332
|
+
z-index: 0;
|
|
1333
1333
|
position: absolute;
|
|
1334
1334
|
right: 0;
|
|
1335
1335
|
transform-origin: right;
|
|
1336
1336
|
color: var(--color-neutral-540);
|
|
1337
1337
|
font-variant-numeric: tabular-nums;
|
|
1338
|
+
pointer-events: none;
|
|
1338
1339
|
transition: inherit;
|
|
1339
1340
|
}
|
|
1340
1341
|
|
|
1341
|
-
.
|
|
1342
|
+
._textFieldAreaWrapper_ay9ou_2:has(._textFieldArea_ay9ou_2:disabled) ._textFieldAreaLabel_ay9ou_14 {
|
|
1342
1343
|
color: var(--color-neutral-340);
|
|
1343
1344
|
}
|
|
1344
1345
|
|
|
1345
|
-
.
|
|
1346
|
+
._textFieldArea_ay9ou_2 {
|
|
1346
1347
|
--text-area-min-height: 80px;
|
|
1348
|
+
z-index: 1;
|
|
1349
|
+
position: relative;
|
|
1347
1350
|
|
|
1348
1351
|
flex-grow: 1;
|
|
1349
1352
|
min-height: var(--text-area-min-height);
|
|
@@ -1365,28 +1368,30 @@ textarea {
|
|
|
1365
1368
|
}
|
|
1366
1369
|
}
|
|
1367
1370
|
@layer ui_baza_components {
|
|
1368
|
-
.
|
|
1371
|
+
._textFieldInputWrapper_qpk1n_2 {
|
|
1369
1372
|
display: flex;
|
|
1370
1373
|
position: relative;
|
|
1371
1374
|
flex-grow: 1;
|
|
1372
|
-
height: 100%;
|
|
1373
1375
|
transition: inherit;
|
|
1374
1376
|
}
|
|
1375
1377
|
|
|
1376
|
-
.
|
|
1377
|
-
z-index:
|
|
1378
|
+
._textFieldInputLabel_qpk1n_9 {
|
|
1379
|
+
z-index: 0;
|
|
1378
1380
|
position: absolute;
|
|
1379
1381
|
left: 0;
|
|
1380
1382
|
transform-origin: left;
|
|
1381
1383
|
color: var(--color-neutral-540);
|
|
1384
|
+
pointer-events: none;
|
|
1382
1385
|
transition: inherit;
|
|
1383
1386
|
}
|
|
1384
1387
|
|
|
1385
|
-
.
|
|
1388
|
+
._textFieldInputWrapper_qpk1n_2:has(._textFieldInput_qpk1n_2:disabled) ._textFieldInputLabel_qpk1n_9 {
|
|
1386
1389
|
color: var(--color-neutral-340);
|
|
1387
1390
|
}
|
|
1388
1391
|
|
|
1389
|
-
.
|
|
1392
|
+
._textFieldInput_qpk1n_2 {
|
|
1393
|
+
z-index: 1;
|
|
1394
|
+
position: relative;
|
|
1390
1395
|
flex-grow: 1;
|
|
1391
1396
|
color: var(--color-neutral);
|
|
1392
1397
|
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.
|
|
3
|
+
"version": "1.2.8",
|
|
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",
|