@nectary/components 4.11.1 → 4.12.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 (585) hide show
  1. package/accordion/global/index.d.ts +1 -0
  2. package/accordion/global/index.js +2 -0
  3. package/accordion/index.d.ts +1 -22
  4. package/accordion/index.js +41 -39
  5. package/accordion/types.d.ts +21 -1
  6. package/accordion/types.js +1 -1
  7. package/accordion-item/global/index.d.ts +1 -0
  8. package/accordion-item/global/index.js +2 -0
  9. package/accordion-item/index.d.ts +2 -22
  10. package/accordion-item/index.js +53 -49
  11. package/accordion-item/types.d.ts +21 -1
  12. package/accordion-item/types.js +1 -1
  13. package/accordion-item/utils.js +4 -1
  14. package/action-menu/global/index.d.ts +1 -0
  15. package/action-menu/global/index.js +2 -0
  16. package/action-menu/index.d.ts +1 -22
  17. package/action-menu/index.js +83 -75
  18. package/action-menu/types.d.ts +21 -1
  19. package/action-menu/types.js +1 -1
  20. package/action-menu-option/global/index.d.ts +1 -0
  21. package/action-menu-option/global/index.js +2 -0
  22. package/action-menu-option/index.d.ts +1 -22
  23. package/action-menu-option/index.js +39 -41
  24. package/action-menu-option/types.d.ts +21 -1
  25. package/action-menu-option/types.js +1 -1
  26. package/action-menu-option/utils.js +6 -3
  27. package/alert/global/index.d.ts +1 -0
  28. package/alert/global/index.js +2 -0
  29. package/alert/index.d.ts +2 -22
  30. package/alert/index.js +24 -21
  31. package/alert/types.d.ts +21 -1
  32. package/alert/types.js +1 -1
  33. package/alert/utils.js +4 -1
  34. package/avatar/colors.js +1 -1
  35. package/avatar/global/index.d.ts +1 -0
  36. package/avatar/global/index.js +2 -0
  37. package/avatar/index.d.ts +2 -22
  38. package/avatar/index.js +42 -41
  39. package/avatar/types.d.ts +21 -1
  40. package/avatar/types.js +1 -1
  41. package/avatar/utils.js +9 -4
  42. package/badge/global/index.d.ts +1 -0
  43. package/badge/global/index.js +2 -0
  44. package/badge/index.d.ts +3 -22
  45. package/badge/index.js +52 -51
  46. package/badge/types.d.ts +21 -1
  47. package/badge/types.js +1 -1
  48. package/badge/utils.js +4 -1
  49. package/bundle.d.ts +78 -0
  50. package/bundle.js +13033 -0
  51. package/bundle.ts +80 -0
  52. package/button/global/index.d.ts +1 -0
  53. package/button/global/index.js +2 -0
  54. package/button/index.d.ts +2 -22
  55. package/button/index.js +101 -111
  56. package/button/types.d.ts +21 -1
  57. package/button/types.js +1 -1
  58. package/button/utils.js +18 -2
  59. package/button-group/global/index.d.ts +1 -0
  60. package/button-group/global/index.js +2 -0
  61. package/button-group/index.d.ts +1 -22
  62. package/button-group/index.js +20 -18
  63. package/button-group/types.d.ts +22 -3
  64. package/button-group/types.js +1 -1
  65. package/button-group-item/global/index.d.ts +1 -0
  66. package/button-group-item/global/index.js +2 -0
  67. package/button-group-item/index.d.ts +2 -22
  68. package/button-group-item/index.js +31 -42
  69. package/button-group-item/types.d.ts +22 -3
  70. package/button-group-item/types.js +1 -1
  71. package/card-container/global/index.d.ts +1 -0
  72. package/card-container/global/index.js +2 -0
  73. package/card-container/index.d.ts +1 -21
  74. package/card-container/index.js +8 -5
  75. package/card-container/types.d.ts +21 -1
  76. package/card-container/types.js +1 -1
  77. package/card-v2/global/index.d.ts +1 -0
  78. package/card-v2/global/index.js +2 -0
  79. package/card-v2/index.d.ts +1 -22
  80. package/card-v2/index.js +59 -57
  81. package/card-v2/types.d.ts +21 -1
  82. package/card-v2/types.js +1 -1
  83. package/card-v2-title/global/index.d.ts +1 -0
  84. package/card-v2-title/global/index.js +2 -0
  85. package/card-v2-title/index.d.ts +2 -22
  86. package/card-v2-title/index.js +28 -26
  87. package/card-v2-title/types.d.ts +21 -1
  88. package/card-v2-title/types.js +1 -1
  89. package/checkbox/global/index.d.ts +1 -0
  90. package/checkbox/global/index.js +2 -0
  91. package/checkbox/index.d.ts +1 -22
  92. package/checkbox/index.js +88 -81
  93. package/checkbox/types.d.ts +21 -1
  94. package/checkbox/types.js +1 -1
  95. package/chip/colors.js +1 -1
  96. package/chip/global/index.d.ts +1 -0
  97. package/chip/global/index.js +2 -0
  98. package/chip/index.d.ts +1 -22
  99. package/chip/index.js +62 -75
  100. package/chip/types.d.ts +21 -1
  101. package/chip/types.js +1 -1
  102. package/chip/utils.js +7 -3
  103. package/code-tag/global/index.d.ts +1 -0
  104. package/code-tag/global/index.js +2 -0
  105. package/code-tag/index.d.ts +1 -22
  106. package/code-tag/index.js +17 -14
  107. package/code-tag/types.d.ts +21 -1
  108. package/code-tag/types.js +1 -1
  109. package/color-menu/global/index.d.ts +1 -0
  110. package/color-menu/global/index.js +2 -0
  111. package/color-menu/index.d.ts +2 -22
  112. package/color-menu/index.js +115 -115
  113. package/color-menu/types.d.ts +21 -1
  114. package/color-menu/types.js +1 -1
  115. package/color-menu/utils.js +6 -3
  116. package/color-menu-option/global/index.d.ts +1 -0
  117. package/color-menu-option/global/index.js +2 -0
  118. package/color-menu-option/index.d.ts +1 -22
  119. package/color-menu-option/index.js +30 -26
  120. package/color-menu-option/types.d.ts +21 -1
  121. package/color-menu-option/types.js +1 -1
  122. package/color-menu-option/utils.js +6 -3
  123. package/color-swatch/global/index.d.ts +1 -0
  124. package/color-swatch/global/index.js +2 -0
  125. package/color-swatch/index.d.ts +1 -22
  126. package/color-swatch/index.js +23 -20
  127. package/color-swatch/types.d.ts +21 -1
  128. package/color-swatch/types.js +1 -1
  129. package/color-swatch/utils.js +7 -3
  130. package/date-picker/global/index.d.ts +1 -0
  131. package/date-picker/global/index.js +2 -0
  132. package/date-picker/index.d.ts +2 -22
  133. package/date-picker/index.js +157 -150
  134. package/date-picker/types.d.ts +21 -1
  135. package/date-picker/types.js +1 -1
  136. package/date-picker/utils.js +59 -42
  137. package/dialog/global/index.d.ts +1 -0
  138. package/dialog/global/index.js +2 -0
  139. package/dialog/index.d.ts +1 -22
  140. package/dialog/index.js +71 -58
  141. package/dialog/types.d.ts +21 -1
  142. package/dialog/types.js +1 -1
  143. package/dialog/utils.js +11 -7
  144. package/emoji/global/index.d.ts +1 -0
  145. package/emoji/global/index.js +2 -0
  146. package/emoji/index.d.ts +1 -22
  147. package/emoji/index.js +19 -16
  148. package/emoji/types.d.ts +21 -1
  149. package/emoji/types.js +1 -1
  150. package/emoji/utils.js +22 -17
  151. package/emoji-picker/global/index.d.ts +1 -0
  152. package/emoji-picker/global/index.js +2 -0
  153. package/emoji-picker/index.d.ts +2 -22
  154. package/emoji-picker/index.js +138 -118
  155. package/emoji-picker/types.d.ts +21 -1
  156. package/emoji-picker/types.js +1 -1
  157. package/field/global/index.d.ts +1 -0
  158. package/field/global/index.js +2 -0
  159. package/field/index.d.ts +1 -22
  160. package/field/index.js +63 -60
  161. package/field/types.d.ts +21 -1
  162. package/field/types.js +1 -1
  163. package/file-drop/global/index.d.ts +1 -0
  164. package/file-drop/global/index.js +2 -0
  165. package/file-drop/index.d.ts +1 -22
  166. package/file-drop/index.js +103 -98
  167. package/file-drop/types.d.ts +21 -1
  168. package/file-drop/types.js +1 -1
  169. package/file-drop/utils.js +27 -22
  170. package/file-picker/global/index.d.ts +1 -0
  171. package/file-picker/global/index.js +2 -0
  172. package/file-picker/index.d.ts +1 -22
  173. package/file-picker/index.js +53 -48
  174. package/file-picker/types.d.ts +21 -1
  175. package/file-picker/types.js +1 -1
  176. package/file-picker/utils.js +6 -3
  177. package/file-status/global/index.d.ts +1 -0
  178. package/file-status/global/index.js +2 -0
  179. package/file-status/index.d.ts +2 -22
  180. package/file-status/index.js +33 -22
  181. package/file-status/types.d.ts +21 -1
  182. package/file-status/types.js +1 -1
  183. package/file-status/utils.js +4 -1
  184. package/flag/global/index.d.ts +1 -0
  185. package/flag/global/index.js +2 -0
  186. package/flag/index.d.ts +1 -22
  187. package/flag/index.js +19 -16
  188. package/flag/types.d.ts +21 -1
  189. package/flag/types.js +1 -1
  190. package/flag/utils.js +11 -8
  191. package/grid/global/index.d.ts +1 -0
  192. package/grid/global/index.js +2 -0
  193. package/grid/index.d.ts +1 -22
  194. package/grid/index.js +8 -5
  195. package/grid/types.d.ts +21 -1
  196. package/grid/types.js +1 -1
  197. package/grid-item/global/index.d.ts +1 -0
  198. package/grid-item/global/index.js +2 -0
  199. package/grid-item/index.d.ts +1 -22
  200. package/grid-item/index.js +17 -13
  201. package/grid-item/types.d.ts +21 -1
  202. package/grid-item/types.js +1 -1
  203. package/help-tooltip/global/index.d.ts +1 -0
  204. package/help-tooltip/global/index.js +2 -0
  205. package/help-tooltip/index.d.ts +1 -22
  206. package/help-tooltip/index.js +29 -26
  207. package/help-tooltip/types.d.ts +21 -1
  208. package/help-tooltip/types.js +1 -1
  209. package/icon/generated-icon-type.js +1 -1
  210. package/icon/global/index.d.ts +1 -0
  211. package/icon/global/index.js +2 -0
  212. package/icon/index.d.ts +1 -22
  213. package/icon/index.js +30 -28
  214. package/icon/types.d.ts +21 -1
  215. package/icon/types.js +1 -1
  216. package/inline-alert/global/index.d.ts +1 -0
  217. package/inline-alert/global/index.js +2 -0
  218. package/inline-alert/index.d.ts +2 -22
  219. package/inline-alert/index.js +58 -39
  220. package/inline-alert/types.d.ts +21 -1
  221. package/inline-alert/types.js +1 -1
  222. package/inline-alert/utils.js +4 -1
  223. package/input/global/index.d.ts +1 -0
  224. package/input/global/index.js +2 -0
  225. package/input/index.d.ts +2 -22
  226. package/input/index.js +295 -317
  227. package/input/types.d.ts +21 -1
  228. package/input/types.js +1 -1
  229. package/input/utils.js +56 -46
  230. package/link/global/index.d.ts +1 -0
  231. package/link/global/index.js +2 -0
  232. package/link/index.d.ts +1 -22
  233. package/link/index.js +88 -79
  234. package/link/types.d.ts +21 -1
  235. package/link/types.js +1 -1
  236. package/list/global/index.d.ts +1 -0
  237. package/list/global/index.js +2 -0
  238. package/list/index.d.ts +1 -21
  239. package/list/index.js +9 -6
  240. package/list/types.d.ts +21 -1
  241. package/list/types.js +1 -1
  242. package/list-item/global/index.d.ts +1 -0
  243. package/list-item/global/index.js +2 -0
  244. package/list-item/index.d.ts +1 -22
  245. package/list-item/index.js +9 -6
  246. package/list-item/types.d.ts +21 -1
  247. package/list-item/types.js +1 -1
  248. package/package.json +12 -6
  249. package/pagination/global/index.d.ts +1 -0
  250. package/pagination/global/index.js +2 -0
  251. package/pagination/index.d.ts +2 -22
  252. package/pagination/index.js +64 -46
  253. package/pagination/types.d.ts +21 -1
  254. package/pagination/types.js +1 -1
  255. package/persistent-overlay/global/index.d.ts +1 -0
  256. package/persistent-overlay/global/index.js +2 -0
  257. package/persistent-overlay/index.d.ts +1 -22
  258. package/persistent-overlay/index.js +42 -44
  259. package/persistent-overlay/types.d.ts +21 -1
  260. package/persistent-overlay/types.js +1 -1
  261. package/pop/global/index.d.ts +1 -0
  262. package/pop/global/index.js +2 -0
  263. package/pop/index.d.ts +3 -22
  264. package/pop/index.js +149 -150
  265. package/pop/types.d.ts +21 -1
  266. package/pop/types.js +1 -1
  267. package/pop/utils.js +24 -8
  268. package/popover/global/index.d.ts +1 -0
  269. package/popover/global/index.js +2 -0
  270. package/popover/index.d.ts +2 -22
  271. package/popover/index.js +75 -68
  272. package/popover/types.d.ts +21 -1
  273. package/popover/types.js +1 -1
  274. package/popover/utils.js +18 -7
  275. package/progress/global/index.d.ts +1 -0
  276. package/progress/global/index.js +2 -0
  277. package/progress/index.d.ts +1 -22
  278. package/progress/index.js +30 -33
  279. package/progress/types.d.ts +21 -1
  280. package/progress/types.js +1 -1
  281. package/progress-stepper/global/index.d.ts +1 -0
  282. package/progress-stepper/global/index.js +2 -0
  283. package/progress-stepper/index.d.ts +2 -22
  284. package/progress-stepper/index.js +64 -66
  285. package/progress-stepper/types.d.ts +21 -1
  286. package/progress-stepper/types.js +1 -1
  287. package/progress-stepper-item/global/index.d.ts +1 -0
  288. package/progress-stepper-item/global/index.js +2 -0
  289. package/progress-stepper-item/index.d.ts +1 -22
  290. package/progress-stepper-item/index.js +58 -50
  291. package/progress-stepper-item/types.d.ts +21 -1
  292. package/progress-stepper-item/types.js +1 -1
  293. package/progress-stepper-item/utils.js +22 -11
  294. package/radio/global/index.d.ts +1 -0
  295. package/radio/global/index.js +2 -0
  296. package/radio/index.d.ts +1 -22
  297. package/radio/index.js +79 -83
  298. package/radio/types.d.ts +21 -1
  299. package/radio/types.js +1 -1
  300. package/radio-option/global/index.d.ts +1 -0
  301. package/radio-option/global/index.js +2 -0
  302. package/radio-option/index.d.ts +1 -22
  303. package/radio-option/index.js +47 -41
  304. package/radio-option/types.d.ts +21 -1
  305. package/radio-option/types.js +1 -1
  306. package/rich-text/global/index.d.ts +1 -0
  307. package/rich-text/global/index.js +2 -0
  308. package/rich-text/index.d.ts +1 -22
  309. package/rich-text/index.js +45 -46
  310. package/rich-text/types.d.ts +21 -1
  311. package/rich-text/types.js +1 -1
  312. package/rich-text/utils.js +31 -33
  313. package/rich-textarea/global/index.d.ts +1 -0
  314. package/rich-textarea/global/index.js +2 -0
  315. package/rich-textarea/index.d.ts +1 -22
  316. package/rich-textarea/index.js +201 -194
  317. package/rich-textarea/types.d.ts +21 -1
  318. package/rich-textarea/types.js +1 -1
  319. package/rich-textarea/utils.js +313 -340
  320. package/segment-collapse/global/index.d.ts +1 -0
  321. package/segment-collapse/global/index.js +2 -0
  322. package/segment-collapse/index.d.ts +1 -22
  323. package/segment-collapse/index.js +31 -25
  324. package/segment-collapse/types.d.ts +21 -1
  325. package/segment-collapse/types.js +1 -1
  326. package/segmented-control/global/index.d.ts +1 -0
  327. package/segmented-control/global/index.js +2 -0
  328. package/segmented-control/index.d.ts +1 -22
  329. package/segmented-control/index.js +45 -45
  330. package/segmented-control/types.d.ts +21 -1
  331. package/segmented-control/types.js +1 -1
  332. package/segmented-control-option/global/index.d.ts +1 -0
  333. package/segmented-control-option/global/index.js +2 -0
  334. package/segmented-control-option/index.d.ts +1 -22
  335. package/segmented-control-option/index.js +44 -46
  336. package/segmented-control-option/types.d.ts +21 -1
  337. package/segmented-control-option/types.js +1 -1
  338. package/segmented-icon-control/global/index.d.ts +1 -0
  339. package/segmented-icon-control/global/index.js +2 -0
  340. package/segmented-icon-control/index.d.ts +1 -22
  341. package/segmented-icon-control/index.js +51 -50
  342. package/segmented-icon-control/types.d.ts +21 -1
  343. package/segmented-icon-control/types.js +1 -1
  344. package/segmented-icon-control-option/global/index.d.ts +1 -0
  345. package/segmented-icon-control-option/global/index.js +2 -0
  346. package/segmented-icon-control-option/index.d.ts +1 -22
  347. package/segmented-icon-control-option/index.js +36 -37
  348. package/segmented-icon-control-option/types.d.ts +21 -1
  349. package/segmented-icon-control-option/types.js +1 -1
  350. package/select-button/global/index.d.ts +1 -0
  351. package/select-button/global/index.js +2 -0
  352. package/select-button/index.d.ts +1 -26
  353. package/select-button/index.js +104 -112
  354. package/select-button/types.d.ts +25 -1
  355. package/select-button/types.js +1 -1
  356. package/select-menu/global/index.d.ts +1 -0
  357. package/select-menu/global/index.js +2 -0
  358. package/select-menu/index.d.ts +1 -22
  359. package/select-menu/index.js +201 -164
  360. package/select-menu/types.d.ts +21 -1
  361. package/select-menu/types.js +1 -1
  362. package/select-menu-option/global/index.d.ts +1 -0
  363. package/select-menu-option/global/index.js +2 -0
  364. package/select-menu-option/index.d.ts +1 -22
  365. package/select-menu-option/index.js +41 -33
  366. package/select-menu-option/types.d.ts +21 -1
  367. package/select-menu-option/types.js +1 -1
  368. package/select-menu-option/utils.js +4 -1
  369. package/skeleton/global/index.d.ts +1 -0
  370. package/skeleton/global/index.js +2 -0
  371. package/skeleton/index.d.ts +1 -22
  372. package/skeleton/index.js +35 -38
  373. package/skeleton/types.d.ts +21 -1
  374. package/skeleton/types.js +1 -1
  375. package/skeleton-item/global/index.d.ts +1 -0
  376. package/skeleton-item/global/index.js +2 -0
  377. package/skeleton-item/index.d.ts +1 -22
  378. package/skeleton-item/index.js +8 -5
  379. package/skeleton-item/types.d.ts +21 -1
  380. package/skeleton-item/types.js +1 -1
  381. package/spinner/global/index.d.ts +1 -0
  382. package/spinner/global/index.js +2 -0
  383. package/spinner/index.d.ts +1 -22
  384. package/spinner/index.js +31 -29
  385. package/spinner/types.d.ts +21 -1
  386. package/spinner/types.js +1 -1
  387. package/standalone.d.ts +0 -8
  388. package/standalone.js +79 -87
  389. package/standalone.ts +0 -8
  390. package/stop-events/index.js +12 -12
  391. package/table/global/index.d.ts +1 -0
  392. package/table/global/index.js +2 -0
  393. package/table/index.d.ts +1 -21
  394. package/table/index.js +9 -6
  395. package/table/types.d.ts +21 -1
  396. package/table/types.js +1 -1
  397. package/table-body/global/index.d.ts +1 -0
  398. package/table-body/global/index.js +2 -0
  399. package/table-body/index.d.ts +1 -21
  400. package/table-body/index.js +9 -6
  401. package/table-body/types.d.ts +21 -1
  402. package/table-body/types.js +1 -1
  403. package/table-cell/global/index.d.ts +1 -0
  404. package/table-cell/global/index.js +2 -0
  405. package/table-cell/index.d.ts +2 -22
  406. package/table-cell/index.js +13 -9
  407. package/table-cell/types.d.ts +21 -1
  408. package/table-cell/types.js +1 -1
  409. package/table-cell/utils.js +4 -1
  410. package/table-head/global/index.d.ts +1 -0
  411. package/table-head/global/index.js +2 -0
  412. package/table-head/index.d.ts +1 -21
  413. package/table-head/index.js +9 -6
  414. package/table-head/types.d.ts +21 -1
  415. package/table-head/types.js +1 -1
  416. package/table-head-cell/global/index.d.ts +1 -0
  417. package/table-head-cell/global/index.js +2 -0
  418. package/table-head-cell/index.d.ts +1 -22
  419. package/table-head-cell/index.js +29 -27
  420. package/table-head-cell/types.d.ts +21 -1
  421. package/table-head-cell/types.js +1 -1
  422. package/table-row/global/index.d.ts +1 -0
  423. package/table-row/global/index.js +2 -0
  424. package/table-row/index.d.ts +1 -22
  425. package/table-row/index.js +20 -17
  426. package/table-row/types.d.ts +21 -1
  427. package/table-row/types.js +1 -1
  428. package/tabs/global/index.d.ts +1 -0
  429. package/tabs/global/index.js +2 -0
  430. package/tabs/index.d.ts +2 -22
  431. package/tabs/index.js +32 -35
  432. package/tabs/types.d.ts +21 -1
  433. package/tabs/types.js +1 -1
  434. package/tabs-icon-option/global/index.d.ts +1 -0
  435. package/tabs-icon-option/global/index.js +2 -0
  436. package/tabs-icon-option/index.d.ts +1 -22
  437. package/tabs-icon-option/index.js +38 -40
  438. package/tabs-icon-option/types.d.ts +21 -1
  439. package/tabs-icon-option/types.js +1 -1
  440. package/tabs-option/global/index.d.ts +1 -0
  441. package/tabs-option/global/index.js +2 -0
  442. package/tabs-option/index.d.ts +1 -22
  443. package/tabs-option/index.js +41 -43
  444. package/tabs-option/types.d.ts +21 -1
  445. package/tabs-option/types.js +1 -1
  446. package/tag/colors.js +1 -1
  447. package/tag/global/index.d.ts +1 -0
  448. package/tag/global/index.js +2 -0
  449. package/tag/index.d.ts +1 -22
  450. package/tag/index.js +45 -44
  451. package/tag/types.d.ts +21 -1
  452. package/tag/types.js +1 -1
  453. package/tag/utils.js +7 -3
  454. package/text/global/index.d.ts +1 -0
  455. package/text/global/index.js +2 -0
  456. package/text/index.d.ts +2 -22
  457. package/text/index.js +33 -28
  458. package/text/types.d.ts +21 -1
  459. package/text/types.js +1 -1
  460. package/text/utils.js +4 -1
  461. package/textarea/global/index.d.ts +1 -0
  462. package/textarea/global/index.js +2 -0
  463. package/textarea/index.d.ts +1 -22
  464. package/textarea/index.js +147 -152
  465. package/textarea/types.d.ts +21 -1
  466. package/textarea/types.js +1 -1
  467. package/time-picker/global/index.d.ts +1 -0
  468. package/time-picker/global/index.js +2 -0
  469. package/time-picker/index.d.ts +2 -22
  470. package/time-picker/index.js +119 -123
  471. package/time-picker/types.d.ts +21 -1
  472. package/time-picker/types.js +1 -1
  473. package/time-picker/utils.js +31 -33
  474. package/title/global/index.d.ts +1 -0
  475. package/title/global/index.js +2 -0
  476. package/title/index.d.ts +2 -22
  477. package/title/index.js +32 -31
  478. package/title/types.d.ts +21 -1
  479. package/title/types.js +1 -1
  480. package/title/utils.js +18 -14
  481. package/toast/global/index.d.ts +1 -0
  482. package/toast/global/index.js +2 -0
  483. package/toast/index.d.ts +2 -22
  484. package/toast/index.js +37 -34
  485. package/toast/types.d.ts +21 -1
  486. package/toast/types.js +1 -1
  487. package/toast/utils.js +4 -1
  488. package/toast-manager/global/index.d.ts +1 -0
  489. package/toast-manager/global/index.js +2 -0
  490. package/toast-manager/index.d.ts +3 -22
  491. package/toast-manager/index.js +77 -63
  492. package/toast-manager/types.d.ts +21 -1
  493. package/toast-manager/types.js +1 -1
  494. package/toast-manager/utils.js +4 -1
  495. package/toggle/global/index.d.ts +1 -0
  496. package/toggle/global/index.js +2 -0
  497. package/toggle/index.d.ts +1 -22
  498. package/toggle/index.js +81 -75
  499. package/toggle/types.d.ts +21 -1
  500. package/toggle/types.js +1 -1
  501. package/tooltip/global/index.d.ts +1 -0
  502. package/tooltip/global/index.js +2 -0
  503. package/tooltip/index.d.ts +3 -22
  504. package/tooltip/index.js +105 -93
  505. package/tooltip/tooltip-state.js +56 -64
  506. package/tooltip/types.d.ts +21 -1
  507. package/tooltip/types.js +1 -1
  508. package/tooltip/utils.js +32 -13
  509. package/types.d.ts +12 -29
  510. package/utils/adapters.js +1 -1
  511. package/utils/component-names.d.ts +3 -0
  512. package/utils/component-names.js +85 -0
  513. package/utils/context.js +32 -42
  514. package/utils/countries.js +490 -2
  515. package/utils/csv.js +13 -6
  516. package/utils/debounce.js +10 -3
  517. package/utils/dom.js +60 -53
  518. package/utils/element.d.ts +107 -15
  519. package/utils/element.js +100 -19
  520. package/utils/event-target.js +11 -5
  521. package/utils/form.js +17 -12
  522. package/utils/get-react-event-handler.js +6 -3
  523. package/utils/global-components-constants.d.ts +3 -0
  524. package/utils/global-components-constants.js +8 -0
  525. package/utils/global-components-manager.d.ts +71 -0
  526. package/utils/global-components-manager.js +24 -0
  527. package/utils/index.js +65 -12
  528. package/utils/markdown.js +56 -43
  529. package/utils/rect.js +13 -18
  530. package/utils/shared/global-elements-manager.d.js +1 -0
  531. package/utils/shared/global-elements-manager.d.ts +62 -0
  532. package/utils/shared/global-elements-manager.js +163 -0
  533. package/utils/shared/global-elements-store.d.js +1 -0
  534. package/utils/shared/global-elements-store.d.ts +12 -0
  535. package/utils/shared/global-elements-store.js +31 -0
  536. package/utils/shared/index.d.js +11 -0
  537. package/utils/shared/index.d.ts +3 -0
  538. package/utils/shared/index.js +11 -0
  539. package/utils/shared/nectary-element-base.d.js +1 -0
  540. package/utils/shared/nectary-element-base.d.ts +9 -0
  541. package/utils/shared/nectary-element-base.js +25 -0
  542. package/utils/shared/package.json +9 -0
  543. package/utils/shared/tsconfig.json +20 -0
  544. package/utils/size.js +8 -3
  545. package/utils/slot.js +13 -9
  546. package/utils/throttle.js +5 -2
  547. package/utils/uid.js +5 -2
  548. package/card/index.d.ts +0 -40
  549. package/card/index.js +0 -134
  550. package/card/types.d.ts +0 -17
  551. package/card/types.js +0 -1
  552. package/horizontal-stepper/index.d.ts +0 -33
  553. package/horizontal-stepper/index.js +0 -62
  554. package/horizontal-stepper/types.d.ts +0 -42
  555. package/horizontal-stepper/types.js +0 -1
  556. package/horizontal-stepper-item/index.d.ts +0 -38
  557. package/horizontal-stepper-item/index.js +0 -62
  558. package/horizontal-stepper-item/types.d.ts +0 -38
  559. package/horizontal-stepper-item/types.js +0 -1
  560. package/horizontal-stepper-item/utils.d.ts +0 -2
  561. package/horizontal-stepper-item/utils.js +0 -1
  562. package/segment/index.d.ts +0 -40
  563. package/segment/index.js +0 -110
  564. package/segment/types.d.ts +0 -23
  565. package/segment/types.js +0 -1
  566. package/segment/utils.d.ts +0 -3
  567. package/segment/utils.js +0 -16
  568. package/tile-control/index.d.ts +0 -39
  569. package/tile-control/index.js +0 -111
  570. package/tile-control/types.d.ts +0 -29
  571. package/tile-control/types.js +0 -1
  572. package/tile-control-option/index.d.ts +0 -40
  573. package/tile-control-option/index.js +0 -99
  574. package/tile-control-option/types.d.ts +0 -52
  575. package/tile-control-option/types.js +0 -1
  576. package/vertical-stepper/index.d.ts +0 -33
  577. package/vertical-stepper/index.js +0 -58
  578. package/vertical-stepper/types.d.ts +0 -34
  579. package/vertical-stepper/types.js +0 -1
  580. package/vertical-stepper-item/index.d.ts +0 -38
  581. package/vertical-stepper-item/index.js +0 -62
  582. package/vertical-stepper-item/types.d.ts +0 -42
  583. package/vertical-stepper-item/types.js +0 -1
  584. package/vertical-stepper-item/utils.d.ts +0 -2
  585. package/vertical-stepper-item/utils.js +0 -1
@@ -0,0 +1 @@
1
+ export * from '../types';
@@ -0,0 +1,2 @@
1
+ import { defineCustomElement } from "../../utils/element.js";
2
+ defineCustomElement("sinch-segment-collapse");
@@ -1,7 +1,6 @@
1
1
  import '../icon';
2
2
  import { NectaryElement } from '../utils';
3
- import type { TSinchSegmentExpand } from './types';
4
- import type { NectaryComponentVanilla, NectaryComponentReact } from '../types';
3
+ export * from './types';
5
4
  export declare class SegmentCollapse extends NectaryElement {
6
5
  #private;
7
6
  constructor();
@@ -15,23 +14,3 @@ export declare class SegmentCollapse extends NectaryElement {
15
14
  focus(): void;
16
15
  blur(): void;
17
16
  }
18
- declare global {
19
- interface NectaryComponentMap {
20
- 'sinch-segment-collapse': TSinchSegmentExpand;
21
- }
22
- interface HTMLElementTagNameMap {
23
- 'sinch-segment-collapse': NectaryComponentVanilla<'sinch-segment-collapse'>;
24
- }
25
- namespace JSX {
26
- interface IntrinsicElements {
27
- 'sinch-segment-collapse': NectaryComponentReact<'sinch-segment-collapse'>;
28
- }
29
- }
30
- }
31
- declare module 'react' {
32
- namespace JSX {
33
- interface IntrinsicElements extends globalThis.JSX.IntrinsicElements {
34
- 'sinch-segment-collapse': NectaryComponentReact<'sinch-segment-collapse'>;
35
- }
36
- }
37
- }
@@ -1,42 +1,47 @@
1
- import '../icon';
2
- import { defineCustomElement, getBooleanAttribute, getReactEventHandler, isAttrTrue, NectaryElement, updateBooleanAttribute, updateExplicitBooleanAttribute } from '../utils';
3
- const templateHTML = '<style>:host{display:block;--sinch-global-size-icon:32px}#icon-dropdown{display:block;will-change:transform;transform:rotate(180deg)}:host([value]:not([value=false])) #icon-dropdown{transform:rotate(0)}</style><sinch-button id="button" size="s"><sinch-icon icons-version="2" name="fa-chevron-down" id="icon-dropdown" slot="icon"></sinch-icon></sinch-button>';
4
- const template = document.createElement('template');
1
+ import "../icon/index.js";
2
+ import { updateExplicitBooleanAttribute, isAttrTrue, updateBooleanAttribute, getBooleanAttribute } from "../utils/dom.js";
3
+ import { defineCustomElement, NectaryElement } from "../utils/element.js";
4
+ import { getReactEventHandler } from "../utils/get-react-event-handler.js";
5
+ const templateHTML = '<style>\n :host {\n display: block;\n\n --sinch-global-size-icon: 32px;\n }\n\n #icon-dropdown {\n display: block;\n will-change: transform;\n transform: rotate(180deg);\n }\n\n :host([value]:not([value="false"])) #icon-dropdown {\n transform: rotate(0deg);\n }\n</style>\n\n<sinch-button id="button" size="s">\n <sinch-icon icons-version="2" name="fa-chevron-down"\n id="icon-dropdown"\n slot="icon"\n ></sinch-icon>\n</sinch-button>\n';
6
+ const template = document.createElement("template");
5
7
  template.innerHTML = templateHTML;
6
- export class SegmentCollapse extends NectaryElement {
8
+ class SegmentCollapse extends NectaryElement {
7
9
  #$button;
8
10
  constructor() {
9
11
  super();
10
12
  const shadowRoot = this.attachShadow();
11
13
  shadowRoot.appendChild(template.content.cloneNode(true));
12
- this.#$button = shadowRoot.querySelector('#button');
14
+ this.#$button = shadowRoot.querySelector("#button");
13
15
  }
14
16
  connectedCallback() {
15
- this.setAttribute('role', 'checkbox');
16
- this.#$button.addEventListener('click', this.#onClick);
17
- this.addEventListener('-change', this.#onChangeReactHandler);
17
+ this.setAttribute("role", "checkbox");
18
+ this.#$button.addEventListener("click", this.#onClick);
19
+ this.addEventListener("-change", this.#onChangeReactHandler);
18
20
  }
19
21
  disconnectedCallback() {
20
- this.#$button.removeEventListener('click', this.#onClick);
21
- this.removeEventListener('-change', this.#onChangeReactHandler);
22
+ this.#$button.removeEventListener("click", this.#onClick);
23
+ this.removeEventListener("-change", this.#onChangeReactHandler);
22
24
  }
23
25
  static get observedAttributes() {
24
- return ['value'];
26
+ return ["value"];
25
27
  }
26
28
  attributeChangedCallback(name, oldVal, newVal) {
27
29
  switch (name) {
28
- case 'value':
29
- {
30
- updateExplicitBooleanAttribute(this, 'aria-checked', isAttrTrue(newVal));
31
- break;
32
- }
30
+ case "value": {
31
+ updateExplicitBooleanAttribute(
32
+ this,
33
+ "aria-checked",
34
+ isAttrTrue(newVal)
35
+ );
36
+ break;
37
+ }
33
38
  }
34
39
  }
35
40
  set value(isChecked) {
36
- updateBooleanAttribute(this, 'value', isChecked);
41
+ updateBooleanAttribute(this, "value", isChecked);
37
42
  }
38
43
  get value() {
39
- return getBooleanAttribute(this, 'value');
44
+ return getBooleanAttribute(this, "value");
40
45
  }
41
46
  get focusable() {
42
47
  return true;
@@ -49,12 +54,13 @@ export class SegmentCollapse extends NectaryElement {
49
54
  }
50
55
  #onClick = () => {
51
56
  const detail = !this.value;
52
- this.dispatchEvent(new CustomEvent('-change', {
53
- detail
54
- }));
57
+ this.dispatchEvent(new CustomEvent("-change", { detail }));
55
58
  };
56
- #onChangeReactHandler = e => {
57
- getReactEventHandler(this, 'on-change')?.(e);
59
+ #onChangeReactHandler = (e) => {
60
+ getReactEventHandler(this, "on-change")?.(e);
58
61
  };
59
62
  }
60
- defineCustomElement('sinch-segment-collapse', SegmentCollapse);
63
+ defineCustomElement("sinch-segment-collapse", SegmentCollapse);
64
+ export {
65
+ SegmentCollapse
66
+ };
@@ -1,4 +1,4 @@
1
- import type { NectaryComponentReactByType, NectaryComponentVanillaByType } from '../types';
1
+ import type { NectaryComponentReactByType, NectaryComponentVanillaByType, NectaryComponentReact, NectaryComponentVanilla } from '../types';
2
2
  export type TSinchSegmentExpandProps = {
3
3
  value: boolean;
4
4
  'aria-label': string;
@@ -16,3 +16,23 @@ export type TSinchSegmentExpand = {
16
16
  };
17
17
  export type TSinchSegmentExpandElement = NectaryComponentVanillaByType<TSinchSegmentExpand>;
18
18
  export type TSinchSegmentExpandReact = NectaryComponentReactByType<TSinchSegmentExpand>;
19
+ declare global {
20
+ interface NectaryComponentMap {
21
+ 'sinch-segment-collapse': TSinchSegmentExpand;
22
+ }
23
+ interface HTMLElementTagNameMap {
24
+ 'sinch-segment-collapse': NectaryComponentVanilla<'sinch-segment-collapse'>;
25
+ }
26
+ namespace JSX {
27
+ interface IntrinsicElements {
28
+ 'sinch-segment-collapse': NectaryComponentReact<'sinch-segment-collapse'>;
29
+ }
30
+ }
31
+ }
32
+ declare module 'react' {
33
+ namespace JSX {
34
+ interface IntrinsicElements extends globalThis.JSX.IntrinsicElements {
35
+ 'sinch-segment-collapse': NectaryComponentReact<'sinch-segment-collapse'>;
36
+ }
37
+ }
38
+ }
@@ -1 +1 @@
1
- export {};
1
+
@@ -0,0 +1 @@
1
+ export * from '../types';
@@ -0,0 +1,2 @@
1
+ import { defineCustomElement } from "../../utils/element.js";
2
+ defineCustomElement("sinch-segmented-control");
@@ -1,6 +1,5 @@
1
1
  import { NectaryElement } from '../utils';
2
- import type { TSinchSegmentedControl } from './types';
3
- import type { NectaryComponentVanilla, NectaryComponentReact } from '../types';
2
+ export * from './types';
4
3
  export declare class SegmentedControl extends NectaryElement {
5
4
  #private;
6
5
  constructor();
@@ -11,23 +10,3 @@ export declare class SegmentedControl extends NectaryElement {
11
10
  set value(value: string);
12
11
  get value(): string;
13
12
  }
14
- declare global {
15
- interface NectaryComponentMap {
16
- 'sinch-segmented-control': TSinchSegmentedControl;
17
- }
18
- interface HTMLElementTagNameMap {
19
- 'sinch-segmented-control': NectaryComponentVanilla<'sinch-segmented-control'>;
20
- }
21
- namespace JSX {
22
- interface IntrinsicElements {
23
- 'sinch-segmented-control': NectaryComponentReact<'sinch-segmented-control'>;
24
- }
25
- }
26
- }
27
- declare module 'react' {
28
- namespace JSX {
29
- interface IntrinsicElements extends globalThis.JSX.IntrinsicElements {
30
- 'sinch-segmented-control': NectaryComponentReact<'sinch-segmented-control'>;
31
- }
32
- }
33
- }
@@ -1,86 +1,86 @@
1
- import { defineCustomElement, getAttribute, getBooleanAttribute, getReactEventHandler, getTargetByAttribute, NectaryElement, updateAttribute, updateBooleanAttribute } from '../utils';
2
- const templateHTML = '<style>:host{display:block;outline:0}#wrapper{display:flex;flex-direction:row;width:100%;box-sizing:border-box;position:relative;z-index:0}</style><div id="wrapper"><slot></slot></div>';
3
- const template = document.createElement('template');
1
+ import { updateAttribute, getAttribute, getBooleanAttribute, updateBooleanAttribute } from "../utils/dom.js";
2
+ import { defineCustomElement, NectaryElement } from "../utils/element.js";
3
+ import { getReactEventHandler } from "../utils/get-react-event-handler.js";
4
+ import { getTargetByAttribute } from "../utils/event-target.js";
5
+ const templateHTML = '<style>\n:host {\n display: block;\n outline: none;\n}\n\n#wrapper {\n display: flex;\n flex-direction: row;\n width: 100%;\n box-sizing: border-box;\n position: relative;\n z-index: 0;\n}\n</style>\n\n<div id="wrapper">\n <slot></slot>\n</div>\n';
6
+ const template = document.createElement("template");
4
7
  template.innerHTML = templateHTML;
5
- export class SegmentedControl extends NectaryElement {
8
+ class SegmentedControl extends NectaryElement {
6
9
  #$slot;
7
10
  #controller = null;
8
11
  constructor() {
9
12
  super();
10
13
  const shadowRoot = this.attachShadow();
11
14
  shadowRoot.appendChild(template.content.cloneNode(true));
12
- this.#$slot = shadowRoot.querySelector('slot');
15
+ this.#$slot = shadowRoot.querySelector("slot");
13
16
  }
14
17
  connectedCallback() {
15
18
  this.#controller = new AbortController();
16
- const {
17
- signal
18
- } = this.#controller;
19
- const options = {
20
- signal
21
- };
22
- this.setAttribute('role', 'tablist');
23
- this.#$slot.addEventListener('slotchange', this.#onSlotChange, options);
24
- this.#$slot.addEventListener('click', this.#onOptionClick, options);
25
- this.#$slot.addEventListener('keydown', this.#onOptionKeydown, options);
26
- this.addEventListener('-change', this.#onChangeReactHandler);
19
+ const { signal } = this.#controller;
20
+ const options = { signal };
21
+ this.setAttribute("role", "tablist");
22
+ this.#$slot.addEventListener("slotchange", this.#onSlotChange, options);
23
+ this.#$slot.addEventListener("click", this.#onOptionClick, options);
24
+ this.#$slot.addEventListener("keydown", this.#onOptionKeydown, options);
25
+ this.addEventListener("-change", this.#onChangeReactHandler);
27
26
  }
28
27
  disconnectedCallback() {
29
28
  this.#controller.abort();
30
29
  this.#controller = null;
31
30
  }
32
31
  static get observedAttributes() {
33
- return ['value'];
32
+ return ["value"];
34
33
  }
35
34
  attributeChangedCallback(name, oldVal, newVal) {
36
35
  switch (name) {
37
- case 'value':
38
- {
39
- this.#onValueChange(newVal);
40
- break;
41
- }
36
+ case "value": {
37
+ this.#onValueChange(newVal);
38
+ break;
39
+ }
42
40
  }
43
41
  }
44
42
  set value(value) {
45
- updateAttribute(this, 'value', value);
43
+ updateAttribute(this, "value", value);
46
44
  }
47
45
  get value() {
48
- return getAttribute(this, 'value', '');
46
+ return getAttribute(this, "value", "");
49
47
  }
50
48
  #onSlotChange = () => {
51
49
  this.#onValueChange(this.value);
52
50
  };
53
- #onOptionClick = e => {
54
- const target = getTargetByAttribute(e, 'value');
55
- if (target === null || getBooleanAttribute(target, 'disabled')) {
51
+ #onOptionClick = (e) => {
52
+ const target = getTargetByAttribute(e, "value");
53
+ if (target === null || getBooleanAttribute(target, "disabled")) {
56
54
  return;
57
55
  }
58
- const value = getAttribute(target, 'value', '');
59
- this.dispatchEvent(new CustomEvent('-change', {
60
- detail: value
61
- }));
56
+ const value = getAttribute(target, "value", "");
57
+ this.dispatchEvent(
58
+ new CustomEvent("-change", { detail: value })
59
+ );
62
60
  };
63
- #onOptionKeydown = e => {
61
+ #onOptionKeydown = (e) => {
64
62
  switch (e.code) {
65
- case 'Space':
66
- case 'Enter':
67
- {
68
- e.preventDefault();
69
- const target = getTargetByAttribute(e, 'value');
70
- if (target !== null) {
71
- target.click();
72
- }
63
+ case "Space":
64
+ case "Enter": {
65
+ e.preventDefault();
66
+ const target = getTargetByAttribute(e, "value");
67
+ if (target !== null) {
68
+ target.click();
73
69
  }
70
+ }
74
71
  }
75
72
  };
76
73
  #onValueChange(value) {
77
74
  for (const $option of this.#$slot.assignedElements()) {
78
- const isChecked = !getBooleanAttribute($option, 'disabled') && value === getAttribute($option, 'value', '');
79
- updateBooleanAttribute($option, 'data-checked', isChecked);
75
+ const isChecked = !getBooleanAttribute($option, "disabled") && value === getAttribute($option, "value", "");
76
+ updateBooleanAttribute($option, "data-checked", isChecked);
80
77
  }
81
78
  }
82
- #onChangeReactHandler = e => {
83
- getReactEventHandler(this, 'on-change')?.(e);
79
+ #onChangeReactHandler = (e) => {
80
+ getReactEventHandler(this, "on-change")?.(e);
84
81
  };
85
82
  }
86
- defineCustomElement('sinch-segmented-control', SegmentedControl);
83
+ defineCustomElement("sinch-segmented-control", SegmentedControl);
84
+ export {
85
+ SegmentedControl
86
+ };
@@ -1,4 +1,4 @@
1
- import type { NectaryComponentReactByType, NectaryComponentVanillaByType } from '../types';
1
+ import type { NectaryComponentReactByType, NectaryComponentVanillaByType, NectaryComponentReact, NectaryComponentVanilla } from '../types';
2
2
  export type TSinchSegmentedControlProps = {
3
3
  value: string;
4
4
  'aria-label': string;
@@ -12,3 +12,23 @@ export type TSinchSegmentedControl = {
12
12
  };
13
13
  export type TSinchSegmentedControlElement = NectaryComponentVanillaByType<TSinchSegmentedControl>;
14
14
  export type TSinchSegmentedControlReact = NectaryComponentReactByType<TSinchSegmentedControl>;
15
+ declare global {
16
+ interface NectaryComponentMap {
17
+ 'sinch-segmented-control': TSinchSegmentedControl;
18
+ }
19
+ interface HTMLElementTagNameMap {
20
+ 'sinch-segmented-control': NectaryComponentVanilla<'sinch-segmented-control'>;
21
+ }
22
+ namespace JSX {
23
+ interface IntrinsicElements {
24
+ 'sinch-segmented-control': NectaryComponentReact<'sinch-segmented-control'>;
25
+ }
26
+ }
27
+ }
28
+ declare module 'react' {
29
+ namespace JSX {
30
+ interface IntrinsicElements extends globalThis.JSX.IntrinsicElements {
31
+ 'sinch-segmented-control': NectaryComponentReact<'sinch-segmented-control'>;
32
+ }
33
+ }
34
+ }
@@ -1 +1 @@
1
- export {};
1
+
@@ -0,0 +1 @@
1
+ export * from '../types';
@@ -0,0 +1,2 @@
1
+ import { defineCustomElement } from "../../utils/element.js";
2
+ defineCustomElement("sinch-segmented-control-option");
@@ -1,6 +1,5 @@
1
1
  import { NectaryElement } from '../utils';
2
- import type { TSinchSegmentedControlOption } from './types';
3
- import type { NectaryComponentVanilla, NectaryComponentReact } from '../types';
2
+ export * from './types';
4
3
  export declare class SegmentedControlOption extends NectaryElement {
5
4
  #private;
6
5
  constructor();
@@ -16,23 +15,3 @@ export declare class SegmentedControlOption extends NectaryElement {
16
15
  get text(): string;
17
16
  get focusable(): boolean;
18
17
  }
19
- declare global {
20
- interface NectaryComponentMap {
21
- 'sinch-segmented-control-option': TSinchSegmentedControlOption;
22
- }
23
- interface HTMLElementTagNameMap {
24
- 'sinch-segmented-control-option': NectaryComponentVanilla<'sinch-segmented-control-option'>;
25
- }
26
- namespace JSX {
27
- interface IntrinsicElements {
28
- 'sinch-segmented-control-option': NectaryComponentReact<'sinch-segmented-control-option'>;
29
- }
30
- }
31
- }
32
- declare module 'react' {
33
- namespace JSX {
34
- interface IntrinsicElements extends globalThis.JSX.IntrinsicElements {
35
- 'sinch-segmented-control-option': NectaryComponentReact<'sinch-segmented-control-option'>;
36
- }
37
- }
38
- }
@@ -1,29 +1,27 @@
1
- import { defineCustomElement, getAttribute, getBooleanAttribute, getReactEventHandler, isAttrEqual, isAttrTrue, NectaryElement, updateAttribute, updateBooleanAttribute, updateExplicitBooleanAttribute } from '../utils';
2
- const templateHTML = '<style>:host{display:block;outline:0}#wrapper{position:relative;display:flex;flex-direction:row;align-items:center;gap:12px;width:100%;height:32px;padding:0 16px;box-sizing:border-box;color:var(--sinch-local-color-text);background-color:var(--sinch-local-color-background);cursor:pointer;--sinch-local-color-text:var(--sinch-comp-segmented-control-color-default-text-initial);--sinch-local-shape-radius:var(--sinch-comp-segmented-control-shape-radius);--sinch-local-color-border:var(--sinch-comp-segmented-control-color-default-border-initial);--sinch-local-color-background:var(--sinch-comp-segmented-control-color-default-background-initial);--sinch-global-color-icon:var(--sinch-comp-segmented-control-color-default-icon-initial);--sinch-global-size-icon:var(--sinch-comp-segmented-control-size-icon)}:host(:hover){--sinch-local-color-background:var(--sinch-comp-segmented-control-color-default-background-hover)}:host(:first-child) #wrapper{border-top-left-radius:var(--sinch-local-shape-radius);border-bottom-left-radius:var(--sinch-local-shape-radius)}:host(:last-child) #wrapper{border-top-right-radius:var(--sinch-local-shape-radius);border-bottom-right-radius:var(--sinch-local-shape-radius)}:host([data-checked]) #wrapper{--sinch-local-color-text:var(--sinch-comp-segmented-control-color-checked-text-initial);--sinch-global-color-icon:var(--sinch-comp-segmented-control-color-checked-icon-initial);--sinch-local-color-border:var(--sinch-comp-segmented-control-color-checked-border-initial);--sinch-local-color-background:var(--sinch-comp-segmented-control-color-checked-background-initial)}:host([disabled]) #wrapper{--sinch-local-color-text:var(--sinch-comp-segmented-control-color-disabled-text-initial);--sinch-global-color-icon:var(--sinch-comp-segmented-control-color-disabled-icon-initial);--sinch-local-color-border:var(--sinch-comp-segmented-control-color-disabled-border-initial);--sinch-local-color-background:var(--sinch-comp-segmented-control-color-disabled-background-initial)}#border{position:absolute;inset:0;border:1px solid var(--sinch-local-color-border);pointer-events:none;box-sizing:border-box}:host(:first-child) #border{border-top-left-radius:var(--sinch-local-shape-radius);border-bottom-left-radius:var(--sinch-local-shape-radius)}:host(:last-child) #border{border-top-right-radius:var(--sinch-local-shape-radius);border-bottom-right-radius:var(--sinch-local-shape-radius)}:host(:not(:first-child)) #border{border-left-width:0}:host([data-checked]) #border{border-width:2px}:host([data-checked]:not(:first-child)) #border{left:-1px}#outline{display:none;position:absolute;inset:-3px;border:2px solid var(--sinch-comp-segmented-control-color-default-outline-focus);pointer-events:none;box-sizing:border-box;z-index:1}:host(:focus-visible) #outline{display:block}:host(:first-child) #outline{border-top-left-radius:calc(var(--sinch-local-shape-radius) + 3px);border-bottom-left-radius:calc(var(--sinch-local-shape-radius) + 3px)}:host(:last-child) #outline{border-top-right-radius:calc(var(--sinch-local-shape-radius) + 3px);border-bottom-right-radius:calc(var(--sinch-local-shape-radius) + 3px)}:host(:not(:first-child)) #outline{left:-4px}#content{font:var(--sinch-comp-segmented-control-font-label);flex-shrink:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}::slotted(*){display:block;pointer-events:none}</style><div id="wrapper"><slot name="icon"></slot><span id="content"></span><div id="border"></div><div id="outline"></div></div>';
3
- const template = document.createElement('template');
1
+ import { isAttrEqual, updateBooleanAttribute, isAttrTrue, updateExplicitBooleanAttribute, updateAttribute, getAttribute, getBooleanAttribute } from "../utils/dom.js";
2
+ import { defineCustomElement, NectaryElement } from "../utils/element.js";
3
+ import { getReactEventHandler } from "../utils/get-react-event-handler.js";
4
+ const templateHTML = '<style>\n:host {\n display: block;\n outline: none;\n}\n\n#wrapper {\n position: relative;\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 12px;\n width: 100%;\n height: 32px;\n padding: 0 16px;\n box-sizing: border-box;\n color: var(--sinch-local-color-text);\n background-color: var(--sinch-local-color-background);\n cursor: pointer;\n\n --sinch-local-color-text: var(--sinch-comp-segmented-control-color-default-text-initial);\n --sinch-local-shape-radius: var(--sinch-comp-segmented-control-shape-radius);\n --sinch-local-color-border: var(--sinch-comp-segmented-control-color-default-border-initial);\n --sinch-local-color-background: var(--sinch-comp-segmented-control-color-default-background-initial);\n --sinch-global-color-icon: var(--sinch-comp-segmented-control-color-default-icon-initial);\n --sinch-global-size-icon: var(--sinch-comp-segmented-control-size-icon);\n}\n\n:host(:hover) {\n --sinch-local-color-background: var(--sinch-comp-segmented-control-color-default-background-hover);\n}\n\n:host(:first-child) #wrapper {\n border-top-left-radius: var(--sinch-local-shape-radius);\n border-bottom-left-radius: var(--sinch-local-shape-radius);\n}\n\n:host(:last-child) #wrapper {\n border-top-right-radius: var(--sinch-local-shape-radius);\n border-bottom-right-radius: var(--sinch-local-shape-radius);\n}\n\n:host([data-checked]) #wrapper {\n --sinch-local-color-text: var(--sinch-comp-segmented-control-color-checked-text-initial);\n --sinch-global-color-icon: var(--sinch-comp-segmented-control-color-checked-icon-initial);\n --sinch-local-color-border: var(--sinch-comp-segmented-control-color-checked-border-initial);\n --sinch-local-color-background: var(--sinch-comp-segmented-control-color-checked-background-initial);\n}\n\n:host([disabled]) #wrapper {\n --sinch-local-color-text: var(--sinch-comp-segmented-control-color-disabled-text-initial);\n --sinch-global-color-icon: var(--sinch-comp-segmented-control-color-disabled-icon-initial);\n --sinch-local-color-border: var(--sinch-comp-segmented-control-color-disabled-border-initial);\n --sinch-local-color-background: var(--sinch-comp-segmented-control-color-disabled-background-initial);\n}\n\n#border {\n position: absolute;\n inset: 0;\n border: 1px solid var(--sinch-local-color-border);\n pointer-events: none;\n box-sizing: border-box;\n}\n\n:host(:first-child) #border {\n border-top-left-radius: var(--sinch-local-shape-radius);\n border-bottom-left-radius: var(--sinch-local-shape-radius);\n}\n\n:host(:last-child) #border {\n border-top-right-radius: var(--sinch-local-shape-radius);\n border-bottom-right-radius: var(--sinch-local-shape-radius);\n}\n\n:host(:not(:first-child)) #border {\n border-left-width: 0;\n}\n\n:host([data-checked]) #border {\n border-width: 2px;\n}\n\n:host([data-checked]:not(:first-child)) #border {\n left: -1px;\n}\n\n#outline {\n display: none;\n position: absolute;\n inset: -3px;\n border: 2px solid var(--sinch-comp-segmented-control-color-default-outline-focus);\n pointer-events: none;\n box-sizing: border-box;\n z-index: 1;\n}\n\n:host(:focus-visible) #outline {\n display: block;\n}\n\n:host(:first-child) #outline {\n border-top-left-radius: calc(var(--sinch-local-shape-radius) + 3px);\n border-bottom-left-radius: calc(var(--sinch-local-shape-radius) + 3px);\n}\n\n:host(:last-child) #outline {\n border-top-right-radius: calc(var(--sinch-local-shape-radius) + 3px);\n border-bottom-right-radius: calc(var(--sinch-local-shape-radius) + 3px);\n}\n\n:host(:not(:first-child)) #outline {\n left: -4px;\n}\n\n#content {\n font: var(--sinch-comp-segmented-control-font-label);\n flex-shrink: 1;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n pointer-events: none;\n}\n\n::slotted(*) {\n display: block;\n pointer-events: none;\n}\n</style>\n\n<div id="wrapper">\n <slot name="icon"></slot>\n <span id="content"></span>\n <div id="border"></div>\n <div id="outline"></div>\n</div>\n';
5
+ const template = document.createElement("template");
4
6
  template.innerHTML = templateHTML;
5
- export class SegmentedControlOption extends NectaryElement {
7
+ class SegmentedControlOption extends NectaryElement {
6
8
  #$label;
7
9
  #controller = null;
8
10
  constructor() {
9
11
  super();
10
12
  const shadowRoot = this.attachShadow();
11
13
  shadowRoot.appendChild(template.content.cloneNode(true));
12
- this.#$label = shadowRoot.querySelector('#content');
14
+ this.#$label = shadowRoot.querySelector("#content");
13
15
  }
14
16
  connectedCallback() {
15
17
  this.#controller = new AbortController();
16
- const {
17
- signal
18
- } = this.#controller;
19
- const options = {
20
- signal
21
- };
22
- this.setAttribute('role', 'tab');
23
- this.addEventListener('focus', this.#onButtonFocus, options);
24
- this.addEventListener('blur', this.#onButtonBlur, options);
25
- this.addEventListener('-focus', this.#onFocusReactHandler);
26
- this.addEventListener('-blur', this.#onBlurReactHandler);
18
+ const { signal } = this.#controller;
19
+ const options = { signal };
20
+ this.setAttribute("role", "tab");
21
+ this.addEventListener("focus", this.#onButtonFocus, options);
22
+ this.addEventListener("blur", this.#onButtonBlur, options);
23
+ this.addEventListener("-focus", this.#onFocusReactHandler);
24
+ this.addEventListener("-blur", this.#onBlurReactHandler);
27
25
  this.#updateTabIndex();
28
26
  }
29
27
  disconnectedCallback() {
@@ -31,48 +29,45 @@ export class SegmentedControlOption extends NectaryElement {
31
29
  this.#controller = null;
32
30
  }
33
31
  static get observedAttributes() {
34
- return ['data-checked', 'disabled', 'text'];
32
+ return ["data-checked", "disabled", "text"];
35
33
  }
36
34
  attributeChangedCallback(name, oldVal, newVal) {
37
35
  switch (name) {
38
- case 'text':
39
- {
40
- this.#$label.textContent = newVal;
41
- break;
42
- }
43
- case 'data-checked':
44
- {
45
- updateExplicitBooleanAttribute(this, 'aria-selected', isAttrTrue(newVal));
46
- break;
47
- }
48
- case 'disabled':
49
- {
50
- if (isAttrEqual(oldVal, newVal)) {
51
- return;
52
- }
53
- this.#updateTabIndex();
54
- updateBooleanAttribute(this, name, isAttrTrue(newVal));
55
- break;
36
+ case "text": {
37
+ this.#$label.textContent = newVal;
38
+ break;
39
+ }
40
+ case "data-checked": {
41
+ updateExplicitBooleanAttribute(this, "aria-selected", isAttrTrue(newVal));
42
+ break;
43
+ }
44
+ case "disabled": {
45
+ if (isAttrEqual(oldVal, newVal)) {
46
+ return;
56
47
  }
48
+ this.#updateTabIndex();
49
+ updateBooleanAttribute(this, name, isAttrTrue(newVal));
50
+ break;
51
+ }
57
52
  }
58
53
  }
59
54
  set value(value) {
60
- updateAttribute(this, 'value', value);
55
+ updateAttribute(this, "value", value);
61
56
  }
62
57
  get value() {
63
- return getAttribute(this, 'value', '');
58
+ return getAttribute(this, "value", "");
64
59
  }
65
60
  set disabled(isDisabled) {
66
- updateBooleanAttribute(this, 'disabled', isDisabled);
61
+ updateBooleanAttribute(this, "disabled", isDisabled);
67
62
  }
68
63
  get disabled() {
69
- return getBooleanAttribute(this, 'disabled');
64
+ return getBooleanAttribute(this, "disabled");
70
65
  }
71
66
  set text(value) {
72
- updateAttribute(this, 'text', value);
67
+ updateAttribute(this, "text", value);
73
68
  }
74
69
  get text() {
75
- return getAttribute(this, 'text', '');
70
+ return getAttribute(this, "text", "");
76
71
  }
77
72
  get focusable() {
78
73
  return true;
@@ -81,16 +76,19 @@ export class SegmentedControlOption extends NectaryElement {
81
76
  this.tabIndex = this.disabled ? -1 : 0;
82
77
  }
83
78
  #onButtonFocus = () => {
84
- this.dispatchEvent(new CustomEvent('-focus'));
79
+ this.dispatchEvent(new CustomEvent("-focus"));
85
80
  };
86
81
  #onButtonBlur = () => {
87
- this.dispatchEvent(new CustomEvent('-blur'));
82
+ this.dispatchEvent(new CustomEvent("-blur"));
88
83
  };
89
84
  #onFocusReactHandler = () => {
90
- getReactEventHandler(this, 'on-focus')?.();
85
+ getReactEventHandler(this, "on-focus")?.();
91
86
  };
92
87
  #onBlurReactHandler = () => {
93
- getReactEventHandler(this, 'on-blur')?.();
88
+ getReactEventHandler(this, "on-blur")?.();
94
89
  };
95
90
  }
96
- defineCustomElement('sinch-segmented-control-option', SegmentedControlOption);
91
+ defineCustomElement("sinch-segmented-control-option", SegmentedControlOption);
92
+ export {
93
+ SegmentedControlOption
94
+ };
@@ -1,4 +1,4 @@
1
- import type { NectaryComponentReactByType, NectaryComponentVanillaByType } from '../types';
1
+ import type { NectaryComponentReactByType, NectaryComponentVanillaByType, NectaryComponentReact, NectaryComponentVanilla } from '../types';
2
2
  export type TSinchSegmentedControlOptionProps = {
3
3
  value: string;
4
4
  text: string;
@@ -35,3 +35,23 @@ export type TSinchSegmentedControlOption = {
35
35
  };
36
36
  export type TSinchSegmentedControlOptionElement = NectaryComponentVanillaByType<TSinchSegmentedControlOption>;
37
37
  export type TSinchSegmentedControlOptionReact = NectaryComponentReactByType<TSinchSegmentedControlOption>;
38
+ declare global {
39
+ interface NectaryComponentMap {
40
+ 'sinch-segmented-control-option': TSinchSegmentedControlOption;
41
+ }
42
+ interface HTMLElementTagNameMap {
43
+ 'sinch-segmented-control-option': NectaryComponentVanilla<'sinch-segmented-control-option'>;
44
+ }
45
+ namespace JSX {
46
+ interface IntrinsicElements {
47
+ 'sinch-segmented-control-option': NectaryComponentReact<'sinch-segmented-control-option'>;
48
+ }
49
+ }
50
+ }
51
+ declare module 'react' {
52
+ namespace JSX {
53
+ interface IntrinsicElements extends globalThis.JSX.IntrinsicElements {
54
+ 'sinch-segmented-control-option': NectaryComponentReact<'sinch-segmented-control-option'>;
55
+ }
56
+ }
57
+ }
@@ -1 +1 @@
1
- export {};
1
+
@@ -0,0 +1 @@
1
+ export * from '../types';
@@ -0,0 +1,2 @@
1
+ import { defineCustomElement } from "../../utils/element.js";
2
+ defineCustomElement("sinch-segmented-icon-control");
@@ -1,6 +1,5 @@
1
1
  import { NectaryElement } from '../utils';
2
- import type { TSinchSegmentedIconControl } from './types';
3
- import type { NectaryComponentVanilla, NectaryComponentReact } from '../types';
2
+ export * from './types';
4
3
  export declare class SegmentedIconControl extends NectaryElement {
5
4
  #private;
6
5
  constructor();
@@ -13,23 +12,3 @@ export declare class SegmentedIconControl extends NectaryElement {
13
12
  set multiple(isMultiple: boolean);
14
13
  get multiple(): boolean;
15
14
  }
16
- declare global {
17
- interface NectaryComponentMap {
18
- 'sinch-segmented-icon-control': TSinchSegmentedIconControl;
19
- }
20
- interface HTMLElementTagNameMap {
21
- 'sinch-segmented-icon-control': NectaryComponentVanilla<'sinch-segmented-icon-control'>;
22
- }
23
- namespace JSX {
24
- interface IntrinsicElements {
25
- 'sinch-segmented-icon-control': NectaryComponentReact<'sinch-segmented-icon-control'>;
26
- }
27
- }
28
- }
29
- declare module 'react' {
30
- namespace JSX {
31
- interface IntrinsicElements extends globalThis.JSX.IntrinsicElements {
32
- 'sinch-segmented-icon-control': NectaryComponentReact<'sinch-segmented-icon-control'>;
33
- }
34
- }
35
- }