@byline/ui 3.17.1 → 3.19.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 (108) hide show
  1. package/dist/components/@types/shared.d.ts +4 -4
  2. package/dist/components/accordion/accordion.d.ts +23 -17
  3. package/dist/components/animation/fade-in-lift.d.ts +1 -1
  4. package/dist/components/badge/badge.d.ts +4 -4
  5. package/dist/components/button/@types/button.d.ts +1 -1
  6. package/dist/components/button/button-group.d.ts +4 -4
  7. package/dist/components/card/card.d.ts +29 -24
  8. package/dist/components/chips/@types/chip.d.ts +1 -1
  9. package/dist/components/chips/chip.d.ts +4 -4
  10. package/dist/components/dropdown/dropdown.d.ts +70 -62
  11. package/dist/components/inputs/@types/autocomplete.d.ts +2 -2
  12. package/dist/components/inputs/@types/checkbox.d.ts +2 -2
  13. package/dist/components/inputs/@types/input.d.ts +2 -2
  14. package/dist/components/inputs/autocomplete.d.ts +15 -15
  15. package/dist/components/inputs/input.d.ts +1 -1
  16. package/dist/components/inputs/radio-group.d.ts +2 -2
  17. package/dist/components/inputs/select.d.ts +6 -6
  18. package/dist/components/pager/@types/index.d.ts +1 -1
  19. package/dist/components/pager/first-button.d.ts +6 -6
  20. package/dist/components/pager/last-button.d.ts +6 -6
  21. package/dist/components/pager/next-button.d.ts +6 -6
  22. package/dist/components/pager/number-button.d.ts +6 -6
  23. package/dist/components/pager/pagination.d.ts +28 -45
  24. package/dist/components/pager/previous-button.d.ts +6 -6
  25. package/dist/components/table/table.d.ts +28 -21
  26. package/dist/components/tabs/tabs.d.ts +23 -20
  27. package/dist/icons/activity-icon.d.ts +4 -4
  28. package/dist/icons/ai-icon.d.ts +4 -4
  29. package/dist/icons/byline-icon.d.ts +4 -4
  30. package/dist/icons/calendar-icon.d.ts +4 -4
  31. package/dist/icons/check-icon.d.ts +4 -4
  32. package/dist/icons/chevron-down-icon.d.ts +4 -4
  33. package/dist/icons/chevron-left-double-icon.d.ts +4 -4
  34. package/dist/icons/chevron-left-icon.d.ts +4 -4
  35. package/dist/icons/chevron-right-double-icon.d.ts +4 -4
  36. package/dist/icons/chevron-right-icon.d.ts +4 -4
  37. package/dist/icons/chevron-up-icon.d.ts +4 -4
  38. package/dist/icons/chevrons-up-down.d.ts +4 -4
  39. package/dist/icons/close-icon.d.ts +4 -4
  40. package/dist/icons/copy-icon.d.ts +4 -4
  41. package/dist/icons/dashboard-icon.d.ts +4 -4
  42. package/dist/icons/delete-icon.d.ts +4 -4
  43. package/dist/icons/document-icon.d.ts +4 -4
  44. package/dist/icons/download-icon.d.ts +4 -4
  45. package/dist/icons/edit-icon.d.ts +4 -4
  46. package/dist/icons/ellipsis-icon.d.ts +4 -4
  47. package/dist/icons/email-icon.d.ts +4 -4
  48. package/dist/icons/external-link-icon.d.ts +4 -4
  49. package/dist/icons/eye-closed-icon.d.ts +4 -4
  50. package/dist/icons/eye-open-icon.d.ts +4 -4
  51. package/dist/icons/github-icon.d.ts +4 -4
  52. package/dist/icons/globe-icon.d.ts +4 -4
  53. package/dist/icons/google-icon.d.ts +4 -4
  54. package/dist/icons/gripper-vertical-icon.d.ts +4 -4
  55. package/dist/icons/history-icon.d.ts +4 -4
  56. package/dist/icons/home-icon.d.ts +4 -4
  57. package/dist/icons/infonomic-icon.d.ts +4 -4
  58. package/dist/icons/light-icon.d.ts +4 -4
  59. package/dist/icons/location-pin-icon.d.ts +4 -4
  60. package/dist/icons/moon-icon.d.ts +4 -4
  61. package/dist/icons/plus-icon.d.ts +4 -4
  62. package/dist/icons/refresh-icon.d.ts +4 -4
  63. package/dist/icons/return-icon.d.ts +4 -4
  64. package/dist/icons/roles-icon.d.ts +4 -4
  65. package/dist/icons/search-icon.d.ts +4 -4
  66. package/dist/icons/search-menu-icon.d.ts +4 -4
  67. package/dist/icons/settings-gear-icon.d.ts +4 -4
  68. package/dist/icons/settings-sliders-icon.d.ts +4 -4
  69. package/dist/icons/sign-out-icon.d.ts +4 -4
  70. package/dist/icons/stop-icon.d.ts +4 -4
  71. package/dist/icons/stopwatch-icon.d.ts +4 -4
  72. package/dist/icons/user-icon.d.ts +4 -4
  73. package/dist/icons/users-icon.d.ts +4 -4
  74. package/dist/icons/video-icon.d.ts +4 -4
  75. package/dist/icons/wallet-icon.d.ts +4 -4
  76. package/dist/icons/x-icon.d.ts +4 -4
  77. package/dist/widgets/drawer/drawer.d.ts +10 -12
  78. package/dist/widgets/modal/modal.d.ts +8 -12
  79. package/dist/widgets/timeline/timeline.d.ts +27 -21
  80. package/package.json +15 -15
  81. package/src/icons/source/icon-calendar.svg +1 -1
  82. package/src/icons/source/icon-check.svg +1 -1
  83. package/src/icons/source/icon-coinbase.svg +1 -1
  84. package/src/icons/source/icon-copy.svg +1 -1
  85. package/src/icons/source/icon-document.svg +1 -1
  86. package/src/icons/source/icon-download.svg +1 -1
  87. package/src/icons/source/icon-edit.svg +1 -1
  88. package/src/icons/source/icon-eth-purple.svg +1 -1
  89. package/src/icons/source/icon-etherscan.svg +1 -1
  90. package/src/icons/source/icon-external-link.svg +1 -1
  91. package/src/icons/source/icon-globe.svg +1 -1
  92. package/src/icons/source/icon-gripper-vertical.svg +1 -1
  93. package/src/icons/source/icon-info.svg +1 -1
  94. package/src/icons/source/icon-infonomic.svg +1 -1
  95. package/src/icons/source/icon-ledger.svg +1 -1
  96. package/src/icons/source/icon-light.svg +1 -1
  97. package/src/icons/source/icon-location-pin.svg +1 -1
  98. package/src/icons/source/icon-logout.svg +1 -1
  99. package/src/icons/source/icon-metamask.svg +1 -1
  100. package/src/icons/source/icon-moon.svg +1 -1
  101. package/src/icons/source/icon-plus.svg +1 -1
  102. package/src/icons/source/icon-refresh.svg +1 -1
  103. package/src/icons/source/icon-return.svg +1 -1
  104. package/src/icons/source/icon-search-menu.svg +1 -1
  105. package/src/icons/source/icon-settings-gear.svg +1 -1
  106. package/src/icons/source/icon-settings.svg +1 -1
  107. package/src/icons/source/icon-walletconnect.svg +1 -1
  108. package/src/icons/source/icon-x.svg +1 -1
@@ -1,4 +1,4 @@
1
- <svg width="15" height="15" viewBox="0 0 15 15" fill="none"
1
+ <svg role="presentation" width="15" height="15" viewBox="0 0 15 15" fill="none"
2
2
  xmlns="http://www.w3.org/2000/svg">
3
3
  <path d="M1.84998 7.49998C1.84998 4.66458 4.05979 1.84998 7.49998 1.84998C10.2783 1.84998 11.6515 3.9064 12.2367 5H10.5C10.2239 5 10 5.22386 10 5.5C10 5.77614 10.2239 6 10.5 6H13.5C13.7761 6 14 5.77614 14 5.5V2.5C14 2.22386 13.7761 2 13.5 2C13.2239 2 13 2.22386 13 2.5V4.31318C12.2955 3.07126 10.6659 0.849976 7.49998 0.849976C3.43716 0.849976 0.849976 4.18537 0.849976 7.49998C0.849976 10.8146 3.43716 14.15 7.49998 14.15C9.44382 14.15 11.0622 13.3808 12.2145 12.2084C12.8315 11.5806 13.3133 10.839 13.6418 10.0407C13.7469 9.78536 13.6251 9.49315 13.3698 9.38806C13.1144 9.28296 12.8222 9.40478 12.7171 9.66014C12.4363 10.3425 12.0251 10.9745 11.5013 11.5074C10.5295 12.4963 9.16504 13.15 7.49998 13.15C4.05979 13.15 1.84998 10.3354 1.84998 7.49998Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path>
4
4
  </svg>
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14">
1
+ <svg role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14">
2
2
  <path d="M5.46,1.43,2,4.36,5.46,7.79" fill="none" strokeLinecap="square" strokeWidth="1"/>
3
3
  <path d="M2.59,4.45H9.12a4.06,4.06,0,1,1,0,8.12H3.81" fill="none" strokeLinecap="square" strokeLinejoin="round" strokeWidth="1"/>
4
4
  </svg>
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
- <svg version="1.1" id="Layer_1"
2
+ <svg role="presentation" version="1.1" id="Layer_1"
3
3
  xmlns="http://www.w3.org/2000/svg"
4
4
  xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
5
  <g>
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-settings" width="44" height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="#2c3e50" fill="none" stroke-linecap="round" stroke-linejoin="round">
1
+ <svg role="presentation" xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-settings" width="44" height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="#2c3e50" fill="none" stroke-linecap="round" stroke-linejoin="round">
2
2
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
3
3
  <path d="M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065z" />
4
4
  <path d="M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5" stroke="#2c3e50" fill="none" stroke-linecap="round" stroke-linejoin="round">
1
+ <svg role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5" stroke="#2c3e50" fill="none" stroke-linecap="round" stroke-linejoin="round">
2
2
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
3
3
  <path d="M14 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
4
4
  <path d="M4 6l8 0" />
@@ -1,4 +1,4 @@
1
- <svg viewBox="0 0 40 40"
1
+ <svg role="presentation" viewBox="0 0 40 40"
2
2
  xmlns="http://www.w3.org/2000/source">
3
3
  <path d="M8.68096 12.4756C14.9323 6.39698 25.0677 6.39698 31.3191 12.4756L32.0714 13.2071C32.384 13.511 32.384 14.0038 32.0714 14.3077L29.4978 16.8103C29.3415 16.9622 29.0881 16.9622 28.9318 16.8103L27.8965 15.8036C23.5354 11.563 16.4647 11.563 12.1036 15.8036L10.9948 16.8817C10.8385 17.0336 10.5851 17.0336 10.4288 16.8817L7.85517 14.3791C7.54261 14.0752 7.54261 13.5824 7.85517 13.2785L8.68096 12.4756ZM36.6417 17.6511L38.9322 19.8783C39.2448 20.1823 39.2448 20.675 38.9322 20.979L28.6039 31.022C28.2913 31.3259 27.7846 31.3259 27.472 31.022C27.472 31.022 27.472 31.022 27.472 31.022L20.1416 23.8942C20.0634 23.8182 19.9367 23.8182 19.8586 23.8942C19.8586 23.8942 19.8586 23.8942 19.8586 23.8942L12.5283 31.022C12.2157 31.3259 11.709 31.3259 11.3964 31.022C11.3964 31.022 11.3964 31.022 11.3964 31.022L1.06775 20.9788C0.755186 20.6749 0.755186 20.1821 1.06775 19.8782L3.35833 17.6509C3.6709 17.347 4.17767 17.347 4.49024 17.6509L11.8208 24.7789C11.8989 24.8549 12.0256 24.8549 12.1038 24.7789C12.1038 24.7789 12.1038 24.7789 12.1038 24.7789L19.4339 17.6509C19.7465 17.347 20.2533 17.347 20.5658 17.6509C20.5658 17.6509 20.5658 17.6509 20.5658 17.6509L27.8964 24.7789C27.9745 24.8549 28.1012 24.8549 28.1794 24.7789L35.5098 17.6511C35.8223 17.3471 36.3291 17.3471 36.6417 17.6511Z" fill="#3389FB" />
4
4
  </svg>
@@ -1,4 +1,4 @@
1
- <svg width="15" height="15" viewBox="0 0 15 15" fill="none"
1
+ <svg role="presentation" width="15" height="15" viewBox="0 0 15 15" fill="none"
2
2
  xmlns="http://www.w3.org/2000/svg">
3
3
  <path d="M12.8536 2.85355C13.0488 2.65829 13.0488 2.34171 12.8536 2.14645C12.6583 1.95118 12.3417 1.95118 12.1464 2.14645L7.5 6.79289L2.85355 2.14645C2.65829 1.95118 2.34171 1.95118 2.14645 2.14645C1.95118 2.34171 1.95118 2.65829 2.14645 2.85355L6.79289 7.5L2.14645 12.1464C1.95118 12.3417 1.95118 12.6583 2.14645 12.8536C2.34171 13.0488 2.65829 13.0488 2.85355 12.8536L7.5 8.20711L12.1464 12.8536C12.3417 13.0488 12.6583 13.0488 12.8536 12.8536C13.0488 12.6583 13.0488 12.3417 12.8536 12.1464L8.20711 7.5L12.8536 2.85355Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path>
4
4
  </svg>