@byline/ui 1.7.6 → 1.7.7
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 +2 -2
- package/dist/styles/typography.css +3 -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 +2 -2
- package/src/components/avatar/avatar.module.css +2 -2
- package/src/components/badge/badge.module.css +2 -2
- package/src/components/button/button-group.module.css +2 -2
- package/src/components/button/button.module.css +2 -2
- package/src/components/button/combo-button.module.css +2 -2
- package/src/components/button/control-buttons.module.css +2 -2
- package/src/components/button/copy-button.module.css +2 -2
- package/src/components/card/card.module.css +2 -2
- package/src/components/chips/chip.module.css +2 -2
- package/src/components/container/container.module.css +2 -2
- package/src/components/dropdown/dropdown.module.css +2 -2
- package/src/components/hamburger/hamburger.module.css +2 -2
- package/src/components/inputs/autocomplete.module.css +2 -2
- package/src/components/inputs/calendar.module.css +2 -2
- package/src/components/inputs/checkbox-group.module.css +2 -2
- package/src/components/inputs/checkbox.module.css +2 -2
- package/src/components/inputs/error-text.module.css +2 -2
- package/src/components/inputs/help-text.module.css +2 -2
- package/src/components/inputs/input-adornment.module.css +2 -2
- package/src/components/inputs/input.module.css +2 -2
- package/src/components/inputs/label.module.css +2 -2
- package/src/components/inputs/radio-group.module.css +2 -2
- package/src/components/inputs/select.module.css +2 -2
- package/src/components/inputs/text-area.module.css +2 -2
- package/src/components/notifications/alert.module.css +2 -2
- package/src/components/notifications/toast.module.css +2 -2
- package/src/components/pager/pagination.module.css +2 -2
- package/src/components/scroll-area/scroll-area.module.css +2 -2
- package/src/components/scroll-to-top/scroll-to-top.module.css +2 -2
- package/src/components/section/section.module.css +2 -2
- package/src/components/shimmer/shimmer.module.css +2 -2
- package/src/components/table/table.module.css +2 -2
- package/src/components/tabs/tabs.module.css +2 -2
- package/src/components/tooltip/tooltip.module.css +2 -2
- package/src/icons/icons.module.css +2 -2
- package/src/loaders/ellipses.module.css +2 -2
- package/src/loaders/ring.module.css +2 -2
- package/src/loaders/spinner.module.css +2 -2
- package/src/styles/components/hamburger.css +2 -2
- package/src/styles/reset.css +2 -2
- package/src/styles/styles.css +2 -2
- package/src/styles/typography.css +2 -2
- package/src/widgets/datepicker/datepicker.module.css +2 -2
- package/src/widgets/drawer/drawer.module.css +2 -2
- package/src/widgets/image-lightbox/image-lightbox.module.css +2 -2
- package/src/widgets/modal/modal.module.css +2 -2
- package/src/widgets/timeline/timeline.module.css +2 -2
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"private": false,
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
|
-
"version": "1.7.
|
|
6
|
+
"version": "1.7.7",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=20.9.0"
|
|
9
9
|
},
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
"react-diff-viewer-continued": "^4.2.2",
|
|
66
66
|
"zod": "^4.4.2",
|
|
67
67
|
"zod-form-data": "^3.0.1",
|
|
68
|
-
"@byline/
|
|
69
|
-
"@byline/
|
|
70
|
-
"@byline/client": "1.7.
|
|
68
|
+
"@byline/admin": "1.7.7",
|
|
69
|
+
"@byline/core": "1.7.7",
|
|
70
|
+
"@byline/client": "1.7.7"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
73
|
"react": "^19.0.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
@layer byline-components {
|
|
5
5
|
.item,
|
|
6
6
|
:global(.infonomic-accordion-item) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
/* relative inline-flex h-10 w-10 rounded-full */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.badge,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
@layer byline-components {
|
|
5
5
|
.button-group,
|
|
6
6
|
:global(.infonomic-button-group) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.button,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
@layer byline-components {
|
|
5
5
|
.combo-button-wrapper,
|
|
6
6
|
:global(.infonomic-combo-button-wrapper) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
@layer byline-components {
|
|
5
5
|
.stop-button,
|
|
6
6
|
.play-button,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.copy-button-container,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.card,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.chip,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.container,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.dropdown-content,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.hamburger,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
/* ── Wrapper ── */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.day-picker {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
:global(.infonomic-checkbox-group),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.container,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.text,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.text,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.adornment,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.input-wrapper,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.label,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
/* 'border-collapse w-full text-sm text-left text-gray-700 dark:text-gray-400 m-0', */
|
|
6
6
|
@layer byline-components {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.positioner,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.text-area,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.alert,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
/* ============================================
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.pagination-root,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.root,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
@layer byline-components {
|
|
5
5
|
.scroll-to-top,
|
|
6
6
|
:global(.infonomic-scroll-to-top) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.section,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
/* 'border-collapse w-full text-sm text-left text-gray-700 dark:text-gray-400 m-0', */
|
|
6
6
|
@layer byline-components {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
/* 'border-collapse w-full text-sm text-left text-gray-700 dark:text-gray-400 m-0', */
|
|
6
6
|
@layer byline-components {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.tabs-root,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.tooltip,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
@layer byline-components {
|
|
5
5
|
.element-root {
|
|
6
6
|
width: 1.375rem;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.loader-ellipsis,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.loader-ring,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.loader-spinner,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/* No longer used in our actual hamburger React and Astro components
|
|
2
2
|
but left here as a reference. */
|
|
3
3
|
@layer base, byline-base, theme, byline-theme,
|
|
4
|
-
byline-functional, components, byline-components,
|
|
5
|
-
utilities, byline-utilities
|
|
4
|
+
byline-functional, byline-typography, components, byline-components,
|
|
5
|
+
utilities, byline-utilities;
|
|
6
6
|
|
|
7
7
|
@layer byline-components {
|
|
8
8
|
.component--hamburger {
|
package/src/styles/reset.css
CHANGED
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
* Hosts using Tailwind don't need to declare layer order themselves.
|
|
24
24
|
*/
|
|
25
25
|
@layer base, byline-base, theme, byline-theme,
|
|
26
|
-
byline-functional, components, byline-components,
|
|
27
|
-
utilities, byline-utilities
|
|
26
|
+
byline-functional, byline-typography, components, byline-components,
|
|
27
|
+
utilities, byline-utilities;
|
|
28
28
|
|
|
29
29
|
@layer byline-base {
|
|
30
30
|
@scope (.byline-ui) {
|
package/src/styles/styles.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@import "./base/base.css";
|
|
6
6
|
@import "./functional/functional.css";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@import "./typography/fonts.css";
|
|
6
6
|
@import "./typography/prose.css";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
@layer byline-components {
|
|
5
5
|
.container,
|
|
6
6
|
:global(.infonomic-datepicker-container) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
@layer byline-components {
|
|
5
5
|
/* Backdrop overlay (replaces previous Overlay component) */
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
@layer byline-components {
|
|
5
5
|
.container {
|
|
6
6
|
width: auto;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
@layer byline-components {
|
|
5
5
|
/* Backdrop overlay */
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer base, byline-base, theme, byline-theme,
|
|
2
|
-
byline-functional, components, byline-components,
|
|
3
|
-
utilities, byline-utilities
|
|
2
|
+
byline-functional, byline-typography, components, byline-components,
|
|
3
|
+
utilities, byline-utilities;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.timeline,
|