@byline/ui 4.10.2 → 4.11.1

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 (233) hide show
  1. package/dist/components/accordion/accordion.js +6 -6
  2. package/dist/components/avatar/avatar.js +5 -5
  3. package/dist/components/badge/badge.js +2 -2
  4. package/dist/components/button/button-group.js +2 -2
  5. package/dist/components/button/button.js +2 -2
  6. package/dist/components/button/combo-button.js +8 -8
  7. package/dist/components/button/control-buttons.js +4 -4
  8. package/dist/components/button/copy-button.js +3 -3
  9. package/dist/components/button/icon-button.js +2 -2
  10. package/dist/components/card/card.js +7 -7
  11. package/dist/components/chips/chip.js +6 -6
  12. package/dist/components/container/container.js +2 -2
  13. package/dist/components/dropdown/dropdown.js +9 -9
  14. package/dist/components/hamburger/hamburger.js +4 -4
  15. package/dist/components/inputs/autocomplete.js +10 -10
  16. package/dist/components/inputs/calendar.js +24 -24
  17. package/dist/components/inputs/checkbox-group.js +2 -2
  18. package/dist/components/inputs/checkbox.js +6 -6
  19. package/dist/components/inputs/error-text.js +2 -2
  20. package/dist/components/inputs/help-text.js +2 -2
  21. package/dist/components/inputs/input-adornment.js +2 -2
  22. package/dist/components/inputs/input.js +6 -6
  23. package/dist/components/inputs/label.js +2 -2
  24. package/dist/components/inputs/radio-group.js +3 -3
  25. package/dist/components/inputs/select.js +6 -6
  26. package/dist/components/inputs/text-area.js +3 -3
  27. package/dist/components/notifications/alert.js +11 -11
  28. package/dist/components/notifications/toast.js +8 -8
  29. package/dist/components/pager/ellipses.js +2 -2
  30. package/dist/components/pager/first-button.js +2 -2
  31. package/dist/components/pager/last-button.js +2 -2
  32. package/dist/components/pager/next-button.js +2 -2
  33. package/dist/components/pager/number-button.js +3 -3
  34. package/dist/components/pager/pagination.js +3 -3
  35. package/dist/components/pager/previous-button.js +2 -2
  36. package/dist/components/scroll-area/scroll-area.js +8 -8
  37. package/dist/components/scroll-to-top/scroll-to-top.js +2 -2
  38. package/dist/components/section/section.js +2 -2
  39. package/dist/components/shimmer/shimmer.js +4 -4
  40. package/dist/components/table/table.js +10 -10
  41. package/dist/components/tabs/tabs.js +5 -5
  42. package/dist/components/tooltip/tooltip.js +3 -3
  43. package/dist/dnd/draggable-sortable/demo/draggable-list-demo.js +5 -5
  44. package/dist/icons/activity-icon.js +3 -3
  45. package/dist/icons/ai-icon.js +3 -3
  46. package/dist/icons/byline-icon.js +3 -3
  47. package/dist/icons/calendar-icon.js +3 -3
  48. package/dist/icons/check-icon.js +3 -3
  49. package/dist/icons/chevron-down-icon.js +3 -3
  50. package/dist/icons/chevron-left-double-icon.js +3 -3
  51. package/dist/icons/chevron-left-icon.js +3 -3
  52. package/dist/icons/chevron-right-double-icon.js +3 -3
  53. package/dist/icons/chevron-right-icon.js +3 -3
  54. package/dist/icons/chevron-up-icon.js +3 -3
  55. package/dist/icons/chevrons-up-down.js +3 -3
  56. package/dist/icons/close-icon.js +3 -3
  57. package/dist/icons/copy-icon.js +3 -3
  58. package/dist/icons/danger-icon.js +3 -3
  59. package/dist/icons/dashboard-icon.js +3 -3
  60. package/dist/icons/delete-icon.js +3 -3
  61. package/dist/icons/document-icon.js +3 -3
  62. package/dist/icons/download-icon.js +3 -3
  63. package/dist/icons/edit-icon.js +3 -3
  64. package/dist/icons/ellipsis-icon.js +3 -3
  65. package/dist/icons/email-icon.js +3 -3
  66. package/dist/icons/external-link-icon.js +3 -3
  67. package/dist/icons/eye-closed-icon.js +3 -3
  68. package/dist/icons/eye-open-icon.js +3 -3
  69. package/dist/icons/github-icon.js +3 -3
  70. package/dist/icons/globe-icon.js +3 -3
  71. package/dist/icons/google-icon.js +2 -2
  72. package/dist/icons/gripper-vertical-icon.js +3 -3
  73. package/dist/icons/history-icon.js +3 -3
  74. package/dist/icons/home-icon.js +3 -3
  75. package/dist/icons/icon-element.js +2 -2
  76. package/dist/icons/info-icon.js +3 -3
  77. package/dist/icons/infonomic-icon.js +3 -3
  78. package/dist/icons/light-icon.js +3 -3
  79. package/dist/icons/location-pin-icon.js +3 -3
  80. package/dist/icons/markdown-icon.js +3 -3
  81. package/dist/icons/moon-icon.js +3 -3
  82. package/dist/icons/plus-icon.js +3 -3
  83. package/dist/icons/primary-icon.js +3 -3
  84. package/dist/icons/refresh-icon.js +3 -3
  85. package/dist/icons/return-icon.js +3 -3
  86. package/dist/icons/roles-icon.js +3 -3
  87. package/dist/icons/search-icon.js +3 -3
  88. package/dist/icons/search-menu-icon.js +3 -3
  89. package/dist/icons/settings-gear-icon.js +3 -3
  90. package/dist/icons/settings-sliders-icon.js +3 -3
  91. package/dist/icons/sign-out-icon.js +3 -3
  92. package/dist/icons/stop-icon.js +3 -3
  93. package/dist/icons/stopwatch-icon.js +3 -3
  94. package/dist/icons/success-icon.js +3 -3
  95. package/dist/icons/user-icon.js +3 -3
  96. package/dist/icons/users-icon.js +3 -3
  97. package/dist/icons/video-icon.js +3 -3
  98. package/dist/icons/wallet-icon.js +3 -3
  99. package/dist/icons/warning-icon.js +3 -3
  100. package/dist/icons/x-icon.js +3 -3
  101. package/dist/loaders/ellipses.js +3 -3
  102. package/dist/loaders/ring.js +3 -3
  103. package/dist/loaders/spinner.js +4 -4
  104. package/dist/widgets/datepicker/datepicker.js +12 -12
  105. package/dist/widgets/drawer/drawer-container.js +2 -2
  106. package/dist/widgets/drawer/drawer-content.js +2 -2
  107. package/dist/widgets/drawer/drawer-header.js +2 -2
  108. package/dist/widgets/drawer/drawer-top-actions.js +2 -2
  109. package/dist/widgets/drawer/drawer.js +4 -4
  110. package/dist/widgets/image-lightbox/image-lightbox.js +9 -9
  111. package/dist/widgets/modal/modal-actions.js +2 -2
  112. package/dist/widgets/modal/modal-container.js +2 -2
  113. package/dist/widgets/modal/modal-content.js +2 -2
  114. package/dist/widgets/modal/modal-header.js +2 -2
  115. package/dist/widgets/modal/modal.js +3 -3
  116. package/dist/widgets/timeline/timeline.js +8 -8
  117. package/package.json +2 -2
  118. package/src/components/accordion/accordion.tsx +1 -1
  119. package/src/components/avatar/avatar.tsx +1 -1
  120. package/src/components/badge/badge.tsx +1 -1
  121. package/src/components/button/button-group.tsx +1 -1
  122. package/src/components/button/button.tsx +1 -1
  123. package/src/components/button/combo-button.tsx +1 -1
  124. package/src/components/button/control-buttons.tsx +1 -1
  125. package/src/components/button/copy-button.tsx +1 -1
  126. package/src/components/button/icon-button.tsx +1 -1
  127. package/src/components/card/card.tsx +1 -1
  128. package/src/components/chips/chip.tsx +1 -1
  129. package/src/components/container/container.tsx +1 -1
  130. package/src/components/dropdown/dropdown.tsx +1 -1
  131. package/src/components/hamburger/hamburger.tsx +1 -1
  132. package/src/components/inputs/autocomplete.tsx +1 -1
  133. package/src/components/inputs/calendar.tsx +1 -1
  134. package/src/components/inputs/checkbox-group.tsx +1 -1
  135. package/src/components/inputs/checkbox.tsx +1 -1
  136. package/src/components/inputs/error-text.tsx +1 -1
  137. package/src/components/inputs/help-text.tsx +1 -1
  138. package/src/components/inputs/input-adornment.tsx +1 -1
  139. package/src/components/inputs/input.tsx +1 -1
  140. package/src/components/inputs/label.tsx +1 -1
  141. package/src/components/inputs/radio-group.tsx +1 -1
  142. package/src/components/inputs/select.tsx +1 -1
  143. package/src/components/inputs/text-area.tsx +1 -1
  144. package/src/components/notifications/alert.tsx +1 -1
  145. package/src/components/notifications/toast.tsx +1 -1
  146. package/src/components/pager/ellipses.tsx +1 -1
  147. package/src/components/pager/first-button.tsx +1 -1
  148. package/src/components/pager/last-button.tsx +1 -1
  149. package/src/components/pager/next-button.tsx +1 -1
  150. package/src/components/pager/number-button.tsx +1 -1
  151. package/src/components/pager/pagination.tsx +1 -1
  152. package/src/components/pager/previous-button.tsx +1 -1
  153. package/src/components/scroll-area/scroll-area.tsx +1 -1
  154. package/src/components/scroll-to-top/scroll-to-top.tsx +1 -1
  155. package/src/components/section/section.tsx +1 -1
  156. package/src/components/shimmer/shimmer.tsx +1 -1
  157. package/src/components/table/table.tsx +1 -1
  158. package/src/components/tabs/tabs.tsx +1 -1
  159. package/src/components/tooltip/tooltip.tsx +1 -1
  160. package/src/dnd/draggable-sortable/demo/draggable-list-demo.tsx +1 -1
  161. package/src/icons/activity-icon.tsx +1 -1
  162. package/src/icons/ai-icon.tsx +1 -1
  163. package/src/icons/byline-icon.tsx +1 -1
  164. package/src/icons/calendar-icon.tsx +1 -1
  165. package/src/icons/check-icon.tsx +1 -1
  166. package/src/icons/chevron-down-icon.tsx +1 -1
  167. package/src/icons/chevron-left-double-icon.tsx +1 -1
  168. package/src/icons/chevron-left-icon.tsx +1 -1
  169. package/src/icons/chevron-right-double-icon.tsx +1 -1
  170. package/src/icons/chevron-right-icon.tsx +1 -1
  171. package/src/icons/chevron-up-icon.tsx +1 -1
  172. package/src/icons/chevrons-up-down.tsx +1 -1
  173. package/src/icons/close-icon.tsx +1 -1
  174. package/src/icons/copy-icon.tsx +1 -1
  175. package/src/icons/danger-icon.tsx +1 -1
  176. package/src/icons/dashboard-icon.tsx +1 -1
  177. package/src/icons/delete-icon.tsx +1 -1
  178. package/src/icons/document-icon.tsx +1 -1
  179. package/src/icons/download-icon.tsx +1 -1
  180. package/src/icons/edit-icon.tsx +1 -1
  181. package/src/icons/ellipsis-icon.tsx +1 -1
  182. package/src/icons/email-icon.tsx +1 -1
  183. package/src/icons/external-link-icon.tsx +1 -1
  184. package/src/icons/eye-closed-icon.tsx +1 -1
  185. package/src/icons/eye-open-icon.tsx +1 -1
  186. package/src/icons/github-icon.tsx +1 -1
  187. package/src/icons/globe-icon.tsx +1 -1
  188. package/src/icons/google-icon.tsx +1 -1
  189. package/src/icons/gripper-vertical-icon.tsx +1 -1
  190. package/src/icons/history-icon.tsx +1 -1
  191. package/src/icons/home-icon.tsx +1 -1
  192. package/src/icons/icon-element.tsx +1 -1
  193. package/src/icons/info-icon.tsx +1 -1
  194. package/src/icons/infonomic-icon.tsx +1 -1
  195. package/src/icons/light-icon.tsx +1 -1
  196. package/src/icons/location-pin-icon.tsx +1 -1
  197. package/src/icons/markdown-icon.tsx +1 -1
  198. package/src/icons/moon-icon.tsx +1 -1
  199. package/src/icons/plus-icon.tsx +1 -1
  200. package/src/icons/primary-icon.tsx +1 -1
  201. package/src/icons/refresh-icon.tsx +1 -1
  202. package/src/icons/return-icon.tsx +1 -1
  203. package/src/icons/roles-icon.tsx +1 -1
  204. package/src/icons/search-icon.tsx +1 -1
  205. package/src/icons/search-menu-icon.tsx +1 -1
  206. package/src/icons/settings-gear-icon.tsx +1 -1
  207. package/src/icons/settings-sliders-icon.tsx +1 -1
  208. package/src/icons/sign-out-icon.tsx +1 -1
  209. package/src/icons/stop-icon.tsx +1 -1
  210. package/src/icons/stopwatch-icon.tsx +1 -1
  211. package/src/icons/success-icon.tsx +1 -1
  212. package/src/icons/user-icon.tsx +1 -1
  213. package/src/icons/users-icon.tsx +1 -1
  214. package/src/icons/video-icon.tsx +1 -1
  215. package/src/icons/wallet-icon.tsx +1 -1
  216. package/src/icons/warning-icon.tsx +1 -1
  217. package/src/icons/x-icon.tsx +1 -1
  218. package/src/loaders/ellipses.tsx +1 -1
  219. package/src/loaders/ring.tsx +1 -1
  220. package/src/loaders/spinner.tsx +1 -1
  221. package/src/widgets/datepicker/datepicker.tsx +1 -1
  222. package/src/widgets/drawer/drawer-container.tsx +1 -1
  223. package/src/widgets/drawer/drawer-content.tsx +1 -1
  224. package/src/widgets/drawer/drawer-header.tsx +1 -1
  225. package/src/widgets/drawer/drawer-top-actions.tsx +1 -1
  226. package/src/widgets/drawer/drawer.tsx +1 -1
  227. package/src/widgets/image-lightbox/image-lightbox.tsx +1 -1
  228. package/src/widgets/modal/modal-actions.tsx +1 -1
  229. package/src/widgets/modal/modal-container.tsx +1 -1
  230. package/src/widgets/modal/modal-content.tsx +1 -1
  231. package/src/widgets/modal/modal-header.tsx +1 -1
  232. package/src/widgets/modal/modal.tsx +1 -1
  233. package/src/widgets/timeline/timeline.tsx +1 -1
@@ -1,6 +1,6 @@
1
1
  import type React from 'react'
2
2
 
3
- import cx from 'classnames'
3
+ import cx from 'clsx'
4
4
 
5
5
  import { IconElement } from './icon-element.js'
6
6
  import styles from './icons.module.css'
@@ -1,6 +1,6 @@
1
1
  import type React from 'react'
2
2
 
3
- import cx from 'classnames'
3
+ import cx from 'clsx'
4
4
 
5
5
  import { IconElement } from './icon-element.js'
6
6
  import styles from './icons.module.css'
@@ -1,6 +1,6 @@
1
1
  import type React from 'react'
2
2
 
3
- import cx from 'classnames'
3
+ import cx from 'clsx'
4
4
 
5
5
  import { IconElement } from './icon-element.js'
6
6
  import styles from './icons.module.css'
@@ -1,6 +1,6 @@
1
1
  import type React from 'react'
2
2
 
3
- import cx from 'classnames'
3
+ import cx from 'clsx'
4
4
 
5
5
  import { IconElement } from './icon-element.js'
6
6
  import styles from './icons.module.css'
@@ -1,6 +1,6 @@
1
1
  import type React from 'react'
2
2
 
3
- import cx from 'classnames'
3
+ import cx from 'clsx'
4
4
 
5
5
  import { IconElement } from './icon-element.js'
6
6
  import styles from './icons.module.css'
@@ -1,6 +1,6 @@
1
1
  import type React from 'react'
2
2
 
3
- import cx from 'classnames'
3
+ import cx from 'clsx'
4
4
 
5
5
  import { IconElement } from './icon-element.jsx'
6
6
  import styles from './icons.module.css'
@@ -1,6 +1,6 @@
1
1
  import type React from 'react'
2
2
 
3
- import cx from 'classnames'
3
+ import cx from 'clsx'
4
4
 
5
5
  import { IconElement } from './icon-element'
6
6
  import styles from './icons.module.css'
@@ -1,6 +1,6 @@
1
1
  import type React from 'react'
2
2
 
3
- import cx from 'classnames'
3
+ import cx from 'clsx'
4
4
 
5
5
  import { IconElement } from './icon-element.js'
6
6
  import styles from './icons.module.css'
@@ -1,6 +1,6 @@
1
1
  import type React from 'react'
2
2
 
3
- import cx from 'classnames'
3
+ import cx from 'clsx'
4
4
 
5
5
  import { IconElement } from './icon-element.js'
6
6
  import styles from './icons.module.css'
@@ -1,6 +1,6 @@
1
1
  import type React from 'react'
2
2
 
3
- import cx from 'classnames'
3
+ import cx from 'clsx'
4
4
 
5
5
  import { IconElement } from './icon-element.js'
6
6
  import styles from './icons.module.css'
@@ -1,6 +1,6 @@
1
1
  import type React from 'react'
2
2
 
3
- import cx from 'classnames'
3
+ import cx from 'clsx'
4
4
 
5
5
  import { IconElement } from './icon-element.js'
6
6
  import styles from './icons.module.css'
@@ -1,6 +1,6 @@
1
1
  import type React from 'react'
2
2
 
3
- import cx from 'classnames'
3
+ import cx from 'clsx'
4
4
 
5
5
  import { IconElement } from './icon-element.js'
6
6
  import styles from './icons.module.css'
@@ -1,6 +1,6 @@
1
1
  import type React from 'react'
2
2
 
3
- import cx from 'classnames'
3
+ import cx from 'clsx'
4
4
 
5
5
  import { IconElement } from './icon-element.js'
6
6
  import styles from './icons.module.css'
@@ -1,6 +1,6 @@
1
1
  import type React from 'react'
2
2
 
3
- import cx from 'classnames'
3
+ import cx from 'clsx'
4
4
 
5
5
  import { IconElement } from './icon-element.js'
6
6
  import styles from './icons.module.css'
@@ -1,7 +1,7 @@
1
1
  // https://github.com/JoshK2/react-spinners-css
2
2
  import type React from 'react'
3
3
 
4
- import cx from 'classnames'
4
+ import cx from 'clsx'
5
5
 
6
6
  import styles from './ellipses.module.css'
7
7
  import type { LoaderProps } from './@types/index.js'
@@ -1,7 +1,7 @@
1
1
  // https://github.com/JoshK2/react-spinners-css
2
2
  import type React from 'react'
3
3
 
4
- import cx from 'classnames'
4
+ import cx from 'clsx'
5
5
 
6
6
  import styles from './ring.module.css'
7
7
  import type { LoaderProps } from './@types/index.js'
@@ -1,7 +1,7 @@
1
1
  // https://github.com/JoshK2/react-spinners-css
2
2
  import type React from 'react'
3
3
 
4
- import cx from 'classnames'
4
+ import cx from 'clsx'
5
5
 
6
6
  import styles from './spinner.module.css'
7
7
  import type { LoaderProps } from './@types/index.js'
@@ -11,7 +11,7 @@ import type React from 'react'
11
11
  import { useEffect, useRef, useState } from 'react'
12
12
 
13
13
  import { Popover } from '@base-ui/react/popover'
14
- import cx from 'classnames'
14
+ import cx from 'clsx'
15
15
  import { format } from 'date-fns'
16
16
 
17
17
  import { Button } from '../../components/button/button.js'
@@ -2,7 +2,7 @@
2
2
 
3
3
  import type * as React from 'react'
4
4
 
5
- import cx from 'classnames'
5
+ import cx from 'clsx'
6
6
 
7
7
  import styles from './drawer.module.css'
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  import type * as React from 'react'
4
4
 
5
- import cx from 'classnames'
5
+ import cx from 'clsx'
6
6
 
7
7
  import styles from './drawer.module.css'
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  import type * as React from 'react'
4
4
 
5
- import cx from 'classnames'
5
+ import cx from 'clsx'
6
6
 
7
7
  import styles from './drawer.module.css'
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  import type * as React from 'react'
4
4
 
5
- import cx from 'classnames'
5
+ import cx from 'clsx'
6
6
 
7
7
  import styles from './drawer.module.css'
8
8
 
@@ -4,7 +4,7 @@ import type { ReactNode } from 'react'
4
4
  import { useEffect } from 'react'
5
5
 
6
6
  import { Drawer as BaseDrawer } from '@base-ui/react/drawer'
7
- import cx from 'classnames'
7
+ import cx from 'clsx'
8
8
 
9
9
  import styles from './drawer.module.css'
10
10
  import { DrawerContainer } from './drawer-container'
@@ -8,7 +8,7 @@
8
8
  * Copyright (c) Infonomic Company Limited
9
9
  */
10
10
 
11
- import cx from 'classnames'
11
+ import cx from 'clsx'
12
12
 
13
13
  import { IconButton } from '../../components/button/icon-button.js'
14
14
  import { CloseIcon } from '../../icons/close-icon.js'
@@ -2,7 +2,7 @@
2
2
 
3
3
  import type * as React from 'react'
4
4
 
5
- import cx from 'classnames'
5
+ import cx from 'clsx'
6
6
 
7
7
  import styles from './modal.module.css'
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  import type * as React from 'react'
4
4
 
5
- import cx from 'classnames'
5
+ import cx from 'clsx'
6
6
 
7
7
  import styles from './modal.module.css'
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  import type * as React from 'react'
4
4
 
5
- import cx from 'classnames'
5
+ import cx from 'clsx'
6
6
 
7
7
  import styles from './modal.module.css'
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  import type * as React from 'react'
4
4
 
5
- import cx from 'classnames'
5
+ import cx from 'clsx'
6
6
 
7
7
  import styles from './modal.module.css'
8
8
 
@@ -4,7 +4,7 @@ import type React from 'react'
4
4
  import { createContext, useCallback, useRef, useState } from 'react'
5
5
 
6
6
  import { Dialog } from '@base-ui/react/dialog'
7
- import cx from 'classnames'
7
+ import cx from 'clsx'
8
8
 
9
9
  import styles from './modal.module.css'
10
10
  import { ModalActions } from './modal-actions'
@@ -2,7 +2,7 @@
2
2
 
3
3
  import type React from 'react'
4
4
 
5
- import cx from 'classnames'
5
+ import cx from 'clsx'
6
6
 
7
7
  import styles from './timeline.module.css'
8
8