@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
|
@@ -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(.item-iZzmBc, .infonomic-accordion-item) {
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
@layer
|
|
54
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
55
55
|
|
|
@@ -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(.avatar-root-WYOuF_, .infonomic-avatar-root) {
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
@layer
|
|
37
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
38
38
|
|
|
@@ -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(.badge-8xVidp, .infonomic-badge) {
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
@layer
|
|
52
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
53
53
|
|
|
@@ -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(.button-group-uqvOi8, .infonomic-button-group) {
|
|
@@ -15,5 +15,5 @@
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
@layer
|
|
18
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
19
19
|
|
|
@@ -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(.button-IjDhC0, .infonomic-button) {
|
|
@@ -380,5 +380,5 @@
|
|
|
380
380
|
}
|
|
381
381
|
}
|
|
382
382
|
|
|
383
|
-
@layer
|
|
383
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
384
384
|
|
|
@@ -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(.combo-button-wrapper-nRtH6j, .infonomic-combo-button-wrapper) {
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
@layer
|
|
53
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
54
54
|
|
|
@@ -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(.stop-button-krMTsl, .play-button-GfHYHO, .directional-button-kGS8rA, .infonomic-stop-button, .infonomic-play-button, .infonomic-directional-button) {
|
|
@@ -107,5 +107,5 @@
|
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
-
@layer
|
|
110
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
111
111
|
|
|
@@ -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(.copy-button-container-vCNz8o, .infonomic-copy-button-container) {
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
@layer
|
|
50
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
51
51
|
|
|
@@ -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(.card-mqJaiW, .infonomic-card) {
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
@layer
|
|
63
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
64
64
|
|
|
@@ -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(.chip-AhhT7N, .infonomic-chip) {
|
|
@@ -313,5 +313,5 @@
|
|
|
313
313
|
}
|
|
314
314
|
}
|
|
315
315
|
|
|
316
|
-
@layer
|
|
316
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
317
317
|
|
|
@@ -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-tSpizY, .infonomic-container) {
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
@layer
|
|
30
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
31
31
|
|
|
@@ -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(.dropdown-content-oNxY22, .dropdown-subcontent-JZGnvB, .infonomic-dropdown-content, .infonomic-dropdown-subcontent) {
|
|
@@ -109,5 +109,5 @@
|
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
@layer
|
|
112
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
113
113
|
|
|
@@ -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(.hamburger-CFjgP7, .infonomic-hamburger) {
|
|
@@ -167,5 +167,5 @@
|
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
169
|
|
|
170
|
-
@layer
|
|
170
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
171
171
|
|
|
@@ -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(.autocomplete-wrapper-JirsmI, .infonomic-autocomplete-wrapper) {
|
|
@@ -310,5 +310,5 @@
|
|
|
310
310
|
}
|
|
311
311
|
}
|
|
312
312
|
|
|
313
|
-
@layer
|
|
313
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
314
314
|
|
|
@@ -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
|
.day-picker-HSdX8f {
|
|
@@ -221,5 +221,5 @@
|
|
|
221
221
|
}
|
|
222
222
|
}
|
|
223
223
|
|
|
224
|
-
@layer
|
|
224
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
225
225
|
|
|
@@ -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(.infonomic-checkbox-group, .checkbox-group-hPRXiQ) {
|
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
@layer
|
|
11
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
12
12
|
|
|
@@ -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-oQwpyX, .infonomic-checkbox-container) {
|
|
@@ -214,5 +214,5 @@
|
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
216
|
|
|
217
|
-
@layer
|
|
217
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
218
218
|
|
|
@@ -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(.text-DoybHX, .infonomic-error-text) {
|
|
@@ -19,5 +19,5 @@
|
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
@layer
|
|
22
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
23
23
|
|
|
@@ -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(.text-tefb0a, .infonomic-help-text) {
|
|
@@ -19,5 +19,5 @@
|
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
@layer
|
|
22
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
23
23
|
|
|
@@ -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(.adornment-JKPOkF, .infonomic-input-adornment) {
|
|
@@ -17,5 +17,5 @@
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
@layer
|
|
20
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
21
21
|
|
|
@@ -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(.input-wrapper-OJAKML, .infonomic-input-wrapper) {
|
|
@@ -257,5 +257,5 @@
|
|
|
257
257
|
}
|
|
258
258
|
}
|
|
259
259
|
|
|
260
|
-
@layer
|
|
260
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
261
261
|
|
|
@@ -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(.label-pYbboO, .infonomic-label) {
|
|
@@ -12,5 +12,5 @@
|
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
@layer
|
|
15
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
16
16
|
|
|
@@ -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(.column-Ca6c3z, .infonomic-radio-group-column) {
|
|
@@ -158,5 +158,5 @@
|
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
160
|
|
|
161
|
-
@layer
|
|
161
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
162
162
|
|
|
@@ -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(.positioner-Mjx718, .infonomic-select-positioner) {
|
|
@@ -139,5 +139,5 @@
|
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
141
|
|
|
142
|
-
@layer
|
|
142
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
143
143
|
|
|
@@ -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(.text-area-TY2VVE, .infonomic-text-area) {
|
|
@@ -17,5 +17,5 @@
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
@layer
|
|
20
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
21
21
|
|
|
@@ -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(.alert-dXimWG, .infonomic-alert) {
|
|
@@ -117,5 +117,5 @@
|
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
119
|
|
|
120
|
-
@layer
|
|
120
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
121
121
|
|
|
@@ -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(.viewport-x4CvHl, .infonomic-toast-viewport) {
|
|
@@ -210,5 +210,5 @@
|
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
212
|
|
|
213
|
-
@layer
|
|
213
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
214
214
|
|
|
@@ -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(.pagination-root-yB674z, .infonomic-pagination-root) {
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
@layer
|
|
104
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
105
105
|
|
|
@@ -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(.root-XJbuOo, .infonomic-scroll-area) {
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
@layer
|
|
64
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
65
65
|
|
|
@@ -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(.scroll-to-top-WYqAAl, .infonomic-scroll-to-top) {
|
|
@@ -98,5 +98,5 @@
|
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
-
@layer
|
|
101
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
102
102
|
|
|
@@ -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(.section-CEcZOp, .infonomic-section) {
|
|
@@ -7,5 +7,5 @@
|
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
@layer
|
|
10
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
11
11
|
|
|
@@ -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(.shimmer-hQj5gn, .infonomic-shimmer) {
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
@layer
|
|
48
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
49
49
|
|
|
@@ -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(.table-container-SdhhjR, .infonomic-table-container) {
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
@layer
|
|
92
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
93
93
|
|
|
@@ -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(.tabs-root-H5dXfK, .infonomic-tabs-root) {
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
@layer
|
|
57
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
58
58
|
|
|
@@ -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(.tooltip-Oc7lRI, .infonomic-tooltip) {
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
-
@layer
|
|
74
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
75
75
|
|
|
@@ -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
|
.element-root-UxROLs {
|
|
@@ -161,5 +161,5 @@
|
|
|
161
161
|
}
|
|
162
162
|
}
|
|
163
163
|
|
|
164
|
-
@layer
|
|
164
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
165
165
|
|
|
@@ -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(.loader-ellipsis-KxN5UN, .infonomic-loader-ellipsis) {
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
-
@layer
|
|
74
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
75
75
|
|
|
@@ -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(.loader-ring-qd6bmX, .infonomic-loader-ring) {
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
@layer
|
|
50
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
51
51
|
|
|
@@ -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(.loader-spinner-QHtGI_, .infonomic-loader-spinner) {
|
|
@@ -97,5 +97,5 @@
|
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
-
@layer
|
|
100
|
+
@layer utilities, byline-utilities, byline-typography;
|
|
101
101
|
|
package/dist/styles/reset.css
CHANGED
|
@@ -212,4 +212,4 @@
|
|
|
212
212
|
}
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
-
@layer
|
|
215
|
+
@layer theme, byline-theme, byline-functional, components, byline-components, utilities, byline-utilities, byline-typography;
|