@byline/ui 1.7.1 → 1.7.2

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 (103) hide show
  1. package/dist/components/accordion/accordion_module.css +3 -1
  2. package/dist/components/avatar/avatar_module.css +3 -1
  3. package/dist/components/badge/badge_module.css +3 -1
  4. package/dist/components/button/button-group_module.css +3 -1
  5. package/dist/components/button/button_module.css +3 -1
  6. package/dist/components/button/combo-button_module.css +3 -1
  7. package/dist/components/button/control-buttons_module.css +3 -1
  8. package/dist/components/button/copy-button_module.css +3 -1
  9. package/dist/components/card/card_module.css +3 -1
  10. package/dist/components/chips/chip_module.css +3 -1
  11. package/dist/components/container/container_module.css +3 -1
  12. package/dist/components/dropdown/dropdown_module.css +3 -1
  13. package/dist/components/hamburger/hamburger_module.css +3 -1
  14. package/dist/components/inputs/autocomplete_module.css +3 -1
  15. package/dist/components/inputs/calendar_module.css +3 -1
  16. package/dist/components/inputs/checkbox-group_module.css +3 -1
  17. package/dist/components/inputs/checkbox_module.css +3 -1
  18. package/dist/components/inputs/error-text_module.css +3 -1
  19. package/dist/components/inputs/help-text_module.css +3 -1
  20. package/dist/components/inputs/input-adornment_module.css +3 -1
  21. package/dist/components/inputs/input_module.css +3 -1
  22. package/dist/components/inputs/label_module.css +3 -1
  23. package/dist/components/inputs/radio-group_module.css +3 -1
  24. package/dist/components/inputs/select_module.css +3 -1
  25. package/dist/components/inputs/text-area_module.css +3 -1
  26. package/dist/components/notifications/alert_module.css +3 -1
  27. package/dist/components/notifications/toast_module.css +3 -1
  28. package/dist/components/pager/pagination_module.css +3 -1
  29. package/dist/components/scroll-area/scroll-area_module.css +3 -1
  30. package/dist/components/scroll-to-top/scroll-to-top_module.css +3 -1
  31. package/dist/components/section/section_module.css +3 -1
  32. package/dist/components/shimmer/shimmer_module.css +3 -1
  33. package/dist/components/table/table_module.css +3 -1
  34. package/dist/components/tabs/tabs_module.css +3 -1
  35. package/dist/components/tooltip/tooltip_module.css +3 -1
  36. package/dist/icons/icons_module.css +3 -1
  37. package/dist/loaders/ellipses_module.css +3 -1
  38. package/dist/loaders/ring_module.css +3 -1
  39. package/dist/loaders/spinner_module.css +3 -1
  40. package/dist/styles/reset.css +172 -166
  41. package/dist/styles/styles.css +181 -1506
  42. package/dist/styles/typography.css +243 -237
  43. package/dist/widgets/datepicker/datepicker_module.css +3 -1
  44. package/dist/widgets/drawer/drawer_module.css +3 -1
  45. package/dist/widgets/image-lightbox/image-lightbox_module.css +3 -1
  46. package/dist/widgets/modal/modal_module.css +3 -1
  47. package/dist/widgets/timeline/timeline_module.css +3 -1
  48. package/package.json +4 -4
  49. package/src/components/accordion/accordion.module.css +3 -2
  50. package/src/components/avatar/avatar.module.css +3 -6
  51. package/src/components/badge/badge.module.css +3 -6
  52. package/src/components/button/button-group.module.css +3 -2
  53. package/src/components/button/button.module.css +3 -6
  54. package/src/components/button/combo-button.module.css +3 -2
  55. package/src/components/button/control-buttons.module.css +3 -2
  56. package/src/components/button/copy-button.module.css +3 -6
  57. package/src/components/card/card.module.css +3 -6
  58. package/src/components/chips/chip.module.css +3 -6
  59. package/src/components/container/container.module.css +3 -6
  60. package/src/components/dropdown/dropdown.module.css +3 -6
  61. package/src/components/hamburger/hamburger.module.css +3 -6
  62. package/src/components/inputs/autocomplete.module.css +3 -6
  63. package/src/components/inputs/calendar.module.css +3 -6
  64. package/src/components/inputs/checkbox-group.module.css +3 -6
  65. package/src/components/inputs/checkbox.module.css +3 -6
  66. package/src/components/inputs/error-text.module.css +3 -6
  67. package/src/components/inputs/help-text.module.css +3 -6
  68. package/src/components/inputs/input-adornment.module.css +3 -6
  69. package/src/components/inputs/input.module.css +3 -6
  70. package/src/components/inputs/label.module.css +3 -6
  71. package/src/components/inputs/radio-group.module.css +3 -6
  72. package/src/components/inputs/select.module.css +3 -6
  73. package/src/components/inputs/text-area.module.css +3 -6
  74. package/src/components/notifications/alert.module.css +3 -6
  75. package/src/components/notifications/toast.module.css +3 -6
  76. package/src/components/pager/pagination.module.css +3 -6
  77. package/src/components/scroll-area/scroll-area.module.css +3 -6
  78. package/src/components/scroll-to-top/scroll-to-top.module.css +3 -2
  79. package/src/components/section/section.module.css +3 -6
  80. package/src/components/shimmer/shimmer.module.css +3 -6
  81. package/src/components/table/table.module.css +3 -6
  82. package/src/components/tabs/tabs.module.css +3 -6
  83. package/src/components/tooltip/tooltip.module.css +3 -6
  84. package/src/icons/icons.module.css +3 -2
  85. package/src/loaders/ellipses.module.css +3 -6
  86. package/src/loaders/ring.module.css +3 -6
  87. package/src/loaders/spinner.module.css +3 -6
  88. package/src/styles/components/hamburger.css +3 -6
  89. package/src/styles/reset.css +337 -312
  90. package/src/styles/styles.css +3 -7
  91. package/src/styles/theme/autofill.css +53 -62
  92. package/src/styles/theme/defaults.css +67 -55
  93. package/src/styles/theme/scrollers.css +48 -39
  94. package/src/styles/typography/prose.css +270 -265
  95. package/src/styles/typography.css +20 -14
  96. package/src/widgets/datepicker/datepicker.module.css +3 -2
  97. package/src/widgets/drawer/drawer.module.css +3 -2
  98. package/src/widgets/image-lightbox/image-lightbox.module.css +3 -2
  99. package/src/widgets/modal/modal.module.css +3 -2
  100. package/src/widgets/timeline/timeline.module.css +3 -6
  101. package/src/styles/utils/scroll-layout-shift.css +0 -9
  102. package/src/styles/utils/utility-classes.css +0 -1395
  103. package/src/styles/utils/utils.css +0 -2
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-utilities, byline-theme;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.item-iZzmBc, .infonomic-accordion-item) {
@@ -51,3 +51,5 @@
51
51
  }
52
52
  }
53
53
 
54
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
55
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.avatar-root-WYOuF_, .infonomic-avatar-root) {
@@ -34,3 +34,5 @@
34
34
  }
35
35
  }
36
36
 
37
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
38
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.badge-8xVidp, .infonomic-badge) {
@@ -49,3 +49,5 @@
49
49
  }
50
50
  }
51
51
 
52
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
53
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-utilities, byline-theme;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.button-group-uqvOi8, .infonomic-button-group) {
@@ -15,3 +15,5 @@
15
15
  }
16
16
  }
17
17
 
18
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
19
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.button-IjDhC0, .infonomic-button) {
@@ -380,3 +380,5 @@
380
380
  }
381
381
  }
382
382
 
383
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
384
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-utilities, byline-theme;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.combo-button-wrapper-nRtH6j, .infonomic-combo-button-wrapper) {
@@ -50,3 +50,5 @@
50
50
  }
51
51
  }
52
52
 
53
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
54
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-utilities, byline-theme;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.stop-button-krMTsl, .play-button-GfHYHO, .directional-button-kGS8rA, .infonomic-stop-button, .infonomic-play-button, .infonomic-directional-button) {
@@ -107,3 +107,5 @@
107
107
  }
108
108
  }
109
109
 
110
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
111
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.copy-button-container-vCNz8o, .infonomic-copy-button-container) {
@@ -47,3 +47,5 @@
47
47
  }
48
48
  }
49
49
 
50
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
51
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.card-mqJaiW, .infonomic-card) {
@@ -60,3 +60,5 @@
60
60
  }
61
61
  }
62
62
 
63
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
64
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.chip-AhhT7N, .infonomic-chip) {
@@ -313,3 +313,5 @@
313
313
  }
314
314
  }
315
315
 
316
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
317
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.container-tSpizY, .infonomic-container) {
@@ -27,3 +27,5 @@
27
27
  }
28
28
  }
29
29
 
30
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
31
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.dropdown-content-oNxY22, .dropdown-subcontent-JZGnvB, .infonomic-dropdown-content, .infonomic-dropdown-subcontent) {
@@ -109,3 +109,5 @@
109
109
  }
110
110
  }
111
111
 
112
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
113
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.hamburger-CFjgP7, .infonomic-hamburger) {
@@ -167,3 +167,5 @@
167
167
  }
168
168
  }
169
169
 
170
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
171
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.autocomplete-wrapper-JirsmI, .infonomic-autocomplete-wrapper) {
@@ -310,3 +310,5 @@
310
310
  }
311
311
  }
312
312
 
313
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
314
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  .day-picker-HSdX8f {
@@ -221,3 +221,5 @@
221
221
  }
222
222
  }
223
223
 
224
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
225
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.infonomic-checkbox-group, .checkbox-group-hPRXiQ) {
@@ -8,3 +8,5 @@
8
8
  }
9
9
  }
10
10
 
11
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
12
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.container-oQwpyX, .infonomic-checkbox-container) {
@@ -214,3 +214,5 @@
214
214
  }
215
215
  }
216
216
 
217
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
218
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.text-DoybHX, .infonomic-error-text) {
@@ -19,3 +19,5 @@
19
19
  }
20
20
  }
21
21
 
22
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
23
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.text-tefb0a, .infonomic-help-text) {
@@ -19,3 +19,5 @@
19
19
  }
20
20
  }
21
21
 
22
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
23
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.adornment-JKPOkF, .infonomic-input-adornment) {
@@ -17,3 +17,5 @@
17
17
  }
18
18
  }
19
19
 
20
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
21
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.input-wrapper-OJAKML, .infonomic-input-wrapper) {
@@ -257,3 +257,5 @@
257
257
  }
258
258
  }
259
259
 
260
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
261
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.label-pYbboO, .infonomic-label) {
@@ -12,3 +12,5 @@
12
12
  }
13
13
  }
14
14
 
15
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
16
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.column-Ca6c3z, .infonomic-radio-group-column) {
@@ -158,3 +158,5 @@
158
158
  }
159
159
  }
160
160
 
161
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
162
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.positioner-Mjx718, .infonomic-select-positioner) {
@@ -139,3 +139,5 @@
139
139
  }
140
140
  }
141
141
 
142
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
143
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.text-area-TY2VVE, .infonomic-text-area) {
@@ -17,3 +17,5 @@
17
17
  }
18
18
  }
19
19
 
20
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
21
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.alert-dXimWG, .infonomic-alert) {
@@ -117,3 +117,5 @@
117
117
  }
118
118
  }
119
119
 
120
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
121
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.viewport-x4CvHl, .infonomic-toast-viewport) {
@@ -210,3 +210,5 @@
210
210
  }
211
211
  }
212
212
 
213
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
214
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.pagination-root-yB674z, .infonomic-pagination-root) {
@@ -101,3 +101,5 @@
101
101
  }
102
102
  }
103
103
 
104
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
105
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.root-XJbuOo, .infonomic-scroll-area) {
@@ -61,3 +61,5 @@
61
61
  }
62
62
  }
63
63
 
64
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
65
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.scroll-to-top-WYqAAl, .infonomic-scroll-to-top) {
@@ -98,3 +98,5 @@
98
98
  }
99
99
  }
100
100
 
101
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
102
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.section-CEcZOp, .infonomic-section) {
@@ -7,3 +7,5 @@
7
7
  }
8
8
  }
9
9
 
10
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
11
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.shimmer-hQj5gn, .infonomic-shimmer) {
@@ -45,3 +45,5 @@
45
45
  }
46
46
  }
47
47
 
48
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
49
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.table-container-SdhhjR, .infonomic-table-container) {
@@ -89,3 +89,5 @@
89
89
  }
90
90
  }
91
91
 
92
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
93
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.tabs-root-H5dXfK, .infonomic-tabs-root) {
@@ -54,3 +54,5 @@
54
54
  }
55
55
  }
56
56
 
57
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
58
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.tooltip-Oc7lRI, .infonomic-tooltip) {
@@ -71,3 +71,5 @@
71
71
  }
72
72
  }
73
73
 
74
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
75
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-utilities, byline-theme;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  .element-root-UxROLs {
@@ -161,3 +161,5 @@
161
161
  }
162
162
  }
163
163
 
164
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
165
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.loader-ellipsis-KxN5UN, .infonomic-loader-ellipsis) {
@@ -71,3 +71,5 @@
71
71
  }
72
72
  }
73
73
 
74
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
75
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.loader-ring-qd6bmX, .infonomic-loader-ring) {
@@ -47,3 +47,5 @@
47
47
  }
48
48
  }
49
49
 
50
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
51
+
@@ -1,4 +1,4 @@
1
- @layer byline-base, byline-functional, byline-utilities, byline-theme, byline-typography;
1
+ @layer base, byline-base, components;
2
2
 
3
3
  @layer byline-components {
4
4
  :is(.loader-spinner-QHtGI_, .infonomic-loader-spinner) {
@@ -97,3 +97,5 @@
97
97
  }
98
98
  }
99
99
 
100
+ @layer byline-functional, utilities, byline-utilities, theme, byline-theme, byline-typography;
101
+