@byline/ui 1.7.0 → 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.
- package/dist/components/accordion/accordion_module.css +3 -1
- package/dist/components/avatar/avatar_module.css +3 -1
- package/dist/components/badge/badge_module.css +3 -1
- package/dist/components/button/button-group_module.css +3 -1
- package/dist/components/button/button_module.css +3 -1
- package/dist/components/button/combo-button_module.css +3 -1
- package/dist/components/button/control-buttons_module.css +3 -1
- package/dist/components/button/copy-button_module.css +3 -1
- package/dist/components/card/card_module.css +3 -1
- package/dist/components/chips/chip_module.css +3 -1
- package/dist/components/container/container_module.css +3 -1
- package/dist/components/dropdown/dropdown_module.css +3 -1
- package/dist/components/hamburger/hamburger_module.css +3 -1
- package/dist/components/inputs/autocomplete_module.css +3 -1
- package/dist/components/inputs/calendar_module.css +3 -1
- package/dist/components/inputs/checkbox-group_module.css +3 -1
- package/dist/components/inputs/checkbox_module.css +3 -1
- package/dist/components/inputs/error-text_module.css +3 -1
- package/dist/components/inputs/help-text_module.css +3 -1
- package/dist/components/inputs/input-adornment_module.css +3 -1
- package/dist/components/inputs/input_module.css +3 -1
- package/dist/components/inputs/label_module.css +3 -1
- package/dist/components/inputs/radio-group_module.css +3 -1
- package/dist/components/inputs/select_module.css +3 -1
- package/dist/components/inputs/text-area_module.css +3 -1
- package/dist/components/notifications/alert_module.css +3 -1
- package/dist/components/notifications/toast_module.css +3 -1
- package/dist/components/pager/pagination_module.css +3 -1
- package/dist/components/scroll-area/scroll-area_module.css +3 -1
- package/dist/components/scroll-to-top/scroll-to-top_module.css +3 -1
- package/dist/components/section/section_module.css +3 -1
- package/dist/components/shimmer/shimmer_module.css +3 -1
- package/dist/components/table/table_module.css +3 -1
- package/dist/components/tabs/tabs_module.css +3 -1
- package/dist/components/tooltip/tooltip_module.css +3 -1
- package/dist/icons/icons_module.css +3 -1
- package/dist/loaders/ellipses_module.css +3 -1
- package/dist/loaders/ring_module.css +3 -1
- package/dist/loaders/spinner_module.css +3 -1
- package/dist/styles/reset.css +172 -166
- package/dist/styles/styles.css +181 -1506
- package/dist/styles/typography.css +243 -237
- package/dist/widgets/datepicker/datepicker_module.css +3 -1
- package/dist/widgets/drawer/drawer_module.css +3 -1
- package/dist/widgets/image-lightbox/image-lightbox_module.css +3 -1
- package/dist/widgets/modal/modal_module.css +3 -1
- package/dist/widgets/timeline/timeline_module.css +3 -1
- package/package.json +4 -4
- package/src/components/accordion/accordion.module.css +3 -2
- package/src/components/avatar/avatar.module.css +3 -6
- package/src/components/badge/badge.module.css +3 -6
- package/src/components/button/button-group.module.css +3 -2
- package/src/components/button/button.module.css +3 -6
- package/src/components/button/combo-button.module.css +3 -2
- package/src/components/button/control-buttons.module.css +3 -2
- package/src/components/button/copy-button.module.css +3 -6
- package/src/components/card/card.module.css +3 -6
- package/src/components/chips/chip.module.css +3 -6
- package/src/components/container/container.module.css +3 -6
- package/src/components/dropdown/dropdown.module.css +3 -6
- package/src/components/hamburger/hamburger.module.css +3 -6
- package/src/components/inputs/autocomplete.module.css +3 -6
- package/src/components/inputs/calendar.module.css +3 -6
- package/src/components/inputs/checkbox-group.module.css +3 -6
- package/src/components/inputs/checkbox.module.css +3 -6
- package/src/components/inputs/error-text.module.css +3 -6
- package/src/components/inputs/help-text.module.css +3 -6
- package/src/components/inputs/input-adornment.module.css +3 -6
- package/src/components/inputs/input.module.css +3 -6
- package/src/components/inputs/label.module.css +3 -6
- package/src/components/inputs/radio-group.module.css +3 -6
- package/src/components/inputs/select.module.css +3 -6
- package/src/components/inputs/text-area.module.css +3 -6
- package/src/components/notifications/alert.module.css +3 -6
- package/src/components/notifications/toast.module.css +3 -6
- package/src/components/pager/pagination.module.css +3 -6
- package/src/components/scroll-area/scroll-area.module.css +3 -6
- package/src/components/scroll-to-top/scroll-to-top.module.css +3 -2
- package/src/components/section/section.module.css +3 -6
- package/src/components/shimmer/shimmer.module.css +3 -6
- package/src/components/table/table.module.css +3 -6
- package/src/components/tabs/tabs.module.css +3 -6
- package/src/components/tooltip/tooltip.module.css +3 -6
- package/src/icons/icons.module.css +3 -2
- package/src/loaders/ellipses.module.css +3 -6
- package/src/loaders/ring.module.css +3 -6
- package/src/loaders/spinner.module.css +3 -6
- package/src/styles/components/hamburger.css +3 -6
- package/src/styles/reset.css +337 -312
- package/src/styles/styles.css +3 -7
- package/src/styles/theme/autofill.css +53 -62
- package/src/styles/theme/defaults.css +67 -55
- package/src/styles/theme/scrollers.css +48 -39
- package/src/styles/typography/prose.css +270 -265
- package/src/styles/typography.css +20 -14
- package/src/widgets/datepicker/datepicker.module.css +3 -2
- package/src/widgets/drawer/drawer.module.css +3 -2
- package/src/widgets/image-lightbox/image-lightbox.module.css +3 -2
- package/src/widgets/modal/modal.module.css +3 -2
- package/src/widgets/timeline/timeline.module.css +3 -6
- package/src/styles/utils/scroll-layout-shift.css +0 -9
- package/src/styles/utils/utility-classes.css +0 -1395
- package/src/styles/utils/utils.css +0 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@layer
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
+
|