@nectary/components 2.9.0 → 2.10.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 (447) hide show
  1. package/accordion/index.d.ts +11 -0
  2. package/accordion/index.js +86 -0
  3. package/accordion/types.d.ts +21 -0
  4. package/accordion/types.js +1 -0
  5. package/accordion-item/index.d.ts +14 -0
  6. package/accordion-item/index.js +95 -0
  7. package/accordion-item/types.d.ts +36 -0
  8. package/accordion-item/types.js +1 -0
  9. package/accordion-item/utils.d.ts +2 -0
  10. package/accordion-item/utils.js +1 -0
  11. package/action-menu/index.d.ts +11 -0
  12. package/action-menu/index.js +195 -0
  13. package/action-menu/types.d.ts +13 -0
  14. package/action-menu/types.js +1 -0
  15. package/action-menu-option/index.d.ts +12 -0
  16. package/action-menu-option/index.js +82 -0
  17. package/action-menu-option/types.d.ts +23 -0
  18. package/action-menu-option/types.js +1 -0
  19. package/action-menu-option/utils.d.ts +2 -0
  20. package/action-menu-option/utils.js +3 -0
  21. package/alert/index.d.ts +14 -0
  22. package/alert/index.js +48 -0
  23. package/alert/types.d.ts +18 -0
  24. package/alert/types.js +1 -0
  25. package/alert/utils.d.ts +2 -0
  26. package/alert/utils.js +1 -0
  27. package/avatar/index.d.ts +11 -0
  28. package/avatar/index.js +94 -0
  29. package/avatar/types.d.ts +37 -0
  30. package/avatar/types.js +1 -0
  31. package/avatar/utils.d.ts +4 -0
  32. package/avatar/utils.js +7 -0
  33. package/badge/index.d.ts +11 -0
  34. package/badge/index.js +114 -0
  35. package/badge/types.d.ts +34 -0
  36. package/badge/types.js +1 -0
  37. package/badge/utils.d.ts +2 -0
  38. package/badge/utils.js +1 -0
  39. package/button/index.d.ts +11 -0
  40. package/button/index.js +182 -0
  41. package/button/types.d.ts +53 -0
  42. package/button/types.js +1 -0
  43. package/button/utils.d.ts +2 -0
  44. package/button/utils.js +1 -0
  45. package/card/index.d.ts +13 -0
  46. package/card/index.js +133 -0
  47. package/card/types.d.ts +28 -0
  48. package/card/types.js +1 -0
  49. package/card-container/index.d.ts +11 -0
  50. package/card-container/index.js +11 -0
  51. package/card-container/types.d.ts +3 -0
  52. package/card-container/types.js +1 -0
  53. package/chat/index.d.ts +11 -0
  54. package/chat/index.js +11 -0
  55. package/chat/types.d.ts +3 -0
  56. package/chat/types.js +1 -0
  57. package/chat-block/index.d.ts +11 -0
  58. package/chat-block/index.js +86 -0
  59. package/chat-block/types.d.ts +30 -0
  60. package/chat-block/types.js +1 -0
  61. package/chat-bubble/index.d.ts +11 -0
  62. package/chat-bubble/index.js +41 -0
  63. package/chat-bubble/types.d.ts +20 -0
  64. package/chat-bubble/types.js +1 -0
  65. package/chat-bubble/utils.d.ts +3 -0
  66. package/chat-bubble/utils.js +2 -0
  67. package/checkbox/index.d.ts +11 -0
  68. package/checkbox/index.js +126 -0
  69. package/checkbox/types.d.ts +49 -0
  70. package/checkbox/types.js +1 -0
  71. package/chip/index.d.ts +13 -0
  72. package/chip/index.js +144 -0
  73. package/chip/types.d.ts +37 -0
  74. package/chip/types.js +1 -0
  75. package/chip/utils.d.ts +2 -0
  76. package/chip/utils.js +6 -0
  77. package/code-tag/index.d.ts +11 -0
  78. package/code-tag/index.js +31 -0
  79. package/code-tag/types.d.ts +11 -0
  80. package/code-tag/types.js +1 -0
  81. package/color-menu/index.d.ts +11 -0
  82. package/color-menu/index.js +308 -0
  83. package/color-menu/types.d.ts +32 -0
  84. package/color-menu/types.js +1 -0
  85. package/color-menu/utils.d.ts +1 -0
  86. package/color-menu/utils.js +11 -0
  87. package/color-menu-option/index.d.ts +13 -0
  88. package/color-menu-option/index.js +48 -0
  89. package/color-menu-option/types.d.ts +11 -0
  90. package/color-menu-option/types.js +1 -0
  91. package/color-menu-option/utils.d.ts +1 -0
  92. package/color-menu-option/utils.js +11 -0
  93. package/color-swatch/index.d.ts +12 -0
  94. package/color-swatch/index.js +54 -0
  95. package/color-swatch/types.d.ts +11 -0
  96. package/color-swatch/types.js +1 -0
  97. package/color-swatch/utils.d.ts +2 -0
  98. package/color-swatch/utils.js +6 -0
  99. package/date-picker/index.d.ts +14 -0
  100. package/date-picker/index.js +381 -0
  101. package/date-picker/types.d.ts +70 -0
  102. package/date-picker/types.js +1 -0
  103. package/date-picker/utils.d.ts +28 -0
  104. package/date-picker/utils.js +142 -0
  105. package/dialog/index.d.ts +15 -0
  106. package/dialog/index.js +144 -0
  107. package/dialog/types.d.ts +28 -0
  108. package/dialog/types.js +1 -0
  109. package/dialog/utils.d.ts +2 -0
  110. package/dialog/utils.js +18 -0
  111. package/emoji/index.d.ts +11 -0
  112. package/emoji/index.js +46 -0
  113. package/emoji/types.d.ts +11 -0
  114. package/emoji/types.js +1 -0
  115. package/emoji/utils.d.ts +3 -0
  116. package/emoji/utils.js +47 -0
  117. package/emoji-picker/index.d.ts +22 -0
  118. package/emoji-picker/index.js +308 -0
  119. package/emoji-picker/types.d.ts +26 -0
  120. package/emoji-picker/types.js +1 -0
  121. package/field/index.d.ts +11 -0
  122. package/field/index.js +120 -0
  123. package/field/types.d.ts +35 -0
  124. package/field/types.js +1 -0
  125. package/file-drop/index.d.ts +13 -0
  126. package/file-drop/index.js +205 -0
  127. package/file-drop/types.d.ts +50 -0
  128. package/file-drop/types.js +1 -0
  129. package/file-drop/utils.d.ts +2 -0
  130. package/file-drop/utils.js +31 -0
  131. package/file-picker/index.d.ts +11 -0
  132. package/file-picker/index.js +103 -0
  133. package/file-picker/types.d.ts +32 -0
  134. package/file-picker/types.js +1 -0
  135. package/file-picker/utils.d.ts +1 -0
  136. package/file-picker/utils.js +8 -0
  137. package/file-status/index.d.ts +14 -0
  138. package/file-status/index.js +61 -0
  139. package/file-status/types.d.ts +18 -0
  140. package/file-status/types.js +1 -0
  141. package/file-status/utils.d.ts +2 -0
  142. package/file-status/utils.js +1 -0
  143. package/flag/index.d.ts +11 -0
  144. package/flag/index.js +46 -0
  145. package/flag/types.d.ts +11 -0
  146. package/flag/types.js +1 -0
  147. package/flag/utils.d.ts +1 -0
  148. package/flag/utils.js +17 -0
  149. package/grid/index.d.ts +11 -0
  150. package/grid/index.js +11 -0
  151. package/grid/types.d.ts +3 -0
  152. package/grid/types.js +1 -0
  153. package/grid-item/index.d.ts +11 -0
  154. package/grid-item/index.js +35 -0
  155. package/grid-item/types.d.ts +17 -0
  156. package/grid-item/types.js +1 -0
  157. package/help-tooltip/index.d.ts +13 -0
  158. package/help-tooltip/index.js +74 -0
  159. package/help-tooltip/types.d.ts +3 -0
  160. package/help-tooltip/types.js +1 -0
  161. package/horizontal-stepper/index.d.ts +11 -0
  162. package/horizontal-stepper/index.js +61 -0
  163. package/horizontal-stepper/types.d.ts +13 -0
  164. package/horizontal-stepper/types.js +1 -0
  165. package/horizontal-stepper-item/index.d.ts +14 -0
  166. package/horizontal-stepper-item/index.js +61 -0
  167. package/horizontal-stepper-item/types.d.ts +24 -0
  168. package/horizontal-stepper-item/types.js +1 -0
  169. package/horizontal-stepper-item/utils.d.ts +2 -0
  170. package/horizontal-stepper-item/utils.js +1 -0
  171. package/icon/index.d.ts +11 -0
  172. package/icon/index.js +32 -0
  173. package/icon/types.d.ts +11 -0
  174. package/icon/types.js +1 -0
  175. package/icon-button/index.d.ts +12 -0
  176. package/icon-button/index.js +175 -0
  177. package/icon-button/types.d.ts +44 -0
  178. package/icon-button/types.js +1 -0
  179. package/icon-button/utils.d.ts +2 -0
  180. package/icon-button/utils.js +1 -0
  181. package/inline-alert/index.d.ts +15 -0
  182. package/inline-alert/index.js +83 -0
  183. package/inline-alert/types.d.ts +15 -0
  184. package/inline-alert/types.js +1 -0
  185. package/inline-alert/utils.d.ts +2 -0
  186. package/inline-alert/utils.js +1 -0
  187. package/input/index.d.ts +11 -0
  188. package/input/index.js +642 -0
  189. package/input/types.d.ts +86 -0
  190. package/input/types.js +1 -0
  191. package/input/utils.d.ts +26 -0
  192. package/input/utils.js +302 -0
  193. package/link/index.d.ts +12 -0
  194. package/link/index.js +150 -0
  195. package/link/types.d.ts +59 -0
  196. package/link/types.js +1 -0
  197. package/list/index.d.ts +11 -0
  198. package/list/index.js +14 -0
  199. package/list/types.d.ts +3 -0
  200. package/list/types.js +1 -0
  201. package/list-item/index.d.ts +11 -0
  202. package/list-item/index.js +14 -0
  203. package/list-item/types.d.ts +3 -0
  204. package/list-item/types.js +1 -0
  205. package/package.json +1 -1
  206. package/pagination/index.d.ts +12 -0
  207. package/pagination/index.js +147 -0
  208. package/pagination/types.d.ts +16 -0
  209. package/pagination/types.js +1 -0
  210. package/pop/index.d.ts +11 -0
  211. package/pop/index.js +425 -0
  212. package/pop/types.d.ts +35 -0
  213. package/pop/types.js +1 -0
  214. package/pop/utils.d.ts +4 -0
  215. package/pop/utils.js +16 -0
  216. package/popover/index.d.ts +12 -0
  217. package/popover/index.js +146 -0
  218. package/popover/types.d.ts +38 -0
  219. package/popover/types.js +1 -0
  220. package/popover/utils.d.ts +4 -0
  221. package/popover/utils.js +10 -0
  222. package/progress/index.d.ts +12 -0
  223. package/progress/index.js +58 -0
  224. package/progress/types.d.ts +12 -0
  225. package/progress/types.js +1 -0
  226. package/progress-stepper/index.d.ts +11 -0
  227. package/progress-stepper/index.js +206 -0
  228. package/progress-stepper/types.d.ts +22 -0
  229. package/progress-stepper/types.js +1 -0
  230. package/progress-stepper-item/index.d.ts +12 -0
  231. package/progress-stepper-item/index.js +82 -0
  232. package/progress-stepper-item/types.d.ts +23 -0
  233. package/progress-stepper-item/types.js +1 -0
  234. package/progress-stepper-item/utils.d.ts +11 -0
  235. package/progress-stepper-item/utils.js +13 -0
  236. package/radio/index.d.ts +11 -0
  237. package/radio/index.js +154 -0
  238. package/radio/types.d.ts +14 -0
  239. package/radio/types.js +1 -0
  240. package/radio-option/index.d.ts +11 -0
  241. package/radio-option/index.js +79 -0
  242. package/radio-option/types.d.ts +18 -0
  243. package/radio-option/types.js +1 -0
  244. package/rich-text/index.d.ts +14 -0
  245. package/rich-text/index.js +75 -0
  246. package/rich-text/types.d.ts +12 -0
  247. package/rich-text/types.js +1 -0
  248. package/rich-text/utils.d.ts +7 -0
  249. package/rich-text/utils.js +107 -0
  250. package/rich-textarea/index.d.ts +11 -0
  251. package/rich-textarea/index.js +464 -0
  252. package/rich-textarea/types.d.ts +48 -0
  253. package/rich-textarea/types.js +1 -0
  254. package/rich-textarea/utils.d.ts +39 -0
  255. package/rich-textarea/utils.js +1730 -0
  256. package/segment/index.d.ts +12 -0
  257. package/segment/index.js +109 -0
  258. package/segment/types.d.ts +16 -0
  259. package/segment/types.js +1 -0
  260. package/segment/utils.d.ts +3 -0
  261. package/segment/utils.js +16 -0
  262. package/segment-collapse/index.d.ts +13 -0
  263. package/segment-collapse/index.js +60 -0
  264. package/segment-collapse/types.d.ts +11 -0
  265. package/segment-collapse/types.js +1 -0
  266. package/segmented-control/index.d.ts +11 -0
  267. package/segmented-control/index.js +85 -0
  268. package/segmented-control/types.d.ts +11 -0
  269. package/segmented-control/types.js +1 -0
  270. package/segmented-control-option/index.d.ts +11 -0
  271. package/segmented-control-option/index.js +95 -0
  272. package/segmented-control-option/types.d.ts +19 -0
  273. package/segmented-control-option/types.js +1 -0
  274. package/segmented-icon-control/index.d.ts +11 -0
  275. package/segmented-icon-control/index.js +101 -0
  276. package/segmented-icon-control/types.d.ts +14 -0
  277. package/segmented-icon-control/types.js +1 -0
  278. package/segmented-icon-control-option/index.d.ts +11 -0
  279. package/segmented-icon-control-option/index.js +82 -0
  280. package/segmented-icon-control-option/types.d.ts +16 -0
  281. package/segmented-icon-control-option/types.js +1 -0
  282. package/select-button/index.d.ts +13 -0
  283. package/select-button/index.js +202 -0
  284. package/select-button/types.d.ts +50 -0
  285. package/select-button/types.js +1 -0
  286. package/select-menu/index.d.ts +15 -0
  287. package/select-menu/index.js +339 -0
  288. package/select-menu/types.d.ts +41 -0
  289. package/select-menu/types.js +1 -0
  290. package/select-menu-option/index.d.ts +28 -0
  291. package/select-menu-option/index.js +65 -0
  292. package/select-menu-option/types.d.ts +26 -0
  293. package/select-menu-option/types.js +1 -0
  294. package/skeleton/index.d.ts +11 -0
  295. package/skeleton/index.js +108 -0
  296. package/skeleton/types.d.ts +9 -0
  297. package/skeleton/types.js +1 -0
  298. package/skeleton-item/index.d.ts +11 -0
  299. package/skeleton-item/index.js +11 -0
  300. package/skeleton-item/types.d.ts +13 -0
  301. package/skeleton-item/types.js +1 -0
  302. package/spinner/index.d.ts +11 -0
  303. package/spinner/index.js +58 -0
  304. package/spinner/types.d.ts +12 -0
  305. package/spinner/types.js +1 -0
  306. package/standalone.d.ts +85 -0
  307. package/standalone.js +87 -0
  308. package/stop-events/index.d.ts +1 -0
  309. package/stop-events/index.js +27 -0
  310. package/table/index.d.ts +11 -0
  311. package/table/index.js +14 -0
  312. package/table/types.d.ts +3 -0
  313. package/table/types.js +1 -0
  314. package/table-body/index.d.ts +11 -0
  315. package/table-body/index.js +14 -0
  316. package/table-body/types.d.ts +3 -0
  317. package/table-body/types.js +1 -0
  318. package/table-cell/index.d.ts +11 -0
  319. package/table-cell/index.js +21 -0
  320. package/table-cell/types.d.ts +9 -0
  321. package/table-cell/types.js +1 -0
  322. package/table-cell/utils.d.ts +2 -0
  323. package/table-cell/utils.js +1 -0
  324. package/table-head/index.d.ts +11 -0
  325. package/table-head/index.js +14 -0
  326. package/table-head/types.d.ts +3 -0
  327. package/table-head/types.js +1 -0
  328. package/table-head-cell/index.d.ts +12 -0
  329. package/table-head-cell/index.js +57 -0
  330. package/table-head-cell/types.d.ts +15 -0
  331. package/table-head-cell/types.js +1 -0
  332. package/table-row/index.d.ts +11 -0
  333. package/table-row/index.js +42 -0
  334. package/table-row/types.d.ts +11 -0
  335. package/table-row/types.js +1 -0
  336. package/tabs/index.d.ts +11 -0
  337. package/tabs/index.js +80 -0
  338. package/tabs/types.d.ts +18 -0
  339. package/tabs/types.js +1 -0
  340. package/tabs-icon-option/index.d.ts +11 -0
  341. package/tabs-icon-option/index.js +79 -0
  342. package/tabs-icon-option/types.d.ts +19 -0
  343. package/tabs-icon-option/types.js +1 -0
  344. package/tabs-option/index.d.ts +12 -0
  345. package/tabs-option/index.js +86 -0
  346. package/tabs-option/types.d.ts +25 -0
  347. package/tabs-option/types.js +1 -0
  348. package/tag/index.d.ts +12 -0
  349. package/tag/index.js +84 -0
  350. package/tag/types.d.ts +23 -0
  351. package/tag/types.js +1 -0
  352. package/tag/utils.d.ts +2 -0
  353. package/tag/utils.js +6 -0
  354. package/text/index.d.ts +11 -0
  355. package/text/index.js +64 -0
  356. package/text/types.d.ts +30 -0
  357. package/text/types.js +1 -0
  358. package/text/utils.d.ts +2 -0
  359. package/text/utils.js +1 -0
  360. package/textarea/index.d.ts +11 -0
  361. package/textarea/index.js +322 -0
  362. package/textarea/types.d.ts +60 -0
  363. package/textarea/types.js +1 -0
  364. package/tile-control/index.d.ts +11 -0
  365. package/tile-control/index.js +110 -0
  366. package/tile-control/types.d.ts +37 -0
  367. package/tile-control/types.js +1 -0
  368. package/tile-control-option/index.d.ts +11 -0
  369. package/tile-control-option/index.js +98 -0
  370. package/tile-control-option/types.d.ts +37 -0
  371. package/tile-control-option/types.js +1 -0
  372. package/time-picker/index.d.ts +15 -0
  373. package/time-picker/index.js +337 -0
  374. package/time-picker/types.d.ts +34 -0
  375. package/time-picker/types.js +1 -0
  376. package/time-picker/utils.d.ts +11 -0
  377. package/time-picker/utils.js +75 -0
  378. package/title/index.d.ts +11 -0
  379. package/title/index.js +60 -0
  380. package/title/types.d.ts +31 -0
  381. package/title/types.js +1 -0
  382. package/title/utils.d.ts +3 -0
  383. package/title/utils.js +17 -0
  384. package/toast/index.d.ts +13 -0
  385. package/toast/index.js +86 -0
  386. package/toast/types.d.ts +28 -0
  387. package/toast/types.js +1 -0
  388. package/toast/utils.d.ts +2 -0
  389. package/toast/utils.js +1 -0
  390. package/toast-manager/index.d.ts +13 -0
  391. package/toast-manager/index.js +170 -0
  392. package/toast-manager/types.d.ts +13 -0
  393. package/toast-manager/types.js +1 -0
  394. package/toast-manager/utils.d.ts +2 -0
  395. package/toast-manager/utils.js +1 -0
  396. package/toggle/index.d.ts +11 -0
  397. package/toggle/index.js +141 -0
  398. package/toggle/types.d.ts +23 -0
  399. package/toggle/types.js +1 -0
  400. package/tooltip/index.d.ts +13 -0
  401. package/tooltip/index.js +275 -0
  402. package/tooltip/tooltip-state.d.ts +19 -0
  403. package/tooltip/tooltip-state.js +126 -0
  404. package/tooltip/types.d.ts +42 -0
  405. package/tooltip/types.js +1 -0
  406. package/tooltip/utils.d.ts +6 -0
  407. package/tooltip/utils.js +18 -0
  408. package/utils/context.d.ts +20 -0
  409. package/utils/context.js +84 -0
  410. package/utils/countries.d.ts +6 -0
  411. package/utils/countries.js +2 -0
  412. package/utils/csv.d.ts +5 -0
  413. package/utils/csv.js +22 -0
  414. package/utils/debounce.d.ts +8 -0
  415. package/utils/debounce.js +22 -0
  416. package/utils/dom.d.ts +34 -0
  417. package/utils/dom.js +154 -0
  418. package/utils/element.d.ts +16 -0
  419. package/utils/element.js +48 -0
  420. package/utils/event-target.d.ts +4 -0
  421. package/utils/event-target.js +26 -0
  422. package/utils/get-react-event-handler.d.ts +1 -0
  423. package/utils/get-react-event-handler.js +8 -0
  424. package/utils/index.d.ts +12 -0
  425. package/utils/index.js +12 -0
  426. package/utils/markdown.d.ts +19 -0
  427. package/utils/markdown.js +143 -0
  428. package/utils/rect.d.ts +4 -0
  429. package/utils/rect.js +28 -0
  430. package/utils/size.d.ts +5 -0
  431. package/utils/size.js +3 -0
  432. package/utils/slot.d.ts +4 -0
  433. package/utils/slot.js +38 -0
  434. package/utils/throttle.d.ts +4 -0
  435. package/utils/throttle.js +20 -0
  436. package/utils/uid.d.ts +1 -0
  437. package/utils/uid.js +13 -0
  438. package/vertical-stepper/index.d.ts +11 -0
  439. package/vertical-stepper/index.js +57 -0
  440. package/vertical-stepper/types.d.ts +13 -0
  441. package/vertical-stepper/types.js +1 -0
  442. package/vertical-stepper-item/index.d.ts +14 -0
  443. package/vertical-stepper-item/index.js +61 -0
  444. package/vertical-stepper-item/types.d.ts +24 -0
  445. package/vertical-stepper-item/types.js +1 -0
  446. package/vertical-stepper-item/utils.d.ts +2 -0
  447. package/vertical-stepper-item/utils.js +1 -0
@@ -0,0 +1,82 @@
1
+ import '../text';
2
+ import { defineCustomElement, getAttribute, getBooleanAttribute, isAttrEqual, isAttrTrue, NectaryElement, updateAttribute, updateBooleanAttribute, updateExplicitBooleanAttribute } from '../utils';
3
+ const templateHTML = '<style>:host{display:block;outline:0}#button{position:relative;display:flex;flex-direction:column;gap:4px;width:100%;height:100%;padding:8px 4px 4px;box-sizing:border-box;cursor:pointer;border-radius:var(--sinch-comp-progress-stepper-step-shape-radius)}:host([data-status=inactive])>#button{cursor:not-allowed}:host([data-status=incomplete]:hover)>#button{background-color:var(--sinch-comp-progress-stepper-step-color-incomplete-background-hover)}:host([data-status=complete]:hover)>#button{background-color:var(--sinch-comp-progress-stepper-step-color-complete-background-hover)}:host([data-status=invalid]:hover)>#button{background-color:var(--sinch-comp-progress-stepper-step-color-invalid-background-hover)}#outline{position:absolute;inset:-2px;border:2px solid var(--sinch-comp-progress-stepper-step-color-outline-focus);border-radius:calc(var(--sinch-comp-progress-stepper-step-shape-radius) + 2px);pointer-events:none;opacity:0}:host(:focus-visible) #outline{opacity:1}#text{flex-shrink:1;flex-basis:auto;min-width:0;transform:translate(0,0);will-change:transform;transition:transform .25s ease-out;padding-right:24px}:host([data-status=incomplete]) #text{--sinch-global-color-text:var(--sinch-comp-progress-stepper-step-color-incomplete-label-default);--sinch-comp-text-font:var(--sinch-comp-progress-stepper-step-font-incomplete-label)}:host([data-status=complete]) #text{--sinch-global-color-text:var(--sinch-comp-progress-stepper-step-color-complete-label-default);--sinch-comp-text-font:var(--sinch-comp-progress-stepper-step-font-complete-label)}:host([data-status=inactive]) #text{--sinch-global-color-text:var(--sinch-comp-progress-stepper-step-color-inactive-label-default);--sinch-comp-text-font:var(--sinch-comp-progress-stepper-step-font-inactive-label)}:host([invalid]) #text{--sinch-global-color-text:var(--sinch-comp-progress-stepper-step-color-invalid-label-default);--sinch-comp-text-font:var(--sinch-comp-progress-stepper-step-font-invalid-label);transform:translate(24px,0)}:host([data-status=incomplete][data-checked]) #text{--sinch-global-color-text:var(--sinch-comp-progress-stepper-step-color-incomplete-current-label-default);--sinch-comp-text-font:var(--sinch-comp-progress-stepper-step-font-incomplete-current-label)}:host([data-status=complete][data-checked]) #text{--sinch-global-color-text:var(--sinch-comp-progress-stepper-step-color-complete-current-label-default);--sinch-comp-text-font:var(--sinch-comp-progress-stepper-step-font-complete-current-label)}:host([invalid][data-checked]) #text{--sinch-global-color-text:var(--sinch-comp-progress-stepper-step-color-invalid-label-default);--sinch-comp-text-font:var(--sinch-comp-progress-stepper-step-font-invalid-current-label)}#icon-error{position:absolute;left:0;top:4px;pointer-events:none;opacity:0;transition:opacity .25s ease-in-out;--sinch-global-color-icon:var(--sinch-comp-progress-stepper-step-color-invalid-icon-default);--sinch-global-size-icon:16px}:host([invalid]) #icon-error{opacity:1}#progress{height:8px;border-radius:4px;transition:background-color .25s ease-in-out}:host([data-status=incomplete]) #progress{background-color:var(--sinch-comp-progress-stepper-step-color-incomplete-progress-background)}:host([data-status=complete]) #progress{background-color:var(--sinch-comp-progress-stepper-step-color-complete-progress-background)}:host([data-status=inactive]) #progress{background-color:var(--sinch-comp-progress-stepper-step-color-inactive-progress-background)}:host([invalid]) #progress{background-color:var(--sinch-comp-progress-stepper-step-color-invalid-progress-background)}#bar{width:8px;height:8px;border-radius:4px;opacity:0;transition:width .25s ease-in-out,opacity .25s ease-in-out}:host([data-status=incomplete]) #bar{background-color:var(--sinch-comp-progress-stepper-step-color-incomplete-progress-bar)}:host([data-status=complete]) #bar{background-color:var(--sinch-comp-progress-stepper-step-color-complete-progress-bar);width:100%}:host([data-status=complete]:not([invalid])) #bar,:host([data-status=incomplete]:not([invalid])) #bar{opacity:1}#label-bar{position:relative}</style><div id="button"><div id="progress"><div id="bar"></div></div><div id="label-bar"><sinch-icon id="icon-error" name="report_problem" aria-hidden="true"></sinch-icon><sinch-text id="text" type="m"></sinch-text></div><div id="outline"></div></div>';
4
+ import { ATTR_PROGRESS_STEPPER_ITEM_ACTIVE_DESCENDANT, ATTR_PROGRESS_STEPPER_ITEM_CHECKED, ATTR_PROGRESS_STEPPER_ITEM_STATUS, isProgressStepperItemActive, isProgressStepperItemActiveDescendant } from './utils';
5
+ const template = document.createElement('template');
6
+ template.innerHTML = templateHTML;
7
+ defineCustomElement('sinch-progress-stepper-item', class extends NectaryElement {
8
+ #$text;
9
+ constructor() {
10
+ super();
11
+ const shadowRoot = this.attachShadow({
12
+ delegatesFocus: false
13
+ });
14
+ shadowRoot.appendChild(template.content.cloneNode(true));
15
+ this.#$text = shadowRoot.querySelector('#text');
16
+ }
17
+ connectedCallback() {
18
+ this.role = 'tab';
19
+ }
20
+ disconnectedCallback() {}
21
+ static get observedAttributes() {
22
+ return ['text', 'invalid', ATTR_PROGRESS_STEPPER_ITEM_STATUS, ATTR_PROGRESS_STEPPER_ITEM_CHECKED, ATTR_PROGRESS_STEPPER_ITEM_ACTIVE_DESCENDANT];
23
+ }
24
+ attributeChangedCallback(name, oldVal, newVal) {
25
+ switch (name) {
26
+ case 'text':
27
+ {
28
+ this.#$text.textContent = newVal;
29
+ break;
30
+ }
31
+ case ATTR_PROGRESS_STEPPER_ITEM_CHECKED:
32
+ {
33
+ updateExplicitBooleanAttribute(this, 'aria-selected', isAttrTrue(newVal));
34
+ break;
35
+ }
36
+ case ATTR_PROGRESS_STEPPER_ITEM_STATUS:
37
+ {
38
+ this.#updateTabIndex();
39
+ break;
40
+ }
41
+ case ATTR_PROGRESS_STEPPER_ITEM_ACTIVE_DESCENDANT:
42
+ {
43
+ this.#updateTabIndex();
44
+ break;
45
+ }
46
+ case 'invalid':
47
+ {
48
+ if (isAttrEqual(oldVal, newVal)) {
49
+ return;
50
+ }
51
+ const isInvalid = isAttrTrue(newVal);
52
+ updateExplicitBooleanAttribute(this, 'aria-invalid', isInvalid);
53
+ updateBooleanAttribute(this, 'invalid', isInvalid);
54
+ break;
55
+ }
56
+ }
57
+ }
58
+ set value(value) {
59
+ updateAttribute(this, 'value', value);
60
+ }
61
+ get value() {
62
+ return getAttribute(this, 'value', '');
63
+ }
64
+ set text(value) {
65
+ updateAttribute(this, 'text', value);
66
+ }
67
+ get text() {
68
+ return getAttribute(this, 'text', '');
69
+ }
70
+ set invalid(isInvalid) {
71
+ updateBooleanAttribute(this, 'invalid', isInvalid);
72
+ }
73
+ get invalid() {
74
+ return getBooleanAttribute(this, 'invalid');
75
+ }
76
+ get focusable() {
77
+ return true;
78
+ }
79
+ #updateTabIndex() {
80
+ this.tabIndex = isProgressStepperItemActiveDescendant(this) && isProgressStepperItemActive(this) ? 0 : -1;
81
+ }
82
+ });
@@ -0,0 +1,23 @@
1
+ import type { TSinchElementReact } from '../types';
2
+ export type TSinchProgressStepperItemElement = HTMLElement & {
3
+ /** Value */
4
+ value: string;
5
+ /** Text */
6
+ text: string;
7
+ /** Invalid */
8
+ invalid: boolean;
9
+ /** Value */
10
+ setAttribute(name: 'value', value: string): void;
11
+ /** Text */
12
+ setAttribute(name: 'text', value: string): void;
13
+ /** Invalid */
14
+ setAttribute(name: 'invalid', value: ''): void;
15
+ };
16
+ export type TSinchProgressStepperItemReact = TSinchElementReact<TSinchProgressStepperItemElement> & {
17
+ /** Value */
18
+ value: string;
19
+ /** Text */
20
+ text: string;
21
+ /** Invalid */
22
+ invalid?: boolean;
23
+ };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,11 @@
1
+ type TSinchProgressStepperItemStatus = 'inactive' | 'incomplete' | 'invalid' | 'complete';
2
+ export declare const ATTR_PROGRESS_STEPPER_ITEM_CHECKED = "data-checked";
3
+ export declare const ATTR_PROGRESS_STEPPER_ITEM_STATUS = "data-status";
4
+ export declare const ATTR_PROGRESS_STEPPER_ITEM_ACTIVE_DESCENDANT = "data-active-descendant";
5
+ export declare const isProgressStepperItemChecked: ($el: Element) => boolean;
6
+ export declare const setProgressStepperItemChecked: ($el: Element, isChecked: boolean) => void;
7
+ export declare const isProgressStepperItemActive: ($el: Element) => boolean;
8
+ export declare const setProgressStepperItemStatus: ($el: Element, status: TSinchProgressStepperItemStatus) => void;
9
+ export declare const isProgressStepperItemActiveDescendant: ($el: Element) => boolean;
10
+ export declare const setProgressStepperItemActiveDescendant: ($el: Element, isActiveDescendant: boolean) => void;
11
+ export {};
@@ -0,0 +1,13 @@
1
+ import { getAttribute, getBooleanAttribute, updateAttribute, updateBooleanAttribute } from '../utils';
2
+ export const ATTR_PROGRESS_STEPPER_ITEM_CHECKED = 'data-checked';
3
+ export const ATTR_PROGRESS_STEPPER_ITEM_STATUS = 'data-status';
4
+ export const ATTR_PROGRESS_STEPPER_ITEM_ACTIVE_DESCENDANT = 'data-active-descendant';
5
+ export const isProgressStepperItemChecked = $el => getBooleanAttribute($el, ATTR_PROGRESS_STEPPER_ITEM_CHECKED);
6
+ export const setProgressStepperItemChecked = ($el, isChecked) => updateBooleanAttribute($el, ATTR_PROGRESS_STEPPER_ITEM_CHECKED, isChecked);
7
+ export const isProgressStepperItemActive = $el => {
8
+ const attrValue = getAttribute($el, ATTR_PROGRESS_STEPPER_ITEM_STATUS);
9
+ return attrValue !== null && attrValue !== 'inactive';
10
+ };
11
+ export const setProgressStepperItemStatus = ($el, status) => updateAttribute($el, ATTR_PROGRESS_STEPPER_ITEM_STATUS, status);
12
+ export const isProgressStepperItemActiveDescendant = $el => getBooleanAttribute($el, ATTR_PROGRESS_STEPPER_ITEM_ACTIVE_DESCENDANT);
13
+ export const setProgressStepperItemActiveDescendant = ($el, isActiveDescendant) => updateBooleanAttribute($el, ATTR_PROGRESS_STEPPER_ITEM_ACTIVE_DESCENDANT, isActiveDescendant);
@@ -0,0 +1,11 @@
1
+ import type { TSinchRadioElement, TSinchRadioReact } from './types';
2
+ declare global {
3
+ namespace JSX {
4
+ interface IntrinsicElements {
5
+ 'sinch-radio': TSinchRadioReact;
6
+ }
7
+ }
8
+ interface HTMLElementTagNameMap {
9
+ 'sinch-radio': TSinchRadioElement;
10
+ }
11
+ }
package/radio/index.js ADDED
@@ -0,0 +1,154 @@
1
+ import { defineCustomElement, getAttribute, getBooleanAttribute, getReactEventHandler, getTargetByAttribute, isAttrTrue, NectaryElement, updateAttribute, updateBooleanAttribute } from '../utils';
2
+ const templateHTML = '<style>:host{display:block}#wrapper{display:flex;flex-direction:column;gap:8px;box-sizing:border-box;width:100%}</style><div id="wrapper"><slot></slot></div>';
3
+ const template = document.createElement('template');
4
+ template.innerHTML = templateHTML;
5
+ defineCustomElement('sinch-radio', class extends NectaryElement {
6
+ #$slot;
7
+ #controller = null;
8
+ constructor() {
9
+ super();
10
+ const shadowRoot = this.attachShadow();
11
+ shadowRoot.appendChild(template.content.cloneNode(true));
12
+ this.#$slot = shadowRoot.querySelector('slot');
13
+ }
14
+ connectedCallback() {
15
+ this.#controller = new AbortController();
16
+ const {
17
+ signal
18
+ } = this.#controller;
19
+ const options = {
20
+ signal
21
+ };
22
+ this.role = 'radiogroup';
23
+ this.#$slot.addEventListener('slotchange', this.#onSlotChange, options);
24
+ this.#$slot.addEventListener('keydown', this.#onOptionKeyDown, options);
25
+ this.#$slot.addEventListener('click', this.#onOptionClick, options);
26
+ this.addEventListener('-change', this.#onChangeReactHandler, options);
27
+ }
28
+ disconnectedCallback() {
29
+ this.#controller.abort();
30
+ this.#controller = null;
31
+ }
32
+ static get observedAttributes() {
33
+ return ['value', 'invalid'];
34
+ }
35
+ set value(value) {
36
+ updateAttribute(this, 'value', value);
37
+ }
38
+ get value() {
39
+ return getAttribute(this, 'value', '');
40
+ }
41
+ set invalid(isInvalid) {
42
+ updateBooleanAttribute(this, 'invalid', isInvalid);
43
+ }
44
+ get invalid() {
45
+ return getBooleanAttribute(this, 'invalid');
46
+ }
47
+ attributeChangedCallback(name, oldVal, newVal) {
48
+ switch (name) {
49
+ case 'value':
50
+ {
51
+ this.#onValueChange(newVal ?? '');
52
+ break;
53
+ }
54
+ case 'invalid':
55
+ {
56
+ this.#updateInvalid(isAttrTrue(newVal));
57
+ break;
58
+ }
59
+ }
60
+ }
61
+ #onOptionKeyDown = e => {
62
+ switch (e.code) {
63
+ case 'ArrowUp':
64
+ case 'ArrowLeft':
65
+ {
66
+ e.preventDefault();
67
+ const $option = this.#getPrevOption();
68
+ if ($option !== null) {
69
+ $option.focus();
70
+ $option.click();
71
+ }
72
+ break;
73
+ }
74
+ case 'ArrowDown':
75
+ case 'ArrowRight':
76
+ {
77
+ e.preventDefault();
78
+ const $option = this.#getNextOption();
79
+ if ($option !== null) {
80
+ $option.focus();
81
+ $option.click();
82
+ }
83
+ break;
84
+ }
85
+ }
86
+ };
87
+ #onSlotChange = () => {
88
+ this.#onValueChange(this.value);
89
+ };
90
+ #onOptionClick = e => {
91
+ const target = getTargetByAttribute(e, 'value');
92
+ if (target === null || target.hasAttribute('disabled')) {
93
+ return;
94
+ }
95
+ const value = getAttribute(target, 'value');
96
+ this.dispatchEvent(new CustomEvent('-change', {
97
+ detail: value
98
+ }));
99
+ };
100
+ #onValueChange(value) {
101
+ for (const $option of this.#$slot.assignedElements()) {
102
+ const isChecked = value === getAttribute($option, 'value', '');
103
+ updateBooleanAttribute($option, 'checked', isChecked);
104
+ }
105
+ }
106
+ #getFirstOption() {
107
+ for (const $option of this.#$slot.assignedElements()) {
108
+ if ($option.disabled !== true) {
109
+ return $option;
110
+ }
111
+ }
112
+ return null;
113
+ }
114
+ #getLastOption() {
115
+ for (const $option of this.#$slot.assignedElements().reverse()) {
116
+ if ($option.disabled !== true) {
117
+ return $option;
118
+ }
119
+ }
120
+ return null;
121
+ }
122
+ #getNextOption() {
123
+ const $options = this.#getEnabledRadioElements();
124
+ const $selectedOption = this.#findSelectedOption($options);
125
+ const currentIndex = $selectedOption !== null ? $options.indexOf($selectedOption) : -1;
126
+ if (currentIndex < 0) {
127
+ return this.#getFirstOption();
128
+ }
129
+ return $options[(currentIndex + 1) % $options.length];
130
+ }
131
+ #getPrevOption() {
132
+ const $options = this.#getEnabledRadioElements();
133
+ const $selectedOption = this.#findSelectedOption($options);
134
+ const currentIndex = $selectedOption !== null ? $options.indexOf($selectedOption) : -1;
135
+ if (currentIndex < 0) {
136
+ return this.#getLastOption();
137
+ }
138
+ return $options[(currentIndex - 1 + $options.length) % $options.length];
139
+ }
140
+ #getEnabledRadioElements() {
141
+ return this.#$slot.assignedElements().filter(el => !el.hasAttribute('disabled'));
142
+ }
143
+ #findSelectedOption(elements) {
144
+ return elements.find(el => el.checked) ?? null;
145
+ }
146
+ #updateInvalid(isInvalid) {
147
+ for (const opt of this.#$slot.assignedElements()) {
148
+ updateBooleanAttribute(opt, 'data-invalid', isInvalid);
149
+ }
150
+ }
151
+ #onChangeReactHandler = e => {
152
+ getReactEventHandler(this, 'on-change')?.(e);
153
+ };
154
+ });
@@ -0,0 +1,14 @@
1
+ import type { TSinchElementReact } from '../types';
2
+ export type TSinchRadioElement = HTMLElement & {
3
+ value: string;
4
+ invalid: boolean;
5
+ addEventListener(type: '-change', listener: (e: CustomEvent<boolean>) => void): void;
6
+ setAttribute(name: 'value', value: string): void;
7
+ setAttribute(name: 'invalid', value: ''): void;
8
+ };
9
+ export type TSinchRadioReact = TSinchElementReact<TSinchRadioElement> & {
10
+ value: string;
11
+ invalid?: boolean;
12
+ 'aria-label': string;
13
+ 'on-change'?: (e: CustomEvent<string>) => void;
14
+ };
package/radio/types.js ADDED
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,11 @@
1
+ import type { TSinchRadioOptionElement, TSinchRadioOptionReact } from './types';
2
+ declare global {
3
+ namespace JSX {
4
+ interface IntrinsicElements {
5
+ 'sinch-radio-option': TSinchRadioOptionReact;
6
+ }
7
+ }
8
+ interface HTMLElementTagNameMap {
9
+ 'sinch-radio-option': TSinchRadioOptionElement;
10
+ }
11
+ }
@@ -0,0 +1,79 @@
1
+ import { defineCustomElement, getAttribute, getBooleanAttribute, isAttrEqual, isAttrTrue, NectaryElement, updateAttribute, updateBooleanAttribute, updateExplicitBooleanAttribute } from '../utils';
2
+ const templateHTML = '<style>:host{display:block;outline:0}#wrapper{display:flex;flex-direction:row;box-sizing:border-box;width:100%;min-height:24px;--sinch-local-color-background:var(--sinch-comp-radio-color-default-background-initial);--sinch-local-color-background-hover:var(--sinch-comp-radio-color-default-background-hover);--sinch-local-color-background-active:var(--sinch-comp-radio-color-default-background-active);--sinch-local-color-border:var(--sinch-comp-radio-color-default-border-initial);--sinch-local-color-border-hover:var(--sinch-comp-radio-color-default-border-hover);--sinch-local-color-border-active:var(--sinch-comp-radio-color-default-border-active);--sinch-local-color-knob:var(--sinch-comp-radio-color-checked-knob-initial);--sinch-local-color-knob-hover:var(--sinch-comp-radio-color-checked-knob-hover);--sinch-local-color-knob-active:var(--sinch-comp-radio-color-checked-knob-active);--sinch-local-color-text:var(--sinch-comp-radio-color-default-label-initial)}:host([data-invalid])>#wrapper{--sinch-local-color-border:var(--sinch-comp-radio-color-invalid-border-initial);--sinch-local-color-border-hover:var(--sinch-comp-radio-color-invalid-border-hover);--sinch-local-color-border-active:var(--sinch-comp-radio-color-invalid-border-active);--sinch-local-color-text:var(--sinch-comp-radio-color-invalid-label-initial)}:host([checked])>#wrapper{--sinch-local-color-border:var(--sinch-comp-radio-color-checked-border-initial);--sinch-local-color-border-hover:var(--sinch-comp-radio-color-checked-border-hover);--sinch-local-color-border-active:var(--sinch-comp-radio-color-checked-border-active)}:host([disabled])>#wrapper{--sinch-local-color-background:var(--sinch-comp-radio-color-disabled-background-initial);--sinch-local-color-border:var(--sinch-comp-radio-color-disabled-border-initial);--sinch-local-color-text:var(--sinch-comp-radio-color-disabled-label-initial)}:host([disabled][checked])>#wrapper{--sinch-local-color-border:var(--sinch-comp-radio-color-checked-disabled-border-initial);--sinch-local-color-knob:var(--sinch-comp-radio-color-checked-disabled-knob-initial);--sinch-local-color-text:var(--sinch-comp-radio-color-checked-disabled-label-initial)}#input{all:initial;display:block;width:18px;height:18px;cursor:pointer}:host([disabled]) #input{cursor:initial}#input-wrapper{position:relative;width:18px;height:18px;align-self:flex-start;margin-top:3px}#input::before{content:"";position:absolute;inset:-3px;border:2px solid var(--sinch-comp-radio-color-default-outline-focus);border-radius:50%;transition:opacity .1s linear;opacity:0;box-sizing:border-box;pointer-events:none}:host(:focus-visible) #input::before{opacity:1}#input::after{content:"";position:absolute;width:18px;height:18px;inset:0;margin:auto;background-color:var(--sinch-local-color-background);border:1px solid var(--sinch-local-color-border);border-radius:50%;box-sizing:border-box;pointer-events:none}:host(:hover:not([disabled])) #input::after{background-color:var(--sinch-local-color-background-hover);border-color:var(--sinch-local-color-border-hover)}:host(:active:not([disabled])) #input::after{background-color:var(--sinch-local-color-background-active);border-color:var(--sinch-local-color-border-active)}#knob{position:absolute;width:10px;height:10px;inset:0;margin:auto;border-radius:50%;transition:opacity .1s linear;opacity:0;background-color:var(--sinch-local-color-knob);pointer-events:none}:host([checked]) #knob{opacity:1}:host(:hover:not([disabled])) #knob{background-color:var(--sinch-local-color-knob-hover)}:host(:active:not([disabled])) #knob{background-color:var(--sinch-local-color-knob-active)}@media (prefers-reduced-motion){#input::after,#input::before,#knob{transition:none}}#label{flex:1;align-self:center;padding-left:8px;font:var(--sinch-comp-radio-font-label);color:var(--sinch-local-color-text);cursor:pointer}#label:empty{display:none}:host([disabled]) #label{cursor:initial}</style><div id="wrapper"><div id="input-wrapper"><div id="input"></div><div id="knob"></div></div><span id="label"></span></div>';
3
+ const template = document.createElement('template');
4
+ template.innerHTML = templateHTML;
5
+ defineCustomElement('sinch-radio-option', class extends NectaryElement {
6
+ #$label;
7
+ constructor() {
8
+ super();
9
+ const shadowRoot = this.attachShadow();
10
+ shadowRoot.appendChild(template.content.cloneNode(true));
11
+ this.#$label = shadowRoot.querySelector('#label');
12
+ }
13
+ connectedCallback() {
14
+ this.role = 'radio';
15
+ this.tabIndex = 0;
16
+ }
17
+ disconnectedCallback() {}
18
+ static get observedAttributes() {
19
+ return ['checked', 'disabled', 'text', 'data-invalid'];
20
+ }
21
+ attributeChangedCallback(name, oldVal, newVal) {
22
+ if (isAttrEqual(oldVal, newVal)) {
23
+ return;
24
+ }
25
+ switch (name) {
26
+ case 'text':
27
+ {
28
+ this.#$label.textContent = newVal;
29
+ break;
30
+ }
31
+ case 'checked':
32
+ {
33
+ const isChecked = isAttrTrue(newVal);
34
+ updateExplicitBooleanAttribute(this, 'aria-checked', isChecked);
35
+ updateBooleanAttribute(this, 'checked', isChecked);
36
+ break;
37
+ }
38
+ case 'disabled':
39
+ {
40
+ const isDisabled = isAttrTrue(newVal);
41
+ updateExplicitBooleanAttribute(this, 'aria-disabled', isDisabled);
42
+ updateBooleanAttribute(this, 'disabled', isDisabled);
43
+ break;
44
+ }
45
+ case 'data-invalid':
46
+ {
47
+ updateBooleanAttribute(this, 'data-invalid', isAttrTrue(newVal));
48
+ break;
49
+ }
50
+ }
51
+ }
52
+ set checked(isChecked) {
53
+ updateBooleanAttribute(this, 'checked', isChecked);
54
+ }
55
+ get checked() {
56
+ return getBooleanAttribute(this, 'checked');
57
+ }
58
+ set value(value) {
59
+ updateAttribute(this, 'value', value);
60
+ }
61
+ get value() {
62
+ return getAttribute(this, 'value', '');
63
+ }
64
+ set disabled(isDisabled) {
65
+ updateBooleanAttribute(this, 'disabled', isDisabled);
66
+ }
67
+ get disabled() {
68
+ return getBooleanAttribute(this, 'disabled');
69
+ }
70
+ set text(value) {
71
+ updateAttribute(this, 'text', value);
72
+ }
73
+ get text() {
74
+ return getAttribute(this, 'text', '');
75
+ }
76
+ get focusable() {
77
+ return true;
78
+ }
79
+ });
@@ -0,0 +1,18 @@
1
+ import type { TSinchElementReact } from '../types';
2
+ export type TSinchRadioOptionElement = HTMLElement & {
3
+ value: string;
4
+ checked: boolean;
5
+ disabled: boolean;
6
+ text: string;
7
+ setAttribute(name: 'value', value: string): void;
8
+ setAttribute(name: 'checked', value: ''): void;
9
+ setAttribute(name: 'disabled', value: ''): void;
10
+ setAttribute(name: 'text', value: string): void;
11
+ };
12
+ export type TSinchRadioOptionReact = TSinchElementReact<TSinchRadioOptionElement> & {
13
+ value: string;
14
+ checked?: boolean;
15
+ disabled?: boolean;
16
+ text: string;
17
+ 'aria-label': string;
18
+ };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,14 @@
1
+ import '../emoji';
2
+ import '../code-tag';
3
+ import '../link';
4
+ import type { TSinchRichTextElement, TSinchRichTextReact } from './types';
5
+ declare global {
6
+ namespace JSX {
7
+ interface IntrinsicElements {
8
+ 'sinch-rich-text': TSinchRichTextReact;
9
+ }
10
+ }
11
+ interface HTMLElementTagNameMap {
12
+ 'sinch-rich-text': TSinchRichTextElement;
13
+ }
14
+ }
@@ -0,0 +1,75 @@
1
+ import { getEmojiBaseUrl } from '../emoji/utils';
2
+ import '../emoji';
3
+ import '../code-tag';
4
+ import '../link';
5
+ import { defineCustomElement, NectaryElement, getLiteralAttribute, updateLiteralAttribute, getAttribute, updateAttribute, parseMarkdown } from '../utils';
6
+ const templateHTML = '<style>:host{display:block;--sinch-comp-rich-text-font:var(--sinch-sys-font-body-m)}:host([size="s"]){--sinch-comp-rich-text-font:var(--sinch-sys-font-body-s)}:host([size=xs]){--sinch-comp-rich-text-font:var(--sinch-sys-font-body-xs)}:host([size=xxs]){--sinch-comp-rich-text-font:var(--sinch-sys-font-body-xxs)}#wrapper{font:var(--sinch-comp-rich-text-font);color:var(--sinch-global-color-text,var(--sinch-sys-color-text-default))}.em1{font-style:italic}.em2{font-weight:var(--sinch-ref-typography-font-weight-700)}.strikethrough{text-decoration:line-through}.link{font:var(--sinch-comp-link-default-font-initial);color:var(--sinch-comp-link-color-default-text-initial);text-decoration:underline}.link:hover{color:var(--sinch-comp-link-color-default-text-hover);text-decoration:none}.code{font:var(--sinch-comp-code-tag-font-text);line-height:inherit;font-size:inherit;border:1px solid var(--sinch-comp-code-tag-color-default-border-initial);background-color:var(--sinch-comp-code-tag-color-default-background-initial);padding:0 .25em;border-radius:var(--sinch-comp-code-tag-shape-radius)}.emoji{--sinch-global-size-icon:1em;--sinch-comp-emoji-vertical-align:-0.2em}.ol,.p,.ul{margin:0}.ol,.ul{padding-left:1.5em}.ol+.p,.p+.ol,.p+.p,.p+.ul,.ul+.p{margin-top:.5em}.li>.p+.ol,.li>.p+.ul{margin-top:0}</style><div id="wrapper"></div>';
7
+ import { createParseVisitor, sizeValues } from './utils';
8
+ const template = document.createElement('template');
9
+ template.innerHTML = templateHTML;
10
+ defineCustomElement('sinch-rich-text', class extends NectaryElement {
11
+ #wrapper;
12
+ #parseVisitor;
13
+ constructor() {
14
+ super();
15
+ const shadowRoot = this.attachShadow();
16
+ if (typeof shadowRoot.createElement !== 'function') {
17
+ Object.defineProperty(shadowRoot, 'createElement', {
18
+ value: document.createElement.bind(shadowRoot.ownerDocument)
19
+ });
20
+ }
21
+ Object.defineProperty(shadowRoot, 'createTextNode', {
22
+ value: document.createTextNode.bind(shadowRoot.ownerDocument)
23
+ });
24
+ Object.defineProperty(shadowRoot, 'createDocumentFragment', {
25
+ value: document.createDocumentFragment.bind(shadowRoot.ownerDocument)
26
+ });
27
+ shadowRoot.appendChild(template.content.cloneNode(true));
28
+ this.#wrapper = shadowRoot.querySelector('#wrapper');
29
+ this.#parseVisitor = createParseVisitor(shadowRoot);
30
+ }
31
+ connectedCallback() {
32
+ super.connectedCallback();
33
+ this.role = 'paragraph';
34
+ this.#parseVisitor.updateEmojiBaseUrl(getEmojiBaseUrl(this));
35
+ this.#updateText();
36
+ }
37
+ disconnectedCallback() {
38
+ super.disconnectedCallback();
39
+ }
40
+ static get observedAttributes() {
41
+ return ['text'];
42
+ }
43
+ attributeChangedCallback(name, _oldVal, _newVal) {
44
+ switch (name) {
45
+ case 'text':
46
+ {
47
+ this.#updateText();
48
+ break;
49
+ }
50
+ }
51
+ }
52
+ get size() {
53
+ return getLiteralAttribute(this, sizeValues, 'size', 'm');
54
+ }
55
+ set size(value) {
56
+ updateLiteralAttribute(this, sizeValues, 'size', value);
57
+ }
58
+ get text() {
59
+ return getAttribute(this, 'text', '');
60
+ }
61
+ set text(value) {
62
+ updateAttribute(this, 'text', value);
63
+ }
64
+ #updateText() {
65
+ if (!this.isDomConnected) {
66
+ return;
67
+ }
68
+ const text = this.text;
69
+ if (text === null) {
70
+ this.#wrapper.innerHTML = '';
71
+ } else {
72
+ this.#wrapper.replaceChildren(parseMarkdown(text, this.#parseVisitor.createVisitor()));
73
+ }
74
+ }
75
+ });
@@ -0,0 +1,12 @@
1
+ import type { TSinchTextType } from '../text/types';
2
+ import type { TSinchElementReact } from '../types';
3
+ export type TSinchRichTextElement = HTMLElement & {
4
+ size: TSinchTextType;
5
+ text: string;
6
+ setAttribute(name: 'size', value: TSinchTextType): void;
7
+ setAttribute(name: 'text', value: string): void;
8
+ };
9
+ export type TSinchRichTextReact = TSinchElementReact<TSinchRichTextElement> & {
10
+ size?: TSinchTextType;
11
+ text: string;
12
+ };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,7 @@
1
+ import type { TSinchTextType } from '../text/types';
2
+ import type { TMarkdownParseVisitor } from '../utils';
3
+ export declare const sizeValues: readonly TSinchTextType[];
4
+ export declare const createParseVisitor: (doc: Document) => {
5
+ updateEmojiBaseUrl(url: string | null): void;
6
+ createVisitor(): TMarkdownParseVisitor;
7
+ };
@@ -0,0 +1,107 @@
1
+ import { setEmojiBaseUrl } from '../emoji/utils';
2
+ export const sizeValues = ['m', 's', 'xs', 'xxs'];
3
+ export const createParseVisitor = doc => {
4
+ let emojiBaseUrl = null;
5
+ return {
6
+ updateEmojiBaseUrl(url) {
7
+ emojiBaseUrl = url;
8
+ },
9
+ createVisitor() {
10
+ const $root = doc.createDocumentFragment();
11
+ let $p = null;
12
+ let $li = null;
13
+ const $lists = [];
14
+ return {
15
+ emoji(emojiChar) {
16
+ const $emoji = doc.createElement('sinch-emoji');
17
+ setEmojiBaseUrl($emoji, emojiBaseUrl);
18
+ $emoji.setAttribute('char', emojiChar);
19
+ $emoji.className = 'emoji';
20
+ $p.appendChild($emoji);
21
+ },
22
+ codetag(text) {
23
+ const $codeTag = doc.createElement('sinch-code-tag');
24
+ $codeTag.text = text;
25
+ $p.appendChild($codeTag);
26
+ },
27
+ inline(text, _ref) {
28
+ let {
29
+ isBold,
30
+ isItalic,
31
+ isStrikethrough
32
+ } = _ref;
33
+ const $inline = doc.createElement('SPAN');
34
+ $inline.append(doc.createTextNode(text));
35
+ if (isItalic === true) {
36
+ $inline.classList.add('em1');
37
+ }
38
+ if (isBold === true) {
39
+ $inline.classList.add('em2');
40
+ }
41
+ if (isStrikethrough === true) {
42
+ $inline.classList.add('strikethrough');
43
+ }
44
+ $p.appendChild($inline);
45
+ },
46
+ linebreak() {
47
+ const $br = doc.createElement('br');
48
+ $p.appendChild($br);
49
+ },
50
+ link(text, href, attributes) {
51
+ const $link = doc.createElement('sinch-link');
52
+ $link.text = text;
53
+ $link.href = href;
54
+ if (attributes != null) {
55
+ attributes.forEach(attr => {
56
+ switch (attr) {
57
+ case 'use-history':
58
+ $link['use-history'] = true;
59
+ break;
60
+ default:
61
+ break;
62
+ }
63
+ });
64
+ }
65
+ $p.appendChild($link);
66
+ },
67
+ list(isOrdered) {
68
+ const $list = doc.createElement(isOrdered ? 'ol' : 'ul');
69
+ $list.classList.add(isOrdered ? 'ol' : 'ul');
70
+ if ($li !== null) {
71
+ $li.appendChild($list);
72
+ $li = null;
73
+ } else {
74
+ $root.appendChild($list);
75
+ }
76
+ $lists.push($list);
77
+ },
78
+ endList() {
79
+ $p = null;
80
+ $li = null;
81
+ $lists.length = $lists.length - 1;
82
+ if ($lists.length > 0) {
83
+ $li = $lists.at(-1).lastChild;
84
+ }
85
+ },
86
+ listItem() {
87
+ $p = null;
88
+ $li = doc.createElement('li');
89
+ $li.classList.add('li');
90
+ $lists.at(-1).appendChild($li);
91
+ },
92
+ paragraph() {
93
+ $p = doc.createElement('p');
94
+ $p.classList.add('p');
95
+ if ($li !== null) {
96
+ $li.appendChild($p);
97
+ } else {
98
+ $root.appendChild($p);
99
+ }
100
+ },
101
+ end() {
102
+ return $root;
103
+ }
104
+ };
105
+ }
106
+ };
107
+ };