@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.
Files changed (101) hide show
  1. package/dist/components/accordion/accordion_module.css +2 -2
  2. package/dist/components/avatar/avatar_module.css +2 -2
  3. package/dist/components/badge/badge_module.css +2 -2
  4. package/dist/components/button/button-group_module.css +2 -2
  5. package/dist/components/button/button_module.css +2 -2
  6. package/dist/components/button/combo-button_module.css +2 -2
  7. package/dist/components/button/control-buttons_module.css +2 -2
  8. package/dist/components/button/copy-button_module.css +2 -2
  9. package/dist/components/card/card_module.css +2 -2
  10. package/dist/components/chips/chip_module.css +2 -2
  11. package/dist/components/container/container_module.css +2 -2
  12. package/dist/components/dropdown/dropdown_module.css +2 -2
  13. package/dist/components/hamburger/hamburger_module.css +2 -2
  14. package/dist/components/inputs/autocomplete_module.css +2 -2
  15. package/dist/components/inputs/calendar_module.css +2 -2
  16. package/dist/components/inputs/checkbox-group_module.css +2 -2
  17. package/dist/components/inputs/checkbox_module.css +2 -2
  18. package/dist/components/inputs/error-text_module.css +2 -2
  19. package/dist/components/inputs/help-text_module.css +2 -2
  20. package/dist/components/inputs/input-adornment_module.css +2 -2
  21. package/dist/components/inputs/input_module.css +2 -2
  22. package/dist/components/inputs/label_module.css +2 -2
  23. package/dist/components/inputs/radio-group_module.css +2 -2
  24. package/dist/components/inputs/select_module.css +2 -2
  25. package/dist/components/inputs/text-area_module.css +2 -2
  26. package/dist/components/notifications/alert_module.css +2 -2
  27. package/dist/components/notifications/toast_module.css +2 -2
  28. package/dist/components/pager/pagination_module.css +2 -2
  29. package/dist/components/scroll-area/scroll-area_module.css +2 -2
  30. package/dist/components/scroll-to-top/scroll-to-top_module.css +2 -2
  31. package/dist/components/section/section_module.css +2 -2
  32. package/dist/components/shimmer/shimmer_module.css +2 -2
  33. package/dist/components/table/table_module.css +2 -2
  34. package/dist/components/tabs/tabs_module.css +2 -2
  35. package/dist/components/tooltip/tooltip_module.css +2 -2
  36. package/dist/forms/form-renderer.js +1 -0
  37. package/dist/forms/path-widget.d.ts +10 -1
  38. package/dist/forms/path-widget.js +9 -4
  39. package/dist/icons/icons_module.css +2 -2
  40. package/dist/loaders/ellipses_module.css +2 -2
  41. package/dist/loaders/ring_module.css +2 -2
  42. package/dist/loaders/spinner_module.css +2 -2
  43. package/dist/styles/reset.css +1 -1
  44. package/dist/styles/styles.css +2 -2
  45. package/dist/styles/typography.css +3 -1
  46. package/dist/widgets/datepicker/datepicker_module.css +2 -2
  47. package/dist/widgets/drawer/drawer_module.css +2 -2
  48. package/dist/widgets/image-lightbox/image-lightbox_module.css +2 -2
  49. package/dist/widgets/modal/modal_module.css +2 -2
  50. package/dist/widgets/timeline/timeline_module.css +2 -2
  51. package/package.json +4 -4
  52. package/src/components/accordion/accordion.module.css +2 -2
  53. package/src/components/avatar/avatar.module.css +2 -2
  54. package/src/components/badge/badge.module.css +2 -2
  55. package/src/components/button/button-group.module.css +2 -2
  56. package/src/components/button/button.module.css +2 -2
  57. package/src/components/button/combo-button.module.css +2 -2
  58. package/src/components/button/control-buttons.module.css +2 -2
  59. package/src/components/button/copy-button.module.css +2 -2
  60. package/src/components/card/card.module.css +2 -2
  61. package/src/components/chips/chip.module.css +2 -2
  62. package/src/components/container/container.module.css +2 -2
  63. package/src/components/dropdown/dropdown.module.css +2 -2
  64. package/src/components/hamburger/hamburger.module.css +2 -2
  65. package/src/components/inputs/autocomplete.module.css +2 -2
  66. package/src/components/inputs/calendar.module.css +2 -2
  67. package/src/components/inputs/checkbox-group.module.css +2 -2
  68. package/src/components/inputs/checkbox.module.css +2 -2
  69. package/src/components/inputs/error-text.module.css +2 -2
  70. package/src/components/inputs/help-text.module.css +2 -2
  71. package/src/components/inputs/input-adornment.module.css +2 -2
  72. package/src/components/inputs/input.module.css +2 -2
  73. package/src/components/inputs/label.module.css +2 -2
  74. package/src/components/inputs/radio-group.module.css +2 -2
  75. package/src/components/inputs/select.module.css +2 -2
  76. package/src/components/inputs/text-area.module.css +2 -2
  77. package/src/components/notifications/alert.module.css +2 -2
  78. package/src/components/notifications/toast.module.css +2 -2
  79. package/src/components/pager/pagination.module.css +2 -2
  80. package/src/components/scroll-area/scroll-area.module.css +2 -2
  81. package/src/components/scroll-to-top/scroll-to-top.module.css +2 -2
  82. package/src/components/section/section.module.css +2 -2
  83. package/src/components/shimmer/shimmer.module.css +2 -2
  84. package/src/components/table/table.module.css +2 -2
  85. package/src/components/tabs/tabs.module.css +2 -2
  86. package/src/components/tooltip/tooltip.module.css +2 -2
  87. package/src/forms/form-renderer.tsx +1 -0
  88. package/src/forms/path-widget.tsx +43 -7
  89. package/src/icons/icons.module.css +2 -2
  90. package/src/loaders/ellipses.module.css +2 -2
  91. package/src/loaders/ring.module.css +2 -2
  92. package/src/loaders/spinner.module.css +2 -2
  93. package/src/styles/components/hamburger.css +2 -2
  94. package/src/styles/reset.css +2 -2
  95. package/src/styles/styles.css +2 -2
  96. package/src/styles/typography.css +2 -2
  97. package/src/widgets/datepicker/datepicker.module.css +2 -2
  98. package/src/widgets/drawer/drawer.module.css +2 -2
  99. package/src/widgets/image-lightbox/image-lightbox.module.css +2 -2
  100. package/src/widgets/modal/modal.module.css +2 -2
  101. 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, byline-typography;
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, byline-typography;
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, byline-typography;
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, byline-typography;
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, byline-typography;
2
+ byline-functional, byline-typography, components, byline-components,
3
+ utilities, byline-utilities;
4
4
 
5
5
  @layer byline-components {
6
6
  .timeline,