@grandbazar/ui-baza 1.2.7 → 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 +9 -11
- 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,7 +1318,7 @@ textarea {
|
|
|
1319
1318
|
}
|
|
1320
1319
|
}
|
|
1321
1320
|
|
|
1322
|
-
.
|
|
1321
|
+
._textFieldAreaLabel_ay9ou_14 {
|
|
1323
1322
|
z-index: 0;
|
|
1324
1323
|
position: absolute;
|
|
1325
1324
|
left: 0;
|
|
@@ -1329,7 +1328,7 @@ textarea {
|
|
|
1329
1328
|
transition: inherit;
|
|
1330
1329
|
}
|
|
1331
1330
|
|
|
1332
|
-
.
|
|
1331
|
+
._textFieldAreaLabelSuffix_ay9ou_24 {
|
|
1333
1332
|
z-index: 0;
|
|
1334
1333
|
position: absolute;
|
|
1335
1334
|
right: 0;
|
|
@@ -1340,11 +1339,11 @@ textarea {
|
|
|
1340
1339
|
transition: inherit;
|
|
1341
1340
|
}
|
|
1342
1341
|
|
|
1343
|
-
.
|
|
1342
|
+
._textFieldAreaWrapper_ay9ou_2:has(._textFieldArea_ay9ou_2:disabled) ._textFieldAreaLabel_ay9ou_14 {
|
|
1344
1343
|
color: var(--color-neutral-340);
|
|
1345
1344
|
}
|
|
1346
1345
|
|
|
1347
|
-
.
|
|
1346
|
+
._textFieldArea_ay9ou_2 {
|
|
1348
1347
|
--text-area-min-height: 80px;
|
|
1349
1348
|
z-index: 1;
|
|
1350
1349
|
position: relative;
|
|
@@ -1369,15 +1368,14 @@ textarea {
|
|
|
1369
1368
|
}
|
|
1370
1369
|
}
|
|
1371
1370
|
@layer ui_baza_components {
|
|
1372
|
-
.
|
|
1371
|
+
._textFieldInputWrapper_qpk1n_2 {
|
|
1373
1372
|
display: flex;
|
|
1374
1373
|
position: relative;
|
|
1375
1374
|
flex-grow: 1;
|
|
1376
|
-
height: 100%;
|
|
1377
1375
|
transition: inherit;
|
|
1378
1376
|
}
|
|
1379
1377
|
|
|
1380
|
-
.
|
|
1378
|
+
._textFieldInputLabel_qpk1n_9 {
|
|
1381
1379
|
z-index: 0;
|
|
1382
1380
|
position: absolute;
|
|
1383
1381
|
left: 0;
|
|
@@ -1387,11 +1385,11 @@ textarea {
|
|
|
1387
1385
|
transition: inherit;
|
|
1388
1386
|
}
|
|
1389
1387
|
|
|
1390
|
-
.
|
|
1388
|
+
._textFieldInputWrapper_qpk1n_2:has(._textFieldInput_qpk1n_2:disabled) ._textFieldInputLabel_qpk1n_9 {
|
|
1391
1389
|
color: var(--color-neutral-340);
|
|
1392
1390
|
}
|
|
1393
1391
|
|
|
1394
|
-
.
|
|
1392
|
+
._textFieldInput_qpk1n_2 {
|
|
1395
1393
|
z-index: 1;
|
|
1396
1394
|
position: relative;
|
|
1397
1395
|
flex-grow: 1;
|
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",
|