@byline/ui 1.7.6 → 1.8.0
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/forms/form-renderer.js +1 -0
- package/dist/forms/path-widget.d.ts +10 -1
- package/dist/forms/path-widget.js +9 -4
- 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/forms/form-renderer.tsx +1 -0
- package/src/forms/path-widget.tsx +43 -7
- 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
|
@@ -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,
|