@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.
Files changed (96) hide show
  1. package/dist/components/accordion/accordion_module.css +2 -2
  2. package/dist/components/avatar/avatar_module.css +2 -2
  3. package/dist/components/badge/badge_module.css +2 -2
  4. package/dist/components/button/button-group_module.css +2 -2
  5. package/dist/components/button/button_module.css +2 -2
  6. package/dist/components/button/combo-button_module.css +2 -2
  7. package/dist/components/button/control-buttons_module.css +2 -2
  8. package/dist/components/button/copy-button_module.css +2 -2
  9. package/dist/components/card/card_module.css +2 -2
  10. package/dist/components/chips/chip_module.css +2 -2
  11. package/dist/components/container/container_module.css +2 -2
  12. package/dist/components/dropdown/dropdown_module.css +2 -2
  13. package/dist/components/hamburger/hamburger_module.css +2 -2
  14. package/dist/components/inputs/autocomplete_module.css +2 -2
  15. package/dist/components/inputs/calendar_module.css +2 -2
  16. package/dist/components/inputs/checkbox-group_module.css +2 -2
  17. package/dist/components/inputs/checkbox_module.css +2 -2
  18. package/dist/components/inputs/error-text_module.css +2 -2
  19. package/dist/components/inputs/help-text_module.css +2 -2
  20. package/dist/components/inputs/input-adornment_module.css +2 -2
  21. package/dist/components/inputs/input_module.css +2 -2
  22. package/dist/components/inputs/label_module.css +2 -2
  23. package/dist/components/inputs/radio-group_module.css +2 -2
  24. package/dist/components/inputs/select_module.css +2 -2
  25. package/dist/components/inputs/text-area_module.css +2 -2
  26. package/dist/components/notifications/alert_module.css +2 -2
  27. package/dist/components/notifications/toast_module.css +2 -2
  28. package/dist/components/pager/pagination_module.css +2 -2
  29. package/dist/components/scroll-area/scroll-area_module.css +2 -2
  30. package/dist/components/scroll-to-top/scroll-to-top_module.css +2 -2
  31. package/dist/components/section/section_module.css +2 -2
  32. package/dist/components/shimmer/shimmer_module.css +2 -2
  33. package/dist/components/table/table_module.css +2 -2
  34. package/dist/components/tabs/tabs_module.css +2 -2
  35. package/dist/components/tooltip/tooltip_module.css +2 -2
  36. package/dist/icons/icons_module.css +2 -2
  37. package/dist/loaders/ellipses_module.css +2 -2
  38. package/dist/loaders/ring_module.css +2 -2
  39. package/dist/loaders/spinner_module.css +2 -2
  40. package/dist/styles/reset.css +1 -1
  41. package/dist/styles/styles.css +187 -187
  42. package/dist/styles/typography.css +1 -1
  43. package/dist/widgets/datepicker/datepicker_module.css +2 -2
  44. package/dist/widgets/drawer/drawer_module.css +2 -2
  45. package/dist/widgets/image-lightbox/image-lightbox_module.css +2 -2
  46. package/dist/widgets/modal/modal_module.css +2 -2
  47. package/dist/widgets/timeline/timeline_module.css +2 -2
  48. package/package.json +4 -4
  49. package/src/components/accordion/accordion.module.css +3 -3
  50. package/src/components/avatar/avatar.module.css +3 -3
  51. package/src/components/badge/badge.module.css +3 -3
  52. package/src/components/button/button-group.module.css +3 -3
  53. package/src/components/button/button.module.css +3 -3
  54. package/src/components/button/combo-button.module.css +3 -3
  55. package/src/components/button/control-buttons.module.css +3 -3
  56. package/src/components/button/copy-button.module.css +3 -3
  57. package/src/components/card/card.module.css +3 -3
  58. package/src/components/chips/chip.module.css +3 -3
  59. package/src/components/container/container.module.css +3 -3
  60. package/src/components/dropdown/dropdown.module.css +3 -3
  61. package/src/components/hamburger/hamburger.module.css +3 -3
  62. package/src/components/inputs/autocomplete.module.css +3 -3
  63. package/src/components/inputs/calendar.module.css +3 -3
  64. package/src/components/inputs/checkbox-group.module.css +3 -3
  65. package/src/components/inputs/checkbox.module.css +3 -3
  66. package/src/components/inputs/error-text.module.css +3 -3
  67. package/src/components/inputs/help-text.module.css +3 -3
  68. package/src/components/inputs/input-adornment.module.css +3 -3
  69. package/src/components/inputs/input.module.css +3 -3
  70. package/src/components/inputs/label.module.css +3 -3
  71. package/src/components/inputs/radio-group.module.css +3 -3
  72. package/src/components/inputs/select.module.css +3 -3
  73. package/src/components/inputs/text-area.module.css +3 -3
  74. package/src/components/notifications/alert.module.css +3 -3
  75. package/src/components/notifications/toast.module.css +3 -3
  76. package/src/components/pager/pagination.module.css +3 -3
  77. package/src/components/scroll-area/scroll-area.module.css +3 -3
  78. package/src/components/scroll-to-top/scroll-to-top.module.css +3 -3
  79. package/src/components/section/section.module.css +3 -3
  80. package/src/components/shimmer/shimmer.module.css +3 -3
  81. package/src/components/table/table.module.css +3 -3
  82. package/src/components/tabs/tabs.module.css +3 -3
  83. package/src/components/tooltip/tooltip.module.css +3 -3
  84. package/src/icons/icons.module.css +3 -3
  85. package/src/loaders/ellipses.module.css +3 -3
  86. package/src/loaders/ring.module.css +3 -3
  87. package/src/loaders/spinner.module.css +3 -3
  88. package/src/styles/components/hamburger.css +3 -3
  89. package/src/styles/reset.css +10 -8
  90. package/src/styles/styles.css +3 -3
  91. package/src/styles/typography.css +3 -3
  92. package/src/widgets/datepicker/datepicker.module.css +3 -3
  93. package/src/widgets/drawer/drawer.module.css +3 -3
  94. package/src/widgets/image-lightbox/image-lightbox.module.css +3 -3
  95. package/src/widgets/modal/modal.module.css +3 -3
  96. package/src/widgets/timeline/timeline.module.css +3 -3
@@ -383,93 +383,135 @@
383
383
  }
384
384
  }
385
385
 
386
- @layer components;
386
+ @layer theme;
387
387
 
388
- @layer byline-components {
389
- .component--hamburger {
390
- z-index: 200;
391
- cursor: pointer;
392
- width: 42px;
393
- height: 34px;
394
- font: inherit;
395
- color: inherit;
396
- text-transform: none;
397
- background-color: #0000;
398
- border: 0;
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
- .component--hamburger:active, .component--hamburger:focus {
412
- border: .5px dashed #fff;
413
- border-radius: 4px;
414
- outline: none;
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
- .component--hamburger .box {
418
- width: 24px;
419
- height: 24px;
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
- .component--hamburger .inner {
425
- margin-top: -1px;
426
- transition-duration: 75ms;
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
- .component--hamburger .inner, .component--hamburger .inner:before, .component--hamburger .inner:after {
433
- border-radius: 0;
434
- width: 24px;
435
- height: 2px;
436
- transition-property: transform;
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
- .component--hamburger .inner:before, .component--hamburger .inner:after {
443
- content: "";
444
- display: block;
445
- }
427
+ ::-webkit-scrollbar-thumb {
428
+ background: var(--scroll-bar-thumb);
429
+ }
446
430
 
447
- .component--hamburger .inner:before {
448
- transition: top 75ms .12s, opacity 75ms;
449
- top: -8px;
450
- }
431
+ ::-webkit-scrollbar-track {
432
+ background: var(--scroll-bar-track);
433
+ }
451
434
 
452
- .component--hamburger .inner:after {
453
- transition: bottom 75ms .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
454
- bottom: -8px;
455
- }
435
+ ::-webkit-scrollbar-corner {
436
+ background: var(--scroll-bar-track);
437
+ }
456
438
 
457
- .component--hamburger.is_active .inner {
458
- transition-delay: .12s;
459
- transition-timing-function: cubic-bezier(.215, .61, .355, 1);
460
- transform: rotate(45deg);
461
- }
439
+ :scope {
440
+ scrollbar-width: thin;
441
+ scrollbar-color: var(--scroll-bar-thumb) var(--scroll-bar-track);
442
+ }
462
443
 
463
- .component--hamburger.is_active .inner:before {
464
- opacity: 0;
465
- transition: top 75ms, opacity 75ms .12s;
466
- top: 0;
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
- .component--hamburger.is_active .inner:after {
470
- transition: bottom 75ms, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
471
- bottom: 0;
472
- transform: rotate(-90deg);
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 utilities, byline-utilities, theme;
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
- .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 {
1466
- border: 1px solid var(--theme-600);
1467
- -webkit-text-fill-color: white;
1468
- -webkit-box-shadow: 0 0 0px 1000px var(--theme-600) inset;
1469
- box-shadow: 0 0 0px 1000px var(--theme-600) inset;
1470
- color: #fff;
1471
- background-color: #64646480;
1472
- transition: background-color 5000s ease-in-out;
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
- :root {
1477
- --scroll-bar-thumb: var(--theme-400);
1478
- --scroll-bar-track: var(--theme-600);
1518
+ .component--hamburger:active, .component--hamburger:focus {
1519
+ border: .5px dashed #fff;
1520
+ border-radius: 4px;
1521
+ outline: none;
1479
1522
  }
1480
1523
 
1481
- :root.dark, :root[data-theme="dark"] {
1482
- --scroll-bar-thumb: var(--canvas-700);
1483
- --scroll-bar-track: var(--canvas-900);
1524
+ .component--hamburger .box {
1525
+ width: 24px;
1526
+ height: 24px;
1527
+ display: block;
1528
+ position: relative;
1484
1529
  }
1485
1530
 
1486
- @scope (.byline-ui) {
1487
- ::-webkit-scrollbar {
1488
- width: .6em;
1489
- height: .6em;
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
- @scope (.byline-ui) {
1522
- :scope {
1523
- color: var(--text);
1524
- font-size: 1rem;
1525
- }
1526
-
1527
- .not-dark {
1528
- color: var(--text);
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
- h1 {
1542
- font-size: 1.75rem;
1543
- font-weight: 600;
1544
- line-height: 1.125;
1545
- }
1549
+ .component--hamburger .inner:before, .component--hamburger .inner:after {
1550
+ content: "";
1551
+ display: block;
1552
+ }
1546
1553
 
1547
- h2 {
1548
- font-size: 1.5rem;
1549
- font-weight: 600;
1550
- line-height: 1.125;
1551
- }
1554
+ .component--hamburger .inner:before {
1555
+ transition: top 75ms .12s, opacity 75ms;
1556
+ top: -8px;
1557
+ }
1552
1558
 
1553
- h3 {
1554
- font-size: 1.25rem;
1555
- font-weight: 600;
1556
- line-height: 1.1;
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
- h4 {
1560
- font-size: 1rem;
1561
- font-weight: 600;
1562
- line-height: 1.1;
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
- .external-link:after {
1566
- content: "";
1567
- background-image: url("/external-link-light.svg");
1568
- background-position: 20%;
1569
- background-repeat: no-repeat;
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
- .dark .external-link:after, [data-theme="dark"] .external-link:after {
1578
- background-image: url("/external-link-dark.svg");
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, components, byline-components, byline-functional, utilities, byline-utilities, theme, byline-theme;
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 byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
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 byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
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 byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
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 byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
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 byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
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.5",
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/admin": "1.7.5",
69
- "@byline/client": "1.7.5",
70
- "@byline/core": "1.7.5"
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, components, byline-components,
2
- byline-functional, utilities, byline-utilities,
3
- theme, byline-theme, byline-typography;
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, components, byline-components,
2
- byline-functional, utilities, byline-utilities,
3
- theme, byline-theme, byline-typography;
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, components, byline-components,
2
- byline-functional, utilities, byline-utilities,
3
- theme, byline-theme, byline-typography;
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, components, byline-components,
2
- byline-functional, utilities, byline-utilities,
3
- theme, byline-theme, byline-typography;
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, components, byline-components,
2
- byline-functional, utilities, byline-utilities,
3
- theme, byline-theme, byline-typography;
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, components, byline-components,
2
- byline-functional, utilities, byline-utilities,
3
- theme, byline-theme, byline-typography;
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, components, byline-components,
2
- byline-functional, utilities, byline-utilities,
3
- theme, byline-theme, byline-typography;
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, components, byline-components,
2
- byline-functional, utilities, byline-utilities,
3
- theme, byline-theme, byline-typography;
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, components, byline-components,
2
- byline-functional, utilities, byline-utilities,
3
- theme, byline-theme, byline-typography;
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, components, byline-components,
2
- byline-functional, utilities, byline-utilities,
3
- theme, byline-theme, byline-typography;
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, components, byline-components,
2
- byline-functional, utilities, byline-utilities,
3
- theme, byline-theme, byline-typography;
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, components, byline-components,
2
- byline-functional, utilities, byline-utilities,
3
- theme, byline-theme, byline-typography;
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,