@byline/ui 1.7.5 → 1.7.6
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/components/accordion/accordion_module.css +2 -2
- package/dist/components/avatar/avatar_module.css +2 -2
- package/dist/components/badge/badge_module.css +2 -2
- package/dist/components/button/button-group_module.css +2 -2
- package/dist/components/button/button_module.css +2 -2
- package/dist/components/button/combo-button_module.css +2 -2
- package/dist/components/button/control-buttons_module.css +2 -2
- package/dist/components/button/copy-button_module.css +2 -2
- package/dist/components/card/card_module.css +2 -2
- package/dist/components/chips/chip_module.css +2 -2
- package/dist/components/container/container_module.css +2 -2
- package/dist/components/dropdown/dropdown_module.css +2 -2
- package/dist/components/hamburger/hamburger_module.css +2 -2
- package/dist/components/inputs/autocomplete_module.css +2 -2
- package/dist/components/inputs/calendar_module.css +2 -2
- package/dist/components/inputs/checkbox-group_module.css +2 -2
- package/dist/components/inputs/checkbox_module.css +2 -2
- package/dist/components/inputs/error-text_module.css +2 -2
- package/dist/components/inputs/help-text_module.css +2 -2
- package/dist/components/inputs/input-adornment_module.css +2 -2
- package/dist/components/inputs/input_module.css +2 -2
- package/dist/components/inputs/label_module.css +2 -2
- package/dist/components/inputs/radio-group_module.css +2 -2
- package/dist/components/inputs/select_module.css +2 -2
- package/dist/components/inputs/text-area_module.css +2 -2
- package/dist/components/notifications/alert_module.css +2 -2
- package/dist/components/notifications/toast_module.css +2 -2
- package/dist/components/pager/pagination_module.css +2 -2
- package/dist/components/scroll-area/scroll-area_module.css +2 -2
- package/dist/components/scroll-to-top/scroll-to-top_module.css +2 -2
- package/dist/components/section/section_module.css +2 -2
- package/dist/components/shimmer/shimmer_module.css +2 -2
- package/dist/components/table/table_module.css +2 -2
- package/dist/components/tabs/tabs_module.css +2 -2
- package/dist/components/tooltip/tooltip_module.css +2 -2
- package/dist/icons/icons_module.css +2 -2
- package/dist/loaders/ellipses_module.css +2 -2
- package/dist/loaders/ring_module.css +2 -2
- package/dist/loaders/spinner_module.css +2 -2
- package/dist/styles/reset.css +1 -1
- package/dist/styles/styles.css +187 -187
- package/dist/styles/typography.css +1 -1
- package/dist/widgets/datepicker/datepicker_module.css +2 -2
- package/dist/widgets/drawer/drawer_module.css +2 -2
- package/dist/widgets/image-lightbox/image-lightbox_module.css +2 -2
- package/dist/widgets/modal/modal_module.css +2 -2
- package/dist/widgets/timeline/timeline_module.css +2 -2
- package/package.json +4 -4
- package/src/components/accordion/accordion.module.css +3 -3
- package/src/components/avatar/avatar.module.css +3 -3
- package/src/components/badge/badge.module.css +3 -3
- package/src/components/button/button-group.module.css +3 -3
- package/src/components/button/button.module.css +3 -3
- package/src/components/button/combo-button.module.css +3 -3
- package/src/components/button/control-buttons.module.css +3 -3
- package/src/components/button/copy-button.module.css +3 -3
- package/src/components/card/card.module.css +3 -3
- package/src/components/chips/chip.module.css +3 -3
- package/src/components/container/container.module.css +3 -3
- package/src/components/dropdown/dropdown.module.css +3 -3
- package/src/components/hamburger/hamburger.module.css +3 -3
- package/src/components/inputs/autocomplete.module.css +3 -3
- package/src/components/inputs/calendar.module.css +3 -3
- package/src/components/inputs/checkbox-group.module.css +3 -3
- package/src/components/inputs/checkbox.module.css +3 -3
- package/src/components/inputs/error-text.module.css +3 -3
- package/src/components/inputs/help-text.module.css +3 -3
- package/src/components/inputs/input-adornment.module.css +3 -3
- package/src/components/inputs/input.module.css +3 -3
- package/src/components/inputs/label.module.css +3 -3
- package/src/components/inputs/radio-group.module.css +3 -3
- package/src/components/inputs/select.module.css +3 -3
- package/src/components/inputs/text-area.module.css +3 -3
- package/src/components/notifications/alert.module.css +3 -3
- package/src/components/notifications/toast.module.css +3 -3
- package/src/components/pager/pagination.module.css +3 -3
- package/src/components/scroll-area/scroll-area.module.css +3 -3
- package/src/components/scroll-to-top/scroll-to-top.module.css +3 -3
- package/src/components/section/section.module.css +3 -3
- package/src/components/shimmer/shimmer.module.css +3 -3
- package/src/components/table/table.module.css +3 -3
- package/src/components/tabs/tabs.module.css +3 -3
- package/src/components/tooltip/tooltip.module.css +3 -3
- package/src/icons/icons.module.css +3 -3
- package/src/loaders/ellipses.module.css +3 -3
- package/src/loaders/ring.module.css +3 -3
- package/src/loaders/spinner.module.css +3 -3
- package/src/styles/components/hamburger.css +3 -3
- package/src/styles/reset.css +10 -8
- package/src/styles/styles.css +3 -3
- package/src/styles/typography.css +3 -3
- package/src/widgets/datepicker/datepicker.module.css +3 -3
- package/src/widgets/drawer/drawer.module.css +3 -3
- package/src/widgets/image-lightbox/image-lightbox.module.css +3 -3
- package/src/widgets/modal/modal.module.css +3 -3
- package/src/widgets/timeline/timeline.module.css +3 -3
package/dist/styles/styles.css
CHANGED
|
@@ -383,93 +383,135 @@
|
|
|
383
383
|
}
|
|
384
384
|
}
|
|
385
385
|
|
|
386
|
-
@layer
|
|
386
|
+
@layer theme;
|
|
387
387
|
|
|
388
|
-
@layer byline-
|
|
389
|
-
.
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
border-radius: 4px;
|
|
400
|
-
justify-content: center;
|
|
401
|
-
align-items: center;
|
|
402
|
-
margin: 0;
|
|
403
|
-
transition-property: opacity, filter;
|
|
404
|
-
transition-duration: .15s;
|
|
405
|
-
transition-timing-function: ease;
|
|
406
|
-
display: flex;
|
|
407
|
-
position: relative;
|
|
408
|
-
overflow: hidden;
|
|
409
|
-
}
|
|
388
|
+
@layer byline-theme {
|
|
389
|
+
@scope (.byline-ui) {
|
|
390
|
+
input:autofill, input:autofill:hover, input:autofill:focus, textarea:autofill, textarea:autofill:hover, textarea:autofill:focus, select:autofill, select:autofill:hover, select:autofill:focus {
|
|
391
|
+
-webkit-text-fill-color: black;
|
|
392
|
+
color: #000;
|
|
393
|
+
background-color: #fad9a7;
|
|
394
|
+
border: 1px solid #d89d3d;
|
|
395
|
+
transition: background-color 5000s ease-in-out;
|
|
396
|
+
-webkit-box-shadow: inset 0 0 0 1000px #fff2dc;
|
|
397
|
+
box-shadow: inset 0 0 0 1000px #fff2dc;
|
|
398
|
+
}
|
|
410
399
|
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
400
|
+
.dark input:autofill, .dark input:autofill:hover, .dark input:autofill:focus, .dark textarea:autofill, .dark textarea:autofill:hover, .dark textarea:autofill:focus, .dark select:autofill, .dark select:autofill:hover, .dark select:autofill:focus, [data-theme="dark"] input:autofill, [data-theme="dark"] input:autofill:hover, [data-theme="dark"] input:autofill:focus, [data-theme="dark"] textarea:autofill, [data-theme="dark"] textarea:autofill:hover, [data-theme="dark"] textarea:autofill:focus, [data-theme="dark"] select:autofill, [data-theme="dark"] select:autofill:hover, [data-theme="dark"] select:autofill:focus {
|
|
401
|
+
border: 1px solid var(--theme-600);
|
|
402
|
+
-webkit-text-fill-color: white;
|
|
403
|
+
-webkit-box-shadow: 0 0 0px 1000px var(--theme-600) inset;
|
|
404
|
+
box-shadow: 0 0 0px 1000px var(--theme-600) inset;
|
|
405
|
+
color: #fff;
|
|
406
|
+
background-color: #64646480;
|
|
407
|
+
transition: background-color 5000s ease-in-out;
|
|
408
|
+
}
|
|
415
409
|
}
|
|
416
410
|
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
display: block;
|
|
421
|
-
position: relative;
|
|
411
|
+
:root {
|
|
412
|
+
--scroll-bar-thumb: var(--theme-400);
|
|
413
|
+
--scroll-bar-track: var(--theme-600);
|
|
422
414
|
}
|
|
423
415
|
|
|
424
|
-
.
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
transition-timing-function: cubic-bezier(.55, .055, .675, .19);
|
|
428
|
-
display: block;
|
|
429
|
-
top: 50%;
|
|
416
|
+
:root.dark, :root[data-theme="dark"] {
|
|
417
|
+
--scroll-bar-thumb: var(--canvas-700);
|
|
418
|
+
--scroll-bar-track: var(--canvas-900);
|
|
430
419
|
}
|
|
431
420
|
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
transition-duration: .15s;
|
|
438
|
-
transition-timing-function: ease;
|
|
439
|
-
position: absolute;
|
|
440
|
-
}
|
|
421
|
+
@scope (.byline-ui) {
|
|
422
|
+
::-webkit-scrollbar {
|
|
423
|
+
width: .6em;
|
|
424
|
+
height: .6em;
|
|
425
|
+
}
|
|
441
426
|
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
}
|
|
427
|
+
::-webkit-scrollbar-thumb {
|
|
428
|
+
background: var(--scroll-bar-thumb);
|
|
429
|
+
}
|
|
446
430
|
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
}
|
|
431
|
+
::-webkit-scrollbar-track {
|
|
432
|
+
background: var(--scroll-bar-track);
|
|
433
|
+
}
|
|
451
434
|
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
}
|
|
435
|
+
::-webkit-scrollbar-corner {
|
|
436
|
+
background: var(--scroll-bar-track);
|
|
437
|
+
}
|
|
456
438
|
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
}
|
|
439
|
+
:scope {
|
|
440
|
+
scrollbar-width: thin;
|
|
441
|
+
scrollbar-color: var(--scroll-bar-thumb) var(--scroll-bar-track);
|
|
442
|
+
}
|
|
462
443
|
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
444
|
+
.component--scroller, .dark .component--scroller, [data-theme="dark"] .component--scroller {
|
|
445
|
+
--scroll-bar-thumb: var(--scroll-bar-thumb);
|
|
446
|
+
--scroll-bar-track: var(--scroll-bar-track);
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.component--scroller {
|
|
450
|
+
scrollbar-width: thin;
|
|
451
|
+
scrollbar-color: var(--scroll-bar-thumb) var(--scroll-bar-track);
|
|
452
|
+
overflow-y: auto;
|
|
453
|
+
}
|
|
467
454
|
}
|
|
468
455
|
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
456
|
+
@scope (.byline-ui) {
|
|
457
|
+
:scope {
|
|
458
|
+
color: var(--text);
|
|
459
|
+
font-size: 1rem;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
.not-dark {
|
|
463
|
+
color: var(--text);
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
::selection {
|
|
467
|
+
background-color: var(--theme-600);
|
|
468
|
+
color: #fff;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
.dark ::selection, [data-theme="dark"] ::selection {
|
|
472
|
+
background-color: var(--theme-200);
|
|
473
|
+
color: var(--gray-900);
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
h1 {
|
|
477
|
+
font-size: 1.75rem;
|
|
478
|
+
font-weight: 600;
|
|
479
|
+
line-height: 1.125;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
h2 {
|
|
483
|
+
font-size: 1.5rem;
|
|
484
|
+
font-weight: 600;
|
|
485
|
+
line-height: 1.125;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
h3 {
|
|
489
|
+
font-size: 1.25rem;
|
|
490
|
+
font-weight: 600;
|
|
491
|
+
line-height: 1.1;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
h4 {
|
|
495
|
+
font-size: 1rem;
|
|
496
|
+
font-weight: 600;
|
|
497
|
+
line-height: 1.1;
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
.external-link:after {
|
|
501
|
+
content: "";
|
|
502
|
+
background-image: url("/external-link-light.svg");
|
|
503
|
+
background-position: 20%;
|
|
504
|
+
background-repeat: no-repeat;
|
|
505
|
+
background-size: 65%;
|
|
506
|
+
width: 1.1rem;
|
|
507
|
+
height: 1.1rem;
|
|
508
|
+
margin-right: -5px;
|
|
509
|
+
display: inline-block;
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
.dark .external-link:after, [data-theme="dark"] .external-link:after {
|
|
513
|
+
background-image: url("/external-link-dark.svg");
|
|
514
|
+
}
|
|
473
515
|
}
|
|
474
516
|
}
|
|
475
517
|
|
|
@@ -1448,139 +1490,97 @@
|
|
|
1448
1490
|
}
|
|
1449
1491
|
}
|
|
1450
1492
|
|
|
1451
|
-
@layer
|
|
1452
|
-
|
|
1453
|
-
@layer byline-theme {
|
|
1454
|
-
@scope (.byline-ui) {
|
|
1455
|
-
input:autofill, input:autofill:hover, input:autofill:focus, textarea:autofill, textarea:autofill:hover, textarea:autofill:focus, select:autofill, select:autofill:hover, select:autofill:focus {
|
|
1456
|
-
-webkit-text-fill-color: black;
|
|
1457
|
-
color: #000;
|
|
1458
|
-
background-color: #fad9a7;
|
|
1459
|
-
border: 1px solid #d89d3d;
|
|
1460
|
-
transition: background-color 5000s ease-in-out;
|
|
1461
|
-
-webkit-box-shadow: inset 0 0 0 1000px #fff2dc;
|
|
1462
|
-
box-shadow: inset 0 0 0 1000px #fff2dc;
|
|
1463
|
-
}
|
|
1493
|
+
@layer components;
|
|
1464
1494
|
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1495
|
+
@layer byline-components {
|
|
1496
|
+
.component--hamburger {
|
|
1497
|
+
z-index: 200;
|
|
1498
|
+
cursor: pointer;
|
|
1499
|
+
width: 42px;
|
|
1500
|
+
height: 34px;
|
|
1501
|
+
font: inherit;
|
|
1502
|
+
color: inherit;
|
|
1503
|
+
text-transform: none;
|
|
1504
|
+
background-color: #0000;
|
|
1505
|
+
border: 0;
|
|
1506
|
+
border-radius: 4px;
|
|
1507
|
+
justify-content: center;
|
|
1508
|
+
align-items: center;
|
|
1509
|
+
margin: 0;
|
|
1510
|
+
transition-property: opacity, filter;
|
|
1511
|
+
transition-duration: .15s;
|
|
1512
|
+
transition-timing-function: ease;
|
|
1513
|
+
display: flex;
|
|
1514
|
+
position: relative;
|
|
1515
|
+
overflow: hidden;
|
|
1474
1516
|
}
|
|
1475
1517
|
|
|
1476
|
-
:
|
|
1477
|
-
|
|
1478
|
-
|
|
1518
|
+
.component--hamburger:active, .component--hamburger:focus {
|
|
1519
|
+
border: .5px dashed #fff;
|
|
1520
|
+
border-radius: 4px;
|
|
1521
|
+
outline: none;
|
|
1479
1522
|
}
|
|
1480
1523
|
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1524
|
+
.component--hamburger .box {
|
|
1525
|
+
width: 24px;
|
|
1526
|
+
height: 24px;
|
|
1527
|
+
display: block;
|
|
1528
|
+
position: relative;
|
|
1484
1529
|
}
|
|
1485
1530
|
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
::-webkit-scrollbar-thumb {
|
|
1493
|
-
background: var(--scroll-bar-thumb);
|
|
1494
|
-
}
|
|
1495
|
-
|
|
1496
|
-
::-webkit-scrollbar-track {
|
|
1497
|
-
background: var(--scroll-bar-track);
|
|
1498
|
-
}
|
|
1499
|
-
|
|
1500
|
-
::-webkit-scrollbar-corner {
|
|
1501
|
-
background: var(--scroll-bar-track);
|
|
1502
|
-
}
|
|
1503
|
-
|
|
1504
|
-
:scope {
|
|
1505
|
-
scrollbar-width: thin;
|
|
1506
|
-
scrollbar-color: var(--scroll-bar-thumb) var(--scroll-bar-track);
|
|
1507
|
-
}
|
|
1508
|
-
|
|
1509
|
-
.component--scroller, .dark .component--scroller, [data-theme="dark"] .component--scroller {
|
|
1510
|
-
--scroll-bar-thumb: var(--scroll-bar-thumb);
|
|
1511
|
-
--scroll-bar-track: var(--scroll-bar-track);
|
|
1512
|
-
}
|
|
1513
|
-
|
|
1514
|
-
.component--scroller {
|
|
1515
|
-
scrollbar-width: thin;
|
|
1516
|
-
scrollbar-color: var(--scroll-bar-thumb) var(--scroll-bar-track);
|
|
1517
|
-
overflow-y: auto;
|
|
1518
|
-
}
|
|
1531
|
+
.component--hamburger .inner {
|
|
1532
|
+
margin-top: -1px;
|
|
1533
|
+
transition-duration: 75ms;
|
|
1534
|
+
transition-timing-function: cubic-bezier(.55, .055, .675, .19);
|
|
1535
|
+
display: block;
|
|
1536
|
+
top: 50%;
|
|
1519
1537
|
}
|
|
1520
1538
|
|
|
1521
|
-
|
|
1522
|
-
:
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
::selection {
|
|
1532
|
-
background-color: var(--theme-600);
|
|
1533
|
-
color: #fff;
|
|
1534
|
-
}
|
|
1535
|
-
|
|
1536
|
-
.dark ::selection, [data-theme="dark"] ::selection {
|
|
1537
|
-
background-color: var(--theme-200);
|
|
1538
|
-
color: var(--gray-900);
|
|
1539
|
-
}
|
|
1539
|
+
.component--hamburger .inner, .component--hamburger .inner:before, .component--hamburger .inner:after {
|
|
1540
|
+
border-radius: 0;
|
|
1541
|
+
width: 24px;
|
|
1542
|
+
height: 2px;
|
|
1543
|
+
transition-property: transform;
|
|
1544
|
+
transition-duration: .15s;
|
|
1545
|
+
transition-timing-function: ease;
|
|
1546
|
+
position: absolute;
|
|
1547
|
+
}
|
|
1540
1548
|
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
}
|
|
1549
|
+
.component--hamburger .inner:before, .component--hamburger .inner:after {
|
|
1550
|
+
content: "";
|
|
1551
|
+
display: block;
|
|
1552
|
+
}
|
|
1546
1553
|
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
}
|
|
1554
|
+
.component--hamburger .inner:before {
|
|
1555
|
+
transition: top 75ms .12s, opacity 75ms;
|
|
1556
|
+
top: -8px;
|
|
1557
|
+
}
|
|
1552
1558
|
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
}
|
|
1559
|
+
.component--hamburger .inner:after {
|
|
1560
|
+
transition: bottom 75ms .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
|
|
1561
|
+
bottom: -8px;
|
|
1562
|
+
}
|
|
1558
1563
|
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
+
.component--hamburger.is_active .inner {
|
|
1565
|
+
transition-delay: .12s;
|
|
1566
|
+
transition-timing-function: cubic-bezier(.215, .61, .355, 1);
|
|
1567
|
+
transform: rotate(45deg);
|
|
1568
|
+
}
|
|
1564
1569
|
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
background-size: 65%;
|
|
1571
|
-
width: 1.1rem;
|
|
1572
|
-
height: 1.1rem;
|
|
1573
|
-
margin-right: -5px;
|
|
1574
|
-
display: inline-block;
|
|
1575
|
-
}
|
|
1570
|
+
.component--hamburger.is_active .inner:before {
|
|
1571
|
+
opacity: 0;
|
|
1572
|
+
transition: top 75ms, opacity 75ms .12s;
|
|
1573
|
+
top: 0;
|
|
1574
|
+
}
|
|
1576
1575
|
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1576
|
+
.component--hamburger.is_active .inner:after {
|
|
1577
|
+
transition: bottom 75ms, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
|
|
1578
|
+
bottom: 0;
|
|
1579
|
+
transform: rotate(-90deg);
|
|
1580
1580
|
}
|
|
1581
1581
|
}
|
|
1582
1582
|
|
|
1583
|
-
@layer byline-typography;
|
|
1583
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
1584
1584
|
|
|
1585
1585
|
.component--fade-in-lift {
|
|
1586
1586
|
opacity: 0;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
1
|
+
@layer base, byline-base, theme, byline-theme, byline-functional, components, byline-components, utilities, byline-utilities;
|
|
2
2
|
|
|
3
3
|
@layer byline-typography {
|
|
4
4
|
:root {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@layer base, byline-base, components;
|
|
1
|
+
@layer base, byline-base, theme, byline-theme, byline-functional, components;
|
|
2
2
|
|
|
3
3
|
@layer byline-components {
|
|
4
4
|
:is(.container-u5_VUp, .infonomic-datepicker-container) {
|
|
@@ -186,5 +186,5 @@
|
|
|
186
186
|
}
|
|
187
187
|
}
|
|
188
188
|
|
|
189
|
-
@layer
|
|
189
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
190
190
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@layer base, byline-base, components;
|
|
1
|
+
@layer base, byline-base, theme, byline-theme, byline-functional, components;
|
|
2
2
|
|
|
3
3
|
@layer byline-components {
|
|
4
4
|
:is(.backdrop-Ga1s55, .infonomic-drawer-backdrop) {
|
|
@@ -127,5 +127,5 @@
|
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
-
@layer
|
|
130
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
131
131
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@layer base, byline-base, components;
|
|
1
|
+
@layer base, byline-base, theme, byline-theme, byline-functional, components;
|
|
2
2
|
|
|
3
3
|
@layer byline-components {
|
|
4
4
|
.container-E7tMnX {
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
82
|
|
|
83
|
-
@layer
|
|
83
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
84
84
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@layer base, byline-base, components;
|
|
1
|
+
@layer base, byline-base, theme, byline-theme, byline-functional, components;
|
|
2
2
|
|
|
3
3
|
@layer byline-components {
|
|
4
4
|
:is(.backdrop-BgKon2, .infonomic-modal-backdrop) {
|
|
@@ -116,5 +116,5 @@
|
|
|
116
116
|
}
|
|
117
117
|
}
|
|
118
118
|
|
|
119
|
-
@layer
|
|
119
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
120
120
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@layer base, byline-base, components;
|
|
1
|
+
@layer base, byline-base, theme, byline-theme, byline-functional, components;
|
|
2
2
|
|
|
3
3
|
@layer byline-components {
|
|
4
4
|
:is(.timeline-qJOU85, .infonomic-timeline) {
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
-
@layer
|
|
84
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
85
85
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"private": false,
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
|
-
"version": "1.7.
|
|
6
|
+
"version": "1.7.6",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=20.9.0"
|
|
9
9
|
},
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
"react-diff-viewer-continued": "^4.2.2",
|
|
66
66
|
"zod": "^4.4.2",
|
|
67
67
|
"zod-form-data": "^3.0.1",
|
|
68
|
-
"@byline/
|
|
69
|
-
"@byline/
|
|
70
|
-
"@byline/
|
|
68
|
+
"@byline/core": "1.7.6",
|
|
69
|
+
"@byline/admin": "1.7.6",
|
|
70
|
+
"@byline/client": "1.7.6"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
73
|
"react": "^19.0.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
@layer byline-components {
|
|
5
5
|
.item,
|
|
6
6
|
:global(.infonomic-accordion-item) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
/* relative inline-flex h-10 w-10 rounded-full */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.badge,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
@layer byline-components {
|
|
5
5
|
.button-group,
|
|
6
6
|
:global(.infonomic-button-group) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.button,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
@layer byline-components {
|
|
5
5
|
.combo-button-wrapper,
|
|
6
6
|
:global(.infonomic-combo-button-wrapper) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
@layer byline-components {
|
|
5
5
|
.stop-button,
|
|
6
6
|
.play-button,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.copy-button-container,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.card,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.chip,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.container,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.dropdown-content,
|