@empathyco/x-components 5.0.0-alpha.79 → 5.0.0-alpha.80
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/CHANGELOG.md +8 -0
- package/design-system/deprecated-full-theme.css +341 -341
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [5.0.0-alpha.80](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.79...@empathyco/x-components@5.0.0-alpha.80) (2024-08-19)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [5.0.0-alpha.79](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.78...@empathyco/x-components@5.0.0-alpha.79) (2024-08-14)
|
|
7
15
|
|
|
8
16
|
|
|
@@ -1311,6 +1311,71 @@
|
|
|
1311
1311
|
--x-string-box-shadow-bottom-10: 0 34px 38px -7px rgba(0, 0, 0, 0.14),
|
|
1312
1312
|
0 29px 46px -12px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
|
|
1313
1313
|
}
|
|
1314
|
+
|
|
1315
|
+
.x-shadow--none {
|
|
1316
|
+
box-shadow: none !important;
|
|
1317
|
+
}
|
|
1318
|
+
|
|
1319
|
+
.x-shadow--01 {
|
|
1320
|
+
box-shadow: var(--x-string-box-shadow-01) !important;
|
|
1321
|
+
}
|
|
1322
|
+
.x-shadow--bottom-01 {
|
|
1323
|
+
box-shadow: var(--x-string-box-shadow-bottom-01) !important;
|
|
1324
|
+
}
|
|
1325
|
+
.x-shadow--02 {
|
|
1326
|
+
box-shadow: var(--x-string-box-shadow-02) !important;
|
|
1327
|
+
}
|
|
1328
|
+
.x-shadow--bottom-02 {
|
|
1329
|
+
box-shadow: var(--x-string-box-shadow-bottom-02) !important;
|
|
1330
|
+
}
|
|
1331
|
+
.x-shadow--03 {
|
|
1332
|
+
box-shadow: var(--x-string-box-shadow-03) !important;
|
|
1333
|
+
}
|
|
1334
|
+
.x-shadow--bottom-03 {
|
|
1335
|
+
box-shadow: var(--x-string-box-shadow-bottom-03) !important;
|
|
1336
|
+
}
|
|
1337
|
+
.x-shadow--04 {
|
|
1338
|
+
box-shadow: var(--x-string-box-shadow-04) !important;
|
|
1339
|
+
}
|
|
1340
|
+
.x-shadow--bottom-04 {
|
|
1341
|
+
box-shadow: var(--x-string-box-shadow-bottom-04) !important;
|
|
1342
|
+
}
|
|
1343
|
+
.x-shadow--05 {
|
|
1344
|
+
box-shadow: var(--x-string-box-shadow-05) !important;
|
|
1345
|
+
}
|
|
1346
|
+
.x-shadow--bottom-05 {
|
|
1347
|
+
box-shadow: var(--x-string-box-shadow-bottom-05) !important;
|
|
1348
|
+
}
|
|
1349
|
+
.x-shadow--06 {
|
|
1350
|
+
box-shadow: var(--x-string-box-shadow-06) !important;
|
|
1351
|
+
}
|
|
1352
|
+
.x-shadow--bottom-06 {
|
|
1353
|
+
box-shadow: var(--x-string-box-shadow-bottom-06) !important;
|
|
1354
|
+
}
|
|
1355
|
+
.x-shadow--07 {
|
|
1356
|
+
box-shadow: var(--x-string-box-shadow-07) !important;
|
|
1357
|
+
}
|
|
1358
|
+
.x-shadow--bottom-07 {
|
|
1359
|
+
box-shadow: var(--x-string-box-shadow-bottom-07) !important;
|
|
1360
|
+
}
|
|
1361
|
+
.x-shadow--08 {
|
|
1362
|
+
box-shadow: var(--x-string-box-shadow-08) !important;
|
|
1363
|
+
}
|
|
1364
|
+
.x-shadow--bottom-08 {
|
|
1365
|
+
box-shadow: var(--x-string-box-shadow-bottom-08) !important;
|
|
1366
|
+
}
|
|
1367
|
+
.x-shadow--09 {
|
|
1368
|
+
box-shadow: var(--x-string-box-shadow-09) !important;
|
|
1369
|
+
}
|
|
1370
|
+
.x-shadow--bottom-09 {
|
|
1371
|
+
box-shadow: var(--x-string-box-shadow-bottom-09) !important;
|
|
1372
|
+
}
|
|
1373
|
+
.x-shadow--10 {
|
|
1374
|
+
box-shadow: var(--x-string-box-shadow-10) !important;
|
|
1375
|
+
}
|
|
1376
|
+
.x-shadow--bottom-10 {
|
|
1377
|
+
box-shadow: var(--x-string-box-shadow-bottom-10) !important;
|
|
1378
|
+
}
|
|
1314
1379
|
/* Material Elevations extracted from:
|
|
1315
1380
|
https://gist.github.com/serglo/f9f0be9a66fd6755a0bda85f9c64e85f
|
|
1316
1381
|
*/
|
|
@@ -1379,71 +1444,6 @@
|
|
|
1379
1444
|
--x-string-box-shadow-bottom-10: 0 34px 38px -7px rgba(0, 0, 0, 0.14),
|
|
1380
1445
|
0 29px 46px -12px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
|
|
1381
1446
|
}
|
|
1382
|
-
|
|
1383
|
-
.x-shadow--none {
|
|
1384
|
-
box-shadow: none !important;
|
|
1385
|
-
}
|
|
1386
|
-
|
|
1387
|
-
.x-shadow--01 {
|
|
1388
|
-
box-shadow: var(--x-string-box-shadow-01) !important;
|
|
1389
|
-
}
|
|
1390
|
-
.x-shadow--bottom-01 {
|
|
1391
|
-
box-shadow: var(--x-string-box-shadow-bottom-01) !important;
|
|
1392
|
-
}
|
|
1393
|
-
.x-shadow--02 {
|
|
1394
|
-
box-shadow: var(--x-string-box-shadow-02) !important;
|
|
1395
|
-
}
|
|
1396
|
-
.x-shadow--bottom-02 {
|
|
1397
|
-
box-shadow: var(--x-string-box-shadow-bottom-02) !important;
|
|
1398
|
-
}
|
|
1399
|
-
.x-shadow--03 {
|
|
1400
|
-
box-shadow: var(--x-string-box-shadow-03) !important;
|
|
1401
|
-
}
|
|
1402
|
-
.x-shadow--bottom-03 {
|
|
1403
|
-
box-shadow: var(--x-string-box-shadow-bottom-03) !important;
|
|
1404
|
-
}
|
|
1405
|
-
.x-shadow--04 {
|
|
1406
|
-
box-shadow: var(--x-string-box-shadow-04) !important;
|
|
1407
|
-
}
|
|
1408
|
-
.x-shadow--bottom-04 {
|
|
1409
|
-
box-shadow: var(--x-string-box-shadow-bottom-04) !important;
|
|
1410
|
-
}
|
|
1411
|
-
.x-shadow--05 {
|
|
1412
|
-
box-shadow: var(--x-string-box-shadow-05) !important;
|
|
1413
|
-
}
|
|
1414
|
-
.x-shadow--bottom-05 {
|
|
1415
|
-
box-shadow: var(--x-string-box-shadow-bottom-05) !important;
|
|
1416
|
-
}
|
|
1417
|
-
.x-shadow--06 {
|
|
1418
|
-
box-shadow: var(--x-string-box-shadow-06) !important;
|
|
1419
|
-
}
|
|
1420
|
-
.x-shadow--bottom-06 {
|
|
1421
|
-
box-shadow: var(--x-string-box-shadow-bottom-06) !important;
|
|
1422
|
-
}
|
|
1423
|
-
.x-shadow--07 {
|
|
1424
|
-
box-shadow: var(--x-string-box-shadow-07) !important;
|
|
1425
|
-
}
|
|
1426
|
-
.x-shadow--bottom-07 {
|
|
1427
|
-
box-shadow: var(--x-string-box-shadow-bottom-07) !important;
|
|
1428
|
-
}
|
|
1429
|
-
.x-shadow--08 {
|
|
1430
|
-
box-shadow: var(--x-string-box-shadow-08) !important;
|
|
1431
|
-
}
|
|
1432
|
-
.x-shadow--bottom-08 {
|
|
1433
|
-
box-shadow: var(--x-string-box-shadow-bottom-08) !important;
|
|
1434
|
-
}
|
|
1435
|
-
.x-shadow--09 {
|
|
1436
|
-
box-shadow: var(--x-string-box-shadow-09) !important;
|
|
1437
|
-
}
|
|
1438
|
-
.x-shadow--bottom-09 {
|
|
1439
|
-
box-shadow: var(--x-string-box-shadow-bottom-09) !important;
|
|
1440
|
-
}
|
|
1441
|
-
.x-shadow--10 {
|
|
1442
|
-
box-shadow: var(--x-string-box-shadow-10) !important;
|
|
1443
|
-
}
|
|
1444
|
-
.x-shadow--bottom-10 {
|
|
1445
|
-
box-shadow: var(--x-string-box-shadow-bottom-10) !important;
|
|
1446
|
-
}
|
|
1447
1447
|
*[class*=x-border-width--] {
|
|
1448
1448
|
border-width: 0;
|
|
1449
1449
|
}
|
|
@@ -3390,6 +3390,9 @@
|
|
|
3390
3390
|
:root {
|
|
3391
3391
|
--x-color-text-secondary: var(--x-color-base-neutral-35);
|
|
3392
3392
|
}
|
|
3393
|
+
.x-text--secondary {
|
|
3394
|
+
--x-color-text-default: var(--x-color-text-secondary);
|
|
3395
|
+
}
|
|
3393
3396
|
.x-text--light.x-text {
|
|
3394
3397
|
--x-number-font-weight-text: var(--x-number-font-weight-base-light);
|
|
3395
3398
|
}
|
|
@@ -3405,8 +3408,45 @@
|
|
|
3405
3408
|
.x-text--light.x-small {
|
|
3406
3409
|
--x-number-font-weight-small: var(--x-number-font-weight-base-light);
|
|
3407
3410
|
}
|
|
3408
|
-
|
|
3409
|
-
--x-
|
|
3411
|
+
:root {
|
|
3412
|
+
--x-font-family-base: "Montserrat", sans-serif;
|
|
3413
|
+
--x-size-font-base-xs: 12px;
|
|
3414
|
+
--x-size-font-base-s: 14px;
|
|
3415
|
+
--x-size-font-base-m: 16px;
|
|
3416
|
+
--x-size-font-base-l: 18px;
|
|
3417
|
+
--x-size-font-base-xl: 32px;
|
|
3418
|
+
--x-number-font-weight-base-light: 300;
|
|
3419
|
+
--x-number-font-weight-base-regular: 400;
|
|
3420
|
+
--x-number-font-weight-base-bold: 600;
|
|
3421
|
+
--x-size-line-height-base-s: 16px;
|
|
3422
|
+
--x-size-line-height-base-m: 24px;
|
|
3423
|
+
--x-size-line-height-base-l: 32px;
|
|
3424
|
+
--x-color-text-default: var(--x-color-base-neutral-10);
|
|
3425
|
+
--x-font-family-text: var(--x-font-family-base);
|
|
3426
|
+
--x-size-font-text: var(--x-size-font-base-s);
|
|
3427
|
+
--x-number-font-weight-text: var(--x-number-font-weight-base-regular);
|
|
3428
|
+
--x-size-line-height-text: var(--x-size-line-height-base-s);
|
|
3429
|
+
--x-string-text-decoration-text: none;
|
|
3430
|
+
--x-font-family-title1: var(--x-font-family-base);
|
|
3431
|
+
--x-size-font-title1: var(--x-size-font-base-xl);
|
|
3432
|
+
--x-number-font-weight-title1: var(--x-number-font-weight-base-regular);
|
|
3433
|
+
--x-size-line-height-title1: var(--x-size-line-height-base-l);
|
|
3434
|
+
--x-string-text-decoration-title1: none;
|
|
3435
|
+
--x-font-family-title2: var(--x-font-family-base);
|
|
3436
|
+
--x-size-font-title2: var(--x-size-font-base-l);
|
|
3437
|
+
--x-number-font-weight-title2: var(--x-number-font-weight-base-regular);
|
|
3438
|
+
--x-size-line-height-title2: var(--x-size-line-height-base-m);
|
|
3439
|
+
--x-string-text-decoration-title2: none;
|
|
3440
|
+
--x-font-family-title3: var(--x-font-family-base);
|
|
3441
|
+
--x-size-font-title3: var(--x-size-font-base-m);
|
|
3442
|
+
--x-number-font-weight-title3: var(--x-number-font-weight-base-regular);
|
|
3443
|
+
--x-size-line-height-title3: var(--x-size-line-height-base-m);
|
|
3444
|
+
--x-string-text-decoration-title3: none;
|
|
3445
|
+
--x-font-family-small: var(--x-font-family-base);
|
|
3446
|
+
--x-size-font-small: var(--x-size-font-base-xs);
|
|
3447
|
+
--x-number-font-weight-small: var(--x-number-font-weight-base-regular);
|
|
3448
|
+
--x-size-line-height-small: var(--x-size-line-height-base-s);
|
|
3449
|
+
--x-string-text-decoration-small: none;
|
|
3410
3450
|
}
|
|
3411
3451
|
:root {
|
|
3412
3452
|
--x-font-family-base: "Montserrat", sans-serif;
|
|
@@ -3510,46 +3550,6 @@
|
|
|
3510
3550
|
overflow: hidden;
|
|
3511
3551
|
white-space: nowrap;
|
|
3512
3552
|
}
|
|
3513
|
-
:root {
|
|
3514
|
-
--x-font-family-base: "Montserrat", sans-serif;
|
|
3515
|
-
--x-size-font-base-xs: 12px;
|
|
3516
|
-
--x-size-font-base-s: 14px;
|
|
3517
|
-
--x-size-font-base-m: 16px;
|
|
3518
|
-
--x-size-font-base-l: 18px;
|
|
3519
|
-
--x-size-font-base-xl: 32px;
|
|
3520
|
-
--x-number-font-weight-base-light: 300;
|
|
3521
|
-
--x-number-font-weight-base-regular: 400;
|
|
3522
|
-
--x-number-font-weight-base-bold: 600;
|
|
3523
|
-
--x-size-line-height-base-s: 16px;
|
|
3524
|
-
--x-size-line-height-base-m: 24px;
|
|
3525
|
-
--x-size-line-height-base-l: 32px;
|
|
3526
|
-
--x-color-text-default: var(--x-color-base-neutral-10);
|
|
3527
|
-
--x-font-family-text: var(--x-font-family-base);
|
|
3528
|
-
--x-size-font-text: var(--x-size-font-base-s);
|
|
3529
|
-
--x-number-font-weight-text: var(--x-number-font-weight-base-regular);
|
|
3530
|
-
--x-size-line-height-text: var(--x-size-line-height-base-s);
|
|
3531
|
-
--x-string-text-decoration-text: none;
|
|
3532
|
-
--x-font-family-title1: var(--x-font-family-base);
|
|
3533
|
-
--x-size-font-title1: var(--x-size-font-base-xl);
|
|
3534
|
-
--x-number-font-weight-title1: var(--x-number-font-weight-base-regular);
|
|
3535
|
-
--x-size-line-height-title1: var(--x-size-line-height-base-l);
|
|
3536
|
-
--x-string-text-decoration-title1: none;
|
|
3537
|
-
--x-font-family-title2: var(--x-font-family-base);
|
|
3538
|
-
--x-size-font-title2: var(--x-size-font-base-l);
|
|
3539
|
-
--x-number-font-weight-title2: var(--x-number-font-weight-base-regular);
|
|
3540
|
-
--x-size-line-height-title2: var(--x-size-line-height-base-m);
|
|
3541
|
-
--x-string-text-decoration-title2: none;
|
|
3542
|
-
--x-font-family-title3: var(--x-font-family-base);
|
|
3543
|
-
--x-size-font-title3: var(--x-size-font-base-m);
|
|
3544
|
-
--x-number-font-weight-title3: var(--x-number-font-weight-base-regular);
|
|
3545
|
-
--x-size-line-height-title3: var(--x-size-line-height-base-m);
|
|
3546
|
-
--x-string-text-decoration-title3: none;
|
|
3547
|
-
--x-font-family-small: var(--x-font-family-base);
|
|
3548
|
-
--x-size-font-small: var(--x-size-font-base-xs);
|
|
3549
|
-
--x-number-font-weight-small: var(--x-number-font-weight-base-regular);
|
|
3550
|
-
--x-size-line-height-small: var(--x-size-line-height-base-s);
|
|
3551
|
-
--x-string-text-decoration-small: none;
|
|
3552
|
-
}
|
|
3553
3553
|
.x-text--bold.x-text {
|
|
3554
3554
|
--x-number-font-weight-text: var(--x-number-font-weight-base-bold);
|
|
3555
3555
|
}
|
|
@@ -3596,48 +3596,6 @@
|
|
|
3596
3596
|
);
|
|
3597
3597
|
--x-size-border-radius-bottom-left-tag-default: var(--x-size-border-radius-bottom-left-tag-pill);
|
|
3598
3598
|
}
|
|
3599
|
-
:root {
|
|
3600
|
-
--x-color-background-tag-ghost: transparent;
|
|
3601
|
-
--x-color-border-tag-ghost: transparent;
|
|
3602
|
-
--x-color-background-tag-selected-ghost: transparent;
|
|
3603
|
-
--x-color-border-tag-selected-ghost: transparent;
|
|
3604
|
-
--x-color-background-tag-curated-ghost: transparent;
|
|
3605
|
-
--x-color-border-tag-curated-ghost: transparent;
|
|
3606
|
-
--x-color-background-tag-curated-selected-ghost: transparent;
|
|
3607
|
-
--x-color-border-tag-curated-selected-ghost: transparent;
|
|
3608
|
-
--x-number-font-weight-tag-selected-ghost: var(--x-number-font-weight-base-bold);
|
|
3609
|
-
--x-number-font-weight-tag-curated-selected-ghost: var(--x-number-font-weight-base-bold);
|
|
3610
|
-
}
|
|
3611
|
-
:root {
|
|
3612
|
-
--x-color-background-tag-ghost: transparent;
|
|
3613
|
-
--x-color-border-tag-ghost: transparent;
|
|
3614
|
-
--x-color-background-tag-selected-ghost: transparent;
|
|
3615
|
-
--x-color-border-tag-selected-ghost: transparent;
|
|
3616
|
-
--x-color-background-tag-curated-ghost: transparent;
|
|
3617
|
-
--x-color-border-tag-curated-ghost: transparent;
|
|
3618
|
-
--x-color-background-tag-curated-selected-ghost: transparent;
|
|
3619
|
-
--x-color-border-tag-curated-selected-ghost: transparent;
|
|
3620
|
-
--x-number-font-weight-tag-selected-ghost: var(--x-number-font-weight-base-bold);
|
|
3621
|
-
--x-number-font-weight-tag-curated-selected-ghost: var(--x-number-font-weight-base-bold);
|
|
3622
|
-
}
|
|
3623
|
-
|
|
3624
|
-
.x-tag--ghost.x-tag,
|
|
3625
|
-
.x-tag--ghost .x-tag {
|
|
3626
|
-
--x-color-background-tag-default: var(--x-color-background-tag-ghost);
|
|
3627
|
-
--x-color-border-tag-default: var(--x-color-border-tag-ghost);
|
|
3628
|
-
--x-color-background-tag-default-curated: var(--x-color-background-tag-curated-ghost);
|
|
3629
|
-
--x-color-border-tag-default-curated: var(--x-color-border-tag-curated-ghost);
|
|
3630
|
-
--x-color-background-tag-default-selected: var(--x-color-background-tag-selected-ghost);
|
|
3631
|
-
--x-color-border-tag-default-selected: var(--x-color-border-tag-selected-ghost);
|
|
3632
|
-
--x-color-background-tag-default-curated-selected: var(
|
|
3633
|
-
--x-color-background-tag-curated-selected-ghost
|
|
3634
|
-
);
|
|
3635
|
-
--x-color-border-tag-default-curated-selected: var(--x-color-border-tag-curated-selected-ghost);
|
|
3636
|
-
--x-number-font-weight-tag-default-selected: var(--x-number-font-weight-tag-selected-ghost);
|
|
3637
|
-
--x-number-font-weight-tag-default-curated-selected: var(
|
|
3638
|
-
--x-number-font-weight-tag-curated-selected-ghost
|
|
3639
|
-
);
|
|
3640
|
-
}
|
|
3641
3599
|
:root {
|
|
3642
3600
|
--x-color-background-tag-default: var(--x-color-base-neutral-100);
|
|
3643
3601
|
--x-color-border-tag-default: var(--x-color-text-tag-default);
|
|
@@ -3684,6 +3642,48 @@
|
|
|
3684
3642
|
--x-number-font-weight-tag-default-selected
|
|
3685
3643
|
);
|
|
3686
3644
|
}
|
|
3645
|
+
:root {
|
|
3646
|
+
--x-color-background-tag-ghost: transparent;
|
|
3647
|
+
--x-color-border-tag-ghost: transparent;
|
|
3648
|
+
--x-color-background-tag-selected-ghost: transparent;
|
|
3649
|
+
--x-color-border-tag-selected-ghost: transparent;
|
|
3650
|
+
--x-color-background-tag-curated-ghost: transparent;
|
|
3651
|
+
--x-color-border-tag-curated-ghost: transparent;
|
|
3652
|
+
--x-color-background-tag-curated-selected-ghost: transparent;
|
|
3653
|
+
--x-color-border-tag-curated-selected-ghost: transparent;
|
|
3654
|
+
--x-number-font-weight-tag-selected-ghost: var(--x-number-font-weight-base-bold);
|
|
3655
|
+
--x-number-font-weight-tag-curated-selected-ghost: var(--x-number-font-weight-base-bold);
|
|
3656
|
+
}
|
|
3657
|
+
:root {
|
|
3658
|
+
--x-color-background-tag-ghost: transparent;
|
|
3659
|
+
--x-color-border-tag-ghost: transparent;
|
|
3660
|
+
--x-color-background-tag-selected-ghost: transparent;
|
|
3661
|
+
--x-color-border-tag-selected-ghost: transparent;
|
|
3662
|
+
--x-color-background-tag-curated-ghost: transparent;
|
|
3663
|
+
--x-color-border-tag-curated-ghost: transparent;
|
|
3664
|
+
--x-color-background-tag-curated-selected-ghost: transparent;
|
|
3665
|
+
--x-color-border-tag-curated-selected-ghost: transparent;
|
|
3666
|
+
--x-number-font-weight-tag-selected-ghost: var(--x-number-font-weight-base-bold);
|
|
3667
|
+
--x-number-font-weight-tag-curated-selected-ghost: var(--x-number-font-weight-base-bold);
|
|
3668
|
+
}
|
|
3669
|
+
|
|
3670
|
+
.x-tag--ghost.x-tag,
|
|
3671
|
+
.x-tag--ghost .x-tag {
|
|
3672
|
+
--x-color-background-tag-default: var(--x-color-background-tag-ghost);
|
|
3673
|
+
--x-color-border-tag-default: var(--x-color-border-tag-ghost);
|
|
3674
|
+
--x-color-background-tag-default-curated: var(--x-color-background-tag-curated-ghost);
|
|
3675
|
+
--x-color-border-tag-default-curated: var(--x-color-border-tag-curated-ghost);
|
|
3676
|
+
--x-color-background-tag-default-selected: var(--x-color-background-tag-selected-ghost);
|
|
3677
|
+
--x-color-border-tag-default-selected: var(--x-color-border-tag-selected-ghost);
|
|
3678
|
+
--x-color-background-tag-default-curated-selected: var(
|
|
3679
|
+
--x-color-background-tag-curated-selected-ghost
|
|
3680
|
+
);
|
|
3681
|
+
--x-color-border-tag-default-curated-selected: var(--x-color-border-tag-curated-selected-ghost);
|
|
3682
|
+
--x-number-font-weight-tag-default-selected: var(--x-number-font-weight-tag-selected-ghost);
|
|
3683
|
+
--x-number-font-weight-tag-default-curated-selected: var(
|
|
3684
|
+
--x-number-font-weight-tag-curated-selected-ghost
|
|
3685
|
+
);
|
|
3686
|
+
}
|
|
3687
3687
|
:root {
|
|
3688
3688
|
--x-color-background-tag-default: var(--x-color-base-neutral-100);
|
|
3689
3689
|
--x-color-border-tag-default: var(--x-color-text-tag-default);
|
|
@@ -3912,6 +3912,24 @@
|
|
|
3912
3912
|
--x-size-border-radius-bottom-right-tag-card: var(--x-size-border-radius-tag-card);
|
|
3913
3913
|
--x-size-border-radius-bottom-left-tag-card: var(--x-size-border-radius-tag-card);
|
|
3914
3914
|
}
|
|
3915
|
+
:root {
|
|
3916
|
+
--x-size-border-radius-tag-card: var(--x-size-border-radius-base-s);
|
|
3917
|
+
--x-size-border-radius-top-left-tag-card: var(--x-size-border-radius-tag-card);
|
|
3918
|
+
--x-size-border-radius-top-right-tag-card: var(--x-size-border-radius-tag-card);
|
|
3919
|
+
--x-size-border-radius-bottom-right-tag-card: var(--x-size-border-radius-tag-card);
|
|
3920
|
+
--x-size-border-radius-bottom-left-tag-card: var(--x-size-border-radius-tag-card);
|
|
3921
|
+
}
|
|
3922
|
+
|
|
3923
|
+
.x-tag--card.x-tag,
|
|
3924
|
+
.x-tag--card .x-tag {
|
|
3925
|
+
--x-size-border-radius-tag-default: var(--x-size-border-radius-tag-card);
|
|
3926
|
+
--x-size-border-radius-top-left-tag-default: var(--x-size-border-radius-top-left-tag-card);
|
|
3927
|
+
--x-size-border-radius-top-right-tag-default: var(--x-size-border-radius-top-right-tag-card);
|
|
3928
|
+
--x-size-border-radius-bottom-right-tag-default: var(
|
|
3929
|
+
--x-size-border-radius-bottom-right-tag-card
|
|
3930
|
+
);
|
|
3931
|
+
--x-size-border-radius-bottom-left-tag-default: var(--x-size-border-radius-bottom-left-tag-card);
|
|
3932
|
+
}
|
|
3915
3933
|
:root {
|
|
3916
3934
|
--x-color-text-suggestion-group-default: var(--x-color-text-suggestion-default);
|
|
3917
3935
|
--x-color-text-suggestion-group-matching-part-default: var(
|
|
@@ -3953,24 +3971,6 @@
|
|
|
3953
3971
|
--x-size-line-height-suggestion-group-default: var(--x-size-line-height-suggestion-default);
|
|
3954
3972
|
--x-number-font-weight-suggestion-group-default: var(--x-number-font-weight-suggestion-default);
|
|
3955
3973
|
}
|
|
3956
|
-
:root {
|
|
3957
|
-
--x-size-border-radius-tag-card: var(--x-size-border-radius-base-s);
|
|
3958
|
-
--x-size-border-radius-top-left-tag-card: var(--x-size-border-radius-tag-card);
|
|
3959
|
-
--x-size-border-radius-top-right-tag-card: var(--x-size-border-radius-tag-card);
|
|
3960
|
-
--x-size-border-radius-bottom-right-tag-card: var(--x-size-border-radius-tag-card);
|
|
3961
|
-
--x-size-border-radius-bottom-left-tag-card: var(--x-size-border-radius-tag-card);
|
|
3962
|
-
}
|
|
3963
|
-
|
|
3964
|
-
.x-tag--card.x-tag,
|
|
3965
|
-
.x-tag--card .x-tag {
|
|
3966
|
-
--x-size-border-radius-tag-default: var(--x-size-border-radius-tag-card);
|
|
3967
|
-
--x-size-border-radius-top-left-tag-default: var(--x-size-border-radius-top-left-tag-card);
|
|
3968
|
-
--x-size-border-radius-top-right-tag-default: var(--x-size-border-radius-top-right-tag-card);
|
|
3969
|
-
--x-size-border-radius-bottom-right-tag-default: var(
|
|
3970
|
-
--x-size-border-radius-bottom-right-tag-card
|
|
3971
|
-
);
|
|
3972
|
-
--x-size-border-radius-bottom-left-tag-default: var(--x-size-border-radius-bottom-left-tag-card);
|
|
3973
|
-
}
|
|
3974
3974
|
:root {
|
|
3975
3975
|
--x-color-text-suggestion-group-default: var(--x-color-text-suggestion-default);
|
|
3976
3976
|
--x-color-text-suggestion-group-matching-part-default: var(
|
|
@@ -4941,6 +4941,10 @@
|
|
|
4941
4941
|
--x-number-zoom-scale-picture: 1.1;
|
|
4942
4942
|
--x-number-zoom-duration-picture: 0.3s;
|
|
4943
4943
|
}
|
|
4944
|
+
:root {
|
|
4945
|
+
--x-number-zoom-scale-picture: 1.1;
|
|
4946
|
+
--x-number-zoom-duration-picture: 0.3s;
|
|
4947
|
+
}
|
|
4944
4948
|
|
|
4945
4949
|
.x-picture--zoom .x-picture-image {
|
|
4946
4950
|
transition: transform var(--x-number-zoom-duration-picture) ease-out;
|
|
@@ -4949,8 +4953,25 @@
|
|
|
4949
4953
|
transform: scale(var(--x-number-zoom-scale-picture));
|
|
4950
4954
|
}
|
|
4951
4955
|
:root {
|
|
4952
|
-
--x-number-
|
|
4953
|
-
|
|
4956
|
+
--x-number-aspect-ratio-picture: 1;
|
|
4957
|
+
}
|
|
4958
|
+
:root {
|
|
4959
|
+
--x-size-border-radius-picture-default: 0;
|
|
4960
|
+
--x-size-border-radius-top-picture-default: var(--x-size-border-radius-picture-default);
|
|
4961
|
+
--x-size-border-radius-right-picture-default: var(--x-size-border-radius-picture-default);
|
|
4962
|
+
--x-size-border-radius-bottom-picture-default: var(--x-size-border-radius-picture-default);
|
|
4963
|
+
--x-size-border-radius-left-picture-default: var(--x-size-border-radius-picture-default);
|
|
4964
|
+
--x-color-background-picture-default: transparent;
|
|
4965
|
+
--x-color-fill-picture-placeholder-path-default: var(--x-color-base-neutral-70);
|
|
4966
|
+
--x-color-fill-picture-placeholder-rect-default: var(--x-color-base-neutral-95);
|
|
4967
|
+
--x-color-fill-picture-fallback-path-default: var(--x-color-base-neutral-70);
|
|
4968
|
+
--x-color-fill-picture-fallback-rect-default: var(--x-color-base-neutral-95);
|
|
4969
|
+
--x-object-fit-picture-default: contain;
|
|
4970
|
+
--x-object-fit-picture-fallback-default: var(--x-object-fit-picture-default);
|
|
4971
|
+
--x-object-fit-picture-placeholder-default: var(--x-object-fit-picture-default);
|
|
4972
|
+
--x-mix-blend-mode-picture-default: normal;
|
|
4973
|
+
--x-mix-blend-mode-picture-fallback-default: var(--x-mix-blend-mode-picture-default);
|
|
4974
|
+
--x-mix-blend-mode-picture-placeholder-default: var(--x-mix-blend-mode-picture-default);
|
|
4954
4975
|
}
|
|
4955
4976
|
:root {
|
|
4956
4977
|
--x-number-aspect-ratio-picture: 1;
|
|
@@ -4960,9 +4981,6 @@
|
|
|
4960
4981
|
aspect-ratio: var(--x-number-aspect-ratio-picture);
|
|
4961
4982
|
width: 100%;
|
|
4962
4983
|
}
|
|
4963
|
-
:root {
|
|
4964
|
-
--x-number-aspect-ratio-picture: 1;
|
|
4965
|
-
}
|
|
4966
4984
|
:root {
|
|
4967
4985
|
--x-size-border-radius-picture-default: 0;
|
|
4968
4986
|
--x-size-border-radius-top-picture-default: var(--x-size-border-radius-picture-default);
|
|
@@ -5020,22 +5038,8 @@
|
|
|
5020
5038
|
fill: var(--x-color-fill-picture-placeholder-path-default) !important;
|
|
5021
5039
|
}
|
|
5022
5040
|
:root {
|
|
5023
|
-
--x-
|
|
5024
|
-
--x-
|
|
5025
|
-
--x-size-border-radius-right-picture-default: var(--x-size-border-radius-picture-default);
|
|
5026
|
-
--x-size-border-radius-bottom-picture-default: var(--x-size-border-radius-picture-default);
|
|
5027
|
-
--x-size-border-radius-left-picture-default: var(--x-size-border-radius-picture-default);
|
|
5028
|
-
--x-color-background-picture-default: transparent;
|
|
5029
|
-
--x-color-fill-picture-placeholder-path-default: var(--x-color-base-neutral-70);
|
|
5030
|
-
--x-color-fill-picture-placeholder-rect-default: var(--x-color-base-neutral-95);
|
|
5031
|
-
--x-color-fill-picture-fallback-path-default: var(--x-color-base-neutral-70);
|
|
5032
|
-
--x-color-fill-picture-fallback-rect-default: var(--x-color-base-neutral-95);
|
|
5033
|
-
--x-object-fit-picture-default: contain;
|
|
5034
|
-
--x-object-fit-picture-fallback-default: var(--x-object-fit-picture-default);
|
|
5035
|
-
--x-object-fit-picture-placeholder-default: var(--x-object-fit-picture-default);
|
|
5036
|
-
--x-mix-blend-mode-picture-default: normal;
|
|
5037
|
-
--x-mix-blend-mode-picture-fallback-default: var(--x-mix-blend-mode-picture-default);
|
|
5038
|
-
--x-mix-blend-mode-picture-placeholder-default: var(--x-mix-blend-mode-picture-default);
|
|
5041
|
+
--x-color-background-picture-cover-hover-from: rgba(0, 0, 0, 0);
|
|
5042
|
+
--x-color-background-picture-cover-hover-to: rgba(0, 0, 0, 0.5);
|
|
5039
5043
|
}
|
|
5040
5044
|
:root {
|
|
5041
5045
|
--x-color-background-picture-cover-hover-from: rgba(0, 0, 0, 0);
|
|
@@ -5058,8 +5062,10 @@
|
|
|
5058
5062
|
height: 100%;
|
|
5059
5063
|
}
|
|
5060
5064
|
:root {
|
|
5061
|
-
--x-color-background-picture-
|
|
5062
|
-
--x-
|
|
5065
|
+
--x-color-background-picture-colored: var(--x-color-base-neutral-95);
|
|
5066
|
+
--x-mix-blend-mode-picture-colored: multiply;
|
|
5067
|
+
--x-mix-blend-mode-picture-fallback-colored: var(--x-mix-blend-mode-picture-colored);
|
|
5068
|
+
--x-mix-blend-mode-picture-placeholder-colored: var(--x-mix-blend-mode-picture-colored);
|
|
5063
5069
|
}
|
|
5064
5070
|
:root {
|
|
5065
5071
|
--x-color-background-picture-colored: var(--x-color-base-neutral-95);
|
|
@@ -5080,12 +5086,6 @@
|
|
|
5080
5086
|
.x-picture--colored.x-picture .x-picture--placeholder {
|
|
5081
5087
|
--x-mix-blend-mode-picture-default: var(--x-mix-blend-mode-picture-placeholder-colored);
|
|
5082
5088
|
}
|
|
5083
|
-
:root {
|
|
5084
|
-
--x-color-background-picture-colored: var(--x-color-base-neutral-95);
|
|
5085
|
-
--x-mix-blend-mode-picture-colored: multiply;
|
|
5086
|
-
--x-mix-blend-mode-picture-fallback-colored: var(--x-mix-blend-mode-picture-colored);
|
|
5087
|
-
--x-mix-blend-mode-picture-placeholder-colored: var(--x-mix-blend-mode-picture-colored);
|
|
5088
|
-
}
|
|
5089
5089
|
:root {
|
|
5090
5090
|
--x-size-border-radius-picture-card: var(--x-size-border-radius-base-s);
|
|
5091
5091
|
--x-size-border-radius-top-picture-card: var(--x-size-border-radius-picture-card);
|
|
@@ -5367,18 +5367,63 @@
|
|
|
5367
5367
|
--x-size-padding-bottom-button-default: var(
|
|
5368
5368
|
--x-size-padding-bottom-option-list-button-default
|
|
5369
5369
|
);
|
|
5370
|
-
--x-size-padding-left-button-default: var(--x-size-padding-left-option-list-button-default);
|
|
5371
|
-
--x-number-font-weight-button-default: var(--x-number-font-weight-option-list-button-default);
|
|
5372
|
-
--x-size-font-button-default: var(--x-size-font-option-list-button-default);
|
|
5373
|
-
}
|
|
5374
|
-
.x-option-list__item .x-button:hover {
|
|
5375
|
-
--x-color-background-button-default: var(
|
|
5376
|
-
--x-color-background-option-list-button-default-hover
|
|
5370
|
+
--x-size-padding-left-button-default: var(--x-size-padding-left-option-list-button-default);
|
|
5371
|
+
--x-number-font-weight-button-default: var(--x-number-font-weight-option-list-button-default);
|
|
5372
|
+
--x-size-font-button-default: var(--x-size-font-option-list-button-default);
|
|
5373
|
+
}
|
|
5374
|
+
.x-option-list__item .x-button:hover {
|
|
5375
|
+
--x-color-background-button-default: var(
|
|
5376
|
+
--x-color-background-option-list-button-default-hover
|
|
5377
|
+
);
|
|
5378
|
+
--x-color-border-button-default: var(--x-color-border-option-list-button-default-hover);
|
|
5379
|
+
--x-color-text-button-default: var(--x-color-text-option-list-button-default-hover);
|
|
5380
|
+
-webkit-text-decoration: var(--x-font-decoration-option-list-button-default-hover);
|
|
5381
|
+
text-decoration: var(--x-font-decoration-option-list-button-default-hover);
|
|
5382
|
+
}
|
|
5383
|
+
:root {
|
|
5384
|
+
--x-color-text-option-list-button-bottom-hover: var(--x-color-base-neutral-10);
|
|
5385
|
+
--x-color-text-option-list-button-bottom-selected-hover: var(
|
|
5386
|
+
--x-color-text-option-list-button-bottom-selected
|
|
5387
|
+
);
|
|
5388
|
+
--x-color-text-option-list-button-bottom: var(--x-color-base-neutral-35);
|
|
5389
|
+
--x-color-text-option-list-button-bottom-selected: var(--x-color-text-default);
|
|
5390
|
+
--x-color-border-option-list-item-bottom: transparent;
|
|
5391
|
+
--x-color-border-top-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5392
|
+
--x-color-border-right-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5393
|
+
--x-color-border-bottom-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5394
|
+
--x-color-border-left-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5395
|
+
--x-color-border-option-list-item-bottom-selected: var(--x-color-base-neutral-10);
|
|
5396
|
+
--x-color-border-top-option-list-item-bottom-selected: var(
|
|
5397
|
+
--x-color-border-option-list-item-bottom
|
|
5398
|
+
);
|
|
5399
|
+
--x-color-border-right-option-list-item-bottom-selected: var(
|
|
5400
|
+
--x-color-border-option-list-item-bottom
|
|
5401
|
+
);
|
|
5402
|
+
--x-color-border-bottom-option-list-item-bottom-selected: var(
|
|
5403
|
+
--x-color-border-option-list-item-bottom-selected
|
|
5404
|
+
);
|
|
5405
|
+
--x-color-border-left-option-list-item-bottom-selected: var(
|
|
5406
|
+
--x-color-border-option-list-item-bottom
|
|
5407
|
+
);
|
|
5408
|
+
--x-size-border-width-option-list-item-bottom: var(--x-size-border-width-base);
|
|
5409
|
+
--x-size-border-width-top-option-list-item-bottom: 0;
|
|
5410
|
+
--x-size-border-width-right-option-list-item-bottom: 0;
|
|
5411
|
+
--x-size-border-width-bottom-option-list-item-bottom: var(
|
|
5412
|
+
--x-size-border-width-option-list-item-bottom
|
|
5413
|
+
);
|
|
5414
|
+
--x-size-border-width-left-option-list-item-bottom: 0;
|
|
5415
|
+
--x-size-border-width-top-option-list-item-bottom-selected: 0;
|
|
5416
|
+
--x-size-border-width-right-option-list-item-bottom-selected: 0;
|
|
5417
|
+
--x-size-border-width-bottom-option-list-item-bottom-selected: var(
|
|
5418
|
+
--x-size-border-width-option-list-item-bottom
|
|
5419
|
+
);
|
|
5420
|
+
--x-size-border-width-left-option-list-item-bottom-selected: 0;
|
|
5421
|
+
--x-size-font-option-list-button-bottom: var(--x-size-font-text);
|
|
5422
|
+
--x-font-decoration-option-list-button-bottom-hover: none;
|
|
5423
|
+
--x-number-font-weight-option-list-button-bottom: var(--x-number-font-weight-base-regular);
|
|
5424
|
+
--x-number-font-weight-option-list-button-bottom-selected: var(
|
|
5425
|
+
--x-number-font-weight-base-regular
|
|
5377
5426
|
);
|
|
5378
|
-
--x-color-border-button-default: var(--x-color-border-option-list-button-default-hover);
|
|
5379
|
-
--x-color-text-button-default: var(--x-color-text-option-list-button-default-hover);
|
|
5380
|
-
-webkit-text-decoration: var(--x-font-decoration-option-list-button-default-hover);
|
|
5381
|
-
text-decoration: var(--x-font-decoration-option-list-button-default-hover);
|
|
5382
5427
|
}
|
|
5383
5428
|
:root {
|
|
5384
5429
|
--x-color-text-option-list-button-bottom-hover: var(--x-color-base-neutral-10);
|
|
@@ -5512,49 +5557,8 @@
|
|
|
5512
5557
|
--x-size-border-width-left-option-list-item-default: inherit;
|
|
5513
5558
|
}
|
|
5514
5559
|
:root {
|
|
5515
|
-
--x-
|
|
5516
|
-
--x-
|
|
5517
|
-
--x-color-text-option-list-button-bottom-selected
|
|
5518
|
-
);
|
|
5519
|
-
--x-color-text-option-list-button-bottom: var(--x-color-base-neutral-35);
|
|
5520
|
-
--x-color-text-option-list-button-bottom-selected: var(--x-color-text-default);
|
|
5521
|
-
--x-color-border-option-list-item-bottom: transparent;
|
|
5522
|
-
--x-color-border-top-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5523
|
-
--x-color-border-right-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5524
|
-
--x-color-border-bottom-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5525
|
-
--x-color-border-left-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5526
|
-
--x-color-border-option-list-item-bottom-selected: var(--x-color-base-neutral-10);
|
|
5527
|
-
--x-color-border-top-option-list-item-bottom-selected: var(
|
|
5528
|
-
--x-color-border-option-list-item-bottom
|
|
5529
|
-
);
|
|
5530
|
-
--x-color-border-right-option-list-item-bottom-selected: var(
|
|
5531
|
-
--x-color-border-option-list-item-bottom
|
|
5532
|
-
);
|
|
5533
|
-
--x-color-border-bottom-option-list-item-bottom-selected: var(
|
|
5534
|
-
--x-color-border-option-list-item-bottom-selected
|
|
5535
|
-
);
|
|
5536
|
-
--x-color-border-left-option-list-item-bottom-selected: var(
|
|
5537
|
-
--x-color-border-option-list-item-bottom
|
|
5538
|
-
);
|
|
5539
|
-
--x-size-border-width-option-list-item-bottom: var(--x-size-border-width-base);
|
|
5540
|
-
--x-size-border-width-top-option-list-item-bottom: 0;
|
|
5541
|
-
--x-size-border-width-right-option-list-item-bottom: 0;
|
|
5542
|
-
--x-size-border-width-bottom-option-list-item-bottom: var(
|
|
5543
|
-
--x-size-border-width-option-list-item-bottom
|
|
5544
|
-
);
|
|
5545
|
-
--x-size-border-width-left-option-list-item-bottom: 0;
|
|
5546
|
-
--x-size-border-width-top-option-list-item-bottom-selected: 0;
|
|
5547
|
-
--x-size-border-width-right-option-list-item-bottom-selected: 0;
|
|
5548
|
-
--x-size-border-width-bottom-option-list-item-bottom-selected: var(
|
|
5549
|
-
--x-size-border-width-option-list-item-bottom
|
|
5550
|
-
);
|
|
5551
|
-
--x-size-border-width-left-option-list-item-bottom-selected: 0;
|
|
5552
|
-
--x-size-font-option-list-button-bottom: var(--x-size-font-text);
|
|
5553
|
-
--x-font-decoration-option-list-button-bottom-hover: none;
|
|
5554
|
-
--x-number-font-weight-option-list-button-bottom: var(--x-number-font-weight-base-regular);
|
|
5555
|
-
--x-number-font-weight-option-list-button-bottom-selected: var(
|
|
5556
|
-
--x-number-font-weight-base-regular
|
|
5557
|
-
);
|
|
5560
|
+
--x-modal-overlay-color: rgb(0, 0, 0);
|
|
5561
|
+
--x-modal-overlay-opacity: 0.7;
|
|
5558
5562
|
}
|
|
5559
5563
|
:root {
|
|
5560
5564
|
--x-modal-overlay-color: rgb(0, 0, 0);
|
|
@@ -5565,10 +5569,6 @@
|
|
|
5565
5569
|
background-color: var(--x-modal-overlay-color) !important;
|
|
5566
5570
|
opacity: var(--x-modal-overlay-opacity) !important;
|
|
5567
5571
|
}
|
|
5568
|
-
:root {
|
|
5569
|
-
--x-modal-overlay-color: rgb(0, 0, 0);
|
|
5570
|
-
--x-modal-overlay-opacity: 0.7;
|
|
5571
|
-
}
|
|
5572
5572
|
:root {
|
|
5573
5573
|
--x-string-justify-message-default: center;
|
|
5574
5574
|
--x-size-gap-message-default: var(--x-size-base-03);
|
|
@@ -6569,6 +6569,14 @@
|
|
|
6569
6569
|
--x-size-align-list: stretch;
|
|
6570
6570
|
--x-size-align-list-stretch: stretch;
|
|
6571
6571
|
}
|
|
6572
|
+
:root {
|
|
6573
|
+
--x-string-flow-list: column nowrap;
|
|
6574
|
+
--x-size-padding-list: 0;
|
|
6575
|
+
--x-size-gap-list: 0;
|
|
6576
|
+
--x-size-justify-list: stretch;
|
|
6577
|
+
--x-size-align-list: stretch;
|
|
6578
|
+
--x-size-align-list-stretch: stretch;
|
|
6579
|
+
}
|
|
6572
6580
|
|
|
6573
6581
|
.x-list {
|
|
6574
6582
|
display: flex;
|
|
@@ -6710,12 +6718,13 @@
|
|
|
6710
6718
|
flex: 12 1 auto;
|
|
6711
6719
|
}
|
|
6712
6720
|
:root {
|
|
6713
|
-
--x-
|
|
6714
|
-
--x-size-
|
|
6715
|
-
--x-size-
|
|
6716
|
-
--x-size-
|
|
6717
|
-
|
|
6718
|
-
|
|
6721
|
+
--x-size-border-radius-input-group-pill: var(--x-size-border-radius-base-pill);
|
|
6722
|
+
--x-size-border-radius-top-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6723
|
+
--x-size-border-radius-top-right-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6724
|
+
--x-size-border-radius-bottom-right-input-group-pill: var(
|
|
6725
|
+
--x-size-border-radius-input-group-pill
|
|
6726
|
+
);
|
|
6727
|
+
--x-size-border-radius-bottom-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6719
6728
|
}
|
|
6720
6729
|
:root {
|
|
6721
6730
|
--x-size-border-radius-input-group-pill: var(--x-size-border-radius-base-pill);
|
|
@@ -6743,24 +6752,6 @@
|
|
|
6743
6752
|
--x-size-border-radius-bottom-left-input-group-pill
|
|
6744
6753
|
);
|
|
6745
6754
|
}
|
|
6746
|
-
:root {
|
|
6747
|
-
--x-size-border-radius-input-group-pill: var(--x-size-border-radius-base-pill);
|
|
6748
|
-
--x-size-border-radius-top-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6749
|
-
--x-size-border-radius-top-right-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6750
|
-
--x-size-border-radius-bottom-right-input-group-pill: var(
|
|
6751
|
-
--x-size-border-radius-input-group-pill
|
|
6752
|
-
);
|
|
6753
|
-
--x-size-border-radius-bottom-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6754
|
-
}
|
|
6755
|
-
:root {
|
|
6756
|
-
--x-size-padding-left-input-group-line: 0;
|
|
6757
|
-
--x-size-padding-right-input-group-line: 0;
|
|
6758
|
-
--x-size-border-width-input-group-line: var(--x-size-border-width-input-group-default);
|
|
6759
|
-
--x-size-border-width-top-input-group-line: 0;
|
|
6760
|
-
--x-size-border-width-right-input-group-line: 0;
|
|
6761
|
-
--x-size-border-width-bottom-input-group-line: var(--x-size-border-width-input-group-line);
|
|
6762
|
-
--x-size-border-width-left-input-group-line: 0;
|
|
6763
|
-
}
|
|
6764
6755
|
:root {
|
|
6765
6756
|
--x-size-padding-left-input-group-line: 0;
|
|
6766
6757
|
--x-size-padding-right-input-group-line: 0;
|
|
@@ -6808,6 +6799,15 @@
|
|
|
6808
6799
|
margin-top: calc(var(--x-size-border-width-top-input-group-line) * -1) !important;
|
|
6809
6800
|
margin-bottom: calc(var(--x-size-border-width-bottom-input-group-line) * -1) !important;
|
|
6810
6801
|
}
|
|
6802
|
+
:root {
|
|
6803
|
+
--x-size-padding-left-input-group-line: 0;
|
|
6804
|
+
--x-size-padding-right-input-group-line: 0;
|
|
6805
|
+
--x-size-border-width-input-group-line: var(--x-size-border-width-input-group-default);
|
|
6806
|
+
--x-size-border-width-top-input-group-line: 0;
|
|
6807
|
+
--x-size-border-width-right-input-group-line: 0;
|
|
6808
|
+
--x-size-border-width-bottom-input-group-line: var(--x-size-border-width-input-group-line);
|
|
6809
|
+
--x-size-border-width-left-input-group-line: 0;
|
|
6810
|
+
}
|
|
6811
6811
|
:root {
|
|
6812
6812
|
--x-color-background-input-group-default: var(--x-color-background-input-default);
|
|
6813
6813
|
--x-color-border-input-group-default: var(--x-color-border-input-default);
|
|
@@ -7295,15 +7295,15 @@
|
|
|
7295
7295
|
--x-size-width-icon-xl: var(--x-size-base-07);
|
|
7296
7296
|
--x-size-height-icon-xl: var(--x-size-base-07);
|
|
7297
7297
|
}
|
|
7298
|
+
:root {
|
|
7299
|
+
--x-size-width-icon-xl: var(--x-size-base-07);
|
|
7300
|
+
--x-size-height-icon-xl: var(--x-size-base-07);
|
|
7301
|
+
}
|
|
7298
7302
|
|
|
7299
7303
|
.x-icon--xl {
|
|
7300
7304
|
--x-size-width-icon-default: var(--x-size-width-icon-xl);
|
|
7301
7305
|
--x-size-height-icon-default: var(--x-size-height-icon-xl);
|
|
7302
7306
|
}
|
|
7303
|
-
:root {
|
|
7304
|
-
--x-size-width-icon-xl: var(--x-size-base-07);
|
|
7305
|
-
--x-size-height-icon-xl: var(--x-size-base-07);
|
|
7306
|
-
}
|
|
7307
7307
|
:root {
|
|
7308
7308
|
--x-size-width-icon-s: var(--x-size-base-03);
|
|
7309
7309
|
--x-size-height-icon-s: var(--x-size-base-03);
|
|
@@ -7352,6 +7352,15 @@
|
|
|
7352
7352
|
--x-string-stroke-linejoin-icon-default: mitter;
|
|
7353
7353
|
--x-size-stroke-width-icon-default: 1px;
|
|
7354
7354
|
}
|
|
7355
|
+
:root {
|
|
7356
|
+
--x-color-stroke-icon-default: currentColor;
|
|
7357
|
+
--x-color-fill-icon-default: none;
|
|
7358
|
+
--x-size-width-icon-default: var(--x-size-width-icon-m);
|
|
7359
|
+
--x-size-height-icon-default: var(--x-size-height-icon-m);
|
|
7360
|
+
--x-string-stroke-linecap-icon-default: butt;
|
|
7361
|
+
--x-string-stroke-linejoin-icon-default: mitter;
|
|
7362
|
+
--x-size-stroke-width-icon-default: 1px;
|
|
7363
|
+
}
|
|
7355
7364
|
|
|
7356
7365
|
.x-icon {
|
|
7357
7366
|
stroke: var(--x-color-stroke-icon-default);
|
|
@@ -7373,20 +7382,6 @@
|
|
|
7373
7382
|
stroke: none;
|
|
7374
7383
|
fill: var(--x-color-stroke-icon-default);
|
|
7375
7384
|
}
|
|
7376
|
-
:root {
|
|
7377
|
-
--x-color-stroke-icon-default: currentColor;
|
|
7378
|
-
--x-color-fill-icon-default: none;
|
|
7379
|
-
--x-size-width-icon-default: var(--x-size-width-icon-m);
|
|
7380
|
-
--x-size-height-icon-default: var(--x-size-height-icon-m);
|
|
7381
|
-
--x-string-stroke-linecap-icon-default: butt;
|
|
7382
|
-
--x-string-stroke-linejoin-icon-default: mitter;
|
|
7383
|
-
--x-size-stroke-width-icon-default: 1px;
|
|
7384
|
-
}
|
|
7385
|
-
:root {
|
|
7386
|
-
--x-size-padding-grid: 0;
|
|
7387
|
-
--x-size-gap-grid: var(--x-size-base-03);
|
|
7388
|
-
--x-size-min-width-grid-item: 150px;
|
|
7389
|
-
}
|
|
7390
7385
|
:root {
|
|
7391
7386
|
--x-size-padding-grid: 0;
|
|
7392
7387
|
--x-size-gap-grid: var(--x-size-base-03);
|
|
@@ -8433,6 +8428,16 @@
|
|
|
8433
8428
|
--x-size-border-width-bottom-button-tertiary: var(--x-size-border-width-button-tertiary);
|
|
8434
8429
|
--x-size-border-width-left-button-tertiary: var(--x-size-border-width-button-tertiary);
|
|
8435
8430
|
}
|
|
8431
|
+
:root {
|
|
8432
|
+
--x-color-background-button-secondary: transparent;
|
|
8433
|
+
--x-color-border-button-secondary: var(--x-color-border-button-default);
|
|
8434
|
+
--x-color-text-button-secondary: var(--x-color-border-button-default);
|
|
8435
|
+
--x-size-border-width-button-secondary: var(--x-size-border-width-base);
|
|
8436
|
+
--x-size-border-width-top-button-secondary: var(--x-size-border-width-button-secondary);
|
|
8437
|
+
--x-size-border-width-right-button-secondary: var(--x-size-border-width-button-secondary);
|
|
8438
|
+
--x-size-border-width-bottom-button-secondary: var(--x-size-border-width-button-secondary);
|
|
8439
|
+
--x-size-border-width-left-button-secondary: var(--x-size-border-width-button-secondary);
|
|
8440
|
+
}
|
|
8436
8441
|
:root {
|
|
8437
8442
|
--x-color-background-button-tertiary: var(--x-color-base-neutral-95);
|
|
8438
8443
|
--x-color-border-button-tertiary: var(--x-color-base-neutral-70);
|
|
@@ -8464,16 +8469,6 @@
|
|
|
8464
8469
|
--x-size-border-width-bottom-button-secondary: var(--x-size-border-width-button-secondary);
|
|
8465
8470
|
--x-size-border-width-left-button-secondary: var(--x-size-border-width-button-secondary);
|
|
8466
8471
|
}
|
|
8467
|
-
:root {
|
|
8468
|
-
--x-color-background-button-secondary: transparent;
|
|
8469
|
-
--x-color-border-button-secondary: var(--x-color-border-button-default);
|
|
8470
|
-
--x-color-text-button-secondary: var(--x-color-border-button-default);
|
|
8471
|
-
--x-size-border-width-button-secondary: var(--x-size-border-width-base);
|
|
8472
|
-
--x-size-border-width-top-button-secondary: var(--x-size-border-width-button-secondary);
|
|
8473
|
-
--x-size-border-width-right-button-secondary: var(--x-size-border-width-button-secondary);
|
|
8474
|
-
--x-size-border-width-bottom-button-secondary: var(--x-size-border-width-button-secondary);
|
|
8475
|
-
--x-size-border-width-left-button-secondary: var(--x-size-border-width-button-secondary);
|
|
8476
|
-
}
|
|
8477
8472
|
|
|
8478
8473
|
.x-button--secondary.x-button,
|
|
8479
8474
|
.x-button--secondary .x-button {
|
|
@@ -8582,6 +8577,11 @@
|
|
|
8582
8577
|
--x-color-border-button-ghost: transparent;
|
|
8583
8578
|
--x-color-text-button-ghost: var(--x-color-base-lead);
|
|
8584
8579
|
}
|
|
8580
|
+
:root {
|
|
8581
|
+
--x-color-background-button-ghost: transparent;
|
|
8582
|
+
--x-color-border-button-ghost: transparent;
|
|
8583
|
+
--x-color-text-button-ghost: var(--x-color-base-lead);
|
|
8584
|
+
}
|
|
8585
8585
|
|
|
8586
8586
|
.x-button--ghost.x-button,
|
|
8587
8587
|
.x-button--ghost .x-button {
|
|
@@ -8599,11 +8599,6 @@
|
|
|
8599
8599
|
.x-button--ghost.x-button--ghost-end .x-button {
|
|
8600
8600
|
--x-size-padding-right-button-default: 0;
|
|
8601
8601
|
}
|
|
8602
|
-
:root {
|
|
8603
|
-
--x-color-background-button-ghost: transparent;
|
|
8604
|
-
--x-color-border-button-ghost: transparent;
|
|
8605
|
-
--x-color-text-button-ghost: var(--x-color-base-lead);
|
|
8606
|
-
}
|
|
8607
8602
|
:root {
|
|
8608
8603
|
--x-color-background-button-default: var(--x-color-base-lead);
|
|
8609
8604
|
--x-color-border-button-default: var(--x-color-background-button-default);
|
|
@@ -8719,13 +8714,6 @@
|
|
|
8719
8714
|
--x-size-border-radius-bottom-right-button-card: var(--x-size-border-radius-button-card);
|
|
8720
8715
|
--x-size-border-radius-bottom-left-button-card: var(--x-size-border-radius-button-card);
|
|
8721
8716
|
}
|
|
8722
|
-
:root {
|
|
8723
|
-
--x-size-border-radius-button-card: var(--x-size-border-radius-base-s);
|
|
8724
|
-
--x-size-border-radius-top-left-button-card: var(--x-size-border-radius-button-card);
|
|
8725
|
-
--x-size-border-radius-top-right-button-card: var(--x-size-border-radius-button-card);
|
|
8726
|
-
--x-size-border-radius-bottom-right-button-card: var(--x-size-border-radius-button-card);
|
|
8727
|
-
--x-size-border-radius-bottom-left-button-card: var(--x-size-border-radius-button-card);
|
|
8728
|
-
}
|
|
8729
8717
|
|
|
8730
8718
|
.x-button--card.x-button,
|
|
8731
8719
|
.x-button--card .x-button {
|
|
@@ -8741,6 +8729,23 @@
|
|
|
8741
8729
|
--x-size-border-radius-bottom-left-button-card
|
|
8742
8730
|
);
|
|
8743
8731
|
}
|
|
8732
|
+
:root {
|
|
8733
|
+
--x-size-border-radius-button-card: var(--x-size-border-radius-base-s);
|
|
8734
|
+
--x-size-border-radius-top-left-button-card: var(--x-size-border-radius-button-card);
|
|
8735
|
+
--x-size-border-radius-top-right-button-card: var(--x-size-border-radius-button-card);
|
|
8736
|
+
--x-size-border-radius-bottom-right-button-card: var(--x-size-border-radius-button-card);
|
|
8737
|
+
--x-size-border-radius-bottom-left-button-card: var(--x-size-border-radius-button-card);
|
|
8738
|
+
}
|
|
8739
|
+
:root {
|
|
8740
|
+
--x-color-background-badge-default: var(--x-color-base-neutral-10);
|
|
8741
|
+
--x-color-text-badge-default: var(--x-color-base-neutral-100);
|
|
8742
|
+
--x-color-border-badge-default: var(--x-color-base-neutral-10);
|
|
8743
|
+
--x-size-border-radius-badge-default: var(--x-size-border-radius-base-pill);
|
|
8744
|
+
--x-size-border-width-badge-default: 0;
|
|
8745
|
+
--x-size-width-badge-default: 1.5em;
|
|
8746
|
+
--x-number-font-weight-badge-default: var(--x-number-font-weight-base-regular);
|
|
8747
|
+
--x-size-font-badge-default: var(--x-size-font-base-xs);
|
|
8748
|
+
}
|
|
8744
8749
|
:root {
|
|
8745
8750
|
--x-color-background-badge-default: var(--x-color-base-neutral-10);
|
|
8746
8751
|
--x-color-text-badge-default: var(--x-color-base-neutral-100);
|
|
@@ -8790,29 +8795,6 @@
|
|
|
8790
8795
|
.x-badge-container {
|
|
8791
8796
|
position: relative;
|
|
8792
8797
|
}
|
|
8793
|
-
:root {
|
|
8794
|
-
--x-color-background-badge-default: var(--x-color-base-neutral-10);
|
|
8795
|
-
--x-color-text-badge-default: var(--x-color-base-neutral-100);
|
|
8796
|
-
--x-color-border-badge-default: var(--x-color-base-neutral-10);
|
|
8797
|
-
--x-size-border-radius-badge-default: var(--x-size-border-radius-base-pill);
|
|
8798
|
-
--x-size-border-width-badge-default: 0;
|
|
8799
|
-
--x-size-width-badge-default: 1.5em;
|
|
8800
|
-
--x-number-font-weight-badge-default: var(--x-number-font-weight-base-regular);
|
|
8801
|
-
--x-size-font-badge-default: var(--x-size-font-base-xs);
|
|
8802
|
-
}
|
|
8803
|
-
:root {
|
|
8804
|
-
--x-color-base-lead: #243d48;
|
|
8805
|
-
--x-color-base-auxiliary: #bfe1ec;
|
|
8806
|
-
--x-color-base-neutral-10: #1a1a1a;
|
|
8807
|
-
--x-color-base-neutral-35: #595959;
|
|
8808
|
-
--x-color-base-neutral-70: #b3b3b3;
|
|
8809
|
-
--x-color-base-neutral-95: #f2f2f2;
|
|
8810
|
-
--x-color-base-neutral-100: #ffffff;
|
|
8811
|
-
--x-color-base-accent: #0086b2;
|
|
8812
|
-
--x-color-base-enable: #00705c;
|
|
8813
|
-
--x-color-base-disable: #e11f26;
|
|
8814
|
-
--x-color-base-transparent: transparent;
|
|
8815
|
-
}
|
|
8816
8798
|
:root {
|
|
8817
8799
|
--x-size-base-01: 2px;
|
|
8818
8800
|
--x-size-base-02: 4px;
|
|
@@ -8835,10 +8817,28 @@
|
|
|
8835
8817
|
--x-size-base-19: 280px;
|
|
8836
8818
|
--x-size-base-20: 344px;
|
|
8837
8819
|
}
|
|
8820
|
+
:root {
|
|
8821
|
+
--x-color-base-lead: #243d48;
|
|
8822
|
+
--x-color-base-auxiliary: #bfe1ec;
|
|
8823
|
+
--x-color-base-neutral-10: #1a1a1a;
|
|
8824
|
+
--x-color-base-neutral-35: #595959;
|
|
8825
|
+
--x-color-base-neutral-70: #b3b3b3;
|
|
8826
|
+
--x-color-base-neutral-95: #f2f2f2;
|
|
8827
|
+
--x-color-base-neutral-100: #ffffff;
|
|
8828
|
+
--x-color-base-accent: #0086b2;
|
|
8829
|
+
--x-color-base-enable: #00705c;
|
|
8830
|
+
--x-color-base-disable: #e11f26;
|
|
8831
|
+
--x-color-base-transparent: transparent;
|
|
8832
|
+
}
|
|
8838
8833
|
:root {
|
|
8839
8834
|
--x-size-border-radius-base-none: 0;
|
|
8840
8835
|
--x-size-border-radius-base-s: var(--x-size-base-02);
|
|
8841
8836
|
--x-size-border-radius-base-m: var(--x-size-base-06);
|
|
8842
8837
|
--x-size-border-radius-base-pill: 99999px;
|
|
8843
8838
|
--x-size-border-width-base: 1px;
|
|
8839
|
+
}
|
|
8840
|
+
:root {
|
|
8841
|
+
--x-size-padding-grid: 0;
|
|
8842
|
+
--x-size-gap-grid: var(--x-size-base-03);
|
|
8843
|
+
--x-size-min-width-grid-item: 150px;
|
|
8844
8844
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empathyco/x-components",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.80",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"@badeball/cypress-cucumber-preprocessor": "~20.0.0",
|
|
96
96
|
"@bahmutov/cypress-esbuild-preprocessor": "~2.2.0",
|
|
97
97
|
"@cypress/vue2": "~2.0.1",
|
|
98
|
-
"@empathyco/x-tailwindcss": "^1.2.0-alpha.
|
|
98
|
+
"@empathyco/x-tailwindcss": "^1.2.0-alpha.5",
|
|
99
99
|
"@microsoft/api-documenter": "~7.23.0",
|
|
100
100
|
"@microsoft/api-extractor": "~7.39.0",
|
|
101
101
|
"@rollup/plugin-commonjs": "~25.0.7",
|
|
@@ -143,5 +143,5 @@
|
|
|
143
143
|
"access": "public",
|
|
144
144
|
"directory": "dist"
|
|
145
145
|
},
|
|
146
|
-
"gitHead": "
|
|
146
|
+
"gitHead": "2047ba23bd0da9ba7ae493e1612e2cb293c6f80d"
|
|
147
147
|
}
|